@telus-uds/theme-koodo 5.7.1 → 5.8.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 (245) hide show
  1. package/build/android/Breadcrumbs.json +3 -1
  2. package/build/android/Button.json +67 -19
  3. package/build/android/Carousel.json +6 -0
  4. package/build/android/ExpandCollapsePanel.json +1 -1
  5. package/build/android/IconButton.json +4 -4
  6. package/build/android/Notification.json +119 -1
  7. package/build/android/TermsAndConditions.json +6 -0
  8. package/build/android/TextInput.json +3 -3
  9. package/build/android/schema.json +169 -140
  10. package/build/android/theme.json +210 -30
  11. package/build/ios/Breadcrumbs.json +3 -1
  12. package/build/ios/Button.json +67 -19
  13. package/build/ios/Carousel.json +6 -0
  14. package/build/ios/ExpandCollapsePanel.json +1 -1
  15. package/build/ios/IconButton.json +4 -4
  16. package/build/ios/Notification.json +119 -1
  17. package/build/ios/TermsAndConditions.json +6 -0
  18. package/build/ios/TextInput.json +3 -3
  19. package/build/ios/schema.json +169 -140
  20. package/build/ios/theme.json +210 -30
  21. package/build/rn/ActivityIndicator.js +1 -1
  22. package/build/rn/Badge.js +1 -1
  23. package/build/rn/BlockQuote.js +1 -1
  24. package/build/rn/Box.js +1 -1
  25. package/build/rn/Breadcrumbs.js +4 -2
  26. package/build/rn/Button.js +49 -7
  27. package/build/rn/ButtonDropdown.js +1 -1
  28. package/build/rn/ButtonGroup.js +1 -1
  29. package/build/rn/ButtonGroupItem.js +1 -1
  30. package/build/rn/Callout.js +1 -1
  31. package/build/rn/Card.js +1 -1
  32. package/build/rn/Carousel.js +2 -1
  33. package/build/rn/CarouselTabsPanelItem.js +1 -1
  34. package/build/rn/CarouselThumbnail.js +1 -1
  35. package/build/rn/Checkbox.js +1 -1
  36. package/build/rn/CheckboxCard.js +1 -1
  37. package/build/rn/CheckboxCardGroup.js +1 -1
  38. package/build/rn/CheckboxGroup.js +1 -1
  39. package/build/rn/ChevronLink.js +1 -1
  40. package/build/rn/ColourToggle.js +1 -1
  41. package/build/rn/Countdown.js +1 -1
  42. package/build/rn/DatePicker.js +1 -1
  43. package/build/rn/Disclaimer.js +1 -1
  44. package/build/rn/Divider.js +1 -1
  45. package/build/rn/ExpandCollapse.js +1 -1
  46. package/build/rn/ExpandCollapseControl.js +1 -1
  47. package/build/rn/ExpandCollapseMini.js +1 -1
  48. package/build/rn/ExpandCollapseMiniControl.js +1 -1
  49. package/build/rn/ExpandCollapsePanel.js +2 -2
  50. package/build/rn/Feedback.js +1 -1
  51. package/build/rn/Fieldset.js +1 -1
  52. package/build/rn/Footnote.js +1 -1
  53. package/build/rn/FootnoteLink.js +1 -1
  54. package/build/rn/HorizontalScrollButton.js +1 -1
  55. package/build/rn/Icon.js +1 -1
  56. package/build/rn/IconButton.js +2 -2
  57. package/build/rn/Image.js +1 -1
  58. package/build/rn/InputLabel.js +1 -1
  59. package/build/rn/InputSupports.js +1 -1
  60. package/build/rn/Link.js +1 -1
  61. package/build/rn/List.js +1 -1
  62. package/build/rn/Listbox.js +1 -1
  63. package/build/rn/Modal.js +1 -1
  64. package/build/rn/MultiSelectFilter.js +1 -1
  65. package/build/rn/NavigationBar.js +1 -1
  66. package/build/rn/Notification.js +52 -2
  67. package/build/rn/OrderedList.js +1 -1
  68. package/build/rn/Pagination.js +1 -1
  69. package/build/rn/PaginationPageButton.js +1 -1
  70. package/build/rn/PaginationSideButton.js +1 -1
  71. package/build/rn/PreviewCard.js +1 -1
  72. package/build/rn/PriceLockup.js +1 -1
  73. package/build/rn/Progress.js +1 -1
  74. package/build/rn/ProgressBar.js +1 -1
  75. package/build/rn/QuantitySelector.js +1 -1
  76. package/build/rn/QuantitySelectorSideButton.js +1 -1
  77. package/build/rn/QuickLinks.js +1 -1
  78. package/build/rn/QuickLinksButton.js +1 -1
  79. package/build/rn/QuickLinksCard.js +1 -1
  80. package/build/rn/QuickLinksFeature.js +1 -1
  81. package/build/rn/QuickLinksFeatureItem.js +1 -1
  82. package/build/rn/QuickLinksList.js +1 -1
  83. package/build/rn/Radio.js +1 -1
  84. package/build/rn/RadioCard.js +1 -1
  85. package/build/rn/RadioCardGroup.js +1 -1
  86. package/build/rn/RadioGroup.js +1 -1
  87. package/build/rn/Ribbon.js +1 -1
  88. package/build/rn/Search.js +1 -1
  89. package/build/rn/SearchButton.js +1 -1
  90. package/build/rn/Select.js +1 -1
  91. package/build/rn/SideNav.js +1 -1
  92. package/build/rn/SideNavItem.js +1 -1
  93. package/build/rn/SideNavItemsGroup.js +1 -1
  94. package/build/rn/Skeleton.js +1 -1
  95. package/build/rn/SkipLink.js +1 -1
  96. package/build/rn/Spinner.js +1 -1
  97. package/build/rn/SplashButton.js +1 -1
  98. package/build/rn/SplashButtonWithDetails.js +1 -1
  99. package/build/rn/StackView.js +1 -1
  100. package/build/rn/StepTracker.js +1 -1
  101. package/build/rn/StoryCard.js +1 -1
  102. package/build/rn/Table.js +1 -1
  103. package/build/rn/Tabs.js +1 -1
  104. package/build/rn/TabsItem.js +1 -1
  105. package/build/rn/Tags.js +1 -1
  106. package/build/rn/TagsItem.js +1 -1
  107. package/build/rn/TermsAndConditions.js +3 -2
  108. package/build/rn/Testimonial.js +1 -1
  109. package/build/rn/TextArea.js +1 -1
  110. package/build/rn/TextInput.js +2 -2
  111. package/build/rn/Timeline.js +1 -1
  112. package/build/rn/Toast.js +1 -1
  113. package/build/rn/ToggleSwitch.js +1 -1
  114. package/build/rn/ToggleSwitchGroup.js +1 -1
  115. package/build/rn/Tooltip.js +1 -1
  116. package/build/rn/TooltipButton.js +1 -1
  117. package/build/rn/Typography.js +1 -1
  118. package/build/rn/Video.js +1 -1
  119. package/build/rn/VideoButton.js +1 -1
  120. package/build/rn/VideoControlBar.js +1 -1
  121. package/build/rn/VideoMenu.js +1 -1
  122. package/build/rn/VideoMiddleControlButton.js +1 -1
  123. package/build/rn/VideoPicker.js +1 -1
  124. package/build/rn/VideoPickerSlider.js +1 -1
  125. package/build/rn/VideoPickerThumbnail.js +1 -1
  126. package/build/rn/VideoProgressBar.js +1 -1
  127. package/build/rn/VideoVolumeSlider.js +1 -1
  128. package/build/rn/WaffleGrid.js +1 -1
  129. package/build/rn/schema.json +169 -140
  130. package/build/rn/spacingScale.js +1 -1
  131. package/build/rn/theme.js +110 -14
  132. package/build/web/ActivityIndicator.js +1 -1
  133. package/build/web/Badge.js +1 -1
  134. package/build/web/BlockQuote.js +1 -1
  135. package/build/web/Box.js +1 -1
  136. package/build/web/Breadcrumbs.js +4 -2
  137. package/build/web/Button.js +49 -7
  138. package/build/web/ButtonDropdown.js +1 -1
  139. package/build/web/ButtonGroup.js +1 -1
  140. package/build/web/ButtonGroupItem.js +1 -1
  141. package/build/web/Callout.js +1 -1
  142. package/build/web/Card.js +1 -1
  143. package/build/web/Carousel.js +2 -1
  144. package/build/web/CarouselTabsPanelItem.js +1 -1
  145. package/build/web/CarouselThumbnail.js +1 -1
  146. package/build/web/Checkbox.js +1 -1
  147. package/build/web/CheckboxCard.js +1 -1
  148. package/build/web/CheckboxCardGroup.js +1 -1
  149. package/build/web/CheckboxGroup.js +1 -1
  150. package/build/web/ChevronLink.js +1 -1
  151. package/build/web/ColourToggle.js +1 -1
  152. package/build/web/Countdown.js +1 -1
  153. package/build/web/DatePicker.js +1 -1
  154. package/build/web/Disclaimer.js +1 -1
  155. package/build/web/Divider.js +1 -1
  156. package/build/web/ExpandCollapse.js +1 -1
  157. package/build/web/ExpandCollapseControl.js +1 -1
  158. package/build/web/ExpandCollapseMini.js +1 -1
  159. package/build/web/ExpandCollapseMiniControl.js +1 -1
  160. package/build/web/ExpandCollapsePanel.js +2 -2
  161. package/build/web/Feedback.js +1 -1
  162. package/build/web/Fieldset.js +1 -1
  163. package/build/web/Footnote.js +1 -1
  164. package/build/web/FootnoteLink.js +1 -1
  165. package/build/web/HorizontalScrollButton.js +1 -1
  166. package/build/web/Icon.js +1 -1
  167. package/build/web/IconButton.js +2 -2
  168. package/build/web/Image.js +1 -1
  169. package/build/web/InputLabel.js +1 -1
  170. package/build/web/InputSupports.js +1 -1
  171. package/build/web/Link.js +1 -1
  172. package/build/web/List.js +1 -1
  173. package/build/web/Listbox.js +1 -1
  174. package/build/web/Modal.js +1 -1
  175. package/build/web/MultiSelectFilter.js +1 -1
  176. package/build/web/NavigationBar.js +1 -1
  177. package/build/web/Notification.js +52 -2
  178. package/build/web/OrderedList.js +1 -1
  179. package/build/web/Pagination.js +1 -1
  180. package/build/web/PaginationPageButton.js +1 -1
  181. package/build/web/PaginationSideButton.js +1 -1
  182. package/build/web/PreviewCard.js +1 -1
  183. package/build/web/PriceLockup.js +1 -1
  184. package/build/web/Progress.js +1 -1
  185. package/build/web/ProgressBar.js +1 -1
  186. package/build/web/QuantitySelector.js +1 -1
  187. package/build/web/QuantitySelectorSideButton.js +1 -1
  188. package/build/web/QuickLinks.js +1 -1
  189. package/build/web/QuickLinksButton.js +1 -1
  190. package/build/web/QuickLinksCard.js +1 -1
  191. package/build/web/QuickLinksFeature.js +1 -1
  192. package/build/web/QuickLinksFeatureItem.js +1 -1
  193. package/build/web/QuickLinksList.js +1 -1
  194. package/build/web/Radio.js +1 -1
  195. package/build/web/RadioCard.js +1 -1
  196. package/build/web/RadioCardGroup.js +1 -1
  197. package/build/web/RadioGroup.js +1 -1
  198. package/build/web/Ribbon.js +1 -1
  199. package/build/web/Search.js +1 -1
  200. package/build/web/SearchButton.js +1 -1
  201. package/build/web/Select.js +1 -1
  202. package/build/web/SideNav.js +1 -1
  203. package/build/web/SideNavItem.js +1 -1
  204. package/build/web/SideNavItemsGroup.js +1 -1
  205. package/build/web/Skeleton.js +1 -1
  206. package/build/web/SkipLink.js +1 -1
  207. package/build/web/Spinner.js +1 -1
  208. package/build/web/SplashButton.js +1 -1
  209. package/build/web/SplashButtonWithDetails.js +1 -1
  210. package/build/web/StackView.js +1 -1
  211. package/build/web/StepTracker.js +1 -1
  212. package/build/web/StoryCard.js +1 -1
  213. package/build/web/Table.js +1 -1
  214. package/build/web/Tabs.js +1 -1
  215. package/build/web/TabsItem.js +1 -1
  216. package/build/web/Tags.js +1 -1
  217. package/build/web/TagsItem.js +1 -1
  218. package/build/web/TermsAndConditions.js +3 -2
  219. package/build/web/Testimonial.js +1 -1
  220. package/build/web/TextArea.js +1 -1
  221. package/build/web/TextInput.js +2 -2
  222. package/build/web/Timeline.js +1 -1
  223. package/build/web/Toast.js +1 -1
  224. package/build/web/ToggleSwitch.js +1 -1
  225. package/build/web/ToggleSwitchGroup.js +1 -1
  226. package/build/web/Tooltip.js +1 -1
  227. package/build/web/TooltipButton.js +1 -1
  228. package/build/web/Typography.js +1 -1
  229. package/build/web/Video.js +1 -1
  230. package/build/web/VideoButton.js +1 -1
  231. package/build/web/VideoControlBar.js +1 -1
  232. package/build/web/VideoMenu.js +1 -1
  233. package/build/web/VideoMiddleControlButton.js +1 -1
  234. package/build/web/VideoPicker.js +1 -1
  235. package/build/web/VideoPickerSlider.js +1 -1
  236. package/build/web/VideoPickerThumbnail.js +1 -1
  237. package/build/web/VideoProgressBar.js +1 -1
  238. package/build/web/VideoVolumeSlider.js +1 -1
  239. package/build/web/WaffleGrid.js +1 -1
  240. package/build/web/index.js +1 -1
  241. package/build/web/schema.json +169 -140
  242. package/build/web/spacingScale.js +1 -1
  243. package/build/web/theme.js +110 -14
  244. package/package.json +2 -2
  245. package/theme.json +132 -17
@@ -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 Wed, 28 Feb 2024 23:54:07 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 Wed, 28 Feb 2024 23:54:07 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' },
@@ -1236,6 +1280,7 @@ module.exports = {
1236
1280
  ],
1237
1281
  tokens: {
1238
1282
  backgroundColor: 'rgba(0, 0, 0, 0)',
1283
+ iconBackgroundColor: '#ffffff',
1239
1284
  nextIcon: PaletteIconChevronRight,
1240
1285
  previousIcon: PaletteIconChevronLeft,
1241
1286
  showPanelNavigation: true,
@@ -2301,7 +2346,7 @@ module.exports = {
2301
2346
  contentPaddingLeft: 0,
2302
2347
  contentPaddingRight: 0,
2303
2348
  contentPaddingTop: 0,
2304
- contentPanelBackgroundColor: '#000000'
2349
+ contentPanelBackgroundColor: 'rgba(0, 0, 0, 0)'
2305
2350
  }
2306
2351
  }
2307
2352
  ],
@@ -2836,7 +2881,7 @@ module.exports = {
2836
2881
  }
2837
2882
  ],
2838
2883
  tokens: {
2839
- backgroundColor: '#ffffff',
2884
+ backgroundColor: 'rgba(0, 0, 0, 0)',
2840
2885
  borderBottomLeftRadius: null,
2841
2886
  borderBottomRightRadius: null,
2842
2887
  borderBottomWidth: null,
@@ -3663,7 +3708,11 @@ module.exports = {
3663
3708
  },
3664
3709
  Notification: {
3665
3710
  appearances: {
3666
- style: { type: 'variant', values: [ 'system', 'subtle' ] },
3711
+ style: {
3712
+ type: 'variant',
3713
+ values: [ 'system', 'success', 'warning', 'error', 'subtle' ]
3714
+ },
3715
+ system: { type: 'state', values: [ true ] },
3667
3716
  validation: {
3668
3717
  description: 'Validation states for form inputs',
3669
3718
  type: 'state',
@@ -3680,6 +3729,20 @@ module.exports = {
3680
3729
  if: { viewport: [ 'xl' ] },
3681
3730
  tokens: { justifyContent: 'center' }
3682
3731
  },
3732
+ {
3733
+ if: { system: true },
3734
+ tokens: {
3735
+ borderLeftWidth: 0,
3736
+ borderRadius: 0,
3737
+ borderRightWidth: 0,
3738
+ borderTopWidth: 0,
3739
+ iconGap: 8,
3740
+ paddingBottom: 12,
3741
+ paddingLeft: 12,
3742
+ paddingRight: 12,
3743
+ paddingTop: 12
3744
+ }
3745
+ },
3683
3746
  {
3684
3747
  if: { style: 'system' },
3685
3748
  tokens: {
@@ -3709,6 +3772,16 @@ module.exports = {
3709
3772
  paddingTop: 12
3710
3773
  }
3711
3774
  },
3775
+ {
3776
+ if: { style: 'success' },
3777
+ tokens: {
3778
+ backgroundColor: '#c5f2cc',
3779
+ borderColor: '#1c7b2b',
3780
+ color: '#000000',
3781
+ icon: PaletteIconCheckCircleFilled,
3782
+ iconColor: '#1c7b2b'
3783
+ }
3784
+ },
3712
3785
  {
3713
3786
  if: { validation: 'success' },
3714
3787
  tokens: {
@@ -3719,6 +3792,17 @@ module.exports = {
3719
3792
  iconColor: '#1c7b2b'
3720
3793
  }
3721
3794
  },
3795
+ {
3796
+ if: { style: 'warning' },
3797
+ tokens: {
3798
+ backgroundColor: '#fff5d2',
3799
+ borderColor: '#f8c100',
3800
+ color: '#000000',
3801
+ dismissIcon: null,
3802
+ icon: PaletteIconExclamationTriangle,
3803
+ iconColor: '#c9370b'
3804
+ }
3805
+ },
3722
3806
  {
3723
3807
  if: { validation: 'warning' },
3724
3808
  tokens: {
@@ -3730,6 +3814,17 @@ module.exports = {
3730
3814
  iconColor: '#c9370b'
3731
3815
  }
3732
3816
  },
3817
+ {
3818
+ if: { style: 'error' },
3819
+ tokens: {
3820
+ backgroundColor: '#fcd3c6',
3821
+ borderColor: '#c9370b',
3822
+ color: '#000000',
3823
+ dismissIcon: null,
3824
+ icon: PaletteIconCaution,
3825
+ iconColor: '#c9370b'
3826
+ }
3827
+ },
3733
3828
  {
3734
3829
  if: { validation: 'error' },
3735
3830
  tokens: {
@@ -6169,7 +6264,7 @@ module.exports = {
6169
6264
  if: { focus: true, pressed: true },
6170
6265
  tokens: {
6171
6266
  iconBackgroundColor: '#404040',
6172
- iconColor: '#404040',
6267
+ iconColor: '#666666',
6173
6268
  iconOuterBorderGap: 2
6174
6269
  }
6175
6270
  }
@@ -6204,6 +6299,7 @@ module.exports = {
6204
6299
  expandTitleMarginY: 0,
6205
6300
  expandTitlePaddingLeft: 0,
6206
6301
  expandTitleUnderline: 'none',
6302
+ headerBackgroundColor: 'rgba(0, 0, 0, 0)',
6207
6303
  icon: PaletteIconChevronDown,
6208
6304
  iconBackgroundColor: 'rgba(0, 0, 0, 0)',
6209
6305
  iconBorderColor: 'rgba(0, 0, 0, 0)',
@@ -6355,7 +6451,7 @@ module.exports = {
6355
6451
  },
6356
6452
  {
6357
6453
  if: { focus: true, inactive: null },
6358
- tokens: { borderColor: '#000000', borderWidth: 3, icon: null }
6454
+ tokens: { borderColor: '#7a3dfc', borderWidth: 3, icon: null }
6359
6455
  },
6360
6456
  {
6361
6457
  if: { inactive: true },
@@ -7279,5 +7375,5 @@ module.exports = {
7279
7375
  tokens: { size: 96 }
7280
7376
  }
7281
7377
  },
7282
- metadata: { name: 'theme-koodo', themeTokensVersion: '2.51.0' }
7378
+ metadata: { name: 'theme-koodo', themeTokensVersion: '2.52.1' }
7283
7379
  }
@@ -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 Wed, 28 Feb 2024 23:54:24 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 Wed, 28 Feb 2024 23:54:24 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 Wed, 28 Feb 2024 23:54:24 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 Wed, 28 Feb 2024 23:54:24 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 Wed, 28 Feb 2024 23:54:24 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 Wed, 28 Feb 2024 23:54:24 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 Wed, 28 Feb 2024 23:54:24 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 Wed, 28 Feb 2024 23:54:24 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 Wed, 28 Feb 2024 23:54:24 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 Wed, 28 Feb 2024 23:54:24 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 Wed, 28 Feb 2024 23:54:24 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 Wed, 28 Feb 2024 23:54:24 GMT
5
5
  *
6
6
  */
7
7
 
@@ -23,6 +23,7 @@ const theme = {
23
23
  ],
24
24
  tokens: {
25
25
  backgroundColor: 'rgba(0, 0, 0, 0)',
26
+ iconBackgroundColor: '#ffffff',
26
27
  nextIcon: PaletteIconChevronRight,
27
28
  previousIcon: PaletteIconChevronLeft,
28
29
  showPanelNavigation: true,
@@ -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 Wed, 28 Feb 2024 23:54:24 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 Wed, 28 Feb 2024 23:54:24 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 Wed, 28 Feb 2024 23:54:24 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 Wed, 28 Feb 2024 23:54:24 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 Wed, 28 Feb 2024 23:54:24 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 Wed, 28 Feb 2024 23:54:24 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 Wed, 28 Feb 2024 23:54:24 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 Wed, 28 Feb 2024 23:54:24 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 Wed, 28 Feb 2024 23:54:24 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 Wed, 28 Feb 2024 23:54:24 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 Wed, 28 Feb 2024 23:54:24 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 Wed, 28 Feb 2024 23:54:24 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 Wed, 28 Feb 2024 23:54:24 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 Wed, 28 Feb 2024 23:54:24 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 Wed, 28 Feb 2024 23:54:24 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 Wed, 28 Feb 2024 23:54:24 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 Wed, 28 Feb 2024 23:54:24 GMT
5
5
  *
6
6
  */
7
7
 
@@ -21,7 +21,7 @@ const theme = {
21
21
  contentPaddingLeft: 0,
22
22
  contentPaddingRight: 0,
23
23
  contentPaddingTop: 0,
24
- contentPanelBackgroundColor: '#000000'
24
+ contentPanelBackgroundColor: 'rgba(0, 0, 0, 0)'
25
25
  }
26
26
  }
27
27
  ],