@telus-uds/theme-koodo 6.1.1 → 6.3.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/build/android/Autocomplete.json +14 -0
- package/build/android/Card.json +2 -0
- package/build/android/List.json +6 -5
- package/build/android/MultiSelectFilter.json +24 -2
- package/build/android/PriceLockup.json +6 -2
- package/build/android/Search.json +8 -0
- package/build/android/SearchButton.json +6 -0
- package/build/android/TextInput.json +2 -0
- package/build/android/schema.json +416 -142
- package/build/android/theme.json +69 -10
- package/build/ios/Autocomplete.json +14 -0
- package/build/ios/Card.json +2 -0
- package/build/ios/List.json +6 -5
- package/build/ios/MultiSelectFilter.json +24 -2
- package/build/ios/PriceLockup.json +6 -2
- package/build/ios/Search.json +8 -0
- package/build/ios/SearchButton.json +6 -0
- package/build/ios/TextInput.json +2 -0
- package/build/ios/schema.json +416 -142
- package/build/ios/theme.json +69 -10
- package/build/rn/ActionCard.js +1 -1
- package/build/rn/ActivityIndicator.js +1 -1
- package/build/rn/Autocomplete.js +14 -0
- package/build/rn/Badge.js +1 -1
- package/build/rn/BlockQuote.js +1 -1
- package/build/rn/Box.js +1 -1
- package/build/rn/Breadcrumbs.js +1 -1
- package/build/rn/Button.js +1 -1
- package/build/rn/ButtonDropdown.js +1 -1
- package/build/rn/ButtonGroup.js +1 -1
- package/build/rn/ButtonGroupItem.js +1 -1
- package/build/rn/Callout.js +1 -1
- package/build/rn/Card.js +3 -1
- package/build/rn/CardGroup.js +1 -1
- package/build/rn/Carousel.js +1 -1
- package/build/rn/CarouselTabsPanelItem.js +1 -1
- package/build/rn/CarouselThumbnail.js +1 -1
- package/build/rn/Checkbox.js +1 -1
- package/build/rn/CheckboxCard.js +1 -1
- package/build/rn/CheckboxCardGroup.js +1 -1
- package/build/rn/CheckboxGroup.js +1 -1
- package/build/rn/ChevronLink.js +1 -1
- package/build/rn/ColourToggle.js +1 -1
- package/build/rn/Countdown.js +1 -1
- package/build/rn/DatePicker.js +1 -1
- package/build/rn/Disclaimer.js +1 -1
- package/build/rn/Divider.js +1 -1
- package/build/rn/DownloadApp.js +1 -1
- package/build/rn/ExpandCollapse.js +1 -1
- package/build/rn/ExpandCollapseControl.js +1 -1
- package/build/rn/ExpandCollapseMini.js +1 -1
- package/build/rn/ExpandCollapseMiniControl.js +1 -1
- package/build/rn/ExpandCollapsePanel.js +1 -1
- package/build/rn/Feedback.js +1 -1
- package/build/rn/Fieldset.js +1 -1
- package/build/rn/FileUpload.js +1 -1
- package/build/rn/Footnote.js +1 -1
- package/build/rn/FootnoteLink.js +1 -1
- package/build/rn/HorizontalScrollButton.js +1 -1
- package/build/rn/Icon.js +1 -1
- package/build/rn/IconButton.js +1 -1
- package/build/rn/Image.js +1 -1
- package/build/rn/InputLabel.js +1 -1
- package/build/rn/InputSupports.js +1 -1
- package/build/rn/Link.js +1 -1
- package/build/rn/List.js +7 -6
- package/build/rn/Listbox.js +1 -1
- package/build/rn/Modal.js +1 -1
- package/build/rn/MultiSelectFilter.js +15 -3
- package/build/rn/NavigationBar.js +1 -1
- package/build/rn/Notification.js +1 -1
- package/build/rn/OrderedList.js +1 -1
- package/build/rn/Pagination.js +1 -1
- package/build/rn/PaginationPageButton.js +1 -1
- package/build/rn/PaginationSideButton.js +1 -1
- package/build/rn/PreviewCard.js +1 -1
- package/build/rn/PriceLockup.js +7 -3
- package/build/rn/ProductCard.js +1 -1
- package/build/rn/Progress.js +1 -1
- package/build/rn/ProgressBar.js +1 -1
- package/build/rn/QuantitySelector.js +1 -1
- package/build/rn/QuantitySelectorSideButton.js +1 -1
- package/build/rn/QuickLinks.js +1 -1
- package/build/rn/QuickLinksButton.js +1 -1
- package/build/rn/QuickLinksCard.js +1 -1
- package/build/rn/QuickLinksFeature.js +1 -1
- package/build/rn/QuickLinksFeatureItem.js +1 -1
- package/build/rn/QuickLinksList.js +1 -1
- package/build/rn/Radio.js +1 -1
- package/build/rn/RadioCard.js +1 -1
- package/build/rn/RadioCardGroup.js +1 -1
- package/build/rn/RadioGroup.js +1 -1
- package/build/rn/Ribbon.js +1 -1
- package/build/rn/Search.js +4 -1
- package/build/rn/SearchButton.js +2 -1
- package/build/rn/Select.js +1 -1
- package/build/rn/SideNav.js +1 -1
- package/build/rn/SideNavItem.js +1 -1
- package/build/rn/SideNavItemsGroup.js +1 -1
- package/build/rn/Skeleton.js +1 -1
- package/build/rn/SkipLink.js +1 -1
- package/build/rn/Spinner.js +1 -1
- package/build/rn/SplashButton.js +1 -1
- package/build/rn/SplashButtonWithDetails.js +1 -1
- package/build/rn/StackView.js +1 -1
- package/build/rn/Status.js +1 -1
- package/build/rn/StepTracker.js +1 -1
- package/build/rn/StoryCard.js +1 -1
- package/build/rn/TabBar.js +1 -1
- package/build/rn/TabBarItem.js +1 -1
- package/build/rn/Table.js +1 -1
- package/build/rn/Tabs.js +1 -1
- package/build/rn/TabsItem.js +1 -1
- package/build/rn/Tags.js +1 -1
- package/build/rn/TagsItem.js +1 -1
- package/build/rn/TermsAndConditions.js +1 -1
- package/build/rn/Testimonial.js +1 -1
- package/build/rn/TextArea.js +1 -1
- package/build/rn/TextInput.js +3 -1
- package/build/rn/Timeline.js +1 -1
- package/build/rn/Toast.js +1 -1
- package/build/rn/ToggleSwitch.js +1 -1
- package/build/rn/ToggleSwitchGroup.js +1 -1
- package/build/rn/Tooltip.js +1 -1
- package/build/rn/TooltipButton.js +1 -1
- package/build/rn/Typography.js +1 -1
- package/build/rn/Video.js +1 -1
- package/build/rn/VideoButton.js +1 -1
- package/build/rn/VideoControlBar.js +1 -1
- package/build/rn/VideoMenu.js +1 -1
- package/build/rn/VideoMiddleControlButton.js +1 -1
- package/build/rn/VideoPicker.js +1 -1
- package/build/rn/VideoPickerSlider.js +1 -1
- package/build/rn/VideoPickerThumbnail.js +1 -1
- package/build/rn/VideoProgressBar.js +1 -1
- package/build/rn/VideoVolumeSlider.js +1 -1
- package/build/rn/WaffleGrid.js +1 -1
- package/build/rn/schema.json +416 -142
- package/build/rn/spacingScale.js +1 -1
- package/build/rn/theme.js +41 -11
- package/build/web/ActionCard.js +1 -1
- package/build/web/ActivityIndicator.js +1 -1
- package/build/web/Autocomplete.js +14 -0
- package/build/web/Badge.js +1 -1
- package/build/web/BlockQuote.js +1 -1
- package/build/web/Box.js +1 -1
- package/build/web/Breadcrumbs.js +1 -1
- package/build/web/Button.js +1 -1
- package/build/web/ButtonDropdown.js +1 -1
- package/build/web/ButtonGroup.js +1 -1
- package/build/web/ButtonGroupItem.js +1 -1
- package/build/web/Callout.js +1 -1
- package/build/web/Card.js +3 -1
- package/build/web/CardGroup.js +1 -1
- package/build/web/Carousel.js +1 -1
- package/build/web/CarouselTabsPanelItem.js +1 -1
- package/build/web/CarouselThumbnail.js +1 -1
- package/build/web/Checkbox.js +1 -1
- package/build/web/CheckboxCard.js +1 -1
- package/build/web/CheckboxCardGroup.js +1 -1
- package/build/web/CheckboxGroup.js +1 -1
- package/build/web/ChevronLink.js +1 -1
- package/build/web/ColourToggle.js +1 -1
- package/build/web/Countdown.js +1 -1
- package/build/web/DatePicker.js +1 -1
- package/build/web/Disclaimer.js +1 -1
- package/build/web/Divider.js +1 -1
- package/build/web/DownloadApp.js +1 -1
- package/build/web/ExpandCollapse.js +1 -1
- package/build/web/ExpandCollapseControl.js +1 -1
- package/build/web/ExpandCollapseMini.js +1 -1
- package/build/web/ExpandCollapseMiniControl.js +1 -1
- package/build/web/ExpandCollapsePanel.js +1 -1
- package/build/web/Feedback.js +1 -1
- package/build/web/Fieldset.js +1 -1
- package/build/web/FileUpload.js +1 -1
- package/build/web/Footnote.js +1 -1
- package/build/web/FootnoteLink.js +1 -1
- package/build/web/HorizontalScrollButton.js +1 -1
- package/build/web/Icon.js +1 -1
- package/build/web/IconButton.js +1 -1
- package/build/web/Image.js +1 -1
- package/build/web/InputLabel.js +1 -1
- package/build/web/InputSupports.js +1 -1
- package/build/web/Link.js +1 -1
- package/build/web/List.js +7 -6
- package/build/web/Listbox.js +1 -1
- package/build/web/Modal.js +1 -1
- package/build/web/MultiSelectFilter.js +15 -3
- package/build/web/NavigationBar.js +1 -1
- package/build/web/Notification.js +1 -1
- package/build/web/OrderedList.js +1 -1
- package/build/web/Pagination.js +1 -1
- package/build/web/PaginationPageButton.js +1 -1
- package/build/web/PaginationSideButton.js +1 -1
- package/build/web/PreviewCard.js +1 -1
- package/build/web/PriceLockup.js +7 -3
- package/build/web/ProductCard.js +1 -1
- package/build/web/Progress.js +1 -1
- package/build/web/ProgressBar.js +1 -1
- package/build/web/QuantitySelector.js +1 -1
- package/build/web/QuantitySelectorSideButton.js +1 -1
- package/build/web/QuickLinks.js +1 -1
- package/build/web/QuickLinksButton.js +1 -1
- package/build/web/QuickLinksCard.js +1 -1
- package/build/web/QuickLinksFeature.js +1 -1
- package/build/web/QuickLinksFeatureItem.js +1 -1
- package/build/web/QuickLinksList.js +1 -1
- package/build/web/Radio.js +1 -1
- package/build/web/RadioCard.js +1 -1
- package/build/web/RadioCardGroup.js +1 -1
- package/build/web/RadioGroup.js +1 -1
- package/build/web/Ribbon.js +1 -1
- package/build/web/Search.js +4 -1
- package/build/web/SearchButton.js +2 -1
- package/build/web/Select.js +1 -1
- package/build/web/SideNav.js +1 -1
- package/build/web/SideNavItem.js +1 -1
- package/build/web/SideNavItemsGroup.js +1 -1
- package/build/web/Skeleton.js +1 -1
- package/build/web/SkipLink.js +1 -1
- package/build/web/Spinner.js +1 -1
- package/build/web/SplashButton.js +1 -1
- package/build/web/SplashButtonWithDetails.js +1 -1
- package/build/web/StackView.js +1 -1
- package/build/web/Status.js +1 -1
- package/build/web/StepTracker.js +1 -1
- package/build/web/StoryCard.js +1 -1
- package/build/web/TabBar.js +1 -1
- package/build/web/TabBarItem.js +1 -1
- package/build/web/Table.js +1 -1
- package/build/web/Tabs.js +1 -1
- package/build/web/TabsItem.js +1 -1
- package/build/web/Tags.js +1 -1
- package/build/web/TagsItem.js +1 -1
- package/build/web/TermsAndConditions.js +1 -1
- package/build/web/Testimonial.js +1 -1
- package/build/web/TextArea.js +1 -1
- package/build/web/TextInput.js +3 -1
- package/build/web/Timeline.js +1 -1
- package/build/web/Toast.js +1 -1
- package/build/web/ToggleSwitch.js +1 -1
- package/build/web/ToggleSwitchGroup.js +1 -1
- package/build/web/Tooltip.js +1 -1
- package/build/web/TooltipButton.js +1 -1
- package/build/web/Typography.js +1 -1
- package/build/web/Video.js +1 -1
- package/build/web/VideoButton.js +1 -1
- package/build/web/VideoControlBar.js +1 -1
- package/build/web/VideoMenu.js +1 -1
- package/build/web/VideoMiddleControlButton.js +1 -1
- package/build/web/VideoPicker.js +1 -1
- package/build/web/VideoPickerSlider.js +1 -1
- package/build/web/VideoPickerThumbnail.js +1 -1
- package/build/web/VideoProgressBar.js +1 -1
- package/build/web/VideoVolumeSlider.js +1 -1
- package/build/web/WaffleGrid.js +1 -1
- package/build/web/index.js +2 -1
- package/build/web/schema.json +416 -142
- package/build/web/spacingScale.js +1 -1
- package/build/web/theme.js +41 -11
- package/package.json +2 -2
- package/theme.json +43 -9
package/build/web/theme.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/*
|
|
2
2
|
*
|
|
3
3
|
* Do not edit directly
|
|
4
|
-
* Generated on
|
|
4
|
+
* Generated on Fri, 10 Jan 2025 21:40:02 GMT
|
|
5
5
|
*
|
|
6
6
|
*/
|
|
7
7
|
|
|
@@ -144,6 +144,11 @@ const theme = {
|
|
|
144
144
|
rules: [ { if: { size: 'large' }, tokens: { size: 48, thickness: 4 } } ],
|
|
145
145
|
tokens: { color: '#ff0076', size: 24, thickness: 2 }
|
|
146
146
|
},
|
|
147
|
+
Autocomplete: {
|
|
148
|
+
appearances: {},
|
|
149
|
+
rules: [],
|
|
150
|
+
tokens: { color: '#666666', maxHeight: '100%', overflowY: 'visible' }
|
|
151
|
+
},
|
|
147
152
|
Badge: {
|
|
148
153
|
appearances: {
|
|
149
154
|
alternative: { type: 'variant', values: [ true ] },
|
|
@@ -1505,7 +1510,9 @@ const theme = {
|
|
|
1505
1510
|
spread: 0
|
|
1506
1511
|
},
|
|
1507
1512
|
inputWidth: 32,
|
|
1513
|
+
maxHeight: '100%',
|
|
1508
1514
|
minWidth: null,
|
|
1515
|
+
overflowY: 'visible',
|
|
1509
1516
|
paddingBottom: 32,
|
|
1510
1517
|
paddingLeft: 24,
|
|
1511
1518
|
paddingRight: 24,
|
|
@@ -3636,16 +3643,17 @@ const theme = {
|
|
|
3636
3643
|
iconMarginTop: 2,
|
|
3637
3644
|
itemFontSize: 14,
|
|
3638
3645
|
itemIconSize: 14,
|
|
3646
|
+
itemLineHeight: 1.42857142857,
|
|
3639
3647
|
listGutter: 10
|
|
3640
3648
|
}
|
|
3641
3649
|
},
|
|
3642
3650
|
{
|
|
3643
3651
|
if: { compact: true },
|
|
3644
|
-
tokens: { iconMarginTop: 1, itemLineHeight: 1.
|
|
3652
|
+
tokens: { iconMarginTop: 1, itemLineHeight: 1.25 }
|
|
3645
3653
|
},
|
|
3646
3654
|
{
|
|
3647
3655
|
if: { compact: true, size: 'small' },
|
|
3648
|
-
tokens: { itemLineHeight: 1.
|
|
3656
|
+
tokens: { itemLineHeight: 1.14285714286 }
|
|
3649
3657
|
},
|
|
3650
3658
|
{
|
|
3651
3659
|
if: { compact: true, size: 'large' },
|
|
@@ -3656,7 +3664,7 @@ const theme = {
|
|
|
3656
3664
|
bulletIcon: PaletteIconBulletFill,
|
|
3657
3665
|
dividerColor: '#c9c8c8',
|
|
3658
3666
|
dividerSize: 1,
|
|
3659
|
-
iconMarginTop:
|
|
3667
|
+
iconMarginTop: 0,
|
|
3660
3668
|
interItemMargin: 8,
|
|
3661
3669
|
interItemMarginWithDivider: 16,
|
|
3662
3670
|
itemBulletColor: '#000000',
|
|
@@ -3667,9 +3675,9 @@ const theme = {
|
|
|
3667
3675
|
itemFontWeight: '400',
|
|
3668
3676
|
itemIconColor: '#000000',
|
|
3669
3677
|
itemIconSize: 24,
|
|
3670
|
-
itemLineHeight: 1.
|
|
3678
|
+
itemLineHeight: 1.5,
|
|
3671
3679
|
itemTextColor: '#000000',
|
|
3672
|
-
listGutter:
|
|
3680
|
+
listGutter: 8
|
|
3673
3681
|
}
|
|
3674
3682
|
},
|
|
3675
3683
|
Listbox: {
|
|
@@ -4094,7 +4102,10 @@ const theme = {
|
|
|
4094
4102
|
}
|
|
4095
4103
|
],
|
|
4096
4104
|
tokens: {
|
|
4105
|
+
buttonBorderColor: '#000000',
|
|
4097
4106
|
buttonDirection: 'row',
|
|
4107
|
+
buttonIconPadding: 4,
|
|
4108
|
+
buttonIconSize: 20,
|
|
4098
4109
|
contentMarginBottom: 32,
|
|
4099
4110
|
contentMarginLeft: 16,
|
|
4100
4111
|
contentMarginRight: 16,
|
|
@@ -4103,10 +4114,19 @@ const theme = {
|
|
|
4103
4114
|
contentPaddingRight: 16,
|
|
4104
4115
|
headerFontColor: '#000000',
|
|
4105
4116
|
headerFontName: 'StagSans',
|
|
4106
|
-
headerFontSize:
|
|
4117
|
+
headerFontSize: 14,
|
|
4107
4118
|
headerFontWeight: '700',
|
|
4108
4119
|
headerLineHeight: 1.33333333333,
|
|
4109
|
-
|
|
4120
|
+
labelColor: '#000000',
|
|
4121
|
+
labelFontName: 'StagSans',
|
|
4122
|
+
labelFontSize: 14,
|
|
4123
|
+
labelFontWeight: '600',
|
|
4124
|
+
labelLineHeight: 1.5,
|
|
4125
|
+
labelPaddingBottom: 8,
|
|
4126
|
+
labelPaddingLeft: 24,
|
|
4127
|
+
labelPaddingRight: 16,
|
|
4128
|
+
labelPaddingTop: 8,
|
|
4129
|
+
maxHeightSize: 0,
|
|
4110
4130
|
maxWidthSize: 0,
|
|
4111
4131
|
minHeight: 0,
|
|
4112
4132
|
minWidth: 320,
|
|
@@ -4786,9 +4806,11 @@ const theme = {
|
|
|
4786
4806
|
bottomTextFontSize: 12,
|
|
4787
4807
|
bottomTextLineHeight: 1.2,
|
|
4788
4808
|
centsFontSize: 16,
|
|
4789
|
-
centsLineHeight: 1
|
|
4809
|
+
centsLineHeight: 1,
|
|
4810
|
+
centsPaddingTop: 2,
|
|
4790
4811
|
currencySymbolFontSize: 16,
|
|
4791
|
-
currencySymbolLineHeight: 1
|
|
4812
|
+
currencySymbolLineHeight: 1,
|
|
4813
|
+
currencySymbolPaddingTop: 2,
|
|
4792
4814
|
footnoteLinkFontSize: 12,
|
|
4793
4815
|
footnoteLinkLineHeight: 1,
|
|
4794
4816
|
footnoteMarginTop: 0,
|
|
@@ -4858,10 +4880,12 @@ const theme = {
|
|
|
4858
4880
|
centsFontSize: 24,
|
|
4859
4881
|
centsFontWeight: '700',
|
|
4860
4882
|
centsLineHeight: 1,
|
|
4883
|
+
centsPaddingTop: 0,
|
|
4861
4884
|
currencySymbolFontName: 'StagSans',
|
|
4862
4885
|
currencySymbolFontSize: 24,
|
|
4863
4886
|
currencySymbolFontWeight: '700',
|
|
4864
4887
|
currencySymbolLineHeight: 1,
|
|
4888
|
+
currencySymbolPaddingTop: 0,
|
|
4865
4889
|
dividerColor: null,
|
|
4866
4890
|
fontColor: '#000000',
|
|
4867
4891
|
fontName: 'StagSans',
|
|
@@ -5814,7 +5838,10 @@ const theme = {
|
|
|
5814
5838
|
fontName: 'StagSans',
|
|
5815
5839
|
fontSize: 16,
|
|
5816
5840
|
fontWeight: '400',
|
|
5841
|
+
iconLeftColor: '#000000',
|
|
5842
|
+
iconLeftSize: 20,
|
|
5817
5843
|
lineHeight: 1.5,
|
|
5844
|
+
mobileBorderWidth: 1,
|
|
5818
5845
|
outerBackgroundColor: '#404040',
|
|
5819
5846
|
outerBorderColor: '#404040',
|
|
5820
5847
|
outerBorderRadius: 32,
|
|
@@ -5906,6 +5933,7 @@ const theme = {
|
|
|
5906
5933
|
borderWidth: 0,
|
|
5907
5934
|
iconColor: '#000000',
|
|
5908
5935
|
iconSize: 20,
|
|
5936
|
+
mobileBackgroundColor: null,
|
|
5909
5937
|
opacity: 1,
|
|
5910
5938
|
paddingBottom: 8,
|
|
5911
5939
|
paddingLeft: 8,
|
|
@@ -7421,6 +7449,8 @@ const theme = {
|
|
|
7421
7449
|
fontWeight: '400',
|
|
7422
7450
|
icon: null,
|
|
7423
7451
|
iconColor: 'rgba(0, 0, 0, 0)',
|
|
7452
|
+
iconLeftGap: 5,
|
|
7453
|
+
iconLeftPaddingBottom: 5,
|
|
7424
7454
|
iconSize: 24,
|
|
7425
7455
|
leftIconPaddingBottom: 5,
|
|
7426
7456
|
lineHeight: 1.5,
|
|
@@ -8331,6 +8361,6 @@ const theme = {
|
|
|
8331
8361
|
tokens: { size: 96 }
|
|
8332
8362
|
}
|
|
8333
8363
|
},
|
|
8334
|
-
metadata: { name: 'theme-koodo', themeTokensVersion: '3.
|
|
8364
|
+
metadata: { name: 'theme-koodo', themeTokensVersion: '3.3.0' }
|
|
8335
8365
|
}
|
|
8336
8366
|
export default theme
|
package/package.json
CHANGED
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
"description": "Koodo theme",
|
|
8
8
|
"devDependencies": {
|
|
9
9
|
"@telus-uds/palette-koodo": "^2.0.0",
|
|
10
|
-
"@telus-uds/system-theme-tokens": "^3.
|
|
10
|
+
"@telus-uds/system-theme-tokens": "^3.3.0"
|
|
11
11
|
},
|
|
12
12
|
"files": [
|
|
13
13
|
"build",
|
|
@@ -40,5 +40,5 @@
|
|
|
40
40
|
"build": "UDS_PALETTE=@telus-uds/palette-koodo system-tokens-build-theme",
|
|
41
41
|
"dev": "nodemon -w src -x 'npm run build'"
|
|
42
42
|
},
|
|
43
|
-
"version": "6.
|
|
43
|
+
"version": "6.3.0"
|
|
44
44
|
}
|
package/theme.json
CHANGED
|
@@ -108,6 +108,15 @@
|
|
|
108
108
|
"thickness": "{palette.border.border2}"
|
|
109
109
|
}
|
|
110
110
|
},
|
|
111
|
+
"Autocomplete": {
|
|
112
|
+
"appearances": {},
|
|
113
|
+
"rules": [],
|
|
114
|
+
"tokens": {
|
|
115
|
+
"color": "{palette.color.dove}",
|
|
116
|
+
"maxHeight": "{system.size.full}",
|
|
117
|
+
"overflowY": "{system.overflow.visible}"
|
|
118
|
+
}
|
|
119
|
+
},
|
|
111
120
|
"Badge": {
|
|
112
121
|
"appearances": {
|
|
113
122
|
"alternative": {
|
|
@@ -1936,7 +1945,9 @@
|
|
|
1936
1945
|
"inputHeight": "{palette.size.size32}",
|
|
1937
1946
|
"inputShadow": "{palette.shadow.surfaceInset}",
|
|
1938
1947
|
"inputWidth": "{palette.size.size32}",
|
|
1948
|
+
"maxHeight": "{system.size.full}",
|
|
1939
1949
|
"minWidth": "{system.size.none}",
|
|
1950
|
+
"overflowY": "{system.overflow.visible}",
|
|
1940
1951
|
"paddingBottom": "{palette.size.size32}",
|
|
1941
1952
|
"paddingLeft": "{palette.size.size24}",
|
|
1942
1953
|
"paddingRight": "{palette.size.size24}",
|
|
@@ -4814,6 +4825,7 @@
|
|
|
4814
4825
|
"iconMarginTop": "{palette.size.size2}",
|
|
4815
4826
|
"itemFontSize": "{palette.fontSize.size14}",
|
|
4816
4827
|
"itemIconSize": "{palette.size.size14}",
|
|
4828
|
+
"itemLineHeight": "{palette.lineHeight.ratio10to7}",
|
|
4817
4829
|
"listGutter": "{palette.size.size10}"
|
|
4818
4830
|
}
|
|
4819
4831
|
},
|
|
@@ -4823,7 +4835,7 @@
|
|
|
4823
4835
|
},
|
|
4824
4836
|
"tokens": {
|
|
4825
4837
|
"iconMarginTop": "{palette.size.size1}",
|
|
4826
|
-
"itemLineHeight": "{palette.lineHeight.
|
|
4838
|
+
"itemLineHeight": "{palette.lineHeight.ratio5to4}"
|
|
4827
4839
|
}
|
|
4828
4840
|
},
|
|
4829
4841
|
{
|
|
@@ -4832,7 +4844,7 @@
|
|
|
4832
4844
|
"size": "small"
|
|
4833
4845
|
},
|
|
4834
4846
|
"tokens": {
|
|
4835
|
-
"itemLineHeight": "{palette.lineHeight.
|
|
4847
|
+
"itemLineHeight": "{palette.lineHeight.ratio8to7}"
|
|
4836
4848
|
}
|
|
4837
4849
|
},
|
|
4838
4850
|
{
|
|
@@ -4849,7 +4861,7 @@
|
|
|
4849
4861
|
"bulletIcon": "{palette.icon.BulletFill}",
|
|
4850
4862
|
"dividerColor": "{palette.color.silver}",
|
|
4851
4863
|
"dividerSize": "{palette.border.border1}",
|
|
4852
|
-
"iconMarginTop": "{palette.size.
|
|
4864
|
+
"iconMarginTop": "{palette.size.size0}",
|
|
4853
4865
|
"interItemMargin": "{palette.size.size8}",
|
|
4854
4866
|
"interItemMarginWithDivider": "{palette.size.size16}",
|
|
4855
4867
|
"itemBulletColor": "{palette.color.black}",
|
|
@@ -4860,9 +4872,9 @@
|
|
|
4860
4872
|
"itemFontWeight": "{palette.fontWeight.weight400}",
|
|
4861
4873
|
"itemIconColor": "{palette.color.black}",
|
|
4862
4874
|
"itemIconSize": "{palette.size.size24}",
|
|
4863
|
-
"itemLineHeight": "{palette.lineHeight.
|
|
4875
|
+
"itemLineHeight": "{palette.lineHeight.ratio3to2}",
|
|
4864
4876
|
"itemTextColor": "{palette.color.black}",
|
|
4865
|
-
"listGutter": "{palette.size.
|
|
4877
|
+
"listGutter": "{palette.size.size8}"
|
|
4866
4878
|
}
|
|
4867
4879
|
},
|
|
4868
4880
|
"Listbox": {
|
|
@@ -5311,7 +5323,10 @@
|
|
|
5311
5323
|
}
|
|
5312
5324
|
],
|
|
5313
5325
|
"tokens": {
|
|
5326
|
+
"buttonBorderColor": "{palette.color.black}",
|
|
5314
5327
|
"buttonDirection": "{system.direction.row}",
|
|
5328
|
+
"buttonIconPadding": "{palette.size.size4}",
|
|
5329
|
+
"buttonIconSize": "{palette.size.size20}",
|
|
5315
5330
|
"contentMarginBottom": "{palette.size.size32}",
|
|
5316
5331
|
"contentMarginLeft": "{palette.size.size16}",
|
|
5317
5332
|
"contentMarginRight": "{palette.size.size16}",
|
|
@@ -5320,10 +5335,19 @@
|
|
|
5320
5335
|
"contentPaddingRight": "{palette.size.size16}",
|
|
5321
5336
|
"headerFontColor": "{palette.color.black}",
|
|
5322
5337
|
"headerFontName": "{palette.fontName.StagSans}",
|
|
5323
|
-
"headerFontSize": "{palette.fontSize.
|
|
5338
|
+
"headerFontSize": "{palette.fontSize.size14}",
|
|
5324
5339
|
"headerFontWeight": "{palette.fontWeight.weight700}",
|
|
5325
5340
|
"headerLineHeight": "{palette.lineHeight.ratio4to3}",
|
|
5326
|
-
"
|
|
5341
|
+
"labelColor": "{palette.color.black}",
|
|
5342
|
+
"labelFontName": "{palette.fontName.StagSans}",
|
|
5343
|
+
"labelFontSize": "{palette.fontSize.size14}",
|
|
5344
|
+
"labelFontWeight": "{palette.fontWeight.weight600}",
|
|
5345
|
+
"labelLineHeight": "{palette.lineHeight.multiply150}",
|
|
5346
|
+
"labelPaddingBottom": "{palette.size.size8}",
|
|
5347
|
+
"labelPaddingLeft": "{palette.size.size24}",
|
|
5348
|
+
"labelPaddingRight": "{palette.size.size16}",
|
|
5349
|
+
"labelPaddingTop": "{palette.size.size8}",
|
|
5350
|
+
"maxHeightSize": "{system.size.zero}",
|
|
5327
5351
|
"maxWidthSize": "{system.size.zero}",
|
|
5328
5352
|
"minHeight": "{system.size.zero}",
|
|
5329
5353
|
"minWidth": "{palette.size.size320}",
|
|
@@ -6047,9 +6071,11 @@
|
|
|
6047
6071
|
"bottomTextFontSize": "{palette.fontSize.size12}",
|
|
6048
6072
|
"bottomTextLineHeight": "{palette.lineHeight.ratio6to5}",
|
|
6049
6073
|
"centsFontSize": "{palette.fontSize.size16}",
|
|
6050
|
-
"centsLineHeight": "{palette.lineHeight.
|
|
6074
|
+
"centsLineHeight": "{palette.lineHeight.ratio1to1}",
|
|
6075
|
+
"centsPaddingTop": "{palette.size.size2}",
|
|
6051
6076
|
"currencySymbolFontSize": "{palette.fontSize.size16}",
|
|
6052
|
-
"currencySymbolLineHeight": "{palette.lineHeight.
|
|
6077
|
+
"currencySymbolLineHeight": "{palette.lineHeight.ratio1to1}",
|
|
6078
|
+
"currencySymbolPaddingTop": "{palette.size.size2}",
|
|
6053
6079
|
"footnoteLinkFontSize": "{palette.fontSize.size12}",
|
|
6054
6080
|
"footnoteLinkLineHeight": "{palette.lineHeight.ratio1to1}",
|
|
6055
6081
|
"footnoteMarginTop": "{palette.size.size0}",
|
|
@@ -6126,10 +6152,12 @@
|
|
|
6126
6152
|
"centsFontSize": "{palette.fontSize.size24}",
|
|
6127
6153
|
"centsFontWeight": "{palette.fontWeight.weight700}",
|
|
6128
6154
|
"centsLineHeight": "{palette.lineHeight.ratio1to1}",
|
|
6155
|
+
"centsPaddingTop": "{palette.size.size0}",
|
|
6129
6156
|
"currencySymbolFontName": "{palette.fontName.StagSans}",
|
|
6130
6157
|
"currencySymbolFontSize": "{palette.fontSize.size24}",
|
|
6131
6158
|
"currencySymbolFontWeight": "{palette.fontWeight.weight700}",
|
|
6132
6159
|
"currencySymbolLineHeight": "{palette.lineHeight.ratio1to1}",
|
|
6160
|
+
"currencySymbolPaddingTop": "{palette.size.size0}",
|
|
6133
6161
|
"dividerColor": "{system.color.none}",
|
|
6134
6162
|
"fontColor": "{palette.color.black}",
|
|
6135
6163
|
"fontName": "{palette.fontName.StagSans}",
|
|
@@ -7229,7 +7257,10 @@
|
|
|
7229
7257
|
"fontName": "{palette.fontName.StagSans}",
|
|
7230
7258
|
"fontSize": "{palette.fontSize.size16}",
|
|
7231
7259
|
"fontWeight": "{palette.fontWeight.weight400}",
|
|
7260
|
+
"iconLeftColor": "{palette.color.black}",
|
|
7261
|
+
"iconLeftSize": "{palette.size.size20}",
|
|
7232
7262
|
"lineHeight": "{palette.lineHeight.multiply150}",
|
|
7263
|
+
"mobileBorderWidth": "{palette.border.border1}",
|
|
7233
7264
|
"outerBackgroundColor": "{palette.color.blackLight}",
|
|
7234
7265
|
"outerBorderColor": "{palette.color.blackLight}",
|
|
7235
7266
|
"outerBorderRadius": "{palette.radius.pill32}",
|
|
@@ -7324,6 +7355,7 @@
|
|
|
7324
7355
|
"borderWidth": "{system.border.zero}",
|
|
7325
7356
|
"iconColor": "{palette.color.black}",
|
|
7326
7357
|
"iconSize": "{palette.size.size20}",
|
|
7358
|
+
"mobileBackgroundColor": "{system.color.none}",
|
|
7327
7359
|
"opacity": "{system.opacity.opaque}",
|
|
7328
7360
|
"paddingBottom": "{palette.size.size8}",
|
|
7329
7361
|
"paddingLeft": "{palette.size.size8}",
|
|
@@ -9045,6 +9077,8 @@
|
|
|
9045
9077
|
"fontWeight": "{palette.fontWeight.weight400}",
|
|
9046
9078
|
"icon": "{system.icon.none}",
|
|
9047
9079
|
"iconColor": "{palette.color.transparent}",
|
|
9080
|
+
"iconLeftGap": "{palette.size.size5}",
|
|
9081
|
+
"iconLeftPaddingBottom": "{palette.size.size5}",
|
|
9048
9082
|
"iconSize": "{palette.size.size24}",
|
|
9049
9083
|
"leftIconPaddingBottom": "{palette.size.size5}",
|
|
9050
9084
|
"lineHeight": "{palette.lineHeight.multiply150}",
|