@telus-uds/theme-koodo 7.22.0 → 7.24.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 (273) hide show
  1. package/build/android/Card.json +3 -3
  2. package/build/android/Checkbox.json +10 -3
  3. package/build/android/ExpandCollapse.json +1 -0
  4. package/build/android/ExpandCollapsePanel.json +1 -0
  5. package/build/android/IconButton.json +531 -0
  6. package/build/android/QuantitySelector.json +28 -2
  7. package/build/android/QuantitySelectorSideButton.json +43 -19
  8. package/build/android/QuickLinksButton.json +1 -1
  9. package/build/android/SideNav.json +1 -1
  10. package/build/android/SideNavItem.json +1 -1
  11. package/build/android/SideNavItemsGroup.json +7 -0
  12. package/build/android/schema.json +243 -159
  13. package/build/android/theme.json +703 -106
  14. package/build/ios/Card.json +3 -3
  15. package/build/ios/Checkbox.json +10 -3
  16. package/build/ios/ExpandCollapse.json +1 -0
  17. package/build/ios/ExpandCollapsePanel.json +1 -0
  18. package/build/ios/IconButton.json +531 -0
  19. package/build/ios/QuantitySelector.json +28 -2
  20. package/build/ios/QuantitySelectorSideButton.json +43 -19
  21. package/build/ios/QuickLinksButton.json +1 -1
  22. package/build/ios/SideNav.json +1 -1
  23. package/build/ios/SideNavItem.json +1 -1
  24. package/build/ios/SideNavItemsGroup.json +7 -0
  25. package/build/ios/schema.json +243 -159
  26. package/build/ios/theme.json +703 -106
  27. package/build/rn/ActionCard.js +1 -1
  28. package/build/rn/ActivityIndicator.js +1 -1
  29. package/build/rn/Autocomplete.js +1 -1
  30. package/build/rn/Badge.js +1 -1
  31. package/build/rn/BlockQuote.js +1 -1
  32. package/build/rn/Box.js +1 -1
  33. package/build/rn/Breadcrumbs.js +1 -1
  34. package/build/rn/Button.js +1 -1
  35. package/build/rn/ButtonDropdown.js +1 -1
  36. package/build/rn/ButtonGroup.js +1 -1
  37. package/build/rn/ButtonGroupItem.js +1 -1
  38. package/build/rn/Callout.js +1 -1
  39. package/build/rn/Card.js +28 -7
  40. package/build/rn/CardGroup.js +1 -1
  41. package/build/rn/Carousel.js +1 -1
  42. package/build/rn/CarouselTabsPanelItem.js +1 -1
  43. package/build/rn/CarouselThumbnail.js +1 -1
  44. package/build/rn/Checkbox.js +11 -4
  45. package/build/rn/CheckboxCard.js +1 -1
  46. package/build/rn/CheckboxCardGroup.js +1 -1
  47. package/build/rn/CheckboxGroup.js +1 -1
  48. package/build/rn/ChevronLink.js +1 -1
  49. package/build/rn/ColourToggle.js +1 -1
  50. package/build/rn/Countdown.js +1 -1
  51. package/build/rn/DatePicker.js +1 -1
  52. package/build/rn/Disclaimer.js +1 -1
  53. package/build/rn/Divider.js +1 -1
  54. package/build/rn/DownloadApp.js +1 -1
  55. package/build/rn/ExpandCollapse.js +2 -1
  56. package/build/rn/ExpandCollapseControl.js +1 -1
  57. package/build/rn/ExpandCollapseMini.js +1 -1
  58. package/build/rn/ExpandCollapseMiniControl.js +1 -1
  59. package/build/rn/ExpandCollapsePanel.js +2 -1
  60. package/build/rn/Feedback.js +1 -1
  61. package/build/rn/Fieldset.js +1 -1
  62. package/build/rn/FileUpload.js +1 -1
  63. package/build/rn/Footnote.js +1 -1
  64. package/build/rn/FootnoteLink.js +1 -1
  65. package/build/rn/HorizontalScrollButton.js +1 -1
  66. package/build/rn/Icon.js +1 -1
  67. package/build/rn/IconButton.js +345 -3
  68. package/build/rn/Image.js +1 -1
  69. package/build/rn/InputLabel.js +1 -1
  70. package/build/rn/InputSupports.js +1 -1
  71. package/build/rn/Link.js +1 -1
  72. package/build/rn/List.js +1 -1
  73. package/build/rn/Listbox.js +1 -1
  74. package/build/rn/Modal.js +1 -1
  75. package/build/rn/MultiSelectFilter.js +1 -1
  76. package/build/rn/NavigationBar.js +1 -1
  77. package/build/rn/Notification.js +1 -1
  78. package/build/rn/OrderedList.js +1 -1
  79. package/build/rn/Pagination.js +1 -1
  80. package/build/rn/PaginationPageButton.js +1 -1
  81. package/build/rn/PaginationSideButton.js +1 -1
  82. package/build/rn/PreviewCard.js +1 -1
  83. package/build/rn/PriceLockup.js +1 -1
  84. package/build/rn/ProductCard.js +1 -1
  85. package/build/rn/Progress.js +1 -1
  86. package/build/rn/ProgressBar.js +1 -1
  87. package/build/rn/QuantitySelector.js +17 -3
  88. package/build/rn/QuantitySelectorSideButton.js +14 -5
  89. package/build/rn/QuickLinks.js +1 -1
  90. package/build/rn/QuickLinksButton.js +6 -3
  91. package/build/rn/QuickLinksCard.js +1 -1
  92. package/build/rn/QuickLinksFeature.js +1 -1
  93. package/build/rn/QuickLinksFeatureItem.js +1 -1
  94. package/build/rn/QuickLinksList.js +1 -1
  95. package/build/rn/Radio.js +1 -1
  96. package/build/rn/RadioCard.js +1 -1
  97. package/build/rn/RadioCardGroup.js +1 -1
  98. package/build/rn/RadioGroup.js +1 -1
  99. package/build/rn/Ribbon.js +1 -1
  100. package/build/rn/Search.js +1 -1
  101. package/build/rn/SearchButton.js +1 -1
  102. package/build/rn/Select.js +1 -1
  103. package/build/rn/Shortcuts.js +1 -1
  104. package/build/rn/ShortcutsItem.js +1 -1
  105. package/build/rn/SideNav.js +2 -2
  106. package/build/rn/SideNavItem.js +2 -2
  107. package/build/rn/SideNavItemsGroup.js +3 -1
  108. package/build/rn/Skeleton.js +1 -1
  109. package/build/rn/SkipLink.js +1 -1
  110. package/build/rn/Spinner.js +1 -1
  111. package/build/rn/SplashButton.js +1 -1
  112. package/build/rn/SplashButtonWithDetails.js +1 -1
  113. package/build/rn/StackView.js +1 -1
  114. package/build/rn/Status.js +1 -1
  115. package/build/rn/StepTracker.js +1 -1
  116. package/build/rn/StoryCard.js +1 -1
  117. package/build/rn/TabBar.js +1 -1
  118. package/build/rn/TabBarItem.js +1 -1
  119. package/build/rn/Table.js +1 -1
  120. package/build/rn/Tabs.js +1 -1
  121. package/build/rn/TabsItem.js +1 -1
  122. package/build/rn/Tags.js +1 -1
  123. package/build/rn/TagsItem.js +1 -1
  124. package/build/rn/TermsAndConditions.js +1 -1
  125. package/build/rn/Testimonial.js +1 -1
  126. package/build/rn/TextArea.js +1 -1
  127. package/build/rn/TextInput.js +1 -1
  128. package/build/rn/Timeline.js +1 -1
  129. package/build/rn/Toast.js +1 -1
  130. package/build/rn/ToggleSwitch.js +1 -1
  131. package/build/rn/ToggleSwitchGroup.js +1 -1
  132. package/build/rn/Tooltip.js +1 -1
  133. package/build/rn/TooltipButton.js +1 -1
  134. package/build/rn/Typography.js +1 -1
  135. package/build/rn/Video.js +1 -1
  136. package/build/rn/VideoButton.js +1 -1
  137. package/build/rn/VideoControlBar.js +1 -1
  138. package/build/rn/VideoMenu.js +1 -1
  139. package/build/rn/VideoMiddleControlButton.js +1 -1
  140. package/build/rn/VideoPicker.js +1 -1
  141. package/build/rn/VideoPickerSlider.js +1 -1
  142. package/build/rn/VideoPickerThumbnail.js +1 -1
  143. package/build/rn/VideoProgressBar.js +1 -1
  144. package/build/rn/VideoVolumeSlider.js +1 -1
  145. package/build/rn/WaffleGrid.js +1 -1
  146. package/build/rn/schema.json +243 -159
  147. package/build/rn/spacingScale.js +1 -1
  148. package/build/rn/theme.js +438 -22
  149. package/build/web/ActionCard.js +1 -1
  150. package/build/web/ActivityIndicator.js +1 -1
  151. package/build/web/Autocomplete.js +1 -1
  152. package/build/web/Badge.js +1 -1
  153. package/build/web/BlockQuote.js +1 -1
  154. package/build/web/Box.js +1 -1
  155. package/build/web/Breadcrumbs.js +1 -1
  156. package/build/web/Button.js +1 -1
  157. package/build/web/ButtonDropdown.js +1 -1
  158. package/build/web/ButtonGroup.js +1 -1
  159. package/build/web/ButtonGroupItem.js +1 -1
  160. package/build/web/Callout.js +1 -1
  161. package/build/web/Card.js +28 -7
  162. package/build/web/CardGroup.js +1 -1
  163. package/build/web/Carousel.js +1 -1
  164. package/build/web/CarouselTabsPanelItem.js +1 -1
  165. package/build/web/CarouselThumbnail.js +1 -1
  166. package/build/web/Checkbox.js +11 -4
  167. package/build/web/CheckboxCard.js +1 -1
  168. package/build/web/CheckboxCardGroup.js +1 -1
  169. package/build/web/CheckboxGroup.js +1 -1
  170. package/build/web/ChevronLink.js +1 -1
  171. package/build/web/ColourToggle.js +1 -1
  172. package/build/web/Countdown.js +1 -1
  173. package/build/web/DatePicker.js +1 -1
  174. package/build/web/Disclaimer.js +1 -1
  175. package/build/web/Divider.js +1 -1
  176. package/build/web/DownloadApp.js +1 -1
  177. package/build/web/ExpandCollapse.js +2 -1
  178. package/build/web/ExpandCollapseControl.js +1 -1
  179. package/build/web/ExpandCollapseMini.js +1 -1
  180. package/build/web/ExpandCollapseMiniControl.js +1 -1
  181. package/build/web/ExpandCollapsePanel.js +2 -1
  182. package/build/web/Feedback.js +1 -1
  183. package/build/web/Fieldset.js +1 -1
  184. package/build/web/FileUpload.js +1 -1
  185. package/build/web/Footnote.js +1 -1
  186. package/build/web/FootnoteLink.js +1 -1
  187. package/build/web/HorizontalScrollButton.js +1 -1
  188. package/build/web/Icon.js +1 -1
  189. package/build/web/IconButton.js +345 -3
  190. package/build/web/Image.js +1 -1
  191. package/build/web/InputLabel.js +1 -1
  192. package/build/web/InputSupports.js +1 -1
  193. package/build/web/Link.js +1 -1
  194. package/build/web/List.js +1 -1
  195. package/build/web/Listbox.js +1 -1
  196. package/build/web/Modal.js +1 -1
  197. package/build/web/MultiSelectFilter.js +1 -1
  198. package/build/web/NavigationBar.js +1 -1
  199. package/build/web/Notification.js +1 -1
  200. package/build/web/OrderedList.js +1 -1
  201. package/build/web/Pagination.js +1 -1
  202. package/build/web/PaginationPageButton.js +1 -1
  203. package/build/web/PaginationSideButton.js +1 -1
  204. package/build/web/PreviewCard.js +1 -1
  205. package/build/web/PriceLockup.js +1 -1
  206. package/build/web/ProductCard.js +1 -1
  207. package/build/web/Progress.js +1 -1
  208. package/build/web/ProgressBar.js +1 -1
  209. package/build/web/QuantitySelector.js +17 -3
  210. package/build/web/QuantitySelectorSideButton.js +14 -5
  211. package/build/web/QuickLinks.js +1 -1
  212. package/build/web/QuickLinksButton.js +6 -3
  213. package/build/web/QuickLinksCard.js +1 -1
  214. package/build/web/QuickLinksFeature.js +1 -1
  215. package/build/web/QuickLinksFeatureItem.js +1 -1
  216. package/build/web/QuickLinksList.js +1 -1
  217. package/build/web/Radio.js +1 -1
  218. package/build/web/RadioCard.js +1 -1
  219. package/build/web/RadioCardGroup.js +1 -1
  220. package/build/web/RadioGroup.js +1 -1
  221. package/build/web/Ribbon.js +1 -1
  222. package/build/web/Search.js +1 -1
  223. package/build/web/SearchButton.js +1 -1
  224. package/build/web/Select.js +1 -1
  225. package/build/web/Shortcuts.js +1 -1
  226. package/build/web/ShortcutsItem.js +1 -1
  227. package/build/web/SideNav.js +2 -2
  228. package/build/web/SideNavItem.js +2 -2
  229. package/build/web/SideNavItemsGroup.js +3 -1
  230. package/build/web/Skeleton.js +1 -1
  231. package/build/web/SkipLink.js +1 -1
  232. package/build/web/Spinner.js +1 -1
  233. package/build/web/SplashButton.js +1 -1
  234. package/build/web/SplashButtonWithDetails.js +1 -1
  235. package/build/web/StackView.js +1 -1
  236. package/build/web/Status.js +1 -1
  237. package/build/web/StepTracker.js +1 -1
  238. package/build/web/StoryCard.js +1 -1
  239. package/build/web/TabBar.js +1 -1
  240. package/build/web/TabBarItem.js +1 -1
  241. package/build/web/Table.js +1 -1
  242. package/build/web/Tabs.js +1 -1
  243. package/build/web/TabsItem.js +1 -1
  244. package/build/web/Tags.js +1 -1
  245. package/build/web/TagsItem.js +1 -1
  246. package/build/web/TermsAndConditions.js +1 -1
  247. package/build/web/Testimonial.js +1 -1
  248. package/build/web/TextArea.js +1 -1
  249. package/build/web/TextInput.js +1 -1
  250. package/build/web/Timeline.js +1 -1
  251. package/build/web/Toast.js +1 -1
  252. package/build/web/ToggleSwitch.js +1 -1
  253. package/build/web/ToggleSwitchGroup.js +1 -1
  254. package/build/web/Tooltip.js +1 -1
  255. package/build/web/TooltipButton.js +1 -1
  256. package/build/web/Typography.js +1 -1
  257. package/build/web/Video.js +1 -1
  258. package/build/web/VideoButton.js +1 -1
  259. package/build/web/VideoControlBar.js +1 -1
  260. package/build/web/VideoMenu.js +1 -1
  261. package/build/web/VideoMiddleControlButton.js +1 -1
  262. package/build/web/VideoPicker.js +1 -1
  263. package/build/web/VideoPickerSlider.js +1 -1
  264. package/build/web/VideoPickerThumbnail.js +1 -1
  265. package/build/web/VideoProgressBar.js +1 -1
  266. package/build/web/VideoVolumeSlider.js +1 -1
  267. package/build/web/WaffleGrid.js +1 -1
  268. package/build/web/index.js +1 -1
  269. package/build/web/schema.json +243 -159
  270. package/build/web/spacingScale.js +1 -1
  271. package/build/web/theme.js +438 -22
  272. package/package.json +2 -2
  273. package/theme.json +508 -24
@@ -1,7 +1,7 @@
1
1
  /*
2
2
  *
3
3
  * Do not edit directly
4
- * Generated on Mon, 19 Jan 2026 20:37:54 GMT
4
+ * Generated on Wed, 18 Feb 2026 02:48:08 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 Mon, 19 Jan 2026 20:37:54 GMT
4
+ * Generated on Wed, 18 Feb 2026 02:48:08 GMT
5
5
  *
6
6
  */
7
7
 
@@ -1709,27 +1709,48 @@ module.exports = {
1709
1709
  },
1710
1710
  {
1711
1711
  if: { hover: true, interactive: true, style: 'dark' },
1712
- tokens: { backgroundColor: 'rgba(255, 255, 255, 0.1)' }
1712
+ tokens: { backgroundColor: 'rgba(255, 255, 255, 0.2)' }
1713
1713
  },
1714
1714
  {
1715
1715
  if: { hover: true, interactive: true, style: 'darker' },
1716
- tokens: { backgroundColor: 'rgba(255, 255, 255, 0.1)' }
1716
+ tokens: { backgroundColor: 'rgba(255, 255, 255, 0.2)' }
1717
1717
  },
1718
1718
  {
1719
1719
  if: { hover: true, interactive: true, style: 'darkest' },
1720
- tokens: { backgroundColor: 'rgba(255, 255, 255, 0.1)' }
1720
+ tokens: { backgroundColor: 'rgba(255, 255, 255, 0.2)' }
1721
1721
  },
1722
1722
  {
1723
1723
  if: { interactive: true, pressed: true, style: 'dark' },
1724
- tokens: { backgroundColor: 'rgba(255, 255, 255, 0.2)' }
1724
+ tokens: { backgroundColor: 'rgba(255, 255, 255, 0.4)' }
1725
1725
  },
1726
1726
  {
1727
1727
  if: { interactive: true, pressed: true, style: 'darker' },
1728
- tokens: { backgroundColor: 'rgba(255, 255, 255, 0.2)' }
1728
+ tokens: { backgroundColor: 'rgba(255, 255, 255, 0.4)' }
1729
1729
  },
1730
1730
  {
1731
1731
  if: { interactive: true, pressed: true, style: 'darkest' },
1732
- tokens: { backgroundColor: 'rgba(255, 255, 255, 0.2)' }
1732
+ tokens: { backgroundColor: 'rgba(255, 255, 255, 0.4)' }
1733
+ },
1734
+ {
1735
+ if: { focus: true, interactive: true, style: 'dark' },
1736
+ tokens: {
1737
+ backgroundColor: 'rgba(0, 0, 0, 0)',
1738
+ borderColor: 'rgba(255, 255, 255, 0.6)'
1739
+ }
1740
+ },
1741
+ {
1742
+ if: { focus: true, interactive: true, style: 'darker' },
1743
+ tokens: {
1744
+ backgroundColor: 'rgba(0, 0, 0, 0)',
1745
+ borderColor: 'rgba(255, 255, 255, 0.6)'
1746
+ }
1747
+ },
1748
+ {
1749
+ if: { focus: true, interactive: true, style: 'darkest' },
1750
+ tokens: {
1751
+ backgroundColor: 'rgba(0, 0, 0, 0)',
1752
+ borderColor: 'rgba(255, 255, 255, 0.6)'
1753
+ }
1733
1754
  }
1734
1755
  ],
1735
1756
  tokens: {
@@ -2120,23 +2141,30 @@ module.exports = {
2120
2141
  icon: PaletteIconCheck,
2121
2142
  iconBackgroundColor: '#ffffff',
2122
2143
  iconColor: '#7a3dfc',
2144
+ iconContainerHeight: null,
2145
+ iconContainerWidth: null,
2123
2146
  iconSize: 14,
2124
2147
  inputBackgroundColor: '#ffffff',
2125
2148
  inputBorderColor: '#000000',
2126
2149
  inputBorderRadius: 0,
2127
2150
  inputBorderWidth: 2,
2128
- inputHeight: 20,
2151
+ inputHeight: 24,
2129
2152
  inputOutlineColor: null,
2130
2153
  inputOutlineOffset: 1,
2131
2154
  inputOutlineWidth: 0,
2132
2155
  inputShadow: null,
2133
- inputWidth: 20,
2156
+ inputWidth: 24,
2134
2157
  labelColor: '#000000',
2135
2158
  labelFontName: 'StagSans',
2136
2159
  labelFontSize: 16,
2137
2160
  labelFontWeight: '400',
2138
2161
  labelLineHeight: 1.5,
2139
- labelMarginLeft: 8
2162
+ labelMarginLeft: 8,
2163
+ padding: null,
2164
+ paddingBottom: null,
2165
+ paddingLeft: null,
2166
+ paddingRight: null,
2167
+ paddingTop: null
2140
2168
  }
2141
2169
  },
2142
2170
  CheckboxCard: {
@@ -3017,6 +3045,7 @@ module.exports = {
3017
3045
  tokens: {
3018
3046
  borderColor: 'rgba(0, 0, 0, 0)',
3019
3047
  borderStyle: 'solid',
3048
+ borderTopWidth: null,
3020
3049
  borderWidth: 0
3021
3050
  }
3022
3051
  },
@@ -3256,6 +3285,7 @@ module.exports = {
3256
3285
  }
3257
3286
  ],
3258
3287
  tokens: {
3288
+ borderBottomWidth: null,
3259
3289
  borderColor: '#efefef',
3260
3290
  borderRadius: 4,
3261
3291
  borderWidth: 1,
@@ -3884,7 +3914,11 @@ module.exports = {
3884
3914
  type: 'state',
3885
3915
  values: [ true ]
3886
3916
  },
3887
- size: { type: 'variant', values: [ 'small', 'large' ] }
3917
+ size: { type: 'variant', values: [ 'small', 'large' ] },
3918
+ style: {
3919
+ type: 'variant',
3920
+ values: [ 'default', 'contained', 'subtle', 'raised' ]
3921
+ }
3888
3922
  },
3889
3923
  rules: [
3890
3924
  {
@@ -4231,6 +4265,359 @@ module.exports = {
4231
4265
  {
4232
4266
  if: { size: 'large' },
4233
4267
  tokens: { iconSize: 24, padding: 10 }
4268
+ },
4269
+ {
4270
+ if: { style: 'contained' },
4271
+ tokens: {
4272
+ backgroundColor: 'rgba(0, 0, 0, 0)',
4273
+ borderColor: '#000000',
4274
+ borderRadius: 4,
4275
+ borderWidth: 1,
4276
+ iconColor: '#000000'
4277
+ }
4278
+ },
4279
+ {
4280
+ if: { selected: true, style: 'contained' },
4281
+ tokens: {
4282
+ backgroundColor: 'rgba(0, 0, 0, 0)',
4283
+ borderBottomWidth: 1,
4284
+ borderColor: '#000000',
4285
+ borderRadius: 4,
4286
+ borderWidth: 1,
4287
+ iconColor: '#000000'
4288
+ }
4289
+ },
4290
+ {
4291
+ if: { hover: true, style: 'contained' },
4292
+ tokens: {
4293
+ backgroundColor: 'rgba(0, 0, 0, 0.1)',
4294
+ borderColor: '#000000',
4295
+ borderRadius: 4,
4296
+ borderWidth: 1,
4297
+ iconColor: '#000000'
4298
+ }
4299
+ },
4300
+ {
4301
+ if: { pressed: true, style: 'contained' },
4302
+ tokens: {
4303
+ backgroundColor: 'rgba(0, 0, 0, 0.2)',
4304
+ borderRadius: 4,
4305
+ borderWidth: 1,
4306
+ iconColor: '#666666'
4307
+ }
4308
+ },
4309
+ {
4310
+ if: {
4311
+ focus: true,
4312
+ hover: false,
4313
+ pressed: false,
4314
+ style: 'contained'
4315
+ },
4316
+ tokens: {
4317
+ backgroundColor: 'rgba(0, 0, 0, 0)',
4318
+ borderBottomWidth: 3,
4319
+ borderColor: '#000000',
4320
+ borderRadius: 4,
4321
+ borderWidth: 3,
4322
+ iconColor: '#000000'
4323
+ }
4324
+ },
4325
+ {
4326
+ if: { inverse: true, style: 'contained' },
4327
+ tokens: {
4328
+ backgroundColor: 'rgba(0, 0, 0, 0)',
4329
+ borderColor: '#ffffff',
4330
+ borderRadius: 4,
4331
+ borderWidth: 1,
4332
+ iconColor: '#ffffff'
4333
+ }
4334
+ },
4335
+ {
4336
+ if: { inverse: true, selected: true, style: 'contained' },
4337
+ tokens: {
4338
+ backgroundColor: '#ffffff',
4339
+ borderRadius: 4,
4340
+ borderWidth: 0,
4341
+ iconColor: '#000000'
4342
+ }
4343
+ },
4344
+ {
4345
+ if: { hover: true, inverse: true, style: 'contained' },
4346
+ tokens: {
4347
+ backgroundColor: 'rgba(255, 255, 255, 0.2)',
4348
+ borderColor: '#ffffff',
4349
+ borderRadius: 4,
4350
+ borderWidth: 1,
4351
+ iconColor: '#ffffff'
4352
+ }
4353
+ },
4354
+ {
4355
+ if: { inverse: true, pressed: true, style: 'contained' },
4356
+ tokens: {
4357
+ backgroundColor: 'rgba(255, 255, 255, 0.4)',
4358
+ borderColor: '#ffffff',
4359
+ borderRadius: 4,
4360
+ borderWidth: 1,
4361
+ iconColor: '#ffffff'
4362
+ }
4363
+ },
4364
+ {
4365
+ if: {
4366
+ focus: true,
4367
+ hover: false,
4368
+ inverse: true,
4369
+ pressed: false,
4370
+ style: 'contained'
4371
+ },
4372
+ tokens: {
4373
+ backgroundColor: 'rgba(0, 0, 0, 0)',
4374
+ borderColor: '#ffffff',
4375
+ borderRadius: 4,
4376
+ borderWidth: 3,
4377
+ iconColor: '#ffffff'
4378
+ }
4379
+ },
4380
+ {
4381
+ if: { inactive: true, style: 'contained' },
4382
+ tokens: {
4383
+ backgroundColor: 'rgba(0, 0, 0, 0.1)',
4384
+ borderWidth: 0,
4385
+ iconColor: 'rgba(0, 0, 0, 0.4)'
4386
+ }
4387
+ },
4388
+ {
4389
+ if: { inactive: true, inverse: true, style: 'contained' },
4390
+ tokens: {
4391
+ backgroundColor: 'rgba(255, 255, 255, 0.2)',
4392
+ borderWidth: 0,
4393
+ iconColor: 'rgba(255, 255, 255, 0.4)'
4394
+ }
4395
+ },
4396
+ {
4397
+ if: { style: 'subtle' },
4398
+ tokens: {
4399
+ backgroundColor: 'rgba(0, 0, 0, 0)',
4400
+ borderColor: 'rgba(0, 0, 0, 0)',
4401
+ borderWidth: 0,
4402
+ iconColor: '#000000'
4403
+ }
4404
+ },
4405
+ {
4406
+ if: { selected: true, style: 'subtle' },
4407
+ tokens: {
4408
+ backgroundColor: 'rgba(0, 0, 0, 0)',
4409
+ borderBottomWidth: 2,
4410
+ borderColor: '#000000',
4411
+ borderWidth: null,
4412
+ iconColor: '#000000'
4413
+ }
4414
+ },
4415
+ {
4416
+ if: { hover: true, style: 'subtle' },
4417
+ tokens: {
4418
+ backgroundColor: 'rgba(0, 0, 0, 0.1)',
4419
+ borderBottomWidth: 0,
4420
+ borderRadius: 4,
4421
+ borderWidth: 0,
4422
+ iconColor: '#000000'
4423
+ }
4424
+ },
4425
+ {
4426
+ if: { pressed: true, style: 'subtle' },
4427
+ tokens: {
4428
+ backgroundColor: 'rgba(0, 0, 0, 0.2)',
4429
+ borderRadius: 4,
4430
+ borderWidth: 0,
4431
+ iconColor: '#666666'
4432
+ }
4433
+ },
4434
+ {
4435
+ if: {
4436
+ focus: true,
4437
+ hover: false,
4438
+ pressed: false,
4439
+ style: 'subtle'
4440
+ },
4441
+ tokens: {
4442
+ backgroundColor: 'rgba(0, 0, 0, 0)',
4443
+ borderBottomWidth: 1,
4444
+ borderColor: '#000000',
4445
+ borderRadius: 4,
4446
+ borderWidth: 1,
4447
+ iconColor: '#000000'
4448
+ }
4449
+ },
4450
+ {
4451
+ if: { inverse: true, style: 'subtle' },
4452
+ tokens: {
4453
+ backgroundColor: 'rgba(0, 0, 0, 0)',
4454
+ borderColor: 'rgba(0, 0, 0, 0)',
4455
+ borderWidth: 0,
4456
+ iconColor: '#ffffff'
4457
+ }
4458
+ },
4459
+ {
4460
+ if: { inverse: true, selected: true, style: 'subtle' },
4461
+ tokens: {
4462
+ backgroundColor: 'rgba(0, 0, 0, 0)',
4463
+ borderBottomWidth: 2,
4464
+ borderColor: '#ffffff',
4465
+ borderWidth: null,
4466
+ iconColor: '#ffffff'
4467
+ }
4468
+ },
4469
+ {
4470
+ if: { hover: true, inverse: true, style: 'subtle' },
4471
+ tokens: {
4472
+ backgroundColor: '#ffffff',
4473
+ borderBottomWidth: 0,
4474
+ borderRadius: 4,
4475
+ borderWidth: null,
4476
+ iconColor: '#000000'
4477
+ }
4478
+ },
4479
+ {
4480
+ if: { inverse: true, pressed: true, style: 'subtle' },
4481
+ tokens: {
4482
+ backgroundColor: '#c9c8c8',
4483
+ borderRadius: 4,
4484
+ borderWidth: 0,
4485
+ iconColor: '#000000'
4486
+ }
4487
+ },
4488
+ {
4489
+ if: {
4490
+ focus: true,
4491
+ hover: false,
4492
+ inverse: true,
4493
+ pressed: false,
4494
+ style: 'subtle'
4495
+ },
4496
+ tokens: {
4497
+ backgroundColor: 'rgba(0, 0, 0, 0)',
4498
+ borderBottomWidth: 1,
4499
+ borderColor: '#ffffff',
4500
+ borderRadius: 4,
4501
+ borderWidth: 1,
4502
+ iconColor: '#ffffff'
4503
+ }
4504
+ },
4505
+ {
4506
+ if: { inactive: true, style: 'subtle' },
4507
+ tokens: {
4508
+ backgroundColor: 'rgba(0, 0, 0, 0.1)',
4509
+ iconColor: 'rgba(0, 0, 0, 0.4)'
4510
+ }
4511
+ },
4512
+ {
4513
+ if: { inactive: true, inverse: true, style: 'subtle' },
4514
+ tokens: {
4515
+ backgroundColor: 'rgba(0, 0, 0, 0)',
4516
+ iconColor: 'rgba(255, 255, 255, 0.4)'
4517
+ }
4518
+ },
4519
+ {
4520
+ if: { style: 'raised' },
4521
+ tokens: {
4522
+ backgroundColor: 'rgba(0, 0, 0, 0)',
4523
+ borderColor: '#000000',
4524
+ borderRadius: 4,
4525
+ borderWidth: 1,
4526
+ iconColor: '#000000',
4527
+ padding: 8,
4528
+ shadow: {
4529
+ blur: 2,
4530
+ color: 'rgba(0, 0, 0, 0.2)',
4531
+ inset: false,
4532
+ offsetX: 0,
4533
+ offsetY: 2,
4534
+ spread: 0
4535
+ }
4536
+ }
4537
+ },
4538
+ {
4539
+ if: { selected: true, style: 'raised' },
4540
+ tokens: {
4541
+ backgroundColor: 'rgba(0, 0, 0, 0)',
4542
+ borderBottomWidth: 1,
4543
+ borderColor: '#000000',
4544
+ borderRadius: 4,
4545
+ borderWidth: 1,
4546
+ iconColor: '#000000',
4547
+ padding: 8,
4548
+ shadow: {
4549
+ blur: 2,
4550
+ color: 'rgba(0, 0, 0, 0.2)',
4551
+ inset: false,
4552
+ offsetX: 0,
4553
+ offsetY: 2,
4554
+ spread: 0
4555
+ }
4556
+ }
4557
+ },
4558
+ {
4559
+ if: { hover: true, style: 'raised' },
4560
+ tokens: {
4561
+ backgroundColor: 'rgba(0, 0, 0, 0.1)',
4562
+ borderColor: '#000000',
4563
+ borderRadius: 4,
4564
+ borderWidth: 1,
4565
+ iconColor: '#000000',
4566
+ padding: 8,
4567
+ shadow: {
4568
+ blur: 2,
4569
+ color: 'rgba(0, 0, 0, 0.2)',
4570
+ inset: false,
4571
+ offsetX: 0,
4572
+ offsetY: 2,
4573
+ spread: 0
4574
+ }
4575
+ }
4576
+ },
4577
+ {
4578
+ if: { pressed: true, style: 'raised' },
4579
+ tokens: {
4580
+ backgroundColor: 'rgba(0, 0, 0, 0.2)',
4581
+ borderRadius: 4,
4582
+ borderWidth: 1,
4583
+ iconColor: '#666666',
4584
+ padding: 8,
4585
+ shadow: null
4586
+ }
4587
+ },
4588
+ {
4589
+ if: {
4590
+ focus: true,
4591
+ hover: false,
4592
+ pressed: false,
4593
+ style: 'raised'
4594
+ },
4595
+ tokens: {
4596
+ backgroundColor: 'rgba(0, 0, 0, 0)',
4597
+ borderBottomWidth: 3,
4598
+ borderColor: '#000000',
4599
+ borderRadius: 4,
4600
+ borderWidth: 3,
4601
+ iconColor: '#000000',
4602
+ padding: 8,
4603
+ shadow: {
4604
+ blur: 2,
4605
+ color: 'rgba(0, 0, 0, 0.2)',
4606
+ inset: false,
4607
+ offsetX: 0,
4608
+ offsetY: 2,
4609
+ spread: 0
4610
+ }
4611
+ }
4612
+ },
4613
+ {
4614
+ if: { inactive: true, style: 'raised' },
4615
+ tokens: {
4616
+ backgroundColor: 'rgba(0, 0, 0, 0.1)',
4617
+ borderWidth: 0,
4618
+ iconColor: 'rgba(0, 0, 0, 0.4)',
4619
+ shadow: null
4620
+ }
4234
4621
  }
4235
4622
  ],
4236
4623
  tokens: {
@@ -6175,6 +6562,7 @@ module.exports = {
6175
6562
  disabled: { type: 'variant', values: [ true ] },
6176
6563
  focus: { type: 'variant', values: [ true ] },
6177
6564
  hover: { type: 'variant', values: [ true ] },
6565
+ inactive: { type: 'variant', values: [ true ] },
6178
6566
  pressed: { type: 'variant', values: [ true ] }
6179
6567
  },
6180
6568
  rules: [
@@ -6186,11 +6574,23 @@ module.exports = {
6186
6574
  if: { hover: true },
6187
6575
  tokens: { inputBackgroundColor: '#efefef' }
6188
6576
  },
6577
+ { if: { focus: true }, tokens: { inputBorderWidth: 3 } },
6189
6578
  {
6190
6579
  if: { disabled: true },
6191
- tokens: { inputBackgroundColor: '#efefef', textColor: '#c9c8c8' }
6580
+ tokens: {
6581
+ inputBackgroundColor: '#efefef',
6582
+ inputBorderWidth: 1,
6583
+ textColor: '#c9c8c8'
6584
+ }
6192
6585
  },
6193
- { if: { focus: true }, tokens: { inputBorderWidth: 3 } }
6586
+ {
6587
+ if: { inactive: true },
6588
+ tokens: {
6589
+ inputBackgroundColor: '#efefef',
6590
+ inputBorderWidth: 1,
6591
+ textColor: '#666666'
6592
+ }
6593
+ }
6194
6594
  ],
6195
6595
  tokens: {
6196
6596
  fontSize: 16,
@@ -6204,6 +6604,7 @@ module.exports = {
6204
6604
  paddingLeft: 12,
6205
6605
  paddingRight: 12,
6206
6606
  paddingTop: 12,
6607
+ showTopSpace: true,
6207
6608
  textColor: '#000000'
6208
6609
  }
6209
6610
  },
@@ -6214,6 +6615,7 @@ module.exports = {
6214
6615
  disabled: { type: 'variant', values: [ true ] },
6215
6616
  focus: { type: 'variant', values: [ true ] },
6216
6617
  hover: { type: 'variant', values: [ true ] },
6618
+ inactive: { type: 'variant', values: [ true ] },
6217
6619
  increase: { type: 'variant', values: [ true ] },
6218
6620
  pressed: { type: 'variant', values: [ true ] }
6219
6621
  },
@@ -6259,10 +6661,6 @@ module.exports = {
6259
6661
  borderTopWidth: 3
6260
6662
  }
6261
6663
  },
6262
- {
6263
- if: { disabled: true },
6264
- tokens: { backgroundColor: '#efefef', iconColor: '#c9c8c8' }
6265
- },
6266
6664
  {
6267
6665
  if: { alternative: true },
6268
6666
  tokens: { paddingBottom: 12, paddingTop: 12 }
@@ -6274,6 +6672,18 @@ module.exports = {
6274
6672
  {
6275
6673
  if: { alternative: true, decrease: true },
6276
6674
  tokens: { borderBottomLeftRadius: 24, borderTopLeftRadius: 24 }
6675
+ },
6676
+ {
6677
+ if: { disabled: true },
6678
+ tokens: {
6679
+ backgroundColor: '#efefef',
6680
+ borderWidth: 1,
6681
+ iconColor: '#c9c8c8'
6682
+ }
6683
+ },
6684
+ {
6685
+ if: { inactive: true },
6686
+ tokens: { backgroundColor: '#efefef', iconColor: '#c9c8c8' }
6277
6687
  }
6278
6688
  ],
6279
6689
  tokens: {
@@ -6354,7 +6764,7 @@ module.exports = {
6354
6764
  },
6355
6765
  {
6356
6766
  if: { focus: true },
6357
- tokens: { outerBorderColor: '#000000' }
6767
+ tokens: { outerBorderColor: '#000000', outerBorderWidth: 2 }
6358
6768
  },
6359
6769
  {
6360
6770
  if: { focus: true, pressed: true },
@@ -6381,7 +6791,7 @@ module.exports = {
6381
6791
  outerBackgroundColor: 'rgba(0, 0, 0, 0)',
6382
6792
  outerBorderColor: '#ffffff',
6383
6793
  outerBorderGap: 2,
6384
- outerBorderWidth: 2,
6794
+ outerBorderWidth: 0,
6385
6795
  paddingBottom: 12,
6386
6796
  paddingLeft: 24,
6387
6797
  paddingRight: 24,
@@ -7260,7 +7670,11 @@ module.exports = {
7260
7670
  SideNav: {
7261
7671
  appearances: {},
7262
7672
  rules: [],
7263
- tokens: { borderColor: '#c9c8c8', borderStyle: 'solid', borderWidth: 1 }
7673
+ tokens: {
7674
+ borderColor: '#c9c8c8',
7675
+ borderStyle: 'solid',
7676
+ borderWidth: null
7677
+ }
7264
7678
  },
7265
7679
  SideNavItem: {
7266
7680
  appearances: {
@@ -7332,7 +7746,7 @@ module.exports = {
7332
7746
  backgroundColor: 'rgba(0, 0, 0, 0)',
7333
7747
  fontName: 'StagSans',
7334
7748
  fontWeight: '600',
7335
- lineHeight: 1.5,
7749
+ lineHeight: 1.45,
7336
7750
  paddingBottom: 13,
7337
7751
  paddingTop: 13
7338
7752
  }
@@ -7383,6 +7797,8 @@ module.exports = {
7383
7797
  contentPaddingLeft: 0,
7384
7798
  contentPaddingRight: 0,
7385
7799
  contentPaddingTop: 0,
7800
+ expandDividerColor: '#c9c8c8',
7801
+ expandDividerWidth: 1,
7386
7802
  expandDuration: 300,
7387
7803
  icon: PaletteIconChevronDown,
7388
7804
  iconColor: '#000000',
@@ -9760,5 +10176,5 @@ module.exports = {
9760
10176
  tokens: { size: 96 }
9761
10177
  }
9762
10178
  },
9763
- metadata: { name: 'theme-koodo', themeTokensVersion: '4.18.0' }
10179
+ metadata: { name: 'theme-koodo', themeTokensVersion: '4.20.0' }
9764
10180
  }
@@ -1,7 +1,7 @@
1
1
  /*
2
2
  *
3
3
  * Do not edit directly
4
- * Generated on Mon, 19 Jan 2026 20:38:13 GMT
4
+ * Generated on Wed, 18 Feb 2026 02:48:29 GMT
5
5
  *
6
6
  */
7
7
 
@@ -1,7 +1,7 @@
1
1
  /*
2
2
  *
3
3
  * Do not edit directly
4
- * Generated on Mon, 19 Jan 2026 20:38:13 GMT
4
+ * Generated on Wed, 18 Feb 2026 02:48:29 GMT
5
5
  *
6
6
  */
7
7
 
@@ -1,7 +1,7 @@
1
1
  /*
2
2
  *
3
3
  * Do not edit directly
4
- * Generated on Mon, 19 Jan 2026 20:38:13 GMT
4
+ * Generated on Wed, 18 Feb 2026 02:48:29 GMT
5
5
  *
6
6
  */
7
7
 
@@ -1,7 +1,7 @@
1
1
  /*
2
2
  *
3
3
  * Do not edit directly
4
- * Generated on Mon, 19 Jan 2026 20:38:13 GMT
4
+ * Generated on Wed, 18 Feb 2026 02:48:29 GMT
5
5
  *
6
6
  */
7
7
 
@@ -1,7 +1,7 @@
1
1
  /*
2
2
  *
3
3
  * Do not edit directly
4
- * Generated on Mon, 19 Jan 2026 20:38:13 GMT
4
+ * Generated on Wed, 18 Feb 2026 02:48:29 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 Mon, 19 Jan 2026 20:38:13 GMT
4
+ * Generated on Wed, 18 Feb 2026 02:48:29 GMT
5
5
  *
6
6
  */
7
7
 
@@ -1,7 +1,7 @@
1
1
  /*
2
2
  *
3
3
  * Do not edit directly
4
- * Generated on Mon, 19 Jan 2026 20:38:13 GMT
4
+ * Generated on Wed, 18 Feb 2026 02:48:29 GMT
5
5
  *
6
6
  */
7
7
 
@@ -1,7 +1,7 @@
1
1
  /*
2
2
  *
3
3
  * Do not edit directly
4
- * Generated on Mon, 19 Jan 2026 20:38:13 GMT
4
+ * Generated on Wed, 18 Feb 2026 02:48:29 GMT
5
5
  *
6
6
  */
7
7