@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: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
 
@@ -1708,27 +1708,48 @@ const theme = {
1708
1708
  },
1709
1709
  {
1710
1710
  if: { hover: true, interactive: true, style: 'dark' },
1711
- tokens: { backgroundColor: 'rgba(255, 255, 255, 0.1)' }
1711
+ tokens: { backgroundColor: 'rgba(255, 255, 255, 0.2)' }
1712
1712
  },
1713
1713
  {
1714
1714
  if: { hover: true, interactive: true, style: 'darker' },
1715
- tokens: { backgroundColor: 'rgba(255, 255, 255, 0.1)' }
1715
+ tokens: { backgroundColor: 'rgba(255, 255, 255, 0.2)' }
1716
1716
  },
1717
1717
  {
1718
1718
  if: { hover: true, interactive: true, style: 'darkest' },
1719
- tokens: { backgroundColor: 'rgba(255, 255, 255, 0.1)' }
1719
+ tokens: { backgroundColor: 'rgba(255, 255, 255, 0.2)' }
1720
1720
  },
1721
1721
  {
1722
1722
  if: { interactive: true, pressed: true, style: 'dark' },
1723
- tokens: { backgroundColor: 'rgba(255, 255, 255, 0.2)' }
1723
+ tokens: { backgroundColor: 'rgba(255, 255, 255, 0.4)' }
1724
1724
  },
1725
1725
  {
1726
1726
  if: { interactive: true, pressed: true, style: 'darker' },
1727
- tokens: { backgroundColor: 'rgba(255, 255, 255, 0.2)' }
1727
+ tokens: { backgroundColor: 'rgba(255, 255, 255, 0.4)' }
1728
1728
  },
1729
1729
  {
1730
1730
  if: { interactive: true, pressed: true, style: 'darkest' },
1731
- tokens: { backgroundColor: 'rgba(255, 255, 255, 0.2)' }
1731
+ tokens: { backgroundColor: 'rgba(255, 255, 255, 0.4)' }
1732
+ },
1733
+ {
1734
+ if: { focus: true, interactive: true, style: 'dark' },
1735
+ tokens: {
1736
+ backgroundColor: 'rgba(0, 0, 0, 0)',
1737
+ borderColor: 'rgba(255, 255, 255, 0.6)'
1738
+ }
1739
+ },
1740
+ {
1741
+ if: { focus: true, interactive: true, style: 'darker' },
1742
+ tokens: {
1743
+ backgroundColor: 'rgba(0, 0, 0, 0)',
1744
+ borderColor: 'rgba(255, 255, 255, 0.6)'
1745
+ }
1746
+ },
1747
+ {
1748
+ if: { focus: true, interactive: true, style: 'darkest' },
1749
+ tokens: {
1750
+ backgroundColor: 'rgba(0, 0, 0, 0)',
1751
+ borderColor: 'rgba(255, 255, 255, 0.6)'
1752
+ }
1732
1753
  }
1733
1754
  ],
1734
1755
  tokens: {
@@ -2119,23 +2140,30 @@ const theme = {
2119
2140
  icon: PaletteIconCheck,
2120
2141
  iconBackgroundColor: '#ffffff',
2121
2142
  iconColor: '#7a3dfc',
2143
+ iconContainerHeight: null,
2144
+ iconContainerWidth: null,
2122
2145
  iconSize: 14,
2123
2146
  inputBackgroundColor: '#ffffff',
2124
2147
  inputBorderColor: '#000000',
2125
2148
  inputBorderRadius: 0,
2126
2149
  inputBorderWidth: 2,
2127
- inputHeight: 20,
2150
+ inputHeight: 24,
2128
2151
  inputOutlineColor: null,
2129
2152
  inputOutlineOffset: 1,
2130
2153
  inputOutlineWidth: 0,
2131
2154
  inputShadow: null,
2132
- inputWidth: 20,
2155
+ inputWidth: 24,
2133
2156
  labelColor: '#000000',
2134
2157
  labelFontName: 'StagSans',
2135
2158
  labelFontSize: 16,
2136
2159
  labelFontWeight: '400',
2137
2160
  labelLineHeight: 1.5,
2138
- labelMarginLeft: 8
2161
+ labelMarginLeft: 8,
2162
+ padding: null,
2163
+ paddingBottom: null,
2164
+ paddingLeft: null,
2165
+ paddingRight: null,
2166
+ paddingTop: null
2139
2167
  }
2140
2168
  },
2141
2169
  CheckboxCard: {
@@ -3016,6 +3044,7 @@ const theme = {
3016
3044
  tokens: {
3017
3045
  borderColor: 'rgba(0, 0, 0, 0)',
3018
3046
  borderStyle: 'solid',
3047
+ borderTopWidth: null,
3019
3048
  borderWidth: 0
3020
3049
  }
3021
3050
  },
@@ -3255,6 +3284,7 @@ const theme = {
3255
3284
  }
3256
3285
  ],
3257
3286
  tokens: {
3287
+ borderBottomWidth: null,
3258
3288
  borderColor: '#efefef',
3259
3289
  borderRadius: 4,
3260
3290
  borderWidth: 1,
@@ -3883,7 +3913,11 @@ const theme = {
3883
3913
  type: 'state',
3884
3914
  values: [ true ]
3885
3915
  },
3886
- size: { type: 'variant', values: [ 'small', 'large' ] }
3916
+ size: { type: 'variant', values: [ 'small', 'large' ] },
3917
+ style: {
3918
+ type: 'variant',
3919
+ values: [ 'default', 'contained', 'subtle', 'raised' ]
3920
+ }
3887
3921
  },
3888
3922
  rules: [
3889
3923
  {
@@ -4230,6 +4264,359 @@ const theme = {
4230
4264
  {
4231
4265
  if: { size: 'large' },
4232
4266
  tokens: { iconSize: 24, padding: 10 }
4267
+ },
4268
+ {
4269
+ if: { style: 'contained' },
4270
+ tokens: {
4271
+ backgroundColor: 'rgba(0, 0, 0, 0)',
4272
+ borderColor: '#000000',
4273
+ borderRadius: 4,
4274
+ borderWidth: 1,
4275
+ iconColor: '#000000'
4276
+ }
4277
+ },
4278
+ {
4279
+ if: { selected: true, style: 'contained' },
4280
+ tokens: {
4281
+ backgroundColor: 'rgba(0, 0, 0, 0)',
4282
+ borderBottomWidth: 1,
4283
+ borderColor: '#000000',
4284
+ borderRadius: 4,
4285
+ borderWidth: 1,
4286
+ iconColor: '#000000'
4287
+ }
4288
+ },
4289
+ {
4290
+ if: { hover: true, style: 'contained' },
4291
+ tokens: {
4292
+ backgroundColor: 'rgba(0, 0, 0, 0.1)',
4293
+ borderColor: '#000000',
4294
+ borderRadius: 4,
4295
+ borderWidth: 1,
4296
+ iconColor: '#000000'
4297
+ }
4298
+ },
4299
+ {
4300
+ if: { pressed: true, style: 'contained' },
4301
+ tokens: {
4302
+ backgroundColor: 'rgba(0, 0, 0, 0.2)',
4303
+ borderRadius: 4,
4304
+ borderWidth: 1,
4305
+ iconColor: '#666666'
4306
+ }
4307
+ },
4308
+ {
4309
+ if: {
4310
+ focus: true,
4311
+ hover: false,
4312
+ pressed: false,
4313
+ style: 'contained'
4314
+ },
4315
+ tokens: {
4316
+ backgroundColor: 'rgba(0, 0, 0, 0)',
4317
+ borderBottomWidth: 3,
4318
+ borderColor: '#000000',
4319
+ borderRadius: 4,
4320
+ borderWidth: 3,
4321
+ iconColor: '#000000'
4322
+ }
4323
+ },
4324
+ {
4325
+ if: { inverse: true, style: 'contained' },
4326
+ tokens: {
4327
+ backgroundColor: 'rgba(0, 0, 0, 0)',
4328
+ borderColor: '#ffffff',
4329
+ borderRadius: 4,
4330
+ borderWidth: 1,
4331
+ iconColor: '#ffffff'
4332
+ }
4333
+ },
4334
+ {
4335
+ if: { inverse: true, selected: true, style: 'contained' },
4336
+ tokens: {
4337
+ backgroundColor: '#ffffff',
4338
+ borderRadius: 4,
4339
+ borderWidth: 0,
4340
+ iconColor: '#000000'
4341
+ }
4342
+ },
4343
+ {
4344
+ if: { hover: true, inverse: true, style: 'contained' },
4345
+ tokens: {
4346
+ backgroundColor: 'rgba(255, 255, 255, 0.2)',
4347
+ borderColor: '#ffffff',
4348
+ borderRadius: 4,
4349
+ borderWidth: 1,
4350
+ iconColor: '#ffffff'
4351
+ }
4352
+ },
4353
+ {
4354
+ if: { inverse: true, pressed: true, style: 'contained' },
4355
+ tokens: {
4356
+ backgroundColor: 'rgba(255, 255, 255, 0.4)',
4357
+ borderColor: '#ffffff',
4358
+ borderRadius: 4,
4359
+ borderWidth: 1,
4360
+ iconColor: '#ffffff'
4361
+ }
4362
+ },
4363
+ {
4364
+ if: {
4365
+ focus: true,
4366
+ hover: false,
4367
+ inverse: true,
4368
+ pressed: false,
4369
+ style: 'contained'
4370
+ },
4371
+ tokens: {
4372
+ backgroundColor: 'rgba(0, 0, 0, 0)',
4373
+ borderColor: '#ffffff',
4374
+ borderRadius: 4,
4375
+ borderWidth: 3,
4376
+ iconColor: '#ffffff'
4377
+ }
4378
+ },
4379
+ {
4380
+ if: { inactive: true, style: 'contained' },
4381
+ tokens: {
4382
+ backgroundColor: 'rgba(0, 0, 0, 0.1)',
4383
+ borderWidth: 0,
4384
+ iconColor: 'rgba(0, 0, 0, 0.4)'
4385
+ }
4386
+ },
4387
+ {
4388
+ if: { inactive: true, inverse: true, style: 'contained' },
4389
+ tokens: {
4390
+ backgroundColor: 'rgba(255, 255, 255, 0.2)',
4391
+ borderWidth: 0,
4392
+ iconColor: 'rgba(255, 255, 255, 0.4)'
4393
+ }
4394
+ },
4395
+ {
4396
+ if: { style: 'subtle' },
4397
+ tokens: {
4398
+ backgroundColor: 'rgba(0, 0, 0, 0)',
4399
+ borderColor: 'rgba(0, 0, 0, 0)',
4400
+ borderWidth: 0,
4401
+ iconColor: '#000000'
4402
+ }
4403
+ },
4404
+ {
4405
+ if: { selected: true, style: 'subtle' },
4406
+ tokens: {
4407
+ backgroundColor: 'rgba(0, 0, 0, 0)',
4408
+ borderBottomWidth: 2,
4409
+ borderColor: '#000000',
4410
+ borderWidth: null,
4411
+ iconColor: '#000000'
4412
+ }
4413
+ },
4414
+ {
4415
+ if: { hover: true, style: 'subtle' },
4416
+ tokens: {
4417
+ backgroundColor: 'rgba(0, 0, 0, 0.1)',
4418
+ borderBottomWidth: 0,
4419
+ borderRadius: 4,
4420
+ borderWidth: 0,
4421
+ iconColor: '#000000'
4422
+ }
4423
+ },
4424
+ {
4425
+ if: { pressed: true, style: 'subtle' },
4426
+ tokens: {
4427
+ backgroundColor: 'rgba(0, 0, 0, 0.2)',
4428
+ borderRadius: 4,
4429
+ borderWidth: 0,
4430
+ iconColor: '#666666'
4431
+ }
4432
+ },
4433
+ {
4434
+ if: {
4435
+ focus: true,
4436
+ hover: false,
4437
+ pressed: false,
4438
+ style: 'subtle'
4439
+ },
4440
+ tokens: {
4441
+ backgroundColor: 'rgba(0, 0, 0, 0)',
4442
+ borderBottomWidth: 1,
4443
+ borderColor: '#000000',
4444
+ borderRadius: 4,
4445
+ borderWidth: 1,
4446
+ iconColor: '#000000'
4447
+ }
4448
+ },
4449
+ {
4450
+ if: { inverse: true, style: 'subtle' },
4451
+ tokens: {
4452
+ backgroundColor: 'rgba(0, 0, 0, 0)',
4453
+ borderColor: 'rgba(0, 0, 0, 0)',
4454
+ borderWidth: 0,
4455
+ iconColor: '#ffffff'
4456
+ }
4457
+ },
4458
+ {
4459
+ if: { inverse: true, selected: true, style: 'subtle' },
4460
+ tokens: {
4461
+ backgroundColor: 'rgba(0, 0, 0, 0)',
4462
+ borderBottomWidth: 2,
4463
+ borderColor: '#ffffff',
4464
+ borderWidth: null,
4465
+ iconColor: '#ffffff'
4466
+ }
4467
+ },
4468
+ {
4469
+ if: { hover: true, inverse: true, style: 'subtle' },
4470
+ tokens: {
4471
+ backgroundColor: '#ffffff',
4472
+ borderBottomWidth: 0,
4473
+ borderRadius: 4,
4474
+ borderWidth: null,
4475
+ iconColor: '#000000'
4476
+ }
4477
+ },
4478
+ {
4479
+ if: { inverse: true, pressed: true, style: 'subtle' },
4480
+ tokens: {
4481
+ backgroundColor: '#c9c8c8',
4482
+ borderRadius: 4,
4483
+ borderWidth: 0,
4484
+ iconColor: '#000000'
4485
+ }
4486
+ },
4487
+ {
4488
+ if: {
4489
+ focus: true,
4490
+ hover: false,
4491
+ inverse: true,
4492
+ pressed: false,
4493
+ style: 'subtle'
4494
+ },
4495
+ tokens: {
4496
+ backgroundColor: 'rgba(0, 0, 0, 0)',
4497
+ borderBottomWidth: 1,
4498
+ borderColor: '#ffffff',
4499
+ borderRadius: 4,
4500
+ borderWidth: 1,
4501
+ iconColor: '#ffffff'
4502
+ }
4503
+ },
4504
+ {
4505
+ if: { inactive: true, style: 'subtle' },
4506
+ tokens: {
4507
+ backgroundColor: 'rgba(0, 0, 0, 0.1)',
4508
+ iconColor: 'rgba(0, 0, 0, 0.4)'
4509
+ }
4510
+ },
4511
+ {
4512
+ if: { inactive: true, inverse: true, style: 'subtle' },
4513
+ tokens: {
4514
+ backgroundColor: 'rgba(0, 0, 0, 0)',
4515
+ iconColor: 'rgba(255, 255, 255, 0.4)'
4516
+ }
4517
+ },
4518
+ {
4519
+ if: { style: 'raised' },
4520
+ tokens: {
4521
+ backgroundColor: 'rgba(0, 0, 0, 0)',
4522
+ borderColor: '#000000',
4523
+ borderRadius: 4,
4524
+ borderWidth: 1,
4525
+ iconColor: '#000000',
4526
+ padding: 8,
4527
+ shadow: {
4528
+ blur: 2,
4529
+ color: 'rgba(0, 0, 0, 0.2)',
4530
+ inset: false,
4531
+ offsetX: 0,
4532
+ offsetY: 2,
4533
+ spread: 0
4534
+ }
4535
+ }
4536
+ },
4537
+ {
4538
+ if: { selected: true, style: 'raised' },
4539
+ tokens: {
4540
+ backgroundColor: 'rgba(0, 0, 0, 0)',
4541
+ borderBottomWidth: 1,
4542
+ borderColor: '#000000',
4543
+ borderRadius: 4,
4544
+ borderWidth: 1,
4545
+ iconColor: '#000000',
4546
+ padding: 8,
4547
+ shadow: {
4548
+ blur: 2,
4549
+ color: 'rgba(0, 0, 0, 0.2)',
4550
+ inset: false,
4551
+ offsetX: 0,
4552
+ offsetY: 2,
4553
+ spread: 0
4554
+ }
4555
+ }
4556
+ },
4557
+ {
4558
+ if: { hover: true, style: 'raised' },
4559
+ tokens: {
4560
+ backgroundColor: 'rgba(0, 0, 0, 0.1)',
4561
+ borderColor: '#000000',
4562
+ borderRadius: 4,
4563
+ borderWidth: 1,
4564
+ iconColor: '#000000',
4565
+ padding: 8,
4566
+ shadow: {
4567
+ blur: 2,
4568
+ color: 'rgba(0, 0, 0, 0.2)',
4569
+ inset: false,
4570
+ offsetX: 0,
4571
+ offsetY: 2,
4572
+ spread: 0
4573
+ }
4574
+ }
4575
+ },
4576
+ {
4577
+ if: { pressed: true, style: 'raised' },
4578
+ tokens: {
4579
+ backgroundColor: 'rgba(0, 0, 0, 0.2)',
4580
+ borderRadius: 4,
4581
+ borderWidth: 1,
4582
+ iconColor: '#666666',
4583
+ padding: 8,
4584
+ shadow: null
4585
+ }
4586
+ },
4587
+ {
4588
+ if: {
4589
+ focus: true,
4590
+ hover: false,
4591
+ pressed: false,
4592
+ style: 'raised'
4593
+ },
4594
+ tokens: {
4595
+ backgroundColor: 'rgba(0, 0, 0, 0)',
4596
+ borderBottomWidth: 3,
4597
+ borderColor: '#000000',
4598
+ borderRadius: 4,
4599
+ borderWidth: 3,
4600
+ iconColor: '#000000',
4601
+ padding: 8,
4602
+ shadow: {
4603
+ blur: 2,
4604
+ color: 'rgba(0, 0, 0, 0.2)',
4605
+ inset: false,
4606
+ offsetX: 0,
4607
+ offsetY: 2,
4608
+ spread: 0
4609
+ }
4610
+ }
4611
+ },
4612
+ {
4613
+ if: { inactive: true, style: 'raised' },
4614
+ tokens: {
4615
+ backgroundColor: 'rgba(0, 0, 0, 0.1)',
4616
+ borderWidth: 0,
4617
+ iconColor: 'rgba(0, 0, 0, 0.4)',
4618
+ shadow: null
4619
+ }
4233
4620
  }
4234
4621
  ],
4235
4622
  tokens: {
@@ -6174,6 +6561,7 @@ const theme = {
6174
6561
  disabled: { type: 'variant', values: [ true ] },
6175
6562
  focus: { type: 'variant', values: [ true ] },
6176
6563
  hover: { type: 'variant', values: [ true ] },
6564
+ inactive: { type: 'variant', values: [ true ] },
6177
6565
  pressed: { type: 'variant', values: [ true ] }
6178
6566
  },
6179
6567
  rules: [
@@ -6185,11 +6573,23 @@ const theme = {
6185
6573
  if: { hover: true },
6186
6574
  tokens: { inputBackgroundColor: '#efefef' }
6187
6575
  },
6576
+ { if: { focus: true }, tokens: { inputBorderWidth: 3 } },
6188
6577
  {
6189
6578
  if: { disabled: true },
6190
- tokens: { inputBackgroundColor: '#efefef', textColor: '#c9c8c8' }
6579
+ tokens: {
6580
+ inputBackgroundColor: '#efefef',
6581
+ inputBorderWidth: 1,
6582
+ textColor: '#c9c8c8'
6583
+ }
6191
6584
  },
6192
- { if: { focus: true }, tokens: { inputBorderWidth: 3 } }
6585
+ {
6586
+ if: { inactive: true },
6587
+ tokens: {
6588
+ inputBackgroundColor: '#efefef',
6589
+ inputBorderWidth: 1,
6590
+ textColor: '#666666'
6591
+ }
6592
+ }
6193
6593
  ],
6194
6594
  tokens: {
6195
6595
  fontSize: 16,
@@ -6203,6 +6603,7 @@ const theme = {
6203
6603
  paddingLeft: 12,
6204
6604
  paddingRight: 12,
6205
6605
  paddingTop: 12,
6606
+ showTopSpace: true,
6206
6607
  textColor: '#000000'
6207
6608
  }
6208
6609
  },
@@ -6213,6 +6614,7 @@ const theme = {
6213
6614
  disabled: { type: 'variant', values: [ true ] },
6214
6615
  focus: { type: 'variant', values: [ true ] },
6215
6616
  hover: { type: 'variant', values: [ true ] },
6617
+ inactive: { type: 'variant', values: [ true ] },
6216
6618
  increase: { type: 'variant', values: [ true ] },
6217
6619
  pressed: { type: 'variant', values: [ true ] }
6218
6620
  },
@@ -6258,10 +6660,6 @@ const theme = {
6258
6660
  borderTopWidth: 3
6259
6661
  }
6260
6662
  },
6261
- {
6262
- if: { disabled: true },
6263
- tokens: { backgroundColor: '#efefef', iconColor: '#c9c8c8' }
6264
- },
6265
6663
  {
6266
6664
  if: { alternative: true },
6267
6665
  tokens: { paddingBottom: 12, paddingTop: 12 }
@@ -6273,6 +6671,18 @@ const theme = {
6273
6671
  {
6274
6672
  if: { alternative: true, decrease: true },
6275
6673
  tokens: { borderBottomLeftRadius: 24, borderTopLeftRadius: 24 }
6674
+ },
6675
+ {
6676
+ if: { disabled: true },
6677
+ tokens: {
6678
+ backgroundColor: '#efefef',
6679
+ borderWidth: 1,
6680
+ iconColor: '#c9c8c8'
6681
+ }
6682
+ },
6683
+ {
6684
+ if: { inactive: true },
6685
+ tokens: { backgroundColor: '#efefef', iconColor: '#c9c8c8' }
6276
6686
  }
6277
6687
  ],
6278
6688
  tokens: {
@@ -6353,7 +6763,7 @@ const theme = {
6353
6763
  },
6354
6764
  {
6355
6765
  if: { focus: true },
6356
- tokens: { outerBorderColor: '#000000' }
6766
+ tokens: { outerBorderColor: '#000000', outerBorderWidth: 2 }
6357
6767
  },
6358
6768
  {
6359
6769
  if: { focus: true, pressed: true },
@@ -6380,7 +6790,7 @@ const theme = {
6380
6790
  outerBackgroundColor: 'rgba(0, 0, 0, 0)',
6381
6791
  outerBorderColor: '#ffffff',
6382
6792
  outerBorderGap: 2,
6383
- outerBorderWidth: 2,
6793
+ outerBorderWidth: 0,
6384
6794
  paddingBottom: 12,
6385
6795
  paddingLeft: 24,
6386
6796
  paddingRight: 24,
@@ -7259,7 +7669,11 @@ const theme = {
7259
7669
  SideNav: {
7260
7670
  appearances: {},
7261
7671
  rules: [],
7262
- tokens: { borderColor: '#c9c8c8', borderStyle: 'solid', borderWidth: 1 }
7672
+ tokens: {
7673
+ borderColor: '#c9c8c8',
7674
+ borderStyle: 'solid',
7675
+ borderWidth: null
7676
+ }
7263
7677
  },
7264
7678
  SideNavItem: {
7265
7679
  appearances: {
@@ -7331,7 +7745,7 @@ const theme = {
7331
7745
  backgroundColor: 'rgba(0, 0, 0, 0)',
7332
7746
  fontName: 'StagSans',
7333
7747
  fontWeight: '600',
7334
- lineHeight: 1.5,
7748
+ lineHeight: 1.45,
7335
7749
  paddingBottom: 13,
7336
7750
  paddingTop: 13
7337
7751
  }
@@ -7382,6 +7796,8 @@ const theme = {
7382
7796
  contentPaddingLeft: 0,
7383
7797
  contentPaddingRight: 0,
7384
7798
  contentPaddingTop: 0,
7799
+ expandDividerColor: '#c9c8c8',
7800
+ expandDividerWidth: 1,
7385
7801
  expandDuration: 300,
7386
7802
  icon: PaletteIconChevronDown,
7387
7803
  iconColor: '#000000',
@@ -9759,6 +10175,6 @@ const theme = {
9759
10175
  tokens: { size: 96 }
9760
10176
  }
9761
10177
  },
9762
- metadata: { name: 'theme-koodo', themeTokensVersion: '4.18.0' }
10178
+ metadata: { name: 'theme-koodo', themeTokensVersion: '4.20.0' }
9763
10179
  }
9764
10180
  export default theme
package/package.json CHANGED
@@ -6,7 +6,7 @@
6
6
  "description": "Koodo theme",
7
7
  "devDependencies": {
8
8
  "@telus-uds/palette-koodo": "^3.11.0",
9
- "@telus-uds/system-theme-tokens": "^4.18.0"
9
+ "@telus-uds/system-theme-tokens": "^4.20.0"
10
10
  },
11
11
  "files": [
12
12
  "build",
@@ -32,5 +32,5 @@
32
32
  "build": "UDS_PALETTE=@telus-uds/palette-koodo system-tokens-build-theme",
33
33
  "dev": "nodemon -w src -x 'npm run build'"
34
34
  },
35
- "version": "7.22.0"
35
+ "version": "7.24.0"
36
36
  }