@telus-uds/theme-koodo 5.7.1 → 5.8.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 (235) hide show
  1. package/build/android/Breadcrumbs.json +3 -1
  2. package/build/android/Button.json +67 -19
  3. package/build/android/Notification.json +119 -1
  4. package/build/android/schema.json +155 -140
  5. package/build/android/theme.json +190 -22
  6. package/build/ios/Breadcrumbs.json +3 -1
  7. package/build/ios/Button.json +67 -19
  8. package/build/ios/Notification.json +119 -1
  9. package/build/ios/schema.json +155 -140
  10. package/build/ios/theme.json +190 -22
  11. package/build/rn/ActivityIndicator.js +1 -1
  12. package/build/rn/Badge.js +1 -1
  13. package/build/rn/BlockQuote.js +1 -1
  14. package/build/rn/Box.js +1 -1
  15. package/build/rn/Breadcrumbs.js +4 -2
  16. package/build/rn/Button.js +49 -7
  17. package/build/rn/ButtonDropdown.js +1 -1
  18. package/build/rn/ButtonGroup.js +1 -1
  19. package/build/rn/ButtonGroupItem.js +1 -1
  20. package/build/rn/Callout.js +1 -1
  21. package/build/rn/Card.js +1 -1
  22. package/build/rn/Carousel.js +1 -1
  23. package/build/rn/CarouselTabsPanelItem.js +1 -1
  24. package/build/rn/CarouselThumbnail.js +1 -1
  25. package/build/rn/Checkbox.js +1 -1
  26. package/build/rn/CheckboxCard.js +1 -1
  27. package/build/rn/CheckboxCardGroup.js +1 -1
  28. package/build/rn/CheckboxGroup.js +1 -1
  29. package/build/rn/ChevronLink.js +1 -1
  30. package/build/rn/ColourToggle.js +1 -1
  31. package/build/rn/Countdown.js +1 -1
  32. package/build/rn/DatePicker.js +1 -1
  33. package/build/rn/Disclaimer.js +1 -1
  34. package/build/rn/Divider.js +1 -1
  35. package/build/rn/ExpandCollapse.js +1 -1
  36. package/build/rn/ExpandCollapseControl.js +1 -1
  37. package/build/rn/ExpandCollapseMini.js +1 -1
  38. package/build/rn/ExpandCollapseMiniControl.js +1 -1
  39. package/build/rn/ExpandCollapsePanel.js +1 -1
  40. package/build/rn/Feedback.js +1 -1
  41. package/build/rn/Fieldset.js +1 -1
  42. package/build/rn/Footnote.js +1 -1
  43. package/build/rn/FootnoteLink.js +1 -1
  44. package/build/rn/HorizontalScrollButton.js +1 -1
  45. package/build/rn/Icon.js +1 -1
  46. package/build/rn/IconButton.js +1 -1
  47. package/build/rn/Image.js +1 -1
  48. package/build/rn/InputLabel.js +1 -1
  49. package/build/rn/InputSupports.js +1 -1
  50. package/build/rn/Link.js +1 -1
  51. package/build/rn/List.js +1 -1
  52. package/build/rn/Listbox.js +1 -1
  53. package/build/rn/Modal.js +1 -1
  54. package/build/rn/MultiSelectFilter.js +1 -1
  55. package/build/rn/NavigationBar.js +1 -1
  56. package/build/rn/Notification.js +52 -2
  57. package/build/rn/OrderedList.js +1 -1
  58. package/build/rn/Pagination.js +1 -1
  59. package/build/rn/PaginationPageButton.js +1 -1
  60. package/build/rn/PaginationSideButton.js +1 -1
  61. package/build/rn/PreviewCard.js +1 -1
  62. package/build/rn/PriceLockup.js +1 -1
  63. package/build/rn/Progress.js +1 -1
  64. package/build/rn/ProgressBar.js +1 -1
  65. package/build/rn/QuantitySelector.js +1 -1
  66. package/build/rn/QuantitySelectorSideButton.js +1 -1
  67. package/build/rn/QuickLinks.js +1 -1
  68. package/build/rn/QuickLinksButton.js +1 -1
  69. package/build/rn/QuickLinksCard.js +1 -1
  70. package/build/rn/QuickLinksFeature.js +1 -1
  71. package/build/rn/QuickLinksFeatureItem.js +1 -1
  72. package/build/rn/QuickLinksList.js +1 -1
  73. package/build/rn/Radio.js +1 -1
  74. package/build/rn/RadioCard.js +1 -1
  75. package/build/rn/RadioCardGroup.js +1 -1
  76. package/build/rn/RadioGroup.js +1 -1
  77. package/build/rn/Ribbon.js +1 -1
  78. package/build/rn/Search.js +1 -1
  79. package/build/rn/SearchButton.js +1 -1
  80. package/build/rn/Select.js +1 -1
  81. package/build/rn/SideNav.js +1 -1
  82. package/build/rn/SideNavItem.js +1 -1
  83. package/build/rn/SideNavItemsGroup.js +1 -1
  84. package/build/rn/Skeleton.js +1 -1
  85. package/build/rn/SkipLink.js +1 -1
  86. package/build/rn/Spinner.js +1 -1
  87. package/build/rn/SplashButton.js +1 -1
  88. package/build/rn/SplashButtonWithDetails.js +1 -1
  89. package/build/rn/StackView.js +1 -1
  90. package/build/rn/StepTracker.js +1 -1
  91. package/build/rn/StoryCard.js +1 -1
  92. package/build/rn/Table.js +1 -1
  93. package/build/rn/Tabs.js +1 -1
  94. package/build/rn/TabsItem.js +1 -1
  95. package/build/rn/Tags.js +1 -1
  96. package/build/rn/TagsItem.js +1 -1
  97. package/build/rn/TermsAndConditions.js +1 -1
  98. package/build/rn/Testimonial.js +1 -1
  99. package/build/rn/TextArea.js +1 -1
  100. package/build/rn/TextInput.js +1 -1
  101. package/build/rn/Timeline.js +1 -1
  102. package/build/rn/Toast.js +1 -1
  103. package/build/rn/ToggleSwitch.js +1 -1
  104. package/build/rn/ToggleSwitchGroup.js +1 -1
  105. package/build/rn/Tooltip.js +1 -1
  106. package/build/rn/TooltipButton.js +1 -1
  107. package/build/rn/Typography.js +1 -1
  108. package/build/rn/Video.js +1 -1
  109. package/build/rn/VideoButton.js +1 -1
  110. package/build/rn/VideoControlBar.js +1 -1
  111. package/build/rn/VideoMenu.js +1 -1
  112. package/build/rn/VideoMiddleControlButton.js +1 -1
  113. package/build/rn/VideoPicker.js +1 -1
  114. package/build/rn/VideoPickerSlider.js +1 -1
  115. package/build/rn/VideoPickerThumbnail.js +1 -1
  116. package/build/rn/VideoProgressBar.js +1 -1
  117. package/build/rn/VideoVolumeSlider.js +1 -1
  118. package/build/rn/WaffleGrid.js +1 -1
  119. package/build/rn/schema.json +155 -140
  120. package/build/rn/spacingScale.js +1 -1
  121. package/build/rn/theme.js +104 -10
  122. package/build/web/ActivityIndicator.js +1 -1
  123. package/build/web/Badge.js +1 -1
  124. package/build/web/BlockQuote.js +1 -1
  125. package/build/web/Box.js +1 -1
  126. package/build/web/Breadcrumbs.js +4 -2
  127. package/build/web/Button.js +49 -7
  128. package/build/web/ButtonDropdown.js +1 -1
  129. package/build/web/ButtonGroup.js +1 -1
  130. package/build/web/ButtonGroupItem.js +1 -1
  131. package/build/web/Callout.js +1 -1
  132. package/build/web/Card.js +1 -1
  133. package/build/web/Carousel.js +1 -1
  134. package/build/web/CarouselTabsPanelItem.js +1 -1
  135. package/build/web/CarouselThumbnail.js +1 -1
  136. package/build/web/Checkbox.js +1 -1
  137. package/build/web/CheckboxCard.js +1 -1
  138. package/build/web/CheckboxCardGroup.js +1 -1
  139. package/build/web/CheckboxGroup.js +1 -1
  140. package/build/web/ChevronLink.js +1 -1
  141. package/build/web/ColourToggle.js +1 -1
  142. package/build/web/Countdown.js +1 -1
  143. package/build/web/DatePicker.js +1 -1
  144. package/build/web/Disclaimer.js +1 -1
  145. package/build/web/Divider.js +1 -1
  146. package/build/web/ExpandCollapse.js +1 -1
  147. package/build/web/ExpandCollapseControl.js +1 -1
  148. package/build/web/ExpandCollapseMini.js +1 -1
  149. package/build/web/ExpandCollapseMiniControl.js +1 -1
  150. package/build/web/ExpandCollapsePanel.js +1 -1
  151. package/build/web/Feedback.js +1 -1
  152. package/build/web/Fieldset.js +1 -1
  153. package/build/web/Footnote.js +1 -1
  154. package/build/web/FootnoteLink.js +1 -1
  155. package/build/web/HorizontalScrollButton.js +1 -1
  156. package/build/web/Icon.js +1 -1
  157. package/build/web/IconButton.js +1 -1
  158. package/build/web/Image.js +1 -1
  159. package/build/web/InputLabel.js +1 -1
  160. package/build/web/InputSupports.js +1 -1
  161. package/build/web/Link.js +1 -1
  162. package/build/web/List.js +1 -1
  163. package/build/web/Listbox.js +1 -1
  164. package/build/web/Modal.js +1 -1
  165. package/build/web/MultiSelectFilter.js +1 -1
  166. package/build/web/NavigationBar.js +1 -1
  167. package/build/web/Notification.js +52 -2
  168. package/build/web/OrderedList.js +1 -1
  169. package/build/web/Pagination.js +1 -1
  170. package/build/web/PaginationPageButton.js +1 -1
  171. package/build/web/PaginationSideButton.js +1 -1
  172. package/build/web/PreviewCard.js +1 -1
  173. package/build/web/PriceLockup.js +1 -1
  174. package/build/web/Progress.js +1 -1
  175. package/build/web/ProgressBar.js +1 -1
  176. package/build/web/QuantitySelector.js +1 -1
  177. package/build/web/QuantitySelectorSideButton.js +1 -1
  178. package/build/web/QuickLinks.js +1 -1
  179. package/build/web/QuickLinksButton.js +1 -1
  180. package/build/web/QuickLinksCard.js +1 -1
  181. package/build/web/QuickLinksFeature.js +1 -1
  182. package/build/web/QuickLinksFeatureItem.js +1 -1
  183. package/build/web/QuickLinksList.js +1 -1
  184. package/build/web/Radio.js +1 -1
  185. package/build/web/RadioCard.js +1 -1
  186. package/build/web/RadioCardGroup.js +1 -1
  187. package/build/web/RadioGroup.js +1 -1
  188. package/build/web/Ribbon.js +1 -1
  189. package/build/web/Search.js +1 -1
  190. package/build/web/SearchButton.js +1 -1
  191. package/build/web/Select.js +1 -1
  192. package/build/web/SideNav.js +1 -1
  193. package/build/web/SideNavItem.js +1 -1
  194. package/build/web/SideNavItemsGroup.js +1 -1
  195. package/build/web/Skeleton.js +1 -1
  196. package/build/web/SkipLink.js +1 -1
  197. package/build/web/Spinner.js +1 -1
  198. package/build/web/SplashButton.js +1 -1
  199. package/build/web/SplashButtonWithDetails.js +1 -1
  200. package/build/web/StackView.js +1 -1
  201. package/build/web/StepTracker.js +1 -1
  202. package/build/web/StoryCard.js +1 -1
  203. package/build/web/Table.js +1 -1
  204. package/build/web/Tabs.js +1 -1
  205. package/build/web/TabsItem.js +1 -1
  206. package/build/web/Tags.js +1 -1
  207. package/build/web/TagsItem.js +1 -1
  208. package/build/web/TermsAndConditions.js +1 -1
  209. package/build/web/Testimonial.js +1 -1
  210. package/build/web/TextArea.js +1 -1
  211. package/build/web/TextInput.js +1 -1
  212. package/build/web/Timeline.js +1 -1
  213. package/build/web/Toast.js +1 -1
  214. package/build/web/ToggleSwitch.js +1 -1
  215. package/build/web/ToggleSwitchGroup.js +1 -1
  216. package/build/web/Tooltip.js +1 -1
  217. package/build/web/TooltipButton.js +1 -1
  218. package/build/web/Typography.js +1 -1
  219. package/build/web/Video.js +1 -1
  220. package/build/web/VideoButton.js +1 -1
  221. package/build/web/VideoControlBar.js +1 -1
  222. package/build/web/VideoMenu.js +1 -1
  223. package/build/web/VideoMiddleControlButton.js +1 -1
  224. package/build/web/VideoPicker.js +1 -1
  225. package/build/web/VideoPickerSlider.js +1 -1
  226. package/build/web/VideoPickerThumbnail.js +1 -1
  227. package/build/web/VideoProgressBar.js +1 -1
  228. package/build/web/VideoVolumeSlider.js +1 -1
  229. package/build/web/WaffleGrid.js +1 -1
  230. package/build/web/index.js +1 -1
  231. package/build/web/schema.json +155 -140
  232. package/build/web/spacingScale.js +1 -1
  233. package/build/web/theme.js +104 -10
  234. package/package.json +2 -2
  235. package/theme.json +126 -13
@@ -1,7 +1,7 @@
1
1
  /*
2
2
  *
3
3
  * Do not edit directly
4
- * Generated on Tue, 20 Feb 2024 23:05:36 GMT
4
+ * Generated on Fri, 23 Feb 2024 19:30:35 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 Tue, 20 Feb 2024 23:05:36 GMT
4
+ * Generated on Fri, 23 Feb 2024 19:30:35 GMT
5
5
  *
6
6
  */
7
7
 
@@ -325,8 +325,10 @@ module.exports = {
325
325
  fontWeight: '600',
326
326
  icon: PaletteIconChevronRight,
327
327
  iconColor: '#000000',
328
+ iconContainerSize: 20,
328
329
  iconPadding: 4,
329
- iconSize: 20,
330
+ iconSize: 16,
331
+ lineHeight: 1.42857142857,
330
332
  listItemPadding: 0
331
333
  }
332
334
  },
@@ -387,10 +389,6 @@ module.exports = {
387
389
  }
388
390
  },
389
391
  rules: [
390
- {
391
- if: { priority: 'high' },
392
- tokens: { backgroundColor: '#000000', color: '#ffffff' }
393
- },
394
392
  {
395
393
  if: { danger: true },
396
394
  tokens: {
@@ -412,6 +410,10 @@ module.exports = {
412
410
  outerBackgroundColor: 'rgba(0, 0, 0, 0)'
413
411
  }
414
412
  },
413
+ {
414
+ if: { priority: 'high' },
415
+ tokens: { backgroundColor: '#000000', borderColor: '#000000' }
416
+ },
415
417
  {
416
418
  if: { priority: 'low' },
417
419
  tokens: {
@@ -422,6 +424,23 @@ module.exports = {
422
424
  outerBackgroundColor: 'rgba(0, 0, 0, 0)'
423
425
  }
424
426
  },
427
+ {
428
+ if: { inverse: true, priority: 'high' },
429
+ tokens: {
430
+ backgroundColor: '#ffffff',
431
+ borderColor: '#000000',
432
+ borderWidth: 1
433
+ }
434
+ },
435
+ {
436
+ if: { inverse: true, priority: 'low' },
437
+ tokens: {
438
+ backgroundColor: 'rgba(0, 0, 0, 0)',
439
+ borderColor: '#ffffff',
440
+ borderWidth: 1,
441
+ color: '#ffffff'
442
+ }
443
+ },
425
444
  {
426
445
  if: { hover: true },
427
446
  tokens: { backgroundColor: '#404040', color: '#ffffff' }
@@ -466,13 +485,26 @@ module.exports = {
466
485
  outerBorderGap: 2
467
486
  }
468
487
  },
488
+ {
489
+ if: { focus: true, inverse: true, priority: 'high' },
490
+ tokens: {
491
+ backgroundColor: '#ffffff',
492
+ borderColor: '#000000',
493
+ borderWidth: 1,
494
+ color: '#000000',
495
+ outerBackgroundColor: 'rgba(0, 0, 0, 0)',
496
+ outerBorderColor: '#000000',
497
+ outerBorderGap: 2,
498
+ outerBorderWidth: 1
499
+ }
500
+ },
469
501
  {
470
502
  if: { hover: true, inverse: true },
471
503
  tokens: {
472
504
  backgroundColor: '#c9c8c8',
473
- borderColor: 'rgba(0, 0, 0, 0)',
505
+ borderColor: '#c9c8c8',
474
506
  color: '#404040',
475
- outerBorderColor: 'rgba(0, 0, 0, 0)',
507
+ outerBorderColor: '#c9c8c8',
476
508
  outerBorderWidth: 1
477
509
  }
478
510
  },
@@ -514,6 +546,18 @@ module.exports = {
514
546
  outerBorderGap: 2
515
547
  }
516
548
  },
549
+ {
550
+ if: { focus: true, inverse: true, priority: 'low' },
551
+ tokens: {
552
+ borderColor: '#ffffff',
553
+ borderWidth: 1,
554
+ color: '#ffffff',
555
+ outerBackgroundColor: 'rgba(0, 0, 0, 0)',
556
+ outerBorderColor: '#ffffff',
557
+ outerBorderGap: 2,
558
+ outerBorderWidth: 1
559
+ }
560
+ },
517
561
  { if: { width: 'full' }, tokens: { width: '100%' } },
518
562
  {
519
563
  if: { viewport: [ 'xs' ], width: 'responsive' },
@@ -3663,7 +3707,11 @@ module.exports = {
3663
3707
  },
3664
3708
  Notification: {
3665
3709
  appearances: {
3666
- style: { type: 'variant', values: [ 'system', 'subtle' ] },
3710
+ style: {
3711
+ type: 'variant',
3712
+ values: [ 'system', 'success', 'warning', 'error', 'subtle' ]
3713
+ },
3714
+ system: { type: 'state', values: [ true ] },
3667
3715
  validation: {
3668
3716
  description: 'Validation states for form inputs',
3669
3717
  type: 'state',
@@ -3680,6 +3728,20 @@ module.exports = {
3680
3728
  if: { viewport: [ 'xl' ] },
3681
3729
  tokens: { justifyContent: 'center' }
3682
3730
  },
3731
+ {
3732
+ if: { system: true },
3733
+ tokens: {
3734
+ borderLeftWidth: 0,
3735
+ borderRadius: 0,
3736
+ borderRightWidth: 0,
3737
+ borderTopWidth: 0,
3738
+ iconGap: 8,
3739
+ paddingBottom: 12,
3740
+ paddingLeft: 12,
3741
+ paddingRight: 12,
3742
+ paddingTop: 12
3743
+ }
3744
+ },
3683
3745
  {
3684
3746
  if: { style: 'system' },
3685
3747
  tokens: {
@@ -3709,6 +3771,16 @@ module.exports = {
3709
3771
  paddingTop: 12
3710
3772
  }
3711
3773
  },
3774
+ {
3775
+ if: { style: 'success' },
3776
+ tokens: {
3777
+ backgroundColor: '#c5f2cc',
3778
+ borderColor: '#1c7b2b',
3779
+ color: '#000000',
3780
+ icon: PaletteIconCheckCircleFilled,
3781
+ iconColor: '#1c7b2b'
3782
+ }
3783
+ },
3712
3784
  {
3713
3785
  if: { validation: 'success' },
3714
3786
  tokens: {
@@ -3719,6 +3791,17 @@ module.exports = {
3719
3791
  iconColor: '#1c7b2b'
3720
3792
  }
3721
3793
  },
3794
+ {
3795
+ if: { style: 'warning' },
3796
+ tokens: {
3797
+ backgroundColor: '#fff5d2',
3798
+ borderColor: '#f8c100',
3799
+ color: '#000000',
3800
+ dismissIcon: null,
3801
+ icon: PaletteIconExclamationTriangle,
3802
+ iconColor: '#c9370b'
3803
+ }
3804
+ },
3722
3805
  {
3723
3806
  if: { validation: 'warning' },
3724
3807
  tokens: {
@@ -3730,6 +3813,17 @@ module.exports = {
3730
3813
  iconColor: '#c9370b'
3731
3814
  }
3732
3815
  },
3816
+ {
3817
+ if: { style: 'error' },
3818
+ tokens: {
3819
+ backgroundColor: '#fcd3c6',
3820
+ borderColor: '#c9370b',
3821
+ color: '#000000',
3822
+ dismissIcon: null,
3823
+ icon: PaletteIconCaution,
3824
+ iconColor: '#c9370b'
3825
+ }
3826
+ },
3733
3827
  {
3734
3828
  if: { validation: 'error' },
3735
3829
  tokens: {
@@ -7279,5 +7373,5 @@ module.exports = {
7279
7373
  tokens: { size: 96 }
7280
7374
  }
7281
7375
  },
7282
- metadata: { name: 'theme-koodo', themeTokensVersion: '2.51.0' }
7376
+ metadata: { name: 'theme-koodo', themeTokensVersion: '2.52.0' }
7283
7377
  }
@@ -1,7 +1,7 @@
1
1
  /*
2
2
  *
3
3
  * Do not edit directly
4
- * Generated on Tue, 20 Feb 2024 23:05:55 GMT
4
+ * Generated on Fri, 23 Feb 2024 19:30:51 GMT
5
5
  *
6
6
  */
7
7
 
@@ -1,7 +1,7 @@
1
1
  /*
2
2
  *
3
3
  * Do not edit directly
4
- * Generated on Tue, 20 Feb 2024 23:05:55 GMT
4
+ * Generated on Fri, 23 Feb 2024 19:30:51 GMT
5
5
  *
6
6
  */
7
7
 
@@ -1,7 +1,7 @@
1
1
  /*
2
2
  *
3
3
  * Do not edit directly
4
- * Generated on Tue, 20 Feb 2024 23:05:55 GMT
4
+ * Generated on Fri, 23 Feb 2024 19:30:51 GMT
5
5
  *
6
6
  */
7
7
 
package/build/web/Box.js CHANGED
@@ -1,7 +1,7 @@
1
1
  /*
2
2
  *
3
3
  * Do not edit directly
4
- * Generated on Tue, 20 Feb 2024 23:05:55 GMT
4
+ * Generated on Fri, 23 Feb 2024 19:30:51 GMT
5
5
  *
6
6
  */
7
7
 
@@ -1,7 +1,7 @@
1
1
  /*
2
2
  *
3
3
  * Do not edit directly
4
- * Generated on Tue, 20 Feb 2024 23:05:55 GMT
4
+ * Generated on Fri, 23 Feb 2024 19:30:51 GMT
5
5
  *
6
6
  */
7
7
 
@@ -26,8 +26,10 @@ const theme = {
26
26
  fontWeight: '600',
27
27
  icon: PaletteIconChevronRight,
28
28
  iconColor: '#000000',
29
+ iconContainerSize: 20,
29
30
  iconPadding: 4,
30
- iconSize: 20,
31
+ iconSize: 16,
32
+ lineHeight: 1.42857142857,
31
33
  listItemPadding: 0
32
34
  }
33
35
  }
@@ -1,7 +1,7 @@
1
1
  /*
2
2
  *
3
3
  * Do not edit directly
4
- * Generated on Tue, 20 Feb 2024 23:05:55 GMT
4
+ * Generated on Fri, 23 Feb 2024 19:30:51 GMT
5
5
  *
6
6
  */
7
7
 
@@ -63,10 +63,6 @@ const theme = {
63
63
  }
64
64
  },
65
65
  rules: [
66
- {
67
- if: { priority: 'high' },
68
- tokens: { backgroundColor: '#000000', color: '#ffffff' }
69
- },
70
66
  {
71
67
  if: { danger: true },
72
68
  tokens: {
@@ -88,6 +84,10 @@ const theme = {
88
84
  outerBackgroundColor: 'rgba(0, 0, 0, 0)'
89
85
  }
90
86
  },
87
+ {
88
+ if: { priority: 'high' },
89
+ tokens: { backgroundColor: '#000000', borderColor: '#000000' }
90
+ },
91
91
  {
92
92
  if: { priority: 'low' },
93
93
  tokens: {
@@ -98,6 +98,23 @@ const theme = {
98
98
  outerBackgroundColor: 'rgba(0, 0, 0, 0)'
99
99
  }
100
100
  },
101
+ {
102
+ if: { inverse: true, priority: 'high' },
103
+ tokens: {
104
+ backgroundColor: '#ffffff',
105
+ borderColor: '#000000',
106
+ borderWidth: 1
107
+ }
108
+ },
109
+ {
110
+ if: { inverse: true, priority: 'low' },
111
+ tokens: {
112
+ backgroundColor: 'rgba(0, 0, 0, 0)',
113
+ borderColor: '#ffffff',
114
+ borderWidth: 1,
115
+ color: '#ffffff'
116
+ }
117
+ },
101
118
  {
102
119
  if: { hover: true },
103
120
  tokens: { backgroundColor: '#404040', color: '#ffffff' }
@@ -142,13 +159,26 @@ const theme = {
142
159
  outerBorderGap: 2
143
160
  }
144
161
  },
162
+ {
163
+ if: { focus: true, inverse: true, priority: 'high' },
164
+ tokens: {
165
+ backgroundColor: '#ffffff',
166
+ borderColor: '#000000',
167
+ borderWidth: 1,
168
+ color: '#000000',
169
+ outerBackgroundColor: 'rgba(0, 0, 0, 0)',
170
+ outerBorderColor: '#000000',
171
+ outerBorderGap: 2,
172
+ outerBorderWidth: 1
173
+ }
174
+ },
145
175
  {
146
176
  if: { hover: true, inverse: true },
147
177
  tokens: {
148
178
  backgroundColor: '#c9c8c8',
149
- borderColor: 'rgba(0, 0, 0, 0)',
179
+ borderColor: '#c9c8c8',
150
180
  color: '#404040',
151
- outerBorderColor: 'rgba(0, 0, 0, 0)',
181
+ outerBorderColor: '#c9c8c8',
152
182
  outerBorderWidth: 1
153
183
  }
154
184
  },
@@ -190,6 +220,18 @@ const theme = {
190
220
  outerBorderGap: 2
191
221
  }
192
222
  },
223
+ {
224
+ if: { focus: true, inverse: true, priority: 'low' },
225
+ tokens: {
226
+ borderColor: '#ffffff',
227
+ borderWidth: 1,
228
+ color: '#ffffff',
229
+ outerBackgroundColor: 'rgba(0, 0, 0, 0)',
230
+ outerBorderColor: '#ffffff',
231
+ outerBorderGap: 2,
232
+ outerBorderWidth: 1
233
+ }
234
+ },
193
235
  { if: { width: 'full' }, tokens: { width: '100%' } },
194
236
  {
195
237
  if: { viewport: [ 'xs' ], width: 'responsive' },
@@ -1,7 +1,7 @@
1
1
  /*
2
2
  *
3
3
  * Do not edit directly
4
- * Generated on Tue, 20 Feb 2024 23:05:55 GMT
4
+ * Generated on Fri, 23 Feb 2024 19:30:51 GMT
5
5
  *
6
6
  */
7
7
 
@@ -1,7 +1,7 @@
1
1
  /*
2
2
  *
3
3
  * Do not edit directly
4
- * Generated on Tue, 20 Feb 2024 23:05:55 GMT
4
+ * Generated on Fri, 23 Feb 2024 19:30:51 GMT
5
5
  *
6
6
  */
7
7
 
@@ -1,7 +1,7 @@
1
1
  /*
2
2
  *
3
3
  * Do not edit directly
4
- * Generated on Tue, 20 Feb 2024 23:05:55 GMT
4
+ * Generated on Fri, 23 Feb 2024 19:30:51 GMT
5
5
  *
6
6
  */
7
7
 
@@ -1,7 +1,7 @@
1
1
  /*
2
2
  *
3
3
  * Do not edit directly
4
- * Generated on Tue, 20 Feb 2024 23:05:55 GMT
4
+ * Generated on Fri, 23 Feb 2024 19:30:51 GMT
5
5
  *
6
6
  */
7
7
 
package/build/web/Card.js CHANGED
@@ -1,7 +1,7 @@
1
1
  /*
2
2
  *
3
3
  * Do not edit directly
4
- * Generated on Tue, 20 Feb 2024 23:05:55 GMT
4
+ * Generated on Fri, 23 Feb 2024 19:30:51 GMT
5
5
  *
6
6
  */
7
7
 
@@ -1,7 +1,7 @@
1
1
  /*
2
2
  *
3
3
  * Do not edit directly
4
- * Generated on Tue, 20 Feb 2024 23:05:55 GMT
4
+ * Generated on Fri, 23 Feb 2024 19:30:51 GMT
5
5
  *
6
6
  */
7
7
 
@@ -1,7 +1,7 @@
1
1
  /*
2
2
  *
3
3
  * Do not edit directly
4
- * Generated on Tue, 20 Feb 2024 23:05:55 GMT
4
+ * Generated on Fri, 23 Feb 2024 19:30:51 GMT
5
5
  *
6
6
  */
7
7
 
@@ -1,7 +1,7 @@
1
1
  /*
2
2
  *
3
3
  * Do not edit directly
4
- * Generated on Tue, 20 Feb 2024 23:05:55 GMT
4
+ * Generated on Fri, 23 Feb 2024 19:30:51 GMT
5
5
  *
6
6
  */
7
7
 
@@ -1,7 +1,7 @@
1
1
  /*
2
2
  *
3
3
  * Do not edit directly
4
- * Generated on Tue, 20 Feb 2024 23:05:55 GMT
4
+ * Generated on Fri, 23 Feb 2024 19:30:51 GMT
5
5
  *
6
6
  */
7
7
 
@@ -1,7 +1,7 @@
1
1
  /*
2
2
  *
3
3
  * Do not edit directly
4
- * Generated on Tue, 20 Feb 2024 23:05:55 GMT
4
+ * Generated on Fri, 23 Feb 2024 19:30:51 GMT
5
5
  *
6
6
  */
7
7
 
@@ -1,7 +1,7 @@
1
1
  /*
2
2
  *
3
3
  * Do not edit directly
4
- * Generated on Tue, 20 Feb 2024 23:05:55 GMT
4
+ * Generated on Fri, 23 Feb 2024 19:30:51 GMT
5
5
  *
6
6
  */
7
7
 
@@ -1,7 +1,7 @@
1
1
  /*
2
2
  *
3
3
  * Do not edit directly
4
- * Generated on Tue, 20 Feb 2024 23:05:55 GMT
4
+ * Generated on Fri, 23 Feb 2024 19:30:51 GMT
5
5
  *
6
6
  */
7
7
 
@@ -1,7 +1,7 @@
1
1
  /*
2
2
  *
3
3
  * Do not edit directly
4
- * Generated on Tue, 20 Feb 2024 23:05:55 GMT
4
+ * Generated on Fri, 23 Feb 2024 19:30:51 GMT
5
5
  *
6
6
  */
7
7
 
@@ -1,7 +1,7 @@
1
1
  /*
2
2
  *
3
3
  * Do not edit directly
4
- * Generated on Tue, 20 Feb 2024 23:05:55 GMT
4
+ * Generated on Fri, 23 Feb 2024 19:30:51 GMT
5
5
  *
6
6
  */
7
7
 
@@ -1,7 +1,7 @@
1
1
  /*
2
2
  *
3
3
  * Do not edit directly
4
- * Generated on Tue, 20 Feb 2024 23:05:55 GMT
4
+ * Generated on Fri, 23 Feb 2024 19:30:51 GMT
5
5
  *
6
6
  */
7
7
 
@@ -1,7 +1,7 @@
1
1
  /*
2
2
  *
3
3
  * Do not edit directly
4
- * Generated on Tue, 20 Feb 2024 23:05:55 GMT
4
+ * Generated on Fri, 23 Feb 2024 19:30:51 GMT
5
5
  *
6
6
  */
7
7
 
@@ -1,7 +1,7 @@
1
1
  /*
2
2
  *
3
3
  * Do not edit directly
4
- * Generated on Tue, 20 Feb 2024 23:05:55 GMT
4
+ * Generated on Fri, 23 Feb 2024 19:30:51 GMT
5
5
  *
6
6
  */
7
7
 
@@ -1,7 +1,7 @@
1
1
  /*
2
2
  *
3
3
  * Do not edit directly
4
- * Generated on Tue, 20 Feb 2024 23:05:55 GMT
4
+ * Generated on Fri, 23 Feb 2024 19:30:51 GMT
5
5
  *
6
6
  */
7
7
 
@@ -1,7 +1,7 @@
1
1
  /*
2
2
  *
3
3
  * Do not edit directly
4
- * Generated on Tue, 20 Feb 2024 23:05:55 GMT
4
+ * Generated on Fri, 23 Feb 2024 19:30:51 GMT
5
5
  *
6
6
  */
7
7
 
@@ -1,7 +1,7 @@
1
1
  /*
2
2
  *
3
3
  * Do not edit directly
4
- * Generated on Tue, 20 Feb 2024 23:05:55 GMT
4
+ * Generated on Fri, 23 Feb 2024 19:30:51 GMT
5
5
  *
6
6
  */
7
7
 
@@ -1,7 +1,7 @@
1
1
  /*
2
2
  *
3
3
  * Do not edit directly
4
- * Generated on Tue, 20 Feb 2024 23:05:55 GMT
4
+ * Generated on Fri, 23 Feb 2024 19:30:51 GMT
5
5
  *
6
6
  */
7
7
 
@@ -1,7 +1,7 @@
1
1
  /*
2
2
  *
3
3
  * Do not edit directly
4
- * Generated on Tue, 20 Feb 2024 23:05:55 GMT
4
+ * Generated on Fri, 23 Feb 2024 19:30:51 GMT
5
5
  *
6
6
  */
7
7
 
@@ -1,7 +1,7 @@
1
1
  /*
2
2
  *
3
3
  * Do not edit directly
4
- * Generated on Tue, 20 Feb 2024 23:05:55 GMT
4
+ * Generated on Fri, 23 Feb 2024 19:30:51 GMT
5
5
  *
6
6
  */
7
7
 
@@ -1,7 +1,7 @@
1
1
  /*
2
2
  *
3
3
  * Do not edit directly
4
- * Generated on Tue, 20 Feb 2024 23:05:55 GMT
4
+ * Generated on Fri, 23 Feb 2024 19:30:51 GMT
5
5
  *
6
6
  */
7
7
 
@@ -1,7 +1,7 @@
1
1
  /*
2
2
  *
3
3
  * Do not edit directly
4
- * Generated on Tue, 20 Feb 2024 23:05:55 GMT
4
+ * Generated on Fri, 23 Feb 2024 19:30:51 GMT
5
5
  *
6
6
  */
7
7
 
@@ -1,7 +1,7 @@
1
1
  /*
2
2
  *
3
3
  * Do not edit directly
4
- * Generated on Tue, 20 Feb 2024 23:05:55 GMT
4
+ * Generated on Fri, 23 Feb 2024 19:30:51 GMT
5
5
  *
6
6
  */
7
7
 
@@ -1,7 +1,7 @@
1
1
  /*
2
2
  *
3
3
  * Do not edit directly
4
- * Generated on Tue, 20 Feb 2024 23:05:55 GMT
4
+ * Generated on Fri, 23 Feb 2024 19:30:51 GMT
5
5
  *
6
6
  */
7
7
 
@@ -1,7 +1,7 @@
1
1
  /*
2
2
  *
3
3
  * Do not edit directly
4
- * Generated on Tue, 20 Feb 2024 23:05:55 GMT
4
+ * Generated on Fri, 23 Feb 2024 19:30:51 GMT
5
5
  *
6
6
  */
7
7
 
package/build/web/Icon.js CHANGED
@@ -1,7 +1,7 @@
1
1
  /*
2
2
  *
3
3
  * Do not edit directly
4
- * Generated on Tue, 20 Feb 2024 23:05:55 GMT
4
+ * Generated on Fri, 23 Feb 2024 19:30:51 GMT
5
5
  *
6
6
  */
7
7