@telus-uds/theme-allium 7.18.0 → 7.20.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 (265) hide show
  1. package/build/android/Card.json +4 -0
  2. package/build/android/CheckboxCard.json +4 -0
  3. package/build/android/IconButton.json +247 -75
  4. package/build/android/Listbox.json +117 -1
  5. package/build/android/RadioCard.json +4 -0
  6. package/build/android/Shortcuts.json +44 -0
  7. package/build/android/ShortcutsItem.json +77 -0
  8. package/build/android/schema.json +1669 -1109
  9. package/build/android/theme.json +498 -77
  10. package/build/ios/Card.json +4 -0
  11. package/build/ios/CheckboxCard.json +4 -0
  12. package/build/ios/IconButton.json +247 -75
  13. package/build/ios/Listbox.json +117 -1
  14. package/build/ios/RadioCard.json +4 -0
  15. package/build/ios/Shortcuts.json +44 -0
  16. package/build/ios/ShortcutsItem.json +77 -0
  17. package/build/ios/schema.json +1669 -1109
  18. package/build/ios/theme.json +498 -77
  19. package/build/rn/ActionCard.js +1 -1
  20. package/build/rn/ActivityIndicator.js +1 -1
  21. package/build/rn/Autocomplete.js +1 -1
  22. package/build/rn/Badge.js +1 -1
  23. package/build/rn/BlockQuote.js +1 -1
  24. package/build/rn/Box.js +1 -1
  25. package/build/rn/Breadcrumbs.js +1 -1
  26. package/build/rn/Button.js +1 -1
  27. package/build/rn/ButtonDropdown.js +1 -1
  28. package/build/rn/ButtonGroup.js +1 -1
  29. package/build/rn/ButtonGroupItem.js +1 -1
  30. package/build/rn/Callout.js +1 -1
  31. package/build/rn/Card.js +9 -1
  32. package/build/rn/CardGroup.js +1 -1
  33. package/build/rn/Carousel.js +1 -1
  34. package/build/rn/CarouselTabsPanelItem.js +1 -1
  35. package/build/rn/CarouselThumbnail.js +1 -1
  36. package/build/rn/Checkbox.js +1 -1
  37. package/build/rn/CheckboxCard.js +5 -1
  38. package/build/rn/CheckboxCardGroup.js +1 -1
  39. package/build/rn/CheckboxGroup.js +1 -1
  40. package/build/rn/ChevronLink.js +1 -1
  41. package/build/rn/ColourToggle.js +1 -1
  42. package/build/rn/Countdown.js +1 -1
  43. package/build/rn/DatePicker.js +1 -1
  44. package/build/rn/Disclaimer.js +1 -1
  45. package/build/rn/Divider.js +1 -1
  46. package/build/rn/DownloadApp.js +1 -1
  47. package/build/rn/ExpandCollapse.js +1 -1
  48. package/build/rn/ExpandCollapseControl.js +1 -1
  49. package/build/rn/ExpandCollapseMini.js +1 -1
  50. package/build/rn/ExpandCollapseMiniControl.js +1 -1
  51. package/build/rn/ExpandCollapsePanel.js +1 -1
  52. package/build/rn/Feedback.js +1 -1
  53. package/build/rn/Fieldset.js +1 -1
  54. package/build/rn/FileUpload.js +1 -1
  55. package/build/rn/Footnote.js +1 -1
  56. package/build/rn/FootnoteLink.js +1 -1
  57. package/build/rn/HorizontalScrollButton.js +1 -1
  58. package/build/rn/Icon.js +1 -1
  59. package/build/rn/IconButton.js +158 -80
  60. package/build/rn/Image.js +1 -1
  61. package/build/rn/InputLabel.js +1 -1
  62. package/build/rn/InputSupports.js +1 -1
  63. package/build/rn/Link.js +1 -1
  64. package/build/rn/List.js +1 -1
  65. package/build/rn/Listbox.js +55 -3
  66. package/build/rn/Modal.js +1 -1
  67. package/build/rn/MultiSelectFilter.js +1 -1
  68. package/build/rn/NavigationBar.js +1 -1
  69. package/build/rn/Notification.js +1 -1
  70. package/build/rn/OrderedList.js +1 -1
  71. package/build/rn/Pagination.js +1 -1
  72. package/build/rn/PaginationPageButton.js +1 -1
  73. package/build/rn/PaginationSideButton.js +1 -1
  74. package/build/rn/PreviewCard.js +1 -1
  75. package/build/rn/PriceLockup.js +1 -1
  76. package/build/rn/ProductCard.js +1 -1
  77. package/build/rn/Progress.js +1 -1
  78. package/build/rn/ProgressBar.js +1 -1
  79. package/build/rn/QuantitySelector.js +1 -1
  80. package/build/rn/QuantitySelectorSideButton.js +1 -1
  81. package/build/rn/QuickLinks.js +1 -1
  82. package/build/rn/QuickLinksButton.js +1 -1
  83. package/build/rn/QuickLinksCard.js +1 -1
  84. package/build/rn/QuickLinksFeature.js +1 -1
  85. package/build/rn/QuickLinksFeatureItem.js +1 -1
  86. package/build/rn/QuickLinksList.js +1 -1
  87. package/build/rn/Radio.js +1 -1
  88. package/build/rn/RadioCard.js +5 -1
  89. package/build/rn/RadioCardGroup.js +1 -1
  90. package/build/rn/RadioGroup.js +1 -1
  91. package/build/rn/Ribbon.js +1 -1
  92. package/build/rn/Search.js +1 -1
  93. package/build/rn/SearchButton.js +1 -1
  94. package/build/rn/Select.js +1 -1
  95. package/build/rn/Shortcuts.js +33 -0
  96. package/build/rn/ShortcutsItem.js +65 -0
  97. package/build/rn/SideNav.js +1 -1
  98. package/build/rn/SideNavItem.js +1 -1
  99. package/build/rn/SideNavItemsGroup.js +1 -1
  100. package/build/rn/Skeleton.js +1 -1
  101. package/build/rn/SkipLink.js +1 -1
  102. package/build/rn/Spinner.js +1 -1
  103. package/build/rn/SplashButton.js +1 -1
  104. package/build/rn/SplashButtonWithDetails.js +1 -1
  105. package/build/rn/StackView.js +1 -1
  106. package/build/rn/Status.js +1 -1
  107. package/build/rn/StepTracker.js +1 -1
  108. package/build/rn/StoryCard.js +1 -1
  109. package/build/rn/TabBar.js +1 -1
  110. package/build/rn/TabBarItem.js +1 -1
  111. package/build/rn/Table.js +1 -1
  112. package/build/rn/Tabs.js +1 -1
  113. package/build/rn/TabsItem.js +1 -1
  114. package/build/rn/Tags.js +1 -1
  115. package/build/rn/TagsItem.js +1 -1
  116. package/build/rn/TermsAndConditions.js +1 -1
  117. package/build/rn/Testimonial.js +1 -1
  118. package/build/rn/TextArea.js +1 -1
  119. package/build/rn/TextInput.js +1 -1
  120. package/build/rn/Timeline.js +1 -1
  121. package/build/rn/Toast.js +1 -1
  122. package/build/rn/ToggleSwitch.js +1 -1
  123. package/build/rn/ToggleSwitchGroup.js +1 -1
  124. package/build/rn/Tooltip.js +1 -1
  125. package/build/rn/TooltipButton.js +1 -1
  126. package/build/rn/Typography.js +1 -1
  127. package/build/rn/Video.js +1 -1
  128. package/build/rn/VideoButton.js +1 -1
  129. package/build/rn/VideoControlBar.js +1 -1
  130. package/build/rn/VideoMenu.js +1 -1
  131. package/build/rn/VideoMiddleControlButton.js +1 -1
  132. package/build/rn/VideoPicker.js +1 -1
  133. package/build/rn/VideoPickerSlider.js +1 -1
  134. package/build/rn/VideoPickerThumbnail.js +1 -1
  135. package/build/rn/VideoProgressBar.js +1 -1
  136. package/build/rn/VideoVolumeSlider.js +1 -1
  137. package/build/rn/WaffleGrid.js +1 -1
  138. package/build/rn/schema.json +1669 -1109
  139. package/build/rn/spacingScale.js +1 -1
  140. package/build/rn/theme.js +318 -90
  141. package/build/web/ActionCard.js +1 -1
  142. package/build/web/ActivityIndicator.js +1 -1
  143. package/build/web/Autocomplete.js +1 -1
  144. package/build/web/Badge.js +1 -1
  145. package/build/web/BlockQuote.js +1 -1
  146. package/build/web/Box.js +1 -1
  147. package/build/web/Breadcrumbs.js +1 -1
  148. package/build/web/Button.js +1 -1
  149. package/build/web/ButtonDropdown.js +1 -1
  150. package/build/web/ButtonGroup.js +1 -1
  151. package/build/web/ButtonGroupItem.js +1 -1
  152. package/build/web/Callout.js +1 -1
  153. package/build/web/Card.js +9 -1
  154. package/build/web/CardGroup.js +1 -1
  155. package/build/web/Carousel.js +1 -1
  156. package/build/web/CarouselTabsPanelItem.js +1 -1
  157. package/build/web/CarouselThumbnail.js +1 -1
  158. package/build/web/Checkbox.js +1 -1
  159. package/build/web/CheckboxCard.js +5 -1
  160. package/build/web/CheckboxCardGroup.js +1 -1
  161. package/build/web/CheckboxGroup.js +1 -1
  162. package/build/web/ChevronLink.js +1 -1
  163. package/build/web/ColourToggle.js +1 -1
  164. package/build/web/Countdown.js +1 -1
  165. package/build/web/DatePicker.js +1 -1
  166. package/build/web/Disclaimer.js +1 -1
  167. package/build/web/Divider.js +1 -1
  168. package/build/web/DownloadApp.js +1 -1
  169. package/build/web/ExpandCollapse.js +1 -1
  170. package/build/web/ExpandCollapseControl.js +1 -1
  171. package/build/web/ExpandCollapseMini.js +1 -1
  172. package/build/web/ExpandCollapseMiniControl.js +1 -1
  173. package/build/web/ExpandCollapsePanel.js +1 -1
  174. package/build/web/Feedback.js +1 -1
  175. package/build/web/Fieldset.js +1 -1
  176. package/build/web/FileUpload.js +1 -1
  177. package/build/web/Footnote.js +1 -1
  178. package/build/web/FootnoteLink.js +1 -1
  179. package/build/web/HorizontalScrollButton.js +1 -1
  180. package/build/web/Icon.js +1 -1
  181. package/build/web/IconButton.js +158 -80
  182. package/build/web/Image.js +1 -1
  183. package/build/web/InputLabel.js +1 -1
  184. package/build/web/InputSupports.js +1 -1
  185. package/build/web/Link.js +1 -1
  186. package/build/web/List.js +1 -1
  187. package/build/web/Listbox.js +55 -3
  188. package/build/web/Modal.js +1 -1
  189. package/build/web/MultiSelectFilter.js +1 -1
  190. package/build/web/NavigationBar.js +1 -1
  191. package/build/web/Notification.js +1 -1
  192. package/build/web/OrderedList.js +1 -1
  193. package/build/web/Pagination.js +1 -1
  194. package/build/web/PaginationPageButton.js +1 -1
  195. package/build/web/PaginationSideButton.js +1 -1
  196. package/build/web/PreviewCard.js +1 -1
  197. package/build/web/PriceLockup.js +1 -1
  198. package/build/web/ProductCard.js +1 -1
  199. package/build/web/Progress.js +1 -1
  200. package/build/web/ProgressBar.js +1 -1
  201. package/build/web/QuantitySelector.js +1 -1
  202. package/build/web/QuantitySelectorSideButton.js +1 -1
  203. package/build/web/QuickLinks.js +1 -1
  204. package/build/web/QuickLinksButton.js +1 -1
  205. package/build/web/QuickLinksCard.js +1 -1
  206. package/build/web/QuickLinksFeature.js +1 -1
  207. package/build/web/QuickLinksFeatureItem.js +1 -1
  208. package/build/web/QuickLinksList.js +1 -1
  209. package/build/web/Radio.js +1 -1
  210. package/build/web/RadioCard.js +5 -1
  211. package/build/web/RadioCardGroup.js +1 -1
  212. package/build/web/RadioGroup.js +1 -1
  213. package/build/web/Ribbon.js +1 -1
  214. package/build/web/Search.js +1 -1
  215. package/build/web/SearchButton.js +1 -1
  216. package/build/web/Select.js +1 -1
  217. package/build/web/Shortcuts.js +33 -0
  218. package/build/web/ShortcutsItem.js +65 -0
  219. package/build/web/SideNav.js +1 -1
  220. package/build/web/SideNavItem.js +1 -1
  221. package/build/web/SideNavItemsGroup.js +1 -1
  222. package/build/web/Skeleton.js +1 -1
  223. package/build/web/SkipLink.js +1 -1
  224. package/build/web/Spinner.js +1 -1
  225. package/build/web/SplashButton.js +1 -1
  226. package/build/web/SplashButtonWithDetails.js +1 -1
  227. package/build/web/StackView.js +1 -1
  228. package/build/web/Status.js +1 -1
  229. package/build/web/StepTracker.js +1 -1
  230. package/build/web/StoryCard.js +1 -1
  231. package/build/web/TabBar.js +1 -1
  232. package/build/web/TabBarItem.js +1 -1
  233. package/build/web/Table.js +1 -1
  234. package/build/web/Tabs.js +1 -1
  235. package/build/web/TabsItem.js +1 -1
  236. package/build/web/Tags.js +1 -1
  237. package/build/web/TagsItem.js +1 -1
  238. package/build/web/TermsAndConditions.js +1 -1
  239. package/build/web/Testimonial.js +1 -1
  240. package/build/web/TextArea.js +1 -1
  241. package/build/web/TextInput.js +1 -1
  242. package/build/web/Timeline.js +1 -1
  243. package/build/web/Toast.js +1 -1
  244. package/build/web/ToggleSwitch.js +1 -1
  245. package/build/web/ToggleSwitchGroup.js +1 -1
  246. package/build/web/Tooltip.js +1 -1
  247. package/build/web/TooltipButton.js +1 -1
  248. package/build/web/Typography.js +1 -1
  249. package/build/web/Video.js +1 -1
  250. package/build/web/VideoButton.js +1 -1
  251. package/build/web/VideoControlBar.js +1 -1
  252. package/build/web/VideoMenu.js +1 -1
  253. package/build/web/VideoMiddleControlButton.js +1 -1
  254. package/build/web/VideoPicker.js +1 -1
  255. package/build/web/VideoPickerSlider.js +1 -1
  256. package/build/web/VideoPickerThumbnail.js +1 -1
  257. package/build/web/VideoProgressBar.js +1 -1
  258. package/build/web/VideoVolumeSlider.js +1 -1
  259. package/build/web/WaffleGrid.js +1 -1
  260. package/build/web/index.js +3 -1
  261. package/build/web/schema.json +1669 -1109
  262. package/build/web/spacingScale.js +1 -1
  263. package/build/web/theme.js +318 -90
  264. package/package.json +5 -5
  265. package/theme.json +343 -91
@@ -3445,6 +3445,10 @@
3445
3445
  }
3446
3446
  },
3447
3447
  "inputWidth": 32,
3448
+ "marginBottom": 0,
3449
+ "marginLeft": 0,
3450
+ "marginRight": 0,
3451
+ "marginTop": 0,
3448
3452
  "maxHeight": "100%",
3449
3453
  "minWidth": null,
3450
3454
  "overflowY": "visible",
@@ -4184,6 +4188,10 @@
4184
4188
  "fontWeight": 500,
4185
4189
  "letterSpacing": 0,
4186
4190
  "lineHeight": 1.4,
4191
+ "marginBottom": 0,
4192
+ "marginLeft": 0,
4193
+ "marginRight": 0,
4194
+ "marginTop": 0,
4187
4195
  "minWidth": 264,
4188
4196
  "outerBorderColor": {
4189
4197
  "red": 0,
@@ -7043,7 +7051,8 @@
7043
7051
  "subtract",
7044
7052
  "menu",
7045
7053
  "cart",
7046
- "profile"
7054
+ "profile",
7055
+ "visibility"
7047
7056
  ]
7048
7057
  },
7049
7058
  "compact": {
@@ -7051,6 +7060,11 @@
7051
7060
  "type": "variant",
7052
7061
  "values": [true]
7053
7062
  },
7063
+ "contained": {
7064
+ "description": "For use in more prominent situations",
7065
+ "type": "variant",
7066
+ "values": [true]
7067
+ },
7054
7068
  "inactive": {
7055
7069
  "description": "Prevents an interactive component from being interacted with and applies accessibility attributes to indicate to the user that this component cannot be used.",
7056
7070
  "values": [true],
@@ -7076,9 +7090,19 @@
7076
7090
  "type": "variant",
7077
7091
  "values": [true]
7078
7092
  },
7093
+ "selected": {
7094
+ "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`.",
7095
+ "values": [true],
7096
+ "type": "state"
7097
+ },
7079
7098
  "size": {
7080
7099
  "type": "variant",
7081
7100
  "values": ["small", "large"]
7101
+ },
7102
+ "subtle": {
7103
+ "description": "For use in less prominent situations",
7104
+ "type": "variant",
7105
+ "values": [true]
7082
7106
  }
7083
7107
  },
7084
7108
  "rules": [
@@ -7250,6 +7274,60 @@
7250
7274
  "icon": "PaletteIconPlayVideo"
7251
7275
  }
7252
7276
  },
7277
+ {
7278
+ "if": {
7279
+ "action": "visibility"
7280
+ },
7281
+ "tokens": {
7282
+ "icon": "PaletteIconInvisible"
7283
+ }
7284
+ },
7285
+ {
7286
+ "if": {
7287
+ "subtle": true
7288
+ },
7289
+ "tokens": {
7290
+ "borderColor": {
7291
+ "red": 0,
7292
+ "green": 0,
7293
+ "blue": 0,
7294
+ "alpha": 0
7295
+ }
7296
+ }
7297
+ },
7298
+ {
7299
+ "if": {
7300
+ "raised": true
7301
+ },
7302
+ "tokens": {
7303
+ "backgroundColor": {
7304
+ "red": 1,
7305
+ "green": 1,
7306
+ "blue": 1,
7307
+ "alpha": 1
7308
+ },
7309
+ "borderColor": {
7310
+ "red": 0.69804,
7311
+ "green": 0.72549,
7312
+ "blue": 0.74902,
7313
+ "alpha": 1
7314
+ },
7315
+ "padding": 8,
7316
+ "shadow": {
7317
+ "inset": false,
7318
+ "offsetX": 0,
7319
+ "offsetY": 2,
7320
+ "blur": 2,
7321
+ "spread": 0,
7322
+ "color": {
7323
+ "red": 0,
7324
+ "green": 0,
7325
+ "blue": 0,
7326
+ "alpha": 0.2
7327
+ }
7328
+ }
7329
+ }
7330
+ },
7253
7331
  {
7254
7332
  "if": {
7255
7333
  "inverse": true
@@ -7271,7 +7349,8 @@
7271
7349
  },
7272
7350
  {
7273
7351
  "if": {
7274
- "password": true
7352
+ "inverse": true,
7353
+ "subtle": true
7275
7354
  },
7276
7355
  "tokens": {
7277
7356
  "borderColor": {
@@ -7279,6 +7358,12 @@
7279
7358
  "green": 0,
7280
7359
  "blue": 0,
7281
7360
  "alpha": 0
7361
+ },
7362
+ "iconColor": {
7363
+ "red": 1,
7364
+ "green": 1,
7365
+ "blue": 1,
7366
+ "alpha": 1
7282
7367
  }
7283
7368
  }
7284
7369
  },
@@ -7293,175 +7378,269 @@
7293
7378
  "blue": 0.45098,
7294
7379
  "alpha": 1
7295
7380
  },
7296
- "borderColor": {
7381
+ "borderWidth": null,
7382
+ "iconColor": {
7297
7383
  "red": 1,
7298
7384
  "green": 1,
7299
7385
  "blue": 1,
7300
7386
  "alpha": 1
7387
+ }
7388
+ }
7389
+ },
7390
+ {
7391
+ "if": {
7392
+ "selected": true
7393
+ },
7394
+ "tokens": {
7395
+ "backgroundColor": {
7396
+ "red": 0.29412,
7397
+ "green": 0.15686,
7398
+ "blue": 0.42745,
7399
+ "alpha": 1
7301
7400
  },
7401
+ "borderWidth": null,
7302
7402
  "iconColor": {
7303
7403
  "red": 1,
7304
7404
  "green": 1,
7305
7405
  "blue": 1,
7306
7406
  "alpha": 1
7307
- },
7308
- "outerBorderGap": 4
7407
+ }
7309
7408
  }
7310
7409
  },
7311
7410
  {
7312
7411
  "if": {
7313
- "password": true,
7412
+ "inverse": true,
7314
7413
  "pressed": true
7315
7414
  },
7316
7415
  "tokens": {
7317
7416
  "backgroundColor": {
7318
- "red": 0.24706,
7319
- "green": 0.16471,
7320
- "blue": 0.32941,
7321
- "alpha": 1
7417
+ "red": 1,
7418
+ "green": 1,
7419
+ "blue": 1,
7420
+ "alpha": 0.4
7322
7421
  },
7323
7422
  "borderColor": {
7324
- "red": 0.24706,
7325
- "green": 0.16471,
7326
- "blue": 0.32941,
7423
+ "red": 1,
7424
+ "green": 1,
7425
+ "blue": 1,
7327
7426
  "alpha": 1
7328
7427
  },
7428
+ "borderWidth": 1,
7329
7429
  "iconColor": {
7330
7430
  "red": 1,
7331
7431
  "green": 1,
7332
7432
  "blue": 1,
7333
7433
  "alpha": 1
7334
- },
7335
- "outerBorderGap": 0
7434
+ }
7336
7435
  }
7337
7436
  },
7338
7437
  {
7339
7438
  "if": {
7340
7439
  "inverse": true,
7341
- "pressed": true
7440
+ "selected": true
7342
7441
  },
7343
7442
  "tokens": {
7344
7443
  "backgroundColor": {
7345
7444
  "red": 1,
7346
7445
  "green": 1,
7347
7446
  "blue": 1,
7348
- "alpha": 0.4
7447
+ "alpha": 1
7349
7448
  },
7350
- "borderColor": {
7449
+ "borderWidth": null,
7450
+ "iconColor": {
7451
+ "red": 0.29412,
7452
+ "green": 0.15686,
7453
+ "blue": 0.42745,
7454
+ "alpha": 1
7455
+ }
7456
+ }
7457
+ },
7458
+ {
7459
+ "if": {
7460
+ "pressed": true,
7461
+ "subtle": true
7462
+ },
7463
+ "tokens": {
7464
+ "backgroundColor": {
7465
+ "red": 0.40392,
7466
+ "green": 0.43137,
7467
+ "blue": 0.45098,
7468
+ "alpha": 1
7469
+ },
7470
+ "borderWidth": null,
7471
+ "iconColor": {
7351
7472
  "red": 1,
7352
7473
  "green": 1,
7353
7474
  "blue": 1,
7354
7475
  "alpha": 1
7476
+ }
7477
+ }
7478
+ },
7479
+ {
7480
+ "if": {
7481
+ "selected": true,
7482
+ "subtle": true
7483
+ },
7484
+ "tokens": {
7485
+ "backgroundColor": {
7486
+ "red": 0.29412,
7487
+ "green": 0.15686,
7488
+ "blue": 0.42745,
7489
+ "alpha": 1
7355
7490
  },
7491
+ "borderWidth": null,
7356
7492
  "iconColor": {
7357
7493
  "red": 1,
7358
7494
  "green": 1,
7359
7495
  "blue": 1,
7360
7496
  "alpha": 1
7361
- },
7362
- "outerBorderWidth": 0
7497
+ }
7363
7498
  }
7364
7499
  },
7365
7500
  {
7366
7501
  "if": {
7367
- "size": "large"
7502
+ "inverse": true,
7503
+ "pressed": true,
7504
+ "subtle": true
7368
7505
  },
7369
7506
  "tokens": {
7370
- "iconSize": 24,
7371
- "padding": 12
7507
+ "backgroundColor": {
7508
+ "red": 1,
7509
+ "green": 1,
7510
+ "blue": 1,
7511
+ "alpha": 0.4
7512
+ },
7513
+ "borderWidth": null,
7514
+ "iconColor": {
7515
+ "red": 1,
7516
+ "green": 1,
7517
+ "blue": 1,
7518
+ "alpha": 1
7519
+ }
7372
7520
  }
7373
7521
  },
7374
7522
  {
7375
7523
  "if": {
7376
- "size": "small"
7524
+ "inverse": true,
7525
+ "selected": true,
7526
+ "subtle": true
7377
7527
  },
7378
7528
  "tokens": {
7379
- "iconSize": 16,
7380
- "padding": 4
7529
+ "backgroundColor": {
7530
+ "red": 1,
7531
+ "green": 1,
7532
+ "blue": 1,
7533
+ "alpha": 1
7534
+ },
7535
+ "borderWidth": null,
7536
+ "iconColor": {
7537
+ "red": 0.2549,
7538
+ "green": 0.27059,
7539
+ "blue": 0.27843,
7540
+ "alpha": 1
7541
+ }
7381
7542
  }
7382
7543
  },
7383
7544
  {
7384
- "description": "Raised IconButtons follow different design patterns to other variants",
7385
7545
  "if": {
7546
+ "pressed": true,
7386
7547
  "raised": true
7387
7548
  },
7388
7549
  "tokens": {
7389
7550
  "backgroundColor": {
7551
+ "red": 0.40392,
7552
+ "green": 0.43137,
7553
+ "blue": 0.45098,
7554
+ "alpha": 1
7555
+ },
7556
+ "borderWidth": null,
7557
+ "iconColor": {
7390
7558
  "red": 1,
7391
7559
  "green": 1,
7392
7560
  "blue": 1,
7393
7561
  "alpha": 1
7394
- },
7395
- "borderColor": {
7396
- "red": 0.69804,
7397
- "green": 0.72549,
7398
- "blue": 0.74902,
7399
- "alpha": 1
7400
- },
7401
- "borderWidth": 1,
7402
- "iconSize": 16,
7403
- "outerBorderColor": {
7404
- "red": 0,
7405
- "green": 0,
7406
- "blue": 0,
7407
- "alpha": 0
7408
- },
7409
- "outerBorderGap": 0,
7410
- "outerBorderWidth": 0,
7411
- "padding": 8,
7412
- "shadow": {
7413
- "inset": false,
7414
- "offsetX": 0,
7415
- "offsetY": 2,
7416
- "blur": 2,
7417
- "spread": 0,
7418
- "color": {
7419
- "red": 0,
7420
- "green": 0,
7421
- "blue": 0,
7422
- "alpha": 0.2
7423
- }
7424
7562
  }
7425
7563
  }
7426
7564
  },
7427
7565
  {
7428
7566
  "if": {
7429
7567
  "raised": true,
7430
- "size": "large"
7568
+ "selected": true
7431
7569
  },
7432
7570
  "tokens": {
7433
- "iconSize": 24,
7434
- "padding": 12
7571
+ "backgroundColor": {
7572
+ "red": 0.29412,
7573
+ "green": 0.15686,
7574
+ "blue": 0.42745,
7575
+ "alpha": 1
7576
+ },
7577
+ "borderWidth": null,
7578
+ "iconColor": {
7579
+ "red": 1,
7580
+ "green": 1,
7581
+ "blue": 1,
7582
+ "alpha": 1
7583
+ }
7435
7584
  }
7436
7585
  },
7437
7586
  {
7438
7587
  "if": {
7439
- "raised": true,
7440
- "size": "small"
7588
+ "inactive": true
7441
7589
  },
7442
7590
  "tokens": {
7443
- "padding": 8
7591
+ "backgroundColor": {
7592
+ "red": 0.8902,
7593
+ "green": 0.90196,
7594
+ "blue": 0.9098,
7595
+ "alpha": 1
7596
+ },
7597
+ "borderWidth": 0,
7598
+ "iconColor": {
7599
+ "red": 0.69804,
7600
+ "green": 0.72549,
7601
+ "blue": 0.74902,
7602
+ "alpha": 1
7603
+ },
7604
+ "outerBorderColor": {
7605
+ "red": 0,
7606
+ "green": 0,
7607
+ "blue": 0,
7608
+ "alpha": 0
7609
+ }
7444
7610
  }
7445
7611
  },
7446
7612
  {
7447
7613
  "if": {
7448
- "pressed": true,
7449
- "raised": true
7614
+ "inactive": true,
7615
+ "inverse": true
7450
7616
  },
7451
7617
  "tokens": {
7452
7618
  "backgroundColor": {
7453
- "red": 0.40392,
7454
- "green": 0.43137,
7455
- "blue": 0.45098,
7619
+ "red": 1,
7620
+ "green": 1,
7621
+ "blue": 1,
7622
+ "alpha": 0.2
7623
+ },
7624
+ "borderWidth": 0,
7625
+ "iconColor": {
7626
+ "red": 0.69804,
7627
+ "green": 0.72549,
7628
+ "blue": 0.74902,
7456
7629
  "alpha": 1
7457
7630
  },
7458
- "borderWidth": 0
7631
+ "outerBorderColor": {
7632
+ "red": 0,
7633
+ "green": 0,
7634
+ "blue": 0,
7635
+ "alpha": 0
7636
+ }
7459
7637
  }
7460
7638
  },
7461
7639
  {
7462
7640
  "if": {
7463
7641
  "inactive": true,
7464
- "password": true
7642
+ "inverse": true,
7643
+ "subtle": true
7465
7644
  },
7466
7645
  "tokens": {
7467
7646
  "backgroundColor": {
@@ -7472,9 +7651,9 @@
7472
7651
  },
7473
7652
  "borderWidth": 0,
7474
7653
  "iconColor": {
7475
- "red": 0.8902,
7476
- "green": 0.90196,
7477
- "blue": 0.9098,
7654
+ "red": 0.69804,
7655
+ "green": 0.72549,
7656
+ "blue": 0.74902,
7478
7657
  "alpha": 1
7479
7658
  },
7480
7659
  "outerBorderColor": {
@@ -7487,10 +7666,11 @@
7487
7666
  },
7488
7667
  {
7489
7668
  "if": {
7490
- "compact": true
7669
+ "size": "large"
7491
7670
  },
7492
7671
  "tokens": {
7493
- "outerBorderGap": 0
7672
+ "iconSize": 24,
7673
+ "padding": 10
7494
7674
  }
7495
7675
  }
7496
7676
  ],
@@ -8221,6 +8401,10 @@
8221
8401
  "values": [true, false],
8222
8402
  "type": "state"
8223
8403
  },
8404
+ "secondLevel": {
8405
+ "type": "variant",
8406
+ "values": [true]
8407
+ },
8224
8408
  "style": {
8225
8409
  "type": "variant",
8226
8410
  "values": ["default", "lightest", "light"]
@@ -8439,9 +8623,82 @@
8439
8623
  "itemFontName": "HNforTELUSSA",
8440
8624
  "itemFontWeight": 700
8441
8625
  }
8626
+ },
8627
+ {
8628
+ "if": {
8629
+ "secondLevel": true
8630
+ },
8631
+ "tokens": {
8632
+ "groupBorderBottomColor": {
8633
+ "red": 0,
8634
+ "green": 0,
8635
+ "blue": 0,
8636
+ "alpha": 0
8637
+ },
8638
+ "groupBorderBottomWidth": 0,
8639
+ "groupBorderLeftColor": {
8640
+ "red": 0,
8641
+ "green": 0,
8642
+ "blue": 0,
8643
+ "alpha": 0
8644
+ },
8645
+ "groupBorderLeftWidth": 0,
8646
+ "groupBorderRightColor": {
8647
+ "red": 0,
8648
+ "green": 0,
8649
+ "blue": 0,
8650
+ "alpha": 0
8651
+ },
8652
+ "groupBorderRightWidth": 0,
8653
+ "groupBorderTopColor": {
8654
+ "red": 0,
8655
+ "green": 0,
8656
+ "blue": 0,
8657
+ "alpha": 0
8658
+ },
8659
+ "groupBorderTopWidth": 0,
8660
+ "itemBorderBottomColor": {
8661
+ "red": 0,
8662
+ "green": 0,
8663
+ "blue": 0,
8664
+ "alpha": 0
8665
+ },
8666
+ "itemBorderBottomWidth": 0,
8667
+ "itemBorderLeftColor": {
8668
+ "red": 0,
8669
+ "green": 0,
8670
+ "blue": 0,
8671
+ "alpha": 0
8672
+ },
8673
+ "itemBorderLeftWidth": 0,
8674
+ "itemBorderRightColor": {
8675
+ "red": 0,
8676
+ "green": 0,
8677
+ "blue": 0,
8678
+ "alpha": 0
8679
+ },
8680
+ "itemBorderRightWidth": 0,
8681
+ "itemBorderTopColor": {
8682
+ "red": 0,
8683
+ "green": 0,
8684
+ "blue": 0,
8685
+ "alpha": 0
8686
+ },
8687
+ "itemBorderTopWidth": 0
8688
+ }
8689
+ },
8690
+ {
8691
+ "if": {
8692
+ "secondLevel": true
8693
+ },
8694
+ "tokens": {
8695
+ "groupIcon": "PaletteIconChevronRight",
8696
+ "secondLevelParentIcon": "PaletteIconChevronRight"
8697
+ }
8442
8698
  }
8443
8699
  ],
8444
8700
  "tokens": {
8701
+ "borderRadius": 6,
8445
8702
  "containerBackgroundColor": {
8446
8703
  "red": 0,
8447
8704
  "green": 0,
@@ -8493,7 +8750,7 @@
8493
8750
  "groupFontSize": 14,
8494
8751
  "groupFontWeight": 400,
8495
8752
  "groupHeight": 40,
8496
- "groupIcon": "PaletteIconChevronDown",
8753
+ "groupIcon": "PaletteIconCaretDown",
8497
8754
  "groupPaddingBottom": 12,
8498
8755
  "groupPaddingLeft": 16,
8499
8756
  "groupPaddingRight": 16,
@@ -8554,6 +8811,45 @@
8554
8811
  "lineHeight": 1.14285714286,
8555
8812
  "minHeight": "100%",
8556
8813
  "minWidth": "100%",
8814
+ "secondLevelBackIcon": "PaletteIconChevronLeft",
8815
+ "secondLevelBackIconColor": {
8816
+ "red": 0.2549,
8817
+ "green": 0.27059,
8818
+ "blue": 0.27843,
8819
+ "alpha": 1
8820
+ },
8821
+ "secondLevelBackIconSize": 16,
8822
+ "secondLevelBackLinkColor": {
8823
+ "red": 0.2549,
8824
+ "green": 0.27059,
8825
+ "blue": 0.27843,
8826
+ "alpha": 1
8827
+ },
8828
+ "secondLevelBackLinkFontName": "HNforTELUSSA",
8829
+ "secondLevelBackLinkFontSize": 14,
8830
+ "secondLevelBackLinkFontWeight": 400,
8831
+ "secondLevelCloseButtonBorderWidth": 1,
8832
+ "secondLevelCloseButtonPadding": 8,
8833
+ "secondLevelCloseIcon": "PaletteIconClose",
8834
+ "secondLevelCloseIconSize": 16,
8835
+ "secondLevelDividerColor": {
8836
+ "red": 0,
8837
+ "green": 0,
8838
+ "blue": 0,
8839
+ "alpha": 0.2
8840
+ },
8841
+ "secondLevelDividerWidth": 1,
8842
+ "secondLevelHeaderBackgroundColor": {
8843
+ "red": 1,
8844
+ "green": 1,
8845
+ "blue": 1,
8846
+ "alpha": 1
8847
+ },
8848
+ "secondLevelHeaderPaddingBottom": 12,
8849
+ "secondLevelHeaderPaddingLeft": 16,
8850
+ "secondLevelHeaderPaddingRight": 16,
8851
+ "secondLevelHeaderPaddingTop": 8,
8852
+ "secondLevelParentIcon": "PaletteIconChevronRight",
8557
8853
  "shadow": {
8558
8854
  "inset": false,
8559
8855
  "offsetX": 0,
@@ -11371,6 +11667,10 @@
11371
11667
  "fontWeight": 500,
11372
11668
  "letterSpacing": 0,
11373
11669
  "lineHeight": 1.4,
11670
+ "marginBottom": 0,
11671
+ "marginLeft": 0,
11672
+ "marginRight": 0,
11673
+ "marginTop": 0,
11374
11674
  "minWidth": 264,
11375
11675
  "outerBorderColor": {
11376
11676
  "red": 0,
@@ -12105,6 +12405,127 @@
12105
12405
  "validationIconSize": 20
12106
12406
  }
12107
12407
  },
12408
+ "Shortcuts": {
12409
+ "appearances": {
12410
+ "viewport": {
12411
+ "description": "The size label for the current screen viewport based on the current screen width",
12412
+ "values": ["xs", "sm", "md", "lg", "xl"],
12413
+ "type": "state"
12414
+ }
12415
+ },
12416
+ "rules": [
12417
+ {
12418
+ "if": {
12419
+ "viewport": "md"
12420
+ },
12421
+ "tokens": {
12422
+ "mainContainerGap": 16
12423
+ }
12424
+ },
12425
+ {
12426
+ "if": {
12427
+ "viewport": "lg"
12428
+ },
12429
+ "tokens": {
12430
+ "mainContainerGap": 16
12431
+ }
12432
+ },
12433
+ {
12434
+ "if": {
12435
+ "viewport": "xl"
12436
+ },
12437
+ "tokens": {
12438
+ "mainContainerGap": 16
12439
+ }
12440
+ }
12441
+ ],
12442
+ "tokens": {
12443
+ "mainContainerBottomPadding": 0,
12444
+ "mainContainerGap": 8,
12445
+ "mainContainerLeftPadding": 16,
12446
+ "mainContainerRightPadding": 16,
12447
+ "mainContainerTopPadding": 0,
12448
+ "nextIcon": "PaletteIconArrowRight",
12449
+ "previousIcon": "PaletteIconArrowLeft"
12450
+ }
12451
+ },
12452
+ "ShortcutsItem": {
12453
+ "appearances": {
12454
+ "pressed": {
12455
+ "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.",
12456
+ "values": [true, false],
12457
+ "type": "state"
12458
+ }
12459
+ },
12460
+ "rules": [
12461
+ {
12462
+ "if": {
12463
+ "pressed": true
12464
+ },
12465
+ "tokens": {
12466
+ "iconColor": {
12467
+ "red": 0.69804,
12468
+ "green": 0.72549,
12469
+ "blue": 0.74902,
12470
+ "alpha": 1
12471
+ },
12472
+ "labelFontColor": {
12473
+ "red": 0.69804,
12474
+ "green": 0.72549,
12475
+ "blue": 0.74902,
12476
+ "alpha": 1
12477
+ }
12478
+ }
12479
+ }
12480
+ ],
12481
+ "tokens": {
12482
+ "borderColor": {
12483
+ "red": 0,
12484
+ "green": 0,
12485
+ "blue": 0,
12486
+ "alpha": 0
12487
+ },
12488
+ "borderRadius": 4,
12489
+ "borderWidth": 1,
12490
+ "iconBackgroundColor": {
12491
+ "red": 0.95686,
12492
+ "green": 0.95686,
12493
+ "blue": 0.96863,
12494
+ "alpha": 1
12495
+ },
12496
+ "iconColor": {
12497
+ "red": 0.2549,
12498
+ "green": 0.27059,
12499
+ "blue": 0.27843,
12500
+ "alpha": 1
12501
+ },
12502
+ "iconContainerPaddingBottom": 8,
12503
+ "iconContainerPaddingLeft": 8,
12504
+ "iconContainerPaddingRight": 8,
12505
+ "iconContainerPaddingTop": 8,
12506
+ "iconSize": 24,
12507
+ "iconWidth": 16,
12508
+ "imageHeight": 56,
12509
+ "imageWidth": 56,
12510
+ "labelContainerPaddingBottom": 0,
12511
+ "labelContainerPaddingLeft": 8,
12512
+ "labelContainerPaddingRight": 8,
12513
+ "labelContainerPaddingTop": 0,
12514
+ "labelFontColor": {
12515
+ "red": 0.17255,
12516
+ "green": 0.18039,
12517
+ "blue": 0.18824,
12518
+ "alpha": 1
12519
+ },
12520
+ "labelFontName": "HNforTELUSSA",
12521
+ "labelFontSize": 14,
12522
+ "labelFontWeight": 400,
12523
+ "labelLineHeight": 1.42857142857,
12524
+ "labelTextAlign": "center",
12525
+ "labelUnderline": "none",
12526
+ "width": 72
12527
+ }
12528
+ },
12108
12529
  "SideNav": {
12109
12530
  "appearances": {},
12110
12531
  "rules": [],
@@ -16720,7 +17141,7 @@
16720
17141
  }
16721
17142
  },
16722
17143
  "metadata": {
16723
- "themeTokensVersion": "4.16.0",
17144
+ "themeTokensVersion": "4.18.0",
16724
17145
  "name": "theme-allium"
16725
17146
  }
16726
17147
  }