@telus-uds/theme-public-mobile 2.26.0 → 2.28.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/Card.json +15 -1
- package/build/android/Image.json +1 -1
- package/build/android/Modal.json +4 -4
- package/build/android/OrderedList.json +10 -4
- package/build/android/PriceLockup.json +20 -6
- package/build/android/Select.json +12 -0
- package/build/android/schema.json +776 -713
- package/build/android/theme.json +70 -17
- package/build/ios/Card.json +15 -1
- package/build/ios/Image.json +1 -1
- package/build/ios/Modal.json +4 -4
- package/build/ios/OrderedList.json +10 -4
- package/build/ios/PriceLockup.json +20 -6
- package/build/ios/Select.json +12 -0
- package/build/ios/schema.json +776 -713
- package/build/ios/theme.json +70 -17
- package/build/rn/ActionCard.js +1 -1
- package/build/rn/ActivityIndicator.js +1 -1
- 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 +6 -2
- 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/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/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 +2 -2
- 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 +2 -2
- package/build/rn/MultiSelectFilter.js +1 -1
- package/build/rn/NavigationBar.js +1 -1
- package/build/rn/Notification.js +1 -1
- package/build/rn/OrderedList.js +3 -2
- 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 +18 -6
- 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 +1 -1
- package/build/rn/SearchButton.js +1 -1
- package/build/rn/Select.js +5 -2
- 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/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 +1 -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 +776 -713
- package/build/rn/spacingScale.js +1 -1
- package/build/rn/theme.js +40 -11
- package/build/web/ActionCard.js +1 -1
- package/build/web/ActivityIndicator.js +1 -1
- 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 +6 -2
- 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/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/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 +2 -2
- 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 +2 -2
- package/build/web/MultiSelectFilter.js +1 -1
- package/build/web/NavigationBar.js +1 -1
- package/build/web/Notification.js +1 -1
- package/build/web/OrderedList.js +3 -2
- 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 +18 -6
- 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 +1 -1
- package/build/web/SearchButton.js +1 -1
- package/build/web/Select.js +5 -2
- 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/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 +1 -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 +776 -713
- package/build/web/spacingScale.js +1 -1
- package/build/web/theme.js +40 -11
- package/package.json +4 -4
- package/theme.json +43 -10
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 Thu, 22 Aug 2024 18:15:53 GMT
|
|
5
5
|
*
|
|
6
6
|
*/
|
|
7
7
|
|
|
@@ -1114,7 +1114,14 @@ const theme = {
|
|
|
1114
1114
|
appearances: {
|
|
1115
1115
|
background: {
|
|
1116
1116
|
type: 'variant',
|
|
1117
|
-
values: [
|
|
1117
|
+
values: [
|
|
1118
|
+
'alternative',
|
|
1119
|
+
'subtle',
|
|
1120
|
+
'grid',
|
|
1121
|
+
'image',
|
|
1122
|
+
'feature',
|
|
1123
|
+
'plain'
|
|
1124
|
+
]
|
|
1118
1125
|
},
|
|
1119
1126
|
borderRadius: { type: 'variant', values: [ 'none', 'small', 'large' ] },
|
|
1120
1127
|
focus: {
|
|
@@ -1216,6 +1223,10 @@ const theme = {
|
|
|
1216
1223
|
if: { background: 'feature' },
|
|
1217
1224
|
tokens: { backgroundColor: '#ffffff', borderColor: '#f39d80' }
|
|
1218
1225
|
},
|
|
1226
|
+
{
|
|
1227
|
+
if: { background: 'plain' },
|
|
1228
|
+
tokens: { backgroundColor: '#fdfcf6', borderWidth: 0 }
|
|
1229
|
+
},
|
|
1219
1230
|
{
|
|
1220
1231
|
if: { viewport: [ 'md', 'lg', 'xl' ] },
|
|
1221
1232
|
tokens: {
|
|
@@ -3221,7 +3232,7 @@ const theme = {
|
|
|
3221
3232
|
width: null
|
|
3222
3233
|
}
|
|
3223
3234
|
},
|
|
3224
|
-
Image: { appearances: {}, rules: [], tokens: { borderRadius:
|
|
3235
|
+
Image: { appearances: {}, rules: [], tokens: { borderRadius: null } },
|
|
3225
3236
|
InputLabel: {
|
|
3226
3237
|
appearances: {},
|
|
3227
3238
|
rules: [],
|
|
@@ -3773,7 +3784,7 @@ const theme = {
|
|
|
3773
3784
|
}
|
|
3774
3785
|
],
|
|
3775
3786
|
tokens: {
|
|
3776
|
-
backdropColor: '
|
|
3787
|
+
backdropColor: 'rgba(0, 0, 0, 0.8)',
|
|
3777
3788
|
backdropOpacity: 1,
|
|
3778
3789
|
backgroundColor: '#ffffff',
|
|
3779
3790
|
borderColor: '#ffffff',
|
|
@@ -4184,13 +4195,14 @@ const theme = {
|
|
|
4184
4195
|
itemBulletHeight: 4,
|
|
4185
4196
|
itemBulletTextAlign: 'right',
|
|
4186
4197
|
itemBulletWidth: 4,
|
|
4187
|
-
itemColor:
|
|
4198
|
+
itemColor: null,
|
|
4188
4199
|
itemFontName: 'SofiaPro',
|
|
4189
4200
|
itemFontSize: 18,
|
|
4190
4201
|
itemFontWeight: '400',
|
|
4191
4202
|
itemLineHeight: 1.55555555,
|
|
4192
4203
|
itemMarginTop: 0,
|
|
4193
4204
|
itemPaddingTop: 0,
|
|
4205
|
+
itemTextColor: '#394056',
|
|
4194
4206
|
listGutter: 8
|
|
4195
4207
|
}
|
|
4196
4208
|
},
|
|
@@ -4528,10 +4540,11 @@ const theme = {
|
|
|
4528
4540
|
},
|
|
4529
4541
|
rules: [
|
|
4530
4542
|
{
|
|
4531
|
-
if: { size: 'large'
|
|
4543
|
+
if: { size: 'large' },
|
|
4532
4544
|
tokens: {
|
|
4533
4545
|
amountFontSize: 72,
|
|
4534
|
-
bottomTextFontSize:
|
|
4546
|
+
bottomTextFontSize: 18,
|
|
4547
|
+
bottomTextLineHeight: 1.55555555,
|
|
4535
4548
|
centsFontSize: 48,
|
|
4536
4549
|
centsLineHeight: 0.975,
|
|
4537
4550
|
currencySymbolFontSize: 48,
|
|
@@ -4542,8 +4555,17 @@ const theme = {
|
|
|
4542
4555
|
rateLineHeight: 1.25,
|
|
4543
4556
|
strikeThroughHeight: 3,
|
|
4544
4557
|
strikeThroughPosition: 33,
|
|
4558
|
+
topTextFontSize: 18,
|
|
4559
|
+
topTextLineHeight: 1.55555555
|
|
4560
|
+
}
|
|
4561
|
+
},
|
|
4562
|
+
{
|
|
4563
|
+
if: { size: 'large', viewport: [ 'lg', 'xl' ] },
|
|
4564
|
+
tokens: {
|
|
4565
|
+
bottomTextFontSize: 20,
|
|
4566
|
+
bottomTextLineHeight: 1.4,
|
|
4545
4567
|
topTextFontSize: 20,
|
|
4546
|
-
topTextLineHeight: 1.
|
|
4568
|
+
topTextLineHeight: 1.4
|
|
4547
4569
|
}
|
|
4548
4570
|
},
|
|
4549
4571
|
{
|
|
@@ -4551,6 +4573,7 @@ const theme = {
|
|
|
4551
4573
|
tokens: {
|
|
4552
4574
|
amountFontSize: 36,
|
|
4553
4575
|
bottomTextFontSize: 16,
|
|
4576
|
+
bottomTextLineHeight: 1.5,
|
|
4554
4577
|
centsFontSize: 18,
|
|
4555
4578
|
centsLineHeight: 0.975,
|
|
4556
4579
|
currencySymbolFontSize: 18,
|
|
@@ -4569,6 +4592,7 @@ const theme = {
|
|
|
4569
4592
|
tokens: {
|
|
4570
4593
|
amountFontSize: 36,
|
|
4571
4594
|
bottomTextFontSize: 16,
|
|
4595
|
+
bottomTextLineHeight: 1.5,
|
|
4572
4596
|
centsFontSize: 18,
|
|
4573
4597
|
centsLineHeight: 0.975,
|
|
4574
4598
|
currencySymbolFontSize: 18,
|
|
@@ -4591,7 +4615,7 @@ const theme = {
|
|
|
4591
4615
|
amountLineHeight: 0.75,
|
|
4592
4616
|
bottomLinksMarginLeft: 4,
|
|
4593
4617
|
bottomTextFontSize: 18,
|
|
4594
|
-
bottomTextLineHeight: 1.
|
|
4618
|
+
bottomTextLineHeight: 1.55555555,
|
|
4595
4619
|
bottomTextMarginTop: 0,
|
|
4596
4620
|
centsFontName: 'BystanderSans',
|
|
4597
4621
|
centsFontSize: 20,
|
|
@@ -4623,7 +4647,7 @@ const theme = {
|
|
|
4623
4647
|
topTextFontName: 'SofiaPro',
|
|
4624
4648
|
topTextFontSize: 18,
|
|
4625
4649
|
topTextFontWeight: '700',
|
|
4626
|
-
topTextLineHeight: 1.
|
|
4650
|
+
topTextLineHeight: 1.55555555,
|
|
4627
4651
|
topTextMarginBottom: 4
|
|
4628
4652
|
}
|
|
4629
4653
|
},
|
|
@@ -5569,6 +5593,7 @@ const theme = {
|
|
|
5569
5593
|
},
|
|
5570
5594
|
Select: {
|
|
5571
5595
|
appearances: {
|
|
5596
|
+
active: { type: 'state', values: [ true ] },
|
|
5572
5597
|
focus: {
|
|
5573
5598
|
description: 'Focus states for some input elements are well supported across web, RN, ios and android',
|
|
5574
5599
|
type: 'state',
|
|
@@ -5624,6 +5649,10 @@ const theme = {
|
|
|
5624
5649
|
color: '#9c9faa',
|
|
5625
5650
|
icon: null
|
|
5626
5651
|
}
|
|
5652
|
+
},
|
|
5653
|
+
{
|
|
5654
|
+
if: { active: true },
|
|
5655
|
+
tokens: { icon: PaletteIconChevronUp }
|
|
5627
5656
|
}
|
|
5628
5657
|
],
|
|
5629
5658
|
tokens: {
|
|
@@ -7746,6 +7775,6 @@ const theme = {
|
|
|
7746
7775
|
tokens: { size: 80 }
|
|
7747
7776
|
}
|
|
7748
7777
|
},
|
|
7749
|
-
metadata: { name: 'theme-public-mobile', themeTokensVersion: '2.
|
|
7778
|
+
metadata: { name: 'theme-public-mobile', themeTokensVersion: '2.62.0' }
|
|
7750
7779
|
}
|
|
7751
7780
|
export default theme
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@telus-uds/theme-public-mobile",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.28.0",
|
|
4
4
|
"description": "Public Mobile theme",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"public mobile"
|
|
@@ -14,11 +14,11 @@
|
|
|
14
14
|
"theme.json"
|
|
15
15
|
],
|
|
16
16
|
"devDependencies": {
|
|
17
|
-
"@telus-uds/palette-public-mobile": "^1.
|
|
18
|
-
"@telus-uds/system-theme-tokens": "^2.
|
|
17
|
+
"@telus-uds/palette-public-mobile": "^1.12.0",
|
|
18
|
+
"@telus-uds/system-theme-tokens": "^2.62.0"
|
|
19
19
|
},
|
|
20
20
|
"peerDependencies": {
|
|
21
|
-
"@telus-uds/palette-public-mobile": "^1.
|
|
21
|
+
"@telus-uds/palette-public-mobile": "^1.12.0"
|
|
22
22
|
},
|
|
23
23
|
"repository": {
|
|
24
24
|
"type": "git",
|
package/theme.json
CHANGED
|
@@ -1420,7 +1420,7 @@
|
|
|
1420
1420
|
"appearances": {
|
|
1421
1421
|
"background": {
|
|
1422
1422
|
"type": "variant",
|
|
1423
|
-
"values": ["alternative", "subtle", "grid", "image", "feature"]
|
|
1423
|
+
"values": ["alternative", "subtle", "grid", "image", "feature", "plain"]
|
|
1424
1424
|
},
|
|
1425
1425
|
"borderRadius": {
|
|
1426
1426
|
"type": "variant",
|
|
@@ -1574,6 +1574,15 @@
|
|
|
1574
1574
|
"borderColor": "{palette.color.apricot100}"
|
|
1575
1575
|
}
|
|
1576
1576
|
},
|
|
1577
|
+
{
|
|
1578
|
+
"if": {
|
|
1579
|
+
"background": "plain"
|
|
1580
|
+
},
|
|
1581
|
+
"tokens": {
|
|
1582
|
+
"backgroundColor": "{palette.color.sand25}",
|
|
1583
|
+
"borderWidth": "{palette.border.none}"
|
|
1584
|
+
}
|
|
1585
|
+
},
|
|
1577
1586
|
{
|
|
1578
1587
|
"if": {
|
|
1579
1588
|
"viewport": ["md", "lg", "xl"]
|
|
@@ -4205,7 +4214,7 @@
|
|
|
4205
4214
|
"appearances": {},
|
|
4206
4215
|
"rules": [],
|
|
4207
4216
|
"tokens": {
|
|
4208
|
-
"borderRadius": "{
|
|
4217
|
+
"borderRadius": "{system.radius.none}"
|
|
4209
4218
|
}
|
|
4210
4219
|
},
|
|
4211
4220
|
"InputLabel": {
|
|
@@ -4947,7 +4956,7 @@
|
|
|
4947
4956
|
}
|
|
4948
4957
|
],
|
|
4949
4958
|
"tokens": {
|
|
4950
|
-
"backdropColor": "{palette.color.
|
|
4959
|
+
"backdropColor": "{palette.color.overlay}",
|
|
4951
4960
|
"backdropOpacity": "{system.opacity.opaque}",
|
|
4952
4961
|
"backgroundColor": "{palette.color.white}",
|
|
4953
4962
|
"borderColor": "{palette.color.white}",
|
|
@@ -5382,13 +5391,14 @@
|
|
|
5382
5391
|
"itemBulletHeight": "{palette.size.size4}",
|
|
5383
5392
|
"itemBulletTextAlign": "{system.textAlign.right}",
|
|
5384
5393
|
"itemBulletWidth": "{palette.size.size4}",
|
|
5385
|
-
"itemColor": "{
|
|
5394
|
+
"itemColor": "{system.color.none}",
|
|
5386
5395
|
"itemFontName": "{palette.fontName.SofiaPro}",
|
|
5387
5396
|
"itemFontSize": "{palette.fontSize.size18}",
|
|
5388
5397
|
"itemFontWeight": "{palette.fontWeight.weight400}",
|
|
5389
5398
|
"itemLineHeight": "{palette.lineHeight.ratio14to9}",
|
|
5390
5399
|
"itemMarginTop": "{palette.size.size0}",
|
|
5391
5400
|
"itemPaddingTop": "{palette.size.size0}",
|
|
5401
|
+
"itemTextColor": "{palette.color.slate100}",
|
|
5392
5402
|
"listGutter": "{palette.size.size8}"
|
|
5393
5403
|
}
|
|
5394
5404
|
},
|
|
@@ -5736,12 +5746,12 @@
|
|
|
5736
5746
|
"rules": [
|
|
5737
5747
|
{
|
|
5738
5748
|
"if": {
|
|
5739
|
-
"size": "large"
|
|
5740
|
-
"viewport": ["lg", "xl"]
|
|
5749
|
+
"size": "large"
|
|
5741
5750
|
},
|
|
5742
5751
|
"tokens": {
|
|
5743
5752
|
"amountFontSize": "{palette.fontSize.size72}",
|
|
5744
|
-
"bottomTextFontSize": "{palette.fontSize.
|
|
5753
|
+
"bottomTextFontSize": "{palette.fontSize.size18}",
|
|
5754
|
+
"bottomTextLineHeight": "{palette.lineHeight.ratio14to9}",
|
|
5745
5755
|
"centsFontSize": "{palette.fontSize.size48}",
|
|
5746
5756
|
"centsLineHeight": "{palette.lineHeight.multiply14}",
|
|
5747
5757
|
"currencySymbolFontSize": "{palette.fontSize.size48}",
|
|
@@ -5752,8 +5762,20 @@
|
|
|
5752
5762
|
"rateLineHeight": "{palette.lineHeight.ratio5to4}",
|
|
5753
5763
|
"strikeThroughHeight": "{palette.size.size3}",
|
|
5754
5764
|
"strikeThroughPosition": "{palette.size.size33}",
|
|
5765
|
+
"topTextFontSize": "{palette.fontSize.size18}",
|
|
5766
|
+
"topTextLineHeight": "{palette.lineHeight.ratio14to9}"
|
|
5767
|
+
}
|
|
5768
|
+
},
|
|
5769
|
+
{
|
|
5770
|
+
"if": {
|
|
5771
|
+
"size": "large",
|
|
5772
|
+
"viewport": ["lg", "xl"]
|
|
5773
|
+
},
|
|
5774
|
+
"tokens": {
|
|
5775
|
+
"bottomTextFontSize": "{palette.fontSize.size20}",
|
|
5776
|
+
"bottomTextLineHeight": "{palette.lineHeight.ratio7to5}",
|
|
5755
5777
|
"topTextFontSize": "{palette.fontSize.size20}",
|
|
5756
|
-
"topTextLineHeight": "{palette.lineHeight.
|
|
5778
|
+
"topTextLineHeight": "{palette.lineHeight.ratio7to5}"
|
|
5757
5779
|
}
|
|
5758
5780
|
},
|
|
5759
5781
|
{
|
|
@@ -5763,6 +5785,7 @@
|
|
|
5763
5785
|
"tokens": {
|
|
5764
5786
|
"amountFontSize": "{palette.fontSize.size36}",
|
|
5765
5787
|
"bottomTextFontSize": "{palette.fontSize.size16}",
|
|
5788
|
+
"bottomTextLineHeight": "{palette.lineHeight.ratio3to2}",
|
|
5766
5789
|
"centsFontSize": "{palette.fontSize.size18}",
|
|
5767
5790
|
"centsLineHeight": "{palette.lineHeight.multiply14}",
|
|
5768
5791
|
"currencySymbolFontSize": "{palette.fontSize.size18}",
|
|
@@ -5783,6 +5806,7 @@
|
|
|
5783
5806
|
"tokens": {
|
|
5784
5807
|
"amountFontSize": "{palette.fontSize.size36}",
|
|
5785
5808
|
"bottomTextFontSize": "{palette.fontSize.size16}",
|
|
5809
|
+
"bottomTextLineHeight": "{palette.lineHeight.ratio3to2}",
|
|
5786
5810
|
"centsFontSize": "{palette.fontSize.size18}",
|
|
5787
5811
|
"centsLineHeight": "{palette.lineHeight.multiply14}",
|
|
5788
5812
|
"currencySymbolFontSize": "{palette.fontSize.size18}",
|
|
@@ -5805,7 +5829,7 @@
|
|
|
5805
5829
|
"amountLineHeight": "{palette.lineHeight.multiply19}",
|
|
5806
5830
|
"bottomLinksMarginLeft": "{palette.size.size4}",
|
|
5807
5831
|
"bottomTextFontSize": "{palette.fontSize.size18}",
|
|
5808
|
-
"bottomTextLineHeight": "{palette.lineHeight.
|
|
5832
|
+
"bottomTextLineHeight": "{palette.lineHeight.ratio14to9}",
|
|
5809
5833
|
"bottomTextMarginTop": "{palette.size.size0}",
|
|
5810
5834
|
"centsFontName": "{palette.fontName.BystanderSans}",
|
|
5811
5835
|
"centsFontSize": "{palette.fontSize.size20}",
|
|
@@ -5837,7 +5861,7 @@
|
|
|
5837
5861
|
"topTextFontName": "{palette.fontName.SofiaPro}",
|
|
5838
5862
|
"topTextFontSize": "{palette.fontSize.size18}",
|
|
5839
5863
|
"topTextFontWeight": "{palette.fontWeight.weight700}",
|
|
5840
|
-
"topTextLineHeight": "{palette.lineHeight.
|
|
5864
|
+
"topTextLineHeight": "{palette.lineHeight.ratio14to9}",
|
|
5841
5865
|
"topTextMarginBottom": "{palette.size.size4}"
|
|
5842
5866
|
}
|
|
5843
5867
|
},
|
|
@@ -6927,6 +6951,7 @@
|
|
|
6927
6951
|
},
|
|
6928
6952
|
"Select": {
|
|
6929
6953
|
"appearances": {
|
|
6954
|
+
"active": "{appearances.Select.active}",
|
|
6930
6955
|
"focus": "{appearances.Select.focus}",
|
|
6931
6956
|
"hover": "{appearances.Select.hover}",
|
|
6932
6957
|
"inactive": "{appearances.Select.inactive}",
|
|
@@ -6980,6 +7005,14 @@
|
|
|
6980
7005
|
"color": "{palette.color.slate50}",
|
|
6981
7006
|
"icon": "{system.icon.none}"
|
|
6982
7007
|
}
|
|
7008
|
+
},
|
|
7009
|
+
{
|
|
7010
|
+
"if": {
|
|
7011
|
+
"active": true
|
|
7012
|
+
},
|
|
7013
|
+
"tokens": {
|
|
7014
|
+
"icon": "{palette.icon.ChevronUp}"
|
|
7015
|
+
}
|
|
6983
7016
|
}
|
|
6984
7017
|
],
|
|
6985
7018
|
"tokens": {
|