@telus-uds/theme-koodo 7.20.0 → 7.22.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 (255) hide show
  1. package/build/android/IconButton.json +320 -73
  2. package/build/android/PriceLockup.json +29 -0
  3. package/build/android/schema.json +829 -828
  4. package/build/android/theme.json +350 -74
  5. package/build/ios/IconButton.json +320 -73
  6. package/build/ios/PriceLockup.json +29 -0
  7. package/build/ios/schema.json +829 -828
  8. package/build/ios/theme.json +350 -74
  9. package/build/rn/ActionCard.js +1 -1
  10. package/build/rn/ActivityIndicator.js +1 -1
  11. package/build/rn/Autocomplete.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 +1 -1
  16. package/build/rn/Button.js +1 -1
  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/CardGroup.js +1 -1
  23. package/build/rn/Carousel.js +1 -1
  24. package/build/rn/CarouselTabsPanelItem.js +1 -1
  25. package/build/rn/CarouselThumbnail.js +1 -1
  26. package/build/rn/Checkbox.js +1 -1
  27. package/build/rn/CheckboxCard.js +1 -1
  28. package/build/rn/CheckboxCardGroup.js +1 -1
  29. package/build/rn/CheckboxGroup.js +1 -1
  30. package/build/rn/ChevronLink.js +1 -1
  31. package/build/rn/ColourToggle.js +1 -1
  32. package/build/rn/Countdown.js +1 -1
  33. package/build/rn/DatePicker.js +1 -1
  34. package/build/rn/Disclaimer.js +1 -1
  35. package/build/rn/Divider.js +1 -1
  36. package/build/rn/DownloadApp.js +1 -1
  37. package/build/rn/ExpandCollapse.js +1 -1
  38. package/build/rn/ExpandCollapseControl.js +1 -1
  39. package/build/rn/ExpandCollapseMini.js +1 -1
  40. package/build/rn/ExpandCollapseMiniControl.js +1 -1
  41. package/build/rn/ExpandCollapsePanel.js +1 -1
  42. package/build/rn/Feedback.js +1 -1
  43. package/build/rn/Fieldset.js +1 -1
  44. package/build/rn/FileUpload.js +1 -1
  45. package/build/rn/Footnote.js +1 -1
  46. package/build/rn/FootnoteLink.js +1 -1
  47. package/build/rn/HorizontalScrollButton.js +1 -1
  48. package/build/rn/Icon.js +1 -1
  49. package/build/rn/IconButton.js +219 -56
  50. package/build/rn/Image.js +1 -1
  51. package/build/rn/InputLabel.js +1 -1
  52. package/build/rn/InputSupports.js +1 -1
  53. package/build/rn/Link.js +1 -1
  54. package/build/rn/List.js +1 -1
  55. package/build/rn/Listbox.js +1 -1
  56. package/build/rn/Modal.js +1 -1
  57. package/build/rn/MultiSelectFilter.js +1 -1
  58. package/build/rn/NavigationBar.js +1 -1
  59. package/build/rn/Notification.js +1 -1
  60. package/build/rn/OrderedList.js +1 -1
  61. package/build/rn/Pagination.js +1 -1
  62. package/build/rn/PaginationPageButton.js +1 -1
  63. package/build/rn/PaginationSideButton.js +1 -1
  64. package/build/rn/PreviewCard.js +1 -1
  65. package/build/rn/PriceLockup.js +10 -1
  66. package/build/rn/ProductCard.js +1 -1
  67. package/build/rn/Progress.js +1 -1
  68. package/build/rn/ProgressBar.js +1 -1
  69. package/build/rn/QuantitySelector.js +1 -1
  70. package/build/rn/QuantitySelectorSideButton.js +1 -1
  71. package/build/rn/QuickLinks.js +1 -1
  72. package/build/rn/QuickLinksButton.js +1 -1
  73. package/build/rn/QuickLinksCard.js +1 -1
  74. package/build/rn/QuickLinksFeature.js +1 -1
  75. package/build/rn/QuickLinksFeatureItem.js +1 -1
  76. package/build/rn/QuickLinksList.js +1 -1
  77. package/build/rn/Radio.js +1 -1
  78. package/build/rn/RadioCard.js +1 -1
  79. package/build/rn/RadioCardGroup.js +1 -1
  80. package/build/rn/RadioGroup.js +1 -1
  81. package/build/rn/Ribbon.js +1 -1
  82. package/build/rn/Search.js +1 -1
  83. package/build/rn/SearchButton.js +1 -1
  84. package/build/rn/Select.js +1 -1
  85. package/build/rn/Shortcuts.js +1 -1
  86. package/build/rn/ShortcutsItem.js +1 -1
  87. package/build/rn/SideNav.js +1 -1
  88. package/build/rn/SideNavItem.js +1 -1
  89. package/build/rn/SideNavItemsGroup.js +1 -1
  90. package/build/rn/Skeleton.js +1 -1
  91. package/build/rn/SkipLink.js +1 -1
  92. package/build/rn/Spinner.js +1 -1
  93. package/build/rn/SplashButton.js +1 -1
  94. package/build/rn/SplashButtonWithDetails.js +1 -1
  95. package/build/rn/StackView.js +1 -1
  96. package/build/rn/Status.js +1 -1
  97. package/build/rn/StepTracker.js +1 -1
  98. package/build/rn/StoryCard.js +1 -1
  99. package/build/rn/TabBar.js +1 -1
  100. package/build/rn/TabBarItem.js +1 -1
  101. package/build/rn/Table.js +1 -1
  102. package/build/rn/Tabs.js +1 -1
  103. package/build/rn/TabsItem.js +1 -1
  104. package/build/rn/Tags.js +1 -1
  105. package/build/rn/TagsItem.js +1 -1
  106. package/build/rn/TermsAndConditions.js +1 -1
  107. package/build/rn/Testimonial.js +1 -1
  108. package/build/rn/TextArea.js +1 -1
  109. package/build/rn/TextInput.js +1 -1
  110. package/build/rn/Timeline.js +1 -1
  111. package/build/rn/Toast.js +1 -1
  112. package/build/rn/ToggleSwitch.js +1 -1
  113. package/build/rn/ToggleSwitchGroup.js +1 -1
  114. package/build/rn/Tooltip.js +1 -1
  115. package/build/rn/TooltipButton.js +1 -1
  116. package/build/rn/Typography.js +1 -1
  117. package/build/rn/Video.js +1 -1
  118. package/build/rn/VideoButton.js +1 -1
  119. package/build/rn/VideoControlBar.js +1 -1
  120. package/build/rn/VideoMenu.js +1 -1
  121. package/build/rn/VideoMiddleControlButton.js +1 -1
  122. package/build/rn/VideoPicker.js +1 -1
  123. package/build/rn/VideoPickerSlider.js +1 -1
  124. package/build/rn/VideoPickerThumbnail.js +1 -1
  125. package/build/rn/VideoProgressBar.js +1 -1
  126. package/build/rn/VideoVolumeSlider.js +1 -1
  127. package/build/rn/WaffleGrid.js +1 -1
  128. package/build/rn/schema.json +829 -828
  129. package/build/rn/spacingScale.js +1 -1
  130. package/build/rn/theme.js +228 -63
  131. package/build/web/ActionCard.js +1 -1
  132. package/build/web/ActivityIndicator.js +1 -1
  133. package/build/web/Autocomplete.js +1 -1
  134. package/build/web/Badge.js +1 -1
  135. package/build/web/BlockQuote.js +1 -1
  136. package/build/web/Box.js +1 -1
  137. package/build/web/Breadcrumbs.js +1 -1
  138. package/build/web/Button.js +1 -1
  139. package/build/web/ButtonDropdown.js +1 -1
  140. package/build/web/ButtonGroup.js +1 -1
  141. package/build/web/ButtonGroupItem.js +1 -1
  142. package/build/web/Callout.js +1 -1
  143. package/build/web/Card.js +1 -1
  144. package/build/web/CardGroup.js +1 -1
  145. package/build/web/Carousel.js +1 -1
  146. package/build/web/CarouselTabsPanelItem.js +1 -1
  147. package/build/web/CarouselThumbnail.js +1 -1
  148. package/build/web/Checkbox.js +1 -1
  149. package/build/web/CheckboxCard.js +1 -1
  150. package/build/web/CheckboxCardGroup.js +1 -1
  151. package/build/web/CheckboxGroup.js +1 -1
  152. package/build/web/ChevronLink.js +1 -1
  153. package/build/web/ColourToggle.js +1 -1
  154. package/build/web/Countdown.js +1 -1
  155. package/build/web/DatePicker.js +1 -1
  156. package/build/web/Disclaimer.js +1 -1
  157. package/build/web/Divider.js +1 -1
  158. package/build/web/DownloadApp.js +1 -1
  159. package/build/web/ExpandCollapse.js +1 -1
  160. package/build/web/ExpandCollapseControl.js +1 -1
  161. package/build/web/ExpandCollapseMini.js +1 -1
  162. package/build/web/ExpandCollapseMiniControl.js +1 -1
  163. package/build/web/ExpandCollapsePanel.js +1 -1
  164. package/build/web/Feedback.js +1 -1
  165. package/build/web/Fieldset.js +1 -1
  166. package/build/web/FileUpload.js +1 -1
  167. package/build/web/Footnote.js +1 -1
  168. package/build/web/FootnoteLink.js +1 -1
  169. package/build/web/HorizontalScrollButton.js +1 -1
  170. package/build/web/Icon.js +1 -1
  171. package/build/web/IconButton.js +219 -56
  172. package/build/web/Image.js +1 -1
  173. package/build/web/InputLabel.js +1 -1
  174. package/build/web/InputSupports.js +1 -1
  175. package/build/web/Link.js +1 -1
  176. package/build/web/List.js +1 -1
  177. package/build/web/Listbox.js +1 -1
  178. package/build/web/Modal.js +1 -1
  179. package/build/web/MultiSelectFilter.js +1 -1
  180. package/build/web/NavigationBar.js +1 -1
  181. package/build/web/Notification.js +1 -1
  182. package/build/web/OrderedList.js +1 -1
  183. package/build/web/Pagination.js +1 -1
  184. package/build/web/PaginationPageButton.js +1 -1
  185. package/build/web/PaginationSideButton.js +1 -1
  186. package/build/web/PreviewCard.js +1 -1
  187. package/build/web/PriceLockup.js +10 -1
  188. package/build/web/ProductCard.js +1 -1
  189. package/build/web/Progress.js +1 -1
  190. package/build/web/ProgressBar.js +1 -1
  191. package/build/web/QuantitySelector.js +1 -1
  192. package/build/web/QuantitySelectorSideButton.js +1 -1
  193. package/build/web/QuickLinks.js +1 -1
  194. package/build/web/QuickLinksButton.js +1 -1
  195. package/build/web/QuickLinksCard.js +1 -1
  196. package/build/web/QuickLinksFeature.js +1 -1
  197. package/build/web/QuickLinksFeatureItem.js +1 -1
  198. package/build/web/QuickLinksList.js +1 -1
  199. package/build/web/Radio.js +1 -1
  200. package/build/web/RadioCard.js +1 -1
  201. package/build/web/RadioCardGroup.js +1 -1
  202. package/build/web/RadioGroup.js +1 -1
  203. package/build/web/Ribbon.js +1 -1
  204. package/build/web/Search.js +1 -1
  205. package/build/web/SearchButton.js +1 -1
  206. package/build/web/Select.js +1 -1
  207. package/build/web/Shortcuts.js +1 -1
  208. package/build/web/ShortcutsItem.js +1 -1
  209. package/build/web/SideNav.js +1 -1
  210. package/build/web/SideNavItem.js +1 -1
  211. package/build/web/SideNavItemsGroup.js +1 -1
  212. package/build/web/Skeleton.js +1 -1
  213. package/build/web/SkipLink.js +1 -1
  214. package/build/web/Spinner.js +1 -1
  215. package/build/web/SplashButton.js +1 -1
  216. package/build/web/SplashButtonWithDetails.js +1 -1
  217. package/build/web/StackView.js +1 -1
  218. package/build/web/Status.js +1 -1
  219. package/build/web/StepTracker.js +1 -1
  220. package/build/web/StoryCard.js +1 -1
  221. package/build/web/TabBar.js +1 -1
  222. package/build/web/TabBarItem.js +1 -1
  223. package/build/web/Table.js +1 -1
  224. package/build/web/Tabs.js +1 -1
  225. package/build/web/TabsItem.js +1 -1
  226. package/build/web/Tags.js +1 -1
  227. package/build/web/TagsItem.js +1 -1
  228. package/build/web/TermsAndConditions.js +1 -1
  229. package/build/web/Testimonial.js +1 -1
  230. package/build/web/TextArea.js +1 -1
  231. package/build/web/TextInput.js +1 -1
  232. package/build/web/Timeline.js +1 -1
  233. package/build/web/Toast.js +1 -1
  234. package/build/web/ToggleSwitch.js +1 -1
  235. package/build/web/ToggleSwitchGroup.js +1 -1
  236. package/build/web/Tooltip.js +1 -1
  237. package/build/web/TooltipButton.js +1 -1
  238. package/build/web/Typography.js +1 -1
  239. package/build/web/Video.js +1 -1
  240. package/build/web/VideoButton.js +1 -1
  241. package/build/web/VideoControlBar.js +1 -1
  242. package/build/web/VideoMenu.js +1 -1
  243. package/build/web/VideoMiddleControlButton.js +1 -1
  244. package/build/web/VideoPicker.js +1 -1
  245. package/build/web/VideoPickerSlider.js +1 -1
  246. package/build/web/VideoPickerThumbnail.js +1 -1
  247. package/build/web/VideoProgressBar.js +1 -1
  248. package/build/web/VideoVolumeSlider.js +1 -1
  249. package/build/web/WaffleGrid.js +1 -1
  250. package/build/web/index.js +1 -1
  251. package/build/web/schema.json +829 -828
  252. package/build/web/spacingScale.js +1 -1
  253. package/build/web/theme.js +228 -63
  254. package/package.json +4 -4
  255. package/theme.json +228 -67
@@ -6724,7 +6724,8 @@
6724
6724
  "subtract",
6725
6725
  "menu",
6726
6726
  "cart",
6727
- "profile"
6727
+ "profile",
6728
+ "visibility"
6728
6729
  ]
6729
6730
  },
6730
6731
  "compact": {
@@ -6732,6 +6733,11 @@
6732
6733
  "type": "variant",
6733
6734
  "values": [true]
6734
6735
  },
6736
+ "contained": {
6737
+ "description": "Filled background",
6738
+ "type": "variant",
6739
+ "values": [true]
6740
+ },
6735
6741
  "inactive": {
6736
6742
  "description": "Prevents an interactive component from being interacted with and applies accessibility attributes to indicate to the user that this component cannot be used.",
6737
6743
  "values": [true],
@@ -6757,6 +6763,11 @@
6757
6763
  "type": "variant",
6758
6764
  "values": [true]
6759
6765
  },
6766
+ "selected": {
6767
+ "description": "Applies while an interactive component is the currently selected one in a set of states or components, for example a button in a `ButtonGroup`.",
6768
+ "values": [true],
6769
+ "type": "state"
6770
+ },
6760
6771
  "size": {
6761
6772
  "type": "variant",
6762
6773
  "values": ["small", "large"]
@@ -6933,7 +6944,35 @@
6933
6944
  },
6934
6945
  {
6935
6946
  "if": {
6936
- "inverse": true
6947
+ "action": "visibility"
6948
+ },
6949
+ "tokens": {
6950
+ "icon": "PaletteIconEyeUnmasked"
6951
+ }
6952
+ },
6953
+ {
6954
+ "if": {
6955
+ "contained": true
6956
+ },
6957
+ "tokens": {
6958
+ "backgroundColor": {
6959
+ "red": 1,
6960
+ "green": 1,
6961
+ "blue": 1,
6962
+ "alpha": 1
6963
+ },
6964
+ "borderColor": {
6965
+ "red": 0,
6966
+ "green": 0,
6967
+ "blue": 0,
6968
+ "alpha": 1
6969
+ },
6970
+ "borderWidth": 1
6971
+ }
6972
+ },
6973
+ {
6974
+ "if": {
6975
+ "raised": true
6937
6976
  },
6938
6977
  "tokens": {
6939
6978
  "backgroundColor": {
@@ -6946,8 +6985,37 @@
6946
6985
  "red": 0,
6947
6986
  "green": 0,
6948
6987
  "blue": 0,
6949
- "alpha": 0
6988
+ "alpha": 1
6950
6989
  },
6990
+ "borderRadius": 4,
6991
+ "borderWidth": 1,
6992
+ "iconColor": {
6993
+ "red": 0,
6994
+ "green": 0,
6995
+ "blue": 0,
6996
+ "alpha": 1
6997
+ },
6998
+ "padding": 8,
6999
+ "shadow": {
7000
+ "inset": false,
7001
+ "offsetX": 0,
7002
+ "offsetY": 2,
7003
+ "blur": 2,
7004
+ "spread": 0,
7005
+ "color": {
7006
+ "red": 0,
7007
+ "green": 0,
7008
+ "blue": 0,
7009
+ "alpha": 0.2
7010
+ }
7011
+ }
7012
+ }
7013
+ },
7014
+ {
7015
+ "if": {
7016
+ "inverse": true
7017
+ },
7018
+ "tokens": {
6951
7019
  "iconColor": {
6952
7020
  "red": 1,
6953
7021
  "green": 1,
@@ -6958,29 +7026,43 @@
6958
7026
  },
6959
7027
  {
6960
7028
  "if": {
6961
- "password": true
7029
+ "contained": true,
7030
+ "inverse": true
6962
7031
  },
6963
7032
  "tokens": {
6964
- "borderColor": {
7033
+ "backgroundColor": {
6965
7034
  "red": 0,
6966
7035
  "green": 0,
6967
7036
  "blue": 0,
6968
7037
  "alpha": 0
7038
+ },
7039
+ "borderColor": {
7040
+ "red": 1,
7041
+ "green": 1,
7042
+ "blue": 1,
7043
+ "alpha": 1
7044
+ },
7045
+ "borderWidth": 1,
7046
+ "iconColor": {
7047
+ "red": 1,
7048
+ "green": 1,
7049
+ "blue": 1,
7050
+ "alpha": 1
6969
7051
  }
6970
7052
  }
6971
7053
  },
6972
7054
  {
6973
7055
  "if": {
6974
- "inactive": null,
6975
7056
  "pressed": true
6976
7057
  },
6977
7058
  "tokens": {
6978
7059
  "backgroundColor": {
6979
- "red": 0.25098,
6980
- "green": 0.25098,
6981
- "blue": 0.25098,
6982
- "alpha": 1
7060
+ "red": 0,
7061
+ "green": 0,
7062
+ "blue": 0,
7063
+ "alpha": 0.2
6983
7064
  },
7065
+ "borderWidth": null,
6984
7066
  "iconColor": {
6985
7067
  "red": 0.4,
6986
7068
  "green": 0.4,
@@ -6991,80 +7073,119 @@
6991
7073
  },
6992
7074
  {
6993
7075
  "if": {
6994
- "inverse": true,
6995
- "pressed": true
7076
+ "selected": true
6996
7077
  },
6997
7078
  "tokens": {
6998
7079
  "backgroundColor": {
6999
- "red": 0.78824,
7000
- "green": 0.78431,
7001
- "blue": 0.78431,
7002
- "alpha": 1
7080
+ "red": 0,
7081
+ "green": 0,
7082
+ "blue": 0,
7083
+ "alpha": 0
7003
7084
  },
7085
+ "borderBottomWidth": 2,
7004
7086
  "borderColor": {
7005
- "red": 0.78824,
7006
- "green": 0.78431,
7007
- "blue": 0.78431,
7087
+ "red": 0,
7088
+ "green": 0,
7089
+ "blue": 0,
7008
7090
  "alpha": 1
7009
7091
  },
7092
+ "borderLeftWidth": null,
7093
+ "borderRadius": 0,
7094
+ "borderRightWidth": null,
7095
+ "borderTopWidth": null,
7096
+ "borderWidth": null,
7010
7097
  "iconColor": {
7011
7098
  "red": 0,
7012
7099
  "green": 0,
7013
7100
  "blue": 0,
7014
7101
  "alpha": 1
7015
- },
7016
- "outerBorderWidth": 0
7102
+ }
7017
7103
  }
7018
7104
  },
7019
7105
  {
7020
7106
  "if": {
7021
- "password": true,
7107
+ "inverse": true,
7022
7108
  "pressed": true
7023
7109
  },
7024
7110
  "tokens": {
7025
7111
  "backgroundColor": {
7026
- "red": 0,
7027
- "green": 0,
7028
- "blue": 0,
7029
- "alpha": 1
7030
- },
7031
- "borderColor": {
7032
- "red": 0,
7033
- "green": 0,
7034
- "blue": 0,
7112
+ "red": 0.78824,
7113
+ "green": 0.78431,
7114
+ "blue": 0.78431,
7035
7115
  "alpha": 1
7036
7116
  },
7117
+ "borderWidth": null,
7037
7118
  "iconColor": {
7038
7119
  "red": 0,
7039
7120
  "green": 0,
7040
7121
  "blue": 0,
7041
7122
  "alpha": 1
7042
- },
7043
- "outerBorderGap": 0
7123
+ }
7044
7124
  }
7045
7125
  },
7046
7126
  {
7047
7127
  "if": {
7048
- "size": "large"
7128
+ "inverse": true,
7129
+ "selected": true
7049
7130
  },
7050
7131
  "tokens": {
7051
- "iconSize": 24,
7052
- "padding": 12
7132
+ "backgroundColor": {
7133
+ "red": 0,
7134
+ "green": 0,
7135
+ "blue": 0,
7136
+ "alpha": 0
7137
+ },
7138
+ "borderBottomWidth": 2,
7139
+ "borderColor": {
7140
+ "red": 1,
7141
+ "green": 1,
7142
+ "blue": 1,
7143
+ "alpha": 1
7144
+ },
7145
+ "borderLeftWidth": null,
7146
+ "borderRadius": 0,
7147
+ "borderRightWidth": null,
7148
+ "borderTopWidth": null,
7149
+ "borderWidth": null,
7150
+ "iconColor": {
7151
+ "red": 1,
7152
+ "green": 1,
7153
+ "blue": 1,
7154
+ "alpha": 1
7155
+ }
7053
7156
  }
7054
7157
  },
7055
7158
  {
7056
7159
  "if": {
7057
- "size": "small"
7160
+ "contained": true,
7161
+ "pressed": true
7058
7162
  },
7059
7163
  "tokens": {
7060
- "iconSize": 16,
7061
- "padding": 4
7164
+ "backgroundColor": {
7165
+ "red": 0,
7166
+ "green": 0,
7167
+ "blue": 0,
7168
+ "alpha": 0.2
7169
+ },
7170
+ "borderColor": {
7171
+ "red": 0,
7172
+ "green": 0,
7173
+ "blue": 0,
7174
+ "alpha": 1
7175
+ },
7176
+ "borderWidth": 1,
7177
+ "iconColor": {
7178
+ "red": 0.4,
7179
+ "green": 0.4,
7180
+ "blue": 0.4,
7181
+ "alpha": 1
7182
+ }
7062
7183
  }
7063
7184
  },
7064
7185
  {
7065
- "description": "Raised IconButtons follow different design patterns to other variants",
7066
7186
  "if": {
7067
- "raised": true
7187
+ "contained": true,
7188
+ "selected": true
7068
7189
  },
7069
7190
  "tokens": {
7070
7191
  "backgroundColor": {
@@ -7073,44 +7194,71 @@
7073
7194
  "blue": 1,
7074
7195
  "alpha": 1
7075
7196
  },
7197
+ "borderBottomWidth": null,
7076
7198
  "borderColor": {
7077
7199
  "red": 0,
7078
7200
  "green": 0,
7079
7201
  "blue": 0,
7080
7202
  "alpha": 1
7081
7203
  },
7082
- "shadow": {
7083
- "inset": false,
7084
- "offsetX": 0,
7085
- "offsetY": 2,
7086
- "blur": 2,
7087
- "spread": 0,
7088
- "color": {
7089
- "red": 0,
7090
- "green": 0,
7091
- "blue": 0,
7092
- "alpha": 0.2
7093
- }
7204
+ "borderRadius": 4,
7205
+ "borderWidth": 1,
7206
+ "iconColor": {
7207
+ "red": 0,
7208
+ "green": 0,
7209
+ "blue": 0,
7210
+ "alpha": 1
7094
7211
  }
7095
7212
  }
7096
7213
  },
7097
7214
  {
7098
7215
  "if": {
7099
- "raised": true,
7100
- "size": "large"
7216
+ "contained": true,
7217
+ "inverse": true,
7218
+ "pressed": true
7101
7219
  },
7102
7220
  "tokens": {
7103
- "iconSize": 24,
7104
- "padding": 12
7221
+ "backgroundColor": {
7222
+ "red": 1,
7223
+ "green": 1,
7224
+ "blue": 1,
7225
+ "alpha": 0.4
7226
+ },
7227
+ "borderColor": {
7228
+ "red": 1,
7229
+ "green": 1,
7230
+ "blue": 1,
7231
+ "alpha": 1
7232
+ },
7233
+ "borderWidth": 1,
7234
+ "iconColor": {
7235
+ "red": 1,
7236
+ "green": 1,
7237
+ "blue": 1,
7238
+ "alpha": 1
7239
+ }
7105
7240
  }
7106
7241
  },
7107
7242
  {
7108
7243
  "if": {
7109
- "raised": true,
7110
- "size": "small"
7244
+ "contained": true,
7245
+ "inverse": true,
7246
+ "selected": true
7111
7247
  },
7112
7248
  "tokens": {
7113
- "padding": 8
7249
+ "backgroundColor": {
7250
+ "red": 1,
7251
+ "green": 1,
7252
+ "blue": 1,
7253
+ "alpha": 1
7254
+ },
7255
+ "borderWidth": null,
7256
+ "iconColor": {
7257
+ "red": 0,
7258
+ "green": 0,
7259
+ "blue": 0,
7260
+ "alpha": 1
7261
+ }
7114
7262
  }
7115
7263
  },
7116
7264
  {
@@ -7120,31 +7268,66 @@
7120
7268
  },
7121
7269
  "tokens": {
7122
7270
  "backgroundColor": {
7123
- "red": 0.25098,
7124
- "green": 0.25098,
7125
- "blue": 0.25098,
7271
+ "red": 0.78824,
7272
+ "green": 0.78431,
7273
+ "blue": 0.78431,
7126
7274
  "alpha": 1
7127
7275
  },
7128
7276
  "borderColor": {
7129
- "red": 0.25098,
7130
- "green": 0.25098,
7131
- "blue": 0.25098,
7277
+ "red": 0,
7278
+ "green": 0,
7279
+ "blue": 0,
7132
7280
  "alpha": 1
7133
7281
  },
7282
+ "borderWidth": 1,
7134
7283
  "iconColor": {
7135
- "red": 0.4,
7136
- "green": 0.4,
7137
- "blue": 0.4,
7284
+ "red": 0,
7285
+ "green": 0,
7286
+ "blue": 0,
7138
7287
  "alpha": 1
7139
7288
  }
7140
7289
  }
7141
7290
  },
7142
7291
  {
7143
7292
  "if": {
7144
- "compact": true
7293
+ "raised": true,
7294
+ "selected": true
7145
7295
  },
7146
7296
  "tokens": {
7147
- "outerBorderGap": 0
7297
+ "backgroundColor": {
7298
+ "red": 1,
7299
+ "green": 1,
7300
+ "blue": 1,
7301
+ "alpha": 1
7302
+ },
7303
+ "borderBottomWidth": null,
7304
+ "borderColor": {
7305
+ "red": 0,
7306
+ "green": 0,
7307
+ "blue": 0,
7308
+ "alpha": 1
7309
+ },
7310
+ "borderRadius": 4,
7311
+ "borderWidth": 1,
7312
+ "iconColor": {
7313
+ "red": 0,
7314
+ "green": 0,
7315
+ "blue": 0,
7316
+ "alpha": 1
7317
+ },
7318
+ "shadow": {
7319
+ "inset": false,
7320
+ "offsetX": 0,
7321
+ "offsetY": 2,
7322
+ "blur": 2,
7323
+ "spread": 0,
7324
+ "color": {
7325
+ "red": 0,
7326
+ "green": 0,
7327
+ "blue": 0,
7328
+ "alpha": 0.2
7329
+ }
7330
+ }
7148
7331
  }
7149
7332
  },
7150
7333
  {
@@ -7158,6 +7341,7 @@
7158
7341
  "blue": 0.93725,
7159
7342
  "alpha": 1
7160
7343
  },
7344
+ "borderWidth": 0,
7161
7345
  "iconColor": {
7162
7346
  "red": 0.78824,
7163
7347
  "green": 0.78431,
@@ -7169,8 +7353,71 @@
7169
7353
  "green": 0,
7170
7354
  "blue": 0,
7171
7355
  "alpha": 0
7356
+ }
7357
+ }
7358
+ },
7359
+ {
7360
+ "if": {
7361
+ "inactive": true,
7362
+ "inverse": true
7363
+ },
7364
+ "tokens": {
7365
+ "backgroundColor": {
7366
+ "red": 0,
7367
+ "green": 0,
7368
+ "blue": 0,
7369
+ "alpha": 0
7172
7370
  },
7173
- "outerBorderWidth": 0
7371
+ "borderWidth": 0,
7372
+ "iconColor": {
7373
+ "red": 1,
7374
+ "green": 1,
7375
+ "blue": 1,
7376
+ "alpha": 0.4
7377
+ },
7378
+ "outerBorderColor": {
7379
+ "red": 0,
7380
+ "green": 0,
7381
+ "blue": 0,
7382
+ "alpha": 0
7383
+ }
7384
+ }
7385
+ },
7386
+ {
7387
+ "if": {
7388
+ "contained": true,
7389
+ "inactive": true,
7390
+ "inverse": true
7391
+ },
7392
+ "tokens": {
7393
+ "backgroundColor": {
7394
+ "red": 1,
7395
+ "green": 1,
7396
+ "blue": 1,
7397
+ "alpha": 0.2
7398
+ },
7399
+ "borderWidth": 0,
7400
+ "iconColor": {
7401
+ "red": 1,
7402
+ "green": 1,
7403
+ "blue": 1,
7404
+ "alpha": 0.4
7405
+ },
7406
+ "outerBorderColor": {
7407
+ "red": 0,
7408
+ "green": 0,
7409
+ "blue": 0,
7410
+ "alpha": 0
7411
+ }
7412
+ }
7413
+ },
7414
+ {
7415
+ "if": {
7416
+ "size": "large"
7417
+ },
7418
+ "tokens": {
7419
+ "iconSize": 24,
7420
+ "padding": 10
7174
7421
  }
7175
7422
  }
7176
7423
  ],
@@ -7191,7 +7438,7 @@
7191
7438
  "alpha": 0
7192
7439
  },
7193
7440
  "borderLeftWidth": null,
7194
- "borderRadius": 99999999999999,
7441
+ "borderRadius": 4,
7195
7442
  "borderRightWidth": null,
7196
7443
  "borderTopLeftRadius": null,
7197
7444
  "borderTopRightRadius": null,
@@ -9548,6 +9795,10 @@
9548
9795
  "type": "variant",
9549
9796
  "values": ["micro", "small", "medium", "large"]
9550
9797
  },
9798
+ "style": {
9799
+ "type": "variant",
9800
+ "values": ["inverse"]
9801
+ },
9551
9802
  "viewport": {
9552
9803
  "description": "The size label for the current screen viewport based on the current screen width",
9553
9804
  "values": ["xs", "sm", "md", "lg", "xl"],
@@ -9680,6 +9931,31 @@
9680
9931
  "centsLineHeight": 1,
9681
9932
  "rateLineHeight": 1.72
9682
9933
  }
9934
+ },
9935
+ {
9936
+ "if": {
9937
+ "style": "inverse"
9938
+ },
9939
+ "tokens": {
9940
+ "fontColor": {
9941
+ "red": 1,
9942
+ "green": 1,
9943
+ "blue": 1,
9944
+ "alpha": 1
9945
+ },
9946
+ "footnoteLinkColor": {
9947
+ "red": 1,
9948
+ "green": 1,
9949
+ "blue": 1,
9950
+ "alpha": 1
9951
+ },
9952
+ "strikeThroughColor": {
9953
+ "red": 1,
9954
+ "green": 1,
9955
+ "blue": 1,
9956
+ "alpha": 1
9957
+ }
9958
+ }
9683
9959
  }
9684
9960
  ],
9685
9961
  "tokens": {
@@ -16239,7 +16515,7 @@
16239
16515
  }
16240
16516
  },
16241
16517
  "metadata": {
16242
- "themeTokensVersion": "4.17.0",
16518
+ "themeTokensVersion": "4.18.0",
16243
16519
  "name": "theme-koodo"
16244
16520
  }
16245
16521
  }
@@ -1,7 +1,7 @@
1
1
  /*
2
2
  *
3
3
  * Do not edit directly
4
- * Generated on Fri, 12 Dec 2025 05:35:22 GMT
4
+ * Generated on Mon, 19 Jan 2026 20:37:54 GMT
5
5
  *
6
6
  */
7
7
 
@@ -1,7 +1,7 @@
1
1
  /*
2
2
  *
3
3
  * Do not edit directly
4
- * Generated on Fri, 12 Dec 2025 05:35:22 GMT
4
+ * Generated on Mon, 19 Jan 2026 20:37:54 GMT
5
5
  *
6
6
  */
7
7
 
@@ -1,7 +1,7 @@
1
1
  /*
2
2
  *
3
3
  * Do not edit directly
4
- * Generated on Fri, 12 Dec 2025 05:35:22 GMT
4
+ * Generated on Mon, 19 Jan 2026 20:37:54 GMT
5
5
  *
6
6
  */
7
7
 
package/build/rn/Badge.js CHANGED
@@ -1,7 +1,7 @@
1
1
  /*
2
2
  *
3
3
  * Do not edit directly
4
- * Generated on Fri, 12 Dec 2025 05:35:22 GMT
4
+ * Generated on Mon, 19 Jan 2026 20:37:54 GMT
5
5
  *
6
6
  */
7
7
 
@@ -1,7 +1,7 @@
1
1
  /*
2
2
  *
3
3
  * Do not edit directly
4
- * Generated on Fri, 12 Dec 2025 05:35:22 GMT
4
+ * Generated on Mon, 19 Jan 2026 20:37:54 GMT
5
5
  *
6
6
  */
7
7
 
package/build/rn/Box.js CHANGED
@@ -1,7 +1,7 @@
1
1
  /*
2
2
  *
3
3
  * Do not edit directly
4
- * Generated on Fri, 12 Dec 2025 05:35:22 GMT
4
+ * Generated on Mon, 19 Jan 2026 20:37:54 GMT
5
5
  *
6
6
  */
7
7
 
@@ -1,7 +1,7 @@
1
1
  /*
2
2
  *
3
3
  * Do not edit directly
4
- * Generated on Fri, 12 Dec 2025 05:35:22 GMT
4
+ * Generated on Mon, 19 Jan 2026 20:37:54 GMT
5
5
  *
6
6
  */
7
7
 
@@ -1,7 +1,7 @@
1
1
  /*
2
2
  *
3
3
  * Do not edit directly
4
- * Generated on Fri, 12 Dec 2025 05:35:22 GMT
4
+ * Generated on Mon, 19 Jan 2026 20:37:54 GMT
5
5
  *
6
6
  */
7
7