@fluentui/web-components 3.0.0-beta.20 → 3.0.0-beta.22

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (148) hide show
  1. package/CHANGELOG.md +20 -2
  2. package/dist/dts/accordion/accordion.options.d.ts +2 -2
  3. package/dist/dts/accordion-item/accordion-item.d.ts +1 -4
  4. package/dist/dts/accordion-item/accordion-item.template.d.ts +1 -1
  5. package/dist/dts/accordion-item/index.d.ts +2 -1
  6. package/dist/dts/anchor-button/index.d.ts +3 -2
  7. package/dist/dts/button/index.d.ts +4 -3
  8. package/dist/dts/checkbox/checkbox.d.ts +0 -3
  9. package/dist/dts/checkbox/index.d.ts +4 -3
  10. package/dist/dts/dialog/dialog.d.ts +14 -15
  11. package/dist/dts/divider/divider.d.ts +4 -7
  12. package/dist/dts/index-rollup.d.ts +29 -35
  13. package/dist/dts/index.d.ts +49 -34
  14. package/dist/dts/label/label.d.ts +0 -2
  15. package/dist/dts/menu/menu.d.ts +27 -25
  16. package/dist/dts/menu-button/index.d.ts +4 -3
  17. package/dist/dts/menu-button/menu-button.options.d.ts +1 -1
  18. package/dist/dts/menu-item/index.d.ts +4 -3
  19. package/dist/dts/progress-bar/index.d.ts +3 -2
  20. package/dist/dts/radio/index.d.ts +2 -1
  21. package/dist/dts/slider/index.d.ts +3 -2
  22. package/dist/dts/spinner/spinner.d.ts +0 -2
  23. package/dist/dts/switch/index.d.ts +3 -2
  24. package/dist/dts/switch/switch.d.ts +0 -1
  25. package/dist/dts/tab/index.d.ts +4 -3
  26. package/dist/dts/tab/tab.template.d.ts +1 -1
  27. package/dist/dts/tabs/index.d.ts +4 -3
  28. package/dist/dts/tabs/tabs.d.ts +13 -9
  29. package/dist/dts/text-input/index.d.ts +5 -4
  30. package/dist/dts/text-input/text-input.d.ts +282 -67
  31. package/dist/dts/text-input/text-input.definition.d.ts +2 -3
  32. package/dist/dts/text-input/text-input.options.d.ts +19 -29
  33. package/dist/dts/text-input/text-input.styles.d.ts +5 -2
  34. package/dist/dts/text-input/text-input.template.d.ts +9 -3
  35. package/dist/dts/theme/design-tokens.d.ts +1744 -0
  36. package/dist/dts/theme/set-theme.d.ts +5 -1
  37. package/dist/dts/toggle-button/index.d.ts +4 -3
  38. package/dist/dts/toggle-button/toggle-button.options.d.ts +1 -1
  39. package/dist/esm/accordion/accordion.js +1 -6
  40. package/dist/esm/accordion/accordion.js.map +1 -1
  41. package/dist/esm/accordion/accordion.options.js +1 -1
  42. package/dist/esm/accordion-item/accordion-item.js +1 -7
  43. package/dist/esm/accordion-item/accordion-item.js.map +1 -1
  44. package/dist/esm/accordion-item/index.js.map +1 -1
  45. package/dist/esm/anchor-button/anchor-button.js +1 -6
  46. package/dist/esm/anchor-button/anchor-button.js.map +1 -1
  47. package/dist/esm/anchor-button/index.js +2 -2
  48. package/dist/esm/anchor-button/index.js.map +1 -1
  49. package/dist/esm/avatar/avatar.js +1 -6
  50. package/dist/esm/avatar/avatar.js.map +1 -1
  51. package/dist/esm/badge/badge.js +1 -6
  52. package/dist/esm/badge/badge.js.map +1 -1
  53. package/dist/esm/button/button.js +1 -6
  54. package/dist/esm/button/button.js.map +1 -1
  55. package/dist/esm/button/index.js +3 -3
  56. package/dist/esm/button/index.js.map +1 -1
  57. package/dist/esm/checkbox/checkbox.js +1 -6
  58. package/dist/esm/checkbox/checkbox.js.map +1 -1
  59. package/dist/esm/checkbox/index.js +2 -2
  60. package/dist/esm/checkbox/index.js.map +1 -1
  61. package/dist/esm/counter-badge/counter-badge.js +1 -6
  62. package/dist/esm/counter-badge/counter-badge.js.map +1 -1
  63. package/dist/esm/dialog/dialog.js +15 -21
  64. package/dist/esm/dialog/dialog.js.map +1 -1
  65. package/dist/esm/divider/divider.js +2 -7
  66. package/dist/esm/divider/divider.js.map +1 -1
  67. package/dist/esm/image/image.js +1 -6
  68. package/dist/esm/image/image.js.map +1 -1
  69. package/dist/esm/index-rollup.js +29 -35
  70. package/dist/esm/index-rollup.js.map +1 -1
  71. package/dist/esm/index.js +33 -33
  72. package/dist/esm/index.js.map +1 -1
  73. package/dist/esm/label/label.js +1 -6
  74. package/dist/esm/label/label.js.map +1 -1
  75. package/dist/esm/menu/menu.js +26 -29
  76. package/dist/esm/menu/menu.js.map +1 -1
  77. package/dist/esm/menu-button/index.js +2 -2
  78. package/dist/esm/menu-button/index.js.map +1 -1
  79. package/dist/esm/menu-item/index.js +2 -2
  80. package/dist/esm/menu-item/index.js.map +1 -1
  81. package/dist/esm/menu-item/menu-item.js +1 -6
  82. package/dist/esm/menu-item/menu-item.js.map +1 -1
  83. package/dist/esm/menu-list/menu-list.js +3 -7
  84. package/dist/esm/menu-list/menu-list.js.map +1 -1
  85. package/dist/esm/patterns/aria-globals.js +1 -6
  86. package/dist/esm/patterns/aria-globals.js.map +1 -1
  87. package/dist/esm/progress-bar/base-progress.js +1 -6
  88. package/dist/esm/progress-bar/base-progress.js.map +1 -1
  89. package/dist/esm/progress-bar/index.js +2 -2
  90. package/dist/esm/progress-bar/index.js.map +1 -1
  91. package/dist/esm/progress-bar/progress-bar.js +1 -6
  92. package/dist/esm/progress-bar/progress-bar.js.map +1 -1
  93. package/dist/esm/radio/index.js +1 -1
  94. package/dist/esm/radio/index.js.map +1 -1
  95. package/dist/esm/radio/radio.js +1 -6
  96. package/dist/esm/radio/radio.js.map +1 -1
  97. package/dist/esm/radio-group/radio-group.js +1 -6
  98. package/dist/esm/radio-group/radio-group.js.map +1 -1
  99. package/dist/esm/slider/index.js +1 -1
  100. package/dist/esm/slider/index.js.map +1 -1
  101. package/dist/esm/slider/slider.js +1 -6
  102. package/dist/esm/slider/slider.js.map +1 -1
  103. package/dist/esm/spinner/spinner.js +1 -6
  104. package/dist/esm/spinner/spinner.js.map +1 -1
  105. package/dist/esm/switch/index.js +1 -1
  106. package/dist/esm/switch/index.js.map +1 -1
  107. package/dist/esm/switch/switch.js +1 -6
  108. package/dist/esm/switch/switch.js.map +1 -1
  109. package/dist/esm/tab/index.js +2 -2
  110. package/dist/esm/tab/index.js.map +1 -1
  111. package/dist/esm/tab/tab.js +1 -6
  112. package/dist/esm/tab/tab.js.map +1 -1
  113. package/dist/esm/tabs/index.js +2 -2
  114. package/dist/esm/tabs/index.js.map +1 -1
  115. package/dist/esm/tabs/tabs.js +14 -15
  116. package/dist/esm/tabs/tabs.js.map +1 -1
  117. package/dist/esm/text/text.js +1 -6
  118. package/dist/esm/text/text.js.map +1 -1
  119. package/dist/esm/text-input/index.js +3 -3
  120. package/dist/esm/text-input/index.js.map +1 -1
  121. package/dist/esm/text-input/text-input.definition.js +2 -3
  122. package/dist/esm/text-input/text-input.definition.js.map +1 -1
  123. package/dist/esm/text-input/text-input.js +271 -102
  124. package/dist/esm/text-input/text-input.js.map +1 -1
  125. package/dist/esm/text-input/text-input.options.js +25 -18
  126. package/dist/esm/text-input/text-input.options.js.map +1 -1
  127. package/dist/esm/text-input/text-input.styles.js +8 -3
  128. package/dist/esm/text-input/text-input.styles.js.map +1 -1
  129. package/dist/esm/text-input/text-input.template.js +16 -32
  130. package/dist/esm/text-input/text-input.template.js.map +1 -1
  131. package/dist/esm/theme/design-tokens.js +1744 -0
  132. package/dist/esm/theme/design-tokens.js.map +1 -1
  133. package/dist/esm/theme/set-theme.js +5 -1
  134. package/dist/esm/theme/set-theme.js.map +1 -1
  135. package/dist/esm/toggle-button/index.js +3 -3
  136. package/dist/esm/toggle-button/index.js.map +1 -1
  137. package/dist/esm/toggle-button/toggle-button.js +1 -6
  138. package/dist/esm/toggle-button/toggle-button.js.map +1 -1
  139. package/dist/fluent-web-components.api.json +890 -916
  140. package/dist/web-components.d.ts +2109 -187
  141. package/dist/web-components.js +1335 -2042
  142. package/dist/web-components.min.js +266 -266
  143. package/docs/api-report.md +654 -485
  144. package/package.json +7 -4
  145. package/tsdoc.json +44 -0
  146. package/dist/dts/text-input/text-field.form-associated.d.ts +0 -14
  147. package/dist/esm/text-input/text-field.form-associated.js +0 -14
  148. package/dist/esm/text-input/text-field.form-associated.js.map +0 -1
@@ -1,3 +1,5 @@
1
+ /// <reference types="web" />
2
+
1
3
  import type { Constructable } from '@microsoft/fast-element';
2
4
  import { CSSDirective } from '@microsoft/fast-element';
3
5
  import { Direction } from '@microsoft/fast-web-utilities';
@@ -71,7 +73,7 @@ export declare class Accordion extends FASTElement {
71
73
  export declare const accordionDefinition: FASTElementDefinition<typeof Accordion>;
72
74
 
73
75
  /**
74
- * Expand mode for {@link FASTAccordion}
76
+ * Expand mode for {@link Accordion}
75
77
  * @public
76
78
  */
77
79
  export declare const AccordionExpandMode: {
@@ -80,7 +82,7 @@ export declare const AccordionExpandMode: {
80
82
  };
81
83
 
82
84
  /**
83
- * Type for the {@link FASTAccordion} Expand Mode
85
+ * Type for the {@link Accordion} Expand Mode
84
86
  * @public
85
87
  */
86
88
  export declare type AccordionExpandMode = ValuesOf<typeof AccordionExpandMode>;
@@ -107,7 +109,6 @@ export declare class AccordionItem extends FASTElement {
107
109
  * Configures the {@link https://www.w3.org/TR/wai-aria-1.1/#aria-level | level} of the
108
110
  * heading element.
109
111
  *
110
- * @defaultValue 2
111
112
  * @public
112
113
  * @remarks
113
114
  * HTML attribute: heading-level
@@ -141,7 +142,6 @@ export declare class AccordionItem extends FASTElement {
141
142
  * Defines accordion header font size.
142
143
  *
143
144
  * @public
144
- * @default 'medium'
145
145
  * @remarks
146
146
  * HTML Attribute: size
147
147
  */
@@ -158,9 +158,8 @@ export declare class AccordionItem extends FASTElement {
158
158
  * Sets expand and collapsed icon position.
159
159
  *
160
160
  * @public
161
- * @default 'start'
162
161
  * @remarks
163
- * HTML Attribute: expandIconPosition
162
+ * HTML Attribute: expand-icon-position
164
163
  */
165
164
  expandIconPosition?: AccordionItemExpandIconPosition;
166
165
  /**
@@ -1109,8 +1108,8 @@ declare class BaseProgress extends FASTElement {
1109
1108
  }
1110
1109
 
1111
1110
  /**
1111
+ * A Tabs component that wraps a collection of tab and tab panel elements.
1112
1112
  *
1113
- * @class TabList component
1114
1113
  * @public
1115
1114
  */
1116
1115
  declare class BaseTabs extends FASTElement {
@@ -1197,16 +1196,40 @@ declare class BaseTabs extends FASTElement {
1197
1196
  connectedCallback(): void;
1198
1197
  }
1199
1198
 
1199
+ /**
1200
+ * CSS custom property value for the {@link @fluentui/tokens#borderRadiusCircular | `borderRadiusCircular`} design token.
1201
+ * @public
1202
+ */
1200
1203
  export declare const borderRadiusCircular = "var(--borderRadiusCircular)";
1201
1204
 
1205
+ /**
1206
+ * CSS custom property value for the {@link @fluentui/tokens#borderRadiusLarge | `borderRadiusLarge`} design token.
1207
+ * @public
1208
+ */
1202
1209
  export declare const borderRadiusLarge = "var(--borderRadiusLarge)";
1203
1210
 
1211
+ /**
1212
+ * CSS custom property value for the {@link @fluentui/tokens#borderRadiusMedium | `borderRadiusMedium`} design token.
1213
+ * @public
1214
+ */
1204
1215
  export declare const borderRadiusMedium = "var(--borderRadiusMedium)";
1205
1216
 
1217
+ /**
1218
+ * CSS custom property value for the {@link @fluentui/tokens#borderRadiusNone | `borderRadiusNone`} design token.
1219
+ * @public
1220
+ */
1206
1221
  export declare const borderRadiusNone = "var(--borderRadiusNone)";
1207
1222
 
1223
+ /**
1224
+ * CSS custom property value for the {@link @fluentui/tokens#borderRadiusSmall | `borderRadiusSmall`} design token.
1225
+ * @public
1226
+ */
1208
1227
  export declare const borderRadiusSmall = "var(--borderRadiusSmall)";
1209
1228
 
1229
+ /**
1230
+ * CSS custom property value for the {@link @fluentui/tokens#borderRadiusXLarge | `borderRadiusXLarge`} design token.
1231
+ * @public
1232
+ */
1210
1233
  export declare const borderRadiusXLarge = "var(--borderRadiusXLarge)";
1211
1234
 
1212
1235
  /**
@@ -1632,7 +1655,6 @@ export declare class Checkbox extends FormAssociatedCheckbox {
1632
1655
  * Sets shape of the checkbox.
1633
1656
  *
1634
1657
  * @public
1635
- * @default 'square'
1636
1658
  * @remarks
1637
1659
  * HTML Attribute: shape
1638
1660
  */
@@ -1641,7 +1663,6 @@ export declare class Checkbox extends FormAssociatedCheckbox {
1641
1663
  * Sets size of the checkbox.
1642
1664
  *
1643
1665
  * @public
1644
- * @default 'medium'
1645
1666
  * @remarks
1646
1667
  * HTML Attribute: size
1647
1668
  */
@@ -1650,7 +1671,6 @@ export declare class Checkbox extends FormAssociatedCheckbox {
1650
1671
  * Sets position of the label relative to the input
1651
1672
  *
1652
1673
  * @public
1653
- * @default 'after'
1654
1674
  * @remarks
1655
1675
  * HTML Attribute: label-position
1656
1676
  */
@@ -1701,12 +1721,12 @@ export declare const CheckboxDefinition: FASTElementDefinition<typeof Checkbox>;
1701
1721
  * Checkbox label position
1702
1722
  * @public
1703
1723
  */
1704
- export declare const CheckboxLabelPosition: {
1724
+ declare const CheckboxLabelPosition: {
1705
1725
  readonly before: "before";
1706
1726
  readonly after: "after";
1707
1727
  };
1708
1728
 
1709
- export declare type CheckboxLabelPosition = ValuesOf<typeof CheckboxLabelPosition>;
1729
+ declare type CheckboxLabelPosition = ValuesOf<typeof CheckboxLabelPosition>;
1710
1730
 
1711
1731
  /**
1712
1732
  * Checkbox configuration options
@@ -1751,700 +1771,2092 @@ export declare const CheckboxStyles: ElementStyles;
1751
1771
  */
1752
1772
  export declare const CheckboxTemplate: ElementViewTemplate<Checkbox>;
1753
1773
 
1774
+ /**
1775
+ * CSS custom property value for the {@link @fluentui/tokens#colorBackgroundOverlay | `colorBackgroundOverlay`} design token.
1776
+ * @public
1777
+ */
1754
1778
  export declare const colorBackgroundOverlay = "var(--colorBackgroundOverlay)";
1755
1779
 
1780
+ /**
1781
+ * CSS custom property value for the {@link @fluentui/tokens#colorBrandBackground | `colorBrandBackground`} design token.
1782
+ * @public
1783
+ */
1756
1784
  export declare const colorBrandBackground = "var(--colorBrandBackground)";
1757
1785
 
1786
+ /**
1787
+ * CSS custom property value for the {@link @fluentui/tokens#colorBrandBackground2 | `colorBrandBackground2`} design token.
1788
+ * @public
1789
+ */
1758
1790
  export declare const colorBrandBackground2 = "var(--colorBrandBackground2)";
1759
1791
 
1792
+ /**
1793
+ * CSS custom property value for the {@link @fluentui/tokens#colorBrandBackground2Hover | `colorBrandBackground2Hover`} design token.
1794
+ * @public
1795
+ */
1760
1796
  export declare const colorBrandBackground2Hover = "var(--colorBrandBackground2Hover)";
1761
1797
 
1798
+ /**
1799
+ * CSS custom property value for the {@link @fluentui/tokens#colorBrandBackground2Pressed | `colorBrandBackground2Pressed`} design token.
1800
+ * @public
1801
+ */
1762
1802
  export declare const colorBrandBackground2Pressed = "var(--colorBrandBackground2Pressed)";
1763
1803
 
1804
+ /**
1805
+ * CSS custom property value for the {@link @fluentui/tokens#colorBrandBackground3Static | `colorBrandBackground3Static`} design token.
1806
+ * @public
1807
+ */
1764
1808
  export declare const colorBrandBackground3Static = "var(--colorBrandBackground3Static)";
1765
1809
 
1810
+ /**
1811
+ * CSS custom property value for the {@link @fluentui/tokens#colorBrandBackground4Static | `colorBrandBackground4Static`} design token.
1812
+ * @public
1813
+ */
1766
1814
  export declare const colorBrandBackground4Static = "var(--colorBrandBackground4Static)";
1767
1815
 
1816
+ /**
1817
+ * CSS custom property value for the {@link @fluentui/tokens#colorBrandBackgroundHover | `colorBrandBackgroundHover`} design token.
1818
+ * @public
1819
+ */
1768
1820
  export declare const colorBrandBackgroundHover = "var(--colorBrandBackgroundHover)";
1769
1821
 
1822
+ /**
1823
+ * CSS custom property value for the {@link @fluentui/tokens#colorBrandBackgroundInverted | `colorBrandBackgroundInverted`} design token.
1824
+ * @public
1825
+ */
1770
1826
  export declare const colorBrandBackgroundInverted = "var(--colorBrandBackgroundInverted)";
1771
1827
 
1828
+ /**
1829
+ * CSS custom property value for the {@link @fluentui/tokens#colorBrandBackgroundInvertedHover | `colorBrandBackgroundInvertedHover`} design token.
1830
+ * @public
1831
+ */
1772
1832
  export declare const colorBrandBackgroundInvertedHover = "var(--colorBrandBackgroundInvertedHover)";
1773
1833
 
1834
+ /**
1835
+ * CSS custom property value for the {@link @fluentui/tokens#colorBrandBackgroundInvertedPressed | `colorBrandBackgroundInvertedPressed`} design token.
1836
+ * @public
1837
+ */
1774
1838
  export declare const colorBrandBackgroundInvertedPressed = "var(--colorBrandBackgroundInvertedPressed)";
1775
1839
 
1840
+ /**
1841
+ * CSS custom property value for the {@link @fluentui/tokens#colorBrandBackgroundInvertedSelected | `colorBrandBackgroundInvertedSelected`} design token.
1842
+ * @public
1843
+ */
1776
1844
  export declare const colorBrandBackgroundInvertedSelected = "var(--colorBrandBackgroundInvertedSelected)";
1777
1845
 
1846
+ /**
1847
+ * CSS custom property value for the {@link @fluentui/tokens#colorBrandBackgroundPressed | `colorBrandBackgroundPressed`} design token.
1848
+ * @public
1849
+ */
1778
1850
  export declare const colorBrandBackgroundPressed = "var(--colorBrandBackgroundPressed)";
1779
1851
 
1852
+ /**
1853
+ * CSS custom property value for the {@link @fluentui/tokens#colorBrandBackgroundSelected | `colorBrandBackgroundSelected`} design token.
1854
+ * @public
1855
+ */
1780
1856
  export declare const colorBrandBackgroundSelected = "var(--colorBrandBackgroundSelected)";
1781
1857
 
1858
+ /**
1859
+ * CSS custom property value for the {@link @fluentui/tokens#colorBrandBackgroundStatic | `colorBrandBackgroundStatic`} design token.
1860
+ * @public
1861
+ */
1782
1862
  export declare const colorBrandBackgroundStatic = "var(--colorBrandBackgroundStatic)";
1783
1863
 
1864
+ /**
1865
+ * CSS custom property value for the {@link @fluentui/tokens#colorBrandForeground1 | `colorBrandForeground1`} design token.
1866
+ * @public
1867
+ */
1784
1868
  export declare const colorBrandForeground1 = "var(--colorBrandForeground1)";
1785
1869
 
1870
+ /**
1871
+ * CSS custom property value for the {@link @fluentui/tokens#colorBrandForeground2 | `colorBrandForeground2`} design token.
1872
+ * @public
1873
+ */
1786
1874
  export declare const colorBrandForeground2 = "var(--colorBrandForeground2)";
1787
1875
 
1876
+ /**
1877
+ * CSS custom property value for the {@link @fluentui/tokens#colorBrandForeground2Hover | `colorBrandForeground2Hover`} design token.
1878
+ * @public
1879
+ */
1788
1880
  export declare const colorBrandForeground2Hover = "var(--colorBrandForeground2Hover)";
1789
1881
 
1882
+ /**
1883
+ * CSS custom property value for the {@link @fluentui/tokens#colorBrandForeground2Pressed | `colorBrandForeground2Pressed`} design token.
1884
+ * @public
1885
+ */
1790
1886
  export declare const colorBrandForeground2Pressed = "var(--colorBrandForeground2Pressed)";
1791
1887
 
1888
+ /**
1889
+ * CSS custom property value for the {@link @fluentui/tokens#colorBrandForegroundInverted | `colorBrandForegroundInverted`} design token.
1890
+ * @public
1891
+ */
1792
1892
  export declare const colorBrandForegroundInverted = "var(--colorBrandForegroundInverted)";
1793
1893
 
1894
+ /**
1895
+ * CSS custom property value for the {@link @fluentui/tokens#colorBrandForegroundInvertedHover | `colorBrandForegroundInvertedHover`} design token.
1896
+ * @public
1897
+ */
1794
1898
  export declare const colorBrandForegroundInvertedHover = "var(--colorBrandForegroundInvertedHover)";
1795
1899
 
1900
+ /**
1901
+ * CSS custom property value for the {@link @fluentui/tokens#colorBrandForegroundInvertedPressed | `colorBrandForegroundInvertedPressed`} design token.
1902
+ * @public
1903
+ */
1796
1904
  export declare const colorBrandForegroundInvertedPressed = "var(--colorBrandForegroundInvertedPressed)";
1797
1905
 
1906
+ /**
1907
+ * CSS custom property value for the {@link @fluentui/tokens#colorBrandForegroundLink | `colorBrandForegroundLink`} design token.
1908
+ * @public
1909
+ */
1798
1910
  export declare const colorBrandForegroundLink = "var(--colorBrandForegroundLink)";
1799
1911
 
1912
+ /**
1913
+ * CSS custom property value for the {@link @fluentui/tokens#colorBrandForegroundLinkHover | `colorBrandForegroundLinkHover`} design token.
1914
+ * @public
1915
+ */
1800
1916
  export declare const colorBrandForegroundLinkHover = "var(--colorBrandForegroundLinkHover)";
1801
1917
 
1918
+ /**
1919
+ * CSS custom property value for the {@link @fluentui/tokens#colorBrandForegroundLinkPressed | `colorBrandForegroundLinkPressed`} design token.
1920
+ * @public
1921
+ */
1802
1922
  export declare const colorBrandForegroundLinkPressed = "var(--colorBrandForegroundLinkPressed)";
1803
1923
 
1924
+ /**
1925
+ * CSS custom property value for the {@link @fluentui/tokens#colorBrandForegroundLinkSelected | `colorBrandForegroundLinkSelected`} design token.
1926
+ * @public
1927
+ */
1804
1928
  export declare const colorBrandForegroundLinkSelected = "var(--colorBrandForegroundLinkSelected)";
1805
1929
 
1930
+ /**
1931
+ * CSS custom property value for the {@link @fluentui/tokens#colorBrandForegroundOnLight | `colorBrandForegroundOnLight`} design token.
1932
+ * @public
1933
+ */
1806
1934
  export declare const colorBrandForegroundOnLight = "var(--colorBrandForegroundOnLight)";
1807
1935
 
1936
+ /**
1937
+ * CSS custom property value for the {@link @fluentui/tokens#colorBrandForegroundOnLightHover | `colorBrandForegroundOnLightHover`} design token.
1938
+ * @public
1939
+ */
1808
1940
  export declare const colorBrandForegroundOnLightHover = "var(--colorBrandForegroundOnLightHover)";
1809
1941
 
1942
+ /**
1943
+ * CSS custom property value for the {@link @fluentui/tokens#colorBrandForegroundOnLightPressed | `colorBrandForegroundOnLightPressed`} design token.
1944
+ * @public
1945
+ */
1810
1946
  export declare const colorBrandForegroundOnLightPressed = "var(--colorBrandForegroundOnLightPressed)";
1811
1947
 
1948
+ /**
1949
+ * CSS custom property value for the {@link @fluentui/tokens#colorBrandForegroundOnLightSelected | `colorBrandForegroundOnLightSelected`} design token.
1950
+ * @public
1951
+ */
1812
1952
  export declare const colorBrandForegroundOnLightSelected = "var(--colorBrandForegroundOnLightSelected)";
1813
1953
 
1954
+ /**
1955
+ * CSS custom property value for the {@link @fluentui/tokens#colorBrandShadowAmbient | `colorBrandShadowAmbient`} design token.
1956
+ * @public
1957
+ */
1814
1958
  export declare const colorBrandShadowAmbient = "var(--colorBrandShadowAmbient)";
1815
1959
 
1960
+ /**
1961
+ * CSS custom property value for the {@link @fluentui/tokens#colorBrandShadowKey | `colorBrandShadowKey`} design token.
1962
+ * @public
1963
+ */
1816
1964
  export declare const colorBrandShadowKey = "var(--colorBrandShadowKey)";
1817
1965
 
1966
+ /**
1967
+ * CSS custom property value for the {@link @fluentui/tokens#colorBrandStroke1 | `colorBrandStroke1`} design token.
1968
+ * @public
1969
+ */
1818
1970
  export declare const colorBrandStroke1 = "var(--colorBrandStroke1)";
1819
1971
 
1972
+ /**
1973
+ * CSS custom property value for the {@link @fluentui/tokens#colorBrandStroke2 | `colorBrandStroke2`} design token.
1974
+ * @public
1975
+ */
1820
1976
  export declare const colorBrandStroke2 = "var(--colorBrandStroke2)";
1821
1977
 
1978
+ /**
1979
+ * CSS custom property value for the {@link @fluentui/tokens#colorBrandStroke2Contrast | `colorBrandStroke2Contrast`} design token.
1980
+ * @public
1981
+ */
1822
1982
  export declare const colorBrandStroke2Contrast = "var(--colorBrandStroke2Contrast)";
1823
1983
 
1984
+ /**
1985
+ * CSS custom property value for the {@link @fluentui/tokens#colorBrandStroke2Hover | `colorBrandStroke2Hover`} design token.
1986
+ * @public
1987
+ */
1824
1988
  export declare const colorBrandStroke2Hover = "var(--colorBrandStroke2Hover)";
1825
1989
 
1990
+ /**
1991
+ * CSS custom property value for the {@link @fluentui/tokens#colorBrandStroke2Pressed | `colorBrandStroke2Pressed`} design token.
1992
+ * @public
1993
+ */
1826
1994
  export declare const colorBrandStroke2Pressed = "var(--colorBrandStroke2Pressed)";
1827
1995
 
1996
+ /**
1997
+ * CSS custom property value for the {@link @fluentui/tokens#colorCompoundBrandBackground | `colorCompoundBrandBackground`} design token.
1998
+ * @public
1999
+ */
1828
2000
  export declare const colorCompoundBrandBackground = "var(--colorCompoundBrandBackground)";
1829
2001
 
2002
+ /**
2003
+ * CSS custom property value for the {@link @fluentui/tokens#colorCompoundBrandBackgroundHover | `colorCompoundBrandBackgroundHover`} design token.
2004
+ * @public
2005
+ */
1830
2006
  export declare const colorCompoundBrandBackgroundHover = "var(--colorCompoundBrandBackgroundHover)";
1831
2007
 
2008
+ /**
2009
+ * CSS custom property value for the {@link @fluentui/tokens#colorCompoundBrandBackgroundPressed | `colorCompoundBrandBackgroundPressed`} design token.
2010
+ * @public
2011
+ */
1832
2012
  export declare const colorCompoundBrandBackgroundPressed = "var(--colorCompoundBrandBackgroundPressed)";
1833
2013
 
2014
+ /**
2015
+ * CSS custom property value for the {@link @fluentui/tokens#colorCompoundBrandForeground1 | `colorCompoundBrandForeground1`} design token.
2016
+ * @public
2017
+ */
1834
2018
  export declare const colorCompoundBrandForeground1 = "var(--colorCompoundBrandForeground1)";
1835
2019
 
2020
+ /**
2021
+ * CSS custom property value for the {@link @fluentui/tokens#colorCompoundBrandForeground1Hover | `colorCompoundBrandForeground1Hover`} design token.
2022
+ * @public
2023
+ */
1836
2024
  export declare const colorCompoundBrandForeground1Hover = "var(--colorCompoundBrandForeground1Hover)";
1837
2025
 
2026
+ /**
2027
+ * CSS custom property value for the {@link @fluentui/tokens#colorCompoundBrandForeground1Pressed | `colorCompoundBrandForeground1Pressed`} design token.
2028
+ * @public
2029
+ */
1838
2030
  export declare const colorCompoundBrandForeground1Pressed = "var(--colorCompoundBrandForeground1Pressed)";
1839
2031
 
2032
+ /**
2033
+ * CSS custom property value for the {@link @fluentui/tokens#colorCompoundBrandStroke | `colorCompoundBrandStroke`} design token.
2034
+ * @public
2035
+ */
1840
2036
  export declare const colorCompoundBrandStroke = "var(--colorCompoundBrandStroke)";
1841
2037
 
2038
+ /**
2039
+ * CSS custom property value for the {@link @fluentui/tokens#colorCompoundBrandStrokeHover | `colorCompoundBrandStrokeHover`} design token.
2040
+ * @public
2041
+ */
1842
2042
  export declare const colorCompoundBrandStrokeHover = "var(--colorCompoundBrandStrokeHover)";
1843
2043
 
2044
+ /**
2045
+ * CSS custom property value for the {@link @fluentui/tokens#colorCompoundBrandStrokePressed | `colorCompoundBrandStrokePressed`} design token.
2046
+ * @public
2047
+ */
1844
2048
  export declare const colorCompoundBrandStrokePressed = "var(--colorCompoundBrandStrokePressed)";
1845
2049
 
2050
+ /**
2051
+ * CSS custom property value for the {@link @fluentui/tokens#colorNeutralBackground1 | `colorNeutralBackground1`} design token.
2052
+ * @public
2053
+ */
1846
2054
  export declare const colorNeutralBackground1 = "var(--colorNeutralBackground1)";
1847
2055
 
2056
+ /**
2057
+ * CSS custom property value for the {@link @fluentui/tokens#colorNeutralBackground1Hover | `colorNeutralBackground1Hover`} design token.
2058
+ * @public
2059
+ */
1848
2060
  export declare const colorNeutralBackground1Hover = "var(--colorNeutralBackground1Hover)";
1849
2061
 
2062
+ /**
2063
+ * CSS custom property value for the {@link @fluentui/tokens#colorNeutralBackground1Pressed | `colorNeutralBackground1Pressed`} design token.
2064
+ * @public
2065
+ */
1850
2066
  export declare const colorNeutralBackground1Pressed = "var(--colorNeutralBackground1Pressed)";
1851
2067
 
2068
+ /**
2069
+ * CSS custom property value for the {@link @fluentui/tokens#colorNeutralBackground1Selected | `colorNeutralBackground1Selected`} design token.
2070
+ * @public
2071
+ */
1852
2072
  export declare const colorNeutralBackground1Selected = "var(--colorNeutralBackground1Selected)";
1853
2073
 
2074
+ /**
2075
+ * CSS custom property value for the {@link @fluentui/tokens#colorNeutralBackground2 | `colorNeutralBackground2`} design token.
2076
+ * @public
2077
+ */
1854
2078
  export declare const colorNeutralBackground2 = "var(--colorNeutralBackground2)";
1855
2079
 
2080
+ /**
2081
+ * CSS custom property value for the {@link @fluentui/tokens#colorNeutralBackground2Hover | `colorNeutralBackground2Hover`} design token.
2082
+ * @public
2083
+ */
1856
2084
  export declare const colorNeutralBackground2Hover = "var(--colorNeutralBackground2Hover)";
1857
2085
 
2086
+ /**
2087
+ * CSS custom property value for the {@link @fluentui/tokens#colorNeutralBackground2Pressed | `colorNeutralBackground2Pressed`} design token.
2088
+ * @public
2089
+ */
1858
2090
  export declare const colorNeutralBackground2Pressed = "var(--colorNeutralBackground2Pressed)";
1859
2091
 
2092
+ /**
2093
+ * CSS custom property value for the {@link @fluentui/tokens#colorNeutralBackground2Selected | `colorNeutralBackground2Selected`} design token.
2094
+ * @public
2095
+ */
1860
2096
  export declare const colorNeutralBackground2Selected = "var(--colorNeutralBackground2Selected)";
1861
2097
 
2098
+ /**
2099
+ * CSS custom property value for the {@link @fluentui/tokens#colorNeutralBackground3 | `colorNeutralBackground3`} design token.
2100
+ * @public
2101
+ */
1862
2102
  export declare const colorNeutralBackground3 = "var(--colorNeutralBackground3)";
1863
2103
 
2104
+ /**
2105
+ * CSS custom property value for the {@link @fluentui/tokens#colorNeutralBackground3Hover | `colorNeutralBackground3Hover`} design token.
2106
+ * @public
2107
+ */
1864
2108
  export declare const colorNeutralBackground3Hover = "var(--colorNeutralBackground3Hover)";
1865
2109
 
2110
+ /**
2111
+ * CSS custom property value for the {@link @fluentui/tokens#colorNeutralBackground3Pressed | `colorNeutralBackground3Pressed`} design token.
2112
+ * @public
2113
+ */
1866
2114
  export declare const colorNeutralBackground3Pressed = "var(--colorNeutralBackground3Pressed)";
1867
2115
 
2116
+ /**
2117
+ * CSS custom property value for the {@link @fluentui/tokens#colorNeutralBackground3Selected | `colorNeutralBackground3Selected`} design token.
2118
+ * @public
2119
+ */
1868
2120
  export declare const colorNeutralBackground3Selected = "var(--colorNeutralBackground3Selected)";
1869
2121
 
2122
+ /**
2123
+ * CSS custom property value for the {@link @fluentui/tokens#colorNeutralBackground4 | `colorNeutralBackground4`} design token.
2124
+ * @public
2125
+ */
1870
2126
  export declare const colorNeutralBackground4 = "var(--colorNeutralBackground4)";
1871
2127
 
2128
+ /**
2129
+ * CSS custom property value for the {@link @fluentui/tokens#colorNeutralBackground4Hover | `colorNeutralBackground4Hover`} design token.
2130
+ * @public
2131
+ */
1872
2132
  export declare const colorNeutralBackground4Hover = "var(--colorNeutralBackground4Hover)";
1873
2133
 
2134
+ /**
2135
+ * CSS custom property value for the {@link @fluentui/tokens#colorNeutralBackground4Pressed | `colorNeutralBackground4Pressed`} design token.
2136
+ * @public
2137
+ */
1874
2138
  export declare const colorNeutralBackground4Pressed = "var(--colorNeutralBackground4Pressed)";
1875
2139
 
2140
+ /**
2141
+ * CSS custom property value for the {@link @fluentui/tokens#colorNeutralBackground4Selected | `colorNeutralBackground4Selected`} design token.
2142
+ * @public
2143
+ */
1876
2144
  export declare const colorNeutralBackground4Selected = "var(--colorNeutralBackground4Selected)";
1877
2145
 
2146
+ /**
2147
+ * CSS custom property value for the {@link @fluentui/tokens#colorNeutralBackground5 | `colorNeutralBackground5`} design token.
2148
+ * @public
2149
+ */
1878
2150
  export declare const colorNeutralBackground5 = "var(--colorNeutralBackground5)";
1879
2151
 
2152
+ /**
2153
+ * CSS custom property value for the {@link @fluentui/tokens#colorNeutralBackground5Hover | `colorNeutralBackground5Hover`} design token.
2154
+ * @public
2155
+ */
1880
2156
  export declare const colorNeutralBackground5Hover = "var(--colorNeutralBackground5Hover)";
1881
2157
 
2158
+ /**
2159
+ * CSS custom property value for the {@link @fluentui/tokens#colorNeutralBackground5Pressed | `colorNeutralBackground5Pressed`} design token.
2160
+ * @public
2161
+ */
1882
2162
  export declare const colorNeutralBackground5Pressed = "var(--colorNeutralBackground5Pressed)";
1883
2163
 
2164
+ /**
2165
+ * CSS custom property value for the {@link @fluentui/tokens#colorNeutralBackground5Selected | `colorNeutralBackground5Selected`} design token.
2166
+ * @public
2167
+ */
1884
2168
  export declare const colorNeutralBackground5Selected = "var(--colorNeutralBackground5Selected)";
1885
2169
 
2170
+ /**
2171
+ * CSS custom property value for the {@link @fluentui/tokens#colorNeutralBackground6 | `colorNeutralBackground6`} design token.
2172
+ * @public
2173
+ */
1886
2174
  export declare const colorNeutralBackground6 = "var(--colorNeutralBackground6)";
1887
2175
 
2176
+ /**
2177
+ * CSS custom property value for the {@link @fluentui/tokens#colorNeutralBackgroundAlpha | `colorNeutralBackgroundAlpha`} design token.
2178
+ * @public
2179
+ */
1888
2180
  export declare const colorNeutralBackgroundAlpha = "var(--colorNeutralBackgroundAlpha)";
1889
2181
 
2182
+ /**
2183
+ * CSS custom property value for the {@link @fluentui/tokens#colorNeutralBackgroundAlpha2 | `colorNeutralBackgroundAlpha2`} design token.
2184
+ * @public
2185
+ */
1890
2186
  export declare const colorNeutralBackgroundAlpha2 = "var(--colorNeutralBackgroundAlpha2)";
1891
2187
 
2188
+ /**
2189
+ * CSS custom property value for the {@link @fluentui/tokens#colorNeutralBackgroundDisabled | `colorNeutralBackgroundDisabled`} design token.
2190
+ * @public
2191
+ */
1892
2192
  export declare const colorNeutralBackgroundDisabled = "var(--colorNeutralBackgroundDisabled)";
1893
2193
 
2194
+ /**
2195
+ * CSS custom property value for the {@link @fluentui/tokens#colorNeutralBackgroundInverted | `colorNeutralBackgroundInverted`} design token.
2196
+ * @public
2197
+ */
1894
2198
  export declare const colorNeutralBackgroundInverted = "var(--colorNeutralBackgroundInverted)";
1895
2199
 
2200
+ /**
2201
+ * CSS custom property value for the {@link @fluentui/tokens#colorNeutralBackgroundInvertedDisabled | `colorNeutralBackgroundInvertedDisabled`} design token.
2202
+ * @public
2203
+ */
1896
2204
  export declare const colorNeutralBackgroundInvertedDisabled = "var(--colorNeutralBackgroundInvertedDisabled)";
1897
2205
 
2206
+ /**
2207
+ * CSS custom property value for the {@link @fluentui/tokens#colorNeutralBackgroundStatic | `colorNeutralBackgroundStatic`} design token.
2208
+ * @public
2209
+ */
1898
2210
  export declare const colorNeutralBackgroundStatic = "var(--colorNeutralBackgroundStatic)";
1899
2211
 
2212
+ /**
2213
+ * CSS custom property value for the {@link @fluentui/tokens#colorNeutralCardBackground | `colorNeutralCardBackground`} design token.
2214
+ * @public
2215
+ */
1900
2216
  export declare const colorNeutralCardBackground = "var(--colorNeutralCardBackground)";
1901
2217
 
2218
+ /**
2219
+ * CSS custom property value for the {@link @fluentui/tokens#colorNeutralCardBackgroundDisabled | `colorNeutralCardBackgroundDisabled`} design token.
2220
+ * @public
2221
+ */
1902
2222
  export declare const colorNeutralCardBackgroundDisabled = "var(--colorNeutralCardBackgroundDisabled)";
1903
2223
 
2224
+ /**
2225
+ * CSS custom property value for the {@link @fluentui/tokens#colorNeutralCardBackgroundHover | `colorNeutralCardBackgroundHover`} design token.
2226
+ * @public
2227
+ */
1904
2228
  export declare const colorNeutralCardBackgroundHover = "var(--colorNeutralCardBackgroundHover)";
1905
2229
 
2230
+ /**
2231
+ * CSS custom property value for the {@link @fluentui/tokens#colorNeutralCardBackgroundPressed | `colorNeutralCardBackgroundPressed`} design token.
2232
+ * @public
2233
+ */
1906
2234
  export declare const colorNeutralCardBackgroundPressed = "var(--colorNeutralCardBackgroundPressed)";
1907
2235
 
2236
+ /**
2237
+ * CSS custom property value for the {@link @fluentui/tokens#colorNeutralCardBackgroundSelected | `colorNeutralCardBackgroundSelected`} design token.
2238
+ * @public
2239
+ */
1908
2240
  export declare const colorNeutralCardBackgroundSelected = "var(--colorNeutralCardBackgroundSelected)";
1909
2241
 
2242
+ /**
2243
+ * CSS custom property value for the {@link @fluentui/tokens#colorNeutralForeground1 | `colorNeutralForeground1`} design token.
2244
+ * @public
2245
+ */
1910
2246
  export declare const colorNeutralForeground1 = "var(--colorNeutralForeground1)";
1911
2247
 
2248
+ /**
2249
+ * CSS custom property value for the {@link @fluentui/tokens#colorNeutralForeground1Hover | `colorNeutralForeground1Hover`} design token.
2250
+ * @public
2251
+ */
1912
2252
  export declare const colorNeutralForeground1Hover = "var(--colorNeutralForeground1Hover)";
1913
2253
 
2254
+ /**
2255
+ * CSS custom property value for the {@link @fluentui/tokens#colorNeutralForeground1Pressed | `colorNeutralForeground1Pressed`} design token.
2256
+ * @public
2257
+ */
1914
2258
  export declare const colorNeutralForeground1Pressed = "var(--colorNeutralForeground1Pressed)";
1915
2259
 
2260
+ /**
2261
+ * CSS custom property value for the {@link @fluentui/tokens#colorNeutralForeground1Selected | `colorNeutralForeground1Selected`} design token.
2262
+ * @public
2263
+ */
1916
2264
  export declare const colorNeutralForeground1Selected = "var(--colorNeutralForeground1Selected)";
1917
2265
 
2266
+ /**
2267
+ * CSS custom property value for the {@link @fluentui/tokens#colorNeutralForeground1Static | `colorNeutralForeground1Static`} design token.
2268
+ * @public
2269
+ */
1918
2270
  export declare const colorNeutralForeground1Static = "var(--colorNeutralForeground1Static)";
1919
2271
 
2272
+ /**
2273
+ * CSS custom property value for the {@link @fluentui/tokens#colorNeutralForeground2 | `colorNeutralForeground2`} design token.
2274
+ * @public
2275
+ */
1920
2276
  export declare const colorNeutralForeground2 = "var(--colorNeutralForeground2)";
1921
2277
 
2278
+ /**
2279
+ * CSS custom property value for the {@link @fluentui/tokens#colorNeutralForeground2BrandHover | `colorNeutralForeground2BrandHover`} design token.
2280
+ * @public
2281
+ */
1922
2282
  export declare const colorNeutralForeground2BrandHover = "var(--colorNeutralForeground2BrandHover)";
1923
2283
 
2284
+ /**
2285
+ * CSS custom property value for the {@link @fluentui/tokens#colorNeutralForeground2BrandPressed | `colorNeutralForeground2BrandPressed`} design token.
2286
+ * @public
2287
+ */
1924
2288
  export declare const colorNeutralForeground2BrandPressed = "var(--colorNeutralForeground2BrandPressed)";
1925
2289
 
2290
+ /**
2291
+ * CSS custom property value for the {@link @fluentui/tokens#colorNeutralForeground2BrandSelected | `colorNeutralForeground2BrandSelected`} design token.
2292
+ * @public
2293
+ */
1926
2294
  export declare const colorNeutralForeground2BrandSelected = "var(--colorNeutralForeground2BrandSelected)";
1927
2295
 
2296
+ /**
2297
+ * CSS custom property value for the {@link @fluentui/tokens#colorNeutralForeground2Hover | `colorNeutralForeground2Hover`} design token.
2298
+ * @public
2299
+ */
1928
2300
  export declare const colorNeutralForeground2Hover = "var(--colorNeutralForeground2Hover)";
1929
2301
 
2302
+ /**
2303
+ * CSS custom property value for the {@link @fluentui/tokens#colorNeutralForeground2Link | `colorNeutralForeground2Link`} design token.
2304
+ * @public
2305
+ */
1930
2306
  export declare const colorNeutralForeground2Link = "var(--colorNeutralForeground2Link)";
1931
2307
 
2308
+ /**
2309
+ * CSS custom property value for the {@link @fluentui/tokens#colorNeutralForeground2LinkHover | `colorNeutralForeground2LinkHover`} design token.
2310
+ * @public
2311
+ */
1932
2312
  export declare const colorNeutralForeground2LinkHover = "var(--colorNeutralForeground2LinkHover)";
1933
2313
 
2314
+ /**
2315
+ * CSS custom property value for the {@link @fluentui/tokens#colorNeutralForeground2LinkPressed | `colorNeutralForeground2LinkPressed`} design token.
2316
+ * @public
2317
+ */
1934
2318
  export declare const colorNeutralForeground2LinkPressed = "var(--colorNeutralForeground2LinkPressed)";
1935
2319
 
2320
+ /**
2321
+ * CSS custom property value for the {@link @fluentui/tokens#colorNeutralForeground2LinkSelected | `colorNeutralForeground2LinkSelected`} design token.
2322
+ * @public
2323
+ */
1936
2324
  export declare const colorNeutralForeground2LinkSelected = "var(--colorNeutralForeground2LinkSelected)";
1937
2325
 
2326
+ /**
2327
+ * CSS custom property value for the {@link @fluentui/tokens#colorNeutralForeground2Pressed | `colorNeutralForeground2Pressed`} design token.
2328
+ * @public
2329
+ */
1938
2330
  export declare const colorNeutralForeground2Pressed = "var(--colorNeutralForeground2Pressed)";
1939
2331
 
2332
+ /**
2333
+ * CSS custom property value for the {@link @fluentui/tokens#colorNeutralForeground2Selected | `colorNeutralForeground2Selected`} design token.
2334
+ * @public
2335
+ */
1940
2336
  export declare const colorNeutralForeground2Selected = "var(--colorNeutralForeground2Selected)";
1941
2337
 
2338
+ /**
2339
+ * CSS custom property value for the {@link @fluentui/tokens#colorNeutralForeground3 | `colorNeutralForeground3`} design token.
2340
+ * @public
2341
+ */
1942
2342
  export declare const colorNeutralForeground3 = "var(--colorNeutralForeground3)";
1943
2343
 
2344
+ /**
2345
+ * CSS custom property value for the {@link @fluentui/tokens#colorNeutralForeground3BrandHover | `colorNeutralForeground3BrandHover`} design token.
2346
+ * @public
2347
+ */
1944
2348
  export declare const colorNeutralForeground3BrandHover = "var(--colorNeutralForeground3BrandHover)";
1945
2349
 
2350
+ /**
2351
+ * CSS custom property value for the {@link @fluentui/tokens#colorNeutralForeground3BrandPressed | `colorNeutralForeground3BrandPressed`} design token.
2352
+ * @public
2353
+ */
1946
2354
  export declare const colorNeutralForeground3BrandPressed = "var(--colorNeutralForeground3BrandPressed)";
1947
2355
 
2356
+ /**
2357
+ * CSS custom property value for the {@link @fluentui/tokens#colorNeutralForeground3BrandSelected | `colorNeutralForeground3BrandSelected`} design token.
2358
+ * @public
2359
+ */
1948
2360
  export declare const colorNeutralForeground3BrandSelected = "var(--colorNeutralForeground3BrandSelected)";
1949
2361
 
2362
+ /**
2363
+ * CSS custom property value for the {@link @fluentui/tokens#colorNeutralForeground3Hover | `colorNeutralForeground3Hover`} design token.
2364
+ * @public
2365
+ */
1950
2366
  export declare const colorNeutralForeground3Hover = "var(--colorNeutralForeground3Hover)";
1951
2367
 
2368
+ /**
2369
+ * CSS custom property value for the {@link @fluentui/tokens#colorNeutralForeground3Pressed | `colorNeutralForeground3Pressed`} design token.
2370
+ * @public
2371
+ */
1952
2372
  export declare const colorNeutralForeground3Pressed = "var(--colorNeutralForeground3Pressed)";
1953
2373
 
2374
+ /**
2375
+ * CSS custom property value for the {@link @fluentui/tokens#colorNeutralForeground3Selected | `colorNeutralForeground3Selected`} design token.
2376
+ * @public
2377
+ */
1954
2378
  export declare const colorNeutralForeground3Selected = "var(--colorNeutralForeground3Selected)";
1955
2379
 
2380
+ /**
2381
+ * CSS custom property value for the {@link @fluentui/tokens#colorNeutralForeground4 | `colorNeutralForeground4`} design token.
2382
+ * @public
2383
+ */
1956
2384
  export declare const colorNeutralForeground4 = "var(--colorNeutralForeground4)";
1957
2385
 
2386
+ /**
2387
+ * CSS custom property value for the {@link @fluentui/tokens#colorNeutralForegroundDisabled | `colorNeutralForegroundDisabled`} design token.
2388
+ * @public
2389
+ */
1958
2390
  export declare const colorNeutralForegroundDisabled = "var(--colorNeutralForegroundDisabled)";
1959
2391
 
2392
+ /**
2393
+ * CSS custom property value for the {@link @fluentui/tokens#colorNeutralForegroundInverted | `colorNeutralForegroundInverted`} design token.
2394
+ * @public
2395
+ */
1960
2396
  export declare const colorNeutralForegroundInverted = "var(--colorNeutralForegroundInverted)";
1961
2397
 
2398
+ /**
2399
+ * CSS custom property value for the {@link @fluentui/tokens#colorNeutralForegroundInverted2 | `colorNeutralForegroundInverted2`} design token.
2400
+ * @public
2401
+ */
1962
2402
  export declare const colorNeutralForegroundInverted2 = "var(--colorNeutralForegroundInverted2)";
1963
2403
 
2404
+ /**
2405
+ * CSS custom property value for the {@link @fluentui/tokens#colorNeutralForegroundInvertedDisabled | `colorNeutralForegroundInvertedDisabled`} design token.
2406
+ * @public
2407
+ */
1964
2408
  export declare const colorNeutralForegroundInvertedDisabled = "var(--colorNeutralForegroundInvertedDisabled)";
1965
2409
 
2410
+ /**
2411
+ * CSS custom property value for the {@link @fluentui/tokens#colorNeutralForegroundInvertedHover | `colorNeutralForegroundInvertedHover`} design token.
2412
+ * @public
2413
+ */
1966
2414
  export declare const colorNeutralForegroundInvertedHover = "var(--colorNeutralForegroundInvertedHover)";
1967
2415
 
2416
+ /**
2417
+ * CSS custom property value for the {@link @fluentui/tokens#colorNeutralForegroundInvertedLink | `colorNeutralForegroundInvertedLink`} design token.
2418
+ * @public
2419
+ */
1968
2420
  export declare const colorNeutralForegroundInvertedLink = "var(--colorNeutralForegroundInvertedLink)";
1969
2421
 
2422
+ /**
2423
+ * CSS custom property value for the {@link @fluentui/tokens#colorNeutralForegroundInvertedLinkHover | `colorNeutralForegroundInvertedLinkHover`} design token.
2424
+ * @public
2425
+ */
1970
2426
  export declare const colorNeutralForegroundInvertedLinkHover = "var(--colorNeutralForegroundInvertedLinkHover)";
1971
2427
 
2428
+ /**
2429
+ * CSS custom property value for the {@link @fluentui/tokens#colorNeutralForegroundInvertedLinkPressed | `colorNeutralForegroundInvertedLinkPressed`} design token.
2430
+ * @public
2431
+ */
1972
2432
  export declare const colorNeutralForegroundInvertedLinkPressed = "var(--colorNeutralForegroundInvertedLinkPressed)";
1973
2433
 
2434
+ /**
2435
+ * CSS custom property value for the {@link @fluentui/tokens#colorNeutralForegroundInvertedLinkSelected | `colorNeutralForegroundInvertedLinkSelected`} design token.
2436
+ * @public
2437
+ */
1974
2438
  export declare const colorNeutralForegroundInvertedLinkSelected = "var(--colorNeutralForegroundInvertedLinkSelected)";
1975
2439
 
2440
+ /**
2441
+ * CSS custom property value for the {@link @fluentui/tokens#colorNeutralForegroundInvertedPressed | `colorNeutralForegroundInvertedPressed`} design token.
2442
+ * @public
2443
+ */
1976
2444
  export declare const colorNeutralForegroundInvertedPressed = "var(--colorNeutralForegroundInvertedPressed)";
1977
2445
 
2446
+ /**
2447
+ * CSS custom property value for the {@link @fluentui/tokens#colorNeutralForegroundInvertedSelected | `colorNeutralForegroundInvertedSelected`} design token.
2448
+ * @public
2449
+ */
1978
2450
  export declare const colorNeutralForegroundInvertedSelected = "var(--colorNeutralForegroundInvertedSelected)";
1979
2451
 
2452
+ /**
2453
+ * CSS custom property value for the {@link @fluentui/tokens#colorNeutralForegroundOnBrand | `colorNeutralForegroundOnBrand`} design token.
2454
+ * @public
2455
+ */
1980
2456
  export declare const colorNeutralForegroundOnBrand = "var(--colorNeutralForegroundOnBrand)";
1981
2457
 
2458
+ /**
2459
+ * CSS custom property value for the {@link @fluentui/tokens#colorNeutralForegroundStaticInverted | `colorNeutralForegroundStaticInverted`} design token.
2460
+ * @public
2461
+ */
1982
2462
  export declare const colorNeutralForegroundStaticInverted = "var(--colorNeutralForegroundStaticInverted)";
1983
2463
 
2464
+ /**
2465
+ * CSS custom property value for the {@link @fluentui/tokens#colorNeutralShadowAmbient | `colorNeutralShadowAmbient`} design token.
2466
+ * @public
2467
+ */
1984
2468
  export declare const colorNeutralShadowAmbient = "var(--colorNeutralShadowAmbient)";
1985
2469
 
2470
+ /**
2471
+ * CSS custom property value for the {@link @fluentui/tokens#colorNeutralShadowAmbientDarker | `colorNeutralShadowAmbientDarker`} design token.
2472
+ * @public
2473
+ */
1986
2474
  export declare const colorNeutralShadowAmbientDarker = "var(--colorNeutralShadowAmbientDarker)";
1987
2475
 
2476
+ /**
2477
+ * CSS custom property value for the {@link @fluentui/tokens#colorNeutralShadowAmbientLighter | `colorNeutralShadowAmbientLighter`} design token.
2478
+ * @public
2479
+ */
1988
2480
  export declare const colorNeutralShadowAmbientLighter = "var(--colorNeutralShadowAmbientLighter)";
1989
2481
 
2482
+ /**
2483
+ * CSS custom property value for the {@link @fluentui/tokens#colorNeutralShadowKey | `colorNeutralShadowKey`} design token.
2484
+ * @public
2485
+ */
1990
2486
  export declare const colorNeutralShadowKey = "var(--colorNeutralShadowKey)";
1991
2487
 
2488
+ /**
2489
+ * CSS custom property value for the {@link @fluentui/tokens#colorNeutralShadowKeyDarker | `colorNeutralShadowKeyDarker`} design token.
2490
+ * @public
2491
+ */
1992
2492
  export declare const colorNeutralShadowKeyDarker = "var(--colorNeutralShadowKeyDarker)";
1993
2493
 
2494
+ /**
2495
+ * CSS custom property value for the {@link @fluentui/tokens#colorNeutralShadowKeyLighter | `colorNeutralShadowKeyLighter`} design token.
2496
+ * @public
2497
+ */
1994
2498
  export declare const colorNeutralShadowKeyLighter = "var(--colorNeutralShadowKeyLighter)";
1995
2499
 
2500
+ /**
2501
+ * CSS custom property value for the {@link @fluentui/tokens#colorNeutralStencil1 | `colorNeutralStencil1`} design token.
2502
+ * @public
2503
+ */
1996
2504
  export declare const colorNeutralStencil1 = "var(--colorNeutralStencil1)";
1997
2505
 
2506
+ /**
2507
+ * CSS custom property value for the {@link @fluentui/tokens#colorNeutralStencil1Alpha | `colorNeutralStencil1Alpha`} design token.
2508
+ * @public
2509
+ */
1998
2510
  export declare const colorNeutralStencil1Alpha = "var(--colorNeutralStencil1Alpha)";
1999
2511
 
2512
+ /**
2513
+ * CSS custom property value for the {@link @fluentui/tokens#colorNeutralStencil2 | `colorNeutralStencil2`} design token.
2514
+ * @public
2515
+ */
2000
2516
  export declare const colorNeutralStencil2 = "var(--colorNeutralStencil2)";
2001
2517
 
2518
+ /**
2519
+ * CSS custom property value for the {@link @fluentui/tokens#colorNeutralStencil2Alpha | `colorNeutralStencil2Alpha`} design token.
2520
+ * @public
2521
+ */
2002
2522
  export declare const colorNeutralStencil2Alpha = "var(--colorNeutralStencil2Alpha)";
2003
2523
 
2524
+ /**
2525
+ * CSS custom property value for the {@link @fluentui/tokens#colorNeutralStroke1 | `colorNeutralStroke1`} design token.
2526
+ * @public
2527
+ */
2004
2528
  export declare const colorNeutralStroke1 = "var(--colorNeutralStroke1)";
2005
2529
 
2530
+ /**
2531
+ * CSS custom property value for the {@link @fluentui/tokens#colorNeutralStroke1Hover | `colorNeutralStroke1Hover`} design token.
2532
+ * @public
2533
+ */
2006
2534
  export declare const colorNeutralStroke1Hover = "var(--colorNeutralStroke1Hover)";
2007
2535
 
2536
+ /**
2537
+ * CSS custom property value for the {@link @fluentui/tokens#colorNeutralStroke1Pressed | `colorNeutralStroke1Pressed`} design token.
2538
+ * @public
2539
+ */
2008
2540
  export declare const colorNeutralStroke1Pressed = "var(--colorNeutralStroke1Pressed)";
2009
2541
 
2542
+ /**
2543
+ * CSS custom property value for the {@link @fluentui/tokens#colorNeutralStroke1Selected | `colorNeutralStroke1Selected`} design token.
2544
+ * @public
2545
+ */
2010
2546
  export declare const colorNeutralStroke1Selected = "var(--colorNeutralStroke1Selected)";
2011
2547
 
2548
+ /**
2549
+ * CSS custom property value for the {@link @fluentui/tokens#colorNeutralStroke2 | `colorNeutralStroke2`} design token.
2550
+ * @public
2551
+ */
2012
2552
  export declare const colorNeutralStroke2 = "var(--colorNeutralStroke2)";
2013
2553
 
2554
+ /**
2555
+ * CSS custom property value for the {@link @fluentui/tokens#colorNeutralStroke3 | `colorNeutralStroke3`} design token.
2556
+ * @public
2557
+ */
2014
2558
  export declare const colorNeutralStroke3 = "var(--colorNeutralStroke3)";
2015
2559
 
2560
+ /**
2561
+ * CSS custom property value for the {@link @fluentui/tokens#colorNeutralStrokeAccessible | `colorNeutralStrokeAccessible`} design token.
2562
+ * @public
2563
+ */
2016
2564
  export declare const colorNeutralStrokeAccessible = "var(--colorNeutralStrokeAccessible)";
2017
2565
 
2566
+ /**
2567
+ * CSS custom property value for the {@link @fluentui/tokens#colorNeutralStrokeAccessibleHover | `colorNeutralStrokeAccessibleHover`} design token.
2568
+ * @public
2569
+ */
2018
2570
  export declare const colorNeutralStrokeAccessibleHover = "var(--colorNeutralStrokeAccessibleHover)";
2019
2571
 
2572
+ /**
2573
+ * CSS custom property value for the {@link @fluentui/tokens#colorNeutralStrokeAccessiblePressed | `colorNeutralStrokeAccessiblePressed`} design token.
2574
+ * @public
2575
+ */
2020
2576
  export declare const colorNeutralStrokeAccessiblePressed = "var(--colorNeutralStrokeAccessiblePressed)";
2021
2577
 
2578
+ /**
2579
+ * CSS custom property value for the {@link @fluentui/tokens#colorNeutralStrokeAccessibleSelected | `colorNeutralStrokeAccessibleSelected`} design token.
2580
+ * @public
2581
+ */
2022
2582
  export declare const colorNeutralStrokeAccessibleSelected = "var(--colorNeutralStrokeAccessibleSelected)";
2023
2583
 
2584
+ /**
2585
+ * CSS custom property value for the {@link @fluentui/tokens#colorNeutralStrokeAlpha | `colorNeutralStrokeAlpha`} design token.
2586
+ * @public
2587
+ */
2024
2588
  export declare const colorNeutralStrokeAlpha = "var(--colorNeutralStrokeAlpha)";
2025
2589
 
2590
+ /**
2591
+ * CSS custom property value for the {@link @fluentui/tokens#colorNeutralStrokeAlpha2 | `colorNeutralStrokeAlpha2`} design token.
2592
+ * @public
2593
+ */
2026
2594
  export declare const colorNeutralStrokeAlpha2 = "var(--colorNeutralStrokeAlpha2)";
2027
2595
 
2596
+ /**
2597
+ * CSS custom property value for the {@link @fluentui/tokens#colorNeutralStrokeDisabled | `colorNeutralStrokeDisabled`} design token.
2598
+ * @public
2599
+ */
2028
2600
  export declare const colorNeutralStrokeDisabled = "var(--colorNeutralStrokeDisabled)";
2029
2601
 
2602
+ /**
2603
+ * CSS custom property value for the {@link @fluentui/tokens#colorNeutralStrokeInvertedDisabled | `colorNeutralStrokeInvertedDisabled`} design token.
2604
+ * @public
2605
+ */
2030
2606
  export declare const colorNeutralStrokeInvertedDisabled = "var(--colorNeutralStrokeInvertedDisabled)";
2031
2607
 
2608
+ /**
2609
+ * CSS custom property value for the {@link @fluentui/tokens#colorNeutralStrokeOnBrand | `colorNeutralStrokeOnBrand`} design token.
2610
+ * @public
2611
+ */
2032
2612
  export declare const colorNeutralStrokeOnBrand = "var(--colorNeutralStrokeOnBrand)";
2033
2613
 
2614
+ /**
2615
+ * CSS custom property value for the {@link @fluentui/tokens#colorNeutralStrokeOnBrand2 | `colorNeutralStrokeOnBrand2`} design token.
2616
+ * @public
2617
+ */
2034
2618
  export declare const colorNeutralStrokeOnBrand2 = "var(--colorNeutralStrokeOnBrand2)";
2035
2619
 
2620
+ /**
2621
+ * CSS custom property value for the {@link @fluentui/tokens#colorNeutralStrokeOnBrand2Hover | `colorNeutralStrokeOnBrand2Hover`} design token.
2622
+ * @public
2623
+ */
2036
2624
  export declare const colorNeutralStrokeOnBrand2Hover = "var(--colorNeutralStrokeOnBrand2Hover)";
2037
2625
 
2626
+ /**
2627
+ * CSS custom property value for the {@link @fluentui/tokens#colorNeutralStrokeOnBrand2Pressed | `colorNeutralStrokeOnBrand2Pressed`} design token.
2628
+ * @public
2629
+ */
2038
2630
  export declare const colorNeutralStrokeOnBrand2Pressed = "var(--colorNeutralStrokeOnBrand2Pressed)";
2039
2631
 
2632
+ /**
2633
+ * CSS custom property value for the {@link @fluentui/tokens#colorNeutralStrokeOnBrand2Selected | `colorNeutralStrokeOnBrand2Selected`} design token.
2634
+ * @public
2635
+ */
2040
2636
  export declare const colorNeutralStrokeOnBrand2Selected = "var(--colorNeutralStrokeOnBrand2Selected)";
2041
2637
 
2638
+ /**
2639
+ * CSS custom property value for the {@link @fluentui/tokens#colorNeutralStrokeSubtle | `colorNeutralStrokeSubtle`} design token.
2640
+ * @public
2641
+ */
2042
2642
  export declare const colorNeutralStrokeSubtle = "var(--colorNeutralStrokeSubtle)";
2043
2643
 
2644
+ /**
2645
+ * CSS custom property value for the {@link @fluentui/tokens#colorPaletteAnchorBackground2 | `colorPaletteAnchorBackground2`} design token.
2646
+ * @public
2647
+ */
2044
2648
  export declare const colorPaletteAnchorBackground2 = "var(--colorPaletteAnchorBackground2)";
2045
2649
 
2650
+ /**
2651
+ * CSS custom property value for the {@link @fluentui/tokens#colorPaletteAnchorBorderActive | `colorPaletteAnchorBorderActive`} design token.
2652
+ * @public
2653
+ */
2046
2654
  export declare const colorPaletteAnchorBorderActive = "var(--colorPaletteAnchorBorderActive)";
2047
2655
 
2656
+ /**
2657
+ * CSS custom property value for the {@link @fluentui/tokens#colorPaletteAnchorForeground2 | `colorPaletteAnchorForeground2`} design token.
2658
+ * @public
2659
+ */
2048
2660
  export declare const colorPaletteAnchorForeground2 = "var(--colorPaletteAnchorForeground2)";
2049
2661
 
2662
+ /**
2663
+ * CSS custom property value for the {@link @fluentui/tokens#colorPaletteBeigeBackground2 | `colorPaletteBeigeBackground2`} design token.
2664
+ * @public
2665
+ */
2050
2666
  export declare const colorPaletteBeigeBackground2 = "var(--colorPaletteBeigeBackground2)";
2051
2667
 
2668
+ /**
2669
+ * CSS custom property value for the {@link @fluentui/tokens#colorPaletteBeigeBorderActive | `colorPaletteBeigeBorderActive`} design token.
2670
+ * @public
2671
+ */
2052
2672
  export declare const colorPaletteBeigeBorderActive = "var(--colorPaletteBeigeBorderActive)";
2053
2673
 
2674
+ /**
2675
+ * CSS custom property value for the {@link @fluentui/tokens#colorPaletteBeigeForeground2 | `colorPaletteBeigeForeground2`} design token.
2676
+ * @public
2677
+ */
2054
2678
  export declare const colorPaletteBeigeForeground2 = "var(--colorPaletteBeigeForeground2)";
2055
2679
 
2680
+ /**
2681
+ * CSS custom property value for the {@link @fluentui/tokens#colorPaletteBerryBackground1 | `colorPaletteBerryBackground1`} design token.
2682
+ * @public
2683
+ */
2056
2684
  export declare const colorPaletteBerryBackground1 = "var(--colorPaletteBerryBackground1)";
2057
2685
 
2686
+ /**
2687
+ * CSS custom property value for the {@link @fluentui/tokens#colorPaletteBerryBackground2 | `colorPaletteBerryBackground2`} design token.
2688
+ * @public
2689
+ */
2058
2690
  export declare const colorPaletteBerryBackground2 = "var(--colorPaletteBerryBackground2)";
2059
2691
 
2692
+ /**
2693
+ * CSS custom property value for the {@link @fluentui/tokens#colorPaletteBerryBackground3 | `colorPaletteBerryBackground3`} design token.
2694
+ * @public
2695
+ */
2060
2696
  export declare const colorPaletteBerryBackground3 = "var(--colorPaletteBerryBackground3)";
2061
2697
 
2698
+ /**
2699
+ * CSS custom property value for the {@link @fluentui/tokens#colorPaletteBerryBorder1 | `colorPaletteBerryBorder1`} design token.
2700
+ * @public
2701
+ */
2062
2702
  export declare const colorPaletteBerryBorder1 = "var(--colorPaletteBerryBorder1)";
2063
2703
 
2704
+ /**
2705
+ * CSS custom property value for the {@link @fluentui/tokens#colorPaletteBerryBorder2 | `colorPaletteBerryBorder2`} design token.
2706
+ * @public
2707
+ */
2064
2708
  export declare const colorPaletteBerryBorder2 = "var(--colorPaletteBerryBorder2)";
2065
2709
 
2710
+ /**
2711
+ * CSS custom property value for the {@link @fluentui/tokens#colorPaletteBerryBorderActive | `colorPaletteBerryBorderActive`} design token.
2712
+ * @public
2713
+ */
2066
2714
  export declare const colorPaletteBerryBorderActive = "var(--colorPaletteBerryBorderActive)";
2067
2715
 
2716
+ /**
2717
+ * CSS custom property value for the {@link @fluentui/tokens#colorPaletteBerryForeground1 | `colorPaletteBerryForeground1`} design token.
2718
+ * @public
2719
+ */
2068
2720
  export declare const colorPaletteBerryForeground1 = "var(--colorPaletteBerryForeground1)";
2069
2721
 
2722
+ /**
2723
+ * CSS custom property value for the {@link @fluentui/tokens#colorPaletteBerryForeground2 | `colorPaletteBerryForeground2`} design token.
2724
+ * @public
2725
+ */
2070
2726
  export declare const colorPaletteBerryForeground2 = "var(--colorPaletteBerryForeground2)";
2071
2727
 
2728
+ /**
2729
+ * CSS custom property value for the {@link @fluentui/tokens#colorPaletteBerryForeground3 | `colorPaletteBerryForeground3`} design token.
2730
+ * @public
2731
+ */
2072
2732
  export declare const colorPaletteBerryForeground3 = "var(--colorPaletteBerryForeground3)";
2073
2733
 
2734
+ /**
2735
+ * CSS custom property value for the {@link @fluentui/tokens#colorPaletteBlueBackground2 | `colorPaletteBlueBackground2`} design token.
2736
+ * @public
2737
+ */
2074
2738
  export declare const colorPaletteBlueBackground2 = "var(--colorPaletteBlueBackground2)";
2075
2739
 
2740
+ /**
2741
+ * CSS custom property value for the {@link @fluentui/tokens#colorPaletteBlueBorderActive | `colorPaletteBlueBorderActive`} design token.
2742
+ * @public
2743
+ */
2076
2744
  export declare const colorPaletteBlueBorderActive = "var(--colorPaletteBlueBorderActive)";
2077
2745
 
2746
+ /**
2747
+ * CSS custom property value for the {@link @fluentui/tokens#colorPaletteBlueForeground2 | `colorPaletteBlueForeground2`} design token.
2748
+ * @public
2749
+ */
2078
2750
  export declare const colorPaletteBlueForeground2 = "var(--colorPaletteBlueForeground2)";
2079
2751
 
2752
+ /**
2753
+ * CSS custom property value for the {@link @fluentui/tokens#colorPaletteBrassBackground2 | `colorPaletteBrassBackground2`} design token.
2754
+ * @public
2755
+ */
2080
2756
  export declare const colorPaletteBrassBackground2 = "var(--colorPaletteBrassBackground2)";
2081
2757
 
2758
+ /**
2759
+ * CSS custom property value for the {@link @fluentui/tokens#colorPaletteBrassBorderActive | `colorPaletteBrassBorderActive`} design token.
2760
+ * @public
2761
+ */
2082
2762
  export declare const colorPaletteBrassBorderActive = "var(--colorPaletteBrassBorderActive)";
2083
2763
 
2764
+ /**
2765
+ * CSS custom property value for the {@link @fluentui/tokens#colorPaletteBrassForeground2 | `colorPaletteBrassForeground2`} design token.
2766
+ * @public
2767
+ */
2084
2768
  export declare const colorPaletteBrassForeground2 = "var(--colorPaletteBrassForeground2)";
2085
2769
 
2770
+ /**
2771
+ * CSS custom property value for the {@link @fluentui/tokens#colorPaletteBrownBackground2 | `colorPaletteBrownBackground2`} design token.
2772
+ * @public
2773
+ */
2086
2774
  export declare const colorPaletteBrownBackground2 = "var(--colorPaletteBrownBackground2)";
2087
2775
 
2776
+ /**
2777
+ * CSS custom property value for the {@link @fluentui/tokens#colorPaletteBrownBorderActive | `colorPaletteBrownBorderActive`} design token.
2778
+ * @public
2779
+ */
2088
2780
  export declare const colorPaletteBrownBorderActive = "var(--colorPaletteBrownBorderActive)";
2089
2781
 
2782
+ /**
2783
+ * CSS custom property value for the {@link @fluentui/tokens#colorPaletteBrownForeground2 | `colorPaletteBrownForeground2`} design token.
2784
+ * @public
2785
+ */
2090
2786
  export declare const colorPaletteBrownForeground2 = "var(--colorPaletteBrownForeground2)";
2091
2787
 
2788
+ /**
2789
+ * CSS custom property value for the {@link @fluentui/tokens#colorPaletteCornflowerBackground2 | `colorPaletteCornflowerBackground2`} design token.
2790
+ * @public
2791
+ */
2092
2792
  export declare const colorPaletteCornflowerBackground2 = "var(--colorPaletteCornflowerBackground2)";
2093
2793
 
2794
+ /**
2795
+ * CSS custom property value for the {@link @fluentui/tokens#colorPaletteCornflowerBorderActive | `colorPaletteCornflowerBorderActive`} design token.
2796
+ * @public
2797
+ */
2094
2798
  export declare const colorPaletteCornflowerBorderActive = "var(--colorPaletteCornflowerBorderActive)";
2095
2799
 
2800
+ /**
2801
+ * CSS custom property value for the {@link @fluentui/tokens#colorPaletteCornflowerForeground2 | `colorPaletteCornflowerForeground2`} design token.
2802
+ * @public
2803
+ */
2096
2804
  export declare const colorPaletteCornflowerForeground2 = "var(--colorPaletteCornflowerForeground2)";
2097
2805
 
2806
+ /**
2807
+ * CSS custom property value for the {@link @fluentui/tokens#colorPaletteCranberryBackground2 | `colorPaletteCranberryBackground2`} design token.
2808
+ * @public
2809
+ */
2098
2810
  export declare const colorPaletteCranberryBackground2 = "var(--colorPaletteCranberryBackground2)";
2099
2811
 
2812
+ /**
2813
+ * CSS custom property value for the {@link @fluentui/tokens#colorPaletteCranberryBorderActive | `colorPaletteCranberryBorderActive`} design token.
2814
+ * @public
2815
+ */
2100
2816
  export declare const colorPaletteCranberryBorderActive = "var(--colorPaletteCranberryBorderActive)";
2101
2817
 
2818
+ /**
2819
+ * CSS custom property value for the {@link @fluentui/tokens#colorPaletteCranberryForeground2 | `colorPaletteCranberryForeground2`} design token.
2820
+ * @public
2821
+ */
2102
2822
  export declare const colorPaletteCranberryForeground2 = "var(--colorPaletteCranberryForeground2)";
2103
2823
 
2824
+ /**
2825
+ * CSS custom property value for the {@link @fluentui/tokens#colorPaletteDarkGreenBackground2 | `colorPaletteDarkGreenBackground2`} design token.
2826
+ * @public
2827
+ */
2104
2828
  export declare const colorPaletteDarkGreenBackground2 = "var(--colorPaletteDarkGreenBackground2)";
2105
2829
 
2830
+ /**
2831
+ * CSS custom property value for the {@link @fluentui/tokens#colorPaletteDarkGreenBorderActive | `colorPaletteDarkGreenBorderActive`} design token.
2832
+ * @public
2833
+ */
2106
2834
  export declare const colorPaletteDarkGreenBorderActive = "var(--colorPaletteDarkGreenBorderActive)";
2107
2835
 
2836
+ /**
2837
+ * CSS custom property value for the {@link @fluentui/tokens#colorPaletteDarkGreenForeground2 | `colorPaletteDarkGreenForeground2`} design token.
2838
+ * @public
2839
+ */
2108
2840
  export declare const colorPaletteDarkGreenForeground2 = "var(--colorPaletteDarkGreenForeground2)";
2109
2841
 
2842
+ /**
2843
+ * CSS custom property value for the {@link @fluentui/tokens#colorPaletteDarkOrangeBackground1 | `colorPaletteDarkOrangeBackground1`} design token.
2844
+ * @public
2845
+ */
2110
2846
  export declare const colorPaletteDarkOrangeBackground1 = "var(--colorPaletteDarkOrangeBackground1)";
2111
2847
 
2848
+ /**
2849
+ * CSS custom property value for the {@link @fluentui/tokens#colorPaletteDarkOrangeBackground2 | `colorPaletteDarkOrangeBackground2`} design token.
2850
+ * @public
2851
+ */
2112
2852
  export declare const colorPaletteDarkOrangeBackground2 = "var(--colorPaletteDarkOrangeBackground2)";
2113
2853
 
2854
+ /**
2855
+ * CSS custom property value for the {@link @fluentui/tokens#colorPaletteDarkOrangeBackground3 | `colorPaletteDarkOrangeBackground3`} design token.
2856
+ * @public
2857
+ */
2114
2858
  export declare const colorPaletteDarkOrangeBackground3 = "var(--colorPaletteDarkOrangeBackground3)";
2115
2859
 
2860
+ /**
2861
+ * CSS custom property value for the {@link @fluentui/tokens#colorPaletteDarkOrangeBorder1 | `colorPaletteDarkOrangeBorder1`} design token.
2862
+ * @public
2863
+ */
2116
2864
  export declare const colorPaletteDarkOrangeBorder1 = "var(--colorPaletteDarkOrangeBorder1)";
2117
2865
 
2866
+ /**
2867
+ * CSS custom property value for the {@link @fluentui/tokens#colorPaletteDarkOrangeBorder2 | `colorPaletteDarkOrangeBorder2`} design token.
2868
+ * @public
2869
+ */
2118
2870
  export declare const colorPaletteDarkOrangeBorder2 = "var(--colorPaletteDarkOrangeBorder2)";
2119
2871
 
2872
+ /**
2873
+ * CSS custom property value for the {@link @fluentui/tokens#colorPaletteDarkOrangeBorderActive | `colorPaletteDarkOrangeBorderActive`} design token.
2874
+ * @public
2875
+ */
2120
2876
  export declare const colorPaletteDarkOrangeBorderActive = "var(--colorPaletteDarkOrangeBorderActive)";
2121
2877
 
2878
+ /**
2879
+ * CSS custom property value for the {@link @fluentui/tokens#colorPaletteDarkOrangeForeground1 | `colorPaletteDarkOrangeForeground1`} design token.
2880
+ * @public
2881
+ */
2122
2882
  export declare const colorPaletteDarkOrangeForeground1 = "var(--colorPaletteDarkOrangeForeground1)";
2123
2883
 
2884
+ /**
2885
+ * CSS custom property value for the {@link @fluentui/tokens#colorPaletteDarkOrangeForeground2 | `colorPaletteDarkOrangeForeground2`} design token.
2886
+ * @public
2887
+ */
2124
2888
  export declare const colorPaletteDarkOrangeForeground2 = "var(--colorPaletteDarkOrangeForeground2)";
2125
2889
 
2890
+ /**
2891
+ * CSS custom property value for the {@link @fluentui/tokens#colorPaletteDarkOrangeForeground3 | `colorPaletteDarkOrangeForeground3`} design token.
2892
+ * @public
2893
+ */
2126
2894
  export declare const colorPaletteDarkOrangeForeground3 = "var(--colorPaletteDarkOrangeForeground3)";
2127
2895
 
2896
+ /**
2897
+ * CSS custom property value for the {@link @fluentui/tokens#colorPaletteDarkRedBackground2 | `colorPaletteDarkRedBackground2`} design token.
2898
+ * @public
2899
+ */
2128
2900
  export declare const colorPaletteDarkRedBackground2 = "var(--colorPaletteDarkRedBackground2)";
2129
2901
 
2902
+ /**
2903
+ * CSS custom property value for the {@link @fluentui/tokens#colorPaletteDarkRedBorderActive | `colorPaletteDarkRedBorderActive`} design token.
2904
+ * @public
2905
+ */
2130
2906
  export declare const colorPaletteDarkRedBorderActive = "var(--colorPaletteDarkRedBorderActive)";
2131
2907
 
2908
+ /**
2909
+ * CSS custom property value for the {@link @fluentui/tokens#colorPaletteDarkRedForeground2 | `colorPaletteDarkRedForeground2`} design token.
2910
+ * @public
2911
+ */
2132
2912
  export declare const colorPaletteDarkRedForeground2 = "var(--colorPaletteDarkRedForeground2)";
2133
2913
 
2914
+ /**
2915
+ * CSS custom property value for the {@link @fluentui/tokens#colorPaletteForestBackground2 | `colorPaletteForestBackground2`} design token.
2916
+ * @public
2917
+ */
2134
2918
  export declare const colorPaletteForestBackground2 = "var(--colorPaletteForestBackground2)";
2135
2919
 
2920
+ /**
2921
+ * CSS custom property value for the {@link @fluentui/tokens#colorPaletteForestBorderActive | `colorPaletteForestBorderActive`} design token.
2922
+ * @public
2923
+ */
2136
2924
  export declare const colorPaletteForestBorderActive = "var(--colorPaletteForestBorderActive)";
2137
2925
 
2926
+ /**
2927
+ * CSS custom property value for the {@link @fluentui/tokens#colorPaletteForestForeground2 | `colorPaletteForestForeground2`} design token.
2928
+ * @public
2929
+ */
2138
2930
  export declare const colorPaletteForestForeground2 = "var(--colorPaletteForestForeground2)";
2139
2931
 
2932
+ /**
2933
+ * CSS custom property value for the {@link @fluentui/tokens#colorPaletteGoldBackground2 | `colorPaletteGoldBackground2`} design token.
2934
+ * @public
2935
+ */
2140
2936
  export declare const colorPaletteGoldBackground2 = "var(--colorPaletteGoldBackground2)";
2141
2937
 
2938
+ /**
2939
+ * CSS custom property value for the {@link @fluentui/tokens#colorPaletteGoldBorderActive | `colorPaletteGoldBorderActive`} design token.
2940
+ * @public
2941
+ */
2142
2942
  export declare const colorPaletteGoldBorderActive = "var(--colorPaletteGoldBorderActive)";
2143
2943
 
2944
+ /**
2945
+ * CSS custom property value for the {@link @fluentui/tokens#colorPaletteGoldForeground2 | `colorPaletteGoldForeground2`} design token.
2946
+ * @public
2947
+ */
2144
2948
  export declare const colorPaletteGoldForeground2 = "var(--colorPaletteGoldForeground2)";
2145
2949
 
2950
+ /**
2951
+ * CSS custom property value for the {@link @fluentui/tokens#colorPaletteGrapeBackground2 | `colorPaletteGrapeBackground2`} design token.
2952
+ * @public
2953
+ */
2146
2954
  export declare const colorPaletteGrapeBackground2 = "var(--colorPaletteGrapeBackground2)";
2147
2955
 
2956
+ /**
2957
+ * CSS custom property value for the {@link @fluentui/tokens#colorPaletteGrapeBorderActive | `colorPaletteGrapeBorderActive`} design token.
2958
+ * @public
2959
+ */
2148
2960
  export declare const colorPaletteGrapeBorderActive = "var(--colorPaletteGrapeBorderActive)";
2149
2961
 
2962
+ /**
2963
+ * CSS custom property value for the {@link @fluentui/tokens#colorPaletteGrapeForeground2 | `colorPaletteGrapeForeground2`} design token.
2964
+ * @public
2965
+ */
2150
2966
  export declare const colorPaletteGrapeForeground2 = "var(--colorPaletteGrapeForeground2)";
2151
2967
 
2968
+ /**
2969
+ * CSS custom property value for the {@link @fluentui/tokens#colorPaletteGreenBackground1 | `colorPaletteGreenBackground1`} design token.
2970
+ * @public
2971
+ */
2152
2972
  export declare const colorPaletteGreenBackground1 = "var(--colorPaletteGreenBackground1)";
2153
2973
 
2974
+ /**
2975
+ * CSS custom property value for the {@link @fluentui/tokens#colorPaletteGreenBackground2 | `colorPaletteGreenBackground2`} design token.
2976
+ * @public
2977
+ */
2154
2978
  export declare const colorPaletteGreenBackground2 = "var(--colorPaletteGreenBackground2)";
2155
2979
 
2980
+ /**
2981
+ * CSS custom property value for the {@link @fluentui/tokens#colorPaletteGreenBackground3 | `colorPaletteGreenBackground3`} design token.
2982
+ * @public
2983
+ */
2156
2984
  export declare const colorPaletteGreenBackground3 = "var(--colorPaletteGreenBackground3)";
2157
2985
 
2986
+ /**
2987
+ * CSS custom property value for the {@link @fluentui/tokens#colorPaletteGreenBorder1 | `colorPaletteGreenBorder1`} design token.
2988
+ * @public
2989
+ */
2158
2990
  export declare const colorPaletteGreenBorder1 = "var(--colorPaletteGreenBorder1)";
2159
2991
 
2992
+ /**
2993
+ * CSS custom property value for the {@link @fluentui/tokens#colorPaletteGreenBorder2 | `colorPaletteGreenBorder2`} design token.
2994
+ * @public
2995
+ */
2160
2996
  export declare const colorPaletteGreenBorder2 = "var(--colorPaletteGreenBorder2)";
2161
2997
 
2998
+ /**
2999
+ * CSS custom property value for the {@link @fluentui/tokens#colorPaletteGreenBorderActive | `colorPaletteGreenBorderActive`} design token.
3000
+ * @public
3001
+ */
2162
3002
  export declare const colorPaletteGreenBorderActive = "var(--colorPaletteGreenBorderActive)";
2163
3003
 
3004
+ /**
3005
+ * CSS custom property value for the {@link @fluentui/tokens#colorPaletteGreenForeground1 | `colorPaletteGreenForeground1`} design token.
3006
+ * @public
3007
+ */
2164
3008
  export declare const colorPaletteGreenForeground1 = "var(--colorPaletteGreenForeground1)";
2165
3009
 
3010
+ /**
3011
+ * CSS custom property value for the {@link @fluentui/tokens#colorPaletteGreenForeground2 | `colorPaletteGreenForeground2`} design token.
3012
+ * @public
3013
+ */
2166
3014
  export declare const colorPaletteGreenForeground2 = "var(--colorPaletteGreenForeground2)";
2167
3015
 
3016
+ /**
3017
+ * CSS custom property value for the {@link @fluentui/tokens#colorPaletteGreenForeground3 | `colorPaletteGreenForeground3`} design token.
3018
+ * @public
3019
+ */
2168
3020
  export declare const colorPaletteGreenForeground3 = "var(--colorPaletteGreenForeground3)";
2169
3021
 
3022
+ /**
3023
+ * CSS custom property value for the {@link @fluentui/tokens#colorPaletteGreenForegroundInverted | `colorPaletteGreenForegroundInverted`} design token.
3024
+ * @public
3025
+ */
2170
3026
  export declare const colorPaletteGreenForegroundInverted = "var(--colorPaletteGreenForegroundInverted)";
2171
3027
 
3028
+ /**
3029
+ * CSS custom property value for the {@link @fluentui/tokens#colorPaletteLavenderBackground2 | `colorPaletteLavenderBackground2`} design token.
3030
+ * @public
3031
+ */
2172
3032
  export declare const colorPaletteLavenderBackground2 = "var(--colorPaletteLavenderBackground2)";
2173
3033
 
3034
+ /**
3035
+ * CSS custom property value for the {@link @fluentui/tokens#colorPaletteLavenderBorderActive | `colorPaletteLavenderBorderActive`} design token.
3036
+ * @public
3037
+ */
2174
3038
  export declare const colorPaletteLavenderBorderActive = "var(--colorPaletteLavenderBorderActive)";
2175
3039
 
3040
+ /**
3041
+ * CSS custom property value for the {@link @fluentui/tokens#colorPaletteLavenderForeground2 | `colorPaletteLavenderForeground2`} design token.
3042
+ * @public
3043
+ */
2176
3044
  export declare const colorPaletteLavenderForeground2 = "var(--colorPaletteLavenderForeground2)";
2177
3045
 
3046
+ /**
3047
+ * CSS custom property value for the {@link @fluentui/tokens#colorPaletteLightGreenBackground1 | `colorPaletteLightGreenBackground1`} design token.
3048
+ * @public
3049
+ */
2178
3050
  export declare const colorPaletteLightGreenBackground1 = "var(--colorPaletteLightGreenBackground1)";
2179
3051
 
3052
+ /**
3053
+ * CSS custom property value for the {@link @fluentui/tokens#colorPaletteLightGreenBackground2 | `colorPaletteLightGreenBackground2`} design token.
3054
+ * @public
3055
+ */
2180
3056
  export declare const colorPaletteLightGreenBackground2 = "var(--colorPaletteLightGreenBackground2)";
2181
3057
 
3058
+ /**
3059
+ * CSS custom property value for the {@link @fluentui/tokens#colorPaletteLightGreenBackground3 | `colorPaletteLightGreenBackground3`} design token.
3060
+ * @public
3061
+ */
2182
3062
  export declare const colorPaletteLightGreenBackground3 = "var(--colorPaletteLightGreenBackground3)";
2183
3063
 
3064
+ /**
3065
+ * CSS custom property value for the {@link @fluentui/tokens#colorPaletteLightGreenBorder1 | `colorPaletteLightGreenBorder1`} design token.
3066
+ * @public
3067
+ */
2184
3068
  export declare const colorPaletteLightGreenBorder1 = "var(--colorPaletteLightGreenBorder1)";
2185
3069
 
3070
+ /**
3071
+ * CSS custom property value for the {@link @fluentui/tokens#colorPaletteLightGreenBorder2 | `colorPaletteLightGreenBorder2`} design token.
3072
+ * @public
3073
+ */
2186
3074
  export declare const colorPaletteLightGreenBorder2 = "var(--colorPaletteLightGreenBorder2)";
2187
3075
 
3076
+ /**
3077
+ * CSS custom property value for the {@link @fluentui/tokens#colorPaletteLightGreenBorderActive | `colorPaletteLightGreenBorderActive`} design token.
3078
+ * @public
3079
+ */
2188
3080
  export declare const colorPaletteLightGreenBorderActive = "var(--colorPaletteLightGreenBorderActive)";
2189
3081
 
3082
+ /**
3083
+ * CSS custom property value for the {@link @fluentui/tokens#colorPaletteLightGreenForeground1 | `colorPaletteLightGreenForeground1`} design token.
3084
+ * @public
3085
+ */
2190
3086
  export declare const colorPaletteLightGreenForeground1 = "var(--colorPaletteLightGreenForeground1)";
2191
3087
 
3088
+ /**
3089
+ * CSS custom property value for the {@link @fluentui/tokens#colorPaletteLightGreenForeground2 | `colorPaletteLightGreenForeground2`} design token.
3090
+ * @public
3091
+ */
2192
3092
  export declare const colorPaletteLightGreenForeground2 = "var(--colorPaletteLightGreenForeground2)";
2193
3093
 
3094
+ /**
3095
+ * CSS custom property value for the {@link @fluentui/tokens#colorPaletteLightGreenForeground3 | `colorPaletteLightGreenForeground3`} design token.
3096
+ * @public
3097
+ */
2194
3098
  export declare const colorPaletteLightGreenForeground3 = "var(--colorPaletteLightGreenForeground3)";
2195
3099
 
3100
+ /**
3101
+ * CSS custom property value for the {@link @fluentui/tokens#colorPaletteLightTealBackground2 | `colorPaletteLightTealBackground2`} design token.
3102
+ * @public
3103
+ */
2196
3104
  export declare const colorPaletteLightTealBackground2 = "var(--colorPaletteLightTealBackground2)";
2197
3105
 
3106
+ /**
3107
+ * CSS custom property value for the {@link @fluentui/tokens#colorPaletteLightTealBorderActive | `colorPaletteLightTealBorderActive`} design token.
3108
+ * @public
3109
+ */
2198
3110
  export declare const colorPaletteLightTealBorderActive = "var(--colorPaletteLightTealBorderActive)";
2199
3111
 
3112
+ /**
3113
+ * CSS custom property value for the {@link @fluentui/tokens#colorPaletteLightTealForeground2 | `colorPaletteLightTealForeground2`} design token.
3114
+ * @public
3115
+ */
2200
3116
  export declare const colorPaletteLightTealForeground2 = "var(--colorPaletteLightTealForeground2)";
2201
3117
 
3118
+ /**
3119
+ * CSS custom property value for the {@link @fluentui/tokens#colorPaletteLilacBackground2 | `colorPaletteLilacBackground2`} design token.
3120
+ * @public
3121
+ */
2202
3122
  export declare const colorPaletteLilacBackground2 = "var(--colorPaletteLilacBackground2)";
2203
3123
 
3124
+ /**
3125
+ * CSS custom property value for the {@link @fluentui/tokens#colorPaletteLilacBorderActive | `colorPaletteLilacBorderActive`} design token.
3126
+ * @public
3127
+ */
2204
3128
  export declare const colorPaletteLilacBorderActive = "var(--colorPaletteLilacBorderActive)";
2205
3129
 
3130
+ /**
3131
+ * CSS custom property value for the {@link @fluentui/tokens#colorPaletteLilacForeground2 | `colorPaletteLilacForeground2`} design token.
3132
+ * @public
3133
+ */
2206
3134
  export declare const colorPaletteLilacForeground2 = "var(--colorPaletteLilacForeground2)";
2207
3135
 
3136
+ /**
3137
+ * CSS custom property value for the {@link @fluentui/tokens#colorPaletteMagentaBackground2 | `colorPaletteMagentaBackground2`} design token.
3138
+ * @public
3139
+ */
2208
3140
  export declare const colorPaletteMagentaBackground2 = "var(--colorPaletteMagentaBackground2)";
2209
3141
 
3142
+ /**
3143
+ * CSS custom property value for the {@link @fluentui/tokens#colorPaletteMagentaBorderActive | `colorPaletteMagentaBorderActive`} design token.
3144
+ * @public
3145
+ */
2210
3146
  export declare const colorPaletteMagentaBorderActive = "var(--colorPaletteMagentaBorderActive)";
2211
3147
 
3148
+ /**
3149
+ * CSS custom property value for the {@link @fluentui/tokens#colorPaletteMagentaForeground2 | `colorPaletteMagentaForeground2`} design token.
3150
+ * @public
3151
+ */
2212
3152
  export declare const colorPaletteMagentaForeground2 = "var(--colorPaletteMagentaForeground2)";
2213
3153
 
3154
+ /**
3155
+ * CSS custom property value for the {@link @fluentui/tokens#colorPaletteMarigoldBackground1 | `colorPaletteMarigoldBackground1`} design token.
3156
+ * @public
3157
+ */
2214
3158
  export declare const colorPaletteMarigoldBackground1 = "var(--colorPaletteMarigoldBackground1)";
2215
3159
 
3160
+ /**
3161
+ * CSS custom property value for the {@link @fluentui/tokens#colorPaletteMarigoldBackground2 | `colorPaletteMarigoldBackground2`} design token.
3162
+ * @public
3163
+ */
2216
3164
  export declare const colorPaletteMarigoldBackground2 = "var(--colorPaletteMarigoldBackground2)";
2217
3165
 
3166
+ /**
3167
+ * CSS custom property value for the {@link @fluentui/tokens#colorPaletteMarigoldBackground3 | `colorPaletteMarigoldBackground3`} design token.
3168
+ * @public
3169
+ */
2218
3170
  export declare const colorPaletteMarigoldBackground3 = "var(--colorPaletteMarigoldBackground3)";
2219
3171
 
3172
+ /**
3173
+ * CSS custom property value for the {@link @fluentui/tokens#colorPaletteMarigoldBorder1 | `colorPaletteMarigoldBorder1`} design token.
3174
+ * @public
3175
+ */
2220
3176
  export declare const colorPaletteMarigoldBorder1 = "var(--colorPaletteMarigoldBorder1)";
2221
3177
 
3178
+ /**
3179
+ * CSS custom property value for the {@link @fluentui/tokens#colorPaletteMarigoldBorder2 | `colorPaletteMarigoldBorder2`} design token.
3180
+ * @public
3181
+ */
2222
3182
  export declare const colorPaletteMarigoldBorder2 = "var(--colorPaletteMarigoldBorder2)";
2223
3183
 
3184
+ /**
3185
+ * CSS custom property value for the {@link @fluentui/tokens#colorPaletteMarigoldBorderActive | `colorPaletteMarigoldBorderActive`} design token.
3186
+ * @public
3187
+ */
2224
3188
  export declare const colorPaletteMarigoldBorderActive = "var(--colorPaletteMarigoldBorderActive)";
2225
3189
 
3190
+ /**
3191
+ * CSS custom property value for the {@link @fluentui/tokens#colorPaletteMarigoldForeground1 | `colorPaletteMarigoldForeground1`} design token.
3192
+ * @public
3193
+ */
2226
3194
  export declare const colorPaletteMarigoldForeground1 = "var(--colorPaletteMarigoldForeground1)";
2227
3195
 
3196
+ /**
3197
+ * CSS custom property value for the {@link @fluentui/tokens#colorPaletteMarigoldForeground2 | `colorPaletteMarigoldForeground2`} design token.
3198
+ * @public
3199
+ */
2228
3200
  export declare const colorPaletteMarigoldForeground2 = "var(--colorPaletteMarigoldForeground2)";
2229
3201
 
3202
+ /**
3203
+ * CSS custom property value for the {@link @fluentui/tokens#colorPaletteMarigoldForeground3 | `colorPaletteMarigoldForeground3`} design token.
3204
+ * @public
3205
+ */
2230
3206
  export declare const colorPaletteMarigoldForeground3 = "var(--colorPaletteMarigoldForeground3)";
2231
3207
 
3208
+ /**
3209
+ * CSS custom property value for the {@link @fluentui/tokens#colorPaletteMinkBackground2 | `colorPaletteMinkBackground2`} design token.
3210
+ * @public
3211
+ */
2232
3212
  export declare const colorPaletteMinkBackground2 = "var(--colorPaletteMinkBackground2)";
2233
3213
 
3214
+ /**
3215
+ * CSS custom property value for the {@link @fluentui/tokens#colorPaletteMinkBorderActive | `colorPaletteMinkBorderActive`} design token.
3216
+ * @public
3217
+ */
2234
3218
  export declare const colorPaletteMinkBorderActive = "var(--colorPaletteMinkBorderActive)";
2235
3219
 
3220
+ /**
3221
+ * CSS custom property value for the {@link @fluentui/tokens#colorPaletteMinkForeground2 | `colorPaletteMinkForeground2`} design token.
3222
+ * @public
3223
+ */
2236
3224
  export declare const colorPaletteMinkForeground2 = "var(--colorPaletteMinkForeground2)";
2237
3225
 
3226
+ /**
3227
+ * CSS custom property value for the {@link @fluentui/tokens#colorPaletteNavyBackground2 | `colorPaletteNavyBackground2`} design token.
3228
+ * @public
3229
+ */
2238
3230
  export declare const colorPaletteNavyBackground2 = "var(--colorPaletteNavyBackground2)";
2239
3231
 
3232
+ /**
3233
+ * CSS custom property value for the {@link @fluentui/tokens#colorPaletteNavyBorderActive | `colorPaletteNavyBorderActive`} design token.
3234
+ * @public
3235
+ */
2240
3236
  export declare const colorPaletteNavyBorderActive = "var(--colorPaletteNavyBorderActive)";
2241
3237
 
3238
+ /**
3239
+ * CSS custom property value for the {@link @fluentui/tokens#colorPaletteNavyForeground2 | `colorPaletteNavyForeground2`} design token.
3240
+ * @public
3241
+ */
2242
3242
  export declare const colorPaletteNavyForeground2 = "var(--colorPaletteNavyForeground2)";
2243
3243
 
3244
+ /**
3245
+ * CSS custom property value for the {@link @fluentui/tokens#colorPalettePeachBackground2 | `colorPalettePeachBackground2`} design token.
3246
+ * @public
3247
+ */
2244
3248
  export declare const colorPalettePeachBackground2 = "var(--colorPalettePeachBackground2)";
2245
3249
 
3250
+ /**
3251
+ * CSS custom property value for the {@link @fluentui/tokens#colorPalettePeachBorderActive | `colorPalettePeachBorderActive`} design token.
3252
+ * @public
3253
+ */
2246
3254
  export declare const colorPalettePeachBorderActive = "var(--colorPalettePeachBorderActive)";
2247
3255
 
3256
+ /**
3257
+ * CSS custom property value for the {@link @fluentui/tokens#colorPalettePeachForeground2 | `colorPalettePeachForeground2`} design token.
3258
+ * @public
3259
+ */
2248
3260
  export declare const colorPalettePeachForeground2 = "var(--colorPalettePeachForeground2)";
2249
3261
 
3262
+ /**
3263
+ * CSS custom property value for the {@link @fluentui/tokens#colorPalettePinkBackground2 | `colorPalettePinkBackground2`} design token.
3264
+ * @public
3265
+ */
2250
3266
  export declare const colorPalettePinkBackground2 = "var(--colorPalettePinkBackground2)";
2251
3267
 
3268
+ /**
3269
+ * CSS custom property value for the {@link @fluentui/tokens#colorPalettePinkBorderActive | `colorPalettePinkBorderActive`} design token.
3270
+ * @public
3271
+ */
2252
3272
  export declare const colorPalettePinkBorderActive = "var(--colorPalettePinkBorderActive)";
2253
3273
 
3274
+ /**
3275
+ * CSS custom property value for the {@link @fluentui/tokens#colorPalettePinkForeground2 | `colorPalettePinkForeground2`} design token.
3276
+ * @public
3277
+ */
2254
3278
  export declare const colorPalettePinkForeground2 = "var(--colorPalettePinkForeground2)";
2255
3279
 
3280
+ /**
3281
+ * CSS custom property value for the {@link @fluentui/tokens#colorPalettePlatinumBackground2 | `colorPalettePlatinumBackground2`} design token.
3282
+ * @public
3283
+ */
2256
3284
  export declare const colorPalettePlatinumBackground2 = "var(--colorPalettePlatinumBackground2)";
2257
3285
 
3286
+ /**
3287
+ * CSS custom property value for the {@link @fluentui/tokens#colorPalettePlatinumBorderActive | `colorPalettePlatinumBorderActive`} design token.
3288
+ * @public
3289
+ */
2258
3290
  export declare const colorPalettePlatinumBorderActive = "var(--colorPalettePlatinumBorderActive)";
2259
3291
 
3292
+ /**
3293
+ * CSS custom property value for the {@link @fluentui/tokens#colorPalettePlatinumForeground2 | `colorPalettePlatinumForeground2`} design token.
3294
+ * @public
3295
+ */
2260
3296
  export declare const colorPalettePlatinumForeground2 = "var(--colorPalettePlatinumForeground2)";
2261
3297
 
3298
+ /**
3299
+ * CSS custom property value for the {@link @fluentui/tokens#colorPalettePlumBackground2 | `colorPalettePlumBackground2`} design token.
3300
+ * @public
3301
+ */
2262
3302
  export declare const colorPalettePlumBackground2 = "var(--colorPalettePlumBackground2)";
2263
3303
 
3304
+ /**
3305
+ * CSS custom property value for the {@link @fluentui/tokens#colorPalettePlumBorderActive | `colorPalettePlumBorderActive`} design token.
3306
+ * @public
3307
+ */
2264
3308
  export declare const colorPalettePlumBorderActive = "var(--colorPalettePlumBorderActive)";
2265
3309
 
3310
+ /**
3311
+ * CSS custom property value for the {@link @fluentui/tokens#colorPalettePlumForeground2 | `colorPalettePlumForeground2`} design token.
3312
+ * @public
3313
+ */
2266
3314
  export declare const colorPalettePlumForeground2 = "var(--colorPalettePlumForeground2)";
2267
3315
 
3316
+ /**
3317
+ * CSS custom property value for the {@link @fluentui/tokens#colorPalettePumpkinBackground2 | `colorPalettePumpkinBackground2`} design token.
3318
+ * @public
3319
+ */
2268
3320
  export declare const colorPalettePumpkinBackground2 = "var(--colorPalettePumpkinBackground2)";
2269
3321
 
3322
+ /**
3323
+ * CSS custom property value for the {@link @fluentui/tokens#colorPalettePumpkinBorderActive | `colorPalettePumpkinBorderActive`} design token.
3324
+ * @public
3325
+ */
2270
3326
  export declare const colorPalettePumpkinBorderActive = "var(--colorPalettePumpkinBorderActive)";
2271
3327
 
3328
+ /**
3329
+ * CSS custom property value for the {@link @fluentui/tokens#colorPalettePumpkinForeground2 | `colorPalettePumpkinForeground2`} design token.
3330
+ * @public
3331
+ */
2272
3332
  export declare const colorPalettePumpkinForeground2 = "var(--colorPalettePumpkinForeground2)";
2273
3333
 
3334
+ /**
3335
+ * CSS custom property value for the {@link @fluentui/tokens#colorPalettePurpleBackground2 | `colorPalettePurpleBackground2`} design token.
3336
+ * @public
3337
+ */
2274
3338
  export declare const colorPalettePurpleBackground2 = "var(--colorPalettePurpleBackground2)";
2275
3339
 
3340
+ /**
3341
+ * CSS custom property value for the {@link @fluentui/tokens#colorPalettePurpleBorderActive | `colorPalettePurpleBorderActive`} design token.
3342
+ * @public
3343
+ */
2276
3344
  export declare const colorPalettePurpleBorderActive = "var(--colorPalettePurpleBorderActive)";
2277
3345
 
3346
+ /**
3347
+ * CSS custom property value for the {@link @fluentui/tokens#colorPalettePurpleForeground2 | `colorPalettePurpleForeground2`} design token.
3348
+ * @public
3349
+ */
2278
3350
  export declare const colorPalettePurpleForeground2 = "var(--colorPalettePurpleForeground2)";
2279
3351
 
3352
+ /**
3353
+ * CSS custom property value for the {@link @fluentui/tokens#colorPaletteRedBackground1 | `colorPaletteRedBackground1`} design token.
3354
+ * @public
3355
+ */
2280
3356
  export declare const colorPaletteRedBackground1 = "var(--colorPaletteRedBackground1)";
2281
3357
 
3358
+ /**
3359
+ * CSS custom property value for the {@link @fluentui/tokens#colorPaletteRedBackground2 | `colorPaletteRedBackground2`} design token.
3360
+ * @public
3361
+ */
2282
3362
  export declare const colorPaletteRedBackground2 = "var(--colorPaletteRedBackground2)";
2283
3363
 
3364
+ /**
3365
+ * CSS custom property value for the {@link @fluentui/tokens#colorPaletteRedBackground3 | `colorPaletteRedBackground3`} design token.
3366
+ * @public
3367
+ */
2284
3368
  export declare const colorPaletteRedBackground3 = "var(--colorPaletteRedBackground3)";
2285
3369
 
3370
+ /**
3371
+ * CSS custom property value for the {@link @fluentui/tokens#colorPaletteRedBorder1 | `colorPaletteRedBorder1`} design token.
3372
+ * @public
3373
+ */
2286
3374
  export declare const colorPaletteRedBorder1 = "var(--colorPaletteRedBorder1)";
2287
3375
 
3376
+ /**
3377
+ * CSS custom property value for the {@link @fluentui/tokens#colorPaletteRedBorder2 | `colorPaletteRedBorder2`} design token.
3378
+ * @public
3379
+ */
2288
3380
  export declare const colorPaletteRedBorder2 = "var(--colorPaletteRedBorder2)";
2289
3381
 
3382
+ /**
3383
+ * CSS custom property value for the {@link @fluentui/tokens#colorPaletteRedBorderActive | `colorPaletteRedBorderActive`} design token.
3384
+ * @public
3385
+ */
2290
3386
  export declare const colorPaletteRedBorderActive = "var(--colorPaletteRedBorderActive)";
2291
3387
 
3388
+ /**
3389
+ * CSS custom property value for the {@link @fluentui/tokens#colorPaletteRedForeground1 | `colorPaletteRedForeground1`} design token.
3390
+ * @public
3391
+ */
2292
3392
  export declare const colorPaletteRedForeground1 = "var(--colorPaletteRedForeground1)";
2293
3393
 
3394
+ /**
3395
+ * CSS custom property value for the {@link @fluentui/tokens#colorPaletteRedForeground2 | `colorPaletteRedForeground2`} design token.
3396
+ * @public
3397
+ */
2294
3398
  export declare const colorPaletteRedForeground2 = "var(--colorPaletteRedForeground2)";
2295
3399
 
3400
+ /**
3401
+ * CSS custom property value for the {@link @fluentui/tokens#colorPaletteRedForeground3 | `colorPaletteRedForeground3`} design token.
3402
+ * @public
3403
+ */
2296
3404
  export declare const colorPaletteRedForeground3 = "var(--colorPaletteRedForeground3)";
2297
3405
 
3406
+ /**
3407
+ * CSS custom property value for the {@link @fluentui/tokens#colorPaletteRedForegroundInverted | `colorPaletteRedForegroundInverted`} design token.
3408
+ * @public
3409
+ */
2298
3410
  export declare const colorPaletteRedForegroundInverted = "var(--colorPaletteRedForegroundInverted)";
2299
3411
 
3412
+ /**
3413
+ * CSS custom property value for the {@link @fluentui/tokens#colorPaletteRoyalBlueBackground2 | `colorPaletteRoyalBlueBackground2`} design token.
3414
+ * @public
3415
+ */
2300
3416
  export declare const colorPaletteRoyalBlueBackground2 = "var(--colorPaletteRoyalBlueBackground2)";
2301
3417
 
3418
+ /**
3419
+ * CSS custom property value for the {@link @fluentui/tokens#colorPaletteRoyalBlueBorderActive | `colorPaletteRoyalBlueBorderActive`} design token.
3420
+ * @public
3421
+ */
2302
3422
  export declare const colorPaletteRoyalBlueBorderActive = "var(--colorPaletteRoyalBlueBorderActive)";
2303
3423
 
3424
+ /**
3425
+ * CSS custom property value for the {@link @fluentui/tokens#colorPaletteRoyalBlueForeground2 | `colorPaletteRoyalBlueForeground2`} design token.
3426
+ * @public
3427
+ */
2304
3428
  export declare const colorPaletteRoyalBlueForeground2 = "var(--colorPaletteRoyalBlueForeground2)";
2305
3429
 
3430
+ /**
3431
+ * CSS custom property value for the {@link @fluentui/tokens#colorPaletteSeafoamBackground2 | `colorPaletteSeafoamBackground2`} design token.
3432
+ * @public
3433
+ */
2306
3434
  export declare const colorPaletteSeafoamBackground2 = "var(--colorPaletteSeafoamBackground2)";
2307
3435
 
3436
+ /**
3437
+ * CSS custom property value for the {@link @fluentui/tokens#colorPaletteSeafoamBorderActive | `colorPaletteSeafoamBorderActive`} design token.
3438
+ * @public
3439
+ */
2308
3440
  export declare const colorPaletteSeafoamBorderActive = "var(--colorPaletteSeafoamBorderActive)";
2309
3441
 
3442
+ /**
3443
+ * CSS custom property value for the {@link @fluentui/tokens#colorPaletteSeafoamForeground2 | `colorPaletteSeafoamForeground2`} design token.
3444
+ * @public
3445
+ */
2310
3446
  export declare const colorPaletteSeafoamForeground2 = "var(--colorPaletteSeafoamForeground2)";
2311
3447
 
3448
+ /**
3449
+ * CSS custom property value for the {@link @fluentui/tokens#colorPaletteSteelBackground2 | `colorPaletteSteelBackground2`} design token.
3450
+ * @public
3451
+ */
2312
3452
  export declare const colorPaletteSteelBackground2 = "var(--colorPaletteSteelBackground2)";
2313
3453
 
3454
+ /**
3455
+ * CSS custom property value for the {@link @fluentui/tokens#colorPaletteSteelBorderActive | `colorPaletteSteelBorderActive`} design token.
3456
+ * @public
3457
+ */
2314
3458
  export declare const colorPaletteSteelBorderActive = "var(--colorPaletteSteelBorderActive)";
2315
3459
 
3460
+ /**
3461
+ * CSS custom property value for the {@link @fluentui/tokens#colorPaletteSteelForeground2 | `colorPaletteSteelForeground2`} design token.
3462
+ * @public
3463
+ */
2316
3464
  export declare const colorPaletteSteelForeground2 = "var(--colorPaletteSteelForeground2)";
2317
3465
 
3466
+ /**
3467
+ * CSS custom property value for the {@link @fluentui/tokens#colorPaletteTealBackground2 | `colorPaletteTealBackground2`} design token.
3468
+ * @public
3469
+ */
2318
3470
  export declare const colorPaletteTealBackground2 = "var(--colorPaletteTealBackground2)";
2319
3471
 
3472
+ /**
3473
+ * CSS custom property value for the {@link @fluentui/tokens#colorPaletteTealBorderActive | `colorPaletteTealBorderActive`} design token.
3474
+ * @public
3475
+ */
2320
3476
  export declare const colorPaletteTealBorderActive = "var(--colorPaletteTealBorderActive)";
2321
3477
 
3478
+ /**
3479
+ * CSS custom property value for the {@link @fluentui/tokens#colorPaletteTealForeground2 | `colorPaletteTealForeground2`} design token.
3480
+ * @public
3481
+ */
2322
3482
  export declare const colorPaletteTealForeground2 = "var(--colorPaletteTealForeground2)";
2323
3483
 
3484
+ /**
3485
+ * CSS custom property value for the {@link @fluentui/tokens#colorPaletteYellowBackground1 | `colorPaletteYellowBackground1`} design token.
3486
+ * @public
3487
+ */
2324
3488
  export declare const colorPaletteYellowBackground1 = "var(--colorPaletteYellowBackground1)";
2325
3489
 
3490
+ /**
3491
+ * CSS custom property value for the {@link @fluentui/tokens#colorPaletteYellowBackground2 | `colorPaletteYellowBackground2`} design token.
3492
+ * @public
3493
+ */
2326
3494
  export declare const colorPaletteYellowBackground2 = "var(--colorPaletteYellowBackground2)";
2327
3495
 
3496
+ /**
3497
+ * CSS custom property value for the {@link @fluentui/tokens#colorPaletteYellowBackground3 | `colorPaletteYellowBackground3`} design token.
3498
+ * @public
3499
+ */
2328
3500
  export declare const colorPaletteYellowBackground3 = "var(--colorPaletteYellowBackground3)";
2329
3501
 
3502
+ /**
3503
+ * CSS custom property value for the {@link @fluentui/tokens#colorPaletteYellowBorder1 | `colorPaletteYellowBorder1`} design token.
3504
+ * @public
3505
+ */
2330
3506
  export declare const colorPaletteYellowBorder1 = "var(--colorPaletteYellowBorder1)";
2331
3507
 
3508
+ /**
3509
+ * CSS custom property value for the {@link @fluentui/tokens#colorPaletteYellowBorder2 | `colorPaletteYellowBorder2`} design token.
3510
+ * @public
3511
+ */
2332
3512
  export declare const colorPaletteYellowBorder2 = "var(--colorPaletteYellowBorder2)";
2333
3513
 
3514
+ /**
3515
+ * CSS custom property value for the {@link @fluentui/tokens#colorPaletteYellowBorderActive | `colorPaletteYellowBorderActive`} design token.
3516
+ * @public
3517
+ */
2334
3518
  export declare const colorPaletteYellowBorderActive = "var(--colorPaletteYellowBorderActive)";
2335
3519
 
3520
+ /**
3521
+ * CSS custom property value for the {@link @fluentui/tokens#colorPaletteYellowForeground1 | `colorPaletteYellowForeground1`} design token.
3522
+ * @public
3523
+ */
2336
3524
  export declare const colorPaletteYellowForeground1 = "var(--colorPaletteYellowForeground1)";
2337
3525
 
3526
+ /**
3527
+ * CSS custom property value for the {@link @fluentui/tokens#colorPaletteYellowForeground2 | `colorPaletteYellowForeground2`} design token.
3528
+ * @public
3529
+ */
2338
3530
  export declare const colorPaletteYellowForeground2 = "var(--colorPaletteYellowForeground2)";
2339
3531
 
3532
+ /**
3533
+ * CSS custom property value for the {@link @fluentui/tokens#colorPaletteYellowForeground3 | `colorPaletteYellowForeground3`} design token.
3534
+ * @public
3535
+ */
2340
3536
  export declare const colorPaletteYellowForeground3 = "var(--colorPaletteYellowForeground3)";
2341
3537
 
3538
+ /**
3539
+ * CSS custom property value for the {@link @fluentui/tokens#colorPaletteYellowForegroundInverted | `colorPaletteYellowForegroundInverted`} design token.
3540
+ * @public
3541
+ */
2342
3542
  export declare const colorPaletteYellowForegroundInverted = "var(--colorPaletteYellowForegroundInverted)";
2343
3543
 
3544
+ /**
3545
+ * CSS custom property value for the {@link @fluentui/tokens#colorScrollbarOverlay | `colorScrollbarOverlay`} design token.
3546
+ * @public
3547
+ */
2344
3548
  export declare const colorScrollbarOverlay = "var(--colorScrollbarOverlay)";
2345
3549
 
3550
+ /**
3551
+ * CSS custom property value for the {@link @fluentui/tokens#colorStatusDangerBackground1 | `colorStatusDangerBackground1`} design token.
3552
+ * @public
3553
+ */
2346
3554
  export declare const colorStatusDangerBackground1 = "var(--colorStatusDangerBackground1)";
2347
3555
 
3556
+ /**
3557
+ * CSS custom property value for the {@link @fluentui/tokens#colorStatusDangerBackground2 | `colorStatusDangerBackground2`} design token.
3558
+ * @public
3559
+ */
2348
3560
  export declare const colorStatusDangerBackground2 = "var(--colorStatusDangerBackground2)";
2349
3561
 
3562
+ /**
3563
+ * CSS custom property value for the {@link @fluentui/tokens#colorStatusDangerBackground3 | `colorStatusDangerBackground3`} design token.
3564
+ * @public
3565
+ */
2350
3566
  export declare const colorStatusDangerBackground3 = "var(--colorStatusDangerBackground3)";
2351
3567
 
3568
+ /**
3569
+ * CSS custom property value for the {@link @fluentui/tokens#colorStatusDangerBackground3Hover | `colorStatusDangerBackground3Hover`} design token.
3570
+ * @public
3571
+ */
2352
3572
  export declare const colorStatusDangerBackground3Hover = "var(--colorStatusDangerBackground3Hover)";
2353
3573
 
3574
+ /**
3575
+ * CSS custom property value for the {@link @fluentui/tokens#colorStatusDangerBackground3Pressed | `colorStatusDangerBackground3Pressed`} design token.
3576
+ * @public
3577
+ */
2354
3578
  export declare const colorStatusDangerBackground3Pressed = "var(--colorStatusDangerBackground3Pressed)";
2355
3579
 
3580
+ /**
3581
+ * CSS custom property value for the {@link @fluentui/tokens#colorStatusDangerBorder1 | `colorStatusDangerBorder1`} design token.
3582
+ * @public
3583
+ */
2356
3584
  export declare const colorStatusDangerBorder1 = "var(--colorStatusDangerBorder1)";
2357
3585
 
3586
+ /**
3587
+ * CSS custom property value for the {@link @fluentui/tokens#colorStatusDangerBorder2 | `colorStatusDangerBorder2`} design token.
3588
+ * @public
3589
+ */
2358
3590
  export declare const colorStatusDangerBorder2 = "var(--colorStatusDangerBorder2)";
2359
3591
 
3592
+ /**
3593
+ * CSS custom property value for the {@link @fluentui/tokens#colorStatusDangerBorderActive | `colorStatusDangerBorderActive`} design token.
3594
+ * @public
3595
+ */
2360
3596
  export declare const colorStatusDangerBorderActive = "var(--colorStatusDangerBorderActive)";
2361
3597
 
3598
+ /**
3599
+ * CSS custom property value for the {@link @fluentui/tokens#colorStatusDangerForeground1 | `colorStatusDangerForeground1`} design token.
3600
+ * @public
3601
+ */
2362
3602
  export declare const colorStatusDangerForeground1 = "var(--colorStatusDangerForeground1)";
2363
3603
 
3604
+ /**
3605
+ * CSS custom property value for the {@link @fluentui/tokens#colorStatusDangerForeground2 | `colorStatusDangerForeground2`} design token.
3606
+ * @public
3607
+ */
2364
3608
  export declare const colorStatusDangerForeground2 = "var(--colorStatusDangerForeground2)";
2365
3609
 
3610
+ /**
3611
+ * CSS custom property value for the {@link @fluentui/tokens#colorStatusDangerForeground3 | `colorStatusDangerForeground3`} design token.
3612
+ * @public
3613
+ */
2366
3614
  export declare const colorStatusDangerForeground3 = "var(--colorStatusDangerForeground3)";
2367
3615
 
3616
+ /**
3617
+ * CSS custom property value for the {@link @fluentui/tokens#colorStatusDangerForegroundInverted | `colorStatusDangerForegroundInverted`} design token.
3618
+ * @public
3619
+ */
2368
3620
  export declare const colorStatusDangerForegroundInverted = "var(--colorStatusDangerForegroundInverted)";
2369
3621
 
3622
+ /**
3623
+ * CSS custom property value for the {@link @fluentui/tokens#colorStatusSuccessBackground1 | `colorStatusSuccessBackground1`} design token.
3624
+ * @public
3625
+ */
2370
3626
  export declare const colorStatusSuccessBackground1 = "var(--colorStatusSuccessBackground1)";
2371
3627
 
3628
+ /**
3629
+ * CSS custom property value for the {@link @fluentui/tokens#colorStatusSuccessBackground2 | `colorStatusSuccessBackground2`} design token.
3630
+ * @public
3631
+ */
2372
3632
  export declare const colorStatusSuccessBackground2 = "var(--colorStatusSuccessBackground2)";
2373
3633
 
3634
+ /**
3635
+ * CSS custom property value for the {@link @fluentui/tokens#colorStatusSuccessBackground3 | `colorStatusSuccessBackground3`} design token.
3636
+ * @public
3637
+ */
2374
3638
  export declare const colorStatusSuccessBackground3 = "var(--colorStatusSuccessBackground3)";
2375
3639
 
3640
+ /**
3641
+ * CSS custom property value for the {@link @fluentui/tokens#colorStatusSuccessBorder1 | `colorStatusSuccessBorder1`} design token.
3642
+ * @public
3643
+ */
2376
3644
  export declare const colorStatusSuccessBorder1 = "var(--colorStatusSuccessBorder1)";
2377
3645
 
3646
+ /**
3647
+ * CSS custom property value for the {@link @fluentui/tokens#colorStatusSuccessBorder2 | `colorStatusSuccessBorder2`} design token.
3648
+ * @public
3649
+ */
2378
3650
  export declare const colorStatusSuccessBorder2 = "var(--colorStatusSuccessBorder2)";
2379
3651
 
3652
+ /**
3653
+ * CSS custom property value for the {@link @fluentui/tokens#colorStatusSuccessBorderActive | `colorStatusSuccessBorderActive`} design token.
3654
+ * @public
3655
+ */
2380
3656
  export declare const colorStatusSuccessBorderActive = "var(--colorStatusSuccessBorderActive)";
2381
3657
 
3658
+ /**
3659
+ * CSS custom property value for the {@link @fluentui/tokens#colorStatusSuccessForeground1 | `colorStatusSuccessForeground1`} design token.
3660
+ * @public
3661
+ */
2382
3662
  export declare const colorStatusSuccessForeground1 = "var(--colorStatusSuccessForeground1)";
2383
3663
 
3664
+ /**
3665
+ * CSS custom property value for the {@link @fluentui/tokens#colorStatusSuccessForeground2 | `colorStatusSuccessForeground2`} design token.
3666
+ * @public
3667
+ */
2384
3668
  export declare const colorStatusSuccessForeground2 = "var(--colorStatusSuccessForeground2)";
2385
3669
 
3670
+ /**
3671
+ * CSS custom property value for the {@link @fluentui/tokens#colorStatusSuccessForeground3 | `colorStatusSuccessForeground3`} design token.
3672
+ * @public
3673
+ */
2386
3674
  export declare const colorStatusSuccessForeground3 = "var(--colorStatusSuccessForeground3)";
2387
3675
 
3676
+ /**
3677
+ * CSS custom property value for the {@link @fluentui/tokens#colorStatusSuccessForegroundInverted | `colorStatusSuccessForegroundInverted`} design token.
3678
+ * @public
3679
+ */
2388
3680
  export declare const colorStatusSuccessForegroundInverted = "var(--colorStatusSuccessForegroundInverted)";
2389
3681
 
3682
+ /**
3683
+ * CSS custom property value for the {@link @fluentui/tokens#colorStatusWarningBackground1 | `colorStatusWarningBackground1`} design token.
3684
+ * @public
3685
+ */
2390
3686
  export declare const colorStatusWarningBackground1 = "var(--colorStatusWarningBackground1)";
2391
3687
 
3688
+ /**
3689
+ * CSS custom property value for the {@link @fluentui/tokens#colorStatusWarningBackground2 | `colorStatusWarningBackground2`} design token.
3690
+ * @public
3691
+ */
2392
3692
  export declare const colorStatusWarningBackground2 = "var(--colorStatusWarningBackground2)";
2393
3693
 
3694
+ /**
3695
+ * CSS custom property value for the {@link @fluentui/tokens#colorStatusWarningBackground3 | `colorStatusWarningBackground3`} design token.
3696
+ * @public
3697
+ */
2394
3698
  export declare const colorStatusWarningBackground3 = "var(--colorStatusWarningBackground3)";
2395
3699
 
3700
+ /**
3701
+ * CSS custom property value for the {@link @fluentui/tokens#colorStatusWarningBorder1 | `colorStatusWarningBorder1`} design token.
3702
+ * @public
3703
+ */
2396
3704
  export declare const colorStatusWarningBorder1 = "var(--colorStatusWarningBorder1)";
2397
3705
 
3706
+ /**
3707
+ * CSS custom property value for the {@link @fluentui/tokens#colorStatusWarningBorder2 | `colorStatusWarningBorder2`} design token.
3708
+ * @public
3709
+ */
2398
3710
  export declare const colorStatusWarningBorder2 = "var(--colorStatusWarningBorder2)";
2399
3711
 
3712
+ /**
3713
+ * CSS custom property value for the {@link @fluentui/tokens#colorStatusWarningBorderActive | `colorStatusWarningBorderActive`} design token.
3714
+ * @public
3715
+ */
2400
3716
  export declare const colorStatusWarningBorderActive = "var(--colorStatusWarningBorderActive)";
2401
3717
 
3718
+ /**
3719
+ * CSS custom property value for the {@link @fluentui/tokens#colorStatusWarningForeground1 | `colorStatusWarningForeground1`} design token.
3720
+ * @public
3721
+ */
2402
3722
  export declare const colorStatusWarningForeground1 = "var(--colorStatusWarningForeground1)";
2403
3723
 
3724
+ /**
3725
+ * CSS custom property value for the {@link @fluentui/tokens#colorStatusWarningForeground2 | `colorStatusWarningForeground2`} design token.
3726
+ * @public
3727
+ */
2404
3728
  export declare const colorStatusWarningForeground2 = "var(--colorStatusWarningForeground2)";
2405
3729
 
3730
+ /**
3731
+ * CSS custom property value for the {@link @fluentui/tokens#colorStatusWarningForeground3 | `colorStatusWarningForeground3`} design token.
3732
+ * @public
3733
+ */
2406
3734
  export declare const colorStatusWarningForeground3 = "var(--colorStatusWarningForeground3)";
2407
3735
 
3736
+ /**
3737
+ * CSS custom property value for the {@link @fluentui/tokens#colorStatusWarningForegroundInverted | `colorStatusWarningForegroundInverted`} design token.
3738
+ * @public
3739
+ */
2408
3740
  export declare const colorStatusWarningForegroundInverted = "var(--colorStatusWarningForegroundInverted)";
2409
3741
 
3742
+ /**
3743
+ * CSS custom property value for the {@link @fluentui/tokens#colorStrokeFocus1 | `colorStrokeFocus1`} design token.
3744
+ * @public
3745
+ */
2410
3746
  export declare const colorStrokeFocus1 = "var(--colorStrokeFocus1)";
2411
3747
 
3748
+ /**
3749
+ * CSS custom property value for the {@link @fluentui/tokens#colorStrokeFocus2 | `colorStrokeFocus2`} design token.
3750
+ * @public
3751
+ */
2412
3752
  export declare const colorStrokeFocus2 = "var(--colorStrokeFocus2)";
2413
3753
 
3754
+ /**
3755
+ * CSS custom property value for the {@link @fluentui/tokens#colorSubtleBackground | `colorSubtleBackground`} design token.
3756
+ * @public
3757
+ */
2414
3758
  export declare const colorSubtleBackground = "var(--colorSubtleBackground)";
2415
3759
 
3760
+ /**
3761
+ * CSS custom property value for the {@link @fluentui/tokens#colorSubtleBackgroundHover | `colorSubtleBackgroundHover`} design token.
3762
+ * @public
3763
+ */
2416
3764
  export declare const colorSubtleBackgroundHover = "var(--colorSubtleBackgroundHover)";
2417
3765
 
3766
+ /**
3767
+ * CSS custom property value for the {@link @fluentui/tokens#colorSubtleBackgroundInverted | `colorSubtleBackgroundInverted`} design token.
3768
+ * @public
3769
+ */
2418
3770
  export declare const colorSubtleBackgroundInverted = "var(--colorSubtleBackgroundInverted)";
2419
3771
 
3772
+ /**
3773
+ * CSS custom property value for the {@link @fluentui/tokens#colorSubtleBackgroundInvertedHover | `colorSubtleBackgroundInvertedHover`} design token.
3774
+ * @public
3775
+ */
2420
3776
  export declare const colorSubtleBackgroundInvertedHover = "var(--colorSubtleBackgroundInvertedHover)";
2421
3777
 
3778
+ /**
3779
+ * CSS custom property value for the {@link @fluentui/tokens#colorSubtleBackgroundInvertedPressed | `colorSubtleBackgroundInvertedPressed`} design token.
3780
+ * @public
3781
+ */
2422
3782
  export declare const colorSubtleBackgroundInvertedPressed = "var(--colorSubtleBackgroundInvertedPressed)";
2423
3783
 
3784
+ /**
3785
+ * CSS custom property value for the {@link @fluentui/tokens#colorSubtleBackgroundInvertedSelected | `colorSubtleBackgroundInvertedSelected`} design token.
3786
+ * @public
3787
+ */
2424
3788
  export declare const colorSubtleBackgroundInvertedSelected = "var(--colorSubtleBackgroundInvertedSelected)";
2425
3789
 
3790
+ /**
3791
+ * CSS custom property value for the {@link @fluentui/tokens#colorSubtleBackgroundLightAlphaHover | `colorSubtleBackgroundLightAlphaHover`} design token.
3792
+ * @public
3793
+ */
2426
3794
  export declare const colorSubtleBackgroundLightAlphaHover = "var(--colorSubtleBackgroundLightAlphaHover)";
2427
3795
 
3796
+ /**
3797
+ * CSS custom property value for the {@link @fluentui/tokens#colorSubtleBackgroundLightAlphaPressed | `colorSubtleBackgroundLightAlphaPressed`} design token.
3798
+ * @public
3799
+ */
2428
3800
  export declare const colorSubtleBackgroundLightAlphaPressed = "var(--colorSubtleBackgroundLightAlphaPressed)";
2429
3801
 
3802
+ /**
3803
+ * CSS custom property value for the {@link @fluentui/tokens#colorSubtleBackgroundLightAlphaSelected | `colorSubtleBackgroundLightAlphaSelected`} design token.
3804
+ * @public
3805
+ */
2430
3806
  export declare const colorSubtleBackgroundLightAlphaSelected = "var(--colorSubtleBackgroundLightAlphaSelected)";
2431
3807
 
3808
+ /**
3809
+ * CSS custom property value for the {@link @fluentui/tokens#colorSubtleBackgroundPressed | `colorSubtleBackgroundPressed`} design token.
3810
+ * @public
3811
+ */
2432
3812
  export declare const colorSubtleBackgroundPressed = "var(--colorSubtleBackgroundPressed)";
2433
3813
 
3814
+ /**
3815
+ * CSS custom property value for the {@link @fluentui/tokens#colorSubtleBackgroundSelected | `colorSubtleBackgroundSelected`} design token.
3816
+ * @public
3817
+ */
2434
3818
  export declare const colorSubtleBackgroundSelected = "var(--colorSubtleBackgroundSelected)";
2435
3819
 
3820
+ /**
3821
+ * CSS custom property value for the {@link @fluentui/tokens#colorTransparentBackground | `colorTransparentBackground`} design token.
3822
+ * @public
3823
+ */
2436
3824
  export declare const colorTransparentBackground = "var(--colorTransparentBackground)";
2437
3825
 
3826
+ /**
3827
+ * CSS custom property value for the {@link @fluentui/tokens#colorTransparentBackgroundHover | `colorTransparentBackgroundHover`} design token.
3828
+ * @public
3829
+ */
2438
3830
  export declare const colorTransparentBackgroundHover = "var(--colorTransparentBackgroundHover)";
2439
3831
 
3832
+ /**
3833
+ * CSS custom property value for the {@link @fluentui/tokens#colorTransparentBackgroundPressed | `colorTransparentBackgroundPressed`} design token.
3834
+ * @public
3835
+ */
2440
3836
  export declare const colorTransparentBackgroundPressed = "var(--colorTransparentBackgroundPressed)";
2441
3837
 
3838
+ /**
3839
+ * CSS custom property value for the {@link @fluentui/tokens#colorTransparentBackgroundSelected | `colorTransparentBackgroundSelected`} design token.
3840
+ * @public
3841
+ */
2442
3842
  export declare const colorTransparentBackgroundSelected = "var(--colorTransparentBackgroundSelected)";
2443
3843
 
3844
+ /**
3845
+ * CSS custom property value for the {@link @fluentui/tokens#colorTransparentStroke | `colorTransparentStroke`} design token.
3846
+ * @public
3847
+ */
2444
3848
  export declare const colorTransparentStroke = "var(--colorTransparentStroke)";
2445
3849
 
3850
+ /**
3851
+ * CSS custom property value for the {@link @fluentui/tokens#colorTransparentStrokeDisabled | `colorTransparentStrokeDisabled`} design token.
3852
+ * @public
3853
+ */
2446
3854
  export declare const colorTransparentStrokeDisabled = "var(--colorTransparentStrokeDisabled)";
2447
3855
 
3856
+ /**
3857
+ * CSS custom property value for the {@link @fluentui/tokens#colorTransparentStrokeInteractive | `colorTransparentStrokeInteractive`} design token.
3858
+ * @public
3859
+ */
2448
3860
  export declare const colorTransparentStrokeInteractive = "var(--colorTransparentStrokeInteractive)";
2449
3861
 
2450
3862
  /**
@@ -2713,22 +4125,58 @@ export declare const CounterBadgeTemplate: ElementViewTemplate<CounterBadge>;
2713
4125
  */
2714
4126
  declare type CSSDisplayPropertyValue = 'block' | 'contents' | 'flex' | 'grid' | 'inherit' | 'initial' | 'inline' | 'inline-block' | 'inline-flex' | 'inline-grid' | 'inline-table' | 'list-item' | 'none' | 'run-in' | 'table' | 'table-caption' | 'table-cell' | 'table-column' | 'table-column-group' | 'table-footer-group' | 'table-header-group' | 'table-row' | 'table-row-group';
2715
4127
 
4128
+ /**
4129
+ * CSS custom property value for the {@link @fluentui/tokens#curveAccelerateMax | `curveAccelerateMax`} design token.
4130
+ * @public
4131
+ */
2716
4132
  export declare const curveAccelerateMax = "var(--curveAccelerateMax)";
2717
4133
 
4134
+ /**
4135
+ * CSS custom property value for the {@link @fluentui/tokens#curveAccelerateMid | `curveAccelerateMid`} design token.
4136
+ * @public
4137
+ */
2718
4138
  export declare const curveAccelerateMid = "var(--curveAccelerateMid)";
2719
4139
 
4140
+ /**
4141
+ * CSS custom property value for the {@link @fluentui/tokens#curveAccelerateMin | `curveAccelerateMin`} design token.
4142
+ * @public
4143
+ */
2720
4144
  export declare const curveAccelerateMin = "var(--curveAccelerateMin)";
2721
4145
 
4146
+ /**
4147
+ * CSS custom property value for the {@link @fluentui/tokens#curveDecelerateMax | `curveDecelerateMax`} design token.
4148
+ * @public
4149
+ */
2722
4150
  export declare const curveDecelerateMax = "var(--curveDecelerateMax)";
2723
4151
 
4152
+ /**
4153
+ * CSS custom property value for the {@link @fluentui/tokens#curveDecelerateMid | `curveDecelerateMid`} design token.
4154
+ * @public
4155
+ */
2724
4156
  export declare const curveDecelerateMid = "var(--curveDecelerateMid)";
2725
4157
 
4158
+ /**
4159
+ * CSS custom property value for the {@link @fluentui/tokens#curveDecelerateMin | `curveDecelerateMin`} design token.
4160
+ * @public
4161
+ */
2726
4162
  export declare const curveDecelerateMin = "var(--curveDecelerateMin)";
2727
4163
 
4164
+ /**
4165
+ * CSS custom property value for the {@link @fluentui/tokens#curveEasyEase | `curveEasyEase`} design token.
4166
+ * @public
4167
+ */
2728
4168
  export declare const curveEasyEase = "var(--curveEasyEase)";
2729
4169
 
4170
+ /**
4171
+ * CSS custom property value for the {@link @fluentui/tokens#curveEasyEaseMax | `curveEasyEaseMax`} design token.
4172
+ * @public
4173
+ */
2730
4174
  export declare const curveEasyEaseMax = "var(--curveEasyEaseMax)";
2731
4175
 
4176
+ /**
4177
+ * CSS custom property value for the {@link @fluentui/tokens#curveLinear | `curveLinear`} design token.
4178
+ * @public
4179
+ */
2732
4180
  export declare const curveLinear = "var(--curveLinear)";
2733
4181
 
2734
4182
  /**
@@ -2762,25 +4210,13 @@ declare interface DelegatesARIALink extends ARIAGlobalStatesAndProperties {
2762
4210
  }
2763
4211
 
2764
4212
  /**
2765
- * Includes ARIA states and properties relating to the ARIA textbox role
2766
- *
2767
- * @public
2768
- */
2769
- declare class DelegatesARIATextbox {
2770
- }
2771
-
2772
- declare interface DelegatesARIATextbox extends ARIAGlobalStatesAndProperties {
2773
- }
2774
-
2775
- /**
2776
- * Dialog component that extends the FASTElement class.
4213
+ * A Dialog Custom HTML Element.
2777
4214
  *
2778
4215
  * @public
2779
- * @extends FASTElement
2780
4216
  */
2781
4217
  export declare class Dialog extends FASTElement {
2782
4218
  /**
2783
- * @private
4219
+ * @internal
2784
4220
  * Indicates whether focus is being trapped within the dialog
2785
4221
  */
2786
4222
  private isTrappingFocus;
@@ -2835,7 +4271,7 @@ export declare class Dialog extends FASTElement {
2835
4271
  */
2836
4272
  noTitleAction: boolean;
2837
4273
  /**
2838
- * @private
4274
+ * @internal
2839
4275
  * Indicates whether focus should be trapped within the dialog
2840
4276
  */
2841
4277
  private trapFocus;
@@ -2891,55 +4327,55 @@ export declare class Dialog extends FASTElement {
2891
4327
  */
2892
4328
  handleKeydown: (e: KeyboardEvent) => boolean | void;
2893
4329
  /**
2894
- * @private
4330
+ * @internal
2895
4331
  * Handles keydown events on the document
2896
4332
  * @param e - The keydown event
2897
4333
  */
2898
4334
  private handleDocumentKeydown;
2899
4335
  /**
2900
- * @private
4336
+ * @internal
2901
4337
  * Handles tab keydown events
2902
4338
  * @param e - The keydown event
2903
4339
  */
2904
4340
  private handleTabKeyDown;
2905
4341
  /**
2906
- * @private
4342
+ * @internal
2907
4343
  * Gets the bounds of the tab queue
2908
4344
  * @returns (HTMLElement | SVGElement)[]
2909
4345
  */
2910
4346
  private getTabQueueBounds;
2911
4347
  /**
2912
- * @private
4348
+ * @internal
2913
4349
  * Focuses the first element in the tab queue
2914
4350
  */
2915
4351
  private focusFirstElement;
2916
4352
  /**
2917
- * @private
4353
+ * @internal
2918
4354
  * Determines if focus should be forced
2919
4355
  * @param currentFocusElement - The currently focused element
2920
4356
  * @returns boolean
2921
4357
  */
2922
4358
  private shouldForceFocus;
2923
4359
  /**
2924
- * @private
4360
+ * @internal
2925
4361
  * Determines if focus should be trapped
2926
4362
  * @returns boolean
2927
4363
  */
2928
4364
  private shouldTrapFocus;
2929
4365
  /**
2930
- * @private
4366
+ * @internal
2931
4367
  * Handles focus events on the document
2932
4368
  * @param e - The focus event
2933
4369
  */
2934
4370
  private handleDocumentFocus;
2935
4371
  /**
2936
- * @private
4372
+ * @internal
2937
4373
  * Updates the state of focus trapping
2938
4374
  * @param shouldTrapFocusOverride - Optional override for whether focus should be trapped
2939
4375
  */
2940
4376
  private updateTrapFocus;
2941
4377
  /**
2942
- * @private
4378
+ * @internal
2943
4379
  * Reduces the list of tabbable items
2944
4380
  * @param elements - The current list of elements
2945
4381
  * @param element - The element to consider adding to the list
@@ -2947,14 +4383,14 @@ export declare class Dialog extends FASTElement {
2947
4383
  */
2948
4384
  private static reduceTabbableItems;
2949
4385
  /**
2950
- * @private
4386
+ * @internal
2951
4387
  * Determines if an element is a focusable FASTElement
2952
4388
  * @param element - The element to check
2953
4389
  * @returns boolean
2954
4390
  */
2955
4391
  private static isFocusableFastElement;
2956
4392
  /**
2957
- * @private
4393
+ * @internal
2958
4394
  * Determines if an element has a tabbable shadow
2959
4395
  * @param element - The element to check
2960
4396
  * @returns boolean
@@ -3003,7 +4439,7 @@ export declare const DialogTemplate: ElementViewTemplate<Dialog>;
3003
4439
  export declare function display(displayValue: CSSDisplayPropertyValue): string;
3004
4440
 
3005
4441
  /**
3006
- * @class Divider component
4442
+ * A Divider Custom HTML Element.
3007
4443
  *
3008
4444
  * @remarks
3009
4445
  * A divider groups sections of content to create visual rhythm and hierarchy. Use dividers along with spacing and headers to organize content in your layout.
@@ -3026,22 +4462,19 @@ export declare class Divider extends FASTElement {
3026
4462
  */
3027
4463
  orientation: DividerOrientation;
3028
4464
  /**
3029
- * @property alignContent
3030
- * @default center
4465
+ * @public
3031
4466
  * @remarks
3032
4467
  * Determines the alignment of the content within the divider. Select from start or end. When not specified, the content will be aligned to the center.
3033
4468
  */
3034
4469
  alignContent?: DividerAlignContent;
3035
4470
  /**
3036
- * @property appearance
3037
- * @default default
4471
+ * @public
3038
4472
  * @remarks
3039
4473
  * A divider can have one of the preset appearances. Select from strong, brand, subtle. When not specified, the divider has its default appearance.
3040
4474
  */
3041
4475
  appearance?: DividerAppearance;
3042
4476
  /**
3043
- * @property inset
3044
- * @default false
4477
+ * @public
3045
4478
  * @remarks
3046
4479
  * Adds padding to the beginning and end of the divider.
3047
4480
  */
@@ -3140,20 +4573,52 @@ export declare const DividerStyles: ElementStyles;
3140
4573
  */
3141
4574
  export declare const DividerTemplate: ElementViewTemplate<Divider>;
3142
4575
 
4576
+ /**
4577
+ * CSS custom property value for the {@link @fluentui/tokens#durationFast | `durationFast`} design token.
4578
+ * @public
4579
+ */
3143
4580
  export declare const durationFast = "var(--durationFast)";
3144
4581
 
4582
+ /**
4583
+ * CSS custom property value for the {@link @fluentui/tokens#durationFaster | `durationFaster`} design token.
4584
+ * @public
4585
+ */
3145
4586
  export declare const durationFaster = "var(--durationFaster)";
3146
4587
 
4588
+ /**
4589
+ * CSS custom property value for the {@link @fluentui/tokens#durationGentle | `durationGentle`} design token.
4590
+ * @public
4591
+ */
3147
4592
  export declare const durationGentle = "var(--durationGentle)";
3148
4593
 
4594
+ /**
4595
+ * CSS custom property value for the {@link @fluentui/tokens#durationNormal | `durationNormal`} design token.
4596
+ * @public
4597
+ */
3149
4598
  export declare const durationNormal = "var(--durationNormal)";
3150
4599
 
4600
+ /**
4601
+ * CSS custom property value for the {@link @fluentui/tokens#durationSlow | `durationSlow`} design token.
4602
+ * @public
4603
+ */
3151
4604
  export declare const durationSlow = "var(--durationSlow)";
3152
4605
 
4606
+ /**
4607
+ * CSS custom property value for the {@link @fluentui/tokens#durationSlower | `durationSlower`} design token.
4608
+ * @public
4609
+ */
3153
4610
  export declare const durationSlower = "var(--durationSlower)";
3154
4611
 
4612
+ /**
4613
+ * CSS custom property value for the {@link @fluentui/tokens#durationUltraFast | `durationUltraFast`} design token.
4614
+ * @public
4615
+ */
3155
4616
  export declare const durationUltraFast = "var(--durationUltraFast)";
3156
4617
 
4618
+ /**
4619
+ * CSS custom property value for the {@link @fluentui/tokens#durationUltraSlow | `durationUltraSlow`} design token.
4620
+ * @public
4621
+ */
3157
4622
  export declare const durationUltraSlow = "var(--durationUltraSlow)";
3158
4623
 
3159
4624
  /**
@@ -3170,38 +4635,106 @@ export declare const FluentDesignSystem: Readonly<{
3170
4635
  registry: CustomElementRegistry;
3171
4636
  }>;
3172
4637
 
4638
+ /**
4639
+ * CSS custom property value for the {@link @fluentui/tokens#fontFamilyBase | `fontFamilyBase`} design token.
4640
+ * @public
4641
+ */
3173
4642
  export declare const fontFamilyBase = "var(--fontFamilyBase)";
3174
4643
 
4644
+ /**
4645
+ * CSS custom property value for the {@link @fluentui/tokens#fontFamilyMonospace | `fontFamilyMonospace`} design token.
4646
+ * @public
4647
+ */
3175
4648
  export declare const fontFamilyMonospace = "var(--fontFamilyMonospace)";
3176
4649
 
4650
+ /**
4651
+ * CSS custom property value for the {@link @fluentui/tokens#fontFamilyNumeric | `fontFamilyNumeric`} design token.
4652
+ * @public
4653
+ */
3177
4654
  export declare const fontFamilyNumeric = "var(--fontFamilyNumeric)";
3178
4655
 
4656
+ /**
4657
+ * CSS custom property value for the {@link @fluentui/tokens#fontSizeBase100 | `fontSizeBase100`} design token.
4658
+ * @public
4659
+ */
3179
4660
  export declare const fontSizeBase100 = "var(--fontSizeBase100)";
3180
4661
 
4662
+ /**
4663
+ * CSS custom property value for the {@link @fluentui/tokens#fontSizeBase200 | `fontSizeBase200`} design token.
4664
+ * @public
4665
+ */
3181
4666
  export declare const fontSizeBase200 = "var(--fontSizeBase200)";
3182
4667
 
4668
+ /**
4669
+ * CSS custom property value for the {@link @fluentui/tokens#fontSizeBase300 | `fontSizeBase300`} design token.
4670
+ * @public
4671
+ */
3183
4672
  export declare const fontSizeBase300 = "var(--fontSizeBase300)";
3184
4673
 
4674
+ /**
4675
+ * CSS custom property value for the {@link @fluentui/tokens#fontSizeBase400 | `fontSizeBase400`} design token.
4676
+ * @public
4677
+ */
3185
4678
  export declare const fontSizeBase400 = "var(--fontSizeBase400)";
3186
4679
 
4680
+ /**
4681
+ * CSS custom property value for the {@link @fluentui/tokens#fontSizeBase500 | `fontSizeBase500`} design token.
4682
+ * @public
4683
+ */
3187
4684
  export declare const fontSizeBase500 = "var(--fontSizeBase500)";
3188
4685
 
4686
+ /**
4687
+ * CSS custom property value for the {@link @fluentui/tokens#fontSizeBase600 | `fontSizeBase600`} design token.
4688
+ * @public
4689
+ */
3189
4690
  export declare const fontSizeBase600 = "var(--fontSizeBase600)";
3190
4691
 
4692
+ /**
4693
+ * CSS custom property value for the {@link @fluentui/tokens#fontSizeHero1000 | `fontSizeHero1000`} design token.
4694
+ * @public
4695
+ */
3191
4696
  export declare const fontSizeHero1000 = "var(--fontSizeHero1000)";
3192
4697
 
4698
+ /**
4699
+ * CSS custom property value for the {@link @fluentui/tokens#fontSizeHero700 | `fontSizeHero700`} design token.
4700
+ * @public
4701
+ */
3193
4702
  export declare const fontSizeHero700 = "var(--fontSizeHero700)";
3194
4703
 
4704
+ /**
4705
+ * CSS custom property value for the {@link @fluentui/tokens#fontSizeHero800 | `fontSizeHero800`} design token.
4706
+ * @public
4707
+ */
3195
4708
  export declare const fontSizeHero800 = "var(--fontSizeHero800)";
3196
4709
 
4710
+ /**
4711
+ * CSS custom property value for the {@link @fluentui/tokens#fontSizeHero900 | `fontSizeHero900`} design token.
4712
+ * @public
4713
+ */
3197
4714
  export declare const fontSizeHero900 = "var(--fontSizeHero900)";
3198
4715
 
4716
+ /**
4717
+ * CSS custom property value for the {@link @fluentui/tokens#fontWeightBold | `fontWeightBold`} design token.
4718
+ * @public
4719
+ */
3199
4720
  export declare const fontWeightBold = "var(--fontWeightBold)";
3200
4721
 
4722
+ /**
4723
+ * CSS custom property value for the {@link @fluentui/tokens#fontWeightMedium | `fontWeightMedium`} design token.
4724
+ * @public
4725
+ */
3201
4726
  export declare const fontWeightMedium = "var(--fontWeightMedium)";
3202
4727
 
4728
+ /**
4729
+ * CSS custom property value for the {@link @fluentui/tokens#fontWeightRegular | `fontWeightRegular`} design token.
4730
+ * @public
4731
+ */
3203
4732
  export declare const fontWeightRegular = "var(--fontWeightRegular)";
3204
4733
 
4734
+ /**
4735
+ * CSS custom property value for the {@link @fluentui/tokens#fontWeightSemibold | `fontWeightSemibold`} design token.
4736
+ * @public
4737
+ */
3205
4738
  export declare const fontWeightSemibold = "var(--fontWeightSemibold)";
3206
4739
 
3207
4740
  /**
@@ -3288,15 +4821,6 @@ declare class FormAssociatedSwitch extends FormAssociatedSwitch_base {
3288
4821
 
3289
4822
  declare const FormAssociatedSwitch_base: typeof _Switch;
3290
4823
 
3291
- /**
3292
- * @beta
3293
- */
3294
- declare class FormAssociatedTextField extends FormAssociatedTextField_base {
3295
- proxy: HTMLInputElement;
3296
- }
3297
-
3298
- declare const FormAssociatedTextField_base: typeof _TextField;
3299
-
3300
4824
  /**
3301
4825
  * Determines the current localization direction of an element.
3302
4826
  *
@@ -3415,7 +4939,6 @@ export declare class Label extends FASTElement {
3415
4939
  * Specifies font size of a label
3416
4940
  *
3417
4941
  * @public
3418
- * @default 'medium'
3419
4942
  * @remarks
3420
4943
  * HTML Attribute: size
3421
4944
  */
@@ -3424,7 +4947,6 @@ export declare class Label extends FASTElement {
3424
4947
  * Specifies font weight of a label
3425
4948
  *
3426
4949
  * @public
3427
- * @default 'regular'
3428
4950
  * @remarks
3429
4951
  * HTML Attribute: weight
3430
4952
  */
@@ -3499,24 +5021,64 @@ export declare type LabelWeight = ValuesOf<typeof LabelWeight>;
3499
5021
  */
3500
5022
  export declare const lightModeStylesheetBehavior: (styles: ElementStyles) => MatchMediaStyleSheetBehavior;
3501
5023
 
5024
+ /**
5025
+ * CSS custom property value for the {@link @fluentui/tokens#lineHeightBase100 | `lineHeightBase100`} design token.
5026
+ * @public
5027
+ */
3502
5028
  export declare const lineHeightBase100 = "var(--lineHeightBase100)";
3503
5029
 
5030
+ /**
5031
+ * CSS custom property value for the {@link @fluentui/tokens#lineHeightBase200 | `lineHeightBase200`} design token.
5032
+ * @public
5033
+ */
3504
5034
  export declare const lineHeightBase200 = "var(--lineHeightBase200)";
3505
5035
 
5036
+ /**
5037
+ * CSS custom property value for the {@link @fluentui/tokens#lineHeightBase300 | `lineHeightBase300`} design token.
5038
+ * @public
5039
+ */
3506
5040
  export declare const lineHeightBase300 = "var(--lineHeightBase300)";
3507
5041
 
5042
+ /**
5043
+ * CSS custom property value for the {@link @fluentui/tokens#lineHeightBase400 | `lineHeightBase400`} design token.
5044
+ * @public
5045
+ */
3508
5046
  export declare const lineHeightBase400 = "var(--lineHeightBase400)";
3509
5047
 
5048
+ /**
5049
+ * CSS custom property value for the {@link @fluentui/tokens#lineHeightBase500 | `lineHeightBase500`} design token.
5050
+ * @public
5051
+ */
3510
5052
  export declare const lineHeightBase500 = "var(--lineHeightBase500)";
3511
5053
 
5054
+ /**
5055
+ * CSS custom property value for the {@link @fluentui/tokens#lineHeightBase600 | `lineHeightBase600`} design token.
5056
+ * @public
5057
+ */
3512
5058
  export declare const lineHeightBase600 = "var(--lineHeightBase600)";
3513
5059
 
5060
+ /**
5061
+ * CSS custom property value for the {@link @fluentui/tokens#lineHeightHero1000 | `lineHeightHero1000`} design token.
5062
+ * @public
5063
+ */
3514
5064
  export declare const lineHeightHero1000 = "var(--lineHeightHero1000)";
3515
5065
 
5066
+ /**
5067
+ * CSS custom property value for the {@link @fluentui/tokens#lineHeightHero700 | `lineHeightHero700`} design token.
5068
+ * @public
5069
+ */
3516
5070
  export declare const lineHeightHero700 = "var(--lineHeightHero700)";
3517
5071
 
5072
+ /**
5073
+ * CSS custom property value for the {@link @fluentui/tokens#lineHeightHero800 | `lineHeightHero800`} design token.
5074
+ * @public
5075
+ */
3518
5076
  export declare const lineHeightHero800 = "var(--lineHeightHero800)";
3519
5077
 
5078
+ /**
5079
+ * CSS custom property value for the {@link @fluentui/tokens#lineHeightHero900 | `lineHeightHero900`} design token.
5080
+ * @public
5081
+ */
3520
5082
  export declare const lineHeightHero900 = "var(--lineHeightHero900)";
3521
5083
 
3522
5084
  /**
@@ -3677,12 +5239,12 @@ export declare class Menu extends FASTElement {
3677
5239
  positioningContainer?: HTMLElement;
3678
5240
  /**
3679
5241
  * The trigger element of the menu.
3680
- * @private
5242
+ * @internal
3681
5243
  */
3682
5244
  private _trigger?;
3683
5245
  /**
3684
5246
  * The menu list element of the menu.
3685
- * @private
5247
+ * @internal
3686
5248
  */
3687
5249
  private _menuList?;
3688
5250
  /**
@@ -3738,51 +5300,53 @@ export declare class Menu extends FASTElement {
3738
5300
  * Updates the 'aria-expanded' attribute and sets the positioning of the menu.
3739
5301
  * Sets menu list position
3740
5302
  * emits openChanged event
5303
+ *
5304
+ * @param oldValue - The previous value of 'open'.
5305
+ * @param newValue - The new value of 'open'.
3741
5306
  * @public
3742
- * @param {boolean} oldValue - The previous value of 'open'.
3743
- * @param {boolean} newValue - The new value of 'open'.
3744
5307
  */
3745
5308
  openChanged(oldValue: boolean, newValue: boolean): void;
3746
5309
  /**
3747
5310
  * Called whenever the 'openOnHover' property changes.
3748
5311
  * Adds or removes a 'mouseover' event listener to the trigger based on the new value.
5312
+ *
5313
+ * @param oldValue - The previous value of 'openOnHover'.
5314
+ * @param newValue - The new value of 'openOnHover'.
3749
5315
  * @public
3750
- * @param {boolean} oldValue - The previous value of 'openOnHover'.
3751
- * @param {boolean} newValue - The new value of 'openOnHover'.
3752
5316
  */
3753
5317
  openOnHoverChanged(oldValue: boolean, newValue: boolean): void;
3754
5318
  /**
3755
5319
  * Called whenever the 'persistOnItemClick' property changes.
3756
5320
  * Adds or removes a 'click' event listener to the menu list based on the new value.
3757
5321
  * @public
3758
- * @param {boolean} oldValue - The previous value of 'persistOnItemClick'.
3759
- * @param {boolean} newValue - The new value of 'persistOnItemClick'.
5322
+ * @param oldValue - The previous value of 'persistOnItemClick'.
5323
+ * @param newValue - The new value of 'persistOnItemClick'.
3760
5324
  */
3761
5325
  persistOnItemClickChanged(oldValue: boolean, newValue: boolean): void;
3762
5326
  /**
3763
5327
  * Called whenever the 'openOnContext' property changes.
3764
5328
  * Adds or removes a 'contextmenu' event listener to the trigger based on the new value.
3765
5329
  * @public
3766
- * @param {boolean} oldValue - The previous value of 'openOnContext'.
3767
- * @param {boolean} newValue - The new value of 'openOnContext'.
5330
+ * @param oldValue - The previous value of 'openOnContext'.
5331
+ * @param newValue - The new value of 'openOnContext'.
3768
5332
  */
3769
5333
  openOnContextChanged(oldValue: boolean, newValue: boolean): void;
3770
5334
  /**
3771
5335
  * Called whenever the 'closeOnScroll' property changes.
3772
5336
  * Adds or removes a 'closeOnScroll' event listener to the trigger based on the new value.
3773
5337
  * @public
3774
- * @param {boolean} oldValue - The previous value of 'closeOnScroll'.
3775
- * @param {boolean} newValue - The new value of 'closeOnScroll'.
5338
+ * @param oldValue - The previous value of 'closeOnScroll'.
5339
+ * @param newValue - The new value of 'closeOnScroll'.
3776
5340
  */
3777
5341
  closeOnScrollChanged(oldValue: boolean, newValue: boolean): void;
3778
5342
  /**
3779
5343
  * The task to set the positioning of the menu.
3780
- * @protected
5344
+ * @internal
3781
5345
  */
3782
5346
  protected setPositioningTask: () => void;
3783
5347
  /**
3784
5348
  * Sets the positioning of the menu.
3785
- * @protected
5349
+ * @internal
3786
5350
  */
3787
5351
  protected setPositioning(): void;
3788
5352
  /**
@@ -3796,29 +5360,29 @@ export declare class Menu extends FASTElement {
3796
5360
  * Removes event listeners.
3797
5361
  * Removes click and keydown event listeners from the trigger and a click event listener from the document.
3798
5362
  * Also removes 'mouseover' event listeners from the trigger.
3799
- * @private
5363
+ * @internal
3800
5364
  */
3801
5365
  private removeListeners;
3802
5366
  /**
3803
- * Handles keyboard interaction for the menu.
3804
- * Closes the menu and focuses on the trigger when the Escape key is pressed.
3805
- * Closes the menu when the Tab key is pressed.
5367
+ * Handles keyboard interaction for the menu. Closes the menu and focuses on the trigger when the Escape key is
5368
+ * pressed. Closes the menu when the Tab key is pressed.
5369
+ *
5370
+ * @param e - the keyboard event
3806
5371
  * @public
3807
- * @param {KeyboardEvent} e - the keyboard event
3808
5372
  */
3809
5373
  handleMenuKeydown(e: KeyboardEvent): boolean | void;
3810
5374
  /**
3811
- * Handles keyboard interaction for the trigger.
3812
- * Toggles the menu when the Space or Enter key is pressed.
3813
- * If the menu is open, focuses on the menu list.
5375
+ * Handles keyboard interaction for the trigger. Toggles the menu when the Space or Enter key is pressed. If the menu
5376
+ * is open, focuses on the menu list.
5377
+ *
5378
+ * @param e - the keyboard event
3814
5379
  * @public
3815
- * @param {KeyboardEvent} e - the keyboard event
3816
5380
  */
3817
5381
  handleTriggerKeydown: (e: KeyboardEvent) => boolean | void;
3818
5382
  /**
3819
5383
  * Handles document click events to close the menu when a click occurs outside of the menu or the trigger.
3820
- * @private
3821
- * @param {Event} e - The event triggered on document click.
5384
+ * @internal
5385
+ * @param e - The event triggered on document click.
3822
5386
  */
3823
5387
  private handleDocumentClick;
3824
5388
  }
@@ -4539,34 +6103,86 @@ export declare const roleForMenuItem: {
4539
6103
 
4540
6104
  /**
4541
6105
  * Sets the theme tokens on defaultNode.
4542
- * @param theme Flat object of theme token values.
6106
+ * @param theme - Flat object of theme token values.
6107
+ * @internal
4543
6108
  */
4544
6109
  export declare const setTheme: (theme: Theme) => void;
4545
6110
 
6111
+ /**
6112
+ * @internal
6113
+ */
4546
6114
  export declare const setThemeFor: (element: HTMLElement, theme: Theme) => void;
4547
6115
 
6116
+ /**
6117
+ * CSS custom property value for the {@link @fluentui/tokens#shadow16 | `shadow16`} design token.
6118
+ * @public
6119
+ */
4548
6120
  export declare const shadow16 = "var(--shadow16)";
4549
6121
 
6122
+ /**
6123
+ * CSS custom property value for the {@link @fluentui/tokens#shadow16Brand | `shadow16Brand`} design token.
6124
+ * @public
6125
+ */
4550
6126
  export declare const shadow16Brand = "var(--shadow16Brand)";
4551
6127
 
6128
+ /**
6129
+ * CSS custom property value for the {@link @fluentui/tokens#shadow2 | `shadow2`} design token.
6130
+ * @public
6131
+ */
4552
6132
  export declare const shadow2 = "var(--shadow2)";
4553
6133
 
6134
+ /**
6135
+ * CSS custom property value for the {@link @fluentui/tokens#shadow28 | `shadow28`} design token.
6136
+ * @public
6137
+ */
4554
6138
  export declare const shadow28 = "var(--shadow28)";
4555
6139
 
6140
+ /**
6141
+ * CSS custom property value for the {@link @fluentui/tokens#shadow28Brand | `shadow28Brand`} design token.
6142
+ * @public
6143
+ */
4556
6144
  export declare const shadow28Brand = "var(--shadow28Brand)";
4557
6145
 
6146
+ /**
6147
+ * CSS custom property value for the {@link @fluentui/tokens#shadow2Brand | `shadow2Brand`} design token.
6148
+ * @public
6149
+ */
4558
6150
  export declare const shadow2Brand = "var(--shadow2Brand)";
4559
6151
 
6152
+ /**
6153
+ * CSS custom property value for the {@link @fluentui/tokens#shadow4 | `shadow4`} design token.
6154
+ * @public
6155
+ */
4560
6156
  export declare const shadow4 = "var(--shadow4)";
4561
6157
 
6158
+ /**
6159
+ * CSS custom property value for the {@link @fluentui/tokens#shadow4Brand | `shadow4Brand`} design token.
6160
+ * @public
6161
+ */
4562
6162
  export declare const shadow4Brand = "var(--shadow4Brand)";
4563
6163
 
6164
+ /**
6165
+ * CSS custom property value for the {@link @fluentui/tokens#shadow64 | `shadow64`} design token.
6166
+ * @public
6167
+ */
4564
6168
  export declare const shadow64 = "var(--shadow64)";
4565
6169
 
6170
+ /**
6171
+ * CSS custom property value for the {@link @fluentui/tokens#shadow64Brand | `shadow64Brand`} design token.
6172
+ * @public
6173
+ */
4566
6174
  export declare const shadow64Brand = "var(--shadow64Brand)";
4567
6175
 
6176
+ /**
6177
+ * CSS custom property value for the {@link @fluentui/tokens#shadow8 | `shadow8`} design token.
6178
+ * @public
6179
+ */
4568
6180
  export declare const shadow8 = "var(--shadow8)";
4569
6181
 
6182
+ /**
6183
+ * CSS custom property value for the {@link @fluentui/tokens#shadow8Brand | `shadow8Brand`} design token.
6184
+ * @public
6185
+ */
4570
6186
  export declare const shadow8Brand = "var(--shadow8Brand)";
4571
6187
 
4572
6188
  /**
@@ -4865,48 +6481,136 @@ export declare const SliderStyles: ElementStyles;
4865
6481
 
4866
6482
  export declare const SliderTemplate: ElementViewTemplate<Slider>;
4867
6483
 
6484
+ /**
6485
+ * CSS custom property value for the {@link @fluentui/tokens#spacingHorizontalL | `spacingHorizontalL`} design token.
6486
+ * @public
6487
+ */
4868
6488
  export declare const spacingHorizontalL = "var(--spacingHorizontalL)";
4869
6489
 
6490
+ /**
6491
+ * CSS custom property value for the {@link @fluentui/tokens#spacingHorizontalM | `spacingHorizontalM`} design token.
6492
+ * @public
6493
+ */
4870
6494
  export declare const spacingHorizontalM = "var(--spacingHorizontalM)";
4871
6495
 
6496
+ /**
6497
+ * CSS custom property value for the {@link @fluentui/tokens#spacingHorizontalMNudge | `spacingHorizontalMNudge`} design token.
6498
+ * @public
6499
+ */
4872
6500
  export declare const spacingHorizontalMNudge = "var(--spacingHorizontalMNudge)";
4873
6501
 
6502
+ /**
6503
+ * CSS custom property value for the {@link @fluentui/tokens#spacingHorizontalNone | `spacingHorizontalNone`} design token.
6504
+ * @public
6505
+ */
4874
6506
  export declare const spacingHorizontalNone = "var(--spacingHorizontalNone)";
4875
6507
 
6508
+ /**
6509
+ * CSS custom property value for the {@link @fluentui/tokens#spacingHorizontalS | `spacingHorizontalS`} design token.
6510
+ * @public
6511
+ */
4876
6512
  export declare const spacingHorizontalS = "var(--spacingHorizontalS)";
4877
6513
 
6514
+ /**
6515
+ * CSS custom property value for the {@link @fluentui/tokens#spacingHorizontalSNudge | `spacingHorizontalSNudge`} design token.
6516
+ * @public
6517
+ */
4878
6518
  export declare const spacingHorizontalSNudge = "var(--spacingHorizontalSNudge)";
4879
6519
 
6520
+ /**
6521
+ * CSS custom property value for the {@link @fluentui/tokens#spacingHorizontalXL | `spacingHorizontalXL`} design token.
6522
+ * @public
6523
+ */
4880
6524
  export declare const spacingHorizontalXL = "var(--spacingHorizontalXL)";
4881
6525
 
6526
+ /**
6527
+ * CSS custom property value for the {@link @fluentui/tokens#spacingHorizontalXS | `spacingHorizontalXS`} design token.
6528
+ * @public
6529
+ */
4882
6530
  export declare const spacingHorizontalXS = "var(--spacingHorizontalXS)";
4883
6531
 
6532
+ /**
6533
+ * CSS custom property value for the {@link @fluentui/tokens#spacingHorizontalXXL | `spacingHorizontalXXL`} design token.
6534
+ * @public
6535
+ */
4884
6536
  export declare const spacingHorizontalXXL = "var(--spacingHorizontalXXL)";
4885
6537
 
6538
+ /**
6539
+ * CSS custom property value for the {@link @fluentui/tokens#spacingHorizontalXXS | `spacingHorizontalXXS`} design token.
6540
+ * @public
6541
+ */
4886
6542
  export declare const spacingHorizontalXXS = "var(--spacingHorizontalXXS)";
4887
6543
 
6544
+ /**
6545
+ * CSS custom property value for the {@link @fluentui/tokens#spacingHorizontalXXXL | `spacingHorizontalXXXL`} design token.
6546
+ * @public
6547
+ */
4888
6548
  export declare const spacingHorizontalXXXL = "var(--spacingHorizontalXXXL)";
4889
6549
 
6550
+ /**
6551
+ * CSS custom property value for the {@link @fluentui/tokens#spacingVerticalL | `spacingVerticalL`} design token.
6552
+ * @public
6553
+ */
4890
6554
  export declare const spacingVerticalL = "var(--spacingVerticalL)";
4891
6555
 
6556
+ /**
6557
+ * CSS custom property value for the {@link @fluentui/tokens#spacingVerticalM | `spacingVerticalM`} design token.
6558
+ * @public
6559
+ */
4892
6560
  export declare const spacingVerticalM = "var(--spacingVerticalM)";
4893
6561
 
6562
+ /**
6563
+ * CSS custom property value for the {@link @fluentui/tokens#spacingVerticalMNudge | `spacingVerticalMNudge`} design token.
6564
+ * @public
6565
+ */
4894
6566
  export declare const spacingVerticalMNudge = "var(--spacingVerticalMNudge)";
4895
6567
 
6568
+ /**
6569
+ * CSS custom property value for the {@link @fluentui/tokens#spacingVerticalNone | `spacingVerticalNone`} design token.
6570
+ * @public
6571
+ */
4896
6572
  export declare const spacingVerticalNone = "var(--spacingVerticalNone)";
4897
6573
 
6574
+ /**
6575
+ * CSS custom property value for the {@link @fluentui/tokens#spacingVerticalS | `spacingVerticalS`} design token.
6576
+ * @public
6577
+ */
4898
6578
  export declare const spacingVerticalS = "var(--spacingVerticalS)";
4899
6579
 
6580
+ /**
6581
+ * CSS custom property value for the {@link @fluentui/tokens#spacingVerticalSNudge | `spacingVerticalSNudge`} design token.
6582
+ * @public
6583
+ */
4900
6584
  export declare const spacingVerticalSNudge = "var(--spacingVerticalSNudge)";
4901
6585
 
6586
+ /**
6587
+ * CSS custom property value for the {@link @fluentui/tokens#spacingVerticalXL | `spacingVerticalXL`} design token.
6588
+ * @public
6589
+ */
4902
6590
  export declare const spacingVerticalXL = "var(--spacingVerticalXL)";
4903
6591
 
6592
+ /**
6593
+ * CSS custom property value for the {@link @fluentui/tokens#spacingVerticalXS | `spacingVerticalXS`} design token.
6594
+ * @public
6595
+ */
4904
6596
  export declare const spacingVerticalXS = "var(--spacingVerticalXS)";
4905
6597
 
6598
+ /**
6599
+ * CSS custom property value for the {@link @fluentui/tokens#spacingVerticalXXL | `spacingVerticalXXL`} design token.
6600
+ * @public
6601
+ */
4906
6602
  export declare const spacingVerticalXXL = "var(--spacingVerticalXXL)";
4907
6603
 
6604
+ /**
6605
+ * CSS custom property value for the {@link @fluentui/tokens#spacingVerticalXXS | `spacingVerticalXXS`} design token.
6606
+ * @public
6607
+ */
4908
6608
  export declare const spacingVerticalXXS = "var(--spacingVerticalXXS)";
4909
6609
 
6610
+ /**
6611
+ * CSS custom property value for the {@link @fluentui/tokens#spacingVerticalXXXL | `spacingVerticalXXXL`} design token.
6612
+ * @public
6613
+ */
4910
6614
  export declare const spacingVerticalXXXL = "var(--spacingVerticalXXXL)";
4911
6615
 
4912
6616
  /**
@@ -4924,7 +6628,6 @@ export declare class Spinner extends FASTElement {
4924
6628
  * The size of the spinner
4925
6629
  *
4926
6630
  * @public
4927
- * @default 'medium'
4928
6631
  * @remarks
4929
6632
  * HTML Attribute: size
4930
6633
  */
@@ -4932,7 +6635,6 @@ export declare class Spinner extends FASTElement {
4932
6635
  /**
4933
6636
  * The appearance of the spinner
4934
6637
  * @public
4935
- * @default 'primary'
4936
6638
  * @remarks
4937
6639
  * HTML Attribute: appearance
4938
6640
  */
@@ -5020,12 +6722,28 @@ declare type StartOptions<TSource = any, TParent = any> = {
5020
6722
  */
5021
6723
  declare type StaticallyComposableHTML<TSource = any, TParent = any> = string | HTMLDirective | SyntheticViewTemplate<TSource, TParent> | undefined;
5022
6724
 
6725
+ /**
6726
+ * CSS custom property value for the {@link @fluentui/tokens#strokeWidthThick | `strokeWidthThick`} design token.
6727
+ * @public
6728
+ */
5023
6729
  export declare const strokeWidthThick = "var(--strokeWidthThick)";
5024
6730
 
6731
+ /**
6732
+ * CSS custom property value for the {@link @fluentui/tokens#strokeWidthThicker | `strokeWidthThicker`} design token.
6733
+ * @public
6734
+ */
5025
6735
  export declare const strokeWidthThicker = "var(--strokeWidthThicker)";
5026
6736
 
6737
+ /**
6738
+ * CSS custom property value for the {@link @fluentui/tokens#strokeWidthThickest | `strokeWidthThickest`} design token.
6739
+ * @public
6740
+ */
5027
6741
  export declare const strokeWidthThickest = "var(--strokeWidthThickest)";
5028
6742
 
6743
+ /**
6744
+ * CSS custom property value for the {@link @fluentui/tokens#strokeWidthThin | `strokeWidthThin`} design token.
6745
+ * @public
6746
+ */
5029
6747
  export declare const strokeWidthThin = "var(--strokeWidthThin)";
5030
6748
 
5031
6749
  /**
@@ -5042,7 +6760,6 @@ export declare class Switch extends FormAssociatedSwitch {
5042
6760
  * The label position of the switch
5043
6761
  *
5044
6762
  * @public
5045
- * @default 'after'
5046
6763
  * @remarks
5047
6764
  * HTML Attribute: labelposition
5048
6765
  */
@@ -5209,21 +6926,25 @@ export declare class Tabs extends BaseTabs {
5209
6926
  */
5210
6927
  private getTabScale;
5211
6928
  /**
5212
- * applyUpdatedCSSValues
6929
+ * Calculates and applies updated values to CSS variables.
5213
6930
  *
5214
- * calculates and applies updated values to CSS variables
5215
- * @param tab
6931
+ * @param tab - the tab element to apply the updated values to
6932
+ * @internal
5216
6933
  */
5217
6934
  private applyUpdatedCSSValues;
5218
6935
  /**
5219
- * animationLoop
5220
- * runs through all the operations required for setting the tab active indicator to its starting location, ending location, and applying the animated css class to the tab.
5221
- * @param tab
6936
+ * Runs through all the operations required for setting the tab active indicator to its starting location, ending
6937
+ * location, and applying the animated css class to the tab.
6938
+ *
6939
+ * @param tab - the tab element to apply the updated values to
6940
+ * @internal
5222
6941
  */
5223
6942
  private animationLoop;
5224
6943
  /**
5225
- * setTabData
5226
- * sets the data from the active tab onto the class. used for making all the animation calculations for the active tab indicator.
6944
+ * Sets the data from the active tab onto the class. used for making all the animation calculations for the active
6945
+ * tab indicator.
6946
+ *
6947
+ * @internal
5227
6948
  */
5228
6949
  private setTabData;
5229
6950
  private setTabOffsetCSSVar;
@@ -5399,12 +7120,6 @@ export declare type TextAlign = ValuesOf<typeof TextAlign>;
5399
7120
  */
5400
7121
  export declare const TextDefinition: FASTElementDefinition<typeof Text_2>;
5401
7122
 
5402
- declare class _TextField extends FASTElement {
5403
- }
5404
-
5405
- declare interface _TextField extends FormAssociated {
5406
- }
5407
-
5408
7123
  /**
5409
7124
  * TextFont Constants
5410
7125
  * @public
@@ -5421,149 +7136,375 @@ export declare const TextFont: {
5421
7136
  */
5422
7137
  export declare type TextFont = ValuesOf<typeof TextFont>;
5423
7138
 
5424
- export declare class TextInput extends FormAssociatedTextField {
7139
+ /**
7140
+ * A Text Input Custom HTML Element.
7141
+ * Based largely on the {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input | `<input>`} element.
7142
+ *
7143
+ * @slot start - Content which can be provided before the input
7144
+ * @slot end - Content which can be provided after the input
7145
+ * @slot - The default slot for button content
7146
+ * @csspart label - The internal `<label>` element
7147
+ * @csspart root - the root container for the internal control
7148
+ * @csspart control - The internal `<input>` control
7149
+ * @public
7150
+ */
7151
+ export declare class TextInput extends FASTElement {
5425
7152
  /**
5426
- * Defines TextInput control size
7153
+ * Indicates the styled appearance of the element.
5427
7154
  *
5428
7155
  * @public
5429
- * @default 'medium'
5430
7156
  * @remarks
5431
- * HTML Attribute: control-size
7157
+ * HTML Attribute: `appearance`
5432
7158
  */
5433
- controlSize?: TextInputControlSize;
7159
+ appearance?: TextInputAppearance;
5434
7160
  /**
5435
- * Defines TextInput appearance.
7161
+ * Indicates the element's autocomplete state.
7162
+ * @see The {@link https://developer.mozilla.org/docs/Web/HTML/Attributes/autocomplete | `autocomplete`} attribute
5436
7163
  *
5437
7164
  * @public
5438
- * @default 'outline'
5439
7165
  * @remarks
5440
- * HTML Attribute: appearance
7166
+ * HTML Attribute: `autocomplete`
5441
7167
  */
5442
- appearance?: TextInputAppearance;
7168
+ autocomplete?: string;
5443
7169
  /**
5444
- * When true, the control will be immutable by user interaction. See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Attributes/readonly | readonly HTML attribute} for more information.
7170
+ * Indicates that the element should get focus after the page finishes loading.
7171
+ * @see The {@link https://developer.mozilla.org/docs/Web/HTML/Element/input#autofocus | `autofocus`} attribute
7172
+ *
5445
7173
  * @public
5446
7174
  * @remarks
5447
- * HTML Attribute: readonly
7175
+ * HTML Attribute: `autofocus`
5448
7176
  */
5449
- readOnly: boolean;
5450
- protected readOnlyChanged(): void;
7177
+ autofocus: boolean;
5451
7178
  /**
5452
- * Indicates that this element should get focus after the page finishes loading. See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input#htmlattrdefautofocus | autofocus HTML attribute} for more information.
7179
+ * Sets the size of the control.
7180
+ *
5453
7181
  * @public
5454
7182
  * @remarks
5455
- * HTML Attribute: autofocus
7183
+ * HTML Attribute: `control-size`
5456
7184
  */
5457
- autofocus: boolean;
5458
- protected autofocusChanged(): void;
7185
+ controlSize?: TextInputControlSize;
5459
7186
  /**
5460
- * Sets the placeholder value of the element, generally used to provide a hint to the user.
7187
+ * The default slotted content. This is the content that appears in the text field label.
7188
+ *
7189
+ * @internal
7190
+ */
7191
+ defaultSlottedNodes: Node[];
7192
+ /**
7193
+ * Updates the control label visibility based on the presence of default slotted content.
7194
+ *
7195
+ * @internal
7196
+ */
7197
+ defaultSlottedNodesChanged(prev: Node[] | undefined, next: Node[] | undefined): void;
7198
+ /**
7199
+ * Sets the directionality of the element to be submitted with form data.
7200
+ * @see The {@link https://developer.mozilla.org/docs/Web/HTML/Attributes/dirname | `dirname`} attribute
7201
+ *
5461
7202
  * @public
5462
7203
  * @remarks
5463
- * HTML Attribute: placeholder
5464
- * Using this attribute does is not a valid substitute for a labeling element.
7204
+ * HTML Attribute: `dirname`
5465
7205
  */
5466
- placeholder: string;
5467
- protected placeholderChanged(): void;
7206
+ dirname?: string;
5468
7207
  /**
5469
- * Allows setting a type or mode of text.
7208
+ * Sets the element's disabled state.
7209
+ * @see The {@link https://developer.mozilla.org/docs/Web/HTML/Attributes/disabled | `disabled`} attribute
7210
+ *
5470
7211
  * @public
5471
7212
  * @remarks
5472
- * HTML Attribute: type
7213
+ * HTML Attribute: `disabled`
5473
7214
  */
5474
- type: TextInputType;
5475
- private typeChanged;
7215
+ disabled?: boolean;
7216
+ /**
7217
+ * The id of a form to associate the element to.
7218
+ * @see The {@link https://developer.mozilla.org/docs/Web/HTML/Element/input#form | `form`} attribute
7219
+ *
7220
+ * @public
7221
+ * @remarks
7222
+ * HTML Attribute: `form`
7223
+ */
7224
+ formAttribute?: string;
7225
+ /**
7226
+ * The initial value of the input.
7227
+ *
7228
+ * @public
7229
+ * @remarks
7230
+ * HTML Attribute: `value`
7231
+ */
7232
+ initialValue: string;
7233
+ /**
7234
+ * Sets the value of the element to the initial value.
7235
+ *
7236
+ * @internal
7237
+ */
7238
+ initialValueChanged(): void;
5476
7239
  /**
5477
- * Allows associating a {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/datalist | datalist} to the element by {@link https://developer.mozilla.org/en-US/docs/Web/API/Element/id}.
7240
+ * Allows associating a `<datalist>` to the element by ID.
7241
+ * @see The {@link https://developer.mozilla.org/docs/Web/HTML/Element/input#list | `list`} attribute
7242
+ *
5478
7243
  * @public
5479
7244
  * @remarks
5480
- * HTML Attribute: list
7245
+ * HTML Attribute: `list`
5481
7246
  */
5482
7247
  list: string;
5483
- protected listChanged(): void;
5484
7248
  /**
5485
7249
  * The maximum number of characters a user can enter.
7250
+ *
5486
7251
  * @public
5487
7252
  * @remarks
5488
- * HTMLAttribute: maxlength
7253
+ * HTML Attribute: `maxlength`
5489
7254
  */
5490
7255
  maxlength: number;
5491
- protected maxlengthChanged(): void;
5492
7256
  /**
5493
7257
  * The minimum number of characters a user can enter.
7258
+ * @see The {@link https://developer.mozilla.org/docs/Web/HTML/Attributes/minlength | `minlength`} attribute
7259
+ *
5494
7260
  * @public
5495
7261
  * @remarks
5496
- * HTMLAttribute: minlength
7262
+ * HTML Attribute: `minlength`
5497
7263
  */
5498
7264
  minlength: number;
5499
- protected minlengthChanged(): void;
7265
+ /**
7266
+ * Indicates that a comma-separated list of email addresses can be entered. This attribute is only valid when `type="email"`.
7267
+ * @see The {@link https://developer.mozilla.org/docs/Web/HTML/Attributes/multiple | `multiple`} attribute
7268
+ *
7269
+ * @public
7270
+ * @remarks
7271
+ * HTML Attribute: `multiple`
7272
+ */
7273
+ multiple: boolean;
7274
+ /**
7275
+ * The name of the element. This element's value will be surfaced during form submission under the provided name.
7276
+ *
7277
+ * @public
7278
+ * @remarks
7279
+ * HTML Attribute: `name`
7280
+ */
7281
+ name: string;
5500
7282
  /**
5501
7283
  * A regular expression that the value must match to pass validation.
7284
+ *
5502
7285
  * @public
5503
7286
  * @remarks
5504
- * HTMLAttribute: pattern
7287
+ * HTML Attribute: `pattern`
5505
7288
  */
5506
7289
  pattern: string;
5507
- protected patternChanged(): void;
7290
+ /**
7291
+ * Sets the placeholder value of the element, generally used to provide a hint to the user.
7292
+ * @see The {@link https://developer.mozilla.org/docs/Web/HTML/Attributes/placeholder | `placeholder`} attribute
7293
+ *
7294
+ * @public
7295
+ * @remarks
7296
+ * HTML Attribute: `placeholder`
7297
+ * This attribute is not a valid substitute for a label.
7298
+ */
7299
+ placeholder: string;
7300
+ /**
7301
+ * When true, the control will be immutable by user interaction.
7302
+ * @see The {@link https://developer.mozilla.org/docs/Web/HTML/Attributes/readonly | `readonly`} attribute
7303
+ *
7304
+ * @public
7305
+ * @remarks
7306
+ * HTML Attribute: `readonly`
7307
+ */
7308
+ readonly?: boolean;
7309
+ /**
7310
+ * Syncs the `ElementInternals.ariaReadOnly` property when the `readonly` property changes.
7311
+ *
7312
+ * @internal
7313
+ */
7314
+ readonlyChanged(): void;
7315
+ /**
7316
+ * The element's required attribute.
7317
+ *
7318
+ * @public
7319
+ * @remarks
7320
+ * HTML Attribute: `required`
7321
+ */
7322
+ required: boolean;
7323
+ /**
7324
+ * Syncs the element's internal `aria-required` state with the `required` attribute.
7325
+ *
7326
+ * @param previous - the previous required state
7327
+ * @param next - the current required state
7328
+ *
7329
+ * @internal
7330
+ */
7331
+ requiredChanged(previous: boolean, next: boolean): void;
5508
7332
  /**
5509
7333
  * Sets the width of the element to a specified number of characters.
7334
+ *
5510
7335
  * @public
5511
7336
  * @remarks
5512
- * HTMLAttribute: size
7337
+ * HTML Attribute: `size`
5513
7338
  */
5514
7339
  size: number;
5515
- protected sizeChanged(): void;
5516
7340
  /**
5517
7341
  * Controls whether or not to enable spell checking for the input field, or if the default spell checking configuration should be used.
7342
+ * @see The {@link https://developer.mozilla.org/docs/Web/HTML/Global_attributes/spellcheck | `spellcheck`} attribute
7343
+ *
5518
7344
  * @public
5519
7345
  * @remarks
5520
- * HTMLAttribute: size
7346
+ * HTML Attribute: `spellcheck`
5521
7347
  */
5522
7348
  spellcheck: boolean;
5523
- protected spellcheckChanged(): void;
5524
7349
  /**
7350
+ * Allows setting a type or mode of text.
7351
+ *
7352
+ * @public
7353
+ * @remarks
7354
+ * HTML Attribute: `type`
7355
+ */
7356
+ type: TextInputType;
7357
+ /**
7358
+ * The current value of the input.
7359
+ *
5525
7360
  * @internal
5526
7361
  */
5527
- defaultSlottedNodes: Node[];
7362
+ private _value;
5528
7363
  /**
5529
- * A reference to the internal input element
7364
+ * A reference to the internal input element.
7365
+ *
5530
7366
  * @internal
5531
7367
  */
5532
7368
  control: HTMLInputElement;
5533
7369
  /**
7370
+ * A reference to the internal label element.
7371
+ *
7372
+ * @internal
7373
+ */
7374
+ controlLabel: HTMLLabelElement;
7375
+ /**
7376
+ * Indicates that the value has been changed by the user.
7377
+ *
7378
+ * @internal
7379
+ */
7380
+ private dirtyValue;
7381
+ /**
7382
+ * The internal {@link https://developer.mozilla.org/docs/Web/API/ElementInternals | `ElementInternals`} instance for the component.
7383
+ *
7384
+ * @internal
7385
+ */
7386
+ protected elementInternals: ElementInternals;
7387
+ /**
7388
+ * The form-associated flag.
7389
+ * @see {@link https://html.spec.whatwg.org/multipage/custom-elements.html#custom-elements-face-example | Form-associated custom elements}
7390
+ *
7391
+ * @public
7392
+ */
7393
+ static readonly formAssociated = true;
7394
+ /**
7395
+ * The element's validity state.
7396
+ *
7397
+ * @public
7398
+ * @remarks
7399
+ * Reflects the {@link https://developer.mozilla.org/docs/Web/API/ElementInternals/validity | `ElementInternals.validity`} property.
7400
+ */
7401
+ get validity(): ValidityState;
7402
+ /**
7403
+ * The validation message.
7404
+ *
7405
+ * @public
7406
+ * @remarks
7407
+ * Reflects the {@link https://developer.mozilla.org/docs/Web/API/ElementInternals/validationMessage | `ElementInternals.validationMessage`} property.
7408
+ */
7409
+ get validationMessage(): string;
7410
+ /**
7411
+ * The current value of the input.
7412
+ * @public
7413
+ */
7414
+ get value(): string;
7415
+ set value(value: string);
7416
+ /**
7417
+ * Determines if the control can be submitted for constraint validation.
7418
+ *
7419
+ * @public
7420
+ * @remarks
7421
+ * Reflects the {@link https://developer.mozilla.org/docs/Web/API/ElementInternals/willValidate | `ElementInternals.willValidate`} property.
7422
+ */
7423
+ get willValidate(): boolean;
7424
+ /**
7425
+ * The associated form element.
7426
+ *
7427
+ * @public
7428
+ * @remarks
7429
+ * Reflects the {@link https://developer.mozilla.org/docs/Web/API/ElementInternals/form | `ElementInternals.form`} property.
7430
+ */
7431
+ get form(): HTMLFormElement | null;
7432
+ /**
7433
+ * Change event handler for inner control.
7434
+ *
5534
7435
  * @internal
7436
+ * @privateRemarks
7437
+ * "Change" events are not `composable` so they will not permeate the shadow DOM boundary. This function effectively
7438
+ * proxies the change event, emitting a `change` event whenever the internal control emits a `change` event.
5535
7439
  */
7440
+ changeHandler(e: InputEvent): void;
5536
7441
  connectedCallback(): void;
7442
+ disconnectedCallback(): void;
7443
+ /**
7444
+ * Resets the value to its initial value when the form is reset.
7445
+ *
7446
+ * @internal
7447
+ */
7448
+ formResetCallback(): void;
7449
+ /**
7450
+ * Handles implicit form submission when the user presses the "Enter" key.
7451
+ *
7452
+ * @internal
7453
+ */
7454
+ private implicitSubmit;
7455
+ /**
7456
+ * Handles the internal control's `input` event.
7457
+ *
7458
+ * @internal
7459
+ */
7460
+ inputHandler(e: InputEvent): boolean | void;
7461
+ /**
7462
+ * Handles the internal control's `keypress` event.
7463
+ *
7464
+ * @internal
7465
+ */
7466
+ keypressHandler(e: KeyboardEvent): boolean | void;
5537
7467
  /**
5538
- * Selects all the text in the text field
7468
+ * Selects all the text in the text field.
5539
7469
  *
5540
7470
  * @public
7471
+ * @privateRemarks
7472
+ * The `select` event does not permeate the shadow DOM boundary. This function effectively proxies the event,
7473
+ * emitting a `select` event whenever the internal control emits a `select` event
7474
+ *
5541
7475
  */
5542
7476
  select(): void;
5543
7477
  /**
5544
- * Handles the internal control's `input` event
7478
+ * Reflects the {@link https://developer.mozilla.org/docs/Web/API/ElementInternals/setFormValue | `ElementInternals.setFormValue()`} method.
7479
+ *
5545
7480
  * @internal
5546
7481
  */
5547
- handleTextInput(): void;
7482
+ setFormValue(value: File | string | FormData | null, state?: File | string | FormData | null): void;
5548
7483
  /**
5549
- * Change event handler for inner control.
5550
- * @remarks
5551
- * "Change" events are not `composable` so they will not
5552
- * permeate the shadow DOM boundary. This fn effectively proxies
5553
- * the change event, emitting a `change` event whenever the internal
5554
- * control emits a `change` event
7484
+ * Sets the validity of the control.
7485
+ *
7486
+ * @param flags - Validity flags. If not provided, the control's `validity` will be used.
7487
+ * @param message - Optional message to supply. If not provided, the control's `validationMessage` will be used. If the control does not have a `validationMessage`, the message will be empty.
7488
+ * @param anchor - Optional anchor to use for the validation message. If not provided, the control will be used.
7489
+ *
5555
7490
  * @internal
5556
7491
  */
5557
- handleChange(): void;
5558
- /** {@inheritDoc (FormAssociated:interface).validate} */
5559
- validate(): void;
7492
+ setValidity(flags?: ValidityStateFlags, message?: string, anchor?: HTMLElement): void;
5560
7493
  }
5561
7494
 
5562
- export declare interface TextInput extends StartEnd, DelegatesARIATextbox {
7495
+ /**
7496
+ * @internal
7497
+ * @privateRemarks
7498
+ * Mark internal because exporting class and interface of the same name
7499
+ * confuses API documenter.
7500
+ * TODO: https://github.com/microsoft/rushstack/issues/1308
7501
+ */
7502
+ export declare interface TextInput extends StartEnd {
5563
7503
  }
5564
7504
 
5565
7505
  /**
5566
- * TextInput appearance constants
7506
+ * Values for the `appearance` attribute on TextInput elements.
7507
+ *
5567
7508
  * @public
5568
7509
  */
5569
7510
  export declare const TextInputAppearance: {
@@ -5573,14 +7514,11 @@ export declare const TextInputAppearance: {
5573
7514
  readonly filledDarker: "filled-darker";
5574
7515
  };
5575
7516
 
5576
- /**
5577
- * Applies appearance styling to TextInput
5578
- * @public
5579
- */
5580
7517
  export declare type TextInputAppearance = ValuesOf<typeof TextInputAppearance>;
5581
7518
 
5582
7519
  /**
5583
- * TextInput size constants
7520
+ * Values for the `control-size` attribute on TextInput elements.
7521
+ *
5584
7522
  * @public
5585
7523
  */
5586
7524
  export declare const TextInputControlSize: {
@@ -5589,25 +7527,27 @@ export declare const TextInputControlSize: {
5589
7527
  readonly large: "large";
5590
7528
  };
5591
7529
 
5592
- /**
5593
- * Applies size styling to TextInput
5594
- * @public
5595
- */
5596
7530
  export declare type TextInputControlSize = ValuesOf<typeof TextInputControlSize>;
5597
7531
 
5598
7532
  /**
5599
- * The Fluent TextInput Element.
5600
- *
7533
+ * The Fluent TextInput Element definition.
5601
7534
  *
5602
7535
  * @public
5603
7536
  * @remarks
5604
- * HTML Element: \<fluent-text-input\>
7537
+ * HTML Element: `<fluent-text-input>`
5605
7538
  */
5606
7539
  export declare const TextInputDefinition: FASTElementDefinition<typeof TextInput>;
5607
7540
 
7541
+ /**
7542
+ * TextInput configuration options.
7543
+ *
7544
+ * @public
7545
+ */
5608
7546
  export declare type TextInputOptions = StartEndOptions<TextInput>;
5609
7547
 
5610
- /** TextInput styles
7548
+ /**
7549
+ * Styles for the TextInput component.
7550
+ *
5611
7551
  * @public
5612
7552
  */
5613
7553
  export declare const TextInputStyles: ElementStyles;
@@ -5618,36 +7558,18 @@ export declare const TextInputStyles: ElementStyles;
5618
7558
  export declare const TextInputTemplate: ElementViewTemplate<TextInput>;
5619
7559
 
5620
7560
  /**
5621
- * Text field sub-types
7561
+ * Values for the `type` attribute on TextInput elements.
7562
+ *
5622
7563
  * @public
5623
7564
  */
5624
7565
  export declare const TextInputType: {
5625
- /**
5626
- * An email TextInput
5627
- */
5628
7566
  readonly email: "email";
5629
- /**
5630
- * A password TextInput
5631
- */
5632
7567
  readonly password: "password";
5633
- /**
5634
- * A telephone TextInput
5635
- */
5636
7568
  readonly tel: "tel";
5637
- /**
5638
- * A text TextInput
5639
- */
5640
7569
  readonly text: "text";
5641
- /**
5642
- * A URL TextInput
5643
- */
5644
7570
  readonly url: "url";
5645
7571
  };
5646
7572
 
5647
- /**
5648
- * Types for the text field sub-types
5649
- * @public
5650
- */
5651
7573
  export declare type TextInputType = ValuesOf<typeof TextInputType>;
5652
7574
 
5653
7575
  /**