@telus-uds/theme-koodo 7.3.1 → 7.5.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (259) hide show
  1. package/build/android/ActivityIndicator.json +12 -1
  2. package/build/android/ChevronLink.json +314 -0
  3. package/build/android/Link.json +309 -0
  4. package/build/android/MultiSelectFilter.json +24 -1
  5. package/build/android/Notification.json +2 -2
  6. package/build/android/Radio.json +3 -3
  7. package/build/android/schema.json +171 -157
  8. package/build/android/theme.json +898 -241
  9. package/build/ios/ActivityIndicator.json +12 -1
  10. package/build/ios/ChevronLink.json +314 -0
  11. package/build/ios/Link.json +309 -0
  12. package/build/ios/MultiSelectFilter.json +24 -1
  13. package/build/ios/Notification.json +2 -2
  14. package/build/ios/Radio.json +3 -3
  15. package/build/ios/schema.json +171 -157
  16. package/build/ios/theme.json +898 -241
  17. package/build/rn/ActionCard.js +1 -1
  18. package/build/rn/ActivityIndicator.js +9 -2
  19. package/build/rn/Autocomplete.js +1 -1
  20. package/build/rn/Badge.js +1 -1
  21. package/build/rn/BlockQuote.js +1 -1
  22. package/build/rn/Box.js +1 -1
  23. package/build/rn/Breadcrumbs.js +1 -1
  24. package/build/rn/Button.js +1 -1
  25. package/build/rn/ButtonDropdown.js +1 -1
  26. package/build/rn/ButtonGroup.js +1 -1
  27. package/build/rn/ButtonGroupItem.js +1 -1
  28. package/build/rn/Callout.js +1 -1
  29. package/build/rn/Card.js +1 -1
  30. package/build/rn/CardGroup.js +1 -1
  31. package/build/rn/Carousel.js +1 -1
  32. package/build/rn/CarouselTabsPanelItem.js +1 -1
  33. package/build/rn/CarouselThumbnail.js +1 -1
  34. package/build/rn/Checkbox.js +1 -1
  35. package/build/rn/CheckboxCard.js +1 -1
  36. package/build/rn/CheckboxCardGroup.js +1 -1
  37. package/build/rn/CheckboxGroup.js +1 -1
  38. package/build/rn/ChevronLink.js +227 -1
  39. package/build/rn/ColourToggle.js +1 -1
  40. package/build/rn/Countdown.js +1 -1
  41. package/build/rn/DatePicker.js +1 -1
  42. package/build/rn/Disclaimer.js +1 -1
  43. package/build/rn/Divider.js +1 -1
  44. package/build/rn/DownloadApp.js +1 -1
  45. package/build/rn/ExpandCollapse.js +1 -1
  46. package/build/rn/ExpandCollapseControl.js +1 -1
  47. package/build/rn/ExpandCollapseMini.js +1 -1
  48. package/build/rn/ExpandCollapseMiniControl.js +1 -1
  49. package/build/rn/ExpandCollapsePanel.js +1 -1
  50. package/build/rn/Feedback.js +1 -1
  51. package/build/rn/Fieldset.js +1 -1
  52. package/build/rn/FileUpload.js +1 -1
  53. package/build/rn/Footnote.js +1 -1
  54. package/build/rn/FootnoteLink.js +1 -1
  55. package/build/rn/HorizontalScrollButton.js +1 -1
  56. package/build/rn/Icon.js +1 -1
  57. package/build/rn/IconButton.js +1 -1
  58. package/build/rn/Image.js +1 -1
  59. package/build/rn/InputLabel.js +1 -1
  60. package/build/rn/InputSupports.js +1 -1
  61. package/build/rn/Link.js +247 -1
  62. package/build/rn/List.js +1 -1
  63. package/build/rn/Listbox.js +1 -1
  64. package/build/rn/Modal.js +1 -1
  65. package/build/rn/MultiSelectFilter.js +7 -2
  66. package/build/rn/NavigationBar.js +1 -1
  67. package/build/rn/Notification.js +2 -2
  68. package/build/rn/OrderedList.js +1 -1
  69. package/build/rn/Pagination.js +1 -1
  70. package/build/rn/PaginationPageButton.js +1 -1
  71. package/build/rn/PaginationSideButton.js +1 -1
  72. package/build/rn/PreviewCard.js +1 -1
  73. package/build/rn/PriceLockup.js +1 -1
  74. package/build/rn/ProductCard.js +1 -1
  75. package/build/rn/Progress.js +1 -1
  76. package/build/rn/ProgressBar.js +1 -1
  77. package/build/rn/QuantitySelector.js +1 -1
  78. package/build/rn/QuantitySelectorSideButton.js +1 -1
  79. package/build/rn/QuickLinks.js +1 -1
  80. package/build/rn/QuickLinksButton.js +1 -1
  81. package/build/rn/QuickLinksCard.js +1 -1
  82. package/build/rn/QuickLinksFeature.js +1 -1
  83. package/build/rn/QuickLinksFeatureItem.js +1 -1
  84. package/build/rn/QuickLinksList.js +1 -1
  85. package/build/rn/Radio.js +4 -4
  86. package/build/rn/RadioCard.js +1 -1
  87. package/build/rn/RadioCardGroup.js +1 -1
  88. package/build/rn/RadioGroup.js +1 -1
  89. package/build/rn/Ribbon.js +1 -1
  90. package/build/rn/Search.js +1 -1
  91. package/build/rn/SearchButton.js +1 -1
  92. package/build/rn/Select.js +1 -1
  93. package/build/rn/SideNav.js +1 -1
  94. package/build/rn/SideNavItem.js +1 -1
  95. package/build/rn/SideNavItemsGroup.js +1 -1
  96. package/build/rn/Skeleton.js +1 -1
  97. package/build/rn/SkipLink.js +1 -1
  98. package/build/rn/Spinner.js +1 -1
  99. package/build/rn/SplashButton.js +1 -1
  100. package/build/rn/SplashButtonWithDetails.js +1 -1
  101. package/build/rn/StackView.js +1 -1
  102. package/build/rn/Status.js +1 -1
  103. package/build/rn/StepTracker.js +1 -1
  104. package/build/rn/StoryCard.js +1 -1
  105. package/build/rn/TabBar.js +1 -1
  106. package/build/rn/TabBarItem.js +1 -1
  107. package/build/rn/Table.js +1 -1
  108. package/build/rn/Tabs.js +1 -1
  109. package/build/rn/TabsItem.js +1 -1
  110. package/build/rn/Tags.js +1 -1
  111. package/build/rn/TagsItem.js +1 -1
  112. package/build/rn/TermsAndConditions.js +1 -1
  113. package/build/rn/Testimonial.js +1 -1
  114. package/build/rn/TextArea.js +1 -1
  115. package/build/rn/TextInput.js +1 -1
  116. package/build/rn/Timeline.js +1 -1
  117. package/build/rn/Toast.js +1 -1
  118. package/build/rn/ToggleSwitch.js +1 -1
  119. package/build/rn/ToggleSwitchGroup.js +1 -1
  120. package/build/rn/Tooltip.js +1 -1
  121. package/build/rn/TooltipButton.js +1 -1
  122. package/build/rn/Typography.js +1 -1
  123. package/build/rn/Video.js +1 -1
  124. package/build/rn/VideoButton.js +1 -1
  125. package/build/rn/VideoControlBar.js +1 -1
  126. package/build/rn/VideoMenu.js +1 -1
  127. package/build/rn/VideoMiddleControlButton.js +1 -1
  128. package/build/rn/VideoPicker.js +1 -1
  129. package/build/rn/VideoPickerSlider.js +1 -1
  130. package/build/rn/VideoPickerThumbnail.js +1 -1
  131. package/build/rn/VideoProgressBar.js +1 -1
  132. package/build/rn/VideoVolumeSlider.js +1 -1
  133. package/build/rn/WaffleGrid.js +1 -1
  134. package/build/rn/schema.json +171 -157
  135. package/build/rn/spacingScale.js +1 -1
  136. package/build/rn/theme.js +495 -8
  137. package/build/web/ActionCard.js +1 -1
  138. package/build/web/ActivityIndicator.js +9 -2
  139. package/build/web/Autocomplete.js +1 -1
  140. package/build/web/Badge.js +1 -1
  141. package/build/web/BlockQuote.js +1 -1
  142. package/build/web/Box.js +1 -1
  143. package/build/web/Breadcrumbs.js +1 -1
  144. package/build/web/Button.js +1 -1
  145. package/build/web/ButtonDropdown.js +1 -1
  146. package/build/web/ButtonGroup.js +1 -1
  147. package/build/web/ButtonGroupItem.js +1 -1
  148. package/build/web/Callout.js +1 -1
  149. package/build/web/Card.js +1 -1
  150. package/build/web/CardGroup.js +1 -1
  151. package/build/web/Carousel.js +1 -1
  152. package/build/web/CarouselTabsPanelItem.js +1 -1
  153. package/build/web/CarouselThumbnail.js +1 -1
  154. package/build/web/Checkbox.js +1 -1
  155. package/build/web/CheckboxCard.js +1 -1
  156. package/build/web/CheckboxCardGroup.js +1 -1
  157. package/build/web/CheckboxGroup.js +1 -1
  158. package/build/web/ChevronLink.js +227 -1
  159. package/build/web/ColourToggle.js +1 -1
  160. package/build/web/Countdown.js +1 -1
  161. package/build/web/DatePicker.js +1 -1
  162. package/build/web/Disclaimer.js +1 -1
  163. package/build/web/Divider.js +1 -1
  164. package/build/web/DownloadApp.js +1 -1
  165. package/build/web/ExpandCollapse.js +1 -1
  166. package/build/web/ExpandCollapseControl.js +1 -1
  167. package/build/web/ExpandCollapseMini.js +1 -1
  168. package/build/web/ExpandCollapseMiniControl.js +1 -1
  169. package/build/web/ExpandCollapsePanel.js +1 -1
  170. package/build/web/Feedback.js +1 -1
  171. package/build/web/Fieldset.js +1 -1
  172. package/build/web/FileUpload.js +1 -1
  173. package/build/web/Footnote.js +1 -1
  174. package/build/web/FootnoteLink.js +1 -1
  175. package/build/web/HorizontalScrollButton.js +1 -1
  176. package/build/web/Icon.js +1 -1
  177. package/build/web/IconButton.js +1 -1
  178. package/build/web/Image.js +1 -1
  179. package/build/web/InputLabel.js +1 -1
  180. package/build/web/InputSupports.js +1 -1
  181. package/build/web/Link.js +247 -1
  182. package/build/web/List.js +1 -1
  183. package/build/web/Listbox.js +1 -1
  184. package/build/web/Modal.js +1 -1
  185. package/build/web/MultiSelectFilter.js +7 -2
  186. package/build/web/NavigationBar.js +1 -1
  187. package/build/web/Notification.js +2 -2
  188. package/build/web/OrderedList.js +1 -1
  189. package/build/web/Pagination.js +1 -1
  190. package/build/web/PaginationPageButton.js +1 -1
  191. package/build/web/PaginationSideButton.js +1 -1
  192. package/build/web/PreviewCard.js +1 -1
  193. package/build/web/PriceLockup.js +1 -1
  194. package/build/web/ProductCard.js +1 -1
  195. package/build/web/Progress.js +1 -1
  196. package/build/web/ProgressBar.js +1 -1
  197. package/build/web/QuantitySelector.js +1 -1
  198. package/build/web/QuantitySelectorSideButton.js +1 -1
  199. package/build/web/QuickLinks.js +1 -1
  200. package/build/web/QuickLinksButton.js +1 -1
  201. package/build/web/QuickLinksCard.js +1 -1
  202. package/build/web/QuickLinksFeature.js +1 -1
  203. package/build/web/QuickLinksFeatureItem.js +1 -1
  204. package/build/web/QuickLinksList.js +1 -1
  205. package/build/web/Radio.js +4 -4
  206. package/build/web/RadioCard.js +1 -1
  207. package/build/web/RadioCardGroup.js +1 -1
  208. package/build/web/RadioGroup.js +1 -1
  209. package/build/web/Ribbon.js +1 -1
  210. package/build/web/Search.js +1 -1
  211. package/build/web/SearchButton.js +1 -1
  212. package/build/web/Select.js +1 -1
  213. package/build/web/SideNav.js +1 -1
  214. package/build/web/SideNavItem.js +1 -1
  215. package/build/web/SideNavItemsGroup.js +1 -1
  216. package/build/web/Skeleton.js +1 -1
  217. package/build/web/SkipLink.js +1 -1
  218. package/build/web/Spinner.js +1 -1
  219. package/build/web/SplashButton.js +1 -1
  220. package/build/web/SplashButtonWithDetails.js +1 -1
  221. package/build/web/StackView.js +1 -1
  222. package/build/web/Status.js +1 -1
  223. package/build/web/StepTracker.js +1 -1
  224. package/build/web/StoryCard.js +1 -1
  225. package/build/web/TabBar.js +1 -1
  226. package/build/web/TabBarItem.js +1 -1
  227. package/build/web/Table.js +1 -1
  228. package/build/web/Tabs.js +1 -1
  229. package/build/web/TabsItem.js +1 -1
  230. package/build/web/Tags.js +1 -1
  231. package/build/web/TagsItem.js +1 -1
  232. package/build/web/TermsAndConditions.js +1 -1
  233. package/build/web/Testimonial.js +1 -1
  234. package/build/web/TextArea.js +1 -1
  235. package/build/web/TextInput.js +1 -1
  236. package/build/web/Timeline.js +1 -1
  237. package/build/web/Toast.js +1 -1
  238. package/build/web/ToggleSwitch.js +1 -1
  239. package/build/web/ToggleSwitchGroup.js +1 -1
  240. package/build/web/Tooltip.js +1 -1
  241. package/build/web/TooltipButton.js +1 -1
  242. package/build/web/Typography.js +1 -1
  243. package/build/web/Video.js +1 -1
  244. package/build/web/VideoButton.js +1 -1
  245. package/build/web/VideoControlBar.js +1 -1
  246. package/build/web/VideoMenu.js +1 -1
  247. package/build/web/VideoMiddleControlButton.js +1 -1
  248. package/build/web/VideoPicker.js +1 -1
  249. package/build/web/VideoPickerSlider.js +1 -1
  250. package/build/web/VideoPickerThumbnail.js +1 -1
  251. package/build/web/VideoProgressBar.js +1 -1
  252. package/build/web/VideoVolumeSlider.js +1 -1
  253. package/build/web/WaffleGrid.js +1 -1
  254. package/build/web/index.js +1 -1
  255. package/build/web/schema.json +171 -157
  256. package/build/web/spacingScale.js +1 -1
  257. package/build/web/theme.js +495 -8
  258. package/package.json +2 -2
  259. package/theme.json +2273 -1149
@@ -150,6 +150,10 @@
150
150
  },
151
151
  "ActivityIndicator": {
152
152
  "appearances": {
153
+ "dots": {
154
+ "type": "variant",
155
+ "values": [true]
156
+ },
153
157
  "size": {
154
158
  "description": "used for full-screen spinners",
155
159
  "type": "variant",
@@ -174,8 +178,15 @@
174
178
  "blue": 0.46275,
175
179
  "alpha": 1
176
180
  },
181
+ "dotSize": 6,
182
+ "indicatorBackgroundColor": {
183
+ "red": 1,
184
+ "green": 0.81961,
185
+ "blue": 0.90196,
186
+ "alpha": 1
187
+ },
177
188
  "size": 24,
178
- "thickness": 2
189
+ "thickness": 3
179
190
  }
180
191
  },
181
192
  "Autocomplete": {
@@ -3784,10 +3795,19 @@
3784
3795
  "values": [true, false],
3785
3796
  "type": "state"
3786
3797
  },
3798
+ "quiet": {
3799
+ "description": "When it is true, it does not show the decoration",
3800
+ "type": "state",
3801
+ "values": [true, false]
3802
+ },
3787
3803
  "size": {
3788
3804
  "description": "Sets the size of the text and icon; these variants are shared with ChevronLink",
3789
3805
  "type": "variant",
3790
3806
  "values": ["large", "small", "micro"]
3807
+ },
3808
+ "style": {
3809
+ "type": "variant",
3810
+ "values": ["inline", "subtle", "feature", "danger", "inverse"]
3791
3811
  }
3792
3812
  },
3793
3813
  "rules": [
@@ -3887,249 +3907,554 @@
3887
3907
  "fontSize": 12,
3888
3908
  "iconSize": 16
3889
3909
  }
3890
- }
3891
- ],
3892
- "tokens": {
3893
- "blockLineHeight": 1.5,
3894
- "color": {
3895
- "red": 0,
3896
- "green": 0,
3897
- "blue": 0,
3898
- "alpha": 1
3899
- },
3900
- "fontSize": 16,
3901
- "iconDisplace": 0,
3902
- "iconSize": 16,
3903
- "iconSpace": 1,
3904
- "leftIcon": "PaletteIconChevronLeft",
3905
- "outerBorderColor": {
3906
- "red": 0,
3907
- "green": 0,
3908
- "blue": 0,
3909
- "alpha": 0
3910
- },
3911
- "rightIcon": "PaletteIconChevronRight",
3912
- "textLine": "none"
3913
- }
3914
- },
3915
- "ColourToggle": {
3916
- "appearances": {
3917
- "pressed": {
3918
- "description": "Applies while an interactive component is being physically pressed. Most visible on touchscreen taps; in React Native Web, this is visible on web mouse clicks only if the pressable is held down.",
3919
- "values": [true, false],
3920
- "type": "state"
3921
3910
  },
3922
- "selected": {
3923
- "description": "Applies while an interactive component is the currently selected one in a set of states or components, for example a button in a `ButtonGroup`.",
3924
- "values": [true],
3925
- "type": "state"
3926
- }
3927
- },
3928
- "rules": [
3929
3911
  {
3930
3912
  "if": {
3931
- "pressed": true
3913
+ "pressed": true,
3914
+ "quiet": true
3932
3915
  },
3933
3916
  "tokens": {
3934
- "bubbleBorderColor": {
3917
+ "color": {
3935
3918
  "red": 0.34902,
3936
3919
  "green": 0.34902,
3937
3920
  "blue": 0.34902,
3938
3921
  "alpha": 1
3939
3922
  },
3940
- "bubbleBorderRadius": 45,
3941
- "bubbleBorderWidth": 1
3923
+ "textLine": "underline"
3942
3924
  }
3943
3925
  },
3944
3926
  {
3945
3927
  "if": {
3946
- "selected": true
3928
+ "style": "inline"
3947
3929
  },
3948
3930
  "tokens": {
3949
- "bubbleBorderColor": {
3931
+ "color": {
3950
3932
  "red": 0,
3951
3933
  "green": 0,
3952
3934
  "blue": 0,
3953
3935
  "alpha": 1
3954
- },
3955
- "bubbleBorderRadius": 45,
3956
- "bubbleBorderWidth": 1
3936
+ }
3957
3937
  }
3958
- }
3959
- ],
3960
- "tokens": {
3961
- "borderColor": {
3962
- "red": 0.78824,
3963
- "green": 0.78431,
3964
- "blue": 0.78431,
3965
- "alpha": 1
3966
- },
3967
- "borderRadius": 45,
3968
- "borderWidth": 1,
3969
- "bubbleBorderColor": {
3970
- "red": 0,
3971
- "green": 0,
3972
- "blue": 0,
3973
- "alpha": 0
3974
3938
  },
3975
- "bubbleBorderRadius": 0,
3976
- "bubbleBorderWidth": 0,
3977
- "innerBubbleBorderRadius": 45,
3978
- "innerBubbleHeight": 40,
3979
- "innerBubbleWidth": 40,
3980
- "outerBubbleContentAlignItems": "center",
3981
- "outerBubbleHeight": 48,
3982
- "outerBubbleJustifyContent": "center",
3983
- "outerBubbleWidth": 48,
3984
- "shadow": {
3985
- "inset": true,
3986
- "offsetX": 0,
3987
- "offsetY": 2,
3988
- "blur": 2,
3989
- "spread": 0,
3990
- "color": {
3991
- "red": 0,
3992
- "green": 0,
3993
- "blue": 0,
3994
- "alpha": 0.1
3939
+ {
3940
+ "if": {
3941
+ "pressed": true,
3942
+ "style": "inline"
3943
+ },
3944
+ "tokens": {
3945
+ "color": {
3946
+ "red": 0.34902,
3947
+ "green": 0.34902,
3948
+ "blue": 0.34902,
3949
+ "alpha": 1
3950
+ },
3951
+ "textLine": "none"
3995
3952
  }
3996
3953
  },
3997
- "space": 2
3998
- }
3999
- },
4000
- "Countdown": {
4001
- "appearances": {
4002
- "feature": {
4003
- "type": "variant",
4004
- "values": [true]
4005
- },
4006
- "inverse": {
4007
- "type": "variant",
4008
- "values": [true]
4009
- },
4010
- "label": {
4011
- "type": "variant",
4012
- "values": [true]
4013
- },
4014
- "large": {
4015
- "type": "variant",
4016
- "values": [true]
4017
- },
4018
- "viewport": {
4019
- "description": "The size label for the current screen viewport based on the current screen width",
4020
- "values": ["xs", "sm", "md", "lg", "xl"],
4021
- "type": "state"
4022
- }
4023
- },
4024
- "rules": [
4025
3954
  {
4026
3955
  "if": {
4027
- "viewport": ["xs"]
3956
+ "style": "subtle"
4028
3957
  },
4029
3958
  "tokens": {
4030
- "containerPaddingBottomTop": 16,
4031
- "containerPaddingLeftRight": 24,
4032
- "labelFontSize": 16,
4033
- "labelLineHeight": 1.5,
4034
- "textLineHeight": 1.5
3959
+ "color": {
3960
+ "red": 0.34902,
3961
+ "green": 0.34902,
3962
+ "blue": 0.34902,
3963
+ "alpha": 1
3964
+ }
4035
3965
  }
4036
3966
  },
4037
3967
  {
4038
3968
  "if": {
4039
- "feature": true
3969
+ "pressed": true,
3970
+ "style": "subtle"
4040
3971
  },
4041
3972
  "tokens": {
4042
- "containerBorderColor": {
4043
- "red": 0,
4044
- "green": 0,
4045
- "blue": 0,
4046
- "alpha": 1
4047
- },
4048
- "labelBorderColor": {
4049
- "red": 0,
4050
- "green": 0,
4051
- "blue": 0,
3973
+ "color": {
3974
+ "red": 0.34902,
3975
+ "green": 0.34902,
3976
+ "blue": 0.34902,
4052
3977
  "alpha": 1
4053
3978
  },
4054
- "textFontSize": 70,
4055
- "textLineHeight": 1.2,
4056
- "textTimerFontName": "StagSans",
4057
- "textTimerFontWeight": 700
3979
+ "textLine": "none"
4058
3980
  }
4059
3981
  },
4060
3982
  {
4061
3983
  "if": {
4062
- "large": true
3984
+ "style": "feature"
4063
3985
  },
4064
3986
  "tokens": {
4065
- "labelFontName": "StagSans",
4066
- "labelFontSize": 16,
4067
- "labelFontWeight": 400,
4068
- "textFontSize": 70,
4069
- "textLineHeight": 1.2,
4070
- "textTimerFontName": "StagSans",
4071
- "textTimerFontWeight": 700
3987
+ "color": {
3988
+ "red": 0.47843,
3989
+ "green": 0.23922,
3990
+ "blue": 0.98824,
3991
+ "alpha": 1
3992
+ }
4072
3993
  }
4073
3994
  },
4074
3995
  {
4075
3996
  "if": {
4076
- "large": true,
4077
- "viewport": ["xs"]
3997
+ "pressed": true,
3998
+ "style": "feature"
4078
3999
  },
4079
4000
  "tokens": {
4080
- "textFontSize": 44,
4081
- "textLineHeight": 1.22222222222
4001
+ "color": {
4002
+ "red": 0.34902,
4003
+ "green": 0.34902,
4004
+ "blue": 0.34902,
4005
+ "alpha": 1
4006
+ },
4007
+ "textLine": "none"
4082
4008
  }
4083
4009
  },
4084
4010
  {
4085
4011
  "if": {
4086
- "feature": true,
4087
- "viewport": ["xs"]
4012
+ "style": "danger"
4088
4013
  },
4089
4014
  "tokens": {
4090
- "textFontSize": 44
4015
+ "color": {
4016
+ "red": 0.78824,
4017
+ "green": 0.21569,
4018
+ "blue": 0.04314,
4019
+ "alpha": 1
4020
+ }
4091
4021
  }
4092
4022
  },
4093
4023
  {
4094
4024
  "if": {
4095
- "inverse": true
4025
+ "pressed": true,
4026
+ "style": "danger"
4096
4027
  },
4097
4028
  "tokens": {
4098
- "containerBorderColor": {
4099
- "red": 1,
4100
- "green": 1,
4101
- "blue": 1,
4029
+ "color": {
4030
+ "red": 0.34902,
4031
+ "green": 0.34902,
4032
+ "blue": 0.34902,
4102
4033
  "alpha": 1
4103
4034
  },
4104
- "labelBorderColor": {
4035
+ "textLine": "none"
4036
+ }
4037
+ },
4038
+ {
4039
+ "if": {
4040
+ "style": "inverse"
4041
+ },
4042
+ "tokens": {
4043
+ "color": {
4105
4044
  "red": 1,
4106
4045
  "green": 1,
4107
4046
  "blue": 1,
4108
4047
  "alpha": 1
4109
4048
  }
4110
4049
  }
4111
- }
4112
- ],
4113
- "tokens": {
4114
- "containerBorderColor": {
4115
- "red": 0,
4116
- "green": 0,
4117
- "blue": 0,
4118
- "alpha": 0
4119
- },
4120
- "containerBorderRadius": 6,
4121
- "containerBorderWidth": 2,
4122
- "containerGradient": null,
4123
- "containerInverseBorder": 2,
4124
- "containerInverseBorderColor": {
4125
- "red": 1,
4126
- "green": 1,
4127
- "blue": 1,
4128
- "alpha": 1
4129
4050
  },
4130
- "containerPaddingBottomTop": 48,
4131
- "containerPaddingLeftRight": 64,
4132
- "inverseBorderColor": {
4051
+ {
4052
+ "if": {
4053
+ "pressed": true,
4054
+ "style": "inverse"
4055
+ },
4056
+ "tokens": {
4057
+ "color": {
4058
+ "red": 0.4,
4059
+ "green": 0.4,
4060
+ "blue": 0.4,
4061
+ "alpha": 1
4062
+ },
4063
+ "textLine": "none"
4064
+ }
4065
+ },
4066
+ {
4067
+ "if": {
4068
+ "quiet": true,
4069
+ "style": "inline"
4070
+ },
4071
+ "tokens": {
4072
+ "color": {
4073
+ "red": 0,
4074
+ "green": 0,
4075
+ "blue": 0,
4076
+ "alpha": 1
4077
+ },
4078
+ "textLine": "none"
4079
+ }
4080
+ },
4081
+ {
4082
+ "if": {
4083
+ "pressed": true,
4084
+ "quiet": true,
4085
+ "style": "inline"
4086
+ },
4087
+ "tokens": {
4088
+ "color": {
4089
+ "red": 0.34902,
4090
+ "green": 0.34902,
4091
+ "blue": 0.34902,
4092
+ "alpha": 1
4093
+ }
4094
+ }
4095
+ },
4096
+ {
4097
+ "if": {
4098
+ "quiet": true,
4099
+ "style": "subtle"
4100
+ },
4101
+ "tokens": {
4102
+ "color": {
4103
+ "red": 0.34902,
4104
+ "green": 0.34902,
4105
+ "blue": 0.34902,
4106
+ "alpha": 1
4107
+ },
4108
+ "textLine": "none"
4109
+ }
4110
+ },
4111
+ {
4112
+ "if": {
4113
+ "pressed": true,
4114
+ "quiet": true,
4115
+ "style": "subtle"
4116
+ },
4117
+ "tokens": {
4118
+ "color": {
4119
+ "red": 0.34902,
4120
+ "green": 0.34902,
4121
+ "blue": 0.34902,
4122
+ "alpha": 1
4123
+ }
4124
+ }
4125
+ },
4126
+ {
4127
+ "if": {
4128
+ "quiet": true,
4129
+ "style": "feature"
4130
+ },
4131
+ "tokens": {
4132
+ "color": {
4133
+ "red": 0.47843,
4134
+ "green": 0.23922,
4135
+ "blue": 0.98824,
4136
+ "alpha": 1
4137
+ },
4138
+ "textLine": "none"
4139
+ }
4140
+ },
4141
+ {
4142
+ "if": {
4143
+ "pressed": true,
4144
+ "quiet": true,
4145
+ "style": "feature"
4146
+ },
4147
+ "tokens": {
4148
+ "color": {
4149
+ "red": 0.34902,
4150
+ "green": 0.34902,
4151
+ "blue": 0.34902,
4152
+ "alpha": 1
4153
+ }
4154
+ }
4155
+ },
4156
+ {
4157
+ "if": {
4158
+ "quiet": true,
4159
+ "style": "danger"
4160
+ },
4161
+ "tokens": {
4162
+ "color": {
4163
+ "red": 0.78824,
4164
+ "green": 0.21569,
4165
+ "blue": 0.04314,
4166
+ "alpha": 1
4167
+ },
4168
+ "textLine": "none"
4169
+ }
4170
+ },
4171
+ {
4172
+ "if": {
4173
+ "pressed": true,
4174
+ "quiet": true,
4175
+ "style": "danger"
4176
+ },
4177
+ "tokens": {
4178
+ "color": {
4179
+ "red": 0.34902,
4180
+ "green": 0.34902,
4181
+ "blue": 0.34902,
4182
+ "alpha": 1
4183
+ }
4184
+ }
4185
+ },
4186
+ {
4187
+ "if": {
4188
+ "quiet": true,
4189
+ "style": "inverse"
4190
+ },
4191
+ "tokens": {
4192
+ "color": {
4193
+ "red": 1,
4194
+ "green": 1,
4195
+ "blue": 1,
4196
+ "alpha": 1
4197
+ },
4198
+ "textLine": "none"
4199
+ }
4200
+ },
4201
+ {
4202
+ "if": {
4203
+ "pressed": true,
4204
+ "quiet": true,
4205
+ "style": "inverse"
4206
+ },
4207
+ "tokens": {
4208
+ "color": {
4209
+ "red": 0.4,
4210
+ "green": 0.4,
4211
+ "blue": 0.4,
4212
+ "alpha": 1
4213
+ }
4214
+ }
4215
+ }
4216
+ ],
4217
+ "tokens": {
4218
+ "blockLineHeight": 1.5,
4219
+ "color": {
4220
+ "red": 0,
4221
+ "green": 0,
4222
+ "blue": 0,
4223
+ "alpha": 1
4224
+ },
4225
+ "fontSize": 16,
4226
+ "iconDisplace": 0,
4227
+ "iconSize": 16,
4228
+ "iconSpace": 1,
4229
+ "leftIcon": "PaletteIconChevronLeft",
4230
+ "outerBorderColor": {
4231
+ "red": 0,
4232
+ "green": 0,
4233
+ "blue": 0,
4234
+ "alpha": 0
4235
+ },
4236
+ "rightIcon": "PaletteIconChevronRight",
4237
+ "textLine": "none"
4238
+ }
4239
+ },
4240
+ "ColourToggle": {
4241
+ "appearances": {
4242
+ "pressed": {
4243
+ "description": "Applies while an interactive component is being physically pressed. Most visible on touchscreen taps; in React Native Web, this is visible on web mouse clicks only if the pressable is held down.",
4244
+ "values": [true, false],
4245
+ "type": "state"
4246
+ },
4247
+ "selected": {
4248
+ "description": "Applies while an interactive component is the currently selected one in a set of states or components, for example a button in a `ButtonGroup`.",
4249
+ "values": [true],
4250
+ "type": "state"
4251
+ }
4252
+ },
4253
+ "rules": [
4254
+ {
4255
+ "if": {
4256
+ "pressed": true
4257
+ },
4258
+ "tokens": {
4259
+ "bubbleBorderColor": {
4260
+ "red": 0.34902,
4261
+ "green": 0.34902,
4262
+ "blue": 0.34902,
4263
+ "alpha": 1
4264
+ },
4265
+ "bubbleBorderRadius": 45,
4266
+ "bubbleBorderWidth": 1
4267
+ }
4268
+ },
4269
+ {
4270
+ "if": {
4271
+ "selected": true
4272
+ },
4273
+ "tokens": {
4274
+ "bubbleBorderColor": {
4275
+ "red": 0,
4276
+ "green": 0,
4277
+ "blue": 0,
4278
+ "alpha": 1
4279
+ },
4280
+ "bubbleBorderRadius": 45,
4281
+ "bubbleBorderWidth": 1
4282
+ }
4283
+ }
4284
+ ],
4285
+ "tokens": {
4286
+ "borderColor": {
4287
+ "red": 0.78824,
4288
+ "green": 0.78431,
4289
+ "blue": 0.78431,
4290
+ "alpha": 1
4291
+ },
4292
+ "borderRadius": 45,
4293
+ "borderWidth": 1,
4294
+ "bubbleBorderColor": {
4295
+ "red": 0,
4296
+ "green": 0,
4297
+ "blue": 0,
4298
+ "alpha": 0
4299
+ },
4300
+ "bubbleBorderRadius": 0,
4301
+ "bubbleBorderWidth": 0,
4302
+ "innerBubbleBorderRadius": 45,
4303
+ "innerBubbleHeight": 40,
4304
+ "innerBubbleWidth": 40,
4305
+ "outerBubbleContentAlignItems": "center",
4306
+ "outerBubbleHeight": 48,
4307
+ "outerBubbleJustifyContent": "center",
4308
+ "outerBubbleWidth": 48,
4309
+ "shadow": {
4310
+ "inset": true,
4311
+ "offsetX": 0,
4312
+ "offsetY": 2,
4313
+ "blur": 2,
4314
+ "spread": 0,
4315
+ "color": {
4316
+ "red": 0,
4317
+ "green": 0,
4318
+ "blue": 0,
4319
+ "alpha": 0.1
4320
+ }
4321
+ },
4322
+ "space": 2
4323
+ }
4324
+ },
4325
+ "Countdown": {
4326
+ "appearances": {
4327
+ "feature": {
4328
+ "type": "variant",
4329
+ "values": [true]
4330
+ },
4331
+ "inverse": {
4332
+ "type": "variant",
4333
+ "values": [true]
4334
+ },
4335
+ "label": {
4336
+ "type": "variant",
4337
+ "values": [true]
4338
+ },
4339
+ "large": {
4340
+ "type": "variant",
4341
+ "values": [true]
4342
+ },
4343
+ "viewport": {
4344
+ "description": "The size label for the current screen viewport based on the current screen width",
4345
+ "values": ["xs", "sm", "md", "lg", "xl"],
4346
+ "type": "state"
4347
+ }
4348
+ },
4349
+ "rules": [
4350
+ {
4351
+ "if": {
4352
+ "viewport": ["xs"]
4353
+ },
4354
+ "tokens": {
4355
+ "containerPaddingBottomTop": 16,
4356
+ "containerPaddingLeftRight": 24,
4357
+ "labelFontSize": 16,
4358
+ "labelLineHeight": 1.5,
4359
+ "textLineHeight": 1.5
4360
+ }
4361
+ },
4362
+ {
4363
+ "if": {
4364
+ "feature": true
4365
+ },
4366
+ "tokens": {
4367
+ "containerBorderColor": {
4368
+ "red": 0,
4369
+ "green": 0,
4370
+ "blue": 0,
4371
+ "alpha": 1
4372
+ },
4373
+ "labelBorderColor": {
4374
+ "red": 0,
4375
+ "green": 0,
4376
+ "blue": 0,
4377
+ "alpha": 1
4378
+ },
4379
+ "textFontSize": 70,
4380
+ "textLineHeight": 1.2,
4381
+ "textTimerFontName": "StagSans",
4382
+ "textTimerFontWeight": 700
4383
+ }
4384
+ },
4385
+ {
4386
+ "if": {
4387
+ "large": true
4388
+ },
4389
+ "tokens": {
4390
+ "labelFontName": "StagSans",
4391
+ "labelFontSize": 16,
4392
+ "labelFontWeight": 400,
4393
+ "textFontSize": 70,
4394
+ "textLineHeight": 1.2,
4395
+ "textTimerFontName": "StagSans",
4396
+ "textTimerFontWeight": 700
4397
+ }
4398
+ },
4399
+ {
4400
+ "if": {
4401
+ "large": true,
4402
+ "viewport": ["xs"]
4403
+ },
4404
+ "tokens": {
4405
+ "textFontSize": 44,
4406
+ "textLineHeight": 1.22222222222
4407
+ }
4408
+ },
4409
+ {
4410
+ "if": {
4411
+ "feature": true,
4412
+ "viewport": ["xs"]
4413
+ },
4414
+ "tokens": {
4415
+ "textFontSize": 44
4416
+ }
4417
+ },
4418
+ {
4419
+ "if": {
4420
+ "inverse": true
4421
+ },
4422
+ "tokens": {
4423
+ "containerBorderColor": {
4424
+ "red": 1,
4425
+ "green": 1,
4426
+ "blue": 1,
4427
+ "alpha": 1
4428
+ },
4429
+ "labelBorderColor": {
4430
+ "red": 1,
4431
+ "green": 1,
4432
+ "blue": 1,
4433
+ "alpha": 1
4434
+ }
4435
+ }
4436
+ }
4437
+ ],
4438
+ "tokens": {
4439
+ "containerBorderColor": {
4440
+ "red": 0,
4441
+ "green": 0,
4442
+ "blue": 0,
4443
+ "alpha": 0
4444
+ },
4445
+ "containerBorderRadius": 6,
4446
+ "containerBorderWidth": 2,
4447
+ "containerGradient": null,
4448
+ "containerInverseBorder": 2,
4449
+ "containerInverseBorderColor": {
4450
+ "red": 1,
4451
+ "green": 1,
4452
+ "blue": 1,
4453
+ "alpha": 1
4454
+ },
4455
+ "containerPaddingBottomTop": 48,
4456
+ "containerPaddingLeftRight": 64,
4457
+ "inverseBorderColor": {
4133
4458
  "red": 0,
4134
4459
  "green": 0,
4135
4460
  "blue": 0,
@@ -6320,51 +6645,304 @@
6320
6645
  "type": "variant",
6321
6646
  "values": [true]
6322
6647
  },
6323
- "iconPosition": {
6324
- "description": "Theme styles to be applied to icon links depending on where the icon is in relation to the link text",
6325
- "values": ["left", "right", "inline"],
6326
- "type": "state"
6648
+ "iconPosition": {
6649
+ "description": "Theme styles to be applied to icon links depending on where the icon is in relation to the link text",
6650
+ "values": ["left", "right", "inline"],
6651
+ "type": "state"
6652
+ },
6653
+ "inverse": {
6654
+ "type": "variant",
6655
+ "values": [true]
6656
+ },
6657
+ "pressed": {
6658
+ "description": "Applies while an interactive component is being physically pressed. Most visible on touchscreen taps; in React Native Web, this is visible on web mouse clicks only if the pressable is held down.",
6659
+ "values": [true, false],
6660
+ "type": "state"
6661
+ },
6662
+ "quiet": {
6663
+ "description": "When it is true, it does not show the decoration",
6664
+ "type": "state",
6665
+ "values": [true, false]
6666
+ },
6667
+ "size": {
6668
+ "description": "Text sizes for block links; similar but not always identical to Typography sizes.",
6669
+ "type": "variant",
6670
+ "values": ["micro", "small", "large"]
6671
+ },
6672
+ "style": {
6673
+ "type": "variant",
6674
+ "values": ["inline", "subtle", "feature", "danger", "inverse"]
6675
+ }
6676
+ },
6677
+ "rules": [
6678
+ {
6679
+ "if": {
6680
+ "iconPosition": "left"
6681
+ },
6682
+ "tokens": {
6683
+ "iconSpace": 2
6684
+ }
6685
+ },
6686
+ {
6687
+ "if": {
6688
+ "iconPosition": "right"
6689
+ },
6690
+ "tokens": {
6691
+ "iconSpace": 1
6692
+ }
6693
+ },
6694
+ {
6695
+ "if": {
6696
+ "pressed": true
6697
+ },
6698
+ "tokens": {
6699
+ "color": {
6700
+ "red": 0.4,
6701
+ "green": 0.4,
6702
+ "blue": 0.4,
6703
+ "alpha": 1
6704
+ },
6705
+ "textLine": "none"
6706
+ }
6707
+ },
6708
+ {
6709
+ "if": {
6710
+ "alternative": true
6711
+ },
6712
+ "tokens": {
6713
+ "color": {
6714
+ "red": 0.34902,
6715
+ "green": 0.34902,
6716
+ "blue": 0.34902,
6717
+ "alpha": 1
6718
+ }
6719
+ }
6720
+ },
6721
+ {
6722
+ "if": {
6723
+ "alternative": true,
6724
+ "pressed": true
6725
+ },
6726
+ "tokens": {
6727
+ "color": {
6728
+ "red": 0.25098,
6729
+ "green": 0.25098,
6730
+ "blue": 0.25098,
6731
+ "alpha": 1
6732
+ }
6733
+ }
6734
+ },
6735
+ {
6736
+ "if": {
6737
+ "inverse": true
6738
+ },
6739
+ "tokens": {
6740
+ "color": {
6741
+ "red": 1,
6742
+ "green": 1,
6743
+ "blue": 1,
6744
+ "alpha": 1
6745
+ }
6746
+ }
6747
+ },
6748
+ {
6749
+ "if": {
6750
+ "inverse": true,
6751
+ "pressed": true
6752
+ },
6753
+ "tokens": {
6754
+ "color": {
6755
+ "red": 0.78824,
6756
+ "green": 0.78431,
6757
+ "blue": 0.78431,
6758
+ "alpha": 1
6759
+ }
6760
+ }
6761
+ },
6762
+ {
6763
+ "if": {
6764
+ "size": "micro"
6765
+ },
6766
+ "tokens": {
6767
+ "blockFontName": "StagSans",
6768
+ "blockFontSize": 12,
6769
+ "blockFontWeight": 600,
6770
+ "blockLineHeight": 1.33333333333,
6771
+ "iconSize": 12
6772
+ }
6773
+ },
6774
+ {
6775
+ "if": {
6776
+ "size": "small"
6777
+ },
6778
+ "tokens": {
6779
+ "blockFontSize": 14,
6780
+ "blockLineHeight": 1.42857142857,
6781
+ "iconSize": 14
6782
+ }
6783
+ },
6784
+ {
6785
+ "if": {
6786
+ "size": "large"
6787
+ },
6788
+ "tokens": {
6789
+ "blockFontSize": 20,
6790
+ "blockLineHeight": 1.4,
6791
+ "iconSize": 24
6792
+ }
6793
+ },
6794
+ {
6795
+ "if": {
6796
+ "quiet": true
6797
+ },
6798
+ "tokens": {
6799
+ "textLine": "none"
6800
+ }
6801
+ },
6802
+ {
6803
+ "if": {
6804
+ "pressed": true,
6805
+ "quiet": true
6806
+ },
6807
+ "tokens": {
6808
+ "color": {
6809
+ "red": 0.34902,
6810
+ "green": 0.34902,
6811
+ "blue": 0.34902,
6812
+ "alpha": 1
6813
+ },
6814
+ "textLine": "underline"
6815
+ }
6816
+ },
6817
+ {
6818
+ "if": {
6819
+ "style": "inline"
6820
+ },
6821
+ "tokens": {
6822
+ "color": {
6823
+ "red": 0,
6824
+ "green": 0,
6825
+ "blue": 0,
6826
+ "alpha": 1
6827
+ }
6828
+ }
6829
+ },
6830
+ {
6831
+ "if": {
6832
+ "pressed": true,
6833
+ "style": "inline"
6834
+ },
6835
+ "tokens": {
6836
+ "color": {
6837
+ "red": 0.34902,
6838
+ "green": 0.34902,
6839
+ "blue": 0.34902,
6840
+ "alpha": 1
6841
+ },
6842
+ "textLine": "none"
6843
+ }
6327
6844
  },
6328
- "inverse": {
6329
- "type": "variant",
6330
- "values": [true]
6845
+ {
6846
+ "if": {
6847
+ "style": "subtle"
6848
+ },
6849
+ "tokens": {
6850
+ "color": {
6851
+ "red": 0.34902,
6852
+ "green": 0.34902,
6853
+ "blue": 0.34902,
6854
+ "alpha": 1
6855
+ }
6856
+ }
6331
6857
  },
6332
- "pressed": {
6333
- "description": "Applies while an interactive component is being physically pressed. Most visible on touchscreen taps; in React Native Web, this is visible on web mouse clicks only if the pressable is held down.",
6334
- "values": [true, false],
6335
- "type": "state"
6858
+ {
6859
+ "if": {
6860
+ "pressed": true,
6861
+ "style": "subtle"
6862
+ },
6863
+ "tokens": {
6864
+ "color": {
6865
+ "red": 0.34902,
6866
+ "green": 0.34902,
6867
+ "blue": 0.34902,
6868
+ "alpha": 1
6869
+ },
6870
+ "textLine": "none"
6871
+ }
6336
6872
  },
6337
- "quiet": {
6338
- "description": "When it is true, it does not show the decoration",
6339
- "type": "state",
6340
- "values": [true, false]
6873
+ {
6874
+ "if": {
6875
+ "style": "feature"
6876
+ },
6877
+ "tokens": {
6878
+ "color": {
6879
+ "red": 0.47843,
6880
+ "green": 0.23922,
6881
+ "blue": 0.98824,
6882
+ "alpha": 1
6883
+ }
6884
+ }
6341
6885
  },
6342
- "size": {
6343
- "description": "Text sizes for block links; similar but not always identical to Typography sizes.",
6344
- "type": "variant",
6345
- "values": ["micro", "small", "large"]
6346
- }
6347
- },
6348
- "rules": [
6349
6886
  {
6350
6887
  "if": {
6351
- "iconPosition": "left"
6888
+ "pressed": true,
6889
+ "style": "feature"
6352
6890
  },
6353
6891
  "tokens": {
6354
- "iconSpace": 2
6892
+ "color": {
6893
+ "red": 0.34902,
6894
+ "green": 0.34902,
6895
+ "blue": 0.34902,
6896
+ "alpha": 1
6897
+ },
6898
+ "textLine": "none"
6355
6899
  }
6356
6900
  },
6357
6901
  {
6358
6902
  "if": {
6359
- "iconPosition": "right"
6903
+ "style": "danger"
6360
6904
  },
6361
6905
  "tokens": {
6362
- "iconSpace": 1
6906
+ "color": {
6907
+ "red": 0.78824,
6908
+ "green": 0.21569,
6909
+ "blue": 0.04314,
6910
+ "alpha": 1
6911
+ }
6363
6912
  }
6364
6913
  },
6365
6914
  {
6366
6915
  "if": {
6367
- "pressed": true
6916
+ "pressed": true,
6917
+ "style": "danger"
6918
+ },
6919
+ "tokens": {
6920
+ "color": {
6921
+ "red": 0.34902,
6922
+ "green": 0.34902,
6923
+ "blue": 0.34902,
6924
+ "alpha": 1
6925
+ },
6926
+ "textLine": "none"
6927
+ }
6928
+ },
6929
+ {
6930
+ "if": {
6931
+ "style": "inverse"
6932
+ },
6933
+ "tokens": {
6934
+ "color": {
6935
+ "red": 1,
6936
+ "green": 1,
6937
+ "blue": 1,
6938
+ "alpha": 1
6939
+ }
6940
+ }
6941
+ },
6942
+ {
6943
+ "if": {
6944
+ "pressed": true,
6945
+ "style": "inverse"
6368
6946
  },
6369
6947
  "tokens": {
6370
6948
  "color": {
@@ -6378,7 +6956,24 @@
6378
6956
  },
6379
6957
  {
6380
6958
  "if": {
6381
- "alternative": true
6959
+ "quiet": true,
6960
+ "style": "inline"
6961
+ },
6962
+ "tokens": {
6963
+ "color": {
6964
+ "red": 0,
6965
+ "green": 0,
6966
+ "blue": 0,
6967
+ "alpha": 1
6968
+ },
6969
+ "textLine": "none"
6970
+ }
6971
+ },
6972
+ {
6973
+ "if": {
6974
+ "pressed": true,
6975
+ "quiet": true,
6976
+ "style": "inline"
6382
6977
  },
6383
6978
  "tokens": {
6384
6979
  "color": {
@@ -6391,84 +6986,123 @@
6391
6986
  },
6392
6987
  {
6393
6988
  "if": {
6394
- "alternative": true,
6395
- "pressed": true
6989
+ "quiet": true,
6990
+ "style": "subtle"
6396
6991
  },
6397
6992
  "tokens": {
6398
6993
  "color": {
6399
- "red": 0.25098,
6400
- "green": 0.25098,
6401
- "blue": 0.25098,
6994
+ "red": 0.34902,
6995
+ "green": 0.34902,
6996
+ "blue": 0.34902,
6402
6997
  "alpha": 1
6403
- }
6998
+ },
6999
+ "textLine": "none"
6404
7000
  }
6405
7001
  },
6406
7002
  {
6407
7003
  "if": {
6408
- "inverse": true
7004
+ "pressed": true,
7005
+ "quiet": true,
7006
+ "style": "subtle"
6409
7007
  },
6410
7008
  "tokens": {
6411
7009
  "color": {
6412
- "red": 1,
6413
- "green": 1,
6414
- "blue": 1,
7010
+ "red": 0.34902,
7011
+ "green": 0.34902,
7012
+ "blue": 0.34902,
6415
7013
  "alpha": 1
6416
7014
  }
6417
7015
  }
6418
7016
  },
6419
7017
  {
6420
7018
  "if": {
6421
- "inverse": true,
6422
- "pressed": true
7019
+ "quiet": true,
7020
+ "style": "feature"
6423
7021
  },
6424
7022
  "tokens": {
6425
7023
  "color": {
6426
- "red": 0.78824,
6427
- "green": 0.78431,
6428
- "blue": 0.78431,
7024
+ "red": 0.47843,
7025
+ "green": 0.23922,
7026
+ "blue": 0.98824,
6429
7027
  "alpha": 1
6430
- }
7028
+ },
7029
+ "textLine": "none"
6431
7030
  }
6432
7031
  },
6433
7032
  {
6434
7033
  "if": {
6435
- "size": "micro"
7034
+ "pressed": true,
7035
+ "quiet": true,
7036
+ "style": "feature"
6436
7037
  },
6437
7038
  "tokens": {
6438
- "blockFontName": "StagSans",
6439
- "blockFontSize": 12,
6440
- "blockFontWeight": 600,
6441
- "blockLineHeight": 1.33333333333,
6442
- "iconSize": 12
7039
+ "color": {
7040
+ "red": 0.34902,
7041
+ "green": 0.34902,
7042
+ "blue": 0.34902,
7043
+ "alpha": 1
7044
+ }
6443
7045
  }
6444
7046
  },
6445
7047
  {
6446
7048
  "if": {
6447
- "size": "small"
7049
+ "quiet": true,
7050
+ "style": "danger"
6448
7051
  },
6449
7052
  "tokens": {
6450
- "blockFontSize": 14,
6451
- "blockLineHeight": 1.42857142857,
6452
- "iconSize": 14
7053
+ "color": {
7054
+ "red": 0.78824,
7055
+ "green": 0.21569,
7056
+ "blue": 0.04314,
7057
+ "alpha": 1
7058
+ },
7059
+ "textLine": "none"
6453
7060
  }
6454
7061
  },
6455
7062
  {
6456
7063
  "if": {
6457
- "size": "large"
7064
+ "pressed": true,
7065
+ "quiet": true,
7066
+ "style": "danger"
6458
7067
  },
6459
7068
  "tokens": {
6460
- "blockFontSize": 20,
6461
- "blockLineHeight": 1.4,
6462
- "iconSize": 24
7069
+ "color": {
7070
+ "red": 0.34902,
7071
+ "green": 0.34902,
7072
+ "blue": 0.34902,
7073
+ "alpha": 1
7074
+ }
6463
7075
  }
6464
7076
  },
6465
7077
  {
6466
7078
  "if": {
6467
- "quiet": true
7079
+ "quiet": true,
7080
+ "style": "inverse"
6468
7081
  },
6469
7082
  "tokens": {
7083
+ "color": {
7084
+ "red": 1,
7085
+ "green": 1,
7086
+ "blue": 1,
7087
+ "alpha": 1
7088
+ },
6470
7089
  "textLine": "none"
6471
7090
  }
7091
+ },
7092
+ {
7093
+ "if": {
7094
+ "pressed": true,
7095
+ "quiet": true,
7096
+ "style": "inverse"
7097
+ },
7098
+ "tokens": {
7099
+ "color": {
7100
+ "red": 0.4,
7101
+ "green": 0.4,
7102
+ "blue": 0.4,
7103
+ "alpha": 1
7104
+ }
7105
+ }
6472
7106
  }
6473
7107
  ],
6474
7108
  "tokens": {
@@ -7141,6 +7775,10 @@
7141
7775
  "values": [true],
7142
7776
  "type": "state"
7143
7777
  },
7778
+ "selected": {
7779
+ "type": "state",
7780
+ "values": [true]
7781
+ },
7144
7782
  "viewport": {
7145
7783
  "description": "The size label for the current screen viewport based on the current screen width",
7146
7784
  "values": ["xs", "sm", "md", "lg", "xl"],
@@ -7175,6 +7813,25 @@
7175
7813
  "tokens": {
7176
7814
  "maxWidthSize": 544
7177
7815
  }
7816
+ },
7817
+ {
7818
+ "if": {
7819
+ "selected": true
7820
+ },
7821
+ "tokens": {
7822
+ "buttonIconBackgroundColor": {
7823
+ "red": 0,
7824
+ "green": 0,
7825
+ "blue": 0,
7826
+ "alpha": 1
7827
+ },
7828
+ "labelColor": {
7829
+ "red": 1,
7830
+ "green": 1,
7831
+ "blue": 1,
7832
+ "alpha": 1
7833
+ }
7834
+ }
7178
7835
  }
7179
7836
  ],
7180
7837
  "tokens": {
@@ -7223,7 +7880,7 @@
7223
7880
  "labelPaddingLeft": 24,
7224
7881
  "labelPaddingRight": 16,
7225
7882
  "labelPaddingTop": 8,
7226
- "maxHeightSize": 0,
7883
+ "maxHeightSize": 480,
7227
7884
  "maxWidthSize": 0,
7228
7885
  "minHeight": 0,
7229
7886
  "minWidth": 320,
@@ -7462,8 +8119,8 @@
7462
8119
  "viewport": ["xl"]
7463
8120
  },
7464
8121
  "tokens": {
7465
- "containerPaddingLeft": 16,
7466
- "containerPaddingRight": 16
8122
+ "containerPaddingLeft": 0,
8123
+ "containerPaddingRight": 0
7467
8124
  }
7468
8125
  },
7469
8126
  {
@@ -9381,10 +10038,10 @@
9381
10038
  },
9382
10039
  "containerBorderRadius": 0,
9383
10040
  "containerOpacity": 1,
9384
- "containerPaddingBottom": 6,
9385
- "containerPaddingLeft": 8,
10041
+ "containerPaddingBottom": 0,
10042
+ "containerPaddingLeft": 0,
9386
10043
  "containerPaddingRight": 0,
9387
- "containerPaddingTop": 6,
10044
+ "containerPaddingTop": 0,
9388
10045
  "containerShadow": null,
9389
10046
  "descriptionFontName": "StagSans",
9390
10047
  "descriptionFontSize": 14,
@@ -14496,7 +15153,7 @@
14496
15153
  }
14497
15154
  },
14498
15155
  "metadata": {
14499
- "themeTokensVersion": "4.2.0",
15156
+ "themeTokensVersion": "4.3.0",
14500
15157
  "name": "theme-koodo"
14501
15158
  }
14502
15159
  }