@telus-uds/theme-public-mobile 4.3.0 → 4.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.
Files changed (255) hide show
  1. package/build/android/ActivityIndicator.json +12 -1
  2. package/build/android/Card.json +58 -0
  3. package/build/android/Link.json +314 -0
  4. package/build/android/MultiSelectFilter.json +23 -0
  5. package/build/android/schema.json +171 -157
  6. package/build/android/theme.json +408 -2
  7. package/build/ios/ActivityIndicator.json +12 -1
  8. package/build/ios/Card.json +58 -0
  9. package/build/ios/Link.json +314 -0
  10. package/build/ios/MultiSelectFilter.json +23 -0
  11. package/build/ios/schema.json +171 -157
  12. package/build/ios/theme.json +408 -2
  13. package/build/rn/ActionCard.js +1 -1
  14. package/build/rn/ActivityIndicator.js +9 -2
  15. package/build/rn/Autocomplete.js +1 -1
  16. package/build/rn/Badge.js +1 -1
  17. package/build/rn/BlockQuote.js +1 -1
  18. package/build/rn/Box.js +1 -1
  19. package/build/rn/Breadcrumbs.js +1 -1
  20. package/build/rn/Button.js +1 -1
  21. package/build/rn/ButtonDropdown.js +1 -1
  22. package/build/rn/ButtonGroup.js +1 -1
  23. package/build/rn/ButtonGroupItem.js +1 -1
  24. package/build/rn/Callout.js +1 -1
  25. package/build/rn/Card.js +29 -1
  26. package/build/rn/CardGroup.js +1 -1
  27. package/build/rn/Carousel.js +1 -1
  28. package/build/rn/CarouselTabsPanelItem.js +1 -1
  29. package/build/rn/CarouselThumbnail.js +1 -1
  30. package/build/rn/Checkbox.js +1 -1
  31. package/build/rn/CheckboxCard.js +1 -1
  32. package/build/rn/CheckboxCardGroup.js +1 -1
  33. package/build/rn/CheckboxGroup.js +1 -1
  34. package/build/rn/ChevronLink.js +1 -1
  35. package/build/rn/ColourToggle.js +1 -1
  36. package/build/rn/Countdown.js +1 -1
  37. package/build/rn/DatePicker.js +1 -1
  38. package/build/rn/Disclaimer.js +1 -1
  39. package/build/rn/Divider.js +1 -1
  40. package/build/rn/DownloadApp.js +1 -1
  41. package/build/rn/ExpandCollapse.js +1 -1
  42. package/build/rn/ExpandCollapseControl.js +1 -1
  43. package/build/rn/ExpandCollapseMini.js +1 -1
  44. package/build/rn/ExpandCollapseMiniControl.js +1 -1
  45. package/build/rn/ExpandCollapsePanel.js +1 -1
  46. package/build/rn/Feedback.js +1 -1
  47. package/build/rn/Fieldset.js +1 -1
  48. package/build/rn/FileUpload.js +1 -1
  49. package/build/rn/Footnote.js +1 -1
  50. package/build/rn/FootnoteLink.js +1 -1
  51. package/build/rn/HorizontalScrollButton.js +1 -1
  52. package/build/rn/Icon.js +1 -1
  53. package/build/rn/IconButton.js +1 -1
  54. package/build/rn/Image.js +1 -1
  55. package/build/rn/InputLabel.js +1 -1
  56. package/build/rn/InputSupports.js +1 -1
  57. package/build/rn/Link.js +248 -2
  58. package/build/rn/List.js +1 -1
  59. package/build/rn/Listbox.js +1 -1
  60. package/build/rn/Modal.js +1 -1
  61. package/build/rn/MultiSelectFilter.js +6 -1
  62. package/build/rn/NavigationBar.js +1 -1
  63. package/build/rn/Notification.js +1 -1
  64. package/build/rn/OrderedList.js +1 -1
  65. package/build/rn/Pagination.js +1 -1
  66. package/build/rn/PaginationPageButton.js +1 -1
  67. package/build/rn/PaginationSideButton.js +1 -1
  68. package/build/rn/PreviewCard.js +1 -1
  69. package/build/rn/PriceLockup.js +1 -1
  70. package/build/rn/ProductCard.js +1 -1
  71. package/build/rn/Progress.js +1 -1
  72. package/build/rn/ProgressBar.js +1 -1
  73. package/build/rn/QuantitySelector.js +1 -1
  74. package/build/rn/QuantitySelectorSideButton.js +1 -1
  75. package/build/rn/QuickLinks.js +1 -1
  76. package/build/rn/QuickLinksButton.js +1 -1
  77. package/build/rn/QuickLinksCard.js +1 -1
  78. package/build/rn/QuickLinksFeature.js +1 -1
  79. package/build/rn/QuickLinksFeatureItem.js +1 -1
  80. package/build/rn/QuickLinksList.js +1 -1
  81. package/build/rn/Radio.js +1 -1
  82. package/build/rn/RadioCard.js +1 -1
  83. package/build/rn/RadioCardGroup.js +1 -1
  84. package/build/rn/RadioGroup.js +1 -1
  85. package/build/rn/Ribbon.js +1 -1
  86. package/build/rn/Search.js +1 -1
  87. package/build/rn/SearchButton.js +1 -1
  88. package/build/rn/Select.js +1 -1
  89. package/build/rn/SideNav.js +1 -1
  90. package/build/rn/SideNavItem.js +1 -1
  91. package/build/rn/SideNavItemsGroup.js +1 -1
  92. package/build/rn/Skeleton.js +1 -1
  93. package/build/rn/SkipLink.js +1 -1
  94. package/build/rn/Spinner.js +1 -1
  95. package/build/rn/SplashButton.js +1 -1
  96. package/build/rn/SplashButtonWithDetails.js +1 -1
  97. package/build/rn/StackView.js +1 -1
  98. package/build/rn/Status.js +1 -1
  99. package/build/rn/StepTracker.js +1 -1
  100. package/build/rn/StoryCard.js +1 -1
  101. package/build/rn/TabBar.js +1 -1
  102. package/build/rn/TabBarItem.js +1 -1
  103. package/build/rn/Table.js +1 -1
  104. package/build/rn/Tabs.js +1 -1
  105. package/build/rn/TabsItem.js +1 -1
  106. package/build/rn/Tags.js +1 -1
  107. package/build/rn/TagsItem.js +1 -1
  108. package/build/rn/TermsAndConditions.js +1 -1
  109. package/build/rn/Testimonial.js +1 -1
  110. package/build/rn/TextArea.js +1 -1
  111. package/build/rn/TextInput.js +1 -1
  112. package/build/rn/Timeline.js +1 -1
  113. package/build/rn/Toast.js +1 -1
  114. package/build/rn/ToggleSwitch.js +1 -1
  115. package/build/rn/ToggleSwitchGroup.js +1 -1
  116. package/build/rn/Tooltip.js +1 -1
  117. package/build/rn/TooltipButton.js +1 -1
  118. package/build/rn/Typography.js +1 -1
  119. package/build/rn/Video.js +1 -1
  120. package/build/rn/VideoButton.js +1 -1
  121. package/build/rn/VideoControlBar.js +1 -1
  122. package/build/rn/VideoMenu.js +1 -1
  123. package/build/rn/VideoMiddleControlButton.js +1 -1
  124. package/build/rn/VideoPicker.js +1 -1
  125. package/build/rn/VideoPickerSlider.js +1 -1
  126. package/build/rn/VideoPickerThumbnail.js +1 -1
  127. package/build/rn/VideoProgressBar.js +1 -1
  128. package/build/rn/VideoVolumeSlider.js +1 -1
  129. package/build/rn/WaffleGrid.js +1 -1
  130. package/build/rn/schema.json +171 -157
  131. package/build/rn/spacingScale.js +1 -1
  132. package/build/rn/theme.js +293 -4
  133. package/build/web/ActionCard.js +1 -1
  134. package/build/web/ActivityIndicator.js +9 -2
  135. package/build/web/Autocomplete.js +1 -1
  136. package/build/web/Badge.js +1 -1
  137. package/build/web/BlockQuote.js +1 -1
  138. package/build/web/Box.js +1 -1
  139. package/build/web/Breadcrumbs.js +1 -1
  140. package/build/web/Button.js +1 -1
  141. package/build/web/ButtonDropdown.js +1 -1
  142. package/build/web/ButtonGroup.js +1 -1
  143. package/build/web/ButtonGroupItem.js +1 -1
  144. package/build/web/Callout.js +1 -1
  145. package/build/web/Card.js +29 -1
  146. package/build/web/CardGroup.js +1 -1
  147. package/build/web/Carousel.js +1 -1
  148. package/build/web/CarouselTabsPanelItem.js +1 -1
  149. package/build/web/CarouselThumbnail.js +1 -1
  150. package/build/web/Checkbox.js +1 -1
  151. package/build/web/CheckboxCard.js +1 -1
  152. package/build/web/CheckboxCardGroup.js +1 -1
  153. package/build/web/CheckboxGroup.js +1 -1
  154. package/build/web/ChevronLink.js +1 -1
  155. package/build/web/ColourToggle.js +1 -1
  156. package/build/web/Countdown.js +1 -1
  157. package/build/web/DatePicker.js +1 -1
  158. package/build/web/Disclaimer.js +1 -1
  159. package/build/web/Divider.js +1 -1
  160. package/build/web/DownloadApp.js +1 -1
  161. package/build/web/ExpandCollapse.js +1 -1
  162. package/build/web/ExpandCollapseControl.js +1 -1
  163. package/build/web/ExpandCollapseMini.js +1 -1
  164. package/build/web/ExpandCollapseMiniControl.js +1 -1
  165. package/build/web/ExpandCollapsePanel.js +1 -1
  166. package/build/web/Feedback.js +1 -1
  167. package/build/web/Fieldset.js +1 -1
  168. package/build/web/FileUpload.js +1 -1
  169. package/build/web/Footnote.js +1 -1
  170. package/build/web/FootnoteLink.js +1 -1
  171. package/build/web/HorizontalScrollButton.js +1 -1
  172. package/build/web/Icon.js +1 -1
  173. package/build/web/IconButton.js +1 -1
  174. package/build/web/Image.js +1 -1
  175. package/build/web/InputLabel.js +1 -1
  176. package/build/web/InputSupports.js +1 -1
  177. package/build/web/Link.js +248 -2
  178. package/build/web/List.js +1 -1
  179. package/build/web/Listbox.js +1 -1
  180. package/build/web/Modal.js +1 -1
  181. package/build/web/MultiSelectFilter.js +6 -1
  182. package/build/web/NavigationBar.js +1 -1
  183. package/build/web/Notification.js +1 -1
  184. package/build/web/OrderedList.js +1 -1
  185. package/build/web/Pagination.js +1 -1
  186. package/build/web/PaginationPageButton.js +1 -1
  187. package/build/web/PaginationSideButton.js +1 -1
  188. package/build/web/PreviewCard.js +1 -1
  189. package/build/web/PriceLockup.js +1 -1
  190. package/build/web/ProductCard.js +1 -1
  191. package/build/web/Progress.js +1 -1
  192. package/build/web/ProgressBar.js +1 -1
  193. package/build/web/QuantitySelector.js +1 -1
  194. package/build/web/QuantitySelectorSideButton.js +1 -1
  195. package/build/web/QuickLinks.js +1 -1
  196. package/build/web/QuickLinksButton.js +1 -1
  197. package/build/web/QuickLinksCard.js +1 -1
  198. package/build/web/QuickLinksFeature.js +1 -1
  199. package/build/web/QuickLinksFeatureItem.js +1 -1
  200. package/build/web/QuickLinksList.js +1 -1
  201. package/build/web/Radio.js +1 -1
  202. package/build/web/RadioCard.js +1 -1
  203. package/build/web/RadioCardGroup.js +1 -1
  204. package/build/web/RadioGroup.js +1 -1
  205. package/build/web/Ribbon.js +1 -1
  206. package/build/web/Search.js +1 -1
  207. package/build/web/SearchButton.js +1 -1
  208. package/build/web/Select.js +1 -1
  209. package/build/web/SideNav.js +1 -1
  210. package/build/web/SideNavItem.js +1 -1
  211. package/build/web/SideNavItemsGroup.js +1 -1
  212. package/build/web/Skeleton.js +1 -1
  213. package/build/web/SkipLink.js +1 -1
  214. package/build/web/Spinner.js +1 -1
  215. package/build/web/SplashButton.js +1 -1
  216. package/build/web/SplashButtonWithDetails.js +1 -1
  217. package/build/web/StackView.js +1 -1
  218. package/build/web/Status.js +1 -1
  219. package/build/web/StepTracker.js +1 -1
  220. package/build/web/StoryCard.js +1 -1
  221. package/build/web/TabBar.js +1 -1
  222. package/build/web/TabBarItem.js +1 -1
  223. package/build/web/Table.js +1 -1
  224. package/build/web/Tabs.js +1 -1
  225. package/build/web/TabsItem.js +1 -1
  226. package/build/web/Tags.js +1 -1
  227. package/build/web/TagsItem.js +1 -1
  228. package/build/web/TermsAndConditions.js +1 -1
  229. package/build/web/Testimonial.js +1 -1
  230. package/build/web/TextArea.js +1 -1
  231. package/build/web/TextInput.js +1 -1
  232. package/build/web/Timeline.js +1 -1
  233. package/build/web/Toast.js +1 -1
  234. package/build/web/ToggleSwitch.js +1 -1
  235. package/build/web/ToggleSwitchGroup.js +1 -1
  236. package/build/web/Tooltip.js +1 -1
  237. package/build/web/TooltipButton.js +1 -1
  238. package/build/web/Typography.js +1 -1
  239. package/build/web/Video.js +1 -1
  240. package/build/web/VideoButton.js +1 -1
  241. package/build/web/VideoControlBar.js +1 -1
  242. package/build/web/VideoMenu.js +1 -1
  243. package/build/web/VideoMiddleControlButton.js +1 -1
  244. package/build/web/VideoPicker.js +1 -1
  245. package/build/web/VideoPickerSlider.js +1 -1
  246. package/build/web/VideoPickerThumbnail.js +1 -1
  247. package/build/web/VideoProgressBar.js +1 -1
  248. package/build/web/VideoVolumeSlider.js +1 -1
  249. package/build/web/WaffleGrid.js +1 -1
  250. package/build/web/index.js +1 -1
  251. package/build/web/schema.json +171 -157
  252. package/build/web/spacingScale.js +1 -1
  253. package/build/web/theme.js +293 -4
  254. package/package.json +2 -2
  255. package/theme.json +798 -146
package/theme.json CHANGED
@@ -87,6 +87,10 @@
87
87
  },
88
88
  "ActivityIndicator": {
89
89
  "appearances": {
90
+ "dots": {
91
+ "type": "variant",
92
+ "values": [true]
93
+ },
90
94
  "size": {
91
95
  "description": "used for full-screen spinners",
92
96
  "type": "variant",
@@ -106,8 +110,10 @@
106
110
  ],
107
111
  "tokens": {
108
112
  "color": "{palette.color.slate100}",
113
+ "dotSize": "{palette.size.size6}",
114
+ "indicatorBackgroundColor": "{palette.color.slate25}",
109
115
  "size": "{palette.size.size24}",
110
- "thickness": "{palette.border.border2}"
116
+ "thickness": "{palette.border.border3}"
111
117
  }
112
118
  },
113
119
  "Autocomplete": {
@@ -1595,6 +1601,14 @@
1595
1601
  "viewport": "{appearances.system.viewport}"
1596
1602
  },
1597
1603
  "rules": [
1604
+ {
1605
+ "if": {
1606
+ "interactive": true
1607
+ },
1608
+ "tokens": {
1609
+ "backgroundColor": "{system.color.transparent}"
1610
+ }
1611
+ },
1598
1612
  {
1599
1613
  "if": {
1600
1614
  "interactive": true,
@@ -2003,6 +2017,66 @@
2003
2017
  "borderColor": "{palette.color.slate100}",
2004
2018
  "borderWidth": "{palette.border.border1}"
2005
2019
  }
2020
+ },
2021
+ {
2022
+ "if": {
2023
+ "hover": true,
2024
+ "interactive": true,
2025
+ "style": "dark"
2026
+ },
2027
+ "tokens": {
2028
+ "backgroundColor": "{palette.color.light10}"
2029
+ }
2030
+ },
2031
+ {
2032
+ "if": {
2033
+ "hover": true,
2034
+ "interactive": true,
2035
+ "style": "darker"
2036
+ },
2037
+ "tokens": {
2038
+ "backgroundColor": "{palette.color.light10}"
2039
+ }
2040
+ },
2041
+ {
2042
+ "if": {
2043
+ "hover": true,
2044
+ "interactive": true,
2045
+ "style": "darkest"
2046
+ },
2047
+ "tokens": {
2048
+ "backgroundColor": "{palette.color.light10}"
2049
+ }
2050
+ },
2051
+ {
2052
+ "if": {
2053
+ "interactive": true,
2054
+ "pressed": true,
2055
+ "style": "dark"
2056
+ },
2057
+ "tokens": {
2058
+ "backgroundColor": "{palette.color.light20}"
2059
+ }
2060
+ },
2061
+ {
2062
+ "if": {
2063
+ "interactive": true,
2064
+ "pressed": true,
2065
+ "style": "darker"
2066
+ },
2067
+ "tokens": {
2068
+ "backgroundColor": "{palette.color.light20}"
2069
+ }
2070
+ },
2071
+ {
2072
+ "if": {
2073
+ "interactive": true,
2074
+ "pressed": true,
2075
+ "style": "darkest"
2076
+ },
2077
+ "tokens": {
2078
+ "backgroundColor": "{palette.color.light20}"
2079
+ }
2006
2080
  }
2007
2081
  ],
2008
2082
  "tokens": {
@@ -4665,6 +4739,10 @@
4665
4739
  "description": "Text sizes for block links; similar but not always identical to Typography sizes.",
4666
4740
  "type": "variant",
4667
4741
  "values": ["micro", "small", "large"]
4742
+ },
4743
+ "style": {
4744
+ "type": "variant",
4745
+ "values": ["inline", "subtle", "feature", "danger", "inverse"]
4668
4746
  }
4669
4747
  },
4670
4748
  "rules": [
@@ -4916,239 +4994,800 @@
4916
4994
  },
4917
4995
  "tokens": {
4918
4996
  "color": "{palette.color.slate100}",
4919
- "textLine": "{system.textLine.underline}"
4997
+ "textLine": "{system.textLine.none}"
4920
4998
  }
4921
4999
  },
4922
5000
  {
4923
5001
  "if": {
4924
- "alternative": true,
4925
- "hover": true,
5002
+ "focus": true,
4926
5003
  "quiet": true
4927
5004
  },
4928
5005
  "tokens": {
4929
- "color": "{palette.color.slate120}",
4930
- "textLine": "{system.textLine.underline}"
5006
+ "color": "{palette.color.link100}",
5007
+ "textLine": "{system.textLine.none}"
4931
5008
  }
4932
5009
  },
4933
5010
  {
4934
5011
  "if": {
4935
- "hover": true,
4936
- "inverse": true,
5012
+ "pressed": true,
4937
5013
  "quiet": true
4938
5014
  },
4939
5015
  "tokens": {
4940
- "color": "{palette.color.apricot50}",
5016
+ "color": "{palette.color.slate120}",
4941
5017
  "textLine": "{system.textLine.underline}"
4942
5018
  }
4943
- }
4944
- ],
4945
- "tokens": {
4946
- "alignSelf": "{system.flexAlign.flexStart}",
4947
- "blockFontName": "{palette.fontName.SofiaPro}",
4948
- "blockFontSize": "{palette.fontSize.size18}",
4949
- "blockFontWeight": "{palette.fontWeight.weight400}",
4950
- "blockLineHeight": "{palette.lineHeight.ratio14to9}",
4951
- "borderRadius": "{palette.radius.radius4}",
4952
- "color": "{palette.color.link100}",
4953
- "icon": "{system.icon.none}",
4954
- "iconSize": "{palette.size.size24}",
4955
- "iconSpace": "{system.integer.0}",
4956
- "iconTranslateX": "{system.size.zero}",
4957
- "iconTranslateY": "{system.size.zero}",
4958
- "outerBorderColor": "{palette.color.transparent}",
4959
- "outerBorderGap": "{palette.size.size2}",
4960
- "outerBorderOutline": "{system.borderStyle.none}",
4961
- "outerBorderWidth": "{palette.border.border2}",
4962
- "textLine": "{system.textLine.underline}",
4963
- "textLineStyle": "{system.textLineStyle.solid}"
4964
- }
4965
- },
4966
- "List": {
4967
- "appearances": {
4968
- "compact": {
4969
- "description": "When true it will reduce the line height of the list item.",
4970
- "type": "variant",
4971
- "values": [true]
4972
5019
  },
4973
- "size": {
4974
- "description": "Indicates list item text size.",
4975
- "type": "variant",
4976
- "values": ["large", "small"]
4977
- }
4978
- },
4979
- "rules": [
4980
5020
  {
4981
5021
  "if": {
4982
- "size": "large"
5022
+ "focus": true,
5023
+ "pressed": true,
5024
+ "quiet": true
4983
5025
  },
4984
5026
  "tokens": {
4985
- "iconMarginTop": "{palette.size.size4}",
4986
- "itemFontSize": "{palette.fontSize.size20}",
4987
- "itemIconSize": "{palette.size.size20}",
4988
- "itemLineHeight": "{palette.lineHeight.ratio7to5}"
5027
+ "color": "{palette.color.slate120}",
5028
+ "textLine": "{system.textLine.underline}"
4989
5029
  }
4990
5030
  },
4991
5031
  {
4992
5032
  "if": {
4993
- "size": "small"
5033
+ "alternative": true,
5034
+ "hover": true,
5035
+ "quiet": true
4994
5036
  },
4995
5037
  "tokens": {
4996
- "iconMarginTop": "{palette.size.size2}",
4997
- "itemFontSize": "{palette.fontSize.size16}",
4998
- "itemLineHeight": "{palette.lineHeight.ratio14to9}"
5038
+ "color": "{palette.color.slate120}",
5039
+ "textLine": "{system.textLine.underline}"
4999
5040
  }
5000
5041
  },
5001
5042
  {
5002
5043
  "if": {
5003
- "compact": true
5044
+ "hover": true,
5045
+ "inverse": true,
5046
+ "quiet": true
5004
5047
  },
5005
5048
  "tokens": {
5006
- "iconMarginTop": "{palette.size.size2}",
5007
- "itemLineHeight": "{palette.lineHeight.ratio14to9}"
5049
+ "color": "{palette.color.apricot50}",
5050
+ "textLine": "{system.textLine.underline}"
5008
5051
  }
5009
5052
  },
5010
5053
  {
5011
5054
  "if": {
5012
- "compact": true,
5013
- "size": "small"
5055
+ "style": "inline"
5014
5056
  },
5015
5057
  "tokens": {
5016
- "itemLineHeight": "{palette.lineHeight.ratio3to2}"
5058
+ "color": "{palette.color.slate100}"
5017
5059
  }
5018
5060
  },
5019
5061
  {
5020
5062
  "if": {
5021
- "compact": true,
5022
- "size": "large"
5063
+ "focus": true,
5064
+ "style": "inline"
5023
5065
  },
5024
5066
  "tokens": {
5025
- "itemLineHeight": "{palette.lineHeight.ratio6to5}"
5067
+ "color": "{palette.color.slate100}",
5068
+ "outerBorderColor": "{palette.color.slate100}",
5069
+ "outerBorderOutline": "{system.borderStyle.none}"
5026
5070
  }
5027
- }
5028
- ],
5029
- "tokens": {
5030
- "bulletIcon": "{palette.icon.BulletFill}",
5031
- "dividerColor": "{palette.color.slate50}",
5032
- "dividerSize": "{palette.border.border1}",
5033
- "iconMarginTop": "{palette.size.size4}",
5034
- "interItemMargin": "{palette.size.size8}",
5035
- "interItemMarginWithDivider": "{palette.size.size16}",
5036
- "itemBulletColor": "{palette.color.slate100}",
5037
- "itemBulletContainerAlign": "{system.textAlign.center}",
5038
- "itemBulletContainerHeight": "{palette.size.size20}",
5039
- "itemBulletContainerWidth": "{palette.size.size24}",
5040
- "itemFontName": "{palette.fontName.SofiaPro}",
5041
- "itemFontSize": "{palette.fontSize.size18}",
5042
- "itemFontWeight": "{palette.fontWeight.weight400}",
5043
- "itemIconColor": "{palette.color.slate100}",
5044
- "itemIconSize": "{palette.size.size20}",
5045
- "itemLineHeight": "{palette.lineHeight.ratio14to9}",
5046
- "itemTextColor": "{palette.color.slate100}",
5047
- "listGutter": "{palette.size.size8}"
5048
- }
5049
- },
5050
- "Listbox": {
5051
- "appearances": {
5052
- "current": "{appearances.Listbox.current}",
5053
- "expanded": "{appearances.Listbox.expanded}",
5054
- "focus": "{appearances.Listbox.focus}",
5055
- "hover": "{appearances.Listbox.hover}",
5056
- "isChild": "{appearances.Listbox.isChild}",
5057
- "pressed": "{appearances.Listbox.pressed}"
5058
- },
5059
- "rules": [
5071
+ },
5060
5072
  {
5061
5073
  "if": {
5062
- "focus": true,
5063
5074
  "hover": true,
5064
- "pressed": true
5075
+ "style": "inline"
5065
5076
  },
5066
5077
  "tokens": {
5067
- "groupBackgroundColor": "{palette.color.link100}",
5068
- "groupBorderColor": "{palette.color.transparent}",
5069
- "groupColor": "{palette.color.sand100}",
5070
- "itemBackgroundColor": "{palette.color.link100}",
5071
- "itemColor": "{palette.color.sand100}"
5078
+ "color": "{palette.color.slate100}",
5079
+ "textLine": "{system.textLine.none}"
5072
5080
  }
5073
5081
  },
5074
5082
  {
5075
5083
  "if": {
5076
- "focus": false,
5077
- "hover": true,
5078
- "pressed": false
5084
+ "pressed": true,
5085
+ "style": "inline"
5079
5086
  },
5080
5087
  "tokens": {
5081
- "groupBackgroundColor": "{palette.color.apricot25}",
5082
- "groupColor": "{palette.color.slate100}",
5083
- "itemBackgroundColor": "{palette.color.apricot25}",
5084
- "itemColor": "{palette.color.slate100}"
5088
+ "color": "{palette.color.slate120}",
5089
+ "textLine": "{system.textLine.none}"
5085
5090
  }
5086
5091
  },
5087
5092
  {
5088
5093
  "if": {
5089
5094
  "focus": true,
5090
- "hover": true,
5091
- "isChild": true,
5092
- "pressed": true
5095
+ "pressed": true,
5096
+ "style": "inline"
5093
5097
  },
5094
5098
  "tokens": {
5095
- "itemBackgroundColor": "{palette.color.link100}",
5096
- "itemBorderLeftColor": "{palette.color.link100}",
5097
- "itemColor": "{palette.color.sand100}"
5099
+ "outerBorderColor": "{palette.color.slate120}"
5098
5100
  }
5099
5101
  },
5100
5102
  {
5101
5103
  "if": {
5102
- "focus": true,
5103
- "pressed": false
5104
+ "style": "subtle"
5104
5105
  },
5105
5106
  "tokens": {
5106
- "groupBackgroundColor": "{palette.color.transparent}",
5107
- "groupBorderColor": "{palette.color.slate100}",
5108
- "groupBorderWidth": "{palette.border.border1}",
5109
- "groupColor": "{palette.color.slate100}",
5110
- "itemBorderBottomColor": "{palette.color.slate100}",
5111
- "itemBorderLeftColor": "{palette.color.slate100}",
5112
- "itemBorderRightColor": "{palette.color.slate100}",
5113
- "itemBorderTopColor": "{palette.color.slate100}",
5114
- "itemColor": "{palette.color.slate100}"
5107
+ "color": "{palette.color.slate75}"
5115
5108
  }
5116
5109
  },
5117
5110
  {
5118
5111
  "if": {
5119
- "current": true,
5120
- "isChild": false
5112
+ "focus": true,
5113
+ "style": "subtle"
5121
5114
  },
5122
5115
  "tokens": {
5123
- "groupBackgroundColor": "{palette.color.apricot100}",
5124
- "groupColor": "{palette.color.slate100}",
5125
- "itemBackgroundColor": "{palette.color.apricot100}",
5126
- "itemColor": "{palette.color.slate100}"
5116
+ "color": "{palette.color.slate100}",
5117
+ "outerBorderColor": "{palette.color.slate100}",
5118
+ "outerBorderOutline": "{system.borderStyle.none}"
5127
5119
  }
5128
5120
  },
5129
5121
  {
5130
5122
  "if": {
5131
- "current": true,
5132
- "focus": false,
5133
- "isChild": true
5123
+ "hover": true,
5124
+ "style": "subtle"
5134
5125
  },
5135
5126
  "tokens": {
5136
- "itemBackgroundColor": "{palette.color.transparent}",
5137
- "itemBorderBottomWidth": "{palette.border.none}",
5138
- "itemBorderLeftColor": "{palette.color.apricot100}",
5139
- "itemBorderLeftWidth": "{palette.border.border4}",
5140
- "itemBorderTopWidth": "{palette.border.none}"
5127
+ "color": "{palette.color.slate75}",
5128
+ "textLine": "{system.textLine.none}"
5141
5129
  }
5142
5130
  },
5143
5131
  {
5144
5132
  "if": {
5145
- "current": true,
5146
- "pressed": true
5133
+ "pressed": true,
5134
+ "style": "subtle"
5147
5135
  },
5148
5136
  "tokens": {
5149
- "groupBackgroundColor": "{palette.color.link100}",
5150
- "groupColor": "{palette.color.sand100}",
5151
- "itemBackgroundColor": "{palette.color.link100}",
5137
+ "color": "{palette.color.slate120}",
5138
+ "textLine": "{system.textLine.none}"
5139
+ }
5140
+ },
5141
+ {
5142
+ "if": {
5143
+ "focus": true,
5144
+ "pressed": true,
5145
+ "style": "subtle"
5146
+ },
5147
+ "tokens": {
5148
+ "outerBorderColor": "{palette.color.slate120}"
5149
+ }
5150
+ },
5151
+ {
5152
+ "if": {
5153
+ "style": "feature"
5154
+ },
5155
+ "tokens": {
5156
+ "color": "{palette.color.link100}"
5157
+ }
5158
+ },
5159
+ {
5160
+ "if": {
5161
+ "focus": true,
5162
+ "style": "feature"
5163
+ },
5164
+ "tokens": {
5165
+ "color": "{palette.color.link100}",
5166
+ "outerBorderColor": "{palette.color.link100}",
5167
+ "outerBorderOutline": "{system.borderStyle.none}"
5168
+ }
5169
+ },
5170
+ {
5171
+ "if": {
5172
+ "hover": true,
5173
+ "style": "feature"
5174
+ },
5175
+ "tokens": {
5176
+ "color": "{palette.color.link100}",
5177
+ "textLine": "{system.textLine.none}"
5178
+ }
5179
+ },
5180
+ {
5181
+ "if": {
5182
+ "pressed": true,
5183
+ "style": "feature"
5184
+ },
5185
+ "tokens": {
5186
+ "color": "{palette.color.slate120}",
5187
+ "textLine": "{system.textLine.none}"
5188
+ }
5189
+ },
5190
+ {
5191
+ "if": {
5192
+ "focus": true,
5193
+ "pressed": true,
5194
+ "style": "feature"
5195
+ },
5196
+ "tokens": {
5197
+ "outerBorderColor": "{palette.color.slate120}"
5198
+ }
5199
+ },
5200
+ {
5201
+ "if": {
5202
+ "style": "danger"
5203
+ },
5204
+ "tokens": {
5205
+ "color": "{palette.color.danger100}"
5206
+ }
5207
+ },
5208
+ {
5209
+ "if": {
5210
+ "focus": true,
5211
+ "style": "danger"
5212
+ },
5213
+ "tokens": {
5214
+ "color": "{palette.color.danger100}",
5215
+ "outerBorderColor": "{palette.color.danger100}",
5216
+ "outerBorderOutline": "{system.borderStyle.none}"
5217
+ }
5218
+ },
5219
+ {
5220
+ "if": {
5221
+ "hover": true,
5222
+ "style": "danger"
5223
+ },
5224
+ "tokens": {
5225
+ "color": "{palette.color.danger100}",
5226
+ "textLine": "{system.textLine.none}"
5227
+ }
5228
+ },
5229
+ {
5230
+ "if": {
5231
+ "pressed": true,
5232
+ "style": "danger"
5233
+ },
5234
+ "tokens": {
5235
+ "color": "{palette.color.danger50}",
5236
+ "textLine": "{system.textLine.none}"
5237
+ }
5238
+ },
5239
+ {
5240
+ "if": {
5241
+ "focus": true,
5242
+ "pressed": true,
5243
+ "style": "danger"
5244
+ },
5245
+ "tokens": {
5246
+ "outerBorderColor": "{palette.color.danger50}"
5247
+ }
5248
+ },
5249
+ {
5250
+ "if": {
5251
+ "style": "inverse"
5252
+ },
5253
+ "tokens": {
5254
+ "color": "{palette.color.sand100}"
5255
+ }
5256
+ },
5257
+ {
5258
+ "if": {
5259
+ "focus": true,
5260
+ "style": "inverse"
5261
+ },
5262
+ "tokens": {
5263
+ "color": "{palette.color.sand100}",
5264
+ "outerBorderColor": "{palette.color.sand100}",
5265
+ "outerBorderOutline": "{system.borderStyle.none}"
5266
+ }
5267
+ },
5268
+ {
5269
+ "if": {
5270
+ "hover": true,
5271
+ "style": "inverse"
5272
+ },
5273
+ "tokens": {
5274
+ "color": "{palette.color.apricot100}",
5275
+ "textLine": "{system.textLine.none}"
5276
+ }
5277
+ },
5278
+ {
5279
+ "if": {
5280
+ "pressed": true,
5281
+ "style": "inverse"
5282
+ },
5283
+ "tokens": {
5284
+ "color": "{palette.color.apricot100}",
5285
+ "textLine": "{system.textLine.none}"
5286
+ }
5287
+ },
5288
+ {
5289
+ "if": {
5290
+ "focus": true,
5291
+ "pressed": true,
5292
+ "style": "inverse"
5293
+ },
5294
+ "tokens": {
5295
+ "outerBorderColor": "{palette.color.apricot100}"
5296
+ }
5297
+ },
5298
+ {
5299
+ "if": {
5300
+ "quiet": true,
5301
+ "style": "inline"
5302
+ },
5303
+ "tokens": {
5304
+ "color": "{palette.color.slate100}",
5305
+ "textLine": "{system.textLine.none}"
5306
+ }
5307
+ },
5308
+ {
5309
+ "if": {
5310
+ "focus": true,
5311
+ "quiet": true,
5312
+ "style": "inline"
5313
+ },
5314
+ "tokens": {
5315
+ "color": "{palette.color.slate100}",
5316
+ "outerBorderColor": "{palette.color.slate100}",
5317
+ "outerBorderOutline": "{system.borderStyle.none}",
5318
+ "textLine": "{system.textLine.none}"
5319
+ }
5320
+ },
5321
+ {
5322
+ "if": {
5323
+ "hover": true,
5324
+ "quiet": true,
5325
+ "style": "inline"
5326
+ },
5327
+ "tokens": {
5328
+ "color": "{palette.color.slate100}",
5329
+ "textLine": "{system.textLine.none}"
5330
+ }
5331
+ },
5332
+ {
5333
+ "if": {
5334
+ "pressed": true,
5335
+ "quiet": true,
5336
+ "style": "inline"
5337
+ },
5338
+ "tokens": {
5339
+ "color": "{palette.color.slate120}",
5340
+ "textLine": "{system.textLine.underline}"
5341
+ }
5342
+ },
5343
+ {
5344
+ "if": {
5345
+ "focus": true,
5346
+ "pressed": true,
5347
+ "quiet": true,
5348
+ "style": "inline"
5349
+ },
5350
+ "tokens": {
5351
+ "outerBorderColor": "{palette.color.slate120}",
5352
+ "textLine": "{system.textLine.underline}"
5353
+ }
5354
+ },
5355
+ {
5356
+ "if": {
5357
+ "quiet": true,
5358
+ "style": "subtle"
5359
+ },
5360
+ "tokens": {
5361
+ "color": "{palette.color.slate75}",
5362
+ "textLine": "{system.textLine.none}"
5363
+ }
5364
+ },
5365
+ {
5366
+ "if": {
5367
+ "focus": true,
5368
+ "quiet": true,
5369
+ "style": "subtle"
5370
+ },
5371
+ "tokens": {
5372
+ "color": "{palette.color.slate100}",
5373
+ "outerBorderColor": "{palette.color.slate100}",
5374
+ "outerBorderOutline": "{system.borderStyle.none}",
5375
+ "textLine": "{system.textLine.none}"
5376
+ }
5377
+ },
5378
+ {
5379
+ "if": {
5380
+ "hover": true,
5381
+ "quiet": true,
5382
+ "style": "subtle"
5383
+ },
5384
+ "tokens": {
5385
+ "color": "{palette.color.slate75}",
5386
+ "textLine": "{system.textLine.none}"
5387
+ }
5388
+ },
5389
+ {
5390
+ "if": {
5391
+ "pressed": true,
5392
+ "quiet": true,
5393
+ "style": "subtle"
5394
+ },
5395
+ "tokens": {
5396
+ "color": "{palette.color.slate120}",
5397
+ "textLine": "{system.textLine.underline}"
5398
+ }
5399
+ },
5400
+ {
5401
+ "if": {
5402
+ "focus": true,
5403
+ "pressed": true,
5404
+ "quiet": true,
5405
+ "style": "subtle"
5406
+ },
5407
+ "tokens": {
5408
+ "outerBorderColor": "{palette.color.slate120}",
5409
+ "textLine": "{system.textLine.underline}"
5410
+ }
5411
+ },
5412
+ {
5413
+ "if": {
5414
+ "quiet": true,
5415
+ "style": "feature"
5416
+ },
5417
+ "tokens": {
5418
+ "color": "{palette.color.link100}",
5419
+ "textLine": "{system.textLine.none}"
5420
+ }
5421
+ },
5422
+ {
5423
+ "if": {
5424
+ "focus": true,
5425
+ "quiet": true,
5426
+ "style": "feature"
5427
+ },
5428
+ "tokens": {
5429
+ "color": "{palette.color.link100}",
5430
+ "outerBorderColor": "{palette.color.link100}",
5431
+ "outerBorderOutline": "{system.borderStyle.none}",
5432
+ "textLine": "{system.textLine.none}"
5433
+ }
5434
+ },
5435
+ {
5436
+ "if": {
5437
+ "hover": true,
5438
+ "quiet": true,
5439
+ "style": "feature"
5440
+ },
5441
+ "tokens": {
5442
+ "color": "{palette.color.link100}",
5443
+ "textLine": "{system.textLine.none}"
5444
+ }
5445
+ },
5446
+ {
5447
+ "if": {
5448
+ "pressed": true,
5449
+ "quiet": true,
5450
+ "style": "feature"
5451
+ },
5452
+ "tokens": {
5453
+ "color": "{palette.color.slate120}",
5454
+ "textLine": "{system.textLine.underline}"
5455
+ }
5456
+ },
5457
+ {
5458
+ "if": {
5459
+ "focus": true,
5460
+ "pressed": true,
5461
+ "quiet": true,
5462
+ "style": "feature"
5463
+ },
5464
+ "tokens": {
5465
+ "outerBorderColor": "{palette.color.slate120}",
5466
+ "textLine": "{system.textLine.underline}"
5467
+ }
5468
+ },
5469
+ {
5470
+ "if": {
5471
+ "quiet": true,
5472
+ "style": "danger"
5473
+ },
5474
+ "tokens": {
5475
+ "color": "{palette.color.danger100}",
5476
+ "textLine": "{system.textLine.none}"
5477
+ }
5478
+ },
5479
+ {
5480
+ "if": {
5481
+ "focus": true,
5482
+ "quiet": true,
5483
+ "style": "danger"
5484
+ },
5485
+ "tokens": {
5486
+ "color": "{palette.color.danger100}",
5487
+ "outerBorderColor": "{palette.color.danger100}",
5488
+ "outerBorderOutline": "{system.borderStyle.none}",
5489
+ "textLine": "{system.textLine.none}"
5490
+ }
5491
+ },
5492
+ {
5493
+ "if": {
5494
+ "hover": true,
5495
+ "quiet": true,
5496
+ "style": "danger"
5497
+ },
5498
+ "tokens": {
5499
+ "color": "{palette.color.danger100}",
5500
+ "textLine": "{system.textLine.none}"
5501
+ }
5502
+ },
5503
+ {
5504
+ "if": {
5505
+ "pressed": true,
5506
+ "quiet": true,
5507
+ "style": "danger"
5508
+ },
5509
+ "tokens": {
5510
+ "color": "{palette.color.danger50}",
5511
+ "textLine": "{system.textLine.underline}"
5512
+ }
5513
+ },
5514
+ {
5515
+ "if": {
5516
+ "focus": true,
5517
+ "pressed": true,
5518
+ "quiet": true,
5519
+ "style": "danger"
5520
+ },
5521
+ "tokens": {
5522
+ "outerBorderColor": "{palette.color.danger50}",
5523
+ "textLine": "{system.textLine.underline}"
5524
+ }
5525
+ },
5526
+ {
5527
+ "if": {
5528
+ "quiet": true,
5529
+ "style": "inverse"
5530
+ },
5531
+ "tokens": {
5532
+ "color": "{palette.color.sand100}",
5533
+ "textLine": "{system.textLine.none}"
5534
+ }
5535
+ },
5536
+ {
5537
+ "if": {
5538
+ "focus": true,
5539
+ "quiet": true,
5540
+ "style": "inverse"
5541
+ },
5542
+ "tokens": {
5543
+ "color": "{palette.color.sand100}",
5544
+ "outerBorderColor": "{palette.color.sand100}",
5545
+ "outerBorderOutline": "{system.borderStyle.none}",
5546
+ "textLine": "{system.textLine.none}"
5547
+ }
5548
+ },
5549
+ {
5550
+ "if": {
5551
+ "hover": true,
5552
+ "quiet": true,
5553
+ "style": "inverse"
5554
+ },
5555
+ "tokens": {
5556
+ "color": "{palette.color.apricot100}",
5557
+ "textLine": "{system.textLine.none}"
5558
+ }
5559
+ },
5560
+ {
5561
+ "if": {
5562
+ "pressed": true,
5563
+ "quiet": true,
5564
+ "style": "inverse"
5565
+ },
5566
+ "tokens": {
5567
+ "color": "{palette.color.apricot100}",
5568
+ "textLine": "{system.textLine.underline}"
5569
+ }
5570
+ },
5571
+ {
5572
+ "if": {
5573
+ "focus": true,
5574
+ "pressed": true,
5575
+ "quiet": true,
5576
+ "style": "inverse"
5577
+ },
5578
+ "tokens": {
5579
+ "outerBorderColor": "{palette.color.apricot100}",
5580
+ "textLine": "{system.textLine.underline}"
5581
+ }
5582
+ }
5583
+ ],
5584
+ "tokens": {
5585
+ "alignSelf": "{system.flexAlign.flexStart}",
5586
+ "blockFontName": "{palette.fontName.SofiaPro}",
5587
+ "blockFontSize": "{palette.fontSize.size18}",
5588
+ "blockFontWeight": "{palette.fontWeight.weight400}",
5589
+ "blockLineHeight": "{palette.lineHeight.ratio14to9}",
5590
+ "borderRadius": "{palette.radius.radius4}",
5591
+ "color": "{palette.color.link100}",
5592
+ "icon": "{system.icon.none}",
5593
+ "iconSize": "{palette.size.size24}",
5594
+ "iconSpace": "{system.integer.0}",
5595
+ "iconTranslateX": "{system.size.zero}",
5596
+ "iconTranslateY": "{system.size.zero}",
5597
+ "outerBorderColor": "{palette.color.transparent}",
5598
+ "outerBorderGap": "{palette.size.size2}",
5599
+ "outerBorderOutline": "{system.borderStyle.none}",
5600
+ "outerBorderWidth": "{palette.border.border2}",
5601
+ "textLine": "{system.textLine.underline}",
5602
+ "textLineStyle": "{system.textLineStyle.solid}"
5603
+ }
5604
+ },
5605
+ "List": {
5606
+ "appearances": {
5607
+ "compact": {
5608
+ "description": "When true it will reduce the line height of the list item.",
5609
+ "type": "variant",
5610
+ "values": [true]
5611
+ },
5612
+ "size": {
5613
+ "description": "Indicates list item text size.",
5614
+ "type": "variant",
5615
+ "values": ["large", "small"]
5616
+ }
5617
+ },
5618
+ "rules": [
5619
+ {
5620
+ "if": {
5621
+ "size": "large"
5622
+ },
5623
+ "tokens": {
5624
+ "iconMarginTop": "{palette.size.size4}",
5625
+ "itemFontSize": "{palette.fontSize.size20}",
5626
+ "itemIconSize": "{palette.size.size20}",
5627
+ "itemLineHeight": "{palette.lineHeight.ratio7to5}"
5628
+ }
5629
+ },
5630
+ {
5631
+ "if": {
5632
+ "size": "small"
5633
+ },
5634
+ "tokens": {
5635
+ "iconMarginTop": "{palette.size.size2}",
5636
+ "itemFontSize": "{palette.fontSize.size16}",
5637
+ "itemLineHeight": "{palette.lineHeight.ratio14to9}"
5638
+ }
5639
+ },
5640
+ {
5641
+ "if": {
5642
+ "compact": true
5643
+ },
5644
+ "tokens": {
5645
+ "iconMarginTop": "{palette.size.size2}",
5646
+ "itemLineHeight": "{palette.lineHeight.ratio14to9}"
5647
+ }
5648
+ },
5649
+ {
5650
+ "if": {
5651
+ "compact": true,
5652
+ "size": "small"
5653
+ },
5654
+ "tokens": {
5655
+ "itemLineHeight": "{palette.lineHeight.ratio3to2}"
5656
+ }
5657
+ },
5658
+ {
5659
+ "if": {
5660
+ "compact": true,
5661
+ "size": "large"
5662
+ },
5663
+ "tokens": {
5664
+ "itemLineHeight": "{palette.lineHeight.ratio6to5}"
5665
+ }
5666
+ }
5667
+ ],
5668
+ "tokens": {
5669
+ "bulletIcon": "{palette.icon.BulletFill}",
5670
+ "dividerColor": "{palette.color.slate50}",
5671
+ "dividerSize": "{palette.border.border1}",
5672
+ "iconMarginTop": "{palette.size.size4}",
5673
+ "interItemMargin": "{palette.size.size8}",
5674
+ "interItemMarginWithDivider": "{palette.size.size16}",
5675
+ "itemBulletColor": "{palette.color.slate100}",
5676
+ "itemBulletContainerAlign": "{system.textAlign.center}",
5677
+ "itemBulletContainerHeight": "{palette.size.size20}",
5678
+ "itemBulletContainerWidth": "{palette.size.size24}",
5679
+ "itemFontName": "{palette.fontName.SofiaPro}",
5680
+ "itemFontSize": "{palette.fontSize.size18}",
5681
+ "itemFontWeight": "{palette.fontWeight.weight400}",
5682
+ "itemIconColor": "{palette.color.slate100}",
5683
+ "itemIconSize": "{palette.size.size20}",
5684
+ "itemLineHeight": "{palette.lineHeight.ratio14to9}",
5685
+ "itemTextColor": "{palette.color.slate100}",
5686
+ "listGutter": "{palette.size.size8}"
5687
+ }
5688
+ },
5689
+ "Listbox": {
5690
+ "appearances": {
5691
+ "current": "{appearances.Listbox.current}",
5692
+ "expanded": "{appearances.Listbox.expanded}",
5693
+ "focus": "{appearances.Listbox.focus}",
5694
+ "hover": "{appearances.Listbox.hover}",
5695
+ "isChild": "{appearances.Listbox.isChild}",
5696
+ "pressed": "{appearances.Listbox.pressed}"
5697
+ },
5698
+ "rules": [
5699
+ {
5700
+ "if": {
5701
+ "focus": true,
5702
+ "hover": true,
5703
+ "pressed": true
5704
+ },
5705
+ "tokens": {
5706
+ "groupBackgroundColor": "{palette.color.link100}",
5707
+ "groupBorderColor": "{palette.color.transparent}",
5708
+ "groupColor": "{palette.color.sand100}",
5709
+ "itemBackgroundColor": "{palette.color.link100}",
5710
+ "itemColor": "{palette.color.sand100}"
5711
+ }
5712
+ },
5713
+ {
5714
+ "if": {
5715
+ "focus": false,
5716
+ "hover": true,
5717
+ "pressed": false
5718
+ },
5719
+ "tokens": {
5720
+ "groupBackgroundColor": "{palette.color.apricot25}",
5721
+ "groupColor": "{palette.color.slate100}",
5722
+ "itemBackgroundColor": "{palette.color.apricot25}",
5723
+ "itemColor": "{palette.color.slate100}"
5724
+ }
5725
+ },
5726
+ {
5727
+ "if": {
5728
+ "focus": true,
5729
+ "hover": true,
5730
+ "isChild": true,
5731
+ "pressed": true
5732
+ },
5733
+ "tokens": {
5734
+ "itemBackgroundColor": "{palette.color.link100}",
5735
+ "itemBorderLeftColor": "{palette.color.link100}",
5736
+ "itemColor": "{palette.color.sand100}"
5737
+ }
5738
+ },
5739
+ {
5740
+ "if": {
5741
+ "focus": true,
5742
+ "pressed": false
5743
+ },
5744
+ "tokens": {
5745
+ "groupBackgroundColor": "{palette.color.transparent}",
5746
+ "groupBorderColor": "{palette.color.slate100}",
5747
+ "groupBorderWidth": "{palette.border.border1}",
5748
+ "groupColor": "{palette.color.slate100}",
5749
+ "itemBorderBottomColor": "{palette.color.slate100}",
5750
+ "itemBorderLeftColor": "{palette.color.slate100}",
5751
+ "itemBorderRightColor": "{palette.color.slate100}",
5752
+ "itemBorderTopColor": "{palette.color.slate100}",
5753
+ "itemColor": "{palette.color.slate100}"
5754
+ }
5755
+ },
5756
+ {
5757
+ "if": {
5758
+ "current": true,
5759
+ "isChild": false
5760
+ },
5761
+ "tokens": {
5762
+ "groupBackgroundColor": "{palette.color.apricot100}",
5763
+ "groupColor": "{palette.color.slate100}",
5764
+ "itemBackgroundColor": "{palette.color.apricot100}",
5765
+ "itemColor": "{palette.color.slate100}"
5766
+ }
5767
+ },
5768
+ {
5769
+ "if": {
5770
+ "current": true,
5771
+ "focus": false,
5772
+ "isChild": true
5773
+ },
5774
+ "tokens": {
5775
+ "itemBackgroundColor": "{palette.color.transparent}",
5776
+ "itemBorderBottomWidth": "{palette.border.none}",
5777
+ "itemBorderLeftColor": "{palette.color.apricot100}",
5778
+ "itemBorderLeftWidth": "{palette.border.border4}",
5779
+ "itemBorderTopWidth": "{palette.border.none}"
5780
+ }
5781
+ },
5782
+ {
5783
+ "if": {
5784
+ "current": true,
5785
+ "pressed": true
5786
+ },
5787
+ "tokens": {
5788
+ "groupBackgroundColor": "{palette.color.link100}",
5789
+ "groupColor": "{palette.color.sand100}",
5790
+ "itemBackgroundColor": "{palette.color.link100}",
5152
5791
  "itemBorderLeftWidth": "{palette.border.border4}",
5153
5792
  "itemColor": "{palette.color.sand100}"
5154
5793
  }
@@ -5397,6 +6036,10 @@
5397
6036
  "appearances": {
5398
6037
  "maxHeight": "{appearances.MultiSelectFilter.maxHeight}",
5399
6038
  "maxWidth": "{appearances.MultiSelectFilter.maxWidth}",
6039
+ "selected": {
6040
+ "type": "state",
6041
+ "values": [true]
6042
+ },
5400
6043
  "viewport": "{appearances.system.viewport}"
5401
6044
  },
5402
6045
  "rules": [
@@ -5427,6 +6070,15 @@
5427
6070
  "tokens": {
5428
6071
  "maxWidthSize": "{palette.size.size544}"
5429
6072
  }
6073
+ },
6074
+ {
6075
+ "if": {
6076
+ "selected": true
6077
+ },
6078
+ "tokens": {
6079
+ "buttonIconBackgroundColor": "{palette.color.slate100}",
6080
+ "labelColor": "{palette.color.white}"
6081
+ }
5430
6082
  }
5431
6083
  ],
5432
6084
  "tokens": {