@telus-uds/theme-koodo 7.18.2 → 7.20.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 (271) hide show
  1. package/build/android/Button.json +4 -4
  2. package/build/android/Card.json +4 -0
  3. package/build/android/CheckboxCard.json +4 -0
  4. package/build/android/IconButton.json +28 -1
  5. package/build/android/Listbox.json +162 -136
  6. package/build/android/RadioCard.json +4 -0
  7. package/build/android/Shortcuts.json +44 -0
  8. package/build/android/ShortcutsItem.json +77 -0
  9. package/build/android/Table.json +4 -0
  10. package/build/android/schema.json +1601 -885
  11. package/build/android/spacingScale.json +1 -1
  12. package/build/android/theme.json +333 -143
  13. package/build/ios/Button.json +4 -4
  14. package/build/ios/Card.json +4 -0
  15. package/build/ios/CheckboxCard.json +4 -0
  16. package/build/ios/IconButton.json +28 -1
  17. package/build/ios/Listbox.json +162 -136
  18. package/build/ios/RadioCard.json +4 -0
  19. package/build/ios/Shortcuts.json +44 -0
  20. package/build/ios/ShortcutsItem.json +77 -0
  21. package/build/ios/Table.json +4 -0
  22. package/build/ios/schema.json +1601 -885
  23. package/build/ios/spacingScale.json +1 -1
  24. package/build/ios/theme.json +333 -143
  25. package/build/rn/ActionCard.js +1 -1
  26. package/build/rn/ActivityIndicator.js +1 -1
  27. package/build/rn/Autocomplete.js +1 -1
  28. package/build/rn/Badge.js +1 -1
  29. package/build/rn/BlockQuote.js +1 -1
  30. package/build/rn/Box.js +1 -1
  31. package/build/rn/Breadcrumbs.js +1 -1
  32. package/build/rn/Button.js +2 -2
  33. package/build/rn/ButtonDropdown.js +1 -1
  34. package/build/rn/ButtonGroup.js +1 -1
  35. package/build/rn/ButtonGroupItem.js +1 -1
  36. package/build/rn/Callout.js +1 -1
  37. package/build/rn/Card.js +5 -1
  38. package/build/rn/CardGroup.js +1 -1
  39. package/build/rn/Carousel.js +1 -1
  40. package/build/rn/CarouselTabsPanelItem.js +1 -1
  41. package/build/rn/CarouselThumbnail.js +1 -1
  42. package/build/rn/Checkbox.js +1 -1
  43. package/build/rn/CheckboxCard.js +5 -1
  44. package/build/rn/CheckboxCardGroup.js +1 -1
  45. package/build/rn/CheckboxGroup.js +1 -1
  46. package/build/rn/ChevronLink.js +1 -1
  47. package/build/rn/ColourToggle.js +1 -1
  48. package/build/rn/Countdown.js +1 -1
  49. package/build/rn/DatePicker.js +1 -1
  50. package/build/rn/Disclaimer.js +1 -1
  51. package/build/rn/Divider.js +1 -1
  52. package/build/rn/DownloadApp.js +1 -1
  53. package/build/rn/ExpandCollapse.js +1 -1
  54. package/build/rn/ExpandCollapseControl.js +1 -1
  55. package/build/rn/ExpandCollapseMini.js +1 -1
  56. package/build/rn/ExpandCollapseMiniControl.js +1 -1
  57. package/build/rn/ExpandCollapsePanel.js +1 -1
  58. package/build/rn/Feedback.js +1 -1
  59. package/build/rn/Fieldset.js +1 -1
  60. package/build/rn/FileUpload.js +1 -1
  61. package/build/rn/Footnote.js +1 -1
  62. package/build/rn/FootnoteLink.js +1 -1
  63. package/build/rn/HorizontalScrollButton.js +1 -1
  64. package/build/rn/Icon.js +1 -1
  65. package/build/rn/IconButton.js +12 -2
  66. package/build/rn/Image.js +1 -1
  67. package/build/rn/InputLabel.js +1 -1
  68. package/build/rn/InputSupports.js +1 -1
  69. package/build/rn/Link.js +1 -1
  70. package/build/rn/List.js +1 -1
  71. package/build/rn/Listbox.js +121 -113
  72. package/build/rn/Modal.js +1 -1
  73. package/build/rn/MultiSelectFilter.js +1 -1
  74. package/build/rn/NavigationBar.js +1 -1
  75. package/build/rn/Notification.js +1 -1
  76. package/build/rn/OrderedList.js +1 -1
  77. package/build/rn/Pagination.js +1 -1
  78. package/build/rn/PaginationPageButton.js +1 -1
  79. package/build/rn/PaginationSideButton.js +1 -1
  80. package/build/rn/PreviewCard.js +1 -1
  81. package/build/rn/PriceLockup.js +1 -1
  82. package/build/rn/ProductCard.js +1 -1
  83. package/build/rn/Progress.js +1 -1
  84. package/build/rn/ProgressBar.js +1 -1
  85. package/build/rn/QuantitySelector.js +1 -1
  86. package/build/rn/QuantitySelectorSideButton.js +1 -1
  87. package/build/rn/QuickLinks.js +1 -1
  88. package/build/rn/QuickLinksButton.js +1 -1
  89. package/build/rn/QuickLinksCard.js +1 -1
  90. package/build/rn/QuickLinksFeature.js +1 -1
  91. package/build/rn/QuickLinksFeatureItem.js +1 -1
  92. package/build/rn/QuickLinksList.js +1 -1
  93. package/build/rn/Radio.js +1 -1
  94. package/build/rn/RadioCard.js +5 -1
  95. package/build/rn/RadioCardGroup.js +1 -1
  96. package/build/rn/RadioGroup.js +1 -1
  97. package/build/rn/Ribbon.js +1 -1
  98. package/build/rn/Search.js +1 -1
  99. package/build/rn/SearchButton.js +1 -1
  100. package/build/rn/Select.js +1 -1
  101. package/build/rn/Shortcuts.js +33 -0
  102. package/build/rn/ShortcutsItem.js +68 -0
  103. package/build/rn/SideNav.js +1 -1
  104. package/build/rn/SideNavItem.js +1 -1
  105. package/build/rn/SideNavItemsGroup.js +1 -1
  106. package/build/rn/Skeleton.js +1 -1
  107. package/build/rn/SkipLink.js +1 -1
  108. package/build/rn/Spinner.js +1 -1
  109. package/build/rn/SplashButton.js +1 -1
  110. package/build/rn/SplashButtonWithDetails.js +1 -1
  111. package/build/rn/StackView.js +1 -1
  112. package/build/rn/Status.js +1 -1
  113. package/build/rn/StepTracker.js +1 -1
  114. package/build/rn/StoryCard.js +1 -1
  115. package/build/rn/TabBar.js +1 -1
  116. package/build/rn/TabBarItem.js +1 -1
  117. package/build/rn/Table.js +5 -1
  118. package/build/rn/Tabs.js +1 -1
  119. package/build/rn/TabsItem.js +1 -1
  120. package/build/rn/Tags.js +1 -1
  121. package/build/rn/TagsItem.js +1 -1
  122. package/build/rn/TermsAndConditions.js +1 -1
  123. package/build/rn/Testimonial.js +1 -1
  124. package/build/rn/TextArea.js +1 -1
  125. package/build/rn/TextInput.js +1 -1
  126. package/build/rn/Timeline.js +1 -1
  127. package/build/rn/Toast.js +1 -1
  128. package/build/rn/ToggleSwitch.js +1 -1
  129. package/build/rn/ToggleSwitchGroup.js +1 -1
  130. package/build/rn/Tooltip.js +1 -1
  131. package/build/rn/TooltipButton.js +1 -1
  132. package/build/rn/Typography.js +1 -1
  133. package/build/rn/Video.js +1 -1
  134. package/build/rn/VideoButton.js +1 -1
  135. package/build/rn/VideoControlBar.js +1 -1
  136. package/build/rn/VideoMenu.js +1 -1
  137. package/build/rn/VideoMiddleControlButton.js +1 -1
  138. package/build/rn/VideoPicker.js +1 -1
  139. package/build/rn/VideoPickerSlider.js +1 -1
  140. package/build/rn/VideoPickerThumbnail.js +1 -1
  141. package/build/rn/VideoProgressBar.js +1 -1
  142. package/build/rn/VideoVolumeSlider.js +1 -1
  143. package/build/rn/WaffleGrid.js +1 -1
  144. package/build/rn/schema.json +1601 -885
  145. package/build/rn/spacingScale.js +2 -2
  146. package/build/rn/theme.js +239 -118
  147. package/build/web/ActionCard.js +1 -1
  148. package/build/web/ActivityIndicator.js +1 -1
  149. package/build/web/Autocomplete.js +1 -1
  150. package/build/web/Badge.js +1 -1
  151. package/build/web/BlockQuote.js +1 -1
  152. package/build/web/Box.js +1 -1
  153. package/build/web/Breadcrumbs.js +1 -1
  154. package/build/web/Button.js +2 -2
  155. package/build/web/ButtonDropdown.js +1 -1
  156. package/build/web/ButtonGroup.js +1 -1
  157. package/build/web/ButtonGroupItem.js +1 -1
  158. package/build/web/Callout.js +1 -1
  159. package/build/web/Card.js +5 -1
  160. package/build/web/CardGroup.js +1 -1
  161. package/build/web/Carousel.js +1 -1
  162. package/build/web/CarouselTabsPanelItem.js +1 -1
  163. package/build/web/CarouselThumbnail.js +1 -1
  164. package/build/web/Checkbox.js +1 -1
  165. package/build/web/CheckboxCard.js +5 -1
  166. package/build/web/CheckboxCardGroup.js +1 -1
  167. package/build/web/CheckboxGroup.js +1 -1
  168. package/build/web/ChevronLink.js +1 -1
  169. package/build/web/ColourToggle.js +1 -1
  170. package/build/web/Countdown.js +1 -1
  171. package/build/web/DatePicker.js +1 -1
  172. package/build/web/Disclaimer.js +1 -1
  173. package/build/web/Divider.js +1 -1
  174. package/build/web/DownloadApp.js +1 -1
  175. package/build/web/ExpandCollapse.js +1 -1
  176. package/build/web/ExpandCollapseControl.js +1 -1
  177. package/build/web/ExpandCollapseMini.js +1 -1
  178. package/build/web/ExpandCollapseMiniControl.js +1 -1
  179. package/build/web/ExpandCollapsePanel.js +1 -1
  180. package/build/web/Feedback.js +1 -1
  181. package/build/web/Fieldset.js +1 -1
  182. package/build/web/FileUpload.js +1 -1
  183. package/build/web/Footnote.js +1 -1
  184. package/build/web/FootnoteLink.js +1 -1
  185. package/build/web/HorizontalScrollButton.js +1 -1
  186. package/build/web/Icon.js +1 -1
  187. package/build/web/IconButton.js +12 -2
  188. package/build/web/Image.js +1 -1
  189. package/build/web/InputLabel.js +1 -1
  190. package/build/web/InputSupports.js +1 -1
  191. package/build/web/Link.js +1 -1
  192. package/build/web/List.js +1 -1
  193. package/build/web/Listbox.js +121 -113
  194. package/build/web/Modal.js +1 -1
  195. package/build/web/MultiSelectFilter.js +1 -1
  196. package/build/web/NavigationBar.js +1 -1
  197. package/build/web/Notification.js +1 -1
  198. package/build/web/OrderedList.js +1 -1
  199. package/build/web/Pagination.js +1 -1
  200. package/build/web/PaginationPageButton.js +1 -1
  201. package/build/web/PaginationSideButton.js +1 -1
  202. package/build/web/PreviewCard.js +1 -1
  203. package/build/web/PriceLockup.js +1 -1
  204. package/build/web/ProductCard.js +1 -1
  205. package/build/web/Progress.js +1 -1
  206. package/build/web/ProgressBar.js +1 -1
  207. package/build/web/QuantitySelector.js +1 -1
  208. package/build/web/QuantitySelectorSideButton.js +1 -1
  209. package/build/web/QuickLinks.js +1 -1
  210. package/build/web/QuickLinksButton.js +1 -1
  211. package/build/web/QuickLinksCard.js +1 -1
  212. package/build/web/QuickLinksFeature.js +1 -1
  213. package/build/web/QuickLinksFeatureItem.js +1 -1
  214. package/build/web/QuickLinksList.js +1 -1
  215. package/build/web/Radio.js +1 -1
  216. package/build/web/RadioCard.js +5 -1
  217. package/build/web/RadioCardGroup.js +1 -1
  218. package/build/web/RadioGroup.js +1 -1
  219. package/build/web/Ribbon.js +1 -1
  220. package/build/web/Search.js +1 -1
  221. package/build/web/SearchButton.js +1 -1
  222. package/build/web/Select.js +1 -1
  223. package/build/web/Shortcuts.js +33 -0
  224. package/build/web/ShortcutsItem.js +68 -0
  225. package/build/web/SideNav.js +1 -1
  226. package/build/web/SideNavItem.js +1 -1
  227. package/build/web/SideNavItemsGroup.js +1 -1
  228. package/build/web/Skeleton.js +1 -1
  229. package/build/web/SkipLink.js +1 -1
  230. package/build/web/Spinner.js +1 -1
  231. package/build/web/SplashButton.js +1 -1
  232. package/build/web/SplashButtonWithDetails.js +1 -1
  233. package/build/web/StackView.js +1 -1
  234. package/build/web/Status.js +1 -1
  235. package/build/web/StepTracker.js +1 -1
  236. package/build/web/StoryCard.js +1 -1
  237. package/build/web/TabBar.js +1 -1
  238. package/build/web/TabBarItem.js +1 -1
  239. package/build/web/Table.js +5 -1
  240. package/build/web/Tabs.js +1 -1
  241. package/build/web/TabsItem.js +1 -1
  242. package/build/web/Tags.js +1 -1
  243. package/build/web/TagsItem.js +1 -1
  244. package/build/web/TermsAndConditions.js +1 -1
  245. package/build/web/Testimonial.js +1 -1
  246. package/build/web/TextArea.js +1 -1
  247. package/build/web/TextInput.js +1 -1
  248. package/build/web/Timeline.js +1 -1
  249. package/build/web/Toast.js +1 -1
  250. package/build/web/ToggleSwitch.js +1 -1
  251. package/build/web/ToggleSwitchGroup.js +1 -1
  252. package/build/web/Tooltip.js +1 -1
  253. package/build/web/TooltipButton.js +1 -1
  254. package/build/web/Typography.js +1 -1
  255. package/build/web/Video.js +1 -1
  256. package/build/web/VideoButton.js +1 -1
  257. package/build/web/VideoControlBar.js +1 -1
  258. package/build/web/VideoMenu.js +1 -1
  259. package/build/web/VideoMiddleControlButton.js +1 -1
  260. package/build/web/VideoPicker.js +1 -1
  261. package/build/web/VideoPickerSlider.js +1 -1
  262. package/build/web/VideoPickerThumbnail.js +1 -1
  263. package/build/web/VideoProgressBar.js +1 -1
  264. package/build/web/VideoVolumeSlider.js +1 -1
  265. package/build/web/WaffleGrid.js +1 -1
  266. package/build/web/index.js +3 -1
  267. package/build/web/schema.json +1601 -885
  268. package/build/web/spacingScale.js +2 -2
  269. package/build/web/theme.js +239 -118
  270. package/package.json +4 -4
  271. package/theme.json +279 -130
@@ -33,7 +33,7 @@
33
33
  "space": 11
34
34
  },
35
35
  "tokens": {
36
- "size": 120
36
+ "size": 96
37
37
  }
38
38
  },
39
39
  {
@@ -1144,10 +1144,10 @@
1144
1144
  },
1145
1145
  "tokens": {
1146
1146
  "backgroundColor": {
1147
- "red": 1,
1148
- "green": 1,
1149
- "blue": 1,
1150
- "alpha": 1
1147
+ "red": 0,
1148
+ "green": 0,
1149
+ "blue": 0,
1150
+ "alpha": 0
1151
1151
  },
1152
1152
  "borderBottomWidth": 1,
1153
1153
  "borderColor": {
@@ -3117,6 +3117,10 @@
3117
3117
  }
3118
3118
  },
3119
3119
  "inputWidth": 32,
3120
+ "marginBottom": 0,
3121
+ "marginLeft": 0,
3122
+ "marginRight": 0,
3123
+ "marginTop": 0,
3120
3124
  "maxHeight": "100%",
3121
3125
  "minWidth": null,
3122
3126
  "overflowY": "visible",
@@ -3876,6 +3880,10 @@
3876
3880
  "fontWeight": 700,
3877
3881
  "letterSpacing": 0,
3878
3882
  "lineHeight": 1.4,
3883
+ "marginBottom": 0,
3884
+ "marginLeft": 0,
3885
+ "marginRight": 0,
3886
+ "marginTop": 0,
3879
3887
  "minWidth": 288,
3880
3888
  "outerBorderColor": {
3881
3889
  "red": 0,
@@ -6713,7 +6721,10 @@
6713
6721
  "moveRight",
6714
6722
  "moveUp",
6715
6723
  "play",
6716
- "subtract"
6724
+ "subtract",
6725
+ "menu",
6726
+ "cart",
6727
+ "profile"
6717
6728
  ]
6718
6729
  },
6719
6730
  "compact": {
@@ -6752,6 +6763,30 @@
6752
6763
  }
6753
6764
  },
6754
6765
  "rules": [
6766
+ {
6767
+ "if": {
6768
+ "action": "menu"
6769
+ },
6770
+ "tokens": {
6771
+ "icon": "PaletteIconHamburger"
6772
+ }
6773
+ },
6774
+ {
6775
+ "if": {
6776
+ "action": "cart"
6777
+ },
6778
+ "tokens": {
6779
+ "icon": "PaletteIconCart"
6780
+ }
6781
+ },
6782
+ {
6783
+ "if": {
6784
+ "action": "profile"
6785
+ },
6786
+ "tokens": {
6787
+ "icon": "PaletteIconUser"
6788
+ }
6789
+ },
6755
6790
  {
6756
6791
  "if": {
6757
6792
  "action": "add"
@@ -7851,147 +7886,79 @@
7851
7886
  "description": "Applies while an interactive component is being physically pressed. Most visible on touchscreen taps; in React Native Web, this is visible on web mouse clicks only if the pressable is held down.",
7852
7887
  "values": [true, false],
7853
7888
  "type": "state"
7889
+ },
7890
+ "secondLevel": {
7891
+ "type": "variant",
7892
+ "values": [true]
7893
+ },
7894
+ "style": {
7895
+ "type": "variant",
7896
+ "values": ["default", "lightest", "light"]
7854
7897
  }
7855
7898
  },
7856
7899
  "rules": [
7857
7900
  {
7858
7901
  "if": {
7859
- "current": true
7902
+ "style": "default"
7860
7903
  },
7861
7904
  "tokens": {
7862
- "groupBackgroundColor": {
7863
- "red": 0,
7864
- "green": 0,
7865
- "blue": 0,
7866
- "alpha": 1
7867
- },
7868
- "groupBorderColor": {
7905
+ "containerBackgroundColor": {
7869
7906
  "red": 0,
7870
7907
  "green": 0,
7871
7908
  "blue": 0,
7872
- "alpha": 1
7873
- },
7874
- "groupColor": {
7875
- "red": 1,
7876
- "green": 1,
7877
- "blue": 1,
7878
- "alpha": 1
7879
- },
7880
- "itemBackgroundColor": {
7881
- "red": 0,
7882
- "green": 0,
7883
- "blue": 0,
7884
- "alpha": 1
7885
- },
7886
- "itemColor": {
7887
- "red": 1,
7888
- "green": 1,
7889
- "blue": 1,
7890
- "alpha": 1
7909
+ "alpha": 0
7891
7910
  }
7892
7911
  }
7893
7912
  },
7894
7913
  {
7895
7914
  "if": {
7896
- "current": true,
7897
- "pressed": true
7915
+ "style": "lightest"
7898
7916
  },
7899
7917
  "tokens": {
7900
- "itemBackgroundColor": {
7901
- "red": 0.7098,
7902
- "green": 0.70588,
7903
- "blue": 0.70588,
7904
- "alpha": 1
7905
- },
7906
- "itemColor": {
7907
- "red": 0.34902,
7908
- "green": 0.34902,
7909
- "blue": 0.34902,
7918
+ "containerBackgroundColor": {
7919
+ "red": 1,
7920
+ "green": 1,
7921
+ "blue": 1,
7910
7922
  "alpha": 1
7911
7923
  }
7912
7924
  }
7913
7925
  },
7914
7926
  {
7915
7927
  "if": {
7916
- "isChild": true
7917
- },
7918
- "tokens": {
7919
- "itemBorderBottomWidth": 1,
7920
- "itemBorderLeftColor": {
7921
- "red": 0,
7922
- "green": 0,
7923
- "blue": 0,
7924
- "alpha": 1
7925
- },
7926
- "itemBorderLeftWidth": 4,
7927
- "itemBorderTopWidth": 1
7928
- }
7929
- },
7930
- {
7931
- "if": {
7932
- "isChild": true,
7933
- "pressed": true
7928
+ "style": "light"
7934
7929
  },
7935
7930
  "tokens": {
7936
- "itemBorderBottomWidth": 1,
7937
- "itemBorderLeftColor": {
7938
- "red": 0.34902,
7939
- "green": 0.34902,
7940
- "blue": 0.34902,
7941
- "alpha": 1
7942
- },
7943
- "itemBorderTopWidth": 1,
7944
- "itemColor": {
7945
- "red": 0.34902,
7946
- "green": 0.34902,
7947
- "blue": 0.34902,
7931
+ "containerBackgroundColor": {
7932
+ "red": 0.93725,
7933
+ "green": 0.93725,
7934
+ "blue": 0.93725,
7948
7935
  "alpha": 1
7949
7936
  }
7950
7937
  }
7951
7938
  },
7952
7939
  {
7953
7940
  "if": {
7954
- "expanded": true
7941
+ "pressed": true
7955
7942
  },
7956
7943
  "tokens": {
7957
7944
  "groupBackgroundColor": {
7958
7945
  "red": 0,
7959
7946
  "green": 0,
7960
7947
  "blue": 0,
7961
- "alpha": 0
7948
+ "alpha": 0.2
7962
7949
  },
7963
- "groupBorderColor": {
7950
+ "groupBorderLeftColor": {
7964
7951
  "red": 0,
7965
7952
  "green": 0,
7966
7953
  "blue": 0,
7967
- "alpha": 0
7968
- },
7969
- "groupColor": {
7970
- "red": 1,
7971
- "green": 1,
7972
- "blue": 1,
7973
7954
  "alpha": 1
7974
7955
  },
7975
- "groupIcon": "PaletteIconChevronUp",
7976
- "itemColor": {
7977
- "red": 0.34902,
7978
- "green": 0.34902,
7979
- "blue": 0.34902,
7980
- "alpha": 1
7981
- }
7982
- }
7983
- },
7984
- {
7985
- "if": {
7986
- "current": true,
7987
- "isChild": true
7988
- },
7989
- "tokens": {
7956
+ "groupBorderLeftWidth": 4,
7990
7957
  "itemBackgroundColor": {
7991
7958
  "red": 0,
7992
7959
  "green": 0,
7993
7960
  "blue": 0,
7994
- "alpha": 1
7961
+ "alpha": 0.2
7995
7962
  },
7996
7963
  "itemBorderLeftColor": {
7997
7964
  "red": 0,
@@ -7999,77 +7966,132 @@
7999
7966
  "blue": 0,
8000
7967
  "alpha": 1
8001
7968
  },
8002
- "itemColor": {
8003
- "red": 1,
8004
- "green": 1,
8005
- "blue": 1,
8006
- "alpha": 1
8007
- }
7969
+ "itemBorderLeftWidth": 4
8008
7970
  }
8009
7971
  },
8010
7972
  {
8011
7973
  "if": {
8012
- "pressed": true
7974
+ "current": true
8013
7975
  },
8014
7976
  "tokens": {
8015
- "groupBackgroundColor": {
8016
- "red": 0.25098,
8017
- "green": 0.25098,
8018
- "blue": 0.25098,
7977
+ "groupBorderLeftColor": {
7978
+ "red": 1,
7979
+ "green": 0,
7980
+ "blue": 0.46275,
8019
7981
  "alpha": 1
8020
7982
  },
8021
- "groupColor": {
8022
- "red": 0.4,
8023
- "green": 0.4,
8024
- "blue": 0.4,
7983
+ "groupBorderLeftWidth": 4,
7984
+ "groupFontName": "StagSans",
7985
+ "groupFontWeight": 600,
7986
+ "itemBorderLeftColor": {
7987
+ "red": 1,
7988
+ "green": 0,
7989
+ "blue": 0.46275,
8025
7990
  "alpha": 1
8026
7991
  },
8027
- "itemBackgroundColor": {
8028
- "red": 0.25098,
8029
- "green": 0.25098,
8030
- "blue": 0.25098,
7992
+ "itemBorderLeftWidth": 4,
7993
+ "itemFontName": "StagSans",
7994
+ "itemFontWeight": 600
7995
+ }
7996
+ },
7997
+ {
7998
+ "if": {
7999
+ "expanded": true
8000
+ },
8001
+ "tokens": {
8002
+ "groupBorderLeftColor": {
8003
+ "red": 1,
8004
+ "green": 0,
8005
+ "blue": 0.46275,
8031
8006
  "alpha": 1
8032
8007
  },
8008
+ "groupBorderLeftWidth": 4,
8009
+ "groupFontName": "StagSans",
8010
+ "groupFontWeight": 600,
8011
+ "groupIcon": "PaletteIconChevronUp",
8033
8012
  "itemBorderLeftColor": {
8034
- "red": 0.25098,
8035
- "green": 0.25098,
8036
- "blue": 0.25098,
8013
+ "red": 1,
8014
+ "green": 0,
8015
+ "blue": 0.46275,
8037
8016
  "alpha": 1
8038
8017
  },
8039
- "itemColor": {
8040
- "red": 0.4,
8041
- "green": 0.4,
8042
- "blue": 0.4,
8043
- "alpha": 1
8044
- }
8018
+ "itemBorderLeftWidth": 4,
8019
+ "itemFontName": "StagSans",
8020
+ "itemFontWeight": 600
8021
+ }
8022
+ },
8023
+ {
8024
+ "if": {
8025
+ "secondLevel": true
8026
+ },
8027
+ "tokens": {
8028
+ "groupIcon": "PaletteIconChevronRight",
8029
+ "secondLevelParentIcon": "PaletteIconChevronRight"
8030
+ }
8031
+ },
8032
+ {
8033
+ "if": {
8034
+ "secondLevel": true
8035
+ },
8036
+ "tokens": {
8037
+ "groupIcon": "PaletteIconChevronRight",
8038
+ "secondLevelParentIcon": "PaletteIconChevronRight"
8045
8039
  }
8046
8040
  }
8047
8041
  ],
8048
8042
  "tokens": {
8043
+ "borderRadius": 4,
8044
+ "containerBackgroundColor": {
8045
+ "red": 0,
8046
+ "green": 0,
8047
+ "blue": 0,
8048
+ "alpha": 0
8049
+ },
8049
8050
  "groupBackgroundColor": {
8050
8051
  "red": 0,
8051
8052
  "green": 0,
8052
8053
  "blue": 0,
8053
8054
  "alpha": 0
8054
8055
  },
8055
- "groupBorderColor": {
8056
+ "groupBorderBottomColor": {
8057
+ "red": 0,
8058
+ "green": 0,
8059
+ "blue": 0,
8060
+ "alpha": 0
8061
+ },
8062
+ "groupBorderBottomWidth": 0,
8063
+ "groupBorderLeftColor": {
8056
8064
  "red": 0,
8057
8065
  "green": 0,
8058
8066
  "blue": 0,
8059
8067
  "alpha": 0
8060
8068
  },
8069
+ "groupBorderLeftWidth": 4,
8061
8070
  "groupBorderRadius": 0,
8062
- "groupBorderWidth": 1,
8071
+ "groupBorderRightColor": {
8072
+ "red": 0,
8073
+ "green": 0,
8074
+ "blue": 0,
8075
+ "alpha": 0
8076
+ },
8077
+ "groupBorderRightWidth": 0,
8078
+ "groupBorderTopColor": {
8079
+ "red": 0,
8080
+ "green": 0,
8081
+ "blue": 0,
8082
+ "alpha": 0
8083
+ },
8084
+ "groupBorderTopWidth": 0,
8063
8085
  "groupColor": {
8064
- "red": 0.4,
8065
- "green": 0.4,
8066
- "blue": 0.4,
8086
+ "red": 0,
8087
+ "green": 0,
8088
+ "blue": 0,
8067
8089
  "alpha": 1
8068
8090
  },
8069
8091
  "groupFontName": "StagSans",
8070
8092
  "groupFontSize": 16,
8071
8093
  "groupFontWeight": 400,
8072
- "groupHeight": 32,
8094
+ "groupHeight": 40,
8073
8095
  "groupIcon": "PaletteIconChevronDown",
8074
8096
  "groupPaddingBottom": 12,
8075
8097
  "groupPaddingLeft": 16,
@@ -8087,14 +8109,14 @@
8087
8109
  "blue": 0,
8088
8110
  "alpha": 0
8089
8111
  },
8090
- "itemBorderBottomWidth": 1,
8112
+ "itemBorderBottomWidth": 0,
8091
8113
  "itemBorderLeftColor": {
8092
8114
  "red": 0,
8093
8115
  "green": 0,
8094
8116
  "blue": 0,
8095
8117
  "alpha": 0
8096
8118
  },
8097
- "itemBorderLeftWidth": 1,
8119
+ "itemBorderLeftWidth": 4,
8098
8120
  "itemBorderRadius": 0,
8099
8121
  "itemBorderRightColor": {
8100
8122
  "red": 0,
@@ -8102,26 +8124,26 @@
8102
8124
  "blue": 0,
8103
8125
  "alpha": 0
8104
8126
  },
8105
- "itemBorderRightWidth": 1,
8127
+ "itemBorderRightWidth": 0,
8106
8128
  "itemBorderTopColor": {
8107
8129
  "red": 0,
8108
8130
  "green": 0,
8109
8131
  "blue": 0,
8110
8132
  "alpha": 0
8111
8133
  },
8112
- "itemBorderTopWidth": 1,
8134
+ "itemBorderTopWidth": 0,
8113
8135
  "itemBorderWidth": 0,
8114
8136
  "itemColor": {
8115
- "red": 0.4,
8116
- "green": 0.4,
8117
- "blue": 0.4,
8137
+ "red": 0,
8138
+ "green": 0,
8139
+ "blue": 0,
8118
8140
  "alpha": 1
8119
8141
  },
8120
8142
  "itemDisplay": false,
8121
8143
  "itemFontName": "StagSans",
8122
8144
  "itemFontSize": 16,
8123
8145
  "itemFontWeight": 400,
8124
- "itemHeight": 32,
8146
+ "itemHeight": 40,
8125
8147
  "itemOutline": 0,
8126
8148
  "itemPaddingBottom": 8,
8127
8149
  "itemPaddingLeft": 16,
@@ -8131,6 +8153,45 @@
8131
8153
  "lineHeight": 1.5,
8132
8154
  "minHeight": "100%",
8133
8155
  "minWidth": "100%",
8156
+ "secondLevelBackIcon": "PaletteIconChevronLeft",
8157
+ "secondLevelBackIconColor": {
8158
+ "red": 0,
8159
+ "green": 0,
8160
+ "blue": 0,
8161
+ "alpha": 1
8162
+ },
8163
+ "secondLevelBackIconSize": 16,
8164
+ "secondLevelBackLinkColor": {
8165
+ "red": 0,
8166
+ "green": 0,
8167
+ "blue": 0,
8168
+ "alpha": 1
8169
+ },
8170
+ "secondLevelBackLinkFontName": "StagSans",
8171
+ "secondLevelBackLinkFontSize": 16,
8172
+ "secondLevelBackLinkFontWeight": 600,
8173
+ "secondLevelCloseButtonBorderWidth": 0,
8174
+ "secondLevelCloseButtonPadding": 8,
8175
+ "secondLevelCloseIcon": "PaletteIconClose",
8176
+ "secondLevelCloseIconSize": 16,
8177
+ "secondLevelDividerColor": {
8178
+ "red": 0.78824,
8179
+ "green": 0.78431,
8180
+ "blue": 0.78431,
8181
+ "alpha": 1
8182
+ },
8183
+ "secondLevelDividerWidth": 1,
8184
+ "secondLevelHeaderBackgroundColor": {
8185
+ "red": 1,
8186
+ "green": 1,
8187
+ "blue": 1,
8188
+ "alpha": 1
8189
+ },
8190
+ "secondLevelHeaderPaddingBottom": 4,
8191
+ "secondLevelHeaderPaddingLeft": 16,
8192
+ "secondLevelHeaderPaddingRight": 16,
8193
+ "secondLevelHeaderPaddingTop": 4,
8194
+ "secondLevelParentIcon": "PaletteIconChevronRight",
8134
8195
  "shadow": {
8135
8196
  "inset": false,
8136
8197
  "offsetX": 0,
@@ -11007,6 +11068,10 @@
11007
11068
  "fontWeight": 700,
11008
11069
  "letterSpacing": 0,
11009
11070
  "lineHeight": 1.4,
11071
+ "marginBottom": 0,
11072
+ "marginLeft": 0,
11073
+ "marginRight": 0,
11074
+ "marginTop": 0,
11010
11075
  "minWidth": 288,
11011
11076
  "outerBorderColor": {
11012
11077
  "red": 0,
@@ -11679,6 +11744,127 @@
11679
11744
  "validationIconSize": 24
11680
11745
  }
11681
11746
  },
11747
+ "Shortcuts": {
11748
+ "appearances": {
11749
+ "viewport": {
11750
+ "description": "The size label for the current screen viewport based on the current screen width",
11751
+ "values": ["xs", "sm", "md", "lg", "xl"],
11752
+ "type": "state"
11753
+ }
11754
+ },
11755
+ "rules": [
11756
+ {
11757
+ "if": {
11758
+ "viewport": "md"
11759
+ },
11760
+ "tokens": {
11761
+ "mainContainerGap": 16
11762
+ }
11763
+ },
11764
+ {
11765
+ "if": {
11766
+ "viewport": "lg"
11767
+ },
11768
+ "tokens": {
11769
+ "mainContainerGap": 16
11770
+ }
11771
+ },
11772
+ {
11773
+ "if": {
11774
+ "viewport": "xl"
11775
+ },
11776
+ "tokens": {
11777
+ "mainContainerGap": 16
11778
+ }
11779
+ }
11780
+ ],
11781
+ "tokens": {
11782
+ "mainContainerBottomPadding": 0,
11783
+ "mainContainerGap": 8,
11784
+ "mainContainerLeftPadding": 16,
11785
+ "mainContainerRightPadding": 16,
11786
+ "mainContainerTopPadding": 0,
11787
+ "nextIcon": "PaletteIconArrowRight",
11788
+ "previousIcon": "PaletteIconArrowLeft"
11789
+ }
11790
+ },
11791
+ "ShortcutsItem": {
11792
+ "appearances": {
11793
+ "pressed": {
11794
+ "description": "Applies while an interactive component is being physically pressed. Most visible on touchscreen taps; in React Native Web, this is visible on web mouse clicks only if the pressable is held down.",
11795
+ "values": [true, false],
11796
+ "type": "state"
11797
+ }
11798
+ },
11799
+ "rules": [
11800
+ {
11801
+ "if": {
11802
+ "pressed": true
11803
+ },
11804
+ "tokens": {
11805
+ "iconColor": {
11806
+ "red": 0.4,
11807
+ "green": 0.4,
11808
+ "blue": 0.4,
11809
+ "alpha": 1
11810
+ },
11811
+ "labelFontColor": {
11812
+ "red": 0.4,
11813
+ "green": 0.4,
11814
+ "blue": 0.4,
11815
+ "alpha": 1
11816
+ }
11817
+ }
11818
+ }
11819
+ ],
11820
+ "tokens": {
11821
+ "borderColor": {
11822
+ "red": 0,
11823
+ "green": 0,
11824
+ "blue": 0,
11825
+ "alpha": 0
11826
+ },
11827
+ "borderRadius": 4,
11828
+ "borderWidth": 1,
11829
+ "iconBackgroundColor": {
11830
+ "red": 0.93725,
11831
+ "green": 0.93725,
11832
+ "blue": 0.93725,
11833
+ "alpha": 1
11834
+ },
11835
+ "iconColor": {
11836
+ "red": 0,
11837
+ "green": 0,
11838
+ "blue": 0,
11839
+ "alpha": 1
11840
+ },
11841
+ "iconContainerPaddingBottom": 8,
11842
+ "iconContainerPaddingLeft": 8,
11843
+ "iconContainerPaddingRight": 8,
11844
+ "iconContainerPaddingTop": 8,
11845
+ "iconSize": 24,
11846
+ "iconWidth": 16,
11847
+ "imageHeight": 56,
11848
+ "imageWidth": 56,
11849
+ "labelContainerPaddingBottom": 0,
11850
+ "labelContainerPaddingLeft": 8,
11851
+ "labelContainerPaddingRight": 8,
11852
+ "labelContainerPaddingTop": 0,
11853
+ "labelFontColor": {
11854
+ "red": 0,
11855
+ "green": 0,
11856
+ "blue": 0,
11857
+ "alpha": 1
11858
+ },
11859
+ "labelFontName": "StagSans",
11860
+ "labelFontSize": 14,
11861
+ "labelFontWeight": 400,
11862
+ "labelLineHeight": 1.42857142857,
11863
+ "labelTextAlign": "center",
11864
+ "labelUnderline": "none",
11865
+ "width": 72
11866
+ }
11867
+ },
11682
11868
  "SideNav": {
11683
11869
  "appearances": {},
11684
11870
  "rules": [],
@@ -13249,6 +13435,8 @@
13249
13435
  },
13250
13436
  "cellBorderTopWidth": 0,
13251
13437
  "cellBorderWidth": 0,
13438
+ "cellBottomLeftBorderRadius": 0,
13439
+ "cellBottomRightBorderRadius": 0,
13252
13440
  "cellBoxShadowColor": {
13253
13441
  "red": 0.93725,
13254
13442
  "green": 0.93725,
@@ -13273,6 +13461,8 @@
13273
13461
  "alpha": 0.1
13274
13462
  }
13275
13463
  },
13464
+ "cellTopLeftBorderRadius": 0,
13465
+ "cellTopRightBorderRadius": 0,
13276
13466
  "display": null,
13277
13467
  "fontColor": {
13278
13468
  "red": 0,
@@ -15897,7 +16087,7 @@
15897
16087
  "space": 11
15898
16088
  },
15899
16089
  "tokens": {
15900
- "size": 120
16090
+ "size": 96
15901
16091
  }
15902
16092
  },
15903
16093
  {
@@ -16049,7 +16239,7 @@
16049
16239
  }
16050
16240
  },
16051
16241
  "metadata": {
16052
- "themeTokensVersion": "4.15.1",
16242
+ "themeTokensVersion": "4.17.0",
16053
16243
  "name": "theme-koodo"
16054
16244
  }
16055
16245
  }