@telus-uds/theme-public-mobile 3.1.1 → 3.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 +9 -13
- package/build/android/MultiSelectFilter.json +22 -0
- package/build/android/PriceLockup.json +2 -0
- 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 +66 -14
- package/build/ios/Autocomplete.json +14 -0
- package/build/ios/Card.json +2 -0
- package/build/ios/List.json +9 -13
- package/build/ios/MultiSelectFilter.json +22 -0
- package/build/ios/PriceLockup.json +2 -0
- 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 +66 -14
- 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 +9 -16
- package/build/rn/Listbox.js +1 -1
- package/build/rn/Modal.js +1 -1
- package/build/rn/MultiSelectFilter.js +13 -1
- 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 +3 -1
- 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 +37 -17
- 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 +9 -16
- package/build/web/Listbox.js +1 -1
- package/build/web/Modal.js +1 -1
- package/build/web/MultiSelectFilter.js +13 -1
- 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 +3 -1
- 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 +37 -17
- package/package.json +2 -2
- package/theme.json +40 -13
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:04 GMT
|
|
5
5
|
*
|
|
6
6
|
*/
|
|
7
7
|
|
|
@@ -149,6 +149,11 @@ const theme = {
|
|
|
149
149
|
rules: [ { if: { size: 'large' }, tokens: { size: 48, thickness: 4 } } ],
|
|
150
150
|
tokens: { color: '#394056', size: 24, thickness: 2 }
|
|
151
151
|
},
|
|
152
|
+
Autocomplete: {
|
|
153
|
+
appearances: {},
|
|
154
|
+
rules: [],
|
|
155
|
+
tokens: { color: '#394056', maxHeight: '100%', overflowY: 'visible' }
|
|
156
|
+
},
|
|
152
157
|
Badge: {
|
|
153
158
|
appearances: {
|
|
154
159
|
alternative: { type: 'variant', values: [ true ] },
|
|
@@ -1446,7 +1451,9 @@ const theme = {
|
|
|
1446
1451
|
spread: 0
|
|
1447
1452
|
},
|
|
1448
1453
|
inputWidth: 32,
|
|
1454
|
+
maxHeight: '100%',
|
|
1449
1455
|
minWidth: null,
|
|
1456
|
+
overflowY: 'visible',
|
|
1450
1457
|
paddingBottom: 32,
|
|
1451
1458
|
paddingLeft: 24,
|
|
1452
1459
|
paddingRight: 24,
|
|
@@ -3618,27 +3625,20 @@ const theme = {
|
|
|
3618
3625
|
iconMarginTop: 6,
|
|
3619
3626
|
itemFontSize: 20,
|
|
3620
3627
|
itemIconSize: 20,
|
|
3621
|
-
itemLineHeight: 1.
|
|
3622
|
-
listGutter: 12
|
|
3628
|
+
itemLineHeight: 1.4
|
|
3623
3629
|
}
|
|
3624
3630
|
},
|
|
3625
3631
|
{
|
|
3626
3632
|
if: { size: 'small' },
|
|
3627
|
-
tokens: {
|
|
3628
|
-
iconMarginTop: 2,
|
|
3629
|
-
itemFontSize: 14,
|
|
3630
|
-
itemIconSize: 14,
|
|
3631
|
-
itemLineHeight: 1.4285714285714286,
|
|
3632
|
-
listGutter: 12
|
|
3633
|
-
}
|
|
3633
|
+
tokens: { itemFontSize: 16, itemLineHeight: 1.55555555 }
|
|
3634
3634
|
},
|
|
3635
3635
|
{
|
|
3636
3636
|
if: { compact: true },
|
|
3637
|
-
tokens: { iconMarginTop: 2, itemLineHeight: 1.
|
|
3637
|
+
tokens: { iconMarginTop: 2, itemLineHeight: 1.55555555 }
|
|
3638
3638
|
},
|
|
3639
3639
|
{
|
|
3640
3640
|
if: { compact: true, size: 'small' },
|
|
3641
|
-
tokens: { itemLineHeight: 1.
|
|
3641
|
+
tokens: { itemLineHeight: 1.5 }
|
|
3642
3642
|
},
|
|
3643
3643
|
{
|
|
3644
3644
|
if: { compact: true, size: 'large' },
|
|
@@ -3649,20 +3649,20 @@ const theme = {
|
|
|
3649
3649
|
bulletIcon: PaletteIconBulletFill,
|
|
3650
3650
|
dividerColor: '#9c9faa',
|
|
3651
3651
|
dividerSize: 1,
|
|
3652
|
-
iconMarginTop:
|
|
3652
|
+
iconMarginTop: 0,
|
|
3653
3653
|
interItemMargin: 8,
|
|
3654
3654
|
interItemMarginWithDivider: 16,
|
|
3655
3655
|
itemBulletColor: '#394056',
|
|
3656
3656
|
itemBulletContainerAlign: 'center',
|
|
3657
3657
|
itemBulletContainerWidth: 16,
|
|
3658
3658
|
itemFontName: 'SofiaPro',
|
|
3659
|
-
itemFontSize:
|
|
3659
|
+
itemFontSize: 18,
|
|
3660
3660
|
itemFontWeight: '400',
|
|
3661
3661
|
itemIconColor: '#394056',
|
|
3662
3662
|
itemIconSize: 24,
|
|
3663
|
-
itemLineHeight: 1.
|
|
3663
|
+
itemLineHeight: 1.55555555,
|
|
3664
3664
|
itemTextColor: '#394056',
|
|
3665
|
-
listGutter:
|
|
3665
|
+
listGutter: 8
|
|
3666
3666
|
}
|
|
3667
3667
|
},
|
|
3668
3668
|
Listbox: {
|
|
@@ -4032,7 +4032,10 @@ const theme = {
|
|
|
4032
4032
|
}
|
|
4033
4033
|
],
|
|
4034
4034
|
tokens: {
|
|
4035
|
+
buttonBorderColor: '#636c8c',
|
|
4035
4036
|
buttonDirection: 'row',
|
|
4037
|
+
buttonIconPadding: 4,
|
|
4038
|
+
buttonIconSize: 20,
|
|
4036
4039
|
contentMarginBottom: 32,
|
|
4037
4040
|
contentMarginLeft: 16,
|
|
4038
4041
|
contentMarginRight: 16,
|
|
@@ -4044,6 +4047,15 @@ const theme = {
|
|
|
4044
4047
|
headerFontSize: 24,
|
|
4045
4048
|
headerFontWeight: '700',
|
|
4046
4049
|
headerLineHeight: 1.28571428571,
|
|
4050
|
+
labelColor: '#394056',
|
|
4051
|
+
labelFontName: 'SofiaPro',
|
|
4052
|
+
labelFontSize: 18,
|
|
4053
|
+
labelFontWeight: '400',
|
|
4054
|
+
labelLineHeight: 1,
|
|
4055
|
+
labelPaddingBottom: 8,
|
|
4056
|
+
labelPaddingLeft: 24,
|
|
4057
|
+
labelPaddingRight: 16,
|
|
4058
|
+
labelPaddingTop: 8,
|
|
4047
4059
|
maxHeightSize: 480,
|
|
4048
4060
|
maxWidthSize: 0,
|
|
4049
4061
|
minHeight: 0,
|
|
@@ -4802,10 +4814,12 @@ const theme = {
|
|
|
4802
4814
|
centsFontSize: 20,
|
|
4803
4815
|
centsFontWeight: '700',
|
|
4804
4816
|
centsLineHeight: 1.2,
|
|
4817
|
+
centsPaddingTop: 0,
|
|
4805
4818
|
currencySymbolFontName: 'BystanderSans',
|
|
4806
4819
|
currencySymbolFontSize: 20,
|
|
4807
4820
|
currencySymbolFontWeight: '700',
|
|
4808
4821
|
currencySymbolLineHeight: 1.2,
|
|
4822
|
+
currencySymbolPaddingTop: 0,
|
|
4809
4823
|
dividerColor: null,
|
|
4810
4824
|
fontColor: '#394056',
|
|
4811
4825
|
fontName: 'SofiaPro',
|
|
@@ -5734,7 +5748,10 @@ const theme = {
|
|
|
5734
5748
|
fontName: 'SofiaPro',
|
|
5735
5749
|
fontSize: 18,
|
|
5736
5750
|
fontWeight: '400',
|
|
5751
|
+
iconLeftColor: '#394056',
|
|
5752
|
+
iconLeftSize: 20,
|
|
5737
5753
|
lineHeight: 1.55555555,
|
|
5754
|
+
mobileBorderWidth: 1,
|
|
5738
5755
|
outerBackgroundColor: 'rgba(0, 0, 0, 0)',
|
|
5739
5756
|
outerBorderColor: 'rgba(0, 0, 0, 0)',
|
|
5740
5757
|
outerBorderRadius: 32,
|
|
@@ -5826,6 +5843,7 @@ const theme = {
|
|
|
5826
5843
|
borderWidth: 0,
|
|
5827
5844
|
iconColor: '#394056',
|
|
5828
5845
|
iconSize: 20,
|
|
5846
|
+
mobileBackgroundColor: 'rgba(0, 0, 0, 0)',
|
|
5829
5847
|
opacity: 1,
|
|
5830
5848
|
paddingBottom: 8,
|
|
5831
5849
|
paddingLeft: 8,
|
|
@@ -7248,6 +7266,8 @@ const theme = {
|
|
|
7248
7266
|
fontWeight: '400',
|
|
7249
7267
|
icon: null,
|
|
7250
7268
|
iconColor: 'rgba(0, 0, 0, 0)',
|
|
7269
|
+
iconLeftGap: 5,
|
|
7270
|
+
iconLeftPaddingBottom: 5,
|
|
7251
7271
|
iconSize: 24,
|
|
7252
7272
|
leftIconPaddingBottom: 5,
|
|
7253
7273
|
lineHeight: 1.5,
|
|
@@ -8108,6 +8128,6 @@ const theme = {
|
|
|
8108
8128
|
tokens: { size: 80 }
|
|
8109
8129
|
}
|
|
8110
8130
|
},
|
|
8111
|
-
metadata: { name: 'theme-public-mobile', themeTokensVersion: '3.
|
|
8131
|
+
metadata: { name: 'theme-public-mobile', themeTokensVersion: '3.3.0' }
|
|
8112
8132
|
}
|
|
8113
8133
|
export default theme
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@telus-uds/theme-public-mobile",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.3.0",
|
|
5
5
|
"description": "Public Mobile theme",
|
|
6
6
|
"keywords": [
|
|
7
7
|
"public mobile"
|
|
@@ -24,7 +24,7 @@
|
|
|
24
24
|
],
|
|
25
25
|
"devDependencies": {
|
|
26
26
|
"@telus-uds/palette-public-mobile": "^2.0.0",
|
|
27
|
-
"@telus-uds/system-theme-tokens": "^3.
|
|
27
|
+
"@telus-uds/system-theme-tokens": "^3.3.0"
|
|
28
28
|
},
|
|
29
29
|
"peerDependencies": {
|
|
30
30
|
"@telus-uds/palette-public-mobile": "^2.0.0"
|
package/theme.json
CHANGED
|
@@ -110,6 +110,15 @@
|
|
|
110
110
|
"thickness": "{palette.border.border2}"
|
|
111
111
|
}
|
|
112
112
|
},
|
|
113
|
+
"Autocomplete": {
|
|
114
|
+
"appearances": {},
|
|
115
|
+
"rules": [],
|
|
116
|
+
"tokens": {
|
|
117
|
+
"color": "{palette.color.slate100}",
|
|
118
|
+
"maxHeight": "{system.size.full}",
|
|
119
|
+
"overflowY": "{system.overflow.visible}"
|
|
120
|
+
}
|
|
121
|
+
},
|
|
113
122
|
"Badge": {
|
|
114
123
|
"appearances": {
|
|
115
124
|
"alternative": {
|
|
@@ -1858,7 +1867,9 @@
|
|
|
1858
1867
|
"inputHeight": "{palette.size.size32}",
|
|
1859
1868
|
"inputShadow": "{palette.shadow.surfaceInset}",
|
|
1860
1869
|
"inputWidth": "{palette.size.size32}",
|
|
1870
|
+
"maxHeight": "{system.size.full}",
|
|
1861
1871
|
"minWidth": "{system.size.none}",
|
|
1872
|
+
"overflowY": "{system.overflow.visible}",
|
|
1862
1873
|
"paddingBottom": "{palette.size.size32}",
|
|
1863
1874
|
"paddingLeft": "{palette.size.size24}",
|
|
1864
1875
|
"paddingRight": "{palette.size.size24}",
|
|
@@ -4778,8 +4789,7 @@
|
|
|
4778
4789
|
"iconMarginTop": "{palette.size.size6}",
|
|
4779
4790
|
"itemFontSize": "{palette.fontSize.size20}",
|
|
4780
4791
|
"itemIconSize": "{palette.size.size20}",
|
|
4781
|
-
"itemLineHeight": "{palette.lineHeight.
|
|
4782
|
-
"listGutter": "{palette.size.size12}"
|
|
4792
|
+
"itemLineHeight": "{palette.lineHeight.ratio7to5}"
|
|
4783
4793
|
}
|
|
4784
4794
|
},
|
|
4785
4795
|
{
|
|
@@ -4787,11 +4797,8 @@
|
|
|
4787
4797
|
"size": "small"
|
|
4788
4798
|
},
|
|
4789
4799
|
"tokens": {
|
|
4790
|
-
"
|
|
4791
|
-
"
|
|
4792
|
-
"itemIconSize": "{palette.size.size14}",
|
|
4793
|
-
"itemLineHeight": "{palette.lineHeight.ratio10to7}",
|
|
4794
|
-
"listGutter": "{palette.size.size12}"
|
|
4800
|
+
"itemFontSize": "{palette.fontSize.size16}",
|
|
4801
|
+
"itemLineHeight": "{palette.lineHeight.ratio14to9}"
|
|
4795
4802
|
}
|
|
4796
4803
|
},
|
|
4797
4804
|
{
|
|
@@ -4800,7 +4807,7 @@
|
|
|
4800
4807
|
},
|
|
4801
4808
|
"tokens": {
|
|
4802
4809
|
"iconMarginTop": "{palette.size.size2}",
|
|
4803
|
-
"itemLineHeight": "{palette.lineHeight.
|
|
4810
|
+
"itemLineHeight": "{palette.lineHeight.ratio14to9}"
|
|
4804
4811
|
}
|
|
4805
4812
|
},
|
|
4806
4813
|
{
|
|
@@ -4809,7 +4816,7 @@
|
|
|
4809
4816
|
"size": "small"
|
|
4810
4817
|
},
|
|
4811
4818
|
"tokens": {
|
|
4812
|
-
"itemLineHeight": "{palette.lineHeight.
|
|
4819
|
+
"itemLineHeight": "{palette.lineHeight.ratio3to2}"
|
|
4813
4820
|
}
|
|
4814
4821
|
},
|
|
4815
4822
|
{
|
|
@@ -4826,20 +4833,20 @@
|
|
|
4826
4833
|
"bulletIcon": "{palette.icon.BulletFill}",
|
|
4827
4834
|
"dividerColor": "{palette.color.slate50}",
|
|
4828
4835
|
"dividerSize": "{palette.border.border1}",
|
|
4829
|
-
"iconMarginTop": "{palette.size.
|
|
4836
|
+
"iconMarginTop": "{palette.size.size0}",
|
|
4830
4837
|
"interItemMargin": "{palette.size.size8}",
|
|
4831
4838
|
"interItemMarginWithDivider": "{palette.size.size16}",
|
|
4832
4839
|
"itemBulletColor": "{palette.color.slate100}",
|
|
4833
4840
|
"itemBulletContainerAlign": "{system.textAlign.center}",
|
|
4834
4841
|
"itemBulletContainerWidth": "{palette.size.size16}",
|
|
4835
4842
|
"itemFontName": "{palette.fontName.SofiaPro}",
|
|
4836
|
-
"itemFontSize": "{palette.fontSize.
|
|
4843
|
+
"itemFontSize": "{palette.fontSize.size18}",
|
|
4837
4844
|
"itemFontWeight": "{palette.fontWeight.weight400}",
|
|
4838
4845
|
"itemIconColor": "{palette.color.slate100}",
|
|
4839
4846
|
"itemIconSize": "{palette.size.size24}",
|
|
4840
|
-
"itemLineHeight": "{palette.lineHeight.
|
|
4847
|
+
"itemLineHeight": "{palette.lineHeight.ratio14to9}",
|
|
4841
4848
|
"itemTextColor": "{palette.color.slate100}",
|
|
4842
|
-
"listGutter": "{palette.size.
|
|
4849
|
+
"listGutter": "{palette.size.size8}"
|
|
4843
4850
|
}
|
|
4844
4851
|
},
|
|
4845
4852
|
"Listbox": {
|
|
@@ -5225,7 +5232,10 @@
|
|
|
5225
5232
|
}
|
|
5226
5233
|
],
|
|
5227
5234
|
"tokens": {
|
|
5235
|
+
"buttonBorderColor": "{palette.color.link100}",
|
|
5228
5236
|
"buttonDirection": "{system.direction.row}",
|
|
5237
|
+
"buttonIconPadding": "{palette.size.size4}",
|
|
5238
|
+
"buttonIconSize": "{palette.size.size20}",
|
|
5229
5239
|
"contentMarginBottom": "{palette.size.size32}",
|
|
5230
5240
|
"contentMarginLeft": "{palette.size.size16}",
|
|
5231
5241
|
"contentMarginRight": "{palette.size.size16}",
|
|
@@ -5237,6 +5247,15 @@
|
|
|
5237
5247
|
"headerFontSize": "{palette.fontSize.size24}",
|
|
5238
5248
|
"headerFontWeight": "{palette.fontWeight.weight700}",
|
|
5239
5249
|
"headerLineHeight": "{palette.lineHeight.ratio9to7}",
|
|
5250
|
+
"labelColor": "{palette.color.slate100}",
|
|
5251
|
+
"labelFontName": "{palette.fontName.SofiaPro}",
|
|
5252
|
+
"labelFontSize": "{palette.fontSize.size18}",
|
|
5253
|
+
"labelFontWeight": "{palette.fontWeight.weight400}",
|
|
5254
|
+
"labelLineHeight": "{palette.lineHeight.ratio1to1}",
|
|
5255
|
+
"labelPaddingBottom": "{palette.size.size8}",
|
|
5256
|
+
"labelPaddingLeft": "{palette.size.size24}",
|
|
5257
|
+
"labelPaddingRight": "{palette.size.size16}",
|
|
5258
|
+
"labelPaddingTop": "{palette.size.size8}",
|
|
5240
5259
|
"maxHeightSize": "{palette.size.size480}",
|
|
5241
5260
|
"maxWidthSize": "{system.size.zero}",
|
|
5242
5261
|
"minHeight": "{system.size.zero}",
|
|
@@ -6044,10 +6063,12 @@
|
|
|
6044
6063
|
"centsFontSize": "{palette.fontSize.size20}",
|
|
6045
6064
|
"centsFontWeight": "{palette.fontWeight.weight700}",
|
|
6046
6065
|
"centsLineHeight": "{palette.lineHeight.ratio6to5}",
|
|
6066
|
+
"centsPaddingTop": "{palette.size.size0}",
|
|
6047
6067
|
"currencySymbolFontName": "{palette.fontName.BystanderSans}",
|
|
6048
6068
|
"currencySymbolFontSize": "{palette.fontSize.size20}",
|
|
6049
6069
|
"currencySymbolFontWeight": "{palette.fontWeight.weight700}",
|
|
6050
6070
|
"currencySymbolLineHeight": "{palette.lineHeight.ratio6to5}",
|
|
6071
|
+
"currencySymbolPaddingTop": "{palette.size.size0}",
|
|
6051
6072
|
"dividerColor": "{system.color.none}",
|
|
6052
6073
|
"fontColor": "{palette.color.slate100}",
|
|
6053
6074
|
"fontName": "{palette.fontName.SofiaPro}",
|
|
@@ -7113,7 +7134,10 @@
|
|
|
7113
7134
|
"fontName": "{palette.fontName.SofiaPro}",
|
|
7114
7135
|
"fontSize": "{palette.fontSize.size18}",
|
|
7115
7136
|
"fontWeight": "{palette.fontWeight.weight400}",
|
|
7137
|
+
"iconLeftColor": "{palette.color.slate100}",
|
|
7138
|
+
"iconLeftSize": "{palette.size.size20}",
|
|
7116
7139
|
"lineHeight": "{palette.lineHeight.ratio14to9}",
|
|
7140
|
+
"mobileBorderWidth": "{palette.border.border1}",
|
|
7117
7141
|
"outerBackgroundColor": "{palette.color.transparent}",
|
|
7118
7142
|
"outerBorderColor": "{palette.color.transparent}",
|
|
7119
7143
|
"outerBorderRadius": "{palette.radius.pill32}",
|
|
@@ -7208,6 +7232,7 @@
|
|
|
7208
7232
|
"borderWidth": "{system.border.zero}",
|
|
7209
7233
|
"iconColor": "{palette.color.slate100}",
|
|
7210
7234
|
"iconSize": "{palette.size.size20}",
|
|
7235
|
+
"mobileBackgroundColor": "{palette.color.transparent}",
|
|
7211
7236
|
"opacity": "{system.opacity.opaque}",
|
|
7212
7237
|
"paddingBottom": "{palette.size.size8}",
|
|
7213
7238
|
"paddingLeft": "{palette.size.size8}",
|
|
@@ -8808,6 +8833,8 @@
|
|
|
8808
8833
|
"fontWeight": "{palette.fontWeight.weight400}",
|
|
8809
8834
|
"icon": "{system.icon.none}",
|
|
8810
8835
|
"iconColor": "{palette.color.transparent}",
|
|
8836
|
+
"iconLeftGap": "{palette.size.size5}",
|
|
8837
|
+
"iconLeftPaddingBottom": "{palette.size.size5}",
|
|
8811
8838
|
"iconSize": "{palette.size.size24}",
|
|
8812
8839
|
"leftIconPaddingBottom": "{palette.size.size5}",
|
|
8813
8840
|
"lineHeight": "{palette.lineHeight.ratio3to2}",
|