@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
@@ -125,6 +125,36 @@
125
125
  {
126
126
  "tagName": "@preapproved",
127
127
  "syntaxKind": "modifier"
128
+ },
129
+ {
130
+ "tagName": "@slot",
131
+ "syntaxKind": "block",
132
+ "allowMultiple": true
133
+ },
134
+ {
135
+ "tagName": "@csspart",
136
+ "syntaxKind": "block",
137
+ "allowMultiple": true
138
+ },
139
+ {
140
+ "tagName": "@cssprop",
141
+ "syntaxKind": "block",
142
+ "allowMultiple": true
143
+ },
144
+ {
145
+ "tagName": "@cssproperty",
146
+ "syntaxKind": "block",
147
+ "allowMultiple": true
148
+ },
149
+ {
150
+ "tagName": "@event",
151
+ "syntaxKind": "block",
152
+ "allowMultiple": true
153
+ },
154
+ {
155
+ "tagName": "@fires",
156
+ "syntaxKind": "block",
157
+ "allowMultiple": true
128
158
  }
129
159
  ],
130
160
  "supportForTags": {
@@ -155,7 +185,13 @@
155
185
  "@virtual": true,
156
186
  "@betaDocumentation": true,
157
187
  "@internalRemarks": true,
158
- "@preapproved": true
188
+ "@preapproved": true,
189
+ "@slot": true,
190
+ "@csspart": true,
191
+ "@cssprop": true,
192
+ "@cssproperty": true,
193
+ "@event": true,
194
+ "@fires": true
159
195
  },
160
196
  "reportUnsupportedHtmlElements": false
161
197
  }
@@ -175,7 +211,7 @@
175
211
  {
176
212
  "kind": "Class",
177
213
  "canonicalReference": "@fluentui/web-components!Accordion:class",
178
- "docComment": "/**\n * An Accordion Custom HTML Element Implements {@link https://www.w3.org/TR/wai-aria-practices-1.1/#accordion | ARIA Accordion}.\n *\n * @fires change - Fires a custom 'change' event when the active item changes @csspart item - The slot for the accordion items\n *\n * @public\n */\n",
214
+ "docComment": "/**\n * An Accordion Custom HTML Element Implements {@link https://www.w3.org/TR/wai-aria-practices-1.1/#accordion | ARIA Accordion}.\n *\n * @fires\n *\n * change - Fires a custom 'change' event when the active item changes\n *\n * @csspart\n *\n * item - The slot for the accordion items\n *\n * @public\n */\n",
179
215
  "excerptTokens": [
180
216
  {
181
217
  "kind": "Content",
@@ -374,7 +410,7 @@
374
410
  {
375
411
  "kind": "TypeAlias",
376
412
  "canonicalReference": "@fluentui/web-components!AccordionExpandMode:type",
377
- "docComment": "/**\n * Type for the {@link FASTAccordion} Expand Mode\n *\n * @public\n */\n",
413
+ "docComment": "/**\n * Type for the {@link Accordion} Expand Mode\n *\n * @public\n */\n",
378
414
  "excerptTokens": [
379
415
  {
380
416
  "kind": "Content",
@@ -413,7 +449,7 @@
413
449
  {
414
450
  "kind": "Variable",
415
451
  "canonicalReference": "@fluentui/web-components!AccordionExpandMode:var",
416
- "docComment": "/**\n * Expand mode for {@link FASTAccordion}\n *\n * @public\n */\n",
452
+ "docComment": "/**\n * Expand mode for {@link Accordion}\n *\n * @public\n */\n",
417
453
  "excerptTokens": [
418
454
  {
419
455
  "kind": "Content",
@@ -435,7 +471,7 @@
435
471
  {
436
472
  "kind": "Class",
437
473
  "canonicalReference": "@fluentui/web-components!AccordionItem:class",
438
- "docComment": "/**\n * @slot start - Content which can be provided between the heading and the icon @slot end - Content which can be provided between the start slot and icon @slot heading - Content which serves as the accordion item heading and text of the expand button @slot - The default slot for accordion item content @slot expanded-icon - The expanded icon @slot collapsed-icon - The collapsed icon @fires change - Fires a custom 'change' event when the button is invoked @csspart heading - Wraps the button @csspart button - The button which serves to invoke the item @csspart heading-content - Wraps the slot for the heading content within the button @csspart icon - The icon container @csspart region - The wrapper for the accordion item content\n *\n * @public\n */\n",
474
+ "docComment": "/**\n * @slot\n *\n * start - Content which can be provided between the heading and the icon\n *\n * @slot\n *\n * end - Content which can be provided between the start slot and icon\n *\n * @slot\n *\n * heading - Content which serves as the accordion item heading and text of the expand button\n *\n * @slot\n *\n * - The default slot for accordion item content\n *\n * @slot\n *\n * expanded-icon - The expanded icon\n *\n * @slot\n *\n * collapsed-icon - The collapsed icon\n *\n * @fires\n *\n * change - Fires a custom 'change' event when the button is invoked\n *\n * @csspart\n *\n * heading - Wraps the button\n *\n * @csspart\n *\n * button - The button which serves to invoke the item\n *\n * @csspart\n *\n * heading-content - Wraps the slot for the heading content within the button\n *\n * @csspart\n *\n * icon - The icon container\n *\n * @csspart\n *\n * region - The wrapper for the accordion item content\n *\n * @public\n */\n",
439
475
  "excerptTokens": [
440
476
  {
441
477
  "kind": "Content",
@@ -545,7 +581,7 @@
545
581
  {
546
582
  "kind": "Property",
547
583
  "canonicalReference": "@fluentui/web-components!AccordionItem#expandIconPosition:member",
548
- "docComment": "/**\n * Sets expand and collapsed icon position.\n *\n * @default 'start'\n *\n * @remarks\n *\n * HTML Attribute: expandIconPosition\n *\n * @public\n */\n",
584
+ "docComment": "/**\n * Sets expand and collapsed icon position.\n *\n * @remarks\n *\n * HTML Attribute: expand-icon-position\n *\n * @public\n */\n",
549
585
  "excerptTokens": [
550
586
  {
551
587
  "kind": "Content",
@@ -575,7 +611,7 @@
575
611
  {
576
612
  "kind": "Property",
577
613
  "canonicalReference": "@fluentui/web-components!AccordionItem#headinglevel:member",
578
- "docComment": "/**\n * Configures the {@link https://www.w3.org/TR/wai-aria-1.1/#aria-level | level} of the heading element.\n *\n * @remarks\n *\n * HTML attribute: heading-level\n *\n * @defaultValue\n *\n * 2\n *\n * @public\n */\n",
614
+ "docComment": "/**\n * Configures the {@link https://www.w3.org/TR/wai-aria-1.1/#aria-level | level} of the heading element.\n *\n * @remarks\n *\n * HTML attribute: heading-level\n *\n * @public\n */\n",
579
615
  "excerptTokens": [
580
616
  {
581
617
  "kind": "Content",
@@ -633,7 +669,7 @@
633
669
  {
634
670
  "kind": "Property",
635
671
  "canonicalReference": "@fluentui/web-components!AccordionItem#size:member",
636
- "docComment": "/**\n * Defines accordion header font size.\n *\n * @default 'medium'\n *\n * @remarks\n *\n * HTML Attribute: size\n *\n * @public\n */\n",
672
+ "docComment": "/**\n * Defines accordion header font size.\n *\n * @remarks\n *\n * HTML Attribute: size\n *\n * @public\n */\n",
637
673
  "excerptTokens": [
638
674
  {
639
675
  "kind": "Content",
@@ -1033,7 +1069,7 @@
1033
1069
  {
1034
1070
  "kind": "Class",
1035
1071
  "canonicalReference": "@fluentui/web-components!AnchorButton:class",
1036
- "docComment": "/**\n * An Anchor Custom HTML Element. Based largely on the {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element}.\n *\n * @slot start - Content which can be provided before the anchor content @slot end - Content which can be provided after the anchor content @slot - The default slot for anchor content @csspart control - The anchor element @csspart content - The element wrapping anchor content\n *\n * @public\n */\n",
1072
+ "docComment": "/**\n * An Anchor Custom HTML Element. Based largely on the {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element}.\n *\n * @slot\n *\n * start - Content which can be provided before the anchor content\n *\n * @slot\n *\n * end - Content which can be provided after the anchor content\n *\n * @slot\n *\n * - The default slot for anchor content\n *\n * @csspart\n *\n * control - The anchor element\n *\n * @csspart\n *\n * content - The element wrapping anchor content\n *\n * @public\n */\n",
1037
1073
  "excerptTokens": [
1038
1074
  {
1039
1075
  "kind": "Content",
@@ -3339,7 +3375,7 @@
3339
3375
  {
3340
3376
  "kind": "Variable",
3341
3377
  "canonicalReference": "@fluentui/web-components!borderRadiusCircular:var",
3342
- "docComment": "",
3378
+ "docComment": "/**\n * CSS custom property value for the {@link @fluentui/tokens#borderRadiusCircular | `borderRadiusCircular`} design token.\n *\n * @public\n */\n",
3343
3379
  "excerptTokens": [
3344
3380
  {
3345
3381
  "kind": "Content",
@@ -3365,7 +3401,7 @@
3365
3401
  {
3366
3402
  "kind": "Variable",
3367
3403
  "canonicalReference": "@fluentui/web-components!borderRadiusLarge:var",
3368
- "docComment": "",
3404
+ "docComment": "/**\n * CSS custom property value for the {@link @fluentui/tokens#borderRadiusLarge | `borderRadiusLarge`} design token.\n *\n * @public\n */\n",
3369
3405
  "excerptTokens": [
3370
3406
  {
3371
3407
  "kind": "Content",
@@ -3391,7 +3427,7 @@
3391
3427
  {
3392
3428
  "kind": "Variable",
3393
3429
  "canonicalReference": "@fluentui/web-components!borderRadiusMedium:var",
3394
- "docComment": "",
3430
+ "docComment": "/**\n * CSS custom property value for the {@link @fluentui/tokens#borderRadiusMedium | `borderRadiusMedium`} design token.\n *\n * @public\n */\n",
3395
3431
  "excerptTokens": [
3396
3432
  {
3397
3433
  "kind": "Content",
@@ -3417,7 +3453,7 @@
3417
3453
  {
3418
3454
  "kind": "Variable",
3419
3455
  "canonicalReference": "@fluentui/web-components!borderRadiusNone:var",
3420
- "docComment": "",
3456
+ "docComment": "/**\n * CSS custom property value for the {@link @fluentui/tokens#borderRadiusNone | `borderRadiusNone`} design token.\n *\n * @public\n */\n",
3421
3457
  "excerptTokens": [
3422
3458
  {
3423
3459
  "kind": "Content",
@@ -3443,7 +3479,7 @@
3443
3479
  {
3444
3480
  "kind": "Variable",
3445
3481
  "canonicalReference": "@fluentui/web-components!borderRadiusSmall:var",
3446
- "docComment": "",
3482
+ "docComment": "/**\n * CSS custom property value for the {@link @fluentui/tokens#borderRadiusSmall | `borderRadiusSmall`} design token.\n *\n * @public\n */\n",
3447
3483
  "excerptTokens": [
3448
3484
  {
3449
3485
  "kind": "Content",
@@ -3469,7 +3505,7 @@
3469
3505
  {
3470
3506
  "kind": "Variable",
3471
3507
  "canonicalReference": "@fluentui/web-components!borderRadiusXLarge:var",
3472
- "docComment": "",
3508
+ "docComment": "/**\n * CSS custom property value for the {@link @fluentui/tokens#borderRadiusXLarge | `borderRadiusXLarge`} design token.\n *\n * @public\n */\n",
3473
3509
  "excerptTokens": [
3474
3510
  {
3475
3511
  "kind": "Content",
@@ -3495,7 +3531,7 @@
3495
3531
  {
3496
3532
  "kind": "Class",
3497
3533
  "canonicalReference": "@fluentui/web-components!Button:class",
3498
- "docComment": "/**\n * A Button Custom HTML Element. Based largely on the {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/button | `<button>`} element.\n *\n * @slot start - Content which can be provided before the button content @slot end - Content which can be provided after the button content @slot - The default slot for button content @csspart content - The button content container\n *\n * @public\n */\n",
3534
+ "docComment": "/**\n * A Button Custom HTML Element. Based largely on the {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/button | `<button>`} element.\n *\n * @slot\n *\n * start - Content which can be provided before the button content\n *\n * @slot\n *\n * end - Content which can be provided after the button content\n *\n * @slot\n *\n * - The default slot for button content\n *\n * @csspart\n *\n * content - The button content container\n *\n * @public\n */\n",
3499
3535
  "excerptTokens": [
3500
3536
  {
3501
3537
  "kind": "Content",
@@ -4711,7 +4747,7 @@
4711
4747
  {
4712
4748
  "kind": "Class",
4713
4749
  "canonicalReference": "@fluentui/web-components!Checkbox:class",
4714
- "docComment": "/**\n * A Checkbox Custom HTML Element. Implements the {@link https://www.w3.org/TR/wai-aria-1.1/#checkbox | ARIA checkbox}.\n *\n * @slot checked-indicator - The checked indicator @slot indeterminate-indicator - The indeterminate indicator @slot - The default slot for the label @csspart control - The element representing the visual checkbox control @csspart label - The label @fires change - Emits a custom change event when the checked state changes\n *\n * @public\n */\n",
4750
+ "docComment": "/**\n * A Checkbox Custom HTML Element. Implements the {@link https://www.w3.org/TR/wai-aria-1.1/#checkbox | ARIA checkbox}.\n *\n * @slot\n *\n * checked-indicator - The checked indicator\n *\n * @slot\n *\n * indeterminate-indicator - The indeterminate indicator\n *\n * @slot\n *\n * - The default slot for the label\n *\n * @csspart\n *\n * control - The element representing the visual checkbox control\n *\n * @csspart\n *\n * label - The label\n *\n * @fires\n *\n * change - Emits a custom change event when the checked state changes\n *\n * @public\n */\n",
4715
4751
  "excerptTokens": [
4716
4752
  {
4717
4753
  "kind": "Content",
@@ -4778,7 +4814,7 @@
4778
4814
  {
4779
4815
  "kind": "Property",
4780
4816
  "canonicalReference": "@fluentui/web-components!Checkbox#labelPosition:member",
4781
- "docComment": "/**\n * Sets position of the label relative to the input\n *\n * @default 'after'\n *\n * @remarks\n *\n * HTML Attribute: label-position\n *\n * @public\n */\n",
4817
+ "docComment": "/**\n * Sets position of the label relative to the input\n *\n * @remarks\n *\n * HTML Attribute: label-position\n *\n * @public\n */\n",
4782
4818
  "excerptTokens": [
4783
4819
  {
4784
4820
  "kind": "Content",
@@ -4787,7 +4823,7 @@
4787
4823
  {
4788
4824
  "kind": "Reference",
4789
4825
  "text": "CheckboxLabelPosition",
4790
- "canonicalReference": "@fluentui/web-components!CheckboxLabelPosition:type"
4826
+ "canonicalReference": "@fluentui/web-components!~CheckboxLabelPosition:type"
4791
4827
  },
4792
4828
  {
4793
4829
  "kind": "Content",
@@ -4808,7 +4844,7 @@
4808
4844
  {
4809
4845
  "kind": "Property",
4810
4846
  "canonicalReference": "@fluentui/web-components!Checkbox#shape:member",
4811
- "docComment": "/**\n * Sets shape of the checkbox.\n *\n * @default 'square'\n *\n * @remarks\n *\n * HTML Attribute: shape\n *\n * @public\n */\n",
4847
+ "docComment": "/**\n * Sets shape of the checkbox.\n *\n * @remarks\n *\n * HTML Attribute: shape\n *\n * @public\n */\n",
4812
4848
  "excerptTokens": [
4813
4849
  {
4814
4850
  "kind": "Content",
@@ -4838,7 +4874,7 @@
4838
4874
  {
4839
4875
  "kind": "Property",
4840
4876
  "canonicalReference": "@fluentui/web-components!Checkbox#size:member",
4841
- "docComment": "/**\n * Sets size of the checkbox.\n *\n * @default 'medium'\n *\n * @remarks\n *\n * HTML Attribute: size\n *\n * @public\n */\n",
4877
+ "docComment": "/**\n * Sets size of the checkbox.\n *\n * @remarks\n *\n * HTML Attribute: size\n *\n * @public\n */\n",
4842
4878
  "excerptTokens": [
4843
4879
  {
4844
4880
  "kind": "Content",
@@ -4912,67 +4948,6 @@
4912
4948
  "endIndex": 6
4913
4949
  }
4914
4950
  },
4915
- {
4916
- "kind": "TypeAlias",
4917
- "canonicalReference": "@fluentui/web-components!CheckboxLabelPosition:type",
4918
- "docComment": "",
4919
- "excerptTokens": [
4920
- {
4921
- "kind": "Content",
4922
- "text": "export declare type CheckboxLabelPosition = "
4923
- },
4924
- {
4925
- "kind": "Reference",
4926
- "text": "ValuesOf",
4927
- "canonicalReference": "@fluentui/web-components!~ValuesOf:type"
4928
- },
4929
- {
4930
- "kind": "Content",
4931
- "text": "<typeof "
4932
- },
4933
- {
4934
- "kind": "Reference",
4935
- "text": "CheckboxLabelPosition",
4936
- "canonicalReference": "@fluentui/web-components!CheckboxLabelPosition:var"
4937
- },
4938
- {
4939
- "kind": "Content",
4940
- "text": ">"
4941
- },
4942
- {
4943
- "kind": "Content",
4944
- "text": ";"
4945
- }
4946
- ],
4947
- "releaseTag": "Public",
4948
- "name": "CheckboxLabelPosition",
4949
- "typeTokenRange": {
4950
- "startIndex": 1,
4951
- "endIndex": 5
4952
- }
4953
- },
4954
- {
4955
- "kind": "Variable",
4956
- "canonicalReference": "@fluentui/web-components!CheckboxLabelPosition:var",
4957
- "docComment": "/**\n * Checkbox label position\n *\n * @public\n */\n",
4958
- "excerptTokens": [
4959
- {
4960
- "kind": "Content",
4961
- "text": "CheckboxLabelPosition: "
4962
- },
4963
- {
4964
- "kind": "Content",
4965
- "text": "{\n readonly before: \"before\";\n readonly after: \"after\";\n}"
4966
- }
4967
- ],
4968
- "isReadonly": true,
4969
- "releaseTag": "Public",
4970
- "name": "CheckboxLabelPosition",
4971
- "variableTypeTokenRange": {
4972
- "startIndex": 1,
4973
- "endIndex": 2
4974
- }
4975
- },
4976
4951
  {
4977
4952
  "kind": "TypeAlias",
4978
4953
  "canonicalReference": "@fluentui/web-components!CheckboxOptions:type",
@@ -5222,7 +5197,7 @@
5222
5197
  {
5223
5198
  "kind": "Variable",
5224
5199
  "canonicalReference": "@fluentui/web-components!colorBackgroundOverlay:var",
5225
- "docComment": "",
5200
+ "docComment": "/**\n * CSS custom property value for the {@link @fluentui/tokens#colorBackgroundOverlay | `colorBackgroundOverlay`} design token.\n *\n * @public\n */\n",
5226
5201
  "excerptTokens": [
5227
5202
  {
5228
5203
  "kind": "Content",
@@ -5248,7 +5223,7 @@
5248
5223
  {
5249
5224
  "kind": "Variable",
5250
5225
  "canonicalReference": "@fluentui/web-components!colorBrandBackground:var",
5251
- "docComment": "",
5226
+ "docComment": "/**\n * CSS custom property value for the {@link @fluentui/tokens#colorBrandBackground | `colorBrandBackground`} design token.\n *\n * @public\n */\n",
5252
5227
  "excerptTokens": [
5253
5228
  {
5254
5229
  "kind": "Content",
@@ -5274,7 +5249,7 @@
5274
5249
  {
5275
5250
  "kind": "Variable",
5276
5251
  "canonicalReference": "@fluentui/web-components!colorBrandBackground2:var",
5277
- "docComment": "",
5252
+ "docComment": "/**\n * CSS custom property value for the {@link @fluentui/tokens#colorBrandBackground2 | `colorBrandBackground2`} design token.\n *\n * @public\n */\n",
5278
5253
  "excerptTokens": [
5279
5254
  {
5280
5255
  "kind": "Content",
@@ -5300,7 +5275,7 @@
5300
5275
  {
5301
5276
  "kind": "Variable",
5302
5277
  "canonicalReference": "@fluentui/web-components!colorBrandBackground2Hover:var",
5303
- "docComment": "",
5278
+ "docComment": "/**\n * CSS custom property value for the {@link @fluentui/tokens#colorBrandBackground2Hover | `colorBrandBackground2Hover`} design token.\n *\n * @public\n */\n",
5304
5279
  "excerptTokens": [
5305
5280
  {
5306
5281
  "kind": "Content",
@@ -5326,7 +5301,7 @@
5326
5301
  {
5327
5302
  "kind": "Variable",
5328
5303
  "canonicalReference": "@fluentui/web-components!colorBrandBackground2Pressed:var",
5329
- "docComment": "",
5304
+ "docComment": "/**\n * CSS custom property value for the {@link @fluentui/tokens#colorBrandBackground2Pressed | `colorBrandBackground2Pressed`} design token.\n *\n * @public\n */\n",
5330
5305
  "excerptTokens": [
5331
5306
  {
5332
5307
  "kind": "Content",
@@ -5352,7 +5327,7 @@
5352
5327
  {
5353
5328
  "kind": "Variable",
5354
5329
  "canonicalReference": "@fluentui/web-components!colorBrandBackground3Static:var",
5355
- "docComment": "",
5330
+ "docComment": "/**\n * CSS custom property value for the {@link @fluentui/tokens#colorBrandBackground3Static | `colorBrandBackground3Static`} design token.\n *\n * @public\n */\n",
5356
5331
  "excerptTokens": [
5357
5332
  {
5358
5333
  "kind": "Content",
@@ -5378,7 +5353,7 @@
5378
5353
  {
5379
5354
  "kind": "Variable",
5380
5355
  "canonicalReference": "@fluentui/web-components!colorBrandBackground4Static:var",
5381
- "docComment": "",
5356
+ "docComment": "/**\n * CSS custom property value for the {@link @fluentui/tokens#colorBrandBackground4Static | `colorBrandBackground4Static`} design token.\n *\n * @public\n */\n",
5382
5357
  "excerptTokens": [
5383
5358
  {
5384
5359
  "kind": "Content",
@@ -5404,7 +5379,7 @@
5404
5379
  {
5405
5380
  "kind": "Variable",
5406
5381
  "canonicalReference": "@fluentui/web-components!colorBrandBackgroundHover:var",
5407
- "docComment": "",
5382
+ "docComment": "/**\n * CSS custom property value for the {@link @fluentui/tokens#colorBrandBackgroundHover | `colorBrandBackgroundHover`} design token.\n *\n * @public\n */\n",
5408
5383
  "excerptTokens": [
5409
5384
  {
5410
5385
  "kind": "Content",
@@ -5430,7 +5405,7 @@
5430
5405
  {
5431
5406
  "kind": "Variable",
5432
5407
  "canonicalReference": "@fluentui/web-components!colorBrandBackgroundInverted:var",
5433
- "docComment": "",
5408
+ "docComment": "/**\n * CSS custom property value for the {@link @fluentui/tokens#colorBrandBackgroundInverted | `colorBrandBackgroundInverted`} design token.\n *\n * @public\n */\n",
5434
5409
  "excerptTokens": [
5435
5410
  {
5436
5411
  "kind": "Content",
@@ -5456,7 +5431,7 @@
5456
5431
  {
5457
5432
  "kind": "Variable",
5458
5433
  "canonicalReference": "@fluentui/web-components!colorBrandBackgroundInvertedHover:var",
5459
- "docComment": "",
5434
+ "docComment": "/**\n * CSS custom property value for the {@link @fluentui/tokens#colorBrandBackgroundInvertedHover | `colorBrandBackgroundInvertedHover`} design token.\n *\n * @public\n */\n",
5460
5435
  "excerptTokens": [
5461
5436
  {
5462
5437
  "kind": "Content",
@@ -5482,7 +5457,7 @@
5482
5457
  {
5483
5458
  "kind": "Variable",
5484
5459
  "canonicalReference": "@fluentui/web-components!colorBrandBackgroundInvertedPressed:var",
5485
- "docComment": "",
5460
+ "docComment": "/**\n * CSS custom property value for the {@link @fluentui/tokens#colorBrandBackgroundInvertedPressed | `colorBrandBackgroundInvertedPressed`} design token.\n *\n * @public\n */\n",
5486
5461
  "excerptTokens": [
5487
5462
  {
5488
5463
  "kind": "Content",
@@ -5508,7 +5483,7 @@
5508
5483
  {
5509
5484
  "kind": "Variable",
5510
5485
  "canonicalReference": "@fluentui/web-components!colorBrandBackgroundInvertedSelected:var",
5511
- "docComment": "",
5486
+ "docComment": "/**\n * CSS custom property value for the {@link @fluentui/tokens#colorBrandBackgroundInvertedSelected | `colorBrandBackgroundInvertedSelected`} design token.\n *\n * @public\n */\n",
5512
5487
  "excerptTokens": [
5513
5488
  {
5514
5489
  "kind": "Content",
@@ -5534,7 +5509,7 @@
5534
5509
  {
5535
5510
  "kind": "Variable",
5536
5511
  "canonicalReference": "@fluentui/web-components!colorBrandBackgroundPressed:var",
5537
- "docComment": "",
5512
+ "docComment": "/**\n * CSS custom property value for the {@link @fluentui/tokens#colorBrandBackgroundPressed | `colorBrandBackgroundPressed`} design token.\n *\n * @public\n */\n",
5538
5513
  "excerptTokens": [
5539
5514
  {
5540
5515
  "kind": "Content",
@@ -5560,7 +5535,7 @@
5560
5535
  {
5561
5536
  "kind": "Variable",
5562
5537
  "canonicalReference": "@fluentui/web-components!colorBrandBackgroundSelected:var",
5563
- "docComment": "",
5538
+ "docComment": "/**\n * CSS custom property value for the {@link @fluentui/tokens#colorBrandBackgroundSelected | `colorBrandBackgroundSelected`} design token.\n *\n * @public\n */\n",
5564
5539
  "excerptTokens": [
5565
5540
  {
5566
5541
  "kind": "Content",
@@ -5586,7 +5561,7 @@
5586
5561
  {
5587
5562
  "kind": "Variable",
5588
5563
  "canonicalReference": "@fluentui/web-components!colorBrandBackgroundStatic:var",
5589
- "docComment": "",
5564
+ "docComment": "/**\n * CSS custom property value for the {@link @fluentui/tokens#colorBrandBackgroundStatic | `colorBrandBackgroundStatic`} design token.\n *\n * @public\n */\n",
5590
5565
  "excerptTokens": [
5591
5566
  {
5592
5567
  "kind": "Content",
@@ -5612,7 +5587,7 @@
5612
5587
  {
5613
5588
  "kind": "Variable",
5614
5589
  "canonicalReference": "@fluentui/web-components!colorBrandForeground1:var",
5615
- "docComment": "",
5590
+ "docComment": "/**\n * CSS custom property value for the {@link @fluentui/tokens#colorBrandForeground1 | `colorBrandForeground1`} design token.\n *\n * @public\n */\n",
5616
5591
  "excerptTokens": [
5617
5592
  {
5618
5593
  "kind": "Content",
@@ -5638,7 +5613,7 @@
5638
5613
  {
5639
5614
  "kind": "Variable",
5640
5615
  "canonicalReference": "@fluentui/web-components!colorBrandForeground2:var",
5641
- "docComment": "",
5616
+ "docComment": "/**\n * CSS custom property value for the {@link @fluentui/tokens#colorBrandForeground2 | `colorBrandForeground2`} design token.\n *\n * @public\n */\n",
5642
5617
  "excerptTokens": [
5643
5618
  {
5644
5619
  "kind": "Content",
@@ -5664,7 +5639,7 @@
5664
5639
  {
5665
5640
  "kind": "Variable",
5666
5641
  "canonicalReference": "@fluentui/web-components!colorBrandForeground2Hover:var",
5667
- "docComment": "",
5642
+ "docComment": "/**\n * CSS custom property value for the {@link @fluentui/tokens#colorBrandForeground2Hover | `colorBrandForeground2Hover`} design token.\n *\n * @public\n */\n",
5668
5643
  "excerptTokens": [
5669
5644
  {
5670
5645
  "kind": "Content",
@@ -5690,7 +5665,7 @@
5690
5665
  {
5691
5666
  "kind": "Variable",
5692
5667
  "canonicalReference": "@fluentui/web-components!colorBrandForeground2Pressed:var",
5693
- "docComment": "",
5668
+ "docComment": "/**\n * CSS custom property value for the {@link @fluentui/tokens#colorBrandForeground2Pressed | `colorBrandForeground2Pressed`} design token.\n *\n * @public\n */\n",
5694
5669
  "excerptTokens": [
5695
5670
  {
5696
5671
  "kind": "Content",
@@ -5716,7 +5691,7 @@
5716
5691
  {
5717
5692
  "kind": "Variable",
5718
5693
  "canonicalReference": "@fluentui/web-components!colorBrandForegroundInverted:var",
5719
- "docComment": "",
5694
+ "docComment": "/**\n * CSS custom property value for the {@link @fluentui/tokens#colorBrandForegroundInverted | `colorBrandForegroundInverted`} design token.\n *\n * @public\n */\n",
5720
5695
  "excerptTokens": [
5721
5696
  {
5722
5697
  "kind": "Content",
@@ -5742,7 +5717,7 @@
5742
5717
  {
5743
5718
  "kind": "Variable",
5744
5719
  "canonicalReference": "@fluentui/web-components!colorBrandForegroundInvertedHover:var",
5745
- "docComment": "",
5720
+ "docComment": "/**\n * CSS custom property value for the {@link @fluentui/tokens#colorBrandForegroundInvertedHover | `colorBrandForegroundInvertedHover`} design token.\n *\n * @public\n */\n",
5746
5721
  "excerptTokens": [
5747
5722
  {
5748
5723
  "kind": "Content",
@@ -5768,7 +5743,7 @@
5768
5743
  {
5769
5744
  "kind": "Variable",
5770
5745
  "canonicalReference": "@fluentui/web-components!colorBrandForegroundInvertedPressed:var",
5771
- "docComment": "",
5746
+ "docComment": "/**\n * CSS custom property value for the {@link @fluentui/tokens#colorBrandForegroundInvertedPressed | `colorBrandForegroundInvertedPressed`} design token.\n *\n * @public\n */\n",
5772
5747
  "excerptTokens": [
5773
5748
  {
5774
5749
  "kind": "Content",
@@ -5794,7 +5769,7 @@
5794
5769
  {
5795
5770
  "kind": "Variable",
5796
5771
  "canonicalReference": "@fluentui/web-components!colorBrandForegroundLink:var",
5797
- "docComment": "",
5772
+ "docComment": "/**\n * CSS custom property value for the {@link @fluentui/tokens#colorBrandForegroundLink | `colorBrandForegroundLink`} design token.\n *\n * @public\n */\n",
5798
5773
  "excerptTokens": [
5799
5774
  {
5800
5775
  "kind": "Content",
@@ -5820,7 +5795,7 @@
5820
5795
  {
5821
5796
  "kind": "Variable",
5822
5797
  "canonicalReference": "@fluentui/web-components!colorBrandForegroundLinkHover:var",
5823
- "docComment": "",
5798
+ "docComment": "/**\n * CSS custom property value for the {@link @fluentui/tokens#colorBrandForegroundLinkHover | `colorBrandForegroundLinkHover`} design token.\n *\n * @public\n */\n",
5824
5799
  "excerptTokens": [
5825
5800
  {
5826
5801
  "kind": "Content",
@@ -5846,7 +5821,7 @@
5846
5821
  {
5847
5822
  "kind": "Variable",
5848
5823
  "canonicalReference": "@fluentui/web-components!colorBrandForegroundLinkPressed:var",
5849
- "docComment": "",
5824
+ "docComment": "/**\n * CSS custom property value for the {@link @fluentui/tokens#colorBrandForegroundLinkPressed | `colorBrandForegroundLinkPressed`} design token.\n *\n * @public\n */\n",
5850
5825
  "excerptTokens": [
5851
5826
  {
5852
5827
  "kind": "Content",
@@ -5872,7 +5847,7 @@
5872
5847
  {
5873
5848
  "kind": "Variable",
5874
5849
  "canonicalReference": "@fluentui/web-components!colorBrandForegroundLinkSelected:var",
5875
- "docComment": "",
5850
+ "docComment": "/**\n * CSS custom property value for the {@link @fluentui/tokens#colorBrandForegroundLinkSelected | `colorBrandForegroundLinkSelected`} design token.\n *\n * @public\n */\n",
5876
5851
  "excerptTokens": [
5877
5852
  {
5878
5853
  "kind": "Content",
@@ -5898,7 +5873,7 @@
5898
5873
  {
5899
5874
  "kind": "Variable",
5900
5875
  "canonicalReference": "@fluentui/web-components!colorBrandForegroundOnLight:var",
5901
- "docComment": "",
5876
+ "docComment": "/**\n * CSS custom property value for the {@link @fluentui/tokens#colorBrandForegroundOnLight | `colorBrandForegroundOnLight`} design token.\n *\n * @public\n */\n",
5902
5877
  "excerptTokens": [
5903
5878
  {
5904
5879
  "kind": "Content",
@@ -5924,7 +5899,7 @@
5924
5899
  {
5925
5900
  "kind": "Variable",
5926
5901
  "canonicalReference": "@fluentui/web-components!colorBrandForegroundOnLightHover:var",
5927
- "docComment": "",
5902
+ "docComment": "/**\n * CSS custom property value for the {@link @fluentui/tokens#colorBrandForegroundOnLightHover | `colorBrandForegroundOnLightHover`} design token.\n *\n * @public\n */\n",
5928
5903
  "excerptTokens": [
5929
5904
  {
5930
5905
  "kind": "Content",
@@ -5950,7 +5925,7 @@
5950
5925
  {
5951
5926
  "kind": "Variable",
5952
5927
  "canonicalReference": "@fluentui/web-components!colorBrandForegroundOnLightPressed:var",
5953
- "docComment": "",
5928
+ "docComment": "/**\n * CSS custom property value for the {@link @fluentui/tokens#colorBrandForegroundOnLightPressed | `colorBrandForegroundOnLightPressed`} design token.\n *\n * @public\n */\n",
5954
5929
  "excerptTokens": [
5955
5930
  {
5956
5931
  "kind": "Content",
@@ -5976,7 +5951,7 @@
5976
5951
  {
5977
5952
  "kind": "Variable",
5978
5953
  "canonicalReference": "@fluentui/web-components!colorBrandForegroundOnLightSelected:var",
5979
- "docComment": "",
5954
+ "docComment": "/**\n * CSS custom property value for the {@link @fluentui/tokens#colorBrandForegroundOnLightSelected | `colorBrandForegroundOnLightSelected`} design token.\n *\n * @public\n */\n",
5980
5955
  "excerptTokens": [
5981
5956
  {
5982
5957
  "kind": "Content",
@@ -6002,7 +5977,7 @@
6002
5977
  {
6003
5978
  "kind": "Variable",
6004
5979
  "canonicalReference": "@fluentui/web-components!colorBrandShadowAmbient:var",
6005
- "docComment": "",
5980
+ "docComment": "/**\n * CSS custom property value for the {@link @fluentui/tokens#colorBrandShadowAmbient | `colorBrandShadowAmbient`} design token.\n *\n * @public\n */\n",
6006
5981
  "excerptTokens": [
6007
5982
  {
6008
5983
  "kind": "Content",
@@ -6028,7 +6003,7 @@
6028
6003
  {
6029
6004
  "kind": "Variable",
6030
6005
  "canonicalReference": "@fluentui/web-components!colorBrandShadowKey:var",
6031
- "docComment": "",
6006
+ "docComment": "/**\n * CSS custom property value for the {@link @fluentui/tokens#colorBrandShadowKey | `colorBrandShadowKey`} design token.\n *\n * @public\n */\n",
6032
6007
  "excerptTokens": [
6033
6008
  {
6034
6009
  "kind": "Content",
@@ -6054,7 +6029,7 @@
6054
6029
  {
6055
6030
  "kind": "Variable",
6056
6031
  "canonicalReference": "@fluentui/web-components!colorBrandStroke1:var",
6057
- "docComment": "",
6032
+ "docComment": "/**\n * CSS custom property value for the {@link @fluentui/tokens#colorBrandStroke1 | `colorBrandStroke1`} design token.\n *\n * @public\n */\n",
6058
6033
  "excerptTokens": [
6059
6034
  {
6060
6035
  "kind": "Content",
@@ -6080,7 +6055,7 @@
6080
6055
  {
6081
6056
  "kind": "Variable",
6082
6057
  "canonicalReference": "@fluentui/web-components!colorBrandStroke2:var",
6083
- "docComment": "",
6058
+ "docComment": "/**\n * CSS custom property value for the {@link @fluentui/tokens#colorBrandStroke2 | `colorBrandStroke2`} design token.\n *\n * @public\n */\n",
6084
6059
  "excerptTokens": [
6085
6060
  {
6086
6061
  "kind": "Content",
@@ -6106,7 +6081,7 @@
6106
6081
  {
6107
6082
  "kind": "Variable",
6108
6083
  "canonicalReference": "@fluentui/web-components!colorBrandStroke2Contrast:var",
6109
- "docComment": "",
6084
+ "docComment": "/**\n * CSS custom property value for the {@link @fluentui/tokens#colorBrandStroke2Contrast | `colorBrandStroke2Contrast`} design token.\n *\n * @public\n */\n",
6110
6085
  "excerptTokens": [
6111
6086
  {
6112
6087
  "kind": "Content",
@@ -6132,7 +6107,7 @@
6132
6107
  {
6133
6108
  "kind": "Variable",
6134
6109
  "canonicalReference": "@fluentui/web-components!colorBrandStroke2Hover:var",
6135
- "docComment": "",
6110
+ "docComment": "/**\n * CSS custom property value for the {@link @fluentui/tokens#colorBrandStroke2Hover | `colorBrandStroke2Hover`} design token.\n *\n * @public\n */\n",
6136
6111
  "excerptTokens": [
6137
6112
  {
6138
6113
  "kind": "Content",
@@ -6158,7 +6133,7 @@
6158
6133
  {
6159
6134
  "kind": "Variable",
6160
6135
  "canonicalReference": "@fluentui/web-components!colorBrandStroke2Pressed:var",
6161
- "docComment": "",
6136
+ "docComment": "/**\n * CSS custom property value for the {@link @fluentui/tokens#colorBrandStroke2Pressed | `colorBrandStroke2Pressed`} design token.\n *\n * @public\n */\n",
6162
6137
  "excerptTokens": [
6163
6138
  {
6164
6139
  "kind": "Content",
@@ -6184,7 +6159,7 @@
6184
6159
  {
6185
6160
  "kind": "Variable",
6186
6161
  "canonicalReference": "@fluentui/web-components!colorCompoundBrandBackground:var",
6187
- "docComment": "",
6162
+ "docComment": "/**\n * CSS custom property value for the {@link @fluentui/tokens#colorCompoundBrandBackground | `colorCompoundBrandBackground`} design token.\n *\n * @public\n */\n",
6188
6163
  "excerptTokens": [
6189
6164
  {
6190
6165
  "kind": "Content",
@@ -6210,7 +6185,7 @@
6210
6185
  {
6211
6186
  "kind": "Variable",
6212
6187
  "canonicalReference": "@fluentui/web-components!colorCompoundBrandBackgroundHover:var",
6213
- "docComment": "",
6188
+ "docComment": "/**\n * CSS custom property value for the {@link @fluentui/tokens#colorCompoundBrandBackgroundHover | `colorCompoundBrandBackgroundHover`} design token.\n *\n * @public\n */\n",
6214
6189
  "excerptTokens": [
6215
6190
  {
6216
6191
  "kind": "Content",
@@ -6236,7 +6211,7 @@
6236
6211
  {
6237
6212
  "kind": "Variable",
6238
6213
  "canonicalReference": "@fluentui/web-components!colorCompoundBrandBackgroundPressed:var",
6239
- "docComment": "",
6214
+ "docComment": "/**\n * CSS custom property value for the {@link @fluentui/tokens#colorCompoundBrandBackgroundPressed | `colorCompoundBrandBackgroundPressed`} design token.\n *\n * @public\n */\n",
6240
6215
  "excerptTokens": [
6241
6216
  {
6242
6217
  "kind": "Content",
@@ -6262,7 +6237,7 @@
6262
6237
  {
6263
6238
  "kind": "Variable",
6264
6239
  "canonicalReference": "@fluentui/web-components!colorCompoundBrandForeground1:var",
6265
- "docComment": "",
6240
+ "docComment": "/**\n * CSS custom property value for the {@link @fluentui/tokens#colorCompoundBrandForeground1 | `colorCompoundBrandForeground1`} design token.\n *\n * @public\n */\n",
6266
6241
  "excerptTokens": [
6267
6242
  {
6268
6243
  "kind": "Content",
@@ -6288,7 +6263,7 @@
6288
6263
  {
6289
6264
  "kind": "Variable",
6290
6265
  "canonicalReference": "@fluentui/web-components!colorCompoundBrandForeground1Hover:var",
6291
- "docComment": "",
6266
+ "docComment": "/**\n * CSS custom property value for the {@link @fluentui/tokens#colorCompoundBrandForeground1Hover | `colorCompoundBrandForeground1Hover`} design token.\n *\n * @public\n */\n",
6292
6267
  "excerptTokens": [
6293
6268
  {
6294
6269
  "kind": "Content",
@@ -6314,7 +6289,7 @@
6314
6289
  {
6315
6290
  "kind": "Variable",
6316
6291
  "canonicalReference": "@fluentui/web-components!colorCompoundBrandForeground1Pressed:var",
6317
- "docComment": "",
6292
+ "docComment": "/**\n * CSS custom property value for the {@link @fluentui/tokens#colorCompoundBrandForeground1Pressed | `colorCompoundBrandForeground1Pressed`} design token.\n *\n * @public\n */\n",
6318
6293
  "excerptTokens": [
6319
6294
  {
6320
6295
  "kind": "Content",
@@ -6340,7 +6315,7 @@
6340
6315
  {
6341
6316
  "kind": "Variable",
6342
6317
  "canonicalReference": "@fluentui/web-components!colorCompoundBrandStroke:var",
6343
- "docComment": "",
6318
+ "docComment": "/**\n * CSS custom property value for the {@link @fluentui/tokens#colorCompoundBrandStroke | `colorCompoundBrandStroke`} design token.\n *\n * @public\n */\n",
6344
6319
  "excerptTokens": [
6345
6320
  {
6346
6321
  "kind": "Content",
@@ -6366,7 +6341,7 @@
6366
6341
  {
6367
6342
  "kind": "Variable",
6368
6343
  "canonicalReference": "@fluentui/web-components!colorCompoundBrandStrokeHover:var",
6369
- "docComment": "",
6344
+ "docComment": "/**\n * CSS custom property value for the {@link @fluentui/tokens#colorCompoundBrandStrokeHover | `colorCompoundBrandStrokeHover`} design token.\n *\n * @public\n */\n",
6370
6345
  "excerptTokens": [
6371
6346
  {
6372
6347
  "kind": "Content",
@@ -6392,7 +6367,7 @@
6392
6367
  {
6393
6368
  "kind": "Variable",
6394
6369
  "canonicalReference": "@fluentui/web-components!colorCompoundBrandStrokePressed:var",
6395
- "docComment": "",
6370
+ "docComment": "/**\n * CSS custom property value for the {@link @fluentui/tokens#colorCompoundBrandStrokePressed | `colorCompoundBrandStrokePressed`} design token.\n *\n * @public\n */\n",
6396
6371
  "excerptTokens": [
6397
6372
  {
6398
6373
  "kind": "Content",
@@ -6418,7 +6393,7 @@
6418
6393
  {
6419
6394
  "kind": "Variable",
6420
6395
  "canonicalReference": "@fluentui/web-components!colorNeutralBackground1:var",
6421
- "docComment": "",
6396
+ "docComment": "/**\n * CSS custom property value for the {@link @fluentui/tokens#colorNeutralBackground1 | `colorNeutralBackground1`} design token.\n *\n * @public\n */\n",
6422
6397
  "excerptTokens": [
6423
6398
  {
6424
6399
  "kind": "Content",
@@ -6444,7 +6419,7 @@
6444
6419
  {
6445
6420
  "kind": "Variable",
6446
6421
  "canonicalReference": "@fluentui/web-components!colorNeutralBackground1Hover:var",
6447
- "docComment": "",
6422
+ "docComment": "/**\n * CSS custom property value for the {@link @fluentui/tokens#colorNeutralBackground1Hover | `colorNeutralBackground1Hover`} design token.\n *\n * @public\n */\n",
6448
6423
  "excerptTokens": [
6449
6424
  {
6450
6425
  "kind": "Content",
@@ -6470,7 +6445,7 @@
6470
6445
  {
6471
6446
  "kind": "Variable",
6472
6447
  "canonicalReference": "@fluentui/web-components!colorNeutralBackground1Pressed:var",
6473
- "docComment": "",
6448
+ "docComment": "/**\n * CSS custom property value for the {@link @fluentui/tokens#colorNeutralBackground1Pressed | `colorNeutralBackground1Pressed`} design token.\n *\n * @public\n */\n",
6474
6449
  "excerptTokens": [
6475
6450
  {
6476
6451
  "kind": "Content",
@@ -6496,7 +6471,7 @@
6496
6471
  {
6497
6472
  "kind": "Variable",
6498
6473
  "canonicalReference": "@fluentui/web-components!colorNeutralBackground1Selected:var",
6499
- "docComment": "",
6474
+ "docComment": "/**\n * CSS custom property value for the {@link @fluentui/tokens#colorNeutralBackground1Selected | `colorNeutralBackground1Selected`} design token.\n *\n * @public\n */\n",
6500
6475
  "excerptTokens": [
6501
6476
  {
6502
6477
  "kind": "Content",
@@ -6522,7 +6497,7 @@
6522
6497
  {
6523
6498
  "kind": "Variable",
6524
6499
  "canonicalReference": "@fluentui/web-components!colorNeutralBackground2:var",
6525
- "docComment": "",
6500
+ "docComment": "/**\n * CSS custom property value for the {@link @fluentui/tokens#colorNeutralBackground2 | `colorNeutralBackground2`} design token.\n *\n * @public\n */\n",
6526
6501
  "excerptTokens": [
6527
6502
  {
6528
6503
  "kind": "Content",
@@ -6548,7 +6523,7 @@
6548
6523
  {
6549
6524
  "kind": "Variable",
6550
6525
  "canonicalReference": "@fluentui/web-components!colorNeutralBackground2Hover:var",
6551
- "docComment": "",
6526
+ "docComment": "/**\n * CSS custom property value for the {@link @fluentui/tokens#colorNeutralBackground2Hover | `colorNeutralBackground2Hover`} design token.\n *\n * @public\n */\n",
6552
6527
  "excerptTokens": [
6553
6528
  {
6554
6529
  "kind": "Content",
@@ -6574,7 +6549,7 @@
6574
6549
  {
6575
6550
  "kind": "Variable",
6576
6551
  "canonicalReference": "@fluentui/web-components!colorNeutralBackground2Pressed:var",
6577
- "docComment": "",
6552
+ "docComment": "/**\n * CSS custom property value for the {@link @fluentui/tokens#colorNeutralBackground2Pressed | `colorNeutralBackground2Pressed`} design token.\n *\n * @public\n */\n",
6578
6553
  "excerptTokens": [
6579
6554
  {
6580
6555
  "kind": "Content",
@@ -6600,7 +6575,7 @@
6600
6575
  {
6601
6576
  "kind": "Variable",
6602
6577
  "canonicalReference": "@fluentui/web-components!colorNeutralBackground2Selected:var",
6603
- "docComment": "",
6578
+ "docComment": "/**\n * CSS custom property value for the {@link @fluentui/tokens#colorNeutralBackground2Selected | `colorNeutralBackground2Selected`} design token.\n *\n * @public\n */\n",
6604
6579
  "excerptTokens": [
6605
6580
  {
6606
6581
  "kind": "Content",
@@ -6626,7 +6601,7 @@
6626
6601
  {
6627
6602
  "kind": "Variable",
6628
6603
  "canonicalReference": "@fluentui/web-components!colorNeutralBackground3:var",
6629
- "docComment": "",
6604
+ "docComment": "/**\n * CSS custom property value for the {@link @fluentui/tokens#colorNeutralBackground3 | `colorNeutralBackground3`} design token.\n *\n * @public\n */\n",
6630
6605
  "excerptTokens": [
6631
6606
  {
6632
6607
  "kind": "Content",
@@ -6652,7 +6627,7 @@
6652
6627
  {
6653
6628
  "kind": "Variable",
6654
6629
  "canonicalReference": "@fluentui/web-components!colorNeutralBackground3Hover:var",
6655
- "docComment": "",
6630
+ "docComment": "/**\n * CSS custom property value for the {@link @fluentui/tokens#colorNeutralBackground3Hover | `colorNeutralBackground3Hover`} design token.\n *\n * @public\n */\n",
6656
6631
  "excerptTokens": [
6657
6632
  {
6658
6633
  "kind": "Content",
@@ -6678,7 +6653,7 @@
6678
6653
  {
6679
6654
  "kind": "Variable",
6680
6655
  "canonicalReference": "@fluentui/web-components!colorNeutralBackground3Pressed:var",
6681
- "docComment": "",
6656
+ "docComment": "/**\n * CSS custom property value for the {@link @fluentui/tokens#colorNeutralBackground3Pressed | `colorNeutralBackground3Pressed`} design token.\n *\n * @public\n */\n",
6682
6657
  "excerptTokens": [
6683
6658
  {
6684
6659
  "kind": "Content",
@@ -6704,7 +6679,7 @@
6704
6679
  {
6705
6680
  "kind": "Variable",
6706
6681
  "canonicalReference": "@fluentui/web-components!colorNeutralBackground3Selected:var",
6707
- "docComment": "",
6682
+ "docComment": "/**\n * CSS custom property value for the {@link @fluentui/tokens#colorNeutralBackground3Selected | `colorNeutralBackground3Selected`} design token.\n *\n * @public\n */\n",
6708
6683
  "excerptTokens": [
6709
6684
  {
6710
6685
  "kind": "Content",
@@ -6730,7 +6705,7 @@
6730
6705
  {
6731
6706
  "kind": "Variable",
6732
6707
  "canonicalReference": "@fluentui/web-components!colorNeutralBackground4:var",
6733
- "docComment": "",
6708
+ "docComment": "/**\n * CSS custom property value for the {@link @fluentui/tokens#colorNeutralBackground4 | `colorNeutralBackground4`} design token.\n *\n * @public\n */\n",
6734
6709
  "excerptTokens": [
6735
6710
  {
6736
6711
  "kind": "Content",
@@ -6756,7 +6731,7 @@
6756
6731
  {
6757
6732
  "kind": "Variable",
6758
6733
  "canonicalReference": "@fluentui/web-components!colorNeutralBackground4Hover:var",
6759
- "docComment": "",
6734
+ "docComment": "/**\n * CSS custom property value for the {@link @fluentui/tokens#colorNeutralBackground4Hover | `colorNeutralBackground4Hover`} design token.\n *\n * @public\n */\n",
6760
6735
  "excerptTokens": [
6761
6736
  {
6762
6737
  "kind": "Content",
@@ -6782,7 +6757,7 @@
6782
6757
  {
6783
6758
  "kind": "Variable",
6784
6759
  "canonicalReference": "@fluentui/web-components!colorNeutralBackground4Pressed:var",
6785
- "docComment": "",
6760
+ "docComment": "/**\n * CSS custom property value for the {@link @fluentui/tokens#colorNeutralBackground4Pressed | `colorNeutralBackground4Pressed`} design token.\n *\n * @public\n */\n",
6786
6761
  "excerptTokens": [
6787
6762
  {
6788
6763
  "kind": "Content",
@@ -6808,7 +6783,7 @@
6808
6783
  {
6809
6784
  "kind": "Variable",
6810
6785
  "canonicalReference": "@fluentui/web-components!colorNeutralBackground4Selected:var",
6811
- "docComment": "",
6786
+ "docComment": "/**\n * CSS custom property value for the {@link @fluentui/tokens#colorNeutralBackground4Selected | `colorNeutralBackground4Selected`} design token.\n *\n * @public\n */\n",
6812
6787
  "excerptTokens": [
6813
6788
  {
6814
6789
  "kind": "Content",
@@ -6834,7 +6809,7 @@
6834
6809
  {
6835
6810
  "kind": "Variable",
6836
6811
  "canonicalReference": "@fluentui/web-components!colorNeutralBackground5:var",
6837
- "docComment": "",
6812
+ "docComment": "/**\n * CSS custom property value for the {@link @fluentui/tokens#colorNeutralBackground5 | `colorNeutralBackground5`} design token.\n *\n * @public\n */\n",
6838
6813
  "excerptTokens": [
6839
6814
  {
6840
6815
  "kind": "Content",
@@ -6860,7 +6835,7 @@
6860
6835
  {
6861
6836
  "kind": "Variable",
6862
6837
  "canonicalReference": "@fluentui/web-components!colorNeutralBackground5Hover:var",
6863
- "docComment": "",
6838
+ "docComment": "/**\n * CSS custom property value for the {@link @fluentui/tokens#colorNeutralBackground5Hover | `colorNeutralBackground5Hover`} design token.\n *\n * @public\n */\n",
6864
6839
  "excerptTokens": [
6865
6840
  {
6866
6841
  "kind": "Content",
@@ -6886,7 +6861,7 @@
6886
6861
  {
6887
6862
  "kind": "Variable",
6888
6863
  "canonicalReference": "@fluentui/web-components!colorNeutralBackground5Pressed:var",
6889
- "docComment": "",
6864
+ "docComment": "/**\n * CSS custom property value for the {@link @fluentui/tokens#colorNeutralBackground5Pressed | `colorNeutralBackground5Pressed`} design token.\n *\n * @public\n */\n",
6890
6865
  "excerptTokens": [
6891
6866
  {
6892
6867
  "kind": "Content",
@@ -6912,7 +6887,7 @@
6912
6887
  {
6913
6888
  "kind": "Variable",
6914
6889
  "canonicalReference": "@fluentui/web-components!colorNeutralBackground5Selected:var",
6915
- "docComment": "",
6890
+ "docComment": "/**\n * CSS custom property value for the {@link @fluentui/tokens#colorNeutralBackground5Selected | `colorNeutralBackground5Selected`} design token.\n *\n * @public\n */\n",
6916
6891
  "excerptTokens": [
6917
6892
  {
6918
6893
  "kind": "Content",
@@ -6938,7 +6913,7 @@
6938
6913
  {
6939
6914
  "kind": "Variable",
6940
6915
  "canonicalReference": "@fluentui/web-components!colorNeutralBackground6:var",
6941
- "docComment": "",
6916
+ "docComment": "/**\n * CSS custom property value for the {@link @fluentui/tokens#colorNeutralBackground6 | `colorNeutralBackground6`} design token.\n *\n * @public\n */\n",
6942
6917
  "excerptTokens": [
6943
6918
  {
6944
6919
  "kind": "Content",
@@ -6964,7 +6939,7 @@
6964
6939
  {
6965
6940
  "kind": "Variable",
6966
6941
  "canonicalReference": "@fluentui/web-components!colorNeutralBackgroundAlpha:var",
6967
- "docComment": "",
6942
+ "docComment": "/**\n * CSS custom property value for the {@link @fluentui/tokens#colorNeutralBackgroundAlpha | `colorNeutralBackgroundAlpha`} design token.\n *\n * @public\n */\n",
6968
6943
  "excerptTokens": [
6969
6944
  {
6970
6945
  "kind": "Content",
@@ -6990,7 +6965,7 @@
6990
6965
  {
6991
6966
  "kind": "Variable",
6992
6967
  "canonicalReference": "@fluentui/web-components!colorNeutralBackgroundAlpha2:var",
6993
- "docComment": "",
6968
+ "docComment": "/**\n * CSS custom property value for the {@link @fluentui/tokens#colorNeutralBackgroundAlpha2 | `colorNeutralBackgroundAlpha2`} design token.\n *\n * @public\n */\n",
6994
6969
  "excerptTokens": [
6995
6970
  {
6996
6971
  "kind": "Content",
@@ -7016,7 +6991,7 @@
7016
6991
  {
7017
6992
  "kind": "Variable",
7018
6993
  "canonicalReference": "@fluentui/web-components!colorNeutralBackgroundDisabled:var",
7019
- "docComment": "",
6994
+ "docComment": "/**\n * CSS custom property value for the {@link @fluentui/tokens#colorNeutralBackgroundDisabled | `colorNeutralBackgroundDisabled`} design token.\n *\n * @public\n */\n",
7020
6995
  "excerptTokens": [
7021
6996
  {
7022
6997
  "kind": "Content",
@@ -7042,7 +7017,7 @@
7042
7017
  {
7043
7018
  "kind": "Variable",
7044
7019
  "canonicalReference": "@fluentui/web-components!colorNeutralBackgroundInverted:var",
7045
- "docComment": "",
7020
+ "docComment": "/**\n * CSS custom property value for the {@link @fluentui/tokens#colorNeutralBackgroundInverted | `colorNeutralBackgroundInverted`} design token.\n *\n * @public\n */\n",
7046
7021
  "excerptTokens": [
7047
7022
  {
7048
7023
  "kind": "Content",
@@ -7068,7 +7043,7 @@
7068
7043
  {
7069
7044
  "kind": "Variable",
7070
7045
  "canonicalReference": "@fluentui/web-components!colorNeutralBackgroundInvertedDisabled:var",
7071
- "docComment": "",
7046
+ "docComment": "/**\n * CSS custom property value for the {@link @fluentui/tokens#colorNeutralBackgroundInvertedDisabled | `colorNeutralBackgroundInvertedDisabled`} design token.\n *\n * @public\n */\n",
7072
7047
  "excerptTokens": [
7073
7048
  {
7074
7049
  "kind": "Content",
@@ -7094,7 +7069,7 @@
7094
7069
  {
7095
7070
  "kind": "Variable",
7096
7071
  "canonicalReference": "@fluentui/web-components!colorNeutralBackgroundStatic:var",
7097
- "docComment": "",
7072
+ "docComment": "/**\n * CSS custom property value for the {@link @fluentui/tokens#colorNeutralBackgroundStatic | `colorNeutralBackgroundStatic`} design token.\n *\n * @public\n */\n",
7098
7073
  "excerptTokens": [
7099
7074
  {
7100
7075
  "kind": "Content",
@@ -7120,7 +7095,7 @@
7120
7095
  {
7121
7096
  "kind": "Variable",
7122
7097
  "canonicalReference": "@fluentui/web-components!colorNeutralCardBackground:var",
7123
- "docComment": "",
7098
+ "docComment": "/**\n * CSS custom property value for the {@link @fluentui/tokens#colorNeutralCardBackground | `colorNeutralCardBackground`} design token.\n *\n * @public\n */\n",
7124
7099
  "excerptTokens": [
7125
7100
  {
7126
7101
  "kind": "Content",
@@ -7146,7 +7121,7 @@
7146
7121
  {
7147
7122
  "kind": "Variable",
7148
7123
  "canonicalReference": "@fluentui/web-components!colorNeutralCardBackgroundDisabled:var",
7149
- "docComment": "",
7124
+ "docComment": "/**\n * CSS custom property value for the {@link @fluentui/tokens#colorNeutralCardBackgroundDisabled | `colorNeutralCardBackgroundDisabled`} design token.\n *\n * @public\n */\n",
7150
7125
  "excerptTokens": [
7151
7126
  {
7152
7127
  "kind": "Content",
@@ -7172,7 +7147,7 @@
7172
7147
  {
7173
7148
  "kind": "Variable",
7174
7149
  "canonicalReference": "@fluentui/web-components!colorNeutralCardBackgroundHover:var",
7175
- "docComment": "",
7150
+ "docComment": "/**\n * CSS custom property value for the {@link @fluentui/tokens#colorNeutralCardBackgroundHover | `colorNeutralCardBackgroundHover`} design token.\n *\n * @public\n */\n",
7176
7151
  "excerptTokens": [
7177
7152
  {
7178
7153
  "kind": "Content",
@@ -7198,7 +7173,7 @@
7198
7173
  {
7199
7174
  "kind": "Variable",
7200
7175
  "canonicalReference": "@fluentui/web-components!colorNeutralCardBackgroundPressed:var",
7201
- "docComment": "",
7176
+ "docComment": "/**\n * CSS custom property value for the {@link @fluentui/tokens#colorNeutralCardBackgroundPressed | `colorNeutralCardBackgroundPressed`} design token.\n *\n * @public\n */\n",
7202
7177
  "excerptTokens": [
7203
7178
  {
7204
7179
  "kind": "Content",
@@ -7224,7 +7199,7 @@
7224
7199
  {
7225
7200
  "kind": "Variable",
7226
7201
  "canonicalReference": "@fluentui/web-components!colorNeutralCardBackgroundSelected:var",
7227
- "docComment": "",
7202
+ "docComment": "/**\n * CSS custom property value for the {@link @fluentui/tokens#colorNeutralCardBackgroundSelected | `colorNeutralCardBackgroundSelected`} design token.\n *\n * @public\n */\n",
7228
7203
  "excerptTokens": [
7229
7204
  {
7230
7205
  "kind": "Content",
@@ -7250,7 +7225,7 @@
7250
7225
  {
7251
7226
  "kind": "Variable",
7252
7227
  "canonicalReference": "@fluentui/web-components!colorNeutralForeground1:var",
7253
- "docComment": "",
7228
+ "docComment": "/**\n * CSS custom property value for the {@link @fluentui/tokens#colorNeutralForeground1 | `colorNeutralForeground1`} design token.\n *\n * @public\n */\n",
7254
7229
  "excerptTokens": [
7255
7230
  {
7256
7231
  "kind": "Content",
@@ -7276,7 +7251,7 @@
7276
7251
  {
7277
7252
  "kind": "Variable",
7278
7253
  "canonicalReference": "@fluentui/web-components!colorNeutralForeground1Hover:var",
7279
- "docComment": "",
7254
+ "docComment": "/**\n * CSS custom property value for the {@link @fluentui/tokens#colorNeutralForeground1Hover | `colorNeutralForeground1Hover`} design token.\n *\n * @public\n */\n",
7280
7255
  "excerptTokens": [
7281
7256
  {
7282
7257
  "kind": "Content",
@@ -7302,7 +7277,7 @@
7302
7277
  {
7303
7278
  "kind": "Variable",
7304
7279
  "canonicalReference": "@fluentui/web-components!colorNeutralForeground1Pressed:var",
7305
- "docComment": "",
7280
+ "docComment": "/**\n * CSS custom property value for the {@link @fluentui/tokens#colorNeutralForeground1Pressed | `colorNeutralForeground1Pressed`} design token.\n *\n * @public\n */\n",
7306
7281
  "excerptTokens": [
7307
7282
  {
7308
7283
  "kind": "Content",
@@ -7328,7 +7303,7 @@
7328
7303
  {
7329
7304
  "kind": "Variable",
7330
7305
  "canonicalReference": "@fluentui/web-components!colorNeutralForeground1Selected:var",
7331
- "docComment": "",
7306
+ "docComment": "/**\n * CSS custom property value for the {@link @fluentui/tokens#colorNeutralForeground1Selected | `colorNeutralForeground1Selected`} design token.\n *\n * @public\n */\n",
7332
7307
  "excerptTokens": [
7333
7308
  {
7334
7309
  "kind": "Content",
@@ -7354,7 +7329,7 @@
7354
7329
  {
7355
7330
  "kind": "Variable",
7356
7331
  "canonicalReference": "@fluentui/web-components!colorNeutralForeground1Static:var",
7357
- "docComment": "",
7332
+ "docComment": "/**\n * CSS custom property value for the {@link @fluentui/tokens#colorNeutralForeground1Static | `colorNeutralForeground1Static`} design token.\n *\n * @public\n */\n",
7358
7333
  "excerptTokens": [
7359
7334
  {
7360
7335
  "kind": "Content",
@@ -7380,7 +7355,7 @@
7380
7355
  {
7381
7356
  "kind": "Variable",
7382
7357
  "canonicalReference": "@fluentui/web-components!colorNeutralForeground2:var",
7383
- "docComment": "",
7358
+ "docComment": "/**\n * CSS custom property value for the {@link @fluentui/tokens#colorNeutralForeground2 | `colorNeutralForeground2`} design token.\n *\n * @public\n */\n",
7384
7359
  "excerptTokens": [
7385
7360
  {
7386
7361
  "kind": "Content",
@@ -7406,7 +7381,7 @@
7406
7381
  {
7407
7382
  "kind": "Variable",
7408
7383
  "canonicalReference": "@fluentui/web-components!colorNeutralForeground2BrandHover:var",
7409
- "docComment": "",
7384
+ "docComment": "/**\n * CSS custom property value for the {@link @fluentui/tokens#colorNeutralForeground2BrandHover | `colorNeutralForeground2BrandHover`} design token.\n *\n * @public\n */\n",
7410
7385
  "excerptTokens": [
7411
7386
  {
7412
7387
  "kind": "Content",
@@ -7432,7 +7407,7 @@
7432
7407
  {
7433
7408
  "kind": "Variable",
7434
7409
  "canonicalReference": "@fluentui/web-components!colorNeutralForeground2BrandPressed:var",
7435
- "docComment": "",
7410
+ "docComment": "/**\n * CSS custom property value for the {@link @fluentui/tokens#colorNeutralForeground2BrandPressed | `colorNeutralForeground2BrandPressed`} design token.\n *\n * @public\n */\n",
7436
7411
  "excerptTokens": [
7437
7412
  {
7438
7413
  "kind": "Content",
@@ -7458,7 +7433,7 @@
7458
7433
  {
7459
7434
  "kind": "Variable",
7460
7435
  "canonicalReference": "@fluentui/web-components!colorNeutralForeground2BrandSelected:var",
7461
- "docComment": "",
7436
+ "docComment": "/**\n * CSS custom property value for the {@link @fluentui/tokens#colorNeutralForeground2BrandSelected | `colorNeutralForeground2BrandSelected`} design token.\n *\n * @public\n */\n",
7462
7437
  "excerptTokens": [
7463
7438
  {
7464
7439
  "kind": "Content",
@@ -7484,7 +7459,7 @@
7484
7459
  {
7485
7460
  "kind": "Variable",
7486
7461
  "canonicalReference": "@fluentui/web-components!colorNeutralForeground2Hover:var",
7487
- "docComment": "",
7462
+ "docComment": "/**\n * CSS custom property value for the {@link @fluentui/tokens#colorNeutralForeground2Hover | `colorNeutralForeground2Hover`} design token.\n *\n * @public\n */\n",
7488
7463
  "excerptTokens": [
7489
7464
  {
7490
7465
  "kind": "Content",
@@ -7510,7 +7485,7 @@
7510
7485
  {
7511
7486
  "kind": "Variable",
7512
7487
  "canonicalReference": "@fluentui/web-components!colorNeutralForeground2Link:var",
7513
- "docComment": "",
7488
+ "docComment": "/**\n * CSS custom property value for the {@link @fluentui/tokens#colorNeutralForeground2Link | `colorNeutralForeground2Link`} design token.\n *\n * @public\n */\n",
7514
7489
  "excerptTokens": [
7515
7490
  {
7516
7491
  "kind": "Content",
@@ -7536,7 +7511,7 @@
7536
7511
  {
7537
7512
  "kind": "Variable",
7538
7513
  "canonicalReference": "@fluentui/web-components!colorNeutralForeground2LinkHover:var",
7539
- "docComment": "",
7514
+ "docComment": "/**\n * CSS custom property value for the {@link @fluentui/tokens#colorNeutralForeground2LinkHover | `colorNeutralForeground2LinkHover`} design token.\n *\n * @public\n */\n",
7540
7515
  "excerptTokens": [
7541
7516
  {
7542
7517
  "kind": "Content",
@@ -7562,7 +7537,7 @@
7562
7537
  {
7563
7538
  "kind": "Variable",
7564
7539
  "canonicalReference": "@fluentui/web-components!colorNeutralForeground2LinkPressed:var",
7565
- "docComment": "",
7540
+ "docComment": "/**\n * CSS custom property value for the {@link @fluentui/tokens#colorNeutralForeground2LinkPressed | `colorNeutralForeground2LinkPressed`} design token.\n *\n * @public\n */\n",
7566
7541
  "excerptTokens": [
7567
7542
  {
7568
7543
  "kind": "Content",
@@ -7588,7 +7563,7 @@
7588
7563
  {
7589
7564
  "kind": "Variable",
7590
7565
  "canonicalReference": "@fluentui/web-components!colorNeutralForeground2LinkSelected:var",
7591
- "docComment": "",
7566
+ "docComment": "/**\n * CSS custom property value for the {@link @fluentui/tokens#colorNeutralForeground2LinkSelected | `colorNeutralForeground2LinkSelected`} design token.\n *\n * @public\n */\n",
7592
7567
  "excerptTokens": [
7593
7568
  {
7594
7569
  "kind": "Content",
@@ -7614,7 +7589,7 @@
7614
7589
  {
7615
7590
  "kind": "Variable",
7616
7591
  "canonicalReference": "@fluentui/web-components!colorNeutralForeground2Pressed:var",
7617
- "docComment": "",
7592
+ "docComment": "/**\n * CSS custom property value for the {@link @fluentui/tokens#colorNeutralForeground2Pressed | `colorNeutralForeground2Pressed`} design token.\n *\n * @public\n */\n",
7618
7593
  "excerptTokens": [
7619
7594
  {
7620
7595
  "kind": "Content",
@@ -7640,7 +7615,7 @@
7640
7615
  {
7641
7616
  "kind": "Variable",
7642
7617
  "canonicalReference": "@fluentui/web-components!colorNeutralForeground2Selected:var",
7643
- "docComment": "",
7618
+ "docComment": "/**\n * CSS custom property value for the {@link @fluentui/tokens#colorNeutralForeground2Selected | `colorNeutralForeground2Selected`} design token.\n *\n * @public\n */\n",
7644
7619
  "excerptTokens": [
7645
7620
  {
7646
7621
  "kind": "Content",
@@ -7666,7 +7641,7 @@
7666
7641
  {
7667
7642
  "kind": "Variable",
7668
7643
  "canonicalReference": "@fluentui/web-components!colorNeutralForeground3:var",
7669
- "docComment": "",
7644
+ "docComment": "/**\n * CSS custom property value for the {@link @fluentui/tokens#colorNeutralForeground3 | `colorNeutralForeground3`} design token.\n *\n * @public\n */\n",
7670
7645
  "excerptTokens": [
7671
7646
  {
7672
7647
  "kind": "Content",
@@ -7692,7 +7667,7 @@
7692
7667
  {
7693
7668
  "kind": "Variable",
7694
7669
  "canonicalReference": "@fluentui/web-components!colorNeutralForeground3BrandHover:var",
7695
- "docComment": "",
7670
+ "docComment": "/**\n * CSS custom property value for the {@link @fluentui/tokens#colorNeutralForeground3BrandHover | `colorNeutralForeground3BrandHover`} design token.\n *\n * @public\n */\n",
7696
7671
  "excerptTokens": [
7697
7672
  {
7698
7673
  "kind": "Content",
@@ -7718,7 +7693,7 @@
7718
7693
  {
7719
7694
  "kind": "Variable",
7720
7695
  "canonicalReference": "@fluentui/web-components!colorNeutralForeground3BrandPressed:var",
7721
- "docComment": "",
7696
+ "docComment": "/**\n * CSS custom property value for the {@link @fluentui/tokens#colorNeutralForeground3BrandPressed | `colorNeutralForeground3BrandPressed`} design token.\n *\n * @public\n */\n",
7722
7697
  "excerptTokens": [
7723
7698
  {
7724
7699
  "kind": "Content",
@@ -7744,7 +7719,7 @@
7744
7719
  {
7745
7720
  "kind": "Variable",
7746
7721
  "canonicalReference": "@fluentui/web-components!colorNeutralForeground3BrandSelected:var",
7747
- "docComment": "",
7722
+ "docComment": "/**\n * CSS custom property value for the {@link @fluentui/tokens#colorNeutralForeground3BrandSelected | `colorNeutralForeground3BrandSelected`} design token.\n *\n * @public\n */\n",
7748
7723
  "excerptTokens": [
7749
7724
  {
7750
7725
  "kind": "Content",
@@ -7770,7 +7745,7 @@
7770
7745
  {
7771
7746
  "kind": "Variable",
7772
7747
  "canonicalReference": "@fluentui/web-components!colorNeutralForeground3Hover:var",
7773
- "docComment": "",
7748
+ "docComment": "/**\n * CSS custom property value for the {@link @fluentui/tokens#colorNeutralForeground3Hover | `colorNeutralForeground3Hover`} design token.\n *\n * @public\n */\n",
7774
7749
  "excerptTokens": [
7775
7750
  {
7776
7751
  "kind": "Content",
@@ -7796,7 +7771,7 @@
7796
7771
  {
7797
7772
  "kind": "Variable",
7798
7773
  "canonicalReference": "@fluentui/web-components!colorNeutralForeground3Pressed:var",
7799
- "docComment": "",
7774
+ "docComment": "/**\n * CSS custom property value for the {@link @fluentui/tokens#colorNeutralForeground3Pressed | `colorNeutralForeground3Pressed`} design token.\n *\n * @public\n */\n",
7800
7775
  "excerptTokens": [
7801
7776
  {
7802
7777
  "kind": "Content",
@@ -7822,7 +7797,7 @@
7822
7797
  {
7823
7798
  "kind": "Variable",
7824
7799
  "canonicalReference": "@fluentui/web-components!colorNeutralForeground3Selected:var",
7825
- "docComment": "",
7800
+ "docComment": "/**\n * CSS custom property value for the {@link @fluentui/tokens#colorNeutralForeground3Selected | `colorNeutralForeground3Selected`} design token.\n *\n * @public\n */\n",
7826
7801
  "excerptTokens": [
7827
7802
  {
7828
7803
  "kind": "Content",
@@ -7848,7 +7823,7 @@
7848
7823
  {
7849
7824
  "kind": "Variable",
7850
7825
  "canonicalReference": "@fluentui/web-components!colorNeutralForeground4:var",
7851
- "docComment": "",
7826
+ "docComment": "/**\n * CSS custom property value for the {@link @fluentui/tokens#colorNeutralForeground4 | `colorNeutralForeground4`} design token.\n *\n * @public\n */\n",
7852
7827
  "excerptTokens": [
7853
7828
  {
7854
7829
  "kind": "Content",
@@ -7874,7 +7849,7 @@
7874
7849
  {
7875
7850
  "kind": "Variable",
7876
7851
  "canonicalReference": "@fluentui/web-components!colorNeutralForegroundDisabled:var",
7877
- "docComment": "",
7852
+ "docComment": "/**\n * CSS custom property value for the {@link @fluentui/tokens#colorNeutralForegroundDisabled | `colorNeutralForegroundDisabled`} design token.\n *\n * @public\n */\n",
7878
7853
  "excerptTokens": [
7879
7854
  {
7880
7855
  "kind": "Content",
@@ -7900,7 +7875,7 @@
7900
7875
  {
7901
7876
  "kind": "Variable",
7902
7877
  "canonicalReference": "@fluentui/web-components!colorNeutralForegroundInverted:var",
7903
- "docComment": "",
7878
+ "docComment": "/**\n * CSS custom property value for the {@link @fluentui/tokens#colorNeutralForegroundInverted | `colorNeutralForegroundInverted`} design token.\n *\n * @public\n */\n",
7904
7879
  "excerptTokens": [
7905
7880
  {
7906
7881
  "kind": "Content",
@@ -7926,7 +7901,7 @@
7926
7901
  {
7927
7902
  "kind": "Variable",
7928
7903
  "canonicalReference": "@fluentui/web-components!colorNeutralForegroundInverted2:var",
7929
- "docComment": "",
7904
+ "docComment": "/**\n * CSS custom property value for the {@link @fluentui/tokens#colorNeutralForegroundInverted2 | `colorNeutralForegroundInverted2`} design token.\n *\n * @public\n */\n",
7930
7905
  "excerptTokens": [
7931
7906
  {
7932
7907
  "kind": "Content",
@@ -7952,7 +7927,7 @@
7952
7927
  {
7953
7928
  "kind": "Variable",
7954
7929
  "canonicalReference": "@fluentui/web-components!colorNeutralForegroundInvertedDisabled:var",
7955
- "docComment": "",
7930
+ "docComment": "/**\n * CSS custom property value for the {@link @fluentui/tokens#colorNeutralForegroundInvertedDisabled | `colorNeutralForegroundInvertedDisabled`} design token.\n *\n * @public\n */\n",
7956
7931
  "excerptTokens": [
7957
7932
  {
7958
7933
  "kind": "Content",
@@ -7978,7 +7953,7 @@
7978
7953
  {
7979
7954
  "kind": "Variable",
7980
7955
  "canonicalReference": "@fluentui/web-components!colorNeutralForegroundInvertedHover:var",
7981
- "docComment": "",
7956
+ "docComment": "/**\n * CSS custom property value for the {@link @fluentui/tokens#colorNeutralForegroundInvertedHover | `colorNeutralForegroundInvertedHover`} design token.\n *\n * @public\n */\n",
7982
7957
  "excerptTokens": [
7983
7958
  {
7984
7959
  "kind": "Content",
@@ -8004,7 +7979,7 @@
8004
7979
  {
8005
7980
  "kind": "Variable",
8006
7981
  "canonicalReference": "@fluentui/web-components!colorNeutralForegroundInvertedLink:var",
8007
- "docComment": "",
7982
+ "docComment": "/**\n * CSS custom property value for the {@link @fluentui/tokens#colorNeutralForegroundInvertedLink | `colorNeutralForegroundInvertedLink`} design token.\n *\n * @public\n */\n",
8008
7983
  "excerptTokens": [
8009
7984
  {
8010
7985
  "kind": "Content",
@@ -8030,7 +8005,7 @@
8030
8005
  {
8031
8006
  "kind": "Variable",
8032
8007
  "canonicalReference": "@fluentui/web-components!colorNeutralForegroundInvertedLinkHover:var",
8033
- "docComment": "",
8008
+ "docComment": "/**\n * CSS custom property value for the {@link @fluentui/tokens#colorNeutralForegroundInvertedLinkHover | `colorNeutralForegroundInvertedLinkHover`} design token.\n *\n * @public\n */\n",
8034
8009
  "excerptTokens": [
8035
8010
  {
8036
8011
  "kind": "Content",
@@ -8056,7 +8031,7 @@
8056
8031
  {
8057
8032
  "kind": "Variable",
8058
8033
  "canonicalReference": "@fluentui/web-components!colorNeutralForegroundInvertedLinkPressed:var",
8059
- "docComment": "",
8034
+ "docComment": "/**\n * CSS custom property value for the {@link @fluentui/tokens#colorNeutralForegroundInvertedLinkPressed | `colorNeutralForegroundInvertedLinkPressed`} design token.\n *\n * @public\n */\n",
8060
8035
  "excerptTokens": [
8061
8036
  {
8062
8037
  "kind": "Content",
@@ -8082,7 +8057,7 @@
8082
8057
  {
8083
8058
  "kind": "Variable",
8084
8059
  "canonicalReference": "@fluentui/web-components!colorNeutralForegroundInvertedLinkSelected:var",
8085
- "docComment": "",
8060
+ "docComment": "/**\n * CSS custom property value for the {@link @fluentui/tokens#colorNeutralForegroundInvertedLinkSelected | `colorNeutralForegroundInvertedLinkSelected`} design token.\n *\n * @public\n */\n",
8086
8061
  "excerptTokens": [
8087
8062
  {
8088
8063
  "kind": "Content",
@@ -8108,7 +8083,7 @@
8108
8083
  {
8109
8084
  "kind": "Variable",
8110
8085
  "canonicalReference": "@fluentui/web-components!colorNeutralForegroundInvertedPressed:var",
8111
- "docComment": "",
8086
+ "docComment": "/**\n * CSS custom property value for the {@link @fluentui/tokens#colorNeutralForegroundInvertedPressed | `colorNeutralForegroundInvertedPressed`} design token.\n *\n * @public\n */\n",
8112
8087
  "excerptTokens": [
8113
8088
  {
8114
8089
  "kind": "Content",
@@ -8134,7 +8109,7 @@
8134
8109
  {
8135
8110
  "kind": "Variable",
8136
8111
  "canonicalReference": "@fluentui/web-components!colorNeutralForegroundInvertedSelected:var",
8137
- "docComment": "",
8112
+ "docComment": "/**\n * CSS custom property value for the {@link @fluentui/tokens#colorNeutralForegroundInvertedSelected | `colorNeutralForegroundInvertedSelected`} design token.\n *\n * @public\n */\n",
8138
8113
  "excerptTokens": [
8139
8114
  {
8140
8115
  "kind": "Content",
@@ -8160,7 +8135,7 @@
8160
8135
  {
8161
8136
  "kind": "Variable",
8162
8137
  "canonicalReference": "@fluentui/web-components!colorNeutralForegroundOnBrand:var",
8163
- "docComment": "",
8138
+ "docComment": "/**\n * CSS custom property value for the {@link @fluentui/tokens#colorNeutralForegroundOnBrand | `colorNeutralForegroundOnBrand`} design token.\n *\n * @public\n */\n",
8164
8139
  "excerptTokens": [
8165
8140
  {
8166
8141
  "kind": "Content",
@@ -8186,7 +8161,7 @@
8186
8161
  {
8187
8162
  "kind": "Variable",
8188
8163
  "canonicalReference": "@fluentui/web-components!colorNeutralForegroundStaticInverted:var",
8189
- "docComment": "",
8164
+ "docComment": "/**\n * CSS custom property value for the {@link @fluentui/tokens#colorNeutralForegroundStaticInverted | `colorNeutralForegroundStaticInverted`} design token.\n *\n * @public\n */\n",
8190
8165
  "excerptTokens": [
8191
8166
  {
8192
8167
  "kind": "Content",
@@ -8212,7 +8187,7 @@
8212
8187
  {
8213
8188
  "kind": "Variable",
8214
8189
  "canonicalReference": "@fluentui/web-components!colorNeutralShadowAmbient:var",
8215
- "docComment": "",
8190
+ "docComment": "/**\n * CSS custom property value for the {@link @fluentui/tokens#colorNeutralShadowAmbient | `colorNeutralShadowAmbient`} design token.\n *\n * @public\n */\n",
8216
8191
  "excerptTokens": [
8217
8192
  {
8218
8193
  "kind": "Content",
@@ -8238,7 +8213,7 @@
8238
8213
  {
8239
8214
  "kind": "Variable",
8240
8215
  "canonicalReference": "@fluentui/web-components!colorNeutralShadowAmbientDarker:var",
8241
- "docComment": "",
8216
+ "docComment": "/**\n * CSS custom property value for the {@link @fluentui/tokens#colorNeutralShadowAmbientDarker | `colorNeutralShadowAmbientDarker`} design token.\n *\n * @public\n */\n",
8242
8217
  "excerptTokens": [
8243
8218
  {
8244
8219
  "kind": "Content",
@@ -8264,7 +8239,7 @@
8264
8239
  {
8265
8240
  "kind": "Variable",
8266
8241
  "canonicalReference": "@fluentui/web-components!colorNeutralShadowAmbientLighter:var",
8267
- "docComment": "",
8242
+ "docComment": "/**\n * CSS custom property value for the {@link @fluentui/tokens#colorNeutralShadowAmbientLighter | `colorNeutralShadowAmbientLighter`} design token.\n *\n * @public\n */\n",
8268
8243
  "excerptTokens": [
8269
8244
  {
8270
8245
  "kind": "Content",
@@ -8290,7 +8265,7 @@
8290
8265
  {
8291
8266
  "kind": "Variable",
8292
8267
  "canonicalReference": "@fluentui/web-components!colorNeutralShadowKey:var",
8293
- "docComment": "",
8268
+ "docComment": "/**\n * CSS custom property value for the {@link @fluentui/tokens#colorNeutralShadowKey | `colorNeutralShadowKey`} design token.\n *\n * @public\n */\n",
8294
8269
  "excerptTokens": [
8295
8270
  {
8296
8271
  "kind": "Content",
@@ -8316,7 +8291,7 @@
8316
8291
  {
8317
8292
  "kind": "Variable",
8318
8293
  "canonicalReference": "@fluentui/web-components!colorNeutralShadowKeyDarker:var",
8319
- "docComment": "",
8294
+ "docComment": "/**\n * CSS custom property value for the {@link @fluentui/tokens#colorNeutralShadowKeyDarker | `colorNeutralShadowKeyDarker`} design token.\n *\n * @public\n */\n",
8320
8295
  "excerptTokens": [
8321
8296
  {
8322
8297
  "kind": "Content",
@@ -8342,7 +8317,7 @@
8342
8317
  {
8343
8318
  "kind": "Variable",
8344
8319
  "canonicalReference": "@fluentui/web-components!colorNeutralShadowKeyLighter:var",
8345
- "docComment": "",
8320
+ "docComment": "/**\n * CSS custom property value for the {@link @fluentui/tokens#colorNeutralShadowKeyLighter | `colorNeutralShadowKeyLighter`} design token.\n *\n * @public\n */\n",
8346
8321
  "excerptTokens": [
8347
8322
  {
8348
8323
  "kind": "Content",
@@ -8368,7 +8343,7 @@
8368
8343
  {
8369
8344
  "kind": "Variable",
8370
8345
  "canonicalReference": "@fluentui/web-components!colorNeutralStencil1:var",
8371
- "docComment": "",
8346
+ "docComment": "/**\n * CSS custom property value for the {@link @fluentui/tokens#colorNeutralStencil1 | `colorNeutralStencil1`} design token.\n *\n * @public\n */\n",
8372
8347
  "excerptTokens": [
8373
8348
  {
8374
8349
  "kind": "Content",
@@ -8394,7 +8369,7 @@
8394
8369
  {
8395
8370
  "kind": "Variable",
8396
8371
  "canonicalReference": "@fluentui/web-components!colorNeutralStencil1Alpha:var",
8397
- "docComment": "",
8372
+ "docComment": "/**\n * CSS custom property value for the {@link @fluentui/tokens#colorNeutralStencil1Alpha | `colorNeutralStencil1Alpha`} design token.\n *\n * @public\n */\n",
8398
8373
  "excerptTokens": [
8399
8374
  {
8400
8375
  "kind": "Content",
@@ -8420,7 +8395,7 @@
8420
8395
  {
8421
8396
  "kind": "Variable",
8422
8397
  "canonicalReference": "@fluentui/web-components!colorNeutralStencil2:var",
8423
- "docComment": "",
8398
+ "docComment": "/**\n * CSS custom property value for the {@link @fluentui/tokens#colorNeutralStencil2 | `colorNeutralStencil2`} design token.\n *\n * @public\n */\n",
8424
8399
  "excerptTokens": [
8425
8400
  {
8426
8401
  "kind": "Content",
@@ -8446,7 +8421,7 @@
8446
8421
  {
8447
8422
  "kind": "Variable",
8448
8423
  "canonicalReference": "@fluentui/web-components!colorNeutralStencil2Alpha:var",
8449
- "docComment": "",
8424
+ "docComment": "/**\n * CSS custom property value for the {@link @fluentui/tokens#colorNeutralStencil2Alpha | `colorNeutralStencil2Alpha`} design token.\n *\n * @public\n */\n",
8450
8425
  "excerptTokens": [
8451
8426
  {
8452
8427
  "kind": "Content",
@@ -8472,7 +8447,7 @@
8472
8447
  {
8473
8448
  "kind": "Variable",
8474
8449
  "canonicalReference": "@fluentui/web-components!colorNeutralStroke1:var",
8475
- "docComment": "",
8450
+ "docComment": "/**\n * CSS custom property value for the {@link @fluentui/tokens#colorNeutralStroke1 | `colorNeutralStroke1`} design token.\n *\n * @public\n */\n",
8476
8451
  "excerptTokens": [
8477
8452
  {
8478
8453
  "kind": "Content",
@@ -8498,7 +8473,7 @@
8498
8473
  {
8499
8474
  "kind": "Variable",
8500
8475
  "canonicalReference": "@fluentui/web-components!colorNeutralStroke1Hover:var",
8501
- "docComment": "",
8476
+ "docComment": "/**\n * CSS custom property value for the {@link @fluentui/tokens#colorNeutralStroke1Hover | `colorNeutralStroke1Hover`} design token.\n *\n * @public\n */\n",
8502
8477
  "excerptTokens": [
8503
8478
  {
8504
8479
  "kind": "Content",
@@ -8524,7 +8499,7 @@
8524
8499
  {
8525
8500
  "kind": "Variable",
8526
8501
  "canonicalReference": "@fluentui/web-components!colorNeutralStroke1Pressed:var",
8527
- "docComment": "",
8502
+ "docComment": "/**\n * CSS custom property value for the {@link @fluentui/tokens#colorNeutralStroke1Pressed | `colorNeutralStroke1Pressed`} design token.\n *\n * @public\n */\n",
8528
8503
  "excerptTokens": [
8529
8504
  {
8530
8505
  "kind": "Content",
@@ -8550,7 +8525,7 @@
8550
8525
  {
8551
8526
  "kind": "Variable",
8552
8527
  "canonicalReference": "@fluentui/web-components!colorNeutralStroke1Selected:var",
8553
- "docComment": "",
8528
+ "docComment": "/**\n * CSS custom property value for the {@link @fluentui/tokens#colorNeutralStroke1Selected | `colorNeutralStroke1Selected`} design token.\n *\n * @public\n */\n",
8554
8529
  "excerptTokens": [
8555
8530
  {
8556
8531
  "kind": "Content",
@@ -8576,7 +8551,7 @@
8576
8551
  {
8577
8552
  "kind": "Variable",
8578
8553
  "canonicalReference": "@fluentui/web-components!colorNeutralStroke2:var",
8579
- "docComment": "",
8554
+ "docComment": "/**\n * CSS custom property value for the {@link @fluentui/tokens#colorNeutralStroke2 | `colorNeutralStroke2`} design token.\n *\n * @public\n */\n",
8580
8555
  "excerptTokens": [
8581
8556
  {
8582
8557
  "kind": "Content",
@@ -8602,7 +8577,7 @@
8602
8577
  {
8603
8578
  "kind": "Variable",
8604
8579
  "canonicalReference": "@fluentui/web-components!colorNeutralStroke3:var",
8605
- "docComment": "",
8580
+ "docComment": "/**\n * CSS custom property value for the {@link @fluentui/tokens#colorNeutralStroke3 | `colorNeutralStroke3`} design token.\n *\n * @public\n */\n",
8606
8581
  "excerptTokens": [
8607
8582
  {
8608
8583
  "kind": "Content",
@@ -8628,7 +8603,7 @@
8628
8603
  {
8629
8604
  "kind": "Variable",
8630
8605
  "canonicalReference": "@fluentui/web-components!colorNeutralStrokeAccessible:var",
8631
- "docComment": "",
8606
+ "docComment": "/**\n * CSS custom property value for the {@link @fluentui/tokens#colorNeutralStrokeAccessible | `colorNeutralStrokeAccessible`} design token.\n *\n * @public\n */\n",
8632
8607
  "excerptTokens": [
8633
8608
  {
8634
8609
  "kind": "Content",
@@ -8654,7 +8629,7 @@
8654
8629
  {
8655
8630
  "kind": "Variable",
8656
8631
  "canonicalReference": "@fluentui/web-components!colorNeutralStrokeAccessibleHover:var",
8657
- "docComment": "",
8632
+ "docComment": "/**\n * CSS custom property value for the {@link @fluentui/tokens#colorNeutralStrokeAccessibleHover | `colorNeutralStrokeAccessibleHover`} design token.\n *\n * @public\n */\n",
8658
8633
  "excerptTokens": [
8659
8634
  {
8660
8635
  "kind": "Content",
@@ -8680,7 +8655,7 @@
8680
8655
  {
8681
8656
  "kind": "Variable",
8682
8657
  "canonicalReference": "@fluentui/web-components!colorNeutralStrokeAccessiblePressed:var",
8683
- "docComment": "",
8658
+ "docComment": "/**\n * CSS custom property value for the {@link @fluentui/tokens#colorNeutralStrokeAccessiblePressed | `colorNeutralStrokeAccessiblePressed`} design token.\n *\n * @public\n */\n",
8684
8659
  "excerptTokens": [
8685
8660
  {
8686
8661
  "kind": "Content",
@@ -8706,7 +8681,7 @@
8706
8681
  {
8707
8682
  "kind": "Variable",
8708
8683
  "canonicalReference": "@fluentui/web-components!colorNeutralStrokeAccessibleSelected:var",
8709
- "docComment": "",
8684
+ "docComment": "/**\n * CSS custom property value for the {@link @fluentui/tokens#colorNeutralStrokeAccessibleSelected | `colorNeutralStrokeAccessibleSelected`} design token.\n *\n * @public\n */\n",
8710
8685
  "excerptTokens": [
8711
8686
  {
8712
8687
  "kind": "Content",
@@ -8732,7 +8707,7 @@
8732
8707
  {
8733
8708
  "kind": "Variable",
8734
8709
  "canonicalReference": "@fluentui/web-components!colorNeutralStrokeAlpha:var",
8735
- "docComment": "",
8710
+ "docComment": "/**\n * CSS custom property value for the {@link @fluentui/tokens#colorNeutralStrokeAlpha | `colorNeutralStrokeAlpha`} design token.\n *\n * @public\n */\n",
8736
8711
  "excerptTokens": [
8737
8712
  {
8738
8713
  "kind": "Content",
@@ -8758,7 +8733,7 @@
8758
8733
  {
8759
8734
  "kind": "Variable",
8760
8735
  "canonicalReference": "@fluentui/web-components!colorNeutralStrokeAlpha2:var",
8761
- "docComment": "",
8736
+ "docComment": "/**\n * CSS custom property value for the {@link @fluentui/tokens#colorNeutralStrokeAlpha2 | `colorNeutralStrokeAlpha2`} design token.\n *\n * @public\n */\n",
8762
8737
  "excerptTokens": [
8763
8738
  {
8764
8739
  "kind": "Content",
@@ -8784,7 +8759,7 @@
8784
8759
  {
8785
8760
  "kind": "Variable",
8786
8761
  "canonicalReference": "@fluentui/web-components!colorNeutralStrokeDisabled:var",
8787
- "docComment": "",
8762
+ "docComment": "/**\n * CSS custom property value for the {@link @fluentui/tokens#colorNeutralStrokeDisabled | `colorNeutralStrokeDisabled`} design token.\n *\n * @public\n */\n",
8788
8763
  "excerptTokens": [
8789
8764
  {
8790
8765
  "kind": "Content",
@@ -8810,7 +8785,7 @@
8810
8785
  {
8811
8786
  "kind": "Variable",
8812
8787
  "canonicalReference": "@fluentui/web-components!colorNeutralStrokeInvertedDisabled:var",
8813
- "docComment": "",
8788
+ "docComment": "/**\n * CSS custom property value for the {@link @fluentui/tokens#colorNeutralStrokeInvertedDisabled | `colorNeutralStrokeInvertedDisabled`} design token.\n *\n * @public\n */\n",
8814
8789
  "excerptTokens": [
8815
8790
  {
8816
8791
  "kind": "Content",
@@ -8836,7 +8811,7 @@
8836
8811
  {
8837
8812
  "kind": "Variable",
8838
8813
  "canonicalReference": "@fluentui/web-components!colorNeutralStrokeOnBrand:var",
8839
- "docComment": "",
8814
+ "docComment": "/**\n * CSS custom property value for the {@link @fluentui/tokens#colorNeutralStrokeOnBrand | `colorNeutralStrokeOnBrand`} design token.\n *\n * @public\n */\n",
8840
8815
  "excerptTokens": [
8841
8816
  {
8842
8817
  "kind": "Content",
@@ -8862,7 +8837,7 @@
8862
8837
  {
8863
8838
  "kind": "Variable",
8864
8839
  "canonicalReference": "@fluentui/web-components!colorNeutralStrokeOnBrand2:var",
8865
- "docComment": "",
8840
+ "docComment": "/**\n * CSS custom property value for the {@link @fluentui/tokens#colorNeutralStrokeOnBrand2 | `colorNeutralStrokeOnBrand2`} design token.\n *\n * @public\n */\n",
8866
8841
  "excerptTokens": [
8867
8842
  {
8868
8843
  "kind": "Content",
@@ -8888,7 +8863,7 @@
8888
8863
  {
8889
8864
  "kind": "Variable",
8890
8865
  "canonicalReference": "@fluentui/web-components!colorNeutralStrokeOnBrand2Hover:var",
8891
- "docComment": "",
8866
+ "docComment": "/**\n * CSS custom property value for the {@link @fluentui/tokens#colorNeutralStrokeOnBrand2Hover | `colorNeutralStrokeOnBrand2Hover`} design token.\n *\n * @public\n */\n",
8892
8867
  "excerptTokens": [
8893
8868
  {
8894
8869
  "kind": "Content",
@@ -8914,7 +8889,7 @@
8914
8889
  {
8915
8890
  "kind": "Variable",
8916
8891
  "canonicalReference": "@fluentui/web-components!colorNeutralStrokeOnBrand2Pressed:var",
8917
- "docComment": "",
8892
+ "docComment": "/**\n * CSS custom property value for the {@link @fluentui/tokens#colorNeutralStrokeOnBrand2Pressed | `colorNeutralStrokeOnBrand2Pressed`} design token.\n *\n * @public\n */\n",
8918
8893
  "excerptTokens": [
8919
8894
  {
8920
8895
  "kind": "Content",
@@ -8940,7 +8915,7 @@
8940
8915
  {
8941
8916
  "kind": "Variable",
8942
8917
  "canonicalReference": "@fluentui/web-components!colorNeutralStrokeOnBrand2Selected:var",
8943
- "docComment": "",
8918
+ "docComment": "/**\n * CSS custom property value for the {@link @fluentui/tokens#colorNeutralStrokeOnBrand2Selected | `colorNeutralStrokeOnBrand2Selected`} design token.\n *\n * @public\n */\n",
8944
8919
  "excerptTokens": [
8945
8920
  {
8946
8921
  "kind": "Content",
@@ -8966,7 +8941,7 @@
8966
8941
  {
8967
8942
  "kind": "Variable",
8968
8943
  "canonicalReference": "@fluentui/web-components!colorNeutralStrokeSubtle:var",
8969
- "docComment": "",
8944
+ "docComment": "/**\n * CSS custom property value for the {@link @fluentui/tokens#colorNeutralStrokeSubtle | `colorNeutralStrokeSubtle`} design token.\n *\n * @public\n */\n",
8970
8945
  "excerptTokens": [
8971
8946
  {
8972
8947
  "kind": "Content",
@@ -8992,7 +8967,7 @@
8992
8967
  {
8993
8968
  "kind": "Variable",
8994
8969
  "canonicalReference": "@fluentui/web-components!colorPaletteAnchorBackground2:var",
8995
- "docComment": "",
8970
+ "docComment": "/**\n * CSS custom property value for the {@link @fluentui/tokens#colorPaletteAnchorBackground2 | `colorPaletteAnchorBackground2`} design token.\n *\n * @public\n */\n",
8996
8971
  "excerptTokens": [
8997
8972
  {
8998
8973
  "kind": "Content",
@@ -9018,7 +8993,7 @@
9018
8993
  {
9019
8994
  "kind": "Variable",
9020
8995
  "canonicalReference": "@fluentui/web-components!colorPaletteAnchorBorderActive:var",
9021
- "docComment": "",
8996
+ "docComment": "/**\n * CSS custom property value for the {@link @fluentui/tokens#colorPaletteAnchorBorderActive | `colorPaletteAnchorBorderActive`} design token.\n *\n * @public\n */\n",
9022
8997
  "excerptTokens": [
9023
8998
  {
9024
8999
  "kind": "Content",
@@ -9044,7 +9019,7 @@
9044
9019
  {
9045
9020
  "kind": "Variable",
9046
9021
  "canonicalReference": "@fluentui/web-components!colorPaletteAnchorForeground2:var",
9047
- "docComment": "",
9022
+ "docComment": "/**\n * CSS custom property value for the {@link @fluentui/tokens#colorPaletteAnchorForeground2 | `colorPaletteAnchorForeground2`} design token.\n *\n * @public\n */\n",
9048
9023
  "excerptTokens": [
9049
9024
  {
9050
9025
  "kind": "Content",
@@ -9070,7 +9045,7 @@
9070
9045
  {
9071
9046
  "kind": "Variable",
9072
9047
  "canonicalReference": "@fluentui/web-components!colorPaletteBeigeBackground2:var",
9073
- "docComment": "",
9048
+ "docComment": "/**\n * CSS custom property value for the {@link @fluentui/tokens#colorPaletteBeigeBackground2 | `colorPaletteBeigeBackground2`} design token.\n *\n * @public\n */\n",
9074
9049
  "excerptTokens": [
9075
9050
  {
9076
9051
  "kind": "Content",
@@ -9096,7 +9071,7 @@
9096
9071
  {
9097
9072
  "kind": "Variable",
9098
9073
  "canonicalReference": "@fluentui/web-components!colorPaletteBeigeBorderActive:var",
9099
- "docComment": "",
9074
+ "docComment": "/**\n * CSS custom property value for the {@link @fluentui/tokens#colorPaletteBeigeBorderActive | `colorPaletteBeigeBorderActive`} design token.\n *\n * @public\n */\n",
9100
9075
  "excerptTokens": [
9101
9076
  {
9102
9077
  "kind": "Content",
@@ -9122,7 +9097,7 @@
9122
9097
  {
9123
9098
  "kind": "Variable",
9124
9099
  "canonicalReference": "@fluentui/web-components!colorPaletteBeigeForeground2:var",
9125
- "docComment": "",
9100
+ "docComment": "/**\n * CSS custom property value for the {@link @fluentui/tokens#colorPaletteBeigeForeground2 | `colorPaletteBeigeForeground2`} design token.\n *\n * @public\n */\n",
9126
9101
  "excerptTokens": [
9127
9102
  {
9128
9103
  "kind": "Content",
@@ -9148,7 +9123,7 @@
9148
9123
  {
9149
9124
  "kind": "Variable",
9150
9125
  "canonicalReference": "@fluentui/web-components!colorPaletteBerryBackground1:var",
9151
- "docComment": "",
9126
+ "docComment": "/**\n * CSS custom property value for the {@link @fluentui/tokens#colorPaletteBerryBackground1 | `colorPaletteBerryBackground1`} design token.\n *\n * @public\n */\n",
9152
9127
  "excerptTokens": [
9153
9128
  {
9154
9129
  "kind": "Content",
@@ -9174,7 +9149,7 @@
9174
9149
  {
9175
9150
  "kind": "Variable",
9176
9151
  "canonicalReference": "@fluentui/web-components!colorPaletteBerryBackground2:var",
9177
- "docComment": "",
9152
+ "docComment": "/**\n * CSS custom property value for the {@link @fluentui/tokens#colorPaletteBerryBackground2 | `colorPaletteBerryBackground2`} design token.\n *\n * @public\n */\n",
9178
9153
  "excerptTokens": [
9179
9154
  {
9180
9155
  "kind": "Content",
@@ -9200,7 +9175,7 @@
9200
9175
  {
9201
9176
  "kind": "Variable",
9202
9177
  "canonicalReference": "@fluentui/web-components!colorPaletteBerryBackground3:var",
9203
- "docComment": "",
9178
+ "docComment": "/**\n * CSS custom property value for the {@link @fluentui/tokens#colorPaletteBerryBackground3 | `colorPaletteBerryBackground3`} design token.\n *\n * @public\n */\n",
9204
9179
  "excerptTokens": [
9205
9180
  {
9206
9181
  "kind": "Content",
@@ -9226,7 +9201,7 @@
9226
9201
  {
9227
9202
  "kind": "Variable",
9228
9203
  "canonicalReference": "@fluentui/web-components!colorPaletteBerryBorder1:var",
9229
- "docComment": "",
9204
+ "docComment": "/**\n * CSS custom property value for the {@link @fluentui/tokens#colorPaletteBerryBorder1 | `colorPaletteBerryBorder1`} design token.\n *\n * @public\n */\n",
9230
9205
  "excerptTokens": [
9231
9206
  {
9232
9207
  "kind": "Content",
@@ -9252,7 +9227,7 @@
9252
9227
  {
9253
9228
  "kind": "Variable",
9254
9229
  "canonicalReference": "@fluentui/web-components!colorPaletteBerryBorder2:var",
9255
- "docComment": "",
9230
+ "docComment": "/**\n * CSS custom property value for the {@link @fluentui/tokens#colorPaletteBerryBorder2 | `colorPaletteBerryBorder2`} design token.\n *\n * @public\n */\n",
9256
9231
  "excerptTokens": [
9257
9232
  {
9258
9233
  "kind": "Content",
@@ -9278,7 +9253,7 @@
9278
9253
  {
9279
9254
  "kind": "Variable",
9280
9255
  "canonicalReference": "@fluentui/web-components!colorPaletteBerryBorderActive:var",
9281
- "docComment": "",
9256
+ "docComment": "/**\n * CSS custom property value for the {@link @fluentui/tokens#colorPaletteBerryBorderActive | `colorPaletteBerryBorderActive`} design token.\n *\n * @public\n */\n",
9282
9257
  "excerptTokens": [
9283
9258
  {
9284
9259
  "kind": "Content",
@@ -9304,7 +9279,7 @@
9304
9279
  {
9305
9280
  "kind": "Variable",
9306
9281
  "canonicalReference": "@fluentui/web-components!colorPaletteBerryForeground1:var",
9307
- "docComment": "",
9282
+ "docComment": "/**\n * CSS custom property value for the {@link @fluentui/tokens#colorPaletteBerryForeground1 | `colorPaletteBerryForeground1`} design token.\n *\n * @public\n */\n",
9308
9283
  "excerptTokens": [
9309
9284
  {
9310
9285
  "kind": "Content",
@@ -9330,7 +9305,7 @@
9330
9305
  {
9331
9306
  "kind": "Variable",
9332
9307
  "canonicalReference": "@fluentui/web-components!colorPaletteBerryForeground2:var",
9333
- "docComment": "",
9308
+ "docComment": "/**\n * CSS custom property value for the {@link @fluentui/tokens#colorPaletteBerryForeground2 | `colorPaletteBerryForeground2`} design token.\n *\n * @public\n */\n",
9334
9309
  "excerptTokens": [
9335
9310
  {
9336
9311
  "kind": "Content",
@@ -9356,7 +9331,7 @@
9356
9331
  {
9357
9332
  "kind": "Variable",
9358
9333
  "canonicalReference": "@fluentui/web-components!colorPaletteBerryForeground3:var",
9359
- "docComment": "",
9334
+ "docComment": "/**\n * CSS custom property value for the {@link @fluentui/tokens#colorPaletteBerryForeground3 | `colorPaletteBerryForeground3`} design token.\n *\n * @public\n */\n",
9360
9335
  "excerptTokens": [
9361
9336
  {
9362
9337
  "kind": "Content",
@@ -9382,7 +9357,7 @@
9382
9357
  {
9383
9358
  "kind": "Variable",
9384
9359
  "canonicalReference": "@fluentui/web-components!colorPaletteBlueBackground2:var",
9385
- "docComment": "",
9360
+ "docComment": "/**\n * CSS custom property value for the {@link @fluentui/tokens#colorPaletteBlueBackground2 | `colorPaletteBlueBackground2`} design token.\n *\n * @public\n */\n",
9386
9361
  "excerptTokens": [
9387
9362
  {
9388
9363
  "kind": "Content",
@@ -9408,7 +9383,7 @@
9408
9383
  {
9409
9384
  "kind": "Variable",
9410
9385
  "canonicalReference": "@fluentui/web-components!colorPaletteBlueBorderActive:var",
9411
- "docComment": "",
9386
+ "docComment": "/**\n * CSS custom property value for the {@link @fluentui/tokens#colorPaletteBlueBorderActive | `colorPaletteBlueBorderActive`} design token.\n *\n * @public\n */\n",
9412
9387
  "excerptTokens": [
9413
9388
  {
9414
9389
  "kind": "Content",
@@ -9434,7 +9409,7 @@
9434
9409
  {
9435
9410
  "kind": "Variable",
9436
9411
  "canonicalReference": "@fluentui/web-components!colorPaletteBlueForeground2:var",
9437
- "docComment": "",
9412
+ "docComment": "/**\n * CSS custom property value for the {@link @fluentui/tokens#colorPaletteBlueForeground2 | `colorPaletteBlueForeground2`} design token.\n *\n * @public\n */\n",
9438
9413
  "excerptTokens": [
9439
9414
  {
9440
9415
  "kind": "Content",
@@ -9460,7 +9435,7 @@
9460
9435
  {
9461
9436
  "kind": "Variable",
9462
9437
  "canonicalReference": "@fluentui/web-components!colorPaletteBrassBackground2:var",
9463
- "docComment": "",
9438
+ "docComment": "/**\n * CSS custom property value for the {@link @fluentui/tokens#colorPaletteBrassBackground2 | `colorPaletteBrassBackground2`} design token.\n *\n * @public\n */\n",
9464
9439
  "excerptTokens": [
9465
9440
  {
9466
9441
  "kind": "Content",
@@ -9486,7 +9461,7 @@
9486
9461
  {
9487
9462
  "kind": "Variable",
9488
9463
  "canonicalReference": "@fluentui/web-components!colorPaletteBrassBorderActive:var",
9489
- "docComment": "",
9464
+ "docComment": "/**\n * CSS custom property value for the {@link @fluentui/tokens#colorPaletteBrassBorderActive | `colorPaletteBrassBorderActive`} design token.\n *\n * @public\n */\n",
9490
9465
  "excerptTokens": [
9491
9466
  {
9492
9467
  "kind": "Content",
@@ -9512,7 +9487,7 @@
9512
9487
  {
9513
9488
  "kind": "Variable",
9514
9489
  "canonicalReference": "@fluentui/web-components!colorPaletteBrassForeground2:var",
9515
- "docComment": "",
9490
+ "docComment": "/**\n * CSS custom property value for the {@link @fluentui/tokens#colorPaletteBrassForeground2 | `colorPaletteBrassForeground2`} design token.\n *\n * @public\n */\n",
9516
9491
  "excerptTokens": [
9517
9492
  {
9518
9493
  "kind": "Content",
@@ -9538,7 +9513,7 @@
9538
9513
  {
9539
9514
  "kind": "Variable",
9540
9515
  "canonicalReference": "@fluentui/web-components!colorPaletteBrownBackground2:var",
9541
- "docComment": "",
9516
+ "docComment": "/**\n * CSS custom property value for the {@link @fluentui/tokens#colorPaletteBrownBackground2 | `colorPaletteBrownBackground2`} design token.\n *\n * @public\n */\n",
9542
9517
  "excerptTokens": [
9543
9518
  {
9544
9519
  "kind": "Content",
@@ -9564,7 +9539,7 @@
9564
9539
  {
9565
9540
  "kind": "Variable",
9566
9541
  "canonicalReference": "@fluentui/web-components!colorPaletteBrownBorderActive:var",
9567
- "docComment": "",
9542
+ "docComment": "/**\n * CSS custom property value for the {@link @fluentui/tokens#colorPaletteBrownBorderActive | `colorPaletteBrownBorderActive`} design token.\n *\n * @public\n */\n",
9568
9543
  "excerptTokens": [
9569
9544
  {
9570
9545
  "kind": "Content",
@@ -9590,7 +9565,7 @@
9590
9565
  {
9591
9566
  "kind": "Variable",
9592
9567
  "canonicalReference": "@fluentui/web-components!colorPaletteBrownForeground2:var",
9593
- "docComment": "",
9568
+ "docComment": "/**\n * CSS custom property value for the {@link @fluentui/tokens#colorPaletteBrownForeground2 | `colorPaletteBrownForeground2`} design token.\n *\n * @public\n */\n",
9594
9569
  "excerptTokens": [
9595
9570
  {
9596
9571
  "kind": "Content",
@@ -9616,7 +9591,7 @@
9616
9591
  {
9617
9592
  "kind": "Variable",
9618
9593
  "canonicalReference": "@fluentui/web-components!colorPaletteCornflowerBackground2:var",
9619
- "docComment": "",
9594
+ "docComment": "/**\n * CSS custom property value for the {@link @fluentui/tokens#colorPaletteCornflowerBackground2 | `colorPaletteCornflowerBackground2`} design token.\n *\n * @public\n */\n",
9620
9595
  "excerptTokens": [
9621
9596
  {
9622
9597
  "kind": "Content",
@@ -9642,7 +9617,7 @@
9642
9617
  {
9643
9618
  "kind": "Variable",
9644
9619
  "canonicalReference": "@fluentui/web-components!colorPaletteCornflowerBorderActive:var",
9645
- "docComment": "",
9620
+ "docComment": "/**\n * CSS custom property value for the {@link @fluentui/tokens#colorPaletteCornflowerBorderActive | `colorPaletteCornflowerBorderActive`} design token.\n *\n * @public\n */\n",
9646
9621
  "excerptTokens": [
9647
9622
  {
9648
9623
  "kind": "Content",
@@ -9668,7 +9643,7 @@
9668
9643
  {
9669
9644
  "kind": "Variable",
9670
9645
  "canonicalReference": "@fluentui/web-components!colorPaletteCornflowerForeground2:var",
9671
- "docComment": "",
9646
+ "docComment": "/**\n * CSS custom property value for the {@link @fluentui/tokens#colorPaletteCornflowerForeground2 | `colorPaletteCornflowerForeground2`} design token.\n *\n * @public\n */\n",
9672
9647
  "excerptTokens": [
9673
9648
  {
9674
9649
  "kind": "Content",
@@ -9694,7 +9669,7 @@
9694
9669
  {
9695
9670
  "kind": "Variable",
9696
9671
  "canonicalReference": "@fluentui/web-components!colorPaletteCranberryBackground2:var",
9697
- "docComment": "",
9672
+ "docComment": "/**\n * CSS custom property value for the {@link @fluentui/tokens#colorPaletteCranberryBackground2 | `colorPaletteCranberryBackground2`} design token.\n *\n * @public\n */\n",
9698
9673
  "excerptTokens": [
9699
9674
  {
9700
9675
  "kind": "Content",
@@ -9720,7 +9695,7 @@
9720
9695
  {
9721
9696
  "kind": "Variable",
9722
9697
  "canonicalReference": "@fluentui/web-components!colorPaletteCranberryBorderActive:var",
9723
- "docComment": "",
9698
+ "docComment": "/**\n * CSS custom property value for the {@link @fluentui/tokens#colorPaletteCranberryBorderActive | `colorPaletteCranberryBorderActive`} design token.\n *\n * @public\n */\n",
9724
9699
  "excerptTokens": [
9725
9700
  {
9726
9701
  "kind": "Content",
@@ -9746,7 +9721,7 @@
9746
9721
  {
9747
9722
  "kind": "Variable",
9748
9723
  "canonicalReference": "@fluentui/web-components!colorPaletteCranberryForeground2:var",
9749
- "docComment": "",
9724
+ "docComment": "/**\n * CSS custom property value for the {@link @fluentui/tokens#colorPaletteCranberryForeground2 | `colorPaletteCranberryForeground2`} design token.\n *\n * @public\n */\n",
9750
9725
  "excerptTokens": [
9751
9726
  {
9752
9727
  "kind": "Content",
@@ -9772,7 +9747,7 @@
9772
9747
  {
9773
9748
  "kind": "Variable",
9774
9749
  "canonicalReference": "@fluentui/web-components!colorPaletteDarkGreenBackground2:var",
9775
- "docComment": "",
9750
+ "docComment": "/**\n * CSS custom property value for the {@link @fluentui/tokens#colorPaletteDarkGreenBackground2 | `colorPaletteDarkGreenBackground2`} design token.\n *\n * @public\n */\n",
9776
9751
  "excerptTokens": [
9777
9752
  {
9778
9753
  "kind": "Content",
@@ -9798,7 +9773,7 @@
9798
9773
  {
9799
9774
  "kind": "Variable",
9800
9775
  "canonicalReference": "@fluentui/web-components!colorPaletteDarkGreenBorderActive:var",
9801
- "docComment": "",
9776
+ "docComment": "/**\n * CSS custom property value for the {@link @fluentui/tokens#colorPaletteDarkGreenBorderActive | `colorPaletteDarkGreenBorderActive`} design token.\n *\n * @public\n */\n",
9802
9777
  "excerptTokens": [
9803
9778
  {
9804
9779
  "kind": "Content",
@@ -9824,7 +9799,7 @@
9824
9799
  {
9825
9800
  "kind": "Variable",
9826
9801
  "canonicalReference": "@fluentui/web-components!colorPaletteDarkGreenForeground2:var",
9827
- "docComment": "",
9802
+ "docComment": "/**\n * CSS custom property value for the {@link @fluentui/tokens#colorPaletteDarkGreenForeground2 | `colorPaletteDarkGreenForeground2`} design token.\n *\n * @public\n */\n",
9828
9803
  "excerptTokens": [
9829
9804
  {
9830
9805
  "kind": "Content",
@@ -9850,7 +9825,7 @@
9850
9825
  {
9851
9826
  "kind": "Variable",
9852
9827
  "canonicalReference": "@fluentui/web-components!colorPaletteDarkOrangeBackground1:var",
9853
- "docComment": "",
9828
+ "docComment": "/**\n * CSS custom property value for the {@link @fluentui/tokens#colorPaletteDarkOrangeBackground1 | `colorPaletteDarkOrangeBackground1`} design token.\n *\n * @public\n */\n",
9854
9829
  "excerptTokens": [
9855
9830
  {
9856
9831
  "kind": "Content",
@@ -9876,7 +9851,7 @@
9876
9851
  {
9877
9852
  "kind": "Variable",
9878
9853
  "canonicalReference": "@fluentui/web-components!colorPaletteDarkOrangeBackground2:var",
9879
- "docComment": "",
9854
+ "docComment": "/**\n * CSS custom property value for the {@link @fluentui/tokens#colorPaletteDarkOrangeBackground2 | `colorPaletteDarkOrangeBackground2`} design token.\n *\n * @public\n */\n",
9880
9855
  "excerptTokens": [
9881
9856
  {
9882
9857
  "kind": "Content",
@@ -9902,7 +9877,7 @@
9902
9877
  {
9903
9878
  "kind": "Variable",
9904
9879
  "canonicalReference": "@fluentui/web-components!colorPaletteDarkOrangeBackground3:var",
9905
- "docComment": "",
9880
+ "docComment": "/**\n * CSS custom property value for the {@link @fluentui/tokens#colorPaletteDarkOrangeBackground3 | `colorPaletteDarkOrangeBackground3`} design token.\n *\n * @public\n */\n",
9906
9881
  "excerptTokens": [
9907
9882
  {
9908
9883
  "kind": "Content",
@@ -9928,7 +9903,7 @@
9928
9903
  {
9929
9904
  "kind": "Variable",
9930
9905
  "canonicalReference": "@fluentui/web-components!colorPaletteDarkOrangeBorder1:var",
9931
- "docComment": "",
9906
+ "docComment": "/**\n * CSS custom property value for the {@link @fluentui/tokens#colorPaletteDarkOrangeBorder1 | `colorPaletteDarkOrangeBorder1`} design token.\n *\n * @public\n */\n",
9932
9907
  "excerptTokens": [
9933
9908
  {
9934
9909
  "kind": "Content",
@@ -9954,7 +9929,7 @@
9954
9929
  {
9955
9930
  "kind": "Variable",
9956
9931
  "canonicalReference": "@fluentui/web-components!colorPaletteDarkOrangeBorder2:var",
9957
- "docComment": "",
9932
+ "docComment": "/**\n * CSS custom property value for the {@link @fluentui/tokens#colorPaletteDarkOrangeBorder2 | `colorPaletteDarkOrangeBorder2`} design token.\n *\n * @public\n */\n",
9958
9933
  "excerptTokens": [
9959
9934
  {
9960
9935
  "kind": "Content",
@@ -9980,7 +9955,7 @@
9980
9955
  {
9981
9956
  "kind": "Variable",
9982
9957
  "canonicalReference": "@fluentui/web-components!colorPaletteDarkOrangeBorderActive:var",
9983
- "docComment": "",
9958
+ "docComment": "/**\n * CSS custom property value for the {@link @fluentui/tokens#colorPaletteDarkOrangeBorderActive | `colorPaletteDarkOrangeBorderActive`} design token.\n *\n * @public\n */\n",
9984
9959
  "excerptTokens": [
9985
9960
  {
9986
9961
  "kind": "Content",
@@ -10006,7 +9981,7 @@
10006
9981
  {
10007
9982
  "kind": "Variable",
10008
9983
  "canonicalReference": "@fluentui/web-components!colorPaletteDarkOrangeForeground1:var",
10009
- "docComment": "",
9984
+ "docComment": "/**\n * CSS custom property value for the {@link @fluentui/tokens#colorPaletteDarkOrangeForeground1 | `colorPaletteDarkOrangeForeground1`} design token.\n *\n * @public\n */\n",
10010
9985
  "excerptTokens": [
10011
9986
  {
10012
9987
  "kind": "Content",
@@ -10032,7 +10007,7 @@
10032
10007
  {
10033
10008
  "kind": "Variable",
10034
10009
  "canonicalReference": "@fluentui/web-components!colorPaletteDarkOrangeForeground2:var",
10035
- "docComment": "",
10010
+ "docComment": "/**\n * CSS custom property value for the {@link @fluentui/tokens#colorPaletteDarkOrangeForeground2 | `colorPaletteDarkOrangeForeground2`} design token.\n *\n * @public\n */\n",
10036
10011
  "excerptTokens": [
10037
10012
  {
10038
10013
  "kind": "Content",
@@ -10058,7 +10033,7 @@
10058
10033
  {
10059
10034
  "kind": "Variable",
10060
10035
  "canonicalReference": "@fluentui/web-components!colorPaletteDarkOrangeForeground3:var",
10061
- "docComment": "",
10036
+ "docComment": "/**\n * CSS custom property value for the {@link @fluentui/tokens#colorPaletteDarkOrangeForeground3 | `colorPaletteDarkOrangeForeground3`} design token.\n *\n * @public\n */\n",
10062
10037
  "excerptTokens": [
10063
10038
  {
10064
10039
  "kind": "Content",
@@ -10084,7 +10059,7 @@
10084
10059
  {
10085
10060
  "kind": "Variable",
10086
10061
  "canonicalReference": "@fluentui/web-components!colorPaletteDarkRedBackground2:var",
10087
- "docComment": "",
10062
+ "docComment": "/**\n * CSS custom property value for the {@link @fluentui/tokens#colorPaletteDarkRedBackground2 | `colorPaletteDarkRedBackground2`} design token.\n *\n * @public\n */\n",
10088
10063
  "excerptTokens": [
10089
10064
  {
10090
10065
  "kind": "Content",
@@ -10110,7 +10085,7 @@
10110
10085
  {
10111
10086
  "kind": "Variable",
10112
10087
  "canonicalReference": "@fluentui/web-components!colorPaletteDarkRedBorderActive:var",
10113
- "docComment": "",
10088
+ "docComment": "/**\n * CSS custom property value for the {@link @fluentui/tokens#colorPaletteDarkRedBorderActive | `colorPaletteDarkRedBorderActive`} design token.\n *\n * @public\n */\n",
10114
10089
  "excerptTokens": [
10115
10090
  {
10116
10091
  "kind": "Content",
@@ -10136,7 +10111,7 @@
10136
10111
  {
10137
10112
  "kind": "Variable",
10138
10113
  "canonicalReference": "@fluentui/web-components!colorPaletteDarkRedForeground2:var",
10139
- "docComment": "",
10114
+ "docComment": "/**\n * CSS custom property value for the {@link @fluentui/tokens#colorPaletteDarkRedForeground2 | `colorPaletteDarkRedForeground2`} design token.\n *\n * @public\n */\n",
10140
10115
  "excerptTokens": [
10141
10116
  {
10142
10117
  "kind": "Content",
@@ -10162,7 +10137,7 @@
10162
10137
  {
10163
10138
  "kind": "Variable",
10164
10139
  "canonicalReference": "@fluentui/web-components!colorPaletteForestBackground2:var",
10165
- "docComment": "",
10140
+ "docComment": "/**\n * CSS custom property value for the {@link @fluentui/tokens#colorPaletteForestBackground2 | `colorPaletteForestBackground2`} design token.\n *\n * @public\n */\n",
10166
10141
  "excerptTokens": [
10167
10142
  {
10168
10143
  "kind": "Content",
@@ -10188,7 +10163,7 @@
10188
10163
  {
10189
10164
  "kind": "Variable",
10190
10165
  "canonicalReference": "@fluentui/web-components!colorPaletteForestBorderActive:var",
10191
- "docComment": "",
10166
+ "docComment": "/**\n * CSS custom property value for the {@link @fluentui/tokens#colorPaletteForestBorderActive | `colorPaletteForestBorderActive`} design token.\n *\n * @public\n */\n",
10192
10167
  "excerptTokens": [
10193
10168
  {
10194
10169
  "kind": "Content",
@@ -10214,7 +10189,7 @@
10214
10189
  {
10215
10190
  "kind": "Variable",
10216
10191
  "canonicalReference": "@fluentui/web-components!colorPaletteForestForeground2:var",
10217
- "docComment": "",
10192
+ "docComment": "/**\n * CSS custom property value for the {@link @fluentui/tokens#colorPaletteForestForeground2 | `colorPaletteForestForeground2`} design token.\n *\n * @public\n */\n",
10218
10193
  "excerptTokens": [
10219
10194
  {
10220
10195
  "kind": "Content",
@@ -10240,7 +10215,7 @@
10240
10215
  {
10241
10216
  "kind": "Variable",
10242
10217
  "canonicalReference": "@fluentui/web-components!colorPaletteGoldBackground2:var",
10243
- "docComment": "",
10218
+ "docComment": "/**\n * CSS custom property value for the {@link @fluentui/tokens#colorPaletteGoldBackground2 | `colorPaletteGoldBackground2`} design token.\n *\n * @public\n */\n",
10244
10219
  "excerptTokens": [
10245
10220
  {
10246
10221
  "kind": "Content",
@@ -10266,7 +10241,7 @@
10266
10241
  {
10267
10242
  "kind": "Variable",
10268
10243
  "canonicalReference": "@fluentui/web-components!colorPaletteGoldBorderActive:var",
10269
- "docComment": "",
10244
+ "docComment": "/**\n * CSS custom property value for the {@link @fluentui/tokens#colorPaletteGoldBorderActive | `colorPaletteGoldBorderActive`} design token.\n *\n * @public\n */\n",
10270
10245
  "excerptTokens": [
10271
10246
  {
10272
10247
  "kind": "Content",
@@ -10292,7 +10267,7 @@
10292
10267
  {
10293
10268
  "kind": "Variable",
10294
10269
  "canonicalReference": "@fluentui/web-components!colorPaletteGoldForeground2:var",
10295
- "docComment": "",
10270
+ "docComment": "/**\n * CSS custom property value for the {@link @fluentui/tokens#colorPaletteGoldForeground2 | `colorPaletteGoldForeground2`} design token.\n *\n * @public\n */\n",
10296
10271
  "excerptTokens": [
10297
10272
  {
10298
10273
  "kind": "Content",
@@ -10318,7 +10293,7 @@
10318
10293
  {
10319
10294
  "kind": "Variable",
10320
10295
  "canonicalReference": "@fluentui/web-components!colorPaletteGrapeBackground2:var",
10321
- "docComment": "",
10296
+ "docComment": "/**\n * CSS custom property value for the {@link @fluentui/tokens#colorPaletteGrapeBackground2 | `colorPaletteGrapeBackground2`} design token.\n *\n * @public\n */\n",
10322
10297
  "excerptTokens": [
10323
10298
  {
10324
10299
  "kind": "Content",
@@ -10344,7 +10319,7 @@
10344
10319
  {
10345
10320
  "kind": "Variable",
10346
10321
  "canonicalReference": "@fluentui/web-components!colorPaletteGrapeBorderActive:var",
10347
- "docComment": "",
10322
+ "docComment": "/**\n * CSS custom property value for the {@link @fluentui/tokens#colorPaletteGrapeBorderActive | `colorPaletteGrapeBorderActive`} design token.\n *\n * @public\n */\n",
10348
10323
  "excerptTokens": [
10349
10324
  {
10350
10325
  "kind": "Content",
@@ -10370,7 +10345,7 @@
10370
10345
  {
10371
10346
  "kind": "Variable",
10372
10347
  "canonicalReference": "@fluentui/web-components!colorPaletteGrapeForeground2:var",
10373
- "docComment": "",
10348
+ "docComment": "/**\n * CSS custom property value for the {@link @fluentui/tokens#colorPaletteGrapeForeground2 | `colorPaletteGrapeForeground2`} design token.\n *\n * @public\n */\n",
10374
10349
  "excerptTokens": [
10375
10350
  {
10376
10351
  "kind": "Content",
@@ -10396,7 +10371,7 @@
10396
10371
  {
10397
10372
  "kind": "Variable",
10398
10373
  "canonicalReference": "@fluentui/web-components!colorPaletteGreenBackground1:var",
10399
- "docComment": "",
10374
+ "docComment": "/**\n * CSS custom property value for the {@link @fluentui/tokens#colorPaletteGreenBackground1 | `colorPaletteGreenBackground1`} design token.\n *\n * @public\n */\n",
10400
10375
  "excerptTokens": [
10401
10376
  {
10402
10377
  "kind": "Content",
@@ -10422,7 +10397,7 @@
10422
10397
  {
10423
10398
  "kind": "Variable",
10424
10399
  "canonicalReference": "@fluentui/web-components!colorPaletteGreenBackground2:var",
10425
- "docComment": "",
10400
+ "docComment": "/**\n * CSS custom property value for the {@link @fluentui/tokens#colorPaletteGreenBackground2 | `colorPaletteGreenBackground2`} design token.\n *\n * @public\n */\n",
10426
10401
  "excerptTokens": [
10427
10402
  {
10428
10403
  "kind": "Content",
@@ -10448,7 +10423,7 @@
10448
10423
  {
10449
10424
  "kind": "Variable",
10450
10425
  "canonicalReference": "@fluentui/web-components!colorPaletteGreenBackground3:var",
10451
- "docComment": "",
10426
+ "docComment": "/**\n * CSS custom property value for the {@link @fluentui/tokens#colorPaletteGreenBackground3 | `colorPaletteGreenBackground3`} design token.\n *\n * @public\n */\n",
10452
10427
  "excerptTokens": [
10453
10428
  {
10454
10429
  "kind": "Content",
@@ -10474,7 +10449,7 @@
10474
10449
  {
10475
10450
  "kind": "Variable",
10476
10451
  "canonicalReference": "@fluentui/web-components!colorPaletteGreenBorder1:var",
10477
- "docComment": "",
10452
+ "docComment": "/**\n * CSS custom property value for the {@link @fluentui/tokens#colorPaletteGreenBorder1 | `colorPaletteGreenBorder1`} design token.\n *\n * @public\n */\n",
10478
10453
  "excerptTokens": [
10479
10454
  {
10480
10455
  "kind": "Content",
@@ -10500,7 +10475,7 @@
10500
10475
  {
10501
10476
  "kind": "Variable",
10502
10477
  "canonicalReference": "@fluentui/web-components!colorPaletteGreenBorder2:var",
10503
- "docComment": "",
10478
+ "docComment": "/**\n * CSS custom property value for the {@link @fluentui/tokens#colorPaletteGreenBorder2 | `colorPaletteGreenBorder2`} design token.\n *\n * @public\n */\n",
10504
10479
  "excerptTokens": [
10505
10480
  {
10506
10481
  "kind": "Content",
@@ -10526,7 +10501,7 @@
10526
10501
  {
10527
10502
  "kind": "Variable",
10528
10503
  "canonicalReference": "@fluentui/web-components!colorPaletteGreenBorderActive:var",
10529
- "docComment": "",
10504
+ "docComment": "/**\n * CSS custom property value for the {@link @fluentui/tokens#colorPaletteGreenBorderActive | `colorPaletteGreenBorderActive`} design token.\n *\n * @public\n */\n",
10530
10505
  "excerptTokens": [
10531
10506
  {
10532
10507
  "kind": "Content",
@@ -10552,7 +10527,7 @@
10552
10527
  {
10553
10528
  "kind": "Variable",
10554
10529
  "canonicalReference": "@fluentui/web-components!colorPaletteGreenForeground1:var",
10555
- "docComment": "",
10530
+ "docComment": "/**\n * CSS custom property value for the {@link @fluentui/tokens#colorPaletteGreenForeground1 | `colorPaletteGreenForeground1`} design token.\n *\n * @public\n */\n",
10556
10531
  "excerptTokens": [
10557
10532
  {
10558
10533
  "kind": "Content",
@@ -10578,7 +10553,7 @@
10578
10553
  {
10579
10554
  "kind": "Variable",
10580
10555
  "canonicalReference": "@fluentui/web-components!colorPaletteGreenForeground2:var",
10581
- "docComment": "",
10556
+ "docComment": "/**\n * CSS custom property value for the {@link @fluentui/tokens#colorPaletteGreenForeground2 | `colorPaletteGreenForeground2`} design token.\n *\n * @public\n */\n",
10582
10557
  "excerptTokens": [
10583
10558
  {
10584
10559
  "kind": "Content",
@@ -10604,7 +10579,7 @@
10604
10579
  {
10605
10580
  "kind": "Variable",
10606
10581
  "canonicalReference": "@fluentui/web-components!colorPaletteGreenForeground3:var",
10607
- "docComment": "",
10582
+ "docComment": "/**\n * CSS custom property value for the {@link @fluentui/tokens#colorPaletteGreenForeground3 | `colorPaletteGreenForeground3`} design token.\n *\n * @public\n */\n",
10608
10583
  "excerptTokens": [
10609
10584
  {
10610
10585
  "kind": "Content",
@@ -10630,7 +10605,7 @@
10630
10605
  {
10631
10606
  "kind": "Variable",
10632
10607
  "canonicalReference": "@fluentui/web-components!colorPaletteGreenForegroundInverted:var",
10633
- "docComment": "",
10608
+ "docComment": "/**\n * CSS custom property value for the {@link @fluentui/tokens#colorPaletteGreenForegroundInverted | `colorPaletteGreenForegroundInverted`} design token.\n *\n * @public\n */\n",
10634
10609
  "excerptTokens": [
10635
10610
  {
10636
10611
  "kind": "Content",
@@ -10656,7 +10631,7 @@
10656
10631
  {
10657
10632
  "kind": "Variable",
10658
10633
  "canonicalReference": "@fluentui/web-components!colorPaletteLavenderBackground2:var",
10659
- "docComment": "",
10634
+ "docComment": "/**\n * CSS custom property value for the {@link @fluentui/tokens#colorPaletteLavenderBackground2 | `colorPaletteLavenderBackground2`} design token.\n *\n * @public\n */\n",
10660
10635
  "excerptTokens": [
10661
10636
  {
10662
10637
  "kind": "Content",
@@ -10682,7 +10657,7 @@
10682
10657
  {
10683
10658
  "kind": "Variable",
10684
10659
  "canonicalReference": "@fluentui/web-components!colorPaletteLavenderBorderActive:var",
10685
- "docComment": "",
10660
+ "docComment": "/**\n * CSS custom property value for the {@link @fluentui/tokens#colorPaletteLavenderBorderActive | `colorPaletteLavenderBorderActive`} design token.\n *\n * @public\n */\n",
10686
10661
  "excerptTokens": [
10687
10662
  {
10688
10663
  "kind": "Content",
@@ -10708,7 +10683,7 @@
10708
10683
  {
10709
10684
  "kind": "Variable",
10710
10685
  "canonicalReference": "@fluentui/web-components!colorPaletteLavenderForeground2:var",
10711
- "docComment": "",
10686
+ "docComment": "/**\n * CSS custom property value for the {@link @fluentui/tokens#colorPaletteLavenderForeground2 | `colorPaletteLavenderForeground2`} design token.\n *\n * @public\n */\n",
10712
10687
  "excerptTokens": [
10713
10688
  {
10714
10689
  "kind": "Content",
@@ -10734,7 +10709,7 @@
10734
10709
  {
10735
10710
  "kind": "Variable",
10736
10711
  "canonicalReference": "@fluentui/web-components!colorPaletteLightGreenBackground1:var",
10737
- "docComment": "",
10712
+ "docComment": "/**\n * CSS custom property value for the {@link @fluentui/tokens#colorPaletteLightGreenBackground1 | `colorPaletteLightGreenBackground1`} design token.\n *\n * @public\n */\n",
10738
10713
  "excerptTokens": [
10739
10714
  {
10740
10715
  "kind": "Content",
@@ -10760,7 +10735,7 @@
10760
10735
  {
10761
10736
  "kind": "Variable",
10762
10737
  "canonicalReference": "@fluentui/web-components!colorPaletteLightGreenBackground2:var",
10763
- "docComment": "",
10738
+ "docComment": "/**\n * CSS custom property value for the {@link @fluentui/tokens#colorPaletteLightGreenBackground2 | `colorPaletteLightGreenBackground2`} design token.\n *\n * @public\n */\n",
10764
10739
  "excerptTokens": [
10765
10740
  {
10766
10741
  "kind": "Content",
@@ -10786,7 +10761,7 @@
10786
10761
  {
10787
10762
  "kind": "Variable",
10788
10763
  "canonicalReference": "@fluentui/web-components!colorPaletteLightGreenBackground3:var",
10789
- "docComment": "",
10764
+ "docComment": "/**\n * CSS custom property value for the {@link @fluentui/tokens#colorPaletteLightGreenBackground3 | `colorPaletteLightGreenBackground3`} design token.\n *\n * @public\n */\n",
10790
10765
  "excerptTokens": [
10791
10766
  {
10792
10767
  "kind": "Content",
@@ -10812,7 +10787,7 @@
10812
10787
  {
10813
10788
  "kind": "Variable",
10814
10789
  "canonicalReference": "@fluentui/web-components!colorPaletteLightGreenBorder1:var",
10815
- "docComment": "",
10790
+ "docComment": "/**\n * CSS custom property value for the {@link @fluentui/tokens#colorPaletteLightGreenBorder1 | `colorPaletteLightGreenBorder1`} design token.\n *\n * @public\n */\n",
10816
10791
  "excerptTokens": [
10817
10792
  {
10818
10793
  "kind": "Content",
@@ -10838,7 +10813,7 @@
10838
10813
  {
10839
10814
  "kind": "Variable",
10840
10815
  "canonicalReference": "@fluentui/web-components!colorPaletteLightGreenBorder2:var",
10841
- "docComment": "",
10816
+ "docComment": "/**\n * CSS custom property value for the {@link @fluentui/tokens#colorPaletteLightGreenBorder2 | `colorPaletteLightGreenBorder2`} design token.\n *\n * @public\n */\n",
10842
10817
  "excerptTokens": [
10843
10818
  {
10844
10819
  "kind": "Content",
@@ -10864,7 +10839,7 @@
10864
10839
  {
10865
10840
  "kind": "Variable",
10866
10841
  "canonicalReference": "@fluentui/web-components!colorPaletteLightGreenBorderActive:var",
10867
- "docComment": "",
10842
+ "docComment": "/**\n * CSS custom property value for the {@link @fluentui/tokens#colorPaletteLightGreenBorderActive | `colorPaletteLightGreenBorderActive`} design token.\n *\n * @public\n */\n",
10868
10843
  "excerptTokens": [
10869
10844
  {
10870
10845
  "kind": "Content",
@@ -10890,7 +10865,7 @@
10890
10865
  {
10891
10866
  "kind": "Variable",
10892
10867
  "canonicalReference": "@fluentui/web-components!colorPaletteLightGreenForeground1:var",
10893
- "docComment": "",
10868
+ "docComment": "/**\n * CSS custom property value for the {@link @fluentui/tokens#colorPaletteLightGreenForeground1 | `colorPaletteLightGreenForeground1`} design token.\n *\n * @public\n */\n",
10894
10869
  "excerptTokens": [
10895
10870
  {
10896
10871
  "kind": "Content",
@@ -10916,7 +10891,7 @@
10916
10891
  {
10917
10892
  "kind": "Variable",
10918
10893
  "canonicalReference": "@fluentui/web-components!colorPaletteLightGreenForeground2:var",
10919
- "docComment": "",
10894
+ "docComment": "/**\n * CSS custom property value for the {@link @fluentui/tokens#colorPaletteLightGreenForeground2 | `colorPaletteLightGreenForeground2`} design token.\n *\n * @public\n */\n",
10920
10895
  "excerptTokens": [
10921
10896
  {
10922
10897
  "kind": "Content",
@@ -10942,7 +10917,7 @@
10942
10917
  {
10943
10918
  "kind": "Variable",
10944
10919
  "canonicalReference": "@fluentui/web-components!colorPaletteLightGreenForeground3:var",
10945
- "docComment": "",
10920
+ "docComment": "/**\n * CSS custom property value for the {@link @fluentui/tokens#colorPaletteLightGreenForeground3 | `colorPaletteLightGreenForeground3`} design token.\n *\n * @public\n */\n",
10946
10921
  "excerptTokens": [
10947
10922
  {
10948
10923
  "kind": "Content",
@@ -10968,7 +10943,7 @@
10968
10943
  {
10969
10944
  "kind": "Variable",
10970
10945
  "canonicalReference": "@fluentui/web-components!colorPaletteLightTealBackground2:var",
10971
- "docComment": "",
10946
+ "docComment": "/**\n * CSS custom property value for the {@link @fluentui/tokens#colorPaletteLightTealBackground2 | `colorPaletteLightTealBackground2`} design token.\n *\n * @public\n */\n",
10972
10947
  "excerptTokens": [
10973
10948
  {
10974
10949
  "kind": "Content",
@@ -10994,7 +10969,7 @@
10994
10969
  {
10995
10970
  "kind": "Variable",
10996
10971
  "canonicalReference": "@fluentui/web-components!colorPaletteLightTealBorderActive:var",
10997
- "docComment": "",
10972
+ "docComment": "/**\n * CSS custom property value for the {@link @fluentui/tokens#colorPaletteLightTealBorderActive | `colorPaletteLightTealBorderActive`} design token.\n *\n * @public\n */\n",
10998
10973
  "excerptTokens": [
10999
10974
  {
11000
10975
  "kind": "Content",
@@ -11020,7 +10995,7 @@
11020
10995
  {
11021
10996
  "kind": "Variable",
11022
10997
  "canonicalReference": "@fluentui/web-components!colorPaletteLightTealForeground2:var",
11023
- "docComment": "",
10998
+ "docComment": "/**\n * CSS custom property value for the {@link @fluentui/tokens#colorPaletteLightTealForeground2 | `colorPaletteLightTealForeground2`} design token.\n *\n * @public\n */\n",
11024
10999
  "excerptTokens": [
11025
11000
  {
11026
11001
  "kind": "Content",
@@ -11046,7 +11021,7 @@
11046
11021
  {
11047
11022
  "kind": "Variable",
11048
11023
  "canonicalReference": "@fluentui/web-components!colorPaletteLilacBackground2:var",
11049
- "docComment": "",
11024
+ "docComment": "/**\n * CSS custom property value for the {@link @fluentui/tokens#colorPaletteLilacBackground2 | `colorPaletteLilacBackground2`} design token.\n *\n * @public\n */\n",
11050
11025
  "excerptTokens": [
11051
11026
  {
11052
11027
  "kind": "Content",
@@ -11072,7 +11047,7 @@
11072
11047
  {
11073
11048
  "kind": "Variable",
11074
11049
  "canonicalReference": "@fluentui/web-components!colorPaletteLilacBorderActive:var",
11075
- "docComment": "",
11050
+ "docComment": "/**\n * CSS custom property value for the {@link @fluentui/tokens#colorPaletteLilacBorderActive | `colorPaletteLilacBorderActive`} design token.\n *\n * @public\n */\n",
11076
11051
  "excerptTokens": [
11077
11052
  {
11078
11053
  "kind": "Content",
@@ -11098,7 +11073,7 @@
11098
11073
  {
11099
11074
  "kind": "Variable",
11100
11075
  "canonicalReference": "@fluentui/web-components!colorPaletteLilacForeground2:var",
11101
- "docComment": "",
11076
+ "docComment": "/**\n * CSS custom property value for the {@link @fluentui/tokens#colorPaletteLilacForeground2 | `colorPaletteLilacForeground2`} design token.\n *\n * @public\n */\n",
11102
11077
  "excerptTokens": [
11103
11078
  {
11104
11079
  "kind": "Content",
@@ -11124,7 +11099,7 @@
11124
11099
  {
11125
11100
  "kind": "Variable",
11126
11101
  "canonicalReference": "@fluentui/web-components!colorPaletteMagentaBackground2:var",
11127
- "docComment": "",
11102
+ "docComment": "/**\n * CSS custom property value for the {@link @fluentui/tokens#colorPaletteMagentaBackground2 | `colorPaletteMagentaBackground2`} design token.\n *\n * @public\n */\n",
11128
11103
  "excerptTokens": [
11129
11104
  {
11130
11105
  "kind": "Content",
@@ -11150,7 +11125,7 @@
11150
11125
  {
11151
11126
  "kind": "Variable",
11152
11127
  "canonicalReference": "@fluentui/web-components!colorPaletteMagentaBorderActive:var",
11153
- "docComment": "",
11128
+ "docComment": "/**\n * CSS custom property value for the {@link @fluentui/tokens#colorPaletteMagentaBorderActive | `colorPaletteMagentaBorderActive`} design token.\n *\n * @public\n */\n",
11154
11129
  "excerptTokens": [
11155
11130
  {
11156
11131
  "kind": "Content",
@@ -11176,7 +11151,7 @@
11176
11151
  {
11177
11152
  "kind": "Variable",
11178
11153
  "canonicalReference": "@fluentui/web-components!colorPaletteMagentaForeground2:var",
11179
- "docComment": "",
11154
+ "docComment": "/**\n * CSS custom property value for the {@link @fluentui/tokens#colorPaletteMagentaForeground2 | `colorPaletteMagentaForeground2`} design token.\n *\n * @public\n */\n",
11180
11155
  "excerptTokens": [
11181
11156
  {
11182
11157
  "kind": "Content",
@@ -11202,7 +11177,7 @@
11202
11177
  {
11203
11178
  "kind": "Variable",
11204
11179
  "canonicalReference": "@fluentui/web-components!colorPaletteMarigoldBackground1:var",
11205
- "docComment": "",
11180
+ "docComment": "/**\n * CSS custom property value for the {@link @fluentui/tokens#colorPaletteMarigoldBackground1 | `colorPaletteMarigoldBackground1`} design token.\n *\n * @public\n */\n",
11206
11181
  "excerptTokens": [
11207
11182
  {
11208
11183
  "kind": "Content",
@@ -11228,7 +11203,7 @@
11228
11203
  {
11229
11204
  "kind": "Variable",
11230
11205
  "canonicalReference": "@fluentui/web-components!colorPaletteMarigoldBackground2:var",
11231
- "docComment": "",
11206
+ "docComment": "/**\n * CSS custom property value for the {@link @fluentui/tokens#colorPaletteMarigoldBackground2 | `colorPaletteMarigoldBackground2`} design token.\n *\n * @public\n */\n",
11232
11207
  "excerptTokens": [
11233
11208
  {
11234
11209
  "kind": "Content",
@@ -11254,7 +11229,7 @@
11254
11229
  {
11255
11230
  "kind": "Variable",
11256
11231
  "canonicalReference": "@fluentui/web-components!colorPaletteMarigoldBackground3:var",
11257
- "docComment": "",
11232
+ "docComment": "/**\n * CSS custom property value for the {@link @fluentui/tokens#colorPaletteMarigoldBackground3 | `colorPaletteMarigoldBackground3`} design token.\n *\n * @public\n */\n",
11258
11233
  "excerptTokens": [
11259
11234
  {
11260
11235
  "kind": "Content",
@@ -11280,7 +11255,7 @@
11280
11255
  {
11281
11256
  "kind": "Variable",
11282
11257
  "canonicalReference": "@fluentui/web-components!colorPaletteMarigoldBorder1:var",
11283
- "docComment": "",
11258
+ "docComment": "/**\n * CSS custom property value for the {@link @fluentui/tokens#colorPaletteMarigoldBorder1 | `colorPaletteMarigoldBorder1`} design token.\n *\n * @public\n */\n",
11284
11259
  "excerptTokens": [
11285
11260
  {
11286
11261
  "kind": "Content",
@@ -11306,7 +11281,7 @@
11306
11281
  {
11307
11282
  "kind": "Variable",
11308
11283
  "canonicalReference": "@fluentui/web-components!colorPaletteMarigoldBorder2:var",
11309
- "docComment": "",
11284
+ "docComment": "/**\n * CSS custom property value for the {@link @fluentui/tokens#colorPaletteMarigoldBorder2 | `colorPaletteMarigoldBorder2`} design token.\n *\n * @public\n */\n",
11310
11285
  "excerptTokens": [
11311
11286
  {
11312
11287
  "kind": "Content",
@@ -11332,7 +11307,7 @@
11332
11307
  {
11333
11308
  "kind": "Variable",
11334
11309
  "canonicalReference": "@fluentui/web-components!colorPaletteMarigoldBorderActive:var",
11335
- "docComment": "",
11310
+ "docComment": "/**\n * CSS custom property value for the {@link @fluentui/tokens#colorPaletteMarigoldBorderActive | `colorPaletteMarigoldBorderActive`} design token.\n *\n * @public\n */\n",
11336
11311
  "excerptTokens": [
11337
11312
  {
11338
11313
  "kind": "Content",
@@ -11358,7 +11333,7 @@
11358
11333
  {
11359
11334
  "kind": "Variable",
11360
11335
  "canonicalReference": "@fluentui/web-components!colorPaletteMarigoldForeground1:var",
11361
- "docComment": "",
11336
+ "docComment": "/**\n * CSS custom property value for the {@link @fluentui/tokens#colorPaletteMarigoldForeground1 | `colorPaletteMarigoldForeground1`} design token.\n *\n * @public\n */\n",
11362
11337
  "excerptTokens": [
11363
11338
  {
11364
11339
  "kind": "Content",
@@ -11384,7 +11359,7 @@
11384
11359
  {
11385
11360
  "kind": "Variable",
11386
11361
  "canonicalReference": "@fluentui/web-components!colorPaletteMarigoldForeground2:var",
11387
- "docComment": "",
11362
+ "docComment": "/**\n * CSS custom property value for the {@link @fluentui/tokens#colorPaletteMarigoldForeground2 | `colorPaletteMarigoldForeground2`} design token.\n *\n * @public\n */\n",
11388
11363
  "excerptTokens": [
11389
11364
  {
11390
11365
  "kind": "Content",
@@ -11410,7 +11385,7 @@
11410
11385
  {
11411
11386
  "kind": "Variable",
11412
11387
  "canonicalReference": "@fluentui/web-components!colorPaletteMarigoldForeground3:var",
11413
- "docComment": "",
11388
+ "docComment": "/**\n * CSS custom property value for the {@link @fluentui/tokens#colorPaletteMarigoldForeground3 | `colorPaletteMarigoldForeground3`} design token.\n *\n * @public\n */\n",
11414
11389
  "excerptTokens": [
11415
11390
  {
11416
11391
  "kind": "Content",
@@ -11436,7 +11411,7 @@
11436
11411
  {
11437
11412
  "kind": "Variable",
11438
11413
  "canonicalReference": "@fluentui/web-components!colorPaletteMinkBackground2:var",
11439
- "docComment": "",
11414
+ "docComment": "/**\n * CSS custom property value for the {@link @fluentui/tokens#colorPaletteMinkBackground2 | `colorPaletteMinkBackground2`} design token.\n *\n * @public\n */\n",
11440
11415
  "excerptTokens": [
11441
11416
  {
11442
11417
  "kind": "Content",
@@ -11462,7 +11437,7 @@
11462
11437
  {
11463
11438
  "kind": "Variable",
11464
11439
  "canonicalReference": "@fluentui/web-components!colorPaletteMinkBorderActive:var",
11465
- "docComment": "",
11440
+ "docComment": "/**\n * CSS custom property value for the {@link @fluentui/tokens#colorPaletteMinkBorderActive | `colorPaletteMinkBorderActive`} design token.\n *\n * @public\n */\n",
11466
11441
  "excerptTokens": [
11467
11442
  {
11468
11443
  "kind": "Content",
@@ -11488,7 +11463,7 @@
11488
11463
  {
11489
11464
  "kind": "Variable",
11490
11465
  "canonicalReference": "@fluentui/web-components!colorPaletteMinkForeground2:var",
11491
- "docComment": "",
11466
+ "docComment": "/**\n * CSS custom property value for the {@link @fluentui/tokens#colorPaletteMinkForeground2 | `colorPaletteMinkForeground2`} design token.\n *\n * @public\n */\n",
11492
11467
  "excerptTokens": [
11493
11468
  {
11494
11469
  "kind": "Content",
@@ -11514,7 +11489,7 @@
11514
11489
  {
11515
11490
  "kind": "Variable",
11516
11491
  "canonicalReference": "@fluentui/web-components!colorPaletteNavyBackground2:var",
11517
- "docComment": "",
11492
+ "docComment": "/**\n * CSS custom property value for the {@link @fluentui/tokens#colorPaletteNavyBackground2 | `colorPaletteNavyBackground2`} design token.\n *\n * @public\n */\n",
11518
11493
  "excerptTokens": [
11519
11494
  {
11520
11495
  "kind": "Content",
@@ -11540,7 +11515,7 @@
11540
11515
  {
11541
11516
  "kind": "Variable",
11542
11517
  "canonicalReference": "@fluentui/web-components!colorPaletteNavyBorderActive:var",
11543
- "docComment": "",
11518
+ "docComment": "/**\n * CSS custom property value for the {@link @fluentui/tokens#colorPaletteNavyBorderActive | `colorPaletteNavyBorderActive`} design token.\n *\n * @public\n */\n",
11544
11519
  "excerptTokens": [
11545
11520
  {
11546
11521
  "kind": "Content",
@@ -11566,7 +11541,7 @@
11566
11541
  {
11567
11542
  "kind": "Variable",
11568
11543
  "canonicalReference": "@fluentui/web-components!colorPaletteNavyForeground2:var",
11569
- "docComment": "",
11544
+ "docComment": "/**\n * CSS custom property value for the {@link @fluentui/tokens#colorPaletteNavyForeground2 | `colorPaletteNavyForeground2`} design token.\n *\n * @public\n */\n",
11570
11545
  "excerptTokens": [
11571
11546
  {
11572
11547
  "kind": "Content",
@@ -11592,7 +11567,7 @@
11592
11567
  {
11593
11568
  "kind": "Variable",
11594
11569
  "canonicalReference": "@fluentui/web-components!colorPalettePeachBackground2:var",
11595
- "docComment": "",
11570
+ "docComment": "/**\n * CSS custom property value for the {@link @fluentui/tokens#colorPalettePeachBackground2 | `colorPalettePeachBackground2`} design token.\n *\n * @public\n */\n",
11596
11571
  "excerptTokens": [
11597
11572
  {
11598
11573
  "kind": "Content",
@@ -11618,7 +11593,7 @@
11618
11593
  {
11619
11594
  "kind": "Variable",
11620
11595
  "canonicalReference": "@fluentui/web-components!colorPalettePeachBorderActive:var",
11621
- "docComment": "",
11596
+ "docComment": "/**\n * CSS custom property value for the {@link @fluentui/tokens#colorPalettePeachBorderActive | `colorPalettePeachBorderActive`} design token.\n *\n * @public\n */\n",
11622
11597
  "excerptTokens": [
11623
11598
  {
11624
11599
  "kind": "Content",
@@ -11644,7 +11619,7 @@
11644
11619
  {
11645
11620
  "kind": "Variable",
11646
11621
  "canonicalReference": "@fluentui/web-components!colorPalettePeachForeground2:var",
11647
- "docComment": "",
11622
+ "docComment": "/**\n * CSS custom property value for the {@link @fluentui/tokens#colorPalettePeachForeground2 | `colorPalettePeachForeground2`} design token.\n *\n * @public\n */\n",
11648
11623
  "excerptTokens": [
11649
11624
  {
11650
11625
  "kind": "Content",
@@ -11670,7 +11645,7 @@
11670
11645
  {
11671
11646
  "kind": "Variable",
11672
11647
  "canonicalReference": "@fluentui/web-components!colorPalettePinkBackground2:var",
11673
- "docComment": "",
11648
+ "docComment": "/**\n * CSS custom property value for the {@link @fluentui/tokens#colorPalettePinkBackground2 | `colorPalettePinkBackground2`} design token.\n *\n * @public\n */\n",
11674
11649
  "excerptTokens": [
11675
11650
  {
11676
11651
  "kind": "Content",
@@ -11696,7 +11671,7 @@
11696
11671
  {
11697
11672
  "kind": "Variable",
11698
11673
  "canonicalReference": "@fluentui/web-components!colorPalettePinkBorderActive:var",
11699
- "docComment": "",
11674
+ "docComment": "/**\n * CSS custom property value for the {@link @fluentui/tokens#colorPalettePinkBorderActive | `colorPalettePinkBorderActive`} design token.\n *\n * @public\n */\n",
11700
11675
  "excerptTokens": [
11701
11676
  {
11702
11677
  "kind": "Content",
@@ -11722,7 +11697,7 @@
11722
11697
  {
11723
11698
  "kind": "Variable",
11724
11699
  "canonicalReference": "@fluentui/web-components!colorPalettePinkForeground2:var",
11725
- "docComment": "",
11700
+ "docComment": "/**\n * CSS custom property value for the {@link @fluentui/tokens#colorPalettePinkForeground2 | `colorPalettePinkForeground2`} design token.\n *\n * @public\n */\n",
11726
11701
  "excerptTokens": [
11727
11702
  {
11728
11703
  "kind": "Content",
@@ -11748,7 +11723,7 @@
11748
11723
  {
11749
11724
  "kind": "Variable",
11750
11725
  "canonicalReference": "@fluentui/web-components!colorPalettePlatinumBackground2:var",
11751
- "docComment": "",
11726
+ "docComment": "/**\n * CSS custom property value for the {@link @fluentui/tokens#colorPalettePlatinumBackground2 | `colorPalettePlatinumBackground2`} design token.\n *\n * @public\n */\n",
11752
11727
  "excerptTokens": [
11753
11728
  {
11754
11729
  "kind": "Content",
@@ -11774,7 +11749,7 @@
11774
11749
  {
11775
11750
  "kind": "Variable",
11776
11751
  "canonicalReference": "@fluentui/web-components!colorPalettePlatinumBorderActive:var",
11777
- "docComment": "",
11752
+ "docComment": "/**\n * CSS custom property value for the {@link @fluentui/tokens#colorPalettePlatinumBorderActive | `colorPalettePlatinumBorderActive`} design token.\n *\n * @public\n */\n",
11778
11753
  "excerptTokens": [
11779
11754
  {
11780
11755
  "kind": "Content",
@@ -11800,7 +11775,7 @@
11800
11775
  {
11801
11776
  "kind": "Variable",
11802
11777
  "canonicalReference": "@fluentui/web-components!colorPalettePlatinumForeground2:var",
11803
- "docComment": "",
11778
+ "docComment": "/**\n * CSS custom property value for the {@link @fluentui/tokens#colorPalettePlatinumForeground2 | `colorPalettePlatinumForeground2`} design token.\n *\n * @public\n */\n",
11804
11779
  "excerptTokens": [
11805
11780
  {
11806
11781
  "kind": "Content",
@@ -11826,7 +11801,7 @@
11826
11801
  {
11827
11802
  "kind": "Variable",
11828
11803
  "canonicalReference": "@fluentui/web-components!colorPalettePlumBackground2:var",
11829
- "docComment": "",
11804
+ "docComment": "/**\n * CSS custom property value for the {@link @fluentui/tokens#colorPalettePlumBackground2 | `colorPalettePlumBackground2`} design token.\n *\n * @public\n */\n",
11830
11805
  "excerptTokens": [
11831
11806
  {
11832
11807
  "kind": "Content",
@@ -11852,7 +11827,7 @@
11852
11827
  {
11853
11828
  "kind": "Variable",
11854
11829
  "canonicalReference": "@fluentui/web-components!colorPalettePlumBorderActive:var",
11855
- "docComment": "",
11830
+ "docComment": "/**\n * CSS custom property value for the {@link @fluentui/tokens#colorPalettePlumBorderActive | `colorPalettePlumBorderActive`} design token.\n *\n * @public\n */\n",
11856
11831
  "excerptTokens": [
11857
11832
  {
11858
11833
  "kind": "Content",
@@ -11878,7 +11853,7 @@
11878
11853
  {
11879
11854
  "kind": "Variable",
11880
11855
  "canonicalReference": "@fluentui/web-components!colorPalettePlumForeground2:var",
11881
- "docComment": "",
11856
+ "docComment": "/**\n * CSS custom property value for the {@link @fluentui/tokens#colorPalettePlumForeground2 | `colorPalettePlumForeground2`} design token.\n *\n * @public\n */\n",
11882
11857
  "excerptTokens": [
11883
11858
  {
11884
11859
  "kind": "Content",
@@ -11904,7 +11879,7 @@
11904
11879
  {
11905
11880
  "kind": "Variable",
11906
11881
  "canonicalReference": "@fluentui/web-components!colorPalettePumpkinBackground2:var",
11907
- "docComment": "",
11882
+ "docComment": "/**\n * CSS custom property value for the {@link @fluentui/tokens#colorPalettePumpkinBackground2 | `colorPalettePumpkinBackground2`} design token.\n *\n * @public\n */\n",
11908
11883
  "excerptTokens": [
11909
11884
  {
11910
11885
  "kind": "Content",
@@ -11930,7 +11905,7 @@
11930
11905
  {
11931
11906
  "kind": "Variable",
11932
11907
  "canonicalReference": "@fluentui/web-components!colorPalettePumpkinBorderActive:var",
11933
- "docComment": "",
11908
+ "docComment": "/**\n * CSS custom property value for the {@link @fluentui/tokens#colorPalettePumpkinBorderActive | `colorPalettePumpkinBorderActive`} design token.\n *\n * @public\n */\n",
11934
11909
  "excerptTokens": [
11935
11910
  {
11936
11911
  "kind": "Content",
@@ -11956,7 +11931,7 @@
11956
11931
  {
11957
11932
  "kind": "Variable",
11958
11933
  "canonicalReference": "@fluentui/web-components!colorPalettePumpkinForeground2:var",
11959
- "docComment": "",
11934
+ "docComment": "/**\n * CSS custom property value for the {@link @fluentui/tokens#colorPalettePumpkinForeground2 | `colorPalettePumpkinForeground2`} design token.\n *\n * @public\n */\n",
11960
11935
  "excerptTokens": [
11961
11936
  {
11962
11937
  "kind": "Content",
@@ -11982,7 +11957,7 @@
11982
11957
  {
11983
11958
  "kind": "Variable",
11984
11959
  "canonicalReference": "@fluentui/web-components!colorPalettePurpleBackground2:var",
11985
- "docComment": "",
11960
+ "docComment": "/**\n * CSS custom property value for the {@link @fluentui/tokens#colorPalettePurpleBackground2 | `colorPalettePurpleBackground2`} design token.\n *\n * @public\n */\n",
11986
11961
  "excerptTokens": [
11987
11962
  {
11988
11963
  "kind": "Content",
@@ -12008,7 +11983,7 @@
12008
11983
  {
12009
11984
  "kind": "Variable",
12010
11985
  "canonicalReference": "@fluentui/web-components!colorPalettePurpleBorderActive:var",
12011
- "docComment": "",
11986
+ "docComment": "/**\n * CSS custom property value for the {@link @fluentui/tokens#colorPalettePurpleBorderActive | `colorPalettePurpleBorderActive`} design token.\n *\n * @public\n */\n",
12012
11987
  "excerptTokens": [
12013
11988
  {
12014
11989
  "kind": "Content",
@@ -12034,7 +12009,7 @@
12034
12009
  {
12035
12010
  "kind": "Variable",
12036
12011
  "canonicalReference": "@fluentui/web-components!colorPalettePurpleForeground2:var",
12037
- "docComment": "",
12012
+ "docComment": "/**\n * CSS custom property value for the {@link @fluentui/tokens#colorPalettePurpleForeground2 | `colorPalettePurpleForeground2`} design token.\n *\n * @public\n */\n",
12038
12013
  "excerptTokens": [
12039
12014
  {
12040
12015
  "kind": "Content",
@@ -12060,7 +12035,7 @@
12060
12035
  {
12061
12036
  "kind": "Variable",
12062
12037
  "canonicalReference": "@fluentui/web-components!colorPaletteRedBackground1:var",
12063
- "docComment": "",
12038
+ "docComment": "/**\n * CSS custom property value for the {@link @fluentui/tokens#colorPaletteRedBackground1 | `colorPaletteRedBackground1`} design token.\n *\n * @public\n */\n",
12064
12039
  "excerptTokens": [
12065
12040
  {
12066
12041
  "kind": "Content",
@@ -12086,7 +12061,7 @@
12086
12061
  {
12087
12062
  "kind": "Variable",
12088
12063
  "canonicalReference": "@fluentui/web-components!colorPaletteRedBackground2:var",
12089
- "docComment": "",
12064
+ "docComment": "/**\n * CSS custom property value for the {@link @fluentui/tokens#colorPaletteRedBackground2 | `colorPaletteRedBackground2`} design token.\n *\n * @public\n */\n",
12090
12065
  "excerptTokens": [
12091
12066
  {
12092
12067
  "kind": "Content",
@@ -12112,7 +12087,7 @@
12112
12087
  {
12113
12088
  "kind": "Variable",
12114
12089
  "canonicalReference": "@fluentui/web-components!colorPaletteRedBackground3:var",
12115
- "docComment": "",
12090
+ "docComment": "/**\n * CSS custom property value for the {@link @fluentui/tokens#colorPaletteRedBackground3 | `colorPaletteRedBackground3`} design token.\n *\n * @public\n */\n",
12116
12091
  "excerptTokens": [
12117
12092
  {
12118
12093
  "kind": "Content",
@@ -12138,7 +12113,7 @@
12138
12113
  {
12139
12114
  "kind": "Variable",
12140
12115
  "canonicalReference": "@fluentui/web-components!colorPaletteRedBorder1:var",
12141
- "docComment": "",
12116
+ "docComment": "/**\n * CSS custom property value for the {@link @fluentui/tokens#colorPaletteRedBorder1 | `colorPaletteRedBorder1`} design token.\n *\n * @public\n */\n",
12142
12117
  "excerptTokens": [
12143
12118
  {
12144
12119
  "kind": "Content",
@@ -12164,7 +12139,7 @@
12164
12139
  {
12165
12140
  "kind": "Variable",
12166
12141
  "canonicalReference": "@fluentui/web-components!colorPaletteRedBorder2:var",
12167
- "docComment": "",
12142
+ "docComment": "/**\n * CSS custom property value for the {@link @fluentui/tokens#colorPaletteRedBorder2 | `colorPaletteRedBorder2`} design token.\n *\n * @public\n */\n",
12168
12143
  "excerptTokens": [
12169
12144
  {
12170
12145
  "kind": "Content",
@@ -12190,7 +12165,7 @@
12190
12165
  {
12191
12166
  "kind": "Variable",
12192
12167
  "canonicalReference": "@fluentui/web-components!colorPaletteRedBorderActive:var",
12193
- "docComment": "",
12168
+ "docComment": "/**\n * CSS custom property value for the {@link @fluentui/tokens#colorPaletteRedBorderActive | `colorPaletteRedBorderActive`} design token.\n *\n * @public\n */\n",
12194
12169
  "excerptTokens": [
12195
12170
  {
12196
12171
  "kind": "Content",
@@ -12216,7 +12191,7 @@
12216
12191
  {
12217
12192
  "kind": "Variable",
12218
12193
  "canonicalReference": "@fluentui/web-components!colorPaletteRedForeground1:var",
12219
- "docComment": "",
12194
+ "docComment": "/**\n * CSS custom property value for the {@link @fluentui/tokens#colorPaletteRedForeground1 | `colorPaletteRedForeground1`} design token.\n *\n * @public\n */\n",
12220
12195
  "excerptTokens": [
12221
12196
  {
12222
12197
  "kind": "Content",
@@ -12242,7 +12217,7 @@
12242
12217
  {
12243
12218
  "kind": "Variable",
12244
12219
  "canonicalReference": "@fluentui/web-components!colorPaletteRedForeground2:var",
12245
- "docComment": "",
12220
+ "docComment": "/**\n * CSS custom property value for the {@link @fluentui/tokens#colorPaletteRedForeground2 | `colorPaletteRedForeground2`} design token.\n *\n * @public\n */\n",
12246
12221
  "excerptTokens": [
12247
12222
  {
12248
12223
  "kind": "Content",
@@ -12268,7 +12243,7 @@
12268
12243
  {
12269
12244
  "kind": "Variable",
12270
12245
  "canonicalReference": "@fluentui/web-components!colorPaletteRedForeground3:var",
12271
- "docComment": "",
12246
+ "docComment": "/**\n * CSS custom property value for the {@link @fluentui/tokens#colorPaletteRedForeground3 | `colorPaletteRedForeground3`} design token.\n *\n * @public\n */\n",
12272
12247
  "excerptTokens": [
12273
12248
  {
12274
12249
  "kind": "Content",
@@ -12294,7 +12269,7 @@
12294
12269
  {
12295
12270
  "kind": "Variable",
12296
12271
  "canonicalReference": "@fluentui/web-components!colorPaletteRedForegroundInverted:var",
12297
- "docComment": "",
12272
+ "docComment": "/**\n * CSS custom property value for the {@link @fluentui/tokens#colorPaletteRedForegroundInverted | `colorPaletteRedForegroundInverted`} design token.\n *\n * @public\n */\n",
12298
12273
  "excerptTokens": [
12299
12274
  {
12300
12275
  "kind": "Content",
@@ -12320,7 +12295,7 @@
12320
12295
  {
12321
12296
  "kind": "Variable",
12322
12297
  "canonicalReference": "@fluentui/web-components!colorPaletteRoyalBlueBackground2:var",
12323
- "docComment": "",
12298
+ "docComment": "/**\n * CSS custom property value for the {@link @fluentui/tokens#colorPaletteRoyalBlueBackground2 | `colorPaletteRoyalBlueBackground2`} design token.\n *\n * @public\n */\n",
12324
12299
  "excerptTokens": [
12325
12300
  {
12326
12301
  "kind": "Content",
@@ -12346,7 +12321,7 @@
12346
12321
  {
12347
12322
  "kind": "Variable",
12348
12323
  "canonicalReference": "@fluentui/web-components!colorPaletteRoyalBlueBorderActive:var",
12349
- "docComment": "",
12324
+ "docComment": "/**\n * CSS custom property value for the {@link @fluentui/tokens#colorPaletteRoyalBlueBorderActive | `colorPaletteRoyalBlueBorderActive`} design token.\n *\n * @public\n */\n",
12350
12325
  "excerptTokens": [
12351
12326
  {
12352
12327
  "kind": "Content",
@@ -12372,7 +12347,7 @@
12372
12347
  {
12373
12348
  "kind": "Variable",
12374
12349
  "canonicalReference": "@fluentui/web-components!colorPaletteRoyalBlueForeground2:var",
12375
- "docComment": "",
12350
+ "docComment": "/**\n * CSS custom property value for the {@link @fluentui/tokens#colorPaletteRoyalBlueForeground2 | `colorPaletteRoyalBlueForeground2`} design token.\n *\n * @public\n */\n",
12376
12351
  "excerptTokens": [
12377
12352
  {
12378
12353
  "kind": "Content",
@@ -12398,7 +12373,7 @@
12398
12373
  {
12399
12374
  "kind": "Variable",
12400
12375
  "canonicalReference": "@fluentui/web-components!colorPaletteSeafoamBackground2:var",
12401
- "docComment": "",
12376
+ "docComment": "/**\n * CSS custom property value for the {@link @fluentui/tokens#colorPaletteSeafoamBackground2 | `colorPaletteSeafoamBackground2`} design token.\n *\n * @public\n */\n",
12402
12377
  "excerptTokens": [
12403
12378
  {
12404
12379
  "kind": "Content",
@@ -12424,7 +12399,7 @@
12424
12399
  {
12425
12400
  "kind": "Variable",
12426
12401
  "canonicalReference": "@fluentui/web-components!colorPaletteSeafoamBorderActive:var",
12427
- "docComment": "",
12402
+ "docComment": "/**\n * CSS custom property value for the {@link @fluentui/tokens#colorPaletteSeafoamBorderActive | `colorPaletteSeafoamBorderActive`} design token.\n *\n * @public\n */\n",
12428
12403
  "excerptTokens": [
12429
12404
  {
12430
12405
  "kind": "Content",
@@ -12450,7 +12425,7 @@
12450
12425
  {
12451
12426
  "kind": "Variable",
12452
12427
  "canonicalReference": "@fluentui/web-components!colorPaletteSeafoamForeground2:var",
12453
- "docComment": "",
12428
+ "docComment": "/**\n * CSS custom property value for the {@link @fluentui/tokens#colorPaletteSeafoamForeground2 | `colorPaletteSeafoamForeground2`} design token.\n *\n * @public\n */\n",
12454
12429
  "excerptTokens": [
12455
12430
  {
12456
12431
  "kind": "Content",
@@ -12476,7 +12451,7 @@
12476
12451
  {
12477
12452
  "kind": "Variable",
12478
12453
  "canonicalReference": "@fluentui/web-components!colorPaletteSteelBackground2:var",
12479
- "docComment": "",
12454
+ "docComment": "/**\n * CSS custom property value for the {@link @fluentui/tokens#colorPaletteSteelBackground2 | `colorPaletteSteelBackground2`} design token.\n *\n * @public\n */\n",
12480
12455
  "excerptTokens": [
12481
12456
  {
12482
12457
  "kind": "Content",
@@ -12502,7 +12477,7 @@
12502
12477
  {
12503
12478
  "kind": "Variable",
12504
12479
  "canonicalReference": "@fluentui/web-components!colorPaletteSteelBorderActive:var",
12505
- "docComment": "",
12480
+ "docComment": "/**\n * CSS custom property value for the {@link @fluentui/tokens#colorPaletteSteelBorderActive | `colorPaletteSteelBorderActive`} design token.\n *\n * @public\n */\n",
12506
12481
  "excerptTokens": [
12507
12482
  {
12508
12483
  "kind": "Content",
@@ -12528,7 +12503,7 @@
12528
12503
  {
12529
12504
  "kind": "Variable",
12530
12505
  "canonicalReference": "@fluentui/web-components!colorPaletteSteelForeground2:var",
12531
- "docComment": "",
12506
+ "docComment": "/**\n * CSS custom property value for the {@link @fluentui/tokens#colorPaletteSteelForeground2 | `colorPaletteSteelForeground2`} design token.\n *\n * @public\n */\n",
12532
12507
  "excerptTokens": [
12533
12508
  {
12534
12509
  "kind": "Content",
@@ -12554,7 +12529,7 @@
12554
12529
  {
12555
12530
  "kind": "Variable",
12556
12531
  "canonicalReference": "@fluentui/web-components!colorPaletteTealBackground2:var",
12557
- "docComment": "",
12532
+ "docComment": "/**\n * CSS custom property value for the {@link @fluentui/tokens#colorPaletteTealBackground2 | `colorPaletteTealBackground2`} design token.\n *\n * @public\n */\n",
12558
12533
  "excerptTokens": [
12559
12534
  {
12560
12535
  "kind": "Content",
@@ -12580,7 +12555,7 @@
12580
12555
  {
12581
12556
  "kind": "Variable",
12582
12557
  "canonicalReference": "@fluentui/web-components!colorPaletteTealBorderActive:var",
12583
- "docComment": "",
12558
+ "docComment": "/**\n * CSS custom property value for the {@link @fluentui/tokens#colorPaletteTealBorderActive | `colorPaletteTealBorderActive`} design token.\n *\n * @public\n */\n",
12584
12559
  "excerptTokens": [
12585
12560
  {
12586
12561
  "kind": "Content",
@@ -12606,7 +12581,7 @@
12606
12581
  {
12607
12582
  "kind": "Variable",
12608
12583
  "canonicalReference": "@fluentui/web-components!colorPaletteTealForeground2:var",
12609
- "docComment": "",
12584
+ "docComment": "/**\n * CSS custom property value for the {@link @fluentui/tokens#colorPaletteTealForeground2 | `colorPaletteTealForeground2`} design token.\n *\n * @public\n */\n",
12610
12585
  "excerptTokens": [
12611
12586
  {
12612
12587
  "kind": "Content",
@@ -12632,7 +12607,7 @@
12632
12607
  {
12633
12608
  "kind": "Variable",
12634
12609
  "canonicalReference": "@fluentui/web-components!colorPaletteYellowBackground1:var",
12635
- "docComment": "",
12610
+ "docComment": "/**\n * CSS custom property value for the {@link @fluentui/tokens#colorPaletteYellowBackground1 | `colorPaletteYellowBackground1`} design token.\n *\n * @public\n */\n",
12636
12611
  "excerptTokens": [
12637
12612
  {
12638
12613
  "kind": "Content",
@@ -12658,7 +12633,7 @@
12658
12633
  {
12659
12634
  "kind": "Variable",
12660
12635
  "canonicalReference": "@fluentui/web-components!colorPaletteYellowBackground2:var",
12661
- "docComment": "",
12636
+ "docComment": "/**\n * CSS custom property value for the {@link @fluentui/tokens#colorPaletteYellowBackground2 | `colorPaletteYellowBackground2`} design token.\n *\n * @public\n */\n",
12662
12637
  "excerptTokens": [
12663
12638
  {
12664
12639
  "kind": "Content",
@@ -12684,7 +12659,7 @@
12684
12659
  {
12685
12660
  "kind": "Variable",
12686
12661
  "canonicalReference": "@fluentui/web-components!colorPaletteYellowBackground3:var",
12687
- "docComment": "",
12662
+ "docComment": "/**\n * CSS custom property value for the {@link @fluentui/tokens#colorPaletteYellowBackground3 | `colorPaletteYellowBackground3`} design token.\n *\n * @public\n */\n",
12688
12663
  "excerptTokens": [
12689
12664
  {
12690
12665
  "kind": "Content",
@@ -12710,7 +12685,7 @@
12710
12685
  {
12711
12686
  "kind": "Variable",
12712
12687
  "canonicalReference": "@fluentui/web-components!colorPaletteYellowBorder1:var",
12713
- "docComment": "",
12688
+ "docComment": "/**\n * CSS custom property value for the {@link @fluentui/tokens#colorPaletteYellowBorder1 | `colorPaletteYellowBorder1`} design token.\n *\n * @public\n */\n",
12714
12689
  "excerptTokens": [
12715
12690
  {
12716
12691
  "kind": "Content",
@@ -12736,7 +12711,7 @@
12736
12711
  {
12737
12712
  "kind": "Variable",
12738
12713
  "canonicalReference": "@fluentui/web-components!colorPaletteYellowBorder2:var",
12739
- "docComment": "",
12714
+ "docComment": "/**\n * CSS custom property value for the {@link @fluentui/tokens#colorPaletteYellowBorder2 | `colorPaletteYellowBorder2`} design token.\n *\n * @public\n */\n",
12740
12715
  "excerptTokens": [
12741
12716
  {
12742
12717
  "kind": "Content",
@@ -12762,7 +12737,7 @@
12762
12737
  {
12763
12738
  "kind": "Variable",
12764
12739
  "canonicalReference": "@fluentui/web-components!colorPaletteYellowBorderActive:var",
12765
- "docComment": "",
12740
+ "docComment": "/**\n * CSS custom property value for the {@link @fluentui/tokens#colorPaletteYellowBorderActive | `colorPaletteYellowBorderActive`} design token.\n *\n * @public\n */\n",
12766
12741
  "excerptTokens": [
12767
12742
  {
12768
12743
  "kind": "Content",
@@ -12788,7 +12763,7 @@
12788
12763
  {
12789
12764
  "kind": "Variable",
12790
12765
  "canonicalReference": "@fluentui/web-components!colorPaletteYellowForeground1:var",
12791
- "docComment": "",
12766
+ "docComment": "/**\n * CSS custom property value for the {@link @fluentui/tokens#colorPaletteYellowForeground1 | `colorPaletteYellowForeground1`} design token.\n *\n * @public\n */\n",
12792
12767
  "excerptTokens": [
12793
12768
  {
12794
12769
  "kind": "Content",
@@ -12814,7 +12789,7 @@
12814
12789
  {
12815
12790
  "kind": "Variable",
12816
12791
  "canonicalReference": "@fluentui/web-components!colorPaletteYellowForeground2:var",
12817
- "docComment": "",
12792
+ "docComment": "/**\n * CSS custom property value for the {@link @fluentui/tokens#colorPaletteYellowForeground2 | `colorPaletteYellowForeground2`} design token.\n *\n * @public\n */\n",
12818
12793
  "excerptTokens": [
12819
12794
  {
12820
12795
  "kind": "Content",
@@ -12840,7 +12815,7 @@
12840
12815
  {
12841
12816
  "kind": "Variable",
12842
12817
  "canonicalReference": "@fluentui/web-components!colorPaletteYellowForeground3:var",
12843
- "docComment": "",
12818
+ "docComment": "/**\n * CSS custom property value for the {@link @fluentui/tokens#colorPaletteYellowForeground3 | `colorPaletteYellowForeground3`} design token.\n *\n * @public\n */\n",
12844
12819
  "excerptTokens": [
12845
12820
  {
12846
12821
  "kind": "Content",
@@ -12866,7 +12841,7 @@
12866
12841
  {
12867
12842
  "kind": "Variable",
12868
12843
  "canonicalReference": "@fluentui/web-components!colorPaletteYellowForegroundInverted:var",
12869
- "docComment": "",
12844
+ "docComment": "/**\n * CSS custom property value for the {@link @fluentui/tokens#colorPaletteYellowForegroundInverted | `colorPaletteYellowForegroundInverted`} design token.\n *\n * @public\n */\n",
12870
12845
  "excerptTokens": [
12871
12846
  {
12872
12847
  "kind": "Content",
@@ -12892,7 +12867,7 @@
12892
12867
  {
12893
12868
  "kind": "Variable",
12894
12869
  "canonicalReference": "@fluentui/web-components!colorScrollbarOverlay:var",
12895
- "docComment": "",
12870
+ "docComment": "/**\n * CSS custom property value for the {@link @fluentui/tokens#colorScrollbarOverlay | `colorScrollbarOverlay`} design token.\n *\n * @public\n */\n",
12896
12871
  "excerptTokens": [
12897
12872
  {
12898
12873
  "kind": "Content",
@@ -12918,7 +12893,7 @@
12918
12893
  {
12919
12894
  "kind": "Variable",
12920
12895
  "canonicalReference": "@fluentui/web-components!colorStatusDangerBackground1:var",
12921
- "docComment": "",
12896
+ "docComment": "/**\n * CSS custom property value for the {@link @fluentui/tokens#colorStatusDangerBackground1 | `colorStatusDangerBackground1`} design token.\n *\n * @public\n */\n",
12922
12897
  "excerptTokens": [
12923
12898
  {
12924
12899
  "kind": "Content",
@@ -12944,7 +12919,7 @@
12944
12919
  {
12945
12920
  "kind": "Variable",
12946
12921
  "canonicalReference": "@fluentui/web-components!colorStatusDangerBackground2:var",
12947
- "docComment": "",
12922
+ "docComment": "/**\n * CSS custom property value for the {@link @fluentui/tokens#colorStatusDangerBackground2 | `colorStatusDangerBackground2`} design token.\n *\n * @public\n */\n",
12948
12923
  "excerptTokens": [
12949
12924
  {
12950
12925
  "kind": "Content",
@@ -12970,7 +12945,7 @@
12970
12945
  {
12971
12946
  "kind": "Variable",
12972
12947
  "canonicalReference": "@fluentui/web-components!colorStatusDangerBackground3:var",
12973
- "docComment": "",
12948
+ "docComment": "/**\n * CSS custom property value for the {@link @fluentui/tokens#colorStatusDangerBackground3 | `colorStatusDangerBackground3`} design token.\n *\n * @public\n */\n",
12974
12949
  "excerptTokens": [
12975
12950
  {
12976
12951
  "kind": "Content",
@@ -12996,7 +12971,7 @@
12996
12971
  {
12997
12972
  "kind": "Variable",
12998
12973
  "canonicalReference": "@fluentui/web-components!colorStatusDangerBackground3Hover:var",
12999
- "docComment": "",
12974
+ "docComment": "/**\n * CSS custom property value for the {@link @fluentui/tokens#colorStatusDangerBackground3Hover | `colorStatusDangerBackground3Hover`} design token.\n *\n * @public\n */\n",
13000
12975
  "excerptTokens": [
13001
12976
  {
13002
12977
  "kind": "Content",
@@ -13022,7 +12997,7 @@
13022
12997
  {
13023
12998
  "kind": "Variable",
13024
12999
  "canonicalReference": "@fluentui/web-components!colorStatusDangerBackground3Pressed:var",
13025
- "docComment": "",
13000
+ "docComment": "/**\n * CSS custom property value for the {@link @fluentui/tokens#colorStatusDangerBackground3Pressed | `colorStatusDangerBackground3Pressed`} design token.\n *\n * @public\n */\n",
13026
13001
  "excerptTokens": [
13027
13002
  {
13028
13003
  "kind": "Content",
@@ -13048,7 +13023,7 @@
13048
13023
  {
13049
13024
  "kind": "Variable",
13050
13025
  "canonicalReference": "@fluentui/web-components!colorStatusDangerBorder1:var",
13051
- "docComment": "",
13026
+ "docComment": "/**\n * CSS custom property value for the {@link @fluentui/tokens#colorStatusDangerBorder1 | `colorStatusDangerBorder1`} design token.\n *\n * @public\n */\n",
13052
13027
  "excerptTokens": [
13053
13028
  {
13054
13029
  "kind": "Content",
@@ -13074,7 +13049,7 @@
13074
13049
  {
13075
13050
  "kind": "Variable",
13076
13051
  "canonicalReference": "@fluentui/web-components!colorStatusDangerBorder2:var",
13077
- "docComment": "",
13052
+ "docComment": "/**\n * CSS custom property value for the {@link @fluentui/tokens#colorStatusDangerBorder2 | `colorStatusDangerBorder2`} design token.\n *\n * @public\n */\n",
13078
13053
  "excerptTokens": [
13079
13054
  {
13080
13055
  "kind": "Content",
@@ -13100,7 +13075,7 @@
13100
13075
  {
13101
13076
  "kind": "Variable",
13102
13077
  "canonicalReference": "@fluentui/web-components!colorStatusDangerBorderActive:var",
13103
- "docComment": "",
13078
+ "docComment": "/**\n * CSS custom property value for the {@link @fluentui/tokens#colorStatusDangerBorderActive | `colorStatusDangerBorderActive`} design token.\n *\n * @public\n */\n",
13104
13079
  "excerptTokens": [
13105
13080
  {
13106
13081
  "kind": "Content",
@@ -13126,7 +13101,7 @@
13126
13101
  {
13127
13102
  "kind": "Variable",
13128
13103
  "canonicalReference": "@fluentui/web-components!colorStatusDangerForeground1:var",
13129
- "docComment": "",
13104
+ "docComment": "/**\n * CSS custom property value for the {@link @fluentui/tokens#colorStatusDangerForeground1 | `colorStatusDangerForeground1`} design token.\n *\n * @public\n */\n",
13130
13105
  "excerptTokens": [
13131
13106
  {
13132
13107
  "kind": "Content",
@@ -13152,7 +13127,7 @@
13152
13127
  {
13153
13128
  "kind": "Variable",
13154
13129
  "canonicalReference": "@fluentui/web-components!colorStatusDangerForeground2:var",
13155
- "docComment": "",
13130
+ "docComment": "/**\n * CSS custom property value for the {@link @fluentui/tokens#colorStatusDangerForeground2 | `colorStatusDangerForeground2`} design token.\n *\n * @public\n */\n",
13156
13131
  "excerptTokens": [
13157
13132
  {
13158
13133
  "kind": "Content",
@@ -13178,7 +13153,7 @@
13178
13153
  {
13179
13154
  "kind": "Variable",
13180
13155
  "canonicalReference": "@fluentui/web-components!colorStatusDangerForeground3:var",
13181
- "docComment": "",
13156
+ "docComment": "/**\n * CSS custom property value for the {@link @fluentui/tokens#colorStatusDangerForeground3 | `colorStatusDangerForeground3`} design token.\n *\n * @public\n */\n",
13182
13157
  "excerptTokens": [
13183
13158
  {
13184
13159
  "kind": "Content",
@@ -13204,7 +13179,7 @@
13204
13179
  {
13205
13180
  "kind": "Variable",
13206
13181
  "canonicalReference": "@fluentui/web-components!colorStatusDangerForegroundInverted:var",
13207
- "docComment": "",
13182
+ "docComment": "/**\n * CSS custom property value for the {@link @fluentui/tokens#colorStatusDangerForegroundInverted | `colorStatusDangerForegroundInverted`} design token.\n *\n * @public\n */\n",
13208
13183
  "excerptTokens": [
13209
13184
  {
13210
13185
  "kind": "Content",
@@ -13230,7 +13205,7 @@
13230
13205
  {
13231
13206
  "kind": "Variable",
13232
13207
  "canonicalReference": "@fluentui/web-components!colorStatusSuccessBackground1:var",
13233
- "docComment": "",
13208
+ "docComment": "/**\n * CSS custom property value for the {@link @fluentui/tokens#colorStatusSuccessBackground1 | `colorStatusSuccessBackground1`} design token.\n *\n * @public\n */\n",
13234
13209
  "excerptTokens": [
13235
13210
  {
13236
13211
  "kind": "Content",
@@ -13256,7 +13231,7 @@
13256
13231
  {
13257
13232
  "kind": "Variable",
13258
13233
  "canonicalReference": "@fluentui/web-components!colorStatusSuccessBackground2:var",
13259
- "docComment": "",
13234
+ "docComment": "/**\n * CSS custom property value for the {@link @fluentui/tokens#colorStatusSuccessBackground2 | `colorStatusSuccessBackground2`} design token.\n *\n * @public\n */\n",
13260
13235
  "excerptTokens": [
13261
13236
  {
13262
13237
  "kind": "Content",
@@ -13282,7 +13257,7 @@
13282
13257
  {
13283
13258
  "kind": "Variable",
13284
13259
  "canonicalReference": "@fluentui/web-components!colorStatusSuccessBackground3:var",
13285
- "docComment": "",
13260
+ "docComment": "/**\n * CSS custom property value for the {@link @fluentui/tokens#colorStatusSuccessBackground3 | `colorStatusSuccessBackground3`} design token.\n *\n * @public\n */\n",
13286
13261
  "excerptTokens": [
13287
13262
  {
13288
13263
  "kind": "Content",
@@ -13308,7 +13283,7 @@
13308
13283
  {
13309
13284
  "kind": "Variable",
13310
13285
  "canonicalReference": "@fluentui/web-components!colorStatusSuccessBorder1:var",
13311
- "docComment": "",
13286
+ "docComment": "/**\n * CSS custom property value for the {@link @fluentui/tokens#colorStatusSuccessBorder1 | `colorStatusSuccessBorder1`} design token.\n *\n * @public\n */\n",
13312
13287
  "excerptTokens": [
13313
13288
  {
13314
13289
  "kind": "Content",
@@ -13334,7 +13309,7 @@
13334
13309
  {
13335
13310
  "kind": "Variable",
13336
13311
  "canonicalReference": "@fluentui/web-components!colorStatusSuccessBorder2:var",
13337
- "docComment": "",
13312
+ "docComment": "/**\n * CSS custom property value for the {@link @fluentui/tokens#colorStatusSuccessBorder2 | `colorStatusSuccessBorder2`} design token.\n *\n * @public\n */\n",
13338
13313
  "excerptTokens": [
13339
13314
  {
13340
13315
  "kind": "Content",
@@ -13360,7 +13335,7 @@
13360
13335
  {
13361
13336
  "kind": "Variable",
13362
13337
  "canonicalReference": "@fluentui/web-components!colorStatusSuccessBorderActive:var",
13363
- "docComment": "",
13338
+ "docComment": "/**\n * CSS custom property value for the {@link @fluentui/tokens#colorStatusSuccessBorderActive | `colorStatusSuccessBorderActive`} design token.\n *\n * @public\n */\n",
13364
13339
  "excerptTokens": [
13365
13340
  {
13366
13341
  "kind": "Content",
@@ -13386,7 +13361,7 @@
13386
13361
  {
13387
13362
  "kind": "Variable",
13388
13363
  "canonicalReference": "@fluentui/web-components!colorStatusSuccessForeground1:var",
13389
- "docComment": "",
13364
+ "docComment": "/**\n * CSS custom property value for the {@link @fluentui/tokens#colorStatusSuccessForeground1 | `colorStatusSuccessForeground1`} design token.\n *\n * @public\n */\n",
13390
13365
  "excerptTokens": [
13391
13366
  {
13392
13367
  "kind": "Content",
@@ -13412,7 +13387,7 @@
13412
13387
  {
13413
13388
  "kind": "Variable",
13414
13389
  "canonicalReference": "@fluentui/web-components!colorStatusSuccessForeground2:var",
13415
- "docComment": "",
13390
+ "docComment": "/**\n * CSS custom property value for the {@link @fluentui/tokens#colorStatusSuccessForeground2 | `colorStatusSuccessForeground2`} design token.\n *\n * @public\n */\n",
13416
13391
  "excerptTokens": [
13417
13392
  {
13418
13393
  "kind": "Content",
@@ -13438,7 +13413,7 @@
13438
13413
  {
13439
13414
  "kind": "Variable",
13440
13415
  "canonicalReference": "@fluentui/web-components!colorStatusSuccessForeground3:var",
13441
- "docComment": "",
13416
+ "docComment": "/**\n * CSS custom property value for the {@link @fluentui/tokens#colorStatusSuccessForeground3 | `colorStatusSuccessForeground3`} design token.\n *\n * @public\n */\n",
13442
13417
  "excerptTokens": [
13443
13418
  {
13444
13419
  "kind": "Content",
@@ -13464,7 +13439,7 @@
13464
13439
  {
13465
13440
  "kind": "Variable",
13466
13441
  "canonicalReference": "@fluentui/web-components!colorStatusSuccessForegroundInverted:var",
13467
- "docComment": "",
13442
+ "docComment": "/**\n * CSS custom property value for the {@link @fluentui/tokens#colorStatusSuccessForegroundInverted | `colorStatusSuccessForegroundInverted`} design token.\n *\n * @public\n */\n",
13468
13443
  "excerptTokens": [
13469
13444
  {
13470
13445
  "kind": "Content",
@@ -13490,7 +13465,7 @@
13490
13465
  {
13491
13466
  "kind": "Variable",
13492
13467
  "canonicalReference": "@fluentui/web-components!colorStatusWarningBackground1:var",
13493
- "docComment": "",
13468
+ "docComment": "/**\n * CSS custom property value for the {@link @fluentui/tokens#colorStatusWarningBackground1 | `colorStatusWarningBackground1`} design token.\n *\n * @public\n */\n",
13494
13469
  "excerptTokens": [
13495
13470
  {
13496
13471
  "kind": "Content",
@@ -13516,7 +13491,7 @@
13516
13491
  {
13517
13492
  "kind": "Variable",
13518
13493
  "canonicalReference": "@fluentui/web-components!colorStatusWarningBackground2:var",
13519
- "docComment": "",
13494
+ "docComment": "/**\n * CSS custom property value for the {@link @fluentui/tokens#colorStatusWarningBackground2 | `colorStatusWarningBackground2`} design token.\n *\n * @public\n */\n",
13520
13495
  "excerptTokens": [
13521
13496
  {
13522
13497
  "kind": "Content",
@@ -13542,7 +13517,7 @@
13542
13517
  {
13543
13518
  "kind": "Variable",
13544
13519
  "canonicalReference": "@fluentui/web-components!colorStatusWarningBackground3:var",
13545
- "docComment": "",
13520
+ "docComment": "/**\n * CSS custom property value for the {@link @fluentui/tokens#colorStatusWarningBackground3 | `colorStatusWarningBackground3`} design token.\n *\n * @public\n */\n",
13546
13521
  "excerptTokens": [
13547
13522
  {
13548
13523
  "kind": "Content",
@@ -13568,7 +13543,7 @@
13568
13543
  {
13569
13544
  "kind": "Variable",
13570
13545
  "canonicalReference": "@fluentui/web-components!colorStatusWarningBorder1:var",
13571
- "docComment": "",
13546
+ "docComment": "/**\n * CSS custom property value for the {@link @fluentui/tokens#colorStatusWarningBorder1 | `colorStatusWarningBorder1`} design token.\n *\n * @public\n */\n",
13572
13547
  "excerptTokens": [
13573
13548
  {
13574
13549
  "kind": "Content",
@@ -13594,7 +13569,7 @@
13594
13569
  {
13595
13570
  "kind": "Variable",
13596
13571
  "canonicalReference": "@fluentui/web-components!colorStatusWarningBorder2:var",
13597
- "docComment": "",
13572
+ "docComment": "/**\n * CSS custom property value for the {@link @fluentui/tokens#colorStatusWarningBorder2 | `colorStatusWarningBorder2`} design token.\n *\n * @public\n */\n",
13598
13573
  "excerptTokens": [
13599
13574
  {
13600
13575
  "kind": "Content",
@@ -13620,7 +13595,7 @@
13620
13595
  {
13621
13596
  "kind": "Variable",
13622
13597
  "canonicalReference": "@fluentui/web-components!colorStatusWarningBorderActive:var",
13623
- "docComment": "",
13598
+ "docComment": "/**\n * CSS custom property value for the {@link @fluentui/tokens#colorStatusWarningBorderActive | `colorStatusWarningBorderActive`} design token.\n *\n * @public\n */\n",
13624
13599
  "excerptTokens": [
13625
13600
  {
13626
13601
  "kind": "Content",
@@ -13646,7 +13621,7 @@
13646
13621
  {
13647
13622
  "kind": "Variable",
13648
13623
  "canonicalReference": "@fluentui/web-components!colorStatusWarningForeground1:var",
13649
- "docComment": "",
13624
+ "docComment": "/**\n * CSS custom property value for the {@link @fluentui/tokens#colorStatusWarningForeground1 | `colorStatusWarningForeground1`} design token.\n *\n * @public\n */\n",
13650
13625
  "excerptTokens": [
13651
13626
  {
13652
13627
  "kind": "Content",
@@ -13672,7 +13647,7 @@
13672
13647
  {
13673
13648
  "kind": "Variable",
13674
13649
  "canonicalReference": "@fluentui/web-components!colorStatusWarningForeground2:var",
13675
- "docComment": "",
13650
+ "docComment": "/**\n * CSS custom property value for the {@link @fluentui/tokens#colorStatusWarningForeground2 | `colorStatusWarningForeground2`} design token.\n *\n * @public\n */\n",
13676
13651
  "excerptTokens": [
13677
13652
  {
13678
13653
  "kind": "Content",
@@ -13698,7 +13673,7 @@
13698
13673
  {
13699
13674
  "kind": "Variable",
13700
13675
  "canonicalReference": "@fluentui/web-components!colorStatusWarningForeground3:var",
13701
- "docComment": "",
13676
+ "docComment": "/**\n * CSS custom property value for the {@link @fluentui/tokens#colorStatusWarningForeground3 | `colorStatusWarningForeground3`} design token.\n *\n * @public\n */\n",
13702
13677
  "excerptTokens": [
13703
13678
  {
13704
13679
  "kind": "Content",
@@ -13724,7 +13699,7 @@
13724
13699
  {
13725
13700
  "kind": "Variable",
13726
13701
  "canonicalReference": "@fluentui/web-components!colorStatusWarningForegroundInverted:var",
13727
- "docComment": "",
13702
+ "docComment": "/**\n * CSS custom property value for the {@link @fluentui/tokens#colorStatusWarningForegroundInverted | `colorStatusWarningForegroundInverted`} design token.\n *\n * @public\n */\n",
13728
13703
  "excerptTokens": [
13729
13704
  {
13730
13705
  "kind": "Content",
@@ -13750,7 +13725,7 @@
13750
13725
  {
13751
13726
  "kind": "Variable",
13752
13727
  "canonicalReference": "@fluentui/web-components!colorStrokeFocus1:var",
13753
- "docComment": "",
13728
+ "docComment": "/**\n * CSS custom property value for the {@link @fluentui/tokens#colorStrokeFocus1 | `colorStrokeFocus1`} design token.\n *\n * @public\n */\n",
13754
13729
  "excerptTokens": [
13755
13730
  {
13756
13731
  "kind": "Content",
@@ -13776,7 +13751,7 @@
13776
13751
  {
13777
13752
  "kind": "Variable",
13778
13753
  "canonicalReference": "@fluentui/web-components!colorStrokeFocus2:var",
13779
- "docComment": "",
13754
+ "docComment": "/**\n * CSS custom property value for the {@link @fluentui/tokens#colorStrokeFocus2 | `colorStrokeFocus2`} design token.\n *\n * @public\n */\n",
13780
13755
  "excerptTokens": [
13781
13756
  {
13782
13757
  "kind": "Content",
@@ -13802,7 +13777,7 @@
13802
13777
  {
13803
13778
  "kind": "Variable",
13804
13779
  "canonicalReference": "@fluentui/web-components!colorSubtleBackground:var",
13805
- "docComment": "",
13780
+ "docComment": "/**\n * CSS custom property value for the {@link @fluentui/tokens#colorSubtleBackground | `colorSubtleBackground`} design token.\n *\n * @public\n */\n",
13806
13781
  "excerptTokens": [
13807
13782
  {
13808
13783
  "kind": "Content",
@@ -13828,7 +13803,7 @@
13828
13803
  {
13829
13804
  "kind": "Variable",
13830
13805
  "canonicalReference": "@fluentui/web-components!colorSubtleBackgroundHover:var",
13831
- "docComment": "",
13806
+ "docComment": "/**\n * CSS custom property value for the {@link @fluentui/tokens#colorSubtleBackgroundHover | `colorSubtleBackgroundHover`} design token.\n *\n * @public\n */\n",
13832
13807
  "excerptTokens": [
13833
13808
  {
13834
13809
  "kind": "Content",
@@ -13854,7 +13829,7 @@
13854
13829
  {
13855
13830
  "kind": "Variable",
13856
13831
  "canonicalReference": "@fluentui/web-components!colorSubtleBackgroundInverted:var",
13857
- "docComment": "",
13832
+ "docComment": "/**\n * CSS custom property value for the {@link @fluentui/tokens#colorSubtleBackgroundInverted | `colorSubtleBackgroundInverted`} design token.\n *\n * @public\n */\n",
13858
13833
  "excerptTokens": [
13859
13834
  {
13860
13835
  "kind": "Content",
@@ -13880,7 +13855,7 @@
13880
13855
  {
13881
13856
  "kind": "Variable",
13882
13857
  "canonicalReference": "@fluentui/web-components!colorSubtleBackgroundInvertedHover:var",
13883
- "docComment": "",
13858
+ "docComment": "/**\n * CSS custom property value for the {@link @fluentui/tokens#colorSubtleBackgroundInvertedHover | `colorSubtleBackgroundInvertedHover`} design token.\n *\n * @public\n */\n",
13884
13859
  "excerptTokens": [
13885
13860
  {
13886
13861
  "kind": "Content",
@@ -13906,7 +13881,7 @@
13906
13881
  {
13907
13882
  "kind": "Variable",
13908
13883
  "canonicalReference": "@fluentui/web-components!colorSubtleBackgroundInvertedPressed:var",
13909
- "docComment": "",
13884
+ "docComment": "/**\n * CSS custom property value for the {@link @fluentui/tokens#colorSubtleBackgroundInvertedPressed | `colorSubtleBackgroundInvertedPressed`} design token.\n *\n * @public\n */\n",
13910
13885
  "excerptTokens": [
13911
13886
  {
13912
13887
  "kind": "Content",
@@ -13932,7 +13907,7 @@
13932
13907
  {
13933
13908
  "kind": "Variable",
13934
13909
  "canonicalReference": "@fluentui/web-components!colorSubtleBackgroundInvertedSelected:var",
13935
- "docComment": "",
13910
+ "docComment": "/**\n * CSS custom property value for the {@link @fluentui/tokens#colorSubtleBackgroundInvertedSelected | `colorSubtleBackgroundInvertedSelected`} design token.\n *\n * @public\n */\n",
13936
13911
  "excerptTokens": [
13937
13912
  {
13938
13913
  "kind": "Content",
@@ -13958,7 +13933,7 @@
13958
13933
  {
13959
13934
  "kind": "Variable",
13960
13935
  "canonicalReference": "@fluentui/web-components!colorSubtleBackgroundLightAlphaHover:var",
13961
- "docComment": "",
13936
+ "docComment": "/**\n * CSS custom property value for the {@link @fluentui/tokens#colorSubtleBackgroundLightAlphaHover | `colorSubtleBackgroundLightAlphaHover`} design token.\n *\n * @public\n */\n",
13962
13937
  "excerptTokens": [
13963
13938
  {
13964
13939
  "kind": "Content",
@@ -13984,7 +13959,7 @@
13984
13959
  {
13985
13960
  "kind": "Variable",
13986
13961
  "canonicalReference": "@fluentui/web-components!colorSubtleBackgroundLightAlphaPressed:var",
13987
- "docComment": "",
13962
+ "docComment": "/**\n * CSS custom property value for the {@link @fluentui/tokens#colorSubtleBackgroundLightAlphaPressed | `colorSubtleBackgroundLightAlphaPressed`} design token.\n *\n * @public\n */\n",
13988
13963
  "excerptTokens": [
13989
13964
  {
13990
13965
  "kind": "Content",
@@ -14010,7 +13985,7 @@
14010
13985
  {
14011
13986
  "kind": "Variable",
14012
13987
  "canonicalReference": "@fluentui/web-components!colorSubtleBackgroundLightAlphaSelected:var",
14013
- "docComment": "",
13988
+ "docComment": "/**\n * CSS custom property value for the {@link @fluentui/tokens#colorSubtleBackgroundLightAlphaSelected | `colorSubtleBackgroundLightAlphaSelected`} design token.\n *\n * @public\n */\n",
14014
13989
  "excerptTokens": [
14015
13990
  {
14016
13991
  "kind": "Content",
@@ -14036,7 +14011,7 @@
14036
14011
  {
14037
14012
  "kind": "Variable",
14038
14013
  "canonicalReference": "@fluentui/web-components!colorSubtleBackgroundPressed:var",
14039
- "docComment": "",
14014
+ "docComment": "/**\n * CSS custom property value for the {@link @fluentui/tokens#colorSubtleBackgroundPressed | `colorSubtleBackgroundPressed`} design token.\n *\n * @public\n */\n",
14040
14015
  "excerptTokens": [
14041
14016
  {
14042
14017
  "kind": "Content",
@@ -14062,7 +14037,7 @@
14062
14037
  {
14063
14038
  "kind": "Variable",
14064
14039
  "canonicalReference": "@fluentui/web-components!colorSubtleBackgroundSelected:var",
14065
- "docComment": "",
14040
+ "docComment": "/**\n * CSS custom property value for the {@link @fluentui/tokens#colorSubtleBackgroundSelected | `colorSubtleBackgroundSelected`} design token.\n *\n * @public\n */\n",
14066
14041
  "excerptTokens": [
14067
14042
  {
14068
14043
  "kind": "Content",
@@ -14088,7 +14063,7 @@
14088
14063
  {
14089
14064
  "kind": "Variable",
14090
14065
  "canonicalReference": "@fluentui/web-components!colorTransparentBackground:var",
14091
- "docComment": "",
14066
+ "docComment": "/**\n * CSS custom property value for the {@link @fluentui/tokens#colorTransparentBackground | `colorTransparentBackground`} design token.\n *\n * @public\n */\n",
14092
14067
  "excerptTokens": [
14093
14068
  {
14094
14069
  "kind": "Content",
@@ -14114,7 +14089,7 @@
14114
14089
  {
14115
14090
  "kind": "Variable",
14116
14091
  "canonicalReference": "@fluentui/web-components!colorTransparentBackgroundHover:var",
14117
- "docComment": "",
14092
+ "docComment": "/**\n * CSS custom property value for the {@link @fluentui/tokens#colorTransparentBackgroundHover | `colorTransparentBackgroundHover`} design token.\n *\n * @public\n */\n",
14118
14093
  "excerptTokens": [
14119
14094
  {
14120
14095
  "kind": "Content",
@@ -14140,7 +14115,7 @@
14140
14115
  {
14141
14116
  "kind": "Variable",
14142
14117
  "canonicalReference": "@fluentui/web-components!colorTransparentBackgroundPressed:var",
14143
- "docComment": "",
14118
+ "docComment": "/**\n * CSS custom property value for the {@link @fluentui/tokens#colorTransparentBackgroundPressed | `colorTransparentBackgroundPressed`} design token.\n *\n * @public\n */\n",
14144
14119
  "excerptTokens": [
14145
14120
  {
14146
14121
  "kind": "Content",
@@ -14166,7 +14141,7 @@
14166
14141
  {
14167
14142
  "kind": "Variable",
14168
14143
  "canonicalReference": "@fluentui/web-components!colorTransparentBackgroundSelected:var",
14169
- "docComment": "",
14144
+ "docComment": "/**\n * CSS custom property value for the {@link @fluentui/tokens#colorTransparentBackgroundSelected | `colorTransparentBackgroundSelected`} design token.\n *\n * @public\n */\n",
14170
14145
  "excerptTokens": [
14171
14146
  {
14172
14147
  "kind": "Content",
@@ -14192,7 +14167,7 @@
14192
14167
  {
14193
14168
  "kind": "Variable",
14194
14169
  "canonicalReference": "@fluentui/web-components!colorTransparentStroke:var",
14195
- "docComment": "",
14170
+ "docComment": "/**\n * CSS custom property value for the {@link @fluentui/tokens#colorTransparentStroke | `colorTransparentStroke`} design token.\n *\n * @public\n */\n",
14196
14171
  "excerptTokens": [
14197
14172
  {
14198
14173
  "kind": "Content",
@@ -14218,7 +14193,7 @@
14218
14193
  {
14219
14194
  "kind": "Variable",
14220
14195
  "canonicalReference": "@fluentui/web-components!colorTransparentStrokeDisabled:var",
14221
- "docComment": "",
14196
+ "docComment": "/**\n * CSS custom property value for the {@link @fluentui/tokens#colorTransparentStrokeDisabled | `colorTransparentStrokeDisabled`} design token.\n *\n * @public\n */\n",
14222
14197
  "excerptTokens": [
14223
14198
  {
14224
14199
  "kind": "Content",
@@ -14244,7 +14219,7 @@
14244
14219
  {
14245
14220
  "kind": "Variable",
14246
14221
  "canonicalReference": "@fluentui/web-components!colorTransparentStrokeInteractive:var",
14247
- "docComment": "",
14222
+ "docComment": "/**\n * CSS custom property value for the {@link @fluentui/tokens#colorTransparentStrokeInteractive | `colorTransparentStrokeInteractive`} design token.\n *\n * @public\n */\n",
14248
14223
  "excerptTokens": [
14249
14224
  {
14250
14225
  "kind": "Content",
@@ -15258,7 +15233,7 @@
15258
15233
  {
15259
15234
  "kind": "Variable",
15260
15235
  "canonicalReference": "@fluentui/web-components!curveAccelerateMax:var",
15261
- "docComment": "",
15236
+ "docComment": "/**\n * CSS custom property value for the {@link @fluentui/tokens#curveAccelerateMax | `curveAccelerateMax`} design token.\n *\n * @public\n */\n",
15262
15237
  "excerptTokens": [
15263
15238
  {
15264
15239
  "kind": "Content",
@@ -15284,7 +15259,7 @@
15284
15259
  {
15285
15260
  "kind": "Variable",
15286
15261
  "canonicalReference": "@fluentui/web-components!curveAccelerateMid:var",
15287
- "docComment": "",
15262
+ "docComment": "/**\n * CSS custom property value for the {@link @fluentui/tokens#curveAccelerateMid | `curveAccelerateMid`} design token.\n *\n * @public\n */\n",
15288
15263
  "excerptTokens": [
15289
15264
  {
15290
15265
  "kind": "Content",
@@ -15310,7 +15285,7 @@
15310
15285
  {
15311
15286
  "kind": "Variable",
15312
15287
  "canonicalReference": "@fluentui/web-components!curveAccelerateMin:var",
15313
- "docComment": "",
15288
+ "docComment": "/**\n * CSS custom property value for the {@link @fluentui/tokens#curveAccelerateMin | `curveAccelerateMin`} design token.\n *\n * @public\n */\n",
15314
15289
  "excerptTokens": [
15315
15290
  {
15316
15291
  "kind": "Content",
@@ -15336,7 +15311,7 @@
15336
15311
  {
15337
15312
  "kind": "Variable",
15338
15313
  "canonicalReference": "@fluentui/web-components!curveDecelerateMax:var",
15339
- "docComment": "",
15314
+ "docComment": "/**\n * CSS custom property value for the {@link @fluentui/tokens#curveDecelerateMax | `curveDecelerateMax`} design token.\n *\n * @public\n */\n",
15340
15315
  "excerptTokens": [
15341
15316
  {
15342
15317
  "kind": "Content",
@@ -15362,7 +15337,7 @@
15362
15337
  {
15363
15338
  "kind": "Variable",
15364
15339
  "canonicalReference": "@fluentui/web-components!curveDecelerateMid:var",
15365
- "docComment": "",
15340
+ "docComment": "/**\n * CSS custom property value for the {@link @fluentui/tokens#curveDecelerateMid | `curveDecelerateMid`} design token.\n *\n * @public\n */\n",
15366
15341
  "excerptTokens": [
15367
15342
  {
15368
15343
  "kind": "Content",
@@ -15388,7 +15363,7 @@
15388
15363
  {
15389
15364
  "kind": "Variable",
15390
15365
  "canonicalReference": "@fluentui/web-components!curveDecelerateMin:var",
15391
- "docComment": "",
15366
+ "docComment": "/**\n * CSS custom property value for the {@link @fluentui/tokens#curveDecelerateMin | `curveDecelerateMin`} design token.\n *\n * @public\n */\n",
15392
15367
  "excerptTokens": [
15393
15368
  {
15394
15369
  "kind": "Content",
@@ -15414,7 +15389,7 @@
15414
15389
  {
15415
15390
  "kind": "Variable",
15416
15391
  "canonicalReference": "@fluentui/web-components!curveEasyEase:var",
15417
- "docComment": "",
15392
+ "docComment": "/**\n * CSS custom property value for the {@link @fluentui/tokens#curveEasyEase | `curveEasyEase`} design token.\n *\n * @public\n */\n",
15418
15393
  "excerptTokens": [
15419
15394
  {
15420
15395
  "kind": "Content",
@@ -15440,7 +15415,7 @@
15440
15415
  {
15441
15416
  "kind": "Variable",
15442
15417
  "canonicalReference": "@fluentui/web-components!curveEasyEaseMax:var",
15443
- "docComment": "",
15418
+ "docComment": "/**\n * CSS custom property value for the {@link @fluentui/tokens#curveEasyEaseMax | `curveEasyEaseMax`} design token.\n *\n * @public\n */\n",
15444
15419
  "excerptTokens": [
15445
15420
  {
15446
15421
  "kind": "Content",
@@ -15466,7 +15441,7 @@
15466
15441
  {
15467
15442
  "kind": "Variable",
15468
15443
  "canonicalReference": "@fluentui/web-components!curveLinear:var",
15469
- "docComment": "",
15444
+ "docComment": "/**\n * CSS custom property value for the {@link @fluentui/tokens#curveLinear | `curveLinear`} design token.\n *\n * @public\n */\n",
15470
15445
  "excerptTokens": [
15471
15446
  {
15472
15447
  "kind": "Content",
@@ -15528,7 +15503,7 @@
15528
15503
  {
15529
15504
  "kind": "Class",
15530
15505
  "canonicalReference": "@fluentui/web-components!Dialog:class",
15531
- "docComment": "/**\n * Dialog component that extends the FASTElement class.\n *\n * @extends FASTElement\n *\n * @public\n */\n",
15506
+ "docComment": "/**\n * A Dialog Custom HTML Element.\n *\n * @public\n */\n",
15532
15507
  "excerptTokens": [
15533
15508
  {
15534
15509
  "kind": "Content",
@@ -16447,7 +16422,7 @@
16447
16422
  {
16448
16423
  "kind": "Class",
16449
16424
  "canonicalReference": "@fluentui/web-components!Divider:class",
16450
- "docComment": "/**\n * @class Divider component\n *\n * @remarks\n *\n * A divider groups sections of content to create visual rhythm and hierarchy. Use dividers along with spacing and headers to organize content in your layout.\n */\n",
16425
+ "docComment": "/**\n * A Divider Custom HTML Element.\n *\n * @remarks\n *\n * A divider groups sections of content to create visual rhythm and hierarchy. Use dividers along with spacing and headers to organize content in your layout.\n */\n",
16451
16426
  "excerptTokens": [
16452
16427
  {
16453
16428
  "kind": "Content",
@@ -16470,7 +16445,7 @@
16470
16445
  {
16471
16446
  "kind": "Property",
16472
16447
  "canonicalReference": "@fluentui/web-components!Divider#alignContent:member",
16473
- "docComment": "/**\n * @property alignContent @default center\n *\n * @remarks\n *\n * Determines the alignment of the content within the divider. Select from start or end. When not specified, the content will be aligned to the center.\n */\n",
16448
+ "docComment": "/**\n * @remarks\n *\n * Determines the alignment of the content within the divider. Select from start or end. When not specified, the content will be aligned to the center.\n *\n * @public\n */\n",
16474
16449
  "excerptTokens": [
16475
16450
  {
16476
16451
  "kind": "Content",
@@ -16500,7 +16475,7 @@
16500
16475
  {
16501
16476
  "kind": "Property",
16502
16477
  "canonicalReference": "@fluentui/web-components!Divider#appearance:member",
16503
- "docComment": "/**\n * @property appearance @default default\n *\n * @remarks\n *\n * A divider can have one of the preset appearances. Select from strong, brand, subtle. When not specified, the divider has its default appearance.\n */\n",
16478
+ "docComment": "/**\n * @remarks\n *\n * A divider can have one of the preset appearances. Select from strong, brand, subtle. When not specified, the divider has its default appearance.\n *\n * @public\n */\n",
16504
16479
  "excerptTokens": [
16505
16480
  {
16506
16481
  "kind": "Content",
@@ -16530,7 +16505,7 @@
16530
16505
  {
16531
16506
  "kind": "Property",
16532
16507
  "canonicalReference": "@fluentui/web-components!Divider#inset:member",
16533
- "docComment": "/**\n * @property inset @default false\n *\n * @remarks\n *\n * Adds padding to the beginning and end of the divider.\n */\n",
16508
+ "docComment": "/**\n * @remarks\n *\n * Adds padding to the beginning and end of the divider.\n *\n * @public\n */\n",
16534
16509
  "excerptTokens": [
16535
16510
  {
16536
16511
  "kind": "Content",
@@ -16973,7 +16948,7 @@
16973
16948
  {
16974
16949
  "kind": "Variable",
16975
16950
  "canonicalReference": "@fluentui/web-components!durationFast:var",
16976
- "docComment": "",
16951
+ "docComment": "/**\n * CSS custom property value for the {@link @fluentui/tokens#durationFast | `durationFast`} design token.\n *\n * @public\n */\n",
16977
16952
  "excerptTokens": [
16978
16953
  {
16979
16954
  "kind": "Content",
@@ -16999,7 +16974,7 @@
16999
16974
  {
17000
16975
  "kind": "Variable",
17001
16976
  "canonicalReference": "@fluentui/web-components!durationFaster:var",
17002
- "docComment": "",
16977
+ "docComment": "/**\n * CSS custom property value for the {@link @fluentui/tokens#durationFaster | `durationFaster`} design token.\n *\n * @public\n */\n",
17003
16978
  "excerptTokens": [
17004
16979
  {
17005
16980
  "kind": "Content",
@@ -17025,7 +17000,7 @@
17025
17000
  {
17026
17001
  "kind": "Variable",
17027
17002
  "canonicalReference": "@fluentui/web-components!durationGentle:var",
17028
- "docComment": "",
17003
+ "docComment": "/**\n * CSS custom property value for the {@link @fluentui/tokens#durationGentle | `durationGentle`} design token.\n *\n * @public\n */\n",
17029
17004
  "excerptTokens": [
17030
17005
  {
17031
17006
  "kind": "Content",
@@ -17051,7 +17026,7 @@
17051
17026
  {
17052
17027
  "kind": "Variable",
17053
17028
  "canonicalReference": "@fluentui/web-components!durationNormal:var",
17054
- "docComment": "",
17029
+ "docComment": "/**\n * CSS custom property value for the {@link @fluentui/tokens#durationNormal | `durationNormal`} design token.\n *\n * @public\n */\n",
17055
17030
  "excerptTokens": [
17056
17031
  {
17057
17032
  "kind": "Content",
@@ -17077,7 +17052,7 @@
17077
17052
  {
17078
17053
  "kind": "Variable",
17079
17054
  "canonicalReference": "@fluentui/web-components!durationSlow:var",
17080
- "docComment": "",
17055
+ "docComment": "/**\n * CSS custom property value for the {@link @fluentui/tokens#durationSlow | `durationSlow`} design token.\n *\n * @public\n */\n",
17081
17056
  "excerptTokens": [
17082
17057
  {
17083
17058
  "kind": "Content",
@@ -17103,7 +17078,7 @@
17103
17078
  {
17104
17079
  "kind": "Variable",
17105
17080
  "canonicalReference": "@fluentui/web-components!durationSlower:var",
17106
- "docComment": "",
17081
+ "docComment": "/**\n * CSS custom property value for the {@link @fluentui/tokens#durationSlower | `durationSlower`} design token.\n *\n * @public\n */\n",
17107
17082
  "excerptTokens": [
17108
17083
  {
17109
17084
  "kind": "Content",
@@ -17129,7 +17104,7 @@
17129
17104
  {
17130
17105
  "kind": "Variable",
17131
17106
  "canonicalReference": "@fluentui/web-components!durationUltraFast:var",
17132
- "docComment": "",
17107
+ "docComment": "/**\n * CSS custom property value for the {@link @fluentui/tokens#durationUltraFast | `durationUltraFast`} design token.\n *\n * @public\n */\n",
17133
17108
  "excerptTokens": [
17134
17109
  {
17135
17110
  "kind": "Content",
@@ -17155,7 +17130,7 @@
17155
17130
  {
17156
17131
  "kind": "Variable",
17157
17132
  "canonicalReference": "@fluentui/web-components!durationUltraSlow:var",
17158
- "docComment": "",
17133
+ "docComment": "/**\n * CSS custom property value for the {@link @fluentui/tokens#durationUltraSlow | `durationUltraSlow`} design token.\n *\n * @public\n */\n",
17159
17134
  "excerptTokens": [
17160
17135
  {
17161
17136
  "kind": "Content",
@@ -17217,7 +17192,7 @@
17217
17192
  {
17218
17193
  "kind": "Variable",
17219
17194
  "canonicalReference": "@fluentui/web-components!fontFamilyBase:var",
17220
- "docComment": "",
17195
+ "docComment": "/**\n * CSS custom property value for the {@link @fluentui/tokens#fontFamilyBase | `fontFamilyBase`} design token.\n *\n * @public\n */\n",
17221
17196
  "excerptTokens": [
17222
17197
  {
17223
17198
  "kind": "Content",
@@ -17243,7 +17218,7 @@
17243
17218
  {
17244
17219
  "kind": "Variable",
17245
17220
  "canonicalReference": "@fluentui/web-components!fontFamilyMonospace:var",
17246
- "docComment": "",
17221
+ "docComment": "/**\n * CSS custom property value for the {@link @fluentui/tokens#fontFamilyMonospace | `fontFamilyMonospace`} design token.\n *\n * @public\n */\n",
17247
17222
  "excerptTokens": [
17248
17223
  {
17249
17224
  "kind": "Content",
@@ -17269,7 +17244,7 @@
17269
17244
  {
17270
17245
  "kind": "Variable",
17271
17246
  "canonicalReference": "@fluentui/web-components!fontFamilyNumeric:var",
17272
- "docComment": "",
17247
+ "docComment": "/**\n * CSS custom property value for the {@link @fluentui/tokens#fontFamilyNumeric | `fontFamilyNumeric`} design token.\n *\n * @public\n */\n",
17273
17248
  "excerptTokens": [
17274
17249
  {
17275
17250
  "kind": "Content",
@@ -17295,7 +17270,7 @@
17295
17270
  {
17296
17271
  "kind": "Variable",
17297
17272
  "canonicalReference": "@fluentui/web-components!fontSizeBase100:var",
17298
- "docComment": "",
17273
+ "docComment": "/**\n * CSS custom property value for the {@link @fluentui/tokens#fontSizeBase100 | `fontSizeBase100`} design token.\n *\n * @public\n */\n",
17299
17274
  "excerptTokens": [
17300
17275
  {
17301
17276
  "kind": "Content",
@@ -17321,7 +17296,7 @@
17321
17296
  {
17322
17297
  "kind": "Variable",
17323
17298
  "canonicalReference": "@fluentui/web-components!fontSizeBase200:var",
17324
- "docComment": "",
17299
+ "docComment": "/**\n * CSS custom property value for the {@link @fluentui/tokens#fontSizeBase200 | `fontSizeBase200`} design token.\n *\n * @public\n */\n",
17325
17300
  "excerptTokens": [
17326
17301
  {
17327
17302
  "kind": "Content",
@@ -17347,7 +17322,7 @@
17347
17322
  {
17348
17323
  "kind": "Variable",
17349
17324
  "canonicalReference": "@fluentui/web-components!fontSizeBase300:var",
17350
- "docComment": "",
17325
+ "docComment": "/**\n * CSS custom property value for the {@link @fluentui/tokens#fontSizeBase300 | `fontSizeBase300`} design token.\n *\n * @public\n */\n",
17351
17326
  "excerptTokens": [
17352
17327
  {
17353
17328
  "kind": "Content",
@@ -17373,7 +17348,7 @@
17373
17348
  {
17374
17349
  "kind": "Variable",
17375
17350
  "canonicalReference": "@fluentui/web-components!fontSizeBase400:var",
17376
- "docComment": "",
17351
+ "docComment": "/**\n * CSS custom property value for the {@link @fluentui/tokens#fontSizeBase400 | `fontSizeBase400`} design token.\n *\n * @public\n */\n",
17377
17352
  "excerptTokens": [
17378
17353
  {
17379
17354
  "kind": "Content",
@@ -17399,7 +17374,7 @@
17399
17374
  {
17400
17375
  "kind": "Variable",
17401
17376
  "canonicalReference": "@fluentui/web-components!fontSizeBase500:var",
17402
- "docComment": "",
17377
+ "docComment": "/**\n * CSS custom property value for the {@link @fluentui/tokens#fontSizeBase500 | `fontSizeBase500`} design token.\n *\n * @public\n */\n",
17403
17378
  "excerptTokens": [
17404
17379
  {
17405
17380
  "kind": "Content",
@@ -17425,7 +17400,7 @@
17425
17400
  {
17426
17401
  "kind": "Variable",
17427
17402
  "canonicalReference": "@fluentui/web-components!fontSizeBase600:var",
17428
- "docComment": "",
17403
+ "docComment": "/**\n * CSS custom property value for the {@link @fluentui/tokens#fontSizeBase600 | `fontSizeBase600`} design token.\n *\n * @public\n */\n",
17429
17404
  "excerptTokens": [
17430
17405
  {
17431
17406
  "kind": "Content",
@@ -17451,7 +17426,7 @@
17451
17426
  {
17452
17427
  "kind": "Variable",
17453
17428
  "canonicalReference": "@fluentui/web-components!fontSizeHero1000:var",
17454
- "docComment": "",
17429
+ "docComment": "/**\n * CSS custom property value for the {@link @fluentui/tokens#fontSizeHero1000 | `fontSizeHero1000`} design token.\n *\n * @public\n */\n",
17455
17430
  "excerptTokens": [
17456
17431
  {
17457
17432
  "kind": "Content",
@@ -17477,7 +17452,7 @@
17477
17452
  {
17478
17453
  "kind": "Variable",
17479
17454
  "canonicalReference": "@fluentui/web-components!fontSizeHero700:var",
17480
- "docComment": "",
17455
+ "docComment": "/**\n * CSS custom property value for the {@link @fluentui/tokens#fontSizeHero700 | `fontSizeHero700`} design token.\n *\n * @public\n */\n",
17481
17456
  "excerptTokens": [
17482
17457
  {
17483
17458
  "kind": "Content",
@@ -17503,7 +17478,7 @@
17503
17478
  {
17504
17479
  "kind": "Variable",
17505
17480
  "canonicalReference": "@fluentui/web-components!fontSizeHero800:var",
17506
- "docComment": "",
17481
+ "docComment": "/**\n * CSS custom property value for the {@link @fluentui/tokens#fontSizeHero800 | `fontSizeHero800`} design token.\n *\n * @public\n */\n",
17507
17482
  "excerptTokens": [
17508
17483
  {
17509
17484
  "kind": "Content",
@@ -17529,7 +17504,7 @@
17529
17504
  {
17530
17505
  "kind": "Variable",
17531
17506
  "canonicalReference": "@fluentui/web-components!fontSizeHero900:var",
17532
- "docComment": "",
17507
+ "docComment": "/**\n * CSS custom property value for the {@link @fluentui/tokens#fontSizeHero900 | `fontSizeHero900`} design token.\n *\n * @public\n */\n",
17533
17508
  "excerptTokens": [
17534
17509
  {
17535
17510
  "kind": "Content",
@@ -17555,7 +17530,7 @@
17555
17530
  {
17556
17531
  "kind": "Variable",
17557
17532
  "canonicalReference": "@fluentui/web-components!fontWeightBold:var",
17558
- "docComment": "",
17533
+ "docComment": "/**\n * CSS custom property value for the {@link @fluentui/tokens#fontWeightBold | `fontWeightBold`} design token.\n *\n * @public\n */\n",
17559
17534
  "excerptTokens": [
17560
17535
  {
17561
17536
  "kind": "Content",
@@ -17581,7 +17556,7 @@
17581
17556
  {
17582
17557
  "kind": "Variable",
17583
17558
  "canonicalReference": "@fluentui/web-components!fontWeightMedium:var",
17584
- "docComment": "",
17559
+ "docComment": "/**\n * CSS custom property value for the {@link @fluentui/tokens#fontWeightMedium | `fontWeightMedium`} design token.\n *\n * @public\n */\n",
17585
17560
  "excerptTokens": [
17586
17561
  {
17587
17562
  "kind": "Content",
@@ -17607,7 +17582,7 @@
17607
17582
  {
17608
17583
  "kind": "Variable",
17609
17584
  "canonicalReference": "@fluentui/web-components!fontWeightRegular:var",
17610
- "docComment": "",
17585
+ "docComment": "/**\n * CSS custom property value for the {@link @fluentui/tokens#fontWeightRegular | `fontWeightRegular`} design token.\n *\n * @public\n */\n",
17611
17586
  "excerptTokens": [
17612
17587
  {
17613
17588
  "kind": "Content",
@@ -17633,7 +17608,7 @@
17633
17608
  {
17634
17609
  "kind": "Variable",
17635
17610
  "canonicalReference": "@fluentui/web-components!fontWeightSemibold:var",
17636
- "docComment": "",
17611
+ "docComment": "/**\n * CSS custom property value for the {@link @fluentui/tokens#fontWeightSemibold | `fontWeightSemibold`} design token.\n *\n * @public\n */\n",
17637
17612
  "excerptTokens": [
17638
17613
  {
17639
17614
  "kind": "Content",
@@ -18214,7 +18189,7 @@
18214
18189
  {
18215
18190
  "kind": "Property",
18216
18191
  "canonicalReference": "@fluentui/web-components!Label#size:member",
18217
- "docComment": "/**\n * Specifies font size of a label\n *\n * @default 'medium'\n *\n * @remarks\n *\n * HTML Attribute: size\n *\n * @public\n */\n",
18192
+ "docComment": "/**\n * Specifies font size of a label\n *\n * @remarks\n *\n * HTML Attribute: size\n *\n * @public\n */\n",
18218
18193
  "excerptTokens": [
18219
18194
  {
18220
18195
  "kind": "Content",
@@ -18244,7 +18219,7 @@
18244
18219
  {
18245
18220
  "kind": "Property",
18246
18221
  "canonicalReference": "@fluentui/web-components!Label#weight:member",
18247
- "docComment": "/**\n * Specifies font weight of a label\n *\n * @default 'regular'\n *\n * @remarks\n *\n * HTML Attribute: weight\n *\n * @public\n */\n",
18222
+ "docComment": "/**\n * Specifies font weight of a label\n *\n * @remarks\n *\n * HTML Attribute: weight\n *\n * @public\n */\n",
18248
18223
  "excerptTokens": [
18249
18224
  {
18250
18225
  "kind": "Content",
@@ -18542,7 +18517,7 @@
18542
18517
  {
18543
18518
  "kind": "Variable",
18544
18519
  "canonicalReference": "@fluentui/web-components!lineHeightBase100:var",
18545
- "docComment": "",
18520
+ "docComment": "/**\n * CSS custom property value for the {@link @fluentui/tokens#lineHeightBase100 | `lineHeightBase100`} design token.\n *\n * @public\n */\n",
18546
18521
  "excerptTokens": [
18547
18522
  {
18548
18523
  "kind": "Content",
@@ -18568,7 +18543,7 @@
18568
18543
  {
18569
18544
  "kind": "Variable",
18570
18545
  "canonicalReference": "@fluentui/web-components!lineHeightBase200:var",
18571
- "docComment": "",
18546
+ "docComment": "/**\n * CSS custom property value for the {@link @fluentui/tokens#lineHeightBase200 | `lineHeightBase200`} design token.\n *\n * @public\n */\n",
18572
18547
  "excerptTokens": [
18573
18548
  {
18574
18549
  "kind": "Content",
@@ -18594,7 +18569,7 @@
18594
18569
  {
18595
18570
  "kind": "Variable",
18596
18571
  "canonicalReference": "@fluentui/web-components!lineHeightBase300:var",
18597
- "docComment": "",
18572
+ "docComment": "/**\n * CSS custom property value for the {@link @fluentui/tokens#lineHeightBase300 | `lineHeightBase300`} design token.\n *\n * @public\n */\n",
18598
18573
  "excerptTokens": [
18599
18574
  {
18600
18575
  "kind": "Content",
@@ -18620,7 +18595,7 @@
18620
18595
  {
18621
18596
  "kind": "Variable",
18622
18597
  "canonicalReference": "@fluentui/web-components!lineHeightBase400:var",
18623
- "docComment": "",
18598
+ "docComment": "/**\n * CSS custom property value for the {@link @fluentui/tokens#lineHeightBase400 | `lineHeightBase400`} design token.\n *\n * @public\n */\n",
18624
18599
  "excerptTokens": [
18625
18600
  {
18626
18601
  "kind": "Content",
@@ -18646,7 +18621,7 @@
18646
18621
  {
18647
18622
  "kind": "Variable",
18648
18623
  "canonicalReference": "@fluentui/web-components!lineHeightBase500:var",
18649
- "docComment": "",
18624
+ "docComment": "/**\n * CSS custom property value for the {@link @fluentui/tokens#lineHeightBase500 | `lineHeightBase500`} design token.\n *\n * @public\n */\n",
18650
18625
  "excerptTokens": [
18651
18626
  {
18652
18627
  "kind": "Content",
@@ -18672,7 +18647,7 @@
18672
18647
  {
18673
18648
  "kind": "Variable",
18674
18649
  "canonicalReference": "@fluentui/web-components!lineHeightBase600:var",
18675
- "docComment": "",
18650
+ "docComment": "/**\n * CSS custom property value for the {@link @fluentui/tokens#lineHeightBase600 | `lineHeightBase600`} design token.\n *\n * @public\n */\n",
18676
18651
  "excerptTokens": [
18677
18652
  {
18678
18653
  "kind": "Content",
@@ -18698,7 +18673,7 @@
18698
18673
  {
18699
18674
  "kind": "Variable",
18700
18675
  "canonicalReference": "@fluentui/web-components!lineHeightHero1000:var",
18701
- "docComment": "",
18676
+ "docComment": "/**\n * CSS custom property value for the {@link @fluentui/tokens#lineHeightHero1000 | `lineHeightHero1000`} design token.\n *\n * @public\n */\n",
18702
18677
  "excerptTokens": [
18703
18678
  {
18704
18679
  "kind": "Content",
@@ -18724,7 +18699,7 @@
18724
18699
  {
18725
18700
  "kind": "Variable",
18726
18701
  "canonicalReference": "@fluentui/web-components!lineHeightHero700:var",
18727
- "docComment": "",
18702
+ "docComment": "/**\n * CSS custom property value for the {@link @fluentui/tokens#lineHeightHero700 | `lineHeightHero700`} design token.\n *\n * @public\n */\n",
18728
18703
  "excerptTokens": [
18729
18704
  {
18730
18705
  "kind": "Content",
@@ -18750,7 +18725,7 @@
18750
18725
  {
18751
18726
  "kind": "Variable",
18752
18727
  "canonicalReference": "@fluentui/web-components!lineHeightHero800:var",
18753
- "docComment": "",
18728
+ "docComment": "/**\n * CSS custom property value for the {@link @fluentui/tokens#lineHeightHero800 | `lineHeightHero800`} design token.\n *\n * @public\n */\n",
18754
18729
  "excerptTokens": [
18755
18730
  {
18756
18731
  "kind": "Content",
@@ -18776,7 +18751,7 @@
18776
18751
  {
18777
18752
  "kind": "Variable",
18778
18753
  "canonicalReference": "@fluentui/web-components!lineHeightHero900:var",
18779
- "docComment": "",
18754
+ "docComment": "/**\n * CSS custom property value for the {@link @fluentui/tokens#lineHeightHero900 | `lineHeightHero900`} design token.\n *\n * @public\n */\n",
18780
18755
  "excerptTokens": [
18781
18756
  {
18782
18757
  "kind": "Content",
@@ -20147,65 +20122,6 @@
20147
20122
  "isOptional": false,
20148
20123
  "name": "setComponent"
20149
20124
  },
20150
- {
20151
- "kind": "Method",
20152
- "canonicalReference": "@fluentui/web-components!Menu#setPositioning:member(1)",
20153
- "docComment": "/**\n * Sets the positioning of the menu. @protected\n */\n",
20154
- "excerptTokens": [
20155
- {
20156
- "kind": "Content",
20157
- "text": "protected setPositioning(): "
20158
- },
20159
- {
20160
- "kind": "Content",
20161
- "text": "void"
20162
- },
20163
- {
20164
- "kind": "Content",
20165
- "text": ";"
20166
- }
20167
- ],
20168
- "isStatic": false,
20169
- "returnTypeTokenRange": {
20170
- "startIndex": 1,
20171
- "endIndex": 2
20172
- },
20173
- "releaseTag": "Public",
20174
- "isProtected": true,
20175
- "overloadIndex": 1,
20176
- "parameters": [],
20177
- "isOptional": false,
20178
- "name": "setPositioning"
20179
- },
20180
- {
20181
- "kind": "Property",
20182
- "canonicalReference": "@fluentui/web-components!Menu#setPositioningTask:member",
20183
- "docComment": "/**\n * The task to set the positioning of the menu. @protected\n */\n",
20184
- "excerptTokens": [
20185
- {
20186
- "kind": "Content",
20187
- "text": "protected setPositioningTask: "
20188
- },
20189
- {
20190
- "kind": "Content",
20191
- "text": "() => void"
20192
- },
20193
- {
20194
- "kind": "Content",
20195
- "text": ";"
20196
- }
20197
- ],
20198
- "isReadonly": false,
20199
- "isOptional": false,
20200
- "releaseTag": "Public",
20201
- "name": "setPositioningTask",
20202
- "propertyTypeTokenRange": {
20203
- "startIndex": 1,
20204
- "endIndex": 2
20205
- },
20206
- "isStatic": false,
20207
- "isProtected": true
20208
- },
20209
20125
  {
20210
20126
  "kind": "Property",
20211
20127
  "canonicalReference": "@fluentui/web-components!Menu#slottedMenuList:member",
@@ -20641,7 +20557,7 @@
20641
20557
  {
20642
20558
  "kind": "Class",
20643
20559
  "canonicalReference": "@fluentui/web-components!MenuItem:class",
20644
- "docComment": "/**\n * A Switch Custom HTML Element. Implements {@link https://www.w3.org/TR/wai-aria-1.1/#menuitem | ARIA menuitem}, {@link https://www.w3.org/TR/wai-aria-1.1/#menuitemcheckbox | ARIA menuitemcheckbox}, or {@link https://www.w3.org/TR/wai-aria-1.1/#menuitemradio | ARIA menuitemradio}.\n *\n * @slot checked-indicator - The checked indicator @slot radio-indicator - The radio indicator @slot start - Content which can be provided before the menu item content @slot end - Content which can be provided after the menu item content @slot - The default slot for menu item content @slot expand-collapse-indicator - The expand/collapse indicator @slot submenu - Used to nest menu's within menu items @csspart input-container - The element representing the visual checked or radio indicator @csspart checkbox - The element wrapping the `menuitemcheckbox` indicator @csspart radio - The element wrapping the `menuitemradio` indicator @csspart content - The element wrapping the menu item content @csspart expand-collapse-glyph-container - The element wrapping the expand collapse element @csspart expand-collapse - The expand/collapse element @csspart submenu-region - The container for the submenu, used for positioning @fires expanded-change - Fires a custom 'expanded-change' event when the expanded state changes @fires change - Fires a custom 'change' event when a non-submenu item with a role of `menuitemcheckbox`, `menuitemradio`, or `menuitem` is invoked\n *\n * @public\n */\n",
20560
+ "docComment": "/**\n * A Switch Custom HTML Element. Implements {@link https://www.w3.org/TR/wai-aria-1.1/#menuitem | ARIA menuitem}, {@link https://www.w3.org/TR/wai-aria-1.1/#menuitemcheckbox | ARIA menuitemcheckbox}, or {@link https://www.w3.org/TR/wai-aria-1.1/#menuitemradio | ARIA menuitemradio}.\n *\n * @slot\n *\n * checked-indicator - The checked indicator\n *\n * @slot\n *\n * radio-indicator - The radio indicator\n *\n * @slot\n *\n * start - Content which can be provided before the menu item content\n *\n * @slot\n *\n * end - Content which can be provided after the menu item content\n *\n * @slot\n *\n * - The default slot for menu item content\n *\n * @slot\n *\n * expand-collapse-indicator - The expand/collapse indicator\n *\n * @slot\n *\n * submenu - Used to nest menu's within menu items\n *\n * @csspart\n *\n * input-container - The element representing the visual checked or radio indicator\n *\n * @csspart\n *\n * checkbox - The element wrapping the `menuitemcheckbox` indicator\n *\n * @csspart\n *\n * radio - The element wrapping the `menuitemradio` indicator\n *\n * @csspart\n *\n * content - The element wrapping the menu item content\n *\n * @csspart\n *\n * expand-collapse-glyph-container - The element wrapping the expand collapse element\n *\n * @csspart\n *\n * expand-collapse - The expand/collapse element\n *\n * @csspart\n *\n * submenu-region - The container for the submenu, used for positioning\n *\n * @fires\n *\n * expanded-change - Fires a custom 'expanded-change' event when the expanded state changes\n *\n * @fires\n *\n * change - Fires a custom 'change' event when a non-submenu item with a role of `menuitemcheckbox`, `menuitemradio`, or `menuitem` is invoked\n *\n * @public\n */\n",
20645
20561
  "excerptTokens": [
20646
20562
  {
20647
20563
  "kind": "Content",
@@ -21284,7 +21200,7 @@
21284
21200
  {
21285
21201
  "kind": "Class",
21286
21202
  "canonicalReference": "@fluentui/web-components!MenuList:class",
21287
- "docComment": "/**\n * A Menu Custom HTML Element. Implements the {@link https://www.w3.org/TR/wai-aria-1.1/#menu | ARIA menu}.\n *\n * @slot - The default slot for the menu items\n *\n * @public\n */\n",
21203
+ "docComment": "/**\n * A Menu Custom HTML Element. Implements the {@link https://www.w3.org/TR/wai-aria-1.1/#menu | ARIA menu}.\n *\n * @slot\n *\n * - The default slot for the menu items\n *\n * @public\n */\n",
21288
21204
  "excerptTokens": [
21289
21205
  {
21290
21206
  "kind": "Content",
@@ -21792,7 +21708,7 @@
21792
21708
  {
21793
21709
  "kind": "Class",
21794
21710
  "canonicalReference": "@fluentui/web-components!ProgressBar:class",
21795
- "docComment": "/**\n * An Progress HTML Element. Implements the {@link https://www.w3.org/TR/wai-aria-1.1/#progressbar | ARIA progressbar}.\n *\n * @slot indeterminate - The slot for a custom indeterminate indicator @csspart progress - Represents the progress element @csspart determinate - The determinate indicator @csspart indeterminate - The indeterminate indicator\n *\n * @public\n */\n",
21711
+ "docComment": "/**\n * An Progress HTML Element. Implements the {@link https://www.w3.org/TR/wai-aria-1.1/#progressbar | ARIA progressbar}.\n *\n * @slot\n *\n * indeterminate - The slot for a custom indeterminate indicator\n *\n * @csspart\n *\n * progress - Represents the progress element\n *\n * @csspart\n *\n * determinate - The determinate indicator\n *\n * @csspart\n *\n * indeterminate - The indeterminate indicator\n *\n * @public\n */\n",
21796
21712
  "excerptTokens": [
21797
21713
  {
21798
21714
  "kind": "Content",
@@ -22263,7 +22179,7 @@
22263
22179
  {
22264
22180
  "kind": "Class",
22265
22181
  "canonicalReference": "@fluentui/web-components!Radio:class",
22266
- "docComment": "/**\n * A Radio Custom HTML Element. Implements the {@link https://www.w3.org/TR/wai-aria-1.1/#radio | ARIA radio}.\n *\n * @slot checked-indicator - The checked indicator @slot - The default slot for the label @csspart control - The element representing the visual radio control @csspart label - The label @fires change - Emits a custom change event when the checked state changes\n *\n * @public\n */\n",
22182
+ "docComment": "/**\n * A Radio Custom HTML Element. Implements the {@link https://www.w3.org/TR/wai-aria-1.1/#radio | ARIA radio}.\n *\n * @slot\n *\n * checked-indicator - The checked indicator\n *\n * @slot\n *\n * - The default slot for the label\n *\n * @csspart\n *\n * control - The element representing the visual radio control\n *\n * @csspart\n *\n * label - The label\n *\n * @fires\n *\n * change - Emits a custom change event when the checked state changes\n *\n * @public\n */\n",
22267
22183
  "excerptTokens": [
22268
22184
  {
22269
22185
  "kind": "Content",
@@ -23142,81 +23058,10 @@
23142
23058
  "endIndex": 5
23143
23059
  }
23144
23060
  },
23145
- {
23146
- "kind": "Variable",
23147
- "canonicalReference": "@fluentui/web-components!setTheme:var",
23148
- "docComment": "/**\n * Sets the theme tokens on defaultNode.\n *\n * @param theme - Flat object of theme token values.\n */\n",
23149
- "excerptTokens": [
23150
- {
23151
- "kind": "Content",
23152
- "text": "setTheme: "
23153
- },
23154
- {
23155
- "kind": "Content",
23156
- "text": "(theme: "
23157
- },
23158
- {
23159
- "kind": "Reference",
23160
- "text": "Theme",
23161
- "canonicalReference": "@fluentui/tokens!Theme:type"
23162
- },
23163
- {
23164
- "kind": "Content",
23165
- "text": ") => void"
23166
- }
23167
- ],
23168
- "isReadonly": true,
23169
- "releaseTag": "Public",
23170
- "name": "setTheme",
23171
- "variableTypeTokenRange": {
23172
- "startIndex": 1,
23173
- "endIndex": 4
23174
- }
23175
- },
23176
- {
23177
- "kind": "Variable",
23178
- "canonicalReference": "@fluentui/web-components!setThemeFor:var",
23179
- "docComment": "",
23180
- "excerptTokens": [
23181
- {
23182
- "kind": "Content",
23183
- "text": "setThemeFor: "
23184
- },
23185
- {
23186
- "kind": "Content",
23187
- "text": "(element: "
23188
- },
23189
- {
23190
- "kind": "Reference",
23191
- "text": "HTMLElement",
23192
- "canonicalReference": "!HTMLElement:interface"
23193
- },
23194
- {
23195
- "kind": "Content",
23196
- "text": ", theme: "
23197
- },
23198
- {
23199
- "kind": "Reference",
23200
- "text": "Theme",
23201
- "canonicalReference": "@fluentui/tokens!Theme:type"
23202
- },
23203
- {
23204
- "kind": "Content",
23205
- "text": ") => void"
23206
- }
23207
- ],
23208
- "isReadonly": true,
23209
- "releaseTag": "Public",
23210
- "name": "setThemeFor",
23211
- "variableTypeTokenRange": {
23212
- "startIndex": 1,
23213
- "endIndex": 6
23214
- }
23215
- },
23216
23061
  {
23217
23062
  "kind": "Variable",
23218
23063
  "canonicalReference": "@fluentui/web-components!shadow16:var",
23219
- "docComment": "",
23064
+ "docComment": "/**\n * CSS custom property value for the {@link @fluentui/tokens#shadow16 | `shadow16`} design token.\n *\n * @public\n */\n",
23220
23065
  "excerptTokens": [
23221
23066
  {
23222
23067
  "kind": "Content",
@@ -23242,7 +23087,7 @@
23242
23087
  {
23243
23088
  "kind": "Variable",
23244
23089
  "canonicalReference": "@fluentui/web-components!shadow16Brand:var",
23245
- "docComment": "",
23090
+ "docComment": "/**\n * CSS custom property value for the {@link @fluentui/tokens#shadow16Brand | `shadow16Brand`} design token.\n *\n * @public\n */\n",
23246
23091
  "excerptTokens": [
23247
23092
  {
23248
23093
  "kind": "Content",
@@ -23268,7 +23113,7 @@
23268
23113
  {
23269
23114
  "kind": "Variable",
23270
23115
  "canonicalReference": "@fluentui/web-components!shadow2:var",
23271
- "docComment": "",
23116
+ "docComment": "/**\n * CSS custom property value for the {@link @fluentui/tokens#shadow2 | `shadow2`} design token.\n *\n * @public\n */\n",
23272
23117
  "excerptTokens": [
23273
23118
  {
23274
23119
  "kind": "Content",
@@ -23294,7 +23139,7 @@
23294
23139
  {
23295
23140
  "kind": "Variable",
23296
23141
  "canonicalReference": "@fluentui/web-components!shadow28:var",
23297
- "docComment": "",
23142
+ "docComment": "/**\n * CSS custom property value for the {@link @fluentui/tokens#shadow28 | `shadow28`} design token.\n *\n * @public\n */\n",
23298
23143
  "excerptTokens": [
23299
23144
  {
23300
23145
  "kind": "Content",
@@ -23320,7 +23165,7 @@
23320
23165
  {
23321
23166
  "kind": "Variable",
23322
23167
  "canonicalReference": "@fluentui/web-components!shadow28Brand:var",
23323
- "docComment": "",
23168
+ "docComment": "/**\n * CSS custom property value for the {@link @fluentui/tokens#shadow28Brand | `shadow28Brand`} design token.\n *\n * @public\n */\n",
23324
23169
  "excerptTokens": [
23325
23170
  {
23326
23171
  "kind": "Content",
@@ -23346,7 +23191,7 @@
23346
23191
  {
23347
23192
  "kind": "Variable",
23348
23193
  "canonicalReference": "@fluentui/web-components!shadow2Brand:var",
23349
- "docComment": "",
23194
+ "docComment": "/**\n * CSS custom property value for the {@link @fluentui/tokens#shadow2Brand | `shadow2Brand`} design token.\n *\n * @public\n */\n",
23350
23195
  "excerptTokens": [
23351
23196
  {
23352
23197
  "kind": "Content",
@@ -23372,7 +23217,7 @@
23372
23217
  {
23373
23218
  "kind": "Variable",
23374
23219
  "canonicalReference": "@fluentui/web-components!shadow4:var",
23375
- "docComment": "",
23220
+ "docComment": "/**\n * CSS custom property value for the {@link @fluentui/tokens#shadow4 | `shadow4`} design token.\n *\n * @public\n */\n",
23376
23221
  "excerptTokens": [
23377
23222
  {
23378
23223
  "kind": "Content",
@@ -23398,7 +23243,7 @@
23398
23243
  {
23399
23244
  "kind": "Variable",
23400
23245
  "canonicalReference": "@fluentui/web-components!shadow4Brand:var",
23401
- "docComment": "",
23246
+ "docComment": "/**\n * CSS custom property value for the {@link @fluentui/tokens#shadow4Brand | `shadow4Brand`} design token.\n *\n * @public\n */\n",
23402
23247
  "excerptTokens": [
23403
23248
  {
23404
23249
  "kind": "Content",
@@ -23424,7 +23269,7 @@
23424
23269
  {
23425
23270
  "kind": "Variable",
23426
23271
  "canonicalReference": "@fluentui/web-components!shadow64:var",
23427
- "docComment": "",
23272
+ "docComment": "/**\n * CSS custom property value for the {@link @fluentui/tokens#shadow64 | `shadow64`} design token.\n *\n * @public\n */\n",
23428
23273
  "excerptTokens": [
23429
23274
  {
23430
23275
  "kind": "Content",
@@ -23450,7 +23295,7 @@
23450
23295
  {
23451
23296
  "kind": "Variable",
23452
23297
  "canonicalReference": "@fluentui/web-components!shadow64Brand:var",
23453
- "docComment": "",
23298
+ "docComment": "/**\n * CSS custom property value for the {@link @fluentui/tokens#shadow64Brand | `shadow64Brand`} design token.\n *\n * @public\n */\n",
23454
23299
  "excerptTokens": [
23455
23300
  {
23456
23301
  "kind": "Content",
@@ -23476,7 +23321,7 @@
23476
23321
  {
23477
23322
  "kind": "Variable",
23478
23323
  "canonicalReference": "@fluentui/web-components!shadow8:var",
23479
- "docComment": "",
23324
+ "docComment": "/**\n * CSS custom property value for the {@link @fluentui/tokens#shadow8 | `shadow8`} design token.\n *\n * @public\n */\n",
23480
23325
  "excerptTokens": [
23481
23326
  {
23482
23327
  "kind": "Content",
@@ -23502,7 +23347,7 @@
23502
23347
  {
23503
23348
  "kind": "Variable",
23504
23349
  "canonicalReference": "@fluentui/web-components!shadow8Brand:var",
23505
- "docComment": "",
23350
+ "docComment": "/**\n * CSS custom property value for the {@link @fluentui/tokens#shadow8Brand | `shadow8Brand`} design token.\n *\n * @public\n */\n",
23506
23351
  "excerptTokens": [
23507
23352
  {
23508
23353
  "kind": "Content",
@@ -24706,7 +24551,7 @@
24706
24551
  {
24707
24552
  "kind": "Variable",
24708
24553
  "canonicalReference": "@fluentui/web-components!spacingHorizontalL:var",
24709
- "docComment": "",
24554
+ "docComment": "/**\n * CSS custom property value for the {@link @fluentui/tokens#spacingHorizontalL | `spacingHorizontalL`} design token.\n *\n * @public\n */\n",
24710
24555
  "excerptTokens": [
24711
24556
  {
24712
24557
  "kind": "Content",
@@ -24732,7 +24577,7 @@
24732
24577
  {
24733
24578
  "kind": "Variable",
24734
24579
  "canonicalReference": "@fluentui/web-components!spacingHorizontalM:var",
24735
- "docComment": "",
24580
+ "docComment": "/**\n * CSS custom property value for the {@link @fluentui/tokens#spacingHorizontalM | `spacingHorizontalM`} design token.\n *\n * @public\n */\n",
24736
24581
  "excerptTokens": [
24737
24582
  {
24738
24583
  "kind": "Content",
@@ -24758,7 +24603,7 @@
24758
24603
  {
24759
24604
  "kind": "Variable",
24760
24605
  "canonicalReference": "@fluentui/web-components!spacingHorizontalMNudge:var",
24761
- "docComment": "",
24606
+ "docComment": "/**\n * CSS custom property value for the {@link @fluentui/tokens#spacingHorizontalMNudge | `spacingHorizontalMNudge`} design token.\n *\n * @public\n */\n",
24762
24607
  "excerptTokens": [
24763
24608
  {
24764
24609
  "kind": "Content",
@@ -24784,7 +24629,7 @@
24784
24629
  {
24785
24630
  "kind": "Variable",
24786
24631
  "canonicalReference": "@fluentui/web-components!spacingHorizontalNone:var",
24787
- "docComment": "",
24632
+ "docComment": "/**\n * CSS custom property value for the {@link @fluentui/tokens#spacingHorizontalNone | `spacingHorizontalNone`} design token.\n *\n * @public\n */\n",
24788
24633
  "excerptTokens": [
24789
24634
  {
24790
24635
  "kind": "Content",
@@ -24810,7 +24655,7 @@
24810
24655
  {
24811
24656
  "kind": "Variable",
24812
24657
  "canonicalReference": "@fluentui/web-components!spacingHorizontalS:var",
24813
- "docComment": "",
24658
+ "docComment": "/**\n * CSS custom property value for the {@link @fluentui/tokens#spacingHorizontalS | `spacingHorizontalS`} design token.\n *\n * @public\n */\n",
24814
24659
  "excerptTokens": [
24815
24660
  {
24816
24661
  "kind": "Content",
@@ -24836,7 +24681,7 @@
24836
24681
  {
24837
24682
  "kind": "Variable",
24838
24683
  "canonicalReference": "@fluentui/web-components!spacingHorizontalSNudge:var",
24839
- "docComment": "",
24684
+ "docComment": "/**\n * CSS custom property value for the {@link @fluentui/tokens#spacingHorizontalSNudge | `spacingHorizontalSNudge`} design token.\n *\n * @public\n */\n",
24840
24685
  "excerptTokens": [
24841
24686
  {
24842
24687
  "kind": "Content",
@@ -24862,7 +24707,7 @@
24862
24707
  {
24863
24708
  "kind": "Variable",
24864
24709
  "canonicalReference": "@fluentui/web-components!spacingHorizontalXL:var",
24865
- "docComment": "",
24710
+ "docComment": "/**\n * CSS custom property value for the {@link @fluentui/tokens#spacingHorizontalXL | `spacingHorizontalXL`} design token.\n *\n * @public\n */\n",
24866
24711
  "excerptTokens": [
24867
24712
  {
24868
24713
  "kind": "Content",
@@ -24888,7 +24733,7 @@
24888
24733
  {
24889
24734
  "kind": "Variable",
24890
24735
  "canonicalReference": "@fluentui/web-components!spacingHorizontalXS:var",
24891
- "docComment": "",
24736
+ "docComment": "/**\n * CSS custom property value for the {@link @fluentui/tokens#spacingHorizontalXS | `spacingHorizontalXS`} design token.\n *\n * @public\n */\n",
24892
24737
  "excerptTokens": [
24893
24738
  {
24894
24739
  "kind": "Content",
@@ -24914,7 +24759,7 @@
24914
24759
  {
24915
24760
  "kind": "Variable",
24916
24761
  "canonicalReference": "@fluentui/web-components!spacingHorizontalXXL:var",
24917
- "docComment": "",
24762
+ "docComment": "/**\n * CSS custom property value for the {@link @fluentui/tokens#spacingHorizontalXXL | `spacingHorizontalXXL`} design token.\n *\n * @public\n */\n",
24918
24763
  "excerptTokens": [
24919
24764
  {
24920
24765
  "kind": "Content",
@@ -24940,7 +24785,7 @@
24940
24785
  {
24941
24786
  "kind": "Variable",
24942
24787
  "canonicalReference": "@fluentui/web-components!spacingHorizontalXXS:var",
24943
- "docComment": "",
24788
+ "docComment": "/**\n * CSS custom property value for the {@link @fluentui/tokens#spacingHorizontalXXS | `spacingHorizontalXXS`} design token.\n *\n * @public\n */\n",
24944
24789
  "excerptTokens": [
24945
24790
  {
24946
24791
  "kind": "Content",
@@ -24966,7 +24811,7 @@
24966
24811
  {
24967
24812
  "kind": "Variable",
24968
24813
  "canonicalReference": "@fluentui/web-components!spacingHorizontalXXXL:var",
24969
- "docComment": "",
24814
+ "docComment": "/**\n * CSS custom property value for the {@link @fluentui/tokens#spacingHorizontalXXXL | `spacingHorizontalXXXL`} design token.\n *\n * @public\n */\n",
24970
24815
  "excerptTokens": [
24971
24816
  {
24972
24817
  "kind": "Content",
@@ -24992,7 +24837,7 @@
24992
24837
  {
24993
24838
  "kind": "Variable",
24994
24839
  "canonicalReference": "@fluentui/web-components!spacingVerticalL:var",
24995
- "docComment": "",
24840
+ "docComment": "/**\n * CSS custom property value for the {@link @fluentui/tokens#spacingVerticalL | `spacingVerticalL`} design token.\n *\n * @public\n */\n",
24996
24841
  "excerptTokens": [
24997
24842
  {
24998
24843
  "kind": "Content",
@@ -25018,7 +24863,7 @@
25018
24863
  {
25019
24864
  "kind": "Variable",
25020
24865
  "canonicalReference": "@fluentui/web-components!spacingVerticalM:var",
25021
- "docComment": "",
24866
+ "docComment": "/**\n * CSS custom property value for the {@link @fluentui/tokens#spacingVerticalM | `spacingVerticalM`} design token.\n *\n * @public\n */\n",
25022
24867
  "excerptTokens": [
25023
24868
  {
25024
24869
  "kind": "Content",
@@ -25044,7 +24889,7 @@
25044
24889
  {
25045
24890
  "kind": "Variable",
25046
24891
  "canonicalReference": "@fluentui/web-components!spacingVerticalMNudge:var",
25047
- "docComment": "",
24892
+ "docComment": "/**\n * CSS custom property value for the {@link @fluentui/tokens#spacingVerticalMNudge | `spacingVerticalMNudge`} design token.\n *\n * @public\n */\n",
25048
24893
  "excerptTokens": [
25049
24894
  {
25050
24895
  "kind": "Content",
@@ -25070,7 +24915,7 @@
25070
24915
  {
25071
24916
  "kind": "Variable",
25072
24917
  "canonicalReference": "@fluentui/web-components!spacingVerticalNone:var",
25073
- "docComment": "",
24918
+ "docComment": "/**\n * CSS custom property value for the {@link @fluentui/tokens#spacingVerticalNone | `spacingVerticalNone`} design token.\n *\n * @public\n */\n",
25074
24919
  "excerptTokens": [
25075
24920
  {
25076
24921
  "kind": "Content",
@@ -25096,7 +24941,7 @@
25096
24941
  {
25097
24942
  "kind": "Variable",
25098
24943
  "canonicalReference": "@fluentui/web-components!spacingVerticalS:var",
25099
- "docComment": "",
24944
+ "docComment": "/**\n * CSS custom property value for the {@link @fluentui/tokens#spacingVerticalS | `spacingVerticalS`} design token.\n *\n * @public\n */\n",
25100
24945
  "excerptTokens": [
25101
24946
  {
25102
24947
  "kind": "Content",
@@ -25122,7 +24967,7 @@
25122
24967
  {
25123
24968
  "kind": "Variable",
25124
24969
  "canonicalReference": "@fluentui/web-components!spacingVerticalSNudge:var",
25125
- "docComment": "",
24970
+ "docComment": "/**\n * CSS custom property value for the {@link @fluentui/tokens#spacingVerticalSNudge | `spacingVerticalSNudge`} design token.\n *\n * @public\n */\n",
25126
24971
  "excerptTokens": [
25127
24972
  {
25128
24973
  "kind": "Content",
@@ -25148,7 +24993,7 @@
25148
24993
  {
25149
24994
  "kind": "Variable",
25150
24995
  "canonicalReference": "@fluentui/web-components!spacingVerticalXL:var",
25151
- "docComment": "",
24996
+ "docComment": "/**\n * CSS custom property value for the {@link @fluentui/tokens#spacingVerticalXL | `spacingVerticalXL`} design token.\n *\n * @public\n */\n",
25152
24997
  "excerptTokens": [
25153
24998
  {
25154
24999
  "kind": "Content",
@@ -25174,7 +25019,7 @@
25174
25019
  {
25175
25020
  "kind": "Variable",
25176
25021
  "canonicalReference": "@fluentui/web-components!spacingVerticalXS:var",
25177
- "docComment": "",
25022
+ "docComment": "/**\n * CSS custom property value for the {@link @fluentui/tokens#spacingVerticalXS | `spacingVerticalXS`} design token.\n *\n * @public\n */\n",
25178
25023
  "excerptTokens": [
25179
25024
  {
25180
25025
  "kind": "Content",
@@ -25200,7 +25045,7 @@
25200
25045
  {
25201
25046
  "kind": "Variable",
25202
25047
  "canonicalReference": "@fluentui/web-components!spacingVerticalXXL:var",
25203
- "docComment": "",
25048
+ "docComment": "/**\n * CSS custom property value for the {@link @fluentui/tokens#spacingVerticalXXL | `spacingVerticalXXL`} design token.\n *\n * @public\n */\n",
25204
25049
  "excerptTokens": [
25205
25050
  {
25206
25051
  "kind": "Content",
@@ -25226,7 +25071,7 @@
25226
25071
  {
25227
25072
  "kind": "Variable",
25228
25073
  "canonicalReference": "@fluentui/web-components!spacingVerticalXXS:var",
25229
- "docComment": "",
25074
+ "docComment": "/**\n * CSS custom property value for the {@link @fluentui/tokens#spacingVerticalXXS | `spacingVerticalXXS`} design token.\n *\n * @public\n */\n",
25230
25075
  "excerptTokens": [
25231
25076
  {
25232
25077
  "kind": "Content",
@@ -25252,7 +25097,7 @@
25252
25097
  {
25253
25098
  "kind": "Variable",
25254
25099
  "canonicalReference": "@fluentui/web-components!spacingVerticalXXXL:var",
25255
- "docComment": "",
25100
+ "docComment": "/**\n * CSS custom property value for the {@link @fluentui/tokens#spacingVerticalXXXL | `spacingVerticalXXXL`} design token.\n *\n * @public\n */\n",
25256
25101
  "excerptTokens": [
25257
25102
  {
25258
25103
  "kind": "Content",
@@ -25316,7 +25161,7 @@
25316
25161
  {
25317
25162
  "kind": "Property",
25318
25163
  "canonicalReference": "@fluentui/web-components!Spinner#appearance:member",
25319
- "docComment": "/**\n * The appearance of the spinner\n *\n * @default 'primary'\n *\n * @remarks\n *\n * HTML Attribute: appearance\n *\n * @public\n */\n",
25164
+ "docComment": "/**\n * The appearance of the spinner\n *\n * @remarks\n *\n * HTML Attribute: appearance\n *\n * @public\n */\n",
25320
25165
  "excerptTokens": [
25321
25166
  {
25322
25167
  "kind": "Content",
@@ -25346,7 +25191,7 @@
25346
25191
  {
25347
25192
  "kind": "Property",
25348
25193
  "canonicalReference": "@fluentui/web-components!Spinner#size:member",
25349
- "docComment": "/**\n * The size of the spinner\n *\n * @default 'medium'\n *\n * @remarks\n *\n * HTML Attribute: size\n *\n * @public\n */\n",
25194
+ "docComment": "/**\n * The size of the spinner\n *\n * @remarks\n *\n * HTML Attribute: size\n *\n * @public\n */\n",
25350
25195
  "excerptTokens": [
25351
25196
  {
25352
25197
  "kind": "Content",
@@ -25612,7 +25457,7 @@
25612
25457
  {
25613
25458
  "kind": "Variable",
25614
25459
  "canonicalReference": "@fluentui/web-components!strokeWidthThick:var",
25615
- "docComment": "",
25460
+ "docComment": "/**\n * CSS custom property value for the {@link @fluentui/tokens#strokeWidthThick | `strokeWidthThick`} design token.\n *\n * @public\n */\n",
25616
25461
  "excerptTokens": [
25617
25462
  {
25618
25463
  "kind": "Content",
@@ -25638,7 +25483,7 @@
25638
25483
  {
25639
25484
  "kind": "Variable",
25640
25485
  "canonicalReference": "@fluentui/web-components!strokeWidthThicker:var",
25641
- "docComment": "",
25486
+ "docComment": "/**\n * CSS custom property value for the {@link @fluentui/tokens#strokeWidthThicker | `strokeWidthThicker`} design token.\n *\n * @public\n */\n",
25642
25487
  "excerptTokens": [
25643
25488
  {
25644
25489
  "kind": "Content",
@@ -25664,7 +25509,7 @@
25664
25509
  {
25665
25510
  "kind": "Variable",
25666
25511
  "canonicalReference": "@fluentui/web-components!strokeWidthThickest:var",
25667
- "docComment": "",
25512
+ "docComment": "/**\n * CSS custom property value for the {@link @fluentui/tokens#strokeWidthThickest | `strokeWidthThickest`} design token.\n *\n * @public\n */\n",
25668
25513
  "excerptTokens": [
25669
25514
  {
25670
25515
  "kind": "Content",
@@ -25690,7 +25535,7 @@
25690
25535
  {
25691
25536
  "kind": "Variable",
25692
25537
  "canonicalReference": "@fluentui/web-components!strokeWidthThin:var",
25693
- "docComment": "",
25538
+ "docComment": "/**\n * CSS custom property value for the {@link @fluentui/tokens#strokeWidthThin | `strokeWidthThin`} design token.\n *\n * @public\n */\n",
25694
25539
  "excerptTokens": [
25695
25540
  {
25696
25541
  "kind": "Content",
@@ -25781,7 +25626,7 @@
25781
25626
  {
25782
25627
  "kind": "Property",
25783
25628
  "canonicalReference": "@fluentui/web-components!Switch#labelPosition:member",
25784
- "docComment": "/**\n * The label position of the switch\n *\n * @default 'after'\n *\n * @remarks\n *\n * HTML Attribute: labelposition\n *\n * @public\n */\n",
25629
+ "docComment": "/**\n * The label position of the switch\n *\n * @remarks\n *\n * HTML Attribute: labelposition\n *\n * @public\n */\n",
25785
25630
  "excerptTokens": [
25786
25631
  {
25787
25632
  "kind": "Content",
@@ -27534,7 +27379,7 @@
27534
27379
  {
27535
27380
  "kind": "Class",
27536
27381
  "canonicalReference": "@fluentui/web-components!TextInput:class",
27537
- "docComment": "/**\n * A Text Input Custom HTML Element. Based largely on the {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input | `<input>`} element.\n *\n * @slot start - Content which can be provided before the input @slot end - Content which can be provided after the input @slot - The default slot for button content @csspart label - The internal `<label>` element @csspart root - the root container for the internal control @csspart control - The internal `<input>` control\n *\n * @public\n */\n",
27382
+ "docComment": "/**\n * A Text Input Custom HTML Element. Based largely on the {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input | `<input>`} element.\n *\n * @slot\n *\n * start - Content which can be provided before the input\n *\n * @slot\n *\n * end - Content which can be provided after the input\n *\n * @slot\n *\n * - The default slot for button content\n *\n * @csspart\n *\n * label - The internal `<label>` element\n *\n * @csspart\n *\n * root - the root container for the internal control\n *\n * @csspart\n *\n * control - The internal `<input>` control\n *\n * @public\n */\n",
27538
27383
  "excerptTokens": [
27539
27384
  {
27540
27385
  "kind": "Content",
@@ -27557,7 +27402,7 @@
27557
27402
  {
27558
27403
  "kind": "Property",
27559
27404
  "canonicalReference": "@fluentui/web-components!TextInput#appearance:member",
27560
- "docComment": "/**\n * Indicates the styled appearance of the element.\n *\n * @default 'outline'\n *\n * @remarks\n *\n * HTML Attribute: `appearance`\n *\n * @public\n */\n",
27405
+ "docComment": "/**\n * Indicates the styled appearance of the element.\n *\n * @remarks\n *\n * HTML Attribute: `appearance`\n *\n * @public\n */\n",
27561
27406
  "excerptTokens": [
27562
27407
  {
27563
27408
  "kind": "Content",
@@ -27675,7 +27520,7 @@
27675
27520
  {
27676
27521
  "kind": "Property",
27677
27522
  "canonicalReference": "@fluentui/web-components!TextInput#controlSize:member",
27678
- "docComment": "/**\n * Sets the size of the control.\n *\n * @default 'medium'\n *\n * @remarks\n *\n * HTML Attribute: `control-size`\n *\n * @public\n */\n",
27523
+ "docComment": "/**\n * Sets the size of the control.\n *\n * @remarks\n *\n * HTML Attribute: `control-size`\n *\n * @public\n */\n",
27679
27524
  "excerptTokens": [
27680
27525
  {
27681
27526
  "kind": "Content",