@telus-uds/theme-koodo 7.3.1 → 7.5.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/ActivityIndicator.json +12 -1
- package/build/android/ChevronLink.json +314 -0
- package/build/android/Link.json +309 -0
- package/build/android/MultiSelectFilter.json +24 -1
- package/build/android/Notification.json +2 -2
- package/build/android/Radio.json +3 -3
- package/build/android/schema.json +171 -157
- package/build/android/theme.json +898 -241
- package/build/ios/ActivityIndicator.json +12 -1
- package/build/ios/ChevronLink.json +314 -0
- package/build/ios/Link.json +309 -0
- package/build/ios/MultiSelectFilter.json +24 -1
- package/build/ios/Notification.json +2 -2
- package/build/ios/Radio.json +3 -3
- package/build/ios/schema.json +171 -157
- package/build/ios/theme.json +898 -241
- package/build/rn/ActionCard.js +1 -1
- package/build/rn/ActivityIndicator.js +9 -2
- package/build/rn/Autocomplete.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/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 +227 -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 +247 -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 +7 -2
- package/build/rn/NavigationBar.js +1 -1
- package/build/rn/Notification.js +2 -2
- 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 +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 +4 -4
- 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/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 +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 +171 -157
- package/build/rn/spacingScale.js +1 -1
- package/build/rn/theme.js +495 -8
- package/build/web/ActionCard.js +1 -1
- package/build/web/ActivityIndicator.js +9 -2
- package/build/web/Autocomplete.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/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 +227 -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 +247 -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 +7 -2
- package/build/web/NavigationBar.js +1 -1
- package/build/web/Notification.js +2 -2
- 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 +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 +4 -4
- 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/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 +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 +171 -157
- package/build/web/spacingScale.js +1 -1
- package/build/web/theme.js +495 -8
- package/package.json +2 -2
- package/theme.json +2273 -1149
package/theme.json
CHANGED
|
@@ -85,6 +85,10 @@
|
|
|
85
85
|
},
|
|
86
86
|
"ActivityIndicator": {
|
|
87
87
|
"appearances": {
|
|
88
|
+
"dots": {
|
|
89
|
+
"type": "variant",
|
|
90
|
+
"values": [true]
|
|
91
|
+
},
|
|
88
92
|
"size": {
|
|
89
93
|
"description": "used for full-screen spinners",
|
|
90
94
|
"type": "variant",
|
|
@@ -104,8 +108,10 @@
|
|
|
104
108
|
],
|
|
105
109
|
"tokens": {
|
|
106
110
|
"color": "{palette.color.pink}",
|
|
111
|
+
"dotSize": "{palette.size.size6}",
|
|
112
|
+
"indicatorBackgroundColor": "{palette.color.pinkLight}",
|
|
107
113
|
"size": "{palette.size.size24}",
|
|
108
|
-
"thickness": "{palette.border.
|
|
114
|
+
"thickness": "{palette.border.border3}"
|
|
109
115
|
}
|
|
110
116
|
},
|
|
111
117
|
"Autocomplete": {
|
|
@@ -2782,10 +2788,19 @@
|
|
|
2782
2788
|
"values": [true]
|
|
2783
2789
|
},
|
|
2784
2790
|
"pressed": "{appearances.ChevronLink.pressed}",
|
|
2791
|
+
"quiet": {
|
|
2792
|
+
"description": "When it is true, it does not show the decoration",
|
|
2793
|
+
"type": "state",
|
|
2794
|
+
"values": [true, false]
|
|
2795
|
+
},
|
|
2785
2796
|
"size": {
|
|
2786
2797
|
"description": "Sets the size of the text and icon; these variants are shared with ChevronLink",
|
|
2787
2798
|
"type": "variant",
|
|
2788
2799
|
"values": ["large", "small", "micro"]
|
|
2800
|
+
},
|
|
2801
|
+
"style": {
|
|
2802
|
+
"type": "variant",
|
|
2803
|
+
"values": ["inline", "subtle", "feature", "danger", "inverse"]
|
|
2789
2804
|
}
|
|
2790
2805
|
},
|
|
2791
2806
|
"rules": [
|
|
@@ -2948,894 +2963,647 @@
|
|
|
2948
2963
|
"fontSize": "{palette.fontSize.size12}",
|
|
2949
2964
|
"iconSize": "{palette.size.size16}"
|
|
2950
2965
|
}
|
|
2951
|
-
}
|
|
2952
|
-
],
|
|
2953
|
-
"tokens": {
|
|
2954
|
-
"blockLineHeight": "{palette.lineHeight.ratio3to2}",
|
|
2955
|
-
"color": "{palette.color.black}",
|
|
2956
|
-
"fontSize": "{palette.fontSize.size16}",
|
|
2957
|
-
"iconDisplace": "{palette.size.size0}",
|
|
2958
|
-
"iconSize": "{palette.size.size16}",
|
|
2959
|
-
"iconSpace": "{system.integer.1}",
|
|
2960
|
-
"leftIcon": "{palette.icon.ChevronLeft}",
|
|
2961
|
-
"outerBorderColor": "{palette.color.transparent}",
|
|
2962
|
-
"rightIcon": "{palette.icon.ChevronRight}",
|
|
2963
|
-
"textLine": "{system.textLine.none}"
|
|
2964
|
-
}
|
|
2965
|
-
},
|
|
2966
|
-
"ColourToggle": {
|
|
2967
|
-
"appearances": {
|
|
2968
|
-
"focus": "{appearances.ColourToggle.focus}",
|
|
2969
|
-
"hover": "{appearances.ColourToggle.hover}",
|
|
2970
|
-
"pressed": "{appearances.ColourToggle.pressed}",
|
|
2971
|
-
"selected": "{appearances.ColourToggle.selected}"
|
|
2972
|
-
},
|
|
2973
|
-
"rules": [
|
|
2966
|
+
},
|
|
2974
2967
|
{
|
|
2975
2968
|
"if": {
|
|
2976
|
-
"
|
|
2969
|
+
"focus": true,
|
|
2970
|
+
"quiet": true
|
|
2977
2971
|
},
|
|
2978
2972
|
"tokens": {
|
|
2979
|
-
"
|
|
2980
|
-
"
|
|
2981
|
-
"bubbleBorderWidth": "{palette.border.border1}"
|
|
2973
|
+
"color": "{palette.color.black}",
|
|
2974
|
+
"textLine": "{system.textLine.none}"
|
|
2982
2975
|
}
|
|
2983
2976
|
},
|
|
2984
2977
|
{
|
|
2985
2978
|
"if": {
|
|
2986
|
-
"
|
|
2979
|
+
"pressed": true,
|
|
2980
|
+
"quiet": true
|
|
2987
2981
|
},
|
|
2988
2982
|
"tokens": {
|
|
2989
|
-
"
|
|
2990
|
-
"
|
|
2991
|
-
"bubbleBorderWidth": "{palette.border.border1}"
|
|
2983
|
+
"color": "{palette.color.mortar}",
|
|
2984
|
+
"textLine": "{system.textLine.underline}"
|
|
2992
2985
|
}
|
|
2993
2986
|
},
|
|
2994
2987
|
{
|
|
2995
2988
|
"if": {
|
|
2996
|
-
"
|
|
2989
|
+
"focus": true,
|
|
2990
|
+
"pressed": true,
|
|
2991
|
+
"quiet": true
|
|
2997
2992
|
},
|
|
2998
2993
|
"tokens": {
|
|
2999
|
-
"
|
|
3000
|
-
"
|
|
3001
|
-
"bubbleBorderWidth": "{palette.border.border1}"
|
|
2994
|
+
"color": "{palette.color.mortar}",
|
|
2995
|
+
"textLine": "{system.textLine.underline}"
|
|
3002
2996
|
}
|
|
3003
2997
|
},
|
|
3004
2998
|
{
|
|
3005
2999
|
"if": {
|
|
3006
|
-
"
|
|
3000
|
+
"style": "inline"
|
|
3007
3001
|
},
|
|
3008
3002
|
"tokens": {
|
|
3009
|
-
"
|
|
3010
|
-
"bubbleBorderRadius": "{palette.radius.radius45}",
|
|
3011
|
-
"bubbleBorderWidth": "{palette.border.border1}"
|
|
3003
|
+
"color": "{palette.color.black}"
|
|
3012
3004
|
}
|
|
3013
|
-
}
|
|
3014
|
-
],
|
|
3015
|
-
"tokens": {
|
|
3016
|
-
"borderColor": "{palette.color.silver}",
|
|
3017
|
-
"borderRadius": "{palette.radius.radius45}",
|
|
3018
|
-
"borderWidth": "{palette.border.border1}",
|
|
3019
|
-
"bubbleBorderColor": "{palette.color.transparent}",
|
|
3020
|
-
"bubbleBorderRadius": "{palette.radius.none}",
|
|
3021
|
-
"bubbleBorderWidth": "{palette.border.none}",
|
|
3022
|
-
"innerBubbleBorderRadius": "{palette.radius.radius45}",
|
|
3023
|
-
"innerBubbleHeight": "{palette.size.size40}",
|
|
3024
|
-
"innerBubbleWidth": "{palette.size.size40}",
|
|
3025
|
-
"outerBubbleContentAlignItems": "{system.flexAlign.center}",
|
|
3026
|
-
"outerBubbleHeight": "{palette.size.size48}",
|
|
3027
|
-
"outerBubbleJustifyContent": "{system.flexJustifyContent.center}",
|
|
3028
|
-
"outerBubbleWidth": "{palette.size.size48}",
|
|
3029
|
-
"shadow": "{palette.shadow.surfaceInset}",
|
|
3030
|
-
"space": "{system.integer.2}"
|
|
3031
|
-
}
|
|
3032
|
-
},
|
|
3033
|
-
"Countdown": {
|
|
3034
|
-
"appearances": {
|
|
3035
|
-
"feature": {
|
|
3036
|
-
"type": "variant",
|
|
3037
|
-
"values": [true]
|
|
3038
3005
|
},
|
|
3039
|
-
|
|
3040
|
-
"
|
|
3041
|
-
|
|
3006
|
+
{
|
|
3007
|
+
"if": {
|
|
3008
|
+
"focus": true,
|
|
3009
|
+
"style": "inline"
|
|
3010
|
+
},
|
|
3011
|
+
"tokens": {
|
|
3012
|
+
"color": "{palette.color.black}",
|
|
3013
|
+
"outerBorderColor": "{palette.color.black}"
|
|
3014
|
+
}
|
|
3042
3015
|
},
|
|
3043
|
-
|
|
3044
|
-
"
|
|
3045
|
-
|
|
3016
|
+
{
|
|
3017
|
+
"if": {
|
|
3018
|
+
"hover": true,
|
|
3019
|
+
"style": "inline"
|
|
3020
|
+
},
|
|
3021
|
+
"tokens": {
|
|
3022
|
+
"color": "{palette.color.blackLight}",
|
|
3023
|
+
"textLine": "{system.textLine.none}"
|
|
3024
|
+
}
|
|
3046
3025
|
},
|
|
3047
|
-
|
|
3048
|
-
"
|
|
3049
|
-
|
|
3026
|
+
{
|
|
3027
|
+
"if": {
|
|
3028
|
+
"pressed": true,
|
|
3029
|
+
"style": "inline"
|
|
3030
|
+
},
|
|
3031
|
+
"tokens": {
|
|
3032
|
+
"color": "{palette.color.mortar}",
|
|
3033
|
+
"textLine": "{system.textLine.none}"
|
|
3034
|
+
}
|
|
3050
3035
|
},
|
|
3051
|
-
"viewport": "{appearances.system.viewport}"
|
|
3052
|
-
},
|
|
3053
|
-
"rules": [
|
|
3054
3036
|
{
|
|
3055
3037
|
"if": {
|
|
3056
|
-
"
|
|
3038
|
+
"focus": true,
|
|
3039
|
+
"pressed": true,
|
|
3040
|
+
"style": "inline"
|
|
3057
3041
|
},
|
|
3058
3042
|
"tokens": {
|
|
3059
|
-
"
|
|
3060
|
-
"containerPaddingLeftRight": "{palette.size.size24}",
|
|
3061
|
-
"labelFontSize": "{palette.fontSize.size16}",
|
|
3062
|
-
"labelLineHeight": "{palette.lineHeight.ratio3to2}",
|
|
3063
|
-
"textLineHeight": "{palette.lineHeight.ratio3to2}"
|
|
3043
|
+
"outerBorderColor": "{palette.color.mortar}"
|
|
3064
3044
|
}
|
|
3065
3045
|
},
|
|
3066
3046
|
{
|
|
3067
3047
|
"if": {
|
|
3068
|
-
"
|
|
3048
|
+
"style": "subtle"
|
|
3069
3049
|
},
|
|
3070
3050
|
"tokens": {
|
|
3071
|
-
"
|
|
3072
|
-
"labelBorderColor": "{palette.color.black}",
|
|
3073
|
-
"textFontSize": "{palette.fontSize.size70}",
|
|
3074
|
-
"textLineHeight": "{palette.lineHeight.ratio6to5}",
|
|
3075
|
-
"textTimerFontName": "{palette.fontName.StagSans}",
|
|
3076
|
-
"textTimerFontWeight": "{palette.fontWeight.weight700}"
|
|
3051
|
+
"color": "{palette.color.mortar}"
|
|
3077
3052
|
}
|
|
3078
3053
|
},
|
|
3079
3054
|
{
|
|
3080
3055
|
"if": {
|
|
3081
|
-
"
|
|
3056
|
+
"focus": true,
|
|
3057
|
+
"style": "subtle"
|
|
3082
3058
|
},
|
|
3083
3059
|
"tokens": {
|
|
3084
|
-
"
|
|
3085
|
-
"
|
|
3086
|
-
"labelFontWeight": "{palette.fontWeight.weight400}",
|
|
3087
|
-
"textFontSize": "{palette.fontSize.size70}",
|
|
3088
|
-
"textLineHeight": "{palette.lineHeight.ratio6to5}",
|
|
3089
|
-
"textTimerFontName": "{palette.fontName.StagSans}",
|
|
3090
|
-
"textTimerFontWeight": "{palette.fontWeight.weight700}"
|
|
3060
|
+
"color": "{palette.color.black}",
|
|
3061
|
+
"outerBorderColor": "{palette.color.black}"
|
|
3091
3062
|
}
|
|
3092
3063
|
},
|
|
3093
3064
|
{
|
|
3094
3065
|
"if": {
|
|
3095
|
-
"
|
|
3096
|
-
"
|
|
3066
|
+
"hover": true,
|
|
3067
|
+
"style": "subtle"
|
|
3097
3068
|
},
|
|
3098
3069
|
"tokens": {
|
|
3099
|
-
"
|
|
3100
|
-
"
|
|
3070
|
+
"color": "{palette.color.blackLight}",
|
|
3071
|
+
"textLine": "{system.textLine.none}"
|
|
3101
3072
|
}
|
|
3102
3073
|
},
|
|
3103
3074
|
{
|
|
3104
3075
|
"if": {
|
|
3105
|
-
"
|
|
3106
|
-
"
|
|
3076
|
+
"pressed": true,
|
|
3077
|
+
"style": "subtle"
|
|
3107
3078
|
},
|
|
3108
3079
|
"tokens": {
|
|
3109
|
-
"
|
|
3080
|
+
"color": "{palette.color.mortar}",
|
|
3081
|
+
"textLine": "{system.textLine.none}"
|
|
3110
3082
|
}
|
|
3111
3083
|
},
|
|
3112
3084
|
{
|
|
3113
3085
|
"if": {
|
|
3114
|
-
"
|
|
3086
|
+
"focus": true,
|
|
3087
|
+
"pressed": true,
|
|
3088
|
+
"style": "subtle"
|
|
3115
3089
|
},
|
|
3116
3090
|
"tokens": {
|
|
3117
|
-
"
|
|
3118
|
-
"labelBorderColor": "{palette.color.white}"
|
|
3091
|
+
"outerBorderColor": "{palette.color.mortar}"
|
|
3119
3092
|
}
|
|
3120
|
-
}
|
|
3121
|
-
],
|
|
3122
|
-
"tokens": {
|
|
3123
|
-
"containerBorderColor": "{palette.color.transparent}",
|
|
3124
|
-
"containerBorderRadius": "{palette.radius.radius6}",
|
|
3125
|
-
"containerBorderWidth": "{palette.border.border2}",
|
|
3126
|
-
"containerGradient": "{system.gradient.none}",
|
|
3127
|
-
"containerInverseBorder": "{palette.border.border2}",
|
|
3128
|
-
"containerInverseBorderColor": "{palette.color.white}",
|
|
3129
|
-
"containerPaddingBottomTop": "{palette.size.size48}",
|
|
3130
|
-
"containerPaddingLeftRight": "{palette.size.size64}",
|
|
3131
|
-
"inverseBorderColor": "{system.color.none}",
|
|
3132
|
-
"labelBorderColor": "{system.color.none}",
|
|
3133
|
-
"labelFontName": "{palette.fontName.StagSans}",
|
|
3134
|
-
"labelFontSize": "{palette.fontSize.size16}",
|
|
3135
|
-
"labelFontWeight": "{palette.fontWeight.weight400}",
|
|
3136
|
-
"labelLineHeight": "{palette.lineHeight.ratio3to2}",
|
|
3137
|
-
"textFontSize": "{palette.fontSize.size16}",
|
|
3138
|
-
"textLineHeight": "{palette.lineHeight.ratio3to2}",
|
|
3139
|
-
"textTimerFontName": "{palette.fontName.StagSans}",
|
|
3140
|
-
"textTimerFontWeight": "{palette.fontWeight.weight400}"
|
|
3141
|
-
}
|
|
3142
|
-
},
|
|
3143
|
-
"DatePicker": {
|
|
3144
|
-
"appearances": {
|
|
3145
|
-
"viewport": "{appearances.system.viewport}"
|
|
3146
|
-
},
|
|
3147
|
-
"rules": [
|
|
3093
|
+
},
|
|
3148
3094
|
{
|
|
3149
3095
|
"if": {
|
|
3150
|
-
"
|
|
3096
|
+
"style": "feature"
|
|
3151
3097
|
},
|
|
3152
3098
|
"tokens": {
|
|
3153
|
-
"
|
|
3154
|
-
"calendarMonthCaptionFontSize": "{palette.fontSize.size14}",
|
|
3155
|
-
"calendarMonthCaptionFontWeight": "{palette.fontWeight.weight600}",
|
|
3156
|
-
"calendarMonthCaptionLineHeight": "{palette.lineHeight.multiply172}"
|
|
3099
|
+
"color": "{palette.color.purple}"
|
|
3157
3100
|
}
|
|
3158
|
-
}
|
|
3159
|
-
],
|
|
3160
|
-
"tokens": {
|
|
3161
|
-
"calendarBackgroundColor": "{palette.color.white}",
|
|
3162
|
-
"calendarDayBlockedCalendarHoverBackground": "{palette.color.gallery}",
|
|
3163
|
-
"calendarDayBlockedCalendarHoverColor": "{palette.color.dove}",
|
|
3164
|
-
"calendarDayDefaultBackgroundColor": "{palette.color.white}",
|
|
3165
|
-
"calendarDayDefaultBorder": "{palette.border.border1}",
|
|
3166
|
-
"calendarDayDefaultBorderColor": "{palette.color.silver}",
|
|
3167
|
-
"calendarDayDefaultCalendarDaySelectedHoverBackground": "{palette.color.white}",
|
|
3168
|
-
"calendarDayDefaultCalendarDaySelectedHoverBeforeBackground": "{palette.color.purple}",
|
|
3169
|
-
"calendarDayDefaultCalendarDaySelectedHoverColor": "{palette.color.white}",
|
|
3170
|
-
"calendarDayDefaultColor": "{palette.color.black}",
|
|
3171
|
-
"calendarDayDefaultFontName": "{palette.fontName.StagSans}",
|
|
3172
|
-
"calendarDayDefaultFontSize": "{palette.fontSize.size14}",
|
|
3173
|
-
"calendarDayDefaultFontWeight": "{palette.fontWeight.weight400}",
|
|
3174
|
-
"calendarDaySelectedDisabledBackground": "{palette.color.gallery}",
|
|
3175
|
-
"calendarDaySelectedDisabledColor": "{palette.color.white}",
|
|
3176
|
-
"calendarDaySelectedDisabledContentBackgroundColor": "{palette.color.silver}",
|
|
3177
|
-
"calendarDaySelectedFocusBeforeBackground": "{palette.color.white}",
|
|
3178
|
-
"calendarDaySelectedHoverBackground": "{palette.color.white}",
|
|
3179
|
-
"calendarDaySelectedHoverBeforeBackground": "{palette.color.white}",
|
|
3180
|
-
"calendarDaySelectedHoverBeforeBorderColor": "{palette.color.purple}",
|
|
3181
|
-
"calendarDaySelectedHoverBorderColor": "{palette.color.silver}",
|
|
3182
|
-
"calendarDaySelectedHoverColor": "{palette.color.black}",
|
|
3183
|
-
"calendarMonthCaptionColor": "{palette.color.black}",
|
|
3184
|
-
"calendarMonthCaptionFontName": "{palette.fontName.StagSans}",
|
|
3185
|
-
"calendarMonthCaptionFontSize": "{palette.fontSize.size20}",
|
|
3186
|
-
"calendarMonthCaptionFontWeight": "{palette.fontWeight.weight700}",
|
|
3187
|
-
"calendarMonthCaptionLineHeight": "{palette.lineHeight.ratio6to5}",
|
|
3188
|
-
"calendarMonthCaptionPaddingBottom": "{palette.size.size48}",
|
|
3189
|
-
"dateInputStrokeColor": "{palette.color.dove}",
|
|
3190
|
-
"dayPickerNavigationButtonPadding": "{palette.size.size12}",
|
|
3191
|
-
"dayPickerWeekHeaderColor": "{palette.color.black}",
|
|
3192
|
-
"dayPickerWeekHeaderFontName": "{palette.fontName.StagSans}",
|
|
3193
|
-
"dayPickerWeekHeaderFontWeight": "{palette.fontWeight.weight700}",
|
|
3194
|
-
"dayPickerWeekHeaderLineHeight": "{palette.lineHeight.ratio8to7}",
|
|
3195
|
-
"dayPickerWeekHeaderSmall": "{palette.fontSize.size14}",
|
|
3196
|
-
"hiddenInputFieldContainerHeight": "{palette.size.size0}",
|
|
3197
|
-
"hiddenInputFieldContainerWidth": "{palette.size.size0}",
|
|
3198
|
-
"invalidInputMixin": "{system.color.none}",
|
|
3199
|
-
"nextIcon": "{palette.icon.ChevronRight}",
|
|
3200
|
-
"previousIcon": "{palette.icon.ChevronLeft}",
|
|
3201
|
-
"singleDatePickerBorderColor": "{palette.color.dove}",
|
|
3202
|
-
"singleDatePickerLeftRight": "{palette.size.size16}",
|
|
3203
|
-
"singleDatePickerPaddingTopBottom": "{palette.size.size8}",
|
|
3204
|
-
"singleDatePickerRadius": "{palette.radius.radius4}",
|
|
3205
|
-
"validInputMixin": "{system.color.none}"
|
|
3206
|
-
}
|
|
3207
|
-
},
|
|
3208
|
-
"Disclaimer": {
|
|
3209
|
-
"appearances": {},
|
|
3210
|
-
"rules": [],
|
|
3211
|
-
"tokens": {
|
|
3212
|
-
"color": "{palette.color.black}",
|
|
3213
|
-
"fontName": "{palette.fontName.StagSans}",
|
|
3214
|
-
"fontSize": "{palette.fontSize.size12}",
|
|
3215
|
-
"fontWeight": "{palette.fontWeight.weight400}",
|
|
3216
|
-
"lineHeight": "{palette.lineHeight.ratio4to3}"
|
|
3217
|
-
}
|
|
3218
|
-
},
|
|
3219
|
-
"Divider": {
|
|
3220
|
-
"appearances": {
|
|
3221
|
-
"decorative": {
|
|
3222
|
-
"description": "Use a decorative divider to highlight an element. Non-decorative dividers are for clearly identifying separation of content.",
|
|
3223
|
-
"type": "variant",
|
|
3224
|
-
"values": [true]
|
|
3225
|
-
},
|
|
3226
|
-
"inverse": {
|
|
3227
|
-
"type": "variant",
|
|
3228
|
-
"values": [true]
|
|
3229
3101
|
},
|
|
3230
|
-
"weight": {
|
|
3231
|
-
"type": "variant",
|
|
3232
|
-
"values": ["thick"]
|
|
3233
|
-
}
|
|
3234
|
-
},
|
|
3235
|
-
"rules": [
|
|
3236
3102
|
{
|
|
3237
3103
|
"if": {
|
|
3238
|
-
"
|
|
3104
|
+
"focus": true,
|
|
3105
|
+
"style": "feature"
|
|
3239
3106
|
},
|
|
3240
3107
|
"tokens": {
|
|
3241
|
-
"
|
|
3108
|
+
"color": "{palette.color.purple}",
|
|
3109
|
+
"outerBorderColor": "{palette.color.purple}"
|
|
3242
3110
|
}
|
|
3243
3111
|
},
|
|
3244
3112
|
{
|
|
3245
3113
|
"if": {
|
|
3246
|
-
"
|
|
3114
|
+
"hover": true,
|
|
3115
|
+
"style": "feature"
|
|
3247
3116
|
},
|
|
3248
3117
|
"tokens": {
|
|
3249
|
-
"color": "{palette.color.
|
|
3118
|
+
"color": "{palette.color.purpleDark}",
|
|
3119
|
+
"textLine": "{system.textLine.none}"
|
|
3250
3120
|
}
|
|
3251
3121
|
},
|
|
3252
3122
|
{
|
|
3253
3123
|
"if": {
|
|
3254
|
-
"
|
|
3255
|
-
"
|
|
3124
|
+
"pressed": true,
|
|
3125
|
+
"style": "feature"
|
|
3256
3126
|
},
|
|
3257
3127
|
"tokens": {
|
|
3258
|
-
"color": "{palette.color.
|
|
3259
|
-
"
|
|
3128
|
+
"color": "{palette.color.mortar}",
|
|
3129
|
+
"textLine": "{system.textLine.none}"
|
|
3260
3130
|
}
|
|
3261
3131
|
},
|
|
3262
3132
|
{
|
|
3263
3133
|
"if": {
|
|
3264
|
-
"
|
|
3134
|
+
"focus": true,
|
|
3135
|
+
"pressed": true,
|
|
3136
|
+
"style": "feature"
|
|
3265
3137
|
},
|
|
3266
3138
|
"tokens": {
|
|
3267
|
-
"
|
|
3139
|
+
"outerBorderColor": "{palette.color.mortar}"
|
|
3268
3140
|
}
|
|
3269
3141
|
},
|
|
3270
3142
|
{
|
|
3271
3143
|
"if": {
|
|
3272
|
-
"
|
|
3273
|
-
"weight": "thick"
|
|
3144
|
+
"style": "danger"
|
|
3274
3145
|
},
|
|
3275
3146
|
"tokens": {
|
|
3276
|
-
"color": "{palette.color.
|
|
3277
|
-
"width": "{palette.size.size2}"
|
|
3147
|
+
"color": "{palette.color.danger}"
|
|
3278
3148
|
}
|
|
3279
|
-
}
|
|
3280
|
-
],
|
|
3281
|
-
"tokens": {
|
|
3282
|
-
"color": "{palette.color.silver}",
|
|
3283
|
-
"width": "{palette.size.size1}"
|
|
3284
|
-
}
|
|
3285
|
-
},
|
|
3286
|
-
"DownloadApp": {
|
|
3287
|
-
"appearances": {
|
|
3288
|
-
"focus": "{appearances.DownloadApp.focus}",
|
|
3289
|
-
"hover": "{appearances.DownloadApp.hover}",
|
|
3290
|
-
"pressed": "{appearances.DownloadApp.pressed}"
|
|
3291
|
-
},
|
|
3292
|
-
"rules": [
|
|
3149
|
+
},
|
|
3293
3150
|
{
|
|
3294
3151
|
"if": {
|
|
3295
|
-
"focus": true
|
|
3152
|
+
"focus": true,
|
|
3153
|
+
"style": "danger"
|
|
3296
3154
|
},
|
|
3297
3155
|
"tokens": {
|
|
3298
|
-
"
|
|
3299
|
-
"
|
|
3156
|
+
"color": "{palette.color.danger}",
|
|
3157
|
+
"outerBorderColor": "{palette.color.danger}"
|
|
3300
3158
|
}
|
|
3301
3159
|
},
|
|
3302
3160
|
{
|
|
3303
3161
|
"if": {
|
|
3304
|
-
"hover": true
|
|
3162
|
+
"hover": true,
|
|
3163
|
+
"style": "danger"
|
|
3305
3164
|
},
|
|
3306
3165
|
"tokens": {
|
|
3307
|
-
"
|
|
3308
|
-
"
|
|
3166
|
+
"color": "{palette.color.danger}",
|
|
3167
|
+
"textLine": "{system.textLine.none}"
|
|
3309
3168
|
}
|
|
3310
3169
|
},
|
|
3311
3170
|
{
|
|
3312
3171
|
"if": {
|
|
3313
|
-
"pressed": true
|
|
3172
|
+
"pressed": true,
|
|
3173
|
+
"style": "danger"
|
|
3314
3174
|
},
|
|
3315
3175
|
"tokens": {
|
|
3316
|
-
"
|
|
3317
|
-
"
|
|
3176
|
+
"color": "{palette.color.mortar}",
|
|
3177
|
+
"textLine": "{system.textLine.none}"
|
|
3318
3178
|
}
|
|
3319
3179
|
},
|
|
3320
3180
|
{
|
|
3321
3181
|
"if": {
|
|
3322
3182
|
"focus": true,
|
|
3323
|
-
"pressed": true
|
|
3183
|
+
"pressed": true,
|
|
3184
|
+
"style": "danger"
|
|
3324
3185
|
},
|
|
3325
3186
|
"tokens": {
|
|
3326
|
-
"
|
|
3327
|
-
"borderRadius": "{palette.radius.radius4}"
|
|
3187
|
+
"outerBorderColor": "{palette.color.mortar}"
|
|
3328
3188
|
}
|
|
3329
|
-
}
|
|
3330
|
-
],
|
|
3331
|
-
"tokens": {
|
|
3332
|
-
"androidENIcon": "{palette.icon.AndroidEN}",
|
|
3333
|
-
"androidFRIcon": "{palette.icon.AndroidFR}",
|
|
3334
|
-
"borderColor": "{palette.color.transparent}",
|
|
3335
|
-
"borderGap": "{palette.size.size2}",
|
|
3336
|
-
"borderRadius": "{palette.radius.none}",
|
|
3337
|
-
"borderWidth": "{palette.border.border1}",
|
|
3338
|
-
"iosENIcon": "{palette.icon.IOSEN}",
|
|
3339
|
-
"iosFRIcon": "{palette.icon.IOSFR}",
|
|
3340
|
-
"padding": "{palette.size.size1}"
|
|
3341
|
-
}
|
|
3342
|
-
},
|
|
3343
|
-
"ExpandCollapse": {
|
|
3344
|
-
"appearances": {},
|
|
3345
|
-
"rules": [],
|
|
3346
|
-
"tokens": {
|
|
3347
|
-
"borderColor": "{palette.color.transparent}",
|
|
3348
|
-
"borderStyle": "{system.borderStyle.solid}",
|
|
3349
|
-
"borderWidth": "{system.border.zero}"
|
|
3350
|
-
}
|
|
3351
|
-
},
|
|
3352
|
-
"ExpandCollapseControl": {
|
|
3353
|
-
"appearances": {
|
|
3354
|
-
"compact": {
|
|
3355
|
-
"type": "variant",
|
|
3356
|
-
"values": [true]
|
|
3357
3189
|
},
|
|
3358
|
-
|
|
3359
|
-
|
|
3360
|
-
|
|
3361
|
-
|
|
3362
|
-
"
|
|
3363
|
-
|
|
3190
|
+
{
|
|
3191
|
+
"if": {
|
|
3192
|
+
"style": "inverse"
|
|
3193
|
+
},
|
|
3194
|
+
"tokens": {
|
|
3195
|
+
"color": "{palette.color.white}"
|
|
3196
|
+
}
|
|
3364
3197
|
},
|
|
3365
|
-
"pressed": "{appearances.ExpandCollapseControl.pressed}"
|
|
3366
|
-
},
|
|
3367
|
-
"rules": [
|
|
3368
3198
|
{
|
|
3369
3199
|
"if": {
|
|
3370
|
-
"
|
|
3200
|
+
"focus": true,
|
|
3201
|
+
"style": "inverse"
|
|
3371
3202
|
},
|
|
3372
3203
|
"tokens": {
|
|
3373
|
-
"
|
|
3374
|
-
"
|
|
3375
|
-
"icon": "{palette.icon.ChevronDown}",
|
|
3376
|
-
"iconColor": "{palette.color.black}",
|
|
3377
|
-
"iconGap": "{palette.size.size8}",
|
|
3378
|
-
"iconPaddingTop": "{palette.size.size4}",
|
|
3379
|
-
"iconPosition": "{system.position.left}",
|
|
3380
|
-
"iconSize": "{palette.size.size16}",
|
|
3381
|
-
"justifyContent": "{system.flexJustifyContent.flexStart}",
|
|
3382
|
-
"paddingBottom": "{palette.size.size0}",
|
|
3383
|
-
"paddingLeft": "{palette.size.size0}",
|
|
3384
|
-
"paddingRight": "{palette.size.size0}",
|
|
3385
|
-
"paddingTop": "{palette.size.size0}",
|
|
3386
|
-
"verticalAlign": "{system.verticalAlign.middle}"
|
|
3204
|
+
"color": "{palette.color.white}",
|
|
3205
|
+
"outerBorderColor": "{palette.color.white}"
|
|
3387
3206
|
}
|
|
3388
3207
|
},
|
|
3389
3208
|
{
|
|
3390
3209
|
"if": {
|
|
3391
|
-
"
|
|
3210
|
+
"hover": true,
|
|
3211
|
+
"style": "inverse"
|
|
3392
3212
|
},
|
|
3393
3213
|
"tokens": {
|
|
3394
|
-
"
|
|
3214
|
+
"color": "{palette.color.gallery}",
|
|
3215
|
+
"textLine": "{system.textLine.none}"
|
|
3395
3216
|
}
|
|
3396
3217
|
},
|
|
3397
3218
|
{
|
|
3398
3219
|
"if": {
|
|
3399
|
-
"
|
|
3220
|
+
"pressed": true,
|
|
3221
|
+
"style": "inverse"
|
|
3400
3222
|
},
|
|
3401
3223
|
"tokens": {
|
|
3402
|
-
"
|
|
3403
|
-
"
|
|
3404
|
-
"borderColor": "{palette.color.black}",
|
|
3405
|
-
"borderTopLeftRadius": "{palette.radius.radius4}",
|
|
3406
|
-
"borderTopRightRadius": "{palette.radius.radius4}",
|
|
3407
|
-
"borderWidth": "{palette.border.border2}"
|
|
3224
|
+
"color": "{palette.color.dove}",
|
|
3225
|
+
"textLine": "{system.textLine.none}"
|
|
3408
3226
|
}
|
|
3409
3227
|
},
|
|
3410
3228
|
{
|
|
3411
3229
|
"if": {
|
|
3412
3230
|
"focus": true,
|
|
3413
|
-
"
|
|
3231
|
+
"pressed": true,
|
|
3232
|
+
"style": "inverse"
|
|
3414
3233
|
},
|
|
3415
3234
|
"tokens": {
|
|
3416
|
-
"
|
|
3417
|
-
"borderBottomRightRadius": "{palette.radius.radius4}",
|
|
3418
|
-
"borderColor": "{palette.color.black}",
|
|
3419
|
-
"borderTopLeftRadius": "{palette.radius.radius4}",
|
|
3420
|
-
"borderTopRightRadius": "{palette.radius.radius4}",
|
|
3421
|
-
"borderWidth": "{system.border.none}"
|
|
3235
|
+
"outerBorderColor": "{palette.color.dove}"
|
|
3422
3236
|
}
|
|
3423
3237
|
},
|
|
3424
3238
|
{
|
|
3425
3239
|
"if": {
|
|
3426
|
-
"
|
|
3240
|
+
"quiet": true,
|
|
3241
|
+
"style": "inline"
|
|
3427
3242
|
},
|
|
3428
3243
|
"tokens": {
|
|
3429
|
-
"
|
|
3430
|
-
"
|
|
3244
|
+
"color": "{palette.color.black}",
|
|
3245
|
+
"textLine": "{system.textLine.none}"
|
|
3431
3246
|
}
|
|
3432
3247
|
},
|
|
3433
3248
|
{
|
|
3434
3249
|
"if": {
|
|
3435
|
-
"
|
|
3436
|
-
"
|
|
3250
|
+
"focus": true,
|
|
3251
|
+
"quiet": true,
|
|
3252
|
+
"style": "inline"
|
|
3437
3253
|
},
|
|
3438
3254
|
"tokens": {
|
|
3439
|
-
"
|
|
3440
|
-
"
|
|
3255
|
+
"color": "{palette.color.black}",
|
|
3256
|
+
"outerBorderColor": "{palette.color.black}",
|
|
3257
|
+
"textLine": "{system.textLine.none}"
|
|
3441
3258
|
}
|
|
3442
3259
|
},
|
|
3443
3260
|
{
|
|
3444
3261
|
"if": {
|
|
3445
|
-
"
|
|
3262
|
+
"hover": true,
|
|
3263
|
+
"quiet": true,
|
|
3264
|
+
"style": "inline"
|
|
3446
3265
|
},
|
|
3447
3266
|
"tokens": {
|
|
3448
|
-
"
|
|
3267
|
+
"color": "{palette.color.blackLight}",
|
|
3268
|
+
"textLine": "{system.textLine.underline}"
|
|
3269
|
+
}
|
|
3270
|
+
},
|
|
3271
|
+
{
|
|
3272
|
+
"if": {
|
|
3273
|
+
"pressed": true,
|
|
3274
|
+
"quiet": true,
|
|
3275
|
+
"style": "inline"
|
|
3276
|
+
},
|
|
3277
|
+
"tokens": {
|
|
3278
|
+
"color": "{palette.color.mortar}"
|
|
3449
3279
|
}
|
|
3450
3280
|
},
|
|
3451
3281
|
{
|
|
3452
3282
|
"if": {
|
|
3453
3283
|
"focus": true,
|
|
3454
|
-
"pressed": true
|
|
3284
|
+
"pressed": true,
|
|
3285
|
+
"quiet": true,
|
|
3286
|
+
"style": "inline"
|
|
3455
3287
|
},
|
|
3456
3288
|
"tokens": {
|
|
3457
|
-
"
|
|
3458
|
-
|
|
3459
|
-
|
|
3460
|
-
|
|
3461
|
-
|
|
3462
|
-
"
|
|
3463
|
-
"
|
|
3289
|
+
"outerBorderColor": "{palette.color.mortar}"
|
|
3290
|
+
}
|
|
3291
|
+
},
|
|
3292
|
+
{
|
|
3293
|
+
"if": {
|
|
3294
|
+
"quiet": true,
|
|
3295
|
+
"style": "subtle"
|
|
3296
|
+
},
|
|
3297
|
+
"tokens": {
|
|
3298
|
+
"color": "{palette.color.mortar}",
|
|
3299
|
+
"textLine": "{system.textLine.none}"
|
|
3464
3300
|
}
|
|
3465
3301
|
},
|
|
3466
3302
|
{
|
|
3467
3303
|
"if": {
|
|
3468
3304
|
"focus": true,
|
|
3469
|
-
"
|
|
3470
|
-
"
|
|
3305
|
+
"quiet": true,
|
|
3306
|
+
"style": "subtle"
|
|
3471
3307
|
},
|
|
3472
3308
|
"tokens": {
|
|
3473
|
-
"
|
|
3474
|
-
"
|
|
3475
|
-
"
|
|
3476
|
-
"borderColor": "{palette.color.black}",
|
|
3477
|
-
"borderTopLeftRadius": "{palette.radius.radius4}",
|
|
3478
|
-
"borderTopRightRadius": "{palette.radius.radius4}",
|
|
3479
|
-
"borderWidth": "{system.border.none}"
|
|
3309
|
+
"color": "{palette.color.black}",
|
|
3310
|
+
"outerBorderColor": "{palette.color.black}",
|
|
3311
|
+
"textLine": "{system.textLine.none}"
|
|
3480
3312
|
}
|
|
3481
3313
|
},
|
|
3482
3314
|
{
|
|
3483
3315
|
"if": {
|
|
3484
|
-
"
|
|
3316
|
+
"hover": true,
|
|
3317
|
+
"quiet": true,
|
|
3318
|
+
"style": "subtle"
|
|
3485
3319
|
},
|
|
3486
|
-
"tokens": {
|
|
3487
|
-
|
|
3488
|
-
|
|
3489
|
-
|
|
3490
|
-
"backgroundColor": "{palette.color.transparent}",
|
|
3491
|
-
"borderBottomLeftRadius": "{system.radius.zero}",
|
|
3492
|
-
"borderBottomRightRadius": "{system.radius.zero}",
|
|
3493
|
-
"borderColor": "{palette.color.transparent}",
|
|
3494
|
-
"borderTopLeftRadius": "{system.radius.zero}",
|
|
3495
|
-
"borderTopRightRadius": "{system.radius.zero}",
|
|
3496
|
-
"borderWidth": "{palette.border.border2}",
|
|
3497
|
-
"icon": "{palette.icon.ChevronDown}",
|
|
3498
|
-
"iconColor": "{palette.color.black}",
|
|
3499
|
-
"iconGap": "{palette.size.size8}",
|
|
3500
|
-
"iconPaddingTop": "{palette.size.size4}",
|
|
3501
|
-
"iconPosition": "{system.position.right}",
|
|
3502
|
-
"iconSize": "{palette.size.size16}",
|
|
3503
|
-
"justifyContent": "{system.flexJustifyContent.spaceBetween}",
|
|
3504
|
-
"paddingBottom": "{palette.size.size14}",
|
|
3505
|
-
"paddingLeft": "{palette.size.size22}",
|
|
3506
|
-
"paddingRight": "{palette.size.size22}",
|
|
3507
|
-
"paddingTop": "{palette.size.size14}",
|
|
3508
|
-
"textLine": "{system.textLine.none}",
|
|
3509
|
-
"verticalAlign": "{system.verticalAlign.middle}"
|
|
3510
|
-
}
|
|
3511
|
-
},
|
|
3512
|
-
"ExpandCollapseMini": {
|
|
3513
|
-
"appearances": {},
|
|
3514
|
-
"rules": [],
|
|
3515
|
-
"tokens": {
|
|
3516
|
-
"borderWidth": "{palette.border.none}"
|
|
3517
|
-
}
|
|
3518
|
-
},
|
|
3519
|
-
"ExpandCollapseMiniControl": {
|
|
3520
|
-
"appearances": {
|
|
3521
|
-
"alternative": {
|
|
3522
|
-
"description": "Replaces the default green colour with black",
|
|
3523
|
-
"type": "variant",
|
|
3524
|
-
"values": [true]
|
|
3525
|
-
},
|
|
3526
|
-
"expanded": "{appearances.ExpandCollapseControl.expanded}",
|
|
3527
|
-
"inverse": {
|
|
3528
|
-
"description": "Replaces the default green colour with white. Useful for dark backgrounds.",
|
|
3529
|
-
"type": "variant",
|
|
3530
|
-
"values": [true]
|
|
3320
|
+
"tokens": {
|
|
3321
|
+
"color": "{palette.color.blackLight}",
|
|
3322
|
+
"textLine": "{system.textLine.underline}"
|
|
3323
|
+
}
|
|
3531
3324
|
},
|
|
3532
|
-
|
|
3533
|
-
"
|
|
3534
|
-
|
|
3535
|
-
|
|
3325
|
+
{
|
|
3326
|
+
"if": {
|
|
3327
|
+
"pressed": true,
|
|
3328
|
+
"quiet": true,
|
|
3329
|
+
"style": "subtle"
|
|
3330
|
+
},
|
|
3331
|
+
"tokens": {
|
|
3332
|
+
"color": "{palette.color.mortar}"
|
|
3333
|
+
}
|
|
3536
3334
|
},
|
|
3537
|
-
"size": {
|
|
3538
|
-
"type": "variant",
|
|
3539
|
-
"values": ["micro", "small", "large"]
|
|
3540
|
-
}
|
|
3541
|
-
},
|
|
3542
|
-
"rules": [
|
|
3543
3335
|
{
|
|
3544
3336
|
"if": {
|
|
3545
|
-
"
|
|
3337
|
+
"focus": true,
|
|
3338
|
+
"pressed": true,
|
|
3339
|
+
"quiet": true,
|
|
3340
|
+
"style": "subtle"
|
|
3546
3341
|
},
|
|
3547
3342
|
"tokens": {
|
|
3548
|
-
"
|
|
3343
|
+
"outerBorderColor": "{palette.color.mortar}"
|
|
3549
3344
|
}
|
|
3550
3345
|
},
|
|
3551
3346
|
{
|
|
3552
3347
|
"if": {
|
|
3553
|
-
"
|
|
3348
|
+
"quiet": true,
|
|
3349
|
+
"style": "feature"
|
|
3554
3350
|
},
|
|
3555
3351
|
"tokens": {
|
|
3556
|
-
"color": "{palette.color.
|
|
3352
|
+
"color": "{palette.color.purple}",
|
|
3353
|
+
"textLine": "{system.textLine.none}"
|
|
3557
3354
|
}
|
|
3558
3355
|
},
|
|
3559
3356
|
{
|
|
3560
3357
|
"if": {
|
|
3561
|
-
"
|
|
3358
|
+
"focus": true,
|
|
3359
|
+
"quiet": true,
|
|
3360
|
+
"style": "feature"
|
|
3562
3361
|
},
|
|
3563
3362
|
"tokens": {
|
|
3564
|
-
"color": "{palette.color.
|
|
3565
|
-
"
|
|
3363
|
+
"color": "{palette.color.purple}",
|
|
3364
|
+
"outerBorderColor": "{palette.color.purple}",
|
|
3365
|
+
"textLine": "{system.textLine.none}"
|
|
3566
3366
|
}
|
|
3567
3367
|
},
|
|
3568
3368
|
{
|
|
3569
3369
|
"if": {
|
|
3570
|
-
"
|
|
3370
|
+
"hover": true,
|
|
3371
|
+
"quiet": true,
|
|
3372
|
+
"style": "feature"
|
|
3571
3373
|
},
|
|
3572
3374
|
"tokens": {
|
|
3573
|
-
"
|
|
3574
|
-
"
|
|
3575
|
-
"lineHeight": "{palette.lineHeight.ratio4to3}"
|
|
3375
|
+
"color": "{palette.color.purpleDark}",
|
|
3376
|
+
"textLine": "{system.textLine.underline}"
|
|
3576
3377
|
}
|
|
3577
3378
|
},
|
|
3578
3379
|
{
|
|
3579
3380
|
"if": {
|
|
3580
|
-
"
|
|
3381
|
+
"pressed": true,
|
|
3382
|
+
"quiet": true,
|
|
3383
|
+
"style": "feature"
|
|
3581
3384
|
},
|
|
3582
3385
|
"tokens": {
|
|
3583
|
-
"
|
|
3584
|
-
"iconSize": "{palette.size.size16}",
|
|
3585
|
-
"lineHeight": "{palette.lineHeight.ratio10to7}"
|
|
3386
|
+
"color": "{palette.color.mortar}"
|
|
3586
3387
|
}
|
|
3587
3388
|
},
|
|
3588
3389
|
{
|
|
3589
3390
|
"if": {
|
|
3590
|
-
"
|
|
3391
|
+
"focus": true,
|
|
3392
|
+
"pressed": true,
|
|
3393
|
+
"quiet": true,
|
|
3394
|
+
"style": "feature"
|
|
3591
3395
|
},
|
|
3592
3396
|
"tokens": {
|
|
3593
|
-
"
|
|
3594
|
-
"lineHeight": "{palette.lineHeight.ratio7to5}"
|
|
3397
|
+
"outerBorderColor": "{palette.color.mortar}"
|
|
3595
3398
|
}
|
|
3596
3399
|
},
|
|
3597
3400
|
{
|
|
3598
3401
|
"if": {
|
|
3599
|
-
"quiet": true
|
|
3402
|
+
"quiet": true,
|
|
3403
|
+
"style": "danger"
|
|
3600
3404
|
},
|
|
3601
3405
|
"tokens": {
|
|
3406
|
+
"color": "{palette.color.danger}",
|
|
3602
3407
|
"textLine": "{system.textLine.none}"
|
|
3603
3408
|
}
|
|
3604
3409
|
},
|
|
3605
3410
|
{
|
|
3606
3411
|
"if": {
|
|
3607
|
-
"
|
|
3608
|
-
"quiet": true
|
|
3412
|
+
"focus": true,
|
|
3413
|
+
"quiet": true,
|
|
3414
|
+
"style": "danger"
|
|
3609
3415
|
},
|
|
3610
3416
|
"tokens": {
|
|
3611
|
-
"color": "{palette.color.
|
|
3417
|
+
"color": "{palette.color.danger}",
|
|
3418
|
+
"outerBorderColor": "{palette.color.danger}",
|
|
3612
3419
|
"textLine": "{system.textLine.none}"
|
|
3613
3420
|
}
|
|
3614
3421
|
},
|
|
3615
3422
|
{
|
|
3616
3423
|
"if": {
|
|
3617
|
-
"
|
|
3618
|
-
"quiet": true
|
|
3424
|
+
"hover": true,
|
|
3425
|
+
"quiet": true,
|
|
3426
|
+
"style": "danger"
|
|
3619
3427
|
},
|
|
3620
3428
|
"tokens": {
|
|
3621
|
-
"color": "{palette.color.
|
|
3622
|
-
"
|
|
3623
|
-
"textLine": "{system.textLine.none}"
|
|
3429
|
+
"color": "{palette.color.danger}",
|
|
3430
|
+
"textLine": "{system.textLine.underline}"
|
|
3624
3431
|
}
|
|
3625
|
-
}
|
|
3626
|
-
],
|
|
3627
|
-
"tokens": {
|
|
3628
|
-
"borderColor": "{palette.color.transparent}",
|
|
3629
|
-
"borderWidth": "{system.border.zero}",
|
|
3630
|
-
"color": "{palette.color.black}",
|
|
3631
|
-
"fontSize": "{palette.fontSize.size16}",
|
|
3632
|
-
"icon": "{palette.icon.ChevronDown}",
|
|
3633
|
-
"iconColor": "{palette.color.black}",
|
|
3634
|
-
"iconGap": "{palette.size.size8}",
|
|
3635
|
-
"iconPaddingTop": "{palette.size.size4}",
|
|
3636
|
-
"iconPosition": "{system.position.left}",
|
|
3637
|
-
"iconSize": "{palette.size.size16}",
|
|
3638
|
-
"justifyContent": "{system.flexJustifyContent.flexStart}",
|
|
3639
|
-
"lineHeight": "{palette.lineHeight.ratio3to2}",
|
|
3640
|
-
"paddingBottom": "{palette.size.size0}",
|
|
3641
|
-
"paddingLeft": "{palette.size.size0}",
|
|
3642
|
-
"paddingRight": "{palette.size.size0}",
|
|
3643
|
-
"paddingTop": "{palette.size.size0}",
|
|
3644
|
-
"size": "{palette.size.size4}",
|
|
3645
|
-
"textLine": "{system.textLine.none}",
|
|
3646
|
-
"verticalAlign": "{system.verticalAlign.middle}"
|
|
3647
|
-
}
|
|
3648
|
-
},
|
|
3649
|
-
"ExpandCollapsePanel": {
|
|
3650
|
-
"appearances": {
|
|
3651
|
-
"compact": {
|
|
3652
|
-
"type": "variant",
|
|
3653
|
-
"values": [true]
|
|
3654
3432
|
},
|
|
3655
|
-
"mini": {
|
|
3656
|
-
"type": "variant",
|
|
3657
|
-
"values": [true]
|
|
3658
|
-
}
|
|
3659
|
-
},
|
|
3660
|
-
"rules": [
|
|
3661
3433
|
{
|
|
3662
3434
|
"if": {
|
|
3663
|
-
"
|
|
3435
|
+
"pressed": true,
|
|
3436
|
+
"quiet": true,
|
|
3437
|
+
"style": "danger"
|
|
3664
3438
|
},
|
|
3665
|
-
"tokens": {
|
|
3439
|
+
"tokens": {
|
|
3440
|
+
"color": "{palette.color.mortar}"
|
|
3441
|
+
}
|
|
3666
3442
|
},
|
|
3667
3443
|
{
|
|
3668
3444
|
"if": {
|
|
3669
|
-
"
|
|
3445
|
+
"focus": true,
|
|
3446
|
+
"pressed": true,
|
|
3447
|
+
"quiet": true,
|
|
3448
|
+
"style": "danger"
|
|
3670
3449
|
},
|
|
3671
3450
|
"tokens": {
|
|
3672
|
-
"
|
|
3673
|
-
"contentPaddingBottom": "{palette.size.size0}",
|
|
3674
|
-
"contentPaddingLeft": "{palette.size.size0}",
|
|
3675
|
-
"contentPaddingRight": "{palette.size.size0}",
|
|
3676
|
-
"contentPaddingTop": "{palette.size.size0}",
|
|
3677
|
-
"contentPanelBackgroundColor": "{palette.color.transparent}",
|
|
3678
|
-
"contentPanelPaddingBottom": "{palette.size.size0}",
|
|
3679
|
-
"contentPanelPaddingTop": "{palette.size.size0}",
|
|
3680
|
-
"marginBottom": "{palette.size.size0}"
|
|
3451
|
+
"outerBorderColor": "{palette.color.mortar}"
|
|
3681
3452
|
}
|
|
3682
|
-
}
|
|
3683
|
-
],
|
|
3684
|
-
"tokens": {
|
|
3685
|
-
"borderColor": "{palette.color.gallery}",
|
|
3686
|
-
"borderRadius": "{palette.radius.radius4}",
|
|
3687
|
-
"borderWidth": "{palette.border.border1}",
|
|
3688
|
-
"collapseDuration": "{palette.duration.duration250}",
|
|
3689
|
-
"contentPaddingBottom": "{palette.size.size16}",
|
|
3690
|
-
"contentPaddingLeft": "{palette.size.size16}",
|
|
3691
|
-
"contentPaddingRight": "{palette.size.size16}",
|
|
3692
|
-
"contentPaddingTop": "{palette.size.size16}",
|
|
3693
|
-
"contentPanelBackgroundColor": "{palette.color.gallery}",
|
|
3694
|
-
"contentPanelBorderColor": "{palette.color.transparent}",
|
|
3695
|
-
"contentPanelBorderWidth": "{palette.border.none}",
|
|
3696
|
-
"contentPanelFontColor": "{palette.color.black}",
|
|
3697
|
-
"contentPanelFontName": "{palette.fontName.StagSans}",
|
|
3698
|
-
"contentPanelFontSize": "{palette.fontSize.size16}",
|
|
3699
|
-
"contentPanelFontWeight": "{palette.fontWeight.weight700}",
|
|
3700
|
-
"contentPanelLineHeight": "{palette.lineHeight.ratio3to2}",
|
|
3701
|
-
"contentPanelPaddingBottom": "{palette.size.size16}",
|
|
3702
|
-
"contentPanelPaddingLeft": "{palette.size.size24}",
|
|
3703
|
-
"contentPanelPaddingRight": "{palette.size.size24}",
|
|
3704
|
-
"contentPanelPaddingTop": "{palette.size.size16}",
|
|
3705
|
-
"expandDividerColor": "{system.color.none}",
|
|
3706
|
-
"expandDividerWidth": "{system.size.none}",
|
|
3707
|
-
"expandDuration": "{palette.duration.duration300}",
|
|
3708
|
-
"marginBottom": "{palette.size.size8}"
|
|
3709
|
-
}
|
|
3710
|
-
},
|
|
3711
|
-
"Feedback": {
|
|
3712
|
-
"appearances": {
|
|
3713
|
-
"icon": {
|
|
3714
|
-
"type": "variant",
|
|
3715
|
-
"values": [true]
|
|
3716
3453
|
},
|
|
3717
|
-
"validation": "{appearances.Feedback.validation}"
|
|
3718
|
-
},
|
|
3719
|
-
"rules": [
|
|
3720
3454
|
{
|
|
3721
3455
|
"if": {
|
|
3722
|
-
"
|
|
3456
|
+
"quiet": true,
|
|
3457
|
+
"style": "inverse"
|
|
3723
3458
|
},
|
|
3724
3459
|
"tokens": {
|
|
3725
|
-
"
|
|
3460
|
+
"color": "{palette.color.white}",
|
|
3461
|
+
"textLine": "{system.textLine.none}"
|
|
3726
3462
|
}
|
|
3727
3463
|
},
|
|
3728
3464
|
{
|
|
3729
3465
|
"if": {
|
|
3730
|
-
"
|
|
3466
|
+
"focus": true,
|
|
3467
|
+
"quiet": true,
|
|
3468
|
+
"style": "inverse"
|
|
3731
3469
|
},
|
|
3732
3470
|
"tokens": {
|
|
3733
|
-
"
|
|
3471
|
+
"color": "{palette.color.white}",
|
|
3472
|
+
"outerBorderColor": "{palette.color.white}",
|
|
3473
|
+
"textLine": "{system.textLine.none}"
|
|
3734
3474
|
}
|
|
3735
3475
|
},
|
|
3736
3476
|
{
|
|
3737
3477
|
"if": {
|
|
3738
|
-
"
|
|
3739
|
-
"
|
|
3478
|
+
"hover": true,
|
|
3479
|
+
"quiet": true,
|
|
3480
|
+
"style": "inverse"
|
|
3740
3481
|
},
|
|
3741
3482
|
"tokens": {
|
|
3742
|
-
"
|
|
3743
|
-
"
|
|
3744
|
-
"iconColor": "{palette.color.success}"
|
|
3483
|
+
"color": "{palette.color.gallery}",
|
|
3484
|
+
"textLine": "{system.textLine.underline}"
|
|
3745
3485
|
}
|
|
3746
3486
|
},
|
|
3747
3487
|
{
|
|
3748
3488
|
"if": {
|
|
3749
|
-
"
|
|
3750
|
-
"
|
|
3489
|
+
"pressed": true,
|
|
3490
|
+
"quiet": true,
|
|
3491
|
+
"style": "inverse"
|
|
3751
3492
|
},
|
|
3752
3493
|
"tokens": {
|
|
3753
|
-
"
|
|
3754
|
-
|
|
3755
|
-
|
|
3494
|
+
"color": "{palette.color.dove}"
|
|
3495
|
+
}
|
|
3496
|
+
},
|
|
3497
|
+
{
|
|
3498
|
+
"if": {
|
|
3499
|
+
"focus": true,
|
|
3500
|
+
"pressed": true,
|
|
3501
|
+
"quiet": true,
|
|
3502
|
+
"style": "inverse"
|
|
3503
|
+
},
|
|
3504
|
+
"tokens": {
|
|
3505
|
+
"outerBorderColor": "{palette.color.dove}"
|
|
3756
3506
|
}
|
|
3757
3507
|
}
|
|
3758
3508
|
],
|
|
3759
3509
|
"tokens": {
|
|
3760
|
-
"
|
|
3761
|
-
"borderColor": "{palette.color.transparent}",
|
|
3762
|
-
"borderRadius": "{palette.radius.none}",
|
|
3763
|
-
"borderWidth": "{palette.border.none}",
|
|
3510
|
+
"blockLineHeight": "{palette.lineHeight.ratio3to2}",
|
|
3764
3511
|
"color": "{palette.color.black}",
|
|
3765
|
-
"
|
|
3766
|
-
"
|
|
3767
|
-
"
|
|
3768
|
-
"
|
|
3769
|
-
"
|
|
3770
|
-
"
|
|
3771
|
-
"
|
|
3772
|
-
"
|
|
3773
|
-
"paddingBottom": "{palette.size.size12}",
|
|
3774
|
-
"paddingLeft": "{palette.size.size16}",
|
|
3775
|
-
"paddingRight": "{palette.size.size16}",
|
|
3776
|
-
"paddingTop": "{palette.size.size12}",
|
|
3777
|
-
"space": "{system.integer.2}",
|
|
3778
|
-
"titleFontSize": "{palette.fontSize.size16}"
|
|
3512
|
+
"fontSize": "{palette.fontSize.size16}",
|
|
3513
|
+
"iconDisplace": "{palette.size.size0}",
|
|
3514
|
+
"iconSize": "{palette.size.size16}",
|
|
3515
|
+
"iconSpace": "{system.integer.1}",
|
|
3516
|
+
"leftIcon": "{palette.icon.ChevronLeft}",
|
|
3517
|
+
"outerBorderColor": "{palette.color.transparent}",
|
|
3518
|
+
"rightIcon": "{palette.icon.ChevronRight}",
|
|
3519
|
+
"textLine": "{system.textLine.none}"
|
|
3779
3520
|
}
|
|
3780
3521
|
},
|
|
3781
|
-
"
|
|
3522
|
+
"ColourToggle": {
|
|
3782
3523
|
"appearances": {
|
|
3783
|
-
"
|
|
3784
|
-
|
|
3785
|
-
|
|
3786
|
-
}
|
|
3524
|
+
"focus": "{appearances.ColourToggle.focus}",
|
|
3525
|
+
"hover": "{appearances.ColourToggle.hover}",
|
|
3526
|
+
"pressed": "{appearances.ColourToggle.pressed}",
|
|
3527
|
+
"selected": "{appearances.ColourToggle.selected}"
|
|
3787
3528
|
},
|
|
3788
3529
|
"rules": [
|
|
3789
3530
|
{
|
|
3790
3531
|
"if": {
|
|
3791
|
-
"
|
|
3532
|
+
"hover": true
|
|
3792
3533
|
},
|
|
3793
3534
|
"tokens": {
|
|
3794
|
-
"
|
|
3535
|
+
"bubbleBorderColor": "{palette.color.silver}",
|
|
3536
|
+
"bubbleBorderRadius": "{palette.radius.radius45}",
|
|
3537
|
+
"bubbleBorderWidth": "{palette.border.border1}"
|
|
3538
|
+
}
|
|
3539
|
+
},
|
|
3540
|
+
{
|
|
3541
|
+
"if": {
|
|
3542
|
+
"focus": true
|
|
3543
|
+
},
|
|
3544
|
+
"tokens": {
|
|
3545
|
+
"bubbleBorderColor": "{palette.color.purple}",
|
|
3546
|
+
"bubbleBorderRadius": "{palette.radius.radius45}",
|
|
3547
|
+
"bubbleBorderWidth": "{palette.border.border1}"
|
|
3548
|
+
}
|
|
3549
|
+
},
|
|
3550
|
+
{
|
|
3551
|
+
"if": {
|
|
3552
|
+
"pressed": true
|
|
3553
|
+
},
|
|
3554
|
+
"tokens": {
|
|
3555
|
+
"bubbleBorderColor": "{palette.color.mortar}",
|
|
3556
|
+
"bubbleBorderRadius": "{palette.radius.radius45}",
|
|
3557
|
+
"bubbleBorderWidth": "{palette.border.border1}"
|
|
3558
|
+
}
|
|
3559
|
+
},
|
|
3560
|
+
{
|
|
3561
|
+
"if": {
|
|
3562
|
+
"selected": true
|
|
3563
|
+
},
|
|
3564
|
+
"tokens": {
|
|
3565
|
+
"bubbleBorderColor": "{palette.color.black}",
|
|
3566
|
+
"bubbleBorderRadius": "{palette.radius.radius45}",
|
|
3567
|
+
"bubbleBorderWidth": "{palette.border.border1}"
|
|
3795
3568
|
}
|
|
3796
3569
|
}
|
|
3797
3570
|
],
|
|
3798
3571
|
"tokens": {
|
|
3799
|
-
"
|
|
3800
|
-
"
|
|
3801
|
-
"
|
|
3802
|
-
"
|
|
3803
|
-
"
|
|
3804
|
-
"
|
|
3805
|
-
"
|
|
3806
|
-
"
|
|
3807
|
-
"
|
|
3808
|
-
"
|
|
3809
|
-
"
|
|
3810
|
-
|
|
3811
|
-
|
|
3812
|
-
|
|
3813
|
-
|
|
3814
|
-
"rules": [],
|
|
3815
|
-
"tokens": {
|
|
3816
|
-
"buttonBackgroundColor": "{system.color.none}",
|
|
3817
|
-
"buttonBorderColor": "{system.color.none}",
|
|
3818
|
-
"buttonBorderRadius": "{system.radius.none}",
|
|
3819
|
-
"buttonBorderWidth": "{system.border.none}",
|
|
3820
|
-
"buttonHeight": "{system.size.none}",
|
|
3821
|
-
"buttonMinWidth": "{system.size.none}",
|
|
3822
|
-
"buttonTextColor": "{system.color.none}",
|
|
3823
|
-
"buttonWidth": "{system.size.none}",
|
|
3824
|
-
"notificationBackgroundColor": "{system.color.none}",
|
|
3825
|
-
"notificationBorderColor": "{system.color.none}",
|
|
3826
|
-
"notificationBorderRadius": "{system.radius.none}",
|
|
3827
|
-
"notificationDismissButtonGap": "{system.size.none}",
|
|
3828
|
-
"notificationDismissIcon": "{system.icon.none}",
|
|
3829
|
-
"notificationDismissIconColor": "{system.color.none}",
|
|
3830
|
-
"notificationIcon": "{system.icon.none}",
|
|
3831
|
-
"notificationIconColor": "{system.color.none}",
|
|
3832
|
-
"notificationIconGap": "{system.size.none}",
|
|
3833
|
-
"notificationIconSize": "{system.size.none}",
|
|
3834
|
-
"notificationTextColor": "{palette.color.black}"
|
|
3572
|
+
"borderColor": "{palette.color.silver}",
|
|
3573
|
+
"borderRadius": "{palette.radius.radius45}",
|
|
3574
|
+
"borderWidth": "{palette.border.border1}",
|
|
3575
|
+
"bubbleBorderColor": "{palette.color.transparent}",
|
|
3576
|
+
"bubbleBorderRadius": "{palette.radius.none}",
|
|
3577
|
+
"bubbleBorderWidth": "{palette.border.none}",
|
|
3578
|
+
"innerBubbleBorderRadius": "{palette.radius.radius45}",
|
|
3579
|
+
"innerBubbleHeight": "{palette.size.size40}",
|
|
3580
|
+
"innerBubbleWidth": "{palette.size.size40}",
|
|
3581
|
+
"outerBubbleContentAlignItems": "{system.flexAlign.center}",
|
|
3582
|
+
"outerBubbleHeight": "{palette.size.size48}",
|
|
3583
|
+
"outerBubbleJustifyContent": "{system.flexJustifyContent.center}",
|
|
3584
|
+
"outerBubbleWidth": "{palette.size.size48}",
|
|
3585
|
+
"shadow": "{palette.shadow.surfaceInset}",
|
|
3586
|
+
"space": "{system.integer.2}"
|
|
3835
3587
|
}
|
|
3836
3588
|
},
|
|
3837
|
-
"
|
|
3589
|
+
"Countdown": {
|
|
3838
3590
|
"appearances": {
|
|
3591
|
+
"feature": {
|
|
3592
|
+
"type": "variant",
|
|
3593
|
+
"values": [true]
|
|
3594
|
+
},
|
|
3595
|
+
"inverse": {
|
|
3596
|
+
"type": "variant",
|
|
3597
|
+
"values": [true]
|
|
3598
|
+
},
|
|
3599
|
+
"label": {
|
|
3600
|
+
"type": "variant",
|
|
3601
|
+
"values": [true]
|
|
3602
|
+
},
|
|
3603
|
+
"large": {
|
|
3604
|
+
"type": "variant",
|
|
3605
|
+
"values": [true]
|
|
3606
|
+
},
|
|
3839
3607
|
"viewport": "{appearances.system.viewport}"
|
|
3840
3608
|
},
|
|
3841
3609
|
"rules": [
|
|
@@ -3844,79 +3612,867 @@
|
|
|
3844
3612
|
"viewport": ["xs"]
|
|
3845
3613
|
},
|
|
3846
3614
|
"tokens": {
|
|
3847
|
-
"
|
|
3848
|
-
"
|
|
3849
|
-
"
|
|
3850
|
-
"
|
|
3851
|
-
"
|
|
3852
|
-
"footnoteHeaderPaddingLeft": "{palette.size.size16}",
|
|
3853
|
-
"footnoteHeaderPaddingRight": "{palette.size.size4}",
|
|
3854
|
-
"footnoteHeaderPaddingTop": "{palette.size.size16}"
|
|
3615
|
+
"containerPaddingBottomTop": "{palette.size.size16}",
|
|
3616
|
+
"containerPaddingLeftRight": "{palette.size.size24}",
|
|
3617
|
+
"labelFontSize": "{palette.fontSize.size16}",
|
|
3618
|
+
"labelLineHeight": "{palette.lineHeight.ratio3to2}",
|
|
3619
|
+
"textLineHeight": "{palette.lineHeight.ratio3to2}"
|
|
3855
3620
|
}
|
|
3856
3621
|
},
|
|
3857
3622
|
{
|
|
3858
3623
|
"if": {
|
|
3859
|
-
"
|
|
3624
|
+
"feature": true
|
|
3860
3625
|
},
|
|
3861
3626
|
"tokens": {
|
|
3862
|
-
"
|
|
3863
|
-
"
|
|
3864
|
-
"
|
|
3865
|
-
"
|
|
3866
|
-
"
|
|
3867
|
-
"
|
|
3868
|
-
|
|
3869
|
-
|
|
3627
|
+
"containerBorderColor": "{palette.color.black}",
|
|
3628
|
+
"labelBorderColor": "{palette.color.black}",
|
|
3629
|
+
"textFontSize": "{palette.fontSize.size70}",
|
|
3630
|
+
"textLineHeight": "{palette.lineHeight.ratio6to5}",
|
|
3631
|
+
"textTimerFontName": "{palette.fontName.StagSans}",
|
|
3632
|
+
"textTimerFontWeight": "{palette.fontWeight.weight700}"
|
|
3633
|
+
}
|
|
3634
|
+
},
|
|
3635
|
+
{
|
|
3636
|
+
"if": {
|
|
3637
|
+
"large": true
|
|
3638
|
+
},
|
|
3639
|
+
"tokens": {
|
|
3640
|
+
"labelFontName": "{palette.fontName.StagSans}",
|
|
3641
|
+
"labelFontSize": "{palette.fontSize.size16}",
|
|
3642
|
+
"labelFontWeight": "{palette.fontWeight.weight400}",
|
|
3643
|
+
"textFontSize": "{palette.fontSize.size70}",
|
|
3644
|
+
"textLineHeight": "{palette.lineHeight.ratio6to5}",
|
|
3645
|
+
"textTimerFontName": "{palette.fontName.StagSans}",
|
|
3646
|
+
"textTimerFontWeight": "{palette.fontWeight.weight700}"
|
|
3647
|
+
}
|
|
3648
|
+
},
|
|
3649
|
+
{
|
|
3650
|
+
"if": {
|
|
3651
|
+
"large": true,
|
|
3652
|
+
"viewport": ["xs"]
|
|
3653
|
+
},
|
|
3654
|
+
"tokens": {
|
|
3655
|
+
"textFontSize": "{palette.fontSize.size44}",
|
|
3656
|
+
"textLineHeight": "{palette.lineHeight.ratio11to9}"
|
|
3657
|
+
}
|
|
3658
|
+
},
|
|
3659
|
+
{
|
|
3660
|
+
"if": {
|
|
3661
|
+
"feature": true,
|
|
3662
|
+
"viewport": ["xs"]
|
|
3663
|
+
},
|
|
3664
|
+
"tokens": {
|
|
3665
|
+
"textFontSize": "{palette.fontSize.size44}"
|
|
3666
|
+
}
|
|
3667
|
+
},
|
|
3668
|
+
{
|
|
3669
|
+
"if": {
|
|
3670
|
+
"inverse": true
|
|
3671
|
+
},
|
|
3672
|
+
"tokens": {
|
|
3673
|
+
"containerBorderColor": "{palette.color.white}",
|
|
3674
|
+
"labelBorderColor": "{palette.color.white}"
|
|
3870
3675
|
}
|
|
3871
3676
|
}
|
|
3872
3677
|
],
|
|
3873
3678
|
"tokens": {
|
|
3874
|
-
"
|
|
3875
|
-
"
|
|
3876
|
-
"
|
|
3877
|
-
"
|
|
3878
|
-
"
|
|
3879
|
-
"
|
|
3880
|
-
"
|
|
3881
|
-
"
|
|
3882
|
-
"
|
|
3883
|
-
"
|
|
3884
|
-
"
|
|
3885
|
-
"
|
|
3886
|
-
"
|
|
3887
|
-
"
|
|
3888
|
-
"
|
|
3889
|
-
"
|
|
3890
|
-
"
|
|
3891
|
-
"
|
|
3892
|
-
|
|
3893
|
-
|
|
3894
|
-
|
|
3895
|
-
|
|
3896
|
-
"
|
|
3897
|
-
|
|
3898
|
-
|
|
3899
|
-
|
|
3900
|
-
|
|
3901
|
-
|
|
3902
|
-
|
|
3903
|
-
|
|
3904
|
-
|
|
3905
|
-
|
|
3906
|
-
|
|
3907
|
-
|
|
3908
|
-
|
|
3909
|
-
|
|
3910
|
-
|
|
3911
|
-
|
|
3912
|
-
|
|
3913
|
-
|
|
3914
|
-
|
|
3915
|
-
"
|
|
3916
|
-
|
|
3917
|
-
|
|
3918
|
-
|
|
3919
|
-
|
|
3679
|
+
"containerBorderColor": "{palette.color.transparent}",
|
|
3680
|
+
"containerBorderRadius": "{palette.radius.radius6}",
|
|
3681
|
+
"containerBorderWidth": "{palette.border.border2}",
|
|
3682
|
+
"containerGradient": "{system.gradient.none}",
|
|
3683
|
+
"containerInverseBorder": "{palette.border.border2}",
|
|
3684
|
+
"containerInverseBorderColor": "{palette.color.white}",
|
|
3685
|
+
"containerPaddingBottomTop": "{palette.size.size48}",
|
|
3686
|
+
"containerPaddingLeftRight": "{palette.size.size64}",
|
|
3687
|
+
"inverseBorderColor": "{system.color.none}",
|
|
3688
|
+
"labelBorderColor": "{system.color.none}",
|
|
3689
|
+
"labelFontName": "{palette.fontName.StagSans}",
|
|
3690
|
+
"labelFontSize": "{palette.fontSize.size16}",
|
|
3691
|
+
"labelFontWeight": "{palette.fontWeight.weight400}",
|
|
3692
|
+
"labelLineHeight": "{palette.lineHeight.ratio3to2}",
|
|
3693
|
+
"textFontSize": "{palette.fontSize.size16}",
|
|
3694
|
+
"textLineHeight": "{palette.lineHeight.ratio3to2}",
|
|
3695
|
+
"textTimerFontName": "{palette.fontName.StagSans}",
|
|
3696
|
+
"textTimerFontWeight": "{palette.fontWeight.weight400}"
|
|
3697
|
+
}
|
|
3698
|
+
},
|
|
3699
|
+
"DatePicker": {
|
|
3700
|
+
"appearances": {
|
|
3701
|
+
"viewport": "{appearances.system.viewport}"
|
|
3702
|
+
},
|
|
3703
|
+
"rules": [
|
|
3704
|
+
{
|
|
3705
|
+
"if": {
|
|
3706
|
+
"viewport": ["xs"]
|
|
3707
|
+
},
|
|
3708
|
+
"tokens": {
|
|
3709
|
+
"calendarMonthCaptionFontName": "{palette.fontName.StagSans}",
|
|
3710
|
+
"calendarMonthCaptionFontSize": "{palette.fontSize.size14}",
|
|
3711
|
+
"calendarMonthCaptionFontWeight": "{palette.fontWeight.weight600}",
|
|
3712
|
+
"calendarMonthCaptionLineHeight": "{palette.lineHeight.multiply172}"
|
|
3713
|
+
}
|
|
3714
|
+
}
|
|
3715
|
+
],
|
|
3716
|
+
"tokens": {
|
|
3717
|
+
"calendarBackgroundColor": "{palette.color.white}",
|
|
3718
|
+
"calendarDayBlockedCalendarHoverBackground": "{palette.color.gallery}",
|
|
3719
|
+
"calendarDayBlockedCalendarHoverColor": "{palette.color.dove}",
|
|
3720
|
+
"calendarDayDefaultBackgroundColor": "{palette.color.white}",
|
|
3721
|
+
"calendarDayDefaultBorder": "{palette.border.border1}",
|
|
3722
|
+
"calendarDayDefaultBorderColor": "{palette.color.silver}",
|
|
3723
|
+
"calendarDayDefaultCalendarDaySelectedHoverBackground": "{palette.color.white}",
|
|
3724
|
+
"calendarDayDefaultCalendarDaySelectedHoverBeforeBackground": "{palette.color.purple}",
|
|
3725
|
+
"calendarDayDefaultCalendarDaySelectedHoverColor": "{palette.color.white}",
|
|
3726
|
+
"calendarDayDefaultColor": "{palette.color.black}",
|
|
3727
|
+
"calendarDayDefaultFontName": "{palette.fontName.StagSans}",
|
|
3728
|
+
"calendarDayDefaultFontSize": "{palette.fontSize.size14}",
|
|
3729
|
+
"calendarDayDefaultFontWeight": "{palette.fontWeight.weight400}",
|
|
3730
|
+
"calendarDaySelectedDisabledBackground": "{palette.color.gallery}",
|
|
3731
|
+
"calendarDaySelectedDisabledColor": "{palette.color.white}",
|
|
3732
|
+
"calendarDaySelectedDisabledContentBackgroundColor": "{palette.color.silver}",
|
|
3733
|
+
"calendarDaySelectedFocusBeforeBackground": "{palette.color.white}",
|
|
3734
|
+
"calendarDaySelectedHoverBackground": "{palette.color.white}",
|
|
3735
|
+
"calendarDaySelectedHoverBeforeBackground": "{palette.color.white}",
|
|
3736
|
+
"calendarDaySelectedHoverBeforeBorderColor": "{palette.color.purple}",
|
|
3737
|
+
"calendarDaySelectedHoverBorderColor": "{palette.color.silver}",
|
|
3738
|
+
"calendarDaySelectedHoverColor": "{palette.color.black}",
|
|
3739
|
+
"calendarMonthCaptionColor": "{palette.color.black}",
|
|
3740
|
+
"calendarMonthCaptionFontName": "{palette.fontName.StagSans}",
|
|
3741
|
+
"calendarMonthCaptionFontSize": "{palette.fontSize.size20}",
|
|
3742
|
+
"calendarMonthCaptionFontWeight": "{palette.fontWeight.weight700}",
|
|
3743
|
+
"calendarMonthCaptionLineHeight": "{palette.lineHeight.ratio6to5}",
|
|
3744
|
+
"calendarMonthCaptionPaddingBottom": "{palette.size.size48}",
|
|
3745
|
+
"dateInputStrokeColor": "{palette.color.dove}",
|
|
3746
|
+
"dayPickerNavigationButtonPadding": "{palette.size.size12}",
|
|
3747
|
+
"dayPickerWeekHeaderColor": "{palette.color.black}",
|
|
3748
|
+
"dayPickerWeekHeaderFontName": "{palette.fontName.StagSans}",
|
|
3749
|
+
"dayPickerWeekHeaderFontWeight": "{palette.fontWeight.weight700}",
|
|
3750
|
+
"dayPickerWeekHeaderLineHeight": "{palette.lineHeight.ratio8to7}",
|
|
3751
|
+
"dayPickerWeekHeaderSmall": "{palette.fontSize.size14}",
|
|
3752
|
+
"hiddenInputFieldContainerHeight": "{palette.size.size0}",
|
|
3753
|
+
"hiddenInputFieldContainerWidth": "{palette.size.size0}",
|
|
3754
|
+
"invalidInputMixin": "{system.color.none}",
|
|
3755
|
+
"nextIcon": "{palette.icon.ChevronRight}",
|
|
3756
|
+
"previousIcon": "{palette.icon.ChevronLeft}",
|
|
3757
|
+
"singleDatePickerBorderColor": "{palette.color.dove}",
|
|
3758
|
+
"singleDatePickerLeftRight": "{palette.size.size16}",
|
|
3759
|
+
"singleDatePickerPaddingTopBottom": "{palette.size.size8}",
|
|
3760
|
+
"singleDatePickerRadius": "{palette.radius.radius4}",
|
|
3761
|
+
"validInputMixin": "{system.color.none}"
|
|
3762
|
+
}
|
|
3763
|
+
},
|
|
3764
|
+
"Disclaimer": {
|
|
3765
|
+
"appearances": {},
|
|
3766
|
+
"rules": [],
|
|
3767
|
+
"tokens": {
|
|
3768
|
+
"color": "{palette.color.black}",
|
|
3769
|
+
"fontName": "{palette.fontName.StagSans}",
|
|
3770
|
+
"fontSize": "{palette.fontSize.size12}",
|
|
3771
|
+
"fontWeight": "{palette.fontWeight.weight400}",
|
|
3772
|
+
"lineHeight": "{palette.lineHeight.ratio4to3}"
|
|
3773
|
+
}
|
|
3774
|
+
},
|
|
3775
|
+
"Divider": {
|
|
3776
|
+
"appearances": {
|
|
3777
|
+
"decorative": {
|
|
3778
|
+
"description": "Use a decorative divider to highlight an element. Non-decorative dividers are for clearly identifying separation of content.",
|
|
3779
|
+
"type": "variant",
|
|
3780
|
+
"values": [true]
|
|
3781
|
+
},
|
|
3782
|
+
"inverse": {
|
|
3783
|
+
"type": "variant",
|
|
3784
|
+
"values": [true]
|
|
3785
|
+
},
|
|
3786
|
+
"weight": {
|
|
3787
|
+
"type": "variant",
|
|
3788
|
+
"values": ["thick"]
|
|
3789
|
+
}
|
|
3790
|
+
},
|
|
3791
|
+
"rules": [
|
|
3792
|
+
{
|
|
3793
|
+
"if": {
|
|
3794
|
+
"weight": "thick"
|
|
3795
|
+
},
|
|
3796
|
+
"tokens": {
|
|
3797
|
+
"width": "{palette.size.size2}"
|
|
3798
|
+
}
|
|
3799
|
+
},
|
|
3800
|
+
{
|
|
3801
|
+
"if": {
|
|
3802
|
+
"decorative": true
|
|
3803
|
+
},
|
|
3804
|
+
"tokens": {
|
|
3805
|
+
"color": "{palette.color.black}"
|
|
3806
|
+
}
|
|
3807
|
+
},
|
|
3808
|
+
{
|
|
3809
|
+
"if": {
|
|
3810
|
+
"decorative": true,
|
|
3811
|
+
"weight": "thick"
|
|
3812
|
+
},
|
|
3813
|
+
"tokens": {
|
|
3814
|
+
"color": "{palette.color.black}",
|
|
3815
|
+
"width": "{palette.size.size2}"
|
|
3816
|
+
}
|
|
3817
|
+
},
|
|
3818
|
+
{
|
|
3819
|
+
"if": {
|
|
3820
|
+
"inverse": true
|
|
3821
|
+
},
|
|
3822
|
+
"tokens": {
|
|
3823
|
+
"color": "{palette.color.white}"
|
|
3824
|
+
}
|
|
3825
|
+
},
|
|
3826
|
+
{
|
|
3827
|
+
"if": {
|
|
3828
|
+
"inverse": true,
|
|
3829
|
+
"weight": "thick"
|
|
3830
|
+
},
|
|
3831
|
+
"tokens": {
|
|
3832
|
+
"color": "{palette.color.white}",
|
|
3833
|
+
"width": "{palette.size.size2}"
|
|
3834
|
+
}
|
|
3835
|
+
}
|
|
3836
|
+
],
|
|
3837
|
+
"tokens": {
|
|
3838
|
+
"color": "{palette.color.silver}",
|
|
3839
|
+
"width": "{palette.size.size1}"
|
|
3840
|
+
}
|
|
3841
|
+
},
|
|
3842
|
+
"DownloadApp": {
|
|
3843
|
+
"appearances": {
|
|
3844
|
+
"focus": "{appearances.DownloadApp.focus}",
|
|
3845
|
+
"hover": "{appearances.DownloadApp.hover}",
|
|
3846
|
+
"pressed": "{appearances.DownloadApp.pressed}"
|
|
3847
|
+
},
|
|
3848
|
+
"rules": [
|
|
3849
|
+
{
|
|
3850
|
+
"if": {
|
|
3851
|
+
"focus": true
|
|
3852
|
+
},
|
|
3853
|
+
"tokens": {
|
|
3854
|
+
"borderColor": "{palette.color.black}",
|
|
3855
|
+
"borderRadius": "{palette.radius.radius4}"
|
|
3856
|
+
}
|
|
3857
|
+
},
|
|
3858
|
+
{
|
|
3859
|
+
"if": {
|
|
3860
|
+
"hover": true
|
|
3861
|
+
},
|
|
3862
|
+
"tokens": {
|
|
3863
|
+
"borderColor": "{palette.color.dove}",
|
|
3864
|
+
"borderRadius": "{palette.radius.radius4}"
|
|
3865
|
+
}
|
|
3866
|
+
},
|
|
3867
|
+
{
|
|
3868
|
+
"if": {
|
|
3869
|
+
"pressed": true
|
|
3870
|
+
},
|
|
3871
|
+
"tokens": {
|
|
3872
|
+
"borderColor": "{palette.color.dove}",
|
|
3873
|
+
"borderRadius": "{palette.radius.radius4}"
|
|
3874
|
+
}
|
|
3875
|
+
},
|
|
3876
|
+
{
|
|
3877
|
+
"if": {
|
|
3878
|
+
"focus": true,
|
|
3879
|
+
"pressed": true
|
|
3880
|
+
},
|
|
3881
|
+
"tokens": {
|
|
3882
|
+
"borderColor": "{palette.color.dove}",
|
|
3883
|
+
"borderRadius": "{palette.radius.radius4}"
|
|
3884
|
+
}
|
|
3885
|
+
}
|
|
3886
|
+
],
|
|
3887
|
+
"tokens": {
|
|
3888
|
+
"androidENIcon": "{palette.icon.AndroidEN}",
|
|
3889
|
+
"androidFRIcon": "{palette.icon.AndroidFR}",
|
|
3890
|
+
"borderColor": "{palette.color.transparent}",
|
|
3891
|
+
"borderGap": "{palette.size.size2}",
|
|
3892
|
+
"borderRadius": "{palette.radius.none}",
|
|
3893
|
+
"borderWidth": "{palette.border.border1}",
|
|
3894
|
+
"iosENIcon": "{palette.icon.IOSEN}",
|
|
3895
|
+
"iosFRIcon": "{palette.icon.IOSFR}",
|
|
3896
|
+
"padding": "{palette.size.size1}"
|
|
3897
|
+
}
|
|
3898
|
+
},
|
|
3899
|
+
"ExpandCollapse": {
|
|
3900
|
+
"appearances": {},
|
|
3901
|
+
"rules": [],
|
|
3902
|
+
"tokens": {
|
|
3903
|
+
"borderColor": "{palette.color.transparent}",
|
|
3904
|
+
"borderStyle": "{system.borderStyle.solid}",
|
|
3905
|
+
"borderWidth": "{system.border.zero}"
|
|
3906
|
+
}
|
|
3907
|
+
},
|
|
3908
|
+
"ExpandCollapseControl": {
|
|
3909
|
+
"appearances": {
|
|
3910
|
+
"compact": {
|
|
3911
|
+
"type": "variant",
|
|
3912
|
+
"values": [true]
|
|
3913
|
+
},
|
|
3914
|
+
"expanded": "{appearances.ExpandCollapseControl.expanded}",
|
|
3915
|
+
"focus": "{appearances.ExpandCollapseControl.focus}",
|
|
3916
|
+
"hover": "{appearances.ExpandCollapseControl.hover}",
|
|
3917
|
+
"mini": {
|
|
3918
|
+
"type": "variant",
|
|
3919
|
+
"values": [true]
|
|
3920
|
+
},
|
|
3921
|
+
"pressed": "{appearances.ExpandCollapseControl.pressed}"
|
|
3922
|
+
},
|
|
3923
|
+
"rules": [
|
|
3924
|
+
{
|
|
3925
|
+
"if": {
|
|
3926
|
+
"mini": true
|
|
3927
|
+
},
|
|
3928
|
+
"tokens": {
|
|
3929
|
+
"borderColor": "{palette.color.transparent}",
|
|
3930
|
+
"borderWidth": "{system.border.none}",
|
|
3931
|
+
"icon": "{palette.icon.ChevronDown}",
|
|
3932
|
+
"iconColor": "{palette.color.black}",
|
|
3933
|
+
"iconGap": "{palette.size.size8}",
|
|
3934
|
+
"iconPaddingTop": "{palette.size.size4}",
|
|
3935
|
+
"iconPosition": "{system.position.left}",
|
|
3936
|
+
"iconSize": "{palette.size.size16}",
|
|
3937
|
+
"justifyContent": "{system.flexJustifyContent.flexStart}",
|
|
3938
|
+
"paddingBottom": "{palette.size.size0}",
|
|
3939
|
+
"paddingLeft": "{palette.size.size0}",
|
|
3940
|
+
"paddingRight": "{palette.size.size0}",
|
|
3941
|
+
"paddingTop": "{palette.size.size0}",
|
|
3942
|
+
"verticalAlign": "{system.verticalAlign.middle}"
|
|
3943
|
+
}
|
|
3944
|
+
},
|
|
3945
|
+
{
|
|
3946
|
+
"if": {
|
|
3947
|
+
"expanded": true
|
|
3948
|
+
},
|
|
3949
|
+
"tokens": {
|
|
3950
|
+
"icon": "{palette.icon.ChevronUp}"
|
|
3951
|
+
}
|
|
3952
|
+
},
|
|
3953
|
+
{
|
|
3954
|
+
"if": {
|
|
3955
|
+
"focus": true
|
|
3956
|
+
},
|
|
3957
|
+
"tokens": {
|
|
3958
|
+
"borderBottomLeftRadius": "{palette.radius.radius4}",
|
|
3959
|
+
"borderBottomRightRadius": "{palette.radius.radius4}",
|
|
3960
|
+
"borderColor": "{palette.color.black}",
|
|
3961
|
+
"borderTopLeftRadius": "{palette.radius.radius4}",
|
|
3962
|
+
"borderTopRightRadius": "{palette.radius.radius4}",
|
|
3963
|
+
"borderWidth": "{palette.border.border2}"
|
|
3964
|
+
}
|
|
3965
|
+
},
|
|
3966
|
+
{
|
|
3967
|
+
"if": {
|
|
3968
|
+
"focus": true,
|
|
3969
|
+
"mini": true
|
|
3970
|
+
},
|
|
3971
|
+
"tokens": {
|
|
3972
|
+
"borderBottomLeftRadius": "{palette.radius.radius4}",
|
|
3973
|
+
"borderBottomRightRadius": "{palette.radius.radius4}",
|
|
3974
|
+
"borderColor": "{palette.color.black}",
|
|
3975
|
+
"borderTopLeftRadius": "{palette.radius.radius4}",
|
|
3976
|
+
"borderTopRightRadius": "{palette.radius.radius4}",
|
|
3977
|
+
"borderWidth": "{system.border.none}"
|
|
3978
|
+
}
|
|
3979
|
+
},
|
|
3980
|
+
{
|
|
3981
|
+
"if": {
|
|
3982
|
+
"hover": true
|
|
3983
|
+
},
|
|
3984
|
+
"tokens": {
|
|
3985
|
+
"backgroundColor": "{palette.color.dark10}",
|
|
3986
|
+
"iconPaddingTop": "{palette.size.size8}"
|
|
3987
|
+
}
|
|
3988
|
+
},
|
|
3989
|
+
{
|
|
3990
|
+
"if": {
|
|
3991
|
+
"expanded": true,
|
|
3992
|
+
"hover": true
|
|
3993
|
+
},
|
|
3994
|
+
"tokens": {
|
|
3995
|
+
"backgroundColor": "{palette.color.dark10}",
|
|
3996
|
+
"iconPaddingTop": "{palette.size.size0}"
|
|
3997
|
+
}
|
|
3998
|
+
},
|
|
3999
|
+
{
|
|
4000
|
+
"if": {
|
|
4001
|
+
"pressed": true
|
|
4002
|
+
},
|
|
4003
|
+
"tokens": {
|
|
4004
|
+
"backgroundColor": "{palette.color.dark20}"
|
|
4005
|
+
}
|
|
4006
|
+
},
|
|
4007
|
+
{
|
|
4008
|
+
"if": {
|
|
4009
|
+
"focus": true,
|
|
4010
|
+
"pressed": true
|
|
4011
|
+
},
|
|
4012
|
+
"tokens": {
|
|
4013
|
+
"backgroundColor": "{palette.color.dark20}",
|
|
4014
|
+
"borderBottomLeftRadius": "{palette.radius.radius4}",
|
|
4015
|
+
"borderBottomRightRadius": "{palette.radius.radius4}",
|
|
4016
|
+
"borderColor": "{palette.color.black}",
|
|
4017
|
+
"borderTopLeftRadius": "{palette.radius.radius4}",
|
|
4018
|
+
"borderTopRightRadius": "{palette.radius.radius4}",
|
|
4019
|
+
"borderWidth": "{palette.border.border2}"
|
|
4020
|
+
}
|
|
4021
|
+
},
|
|
4022
|
+
{
|
|
4023
|
+
"if": {
|
|
4024
|
+
"focus": true,
|
|
4025
|
+
"mini": true,
|
|
4026
|
+
"pressed": true
|
|
4027
|
+
},
|
|
4028
|
+
"tokens": {
|
|
4029
|
+
"backgroundColor": "{palette.color.dark20}",
|
|
4030
|
+
"borderBottomLeftRadius": "{palette.radius.radius4}",
|
|
4031
|
+
"borderBottomRightRadius": "{palette.radius.radius4}",
|
|
4032
|
+
"borderColor": "{palette.color.black}",
|
|
4033
|
+
"borderTopLeftRadius": "{palette.radius.radius4}",
|
|
4034
|
+
"borderTopRightRadius": "{palette.radius.radius4}",
|
|
4035
|
+
"borderWidth": "{system.border.none}"
|
|
4036
|
+
}
|
|
4037
|
+
},
|
|
4038
|
+
{
|
|
4039
|
+
"if": {
|
|
4040
|
+
"compact": true
|
|
4041
|
+
},
|
|
4042
|
+
"tokens": {}
|
|
4043
|
+
}
|
|
4044
|
+
],
|
|
4045
|
+
"tokens": {
|
|
4046
|
+
"backgroundColor": "{palette.color.transparent}",
|
|
4047
|
+
"borderBottomLeftRadius": "{system.radius.zero}",
|
|
4048
|
+
"borderBottomRightRadius": "{system.radius.zero}",
|
|
4049
|
+
"borderColor": "{palette.color.transparent}",
|
|
4050
|
+
"borderTopLeftRadius": "{system.radius.zero}",
|
|
4051
|
+
"borderTopRightRadius": "{system.radius.zero}",
|
|
4052
|
+
"borderWidth": "{palette.border.border2}",
|
|
4053
|
+
"icon": "{palette.icon.ChevronDown}",
|
|
4054
|
+
"iconColor": "{palette.color.black}",
|
|
4055
|
+
"iconGap": "{palette.size.size8}",
|
|
4056
|
+
"iconPaddingTop": "{palette.size.size4}",
|
|
4057
|
+
"iconPosition": "{system.position.right}",
|
|
4058
|
+
"iconSize": "{palette.size.size16}",
|
|
4059
|
+
"justifyContent": "{system.flexJustifyContent.spaceBetween}",
|
|
4060
|
+
"paddingBottom": "{palette.size.size14}",
|
|
4061
|
+
"paddingLeft": "{palette.size.size22}",
|
|
4062
|
+
"paddingRight": "{palette.size.size22}",
|
|
4063
|
+
"paddingTop": "{palette.size.size14}",
|
|
4064
|
+
"textLine": "{system.textLine.none}",
|
|
4065
|
+
"verticalAlign": "{system.verticalAlign.middle}"
|
|
4066
|
+
}
|
|
4067
|
+
},
|
|
4068
|
+
"ExpandCollapseMini": {
|
|
4069
|
+
"appearances": {},
|
|
4070
|
+
"rules": [],
|
|
4071
|
+
"tokens": {
|
|
4072
|
+
"borderWidth": "{palette.border.none}"
|
|
4073
|
+
}
|
|
4074
|
+
},
|
|
4075
|
+
"ExpandCollapseMiniControl": {
|
|
4076
|
+
"appearances": {
|
|
4077
|
+
"alternative": {
|
|
4078
|
+
"description": "Replaces the default green colour with black",
|
|
4079
|
+
"type": "variant",
|
|
4080
|
+
"values": [true]
|
|
4081
|
+
},
|
|
4082
|
+
"expanded": "{appearances.ExpandCollapseControl.expanded}",
|
|
4083
|
+
"inverse": {
|
|
4084
|
+
"description": "Replaces the default green colour with white. Useful for dark backgrounds.",
|
|
4085
|
+
"type": "variant",
|
|
4086
|
+
"values": [true]
|
|
4087
|
+
},
|
|
4088
|
+
"quiet": {
|
|
4089
|
+
"description": "When it is true, it does not show the decoration",
|
|
4090
|
+
"type": "state",
|
|
4091
|
+
"values": [true, false]
|
|
4092
|
+
},
|
|
4093
|
+
"size": {
|
|
4094
|
+
"type": "variant",
|
|
4095
|
+
"values": ["micro", "small", "large"]
|
|
4096
|
+
}
|
|
4097
|
+
},
|
|
4098
|
+
"rules": [
|
|
4099
|
+
{
|
|
4100
|
+
"if": {
|
|
4101
|
+
"expanded": true
|
|
4102
|
+
},
|
|
4103
|
+
"tokens": {
|
|
4104
|
+
"icon": "{palette.icon.ChevronUp}"
|
|
4105
|
+
}
|
|
4106
|
+
},
|
|
4107
|
+
{
|
|
4108
|
+
"if": {
|
|
4109
|
+
"alternative": true
|
|
4110
|
+
},
|
|
4111
|
+
"tokens": {
|
|
4112
|
+
"color": "{palette.color.dove}"
|
|
4113
|
+
}
|
|
4114
|
+
},
|
|
4115
|
+
{
|
|
4116
|
+
"if": {
|
|
4117
|
+
"inverse": true
|
|
4118
|
+
},
|
|
4119
|
+
"tokens": {
|
|
4120
|
+
"color": "{palette.color.white}",
|
|
4121
|
+
"iconColor": "{palette.color.white}"
|
|
4122
|
+
}
|
|
4123
|
+
},
|
|
4124
|
+
{
|
|
4125
|
+
"if": {
|
|
4126
|
+
"size": "micro"
|
|
4127
|
+
},
|
|
4128
|
+
"tokens": {
|
|
4129
|
+
"fontSize": "{palette.fontSize.size12}",
|
|
4130
|
+
"iconSize": "{palette.size.size16}",
|
|
4131
|
+
"lineHeight": "{palette.lineHeight.ratio4to3}"
|
|
4132
|
+
}
|
|
4133
|
+
},
|
|
4134
|
+
{
|
|
4135
|
+
"if": {
|
|
4136
|
+
"size": "small"
|
|
4137
|
+
},
|
|
4138
|
+
"tokens": {
|
|
4139
|
+
"fontSize": "{palette.fontSize.size14}",
|
|
4140
|
+
"iconSize": "{palette.size.size16}",
|
|
4141
|
+
"lineHeight": "{palette.lineHeight.ratio10to7}"
|
|
4142
|
+
}
|
|
4143
|
+
},
|
|
4144
|
+
{
|
|
4145
|
+
"if": {
|
|
4146
|
+
"size": "large"
|
|
4147
|
+
},
|
|
4148
|
+
"tokens": {
|
|
4149
|
+
"fontSize": "{palette.fontSize.size20}",
|
|
4150
|
+
"lineHeight": "{palette.lineHeight.ratio7to5}"
|
|
4151
|
+
}
|
|
4152
|
+
},
|
|
4153
|
+
{
|
|
4154
|
+
"if": {
|
|
4155
|
+
"quiet": true
|
|
4156
|
+
},
|
|
4157
|
+
"tokens": {
|
|
4158
|
+
"textLine": "{system.textLine.none}"
|
|
4159
|
+
}
|
|
4160
|
+
},
|
|
4161
|
+
{
|
|
4162
|
+
"if": {
|
|
4163
|
+
"alternative": true,
|
|
4164
|
+
"quiet": true
|
|
4165
|
+
},
|
|
4166
|
+
"tokens": {
|
|
4167
|
+
"color": "{palette.color.dove}",
|
|
4168
|
+
"textLine": "{system.textLine.none}"
|
|
4169
|
+
}
|
|
4170
|
+
},
|
|
4171
|
+
{
|
|
4172
|
+
"if": {
|
|
4173
|
+
"inverse": true,
|
|
4174
|
+
"quiet": true
|
|
4175
|
+
},
|
|
4176
|
+
"tokens": {
|
|
4177
|
+
"color": "{palette.color.white}",
|
|
4178
|
+
"iconColor": "{palette.color.white}",
|
|
4179
|
+
"textLine": "{system.textLine.none}"
|
|
4180
|
+
}
|
|
4181
|
+
}
|
|
4182
|
+
],
|
|
4183
|
+
"tokens": {
|
|
4184
|
+
"borderColor": "{palette.color.transparent}",
|
|
4185
|
+
"borderWidth": "{system.border.zero}",
|
|
4186
|
+
"color": "{palette.color.black}",
|
|
4187
|
+
"fontSize": "{palette.fontSize.size16}",
|
|
4188
|
+
"icon": "{palette.icon.ChevronDown}",
|
|
4189
|
+
"iconColor": "{palette.color.black}",
|
|
4190
|
+
"iconGap": "{palette.size.size8}",
|
|
4191
|
+
"iconPaddingTop": "{palette.size.size4}",
|
|
4192
|
+
"iconPosition": "{system.position.left}",
|
|
4193
|
+
"iconSize": "{palette.size.size16}",
|
|
4194
|
+
"justifyContent": "{system.flexJustifyContent.flexStart}",
|
|
4195
|
+
"lineHeight": "{palette.lineHeight.ratio3to2}",
|
|
4196
|
+
"paddingBottom": "{palette.size.size0}",
|
|
4197
|
+
"paddingLeft": "{palette.size.size0}",
|
|
4198
|
+
"paddingRight": "{palette.size.size0}",
|
|
4199
|
+
"paddingTop": "{palette.size.size0}",
|
|
4200
|
+
"size": "{palette.size.size4}",
|
|
4201
|
+
"textLine": "{system.textLine.none}",
|
|
4202
|
+
"verticalAlign": "{system.verticalAlign.middle}"
|
|
4203
|
+
}
|
|
4204
|
+
},
|
|
4205
|
+
"ExpandCollapsePanel": {
|
|
4206
|
+
"appearances": {
|
|
4207
|
+
"compact": {
|
|
4208
|
+
"type": "variant",
|
|
4209
|
+
"values": [true]
|
|
4210
|
+
},
|
|
4211
|
+
"mini": {
|
|
4212
|
+
"type": "variant",
|
|
4213
|
+
"values": [true]
|
|
4214
|
+
}
|
|
4215
|
+
},
|
|
4216
|
+
"rules": [
|
|
4217
|
+
{
|
|
4218
|
+
"if": {
|
|
4219
|
+
"compact": true
|
|
4220
|
+
},
|
|
4221
|
+
"tokens": {}
|
|
4222
|
+
},
|
|
4223
|
+
{
|
|
4224
|
+
"if": {
|
|
4225
|
+
"mini": true
|
|
4226
|
+
},
|
|
4227
|
+
"tokens": {
|
|
4228
|
+
"borderColor": "{palette.color.transparent}",
|
|
4229
|
+
"contentPaddingBottom": "{palette.size.size0}",
|
|
4230
|
+
"contentPaddingLeft": "{palette.size.size0}",
|
|
4231
|
+
"contentPaddingRight": "{palette.size.size0}",
|
|
4232
|
+
"contentPaddingTop": "{palette.size.size0}",
|
|
4233
|
+
"contentPanelBackgroundColor": "{palette.color.transparent}",
|
|
4234
|
+
"contentPanelPaddingBottom": "{palette.size.size0}",
|
|
4235
|
+
"contentPanelPaddingTop": "{palette.size.size0}",
|
|
4236
|
+
"marginBottom": "{palette.size.size0}"
|
|
4237
|
+
}
|
|
4238
|
+
}
|
|
4239
|
+
],
|
|
4240
|
+
"tokens": {
|
|
4241
|
+
"borderColor": "{palette.color.gallery}",
|
|
4242
|
+
"borderRadius": "{palette.radius.radius4}",
|
|
4243
|
+
"borderWidth": "{palette.border.border1}",
|
|
4244
|
+
"collapseDuration": "{palette.duration.duration250}",
|
|
4245
|
+
"contentPaddingBottom": "{palette.size.size16}",
|
|
4246
|
+
"contentPaddingLeft": "{palette.size.size16}",
|
|
4247
|
+
"contentPaddingRight": "{palette.size.size16}",
|
|
4248
|
+
"contentPaddingTop": "{palette.size.size16}",
|
|
4249
|
+
"contentPanelBackgroundColor": "{palette.color.gallery}",
|
|
4250
|
+
"contentPanelBorderColor": "{palette.color.transparent}",
|
|
4251
|
+
"contentPanelBorderWidth": "{palette.border.none}",
|
|
4252
|
+
"contentPanelFontColor": "{palette.color.black}",
|
|
4253
|
+
"contentPanelFontName": "{palette.fontName.StagSans}",
|
|
4254
|
+
"contentPanelFontSize": "{palette.fontSize.size16}",
|
|
4255
|
+
"contentPanelFontWeight": "{palette.fontWeight.weight700}",
|
|
4256
|
+
"contentPanelLineHeight": "{palette.lineHeight.ratio3to2}",
|
|
4257
|
+
"contentPanelPaddingBottom": "{palette.size.size16}",
|
|
4258
|
+
"contentPanelPaddingLeft": "{palette.size.size24}",
|
|
4259
|
+
"contentPanelPaddingRight": "{palette.size.size24}",
|
|
4260
|
+
"contentPanelPaddingTop": "{palette.size.size16}",
|
|
4261
|
+
"expandDividerColor": "{system.color.none}",
|
|
4262
|
+
"expandDividerWidth": "{system.size.none}",
|
|
4263
|
+
"expandDuration": "{palette.duration.duration300}",
|
|
4264
|
+
"marginBottom": "{palette.size.size8}"
|
|
4265
|
+
}
|
|
4266
|
+
},
|
|
4267
|
+
"Feedback": {
|
|
4268
|
+
"appearances": {
|
|
4269
|
+
"icon": {
|
|
4270
|
+
"type": "variant",
|
|
4271
|
+
"values": [true]
|
|
4272
|
+
},
|
|
4273
|
+
"validation": "{appearances.Feedback.validation}"
|
|
4274
|
+
},
|
|
4275
|
+
"rules": [
|
|
4276
|
+
{
|
|
4277
|
+
"if": {
|
|
4278
|
+
"validation": "error"
|
|
4279
|
+
},
|
|
4280
|
+
"tokens": {
|
|
4281
|
+
"backgroundColor": "{palette.color.dangerLight}"
|
|
4282
|
+
}
|
|
4283
|
+
},
|
|
4284
|
+
{
|
|
4285
|
+
"if": {
|
|
4286
|
+
"validation": "success"
|
|
4287
|
+
},
|
|
4288
|
+
"tokens": {
|
|
4289
|
+
"backgroundColor": "{palette.color.successLight}"
|
|
4290
|
+
}
|
|
4291
|
+
},
|
|
4292
|
+
{
|
|
4293
|
+
"if": {
|
|
4294
|
+
"icon": true,
|
|
4295
|
+
"validation": "success"
|
|
4296
|
+
},
|
|
4297
|
+
"tokens": {
|
|
4298
|
+
"backgroundColor": "{palette.color.successLight}",
|
|
4299
|
+
"icon": "{palette.icon.CheckCircleFilled}",
|
|
4300
|
+
"iconColor": "{palette.color.success}"
|
|
4301
|
+
}
|
|
4302
|
+
},
|
|
4303
|
+
{
|
|
4304
|
+
"if": {
|
|
4305
|
+
"icon": true,
|
|
4306
|
+
"validation": "error"
|
|
4307
|
+
},
|
|
4308
|
+
"tokens": {
|
|
4309
|
+
"backgroundColor": "{palette.color.dangerLight}",
|
|
4310
|
+
"icon": "{palette.icon.ExclamationOctagon}",
|
|
4311
|
+
"iconColor": "{palette.color.danger}"
|
|
4312
|
+
}
|
|
4313
|
+
}
|
|
4314
|
+
],
|
|
4315
|
+
"tokens": {
|
|
4316
|
+
"backgroundColor": "{palette.color.gallery}",
|
|
4317
|
+
"borderColor": "{palette.color.transparent}",
|
|
4318
|
+
"borderRadius": "{palette.radius.none}",
|
|
4319
|
+
"borderWidth": "{palette.border.none}",
|
|
4320
|
+
"color": "{palette.color.black}",
|
|
4321
|
+
"contentFontSize": "{palette.fontSize.size16}",
|
|
4322
|
+
"fontName": "{palette.fontName.StagSans}",
|
|
4323
|
+
"fontWeight": "{palette.fontWeight.weight400}",
|
|
4324
|
+
"icon": "{system.icon.none}",
|
|
4325
|
+
"iconColor": "{palette.color.transparent}",
|
|
4326
|
+
"iconGap": "{palette.size.size8}",
|
|
4327
|
+
"iconSize": "{palette.size.size20}",
|
|
4328
|
+
"lineHeight": "{palette.lineHeight.multiply150}",
|
|
4329
|
+
"paddingBottom": "{palette.size.size12}",
|
|
4330
|
+
"paddingLeft": "{palette.size.size16}",
|
|
4331
|
+
"paddingRight": "{palette.size.size16}",
|
|
4332
|
+
"paddingTop": "{palette.size.size12}",
|
|
4333
|
+
"space": "{system.integer.2}",
|
|
4334
|
+
"titleFontSize": "{palette.fontSize.size16}"
|
|
4335
|
+
}
|
|
4336
|
+
},
|
|
4337
|
+
"Fieldset": {
|
|
4338
|
+
"appearances": {
|
|
4339
|
+
"error": {
|
|
4340
|
+
"type": "variant",
|
|
4341
|
+
"values": [true]
|
|
4342
|
+
}
|
|
4343
|
+
},
|
|
4344
|
+
"rules": [
|
|
4345
|
+
{
|
|
4346
|
+
"if": {
|
|
4347
|
+
"error": true
|
|
4348
|
+
},
|
|
4349
|
+
"tokens": {
|
|
4350
|
+
"outlineColor": "{palette.color.amaranth}"
|
|
4351
|
+
}
|
|
4352
|
+
}
|
|
4353
|
+
],
|
|
4354
|
+
"tokens": {
|
|
4355
|
+
"borderBottomLeftRadius": "{system.radius.zero}",
|
|
4356
|
+
"borderBottomRightRadius": "{system.radius.zero}",
|
|
4357
|
+
"borderTopLeftRadius": "{system.radius.zero}",
|
|
4358
|
+
"borderTopRightRadius": "{system.radius.zero}",
|
|
4359
|
+
"outlineColor": "{palette.color.transparent}",
|
|
4360
|
+
"outlineOffset": "{system.size.none}",
|
|
4361
|
+
"outlineWidth": "{system.border.zero}",
|
|
4362
|
+
"paddingBottom": "{system.size.zero}",
|
|
4363
|
+
"paddingLeft": "{system.size.zero}",
|
|
4364
|
+
"paddingRight": "{system.size.zero}",
|
|
4365
|
+
"paddingTop": "{system.size.zero}"
|
|
4366
|
+
}
|
|
4367
|
+
},
|
|
4368
|
+
"FileUpload": {
|
|
4369
|
+
"appearances": {},
|
|
4370
|
+
"rules": [],
|
|
4371
|
+
"tokens": {
|
|
4372
|
+
"buttonBackgroundColor": "{system.color.none}",
|
|
4373
|
+
"buttonBorderColor": "{system.color.none}",
|
|
4374
|
+
"buttonBorderRadius": "{system.radius.none}",
|
|
4375
|
+
"buttonBorderWidth": "{system.border.none}",
|
|
4376
|
+
"buttonHeight": "{system.size.none}",
|
|
4377
|
+
"buttonMinWidth": "{system.size.none}",
|
|
4378
|
+
"buttonTextColor": "{system.color.none}",
|
|
4379
|
+
"buttonWidth": "{system.size.none}",
|
|
4380
|
+
"notificationBackgroundColor": "{system.color.none}",
|
|
4381
|
+
"notificationBorderColor": "{system.color.none}",
|
|
4382
|
+
"notificationBorderRadius": "{system.radius.none}",
|
|
4383
|
+
"notificationDismissButtonGap": "{system.size.none}",
|
|
4384
|
+
"notificationDismissIcon": "{system.icon.none}",
|
|
4385
|
+
"notificationDismissIconColor": "{system.color.none}",
|
|
4386
|
+
"notificationIcon": "{system.icon.none}",
|
|
4387
|
+
"notificationIconColor": "{system.color.none}",
|
|
4388
|
+
"notificationIconGap": "{system.size.none}",
|
|
4389
|
+
"notificationIconSize": "{system.size.none}",
|
|
4390
|
+
"notificationTextColor": "{palette.color.black}"
|
|
4391
|
+
}
|
|
4392
|
+
},
|
|
4393
|
+
"Footnote": {
|
|
4394
|
+
"appearances": {
|
|
4395
|
+
"viewport": "{appearances.system.viewport}"
|
|
4396
|
+
},
|
|
4397
|
+
"rules": [
|
|
4398
|
+
{
|
|
4399
|
+
"if": {
|
|
4400
|
+
"viewport": ["xs"]
|
|
4401
|
+
},
|
|
4402
|
+
"tokens": {
|
|
4403
|
+
"footnoteBodyPaddingBottom": "{palette.size.size32}",
|
|
4404
|
+
"footnoteBodyPaddingLeft": "{palette.size.size16}",
|
|
4405
|
+
"footnoteBodyPaddingRight": "{palette.size.size16}",
|
|
4406
|
+
"footnoteBodyPaddingTop": "{palette.size.size0}",
|
|
4407
|
+
"footnoteHeaderPaddingBottom": "{palette.size.size16}",
|
|
4408
|
+
"footnoteHeaderPaddingLeft": "{palette.size.size16}",
|
|
4409
|
+
"footnoteHeaderPaddingRight": "{palette.size.size4}",
|
|
4410
|
+
"footnoteHeaderPaddingTop": "{palette.size.size16}"
|
|
4411
|
+
}
|
|
4412
|
+
},
|
|
4413
|
+
{
|
|
4414
|
+
"if": {
|
|
4415
|
+
"viewport": ["md", "lg", "xl"]
|
|
4416
|
+
},
|
|
4417
|
+
"tokens": {
|
|
4418
|
+
"footnoteBodyPaddingBottom": "{palette.size.size40}",
|
|
4419
|
+
"footnoteBodyPaddingLeft": "{palette.size.size16}",
|
|
4420
|
+
"footnoteBodyPaddingRight": "{palette.size.size16}",
|
|
4421
|
+
"footnoteBodyPaddingTop": "{palette.size.size0}",
|
|
4422
|
+
"footnoteHeaderPaddingBottom": "{palette.size.size24}",
|
|
4423
|
+
"footnoteHeaderPaddingLeft": "{palette.size.size16}",
|
|
4424
|
+
"footnoteHeaderPaddingRight": "{palette.size.size4}",
|
|
4425
|
+
"footnoteHeaderPaddingTop": "{palette.size.size24}"
|
|
4426
|
+
}
|
|
4427
|
+
}
|
|
4428
|
+
],
|
|
4429
|
+
"tokens": {
|
|
4430
|
+
"closeButtonBackgroundColor": "{palette.color.white}",
|
|
4431
|
+
"closeButtonBorderColor": "{palette.color.black}",
|
|
4432
|
+
"closeButtonBorderSize": "{palette.border.none}",
|
|
4433
|
+
"closeButtonHeight": "{palette.size.size16}",
|
|
4434
|
+
"closeButtonIconSize": "{palette.size.size16}",
|
|
4435
|
+
"closeButtonMarginBottom": "{palette.size.size4}",
|
|
4436
|
+
"closeButtonMarginLeft": "{palette.size.size4}",
|
|
4437
|
+
"closeButtonMarginRight": "{palette.size.size12}",
|
|
4438
|
+
"closeButtonMarginTop": "{palette.size.size4}",
|
|
4439
|
+
"closeButtonWidth": "{palette.size.size16}",
|
|
4440
|
+
"closeIcon": "{palette.icon.Close}",
|
|
4441
|
+
"footnoteBackground": "{palette.color.white}",
|
|
4442
|
+
"footnoteBodyBackground": "{palette.color.white}",
|
|
4443
|
+
"footnoteBodyPaddingBottom": "{palette.size.size40}",
|
|
4444
|
+
"footnoteBodyPaddingLeft": "{palette.size.size16}",
|
|
4445
|
+
"footnoteBodyPaddingRight": "{palette.size.size16}",
|
|
4446
|
+
"footnoteBodyPaddingTop": "{palette.size.size0}",
|
|
4447
|
+
"footnoteBorderColorMd": "{palette.color.silver}",
|
|
4448
|
+
"footnoteBorderTopSizeMd": "{palette.border.border1}",
|
|
4449
|
+
"footnoteHeaderPaddingBottom": "{palette.size.size24}",
|
|
4450
|
+
"footnoteHeaderPaddingLeft": "{palette.size.size16}",
|
|
4451
|
+
"footnoteHeaderPaddingRight": "{palette.size.size4}",
|
|
4452
|
+
"footnoteHeaderPaddingTop": "{palette.size.size24}",
|
|
4453
|
+
"headerFontName": "{palette.fontName.StagSans}",
|
|
4454
|
+
"headerFontSize": "{palette.size.size16}",
|
|
4455
|
+
"headerFontWeight": "{palette.fontWeight.weight700}",
|
|
4456
|
+
"headerLineHeight": "{palette.lineHeight.ratio5to4}",
|
|
4457
|
+
"headerMargin": "{palette.size.size16}",
|
|
4458
|
+
"listItemColor": "{palette.color.black}",
|
|
4459
|
+
"listItemFontName": "{palette.fontName.StagSans}",
|
|
4460
|
+
"listItemFontSize": "{palette.size.size14}",
|
|
4461
|
+
"listItemFontWeight": "{palette.fontWeight.weight400}",
|
|
4462
|
+
"listItemLineHeight": "{palette.lineHeight.ratio10to7}",
|
|
4463
|
+
"listItemMarkerFontSize": "{palette.size.size14}",
|
|
4464
|
+
"listItemMarkerLineHeight": "{palette.lineHeight.ratio8to5}",
|
|
4465
|
+
"listItemPaddingLeft": "{palette.size.size8}",
|
|
4466
|
+
"listPaddingLeft": "{palette.size.size32}"
|
|
4467
|
+
}
|
|
4468
|
+
},
|
|
4469
|
+
"FootnoteLink": {
|
|
4470
|
+
"appearances": {
|
|
4471
|
+
"size": {
|
|
4472
|
+
"type": "variant",
|
|
4473
|
+
"values": [
|
|
4474
|
+
"micro",
|
|
4475
|
+
"small",
|
|
3920
4476
|
"medium",
|
|
3921
4477
|
"large",
|
|
3922
4478
|
"h1",
|
|
@@ -3933,948 +4489,1430 @@
|
|
|
3933
4489
|
"rules": [
|
|
3934
4490
|
{
|
|
3935
4491
|
"if": {
|
|
3936
|
-
"size": "display1"
|
|
4492
|
+
"size": "display1"
|
|
4493
|
+
},
|
|
4494
|
+
"tokens": {
|
|
4495
|
+
"fontSize": "{palette.fontSize.size20}",
|
|
4496
|
+
"lineHeight": "{palette.lineHeight.ratio6to5}"
|
|
4497
|
+
}
|
|
4498
|
+
},
|
|
4499
|
+
{
|
|
4500
|
+
"if": {
|
|
4501
|
+
"size": "display2"
|
|
4502
|
+
},
|
|
4503
|
+
"tokens": {
|
|
4504
|
+
"fontSize": "{palette.fontSize.size20}",
|
|
4505
|
+
"lineHeight": "{palette.lineHeight.ratio6to5}"
|
|
4506
|
+
}
|
|
4507
|
+
},
|
|
4508
|
+
{
|
|
4509
|
+
"if": {
|
|
4510
|
+
"size": "h1"
|
|
4511
|
+
},
|
|
4512
|
+
"tokens": {
|
|
4513
|
+
"fontSize": "{palette.fontSize.size20}",
|
|
4514
|
+
"lineHeight": "{palette.lineHeight.ratio6to5}"
|
|
4515
|
+
}
|
|
4516
|
+
},
|
|
4517
|
+
{
|
|
4518
|
+
"if": {
|
|
4519
|
+
"size": "h2"
|
|
4520
|
+
},
|
|
4521
|
+
"tokens": {
|
|
4522
|
+
"fontSize": "{palette.fontSize.size20}",
|
|
4523
|
+
"lineHeight": "{palette.lineHeight.ratio6to5}"
|
|
4524
|
+
}
|
|
4525
|
+
},
|
|
4526
|
+
{
|
|
4527
|
+
"if": {
|
|
4528
|
+
"size": "h3"
|
|
4529
|
+
},
|
|
4530
|
+
"tokens": {
|
|
4531
|
+
"fontSize": "{palette.fontSize.size14}",
|
|
4532
|
+
"lineHeight": "{palette.lineHeight.ratio1to1}"
|
|
4533
|
+
}
|
|
4534
|
+
},
|
|
4535
|
+
{
|
|
4536
|
+
"if": {
|
|
4537
|
+
"size": "h4"
|
|
4538
|
+
},
|
|
4539
|
+
"tokens": {
|
|
4540
|
+
"fontSize": "{palette.fontSize.size14}",
|
|
4541
|
+
"lineHeight": "{palette.lineHeight.ratio1to1}"
|
|
4542
|
+
}
|
|
4543
|
+
},
|
|
4544
|
+
{
|
|
4545
|
+
"if": {
|
|
4546
|
+
"size": "h5"
|
|
4547
|
+
},
|
|
4548
|
+
"tokens": {
|
|
4549
|
+
"fontSize": "{palette.fontSize.size14}",
|
|
4550
|
+
"lineHeight": "{palette.lineHeight.ratio1to1}"
|
|
4551
|
+
}
|
|
4552
|
+
},
|
|
4553
|
+
{
|
|
4554
|
+
"if": {
|
|
4555
|
+
"size": "h6"
|
|
4556
|
+
},
|
|
4557
|
+
"tokens": {
|
|
4558
|
+
"fontSize": "{palette.fontSize.size14}",
|
|
4559
|
+
"lineHeight": "{palette.lineHeight.ratio1to1}"
|
|
4560
|
+
}
|
|
4561
|
+
},
|
|
4562
|
+
{
|
|
4563
|
+
"if": {
|
|
4564
|
+
"size": "micro"
|
|
4565
|
+
},
|
|
4566
|
+
"tokens": {
|
|
4567
|
+
"fontSize": "{palette.fontSize.size12}",
|
|
4568
|
+
"lineHeight": "{palette.lineHeight.ratio1to1}"
|
|
4569
|
+
}
|
|
4570
|
+
},
|
|
4571
|
+
{
|
|
4572
|
+
"if": {
|
|
4573
|
+
"size": "small"
|
|
4574
|
+
},
|
|
4575
|
+
"tokens": {
|
|
4576
|
+
"fontSize": "{palette.fontSize.size12}",
|
|
4577
|
+
"lineHeight": "{palette.lineHeight.ratio1to1}"
|
|
4578
|
+
}
|
|
4579
|
+
},
|
|
4580
|
+
{
|
|
4581
|
+
"if": {
|
|
4582
|
+
"size": "medium"
|
|
4583
|
+
},
|
|
4584
|
+
"tokens": {
|
|
4585
|
+
"fontSize": "{palette.fontSize.size12}",
|
|
4586
|
+
"lineHeight": "{palette.lineHeight.ratio1to1}"
|
|
4587
|
+
}
|
|
4588
|
+
},
|
|
4589
|
+
{
|
|
4590
|
+
"if": {
|
|
4591
|
+
"size": "large"
|
|
4592
|
+
},
|
|
4593
|
+
"tokens": {
|
|
4594
|
+
"fontSize": "{palette.fontSize.size12}",
|
|
4595
|
+
"lineHeight": "{palette.lineHeight.ratio1to1}"
|
|
4596
|
+
}
|
|
4597
|
+
}
|
|
4598
|
+
],
|
|
4599
|
+
"tokens": {
|
|
4600
|
+
"color": "{system.color.none}",
|
|
4601
|
+
"fontName": "{palette.fontName.StagSans}",
|
|
4602
|
+
"fontSize": "{palette.fontSize.size16}",
|
|
4603
|
+
"fontWeight": "{palette.fontWeight.weight600}",
|
|
4604
|
+
"lineHeight": "{palette.lineHeight.ratio1to1}",
|
|
4605
|
+
"paddingLeft": "{palette.size.size2}",
|
|
4606
|
+
"paddingRight": "{palette.size.size2}"
|
|
4607
|
+
}
|
|
4608
|
+
},
|
|
4609
|
+
"HorizontalScrollButton": {
|
|
4610
|
+
"appearances": {
|
|
4611
|
+
"focus": "{appearances.HorizontalScrollButton.focus}",
|
|
4612
|
+
"hover": "{appearances.HorizontalScrollButton.hover}",
|
|
4613
|
+
"pressed": "{appearances.HorizontalScrollButton.pressed}"
|
|
4614
|
+
},
|
|
4615
|
+
"rules": [
|
|
4616
|
+
{
|
|
4617
|
+
"if": {
|
|
4618
|
+
"hover": true
|
|
4619
|
+
},
|
|
4620
|
+
"tokens": {
|
|
4621
|
+
"backgroundColor": "{palette.color.black}",
|
|
4622
|
+
"borderColor": "{palette.color.black}",
|
|
4623
|
+
"iconColor": "{palette.color.white}"
|
|
4624
|
+
}
|
|
4625
|
+
},
|
|
4626
|
+
{
|
|
4627
|
+
"if": {
|
|
4628
|
+
"pressed": true
|
|
4629
|
+
},
|
|
4630
|
+
"tokens": {
|
|
4631
|
+
"backgroundColor": "{palette.color.blackLight}",
|
|
4632
|
+
"borderColor": "{palette.color.blackLight}",
|
|
4633
|
+
"iconColor": "{palette.color.white}"
|
|
4634
|
+
}
|
|
4635
|
+
}
|
|
4636
|
+
],
|
|
4637
|
+
"tokens": {
|
|
4638
|
+
"backgroundColor": "{palette.color.white}",
|
|
4639
|
+
"borderColor": "{palette.color.black}",
|
|
4640
|
+
"borderRadius": "{palette.radius.pill32}",
|
|
4641
|
+
"borderWidth": "{palette.border.border1}",
|
|
4642
|
+
"iconColor": "{palette.color.black}",
|
|
4643
|
+
"iconScale": "{system.iconScale.scale1}",
|
|
4644
|
+
"iconSize": "{palette.size.size16}",
|
|
4645
|
+
"iconTranslateX": "{system.size.zero}",
|
|
4646
|
+
"iconTranslateY": "{system.size.zero}",
|
|
4647
|
+
"outerBorderColor": "{system.color.transparent}",
|
|
4648
|
+
"outerBorderGap": "{system.size.zero}",
|
|
4649
|
+
"outerBorderWidth": "{system.border.zero}",
|
|
4650
|
+
"padding": "{palette.size.size8}",
|
|
4651
|
+
"shadow": "{system.shadow.none}"
|
|
4652
|
+
}
|
|
4653
|
+
},
|
|
4654
|
+
"Icon": {
|
|
4655
|
+
"appearances": {
|
|
4656
|
+
"background": {
|
|
4657
|
+
"type": "variant",
|
|
4658
|
+
"values": [true]
|
|
4659
|
+
},
|
|
4660
|
+
"color": {
|
|
4661
|
+
"type": "variant",
|
|
4662
|
+
"values": ["brand", "subtle", "offer", "success", "danger", "warning", "inverse"]
|
|
4663
|
+
},
|
|
4664
|
+
"padding": {
|
|
4665
|
+
"type": "variant",
|
|
4666
|
+
"values": ["micro", "small", "medium", "large", "extraLarge"]
|
|
4667
|
+
},
|
|
4668
|
+
"size": {
|
|
4669
|
+
"type": "variant",
|
|
4670
|
+
"values": ["micro", "small", "large", "extraLarge"]
|
|
4671
|
+
},
|
|
4672
|
+
"status": {
|
|
4673
|
+
"description": "Uses icon colour to communicate meaning to the user",
|
|
4674
|
+
"type": "variant",
|
|
4675
|
+
"values": ["success", "error"]
|
|
4676
|
+
}
|
|
4677
|
+
},
|
|
4678
|
+
"rules": [
|
|
4679
|
+
{
|
|
4680
|
+
"if": {
|
|
4681
|
+
"padding": "micro"
|
|
4682
|
+
},
|
|
4683
|
+
"tokens": {
|
|
4684
|
+
"padding": "{palette.size.size4}",
|
|
4685
|
+
"width": "{palette.size.size4}"
|
|
4686
|
+
}
|
|
4687
|
+
},
|
|
4688
|
+
{
|
|
4689
|
+
"if": {
|
|
4690
|
+
"padding": "small"
|
|
4691
|
+
},
|
|
4692
|
+
"tokens": {
|
|
4693
|
+
"padding": "{palette.size.size4}",
|
|
4694
|
+
"width": "{palette.size.size8}"
|
|
4695
|
+
}
|
|
4696
|
+
},
|
|
4697
|
+
{
|
|
4698
|
+
"if": {
|
|
4699
|
+
"padding": "medium"
|
|
4700
|
+
},
|
|
4701
|
+
"tokens": {
|
|
4702
|
+
"padding": "{palette.size.size4}",
|
|
4703
|
+
"width": "{palette.size.size16}"
|
|
4704
|
+
}
|
|
4705
|
+
},
|
|
4706
|
+
{
|
|
4707
|
+
"if": {
|
|
4708
|
+
"padding": "large"
|
|
4709
|
+
},
|
|
4710
|
+
"tokens": {
|
|
4711
|
+
"padding": "{palette.size.size4}",
|
|
4712
|
+
"width": "{palette.size.size24}"
|
|
4713
|
+
}
|
|
4714
|
+
},
|
|
4715
|
+
{
|
|
4716
|
+
"if": {
|
|
4717
|
+
"padding": "extraLarge"
|
|
4718
|
+
},
|
|
4719
|
+
"tokens": {
|
|
4720
|
+
"padding": "{palette.size.size4}",
|
|
4721
|
+
"width": "{palette.size.size32}"
|
|
4722
|
+
}
|
|
4723
|
+
},
|
|
4724
|
+
{
|
|
4725
|
+
"if": {
|
|
4726
|
+
"background": true,
|
|
4727
|
+
"padding": "micro"
|
|
4728
|
+
},
|
|
4729
|
+
"tokens": {
|
|
4730
|
+
"backgroundColor": "{palette.color.gallery}",
|
|
4731
|
+
"borderRadius": "{palette.radius.radius45}",
|
|
4732
|
+
"padding": "{palette.size.size4}",
|
|
4733
|
+
"width": "{palette.size.size4}"
|
|
4734
|
+
}
|
|
4735
|
+
},
|
|
4736
|
+
{
|
|
4737
|
+
"if": {
|
|
4738
|
+
"background": true,
|
|
4739
|
+
"padding": "small"
|
|
4740
|
+
},
|
|
4741
|
+
"tokens": {
|
|
4742
|
+
"backgroundColor": "{palette.color.gallery}",
|
|
4743
|
+
"borderRadius": "{palette.radius.radius45}",
|
|
4744
|
+
"padding": "{palette.size.size4}",
|
|
4745
|
+
"width": "{palette.size.size8}"
|
|
4746
|
+
}
|
|
4747
|
+
},
|
|
4748
|
+
{
|
|
4749
|
+
"if": {
|
|
4750
|
+
"background": true,
|
|
4751
|
+
"padding": "medium"
|
|
4752
|
+
},
|
|
4753
|
+
"tokens": {
|
|
4754
|
+
"backgroundColor": "{palette.color.gallery}",
|
|
4755
|
+
"borderRadius": "{palette.radius.radius45}",
|
|
4756
|
+
"padding": "{palette.size.size4}",
|
|
4757
|
+
"width": "{palette.size.size16}"
|
|
4758
|
+
}
|
|
4759
|
+
},
|
|
4760
|
+
{
|
|
4761
|
+
"if": {
|
|
4762
|
+
"background": true,
|
|
4763
|
+
"padding": "large"
|
|
4764
|
+
},
|
|
4765
|
+
"tokens": {
|
|
4766
|
+
"backgroundColor": "{palette.color.gallery}",
|
|
4767
|
+
"borderRadius": "{palette.radius.radius45}",
|
|
4768
|
+
"padding": "{palette.size.size4}",
|
|
4769
|
+
"width": "{palette.size.size24}"
|
|
4770
|
+
}
|
|
4771
|
+
},
|
|
4772
|
+
{
|
|
4773
|
+
"if": {
|
|
4774
|
+
"background": true,
|
|
4775
|
+
"padding": "extraLarge"
|
|
4776
|
+
},
|
|
4777
|
+
"tokens": {
|
|
4778
|
+
"backgroundColor": "{palette.color.gallery}",
|
|
4779
|
+
"borderRadius": "{palette.radius.radius45}",
|
|
4780
|
+
"padding": "{palette.size.size4}",
|
|
4781
|
+
"width": "{palette.size.size32}"
|
|
4782
|
+
}
|
|
4783
|
+
},
|
|
4784
|
+
{
|
|
4785
|
+
"if": {
|
|
4786
|
+
"size": "micro"
|
|
4787
|
+
},
|
|
4788
|
+
"tokens": {
|
|
4789
|
+
"size": "{palette.size.size16}"
|
|
4790
|
+
}
|
|
4791
|
+
},
|
|
4792
|
+
{
|
|
4793
|
+
"if": {
|
|
4794
|
+
"size": "small"
|
|
4795
|
+
},
|
|
4796
|
+
"tokens": {
|
|
4797
|
+
"size": "{palette.size.size20}"
|
|
4798
|
+
}
|
|
4799
|
+
},
|
|
4800
|
+
{
|
|
4801
|
+
"if": {
|
|
4802
|
+
"size": "large"
|
|
4803
|
+
},
|
|
4804
|
+
"tokens": {
|
|
4805
|
+
"size": "{palette.size.size32}"
|
|
4806
|
+
}
|
|
4807
|
+
},
|
|
4808
|
+
{
|
|
4809
|
+
"if": {
|
|
4810
|
+
"size": "extraLarge"
|
|
4811
|
+
},
|
|
4812
|
+
"tokens": {
|
|
4813
|
+
"size": "{palette.size.size48}"
|
|
4814
|
+
}
|
|
4815
|
+
},
|
|
4816
|
+
{
|
|
4817
|
+
"if": {
|
|
4818
|
+
"color": "brand"
|
|
4819
|
+
},
|
|
4820
|
+
"tokens": {
|
|
4821
|
+
"color": "{palette.color.pink}"
|
|
4822
|
+
}
|
|
4823
|
+
},
|
|
4824
|
+
{
|
|
4825
|
+
"if": {
|
|
4826
|
+
"color": "subtle"
|
|
4827
|
+
},
|
|
4828
|
+
"tokens": {
|
|
4829
|
+
"color": "{palette.color.dove}"
|
|
4830
|
+
}
|
|
4831
|
+
},
|
|
4832
|
+
{
|
|
4833
|
+
"if": {
|
|
4834
|
+
"color": "offer"
|
|
4835
|
+
},
|
|
4836
|
+
"tokens": {
|
|
4837
|
+
"color": "{palette.color.purple}"
|
|
4838
|
+
}
|
|
4839
|
+
},
|
|
4840
|
+
{
|
|
4841
|
+
"if": {
|
|
4842
|
+
"color": "success"
|
|
4843
|
+
},
|
|
4844
|
+
"tokens": {
|
|
4845
|
+
"color": "{palette.color.success}"
|
|
4846
|
+
}
|
|
4847
|
+
},
|
|
4848
|
+
{
|
|
4849
|
+
"if": {
|
|
4850
|
+
"color": "danger"
|
|
4851
|
+
},
|
|
4852
|
+
"tokens": {
|
|
4853
|
+
"color": "{palette.color.danger}"
|
|
4854
|
+
}
|
|
4855
|
+
},
|
|
4856
|
+
{
|
|
4857
|
+
"if": {
|
|
4858
|
+
"color": "warning"
|
|
4859
|
+
},
|
|
4860
|
+
"tokens": {
|
|
4861
|
+
"color": "{palette.color.danger}"
|
|
4862
|
+
}
|
|
4863
|
+
},
|
|
4864
|
+
{
|
|
4865
|
+
"if": {
|
|
4866
|
+
"color": "inverse"
|
|
4867
|
+
},
|
|
4868
|
+
"tokens": {
|
|
4869
|
+
"color": "{palette.color.white}"
|
|
4870
|
+
}
|
|
4871
|
+
},
|
|
4872
|
+
{
|
|
4873
|
+
"if": {
|
|
4874
|
+
"status": "success"
|
|
4875
|
+
},
|
|
4876
|
+
"tokens": {
|
|
4877
|
+
"color": "{palette.color.success}"
|
|
4878
|
+
}
|
|
4879
|
+
},
|
|
4880
|
+
{
|
|
4881
|
+
"if": {
|
|
4882
|
+
"status": "error"
|
|
4883
|
+
},
|
|
4884
|
+
"tokens": {
|
|
4885
|
+
"color": "{palette.color.danger}"
|
|
4886
|
+
}
|
|
4887
|
+
}
|
|
4888
|
+
],
|
|
4889
|
+
"tokens": {
|
|
4890
|
+
"backgroundColor": "{system.color.transparent}",
|
|
4891
|
+
"borderRadius": "{palette.radius.none}",
|
|
4892
|
+
"color": "{palette.color.black}",
|
|
4893
|
+
"padding": "{palette.size.size0}",
|
|
4894
|
+
"paddingTop": "{palette.size.size0}",
|
|
4895
|
+
"scale": "{system.integer.1}",
|
|
4896
|
+
"size": "{palette.size.size24}",
|
|
4897
|
+
"translateX": "{system.size.zero}",
|
|
4898
|
+
"translateY": "{system.size.zero}",
|
|
4899
|
+
"width": "{palette.size.size0}"
|
|
4900
|
+
}
|
|
4901
|
+
},
|
|
4902
|
+
"IconButton": {
|
|
4903
|
+
"appearances": {
|
|
4904
|
+
"action": {
|
|
4905
|
+
"type": "variant",
|
|
4906
|
+
"values": [
|
|
4907
|
+
"add",
|
|
4908
|
+
"close",
|
|
4909
|
+
"expand",
|
|
4910
|
+
"moveDown",
|
|
4911
|
+
"moveLeft",
|
|
4912
|
+
"moveRight",
|
|
4913
|
+
"moveUp",
|
|
4914
|
+
"play",
|
|
4915
|
+
"subtract"
|
|
4916
|
+
]
|
|
4917
|
+
},
|
|
4918
|
+
"compact": {
|
|
4919
|
+
"description": "Without the outer border gap",
|
|
4920
|
+
"type": "variant",
|
|
4921
|
+
"values": [true]
|
|
4922
|
+
},
|
|
4923
|
+
"focus": "{appearances.IconButton.focus}",
|
|
4924
|
+
"hover": "{appearances.IconButton.hover}",
|
|
4925
|
+
"inactive": "{appearances.Button.inactive}",
|
|
4926
|
+
"inverse": {
|
|
4927
|
+
"description": "For use on dark backgrounds",
|
|
4928
|
+
"type": "variant",
|
|
4929
|
+
"values": [true]
|
|
4930
|
+
},
|
|
4931
|
+
"password": {
|
|
4932
|
+
"description": "Password masked or not",
|
|
4933
|
+
"type": "variant",
|
|
4934
|
+
"values": [true]
|
|
4935
|
+
},
|
|
4936
|
+
"pressed": "{appearances.IconButton.pressed}",
|
|
4937
|
+
"raised": {
|
|
4938
|
+
"description": "Uses shadow and background colour to appear raised above the page",
|
|
4939
|
+
"type": "variant",
|
|
4940
|
+
"values": [true]
|
|
4941
|
+
},
|
|
4942
|
+
"size": {
|
|
4943
|
+
"type": "variant",
|
|
4944
|
+
"values": ["small", "large"]
|
|
4945
|
+
}
|
|
4946
|
+
},
|
|
4947
|
+
"rules": [
|
|
4948
|
+
{
|
|
4949
|
+
"if": {
|
|
4950
|
+
"action": "add"
|
|
4951
|
+
},
|
|
4952
|
+
"tokens": {
|
|
4953
|
+
"icon": "{palette.icon.Add}"
|
|
4954
|
+
}
|
|
4955
|
+
},
|
|
4956
|
+
{
|
|
4957
|
+
"if": {
|
|
4958
|
+
"action": "subtract"
|
|
3937
4959
|
},
|
|
3938
4960
|
"tokens": {
|
|
3939
|
-
"
|
|
3940
|
-
"lineHeight": "{palette.lineHeight.ratio6to5}"
|
|
4961
|
+
"icon": "{palette.icon.Subtract}"
|
|
3941
4962
|
}
|
|
3942
4963
|
},
|
|
3943
4964
|
{
|
|
3944
4965
|
"if": {
|
|
3945
|
-
"
|
|
4966
|
+
"action": "close"
|
|
3946
4967
|
},
|
|
3947
4968
|
"tokens": {
|
|
3948
|
-
"
|
|
3949
|
-
"lineHeight": "{palette.lineHeight.ratio6to5}"
|
|
4969
|
+
"icon": "{palette.icon.Close}"
|
|
3950
4970
|
}
|
|
3951
4971
|
},
|
|
3952
4972
|
{
|
|
3953
4973
|
"if": {
|
|
3954
|
-
"
|
|
4974
|
+
"action": "expand"
|
|
3955
4975
|
},
|
|
3956
4976
|
"tokens": {
|
|
3957
|
-
"
|
|
3958
|
-
"lineHeight": "{palette.lineHeight.ratio6to5}"
|
|
4977
|
+
"icon": "{palette.icon.Expand}"
|
|
3959
4978
|
}
|
|
3960
4979
|
},
|
|
3961
4980
|
{
|
|
3962
4981
|
"if": {
|
|
3963
|
-
"
|
|
4982
|
+
"action": "moveDown"
|
|
3964
4983
|
},
|
|
3965
4984
|
"tokens": {
|
|
3966
|
-
"
|
|
3967
|
-
"lineHeight": "{palette.lineHeight.ratio6to5}"
|
|
4985
|
+
"icon": "{palette.icon.ChevronDown}"
|
|
3968
4986
|
}
|
|
3969
4987
|
},
|
|
3970
4988
|
{
|
|
3971
4989
|
"if": {
|
|
3972
|
-
"
|
|
4990
|
+
"action": "moveLeft"
|
|
3973
4991
|
},
|
|
3974
4992
|
"tokens": {
|
|
3975
|
-
"
|
|
3976
|
-
"lineHeight": "{palette.lineHeight.ratio1to1}"
|
|
4993
|
+
"icon": "{palette.icon.ChevronLeft}"
|
|
3977
4994
|
}
|
|
3978
4995
|
},
|
|
3979
4996
|
{
|
|
3980
4997
|
"if": {
|
|
3981
|
-
"
|
|
4998
|
+
"action": "moveRight"
|
|
3982
4999
|
},
|
|
3983
5000
|
"tokens": {
|
|
3984
|
-
"
|
|
3985
|
-
"lineHeight": "{palette.lineHeight.ratio1to1}"
|
|
5001
|
+
"icon": "{palette.icon.ChevronRight}"
|
|
3986
5002
|
}
|
|
3987
5003
|
},
|
|
3988
5004
|
{
|
|
3989
5005
|
"if": {
|
|
3990
|
-
"
|
|
5006
|
+
"action": "moveUp"
|
|
3991
5007
|
},
|
|
3992
5008
|
"tokens": {
|
|
3993
|
-
"
|
|
3994
|
-
"lineHeight": "{palette.lineHeight.ratio1to1}"
|
|
5009
|
+
"icon": "{palette.icon.ChevronUp}"
|
|
3995
5010
|
}
|
|
3996
5011
|
},
|
|
3997
5012
|
{
|
|
3998
5013
|
"if": {
|
|
3999
|
-
"
|
|
5014
|
+
"action": "play"
|
|
4000
5015
|
},
|
|
4001
5016
|
"tokens": {
|
|
4002
|
-
"
|
|
4003
|
-
"lineHeight": "{palette.lineHeight.ratio1to1}"
|
|
5017
|
+
"icon": "{palette.icon.PlayVideo}"
|
|
4004
5018
|
}
|
|
4005
5019
|
},
|
|
4006
5020
|
{
|
|
4007
5021
|
"if": {
|
|
4008
|
-
"
|
|
5022
|
+
"action": "add"
|
|
4009
5023
|
},
|
|
4010
5024
|
"tokens": {
|
|
4011
|
-
"
|
|
4012
|
-
"lineHeight": "{palette.lineHeight.ratio1to1}"
|
|
5025
|
+
"icon": "{palette.icon.Add}"
|
|
4013
5026
|
}
|
|
4014
5027
|
},
|
|
4015
5028
|
{
|
|
4016
5029
|
"if": {
|
|
4017
|
-
"
|
|
5030
|
+
"action": "subtract"
|
|
4018
5031
|
},
|
|
4019
5032
|
"tokens": {
|
|
4020
|
-
"
|
|
4021
|
-
"lineHeight": "{palette.lineHeight.ratio1to1}"
|
|
5033
|
+
"icon": "{palette.icon.Subtract}"
|
|
4022
5034
|
}
|
|
4023
5035
|
},
|
|
4024
5036
|
{
|
|
4025
5037
|
"if": {
|
|
4026
|
-
"
|
|
5038
|
+
"action": "close"
|
|
4027
5039
|
},
|
|
4028
5040
|
"tokens": {
|
|
4029
|
-
"
|
|
4030
|
-
"lineHeight": "{palette.lineHeight.ratio1to1}"
|
|
5041
|
+
"icon": "{palette.icon.Close}"
|
|
4031
5042
|
}
|
|
4032
5043
|
},
|
|
4033
5044
|
{
|
|
4034
5045
|
"if": {
|
|
4035
|
-
"
|
|
5046
|
+
"action": "expand"
|
|
4036
5047
|
},
|
|
4037
5048
|
"tokens": {
|
|
4038
|
-
"
|
|
4039
|
-
"lineHeight": "{palette.lineHeight.ratio1to1}"
|
|
5049
|
+
"icon": "{palette.icon.Expand}"
|
|
4040
5050
|
}
|
|
4041
|
-
}
|
|
4042
|
-
],
|
|
4043
|
-
"tokens": {
|
|
4044
|
-
"color": "{system.color.none}",
|
|
4045
|
-
"fontName": "{palette.fontName.StagSans}",
|
|
4046
|
-
"fontSize": "{palette.fontSize.size16}",
|
|
4047
|
-
"fontWeight": "{palette.fontWeight.weight600}",
|
|
4048
|
-
"lineHeight": "{palette.lineHeight.ratio1to1}",
|
|
4049
|
-
"paddingLeft": "{palette.size.size2}",
|
|
4050
|
-
"paddingRight": "{palette.size.size2}"
|
|
4051
|
-
}
|
|
4052
|
-
},
|
|
4053
|
-
"HorizontalScrollButton": {
|
|
4054
|
-
"appearances": {
|
|
4055
|
-
"focus": "{appearances.HorizontalScrollButton.focus}",
|
|
4056
|
-
"hover": "{appearances.HorizontalScrollButton.hover}",
|
|
4057
|
-
"pressed": "{appearances.HorizontalScrollButton.pressed}"
|
|
4058
|
-
},
|
|
4059
|
-
"rules": [
|
|
5051
|
+
},
|
|
4060
5052
|
{
|
|
4061
5053
|
"if": {
|
|
4062
|
-
"
|
|
5054
|
+
"action": "moveDown"
|
|
4063
5055
|
},
|
|
4064
5056
|
"tokens": {
|
|
4065
|
-
"
|
|
4066
|
-
"borderColor": "{palette.color.black}",
|
|
4067
|
-
"iconColor": "{palette.color.white}"
|
|
5057
|
+
"icon": "{palette.icon.ChevronDown}"
|
|
4068
5058
|
}
|
|
4069
5059
|
},
|
|
4070
5060
|
{
|
|
4071
5061
|
"if": {
|
|
4072
|
-
"
|
|
5062
|
+
"action": "moveLeft"
|
|
4073
5063
|
},
|
|
4074
5064
|
"tokens": {
|
|
4075
|
-
"
|
|
4076
|
-
"borderColor": "{palette.color.blackLight}",
|
|
4077
|
-
"iconColor": "{palette.color.white}"
|
|
5065
|
+
"icon": "{palette.icon.ChevronLeft}"
|
|
4078
5066
|
}
|
|
4079
|
-
}
|
|
4080
|
-
],
|
|
4081
|
-
"tokens": {
|
|
4082
|
-
"backgroundColor": "{palette.color.white}",
|
|
4083
|
-
"borderColor": "{palette.color.black}",
|
|
4084
|
-
"borderRadius": "{palette.radius.pill32}",
|
|
4085
|
-
"borderWidth": "{palette.border.border1}",
|
|
4086
|
-
"iconColor": "{palette.color.black}",
|
|
4087
|
-
"iconScale": "{system.iconScale.scale1}",
|
|
4088
|
-
"iconSize": "{palette.size.size16}",
|
|
4089
|
-
"iconTranslateX": "{system.size.zero}",
|
|
4090
|
-
"iconTranslateY": "{system.size.zero}",
|
|
4091
|
-
"outerBorderColor": "{system.color.transparent}",
|
|
4092
|
-
"outerBorderGap": "{system.size.zero}",
|
|
4093
|
-
"outerBorderWidth": "{system.border.zero}",
|
|
4094
|
-
"padding": "{palette.size.size8}",
|
|
4095
|
-
"shadow": "{system.shadow.none}"
|
|
4096
|
-
}
|
|
4097
|
-
},
|
|
4098
|
-
"Icon": {
|
|
4099
|
-
"appearances": {
|
|
4100
|
-
"background": {
|
|
4101
|
-
"type": "variant",
|
|
4102
|
-
"values": [true]
|
|
4103
|
-
},
|
|
4104
|
-
"color": {
|
|
4105
|
-
"type": "variant",
|
|
4106
|
-
"values": ["brand", "subtle", "offer", "success", "danger", "warning", "inverse"]
|
|
4107
|
-
},
|
|
4108
|
-
"padding": {
|
|
4109
|
-
"type": "variant",
|
|
4110
|
-
"values": ["micro", "small", "medium", "large", "extraLarge"]
|
|
4111
5067
|
},
|
|
4112
|
-
"size": {
|
|
4113
|
-
"type": "variant",
|
|
4114
|
-
"values": ["micro", "small", "large", "extraLarge"]
|
|
4115
|
-
},
|
|
4116
|
-
"status": {
|
|
4117
|
-
"description": "Uses icon colour to communicate meaning to the user",
|
|
4118
|
-
"type": "variant",
|
|
4119
|
-
"values": ["success", "error"]
|
|
4120
|
-
}
|
|
4121
|
-
},
|
|
4122
|
-
"rules": [
|
|
4123
5068
|
{
|
|
4124
5069
|
"if": {
|
|
4125
|
-
"
|
|
5070
|
+
"action": "moveRight"
|
|
4126
5071
|
},
|
|
4127
5072
|
"tokens": {
|
|
4128
|
-
"
|
|
4129
|
-
"width": "{palette.size.size4}"
|
|
5073
|
+
"icon": "{palette.icon.ChevronRight}"
|
|
4130
5074
|
}
|
|
4131
5075
|
},
|
|
4132
5076
|
{
|
|
4133
5077
|
"if": {
|
|
4134
|
-
"
|
|
5078
|
+
"action": "moveUp"
|
|
4135
5079
|
},
|
|
4136
5080
|
"tokens": {
|
|
4137
|
-
"
|
|
4138
|
-
"width": "{palette.size.size8}"
|
|
5081
|
+
"icon": "{palette.icon.ChevronUp}"
|
|
4139
5082
|
}
|
|
4140
5083
|
},
|
|
4141
5084
|
{
|
|
4142
5085
|
"if": {
|
|
4143
|
-
"
|
|
5086
|
+
"action": "play"
|
|
4144
5087
|
},
|
|
4145
5088
|
"tokens": {
|
|
4146
|
-
"
|
|
4147
|
-
"width": "{palette.size.size16}"
|
|
5089
|
+
"icon": "{palette.icon.PlayVideo}"
|
|
4148
5090
|
}
|
|
4149
5091
|
},
|
|
4150
5092
|
{
|
|
4151
5093
|
"if": {
|
|
4152
|
-
"
|
|
5094
|
+
"inverse": true
|
|
4153
5095
|
},
|
|
4154
5096
|
"tokens": {
|
|
4155
|
-
"
|
|
4156
|
-
"
|
|
5097
|
+
"backgroundColor": "{palette.color.transparent}",
|
|
5098
|
+
"borderColor": "{palette.color.transparent}",
|
|
5099
|
+
"iconColor": "{palette.color.white}"
|
|
4157
5100
|
}
|
|
4158
5101
|
},
|
|
4159
5102
|
{
|
|
4160
5103
|
"if": {
|
|
4161
|
-
"
|
|
5104
|
+
"hover": true
|
|
4162
5105
|
},
|
|
4163
5106
|
"tokens": {
|
|
4164
|
-
"
|
|
4165
|
-
"
|
|
5107
|
+
"backgroundColor": "{palette.color.black}",
|
|
5108
|
+
"iconColor": "{palette.color.white}",
|
|
5109
|
+
"iconScale": "{system.iconScale.scale1_10}"
|
|
4166
5110
|
}
|
|
4167
5111
|
},
|
|
4168
5112
|
{
|
|
4169
5113
|
"if": {
|
|
4170
|
-
"
|
|
4171
|
-
"
|
|
5114
|
+
"hover": true,
|
|
5115
|
+
"inverse": true
|
|
4172
5116
|
},
|
|
4173
5117
|
"tokens": {
|
|
4174
|
-
"backgroundColor": "{palette.color.
|
|
4175
|
-
"
|
|
4176
|
-
"padding": "{palette.size.size4}",
|
|
4177
|
-
"width": "{palette.size.size4}"
|
|
5118
|
+
"backgroundColor": "{palette.color.white}",
|
|
5119
|
+
"iconColor": "{palette.color.black}"
|
|
4178
5120
|
}
|
|
4179
5121
|
},
|
|
4180
5122
|
{
|
|
4181
5123
|
"if": {
|
|
4182
|
-
"
|
|
4183
|
-
"padding": "small"
|
|
5124
|
+
"focus": true
|
|
4184
5125
|
},
|
|
4185
5126
|
"tokens": {
|
|
4186
|
-
"backgroundColor": "{
|
|
4187
|
-
"
|
|
4188
|
-
"
|
|
4189
|
-
"
|
|
5127
|
+
"backgroundColor": "{system.color.transparent}",
|
|
5128
|
+
"borderColor": "{palette.color.black}",
|
|
5129
|
+
"iconColor": "{palette.color.black}",
|
|
5130
|
+
"outerBorderColor": "{palette.color.transparent}"
|
|
4190
5131
|
}
|
|
4191
5132
|
},
|
|
4192
5133
|
{
|
|
4193
5134
|
"if": {
|
|
4194
|
-
"
|
|
4195
|
-
"
|
|
5135
|
+
"focus": true,
|
|
5136
|
+
"inverse": true
|
|
4196
5137
|
},
|
|
4197
5138
|
"tokens": {
|
|
4198
|
-
"backgroundColor": "{
|
|
4199
|
-
"
|
|
4200
|
-
"
|
|
4201
|
-
"
|
|
5139
|
+
"backgroundColor": "{system.color.transparent}",
|
|
5140
|
+
"borderColor": "{palette.color.white}",
|
|
5141
|
+
"iconColor": "{palette.color.white}",
|
|
5142
|
+
"outerBorderColor": "{palette.color.transparent}",
|
|
5143
|
+
"outerBorderWidth": "{palette.border.none}"
|
|
4202
5144
|
}
|
|
4203
5145
|
},
|
|
4204
5146
|
{
|
|
4205
5147
|
"if": {
|
|
4206
|
-
"
|
|
4207
|
-
"padding": "large"
|
|
5148
|
+
"password": true
|
|
4208
5149
|
},
|
|
4209
5150
|
"tokens": {
|
|
4210
|
-
"
|
|
4211
|
-
"borderRadius": "{palette.radius.radius45}",
|
|
4212
|
-
"padding": "{palette.size.size4}",
|
|
4213
|
-
"width": "{palette.size.size24}"
|
|
5151
|
+
"borderColor": "{system.color.transparent}"
|
|
4214
5152
|
}
|
|
4215
5153
|
},
|
|
4216
5154
|
{
|
|
4217
5155
|
"if": {
|
|
4218
|
-
"
|
|
4219
|
-
"
|
|
5156
|
+
"focus": true,
|
|
5157
|
+
"password": true
|
|
4220
5158
|
},
|
|
4221
5159
|
"tokens": {
|
|
4222
|
-
"
|
|
4223
|
-
"
|
|
4224
|
-
"
|
|
4225
|
-
"width": "{palette.size.size32}"
|
|
5160
|
+
"borderColor": "{palette.color.black}",
|
|
5161
|
+
"borderWidth": "{palette.border.border3}",
|
|
5162
|
+
"outerBorderWidth": "{palette.border.none}"
|
|
4226
5163
|
}
|
|
4227
5164
|
},
|
|
4228
5165
|
{
|
|
4229
5166
|
"if": {
|
|
4230
|
-
"
|
|
5167
|
+
"inactive": null,
|
|
5168
|
+
"pressed": true
|
|
4231
5169
|
},
|
|
4232
5170
|
"tokens": {
|
|
4233
|
-
"
|
|
5171
|
+
"backgroundColor": "{palette.color.blackLight}",
|
|
5172
|
+
"iconColor": "{palette.color.dove}"
|
|
4234
5173
|
}
|
|
4235
5174
|
},
|
|
4236
5175
|
{
|
|
4237
5176
|
"if": {
|
|
4238
|
-
"
|
|
5177
|
+
"inverse": true,
|
|
5178
|
+
"pressed": true
|
|
4239
5179
|
},
|
|
4240
5180
|
"tokens": {
|
|
4241
|
-
"
|
|
5181
|
+
"backgroundColor": "{palette.color.silver}",
|
|
5182
|
+
"borderColor": "{palette.color.silver}",
|
|
5183
|
+
"iconColor": "{palette.color.black}",
|
|
5184
|
+
"outerBorderWidth": "{system.border.zero}"
|
|
4242
5185
|
}
|
|
4243
5186
|
},
|
|
4244
5187
|
{
|
|
4245
5188
|
"if": {
|
|
4246
|
-
"
|
|
5189
|
+
"password": true,
|
|
5190
|
+
"pressed": true
|
|
4247
5191
|
},
|
|
4248
5192
|
"tokens": {
|
|
4249
|
-
"
|
|
5193
|
+
"backgroundColor": "{palette.color.black}",
|
|
5194
|
+
"borderColor": "{palette.color.black}",
|
|
5195
|
+
"iconColor": "{palette.color.black}",
|
|
5196
|
+
"outerBorderGap": "{system.size.zero}"
|
|
4250
5197
|
}
|
|
4251
5198
|
},
|
|
4252
5199
|
{
|
|
4253
5200
|
"if": {
|
|
4254
|
-
"size": "
|
|
5201
|
+
"size": "large"
|
|
4255
5202
|
},
|
|
4256
5203
|
"tokens": {
|
|
4257
|
-
"
|
|
5204
|
+
"iconSize": "{palette.size.size24}",
|
|
5205
|
+
"padding": "{palette.size.size12}"
|
|
4258
5206
|
}
|
|
4259
5207
|
},
|
|
4260
5208
|
{
|
|
4261
5209
|
"if": {
|
|
4262
|
-
"
|
|
5210
|
+
"size": "small"
|
|
4263
5211
|
},
|
|
4264
5212
|
"tokens": {
|
|
4265
|
-
"
|
|
5213
|
+
"iconSize": "{palette.size.size16}",
|
|
5214
|
+
"padding": "{palette.size.size4}"
|
|
4266
5215
|
}
|
|
4267
5216
|
},
|
|
4268
5217
|
{
|
|
5218
|
+
"description": "Raised IconButtons follow different design patterns to other variants",
|
|
4269
5219
|
"if": {
|
|
4270
|
-
"
|
|
5220
|
+
"raised": true
|
|
4271
5221
|
},
|
|
4272
5222
|
"tokens": {
|
|
4273
|
-
"
|
|
5223
|
+
"borderColor": "{palette.color.black}",
|
|
5224
|
+
"shadow": "{palette.shadow.surfaceRaised}"
|
|
4274
5225
|
}
|
|
4275
5226
|
},
|
|
4276
5227
|
{
|
|
4277
5228
|
"if": {
|
|
4278
|
-
"
|
|
5229
|
+
"hover": true,
|
|
5230
|
+
"raised": true
|
|
4279
5231
|
},
|
|
4280
|
-
"tokens": {
|
|
4281
|
-
"color": "{palette.color.purple}"
|
|
4282
|
-
}
|
|
5232
|
+
"tokens": {}
|
|
4283
5233
|
},
|
|
4284
5234
|
{
|
|
4285
5235
|
"if": {
|
|
4286
|
-
"
|
|
5236
|
+
"raised": true,
|
|
5237
|
+
"size": "large"
|
|
4287
5238
|
},
|
|
4288
5239
|
"tokens": {
|
|
4289
|
-
"
|
|
5240
|
+
"iconSize": "{palette.size.size24}",
|
|
5241
|
+
"padding": "{palette.size.size12}"
|
|
4290
5242
|
}
|
|
4291
5243
|
},
|
|
4292
5244
|
{
|
|
4293
5245
|
"if": {
|
|
4294
|
-
"
|
|
5246
|
+
"raised": true,
|
|
5247
|
+
"size": "small"
|
|
4295
5248
|
},
|
|
4296
5249
|
"tokens": {
|
|
4297
|
-
"
|
|
5250
|
+
"padding": "{palette.size.size8}"
|
|
4298
5251
|
}
|
|
4299
5252
|
},
|
|
4300
5253
|
{
|
|
4301
5254
|
"if": {
|
|
4302
|
-
"
|
|
5255
|
+
"focus": true,
|
|
5256
|
+
"raised": true
|
|
4303
5257
|
},
|
|
4304
5258
|
"tokens": {
|
|
4305
|
-
"
|
|
5259
|
+
"borderWidth": "{palette.border.border3}"
|
|
4306
5260
|
}
|
|
4307
5261
|
},
|
|
4308
5262
|
{
|
|
4309
5263
|
"if": {
|
|
4310
|
-
"
|
|
5264
|
+
"pressed": true,
|
|
5265
|
+
"raised": true
|
|
4311
5266
|
},
|
|
4312
5267
|
"tokens": {
|
|
4313
|
-
"
|
|
5268
|
+
"backgroundColor": "{palette.color.black}",
|
|
5269
|
+
"iconColor": "{palette.color.dove}"
|
|
4314
5270
|
}
|
|
4315
5271
|
},
|
|
4316
5272
|
{
|
|
4317
5273
|
"if": {
|
|
4318
|
-
"
|
|
5274
|
+
"compact": true
|
|
4319
5275
|
},
|
|
4320
5276
|
"tokens": {
|
|
4321
|
-
"
|
|
5277
|
+
"outerBorderGap": "{system.size.zero}"
|
|
4322
5278
|
}
|
|
4323
5279
|
},
|
|
4324
5280
|
{
|
|
4325
5281
|
"if": {
|
|
4326
|
-
"
|
|
5282
|
+
"inactive": true
|
|
4327
5283
|
},
|
|
4328
5284
|
"tokens": {
|
|
4329
|
-
"
|
|
5285
|
+
"backgroundColor": "{palette.color.gallery}",
|
|
5286
|
+
"iconColor": "{palette.color.silver}",
|
|
5287
|
+
"outerBorderColor": "{palette.color.transparent}",
|
|
5288
|
+
"outerBorderWidth": "{palette.border.none}"
|
|
4330
5289
|
}
|
|
4331
5290
|
}
|
|
4332
5291
|
],
|
|
4333
5292
|
"tokens": {
|
|
4334
|
-
"backgroundColor": "{
|
|
4335
|
-
"
|
|
5293
|
+
"backgroundColor": "{palette.color.transparent}",
|
|
5294
|
+
"borderBottomLeftRadius": "{system.radius.none}",
|
|
5295
|
+
"borderBottomRightRadius": "{system.radius.none}",
|
|
5296
|
+
"borderBottomWidth": "{system.border.none}",
|
|
5297
|
+
"borderColor": "{system.color.transparent}",
|
|
5298
|
+
"borderLeftWidth": "{system.border.none}",
|
|
5299
|
+
"borderRadius": "{system.radius.round}",
|
|
5300
|
+
"borderRightWidth": "{system.border.none}",
|
|
5301
|
+
"borderTopLeftRadius": "{system.radius.none}",
|
|
5302
|
+
"borderTopRightRadius": "{system.radius.none}",
|
|
5303
|
+
"borderTopWidth": "{system.border.none}",
|
|
5304
|
+
"borderWidth": "{palette.border.border1}",
|
|
5305
|
+
"height": "{system.size.none}",
|
|
5306
|
+
"icon": "{palette.icon.Add}",
|
|
5307
|
+
"iconColor": "{palette.color.black}",
|
|
5308
|
+
"iconScale": "{system.iconScale.scale1}",
|
|
5309
|
+
"iconSize": "{palette.size.size16}",
|
|
5310
|
+
"iconTranslateX": "{system.size.zero}",
|
|
5311
|
+
"iconTranslateY": "{system.size.zero}",
|
|
5312
|
+
"outerBorderColor": "{system.color.transparent}",
|
|
5313
|
+
"outerBorderGap": "{system.size.zero}",
|
|
5314
|
+
"outerBorderWidth": "{system.border.zero}",
|
|
5315
|
+
"padding": "{palette.size.size4}",
|
|
5316
|
+
"shadow": "{system.shadow.none}",
|
|
5317
|
+
"width": "{system.size.none}"
|
|
5318
|
+
}
|
|
5319
|
+
},
|
|
5320
|
+
"Image": {
|
|
5321
|
+
"appearances": {},
|
|
5322
|
+
"rules": [],
|
|
5323
|
+
"tokens": {
|
|
5324
|
+
"borderRadius": "{system.radius.none}"
|
|
5325
|
+
}
|
|
5326
|
+
},
|
|
5327
|
+
"InputLabel": {
|
|
5328
|
+
"appearances": {},
|
|
5329
|
+
"rules": [],
|
|
5330
|
+
"tokens": {
|
|
4336
5331
|
"color": "{palette.color.black}",
|
|
4337
|
-
"
|
|
4338
|
-
"
|
|
4339
|
-
"
|
|
4340
|
-
"
|
|
4341
|
-
"
|
|
4342
|
-
"
|
|
4343
|
-
"
|
|
5332
|
+
"fontName": "{palette.fontName.StagSans}",
|
|
5333
|
+
"fontSize": "{palette.fontSize.size16}",
|
|
5334
|
+
"fontWeight": "{palette.fontWeight.weight600}",
|
|
5335
|
+
"gap": "{palette.size.size8}",
|
|
5336
|
+
"hintColor": "{palette.color.black}",
|
|
5337
|
+
"hintFontName": "{palette.fontName.StagSans}",
|
|
5338
|
+
"hintFontSize": "{palette.fontSize.size14}",
|
|
5339
|
+
"hintFontWeight": "{palette.fontWeight.weight400}",
|
|
5340
|
+
"hintLineHeight": "{palette.lineHeight.ratio10to7}",
|
|
5341
|
+
"lineHeight": "{palette.lineHeight.ratio3to2}"
|
|
4344
5342
|
}
|
|
4345
5343
|
},
|
|
4346
|
-
"
|
|
5344
|
+
"InputSupports": {
|
|
5345
|
+
"appearances": {},
|
|
5346
|
+
"rules": [],
|
|
5347
|
+
"tokens": {
|
|
5348
|
+
"space": "{system.integer.1}"
|
|
5349
|
+
}
|
|
5350
|
+
},
|
|
5351
|
+
"Link": {
|
|
4347
5352
|
"appearances": {
|
|
4348
|
-
"
|
|
4349
|
-
"type": "variant",
|
|
4350
|
-
"values": [
|
|
4351
|
-
"add",
|
|
4352
|
-
"close",
|
|
4353
|
-
"expand",
|
|
4354
|
-
"moveDown",
|
|
4355
|
-
"moveLeft",
|
|
4356
|
-
"moveRight",
|
|
4357
|
-
"moveUp",
|
|
4358
|
-
"play",
|
|
4359
|
-
"subtract"
|
|
4360
|
-
]
|
|
4361
|
-
},
|
|
4362
|
-
"compact": {
|
|
4363
|
-
"description": "Without the outer border gap",
|
|
5353
|
+
"alternative": {
|
|
4364
5354
|
"type": "variant",
|
|
4365
5355
|
"values": [true]
|
|
4366
5356
|
},
|
|
4367
|
-
"focus": "{appearances.
|
|
4368
|
-
"hover": "{appearances.
|
|
4369
|
-
"
|
|
5357
|
+
"focus": "{appearances.Link.focus}",
|
|
5358
|
+
"hover": "{appearances.Link.hover}",
|
|
5359
|
+
"iconPosition": "{appearances.Link.iconPosition}",
|
|
4370
5360
|
"inverse": {
|
|
4371
|
-
"description": "For use on dark backgrounds",
|
|
4372
5361
|
"type": "variant",
|
|
4373
5362
|
"values": [true]
|
|
4374
5363
|
},
|
|
4375
|
-
"
|
|
4376
|
-
|
|
4377
|
-
"
|
|
4378
|
-
"
|
|
5364
|
+
"pressed": "{appearances.Link.pressed}",
|
|
5365
|
+
"quiet": {
|
|
5366
|
+
"description": "When it is true, it does not show the decoration",
|
|
5367
|
+
"type": "state",
|
|
5368
|
+
"values": [true, false]
|
|
4379
5369
|
},
|
|
4380
|
-
"
|
|
4381
|
-
|
|
4382
|
-
"description": "Uses shadow and background colour to appear raised above the page",
|
|
5370
|
+
"size": {
|
|
5371
|
+
"description": "Text sizes for block links; similar but not always identical to Typography sizes.",
|
|
4383
5372
|
"type": "variant",
|
|
4384
|
-
"values": [
|
|
5373
|
+
"values": ["micro", "small", "large"]
|
|
4385
5374
|
},
|
|
4386
|
-
"
|
|
5375
|
+
"style": {
|
|
4387
5376
|
"type": "variant",
|
|
4388
|
-
"values": ["
|
|
5377
|
+
"values": ["inline", "subtle", "feature", "danger", "inverse"]
|
|
4389
5378
|
}
|
|
4390
5379
|
},
|
|
4391
5380
|
"rules": [
|
|
4392
5381
|
{
|
|
4393
5382
|
"if": {
|
|
4394
|
-
"
|
|
5383
|
+
"iconPosition": "left"
|
|
4395
5384
|
},
|
|
4396
5385
|
"tokens": {
|
|
4397
|
-
"
|
|
5386
|
+
"iconSpace": "{system.integer.2}"
|
|
4398
5387
|
}
|
|
4399
5388
|
},
|
|
4400
5389
|
{
|
|
4401
5390
|
"if": {
|
|
4402
|
-
"
|
|
5391
|
+
"iconPosition": "right"
|
|
4403
5392
|
},
|
|
4404
5393
|
"tokens": {
|
|
4405
|
-
"
|
|
5394
|
+
"iconSpace": "{system.integer.1}"
|
|
4406
5395
|
}
|
|
4407
5396
|
},
|
|
4408
5397
|
{
|
|
4409
5398
|
"if": {
|
|
4410
|
-
"
|
|
5399
|
+
"focus": true
|
|
4411
5400
|
},
|
|
4412
5401
|
"tokens": {
|
|
4413
|
-
"
|
|
5402
|
+
"color": "{palette.color.black}",
|
|
5403
|
+
"outerBorderColor": "{palette.color.black}",
|
|
5404
|
+
"outerBorderOutline": "{system.borderStyle.none}"
|
|
4414
5405
|
}
|
|
4415
5406
|
},
|
|
4416
5407
|
{
|
|
4417
5408
|
"if": {
|
|
4418
|
-
"
|
|
5409
|
+
"focus": true,
|
|
5410
|
+
"pressed": true
|
|
4419
5411
|
},
|
|
4420
5412
|
"tokens": {
|
|
4421
|
-
"
|
|
5413
|
+
"color": "{palette.color.dove}",
|
|
5414
|
+
"outerBorderColor": "{palette.color.dove}"
|
|
4422
5415
|
}
|
|
4423
5416
|
},
|
|
4424
5417
|
{
|
|
4425
5418
|
"if": {
|
|
4426
|
-
"
|
|
5419
|
+
"hover": true
|
|
4427
5420
|
},
|
|
4428
5421
|
"tokens": {
|
|
4429
|
-
"
|
|
5422
|
+
"color": "{palette.color.blackLight}",
|
|
5423
|
+
"textLine": "{system.textLine.none}"
|
|
4430
5424
|
}
|
|
4431
5425
|
},
|
|
4432
5426
|
{
|
|
4433
5427
|
"if": {
|
|
4434
|
-
"
|
|
5428
|
+
"pressed": true
|
|
4435
5429
|
},
|
|
4436
5430
|
"tokens": {
|
|
4437
|
-
"
|
|
5431
|
+
"color": "{palette.color.dove}",
|
|
5432
|
+
"textLine": "{system.textLine.none}"
|
|
4438
5433
|
}
|
|
4439
5434
|
},
|
|
4440
5435
|
{
|
|
4441
5436
|
"if": {
|
|
4442
|
-
"
|
|
5437
|
+
"alternative": true
|
|
4443
5438
|
},
|
|
4444
5439
|
"tokens": {
|
|
4445
|
-
"
|
|
5440
|
+
"color": "{palette.color.mortar}"
|
|
4446
5441
|
}
|
|
4447
5442
|
},
|
|
4448
5443
|
{
|
|
4449
5444
|
"if": {
|
|
4450
|
-
"
|
|
5445
|
+
"alternative": true,
|
|
5446
|
+
"focus": true
|
|
4451
5447
|
},
|
|
4452
5448
|
"tokens": {
|
|
4453
|
-
"
|
|
5449
|
+
"color": "{palette.color.mortar}",
|
|
5450
|
+
"outerBorderColor": "{palette.color.mortar}"
|
|
4454
5451
|
}
|
|
4455
5452
|
},
|
|
4456
5453
|
{
|
|
4457
5454
|
"if": {
|
|
4458
|
-
"
|
|
5455
|
+
"alternative": true,
|
|
5456
|
+
"hover": true
|
|
4459
5457
|
},
|
|
4460
5458
|
"tokens": {
|
|
4461
|
-
"
|
|
5459
|
+
"color": "{palette.color.blackLight}"
|
|
4462
5460
|
}
|
|
4463
5461
|
},
|
|
4464
5462
|
{
|
|
4465
5463
|
"if": {
|
|
4466
|
-
"
|
|
5464
|
+
"alternative": true,
|
|
5465
|
+
"pressed": true
|
|
4467
5466
|
},
|
|
4468
5467
|
"tokens": {
|
|
4469
|
-
"
|
|
5468
|
+
"color": "{palette.color.blackLight}"
|
|
4470
5469
|
}
|
|
4471
5470
|
},
|
|
4472
5471
|
{
|
|
4473
5472
|
"if": {
|
|
4474
|
-
"
|
|
5473
|
+
"alternative": true,
|
|
5474
|
+
"focus": true,
|
|
5475
|
+
"pressed": true
|
|
4475
5476
|
},
|
|
4476
5477
|
"tokens": {
|
|
4477
|
-
"
|
|
5478
|
+
"color": "{palette.color.blackLight}",
|
|
5479
|
+
"outerBorderColor": "{palette.color.blackLight}"
|
|
5480
|
+
}
|
|
5481
|
+
},
|
|
5482
|
+
{
|
|
5483
|
+
"if": {
|
|
5484
|
+
"inverse": true
|
|
5485
|
+
},
|
|
5486
|
+
"tokens": {
|
|
5487
|
+
"color": "{palette.color.white}"
|
|
5488
|
+
}
|
|
5489
|
+
},
|
|
5490
|
+
{
|
|
5491
|
+
"if": {
|
|
5492
|
+
"focus": true,
|
|
5493
|
+
"inverse": true
|
|
5494
|
+
},
|
|
5495
|
+
"tokens": {
|
|
5496
|
+
"color": "{palette.color.white}",
|
|
5497
|
+
"outerBorderColor": "{palette.color.white}"
|
|
5498
|
+
}
|
|
5499
|
+
},
|
|
5500
|
+
{
|
|
5501
|
+
"if": {
|
|
5502
|
+
"focus": true,
|
|
5503
|
+
"inverse": true,
|
|
5504
|
+
"pressed": true
|
|
5505
|
+
},
|
|
5506
|
+
"tokens": {
|
|
5507
|
+
"color": "{palette.color.silver}",
|
|
5508
|
+
"outerBorderColor": "{palette.color.silver}"
|
|
5509
|
+
}
|
|
5510
|
+
},
|
|
5511
|
+
{
|
|
5512
|
+
"if": {
|
|
5513
|
+
"hover": true,
|
|
5514
|
+
"inverse": true
|
|
5515
|
+
},
|
|
5516
|
+
"tokens": {
|
|
5517
|
+
"color": "{palette.color.gallery}"
|
|
5518
|
+
}
|
|
5519
|
+
},
|
|
5520
|
+
{
|
|
5521
|
+
"if": {
|
|
5522
|
+
"inverse": true,
|
|
5523
|
+
"pressed": true
|
|
5524
|
+
},
|
|
5525
|
+
"tokens": {
|
|
5526
|
+
"color": "{palette.color.silver}"
|
|
4478
5527
|
}
|
|
4479
5528
|
},
|
|
4480
5529
|
{
|
|
4481
5530
|
"if": {
|
|
4482
|
-
"
|
|
5531
|
+
"size": "micro"
|
|
4483
5532
|
},
|
|
4484
5533
|
"tokens": {
|
|
4485
|
-
"
|
|
5534
|
+
"blockFontName": "{palette.fontName.StagSans}",
|
|
5535
|
+
"blockFontSize": "{palette.fontSize.size12}",
|
|
5536
|
+
"blockFontWeight": "{palette.fontWeight.weight600}",
|
|
5537
|
+
"blockLineHeight": "{palette.lineHeight.ratio4to3}",
|
|
5538
|
+
"iconSize": "{palette.size.size12}"
|
|
4486
5539
|
}
|
|
4487
5540
|
},
|
|
4488
5541
|
{
|
|
4489
5542
|
"if": {
|
|
4490
|
-
"
|
|
5543
|
+
"size": "small"
|
|
4491
5544
|
},
|
|
4492
5545
|
"tokens": {
|
|
4493
|
-
"
|
|
5546
|
+
"blockFontSize": "{palette.fontSize.size14}",
|
|
5547
|
+
"blockLineHeight": "{palette.lineHeight.ratio10to7}",
|
|
5548
|
+
"iconSize": "{palette.size.size14}"
|
|
4494
5549
|
}
|
|
4495
5550
|
},
|
|
4496
5551
|
{
|
|
4497
5552
|
"if": {
|
|
4498
|
-
"
|
|
5553
|
+
"size": "large"
|
|
4499
5554
|
},
|
|
4500
5555
|
"tokens": {
|
|
4501
|
-
"
|
|
5556
|
+
"blockFontSize": "{palette.fontSize.size20}",
|
|
5557
|
+
"blockLineHeight": "{palette.lineHeight.ratio7to5}",
|
|
5558
|
+
"iconSize": "{palette.size.size24}"
|
|
4502
5559
|
}
|
|
4503
5560
|
},
|
|
4504
5561
|
{
|
|
4505
5562
|
"if": {
|
|
4506
|
-
"
|
|
5563
|
+
"quiet": true
|
|
4507
5564
|
},
|
|
4508
5565
|
"tokens": {
|
|
4509
|
-
"
|
|
5566
|
+
"textLine": "{system.textLine.none}"
|
|
4510
5567
|
}
|
|
4511
5568
|
},
|
|
4512
5569
|
{
|
|
4513
5570
|
"if": {
|
|
4514
|
-
"
|
|
5571
|
+
"hover": true,
|
|
5572
|
+
"quiet": true
|
|
4515
5573
|
},
|
|
4516
5574
|
"tokens": {
|
|
4517
|
-
"
|
|
5575
|
+
"color": "{palette.color.blackLight}",
|
|
5576
|
+
"textLine": "{system.textLine.underline}"
|
|
4518
5577
|
}
|
|
4519
5578
|
},
|
|
4520
5579
|
{
|
|
4521
5580
|
"if": {
|
|
4522
|
-
"
|
|
5581
|
+
"focus": true,
|
|
5582
|
+
"quiet": true
|
|
4523
5583
|
},
|
|
4524
5584
|
"tokens": {
|
|
4525
|
-
"
|
|
5585
|
+
"color": "{palette.color.black}",
|
|
5586
|
+
"textLine": "{system.textLine.none}"
|
|
4526
5587
|
}
|
|
4527
5588
|
},
|
|
4528
5589
|
{
|
|
4529
5590
|
"if": {
|
|
4530
|
-
"
|
|
5591
|
+
"pressed": true,
|
|
5592
|
+
"quiet": true
|
|
4531
5593
|
},
|
|
4532
5594
|
"tokens": {
|
|
4533
|
-
"
|
|
5595
|
+
"color": "{palette.color.mortar}",
|
|
5596
|
+
"textLine": "{system.textLine.underline}"
|
|
4534
5597
|
}
|
|
4535
5598
|
},
|
|
4536
5599
|
{
|
|
4537
5600
|
"if": {
|
|
4538
|
-
"
|
|
5601
|
+
"focus": true,
|
|
5602
|
+
"pressed": true,
|
|
5603
|
+
"quiet": true
|
|
4539
5604
|
},
|
|
4540
5605
|
"tokens": {
|
|
4541
|
-
"
|
|
4542
|
-
"
|
|
4543
|
-
"iconColor": "{palette.color.white}"
|
|
5606
|
+
"color": "{palette.color.mortar}",
|
|
5607
|
+
"textLine": "{system.textLine.underline}"
|
|
4544
5608
|
}
|
|
4545
5609
|
},
|
|
4546
5610
|
{
|
|
4547
5611
|
"if": {
|
|
4548
|
-
"
|
|
5612
|
+
"alternative": true,
|
|
5613
|
+
"hover": true,
|
|
5614
|
+
"quiet": true
|
|
4549
5615
|
},
|
|
4550
5616
|
"tokens": {
|
|
4551
|
-
"
|
|
4552
|
-
"
|
|
4553
|
-
"iconScale": "{system.iconScale.scale1_10}"
|
|
5617
|
+
"color": "{palette.color.mortar}",
|
|
5618
|
+
"textLine": "{system.textLine.underline}"
|
|
4554
5619
|
}
|
|
4555
5620
|
},
|
|
4556
5621
|
{
|
|
4557
5622
|
"if": {
|
|
4558
5623
|
"hover": true,
|
|
4559
|
-
"inverse": true
|
|
5624
|
+
"inverse": true,
|
|
5625
|
+
"quiet": true
|
|
4560
5626
|
},
|
|
4561
5627
|
"tokens": {
|
|
4562
|
-
"
|
|
4563
|
-
"
|
|
5628
|
+
"color": "{palette.color.gallery}",
|
|
5629
|
+
"textLine": "{system.textLine.underline}"
|
|
4564
5630
|
}
|
|
4565
5631
|
},
|
|
4566
5632
|
{
|
|
4567
5633
|
"if": {
|
|
4568
|
-
"
|
|
5634
|
+
"style": "inline"
|
|
4569
5635
|
},
|
|
4570
5636
|
"tokens": {
|
|
4571
|
-
"
|
|
4572
|
-
"borderColor": "{palette.color.black}",
|
|
4573
|
-
"iconColor": "{palette.color.black}",
|
|
4574
|
-
"outerBorderColor": "{palette.color.transparent}"
|
|
5637
|
+
"color": "{palette.color.black}"
|
|
4575
5638
|
}
|
|
4576
5639
|
},
|
|
4577
5640
|
{
|
|
4578
5641
|
"if": {
|
|
4579
5642
|
"focus": true,
|
|
4580
|
-
"
|
|
5643
|
+
"style": "inline"
|
|
4581
5644
|
},
|
|
4582
5645
|
"tokens": {
|
|
4583
|
-
"
|
|
4584
|
-
"
|
|
4585
|
-
"
|
|
4586
|
-
"outerBorderColor": "{palette.color.transparent}",
|
|
4587
|
-
"outerBorderWidth": "{palette.border.none}"
|
|
5646
|
+
"color": "{palette.color.black}",
|
|
5647
|
+
"outerBorderColor": "{palette.color.black}",
|
|
5648
|
+
"outerBorderOutline": "{system.borderStyle.none}"
|
|
4588
5649
|
}
|
|
4589
5650
|
},
|
|
4590
5651
|
{
|
|
4591
5652
|
"if": {
|
|
4592
|
-
"
|
|
5653
|
+
"hover": true,
|
|
5654
|
+
"style": "inline"
|
|
4593
5655
|
},
|
|
4594
5656
|
"tokens": {
|
|
4595
|
-
"
|
|
5657
|
+
"color": "{palette.color.blackLight}",
|
|
5658
|
+
"textLine": "{system.textLine.none}"
|
|
4596
5659
|
}
|
|
4597
5660
|
},
|
|
4598
5661
|
{
|
|
4599
5662
|
"if": {
|
|
4600
|
-
"
|
|
4601
|
-
"
|
|
5663
|
+
"pressed": true,
|
|
5664
|
+
"style": "inline"
|
|
4602
5665
|
},
|
|
4603
5666
|
"tokens": {
|
|
4604
|
-
"
|
|
4605
|
-
"
|
|
4606
|
-
"outerBorderWidth": "{palette.border.none}"
|
|
5667
|
+
"color": "{palette.color.mortar}",
|
|
5668
|
+
"textLine": "{system.textLine.none}"
|
|
4607
5669
|
}
|
|
4608
5670
|
},
|
|
4609
5671
|
{
|
|
4610
5672
|
"if": {
|
|
4611
|
-
"
|
|
4612
|
-
"pressed": true
|
|
5673
|
+
"focus": true,
|
|
5674
|
+
"pressed": true,
|
|
5675
|
+
"style": "inline"
|
|
4613
5676
|
},
|
|
4614
5677
|
"tokens": {
|
|
4615
|
-
"
|
|
4616
|
-
"iconColor": "{palette.color.dove}"
|
|
5678
|
+
"outerBorderColor": "{palette.color.mortar}"
|
|
4617
5679
|
}
|
|
4618
5680
|
},
|
|
4619
5681
|
{
|
|
4620
5682
|
"if": {
|
|
4621
|
-
"
|
|
4622
|
-
"pressed": true
|
|
5683
|
+
"style": "subtle"
|
|
4623
5684
|
},
|
|
4624
5685
|
"tokens": {
|
|
4625
|
-
"
|
|
4626
|
-
"borderColor": "{palette.color.silver}",
|
|
4627
|
-
"iconColor": "{palette.color.black}",
|
|
4628
|
-
"outerBorderWidth": "{system.border.zero}"
|
|
5686
|
+
"color": "{palette.color.mortar}"
|
|
4629
5687
|
}
|
|
4630
5688
|
},
|
|
4631
5689
|
{
|
|
4632
5690
|
"if": {
|
|
4633
|
-
"
|
|
4634
|
-
"
|
|
5691
|
+
"focus": true,
|
|
5692
|
+
"style": "subtle"
|
|
4635
5693
|
},
|
|
4636
5694
|
"tokens": {
|
|
4637
|
-
"
|
|
4638
|
-
"
|
|
4639
|
-
"
|
|
4640
|
-
"outerBorderGap": "{system.size.zero}"
|
|
5695
|
+
"color": "{palette.color.black}",
|
|
5696
|
+
"outerBorderColor": "{palette.color.black}",
|
|
5697
|
+
"outerBorderOutline": "{system.borderStyle.none}"
|
|
4641
5698
|
}
|
|
4642
5699
|
},
|
|
4643
5700
|
{
|
|
4644
5701
|
"if": {
|
|
4645
|
-
"
|
|
5702
|
+
"hover": true,
|
|
5703
|
+
"style": "subtle"
|
|
4646
5704
|
},
|
|
4647
5705
|
"tokens": {
|
|
4648
|
-
"
|
|
4649
|
-
"
|
|
5706
|
+
"color": "{palette.color.blackLight}",
|
|
5707
|
+
"textLine": "{system.textLine.none}"
|
|
4650
5708
|
}
|
|
4651
5709
|
},
|
|
4652
5710
|
{
|
|
4653
5711
|
"if": {
|
|
4654
|
-
"
|
|
5712
|
+
"pressed": true,
|
|
5713
|
+
"style": "subtle"
|
|
4655
5714
|
},
|
|
4656
5715
|
"tokens": {
|
|
4657
|
-
"
|
|
4658
|
-
"
|
|
5716
|
+
"color": "{palette.color.mortar}",
|
|
5717
|
+
"textLine": "{system.textLine.none}"
|
|
4659
5718
|
}
|
|
4660
5719
|
},
|
|
4661
5720
|
{
|
|
4662
|
-
"description": "Raised IconButtons follow different design patterns to other variants",
|
|
4663
5721
|
"if": {
|
|
4664
|
-
"
|
|
5722
|
+
"focus": true,
|
|
5723
|
+
"pressed": true,
|
|
5724
|
+
"style": "subtle"
|
|
4665
5725
|
},
|
|
4666
5726
|
"tokens": {
|
|
4667
|
-
"
|
|
4668
|
-
"shadow": "{palette.shadow.surfaceRaised}"
|
|
5727
|
+
"outerBorderColor": "{palette.color.mortar}"
|
|
4669
5728
|
}
|
|
4670
5729
|
},
|
|
4671
5730
|
{
|
|
4672
5731
|
"if": {
|
|
4673
|
-
"
|
|
4674
|
-
"raised": true
|
|
5732
|
+
"style": "feature"
|
|
4675
5733
|
},
|
|
4676
|
-
"tokens": {
|
|
5734
|
+
"tokens": {
|
|
5735
|
+
"color": "{palette.color.purple}"
|
|
5736
|
+
}
|
|
4677
5737
|
},
|
|
4678
5738
|
{
|
|
4679
5739
|
"if": {
|
|
4680
|
-
"
|
|
4681
|
-
"
|
|
5740
|
+
"focus": true,
|
|
5741
|
+
"style": "feature"
|
|
4682
5742
|
},
|
|
4683
5743
|
"tokens": {
|
|
4684
|
-
"
|
|
4685
|
-
"
|
|
5744
|
+
"color": "{palette.color.purple}",
|
|
5745
|
+
"outerBorderColor": "{palette.color.purple}",
|
|
5746
|
+
"outerBorderOutline": "{system.borderStyle.none}"
|
|
4686
5747
|
}
|
|
4687
5748
|
},
|
|
4688
5749
|
{
|
|
4689
5750
|
"if": {
|
|
4690
|
-
"
|
|
4691
|
-
"
|
|
5751
|
+
"hover": true,
|
|
5752
|
+
"style": "feature"
|
|
4692
5753
|
},
|
|
4693
5754
|
"tokens": {
|
|
4694
|
-
"
|
|
5755
|
+
"color": "{palette.color.purpleDark}",
|
|
5756
|
+
"textLine": "{system.textLine.none}"
|
|
4695
5757
|
}
|
|
4696
5758
|
},
|
|
4697
5759
|
{
|
|
4698
5760
|
"if": {
|
|
4699
|
-
"
|
|
4700
|
-
"
|
|
5761
|
+
"pressed": true,
|
|
5762
|
+
"style": "feature"
|
|
4701
5763
|
},
|
|
4702
5764
|
"tokens": {
|
|
4703
|
-
"
|
|
5765
|
+
"color": "{palette.color.mortar}",
|
|
5766
|
+
"textLine": "{system.textLine.none}"
|
|
4704
5767
|
}
|
|
4705
5768
|
},
|
|
4706
5769
|
{
|
|
4707
5770
|
"if": {
|
|
5771
|
+
"focus": true,
|
|
4708
5772
|
"pressed": true,
|
|
4709
|
-
"
|
|
5773
|
+
"style": "feature"
|
|
4710
5774
|
},
|
|
4711
5775
|
"tokens": {
|
|
4712
|
-
"
|
|
4713
|
-
"iconColor": "{palette.color.dove}"
|
|
5776
|
+
"outerBorderColor": "{palette.color.mortar}"
|
|
4714
5777
|
}
|
|
4715
5778
|
},
|
|
4716
5779
|
{
|
|
4717
5780
|
"if": {
|
|
4718
|
-
"
|
|
5781
|
+
"style": "danger"
|
|
4719
5782
|
},
|
|
4720
5783
|
"tokens": {
|
|
4721
|
-
"
|
|
5784
|
+
"color": "{palette.color.danger}"
|
|
4722
5785
|
}
|
|
4723
5786
|
},
|
|
4724
5787
|
{
|
|
4725
5788
|
"if": {
|
|
4726
|
-
"
|
|
5789
|
+
"focus": true,
|
|
5790
|
+
"style": "danger"
|
|
4727
5791
|
},
|
|
4728
5792
|
"tokens": {
|
|
4729
|
-
"
|
|
4730
|
-
"
|
|
4731
|
-
"
|
|
4732
|
-
|
|
4733
|
-
}
|
|
4734
|
-
}
|
|
4735
|
-
],
|
|
4736
|
-
"tokens": {
|
|
4737
|
-
"backgroundColor": "{palette.color.transparent}",
|
|
4738
|
-
"borderBottomLeftRadius": "{system.radius.none}",
|
|
4739
|
-
"borderBottomRightRadius": "{system.radius.none}",
|
|
4740
|
-
"borderBottomWidth": "{system.border.none}",
|
|
4741
|
-
"borderColor": "{system.color.transparent}",
|
|
4742
|
-
"borderLeftWidth": "{system.border.none}",
|
|
4743
|
-
"borderRadius": "{system.radius.round}",
|
|
4744
|
-
"borderRightWidth": "{system.border.none}",
|
|
4745
|
-
"borderTopLeftRadius": "{system.radius.none}",
|
|
4746
|
-
"borderTopRightRadius": "{system.radius.none}",
|
|
4747
|
-
"borderTopWidth": "{system.border.none}",
|
|
4748
|
-
"borderWidth": "{palette.border.border1}",
|
|
4749
|
-
"height": "{system.size.none}",
|
|
4750
|
-
"icon": "{palette.icon.Add}",
|
|
4751
|
-
"iconColor": "{palette.color.black}",
|
|
4752
|
-
"iconScale": "{system.iconScale.scale1}",
|
|
4753
|
-
"iconSize": "{palette.size.size16}",
|
|
4754
|
-
"iconTranslateX": "{system.size.zero}",
|
|
4755
|
-
"iconTranslateY": "{system.size.zero}",
|
|
4756
|
-
"outerBorderColor": "{system.color.transparent}",
|
|
4757
|
-
"outerBorderGap": "{system.size.zero}",
|
|
4758
|
-
"outerBorderWidth": "{system.border.zero}",
|
|
4759
|
-
"padding": "{palette.size.size4}",
|
|
4760
|
-
"shadow": "{system.shadow.none}",
|
|
4761
|
-
"width": "{system.size.none}"
|
|
4762
|
-
}
|
|
4763
|
-
},
|
|
4764
|
-
"Image": {
|
|
4765
|
-
"appearances": {},
|
|
4766
|
-
"rules": [],
|
|
4767
|
-
"tokens": {
|
|
4768
|
-
"borderRadius": "{system.radius.none}"
|
|
4769
|
-
}
|
|
4770
|
-
},
|
|
4771
|
-
"InputLabel": {
|
|
4772
|
-
"appearances": {},
|
|
4773
|
-
"rules": [],
|
|
4774
|
-
"tokens": {
|
|
4775
|
-
"color": "{palette.color.black}",
|
|
4776
|
-
"fontName": "{palette.fontName.StagSans}",
|
|
4777
|
-
"fontSize": "{palette.fontSize.size16}",
|
|
4778
|
-
"fontWeight": "{palette.fontWeight.weight600}",
|
|
4779
|
-
"gap": "{palette.size.size8}",
|
|
4780
|
-
"hintColor": "{palette.color.black}",
|
|
4781
|
-
"hintFontName": "{palette.fontName.StagSans}",
|
|
4782
|
-
"hintFontSize": "{palette.fontSize.size14}",
|
|
4783
|
-
"hintFontWeight": "{palette.fontWeight.weight400}",
|
|
4784
|
-
"hintLineHeight": "{palette.lineHeight.ratio10to7}",
|
|
4785
|
-
"lineHeight": "{palette.lineHeight.ratio3to2}"
|
|
4786
|
-
}
|
|
4787
|
-
},
|
|
4788
|
-
"InputSupports": {
|
|
4789
|
-
"appearances": {},
|
|
4790
|
-
"rules": [],
|
|
4791
|
-
"tokens": {
|
|
4792
|
-
"space": "{system.integer.1}"
|
|
4793
|
-
}
|
|
4794
|
-
},
|
|
4795
|
-
"Link": {
|
|
4796
|
-
"appearances": {
|
|
4797
|
-
"alternative": {
|
|
4798
|
-
"type": "variant",
|
|
4799
|
-
"values": [true]
|
|
5793
|
+
"color": "{palette.color.danger}",
|
|
5794
|
+
"outerBorderColor": "{palette.color.danger}",
|
|
5795
|
+
"outerBorderOutline": "{system.borderStyle.none}"
|
|
5796
|
+
}
|
|
4800
5797
|
},
|
|
4801
|
-
|
|
4802
|
-
|
|
4803
|
-
|
|
4804
|
-
|
|
4805
|
-
|
|
4806
|
-
"
|
|
5798
|
+
{
|
|
5799
|
+
"if": {
|
|
5800
|
+
"hover": true,
|
|
5801
|
+
"style": "danger"
|
|
5802
|
+
},
|
|
5803
|
+
"tokens": {
|
|
5804
|
+
"color": "{palette.color.danger}",
|
|
5805
|
+
"textLine": "{system.textLine.none}"
|
|
5806
|
+
}
|
|
4807
5807
|
},
|
|
4808
|
-
|
|
4809
|
-
|
|
4810
|
-
|
|
4811
|
-
|
|
4812
|
-
|
|
5808
|
+
{
|
|
5809
|
+
"if": {
|
|
5810
|
+
"pressed": true,
|
|
5811
|
+
"style": "danger"
|
|
5812
|
+
},
|
|
5813
|
+
"tokens": {
|
|
5814
|
+
"color": "{palette.color.mortar}",
|
|
5815
|
+
"textLine": "{system.textLine.none}"
|
|
5816
|
+
}
|
|
4813
5817
|
},
|
|
4814
|
-
"size": {
|
|
4815
|
-
"description": "Text sizes for block links; similar but not always identical to Typography sizes.",
|
|
4816
|
-
"type": "variant",
|
|
4817
|
-
"values": ["micro", "small", "large"]
|
|
4818
|
-
}
|
|
4819
|
-
},
|
|
4820
|
-
"rules": [
|
|
4821
5818
|
{
|
|
4822
5819
|
"if": {
|
|
4823
|
-
"
|
|
5820
|
+
"focus": true,
|
|
5821
|
+
"pressed": true,
|
|
5822
|
+
"style": "danger"
|
|
4824
5823
|
},
|
|
4825
5824
|
"tokens": {
|
|
4826
|
-
"
|
|
5825
|
+
"outerBorderColor": "{palette.color.mortar}"
|
|
4827
5826
|
}
|
|
4828
5827
|
},
|
|
4829
5828
|
{
|
|
4830
5829
|
"if": {
|
|
4831
|
-
"
|
|
5830
|
+
"style": "inverse"
|
|
4832
5831
|
},
|
|
4833
5832
|
"tokens": {
|
|
4834
|
-
"
|
|
5833
|
+
"color": "{palette.color.white}"
|
|
4835
5834
|
}
|
|
4836
5835
|
},
|
|
4837
5836
|
{
|
|
4838
5837
|
"if": {
|
|
4839
|
-
"focus": true
|
|
5838
|
+
"focus": true,
|
|
5839
|
+
"style": "inverse"
|
|
4840
5840
|
},
|
|
4841
5841
|
"tokens": {
|
|
4842
|
-
"color": "{palette.color.
|
|
4843
|
-
"outerBorderColor": "{palette.color.
|
|
5842
|
+
"color": "{palette.color.white}",
|
|
5843
|
+
"outerBorderColor": "{palette.color.white}",
|
|
4844
5844
|
"outerBorderOutline": "{system.borderStyle.none}"
|
|
4845
5845
|
}
|
|
4846
5846
|
},
|
|
4847
5847
|
{
|
|
4848
5848
|
"if": {
|
|
4849
|
-
"
|
|
4850
|
-
"
|
|
5849
|
+
"hover": true,
|
|
5850
|
+
"style": "inverse"
|
|
5851
|
+
},
|
|
5852
|
+
"tokens": {
|
|
5853
|
+
"color": "{palette.color.gallery}",
|
|
5854
|
+
"textLine": "{system.textLine.none}"
|
|
5855
|
+
}
|
|
5856
|
+
},
|
|
5857
|
+
{
|
|
5858
|
+
"if": {
|
|
5859
|
+
"pressed": true,
|
|
5860
|
+
"style": "inverse"
|
|
4851
5861
|
},
|
|
4852
5862
|
"tokens": {
|
|
4853
5863
|
"color": "{palette.color.dove}",
|
|
5864
|
+
"textLine": "{system.textLine.none}"
|
|
5865
|
+
}
|
|
5866
|
+
},
|
|
5867
|
+
{
|
|
5868
|
+
"if": {
|
|
5869
|
+
"focus": true,
|
|
5870
|
+
"pressed": true,
|
|
5871
|
+
"style": "inverse"
|
|
5872
|
+
},
|
|
5873
|
+
"tokens": {
|
|
4854
5874
|
"outerBorderColor": "{palette.color.dove}"
|
|
4855
5875
|
}
|
|
4856
5876
|
},
|
|
4857
5877
|
{
|
|
4858
5878
|
"if": {
|
|
4859
|
-
"
|
|
5879
|
+
"quiet": true,
|
|
5880
|
+
"style": "inline"
|
|
4860
5881
|
},
|
|
4861
5882
|
"tokens": {
|
|
4862
|
-
"color": "{palette.color.
|
|
5883
|
+
"color": "{palette.color.black}",
|
|
4863
5884
|
"textLine": "{system.textLine.none}"
|
|
4864
5885
|
}
|
|
4865
5886
|
},
|
|
4866
5887
|
{
|
|
4867
5888
|
"if": {
|
|
4868
|
-
"
|
|
5889
|
+
"focus": true,
|
|
5890
|
+
"quiet": true,
|
|
5891
|
+
"style": "inline"
|
|
4869
5892
|
},
|
|
4870
5893
|
"tokens": {
|
|
4871
|
-
"color": "{palette.color.
|
|
5894
|
+
"color": "{palette.color.black}",
|
|
5895
|
+
"outerBorderColor": "{palette.color.black}",
|
|
5896
|
+
"outerBorderOutline": "{system.borderStyle.none}",
|
|
4872
5897
|
"textLine": "{system.textLine.none}"
|
|
4873
5898
|
}
|
|
4874
5899
|
},
|
|
4875
5900
|
{
|
|
4876
5901
|
"if": {
|
|
4877
|
-
"
|
|
5902
|
+
"hover": true,
|
|
5903
|
+
"quiet": true,
|
|
5904
|
+
"style": "inline"
|
|
5905
|
+
},
|
|
5906
|
+
"tokens": {
|
|
5907
|
+
"color": "{palette.color.blackLight}",
|
|
5908
|
+
"textLine": "{system.textLine.underline}"
|
|
5909
|
+
}
|
|
5910
|
+
},
|
|
5911
|
+
{
|
|
5912
|
+
"if": {
|
|
5913
|
+
"pressed": true,
|
|
5914
|
+
"quiet": true,
|
|
5915
|
+
"style": "inline"
|
|
4878
5916
|
},
|
|
4879
5917
|
"tokens": {
|
|
4880
5918
|
"color": "{palette.color.mortar}"
|
|
@@ -4882,161 +5920,234 @@
|
|
|
4882
5920
|
},
|
|
4883
5921
|
{
|
|
4884
5922
|
"if": {
|
|
4885
|
-
"
|
|
4886
|
-
"
|
|
5923
|
+
"focus": true,
|
|
5924
|
+
"pressed": true,
|
|
5925
|
+
"quiet": true,
|
|
5926
|
+
"style": "inline"
|
|
4887
5927
|
},
|
|
4888
5928
|
"tokens": {
|
|
4889
|
-
"color": "{palette.color.mortar}",
|
|
4890
5929
|
"outerBorderColor": "{palette.color.mortar}"
|
|
4891
5930
|
}
|
|
4892
5931
|
},
|
|
4893
5932
|
{
|
|
4894
5933
|
"if": {
|
|
4895
|
-
"
|
|
4896
|
-
"
|
|
5934
|
+
"quiet": true,
|
|
5935
|
+
"style": "subtle"
|
|
4897
5936
|
},
|
|
4898
5937
|
"tokens": {
|
|
4899
|
-
"color": "{palette.color.
|
|
5938
|
+
"color": "{palette.color.mortar}",
|
|
5939
|
+
"textLine": "{system.textLine.none}"
|
|
4900
5940
|
}
|
|
4901
5941
|
},
|
|
4902
5942
|
{
|
|
4903
5943
|
"if": {
|
|
4904
|
-
"
|
|
4905
|
-
"
|
|
5944
|
+
"focus": true,
|
|
5945
|
+
"quiet": true,
|
|
5946
|
+
"style": "subtle"
|
|
4906
5947
|
},
|
|
4907
5948
|
"tokens": {
|
|
4908
|
-
"color": "{palette.color.
|
|
5949
|
+
"color": "{palette.color.black}",
|
|
5950
|
+
"outerBorderColor": "{palette.color.black}",
|
|
5951
|
+
"outerBorderOutline": "{system.borderStyle.none}",
|
|
5952
|
+
"textLine": "{system.textLine.none}"
|
|
4909
5953
|
}
|
|
4910
5954
|
},
|
|
4911
5955
|
{
|
|
4912
5956
|
"if": {
|
|
4913
|
-
"
|
|
4914
|
-
"
|
|
4915
|
-
"
|
|
5957
|
+
"hover": true,
|
|
5958
|
+
"quiet": true,
|
|
5959
|
+
"style": "subtle"
|
|
4916
5960
|
},
|
|
4917
5961
|
"tokens": {
|
|
4918
5962
|
"color": "{palette.color.blackLight}",
|
|
4919
|
-
"
|
|
5963
|
+
"textLine": "{system.textLine.underline}"
|
|
4920
5964
|
}
|
|
4921
5965
|
},
|
|
4922
5966
|
{
|
|
4923
5967
|
"if": {
|
|
4924
|
-
"
|
|
5968
|
+
"pressed": true,
|
|
5969
|
+
"quiet": true,
|
|
5970
|
+
"style": "subtle"
|
|
4925
5971
|
},
|
|
4926
5972
|
"tokens": {
|
|
4927
|
-
"color": "{palette.color.
|
|
5973
|
+
"color": "{palette.color.mortar}"
|
|
4928
5974
|
}
|
|
4929
5975
|
},
|
|
4930
5976
|
{
|
|
4931
5977
|
"if": {
|
|
4932
5978
|
"focus": true,
|
|
4933
|
-
"
|
|
5979
|
+
"pressed": true,
|
|
5980
|
+
"quiet": true,
|
|
5981
|
+
"style": "subtle"
|
|
4934
5982
|
},
|
|
4935
5983
|
"tokens": {
|
|
4936
|
-
"
|
|
4937
|
-
"outerBorderColor": "{palette.color.white}"
|
|
5984
|
+
"outerBorderColor": "{palette.color.mortar}"
|
|
4938
5985
|
}
|
|
4939
5986
|
},
|
|
4940
5987
|
{
|
|
4941
5988
|
"if": {
|
|
4942
|
-
"
|
|
4943
|
-
"
|
|
4944
|
-
"pressed": true
|
|
5989
|
+
"quiet": true,
|
|
5990
|
+
"style": "feature"
|
|
4945
5991
|
},
|
|
4946
5992
|
"tokens": {
|
|
4947
|
-
"color": "{palette.color.
|
|
4948
|
-
"
|
|
5993
|
+
"color": "{palette.color.purple}",
|
|
5994
|
+
"textLine": "{system.textLine.none}"
|
|
4949
5995
|
}
|
|
4950
5996
|
},
|
|
4951
5997
|
{
|
|
4952
5998
|
"if": {
|
|
4953
|
-
"
|
|
4954
|
-
"
|
|
5999
|
+
"focus": true,
|
|
6000
|
+
"quiet": true,
|
|
6001
|
+
"style": "feature"
|
|
4955
6002
|
},
|
|
4956
6003
|
"tokens": {
|
|
4957
|
-
"color": "{palette.color.
|
|
6004
|
+
"color": "{palette.color.purple}",
|
|
6005
|
+
"outerBorderColor": "{palette.color.purple}",
|
|
6006
|
+
"outerBorderOutline": "{system.borderStyle.none}",
|
|
6007
|
+
"textLine": "{system.textLine.none}"
|
|
4958
6008
|
}
|
|
4959
6009
|
},
|
|
4960
6010
|
{
|
|
4961
6011
|
"if": {
|
|
4962
|
-
"
|
|
4963
|
-
"
|
|
6012
|
+
"hover": true,
|
|
6013
|
+
"quiet": true,
|
|
6014
|
+
"style": "feature"
|
|
4964
6015
|
},
|
|
4965
6016
|
"tokens": {
|
|
4966
|
-
"color": "{palette.color.
|
|
6017
|
+
"color": "{palette.color.purpleDark}",
|
|
6018
|
+
"textLine": "{system.textLine.underline}"
|
|
4967
6019
|
}
|
|
4968
6020
|
},
|
|
4969
6021
|
{
|
|
4970
6022
|
"if": {
|
|
4971
|
-
"
|
|
6023
|
+
"pressed": true,
|
|
6024
|
+
"quiet": true,
|
|
6025
|
+
"style": "feature"
|
|
4972
6026
|
},
|
|
4973
6027
|
"tokens": {
|
|
4974
|
-
"
|
|
4975
|
-
"blockFontSize": "{palette.fontSize.size12}",
|
|
4976
|
-
"blockFontWeight": "{palette.fontWeight.weight600}",
|
|
4977
|
-
"blockLineHeight": "{palette.lineHeight.ratio4to3}",
|
|
4978
|
-
"iconSize": "{palette.size.size12}"
|
|
6028
|
+
"color": "{palette.color.mortar}"
|
|
4979
6029
|
}
|
|
4980
6030
|
},
|
|
4981
6031
|
{
|
|
4982
6032
|
"if": {
|
|
4983
|
-
"
|
|
6033
|
+
"focus": true,
|
|
6034
|
+
"pressed": true,
|
|
6035
|
+
"quiet": true,
|
|
6036
|
+
"style": "feature"
|
|
4984
6037
|
},
|
|
4985
6038
|
"tokens": {
|
|
4986
|
-
"
|
|
4987
|
-
"blockLineHeight": "{palette.lineHeight.ratio10to7}",
|
|
4988
|
-
"iconSize": "{palette.size.size14}"
|
|
6039
|
+
"outerBorderColor": "{palette.color.mortar}"
|
|
4989
6040
|
}
|
|
4990
6041
|
},
|
|
4991
6042
|
{
|
|
4992
6043
|
"if": {
|
|
4993
|
-
"
|
|
6044
|
+
"quiet": true,
|
|
6045
|
+
"style": "danger"
|
|
4994
6046
|
},
|
|
4995
6047
|
"tokens": {
|
|
4996
|
-
"
|
|
4997
|
-
"
|
|
4998
|
-
"iconSize": "{palette.size.size24}"
|
|
6048
|
+
"color": "{palette.color.danger}",
|
|
6049
|
+
"textLine": "{system.textLine.none}"
|
|
4999
6050
|
}
|
|
5000
6051
|
},
|
|
5001
6052
|
{
|
|
5002
6053
|
"if": {
|
|
5003
|
-
"
|
|
6054
|
+
"focus": true,
|
|
6055
|
+
"quiet": true,
|
|
6056
|
+
"style": "danger"
|
|
5004
6057
|
},
|
|
5005
6058
|
"tokens": {
|
|
6059
|
+
"color": "{palette.color.danger}",
|
|
6060
|
+
"outerBorderColor": "{palette.color.danger}",
|
|
6061
|
+
"outerBorderOutline": "{system.borderStyle.none}",
|
|
5006
6062
|
"textLine": "{system.textLine.none}"
|
|
5007
6063
|
}
|
|
5008
6064
|
},
|
|
5009
6065
|
{
|
|
5010
6066
|
"if": {
|
|
5011
6067
|
"hover": true,
|
|
5012
|
-
"quiet": true
|
|
6068
|
+
"quiet": true,
|
|
6069
|
+
"style": "danger"
|
|
5013
6070
|
},
|
|
5014
6071
|
"tokens": {
|
|
5015
|
-
"color": "{palette.color.
|
|
6072
|
+
"color": "{palette.color.danger}",
|
|
5016
6073
|
"textLine": "{system.textLine.underline}"
|
|
5017
6074
|
}
|
|
5018
6075
|
},
|
|
5019
6076
|
{
|
|
5020
6077
|
"if": {
|
|
5021
|
-
"
|
|
5022
|
-
"
|
|
5023
|
-
"
|
|
6078
|
+
"pressed": true,
|
|
6079
|
+
"quiet": true,
|
|
6080
|
+
"style": "danger"
|
|
5024
6081
|
},
|
|
5025
6082
|
"tokens": {
|
|
5026
|
-
"color": "{palette.color.mortar}"
|
|
5027
|
-
|
|
6083
|
+
"color": "{palette.color.mortar}"
|
|
6084
|
+
}
|
|
6085
|
+
},
|
|
6086
|
+
{
|
|
6087
|
+
"if": {
|
|
6088
|
+
"focus": true,
|
|
6089
|
+
"pressed": true,
|
|
6090
|
+
"quiet": true,
|
|
6091
|
+
"style": "danger"
|
|
6092
|
+
},
|
|
6093
|
+
"tokens": {
|
|
6094
|
+
"outerBorderColor": "{palette.color.mortar}"
|
|
6095
|
+
}
|
|
6096
|
+
},
|
|
6097
|
+
{
|
|
6098
|
+
"if": {
|
|
6099
|
+
"quiet": true,
|
|
6100
|
+
"style": "inverse"
|
|
6101
|
+
},
|
|
6102
|
+
"tokens": {
|
|
6103
|
+
"color": "{palette.color.white}",
|
|
6104
|
+
"textLine": "{system.textLine.none}"
|
|
6105
|
+
}
|
|
6106
|
+
},
|
|
6107
|
+
{
|
|
6108
|
+
"if": {
|
|
6109
|
+
"focus": true,
|
|
6110
|
+
"quiet": true,
|
|
6111
|
+
"style": "inverse"
|
|
6112
|
+
},
|
|
6113
|
+
"tokens": {
|
|
6114
|
+
"color": "{palette.color.white}",
|
|
6115
|
+
"outerBorderColor": "{palette.color.white}",
|
|
6116
|
+
"outerBorderOutline": "{system.borderStyle.none}",
|
|
6117
|
+
"textLine": "{system.textLine.none}"
|
|
5028
6118
|
}
|
|
5029
6119
|
},
|
|
5030
6120
|
{
|
|
5031
6121
|
"if": {
|
|
5032
6122
|
"hover": true,
|
|
5033
|
-
"
|
|
5034
|
-
"
|
|
6123
|
+
"quiet": true,
|
|
6124
|
+
"style": "inverse"
|
|
5035
6125
|
},
|
|
5036
6126
|
"tokens": {
|
|
5037
6127
|
"color": "{palette.color.gallery}",
|
|
5038
6128
|
"textLine": "{system.textLine.underline}"
|
|
5039
6129
|
}
|
|
6130
|
+
},
|
|
6131
|
+
{
|
|
6132
|
+
"if": {
|
|
6133
|
+
"pressed": true,
|
|
6134
|
+
"quiet": true,
|
|
6135
|
+
"style": "inverse"
|
|
6136
|
+
},
|
|
6137
|
+
"tokens": {
|
|
6138
|
+
"color": "{palette.color.dove}"
|
|
6139
|
+
}
|
|
6140
|
+
},
|
|
6141
|
+
{
|
|
6142
|
+
"if": {
|
|
6143
|
+
"focus": true,
|
|
6144
|
+
"pressed": true,
|
|
6145
|
+
"quiet": true,
|
|
6146
|
+
"style": "inverse"
|
|
6147
|
+
},
|
|
6148
|
+
"tokens": {
|
|
6149
|
+
"outerBorderColor": "{palette.color.dove}"
|
|
6150
|
+
}
|
|
5040
6151
|
}
|
|
5041
6152
|
],
|
|
5042
6153
|
"tokens": {
|
|
@@ -5558,6 +6669,10 @@
|
|
|
5558
6669
|
"appearances": {
|
|
5559
6670
|
"maxHeight": "{appearances.MultiSelectFilter.maxHeight}",
|
|
5560
6671
|
"maxWidth": "{appearances.MultiSelectFilter.maxWidth}",
|
|
6672
|
+
"selected": {
|
|
6673
|
+
"type": "state",
|
|
6674
|
+
"values": [true]
|
|
6675
|
+
},
|
|
5561
6676
|
"viewport": "{appearances.system.viewport}"
|
|
5562
6677
|
},
|
|
5563
6678
|
"rules": [
|
|
@@ -5588,6 +6703,15 @@
|
|
|
5588
6703
|
"tokens": {
|
|
5589
6704
|
"maxWidthSize": "{palette.size.size544}"
|
|
5590
6705
|
}
|
|
6706
|
+
},
|
|
6707
|
+
{
|
|
6708
|
+
"if": {
|
|
6709
|
+
"selected": true
|
|
6710
|
+
},
|
|
6711
|
+
"tokens": {
|
|
6712
|
+
"buttonIconBackgroundColor": "{palette.color.black}",
|
|
6713
|
+
"labelColor": "{palette.color.white}"
|
|
6714
|
+
}
|
|
5591
6715
|
}
|
|
5592
6716
|
],
|
|
5593
6717
|
"tokens": {
|
|
@@ -5616,7 +6740,7 @@
|
|
|
5616
6740
|
"labelPaddingLeft": "{palette.size.size24}",
|
|
5617
6741
|
"labelPaddingRight": "{palette.size.size16}",
|
|
5618
6742
|
"labelPaddingTop": "{palette.size.size8}",
|
|
5619
|
-
"maxHeightSize": "{
|
|
6743
|
+
"maxHeightSize": "{palette.size.size480}",
|
|
5620
6744
|
"maxWidthSize": "{system.size.zero}",
|
|
5621
6745
|
"minHeight": "{system.size.zero}",
|
|
5622
6746
|
"minWidth": "{palette.size.size320}",
|
|
@@ -5792,8 +6916,8 @@
|
|
|
5792
6916
|
"viewport": ["xl"]
|
|
5793
6917
|
},
|
|
5794
6918
|
"tokens": {
|
|
5795
|
-
"containerPaddingLeft": "{palette.size.
|
|
5796
|
-
"containerPaddingRight": "{palette.size.
|
|
6919
|
+
"containerPaddingLeft": "{palette.size.size0}",
|
|
6920
|
+
"containerPaddingRight": "{palette.size.size0}"
|
|
5797
6921
|
}
|
|
5798
6922
|
},
|
|
5799
6923
|
{
|
|
@@ -7175,10 +8299,10 @@
|
|
|
7175
8299
|
"containerBackgroundColor": "{palette.color.transparent}",
|
|
7176
8300
|
"containerBorderRadius": "{palette.radius.none}",
|
|
7177
8301
|
"containerOpacity": "{system.opacity.opaque}",
|
|
7178
|
-
"containerPaddingBottom": "{palette.size.
|
|
7179
|
-
"containerPaddingLeft": "{palette.size.
|
|
8302
|
+
"containerPaddingBottom": "{palette.size.size0}",
|
|
8303
|
+
"containerPaddingLeft": "{palette.size.size0}",
|
|
7180
8304
|
"containerPaddingRight": "{palette.size.size0}",
|
|
7181
|
-
"containerPaddingTop": "{palette.size.
|
|
8305
|
+
"containerPaddingTop": "{palette.size.size0}",
|
|
7182
8306
|
"containerShadow": "{system.shadow.none}",
|
|
7183
8307
|
"descriptionFontName": "{palette.fontName.StagSans}",
|
|
7184
8308
|
"descriptionFontSize": "{palette.fontSize.size14}",
|