@telus-uds/components-base 1.51.0 → 1.52.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 (75) hide show
  1. package/CHANGELOG.md +22 -3
  2. package/component-docs.json +318 -131
  3. package/lib/A11yText/index.js +8 -0
  4. package/lib/Divider/Divider.js +4 -0
  5. package/lib/IconButton/IconButton.js +16 -0
  6. package/lib/Link/ChevronLink.js +4 -0
  7. package/lib/Listbox/ListboxContext.js +20 -0
  8. package/lib/Listbox/PressableItem.js +170 -0
  9. package/lib/Listbox/index.js +32 -0
  10. package/lib/Modal/Modal.js +17 -2
  11. package/lib/MultiSelectFilter/MultiSelectFilter.js +19 -5
  12. package/lib/Pagination/PageButton.js +12 -0
  13. package/lib/Pagination/Pagination.js +12 -0
  14. package/lib/QuickLinks/QuickLinks.js +12 -0
  15. package/lib/Responsive/Responsive.js +7 -0
  16. package/lib/Select/Group.js +4 -0
  17. package/lib/Select/Group.native.js +4 -0
  18. package/lib/Select/Item.js +4 -0
  19. package/lib/SideNav/ItemsGroup.js +4 -0
  20. package/lib/SideNav/SideNav.js +8 -0
  21. package/lib/StepTracker/StepTracker.js +16 -0
  22. package/lib/Tabs/Tabs.js +20 -0
  23. package/lib/Timeline/Timeline.js +2 -2
  24. package/lib/index.js +14 -0
  25. package/lib/utils/htmlAttrs.js +33 -0
  26. package/lib/utils/index.js +10 -1
  27. package/lib-module/A11yText/index.js +8 -0
  28. package/lib-module/Divider/Divider.js +4 -0
  29. package/lib-module/IconButton/IconButton.js +16 -0
  30. package/lib-module/Link/ChevronLink.js +4 -0
  31. package/lib-module/Listbox/ListboxContext.js +6 -0
  32. package/lib-module/Listbox/PressableItem.js +150 -0
  33. package/lib-module/Listbox/index.js +2 -0
  34. package/lib-module/Modal/Modal.js +18 -3
  35. package/lib-module/MultiSelectFilter/MultiSelectFilter.js +15 -5
  36. package/lib-module/Pagination/PageButton.js +12 -0
  37. package/lib-module/Pagination/Pagination.js +12 -0
  38. package/lib-module/QuickLinks/QuickLinks.js +12 -0
  39. package/lib-module/Responsive/Responsive.js +7 -0
  40. package/lib-module/Select/Group.js +4 -0
  41. package/lib-module/Select/Group.native.js +4 -0
  42. package/lib-module/Select/Item.js +4 -0
  43. package/lib-module/SideNav/ItemsGroup.js +4 -0
  44. package/lib-module/SideNav/SideNav.js +8 -0
  45. package/lib-module/StepTracker/StepTracker.js +16 -0
  46. package/lib-module/Tabs/Tabs.js +20 -0
  47. package/lib-module/Timeline/Timeline.js +2 -2
  48. package/lib-module/index.js +1 -0
  49. package/lib-module/utils/htmlAttrs.js +22 -0
  50. package/lib-module/utils/index.js +2 -1
  51. package/package.json +2 -2
  52. package/src/A11yText/index.jsx +6 -0
  53. package/src/Divider/Divider.jsx +3 -0
  54. package/src/IconButton/IconButton.jsx +12 -0
  55. package/src/Link/ChevronLink.jsx +3 -0
  56. package/src/Listbox/ListboxContext.js +6 -0
  57. package/src/Listbox/PressableItem.jsx +143 -0
  58. package/src/Listbox/index.js +2 -0
  59. package/src/Modal/Modal.jsx +13 -3
  60. package/src/MultiSelectFilter/MultiSelectFilter.jsx +10 -4
  61. package/src/Pagination/PageButton.jsx +9 -0
  62. package/src/Pagination/Pagination.jsx +9 -0
  63. package/src/QuickLinks/QuickLinks.jsx +9 -0
  64. package/src/Responsive/Responsive.jsx +6 -0
  65. package/src/Select/Group.jsx +3 -0
  66. package/src/Select/Group.native.jsx +3 -0
  67. package/src/Select/Item.jsx +3 -0
  68. package/src/SideNav/ItemsGroup.jsx +3 -0
  69. package/src/SideNav/SideNav.jsx +6 -0
  70. package/src/StepTracker/StepTracker.jsx +12 -0
  71. package/src/Tabs/Tabs.jsx +15 -0
  72. package/src/Timeline/Timeline.jsx +2 -2
  73. package/src/index.js +1 -0
  74. package/src/utils/htmlAttrs.js +29 -0
  75. package/src/utils/index.js +1 -0
@@ -19,6 +19,8 @@
19
19
  "buttonBottomPosition": "size",
20
20
  "buttonMinHeight": "size",
21
21
  "buttonPaddingLeft": "size",
22
+ "labelFontName": "fontName",
23
+ "labelFontWeight": "fontWeight",
22
24
  "buttonPaddingRight": "size",
23
25
  "detailsContainerPadding": "size",
24
26
  "playIconContainerBackground": "color"
@@ -99,8 +101,7 @@
99
101
  "paddingBottom": "size",
100
102
  "paddingLeft": "size",
101
103
  "paddingRight": "size",
102
- "paddingLeftCompactMode": "size",
103
- "paddingRightCompactMode": "size",
104
+ "height": "size",
104
105
  "menuBottom": "size",
105
106
  "menuRight": "size",
106
107
  "menuMarginLeft": "size",
@@ -287,7 +288,19 @@
287
288
  "paddingTop": "size",
288
289
  "paddingBottom": "size",
289
290
  "marginBottom": "size",
290
- "width": "size"
291
+ "width": "size",
292
+ "titleHeadingFontSize": "fontSize",
293
+ "titleHeadingFontName": "fontName",
294
+ "titleHeadingFontWeight": "fontWeight",
295
+ "titleHeadingLineHeight": "lineHeight",
296
+ "titleFontSize": "fontSize",
297
+ "titleFontName": "fontName",
298
+ "titleFontWeight": "fontWeight",
299
+ "titleLineHeight": "lineHeight",
300
+ "linkFontSize": "fontSize",
301
+ "linkFontName": "fontName",
302
+ "linkFontWeight": "fontWeight",
303
+ "linkLineHeight": "lineHeight"
291
304
  },
292
305
  "Box": {
293
306
  "backgroundColor": "color",
@@ -542,6 +555,9 @@
542
555
  "calendarDaySelectedHoverBeforeBorderColor": "color",
543
556
  "calendarDaySelectedHoverBorderColor": "color",
544
557
  "calendarDaySelectedHoverColor": "color",
558
+ "calendarDaySelectedDisabledBackground": "color",
559
+ "calendarDaySelectedDisabledColor": "color",
560
+ "calendarDaySelectedDisabledContentBackgroundColor": "color",
545
561
  "calendarMonthCaptionColor": "color",
546
562
  "calendarMonthCaptionFontName": "fontName",
547
563
  "calendarMonthCaptionFontSize": "fontSize",
@@ -757,7 +773,7 @@
757
773
  "itemIconColor": "color",
758
774
  "listGutter": "size"
759
775
  },
760
- "ListBox": {
776
+ "Listbox": {
761
777
  "groupBorderRadius": "radius",
762
778
  "groupBorderWidth": "border",
763
779
  "groupFontSize": "size",
@@ -781,13 +797,24 @@
781
797
  "itemPaddingRight": "size",
782
798
  "itemColor": "color",
783
799
  "itemBackgroundColor": "color",
784
- "itemBorderBackgroundColor": "color",
785
800
  "itemBorderLeftColor": "color",
786
801
  "itemBorderLeftWidth": "border",
787
802
  "itemBorderWidth": "border",
788
803
  "itemTextDecoration": "textLine",
789
804
  "itemOutline": "border",
790
- "shadow": "shadow"
805
+ "shadow": "shadow",
806
+ "itemBorderRightColor": "color",
807
+ "itemBorderBottomColor": "color",
808
+ "itemBorderTopColor": "color",
809
+ "itemBorderRightWidth": "border",
810
+ "itemBorderBottomWidth": "border",
811
+ "itemBorderTopWidth": "border",
812
+ "itemBorderRadius": "radius",
813
+ "minWidth": "size",
814
+ "minHeight": "size",
815
+ "itemHeight": "size",
816
+ "groupHeight": "size",
817
+ "lineHeight": "lineHeight"
791
818
  },
792
819
  "OrderedList": {
793
820
  "headerFontWeight": "fontWeight",
@@ -1626,6 +1653,7 @@
1626
1653
  "dotWidth": "size",
1627
1654
  "dotBorderWidth": "border",
1628
1655
  "timelineContainerDirection": "direction",
1656
+ "timelineConnectorColor": "color",
1629
1657
  "timelineColor": "color",
1630
1658
  "connectorWidth": "size",
1631
1659
  "connectorHeight": "size",
@@ -1727,7 +1755,8 @@
1727
1755
  "hover": {
1728
1756
  "description": "Currently web only. Applies when an interactive component's hover handler is triggered, such as on mouseover.",
1729
1757
  "values": [
1730
- true
1758
+ true,
1759
+ false
1731
1760
  ],
1732
1761
  "type": "state",
1733
1762
  "platforms": [
@@ -1739,7 +1768,8 @@
1739
1768
  "focus": {
1740
1769
  "description": "Currently only web has good support for this. Applies when an interactive component's focus handler is triggered, such as keyboard tabbing or selection.",
1741
1770
  "values": [
1742
- true
1771
+ true,
1772
+ false
1743
1773
  ],
1744
1774
  "type": "state",
1745
1775
  "platforms": [
@@ -1749,7 +1779,8 @@
1749
1779
  "hover": {
1750
1780
  "description": "Currently web only. Applies when an interactive component's hover handler is triggered, such as on mouseover.",
1751
1781
  "values": [
1752
- true
1782
+ true,
1783
+ false
1753
1784
  ],
1754
1785
  "type": "state",
1755
1786
  "platforms": [
@@ -1759,7 +1790,8 @@
1759
1790
  "pressed": {
1760
1791
  "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.",
1761
1792
  "values": [
1762
- true
1793
+ true,
1794
+ false
1763
1795
  ],
1764
1796
  "type": "state"
1765
1797
  },
@@ -1782,14 +1814,16 @@
1782
1814
  "pressed": {
1783
1815
  "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.",
1784
1816
  "values": [
1785
- true
1817
+ true,
1818
+ false
1786
1819
  ],
1787
1820
  "type": "state"
1788
1821
  },
1789
1822
  "hover": {
1790
1823
  "description": "Currently web only. Applies when an interactive component's hover handler is triggered, such as on mouseover.",
1791
1824
  "values": [
1792
- true
1825
+ true,
1826
+ false
1793
1827
  ],
1794
1828
  "type": "state",
1795
1829
  "platforms": [
@@ -1799,7 +1833,8 @@
1799
1833
  "focus": {
1800
1834
  "description": "Currently only web has good support for this. Applies when an interactive component's focus handler is triggered, such as keyboard tabbing or selection.",
1801
1835
  "values": [
1802
- true
1836
+ true,
1837
+ false
1803
1838
  ],
1804
1839
  "type": "state",
1805
1840
  "platforms": [
@@ -1811,7 +1846,8 @@
1811
1846
  "focus": {
1812
1847
  "description": "Currently only web has good support for this. Applies when an interactive component's focus handler is triggered, such as keyboard tabbing or selection.",
1813
1848
  "values": [
1814
- true
1849
+ true,
1850
+ false
1815
1851
  ],
1816
1852
  "type": "state",
1817
1853
  "platforms": [
@@ -1821,7 +1857,8 @@
1821
1857
  "hover": {
1822
1858
  "description": "Currently web only. Applies when an interactive component's hover handler is triggered, such as on mouseover.",
1823
1859
  "values": [
1824
- true
1860
+ true,
1861
+ false
1825
1862
  ],
1826
1863
  "type": "state",
1827
1864
  "platforms": [
@@ -1831,7 +1868,8 @@
1831
1868
  "pressed": {
1832
1869
  "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.",
1833
1870
  "values": [
1834
- true
1871
+ true,
1872
+ false
1835
1873
  ],
1836
1874
  "type": "state"
1837
1875
  },
@@ -1861,7 +1899,8 @@
1861
1899
  "focus": {
1862
1900
  "description": "Currently only web has good support for this. Applies when an interactive component's focus handler is triggered, such as keyboard tabbing or selection.",
1863
1901
  "values": [
1864
- true
1902
+ true,
1903
+ false
1865
1904
  ],
1866
1905
  "type": "state",
1867
1906
  "platforms": [
@@ -1871,7 +1910,8 @@
1871
1910
  "hover": {
1872
1911
  "description": "Currently web only. Applies when an interactive component's hover handler is triggered, such as on mouseover.",
1873
1912
  "values": [
1874
- true
1913
+ true,
1914
+ false
1875
1915
  ],
1876
1916
  "type": "state",
1877
1917
  "platforms": [
@@ -1881,7 +1921,8 @@
1881
1921
  "pressed": {
1882
1922
  "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.",
1883
1923
  "values": [
1884
- true
1924
+ true,
1925
+ false
1885
1926
  ],
1886
1927
  "type": "state"
1887
1928
  },
@@ -1904,7 +1945,8 @@
1904
1945
  "focus": {
1905
1946
  "description": "Currently only web has good support for this. Applies when an interactive component's focus handler is triggered, such as keyboard tabbing or selection.",
1906
1947
  "values": [
1907
- true
1948
+ true,
1949
+ false
1908
1950
  ],
1909
1951
  "type": "state",
1910
1952
  "platforms": [
@@ -1914,7 +1956,8 @@
1914
1956
  "hover": {
1915
1957
  "description": "Currently web only. Applies when an interactive component's hover handler is triggered, such as on mouseover.",
1916
1958
  "values": [
1917
- true
1959
+ true,
1960
+ false
1918
1961
  ],
1919
1962
  "type": "state",
1920
1963
  "platforms": [
@@ -1924,7 +1967,8 @@
1924
1967
  "pressed": {
1925
1968
  "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.",
1926
1969
  "values": [
1927
- true
1970
+ true,
1971
+ false
1928
1972
  ],
1929
1973
  "type": "state"
1930
1974
  },
@@ -1960,7 +2004,8 @@
1960
2004
  "focus": {
1961
2005
  "description": "Currently only web has good support for this. Applies when an interactive component's focus handler is triggered, such as keyboard tabbing or selection.",
1962
2006
  "values": [
1963
- true
2007
+ true,
2008
+ false
1964
2009
  ],
1965
2010
  "type": "state",
1966
2011
  "platforms": [
@@ -1970,7 +2015,8 @@
1970
2015
  "hover": {
1971
2016
  "description": "Currently web only. Applies when an interactive component's hover handler is triggered, such as on mouseover.",
1972
2017
  "values": [
1973
- true
2018
+ true,
2019
+ false
1974
2020
  ],
1975
2021
  "type": "state",
1976
2022
  "platforms": [
@@ -1989,7 +2035,8 @@
1989
2035
  "focus": {
1990
2036
  "description": "Currently only web has good support for this. Applies when an interactive component's focus handler is triggered, such as keyboard tabbing or selection.",
1991
2037
  "values": [
1992
- true
2038
+ true,
2039
+ false
1993
2040
  ],
1994
2041
  "type": "state",
1995
2042
  "platforms": [
@@ -1999,7 +2046,8 @@
1999
2046
  "hover": {
2000
2047
  "description": "Currently web only. Applies when an interactive component's hover handler is triggered, such as on mouseover.",
2001
2048
  "values": [
2002
- true
2049
+ true,
2050
+ false
2003
2051
  ],
2004
2052
  "type": "state",
2005
2053
  "platforms": [
@@ -2009,7 +2057,8 @@
2009
2057
  "pressed": {
2010
2058
  "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.",
2011
2059
  "values": [
2012
- true
2060
+ true,
2061
+ false
2013
2062
  ],
2014
2063
  "type": "state"
2015
2064
  }
@@ -2018,7 +2067,8 @@
2018
2067
  "pressed": {
2019
2068
  "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.",
2020
2069
  "values": [
2021
- true
2070
+ true,
2071
+ false
2022
2072
  ],
2023
2073
  "type": "state"
2024
2074
  },
@@ -2032,7 +2082,8 @@
2032
2082
  "focus": {
2033
2083
  "description": "Currently only web has good support for this. Applies when an interactive component's focus handler is triggered, such as keyboard tabbing or selection.",
2034
2084
  "values": [
2035
- true
2085
+ true,
2086
+ false
2036
2087
  ],
2037
2088
  "type": "state",
2038
2089
  "platforms": [
@@ -2044,14 +2095,16 @@
2044
2095
  "pressed": {
2045
2096
  "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.",
2046
2097
  "values": [
2047
- true
2098
+ true,
2099
+ false
2048
2100
  ],
2049
2101
  "type": "state"
2050
2102
  },
2051
2103
  "hover": {
2052
2104
  "description": "Currently web only. Applies when an interactive component's hover handler is triggered, such as on mouseover.",
2053
2105
  "values": [
2054
- true
2106
+ true,
2107
+ false
2055
2108
  ],
2056
2109
  "type": "state",
2057
2110
  "platforms": [
@@ -2061,7 +2114,8 @@
2061
2114
  "focus": {
2062
2115
  "description": "Currently only web has good support for this. Applies when an interactive component's focus handler is triggered, such as keyboard tabbing or selection.",
2063
2116
  "values": [
2064
- true
2117
+ true,
2118
+ false
2065
2119
  ],
2066
2120
  "type": "state",
2067
2121
  "platforms": [
@@ -2099,7 +2153,8 @@
2099
2153
  "focus": {
2100
2154
  "description": "Currently only web has good support for this. Applies when an interactive component's focus handler is triggered, such as keyboard tabbing or selection.",
2101
2155
  "values": [
2102
- true
2156
+ true,
2157
+ false
2103
2158
  ],
2104
2159
  "type": "state",
2105
2160
  "platforms": [
@@ -2109,7 +2164,8 @@
2109
2164
  "hover": {
2110
2165
  "description": "Currently web only. Applies when an interactive component's hover handler is triggered, such as on mouseover.",
2111
2166
  "values": [
2112
- true
2167
+ true,
2168
+ false
2113
2169
  ],
2114
2170
  "type": "state",
2115
2171
  "platforms": [
@@ -2119,7 +2175,8 @@
2119
2175
  "pressed": {
2120
2176
  "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.",
2121
2177
  "values": [
2122
- true
2178
+ true,
2179
+ false
2123
2180
  ],
2124
2181
  "type": "state"
2125
2182
  }
@@ -2128,7 +2185,8 @@
2128
2185
  "focus": {
2129
2186
  "description": "Currently only web has good support for this. Applies when an interactive component's focus handler is triggered, such as keyboard tabbing or selection.",
2130
2187
  "values": [
2131
- true
2188
+ true,
2189
+ false
2132
2190
  ],
2133
2191
  "type": "state",
2134
2192
  "platforms": [
@@ -2138,7 +2196,8 @@
2138
2196
  "hover": {
2139
2197
  "description": "Currently web only. Applies when an interactive component's hover handler is triggered, such as on mouseover.",
2140
2198
  "values": [
2141
- true
2199
+ true,
2200
+ false
2142
2201
  ],
2143
2202
  "type": "state",
2144
2203
  "platforms": [
@@ -2148,7 +2207,8 @@
2148
2207
  "pressed": {
2149
2208
  "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.",
2150
2209
  "values": [
2151
- true
2210
+ true,
2211
+ false
2152
2212
  ],
2153
2213
  "type": "state"
2154
2214
  }
@@ -2157,7 +2217,8 @@
2157
2217
  "focus": {
2158
2218
  "description": "Currently only web has good support for this. Applies when an interactive component's focus handler is triggered, such as keyboard tabbing or selection.",
2159
2219
  "values": [
2160
- true
2220
+ true,
2221
+ false
2161
2222
  ],
2162
2223
  "type": "state",
2163
2224
  "platforms": [
@@ -2167,7 +2228,8 @@
2167
2228
  "hover": {
2168
2229
  "description": "Currently web only. Applies when an interactive component's hover handler is triggered, such as on mouseover.",
2169
2230
  "values": [
2170
- true
2231
+ true,
2232
+ false
2171
2233
  ],
2172
2234
  "type": "state",
2173
2235
  "platforms": [
@@ -2177,7 +2239,8 @@
2177
2239
  "pressed": {
2178
2240
  "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.",
2179
2241
  "values": [
2180
- true
2242
+ true,
2243
+ false
2181
2244
  ],
2182
2245
  "type": "state"
2183
2246
  },
@@ -2190,11 +2253,12 @@
2190
2253
  "type": "state"
2191
2254
  }
2192
2255
  },
2193
- "ListBox": {
2256
+ "Listbox": {
2194
2257
  "focus": {
2195
2258
  "description": "Currently only web has good support for this. Applies when an interactive component's focus handler is triggered, such as keyboard tabbing or selection.",
2196
2259
  "values": [
2197
- true
2260
+ true,
2261
+ false
2198
2262
  ],
2199
2263
  "type": "state",
2200
2264
  "platforms": [
@@ -2204,7 +2268,8 @@
2204
2268
  "hover": {
2205
2269
  "description": "Currently web only. Applies when an interactive component's hover handler is triggered, such as on mouseover.",
2206
2270
  "values": [
2207
- true
2271
+ true,
2272
+ false
2208
2273
  ],
2209
2274
  "type": "state",
2210
2275
  "platforms": [
@@ -2214,7 +2279,8 @@
2214
2279
  "pressed": {
2215
2280
  "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.",
2216
2281
  "values": [
2217
- true
2282
+ true,
2283
+ false
2218
2284
  ],
2219
2285
  "type": "state"
2220
2286
  },
@@ -2228,14 +2294,16 @@
2228
2294
  "current": {
2229
2295
  "description": "When the current item is selected",
2230
2296
  "values": [
2231
- true
2297
+ true,
2298
+ false
2232
2299
  ],
2233
2300
  "type": "state"
2234
2301
  },
2235
2302
  "isChild": {
2236
2303
  "description": "when the item is child of another child",
2237
2304
  "values": [
2238
- true
2305
+ true,
2306
+ false
2239
2307
  ],
2240
2308
  "type": "state"
2241
2309
  }
@@ -2279,7 +2347,8 @@
2279
2347
  "focus": {
2280
2348
  "description": "Currently only web has good support for this. Applies when an interactive component's focus handler is triggered, such as keyboard tabbing or selection.",
2281
2349
  "values": [
2282
- true
2350
+ true,
2351
+ false
2283
2352
  ],
2284
2353
  "type": "state",
2285
2354
  "platforms": [
@@ -2289,14 +2358,16 @@
2289
2358
  "pressed": {
2290
2359
  "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.",
2291
2360
  "values": [
2292
- true
2361
+ true,
2362
+ false
2293
2363
  ],
2294
2364
  "type": "state"
2295
2365
  },
2296
2366
  "hover": {
2297
2367
  "description": "Currently web only. Applies when an interactive component's hover handler is triggered, such as on mouseover.",
2298
2368
  "values": [
2299
- true
2369
+ true,
2370
+ false
2300
2371
  ],
2301
2372
  "type": "state",
2302
2373
  "platforms": [
@@ -2349,7 +2420,8 @@
2349
2420
  "focus": {
2350
2421
  "description": "Currently only web has good support for this. Applies when an interactive component's focus handler is triggered, such as keyboard tabbing or selection.",
2351
2422
  "values": [
2352
- true
2423
+ true,
2424
+ false
2353
2425
  ],
2354
2426
  "type": "state",
2355
2427
  "platforms": [
@@ -2359,7 +2431,8 @@
2359
2431
  "hover": {
2360
2432
  "description": "Currently web only. Applies when an interactive component's hover handler is triggered, such as on mouseover.",
2361
2433
  "values": [
2362
- true
2434
+ true,
2435
+ false
2363
2436
  ],
2364
2437
  "type": "state",
2365
2438
  "platforms": [
@@ -2369,7 +2442,8 @@
2369
2442
  "pressed": {
2370
2443
  "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.",
2371
2444
  "values": [
2372
- true
2445
+ true,
2446
+ false
2373
2447
  ],
2374
2448
  "type": "state"
2375
2449
  },
@@ -2385,7 +2459,8 @@
2385
2459
  "focus": {
2386
2460
  "description": "Currently only web has good support for this. Applies when an interactive component's focus handler is triggered, such as keyboard tabbing or selection.",
2387
2461
  "values": [
2388
- true
2462
+ true,
2463
+ false
2389
2464
  ],
2390
2465
  "type": "state",
2391
2466
  "platforms": [
@@ -2395,7 +2470,8 @@
2395
2470
  "hover": {
2396
2471
  "description": "Currently web only. Applies when an interactive component's hover handler is triggered, such as on mouseover.",
2397
2472
  "values": [
2398
- true
2473
+ true,
2474
+ false
2399
2475
  ],
2400
2476
  "type": "state",
2401
2477
  "platforms": [
@@ -2405,7 +2481,8 @@
2405
2481
  "pressed": {
2406
2482
  "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.",
2407
2483
  "values": [
2408
- true
2484
+ true,
2485
+ false
2409
2486
  ],
2410
2487
  "type": "state"
2411
2488
  },
@@ -2445,7 +2522,8 @@
2445
2522
  "hover": {
2446
2523
  "description": "Currently web only. Applies when an interactive component's hover handler is triggered, such as on mouseover.",
2447
2524
  "values": [
2448
- true
2525
+ true,
2526
+ false
2449
2527
  ],
2450
2528
  "type": "state",
2451
2529
  "platforms": [
@@ -2455,7 +2533,8 @@
2455
2533
  "focus": {
2456
2534
  "description": "Currently only web has good support for this. Applies when an interactive component's focus handler is triggered, such as keyboard tabbing or selection.",
2457
2535
  "values": [
2458
- true
2536
+ true,
2537
+ false
2459
2538
  ],
2460
2539
  "type": "state",
2461
2540
  "platforms": [
@@ -2465,7 +2544,8 @@
2465
2544
  "pressed": {
2466
2545
  "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.",
2467
2546
  "values": [
2468
- true
2547
+ true,
2548
+ false
2469
2549
  ],
2470
2550
  "type": "state"
2471
2551
  }
@@ -2474,7 +2554,8 @@
2474
2554
  "hover": {
2475
2555
  "description": "Currently web only. Applies when an interactive component's hover handler is triggered, such as on mouseover.",
2476
2556
  "values": [
2477
- true
2557
+ true,
2558
+ false
2478
2559
  ],
2479
2560
  "type": "state",
2480
2561
  "platforms": [
@@ -2484,7 +2565,8 @@
2484
2565
  "focus": {
2485
2566
  "description": "Currently only web has good support for this. Applies when an interactive component's focus handler is triggered, such as keyboard tabbing or selection.",
2486
2567
  "values": [
2487
- true
2568
+ true,
2569
+ false
2488
2570
  ],
2489
2571
  "type": "state",
2490
2572
  "platforms": [
@@ -2494,7 +2576,8 @@
2494
2576
  "pressed": {
2495
2577
  "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.",
2496
2578
  "values": [
2497
- true
2579
+ true,
2580
+ false
2498
2581
  ],
2499
2582
  "type": "state"
2500
2583
  }
@@ -2503,7 +2586,8 @@
2503
2586
  "focus": {
2504
2587
  "description": "Currently only web has good support for this. Applies when an interactive component's focus handler is triggered, such as keyboard tabbing or selection.",
2505
2588
  "values": [
2506
- true
2589
+ true,
2590
+ false
2507
2591
  ],
2508
2592
  "type": "state",
2509
2593
  "platforms": [
@@ -2513,7 +2597,8 @@
2513
2597
  "hover": {
2514
2598
  "description": "Currently web only. Applies when an interactive component's hover handler is triggered, such as on mouseover.",
2515
2599
  "values": [
2516
- true
2600
+ true,
2601
+ false
2517
2602
  ],
2518
2603
  "type": "state",
2519
2604
  "platforms": [
@@ -2529,7 +2614,8 @@
2529
2614
  "pressed": {
2530
2615
  "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.",
2531
2616
  "values": [
2532
- true
2617
+ true,
2618
+ false
2533
2619
  ],
2534
2620
  "type": "state"
2535
2621
  }
@@ -2551,7 +2637,8 @@
2551
2637
  "focus": {
2552
2638
  "description": "Currently only web has good support for this. Applies when an interactive component's focus handler is triggered, such as keyboard tabbing or selection.",
2553
2639
  "values": [
2554
- true
2640
+ true,
2641
+ false
2555
2642
  ],
2556
2643
  "type": "state",
2557
2644
  "platforms": [
@@ -2561,7 +2648,8 @@
2561
2648
  "hover": {
2562
2649
  "description": "Currently web only. Applies when an interactive component's hover handler is triggered, such as on mouseover.",
2563
2650
  "values": [
2564
- true
2651
+ true,
2652
+ false
2565
2653
  ],
2566
2654
  "type": "state",
2567
2655
  "platforms": [
@@ -2580,7 +2668,8 @@
2580
2668
  "pressed": {
2581
2669
  "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.",
2582
2670
  "values": [
2583
- true
2671
+ true,
2672
+ false
2584
2673
  ],
2585
2674
  "type": "state"
2586
2675
  },
@@ -2600,7 +2689,8 @@
2600
2689
  "focus": {
2601
2690
  "description": "Currently only web has good support for this. Applies when an interactive component's focus handler is triggered, such as keyboard tabbing or selection.",
2602
2691
  "values": [
2603
- true
2692
+ true,
2693
+ false
2604
2694
  ],
2605
2695
  "type": "state",
2606
2696
  "platforms": [
@@ -2610,7 +2700,8 @@
2610
2700
  "hover": {
2611
2701
  "description": "Currently web only. Applies when an interactive component's hover handler is triggered, such as on mouseover.",
2612
2702
  "values": [
2613
- true
2703
+ true,
2704
+ false
2614
2705
  ],
2615
2706
  "type": "state",
2616
2707
  "platforms": [
@@ -2629,7 +2720,8 @@
2629
2720
  "hover": {
2630
2721
  "description": "Currently web only. Applies when an interactive component's hover handler is triggered, such as on mouseover.",
2631
2722
  "values": [
2632
- true
2723
+ true,
2724
+ false
2633
2725
  ],
2634
2726
  "type": "state",
2635
2727
  "platforms": [
@@ -2655,7 +2747,8 @@
2655
2747
  "hover": {
2656
2748
  "description": "Currently web only. Applies when an interactive component's hover handler is triggered, such as on mouseover.",
2657
2749
  "values": [
2658
- true
2750
+ true,
2751
+ false
2659
2752
  ],
2660
2753
  "type": "state",
2661
2754
  "platforms": [
@@ -2665,7 +2758,8 @@
2665
2758
  "focus": {
2666
2759
  "description": "Currently only web has good support for this. Applies when an interactive component's focus handler is triggered, such as keyboard tabbing or selection.",
2667
2760
  "values": [
2668
- true
2761
+ true,
2762
+ false
2669
2763
  ],
2670
2764
  "type": "state",
2671
2765
  "platforms": [
@@ -2675,7 +2769,8 @@
2675
2769
  "pressed": {
2676
2770
  "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.",
2677
2771
  "values": [
2678
- true
2772
+ true,
2773
+ false
2679
2774
  ],
2680
2775
  "type": "state"
2681
2776
  },
@@ -2699,7 +2794,8 @@
2699
2794
  "hover": {
2700
2795
  "description": "Currently web only. Applies when an interactive component's hover handler is triggered, such as on mouseover.",
2701
2796
  "values": [
2702
- true
2797
+ true,
2798
+ false
2703
2799
  ],
2704
2800
  "type": "state",
2705
2801
  "platforms": [
@@ -2748,7 +2844,8 @@
2748
2844
  "hover": {
2749
2845
  "description": "Currently web only. Applies when an interactive component's hover handler is triggered, such as on mouseover.",
2750
2846
  "values": [
2751
- true
2847
+ true,
2848
+ false
2752
2849
  ],
2753
2850
  "type": "state",
2754
2851
  "platforms": [
@@ -2758,7 +2855,8 @@
2758
2855
  "focus": {
2759
2856
  "description": "Currently only web has good support for this. Applies when an interactive component's focus handler is triggered, such as keyboard tabbing or selection.",
2760
2857
  "values": [
2761
- true
2858
+ true,
2859
+ false
2762
2860
  ],
2763
2861
  "type": "state",
2764
2862
  "platforms": [
@@ -2800,7 +2898,8 @@
2800
2898
  "focus": {
2801
2899
  "description": "Currently only web has good support for this. Applies when an interactive component's focus handler is triggered, such as keyboard tabbing or selection.",
2802
2900
  "values": [
2803
- true
2901
+ true,
2902
+ false
2804
2903
  ],
2805
2904
  "type": "state",
2806
2905
  "platforms": [
@@ -2810,7 +2909,8 @@
2810
2909
  "hover": {
2811
2910
  "description": "Currently web only. Applies when an interactive component's hover handler is triggered, such as on mouseover.",
2812
2911
  "values": [
2813
- true
2912
+ true,
2913
+ false
2814
2914
  ],
2815
2915
  "type": "state",
2816
2916
  "platforms": [
@@ -2820,7 +2920,8 @@
2820
2920
  "pressed": {
2821
2921
  "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.",
2822
2922
  "values": [
2823
- true
2923
+ true,
2924
+ false
2824
2925
  ],
2825
2926
  "type": "state"
2826
2927
  }
@@ -2829,7 +2930,8 @@
2829
2930
  "focus": {
2830
2931
  "description": "Currently only web has good support for this. Applies when an interactive component's focus handler is triggered, such as keyboard tabbing or selection.",
2831
2932
  "values": [
2832
- true
2933
+ true,
2934
+ false
2833
2935
  ],
2834
2936
  "type": "state",
2835
2937
  "platforms": [
@@ -2839,7 +2941,8 @@
2839
2941
  "hover": {
2840
2942
  "description": "Currently web only. Applies when an interactive component's hover handler is triggered, such as on mouseover.",
2841
2943
  "values": [
2842
- true
2944
+ true,
2945
+ false
2843
2946
  ],
2844
2947
  "type": "state",
2845
2948
  "platforms": [
@@ -2849,7 +2952,8 @@
2849
2952
  "pressed": {
2850
2953
  "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.",
2851
2954
  "values": [
2852
- true
2955
+ true,
2956
+ false
2853
2957
  ],
2854
2958
  "type": "state"
2855
2959
  },
@@ -2865,7 +2969,8 @@
2865
2969
  "focus": {
2866
2970
  "description": "Currently only web has good support for this. Applies when an interactive component's focus handler is triggered, such as keyboard tabbing or selection.",
2867
2971
  "values": [
2868
- true
2972
+ true,
2973
+ false
2869
2974
  ],
2870
2975
  "type": "state",
2871
2976
  "platforms": [
@@ -2875,7 +2980,8 @@
2875
2980
  "hover": {
2876
2981
  "description": "Currently web only. Applies when an interactive component's hover handler is triggered, such as on mouseover.",
2877
2982
  "values": [
2878
- true
2983
+ true,
2984
+ false
2879
2985
  ],
2880
2986
  "type": "state",
2881
2987
  "platforms": [
@@ -2885,7 +2991,8 @@
2885
2991
  "pressed": {
2886
2992
  "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.",
2887
2993
  "values": [
2888
- true
2994
+ true,
2995
+ false
2889
2996
  ],
2890
2997
  "type": "state"
2891
2998
  },
@@ -2916,7 +3023,8 @@
2916
3023
  "hover": {
2917
3024
  "description": "Currently web only. Applies when an interactive component's hover handler is triggered, such as on mouseover.",
2918
3025
  "values": [
2919
- true
3026
+ true,
3027
+ false
2920
3028
  ],
2921
3029
  "type": "state",
2922
3030
  "platforms": [
@@ -2951,7 +3059,8 @@
2951
3059
  "focus": {
2952
3060
  "description": "Currently only web has good support for this. Applies when an interactive component's focus handler is triggered, such as keyboard tabbing or selection.",
2953
3061
  "values": [
2954
- true
3062
+ true,
3063
+ false
2955
3064
  ],
2956
3065
  "type": "state",
2957
3066
  "platforms": [
@@ -2961,7 +3070,8 @@
2961
3070
  "hover": {
2962
3071
  "description": "Currently web only. Applies when an interactive component's hover handler is triggered, such as on mouseover.",
2963
3072
  "values": [
2964
- true
3073
+ true,
3074
+ false
2965
3075
  ],
2966
3076
  "type": "state",
2967
3077
  "platforms": [
@@ -2971,7 +3081,8 @@
2971
3081
  "pressed": {
2972
3082
  "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.",
2973
3083
  "values": [
2974
- true
3084
+ true,
3085
+ false
2975
3086
  ],
2976
3087
  "type": "state"
2977
3088
  },
@@ -2994,7 +3105,8 @@
2994
3105
  "focus": {
2995
3106
  "description": "Currently only web has good support for this. Applies when an interactive component's focus handler is triggered, such as keyboard tabbing or selection.",
2996
3107
  "values": [
2997
- true
3108
+ true,
3109
+ false
2998
3110
  ],
2999
3111
  "type": "state",
3000
3112
  "platforms": [
@@ -3004,7 +3116,8 @@
3004
3116
  "hover": {
3005
3117
  "description": "Currently web only. Applies when an interactive component's hover handler is triggered, such as on mouseover.",
3006
3118
  "values": [
3007
- true
3119
+ true,
3120
+ false
3008
3121
  ],
3009
3122
  "type": "state",
3010
3123
  "platforms": [
@@ -3014,7 +3127,8 @@
3014
3127
  "pressed": {
3015
3128
  "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.",
3016
3129
  "values": [
3017
- true
3130
+ true,
3131
+ false
3018
3132
  ],
3019
3133
  "type": "state"
3020
3134
  }
@@ -3023,7 +3137,8 @@
3023
3137
  "focus": {
3024
3138
  "description": "Currently only web has good support for this. Applies when an interactive component's focus handler is triggered, such as keyboard tabbing or selection.",
3025
3139
  "values": [
3026
- true
3140
+ true,
3141
+ false
3027
3142
  ],
3028
3143
  "type": "state",
3029
3144
  "platforms": [
@@ -3301,14 +3416,14 @@
3301
3416
  "name": "string"
3302
3417
  },
3303
3418
  "required": true,
3304
- "description": ""
3419
+ "description": "Text to be read by screen readers"
3305
3420
  },
3306
3421
  "heading": {
3307
3422
  "type": {
3308
3423
  "name": "bool"
3309
3424
  },
3310
3425
  "required": false,
3311
- "description": ""
3426
+ "description": "Whether text should be rendered as a heading"
3312
3427
  }
3313
3428
  },
3314
3429
  "attributes": {
@@ -4230,7 +4345,7 @@
4230
4345
  ]
4231
4346
  },
4232
4347
  "required": false,
4233
- "description": ""
4348
+ "description": "A number referring to a position on the space scale to create space on either side of the divider"
4234
4349
  },
4235
4350
  "variant": {
4236
4351
  "type": {
@@ -6001,14 +6116,14 @@
6001
6116
  "name": "elementType"
6002
6117
  },
6003
6118
  "required": true,
6004
- "description": ""
6119
+ "description": "Defines the icon to be rendered"
6005
6120
  },
6006
6121
  "href": {
6007
6122
  "type": {
6008
6123
  "name": "string"
6009
6124
  },
6010
6125
  "required": false,
6011
- "description": ""
6126
+ "description": "URL to navigate to when the `Iconbutton` is pressed"
6012
6127
  },
6013
6128
  "hrefAttrs": {
6014
6129
  "type": {
@@ -6047,14 +6162,14 @@
6047
6162
  }
6048
6163
  },
6049
6164
  "required": false,
6050
- "description": ""
6165
+ "description": "URL options to navigate to when the `Iconbutton` is pressed"
6051
6166
  },
6052
6167
  "onPress": {
6053
6168
  "type": {
6054
6169
  "name": "func"
6055
6170
  },
6056
6171
  "required": false,
6057
- "description": ""
6172
+ "description": "Function to execute when the `Iconbutton` is pressed"
6058
6173
  }
6059
6174
  },
6060
6175
  "attributes": {
@@ -6795,28 +6910,28 @@
6795
6910
  ]
6796
6911
  },
6797
6912
  "required": false,
6798
- "description": ""
6913
+ "description": "To define the locale of the copy"
6799
6914
  },
6800
6915
  "isOpen": {
6801
6916
  "type": {
6802
6917
  "name": "bool"
6803
6918
  },
6804
6919
  "required": false,
6805
- "description": ""
6920
+ "description": "Setting this to `true` will open the `Modal`"
6806
6921
  },
6807
6922
  "onClose": {
6808
6923
  "type": {
6809
6924
  "name": "func"
6810
6925
  },
6811
6926
  "required": false,
6812
- "description": ""
6927
+ "description": "This function is triggered when the `Modal` is closed"
6813
6928
  },
6814
6929
  "maxWidth": {
6815
6930
  "type": {
6816
6931
  "name": "bool"
6817
6932
  },
6818
6933
  "required": false,
6819
- "description": ""
6934
+ "description": "`max-width` is applied to the `Modal` container"
6820
6935
  },
6821
6936
  "tokens": {
6822
6937
  "type": {
@@ -7268,7 +7383,7 @@
7268
7383
  ]
7269
7384
  },
7270
7385
  "required": false,
7271
- "description": ""
7386
+ "description": "To change the language for labels"
7272
7387
  },
7273
7388
  "LinkRouter": {
7274
7389
  "type": {
@@ -7359,7 +7474,7 @@
7359
7474
  }
7360
7475
  },
7361
7476
  "required": false,
7362
- "description": ""
7477
+ "description": "When passed as `{{ compact: true }}`, `Pagination` does not render labels along side buttons"
7363
7478
  },
7364
7479
  "sideButtonTokens": {
7365
7480
  "type": {
@@ -7394,7 +7509,7 @@
7394
7509
  }
7395
7510
  },
7396
7511
  "required": false,
7397
- "description": ""
7512
+ "description": "Custom tokens for `PaginationSideButton`"
7398
7513
  }
7399
7514
  },
7400
7515
  "attributes": {
@@ -7484,14 +7599,14 @@
7484
7599
  "name": "string"
7485
7600
  },
7486
7601
  "required": false,
7487
- "description": ""
7602
+ "description": "To set custom label for the button"
7488
7603
  },
7489
7604
  "isActive": {
7490
7605
  "type": {
7491
7606
  "name": "bool"
7492
7607
  },
7493
7608
  "required": false,
7494
- "description": ""
7609
+ "description": "To set `PageButton` to active state"
7495
7610
  },
7496
7611
  "copy": {
7497
7612
  "type": {
@@ -7508,7 +7623,7 @@
7508
7623
  ]
7509
7624
  },
7510
7625
  "required": false,
7511
- "description": ""
7626
+ "description": "To change the language for labels"
7512
7627
  },
7513
7628
  "variant": {
7514
7629
  "type": {
@@ -7770,7 +7885,7 @@
7770
7885
  "name": "string"
7771
7886
  },
7772
7887
  "required": false,
7773
- "description": ""
7888
+ "description": "The HTML tag to render the list as"
7774
7889
  },
7775
7890
  "tokens": {
7776
7891
  "type": {
@@ -7809,7 +7924,7 @@
7809
7924
  }
7810
7925
  },
7811
7926
  "required": false,
7812
- "description": ""
7927
+ "description": "Custom tokens override for `Card`"
7813
7928
  },
7814
7929
  "listTokens": {
7815
7930
  "type": {
@@ -7841,7 +7956,7 @@
7841
7956
  }
7842
7957
  },
7843
7958
  "required": false,
7844
- "description": ""
7959
+ "description": "Custom tokens override for `QuickLinksList`"
7845
7960
  },
7846
7961
  "variant": {
7847
7962
  "type": {
@@ -8511,7 +8626,7 @@
8511
8626
  ]
8512
8627
  },
8513
8628
  "required": false,
8514
- "description": ""
8629
+ "description": "To hide children of `Responsive` if the current viewport is smaller than `min`"
8515
8630
  },
8516
8631
  "max": {
8517
8632
  "type": {
@@ -8536,7 +8651,7 @@
8536
8651
  ]
8537
8652
  },
8538
8653
  "required": false,
8539
- "description": ""
8654
+ "description": "To hide children of `Responsive` if the current viewport is larger than `max`"
8540
8655
  },
8541
8656
  "children": {
8542
8657
  "type": {
@@ -8847,7 +8962,7 @@
8847
8962
  "name": "string"
8848
8963
  },
8849
8964
  "required": true,
8850
- "description": ""
8965
+ "description": "The label for the group."
8851
8966
  }
8852
8967
  },
8853
8968
  "attributes": {
@@ -8871,7 +8986,7 @@
8871
8986
  "name": "string"
8872
8987
  },
8873
8988
  "required": true,
8874
- "description": ""
8989
+ "description": "The value of the option"
8875
8990
  }
8876
8991
  },
8877
8992
  "attributes": {
@@ -8965,7 +9080,7 @@
8965
9080
  }
8966
9081
  },
8967
9082
  "required": false,
8968
- "description": ""
9083
+ "description": "Custom tokens for `SideNav.Item`"
8969
9084
  },
8970
9085
  "groupTokens": {
8971
9086
  "type": {
@@ -8987,7 +9102,7 @@
8987
9102
  }
8988
9103
  },
8989
9104
  "required": false,
8990
- "description": ""
9105
+ "description": "Custom tokens for `SideNavItemsGroup`"
8991
9106
  }
8992
9107
  },
8993
9108
  "attributes": {
@@ -9206,7 +9321,7 @@
9206
9321
  }
9207
9322
  },
9208
9323
  "required": false,
9209
- "description": ""
9324
+ "description": "Custom tokens for `SideNav.Item`"
9210
9325
  }
9211
9326
  },
9212
9327
  "attributes": {
@@ -9553,6 +9668,7 @@
9553
9668
  "space": {
9554
9669
  "name": "custom",
9555
9670
  "raw": "spacingProps.types.spacingValue",
9671
+ "description": "A number referring to a position on the space scale to create space on either side of the divider",
9556
9672
  "required": false
9557
9673
  },
9558
9674
  "variant": {
@@ -9683,7 +9799,7 @@
9683
9799
  "name": "number"
9684
9800
  },
9685
9801
  "required": false,
9686
- "description": ""
9802
+ "description": "The current step, 0-based number"
9687
9803
  },
9688
9804
  "copy": {
9689
9805
  "defaultValue": {
@@ -9713,7 +9829,7 @@
9713
9829
  ]
9714
9830
  },
9715
9831
  "required": false,
9716
- "description": ""
9832
+ "description": "The language to use for the labels"
9717
9833
  },
9718
9834
  "dictionary": {
9719
9835
  "defaultValue": {
@@ -9736,7 +9852,7 @@
9736
9852
  }
9737
9853
  },
9738
9854
  "required": false,
9739
- "description": ""
9855
+ "description": "Custom dictionary containing the labels to use for the steps"
9740
9856
  },
9741
9857
  "steps": {
9742
9858
  "defaultValue": {
@@ -9750,7 +9866,7 @@
9750
9866
  }
9751
9867
  },
9752
9868
  "required": false,
9753
- "description": ""
9869
+ "description": "An array of strings defining the step titles"
9754
9870
  },
9755
9871
  "tokens": {
9756
9872
  "type": {
@@ -9872,14 +9988,14 @@
9872
9988
  }
9873
9989
  },
9874
9990
  "required": false,
9875
- "description": ""
9991
+ "description": "Array of `TabsItem`s"
9876
9992
  },
9877
9993
  "value": {
9878
9994
  "type": {
9879
9995
  "name": "string"
9880
9996
  },
9881
9997
  "required": false,
9882
- "description": ""
9998
+ "description": "`id` property of the current tab in the items array"
9883
9999
  },
9884
10000
  "initialValue": {
9885
10001
  "type": {
@@ -9893,7 +10009,7 @@
9893
10009
  "name": "func"
9894
10010
  },
9895
10011
  "required": false,
9896
- "description": ""
10012
+ "description": "Callback for when the selected tab changes"
9897
10013
  },
9898
10014
  "tokens": {
9899
10015
  "type": {
@@ -9940,7 +10056,7 @@
9940
10056
  }
9941
10057
  },
9942
10058
  "required": false,
9943
- "description": ""
10059
+ "description": "Custom tokens for `TabsItem`"
9944
10060
  },
9945
10061
  "scrollButtonTokens": {
9946
10062
  "type": {
@@ -9963,7 +10079,7 @@
9963
10079
  }
9964
10080
  },
9965
10081
  "required": false,
9966
- "description": ""
10082
+ "description": "Custom tokens for `HorizontalScrollButton`"
9967
10083
  },
9968
10084
  "variant": {
9969
10085
  "type": {
@@ -10415,6 +10531,7 @@
10415
10531
  "dotWidth": "size",
10416
10532
  "dotBorderWidth": "border",
10417
10533
  "timelineContainerDirection": "direction",
10534
+ "timelineConnectorColor": "color",
10418
10535
  "timelineColor": "color",
10419
10536
  "connectorWidth": "size",
10420
10537
  "connectorHeight": "size",
@@ -12870,6 +12987,76 @@
12870
12987
  }
12871
12988
  }
12872
12989
  },
12990
+ "PressableItem": {
12991
+ "docs": {
12992
+ "description": "",
12993
+ "props": {
12994
+ "isChild": {
12995
+ "defaultValue": {
12996
+ "value": "false",
12997
+ "computed": false
12998
+ },
12999
+ "type": {
13000
+ "name": "bool"
13001
+ },
13002
+ "required": false,
13003
+ "description": ""
13004
+ },
13005
+ "tabIndex": {
13006
+ "defaultValue": {
13007
+ "value": "0",
13008
+ "computed": false
13009
+ },
13010
+ "required": false
13011
+ },
13012
+ "href": {
13013
+ "type": {
13014
+ "name": "string"
13015
+ },
13016
+ "required": false,
13017
+ "description": ""
13018
+ },
13019
+ "children": {
13020
+ "type": {
13021
+ "name": "node"
13022
+ },
13023
+ "required": true,
13024
+ "description": ""
13025
+ },
13026
+ "onBlur": {
13027
+ "type": {
13028
+ "name": "func"
13029
+ },
13030
+ "required": false,
13031
+ "description": ""
13032
+ },
13033
+ "onPress": {
13034
+ "type": {
13035
+ "name": "func"
13036
+ },
13037
+ "required": false,
13038
+ "description": ""
13039
+ },
13040
+ "nextItemRef": {
13041
+ "type": {
13042
+ "name": "object"
13043
+ },
13044
+ "required": false,
13045
+ "description": ""
13046
+ },
13047
+ "prevItemRef": {
13048
+ "type": {
13049
+ "name": "object"
13050
+ },
13051
+ "required": false,
13052
+ "description": ""
13053
+ }
13054
+ },
13055
+ "attributes": {
13056
+ "acceptsRNA11yProps": false
13057
+ }
13058
+ }
13059
+ },
12873
13060
  "CheckboxGroup": {
12874
13061
  "docs": {
12875
13062
  "description": "A group of Checkboxs that behave as a fieldset. Use when users select any number of choices from options.\n\n## Component API\n\nUse the `items` prop to pass an array of objects describing each Checkbox in the group:\n\n - `label`: main text passed to CheckboxGroup's `label` prop\n - `id`: identifier used to store which CheckboxGroup is selected (uses `label` if undefinded)\n - `onChange`: optional function called on selection, in addition to updating the group's selection state\n\n### Controlled version\n\nIf the selection state is controlled from outside, it needs to receive `checkedId` and `onChange` props.\n\n### Uncontrolled version\n\nIf the CheckboxGroup manages its own state, you can use `initialCheckedId` prop to provide the initial value.\nWhenever the radio card gets toggled, it calls the `onChange` callback with the new value (string).\n\n### Use in forms\n\nFor web forms, the `name` prop may be used to define the name of the group's `fieldset` and input elements.\n\n### Validation\n\nValidation state may be set by passing 'error' or 'success' to the `validation` prop.\n\n## A11y guidelines\n\nCheckboxGroup accepts all the common accessibility props, and controls the accessibility state\nof children like Checkbox and Feedback based on current state.\n\n@example\n```jsx\n<CheckboxGroup\n initialCheckedIds=\"check1\"\n items={[\n { label: 'Checkbox 1', id: 'check1' },\n { label: 'Checkbox 2', id: 'check2' },\n { label: 'Checkbox 3', id: 'check3' }\n ]}\n legend=\"Checkboxes\"\n hint=\"Choose from these options\"\n/>\n```",
@@ -13318,7 +13505,7 @@
13318
13505
  ]
13319
13506
  },
13320
13507
  "required": false,
13321
- "description": ""
13508
+ "description": "Changes direction of chevron icon"
13322
13509
  },
13323
13510
  "tokens": {
13324
13511
  "defaultValue": {