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