@telus-uds/theme-public-mobile 2.28.0 → 2.30.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 (267) hide show
  1. package/build/android/ButtonDropdown.json +3 -3
  2. package/build/android/ButtonGroup.json +32 -0
  3. package/build/android/ButtonGroupItem.json +68 -1
  4. package/build/android/CardGroup.json +4 -0
  5. package/build/android/DownloadApp.json +41 -0
  6. package/build/android/FileUpload.json +65 -0
  7. package/build/android/Link.json +1 -1
  8. package/build/android/MultiSelectFilter.json +8 -2
  9. package/build/android/Status.json +1 -0
  10. package/build/android/TabBar.json +40 -0
  11. package/build/android/TabBarItem.json +119 -0
  12. package/build/android/schema.json +1498 -801
  13. package/build/android/theme.json +383 -8
  14. package/build/ios/ButtonDropdown.json +3 -3
  15. package/build/ios/ButtonGroup.json +32 -0
  16. package/build/ios/ButtonGroupItem.json +68 -1
  17. package/build/ios/CardGroup.json +4 -0
  18. package/build/ios/DownloadApp.json +41 -0
  19. package/build/ios/FileUpload.json +65 -0
  20. package/build/ios/Link.json +1 -1
  21. package/build/ios/MultiSelectFilter.json +8 -2
  22. package/build/ios/Status.json +1 -0
  23. package/build/ios/TabBar.json +40 -0
  24. package/build/ios/TabBarItem.json +119 -0
  25. package/build/ios/schema.json +1498 -801
  26. package/build/ios/theme.json +383 -8
  27. package/build/rn/ActionCard.js +1 -1
  28. package/build/rn/ActivityIndicator.js +1 -1
  29. package/build/rn/Badge.js +1 -1
  30. package/build/rn/BlockQuote.js +1 -1
  31. package/build/rn/Box.js +1 -1
  32. package/build/rn/Breadcrumbs.js +1 -1
  33. package/build/rn/Button.js +1 -1
  34. package/build/rn/ButtonDropdown.js +2 -2
  35. package/build/rn/ButtonGroup.js +21 -2
  36. package/build/rn/ButtonGroupItem.js +58 -3
  37. package/build/rn/Callout.js +1 -1
  38. package/build/rn/Card.js +1 -1
  39. package/build/rn/CardGroup.js +5 -1
  40. package/build/rn/Carousel.js +1 -1
  41. package/build/rn/CarouselTabsPanelItem.js +1 -1
  42. package/build/rn/CarouselThumbnail.js +1 -1
  43. package/build/rn/Checkbox.js +1 -1
  44. package/build/rn/CheckboxCard.js +1 -1
  45. package/build/rn/CheckboxCardGroup.js +1 -1
  46. package/build/rn/CheckboxGroup.js +1 -1
  47. package/build/rn/ChevronLink.js +1 -1
  48. package/build/rn/ColourToggle.js +1 -1
  49. package/build/rn/Countdown.js +1 -1
  50. package/build/rn/DatePicker.js +1 -1
  51. package/build/rn/Disclaimer.js +1 -1
  52. package/build/rn/Divider.js +1 -1
  53. package/build/rn/DownloadApp.js +62 -0
  54. package/build/rn/ExpandCollapse.js +1 -1
  55. package/build/rn/ExpandCollapseControl.js +1 -1
  56. package/build/rn/ExpandCollapseMini.js +1 -1
  57. package/build/rn/ExpandCollapseMiniControl.js +1 -1
  58. package/build/rn/ExpandCollapsePanel.js +1 -1
  59. package/build/rn/Feedback.js +1 -1
  60. package/build/rn/Fieldset.js +1 -1
  61. package/build/rn/FileUpload.js +34 -0
  62. package/build/rn/Footnote.js +1 -1
  63. package/build/rn/FootnoteLink.js +1 -1
  64. package/build/rn/HorizontalScrollButton.js +1 -1
  65. package/build/rn/Icon.js +1 -1
  66. package/build/rn/IconButton.js +1 -1
  67. package/build/rn/Image.js +1 -1
  68. package/build/rn/InputLabel.js +1 -1
  69. package/build/rn/InputSupports.js +1 -1
  70. package/build/rn/Link.js +2 -2
  71. package/build/rn/List.js +1 -1
  72. package/build/rn/Listbox.js +1 -1
  73. package/build/rn/Modal.js +1 -1
  74. package/build/rn/MultiSelectFilter.js +9 -3
  75. package/build/rn/NavigationBar.js +1 -1
  76. package/build/rn/Notification.js +1 -1
  77. package/build/rn/OrderedList.js +1 -1
  78. package/build/rn/Pagination.js +1 -1
  79. package/build/rn/PaginationPageButton.js +1 -1
  80. package/build/rn/PaginationSideButton.js +1 -1
  81. package/build/rn/PreviewCard.js +1 -1
  82. package/build/rn/PriceLockup.js +1 -1
  83. package/build/rn/ProductCard.js +1 -1
  84. package/build/rn/Progress.js +1 -1
  85. package/build/rn/ProgressBar.js +1 -1
  86. package/build/rn/QuantitySelector.js +1 -1
  87. package/build/rn/QuantitySelectorSideButton.js +1 -1
  88. package/build/rn/QuickLinks.js +1 -1
  89. package/build/rn/QuickLinksButton.js +1 -1
  90. package/build/rn/QuickLinksCard.js +1 -1
  91. package/build/rn/QuickLinksFeature.js +1 -1
  92. package/build/rn/QuickLinksFeatureItem.js +1 -1
  93. package/build/rn/QuickLinksList.js +1 -1
  94. package/build/rn/Radio.js +1 -1
  95. package/build/rn/RadioCard.js +1 -1
  96. package/build/rn/RadioCardGroup.js +1 -1
  97. package/build/rn/RadioGroup.js +1 -1
  98. package/build/rn/Ribbon.js +1 -1
  99. package/build/rn/Search.js +1 -1
  100. package/build/rn/SearchButton.js +1 -1
  101. package/build/rn/Select.js +1 -1
  102. package/build/rn/SideNav.js +1 -1
  103. package/build/rn/SideNavItem.js +1 -1
  104. package/build/rn/SideNavItemsGroup.js +1 -1
  105. package/build/rn/Skeleton.js +1 -1
  106. package/build/rn/SkipLink.js +1 -1
  107. package/build/rn/Spinner.js +1 -1
  108. package/build/rn/SplashButton.js +1 -1
  109. package/build/rn/SplashButtonWithDetails.js +1 -1
  110. package/build/rn/StackView.js +1 -1
  111. package/build/rn/Status.js +2 -1
  112. package/build/rn/StepTracker.js +1 -1
  113. package/build/rn/StoryCard.js +1 -1
  114. package/build/rn/TabBar.js +34 -0
  115. package/build/rn/TabBarItem.js +67 -0
  116. package/build/rn/Table.js +1 -1
  117. package/build/rn/Tabs.js +1 -1
  118. package/build/rn/TabsItem.js +1 -1
  119. package/build/rn/Tags.js +1 -1
  120. package/build/rn/TagsItem.js +1 -1
  121. package/build/rn/TermsAndConditions.js +1 -1
  122. package/build/rn/Testimonial.js +1 -1
  123. package/build/rn/TextArea.js +1 -1
  124. package/build/rn/TextInput.js +1 -1
  125. package/build/rn/Timeline.js +1 -1
  126. package/build/rn/Toast.js +1 -1
  127. package/build/rn/ToggleSwitch.js +1 -1
  128. package/build/rn/ToggleSwitchGroup.js +1 -1
  129. package/build/rn/Tooltip.js +1 -1
  130. package/build/rn/TooltipButton.js +1 -1
  131. package/build/rn/Typography.js +1 -1
  132. package/build/rn/Video.js +1 -1
  133. package/build/rn/VideoButton.js +1 -1
  134. package/build/rn/VideoControlBar.js +1 -1
  135. package/build/rn/VideoMenu.js +1 -1
  136. package/build/rn/VideoMiddleControlButton.js +1 -1
  137. package/build/rn/VideoPicker.js +1 -1
  138. package/build/rn/VideoPickerSlider.js +1 -1
  139. package/build/rn/VideoPickerThumbnail.js +1 -1
  140. package/build/rn/VideoProgressBar.js +1 -1
  141. package/build/rn/VideoVolumeSlider.js +1 -1
  142. package/build/rn/WaffleGrid.js +1 -1
  143. package/build/rn/schema.json +1498 -801
  144. package/build/rn/spacingScale.js +1 -1
  145. package/build/rn/theme.js +263 -9
  146. package/build/web/ActionCard.js +1 -1
  147. package/build/web/ActivityIndicator.js +1 -1
  148. package/build/web/Badge.js +1 -1
  149. package/build/web/BlockQuote.js +1 -1
  150. package/build/web/Box.js +1 -1
  151. package/build/web/Breadcrumbs.js +1 -1
  152. package/build/web/Button.js +1 -1
  153. package/build/web/ButtonDropdown.js +2 -2
  154. package/build/web/ButtonGroup.js +21 -2
  155. package/build/web/ButtonGroupItem.js +58 -3
  156. package/build/web/Callout.js +1 -1
  157. package/build/web/Card.js +1 -1
  158. package/build/web/CardGroup.js +5 -1
  159. package/build/web/Carousel.js +1 -1
  160. package/build/web/CarouselTabsPanelItem.js +1 -1
  161. package/build/web/CarouselThumbnail.js +1 -1
  162. package/build/web/Checkbox.js +1 -1
  163. package/build/web/CheckboxCard.js +1 -1
  164. package/build/web/CheckboxCardGroup.js +1 -1
  165. package/build/web/CheckboxGroup.js +1 -1
  166. package/build/web/ChevronLink.js +1 -1
  167. package/build/web/ColourToggle.js +1 -1
  168. package/build/web/Countdown.js +1 -1
  169. package/build/web/DatePicker.js +1 -1
  170. package/build/web/Disclaimer.js +1 -1
  171. package/build/web/Divider.js +1 -1
  172. package/build/web/DownloadApp.js +62 -0
  173. package/build/web/ExpandCollapse.js +1 -1
  174. package/build/web/ExpandCollapseControl.js +1 -1
  175. package/build/web/ExpandCollapseMini.js +1 -1
  176. package/build/web/ExpandCollapseMiniControl.js +1 -1
  177. package/build/web/ExpandCollapsePanel.js +1 -1
  178. package/build/web/Feedback.js +1 -1
  179. package/build/web/Fieldset.js +1 -1
  180. package/build/web/FileUpload.js +34 -0
  181. package/build/web/Footnote.js +1 -1
  182. package/build/web/FootnoteLink.js +1 -1
  183. package/build/web/HorizontalScrollButton.js +1 -1
  184. package/build/web/Icon.js +1 -1
  185. package/build/web/IconButton.js +1 -1
  186. package/build/web/Image.js +1 -1
  187. package/build/web/InputLabel.js +1 -1
  188. package/build/web/InputSupports.js +1 -1
  189. package/build/web/Link.js +2 -2
  190. package/build/web/List.js +1 -1
  191. package/build/web/Listbox.js +1 -1
  192. package/build/web/Modal.js +1 -1
  193. package/build/web/MultiSelectFilter.js +9 -3
  194. package/build/web/NavigationBar.js +1 -1
  195. package/build/web/Notification.js +1 -1
  196. package/build/web/OrderedList.js +1 -1
  197. package/build/web/Pagination.js +1 -1
  198. package/build/web/PaginationPageButton.js +1 -1
  199. package/build/web/PaginationSideButton.js +1 -1
  200. package/build/web/PreviewCard.js +1 -1
  201. package/build/web/PriceLockup.js +1 -1
  202. package/build/web/ProductCard.js +1 -1
  203. package/build/web/Progress.js +1 -1
  204. package/build/web/ProgressBar.js +1 -1
  205. package/build/web/QuantitySelector.js +1 -1
  206. package/build/web/QuantitySelectorSideButton.js +1 -1
  207. package/build/web/QuickLinks.js +1 -1
  208. package/build/web/QuickLinksButton.js +1 -1
  209. package/build/web/QuickLinksCard.js +1 -1
  210. package/build/web/QuickLinksFeature.js +1 -1
  211. package/build/web/QuickLinksFeatureItem.js +1 -1
  212. package/build/web/QuickLinksList.js +1 -1
  213. package/build/web/Radio.js +1 -1
  214. package/build/web/RadioCard.js +1 -1
  215. package/build/web/RadioCardGroup.js +1 -1
  216. package/build/web/RadioGroup.js +1 -1
  217. package/build/web/Ribbon.js +1 -1
  218. package/build/web/Search.js +1 -1
  219. package/build/web/SearchButton.js +1 -1
  220. package/build/web/Select.js +1 -1
  221. package/build/web/SideNav.js +1 -1
  222. package/build/web/SideNavItem.js +1 -1
  223. package/build/web/SideNavItemsGroup.js +1 -1
  224. package/build/web/Skeleton.js +1 -1
  225. package/build/web/SkipLink.js +1 -1
  226. package/build/web/Spinner.js +1 -1
  227. package/build/web/SplashButton.js +1 -1
  228. package/build/web/SplashButtonWithDetails.js +1 -1
  229. package/build/web/StackView.js +1 -1
  230. package/build/web/Status.js +2 -1
  231. package/build/web/StepTracker.js +1 -1
  232. package/build/web/StoryCard.js +1 -1
  233. package/build/web/TabBar.js +34 -0
  234. package/build/web/TabBarItem.js +67 -0
  235. package/build/web/Table.js +1 -1
  236. package/build/web/Tabs.js +1 -1
  237. package/build/web/TabsItem.js +1 -1
  238. package/build/web/Tags.js +1 -1
  239. package/build/web/TagsItem.js +1 -1
  240. package/build/web/TermsAndConditions.js +1 -1
  241. package/build/web/Testimonial.js +1 -1
  242. package/build/web/TextArea.js +1 -1
  243. package/build/web/TextInput.js +1 -1
  244. package/build/web/Timeline.js +1 -1
  245. package/build/web/Toast.js +1 -1
  246. package/build/web/ToggleSwitch.js +1 -1
  247. package/build/web/ToggleSwitchGroup.js +1 -1
  248. package/build/web/Tooltip.js +1 -1
  249. package/build/web/TooltipButton.js +1 -1
  250. package/build/web/Typography.js +1 -1
  251. package/build/web/Video.js +1 -1
  252. package/build/web/VideoButton.js +1 -1
  253. package/build/web/VideoControlBar.js +1 -1
  254. package/build/web/VideoMenu.js +1 -1
  255. package/build/web/VideoMiddleControlButton.js +1 -1
  256. package/build/web/VideoPicker.js +1 -1
  257. package/build/web/VideoPickerSlider.js +1 -1
  258. package/build/web/VideoPickerThumbnail.js +1 -1
  259. package/build/web/VideoProgressBar.js +1 -1
  260. package/build/web/VideoVolumeSlider.js +1 -1
  261. package/build/web/WaffleGrid.js +1 -1
  262. package/build/web/index.js +5 -1
  263. package/build/web/schema.json +1498 -801
  264. package/build/web/spacingScale.js +1 -1
  265. package/build/web/theme.js +263 -9
  266. package/package.json +4 -4
  267. package/theme.json +281 -3
@@ -1694,9 +1694,9 @@
1694
1694
  "alpha": 1
1695
1695
  },
1696
1696
  "dividerColor": {
1697
- "red": 0.97647,
1698
- "green": 0.80784,
1699
- "blue": 0.74902,
1697
+ "red": 0.80392,
1698
+ "green": 0.81176,
1699
+ "blue": 0.83529,
1700
1700
  "alpha": 1
1701
1701
  },
1702
1702
  "fontName": "SofiaPro",
@@ -1757,6 +1757,11 @@
1757
1757
  },
1758
1758
  "ButtonGroup": {
1759
1759
  "appearances": {
1760
+ "style": {
1761
+ "description": "Configure `style` variant for `ButtonGroup`",
1762
+ "type": "variant",
1763
+ "values": ["contained"]
1764
+ },
1760
1765
  "viewport": {
1761
1766
  "description": "The size label for the current screen viewport based on the current screen width",
1762
1767
  "values": ["xs", "sm", "md", "lg", "xl"],
@@ -1774,6 +1779,7 @@
1774
1779
  "viewport": ["lg", "xl"]
1775
1780
  },
1776
1781
  "tokens": {
1782
+ "gap": 3,
1777
1783
  "space": 3
1778
1784
  }
1779
1785
  },
@@ -1786,15 +1792,41 @@
1786
1792
  "alignItems": "stretch",
1787
1793
  "direction": "column"
1788
1794
  }
1795
+ },
1796
+ {
1797
+ "if": {
1798
+ "style": "contained"
1799
+ },
1800
+ "tokens": {
1801
+ "backgroundColor": {
1802
+ "red": 0.84706,
1803
+ "green": 0.8549,
1804
+ "blue": 0.88627,
1805
+ "alpha": 1
1806
+ },
1807
+ "borderRadius": 12,
1808
+ "gap": 2,
1809
+ "padding": 8,
1810
+ "space": 2
1811
+ }
1789
1812
  }
1790
1813
  ],
1791
1814
  "tokens": {
1792
1815
  "alignItems": "center",
1816
+ "backgroundColor": {
1817
+ "red": 0,
1818
+ "green": 0,
1819
+ "blue": 0,
1820
+ "alpha": 0
1821
+ },
1822
+ "borderRadius": 0,
1793
1823
  "direction": "row",
1794
1824
  "fieldSpace": 2,
1795
1825
  "flexGrow": 0,
1796
1826
  "flexShrink": 0,
1827
+ "gap": 2,
1797
1828
  "justifyContent": "flex-start",
1829
+ "padding": 0,
1798
1830
  "space": 1
1799
1831
  }
1800
1832
  },
@@ -1802,7 +1834,7 @@
1802
1834
  "appearances": {
1803
1835
  "iconPosition": {
1804
1836
  "description": "Theme styles to be applied to icon links depending on where the icon is in relation to the link text",
1805
- "values": ["left", "right"],
1837
+ "values": ["left", "right", "inline"],
1806
1838
  "type": "state"
1807
1839
  },
1808
1840
  "inactive": {
@@ -1820,6 +1852,11 @@
1820
1852
  "values": [true],
1821
1853
  "type": "state"
1822
1854
  },
1855
+ "style": {
1856
+ "description": "Configure `style` variant for `ButtonGroupItem`",
1857
+ "type": "variant",
1858
+ "values": ["contained"]
1859
+ },
1823
1860
  "width": {
1824
1861
  "description": "Available in default, or responsive. Default-width expands based on content. Responsive automatically applies full-width when is displayed on the XS viewport.",
1825
1862
  "type": "variant",
@@ -1943,6 +1980,68 @@
1943
1980
  "tokens": {
1944
1981
  "width": "100%"
1945
1982
  }
1983
+ },
1984
+ {
1985
+ "if": {
1986
+ "style": "contained"
1987
+ },
1988
+ "tokens": {
1989
+ "backgroundColor": {
1990
+ "red": 0,
1991
+ "green": 0,
1992
+ "blue": 0,
1993
+ "alpha": 0
1994
+ },
1995
+ "borderColor": {
1996
+ "red": 0,
1997
+ "green": 0,
1998
+ "blue": 0,
1999
+ "alpha": 0
2000
+ },
2001
+ "borderWidth": 0,
2002
+ "height": 40
2003
+ }
2004
+ },
2005
+ {
2006
+ "if": {
2007
+ "selected": true,
2008
+ "style": "contained"
2009
+ },
2010
+ "tokens": {
2011
+ "backgroundColor": {
2012
+ "red": 0.22353,
2013
+ "green": 0.25098,
2014
+ "blue": 0.33725,
2015
+ "alpha": 1
2016
+ },
2017
+ "color": {
2018
+ "red": 1,
2019
+ "green": 1,
2020
+ "blue": 1,
2021
+ "alpha": 1
2022
+ },
2023
+ "outerBorderWidth": 0
2024
+ }
2025
+ },
2026
+ {
2027
+ "if": {
2028
+ "pressed": true,
2029
+ "style": "contained"
2030
+ },
2031
+ "tokens": {
2032
+ "backgroundColor": {
2033
+ "red": 0.16863,
2034
+ "green": 0.19216,
2035
+ "blue": 0.27059,
2036
+ "alpha": 1
2037
+ },
2038
+ "color": {
2039
+ "red": 1,
2040
+ "green": 1,
2041
+ "blue": 1,
2042
+ "alpha": 1
2043
+ }
2044
+ }
1946
2045
  }
1947
2046
  ],
1948
2047
  "tokens": {
@@ -2569,6 +2668,10 @@
2569
2668
  "fieldSpace": 3,
2570
2669
  "outlineOffset": 8,
2571
2670
  "outlineWidth": 1,
2671
+ "paddingBottom": 24,
2672
+ "paddingLeft": 24,
2673
+ "paddingRight": 24,
2674
+ "paddingTop": 24,
2572
2675
  "showIcon": true,
2573
2676
  "space": 3
2574
2677
  }
@@ -3932,6 +4035,47 @@
3932
4035
  "width": 1
3933
4036
  }
3934
4037
  },
4038
+ "DownloadApp": {
4039
+ "appearances": {
4040
+ "pressed": {
4041
+ "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.",
4042
+ "values": [true, false],
4043
+ "type": "state"
4044
+ }
4045
+ },
4046
+ "rules": [
4047
+ {
4048
+ "if": {
4049
+ "pressed": true
4050
+ },
4051
+ "tokens": {
4052
+ "borderColor": {
4053
+ "red": 0.69412,
4054
+ "green": 0.7098,
4055
+ "blue": 0.77255,
4056
+ "alpha": 1
4057
+ },
4058
+ "borderRadius": 4
4059
+ }
4060
+ }
4061
+ ],
4062
+ "tokens": {
4063
+ "androidENIcon": "PaletteIconAndroidEN",
4064
+ "androidFRIcon": "PaletteIconAndroidFR",
4065
+ "borderColor": {
4066
+ "red": 0,
4067
+ "green": 0,
4068
+ "blue": 0,
4069
+ "alpha": 0
4070
+ },
4071
+ "borderGap": 2,
4072
+ "borderRadius": 0,
4073
+ "borderWidth": 1,
4074
+ "iosENIcon": "PaletteIconIOSEN",
4075
+ "iosFRIcon": "PaletteIconIOSFR",
4076
+ "padding": 1
4077
+ }
4078
+ },
3935
4079
  "ExpandCollapse": {
3936
4080
  "appearances": {},
3937
4081
  "rules": [],
@@ -4456,6 +4600,71 @@
4456
4600
  "paddingTop": 0
4457
4601
  }
4458
4602
  },
4603
+ "FileUpload": {
4604
+ "appearances": {},
4605
+ "rules": [],
4606
+ "tokens": {
4607
+ "buttonBackgroundColor": {
4608
+ "red": 0,
4609
+ "green": 0,
4610
+ "blue": 0,
4611
+ "alpha": 0
4612
+ },
4613
+ "buttonBorderColor": {
4614
+ "red": 0,
4615
+ "green": 0,
4616
+ "blue": 0,
4617
+ "alpha": 0
4618
+ },
4619
+ "buttonBorderRadius": null,
4620
+ "buttonBorderWidth": null,
4621
+ "buttonHeight": null,
4622
+ "buttonMinWidth": null,
4623
+ "buttonTextColor": {
4624
+ "red": 0,
4625
+ "green": 0,
4626
+ "blue": 0,
4627
+ "alpha": 0
4628
+ },
4629
+ "buttonWidth": null,
4630
+ "notificationBackgroundColor": {
4631
+ "red": 0,
4632
+ "green": 0,
4633
+ "blue": 0,
4634
+ "alpha": 0
4635
+ },
4636
+ "notificationBorderColor": {
4637
+ "red": 0,
4638
+ "green": 0,
4639
+ "blue": 0,
4640
+ "alpha": 0
4641
+ },
4642
+ "notificationBorderRadius": null,
4643
+ "notificationDismissButtonGap": null,
4644
+ "notificationDismissIcon": null,
4645
+ "notificationDismissIconColor": {
4646
+ "red": 0,
4647
+ "green": 0,
4648
+ "blue": 0,
4649
+ "alpha": 0
4650
+ },
4651
+ "notificationIcon": null,
4652
+ "notificationIconColor": {
4653
+ "red": 0,
4654
+ "green": 0,
4655
+ "blue": 0,
4656
+ "alpha": 0
4657
+ },
4658
+ "notificationIconGap": null,
4659
+ "notificationIconSize": null,
4660
+ "notificationTextColor": {
4661
+ "red": 1,
4662
+ "green": 1,
4663
+ "blue": 1,
4664
+ "alpha": 1
4665
+ }
4666
+ }
4667
+ },
4459
4668
  "Footnote": {
4460
4669
  "appearances": {
4461
4670
  "viewport": {
@@ -5669,7 +5878,7 @@
5669
5878
  },
5670
5879
  "iconPosition": {
5671
5880
  "description": "Theme styles to be applied to icon links depending on where the icon is in relation to the link text",
5672
- "values": ["left", "right"],
5881
+ "values": ["left", "right", "inline"],
5673
5882
  "type": "state"
5674
5883
  },
5675
5884
  "inverse": {
@@ -6467,6 +6676,12 @@
6467
6676
  ],
6468
6677
  "tokens": {
6469
6678
  "buttonDirection": "row",
6679
+ "contentMarginBottom": 32,
6680
+ "contentMarginLeft": 16,
6681
+ "contentMarginRight": 16,
6682
+ "contentMarginTop": 24,
6683
+ "contentPaddingLeft": 16,
6684
+ "contentPaddingRight": 16,
6470
6685
  "headerFontColor": {
6471
6686
  "red": 0.22353,
6472
6687
  "green": 0.25098,
@@ -6477,9 +6692,9 @@
6477
6692
  "headerFontSize": 24,
6478
6693
  "headerFontWeight": 700,
6479
6694
  "headerLineHeight": 1.28571428571,
6480
- "maxHeightSize": 0,
6695
+ "maxHeightSize": 480,
6481
6696
  "maxWidthSize": 0,
6482
- "minHeight": 320,
6697
+ "minHeight": 0,
6483
6698
  "minWidth": 320,
6484
6699
  "subHeaderFontName": "SofiaPro",
6485
6700
  "subHeaderFontSize": 18,
@@ -10194,6 +10409,7 @@
10194
10409
  "alpha": 1
10195
10410
  },
10196
10411
  "iconGradient": null,
10412
+ "marginLeft": 8,
10197
10413
  "paddingBottom": 0,
10198
10414
  "paddingLeft": 0,
10199
10415
  "paddingRight": 0,
@@ -10480,6 +10696,165 @@
10480
10696
  "shadow": null
10481
10697
  }
10482
10698
  },
10699
+ "TabBar": {
10700
+ "appearances": {
10701
+ "pressed": {
10702
+ "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.",
10703
+ "values": [true, false],
10704
+ "type": "state"
10705
+ }
10706
+ },
10707
+ "rules": [
10708
+ {
10709
+ "if": {
10710
+ "pressed": true
10711
+ },
10712
+ "tokens": {
10713
+ "paddingBottom": 0,
10714
+ "paddingTop": 0
10715
+ }
10716
+ }
10717
+ ],
10718
+ "tokens": {
10719
+ "backgroundColor": {
10720
+ "red": 0.98039,
10721
+ "green": 0.98039,
10722
+ "blue": 0.98039,
10723
+ "alpha": 1
10724
+ },
10725
+ "borderTopColor": {
10726
+ "red": 0.8902,
10727
+ "green": 0.90196,
10728
+ "blue": 0.9098,
10729
+ "alpha": 1
10730
+ },
10731
+ "borderTopWidth": 1,
10732
+ "gap": 8,
10733
+ "paddingBottom": 4,
10734
+ "paddingLeft": 8,
10735
+ "paddingRight": 8,
10736
+ "paddingTop": 4
10737
+ }
10738
+ },
10739
+ "TabBarItem": {
10740
+ "appearances": {
10741
+ "focus": {
10742
+ "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.",
10743
+ "values": [true, false],
10744
+ "type": "state"
10745
+ },
10746
+ "hover": {
10747
+ "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.",
10748
+ "values": [true, false],
10749
+ "type": "state"
10750
+ },
10751
+ "pressed": {
10752
+ "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.",
10753
+ "values": [true, false],
10754
+ "type": "state"
10755
+ },
10756
+ "selected": {
10757
+ "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.",
10758
+ "values": [true, false],
10759
+ "type": "state"
10760
+ }
10761
+ },
10762
+ "rules": [
10763
+ {
10764
+ "if": {
10765
+ "focus": true
10766
+ },
10767
+ "tokens": {
10768
+ "backgroundColor": {
10769
+ "red": 0.96078,
10770
+ "green": 0.96078,
10771
+ "blue": 0.96863,
10772
+ "alpha": 1
10773
+ },
10774
+ "color": {
10775
+ "red": 0.16863,
10776
+ "green": 0.19216,
10777
+ "blue": 0.27059,
10778
+ "alpha": 1
10779
+ },
10780
+ "iconColor": {
10781
+ "red": 0.16863,
10782
+ "green": 0.19216,
10783
+ "blue": 0.27059,
10784
+ "alpha": 1
10785
+ },
10786
+ "iconSize": 26
10787
+ }
10788
+ },
10789
+ {
10790
+ "if": {
10791
+ "pressed": true
10792
+ },
10793
+ "tokens": {
10794
+ "backgroundColor": {
10795
+ "red": 0,
10796
+ "green": 0,
10797
+ "blue": 0,
10798
+ "alpha": 0
10799
+ },
10800
+ "color": {
10801
+ "red": 0.80392,
10802
+ "green": 0.81176,
10803
+ "blue": 0.83529,
10804
+ "alpha": 1
10805
+ },
10806
+ "iconColor": {
10807
+ "red": 0.80392,
10808
+ "green": 0.81176,
10809
+ "blue": 0.83529,
10810
+ "alpha": 1
10811
+ },
10812
+ "iconSize": 22
10813
+ }
10814
+ },
10815
+ {
10816
+ "if": {
10817
+ "hover": true
10818
+ },
10819
+ "tokens": {
10820
+ "iconSize": 26
10821
+ }
10822
+ }
10823
+ ],
10824
+ "tokens": {
10825
+ "activeColor": {
10826
+ "red": 0.22353,
10827
+ "green": 0.25098,
10828
+ "blue": 0.33725,
10829
+ "alpha": 1
10830
+ },
10831
+ "backgroundColor": {
10832
+ "red": 0,
10833
+ "green": 0,
10834
+ "blue": 0,
10835
+ "alpha": 0
10836
+ },
10837
+ "borderRadius": 4,
10838
+ "color": {
10839
+ "red": 0.41569,
10840
+ "green": 0.43922,
10841
+ "blue": 0.50196,
10842
+ "alpha": 1
10843
+ },
10844
+ "fontName": "SofiaPro",
10845
+ "fontWeight": 400,
10846
+ "iconColor": {
10847
+ "red": 0.41569,
10848
+ "green": 0.43922,
10849
+ "blue": 0.50196,
10850
+ "alpha": 1
10851
+ },
10852
+ "iconSize": 24,
10853
+ "lineHeight": 1.3333333333333333,
10854
+ "paddingBottom": 4,
10855
+ "paddingTop": 4
10856
+ }
10857
+ },
10483
10858
  "Table": {
10484
10859
  "appearances": {
10485
10860
  "spacing": {
@@ -13129,7 +13504,7 @@
13129
13504
  }
13130
13505
  },
13131
13506
  "metadata": {
13132
- "themeTokensVersion": "2.62.0",
13507
+ "themeTokensVersion": "2.64.0",
13133
13508
  "name": "theme-public-mobile"
13134
13509
  }
13135
13510
  }
@@ -1,7 +1,7 @@
1
1
  /*
2
2
  *
3
3
  * Do not edit directly
4
- * Generated on Thu, 22 Aug 2024 18:15:28 GMT
4
+ * Generated on Wed, 25 Sep 2024 16:55:33 GMT
5
5
  *
6
6
  */
7
7
 
@@ -1,7 +1,7 @@
1
1
  /*
2
2
  *
3
3
  * Do not edit directly
4
- * Generated on Thu, 22 Aug 2024 18:15:28 GMT
4
+ * Generated on Wed, 25 Sep 2024 16:55:33 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 Thu, 22 Aug 2024 18:15:28 GMT
4
+ * Generated on Wed, 25 Sep 2024 16:55:33 GMT
5
5
  *
6
6
  */
7
7
 
@@ -1,7 +1,7 @@
1
1
  /*
2
2
  *
3
3
  * Do not edit directly
4
- * Generated on Thu, 22 Aug 2024 18:15:28 GMT
4
+ * Generated on Wed, 25 Sep 2024 16:55:33 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 Thu, 22 Aug 2024 18:15:28 GMT
4
+ * Generated on Wed, 25 Sep 2024 16:55:33 GMT
5
5
  *
6
6
  */
7
7
 
@@ -1,7 +1,7 @@
1
1
  /*
2
2
  *
3
3
  * Do not edit directly
4
- * Generated on Thu, 22 Aug 2024 18:15:28 GMT
4
+ * Generated on Wed, 25 Sep 2024 16:55:33 GMT
5
5
  *
6
6
  */
7
7
 
@@ -1,7 +1,7 @@
1
1
  /*
2
2
  *
3
3
  * Do not edit directly
4
- * Generated on Thu, 22 Aug 2024 18:15:28 GMT
4
+ * Generated on Wed, 25 Sep 2024 16:55:33 GMT
5
5
  *
6
6
  */
7
7
 
@@ -1,7 +1,7 @@
1
1
  /*
2
2
  *
3
3
  * Do not edit directly
4
- * Generated on Thu, 22 Aug 2024 18:15:28 GMT
4
+ * Generated on Wed, 25 Sep 2024 16:55:33 GMT
5
5
  *
6
6
  */
7
7
 
@@ -119,7 +119,7 @@ module.exports = {
119
119
  borderRadius: 8,
120
120
  borderWidth: 1,
121
121
  color: '#394056',
122
- dividerColor: '#f9cebf',
122
+ dividerColor: '#cdcfd5',
123
123
  fontName: 'SofiaPro',
124
124
  fontSize: 18,
125
125
  fontWeight: '400',
@@ -1,7 +1,7 @@
1
1
  /*
2
2
  *
3
3
  * Do not edit directly
4
- * Generated on Thu, 22 Aug 2024 18:15:28 GMT
4
+ * Generated on Wed, 25 Sep 2024 16:55:33 GMT
5
5
  *
6
6
  */
7
7
 
@@ -9,6 +9,11 @@
9
9
 
10
10
  module.exports = {
11
11
  appearances: {
12
+ style: {
13
+ description: 'Configure `style` variant for `ButtonGroup`',
14
+ type: 'variant',
15
+ values: [ 'contained' ]
16
+ },
12
17
  viewport: {
13
18
  description: 'The size label for the current screen viewport based on the current screen width',
14
19
  type: 'state',
@@ -21,19 +26,33 @@ module.exports = {
21
26
  }
22
27
  },
23
28
  rules: [
24
- { if: { viewport: [ 'lg', 'xl' ] }, tokens: { space: 3 } },
29
+ { if: { viewport: [ 'lg', 'xl' ] }, tokens: { gap: 3, space: 3 } },
25
30
  {
26
31
  if: { viewport: [ 'xs' ], width: 'responsive' },
27
32
  tokens: { alignItems: 'stretch', direction: 'column' }
33
+ },
34
+ {
35
+ if: { style: 'contained' },
36
+ tokens: {
37
+ backgroundColor: '#d8dae2',
38
+ borderRadius: 12,
39
+ gap: 2,
40
+ padding: 8,
41
+ space: 2
42
+ }
28
43
  }
29
44
  ],
30
45
  tokens: {
31
46
  alignItems: 'center',
47
+ backgroundColor: null,
48
+ borderRadius: 0,
32
49
  direction: 'row',
33
50
  fieldSpace: 2,
34
51
  flexGrow: 0,
35
52
  flexShrink: 0,
53
+ gap: 2,
36
54
  justifyContent: 'flex-start',
55
+ padding: 0,
37
56
  space: 1
38
57
  }
39
58
  }