@tylertech/forge 3.8.0 → 3.8.2-dev.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.
@@ -112,6 +112,26 @@
112
112
  "description": "The spacing between the content within the badge.",
113
113
  "values": []
114
114
  },
115
+ {
116
+ "name": "--forge-bottom-sheet-desktop-max-width",
117
+ "description": "The maximum width of the bottom sheet on desktop.",
118
+ "values": []
119
+ },
120
+ {
121
+ "name": "--forge-bottom-sheet-desktop-min-width",
122
+ "description": "The minimum width of the bottom sheet on desktop.",
123
+ "values": []
124
+ },
125
+ {
126
+ "name": "--forge-bottom-sheet-animation-duration",
127
+ "description": "The duration of the bottom sheet animation to fullscreen.",
128
+ "values": []
129
+ },
130
+ {
131
+ "name": "--forge-bottom-sheet-animation-timing",
132
+ "description": "The timing function of the bottom sheet animation to fullscreen.",
133
+ "values": []
134
+ },
115
135
  {
116
136
  "name": "--forge-banner-background",
117
137
  "description": "The background color of the banner.",
@@ -152,26 +172,6 @@
152
172
  "description": "The transition easing function.",
153
173
  "values": []
154
174
  },
155
- {
156
- "name": "--forge-bottom-sheet-desktop-max-width",
157
- "description": "The maximum width of the bottom sheet on desktop.",
158
- "values": []
159
- },
160
- {
161
- "name": "--forge-bottom-sheet-desktop-min-width",
162
- "description": "The minimum width of the bottom sheet on desktop.",
163
- "values": []
164
- },
165
- {
166
- "name": "--forge-bottom-sheet-animation-duration",
167
- "description": "The duration of the bottom sheet animation to fullscreen.",
168
- "values": []
169
- },
170
- {
171
- "name": "--forge-bottom-sheet-animation-timing",
172
- "description": "The timing function of the bottom sheet animation to fullscreen.",
173
- "values": []
174
- },
175
175
  {
176
176
  "name": "--forge-button-primary-color",
177
177
  "description": "The primary color of the button.",
@@ -977,6 +977,26 @@
977
977
  "description": "The easing function to use for the theme transition.",
978
978
  "values": []
979
979
  },
980
+ {
981
+ "name": "--forge-divider-color",
982
+ "description": "The color of the divider.",
983
+ "values": []
984
+ },
985
+ {
986
+ "name": "--forge-divider-width",
987
+ "description": "The width of the divider.",
988
+ "values": []
989
+ },
990
+ {
991
+ "name": "--forge-divider-border-style",
992
+ "description": "The border-style (dashed, solid) of the divider.",
993
+ "values": []
994
+ },
995
+ {
996
+ "name": "--forge-divider-margin",
997
+ "description": "The margin of divider.",
998
+ "values": []
999
+ },
980
1000
  {
981
1001
  "name": "--forge-dialog-background",
982
1002
  "description": "The background color of the dialog.",
@@ -1182,26 +1202,6 @@
1182
1202
  "description": "The duration of the exit animation for preset sheet dialogs.",
1183
1203
  "values": []
1184
1204
  },
1185
- {
1186
- "name": "--forge-divider-color",
1187
- "description": "The color of the divider.",
1188
- "values": []
1189
- },
1190
- {
1191
- "name": "--forge-divider-width",
1192
- "description": "The width of the divider.",
1193
- "values": []
1194
- },
1195
- {
1196
- "name": "--forge-divider-border-style",
1197
- "description": "The border-style (dashed, solid) of the divider.",
1198
- "values": []
1199
- },
1200
- {
1201
- "name": "--forge-divider-margin",
1202
- "description": "The margin of divider.",
1203
- "values": []
1204
- },
1205
1205
  {
1206
1206
  "name": "--forge-expansion-panel-animation-duration",
1207
1207
  "description": "The duration of the open/close animation.",
@@ -1477,6 +1477,146 @@
1477
1477
  "description": "Controls the border color of the file picker when dragging files into the form.",
1478
1478
  "values": []
1479
1479
  },
1480
+ {
1481
+ "name": "--forge-focus-indicator-display",
1482
+ "description": "The `display` style. Defaults to `flex`.",
1483
+ "values": []
1484
+ },
1485
+ {
1486
+ "name": "--forge-focus-indicator-width",
1487
+ "description": "The width of the focus indicator when resting.",
1488
+ "values": []
1489
+ },
1490
+ {
1491
+ "name": "--forge-focus-indicator-active-width",
1492
+ "description": "The width of the focus indicator when active. When animating this is the max extent.",
1493
+ "values": []
1494
+ },
1495
+ {
1496
+ "name": "--forge-focus-indicator-color",
1497
+ "description": "The color of the focus indicator.",
1498
+ "values": []
1499
+ },
1500
+ {
1501
+ "name": "--forge-focus-indicator-shape",
1502
+ "description": "The shape of the focus indicator.",
1503
+ "values": []
1504
+ },
1505
+ {
1506
+ "name": "--forge-focus-indicator-duration",
1507
+ "description": "The animation duration.",
1508
+ "values": []
1509
+ },
1510
+ {
1511
+ "name": "--forge-focus-indicator-easing",
1512
+ "description": "The animation easing function.",
1513
+ "values": []
1514
+ },
1515
+ {
1516
+ "name": "--forge-focus-indicator-shape-start-start",
1517
+ "description": "The start start shape.",
1518
+ "values": []
1519
+ },
1520
+ {
1521
+ "name": "--forge-focus-indicator-shape-start-end",
1522
+ "description": "The start end shape.",
1523
+ "values": []
1524
+ },
1525
+ {
1526
+ "name": "--forge-focus-indicator-shape-end-start",
1527
+ "description": "The end start shape.",
1528
+ "values": []
1529
+ },
1530
+ {
1531
+ "name": "--forge-focus-indicator-shape-end-end",
1532
+ "description": "The end end shape.",
1533
+ "values": []
1534
+ },
1535
+ {
1536
+ "name": "--forge-focus-indicator-outward-offset",
1537
+ "description": "The offset of the focus indicator when outward.",
1538
+ "values": []
1539
+ },
1540
+ {
1541
+ "name": "--forge-focus-indicator-inward-offset",
1542
+ "description": "The offset of the focus indicator when inward.",
1543
+ "values": []
1544
+ },
1545
+ {
1546
+ "name": "--forge-focus-indicator-offset-block",
1547
+ "description": "The block offset.",
1548
+ "values": []
1549
+ },
1550
+ {
1551
+ "name": "--forge-focus-indicator-offset-inline",
1552
+ "description": "The inline offset.",
1553
+ "values": []
1554
+ },
1555
+ {
1556
+ "name": "--forge-inline-message-background",
1557
+ "description": "The background color.",
1558
+ "values": []
1559
+ },
1560
+ {
1561
+ "name": "--forge-inline-message-color",
1562
+ "description": "The text color.",
1563
+ "values": []
1564
+ },
1565
+ {
1566
+ "name": "--forge-inline-message-shape",
1567
+ "description": "The shape (border) radius.",
1568
+ "values": []
1569
+ },
1570
+ {
1571
+ "name": "--forge-inline-message-padding",
1572
+ "description": "The padding around the content.",
1573
+ "values": []
1574
+ },
1575
+ {
1576
+ "name": "--forge-inline-message-padding-inline",
1577
+ "description": "The inline padding around the content.",
1578
+ "values": []
1579
+ },
1580
+ {
1581
+ "name": "--forge-inline-message-padding-block",
1582
+ "description": "The block padding around the content.",
1583
+ "values": []
1584
+ },
1585
+ {
1586
+ "name": "--forge-inline-message-border-width",
1587
+ "description": "The border width.",
1588
+ "values": []
1589
+ },
1590
+ {
1591
+ "name": "--forge-inline-message-border-style",
1592
+ "description": "The border style. Defaults to `none`.",
1593
+ "values": []
1594
+ },
1595
+ {
1596
+ "name": "--forge-inline-message-border-color",
1597
+ "description": "The border color.",
1598
+ "values": []
1599
+ },
1600
+ {
1601
+ "name": "--forge-inline-message-gap",
1602
+ "description": "The gap/space between the content elements.",
1603
+ "values": []
1604
+ },
1605
+ {
1606
+ "name": "--forge-inline-message-icon-gap",
1607
+ "description": "The gap/space between the icon and the content.",
1608
+ "values": []
1609
+ },
1610
+ {
1611
+ "name": "--forge-inline-message-content-gap",
1612
+ "description": "The gap/space between the title and the message.",
1613
+ "values": []
1614
+ },
1615
+ {
1616
+ "name": "--forge-inline-message-icon-color",
1617
+ "description": "The icon color.",
1618
+ "values": []
1619
+ },
1480
1620
  {
1481
1621
  "name": "--forge-fab-background-display",
1482
1622
  "description": "The display property.",
@@ -1618,78 +1758,98 @@
1618
1758
  "values": []
1619
1759
  },
1620
1760
  {
1621
- "name": "--forge-focus-indicator-display",
1622
- "description": "The `display` style. Defaults to `flex`.",
1761
+ "name": "--forge-label-value-align",
1762
+ "description": "Aligns the label and value. Possible values: `start` (default), `center`, `end`.",
1623
1763
  "values": []
1624
1764
  },
1625
1765
  {
1626
- "name": "--forge-focus-indicator-width",
1627
- "description": "The width of the focus indicator when resting.",
1766
+ "name": "--forge-label-value-label-spacing",
1767
+ "description": "The spacing between the label and value.",
1628
1768
  "values": []
1629
1769
  },
1630
1770
  {
1631
- "name": "--forge-focus-indicator-active-width",
1632
- "description": "The width of the focus indicator when active. When animating this is the max extent.",
1771
+ "name": "--forge-label-value-label-block-start-spacing",
1772
+ "description": "The block start spacing for the label.",
1633
1773
  "values": []
1634
1774
  },
1635
1775
  {
1636
- "name": "--forge-focus-indicator-color",
1637
- "description": "The color of the focus indicator.",
1776
+ "name": "--forge-label-value-label-block-end-spacing",
1777
+ "description": "The block end spacing for the label.",
1638
1778
  "values": []
1639
1779
  },
1640
1780
  {
1641
- "name": "--forge-focus-indicator-shape",
1642
- "description": "The shape of the focus indicator.",
1781
+ "name": "--forge-label-value-label-color",
1782
+ "description": "The color to apply to the label.",
1643
1783
  "values": []
1644
1784
  },
1645
1785
  {
1646
- "name": "--forge-focus-indicator-duration",
1647
- "description": "The animation duration.",
1786
+ "name": "--forge-label-value-icon-spacing",
1787
+ "description": "The spacing between the icon and the label.",
1648
1788
  "values": []
1649
1789
  },
1650
1790
  {
1651
- "name": "--forge-focus-indicator-easing",
1652
- "description": "The animation easing function.",
1791
+ "name": "--forge-label-value-inline-label-spacing",
1792
+ "description": "The spacing between the label and value when displayed inline.",
1653
1793
  "values": []
1654
1794
  },
1655
1795
  {
1656
- "name": "--forge-focus-indicator-shape-start-start",
1657
- "description": "The start start shape.",
1796
+ "name": "--forge-label-value-empty-color",
1797
+ "description": "The color to apply to the value when empty.",
1658
1798
  "values": []
1659
1799
  },
1660
1800
  {
1661
- "name": "--forge-focus-indicator-shape-start-end",
1662
- "description": "The start end shape.",
1801
+ "name": "--forge-label-value-empty-style",
1802
+ "description": "The font-style to apply to the value when empty.",
1663
1803
  "values": []
1664
1804
  },
1665
1805
  {
1666
- "name": "--forge-focus-indicator-shape-end-start",
1667
- "description": "The end start shape.",
1806
+ "name": "--forge-linear-progress-height",
1807
+ "description": "The height of the element.",
1668
1808
  "values": []
1669
1809
  },
1670
1810
  {
1671
- "name": "--forge-focus-indicator-shape-end-end",
1672
- "description": "The end end shape.",
1811
+ "name": "--forge-linear-progress-track-color",
1812
+ "description": "The background color of the indicator.",
1673
1813
  "values": []
1674
1814
  },
1675
1815
  {
1676
- "name": "--forge-focus-indicator-outward-offset",
1677
- "description": "The offset of the focus indicator when outward.",
1816
+ "name": "--forge-linear-progress-track-shape",
1817
+ "description": "The shape of the indicator.",
1678
1818
  "values": []
1679
1819
  },
1680
1820
  {
1681
- "name": "--forge-focus-indicator-inward-offset",
1682
- "description": "The offset of the focus indicator when inward.",
1821
+ "name": "--forge-linear-progress-indicator-color",
1822
+ "description": "The color of the indicator.",
1683
1823
  "values": []
1684
1824
  },
1685
1825
  {
1686
- "name": "--forge-focus-indicator-offset-block",
1687
- "description": "The block offset.",
1826
+ "name": "--forge-linear-progress-indicator-height",
1827
+ "description": "The height of the indicator only.",
1688
1828
  "values": []
1689
1829
  },
1690
1830
  {
1691
- "name": "--forge-focus-indicator-offset-inline",
1692
- "description": "The inline offset.",
1831
+ "name": "--forge-linear-progress-determinate-duration",
1832
+ "description": "The duration of the determinate animation.",
1833
+ "values": []
1834
+ },
1835
+ {
1836
+ "name": "--forge-linear-progress-indeterminate-duration",
1837
+ "description": "The duration of the indeterminate animation.",
1838
+ "values": []
1839
+ },
1840
+ {
1841
+ "name": "--forge-linear-progress-determinate-easing",
1842
+ "description": "The easing function to use for the determinate animation.",
1843
+ "values": []
1844
+ },
1845
+ {
1846
+ "name": "--forge-linear-progress-theme-transition-duration",
1847
+ "description": "The duration of the theme transition.",
1848
+ "values": []
1849
+ },
1850
+ {
1851
+ "name": "--forge-linear-progress-theme-transition-timing",
1852
+ "description": "The easing function to use for the theme transition.",
1693
1853
  "values": []
1694
1854
  },
1695
1855
  {
@@ -1968,508 +2128,403 @@
1968
2128
  "values": []
1969
2129
  },
1970
2130
  {
1971
- "name": "--forge-inline-message-background",
1972
- "description": "The background color.",
2131
+ "name": "--forge-open-icon-color",
2132
+ "description": "The color of the icon.",
1973
2133
  "values": []
1974
2134
  },
1975
2135
  {
1976
- "name": "--forge-inline-message-color",
1977
- "description": "The text color.",
2136
+ "name": "--forge-open-icon-size",
2137
+ "description": "The size of the icon.",
1978
2138
  "values": []
1979
2139
  },
1980
2140
  {
1981
- "name": "--forge-inline-message-shape",
1982
- "description": "The shape (border) radius.",
2141
+ "name": "--forge-open-icon-height",
2142
+ "description": "The height of the icon. Defaults to `size`.",
1983
2143
  "values": []
1984
2144
  },
1985
2145
  {
1986
- "name": "--forge-inline-message-padding",
1987
- "description": "The padding around the content.",
2146
+ "name": "--forge-open-icon-width",
2147
+ "description": "The width of the icon. Defaults to `size`.",
1988
2148
  "values": []
1989
2149
  },
1990
2150
  {
1991
- "name": "--forge-inline-message-padding-inline",
1992
- "description": "The inline padding around the content.",
2151
+ "name": "--forge-open-icon-initial-rotation",
2152
+ "description": "The initial rotation of the icon.",
1993
2153
  "values": []
1994
2154
  },
1995
2155
  {
1996
- "name": "--forge-inline-message-padding-block",
1997
- "description": "The block padding around the content.",
2156
+ "name": "--forge-open-icon-open-rotation",
2157
+ "description": "The rotation of the icon when open.",
1998
2158
  "values": []
1999
2159
  },
2000
2160
  {
2001
- "name": "--forge-inline-message-border-width",
2002
- "description": "The border width.",
2161
+ "name": "--forge-open-icon-animation-duration",
2162
+ "description": "The duration of the open animation.",
2003
2163
  "values": []
2004
2164
  },
2005
2165
  {
2006
- "name": "--forge-inline-message-border-style",
2007
- "description": "The border style. Defaults to `none`.",
2166
+ "name": "--forge-open-icon-half-animation-duration",
2167
+ "description": "The duration of the open animation when in a half orientation.",
2008
2168
  "values": []
2009
2169
  },
2010
2170
  {
2011
- "name": "--forge-inline-message-border-color",
2012
- "description": "The border color.",
2171
+ "name": "--forge-open-icon-animation-timing",
2172
+ "description": "The timing function of the open animation.",
2013
2173
  "values": []
2014
2174
  },
2015
2175
  {
2016
- "name": "--forge-inline-message-gap",
2017
- "description": "The gap/space between the content elements.",
2176
+ "name": "--forge-page-state-width",
2177
+ "description": "The width of the page state.",
2018
2178
  "values": []
2019
2179
  },
2020
2180
  {
2021
- "name": "--forge-inline-message-icon-gap",
2022
- "description": "The gap/space between the icon and the content.",
2181
+ "name": "--forge-page-state-height",
2182
+ "description": "The height of the page state.",
2023
2183
  "values": []
2024
2184
  },
2025
2185
  {
2026
- "name": "--forge-inline-message-content-gap",
2027
- "description": "The gap/space between the title and the message.",
2186
+ "name": "--forge-page-state-spacing",
2187
+ "description": "The spacing of the page state.",
2028
2188
  "values": []
2029
2189
  },
2030
2190
  {
2031
- "name": "--forge-inline-message-icon-color",
2032
- "description": "The icon color.",
2191
+ "name": "--forge-page-state-mobile-width",
2192
+ "description": "The mobile width of the page state.",
2033
2193
  "values": []
2034
2194
  },
2035
2195
  {
2036
- "name": "--forge-label-value-align",
2037
- "description": "Aligns the label and value. Possible values: `start` (default), `center`, `end`.",
2196
+ "name": "--forge-page-state-graphic-height",
2197
+ "description": "The graphic height of the page state.",
2038
2198
  "values": []
2039
2199
  },
2040
2200
  {
2041
- "name": "--forge-label-value-label-spacing",
2042
- "description": "The spacing between the label and value.",
2201
+ "name": "--forge-page-state-graphic-spacing",
2202
+ "description": "The graphic spacing of the page state.",
2043
2203
  "values": []
2044
2204
  },
2045
2205
  {
2046
- "name": "--forge-label-value-label-block-start-spacing",
2047
- "description": "The block start spacing for the label.",
2206
+ "name": "--forge-page-state-mobile-graphic-height",
2207
+ "description": "The mobile graphic height of the page state.",
2048
2208
  "values": []
2049
2209
  },
2050
2210
  {
2051
- "name": "--forge-label-value-label-block-end-spacing",
2052
- "description": "The block end spacing for the label.",
2211
+ "name": "--forge-page-state-title-color",
2212
+ "description": "The title color of the page state.",
2053
2213
  "values": []
2054
2214
  },
2055
2215
  {
2056
- "name": "--forge-label-value-label-color",
2057
- "description": "The color to apply to the label.",
2216
+ "name": "--forge-page-state-title-spacing",
2217
+ "description": "The title spacing of the page state.",
2058
2218
  "values": []
2059
2219
  },
2060
2220
  {
2061
- "name": "--forge-label-value-icon-spacing",
2062
- "description": "The spacing between the icon and the label.",
2221
+ "name": "--forge-page-state-message-color",
2222
+ "description": "The message color of the page state.",
2063
2223
  "values": []
2064
2224
  },
2065
2225
  {
2066
- "name": "--forge-label-value-inline-label-spacing",
2067
- "description": "The spacing between the label and value when displayed inline.",
2226
+ "name": "--forge-page-state-message-spacing",
2227
+ "description": "The message spacing of the page state.",
2068
2228
  "values": []
2069
2229
  },
2070
2230
  {
2071
- "name": "--forge-label-value-empty-color",
2072
- "description": "The color to apply to the value when empty.",
2231
+ "name": "--forge-page-state-actions-spacing",
2232
+ "description": "The actions spacing of the page state.",
2073
2233
  "values": []
2074
2234
  },
2075
2235
  {
2076
- "name": "--forge-label-value-empty-style",
2077
- "description": "The font-style to apply to the value when empty.",
2236
+ "name": "--forge-overlay-position",
2237
+ "description": "The `position` of the overlay.",
2078
2238
  "values": []
2079
2239
  },
2080
2240
  {
2081
- "name": "--forge-linear-progress-height",
2082
- "description": "The height of the element.",
2241
+ "name": "--forge-overlay-z-index",
2242
+ "description": "The `z-index` of the overlay. Defaults to the `popup` range.",
2083
2243
  "values": []
2084
2244
  },
2085
2245
  {
2086
- "name": "--forge-linear-progress-track-color",
2087
- "description": "The background color of the indicator.",
2246
+ "name": "--forge-overlay-height",
2247
+ "description": "The `height` of the overlay. Defaults to `min-content`.",
2088
2248
  "values": []
2089
2249
  },
2090
2250
  {
2091
- "name": "--forge-linear-progress-track-shape",
2092
- "description": "The shape of the indicator.",
2251
+ "name": "--forge-overlay-width",
2252
+ "description": "The `width` of the overlay. Defaults to `min-content`.",
2093
2253
  "values": []
2094
2254
  },
2095
2255
  {
2096
- "name": "--forge-linear-progress-indicator-color",
2097
- "description": "The color of the indicator.",
2256
+ "name": "--forge-overlay-position-block-start",
2257
+ "description": "The `block-start` position of the overlay.",
2098
2258
  "values": []
2099
2259
  },
2100
2260
  {
2101
- "name": "--forge-linear-progress-indicator-height",
2102
- "description": "The height of the indicator only.",
2261
+ "name": "--forge-overlay-position-block-end",
2262
+ "description": "The `block-end` position of the overlay.",
2103
2263
  "values": []
2104
2264
  },
2105
2265
  {
2106
- "name": "--forge-linear-progress-determinate-duration",
2107
- "description": "The duration of the determinate animation.",
2266
+ "name": "--forge-overlay-position-inline-start",
2267
+ "description": "The `inline-start` position of the overlay.",
2108
2268
  "values": []
2109
2269
  },
2110
2270
  {
2111
- "name": "--forge-linear-progress-indeterminate-duration",
2112
- "description": "The duration of the indeterminate animation.",
2271
+ "name": "--forge-overlay-position-inline-end",
2272
+ "description": "The `inline-end` position of the overlay.",
2113
2273
  "values": []
2114
2274
  },
2115
2275
  {
2116
- "name": "--forge-linear-progress-determinate-easing",
2117
- "description": "The easing function to use for the determinate animation.",
2276
+ "name": "--forge-popover-background",
2277
+ "description": "The background color of the popover surface.",
2118
2278
  "values": []
2119
2279
  },
2120
2280
  {
2121
- "name": "--forge-linear-progress-theme-transition-duration",
2122
- "description": "The duration of the theme transition.",
2281
+ "name": "--forge-popover-border-radius",
2282
+ "description": "The border radius of the popover surface.",
2123
2283
  "values": []
2124
2284
  },
2125
2285
  {
2126
- "name": "--forge-linear-progress-theme-transition-timing",
2127
- "description": "The easing function to use for the theme transition.",
2286
+ "name": "--forge-popover-box-shadow",
2287
+ "description": "The box shadow of the popover surface.",
2128
2288
  "values": []
2129
2289
  },
2130
2290
  {
2131
- "name": "--forge-open-icon-color",
2132
- "description": "The color of the icon.",
2291
+ "name": "--forge-popover-border-width",
2292
+ "description": "The border width of the popover surface.",
2133
2293
  "values": []
2134
2294
  },
2135
2295
  {
2136
- "name": "--forge-open-icon-size",
2137
- "description": "The size of the icon.",
2296
+ "name": "--forge-popover-border-style",
2297
+ "description": "The border style of the popover surface.",
2138
2298
  "values": []
2139
2299
  },
2140
2300
  {
2141
- "name": "--forge-open-icon-height",
2142
- "description": "The height of the icon. Defaults to `size`.",
2301
+ "name": "--forge-popover-border-color",
2302
+ "description": "The border color of the popover surface.",
2143
2303
  "values": []
2144
2304
  },
2145
2305
  {
2146
- "name": "--forge-open-icon-width",
2147
- "description": "The width of the icon. Defaults to `size`.",
2306
+ "name": "--forge-popover-width",
2307
+ "description": "The width of the popover surface. Defaults to `auto`.",
2148
2308
  "values": []
2149
2309
  },
2150
2310
  {
2151
- "name": "--forge-open-icon-initial-rotation",
2152
- "description": "The initial rotation of the icon.",
2311
+ "name": "--forge-popover-height",
2312
+ "description": "The height of the popover surface. Defaults to `auto`.",
2153
2313
  "values": []
2154
2314
  },
2155
2315
  {
2156
- "name": "--forge-open-icon-open-rotation",
2157
- "description": "The rotation of the icon when open.",
2316
+ "name": "--forge-popover-min-width",
2317
+ "description": "The minimum width of the popover surface. Defaults to `none`.",
2158
2318
  "values": []
2159
2319
  },
2160
2320
  {
2161
- "name": "--forge-open-icon-animation-duration",
2162
- "description": "The duration of the open animation.",
2321
+ "name": "--forge-popover-max-width",
2322
+ "description": "The maximum width of the popover surface. Defaults to `none`.",
2163
2323
  "values": []
2164
2324
  },
2165
2325
  {
2166
- "name": "--forge-open-icon-half-animation-duration",
2167
- "description": "The duration of the open animation when in a half orientation.",
2326
+ "name": "--forge-popover-min-height",
2327
+ "description": "The minimum height of the popover surface. Defaults to `none`.",
2168
2328
  "values": []
2169
2329
  },
2170
2330
  {
2171
- "name": "--forge-open-icon-animation-timing",
2172
- "description": "The timing function of the open animation.",
2331
+ "name": "--forge-popover-max-height",
2332
+ "description": "The maximum height of the popover surface. Defaults to `none`.",
2173
2333
  "values": []
2174
2334
  },
2175
2335
  {
2176
- "name": "--forge-overlay-position",
2177
- "description": "The `position` of the overlay.",
2336
+ "name": "--forge-popover-arrow-size",
2337
+ "description": "The size of the arrow.",
2178
2338
  "values": []
2179
2339
  },
2180
2340
  {
2181
- "name": "--forge-overlay-z-index",
2182
- "description": "The `z-index` of the overlay. Defaults to the `popup` range.",
2341
+ "name": "--forge-popover-arrow-height",
2342
+ "description": "The height of the arrow.",
2183
2343
  "values": []
2184
2344
  },
2185
2345
  {
2186
- "name": "--forge-overlay-height",
2187
- "description": "The `height` of the overlay. Defaults to `min-content`.",
2346
+ "name": "--forge-popover-arrow-width",
2347
+ "description": "The width of the arrow.",
2188
2348
  "values": []
2189
2349
  },
2190
2350
  {
2191
- "name": "--forge-overlay-width",
2192
- "description": "The `width` of the overlay. Defaults to `min-content`.",
2351
+ "name": "--forge-popover-arrow-background-color",
2352
+ "description": "The background color of the arrow. Defaults to the background color of the popover surface.",
2193
2353
  "values": []
2194
2354
  },
2195
2355
  {
2196
- "name": "--forge-overlay-position-block-start",
2197
- "description": "The `block-start` position of the overlay.",
2356
+ "name": "--forge-popover-arrow-top-rotation",
2357
+ "description": "The rotation of the arrow when the popover is placed on the top.",
2198
2358
  "values": []
2199
2359
  },
2200
2360
  {
2201
- "name": "--forge-overlay-position-block-end",
2202
- "description": "The `block-end` position of the overlay.",
2361
+ "name": "--forge-popover-arrow-right-rotation",
2362
+ "description": "The rotation of the arrow when the popover is placed on the right.",
2203
2363
  "values": []
2204
2364
  },
2205
2365
  {
2206
- "name": "--forge-overlay-position-inline-start",
2207
- "description": "The `inline-start` position of the overlay.",
2366
+ "name": "--forge-popover-arrow-bottom-rotation",
2367
+ "description": "The rotation of the arrow when the popover is placed on the bottom.",
2208
2368
  "values": []
2209
2369
  },
2210
2370
  {
2211
- "name": "--forge-overlay-position-inline-end",
2212
- "description": "The `inline-end` position of the overlay.",
2371
+ "name": "--forge-popover-arrow-left-rotation",
2372
+ "description": "The rotation of the arrow when the popover is placed on the left.",
2213
2373
  "values": []
2214
2374
  },
2215
2375
  {
2216
- "name": "--forge-page-state-width",
2217
- "description": "The width of the page state.",
2376
+ "name": "--forge-popover-arrow-border-width",
2377
+ "description": "The border width of the popover surface and arrow when an arrow is applied.",
2218
2378
  "values": []
2219
2379
  },
2220
2380
  {
2221
- "name": "--forge-page-state-height",
2222
- "description": "The height of the page state.",
2381
+ "name": "--forge-popover-arrow-clip-path",
2382
+ "description": "The clip path to use for the arrow element.",
2223
2383
  "values": []
2224
2384
  },
2225
2385
  {
2226
- "name": "--forge-page-state-spacing",
2227
- "description": "The spacing of the page state.",
2386
+ "name": "--forge-popover-animation-timing",
2387
+ "description": "The animation timing function to use for the popover animation.",
2228
2388
  "values": []
2229
2389
  },
2230
2390
  {
2231
- "name": "--forge-page-state-mobile-width",
2232
- "description": "The mobile width of the page state.",
2391
+ "name": "--forge-popover-zoom-duration",
2392
+ "description": "The duration of the zoom animation.",
2233
2393
  "values": []
2234
2394
  },
2235
2395
  {
2236
- "name": "--forge-page-state-graphic-height",
2237
- "description": "The graphic height of the page state.",
2238
- "values": []
2239
- },
2240
- {
2241
- "name": "--forge-page-state-graphic-spacing",
2242
- "description": "The graphic spacing of the page state.",
2243
- "values": []
2244
- },
2245
- {
2246
- "name": "--forge-page-state-mobile-graphic-height",
2247
- "description": "The mobile graphic height of the page state.",
2248
- "values": []
2249
- },
2250
- {
2251
- "name": "--forge-page-state-title-color",
2252
- "description": "The title color of the page state.",
2253
- "values": []
2254
- },
2255
- {
2256
- "name": "--forge-page-state-title-spacing",
2257
- "description": "The title spacing of the page state.",
2258
- "values": []
2259
- },
2260
- {
2261
- "name": "--forge-page-state-message-color",
2262
- "description": "The message color of the page state.",
2263
- "values": []
2264
- },
2265
- {
2266
- "name": "--forge-page-state-message-spacing",
2267
- "description": "The message spacing of the page state.",
2268
- "values": []
2269
- },
2270
- {
2271
- "name": "--forge-page-state-actions-spacing",
2272
- "description": "The actions spacing of the page state.",
2273
- "values": []
2274
- },
2275
- {
2276
- "name": "--forge-popover-background",
2277
- "description": "The background color of the popover surface.",
2278
- "values": []
2279
- },
2280
- {
2281
- "name": "--forge-popover-border-radius",
2282
- "description": "The border radius of the popover surface.",
2283
- "values": []
2284
- },
2285
- {
2286
- "name": "--forge-popover-box-shadow",
2287
- "description": "The box shadow of the popover surface.",
2288
- "values": []
2289
- },
2290
- {
2291
- "name": "--forge-popover-border-width",
2292
- "description": "The border width of the popover surface.",
2293
- "values": []
2294
- },
2295
- {
2296
- "name": "--forge-popover-border-style",
2297
- "description": "The border style of the popover surface.",
2298
- "values": []
2299
- },
2300
- {
2301
- "name": "--forge-popover-border-color",
2302
- "description": "The border color of the popover surface.",
2303
- "values": []
2304
- },
2305
- {
2306
- "name": "--forge-popover-width",
2307
- "description": "The width of the popover surface. Defaults to `auto`.",
2308
- "values": []
2309
- },
2310
- {
2311
- "name": "--forge-popover-height",
2312
- "description": "The height of the popover surface. Defaults to `auto`.",
2313
- "values": []
2314
- },
2315
- {
2316
- "name": "--forge-popover-min-width",
2317
- "description": "The minimum width of the popover surface. Defaults to `none`.",
2318
- "values": []
2319
- },
2320
- {
2321
- "name": "--forge-popover-max-width",
2322
- "description": "The maximum width of the popover surface. Defaults to `none`.",
2323
- "values": []
2324
- },
2325
- {
2326
- "name": "--forge-popover-min-height",
2327
- "description": "The minimum height of the popover surface. Defaults to `none`.",
2328
- "values": []
2329
- },
2330
- {
2331
- "name": "--forge-popover-max-height",
2332
- "description": "The maximum height of the popover surface. Defaults to `none`.",
2333
- "values": []
2334
- },
2335
- {
2336
- "name": "--forge-popover-arrow-size",
2337
- "description": "The size of the arrow.",
2338
- "values": []
2339
- },
2340
- {
2341
- "name": "--forge-popover-arrow-height",
2342
- "description": "The height of the arrow.",
2396
+ "name": "--forge-popover-zoom-timing",
2397
+ "description": "The timing function to use for the zoom animation.",
2343
2398
  "values": []
2344
2399
  },
2345
2400
  {
2346
- "name": "--forge-popover-arrow-width",
2347
- "description": "The width of the arrow.",
2401
+ "name": "--forge-popover-slide-duration",
2402
+ "description": "The duration of the slide animation.",
2348
2403
  "values": []
2349
2404
  },
2350
2405
  {
2351
- "name": "--forge-popover-arrow-background-color",
2352
- "description": "The background color of the arrow. Defaults to the background color of the popover surface.",
2406
+ "name": "--forge-popover-slide-timing",
2407
+ "description": "The timing function to use for the slide animation.",
2353
2408
  "values": []
2354
2409
  },
2355
2410
  {
2356
- "name": "--forge-popover-arrow-top-rotation",
2357
- "description": "The rotation of the arrow when the popover is placed on the top.",
2411
+ "name": "--forge-popover-slide-offset",
2412
+ "description": "The start offset to use for the slide animation.",
2358
2413
  "values": []
2359
2414
  },
2360
2415
  {
2361
- "name": "--forge-popover-arrow-right-rotation",
2362
- "description": "The rotation of the arrow when the popover is placed on the right.",
2416
+ "name": "--forge-popover-fade-duration",
2417
+ "description": "The duration of the fade animation.",
2363
2418
  "values": []
2364
2419
  },
2365
2420
  {
2366
- "name": "--forge-popover-arrow-bottom-rotation",
2367
- "description": "The rotation of the arrow when the popover is placed on the bottom.",
2421
+ "name": "--forge-popover-fade-timing",
2422
+ "description": "The timing function to use for the fade animation.",
2368
2423
  "values": []
2369
2424
  },
2370
2425
  {
2371
- "name": "--forge-popover-arrow-left-rotation",
2372
- "description": "The rotation of the arrow when the popover is placed on the left.",
2426
+ "name": "--forge-popover-position-block-start",
2427
+ "description": "The `block-start` position of the popover.",
2373
2428
  "values": []
2374
2429
  },
2375
2430
  {
2376
- "name": "--forge-popover-arrow-border-width",
2377
- "description": "The border width of the popover surface and arrow when an arrow is applied.",
2431
+ "name": "--forge-popover-position-block-end",
2432
+ "description": "The `block-end` position of the popover.",
2378
2433
  "values": []
2379
2434
  },
2380
2435
  {
2381
- "name": "--forge-popover-arrow-clip-path",
2382
- "description": "The clip path to use for the arrow element.",
2436
+ "name": "--forge-popover-position-inline-start",
2437
+ "description": "The `inline-start` position of the popover.",
2383
2438
  "values": []
2384
2439
  },
2385
2440
  {
2386
- "name": "--forge-popover-animation-timing",
2387
- "description": "The animation timing function to use for the popover animation.",
2441
+ "name": "--forge-popover-position-inline-end",
2442
+ "description": "The `inline-end` position of the popover.",
2388
2443
  "values": []
2389
2444
  },
2390
2445
  {
2391
- "name": "--forge-popover-zoom-duration",
2392
- "description": "The duration of the zoom animation.",
2446
+ "name": "--forge-popover-preset-dropdown-max-height",
2447
+ "description": "The maximum height of the popover when using `preset=\"dropdown\"`. Defaults to `256px`.",
2393
2448
  "values": []
2394
2449
  },
2395
2450
  {
2396
- "name": "--forge-popover-zoom-timing",
2397
- "description": "The timing function to use for the zoom animation.",
2451
+ "name": "--forge-popover-preset-dropdown-overflow",
2452
+ "description": "The overflow behavior of the popover when using `preset=\"dropdown\"`. Defaults to `auto visible` (vertical scrolling only).",
2398
2453
  "values": []
2399
2454
  },
2400
2455
  {
2401
- "name": "--forge-popover-slide-duration",
2402
- "description": "The duration of the slide animation.",
2456
+ "name": "--forge-scaffold-height",
2457
+ "description": "The `height` of the scaffold.",
2403
2458
  "values": []
2404
2459
  },
2405
2460
  {
2406
- "name": "--forge-popover-slide-timing",
2407
- "description": "The timing function to use for the slide animation.",
2461
+ "name": "--forge-scaffold-width",
2462
+ "description": "The `width` of the scaffold.",
2408
2463
  "values": []
2409
2464
  },
2410
2465
  {
2411
- "name": "--forge-popover-slide-offset",
2412
- "description": "The start offset to use for the slide animation.",
2466
+ "name": "--forge-scaffold-overflow",
2467
+ "description": "The `overflow` of the scaffold.",
2413
2468
  "values": []
2414
2469
  },
2415
2470
  {
2416
- "name": "--forge-popover-fade-duration",
2417
- "description": "The duration of the fade animation.",
2471
+ "name": "--forge-scaffold-body-position",
2472
+ "description": "The `position` of the scaffold body.",
2418
2473
  "values": []
2419
2474
  },
2420
2475
  {
2421
- "name": "--forge-popover-fade-timing",
2422
- "description": "The timing function to use for the fade animation.",
2476
+ "name": "--forge-skip-link-background",
2477
+ "description": "The background color of the skip link.",
2423
2478
  "values": []
2424
2479
  },
2425
2480
  {
2426
- "name": "--forge-popover-position-block-start",
2427
- "description": "The `block-start` position of the popover.",
2481
+ "name": "--forge-skip-link-color",
2482
+ "description": "The text color of the skip link.",
2428
2483
  "values": []
2429
2484
  },
2430
2485
  {
2431
- "name": "--forge-popover-position-block-end",
2432
- "description": "The `block-end` position of the popover.",
2486
+ "name": "--forge-skip-link-shape",
2487
+ "description": "The border radius of the skip link.",
2433
2488
  "values": []
2434
2489
  },
2435
2490
  {
2436
- "name": "--forge-popover-position-inline-start",
2437
- "description": "The `inline-start` position of the popover.",
2491
+ "name": "--forge-skip-link-inset",
2492
+ "description": "The skip link's inset from the edge of the viewport.",
2438
2493
  "values": []
2439
2494
  },
2440
2495
  {
2441
- "name": "--forge-popover-position-inline-end",
2442
- "description": "The `inline-end` position of the popover.",
2496
+ "name": "--forge-skip-link-z-index",
2497
+ "description": "The z-index of the skip link.",
2443
2498
  "values": []
2444
2499
  },
2445
2500
  {
2446
- "name": "--forge-popover-preset-dropdown-max-height",
2447
- "description": "The maximum height of the popover when using `preset=\"dropdown\"`. Defaults to `256px`.",
2501
+ "name": "--forge-skip-link-elevation",
2502
+ "description": "The box shadow of the skip link.",
2448
2503
  "values": []
2449
2504
  },
2450
2505
  {
2451
- "name": "--forge-popover-preset-dropdown-overflow",
2452
- "description": "The overflow behavior of the popover when using `preset=\"dropdown\"`. Defaults to `auto visible` (vertical scrolling only).",
2506
+ "name": "--forge-skip-link-padding-block",
2507
+ "description": "The interior padding of the skip link along the block axis.",
2453
2508
  "values": []
2454
2509
  },
2455
2510
  {
2456
- "name": "--forge-scaffold-height",
2457
- "description": "The `height` of the scaffold.",
2511
+ "name": "--forge-skip-link-padding-inline",
2512
+ "description": "The interior padding of the skip link along the inline axis.",
2458
2513
  "values": []
2459
2514
  },
2460
2515
  {
2461
- "name": "--forge-scaffold-width",
2462
- "description": "The `width` of the scaffold.",
2516
+ "name": "--forge-skip-link-focus-indicator-color",
2517
+ "description": "The color of the focus indicator.",
2463
2518
  "values": []
2464
2519
  },
2465
2520
  {
2466
- "name": "--forge-scaffold-overflow",
2467
- "description": "The `overflow` of the scaffold.",
2521
+ "name": "--forge-skip-link-transition-duration",
2522
+ "description": "The duration of the skip link's animations.",
2468
2523
  "values": []
2469
2524
  },
2470
2525
  {
2471
- "name": "--forge-scaffold-body-position",
2472
- "description": "The `position` of the scaffold body.",
2526
+ "name": "--forge-skip-link-transition-timing-function",
2527
+ "description": "The timing function of the skip link's animations.",
2473
2528
  "values": []
2474
2529
  },
2475
2530
  {
@@ -2568,108 +2623,53 @@
2568
2623
  "values": []
2569
2624
  },
2570
2625
  {
2571
- "name": "--forge-skip-link-background",
2572
- "description": "The background color of the skip link.",
2626
+ "name": "--forge-theme-primary",
2627
+ "description": "The primary color of the slider.",
2573
2628
  "values": []
2574
2629
  },
2575
2630
  {
2576
- "name": "--forge-skip-link-color",
2577
- "description": "The text color of the skip link.",
2631
+ "name": "--forge-theme-on-primary",
2632
+ "description": "The color of elements placed on top of the primary color (the label text for example).",
2578
2633
  "values": []
2579
2634
  },
2580
2635
  {
2581
- "name": "--forge-skip-link-shape",
2582
- "description": "The border radius of the skip link.",
2636
+ "name": "--forge-slider-track-height",
2637
+ "description": "The height of the track.",
2583
2638
  "values": []
2584
2639
  },
2585
2640
  {
2586
- "name": "--forge-skip-link-inset",
2587
- "description": "The skip link's inset from the edge of the viewport.",
2641
+ "name": "--forge-slider-active-track-color",
2642
+ "description": "The color of the active track.",
2588
2643
  "values": []
2589
2644
  },
2590
2645
  {
2591
- "name": "--forge-skip-link-z-index",
2592
- "description": "The z-index of the skip link.",
2646
+ "name": "--forge-slider-active-track-height",
2647
+ "description": "The height of the active track.",
2593
2648
  "values": []
2594
2649
  },
2595
2650
  {
2596
- "name": "--forge-skip-link-elevation",
2597
- "description": "The box shadow of the skip link.",
2651
+ "name": "--forge-slider-active-track-shape",
2652
+ "description": "The shape of the active track.",
2598
2653
  "values": []
2599
2654
  },
2600
2655
  {
2601
- "name": "--forge-skip-link-padding-block",
2602
- "description": "The interior padding of the skip link along the block axis.",
2656
+ "name": "--forge-slider-disabled-active-track-color",
2657
+ "description": "The color of the active track when disabled.",
2603
2658
  "values": []
2604
2659
  },
2605
2660
  {
2606
- "name": "--forge-skip-link-padding-inline",
2607
- "description": "The interior padding of the skip link along the inline axis.",
2661
+ "name": "--forge-slider-disabled-active-track-opacity",
2662
+ "description": "The opacity of the active track when disabled.",
2608
2663
  "values": []
2609
2664
  },
2610
2665
  {
2611
- "name": "--forge-skip-link-focus-indicator-color",
2612
- "description": "The color of the focus indicator.",
2666
+ "name": "--forge-slider-disabled-handle-color",
2667
+ "description": "The color of the slider handle when disabled.",
2613
2668
  "values": []
2614
2669
  },
2615
2670
  {
2616
- "name": "--forge-skip-link-transition-duration",
2617
- "description": "The duration of the skip link's animations.",
2618
- "values": []
2619
- },
2620
- {
2621
- "name": "--forge-skip-link-transition-timing-function",
2622
- "description": "The timing function of the skip link's animations.",
2623
- "values": []
2624
- },
2625
- {
2626
- "name": "--forge-theme-primary",
2627
- "description": "The primary color of the slider.",
2628
- "values": []
2629
- },
2630
- {
2631
- "name": "--forge-theme-on-primary",
2632
- "description": "The color of elements placed on top of the primary color (the label text for example).",
2633
- "values": []
2634
- },
2635
- {
2636
- "name": "--forge-slider-track-height",
2637
- "description": "The height of the track.",
2638
- "values": []
2639
- },
2640
- {
2641
- "name": "--forge-slider-active-track-color",
2642
- "description": "The color of the active track.",
2643
- "values": []
2644
- },
2645
- {
2646
- "name": "--forge-slider-active-track-height",
2647
- "description": "The height of the active track.",
2648
- "values": []
2649
- },
2650
- {
2651
- "name": "--forge-slider-active-track-shape",
2652
- "description": "The shape of the active track.",
2653
- "values": []
2654
- },
2655
- {
2656
- "name": "--forge-slider-disabled-active-track-color",
2657
- "description": "The color of the active track when disabled.",
2658
- "values": []
2659
- },
2660
- {
2661
- "name": "--forge-slider-disabled-active-track-opacity",
2662
- "description": "The opacity of the active track when disabled.",
2663
- "values": []
2664
- },
2665
- {
2666
- "name": "--forge-slider-disabled-handle-color",
2667
- "description": "The color of the slider handle when disabled.",
2668
- "values": []
2669
- },
2670
- {
2671
- "name": "--forge-slider-disabled-inactive-track-color",
2672
- "description": "The color of the inactive track when disabled.",
2671
+ "name": "--forge-slider-disabled-inactive-track-color",
2672
+ "description": "The color of the inactive track when disabled.",
2673
2673
  "values": []
2674
2674
  },
2675
2675
  {
@@ -2832,46 +2832,6 @@
2832
2832
  "description": "Controls the flex shorthand property of a child element within the stack.",
2833
2833
  "values": []
2834
2834
  },
2835
- {
2836
- "name": "--forge-state-layer-color",
2837
- "description": "The color of the state layer. Defaults to the on-surface theme.",
2838
- "values": []
2839
- },
2840
- {
2841
- "name": "--forge-state-layer-hover-color",
2842
- "description": "The color of the state layer when hovered.",
2843
- "values": []
2844
- },
2845
- {
2846
- "name": "--forge-state-layer-hover-opacity",
2847
- "description": "The opacity of the state layer when hovered.",
2848
- "values": []
2849
- },
2850
- {
2851
- "name": "--forge-state-layer-pressed-color",
2852
- "description": "The color of the state layer when pressed.",
2853
- "values": []
2854
- },
2855
- {
2856
- "name": "--forge-state-layer-pressed-opacity",
2857
- "description": "The opacity of the state layer when pressed.",
2858
- "values": []
2859
- },
2860
- {
2861
- "name": "--forge-state-layer-hover-duration",
2862
- "description": "The duration of the hover animation.",
2863
- "values": []
2864
- },
2865
- {
2866
- "name": "--forge-state-layer-animation-duration",
2867
- "description": "The duration of the animation.",
2868
- "values": []
2869
- },
2870
- {
2871
- "name": "--forge-state-layer-pressed-duration",
2872
- "description": "The duration of the pressed animation.",
2873
- "values": []
2874
- },
2875
2835
  {
2876
2836
  "name": "--forge-theme-primary",
2877
2837
  "description": "The primary color of the switch.",
@@ -3407,6 +3367,46 @@
3407
3367
  "description": "The background of the field when disabled.",
3408
3368
  "values": []
3409
3369
  },
3370
+ {
3371
+ "name": "--forge-state-layer-color",
3372
+ "description": "The color of the state layer. Defaults to the on-surface theme.",
3373
+ "values": []
3374
+ },
3375
+ {
3376
+ "name": "--forge-state-layer-hover-color",
3377
+ "description": "The color of the state layer when hovered.",
3378
+ "values": []
3379
+ },
3380
+ {
3381
+ "name": "--forge-state-layer-hover-opacity",
3382
+ "description": "The opacity of the state layer when hovered.",
3383
+ "values": []
3384
+ },
3385
+ {
3386
+ "name": "--forge-state-layer-pressed-color",
3387
+ "description": "The color of the state layer when pressed.",
3388
+ "values": []
3389
+ },
3390
+ {
3391
+ "name": "--forge-state-layer-pressed-opacity",
3392
+ "description": "The opacity of the state layer when pressed.",
3393
+ "values": []
3394
+ },
3395
+ {
3396
+ "name": "--forge-state-layer-hover-duration",
3397
+ "description": "The duration of the hover animation.",
3398
+ "values": []
3399
+ },
3400
+ {
3401
+ "name": "--forge-state-layer-animation-duration",
3402
+ "description": "The duration of the animation.",
3403
+ "values": []
3404
+ },
3405
+ {
3406
+ "name": "--forge-state-layer-pressed-duration",
3407
+ "description": "The duration of the pressed animation.",
3408
+ "values": []
3409
+ },
3410
3410
  {
3411
3411
  "name": "--forge-toast-background",
3412
3412
  "description": "The background color of the toast.",
@@ -3577,429 +3577,214 @@
3577
3577
  "description": "The text color of the tooltip surface.",
3578
3578
  "values": []
3579
3579
  },
3580
- {
3581
- "name": "--forge-tooltip-shape",
3582
- "description": "The shape of the tooltip surface.",
3583
- "values": []
3584
- },
3585
- {
3586
- "name": "--forge-tooltip-padding",
3587
- "description": "The padding of the tooltip surface.",
3588
- "values": []
3589
- },
3590
- {
3591
- "name": "--forge-tooltip-padding-block",
3592
- "description": "The block padding of the tooltip surface.",
3593
- "values": []
3594
- },
3595
- {
3596
- "name": "--forge-tooltip-padding-inline",
3597
- "description": "The inline padding of the tooltip surface.",
3598
- "values": []
3599
- },
3600
- {
3601
- "name": "--forge-tooltip-max-width",
3602
- "description": "The maximum width of the tooltip surface.",
3603
- "values": []
3604
- },
3605
- {
3606
- "name": "--forge-tooltip-elevation",
3607
- "description": "The elevation of the tooltip surface.",
3608
- "values": []
3609
- },
3610
- {
3611
- "name": "--forge-tooltip-border-width",
3612
- "description": "The border width of the tooltip surface.",
3613
- "values": []
3614
- },
3615
- {
3616
- "name": "--forge-tooltip-border-style",
3617
- "description": "The border style of the tooltip surface.",
3618
- "values": []
3619
- },
3620
- {
3621
- "name": "--forge-tooltip-border-color",
3622
- "description": "The border color of the tooltip surface.",
3623
- "values": []
3624
- },
3625
- {
3626
- "name": "--forge-tooltip-animation-timing",
3627
- "description": "The animation timing function of the tooltip surface.",
3628
- "values": []
3629
- },
3630
- {
3631
- "name": "--forge-tooltip-animation-duration",
3632
- "description": "The animation duration of the tooltip surface.",
3633
- "values": []
3634
- },
3635
- {
3636
- "name": "--forge-tooltip-animation-offset",
3637
- "description": "The animation offset of the tooltip surface.",
3638
- "values": []
3639
- },
3640
- {
3641
- "name": "--forge-tooltip-arrow-size",
3642
- "description": "The size of the tooltip arrow.",
3643
- "values": []
3644
- },
3645
- {
3646
- "name": "--forge-tooltip-arrow-height",
3647
- "description": "The height of the tooltip arrow.",
3648
- "values": []
3649
- },
3650
- {
3651
- "name": "--forge-tooltip-arrow-width",
3652
- "description": "The width of the tooltip arrow.",
3653
- "values": []
3654
- },
3655
- {
3656
- "name": "--forge-tooltip-arrow-shape",
3657
- "description": "The shape of the tooltip arrow.",
3658
- "values": []
3659
- },
3660
- {
3661
- "name": "--forge-tooltip-arrow-clip-path",
3662
- "description": "The clip path of the tooltip arrow.",
3663
- "values": []
3664
- },
3665
- {
3666
- "name": "--forge-tooltip-arrow-rotation",
3667
- "description": "The rotation of the tooltip arrow.",
3668
- "values": []
3669
- },
3670
- {
3671
- "name": "--forge-tooltip-arrow-top-rotation",
3672
- "description": "The rotation of the tooltip arrow when the tooltip is placed on top.",
3673
- "values": []
3674
- },
3675
- {
3676
- "name": "--forge-tooltip-arrow-right-rotation",
3677
- "description": "The rotation of the tooltip arrow when the tooltip is placed on the right.",
3678
- "values": []
3679
- },
3680
- {
3681
- "name": "--forge-tooltip-arrow-bottom-rotation",
3682
- "description": "The rotation of the tooltip arrow when the tooltip is placed on the bottom.",
3683
- "values": []
3684
- },
3685
- {
3686
- "name": "--forge-tooltip-arrow-left-rotation",
3687
- "description": "The rotation of the tooltip arrow when the tooltip is placed on the left.",
3688
- "values": []
3689
- },
3690
- {
3691
- "name": "--forge-app-bar-background",
3692
- "description": "The background color of the app bar.",
3693
- "values": []
3694
- },
3695
- {
3696
- "name": "--forge-app-bar-foreground",
3697
- "description": "The text color of the app bar.",
3698
- "values": []
3699
- },
3700
- {
3701
- "name": "--forge-app-bar-theme-foreground",
3702
- "description": "The text color of the app bar when using the **scoped theme mode**.",
3703
- "values": []
3704
- },
3705
- {
3706
- "name": "--forge-app-bar-theme-foreground-muted",
3707
- "description": "The muted text color of the app bar when using the **scoped theme mode**.",
3708
- "values": []
3709
- },
3710
- {
3711
- "name": "--forge-app-bar-z-index",
3712
- "description": "The `z-index` of the app bar.",
3713
- "values": []
3714
- },
3715
- {
3716
- "name": "--forge-app-bar-elevation",
3717
- "description": "The elevation of the app bar.",
3718
- "values": []
3719
- },
3720
- {
3721
- "name": "--forge-app-bar-height",
3722
- "description": "The height of the app bar.",
3723
- "values": []
3724
- },
3725
- {
3726
- "name": "--forge-app-bar-row-padding",
3727
- "description": "The inline padding of the app bar.",
3728
- "values": []
3729
- },
3730
- {
3731
- "name": "--forge-app-bar-logo-gap",
3732
- "description": "The space between the logo and title.",
3733
- "values": []
3734
- },
3735
- {
3736
- "name": "--forge-app-bar-title-padding",
3737
- "description": "The padding around the title element.",
3738
- "values": []
3739
- },
3740
- {
3741
- "name": "--forge-app-bar-columns",
3742
- "description": "The grid column track sizes.",
3743
- "values": []
3744
- },
3745
- {
3746
- "name": "--forge-app-bar-transition-duration",
3747
- "description": "The transition duration for animations.",
3748
- "values": []
3749
- },
3750
- {
3751
- "name": "--forge-app-bar-transition-timing",
3752
- "description": "The transition timing function for animations.",
3753
- "values": []
3754
- },
3755
- {
3756
- "name": "--forge-theme-on-primary",
3757
- "description": "Controls the border-color of the container outline, the font-color, and icon color.",
3758
- "values": []
3759
- },
3760
- {
3761
- "name": "--forge-theme-on-surface",
3762
- "description": "Controls the font color of the buttons.",
3763
- "values": []
3764
- },
3765
- {
3766
- "name": "--forge-theme-text-medium",
3767
- "description": "Controls the placeholder font color.",
3768
- "values": []
3769
- },
3770
- {
3771
- "name": "--forge-app-bar-search-theme-background",
3772
- "description": "Controls the background-color of the container.",
3773
- "values": []
3774
- },
3775
- {
3776
- "name": "--forge-app-bar-search-theme-background-focused",
3777
- "description": "Controls the focused background-color of the container.",
3778
- "values": []
3779
- },
3780
- {
3781
- "name": "--forge-app-bar-search-theme-hover-opacity",
3782
- "description": "Controls the hover opacity of the outline.",
3783
- "values": []
3784
- },
3785
- {
3786
- "name": "--forge-app-bar-search-theme-disabled-opacity",
3787
- "description": "Controls the disabled opacity of the component.",
3788
- "values": []
3789
- },
3790
- {
3791
- "name": "--forge-button-toggle-display",
3792
- "description": "The `display` style for the button toggle container element.",
3793
- "values": []
3794
- },
3795
- {
3796
- "name": "--forge-button-toggle-min-width",
3797
- "description": "The minimum width.",
3580
+ {
3581
+ "name": "--forge-tooltip-shape",
3582
+ "description": "The shape of the tooltip surface.",
3798
3583
  "values": []
3799
3584
  },
3800
3585
  {
3801
- "name": "--forge-button-toggle-spacing",
3802
- "description": "The spacing between the button toggle and its content.",
3586
+ "name": "--forge-tooltip-padding",
3587
+ "description": "The padding of the tooltip surface.",
3803
3588
  "values": []
3804
3589
  },
3805
3590
  {
3806
- "name": "--forge-button-toggle-padding-block",
3807
- "description": "The padding on the block axis.",
3591
+ "name": "--forge-tooltip-padding-block",
3592
+ "description": "The block padding of the tooltip surface.",
3808
3593
  "values": []
3809
3594
  },
3810
3595
  {
3811
- "name": "--forge-button-toggle-padding-inline",
3812
- "description": "The padding on the inline axis.",
3596
+ "name": "--forge-tooltip-padding-inline",
3597
+ "description": "The inline padding of the tooltip surface.",
3813
3598
  "values": []
3814
3599
  },
3815
3600
  {
3816
- "name": "--forge-button-toggle-color",
3817
- "description": "The color of the button toggle content.",
3601
+ "name": "--forge-tooltip-max-width",
3602
+ "description": "The maximum width of the tooltip surface.",
3818
3603
  "values": []
3819
3604
  },
3820
3605
  {
3821
- "name": "--forge-button-toggle-background",
3822
- "description": "The background of the button toggle.",
3606
+ "name": "--forge-tooltip-elevation",
3607
+ "description": "The elevation of the tooltip surface.",
3823
3608
  "values": []
3824
3609
  },
3825
3610
  {
3826
- "name": "--forge-button-toggle-cursor",
3827
- "description": "The cursor of the button toggle.",
3611
+ "name": "--forge-tooltip-border-width",
3612
+ "description": "The border width of the tooltip surface.",
3828
3613
  "values": []
3829
3614
  },
3830
3615
  {
3831
- "name": "--forge-button-toggle-border-width",
3832
- "description": "The border-width of the button toggle.",
3616
+ "name": "--forge-tooltip-border-style",
3617
+ "description": "The border style of the tooltip surface.",
3833
3618
  "values": []
3834
3619
  },
3835
3620
  {
3836
- "name": "--forge-button-toggle-border-style",
3837
- "description": "The border-style of the button toggle.",
3621
+ "name": "--forge-tooltip-border-color",
3622
+ "description": "The border color of the tooltip surface.",
3838
3623
  "values": []
3839
3624
  },
3840
3625
  {
3841
- "name": "--forge-button-toggle-border-color",
3842
- "description": "The border-color of the button toggle.",
3626
+ "name": "--forge-tooltip-animation-timing",
3627
+ "description": "The animation timing function of the tooltip surface.",
3843
3628
  "values": []
3844
3629
  },
3845
3630
  {
3846
- "name": "--forge-button-toggle-shape",
3847
- "description": "The shape radius of the button toggle.",
3631
+ "name": "--forge-tooltip-animation-duration",
3632
+ "description": "The animation duration of the tooltip surface.",
3848
3633
  "values": []
3849
3634
  },
3850
3635
  {
3851
- "name": "--forge-button-toggle-shape-start-start",
3852
- "description": "The start-start shape radius of the button toggle.",
3636
+ "name": "--forge-tooltip-animation-offset",
3637
+ "description": "The animation offset of the tooltip surface.",
3853
3638
  "values": []
3854
3639
  },
3855
3640
  {
3856
- "name": "--forge-button-toggle-shape-start-end",
3857
- "description": "The start-end shape radius of the button toggle.",
3641
+ "name": "--forge-tooltip-arrow-size",
3642
+ "description": "The size of the tooltip arrow.",
3858
3643
  "values": []
3859
3644
  },
3860
3645
  {
3861
- "name": "--forge-button-toggle-shape-end-start",
3862
- "description": "The end-start shape radius of the button toggle.",
3646
+ "name": "--forge-tooltip-arrow-height",
3647
+ "description": "The height of the tooltip arrow.",
3863
3648
  "values": []
3864
3649
  },
3865
3650
  {
3866
- "name": "--forge-button-toggle-shape-end-end",
3867
- "description": "The end-end shape radius of the button toggle.",
3651
+ "name": "--forge-tooltip-arrow-width",
3652
+ "description": "The width of the tooltip arrow.",
3868
3653
  "values": []
3869
3654
  },
3870
3655
  {
3871
- "name": "--forge-button-toggle-selected-background",
3872
- "description": "The background of the button toggle when selected.",
3656
+ "name": "--forge-tooltip-arrow-shape",
3657
+ "description": "The shape of the tooltip arrow.",
3873
3658
  "values": []
3874
3659
  },
3875
3660
  {
3876
- "name": "--forge-button-toggle-selected-color",
3877
- "description": "The color of the button toggle content when selected.",
3661
+ "name": "--forge-tooltip-arrow-clip-path",
3662
+ "description": "The clip path of the tooltip arrow.",
3878
3663
  "values": []
3879
3664
  },
3880
3665
  {
3881
- "name": "--forge-button-toggle-selected-disabled-background",
3882
- "description": "The background of the button toggle when selected and disabled.",
3666
+ "name": "--forge-tooltip-arrow-rotation",
3667
+ "description": "The rotation of the tooltip arrow.",
3883
3668
  "values": []
3884
3669
  },
3885
3670
  {
3886
- "name": "--forge-button-toggle-disabled-opacity",
3887
- "description": "The opacity of the button toggle when disabled.",
3671
+ "name": "--forge-tooltip-arrow-top-rotation",
3672
+ "description": "The rotation of the tooltip arrow when the tooltip is placed on top.",
3888
3673
  "values": []
3889
3674
  },
3890
3675
  {
3891
- "name": "--forge-button-toggle-disabled-cursor",
3892
- "description": "The cursor of the button toggle when disabled.",
3676
+ "name": "--forge-tooltip-arrow-right-rotation",
3677
+ "description": "The rotation of the tooltip arrow when the tooltip is placed on the right.",
3893
3678
  "values": []
3894
3679
  },
3895
3680
  {
3896
- "name": "--forge-button-toggle-disabled-color",
3897
- "description": "The color of the button toggle content when disabled.",
3681
+ "name": "--forge-tooltip-arrow-bottom-rotation",
3682
+ "description": "The rotation of the tooltip arrow when the tooltip is placed on the bottom.",
3898
3683
  "values": []
3899
3684
  },
3900
3685
  {
3901
- "name": "--forge-button-toggle-disabled-background",
3902
- "description": "The background of the button toggle when disabled.",
3686
+ "name": "--forge-tooltip-arrow-left-rotation",
3687
+ "description": "The rotation of the tooltip arrow when the tooltip is placed on the left.",
3903
3688
  "values": []
3904
3689
  },
3905
3690
  {
3906
- "name": "--forge-button-toggle-transition-duration",
3907
- "description": "The transition-duration of various properties.",
3691
+ "name": "--forge-app-bar-background",
3692
+ "description": "The background color of the app bar.",
3908
3693
  "values": []
3909
3694
  },
3910
3695
  {
3911
- "name": "--forge-button-toggle-transition-timing",
3912
- "description": "The transition-timing of various properties.",
3696
+ "name": "--forge-app-bar-foreground",
3697
+ "description": "The text color of the app bar.",
3913
3698
  "values": []
3914
3699
  },
3915
3700
  {
3916
- "name": "--forge-button-toggle-group-display",
3917
- "description": "The `display` of the group container elements.",
3701
+ "name": "--forge-app-bar-theme-foreground",
3702
+ "description": "The text color of the app bar when using the **scoped theme mode**.",
3918
3703
  "values": []
3919
3704
  },
3920
3705
  {
3921
- "name": "--forge-button-toggle-group-gap",
3922
- "description": "The space between button toggle elements.",
3706
+ "name": "--forge-app-bar-theme-foreground-muted",
3707
+ "description": "The muted text color of the app bar when using the **scoped theme mode**.",
3923
3708
  "values": []
3924
3709
  },
3925
3710
  {
3926
- "name": "--forge-button-toggle-group-padding",
3927
- "description": "The padding around the button toggle elements when outlined.",
3711
+ "name": "--forge-app-bar-z-index",
3712
+ "description": "The `z-index` of the app bar.",
3928
3713
  "values": []
3929
3714
  },
3930
3715
  {
3931
- "name": "--forge-button-toggle-group-padding-block",
3932
- "description": "The block padding around the button toggle elements when outlined.",
3716
+ "name": "--forge-app-bar-elevation",
3717
+ "description": "The elevation of the app bar.",
3933
3718
  "values": []
3934
3719
  },
3935
3720
  {
3936
- "name": "--forge-button-toggle-group-padding-inline",
3937
- "description": "The inline padding around the button toggle elements when outlined.",
3721
+ "name": "--forge-app-bar-height",
3722
+ "description": "The height of the app bar.",
3938
3723
  "values": []
3939
3724
  },
3940
3725
  {
3941
- "name": "--forge-button-toggle-group-height",
3942
- "description": "The height of the group element.",
3726
+ "name": "--forge-app-bar-row-padding",
3727
+ "description": "The inline padding of the app bar.",
3943
3728
  "values": []
3944
3729
  },
3945
3730
  {
3946
- "name": "--forge-button-toggle-group-dense-height",
3947
- "description": "The height of the group element when dense.",
3731
+ "name": "--forge-app-bar-logo-gap",
3732
+ "description": "The space between the logo and title.",
3948
3733
  "values": []
3949
3734
  },
3950
3735
  {
3951
- "name": "--forge-button-toggle-group-outline-width",
3952
- "description": "The width of the outline around the group element.",
3736
+ "name": "--forge-app-bar-title-padding",
3737
+ "description": "The padding around the title element.",
3953
3738
  "values": []
3954
3739
  },
3955
3740
  {
3956
- "name": "--forge-button-toggle-group-outline-style",
3957
- "description": "The style of the outline around the group element.",
3741
+ "name": "--forge-app-bar-columns",
3742
+ "description": "The grid column track sizes.",
3958
3743
  "values": []
3959
3744
  },
3960
3745
  {
3961
- "name": "--forge-button-toggle-group-outline-color",
3962
- "description": "The color of the outline around the group element.",
3746
+ "name": "--forge-app-bar-transition-duration",
3747
+ "description": "The transition duration for animations.",
3963
3748
  "values": []
3964
3749
  },
3965
3750
  {
3966
- "name": "--forge-button-toggle-group-outline-color-active",
3967
- "description": "The color of the outline around the group element when hovered or focused.",
3751
+ "name": "--forge-app-bar-transition-timing",
3752
+ "description": "The transition timing function for animations.",
3968
3753
  "values": []
3969
3754
  },
3970
3755
  {
3971
- "name": "--forge-button-toggle-group-shape",
3972
- "description": "The shape radius of the group container element.",
3756
+ "name": "--forge-theme-on-primary",
3757
+ "description": "Controls the border-color of the container outline, the font-color, and icon color.",
3973
3758
  "values": []
3974
3759
  },
3975
3760
  {
3976
- "name": "--forge-button-toggle-group-shape-start-start",
3977
- "description": "The start-start shape radius.",
3761
+ "name": "--forge-theme-on-surface",
3762
+ "description": "Controls the font color of the buttons.",
3978
3763
  "values": []
3979
3764
  },
3980
3765
  {
3981
- "name": "--forge-button-toggle-group-shape-start-end",
3982
- "description": "The start-end shape radius.",
3766
+ "name": "--forge-theme-text-medium",
3767
+ "description": "Controls the placeholder font color.",
3983
3768
  "values": []
3984
3769
  },
3985
3770
  {
3986
- "name": "--forge-button-toggle-group-shape-end-start",
3987
- "description": "The end-start shape radius.",
3771
+ "name": "--forge-app-bar-search-theme-background",
3772
+ "description": "Controls the background-color of the container.",
3988
3773
  "values": []
3989
3774
  },
3990
3775
  {
3991
- "name": "--forge-button-toggle-group-shape-end-end",
3992
- "description": "The end-end shape radius.",
3776
+ "name": "--forge-app-bar-search-theme-background-focused",
3777
+ "description": "Controls the focused background-color of the container.",
3993
3778
  "values": []
3994
3779
  },
3995
3780
  {
3996
- "name": "--forge-button-toggle-group-transition-duration",
3997
- "description": "The transition duration for all animations on the group.",
3781
+ "name": "--forge-app-bar-search-theme-hover-opacity",
3782
+ "description": "Controls the hover opacity of the outline.",
3998
3783
  "values": []
3999
3784
  },
4000
3785
  {
4001
- "name": "--forge-button-toggle-group-transition-timing",
4002
- "description": "The transition timing for all animations on the group.",
3786
+ "name": "--forge-app-bar-search-theme-disabled-opacity",
3787
+ "description": "Controls the disabled opacity of the component.",
4003
3788
  "values": []
4004
3789
  },
4005
3790
  {
@@ -4247,6 +4032,96 @@
4247
4032
  "description": "The spacing between chips.",
4248
4033
  "values": []
4249
4034
  },
4035
+ {
4036
+ "name": "--forge-button-toggle-group-display",
4037
+ "description": "The `display` of the group container elements.",
4038
+ "values": []
4039
+ },
4040
+ {
4041
+ "name": "--forge-button-toggle-group-gap",
4042
+ "description": "The space between button toggle elements.",
4043
+ "values": []
4044
+ },
4045
+ {
4046
+ "name": "--forge-button-toggle-group-padding",
4047
+ "description": "The padding around the button toggle elements when outlined.",
4048
+ "values": []
4049
+ },
4050
+ {
4051
+ "name": "--forge-button-toggle-group-padding-block",
4052
+ "description": "The block padding around the button toggle elements when outlined.",
4053
+ "values": []
4054
+ },
4055
+ {
4056
+ "name": "--forge-button-toggle-group-padding-inline",
4057
+ "description": "The inline padding around the button toggle elements when outlined.",
4058
+ "values": []
4059
+ },
4060
+ {
4061
+ "name": "--forge-button-toggle-group-height",
4062
+ "description": "The height of the group element.",
4063
+ "values": []
4064
+ },
4065
+ {
4066
+ "name": "--forge-button-toggle-group-dense-height",
4067
+ "description": "The height of the group element when dense.",
4068
+ "values": []
4069
+ },
4070
+ {
4071
+ "name": "--forge-button-toggle-group-outline-width",
4072
+ "description": "The width of the outline around the group element.",
4073
+ "values": []
4074
+ },
4075
+ {
4076
+ "name": "--forge-button-toggle-group-outline-style",
4077
+ "description": "The style of the outline around the group element.",
4078
+ "values": []
4079
+ },
4080
+ {
4081
+ "name": "--forge-button-toggle-group-outline-color",
4082
+ "description": "The color of the outline around the group element.",
4083
+ "values": []
4084
+ },
4085
+ {
4086
+ "name": "--forge-button-toggle-group-outline-color-active",
4087
+ "description": "The color of the outline around the group element when hovered or focused.",
4088
+ "values": []
4089
+ },
4090
+ {
4091
+ "name": "--forge-button-toggle-group-shape",
4092
+ "description": "The shape radius of the group container element.",
4093
+ "values": []
4094
+ },
4095
+ {
4096
+ "name": "--forge-button-toggle-group-shape-start-start",
4097
+ "description": "The start-start shape radius.",
4098
+ "values": []
4099
+ },
4100
+ {
4101
+ "name": "--forge-button-toggle-group-shape-start-end",
4102
+ "description": "The start-end shape radius.",
4103
+ "values": []
4104
+ },
4105
+ {
4106
+ "name": "--forge-button-toggle-group-shape-end-start",
4107
+ "description": "The end-start shape radius.",
4108
+ "values": []
4109
+ },
4110
+ {
4111
+ "name": "--forge-button-toggle-group-shape-end-end",
4112
+ "description": "The end-end shape radius.",
4113
+ "values": []
4114
+ },
4115
+ {
4116
+ "name": "--forge-button-toggle-group-transition-duration",
4117
+ "description": "The transition duration for all animations on the group.",
4118
+ "values": []
4119
+ },
4120
+ {
4121
+ "name": "--forge-button-toggle-group-transition-timing",
4122
+ "description": "The transition timing for all animations on the group.",
4123
+ "values": []
4124
+ },
4250
4125
  {
4251
4126
  "name": "--forge-drawer-width",
4252
4127
  "description": "The width of the drawer.",
@@ -4362,6 +4237,131 @@
4362
4237
  "description": "The duration of the drawer closing animation.",
4363
4238
  "values": []
4364
4239
  },
4240
+ {
4241
+ "name": "--forge-button-toggle-display",
4242
+ "description": "The `display` style for the button toggle container element.",
4243
+ "values": []
4244
+ },
4245
+ {
4246
+ "name": "--forge-button-toggle-min-width",
4247
+ "description": "The minimum width.",
4248
+ "values": []
4249
+ },
4250
+ {
4251
+ "name": "--forge-button-toggle-spacing",
4252
+ "description": "The spacing between the button toggle and its content.",
4253
+ "values": []
4254
+ },
4255
+ {
4256
+ "name": "--forge-button-toggle-padding-block",
4257
+ "description": "The padding on the block axis.",
4258
+ "values": []
4259
+ },
4260
+ {
4261
+ "name": "--forge-button-toggle-padding-inline",
4262
+ "description": "The padding on the inline axis.",
4263
+ "values": []
4264
+ },
4265
+ {
4266
+ "name": "--forge-button-toggle-color",
4267
+ "description": "The color of the button toggle content.",
4268
+ "values": []
4269
+ },
4270
+ {
4271
+ "name": "--forge-button-toggle-background",
4272
+ "description": "The background of the button toggle.",
4273
+ "values": []
4274
+ },
4275
+ {
4276
+ "name": "--forge-button-toggle-cursor",
4277
+ "description": "The cursor of the button toggle.",
4278
+ "values": []
4279
+ },
4280
+ {
4281
+ "name": "--forge-button-toggle-border-width",
4282
+ "description": "The border-width of the button toggle.",
4283
+ "values": []
4284
+ },
4285
+ {
4286
+ "name": "--forge-button-toggle-border-style",
4287
+ "description": "The border-style of the button toggle.",
4288
+ "values": []
4289
+ },
4290
+ {
4291
+ "name": "--forge-button-toggle-border-color",
4292
+ "description": "The border-color of the button toggle.",
4293
+ "values": []
4294
+ },
4295
+ {
4296
+ "name": "--forge-button-toggle-shape",
4297
+ "description": "The shape radius of the button toggle.",
4298
+ "values": []
4299
+ },
4300
+ {
4301
+ "name": "--forge-button-toggle-shape-start-start",
4302
+ "description": "The start-start shape radius of the button toggle.",
4303
+ "values": []
4304
+ },
4305
+ {
4306
+ "name": "--forge-button-toggle-shape-start-end",
4307
+ "description": "The start-end shape radius of the button toggle.",
4308
+ "values": []
4309
+ },
4310
+ {
4311
+ "name": "--forge-button-toggle-shape-end-start",
4312
+ "description": "The end-start shape radius of the button toggle.",
4313
+ "values": []
4314
+ },
4315
+ {
4316
+ "name": "--forge-button-toggle-shape-end-end",
4317
+ "description": "The end-end shape radius of the button toggle.",
4318
+ "values": []
4319
+ },
4320
+ {
4321
+ "name": "--forge-button-toggle-selected-background",
4322
+ "description": "The background of the button toggle when selected.",
4323
+ "values": []
4324
+ },
4325
+ {
4326
+ "name": "--forge-button-toggle-selected-color",
4327
+ "description": "The color of the button toggle content when selected.",
4328
+ "values": []
4329
+ },
4330
+ {
4331
+ "name": "--forge-button-toggle-selected-disabled-background",
4332
+ "description": "The background of the button toggle when selected and disabled.",
4333
+ "values": []
4334
+ },
4335
+ {
4336
+ "name": "--forge-button-toggle-disabled-opacity",
4337
+ "description": "The opacity of the button toggle when disabled.",
4338
+ "values": []
4339
+ },
4340
+ {
4341
+ "name": "--forge-button-toggle-disabled-cursor",
4342
+ "description": "The cursor of the button toggle when disabled.",
4343
+ "values": []
4344
+ },
4345
+ {
4346
+ "name": "--forge-button-toggle-disabled-color",
4347
+ "description": "The color of the button toggle content when disabled.",
4348
+ "values": []
4349
+ },
4350
+ {
4351
+ "name": "--forge-button-toggle-disabled-background",
4352
+ "description": "The background of the button toggle when disabled.",
4353
+ "values": []
4354
+ },
4355
+ {
4356
+ "name": "--forge-button-toggle-transition-duration",
4357
+ "description": "The transition-duration of various properties.",
4358
+ "values": []
4359
+ },
4360
+ {
4361
+ "name": "--forge-button-toggle-transition-timing",
4362
+ "description": "The transition-timing of various properties.",
4363
+ "values": []
4364
+ },
4365
4365
  {
4366
4366
  "name": "--forge-drawer-width",
4367
4367
  "description": "The width of the drawer.",
@@ -5003,193 +5003,63 @@
5003
5003
  "values": []
5004
5004
  },
5005
5005
  {
5006
- "name": "--forge-field-popover-icon-transition-duration",
5007
- "description": "The duration of the popover icon animation.",
5008
- "values": []
5009
- },
5010
- {
5011
- "name": "--forge-field-popover-icon-transition-timing",
5012
- "description": "The timing function of the popover icon animation.",
5013
- "values": []
5014
- },
5015
- {
5016
- "name": "--forge-field-popover-icon-open-rotation",
5017
- "description": "The rotation of the popover icon when open.",
5018
- "values": []
5019
- },
5020
- {
5021
- "name": "--forge-field-surface-animation-duration",
5022
- "description": "The duration of background and outline animations.",
5023
- "values": []
5024
- },
5025
- {
5026
- "name": "--forge-field-surface-animation-timing",
5027
- "description": "The timing function of background and outline animations.",
5028
- "values": []
5029
- },
5030
- {
5031
- "name": "--forge-field-surface-floating-animation-duration",
5032
- "description": "The duration of the floating label animation.",
5033
- "values": []
5034
- },
5035
- {
5036
- "name": "--forge-field-surface-floating-animation-timing",
5037
- "description": "The timing function of the floating label animation.",
5038
- "values": []
5039
- },
5040
- {
5041
- "name": "--forge-field-focus-indicator-width",
5042
- "description": "The width of the focus indicator.",
5043
- "values": []
5044
- },
5045
- {
5046
- "name": "--forge-field-disabled-opacity",
5047
- "description": "The opacity of the field when disabled.",
5048
- "values": []
5049
- },
5050
- {
5051
- "name": "--forge-field-disabled-background",
5052
- "description": "The background of the field when disabled.",
5053
- "values": []
5054
- },
5055
- {
5056
- "name": "--forge-split-view-panel-size",
5057
- "description": "The size of the panel along the axis of orientation.",
5058
- "values": []
5059
- },
5060
- {
5061
- "name": "--forge-split-view-panel-cursor",
5062
- "description": "The cursor to display when hovering over the panel.",
5063
- "values": []
5064
- },
5065
- {
5066
- "name": "--forge-step-primary-color",
5067
- "description": "The primary color of the step. Defaults to the primary theme.",
5068
- "values": []
5069
- },
5070
- {
5071
- "name": "--forge-step-text-color",
5072
- "description": "The text color of the step. Defaults to the on-primary theme.",
5073
- "values": []
5074
- },
5075
- {
5076
- "name": "--forge-step-border-radius",
5077
- "description": "The border radius of the step. Defaults to the extra-large shape.",
5078
- "values": []
5079
- },
5080
- {
5081
- "name": "--forge-step-border-radius-vertical",
5082
- "description": "The border radius of the step in vertical mode. Defaults to the medium shape.",
5083
- "values": []
5084
- },
5085
- {
5086
- "name": "--forge-step-disabled-text-color",
5087
- "description": "The text color of the step when disabled. Defaults to the text-low theme.",
5088
- "values": []
5089
- },
5090
- {
5091
- "name": "--forge-step-disabled-color",
5092
- "description": "The color of the step when disabled. Defaults to the surface-container-minimum theme.",
5093
- "values": []
5094
- },
5095
- {
5096
- "name": "--forge-step-icon-fill",
5097
- "description": "The fill color of the step icon. Defaults to unset.",
5098
- "values": []
5099
- },
5100
- {
5101
- "name": "--forge-step-icon-fill-active",
5102
- "description": "The fill color of the step icon when active. Defaults to the primary color.",
5103
- "values": []
5104
- },
5105
- {
5106
- "name": "--forge-step-icon-text-color",
5107
- "description": "The text color of the step icon. Defaults to the primary theme.",
5108
- "values": []
5109
- },
5110
- {
5111
- "name": "--forge-step-icon-text-color-active",
5112
- "description": "The text color of the step icon when active. Defaults to the on-primary theme.",
5113
- "values": []
5114
- },
5115
- {
5116
- "name": "--forge-step-icon-content-size",
5117
- "description": "The size of the step icon content. Defaults to 24px.",
5118
- "values": []
5119
- },
5120
- {
5121
- "name": "--forge-step-icon-size",
5122
- "description": "The size of the step icon. Defaults to 0.875em.",
5123
- "values": []
5124
- },
5125
- {
5126
- "name": "--forge-step-icon-transition-duration",
5127
- "description": "The duration of the step icon transition. Defaults to the medium4 animation duration.",
5128
- "values": []
5129
- },
5130
- {
5131
- "name": "--forge-step-icon-transition-easing",
5132
- "description": "The easing of the step icon transition. Defaults to the standard animation easing.",
5133
- "values": []
5134
- },
5135
- {
5136
- "name": "--forge-step-line-color",
5137
- "description": "The color of the step line. Defaults to the outline theme.",
5006
+ "name": "--forge-field-popover-icon-transition-duration",
5007
+ "description": "The duration of the popover icon animation.",
5138
5008
  "values": []
5139
5009
  },
5140
5010
  {
5141
- "name": "--forge-step-line-min-width",
5142
- "description": "The minimum width of the step line. Defaults to 10px.",
5011
+ "name": "--forge-field-popover-icon-transition-timing",
5012
+ "description": "The timing function of the popover icon animation.",
5143
5013
  "values": []
5144
5014
  },
5145
5015
  {
5146
- "name": "--forge-step-line-min-width-clustered",
5147
- "description": "The minimum width of the step line when clustered. Defaults to 25px.",
5016
+ "name": "--forge-field-popover-icon-open-rotation",
5017
+ "description": "The rotation of the popover icon when open.",
5148
5018
  "values": []
5149
5019
  },
5150
5020
  {
5151
- "name": "--forge-step-label-color",
5152
- "description": "The color of the step label. Defaults to the text-high theme.",
5021
+ "name": "--forge-field-surface-animation-duration",
5022
+ "description": "The duration of background and outline animations.",
5153
5023
  "values": []
5154
5024
  },
5155
5025
  {
5156
- "name": "--forge-step-sub-label-color",
5157
- "description": "The color of the step sub-label. Defaults to the text-medium theme.",
5026
+ "name": "--forge-field-surface-animation-timing",
5027
+ "description": "The timing function of background and outline animations.",
5158
5028
  "values": []
5159
5029
  },
5160
5030
  {
5161
- "name": "--forge-step-error-color",
5162
- "description": "The color of the step error. Defaults to the error theme.",
5031
+ "name": "--forge-field-surface-floating-animation-duration",
5032
+ "description": "The duration of the floating label animation.",
5163
5033
  "values": []
5164
5034
  },
5165
5035
  {
5166
- "name": "--forge-step-error-text-color",
5167
- "description": "The text color of the step error. Defaults to the on-error theme.",
5036
+ "name": "--forge-field-surface-floating-animation-timing",
5037
+ "description": "The timing function of the floating label animation.",
5168
5038
  "values": []
5169
5039
  },
5170
5040
  {
5171
- "name": "--forge-step-expansion-panel-border-left-width",
5172
- "description": "The border left width of the step expansion panel. Defaults to 1px.",
5041
+ "name": "--forge-field-focus-indicator-width",
5042
+ "description": "The width of the focus indicator.",
5173
5043
  "values": []
5174
5044
  },
5175
5045
  {
5176
- "name": "--forge-step-expansion-panel-margin-bottom",
5177
- "description": "The margin bottom of the step expansion panel. Defaults to 4px.",
5046
+ "name": "--forge-field-disabled-opacity",
5047
+ "description": "The opacity of the field when disabled.",
5178
5048
  "values": []
5179
5049
  },
5180
5050
  {
5181
- "name": "--forge-step-expansion-panel-margin-left",
5182
- "description": "The margin left of the step expansion panel. Defaults to 60px.",
5051
+ "name": "--forge-field-disabled-background",
5052
+ "description": "The background of the field when disabled.",
5183
5053
  "values": []
5184
5054
  },
5185
5055
  {
5186
- "name": "--forge-step-expansion-panel-margin-top",
5187
- "description": "The margin top of the step expansion panel. Defaults to 4px.",
5056
+ "name": "--forge-split-view-panel-size",
5057
+ "description": "The size of the panel along the axis of orientation.",
5188
5058
  "values": []
5189
5059
  },
5190
5060
  {
5191
- "name": "--forge-step-expansion-panel-icon-color",
5192
- "description": "The color of the step expansion panel icon. Defaults to the text-medium theme.",
5061
+ "name": "--forge-split-view-panel-cursor",
5062
+ "description": "The cursor to display when hovering over the panel.",
5193
5063
  "values": []
5194
5064
  },
5195
5065
  {
@@ -5382,6 +5252,136 @@
5382
5252
  "description": "The color of the label text when the tab is pressed.",
5383
5253
  "values": []
5384
5254
  },
5255
+ {
5256
+ "name": "--forge-step-primary-color",
5257
+ "description": "The primary color of the step. Defaults to the primary theme.",
5258
+ "values": []
5259
+ },
5260
+ {
5261
+ "name": "--forge-step-text-color",
5262
+ "description": "The text color of the step. Defaults to the on-primary theme.",
5263
+ "values": []
5264
+ },
5265
+ {
5266
+ "name": "--forge-step-border-radius",
5267
+ "description": "The border radius of the step. Defaults to the extra-large shape.",
5268
+ "values": []
5269
+ },
5270
+ {
5271
+ "name": "--forge-step-border-radius-vertical",
5272
+ "description": "The border radius of the step in vertical mode. Defaults to the medium shape.",
5273
+ "values": []
5274
+ },
5275
+ {
5276
+ "name": "--forge-step-disabled-text-color",
5277
+ "description": "The text color of the step when disabled. Defaults to the text-low theme.",
5278
+ "values": []
5279
+ },
5280
+ {
5281
+ "name": "--forge-step-disabled-color",
5282
+ "description": "The color of the step when disabled. Defaults to the surface-container-minimum theme.",
5283
+ "values": []
5284
+ },
5285
+ {
5286
+ "name": "--forge-step-icon-fill",
5287
+ "description": "The fill color of the step icon. Defaults to unset.",
5288
+ "values": []
5289
+ },
5290
+ {
5291
+ "name": "--forge-step-icon-fill-active",
5292
+ "description": "The fill color of the step icon when active. Defaults to the primary color.",
5293
+ "values": []
5294
+ },
5295
+ {
5296
+ "name": "--forge-step-icon-text-color",
5297
+ "description": "The text color of the step icon. Defaults to the primary theme.",
5298
+ "values": []
5299
+ },
5300
+ {
5301
+ "name": "--forge-step-icon-text-color-active",
5302
+ "description": "The text color of the step icon when active. Defaults to the on-primary theme.",
5303
+ "values": []
5304
+ },
5305
+ {
5306
+ "name": "--forge-step-icon-content-size",
5307
+ "description": "The size of the step icon content. Defaults to 24px.",
5308
+ "values": []
5309
+ },
5310
+ {
5311
+ "name": "--forge-step-icon-size",
5312
+ "description": "The size of the step icon. Defaults to 0.875em.",
5313
+ "values": []
5314
+ },
5315
+ {
5316
+ "name": "--forge-step-icon-transition-duration",
5317
+ "description": "The duration of the step icon transition. Defaults to the medium4 animation duration.",
5318
+ "values": []
5319
+ },
5320
+ {
5321
+ "name": "--forge-step-icon-transition-easing",
5322
+ "description": "The easing of the step icon transition. Defaults to the standard animation easing.",
5323
+ "values": []
5324
+ },
5325
+ {
5326
+ "name": "--forge-step-line-color",
5327
+ "description": "The color of the step line. Defaults to the outline theme.",
5328
+ "values": []
5329
+ },
5330
+ {
5331
+ "name": "--forge-step-line-min-width",
5332
+ "description": "The minimum width of the step line. Defaults to 10px.",
5333
+ "values": []
5334
+ },
5335
+ {
5336
+ "name": "--forge-step-line-min-width-clustered",
5337
+ "description": "The minimum width of the step line when clustered. Defaults to 25px.",
5338
+ "values": []
5339
+ },
5340
+ {
5341
+ "name": "--forge-step-label-color",
5342
+ "description": "The color of the step label. Defaults to the text-high theme.",
5343
+ "values": []
5344
+ },
5345
+ {
5346
+ "name": "--forge-step-sub-label-color",
5347
+ "description": "The color of the step sub-label. Defaults to the text-medium theme.",
5348
+ "values": []
5349
+ },
5350
+ {
5351
+ "name": "--forge-step-error-color",
5352
+ "description": "The color of the step error. Defaults to the error theme.",
5353
+ "values": []
5354
+ },
5355
+ {
5356
+ "name": "--forge-step-error-text-color",
5357
+ "description": "The text color of the step error. Defaults to the on-error theme.",
5358
+ "values": []
5359
+ },
5360
+ {
5361
+ "name": "--forge-step-expansion-panel-border-left-width",
5362
+ "description": "The border left width of the step expansion panel. Defaults to 1px.",
5363
+ "values": []
5364
+ },
5365
+ {
5366
+ "name": "--forge-step-expansion-panel-margin-bottom",
5367
+ "description": "The margin bottom of the step expansion panel. Defaults to 4px.",
5368
+ "values": []
5369
+ },
5370
+ {
5371
+ "name": "--forge-step-expansion-panel-margin-left",
5372
+ "description": "The margin left of the step expansion panel. Defaults to 60px.",
5373
+ "values": []
5374
+ },
5375
+ {
5376
+ "name": "--forge-step-expansion-panel-margin-top",
5377
+ "description": "The margin top of the step expansion panel. Defaults to 4px.",
5378
+ "values": []
5379
+ },
5380
+ {
5381
+ "name": "--forge-step-expansion-panel-icon-color",
5382
+ "description": "The color of the step expansion panel icon. Defaults to the text-medium theme.",
5383
+ "values": []
5384
+ },
5385
5385
  {
5386
5386
  "name": "--forge-tab-bar-justify",
5387
5387
  "description": "The `justify-content` value for the tab bar flex container.",
@@ -5504,6 +5504,7 @@
5504
5504
  "name": "::part(progressbar)",
5505
5505
  "description": "Styles the progress bar container element"
5506
5506
  },
5507
+ { "name": "::part(root)", "description": "The root container element." },
5507
5508
  { "name": "::part(root)", "description": "The dialog container element." },
5508
5509
  { "name": "::part(backdrop)", "description": "The backdrop element." },
5509
5510
  { "name": "::part(surface)", "description": "The dialog surface element." },
@@ -5519,7 +5520,6 @@
5519
5520
  "name": "::part(move-handle-icon)",
5520
5521
  "description": "The move handle icon element."
5521
5522
  },
5522
- { "name": "::part(root)", "description": "The root container element." },
5523
5523
  { "name": "::part(root)", "description": "The root element of the panel." },
5524
5524
  { "name": "::part(header)", "description": "The header of the panel." },
5525
5525
  { "name": "::part(content)", "description": "The content of the panel." },
@@ -5581,20 +5581,15 @@
5581
5581
  "name": "::part(helper-text-container)",
5582
5582
  "description": "The container around the helper-text slot."
5583
5583
  },
5584
- { "name": "::part(root)", "description": "The root container element." },
5585
- {
5586
- "name": "::part(focus-indicator)",
5587
- "description": "The focus-indicator indicator element."
5588
- },
5589
- {
5590
- "name": "::part(state-layer)",
5591
- "description": "The state-layer surface element."
5592
- },
5593
5584
  {
5594
5585
  "name": "::part(indicator)",
5595
5586
  "description": "The focus indicator element."
5596
5587
  },
5597
- { "name": "::part(svg)", "description": "The internal SVG element." },
5588
+ { "name": "::part(root)", "description": "The root layout element." },
5589
+ {
5590
+ "name": "::part(container)",
5591
+ "description": "The container element for the title and message content."
5592
+ },
5598
5593
  { "name": "::part(root)", "description": "The root container element." },
5599
5594
  {
5600
5595
  "name": "::part(focus-indicator)",
@@ -5604,11 +5599,6 @@
5604
5599
  "name": "::part(state-layer)",
5605
5600
  "description": "The state-layer surface element."
5606
5601
  },
5607
- { "name": "::part(root)", "description": "The root layout element." },
5608
- {
5609
- "name": "::part(container)",
5610
- "description": "The container element for the title and message content."
5611
- },
5612
5602
  {
5613
5603
  "name": "::part(root)",
5614
5604
  "description": "The root layout container element."
@@ -5620,9 +5610,18 @@
5620
5610
  "name": "::part(progressbar)",
5621
5611
  "description": "Styles the progress bar container element"
5622
5612
  },
5613
+ { "name": "::part(svg)", "description": "The internal SVG element." },
5614
+ { "name": "::part(root)", "description": "The root container element." },
5615
+ {
5616
+ "name": "::part(focus-indicator)",
5617
+ "description": "The focus-indicator indicator element."
5618
+ },
5619
+ {
5620
+ "name": "::part(state-layer)",
5621
+ "description": "The state-layer surface element."
5622
+ },
5623
5623
  { "name": "::part(root)", "description": "The root element of the icon." },
5624
5624
  { "name": "::part(icon)", "description": "The icon element." },
5625
- { "name": "::part(root)", "description": "The component's root element." },
5626
5625
  { "name": "::part(root)", "description": "The root container element." },
5627
5626
  {
5628
5627
  "name": "::part(graphic-container)",
@@ -5640,6 +5639,7 @@
5640
5639
  "name": "::part(actions-container)",
5641
5640
  "description": "The actions container element."
5642
5641
  },
5642
+ { "name": "::part(root)", "description": "The component's root element." },
5643
5643
  { "name": "::part(overlay)", "description": "The overlay root element." },
5644
5644
  {
5645
5645
  "name": "::part(surface)",
@@ -5648,10 +5648,6 @@
5648
5648
  { "name": "::part(root)", "description": "The root container element." },
5649
5649
  { "name": "::part(header)", "description": "The header of the scaffold." },
5650
5650
  { "name": "::part(body)", "description": "The body of the scaffold." },
5651
- {
5652
- "name": "::part(root)",
5653
- "description": "The root element of the skeleton."
5654
- },
5655
5651
  { "name": "::part(anchor)", "description": "The root anchor element." },
5656
5652
  {
5657
5653
  "name": "::part(focus-indicator)",
@@ -5661,6 +5657,10 @@
5661
5657
  "name": "::part(state-layer)",
5662
5658
  "description": "The state layer element."
5663
5659
  },
5660
+ {
5661
+ "name": "::part(root)",
5662
+ "description": "The root element of the skeleton."
5663
+ },
5664
5664
  {
5665
5665
  "name": "::part(slider)",
5666
5666
  "description": "Styles the slider container element."
@@ -5699,7 +5699,6 @@
5699
5699
  "description": "Styles the start handle label content element."
5700
5700
  },
5701
5701
  { "name": "::part(root)", "description": "The root container element." },
5702
- { "name": "::part(surface)", "description": "The surface element." },
5703
5702
  {
5704
5703
  "name": "::part(switch)",
5705
5704
  "description": "Styles the switch container element."
@@ -5766,6 +5765,7 @@
5766
5765
  "name": "::part(focus-indicator)",
5767
5766
  "description": "The focus indicator element."
5768
5767
  },
5768
+ { "name": "::part(surface)", "description": "The surface element." },
5769
5769
  { "name": "::part(surface)", "description": "The surface container." },
5770
5770
  { "name": "::part(message)", "description": "The message container." },
5771
5771
  { "name": "::part(action-button)", "description": "The action button." },
@@ -5849,19 +5849,6 @@
5849
5849
  "name": "::part(actions-container)",
5850
5850
  "description": "The action container element around the slot."
5851
5851
  },
5852
- { "name": "::part(root)", "description": "The root container element." },
5853
- {
5854
- "name": "::part(focus-indicator)",
5855
- "description": "The focus indicator element."
5856
- },
5857
- {
5858
- "name": "::part(state-layer)",
5859
- "description": "The state layer surface element."
5860
- },
5861
- {
5862
- "name": "::part(root)",
5863
- "description": "The root container element for the group."
5864
- },
5865
5852
  { "name": "::part(root)", "description": "The component's root element." },
5866
5853
  {
5867
5854
  "name": "::part(trigger)",
@@ -5876,6 +5863,10 @@
5876
5863
  "description": "The state layer surface."
5877
5864
  },
5878
5865
  { "name": "::part(root)", "description": "The component's root element." },
5866
+ {
5867
+ "name": "::part(root)",
5868
+ "description": "The root container element for the group."
5869
+ },
5879
5870
  { "name": "::part(root)", "description": "The component's root element." },
5880
5871
  {
5881
5872
  "name": "::part(content)",
@@ -5890,6 +5881,15 @@
5890
5881
  "name": "::part(content)",
5891
5882
  "description": "The content container element."
5892
5883
  },
5884
+ { "name": "::part(root)", "description": "The root container element." },
5885
+ {
5886
+ "name": "::part(focus-indicator)",
5887
+ "description": "The focus indicator element."
5888
+ },
5889
+ {
5890
+ "name": "::part(state-layer)",
5891
+ "description": "The state layer surface element."
5892
+ },
5893
5893
  { "name": "::part(root)", "description": "The component's root element." },
5894
5894
  {
5895
5895
  "name": "::part(content)",
@@ -5999,6 +5999,10 @@
5999
5999
  "name": "::part(focus-indicator)",
6000
6000
  "description": "The focus indicator element."
6001
6001
  },
6002
+ { "name": "::part(container)", "description": "The tab container." },
6003
+ { "name": "::part(content)", "description": "The tab content container." },
6004
+ { "name": "::part(label)", "description": "The tab label container." },
6005
+ { "name": "::part(indicator)", "description": "The tab active indicator." },
6002
6006
  { "name": "::part(root)", "description": "The root element." },
6003
6007
  { "name": "::part(step)", "description": "The step container element." },
6004
6008
  { "name": "::part(before)", "description": "The line before the step." },
@@ -6033,10 +6037,6 @@
6033
6037
  "name": "::part(focus-indicator)",
6034
6038
  "description": "The focus indicator element."
6035
6039
  },
6036
- { "name": "::part(container)", "description": "The tab container." },
6037
- { "name": "::part(content)", "description": "The tab content container." },
6038
- { "name": "::part(label)", "description": "The tab label container." },
6039
- { "name": "::part(indicator)", "description": "The tab active indicator." },
6040
6040
  { "name": "::part(container)", "description": "The container element." },
6041
6041
  {
6042
6042
  "name": "::part(scroll-container)",