@telus-uds/theme-allium 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 (257) hide show
  1. package/build/android/ActivityIndicator.json +12 -1
  2. package/build/android/ChevronLink.json +299 -0
  3. package/build/android/Link.json +294 -0
  4. package/build/android/MultiSelectFilter.json +23 -0
  5. package/build/android/Progress.json +4 -4
  6. package/build/android/schema.json +1067 -1053
  7. package/build/android/theme.json +861 -234
  8. package/build/ios/ActivityIndicator.json +12 -1
  9. package/build/ios/ChevronLink.json +299 -0
  10. package/build/ios/Link.json +294 -0
  11. package/build/ios/MultiSelectFilter.json +23 -0
  12. package/build/ios/Progress.json +4 -4
  13. package/build/ios/schema.json +1067 -1053
  14. package/build/ios/theme.json +861 -234
  15. package/build/rn/ActionCard.js +1 -1
  16. package/build/rn/ActivityIndicator.js +9 -2
  17. package/build/rn/Autocomplete.js +1 -1
  18. package/build/rn/Badge.js +1 -1
  19. package/build/rn/BlockQuote.js +1 -1
  20. package/build/rn/Box.js +1 -1
  21. package/build/rn/Breadcrumbs.js +1 -1
  22. package/build/rn/Button.js +1 -1
  23. package/build/rn/ButtonDropdown.js +1 -1
  24. package/build/rn/ButtonGroup.js +1 -1
  25. package/build/rn/ButtonGroupItem.js +1 -1
  26. package/build/rn/Callout.js +1 -1
  27. package/build/rn/Card.js +1 -1
  28. package/build/rn/CardGroup.js +1 -1
  29. package/build/rn/Carousel.js +1 -1
  30. package/build/rn/CarouselTabsPanelItem.js +1 -1
  31. package/build/rn/CarouselThumbnail.js +1 -1
  32. package/build/rn/Checkbox.js +1 -1
  33. package/build/rn/CheckboxCard.js +1 -1
  34. package/build/rn/CheckboxCardGroup.js +1 -1
  35. package/build/rn/CheckboxGroup.js +1 -1
  36. package/build/rn/ChevronLink.js +219 -1
  37. package/build/rn/ColourToggle.js +1 -1
  38. package/build/rn/Countdown.js +1 -1
  39. package/build/rn/DatePicker.js +1 -1
  40. package/build/rn/Disclaimer.js +1 -1
  41. package/build/rn/Divider.js +1 -1
  42. package/build/rn/DownloadApp.js +1 -1
  43. package/build/rn/ExpandCollapse.js +1 -1
  44. package/build/rn/ExpandCollapseControl.js +1 -1
  45. package/build/rn/ExpandCollapseMini.js +1 -1
  46. package/build/rn/ExpandCollapseMiniControl.js +1 -1
  47. package/build/rn/ExpandCollapsePanel.js +1 -1
  48. package/build/rn/Feedback.js +1 -1
  49. package/build/rn/Fieldset.js +1 -1
  50. package/build/rn/FileUpload.js +1 -1
  51. package/build/rn/Footnote.js +1 -1
  52. package/build/rn/FootnoteLink.js +1 -1
  53. package/build/rn/HorizontalScrollButton.js +1 -1
  54. package/build/rn/Icon.js +1 -1
  55. package/build/rn/IconButton.js +1 -1
  56. package/build/rn/Image.js +1 -1
  57. package/build/rn/InputLabel.js +1 -1
  58. package/build/rn/InputSupports.js +1 -1
  59. package/build/rn/Link.js +239 -1
  60. package/build/rn/List.js +1 -1
  61. package/build/rn/Listbox.js +1 -1
  62. package/build/rn/Modal.js +1 -1
  63. package/build/rn/MultiSelectFilter.js +6 -1
  64. package/build/rn/NavigationBar.js +1 -1
  65. package/build/rn/Notification.js +1 -1
  66. package/build/rn/OrderedList.js +1 -1
  67. package/build/rn/Pagination.js +1 -1
  68. package/build/rn/PaginationPageButton.js +1 -1
  69. package/build/rn/PaginationSideButton.js +1 -1
  70. package/build/rn/PreviewCard.js +1 -1
  71. package/build/rn/PriceLockup.js +1 -1
  72. package/build/rn/ProductCard.js +1 -1
  73. package/build/rn/Progress.js +2 -2
  74. package/build/rn/ProgressBar.js +1 -1
  75. package/build/rn/QuantitySelector.js +1 -1
  76. package/build/rn/QuantitySelectorSideButton.js +1 -1
  77. package/build/rn/QuickLinks.js +1 -1
  78. package/build/rn/QuickLinksButton.js +1 -1
  79. package/build/rn/QuickLinksCard.js +1 -1
  80. package/build/rn/QuickLinksFeature.js +1 -1
  81. package/build/rn/QuickLinksFeatureItem.js +1 -1
  82. package/build/rn/QuickLinksList.js +1 -1
  83. package/build/rn/Radio.js +1 -1
  84. package/build/rn/RadioCard.js +1 -1
  85. package/build/rn/RadioCardGroup.js +1 -1
  86. package/build/rn/RadioGroup.js +1 -1
  87. package/build/rn/Ribbon.js +1 -1
  88. package/build/rn/Search.js +1 -1
  89. package/build/rn/SearchButton.js +1 -1
  90. package/build/rn/Select.js +1 -1
  91. package/build/rn/SideNav.js +1 -1
  92. package/build/rn/SideNavItem.js +1 -1
  93. package/build/rn/SideNavItemsGroup.js +1 -1
  94. package/build/rn/Skeleton.js +1 -1
  95. package/build/rn/SkipLink.js +1 -1
  96. package/build/rn/Spinner.js +1 -1
  97. package/build/rn/SplashButton.js +1 -1
  98. package/build/rn/SplashButtonWithDetails.js +1 -1
  99. package/build/rn/StackView.js +1 -1
  100. package/build/rn/Status.js +1 -1
  101. package/build/rn/StepTracker.js +1 -1
  102. package/build/rn/StoryCard.js +1 -1
  103. package/build/rn/TabBar.js +1 -1
  104. package/build/rn/TabBarItem.js +1 -1
  105. package/build/rn/Table.js +1 -1
  106. package/build/rn/Tabs.js +1 -1
  107. package/build/rn/TabsItem.js +1 -1
  108. package/build/rn/Tags.js +1 -1
  109. package/build/rn/TagsItem.js +1 -1
  110. package/build/rn/TermsAndConditions.js +1 -1
  111. package/build/rn/Testimonial.js +1 -1
  112. package/build/rn/TextArea.js +1 -1
  113. package/build/rn/TextInput.js +1 -1
  114. package/build/rn/Timeline.js +1 -1
  115. package/build/rn/Toast.js +1 -1
  116. package/build/rn/ToggleSwitch.js +1 -1
  117. package/build/rn/ToggleSwitchGroup.js +1 -1
  118. package/build/rn/Tooltip.js +1 -1
  119. package/build/rn/TooltipButton.js +1 -1
  120. package/build/rn/Typography.js +1 -1
  121. package/build/rn/Video.js +1 -1
  122. package/build/rn/VideoButton.js +1 -1
  123. package/build/rn/VideoControlBar.js +1 -1
  124. package/build/rn/VideoMenu.js +1 -1
  125. package/build/rn/VideoMiddleControlButton.js +1 -1
  126. package/build/rn/VideoPicker.js +1 -1
  127. package/build/rn/VideoPickerSlider.js +1 -1
  128. package/build/rn/VideoPickerThumbnail.js +1 -1
  129. package/build/rn/VideoProgressBar.js +1 -1
  130. package/build/rn/VideoVolumeSlider.js +1 -1
  131. package/build/rn/WaffleGrid.js +1 -1
  132. package/build/rn/schema.json +1067 -1053
  133. package/build/rn/spacingScale.js +1 -1
  134. package/build/rn/theme.js +475 -4
  135. package/build/web/ActionCard.js +1 -1
  136. package/build/web/ActivityIndicator.js +9 -2
  137. package/build/web/Autocomplete.js +1 -1
  138. package/build/web/Badge.js +1 -1
  139. package/build/web/BlockQuote.js +1 -1
  140. package/build/web/Box.js +1 -1
  141. package/build/web/Breadcrumbs.js +1 -1
  142. package/build/web/Button.js +1 -1
  143. package/build/web/ButtonDropdown.js +1 -1
  144. package/build/web/ButtonGroup.js +1 -1
  145. package/build/web/ButtonGroupItem.js +1 -1
  146. package/build/web/Callout.js +1 -1
  147. package/build/web/Card.js +1 -1
  148. package/build/web/CardGroup.js +1 -1
  149. package/build/web/Carousel.js +1 -1
  150. package/build/web/CarouselTabsPanelItem.js +1 -1
  151. package/build/web/CarouselThumbnail.js +1 -1
  152. package/build/web/Checkbox.js +1 -1
  153. package/build/web/CheckboxCard.js +1 -1
  154. package/build/web/CheckboxCardGroup.js +1 -1
  155. package/build/web/CheckboxGroup.js +1 -1
  156. package/build/web/ChevronLink.js +219 -1
  157. package/build/web/ColourToggle.js +1 -1
  158. package/build/web/Countdown.js +1 -1
  159. package/build/web/DatePicker.js +1 -1
  160. package/build/web/Disclaimer.js +1 -1
  161. package/build/web/Divider.js +1 -1
  162. package/build/web/DownloadApp.js +1 -1
  163. package/build/web/ExpandCollapse.js +1 -1
  164. package/build/web/ExpandCollapseControl.js +1 -1
  165. package/build/web/ExpandCollapseMini.js +1 -1
  166. package/build/web/ExpandCollapseMiniControl.js +1 -1
  167. package/build/web/ExpandCollapsePanel.js +1 -1
  168. package/build/web/Feedback.js +1 -1
  169. package/build/web/Fieldset.js +1 -1
  170. package/build/web/FileUpload.js +1 -1
  171. package/build/web/Footnote.js +1 -1
  172. package/build/web/FootnoteLink.js +1 -1
  173. package/build/web/HorizontalScrollButton.js +1 -1
  174. package/build/web/Icon.js +1 -1
  175. package/build/web/IconButton.js +1 -1
  176. package/build/web/Image.js +1 -1
  177. package/build/web/InputLabel.js +1 -1
  178. package/build/web/InputSupports.js +1 -1
  179. package/build/web/Link.js +239 -1
  180. package/build/web/List.js +1 -1
  181. package/build/web/Listbox.js +1 -1
  182. package/build/web/Modal.js +1 -1
  183. package/build/web/MultiSelectFilter.js +6 -1
  184. package/build/web/NavigationBar.js +1 -1
  185. package/build/web/Notification.js +1 -1
  186. package/build/web/OrderedList.js +1 -1
  187. package/build/web/Pagination.js +1 -1
  188. package/build/web/PaginationPageButton.js +1 -1
  189. package/build/web/PaginationSideButton.js +1 -1
  190. package/build/web/PreviewCard.js +1 -1
  191. package/build/web/PriceLockup.js +1 -1
  192. package/build/web/ProductCard.js +1 -1
  193. package/build/web/Progress.js +2 -2
  194. package/build/web/ProgressBar.js +1 -1
  195. package/build/web/QuantitySelector.js +1 -1
  196. package/build/web/QuantitySelectorSideButton.js +1 -1
  197. package/build/web/QuickLinks.js +1 -1
  198. package/build/web/QuickLinksButton.js +1 -1
  199. package/build/web/QuickLinksCard.js +1 -1
  200. package/build/web/QuickLinksFeature.js +1 -1
  201. package/build/web/QuickLinksFeatureItem.js +1 -1
  202. package/build/web/QuickLinksList.js +1 -1
  203. package/build/web/Radio.js +1 -1
  204. package/build/web/RadioCard.js +1 -1
  205. package/build/web/RadioCardGroup.js +1 -1
  206. package/build/web/RadioGroup.js +1 -1
  207. package/build/web/Ribbon.js +1 -1
  208. package/build/web/Search.js +1 -1
  209. package/build/web/SearchButton.js +1 -1
  210. package/build/web/Select.js +1 -1
  211. package/build/web/SideNav.js +1 -1
  212. package/build/web/SideNavItem.js +1 -1
  213. package/build/web/SideNavItemsGroup.js +1 -1
  214. package/build/web/Skeleton.js +1 -1
  215. package/build/web/SkipLink.js +1 -1
  216. package/build/web/Spinner.js +1 -1
  217. package/build/web/SplashButton.js +1 -1
  218. package/build/web/SplashButtonWithDetails.js +1 -1
  219. package/build/web/StackView.js +1 -1
  220. package/build/web/Status.js +1 -1
  221. package/build/web/StepTracker.js +1 -1
  222. package/build/web/StoryCard.js +1 -1
  223. package/build/web/TabBar.js +1 -1
  224. package/build/web/TabBarItem.js +1 -1
  225. package/build/web/Table.js +1 -1
  226. package/build/web/Tabs.js +1 -1
  227. package/build/web/TabsItem.js +1 -1
  228. package/build/web/Tags.js +1 -1
  229. package/build/web/TagsItem.js +1 -1
  230. package/build/web/TermsAndConditions.js +1 -1
  231. package/build/web/Testimonial.js +1 -1
  232. package/build/web/TextArea.js +1 -1
  233. package/build/web/TextInput.js +1 -1
  234. package/build/web/Timeline.js +1 -1
  235. package/build/web/Toast.js +1 -1
  236. package/build/web/ToggleSwitch.js +1 -1
  237. package/build/web/ToggleSwitchGroup.js +1 -1
  238. package/build/web/Tooltip.js +1 -1
  239. package/build/web/TooltipButton.js +1 -1
  240. package/build/web/Typography.js +1 -1
  241. package/build/web/Video.js +1 -1
  242. package/build/web/VideoButton.js +1 -1
  243. package/build/web/VideoControlBar.js +1 -1
  244. package/build/web/VideoMenu.js +1 -1
  245. package/build/web/VideoMiddleControlButton.js +1 -1
  246. package/build/web/VideoPicker.js +1 -1
  247. package/build/web/VideoPickerSlider.js +1 -1
  248. package/build/web/VideoPickerThumbnail.js +1 -1
  249. package/build/web/VideoProgressBar.js +1 -1
  250. package/build/web/VideoVolumeSlider.js +1 -1
  251. package/build/web/WaffleGrid.js +1 -1
  252. package/build/web/index.js +1 -1
  253. package/build/web/schema.json +1067 -1053
  254. package/build/web/spacingScale.js +1 -1
  255. package/build/web/theme.js +475 -4
  256. package/package.json +5 -5
  257. package/theme.json +2234 -1152
@@ -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,
175
179
  "alpha": 1
176
180
  },
181
+ "dotSize": 6,
182
+ "indicatorBackgroundColor": {
183
+ "red": 0.8902,
184
+ "green": 0.96471,
185
+ "blue": 0.81961,
186
+ "alpha": 1
187
+ },
177
188
  "size": 24,
178
- "thickness": 2
189
+ "thickness": 3
179
190
  }
180
191
  },
181
192
  "Autocomplete": {
@@ -4073,10 +4084,19 @@
4073
4084
  "values": [true, false],
4074
4085
  "type": "state"
4075
4086
  },
4087
+ "quiet": {
4088
+ "description": "When it is true, it does not show the decoration",
4089
+ "type": "state",
4090
+ "values": [true, false]
4091
+ },
4076
4092
  "size": {
4077
4093
  "description": "Sets the size of the text and icon; these variants are shared with ChevronLink",
4078
4094
  "type": "variant",
4079
4095
  "values": ["large", "small", "micro"]
4096
+ },
4097
+ "style": {
4098
+ "type": "variant",
4099
+ "values": ["inline", "subtle", "feature", "danger", "inverse"]
4080
4100
  }
4081
4101
  },
4082
4102
  "rules": [
@@ -4176,205 +4196,125 @@
4176
4196
  "fontSize": 12,
4177
4197
  "iconSize": 16
4178
4198
  }
4179
- }
4180
- ],
4181
- "tokens": {
4182
- "blockLineHeight": 1.5,
4183
- "color": {
4184
- "red": 0.16863,
4185
- "green": 0.50196,
4186
- "blue": 0,
4187
- "alpha": 1
4188
- },
4189
- "fontSize": 16,
4190
- "iconDisplace": 0,
4191
- "iconSize": 16,
4192
- "iconSpace": 1,
4193
- "leftIcon": "PaletteIconArrowLeft",
4194
- "outerBorderColor": {
4195
- "red": 0,
4196
- "green": 0,
4197
- "blue": 0,
4198
- "alpha": 0
4199
- },
4200
- "rightIcon": "PaletteIconArrowRight",
4201
- "textLine": "none"
4202
- }
4203
- },
4204
- "ColourToggle": {
4205
- "appearances": {
4206
- "pressed": {
4207
- "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.",
4208
- "values": [true, false],
4209
- "type": "state"
4210
4199
  },
4211
- "selected": {
4212
- "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`.",
4213
- "values": [true],
4214
- "type": "state"
4215
- }
4216
- },
4217
- "rules": [
4218
4200
  {
4219
4201
  "if": {
4220
- "pressed": true
4202
+ "style": "inline"
4221
4203
  },
4222
4204
  "tokens": {
4223
- "bubbleBorderColor": {
4224
- "red": 0.8902,
4225
- "green": 0.90196,
4226
- "blue": 0.9098,
4205
+ "color": {
4206
+ "red": 0.2549,
4207
+ "green": 0.27059,
4208
+ "blue": 0.27843,
4227
4209
  "alpha": 1
4228
- },
4229
- "bubbleBorderRadius": 45,
4230
- "bubbleBorderWidth": 1
4210
+ }
4231
4211
  }
4232
4212
  },
4233
4213
  {
4234
4214
  "if": {
4235
- "selected": true
4215
+ "pressed": true,
4216
+ "style": "inline"
4236
4217
  },
4237
4218
  "tokens": {
4238
- "bubbleBorderColor": {
4239
- "red": 0.29412,
4240
- "green": 0.15686,
4241
- "blue": 0.42745,
4219
+ "color": {
4220
+ "red": 0.17255,
4221
+ "green": 0.18039,
4222
+ "blue": 0.18824,
4242
4223
  "alpha": 1
4243
4224
  },
4244
- "bubbleBorderRadius": 45,
4245
- "bubbleBorderWidth": 1
4225
+ "textLine": "none"
4246
4226
  }
4247
- }
4248
- ],
4249
- "tokens": {
4250
- "borderColor": {
4251
- "red": 0.8902,
4252
- "green": 0.90196,
4253
- "blue": 0.9098,
4254
- "alpha": 1
4255
- },
4256
- "borderRadius": 45,
4257
- "borderWidth": 1,
4258
- "bubbleBorderColor": {
4259
- "red": 0,
4260
- "green": 0,
4261
- "blue": 0,
4262
- "alpha": 0
4263
4227
  },
4264
- "bubbleBorderRadius": 0,
4265
- "bubbleBorderWidth": 0,
4266
- "innerBubbleBorderRadius": 45,
4267
- "innerBubbleHeight": 40,
4268
- "innerBubbleWidth": 40,
4269
- "outerBubbleContentAlignItems": "center",
4270
- "outerBubbleHeight": 48,
4271
- "outerBubbleJustifyContent": "center",
4272
- "outerBubbleWidth": 48,
4273
- "shadow": {
4274
- "inset": true,
4275
- "offsetX": 0,
4276
- "offsetY": 2,
4277
- "blur": 2,
4278
- "spread": 0,
4279
- "color": {
4280
- "red": 0,
4281
- "green": 0,
4282
- "blue": 0,
4283
- "alpha": 0.1
4228
+ {
4229
+ "if": {
4230
+ "style": "subtle"
4231
+ },
4232
+ "tokens": {
4233
+ "color": {
4234
+ "red": 0.40392,
4235
+ "green": 0.43137,
4236
+ "blue": 0.45098,
4237
+ "alpha": 1
4238
+ }
4284
4239
  }
4285
4240
  },
4286
- "space": 2
4287
- }
4288
- },
4289
- "Countdown": {
4290
- "appearances": {
4291
- "feature": {
4292
- "type": "variant",
4293
- "values": [true]
4294
- },
4295
- "inverse": {
4296
- "type": "variant",
4297
- "values": [true]
4298
- },
4299
- "label": {
4300
- "type": "variant",
4301
- "values": [true]
4302
- },
4303
- "large": {
4304
- "type": "variant",
4305
- "values": [true]
4306
- },
4307
- "viewport": {
4308
- "description": "The size label for the current screen viewport based on the current screen width",
4309
- "values": ["xs", "sm", "md", "lg", "xl"],
4310
- "type": "state"
4311
- }
4312
- },
4313
- "rules": [
4314
4241
  {
4315
4242
  "if": {
4316
- "viewport": ["xs"]
4243
+ "pressed": true,
4244
+ "style": "subtle"
4317
4245
  },
4318
4246
  "tokens": {
4319
- "containerPaddingBottomTop": 16,
4320
- "containerPaddingLeftRight": 24,
4321
- "labelFontSize": 14,
4322
- "labelLineHeight": 1.42857142857,
4323
- "textLineHeight": 1.42857142857
4247
+ "color": {
4248
+ "red": 0.17255,
4249
+ "green": 0.18039,
4250
+ "blue": 0.18824,
4251
+ "alpha": 1
4252
+ },
4253
+ "textLine": "none"
4324
4254
  }
4325
4255
  },
4326
4256
  {
4327
4257
  "if": {
4328
- "large": true
4258
+ "style": "feature"
4329
4259
  },
4330
4260
  "tokens": {
4331
- "textFontSize": 64,
4332
- "textLineHeight": 1.125,
4333
- "textTimerFontName": "HNforTELUSSA",
4334
- "textTimerFontWeight": 300
4261
+ "color": {
4262
+ "red": 0.16863,
4263
+ "green": 0.50196,
4264
+ "blue": 0,
4265
+ "alpha": 1
4266
+ }
4335
4267
  }
4336
4268
  },
4337
4269
  {
4338
4270
  "if": {
4339
- "feature": true
4271
+ "pressed": true,
4272
+ "style": "feature"
4340
4273
  },
4341
4274
  "tokens": {
4342
- "labelBorderColor": {
4343
- "red": 0.29412,
4344
- "green": 0.15686,
4345
- "blue": 0.42745,
4275
+ "color": {
4276
+ "red": 0.08627,
4277
+ "green": 0.24314,
4278
+ "blue": 0.02353,
4346
4279
  "alpha": 1
4347
4280
  },
4348
- "textFontSize": 64,
4349
- "textLineHeight": 1.125,
4350
- "textTimerFontName": "HNforTELUSSA",
4351
- "textTimerFontWeight": 300
4281
+ "textLine": "none"
4352
4282
  }
4353
4283
  },
4354
4284
  {
4355
4285
  "if": {
4356
- "large": true,
4357
- "viewport": ["xs"]
4286
+ "style": "danger"
4358
4287
  },
4359
4288
  "tokens": {
4360
- "textFontSize": 40
4289
+ "color": {
4290
+ "red": 0.75686,
4291
+ "green": 0.13725,
4292
+ "blue": 0.20784,
4293
+ "alpha": 1
4294
+ }
4361
4295
  }
4362
4296
  },
4363
4297
  {
4364
4298
  "if": {
4365
- "feature": true,
4366
- "viewport": ["xs"]
4299
+ "pressed": true,
4300
+ "style": "danger"
4367
4301
  },
4368
4302
  "tokens": {
4369
- "textFontSize": 40
4303
+ "color": {
4304
+ "red": 0.17255,
4305
+ "green": 0.18039,
4306
+ "blue": 0.18824,
4307
+ "alpha": 1
4308
+ },
4309
+ "textLine": "none"
4370
4310
  }
4371
4311
  },
4372
4312
  {
4373
4313
  "if": {
4374
- "inverse": true
4314
+ "style": "inverse"
4375
4315
  },
4376
4316
  "tokens": {
4377
- "labelBorderColor": {
4317
+ "color": {
4378
4318
  "red": 1,
4379
4319
  "green": 1,
4380
4320
  "blue": 1,
@@ -4384,41 +4324,411 @@
4384
4324
  },
4385
4325
  {
4386
4326
  "if": {
4387
- "feature": true,
4388
- "inverse": true
4327
+ "pressed": true,
4328
+ "style": "inverse"
4389
4329
  },
4390
4330
  "tokens": {
4391
- "containerBorderColor": {
4392
- "red": 0.40392,
4393
- "green": 0.43137,
4394
- "blue": 0.45098,
4331
+ "color": {
4332
+ "red": 0.69804,
4333
+ "green": 0.72549,
4334
+ "blue": 0.74902,
4395
4335
  "alpha": 1
4396
4336
  },
4397
- "labelBorderColor": {
4398
- "red": 1,
4399
- "green": 1,
4400
- "blue": 1,
4401
- "alpha": 1
4402
- }
4337
+ "textLine": "none"
4403
4338
  }
4404
- }
4405
- ],
4406
- "tokens": {
4407
- "containerBorderColor": {
4408
- "red": 0,
4409
- "green": 0,
4410
- "blue": 0,
4411
- "alpha": 0
4412
4339
  },
4413
- "containerBorderRadius": 6,
4414
- "containerBorderWidth": 2,
4415
- "containerGradient": {
4416
- "type": "linear",
4417
- "angle": 135,
4418
- "stops": [
4419
- {
4420
- "stop": 0,
4421
- "color": {
4340
+ {
4341
+ "if": {
4342
+ "quiet": true,
4343
+ "style": "inline"
4344
+ },
4345
+ "tokens": {
4346
+ "color": {
4347
+ "red": 0.2549,
4348
+ "green": 0.27059,
4349
+ "blue": 0.27843,
4350
+ "alpha": 1
4351
+ },
4352
+ "textLine": "none"
4353
+ }
4354
+ },
4355
+ {
4356
+ "if": {
4357
+ "pressed": true,
4358
+ "quiet": true,
4359
+ "style": "inline"
4360
+ },
4361
+ "tokens": {
4362
+ "color": {
4363
+ "red": 0.17255,
4364
+ "green": 0.18039,
4365
+ "blue": 0.18824,
4366
+ "alpha": 1
4367
+ }
4368
+ }
4369
+ },
4370
+ {
4371
+ "if": {
4372
+ "quiet": true,
4373
+ "style": "subtle"
4374
+ },
4375
+ "tokens": {
4376
+ "color": {
4377
+ "red": 0.40392,
4378
+ "green": 0.43137,
4379
+ "blue": 0.45098,
4380
+ "alpha": 1
4381
+ },
4382
+ "textLine": "none"
4383
+ }
4384
+ },
4385
+ {
4386
+ "if": {
4387
+ "pressed": true,
4388
+ "quiet": true,
4389
+ "style": "subtle"
4390
+ },
4391
+ "tokens": {
4392
+ "color": {
4393
+ "red": 0.17255,
4394
+ "green": 0.18039,
4395
+ "blue": 0.18824,
4396
+ "alpha": 1
4397
+ }
4398
+ }
4399
+ },
4400
+ {
4401
+ "if": {
4402
+ "quiet": true,
4403
+ "style": "feature"
4404
+ },
4405
+ "tokens": {
4406
+ "color": {
4407
+ "red": 0.16863,
4408
+ "green": 0.50196,
4409
+ "blue": 0,
4410
+ "alpha": 1
4411
+ },
4412
+ "textLine": "none"
4413
+ }
4414
+ },
4415
+ {
4416
+ "if": {
4417
+ "pressed": true,
4418
+ "quiet": true,
4419
+ "style": "feature"
4420
+ },
4421
+ "tokens": {
4422
+ "color": {
4423
+ "red": 0.08627,
4424
+ "green": 0.24314,
4425
+ "blue": 0.02353,
4426
+ "alpha": 1
4427
+ }
4428
+ }
4429
+ },
4430
+ {
4431
+ "if": {
4432
+ "quiet": true,
4433
+ "style": "danger"
4434
+ },
4435
+ "tokens": {
4436
+ "color": {
4437
+ "red": 0.75686,
4438
+ "green": 0.13725,
4439
+ "blue": 0.20784,
4440
+ "alpha": 1
4441
+ },
4442
+ "textLine": "none"
4443
+ }
4444
+ },
4445
+ {
4446
+ "if": {
4447
+ "pressed": true,
4448
+ "quiet": true,
4449
+ "style": "danger"
4450
+ },
4451
+ "tokens": {
4452
+ "color": {
4453
+ "red": 0.17255,
4454
+ "green": 0.18039,
4455
+ "blue": 0.18824,
4456
+ "alpha": 1
4457
+ }
4458
+ }
4459
+ },
4460
+ {
4461
+ "if": {
4462
+ "quiet": true,
4463
+ "style": "inverse"
4464
+ },
4465
+ "tokens": {
4466
+ "color": {
4467
+ "red": 1,
4468
+ "green": 1,
4469
+ "blue": 1,
4470
+ "alpha": 1
4471
+ },
4472
+ "textLine": "none"
4473
+ }
4474
+ },
4475
+ {
4476
+ "if": {
4477
+ "pressed": true,
4478
+ "quiet": true,
4479
+ "style": "inverse"
4480
+ },
4481
+ "tokens": {
4482
+ "color": {
4483
+ "red": 0.69804,
4484
+ "green": 0.72549,
4485
+ "blue": 0.74902,
4486
+ "alpha": 1
4487
+ }
4488
+ }
4489
+ }
4490
+ ],
4491
+ "tokens": {
4492
+ "blockLineHeight": 1.5,
4493
+ "color": {
4494
+ "red": 0.16863,
4495
+ "green": 0.50196,
4496
+ "blue": 0,
4497
+ "alpha": 1
4498
+ },
4499
+ "fontSize": 16,
4500
+ "iconDisplace": 0,
4501
+ "iconSize": 16,
4502
+ "iconSpace": 1,
4503
+ "leftIcon": "PaletteIconArrowLeft",
4504
+ "outerBorderColor": {
4505
+ "red": 0,
4506
+ "green": 0,
4507
+ "blue": 0,
4508
+ "alpha": 0
4509
+ },
4510
+ "rightIcon": "PaletteIconArrowRight",
4511
+ "textLine": "none"
4512
+ }
4513
+ },
4514
+ "ColourToggle": {
4515
+ "appearances": {
4516
+ "pressed": {
4517
+ "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.",
4518
+ "values": [true, false],
4519
+ "type": "state"
4520
+ },
4521
+ "selected": {
4522
+ "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`.",
4523
+ "values": [true],
4524
+ "type": "state"
4525
+ }
4526
+ },
4527
+ "rules": [
4528
+ {
4529
+ "if": {
4530
+ "pressed": true
4531
+ },
4532
+ "tokens": {
4533
+ "bubbleBorderColor": {
4534
+ "red": 0.8902,
4535
+ "green": 0.90196,
4536
+ "blue": 0.9098,
4537
+ "alpha": 1
4538
+ },
4539
+ "bubbleBorderRadius": 45,
4540
+ "bubbleBorderWidth": 1
4541
+ }
4542
+ },
4543
+ {
4544
+ "if": {
4545
+ "selected": true
4546
+ },
4547
+ "tokens": {
4548
+ "bubbleBorderColor": {
4549
+ "red": 0.29412,
4550
+ "green": 0.15686,
4551
+ "blue": 0.42745,
4552
+ "alpha": 1
4553
+ },
4554
+ "bubbleBorderRadius": 45,
4555
+ "bubbleBorderWidth": 1
4556
+ }
4557
+ }
4558
+ ],
4559
+ "tokens": {
4560
+ "borderColor": {
4561
+ "red": 0.8902,
4562
+ "green": 0.90196,
4563
+ "blue": 0.9098,
4564
+ "alpha": 1
4565
+ },
4566
+ "borderRadius": 45,
4567
+ "borderWidth": 1,
4568
+ "bubbleBorderColor": {
4569
+ "red": 0,
4570
+ "green": 0,
4571
+ "blue": 0,
4572
+ "alpha": 0
4573
+ },
4574
+ "bubbleBorderRadius": 0,
4575
+ "bubbleBorderWidth": 0,
4576
+ "innerBubbleBorderRadius": 45,
4577
+ "innerBubbleHeight": 40,
4578
+ "innerBubbleWidth": 40,
4579
+ "outerBubbleContentAlignItems": "center",
4580
+ "outerBubbleHeight": 48,
4581
+ "outerBubbleJustifyContent": "center",
4582
+ "outerBubbleWidth": 48,
4583
+ "shadow": {
4584
+ "inset": true,
4585
+ "offsetX": 0,
4586
+ "offsetY": 2,
4587
+ "blur": 2,
4588
+ "spread": 0,
4589
+ "color": {
4590
+ "red": 0,
4591
+ "green": 0,
4592
+ "blue": 0,
4593
+ "alpha": 0.1
4594
+ }
4595
+ },
4596
+ "space": 2
4597
+ }
4598
+ },
4599
+ "Countdown": {
4600
+ "appearances": {
4601
+ "feature": {
4602
+ "type": "variant",
4603
+ "values": [true]
4604
+ },
4605
+ "inverse": {
4606
+ "type": "variant",
4607
+ "values": [true]
4608
+ },
4609
+ "label": {
4610
+ "type": "variant",
4611
+ "values": [true]
4612
+ },
4613
+ "large": {
4614
+ "type": "variant",
4615
+ "values": [true]
4616
+ },
4617
+ "viewport": {
4618
+ "description": "The size label for the current screen viewport based on the current screen width",
4619
+ "values": ["xs", "sm", "md", "lg", "xl"],
4620
+ "type": "state"
4621
+ }
4622
+ },
4623
+ "rules": [
4624
+ {
4625
+ "if": {
4626
+ "viewport": ["xs"]
4627
+ },
4628
+ "tokens": {
4629
+ "containerPaddingBottomTop": 16,
4630
+ "containerPaddingLeftRight": 24,
4631
+ "labelFontSize": 14,
4632
+ "labelLineHeight": 1.42857142857,
4633
+ "textLineHeight": 1.42857142857
4634
+ }
4635
+ },
4636
+ {
4637
+ "if": {
4638
+ "large": true
4639
+ },
4640
+ "tokens": {
4641
+ "textFontSize": 64,
4642
+ "textLineHeight": 1.125,
4643
+ "textTimerFontName": "HNforTELUSSA",
4644
+ "textTimerFontWeight": 300
4645
+ }
4646
+ },
4647
+ {
4648
+ "if": {
4649
+ "feature": true
4650
+ },
4651
+ "tokens": {
4652
+ "labelBorderColor": {
4653
+ "red": 0.29412,
4654
+ "green": 0.15686,
4655
+ "blue": 0.42745,
4656
+ "alpha": 1
4657
+ },
4658
+ "textFontSize": 64,
4659
+ "textLineHeight": 1.125,
4660
+ "textTimerFontName": "HNforTELUSSA",
4661
+ "textTimerFontWeight": 300
4662
+ }
4663
+ },
4664
+ {
4665
+ "if": {
4666
+ "large": true,
4667
+ "viewport": ["xs"]
4668
+ },
4669
+ "tokens": {
4670
+ "textFontSize": 40
4671
+ }
4672
+ },
4673
+ {
4674
+ "if": {
4675
+ "feature": true,
4676
+ "viewport": ["xs"]
4677
+ },
4678
+ "tokens": {
4679
+ "textFontSize": 40
4680
+ }
4681
+ },
4682
+ {
4683
+ "if": {
4684
+ "inverse": true
4685
+ },
4686
+ "tokens": {
4687
+ "labelBorderColor": {
4688
+ "red": 1,
4689
+ "green": 1,
4690
+ "blue": 1,
4691
+ "alpha": 1
4692
+ }
4693
+ }
4694
+ },
4695
+ {
4696
+ "if": {
4697
+ "feature": true,
4698
+ "inverse": true
4699
+ },
4700
+ "tokens": {
4701
+ "containerBorderColor": {
4702
+ "red": 0.40392,
4703
+ "green": 0.43137,
4704
+ "blue": 0.45098,
4705
+ "alpha": 1
4706
+ },
4707
+ "labelBorderColor": {
4708
+ "red": 1,
4709
+ "green": 1,
4710
+ "blue": 1,
4711
+ "alpha": 1
4712
+ }
4713
+ }
4714
+ }
4715
+ ],
4716
+ "tokens": {
4717
+ "containerBorderColor": {
4718
+ "red": 0,
4719
+ "green": 0,
4720
+ "blue": 0,
4721
+ "alpha": 0
4722
+ },
4723
+ "containerBorderRadius": 6,
4724
+ "containerBorderWidth": 2,
4725
+ "containerGradient": {
4726
+ "type": "linear",
4727
+ "angle": 135,
4728
+ "stops": [
4729
+ {
4730
+ "stop": 0,
4731
+ "color": {
4422
4732
  "red": 0.29412,
4423
4733
  "green": 0.15686,
4424
4734
  "blue": 0.42745,
@@ -6652,50 +6962,245 @@
6652
6962
  "type": "variant",
6653
6963
  "values": [true]
6654
6964
  },
6655
- "pressed": {
6656
- "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.",
6657
- "values": [true, false],
6658
- "type": "state"
6965
+ "pressed": {
6966
+ "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.",
6967
+ "values": [true, false],
6968
+ "type": "state"
6969
+ },
6970
+ "quiet": {
6971
+ "description": "When it is true, it does not show the decoration",
6972
+ "type": "state",
6973
+ "values": [true, false]
6974
+ },
6975
+ "size": {
6976
+ "description": "Text sizes for block links; similar but not always identical to Typography sizes.",
6977
+ "type": "variant",
6978
+ "values": ["large", "small", "micro"]
6979
+ },
6980
+ "style": {
6981
+ "type": "variant",
6982
+ "values": ["inline", "subtle", "feature", "danger", "inverse"]
6983
+ }
6984
+ },
6985
+ "rules": [
6986
+ {
6987
+ "if": {
6988
+ "iconPosition": "left"
6989
+ },
6990
+ "tokens": {
6991
+ "iconSpace": 2
6992
+ }
6993
+ },
6994
+ {
6995
+ "if": {
6996
+ "iconPosition": "right"
6997
+ },
6998
+ "tokens": {
6999
+ "iconSpace": 1
7000
+ }
7001
+ },
7002
+ {
7003
+ "if": {
7004
+ "iconPosition": "inline"
7005
+ },
7006
+ "tokens": {
7007
+ "iconSpace": 2
7008
+ }
7009
+ },
7010
+ {
7011
+ "if": {
7012
+ "pressed": true
7013
+ },
7014
+ "tokens": {
7015
+ "color": {
7016
+ "red": 0.08627,
7017
+ "green": 0.24314,
7018
+ "blue": 0.02353,
7019
+ "alpha": 1
7020
+ },
7021
+ "textLine": "none"
7022
+ }
7023
+ },
7024
+ {
7025
+ "if": {
7026
+ "size": "large"
7027
+ },
7028
+ "tokens": {
7029
+ "blockFontSize": 20,
7030
+ "blockLineHeight": 1.25,
7031
+ "iconSize": 24
7032
+ }
7033
+ },
7034
+ {
7035
+ "if": {
7036
+ "size": "small"
7037
+ },
7038
+ "tokens": {
7039
+ "blockFontSize": 14,
7040
+ "blockLineHeight": 1,
7041
+ "iconSize": 20
7042
+ }
7043
+ },
7044
+ {
7045
+ "if": {
7046
+ "size": "micro"
7047
+ },
7048
+ "tokens": {
7049
+ "blockFontName": "HNforTELUSSA",
7050
+ "blockFontSize": 12,
7051
+ "blockFontWeight": 500,
7052
+ "blockLineHeight": 1.125,
7053
+ "iconSize": 16
7054
+ }
7055
+ },
7056
+ {
7057
+ "if": {
7058
+ "alternative": true
7059
+ },
7060
+ "tokens": {
7061
+ "color": {
7062
+ "red": 0.17255,
7063
+ "green": 0.18039,
7064
+ "blue": 0.18824,
7065
+ "alpha": 1
7066
+ }
7067
+ }
7068
+ },
7069
+ {
7070
+ "if": {
7071
+ "alternative": true,
7072
+ "pressed": true
7073
+ },
7074
+ "tokens": {
7075
+ "color": {
7076
+ "red": 0.17255,
7077
+ "green": 0.18039,
7078
+ "blue": 0.18824,
7079
+ "alpha": 1
7080
+ }
7081
+ }
7082
+ },
7083
+ {
7084
+ "if": {
7085
+ "inverse": true
7086
+ },
7087
+ "tokens": {
7088
+ "color": {
7089
+ "red": 1,
7090
+ "green": 1,
7091
+ "blue": 1,
7092
+ "alpha": 1
7093
+ }
7094
+ }
7095
+ },
7096
+ {
7097
+ "if": {
7098
+ "inverse": true,
7099
+ "pressed": true
7100
+ },
7101
+ "tokens": {
7102
+ "color": {
7103
+ "red": 0.8902,
7104
+ "green": 0.90196,
7105
+ "blue": 0.9098,
7106
+ "alpha": 1
7107
+ }
7108
+ }
7109
+ },
7110
+ {
7111
+ "if": {
7112
+ "light": true
7113
+ },
7114
+ "tokens": {
7115
+ "color": {
7116
+ "red": 0.40392,
7117
+ "green": 0.43137,
7118
+ "blue": 0.45098,
7119
+ "alpha": 1
7120
+ }
7121
+ }
7122
+ },
7123
+ {
7124
+ "if": {
7125
+ "quiet": true
7126
+ },
7127
+ "tokens": {
7128
+ "textLine": "none"
7129
+ }
6659
7130
  },
6660
- "quiet": {
6661
- "description": "When it is true, it does not show the decoration",
6662
- "type": "state",
6663
- "values": [true, false]
7131
+ {
7132
+ "if": {
7133
+ "style": "inline"
7134
+ },
7135
+ "tokens": {
7136
+ "color": {
7137
+ "red": 0.2549,
7138
+ "green": 0.27059,
7139
+ "blue": 0.27843,
7140
+ "alpha": 1
7141
+ }
7142
+ }
6664
7143
  },
6665
- "size": {
6666
- "description": "Text sizes for block links; similar but not always identical to Typography sizes.",
6667
- "type": "variant",
6668
- "values": ["large", "small", "micro"]
6669
- }
6670
- },
6671
- "rules": [
6672
7144
  {
6673
7145
  "if": {
6674
- "iconPosition": "left"
7146
+ "pressed": true,
7147
+ "style": "inline"
6675
7148
  },
6676
7149
  "tokens": {
6677
- "iconSpace": 2
7150
+ "color": {
7151
+ "red": 0.17255,
7152
+ "green": 0.18039,
7153
+ "blue": 0.18824,
7154
+ "alpha": 1
7155
+ },
7156
+ "textLine": "none"
6678
7157
  }
6679
7158
  },
6680
7159
  {
6681
7160
  "if": {
6682
- "iconPosition": "right"
7161
+ "style": "subtle"
6683
7162
  },
6684
7163
  "tokens": {
6685
- "iconSpace": 1
7164
+ "color": {
7165
+ "red": 0.40392,
7166
+ "green": 0.43137,
7167
+ "blue": 0.45098,
7168
+ "alpha": 1
7169
+ }
6686
7170
  }
6687
7171
  },
6688
7172
  {
6689
7173
  "if": {
6690
- "iconPosition": "inline"
7174
+ "pressed": true,
7175
+ "style": "subtle"
6691
7176
  },
6692
7177
  "tokens": {
6693
- "iconSpace": 2
7178
+ "color": {
7179
+ "red": 0.17255,
7180
+ "green": 0.18039,
7181
+ "blue": 0.18824,
7182
+ "alpha": 1
7183
+ },
7184
+ "textLine": "none"
6694
7185
  }
6695
7186
  },
6696
7187
  {
6697
7188
  "if": {
6698
- "pressed": true
7189
+ "style": "feature"
7190
+ },
7191
+ "tokens": {
7192
+ "color": {
7193
+ "red": 0.16863,
7194
+ "green": 0.50196,
7195
+ "blue": 0,
7196
+ "alpha": 1
7197
+ }
7198
+ }
7199
+ },
7200
+ {
7201
+ "if": {
7202
+ "pressed": true,
7203
+ "style": "feature"
6699
7204
  },
6700
7205
  "tokens": {
6701
7206
  "color": {
@@ -6709,39 +7214,80 @@
6709
7214
  },
6710
7215
  {
6711
7216
  "if": {
6712
- "size": "large"
7217
+ "style": "danger"
6713
7218
  },
6714
7219
  "tokens": {
6715
- "blockFontSize": 20,
6716
- "blockLineHeight": 1.25,
6717
- "iconSize": 24
7220
+ "color": {
7221
+ "red": 0.75686,
7222
+ "green": 0.13725,
7223
+ "blue": 0.20784,
7224
+ "alpha": 1
7225
+ }
6718
7226
  }
6719
7227
  },
6720
7228
  {
6721
7229
  "if": {
6722
- "size": "small"
7230
+ "pressed": true,
7231
+ "style": "danger"
6723
7232
  },
6724
7233
  "tokens": {
6725
- "blockFontSize": 14,
6726
- "blockLineHeight": 1,
6727
- "iconSize": 20
7234
+ "color": {
7235
+ "red": 0.17255,
7236
+ "green": 0.18039,
7237
+ "blue": 0.18824,
7238
+ "alpha": 1
7239
+ },
7240
+ "textLine": "none"
6728
7241
  }
6729
7242
  },
6730
7243
  {
6731
7244
  "if": {
6732
- "size": "micro"
7245
+ "style": "inverse"
6733
7246
  },
6734
7247
  "tokens": {
6735
- "blockFontName": "HNforTELUSSA",
6736
- "blockFontSize": 12,
6737
- "blockFontWeight": 500,
6738
- "blockLineHeight": 1.125,
6739
- "iconSize": 16
7248
+ "color": {
7249
+ "red": 1,
7250
+ "green": 1,
7251
+ "blue": 1,
7252
+ "alpha": 1
7253
+ }
6740
7254
  }
6741
7255
  },
6742
7256
  {
6743
7257
  "if": {
6744
- "alternative": true
7258
+ "pressed": true,
7259
+ "style": "inverse"
7260
+ },
7261
+ "tokens": {
7262
+ "color": {
7263
+ "red": 0.69804,
7264
+ "green": 0.72549,
7265
+ "blue": 0.74902,
7266
+ "alpha": 1
7267
+ },
7268
+ "textLine": "none"
7269
+ }
7270
+ },
7271
+ {
7272
+ "if": {
7273
+ "quiet": true,
7274
+ "style": "inline"
7275
+ },
7276
+ "tokens": {
7277
+ "color": {
7278
+ "red": 0.2549,
7279
+ "green": 0.27059,
7280
+ "blue": 0.27843,
7281
+ "alpha": 1
7282
+ },
7283
+ "textLine": "none"
7284
+ }
7285
+ },
7286
+ {
7287
+ "if": {
7288
+ "pressed": true,
7289
+ "quiet": true,
7290
+ "style": "inline"
6745
7291
  },
6746
7292
  "tokens": {
6747
7293
  "color": {
@@ -6754,8 +7300,24 @@
6754
7300
  },
6755
7301
  {
6756
7302
  "if": {
6757
- "alternative": true,
6758
- "pressed": true
7303
+ "quiet": true,
7304
+ "style": "subtle"
7305
+ },
7306
+ "tokens": {
7307
+ "color": {
7308
+ "red": 0.40392,
7309
+ "green": 0.43137,
7310
+ "blue": 0.45098,
7311
+ "alpha": 1
7312
+ },
7313
+ "textLine": "none"
7314
+ }
7315
+ },
7316
+ {
7317
+ "if": {
7318
+ "pressed": true,
7319
+ "quiet": true,
7320
+ "style": "subtle"
6759
7321
  },
6760
7322
  "tokens": {
6761
7323
  "color": {
@@ -6768,51 +7330,93 @@
6768
7330
  },
6769
7331
  {
6770
7332
  "if": {
6771
- "inverse": true
7333
+ "quiet": true,
7334
+ "style": "feature"
6772
7335
  },
6773
7336
  "tokens": {
6774
7337
  "color": {
6775
- "red": 1,
6776
- "green": 1,
6777
- "blue": 1,
7338
+ "red": 0.16863,
7339
+ "green": 0.50196,
7340
+ "blue": 0,
6778
7341
  "alpha": 1
6779
- }
7342
+ },
7343
+ "textLine": "none"
6780
7344
  }
6781
7345
  },
6782
7346
  {
6783
7347
  "if": {
6784
- "inverse": true,
6785
- "pressed": true
7348
+ "pressed": true,
7349
+ "quiet": true,
7350
+ "style": "feature"
6786
7351
  },
6787
7352
  "tokens": {
6788
7353
  "color": {
6789
- "red": 0.8902,
6790
- "green": 0.90196,
6791
- "blue": 0.9098,
7354
+ "red": 0.08627,
7355
+ "green": 0.24314,
7356
+ "blue": 0.02353,
6792
7357
  "alpha": 1
6793
7358
  }
6794
7359
  }
6795
7360
  },
6796
7361
  {
6797
7362
  "if": {
6798
- "light": true
7363
+ "quiet": true,
7364
+ "style": "danger"
6799
7365
  },
6800
7366
  "tokens": {
6801
7367
  "color": {
6802
- "red": 0.40392,
6803
- "green": 0.43137,
6804
- "blue": 0.45098,
7368
+ "red": 0.75686,
7369
+ "green": 0.13725,
7370
+ "blue": 0.20784,
7371
+ "alpha": 1
7372
+ },
7373
+ "textLine": "none"
7374
+ }
7375
+ },
7376
+ {
7377
+ "if": {
7378
+ "pressed": true,
7379
+ "quiet": true,
7380
+ "style": "danger"
7381
+ },
7382
+ "tokens": {
7383
+ "color": {
7384
+ "red": 0.17255,
7385
+ "green": 0.18039,
7386
+ "blue": 0.18824,
6805
7387
  "alpha": 1
6806
7388
  }
6807
7389
  }
6808
7390
  },
6809
7391
  {
6810
7392
  "if": {
6811
- "quiet": true
7393
+ "quiet": true,
7394
+ "style": "inverse"
6812
7395
  },
6813
7396
  "tokens": {
7397
+ "color": {
7398
+ "red": 1,
7399
+ "green": 1,
7400
+ "blue": 1,
7401
+ "alpha": 1
7402
+ },
6814
7403
  "textLine": "none"
6815
7404
  }
7405
+ },
7406
+ {
7407
+ "if": {
7408
+ "pressed": true,
7409
+ "quiet": true,
7410
+ "style": "inverse"
7411
+ },
7412
+ "tokens": {
7413
+ "color": {
7414
+ "red": 0.69804,
7415
+ "green": 0.72549,
7416
+ "blue": 0.74902,
7417
+ "alpha": 1
7418
+ }
7419
+ }
6816
7420
  }
6817
7421
  ],
6818
7422
  "tokens": {
@@ -7408,6 +8012,10 @@
7408
8012
  "values": [true],
7409
8013
  "type": "state"
7410
8014
  },
8015
+ "selected": {
8016
+ "type": "state",
8017
+ "values": [true]
8018
+ },
7411
8019
  "viewport": {
7412
8020
  "description": "The size label for the current screen viewport based on the current screen width",
7413
8021
  "values": ["xs", "sm", "md", "lg", "xl"],
@@ -7442,6 +8050,25 @@
7442
8050
  "tokens": {
7443
8051
  "maxWidthSize": 544
7444
8052
  }
8053
+ },
8054
+ {
8055
+ "if": {
8056
+ "selected": true
8057
+ },
8058
+ "tokens": {
8059
+ "buttonIconBackgroundColor": {
8060
+ "red": 0.48627,
8061
+ "green": 0.32549,
8062
+ "blue": 0.64706,
8063
+ "alpha": 1
8064
+ },
8065
+ "labelColor": {
8066
+ "red": 1,
8067
+ "green": 1,
8068
+ "blue": 1,
8069
+ "alpha": 1
8070
+ }
8071
+ }
7445
8072
  }
7446
8073
  ],
7447
8074
  "tokens": {
@@ -8638,10 +9265,10 @@
8638
9265
  ],
8639
9266
  "tokens": {
8640
9267
  "backgroundColor": {
8641
- "red": 0.95686,
8642
- "green": 0.95686,
8643
- "blue": 0.96863,
8644
- "alpha": 1
9268
+ "red": 0,
9269
+ "green": 0,
9270
+ "blue": 0,
9271
+ "alpha": 0.1
8645
9272
  },
8646
9273
  "borderColor": {
8647
9274
  "red": 0.69804,
@@ -14940,7 +15567,7 @@
14940
15567
  }
14941
15568
  },
14942
15569
  "metadata": {
14943
- "themeTokensVersion": "4.2.0",
15570
+ "themeTokensVersion": "4.3.0",
14944
15571
  "name": "theme-allium"
14945
15572
  }
14946
15573
  }