@fluentui/web-components 3.0.0-beta.21 → 3.0.0-beta.23

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 (250) hide show
  1. package/CHANGELOG.md +22 -2
  2. package/dist/dts/accordion/accordion.bench.d.ts +3 -0
  3. package/dist/dts/accordion/accordion.options.d.ts +3 -3
  4. package/dist/dts/accordion-item/accordion-item.bench.d.ts +3 -0
  5. package/dist/dts/accordion-item/accordion-item.d.ts +2 -5
  6. package/dist/dts/accordion-item/accordion-item.options.d.ts +2 -2
  7. package/dist/dts/accordion-item/accordion-item.template.d.ts +1 -1
  8. package/dist/dts/accordion-item/index.d.ts +2 -1
  9. package/dist/dts/anchor-button/anchor-button.bench.d.ts +3 -0
  10. package/dist/dts/anchor-button/anchor-button.d.ts +1 -1
  11. package/dist/dts/anchor-button/anchor-button.options.d.ts +4 -4
  12. package/dist/dts/anchor-button/index.d.ts +3 -2
  13. package/dist/dts/avatar/avatar.bench.d.ts +3 -0
  14. package/dist/dts/avatar/avatar.options.d.ts +6 -6
  15. package/dist/dts/badge/badge.bench.d.ts +3 -0
  16. package/dist/dts/badge/badge.options.d.ts +5 -5
  17. package/dist/dts/button/button.bench.d.ts +3 -0
  18. package/dist/dts/button/button.options.d.ts +6 -6
  19. package/dist/dts/button/index.d.ts +4 -3
  20. package/dist/dts/checkbox/checkbox.bench.d.ts +3 -0
  21. package/dist/dts/checkbox/checkbox.d.ts +1 -4
  22. package/dist/dts/checkbox/checkbox.options.d.ts +3 -3
  23. package/dist/dts/checkbox/index.d.ts +4 -3
  24. package/dist/dts/compound-button/compound-button.bench.d.ts +3 -0
  25. package/dist/dts/compound-button/compound-button.options.d.ts +3 -3
  26. package/dist/dts/counter-badge/counter-badge.bench.d.ts +3 -0
  27. package/dist/dts/counter-badge/counter-badge.options.d.ts +5 -5
  28. package/dist/dts/dialog/dialog.bench.d.ts +3 -0
  29. package/dist/dts/dialog/dialog.d.ts +12 -146
  30. package/dist/dts/dialog/dialog.options.d.ts +2 -2
  31. package/dist/dts/dialog/index.d.ts +1 -1
  32. package/dist/dts/dialog-body/define.d.ts +1 -0
  33. package/dist/dts/dialog-body/dialog-body.bench.d.ts +3 -0
  34. package/dist/dts/dialog-body/dialog-body.d.ts +14 -0
  35. package/dist/dts/dialog-body/dialog-body.definition.d.ts +9 -0
  36. package/dist/dts/dialog-body/dialog-body.styles.d.ts +4 -0
  37. package/dist/dts/dialog-body/dialog-body.template.d.ts +6 -0
  38. package/dist/dts/dialog-body/index.d.ts +4 -0
  39. package/dist/dts/divider/divider.bench.d.ts +3 -0
  40. package/dist/dts/divider/divider.d.ts +4 -7
  41. package/dist/dts/divider/divider.options.d.ts +4 -4
  42. package/dist/dts/form-associated/form-associated.d.ts +4 -4
  43. package/dist/dts/image/image.bench.d.ts +3 -0
  44. package/dist/dts/image/image.options.d.ts +2 -2
  45. package/dist/dts/index-rollup.d.ts +30 -35
  46. package/dist/dts/index.d.ts +50 -34
  47. package/dist/dts/label/label.bench.d.ts +3 -0
  48. package/dist/dts/label/label.d.ts +0 -2
  49. package/dist/dts/label/label.options.d.ts +2 -2
  50. package/dist/dts/menu/menu.bench.d.ts +3 -0
  51. package/dist/dts/menu/menu.d.ts +27 -25
  52. package/dist/dts/menu-button/index.d.ts +4 -3
  53. package/dist/dts/menu-button/menu-button.bench.d.ts +3 -0
  54. package/dist/dts/menu-button/menu-button.options.d.ts +4 -4
  55. package/dist/dts/menu-item/index.d.ts +4 -3
  56. package/dist/dts/menu-item/menu-item.bench.d.ts +3 -0
  57. package/dist/dts/menu-item/menu-item.d.ts +2 -2
  58. package/dist/dts/menu-item/menu-item.options.d.ts +1 -1
  59. package/dist/dts/menu-list/menu-list.bench.d.ts +3 -0
  60. package/dist/dts/patterns/start-end.d.ts +3 -3
  61. package/dist/dts/progress-bar/index.d.ts +3 -2
  62. package/dist/dts/progress-bar/progress-bar.bench.d.ts +3 -0
  63. package/dist/dts/progress-bar/progress-bar.options.d.ts +4 -4
  64. package/dist/dts/radio/index.d.ts +2 -1
  65. package/dist/dts/radio/radio.bench.d.ts +3 -0
  66. package/dist/dts/radio/radio.d.ts +2 -2
  67. package/dist/dts/radio-group/radio-group.bench.d.ts +3 -0
  68. package/dist/dts/radio-group/radio-group.options.d.ts +1 -1
  69. package/dist/dts/slider/index.d.ts +3 -2
  70. package/dist/dts/slider/slider.bench.d.ts +3 -0
  71. package/dist/dts/slider/slider.options.d.ts +4 -4
  72. package/dist/dts/spinner/spinner.bench.d.ts +3 -0
  73. package/dist/dts/spinner/spinner.d.ts +0 -2
  74. package/dist/dts/spinner/spinner.options.d.ts +2 -2
  75. package/dist/dts/switch/index.d.ts +3 -2
  76. package/dist/dts/switch/switch.bench.d.ts +3 -0
  77. package/dist/dts/switch/switch.d.ts +1 -2
  78. package/dist/dts/switch/switch.options.d.ts +1 -1
  79. package/dist/dts/tab/index.d.ts +4 -3
  80. package/dist/dts/tab/tab.bench.d.ts +3 -0
  81. package/dist/dts/tab/tab.d.ts +1 -1
  82. package/dist/dts/tab/tab.template.d.ts +1 -1
  83. package/dist/dts/tab-panel/tab-panel.bench.d.ts +3 -0
  84. package/dist/dts/tabs/index.d.ts +4 -3
  85. package/dist/dts/tabs/tabs.bench.d.ts +3 -0
  86. package/dist/dts/tabs/tabs.d.ts +13 -9
  87. package/dist/dts/tabs/tabs.options.d.ts +4 -4
  88. package/dist/dts/text/text.bench.d.ts +3 -0
  89. package/dist/dts/text/text.options.d.ts +4 -4
  90. package/dist/dts/text-input/text-input.bench.d.ts +3 -0
  91. package/dist/dts/text-input/text-input.d.ts +0 -3
  92. package/dist/dts/text-input/text-input.options.d.ts +4 -4
  93. package/dist/dts/theme/design-tokens.d.ts +1744 -0
  94. package/dist/dts/theme/set-theme.d.ts +5 -1
  95. package/dist/dts/toggle-button/index.d.ts +4 -3
  96. package/dist/dts/toggle-button/toggle-button.bench.d.ts +3 -0
  97. package/dist/dts/toggle-button/toggle-button.options.d.ts +4 -4
  98. package/dist/dts/utils/behaviors/match-media-stylesheet-behavior.d.ts +1 -1
  99. package/dist/dts/utils/display.d.ts +1 -1
  100. package/dist/dts/utils/template-helpers.d.ts +1 -1
  101. package/dist/dts/utils/typings.d.ts +1 -1
  102. package/dist/esm/accordion/accordion.bench.js +30 -0
  103. package/dist/esm/accordion/accordion.bench.js.map +1 -0
  104. package/dist/esm/accordion/accordion.options.js +1 -1
  105. package/dist/esm/accordion-item/accordion-item.bench.js +14 -0
  106. package/dist/esm/accordion-item/accordion-item.bench.js.map +1 -0
  107. package/dist/esm/accordion-item/accordion-item.js +0 -1
  108. package/dist/esm/accordion-item/accordion-item.js.map +1 -1
  109. package/dist/esm/accordion-item/index.js.map +1 -1
  110. package/dist/esm/anchor-button/anchor-button.bench.js +11 -0
  111. package/dist/esm/anchor-button/anchor-button.bench.js.map +1 -0
  112. package/dist/esm/anchor-button/index.js +2 -2
  113. package/dist/esm/anchor-button/index.js.map +1 -1
  114. package/dist/esm/avatar/avatar.bench.js +10 -0
  115. package/dist/esm/avatar/avatar.bench.js.map +1 -0
  116. package/dist/esm/badge/badge.bench.js +11 -0
  117. package/dist/esm/badge/badge.bench.js.map +1 -0
  118. package/dist/esm/button/button.bench.js +11 -0
  119. package/dist/esm/button/button.bench.js.map +1 -0
  120. package/dist/esm/button/button.js +26 -26
  121. package/dist/esm/button/button.js.map +1 -1
  122. package/dist/esm/button/index.js +3 -3
  123. package/dist/esm/button/index.js.map +1 -1
  124. package/dist/esm/checkbox/checkbox.bench.js +11 -0
  125. package/dist/esm/checkbox/checkbox.bench.js.map +1 -0
  126. package/dist/esm/checkbox/checkbox.js.map +1 -1
  127. package/dist/esm/checkbox/index.js +2 -2
  128. package/dist/esm/checkbox/index.js.map +1 -1
  129. package/dist/esm/compound-button/compound-button.bench.js +15 -0
  130. package/dist/esm/compound-button/compound-button.bench.js.map +1 -0
  131. package/dist/esm/counter-badge/counter-badge.bench.js +11 -0
  132. package/dist/esm/counter-badge/counter-badge.bench.js.map +1 -0
  133. package/dist/esm/dialog/dialog.bench.js +11 -0
  134. package/dist/esm/dialog/dialog.bench.js.map +1 -0
  135. package/dist/esm/dialog/dialog.js +32 -306
  136. package/dist/esm/dialog/dialog.js.map +1 -1
  137. package/dist/esm/dialog/dialog.options.js +1 -1
  138. package/dist/esm/dialog/dialog.options.js.map +1 -1
  139. package/dist/esm/dialog/dialog.styles.js +61 -84
  140. package/dist/esm/dialog/dialog.styles.js.map +1 -1
  141. package/dist/esm/dialog/dialog.template.js +17 -54
  142. package/dist/esm/dialog/dialog.template.js.map +1 -1
  143. package/dist/esm/dialog/index.js +1 -1
  144. package/dist/esm/dialog/index.js.map +1 -1
  145. package/dist/esm/dialog-body/define.js +4 -0
  146. package/dist/esm/dialog-body/define.js.map +1 -0
  147. package/dist/esm/dialog-body/dialog-body.bench.js +11 -0
  148. package/dist/esm/dialog-body/dialog-body.bench.js.map +1 -0
  149. package/dist/esm/dialog-body/dialog-body.definition.js +17 -0
  150. package/dist/esm/dialog-body/dialog-body.definition.js.map +1 -0
  151. package/dist/esm/dialog-body/dialog-body.js +22 -0
  152. package/dist/esm/dialog-body/dialog-body.js.map +1 -0
  153. package/dist/esm/dialog-body/dialog-body.styles.js +79 -0
  154. package/dist/esm/dialog-body/dialog-body.styles.js.map +1 -0
  155. package/dist/esm/dialog-body/dialog-body.template.js +42 -0
  156. package/dist/esm/dialog-body/dialog-body.template.js.map +1 -0
  157. package/dist/esm/dialog-body/index.js +5 -0
  158. package/dist/esm/dialog-body/index.js.map +1 -0
  159. package/dist/esm/divider/divider.bench.js +10 -0
  160. package/dist/esm/divider/divider.bench.js.map +1 -0
  161. package/dist/esm/divider/divider.js +1 -1
  162. package/dist/esm/divider/divider.js.map +1 -1
  163. package/dist/esm/form-associated/form-associated.js +66 -66
  164. package/dist/esm/form-associated/form-associated.js.map +1 -1
  165. package/dist/esm/image/image.bench.js +14 -0
  166. package/dist/esm/image/image.bench.js.map +1 -0
  167. package/dist/esm/index-rollup.js +30 -35
  168. package/dist/esm/index-rollup.js.map +1 -1
  169. package/dist/esm/index.js +34 -33
  170. package/dist/esm/index.js.map +1 -1
  171. package/dist/esm/label/label.bench.js +11 -0
  172. package/dist/esm/label/label.bench.js.map +1 -0
  173. package/dist/esm/label/label.js.map +1 -1
  174. package/dist/esm/menu/menu.bench.js +31 -0
  175. package/dist/esm/menu/menu.bench.js.map +1 -0
  176. package/dist/esm/menu/menu.js +25 -23
  177. package/dist/esm/menu/menu.js.map +1 -1
  178. package/dist/esm/menu-button/index.js +2 -2
  179. package/dist/esm/menu-button/index.js.map +1 -1
  180. package/dist/esm/menu-button/menu-button.bench.js +11 -0
  181. package/dist/esm/menu-button/menu-button.bench.js.map +1 -0
  182. package/dist/esm/menu-item/index.js +2 -2
  183. package/dist/esm/menu-item/index.js.map +1 -1
  184. package/dist/esm/menu-item/menu-item.bench.js +11 -0
  185. package/dist/esm/menu-item/menu-item.bench.js.map +1 -0
  186. package/dist/esm/menu-list/menu-list.bench.js +21 -0
  187. package/dist/esm/menu-list/menu-list.bench.js.map +1 -0
  188. package/dist/esm/menu-list/menu-list.js +2 -1
  189. package/dist/esm/menu-list/menu-list.js.map +1 -1
  190. package/dist/esm/progress-bar/index.js +2 -2
  191. package/dist/esm/progress-bar/index.js.map +1 -1
  192. package/dist/esm/progress-bar/progress-bar.bench.js +10 -0
  193. package/dist/esm/progress-bar/progress-bar.bench.js.map +1 -0
  194. package/dist/esm/radio/index.js +1 -1
  195. package/dist/esm/radio/index.js.map +1 -1
  196. package/dist/esm/radio/radio.bench.js +11 -0
  197. package/dist/esm/radio/radio.bench.js.map +1 -0
  198. package/dist/esm/radio/radio.js +11 -11
  199. package/dist/esm/radio/radio.js.map +1 -1
  200. package/dist/esm/radio-group/radio-group.bench.js +21 -0
  201. package/dist/esm/radio-group/radio-group.bench.js.map +1 -0
  202. package/dist/esm/slider/index.js +1 -1
  203. package/dist/esm/slider/index.js.map +1 -1
  204. package/dist/esm/slider/slider.bench.js +10 -0
  205. package/dist/esm/slider/slider.bench.js.map +1 -0
  206. package/dist/esm/slider/slider.template.js +1 -1
  207. package/dist/esm/slider/slider.template.js.map +1 -1
  208. package/dist/esm/spinner/spinner.bench.js +10 -0
  209. package/dist/esm/spinner/spinner.bench.js.map +1 -0
  210. package/dist/esm/spinner/spinner.js.map +1 -1
  211. package/dist/esm/switch/index.js +1 -1
  212. package/dist/esm/switch/index.js.map +1 -1
  213. package/dist/esm/switch/switch.bench.js +11 -0
  214. package/dist/esm/switch/switch.bench.js.map +1 -0
  215. package/dist/esm/switch/switch.js +5 -5
  216. package/dist/esm/switch/switch.js.map +1 -1
  217. package/dist/esm/tab/index.js +2 -2
  218. package/dist/esm/tab/index.js.map +1 -1
  219. package/dist/esm/tab/tab.bench.js +11 -0
  220. package/dist/esm/tab/tab.bench.js.map +1 -0
  221. package/dist/esm/tab-panel/tab-panel.bench.js +13 -0
  222. package/dist/esm/tab-panel/tab-panel.bench.js.map +1 -0
  223. package/dist/esm/tabs/index.js +2 -2
  224. package/dist/esm/tabs/index.js.map +1 -1
  225. package/dist/esm/tabs/tabs.bench.js +32 -0
  226. package/dist/esm/tabs/tabs.bench.js.map +1 -0
  227. package/dist/esm/tabs/tabs.js +13 -9
  228. package/dist/esm/tabs/tabs.js.map +1 -1
  229. package/dist/esm/text/text.bench.js +13 -0
  230. package/dist/esm/text/text.bench.js.map +1 -0
  231. package/dist/esm/text-input/text-input.bench.js +10 -0
  232. package/dist/esm/text-input/text-input.bench.js.map +1 -0
  233. package/dist/esm/text-input/text-input.js.map +1 -1
  234. package/dist/esm/theme/design-tokens.js +1744 -0
  235. package/dist/esm/theme/design-tokens.js.map +1 -1
  236. package/dist/esm/theme/set-theme.js +5 -1
  237. package/dist/esm/theme/set-theme.js.map +1 -1
  238. package/dist/esm/toggle-button/index.js +3 -3
  239. package/dist/esm/toggle-button/index.js.map +1 -1
  240. package/dist/esm/toggle-button/toggle-button.bench.js +11 -0
  241. package/dist/esm/toggle-button/toggle-button.bench.js.map +1 -0
  242. package/dist/web-components.d.ts +1850 -213
  243. package/dist/web-components.js +1325 -2747
  244. package/dist/web-components.min.js +253 -255
  245. package/package.json +19 -3
  246. package/dist/fluent-web-components.api.json +0 -29683
  247. package/docs/api-report.md +0 -3212
  248. package/playwright.config.ts +0 -24
  249. package/project.json +0 -6
  250. package/tensile.config.js +0 -22
@@ -1,5 +1,3 @@
1
- /// <reference types="web" />
2
-
3
1
  import type { Constructable } from '@microsoft/fast-element';
4
2
  import { CSSDirective } from '@microsoft/fast-element';
5
3
  import { Direction } from '@microsoft/fast-web-utilities';
@@ -73,7 +71,7 @@ export declare class Accordion extends FASTElement {
73
71
  export declare const accordionDefinition: FASTElementDefinition<typeof Accordion>;
74
72
 
75
73
  /**
76
- * Expand mode for {@link FASTAccordion}
74
+ * Expand mode for {@link Accordion}
77
75
  * @public
78
76
  */
79
77
  export declare const AccordionExpandMode: {
@@ -82,7 +80,7 @@ export declare const AccordionExpandMode: {
82
80
  };
83
81
 
84
82
  /**
85
- * Type for the {@link FASTAccordion} Expand Mode
83
+ * Type for the {@link Accordion} Expand Mode
86
84
  * @public
87
85
  */
88
86
  export declare type AccordionExpandMode = ValuesOf<typeof AccordionExpandMode>;
@@ -109,7 +107,6 @@ export declare class AccordionItem extends FASTElement {
109
107
  * Configures the {@link https://www.w3.org/TR/wai-aria-1.1/#aria-level | level} of the
110
108
  * heading element.
111
109
  *
112
- * @defaultValue 2
113
110
  * @public
114
111
  * @remarks
115
112
  * HTML attribute: heading-level
@@ -143,7 +140,6 @@ export declare class AccordionItem extends FASTElement {
143
140
  * Defines accordion header font size.
144
141
  *
145
142
  * @public
146
- * @default 'medium'
147
143
  * @remarks
148
144
  * HTML Attribute: size
149
145
  */
@@ -160,9 +156,8 @@ export declare class AccordionItem extends FASTElement {
160
156
  * Sets expand and collapsed icon position.
161
157
  *
162
158
  * @public
163
- * @default 'start'
164
159
  * @remarks
165
- * HTML Attribute: expandIconPosition
160
+ * HTML Attribute: expand-icon-position
166
161
  */
167
162
  expandIconPosition?: AccordionItemExpandIconPosition;
168
163
  /**
@@ -1111,8 +1106,8 @@ declare class BaseProgress extends FASTElement {
1111
1106
  }
1112
1107
 
1113
1108
  /**
1109
+ * A Tabs component that wraps a collection of tab and tab panel elements.
1114
1110
  *
1115
- * @class TabList component
1116
1111
  * @public
1117
1112
  */
1118
1113
  declare class BaseTabs extends FASTElement {
@@ -1199,16 +1194,40 @@ declare class BaseTabs extends FASTElement {
1199
1194
  connectedCallback(): void;
1200
1195
  }
1201
1196
 
1197
+ /**
1198
+ * CSS custom property value for the {@link @fluentui/tokens#borderRadiusCircular | `borderRadiusCircular`} design token.
1199
+ * @public
1200
+ */
1202
1201
  export declare const borderRadiusCircular = "var(--borderRadiusCircular)";
1203
1202
 
1203
+ /**
1204
+ * CSS custom property value for the {@link @fluentui/tokens#borderRadiusLarge | `borderRadiusLarge`} design token.
1205
+ * @public
1206
+ */
1204
1207
  export declare const borderRadiusLarge = "var(--borderRadiusLarge)";
1205
1208
 
1209
+ /**
1210
+ * CSS custom property value for the {@link @fluentui/tokens#borderRadiusMedium | `borderRadiusMedium`} design token.
1211
+ * @public
1212
+ */
1206
1213
  export declare const borderRadiusMedium = "var(--borderRadiusMedium)";
1207
1214
 
1215
+ /**
1216
+ * CSS custom property value for the {@link @fluentui/tokens#borderRadiusNone | `borderRadiusNone`} design token.
1217
+ * @public
1218
+ */
1208
1219
  export declare const borderRadiusNone = "var(--borderRadiusNone)";
1209
1220
 
1221
+ /**
1222
+ * CSS custom property value for the {@link @fluentui/tokens#borderRadiusSmall | `borderRadiusSmall`} design token.
1223
+ * @public
1224
+ */
1210
1225
  export declare const borderRadiusSmall = "var(--borderRadiusSmall)";
1211
1226
 
1227
+ /**
1228
+ * CSS custom property value for the {@link @fluentui/tokens#borderRadiusXLarge | `borderRadiusXLarge`} design token.
1229
+ * @public
1230
+ */
1212
1231
  export declare const borderRadiusXLarge = "var(--borderRadiusXLarge)";
1213
1232
 
1214
1233
  /**
@@ -1634,7 +1653,6 @@ export declare class Checkbox extends FormAssociatedCheckbox {
1634
1653
  * Sets shape of the checkbox.
1635
1654
  *
1636
1655
  * @public
1637
- * @default 'square'
1638
1656
  * @remarks
1639
1657
  * HTML Attribute: shape
1640
1658
  */
@@ -1643,7 +1661,6 @@ export declare class Checkbox extends FormAssociatedCheckbox {
1643
1661
  * Sets size of the checkbox.
1644
1662
  *
1645
1663
  * @public
1646
- * @default 'medium'
1647
1664
  * @remarks
1648
1665
  * HTML Attribute: size
1649
1666
  */
@@ -1652,7 +1669,6 @@ export declare class Checkbox extends FormAssociatedCheckbox {
1652
1669
  * Sets position of the label relative to the input
1653
1670
  *
1654
1671
  * @public
1655
- * @default 'after'
1656
1672
  * @remarks
1657
1673
  * HTML Attribute: label-position
1658
1674
  */
@@ -1703,12 +1719,12 @@ export declare const CheckboxDefinition: FASTElementDefinition<typeof Checkbox>;
1703
1719
  * Checkbox label position
1704
1720
  * @public
1705
1721
  */
1706
- export declare const CheckboxLabelPosition: {
1722
+ declare const CheckboxLabelPosition: {
1707
1723
  readonly before: "before";
1708
1724
  readonly after: "after";
1709
1725
  };
1710
1726
 
1711
- export declare type CheckboxLabelPosition = ValuesOf<typeof CheckboxLabelPosition>;
1727
+ declare type CheckboxLabelPosition = ValuesOf<typeof CheckboxLabelPosition>;
1712
1728
 
1713
1729
  /**
1714
1730
  * Checkbox configuration options
@@ -1753,700 +1769,2092 @@ export declare const CheckboxStyles: ElementStyles;
1753
1769
  */
1754
1770
  export declare const CheckboxTemplate: ElementViewTemplate<Checkbox>;
1755
1771
 
1772
+ /**
1773
+ * CSS custom property value for the {@link @fluentui/tokens#colorBackgroundOverlay | `colorBackgroundOverlay`} design token.
1774
+ * @public
1775
+ */
1756
1776
  export declare const colorBackgroundOverlay = "var(--colorBackgroundOverlay)";
1757
1777
 
1778
+ /**
1779
+ * CSS custom property value for the {@link @fluentui/tokens#colorBrandBackground | `colorBrandBackground`} design token.
1780
+ * @public
1781
+ */
1758
1782
  export declare const colorBrandBackground = "var(--colorBrandBackground)";
1759
1783
 
1784
+ /**
1785
+ * CSS custom property value for the {@link @fluentui/tokens#colorBrandBackground2 | `colorBrandBackground2`} design token.
1786
+ * @public
1787
+ */
1760
1788
  export declare const colorBrandBackground2 = "var(--colorBrandBackground2)";
1761
1789
 
1790
+ /**
1791
+ * CSS custom property value for the {@link @fluentui/tokens#colorBrandBackground2Hover | `colorBrandBackground2Hover`} design token.
1792
+ * @public
1793
+ */
1762
1794
  export declare const colorBrandBackground2Hover = "var(--colorBrandBackground2Hover)";
1763
1795
 
1796
+ /**
1797
+ * CSS custom property value for the {@link @fluentui/tokens#colorBrandBackground2Pressed | `colorBrandBackground2Pressed`} design token.
1798
+ * @public
1799
+ */
1764
1800
  export declare const colorBrandBackground2Pressed = "var(--colorBrandBackground2Pressed)";
1765
1801
 
1802
+ /**
1803
+ * CSS custom property value for the {@link @fluentui/tokens#colorBrandBackground3Static | `colorBrandBackground3Static`} design token.
1804
+ * @public
1805
+ */
1766
1806
  export declare const colorBrandBackground3Static = "var(--colorBrandBackground3Static)";
1767
1807
 
1808
+ /**
1809
+ * CSS custom property value for the {@link @fluentui/tokens#colorBrandBackground4Static | `colorBrandBackground4Static`} design token.
1810
+ * @public
1811
+ */
1768
1812
  export declare const colorBrandBackground4Static = "var(--colorBrandBackground4Static)";
1769
1813
 
1814
+ /**
1815
+ * CSS custom property value for the {@link @fluentui/tokens#colorBrandBackgroundHover | `colorBrandBackgroundHover`} design token.
1816
+ * @public
1817
+ */
1770
1818
  export declare const colorBrandBackgroundHover = "var(--colorBrandBackgroundHover)";
1771
1819
 
1820
+ /**
1821
+ * CSS custom property value for the {@link @fluentui/tokens#colorBrandBackgroundInverted | `colorBrandBackgroundInverted`} design token.
1822
+ * @public
1823
+ */
1772
1824
  export declare const colorBrandBackgroundInverted = "var(--colorBrandBackgroundInverted)";
1773
1825
 
1826
+ /**
1827
+ * CSS custom property value for the {@link @fluentui/tokens#colorBrandBackgroundInvertedHover | `colorBrandBackgroundInvertedHover`} design token.
1828
+ * @public
1829
+ */
1774
1830
  export declare const colorBrandBackgroundInvertedHover = "var(--colorBrandBackgroundInvertedHover)";
1775
1831
 
1832
+ /**
1833
+ * CSS custom property value for the {@link @fluentui/tokens#colorBrandBackgroundInvertedPressed | `colorBrandBackgroundInvertedPressed`} design token.
1834
+ * @public
1835
+ */
1776
1836
  export declare const colorBrandBackgroundInvertedPressed = "var(--colorBrandBackgroundInvertedPressed)";
1777
1837
 
1838
+ /**
1839
+ * CSS custom property value for the {@link @fluentui/tokens#colorBrandBackgroundInvertedSelected | `colorBrandBackgroundInvertedSelected`} design token.
1840
+ * @public
1841
+ */
1778
1842
  export declare const colorBrandBackgroundInvertedSelected = "var(--colorBrandBackgroundInvertedSelected)";
1779
1843
 
1844
+ /**
1845
+ * CSS custom property value for the {@link @fluentui/tokens#colorBrandBackgroundPressed | `colorBrandBackgroundPressed`} design token.
1846
+ * @public
1847
+ */
1780
1848
  export declare const colorBrandBackgroundPressed = "var(--colorBrandBackgroundPressed)";
1781
1849
 
1850
+ /**
1851
+ * CSS custom property value for the {@link @fluentui/tokens#colorBrandBackgroundSelected | `colorBrandBackgroundSelected`} design token.
1852
+ * @public
1853
+ */
1782
1854
  export declare const colorBrandBackgroundSelected = "var(--colorBrandBackgroundSelected)";
1783
1855
 
1856
+ /**
1857
+ * CSS custom property value for the {@link @fluentui/tokens#colorBrandBackgroundStatic | `colorBrandBackgroundStatic`} design token.
1858
+ * @public
1859
+ */
1784
1860
  export declare const colorBrandBackgroundStatic = "var(--colorBrandBackgroundStatic)";
1785
1861
 
1862
+ /**
1863
+ * CSS custom property value for the {@link @fluentui/tokens#colorBrandForeground1 | `colorBrandForeground1`} design token.
1864
+ * @public
1865
+ */
1786
1866
  export declare const colorBrandForeground1 = "var(--colorBrandForeground1)";
1787
1867
 
1868
+ /**
1869
+ * CSS custom property value for the {@link @fluentui/tokens#colorBrandForeground2 | `colorBrandForeground2`} design token.
1870
+ * @public
1871
+ */
1788
1872
  export declare const colorBrandForeground2 = "var(--colorBrandForeground2)";
1789
1873
 
1874
+ /**
1875
+ * CSS custom property value for the {@link @fluentui/tokens#colorBrandForeground2Hover | `colorBrandForeground2Hover`} design token.
1876
+ * @public
1877
+ */
1790
1878
  export declare const colorBrandForeground2Hover = "var(--colorBrandForeground2Hover)";
1791
1879
 
1880
+ /**
1881
+ * CSS custom property value for the {@link @fluentui/tokens#colorBrandForeground2Pressed | `colorBrandForeground2Pressed`} design token.
1882
+ * @public
1883
+ */
1792
1884
  export declare const colorBrandForeground2Pressed = "var(--colorBrandForeground2Pressed)";
1793
1885
 
1886
+ /**
1887
+ * CSS custom property value for the {@link @fluentui/tokens#colorBrandForegroundInverted | `colorBrandForegroundInverted`} design token.
1888
+ * @public
1889
+ */
1794
1890
  export declare const colorBrandForegroundInverted = "var(--colorBrandForegroundInverted)";
1795
1891
 
1892
+ /**
1893
+ * CSS custom property value for the {@link @fluentui/tokens#colorBrandForegroundInvertedHover | `colorBrandForegroundInvertedHover`} design token.
1894
+ * @public
1895
+ */
1796
1896
  export declare const colorBrandForegroundInvertedHover = "var(--colorBrandForegroundInvertedHover)";
1797
1897
 
1898
+ /**
1899
+ * CSS custom property value for the {@link @fluentui/tokens#colorBrandForegroundInvertedPressed | `colorBrandForegroundInvertedPressed`} design token.
1900
+ * @public
1901
+ */
1798
1902
  export declare const colorBrandForegroundInvertedPressed = "var(--colorBrandForegroundInvertedPressed)";
1799
1903
 
1904
+ /**
1905
+ * CSS custom property value for the {@link @fluentui/tokens#colorBrandForegroundLink | `colorBrandForegroundLink`} design token.
1906
+ * @public
1907
+ */
1800
1908
  export declare const colorBrandForegroundLink = "var(--colorBrandForegroundLink)";
1801
1909
 
1910
+ /**
1911
+ * CSS custom property value for the {@link @fluentui/tokens#colorBrandForegroundLinkHover | `colorBrandForegroundLinkHover`} design token.
1912
+ * @public
1913
+ */
1802
1914
  export declare const colorBrandForegroundLinkHover = "var(--colorBrandForegroundLinkHover)";
1803
1915
 
1916
+ /**
1917
+ * CSS custom property value for the {@link @fluentui/tokens#colorBrandForegroundLinkPressed | `colorBrandForegroundLinkPressed`} design token.
1918
+ * @public
1919
+ */
1804
1920
  export declare const colorBrandForegroundLinkPressed = "var(--colorBrandForegroundLinkPressed)";
1805
1921
 
1922
+ /**
1923
+ * CSS custom property value for the {@link @fluentui/tokens#colorBrandForegroundLinkSelected | `colorBrandForegroundLinkSelected`} design token.
1924
+ * @public
1925
+ */
1806
1926
  export declare const colorBrandForegroundLinkSelected = "var(--colorBrandForegroundLinkSelected)";
1807
1927
 
1928
+ /**
1929
+ * CSS custom property value for the {@link @fluentui/tokens#colorBrandForegroundOnLight | `colorBrandForegroundOnLight`} design token.
1930
+ * @public
1931
+ */
1808
1932
  export declare const colorBrandForegroundOnLight = "var(--colorBrandForegroundOnLight)";
1809
1933
 
1934
+ /**
1935
+ * CSS custom property value for the {@link @fluentui/tokens#colorBrandForegroundOnLightHover | `colorBrandForegroundOnLightHover`} design token.
1936
+ * @public
1937
+ */
1810
1938
  export declare const colorBrandForegroundOnLightHover = "var(--colorBrandForegroundOnLightHover)";
1811
1939
 
1940
+ /**
1941
+ * CSS custom property value for the {@link @fluentui/tokens#colorBrandForegroundOnLightPressed | `colorBrandForegroundOnLightPressed`} design token.
1942
+ * @public
1943
+ */
1812
1944
  export declare const colorBrandForegroundOnLightPressed = "var(--colorBrandForegroundOnLightPressed)";
1813
1945
 
1946
+ /**
1947
+ * CSS custom property value for the {@link @fluentui/tokens#colorBrandForegroundOnLightSelected | `colorBrandForegroundOnLightSelected`} design token.
1948
+ * @public
1949
+ */
1814
1950
  export declare const colorBrandForegroundOnLightSelected = "var(--colorBrandForegroundOnLightSelected)";
1815
1951
 
1952
+ /**
1953
+ * CSS custom property value for the {@link @fluentui/tokens#colorBrandShadowAmbient | `colorBrandShadowAmbient`} design token.
1954
+ * @public
1955
+ */
1816
1956
  export declare const colorBrandShadowAmbient = "var(--colorBrandShadowAmbient)";
1817
1957
 
1958
+ /**
1959
+ * CSS custom property value for the {@link @fluentui/tokens#colorBrandShadowKey | `colorBrandShadowKey`} design token.
1960
+ * @public
1961
+ */
1818
1962
  export declare const colorBrandShadowKey = "var(--colorBrandShadowKey)";
1819
1963
 
1964
+ /**
1965
+ * CSS custom property value for the {@link @fluentui/tokens#colorBrandStroke1 | `colorBrandStroke1`} design token.
1966
+ * @public
1967
+ */
1820
1968
  export declare const colorBrandStroke1 = "var(--colorBrandStroke1)";
1821
1969
 
1970
+ /**
1971
+ * CSS custom property value for the {@link @fluentui/tokens#colorBrandStroke2 | `colorBrandStroke2`} design token.
1972
+ * @public
1973
+ */
1822
1974
  export declare const colorBrandStroke2 = "var(--colorBrandStroke2)";
1823
1975
 
1976
+ /**
1977
+ * CSS custom property value for the {@link @fluentui/tokens#colorBrandStroke2Contrast | `colorBrandStroke2Contrast`} design token.
1978
+ * @public
1979
+ */
1824
1980
  export declare const colorBrandStroke2Contrast = "var(--colorBrandStroke2Contrast)";
1825
1981
 
1982
+ /**
1983
+ * CSS custom property value for the {@link @fluentui/tokens#colorBrandStroke2Hover | `colorBrandStroke2Hover`} design token.
1984
+ * @public
1985
+ */
1826
1986
  export declare const colorBrandStroke2Hover = "var(--colorBrandStroke2Hover)";
1827
1987
 
1988
+ /**
1989
+ * CSS custom property value for the {@link @fluentui/tokens#colorBrandStroke2Pressed | `colorBrandStroke2Pressed`} design token.
1990
+ * @public
1991
+ */
1828
1992
  export declare const colorBrandStroke2Pressed = "var(--colorBrandStroke2Pressed)";
1829
1993
 
1994
+ /**
1995
+ * CSS custom property value for the {@link @fluentui/tokens#colorCompoundBrandBackground | `colorCompoundBrandBackground`} design token.
1996
+ * @public
1997
+ */
1830
1998
  export declare const colorCompoundBrandBackground = "var(--colorCompoundBrandBackground)";
1831
1999
 
2000
+ /**
2001
+ * CSS custom property value for the {@link @fluentui/tokens#colorCompoundBrandBackgroundHover | `colorCompoundBrandBackgroundHover`} design token.
2002
+ * @public
2003
+ */
1832
2004
  export declare const colorCompoundBrandBackgroundHover = "var(--colorCompoundBrandBackgroundHover)";
1833
2005
 
2006
+ /**
2007
+ * CSS custom property value for the {@link @fluentui/tokens#colorCompoundBrandBackgroundPressed | `colorCompoundBrandBackgroundPressed`} design token.
2008
+ * @public
2009
+ */
1834
2010
  export declare const colorCompoundBrandBackgroundPressed = "var(--colorCompoundBrandBackgroundPressed)";
1835
2011
 
2012
+ /**
2013
+ * CSS custom property value for the {@link @fluentui/tokens#colorCompoundBrandForeground1 | `colorCompoundBrandForeground1`} design token.
2014
+ * @public
2015
+ */
1836
2016
  export declare const colorCompoundBrandForeground1 = "var(--colorCompoundBrandForeground1)";
1837
2017
 
2018
+ /**
2019
+ * CSS custom property value for the {@link @fluentui/tokens#colorCompoundBrandForeground1Hover | `colorCompoundBrandForeground1Hover`} design token.
2020
+ * @public
2021
+ */
1838
2022
  export declare const colorCompoundBrandForeground1Hover = "var(--colorCompoundBrandForeground1Hover)";
1839
2023
 
2024
+ /**
2025
+ * CSS custom property value for the {@link @fluentui/tokens#colorCompoundBrandForeground1Pressed | `colorCompoundBrandForeground1Pressed`} design token.
2026
+ * @public
2027
+ */
1840
2028
  export declare const colorCompoundBrandForeground1Pressed = "var(--colorCompoundBrandForeground1Pressed)";
1841
2029
 
2030
+ /**
2031
+ * CSS custom property value for the {@link @fluentui/tokens#colorCompoundBrandStroke | `colorCompoundBrandStroke`} design token.
2032
+ * @public
2033
+ */
1842
2034
  export declare const colorCompoundBrandStroke = "var(--colorCompoundBrandStroke)";
1843
2035
 
2036
+ /**
2037
+ * CSS custom property value for the {@link @fluentui/tokens#colorCompoundBrandStrokeHover | `colorCompoundBrandStrokeHover`} design token.
2038
+ * @public
2039
+ */
1844
2040
  export declare const colorCompoundBrandStrokeHover = "var(--colorCompoundBrandStrokeHover)";
1845
2041
 
2042
+ /**
2043
+ * CSS custom property value for the {@link @fluentui/tokens#colorCompoundBrandStrokePressed | `colorCompoundBrandStrokePressed`} design token.
2044
+ * @public
2045
+ */
1846
2046
  export declare const colorCompoundBrandStrokePressed = "var(--colorCompoundBrandStrokePressed)";
1847
2047
 
2048
+ /**
2049
+ * CSS custom property value for the {@link @fluentui/tokens#colorNeutralBackground1 | `colorNeutralBackground1`} design token.
2050
+ * @public
2051
+ */
1848
2052
  export declare const colorNeutralBackground1 = "var(--colorNeutralBackground1)";
1849
2053
 
2054
+ /**
2055
+ * CSS custom property value for the {@link @fluentui/tokens#colorNeutralBackground1Hover | `colorNeutralBackground1Hover`} design token.
2056
+ * @public
2057
+ */
1850
2058
  export declare const colorNeutralBackground1Hover = "var(--colorNeutralBackground1Hover)";
1851
2059
 
2060
+ /**
2061
+ * CSS custom property value for the {@link @fluentui/tokens#colorNeutralBackground1Pressed | `colorNeutralBackground1Pressed`} design token.
2062
+ * @public
2063
+ */
1852
2064
  export declare const colorNeutralBackground1Pressed = "var(--colorNeutralBackground1Pressed)";
1853
2065
 
2066
+ /**
2067
+ * CSS custom property value for the {@link @fluentui/tokens#colorNeutralBackground1Selected | `colorNeutralBackground1Selected`} design token.
2068
+ * @public
2069
+ */
1854
2070
  export declare const colorNeutralBackground1Selected = "var(--colorNeutralBackground1Selected)";
1855
2071
 
2072
+ /**
2073
+ * CSS custom property value for the {@link @fluentui/tokens#colorNeutralBackground2 | `colorNeutralBackground2`} design token.
2074
+ * @public
2075
+ */
1856
2076
  export declare const colorNeutralBackground2 = "var(--colorNeutralBackground2)";
1857
2077
 
2078
+ /**
2079
+ * CSS custom property value for the {@link @fluentui/tokens#colorNeutralBackground2Hover | `colorNeutralBackground2Hover`} design token.
2080
+ * @public
2081
+ */
1858
2082
  export declare const colorNeutralBackground2Hover = "var(--colorNeutralBackground2Hover)";
1859
2083
 
2084
+ /**
2085
+ * CSS custom property value for the {@link @fluentui/tokens#colorNeutralBackground2Pressed | `colorNeutralBackground2Pressed`} design token.
2086
+ * @public
2087
+ */
1860
2088
  export declare const colorNeutralBackground2Pressed = "var(--colorNeutralBackground2Pressed)";
1861
2089
 
2090
+ /**
2091
+ * CSS custom property value for the {@link @fluentui/tokens#colorNeutralBackground2Selected | `colorNeutralBackground2Selected`} design token.
2092
+ * @public
2093
+ */
1862
2094
  export declare const colorNeutralBackground2Selected = "var(--colorNeutralBackground2Selected)";
1863
2095
 
2096
+ /**
2097
+ * CSS custom property value for the {@link @fluentui/tokens#colorNeutralBackground3 | `colorNeutralBackground3`} design token.
2098
+ * @public
2099
+ */
1864
2100
  export declare const colorNeutralBackground3 = "var(--colorNeutralBackground3)";
1865
2101
 
2102
+ /**
2103
+ * CSS custom property value for the {@link @fluentui/tokens#colorNeutralBackground3Hover | `colorNeutralBackground3Hover`} design token.
2104
+ * @public
2105
+ */
1866
2106
  export declare const colorNeutralBackground3Hover = "var(--colorNeutralBackground3Hover)";
1867
2107
 
2108
+ /**
2109
+ * CSS custom property value for the {@link @fluentui/tokens#colorNeutralBackground3Pressed | `colorNeutralBackground3Pressed`} design token.
2110
+ * @public
2111
+ */
1868
2112
  export declare const colorNeutralBackground3Pressed = "var(--colorNeutralBackground3Pressed)";
1869
2113
 
2114
+ /**
2115
+ * CSS custom property value for the {@link @fluentui/tokens#colorNeutralBackground3Selected | `colorNeutralBackground3Selected`} design token.
2116
+ * @public
2117
+ */
1870
2118
  export declare const colorNeutralBackground3Selected = "var(--colorNeutralBackground3Selected)";
1871
2119
 
2120
+ /**
2121
+ * CSS custom property value for the {@link @fluentui/tokens#colorNeutralBackground4 | `colorNeutralBackground4`} design token.
2122
+ * @public
2123
+ */
1872
2124
  export declare const colorNeutralBackground4 = "var(--colorNeutralBackground4)";
1873
2125
 
2126
+ /**
2127
+ * CSS custom property value for the {@link @fluentui/tokens#colorNeutralBackground4Hover | `colorNeutralBackground4Hover`} design token.
2128
+ * @public
2129
+ */
1874
2130
  export declare const colorNeutralBackground4Hover = "var(--colorNeutralBackground4Hover)";
1875
2131
 
2132
+ /**
2133
+ * CSS custom property value for the {@link @fluentui/tokens#colorNeutralBackground4Pressed | `colorNeutralBackground4Pressed`} design token.
2134
+ * @public
2135
+ */
1876
2136
  export declare const colorNeutralBackground4Pressed = "var(--colorNeutralBackground4Pressed)";
1877
2137
 
2138
+ /**
2139
+ * CSS custom property value for the {@link @fluentui/tokens#colorNeutralBackground4Selected | `colorNeutralBackground4Selected`} design token.
2140
+ * @public
2141
+ */
1878
2142
  export declare const colorNeutralBackground4Selected = "var(--colorNeutralBackground4Selected)";
1879
2143
 
2144
+ /**
2145
+ * CSS custom property value for the {@link @fluentui/tokens#colorNeutralBackground5 | `colorNeutralBackground5`} design token.
2146
+ * @public
2147
+ */
1880
2148
  export declare const colorNeutralBackground5 = "var(--colorNeutralBackground5)";
1881
2149
 
2150
+ /**
2151
+ * CSS custom property value for the {@link @fluentui/tokens#colorNeutralBackground5Hover | `colorNeutralBackground5Hover`} design token.
2152
+ * @public
2153
+ */
1882
2154
  export declare const colorNeutralBackground5Hover = "var(--colorNeutralBackground5Hover)";
1883
2155
 
2156
+ /**
2157
+ * CSS custom property value for the {@link @fluentui/tokens#colorNeutralBackground5Pressed | `colorNeutralBackground5Pressed`} design token.
2158
+ * @public
2159
+ */
1884
2160
  export declare const colorNeutralBackground5Pressed = "var(--colorNeutralBackground5Pressed)";
1885
2161
 
2162
+ /**
2163
+ * CSS custom property value for the {@link @fluentui/tokens#colorNeutralBackground5Selected | `colorNeutralBackground5Selected`} design token.
2164
+ * @public
2165
+ */
1886
2166
  export declare const colorNeutralBackground5Selected = "var(--colorNeutralBackground5Selected)";
1887
2167
 
2168
+ /**
2169
+ * CSS custom property value for the {@link @fluentui/tokens#colorNeutralBackground6 | `colorNeutralBackground6`} design token.
2170
+ * @public
2171
+ */
1888
2172
  export declare const colorNeutralBackground6 = "var(--colorNeutralBackground6)";
1889
2173
 
2174
+ /**
2175
+ * CSS custom property value for the {@link @fluentui/tokens#colorNeutralBackgroundAlpha | `colorNeutralBackgroundAlpha`} design token.
2176
+ * @public
2177
+ */
1890
2178
  export declare const colorNeutralBackgroundAlpha = "var(--colorNeutralBackgroundAlpha)";
1891
2179
 
2180
+ /**
2181
+ * CSS custom property value for the {@link @fluentui/tokens#colorNeutralBackgroundAlpha2 | `colorNeutralBackgroundAlpha2`} design token.
2182
+ * @public
2183
+ */
1892
2184
  export declare const colorNeutralBackgroundAlpha2 = "var(--colorNeutralBackgroundAlpha2)";
1893
2185
 
2186
+ /**
2187
+ * CSS custom property value for the {@link @fluentui/tokens#colorNeutralBackgroundDisabled | `colorNeutralBackgroundDisabled`} design token.
2188
+ * @public
2189
+ */
1894
2190
  export declare const colorNeutralBackgroundDisabled = "var(--colorNeutralBackgroundDisabled)";
1895
2191
 
2192
+ /**
2193
+ * CSS custom property value for the {@link @fluentui/tokens#colorNeutralBackgroundInverted | `colorNeutralBackgroundInverted`} design token.
2194
+ * @public
2195
+ */
1896
2196
  export declare const colorNeutralBackgroundInverted = "var(--colorNeutralBackgroundInverted)";
1897
2197
 
2198
+ /**
2199
+ * CSS custom property value for the {@link @fluentui/tokens#colorNeutralBackgroundInvertedDisabled | `colorNeutralBackgroundInvertedDisabled`} design token.
2200
+ * @public
2201
+ */
1898
2202
  export declare const colorNeutralBackgroundInvertedDisabled = "var(--colorNeutralBackgroundInvertedDisabled)";
1899
2203
 
2204
+ /**
2205
+ * CSS custom property value for the {@link @fluentui/tokens#colorNeutralBackgroundStatic | `colorNeutralBackgroundStatic`} design token.
2206
+ * @public
2207
+ */
1900
2208
  export declare const colorNeutralBackgroundStatic = "var(--colorNeutralBackgroundStatic)";
1901
2209
 
2210
+ /**
2211
+ * CSS custom property value for the {@link @fluentui/tokens#colorNeutralCardBackground | `colorNeutralCardBackground`} design token.
2212
+ * @public
2213
+ */
1902
2214
  export declare const colorNeutralCardBackground = "var(--colorNeutralCardBackground)";
1903
2215
 
2216
+ /**
2217
+ * CSS custom property value for the {@link @fluentui/tokens#colorNeutralCardBackgroundDisabled | `colorNeutralCardBackgroundDisabled`} design token.
2218
+ * @public
2219
+ */
1904
2220
  export declare const colorNeutralCardBackgroundDisabled = "var(--colorNeutralCardBackgroundDisabled)";
1905
2221
 
2222
+ /**
2223
+ * CSS custom property value for the {@link @fluentui/tokens#colorNeutralCardBackgroundHover | `colorNeutralCardBackgroundHover`} design token.
2224
+ * @public
2225
+ */
1906
2226
  export declare const colorNeutralCardBackgroundHover = "var(--colorNeutralCardBackgroundHover)";
1907
2227
 
2228
+ /**
2229
+ * CSS custom property value for the {@link @fluentui/tokens#colorNeutralCardBackgroundPressed | `colorNeutralCardBackgroundPressed`} design token.
2230
+ * @public
2231
+ */
1908
2232
  export declare const colorNeutralCardBackgroundPressed = "var(--colorNeutralCardBackgroundPressed)";
1909
2233
 
2234
+ /**
2235
+ * CSS custom property value for the {@link @fluentui/tokens#colorNeutralCardBackgroundSelected | `colorNeutralCardBackgroundSelected`} design token.
2236
+ * @public
2237
+ */
1910
2238
  export declare const colorNeutralCardBackgroundSelected = "var(--colorNeutralCardBackgroundSelected)";
1911
2239
 
2240
+ /**
2241
+ * CSS custom property value for the {@link @fluentui/tokens#colorNeutralForeground1 | `colorNeutralForeground1`} design token.
2242
+ * @public
2243
+ */
1912
2244
  export declare const colorNeutralForeground1 = "var(--colorNeutralForeground1)";
1913
2245
 
2246
+ /**
2247
+ * CSS custom property value for the {@link @fluentui/tokens#colorNeutralForeground1Hover | `colorNeutralForeground1Hover`} design token.
2248
+ * @public
2249
+ */
1914
2250
  export declare const colorNeutralForeground1Hover = "var(--colorNeutralForeground1Hover)";
1915
2251
 
2252
+ /**
2253
+ * CSS custom property value for the {@link @fluentui/tokens#colorNeutralForeground1Pressed | `colorNeutralForeground1Pressed`} design token.
2254
+ * @public
2255
+ */
1916
2256
  export declare const colorNeutralForeground1Pressed = "var(--colorNeutralForeground1Pressed)";
1917
2257
 
2258
+ /**
2259
+ * CSS custom property value for the {@link @fluentui/tokens#colorNeutralForeground1Selected | `colorNeutralForeground1Selected`} design token.
2260
+ * @public
2261
+ */
1918
2262
  export declare const colorNeutralForeground1Selected = "var(--colorNeutralForeground1Selected)";
1919
2263
 
2264
+ /**
2265
+ * CSS custom property value for the {@link @fluentui/tokens#colorNeutralForeground1Static | `colorNeutralForeground1Static`} design token.
2266
+ * @public
2267
+ */
1920
2268
  export declare const colorNeutralForeground1Static = "var(--colorNeutralForeground1Static)";
1921
2269
 
2270
+ /**
2271
+ * CSS custom property value for the {@link @fluentui/tokens#colorNeutralForeground2 | `colorNeutralForeground2`} design token.
2272
+ * @public
2273
+ */
1922
2274
  export declare const colorNeutralForeground2 = "var(--colorNeutralForeground2)";
1923
2275
 
2276
+ /**
2277
+ * CSS custom property value for the {@link @fluentui/tokens#colorNeutralForeground2BrandHover | `colorNeutralForeground2BrandHover`} design token.
2278
+ * @public
2279
+ */
1924
2280
  export declare const colorNeutralForeground2BrandHover = "var(--colorNeutralForeground2BrandHover)";
1925
2281
 
2282
+ /**
2283
+ * CSS custom property value for the {@link @fluentui/tokens#colorNeutralForeground2BrandPressed | `colorNeutralForeground2BrandPressed`} design token.
2284
+ * @public
2285
+ */
1926
2286
  export declare const colorNeutralForeground2BrandPressed = "var(--colorNeutralForeground2BrandPressed)";
1927
2287
 
2288
+ /**
2289
+ * CSS custom property value for the {@link @fluentui/tokens#colorNeutralForeground2BrandSelected | `colorNeutralForeground2BrandSelected`} design token.
2290
+ * @public
2291
+ */
1928
2292
  export declare const colorNeutralForeground2BrandSelected = "var(--colorNeutralForeground2BrandSelected)";
1929
2293
 
2294
+ /**
2295
+ * CSS custom property value for the {@link @fluentui/tokens#colorNeutralForeground2Hover | `colorNeutralForeground2Hover`} design token.
2296
+ * @public
2297
+ */
1930
2298
  export declare const colorNeutralForeground2Hover = "var(--colorNeutralForeground2Hover)";
1931
2299
 
2300
+ /**
2301
+ * CSS custom property value for the {@link @fluentui/tokens#colorNeutralForeground2Link | `colorNeutralForeground2Link`} design token.
2302
+ * @public
2303
+ */
1932
2304
  export declare const colorNeutralForeground2Link = "var(--colorNeutralForeground2Link)";
1933
2305
 
2306
+ /**
2307
+ * CSS custom property value for the {@link @fluentui/tokens#colorNeutralForeground2LinkHover | `colorNeutralForeground2LinkHover`} design token.
2308
+ * @public
2309
+ */
1934
2310
  export declare const colorNeutralForeground2LinkHover = "var(--colorNeutralForeground2LinkHover)";
1935
2311
 
2312
+ /**
2313
+ * CSS custom property value for the {@link @fluentui/tokens#colorNeutralForeground2LinkPressed | `colorNeutralForeground2LinkPressed`} design token.
2314
+ * @public
2315
+ */
1936
2316
  export declare const colorNeutralForeground2LinkPressed = "var(--colorNeutralForeground2LinkPressed)";
1937
2317
 
2318
+ /**
2319
+ * CSS custom property value for the {@link @fluentui/tokens#colorNeutralForeground2LinkSelected | `colorNeutralForeground2LinkSelected`} design token.
2320
+ * @public
2321
+ */
1938
2322
  export declare const colorNeutralForeground2LinkSelected = "var(--colorNeutralForeground2LinkSelected)";
1939
2323
 
2324
+ /**
2325
+ * CSS custom property value for the {@link @fluentui/tokens#colorNeutralForeground2Pressed | `colorNeutralForeground2Pressed`} design token.
2326
+ * @public
2327
+ */
1940
2328
  export declare const colorNeutralForeground2Pressed = "var(--colorNeutralForeground2Pressed)";
1941
2329
 
2330
+ /**
2331
+ * CSS custom property value for the {@link @fluentui/tokens#colorNeutralForeground2Selected | `colorNeutralForeground2Selected`} design token.
2332
+ * @public
2333
+ */
1942
2334
  export declare const colorNeutralForeground2Selected = "var(--colorNeutralForeground2Selected)";
1943
2335
 
2336
+ /**
2337
+ * CSS custom property value for the {@link @fluentui/tokens#colorNeutralForeground3 | `colorNeutralForeground3`} design token.
2338
+ * @public
2339
+ */
1944
2340
  export declare const colorNeutralForeground3 = "var(--colorNeutralForeground3)";
1945
2341
 
2342
+ /**
2343
+ * CSS custom property value for the {@link @fluentui/tokens#colorNeutralForeground3BrandHover | `colorNeutralForeground3BrandHover`} design token.
2344
+ * @public
2345
+ */
1946
2346
  export declare const colorNeutralForeground3BrandHover = "var(--colorNeutralForeground3BrandHover)";
1947
2347
 
2348
+ /**
2349
+ * CSS custom property value for the {@link @fluentui/tokens#colorNeutralForeground3BrandPressed | `colorNeutralForeground3BrandPressed`} design token.
2350
+ * @public
2351
+ */
1948
2352
  export declare const colorNeutralForeground3BrandPressed = "var(--colorNeutralForeground3BrandPressed)";
1949
2353
 
2354
+ /**
2355
+ * CSS custom property value for the {@link @fluentui/tokens#colorNeutralForeground3BrandSelected | `colorNeutralForeground3BrandSelected`} design token.
2356
+ * @public
2357
+ */
1950
2358
  export declare const colorNeutralForeground3BrandSelected = "var(--colorNeutralForeground3BrandSelected)";
1951
2359
 
2360
+ /**
2361
+ * CSS custom property value for the {@link @fluentui/tokens#colorNeutralForeground3Hover | `colorNeutralForeground3Hover`} design token.
2362
+ * @public
2363
+ */
1952
2364
  export declare const colorNeutralForeground3Hover = "var(--colorNeutralForeground3Hover)";
1953
2365
 
2366
+ /**
2367
+ * CSS custom property value for the {@link @fluentui/tokens#colorNeutralForeground3Pressed | `colorNeutralForeground3Pressed`} design token.
2368
+ * @public
2369
+ */
1954
2370
  export declare const colorNeutralForeground3Pressed = "var(--colorNeutralForeground3Pressed)";
1955
2371
 
2372
+ /**
2373
+ * CSS custom property value for the {@link @fluentui/tokens#colorNeutralForeground3Selected | `colorNeutralForeground3Selected`} design token.
2374
+ * @public
2375
+ */
1956
2376
  export declare const colorNeutralForeground3Selected = "var(--colorNeutralForeground3Selected)";
1957
2377
 
2378
+ /**
2379
+ * CSS custom property value for the {@link @fluentui/tokens#colorNeutralForeground4 | `colorNeutralForeground4`} design token.
2380
+ * @public
2381
+ */
1958
2382
  export declare const colorNeutralForeground4 = "var(--colorNeutralForeground4)";
1959
2383
 
2384
+ /**
2385
+ * CSS custom property value for the {@link @fluentui/tokens#colorNeutralForegroundDisabled | `colorNeutralForegroundDisabled`} design token.
2386
+ * @public
2387
+ */
1960
2388
  export declare const colorNeutralForegroundDisabled = "var(--colorNeutralForegroundDisabled)";
1961
2389
 
2390
+ /**
2391
+ * CSS custom property value for the {@link @fluentui/tokens#colorNeutralForegroundInverted | `colorNeutralForegroundInverted`} design token.
2392
+ * @public
2393
+ */
1962
2394
  export declare const colorNeutralForegroundInverted = "var(--colorNeutralForegroundInverted)";
1963
2395
 
2396
+ /**
2397
+ * CSS custom property value for the {@link @fluentui/tokens#colorNeutralForegroundInverted2 | `colorNeutralForegroundInverted2`} design token.
2398
+ * @public
2399
+ */
1964
2400
  export declare const colorNeutralForegroundInverted2 = "var(--colorNeutralForegroundInverted2)";
1965
2401
 
2402
+ /**
2403
+ * CSS custom property value for the {@link @fluentui/tokens#colorNeutralForegroundInvertedDisabled | `colorNeutralForegroundInvertedDisabled`} design token.
2404
+ * @public
2405
+ */
1966
2406
  export declare const colorNeutralForegroundInvertedDisabled = "var(--colorNeutralForegroundInvertedDisabled)";
1967
2407
 
2408
+ /**
2409
+ * CSS custom property value for the {@link @fluentui/tokens#colorNeutralForegroundInvertedHover | `colorNeutralForegroundInvertedHover`} design token.
2410
+ * @public
2411
+ */
1968
2412
  export declare const colorNeutralForegroundInvertedHover = "var(--colorNeutralForegroundInvertedHover)";
1969
2413
 
2414
+ /**
2415
+ * CSS custom property value for the {@link @fluentui/tokens#colorNeutralForegroundInvertedLink | `colorNeutralForegroundInvertedLink`} design token.
2416
+ * @public
2417
+ */
1970
2418
  export declare const colorNeutralForegroundInvertedLink = "var(--colorNeutralForegroundInvertedLink)";
1971
2419
 
2420
+ /**
2421
+ * CSS custom property value for the {@link @fluentui/tokens#colorNeutralForegroundInvertedLinkHover | `colorNeutralForegroundInvertedLinkHover`} design token.
2422
+ * @public
2423
+ */
1972
2424
  export declare const colorNeutralForegroundInvertedLinkHover = "var(--colorNeutralForegroundInvertedLinkHover)";
1973
2425
 
2426
+ /**
2427
+ * CSS custom property value for the {@link @fluentui/tokens#colorNeutralForegroundInvertedLinkPressed | `colorNeutralForegroundInvertedLinkPressed`} design token.
2428
+ * @public
2429
+ */
1974
2430
  export declare const colorNeutralForegroundInvertedLinkPressed = "var(--colorNeutralForegroundInvertedLinkPressed)";
1975
2431
 
2432
+ /**
2433
+ * CSS custom property value for the {@link @fluentui/tokens#colorNeutralForegroundInvertedLinkSelected | `colorNeutralForegroundInvertedLinkSelected`} design token.
2434
+ * @public
2435
+ */
1976
2436
  export declare const colorNeutralForegroundInvertedLinkSelected = "var(--colorNeutralForegroundInvertedLinkSelected)";
1977
2437
 
2438
+ /**
2439
+ * CSS custom property value for the {@link @fluentui/tokens#colorNeutralForegroundInvertedPressed | `colorNeutralForegroundInvertedPressed`} design token.
2440
+ * @public
2441
+ */
1978
2442
  export declare const colorNeutralForegroundInvertedPressed = "var(--colorNeutralForegroundInvertedPressed)";
1979
2443
 
2444
+ /**
2445
+ * CSS custom property value for the {@link @fluentui/tokens#colorNeutralForegroundInvertedSelected | `colorNeutralForegroundInvertedSelected`} design token.
2446
+ * @public
2447
+ */
1980
2448
  export declare const colorNeutralForegroundInvertedSelected = "var(--colorNeutralForegroundInvertedSelected)";
1981
2449
 
2450
+ /**
2451
+ * CSS custom property value for the {@link @fluentui/tokens#colorNeutralForegroundOnBrand | `colorNeutralForegroundOnBrand`} design token.
2452
+ * @public
2453
+ */
1982
2454
  export declare const colorNeutralForegroundOnBrand = "var(--colorNeutralForegroundOnBrand)";
1983
2455
 
2456
+ /**
2457
+ * CSS custom property value for the {@link @fluentui/tokens#colorNeutralForegroundStaticInverted | `colorNeutralForegroundStaticInverted`} design token.
2458
+ * @public
2459
+ */
1984
2460
  export declare const colorNeutralForegroundStaticInverted = "var(--colorNeutralForegroundStaticInverted)";
1985
2461
 
2462
+ /**
2463
+ * CSS custom property value for the {@link @fluentui/tokens#colorNeutralShadowAmbient | `colorNeutralShadowAmbient`} design token.
2464
+ * @public
2465
+ */
1986
2466
  export declare const colorNeutralShadowAmbient = "var(--colorNeutralShadowAmbient)";
1987
2467
 
2468
+ /**
2469
+ * CSS custom property value for the {@link @fluentui/tokens#colorNeutralShadowAmbientDarker | `colorNeutralShadowAmbientDarker`} design token.
2470
+ * @public
2471
+ */
1988
2472
  export declare const colorNeutralShadowAmbientDarker = "var(--colorNeutralShadowAmbientDarker)";
1989
2473
 
2474
+ /**
2475
+ * CSS custom property value for the {@link @fluentui/tokens#colorNeutralShadowAmbientLighter | `colorNeutralShadowAmbientLighter`} design token.
2476
+ * @public
2477
+ */
1990
2478
  export declare const colorNeutralShadowAmbientLighter = "var(--colorNeutralShadowAmbientLighter)";
1991
2479
 
2480
+ /**
2481
+ * CSS custom property value for the {@link @fluentui/tokens#colorNeutralShadowKey | `colorNeutralShadowKey`} design token.
2482
+ * @public
2483
+ */
1992
2484
  export declare const colorNeutralShadowKey = "var(--colorNeutralShadowKey)";
1993
2485
 
2486
+ /**
2487
+ * CSS custom property value for the {@link @fluentui/tokens#colorNeutralShadowKeyDarker | `colorNeutralShadowKeyDarker`} design token.
2488
+ * @public
2489
+ */
1994
2490
  export declare const colorNeutralShadowKeyDarker = "var(--colorNeutralShadowKeyDarker)";
1995
2491
 
2492
+ /**
2493
+ * CSS custom property value for the {@link @fluentui/tokens#colorNeutralShadowKeyLighter | `colorNeutralShadowKeyLighter`} design token.
2494
+ * @public
2495
+ */
1996
2496
  export declare const colorNeutralShadowKeyLighter = "var(--colorNeutralShadowKeyLighter)";
1997
2497
 
2498
+ /**
2499
+ * CSS custom property value for the {@link @fluentui/tokens#colorNeutralStencil1 | `colorNeutralStencil1`} design token.
2500
+ * @public
2501
+ */
1998
2502
  export declare const colorNeutralStencil1 = "var(--colorNeutralStencil1)";
1999
2503
 
2504
+ /**
2505
+ * CSS custom property value for the {@link @fluentui/tokens#colorNeutralStencil1Alpha | `colorNeutralStencil1Alpha`} design token.
2506
+ * @public
2507
+ */
2000
2508
  export declare const colorNeutralStencil1Alpha = "var(--colorNeutralStencil1Alpha)";
2001
2509
 
2510
+ /**
2511
+ * CSS custom property value for the {@link @fluentui/tokens#colorNeutralStencil2 | `colorNeutralStencil2`} design token.
2512
+ * @public
2513
+ */
2002
2514
  export declare const colorNeutralStencil2 = "var(--colorNeutralStencil2)";
2003
2515
 
2516
+ /**
2517
+ * CSS custom property value for the {@link @fluentui/tokens#colorNeutralStencil2Alpha | `colorNeutralStencil2Alpha`} design token.
2518
+ * @public
2519
+ */
2004
2520
  export declare const colorNeutralStencil2Alpha = "var(--colorNeutralStencil2Alpha)";
2005
2521
 
2522
+ /**
2523
+ * CSS custom property value for the {@link @fluentui/tokens#colorNeutralStroke1 | `colorNeutralStroke1`} design token.
2524
+ * @public
2525
+ */
2006
2526
  export declare const colorNeutralStroke1 = "var(--colorNeutralStroke1)";
2007
2527
 
2528
+ /**
2529
+ * CSS custom property value for the {@link @fluentui/tokens#colorNeutralStroke1Hover | `colorNeutralStroke1Hover`} design token.
2530
+ * @public
2531
+ */
2008
2532
  export declare const colorNeutralStroke1Hover = "var(--colorNeutralStroke1Hover)";
2009
2533
 
2534
+ /**
2535
+ * CSS custom property value for the {@link @fluentui/tokens#colorNeutralStroke1Pressed | `colorNeutralStroke1Pressed`} design token.
2536
+ * @public
2537
+ */
2010
2538
  export declare const colorNeutralStroke1Pressed = "var(--colorNeutralStroke1Pressed)";
2011
2539
 
2540
+ /**
2541
+ * CSS custom property value for the {@link @fluentui/tokens#colorNeutralStroke1Selected | `colorNeutralStroke1Selected`} design token.
2542
+ * @public
2543
+ */
2012
2544
  export declare const colorNeutralStroke1Selected = "var(--colorNeutralStroke1Selected)";
2013
2545
 
2546
+ /**
2547
+ * CSS custom property value for the {@link @fluentui/tokens#colorNeutralStroke2 | `colorNeutralStroke2`} design token.
2548
+ * @public
2549
+ */
2014
2550
  export declare const colorNeutralStroke2 = "var(--colorNeutralStroke2)";
2015
2551
 
2552
+ /**
2553
+ * CSS custom property value for the {@link @fluentui/tokens#colorNeutralStroke3 | `colorNeutralStroke3`} design token.
2554
+ * @public
2555
+ */
2016
2556
  export declare const colorNeutralStroke3 = "var(--colorNeutralStroke3)";
2017
2557
 
2558
+ /**
2559
+ * CSS custom property value for the {@link @fluentui/tokens#colorNeutralStrokeAccessible | `colorNeutralStrokeAccessible`} design token.
2560
+ * @public
2561
+ */
2018
2562
  export declare const colorNeutralStrokeAccessible = "var(--colorNeutralStrokeAccessible)";
2019
2563
 
2564
+ /**
2565
+ * CSS custom property value for the {@link @fluentui/tokens#colorNeutralStrokeAccessibleHover | `colorNeutralStrokeAccessibleHover`} design token.
2566
+ * @public
2567
+ */
2020
2568
  export declare const colorNeutralStrokeAccessibleHover = "var(--colorNeutralStrokeAccessibleHover)";
2021
2569
 
2570
+ /**
2571
+ * CSS custom property value for the {@link @fluentui/tokens#colorNeutralStrokeAccessiblePressed | `colorNeutralStrokeAccessiblePressed`} design token.
2572
+ * @public
2573
+ */
2022
2574
  export declare const colorNeutralStrokeAccessiblePressed = "var(--colorNeutralStrokeAccessiblePressed)";
2023
2575
 
2576
+ /**
2577
+ * CSS custom property value for the {@link @fluentui/tokens#colorNeutralStrokeAccessibleSelected | `colorNeutralStrokeAccessibleSelected`} design token.
2578
+ * @public
2579
+ */
2024
2580
  export declare const colorNeutralStrokeAccessibleSelected = "var(--colorNeutralStrokeAccessibleSelected)";
2025
2581
 
2582
+ /**
2583
+ * CSS custom property value for the {@link @fluentui/tokens#colorNeutralStrokeAlpha | `colorNeutralStrokeAlpha`} design token.
2584
+ * @public
2585
+ */
2026
2586
  export declare const colorNeutralStrokeAlpha = "var(--colorNeutralStrokeAlpha)";
2027
2587
 
2588
+ /**
2589
+ * CSS custom property value for the {@link @fluentui/tokens#colorNeutralStrokeAlpha2 | `colorNeutralStrokeAlpha2`} design token.
2590
+ * @public
2591
+ */
2028
2592
  export declare const colorNeutralStrokeAlpha2 = "var(--colorNeutralStrokeAlpha2)";
2029
2593
 
2594
+ /**
2595
+ * CSS custom property value for the {@link @fluentui/tokens#colorNeutralStrokeDisabled | `colorNeutralStrokeDisabled`} design token.
2596
+ * @public
2597
+ */
2030
2598
  export declare const colorNeutralStrokeDisabled = "var(--colorNeutralStrokeDisabled)";
2031
2599
 
2600
+ /**
2601
+ * CSS custom property value for the {@link @fluentui/tokens#colorNeutralStrokeInvertedDisabled | `colorNeutralStrokeInvertedDisabled`} design token.
2602
+ * @public
2603
+ */
2032
2604
  export declare const colorNeutralStrokeInvertedDisabled = "var(--colorNeutralStrokeInvertedDisabled)";
2033
2605
 
2606
+ /**
2607
+ * CSS custom property value for the {@link @fluentui/tokens#colorNeutralStrokeOnBrand | `colorNeutralStrokeOnBrand`} design token.
2608
+ * @public
2609
+ */
2034
2610
  export declare const colorNeutralStrokeOnBrand = "var(--colorNeutralStrokeOnBrand)";
2035
2611
 
2612
+ /**
2613
+ * CSS custom property value for the {@link @fluentui/tokens#colorNeutralStrokeOnBrand2 | `colorNeutralStrokeOnBrand2`} design token.
2614
+ * @public
2615
+ */
2036
2616
  export declare const colorNeutralStrokeOnBrand2 = "var(--colorNeutralStrokeOnBrand2)";
2037
2617
 
2618
+ /**
2619
+ * CSS custom property value for the {@link @fluentui/tokens#colorNeutralStrokeOnBrand2Hover | `colorNeutralStrokeOnBrand2Hover`} design token.
2620
+ * @public
2621
+ */
2038
2622
  export declare const colorNeutralStrokeOnBrand2Hover = "var(--colorNeutralStrokeOnBrand2Hover)";
2039
2623
 
2624
+ /**
2625
+ * CSS custom property value for the {@link @fluentui/tokens#colorNeutralStrokeOnBrand2Pressed | `colorNeutralStrokeOnBrand2Pressed`} design token.
2626
+ * @public
2627
+ */
2040
2628
  export declare const colorNeutralStrokeOnBrand2Pressed = "var(--colorNeutralStrokeOnBrand2Pressed)";
2041
2629
 
2630
+ /**
2631
+ * CSS custom property value for the {@link @fluentui/tokens#colorNeutralStrokeOnBrand2Selected | `colorNeutralStrokeOnBrand2Selected`} design token.
2632
+ * @public
2633
+ */
2042
2634
  export declare const colorNeutralStrokeOnBrand2Selected = "var(--colorNeutralStrokeOnBrand2Selected)";
2043
2635
 
2636
+ /**
2637
+ * CSS custom property value for the {@link @fluentui/tokens#colorNeutralStrokeSubtle | `colorNeutralStrokeSubtle`} design token.
2638
+ * @public
2639
+ */
2044
2640
  export declare const colorNeutralStrokeSubtle = "var(--colorNeutralStrokeSubtle)";
2045
2641
 
2642
+ /**
2643
+ * CSS custom property value for the {@link @fluentui/tokens#colorPaletteAnchorBackground2 | `colorPaletteAnchorBackground2`} design token.
2644
+ * @public
2645
+ */
2046
2646
  export declare const colorPaletteAnchorBackground2 = "var(--colorPaletteAnchorBackground2)";
2047
2647
 
2648
+ /**
2649
+ * CSS custom property value for the {@link @fluentui/tokens#colorPaletteAnchorBorderActive | `colorPaletteAnchorBorderActive`} design token.
2650
+ * @public
2651
+ */
2048
2652
  export declare const colorPaletteAnchorBorderActive = "var(--colorPaletteAnchorBorderActive)";
2049
2653
 
2654
+ /**
2655
+ * CSS custom property value for the {@link @fluentui/tokens#colorPaletteAnchorForeground2 | `colorPaletteAnchorForeground2`} design token.
2656
+ * @public
2657
+ */
2050
2658
  export declare const colorPaletteAnchorForeground2 = "var(--colorPaletteAnchorForeground2)";
2051
2659
 
2660
+ /**
2661
+ * CSS custom property value for the {@link @fluentui/tokens#colorPaletteBeigeBackground2 | `colorPaletteBeigeBackground2`} design token.
2662
+ * @public
2663
+ */
2052
2664
  export declare const colorPaletteBeigeBackground2 = "var(--colorPaletteBeigeBackground2)";
2053
2665
 
2666
+ /**
2667
+ * CSS custom property value for the {@link @fluentui/tokens#colorPaletteBeigeBorderActive | `colorPaletteBeigeBorderActive`} design token.
2668
+ * @public
2669
+ */
2054
2670
  export declare const colorPaletteBeigeBorderActive = "var(--colorPaletteBeigeBorderActive)";
2055
2671
 
2672
+ /**
2673
+ * CSS custom property value for the {@link @fluentui/tokens#colorPaletteBeigeForeground2 | `colorPaletteBeigeForeground2`} design token.
2674
+ * @public
2675
+ */
2056
2676
  export declare const colorPaletteBeigeForeground2 = "var(--colorPaletteBeigeForeground2)";
2057
2677
 
2678
+ /**
2679
+ * CSS custom property value for the {@link @fluentui/tokens#colorPaletteBerryBackground1 | `colorPaletteBerryBackground1`} design token.
2680
+ * @public
2681
+ */
2058
2682
  export declare const colorPaletteBerryBackground1 = "var(--colorPaletteBerryBackground1)";
2059
2683
 
2684
+ /**
2685
+ * CSS custom property value for the {@link @fluentui/tokens#colorPaletteBerryBackground2 | `colorPaletteBerryBackground2`} design token.
2686
+ * @public
2687
+ */
2060
2688
  export declare const colorPaletteBerryBackground2 = "var(--colorPaletteBerryBackground2)";
2061
2689
 
2690
+ /**
2691
+ * CSS custom property value for the {@link @fluentui/tokens#colorPaletteBerryBackground3 | `colorPaletteBerryBackground3`} design token.
2692
+ * @public
2693
+ */
2062
2694
  export declare const colorPaletteBerryBackground3 = "var(--colorPaletteBerryBackground3)";
2063
2695
 
2696
+ /**
2697
+ * CSS custom property value for the {@link @fluentui/tokens#colorPaletteBerryBorder1 | `colorPaletteBerryBorder1`} design token.
2698
+ * @public
2699
+ */
2064
2700
  export declare const colorPaletteBerryBorder1 = "var(--colorPaletteBerryBorder1)";
2065
2701
 
2702
+ /**
2703
+ * CSS custom property value for the {@link @fluentui/tokens#colorPaletteBerryBorder2 | `colorPaletteBerryBorder2`} design token.
2704
+ * @public
2705
+ */
2066
2706
  export declare const colorPaletteBerryBorder2 = "var(--colorPaletteBerryBorder2)";
2067
2707
 
2708
+ /**
2709
+ * CSS custom property value for the {@link @fluentui/tokens#colorPaletteBerryBorderActive | `colorPaletteBerryBorderActive`} design token.
2710
+ * @public
2711
+ */
2068
2712
  export declare const colorPaletteBerryBorderActive = "var(--colorPaletteBerryBorderActive)";
2069
2713
 
2714
+ /**
2715
+ * CSS custom property value for the {@link @fluentui/tokens#colorPaletteBerryForeground1 | `colorPaletteBerryForeground1`} design token.
2716
+ * @public
2717
+ */
2070
2718
  export declare const colorPaletteBerryForeground1 = "var(--colorPaletteBerryForeground1)";
2071
2719
 
2720
+ /**
2721
+ * CSS custom property value for the {@link @fluentui/tokens#colorPaletteBerryForeground2 | `colorPaletteBerryForeground2`} design token.
2722
+ * @public
2723
+ */
2072
2724
  export declare const colorPaletteBerryForeground2 = "var(--colorPaletteBerryForeground2)";
2073
2725
 
2726
+ /**
2727
+ * CSS custom property value for the {@link @fluentui/tokens#colorPaletteBerryForeground3 | `colorPaletteBerryForeground3`} design token.
2728
+ * @public
2729
+ */
2074
2730
  export declare const colorPaletteBerryForeground3 = "var(--colorPaletteBerryForeground3)";
2075
2731
 
2732
+ /**
2733
+ * CSS custom property value for the {@link @fluentui/tokens#colorPaletteBlueBackground2 | `colorPaletteBlueBackground2`} design token.
2734
+ * @public
2735
+ */
2076
2736
  export declare const colorPaletteBlueBackground2 = "var(--colorPaletteBlueBackground2)";
2077
2737
 
2738
+ /**
2739
+ * CSS custom property value for the {@link @fluentui/tokens#colorPaletteBlueBorderActive | `colorPaletteBlueBorderActive`} design token.
2740
+ * @public
2741
+ */
2078
2742
  export declare const colorPaletteBlueBorderActive = "var(--colorPaletteBlueBorderActive)";
2079
2743
 
2744
+ /**
2745
+ * CSS custom property value for the {@link @fluentui/tokens#colorPaletteBlueForeground2 | `colorPaletteBlueForeground2`} design token.
2746
+ * @public
2747
+ */
2080
2748
  export declare const colorPaletteBlueForeground2 = "var(--colorPaletteBlueForeground2)";
2081
2749
 
2750
+ /**
2751
+ * CSS custom property value for the {@link @fluentui/tokens#colorPaletteBrassBackground2 | `colorPaletteBrassBackground2`} design token.
2752
+ * @public
2753
+ */
2082
2754
  export declare const colorPaletteBrassBackground2 = "var(--colorPaletteBrassBackground2)";
2083
2755
 
2756
+ /**
2757
+ * CSS custom property value for the {@link @fluentui/tokens#colorPaletteBrassBorderActive | `colorPaletteBrassBorderActive`} design token.
2758
+ * @public
2759
+ */
2084
2760
  export declare const colorPaletteBrassBorderActive = "var(--colorPaletteBrassBorderActive)";
2085
2761
 
2762
+ /**
2763
+ * CSS custom property value for the {@link @fluentui/tokens#colorPaletteBrassForeground2 | `colorPaletteBrassForeground2`} design token.
2764
+ * @public
2765
+ */
2086
2766
  export declare const colorPaletteBrassForeground2 = "var(--colorPaletteBrassForeground2)";
2087
2767
 
2768
+ /**
2769
+ * CSS custom property value for the {@link @fluentui/tokens#colorPaletteBrownBackground2 | `colorPaletteBrownBackground2`} design token.
2770
+ * @public
2771
+ */
2088
2772
  export declare const colorPaletteBrownBackground2 = "var(--colorPaletteBrownBackground2)";
2089
2773
 
2774
+ /**
2775
+ * CSS custom property value for the {@link @fluentui/tokens#colorPaletteBrownBorderActive | `colorPaletteBrownBorderActive`} design token.
2776
+ * @public
2777
+ */
2090
2778
  export declare const colorPaletteBrownBorderActive = "var(--colorPaletteBrownBorderActive)";
2091
2779
 
2780
+ /**
2781
+ * CSS custom property value for the {@link @fluentui/tokens#colorPaletteBrownForeground2 | `colorPaletteBrownForeground2`} design token.
2782
+ * @public
2783
+ */
2092
2784
  export declare const colorPaletteBrownForeground2 = "var(--colorPaletteBrownForeground2)";
2093
2785
 
2786
+ /**
2787
+ * CSS custom property value for the {@link @fluentui/tokens#colorPaletteCornflowerBackground2 | `colorPaletteCornflowerBackground2`} design token.
2788
+ * @public
2789
+ */
2094
2790
  export declare const colorPaletteCornflowerBackground2 = "var(--colorPaletteCornflowerBackground2)";
2095
2791
 
2792
+ /**
2793
+ * CSS custom property value for the {@link @fluentui/tokens#colorPaletteCornflowerBorderActive | `colorPaletteCornflowerBorderActive`} design token.
2794
+ * @public
2795
+ */
2096
2796
  export declare const colorPaletteCornflowerBorderActive = "var(--colorPaletteCornflowerBorderActive)";
2097
2797
 
2798
+ /**
2799
+ * CSS custom property value for the {@link @fluentui/tokens#colorPaletteCornflowerForeground2 | `colorPaletteCornflowerForeground2`} design token.
2800
+ * @public
2801
+ */
2098
2802
  export declare const colorPaletteCornflowerForeground2 = "var(--colorPaletteCornflowerForeground2)";
2099
2803
 
2804
+ /**
2805
+ * CSS custom property value for the {@link @fluentui/tokens#colorPaletteCranberryBackground2 | `colorPaletteCranberryBackground2`} design token.
2806
+ * @public
2807
+ */
2100
2808
  export declare const colorPaletteCranberryBackground2 = "var(--colorPaletteCranberryBackground2)";
2101
2809
 
2810
+ /**
2811
+ * CSS custom property value for the {@link @fluentui/tokens#colorPaletteCranberryBorderActive | `colorPaletteCranberryBorderActive`} design token.
2812
+ * @public
2813
+ */
2102
2814
  export declare const colorPaletteCranberryBorderActive = "var(--colorPaletteCranberryBorderActive)";
2103
2815
 
2816
+ /**
2817
+ * CSS custom property value for the {@link @fluentui/tokens#colorPaletteCranberryForeground2 | `colorPaletteCranberryForeground2`} design token.
2818
+ * @public
2819
+ */
2104
2820
  export declare const colorPaletteCranberryForeground2 = "var(--colorPaletteCranberryForeground2)";
2105
2821
 
2822
+ /**
2823
+ * CSS custom property value for the {@link @fluentui/tokens#colorPaletteDarkGreenBackground2 | `colorPaletteDarkGreenBackground2`} design token.
2824
+ * @public
2825
+ */
2106
2826
  export declare const colorPaletteDarkGreenBackground2 = "var(--colorPaletteDarkGreenBackground2)";
2107
2827
 
2828
+ /**
2829
+ * CSS custom property value for the {@link @fluentui/tokens#colorPaletteDarkGreenBorderActive | `colorPaletteDarkGreenBorderActive`} design token.
2830
+ * @public
2831
+ */
2108
2832
  export declare const colorPaletteDarkGreenBorderActive = "var(--colorPaletteDarkGreenBorderActive)";
2109
2833
 
2834
+ /**
2835
+ * CSS custom property value for the {@link @fluentui/tokens#colorPaletteDarkGreenForeground2 | `colorPaletteDarkGreenForeground2`} design token.
2836
+ * @public
2837
+ */
2110
2838
  export declare const colorPaletteDarkGreenForeground2 = "var(--colorPaletteDarkGreenForeground2)";
2111
2839
 
2840
+ /**
2841
+ * CSS custom property value for the {@link @fluentui/tokens#colorPaletteDarkOrangeBackground1 | `colorPaletteDarkOrangeBackground1`} design token.
2842
+ * @public
2843
+ */
2112
2844
  export declare const colorPaletteDarkOrangeBackground1 = "var(--colorPaletteDarkOrangeBackground1)";
2113
2845
 
2846
+ /**
2847
+ * CSS custom property value for the {@link @fluentui/tokens#colorPaletteDarkOrangeBackground2 | `colorPaletteDarkOrangeBackground2`} design token.
2848
+ * @public
2849
+ */
2114
2850
  export declare const colorPaletteDarkOrangeBackground2 = "var(--colorPaletteDarkOrangeBackground2)";
2115
2851
 
2852
+ /**
2853
+ * CSS custom property value for the {@link @fluentui/tokens#colorPaletteDarkOrangeBackground3 | `colorPaletteDarkOrangeBackground3`} design token.
2854
+ * @public
2855
+ */
2116
2856
  export declare const colorPaletteDarkOrangeBackground3 = "var(--colorPaletteDarkOrangeBackground3)";
2117
2857
 
2858
+ /**
2859
+ * CSS custom property value for the {@link @fluentui/tokens#colorPaletteDarkOrangeBorder1 | `colorPaletteDarkOrangeBorder1`} design token.
2860
+ * @public
2861
+ */
2118
2862
  export declare const colorPaletteDarkOrangeBorder1 = "var(--colorPaletteDarkOrangeBorder1)";
2119
2863
 
2864
+ /**
2865
+ * CSS custom property value for the {@link @fluentui/tokens#colorPaletteDarkOrangeBorder2 | `colorPaletteDarkOrangeBorder2`} design token.
2866
+ * @public
2867
+ */
2120
2868
  export declare const colorPaletteDarkOrangeBorder2 = "var(--colorPaletteDarkOrangeBorder2)";
2121
2869
 
2870
+ /**
2871
+ * CSS custom property value for the {@link @fluentui/tokens#colorPaletteDarkOrangeBorderActive | `colorPaletteDarkOrangeBorderActive`} design token.
2872
+ * @public
2873
+ */
2122
2874
  export declare const colorPaletteDarkOrangeBorderActive = "var(--colorPaletteDarkOrangeBorderActive)";
2123
2875
 
2876
+ /**
2877
+ * CSS custom property value for the {@link @fluentui/tokens#colorPaletteDarkOrangeForeground1 | `colorPaletteDarkOrangeForeground1`} design token.
2878
+ * @public
2879
+ */
2124
2880
  export declare const colorPaletteDarkOrangeForeground1 = "var(--colorPaletteDarkOrangeForeground1)";
2125
2881
 
2882
+ /**
2883
+ * CSS custom property value for the {@link @fluentui/tokens#colorPaletteDarkOrangeForeground2 | `colorPaletteDarkOrangeForeground2`} design token.
2884
+ * @public
2885
+ */
2126
2886
  export declare const colorPaletteDarkOrangeForeground2 = "var(--colorPaletteDarkOrangeForeground2)";
2127
2887
 
2888
+ /**
2889
+ * CSS custom property value for the {@link @fluentui/tokens#colorPaletteDarkOrangeForeground3 | `colorPaletteDarkOrangeForeground3`} design token.
2890
+ * @public
2891
+ */
2128
2892
  export declare const colorPaletteDarkOrangeForeground3 = "var(--colorPaletteDarkOrangeForeground3)";
2129
2893
 
2894
+ /**
2895
+ * CSS custom property value for the {@link @fluentui/tokens#colorPaletteDarkRedBackground2 | `colorPaletteDarkRedBackground2`} design token.
2896
+ * @public
2897
+ */
2130
2898
  export declare const colorPaletteDarkRedBackground2 = "var(--colorPaletteDarkRedBackground2)";
2131
2899
 
2900
+ /**
2901
+ * CSS custom property value for the {@link @fluentui/tokens#colorPaletteDarkRedBorderActive | `colorPaletteDarkRedBorderActive`} design token.
2902
+ * @public
2903
+ */
2132
2904
  export declare const colorPaletteDarkRedBorderActive = "var(--colorPaletteDarkRedBorderActive)";
2133
2905
 
2906
+ /**
2907
+ * CSS custom property value for the {@link @fluentui/tokens#colorPaletteDarkRedForeground2 | `colorPaletteDarkRedForeground2`} design token.
2908
+ * @public
2909
+ */
2134
2910
  export declare const colorPaletteDarkRedForeground2 = "var(--colorPaletteDarkRedForeground2)";
2135
2911
 
2912
+ /**
2913
+ * CSS custom property value for the {@link @fluentui/tokens#colorPaletteForestBackground2 | `colorPaletteForestBackground2`} design token.
2914
+ * @public
2915
+ */
2136
2916
  export declare const colorPaletteForestBackground2 = "var(--colorPaletteForestBackground2)";
2137
2917
 
2918
+ /**
2919
+ * CSS custom property value for the {@link @fluentui/tokens#colorPaletteForestBorderActive | `colorPaletteForestBorderActive`} design token.
2920
+ * @public
2921
+ */
2138
2922
  export declare const colorPaletteForestBorderActive = "var(--colorPaletteForestBorderActive)";
2139
2923
 
2924
+ /**
2925
+ * CSS custom property value for the {@link @fluentui/tokens#colorPaletteForestForeground2 | `colorPaletteForestForeground2`} design token.
2926
+ * @public
2927
+ */
2140
2928
  export declare const colorPaletteForestForeground2 = "var(--colorPaletteForestForeground2)";
2141
2929
 
2930
+ /**
2931
+ * CSS custom property value for the {@link @fluentui/tokens#colorPaletteGoldBackground2 | `colorPaletteGoldBackground2`} design token.
2932
+ * @public
2933
+ */
2142
2934
  export declare const colorPaletteGoldBackground2 = "var(--colorPaletteGoldBackground2)";
2143
2935
 
2936
+ /**
2937
+ * CSS custom property value for the {@link @fluentui/tokens#colorPaletteGoldBorderActive | `colorPaletteGoldBorderActive`} design token.
2938
+ * @public
2939
+ */
2144
2940
  export declare const colorPaletteGoldBorderActive = "var(--colorPaletteGoldBorderActive)";
2145
2941
 
2942
+ /**
2943
+ * CSS custom property value for the {@link @fluentui/tokens#colorPaletteGoldForeground2 | `colorPaletteGoldForeground2`} design token.
2944
+ * @public
2945
+ */
2146
2946
  export declare const colorPaletteGoldForeground2 = "var(--colorPaletteGoldForeground2)";
2147
2947
 
2948
+ /**
2949
+ * CSS custom property value for the {@link @fluentui/tokens#colorPaletteGrapeBackground2 | `colorPaletteGrapeBackground2`} design token.
2950
+ * @public
2951
+ */
2148
2952
  export declare const colorPaletteGrapeBackground2 = "var(--colorPaletteGrapeBackground2)";
2149
2953
 
2954
+ /**
2955
+ * CSS custom property value for the {@link @fluentui/tokens#colorPaletteGrapeBorderActive | `colorPaletteGrapeBorderActive`} design token.
2956
+ * @public
2957
+ */
2150
2958
  export declare const colorPaletteGrapeBorderActive = "var(--colorPaletteGrapeBorderActive)";
2151
2959
 
2960
+ /**
2961
+ * CSS custom property value for the {@link @fluentui/tokens#colorPaletteGrapeForeground2 | `colorPaletteGrapeForeground2`} design token.
2962
+ * @public
2963
+ */
2152
2964
  export declare const colorPaletteGrapeForeground2 = "var(--colorPaletteGrapeForeground2)";
2153
2965
 
2966
+ /**
2967
+ * CSS custom property value for the {@link @fluentui/tokens#colorPaletteGreenBackground1 | `colorPaletteGreenBackground1`} design token.
2968
+ * @public
2969
+ */
2154
2970
  export declare const colorPaletteGreenBackground1 = "var(--colorPaletteGreenBackground1)";
2155
2971
 
2972
+ /**
2973
+ * CSS custom property value for the {@link @fluentui/tokens#colorPaletteGreenBackground2 | `colorPaletteGreenBackground2`} design token.
2974
+ * @public
2975
+ */
2156
2976
  export declare const colorPaletteGreenBackground2 = "var(--colorPaletteGreenBackground2)";
2157
2977
 
2978
+ /**
2979
+ * CSS custom property value for the {@link @fluentui/tokens#colorPaletteGreenBackground3 | `colorPaletteGreenBackground3`} design token.
2980
+ * @public
2981
+ */
2158
2982
  export declare const colorPaletteGreenBackground3 = "var(--colorPaletteGreenBackground3)";
2159
2983
 
2984
+ /**
2985
+ * CSS custom property value for the {@link @fluentui/tokens#colorPaletteGreenBorder1 | `colorPaletteGreenBorder1`} design token.
2986
+ * @public
2987
+ */
2160
2988
  export declare const colorPaletteGreenBorder1 = "var(--colorPaletteGreenBorder1)";
2161
2989
 
2990
+ /**
2991
+ * CSS custom property value for the {@link @fluentui/tokens#colorPaletteGreenBorder2 | `colorPaletteGreenBorder2`} design token.
2992
+ * @public
2993
+ */
2162
2994
  export declare const colorPaletteGreenBorder2 = "var(--colorPaletteGreenBorder2)";
2163
2995
 
2996
+ /**
2997
+ * CSS custom property value for the {@link @fluentui/tokens#colorPaletteGreenBorderActive | `colorPaletteGreenBorderActive`} design token.
2998
+ * @public
2999
+ */
2164
3000
  export declare const colorPaletteGreenBorderActive = "var(--colorPaletteGreenBorderActive)";
2165
3001
 
3002
+ /**
3003
+ * CSS custom property value for the {@link @fluentui/tokens#colorPaletteGreenForeground1 | `colorPaletteGreenForeground1`} design token.
3004
+ * @public
3005
+ */
2166
3006
  export declare const colorPaletteGreenForeground1 = "var(--colorPaletteGreenForeground1)";
2167
3007
 
3008
+ /**
3009
+ * CSS custom property value for the {@link @fluentui/tokens#colorPaletteGreenForeground2 | `colorPaletteGreenForeground2`} design token.
3010
+ * @public
3011
+ */
2168
3012
  export declare const colorPaletteGreenForeground2 = "var(--colorPaletteGreenForeground2)";
2169
3013
 
3014
+ /**
3015
+ * CSS custom property value for the {@link @fluentui/tokens#colorPaletteGreenForeground3 | `colorPaletteGreenForeground3`} design token.
3016
+ * @public
3017
+ */
2170
3018
  export declare const colorPaletteGreenForeground3 = "var(--colorPaletteGreenForeground3)";
2171
3019
 
3020
+ /**
3021
+ * CSS custom property value for the {@link @fluentui/tokens#colorPaletteGreenForegroundInverted | `colorPaletteGreenForegroundInverted`} design token.
3022
+ * @public
3023
+ */
2172
3024
  export declare const colorPaletteGreenForegroundInverted = "var(--colorPaletteGreenForegroundInverted)";
2173
3025
 
3026
+ /**
3027
+ * CSS custom property value for the {@link @fluentui/tokens#colorPaletteLavenderBackground2 | `colorPaletteLavenderBackground2`} design token.
3028
+ * @public
3029
+ */
2174
3030
  export declare const colorPaletteLavenderBackground2 = "var(--colorPaletteLavenderBackground2)";
2175
3031
 
3032
+ /**
3033
+ * CSS custom property value for the {@link @fluentui/tokens#colorPaletteLavenderBorderActive | `colorPaletteLavenderBorderActive`} design token.
3034
+ * @public
3035
+ */
2176
3036
  export declare const colorPaletteLavenderBorderActive = "var(--colorPaletteLavenderBorderActive)";
2177
3037
 
3038
+ /**
3039
+ * CSS custom property value for the {@link @fluentui/tokens#colorPaletteLavenderForeground2 | `colorPaletteLavenderForeground2`} design token.
3040
+ * @public
3041
+ */
2178
3042
  export declare const colorPaletteLavenderForeground2 = "var(--colorPaletteLavenderForeground2)";
2179
3043
 
3044
+ /**
3045
+ * CSS custom property value for the {@link @fluentui/tokens#colorPaletteLightGreenBackground1 | `colorPaletteLightGreenBackground1`} design token.
3046
+ * @public
3047
+ */
2180
3048
  export declare const colorPaletteLightGreenBackground1 = "var(--colorPaletteLightGreenBackground1)";
2181
3049
 
3050
+ /**
3051
+ * CSS custom property value for the {@link @fluentui/tokens#colorPaletteLightGreenBackground2 | `colorPaletteLightGreenBackground2`} design token.
3052
+ * @public
3053
+ */
2182
3054
  export declare const colorPaletteLightGreenBackground2 = "var(--colorPaletteLightGreenBackground2)";
2183
3055
 
3056
+ /**
3057
+ * CSS custom property value for the {@link @fluentui/tokens#colorPaletteLightGreenBackground3 | `colorPaletteLightGreenBackground3`} design token.
3058
+ * @public
3059
+ */
2184
3060
  export declare const colorPaletteLightGreenBackground3 = "var(--colorPaletteLightGreenBackground3)";
2185
3061
 
3062
+ /**
3063
+ * CSS custom property value for the {@link @fluentui/tokens#colorPaletteLightGreenBorder1 | `colorPaletteLightGreenBorder1`} design token.
3064
+ * @public
3065
+ */
2186
3066
  export declare const colorPaletteLightGreenBorder1 = "var(--colorPaletteLightGreenBorder1)";
2187
3067
 
3068
+ /**
3069
+ * CSS custom property value for the {@link @fluentui/tokens#colorPaletteLightGreenBorder2 | `colorPaletteLightGreenBorder2`} design token.
3070
+ * @public
3071
+ */
2188
3072
  export declare const colorPaletteLightGreenBorder2 = "var(--colorPaletteLightGreenBorder2)";
2189
3073
 
3074
+ /**
3075
+ * CSS custom property value for the {@link @fluentui/tokens#colorPaletteLightGreenBorderActive | `colorPaletteLightGreenBorderActive`} design token.
3076
+ * @public
3077
+ */
2190
3078
  export declare const colorPaletteLightGreenBorderActive = "var(--colorPaletteLightGreenBorderActive)";
2191
3079
 
3080
+ /**
3081
+ * CSS custom property value for the {@link @fluentui/tokens#colorPaletteLightGreenForeground1 | `colorPaletteLightGreenForeground1`} design token.
3082
+ * @public
3083
+ */
2192
3084
  export declare const colorPaletteLightGreenForeground1 = "var(--colorPaletteLightGreenForeground1)";
2193
3085
 
3086
+ /**
3087
+ * CSS custom property value for the {@link @fluentui/tokens#colorPaletteLightGreenForeground2 | `colorPaletteLightGreenForeground2`} design token.
3088
+ * @public
3089
+ */
2194
3090
  export declare const colorPaletteLightGreenForeground2 = "var(--colorPaletteLightGreenForeground2)";
2195
3091
 
3092
+ /**
3093
+ * CSS custom property value for the {@link @fluentui/tokens#colorPaletteLightGreenForeground3 | `colorPaletteLightGreenForeground3`} design token.
3094
+ * @public
3095
+ */
2196
3096
  export declare const colorPaletteLightGreenForeground3 = "var(--colorPaletteLightGreenForeground3)";
2197
3097
 
3098
+ /**
3099
+ * CSS custom property value for the {@link @fluentui/tokens#colorPaletteLightTealBackground2 | `colorPaletteLightTealBackground2`} design token.
3100
+ * @public
3101
+ */
2198
3102
  export declare const colorPaletteLightTealBackground2 = "var(--colorPaletteLightTealBackground2)";
2199
3103
 
3104
+ /**
3105
+ * CSS custom property value for the {@link @fluentui/tokens#colorPaletteLightTealBorderActive | `colorPaletteLightTealBorderActive`} design token.
3106
+ * @public
3107
+ */
2200
3108
  export declare const colorPaletteLightTealBorderActive = "var(--colorPaletteLightTealBorderActive)";
2201
3109
 
3110
+ /**
3111
+ * CSS custom property value for the {@link @fluentui/tokens#colorPaletteLightTealForeground2 | `colorPaletteLightTealForeground2`} design token.
3112
+ * @public
3113
+ */
2202
3114
  export declare const colorPaletteLightTealForeground2 = "var(--colorPaletteLightTealForeground2)";
2203
3115
 
3116
+ /**
3117
+ * CSS custom property value for the {@link @fluentui/tokens#colorPaletteLilacBackground2 | `colorPaletteLilacBackground2`} design token.
3118
+ * @public
3119
+ */
2204
3120
  export declare const colorPaletteLilacBackground2 = "var(--colorPaletteLilacBackground2)";
2205
3121
 
3122
+ /**
3123
+ * CSS custom property value for the {@link @fluentui/tokens#colorPaletteLilacBorderActive | `colorPaletteLilacBorderActive`} design token.
3124
+ * @public
3125
+ */
2206
3126
  export declare const colorPaletteLilacBorderActive = "var(--colorPaletteLilacBorderActive)";
2207
3127
 
3128
+ /**
3129
+ * CSS custom property value for the {@link @fluentui/tokens#colorPaletteLilacForeground2 | `colorPaletteLilacForeground2`} design token.
3130
+ * @public
3131
+ */
2208
3132
  export declare const colorPaletteLilacForeground2 = "var(--colorPaletteLilacForeground2)";
2209
3133
 
3134
+ /**
3135
+ * CSS custom property value for the {@link @fluentui/tokens#colorPaletteMagentaBackground2 | `colorPaletteMagentaBackground2`} design token.
3136
+ * @public
3137
+ */
2210
3138
  export declare const colorPaletteMagentaBackground2 = "var(--colorPaletteMagentaBackground2)";
2211
3139
 
3140
+ /**
3141
+ * CSS custom property value for the {@link @fluentui/tokens#colorPaletteMagentaBorderActive | `colorPaletteMagentaBorderActive`} design token.
3142
+ * @public
3143
+ */
2212
3144
  export declare const colorPaletteMagentaBorderActive = "var(--colorPaletteMagentaBorderActive)";
2213
3145
 
3146
+ /**
3147
+ * CSS custom property value for the {@link @fluentui/tokens#colorPaletteMagentaForeground2 | `colorPaletteMagentaForeground2`} design token.
3148
+ * @public
3149
+ */
2214
3150
  export declare const colorPaletteMagentaForeground2 = "var(--colorPaletteMagentaForeground2)";
2215
3151
 
3152
+ /**
3153
+ * CSS custom property value for the {@link @fluentui/tokens#colorPaletteMarigoldBackground1 | `colorPaletteMarigoldBackground1`} design token.
3154
+ * @public
3155
+ */
2216
3156
  export declare const colorPaletteMarigoldBackground1 = "var(--colorPaletteMarigoldBackground1)";
2217
3157
 
3158
+ /**
3159
+ * CSS custom property value for the {@link @fluentui/tokens#colorPaletteMarigoldBackground2 | `colorPaletteMarigoldBackground2`} design token.
3160
+ * @public
3161
+ */
2218
3162
  export declare const colorPaletteMarigoldBackground2 = "var(--colorPaletteMarigoldBackground2)";
2219
3163
 
3164
+ /**
3165
+ * CSS custom property value for the {@link @fluentui/tokens#colorPaletteMarigoldBackground3 | `colorPaletteMarigoldBackground3`} design token.
3166
+ * @public
3167
+ */
2220
3168
  export declare const colorPaletteMarigoldBackground3 = "var(--colorPaletteMarigoldBackground3)";
2221
3169
 
3170
+ /**
3171
+ * CSS custom property value for the {@link @fluentui/tokens#colorPaletteMarigoldBorder1 | `colorPaletteMarigoldBorder1`} design token.
3172
+ * @public
3173
+ */
2222
3174
  export declare const colorPaletteMarigoldBorder1 = "var(--colorPaletteMarigoldBorder1)";
2223
3175
 
3176
+ /**
3177
+ * CSS custom property value for the {@link @fluentui/tokens#colorPaletteMarigoldBorder2 | `colorPaletteMarigoldBorder2`} design token.
3178
+ * @public
3179
+ */
2224
3180
  export declare const colorPaletteMarigoldBorder2 = "var(--colorPaletteMarigoldBorder2)";
2225
3181
 
3182
+ /**
3183
+ * CSS custom property value for the {@link @fluentui/tokens#colorPaletteMarigoldBorderActive | `colorPaletteMarigoldBorderActive`} design token.
3184
+ * @public
3185
+ */
2226
3186
  export declare const colorPaletteMarigoldBorderActive = "var(--colorPaletteMarigoldBorderActive)";
2227
3187
 
3188
+ /**
3189
+ * CSS custom property value for the {@link @fluentui/tokens#colorPaletteMarigoldForeground1 | `colorPaletteMarigoldForeground1`} design token.
3190
+ * @public
3191
+ */
2228
3192
  export declare const colorPaletteMarigoldForeground1 = "var(--colorPaletteMarigoldForeground1)";
2229
3193
 
3194
+ /**
3195
+ * CSS custom property value for the {@link @fluentui/tokens#colorPaletteMarigoldForeground2 | `colorPaletteMarigoldForeground2`} design token.
3196
+ * @public
3197
+ */
2230
3198
  export declare const colorPaletteMarigoldForeground2 = "var(--colorPaletteMarigoldForeground2)";
2231
3199
 
3200
+ /**
3201
+ * CSS custom property value for the {@link @fluentui/tokens#colorPaletteMarigoldForeground3 | `colorPaletteMarigoldForeground3`} design token.
3202
+ * @public
3203
+ */
2232
3204
  export declare const colorPaletteMarigoldForeground3 = "var(--colorPaletteMarigoldForeground3)";
2233
3205
 
3206
+ /**
3207
+ * CSS custom property value for the {@link @fluentui/tokens#colorPaletteMinkBackground2 | `colorPaletteMinkBackground2`} design token.
3208
+ * @public
3209
+ */
2234
3210
  export declare const colorPaletteMinkBackground2 = "var(--colorPaletteMinkBackground2)";
2235
3211
 
3212
+ /**
3213
+ * CSS custom property value for the {@link @fluentui/tokens#colorPaletteMinkBorderActive | `colorPaletteMinkBorderActive`} design token.
3214
+ * @public
3215
+ */
2236
3216
  export declare const colorPaletteMinkBorderActive = "var(--colorPaletteMinkBorderActive)";
2237
3217
 
3218
+ /**
3219
+ * CSS custom property value for the {@link @fluentui/tokens#colorPaletteMinkForeground2 | `colorPaletteMinkForeground2`} design token.
3220
+ * @public
3221
+ */
2238
3222
  export declare const colorPaletteMinkForeground2 = "var(--colorPaletteMinkForeground2)";
2239
3223
 
3224
+ /**
3225
+ * CSS custom property value for the {@link @fluentui/tokens#colorPaletteNavyBackground2 | `colorPaletteNavyBackground2`} design token.
3226
+ * @public
3227
+ */
2240
3228
  export declare const colorPaletteNavyBackground2 = "var(--colorPaletteNavyBackground2)";
2241
3229
 
3230
+ /**
3231
+ * CSS custom property value for the {@link @fluentui/tokens#colorPaletteNavyBorderActive | `colorPaletteNavyBorderActive`} design token.
3232
+ * @public
3233
+ */
2242
3234
  export declare const colorPaletteNavyBorderActive = "var(--colorPaletteNavyBorderActive)";
2243
3235
 
3236
+ /**
3237
+ * CSS custom property value for the {@link @fluentui/tokens#colorPaletteNavyForeground2 | `colorPaletteNavyForeground2`} design token.
3238
+ * @public
3239
+ */
2244
3240
  export declare const colorPaletteNavyForeground2 = "var(--colorPaletteNavyForeground2)";
2245
3241
 
3242
+ /**
3243
+ * CSS custom property value for the {@link @fluentui/tokens#colorPalettePeachBackground2 | `colorPalettePeachBackground2`} design token.
3244
+ * @public
3245
+ */
2246
3246
  export declare const colorPalettePeachBackground2 = "var(--colorPalettePeachBackground2)";
2247
3247
 
3248
+ /**
3249
+ * CSS custom property value for the {@link @fluentui/tokens#colorPalettePeachBorderActive | `colorPalettePeachBorderActive`} design token.
3250
+ * @public
3251
+ */
2248
3252
  export declare const colorPalettePeachBorderActive = "var(--colorPalettePeachBorderActive)";
2249
3253
 
3254
+ /**
3255
+ * CSS custom property value for the {@link @fluentui/tokens#colorPalettePeachForeground2 | `colorPalettePeachForeground2`} design token.
3256
+ * @public
3257
+ */
2250
3258
  export declare const colorPalettePeachForeground2 = "var(--colorPalettePeachForeground2)";
2251
3259
 
3260
+ /**
3261
+ * CSS custom property value for the {@link @fluentui/tokens#colorPalettePinkBackground2 | `colorPalettePinkBackground2`} design token.
3262
+ * @public
3263
+ */
2252
3264
  export declare const colorPalettePinkBackground2 = "var(--colorPalettePinkBackground2)";
2253
3265
 
3266
+ /**
3267
+ * CSS custom property value for the {@link @fluentui/tokens#colorPalettePinkBorderActive | `colorPalettePinkBorderActive`} design token.
3268
+ * @public
3269
+ */
2254
3270
  export declare const colorPalettePinkBorderActive = "var(--colorPalettePinkBorderActive)";
2255
3271
 
3272
+ /**
3273
+ * CSS custom property value for the {@link @fluentui/tokens#colorPalettePinkForeground2 | `colorPalettePinkForeground2`} design token.
3274
+ * @public
3275
+ */
2256
3276
  export declare const colorPalettePinkForeground2 = "var(--colorPalettePinkForeground2)";
2257
3277
 
3278
+ /**
3279
+ * CSS custom property value for the {@link @fluentui/tokens#colorPalettePlatinumBackground2 | `colorPalettePlatinumBackground2`} design token.
3280
+ * @public
3281
+ */
2258
3282
  export declare const colorPalettePlatinumBackground2 = "var(--colorPalettePlatinumBackground2)";
2259
3283
 
3284
+ /**
3285
+ * CSS custom property value for the {@link @fluentui/tokens#colorPalettePlatinumBorderActive | `colorPalettePlatinumBorderActive`} design token.
3286
+ * @public
3287
+ */
2260
3288
  export declare const colorPalettePlatinumBorderActive = "var(--colorPalettePlatinumBorderActive)";
2261
3289
 
3290
+ /**
3291
+ * CSS custom property value for the {@link @fluentui/tokens#colorPalettePlatinumForeground2 | `colorPalettePlatinumForeground2`} design token.
3292
+ * @public
3293
+ */
2262
3294
  export declare const colorPalettePlatinumForeground2 = "var(--colorPalettePlatinumForeground2)";
2263
3295
 
3296
+ /**
3297
+ * CSS custom property value for the {@link @fluentui/tokens#colorPalettePlumBackground2 | `colorPalettePlumBackground2`} design token.
3298
+ * @public
3299
+ */
2264
3300
  export declare const colorPalettePlumBackground2 = "var(--colorPalettePlumBackground2)";
2265
3301
 
3302
+ /**
3303
+ * CSS custom property value for the {@link @fluentui/tokens#colorPalettePlumBorderActive | `colorPalettePlumBorderActive`} design token.
3304
+ * @public
3305
+ */
2266
3306
  export declare const colorPalettePlumBorderActive = "var(--colorPalettePlumBorderActive)";
2267
3307
 
3308
+ /**
3309
+ * CSS custom property value for the {@link @fluentui/tokens#colorPalettePlumForeground2 | `colorPalettePlumForeground2`} design token.
3310
+ * @public
3311
+ */
2268
3312
  export declare const colorPalettePlumForeground2 = "var(--colorPalettePlumForeground2)";
2269
3313
 
3314
+ /**
3315
+ * CSS custom property value for the {@link @fluentui/tokens#colorPalettePumpkinBackground2 | `colorPalettePumpkinBackground2`} design token.
3316
+ * @public
3317
+ */
2270
3318
  export declare const colorPalettePumpkinBackground2 = "var(--colorPalettePumpkinBackground2)";
2271
3319
 
3320
+ /**
3321
+ * CSS custom property value for the {@link @fluentui/tokens#colorPalettePumpkinBorderActive | `colorPalettePumpkinBorderActive`} design token.
3322
+ * @public
3323
+ */
2272
3324
  export declare const colorPalettePumpkinBorderActive = "var(--colorPalettePumpkinBorderActive)";
2273
3325
 
3326
+ /**
3327
+ * CSS custom property value for the {@link @fluentui/tokens#colorPalettePumpkinForeground2 | `colorPalettePumpkinForeground2`} design token.
3328
+ * @public
3329
+ */
2274
3330
  export declare const colorPalettePumpkinForeground2 = "var(--colorPalettePumpkinForeground2)";
2275
3331
 
3332
+ /**
3333
+ * CSS custom property value for the {@link @fluentui/tokens#colorPalettePurpleBackground2 | `colorPalettePurpleBackground2`} design token.
3334
+ * @public
3335
+ */
2276
3336
  export declare const colorPalettePurpleBackground2 = "var(--colorPalettePurpleBackground2)";
2277
3337
 
3338
+ /**
3339
+ * CSS custom property value for the {@link @fluentui/tokens#colorPalettePurpleBorderActive | `colorPalettePurpleBorderActive`} design token.
3340
+ * @public
3341
+ */
2278
3342
  export declare const colorPalettePurpleBorderActive = "var(--colorPalettePurpleBorderActive)";
2279
3343
 
3344
+ /**
3345
+ * CSS custom property value for the {@link @fluentui/tokens#colorPalettePurpleForeground2 | `colorPalettePurpleForeground2`} design token.
3346
+ * @public
3347
+ */
2280
3348
  export declare const colorPalettePurpleForeground2 = "var(--colorPalettePurpleForeground2)";
2281
3349
 
3350
+ /**
3351
+ * CSS custom property value for the {@link @fluentui/tokens#colorPaletteRedBackground1 | `colorPaletteRedBackground1`} design token.
3352
+ * @public
3353
+ */
2282
3354
  export declare const colorPaletteRedBackground1 = "var(--colorPaletteRedBackground1)";
2283
3355
 
3356
+ /**
3357
+ * CSS custom property value for the {@link @fluentui/tokens#colorPaletteRedBackground2 | `colorPaletteRedBackground2`} design token.
3358
+ * @public
3359
+ */
2284
3360
  export declare const colorPaletteRedBackground2 = "var(--colorPaletteRedBackground2)";
2285
3361
 
3362
+ /**
3363
+ * CSS custom property value for the {@link @fluentui/tokens#colorPaletteRedBackground3 | `colorPaletteRedBackground3`} design token.
3364
+ * @public
3365
+ */
2286
3366
  export declare const colorPaletteRedBackground3 = "var(--colorPaletteRedBackground3)";
2287
3367
 
3368
+ /**
3369
+ * CSS custom property value for the {@link @fluentui/tokens#colorPaletteRedBorder1 | `colorPaletteRedBorder1`} design token.
3370
+ * @public
3371
+ */
2288
3372
  export declare const colorPaletteRedBorder1 = "var(--colorPaletteRedBorder1)";
2289
3373
 
3374
+ /**
3375
+ * CSS custom property value for the {@link @fluentui/tokens#colorPaletteRedBorder2 | `colorPaletteRedBorder2`} design token.
3376
+ * @public
3377
+ */
2290
3378
  export declare const colorPaletteRedBorder2 = "var(--colorPaletteRedBorder2)";
2291
3379
 
3380
+ /**
3381
+ * CSS custom property value for the {@link @fluentui/tokens#colorPaletteRedBorderActive | `colorPaletteRedBorderActive`} design token.
3382
+ * @public
3383
+ */
2292
3384
  export declare const colorPaletteRedBorderActive = "var(--colorPaletteRedBorderActive)";
2293
3385
 
3386
+ /**
3387
+ * CSS custom property value for the {@link @fluentui/tokens#colorPaletteRedForeground1 | `colorPaletteRedForeground1`} design token.
3388
+ * @public
3389
+ */
2294
3390
  export declare const colorPaletteRedForeground1 = "var(--colorPaletteRedForeground1)";
2295
3391
 
3392
+ /**
3393
+ * CSS custom property value for the {@link @fluentui/tokens#colorPaletteRedForeground2 | `colorPaletteRedForeground2`} design token.
3394
+ * @public
3395
+ */
2296
3396
  export declare const colorPaletteRedForeground2 = "var(--colorPaletteRedForeground2)";
2297
3397
 
3398
+ /**
3399
+ * CSS custom property value for the {@link @fluentui/tokens#colorPaletteRedForeground3 | `colorPaletteRedForeground3`} design token.
3400
+ * @public
3401
+ */
2298
3402
  export declare const colorPaletteRedForeground3 = "var(--colorPaletteRedForeground3)";
2299
3403
 
3404
+ /**
3405
+ * CSS custom property value for the {@link @fluentui/tokens#colorPaletteRedForegroundInverted | `colorPaletteRedForegroundInverted`} design token.
3406
+ * @public
3407
+ */
2300
3408
  export declare const colorPaletteRedForegroundInverted = "var(--colorPaletteRedForegroundInverted)";
2301
3409
 
3410
+ /**
3411
+ * CSS custom property value for the {@link @fluentui/tokens#colorPaletteRoyalBlueBackground2 | `colorPaletteRoyalBlueBackground2`} design token.
3412
+ * @public
3413
+ */
2302
3414
  export declare const colorPaletteRoyalBlueBackground2 = "var(--colorPaletteRoyalBlueBackground2)";
2303
3415
 
3416
+ /**
3417
+ * CSS custom property value for the {@link @fluentui/tokens#colorPaletteRoyalBlueBorderActive | `colorPaletteRoyalBlueBorderActive`} design token.
3418
+ * @public
3419
+ */
2304
3420
  export declare const colorPaletteRoyalBlueBorderActive = "var(--colorPaletteRoyalBlueBorderActive)";
2305
3421
 
3422
+ /**
3423
+ * CSS custom property value for the {@link @fluentui/tokens#colorPaletteRoyalBlueForeground2 | `colorPaletteRoyalBlueForeground2`} design token.
3424
+ * @public
3425
+ */
2306
3426
  export declare const colorPaletteRoyalBlueForeground2 = "var(--colorPaletteRoyalBlueForeground2)";
2307
3427
 
3428
+ /**
3429
+ * CSS custom property value for the {@link @fluentui/tokens#colorPaletteSeafoamBackground2 | `colorPaletteSeafoamBackground2`} design token.
3430
+ * @public
3431
+ */
2308
3432
  export declare const colorPaletteSeafoamBackground2 = "var(--colorPaletteSeafoamBackground2)";
2309
3433
 
3434
+ /**
3435
+ * CSS custom property value for the {@link @fluentui/tokens#colorPaletteSeafoamBorderActive | `colorPaletteSeafoamBorderActive`} design token.
3436
+ * @public
3437
+ */
2310
3438
  export declare const colorPaletteSeafoamBorderActive = "var(--colorPaletteSeafoamBorderActive)";
2311
3439
 
3440
+ /**
3441
+ * CSS custom property value for the {@link @fluentui/tokens#colorPaletteSeafoamForeground2 | `colorPaletteSeafoamForeground2`} design token.
3442
+ * @public
3443
+ */
2312
3444
  export declare const colorPaletteSeafoamForeground2 = "var(--colorPaletteSeafoamForeground2)";
2313
3445
 
3446
+ /**
3447
+ * CSS custom property value for the {@link @fluentui/tokens#colorPaletteSteelBackground2 | `colorPaletteSteelBackground2`} design token.
3448
+ * @public
3449
+ */
2314
3450
  export declare const colorPaletteSteelBackground2 = "var(--colorPaletteSteelBackground2)";
2315
3451
 
3452
+ /**
3453
+ * CSS custom property value for the {@link @fluentui/tokens#colorPaletteSteelBorderActive | `colorPaletteSteelBorderActive`} design token.
3454
+ * @public
3455
+ */
2316
3456
  export declare const colorPaletteSteelBorderActive = "var(--colorPaletteSteelBorderActive)";
2317
3457
 
3458
+ /**
3459
+ * CSS custom property value for the {@link @fluentui/tokens#colorPaletteSteelForeground2 | `colorPaletteSteelForeground2`} design token.
3460
+ * @public
3461
+ */
2318
3462
  export declare const colorPaletteSteelForeground2 = "var(--colorPaletteSteelForeground2)";
2319
3463
 
3464
+ /**
3465
+ * CSS custom property value for the {@link @fluentui/tokens#colorPaletteTealBackground2 | `colorPaletteTealBackground2`} design token.
3466
+ * @public
3467
+ */
2320
3468
  export declare const colorPaletteTealBackground2 = "var(--colorPaletteTealBackground2)";
2321
3469
 
3470
+ /**
3471
+ * CSS custom property value for the {@link @fluentui/tokens#colorPaletteTealBorderActive | `colorPaletteTealBorderActive`} design token.
3472
+ * @public
3473
+ */
2322
3474
  export declare const colorPaletteTealBorderActive = "var(--colorPaletteTealBorderActive)";
2323
3475
 
3476
+ /**
3477
+ * CSS custom property value for the {@link @fluentui/tokens#colorPaletteTealForeground2 | `colorPaletteTealForeground2`} design token.
3478
+ * @public
3479
+ */
2324
3480
  export declare const colorPaletteTealForeground2 = "var(--colorPaletteTealForeground2)";
2325
3481
 
3482
+ /**
3483
+ * CSS custom property value for the {@link @fluentui/tokens#colorPaletteYellowBackground1 | `colorPaletteYellowBackground1`} design token.
3484
+ * @public
3485
+ */
2326
3486
  export declare const colorPaletteYellowBackground1 = "var(--colorPaletteYellowBackground1)";
2327
3487
 
3488
+ /**
3489
+ * CSS custom property value for the {@link @fluentui/tokens#colorPaletteYellowBackground2 | `colorPaletteYellowBackground2`} design token.
3490
+ * @public
3491
+ */
2328
3492
  export declare const colorPaletteYellowBackground2 = "var(--colorPaletteYellowBackground2)";
2329
3493
 
3494
+ /**
3495
+ * CSS custom property value for the {@link @fluentui/tokens#colorPaletteYellowBackground3 | `colorPaletteYellowBackground3`} design token.
3496
+ * @public
3497
+ */
2330
3498
  export declare const colorPaletteYellowBackground3 = "var(--colorPaletteYellowBackground3)";
2331
3499
 
3500
+ /**
3501
+ * CSS custom property value for the {@link @fluentui/tokens#colorPaletteYellowBorder1 | `colorPaletteYellowBorder1`} design token.
3502
+ * @public
3503
+ */
2332
3504
  export declare const colorPaletteYellowBorder1 = "var(--colorPaletteYellowBorder1)";
2333
3505
 
3506
+ /**
3507
+ * CSS custom property value for the {@link @fluentui/tokens#colorPaletteYellowBorder2 | `colorPaletteYellowBorder2`} design token.
3508
+ * @public
3509
+ */
2334
3510
  export declare const colorPaletteYellowBorder2 = "var(--colorPaletteYellowBorder2)";
2335
3511
 
3512
+ /**
3513
+ * CSS custom property value for the {@link @fluentui/tokens#colorPaletteYellowBorderActive | `colorPaletteYellowBorderActive`} design token.
3514
+ * @public
3515
+ */
2336
3516
  export declare const colorPaletteYellowBorderActive = "var(--colorPaletteYellowBorderActive)";
2337
3517
 
3518
+ /**
3519
+ * CSS custom property value for the {@link @fluentui/tokens#colorPaletteYellowForeground1 | `colorPaletteYellowForeground1`} design token.
3520
+ * @public
3521
+ */
2338
3522
  export declare const colorPaletteYellowForeground1 = "var(--colorPaletteYellowForeground1)";
2339
3523
 
3524
+ /**
3525
+ * CSS custom property value for the {@link @fluentui/tokens#colorPaletteYellowForeground2 | `colorPaletteYellowForeground2`} design token.
3526
+ * @public
3527
+ */
2340
3528
  export declare const colorPaletteYellowForeground2 = "var(--colorPaletteYellowForeground2)";
2341
3529
 
3530
+ /**
3531
+ * CSS custom property value for the {@link @fluentui/tokens#colorPaletteYellowForeground3 | `colorPaletteYellowForeground3`} design token.
3532
+ * @public
3533
+ */
2342
3534
  export declare const colorPaletteYellowForeground3 = "var(--colorPaletteYellowForeground3)";
2343
3535
 
3536
+ /**
3537
+ * CSS custom property value for the {@link @fluentui/tokens#colorPaletteYellowForegroundInverted | `colorPaletteYellowForegroundInverted`} design token.
3538
+ * @public
3539
+ */
2344
3540
  export declare const colorPaletteYellowForegroundInverted = "var(--colorPaletteYellowForegroundInverted)";
2345
3541
 
3542
+ /**
3543
+ * CSS custom property value for the {@link @fluentui/tokens#colorScrollbarOverlay | `colorScrollbarOverlay`} design token.
3544
+ * @public
3545
+ */
2346
3546
  export declare const colorScrollbarOverlay = "var(--colorScrollbarOverlay)";
2347
3547
 
3548
+ /**
3549
+ * CSS custom property value for the {@link @fluentui/tokens#colorStatusDangerBackground1 | `colorStatusDangerBackground1`} design token.
3550
+ * @public
3551
+ */
2348
3552
  export declare const colorStatusDangerBackground1 = "var(--colorStatusDangerBackground1)";
2349
3553
 
3554
+ /**
3555
+ * CSS custom property value for the {@link @fluentui/tokens#colorStatusDangerBackground2 | `colorStatusDangerBackground2`} design token.
3556
+ * @public
3557
+ */
2350
3558
  export declare const colorStatusDangerBackground2 = "var(--colorStatusDangerBackground2)";
2351
3559
 
3560
+ /**
3561
+ * CSS custom property value for the {@link @fluentui/tokens#colorStatusDangerBackground3 | `colorStatusDangerBackground3`} design token.
3562
+ * @public
3563
+ */
2352
3564
  export declare const colorStatusDangerBackground3 = "var(--colorStatusDangerBackground3)";
2353
3565
 
3566
+ /**
3567
+ * CSS custom property value for the {@link @fluentui/tokens#colorStatusDangerBackground3Hover | `colorStatusDangerBackground3Hover`} design token.
3568
+ * @public
3569
+ */
2354
3570
  export declare const colorStatusDangerBackground3Hover = "var(--colorStatusDangerBackground3Hover)";
2355
3571
 
3572
+ /**
3573
+ * CSS custom property value for the {@link @fluentui/tokens#colorStatusDangerBackground3Pressed | `colorStatusDangerBackground3Pressed`} design token.
3574
+ * @public
3575
+ */
2356
3576
  export declare const colorStatusDangerBackground3Pressed = "var(--colorStatusDangerBackground3Pressed)";
2357
3577
 
3578
+ /**
3579
+ * CSS custom property value for the {@link @fluentui/tokens#colorStatusDangerBorder1 | `colorStatusDangerBorder1`} design token.
3580
+ * @public
3581
+ */
2358
3582
  export declare const colorStatusDangerBorder1 = "var(--colorStatusDangerBorder1)";
2359
3583
 
3584
+ /**
3585
+ * CSS custom property value for the {@link @fluentui/tokens#colorStatusDangerBorder2 | `colorStatusDangerBorder2`} design token.
3586
+ * @public
3587
+ */
2360
3588
  export declare const colorStatusDangerBorder2 = "var(--colorStatusDangerBorder2)";
2361
3589
 
3590
+ /**
3591
+ * CSS custom property value for the {@link @fluentui/tokens#colorStatusDangerBorderActive | `colorStatusDangerBorderActive`} design token.
3592
+ * @public
3593
+ */
2362
3594
  export declare const colorStatusDangerBorderActive = "var(--colorStatusDangerBorderActive)";
2363
3595
 
3596
+ /**
3597
+ * CSS custom property value for the {@link @fluentui/tokens#colorStatusDangerForeground1 | `colorStatusDangerForeground1`} design token.
3598
+ * @public
3599
+ */
2364
3600
  export declare const colorStatusDangerForeground1 = "var(--colorStatusDangerForeground1)";
2365
3601
 
3602
+ /**
3603
+ * CSS custom property value for the {@link @fluentui/tokens#colorStatusDangerForeground2 | `colorStatusDangerForeground2`} design token.
3604
+ * @public
3605
+ */
2366
3606
  export declare const colorStatusDangerForeground2 = "var(--colorStatusDangerForeground2)";
2367
3607
 
3608
+ /**
3609
+ * CSS custom property value for the {@link @fluentui/tokens#colorStatusDangerForeground3 | `colorStatusDangerForeground3`} design token.
3610
+ * @public
3611
+ */
2368
3612
  export declare const colorStatusDangerForeground3 = "var(--colorStatusDangerForeground3)";
2369
3613
 
3614
+ /**
3615
+ * CSS custom property value for the {@link @fluentui/tokens#colorStatusDangerForegroundInverted | `colorStatusDangerForegroundInverted`} design token.
3616
+ * @public
3617
+ */
2370
3618
  export declare const colorStatusDangerForegroundInverted = "var(--colorStatusDangerForegroundInverted)";
2371
3619
 
3620
+ /**
3621
+ * CSS custom property value for the {@link @fluentui/tokens#colorStatusSuccessBackground1 | `colorStatusSuccessBackground1`} design token.
3622
+ * @public
3623
+ */
2372
3624
  export declare const colorStatusSuccessBackground1 = "var(--colorStatusSuccessBackground1)";
2373
3625
 
3626
+ /**
3627
+ * CSS custom property value for the {@link @fluentui/tokens#colorStatusSuccessBackground2 | `colorStatusSuccessBackground2`} design token.
3628
+ * @public
3629
+ */
2374
3630
  export declare const colorStatusSuccessBackground2 = "var(--colorStatusSuccessBackground2)";
2375
3631
 
3632
+ /**
3633
+ * CSS custom property value for the {@link @fluentui/tokens#colorStatusSuccessBackground3 | `colorStatusSuccessBackground3`} design token.
3634
+ * @public
3635
+ */
2376
3636
  export declare const colorStatusSuccessBackground3 = "var(--colorStatusSuccessBackground3)";
2377
3637
 
3638
+ /**
3639
+ * CSS custom property value for the {@link @fluentui/tokens#colorStatusSuccessBorder1 | `colorStatusSuccessBorder1`} design token.
3640
+ * @public
3641
+ */
2378
3642
  export declare const colorStatusSuccessBorder1 = "var(--colorStatusSuccessBorder1)";
2379
3643
 
3644
+ /**
3645
+ * CSS custom property value for the {@link @fluentui/tokens#colorStatusSuccessBorder2 | `colorStatusSuccessBorder2`} design token.
3646
+ * @public
3647
+ */
2380
3648
  export declare const colorStatusSuccessBorder2 = "var(--colorStatusSuccessBorder2)";
2381
3649
 
3650
+ /**
3651
+ * CSS custom property value for the {@link @fluentui/tokens#colorStatusSuccessBorderActive | `colorStatusSuccessBorderActive`} design token.
3652
+ * @public
3653
+ */
2382
3654
  export declare const colorStatusSuccessBorderActive = "var(--colorStatusSuccessBorderActive)";
2383
3655
 
3656
+ /**
3657
+ * CSS custom property value for the {@link @fluentui/tokens#colorStatusSuccessForeground1 | `colorStatusSuccessForeground1`} design token.
3658
+ * @public
3659
+ */
2384
3660
  export declare const colorStatusSuccessForeground1 = "var(--colorStatusSuccessForeground1)";
2385
3661
 
3662
+ /**
3663
+ * CSS custom property value for the {@link @fluentui/tokens#colorStatusSuccessForeground2 | `colorStatusSuccessForeground2`} design token.
3664
+ * @public
3665
+ */
2386
3666
  export declare const colorStatusSuccessForeground2 = "var(--colorStatusSuccessForeground2)";
2387
3667
 
3668
+ /**
3669
+ * CSS custom property value for the {@link @fluentui/tokens#colorStatusSuccessForeground3 | `colorStatusSuccessForeground3`} design token.
3670
+ * @public
3671
+ */
2388
3672
  export declare const colorStatusSuccessForeground3 = "var(--colorStatusSuccessForeground3)";
2389
3673
 
3674
+ /**
3675
+ * CSS custom property value for the {@link @fluentui/tokens#colorStatusSuccessForegroundInverted | `colorStatusSuccessForegroundInverted`} design token.
3676
+ * @public
3677
+ */
2390
3678
  export declare const colorStatusSuccessForegroundInverted = "var(--colorStatusSuccessForegroundInverted)";
2391
3679
 
3680
+ /**
3681
+ * CSS custom property value for the {@link @fluentui/tokens#colorStatusWarningBackground1 | `colorStatusWarningBackground1`} design token.
3682
+ * @public
3683
+ */
2392
3684
  export declare const colorStatusWarningBackground1 = "var(--colorStatusWarningBackground1)";
2393
3685
 
3686
+ /**
3687
+ * CSS custom property value for the {@link @fluentui/tokens#colorStatusWarningBackground2 | `colorStatusWarningBackground2`} design token.
3688
+ * @public
3689
+ */
2394
3690
  export declare const colorStatusWarningBackground2 = "var(--colorStatusWarningBackground2)";
2395
3691
 
3692
+ /**
3693
+ * CSS custom property value for the {@link @fluentui/tokens#colorStatusWarningBackground3 | `colorStatusWarningBackground3`} design token.
3694
+ * @public
3695
+ */
2396
3696
  export declare const colorStatusWarningBackground3 = "var(--colorStatusWarningBackground3)";
2397
3697
 
3698
+ /**
3699
+ * CSS custom property value for the {@link @fluentui/tokens#colorStatusWarningBorder1 | `colorStatusWarningBorder1`} design token.
3700
+ * @public
3701
+ */
2398
3702
  export declare const colorStatusWarningBorder1 = "var(--colorStatusWarningBorder1)";
2399
3703
 
3704
+ /**
3705
+ * CSS custom property value for the {@link @fluentui/tokens#colorStatusWarningBorder2 | `colorStatusWarningBorder2`} design token.
3706
+ * @public
3707
+ */
2400
3708
  export declare const colorStatusWarningBorder2 = "var(--colorStatusWarningBorder2)";
2401
3709
 
3710
+ /**
3711
+ * CSS custom property value for the {@link @fluentui/tokens#colorStatusWarningBorderActive | `colorStatusWarningBorderActive`} design token.
3712
+ * @public
3713
+ */
2402
3714
  export declare const colorStatusWarningBorderActive = "var(--colorStatusWarningBorderActive)";
2403
3715
 
3716
+ /**
3717
+ * CSS custom property value for the {@link @fluentui/tokens#colorStatusWarningForeground1 | `colorStatusWarningForeground1`} design token.
3718
+ * @public
3719
+ */
2404
3720
  export declare const colorStatusWarningForeground1 = "var(--colorStatusWarningForeground1)";
2405
3721
 
3722
+ /**
3723
+ * CSS custom property value for the {@link @fluentui/tokens#colorStatusWarningForeground2 | `colorStatusWarningForeground2`} design token.
3724
+ * @public
3725
+ */
2406
3726
  export declare const colorStatusWarningForeground2 = "var(--colorStatusWarningForeground2)";
2407
3727
 
3728
+ /**
3729
+ * CSS custom property value for the {@link @fluentui/tokens#colorStatusWarningForeground3 | `colorStatusWarningForeground3`} design token.
3730
+ * @public
3731
+ */
2408
3732
  export declare const colorStatusWarningForeground3 = "var(--colorStatusWarningForeground3)";
2409
3733
 
3734
+ /**
3735
+ * CSS custom property value for the {@link @fluentui/tokens#colorStatusWarningForegroundInverted | `colorStatusWarningForegroundInverted`} design token.
3736
+ * @public
3737
+ */
2410
3738
  export declare const colorStatusWarningForegroundInverted = "var(--colorStatusWarningForegroundInverted)";
2411
3739
 
3740
+ /**
3741
+ * CSS custom property value for the {@link @fluentui/tokens#colorStrokeFocus1 | `colorStrokeFocus1`} design token.
3742
+ * @public
3743
+ */
2412
3744
  export declare const colorStrokeFocus1 = "var(--colorStrokeFocus1)";
2413
3745
 
3746
+ /**
3747
+ * CSS custom property value for the {@link @fluentui/tokens#colorStrokeFocus2 | `colorStrokeFocus2`} design token.
3748
+ * @public
3749
+ */
2414
3750
  export declare const colorStrokeFocus2 = "var(--colorStrokeFocus2)";
2415
3751
 
3752
+ /**
3753
+ * CSS custom property value for the {@link @fluentui/tokens#colorSubtleBackground | `colorSubtleBackground`} design token.
3754
+ * @public
3755
+ */
2416
3756
  export declare const colorSubtleBackground = "var(--colorSubtleBackground)";
2417
3757
 
3758
+ /**
3759
+ * CSS custom property value for the {@link @fluentui/tokens#colorSubtleBackgroundHover | `colorSubtleBackgroundHover`} design token.
3760
+ * @public
3761
+ */
2418
3762
  export declare const colorSubtleBackgroundHover = "var(--colorSubtleBackgroundHover)";
2419
3763
 
3764
+ /**
3765
+ * CSS custom property value for the {@link @fluentui/tokens#colorSubtleBackgroundInverted | `colorSubtleBackgroundInverted`} design token.
3766
+ * @public
3767
+ */
2420
3768
  export declare const colorSubtleBackgroundInverted = "var(--colorSubtleBackgroundInverted)";
2421
3769
 
3770
+ /**
3771
+ * CSS custom property value for the {@link @fluentui/tokens#colorSubtleBackgroundInvertedHover | `colorSubtleBackgroundInvertedHover`} design token.
3772
+ * @public
3773
+ */
2422
3774
  export declare const colorSubtleBackgroundInvertedHover = "var(--colorSubtleBackgroundInvertedHover)";
2423
3775
 
3776
+ /**
3777
+ * CSS custom property value for the {@link @fluentui/tokens#colorSubtleBackgroundInvertedPressed | `colorSubtleBackgroundInvertedPressed`} design token.
3778
+ * @public
3779
+ */
2424
3780
  export declare const colorSubtleBackgroundInvertedPressed = "var(--colorSubtleBackgroundInvertedPressed)";
2425
3781
 
3782
+ /**
3783
+ * CSS custom property value for the {@link @fluentui/tokens#colorSubtleBackgroundInvertedSelected | `colorSubtleBackgroundInvertedSelected`} design token.
3784
+ * @public
3785
+ */
2426
3786
  export declare const colorSubtleBackgroundInvertedSelected = "var(--colorSubtleBackgroundInvertedSelected)";
2427
3787
 
3788
+ /**
3789
+ * CSS custom property value for the {@link @fluentui/tokens#colorSubtleBackgroundLightAlphaHover | `colorSubtleBackgroundLightAlphaHover`} design token.
3790
+ * @public
3791
+ */
2428
3792
  export declare const colorSubtleBackgroundLightAlphaHover = "var(--colorSubtleBackgroundLightAlphaHover)";
2429
3793
 
3794
+ /**
3795
+ * CSS custom property value for the {@link @fluentui/tokens#colorSubtleBackgroundLightAlphaPressed | `colorSubtleBackgroundLightAlphaPressed`} design token.
3796
+ * @public
3797
+ */
2430
3798
  export declare const colorSubtleBackgroundLightAlphaPressed = "var(--colorSubtleBackgroundLightAlphaPressed)";
2431
3799
 
3800
+ /**
3801
+ * CSS custom property value for the {@link @fluentui/tokens#colorSubtleBackgroundLightAlphaSelected | `colorSubtleBackgroundLightAlphaSelected`} design token.
3802
+ * @public
3803
+ */
2432
3804
  export declare const colorSubtleBackgroundLightAlphaSelected = "var(--colorSubtleBackgroundLightAlphaSelected)";
2433
3805
 
3806
+ /**
3807
+ * CSS custom property value for the {@link @fluentui/tokens#colorSubtleBackgroundPressed | `colorSubtleBackgroundPressed`} design token.
3808
+ * @public
3809
+ */
2434
3810
  export declare const colorSubtleBackgroundPressed = "var(--colorSubtleBackgroundPressed)";
2435
3811
 
3812
+ /**
3813
+ * CSS custom property value for the {@link @fluentui/tokens#colorSubtleBackgroundSelected | `colorSubtleBackgroundSelected`} design token.
3814
+ * @public
3815
+ */
2436
3816
  export declare const colorSubtleBackgroundSelected = "var(--colorSubtleBackgroundSelected)";
2437
3817
 
3818
+ /**
3819
+ * CSS custom property value for the {@link @fluentui/tokens#colorTransparentBackground | `colorTransparentBackground`} design token.
3820
+ * @public
3821
+ */
2438
3822
  export declare const colorTransparentBackground = "var(--colorTransparentBackground)";
2439
3823
 
3824
+ /**
3825
+ * CSS custom property value for the {@link @fluentui/tokens#colorTransparentBackgroundHover | `colorTransparentBackgroundHover`} design token.
3826
+ * @public
3827
+ */
2440
3828
  export declare const colorTransparentBackgroundHover = "var(--colorTransparentBackgroundHover)";
2441
3829
 
3830
+ /**
3831
+ * CSS custom property value for the {@link @fluentui/tokens#colorTransparentBackgroundPressed | `colorTransparentBackgroundPressed`} design token.
3832
+ * @public
3833
+ */
2442
3834
  export declare const colorTransparentBackgroundPressed = "var(--colorTransparentBackgroundPressed)";
2443
3835
 
3836
+ /**
3837
+ * CSS custom property value for the {@link @fluentui/tokens#colorTransparentBackgroundSelected | `colorTransparentBackgroundSelected`} design token.
3838
+ * @public
3839
+ */
2444
3840
  export declare const colorTransparentBackgroundSelected = "var(--colorTransparentBackgroundSelected)";
2445
3841
 
3842
+ /**
3843
+ * CSS custom property value for the {@link @fluentui/tokens#colorTransparentStroke | `colorTransparentStroke`} design token.
3844
+ * @public
3845
+ */
2446
3846
  export declare const colorTransparentStroke = "var(--colorTransparentStroke)";
2447
3847
 
3848
+ /**
3849
+ * CSS custom property value for the {@link @fluentui/tokens#colorTransparentStrokeDisabled | `colorTransparentStrokeDisabled`} design token.
3850
+ * @public
3851
+ */
2448
3852
  export declare const colorTransparentStrokeDisabled = "var(--colorTransparentStrokeDisabled)";
2449
3853
 
3854
+ /**
3855
+ * CSS custom property value for the {@link @fluentui/tokens#colorTransparentStrokeInteractive | `colorTransparentStrokeInteractive`} design token.
3856
+ * @public
3857
+ */
2450
3858
  export declare const colorTransparentStrokeInteractive = "var(--colorTransparentStrokeInteractive)";
2451
3859
 
2452
3860
  /**
@@ -2715,22 +4123,58 @@ export declare const CounterBadgeTemplate: ElementViewTemplate<CounterBadge>;
2715
4123
  */
2716
4124
  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';
2717
4125
 
4126
+ /**
4127
+ * CSS custom property value for the {@link @fluentui/tokens#curveAccelerateMax | `curveAccelerateMax`} design token.
4128
+ * @public
4129
+ */
2718
4130
  export declare const curveAccelerateMax = "var(--curveAccelerateMax)";
2719
4131
 
4132
+ /**
4133
+ * CSS custom property value for the {@link @fluentui/tokens#curveAccelerateMid | `curveAccelerateMid`} design token.
4134
+ * @public
4135
+ */
2720
4136
  export declare const curveAccelerateMid = "var(--curveAccelerateMid)";
2721
4137
 
4138
+ /**
4139
+ * CSS custom property value for the {@link @fluentui/tokens#curveAccelerateMin | `curveAccelerateMin`} design token.
4140
+ * @public
4141
+ */
2722
4142
  export declare const curveAccelerateMin = "var(--curveAccelerateMin)";
2723
4143
 
4144
+ /**
4145
+ * CSS custom property value for the {@link @fluentui/tokens#curveDecelerateMax | `curveDecelerateMax`} design token.
4146
+ * @public
4147
+ */
2724
4148
  export declare const curveDecelerateMax = "var(--curveDecelerateMax)";
2725
4149
 
4150
+ /**
4151
+ * CSS custom property value for the {@link @fluentui/tokens#curveDecelerateMid | `curveDecelerateMid`} design token.
4152
+ * @public
4153
+ */
2726
4154
  export declare const curveDecelerateMid = "var(--curveDecelerateMid)";
2727
4155
 
4156
+ /**
4157
+ * CSS custom property value for the {@link @fluentui/tokens#curveDecelerateMin | `curveDecelerateMin`} design token.
4158
+ * @public
4159
+ */
2728
4160
  export declare const curveDecelerateMin = "var(--curveDecelerateMin)";
2729
4161
 
4162
+ /**
4163
+ * CSS custom property value for the {@link @fluentui/tokens#curveEasyEase | `curveEasyEase`} design token.
4164
+ * @public
4165
+ */
2730
4166
  export declare const curveEasyEase = "var(--curveEasyEase)";
2731
4167
 
4168
+ /**
4169
+ * CSS custom property value for the {@link @fluentui/tokens#curveEasyEaseMax | `curveEasyEaseMax`} design token.
4170
+ * @public
4171
+ */
2732
4172
  export declare const curveEasyEaseMax = "var(--curveEasyEaseMax)";
2733
4173
 
4174
+ /**
4175
+ * CSS custom property value for the {@link @fluentui/tokens#curveLinear | `curveLinear`} design token.
4176
+ * @public
4177
+ */
2734
4178
  export declare const curveLinear = "var(--curveLinear)";
2735
4179
 
2736
4180
  /**
@@ -2764,42 +4208,16 @@ declare interface DelegatesARIALink extends ARIAGlobalStatesAndProperties {
2764
4208
  }
2765
4209
 
2766
4210
  /**
2767
- * Dialog component that extends the FASTElement class.
4211
+ * A Dialog Custom HTML Element.
2768
4212
  *
2769
4213
  * @public
2770
- * @extends FASTElement
2771
4214
  */
2772
4215
  export declare class Dialog extends FASTElement {
2773
- /**
2774
- * @private
2775
- * Indicates whether focus is being trapped within the dialog
2776
- */
2777
- private isTrappingFocus;
2778
- /**
2779
- * @public
2780
- * Lifecycle method called when the element is connected to the DOM
2781
- */
2782
- connectedCallback(): void;
2783
- /**
2784
- * @public
2785
- * Lifecycle method called when the element is disconnected from the DOM
2786
- */
2787
- disconnectedCallback(): void;
2788
4216
  /**
2789
4217
  * @public
2790
4218
  * The dialog element
2791
4219
  */
2792
4220
  dialog: HTMLDialogElement;
2793
- /**
2794
- * @public
2795
- * The title action elements
2796
- */
2797
- titleAction: HTMLElement[];
2798
- /**
2799
- * @public
2800
- * The default title action button
2801
- */
2802
- defaultTitleAction?: Button;
2803
4221
  /**
2804
4222
  * @public
2805
4223
  * The ID of the element that describes the dialog
@@ -2814,43 +4232,19 @@ export declare class Dialog extends FASTElement {
2814
4232
  * @public
2815
4233
  * The type of the dialog modal
2816
4234
  */
2817
- modalType: DialogModalType;
2818
- /**
2819
- * @public
2820
- * Indicates whether the dialog is open
2821
- */
2822
- open: boolean;
2823
- /**
2824
- * @public
2825
- * Indicates whether the dialog has a title action
2826
- */
2827
- noTitleAction: boolean;
2828
- /**
2829
- * @private
2830
- * Indicates whether focus should be trapped within the dialog
2831
- */
2832
- private trapFocus;
2833
- /**
2834
- * @public
2835
- * Method called when the 'open' attribute changes
2836
- */
2837
- openChanged(oldValue: boolean, newValue: boolean): void;
2838
- /**
2839
- * @public
2840
- * Method called when the 'modalType' attribute changes
2841
- */
2842
- modalTypeChanged(oldValue: DialogModalType, newValue: DialogModalType): void;
4235
+ type: DialogType;
2843
4236
  /**
2844
4237
  * @public
2845
- * Method to set the component's state based on its attributes
4238
+ * Method to emit an event before the dialog's open state changes
4239
+ * HTML spec proposal: https://github.com/whatwg/html/issues/9733
2846
4240
  */
2847
- setComponent(): void;
4241
+ emitBeforeToggle: () => void;
2848
4242
  /**
2849
4243
  * @public
2850
- * Method to emit an event when the dialog's open state changes
2851
- * @param dismissed - Indicates whether the dialog was dismissed
4244
+ * Method to emit an event after the dialog's open state changes
4245
+ * HTML spec proposal: https://github.com/whatwg/html/issues/9733
2852
4246
  */
2853
- onOpenChangeEvent: (dismissed?: boolean) => void;
4247
+ emitToggle: () => void;
2854
4248
  /**
2855
4249
  * @public
2856
4250
  * Method to show the dialog
@@ -2859,120 +4253,59 @@ export declare class Dialog extends FASTElement {
2859
4253
  /**
2860
4254
  * @public
2861
4255
  * Method to hide the dialog
2862
- * @param dismissed - Indicates whether the dialog was dismissed
2863
- */
2864
- hide(dismissed?: boolean): void;
2865
- /**
2866
- * @public
2867
- * Method to dismiss the dialog
2868
4256
  */
2869
- dismiss(): void;
4257
+ hide(): void;
2870
4258
  /**
2871
4259
  * @public
2872
- * Handles click events on the dialog
4260
+ * Handles click events on the dialog overlay for light-dismiss
2873
4261
  * @param event - The click event
2874
4262
  * @returns boolean
2875
4263
  */
2876
- handleClick(event: Event): boolean;
4264
+ clickHandler(event: Event): boolean;
4265
+ }
4266
+
4267
+ /**
4268
+ * Dialog Body component that extends the FASTElement class.
4269
+ *
4270
+ * @public
4271
+ * @extends FASTElement
4272
+ */
4273
+ export declare class DialogBody extends FASTElement {
2877
4274
  /**
2878
4275
  * @public
2879
- * Handles keydown events on the dialog
2880
- * @param e - The keydown event
2881
- * @returns boolean | void
2882
- */
2883
- handleKeydown: (e: KeyboardEvent) => boolean | void;
2884
- /**
2885
- * @private
2886
- * Handles keydown events on the document
2887
- * @param e - The keydown event
2888
- */
2889
- private handleDocumentKeydown;
2890
- /**
2891
- * @private
2892
- * Handles tab keydown events
2893
- * @param e - The keydown event
2894
- */
2895
- private handleTabKeyDown;
2896
- /**
2897
- * @private
2898
- * Gets the bounds of the tab queue
2899
- * @returns (HTMLElement | SVGElement)[]
2900
- */
2901
- private getTabQueueBounds;
2902
- /**
2903
- * @private
2904
- * Focuses the first element in the tab queue
2905
- */
2906
- private focusFirstElement;
2907
- /**
2908
- * @private
2909
- * Determines if focus should be forced
2910
- * @param currentFocusElement - The currently focused element
2911
- * @returns boolean
2912
- */
2913
- private shouldForceFocus;
2914
- /**
2915
- * @private
2916
- * Determines if focus should be trapped
2917
- * @returns boolean
2918
- */
2919
- private shouldTrapFocus;
2920
- /**
2921
- * @private
2922
- * Handles focus events on the document
2923
- * @param e - The focus event
2924
- */
2925
- private handleDocumentFocus;
2926
- /**
2927
- * @private
2928
- * Updates the state of focus trapping
2929
- * @param shouldTrapFocusOverride - Optional override for whether focus should be trapped
2930
- */
2931
- private updateTrapFocus;
2932
- /**
2933
- * @private
2934
- * Reduces the list of tabbable items
2935
- * @param elements - The current list of elements
2936
- * @param element - The element to consider adding to the list
2937
- * @returns HTMLElement[]
2938
- */
2939
- private static reduceTabbableItems;
2940
- /**
2941
- * @private
2942
- * Determines if an element is a focusable FASTElement
2943
- * @param element - The element to check
2944
- * @returns boolean
2945
- */
2946
- private static isFocusableFastElement;
2947
- /**
2948
- * @private
2949
- * Determines if an element has a tabbable shadow
2950
- * @param element - The element to check
2951
- * @returns boolean
4276
+ * Indicates whether the dialog has a title action
2952
4277
  */
2953
- private static hasTabbableShadow;
4278
+ noTitleAction: boolean;
2954
4279
  }
2955
4280
 
2956
4281
  /**
2957
- * The Fluent Dialog Element
4282
+ * The Fluent Dialog Body Element
2958
4283
  *
2959
4284
  * @public
2960
4285
  * @remarks
2961
- * HTML Element: \<fluent-dialog\>
4286
+ * HTML Element: \<fluent-dialog-body\>
2962
4287
  */
2963
- export declare const DialogDefinition: FASTElementDefinition<typeof Dialog>;
4288
+ export declare const DialogBodyDefinition: FASTElementDefinition<typeof DialogBody>;
4289
+
4290
+ /** Dialog Body styles
4291
+ * @public
4292
+ */
4293
+ export declare const DialogBodyStyles: ElementStyles;
2964
4294
 
2965
4295
  /**
2966
- * Dialog modal type
4296
+ * Template for the dialog form
2967
4297
  * @public
2968
4298
  */
2969
- export declare const DialogModalType: {
2970
- readonly modal: "modal";
2971
- readonly nonModal: "non-modal";
2972
- readonly alert: "alert";
2973
- };
4299
+ export declare const DialogBodyTemplate: ElementViewTemplate;
2974
4300
 
2975
- export declare type DialogModalType = ValuesOf<typeof DialogModalType>;
4301
+ /**
4302
+ * The Fluent Dialog Element
4303
+ *
4304
+ * @public
4305
+ * @remarks
4306
+ * HTML Element: \<fluent-dialog\>
4307
+ */
4308
+ export declare const DialogDefinition: FASTElementDefinition<typeof Dialog>;
2976
4309
 
2977
4310
  /** Dialog styles
2978
4311
  * @public
@@ -2985,6 +4318,18 @@ export declare const DialogStyles: ElementStyles;
2985
4318
  */
2986
4319
  export declare const DialogTemplate: ElementViewTemplate<Dialog>;
2987
4320
 
4321
+ /**
4322
+ * Dialog modal type
4323
+ * @public
4324
+ */
4325
+ export declare const DialogType: {
4326
+ readonly modal: "modal";
4327
+ readonly nonModal: "non-modal";
4328
+ readonly alert: "alert";
4329
+ };
4330
+
4331
+ export declare type DialogType = ValuesOf<typeof DialogType>;
4332
+
2988
4333
  /**
2989
4334
  * Applies a CSS display property.
2990
4335
  * Also adds CSS rules to not display the element when the [hidden] attribute is applied to the element.
@@ -2994,7 +4339,7 @@ export declare const DialogTemplate: ElementViewTemplate<Dialog>;
2994
4339
  export declare function display(displayValue: CSSDisplayPropertyValue): string;
2995
4340
 
2996
4341
  /**
2997
- * @class Divider component
4342
+ * A Divider Custom HTML Element.
2998
4343
  *
2999
4344
  * @remarks
3000
4345
  * 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.
@@ -3017,22 +4362,19 @@ export declare class Divider extends FASTElement {
3017
4362
  */
3018
4363
  orientation: DividerOrientation;
3019
4364
  /**
3020
- * @property alignContent
3021
- * @default center
4365
+ * @public
3022
4366
  * @remarks
3023
4367
  * 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.
3024
4368
  */
3025
4369
  alignContent?: DividerAlignContent;
3026
4370
  /**
3027
- * @property appearance
3028
- * @default default
4371
+ * @public
3029
4372
  * @remarks
3030
4373
  * A divider can have one of the preset appearances. Select from strong, brand, subtle. When not specified, the divider has its default appearance.
3031
4374
  */
3032
4375
  appearance?: DividerAppearance;
3033
4376
  /**
3034
- * @property inset
3035
- * @default false
4377
+ * @public
3036
4378
  * @remarks
3037
4379
  * Adds padding to the beginning and end of the divider.
3038
4380
  */
@@ -3131,20 +4473,52 @@ export declare const DividerStyles: ElementStyles;
3131
4473
  */
3132
4474
  export declare const DividerTemplate: ElementViewTemplate<Divider>;
3133
4475
 
4476
+ /**
4477
+ * CSS custom property value for the {@link @fluentui/tokens#durationFast | `durationFast`} design token.
4478
+ * @public
4479
+ */
3134
4480
  export declare const durationFast = "var(--durationFast)";
3135
4481
 
4482
+ /**
4483
+ * CSS custom property value for the {@link @fluentui/tokens#durationFaster | `durationFaster`} design token.
4484
+ * @public
4485
+ */
3136
4486
  export declare const durationFaster = "var(--durationFaster)";
3137
4487
 
4488
+ /**
4489
+ * CSS custom property value for the {@link @fluentui/tokens#durationGentle | `durationGentle`} design token.
4490
+ * @public
4491
+ */
3138
4492
  export declare const durationGentle = "var(--durationGentle)";
3139
4493
 
4494
+ /**
4495
+ * CSS custom property value for the {@link @fluentui/tokens#durationNormal | `durationNormal`} design token.
4496
+ * @public
4497
+ */
3140
4498
  export declare const durationNormal = "var(--durationNormal)";
3141
4499
 
4500
+ /**
4501
+ * CSS custom property value for the {@link @fluentui/tokens#durationSlow | `durationSlow`} design token.
4502
+ * @public
4503
+ */
3142
4504
  export declare const durationSlow = "var(--durationSlow)";
3143
4505
 
4506
+ /**
4507
+ * CSS custom property value for the {@link @fluentui/tokens#durationSlower | `durationSlower`} design token.
4508
+ * @public
4509
+ */
3144
4510
  export declare const durationSlower = "var(--durationSlower)";
3145
4511
 
4512
+ /**
4513
+ * CSS custom property value for the {@link @fluentui/tokens#durationUltraFast | `durationUltraFast`} design token.
4514
+ * @public
4515
+ */
3146
4516
  export declare const durationUltraFast = "var(--durationUltraFast)";
3147
4517
 
4518
+ /**
4519
+ * CSS custom property value for the {@link @fluentui/tokens#durationUltraSlow | `durationUltraSlow`} design token.
4520
+ * @public
4521
+ */
3148
4522
  export declare const durationUltraSlow = "var(--durationUltraSlow)";
3149
4523
 
3150
4524
  /**
@@ -3161,38 +4535,106 @@ export declare const FluentDesignSystem: Readonly<{
3161
4535
  registry: CustomElementRegistry;
3162
4536
  }>;
3163
4537
 
4538
+ /**
4539
+ * CSS custom property value for the {@link @fluentui/tokens#fontFamilyBase | `fontFamilyBase`} design token.
4540
+ * @public
4541
+ */
3164
4542
  export declare const fontFamilyBase = "var(--fontFamilyBase)";
3165
4543
 
4544
+ /**
4545
+ * CSS custom property value for the {@link @fluentui/tokens#fontFamilyMonospace | `fontFamilyMonospace`} design token.
4546
+ * @public
4547
+ */
3166
4548
  export declare const fontFamilyMonospace = "var(--fontFamilyMonospace)";
3167
4549
 
4550
+ /**
4551
+ * CSS custom property value for the {@link @fluentui/tokens#fontFamilyNumeric | `fontFamilyNumeric`} design token.
4552
+ * @public
4553
+ */
3168
4554
  export declare const fontFamilyNumeric = "var(--fontFamilyNumeric)";
3169
4555
 
4556
+ /**
4557
+ * CSS custom property value for the {@link @fluentui/tokens#fontSizeBase100 | `fontSizeBase100`} design token.
4558
+ * @public
4559
+ */
3170
4560
  export declare const fontSizeBase100 = "var(--fontSizeBase100)";
3171
4561
 
4562
+ /**
4563
+ * CSS custom property value for the {@link @fluentui/tokens#fontSizeBase200 | `fontSizeBase200`} design token.
4564
+ * @public
4565
+ */
3172
4566
  export declare const fontSizeBase200 = "var(--fontSizeBase200)";
3173
4567
 
4568
+ /**
4569
+ * CSS custom property value for the {@link @fluentui/tokens#fontSizeBase300 | `fontSizeBase300`} design token.
4570
+ * @public
4571
+ */
3174
4572
  export declare const fontSizeBase300 = "var(--fontSizeBase300)";
3175
4573
 
4574
+ /**
4575
+ * CSS custom property value for the {@link @fluentui/tokens#fontSizeBase400 | `fontSizeBase400`} design token.
4576
+ * @public
4577
+ */
3176
4578
  export declare const fontSizeBase400 = "var(--fontSizeBase400)";
3177
4579
 
4580
+ /**
4581
+ * CSS custom property value for the {@link @fluentui/tokens#fontSizeBase500 | `fontSizeBase500`} design token.
4582
+ * @public
4583
+ */
3178
4584
  export declare const fontSizeBase500 = "var(--fontSizeBase500)";
3179
4585
 
4586
+ /**
4587
+ * CSS custom property value for the {@link @fluentui/tokens#fontSizeBase600 | `fontSizeBase600`} design token.
4588
+ * @public
4589
+ */
3180
4590
  export declare const fontSizeBase600 = "var(--fontSizeBase600)";
3181
4591
 
4592
+ /**
4593
+ * CSS custom property value for the {@link @fluentui/tokens#fontSizeHero1000 | `fontSizeHero1000`} design token.
4594
+ * @public
4595
+ */
3182
4596
  export declare const fontSizeHero1000 = "var(--fontSizeHero1000)";
3183
4597
 
4598
+ /**
4599
+ * CSS custom property value for the {@link @fluentui/tokens#fontSizeHero700 | `fontSizeHero700`} design token.
4600
+ * @public
4601
+ */
3184
4602
  export declare const fontSizeHero700 = "var(--fontSizeHero700)";
3185
4603
 
4604
+ /**
4605
+ * CSS custom property value for the {@link @fluentui/tokens#fontSizeHero800 | `fontSizeHero800`} design token.
4606
+ * @public
4607
+ */
3186
4608
  export declare const fontSizeHero800 = "var(--fontSizeHero800)";
3187
4609
 
4610
+ /**
4611
+ * CSS custom property value for the {@link @fluentui/tokens#fontSizeHero900 | `fontSizeHero900`} design token.
4612
+ * @public
4613
+ */
3188
4614
  export declare const fontSizeHero900 = "var(--fontSizeHero900)";
3189
4615
 
4616
+ /**
4617
+ * CSS custom property value for the {@link @fluentui/tokens#fontWeightBold | `fontWeightBold`} design token.
4618
+ * @public
4619
+ */
3190
4620
  export declare const fontWeightBold = "var(--fontWeightBold)";
3191
4621
 
4622
+ /**
4623
+ * CSS custom property value for the {@link @fluentui/tokens#fontWeightMedium | `fontWeightMedium`} design token.
4624
+ * @public
4625
+ */
3192
4626
  export declare const fontWeightMedium = "var(--fontWeightMedium)";
3193
4627
 
4628
+ /**
4629
+ * CSS custom property value for the {@link @fluentui/tokens#fontWeightRegular | `fontWeightRegular`} design token.
4630
+ * @public
4631
+ */
3194
4632
  export declare const fontWeightRegular = "var(--fontWeightRegular)";
3195
4633
 
4634
+ /**
4635
+ * CSS custom property value for the {@link @fluentui/tokens#fontWeightSemibold | `fontWeightSemibold`} design token.
4636
+ * @public
4637
+ */
3196
4638
  export declare const fontWeightSemibold = "var(--fontWeightSemibold)";
3197
4639
 
3198
4640
  /**
@@ -3397,7 +4839,6 @@ export declare class Label extends FASTElement {
3397
4839
  * Specifies font size of a label
3398
4840
  *
3399
4841
  * @public
3400
- * @default 'medium'
3401
4842
  * @remarks
3402
4843
  * HTML Attribute: size
3403
4844
  */
@@ -3406,7 +4847,6 @@ export declare class Label extends FASTElement {
3406
4847
  * Specifies font weight of a label
3407
4848
  *
3408
4849
  * @public
3409
- * @default 'regular'
3410
4850
  * @remarks
3411
4851
  * HTML Attribute: weight
3412
4852
  */
@@ -3481,24 +4921,64 @@ export declare type LabelWeight = ValuesOf<typeof LabelWeight>;
3481
4921
  */
3482
4922
  export declare const lightModeStylesheetBehavior: (styles: ElementStyles) => MatchMediaStyleSheetBehavior;
3483
4923
 
4924
+ /**
4925
+ * CSS custom property value for the {@link @fluentui/tokens#lineHeightBase100 | `lineHeightBase100`} design token.
4926
+ * @public
4927
+ */
3484
4928
  export declare const lineHeightBase100 = "var(--lineHeightBase100)";
3485
4929
 
4930
+ /**
4931
+ * CSS custom property value for the {@link @fluentui/tokens#lineHeightBase200 | `lineHeightBase200`} design token.
4932
+ * @public
4933
+ */
3486
4934
  export declare const lineHeightBase200 = "var(--lineHeightBase200)";
3487
4935
 
4936
+ /**
4937
+ * CSS custom property value for the {@link @fluentui/tokens#lineHeightBase300 | `lineHeightBase300`} design token.
4938
+ * @public
4939
+ */
3488
4940
  export declare const lineHeightBase300 = "var(--lineHeightBase300)";
3489
4941
 
4942
+ /**
4943
+ * CSS custom property value for the {@link @fluentui/tokens#lineHeightBase400 | `lineHeightBase400`} design token.
4944
+ * @public
4945
+ */
3490
4946
  export declare const lineHeightBase400 = "var(--lineHeightBase400)";
3491
4947
 
4948
+ /**
4949
+ * CSS custom property value for the {@link @fluentui/tokens#lineHeightBase500 | `lineHeightBase500`} design token.
4950
+ * @public
4951
+ */
3492
4952
  export declare const lineHeightBase500 = "var(--lineHeightBase500)";
3493
4953
 
4954
+ /**
4955
+ * CSS custom property value for the {@link @fluentui/tokens#lineHeightBase600 | `lineHeightBase600`} design token.
4956
+ * @public
4957
+ */
3494
4958
  export declare const lineHeightBase600 = "var(--lineHeightBase600)";
3495
4959
 
4960
+ /**
4961
+ * CSS custom property value for the {@link @fluentui/tokens#lineHeightHero1000 | `lineHeightHero1000`} design token.
4962
+ * @public
4963
+ */
3496
4964
  export declare const lineHeightHero1000 = "var(--lineHeightHero1000)";
3497
4965
 
4966
+ /**
4967
+ * CSS custom property value for the {@link @fluentui/tokens#lineHeightHero700 | `lineHeightHero700`} design token.
4968
+ * @public
4969
+ */
3498
4970
  export declare const lineHeightHero700 = "var(--lineHeightHero700)";
3499
4971
 
4972
+ /**
4973
+ * CSS custom property value for the {@link @fluentui/tokens#lineHeightHero800 | `lineHeightHero800`} design token.
4974
+ * @public
4975
+ */
3500
4976
  export declare const lineHeightHero800 = "var(--lineHeightHero800)";
3501
4977
 
4978
+ /**
4979
+ * CSS custom property value for the {@link @fluentui/tokens#lineHeightHero900 | `lineHeightHero900`} design token.
4980
+ * @public
4981
+ */
3502
4982
  export declare const lineHeightHero900 = "var(--lineHeightHero900)";
3503
4983
 
3504
4984
  /**
@@ -3659,12 +5139,12 @@ export declare class Menu extends FASTElement {
3659
5139
  positioningContainer?: HTMLElement;
3660
5140
  /**
3661
5141
  * The trigger element of the menu.
3662
- * @private
5142
+ * @internal
3663
5143
  */
3664
5144
  private _trigger?;
3665
5145
  /**
3666
5146
  * The menu list element of the menu.
3667
- * @private
5147
+ * @internal
3668
5148
  */
3669
5149
  private _menuList?;
3670
5150
  /**
@@ -3720,51 +5200,53 @@ export declare class Menu extends FASTElement {
3720
5200
  * Updates the 'aria-expanded' attribute and sets the positioning of the menu.
3721
5201
  * Sets menu list position
3722
5202
  * emits openChanged event
5203
+ *
5204
+ * @param oldValue - The previous value of 'open'.
5205
+ * @param newValue - The new value of 'open'.
3723
5206
  * @public
3724
- * @param {boolean} oldValue - The previous value of 'open'.
3725
- * @param {boolean} newValue - The new value of 'open'.
3726
5207
  */
3727
5208
  openChanged(oldValue: boolean, newValue: boolean): void;
3728
5209
  /**
3729
5210
  * Called whenever the 'openOnHover' property changes.
3730
5211
  * Adds or removes a 'mouseover' event listener to the trigger based on the new value.
5212
+ *
5213
+ * @param oldValue - The previous value of 'openOnHover'.
5214
+ * @param newValue - The new value of 'openOnHover'.
3731
5215
  * @public
3732
- * @param {boolean} oldValue - The previous value of 'openOnHover'.
3733
- * @param {boolean} newValue - The new value of 'openOnHover'.
3734
5216
  */
3735
5217
  openOnHoverChanged(oldValue: boolean, newValue: boolean): void;
3736
5218
  /**
3737
5219
  * Called whenever the 'persistOnItemClick' property changes.
3738
5220
  * Adds or removes a 'click' event listener to the menu list based on the new value.
3739
5221
  * @public
3740
- * @param {boolean} oldValue - The previous value of 'persistOnItemClick'.
3741
- * @param {boolean} newValue - The new value of 'persistOnItemClick'.
5222
+ * @param oldValue - The previous value of 'persistOnItemClick'.
5223
+ * @param newValue - The new value of 'persistOnItemClick'.
3742
5224
  */
3743
5225
  persistOnItemClickChanged(oldValue: boolean, newValue: boolean): void;
3744
5226
  /**
3745
5227
  * Called whenever the 'openOnContext' property changes.
3746
5228
  * Adds or removes a 'contextmenu' event listener to the trigger based on the new value.
3747
5229
  * @public
3748
- * @param {boolean} oldValue - The previous value of 'openOnContext'.
3749
- * @param {boolean} newValue - The new value of 'openOnContext'.
5230
+ * @param oldValue - The previous value of 'openOnContext'.
5231
+ * @param newValue - The new value of 'openOnContext'.
3750
5232
  */
3751
5233
  openOnContextChanged(oldValue: boolean, newValue: boolean): void;
3752
5234
  /**
3753
5235
  * Called whenever the 'closeOnScroll' property changes.
3754
5236
  * Adds or removes a 'closeOnScroll' event listener to the trigger based on the new value.
3755
5237
  * @public
3756
- * @param {boolean} oldValue - The previous value of 'closeOnScroll'.
3757
- * @param {boolean} newValue - The new value of 'closeOnScroll'.
5238
+ * @param oldValue - The previous value of 'closeOnScroll'.
5239
+ * @param newValue - The new value of 'closeOnScroll'.
3758
5240
  */
3759
5241
  closeOnScrollChanged(oldValue: boolean, newValue: boolean): void;
3760
5242
  /**
3761
5243
  * The task to set the positioning of the menu.
3762
- * @protected
5244
+ * @internal
3763
5245
  */
3764
5246
  protected setPositioningTask: () => void;
3765
5247
  /**
3766
5248
  * Sets the positioning of the menu.
3767
- * @protected
5249
+ * @internal
3768
5250
  */
3769
5251
  protected setPositioning(): void;
3770
5252
  /**
@@ -3778,29 +5260,29 @@ export declare class Menu extends FASTElement {
3778
5260
  * Removes event listeners.
3779
5261
  * Removes click and keydown event listeners from the trigger and a click event listener from the document.
3780
5262
  * Also removes 'mouseover' event listeners from the trigger.
3781
- * @private
5263
+ * @internal
3782
5264
  */
3783
5265
  private removeListeners;
3784
5266
  /**
3785
- * Handles keyboard interaction for the menu.
3786
- * Closes the menu and focuses on the trigger when the Escape key is pressed.
3787
- * Closes the menu when the Tab key is pressed.
5267
+ * Handles keyboard interaction for the menu. Closes the menu and focuses on the trigger when the Escape key is
5268
+ * pressed. Closes the menu when the Tab key is pressed.
5269
+ *
5270
+ * @param e - the keyboard event
3788
5271
  * @public
3789
- * @param {KeyboardEvent} e - the keyboard event
3790
5272
  */
3791
5273
  handleMenuKeydown(e: KeyboardEvent): boolean | void;
3792
5274
  /**
3793
- * Handles keyboard interaction for the trigger.
3794
- * Toggles the menu when the Space or Enter key is pressed.
3795
- * If the menu is open, focuses on the menu list.
5275
+ * Handles keyboard interaction for the trigger. Toggles the menu when the Space or Enter key is pressed. If the menu
5276
+ * is open, focuses on the menu list.
5277
+ *
5278
+ * @param e - the keyboard event
3796
5279
  * @public
3797
- * @param {KeyboardEvent} e - the keyboard event
3798
5280
  */
3799
5281
  handleTriggerKeydown: (e: KeyboardEvent) => boolean | void;
3800
5282
  /**
3801
5283
  * Handles document click events to close the menu when a click occurs outside of the menu or the trigger.
3802
- * @private
3803
- * @param {Event} e - The event triggered on document click.
5284
+ * @internal
5285
+ * @param e - The event triggered on document click.
3804
5286
  */
3805
5287
  private handleDocumentClick;
3806
5288
  }
@@ -4521,34 +6003,86 @@ export declare const roleForMenuItem: {
4521
6003
 
4522
6004
  /**
4523
6005
  * Sets the theme tokens on defaultNode.
4524
- * @param theme Flat object of theme token values.
6006
+ * @param theme - Flat object of theme token values.
6007
+ * @internal
4525
6008
  */
4526
6009
  export declare const setTheme: (theme: Theme) => void;
4527
6010
 
6011
+ /**
6012
+ * @internal
6013
+ */
4528
6014
  export declare const setThemeFor: (element: HTMLElement, theme: Theme) => void;
4529
6015
 
6016
+ /**
6017
+ * CSS custom property value for the {@link @fluentui/tokens#shadow16 | `shadow16`} design token.
6018
+ * @public
6019
+ */
4530
6020
  export declare const shadow16 = "var(--shadow16)";
4531
6021
 
6022
+ /**
6023
+ * CSS custom property value for the {@link @fluentui/tokens#shadow16Brand | `shadow16Brand`} design token.
6024
+ * @public
6025
+ */
4532
6026
  export declare const shadow16Brand = "var(--shadow16Brand)";
4533
6027
 
6028
+ /**
6029
+ * CSS custom property value for the {@link @fluentui/tokens#shadow2 | `shadow2`} design token.
6030
+ * @public
6031
+ */
4534
6032
  export declare const shadow2 = "var(--shadow2)";
4535
6033
 
6034
+ /**
6035
+ * CSS custom property value for the {@link @fluentui/tokens#shadow28 | `shadow28`} design token.
6036
+ * @public
6037
+ */
4536
6038
  export declare const shadow28 = "var(--shadow28)";
4537
6039
 
6040
+ /**
6041
+ * CSS custom property value for the {@link @fluentui/tokens#shadow28Brand | `shadow28Brand`} design token.
6042
+ * @public
6043
+ */
4538
6044
  export declare const shadow28Brand = "var(--shadow28Brand)";
4539
6045
 
6046
+ /**
6047
+ * CSS custom property value for the {@link @fluentui/tokens#shadow2Brand | `shadow2Brand`} design token.
6048
+ * @public
6049
+ */
4540
6050
  export declare const shadow2Brand = "var(--shadow2Brand)";
4541
6051
 
6052
+ /**
6053
+ * CSS custom property value for the {@link @fluentui/tokens#shadow4 | `shadow4`} design token.
6054
+ * @public
6055
+ */
4542
6056
  export declare const shadow4 = "var(--shadow4)";
4543
6057
 
6058
+ /**
6059
+ * CSS custom property value for the {@link @fluentui/tokens#shadow4Brand | `shadow4Brand`} design token.
6060
+ * @public
6061
+ */
4544
6062
  export declare const shadow4Brand = "var(--shadow4Brand)";
4545
6063
 
6064
+ /**
6065
+ * CSS custom property value for the {@link @fluentui/tokens#shadow64 | `shadow64`} design token.
6066
+ * @public
6067
+ */
4546
6068
  export declare const shadow64 = "var(--shadow64)";
4547
6069
 
6070
+ /**
6071
+ * CSS custom property value for the {@link @fluentui/tokens#shadow64Brand | `shadow64Brand`} design token.
6072
+ * @public
6073
+ */
4548
6074
  export declare const shadow64Brand = "var(--shadow64Brand)";
4549
6075
 
6076
+ /**
6077
+ * CSS custom property value for the {@link @fluentui/tokens#shadow8 | `shadow8`} design token.
6078
+ * @public
6079
+ */
4550
6080
  export declare const shadow8 = "var(--shadow8)";
4551
6081
 
6082
+ /**
6083
+ * CSS custom property value for the {@link @fluentui/tokens#shadow8Brand | `shadow8Brand`} design token.
6084
+ * @public
6085
+ */
4552
6086
  export declare const shadow8Brand = "var(--shadow8Brand)";
4553
6087
 
4554
6088
  /**
@@ -4847,48 +6381,136 @@ export declare const SliderStyles: ElementStyles;
4847
6381
 
4848
6382
  export declare const SliderTemplate: ElementViewTemplate<Slider>;
4849
6383
 
6384
+ /**
6385
+ * CSS custom property value for the {@link @fluentui/tokens#spacingHorizontalL | `spacingHorizontalL`} design token.
6386
+ * @public
6387
+ */
4850
6388
  export declare const spacingHorizontalL = "var(--spacingHorizontalL)";
4851
6389
 
6390
+ /**
6391
+ * CSS custom property value for the {@link @fluentui/tokens#spacingHorizontalM | `spacingHorizontalM`} design token.
6392
+ * @public
6393
+ */
4852
6394
  export declare const spacingHorizontalM = "var(--spacingHorizontalM)";
4853
6395
 
6396
+ /**
6397
+ * CSS custom property value for the {@link @fluentui/tokens#spacingHorizontalMNudge | `spacingHorizontalMNudge`} design token.
6398
+ * @public
6399
+ */
4854
6400
  export declare const spacingHorizontalMNudge = "var(--spacingHorizontalMNudge)";
4855
6401
 
6402
+ /**
6403
+ * CSS custom property value for the {@link @fluentui/tokens#spacingHorizontalNone | `spacingHorizontalNone`} design token.
6404
+ * @public
6405
+ */
4856
6406
  export declare const spacingHorizontalNone = "var(--spacingHorizontalNone)";
4857
6407
 
6408
+ /**
6409
+ * CSS custom property value for the {@link @fluentui/tokens#spacingHorizontalS | `spacingHorizontalS`} design token.
6410
+ * @public
6411
+ */
4858
6412
  export declare const spacingHorizontalS = "var(--spacingHorizontalS)";
4859
6413
 
6414
+ /**
6415
+ * CSS custom property value for the {@link @fluentui/tokens#spacingHorizontalSNudge | `spacingHorizontalSNudge`} design token.
6416
+ * @public
6417
+ */
4860
6418
  export declare const spacingHorizontalSNudge = "var(--spacingHorizontalSNudge)";
4861
6419
 
6420
+ /**
6421
+ * CSS custom property value for the {@link @fluentui/tokens#spacingHorizontalXL | `spacingHorizontalXL`} design token.
6422
+ * @public
6423
+ */
4862
6424
  export declare const spacingHorizontalXL = "var(--spacingHorizontalXL)";
4863
6425
 
6426
+ /**
6427
+ * CSS custom property value for the {@link @fluentui/tokens#spacingHorizontalXS | `spacingHorizontalXS`} design token.
6428
+ * @public
6429
+ */
4864
6430
  export declare const spacingHorizontalXS = "var(--spacingHorizontalXS)";
4865
6431
 
6432
+ /**
6433
+ * CSS custom property value for the {@link @fluentui/tokens#spacingHorizontalXXL | `spacingHorizontalXXL`} design token.
6434
+ * @public
6435
+ */
4866
6436
  export declare const spacingHorizontalXXL = "var(--spacingHorizontalXXL)";
4867
6437
 
6438
+ /**
6439
+ * CSS custom property value for the {@link @fluentui/tokens#spacingHorizontalXXS | `spacingHorizontalXXS`} design token.
6440
+ * @public
6441
+ */
4868
6442
  export declare const spacingHorizontalXXS = "var(--spacingHorizontalXXS)";
4869
6443
 
6444
+ /**
6445
+ * CSS custom property value for the {@link @fluentui/tokens#spacingHorizontalXXXL | `spacingHorizontalXXXL`} design token.
6446
+ * @public
6447
+ */
4870
6448
  export declare const spacingHorizontalXXXL = "var(--spacingHorizontalXXXL)";
4871
6449
 
6450
+ /**
6451
+ * CSS custom property value for the {@link @fluentui/tokens#spacingVerticalL | `spacingVerticalL`} design token.
6452
+ * @public
6453
+ */
4872
6454
  export declare const spacingVerticalL = "var(--spacingVerticalL)";
4873
6455
 
6456
+ /**
6457
+ * CSS custom property value for the {@link @fluentui/tokens#spacingVerticalM | `spacingVerticalM`} design token.
6458
+ * @public
6459
+ */
4874
6460
  export declare const spacingVerticalM = "var(--spacingVerticalM)";
4875
6461
 
6462
+ /**
6463
+ * CSS custom property value for the {@link @fluentui/tokens#spacingVerticalMNudge | `spacingVerticalMNudge`} design token.
6464
+ * @public
6465
+ */
4876
6466
  export declare const spacingVerticalMNudge = "var(--spacingVerticalMNudge)";
4877
6467
 
6468
+ /**
6469
+ * CSS custom property value for the {@link @fluentui/tokens#spacingVerticalNone | `spacingVerticalNone`} design token.
6470
+ * @public
6471
+ */
4878
6472
  export declare const spacingVerticalNone = "var(--spacingVerticalNone)";
4879
6473
 
6474
+ /**
6475
+ * CSS custom property value for the {@link @fluentui/tokens#spacingVerticalS | `spacingVerticalS`} design token.
6476
+ * @public
6477
+ */
4880
6478
  export declare const spacingVerticalS = "var(--spacingVerticalS)";
4881
6479
 
6480
+ /**
6481
+ * CSS custom property value for the {@link @fluentui/tokens#spacingVerticalSNudge | `spacingVerticalSNudge`} design token.
6482
+ * @public
6483
+ */
4882
6484
  export declare const spacingVerticalSNudge = "var(--spacingVerticalSNudge)";
4883
6485
 
6486
+ /**
6487
+ * CSS custom property value for the {@link @fluentui/tokens#spacingVerticalXL | `spacingVerticalXL`} design token.
6488
+ * @public
6489
+ */
4884
6490
  export declare const spacingVerticalXL = "var(--spacingVerticalXL)";
4885
6491
 
6492
+ /**
6493
+ * CSS custom property value for the {@link @fluentui/tokens#spacingVerticalXS | `spacingVerticalXS`} design token.
6494
+ * @public
6495
+ */
4886
6496
  export declare const spacingVerticalXS = "var(--spacingVerticalXS)";
4887
6497
 
6498
+ /**
6499
+ * CSS custom property value for the {@link @fluentui/tokens#spacingVerticalXXL | `spacingVerticalXXL`} design token.
6500
+ * @public
6501
+ */
4888
6502
  export declare const spacingVerticalXXL = "var(--spacingVerticalXXL)";
4889
6503
 
6504
+ /**
6505
+ * CSS custom property value for the {@link @fluentui/tokens#spacingVerticalXXS | `spacingVerticalXXS`} design token.
6506
+ * @public
6507
+ */
4890
6508
  export declare const spacingVerticalXXS = "var(--spacingVerticalXXS)";
4891
6509
 
6510
+ /**
6511
+ * CSS custom property value for the {@link @fluentui/tokens#spacingVerticalXXXL | `spacingVerticalXXXL`} design token.
6512
+ * @public
6513
+ */
4892
6514
  export declare const spacingVerticalXXXL = "var(--spacingVerticalXXXL)";
4893
6515
 
4894
6516
  /**
@@ -4906,7 +6528,6 @@ export declare class Spinner extends FASTElement {
4906
6528
  * The size of the spinner
4907
6529
  *
4908
6530
  * @public
4909
- * @default 'medium'
4910
6531
  * @remarks
4911
6532
  * HTML Attribute: size
4912
6533
  */
@@ -4914,7 +6535,6 @@ export declare class Spinner extends FASTElement {
4914
6535
  /**
4915
6536
  * The appearance of the spinner
4916
6537
  * @public
4917
- * @default 'primary'
4918
6538
  * @remarks
4919
6539
  * HTML Attribute: appearance
4920
6540
  */
@@ -5002,12 +6622,28 @@ declare type StartOptions<TSource = any, TParent = any> = {
5002
6622
  */
5003
6623
  declare type StaticallyComposableHTML<TSource = any, TParent = any> = string | HTMLDirective | SyntheticViewTemplate<TSource, TParent> | undefined;
5004
6624
 
6625
+ /**
6626
+ * CSS custom property value for the {@link @fluentui/tokens#strokeWidthThick | `strokeWidthThick`} design token.
6627
+ * @public
6628
+ */
5005
6629
  export declare const strokeWidthThick = "var(--strokeWidthThick)";
5006
6630
 
6631
+ /**
6632
+ * CSS custom property value for the {@link @fluentui/tokens#strokeWidthThicker | `strokeWidthThicker`} design token.
6633
+ * @public
6634
+ */
5007
6635
  export declare const strokeWidthThicker = "var(--strokeWidthThicker)";
5008
6636
 
6637
+ /**
6638
+ * CSS custom property value for the {@link @fluentui/tokens#strokeWidthThickest | `strokeWidthThickest`} design token.
6639
+ * @public
6640
+ */
5009
6641
  export declare const strokeWidthThickest = "var(--strokeWidthThickest)";
5010
6642
 
6643
+ /**
6644
+ * CSS custom property value for the {@link @fluentui/tokens#strokeWidthThin | `strokeWidthThin`} design token.
6645
+ * @public
6646
+ */
5011
6647
  export declare const strokeWidthThin = "var(--strokeWidthThin)";
5012
6648
 
5013
6649
  /**
@@ -5024,7 +6660,6 @@ export declare class Switch extends FormAssociatedSwitch {
5024
6660
  * The label position of the switch
5025
6661
  *
5026
6662
  * @public
5027
- * @default 'after'
5028
6663
  * @remarks
5029
6664
  * HTML Attribute: labelposition
5030
6665
  */
@@ -5191,21 +6826,25 @@ export declare class Tabs extends BaseTabs {
5191
6826
  */
5192
6827
  private getTabScale;
5193
6828
  /**
5194
- * applyUpdatedCSSValues
6829
+ * Calculates and applies updated values to CSS variables.
5195
6830
  *
5196
- * calculates and applies updated values to CSS variables
5197
- * @param tab
6831
+ * @param tab - the tab element to apply the updated values to
6832
+ * @internal
5198
6833
  */
5199
6834
  private applyUpdatedCSSValues;
5200
6835
  /**
5201
- * animationLoop
5202
- * 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.
5203
- * @param tab
6836
+ * Runs through all the operations required for setting the tab active indicator to its starting location, ending
6837
+ * location, and applying the animated css class to the tab.
6838
+ *
6839
+ * @param tab - the tab element to apply the updated values to
6840
+ * @internal
5204
6841
  */
5205
6842
  private animationLoop;
5206
6843
  /**
5207
- * setTabData
5208
- * sets the data from the active tab onto the class. used for making all the animation calculations for the active tab indicator.
6844
+ * Sets the data from the active tab onto the class. used for making all the animation calculations for the active
6845
+ * tab indicator.
6846
+ *
6847
+ * @internal
5209
6848
  */
5210
6849
  private setTabData;
5211
6850
  private setTabOffsetCSSVar;
@@ -5414,7 +7053,6 @@ export declare class TextInput extends FASTElement {
5414
7053
  * Indicates the styled appearance of the element.
5415
7054
  *
5416
7055
  * @public
5417
- * @default 'outline'
5418
7056
  * @remarks
5419
7057
  * HTML Attribute: `appearance`
5420
7058
  */
@@ -5441,7 +7079,6 @@ export declare class TextInput extends FASTElement {
5441
7079
  * Sets the size of the control.
5442
7080
  *
5443
7081
  * @public
5444
- * @default 'medium'
5445
7082
  * @remarks
5446
7083
  * HTML Attribute: `control-size`
5447
7084
  */