feat(segment): implement iOS 13 segment with animation (#19036)

Changes
Closes #18663

* Converts Segment to shadow
* Enables gesture to swipe between segment buttons
* Adds indicator transition to slide the indicator between buttons
* Updates global theme variables
* Removes activated state, now handled by the gesture
* Updates iOS to latest iOS 13 UI
* Ensures customization is working for the buttons and indicator
* Updates the e2e tests
This commit is contained in:
Brandy Carney
2020-01-14 11:51:28 -05:00
committed by Liam DeBeasi
parent 8e11f79fcc
commit dc66ce48e1
27 changed files with 1263 additions and 466 deletions

View File

@ -29,11 +29,10 @@
// Toolbar: Segment
// --------------------------------------------------
:host(.toolbar-segment) {
--min-height: auto;
:host(.toolbar-segment) .toolbar-content {
display: inline-flex;
}
// Toolbar: Searchbar
// --------------------------------------------------