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