@telus-uds/theme-public-mobile 3.2.0 → 3.4.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/Badge.json +16 -0
- 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 +297 -157
- package/build/android/theme.json +57 -1
- package/build/ios/Badge.json +16 -0
- 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 +297 -157
- package/build/ios/theme.json +57 -1
- package/build/rn/ActionCard.js +1 -1
- package/build/rn/ActivityIndicator.js +1 -1
- package/build/rn/Autocomplete.js +1 -1
- package/build/rn/Badge.js +13 -2
- 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 +1 -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 +1 -1
- 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 +297 -157
- package/build/rn/spacingScale.js +1 -1
- package/build/rn/theme.js +34 -3
- package/build/web/ActionCard.js +1 -1
- package/build/web/ActivityIndicator.js +1 -1
- package/build/web/Autocomplete.js +1 -1
- package/build/web/Badge.js +13 -2
- 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 +1 -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 +1 -1
- 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 +1 -1
- package/build/web/schema.json +297 -157
- package/build/web/spacingScale.js +1 -1
- package/build/web/theme.js +34 -3
- package/package.json +2 -2
- package/theme.json +36 -0
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 Wed, 22 Jan 2025 21:04:57 GMT
|
|
5
5
|
*
|
|
6
6
|
*/
|
|
7
7
|
|
|
@@ -159,7 +159,8 @@ const theme = {
|
|
|
159
159
|
alternative: { type: 'variant', values: [ true ] },
|
|
160
160
|
inverse: { type: 'variant', values: [ true ] },
|
|
161
161
|
outline: { type: 'variant', values: [ true ] },
|
|
162
|
-
purpose: { type: 'variant', values: [ 'offer', 'editorial', 'subtle' ] }
|
|
162
|
+
purpose: { type: 'variant', values: [ 'offer', 'editorial', 'subtle' ] },
|
|
163
|
+
size: { type: 'variant', values: [ 'compact' ] }
|
|
163
164
|
},
|
|
164
165
|
rules: [
|
|
165
166
|
{
|
|
@@ -219,6 +220,16 @@ const theme = {
|
|
|
219
220
|
borderWidth: 2,
|
|
220
221
|
color: '#394056'
|
|
221
222
|
}
|
|
223
|
+
},
|
|
224
|
+
{
|
|
225
|
+
if: { size: 'compact' },
|
|
226
|
+
tokens: {
|
|
227
|
+
fontSize: 12,
|
|
228
|
+
paddingBottom: 0,
|
|
229
|
+
paddingLeft: 3,
|
|
230
|
+
paddingRight: 3,
|
|
231
|
+
paddingTop: 0
|
|
232
|
+
}
|
|
222
233
|
}
|
|
223
234
|
],
|
|
224
235
|
tokens: {
|
|
@@ -4032,7 +4043,10 @@ const theme = {
|
|
|
4032
4043
|
}
|
|
4033
4044
|
],
|
|
4034
4045
|
tokens: {
|
|
4046
|
+
buttonBorderColor: '#636c8c',
|
|
4035
4047
|
buttonDirection: 'row',
|
|
4048
|
+
buttonIconPadding: 4,
|
|
4049
|
+
buttonIconSize: 20,
|
|
4036
4050
|
contentMarginBottom: 32,
|
|
4037
4051
|
contentMarginLeft: 16,
|
|
4038
4052
|
contentMarginRight: 16,
|
|
@@ -4044,6 +4058,15 @@ const theme = {
|
|
|
4044
4058
|
headerFontSize: 24,
|
|
4045
4059
|
headerFontWeight: '700',
|
|
4046
4060
|
headerLineHeight: 1.28571428571,
|
|
4061
|
+
labelColor: '#394056',
|
|
4062
|
+
labelFontName: 'SofiaPro',
|
|
4063
|
+
labelFontSize: 18,
|
|
4064
|
+
labelFontWeight: '400',
|
|
4065
|
+
labelLineHeight: 1,
|
|
4066
|
+
labelPaddingBottom: 8,
|
|
4067
|
+
labelPaddingLeft: 24,
|
|
4068
|
+
labelPaddingRight: 16,
|
|
4069
|
+
labelPaddingTop: 8,
|
|
4047
4070
|
maxHeightSize: 480,
|
|
4048
4071
|
maxWidthSize: 0,
|
|
4049
4072
|
minHeight: 0,
|
|
@@ -4802,10 +4825,12 @@ const theme = {
|
|
|
4802
4825
|
centsFontSize: 20,
|
|
4803
4826
|
centsFontWeight: '700',
|
|
4804
4827
|
centsLineHeight: 1.2,
|
|
4828
|
+
centsPaddingTop: 0,
|
|
4805
4829
|
currencySymbolFontName: 'BystanderSans',
|
|
4806
4830
|
currencySymbolFontSize: 20,
|
|
4807
4831
|
currencySymbolFontWeight: '700',
|
|
4808
4832
|
currencySymbolLineHeight: 1.2,
|
|
4833
|
+
currencySymbolPaddingTop: 0,
|
|
4809
4834
|
dividerColor: null,
|
|
4810
4835
|
fontColor: '#394056',
|
|
4811
4836
|
fontName: 'SofiaPro',
|
|
@@ -5734,7 +5759,10 @@ const theme = {
|
|
|
5734
5759
|
fontName: 'SofiaPro',
|
|
5735
5760
|
fontSize: 18,
|
|
5736
5761
|
fontWeight: '400',
|
|
5762
|
+
iconLeftColor: '#394056',
|
|
5763
|
+
iconLeftSize: 20,
|
|
5737
5764
|
lineHeight: 1.55555555,
|
|
5765
|
+
mobileBorderWidth: 1,
|
|
5738
5766
|
outerBackgroundColor: 'rgba(0, 0, 0, 0)',
|
|
5739
5767
|
outerBorderColor: 'rgba(0, 0, 0, 0)',
|
|
5740
5768
|
outerBorderRadius: 32,
|
|
@@ -5826,6 +5854,7 @@ const theme = {
|
|
|
5826
5854
|
borderWidth: 0,
|
|
5827
5855
|
iconColor: '#394056',
|
|
5828
5856
|
iconSize: 20,
|
|
5857
|
+
mobileBackgroundColor: 'rgba(0, 0, 0, 0)',
|
|
5829
5858
|
opacity: 1,
|
|
5830
5859
|
paddingBottom: 8,
|
|
5831
5860
|
paddingLeft: 8,
|
|
@@ -7248,6 +7277,8 @@ const theme = {
|
|
|
7248
7277
|
fontWeight: '400',
|
|
7249
7278
|
icon: null,
|
|
7250
7279
|
iconColor: 'rgba(0, 0, 0, 0)',
|
|
7280
|
+
iconLeftGap: 5,
|
|
7281
|
+
iconLeftPaddingBottom: 5,
|
|
7251
7282
|
iconSize: 24,
|
|
7252
7283
|
leftIconPaddingBottom: 5,
|
|
7253
7284
|
lineHeight: 1.5,
|
|
@@ -8108,6 +8139,6 @@ const theme = {
|
|
|
8108
8139
|
tokens: { size: 80 }
|
|
8109
8140
|
}
|
|
8110
8141
|
},
|
|
8111
|
-
metadata: { name: 'theme-public-mobile', themeTokensVersion: '3.
|
|
8142
|
+
metadata: { name: 'theme-public-mobile', themeTokensVersion: '3.3.0' }
|
|
8112
8143
|
}
|
|
8113
8144
|
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.4.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
|
@@ -136,6 +136,10 @@
|
|
|
136
136
|
"purpose": {
|
|
137
137
|
"type": "variant",
|
|
138
138
|
"values": ["offer", "editorial", "subtle"]
|
|
139
|
+
},
|
|
140
|
+
"size": {
|
|
141
|
+
"type": "variant",
|
|
142
|
+
"values": ["compact"]
|
|
139
143
|
}
|
|
140
144
|
},
|
|
141
145
|
"rules": [
|
|
@@ -226,6 +230,18 @@
|
|
|
226
230
|
"borderWidth": "{palette.border.border2}",
|
|
227
231
|
"color": "{palette.color.slate100}"
|
|
228
232
|
}
|
|
233
|
+
},
|
|
234
|
+
{
|
|
235
|
+
"if": {
|
|
236
|
+
"size": "compact"
|
|
237
|
+
},
|
|
238
|
+
"tokens": {
|
|
239
|
+
"fontSize": "{palette.fontSize.size12}",
|
|
240
|
+
"paddingBottom": "{palette.size.size0}",
|
|
241
|
+
"paddingLeft": "{palette.size.size3}",
|
|
242
|
+
"paddingRight": "{palette.size.size3}",
|
|
243
|
+
"paddingTop": "{palette.size.size0}"
|
|
244
|
+
}
|
|
229
245
|
}
|
|
230
246
|
],
|
|
231
247
|
"tokens": {
|
|
@@ -5232,7 +5248,10 @@
|
|
|
5232
5248
|
}
|
|
5233
5249
|
],
|
|
5234
5250
|
"tokens": {
|
|
5251
|
+
"buttonBorderColor": "{palette.color.link100}",
|
|
5235
5252
|
"buttonDirection": "{system.direction.row}",
|
|
5253
|
+
"buttonIconPadding": "{palette.size.size4}",
|
|
5254
|
+
"buttonIconSize": "{palette.size.size20}",
|
|
5236
5255
|
"contentMarginBottom": "{palette.size.size32}",
|
|
5237
5256
|
"contentMarginLeft": "{palette.size.size16}",
|
|
5238
5257
|
"contentMarginRight": "{palette.size.size16}",
|
|
@@ -5244,6 +5263,15 @@
|
|
|
5244
5263
|
"headerFontSize": "{palette.fontSize.size24}",
|
|
5245
5264
|
"headerFontWeight": "{palette.fontWeight.weight700}",
|
|
5246
5265
|
"headerLineHeight": "{palette.lineHeight.ratio9to7}",
|
|
5266
|
+
"labelColor": "{palette.color.slate100}",
|
|
5267
|
+
"labelFontName": "{palette.fontName.SofiaPro}",
|
|
5268
|
+
"labelFontSize": "{palette.fontSize.size18}",
|
|
5269
|
+
"labelFontWeight": "{palette.fontWeight.weight400}",
|
|
5270
|
+
"labelLineHeight": "{palette.lineHeight.ratio1to1}",
|
|
5271
|
+
"labelPaddingBottom": "{palette.size.size8}",
|
|
5272
|
+
"labelPaddingLeft": "{palette.size.size24}",
|
|
5273
|
+
"labelPaddingRight": "{palette.size.size16}",
|
|
5274
|
+
"labelPaddingTop": "{palette.size.size8}",
|
|
5247
5275
|
"maxHeightSize": "{palette.size.size480}",
|
|
5248
5276
|
"maxWidthSize": "{system.size.zero}",
|
|
5249
5277
|
"minHeight": "{system.size.zero}",
|
|
@@ -6051,10 +6079,12 @@
|
|
|
6051
6079
|
"centsFontSize": "{palette.fontSize.size20}",
|
|
6052
6080
|
"centsFontWeight": "{palette.fontWeight.weight700}",
|
|
6053
6081
|
"centsLineHeight": "{palette.lineHeight.ratio6to5}",
|
|
6082
|
+
"centsPaddingTop": "{palette.size.size0}",
|
|
6054
6083
|
"currencySymbolFontName": "{palette.fontName.BystanderSans}",
|
|
6055
6084
|
"currencySymbolFontSize": "{palette.fontSize.size20}",
|
|
6056
6085
|
"currencySymbolFontWeight": "{palette.fontWeight.weight700}",
|
|
6057
6086
|
"currencySymbolLineHeight": "{palette.lineHeight.ratio6to5}",
|
|
6087
|
+
"currencySymbolPaddingTop": "{palette.size.size0}",
|
|
6058
6088
|
"dividerColor": "{system.color.none}",
|
|
6059
6089
|
"fontColor": "{palette.color.slate100}",
|
|
6060
6090
|
"fontName": "{palette.fontName.SofiaPro}",
|
|
@@ -7120,7 +7150,10 @@
|
|
|
7120
7150
|
"fontName": "{palette.fontName.SofiaPro}",
|
|
7121
7151
|
"fontSize": "{palette.fontSize.size18}",
|
|
7122
7152
|
"fontWeight": "{palette.fontWeight.weight400}",
|
|
7153
|
+
"iconLeftColor": "{palette.color.slate100}",
|
|
7154
|
+
"iconLeftSize": "{palette.size.size20}",
|
|
7123
7155
|
"lineHeight": "{palette.lineHeight.ratio14to9}",
|
|
7156
|
+
"mobileBorderWidth": "{palette.border.border1}",
|
|
7124
7157
|
"outerBackgroundColor": "{palette.color.transparent}",
|
|
7125
7158
|
"outerBorderColor": "{palette.color.transparent}",
|
|
7126
7159
|
"outerBorderRadius": "{palette.radius.pill32}",
|
|
@@ -7215,6 +7248,7 @@
|
|
|
7215
7248
|
"borderWidth": "{system.border.zero}",
|
|
7216
7249
|
"iconColor": "{palette.color.slate100}",
|
|
7217
7250
|
"iconSize": "{palette.size.size20}",
|
|
7251
|
+
"mobileBackgroundColor": "{palette.color.transparent}",
|
|
7218
7252
|
"opacity": "{system.opacity.opaque}",
|
|
7219
7253
|
"paddingBottom": "{palette.size.size8}",
|
|
7220
7254
|
"paddingLeft": "{palette.size.size8}",
|
|
@@ -8815,6 +8849,8 @@
|
|
|
8815
8849
|
"fontWeight": "{palette.fontWeight.weight400}",
|
|
8816
8850
|
"icon": "{system.icon.none}",
|
|
8817
8851
|
"iconColor": "{palette.color.transparent}",
|
|
8852
|
+
"iconLeftGap": "{palette.size.size5}",
|
|
8853
|
+
"iconLeftPaddingBottom": "{palette.size.size5}",
|
|
8818
8854
|
"iconSize": "{palette.size.size24}",
|
|
8819
8855
|
"leftIconPaddingBottom": "{palette.size.size5}",
|
|
8820
8856
|
"lineHeight": "{palette.lineHeight.ratio3to2}",
|