@telus-uds/theme-allium 4.28.0 → 4.29.1
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/Icon.json +148 -1
- package/build/android/Link.json +9 -1
- package/build/android/Notification.json +0 -8
- package/build/android/ProductCard.json +35 -0
- package/build/android/schema.json +1108 -977
- package/build/android/theme.json +193 -11
- package/build/ios/Icon.json +148 -1
- package/build/ios/Link.json +9 -1
- package/build/ios/Notification.json +0 -8
- package/build/ios/ProductCard.json +35 -0
- package/build/ios/schema.json +1108 -977
- package/build/ios/theme.json +193 -11
- 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 +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 +64 -2
- 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 +3 -2
- 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 +1 -1
- package/build/rn/NavigationBar.js +1 -1
- package/build/rn/Notification.js +1 -5
- 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 +1 -1
- package/build/rn/ProductCard.js +33 -0
- 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 +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/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 +1108 -977
- package/build/rn/spacingScale.js +1 -1
- package/build/rn/theme.js +94 -8
- 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 +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 +64 -2
- 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 +3 -2
- 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 +1 -1
- package/build/web/NavigationBar.js +1 -1
- package/build/web/Notification.js +1 -5
- 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 +1 -1
- package/build/web/ProductCard.js +33 -0
- 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 +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/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 +2 -1
- package/build/web/schema.json +1108 -977
- package/build/web/spacingScale.js +1 -1
- package/build/web/theme.js +94 -8
- package/package.json +5 -5
- package/theme.json +153 -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 Wed, 24 Apr 2024 16:27:56 GMT
|
|
5
5
|
*
|
|
6
6
|
*/
|
|
7
7
|
|
|
@@ -2561,6 +2561,7 @@ const theme = {
|
|
|
2561
2561
|
},
|
|
2562
2562
|
Icon: {
|
|
2563
2563
|
appearances: {
|
|
2564
|
+
background: { type: 'variant', values: [ true ] },
|
|
2564
2565
|
color: {
|
|
2565
2566
|
type: 'variant',
|
|
2566
2567
|
values: [
|
|
@@ -2570,6 +2571,10 @@ const theme = {
|
|
|
2570
2571
|
'inverse'
|
|
2571
2572
|
]
|
|
2572
2573
|
},
|
|
2574
|
+
padding: {
|
|
2575
|
+
type: 'variant',
|
|
2576
|
+
values: [ 'micro', 'small', 'medium', 'large', 'extraLarge' ]
|
|
2577
|
+
},
|
|
2573
2578
|
rank: { type: 'variant', values: [ 'primary' ] },
|
|
2574
2579
|
size: {
|
|
2575
2580
|
type: 'variant',
|
|
@@ -2577,6 +2582,62 @@ const theme = {
|
|
|
2577
2582
|
}
|
|
2578
2583
|
},
|
|
2579
2584
|
rules: [
|
|
2585
|
+
{ if: { padding: 'micro' }, tokens: { padding: 4, width: 4 } },
|
|
2586
|
+
{ if: { padding: 'small' }, tokens: { padding: 4, width: 8 } },
|
|
2587
|
+
{
|
|
2588
|
+
if: { padding: 'medium' },
|
|
2589
|
+
tokens: { padding: 4, width: 16 }
|
|
2590
|
+
},
|
|
2591
|
+
{ if: { padding: 'large' }, tokens: { padding: 4, width: 24 } },
|
|
2592
|
+
{
|
|
2593
|
+
if: { padding: 'extraLarge' },
|
|
2594
|
+
tokens: { padding: 4, width: 32 }
|
|
2595
|
+
},
|
|
2596
|
+
{
|
|
2597
|
+
if: { background: true, padding: 'micro' },
|
|
2598
|
+
tokens: {
|
|
2599
|
+
backgroundColor: '#f4f4f7',
|
|
2600
|
+
borderRadius: 45,
|
|
2601
|
+
padding: 4,
|
|
2602
|
+
width: 4
|
|
2603
|
+
}
|
|
2604
|
+
},
|
|
2605
|
+
{
|
|
2606
|
+
if: { background: true, padding: 'small' },
|
|
2607
|
+
tokens: {
|
|
2608
|
+
backgroundColor: '#f4f4f7',
|
|
2609
|
+
borderRadius: 45,
|
|
2610
|
+
padding: 4,
|
|
2611
|
+
width: 8
|
|
2612
|
+
}
|
|
2613
|
+
},
|
|
2614
|
+
{
|
|
2615
|
+
if: { background: true, padding: 'medium' },
|
|
2616
|
+
tokens: {
|
|
2617
|
+
backgroundColor: '#f4f4f7',
|
|
2618
|
+
borderRadius: 45,
|
|
2619
|
+
padding: 4,
|
|
2620
|
+
width: 16
|
|
2621
|
+
}
|
|
2622
|
+
},
|
|
2623
|
+
{
|
|
2624
|
+
if: { background: true, padding: 'large' },
|
|
2625
|
+
tokens: {
|
|
2626
|
+
backgroundColor: '#f4f4f7',
|
|
2627
|
+
borderRadius: 45,
|
|
2628
|
+
padding: 4,
|
|
2629
|
+
width: 24
|
|
2630
|
+
}
|
|
2631
|
+
},
|
|
2632
|
+
{
|
|
2633
|
+
if: { background: true, padding: 'extraLarge' },
|
|
2634
|
+
tokens: {
|
|
2635
|
+
backgroundColor: '#f4f4f7',
|
|
2636
|
+
borderRadius: 45,
|
|
2637
|
+
padding: 4,
|
|
2638
|
+
width: 32
|
|
2639
|
+
}
|
|
2640
|
+
},
|
|
2580
2641
|
{ if: { size: 'micro' }, tokens: { size: 16 } },
|
|
2581
2642
|
{ if: { size: 'small' }, tokens: { size: 20 } },
|
|
2582
2643
|
{ if: { size: 'large' }, tokens: { size: 32 } },
|
|
@@ -2591,11 +2652,15 @@ const theme = {
|
|
|
2591
2652
|
{ if: { rank: 'primary' }, tokens: { color: '#4b286d' } }
|
|
2592
2653
|
],
|
|
2593
2654
|
tokens: {
|
|
2655
|
+
backgroundColor: 'transparent',
|
|
2656
|
+
borderRadius: 0,
|
|
2594
2657
|
color: '#414547',
|
|
2658
|
+
padding: 0,
|
|
2595
2659
|
scale: 1,
|
|
2596
2660
|
size: 24,
|
|
2597
2661
|
translateX: 0,
|
|
2598
|
-
translateY: 0
|
|
2662
|
+
translateY: 0,
|
|
2663
|
+
width: 0
|
|
2599
2664
|
}
|
|
2600
2665
|
},
|
|
2601
2666
|
IconButton: {
|
|
@@ -2973,6 +3038,7 @@ const theme = {
|
|
|
2973
3038
|
},
|
|
2974
3039
|
rules: [
|
|
2975
3040
|
{ if: { iconPosition: 'left' }, tokens: { iconSpace: 2 } },
|
|
3041
|
+
{ if: { iconPosition: 'right' }, tokens: { iconSpace: 1 } },
|
|
2976
3042
|
{
|
|
2977
3043
|
if: { focus: true },
|
|
2978
3044
|
tokens: { outerBorderColor: '#2b8000', outerBorderOutline: 'none' }
|
|
@@ -3074,7 +3140,7 @@ const theme = {
|
|
|
3074
3140
|
color: '#2b8000',
|
|
3075
3141
|
icon: null,
|
|
3076
3142
|
iconSize: 24,
|
|
3077
|
-
iconSpace:
|
|
3143
|
+
iconSpace: 0,
|
|
3078
3144
|
iconTranslateX: 0,
|
|
3079
3145
|
iconTranslateY: 0,
|
|
3080
3146
|
outerBorderColor: 'rgba(0, 0, 0, 0)',
|
|
@@ -3663,10 +3729,6 @@ const theme = {
|
|
|
3663
3729
|
}
|
|
3664
3730
|
},
|
|
3665
3731
|
rules: [
|
|
3666
|
-
{
|
|
3667
|
-
if: { viewport: [ 'xl' ] },
|
|
3668
|
-
tokens: { justifyContent: 'center' }
|
|
3669
|
-
},
|
|
3670
3732
|
{
|
|
3671
3733
|
if: { system: true },
|
|
3672
3734
|
tokens: {
|
|
@@ -4221,6 +4283,30 @@ const theme = {
|
|
|
4221
4283
|
topTextMarginBottom: 4
|
|
4222
4284
|
}
|
|
4223
4285
|
},
|
|
4286
|
+
ProductCard: {
|
|
4287
|
+
appearances: {
|
|
4288
|
+
viewport: {
|
|
4289
|
+
description: 'The size label for the current screen viewport based on the current screen width',
|
|
4290
|
+
type: 'state',
|
|
4291
|
+
values: [ 'xs', 'sm', 'md', 'lg', 'xl' ]
|
|
4292
|
+
}
|
|
4293
|
+
},
|
|
4294
|
+
rules: [
|
|
4295
|
+
{
|
|
4296
|
+
if: { viewport: [ 'xs', 'sm', 'md' ] },
|
|
4297
|
+
tokens: { borderWidth: 0, paddingHorizontal: 24, paddingVertical: 0 }
|
|
4298
|
+
}
|
|
4299
|
+
],
|
|
4300
|
+
tokens: {
|
|
4301
|
+
borderColor: '#e3e6e8',
|
|
4302
|
+
borderRadius: 6,
|
|
4303
|
+
borderStyle: 'solid',
|
|
4304
|
+
borderWidth: 1,
|
|
4305
|
+
paddingHorizontal: 24,
|
|
4306
|
+
paddingVertical: 24,
|
|
4307
|
+
selectedButtonIcon: PaletteIconCheckmark
|
|
4308
|
+
}
|
|
4309
|
+
},
|
|
4224
4310
|
Progress: {
|
|
4225
4311
|
appearances: { size: { type: 'variant', values: [ 'mini' ] } },
|
|
4226
4312
|
rules: [ { if: { size: 'mini' }, tokens: { height: 8 } } ],
|
|
@@ -7321,6 +7407,6 @@ const theme = {
|
|
|
7321
7407
|
tokens: { size: 96 }
|
|
7322
7408
|
}
|
|
7323
7409
|
},
|
|
7324
|
-
metadata: { name: 'theme-allium', themeTokensVersion: '2.
|
|
7410
|
+
metadata: { name: 'theme-allium', themeTokensVersion: '2.54.0' }
|
|
7325
7411
|
}
|
|
7326
7412
|
export default theme
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@telus-uds/theme-allium",
|
|
3
|
-
"version": "4.
|
|
3
|
+
"version": "4.29.1",
|
|
4
4
|
"description": "Allium theme",
|
|
5
5
|
"author": "TELUS Digital",
|
|
6
6
|
"homepage": "https://github.com/telus/allium-design-system#readme",
|
|
@@ -9,12 +9,12 @@
|
|
|
9
9
|
"module": "build/web/index.js",
|
|
10
10
|
"dependencies": {},
|
|
11
11
|
"devDependencies": {
|
|
12
|
-
"@telus-uds/palette-allium": "^2.
|
|
13
|
-
"@telus-uds/system-theme-tokens": "^2.
|
|
14
|
-
"@telus-uds/system-tokens": "^0.
|
|
12
|
+
"@telus-uds/palette-allium": "^2.31.0",
|
|
13
|
+
"@telus-uds/system-theme-tokens": "^2.54.0",
|
|
14
|
+
"@telus-uds/system-tokens": "^0.8.0"
|
|
15
15
|
},
|
|
16
16
|
"peerDependencies": {
|
|
17
|
-
"@telus-uds/palette-allium": "^2.
|
|
17
|
+
"@telus-uds/palette-allium": "^2.31.0"
|
|
18
18
|
},
|
|
19
19
|
"files": [
|
|
20
20
|
"build",
|
package/theme.json
CHANGED
|
@@ -3155,10 +3155,18 @@
|
|
|
3155
3155
|
},
|
|
3156
3156
|
"Icon": {
|
|
3157
3157
|
"appearances": {
|
|
3158
|
+
"background": {
|
|
3159
|
+
"type": "variant",
|
|
3160
|
+
"values": [true]
|
|
3161
|
+
},
|
|
3158
3162
|
"color": {
|
|
3159
3163
|
"type": "variant",
|
|
3160
3164
|
"values": ["brand", "default", "subtle", "success", "danger", "warning", "inverse"]
|
|
3161
3165
|
},
|
|
3166
|
+
"padding": {
|
|
3167
|
+
"type": "variant",
|
|
3168
|
+
"values": ["micro", "small", "medium", "large", "extraLarge"]
|
|
3169
|
+
},
|
|
3162
3170
|
"rank": {
|
|
3163
3171
|
"type": "variant",
|
|
3164
3172
|
"values": ["primary"]
|
|
@@ -3169,6 +3177,111 @@
|
|
|
3169
3177
|
}
|
|
3170
3178
|
},
|
|
3171
3179
|
"rules": [
|
|
3180
|
+
{
|
|
3181
|
+
"if": {
|
|
3182
|
+
"padding": "micro"
|
|
3183
|
+
},
|
|
3184
|
+
"tokens": {
|
|
3185
|
+
"padding": "{palette.size.size4}",
|
|
3186
|
+
"width": "{palette.size.size4}"
|
|
3187
|
+
}
|
|
3188
|
+
},
|
|
3189
|
+
{
|
|
3190
|
+
"if": {
|
|
3191
|
+
"padding": "small"
|
|
3192
|
+
},
|
|
3193
|
+
"tokens": {
|
|
3194
|
+
"padding": "{palette.size.size4}",
|
|
3195
|
+
"width": "{palette.size.size8}"
|
|
3196
|
+
}
|
|
3197
|
+
},
|
|
3198
|
+
{
|
|
3199
|
+
"if": {
|
|
3200
|
+
"padding": "medium"
|
|
3201
|
+
},
|
|
3202
|
+
"tokens": {
|
|
3203
|
+
"padding": "{palette.size.size4}",
|
|
3204
|
+
"width": "{palette.size.size16}"
|
|
3205
|
+
}
|
|
3206
|
+
},
|
|
3207
|
+
{
|
|
3208
|
+
"if": {
|
|
3209
|
+
"padding": "large"
|
|
3210
|
+
},
|
|
3211
|
+
"tokens": {
|
|
3212
|
+
"padding": "{palette.size.size4}",
|
|
3213
|
+
"width": "{palette.size.size24}"
|
|
3214
|
+
}
|
|
3215
|
+
},
|
|
3216
|
+
{
|
|
3217
|
+
"if": {
|
|
3218
|
+
"padding": "extraLarge"
|
|
3219
|
+
},
|
|
3220
|
+
"tokens": {
|
|
3221
|
+
"padding": "{palette.size.size4}",
|
|
3222
|
+
"width": "{palette.size.size32}"
|
|
3223
|
+
}
|
|
3224
|
+
},
|
|
3225
|
+
{
|
|
3226
|
+
"if": {
|
|
3227
|
+
"background": true,
|
|
3228
|
+
"padding": "micro"
|
|
3229
|
+
},
|
|
3230
|
+
"tokens": {
|
|
3231
|
+
"backgroundColor": "{palette.color.greyAthens}",
|
|
3232
|
+
"borderRadius": "{palette.radius.radius45}",
|
|
3233
|
+
"padding": "{palette.size.size4}",
|
|
3234
|
+
"width": "{palette.size.size4}"
|
|
3235
|
+
}
|
|
3236
|
+
},
|
|
3237
|
+
{
|
|
3238
|
+
"if": {
|
|
3239
|
+
"background": true,
|
|
3240
|
+
"padding": "small"
|
|
3241
|
+
},
|
|
3242
|
+
"tokens": {
|
|
3243
|
+
"backgroundColor": "{palette.color.greyAthens}",
|
|
3244
|
+
"borderRadius": "{palette.radius.radius45}",
|
|
3245
|
+
"padding": "{palette.size.size4}",
|
|
3246
|
+
"width": "{palette.size.size8}"
|
|
3247
|
+
}
|
|
3248
|
+
},
|
|
3249
|
+
{
|
|
3250
|
+
"if": {
|
|
3251
|
+
"background": true,
|
|
3252
|
+
"padding": "medium"
|
|
3253
|
+
},
|
|
3254
|
+
"tokens": {
|
|
3255
|
+
"backgroundColor": "{palette.color.greyAthens}",
|
|
3256
|
+
"borderRadius": "{palette.radius.radius45}",
|
|
3257
|
+
"padding": "{palette.size.size4}",
|
|
3258
|
+
"width": "{palette.size.size16}"
|
|
3259
|
+
}
|
|
3260
|
+
},
|
|
3261
|
+
{
|
|
3262
|
+
"if": {
|
|
3263
|
+
"background": true,
|
|
3264
|
+
"padding": "large"
|
|
3265
|
+
},
|
|
3266
|
+
"tokens": {
|
|
3267
|
+
"backgroundColor": "{palette.color.greyAthens}",
|
|
3268
|
+
"borderRadius": "{palette.radius.radius45}",
|
|
3269
|
+
"padding": "{palette.size.size4}",
|
|
3270
|
+
"width": "{palette.size.size24}"
|
|
3271
|
+
}
|
|
3272
|
+
},
|
|
3273
|
+
{
|
|
3274
|
+
"if": {
|
|
3275
|
+
"background": true,
|
|
3276
|
+
"padding": "extraLarge"
|
|
3277
|
+
},
|
|
3278
|
+
"tokens": {
|
|
3279
|
+
"backgroundColor": "{palette.color.greyAthens}",
|
|
3280
|
+
"borderRadius": "{palette.radius.radius45}",
|
|
3281
|
+
"padding": "{palette.size.size4}",
|
|
3282
|
+
"width": "{palette.size.size32}"
|
|
3283
|
+
}
|
|
3284
|
+
},
|
|
3172
3285
|
{
|
|
3173
3286
|
"if": {
|
|
3174
3287
|
"size": "micro"
|
|
@@ -3267,11 +3380,15 @@
|
|
|
3267
3380
|
}
|
|
3268
3381
|
],
|
|
3269
3382
|
"tokens": {
|
|
3383
|
+
"backgroundColor": "{system.color.transparent}",
|
|
3384
|
+
"borderRadius": "{palette.radius.none}",
|
|
3270
3385
|
"color": "{palette.color.greyCharcoal}",
|
|
3386
|
+
"padding": "{palette.size.size0}",
|
|
3271
3387
|
"scale": "{system.integer.1}",
|
|
3272
3388
|
"size": "{palette.size.size24}",
|
|
3273
3389
|
"translateX": "{system.size.zero}",
|
|
3274
|
-
"translateY": "{system.size.zero}"
|
|
3390
|
+
"translateY": "{system.size.zero}",
|
|
3391
|
+
"width": "{palette.size.size0}"
|
|
3275
3392
|
}
|
|
3276
3393
|
},
|
|
3277
3394
|
"IconButton": {
|
|
@@ -3816,6 +3933,14 @@
|
|
|
3816
3933
|
"iconSpace": "{system.integer.2}"
|
|
3817
3934
|
}
|
|
3818
3935
|
},
|
|
3936
|
+
{
|
|
3937
|
+
"if": {
|
|
3938
|
+
"iconPosition": "right"
|
|
3939
|
+
},
|
|
3940
|
+
"tokens": {
|
|
3941
|
+
"iconSpace": "{system.integer.1}"
|
|
3942
|
+
}
|
|
3943
|
+
},
|
|
3819
3944
|
{
|
|
3820
3945
|
"if": {
|
|
3821
3946
|
"focus": true
|
|
@@ -4057,7 +4182,7 @@
|
|
|
4057
4182
|
"color": "{palette.color.greenAccessible}",
|
|
4058
4183
|
"icon": "{system.icon.none}",
|
|
4059
4184
|
"iconSize": "{palette.size.size24}",
|
|
4060
|
-
"iconSpace": "{system.integer.
|
|
4185
|
+
"iconSpace": "{system.integer.0}",
|
|
4061
4186
|
"iconTranslateX": "{system.size.zero}",
|
|
4062
4187
|
"iconTranslateY": "{system.size.zero}",
|
|
4063
4188
|
"outerBorderColor": "{palette.color.transparent}",
|
|
@@ -4667,14 +4792,6 @@
|
|
|
4667
4792
|
"viewport": "{appearances.system.viewport}"
|
|
4668
4793
|
},
|
|
4669
4794
|
"rules": [
|
|
4670
|
-
{
|
|
4671
|
-
"if": {
|
|
4672
|
-
"viewport": ["xl"]
|
|
4673
|
-
},
|
|
4674
|
-
"tokens": {
|
|
4675
|
-
"justifyContent": "{system.flexJustifyContent.center}"
|
|
4676
|
-
}
|
|
4677
|
-
},
|
|
4678
4795
|
{
|
|
4679
4796
|
"if": {
|
|
4680
4797
|
"system": true
|
|
@@ -5281,6 +5398,32 @@
|
|
|
5281
5398
|
"topTextMarginBottom": "{palette.size.size4}"
|
|
5282
5399
|
}
|
|
5283
5400
|
},
|
|
5401
|
+
"ProductCard": {
|
|
5402
|
+
"appearances": {
|
|
5403
|
+
"viewport": "{appearances.system.viewport}"
|
|
5404
|
+
},
|
|
5405
|
+
"rules": [
|
|
5406
|
+
{
|
|
5407
|
+
"if": {
|
|
5408
|
+
"viewport": ["xs", "sm", "md"]
|
|
5409
|
+
},
|
|
5410
|
+
"tokens": {
|
|
5411
|
+
"borderWidth": "{palette.border.none}",
|
|
5412
|
+
"paddingHorizontal": "{palette.size.size24}",
|
|
5413
|
+
"paddingVertical": "{palette.size.size0}"
|
|
5414
|
+
}
|
|
5415
|
+
}
|
|
5416
|
+
],
|
|
5417
|
+
"tokens": {
|
|
5418
|
+
"borderColor": "{palette.color.greyMystic}",
|
|
5419
|
+
"borderRadius": "{palette.radius.radius6}",
|
|
5420
|
+
"borderStyle": "{system.borderStyle.solid}",
|
|
5421
|
+
"borderWidth": "{palette.border.border1}",
|
|
5422
|
+
"paddingHorizontal": "{palette.size.size24}",
|
|
5423
|
+
"paddingVertical": "{palette.size.size24}",
|
|
5424
|
+
"selectedButtonIcon": "{palette.icon.Checkmark}"
|
|
5425
|
+
}
|
|
5426
|
+
},
|
|
5284
5427
|
"Progress": {
|
|
5285
5428
|
"appearances": {
|
|
5286
5429
|
"size": {
|