@telus-uds/components-base 1.51.1 → 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.
@@ -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",
@@ -772,7 +773,7 @@
772
773
  "itemIconColor": "color",
773
774
  "listGutter": "size"
774
775
  },
775
- "ListBox": {
776
+ "Listbox": {
776
777
  "groupBorderRadius": "radius",
777
778
  "groupBorderWidth": "border",
778
779
  "groupFontSize": "size",
@@ -796,13 +797,24 @@
796
797
  "itemPaddingRight": "size",
797
798
  "itemColor": "color",
798
799
  "itemBackgroundColor": "color",
799
- "itemBorderBackgroundColor": "color",
800
800
  "itemBorderLeftColor": "color",
801
801
  "itemBorderLeftWidth": "border",
802
802
  "itemBorderWidth": "border",
803
803
  "itemTextDecoration": "textLine",
804
804
  "itemOutline": "border",
805
- "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"
806
818
  },
807
819
  "OrderedList": {
808
820
  "headerFontWeight": "fontWeight",
@@ -1641,6 +1653,7 @@
1641
1653
  "dotWidth": "size",
1642
1654
  "dotBorderWidth": "border",
1643
1655
  "timelineContainerDirection": "direction",
1656
+ "timelineConnectorColor": "color",
1644
1657
  "timelineColor": "color",
1645
1658
  "connectorWidth": "size",
1646
1659
  "connectorHeight": "size",
@@ -1742,7 +1755,8 @@
1742
1755
  "hover": {
1743
1756
  "description": "Currently web only. Applies when an interactive component's hover handler is triggered, such as on mouseover.",
1744
1757
  "values": [
1745
- true
1758
+ true,
1759
+ false
1746
1760
  ],
1747
1761
  "type": "state",
1748
1762
  "platforms": [
@@ -1754,7 +1768,8 @@
1754
1768
  "focus": {
1755
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.",
1756
1770
  "values": [
1757
- true
1771
+ true,
1772
+ false
1758
1773
  ],
1759
1774
  "type": "state",
1760
1775
  "platforms": [
@@ -1764,7 +1779,8 @@
1764
1779
  "hover": {
1765
1780
  "description": "Currently web only. Applies when an interactive component's hover handler is triggered, such as on mouseover.",
1766
1781
  "values": [
1767
- true
1782
+ true,
1783
+ false
1768
1784
  ],
1769
1785
  "type": "state",
1770
1786
  "platforms": [
@@ -1774,7 +1790,8 @@
1774
1790
  "pressed": {
1775
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.",
1776
1792
  "values": [
1777
- true
1793
+ true,
1794
+ false
1778
1795
  ],
1779
1796
  "type": "state"
1780
1797
  },
@@ -1797,14 +1814,16 @@
1797
1814
  "pressed": {
1798
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.",
1799
1816
  "values": [
1800
- true
1817
+ true,
1818
+ false
1801
1819
  ],
1802
1820
  "type": "state"
1803
1821
  },
1804
1822
  "hover": {
1805
1823
  "description": "Currently web only. Applies when an interactive component's hover handler is triggered, such as on mouseover.",
1806
1824
  "values": [
1807
- true
1825
+ true,
1826
+ false
1808
1827
  ],
1809
1828
  "type": "state",
1810
1829
  "platforms": [
@@ -1814,7 +1833,8 @@
1814
1833
  "focus": {
1815
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.",
1816
1835
  "values": [
1817
- true
1836
+ true,
1837
+ false
1818
1838
  ],
1819
1839
  "type": "state",
1820
1840
  "platforms": [
@@ -1826,7 +1846,8 @@
1826
1846
  "focus": {
1827
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.",
1828
1848
  "values": [
1829
- true
1849
+ true,
1850
+ false
1830
1851
  ],
1831
1852
  "type": "state",
1832
1853
  "platforms": [
@@ -1836,7 +1857,8 @@
1836
1857
  "hover": {
1837
1858
  "description": "Currently web only. Applies when an interactive component's hover handler is triggered, such as on mouseover.",
1838
1859
  "values": [
1839
- true
1860
+ true,
1861
+ false
1840
1862
  ],
1841
1863
  "type": "state",
1842
1864
  "platforms": [
@@ -1846,7 +1868,8 @@
1846
1868
  "pressed": {
1847
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.",
1848
1870
  "values": [
1849
- true
1871
+ true,
1872
+ false
1850
1873
  ],
1851
1874
  "type": "state"
1852
1875
  },
@@ -1876,7 +1899,8 @@
1876
1899
  "focus": {
1877
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.",
1878
1901
  "values": [
1879
- true
1902
+ true,
1903
+ false
1880
1904
  ],
1881
1905
  "type": "state",
1882
1906
  "platforms": [
@@ -1886,7 +1910,8 @@
1886
1910
  "hover": {
1887
1911
  "description": "Currently web only. Applies when an interactive component's hover handler is triggered, such as on mouseover.",
1888
1912
  "values": [
1889
- true
1913
+ true,
1914
+ false
1890
1915
  ],
1891
1916
  "type": "state",
1892
1917
  "platforms": [
@@ -1896,7 +1921,8 @@
1896
1921
  "pressed": {
1897
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.",
1898
1923
  "values": [
1899
- true
1924
+ true,
1925
+ false
1900
1926
  ],
1901
1927
  "type": "state"
1902
1928
  },
@@ -1919,7 +1945,8 @@
1919
1945
  "focus": {
1920
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.",
1921
1947
  "values": [
1922
- true
1948
+ true,
1949
+ false
1923
1950
  ],
1924
1951
  "type": "state",
1925
1952
  "platforms": [
@@ -1929,7 +1956,8 @@
1929
1956
  "hover": {
1930
1957
  "description": "Currently web only. Applies when an interactive component's hover handler is triggered, such as on mouseover.",
1931
1958
  "values": [
1932
- true
1959
+ true,
1960
+ false
1933
1961
  ],
1934
1962
  "type": "state",
1935
1963
  "platforms": [
@@ -1939,7 +1967,8 @@
1939
1967
  "pressed": {
1940
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.",
1941
1969
  "values": [
1942
- true
1970
+ true,
1971
+ false
1943
1972
  ],
1944
1973
  "type": "state"
1945
1974
  },
@@ -1975,7 +2004,8 @@
1975
2004
  "focus": {
1976
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.",
1977
2006
  "values": [
1978
- true
2007
+ true,
2008
+ false
1979
2009
  ],
1980
2010
  "type": "state",
1981
2011
  "platforms": [
@@ -1985,7 +2015,8 @@
1985
2015
  "hover": {
1986
2016
  "description": "Currently web only. Applies when an interactive component's hover handler is triggered, such as on mouseover.",
1987
2017
  "values": [
1988
- true
2018
+ true,
2019
+ false
1989
2020
  ],
1990
2021
  "type": "state",
1991
2022
  "platforms": [
@@ -2004,7 +2035,8 @@
2004
2035
  "focus": {
2005
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.",
2006
2037
  "values": [
2007
- true
2038
+ true,
2039
+ false
2008
2040
  ],
2009
2041
  "type": "state",
2010
2042
  "platforms": [
@@ -2014,7 +2046,8 @@
2014
2046
  "hover": {
2015
2047
  "description": "Currently web only. Applies when an interactive component's hover handler is triggered, such as on mouseover.",
2016
2048
  "values": [
2017
- true
2049
+ true,
2050
+ false
2018
2051
  ],
2019
2052
  "type": "state",
2020
2053
  "platforms": [
@@ -2024,7 +2057,8 @@
2024
2057
  "pressed": {
2025
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.",
2026
2059
  "values": [
2027
- true
2060
+ true,
2061
+ false
2028
2062
  ],
2029
2063
  "type": "state"
2030
2064
  }
@@ -2033,7 +2067,8 @@
2033
2067
  "pressed": {
2034
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.",
2035
2069
  "values": [
2036
- true
2070
+ true,
2071
+ false
2037
2072
  ],
2038
2073
  "type": "state"
2039
2074
  },
@@ -2047,7 +2082,8 @@
2047
2082
  "focus": {
2048
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.",
2049
2084
  "values": [
2050
- true
2085
+ true,
2086
+ false
2051
2087
  ],
2052
2088
  "type": "state",
2053
2089
  "platforms": [
@@ -2059,14 +2095,16 @@
2059
2095
  "pressed": {
2060
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.",
2061
2097
  "values": [
2062
- true
2098
+ true,
2099
+ false
2063
2100
  ],
2064
2101
  "type": "state"
2065
2102
  },
2066
2103
  "hover": {
2067
2104
  "description": "Currently web only. Applies when an interactive component's hover handler is triggered, such as on mouseover.",
2068
2105
  "values": [
2069
- true
2106
+ true,
2107
+ false
2070
2108
  ],
2071
2109
  "type": "state",
2072
2110
  "platforms": [
@@ -2076,7 +2114,8 @@
2076
2114
  "focus": {
2077
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.",
2078
2116
  "values": [
2079
- true
2117
+ true,
2118
+ false
2080
2119
  ],
2081
2120
  "type": "state",
2082
2121
  "platforms": [
@@ -2114,7 +2153,8 @@
2114
2153
  "focus": {
2115
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.",
2116
2155
  "values": [
2117
- true
2156
+ true,
2157
+ false
2118
2158
  ],
2119
2159
  "type": "state",
2120
2160
  "platforms": [
@@ -2124,7 +2164,8 @@
2124
2164
  "hover": {
2125
2165
  "description": "Currently web only. Applies when an interactive component's hover handler is triggered, such as on mouseover.",
2126
2166
  "values": [
2127
- true
2167
+ true,
2168
+ false
2128
2169
  ],
2129
2170
  "type": "state",
2130
2171
  "platforms": [
@@ -2134,7 +2175,8 @@
2134
2175
  "pressed": {
2135
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.",
2136
2177
  "values": [
2137
- true
2178
+ true,
2179
+ false
2138
2180
  ],
2139
2181
  "type": "state"
2140
2182
  }
@@ -2143,7 +2185,8 @@
2143
2185
  "focus": {
2144
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.",
2145
2187
  "values": [
2146
- true
2188
+ true,
2189
+ false
2147
2190
  ],
2148
2191
  "type": "state",
2149
2192
  "platforms": [
@@ -2153,7 +2196,8 @@
2153
2196
  "hover": {
2154
2197
  "description": "Currently web only. Applies when an interactive component's hover handler is triggered, such as on mouseover.",
2155
2198
  "values": [
2156
- true
2199
+ true,
2200
+ false
2157
2201
  ],
2158
2202
  "type": "state",
2159
2203
  "platforms": [
@@ -2163,7 +2207,8 @@
2163
2207
  "pressed": {
2164
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.",
2165
2209
  "values": [
2166
- true
2210
+ true,
2211
+ false
2167
2212
  ],
2168
2213
  "type": "state"
2169
2214
  }
@@ -2172,7 +2217,8 @@
2172
2217
  "focus": {
2173
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.",
2174
2219
  "values": [
2175
- true
2220
+ true,
2221
+ false
2176
2222
  ],
2177
2223
  "type": "state",
2178
2224
  "platforms": [
@@ -2182,7 +2228,8 @@
2182
2228
  "hover": {
2183
2229
  "description": "Currently web only. Applies when an interactive component's hover handler is triggered, such as on mouseover.",
2184
2230
  "values": [
2185
- true
2231
+ true,
2232
+ false
2186
2233
  ],
2187
2234
  "type": "state",
2188
2235
  "platforms": [
@@ -2192,7 +2239,8 @@
2192
2239
  "pressed": {
2193
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.",
2194
2241
  "values": [
2195
- true
2242
+ true,
2243
+ false
2196
2244
  ],
2197
2245
  "type": "state"
2198
2246
  },
@@ -2205,11 +2253,12 @@
2205
2253
  "type": "state"
2206
2254
  }
2207
2255
  },
2208
- "ListBox": {
2256
+ "Listbox": {
2209
2257
  "focus": {
2210
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.",
2211
2259
  "values": [
2212
- true
2260
+ true,
2261
+ false
2213
2262
  ],
2214
2263
  "type": "state",
2215
2264
  "platforms": [
@@ -2219,7 +2268,8 @@
2219
2268
  "hover": {
2220
2269
  "description": "Currently web only. Applies when an interactive component's hover handler is triggered, such as on mouseover.",
2221
2270
  "values": [
2222
- true
2271
+ true,
2272
+ false
2223
2273
  ],
2224
2274
  "type": "state",
2225
2275
  "platforms": [
@@ -2229,7 +2279,8 @@
2229
2279
  "pressed": {
2230
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.",
2231
2281
  "values": [
2232
- true
2282
+ true,
2283
+ false
2233
2284
  ],
2234
2285
  "type": "state"
2235
2286
  },
@@ -2243,14 +2294,16 @@
2243
2294
  "current": {
2244
2295
  "description": "When the current item is selected",
2245
2296
  "values": [
2246
- true
2297
+ true,
2298
+ false
2247
2299
  ],
2248
2300
  "type": "state"
2249
2301
  },
2250
2302
  "isChild": {
2251
2303
  "description": "when the item is child of another child",
2252
2304
  "values": [
2253
- true
2305
+ true,
2306
+ false
2254
2307
  ],
2255
2308
  "type": "state"
2256
2309
  }
@@ -2294,7 +2347,8 @@
2294
2347
  "focus": {
2295
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.",
2296
2349
  "values": [
2297
- true
2350
+ true,
2351
+ false
2298
2352
  ],
2299
2353
  "type": "state",
2300
2354
  "platforms": [
@@ -2304,14 +2358,16 @@
2304
2358
  "pressed": {
2305
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.",
2306
2360
  "values": [
2307
- true
2361
+ true,
2362
+ false
2308
2363
  ],
2309
2364
  "type": "state"
2310
2365
  },
2311
2366
  "hover": {
2312
2367
  "description": "Currently web only. Applies when an interactive component's hover handler is triggered, such as on mouseover.",
2313
2368
  "values": [
2314
- true
2369
+ true,
2370
+ false
2315
2371
  ],
2316
2372
  "type": "state",
2317
2373
  "platforms": [
@@ -2364,7 +2420,8 @@
2364
2420
  "focus": {
2365
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.",
2366
2422
  "values": [
2367
- true
2423
+ true,
2424
+ false
2368
2425
  ],
2369
2426
  "type": "state",
2370
2427
  "platforms": [
@@ -2374,7 +2431,8 @@
2374
2431
  "hover": {
2375
2432
  "description": "Currently web only. Applies when an interactive component's hover handler is triggered, such as on mouseover.",
2376
2433
  "values": [
2377
- true
2434
+ true,
2435
+ false
2378
2436
  ],
2379
2437
  "type": "state",
2380
2438
  "platforms": [
@@ -2384,7 +2442,8 @@
2384
2442
  "pressed": {
2385
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.",
2386
2444
  "values": [
2387
- true
2445
+ true,
2446
+ false
2388
2447
  ],
2389
2448
  "type": "state"
2390
2449
  },
@@ -2400,7 +2459,8 @@
2400
2459
  "focus": {
2401
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.",
2402
2461
  "values": [
2403
- true
2462
+ true,
2463
+ false
2404
2464
  ],
2405
2465
  "type": "state",
2406
2466
  "platforms": [
@@ -2410,7 +2470,8 @@
2410
2470
  "hover": {
2411
2471
  "description": "Currently web only. Applies when an interactive component's hover handler is triggered, such as on mouseover.",
2412
2472
  "values": [
2413
- true
2473
+ true,
2474
+ false
2414
2475
  ],
2415
2476
  "type": "state",
2416
2477
  "platforms": [
@@ -2420,7 +2481,8 @@
2420
2481
  "pressed": {
2421
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.",
2422
2483
  "values": [
2423
- true
2484
+ true,
2485
+ false
2424
2486
  ],
2425
2487
  "type": "state"
2426
2488
  },
@@ -2460,7 +2522,8 @@
2460
2522
  "hover": {
2461
2523
  "description": "Currently web only. Applies when an interactive component's hover handler is triggered, such as on mouseover.",
2462
2524
  "values": [
2463
- true
2525
+ true,
2526
+ false
2464
2527
  ],
2465
2528
  "type": "state",
2466
2529
  "platforms": [
@@ -2470,7 +2533,8 @@
2470
2533
  "focus": {
2471
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.",
2472
2535
  "values": [
2473
- true
2536
+ true,
2537
+ false
2474
2538
  ],
2475
2539
  "type": "state",
2476
2540
  "platforms": [
@@ -2480,7 +2544,8 @@
2480
2544
  "pressed": {
2481
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.",
2482
2546
  "values": [
2483
- true
2547
+ true,
2548
+ false
2484
2549
  ],
2485
2550
  "type": "state"
2486
2551
  }
@@ -2489,7 +2554,8 @@
2489
2554
  "hover": {
2490
2555
  "description": "Currently web only. Applies when an interactive component's hover handler is triggered, such as on mouseover.",
2491
2556
  "values": [
2492
- true
2557
+ true,
2558
+ false
2493
2559
  ],
2494
2560
  "type": "state",
2495
2561
  "platforms": [
@@ -2499,7 +2565,8 @@
2499
2565
  "focus": {
2500
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.",
2501
2567
  "values": [
2502
- true
2568
+ true,
2569
+ false
2503
2570
  ],
2504
2571
  "type": "state",
2505
2572
  "platforms": [
@@ -2509,7 +2576,8 @@
2509
2576
  "pressed": {
2510
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.",
2511
2578
  "values": [
2512
- true
2579
+ true,
2580
+ false
2513
2581
  ],
2514
2582
  "type": "state"
2515
2583
  }
@@ -2518,7 +2586,8 @@
2518
2586
  "focus": {
2519
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.",
2520
2588
  "values": [
2521
- true
2589
+ true,
2590
+ false
2522
2591
  ],
2523
2592
  "type": "state",
2524
2593
  "platforms": [
@@ -2528,7 +2597,8 @@
2528
2597
  "hover": {
2529
2598
  "description": "Currently web only. Applies when an interactive component's hover handler is triggered, such as on mouseover.",
2530
2599
  "values": [
2531
- true
2600
+ true,
2601
+ false
2532
2602
  ],
2533
2603
  "type": "state",
2534
2604
  "platforms": [
@@ -2544,7 +2614,8 @@
2544
2614
  "pressed": {
2545
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.",
2546
2616
  "values": [
2547
- true
2617
+ true,
2618
+ false
2548
2619
  ],
2549
2620
  "type": "state"
2550
2621
  }
@@ -2566,7 +2637,8 @@
2566
2637
  "focus": {
2567
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.",
2568
2639
  "values": [
2569
- true
2640
+ true,
2641
+ false
2570
2642
  ],
2571
2643
  "type": "state",
2572
2644
  "platforms": [
@@ -2576,7 +2648,8 @@
2576
2648
  "hover": {
2577
2649
  "description": "Currently web only. Applies when an interactive component's hover handler is triggered, such as on mouseover.",
2578
2650
  "values": [
2579
- true
2651
+ true,
2652
+ false
2580
2653
  ],
2581
2654
  "type": "state",
2582
2655
  "platforms": [
@@ -2595,7 +2668,8 @@
2595
2668
  "pressed": {
2596
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.",
2597
2670
  "values": [
2598
- true
2671
+ true,
2672
+ false
2599
2673
  ],
2600
2674
  "type": "state"
2601
2675
  },
@@ -2615,7 +2689,8 @@
2615
2689
  "focus": {
2616
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.",
2617
2691
  "values": [
2618
- true
2692
+ true,
2693
+ false
2619
2694
  ],
2620
2695
  "type": "state",
2621
2696
  "platforms": [
@@ -2625,7 +2700,8 @@
2625
2700
  "hover": {
2626
2701
  "description": "Currently web only. Applies when an interactive component's hover handler is triggered, such as on mouseover.",
2627
2702
  "values": [
2628
- true
2703
+ true,
2704
+ false
2629
2705
  ],
2630
2706
  "type": "state",
2631
2707
  "platforms": [
@@ -2644,7 +2720,8 @@
2644
2720
  "hover": {
2645
2721
  "description": "Currently web only. Applies when an interactive component's hover handler is triggered, such as on mouseover.",
2646
2722
  "values": [
2647
- true
2723
+ true,
2724
+ false
2648
2725
  ],
2649
2726
  "type": "state",
2650
2727
  "platforms": [
@@ -2670,7 +2747,8 @@
2670
2747
  "hover": {
2671
2748
  "description": "Currently web only. Applies when an interactive component's hover handler is triggered, such as on mouseover.",
2672
2749
  "values": [
2673
- true
2750
+ true,
2751
+ false
2674
2752
  ],
2675
2753
  "type": "state",
2676
2754
  "platforms": [
@@ -2680,7 +2758,8 @@
2680
2758
  "focus": {
2681
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.",
2682
2760
  "values": [
2683
- true
2761
+ true,
2762
+ false
2684
2763
  ],
2685
2764
  "type": "state",
2686
2765
  "platforms": [
@@ -2690,7 +2769,8 @@
2690
2769
  "pressed": {
2691
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.",
2692
2771
  "values": [
2693
- true
2772
+ true,
2773
+ false
2694
2774
  ],
2695
2775
  "type": "state"
2696
2776
  },
@@ -2714,7 +2794,8 @@
2714
2794
  "hover": {
2715
2795
  "description": "Currently web only. Applies when an interactive component's hover handler is triggered, such as on mouseover.",
2716
2796
  "values": [
2717
- true
2797
+ true,
2798
+ false
2718
2799
  ],
2719
2800
  "type": "state",
2720
2801
  "platforms": [
@@ -2763,7 +2844,8 @@
2763
2844
  "hover": {
2764
2845
  "description": "Currently web only. Applies when an interactive component's hover handler is triggered, such as on mouseover.",
2765
2846
  "values": [
2766
- true
2847
+ true,
2848
+ false
2767
2849
  ],
2768
2850
  "type": "state",
2769
2851
  "platforms": [
@@ -2773,7 +2855,8 @@
2773
2855
  "focus": {
2774
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.",
2775
2857
  "values": [
2776
- true
2858
+ true,
2859
+ false
2777
2860
  ],
2778
2861
  "type": "state",
2779
2862
  "platforms": [
@@ -2815,7 +2898,8 @@
2815
2898
  "focus": {
2816
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.",
2817
2900
  "values": [
2818
- true
2901
+ true,
2902
+ false
2819
2903
  ],
2820
2904
  "type": "state",
2821
2905
  "platforms": [
@@ -2825,7 +2909,8 @@
2825
2909
  "hover": {
2826
2910
  "description": "Currently web only. Applies when an interactive component's hover handler is triggered, such as on mouseover.",
2827
2911
  "values": [
2828
- true
2912
+ true,
2913
+ false
2829
2914
  ],
2830
2915
  "type": "state",
2831
2916
  "platforms": [
@@ -2835,7 +2920,8 @@
2835
2920
  "pressed": {
2836
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.",
2837
2922
  "values": [
2838
- true
2923
+ true,
2924
+ false
2839
2925
  ],
2840
2926
  "type": "state"
2841
2927
  }
@@ -2844,7 +2930,8 @@
2844
2930
  "focus": {
2845
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.",
2846
2932
  "values": [
2847
- true
2933
+ true,
2934
+ false
2848
2935
  ],
2849
2936
  "type": "state",
2850
2937
  "platforms": [
@@ -2854,7 +2941,8 @@
2854
2941
  "hover": {
2855
2942
  "description": "Currently web only. Applies when an interactive component's hover handler is triggered, such as on mouseover.",
2856
2943
  "values": [
2857
- true
2944
+ true,
2945
+ false
2858
2946
  ],
2859
2947
  "type": "state",
2860
2948
  "platforms": [
@@ -2864,7 +2952,8 @@
2864
2952
  "pressed": {
2865
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.",
2866
2954
  "values": [
2867
- true
2955
+ true,
2956
+ false
2868
2957
  ],
2869
2958
  "type": "state"
2870
2959
  },
@@ -2880,7 +2969,8 @@
2880
2969
  "focus": {
2881
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.",
2882
2971
  "values": [
2883
- true
2972
+ true,
2973
+ false
2884
2974
  ],
2885
2975
  "type": "state",
2886
2976
  "platforms": [
@@ -2890,7 +2980,8 @@
2890
2980
  "hover": {
2891
2981
  "description": "Currently web only. Applies when an interactive component's hover handler is triggered, such as on mouseover.",
2892
2982
  "values": [
2893
- true
2983
+ true,
2984
+ false
2894
2985
  ],
2895
2986
  "type": "state",
2896
2987
  "platforms": [
@@ -2900,7 +2991,8 @@
2900
2991
  "pressed": {
2901
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.",
2902
2993
  "values": [
2903
- true
2994
+ true,
2995
+ false
2904
2996
  ],
2905
2997
  "type": "state"
2906
2998
  },
@@ -2931,7 +3023,8 @@
2931
3023
  "hover": {
2932
3024
  "description": "Currently web only. Applies when an interactive component's hover handler is triggered, such as on mouseover.",
2933
3025
  "values": [
2934
- true
3026
+ true,
3027
+ false
2935
3028
  ],
2936
3029
  "type": "state",
2937
3030
  "platforms": [
@@ -2966,7 +3059,8 @@
2966
3059
  "focus": {
2967
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.",
2968
3061
  "values": [
2969
- true
3062
+ true,
3063
+ false
2970
3064
  ],
2971
3065
  "type": "state",
2972
3066
  "platforms": [
@@ -2976,7 +3070,8 @@
2976
3070
  "hover": {
2977
3071
  "description": "Currently web only. Applies when an interactive component's hover handler is triggered, such as on mouseover.",
2978
3072
  "values": [
2979
- true
3073
+ true,
3074
+ false
2980
3075
  ],
2981
3076
  "type": "state",
2982
3077
  "platforms": [
@@ -2986,7 +3081,8 @@
2986
3081
  "pressed": {
2987
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.",
2988
3083
  "values": [
2989
- true
3084
+ true,
3085
+ false
2990
3086
  ],
2991
3087
  "type": "state"
2992
3088
  },
@@ -3009,7 +3105,8 @@
3009
3105
  "focus": {
3010
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.",
3011
3107
  "values": [
3012
- true
3108
+ true,
3109
+ false
3013
3110
  ],
3014
3111
  "type": "state",
3015
3112
  "platforms": [
@@ -3019,7 +3116,8 @@
3019
3116
  "hover": {
3020
3117
  "description": "Currently web only. Applies when an interactive component's hover handler is triggered, such as on mouseover.",
3021
3118
  "values": [
3022
- true
3119
+ true,
3120
+ false
3023
3121
  ],
3024
3122
  "type": "state",
3025
3123
  "platforms": [
@@ -3029,7 +3127,8 @@
3029
3127
  "pressed": {
3030
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.",
3031
3129
  "values": [
3032
- true
3130
+ true,
3131
+ false
3033
3132
  ],
3034
3133
  "type": "state"
3035
3134
  }
@@ -3038,7 +3137,8 @@
3038
3137
  "focus": {
3039
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.",
3040
3139
  "values": [
3041
- true
3140
+ true,
3141
+ false
3042
3142
  ],
3043
3143
  "type": "state",
3044
3144
  "platforms": [
@@ -10431,6 +10531,7 @@
10431
10531
  "dotWidth": "size",
10432
10532
  "dotBorderWidth": "border",
10433
10533
  "timelineContainerDirection": "direction",
10534
+ "timelineConnectorColor": "color",
10434
10535
  "timelineColor": "color",
10435
10536
  "connectorWidth": "size",
10436
10537
  "connectorHeight": "size",
@@ -12886,6 +12987,76 @@
12886
12987
  }
12887
12988
  }
12888
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
+ },
12889
13060
  "CheckboxGroup": {
12890
13061
  "docs": {
12891
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```",