@telus-uds/theme-allium 7.17.2 → 7.19.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 (269) hide show
  1. package/build/android/ButtonGroupItem.json +55 -41
  2. package/build/android/Card.json +4 -0
  3. package/build/android/CheckboxCard.json +4 -0
  4. package/build/android/IconButton.json +28 -1
  5. package/build/android/Listbox.json +290 -42
  6. package/build/android/RadioCard.json +4 -0
  7. package/build/android/Shortcuts.json +44 -0
  8. package/build/android/ShortcutsItem.json +77 -0
  9. package/build/android/Table.json +4 -0
  10. package/build/android/schema.json +1845 -1189
  11. package/build/android/theme.json +511 -85
  12. package/build/ios/ButtonGroupItem.json +55 -41
  13. package/build/ios/Card.json +4 -0
  14. package/build/ios/CheckboxCard.json +4 -0
  15. package/build/ios/IconButton.json +28 -1
  16. package/build/ios/Listbox.json +290 -42
  17. package/build/ios/RadioCard.json +4 -0
  18. package/build/ios/Shortcuts.json +44 -0
  19. package/build/ios/ShortcutsItem.json +77 -0
  20. package/build/ios/Table.json +4 -0
  21. package/build/ios/schema.json +1845 -1189
  22. package/build/ios/theme.json +511 -85
  23. package/build/rn/ActionCard.js +1 -1
  24. package/build/rn/ActivityIndicator.js +1 -1
  25. package/build/rn/Autocomplete.js +1 -1
  26. package/build/rn/Badge.js +1 -1
  27. package/build/rn/BlockQuote.js +1 -1
  28. package/build/rn/Box.js +1 -1
  29. package/build/rn/Breadcrumbs.js +1 -1
  30. package/build/rn/Button.js +1 -1
  31. package/build/rn/ButtonDropdown.js +1 -1
  32. package/build/rn/ButtonGroup.js +1 -1
  33. package/build/rn/ButtonGroupItem.js +43 -13
  34. package/build/rn/Callout.js +1 -1
  35. package/build/rn/Card.js +9 -1
  36. package/build/rn/CardGroup.js +1 -1
  37. package/build/rn/Carousel.js +1 -1
  38. package/build/rn/CarouselTabsPanelItem.js +1 -1
  39. package/build/rn/CarouselThumbnail.js +1 -1
  40. package/build/rn/Checkbox.js +1 -1
  41. package/build/rn/CheckboxCard.js +5 -1
  42. package/build/rn/CheckboxCardGroup.js +1 -1
  43. package/build/rn/CheckboxGroup.js +1 -1
  44. package/build/rn/ChevronLink.js +1 -1
  45. package/build/rn/ColourToggle.js +1 -1
  46. package/build/rn/Countdown.js +1 -1
  47. package/build/rn/DatePicker.js +1 -1
  48. package/build/rn/Disclaimer.js +1 -1
  49. package/build/rn/Divider.js +1 -1
  50. package/build/rn/DownloadApp.js +1 -1
  51. package/build/rn/ExpandCollapse.js +1 -1
  52. package/build/rn/ExpandCollapseControl.js +1 -1
  53. package/build/rn/ExpandCollapseMini.js +1 -1
  54. package/build/rn/ExpandCollapseMiniControl.js +1 -1
  55. package/build/rn/ExpandCollapsePanel.js +1 -1
  56. package/build/rn/Feedback.js +1 -1
  57. package/build/rn/Fieldset.js +1 -1
  58. package/build/rn/FileUpload.js +1 -1
  59. package/build/rn/Footnote.js +1 -1
  60. package/build/rn/FootnoteLink.js +1 -1
  61. package/build/rn/HorizontalScrollButton.js +1 -1
  62. package/build/rn/Icon.js +1 -1
  63. package/build/rn/IconButton.js +18 -2
  64. package/build/rn/Image.js +1 -1
  65. package/build/rn/InputLabel.js +1 -1
  66. package/build/rn/InputSupports.js +1 -1
  67. package/build/rn/Link.js +1 -1
  68. package/build/rn/List.js +1 -1
  69. package/build/rn/Listbox.js +197 -46
  70. package/build/rn/Modal.js +1 -1
  71. package/build/rn/MultiSelectFilter.js +1 -1
  72. package/build/rn/NavigationBar.js +1 -1
  73. package/build/rn/Notification.js +1 -1
  74. package/build/rn/OrderedList.js +1 -1
  75. package/build/rn/Pagination.js +1 -1
  76. package/build/rn/PaginationPageButton.js +1 -1
  77. package/build/rn/PaginationSideButton.js +1 -1
  78. package/build/rn/PreviewCard.js +1 -1
  79. package/build/rn/PriceLockup.js +1 -1
  80. package/build/rn/ProductCard.js +1 -1
  81. package/build/rn/Progress.js +1 -1
  82. package/build/rn/ProgressBar.js +1 -1
  83. package/build/rn/QuantitySelector.js +1 -1
  84. package/build/rn/QuantitySelectorSideButton.js +1 -1
  85. package/build/rn/QuickLinks.js +1 -1
  86. package/build/rn/QuickLinksButton.js +1 -1
  87. package/build/rn/QuickLinksCard.js +1 -1
  88. package/build/rn/QuickLinksFeature.js +1 -1
  89. package/build/rn/QuickLinksFeatureItem.js +1 -1
  90. package/build/rn/QuickLinksList.js +1 -1
  91. package/build/rn/Radio.js +1 -1
  92. package/build/rn/RadioCard.js +5 -1
  93. package/build/rn/RadioCardGroup.js +1 -1
  94. package/build/rn/RadioGroup.js +1 -1
  95. package/build/rn/Ribbon.js +1 -1
  96. package/build/rn/Search.js +1 -1
  97. package/build/rn/SearchButton.js +1 -1
  98. package/build/rn/Select.js +1 -1
  99. package/build/rn/Shortcuts.js +33 -0
  100. package/build/rn/ShortcutsItem.js +65 -0
  101. package/build/rn/SideNav.js +1 -1
  102. package/build/rn/SideNavItem.js +1 -1
  103. package/build/rn/SideNavItemsGroup.js +1 -1
  104. package/build/rn/Skeleton.js +1 -1
  105. package/build/rn/SkipLink.js +1 -1
  106. package/build/rn/Spinner.js +1 -1
  107. package/build/rn/SplashButton.js +1 -1
  108. package/build/rn/SplashButtonWithDetails.js +1 -1
  109. package/build/rn/StackView.js +1 -1
  110. package/build/rn/Status.js +1 -1
  111. package/build/rn/StepTracker.js +1 -1
  112. package/build/rn/StoryCard.js +1 -1
  113. package/build/rn/TabBar.js +1 -1
  114. package/build/rn/TabBarItem.js +1 -1
  115. package/build/rn/Table.js +5 -1
  116. package/build/rn/Tabs.js +1 -1
  117. package/build/rn/TabsItem.js +1 -1
  118. package/build/rn/Tags.js +1 -1
  119. package/build/rn/TagsItem.js +1 -1
  120. package/build/rn/TermsAndConditions.js +1 -1
  121. package/build/rn/Testimonial.js +1 -1
  122. package/build/rn/TextArea.js +1 -1
  123. package/build/rn/TextInput.js +1 -1
  124. package/build/rn/Timeline.js +1 -1
  125. package/build/rn/Toast.js +1 -1
  126. package/build/rn/ToggleSwitch.js +1 -1
  127. package/build/rn/ToggleSwitchGroup.js +1 -1
  128. package/build/rn/Tooltip.js +1 -1
  129. package/build/rn/TooltipButton.js +1 -1
  130. package/build/rn/Typography.js +1 -1
  131. package/build/rn/Video.js +1 -1
  132. package/build/rn/VideoButton.js +1 -1
  133. package/build/rn/VideoControlBar.js +1 -1
  134. package/build/rn/VideoMenu.js +1 -1
  135. package/build/rn/VideoMiddleControlButton.js +1 -1
  136. package/build/rn/VideoPicker.js +1 -1
  137. package/build/rn/VideoPickerSlider.js +1 -1
  138. package/build/rn/VideoPickerThumbnail.js +1 -1
  139. package/build/rn/VideoProgressBar.js +1 -1
  140. package/build/rn/VideoVolumeSlider.js +1 -1
  141. package/build/rn/WaffleGrid.js +1 -1
  142. package/build/rn/schema.json +1845 -1189
  143. package/build/rn/spacingScale.js +1 -1
  144. package/build/rn/theme.js +361 -59
  145. package/build/web/ActionCard.js +1 -1
  146. package/build/web/ActivityIndicator.js +1 -1
  147. package/build/web/Autocomplete.js +1 -1
  148. package/build/web/Badge.js +1 -1
  149. package/build/web/BlockQuote.js +1 -1
  150. package/build/web/Box.js +1 -1
  151. package/build/web/Breadcrumbs.js +1 -1
  152. package/build/web/Button.js +1 -1
  153. package/build/web/ButtonDropdown.js +1 -1
  154. package/build/web/ButtonGroup.js +1 -1
  155. package/build/web/ButtonGroupItem.js +43 -13
  156. package/build/web/Callout.js +1 -1
  157. package/build/web/Card.js +9 -1
  158. package/build/web/CardGroup.js +1 -1
  159. package/build/web/Carousel.js +1 -1
  160. package/build/web/CarouselTabsPanelItem.js +1 -1
  161. package/build/web/CarouselThumbnail.js +1 -1
  162. package/build/web/Checkbox.js +1 -1
  163. package/build/web/CheckboxCard.js +5 -1
  164. package/build/web/CheckboxCardGroup.js +1 -1
  165. package/build/web/CheckboxGroup.js +1 -1
  166. package/build/web/ChevronLink.js +1 -1
  167. package/build/web/ColourToggle.js +1 -1
  168. package/build/web/Countdown.js +1 -1
  169. package/build/web/DatePicker.js +1 -1
  170. package/build/web/Disclaimer.js +1 -1
  171. package/build/web/Divider.js +1 -1
  172. package/build/web/DownloadApp.js +1 -1
  173. package/build/web/ExpandCollapse.js +1 -1
  174. package/build/web/ExpandCollapseControl.js +1 -1
  175. package/build/web/ExpandCollapseMini.js +1 -1
  176. package/build/web/ExpandCollapseMiniControl.js +1 -1
  177. package/build/web/ExpandCollapsePanel.js +1 -1
  178. package/build/web/Feedback.js +1 -1
  179. package/build/web/Fieldset.js +1 -1
  180. package/build/web/FileUpload.js +1 -1
  181. package/build/web/Footnote.js +1 -1
  182. package/build/web/FootnoteLink.js +1 -1
  183. package/build/web/HorizontalScrollButton.js +1 -1
  184. package/build/web/Icon.js +1 -1
  185. package/build/web/IconButton.js +18 -2
  186. package/build/web/Image.js +1 -1
  187. package/build/web/InputLabel.js +1 -1
  188. package/build/web/InputSupports.js +1 -1
  189. package/build/web/Link.js +1 -1
  190. package/build/web/List.js +1 -1
  191. package/build/web/Listbox.js +197 -46
  192. package/build/web/Modal.js +1 -1
  193. package/build/web/MultiSelectFilter.js +1 -1
  194. package/build/web/NavigationBar.js +1 -1
  195. package/build/web/Notification.js +1 -1
  196. package/build/web/OrderedList.js +1 -1
  197. package/build/web/Pagination.js +1 -1
  198. package/build/web/PaginationPageButton.js +1 -1
  199. package/build/web/PaginationSideButton.js +1 -1
  200. package/build/web/PreviewCard.js +1 -1
  201. package/build/web/PriceLockup.js +1 -1
  202. package/build/web/ProductCard.js +1 -1
  203. package/build/web/Progress.js +1 -1
  204. package/build/web/ProgressBar.js +1 -1
  205. package/build/web/QuantitySelector.js +1 -1
  206. package/build/web/QuantitySelectorSideButton.js +1 -1
  207. package/build/web/QuickLinks.js +1 -1
  208. package/build/web/QuickLinksButton.js +1 -1
  209. package/build/web/QuickLinksCard.js +1 -1
  210. package/build/web/QuickLinksFeature.js +1 -1
  211. package/build/web/QuickLinksFeatureItem.js +1 -1
  212. package/build/web/QuickLinksList.js +1 -1
  213. package/build/web/Radio.js +1 -1
  214. package/build/web/RadioCard.js +5 -1
  215. package/build/web/RadioCardGroup.js +1 -1
  216. package/build/web/RadioGroup.js +1 -1
  217. package/build/web/Ribbon.js +1 -1
  218. package/build/web/Search.js +1 -1
  219. package/build/web/SearchButton.js +1 -1
  220. package/build/web/Select.js +1 -1
  221. package/build/web/Shortcuts.js +33 -0
  222. package/build/web/ShortcutsItem.js +65 -0
  223. package/build/web/SideNav.js +1 -1
  224. package/build/web/SideNavItem.js +1 -1
  225. package/build/web/SideNavItemsGroup.js +1 -1
  226. package/build/web/Skeleton.js +1 -1
  227. package/build/web/SkipLink.js +1 -1
  228. package/build/web/Spinner.js +1 -1
  229. package/build/web/SplashButton.js +1 -1
  230. package/build/web/SplashButtonWithDetails.js +1 -1
  231. package/build/web/StackView.js +1 -1
  232. package/build/web/Status.js +1 -1
  233. package/build/web/StepTracker.js +1 -1
  234. package/build/web/StoryCard.js +1 -1
  235. package/build/web/TabBar.js +1 -1
  236. package/build/web/TabBarItem.js +1 -1
  237. package/build/web/Table.js +5 -1
  238. package/build/web/Tabs.js +1 -1
  239. package/build/web/TabsItem.js +1 -1
  240. package/build/web/Tags.js +1 -1
  241. package/build/web/TagsItem.js +1 -1
  242. package/build/web/TermsAndConditions.js +1 -1
  243. package/build/web/Testimonial.js +1 -1
  244. package/build/web/TextArea.js +1 -1
  245. package/build/web/TextInput.js +1 -1
  246. package/build/web/Timeline.js +1 -1
  247. package/build/web/Toast.js +1 -1
  248. package/build/web/ToggleSwitch.js +1 -1
  249. package/build/web/ToggleSwitchGroup.js +1 -1
  250. package/build/web/Tooltip.js +1 -1
  251. package/build/web/TooltipButton.js +1 -1
  252. package/build/web/Typography.js +1 -1
  253. package/build/web/Video.js +1 -1
  254. package/build/web/VideoButton.js +1 -1
  255. package/build/web/VideoControlBar.js +1 -1
  256. package/build/web/VideoMenu.js +1 -1
  257. package/build/web/VideoMiddleControlButton.js +1 -1
  258. package/build/web/VideoPicker.js +1 -1
  259. package/build/web/VideoPickerSlider.js +1 -1
  260. package/build/web/VideoPickerThumbnail.js +1 -1
  261. package/build/web/VideoProgressBar.js +1 -1
  262. package/build/web/VideoVolumeSlider.js +1 -1
  263. package/build/web/WaffleGrid.js +1 -1
  264. package/build/web/index.js +3 -1
  265. package/build/web/schema.json +1845 -1189
  266. package/build/web/spacingScale.js +1 -1
  267. package/build/web/theme.js +361 -59
  268. package/package.json +5 -5
  269. package/theme.json +414 -68
@@ -2258,43 +2258,17 @@
2258
2258
  },
2259
2259
  "tokens": {
2260
2260
  "backgroundColor": {
2261
- "red": 0.40392,
2262
- "green": 0.43137,
2263
- "blue": 0.45098,
2264
- "alpha": 1
2265
- },
2266
- "borderColor": {
2267
- "red": 0.40392,
2268
- "green": 0.43137,
2269
- "blue": 0.45098,
2270
- "alpha": 1
2271
- },
2272
- "color": {
2273
- "red": 1,
2274
- "green": 1,
2275
- "blue": 1,
2276
- "alpha": 1
2277
- }
2278
- }
2279
- },
2280
- {
2281
- "if": {
2282
- "pressed": true
2283
- },
2284
- "tokens": {
2285
- "backgroundColor": {
2286
- "red": 0.40392,
2287
- "green": 0.43137,
2288
- "blue": 0.45098,
2261
+ "red": 0.2549,
2262
+ "green": 0.27059,
2263
+ "blue": 0.27843,
2289
2264
  "alpha": 1
2290
2265
  },
2291
2266
  "borderColor": {
2292
- "red": 0.40392,
2293
- "green": 0.43137,
2294
- "blue": 0.45098,
2267
+ "red": 0.2549,
2268
+ "green": 0.27059,
2269
+ "blue": 0.27843,
2295
2270
  "alpha": 1
2296
2271
  },
2297
- "borderWidth": 0,
2298
2272
  "color": {
2299
2273
  "red": 1,
2300
2274
  "green": 1,
@@ -2343,16 +2317,16 @@
2343
2317
  },
2344
2318
  "tokens": {
2345
2319
  "backgroundColor": {
2346
- "red": 0.69804,
2347
- "green": 0.72549,
2348
- "blue": 0.74902,
2320
+ "red": 1,
2321
+ "green": 1,
2322
+ "blue": 1,
2349
2323
  "alpha": 1
2350
2324
  },
2351
2325
  "borderWidth": 0,
2352
2326
  "color": {
2353
- "red": 1,
2354
- "green": 1,
2355
- "blue": 1,
2327
+ "red": 0.69804,
2328
+ "green": 0.72549,
2329
+ "blue": 0.74902,
2356
2330
  "alpha": 1
2357
2331
  }
2358
2332
  }
@@ -2435,9 +2409,49 @@
2435
2409
  },
2436
2410
  "tokens": {
2437
2411
  "backgroundColor": {
2438
- "red": 0.24706,
2439
- "green": 0.16471,
2440
- "blue": 0.32941,
2412
+ "red": 0,
2413
+ "green": 0,
2414
+ "blue": 0,
2415
+ "alpha": 0.1
2416
+ },
2417
+ "borderColor": {
2418
+ "red": 0,
2419
+ "green": 0,
2420
+ "blue": 0,
2421
+ "alpha": 0
2422
+ },
2423
+ "borderWidth": 0,
2424
+ "color": {
2425
+ "red": 1,
2426
+ "green": 1,
2427
+ "blue": 1,
2428
+ "alpha": 1
2429
+ }
2430
+ }
2431
+ },
2432
+ {
2433
+ "if": {
2434
+ "inactive": true,
2435
+ "style": "contained"
2436
+ },
2437
+ "tokens": {
2438
+ "backgroundColor": {
2439
+ "red": 1,
2440
+ "green": 1,
2441
+ "blue": 1,
2442
+ "alpha": 1
2443
+ },
2444
+ "borderColor": {
2445
+ "red": 0,
2446
+ "green": 0,
2447
+ "blue": 0,
2448
+ "alpha": 0
2449
+ },
2450
+ "borderWidth": 0,
2451
+ "color": {
2452
+ "red": 0.69804,
2453
+ "green": 0.72549,
2454
+ "blue": 0.74902,
2441
2455
  "alpha": 1
2442
2456
  }
2443
2457
  }
@@ -3431,6 +3445,10 @@
3431
3445
  }
3432
3446
  },
3433
3447
  "inputWidth": 32,
3448
+ "marginBottom": 0,
3449
+ "marginLeft": 0,
3450
+ "marginRight": 0,
3451
+ "marginTop": 0,
3434
3452
  "maxHeight": "100%",
3435
3453
  "minWidth": null,
3436
3454
  "overflowY": "visible",
@@ -4170,6 +4188,10 @@
4170
4188
  "fontWeight": 500,
4171
4189
  "letterSpacing": 0,
4172
4190
  "lineHeight": 1.4,
4191
+ "marginBottom": 0,
4192
+ "marginLeft": 0,
4193
+ "marginRight": 0,
4194
+ "marginTop": 0,
4173
4195
  "minWidth": 264,
4174
4196
  "outerBorderColor": {
4175
4197
  "red": 0,
@@ -7026,7 +7048,10 @@
7026
7048
  "moveRight",
7027
7049
  "moveUp",
7028
7050
  "play",
7029
- "subtract"
7051
+ "subtract",
7052
+ "menu",
7053
+ "cart",
7054
+ "profile"
7030
7055
  ]
7031
7056
  },
7032
7057
  "compact": {
@@ -7065,6 +7090,30 @@
7065
7090
  }
7066
7091
  },
7067
7092
  "rules": [
7093
+ {
7094
+ "if": {
7095
+ "action": "menu"
7096
+ },
7097
+ "tokens": {
7098
+ "icon": "PaletteIconMenuHamburger"
7099
+ }
7100
+ },
7101
+ {
7102
+ "if": {
7103
+ "action": "cart"
7104
+ },
7105
+ "tokens": {
7106
+ "icon": "PaletteIconCartEmpty"
7107
+ }
7108
+ },
7109
+ {
7110
+ "if": {
7111
+ "action": "profile"
7112
+ },
7113
+ "tokens": {
7114
+ "icon": "PaletteIconUserSingle"
7115
+ }
7116
+ },
7068
7117
  {
7069
7118
  "if": {
7070
7119
  "action": "add"
@@ -8179,30 +8228,79 @@
8179
8228
  "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.",
8180
8229
  "values": [true, false],
8181
8230
  "type": "state"
8231
+ },
8232
+ "secondLevel": {
8233
+ "type": "variant",
8234
+ "values": [true]
8235
+ },
8236
+ "style": {
8237
+ "type": "variant",
8238
+ "values": ["default", "lightest", "light"]
8182
8239
  }
8183
8240
  },
8184
8241
  "rules": [
8185
8242
  {
8186
8243
  "if": {
8187
- "expanded": true
8244
+ "style": "default"
8188
8245
  },
8189
8246
  "tokens": {
8190
- "groupIcon": "PaletteIconCaretUp"
8247
+ "containerBackgroundColor": {
8248
+ "red": 0,
8249
+ "green": 0,
8250
+ "blue": 0,
8251
+ "alpha": 0
8252
+ }
8191
8253
  }
8192
8254
  },
8193
8255
  {
8194
8256
  "if": {
8195
- "current": true
8257
+ "style": "lightest"
8258
+ },
8259
+ "tokens": {
8260
+ "containerBackgroundColor": {
8261
+ "red": 1,
8262
+ "green": 1,
8263
+ "blue": 1,
8264
+ "alpha": 1
8265
+ }
8266
+ }
8267
+ },
8268
+ {
8269
+ "if": {
8270
+ "style": "light"
8271
+ },
8272
+ "tokens": {
8273
+ "containerBackgroundColor": {
8274
+ "red": 0.95686,
8275
+ "green": 0.95686,
8276
+ "blue": 0.96863,
8277
+ "alpha": 1
8278
+ }
8279
+ }
8280
+ },
8281
+ {
8282
+ "if": {
8283
+ "pressed": true
8196
8284
  },
8197
8285
  "tokens": {
8286
+ "groupBackgroundColor": {
8287
+ "red": 0,
8288
+ "green": 0,
8289
+ "blue": 0,
8290
+ "alpha": 0.1
8291
+ },
8198
8292
  "groupColor": {
8199
8293
  "red": 0.29412,
8200
8294
  "green": 0.15686,
8201
8295
  "blue": 0.42745,
8202
8296
  "alpha": 1
8203
8297
  },
8204
- "groupFontName": "HNforTELUSSA",
8205
- "groupFontWeight": 700,
8298
+ "itemBackgroundColor": {
8299
+ "red": 0,
8300
+ "green": 0,
8301
+ "blue": 0,
8302
+ "alpha": 0.1
8303
+ },
8206
8304
  "itemColor": {
8207
8305
  "red": 0.29412,
8208
8306
  "green": 0.15686,
@@ -8213,103 +8311,263 @@
8213
8311
  },
8214
8312
  {
8215
8313
  "if": {
8216
- "current": true,
8217
- "pressed": true
8314
+ "current": true
8218
8315
  },
8219
8316
  "tokens": {
8220
8317
  "groupBackgroundColor": {
8221
- "red": 0.8902,
8222
- "green": 0.90196,
8223
- "blue": 0.9098,
8224
- "alpha": 1
8318
+ "red": 0,
8319
+ "green": 0,
8320
+ "blue": 0,
8321
+ "alpha": 0.05
8225
8322
  },
8226
- "groupBorderWidth": 1,
8227
8323
  "groupColor": {
8228
- "red": 0.40392,
8229
- "green": 0.43137,
8230
- "blue": 0.45098,
8324
+ "red": 0.29412,
8325
+ "green": 0.15686,
8326
+ "blue": 0.42745,
8231
8327
  "alpha": 1
8232
8328
  },
8233
8329
  "groupFontName": "HNforTELUSSA",
8234
- "groupFontWeight": 700
8330
+ "groupFontWeight": 700,
8331
+ "itemBackgroundColor": {
8332
+ "red": 0,
8333
+ "green": 0,
8334
+ "blue": 0,
8335
+ "alpha": 0.05
8336
+ },
8337
+ "itemColor": {
8338
+ "red": 0.29412,
8339
+ "green": 0.15686,
8340
+ "blue": 0.42745,
8341
+ "alpha": 1
8342
+ },
8343
+ "itemFontName": "HNforTELUSSA",
8344
+ "itemFontWeight": 700
8235
8345
  }
8236
8346
  },
8237
8347
  {
8238
8348
  "if": {
8239
- "isChild": true
8349
+ "expanded": true
8240
8350
  },
8241
8351
  "tokens": {
8242
- "itemBorderBottomWidth": 1,
8243
- "itemBorderLeftColor": {
8244
- "red": 0.8902,
8245
- "green": 0.90196,
8246
- "blue": 0.9098,
8352
+ "groupBackgroundColor": {
8353
+ "red": 0,
8354
+ "green": 0,
8355
+ "blue": 0,
8356
+ "alpha": 0.05
8357
+ },
8358
+ "groupColor": {
8359
+ "red": 0.29412,
8360
+ "green": 0.15686,
8361
+ "blue": 0.42745,
8362
+ "alpha": 1
8363
+ },
8364
+ "groupFontName": "HNforTELUSSA",
8365
+ "groupFontWeight": 700,
8366
+ "groupIcon": "PaletteIconChevronUp",
8367
+ "itemBackgroundColor": {
8368
+ "red": 0,
8369
+ "green": 0,
8370
+ "blue": 0,
8371
+ "alpha": 0.05
8372
+ },
8373
+ "itemColor": {
8374
+ "red": 0.29412,
8375
+ "green": 0.15686,
8376
+ "blue": 0.42745,
8247
8377
  "alpha": 1
8248
8378
  },
8249
- "itemBorderLeftWidth": 4,
8250
- "itemBorderTopWidth": 1
8379
+ "itemFontName": "HNforTELUSSA",
8380
+ "itemFontWeight": 700
8251
8381
  }
8252
8382
  },
8253
8383
  {
8254
8384
  "if": {
8255
8385
  "current": true,
8256
- "isChild": true
8386
+ "pressed": true
8257
8387
  },
8258
8388
  "tokens": {
8259
- "itemBorderLeftColor": {
8389
+ "groupBackgroundColor": {
8390
+ "red": 0,
8391
+ "green": 0,
8392
+ "blue": 0,
8393
+ "alpha": 0.1
8394
+ },
8395
+ "groupColor": {
8260
8396
  "red": 0.29412,
8261
8397
  "green": 0.15686,
8262
8398
  "blue": 0.42745,
8263
8399
  "alpha": 1
8264
- }
8400
+ },
8401
+ "groupFontName": "HNforTELUSSA",
8402
+ "groupFontWeight": 700,
8403
+ "itemBackgroundColor": {
8404
+ "red": 0,
8405
+ "green": 0,
8406
+ "blue": 0,
8407
+ "alpha": 0.1
8408
+ },
8409
+ "itemColor": {
8410
+ "red": 0.29412,
8411
+ "green": 0.15686,
8412
+ "blue": 0.42745,
8413
+ "alpha": 1
8414
+ },
8415
+ "itemFontName": "HNforTELUSSA",
8416
+ "itemFontWeight": 700
8265
8417
  }
8266
8418
  },
8267
8419
  {
8268
8420
  "if": {
8269
- "current": true,
8421
+ "expanded": true,
8270
8422
  "pressed": true
8271
8423
  },
8272
8424
  "tokens": {
8425
+ "groupBackgroundColor": {
8426
+ "red": 0,
8427
+ "green": 0,
8428
+ "blue": 0,
8429
+ "alpha": 0.1
8430
+ },
8431
+ "groupColor": {
8432
+ "red": 0.29412,
8433
+ "green": 0.15686,
8434
+ "blue": 0.42745,
8435
+ "alpha": 1
8436
+ },
8437
+ "groupFontName": "HNforTELUSSA",
8438
+ "groupFontWeight": 700,
8439
+ "itemBackgroundColor": {
8440
+ "red": 0,
8441
+ "green": 0,
8442
+ "blue": 0,
8443
+ "alpha": 0.1
8444
+ },
8273
8445
  "itemColor": {
8274
- "red": 0.40392,
8275
- "green": 0.43137,
8276
- "blue": 0.45098,
8446
+ "red": 0.29412,
8447
+ "green": 0.15686,
8448
+ "blue": 0.42745,
8277
8449
  "alpha": 1
8278
- }
8450
+ },
8451
+ "itemFontName": "HNforTELUSSA",
8452
+ "itemFontWeight": 700
8279
8453
  }
8280
8454
  },
8281
8455
  {
8282
8456
  "if": {
8283
- "isChild": true,
8284
- "pressed": true
8457
+ "secondLevel": true
8285
8458
  },
8286
8459
  "tokens": {
8287
- "itemBorderBottomWidth": 1,
8460
+ "groupBorderBottomColor": {
8461
+ "red": 0,
8462
+ "green": 0,
8463
+ "blue": 0,
8464
+ "alpha": 0
8465
+ },
8466
+ "groupBorderBottomWidth": 0,
8467
+ "groupBorderLeftColor": {
8468
+ "red": 0,
8469
+ "green": 0,
8470
+ "blue": 0,
8471
+ "alpha": 0
8472
+ },
8473
+ "groupBorderLeftWidth": 0,
8474
+ "groupBorderRightColor": {
8475
+ "red": 0,
8476
+ "green": 0,
8477
+ "blue": 0,
8478
+ "alpha": 0
8479
+ },
8480
+ "groupBorderRightWidth": 0,
8481
+ "groupBorderTopColor": {
8482
+ "red": 0,
8483
+ "green": 0,
8484
+ "blue": 0,
8485
+ "alpha": 0
8486
+ },
8487
+ "groupBorderTopWidth": 0,
8488
+ "itemBorderBottomColor": {
8489
+ "red": 0,
8490
+ "green": 0,
8491
+ "blue": 0,
8492
+ "alpha": 0
8493
+ },
8494
+ "itemBorderBottomWidth": 0,
8288
8495
  "itemBorderLeftColor": {
8289
- "red": 0.40392,
8290
- "green": 0.43137,
8291
- "blue": 0.45098,
8292
- "alpha": 1
8496
+ "red": 0,
8497
+ "green": 0,
8498
+ "blue": 0,
8499
+ "alpha": 0
8500
+ },
8501
+ "itemBorderLeftWidth": 0,
8502
+ "itemBorderRightColor": {
8503
+ "red": 0,
8504
+ "green": 0,
8505
+ "blue": 0,
8506
+ "alpha": 0
8507
+ },
8508
+ "itemBorderRightWidth": 0,
8509
+ "itemBorderTopColor": {
8510
+ "red": 0,
8511
+ "green": 0,
8512
+ "blue": 0,
8513
+ "alpha": 0
8293
8514
  },
8294
- "itemBorderTopWidth": 1
8515
+ "itemBorderTopWidth": 0
8516
+ }
8517
+ },
8518
+ {
8519
+ "if": {
8520
+ "secondLevel": true
8521
+ },
8522
+ "tokens": {
8523
+ "groupIcon": "PaletteIconChevronRight",
8524
+ "secondLevelParentIcon": "PaletteIconChevronRight"
8295
8525
  }
8296
8526
  }
8297
8527
  ],
8298
8528
  "tokens": {
8529
+ "borderRadius": 6,
8530
+ "containerBackgroundColor": {
8531
+ "red": 0,
8532
+ "green": 0,
8533
+ "blue": 0,
8534
+ "alpha": 0
8535
+ },
8299
8536
  "groupBackgroundColor": {
8300
8537
  "red": 0,
8301
8538
  "green": 0,
8302
8539
  "blue": 0,
8303
8540
  "alpha": 0
8304
8541
  },
8305
- "groupBorderColor": {
8542
+ "groupBorderBottomColor": {
8306
8543
  "red": 0,
8307
8544
  "green": 0,
8308
8545
  "blue": 0,
8309
8546
  "alpha": 0
8310
8547
  },
8548
+ "groupBorderBottomWidth": 0,
8549
+ "groupBorderLeftColor": {
8550
+ "red": 0,
8551
+ "green": 0,
8552
+ "blue": 0,
8553
+ "alpha": 0
8554
+ },
8555
+ "groupBorderLeftWidth": 0,
8311
8556
  "groupBorderRadius": 0,
8312
- "groupBorderWidth": 1,
8557
+ "groupBorderRightColor": {
8558
+ "red": 0,
8559
+ "green": 0,
8560
+ "blue": 0,
8561
+ "alpha": 0
8562
+ },
8563
+ "groupBorderRightWidth": 0,
8564
+ "groupBorderTopColor": {
8565
+ "red": 0,
8566
+ "green": 0,
8567
+ "blue": 0,
8568
+ "alpha": 0
8569
+ },
8570
+ "groupBorderTopWidth": 0,
8313
8571
  "groupColor": {
8314
8572
  "red": 0.2549,
8315
8573
  "green": 0.27059,
@@ -8381,6 +8639,45 @@
8381
8639
  "lineHeight": 1.14285714286,
8382
8640
  "minHeight": "100%",
8383
8641
  "minWidth": "100%",
8642
+ "secondLevelBackIcon": "PaletteIconChevronLeft",
8643
+ "secondLevelBackIconColor": {
8644
+ "red": 0.2549,
8645
+ "green": 0.27059,
8646
+ "blue": 0.27843,
8647
+ "alpha": 1
8648
+ },
8649
+ "secondLevelBackIconSize": 16,
8650
+ "secondLevelBackLinkColor": {
8651
+ "red": 0.2549,
8652
+ "green": 0.27059,
8653
+ "blue": 0.27843,
8654
+ "alpha": 1
8655
+ },
8656
+ "secondLevelBackLinkFontName": "HNforTELUSSA",
8657
+ "secondLevelBackLinkFontSize": 14,
8658
+ "secondLevelBackLinkFontWeight": 400,
8659
+ "secondLevelCloseButtonBorderWidth": 1,
8660
+ "secondLevelCloseButtonPadding": 8,
8661
+ "secondLevelCloseIcon": "PaletteIconClose",
8662
+ "secondLevelCloseIconSize": 16,
8663
+ "secondLevelDividerColor": {
8664
+ "red": 0,
8665
+ "green": 0,
8666
+ "blue": 0,
8667
+ "alpha": 0.2
8668
+ },
8669
+ "secondLevelDividerWidth": 1,
8670
+ "secondLevelHeaderBackgroundColor": {
8671
+ "red": 1,
8672
+ "green": 1,
8673
+ "blue": 1,
8674
+ "alpha": 1
8675
+ },
8676
+ "secondLevelHeaderPaddingBottom": 12,
8677
+ "secondLevelHeaderPaddingLeft": 16,
8678
+ "secondLevelHeaderPaddingRight": 16,
8679
+ "secondLevelHeaderPaddingTop": 8,
8680
+ "secondLevelParentIcon": "PaletteIconChevronRight",
8384
8681
  "shadow": {
8385
8682
  "inset": false,
8386
8683
  "offsetX": 0,
@@ -11198,6 +11495,10 @@
11198
11495
  "fontWeight": 500,
11199
11496
  "letterSpacing": 0,
11200
11497
  "lineHeight": 1.4,
11498
+ "marginBottom": 0,
11499
+ "marginLeft": 0,
11500
+ "marginRight": 0,
11501
+ "marginTop": 0,
11201
11502
  "minWidth": 264,
11202
11503
  "outerBorderColor": {
11203
11504
  "red": 0,
@@ -11932,6 +12233,127 @@
11932
12233
  "validationIconSize": 20
11933
12234
  }
11934
12235
  },
12236
+ "Shortcuts": {
12237
+ "appearances": {
12238
+ "viewport": {
12239
+ "description": "The size label for the current screen viewport based on the current screen width",
12240
+ "values": ["xs", "sm", "md", "lg", "xl"],
12241
+ "type": "state"
12242
+ }
12243
+ },
12244
+ "rules": [
12245
+ {
12246
+ "if": {
12247
+ "viewport": "md"
12248
+ },
12249
+ "tokens": {
12250
+ "mainContainerGap": 16
12251
+ }
12252
+ },
12253
+ {
12254
+ "if": {
12255
+ "viewport": "lg"
12256
+ },
12257
+ "tokens": {
12258
+ "mainContainerGap": 16
12259
+ }
12260
+ },
12261
+ {
12262
+ "if": {
12263
+ "viewport": "xl"
12264
+ },
12265
+ "tokens": {
12266
+ "mainContainerGap": 16
12267
+ }
12268
+ }
12269
+ ],
12270
+ "tokens": {
12271
+ "mainContainerBottomPadding": 0,
12272
+ "mainContainerGap": 8,
12273
+ "mainContainerLeftPadding": 16,
12274
+ "mainContainerRightPadding": 16,
12275
+ "mainContainerTopPadding": 0,
12276
+ "nextIcon": "PaletteIconArrowRight",
12277
+ "previousIcon": "PaletteIconArrowLeft"
12278
+ }
12279
+ },
12280
+ "ShortcutsItem": {
12281
+ "appearances": {
12282
+ "pressed": {
12283
+ "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.",
12284
+ "values": [true, false],
12285
+ "type": "state"
12286
+ }
12287
+ },
12288
+ "rules": [
12289
+ {
12290
+ "if": {
12291
+ "pressed": true
12292
+ },
12293
+ "tokens": {
12294
+ "iconColor": {
12295
+ "red": 0.69804,
12296
+ "green": 0.72549,
12297
+ "blue": 0.74902,
12298
+ "alpha": 1
12299
+ },
12300
+ "labelFontColor": {
12301
+ "red": 0.69804,
12302
+ "green": 0.72549,
12303
+ "blue": 0.74902,
12304
+ "alpha": 1
12305
+ }
12306
+ }
12307
+ }
12308
+ ],
12309
+ "tokens": {
12310
+ "borderColor": {
12311
+ "red": 0,
12312
+ "green": 0,
12313
+ "blue": 0,
12314
+ "alpha": 0
12315
+ },
12316
+ "borderRadius": 4,
12317
+ "borderWidth": 1,
12318
+ "iconBackgroundColor": {
12319
+ "red": 0.95686,
12320
+ "green": 0.95686,
12321
+ "blue": 0.96863,
12322
+ "alpha": 1
12323
+ },
12324
+ "iconColor": {
12325
+ "red": 0.2549,
12326
+ "green": 0.27059,
12327
+ "blue": 0.27843,
12328
+ "alpha": 1
12329
+ },
12330
+ "iconContainerPaddingBottom": 8,
12331
+ "iconContainerPaddingLeft": 8,
12332
+ "iconContainerPaddingRight": 8,
12333
+ "iconContainerPaddingTop": 8,
12334
+ "iconSize": 24,
12335
+ "iconWidth": 16,
12336
+ "imageHeight": 56,
12337
+ "imageWidth": 56,
12338
+ "labelContainerPaddingBottom": 0,
12339
+ "labelContainerPaddingLeft": 8,
12340
+ "labelContainerPaddingRight": 8,
12341
+ "labelContainerPaddingTop": 0,
12342
+ "labelFontColor": {
12343
+ "red": 0.17255,
12344
+ "green": 0.18039,
12345
+ "blue": 0.18824,
12346
+ "alpha": 1
12347
+ },
12348
+ "labelFontName": "HNforTELUSSA",
12349
+ "labelFontSize": 14,
12350
+ "labelFontWeight": 400,
12351
+ "labelLineHeight": 1.42857142857,
12352
+ "labelTextAlign": "center",
12353
+ "labelUnderline": "none",
12354
+ "width": 72
12355
+ }
12356
+ },
11935
12357
  "SideNav": {
11936
12358
  "appearances": {},
11937
12359
  "rules": [],
@@ -13441,6 +13863,8 @@
13441
13863
  },
13442
13864
  "cellBorderTopWidth": 0,
13443
13865
  "cellBorderWidth": 0,
13866
+ "cellBottomLeftBorderRadius": 0,
13867
+ "cellBottomRightBorderRadius": 0,
13444
13868
  "cellBoxShadowColor": {
13445
13869
  "red": 0.8902,
13446
13870
  "green": 0.90196,
@@ -13465,6 +13889,8 @@
13465
13889
  "alpha": 0.1
13466
13890
  }
13467
13891
  },
13892
+ "cellTopLeftBorderRadius": 0,
13893
+ "cellTopRightBorderRadius": 0,
13468
13894
  "display": null,
13469
13895
  "fontColor": {
13470
13896
  "red": 0,
@@ -16543,7 +16969,7 @@
16543
16969
  }
16544
16970
  },
16545
16971
  "metadata": {
16546
- "themeTokensVersion": "4.15.1",
16972
+ "themeTokensVersion": "4.17.0",
16547
16973
  "name": "theme-allium"
16548
16974
  }
16549
16975
  }