@telus-uds/theme-koodo 7.3.0 → 7.4.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/build/android/ActivityIndicator.json +12 -1
- package/build/android/Card.json +59 -1
- 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 +410 -9
- package/build/ios/ActivityIndicator.json +12 -1
- package/build/ios/Card.json +59 -1
- 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 +410 -9
- 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 +31 -3
- package/build/rn/CardGroup.js +1 -1
- package/build/rn/Carousel.js +1 -1
- package/build/rn/CarouselTabsPanelItem.js +1 -1
- package/build/rn/CarouselThumbnail.js +1 -1
- package/build/rn/Checkbox.js +1 -1
- package/build/rn/CheckboxCard.js +1 -1
- package/build/rn/CheckboxCardGroup.js +1 -1
- package/build/rn/CheckboxGroup.js +1 -1
- package/build/rn/ChevronLink.js +1 -1
- package/build/rn/ColourToggle.js +1 -1
- package/build/rn/Countdown.js +1 -1
- package/build/rn/DatePicker.js +1 -1
- package/build/rn/Disclaimer.js +1 -1
- package/build/rn/Divider.js +1 -1
- package/build/rn/DownloadApp.js +1 -1
- package/build/rn/ExpandCollapse.js +1 -1
- package/build/rn/ExpandCollapseControl.js +1 -1
- package/build/rn/ExpandCollapseMini.js +1 -1
- package/build/rn/ExpandCollapseMiniControl.js +1 -1
- package/build/rn/ExpandCollapsePanel.js +1 -1
- package/build/rn/Feedback.js +1 -1
- package/build/rn/Fieldset.js +1 -1
- package/build/rn/FileUpload.js +1 -1
- package/build/rn/Footnote.js +1 -1
- package/build/rn/FootnoteLink.js +1 -1
- package/build/rn/HorizontalScrollButton.js +1 -1
- package/build/rn/Icon.js +1 -1
- package/build/rn/IconButton.js +1 -1
- package/build/rn/Image.js +1 -1
- package/build/rn/InputLabel.js +1 -1
- package/build/rn/InputSupports.js +1 -1
- package/build/rn/Link.js +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 +299 -10
- 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 +31 -3
- package/build/web/CardGroup.js +1 -1
- package/build/web/Carousel.js +1 -1
- package/build/web/CarouselTabsPanelItem.js +1 -1
- package/build/web/CarouselThumbnail.js +1 -1
- package/build/web/Checkbox.js +1 -1
- package/build/web/CheckboxCard.js +1 -1
- package/build/web/CheckboxCardGroup.js +1 -1
- package/build/web/CheckboxGroup.js +1 -1
- package/build/web/ChevronLink.js +1 -1
- package/build/web/ColourToggle.js +1 -1
- package/build/web/Countdown.js +1 -1
- package/build/web/DatePicker.js +1 -1
- package/build/web/Disclaimer.js +1 -1
- package/build/web/Divider.js +1 -1
- package/build/web/DownloadApp.js +1 -1
- package/build/web/ExpandCollapse.js +1 -1
- package/build/web/ExpandCollapseControl.js +1 -1
- package/build/web/ExpandCollapseMini.js +1 -1
- package/build/web/ExpandCollapseMiniControl.js +1 -1
- package/build/web/ExpandCollapsePanel.js +1 -1
- package/build/web/Feedback.js +1 -1
- package/build/web/Fieldset.js +1 -1
- package/build/web/FileUpload.js +1 -1
- package/build/web/Footnote.js +1 -1
- package/build/web/FootnoteLink.js +1 -1
- package/build/web/HorizontalScrollButton.js +1 -1
- package/build/web/Icon.js +1 -1
- package/build/web/IconButton.js +1 -1
- package/build/web/Image.js +1 -1
- package/build/web/InputLabel.js +1 -1
- package/build/web/InputSupports.js +1 -1
- package/build/web/Link.js +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 +299 -10
- package/package.json +2 -2
- package/theme.json +788 -146
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": {
|
|
@@ -1680,6 +1686,14 @@
|
|
|
1680
1686
|
"viewport": "{appearances.system.viewport}"
|
|
1681
1687
|
},
|
|
1682
1688
|
"rules": [
|
|
1689
|
+
{
|
|
1690
|
+
"if": {
|
|
1691
|
+
"interactive": true
|
|
1692
|
+
},
|
|
1693
|
+
"tokens": {
|
|
1694
|
+
"backgroundColor": "{system.color.transparent}"
|
|
1695
|
+
}
|
|
1696
|
+
},
|
|
1683
1697
|
{
|
|
1684
1698
|
"if": {
|
|
1685
1699
|
"interactive": true,
|
|
@@ -2051,7 +2065,7 @@
|
|
|
2051
2065
|
"interactive": true
|
|
2052
2066
|
},
|
|
2053
2067
|
"tokens": {
|
|
2054
|
-
"backgroundColor": "{palette.color.
|
|
2068
|
+
"backgroundColor": "{palette.color.dark5}",
|
|
2055
2069
|
"borderColor": "{system.color.transparent}"
|
|
2056
2070
|
}
|
|
2057
2071
|
},
|
|
@@ -2071,7 +2085,7 @@
|
|
|
2071
2085
|
"pressed": true
|
|
2072
2086
|
},
|
|
2073
2087
|
"tokens": {
|
|
2074
|
-
"backgroundColor": "{palette.color.
|
|
2088
|
+
"backgroundColor": "{palette.color.dark10}",
|
|
2075
2089
|
"borderColor": "{palette.color.silver}",
|
|
2076
2090
|
"borderWidth": "{palette.border.border2}"
|
|
2077
2091
|
}
|
|
@@ -2087,6 +2101,66 @@
|
|
|
2087
2101
|
"borderColor": "{palette.color.black}",
|
|
2088
2102
|
"borderWidth": "{palette.border.border1}"
|
|
2089
2103
|
}
|
|
2104
|
+
},
|
|
2105
|
+
{
|
|
2106
|
+
"if": {
|
|
2107
|
+
"hover": true,
|
|
2108
|
+
"interactive": true,
|
|
2109
|
+
"style": "dark"
|
|
2110
|
+
},
|
|
2111
|
+
"tokens": {
|
|
2112
|
+
"backgroundColor": "{palette.color.light10}"
|
|
2113
|
+
}
|
|
2114
|
+
},
|
|
2115
|
+
{
|
|
2116
|
+
"if": {
|
|
2117
|
+
"hover": true,
|
|
2118
|
+
"interactive": true,
|
|
2119
|
+
"style": "darker"
|
|
2120
|
+
},
|
|
2121
|
+
"tokens": {
|
|
2122
|
+
"backgroundColor": "{palette.color.light10}"
|
|
2123
|
+
}
|
|
2124
|
+
},
|
|
2125
|
+
{
|
|
2126
|
+
"if": {
|
|
2127
|
+
"hover": true,
|
|
2128
|
+
"interactive": true,
|
|
2129
|
+
"style": "darkest"
|
|
2130
|
+
},
|
|
2131
|
+
"tokens": {
|
|
2132
|
+
"backgroundColor": "{palette.color.light10}"
|
|
2133
|
+
}
|
|
2134
|
+
},
|
|
2135
|
+
{
|
|
2136
|
+
"if": {
|
|
2137
|
+
"interactive": true,
|
|
2138
|
+
"pressed": true,
|
|
2139
|
+
"style": "dark"
|
|
2140
|
+
},
|
|
2141
|
+
"tokens": {
|
|
2142
|
+
"backgroundColor": "{palette.color.light20}"
|
|
2143
|
+
}
|
|
2144
|
+
},
|
|
2145
|
+
{
|
|
2146
|
+
"if": {
|
|
2147
|
+
"interactive": true,
|
|
2148
|
+
"pressed": true,
|
|
2149
|
+
"style": "darker"
|
|
2150
|
+
},
|
|
2151
|
+
"tokens": {
|
|
2152
|
+
"backgroundColor": "{palette.color.light20}"
|
|
2153
|
+
}
|
|
2154
|
+
},
|
|
2155
|
+
{
|
|
2156
|
+
"if": {
|
|
2157
|
+
"interactive": true,
|
|
2158
|
+
"pressed": true,
|
|
2159
|
+
"style": "darkest"
|
|
2160
|
+
},
|
|
2161
|
+
"tokens": {
|
|
2162
|
+
"backgroundColor": "{palette.color.light20}"
|
|
2163
|
+
}
|
|
2090
2164
|
}
|
|
2091
2165
|
],
|
|
2092
2166
|
"tokens": {
|
|
@@ -4747,6 +4821,10 @@
|
|
|
4747
4821
|
"description": "Text sizes for block links; similar but not always identical to Typography sizes.",
|
|
4748
4822
|
"type": "variant",
|
|
4749
4823
|
"values": ["micro", "small", "large"]
|
|
4824
|
+
},
|
|
4825
|
+
"style": {
|
|
4826
|
+
"type": "variant",
|
|
4827
|
+
"values": ["inline", "subtle", "feature", "danger", "inverse"]
|
|
4750
4828
|
}
|
|
4751
4829
|
},
|
|
4752
4830
|
"rules": [
|
|
@@ -4950,230 +5028,781 @@
|
|
|
4950
5028
|
},
|
|
4951
5029
|
{
|
|
4952
5030
|
"if": {
|
|
4953
|
-
"
|
|
4954
|
-
"hover": true,
|
|
5031
|
+
"focus": true,
|
|
4955
5032
|
"quiet": true
|
|
4956
5033
|
},
|
|
4957
5034
|
"tokens": {
|
|
4958
|
-
"color": "{palette.color.
|
|
4959
|
-
"textLine": "{system.textLine.
|
|
5035
|
+
"color": "{palette.color.black}",
|
|
5036
|
+
"textLine": "{system.textLine.none}"
|
|
4960
5037
|
}
|
|
4961
5038
|
},
|
|
4962
5039
|
{
|
|
4963
5040
|
"if": {
|
|
4964
|
-
"
|
|
4965
|
-
"inverse": true,
|
|
5041
|
+
"pressed": true,
|
|
4966
5042
|
"quiet": true
|
|
4967
5043
|
},
|
|
4968
5044
|
"tokens": {
|
|
4969
|
-
"color": "{palette.color.
|
|
5045
|
+
"color": "{palette.color.mortar}",
|
|
4970
5046
|
"textLine": "{system.textLine.underline}"
|
|
4971
5047
|
}
|
|
4972
|
-
}
|
|
4973
|
-
],
|
|
4974
|
-
"tokens": {
|
|
4975
|
-
"alignSelf": "{system.flexAlign.flexStart}",
|
|
4976
|
-
"blockFontName": "{palette.fontName.StagSans}",
|
|
4977
|
-
"blockFontSize": "{palette.fontSize.size16}",
|
|
4978
|
-
"blockFontWeight": "{palette.fontWeight.weight600}",
|
|
4979
|
-
"blockLineHeight": "{palette.lineHeight.ratio3to2}",
|
|
4980
|
-
"borderRadius": "{palette.radius.radius4}",
|
|
4981
|
-
"color": "{palette.color.black}",
|
|
4982
|
-
"icon": "{system.icon.none}",
|
|
4983
|
-
"iconSize": "{palette.size.size16}",
|
|
4984
|
-
"iconSpace": "{system.integer.0}",
|
|
4985
|
-
"iconTranslateX": "{system.size.zero}",
|
|
4986
|
-
"iconTranslateY": "{system.size.zero}",
|
|
4987
|
-
"outerBorderColor": "{palette.color.transparent}",
|
|
4988
|
-
"outerBorderGap": "{palette.size.size2}",
|
|
4989
|
-
"outerBorderOutline": "{system.borderStyle.none}",
|
|
4990
|
-
"outerBorderWidth": "{palette.border.border2}",
|
|
4991
|
-
"textLine": "{system.textLine.underline}",
|
|
4992
|
-
"textLineStyle": "{system.textLineStyle.solid}"
|
|
4993
|
-
}
|
|
4994
|
-
},
|
|
4995
|
-
"List": {
|
|
4996
|
-
"appearances": {
|
|
4997
|
-
"compact": {
|
|
4998
|
-
"description": "Reduces line height on some body text styles. For data-rich content, not for flow content",
|
|
4999
|
-
"type": "variant",
|
|
5000
|
-
"values": [true]
|
|
5001
5048
|
},
|
|
5002
|
-
"size": {
|
|
5003
|
-
"description": "Text sizes for block links; similar but not always identical to Typography sizes.",
|
|
5004
|
-
"type": "variant",
|
|
5005
|
-
"values": ["large", "small"]
|
|
5006
|
-
}
|
|
5007
|
-
},
|
|
5008
|
-
"rules": [
|
|
5009
5049
|
{
|
|
5010
5050
|
"if": {
|
|
5011
|
-
"
|
|
5051
|
+
"focus": true,
|
|
5052
|
+
"pressed": true,
|
|
5053
|
+
"quiet": true
|
|
5012
5054
|
},
|
|
5013
5055
|
"tokens": {
|
|
5014
|
-
"
|
|
5015
|
-
"
|
|
5016
|
-
"itemIconSize": "{palette.size.size20}",
|
|
5017
|
-
"itemLineHeight": "{palette.lineHeight.multiply140}"
|
|
5056
|
+
"color": "{palette.color.mortar}",
|
|
5057
|
+
"textLine": "{system.textLine.underline}"
|
|
5018
5058
|
}
|
|
5019
5059
|
},
|
|
5020
5060
|
{
|
|
5021
5061
|
"if": {
|
|
5022
|
-
"
|
|
5062
|
+
"alternative": true,
|
|
5063
|
+
"hover": true,
|
|
5064
|
+
"quiet": true
|
|
5023
5065
|
},
|
|
5024
5066
|
"tokens": {
|
|
5025
|
-
"
|
|
5026
|
-
"
|
|
5027
|
-
"itemIconSize": "{palette.size.size20}",
|
|
5028
|
-
"itemLineHeight": "{palette.lineHeight.ratio10to7}"
|
|
5067
|
+
"color": "{palette.color.mortar}",
|
|
5068
|
+
"textLine": "{system.textLine.underline}"
|
|
5029
5069
|
}
|
|
5030
5070
|
},
|
|
5031
5071
|
{
|
|
5032
5072
|
"if": {
|
|
5033
|
-
"
|
|
5073
|
+
"hover": true,
|
|
5074
|
+
"inverse": true,
|
|
5075
|
+
"quiet": true
|
|
5034
5076
|
},
|
|
5035
5077
|
"tokens": {
|
|
5036
|
-
"
|
|
5037
|
-
"
|
|
5078
|
+
"color": "{palette.color.gallery}",
|
|
5079
|
+
"textLine": "{system.textLine.underline}"
|
|
5038
5080
|
}
|
|
5039
5081
|
},
|
|
5040
5082
|
{
|
|
5041
5083
|
"if": {
|
|
5042
|
-
"
|
|
5043
|
-
"size": "small"
|
|
5084
|
+
"style": "inline"
|
|
5044
5085
|
},
|
|
5045
5086
|
"tokens": {
|
|
5046
|
-
"
|
|
5087
|
+
"color": "{palette.color.black}"
|
|
5047
5088
|
}
|
|
5048
5089
|
},
|
|
5049
5090
|
{
|
|
5050
5091
|
"if": {
|
|
5051
|
-
"
|
|
5052
|
-
"
|
|
5092
|
+
"focus": true,
|
|
5093
|
+
"style": "inline"
|
|
5053
5094
|
},
|
|
5054
5095
|
"tokens": {
|
|
5055
|
-
"
|
|
5096
|
+
"color": "{palette.color.black}",
|
|
5097
|
+
"outerBorderColor": "{palette.color.black}",
|
|
5098
|
+
"outerBorderOutline": "{system.borderStyle.none}"
|
|
5056
5099
|
}
|
|
5057
|
-
}
|
|
5058
|
-
],
|
|
5059
|
-
"tokens": {
|
|
5060
|
-
"bulletIcon": "{palette.icon.Bullet}",
|
|
5061
|
-
"dividerColor": "{palette.color.silver}",
|
|
5062
|
-
"dividerSize": "{palette.border.border1}",
|
|
5063
|
-
"iconMarginTop": "{palette.size.size2}",
|
|
5064
|
-
"interItemMargin": "{palette.size.size8}",
|
|
5065
|
-
"interItemMarginWithDivider": "{palette.size.size16}",
|
|
5066
|
-
"itemBulletColor": "{palette.color.black}",
|
|
5067
|
-
"itemBulletContainerAlign": "{system.textAlign.center}",
|
|
5068
|
-
"itemBulletContainerHeight": "{palette.size.size20}",
|
|
5069
|
-
"itemBulletContainerWidth": "{palette.size.size24}",
|
|
5070
|
-
"itemFontName": "{palette.fontName.StagSans}",
|
|
5071
|
-
"itemFontSize": "{palette.fontSize.size16}",
|
|
5072
|
-
"itemFontWeight": "{palette.fontWeight.weight400}",
|
|
5073
|
-
"itemIconColor": "{palette.color.black}",
|
|
5074
|
-
"itemIconSize": "{palette.size.size20}",
|
|
5075
|
-
"itemLineHeight": "{palette.lineHeight.ratio3to2}",
|
|
5076
|
-
"itemTextColor": "{palette.color.black}",
|
|
5077
|
-
"listGutter": "{palette.size.size8}"
|
|
5078
|
-
}
|
|
5079
|
-
},
|
|
5080
|
-
"Listbox": {
|
|
5081
|
-
"appearances": {
|
|
5082
|
-
"current": "{appearances.Listbox.current}",
|
|
5083
|
-
"expanded": "{appearances.Listbox.expanded}",
|
|
5084
|
-
"focus": "{appearances.Listbox.focus}",
|
|
5085
|
-
"hover": "{appearances.Listbox.hover}",
|
|
5086
|
-
"isChild": "{appearances.Listbox.isChild}",
|
|
5087
|
-
"pressed": "{appearances.Listbox.pressed}"
|
|
5088
|
-
},
|
|
5089
|
-
"rules": [
|
|
5100
|
+
},
|
|
5090
5101
|
{
|
|
5091
5102
|
"if": {
|
|
5092
|
-
"focus": false,
|
|
5093
5103
|
"hover": true,
|
|
5094
|
-
"
|
|
5104
|
+
"style": "inline"
|
|
5095
5105
|
},
|
|
5096
5106
|
"tokens": {
|
|
5097
|
-
"
|
|
5098
|
-
"
|
|
5099
|
-
"itemBackgroundColor": "{palette.color.gallery}"
|
|
5107
|
+
"color": "{palette.color.blackLight}",
|
|
5108
|
+
"textLine": "{system.textLine.none}"
|
|
5100
5109
|
}
|
|
5101
5110
|
},
|
|
5102
5111
|
{
|
|
5103
5112
|
"if": {
|
|
5104
|
-
"
|
|
5105
|
-
"
|
|
5113
|
+
"pressed": true,
|
|
5114
|
+
"style": "inline"
|
|
5106
5115
|
},
|
|
5107
5116
|
"tokens": {
|
|
5108
|
-
"
|
|
5109
|
-
"
|
|
5110
|
-
"itemBorderBottomColor": "{palette.color.purple}",
|
|
5111
|
-
"itemBorderLeftColor": "{palette.color.purple}",
|
|
5112
|
-
"itemBorderRightColor": "{palette.color.purple}",
|
|
5113
|
-
"itemBorderTopColor": "{palette.color.purple}"
|
|
5117
|
+
"color": "{palette.color.mortar}",
|
|
5118
|
+
"textLine": "{system.textLine.none}"
|
|
5114
5119
|
}
|
|
5115
5120
|
},
|
|
5116
5121
|
{
|
|
5117
5122
|
"if": {
|
|
5118
|
-
"
|
|
5123
|
+
"focus": true,
|
|
5124
|
+
"pressed": true,
|
|
5125
|
+
"style": "inline"
|
|
5119
5126
|
},
|
|
5120
5127
|
"tokens": {
|
|
5121
|
-
"
|
|
5122
|
-
"groupBorderColor": "{palette.color.black}",
|
|
5123
|
-
"groupColor": "{palette.color.white}",
|
|
5124
|
-
"itemBackgroundColor": "{palette.color.black}",
|
|
5125
|
-
"itemColor": "{palette.color.white}"
|
|
5128
|
+
"outerBorderColor": "{palette.color.mortar}"
|
|
5126
5129
|
}
|
|
5127
5130
|
},
|
|
5128
5131
|
{
|
|
5129
5132
|
"if": {
|
|
5130
|
-
"
|
|
5131
|
-
"pressed": true
|
|
5133
|
+
"style": "subtle"
|
|
5132
5134
|
},
|
|
5133
5135
|
"tokens": {
|
|
5134
|
-
"
|
|
5135
|
-
"itemColor": "{palette.color.mortar}"
|
|
5136
|
+
"color": "{palette.color.mortar}"
|
|
5136
5137
|
}
|
|
5137
5138
|
},
|
|
5138
5139
|
{
|
|
5139
5140
|
"if": {
|
|
5140
|
-
"
|
|
5141
|
+
"focus": true,
|
|
5142
|
+
"style": "subtle"
|
|
5141
5143
|
},
|
|
5142
5144
|
"tokens": {
|
|
5143
|
-
"
|
|
5144
|
-
"
|
|
5145
|
-
"
|
|
5146
|
-
"itemBorderTopWidth": "{palette.border.none}"
|
|
5145
|
+
"color": "{palette.color.black}",
|
|
5146
|
+
"outerBorderColor": "{palette.color.black}",
|
|
5147
|
+
"outerBorderOutline": "{system.borderStyle.none}"
|
|
5147
5148
|
}
|
|
5148
5149
|
},
|
|
5149
5150
|
{
|
|
5150
5151
|
"if": {
|
|
5151
|
-
"
|
|
5152
|
-
"
|
|
5152
|
+
"hover": true,
|
|
5153
|
+
"style": "subtle"
|
|
5153
5154
|
},
|
|
5154
5155
|
"tokens": {
|
|
5155
|
-
"
|
|
5156
|
-
"
|
|
5157
|
-
"itemBorderTopWidth": "{palette.border.none}",
|
|
5158
|
-
"itemColor": "{palette.color.mortar}"
|
|
5156
|
+
"color": "{palette.color.blackLight}",
|
|
5157
|
+
"textLine": "{system.textLine.none}"
|
|
5159
5158
|
}
|
|
5160
5159
|
},
|
|
5161
5160
|
{
|
|
5162
5161
|
"if": {
|
|
5163
|
-
"
|
|
5162
|
+
"pressed": true,
|
|
5163
|
+
"style": "subtle"
|
|
5164
5164
|
},
|
|
5165
5165
|
"tokens": {
|
|
5166
|
-
"
|
|
5167
|
-
"
|
|
5168
|
-
"groupColor": "{palette.color.white}",
|
|
5169
|
-
"groupIcon": "{palette.icon.ChevronUp}",
|
|
5170
|
-
"itemColor": "{palette.color.mortar}"
|
|
5166
|
+
"color": "{palette.color.mortar}",
|
|
5167
|
+
"textLine": "{system.textLine.none}"
|
|
5171
5168
|
}
|
|
5172
5169
|
},
|
|
5173
5170
|
{
|
|
5174
5171
|
"if": {
|
|
5175
|
-
"
|
|
5176
|
-
"
|
|
5172
|
+
"focus": true,
|
|
5173
|
+
"pressed": true,
|
|
5174
|
+
"style": "subtle"
|
|
5175
|
+
},
|
|
5176
|
+
"tokens": {
|
|
5177
|
+
"outerBorderColor": "{palette.color.mortar}"
|
|
5178
|
+
}
|
|
5179
|
+
},
|
|
5180
|
+
{
|
|
5181
|
+
"if": {
|
|
5182
|
+
"style": "feature"
|
|
5183
|
+
},
|
|
5184
|
+
"tokens": {
|
|
5185
|
+
"color": "{palette.color.purple}"
|
|
5186
|
+
}
|
|
5187
|
+
},
|
|
5188
|
+
{
|
|
5189
|
+
"if": {
|
|
5190
|
+
"focus": true,
|
|
5191
|
+
"style": "feature"
|
|
5192
|
+
},
|
|
5193
|
+
"tokens": {
|
|
5194
|
+
"color": "{palette.color.purple}",
|
|
5195
|
+
"outerBorderColor": "{palette.color.purple}",
|
|
5196
|
+
"outerBorderOutline": "{system.borderStyle.none}"
|
|
5197
|
+
}
|
|
5198
|
+
},
|
|
5199
|
+
{
|
|
5200
|
+
"if": {
|
|
5201
|
+
"hover": true,
|
|
5202
|
+
"style": "feature"
|
|
5203
|
+
},
|
|
5204
|
+
"tokens": {
|
|
5205
|
+
"color": "{palette.color.purpleDark}",
|
|
5206
|
+
"textLine": "{system.textLine.none}"
|
|
5207
|
+
}
|
|
5208
|
+
},
|
|
5209
|
+
{
|
|
5210
|
+
"if": {
|
|
5211
|
+
"pressed": true,
|
|
5212
|
+
"style": "feature"
|
|
5213
|
+
},
|
|
5214
|
+
"tokens": {
|
|
5215
|
+
"color": "{palette.color.mortar}",
|
|
5216
|
+
"textLine": "{system.textLine.none}"
|
|
5217
|
+
}
|
|
5218
|
+
},
|
|
5219
|
+
{
|
|
5220
|
+
"if": {
|
|
5221
|
+
"focus": true,
|
|
5222
|
+
"pressed": true,
|
|
5223
|
+
"style": "feature"
|
|
5224
|
+
},
|
|
5225
|
+
"tokens": {
|
|
5226
|
+
"outerBorderColor": "{palette.color.mortar}"
|
|
5227
|
+
}
|
|
5228
|
+
},
|
|
5229
|
+
{
|
|
5230
|
+
"if": {
|
|
5231
|
+
"style": "danger"
|
|
5232
|
+
},
|
|
5233
|
+
"tokens": {
|
|
5234
|
+
"color": "{palette.color.danger}"
|
|
5235
|
+
}
|
|
5236
|
+
},
|
|
5237
|
+
{
|
|
5238
|
+
"if": {
|
|
5239
|
+
"focus": true,
|
|
5240
|
+
"style": "danger"
|
|
5241
|
+
},
|
|
5242
|
+
"tokens": {
|
|
5243
|
+
"color": "{palette.color.danger}",
|
|
5244
|
+
"outerBorderColor": "{palette.color.danger}",
|
|
5245
|
+
"outerBorderOutline": "{system.borderStyle.none}"
|
|
5246
|
+
}
|
|
5247
|
+
},
|
|
5248
|
+
{
|
|
5249
|
+
"if": {
|
|
5250
|
+
"hover": true,
|
|
5251
|
+
"style": "danger"
|
|
5252
|
+
},
|
|
5253
|
+
"tokens": {
|
|
5254
|
+
"color": "{palette.color.danger}",
|
|
5255
|
+
"textLine": "{system.textLine.none}"
|
|
5256
|
+
}
|
|
5257
|
+
},
|
|
5258
|
+
{
|
|
5259
|
+
"if": {
|
|
5260
|
+
"pressed": true,
|
|
5261
|
+
"style": "danger"
|
|
5262
|
+
},
|
|
5263
|
+
"tokens": {
|
|
5264
|
+
"color": "{palette.color.mortar}",
|
|
5265
|
+
"textLine": "{system.textLine.none}"
|
|
5266
|
+
}
|
|
5267
|
+
},
|
|
5268
|
+
{
|
|
5269
|
+
"if": {
|
|
5270
|
+
"focus": true,
|
|
5271
|
+
"pressed": true,
|
|
5272
|
+
"style": "danger"
|
|
5273
|
+
},
|
|
5274
|
+
"tokens": {
|
|
5275
|
+
"outerBorderColor": "{palette.color.mortar}"
|
|
5276
|
+
}
|
|
5277
|
+
},
|
|
5278
|
+
{
|
|
5279
|
+
"if": {
|
|
5280
|
+
"style": "inverse"
|
|
5281
|
+
},
|
|
5282
|
+
"tokens": {
|
|
5283
|
+
"color": "{palette.color.white}"
|
|
5284
|
+
}
|
|
5285
|
+
},
|
|
5286
|
+
{
|
|
5287
|
+
"if": {
|
|
5288
|
+
"focus": true,
|
|
5289
|
+
"style": "inverse"
|
|
5290
|
+
},
|
|
5291
|
+
"tokens": {
|
|
5292
|
+
"color": "{palette.color.white}",
|
|
5293
|
+
"outerBorderColor": "{palette.color.white}",
|
|
5294
|
+
"outerBorderOutline": "{system.borderStyle.none}"
|
|
5295
|
+
}
|
|
5296
|
+
},
|
|
5297
|
+
{
|
|
5298
|
+
"if": {
|
|
5299
|
+
"hover": true,
|
|
5300
|
+
"style": "inverse"
|
|
5301
|
+
},
|
|
5302
|
+
"tokens": {
|
|
5303
|
+
"color": "{palette.color.gallery}",
|
|
5304
|
+
"textLine": "{system.textLine.none}"
|
|
5305
|
+
}
|
|
5306
|
+
},
|
|
5307
|
+
{
|
|
5308
|
+
"if": {
|
|
5309
|
+
"pressed": true,
|
|
5310
|
+
"style": "inverse"
|
|
5311
|
+
},
|
|
5312
|
+
"tokens": {
|
|
5313
|
+
"color": "{palette.color.dove}",
|
|
5314
|
+
"textLine": "{system.textLine.none}"
|
|
5315
|
+
}
|
|
5316
|
+
},
|
|
5317
|
+
{
|
|
5318
|
+
"if": {
|
|
5319
|
+
"focus": true,
|
|
5320
|
+
"pressed": true,
|
|
5321
|
+
"style": "inverse"
|
|
5322
|
+
},
|
|
5323
|
+
"tokens": {
|
|
5324
|
+
"outerBorderColor": "{palette.color.dove}"
|
|
5325
|
+
}
|
|
5326
|
+
},
|
|
5327
|
+
{
|
|
5328
|
+
"if": {
|
|
5329
|
+
"quiet": true,
|
|
5330
|
+
"style": "inline"
|
|
5331
|
+
},
|
|
5332
|
+
"tokens": {
|
|
5333
|
+
"color": "{palette.color.black}",
|
|
5334
|
+
"textLine": "{system.textLine.none}"
|
|
5335
|
+
}
|
|
5336
|
+
},
|
|
5337
|
+
{
|
|
5338
|
+
"if": {
|
|
5339
|
+
"focus": true,
|
|
5340
|
+
"quiet": true,
|
|
5341
|
+
"style": "inline"
|
|
5342
|
+
},
|
|
5343
|
+
"tokens": {
|
|
5344
|
+
"color": "{palette.color.black}",
|
|
5345
|
+
"outerBorderColor": "{palette.color.black}",
|
|
5346
|
+
"outerBorderOutline": "{system.borderStyle.none}",
|
|
5347
|
+
"textLine": "{system.textLine.none}"
|
|
5348
|
+
}
|
|
5349
|
+
},
|
|
5350
|
+
{
|
|
5351
|
+
"if": {
|
|
5352
|
+
"hover": true,
|
|
5353
|
+
"quiet": true,
|
|
5354
|
+
"style": "inline"
|
|
5355
|
+
},
|
|
5356
|
+
"tokens": {
|
|
5357
|
+
"color": "{palette.color.blackLight}",
|
|
5358
|
+
"textLine": "{system.textLine.underline}"
|
|
5359
|
+
}
|
|
5360
|
+
},
|
|
5361
|
+
{
|
|
5362
|
+
"if": {
|
|
5363
|
+
"pressed": true,
|
|
5364
|
+
"quiet": true,
|
|
5365
|
+
"style": "inline"
|
|
5366
|
+
},
|
|
5367
|
+
"tokens": {
|
|
5368
|
+
"color": "{palette.color.mortar}"
|
|
5369
|
+
}
|
|
5370
|
+
},
|
|
5371
|
+
{
|
|
5372
|
+
"if": {
|
|
5373
|
+
"focus": true,
|
|
5374
|
+
"pressed": true,
|
|
5375
|
+
"quiet": true,
|
|
5376
|
+
"style": "inline"
|
|
5377
|
+
},
|
|
5378
|
+
"tokens": {
|
|
5379
|
+
"outerBorderColor": "{palette.color.mortar}"
|
|
5380
|
+
}
|
|
5381
|
+
},
|
|
5382
|
+
{
|
|
5383
|
+
"if": {
|
|
5384
|
+
"quiet": true,
|
|
5385
|
+
"style": "subtle"
|
|
5386
|
+
},
|
|
5387
|
+
"tokens": {
|
|
5388
|
+
"color": "{palette.color.mortar}",
|
|
5389
|
+
"textLine": "{system.textLine.none}"
|
|
5390
|
+
}
|
|
5391
|
+
},
|
|
5392
|
+
{
|
|
5393
|
+
"if": {
|
|
5394
|
+
"focus": true,
|
|
5395
|
+
"quiet": true,
|
|
5396
|
+
"style": "subtle"
|
|
5397
|
+
},
|
|
5398
|
+
"tokens": {
|
|
5399
|
+
"color": "{palette.color.black}",
|
|
5400
|
+
"outerBorderColor": "{palette.color.black}",
|
|
5401
|
+
"outerBorderOutline": "{system.borderStyle.none}",
|
|
5402
|
+
"textLine": "{system.textLine.none}"
|
|
5403
|
+
}
|
|
5404
|
+
},
|
|
5405
|
+
{
|
|
5406
|
+
"if": {
|
|
5407
|
+
"hover": true,
|
|
5408
|
+
"quiet": true,
|
|
5409
|
+
"style": "subtle"
|
|
5410
|
+
},
|
|
5411
|
+
"tokens": {
|
|
5412
|
+
"color": "{palette.color.blackLight}",
|
|
5413
|
+
"textLine": "{system.textLine.underline}"
|
|
5414
|
+
}
|
|
5415
|
+
},
|
|
5416
|
+
{
|
|
5417
|
+
"if": {
|
|
5418
|
+
"pressed": true,
|
|
5419
|
+
"quiet": true,
|
|
5420
|
+
"style": "subtle"
|
|
5421
|
+
},
|
|
5422
|
+
"tokens": {
|
|
5423
|
+
"color": "{palette.color.mortar}"
|
|
5424
|
+
}
|
|
5425
|
+
},
|
|
5426
|
+
{
|
|
5427
|
+
"if": {
|
|
5428
|
+
"focus": true,
|
|
5429
|
+
"pressed": true,
|
|
5430
|
+
"quiet": true,
|
|
5431
|
+
"style": "subtle"
|
|
5432
|
+
},
|
|
5433
|
+
"tokens": {
|
|
5434
|
+
"outerBorderColor": "{palette.color.mortar}"
|
|
5435
|
+
}
|
|
5436
|
+
},
|
|
5437
|
+
{
|
|
5438
|
+
"if": {
|
|
5439
|
+
"quiet": true,
|
|
5440
|
+
"style": "feature"
|
|
5441
|
+
},
|
|
5442
|
+
"tokens": {
|
|
5443
|
+
"color": "{palette.color.purple}",
|
|
5444
|
+
"textLine": "{system.textLine.none}"
|
|
5445
|
+
}
|
|
5446
|
+
},
|
|
5447
|
+
{
|
|
5448
|
+
"if": {
|
|
5449
|
+
"focus": true,
|
|
5450
|
+
"quiet": true,
|
|
5451
|
+
"style": "feature"
|
|
5452
|
+
},
|
|
5453
|
+
"tokens": {
|
|
5454
|
+
"color": "{palette.color.purple}",
|
|
5455
|
+
"outerBorderColor": "{palette.color.purple}",
|
|
5456
|
+
"outerBorderOutline": "{system.borderStyle.none}",
|
|
5457
|
+
"textLine": "{system.textLine.none}"
|
|
5458
|
+
}
|
|
5459
|
+
},
|
|
5460
|
+
{
|
|
5461
|
+
"if": {
|
|
5462
|
+
"hover": true,
|
|
5463
|
+
"quiet": true,
|
|
5464
|
+
"style": "feature"
|
|
5465
|
+
},
|
|
5466
|
+
"tokens": {
|
|
5467
|
+
"color": "{palette.color.purpleDark}",
|
|
5468
|
+
"textLine": "{system.textLine.underline}"
|
|
5469
|
+
}
|
|
5470
|
+
},
|
|
5471
|
+
{
|
|
5472
|
+
"if": {
|
|
5473
|
+
"pressed": true,
|
|
5474
|
+
"quiet": true,
|
|
5475
|
+
"style": "feature"
|
|
5476
|
+
},
|
|
5477
|
+
"tokens": {
|
|
5478
|
+
"color": "{palette.color.mortar}"
|
|
5479
|
+
}
|
|
5480
|
+
},
|
|
5481
|
+
{
|
|
5482
|
+
"if": {
|
|
5483
|
+
"focus": true,
|
|
5484
|
+
"pressed": true,
|
|
5485
|
+
"quiet": true,
|
|
5486
|
+
"style": "feature"
|
|
5487
|
+
},
|
|
5488
|
+
"tokens": {
|
|
5489
|
+
"outerBorderColor": "{palette.color.mortar}"
|
|
5490
|
+
}
|
|
5491
|
+
},
|
|
5492
|
+
{
|
|
5493
|
+
"if": {
|
|
5494
|
+
"quiet": true,
|
|
5495
|
+
"style": "danger"
|
|
5496
|
+
},
|
|
5497
|
+
"tokens": {
|
|
5498
|
+
"color": "{palette.color.danger}",
|
|
5499
|
+
"textLine": "{system.textLine.none}"
|
|
5500
|
+
}
|
|
5501
|
+
},
|
|
5502
|
+
{
|
|
5503
|
+
"if": {
|
|
5504
|
+
"focus": true,
|
|
5505
|
+
"quiet": true,
|
|
5506
|
+
"style": "danger"
|
|
5507
|
+
},
|
|
5508
|
+
"tokens": {
|
|
5509
|
+
"color": "{palette.color.danger}",
|
|
5510
|
+
"outerBorderColor": "{palette.color.danger}",
|
|
5511
|
+
"outerBorderOutline": "{system.borderStyle.none}",
|
|
5512
|
+
"textLine": "{system.textLine.none}"
|
|
5513
|
+
}
|
|
5514
|
+
},
|
|
5515
|
+
{
|
|
5516
|
+
"if": {
|
|
5517
|
+
"hover": true,
|
|
5518
|
+
"quiet": true,
|
|
5519
|
+
"style": "danger"
|
|
5520
|
+
},
|
|
5521
|
+
"tokens": {
|
|
5522
|
+
"color": "{palette.color.danger}",
|
|
5523
|
+
"textLine": "{system.textLine.underline}"
|
|
5524
|
+
}
|
|
5525
|
+
},
|
|
5526
|
+
{
|
|
5527
|
+
"if": {
|
|
5528
|
+
"pressed": true,
|
|
5529
|
+
"quiet": true,
|
|
5530
|
+
"style": "danger"
|
|
5531
|
+
},
|
|
5532
|
+
"tokens": {
|
|
5533
|
+
"color": "{palette.color.mortar}"
|
|
5534
|
+
}
|
|
5535
|
+
},
|
|
5536
|
+
{
|
|
5537
|
+
"if": {
|
|
5538
|
+
"focus": true,
|
|
5539
|
+
"pressed": true,
|
|
5540
|
+
"quiet": true,
|
|
5541
|
+
"style": "danger"
|
|
5542
|
+
},
|
|
5543
|
+
"tokens": {
|
|
5544
|
+
"outerBorderColor": "{palette.color.mortar}"
|
|
5545
|
+
}
|
|
5546
|
+
},
|
|
5547
|
+
{
|
|
5548
|
+
"if": {
|
|
5549
|
+
"quiet": true,
|
|
5550
|
+
"style": "inverse"
|
|
5551
|
+
},
|
|
5552
|
+
"tokens": {
|
|
5553
|
+
"color": "{palette.color.white}",
|
|
5554
|
+
"textLine": "{system.textLine.none}"
|
|
5555
|
+
}
|
|
5556
|
+
},
|
|
5557
|
+
{
|
|
5558
|
+
"if": {
|
|
5559
|
+
"focus": true,
|
|
5560
|
+
"quiet": true,
|
|
5561
|
+
"style": "inverse"
|
|
5562
|
+
},
|
|
5563
|
+
"tokens": {
|
|
5564
|
+
"color": "{palette.color.white}",
|
|
5565
|
+
"outerBorderColor": "{palette.color.white}",
|
|
5566
|
+
"outerBorderOutline": "{system.borderStyle.none}",
|
|
5567
|
+
"textLine": "{system.textLine.none}"
|
|
5568
|
+
}
|
|
5569
|
+
},
|
|
5570
|
+
{
|
|
5571
|
+
"if": {
|
|
5572
|
+
"hover": true,
|
|
5573
|
+
"quiet": true,
|
|
5574
|
+
"style": "inverse"
|
|
5575
|
+
},
|
|
5576
|
+
"tokens": {
|
|
5577
|
+
"color": "{palette.color.gallery}",
|
|
5578
|
+
"textLine": "{system.textLine.underline}"
|
|
5579
|
+
}
|
|
5580
|
+
},
|
|
5581
|
+
{
|
|
5582
|
+
"if": {
|
|
5583
|
+
"pressed": true,
|
|
5584
|
+
"quiet": true,
|
|
5585
|
+
"style": "inverse"
|
|
5586
|
+
},
|
|
5587
|
+
"tokens": {
|
|
5588
|
+
"color": "{palette.color.dove}"
|
|
5589
|
+
}
|
|
5590
|
+
},
|
|
5591
|
+
{
|
|
5592
|
+
"if": {
|
|
5593
|
+
"focus": true,
|
|
5594
|
+
"pressed": true,
|
|
5595
|
+
"quiet": true,
|
|
5596
|
+
"style": "inverse"
|
|
5597
|
+
},
|
|
5598
|
+
"tokens": {
|
|
5599
|
+
"outerBorderColor": "{palette.color.dove}"
|
|
5600
|
+
}
|
|
5601
|
+
}
|
|
5602
|
+
],
|
|
5603
|
+
"tokens": {
|
|
5604
|
+
"alignSelf": "{system.flexAlign.flexStart}",
|
|
5605
|
+
"blockFontName": "{palette.fontName.StagSans}",
|
|
5606
|
+
"blockFontSize": "{palette.fontSize.size16}",
|
|
5607
|
+
"blockFontWeight": "{palette.fontWeight.weight600}",
|
|
5608
|
+
"blockLineHeight": "{palette.lineHeight.ratio3to2}",
|
|
5609
|
+
"borderRadius": "{palette.radius.radius4}",
|
|
5610
|
+
"color": "{palette.color.black}",
|
|
5611
|
+
"icon": "{system.icon.none}",
|
|
5612
|
+
"iconSize": "{palette.size.size16}",
|
|
5613
|
+
"iconSpace": "{system.integer.0}",
|
|
5614
|
+
"iconTranslateX": "{system.size.zero}",
|
|
5615
|
+
"iconTranslateY": "{system.size.zero}",
|
|
5616
|
+
"outerBorderColor": "{palette.color.transparent}",
|
|
5617
|
+
"outerBorderGap": "{palette.size.size2}",
|
|
5618
|
+
"outerBorderOutline": "{system.borderStyle.none}",
|
|
5619
|
+
"outerBorderWidth": "{palette.border.border2}",
|
|
5620
|
+
"textLine": "{system.textLine.underline}",
|
|
5621
|
+
"textLineStyle": "{system.textLineStyle.solid}"
|
|
5622
|
+
}
|
|
5623
|
+
},
|
|
5624
|
+
"List": {
|
|
5625
|
+
"appearances": {
|
|
5626
|
+
"compact": {
|
|
5627
|
+
"description": "Reduces line height on some body text styles. For data-rich content, not for flow content",
|
|
5628
|
+
"type": "variant",
|
|
5629
|
+
"values": [true]
|
|
5630
|
+
},
|
|
5631
|
+
"size": {
|
|
5632
|
+
"description": "Text sizes for block links; similar but not always identical to Typography sizes.",
|
|
5633
|
+
"type": "variant",
|
|
5634
|
+
"values": ["large", "small"]
|
|
5635
|
+
}
|
|
5636
|
+
},
|
|
5637
|
+
"rules": [
|
|
5638
|
+
{
|
|
5639
|
+
"if": {
|
|
5640
|
+
"size": "large"
|
|
5641
|
+
},
|
|
5642
|
+
"tokens": {
|
|
5643
|
+
"iconMarginTop": "{palette.size.size4}",
|
|
5644
|
+
"itemFontSize": "{palette.fontSize.size20}",
|
|
5645
|
+
"itemIconSize": "{palette.size.size20}",
|
|
5646
|
+
"itemLineHeight": "{palette.lineHeight.multiply140}"
|
|
5647
|
+
}
|
|
5648
|
+
},
|
|
5649
|
+
{
|
|
5650
|
+
"if": {
|
|
5651
|
+
"size": "small"
|
|
5652
|
+
},
|
|
5653
|
+
"tokens": {
|
|
5654
|
+
"iconMarginTop": "{palette.size.size0}",
|
|
5655
|
+
"itemFontSize": "{palette.fontSize.size14}",
|
|
5656
|
+
"itemIconSize": "{palette.size.size20}",
|
|
5657
|
+
"itemLineHeight": "{palette.lineHeight.ratio10to7}"
|
|
5658
|
+
}
|
|
5659
|
+
},
|
|
5660
|
+
{
|
|
5661
|
+
"if": {
|
|
5662
|
+
"compact": true
|
|
5663
|
+
},
|
|
5664
|
+
"tokens": {
|
|
5665
|
+
"iconMarginTop": "{palette.size.size1}",
|
|
5666
|
+
"itemLineHeight": "{palette.lineHeight.ratio5to4}"
|
|
5667
|
+
}
|
|
5668
|
+
},
|
|
5669
|
+
{
|
|
5670
|
+
"if": {
|
|
5671
|
+
"compact": true,
|
|
5672
|
+
"size": "small"
|
|
5673
|
+
},
|
|
5674
|
+
"tokens": {
|
|
5675
|
+
"itemLineHeight": "{palette.lineHeight.ratio8to7}"
|
|
5676
|
+
}
|
|
5677
|
+
},
|
|
5678
|
+
{
|
|
5679
|
+
"if": {
|
|
5680
|
+
"compact": true,
|
|
5681
|
+
"size": "large"
|
|
5682
|
+
},
|
|
5683
|
+
"tokens": {
|
|
5684
|
+
"itemLineHeight": "{palette.lineHeight.multiply130}"
|
|
5685
|
+
}
|
|
5686
|
+
}
|
|
5687
|
+
],
|
|
5688
|
+
"tokens": {
|
|
5689
|
+
"bulletIcon": "{palette.icon.Bullet}",
|
|
5690
|
+
"dividerColor": "{palette.color.silver}",
|
|
5691
|
+
"dividerSize": "{palette.border.border1}",
|
|
5692
|
+
"iconMarginTop": "{palette.size.size2}",
|
|
5693
|
+
"interItemMargin": "{palette.size.size8}",
|
|
5694
|
+
"interItemMarginWithDivider": "{palette.size.size16}",
|
|
5695
|
+
"itemBulletColor": "{palette.color.black}",
|
|
5696
|
+
"itemBulletContainerAlign": "{system.textAlign.center}",
|
|
5697
|
+
"itemBulletContainerHeight": "{palette.size.size20}",
|
|
5698
|
+
"itemBulletContainerWidth": "{palette.size.size24}",
|
|
5699
|
+
"itemFontName": "{palette.fontName.StagSans}",
|
|
5700
|
+
"itemFontSize": "{palette.fontSize.size16}",
|
|
5701
|
+
"itemFontWeight": "{palette.fontWeight.weight400}",
|
|
5702
|
+
"itemIconColor": "{palette.color.black}",
|
|
5703
|
+
"itemIconSize": "{palette.size.size20}",
|
|
5704
|
+
"itemLineHeight": "{palette.lineHeight.ratio3to2}",
|
|
5705
|
+
"itemTextColor": "{palette.color.black}",
|
|
5706
|
+
"listGutter": "{palette.size.size8}"
|
|
5707
|
+
}
|
|
5708
|
+
},
|
|
5709
|
+
"Listbox": {
|
|
5710
|
+
"appearances": {
|
|
5711
|
+
"current": "{appearances.Listbox.current}",
|
|
5712
|
+
"expanded": "{appearances.Listbox.expanded}",
|
|
5713
|
+
"focus": "{appearances.Listbox.focus}",
|
|
5714
|
+
"hover": "{appearances.Listbox.hover}",
|
|
5715
|
+
"isChild": "{appearances.Listbox.isChild}",
|
|
5716
|
+
"pressed": "{appearances.Listbox.pressed}"
|
|
5717
|
+
},
|
|
5718
|
+
"rules": [
|
|
5719
|
+
{
|
|
5720
|
+
"if": {
|
|
5721
|
+
"focus": false,
|
|
5722
|
+
"hover": true,
|
|
5723
|
+
"pressed": false
|
|
5724
|
+
},
|
|
5725
|
+
"tokens": {
|
|
5726
|
+
"groupBackgroundColor": "{palette.color.gallery}",
|
|
5727
|
+
"groupBorderColor": "{palette.color.transparent}",
|
|
5728
|
+
"itemBackgroundColor": "{palette.color.gallery}"
|
|
5729
|
+
}
|
|
5730
|
+
},
|
|
5731
|
+
{
|
|
5732
|
+
"if": {
|
|
5733
|
+
"focus": true,
|
|
5734
|
+
"pressed": false
|
|
5735
|
+
},
|
|
5736
|
+
"tokens": {
|
|
5737
|
+
"groupBorderColor": "{palette.color.purple}",
|
|
5738
|
+
"groupColor": "{palette.color.purple}",
|
|
5739
|
+
"itemBorderBottomColor": "{palette.color.purple}",
|
|
5740
|
+
"itemBorderLeftColor": "{palette.color.purple}",
|
|
5741
|
+
"itemBorderRightColor": "{palette.color.purple}",
|
|
5742
|
+
"itemBorderTopColor": "{palette.color.purple}"
|
|
5743
|
+
}
|
|
5744
|
+
},
|
|
5745
|
+
{
|
|
5746
|
+
"if": {
|
|
5747
|
+
"current": true
|
|
5748
|
+
},
|
|
5749
|
+
"tokens": {
|
|
5750
|
+
"groupBackgroundColor": "{palette.color.black}",
|
|
5751
|
+
"groupBorderColor": "{palette.color.black}",
|
|
5752
|
+
"groupColor": "{palette.color.white}",
|
|
5753
|
+
"itemBackgroundColor": "{palette.color.black}",
|
|
5754
|
+
"itemColor": "{palette.color.white}"
|
|
5755
|
+
}
|
|
5756
|
+
},
|
|
5757
|
+
{
|
|
5758
|
+
"if": {
|
|
5759
|
+
"current": true,
|
|
5760
|
+
"pressed": true
|
|
5761
|
+
},
|
|
5762
|
+
"tokens": {
|
|
5763
|
+
"itemBackgroundColor": "{palette.color.silverDark}",
|
|
5764
|
+
"itemColor": "{palette.color.mortar}"
|
|
5765
|
+
}
|
|
5766
|
+
},
|
|
5767
|
+
{
|
|
5768
|
+
"if": {
|
|
5769
|
+
"isChild": true
|
|
5770
|
+
},
|
|
5771
|
+
"tokens": {
|
|
5772
|
+
"itemBorderBottomWidth": "{palette.border.none}",
|
|
5773
|
+
"itemBorderLeftColor": "{palette.color.black}",
|
|
5774
|
+
"itemBorderLeftWidth": "{palette.border.border4}",
|
|
5775
|
+
"itemBorderTopWidth": "{palette.border.none}"
|
|
5776
|
+
}
|
|
5777
|
+
},
|
|
5778
|
+
{
|
|
5779
|
+
"if": {
|
|
5780
|
+
"isChild": true,
|
|
5781
|
+
"pressed": true
|
|
5782
|
+
},
|
|
5783
|
+
"tokens": {
|
|
5784
|
+
"itemBorderBottomWidth": "{palette.border.none}",
|
|
5785
|
+
"itemBorderLeftColor": "{palette.color.mortar}",
|
|
5786
|
+
"itemBorderTopWidth": "{palette.border.none}",
|
|
5787
|
+
"itemColor": "{palette.color.mortar}"
|
|
5788
|
+
}
|
|
5789
|
+
},
|
|
5790
|
+
{
|
|
5791
|
+
"if": {
|
|
5792
|
+
"expanded": true
|
|
5793
|
+
},
|
|
5794
|
+
"tokens": {
|
|
5795
|
+
"groupBackgroundColor": "{palette.color.transparent}",
|
|
5796
|
+
"groupBorderColor": "{palette.color.transparent}",
|
|
5797
|
+
"groupColor": "{palette.color.white}",
|
|
5798
|
+
"groupIcon": "{palette.icon.ChevronUp}",
|
|
5799
|
+
"itemColor": "{palette.color.mortar}"
|
|
5800
|
+
}
|
|
5801
|
+
},
|
|
5802
|
+
{
|
|
5803
|
+
"if": {
|
|
5804
|
+
"current": true,
|
|
5805
|
+
"isChild": true
|
|
5177
5806
|
},
|
|
5178
5807
|
"tokens": {
|
|
5179
5808
|
"itemBackgroundColor": "{palette.color.black}",
|
|
@@ -5490,6 +6119,10 @@
|
|
|
5490
6119
|
"appearances": {
|
|
5491
6120
|
"maxHeight": "{appearances.MultiSelectFilter.maxHeight}",
|
|
5492
6121
|
"maxWidth": "{appearances.MultiSelectFilter.maxWidth}",
|
|
6122
|
+
"selected": {
|
|
6123
|
+
"type": "state",
|
|
6124
|
+
"values": [true]
|
|
6125
|
+
},
|
|
5493
6126
|
"viewport": "{appearances.system.viewport}"
|
|
5494
6127
|
},
|
|
5495
6128
|
"rules": [
|
|
@@ -5520,6 +6153,15 @@
|
|
|
5520
6153
|
"tokens": {
|
|
5521
6154
|
"maxWidthSize": "{palette.size.size544}"
|
|
5522
6155
|
}
|
|
6156
|
+
},
|
|
6157
|
+
{
|
|
6158
|
+
"if": {
|
|
6159
|
+
"selected": true
|
|
6160
|
+
},
|
|
6161
|
+
"tokens": {
|
|
6162
|
+
"buttonIconBackgroundColor": "{palette.color.black}",
|
|
6163
|
+
"labelColor": "{palette.color.white}"
|
|
6164
|
+
}
|
|
5523
6165
|
}
|
|
5524
6166
|
],
|
|
5525
6167
|
"tokens": {
|
|
@@ -5548,7 +6190,7 @@
|
|
|
5548
6190
|
"labelPaddingLeft": "{palette.size.size24}",
|
|
5549
6191
|
"labelPaddingRight": "{palette.size.size16}",
|
|
5550
6192
|
"labelPaddingTop": "{palette.size.size8}",
|
|
5551
|
-
"maxHeightSize": "{
|
|
6193
|
+
"maxHeightSize": "{palette.size.size480}",
|
|
5552
6194
|
"maxWidthSize": "{system.size.zero}",
|
|
5553
6195
|
"minHeight": "{system.size.zero}",
|
|
5554
6196
|
"minWidth": "{palette.size.size320}",
|
|
@@ -5724,8 +6366,8 @@
|
|
|
5724
6366
|
"viewport": ["xl"]
|
|
5725
6367
|
},
|
|
5726
6368
|
"tokens": {
|
|
5727
|
-
"containerPaddingLeft": "{palette.size.
|
|
5728
|
-
"containerPaddingRight": "{palette.size.
|
|
6369
|
+
"containerPaddingLeft": "{palette.size.size0}",
|
|
6370
|
+
"containerPaddingRight": "{palette.size.size0}"
|
|
5729
6371
|
}
|
|
5730
6372
|
},
|
|
5731
6373
|
{
|
|
@@ -7107,10 +7749,10 @@
|
|
|
7107
7749
|
"containerBackgroundColor": "{palette.color.transparent}",
|
|
7108
7750
|
"containerBorderRadius": "{palette.radius.none}",
|
|
7109
7751
|
"containerOpacity": "{system.opacity.opaque}",
|
|
7110
|
-
"containerPaddingBottom": "{palette.size.
|
|
7111
|
-
"containerPaddingLeft": "{palette.size.
|
|
7752
|
+
"containerPaddingBottom": "{palette.size.size0}",
|
|
7753
|
+
"containerPaddingLeft": "{palette.size.size0}",
|
|
7112
7754
|
"containerPaddingRight": "{palette.size.size0}",
|
|
7113
|
-
"containerPaddingTop": "{palette.size.
|
|
7755
|
+
"containerPaddingTop": "{palette.size.size0}",
|
|
7114
7756
|
"containerShadow": "{system.shadow.none}",
|
|
7115
7757
|
"descriptionFontName": "{palette.fontName.StagSans}",
|
|
7116
7758
|
"descriptionFontSize": "{palette.fontSize.size14}",
|