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

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (91) hide show
  1. package/CHANGELOG.md +11 -2
  2. package/dist/dts/accordion/accordion.options.d.ts +2 -2
  3. package/dist/dts/accordion-item/accordion-item.d.ts +1 -4
  4. package/dist/dts/accordion-item/accordion-item.template.d.ts +1 -1
  5. package/dist/dts/accordion-item/index.d.ts +2 -1
  6. package/dist/dts/anchor-button/index.d.ts +3 -2
  7. package/dist/dts/button/index.d.ts +4 -3
  8. package/dist/dts/checkbox/checkbox.d.ts +0 -3
  9. package/dist/dts/checkbox/index.d.ts +4 -3
  10. package/dist/dts/dialog/dialog.d.ts +14 -15
  11. package/dist/dts/divider/divider.d.ts +4 -7
  12. package/dist/dts/index-rollup.d.ts +29 -35
  13. package/dist/dts/index.d.ts +49 -34
  14. package/dist/dts/label/label.d.ts +0 -2
  15. package/dist/dts/menu/menu.d.ts +27 -25
  16. package/dist/dts/menu-button/index.d.ts +4 -3
  17. package/dist/dts/menu-button/menu-button.options.d.ts +1 -1
  18. package/dist/dts/menu-item/index.d.ts +4 -3
  19. package/dist/dts/progress-bar/index.d.ts +3 -2
  20. package/dist/dts/radio/index.d.ts +2 -1
  21. package/dist/dts/slider/index.d.ts +3 -2
  22. package/dist/dts/spinner/spinner.d.ts +0 -2
  23. package/dist/dts/switch/index.d.ts +3 -2
  24. package/dist/dts/switch/switch.d.ts +0 -1
  25. package/dist/dts/tab/index.d.ts +4 -3
  26. package/dist/dts/tab/tab.template.d.ts +1 -1
  27. package/dist/dts/tabs/index.d.ts +4 -3
  28. package/dist/dts/tabs/tabs.d.ts +13 -9
  29. package/dist/dts/text-input/text-input.d.ts +0 -2
  30. package/dist/dts/theme/design-tokens.d.ts +1744 -0
  31. package/dist/dts/theme/set-theme.d.ts +5 -1
  32. package/dist/dts/toggle-button/index.d.ts +4 -3
  33. package/dist/dts/toggle-button/toggle-button.options.d.ts +1 -1
  34. package/dist/esm/accordion/accordion.options.js +1 -1
  35. package/dist/esm/accordion-item/accordion-item.js +0 -1
  36. package/dist/esm/accordion-item/accordion-item.js.map +1 -1
  37. package/dist/esm/accordion-item/index.js.map +1 -1
  38. package/dist/esm/anchor-button/index.js +2 -2
  39. package/dist/esm/anchor-button/index.js.map +1 -1
  40. package/dist/esm/button/index.js +3 -3
  41. package/dist/esm/button/index.js.map +1 -1
  42. package/dist/esm/checkbox/checkbox.js.map +1 -1
  43. package/dist/esm/checkbox/index.js +2 -2
  44. package/dist/esm/checkbox/index.js.map +1 -1
  45. package/dist/esm/dialog/dialog.js +14 -15
  46. package/dist/esm/dialog/dialog.js.map +1 -1
  47. package/dist/esm/divider/divider.js +1 -1
  48. package/dist/esm/divider/divider.js.map +1 -1
  49. package/dist/esm/index-rollup.js +29 -35
  50. package/dist/esm/index-rollup.js.map +1 -1
  51. package/dist/esm/index.js +33 -33
  52. package/dist/esm/index.js.map +1 -1
  53. package/dist/esm/label/label.js.map +1 -1
  54. package/dist/esm/menu/menu.js +25 -23
  55. package/dist/esm/menu/menu.js.map +1 -1
  56. package/dist/esm/menu-button/index.js +2 -2
  57. package/dist/esm/menu-button/index.js.map +1 -1
  58. package/dist/esm/menu-item/index.js +2 -2
  59. package/dist/esm/menu-item/index.js.map +1 -1
  60. package/dist/esm/menu-list/menu-list.js +2 -1
  61. package/dist/esm/menu-list/menu-list.js.map +1 -1
  62. package/dist/esm/progress-bar/index.js +2 -2
  63. package/dist/esm/progress-bar/index.js.map +1 -1
  64. package/dist/esm/radio/index.js +1 -1
  65. package/dist/esm/radio/index.js.map +1 -1
  66. package/dist/esm/slider/index.js +1 -1
  67. package/dist/esm/slider/index.js.map +1 -1
  68. package/dist/esm/spinner/spinner.js.map +1 -1
  69. package/dist/esm/switch/index.js +1 -1
  70. package/dist/esm/switch/index.js.map +1 -1
  71. package/dist/esm/switch/switch.js.map +1 -1
  72. package/dist/esm/tab/index.js +2 -2
  73. package/dist/esm/tab/index.js.map +1 -1
  74. package/dist/esm/tabs/index.js +2 -2
  75. package/dist/esm/tabs/index.js.map +1 -1
  76. package/dist/esm/tabs/tabs.js +13 -9
  77. package/dist/esm/tabs/tabs.js.map +1 -1
  78. package/dist/esm/text-input/text-input.js.map +1 -1
  79. package/dist/esm/theme/design-tokens.js +1744 -0
  80. package/dist/esm/theme/design-tokens.js.map +1 -1
  81. package/dist/esm/theme/set-theme.js +5 -1
  82. package/dist/esm/theme/set-theme.js.map +1 -1
  83. package/dist/esm/toggle-button/index.js +3 -3
  84. package/dist/esm/toggle-button/index.js.map +1 -1
  85. package/dist/fluent-web-components.api.json +504 -659
  86. package/dist/web-components.d.ts +1813 -76
  87. package/dist/web-components.js +1178 -2026
  88. package/dist/web-components.min.js +263 -263
  89. package/docs/api-report.md +602 -448
  90. package/package.json +6 -3
  91. package/tsdoc.json +44 -0
@@ -1,436 +1,2180 @@
1
+ /**
2
+ * CSS custom property value for the {@link @fluentui/tokens#colorNeutralForeground1 | `colorNeutralForeground1`} design token.
3
+ * @public
4
+ */
1
5
  export declare const colorNeutralForeground1 = "var(--colorNeutralForeground1)";
6
+ /**
7
+ * CSS custom property value for the {@link @fluentui/tokens#colorNeutralForeground1Hover | `colorNeutralForeground1Hover`} design token.
8
+ * @public
9
+ */
2
10
  export declare const colorNeutralForeground1Hover = "var(--colorNeutralForeground1Hover)";
11
+ /**
12
+ * CSS custom property value for the {@link @fluentui/tokens#colorNeutralForeground1Pressed | `colorNeutralForeground1Pressed`} design token.
13
+ * @public
14
+ */
3
15
  export declare const colorNeutralForeground1Pressed = "var(--colorNeutralForeground1Pressed)";
16
+ /**
17
+ * CSS custom property value for the {@link @fluentui/tokens#colorNeutralForeground1Selected | `colorNeutralForeground1Selected`} design token.
18
+ * @public
19
+ */
4
20
  export declare const colorNeutralForeground1Selected = "var(--colorNeutralForeground1Selected)";
21
+ /**
22
+ * CSS custom property value for the {@link @fluentui/tokens#colorNeutralForeground2 | `colorNeutralForeground2`} design token.
23
+ * @public
24
+ */
5
25
  export declare const colorNeutralForeground2 = "var(--colorNeutralForeground2)";
26
+ /**
27
+ * CSS custom property value for the {@link @fluentui/tokens#colorNeutralForeground2Hover | `colorNeutralForeground2Hover`} design token.
28
+ * @public
29
+ */
6
30
  export declare const colorNeutralForeground2Hover = "var(--colorNeutralForeground2Hover)";
31
+ /**
32
+ * CSS custom property value for the {@link @fluentui/tokens#colorNeutralForeground2Pressed | `colorNeutralForeground2Pressed`} design token.
33
+ * @public
34
+ */
7
35
  export declare const colorNeutralForeground2Pressed = "var(--colorNeutralForeground2Pressed)";
36
+ /**
37
+ * CSS custom property value for the {@link @fluentui/tokens#colorNeutralForeground2Selected | `colorNeutralForeground2Selected`} design token.
38
+ * @public
39
+ */
8
40
  export declare const colorNeutralForeground2Selected = "var(--colorNeutralForeground2Selected)";
41
+ /**
42
+ * CSS custom property value for the {@link @fluentui/tokens#colorNeutralForeground2BrandHover | `colorNeutralForeground2BrandHover`} design token.
43
+ * @public
44
+ */
9
45
  export declare const colorNeutralForeground2BrandHover = "var(--colorNeutralForeground2BrandHover)";
46
+ /**
47
+ * CSS custom property value for the {@link @fluentui/tokens#colorNeutralForeground2BrandPressed | `colorNeutralForeground2BrandPressed`} design token.
48
+ * @public
49
+ */
10
50
  export declare const colorNeutralForeground2BrandPressed = "var(--colorNeutralForeground2BrandPressed)";
51
+ /**
52
+ * CSS custom property value for the {@link @fluentui/tokens#colorNeutralForeground2BrandSelected | `colorNeutralForeground2BrandSelected`} design token.
53
+ * @public
54
+ */
11
55
  export declare const colorNeutralForeground2BrandSelected = "var(--colorNeutralForeground2BrandSelected)";
56
+ /**
57
+ * CSS custom property value for the {@link @fluentui/tokens#colorNeutralForeground3 | `colorNeutralForeground3`} design token.
58
+ * @public
59
+ */
12
60
  export declare const colorNeutralForeground3 = "var(--colorNeutralForeground3)";
61
+ /**
62
+ * CSS custom property value for the {@link @fluentui/tokens#colorNeutralForeground3Hover | `colorNeutralForeground3Hover`} design token.
63
+ * @public
64
+ */
13
65
  export declare const colorNeutralForeground3Hover = "var(--colorNeutralForeground3Hover)";
66
+ /**
67
+ * CSS custom property value for the {@link @fluentui/tokens#colorNeutralForeground3Pressed | `colorNeutralForeground3Pressed`} design token.
68
+ * @public
69
+ */
14
70
  export declare const colorNeutralForeground3Pressed = "var(--colorNeutralForeground3Pressed)";
71
+ /**
72
+ * CSS custom property value for the {@link @fluentui/tokens#colorNeutralForeground3Selected | `colorNeutralForeground3Selected`} design token.
73
+ * @public
74
+ */
15
75
  export declare const colorNeutralForeground3Selected = "var(--colorNeutralForeground3Selected)";
76
+ /**
77
+ * CSS custom property value for the {@link @fluentui/tokens#colorNeutralForeground3BrandHover | `colorNeutralForeground3BrandHover`} design token.
78
+ * @public
79
+ */
16
80
  export declare const colorNeutralForeground3BrandHover = "var(--colorNeutralForeground3BrandHover)";
81
+ /**
82
+ * CSS custom property value for the {@link @fluentui/tokens#colorNeutralForeground3BrandPressed | `colorNeutralForeground3BrandPressed`} design token.
83
+ * @public
84
+ */
17
85
  export declare const colorNeutralForeground3BrandPressed = "var(--colorNeutralForeground3BrandPressed)";
86
+ /**
87
+ * CSS custom property value for the {@link @fluentui/tokens#colorNeutralForeground3BrandSelected | `colorNeutralForeground3BrandSelected`} design token.
88
+ * @public
89
+ */
18
90
  export declare const colorNeutralForeground3BrandSelected = "var(--colorNeutralForeground3BrandSelected)";
91
+ /**
92
+ * CSS custom property value for the {@link @fluentui/tokens#colorNeutralForeground4 | `colorNeutralForeground4`} design token.
93
+ * @public
94
+ */
19
95
  export declare const colorNeutralForeground4 = "var(--colorNeutralForeground4)";
96
+ /**
97
+ * CSS custom property value for the {@link @fluentui/tokens#colorNeutralForegroundDisabled | `colorNeutralForegroundDisabled`} design token.
98
+ * @public
99
+ */
20
100
  export declare const colorNeutralForegroundDisabled = "var(--colorNeutralForegroundDisabled)";
101
+ /**
102
+ * CSS custom property value for the {@link @fluentui/tokens#colorBrandForegroundLink | `colorBrandForegroundLink`} design token.
103
+ * @public
104
+ */
21
105
  export declare const colorBrandForegroundLink = "var(--colorBrandForegroundLink)";
106
+ /**
107
+ * CSS custom property value for the {@link @fluentui/tokens#colorBrandForegroundLinkHover | `colorBrandForegroundLinkHover`} design token.
108
+ * @public
109
+ */
22
110
  export declare const colorBrandForegroundLinkHover = "var(--colorBrandForegroundLinkHover)";
111
+ /**
112
+ * CSS custom property value for the {@link @fluentui/tokens#colorBrandForegroundLinkPressed | `colorBrandForegroundLinkPressed`} design token.
113
+ * @public
114
+ */
23
115
  export declare const colorBrandForegroundLinkPressed = "var(--colorBrandForegroundLinkPressed)";
116
+ /**
117
+ * CSS custom property value for the {@link @fluentui/tokens#colorBrandForegroundLinkSelected | `colorBrandForegroundLinkSelected`} design token.
118
+ * @public
119
+ */
24
120
  export declare const colorBrandForegroundLinkSelected = "var(--colorBrandForegroundLinkSelected)";
121
+ /**
122
+ * CSS custom property value for the {@link @fluentui/tokens#colorNeutralForeground2Link | `colorNeutralForeground2Link`} design token.
123
+ * @public
124
+ */
25
125
  export declare const colorNeutralForeground2Link = "var(--colorNeutralForeground2Link)";
126
+ /**
127
+ * CSS custom property value for the {@link @fluentui/tokens#colorNeutralForeground2LinkHover | `colorNeutralForeground2LinkHover`} design token.
128
+ * @public
129
+ */
26
130
  export declare const colorNeutralForeground2LinkHover = "var(--colorNeutralForeground2LinkHover)";
131
+ /**
132
+ * CSS custom property value for the {@link @fluentui/tokens#colorNeutralForeground2LinkPressed | `colorNeutralForeground2LinkPressed`} design token.
133
+ * @public
134
+ */
27
135
  export declare const colorNeutralForeground2LinkPressed = "var(--colorNeutralForeground2LinkPressed)";
136
+ /**
137
+ * CSS custom property value for the {@link @fluentui/tokens#colorNeutralForeground2LinkSelected | `colorNeutralForeground2LinkSelected`} design token.
138
+ * @public
139
+ */
28
140
  export declare const colorNeutralForeground2LinkSelected = "var(--colorNeutralForeground2LinkSelected)";
141
+ /**
142
+ * CSS custom property value for the {@link @fluentui/tokens#colorCompoundBrandForeground1 | `colorCompoundBrandForeground1`} design token.
143
+ * @public
144
+ */
29
145
  export declare const colorCompoundBrandForeground1 = "var(--colorCompoundBrandForeground1)";
146
+ /**
147
+ * CSS custom property value for the {@link @fluentui/tokens#colorCompoundBrandForeground1Hover | `colorCompoundBrandForeground1Hover`} design token.
148
+ * @public
149
+ */
30
150
  export declare const colorCompoundBrandForeground1Hover = "var(--colorCompoundBrandForeground1Hover)";
151
+ /**
152
+ * CSS custom property value for the {@link @fluentui/tokens#colorCompoundBrandForeground1Pressed | `colorCompoundBrandForeground1Pressed`} design token.
153
+ * @public
154
+ */
31
155
  export declare const colorCompoundBrandForeground1Pressed = "var(--colorCompoundBrandForeground1Pressed)";
156
+ /**
157
+ * CSS custom property value for the {@link @fluentui/tokens#colorNeutralForegroundOnBrand | `colorNeutralForegroundOnBrand`} design token.
158
+ * @public
159
+ */
32
160
  export declare const colorNeutralForegroundOnBrand = "var(--colorNeutralForegroundOnBrand)";
161
+ /**
162
+ * CSS custom property value for the {@link @fluentui/tokens#colorNeutralForegroundInverted | `colorNeutralForegroundInverted`} design token.
163
+ * @public
164
+ */
33
165
  export declare const colorNeutralForegroundInverted = "var(--colorNeutralForegroundInverted)";
166
+ /**
167
+ * CSS custom property value for the {@link @fluentui/tokens#colorNeutralForegroundInvertedHover | `colorNeutralForegroundInvertedHover`} design token.
168
+ * @public
169
+ */
34
170
  export declare const colorNeutralForegroundInvertedHover = "var(--colorNeutralForegroundInvertedHover)";
171
+ /**
172
+ * CSS custom property value for the {@link @fluentui/tokens#colorNeutralForegroundInvertedPressed | `colorNeutralForegroundInvertedPressed`} design token.
173
+ * @public
174
+ */
35
175
  export declare const colorNeutralForegroundInvertedPressed = "var(--colorNeutralForegroundInvertedPressed)";
176
+ /**
177
+ * CSS custom property value for the {@link @fluentui/tokens#colorNeutralForegroundInvertedSelected | `colorNeutralForegroundInvertedSelected`} design token.
178
+ * @public
179
+ */
36
180
  export declare const colorNeutralForegroundInvertedSelected = "var(--colorNeutralForegroundInvertedSelected)";
181
+ /**
182
+ * CSS custom property value for the {@link @fluentui/tokens#colorNeutralForegroundInverted2 | `colorNeutralForegroundInverted2`} design token.
183
+ * @public
184
+ */
37
185
  export declare const colorNeutralForegroundInverted2 = "var(--colorNeutralForegroundInverted2)";
186
+ /**
187
+ * CSS custom property value for the {@link @fluentui/tokens#colorNeutralForegroundStaticInverted | `colorNeutralForegroundStaticInverted`} design token.
188
+ * @public
189
+ */
38
190
  export declare const colorNeutralForegroundStaticInverted = "var(--colorNeutralForegroundStaticInverted)";
191
+ /**
192
+ * CSS custom property value for the {@link @fluentui/tokens#colorNeutralForegroundInvertedLink | `colorNeutralForegroundInvertedLink`} design token.
193
+ * @public
194
+ */
39
195
  export declare const colorNeutralForegroundInvertedLink = "var(--colorNeutralForegroundInvertedLink)";
196
+ /**
197
+ * CSS custom property value for the {@link @fluentui/tokens#colorNeutralForegroundInvertedLinkHover | `colorNeutralForegroundInvertedLinkHover`} design token.
198
+ * @public
199
+ */
40
200
  export declare const colorNeutralForegroundInvertedLinkHover = "var(--colorNeutralForegroundInvertedLinkHover)";
201
+ /**
202
+ * CSS custom property value for the {@link @fluentui/tokens#colorNeutralForegroundInvertedLinkPressed | `colorNeutralForegroundInvertedLinkPressed`} design token.
203
+ * @public
204
+ */
41
205
  export declare const colorNeutralForegroundInvertedLinkPressed = "var(--colorNeutralForegroundInvertedLinkPressed)";
206
+ /**
207
+ * CSS custom property value for the {@link @fluentui/tokens#colorNeutralForegroundInvertedLinkSelected | `colorNeutralForegroundInvertedLinkSelected`} design token.
208
+ * @public
209
+ */
42
210
  export declare const colorNeutralForegroundInvertedLinkSelected = "var(--colorNeutralForegroundInvertedLinkSelected)";
211
+ /**
212
+ * CSS custom property value for the {@link @fluentui/tokens#colorNeutralForegroundInvertedDisabled | `colorNeutralForegroundInvertedDisabled`} design token.
213
+ * @public
214
+ */
43
215
  export declare const colorNeutralForegroundInvertedDisabled = "var(--colorNeutralForegroundInvertedDisabled)";
216
+ /**
217
+ * CSS custom property value for the {@link @fluentui/tokens#colorBrandForeground1 | `colorBrandForeground1`} design token.
218
+ * @public
219
+ */
44
220
  export declare const colorBrandForeground1 = "var(--colorBrandForeground1)";
221
+ /**
222
+ * CSS custom property value for the {@link @fluentui/tokens#colorBrandForeground2 | `colorBrandForeground2`} design token.
223
+ * @public
224
+ */
45
225
  export declare const colorBrandForeground2 = "var(--colorBrandForeground2)";
226
+ /**
227
+ * CSS custom property value for the {@link @fluentui/tokens#colorBrandForeground2Hover | `colorBrandForeground2Hover`} design token.
228
+ * @public
229
+ */
46
230
  export declare const colorBrandForeground2Hover = "var(--colorBrandForeground2Hover)";
231
+ /**
232
+ * CSS custom property value for the {@link @fluentui/tokens#colorBrandForeground2Pressed | `colorBrandForeground2Pressed`} design token.
233
+ * @public
234
+ */
47
235
  export declare const colorBrandForeground2Pressed = "var(--colorBrandForeground2Pressed)";
236
+ /**
237
+ * CSS custom property value for the {@link @fluentui/tokens#colorNeutralForeground1Static | `colorNeutralForeground1Static`} design token.
238
+ * @public
239
+ */
48
240
  export declare const colorNeutralForeground1Static = "var(--colorNeutralForeground1Static)";
241
+ /**
242
+ * CSS custom property value for the {@link @fluentui/tokens#colorBrandForegroundInverted | `colorBrandForegroundInverted`} design token.
243
+ * @public
244
+ */
49
245
  export declare const colorBrandForegroundInverted = "var(--colorBrandForegroundInverted)";
246
+ /**
247
+ * CSS custom property value for the {@link @fluentui/tokens#colorBrandForegroundInvertedHover | `colorBrandForegroundInvertedHover`} design token.
248
+ * @public
249
+ */
50
250
  export declare const colorBrandForegroundInvertedHover = "var(--colorBrandForegroundInvertedHover)";
251
+ /**
252
+ * CSS custom property value for the {@link @fluentui/tokens#colorBrandForegroundInvertedPressed | `colorBrandForegroundInvertedPressed`} design token.
253
+ * @public
254
+ */
51
255
  export declare const colorBrandForegroundInvertedPressed = "var(--colorBrandForegroundInvertedPressed)";
256
+ /**
257
+ * CSS custom property value for the {@link @fluentui/tokens#colorBrandForegroundOnLight | `colorBrandForegroundOnLight`} design token.
258
+ * @public
259
+ */
52
260
  export declare const colorBrandForegroundOnLight = "var(--colorBrandForegroundOnLight)";
261
+ /**
262
+ * CSS custom property value for the {@link @fluentui/tokens#colorBrandForegroundOnLightHover | `colorBrandForegroundOnLightHover`} design token.
263
+ * @public
264
+ */
53
265
  export declare const colorBrandForegroundOnLightHover = "var(--colorBrandForegroundOnLightHover)";
266
+ /**
267
+ * CSS custom property value for the {@link @fluentui/tokens#colorBrandForegroundOnLightPressed | `colorBrandForegroundOnLightPressed`} design token.
268
+ * @public
269
+ */
54
270
  export declare const colorBrandForegroundOnLightPressed = "var(--colorBrandForegroundOnLightPressed)";
271
+ /**
272
+ * CSS custom property value for the {@link @fluentui/tokens#colorBrandForegroundOnLightSelected | `colorBrandForegroundOnLightSelected`} design token.
273
+ * @public
274
+ */
55
275
  export declare const colorBrandForegroundOnLightSelected = "var(--colorBrandForegroundOnLightSelected)";
276
+ /**
277
+ * CSS custom property value for the {@link @fluentui/tokens#colorNeutralBackground1 | `colorNeutralBackground1`} design token.
278
+ * @public
279
+ */
56
280
  export declare const colorNeutralBackground1 = "var(--colorNeutralBackground1)";
281
+ /**
282
+ * CSS custom property value for the {@link @fluentui/tokens#colorNeutralBackground1Hover | `colorNeutralBackground1Hover`} design token.
283
+ * @public
284
+ */
57
285
  export declare const colorNeutralBackground1Hover = "var(--colorNeutralBackground1Hover)";
286
+ /**
287
+ * CSS custom property value for the {@link @fluentui/tokens#colorNeutralBackground1Pressed | `colorNeutralBackground1Pressed`} design token.
288
+ * @public
289
+ */
58
290
  export declare const colorNeutralBackground1Pressed = "var(--colorNeutralBackground1Pressed)";
291
+ /**
292
+ * CSS custom property value for the {@link @fluentui/tokens#colorNeutralBackground1Selected | `colorNeutralBackground1Selected`} design token.
293
+ * @public
294
+ */
59
295
  export declare const colorNeutralBackground1Selected = "var(--colorNeutralBackground1Selected)";
296
+ /**
297
+ * CSS custom property value for the {@link @fluentui/tokens#colorNeutralBackground2 | `colorNeutralBackground2`} design token.
298
+ * @public
299
+ */
60
300
  export declare const colorNeutralBackground2 = "var(--colorNeutralBackground2)";
301
+ /**
302
+ * CSS custom property value for the {@link @fluentui/tokens#colorNeutralBackground2Hover | `colorNeutralBackground2Hover`} design token.
303
+ * @public
304
+ */
61
305
  export declare const colorNeutralBackground2Hover = "var(--colorNeutralBackground2Hover)";
306
+ /**
307
+ * CSS custom property value for the {@link @fluentui/tokens#colorNeutralBackground2Pressed | `colorNeutralBackground2Pressed`} design token.
308
+ * @public
309
+ */
62
310
  export declare const colorNeutralBackground2Pressed = "var(--colorNeutralBackground2Pressed)";
311
+ /**
312
+ * CSS custom property value for the {@link @fluentui/tokens#colorNeutralBackground2Selected | `colorNeutralBackground2Selected`} design token.
313
+ * @public
314
+ */
63
315
  export declare const colorNeutralBackground2Selected = "var(--colorNeutralBackground2Selected)";
316
+ /**
317
+ * CSS custom property value for the {@link @fluentui/tokens#colorNeutralBackground3 | `colorNeutralBackground3`} design token.
318
+ * @public
319
+ */
64
320
  export declare const colorNeutralBackground3 = "var(--colorNeutralBackground3)";
321
+ /**
322
+ * CSS custom property value for the {@link @fluentui/tokens#colorNeutralBackground3Hover | `colorNeutralBackground3Hover`} design token.
323
+ * @public
324
+ */
65
325
  export declare const colorNeutralBackground3Hover = "var(--colorNeutralBackground3Hover)";
326
+ /**
327
+ * CSS custom property value for the {@link @fluentui/tokens#colorNeutralBackground3Pressed | `colorNeutralBackground3Pressed`} design token.
328
+ * @public
329
+ */
66
330
  export declare const colorNeutralBackground3Pressed = "var(--colorNeutralBackground3Pressed)";
331
+ /**
332
+ * CSS custom property value for the {@link @fluentui/tokens#colorNeutralBackground3Selected | `colorNeutralBackground3Selected`} design token.
333
+ * @public
334
+ */
67
335
  export declare const colorNeutralBackground3Selected = "var(--colorNeutralBackground3Selected)";
336
+ /**
337
+ * CSS custom property value for the {@link @fluentui/tokens#colorNeutralBackground4 | `colorNeutralBackground4`} design token.
338
+ * @public
339
+ */
68
340
  export declare const colorNeutralBackground4 = "var(--colorNeutralBackground4)";
341
+ /**
342
+ * CSS custom property value for the {@link @fluentui/tokens#colorNeutralBackground4Hover | `colorNeutralBackground4Hover`} design token.
343
+ * @public
344
+ */
69
345
  export declare const colorNeutralBackground4Hover = "var(--colorNeutralBackground4Hover)";
346
+ /**
347
+ * CSS custom property value for the {@link @fluentui/tokens#colorNeutralBackground4Pressed | `colorNeutralBackground4Pressed`} design token.
348
+ * @public
349
+ */
70
350
  export declare const colorNeutralBackground4Pressed = "var(--colorNeutralBackground4Pressed)";
351
+ /**
352
+ * CSS custom property value for the {@link @fluentui/tokens#colorNeutralBackground4Selected | `colorNeutralBackground4Selected`} design token.
353
+ * @public
354
+ */
71
355
  export declare const colorNeutralBackground4Selected = "var(--colorNeutralBackground4Selected)";
356
+ /**
357
+ * CSS custom property value for the {@link @fluentui/tokens#colorNeutralBackground5 | `colorNeutralBackground5`} design token.
358
+ * @public
359
+ */
72
360
  export declare const colorNeutralBackground5 = "var(--colorNeutralBackground5)";
361
+ /**
362
+ * CSS custom property value for the {@link @fluentui/tokens#colorNeutralBackground5Hover | `colorNeutralBackground5Hover`} design token.
363
+ * @public
364
+ */
73
365
  export declare const colorNeutralBackground5Hover = "var(--colorNeutralBackground5Hover)";
366
+ /**
367
+ * CSS custom property value for the {@link @fluentui/tokens#colorNeutralBackground5Pressed | `colorNeutralBackground5Pressed`} design token.
368
+ * @public
369
+ */
74
370
  export declare const colorNeutralBackground5Pressed = "var(--colorNeutralBackground5Pressed)";
371
+ /**
372
+ * CSS custom property value for the {@link @fluentui/tokens#colorNeutralBackground5Selected | `colorNeutralBackground5Selected`} design token.
373
+ * @public
374
+ */
75
375
  export declare const colorNeutralBackground5Selected = "var(--colorNeutralBackground5Selected)";
376
+ /**
377
+ * CSS custom property value for the {@link @fluentui/tokens#colorNeutralBackground6 | `colorNeutralBackground6`} design token.
378
+ * @public
379
+ */
76
380
  export declare const colorNeutralBackground6 = "var(--colorNeutralBackground6)";
381
+ /**
382
+ * CSS custom property value for the {@link @fluentui/tokens#colorNeutralBackgroundInverted | `colorNeutralBackgroundInverted`} design token.
383
+ * @public
384
+ */
77
385
  export declare const colorNeutralBackgroundInverted = "var(--colorNeutralBackgroundInverted)";
386
+ /**
387
+ * CSS custom property value for the {@link @fluentui/tokens#colorNeutralBackgroundStatic | `colorNeutralBackgroundStatic`} design token.
388
+ * @public
389
+ */
78
390
  export declare const colorNeutralBackgroundStatic = "var(--colorNeutralBackgroundStatic)";
391
+ /**
392
+ * CSS custom property value for the {@link @fluentui/tokens#colorNeutralBackgroundAlpha | `colorNeutralBackgroundAlpha`} design token.
393
+ * @public
394
+ */
79
395
  export declare const colorNeutralBackgroundAlpha = "var(--colorNeutralBackgroundAlpha)";
396
+ /**
397
+ * CSS custom property value for the {@link @fluentui/tokens#colorNeutralBackgroundAlpha2 | `colorNeutralBackgroundAlpha2`} design token.
398
+ * @public
399
+ */
80
400
  export declare const colorNeutralBackgroundAlpha2 = "var(--colorNeutralBackgroundAlpha2)";
401
+ /**
402
+ * CSS custom property value for the {@link @fluentui/tokens#colorSubtleBackground | `colorSubtleBackground`} design token.
403
+ * @public
404
+ */
81
405
  export declare const colorSubtleBackground = "var(--colorSubtleBackground)";
406
+ /**
407
+ * CSS custom property value for the {@link @fluentui/tokens#colorSubtleBackgroundHover | `colorSubtleBackgroundHover`} design token.
408
+ * @public
409
+ */
82
410
  export declare const colorSubtleBackgroundHover = "var(--colorSubtleBackgroundHover)";
411
+ /**
412
+ * CSS custom property value for the {@link @fluentui/tokens#colorSubtleBackgroundPressed | `colorSubtleBackgroundPressed`} design token.
413
+ * @public
414
+ */
83
415
  export declare const colorSubtleBackgroundPressed = "var(--colorSubtleBackgroundPressed)";
416
+ /**
417
+ * CSS custom property value for the {@link @fluentui/tokens#colorSubtleBackgroundSelected | `colorSubtleBackgroundSelected`} design token.
418
+ * @public
419
+ */
84
420
  export declare const colorSubtleBackgroundSelected = "var(--colorSubtleBackgroundSelected)";
421
+ /**
422
+ * CSS custom property value for the {@link @fluentui/tokens#colorSubtleBackgroundLightAlphaHover | `colorSubtleBackgroundLightAlphaHover`} design token.
423
+ * @public
424
+ */
85
425
  export declare const colorSubtleBackgroundLightAlphaHover = "var(--colorSubtleBackgroundLightAlphaHover)";
426
+ /**
427
+ * CSS custom property value for the {@link @fluentui/tokens#colorSubtleBackgroundLightAlphaPressed | `colorSubtleBackgroundLightAlphaPressed`} design token.
428
+ * @public
429
+ */
86
430
  export declare const colorSubtleBackgroundLightAlphaPressed = "var(--colorSubtleBackgroundLightAlphaPressed)";
431
+ /**
432
+ * CSS custom property value for the {@link @fluentui/tokens#colorSubtleBackgroundLightAlphaSelected | `colorSubtleBackgroundLightAlphaSelected`} design token.
433
+ * @public
434
+ */
87
435
  export declare const colorSubtleBackgroundLightAlphaSelected = "var(--colorSubtleBackgroundLightAlphaSelected)";
436
+ /**
437
+ * CSS custom property value for the {@link @fluentui/tokens#colorSubtleBackgroundInverted | `colorSubtleBackgroundInverted`} design token.
438
+ * @public
439
+ */
88
440
  export declare const colorSubtleBackgroundInverted = "var(--colorSubtleBackgroundInverted)";
441
+ /**
442
+ * CSS custom property value for the {@link @fluentui/tokens#colorSubtleBackgroundInvertedHover | `colorSubtleBackgroundInvertedHover`} design token.
443
+ * @public
444
+ */
89
445
  export declare const colorSubtleBackgroundInvertedHover = "var(--colorSubtleBackgroundInvertedHover)";
446
+ /**
447
+ * CSS custom property value for the {@link @fluentui/tokens#colorSubtleBackgroundInvertedPressed | `colorSubtleBackgroundInvertedPressed`} design token.
448
+ * @public
449
+ */
90
450
  export declare const colorSubtleBackgroundInvertedPressed = "var(--colorSubtleBackgroundInvertedPressed)";
451
+ /**
452
+ * CSS custom property value for the {@link @fluentui/tokens#colorSubtleBackgroundInvertedSelected | `colorSubtleBackgroundInvertedSelected`} design token.
453
+ * @public
454
+ */
91
455
  export declare const colorSubtleBackgroundInvertedSelected = "var(--colorSubtleBackgroundInvertedSelected)";
456
+ /**
457
+ * CSS custom property value for the {@link @fluentui/tokens#colorTransparentBackground | `colorTransparentBackground`} design token.
458
+ * @public
459
+ */
92
460
  export declare const colorTransparentBackground = "var(--colorTransparentBackground)";
461
+ /**
462
+ * CSS custom property value for the {@link @fluentui/tokens#colorTransparentBackgroundHover | `colorTransparentBackgroundHover`} design token.
463
+ * @public
464
+ */
93
465
  export declare const colorTransparentBackgroundHover = "var(--colorTransparentBackgroundHover)";
466
+ /**
467
+ * CSS custom property value for the {@link @fluentui/tokens#colorTransparentBackgroundPressed | `colorTransparentBackgroundPressed`} design token.
468
+ * @public
469
+ */
94
470
  export declare const colorTransparentBackgroundPressed = "var(--colorTransparentBackgroundPressed)";
471
+ /**
472
+ * CSS custom property value for the {@link @fluentui/tokens#colorTransparentBackgroundSelected | `colorTransparentBackgroundSelected`} design token.
473
+ * @public
474
+ */
95
475
  export declare const colorTransparentBackgroundSelected = "var(--colorTransparentBackgroundSelected)";
476
+ /**
477
+ * CSS custom property value for the {@link @fluentui/tokens#colorNeutralBackgroundDisabled | `colorNeutralBackgroundDisabled`} design token.
478
+ * @public
479
+ */
96
480
  export declare const colorNeutralBackgroundDisabled = "var(--colorNeutralBackgroundDisabled)";
481
+ /**
482
+ * CSS custom property value for the {@link @fluentui/tokens#colorNeutralBackgroundInvertedDisabled | `colorNeutralBackgroundInvertedDisabled`} design token.
483
+ * @public
484
+ */
97
485
  export declare const colorNeutralBackgroundInvertedDisabled = "var(--colorNeutralBackgroundInvertedDisabled)";
486
+ /**
487
+ * CSS custom property value for the {@link @fluentui/tokens#colorNeutralStencil1 | `colorNeutralStencil1`} design token.
488
+ * @public
489
+ */
98
490
  export declare const colorNeutralStencil1 = "var(--colorNeutralStencil1)";
491
+ /**
492
+ * CSS custom property value for the {@link @fluentui/tokens#colorNeutralStencil2 | `colorNeutralStencil2`} design token.
493
+ * @public
494
+ */
99
495
  export declare const colorNeutralStencil2 = "var(--colorNeutralStencil2)";
496
+ /**
497
+ * CSS custom property value for the {@link @fluentui/tokens#colorNeutralStencil1Alpha | `colorNeutralStencil1Alpha`} design token.
498
+ * @public
499
+ */
100
500
  export declare const colorNeutralStencil1Alpha = "var(--colorNeutralStencil1Alpha)";
501
+ /**
502
+ * CSS custom property value for the {@link @fluentui/tokens#colorNeutralStencil2Alpha | `colorNeutralStencil2Alpha`} design token.
503
+ * @public
504
+ */
101
505
  export declare const colorNeutralStencil2Alpha = "var(--colorNeutralStencil2Alpha)";
506
+ /**
507
+ * CSS custom property value for the {@link @fluentui/tokens#colorBackgroundOverlay | `colorBackgroundOverlay`} design token.
508
+ * @public
509
+ */
102
510
  export declare const colorBackgroundOverlay = "var(--colorBackgroundOverlay)";
511
+ /**
512
+ * CSS custom property value for the {@link @fluentui/tokens#colorScrollbarOverlay | `colorScrollbarOverlay`} design token.
513
+ * @public
514
+ */
103
515
  export declare const colorScrollbarOverlay = "var(--colorScrollbarOverlay)";
516
+ /**
517
+ * CSS custom property value for the {@link @fluentui/tokens#colorBrandBackground | `colorBrandBackground`} design token.
518
+ * @public
519
+ */
104
520
  export declare const colorBrandBackground = "var(--colorBrandBackground)";
521
+ /**
522
+ * CSS custom property value for the {@link @fluentui/tokens#colorBrandBackgroundHover | `colorBrandBackgroundHover`} design token.
523
+ * @public
524
+ */
105
525
  export declare const colorBrandBackgroundHover = "var(--colorBrandBackgroundHover)";
526
+ /**
527
+ * CSS custom property value for the {@link @fluentui/tokens#colorBrandBackgroundPressed | `colorBrandBackgroundPressed`} design token.
528
+ * @public
529
+ */
106
530
  export declare const colorBrandBackgroundPressed = "var(--colorBrandBackgroundPressed)";
531
+ /**
532
+ * CSS custom property value for the {@link @fluentui/tokens#colorBrandBackgroundSelected | `colorBrandBackgroundSelected`} design token.
533
+ * @public
534
+ */
107
535
  export declare const colorBrandBackgroundSelected = "var(--colorBrandBackgroundSelected)";
536
+ /**
537
+ * CSS custom property value for the {@link @fluentui/tokens#colorCompoundBrandBackground | `colorCompoundBrandBackground`} design token.
538
+ * @public
539
+ */
108
540
  export declare const colorCompoundBrandBackground = "var(--colorCompoundBrandBackground)";
541
+ /**
542
+ * CSS custom property value for the {@link @fluentui/tokens#colorCompoundBrandBackgroundHover | `colorCompoundBrandBackgroundHover`} design token.
543
+ * @public
544
+ */
109
545
  export declare const colorCompoundBrandBackgroundHover = "var(--colorCompoundBrandBackgroundHover)";
546
+ /**
547
+ * CSS custom property value for the {@link @fluentui/tokens#colorCompoundBrandBackgroundPressed | `colorCompoundBrandBackgroundPressed`} design token.
548
+ * @public
549
+ */
110
550
  export declare const colorCompoundBrandBackgroundPressed = "var(--colorCompoundBrandBackgroundPressed)";
551
+ /**
552
+ * CSS custom property value for the {@link @fluentui/tokens#colorBrandBackgroundStatic | `colorBrandBackgroundStatic`} design token.
553
+ * @public
554
+ */
111
555
  export declare const colorBrandBackgroundStatic = "var(--colorBrandBackgroundStatic)";
556
+ /**
557
+ * CSS custom property value for the {@link @fluentui/tokens#colorBrandBackground2 | `colorBrandBackground2`} design token.
558
+ * @public
559
+ */
112
560
  export declare const colorBrandBackground2 = "var(--colorBrandBackground2)";
561
+ /**
562
+ * CSS custom property value for the {@link @fluentui/tokens#colorBrandBackground2Hover | `colorBrandBackground2Hover`} design token.
563
+ * @public
564
+ */
113
565
  export declare const colorBrandBackground2Hover = "var(--colorBrandBackground2Hover)";
566
+ /**
567
+ * CSS custom property value for the {@link @fluentui/tokens#colorBrandBackground2Pressed | `colorBrandBackground2Pressed`} design token.
568
+ * @public
569
+ */
114
570
  export declare const colorBrandBackground2Pressed = "var(--colorBrandBackground2Pressed)";
571
+ /**
572
+ * CSS custom property value for the {@link @fluentui/tokens#colorBrandBackground3Static | `colorBrandBackground3Static`} design token.
573
+ * @public
574
+ */
115
575
  export declare const colorBrandBackground3Static = "var(--colorBrandBackground3Static)";
576
+ /**
577
+ * CSS custom property value for the {@link @fluentui/tokens#colorBrandBackground4Static | `colorBrandBackground4Static`} design token.
578
+ * @public
579
+ */
116
580
  export declare const colorBrandBackground4Static = "var(--colorBrandBackground4Static)";
581
+ /**
582
+ * CSS custom property value for the {@link @fluentui/tokens#colorBrandBackgroundInverted | `colorBrandBackgroundInverted`} design token.
583
+ * @public
584
+ */
117
585
  export declare const colorBrandBackgroundInverted = "var(--colorBrandBackgroundInverted)";
586
+ /**
587
+ * CSS custom property value for the {@link @fluentui/tokens#colorBrandBackgroundInvertedHover | `colorBrandBackgroundInvertedHover`} design token.
588
+ * @public
589
+ */
118
590
  export declare const colorBrandBackgroundInvertedHover = "var(--colorBrandBackgroundInvertedHover)";
591
+ /**
592
+ * CSS custom property value for the {@link @fluentui/tokens#colorBrandBackgroundInvertedPressed | `colorBrandBackgroundInvertedPressed`} design token.
593
+ * @public
594
+ */
119
595
  export declare const colorBrandBackgroundInvertedPressed = "var(--colorBrandBackgroundInvertedPressed)";
596
+ /**
597
+ * CSS custom property value for the {@link @fluentui/tokens#colorBrandBackgroundInvertedSelected | `colorBrandBackgroundInvertedSelected`} design token.
598
+ * @public
599
+ */
120
600
  export declare const colorBrandBackgroundInvertedSelected = "var(--colorBrandBackgroundInvertedSelected)";
601
+ /**
602
+ * CSS custom property value for the {@link @fluentui/tokens#colorNeutralCardBackground | `colorNeutralCardBackground`} design token.
603
+ * @public
604
+ */
121
605
  export declare const colorNeutralCardBackground = "var(--colorNeutralCardBackground)";
606
+ /**
607
+ * CSS custom property value for the {@link @fluentui/tokens#colorNeutralCardBackgroundHover | `colorNeutralCardBackgroundHover`} design token.
608
+ * @public
609
+ */
122
610
  export declare const colorNeutralCardBackgroundHover = "var(--colorNeutralCardBackgroundHover)";
611
+ /**
612
+ * CSS custom property value for the {@link @fluentui/tokens#colorNeutralCardBackgroundPressed | `colorNeutralCardBackgroundPressed`} design token.
613
+ * @public
614
+ */
123
615
  export declare const colorNeutralCardBackgroundPressed = "var(--colorNeutralCardBackgroundPressed)";
616
+ /**
617
+ * CSS custom property value for the {@link @fluentui/tokens#colorNeutralCardBackgroundSelected | `colorNeutralCardBackgroundSelected`} design token.
618
+ * @public
619
+ */
124
620
  export declare const colorNeutralCardBackgroundSelected = "var(--colorNeutralCardBackgroundSelected)";
621
+ /**
622
+ * CSS custom property value for the {@link @fluentui/tokens#colorNeutralCardBackgroundDisabled | `colorNeutralCardBackgroundDisabled`} design token.
623
+ * @public
624
+ */
125
625
  export declare const colorNeutralCardBackgroundDisabled = "var(--colorNeutralCardBackgroundDisabled)";
626
+ /**
627
+ * CSS custom property value for the {@link @fluentui/tokens#colorNeutralStrokeAccessible | `colorNeutralStrokeAccessible`} design token.
628
+ * @public
629
+ */
126
630
  export declare const colorNeutralStrokeAccessible = "var(--colorNeutralStrokeAccessible)";
631
+ /**
632
+ * CSS custom property value for the {@link @fluentui/tokens#colorNeutralStrokeAccessibleHover | `colorNeutralStrokeAccessibleHover`} design token.
633
+ * @public
634
+ */
127
635
  export declare const colorNeutralStrokeAccessibleHover = "var(--colorNeutralStrokeAccessibleHover)";
636
+ /**
637
+ * CSS custom property value for the {@link @fluentui/tokens#colorNeutralStrokeAccessiblePressed | `colorNeutralStrokeAccessiblePressed`} design token.
638
+ * @public
639
+ */
128
640
  export declare const colorNeutralStrokeAccessiblePressed = "var(--colorNeutralStrokeAccessiblePressed)";
641
+ /**
642
+ * CSS custom property value for the {@link @fluentui/tokens#colorNeutralStrokeAccessibleSelected | `colorNeutralStrokeAccessibleSelected`} design token.
643
+ * @public
644
+ */
129
645
  export declare const colorNeutralStrokeAccessibleSelected = "var(--colorNeutralStrokeAccessibleSelected)";
646
+ /**
647
+ * CSS custom property value for the {@link @fluentui/tokens#colorNeutralStroke1 | `colorNeutralStroke1`} design token.
648
+ * @public
649
+ */
130
650
  export declare const colorNeutralStroke1 = "var(--colorNeutralStroke1)";
651
+ /**
652
+ * CSS custom property value for the {@link @fluentui/tokens#colorNeutralStroke1Hover | `colorNeutralStroke1Hover`} design token.
653
+ * @public
654
+ */
131
655
  export declare const colorNeutralStroke1Hover = "var(--colorNeutralStroke1Hover)";
656
+ /**
657
+ * CSS custom property value for the {@link @fluentui/tokens#colorNeutralStroke1Pressed | `colorNeutralStroke1Pressed`} design token.
658
+ * @public
659
+ */
132
660
  export declare const colorNeutralStroke1Pressed = "var(--colorNeutralStroke1Pressed)";
661
+ /**
662
+ * CSS custom property value for the {@link @fluentui/tokens#colorNeutralStroke1Selected | `colorNeutralStroke1Selected`} design token.
663
+ * @public
664
+ */
133
665
  export declare const colorNeutralStroke1Selected = "var(--colorNeutralStroke1Selected)";
666
+ /**
667
+ * CSS custom property value for the {@link @fluentui/tokens#colorNeutralStroke2 | `colorNeutralStroke2`} design token.
668
+ * @public
669
+ */
134
670
  export declare const colorNeutralStroke2 = "var(--colorNeutralStroke2)";
671
+ /**
672
+ * CSS custom property value for the {@link @fluentui/tokens#colorNeutralStroke3 | `colorNeutralStroke3`} design token.
673
+ * @public
674
+ */
135
675
  export declare const colorNeutralStroke3 = "var(--colorNeutralStroke3)";
676
+ /**
677
+ * CSS custom property value for the {@link @fluentui/tokens#colorNeutralStrokeSubtle | `colorNeutralStrokeSubtle`} design token.
678
+ * @public
679
+ */
136
680
  export declare const colorNeutralStrokeSubtle = "var(--colorNeutralStrokeSubtle)";
681
+ /**
682
+ * CSS custom property value for the {@link @fluentui/tokens#colorNeutralStrokeOnBrand | `colorNeutralStrokeOnBrand`} design token.
683
+ * @public
684
+ */
137
685
  export declare const colorNeutralStrokeOnBrand = "var(--colorNeutralStrokeOnBrand)";
686
+ /**
687
+ * CSS custom property value for the {@link @fluentui/tokens#colorNeutralStrokeOnBrand2 | `colorNeutralStrokeOnBrand2`} design token.
688
+ * @public
689
+ */
138
690
  export declare const colorNeutralStrokeOnBrand2 = "var(--colorNeutralStrokeOnBrand2)";
691
+ /**
692
+ * CSS custom property value for the {@link @fluentui/tokens#colorNeutralStrokeOnBrand2Hover | `colorNeutralStrokeOnBrand2Hover`} design token.
693
+ * @public
694
+ */
139
695
  export declare const colorNeutralStrokeOnBrand2Hover = "var(--colorNeutralStrokeOnBrand2Hover)";
696
+ /**
697
+ * CSS custom property value for the {@link @fluentui/tokens#colorNeutralStrokeOnBrand2Pressed | `colorNeutralStrokeOnBrand2Pressed`} design token.
698
+ * @public
699
+ */
140
700
  export declare const colorNeutralStrokeOnBrand2Pressed = "var(--colorNeutralStrokeOnBrand2Pressed)";
701
+ /**
702
+ * CSS custom property value for the {@link @fluentui/tokens#colorNeutralStrokeOnBrand2Selected | `colorNeutralStrokeOnBrand2Selected`} design token.
703
+ * @public
704
+ */
141
705
  export declare const colorNeutralStrokeOnBrand2Selected = "var(--colorNeutralStrokeOnBrand2Selected)";
706
+ /**
707
+ * CSS custom property value for the {@link @fluentui/tokens#colorBrandStroke1 | `colorBrandStroke1`} design token.
708
+ * @public
709
+ */
142
710
  export declare const colorBrandStroke1 = "var(--colorBrandStroke1)";
711
+ /**
712
+ * CSS custom property value for the {@link @fluentui/tokens#colorBrandStroke2 | `colorBrandStroke2`} design token.
713
+ * @public
714
+ */
143
715
  export declare const colorBrandStroke2 = "var(--colorBrandStroke2)";
716
+ /**
717
+ * CSS custom property value for the {@link @fluentui/tokens#colorBrandStroke2Hover | `colorBrandStroke2Hover`} design token.
718
+ * @public
719
+ */
144
720
  export declare const colorBrandStroke2Hover = "var(--colorBrandStroke2Hover)";
721
+ /**
722
+ * CSS custom property value for the {@link @fluentui/tokens#colorBrandStroke2Pressed | `colorBrandStroke2Pressed`} design token.
723
+ * @public
724
+ */
145
725
  export declare const colorBrandStroke2Pressed = "var(--colorBrandStroke2Pressed)";
726
+ /**
727
+ * CSS custom property value for the {@link @fluentui/tokens#colorBrandStroke2Contrast | `colorBrandStroke2Contrast`} design token.
728
+ * @public
729
+ */
146
730
  export declare const colorBrandStroke2Contrast = "var(--colorBrandStroke2Contrast)";
731
+ /**
732
+ * CSS custom property value for the {@link @fluentui/tokens#colorCompoundBrandStroke | `colorCompoundBrandStroke`} design token.
733
+ * @public
734
+ */
147
735
  export declare const colorCompoundBrandStroke = "var(--colorCompoundBrandStroke)";
736
+ /**
737
+ * CSS custom property value for the {@link @fluentui/tokens#colorCompoundBrandStrokeHover | `colorCompoundBrandStrokeHover`} design token.
738
+ * @public
739
+ */
148
740
  export declare const colorCompoundBrandStrokeHover = "var(--colorCompoundBrandStrokeHover)";
741
+ /**
742
+ * CSS custom property value for the {@link @fluentui/tokens#colorCompoundBrandStrokePressed | `colorCompoundBrandStrokePressed`} design token.
743
+ * @public
744
+ */
149
745
  export declare const colorCompoundBrandStrokePressed = "var(--colorCompoundBrandStrokePressed)";
746
+ /**
747
+ * CSS custom property value for the {@link @fluentui/tokens#colorNeutralStrokeDisabled | `colorNeutralStrokeDisabled`} design token.
748
+ * @public
749
+ */
150
750
  export declare const colorNeutralStrokeDisabled = "var(--colorNeutralStrokeDisabled)";
751
+ /**
752
+ * CSS custom property value for the {@link @fluentui/tokens#colorNeutralStrokeInvertedDisabled | `colorNeutralStrokeInvertedDisabled`} design token.
753
+ * @public
754
+ */
151
755
  export declare const colorNeutralStrokeInvertedDisabled = "var(--colorNeutralStrokeInvertedDisabled)";
756
+ /**
757
+ * CSS custom property value for the {@link @fluentui/tokens#colorTransparentStroke | `colorTransparentStroke`} design token.
758
+ * @public
759
+ */
152
760
  export declare const colorTransparentStroke = "var(--colorTransparentStroke)";
761
+ /**
762
+ * CSS custom property value for the {@link @fluentui/tokens#colorTransparentStrokeInteractive | `colorTransparentStrokeInteractive`} design token.
763
+ * @public
764
+ */
153
765
  export declare const colorTransparentStrokeInteractive = "var(--colorTransparentStrokeInteractive)";
766
+ /**
767
+ * CSS custom property value for the {@link @fluentui/tokens#colorTransparentStrokeDisabled | `colorTransparentStrokeDisabled`} design token.
768
+ * @public
769
+ */
154
770
  export declare const colorTransparentStrokeDisabled = "var(--colorTransparentStrokeDisabled)";
771
+ /**
772
+ * CSS custom property value for the {@link @fluentui/tokens#colorNeutralStrokeAlpha | `colorNeutralStrokeAlpha`} design token.
773
+ * @public
774
+ */
155
775
  export declare const colorNeutralStrokeAlpha = "var(--colorNeutralStrokeAlpha)";
776
+ /**
777
+ * CSS custom property value for the {@link @fluentui/tokens#colorNeutralStrokeAlpha2 | `colorNeutralStrokeAlpha2`} design token.
778
+ * @public
779
+ */
156
780
  export declare const colorNeutralStrokeAlpha2 = "var(--colorNeutralStrokeAlpha2)";
781
+ /**
782
+ * CSS custom property value for the {@link @fluentui/tokens#colorStrokeFocus1 | `colorStrokeFocus1`} design token.
783
+ * @public
784
+ */
157
785
  export declare const colorStrokeFocus1 = "var(--colorStrokeFocus1)";
786
+ /**
787
+ * CSS custom property value for the {@link @fluentui/tokens#colorStrokeFocus2 | `colorStrokeFocus2`} design token.
788
+ * @public
789
+ */
158
790
  export declare const colorStrokeFocus2 = "var(--colorStrokeFocus2)";
791
+ /**
792
+ * CSS custom property value for the {@link @fluentui/tokens#colorNeutralShadowAmbient | `colorNeutralShadowAmbient`} design token.
793
+ * @public
794
+ */
159
795
  export declare const colorNeutralShadowAmbient = "var(--colorNeutralShadowAmbient)";
796
+ /**
797
+ * CSS custom property value for the {@link @fluentui/tokens#colorNeutralShadowKey | `colorNeutralShadowKey`} design token.
798
+ * @public
799
+ */
160
800
  export declare const colorNeutralShadowKey = "var(--colorNeutralShadowKey)";
801
+ /**
802
+ * CSS custom property value for the {@link @fluentui/tokens#colorNeutralShadowAmbientLighter | `colorNeutralShadowAmbientLighter`} design token.
803
+ * @public
804
+ */
161
805
  export declare const colorNeutralShadowAmbientLighter = "var(--colorNeutralShadowAmbientLighter)";
806
+ /**
807
+ * CSS custom property value for the {@link @fluentui/tokens#colorNeutralShadowKeyLighter | `colorNeutralShadowKeyLighter`} design token.
808
+ * @public
809
+ */
162
810
  export declare const colorNeutralShadowKeyLighter = "var(--colorNeutralShadowKeyLighter)";
811
+ /**
812
+ * CSS custom property value for the {@link @fluentui/tokens#colorNeutralShadowAmbientDarker | `colorNeutralShadowAmbientDarker`} design token.
813
+ * @public
814
+ */
163
815
  export declare const colorNeutralShadowAmbientDarker = "var(--colorNeutralShadowAmbientDarker)";
816
+ /**
817
+ * CSS custom property value for the {@link @fluentui/tokens#colorNeutralShadowKeyDarker | `colorNeutralShadowKeyDarker`} design token.
818
+ * @public
819
+ */
164
820
  export declare const colorNeutralShadowKeyDarker = "var(--colorNeutralShadowKeyDarker)";
821
+ /**
822
+ * CSS custom property value for the {@link @fluentui/tokens#colorBrandShadowAmbient | `colorBrandShadowAmbient`} design token.
823
+ * @public
824
+ */
165
825
  export declare const colorBrandShadowAmbient = "var(--colorBrandShadowAmbient)";
826
+ /**
827
+ * CSS custom property value for the {@link @fluentui/tokens#colorBrandShadowKey | `colorBrandShadowKey`} design token.
828
+ * @public
829
+ */
166
830
  export declare const colorBrandShadowKey = "var(--colorBrandShadowKey)";
831
+ /**
832
+ * CSS custom property value for the {@link @fluentui/tokens#colorPaletteRedBackground1 | `colorPaletteRedBackground1`} design token.
833
+ * @public
834
+ */
167
835
  export declare const colorPaletteRedBackground1 = "var(--colorPaletteRedBackground1)";
836
+ /**
837
+ * CSS custom property value for the {@link @fluentui/tokens#colorPaletteRedBackground2 | `colorPaletteRedBackground2`} design token.
838
+ * @public
839
+ */
168
840
  export declare const colorPaletteRedBackground2 = "var(--colorPaletteRedBackground2)";
841
+ /**
842
+ * CSS custom property value for the {@link @fluentui/tokens#colorPaletteRedBackground3 | `colorPaletteRedBackground3`} design token.
843
+ * @public
844
+ */
169
845
  export declare const colorPaletteRedBackground3 = "var(--colorPaletteRedBackground3)";
846
+ /**
847
+ * CSS custom property value for the {@link @fluentui/tokens#colorPaletteRedBorderActive | `colorPaletteRedBorderActive`} design token.
848
+ * @public
849
+ */
170
850
  export declare const colorPaletteRedBorderActive = "var(--colorPaletteRedBorderActive)";
851
+ /**
852
+ * CSS custom property value for the {@link @fluentui/tokens#colorPaletteRedBorder1 | `colorPaletteRedBorder1`} design token.
853
+ * @public
854
+ */
171
855
  export declare const colorPaletteRedBorder1 = "var(--colorPaletteRedBorder1)";
856
+ /**
857
+ * CSS custom property value for the {@link @fluentui/tokens#colorPaletteRedBorder2 | `colorPaletteRedBorder2`} design token.
858
+ * @public
859
+ */
172
860
  export declare const colorPaletteRedBorder2 = "var(--colorPaletteRedBorder2)";
861
+ /**
862
+ * CSS custom property value for the {@link @fluentui/tokens#colorPaletteRedForeground1 | `colorPaletteRedForeground1`} design token.
863
+ * @public
864
+ */
173
865
  export declare const colorPaletteRedForeground1 = "var(--colorPaletteRedForeground1)";
866
+ /**
867
+ * CSS custom property value for the {@link @fluentui/tokens#colorPaletteRedForeground2 | `colorPaletteRedForeground2`} design token.
868
+ * @public
869
+ */
174
870
  export declare const colorPaletteRedForeground2 = "var(--colorPaletteRedForeground2)";
871
+ /**
872
+ * CSS custom property value for the {@link @fluentui/tokens#colorPaletteRedForeground3 | `colorPaletteRedForeground3`} design token.
873
+ * @public
874
+ */
175
875
  export declare const colorPaletteRedForeground3 = "var(--colorPaletteRedForeground3)";
876
+ /**
877
+ * CSS custom property value for the {@link @fluentui/tokens#colorPaletteRedForegroundInverted | `colorPaletteRedForegroundInverted`} design token.
878
+ * @public
879
+ */
176
880
  export declare const colorPaletteRedForegroundInverted = "var(--colorPaletteRedForegroundInverted)";
881
+ /**
882
+ * CSS custom property value for the {@link @fluentui/tokens#colorPaletteGreenBackground1 | `colorPaletteGreenBackground1`} design token.
883
+ * @public
884
+ */
177
885
  export declare const colorPaletteGreenBackground1 = "var(--colorPaletteGreenBackground1)";
886
+ /**
887
+ * CSS custom property value for the {@link @fluentui/tokens#colorPaletteGreenBackground2 | `colorPaletteGreenBackground2`} design token.
888
+ * @public
889
+ */
178
890
  export declare const colorPaletteGreenBackground2 = "var(--colorPaletteGreenBackground2)";
891
+ /**
892
+ * CSS custom property value for the {@link @fluentui/tokens#colorPaletteGreenBackground3 | `colorPaletteGreenBackground3`} design token.
893
+ * @public
894
+ */
179
895
  export declare const colorPaletteGreenBackground3 = "var(--colorPaletteGreenBackground3)";
896
+ /**
897
+ * CSS custom property value for the {@link @fluentui/tokens#colorPaletteGreenBorderActive | `colorPaletteGreenBorderActive`} design token.
898
+ * @public
899
+ */
180
900
  export declare const colorPaletteGreenBorderActive = "var(--colorPaletteGreenBorderActive)";
901
+ /**
902
+ * CSS custom property value for the {@link @fluentui/tokens#colorPaletteGreenBorder1 | `colorPaletteGreenBorder1`} design token.
903
+ * @public
904
+ */
181
905
  export declare const colorPaletteGreenBorder1 = "var(--colorPaletteGreenBorder1)";
906
+ /**
907
+ * CSS custom property value for the {@link @fluentui/tokens#colorPaletteGreenBorder2 | `colorPaletteGreenBorder2`} design token.
908
+ * @public
909
+ */
182
910
  export declare const colorPaletteGreenBorder2 = "var(--colorPaletteGreenBorder2)";
911
+ /**
912
+ * CSS custom property value for the {@link @fluentui/tokens#colorPaletteGreenForeground1 | `colorPaletteGreenForeground1`} design token.
913
+ * @public
914
+ */
183
915
  export declare const colorPaletteGreenForeground1 = "var(--colorPaletteGreenForeground1)";
916
+ /**
917
+ * CSS custom property value for the {@link @fluentui/tokens#colorPaletteGreenForeground2 | `colorPaletteGreenForeground2`} design token.
918
+ * @public
919
+ */
184
920
  export declare const colorPaletteGreenForeground2 = "var(--colorPaletteGreenForeground2)";
921
+ /**
922
+ * CSS custom property value for the {@link @fluentui/tokens#colorPaletteGreenForeground3 | `colorPaletteGreenForeground3`} design token.
923
+ * @public
924
+ */
185
925
  export declare const colorPaletteGreenForeground3 = "var(--colorPaletteGreenForeground3)";
926
+ /**
927
+ * CSS custom property value for the {@link @fluentui/tokens#colorPaletteGreenForegroundInverted | `colorPaletteGreenForegroundInverted`} design token.
928
+ * @public
929
+ */
186
930
  export declare const colorPaletteGreenForegroundInverted = "var(--colorPaletteGreenForegroundInverted)";
931
+ /**
932
+ * CSS custom property value for the {@link @fluentui/tokens#colorPaletteDarkOrangeBackground1 | `colorPaletteDarkOrangeBackground1`} design token.
933
+ * @public
934
+ */
187
935
  export declare const colorPaletteDarkOrangeBackground1 = "var(--colorPaletteDarkOrangeBackground1)";
936
+ /**
937
+ * CSS custom property value for the {@link @fluentui/tokens#colorPaletteDarkOrangeBackground2 | `colorPaletteDarkOrangeBackground2`} design token.
938
+ * @public
939
+ */
188
940
  export declare const colorPaletteDarkOrangeBackground2 = "var(--colorPaletteDarkOrangeBackground2)";
941
+ /**
942
+ * CSS custom property value for the {@link @fluentui/tokens#colorPaletteDarkOrangeBackground3 | `colorPaletteDarkOrangeBackground3`} design token.
943
+ * @public
944
+ */
189
945
  export declare const colorPaletteDarkOrangeBackground3 = "var(--colorPaletteDarkOrangeBackground3)";
946
+ /**
947
+ * CSS custom property value for the {@link @fluentui/tokens#colorPaletteDarkOrangeBorderActive | `colorPaletteDarkOrangeBorderActive`} design token.
948
+ * @public
949
+ */
190
950
  export declare const colorPaletteDarkOrangeBorderActive = "var(--colorPaletteDarkOrangeBorderActive)";
951
+ /**
952
+ * CSS custom property value for the {@link @fluentui/tokens#colorPaletteDarkOrangeBorder1 | `colorPaletteDarkOrangeBorder1`} design token.
953
+ * @public
954
+ */
191
955
  export declare const colorPaletteDarkOrangeBorder1 = "var(--colorPaletteDarkOrangeBorder1)";
956
+ /**
957
+ * CSS custom property value for the {@link @fluentui/tokens#colorPaletteDarkOrangeBorder2 | `colorPaletteDarkOrangeBorder2`} design token.
958
+ * @public
959
+ */
192
960
  export declare const colorPaletteDarkOrangeBorder2 = "var(--colorPaletteDarkOrangeBorder2)";
961
+ /**
962
+ * CSS custom property value for the {@link @fluentui/tokens#colorPaletteDarkOrangeForeground1 | `colorPaletteDarkOrangeForeground1`} design token.
963
+ * @public
964
+ */
193
965
  export declare const colorPaletteDarkOrangeForeground1 = "var(--colorPaletteDarkOrangeForeground1)";
966
+ /**
967
+ * CSS custom property value for the {@link @fluentui/tokens#colorPaletteDarkOrangeForeground2 | `colorPaletteDarkOrangeForeground2`} design token.
968
+ * @public
969
+ */
194
970
  export declare const colorPaletteDarkOrangeForeground2 = "var(--colorPaletteDarkOrangeForeground2)";
971
+ /**
972
+ * CSS custom property value for the {@link @fluentui/tokens#colorPaletteDarkOrangeForeground3 | `colorPaletteDarkOrangeForeground3`} design token.
973
+ * @public
974
+ */
195
975
  export declare const colorPaletteDarkOrangeForeground3 = "var(--colorPaletteDarkOrangeForeground3)";
976
+ /**
977
+ * CSS custom property value for the {@link @fluentui/tokens#colorPaletteYellowBackground1 | `colorPaletteYellowBackground1`} design token.
978
+ * @public
979
+ */
196
980
  export declare const colorPaletteYellowBackground1 = "var(--colorPaletteYellowBackground1)";
981
+ /**
982
+ * CSS custom property value for the {@link @fluentui/tokens#colorPaletteYellowBackground2 | `colorPaletteYellowBackground2`} design token.
983
+ * @public
984
+ */
197
985
  export declare const colorPaletteYellowBackground2 = "var(--colorPaletteYellowBackground2)";
986
+ /**
987
+ * CSS custom property value for the {@link @fluentui/tokens#colorPaletteYellowBackground3 | `colorPaletteYellowBackground3`} design token.
988
+ * @public
989
+ */
198
990
  export declare const colorPaletteYellowBackground3 = "var(--colorPaletteYellowBackground3)";
991
+ /**
992
+ * CSS custom property value for the {@link @fluentui/tokens#colorPaletteYellowBorderActive | `colorPaletteYellowBorderActive`} design token.
993
+ * @public
994
+ */
199
995
  export declare const colorPaletteYellowBorderActive = "var(--colorPaletteYellowBorderActive)";
996
+ /**
997
+ * CSS custom property value for the {@link @fluentui/tokens#colorPaletteYellowBorder1 | `colorPaletteYellowBorder1`} design token.
998
+ * @public
999
+ */
200
1000
  export declare const colorPaletteYellowBorder1 = "var(--colorPaletteYellowBorder1)";
1001
+ /**
1002
+ * CSS custom property value for the {@link @fluentui/tokens#colorPaletteYellowBorder2 | `colorPaletteYellowBorder2`} design token.
1003
+ * @public
1004
+ */
201
1005
  export declare const colorPaletteYellowBorder2 = "var(--colorPaletteYellowBorder2)";
1006
+ /**
1007
+ * CSS custom property value for the {@link @fluentui/tokens#colorPaletteYellowForeground1 | `colorPaletteYellowForeground1`} design token.
1008
+ * @public
1009
+ */
202
1010
  export declare const colorPaletteYellowForeground1 = "var(--colorPaletteYellowForeground1)";
1011
+ /**
1012
+ * CSS custom property value for the {@link @fluentui/tokens#colorPaletteYellowForeground2 | `colorPaletteYellowForeground2`} design token.
1013
+ * @public
1014
+ */
203
1015
  export declare const colorPaletteYellowForeground2 = "var(--colorPaletteYellowForeground2)";
1016
+ /**
1017
+ * CSS custom property value for the {@link @fluentui/tokens#colorPaletteYellowForeground3 | `colorPaletteYellowForeground3`} design token.
1018
+ * @public
1019
+ */
204
1020
  export declare const colorPaletteYellowForeground3 = "var(--colorPaletteYellowForeground3)";
1021
+ /**
1022
+ * CSS custom property value for the {@link @fluentui/tokens#colorPaletteYellowForegroundInverted | `colorPaletteYellowForegroundInverted`} design token.
1023
+ * @public
1024
+ */
205
1025
  export declare const colorPaletteYellowForegroundInverted = "var(--colorPaletteYellowForegroundInverted)";
1026
+ /**
1027
+ * CSS custom property value for the {@link @fluentui/tokens#colorPaletteBerryBackground1 | `colorPaletteBerryBackground1`} design token.
1028
+ * @public
1029
+ */
206
1030
  export declare const colorPaletteBerryBackground1 = "var(--colorPaletteBerryBackground1)";
1031
+ /**
1032
+ * CSS custom property value for the {@link @fluentui/tokens#colorPaletteBerryBackground2 | `colorPaletteBerryBackground2`} design token.
1033
+ * @public
1034
+ */
207
1035
  export declare const colorPaletteBerryBackground2 = "var(--colorPaletteBerryBackground2)";
1036
+ /**
1037
+ * CSS custom property value for the {@link @fluentui/tokens#colorPaletteBerryBackground3 | `colorPaletteBerryBackground3`} design token.
1038
+ * @public
1039
+ */
208
1040
  export declare const colorPaletteBerryBackground3 = "var(--colorPaletteBerryBackground3)";
1041
+ /**
1042
+ * CSS custom property value for the {@link @fluentui/tokens#colorPaletteBerryBorderActive | `colorPaletteBerryBorderActive`} design token.
1043
+ * @public
1044
+ */
209
1045
  export declare const colorPaletteBerryBorderActive = "var(--colorPaletteBerryBorderActive)";
1046
+ /**
1047
+ * CSS custom property value for the {@link @fluentui/tokens#colorPaletteBerryBorder1 | `colorPaletteBerryBorder1`} design token.
1048
+ * @public
1049
+ */
210
1050
  export declare const colorPaletteBerryBorder1 = "var(--colorPaletteBerryBorder1)";
1051
+ /**
1052
+ * CSS custom property value for the {@link @fluentui/tokens#colorPaletteBerryBorder2 | `colorPaletteBerryBorder2`} design token.
1053
+ * @public
1054
+ */
211
1055
  export declare const colorPaletteBerryBorder2 = "var(--colorPaletteBerryBorder2)";
1056
+ /**
1057
+ * CSS custom property value for the {@link @fluentui/tokens#colorPaletteBerryForeground1 | `colorPaletteBerryForeground1`} design token.
1058
+ * @public
1059
+ */
212
1060
  export declare const colorPaletteBerryForeground1 = "var(--colorPaletteBerryForeground1)";
1061
+ /**
1062
+ * CSS custom property value for the {@link @fluentui/tokens#colorPaletteBerryForeground2 | `colorPaletteBerryForeground2`} design token.
1063
+ * @public
1064
+ */
213
1065
  export declare const colorPaletteBerryForeground2 = "var(--colorPaletteBerryForeground2)";
1066
+ /**
1067
+ * CSS custom property value for the {@link @fluentui/tokens#colorPaletteBerryForeground3 | `colorPaletteBerryForeground3`} design token.
1068
+ * @public
1069
+ */
214
1070
  export declare const colorPaletteBerryForeground3 = "var(--colorPaletteBerryForeground3)";
1071
+ /**
1072
+ * CSS custom property value for the {@link @fluentui/tokens#colorPaletteMarigoldBackground1 | `colorPaletteMarigoldBackground1`} design token.
1073
+ * @public
1074
+ */
215
1075
  export declare const colorPaletteMarigoldBackground1 = "var(--colorPaletteMarigoldBackground1)";
1076
+ /**
1077
+ * CSS custom property value for the {@link @fluentui/tokens#colorPaletteMarigoldBackground2 | `colorPaletteMarigoldBackground2`} design token.
1078
+ * @public
1079
+ */
216
1080
  export declare const colorPaletteMarigoldBackground2 = "var(--colorPaletteMarigoldBackground2)";
1081
+ /**
1082
+ * CSS custom property value for the {@link @fluentui/tokens#colorPaletteMarigoldBackground3 | `colorPaletteMarigoldBackground3`} design token.
1083
+ * @public
1084
+ */
217
1085
  export declare const colorPaletteMarigoldBackground3 = "var(--colorPaletteMarigoldBackground3)";
1086
+ /**
1087
+ * CSS custom property value for the {@link @fluentui/tokens#colorPaletteMarigoldBorderActive | `colorPaletteMarigoldBorderActive`} design token.
1088
+ * @public
1089
+ */
218
1090
  export declare const colorPaletteMarigoldBorderActive = "var(--colorPaletteMarigoldBorderActive)";
1091
+ /**
1092
+ * CSS custom property value for the {@link @fluentui/tokens#colorPaletteMarigoldBorder1 | `colorPaletteMarigoldBorder1`} design token.
1093
+ * @public
1094
+ */
219
1095
  export declare const colorPaletteMarigoldBorder1 = "var(--colorPaletteMarigoldBorder1)";
1096
+ /**
1097
+ * CSS custom property value for the {@link @fluentui/tokens#colorPaletteMarigoldBorder2 | `colorPaletteMarigoldBorder2`} design token.
1098
+ * @public
1099
+ */
220
1100
  export declare const colorPaletteMarigoldBorder2 = "var(--colorPaletteMarigoldBorder2)";
1101
+ /**
1102
+ * CSS custom property value for the {@link @fluentui/tokens#colorPaletteMarigoldForeground1 | `colorPaletteMarigoldForeground1`} design token.
1103
+ * @public
1104
+ */
221
1105
  export declare const colorPaletteMarigoldForeground1 = "var(--colorPaletteMarigoldForeground1)";
1106
+ /**
1107
+ * CSS custom property value for the {@link @fluentui/tokens#colorPaletteMarigoldForeground2 | `colorPaletteMarigoldForeground2`} design token.
1108
+ * @public
1109
+ */
222
1110
  export declare const colorPaletteMarigoldForeground2 = "var(--colorPaletteMarigoldForeground2)";
1111
+ /**
1112
+ * CSS custom property value for the {@link @fluentui/tokens#colorPaletteMarigoldForeground3 | `colorPaletteMarigoldForeground3`} design token.
1113
+ * @public
1114
+ */
223
1115
  export declare const colorPaletteMarigoldForeground3 = "var(--colorPaletteMarigoldForeground3)";
1116
+ /**
1117
+ * CSS custom property value for the {@link @fluentui/tokens#colorPaletteLightGreenBackground1 | `colorPaletteLightGreenBackground1`} design token.
1118
+ * @public
1119
+ */
224
1120
  export declare const colorPaletteLightGreenBackground1 = "var(--colorPaletteLightGreenBackground1)";
1121
+ /**
1122
+ * CSS custom property value for the {@link @fluentui/tokens#colorPaletteLightGreenBackground2 | `colorPaletteLightGreenBackground2`} design token.
1123
+ * @public
1124
+ */
225
1125
  export declare const colorPaletteLightGreenBackground2 = "var(--colorPaletteLightGreenBackground2)";
1126
+ /**
1127
+ * CSS custom property value for the {@link @fluentui/tokens#colorPaletteLightGreenBackground3 | `colorPaletteLightGreenBackground3`} design token.
1128
+ * @public
1129
+ */
226
1130
  export declare const colorPaletteLightGreenBackground3 = "var(--colorPaletteLightGreenBackground3)";
1131
+ /**
1132
+ * CSS custom property value for the {@link @fluentui/tokens#colorPaletteLightGreenBorderActive | `colorPaletteLightGreenBorderActive`} design token.
1133
+ * @public
1134
+ */
227
1135
  export declare const colorPaletteLightGreenBorderActive = "var(--colorPaletteLightGreenBorderActive)";
1136
+ /**
1137
+ * CSS custom property value for the {@link @fluentui/tokens#colorPaletteLightGreenBorder1 | `colorPaletteLightGreenBorder1`} design token.
1138
+ * @public
1139
+ */
228
1140
  export declare const colorPaletteLightGreenBorder1 = "var(--colorPaletteLightGreenBorder1)";
1141
+ /**
1142
+ * CSS custom property value for the {@link @fluentui/tokens#colorPaletteLightGreenBorder2 | `colorPaletteLightGreenBorder2`} design token.
1143
+ * @public
1144
+ */
229
1145
  export declare const colorPaletteLightGreenBorder2 = "var(--colorPaletteLightGreenBorder2)";
1146
+ /**
1147
+ * CSS custom property value for the {@link @fluentui/tokens#colorPaletteLightGreenForeground1 | `colorPaletteLightGreenForeground1`} design token.
1148
+ * @public
1149
+ */
230
1150
  export declare const colorPaletteLightGreenForeground1 = "var(--colorPaletteLightGreenForeground1)";
1151
+ /**
1152
+ * CSS custom property value for the {@link @fluentui/tokens#colorPaletteLightGreenForeground2 | `colorPaletteLightGreenForeground2`} design token.
1153
+ * @public
1154
+ */
231
1155
  export declare const colorPaletteLightGreenForeground2 = "var(--colorPaletteLightGreenForeground2)";
1156
+ /**
1157
+ * CSS custom property value for the {@link @fluentui/tokens#colorPaletteLightGreenForeground3 | `colorPaletteLightGreenForeground3`} design token.
1158
+ * @public
1159
+ */
232
1160
  export declare const colorPaletteLightGreenForeground3 = "var(--colorPaletteLightGreenForeground3)";
1161
+ /**
1162
+ * CSS custom property value for the {@link @fluentui/tokens#colorPaletteAnchorBackground2 | `colorPaletteAnchorBackground2`} design token.
1163
+ * @public
1164
+ */
233
1165
  export declare const colorPaletteAnchorBackground2 = "var(--colorPaletteAnchorBackground2)";
1166
+ /**
1167
+ * CSS custom property value for the {@link @fluentui/tokens#colorPaletteAnchorBorderActive | `colorPaletteAnchorBorderActive`} design token.
1168
+ * @public
1169
+ */
234
1170
  export declare const colorPaletteAnchorBorderActive = "var(--colorPaletteAnchorBorderActive)";
1171
+ /**
1172
+ * CSS custom property value for the {@link @fluentui/tokens#colorPaletteAnchorForeground2 | `colorPaletteAnchorForeground2`} design token.
1173
+ * @public
1174
+ */
235
1175
  export declare const colorPaletteAnchorForeground2 = "var(--colorPaletteAnchorForeground2)";
1176
+ /**
1177
+ * CSS custom property value for the {@link @fluentui/tokens#colorPaletteBeigeBackground2 | `colorPaletteBeigeBackground2`} design token.
1178
+ * @public
1179
+ */
236
1180
  export declare const colorPaletteBeigeBackground2 = "var(--colorPaletteBeigeBackground2)";
1181
+ /**
1182
+ * CSS custom property value for the {@link @fluentui/tokens#colorPaletteBeigeBorderActive | `colorPaletteBeigeBorderActive`} design token.
1183
+ * @public
1184
+ */
237
1185
  export declare const colorPaletteBeigeBorderActive = "var(--colorPaletteBeigeBorderActive)";
1186
+ /**
1187
+ * CSS custom property value for the {@link @fluentui/tokens#colorPaletteBeigeForeground2 | `colorPaletteBeigeForeground2`} design token.
1188
+ * @public
1189
+ */
238
1190
  export declare const colorPaletteBeigeForeground2 = "var(--colorPaletteBeigeForeground2)";
1191
+ /**
1192
+ * CSS custom property value for the {@link @fluentui/tokens#colorPaletteBlueBackground2 | `colorPaletteBlueBackground2`} design token.
1193
+ * @public
1194
+ */
239
1195
  export declare const colorPaletteBlueBackground2 = "var(--colorPaletteBlueBackground2)";
1196
+ /**
1197
+ * CSS custom property value for the {@link @fluentui/tokens#colorPaletteBlueBorderActive | `colorPaletteBlueBorderActive`} design token.
1198
+ * @public
1199
+ */
240
1200
  export declare const colorPaletteBlueBorderActive = "var(--colorPaletteBlueBorderActive)";
1201
+ /**
1202
+ * CSS custom property value for the {@link @fluentui/tokens#colorPaletteBlueForeground2 | `colorPaletteBlueForeground2`} design token.
1203
+ * @public
1204
+ */
241
1205
  export declare const colorPaletteBlueForeground2 = "var(--colorPaletteBlueForeground2)";
1206
+ /**
1207
+ * CSS custom property value for the {@link @fluentui/tokens#colorPaletteBrassBackground2 | `colorPaletteBrassBackground2`} design token.
1208
+ * @public
1209
+ */
242
1210
  export declare const colorPaletteBrassBackground2 = "var(--colorPaletteBrassBackground2)";
1211
+ /**
1212
+ * CSS custom property value for the {@link @fluentui/tokens#colorPaletteBrassBorderActive | `colorPaletteBrassBorderActive`} design token.
1213
+ * @public
1214
+ */
243
1215
  export declare const colorPaletteBrassBorderActive = "var(--colorPaletteBrassBorderActive)";
1216
+ /**
1217
+ * CSS custom property value for the {@link @fluentui/tokens#colorPaletteBrassForeground2 | `colorPaletteBrassForeground2`} design token.
1218
+ * @public
1219
+ */
244
1220
  export declare const colorPaletteBrassForeground2 = "var(--colorPaletteBrassForeground2)";
1221
+ /**
1222
+ * CSS custom property value for the {@link @fluentui/tokens#colorPaletteBrownBackground2 | `colorPaletteBrownBackground2`} design token.
1223
+ * @public
1224
+ */
245
1225
  export declare const colorPaletteBrownBackground2 = "var(--colorPaletteBrownBackground2)";
1226
+ /**
1227
+ * CSS custom property value for the {@link @fluentui/tokens#colorPaletteBrownBorderActive | `colorPaletteBrownBorderActive`} design token.
1228
+ * @public
1229
+ */
246
1230
  export declare const colorPaletteBrownBorderActive = "var(--colorPaletteBrownBorderActive)";
1231
+ /**
1232
+ * CSS custom property value for the {@link @fluentui/tokens#colorPaletteBrownForeground2 | `colorPaletteBrownForeground2`} design token.
1233
+ * @public
1234
+ */
247
1235
  export declare const colorPaletteBrownForeground2 = "var(--colorPaletteBrownForeground2)";
1236
+ /**
1237
+ * CSS custom property value for the {@link @fluentui/tokens#colorPaletteCornflowerBackground2 | `colorPaletteCornflowerBackground2`} design token.
1238
+ * @public
1239
+ */
248
1240
  export declare const colorPaletteCornflowerBackground2 = "var(--colorPaletteCornflowerBackground2)";
1241
+ /**
1242
+ * CSS custom property value for the {@link @fluentui/tokens#colorPaletteCornflowerBorderActive | `colorPaletteCornflowerBorderActive`} design token.
1243
+ * @public
1244
+ */
249
1245
  export declare const colorPaletteCornflowerBorderActive = "var(--colorPaletteCornflowerBorderActive)";
1246
+ /**
1247
+ * CSS custom property value for the {@link @fluentui/tokens#colorPaletteCornflowerForeground2 | `colorPaletteCornflowerForeground2`} design token.
1248
+ * @public
1249
+ */
250
1250
  export declare const colorPaletteCornflowerForeground2 = "var(--colorPaletteCornflowerForeground2)";
1251
+ /**
1252
+ * CSS custom property value for the {@link @fluentui/tokens#colorPaletteCranberryBackground2 | `colorPaletteCranberryBackground2`} design token.
1253
+ * @public
1254
+ */
251
1255
  export declare const colorPaletteCranberryBackground2 = "var(--colorPaletteCranberryBackground2)";
1256
+ /**
1257
+ * CSS custom property value for the {@link @fluentui/tokens#colorPaletteCranberryBorderActive | `colorPaletteCranberryBorderActive`} design token.
1258
+ * @public
1259
+ */
252
1260
  export declare const colorPaletteCranberryBorderActive = "var(--colorPaletteCranberryBorderActive)";
1261
+ /**
1262
+ * CSS custom property value for the {@link @fluentui/tokens#colorPaletteCranberryForeground2 | `colorPaletteCranberryForeground2`} design token.
1263
+ * @public
1264
+ */
253
1265
  export declare const colorPaletteCranberryForeground2 = "var(--colorPaletteCranberryForeground2)";
1266
+ /**
1267
+ * CSS custom property value for the {@link @fluentui/tokens#colorPaletteDarkGreenBackground2 | `colorPaletteDarkGreenBackground2`} design token.
1268
+ * @public
1269
+ */
254
1270
  export declare const colorPaletteDarkGreenBackground2 = "var(--colorPaletteDarkGreenBackground2)";
1271
+ /**
1272
+ * CSS custom property value for the {@link @fluentui/tokens#colorPaletteDarkGreenBorderActive | `colorPaletteDarkGreenBorderActive`} design token.
1273
+ * @public
1274
+ */
255
1275
  export declare const colorPaletteDarkGreenBorderActive = "var(--colorPaletteDarkGreenBorderActive)";
1276
+ /**
1277
+ * CSS custom property value for the {@link @fluentui/tokens#colorPaletteDarkGreenForeground2 | `colorPaletteDarkGreenForeground2`} design token.
1278
+ * @public
1279
+ */
256
1280
  export declare const colorPaletteDarkGreenForeground2 = "var(--colorPaletteDarkGreenForeground2)";
1281
+ /**
1282
+ * CSS custom property value for the {@link @fluentui/tokens#colorPaletteDarkRedBackground2 | `colorPaletteDarkRedBackground2`} design token.
1283
+ * @public
1284
+ */
257
1285
  export declare const colorPaletteDarkRedBackground2 = "var(--colorPaletteDarkRedBackground2)";
1286
+ /**
1287
+ * CSS custom property value for the {@link @fluentui/tokens#colorPaletteDarkRedBorderActive | `colorPaletteDarkRedBorderActive`} design token.
1288
+ * @public
1289
+ */
258
1290
  export declare const colorPaletteDarkRedBorderActive = "var(--colorPaletteDarkRedBorderActive)";
1291
+ /**
1292
+ * CSS custom property value for the {@link @fluentui/tokens#colorPaletteDarkRedForeground2 | `colorPaletteDarkRedForeground2`} design token.
1293
+ * @public
1294
+ */
259
1295
  export declare const colorPaletteDarkRedForeground2 = "var(--colorPaletteDarkRedForeground2)";
1296
+ /**
1297
+ * CSS custom property value for the {@link @fluentui/tokens#colorPaletteForestBackground2 | `colorPaletteForestBackground2`} design token.
1298
+ * @public
1299
+ */
260
1300
  export declare const colorPaletteForestBackground2 = "var(--colorPaletteForestBackground2)";
1301
+ /**
1302
+ * CSS custom property value for the {@link @fluentui/tokens#colorPaletteForestBorderActive | `colorPaletteForestBorderActive`} design token.
1303
+ * @public
1304
+ */
261
1305
  export declare const colorPaletteForestBorderActive = "var(--colorPaletteForestBorderActive)";
1306
+ /**
1307
+ * CSS custom property value for the {@link @fluentui/tokens#colorPaletteForestForeground2 | `colorPaletteForestForeground2`} design token.
1308
+ * @public
1309
+ */
262
1310
  export declare const colorPaletteForestForeground2 = "var(--colorPaletteForestForeground2)";
1311
+ /**
1312
+ * CSS custom property value for the {@link @fluentui/tokens#colorPaletteGoldBackground2 | `colorPaletteGoldBackground2`} design token.
1313
+ * @public
1314
+ */
263
1315
  export declare const colorPaletteGoldBackground2 = "var(--colorPaletteGoldBackground2)";
1316
+ /**
1317
+ * CSS custom property value for the {@link @fluentui/tokens#colorPaletteGoldBorderActive | `colorPaletteGoldBorderActive`} design token.
1318
+ * @public
1319
+ */
264
1320
  export declare const colorPaletteGoldBorderActive = "var(--colorPaletteGoldBorderActive)";
1321
+ /**
1322
+ * CSS custom property value for the {@link @fluentui/tokens#colorPaletteGoldForeground2 | `colorPaletteGoldForeground2`} design token.
1323
+ * @public
1324
+ */
265
1325
  export declare const colorPaletteGoldForeground2 = "var(--colorPaletteGoldForeground2)";
1326
+ /**
1327
+ * CSS custom property value for the {@link @fluentui/tokens#colorPaletteGrapeBackground2 | `colorPaletteGrapeBackground2`} design token.
1328
+ * @public
1329
+ */
266
1330
  export declare const colorPaletteGrapeBackground2 = "var(--colorPaletteGrapeBackground2)";
1331
+ /**
1332
+ * CSS custom property value for the {@link @fluentui/tokens#colorPaletteGrapeBorderActive | `colorPaletteGrapeBorderActive`} design token.
1333
+ * @public
1334
+ */
267
1335
  export declare const colorPaletteGrapeBorderActive = "var(--colorPaletteGrapeBorderActive)";
1336
+ /**
1337
+ * CSS custom property value for the {@link @fluentui/tokens#colorPaletteGrapeForeground2 | `colorPaletteGrapeForeground2`} design token.
1338
+ * @public
1339
+ */
268
1340
  export declare const colorPaletteGrapeForeground2 = "var(--colorPaletteGrapeForeground2)";
1341
+ /**
1342
+ * CSS custom property value for the {@link @fluentui/tokens#colorPaletteLavenderBackground2 | `colorPaletteLavenderBackground2`} design token.
1343
+ * @public
1344
+ */
269
1345
  export declare const colorPaletteLavenderBackground2 = "var(--colorPaletteLavenderBackground2)";
1346
+ /**
1347
+ * CSS custom property value for the {@link @fluentui/tokens#colorPaletteLavenderBorderActive | `colorPaletteLavenderBorderActive`} design token.
1348
+ * @public
1349
+ */
270
1350
  export declare const colorPaletteLavenderBorderActive = "var(--colorPaletteLavenderBorderActive)";
1351
+ /**
1352
+ * CSS custom property value for the {@link @fluentui/tokens#colorPaletteLavenderForeground2 | `colorPaletteLavenderForeground2`} design token.
1353
+ * @public
1354
+ */
271
1355
  export declare const colorPaletteLavenderForeground2 = "var(--colorPaletteLavenderForeground2)";
1356
+ /**
1357
+ * CSS custom property value for the {@link @fluentui/tokens#colorPaletteLightTealBackground2 | `colorPaletteLightTealBackground2`} design token.
1358
+ * @public
1359
+ */
272
1360
  export declare const colorPaletteLightTealBackground2 = "var(--colorPaletteLightTealBackground2)";
1361
+ /**
1362
+ * CSS custom property value for the {@link @fluentui/tokens#colorPaletteLightTealBorderActive | `colorPaletteLightTealBorderActive`} design token.
1363
+ * @public
1364
+ */
273
1365
  export declare const colorPaletteLightTealBorderActive = "var(--colorPaletteLightTealBorderActive)";
1366
+ /**
1367
+ * CSS custom property value for the {@link @fluentui/tokens#colorPaletteLightTealForeground2 | `colorPaletteLightTealForeground2`} design token.
1368
+ * @public
1369
+ */
274
1370
  export declare const colorPaletteLightTealForeground2 = "var(--colorPaletteLightTealForeground2)";
1371
+ /**
1372
+ * CSS custom property value for the {@link @fluentui/tokens#colorPaletteLilacBackground2 | `colorPaletteLilacBackground2`} design token.
1373
+ * @public
1374
+ */
275
1375
  export declare const colorPaletteLilacBackground2 = "var(--colorPaletteLilacBackground2)";
1376
+ /**
1377
+ * CSS custom property value for the {@link @fluentui/tokens#colorPaletteLilacBorderActive | `colorPaletteLilacBorderActive`} design token.
1378
+ * @public
1379
+ */
276
1380
  export declare const colorPaletteLilacBorderActive = "var(--colorPaletteLilacBorderActive)";
1381
+ /**
1382
+ * CSS custom property value for the {@link @fluentui/tokens#colorPaletteLilacForeground2 | `colorPaletteLilacForeground2`} design token.
1383
+ * @public
1384
+ */
277
1385
  export declare const colorPaletteLilacForeground2 = "var(--colorPaletteLilacForeground2)";
1386
+ /**
1387
+ * CSS custom property value for the {@link @fluentui/tokens#colorPaletteMagentaBackground2 | `colorPaletteMagentaBackground2`} design token.
1388
+ * @public
1389
+ */
278
1390
  export declare const colorPaletteMagentaBackground2 = "var(--colorPaletteMagentaBackground2)";
1391
+ /**
1392
+ * CSS custom property value for the {@link @fluentui/tokens#colorPaletteMagentaBorderActive | `colorPaletteMagentaBorderActive`} design token.
1393
+ * @public
1394
+ */
279
1395
  export declare const colorPaletteMagentaBorderActive = "var(--colorPaletteMagentaBorderActive)";
1396
+ /**
1397
+ * CSS custom property value for the {@link @fluentui/tokens#colorPaletteMagentaForeground2 | `colorPaletteMagentaForeground2`} design token.
1398
+ * @public
1399
+ */
280
1400
  export declare const colorPaletteMagentaForeground2 = "var(--colorPaletteMagentaForeground2)";
1401
+ /**
1402
+ * CSS custom property value for the {@link @fluentui/tokens#colorPaletteMinkBackground2 | `colorPaletteMinkBackground2`} design token.
1403
+ * @public
1404
+ */
281
1405
  export declare const colorPaletteMinkBackground2 = "var(--colorPaletteMinkBackground2)";
1406
+ /**
1407
+ * CSS custom property value for the {@link @fluentui/tokens#colorPaletteMinkBorderActive | `colorPaletteMinkBorderActive`} design token.
1408
+ * @public
1409
+ */
282
1410
  export declare const colorPaletteMinkBorderActive = "var(--colorPaletteMinkBorderActive)";
1411
+ /**
1412
+ * CSS custom property value for the {@link @fluentui/tokens#colorPaletteMinkForeground2 | `colorPaletteMinkForeground2`} design token.
1413
+ * @public
1414
+ */
283
1415
  export declare const colorPaletteMinkForeground2 = "var(--colorPaletteMinkForeground2)";
1416
+ /**
1417
+ * CSS custom property value for the {@link @fluentui/tokens#colorPaletteNavyBackground2 | `colorPaletteNavyBackground2`} design token.
1418
+ * @public
1419
+ */
284
1420
  export declare const colorPaletteNavyBackground2 = "var(--colorPaletteNavyBackground2)";
1421
+ /**
1422
+ * CSS custom property value for the {@link @fluentui/tokens#colorPaletteNavyBorderActive | `colorPaletteNavyBorderActive`} design token.
1423
+ * @public
1424
+ */
285
1425
  export declare const colorPaletteNavyBorderActive = "var(--colorPaletteNavyBorderActive)";
1426
+ /**
1427
+ * CSS custom property value for the {@link @fluentui/tokens#colorPaletteNavyForeground2 | `colorPaletteNavyForeground2`} design token.
1428
+ * @public
1429
+ */
286
1430
  export declare const colorPaletteNavyForeground2 = "var(--colorPaletteNavyForeground2)";
1431
+ /**
1432
+ * CSS custom property value for the {@link @fluentui/tokens#colorPalettePeachBackground2 | `colorPalettePeachBackground2`} design token.
1433
+ * @public
1434
+ */
287
1435
  export declare const colorPalettePeachBackground2 = "var(--colorPalettePeachBackground2)";
1436
+ /**
1437
+ * CSS custom property value for the {@link @fluentui/tokens#colorPalettePeachBorderActive | `colorPalettePeachBorderActive`} design token.
1438
+ * @public
1439
+ */
288
1440
  export declare const colorPalettePeachBorderActive = "var(--colorPalettePeachBorderActive)";
1441
+ /**
1442
+ * CSS custom property value for the {@link @fluentui/tokens#colorPalettePeachForeground2 | `colorPalettePeachForeground2`} design token.
1443
+ * @public
1444
+ */
289
1445
  export declare const colorPalettePeachForeground2 = "var(--colorPalettePeachForeground2)";
1446
+ /**
1447
+ * CSS custom property value for the {@link @fluentui/tokens#colorPalettePinkBackground2 | `colorPalettePinkBackground2`} design token.
1448
+ * @public
1449
+ */
290
1450
  export declare const colorPalettePinkBackground2 = "var(--colorPalettePinkBackground2)";
1451
+ /**
1452
+ * CSS custom property value for the {@link @fluentui/tokens#colorPalettePinkBorderActive | `colorPalettePinkBorderActive`} design token.
1453
+ * @public
1454
+ */
291
1455
  export declare const colorPalettePinkBorderActive = "var(--colorPalettePinkBorderActive)";
1456
+ /**
1457
+ * CSS custom property value for the {@link @fluentui/tokens#colorPalettePinkForeground2 | `colorPalettePinkForeground2`} design token.
1458
+ * @public
1459
+ */
292
1460
  export declare const colorPalettePinkForeground2 = "var(--colorPalettePinkForeground2)";
1461
+ /**
1462
+ * CSS custom property value for the {@link @fluentui/tokens#colorPalettePlatinumBackground2 | `colorPalettePlatinumBackground2`} design token.
1463
+ * @public
1464
+ */
293
1465
  export declare const colorPalettePlatinumBackground2 = "var(--colorPalettePlatinumBackground2)";
1466
+ /**
1467
+ * CSS custom property value for the {@link @fluentui/tokens#colorPalettePlatinumBorderActive | `colorPalettePlatinumBorderActive`} design token.
1468
+ * @public
1469
+ */
294
1470
  export declare const colorPalettePlatinumBorderActive = "var(--colorPalettePlatinumBorderActive)";
1471
+ /**
1472
+ * CSS custom property value for the {@link @fluentui/tokens#colorPalettePlatinumForeground2 | `colorPalettePlatinumForeground2`} design token.
1473
+ * @public
1474
+ */
295
1475
  export declare const colorPalettePlatinumForeground2 = "var(--colorPalettePlatinumForeground2)";
1476
+ /**
1477
+ * CSS custom property value for the {@link @fluentui/tokens#colorPalettePlumBackground2 | `colorPalettePlumBackground2`} design token.
1478
+ * @public
1479
+ */
296
1480
  export declare const colorPalettePlumBackground2 = "var(--colorPalettePlumBackground2)";
1481
+ /**
1482
+ * CSS custom property value for the {@link @fluentui/tokens#colorPalettePlumBorderActive | `colorPalettePlumBorderActive`} design token.
1483
+ * @public
1484
+ */
297
1485
  export declare const colorPalettePlumBorderActive = "var(--colorPalettePlumBorderActive)";
1486
+ /**
1487
+ * CSS custom property value for the {@link @fluentui/tokens#colorPalettePlumForeground2 | `colorPalettePlumForeground2`} design token.
1488
+ * @public
1489
+ */
298
1490
  export declare const colorPalettePlumForeground2 = "var(--colorPalettePlumForeground2)";
1491
+ /**
1492
+ * CSS custom property value for the {@link @fluentui/tokens#colorPalettePumpkinBackground2 | `colorPalettePumpkinBackground2`} design token.
1493
+ * @public
1494
+ */
299
1495
  export declare const colorPalettePumpkinBackground2 = "var(--colorPalettePumpkinBackground2)";
1496
+ /**
1497
+ * CSS custom property value for the {@link @fluentui/tokens#colorPalettePumpkinBorderActive | `colorPalettePumpkinBorderActive`} design token.
1498
+ * @public
1499
+ */
300
1500
  export declare const colorPalettePumpkinBorderActive = "var(--colorPalettePumpkinBorderActive)";
1501
+ /**
1502
+ * CSS custom property value for the {@link @fluentui/tokens#colorPalettePumpkinForeground2 | `colorPalettePumpkinForeground2`} design token.
1503
+ * @public
1504
+ */
301
1505
  export declare const colorPalettePumpkinForeground2 = "var(--colorPalettePumpkinForeground2)";
1506
+ /**
1507
+ * CSS custom property value for the {@link @fluentui/tokens#colorPalettePurpleBackground2 | `colorPalettePurpleBackground2`} design token.
1508
+ * @public
1509
+ */
302
1510
  export declare const colorPalettePurpleBackground2 = "var(--colorPalettePurpleBackground2)";
1511
+ /**
1512
+ * CSS custom property value for the {@link @fluentui/tokens#colorPalettePurpleBorderActive | `colorPalettePurpleBorderActive`} design token.
1513
+ * @public
1514
+ */
303
1515
  export declare const colorPalettePurpleBorderActive = "var(--colorPalettePurpleBorderActive)";
1516
+ /**
1517
+ * CSS custom property value for the {@link @fluentui/tokens#colorPalettePurpleForeground2 | `colorPalettePurpleForeground2`} design token.
1518
+ * @public
1519
+ */
304
1520
  export declare const colorPalettePurpleForeground2 = "var(--colorPalettePurpleForeground2)";
1521
+ /**
1522
+ * CSS custom property value for the {@link @fluentui/tokens#colorPaletteRoyalBlueBackground2 | `colorPaletteRoyalBlueBackground2`} design token.
1523
+ * @public
1524
+ */
305
1525
  export declare const colorPaletteRoyalBlueBackground2 = "var(--colorPaletteRoyalBlueBackground2)";
1526
+ /**
1527
+ * CSS custom property value for the {@link @fluentui/tokens#colorPaletteRoyalBlueBorderActive | `colorPaletteRoyalBlueBorderActive`} design token.
1528
+ * @public
1529
+ */
306
1530
  export declare const colorPaletteRoyalBlueBorderActive = "var(--colorPaletteRoyalBlueBorderActive)";
1531
+ /**
1532
+ * CSS custom property value for the {@link @fluentui/tokens#colorPaletteRoyalBlueForeground2 | `colorPaletteRoyalBlueForeground2`} design token.
1533
+ * @public
1534
+ */
307
1535
  export declare const colorPaletteRoyalBlueForeground2 = "var(--colorPaletteRoyalBlueForeground2)";
1536
+ /**
1537
+ * CSS custom property value for the {@link @fluentui/tokens#colorPaletteSeafoamBackground2 | `colorPaletteSeafoamBackground2`} design token.
1538
+ * @public
1539
+ */
308
1540
  export declare const colorPaletteSeafoamBackground2 = "var(--colorPaletteSeafoamBackground2)";
1541
+ /**
1542
+ * CSS custom property value for the {@link @fluentui/tokens#colorPaletteSeafoamBorderActive | `colorPaletteSeafoamBorderActive`} design token.
1543
+ * @public
1544
+ */
309
1545
  export declare const colorPaletteSeafoamBorderActive = "var(--colorPaletteSeafoamBorderActive)";
1546
+ /**
1547
+ * CSS custom property value for the {@link @fluentui/tokens#colorPaletteSeafoamForeground2 | `colorPaletteSeafoamForeground2`} design token.
1548
+ * @public
1549
+ */
310
1550
  export declare const colorPaletteSeafoamForeground2 = "var(--colorPaletteSeafoamForeground2)";
1551
+ /**
1552
+ * CSS custom property value for the {@link @fluentui/tokens#colorPaletteSteelBackground2 | `colorPaletteSteelBackground2`} design token.
1553
+ * @public
1554
+ */
311
1555
  export declare const colorPaletteSteelBackground2 = "var(--colorPaletteSteelBackground2)";
1556
+ /**
1557
+ * CSS custom property value for the {@link @fluentui/tokens#colorPaletteSteelBorderActive | `colorPaletteSteelBorderActive`} design token.
1558
+ * @public
1559
+ */
312
1560
  export declare const colorPaletteSteelBorderActive = "var(--colorPaletteSteelBorderActive)";
1561
+ /**
1562
+ * CSS custom property value for the {@link @fluentui/tokens#colorPaletteSteelForeground2 | `colorPaletteSteelForeground2`} design token.
1563
+ * @public
1564
+ */
313
1565
  export declare const colorPaletteSteelForeground2 = "var(--colorPaletteSteelForeground2)";
1566
+ /**
1567
+ * CSS custom property value for the {@link @fluentui/tokens#colorPaletteTealBackground2 | `colorPaletteTealBackground2`} design token.
1568
+ * @public
1569
+ */
314
1570
  export declare const colorPaletteTealBackground2 = "var(--colorPaletteTealBackground2)";
1571
+ /**
1572
+ * CSS custom property value for the {@link @fluentui/tokens#colorPaletteTealBorderActive | `colorPaletteTealBorderActive`} design token.
1573
+ * @public
1574
+ */
315
1575
  export declare const colorPaletteTealBorderActive = "var(--colorPaletteTealBorderActive)";
1576
+ /**
1577
+ * CSS custom property value for the {@link @fluentui/tokens#colorPaletteTealForeground2 | `colorPaletteTealForeground2`} design token.
1578
+ * @public
1579
+ */
316
1580
  export declare const colorPaletteTealForeground2 = "var(--colorPaletteTealForeground2)";
1581
+ /**
1582
+ * CSS custom property value for the {@link @fluentui/tokens#colorStatusSuccessBackground1 | `colorStatusSuccessBackground1`} design token.
1583
+ * @public
1584
+ */
317
1585
  export declare const colorStatusSuccessBackground1 = "var(--colorStatusSuccessBackground1)";
1586
+ /**
1587
+ * CSS custom property value for the {@link @fluentui/tokens#colorStatusSuccessBackground2 | `colorStatusSuccessBackground2`} design token.
1588
+ * @public
1589
+ */
318
1590
  export declare const colorStatusSuccessBackground2 = "var(--colorStatusSuccessBackground2)";
1591
+ /**
1592
+ * CSS custom property value for the {@link @fluentui/tokens#colorStatusSuccessBackground3 | `colorStatusSuccessBackground3`} design token.
1593
+ * @public
1594
+ */
319
1595
  export declare const colorStatusSuccessBackground3 = "var(--colorStatusSuccessBackground3)";
1596
+ /**
1597
+ * CSS custom property value for the {@link @fluentui/tokens#colorStatusSuccessForeground1 | `colorStatusSuccessForeground1`} design token.
1598
+ * @public
1599
+ */
320
1600
  export declare const colorStatusSuccessForeground1 = "var(--colorStatusSuccessForeground1)";
1601
+ /**
1602
+ * CSS custom property value for the {@link @fluentui/tokens#colorStatusSuccessForeground2 | `colorStatusSuccessForeground2`} design token.
1603
+ * @public
1604
+ */
321
1605
  export declare const colorStatusSuccessForeground2 = "var(--colorStatusSuccessForeground2)";
1606
+ /**
1607
+ * CSS custom property value for the {@link @fluentui/tokens#colorStatusSuccessForeground3 | `colorStatusSuccessForeground3`} design token.
1608
+ * @public
1609
+ */
322
1610
  export declare const colorStatusSuccessForeground3 = "var(--colorStatusSuccessForeground3)";
1611
+ /**
1612
+ * CSS custom property value for the {@link @fluentui/tokens#colorStatusSuccessForegroundInverted | `colorStatusSuccessForegroundInverted`} design token.
1613
+ * @public
1614
+ */
323
1615
  export declare const colorStatusSuccessForegroundInverted = "var(--colorStatusSuccessForegroundInverted)";
1616
+ /**
1617
+ * CSS custom property value for the {@link @fluentui/tokens#colorStatusSuccessBorderActive | `colorStatusSuccessBorderActive`} design token.
1618
+ * @public
1619
+ */
324
1620
  export declare const colorStatusSuccessBorderActive = "var(--colorStatusSuccessBorderActive)";
1621
+ /**
1622
+ * CSS custom property value for the {@link @fluentui/tokens#colorStatusSuccessBorder1 | `colorStatusSuccessBorder1`} design token.
1623
+ * @public
1624
+ */
325
1625
  export declare const colorStatusSuccessBorder1 = "var(--colorStatusSuccessBorder1)";
1626
+ /**
1627
+ * CSS custom property value for the {@link @fluentui/tokens#colorStatusSuccessBorder2 | `colorStatusSuccessBorder2`} design token.
1628
+ * @public
1629
+ */
326
1630
  export declare const colorStatusSuccessBorder2 = "var(--colorStatusSuccessBorder2)";
1631
+ /**
1632
+ * CSS custom property value for the {@link @fluentui/tokens#colorStatusWarningBackground1 | `colorStatusWarningBackground1`} design token.
1633
+ * @public
1634
+ */
327
1635
  export declare const colorStatusWarningBackground1 = "var(--colorStatusWarningBackground1)";
1636
+ /**
1637
+ * CSS custom property value for the {@link @fluentui/tokens#colorStatusWarningBackground2 | `colorStatusWarningBackground2`} design token.
1638
+ * @public
1639
+ */
328
1640
  export declare const colorStatusWarningBackground2 = "var(--colorStatusWarningBackground2)";
1641
+ /**
1642
+ * CSS custom property value for the {@link @fluentui/tokens#colorStatusWarningBackground3 | `colorStatusWarningBackground3`} design token.
1643
+ * @public
1644
+ */
329
1645
  export declare const colorStatusWarningBackground3 = "var(--colorStatusWarningBackground3)";
1646
+ /**
1647
+ * CSS custom property value for the {@link @fluentui/tokens#colorStatusWarningForeground1 | `colorStatusWarningForeground1`} design token.
1648
+ * @public
1649
+ */
330
1650
  export declare const colorStatusWarningForeground1 = "var(--colorStatusWarningForeground1)";
1651
+ /**
1652
+ * CSS custom property value for the {@link @fluentui/tokens#colorStatusWarningForeground2 | `colorStatusWarningForeground2`} design token.
1653
+ * @public
1654
+ */
331
1655
  export declare const colorStatusWarningForeground2 = "var(--colorStatusWarningForeground2)";
1656
+ /**
1657
+ * CSS custom property value for the {@link @fluentui/tokens#colorStatusWarningForeground3 | `colorStatusWarningForeground3`} design token.
1658
+ * @public
1659
+ */
332
1660
  export declare const colorStatusWarningForeground3 = "var(--colorStatusWarningForeground3)";
1661
+ /**
1662
+ * CSS custom property value for the {@link @fluentui/tokens#colorStatusWarningForegroundInverted | `colorStatusWarningForegroundInverted`} design token.
1663
+ * @public
1664
+ */
333
1665
  export declare const colorStatusWarningForegroundInverted = "var(--colorStatusWarningForegroundInverted)";
1666
+ /**
1667
+ * CSS custom property value for the {@link @fluentui/tokens#colorStatusWarningBorderActive | `colorStatusWarningBorderActive`} design token.
1668
+ * @public
1669
+ */
334
1670
  export declare const colorStatusWarningBorderActive = "var(--colorStatusWarningBorderActive)";
1671
+ /**
1672
+ * CSS custom property value for the {@link @fluentui/tokens#colorStatusWarningBorder1 | `colorStatusWarningBorder1`} design token.
1673
+ * @public
1674
+ */
335
1675
  export declare const colorStatusWarningBorder1 = "var(--colorStatusWarningBorder1)";
1676
+ /**
1677
+ * CSS custom property value for the {@link @fluentui/tokens#colorStatusWarningBorder2 | `colorStatusWarningBorder2`} design token.
1678
+ * @public
1679
+ */
336
1680
  export declare const colorStatusWarningBorder2 = "var(--colorStatusWarningBorder2)";
1681
+ /**
1682
+ * CSS custom property value for the {@link @fluentui/tokens#colorStatusDangerBackground1 | `colorStatusDangerBackground1`} design token.
1683
+ * @public
1684
+ */
337
1685
  export declare const colorStatusDangerBackground1 = "var(--colorStatusDangerBackground1)";
1686
+ /**
1687
+ * CSS custom property value for the {@link @fluentui/tokens#colorStatusDangerBackground2 | `colorStatusDangerBackground2`} design token.
1688
+ * @public
1689
+ */
338
1690
  export declare const colorStatusDangerBackground2 = "var(--colorStatusDangerBackground2)";
1691
+ /**
1692
+ * CSS custom property value for the {@link @fluentui/tokens#colorStatusDangerBackground3 | `colorStatusDangerBackground3`} design token.
1693
+ * @public
1694
+ */
339
1695
  export declare const colorStatusDangerBackground3 = "var(--colorStatusDangerBackground3)";
1696
+ /**
1697
+ * CSS custom property value for the {@link @fluentui/tokens#colorStatusDangerBackground3Hover | `colorStatusDangerBackground3Hover`} design token.
1698
+ * @public
1699
+ */
340
1700
  export declare const colorStatusDangerBackground3Hover = "var(--colorStatusDangerBackground3Hover)";
1701
+ /**
1702
+ * CSS custom property value for the {@link @fluentui/tokens#colorStatusDangerBackground3Pressed | `colorStatusDangerBackground3Pressed`} design token.
1703
+ * @public
1704
+ */
341
1705
  export declare const colorStatusDangerBackground3Pressed = "var(--colorStatusDangerBackground3Pressed)";
1706
+ /**
1707
+ * CSS custom property value for the {@link @fluentui/tokens#colorStatusDangerForeground1 | `colorStatusDangerForeground1`} design token.
1708
+ * @public
1709
+ */
342
1710
  export declare const colorStatusDangerForeground1 = "var(--colorStatusDangerForeground1)";
1711
+ /**
1712
+ * CSS custom property value for the {@link @fluentui/tokens#colorStatusDangerForeground2 | `colorStatusDangerForeground2`} design token.
1713
+ * @public
1714
+ */
343
1715
  export declare const colorStatusDangerForeground2 = "var(--colorStatusDangerForeground2)";
1716
+ /**
1717
+ * CSS custom property value for the {@link @fluentui/tokens#colorStatusDangerForeground3 | `colorStatusDangerForeground3`} design token.
1718
+ * @public
1719
+ */
344
1720
  export declare const colorStatusDangerForeground3 = "var(--colorStatusDangerForeground3)";
1721
+ /**
1722
+ * CSS custom property value for the {@link @fluentui/tokens#colorStatusDangerForegroundInverted | `colorStatusDangerForegroundInverted`} design token.
1723
+ * @public
1724
+ */
345
1725
  export declare const colorStatusDangerForegroundInverted = "var(--colorStatusDangerForegroundInverted)";
1726
+ /**
1727
+ * CSS custom property value for the {@link @fluentui/tokens#colorStatusDangerBorderActive | `colorStatusDangerBorderActive`} design token.
1728
+ * @public
1729
+ */
346
1730
  export declare const colorStatusDangerBorderActive = "var(--colorStatusDangerBorderActive)";
1731
+ /**
1732
+ * CSS custom property value for the {@link @fluentui/tokens#colorStatusDangerBorder1 | `colorStatusDangerBorder1`} design token.
1733
+ * @public
1734
+ */
347
1735
  export declare const colorStatusDangerBorder1 = "var(--colorStatusDangerBorder1)";
1736
+ /**
1737
+ * CSS custom property value for the {@link @fluentui/tokens#colorStatusDangerBorder2 | `colorStatusDangerBorder2`} design token.
1738
+ * @public
1739
+ */
348
1740
  export declare const colorStatusDangerBorder2 = "var(--colorStatusDangerBorder2)";
1741
+ /**
1742
+ * CSS custom property value for the {@link @fluentui/tokens#borderRadiusNone | `borderRadiusNone`} design token.
1743
+ * @public
1744
+ */
349
1745
  export declare const borderRadiusNone = "var(--borderRadiusNone)";
1746
+ /**
1747
+ * CSS custom property value for the {@link @fluentui/tokens#borderRadiusSmall | `borderRadiusSmall`} design token.
1748
+ * @public
1749
+ */
350
1750
  export declare const borderRadiusSmall = "var(--borderRadiusSmall)";
1751
+ /**
1752
+ * CSS custom property value for the {@link @fluentui/tokens#borderRadiusMedium | `borderRadiusMedium`} design token.
1753
+ * @public
1754
+ */
351
1755
  export declare const borderRadiusMedium = "var(--borderRadiusMedium)";
1756
+ /**
1757
+ * CSS custom property value for the {@link @fluentui/tokens#borderRadiusLarge | `borderRadiusLarge`} design token.
1758
+ * @public
1759
+ */
352
1760
  export declare const borderRadiusLarge = "var(--borderRadiusLarge)";
1761
+ /**
1762
+ * CSS custom property value for the {@link @fluentui/tokens#borderRadiusXLarge | `borderRadiusXLarge`} design token.
1763
+ * @public
1764
+ */
353
1765
  export declare const borderRadiusXLarge = "var(--borderRadiusXLarge)";
1766
+ /**
1767
+ * CSS custom property value for the {@link @fluentui/tokens#borderRadiusCircular | `borderRadiusCircular`} design token.
1768
+ * @public
1769
+ */
354
1770
  export declare const borderRadiusCircular = "var(--borderRadiusCircular)";
1771
+ /**
1772
+ * CSS custom property value for the {@link @fluentui/tokens#fontFamilyBase | `fontFamilyBase`} design token.
1773
+ * @public
1774
+ */
355
1775
  export declare const fontFamilyBase = "var(--fontFamilyBase)";
1776
+ /**
1777
+ * CSS custom property value for the {@link @fluentui/tokens#fontFamilyMonospace | `fontFamilyMonospace`} design token.
1778
+ * @public
1779
+ */
356
1780
  export declare const fontFamilyMonospace = "var(--fontFamilyMonospace)";
1781
+ /**
1782
+ * CSS custom property value for the {@link @fluentui/tokens#fontFamilyNumeric | `fontFamilyNumeric`} design token.
1783
+ * @public
1784
+ */
357
1785
  export declare const fontFamilyNumeric = "var(--fontFamilyNumeric)";
1786
+ /**
1787
+ * CSS custom property value for the {@link @fluentui/tokens#fontSizeBase100 | `fontSizeBase100`} design token.
1788
+ * @public
1789
+ */
358
1790
  export declare const fontSizeBase100 = "var(--fontSizeBase100)";
1791
+ /**
1792
+ * CSS custom property value for the {@link @fluentui/tokens#fontSizeBase200 | `fontSizeBase200`} design token.
1793
+ * @public
1794
+ */
359
1795
  export declare const fontSizeBase200 = "var(--fontSizeBase200)";
1796
+ /**
1797
+ * CSS custom property value for the {@link @fluentui/tokens#fontSizeBase300 | `fontSizeBase300`} design token.
1798
+ * @public
1799
+ */
360
1800
  export declare const fontSizeBase300 = "var(--fontSizeBase300)";
1801
+ /**
1802
+ * CSS custom property value for the {@link @fluentui/tokens#fontSizeBase400 | `fontSizeBase400`} design token.
1803
+ * @public
1804
+ */
361
1805
  export declare const fontSizeBase400 = "var(--fontSizeBase400)";
1806
+ /**
1807
+ * CSS custom property value for the {@link @fluentui/tokens#fontSizeBase500 | `fontSizeBase500`} design token.
1808
+ * @public
1809
+ */
362
1810
  export declare const fontSizeBase500 = "var(--fontSizeBase500)";
1811
+ /**
1812
+ * CSS custom property value for the {@link @fluentui/tokens#fontSizeBase600 | `fontSizeBase600`} design token.
1813
+ * @public
1814
+ */
363
1815
  export declare const fontSizeBase600 = "var(--fontSizeBase600)";
1816
+ /**
1817
+ * CSS custom property value for the {@link @fluentui/tokens#fontSizeHero700 | `fontSizeHero700`} design token.
1818
+ * @public
1819
+ */
364
1820
  export declare const fontSizeHero700 = "var(--fontSizeHero700)";
1821
+ /**
1822
+ * CSS custom property value for the {@link @fluentui/tokens#fontSizeHero800 | `fontSizeHero800`} design token.
1823
+ * @public
1824
+ */
365
1825
  export declare const fontSizeHero800 = "var(--fontSizeHero800)";
1826
+ /**
1827
+ * CSS custom property value for the {@link @fluentui/tokens#fontSizeHero900 | `fontSizeHero900`} design token.
1828
+ * @public
1829
+ */
366
1830
  export declare const fontSizeHero900 = "var(--fontSizeHero900)";
1831
+ /**
1832
+ * CSS custom property value for the {@link @fluentui/tokens#fontSizeHero1000 | `fontSizeHero1000`} design token.
1833
+ * @public
1834
+ */
367
1835
  export declare const fontSizeHero1000 = "var(--fontSizeHero1000)";
1836
+ /**
1837
+ * CSS custom property value for the {@link @fluentui/tokens#fontWeightRegular | `fontWeightRegular`} design token.
1838
+ * @public
1839
+ */
368
1840
  export declare const fontWeightRegular = "var(--fontWeightRegular)";
1841
+ /**
1842
+ * CSS custom property value for the {@link @fluentui/tokens#fontWeightMedium | `fontWeightMedium`} design token.
1843
+ * @public
1844
+ */
369
1845
  export declare const fontWeightMedium = "var(--fontWeightMedium)";
1846
+ /**
1847
+ * CSS custom property value for the {@link @fluentui/tokens#fontWeightSemibold | `fontWeightSemibold`} design token.
1848
+ * @public
1849
+ */
370
1850
  export declare const fontWeightSemibold = "var(--fontWeightSemibold)";
1851
+ /**
1852
+ * CSS custom property value for the {@link @fluentui/tokens#fontWeightBold | `fontWeightBold`} design token.
1853
+ * @public
1854
+ */
371
1855
  export declare const fontWeightBold = "var(--fontWeightBold)";
1856
+ /**
1857
+ * CSS custom property value for the {@link @fluentui/tokens#lineHeightBase100 | `lineHeightBase100`} design token.
1858
+ * @public
1859
+ */
372
1860
  export declare const lineHeightBase100 = "var(--lineHeightBase100)";
1861
+ /**
1862
+ * CSS custom property value for the {@link @fluentui/tokens#lineHeightBase200 | `lineHeightBase200`} design token.
1863
+ * @public
1864
+ */
373
1865
  export declare const lineHeightBase200 = "var(--lineHeightBase200)";
1866
+ /**
1867
+ * CSS custom property value for the {@link @fluentui/tokens#lineHeightBase300 | `lineHeightBase300`} design token.
1868
+ * @public
1869
+ */
374
1870
  export declare const lineHeightBase300 = "var(--lineHeightBase300)";
1871
+ /**
1872
+ * CSS custom property value for the {@link @fluentui/tokens#lineHeightBase400 | `lineHeightBase400`} design token.
1873
+ * @public
1874
+ */
375
1875
  export declare const lineHeightBase400 = "var(--lineHeightBase400)";
1876
+ /**
1877
+ * CSS custom property value for the {@link @fluentui/tokens#lineHeightBase500 | `lineHeightBase500`} design token.
1878
+ * @public
1879
+ */
376
1880
  export declare const lineHeightBase500 = "var(--lineHeightBase500)";
1881
+ /**
1882
+ * CSS custom property value for the {@link @fluentui/tokens#lineHeightBase600 | `lineHeightBase600`} design token.
1883
+ * @public
1884
+ */
377
1885
  export declare const lineHeightBase600 = "var(--lineHeightBase600)";
1886
+ /**
1887
+ * CSS custom property value for the {@link @fluentui/tokens#lineHeightHero700 | `lineHeightHero700`} design token.
1888
+ * @public
1889
+ */
378
1890
  export declare const lineHeightHero700 = "var(--lineHeightHero700)";
1891
+ /**
1892
+ * CSS custom property value for the {@link @fluentui/tokens#lineHeightHero800 | `lineHeightHero800`} design token.
1893
+ * @public
1894
+ */
379
1895
  export declare const lineHeightHero800 = "var(--lineHeightHero800)";
1896
+ /**
1897
+ * CSS custom property value for the {@link @fluentui/tokens#lineHeightHero900 | `lineHeightHero900`} design token.
1898
+ * @public
1899
+ */
380
1900
  export declare const lineHeightHero900 = "var(--lineHeightHero900)";
1901
+ /**
1902
+ * CSS custom property value for the {@link @fluentui/tokens#lineHeightHero1000 | `lineHeightHero1000`} design token.
1903
+ * @public
1904
+ */
381
1905
  export declare const lineHeightHero1000 = "var(--lineHeightHero1000)";
1906
+ /**
1907
+ * CSS custom property value for the {@link @fluentui/tokens#shadow2 | `shadow2`} design token.
1908
+ * @public
1909
+ */
382
1910
  export declare const shadow2 = "var(--shadow2)";
1911
+ /**
1912
+ * CSS custom property value for the {@link @fluentui/tokens#shadow4 | `shadow4`} design token.
1913
+ * @public
1914
+ */
383
1915
  export declare const shadow4 = "var(--shadow4)";
1916
+ /**
1917
+ * CSS custom property value for the {@link @fluentui/tokens#shadow8 | `shadow8`} design token.
1918
+ * @public
1919
+ */
384
1920
  export declare const shadow8 = "var(--shadow8)";
1921
+ /**
1922
+ * CSS custom property value for the {@link @fluentui/tokens#shadow16 | `shadow16`} design token.
1923
+ * @public
1924
+ */
385
1925
  export declare const shadow16 = "var(--shadow16)";
1926
+ /**
1927
+ * CSS custom property value for the {@link @fluentui/tokens#shadow28 | `shadow28`} design token.
1928
+ * @public
1929
+ */
386
1930
  export declare const shadow28 = "var(--shadow28)";
1931
+ /**
1932
+ * CSS custom property value for the {@link @fluentui/tokens#shadow64 | `shadow64`} design token.
1933
+ * @public
1934
+ */
387
1935
  export declare const shadow64 = "var(--shadow64)";
1936
+ /**
1937
+ * CSS custom property value for the {@link @fluentui/tokens#shadow2Brand | `shadow2Brand`} design token.
1938
+ * @public
1939
+ */
388
1940
  export declare const shadow2Brand = "var(--shadow2Brand)";
1941
+ /**
1942
+ * CSS custom property value for the {@link @fluentui/tokens#shadow4Brand | `shadow4Brand`} design token.
1943
+ * @public
1944
+ */
389
1945
  export declare const shadow4Brand = "var(--shadow4Brand)";
1946
+ /**
1947
+ * CSS custom property value for the {@link @fluentui/tokens#shadow8Brand | `shadow8Brand`} design token.
1948
+ * @public
1949
+ */
390
1950
  export declare const shadow8Brand = "var(--shadow8Brand)";
1951
+ /**
1952
+ * CSS custom property value for the {@link @fluentui/tokens#shadow16Brand | `shadow16Brand`} design token.
1953
+ * @public
1954
+ */
391
1955
  export declare const shadow16Brand = "var(--shadow16Brand)";
1956
+ /**
1957
+ * CSS custom property value for the {@link @fluentui/tokens#shadow28Brand | `shadow28Brand`} design token.
1958
+ * @public
1959
+ */
392
1960
  export declare const shadow28Brand = "var(--shadow28Brand)";
1961
+ /**
1962
+ * CSS custom property value for the {@link @fluentui/tokens#shadow64Brand | `shadow64Brand`} design token.
1963
+ * @public
1964
+ */
393
1965
  export declare const shadow64Brand = "var(--shadow64Brand)";
1966
+ /**
1967
+ * CSS custom property value for the {@link @fluentui/tokens#strokeWidthThin | `strokeWidthThin`} design token.
1968
+ * @public
1969
+ */
394
1970
  export declare const strokeWidthThin = "var(--strokeWidthThin)";
1971
+ /**
1972
+ * CSS custom property value for the {@link @fluentui/tokens#strokeWidthThick | `strokeWidthThick`} design token.
1973
+ * @public
1974
+ */
395
1975
  export declare const strokeWidthThick = "var(--strokeWidthThick)";
1976
+ /**
1977
+ * CSS custom property value for the {@link @fluentui/tokens#strokeWidthThicker | `strokeWidthThicker`} design token.
1978
+ * @public
1979
+ */
396
1980
  export declare const strokeWidthThicker = "var(--strokeWidthThicker)";
1981
+ /**
1982
+ * CSS custom property value for the {@link @fluentui/tokens#strokeWidthThickest | `strokeWidthThickest`} design token.
1983
+ * @public
1984
+ */
397
1985
  export declare const strokeWidthThickest = "var(--strokeWidthThickest)";
1986
+ /**
1987
+ * CSS custom property value for the {@link @fluentui/tokens#spacingHorizontalNone | `spacingHorizontalNone`} design token.
1988
+ * @public
1989
+ */
398
1990
  export declare const spacingHorizontalNone = "var(--spacingHorizontalNone)";
1991
+ /**
1992
+ * CSS custom property value for the {@link @fluentui/tokens#spacingHorizontalXXS | `spacingHorizontalXXS`} design token.
1993
+ * @public
1994
+ */
399
1995
  export declare const spacingHorizontalXXS = "var(--spacingHorizontalXXS)";
1996
+ /**
1997
+ * CSS custom property value for the {@link @fluentui/tokens#spacingHorizontalXS | `spacingHorizontalXS`} design token.
1998
+ * @public
1999
+ */
400
2000
  export declare const spacingHorizontalXS = "var(--spacingHorizontalXS)";
2001
+ /**
2002
+ * CSS custom property value for the {@link @fluentui/tokens#spacingHorizontalSNudge | `spacingHorizontalSNudge`} design token.
2003
+ * @public
2004
+ */
401
2005
  export declare const spacingHorizontalSNudge = "var(--spacingHorizontalSNudge)";
2006
+ /**
2007
+ * CSS custom property value for the {@link @fluentui/tokens#spacingHorizontalS | `spacingHorizontalS`} design token.
2008
+ * @public
2009
+ */
402
2010
  export declare const spacingHorizontalS = "var(--spacingHorizontalS)";
2011
+ /**
2012
+ * CSS custom property value for the {@link @fluentui/tokens#spacingHorizontalMNudge | `spacingHorizontalMNudge`} design token.
2013
+ * @public
2014
+ */
403
2015
  export declare const spacingHorizontalMNudge = "var(--spacingHorizontalMNudge)";
2016
+ /**
2017
+ * CSS custom property value for the {@link @fluentui/tokens#spacingHorizontalM | `spacingHorizontalM`} design token.
2018
+ * @public
2019
+ */
404
2020
  export declare const spacingHorizontalM = "var(--spacingHorizontalM)";
2021
+ /**
2022
+ * CSS custom property value for the {@link @fluentui/tokens#spacingHorizontalL | `spacingHorizontalL`} design token.
2023
+ * @public
2024
+ */
405
2025
  export declare const spacingHorizontalL = "var(--spacingHorizontalL)";
2026
+ /**
2027
+ * CSS custom property value for the {@link @fluentui/tokens#spacingHorizontalXL | `spacingHorizontalXL`} design token.
2028
+ * @public
2029
+ */
406
2030
  export declare const spacingHorizontalXL = "var(--spacingHorizontalXL)";
2031
+ /**
2032
+ * CSS custom property value for the {@link @fluentui/tokens#spacingHorizontalXXL | `spacingHorizontalXXL`} design token.
2033
+ * @public
2034
+ */
407
2035
  export declare const spacingHorizontalXXL = "var(--spacingHorizontalXXL)";
2036
+ /**
2037
+ * CSS custom property value for the {@link @fluentui/tokens#spacingHorizontalXXXL | `spacingHorizontalXXXL`} design token.
2038
+ * @public
2039
+ */
408
2040
  export declare const spacingHorizontalXXXL = "var(--spacingHorizontalXXXL)";
2041
+ /**
2042
+ * CSS custom property value for the {@link @fluentui/tokens#spacingVerticalNone | `spacingVerticalNone`} design token.
2043
+ * @public
2044
+ */
409
2045
  export declare const spacingVerticalNone = "var(--spacingVerticalNone)";
2046
+ /**
2047
+ * CSS custom property value for the {@link @fluentui/tokens#spacingVerticalXXS | `spacingVerticalXXS`} design token.
2048
+ * @public
2049
+ */
410
2050
  export declare const spacingVerticalXXS = "var(--spacingVerticalXXS)";
2051
+ /**
2052
+ * CSS custom property value for the {@link @fluentui/tokens#spacingVerticalXS | `spacingVerticalXS`} design token.
2053
+ * @public
2054
+ */
411
2055
  export declare const spacingVerticalXS = "var(--spacingVerticalXS)";
2056
+ /**
2057
+ * CSS custom property value for the {@link @fluentui/tokens#spacingVerticalSNudge | `spacingVerticalSNudge`} design token.
2058
+ * @public
2059
+ */
412
2060
  export declare const spacingVerticalSNudge = "var(--spacingVerticalSNudge)";
2061
+ /**
2062
+ * CSS custom property value for the {@link @fluentui/tokens#spacingVerticalS | `spacingVerticalS`} design token.
2063
+ * @public
2064
+ */
413
2065
  export declare const spacingVerticalS = "var(--spacingVerticalS)";
2066
+ /**
2067
+ * CSS custom property value for the {@link @fluentui/tokens#spacingVerticalMNudge | `spacingVerticalMNudge`} design token.
2068
+ * @public
2069
+ */
414
2070
  export declare const spacingVerticalMNudge = "var(--spacingVerticalMNudge)";
2071
+ /**
2072
+ * CSS custom property value for the {@link @fluentui/tokens#spacingVerticalM | `spacingVerticalM`} design token.
2073
+ * @public
2074
+ */
415
2075
  export declare const spacingVerticalM = "var(--spacingVerticalM)";
2076
+ /**
2077
+ * CSS custom property value for the {@link @fluentui/tokens#spacingVerticalL | `spacingVerticalL`} design token.
2078
+ * @public
2079
+ */
416
2080
  export declare const spacingVerticalL = "var(--spacingVerticalL)";
2081
+ /**
2082
+ * CSS custom property value for the {@link @fluentui/tokens#spacingVerticalXL | `spacingVerticalXL`} design token.
2083
+ * @public
2084
+ */
417
2085
  export declare const spacingVerticalXL = "var(--spacingVerticalXL)";
2086
+ /**
2087
+ * CSS custom property value for the {@link @fluentui/tokens#spacingVerticalXXL | `spacingVerticalXXL`} design token.
2088
+ * @public
2089
+ */
418
2090
  export declare const spacingVerticalXXL = "var(--spacingVerticalXXL)";
2091
+ /**
2092
+ * CSS custom property value for the {@link @fluentui/tokens#spacingVerticalXXXL | `spacingVerticalXXXL`} design token.
2093
+ * @public
2094
+ */
419
2095
  export declare const spacingVerticalXXXL = "var(--spacingVerticalXXXL)";
2096
+ /**
2097
+ * CSS custom property value for the {@link @fluentui/tokens#durationUltraFast | `durationUltraFast`} design token.
2098
+ * @public
2099
+ */
420
2100
  export declare const durationUltraFast = "var(--durationUltraFast)";
2101
+ /**
2102
+ * CSS custom property value for the {@link @fluentui/tokens#durationFaster | `durationFaster`} design token.
2103
+ * @public
2104
+ */
421
2105
  export declare const durationFaster = "var(--durationFaster)";
2106
+ /**
2107
+ * CSS custom property value for the {@link @fluentui/tokens#durationFast | `durationFast`} design token.
2108
+ * @public
2109
+ */
422
2110
  export declare const durationFast = "var(--durationFast)";
2111
+ /**
2112
+ * CSS custom property value for the {@link @fluentui/tokens#durationNormal | `durationNormal`} design token.
2113
+ * @public
2114
+ */
423
2115
  export declare const durationNormal = "var(--durationNormal)";
2116
+ /**
2117
+ * CSS custom property value for the {@link @fluentui/tokens#durationGentle | `durationGentle`} design token.
2118
+ * @public
2119
+ */
424
2120
  export declare const durationGentle = "var(--durationGentle)";
2121
+ /**
2122
+ * CSS custom property value for the {@link @fluentui/tokens#durationSlow | `durationSlow`} design token.
2123
+ * @public
2124
+ */
425
2125
  export declare const durationSlow = "var(--durationSlow)";
2126
+ /**
2127
+ * CSS custom property value for the {@link @fluentui/tokens#durationSlower | `durationSlower`} design token.
2128
+ * @public
2129
+ */
426
2130
  export declare const durationSlower = "var(--durationSlower)";
2131
+ /**
2132
+ * CSS custom property value for the {@link @fluentui/tokens#durationUltraSlow | `durationUltraSlow`} design token.
2133
+ * @public
2134
+ */
427
2135
  export declare const durationUltraSlow = "var(--durationUltraSlow)";
2136
+ /**
2137
+ * CSS custom property value for the {@link @fluentui/tokens#curveAccelerateMax | `curveAccelerateMax`} design token.
2138
+ * @public
2139
+ */
428
2140
  export declare const curveAccelerateMax = "var(--curveAccelerateMax)";
2141
+ /**
2142
+ * CSS custom property value for the {@link @fluentui/tokens#curveAccelerateMid | `curveAccelerateMid`} design token.
2143
+ * @public
2144
+ */
429
2145
  export declare const curveAccelerateMid = "var(--curveAccelerateMid)";
2146
+ /**
2147
+ * CSS custom property value for the {@link @fluentui/tokens#curveAccelerateMin | `curveAccelerateMin`} design token.
2148
+ * @public
2149
+ */
430
2150
  export declare const curveAccelerateMin = "var(--curveAccelerateMin)";
2151
+ /**
2152
+ * CSS custom property value for the {@link @fluentui/tokens#curveDecelerateMax | `curveDecelerateMax`} design token.
2153
+ * @public
2154
+ */
431
2155
  export declare const curveDecelerateMax = "var(--curveDecelerateMax)";
2156
+ /**
2157
+ * CSS custom property value for the {@link @fluentui/tokens#curveDecelerateMid | `curveDecelerateMid`} design token.
2158
+ * @public
2159
+ */
432
2160
  export declare const curveDecelerateMid = "var(--curveDecelerateMid)";
2161
+ /**
2162
+ * CSS custom property value for the {@link @fluentui/tokens#curveDecelerateMin | `curveDecelerateMin`} design token.
2163
+ * @public
2164
+ */
433
2165
  export declare const curveDecelerateMin = "var(--curveDecelerateMin)";
2166
+ /**
2167
+ * CSS custom property value for the {@link @fluentui/tokens#curveEasyEaseMax | `curveEasyEaseMax`} design token.
2168
+ * @public
2169
+ */
434
2170
  export declare const curveEasyEaseMax = "var(--curveEasyEaseMax)";
2171
+ /**
2172
+ * CSS custom property value for the {@link @fluentui/tokens#curveEasyEase | `curveEasyEase`} design token.
2173
+ * @public
2174
+ */
435
2175
  export declare const curveEasyEase = "var(--curveEasyEase)";
2176
+ /**
2177
+ * CSS custom property value for the {@link @fluentui/tokens#curveLinear | `curveLinear`} design token.
2178
+ * @public
2179
+ */
436
2180
  export declare const curveLinear = "var(--curveLinear)";