@telus-uds/theme-koodo 5.5.0 → 5.5.1

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 (233) hide show
  1. package/build/android/IconButton.json +10 -4
  2. package/build/android/TermsAndConditions.json +51 -0
  3. package/build/android/schema.json +738 -673
  4. package/build/android/theme.json +62 -5
  5. package/build/ios/IconButton.json +10 -4
  6. package/build/ios/TermsAndConditions.json +51 -0
  7. package/build/ios/schema.json +738 -673
  8. package/build/ios/theme.json +62 -5
  9. package/build/rn/ActivityIndicator.js +1 -1
  10. package/build/rn/Badge.js +1 -1
  11. package/build/rn/BlockQuote.js +1 -1
  12. package/build/rn/Box.js +1 -1
  13. package/build/rn/Breadcrumbs.js +1 -1
  14. package/build/rn/Button.js +3 -3
  15. package/build/rn/ButtonDropdown.js +3 -3
  16. package/build/rn/ButtonGroup.js +1 -1
  17. package/build/rn/ButtonGroupItem.js +3 -3
  18. package/build/rn/Callout.js +1 -1
  19. package/build/rn/Card.js +3 -3
  20. package/build/rn/Carousel.js +1 -1
  21. package/build/rn/CarouselTabsPanelItem.js +3 -3
  22. package/build/rn/CarouselThumbnail.js +3 -3
  23. package/build/rn/Checkbox.js +3 -3
  24. package/build/rn/CheckboxCard.js +3 -3
  25. package/build/rn/CheckboxCardGroup.js +1 -1
  26. package/build/rn/CheckboxGroup.js +1 -1
  27. package/build/rn/ChevronLink.js +3 -3
  28. package/build/rn/ColourToggle.js +3 -3
  29. package/build/rn/Countdown.js +1 -1
  30. package/build/rn/DatePicker.js +1 -1
  31. package/build/rn/Disclaimer.js +1 -1
  32. package/build/rn/Divider.js +1 -1
  33. package/build/rn/ExpandCollapse.js +1 -1
  34. package/build/rn/ExpandCollapseControl.js +1 -1
  35. package/build/rn/ExpandCollapseMini.js +1 -1
  36. package/build/rn/ExpandCollapseMiniControl.js +1 -1
  37. package/build/rn/ExpandCollapsePanel.js +1 -1
  38. package/build/rn/Feedback.js +1 -1
  39. package/build/rn/Fieldset.js +1 -1
  40. package/build/rn/Footnote.js +1 -1
  41. package/build/rn/FootnoteLink.js +1 -1
  42. package/build/rn/HorizontalScrollButton.js +3 -3
  43. package/build/rn/Icon.js +1 -1
  44. package/build/rn/IconButton.js +9 -5
  45. package/build/rn/Image.js +1 -1
  46. package/build/rn/InputLabel.js +1 -1
  47. package/build/rn/InputSupports.js +1 -1
  48. package/build/rn/Link.js +3 -3
  49. package/build/rn/List.js +1 -1
  50. package/build/rn/Listbox.js +3 -3
  51. package/build/rn/Modal.js +1 -1
  52. package/build/rn/MultiSelectFilter.js +1 -1
  53. package/build/rn/NavigationBar.js +3 -3
  54. package/build/rn/Notification.js +1 -1
  55. package/build/rn/OrderedList.js +1 -1
  56. package/build/rn/Pagination.js +1 -1
  57. package/build/rn/PaginationPageButton.js +3 -3
  58. package/build/rn/PaginationSideButton.js +3 -3
  59. package/build/rn/PreviewCard.js +4 -4
  60. package/build/rn/PriceLockup.js +1 -1
  61. package/build/rn/Progress.js +1 -1
  62. package/build/rn/ProgressBar.js +1 -1
  63. package/build/rn/QuantitySelector.js +1 -1
  64. package/build/rn/QuantitySelectorSideButton.js +1 -1
  65. package/build/rn/QuickLinks.js +1 -1
  66. package/build/rn/QuickLinksButton.js +3 -3
  67. package/build/rn/QuickLinksCard.js +1 -1
  68. package/build/rn/QuickLinksFeature.js +1 -1
  69. package/build/rn/QuickLinksFeatureItem.js +3 -3
  70. package/build/rn/QuickLinksList.js +3 -3
  71. package/build/rn/Radio.js +3 -3
  72. package/build/rn/RadioCard.js +3 -3
  73. package/build/rn/RadioCardGroup.js +1 -1
  74. package/build/rn/RadioGroup.js +1 -1
  75. package/build/rn/Ribbon.js +1 -1
  76. package/build/rn/Search.js +2 -2
  77. package/build/rn/SearchButton.js +3 -3
  78. package/build/rn/Select.js +2 -2
  79. package/build/rn/SideNav.js +1 -1
  80. package/build/rn/SideNavItem.js +3 -3
  81. package/build/rn/SideNavItemsGroup.js +1 -1
  82. package/build/rn/Skeleton.js +1 -1
  83. package/build/rn/SkipLink.js +2 -2
  84. package/build/rn/Spinner.js +1 -1
  85. package/build/rn/SplashButton.js +2 -2
  86. package/build/rn/SplashButtonWithDetails.js +2 -2
  87. package/build/rn/StackView.js +1 -1
  88. package/build/rn/StepTracker.js +1 -1
  89. package/build/rn/StoryCard.js +3 -3
  90. package/build/rn/Table.js +1 -1
  91. package/build/rn/Tabs.js +1 -1
  92. package/build/rn/TabsItem.js +3 -3
  93. package/build/rn/Tags.js +1 -1
  94. package/build/rn/TagsItem.js +3 -3
  95. package/build/rn/TermsAndConditions.js +56 -1
  96. package/build/rn/Testimonial.js +1 -1
  97. package/build/rn/TextArea.js +1 -1
  98. package/build/rn/TextInput.js +2 -2
  99. package/build/rn/Timeline.js +1 -1
  100. package/build/rn/Toast.js +1 -1
  101. package/build/rn/ToggleSwitch.js +3 -3
  102. package/build/rn/ToggleSwitchGroup.js +1 -1
  103. package/build/rn/Tooltip.js +1 -1
  104. package/build/rn/TooltipButton.js +3 -3
  105. package/build/rn/Typography.js +1 -1
  106. package/build/rn/Video.js +1 -1
  107. package/build/rn/VideoButton.js +1 -1
  108. package/build/rn/VideoControlBar.js +1 -1
  109. package/build/rn/VideoMenu.js +1 -1
  110. package/build/rn/VideoMiddleControlButton.js +1 -1
  111. package/build/rn/VideoPicker.js +1 -1
  112. package/build/rn/VideoPickerSlider.js +1 -1
  113. package/build/rn/VideoPickerThumbnail.js +3 -3
  114. package/build/rn/VideoProgressBar.js +1 -1
  115. package/build/rn/VideoVolumeSlider.js +1 -1
  116. package/build/rn/WaffleGrid.js +1 -1
  117. package/build/rn/schema.json +738 -673
  118. package/build/rn/spacingScale.js +1 -1
  119. package/build/rn/theme.js +132 -73
  120. package/build/web/ActivityIndicator.js +1 -1
  121. package/build/web/Badge.js +1 -1
  122. package/build/web/BlockQuote.js +1 -1
  123. package/build/web/Box.js +1 -1
  124. package/build/web/Breadcrumbs.js +1 -1
  125. package/build/web/Button.js +149 -1
  126. package/build/web/ButtonDropdown.js +48 -1
  127. package/build/web/ButtonGroup.js +1 -1
  128. package/build/web/ButtonGroupItem.js +34 -1
  129. package/build/web/Callout.js +1 -1
  130. package/build/web/Card.js +25 -2
  131. package/build/web/Carousel.js +1 -1
  132. package/build/web/CarouselTabsPanelItem.js +53 -1
  133. package/build/web/CarouselThumbnail.js +18 -1
  134. package/build/web/Checkbox.js +21 -1
  135. package/build/web/CheckboxCard.js +37 -1
  136. package/build/web/CheckboxCardGroup.js +1 -1
  137. package/build/web/CheckboxGroup.js +1 -1
  138. package/build/web/ChevronLink.js +49 -1
  139. package/build/web/ColourToggle.js +29 -1
  140. package/build/web/Countdown.js +1 -1
  141. package/build/web/DatePicker.js +1 -1
  142. package/build/web/Disclaimer.js +1 -1
  143. package/build/web/Divider.js +1 -1
  144. package/build/web/ExpandCollapse.js +1 -1
  145. package/build/web/ExpandCollapseControl.js +1 -1
  146. package/build/web/ExpandCollapseMini.js +1 -1
  147. package/build/web/ExpandCollapseMiniControl.js +1 -1
  148. package/build/web/ExpandCollapsePanel.js +1 -1
  149. package/build/web/Feedback.js +1 -1
  150. package/build/web/Fieldset.js +1 -1
  151. package/build/web/Footnote.js +1 -1
  152. package/build/web/FootnoteLink.js +1 -1
  153. package/build/web/HorizontalScrollButton.js +21 -1
  154. package/build/web/Icon.js +1 -1
  155. package/build/web/IconButton.js +56 -3
  156. package/build/web/Image.js +1 -1
  157. package/build/web/InputLabel.js +1 -1
  158. package/build/web/InputSupports.js +1 -1
  159. package/build/web/Link.js +66 -2
  160. package/build/web/List.js +1 -1
  161. package/build/web/Listbox.js +104 -1
  162. package/build/web/Modal.js +1 -1
  163. package/build/web/MultiSelectFilter.js +1 -1
  164. package/build/web/NavigationBar.js +44 -1
  165. package/build/web/Notification.js +1 -1
  166. package/build/web/OrderedList.js +1 -1
  167. package/build/web/Pagination.js +1 -1
  168. package/build/web/PaginationPageButton.js +26 -1
  169. package/build/web/PaginationSideButton.js +35 -1
  170. package/build/web/PreviewCard.js +43 -3
  171. package/build/web/PriceLockup.js +1 -1
  172. package/build/web/Progress.js +1 -1
  173. package/build/web/ProgressBar.js +1 -1
  174. package/build/web/QuantitySelector.js +1 -1
  175. package/build/web/QuantitySelectorSideButton.js +1 -1
  176. package/build/web/QuickLinks.js +1 -1
  177. package/build/web/QuickLinksButton.js +19 -1
  178. package/build/web/QuickLinksCard.js +1 -1
  179. package/build/web/QuickLinksFeature.js +1 -1
  180. package/build/web/QuickLinksFeatureItem.js +29 -1
  181. package/build/web/QuickLinksList.js +15 -1
  182. package/build/web/Radio.js +22 -1
  183. package/build/web/RadioCard.js +37 -1
  184. package/build/web/RadioCardGroup.js +1 -1
  185. package/build/web/RadioGroup.js +1 -1
  186. package/build/web/Ribbon.js +1 -1
  187. package/build/web/Search.js +8 -1
  188. package/build/web/SearchButton.js +30 -1
  189. package/build/web/Select.js +15 -1
  190. package/build/web/SideNav.js +1 -1
  191. package/build/web/SideNavItem.js +19 -1
  192. package/build/web/SideNavItemsGroup.js +1 -1
  193. package/build/web/Skeleton.js +1 -1
  194. package/build/web/SkipLink.js +13 -2
  195. package/build/web/Spinner.js +1 -1
  196. package/build/web/SplashButton.js +9 -2
  197. package/build/web/SplashButtonWithDetails.js +15 -3
  198. package/build/web/StackView.js +1 -1
  199. package/build/web/StepTracker.js +1 -1
  200. package/build/web/StoryCard.js +25 -2
  201. package/build/web/Table.js +1 -1
  202. package/build/web/Tabs.js +1 -1
  203. package/build/web/TabsItem.js +49 -1
  204. package/build/web/Tags.js +1 -1
  205. package/build/web/TagsItem.js +57 -1
  206. package/build/web/TermsAndConditions.js +56 -1
  207. package/build/web/Testimonial.js +1 -1
  208. package/build/web/TextArea.js +1 -1
  209. package/build/web/TextInput.js +30 -3
  210. package/build/web/Timeline.js +1 -1
  211. package/build/web/Toast.js +1 -1
  212. package/build/web/ToggleSwitch.js +63 -1
  213. package/build/web/ToggleSwitchGroup.js +1 -1
  214. package/build/web/Tooltip.js +1 -1
  215. package/build/web/TooltipButton.js +33 -1
  216. package/build/web/Typography.js +1 -1
  217. package/build/web/Video.js +1 -1
  218. package/build/web/VideoButton.js +1 -1
  219. package/build/web/VideoControlBar.js +1 -1
  220. package/build/web/VideoMenu.js +1 -1
  221. package/build/web/VideoMiddleControlButton.js +1 -1
  222. package/build/web/VideoPicker.js +1 -1
  223. package/build/web/VideoPickerSlider.js +1 -1
  224. package/build/web/VideoPickerThumbnail.js +25 -1
  225. package/build/web/VideoProgressBar.js +1 -1
  226. package/build/web/VideoVolumeSlider.js +1 -1
  227. package/build/web/WaffleGrid.js +1 -1
  228. package/build/web/index.js +1 -1
  229. package/build/web/schema.json +738 -673
  230. package/build/web/spacingScale.js +1 -1
  231. package/build/web/theme.js +1434 -28
  232. package/package.json +4 -4
  233. package/theme.json +52 -1
@@ -1,7 +1,7 @@
1
1
  /*
2
2
  *
3
3
  * Do not edit directly
4
- * Generated on Thu, 18 Jan 2024 22:40:58 GMT
4
+ * Generated on Mon, 29 Jan 2024 18:22:55 GMT
5
5
  *
6
6
  */
7
7
 
package/build/rn/theme.js CHANGED
@@ -1,7 +1,7 @@
1
1
  /*
2
2
  *
3
3
  * Do not edit directly
4
- * Generated on Thu, 18 Jan 2024 22:40:58 GMT
4
+ * Generated on Mon, 29 Jan 2024 18:22:55 GMT
5
5
  *
6
6
  */
7
7
 
@@ -339,13 +339,13 @@ module.exports = {
339
339
  },
340
340
  focus: {
341
341
  description: "Currently only web has good support for this. Applies when an interactive component's focus handler is triggered, such as keyboard tabbing or selection.",
342
- platforms: [ 'rn' ],
342
+ platforms: [ 'rn', 'web' ],
343
343
  type: 'state',
344
344
  values: [ true, false ]
345
345
  },
346
346
  hover: {
347
347
  description: "Currently web only. Applies when an interactive component's hover handler is triggered, such as on mouseover.",
348
- platforms: [ 'rn' ],
348
+ platforms: [ 'rn', 'web' ],
349
349
  type: 'state',
350
350
  values: [ true, false ]
351
351
  },
@@ -729,13 +729,13 @@ module.exports = {
729
729
  appearances: {
730
730
  focus: {
731
731
  description: "Currently only web has good support for this. Applies when an interactive component's focus handler is triggered, such as keyboard tabbing or selection.",
732
- platforms: [ 'rn' ],
732
+ platforms: [ 'rn', 'web' ],
733
733
  type: 'state',
734
734
  values: [ true, false ]
735
735
  },
736
736
  hover: {
737
737
  description: "Currently web only. Applies when an interactive component's hover handler is triggered, such as on mouseover.",
738
- platforms: [ 'rn' ],
738
+ platforms: [ 'rn', 'web' ],
739
739
  type: 'state',
740
740
  values: [ true, false ]
741
741
  },
@@ -914,13 +914,13 @@ module.exports = {
914
914
  appearances: {
915
915
  focus: {
916
916
  description: "Currently only web has good support for this. Applies when an interactive component's focus handler is triggered, such as keyboard tabbing or selection.",
917
- platforms: [ 'rn' ],
917
+ platforms: [ 'rn', 'web' ],
918
918
  type: 'state',
919
919
  values: [ true, false ]
920
920
  },
921
921
  hover: {
922
922
  description: "Currently web only. Applies when an interactive component's hover handler is triggered, such as on mouseover.",
923
- platforms: [ 'rn' ],
923
+ platforms: [ 'rn', 'web' ],
924
924
  type: 'state',
925
925
  values: [ true, false ]
926
926
  },
@@ -1060,13 +1060,13 @@ module.exports = {
1060
1060
  borderRadius: { type: 'variant', values: [ 'none', 'small', 'large' ] },
1061
1061
  focus: {
1062
1062
  description: "Currently only web has good support for this. Applies when an interactive component's focus handler is triggered, such as keyboard tabbing or selection.",
1063
- platforms: [ 'rn' ],
1063
+ platforms: [ 'rn', 'web' ],
1064
1064
  type: 'state',
1065
1065
  values: [ true, false ]
1066
1066
  },
1067
1067
  hover: {
1068
1068
  description: "Currently web only. Applies when an interactive component's hover handler is triggered, such as on mouseover.",
1069
- platforms: [ 'rn' ],
1069
+ platforms: [ 'rn', 'web' ],
1070
1070
  type: 'state',
1071
1071
  values: [ true, false ]
1072
1072
  },
@@ -1250,13 +1250,13 @@ module.exports = {
1250
1250
  appearances: {
1251
1251
  focus: {
1252
1252
  description: "Currently only web has good support for this. Applies when an interactive component's focus handler is triggered, such as keyboard tabbing or selection.",
1253
- platforms: [ 'rn' ],
1253
+ platforms: [ 'rn', 'web' ],
1254
1254
  type: 'state',
1255
1255
  values: [ true, false ]
1256
1256
  },
1257
1257
  hover: {
1258
1258
  description: "Currently web only. Applies when an interactive component's hover handler is triggered, such as on mouseover.",
1259
- platforms: [ 'rn' ],
1259
+ platforms: [ 'rn', 'web' ],
1260
1260
  type: 'state',
1261
1261
  values: [ true, false ]
1262
1262
  },
@@ -1392,13 +1392,13 @@ module.exports = {
1392
1392
  appearances: {
1393
1393
  focus: {
1394
1394
  description: "Currently only web has good support for this. Applies when an interactive component's focus handler is triggered, such as keyboard tabbing or selection.",
1395
- platforms: [ 'rn' ],
1395
+ platforms: [ 'rn', 'web' ],
1396
1396
  type: 'state',
1397
1397
  values: [ true, false ]
1398
1398
  },
1399
1399
  hover: {
1400
1400
  description: "Currently web only. Applies when an interactive component's hover handler is triggered, such as on mouseover.",
1401
- platforms: [ 'rn' ],
1401
+ platforms: [ 'rn', 'web' ],
1402
1402
  type: 'state',
1403
1403
  values: [ true, false ]
1404
1404
  },
@@ -1451,13 +1451,13 @@ module.exports = {
1451
1451
  error: { type: 'state', values: [ true ] },
1452
1452
  focus: {
1453
1453
  description: "Currently only web has good support for this. Applies when an interactive component's focus handler is triggered, such as keyboard tabbing or selection.",
1454
- platforms: [ 'rn' ],
1454
+ platforms: [ 'rn', 'web' ],
1455
1455
  type: 'state',
1456
1456
  values: [ true, false ]
1457
1457
  },
1458
1458
  hover: {
1459
1459
  description: "Currently web only. Applies when an interactive component's hover handler is triggered, such as on mouseover.",
1460
- platforms: [ 'rn' ],
1460
+ platforms: [ 'rn', 'web' ],
1461
1461
  type: 'state',
1462
1462
  values: [ true, false ]
1463
1463
  },
@@ -1526,13 +1526,13 @@ module.exports = {
1526
1526
  error: { type: 'state', values: [ true ] },
1527
1527
  focus: {
1528
1528
  description: "Currently only web has good support for this. Applies when an interactive component's focus handler is triggered, such as keyboard tabbing or selection.",
1529
- platforms: [ 'rn' ],
1529
+ platforms: [ 'rn', 'web' ],
1530
1530
  type: 'state',
1531
1531
  values: [ true, false ]
1532
1532
  },
1533
1533
  hover: {
1534
1534
  description: "Currently web only. Applies when an interactive component's hover handler is triggered, such as on mouseover.",
1535
- platforms: [ 'rn' ],
1535
+ platforms: [ 'rn', 'web' ],
1536
1536
  type: 'state',
1537
1537
  values: [ true, false ]
1538
1538
  },
@@ -1731,13 +1731,13 @@ module.exports = {
1731
1731
  alternative: { type: 'variant', values: [ true ] },
1732
1732
  focus: {
1733
1733
  description: "Currently only web has good support for this. Applies when an interactive component's focus handler is triggered, such as keyboard tabbing or selection.",
1734
- platforms: [ 'rn' ],
1734
+ platforms: [ 'rn', 'web' ],
1735
1735
  type: 'state',
1736
1736
  values: [ true, false ]
1737
1737
  },
1738
1738
  hover: {
1739
1739
  description: "Currently web only. Applies when an interactive component's hover handler is triggered, such as on mouseover.",
1740
- platforms: [ 'rn' ],
1740
+ platforms: [ 'rn', 'web' ],
1741
1741
  type: 'state',
1742
1742
  values: [ true, false ]
1743
1743
  },
@@ -1839,13 +1839,13 @@ module.exports = {
1839
1839
  appearances: {
1840
1840
  focus: {
1841
1841
  description: "Currently only web has good support for this. Applies when an interactive component's focus handler is triggered, such as keyboard tabbing or selection.",
1842
- platforms: [ 'rn' ],
1842
+ platforms: [ 'rn', 'web' ],
1843
1843
  type: 'state',
1844
1844
  values: [ true, false ]
1845
1845
  },
1846
1846
  hover: {
1847
1847
  description: "Currently web only. Applies when an interactive component's hover handler is triggered, such as on mouseover.",
1848
- platforms: [ 'rn' ],
1848
+ platforms: [ 'rn', 'web' ],
1849
1849
  type: 'state',
1850
1850
  values: [ true, false ]
1851
1851
  },
@@ -2451,13 +2451,13 @@ module.exports = {
2451
2451
  appearances: {
2452
2452
  focus: {
2453
2453
  description: "Currently only web has good support for this. Applies when an interactive component's focus handler is triggered, such as keyboard tabbing or selection.",
2454
- platforms: [ 'rn' ],
2454
+ platforms: [ 'rn', 'web' ],
2455
2455
  type: 'state',
2456
2456
  values: [ true, false ]
2457
2457
  },
2458
2458
  hover: {
2459
2459
  description: "Currently web only. Applies when an interactive component's hover handler is triggered, such as on mouseover.",
2460
- platforms: [ 'rn' ],
2460
+ platforms: [ 'rn', 'web' ],
2461
2461
  type: 'state',
2462
2462
  values: [ true, false ]
2463
2463
  },
@@ -2565,13 +2565,13 @@ module.exports = {
2565
2565
  },
2566
2566
  focus: {
2567
2567
  description: "Currently only web has good support for this. Applies when an interactive component's focus handler is triggered, such as keyboard tabbing or selection.",
2568
- platforms: [ 'rn' ],
2568
+ platforms: [ 'rn', 'web' ],
2569
2569
  type: 'state',
2570
2570
  values: [ true, false ]
2571
2571
  },
2572
2572
  hover: {
2573
2573
  description: "Currently web only. Applies when an interactive component's hover handler is triggered, such as on mouseover.",
2574
- platforms: [ 'rn' ],
2574
+ platforms: [ 'rn', 'web' ],
2575
2575
  type: 'state',
2576
2576
  values: [ true, false ]
2577
2577
  },
@@ -2671,7 +2671,11 @@ module.exports = {
2671
2671
  },
2672
2672
  {
2673
2673
  if: { inverse: true },
2674
- tokens: { borderColor: 'rgba(0, 0, 0, 0)', iconColor: '#ffffff' }
2674
+ tokens: {
2675
+ backgroundColor: 'rgba(0, 0, 0, 0)',
2676
+ borderColor: 'rgba(0, 0, 0, 0)',
2677
+ iconColor: '#ffffff'
2678
+ }
2675
2679
  },
2676
2680
  {
2677
2681
  if: { hover: true },
@@ -2784,7 +2788,7 @@ module.exports = {
2784
2788
  }
2785
2789
  ],
2786
2790
  tokens: {
2787
- backgroundColor: 'transparent',
2791
+ backgroundColor: '#ffffff',
2788
2792
  borderBottomLeftRadius: null,
2789
2793
  borderBottomRightRadius: null,
2790
2794
  borderBottomWidth: null,
@@ -2835,13 +2839,13 @@ module.exports = {
2835
2839
  alternative: { type: 'variant', values: [ true ] },
2836
2840
  focus: {
2837
2841
  description: "Currently only web has good support for this. Applies when an interactive component's focus handler is triggered, such as keyboard tabbing or selection.",
2838
- platforms: [ 'rn' ],
2842
+ platforms: [ 'rn', 'web' ],
2839
2843
  type: 'state',
2840
2844
  values: [ true, false ]
2841
2845
  },
2842
2846
  hover: {
2843
2847
  description: "Currently web only. Applies when an interactive component's hover handler is triggered, such as on mouseover.",
2844
- platforms: [ 'rn' ],
2848
+ platforms: [ 'rn', 'web' ],
2845
2849
  type: 'state',
2846
2850
  values: [ true, false ]
2847
2851
  },
@@ -3059,13 +3063,13 @@ module.exports = {
3059
3063
  },
3060
3064
  focus: {
3061
3065
  description: "Currently only web has good support for this. Applies when an interactive component's focus handler is triggered, such as keyboard tabbing or selection.",
3062
- platforms: [ 'rn' ],
3066
+ platforms: [ 'rn', 'web' ],
3063
3067
  type: 'state',
3064
3068
  values: [ true, false ]
3065
3069
  },
3066
3070
  hover: {
3067
3071
  description: "Currently web only. Applies when an interactive component's hover handler is triggered, such as on mouseover.",
3068
- platforms: [ 'rn' ],
3072
+ platforms: [ 'rn', 'web' ],
3069
3073
  type: 'state',
3070
3074
  values: [ true, false ]
3071
3075
  },
@@ -3484,13 +3488,13 @@ module.exports = {
3484
3488
  },
3485
3489
  focus: {
3486
3490
  description: "Currently only web has good support for this. Applies when an interactive component's focus handler is triggered, such as keyboard tabbing or selection.",
3487
- platforms: [ 'rn' ],
3491
+ platforms: [ 'rn', 'web' ],
3488
3492
  type: 'state',
3489
3493
  values: [ true, false ]
3490
3494
  },
3491
3495
  hover: {
3492
3496
  description: "Currently web only. Applies when an interactive component's hover handler is triggered, such as on mouseover.",
3493
- platforms: [ 'rn' ],
3497
+ platforms: [ 'rn', 'web' ],
3494
3498
  type: 'state',
3495
3499
  values: [ true, false ]
3496
3500
  },
@@ -3805,13 +3809,13 @@ module.exports = {
3805
3809
  appearances: {
3806
3810
  focus: {
3807
3811
  description: "Currently only web has good support for this. Applies when an interactive component's focus handler is triggered, such as keyboard tabbing or selection.",
3808
- platforms: [ 'rn' ],
3812
+ platforms: [ 'rn', 'web' ],
3809
3813
  type: 'state',
3810
3814
  values: [ true, false ]
3811
3815
  },
3812
3816
  hover: {
3813
3817
  description: "Currently web only. Applies when an interactive component's hover handler is triggered, such as on mouseover.",
3814
- platforms: [ 'rn' ],
3818
+ platforms: [ 'rn', 'web' ],
3815
3819
  type: 'state',
3816
3820
  values: [ true, false ]
3817
3821
  },
@@ -3897,13 +3901,13 @@ module.exports = {
3897
3901
  },
3898
3902
  focus: {
3899
3903
  description: "Currently only web has good support for this. Applies when an interactive component's focus handler is triggered, such as keyboard tabbing or selection.",
3900
- platforms: [ 'rn' ],
3904
+ platforms: [ 'rn', 'web' ],
3901
3905
  type: 'state',
3902
3906
  values: [ true, false ]
3903
3907
  },
3904
3908
  hover: {
3905
3909
  description: "Currently web only. Applies when an interactive component's hover handler is triggered, such as on mouseover.",
3906
- platforms: [ 'rn' ],
3910
+ platforms: [ 'rn', 'web' ],
3907
3911
  type: 'state',
3908
3912
  values: [ true, false ]
3909
3913
  },
@@ -4004,19 +4008,19 @@ module.exports = {
4004
4008
  appearances: {
4005
4009
  focus: {
4006
4010
  description: "Currently only web has good support for this. Applies when an interactive component's focus handler is triggered, such as keyboard tabbing or selection.",
4007
- platforms: [ 'rn' ],
4011
+ platforms: [ 'rn', 'web' ],
4008
4012
  type: 'state',
4009
4013
  values: [ true, false ]
4010
4014
  },
4011
4015
  hover: {
4012
4016
  description: "Currently web only. Applies when an interactive component's hover handler is triggered, such as on mouseover.",
4013
- platforms: [ 'rn' ],
4017
+ platforms: [ 'rn', 'web' ],
4014
4018
  type: 'state',
4015
4019
  values: [ true, false ]
4016
4020
  },
4017
4021
  pressed: {
4018
4022
  description: "Currently only web has good support for this. Applies when an interactive component's focus handler is triggered, such as keyboard tabbing or selection.",
4019
- platforms: [ 'rn' ],
4023
+ platforms: [ 'rn', 'web' ],
4020
4024
  type: 'state',
4021
4025
  values: [ true, false ]
4022
4026
  }
@@ -4349,13 +4353,13 @@ module.exports = {
4349
4353
  appearances: {
4350
4354
  focus: {
4351
4355
  description: "Currently only web has good support for this. Applies when an interactive component's focus handler is triggered, such as keyboard tabbing or selection.",
4352
- platforms: [ 'rn' ],
4356
+ platforms: [ 'rn', 'web' ],
4353
4357
  type: 'state',
4354
4358
  values: [ true, false ]
4355
4359
  },
4356
4360
  hover: {
4357
4361
  description: "Currently web only. Applies when an interactive component's hover handler is triggered, such as on mouseover.",
4358
- platforms: [ 'rn' ],
4362
+ platforms: [ 'rn', 'web' ],
4359
4363
  type: 'state',
4360
4364
  values: [ true, false ]
4361
4365
  },
@@ -4440,13 +4444,13 @@ module.exports = {
4440
4444
  appearances: {
4441
4445
  focus: {
4442
4446
  description: "Currently only web has good support for this. Applies when an interactive component's focus handler is triggered, such as keyboard tabbing or selection.",
4443
- platforms: [ 'rn' ],
4447
+ platforms: [ 'rn', 'web' ],
4444
4448
  type: 'state',
4445
4449
  values: [ true, false ]
4446
4450
  },
4447
4451
  hover: {
4448
4452
  description: "Currently web only. Applies when an interactive component's hover handler is triggered, such as on mouseover.",
4449
- platforms: [ 'rn' ],
4453
+ platforms: [ 'rn', 'web' ],
4450
4454
  type: 'state',
4451
4455
  values: [ true, false ]
4452
4456
  },
@@ -4515,13 +4519,13 @@ module.exports = {
4515
4519
  appearances: {
4516
4520
  focus: {
4517
4521
  description: "Currently only web has good support for this. Applies when an interactive component's focus handler is triggered, such as keyboard tabbing or selection.",
4518
- platforms: [ 'rn' ],
4522
+ platforms: [ 'rn', 'web' ],
4519
4523
  type: 'state',
4520
4524
  values: [ true, false ]
4521
4525
  },
4522
4526
  hover: {
4523
4527
  description: "Currently web only. Applies when an interactive component's hover handler is triggered, such as on mouseover.",
4524
- platforms: [ 'rn' ],
4528
+ platforms: [ 'rn', 'web' ],
4525
4529
  type: 'state',
4526
4530
  values: [ true, false ]
4527
4531
  },
@@ -4576,13 +4580,13 @@ module.exports = {
4576
4580
  error: { type: 'state', values: [ true ] },
4577
4581
  focus: {
4578
4582
  description: "Currently only web has good support for this. Applies when an interactive component's focus handler is triggered, such as keyboard tabbing or selection.",
4579
- platforms: [ 'rn' ],
4583
+ platforms: [ 'rn', 'web' ],
4580
4584
  type: 'state',
4581
4585
  values: [ true, false ]
4582
4586
  },
4583
4587
  hover: {
4584
4588
  description: "Currently web only. Applies when an interactive component's hover handler is triggered, such as on mouseover.",
4585
- platforms: [ 'rn' ],
4589
+ platforms: [ 'rn', 'web' ],
4586
4590
  type: 'state',
4587
4591
  values: [ true, false ]
4588
4592
  },
@@ -4683,13 +4687,13 @@ module.exports = {
4683
4687
  error: { type: 'state', values: [ true ] },
4684
4688
  focus: {
4685
4689
  description: "Currently only web has good support for this. Applies when an interactive component's focus handler is triggered, such as keyboard tabbing or selection.",
4686
- platforms: [ 'rn' ],
4690
+ platforms: [ 'rn', 'web' ],
4687
4691
  type: 'state',
4688
4692
  values: [ true, false ]
4689
4693
  },
4690
4694
  hover: {
4691
4695
  description: "Currently web only. Applies when an interactive component's hover handler is triggered, such as on mouseover.",
4692
- platforms: [ 'rn' ],
4696
+ platforms: [ 'rn', 'web' ],
4693
4697
  type: 'state',
4694
4698
  values: [ true, false ]
4695
4699
  },
@@ -4944,7 +4948,7 @@ module.exports = {
4944
4948
  },
4945
4949
  hover: {
4946
4950
  description: "Currently web only. Applies when an interactive component's hover handler is triggered, such as on mouseover.",
4947
- platforms: [ 'rn' ],
4951
+ platforms: [ 'rn', 'web' ],
4948
4952
  type: 'state',
4949
4953
  values: [ true, false ]
4950
4954
  },
@@ -5002,13 +5006,13 @@ module.exports = {
5002
5006
  appearances: {
5003
5007
  focus: {
5004
5008
  description: "Currently only web has good support for this. Applies when an interactive component's focus handler is triggered, such as keyboard tabbing or selection.",
5005
- platforms: [ 'rn' ],
5009
+ platforms: [ 'rn', 'web' ],
5006
5010
  type: 'state',
5007
5011
  values: [ true, false ]
5008
5012
  },
5009
5013
  hover: {
5010
5014
  description: "Currently web only. Applies when an interactive component's hover handler is triggered, such as on mouseover.",
5011
- platforms: [ 'rn' ],
5015
+ platforms: [ 'rn', 'web' ],
5012
5016
  type: 'state',
5013
5017
  values: [ true, false ]
5014
5018
  },
@@ -5094,7 +5098,7 @@ module.exports = {
5094
5098
  },
5095
5099
  hover: {
5096
5100
  description: "Currently web only. Applies when an interactive component's hover handler is triggered, such as on mouseover.",
5097
- platforms: [ 'rn' ],
5101
+ platforms: [ 'rn', 'web' ],
5098
5102
  type: 'state',
5099
5103
  values: [ true, false ]
5100
5104
  },
@@ -5194,13 +5198,13 @@ module.exports = {
5194
5198
  },
5195
5199
  focus: {
5196
5200
  description: "Currently only web has good support for this. Applies when an interactive component's focus handler is triggered, such as keyboard tabbing or selection.",
5197
- platforms: [ 'rn' ],
5201
+ platforms: [ 'rn', 'web' ],
5198
5202
  type: 'state',
5199
5203
  values: [ true, false ]
5200
5204
  },
5201
5205
  hover: {
5202
5206
  description: "Currently web only. Applies when an interactive component's hover handler is triggered, such as on mouseover.",
5203
- platforms: [ 'rn' ],
5207
+ platforms: [ 'rn', 'web' ],
5204
5208
  type: 'state',
5205
5209
  values: [ true, false ]
5206
5210
  },
@@ -5330,7 +5334,7 @@ module.exports = {
5330
5334
  appearances: {
5331
5335
  focus: {
5332
5336
  description: "Currently only web has good support for this. Applies when an interactive component's focus handler is triggered, such as keyboard tabbing or selection.",
5333
- platforms: [ 'rn' ],
5337
+ platforms: [ 'rn', 'web' ],
5334
5338
  type: 'state',
5335
5339
  values: [ true, false ]
5336
5340
  },
@@ -5376,7 +5380,7 @@ module.exports = {
5376
5380
  appearances: {
5377
5381
  hover: {
5378
5382
  description: "Currently web only. Applies when an interactive component's hover handler is triggered, such as on mouseover.",
5379
- platforms: [ 'rn' ],
5383
+ platforms: [ 'rn', 'web' ],
5380
5384
  type: 'state',
5381
5385
  values: [ true, false ]
5382
5386
  }
@@ -5393,7 +5397,7 @@ module.exports = {
5393
5397
  appearances: {
5394
5398
  hover: {
5395
5399
  description: "Currently web only. Applies when an interactive component's hover handler is triggered, such as on mouseover.",
5396
- platforms: [ 'rn' ],
5400
+ platforms: [ 'rn', 'web' ],
5397
5401
  type: 'state',
5398
5402
  values: [ true, false ]
5399
5403
  }
@@ -5527,13 +5531,13 @@ module.exports = {
5527
5531
  appearances: {
5528
5532
  focus: {
5529
5533
  description: "Currently only web has good support for this. Applies when an interactive component's focus handler is triggered, such as keyboard tabbing or selection.",
5530
- platforms: [ 'rn' ],
5534
+ platforms: [ 'rn', 'web' ],
5531
5535
  type: 'state',
5532
5536
  values: [ true, false ]
5533
5537
  },
5534
5538
  hover: {
5535
5539
  description: "Currently web only. Applies when an interactive component's hover handler is triggered, such as on mouseover.",
5536
- platforms: [ 'rn' ],
5540
+ platforms: [ 'rn', 'web' ],
5537
5541
  type: 'state',
5538
5542
  values: [ true, false ]
5539
5543
  },
@@ -5758,13 +5762,13 @@ module.exports = {
5758
5762
  },
5759
5763
  focus: {
5760
5764
  description: "Currently only web has good support for this. Applies when an interactive component's focus handler is triggered, such as keyboard tabbing or selection.",
5761
- platforms: [ 'rn' ],
5765
+ platforms: [ 'rn', 'web' ],
5762
5766
  type: 'state',
5763
5767
  values: [ true, false ]
5764
5768
  },
5765
5769
  hover: {
5766
5770
  description: "Currently web only. Applies when an interactive component's hover handler is triggered, such as on mouseover.",
5767
- platforms: [ 'rn' ],
5771
+ platforms: [ 'rn', 'web' ],
5768
5772
  type: 'state',
5769
5773
  values: [ true, false ]
5770
5774
  },
@@ -5900,13 +5904,13 @@ module.exports = {
5900
5904
  appearances: {
5901
5905
  focus: {
5902
5906
  description: "Currently only web has good support for this. Applies when an interactive component's focus handler is triggered, such as keyboard tabbing or selection.",
5903
- platforms: [ 'rn' ],
5907
+ platforms: [ 'rn', 'web' ],
5904
5908
  type: 'state',
5905
5909
  values: [ true, false ]
5906
5910
  },
5907
5911
  hover: {
5908
5912
  description: "Currently web only. Applies when an interactive component's hover handler is triggered, such as on mouseover.",
5909
- platforms: [ 'rn' ],
5913
+ platforms: [ 'rn', 'web' ],
5910
5914
  type: 'state',
5911
5915
  values: [ true, false ]
5912
5916
  },
@@ -6052,6 +6056,23 @@ module.exports = {
6052
6056
  type: 'state',
6053
6057
  values: [ true, false ]
6054
6058
  },
6059
+ focus: {
6060
+ description: "Currently only web has good support for this. Applies when an interactive component's focus handler is triggered, such as keyboard tabbing or selection.",
6061
+ platforms: [ 'rn', 'web' ],
6062
+ type: 'state',
6063
+ values: [ true, false ]
6064
+ },
6065
+ hover: {
6066
+ description: "Currently web only. Applies when an interactive component's hover handler is triggered, such as on mouseover.",
6067
+ platforms: [ 'rn', 'web' ],
6068
+ type: 'state',
6069
+ values: [ true, false ]
6070
+ },
6071
+ pressed: {
6072
+ 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.',
6073
+ type: 'state',
6074
+ values: [ true, false ]
6075
+ },
6055
6076
  viewport: {
6056
6077
  description: 'The size label for the current screen viewport based on the current screen width',
6057
6078
  type: 'state',
@@ -6070,6 +6091,38 @@ module.exports = {
6070
6091
  {
6071
6092
  if: { expanded: true },
6072
6093
  tokens: { icon: PaletteIconChevronUp }
6094
+ },
6095
+ {
6096
+ if: { hover: true },
6097
+ tokens: {
6098
+ iconBackgroundColor: '#000000',
6099
+ iconColor: '#ffffff',
6100
+ iconOuterBorderGap: 2
6101
+ }
6102
+ },
6103
+ {
6104
+ if: { pressed: true },
6105
+ tokens: {
6106
+ iconBackgroundColor: '#404040',
6107
+ iconColor: '#ffffff',
6108
+ iconOuterBorderGap: 2
6109
+ }
6110
+ },
6111
+ {
6112
+ if: { focus: true },
6113
+ tokens: {
6114
+ iconOuterBorderColor: '#000000',
6115
+ iconOuterBorderGap: 2,
6116
+ iconOuterBorderWidth: 1
6117
+ }
6118
+ },
6119
+ {
6120
+ if: { focus: true, pressed: true },
6121
+ tokens: {
6122
+ iconBackgroundColor: '#404040',
6123
+ iconColor: '#404040',
6124
+ iconOuterBorderGap: 2
6125
+ }
6073
6126
  }
6074
6127
  ],
6075
6128
  tokens: {
@@ -6103,6 +6156,12 @@ module.exports = {
6103
6156
  expandTitlePaddingLeft: 0,
6104
6157
  expandTitleUnderline: 'none',
6105
6158
  icon: PaletteIconChevronDown,
6159
+ iconBackgroundColor: 'rgba(0, 0, 0, 0)',
6160
+ iconBorderColor: 'rgba(0, 0, 0, 0)',
6161
+ iconColor: '#000000',
6162
+ iconOuterBorderColor: 'rgba(0, 0, 0, 0)',
6163
+ iconOuterBorderGap: 0,
6164
+ iconOuterBorderWidth: 0,
6106
6165
  listColor: '#000000',
6107
6166
  listFontName: 'StagSans',
6108
6167
  listFontSize: 14,
@@ -6182,7 +6241,7 @@ module.exports = {
6182
6241
  },
6183
6242
  hover: {
6184
6243
  description: "Currently web only. Applies when an interactive component's hover handler is triggered, such as on mouseover.",
6185
- platforms: [ 'rn' ],
6244
+ platforms: [ 'rn', 'web' ],
6186
6245
  type: 'state',
6187
6246
  values: [ true, false ]
6188
6247
  },
@@ -6377,13 +6436,13 @@ module.exports = {
6377
6436
  appearances: {
6378
6437
  focus: {
6379
6438
  description: "Currently only web has good support for this. Applies when an interactive component's focus handler is triggered, such as keyboard tabbing or selection.",
6380
- platforms: [ 'rn' ],
6439
+ platforms: [ 'rn', 'web' ],
6381
6440
  type: 'state',
6382
6441
  values: [ true, false ]
6383
6442
  },
6384
6443
  hover: {
6385
6444
  description: "Currently web only. Applies when an interactive component's hover handler is triggered, such as on mouseover.",
6386
- platforms: [ 'rn' ],
6445
+ platforms: [ 'rn', 'web' ],
6387
6446
  type: 'state',
6388
6447
  values: [ true, false ]
6389
6448
  },
@@ -6596,13 +6655,13 @@ module.exports = {
6596
6655
  appearances: {
6597
6656
  focus: {
6598
6657
  description: "Currently only web has good support for this. Applies when an interactive component's focus handler is triggered, such as keyboard tabbing or selection.",
6599
- platforms: [ 'rn' ],
6658
+ platforms: [ 'rn', 'web' ],
6600
6659
  type: 'state',
6601
6660
  values: [ true, false ]
6602
6661
  },
6603
6662
  hover: {
6604
6663
  description: "Currently web only. Applies when an interactive component's hover handler is triggered, such as on mouseover.",
6605
- platforms: [ 'rn' ],
6664
+ platforms: [ 'rn', 'web' ],
6606
6665
  type: 'state',
6607
6666
  values: [ true, false ]
6608
6667
  },
@@ -6996,13 +7055,13 @@ module.exports = {
6996
7055
  appearances: {
6997
7056
  focus: {
6998
7057
  description: "Currently only web has good support for this. Applies when an interactive component's focus handler is triggered, such as keyboard tabbing or selection.",
6999
- platforms: [ 'rn' ],
7058
+ platforms: [ 'rn', 'web' ],
7000
7059
  type: 'state',
7001
7060
  values: [ true, false ]
7002
7061
  },
7003
7062
  hover: {
7004
7063
  description: "Currently web only. Applies when an interactive component's hover handler is triggered, such as on mouseover.",
7005
- platforms: [ 'rn' ],
7064
+ platforms: [ 'rn', 'web' ],
7006
7065
  type: 'state',
7007
7066
  values: [ true, false ]
7008
7067
  },
@@ -7171,5 +7230,5 @@ module.exports = {
7171
7230
  tokens: { size: 96 }
7172
7231
  }
7173
7232
  },
7174
- metadata: { name: 'theme-koodo', themeTokensVersion: '2.50.0' }
7233
+ metadata: { name: 'theme-koodo', themeTokensVersion: '2.50.1' }
7175
7234
  }