@telus-uds/theme-koodo 8.0.0-alpha.0 → 8.0.0-alpha.2

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/Card.json +0 -77
  2. package/build/android/CarouselThumbnail.json +1 -0
  3. package/build/android/ChevronLink.json +0 -62
  4. package/build/android/ExpandCollapseMiniControl.json +10 -16
  5. package/build/android/Link.json +0 -62
  6. package/build/android/Progress.json +2 -0
  7. package/build/android/ProgressBar.json +0 -47
  8. package/build/android/Scroll.json +23 -0
  9. package/build/android/schema.json +1071 -829
  10. package/build/android/theme.json +37 -265
  11. package/build/ios/Card.json +0 -77
  12. package/build/ios/CarouselThumbnail.json +1 -0
  13. package/build/ios/ChevronLink.json +0 -62
  14. package/build/ios/ExpandCollapseMiniControl.json +10 -16
  15. package/build/ios/Link.json +0 -62
  16. package/build/ios/Progress.json +2 -0
  17. package/build/ios/ProgressBar.json +0 -47
  18. package/build/ios/Scroll.json +23 -0
  19. package/build/ios/schema.json +1071 -829
  20. package/build/ios/theme.json +37 -265
  21. package/build/rn/ActionCard.js +1 -1
  22. package/build/rn/ActivityIndicator.js +1 -1
  23. package/build/rn/Autocomplete.js +1 -1
  24. package/build/rn/Badge.js +1 -1
  25. package/build/rn/BlockQuote.js +1 -1
  26. package/build/rn/Box.js +1 -1
  27. package/build/rn/Breadcrumbs.js +1 -1
  28. package/build/rn/Button.js +1 -1
  29. package/build/rn/ButtonDropdown.js +1 -1
  30. package/build/rn/ButtonGroup.js +1 -1
  31. package/build/rn/ButtonGroupItem.js +1 -1
  32. package/build/rn/Callout.js +1 -1
  33. package/build/rn/Card.js +1 -26
  34. package/build/rn/CardGroup.js +1 -1
  35. package/build/rn/Carousel.js +1 -1
  36. package/build/rn/CarouselTabsPanelItem.js +1 -1
  37. package/build/rn/CarouselThumbnail.js +3 -2
  38. package/build/rn/Checkbox.js +1 -1
  39. package/build/rn/CheckboxCard.js +1 -1
  40. package/build/rn/CheckboxCardGroup.js +1 -1
  41. package/build/rn/CheckboxGroup.js +1 -1
  42. package/build/rn/ChevronLink.js +1 -37
  43. package/build/rn/ColourToggle.js +1 -1
  44. package/build/rn/Countdown.js +1 -1
  45. package/build/rn/DatePicker.js +1 -1
  46. package/build/rn/Disclaimer.js +1 -1
  47. package/build/rn/Divider.js +1 -1
  48. package/build/rn/DownloadApp.js +1 -1
  49. package/build/rn/ExpandCollapse.js +1 -1
  50. package/build/rn/ExpandCollapseControl.js +1 -1
  51. package/build/rn/ExpandCollapseMini.js +1 -1
  52. package/build/rn/ExpandCollapseMiniControl.js +7 -16
  53. package/build/rn/ExpandCollapsePanel.js +1 -1
  54. package/build/rn/Feedback.js +1 -1
  55. package/build/rn/Fieldset.js +1 -1
  56. package/build/rn/FileUpload.js +1 -1
  57. package/build/rn/Footnote.js +1 -1
  58. package/build/rn/FootnoteLink.js +1 -1
  59. package/build/rn/HorizontalScrollButton.js +1 -1
  60. package/build/rn/Icon.js +1 -1
  61. package/build/rn/IconButton.js +1 -1
  62. package/build/rn/Image.js +1 -1
  63. package/build/rn/InputLabel.js +1 -1
  64. package/build/rn/InputSupports.js +1 -1
  65. package/build/rn/Link.js +1 -45
  66. package/build/rn/List.js +1 -1
  67. package/build/rn/Listbox.js +1 -1
  68. package/build/rn/Modal.js +1 -1
  69. package/build/rn/MultiSelectFilter.js +1 -1
  70. package/build/rn/NavigationBar.js +1 -1
  71. package/build/rn/Notification.js +1 -1
  72. package/build/rn/OrderedList.js +1 -1
  73. package/build/rn/Pagination.js +1 -1
  74. package/build/rn/PaginationPageButton.js +1 -1
  75. package/build/rn/PaginationSideButton.js +1 -1
  76. package/build/rn/PreviewCard.js +1 -1
  77. package/build/rn/PriceLockup.js +1 -1
  78. package/build/rn/ProductCard.js +1 -1
  79. package/build/rn/Progress.js +3 -2
  80. package/build/rn/ProgressBar.js +1 -15
  81. package/build/rn/QuantitySelector.js +1 -1
  82. package/build/rn/QuantitySelectorSideButton.js +1 -1
  83. package/build/rn/QuickLinks.js +1 -1
  84. package/build/rn/QuickLinksButton.js +1 -1
  85. package/build/rn/QuickLinksCard.js +1 -1
  86. package/build/rn/QuickLinksFeature.js +1 -1
  87. package/build/rn/QuickLinksFeatureItem.js +1 -1
  88. package/build/rn/QuickLinksList.js +1 -1
  89. package/build/rn/Radio.js +1 -1
  90. package/build/rn/RadioCard.js +1 -1
  91. package/build/rn/RadioCardGroup.js +1 -1
  92. package/build/rn/RadioGroup.js +1 -1
  93. package/build/rn/Ribbon.js +1 -1
  94. package/build/rn/Scroll.js +29 -0
  95. package/build/rn/Search.js +1 -1
  96. package/build/rn/SearchButton.js +1 -1
  97. package/build/rn/Select.js +1 -1
  98. package/build/rn/Shortcuts.js +1 -1
  99. package/build/rn/ShortcutsItem.js +1 -1
  100. package/build/rn/SideNav.js +1 -1
  101. package/build/rn/SideNavItem.js +1 -1
  102. package/build/rn/SideNavItemsGroup.js +1 -1
  103. package/build/rn/Skeleton.js +1 -1
  104. package/build/rn/SkipLink.js +1 -1
  105. package/build/rn/Spinner.js +1 -1
  106. package/build/rn/SplashButton.js +1 -1
  107. package/build/rn/SplashButtonWithDetails.js +1 -1
  108. package/build/rn/StackView.js +1 -1
  109. package/build/rn/Status.js +1 -1
  110. package/build/rn/StepTracker.js +1 -1
  111. package/build/rn/StoryCard.js +1 -1
  112. package/build/rn/TabBar.js +1 -1
  113. package/build/rn/TabBarItem.js +1 -1
  114. package/build/rn/Table.js +1 -1
  115. package/build/rn/Tabs.js +1 -1
  116. package/build/rn/TabsItem.js +1 -1
  117. package/build/rn/Tags.js +1 -1
  118. package/build/rn/TagsItem.js +1 -1
  119. package/build/rn/TermsAndConditions.js +1 -1
  120. package/build/rn/Testimonial.js +1 -1
  121. package/build/rn/TextArea.js +1 -1
  122. package/build/rn/TextInput.js +1 -1
  123. package/build/rn/Timeline.js +1 -1
  124. package/build/rn/Toast.js +1 -1
  125. package/build/rn/ToggleSwitch.js +1 -1
  126. package/build/rn/ToggleSwitchGroup.js +1 -1
  127. package/build/rn/Tooltip.js +1 -1
  128. package/build/rn/TooltipButton.js +1 -1
  129. package/build/rn/Typography.js +1 -1
  130. package/build/rn/Video.js +1 -1
  131. package/build/rn/VideoButton.js +1 -1
  132. package/build/rn/VideoControlBar.js +1 -1
  133. package/build/rn/VideoMenu.js +1 -1
  134. package/build/rn/VideoMiddleControlButton.js +1 -1
  135. package/build/rn/VideoPicker.js +1 -1
  136. package/build/rn/VideoPickerSlider.js +1 -1
  137. package/build/rn/VideoPickerThumbnail.js +1 -1
  138. package/build/rn/VideoProgressBar.js +1 -1
  139. package/build/rn/VideoVolumeSlider.js +1 -1
  140. package/build/rn/WaffleGrid.js +1 -1
  141. package/build/rn/schema.json +1071 -829
  142. package/build/rn/spacingScale.js +1 -1
  143. package/build/rn/theme.js +32 -146
  144. package/build/web/ActionCard.js +1 -1
  145. package/build/web/ActivityIndicator.js +1 -1
  146. package/build/web/Autocomplete.js +1 -1
  147. package/build/web/Badge.js +1 -1
  148. package/build/web/BlockQuote.js +1 -1
  149. package/build/web/Box.js +1 -1
  150. package/build/web/Breadcrumbs.js +1 -1
  151. package/build/web/Button.js +1 -1
  152. package/build/web/ButtonDropdown.js +1 -1
  153. package/build/web/ButtonGroup.js +1 -1
  154. package/build/web/ButtonGroupItem.js +1 -1
  155. package/build/web/Callout.js +1 -1
  156. package/build/web/Card.js +1 -26
  157. package/build/web/CardGroup.js +1 -1
  158. package/build/web/Carousel.js +1 -1
  159. package/build/web/CarouselTabsPanelItem.js +1 -1
  160. package/build/web/CarouselThumbnail.js +3 -2
  161. package/build/web/Checkbox.js +1 -1
  162. package/build/web/CheckboxCard.js +1 -1
  163. package/build/web/CheckboxCardGroup.js +1 -1
  164. package/build/web/CheckboxGroup.js +1 -1
  165. package/build/web/ChevronLink.js +1 -37
  166. package/build/web/ColourToggle.js +1 -1
  167. package/build/web/Countdown.js +1 -1
  168. package/build/web/DatePicker.js +1 -1
  169. package/build/web/Disclaimer.js +1 -1
  170. package/build/web/Divider.js +1 -1
  171. package/build/web/DownloadApp.js +1 -1
  172. package/build/web/ExpandCollapse.js +1 -1
  173. package/build/web/ExpandCollapseControl.js +1 -1
  174. package/build/web/ExpandCollapseMini.js +1 -1
  175. package/build/web/ExpandCollapseMiniControl.js +7 -16
  176. package/build/web/ExpandCollapsePanel.js +1 -1
  177. package/build/web/Feedback.js +1 -1
  178. package/build/web/Fieldset.js +1 -1
  179. package/build/web/FileUpload.js +1 -1
  180. package/build/web/Footnote.js +1 -1
  181. package/build/web/FootnoteLink.js +1 -1
  182. package/build/web/HorizontalScrollButton.js +1 -1
  183. package/build/web/Icon.js +1 -1
  184. package/build/web/IconButton.js +1 -1
  185. package/build/web/Image.js +1 -1
  186. package/build/web/InputLabel.js +1 -1
  187. package/build/web/InputSupports.js +1 -1
  188. package/build/web/Link.js +1 -45
  189. package/build/web/List.js +1 -1
  190. package/build/web/Listbox.js +1 -1
  191. package/build/web/Modal.js +1 -1
  192. package/build/web/MultiSelectFilter.js +1 -1
  193. package/build/web/NavigationBar.js +1 -1
  194. package/build/web/Notification.js +1 -1
  195. package/build/web/OrderedList.js +1 -1
  196. package/build/web/Pagination.js +1 -1
  197. package/build/web/PaginationPageButton.js +1 -1
  198. package/build/web/PaginationSideButton.js +1 -1
  199. package/build/web/PreviewCard.js +1 -1
  200. package/build/web/PriceLockup.js +1 -1
  201. package/build/web/ProductCard.js +1 -1
  202. package/build/web/Progress.js +3 -2
  203. package/build/web/ProgressBar.js +1 -15
  204. package/build/web/QuantitySelector.js +1 -1
  205. package/build/web/QuantitySelectorSideButton.js +1 -1
  206. package/build/web/QuickLinks.js +1 -1
  207. package/build/web/QuickLinksButton.js +1 -1
  208. package/build/web/QuickLinksCard.js +1 -1
  209. package/build/web/QuickLinksFeature.js +1 -1
  210. package/build/web/QuickLinksFeatureItem.js +1 -1
  211. package/build/web/QuickLinksList.js +1 -1
  212. package/build/web/Radio.js +1 -1
  213. package/build/web/RadioCard.js +1 -1
  214. package/build/web/RadioCardGroup.js +1 -1
  215. package/build/web/RadioGroup.js +1 -1
  216. package/build/web/Ribbon.js +1 -1
  217. package/build/web/Scroll.js +29 -0
  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 +1 -1
  222. package/build/web/ShortcutsItem.js +1 -1
  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 +1 -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 +2 -1
  265. package/build/web/schema.json +1071 -829
  266. package/build/web/spacingScale.js +1 -1
  267. package/build/web/theme.js +32 -146
  268. package/package.json +4 -4
  269. package/theme.json +37 -317
@@ -2320,11 +2320,6 @@
2320
2320
  },
2321
2321
  "Card": {
2322
2322
  "appearances": {
2323
- "background": {
2324
- "description": "Defines background related attributes of Card",
2325
- "type": "variant",
2326
- "values": ["alternative", "subtle", "grid", "feature", "plain"]
2327
- },
2328
2323
  "borderRadius": {
2329
2324
  "type": "variant",
2330
2325
  "values": ["none", "small", "large"]
@@ -2485,78 +2480,6 @@
2485
2480
  "borderRadius": 8
2486
2481
  }
2487
2482
  },
2488
- {
2489
- "if": {
2490
- "background": "alternative"
2491
- },
2492
- "tokens": {
2493
- "backgroundColor": {
2494
- "red": 0.87843,
2495
- "green": 0.84706,
2496
- "blue": 0.98824,
2497
- "alpha": 1
2498
- },
2499
- "borderRadius": 8,
2500
- "borderWidth": 0
2501
- }
2502
- },
2503
- {
2504
- "if": {
2505
- "background": "subtle"
2506
- },
2507
- "tokens": {
2508
- "backgroundColor": {
2509
- "red": 0.63137,
2510
- "green": 0.92941,
2511
- "blue": 0,
2512
- "alpha": 1
2513
- },
2514
- "borderWidth": 0
2515
- }
2516
- },
2517
- {
2518
- "if": {
2519
- "background": "grid"
2520
- },
2521
- "tokens": {
2522
- "borderColor": {
2523
- "red": 0,
2524
- "green": 0,
2525
- "blue": 0,
2526
- "alpha": 1
2527
- },
2528
- "borderWidth": 1
2529
- }
2530
- },
2531
- {
2532
- "if": {
2533
- "background": "feature"
2534
- },
2535
- "tokens": {
2536
- "backgroundColor": {
2537
- "red": 1,
2538
- "green": 0.67843,
2539
- "blue": 0,
2540
- "alpha": 1
2541
- },
2542
- "borderRadius": 8,
2543
- "borderWidth": 0
2544
- }
2545
- },
2546
- {
2547
- "if": {
2548
- "background": "plain"
2549
- },
2550
- "tokens": {
2551
- "backgroundColor": {
2552
- "red": 1,
2553
- "green": 1,
2554
- "blue": 1,
2555
- "alpha": 1
2556
- },
2557
- "borderWidth": 0
2558
- }
2559
- },
2560
2483
  {
2561
2484
  "if": {
2562
2485
  "style": "grid"
@@ -3477,6 +3400,7 @@
3477
3400
  "containerPaddingTop": 24,
3478
3401
  "margin": 4,
3479
3402
  "padding": 8,
3403
+ "playIcon": "PaletteIconPlaySolid",
3480
3404
  "selectedBorderColor": {
3481
3405
  "red": 0,
3482
3406
  "green": 0,
@@ -3972,14 +3896,6 @@
3972
3896
  },
3973
3897
  "ChevronLink": {
3974
3898
  "appearances": {
3975
- "alternative": {
3976
- "type": "variant",
3977
- "values": [true]
3978
- },
3979
- "inverse": {
3980
- "type": "variant",
3981
- "values": [true]
3982
- },
3983
3899
  "pressed": {
3984
3900
  "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.",
3985
3901
  "values": [true, false],
@@ -4014,60 +3930,6 @@
4014
3930
  }
4015
3931
  }
4016
3932
  },
4017
- {
4018
- "if": {
4019
- "alternative": true
4020
- },
4021
- "tokens": {
4022
- "color": {
4023
- "red": 0.47843,
4024
- "green": 0.23922,
4025
- "blue": 0.98824,
4026
- "alpha": 1
4027
- }
4028
- }
4029
- },
4030
- {
4031
- "if": {
4032
- "alternative": true,
4033
- "pressed": true
4034
- },
4035
- "tokens": {
4036
- "color": {
4037
- "red": 0.4,
4038
- "green": 0.4,
4039
- "blue": 0.4,
4040
- "alpha": 1
4041
- }
4042
- }
4043
- },
4044
- {
4045
- "if": {
4046
- "inverse": true
4047
- },
4048
- "tokens": {
4049
- "color": {
4050
- "red": 1,
4051
- "green": 1,
4052
- "blue": 1,
4053
- "alpha": 1
4054
- }
4055
- }
4056
- },
4057
- {
4058
- "if": {
4059
- "inverse": true,
4060
- "pressed": true
4061
- },
4062
- "tokens": {
4063
- "color": {
4064
- "red": 0.78824,
4065
- "green": 0.78431,
4066
- "blue": 0.78431,
4067
- "alpha": 1
4068
- }
4069
- }
4070
- },
4071
3933
  {
4072
3934
  "if": {
4073
3935
  "size": "large"
@@ -5147,21 +5009,11 @@
5147
5009
  },
5148
5010
  "ExpandCollapseMiniControl": {
5149
5011
  "appearances": {
5150
- "alternative": {
5151
- "description": "Replaces the default green colour with black",
5152
- "type": "variant",
5153
- "values": [true]
5154
- },
5155
5012
  "expanded": {
5156
5013
  "description": "Applies when an ExpandCollapse panel is open and the content inside is visible",
5157
5014
  "values": [true, false],
5158
5015
  "type": "state"
5159
5016
  },
5160
- "inverse": {
5161
- "description": "Replaces the default green colour with white. Useful for dark backgrounds.",
5162
- "type": "variant",
5163
- "values": [true]
5164
- },
5165
5017
  "quiet": {
5166
5018
  "description": "When it is true, it does not show the decoration",
5167
5019
  "type": "state",
@@ -5170,6 +5022,10 @@
5170
5022
  "size": {
5171
5023
  "type": "variant",
5172
5024
  "values": ["micro", "small", "large"]
5025
+ },
5026
+ "style": {
5027
+ "type": "variant",
5028
+ "values": ["subtle", "inverse"]
5173
5029
  }
5174
5030
  },
5175
5031
  "rules": [
@@ -5183,7 +5039,7 @@
5183
5039
  },
5184
5040
  {
5185
5041
  "if": {
5186
- "alternative": true
5042
+ "style": "subtle"
5187
5043
  },
5188
5044
  "tokens": {
5189
5045
  "color": {
@@ -5196,7 +5052,7 @@
5196
5052
  },
5197
5053
  {
5198
5054
  "if": {
5199
- "inverse": true
5055
+ "style": "inverse"
5200
5056
  },
5201
5057
  "tokens": {
5202
5058
  "color": {
@@ -5253,8 +5109,8 @@
5253
5109
  },
5254
5110
  {
5255
5111
  "if": {
5256
- "alternative": true,
5257
- "quiet": true
5112
+ "quiet": true,
5113
+ "style": "subtle"
5258
5114
  },
5259
5115
  "tokens": {
5260
5116
  "color": {
@@ -5268,8 +5124,8 @@
5268
5124
  },
5269
5125
  {
5270
5126
  "if": {
5271
- "inverse": true,
5272
- "quiet": true
5127
+ "quiet": true,
5128
+ "style": "inverse"
5273
5129
  },
5274
5130
  "tokens": {
5275
5131
  "color": {
@@ -8052,19 +7908,11 @@
8052
7908
  },
8053
7909
  "Link": {
8054
7910
  "appearances": {
8055
- "alternative": {
8056
- "type": "variant",
8057
- "values": [true]
8058
- },
8059
7911
  "iconPosition": {
8060
7912
  "description": "Theme styles to be applied to icon links depending on where the icon is in relation to the link text",
8061
7913
  "values": ["left", "right", "inline"],
8062
7914
  "type": "state"
8063
7915
  },
8064
- "inverse": {
8065
- "type": "variant",
8066
- "values": [true]
8067
- },
8068
7916
  "pressed": {
8069
7917
  "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.",
8070
7918
  "values": [true, false],
@@ -8116,60 +7964,6 @@
8116
7964
  "textLine": "none"
8117
7965
  }
8118
7966
  },
8119
- {
8120
- "if": {
8121
- "alternative": true
8122
- },
8123
- "tokens": {
8124
- "color": {
8125
- "red": 0.34902,
8126
- "green": 0.34902,
8127
- "blue": 0.34902,
8128
- "alpha": 1
8129
- }
8130
- }
8131
- },
8132
- {
8133
- "if": {
8134
- "alternative": true,
8135
- "pressed": true
8136
- },
8137
- "tokens": {
8138
- "color": {
8139
- "red": 0.25098,
8140
- "green": 0.25098,
8141
- "blue": 0.25098,
8142
- "alpha": 1
8143
- }
8144
- }
8145
- },
8146
- {
8147
- "if": {
8148
- "inverse": true
8149
- },
8150
- "tokens": {
8151
- "color": {
8152
- "red": 1,
8153
- "green": 1,
8154
- "blue": 1,
8155
- "alpha": 1
8156
- }
8157
- }
8158
- },
8159
- {
8160
- "if": {
8161
- "inverse": true,
8162
- "pressed": true
8163
- },
8164
- "tokens": {
8165
- "color": {
8166
- "red": 0.78824,
8167
- "green": 0.78431,
8168
- "blue": 0.78431,
8169
- "alpha": 1
8170
- }
8171
- }
8172
- },
8173
7967
  {
8174
7968
  "if": {
8175
7969
  "size": "micro"
@@ -10618,6 +10412,7 @@
10618
10412
  "size": "mini"
10619
10413
  },
10620
10414
  "tokens": {
10415
+ "barHeight": 8,
10621
10416
  "height": 8
10622
10417
  }
10623
10418
  },
@@ -10661,6 +10456,7 @@
10661
10456
  "blue": 0.98039,
10662
10457
  "alpha": 1
10663
10458
  },
10459
+ "barHeight": 16,
10664
10460
  "borderColor": {
10665
10461
  "red": 0.4,
10666
10462
  "green": 0.4,
@@ -10687,15 +10483,6 @@
10687
10483
  },
10688
10484
  "ProgressBar": {
10689
10485
  "appearances": {
10690
- "inactive": {
10691
- "description": "Prevents an interactive component from being interacted with and applies accessibility attributes to indicate to the user that this component cannot be used.",
10692
- "values": [true],
10693
- "type": "state"
10694
- },
10695
- "negative": {
10696
- "type": "variant",
10697
- "values": [true]
10698
- },
10699
10486
  "style": {
10700
10487
  "description": "Configure `style` variant for `ProgressBar`",
10701
10488
  "type": "variant",
@@ -10703,44 +10490,6 @@
10703
10490
  }
10704
10491
  },
10705
10492
  "rules": [
10706
- {
10707
- "if": {
10708
- "inactive": true
10709
- },
10710
- "tokens": {
10711
- "backgroundColor": {
10712
- "red": 0.78824,
10713
- "green": 0.78431,
10714
- "blue": 0.78431,
10715
- "alpha": 1
10716
- },
10717
- "outlineColor": {
10718
- "red": 0.34902,
10719
- "green": 0.34902,
10720
- "blue": 0.34902,
10721
- "alpha": 1
10722
- }
10723
- }
10724
- },
10725
- {
10726
- "if": {
10727
- "negative": true
10728
- },
10729
- "tokens": {
10730
- "backgroundColor": {
10731
- "red": 0.78824,
10732
- "green": 0.21569,
10733
- "blue": 0.04314,
10734
- "alpha": 1
10735
- },
10736
- "outlineColor": {
10737
- "red": 0.34902,
10738
- "green": 0.34902,
10739
- "blue": 0.34902,
10740
- "alpha": 1
10741
- }
10742
- }
10743
- },
10744
10493
  {
10745
10494
  "if": {
10746
10495
  "style": "subtle"
@@ -12154,6 +11903,29 @@
12154
11903
  "paddingTop": 6
12155
11904
  }
12156
11905
  },
11906
+ "Scroll": {
11907
+ "appearances": {},
11908
+ "rules": [],
11909
+ "tokens": {
11910
+ "itemGap": 16,
11911
+ "progressBarColor": {
11912
+ "red": 0,
11913
+ "green": 0,
11914
+ "blue": 0,
11915
+ "alpha": 1
11916
+ },
11917
+ "progressBarHeight": 8,
11918
+ "progressHitAreaHeight": 24,
11919
+ "progressSpacing": 8,
11920
+ "progressTrackColor": {
11921
+ "red": 0,
11922
+ "green": 0,
11923
+ "blue": 0,
11924
+ "alpha": 0.1
11925
+ },
11926
+ "progressTrackHeight": 8
11927
+ }
11928
+ },
12157
11929
  "Search": {
12158
11930
  "appearances": {
12159
11931
  "focus": {
@@ -17099,7 +16871,7 @@
17099
16871
  }
17100
16872
  },
17101
16873
  "metadata": {
17102
- "themeTokensVersion": "5.0.0-alpha.0",
16874
+ "themeTokensVersion": "5.0.0-alpha.2",
17103
16875
  "name": "theme-koodo"
17104
16876
  }
17105
16877
  }
@@ -1,10 +1,5 @@
1
1
  {
2
2
  "appearances": {
3
- "background": {
4
- "description": "Defines background related attributes of Card",
5
- "type": "variant",
6
- "values": ["alternative", "subtle", "grid", "feature", "plain"]
7
- },
8
3
  "borderRadius": {
9
4
  "type": "variant",
10
5
  "values": ["none", "small", "large"]
@@ -165,78 +160,6 @@
165
160
  "borderRadius": 8
166
161
  }
167
162
  },
168
- {
169
- "if": {
170
- "background": "alternative"
171
- },
172
- "tokens": {
173
- "backgroundColor": {
174
- "red": 0.87843,
175
- "green": 0.84706,
176
- "blue": 0.98824,
177
- "alpha": 1
178
- },
179
- "borderRadius": 8,
180
- "borderWidth": 0
181
- }
182
- },
183
- {
184
- "if": {
185
- "background": "subtle"
186
- },
187
- "tokens": {
188
- "backgroundColor": {
189
- "red": 0.63137,
190
- "green": 0.92941,
191
- "blue": 0,
192
- "alpha": 1
193
- },
194
- "borderWidth": 0
195
- }
196
- },
197
- {
198
- "if": {
199
- "background": "grid"
200
- },
201
- "tokens": {
202
- "borderColor": {
203
- "red": 0,
204
- "green": 0,
205
- "blue": 0,
206
- "alpha": 1
207
- },
208
- "borderWidth": 1
209
- }
210
- },
211
- {
212
- "if": {
213
- "background": "feature"
214
- },
215
- "tokens": {
216
- "backgroundColor": {
217
- "red": 1,
218
- "green": 0.67843,
219
- "blue": 0,
220
- "alpha": 1
221
- },
222
- "borderRadius": 8,
223
- "borderWidth": 0
224
- }
225
- },
226
- {
227
- "if": {
228
- "background": "plain"
229
- },
230
- "tokens": {
231
- "backgroundColor": {
232
- "red": 1,
233
- "green": 1,
234
- "blue": 1,
235
- "alpha": 1
236
- },
237
- "borderWidth": 0
238
- }
239
- },
240
163
  {
241
164
  "if": {
242
165
  "style": "grid"
@@ -49,6 +49,7 @@
49
49
  "containerPaddingTop": 24,
50
50
  "margin": 4,
51
51
  "padding": 8,
52
+ "playIcon": "PaletteIconPlaySolid",
52
53
  "selectedBorderColor": {
53
54
  "red": 0,
54
55
  "green": 0,
@@ -1,13 +1,5 @@
1
1
  {
2
2
  "appearances": {
3
- "alternative": {
4
- "type": "variant",
5
- "values": [true]
6
- },
7
- "inverse": {
8
- "type": "variant",
9
- "values": [true]
10
- },
11
3
  "pressed": {
12
4
  "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.",
13
5
  "values": [true, false],
@@ -42,60 +34,6 @@
42
34
  }
43
35
  }
44
36
  },
45
- {
46
- "if": {
47
- "alternative": true
48
- },
49
- "tokens": {
50
- "color": {
51
- "red": 0.47843,
52
- "green": 0.23922,
53
- "blue": 0.98824,
54
- "alpha": 1
55
- }
56
- }
57
- },
58
- {
59
- "if": {
60
- "alternative": true,
61
- "pressed": true
62
- },
63
- "tokens": {
64
- "color": {
65
- "red": 0.4,
66
- "green": 0.4,
67
- "blue": 0.4,
68
- "alpha": 1
69
- }
70
- }
71
- },
72
- {
73
- "if": {
74
- "inverse": true
75
- },
76
- "tokens": {
77
- "color": {
78
- "red": 1,
79
- "green": 1,
80
- "blue": 1,
81
- "alpha": 1
82
- }
83
- }
84
- },
85
- {
86
- "if": {
87
- "inverse": true,
88
- "pressed": true
89
- },
90
- "tokens": {
91
- "color": {
92
- "red": 0.78824,
93
- "green": 0.78431,
94
- "blue": 0.78431,
95
- "alpha": 1
96
- }
97
- }
98
- },
99
37
  {
100
38
  "if": {
101
39
  "size": "large"
@@ -1,20 +1,10 @@
1
1
  {
2
2
  "appearances": {
3
- "alternative": {
4
- "description": "Replaces the default green colour with black",
5
- "type": "variant",
6
- "values": [true]
7
- },
8
3
  "expanded": {
9
4
  "description": "Applies when an ExpandCollapse panel is open and the content inside is visible",
10
5
  "values": [true, false],
11
6
  "type": "state"
12
7
  },
13
- "inverse": {
14
- "description": "Replaces the default green colour with white. Useful for dark backgrounds.",
15
- "type": "variant",
16
- "values": [true]
17
- },
18
8
  "quiet": {
19
9
  "description": "When it is true, it does not show the decoration",
20
10
  "type": "state",
@@ -23,6 +13,10 @@
23
13
  "size": {
24
14
  "type": "variant",
25
15
  "values": ["micro", "small", "large"]
16
+ },
17
+ "style": {
18
+ "type": "variant",
19
+ "values": ["subtle", "inverse"]
26
20
  }
27
21
  },
28
22
  "rules": [
@@ -36,7 +30,7 @@
36
30
  },
37
31
  {
38
32
  "if": {
39
- "alternative": true
33
+ "style": "subtle"
40
34
  },
41
35
  "tokens": {
42
36
  "color": {
@@ -49,7 +43,7 @@
49
43
  },
50
44
  {
51
45
  "if": {
52
- "inverse": true
46
+ "style": "inverse"
53
47
  },
54
48
  "tokens": {
55
49
  "color": {
@@ -106,8 +100,8 @@
106
100
  },
107
101
  {
108
102
  "if": {
109
- "alternative": true,
110
- "quiet": true
103
+ "quiet": true,
104
+ "style": "subtle"
111
105
  },
112
106
  "tokens": {
113
107
  "color": {
@@ -121,8 +115,8 @@
121
115
  },
122
116
  {
123
117
  "if": {
124
- "inverse": true,
125
- "quiet": true
118
+ "quiet": true,
119
+ "style": "inverse"
126
120
  },
127
121
  "tokens": {
128
122
  "color": {