@fluentui/web-components 3.0.0-beta.14 → 3.0.0-beta.16

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 (165) hide show
  1. package/CHANGELOG.md +184 -103
  2. package/dist/dts/accordion/index.d.ts +2 -1
  3. package/dist/dts/accordion-item/index.d.ts +2 -2
  4. package/dist/dts/anchor-button/index.d.ts +2 -2
  5. package/dist/dts/avatar/index.d.ts +2 -2
  6. package/dist/dts/badge/index.d.ts +2 -2
  7. package/dist/dts/button/index.d.ts +2 -2
  8. package/dist/dts/checkbox/index.d.ts +2 -2
  9. package/dist/dts/compound-button/index.d.ts +2 -2
  10. package/dist/dts/counter-badge/index.d.ts +2 -2
  11. package/dist/dts/dialog/index.d.ts +2 -1
  12. package/dist/dts/divider/index.d.ts +2 -2
  13. package/dist/dts/image/index.d.ts +2 -2
  14. package/dist/dts/index-rollup.d.ts +35 -1
  15. package/dist/dts/index.d.ts +35 -34
  16. package/dist/dts/label/index.d.ts +2 -1
  17. package/dist/dts/menu/index.d.ts +1 -1
  18. package/dist/dts/menu-button/index.d.ts +2 -2
  19. package/dist/dts/menu-button/menu-button.options.d.ts +1 -1
  20. package/dist/dts/menu-item/index.d.ts +2 -1
  21. package/dist/dts/menu-item/menu-item.options.d.ts +1 -1
  22. package/dist/dts/menu-list/index.d.ts +1 -1
  23. package/dist/dts/progress-bar/index.d.ts +2 -2
  24. package/dist/dts/radio/index.d.ts +1 -1
  25. package/dist/dts/radio-group/index.d.ts +2 -1
  26. package/dist/dts/slider/index.d.ts +2 -2
  27. package/dist/dts/spinner/index.d.ts +2 -2
  28. package/dist/dts/spinner/spinner.d.ts +10 -2
  29. package/dist/dts/spinner/spinner.template.d.ts +2 -3
  30. package/dist/dts/switch/index.d.ts +2 -2
  31. package/dist/dts/tab/index.d.ts +1 -1
  32. package/dist/dts/tab-panel/index.d.ts +1 -1
  33. package/dist/dts/tabs/index.d.ts +2 -2
  34. package/dist/dts/text/index.d.ts +2 -2
  35. package/dist/dts/text-input/index.d.ts +2 -2
  36. package/dist/dts/text-input/text-input.d.ts +4 -4
  37. package/dist/dts/text-input/text-input.options.d.ts +7 -7
  38. package/dist/dts/text-input/text-input.template.d.ts +2 -2
  39. package/dist/dts/theme/design-tokens.d.ts +53 -1
  40. package/dist/dts/toggle-button/index.d.ts +2 -2
  41. package/dist/esm/accordion/index.js +2 -1
  42. package/dist/esm/accordion/index.js.map +1 -1
  43. package/dist/esm/accordion-item/index.js +2 -2
  44. package/dist/esm/accordion-item/index.js.map +1 -1
  45. package/dist/esm/anchor-button/anchor-button.js.map +1 -1
  46. package/dist/esm/anchor-button/index.js +2 -2
  47. package/dist/esm/anchor-button/index.js.map +1 -1
  48. package/dist/esm/avatar/avatar.js.map +1 -1
  49. package/dist/esm/avatar/index.js +2 -2
  50. package/dist/esm/avatar/index.js.map +1 -1
  51. package/dist/esm/badge/index.js +2 -2
  52. package/dist/esm/badge/index.js.map +1 -1
  53. package/dist/esm/button/index.js +2 -2
  54. package/dist/esm/button/index.js.map +1 -1
  55. package/dist/esm/checkbox/index.js +2 -2
  56. package/dist/esm/checkbox/index.js.map +1 -1
  57. package/dist/esm/compound-button/index.js +2 -2
  58. package/dist/esm/compound-button/index.js.map +1 -1
  59. package/dist/esm/counter-badge/index.js +2 -2
  60. package/dist/esm/counter-badge/index.js.map +1 -1
  61. package/dist/esm/dialog/index.js +2 -1
  62. package/dist/esm/dialog/index.js.map +1 -1
  63. package/dist/esm/divider/index.js +2 -2
  64. package/dist/esm/divider/index.js.map +1 -1
  65. package/dist/esm/image/index.js +2 -2
  66. package/dist/esm/image/index.js.map +1 -1
  67. package/dist/esm/index-rollup.js +35 -1
  68. package/dist/esm/index-rollup.js.map +1 -1
  69. package/dist/esm/index.js +35 -34
  70. package/dist/esm/index.js.map +1 -1
  71. package/dist/esm/label/index.js +2 -1
  72. package/dist/esm/label/index.js.map +1 -1
  73. package/dist/esm/menu/index.js +1 -1
  74. package/dist/esm/menu/index.js.map +1 -1
  75. package/dist/esm/menu-button/index.js +2 -2
  76. package/dist/esm/menu-button/index.js.map +1 -1
  77. package/dist/esm/menu-item/index.js +2 -1
  78. package/dist/esm/menu-item/index.js.map +1 -1
  79. package/dist/esm/menu-list/index.js +1 -1
  80. package/dist/esm/menu-list/index.js.map +1 -1
  81. package/dist/esm/menu-list/menu-list.js.map +1 -1
  82. package/dist/esm/progress-bar/index.js +2 -2
  83. package/dist/esm/progress-bar/index.js.map +1 -1
  84. package/dist/esm/radio/index.js +1 -1
  85. package/dist/esm/radio/index.js.map +1 -1
  86. package/dist/esm/radio-group/index.js +2 -1
  87. package/dist/esm/radio-group/index.js.map +1 -1
  88. package/dist/esm/slider/index.js +2 -2
  89. package/dist/esm/slider/index.js.map +1 -1
  90. package/dist/esm/spinner/index.js +2 -2
  91. package/dist/esm/spinner/index.js.map +1 -1
  92. package/dist/esm/spinner/spinner.js +2 -2
  93. package/dist/esm/spinner/spinner.js.map +1 -1
  94. package/dist/esm/spinner/spinner.template.js.map +1 -1
  95. package/dist/esm/switch/index.js +2 -2
  96. package/dist/esm/switch/index.js.map +1 -1
  97. package/dist/esm/tab/index.js +1 -1
  98. package/dist/esm/tab/index.js.map +1 -1
  99. package/dist/esm/tab-panel/index.js +1 -1
  100. package/dist/esm/tab-panel/index.js.map +1 -1
  101. package/dist/esm/tabs/index.js +2 -2
  102. package/dist/esm/tabs/index.js.map +1 -1
  103. package/dist/esm/text/index.js +2 -2
  104. package/dist/esm/text/index.js.map +1 -1
  105. package/dist/esm/text-input/index.js +2 -2
  106. package/dist/esm/text-input/index.js.map +1 -1
  107. package/dist/esm/text-input/text-input.js +3 -3
  108. package/dist/esm/text-input/text-input.options.js +6 -6
  109. package/dist/esm/theme/design-tokens.js +53 -1
  110. package/dist/esm/theme/design-tokens.js.map +1 -1
  111. package/dist/esm/toggle-button/index.js +2 -2
  112. package/dist/esm/toggle-button/index.js.map +1 -1
  113. package/dist/esm/utils/get-initials.js.map +1 -1
  114. package/dist/fluent-web-components.api.json +2156 -821
  115. package/dist/web-components.d.ts +172 -97
  116. package/dist/web-components.js +1235 -250
  117. package/dist/web-components.min.js +353 -283
  118. package/docs/api-report.md +242 -95
  119. package/package.json +5 -10
  120. package/project.json +6 -0
  121. package/dist/dts/progress-ring/progress-ring.d.ts +0 -15
  122. package/dist/dts/progress-ring/progress-ring.options.d.ts +0 -9
  123. package/dist/esm/progress-ring/progress-ring.js +0 -16
  124. package/dist/esm/progress-ring/progress-ring.js.map +0 -1
  125. package/dist/esm/progress-ring/progress-ring.options.js +0 -2
  126. package/dist/esm/progress-ring/progress-ring.options.js.map +0 -1
  127. package/dist/storybook/108.78b731e00015540915a8.manager.bundle.js +0 -1
  128. package/dist/storybook/108.b31ec3a1.iframe.bundle.js +0 -1
  129. package/dist/storybook/289.703b1698.iframe.bundle.js +0 -2
  130. package/dist/storybook/289.703b1698.iframe.bundle.js.LICENSE.txt +0 -51
  131. package/dist/storybook/316.bc4aabd3.iframe.bundle.js +0 -2
  132. package/dist/storybook/316.bc4aabd3.iframe.bundle.js.LICENSE.txt +0 -17
  133. package/dist/storybook/401.7edec720.iframe.bundle.js +0 -2
  134. package/dist/storybook/401.7edec720.iframe.bundle.js.LICENSE.txt +0 -12
  135. package/dist/storybook/401.c9bdfaf0dda8b194127f.manager.bundle.js +0 -2
  136. package/dist/storybook/401.c9bdfaf0dda8b194127f.manager.bundle.js.LICENSE.txt +0 -12
  137. package/dist/storybook/491.77b24750.iframe.bundle.js +0 -1
  138. package/dist/storybook/591.f5bf0d78d2f203de19f5.manager.bundle.js +0 -2
  139. package/dist/storybook/591.f5bf0d78d2f203de19f5.manager.bundle.js.LICENSE.txt +0 -94
  140. package/dist/storybook/709.22096ad4.iframe.bundle.js +0 -2
  141. package/dist/storybook/709.22096ad4.iframe.bundle.js.LICENSE.txt +0 -8
  142. package/dist/storybook/709.b131e33993a6b94d7ad8.manager.bundle.js +0 -2
  143. package/dist/storybook/709.b131e33993a6b94d7ad8.manager.bundle.js.LICENSE.txt +0 -8
  144. package/dist/storybook/721.46fa9f53.iframe.bundle.js +0 -2
  145. package/dist/storybook/721.46fa9f53.iframe.bundle.js.LICENSE.txt +0 -31
  146. package/dist/storybook/721.c225c101a0a55a8f98eb.manager.bundle.js +0 -2
  147. package/dist/storybook/721.c225c101a0a55a8f98eb.manager.bundle.js.LICENSE.txt +0 -31
  148. package/dist/storybook/858.da40ed98.iframe.bundle.js +0 -1
  149. package/dist/storybook/858.e08e25a6901d2e21e9d8.manager.bundle.js +0 -1
  150. package/dist/storybook/950.674e7934b4a26a022608.manager.bundle.js +0 -1
  151. package/dist/storybook/954.630c5748.iframe.bundle.js +0 -1
  152. package/dist/storybook/954.7f985e2fdf9f15a7748b.manager.bundle.js +0 -1
  153. package/dist/storybook/SegoeUI-VF.ttf +0 -0
  154. package/dist/storybook/favicon.ico +0 -0
  155. package/dist/storybook/favicon.png +0 -0
  156. package/dist/storybook/iframe.html +0 -364
  157. package/dist/storybook/index.html +0 -165
  158. package/dist/storybook/main.5d7b916dc1e37293b1d8.manager.bundle.js +0 -1
  159. package/dist/storybook/main.79d2477b.iframe.bundle.js +0 -2
  160. package/dist/storybook/main.79d2477b.iframe.bundle.js.LICENSE.txt +0 -1
  161. package/dist/storybook/project.json +0 -1
  162. package/dist/storybook/runtime~main.5d918fe7.iframe.bundle.js +0 -1
  163. package/dist/storybook/runtime~main.dbf00b470fe610082919.manager.bundle.js +0 -1
  164. package/dist/storybook/shell.css +0 -83
  165. package/dist/storybook/theme-switch.ts +0 -13
@@ -241,7 +241,7 @@
241
241
  {
242
242
  "kind": "Reference",
243
243
  "text": "AccordionExpandMode",
244
- "canonicalReference": "@fluentui/web-components!~AccordionExpandMode:type"
244
+ "canonicalReference": "@fluentui/web-components!AccordionExpandMode:type"
245
245
  },
246
246
  {
247
247
  "kind": "Content",
@@ -271,7 +271,7 @@
271
271
  {
272
272
  "kind": "Reference",
273
273
  "text": "AccordionExpandMode",
274
- "canonicalReference": "@fluentui/web-components!~AccordionExpandMode:type"
274
+ "canonicalReference": "@fluentui/web-components!AccordionExpandMode:type"
275
275
  },
276
276
  {
277
277
  "kind": "Content",
@@ -280,7 +280,7 @@
280
280
  {
281
281
  "kind": "Reference",
282
282
  "text": "AccordionExpandMode",
283
- "canonicalReference": "@fluentui/web-components!~AccordionExpandMode:type"
283
+ "canonicalReference": "@fluentui/web-components!AccordionExpandMode:type"
284
284
  },
285
285
  {
286
286
  "kind": "Content",
@@ -371,6 +371,67 @@
371
371
  "endIndex": 6
372
372
  }
373
373
  },
374
+ {
375
+ "kind": "TypeAlias",
376
+ "canonicalReference": "@fluentui/web-components!AccordionExpandMode:type",
377
+ "docComment": "/**\n * Type for the {@link FASTAccordion} Expand Mode\n *\n * @public\n */\n",
378
+ "excerptTokens": [
379
+ {
380
+ "kind": "Content",
381
+ "text": "export declare type AccordionExpandMode = "
382
+ },
383
+ {
384
+ "kind": "Reference",
385
+ "text": "ValuesOf",
386
+ "canonicalReference": "@fluentui/web-components!~ValuesOf:type"
387
+ },
388
+ {
389
+ "kind": "Content",
390
+ "text": "<typeof "
391
+ },
392
+ {
393
+ "kind": "Reference",
394
+ "text": "AccordionExpandMode",
395
+ "canonicalReference": "@fluentui/web-components!AccordionExpandMode:var"
396
+ },
397
+ {
398
+ "kind": "Content",
399
+ "text": ">"
400
+ },
401
+ {
402
+ "kind": "Content",
403
+ "text": ";"
404
+ }
405
+ ],
406
+ "releaseTag": "Public",
407
+ "name": "AccordionExpandMode",
408
+ "typeTokenRange": {
409
+ "startIndex": 1,
410
+ "endIndex": 5
411
+ }
412
+ },
413
+ {
414
+ "kind": "Variable",
415
+ "canonicalReference": "@fluentui/web-components!AccordionExpandMode:var",
416
+ "docComment": "/**\n * Expand mode for {@link FASTAccordion}\n *\n * @public\n */\n",
417
+ "excerptTokens": [
418
+ {
419
+ "kind": "Content",
420
+ "text": "AccordionExpandMode: "
421
+ },
422
+ {
423
+ "kind": "Content",
424
+ "text": "{\n readonly single: \"single\";\n readonly multi: \"multi\";\n}"
425
+ }
426
+ ],
427
+ "isReadonly": true,
428
+ "releaseTag": "Public",
429
+ "name": "AccordionExpandMode",
430
+ "variableTypeTokenRange": {
431
+ "startIndex": 1,
432
+ "endIndex": 2
433
+ }
434
+ },
374
435
  {
375
436
  "kind": "Class",
376
437
  "canonicalReference": "@fluentui/web-components!AccordionItem:class",
@@ -1734,6 +1795,45 @@
1734
1795
  "endIndex": 6
1735
1796
  }
1736
1797
  },
1798
+ {
1799
+ "kind": "TypeAlias",
1800
+ "canonicalReference": "@fluentui/web-components!AnchorButtonOptions:type",
1801
+ "docComment": "/**\n * Anchor configuration options\n *\n * @public\n */\n",
1802
+ "excerptTokens": [
1803
+ {
1804
+ "kind": "Content",
1805
+ "text": "export declare type AnchorOptions = "
1806
+ },
1807
+ {
1808
+ "kind": "Reference",
1809
+ "text": "StartEndOptions",
1810
+ "canonicalReference": "@fluentui/web-components!~StartEndOptions:type"
1811
+ },
1812
+ {
1813
+ "kind": "Content",
1814
+ "text": "<"
1815
+ },
1816
+ {
1817
+ "kind": "Reference",
1818
+ "text": "AnchorButton",
1819
+ "canonicalReference": "@fluentui/web-components!AnchorButton:class"
1820
+ },
1821
+ {
1822
+ "kind": "Content",
1823
+ "text": ">"
1824
+ },
1825
+ {
1826
+ "kind": "Content",
1827
+ "text": ";"
1828
+ }
1829
+ ],
1830
+ "releaseTag": "Public",
1831
+ "name": "AnchorButtonOptions",
1832
+ "typeTokenRange": {
1833
+ "startIndex": 1,
1834
+ "endIndex": 5
1835
+ }
1836
+ },
1737
1837
  {
1738
1838
  "kind": "TypeAlias",
1739
1839
  "canonicalReference": "@fluentui/web-components!AnchorButtonShape:type",
@@ -1892,45 +1992,6 @@
1892
1992
  "endIndex": 5
1893
1993
  }
1894
1994
  },
1895
- {
1896
- "kind": "TypeAlias",
1897
- "canonicalReference": "@fluentui/web-components!AnchorOptions:type",
1898
- "docComment": "/**\n * Anchor configuration options\n *\n * @public\n */\n",
1899
- "excerptTokens": [
1900
- {
1901
- "kind": "Content",
1902
- "text": "export declare type AnchorOptions = "
1903
- },
1904
- {
1905
- "kind": "Reference",
1906
- "text": "StartEndOptions",
1907
- "canonicalReference": "@fluentui/web-components!~StartEndOptions:type"
1908
- },
1909
- {
1910
- "kind": "Content",
1911
- "text": "<"
1912
- },
1913
- {
1914
- "kind": "Reference",
1915
- "text": "AnchorButton",
1916
- "canonicalReference": "@fluentui/web-components!AnchorButton:class"
1917
- },
1918
- {
1919
- "kind": "Content",
1920
- "text": ">"
1921
- },
1922
- {
1923
- "kind": "Content",
1924
- "text": ";"
1925
- }
1926
- ],
1927
- "releaseTag": "Public",
1928
- "name": "AnchorOptions",
1929
- "typeTokenRange": {
1930
- "startIndex": 1,
1931
- "endIndex": 5
1932
- }
1933
- },
1934
1995
  {
1935
1996
  "kind": "TypeAlias",
1936
1997
  "canonicalReference": "@fluentui/web-components!AnchorTarget:type",
@@ -3276,287 +3337,91 @@
3276
3337
  }
3277
3338
  },
3278
3339
  {
3279
- "kind": "Class",
3280
- "canonicalReference": "@fluentui/web-components!BaseTabs:class",
3281
- "docComment": "/**\n * @class TabList component\n *\n * @public\n */\n",
3340
+ "kind": "Variable",
3341
+ "canonicalReference": "@fluentui/web-components!borderRadiusCircular:var",
3342
+ "docComment": "",
3282
3343
  "excerptTokens": [
3283
3344
  {
3284
3345
  "kind": "Content",
3285
- "text": "export declare class BaseTabs extends "
3346
+ "text": "borderRadiusCircular = "
3286
3347
  },
3287
3348
  {
3288
- "kind": "Reference",
3289
- "text": "FASTElement",
3290
- "canonicalReference": "@microsoft/fast-element!FASTElement:interface"
3349
+ "kind": "Content",
3350
+ "text": "\"var(--borderRadiusCircular)\""
3351
+ }
3352
+ ],
3353
+ "initializerTokenRange": {
3354
+ "startIndex": 1,
3355
+ "endIndex": 2
3356
+ },
3357
+ "isReadonly": true,
3358
+ "releaseTag": "Public",
3359
+ "name": "borderRadiusCircular",
3360
+ "variableTypeTokenRange": {
3361
+ "startIndex": 0,
3362
+ "endIndex": 0
3363
+ }
3364
+ },
3365
+ {
3366
+ "kind": "Variable",
3367
+ "canonicalReference": "@fluentui/web-components!borderRadiusLarge:var",
3368
+ "docComment": "",
3369
+ "excerptTokens": [
3370
+ {
3371
+ "kind": "Content",
3372
+ "text": "borderRadiusLarge = "
3291
3373
  },
3292
3374
  {
3293
3375
  "kind": "Content",
3294
- "text": " "
3376
+ "text": "\"var(--borderRadiusLarge)\""
3295
3377
  }
3296
3378
  ],
3379
+ "initializerTokenRange": {
3380
+ "startIndex": 1,
3381
+ "endIndex": 2
3382
+ },
3383
+ "isReadonly": true,
3297
3384
  "releaseTag": "Public",
3298
- "name": "BaseTabs",
3299
- "preserveMemberOrder": false,
3300
- "members": [
3385
+ "name": "borderRadiusLarge",
3386
+ "variableTypeTokenRange": {
3387
+ "startIndex": 0,
3388
+ "endIndex": 0
3389
+ }
3390
+ },
3391
+ {
3392
+ "kind": "Variable",
3393
+ "canonicalReference": "@fluentui/web-components!borderRadiusMedium:var",
3394
+ "docComment": "",
3395
+ "excerptTokens": [
3301
3396
  {
3302
- "kind": "Property",
3303
- "canonicalReference": "@fluentui/web-components!BaseTabs#activeid:member",
3304
- "docComment": "/**\n * The id of the active tab\n *\n * @remarks\n *\n * HTML Attribute: activeid\n *\n * @public\n */\n",
3305
- "excerptTokens": [
3306
- {
3307
- "kind": "Content",
3308
- "text": "activeid: "
3309
- },
3310
- {
3311
- "kind": "Content",
3312
- "text": "string"
3313
- },
3314
- {
3315
- "kind": "Content",
3316
- "text": ";"
3317
- }
3318
- ],
3319
- "isReadonly": false,
3320
- "isOptional": false,
3321
- "releaseTag": "Public",
3322
- "name": "activeid",
3323
- "propertyTypeTokenRange": {
3324
- "startIndex": 1,
3325
- "endIndex": 2
3326
- },
3327
- "isStatic": false,
3328
- "isProtected": false
3397
+ "kind": "Content",
3398
+ "text": "borderRadiusMedium = "
3329
3399
  },
3330
3400
  {
3331
- "kind": "Property",
3332
- "canonicalReference": "@fluentui/web-components!BaseTabs#activetab:member",
3333
- "docComment": "/**\n * A reference to the active tab\n *\n * @public\n */\n",
3334
- "excerptTokens": [
3335
- {
3336
- "kind": "Content",
3337
- "text": "activetab: "
3338
- },
3339
- {
3340
- "kind": "Reference",
3341
- "text": "HTMLElement",
3342
- "canonicalReference": "!HTMLElement:interface"
3343
- },
3344
- {
3345
- "kind": "Content",
3346
- "text": ";"
3347
- }
3348
- ],
3349
- "isReadonly": false,
3350
- "isOptional": false,
3351
- "releaseTag": "Public",
3352
- "name": "activetab",
3353
- "propertyTypeTokenRange": {
3354
- "startIndex": 1,
3355
- "endIndex": 2
3356
- },
3357
- "isStatic": false,
3358
- "isProtected": false
3359
- },
3360
- {
3361
- "kind": "Method",
3362
- "canonicalReference": "@fluentui/web-components!BaseTabs#adjust:member(1)",
3363
- "docComment": "/**\n * The adjust method for FASTTabs\n *\n * @remarks\n *\n * This method allows the active index to be adjusted by numerical increments\n *\n * @public\n */\n",
3364
- "excerptTokens": [
3365
- {
3366
- "kind": "Content",
3367
- "text": "adjust(adjustment: "
3368
- },
3369
- {
3370
- "kind": "Content",
3371
- "text": "number"
3372
- },
3373
- {
3374
- "kind": "Content",
3375
- "text": "): "
3376
- },
3377
- {
3378
- "kind": "Content",
3379
- "text": "void"
3380
- },
3381
- {
3382
- "kind": "Content",
3383
- "text": ";"
3384
- }
3385
- ],
3386
- "isStatic": false,
3387
- "returnTypeTokenRange": {
3388
- "startIndex": 3,
3389
- "endIndex": 4
3390
- },
3391
- "releaseTag": "Public",
3392
- "isProtected": false,
3393
- "overloadIndex": 1,
3394
- "parameters": [
3395
- {
3396
- "parameterName": "adjustment",
3397
- "parameterTypeTokenRange": {
3398
- "startIndex": 1,
3399
- "endIndex": 2
3400
- },
3401
- "isOptional": false
3402
- }
3403
- ],
3404
- "isOptional": false,
3405
- "name": "adjust"
3406
- },
3407
- {
3408
- "kind": "Property",
3409
- "canonicalReference": "@fluentui/web-components!BaseTabs#orientation:member",
3410
- "docComment": "/**\n * The orientation\n *\n * @remarks\n *\n * HTML Attribute: orientation\n *\n * @public\n */\n",
3411
- "excerptTokens": [
3412
- {
3413
- "kind": "Content",
3414
- "text": "orientation: "
3415
- },
3416
- {
3417
- "kind": "Reference",
3418
- "text": "TabsOrientation",
3419
- "canonicalReference": "@fluentui/web-components!TabsOrientation:type"
3420
- },
3421
- {
3422
- "kind": "Content",
3423
- "text": ";"
3424
- }
3425
- ],
3426
- "isReadonly": false,
3427
- "isOptional": false,
3428
- "releaseTag": "Public",
3429
- "name": "orientation",
3430
- "propertyTypeTokenRange": {
3431
- "startIndex": 1,
3432
- "endIndex": 2
3433
- },
3434
- "isStatic": false,
3435
- "isProtected": false
3436
- },
3437
- {
3438
- "kind": "Method",
3439
- "canonicalReference": "@fluentui/web-components!BaseTabs#setTabs:member(1)",
3440
- "docComment": "/**\n * Function that is invoked whenever the selected tab or the tab collection changes.\n *\n * @public\n */\n",
3441
- "excerptTokens": [
3442
- {
3443
- "kind": "Content",
3444
- "text": "protected setTabs(): "
3445
- },
3446
- {
3447
- "kind": "Content",
3448
- "text": "void"
3449
- },
3450
- {
3451
- "kind": "Content",
3452
- "text": ";"
3453
- }
3454
- ],
3455
- "isStatic": false,
3456
- "returnTypeTokenRange": {
3457
- "startIndex": 1,
3458
- "endIndex": 2
3459
- },
3460
- "releaseTag": "Public",
3461
- "isProtected": true,
3462
- "overloadIndex": 1,
3463
- "parameters": [],
3464
- "isOptional": false,
3465
- "name": "setTabs"
3466
- }
3467
- ],
3468
- "extendsTokenRange": {
3469
- "startIndex": 1,
3470
- "endIndex": 2
3471
- },
3472
- "implementsTokenRanges": []
3473
- },
3474
- {
3475
- "kind": "Variable",
3476
- "canonicalReference": "@fluentui/web-components!borderRadiusCircular:var",
3477
- "docComment": "",
3478
- "excerptTokens": [
3479
- {
3480
- "kind": "Content",
3481
- "text": "borderRadiusCircular = "
3482
- },
3483
- {
3484
- "kind": "Content",
3485
- "text": "\"var(--borderRadiusCircular)\""
3486
- }
3487
- ],
3488
- "initializerTokenRange": {
3489
- "startIndex": 1,
3490
- "endIndex": 2
3491
- },
3492
- "isReadonly": true,
3493
- "releaseTag": "Public",
3494
- "name": "borderRadiusCircular",
3495
- "variableTypeTokenRange": {
3496
- "startIndex": 0,
3497
- "endIndex": 0
3498
- }
3499
- },
3500
- {
3501
- "kind": "Variable",
3502
- "canonicalReference": "@fluentui/web-components!borderRadiusLarge:var",
3503
- "docComment": "",
3504
- "excerptTokens": [
3505
- {
3506
- "kind": "Content",
3507
- "text": "borderRadiusLarge = "
3508
- },
3509
- {
3510
- "kind": "Content",
3511
- "text": "\"var(--borderRadiusLarge)\""
3512
- }
3513
- ],
3514
- "initializerTokenRange": {
3515
- "startIndex": 1,
3516
- "endIndex": 2
3517
- },
3518
- "isReadonly": true,
3519
- "releaseTag": "Public",
3520
- "name": "borderRadiusLarge",
3521
- "variableTypeTokenRange": {
3522
- "startIndex": 0,
3523
- "endIndex": 0
3524
- }
3525
- },
3526
- {
3527
- "kind": "Variable",
3528
- "canonicalReference": "@fluentui/web-components!borderRadiusMedium:var",
3529
- "docComment": "",
3530
- "excerptTokens": [
3531
- {
3532
- "kind": "Content",
3533
- "text": "borderRadiusMedium = "
3534
- },
3535
- {
3536
- "kind": "Content",
3537
- "text": "\"var(--borderRadiusMedium)\""
3538
- }
3539
- ],
3540
- "initializerTokenRange": {
3541
- "startIndex": 1,
3542
- "endIndex": 2
3543
- },
3544
- "isReadonly": true,
3545
- "releaseTag": "Public",
3546
- "name": "borderRadiusMedium",
3547
- "variableTypeTokenRange": {
3548
- "startIndex": 0,
3549
- "endIndex": 0
3550
- }
3551
- },
3552
- {
3553
- "kind": "Variable",
3554
- "canonicalReference": "@fluentui/web-components!borderRadiusNone:var",
3555
- "docComment": "",
3556
- "excerptTokens": [
3557
- {
3558
- "kind": "Content",
3559
- "text": "borderRadiusNone = "
3401
+ "kind": "Content",
3402
+ "text": "\"var(--borderRadiusMedium)\""
3403
+ }
3404
+ ],
3405
+ "initializerTokenRange": {
3406
+ "startIndex": 1,
3407
+ "endIndex": 2
3408
+ },
3409
+ "isReadonly": true,
3410
+ "releaseTag": "Public",
3411
+ "name": "borderRadiusMedium",
3412
+ "variableTypeTokenRange": {
3413
+ "startIndex": 0,
3414
+ "endIndex": 0
3415
+ }
3416
+ },
3417
+ {
3418
+ "kind": "Variable",
3419
+ "canonicalReference": "@fluentui/web-components!borderRadiusNone:var",
3420
+ "docComment": "",
3421
+ "excerptTokens": [
3422
+ {
3423
+ "kind": "Content",
3424
+ "text": "borderRadiusNone = "
3560
3425
  },
3561
3426
  {
3562
3427
  "kind": "Content",
@@ -5434,16 +5299,16 @@
5434
5299
  },
5435
5300
  {
5436
5301
  "kind": "Variable",
5437
- "canonicalReference": "@fluentui/web-components!colorBrandBackgroundHover:var",
5302
+ "canonicalReference": "@fluentui/web-components!colorBrandBackground2Hover:var",
5438
5303
  "docComment": "",
5439
5304
  "excerptTokens": [
5440
5305
  {
5441
5306
  "kind": "Content",
5442
- "text": "colorBrandBackgroundHover = "
5307
+ "text": "colorBrandBackground2Hover = "
5443
5308
  },
5444
5309
  {
5445
5310
  "kind": "Content",
5446
- "text": "\"var(--colorBrandBackgroundHover)\""
5311
+ "text": "\"var(--colorBrandBackground2Hover)\""
5447
5312
  }
5448
5313
  ],
5449
5314
  "initializerTokenRange": {
@@ -5452,7 +5317,7 @@
5452
5317
  },
5453
5318
  "isReadonly": true,
5454
5319
  "releaseTag": "Public",
5455
- "name": "colorBrandBackgroundHover",
5320
+ "name": "colorBrandBackground2Hover",
5456
5321
  "variableTypeTokenRange": {
5457
5322
  "startIndex": 0,
5458
5323
  "endIndex": 0
@@ -5460,16 +5325,16 @@
5460
5325
  },
5461
5326
  {
5462
5327
  "kind": "Variable",
5463
- "canonicalReference": "@fluentui/web-components!colorBrandBackgroundInverted:var",
5328
+ "canonicalReference": "@fluentui/web-components!colorBrandBackground2Pressed:var",
5464
5329
  "docComment": "",
5465
5330
  "excerptTokens": [
5466
5331
  {
5467
5332
  "kind": "Content",
5468
- "text": "colorBrandBackgroundInverted = "
5333
+ "text": "colorBrandBackground2Pressed = "
5469
5334
  },
5470
5335
  {
5471
5336
  "kind": "Content",
5472
- "text": "\"var(--colorBrandBackgroundInverted)\""
5337
+ "text": "\"var(--colorBrandBackground2Pressed)\""
5473
5338
  }
5474
5339
  ],
5475
5340
  "initializerTokenRange": {
@@ -5478,7 +5343,7 @@
5478
5343
  },
5479
5344
  "isReadonly": true,
5480
5345
  "releaseTag": "Public",
5481
- "name": "colorBrandBackgroundInverted",
5346
+ "name": "colorBrandBackground2Pressed",
5482
5347
  "variableTypeTokenRange": {
5483
5348
  "startIndex": 0,
5484
5349
  "endIndex": 0
@@ -5486,16 +5351,16 @@
5486
5351
  },
5487
5352
  {
5488
5353
  "kind": "Variable",
5489
- "canonicalReference": "@fluentui/web-components!colorBrandBackgroundInvertedHover:var",
5354
+ "canonicalReference": "@fluentui/web-components!colorBrandBackground3Static:var",
5490
5355
  "docComment": "",
5491
5356
  "excerptTokens": [
5492
5357
  {
5493
5358
  "kind": "Content",
5494
- "text": "colorBrandBackgroundInvertedHover = "
5359
+ "text": "colorBrandBackground3Static = "
5495
5360
  },
5496
5361
  {
5497
5362
  "kind": "Content",
5498
- "text": "\"var(--colorBrandBackgroundInvertedHover)\""
5363
+ "text": "\"var(--colorBrandBackground3Static)\""
5499
5364
  }
5500
5365
  ],
5501
5366
  "initializerTokenRange": {
@@ -5504,7 +5369,7 @@
5504
5369
  },
5505
5370
  "isReadonly": true,
5506
5371
  "releaseTag": "Public",
5507
- "name": "colorBrandBackgroundInvertedHover",
5372
+ "name": "colorBrandBackground3Static",
5508
5373
  "variableTypeTokenRange": {
5509
5374
  "startIndex": 0,
5510
5375
  "endIndex": 0
@@ -5512,16 +5377,16 @@
5512
5377
  },
5513
5378
  {
5514
5379
  "kind": "Variable",
5515
- "canonicalReference": "@fluentui/web-components!colorBrandBackgroundInvertedPressed:var",
5380
+ "canonicalReference": "@fluentui/web-components!colorBrandBackground4Static:var",
5516
5381
  "docComment": "",
5517
5382
  "excerptTokens": [
5518
5383
  {
5519
5384
  "kind": "Content",
5520
- "text": "colorBrandBackgroundInvertedPressed = "
5385
+ "text": "colorBrandBackground4Static = "
5521
5386
  },
5522
5387
  {
5523
5388
  "kind": "Content",
5524
- "text": "\"var(--colorBrandBackgroundInvertedPressed)\""
5389
+ "text": "\"var(--colorBrandBackground4Static)\""
5525
5390
  }
5526
5391
  ],
5527
5392
  "initializerTokenRange": {
@@ -5530,7 +5395,7 @@
5530
5395
  },
5531
5396
  "isReadonly": true,
5532
5397
  "releaseTag": "Public",
5533
- "name": "colorBrandBackgroundInvertedPressed",
5398
+ "name": "colorBrandBackground4Static",
5534
5399
  "variableTypeTokenRange": {
5535
5400
  "startIndex": 0,
5536
5401
  "endIndex": 0
@@ -5538,16 +5403,16 @@
5538
5403
  },
5539
5404
  {
5540
5405
  "kind": "Variable",
5541
- "canonicalReference": "@fluentui/web-components!colorBrandBackgroundInvertedSelected:var",
5406
+ "canonicalReference": "@fluentui/web-components!colorBrandBackgroundHover:var",
5542
5407
  "docComment": "",
5543
5408
  "excerptTokens": [
5544
5409
  {
5545
5410
  "kind": "Content",
5546
- "text": "colorBrandBackgroundInvertedSelected = "
5411
+ "text": "colorBrandBackgroundHover = "
5547
5412
  },
5548
5413
  {
5549
5414
  "kind": "Content",
5550
- "text": "\"var(--colorBrandBackgroundInvertedSelected)\""
5415
+ "text": "\"var(--colorBrandBackgroundHover)\""
5551
5416
  }
5552
5417
  ],
5553
5418
  "initializerTokenRange": {
@@ -5556,7 +5421,7 @@
5556
5421
  },
5557
5422
  "isReadonly": true,
5558
5423
  "releaseTag": "Public",
5559
- "name": "colorBrandBackgroundInvertedSelected",
5424
+ "name": "colorBrandBackgroundHover",
5560
5425
  "variableTypeTokenRange": {
5561
5426
  "startIndex": 0,
5562
5427
  "endIndex": 0
@@ -5564,16 +5429,16 @@
5564
5429
  },
5565
5430
  {
5566
5431
  "kind": "Variable",
5567
- "canonicalReference": "@fluentui/web-components!colorBrandBackgroundPressed:var",
5432
+ "canonicalReference": "@fluentui/web-components!colorBrandBackgroundInverted:var",
5568
5433
  "docComment": "",
5569
5434
  "excerptTokens": [
5570
5435
  {
5571
5436
  "kind": "Content",
5572
- "text": "colorBrandBackgroundPressed = "
5437
+ "text": "colorBrandBackgroundInverted = "
5573
5438
  },
5574
5439
  {
5575
5440
  "kind": "Content",
5576
- "text": "\"var(--colorBrandBackgroundPressed)\""
5441
+ "text": "\"var(--colorBrandBackgroundInverted)\""
5577
5442
  }
5578
5443
  ],
5579
5444
  "initializerTokenRange": {
@@ -5582,7 +5447,7 @@
5582
5447
  },
5583
5448
  "isReadonly": true,
5584
5449
  "releaseTag": "Public",
5585
- "name": "colorBrandBackgroundPressed",
5450
+ "name": "colorBrandBackgroundInverted",
5586
5451
  "variableTypeTokenRange": {
5587
5452
  "startIndex": 0,
5588
5453
  "endIndex": 0
@@ -5590,16 +5455,16 @@
5590
5455
  },
5591
5456
  {
5592
5457
  "kind": "Variable",
5593
- "canonicalReference": "@fluentui/web-components!colorBrandBackgroundSelected:var",
5458
+ "canonicalReference": "@fluentui/web-components!colorBrandBackgroundInvertedHover:var",
5594
5459
  "docComment": "",
5595
5460
  "excerptTokens": [
5596
5461
  {
5597
5462
  "kind": "Content",
5598
- "text": "colorBrandBackgroundSelected = "
5463
+ "text": "colorBrandBackgroundInvertedHover = "
5599
5464
  },
5600
5465
  {
5601
5466
  "kind": "Content",
5602
- "text": "\"var(--colorBrandBackgroundSelected)\""
5467
+ "text": "\"var(--colorBrandBackgroundInvertedHover)\""
5603
5468
  }
5604
5469
  ],
5605
5470
  "initializerTokenRange": {
@@ -5608,7 +5473,7 @@
5608
5473
  },
5609
5474
  "isReadonly": true,
5610
5475
  "releaseTag": "Public",
5611
- "name": "colorBrandBackgroundSelected",
5476
+ "name": "colorBrandBackgroundInvertedHover",
5612
5477
  "variableTypeTokenRange": {
5613
5478
  "startIndex": 0,
5614
5479
  "endIndex": 0
@@ -5616,16 +5481,16 @@
5616
5481
  },
5617
5482
  {
5618
5483
  "kind": "Variable",
5619
- "canonicalReference": "@fluentui/web-components!colorBrandBackgroundStatic:var",
5484
+ "canonicalReference": "@fluentui/web-components!colorBrandBackgroundInvertedPressed:var",
5620
5485
  "docComment": "",
5621
5486
  "excerptTokens": [
5622
5487
  {
5623
5488
  "kind": "Content",
5624
- "text": "colorBrandBackgroundStatic = "
5489
+ "text": "colorBrandBackgroundInvertedPressed = "
5625
5490
  },
5626
5491
  {
5627
5492
  "kind": "Content",
5628
- "text": "\"var(--colorBrandBackgroundStatic)\""
5493
+ "text": "\"var(--colorBrandBackgroundInvertedPressed)\""
5629
5494
  }
5630
5495
  ],
5631
5496
  "initializerTokenRange": {
@@ -5634,7 +5499,7 @@
5634
5499
  },
5635
5500
  "isReadonly": true,
5636
5501
  "releaseTag": "Public",
5637
- "name": "colorBrandBackgroundStatic",
5502
+ "name": "colorBrandBackgroundInvertedPressed",
5638
5503
  "variableTypeTokenRange": {
5639
5504
  "startIndex": 0,
5640
5505
  "endIndex": 0
@@ -5642,16 +5507,16 @@
5642
5507
  },
5643
5508
  {
5644
5509
  "kind": "Variable",
5645
- "canonicalReference": "@fluentui/web-components!colorBrandForeground1:var",
5510
+ "canonicalReference": "@fluentui/web-components!colorBrandBackgroundInvertedSelected:var",
5646
5511
  "docComment": "",
5647
5512
  "excerptTokens": [
5648
5513
  {
5649
5514
  "kind": "Content",
5650
- "text": "colorBrandForeground1 = "
5515
+ "text": "colorBrandBackgroundInvertedSelected = "
5651
5516
  },
5652
5517
  {
5653
5518
  "kind": "Content",
5654
- "text": "\"var(--colorBrandForeground1)\""
5519
+ "text": "\"var(--colorBrandBackgroundInvertedSelected)\""
5655
5520
  }
5656
5521
  ],
5657
5522
  "initializerTokenRange": {
@@ -5660,7 +5525,7 @@
5660
5525
  },
5661
5526
  "isReadonly": true,
5662
5527
  "releaseTag": "Public",
5663
- "name": "colorBrandForeground1",
5528
+ "name": "colorBrandBackgroundInvertedSelected",
5664
5529
  "variableTypeTokenRange": {
5665
5530
  "startIndex": 0,
5666
5531
  "endIndex": 0
@@ -5668,16 +5533,16 @@
5668
5533
  },
5669
5534
  {
5670
5535
  "kind": "Variable",
5671
- "canonicalReference": "@fluentui/web-components!colorBrandForeground2:var",
5536
+ "canonicalReference": "@fluentui/web-components!colorBrandBackgroundPressed:var",
5672
5537
  "docComment": "",
5673
5538
  "excerptTokens": [
5674
5539
  {
5675
5540
  "kind": "Content",
5676
- "text": "colorBrandForeground2 = "
5541
+ "text": "colorBrandBackgroundPressed = "
5677
5542
  },
5678
5543
  {
5679
5544
  "kind": "Content",
5680
- "text": "\"var(--colorBrandForeground2)\""
5545
+ "text": "\"var(--colorBrandBackgroundPressed)\""
5681
5546
  }
5682
5547
  ],
5683
5548
  "initializerTokenRange": {
@@ -5686,7 +5551,7 @@
5686
5551
  },
5687
5552
  "isReadonly": true,
5688
5553
  "releaseTag": "Public",
5689
- "name": "colorBrandForeground2",
5554
+ "name": "colorBrandBackgroundPressed",
5690
5555
  "variableTypeTokenRange": {
5691
5556
  "startIndex": 0,
5692
5557
  "endIndex": 0
@@ -5694,16 +5559,16 @@
5694
5559
  },
5695
5560
  {
5696
5561
  "kind": "Variable",
5697
- "canonicalReference": "@fluentui/web-components!colorBrandForegroundInverted:var",
5562
+ "canonicalReference": "@fluentui/web-components!colorBrandBackgroundSelected:var",
5698
5563
  "docComment": "",
5699
5564
  "excerptTokens": [
5700
5565
  {
5701
5566
  "kind": "Content",
5702
- "text": "colorBrandForegroundInverted = "
5567
+ "text": "colorBrandBackgroundSelected = "
5703
5568
  },
5704
5569
  {
5705
5570
  "kind": "Content",
5706
- "text": "\"var(--colorBrandForegroundInverted)\""
5571
+ "text": "\"var(--colorBrandBackgroundSelected)\""
5707
5572
  }
5708
5573
  ],
5709
5574
  "initializerTokenRange": {
@@ -5712,7 +5577,7 @@
5712
5577
  },
5713
5578
  "isReadonly": true,
5714
5579
  "releaseTag": "Public",
5715
- "name": "colorBrandForegroundInverted",
5580
+ "name": "colorBrandBackgroundSelected",
5716
5581
  "variableTypeTokenRange": {
5717
5582
  "startIndex": 0,
5718
5583
  "endIndex": 0
@@ -5720,12 +5585,168 @@
5720
5585
  },
5721
5586
  {
5722
5587
  "kind": "Variable",
5723
- "canonicalReference": "@fluentui/web-components!colorBrandForegroundInvertedHover:var",
5588
+ "canonicalReference": "@fluentui/web-components!colorBrandBackgroundStatic:var",
5724
5589
  "docComment": "",
5725
5590
  "excerptTokens": [
5726
5591
  {
5727
5592
  "kind": "Content",
5728
- "text": "colorBrandForegroundInvertedHover = "
5593
+ "text": "colorBrandBackgroundStatic = "
5594
+ },
5595
+ {
5596
+ "kind": "Content",
5597
+ "text": "\"var(--colorBrandBackgroundStatic)\""
5598
+ }
5599
+ ],
5600
+ "initializerTokenRange": {
5601
+ "startIndex": 1,
5602
+ "endIndex": 2
5603
+ },
5604
+ "isReadonly": true,
5605
+ "releaseTag": "Public",
5606
+ "name": "colorBrandBackgroundStatic",
5607
+ "variableTypeTokenRange": {
5608
+ "startIndex": 0,
5609
+ "endIndex": 0
5610
+ }
5611
+ },
5612
+ {
5613
+ "kind": "Variable",
5614
+ "canonicalReference": "@fluentui/web-components!colorBrandForeground1:var",
5615
+ "docComment": "",
5616
+ "excerptTokens": [
5617
+ {
5618
+ "kind": "Content",
5619
+ "text": "colorBrandForeground1 = "
5620
+ },
5621
+ {
5622
+ "kind": "Content",
5623
+ "text": "\"var(--colorBrandForeground1)\""
5624
+ }
5625
+ ],
5626
+ "initializerTokenRange": {
5627
+ "startIndex": 1,
5628
+ "endIndex": 2
5629
+ },
5630
+ "isReadonly": true,
5631
+ "releaseTag": "Public",
5632
+ "name": "colorBrandForeground1",
5633
+ "variableTypeTokenRange": {
5634
+ "startIndex": 0,
5635
+ "endIndex": 0
5636
+ }
5637
+ },
5638
+ {
5639
+ "kind": "Variable",
5640
+ "canonicalReference": "@fluentui/web-components!colorBrandForeground2:var",
5641
+ "docComment": "",
5642
+ "excerptTokens": [
5643
+ {
5644
+ "kind": "Content",
5645
+ "text": "colorBrandForeground2 = "
5646
+ },
5647
+ {
5648
+ "kind": "Content",
5649
+ "text": "\"var(--colorBrandForeground2)\""
5650
+ }
5651
+ ],
5652
+ "initializerTokenRange": {
5653
+ "startIndex": 1,
5654
+ "endIndex": 2
5655
+ },
5656
+ "isReadonly": true,
5657
+ "releaseTag": "Public",
5658
+ "name": "colorBrandForeground2",
5659
+ "variableTypeTokenRange": {
5660
+ "startIndex": 0,
5661
+ "endIndex": 0
5662
+ }
5663
+ },
5664
+ {
5665
+ "kind": "Variable",
5666
+ "canonicalReference": "@fluentui/web-components!colorBrandForeground2Hover:var",
5667
+ "docComment": "",
5668
+ "excerptTokens": [
5669
+ {
5670
+ "kind": "Content",
5671
+ "text": "colorBrandForeground2Hover = "
5672
+ },
5673
+ {
5674
+ "kind": "Content",
5675
+ "text": "\"var(--colorBrandForeground2Hover)\""
5676
+ }
5677
+ ],
5678
+ "initializerTokenRange": {
5679
+ "startIndex": 1,
5680
+ "endIndex": 2
5681
+ },
5682
+ "isReadonly": true,
5683
+ "releaseTag": "Public",
5684
+ "name": "colorBrandForeground2Hover",
5685
+ "variableTypeTokenRange": {
5686
+ "startIndex": 0,
5687
+ "endIndex": 0
5688
+ }
5689
+ },
5690
+ {
5691
+ "kind": "Variable",
5692
+ "canonicalReference": "@fluentui/web-components!colorBrandForeground2Pressed:var",
5693
+ "docComment": "",
5694
+ "excerptTokens": [
5695
+ {
5696
+ "kind": "Content",
5697
+ "text": "colorBrandForeground2Pressed = "
5698
+ },
5699
+ {
5700
+ "kind": "Content",
5701
+ "text": "\"var(--colorBrandForeground2Pressed)\""
5702
+ }
5703
+ ],
5704
+ "initializerTokenRange": {
5705
+ "startIndex": 1,
5706
+ "endIndex": 2
5707
+ },
5708
+ "isReadonly": true,
5709
+ "releaseTag": "Public",
5710
+ "name": "colorBrandForeground2Pressed",
5711
+ "variableTypeTokenRange": {
5712
+ "startIndex": 0,
5713
+ "endIndex": 0
5714
+ }
5715
+ },
5716
+ {
5717
+ "kind": "Variable",
5718
+ "canonicalReference": "@fluentui/web-components!colorBrandForegroundInverted:var",
5719
+ "docComment": "",
5720
+ "excerptTokens": [
5721
+ {
5722
+ "kind": "Content",
5723
+ "text": "colorBrandForegroundInverted = "
5724
+ },
5725
+ {
5726
+ "kind": "Content",
5727
+ "text": "\"var(--colorBrandForegroundInverted)\""
5728
+ }
5729
+ ],
5730
+ "initializerTokenRange": {
5731
+ "startIndex": 1,
5732
+ "endIndex": 2
5733
+ },
5734
+ "isReadonly": true,
5735
+ "releaseTag": "Public",
5736
+ "name": "colorBrandForegroundInverted",
5737
+ "variableTypeTokenRange": {
5738
+ "startIndex": 0,
5739
+ "endIndex": 0
5740
+ }
5741
+ },
5742
+ {
5743
+ "kind": "Variable",
5744
+ "canonicalReference": "@fluentui/web-components!colorBrandForegroundInvertedHover:var",
5745
+ "docComment": "",
5746
+ "excerptTokens": [
5747
+ {
5748
+ "kind": "Content",
5749
+ "text": "colorBrandForegroundInvertedHover = "
5729
5750
  },
5730
5751
  {
5731
5752
  "kind": "Content",
@@ -6082,6 +6103,84 @@
6082
6103
  "endIndex": 0
6083
6104
  }
6084
6105
  },
6106
+ {
6107
+ "kind": "Variable",
6108
+ "canonicalReference": "@fluentui/web-components!colorBrandStroke2Contrast:var",
6109
+ "docComment": "",
6110
+ "excerptTokens": [
6111
+ {
6112
+ "kind": "Content",
6113
+ "text": "colorBrandStroke2Contrast = "
6114
+ },
6115
+ {
6116
+ "kind": "Content",
6117
+ "text": "\"var(--colorBrandStroke2Contrast)\""
6118
+ }
6119
+ ],
6120
+ "initializerTokenRange": {
6121
+ "startIndex": 1,
6122
+ "endIndex": 2
6123
+ },
6124
+ "isReadonly": true,
6125
+ "releaseTag": "Public",
6126
+ "name": "colorBrandStroke2Contrast",
6127
+ "variableTypeTokenRange": {
6128
+ "startIndex": 0,
6129
+ "endIndex": 0
6130
+ }
6131
+ },
6132
+ {
6133
+ "kind": "Variable",
6134
+ "canonicalReference": "@fluentui/web-components!colorBrandStroke2Hover:var",
6135
+ "docComment": "",
6136
+ "excerptTokens": [
6137
+ {
6138
+ "kind": "Content",
6139
+ "text": "colorBrandStroke2Hover = "
6140
+ },
6141
+ {
6142
+ "kind": "Content",
6143
+ "text": "\"var(--colorBrandStroke2Hover)\""
6144
+ }
6145
+ ],
6146
+ "initializerTokenRange": {
6147
+ "startIndex": 1,
6148
+ "endIndex": 2
6149
+ },
6150
+ "isReadonly": true,
6151
+ "releaseTag": "Public",
6152
+ "name": "colorBrandStroke2Hover",
6153
+ "variableTypeTokenRange": {
6154
+ "startIndex": 0,
6155
+ "endIndex": 0
6156
+ }
6157
+ },
6158
+ {
6159
+ "kind": "Variable",
6160
+ "canonicalReference": "@fluentui/web-components!colorBrandStroke2Pressed:var",
6161
+ "docComment": "",
6162
+ "excerptTokens": [
6163
+ {
6164
+ "kind": "Content",
6165
+ "text": "colorBrandStroke2Pressed = "
6166
+ },
6167
+ {
6168
+ "kind": "Content",
6169
+ "text": "\"var(--colorBrandStroke2Pressed)\""
6170
+ }
6171
+ ],
6172
+ "initializerTokenRange": {
6173
+ "startIndex": 1,
6174
+ "endIndex": 2
6175
+ },
6176
+ "isReadonly": true,
6177
+ "releaseTag": "Public",
6178
+ "name": "colorBrandStroke2Pressed",
6179
+ "variableTypeTokenRange": {
6180
+ "startIndex": 0,
6181
+ "endIndex": 0
6182
+ }
6183
+ },
6085
6184
  {
6086
6185
  "kind": "Variable",
6087
6186
  "canonicalReference": "@fluentui/web-components!colorCompoundBrandBackground:var",
@@ -6864,16 +6963,16 @@
6864
6963
  },
6865
6964
  {
6866
6965
  "kind": "Variable",
6867
- "canonicalReference": "@fluentui/web-components!colorNeutralBackgroundDisabled:var",
6966
+ "canonicalReference": "@fluentui/web-components!colorNeutralBackgroundAlpha:var",
6868
6967
  "docComment": "",
6869
6968
  "excerptTokens": [
6870
6969
  {
6871
6970
  "kind": "Content",
6872
- "text": "colorNeutralBackgroundDisabled = "
6971
+ "text": "colorNeutralBackgroundAlpha = "
6873
6972
  },
6874
6973
  {
6875
6974
  "kind": "Content",
6876
- "text": "\"var(--colorNeutralBackgroundDisabled)\""
6975
+ "text": "\"var(--colorNeutralBackgroundAlpha)\""
6877
6976
  }
6878
6977
  ],
6879
6978
  "initializerTokenRange": {
@@ -6882,7 +6981,7 @@
6882
6981
  },
6883
6982
  "isReadonly": true,
6884
6983
  "releaseTag": "Public",
6885
- "name": "colorNeutralBackgroundDisabled",
6984
+ "name": "colorNeutralBackgroundAlpha",
6886
6985
  "variableTypeTokenRange": {
6887
6986
  "startIndex": 0,
6888
6987
  "endIndex": 0
@@ -6890,16 +6989,16 @@
6890
6989
  },
6891
6990
  {
6892
6991
  "kind": "Variable",
6893
- "canonicalReference": "@fluentui/web-components!colorNeutralBackgroundInverted:var",
6992
+ "canonicalReference": "@fluentui/web-components!colorNeutralBackgroundAlpha2:var",
6894
6993
  "docComment": "",
6895
6994
  "excerptTokens": [
6896
6995
  {
6897
6996
  "kind": "Content",
6898
- "text": "colorNeutralBackgroundInverted = "
6997
+ "text": "colorNeutralBackgroundAlpha2 = "
6899
6998
  },
6900
6999
  {
6901
7000
  "kind": "Content",
6902
- "text": "\"var(--colorNeutralBackgroundInverted)\""
7001
+ "text": "\"var(--colorNeutralBackgroundAlpha2)\""
6903
7002
  }
6904
7003
  ],
6905
7004
  "initializerTokenRange": {
@@ -6908,7 +7007,7 @@
6908
7007
  },
6909
7008
  "isReadonly": true,
6910
7009
  "releaseTag": "Public",
6911
- "name": "colorNeutralBackgroundInverted",
7010
+ "name": "colorNeutralBackgroundAlpha2",
6912
7011
  "variableTypeTokenRange": {
6913
7012
  "startIndex": 0,
6914
7013
  "endIndex": 0
@@ -6916,16 +7015,16 @@
6916
7015
  },
6917
7016
  {
6918
7017
  "kind": "Variable",
6919
- "canonicalReference": "@fluentui/web-components!colorNeutralBackgroundInvertedDisabled:var",
7018
+ "canonicalReference": "@fluentui/web-components!colorNeutralBackgroundDisabled:var",
6920
7019
  "docComment": "",
6921
7020
  "excerptTokens": [
6922
7021
  {
6923
7022
  "kind": "Content",
6924
- "text": "colorNeutralBackgroundInvertedDisabled = "
7023
+ "text": "colorNeutralBackgroundDisabled = "
6925
7024
  },
6926
7025
  {
6927
7026
  "kind": "Content",
6928
- "text": "\"var(--colorNeutralBackgroundInvertedDisabled)\""
7027
+ "text": "\"var(--colorNeutralBackgroundDisabled)\""
6929
7028
  }
6930
7029
  ],
6931
7030
  "initializerTokenRange": {
@@ -6934,7 +7033,7 @@
6934
7033
  },
6935
7034
  "isReadonly": true,
6936
7035
  "releaseTag": "Public",
6937
- "name": "colorNeutralBackgroundInvertedDisabled",
7036
+ "name": "colorNeutralBackgroundDisabled",
6938
7037
  "variableTypeTokenRange": {
6939
7038
  "startIndex": 0,
6940
7039
  "endIndex": 0
@@ -6942,16 +7041,16 @@
6942
7041
  },
6943
7042
  {
6944
7043
  "kind": "Variable",
6945
- "canonicalReference": "@fluentui/web-components!colorNeutralBackgroundStatic:var",
7044
+ "canonicalReference": "@fluentui/web-components!colorNeutralBackgroundInverted:var",
6946
7045
  "docComment": "",
6947
7046
  "excerptTokens": [
6948
7047
  {
6949
7048
  "kind": "Content",
6950
- "text": "colorNeutralBackgroundStatic = "
7049
+ "text": "colorNeutralBackgroundInverted = "
6951
7050
  },
6952
7051
  {
6953
7052
  "kind": "Content",
6954
- "text": "\"var(--colorNeutralBackgroundStatic)\""
7053
+ "text": "\"var(--colorNeutralBackgroundInverted)\""
6955
7054
  }
6956
7055
  ],
6957
7056
  "initializerTokenRange": {
@@ -6960,7 +7059,7 @@
6960
7059
  },
6961
7060
  "isReadonly": true,
6962
7061
  "releaseTag": "Public",
6963
- "name": "colorNeutralBackgroundStatic",
7062
+ "name": "colorNeutralBackgroundInverted",
6964
7063
  "variableTypeTokenRange": {
6965
7064
  "startIndex": 0,
6966
7065
  "endIndex": 0
@@ -6968,16 +7067,16 @@
6968
7067
  },
6969
7068
  {
6970
7069
  "kind": "Variable",
6971
- "canonicalReference": "@fluentui/web-components!colorNeutralForeground1:var",
7070
+ "canonicalReference": "@fluentui/web-components!colorNeutralBackgroundInvertedDisabled:var",
6972
7071
  "docComment": "",
6973
7072
  "excerptTokens": [
6974
7073
  {
6975
7074
  "kind": "Content",
6976
- "text": "colorNeutralForeground1 = "
7075
+ "text": "colorNeutralBackgroundInvertedDisabled = "
6977
7076
  },
6978
7077
  {
6979
7078
  "kind": "Content",
6980
- "text": "\"var(--colorNeutralForeground1)\""
7079
+ "text": "\"var(--colorNeutralBackgroundInvertedDisabled)\""
6981
7080
  }
6982
7081
  ],
6983
7082
  "initializerTokenRange": {
@@ -6986,7 +7085,7 @@
6986
7085
  },
6987
7086
  "isReadonly": true,
6988
7087
  "releaseTag": "Public",
6989
- "name": "colorNeutralForeground1",
7088
+ "name": "colorNeutralBackgroundInvertedDisabled",
6990
7089
  "variableTypeTokenRange": {
6991
7090
  "startIndex": 0,
6992
7091
  "endIndex": 0
@@ -6994,16 +7093,16 @@
6994
7093
  },
6995
7094
  {
6996
7095
  "kind": "Variable",
6997
- "canonicalReference": "@fluentui/web-components!colorNeutralForeground1Hover:var",
7096
+ "canonicalReference": "@fluentui/web-components!colorNeutralBackgroundStatic:var",
6998
7097
  "docComment": "",
6999
7098
  "excerptTokens": [
7000
7099
  {
7001
7100
  "kind": "Content",
7002
- "text": "colorNeutralForeground1Hover = "
7101
+ "text": "colorNeutralBackgroundStatic = "
7003
7102
  },
7004
7103
  {
7005
7104
  "kind": "Content",
7006
- "text": "\"var(--colorNeutralForeground1Hover)\""
7105
+ "text": "\"var(--colorNeutralBackgroundStatic)\""
7007
7106
  }
7008
7107
  ],
7009
7108
  "initializerTokenRange": {
@@ -7012,7 +7111,7 @@
7012
7111
  },
7013
7112
  "isReadonly": true,
7014
7113
  "releaseTag": "Public",
7015
- "name": "colorNeutralForeground1Hover",
7114
+ "name": "colorNeutralBackgroundStatic",
7016
7115
  "variableTypeTokenRange": {
7017
7116
  "startIndex": 0,
7018
7117
  "endIndex": 0
@@ -7020,7 +7119,189 @@
7020
7119
  },
7021
7120
  {
7022
7121
  "kind": "Variable",
7023
- "canonicalReference": "@fluentui/web-components!colorNeutralForeground1Pressed:var",
7122
+ "canonicalReference": "@fluentui/web-components!colorNeutralCardBackground:var",
7123
+ "docComment": "",
7124
+ "excerptTokens": [
7125
+ {
7126
+ "kind": "Content",
7127
+ "text": "colorNeutralCardBackground = "
7128
+ },
7129
+ {
7130
+ "kind": "Content",
7131
+ "text": "\"var(--colorNeutralCardBackground)\""
7132
+ }
7133
+ ],
7134
+ "initializerTokenRange": {
7135
+ "startIndex": 1,
7136
+ "endIndex": 2
7137
+ },
7138
+ "isReadonly": true,
7139
+ "releaseTag": "Public",
7140
+ "name": "colorNeutralCardBackground",
7141
+ "variableTypeTokenRange": {
7142
+ "startIndex": 0,
7143
+ "endIndex": 0
7144
+ }
7145
+ },
7146
+ {
7147
+ "kind": "Variable",
7148
+ "canonicalReference": "@fluentui/web-components!colorNeutralCardBackgroundDisabled:var",
7149
+ "docComment": "",
7150
+ "excerptTokens": [
7151
+ {
7152
+ "kind": "Content",
7153
+ "text": "colorNeutralCardBackgroundDisabled = "
7154
+ },
7155
+ {
7156
+ "kind": "Content",
7157
+ "text": "\"var(--colorNeutralCardBackgroundDisabled)\""
7158
+ }
7159
+ ],
7160
+ "initializerTokenRange": {
7161
+ "startIndex": 1,
7162
+ "endIndex": 2
7163
+ },
7164
+ "isReadonly": true,
7165
+ "releaseTag": "Public",
7166
+ "name": "colorNeutralCardBackgroundDisabled",
7167
+ "variableTypeTokenRange": {
7168
+ "startIndex": 0,
7169
+ "endIndex": 0
7170
+ }
7171
+ },
7172
+ {
7173
+ "kind": "Variable",
7174
+ "canonicalReference": "@fluentui/web-components!colorNeutralCardBackgroundHover:var",
7175
+ "docComment": "",
7176
+ "excerptTokens": [
7177
+ {
7178
+ "kind": "Content",
7179
+ "text": "colorNeutralCardBackgroundHover = "
7180
+ },
7181
+ {
7182
+ "kind": "Content",
7183
+ "text": "\"var(--colorNeutralCardBackgroundHover)\""
7184
+ }
7185
+ ],
7186
+ "initializerTokenRange": {
7187
+ "startIndex": 1,
7188
+ "endIndex": 2
7189
+ },
7190
+ "isReadonly": true,
7191
+ "releaseTag": "Public",
7192
+ "name": "colorNeutralCardBackgroundHover",
7193
+ "variableTypeTokenRange": {
7194
+ "startIndex": 0,
7195
+ "endIndex": 0
7196
+ }
7197
+ },
7198
+ {
7199
+ "kind": "Variable",
7200
+ "canonicalReference": "@fluentui/web-components!colorNeutralCardBackgroundPressed:var",
7201
+ "docComment": "",
7202
+ "excerptTokens": [
7203
+ {
7204
+ "kind": "Content",
7205
+ "text": "colorNeutralCardBackgroundPressed = "
7206
+ },
7207
+ {
7208
+ "kind": "Content",
7209
+ "text": "\"var(--colorNeutralCardBackgroundPressed)\""
7210
+ }
7211
+ ],
7212
+ "initializerTokenRange": {
7213
+ "startIndex": 1,
7214
+ "endIndex": 2
7215
+ },
7216
+ "isReadonly": true,
7217
+ "releaseTag": "Public",
7218
+ "name": "colorNeutralCardBackgroundPressed",
7219
+ "variableTypeTokenRange": {
7220
+ "startIndex": 0,
7221
+ "endIndex": 0
7222
+ }
7223
+ },
7224
+ {
7225
+ "kind": "Variable",
7226
+ "canonicalReference": "@fluentui/web-components!colorNeutralCardBackgroundSelected:var",
7227
+ "docComment": "",
7228
+ "excerptTokens": [
7229
+ {
7230
+ "kind": "Content",
7231
+ "text": "colorNeutralCardBackgroundSelected = "
7232
+ },
7233
+ {
7234
+ "kind": "Content",
7235
+ "text": "\"var(--colorNeutralCardBackgroundSelected)\""
7236
+ }
7237
+ ],
7238
+ "initializerTokenRange": {
7239
+ "startIndex": 1,
7240
+ "endIndex": 2
7241
+ },
7242
+ "isReadonly": true,
7243
+ "releaseTag": "Public",
7244
+ "name": "colorNeutralCardBackgroundSelected",
7245
+ "variableTypeTokenRange": {
7246
+ "startIndex": 0,
7247
+ "endIndex": 0
7248
+ }
7249
+ },
7250
+ {
7251
+ "kind": "Variable",
7252
+ "canonicalReference": "@fluentui/web-components!colorNeutralForeground1:var",
7253
+ "docComment": "",
7254
+ "excerptTokens": [
7255
+ {
7256
+ "kind": "Content",
7257
+ "text": "colorNeutralForeground1 = "
7258
+ },
7259
+ {
7260
+ "kind": "Content",
7261
+ "text": "\"var(--colorNeutralForeground1)\""
7262
+ }
7263
+ ],
7264
+ "initializerTokenRange": {
7265
+ "startIndex": 1,
7266
+ "endIndex": 2
7267
+ },
7268
+ "isReadonly": true,
7269
+ "releaseTag": "Public",
7270
+ "name": "colorNeutralForeground1",
7271
+ "variableTypeTokenRange": {
7272
+ "startIndex": 0,
7273
+ "endIndex": 0
7274
+ }
7275
+ },
7276
+ {
7277
+ "kind": "Variable",
7278
+ "canonicalReference": "@fluentui/web-components!colorNeutralForeground1Hover:var",
7279
+ "docComment": "",
7280
+ "excerptTokens": [
7281
+ {
7282
+ "kind": "Content",
7283
+ "text": "colorNeutralForeground1Hover = "
7284
+ },
7285
+ {
7286
+ "kind": "Content",
7287
+ "text": "\"var(--colorNeutralForeground1Hover)\""
7288
+ }
7289
+ ],
7290
+ "initializerTokenRange": {
7291
+ "startIndex": 1,
7292
+ "endIndex": 2
7293
+ },
7294
+ "isReadonly": true,
7295
+ "releaseTag": "Public",
7296
+ "name": "colorNeutralForeground1Hover",
7297
+ "variableTypeTokenRange": {
7298
+ "startIndex": 0,
7299
+ "endIndex": 0
7300
+ }
7301
+ },
7302
+ {
7303
+ "kind": "Variable",
7304
+ "canonicalReference": "@fluentui/web-components!colorNeutralForeground1Pressed:var",
7024
7305
  "docComment": "",
7025
7306
  "excerptTokens": [
7026
7307
  {
@@ -8448,6 +8729,58 @@
8448
8729
  "endIndex": 0
8449
8730
  }
8450
8731
  },
8732
+ {
8733
+ "kind": "Variable",
8734
+ "canonicalReference": "@fluentui/web-components!colorNeutralStrokeAlpha:var",
8735
+ "docComment": "",
8736
+ "excerptTokens": [
8737
+ {
8738
+ "kind": "Content",
8739
+ "text": "colorNeutralStrokeAlpha = "
8740
+ },
8741
+ {
8742
+ "kind": "Content",
8743
+ "text": "\"var(--colorNeutralStrokeAlpha)\""
8744
+ }
8745
+ ],
8746
+ "initializerTokenRange": {
8747
+ "startIndex": 1,
8748
+ "endIndex": 2
8749
+ },
8750
+ "isReadonly": true,
8751
+ "releaseTag": "Public",
8752
+ "name": "colorNeutralStrokeAlpha",
8753
+ "variableTypeTokenRange": {
8754
+ "startIndex": 0,
8755
+ "endIndex": 0
8756
+ }
8757
+ },
8758
+ {
8759
+ "kind": "Variable",
8760
+ "canonicalReference": "@fluentui/web-components!colorNeutralStrokeAlpha2:var",
8761
+ "docComment": "",
8762
+ "excerptTokens": [
8763
+ {
8764
+ "kind": "Content",
8765
+ "text": "colorNeutralStrokeAlpha2 = "
8766
+ },
8767
+ {
8768
+ "kind": "Content",
8769
+ "text": "\"var(--colorNeutralStrokeAlpha2)\""
8770
+ }
8771
+ ],
8772
+ "initializerTokenRange": {
8773
+ "startIndex": 1,
8774
+ "endIndex": 2
8775
+ },
8776
+ "isReadonly": true,
8777
+ "releaseTag": "Public",
8778
+ "name": "colorNeutralStrokeAlpha2",
8779
+ "variableTypeTokenRange": {
8780
+ "startIndex": 0,
8781
+ "endIndex": 0
8782
+ }
8783
+ },
8451
8784
  {
8452
8785
  "kind": "Variable",
8453
8786
  "canonicalReference": "@fluentui/web-components!colorNeutralStrokeDisabled:var",
@@ -8630,6 +8963,32 @@
8630
8963
  "endIndex": 0
8631
8964
  }
8632
8965
  },
8966
+ {
8967
+ "kind": "Variable",
8968
+ "canonicalReference": "@fluentui/web-components!colorNeutralStrokeSubtle:var",
8969
+ "docComment": "",
8970
+ "excerptTokens": [
8971
+ {
8972
+ "kind": "Content",
8973
+ "text": "colorNeutralStrokeSubtle = "
8974
+ },
8975
+ {
8976
+ "kind": "Content",
8977
+ "text": "\"var(--colorNeutralStrokeSubtle)\""
8978
+ }
8979
+ ],
8980
+ "initializerTokenRange": {
8981
+ "startIndex": 1,
8982
+ "endIndex": 2
8983
+ },
8984
+ "isReadonly": true,
8985
+ "releaseTag": "Public",
8986
+ "name": "colorNeutralStrokeSubtle",
8987
+ "variableTypeTokenRange": {
8988
+ "startIndex": 0,
8989
+ "endIndex": 0
8990
+ }
8991
+ },
8633
8992
  {
8634
8993
  "kind": "Variable",
8635
8994
  "canonicalReference": "@fluentui/web-components!colorPaletteAnchorBackground2:var",
@@ -11705,11 +12064,843 @@
11705
12064
  "excerptTokens": [
11706
12065
  {
11707
12066
  "kind": "Content",
11708
- "text": "colorPaletteRedBackground1 = "
12067
+ "text": "colorPaletteRedBackground1 = "
12068
+ },
12069
+ {
12070
+ "kind": "Content",
12071
+ "text": "\"var(--colorPaletteRedBackground1)\""
12072
+ }
12073
+ ],
12074
+ "initializerTokenRange": {
12075
+ "startIndex": 1,
12076
+ "endIndex": 2
12077
+ },
12078
+ "isReadonly": true,
12079
+ "releaseTag": "Public",
12080
+ "name": "colorPaletteRedBackground1",
12081
+ "variableTypeTokenRange": {
12082
+ "startIndex": 0,
12083
+ "endIndex": 0
12084
+ }
12085
+ },
12086
+ {
12087
+ "kind": "Variable",
12088
+ "canonicalReference": "@fluentui/web-components!colorPaletteRedBackground2:var",
12089
+ "docComment": "",
12090
+ "excerptTokens": [
12091
+ {
12092
+ "kind": "Content",
12093
+ "text": "colorPaletteRedBackground2 = "
12094
+ },
12095
+ {
12096
+ "kind": "Content",
12097
+ "text": "\"var(--colorPaletteRedBackground2)\""
12098
+ }
12099
+ ],
12100
+ "initializerTokenRange": {
12101
+ "startIndex": 1,
12102
+ "endIndex": 2
12103
+ },
12104
+ "isReadonly": true,
12105
+ "releaseTag": "Public",
12106
+ "name": "colorPaletteRedBackground2",
12107
+ "variableTypeTokenRange": {
12108
+ "startIndex": 0,
12109
+ "endIndex": 0
12110
+ }
12111
+ },
12112
+ {
12113
+ "kind": "Variable",
12114
+ "canonicalReference": "@fluentui/web-components!colorPaletteRedBackground3:var",
12115
+ "docComment": "",
12116
+ "excerptTokens": [
12117
+ {
12118
+ "kind": "Content",
12119
+ "text": "colorPaletteRedBackground3 = "
12120
+ },
12121
+ {
12122
+ "kind": "Content",
12123
+ "text": "\"var(--colorPaletteRedBackground3)\""
12124
+ }
12125
+ ],
12126
+ "initializerTokenRange": {
12127
+ "startIndex": 1,
12128
+ "endIndex": 2
12129
+ },
12130
+ "isReadonly": true,
12131
+ "releaseTag": "Public",
12132
+ "name": "colorPaletteRedBackground3",
12133
+ "variableTypeTokenRange": {
12134
+ "startIndex": 0,
12135
+ "endIndex": 0
12136
+ }
12137
+ },
12138
+ {
12139
+ "kind": "Variable",
12140
+ "canonicalReference": "@fluentui/web-components!colorPaletteRedBorder1:var",
12141
+ "docComment": "",
12142
+ "excerptTokens": [
12143
+ {
12144
+ "kind": "Content",
12145
+ "text": "colorPaletteRedBorder1 = "
12146
+ },
12147
+ {
12148
+ "kind": "Content",
12149
+ "text": "\"var(--colorPaletteRedBorder1)\""
12150
+ }
12151
+ ],
12152
+ "initializerTokenRange": {
12153
+ "startIndex": 1,
12154
+ "endIndex": 2
12155
+ },
12156
+ "isReadonly": true,
12157
+ "releaseTag": "Public",
12158
+ "name": "colorPaletteRedBorder1",
12159
+ "variableTypeTokenRange": {
12160
+ "startIndex": 0,
12161
+ "endIndex": 0
12162
+ }
12163
+ },
12164
+ {
12165
+ "kind": "Variable",
12166
+ "canonicalReference": "@fluentui/web-components!colorPaletteRedBorder2:var",
12167
+ "docComment": "",
12168
+ "excerptTokens": [
12169
+ {
12170
+ "kind": "Content",
12171
+ "text": "colorPaletteRedBorder2 = "
12172
+ },
12173
+ {
12174
+ "kind": "Content",
12175
+ "text": "\"var(--colorPaletteRedBorder2)\""
12176
+ }
12177
+ ],
12178
+ "initializerTokenRange": {
12179
+ "startIndex": 1,
12180
+ "endIndex": 2
12181
+ },
12182
+ "isReadonly": true,
12183
+ "releaseTag": "Public",
12184
+ "name": "colorPaletteRedBorder2",
12185
+ "variableTypeTokenRange": {
12186
+ "startIndex": 0,
12187
+ "endIndex": 0
12188
+ }
12189
+ },
12190
+ {
12191
+ "kind": "Variable",
12192
+ "canonicalReference": "@fluentui/web-components!colorPaletteRedBorderActive:var",
12193
+ "docComment": "",
12194
+ "excerptTokens": [
12195
+ {
12196
+ "kind": "Content",
12197
+ "text": "colorPaletteRedBorderActive = "
12198
+ },
12199
+ {
12200
+ "kind": "Content",
12201
+ "text": "\"var(--colorPaletteRedBorderActive)\""
12202
+ }
12203
+ ],
12204
+ "initializerTokenRange": {
12205
+ "startIndex": 1,
12206
+ "endIndex": 2
12207
+ },
12208
+ "isReadonly": true,
12209
+ "releaseTag": "Public",
12210
+ "name": "colorPaletteRedBorderActive",
12211
+ "variableTypeTokenRange": {
12212
+ "startIndex": 0,
12213
+ "endIndex": 0
12214
+ }
12215
+ },
12216
+ {
12217
+ "kind": "Variable",
12218
+ "canonicalReference": "@fluentui/web-components!colorPaletteRedForeground1:var",
12219
+ "docComment": "",
12220
+ "excerptTokens": [
12221
+ {
12222
+ "kind": "Content",
12223
+ "text": "colorPaletteRedForeground1 = "
12224
+ },
12225
+ {
12226
+ "kind": "Content",
12227
+ "text": "\"var(--colorPaletteRedForeground1)\""
12228
+ }
12229
+ ],
12230
+ "initializerTokenRange": {
12231
+ "startIndex": 1,
12232
+ "endIndex": 2
12233
+ },
12234
+ "isReadonly": true,
12235
+ "releaseTag": "Public",
12236
+ "name": "colorPaletteRedForeground1",
12237
+ "variableTypeTokenRange": {
12238
+ "startIndex": 0,
12239
+ "endIndex": 0
12240
+ }
12241
+ },
12242
+ {
12243
+ "kind": "Variable",
12244
+ "canonicalReference": "@fluentui/web-components!colorPaletteRedForeground2:var",
12245
+ "docComment": "",
12246
+ "excerptTokens": [
12247
+ {
12248
+ "kind": "Content",
12249
+ "text": "colorPaletteRedForeground2 = "
12250
+ },
12251
+ {
12252
+ "kind": "Content",
12253
+ "text": "\"var(--colorPaletteRedForeground2)\""
12254
+ }
12255
+ ],
12256
+ "initializerTokenRange": {
12257
+ "startIndex": 1,
12258
+ "endIndex": 2
12259
+ },
12260
+ "isReadonly": true,
12261
+ "releaseTag": "Public",
12262
+ "name": "colorPaletteRedForeground2",
12263
+ "variableTypeTokenRange": {
12264
+ "startIndex": 0,
12265
+ "endIndex": 0
12266
+ }
12267
+ },
12268
+ {
12269
+ "kind": "Variable",
12270
+ "canonicalReference": "@fluentui/web-components!colorPaletteRedForeground3:var",
12271
+ "docComment": "",
12272
+ "excerptTokens": [
12273
+ {
12274
+ "kind": "Content",
12275
+ "text": "colorPaletteRedForeground3 = "
12276
+ },
12277
+ {
12278
+ "kind": "Content",
12279
+ "text": "\"var(--colorPaletteRedForeground3)\""
12280
+ }
12281
+ ],
12282
+ "initializerTokenRange": {
12283
+ "startIndex": 1,
12284
+ "endIndex": 2
12285
+ },
12286
+ "isReadonly": true,
12287
+ "releaseTag": "Public",
12288
+ "name": "colorPaletteRedForeground3",
12289
+ "variableTypeTokenRange": {
12290
+ "startIndex": 0,
12291
+ "endIndex": 0
12292
+ }
12293
+ },
12294
+ {
12295
+ "kind": "Variable",
12296
+ "canonicalReference": "@fluentui/web-components!colorPaletteRedForegroundInverted:var",
12297
+ "docComment": "",
12298
+ "excerptTokens": [
12299
+ {
12300
+ "kind": "Content",
12301
+ "text": "colorPaletteRedForegroundInverted = "
12302
+ },
12303
+ {
12304
+ "kind": "Content",
12305
+ "text": "\"var(--colorPaletteRedForegroundInverted)\""
12306
+ }
12307
+ ],
12308
+ "initializerTokenRange": {
12309
+ "startIndex": 1,
12310
+ "endIndex": 2
12311
+ },
12312
+ "isReadonly": true,
12313
+ "releaseTag": "Public",
12314
+ "name": "colorPaletteRedForegroundInverted",
12315
+ "variableTypeTokenRange": {
12316
+ "startIndex": 0,
12317
+ "endIndex": 0
12318
+ }
12319
+ },
12320
+ {
12321
+ "kind": "Variable",
12322
+ "canonicalReference": "@fluentui/web-components!colorPaletteRoyalBlueBackground2:var",
12323
+ "docComment": "",
12324
+ "excerptTokens": [
12325
+ {
12326
+ "kind": "Content",
12327
+ "text": "colorPaletteRoyalBlueBackground2 = "
12328
+ },
12329
+ {
12330
+ "kind": "Content",
12331
+ "text": "\"var(--colorPaletteRoyalBlueBackground2)\""
12332
+ }
12333
+ ],
12334
+ "initializerTokenRange": {
12335
+ "startIndex": 1,
12336
+ "endIndex": 2
12337
+ },
12338
+ "isReadonly": true,
12339
+ "releaseTag": "Public",
12340
+ "name": "colorPaletteRoyalBlueBackground2",
12341
+ "variableTypeTokenRange": {
12342
+ "startIndex": 0,
12343
+ "endIndex": 0
12344
+ }
12345
+ },
12346
+ {
12347
+ "kind": "Variable",
12348
+ "canonicalReference": "@fluentui/web-components!colorPaletteRoyalBlueBorderActive:var",
12349
+ "docComment": "",
12350
+ "excerptTokens": [
12351
+ {
12352
+ "kind": "Content",
12353
+ "text": "colorPaletteRoyalBlueBorderActive = "
12354
+ },
12355
+ {
12356
+ "kind": "Content",
12357
+ "text": "\"var(--colorPaletteRoyalBlueBorderActive)\""
12358
+ }
12359
+ ],
12360
+ "initializerTokenRange": {
12361
+ "startIndex": 1,
12362
+ "endIndex": 2
12363
+ },
12364
+ "isReadonly": true,
12365
+ "releaseTag": "Public",
12366
+ "name": "colorPaletteRoyalBlueBorderActive",
12367
+ "variableTypeTokenRange": {
12368
+ "startIndex": 0,
12369
+ "endIndex": 0
12370
+ }
12371
+ },
12372
+ {
12373
+ "kind": "Variable",
12374
+ "canonicalReference": "@fluentui/web-components!colorPaletteRoyalBlueForeground2:var",
12375
+ "docComment": "",
12376
+ "excerptTokens": [
12377
+ {
12378
+ "kind": "Content",
12379
+ "text": "colorPaletteRoyalBlueForeground2 = "
12380
+ },
12381
+ {
12382
+ "kind": "Content",
12383
+ "text": "\"var(--colorPaletteRoyalBlueForeground2)\""
12384
+ }
12385
+ ],
12386
+ "initializerTokenRange": {
12387
+ "startIndex": 1,
12388
+ "endIndex": 2
12389
+ },
12390
+ "isReadonly": true,
12391
+ "releaseTag": "Public",
12392
+ "name": "colorPaletteRoyalBlueForeground2",
12393
+ "variableTypeTokenRange": {
12394
+ "startIndex": 0,
12395
+ "endIndex": 0
12396
+ }
12397
+ },
12398
+ {
12399
+ "kind": "Variable",
12400
+ "canonicalReference": "@fluentui/web-components!colorPaletteSeafoamBackground2:var",
12401
+ "docComment": "",
12402
+ "excerptTokens": [
12403
+ {
12404
+ "kind": "Content",
12405
+ "text": "colorPaletteSeafoamBackground2 = "
12406
+ },
12407
+ {
12408
+ "kind": "Content",
12409
+ "text": "\"var(--colorPaletteSeafoamBackground2)\""
12410
+ }
12411
+ ],
12412
+ "initializerTokenRange": {
12413
+ "startIndex": 1,
12414
+ "endIndex": 2
12415
+ },
12416
+ "isReadonly": true,
12417
+ "releaseTag": "Public",
12418
+ "name": "colorPaletteSeafoamBackground2",
12419
+ "variableTypeTokenRange": {
12420
+ "startIndex": 0,
12421
+ "endIndex": 0
12422
+ }
12423
+ },
12424
+ {
12425
+ "kind": "Variable",
12426
+ "canonicalReference": "@fluentui/web-components!colorPaletteSeafoamBorderActive:var",
12427
+ "docComment": "",
12428
+ "excerptTokens": [
12429
+ {
12430
+ "kind": "Content",
12431
+ "text": "colorPaletteSeafoamBorderActive = "
12432
+ },
12433
+ {
12434
+ "kind": "Content",
12435
+ "text": "\"var(--colorPaletteSeafoamBorderActive)\""
12436
+ }
12437
+ ],
12438
+ "initializerTokenRange": {
12439
+ "startIndex": 1,
12440
+ "endIndex": 2
12441
+ },
12442
+ "isReadonly": true,
12443
+ "releaseTag": "Public",
12444
+ "name": "colorPaletteSeafoamBorderActive",
12445
+ "variableTypeTokenRange": {
12446
+ "startIndex": 0,
12447
+ "endIndex": 0
12448
+ }
12449
+ },
12450
+ {
12451
+ "kind": "Variable",
12452
+ "canonicalReference": "@fluentui/web-components!colorPaletteSeafoamForeground2:var",
12453
+ "docComment": "",
12454
+ "excerptTokens": [
12455
+ {
12456
+ "kind": "Content",
12457
+ "text": "colorPaletteSeafoamForeground2 = "
12458
+ },
12459
+ {
12460
+ "kind": "Content",
12461
+ "text": "\"var(--colorPaletteSeafoamForeground2)\""
12462
+ }
12463
+ ],
12464
+ "initializerTokenRange": {
12465
+ "startIndex": 1,
12466
+ "endIndex": 2
12467
+ },
12468
+ "isReadonly": true,
12469
+ "releaseTag": "Public",
12470
+ "name": "colorPaletteSeafoamForeground2",
12471
+ "variableTypeTokenRange": {
12472
+ "startIndex": 0,
12473
+ "endIndex": 0
12474
+ }
12475
+ },
12476
+ {
12477
+ "kind": "Variable",
12478
+ "canonicalReference": "@fluentui/web-components!colorPaletteSteelBackground2:var",
12479
+ "docComment": "",
12480
+ "excerptTokens": [
12481
+ {
12482
+ "kind": "Content",
12483
+ "text": "colorPaletteSteelBackground2 = "
12484
+ },
12485
+ {
12486
+ "kind": "Content",
12487
+ "text": "\"var(--colorPaletteSteelBackground2)\""
12488
+ }
12489
+ ],
12490
+ "initializerTokenRange": {
12491
+ "startIndex": 1,
12492
+ "endIndex": 2
12493
+ },
12494
+ "isReadonly": true,
12495
+ "releaseTag": "Public",
12496
+ "name": "colorPaletteSteelBackground2",
12497
+ "variableTypeTokenRange": {
12498
+ "startIndex": 0,
12499
+ "endIndex": 0
12500
+ }
12501
+ },
12502
+ {
12503
+ "kind": "Variable",
12504
+ "canonicalReference": "@fluentui/web-components!colorPaletteSteelBorderActive:var",
12505
+ "docComment": "",
12506
+ "excerptTokens": [
12507
+ {
12508
+ "kind": "Content",
12509
+ "text": "colorPaletteSteelBorderActive = "
12510
+ },
12511
+ {
12512
+ "kind": "Content",
12513
+ "text": "\"var(--colorPaletteSteelBorderActive)\""
12514
+ }
12515
+ ],
12516
+ "initializerTokenRange": {
12517
+ "startIndex": 1,
12518
+ "endIndex": 2
12519
+ },
12520
+ "isReadonly": true,
12521
+ "releaseTag": "Public",
12522
+ "name": "colorPaletteSteelBorderActive",
12523
+ "variableTypeTokenRange": {
12524
+ "startIndex": 0,
12525
+ "endIndex": 0
12526
+ }
12527
+ },
12528
+ {
12529
+ "kind": "Variable",
12530
+ "canonicalReference": "@fluentui/web-components!colorPaletteSteelForeground2:var",
12531
+ "docComment": "",
12532
+ "excerptTokens": [
12533
+ {
12534
+ "kind": "Content",
12535
+ "text": "colorPaletteSteelForeground2 = "
12536
+ },
12537
+ {
12538
+ "kind": "Content",
12539
+ "text": "\"var(--colorPaletteSteelForeground2)\""
12540
+ }
12541
+ ],
12542
+ "initializerTokenRange": {
12543
+ "startIndex": 1,
12544
+ "endIndex": 2
12545
+ },
12546
+ "isReadonly": true,
12547
+ "releaseTag": "Public",
12548
+ "name": "colorPaletteSteelForeground2",
12549
+ "variableTypeTokenRange": {
12550
+ "startIndex": 0,
12551
+ "endIndex": 0
12552
+ }
12553
+ },
12554
+ {
12555
+ "kind": "Variable",
12556
+ "canonicalReference": "@fluentui/web-components!colorPaletteTealBackground2:var",
12557
+ "docComment": "",
12558
+ "excerptTokens": [
12559
+ {
12560
+ "kind": "Content",
12561
+ "text": "colorPaletteTealBackground2 = "
12562
+ },
12563
+ {
12564
+ "kind": "Content",
12565
+ "text": "\"var(--colorPaletteTealBackground2)\""
12566
+ }
12567
+ ],
12568
+ "initializerTokenRange": {
12569
+ "startIndex": 1,
12570
+ "endIndex": 2
12571
+ },
12572
+ "isReadonly": true,
12573
+ "releaseTag": "Public",
12574
+ "name": "colorPaletteTealBackground2",
12575
+ "variableTypeTokenRange": {
12576
+ "startIndex": 0,
12577
+ "endIndex": 0
12578
+ }
12579
+ },
12580
+ {
12581
+ "kind": "Variable",
12582
+ "canonicalReference": "@fluentui/web-components!colorPaletteTealBorderActive:var",
12583
+ "docComment": "",
12584
+ "excerptTokens": [
12585
+ {
12586
+ "kind": "Content",
12587
+ "text": "colorPaletteTealBorderActive = "
12588
+ },
12589
+ {
12590
+ "kind": "Content",
12591
+ "text": "\"var(--colorPaletteTealBorderActive)\""
12592
+ }
12593
+ ],
12594
+ "initializerTokenRange": {
12595
+ "startIndex": 1,
12596
+ "endIndex": 2
12597
+ },
12598
+ "isReadonly": true,
12599
+ "releaseTag": "Public",
12600
+ "name": "colorPaletteTealBorderActive",
12601
+ "variableTypeTokenRange": {
12602
+ "startIndex": 0,
12603
+ "endIndex": 0
12604
+ }
12605
+ },
12606
+ {
12607
+ "kind": "Variable",
12608
+ "canonicalReference": "@fluentui/web-components!colorPaletteTealForeground2:var",
12609
+ "docComment": "",
12610
+ "excerptTokens": [
12611
+ {
12612
+ "kind": "Content",
12613
+ "text": "colorPaletteTealForeground2 = "
12614
+ },
12615
+ {
12616
+ "kind": "Content",
12617
+ "text": "\"var(--colorPaletteTealForeground2)\""
12618
+ }
12619
+ ],
12620
+ "initializerTokenRange": {
12621
+ "startIndex": 1,
12622
+ "endIndex": 2
12623
+ },
12624
+ "isReadonly": true,
12625
+ "releaseTag": "Public",
12626
+ "name": "colorPaletteTealForeground2",
12627
+ "variableTypeTokenRange": {
12628
+ "startIndex": 0,
12629
+ "endIndex": 0
12630
+ }
12631
+ },
12632
+ {
12633
+ "kind": "Variable",
12634
+ "canonicalReference": "@fluentui/web-components!colorPaletteYellowBackground1:var",
12635
+ "docComment": "",
12636
+ "excerptTokens": [
12637
+ {
12638
+ "kind": "Content",
12639
+ "text": "colorPaletteYellowBackground1 = "
12640
+ },
12641
+ {
12642
+ "kind": "Content",
12643
+ "text": "\"var(--colorPaletteYellowBackground1)\""
12644
+ }
12645
+ ],
12646
+ "initializerTokenRange": {
12647
+ "startIndex": 1,
12648
+ "endIndex": 2
12649
+ },
12650
+ "isReadonly": true,
12651
+ "releaseTag": "Public",
12652
+ "name": "colorPaletteYellowBackground1",
12653
+ "variableTypeTokenRange": {
12654
+ "startIndex": 0,
12655
+ "endIndex": 0
12656
+ }
12657
+ },
12658
+ {
12659
+ "kind": "Variable",
12660
+ "canonicalReference": "@fluentui/web-components!colorPaletteYellowBackground2:var",
12661
+ "docComment": "",
12662
+ "excerptTokens": [
12663
+ {
12664
+ "kind": "Content",
12665
+ "text": "colorPaletteYellowBackground2 = "
12666
+ },
12667
+ {
12668
+ "kind": "Content",
12669
+ "text": "\"var(--colorPaletteYellowBackground2)\""
12670
+ }
12671
+ ],
12672
+ "initializerTokenRange": {
12673
+ "startIndex": 1,
12674
+ "endIndex": 2
12675
+ },
12676
+ "isReadonly": true,
12677
+ "releaseTag": "Public",
12678
+ "name": "colorPaletteYellowBackground2",
12679
+ "variableTypeTokenRange": {
12680
+ "startIndex": 0,
12681
+ "endIndex": 0
12682
+ }
12683
+ },
12684
+ {
12685
+ "kind": "Variable",
12686
+ "canonicalReference": "@fluentui/web-components!colorPaletteYellowBackground3:var",
12687
+ "docComment": "",
12688
+ "excerptTokens": [
12689
+ {
12690
+ "kind": "Content",
12691
+ "text": "colorPaletteYellowBackground3 = "
12692
+ },
12693
+ {
12694
+ "kind": "Content",
12695
+ "text": "\"var(--colorPaletteYellowBackground3)\""
12696
+ }
12697
+ ],
12698
+ "initializerTokenRange": {
12699
+ "startIndex": 1,
12700
+ "endIndex": 2
12701
+ },
12702
+ "isReadonly": true,
12703
+ "releaseTag": "Public",
12704
+ "name": "colorPaletteYellowBackground3",
12705
+ "variableTypeTokenRange": {
12706
+ "startIndex": 0,
12707
+ "endIndex": 0
12708
+ }
12709
+ },
12710
+ {
12711
+ "kind": "Variable",
12712
+ "canonicalReference": "@fluentui/web-components!colorPaletteYellowBorder1:var",
12713
+ "docComment": "",
12714
+ "excerptTokens": [
12715
+ {
12716
+ "kind": "Content",
12717
+ "text": "colorPaletteYellowBorder1 = "
12718
+ },
12719
+ {
12720
+ "kind": "Content",
12721
+ "text": "\"var(--colorPaletteYellowBorder1)\""
12722
+ }
12723
+ ],
12724
+ "initializerTokenRange": {
12725
+ "startIndex": 1,
12726
+ "endIndex": 2
12727
+ },
12728
+ "isReadonly": true,
12729
+ "releaseTag": "Public",
12730
+ "name": "colorPaletteYellowBorder1",
12731
+ "variableTypeTokenRange": {
12732
+ "startIndex": 0,
12733
+ "endIndex": 0
12734
+ }
12735
+ },
12736
+ {
12737
+ "kind": "Variable",
12738
+ "canonicalReference": "@fluentui/web-components!colorPaletteYellowBorder2:var",
12739
+ "docComment": "",
12740
+ "excerptTokens": [
12741
+ {
12742
+ "kind": "Content",
12743
+ "text": "colorPaletteYellowBorder2 = "
12744
+ },
12745
+ {
12746
+ "kind": "Content",
12747
+ "text": "\"var(--colorPaletteYellowBorder2)\""
12748
+ }
12749
+ ],
12750
+ "initializerTokenRange": {
12751
+ "startIndex": 1,
12752
+ "endIndex": 2
12753
+ },
12754
+ "isReadonly": true,
12755
+ "releaseTag": "Public",
12756
+ "name": "colorPaletteYellowBorder2",
12757
+ "variableTypeTokenRange": {
12758
+ "startIndex": 0,
12759
+ "endIndex": 0
12760
+ }
12761
+ },
12762
+ {
12763
+ "kind": "Variable",
12764
+ "canonicalReference": "@fluentui/web-components!colorPaletteYellowBorderActive:var",
12765
+ "docComment": "",
12766
+ "excerptTokens": [
12767
+ {
12768
+ "kind": "Content",
12769
+ "text": "colorPaletteYellowBorderActive = "
12770
+ },
12771
+ {
12772
+ "kind": "Content",
12773
+ "text": "\"var(--colorPaletteYellowBorderActive)\""
12774
+ }
12775
+ ],
12776
+ "initializerTokenRange": {
12777
+ "startIndex": 1,
12778
+ "endIndex": 2
12779
+ },
12780
+ "isReadonly": true,
12781
+ "releaseTag": "Public",
12782
+ "name": "colorPaletteYellowBorderActive",
12783
+ "variableTypeTokenRange": {
12784
+ "startIndex": 0,
12785
+ "endIndex": 0
12786
+ }
12787
+ },
12788
+ {
12789
+ "kind": "Variable",
12790
+ "canonicalReference": "@fluentui/web-components!colorPaletteYellowForeground1:var",
12791
+ "docComment": "",
12792
+ "excerptTokens": [
12793
+ {
12794
+ "kind": "Content",
12795
+ "text": "colorPaletteYellowForeground1 = "
12796
+ },
12797
+ {
12798
+ "kind": "Content",
12799
+ "text": "\"var(--colorPaletteYellowForeground1)\""
12800
+ }
12801
+ ],
12802
+ "initializerTokenRange": {
12803
+ "startIndex": 1,
12804
+ "endIndex": 2
12805
+ },
12806
+ "isReadonly": true,
12807
+ "releaseTag": "Public",
12808
+ "name": "colorPaletteYellowForeground1",
12809
+ "variableTypeTokenRange": {
12810
+ "startIndex": 0,
12811
+ "endIndex": 0
12812
+ }
12813
+ },
12814
+ {
12815
+ "kind": "Variable",
12816
+ "canonicalReference": "@fluentui/web-components!colorPaletteYellowForeground2:var",
12817
+ "docComment": "",
12818
+ "excerptTokens": [
12819
+ {
12820
+ "kind": "Content",
12821
+ "text": "colorPaletteYellowForeground2 = "
12822
+ },
12823
+ {
12824
+ "kind": "Content",
12825
+ "text": "\"var(--colorPaletteYellowForeground2)\""
12826
+ }
12827
+ ],
12828
+ "initializerTokenRange": {
12829
+ "startIndex": 1,
12830
+ "endIndex": 2
12831
+ },
12832
+ "isReadonly": true,
12833
+ "releaseTag": "Public",
12834
+ "name": "colorPaletteYellowForeground2",
12835
+ "variableTypeTokenRange": {
12836
+ "startIndex": 0,
12837
+ "endIndex": 0
12838
+ }
12839
+ },
12840
+ {
12841
+ "kind": "Variable",
12842
+ "canonicalReference": "@fluentui/web-components!colorPaletteYellowForeground3:var",
12843
+ "docComment": "",
12844
+ "excerptTokens": [
12845
+ {
12846
+ "kind": "Content",
12847
+ "text": "colorPaletteYellowForeground3 = "
12848
+ },
12849
+ {
12850
+ "kind": "Content",
12851
+ "text": "\"var(--colorPaletteYellowForeground3)\""
12852
+ }
12853
+ ],
12854
+ "initializerTokenRange": {
12855
+ "startIndex": 1,
12856
+ "endIndex": 2
12857
+ },
12858
+ "isReadonly": true,
12859
+ "releaseTag": "Public",
12860
+ "name": "colorPaletteYellowForeground3",
12861
+ "variableTypeTokenRange": {
12862
+ "startIndex": 0,
12863
+ "endIndex": 0
12864
+ }
12865
+ },
12866
+ {
12867
+ "kind": "Variable",
12868
+ "canonicalReference": "@fluentui/web-components!colorPaletteYellowForegroundInverted:var",
12869
+ "docComment": "",
12870
+ "excerptTokens": [
12871
+ {
12872
+ "kind": "Content",
12873
+ "text": "colorPaletteYellowForegroundInverted = "
12874
+ },
12875
+ {
12876
+ "kind": "Content",
12877
+ "text": "\"var(--colorPaletteYellowForegroundInverted)\""
12878
+ }
12879
+ ],
12880
+ "initializerTokenRange": {
12881
+ "startIndex": 1,
12882
+ "endIndex": 2
12883
+ },
12884
+ "isReadonly": true,
12885
+ "releaseTag": "Public",
12886
+ "name": "colorPaletteYellowForegroundInverted",
12887
+ "variableTypeTokenRange": {
12888
+ "startIndex": 0,
12889
+ "endIndex": 0
12890
+ }
12891
+ },
12892
+ {
12893
+ "kind": "Variable",
12894
+ "canonicalReference": "@fluentui/web-components!colorScrollbarOverlay:var",
12895
+ "docComment": "",
12896
+ "excerptTokens": [
12897
+ {
12898
+ "kind": "Content",
12899
+ "text": "colorScrollbarOverlay = "
11709
12900
  },
11710
12901
  {
11711
12902
  "kind": "Content",
11712
- "text": "\"var(--colorPaletteRedBackground1)\""
12903
+ "text": "\"var(--colorScrollbarOverlay)\""
11713
12904
  }
11714
12905
  ],
11715
12906
  "initializerTokenRange": {
@@ -11718,7 +12909,7 @@
11718
12909
  },
11719
12910
  "isReadonly": true,
11720
12911
  "releaseTag": "Public",
11721
- "name": "colorPaletteRedBackground1",
12912
+ "name": "colorScrollbarOverlay",
11722
12913
  "variableTypeTokenRange": {
11723
12914
  "startIndex": 0,
11724
12915
  "endIndex": 0
@@ -11726,16 +12917,16 @@
11726
12917
  },
11727
12918
  {
11728
12919
  "kind": "Variable",
11729
- "canonicalReference": "@fluentui/web-components!colorPaletteRedBackground2:var",
12920
+ "canonicalReference": "@fluentui/web-components!colorStatusDangerBackground1:var",
11730
12921
  "docComment": "",
11731
12922
  "excerptTokens": [
11732
12923
  {
11733
12924
  "kind": "Content",
11734
- "text": "colorPaletteRedBackground2 = "
12925
+ "text": "colorStatusDangerBackground1 = "
11735
12926
  },
11736
12927
  {
11737
12928
  "kind": "Content",
11738
- "text": "\"var(--colorPaletteRedBackground2)\""
12929
+ "text": "\"var(--colorStatusDangerBackground1)\""
11739
12930
  }
11740
12931
  ],
11741
12932
  "initializerTokenRange": {
@@ -11744,7 +12935,7 @@
11744
12935
  },
11745
12936
  "isReadonly": true,
11746
12937
  "releaseTag": "Public",
11747
- "name": "colorPaletteRedBackground2",
12938
+ "name": "colorStatusDangerBackground1",
11748
12939
  "variableTypeTokenRange": {
11749
12940
  "startIndex": 0,
11750
12941
  "endIndex": 0
@@ -11752,16 +12943,16 @@
11752
12943
  },
11753
12944
  {
11754
12945
  "kind": "Variable",
11755
- "canonicalReference": "@fluentui/web-components!colorPaletteRedBackground3:var",
12946
+ "canonicalReference": "@fluentui/web-components!colorStatusDangerBackground2:var",
11756
12947
  "docComment": "",
11757
12948
  "excerptTokens": [
11758
12949
  {
11759
12950
  "kind": "Content",
11760
- "text": "colorPaletteRedBackground3 = "
12951
+ "text": "colorStatusDangerBackground2 = "
11761
12952
  },
11762
12953
  {
11763
12954
  "kind": "Content",
11764
- "text": "\"var(--colorPaletteRedBackground3)\""
12955
+ "text": "\"var(--colorStatusDangerBackground2)\""
11765
12956
  }
11766
12957
  ],
11767
12958
  "initializerTokenRange": {
@@ -11770,7 +12961,7 @@
11770
12961
  },
11771
12962
  "isReadonly": true,
11772
12963
  "releaseTag": "Public",
11773
- "name": "colorPaletteRedBackground3",
12964
+ "name": "colorStatusDangerBackground2",
11774
12965
  "variableTypeTokenRange": {
11775
12966
  "startIndex": 0,
11776
12967
  "endIndex": 0
@@ -11778,16 +12969,16 @@
11778
12969
  },
11779
12970
  {
11780
12971
  "kind": "Variable",
11781
- "canonicalReference": "@fluentui/web-components!colorPaletteRedBorder1:var",
12972
+ "canonicalReference": "@fluentui/web-components!colorStatusDangerBackground3:var",
11782
12973
  "docComment": "",
11783
12974
  "excerptTokens": [
11784
12975
  {
11785
12976
  "kind": "Content",
11786
- "text": "colorPaletteRedBorder1 = "
12977
+ "text": "colorStatusDangerBackground3 = "
11787
12978
  },
11788
12979
  {
11789
12980
  "kind": "Content",
11790
- "text": "\"var(--colorPaletteRedBorder1)\""
12981
+ "text": "\"var(--colorStatusDangerBackground3)\""
11791
12982
  }
11792
12983
  ],
11793
12984
  "initializerTokenRange": {
@@ -11796,7 +12987,7 @@
11796
12987
  },
11797
12988
  "isReadonly": true,
11798
12989
  "releaseTag": "Public",
11799
- "name": "colorPaletteRedBorder1",
12990
+ "name": "colorStatusDangerBackground3",
11800
12991
  "variableTypeTokenRange": {
11801
12992
  "startIndex": 0,
11802
12993
  "endIndex": 0
@@ -11804,16 +12995,16 @@
11804
12995
  },
11805
12996
  {
11806
12997
  "kind": "Variable",
11807
- "canonicalReference": "@fluentui/web-components!colorPaletteRedBorder2:var",
12998
+ "canonicalReference": "@fluentui/web-components!colorStatusDangerBackground3Hover:var",
11808
12999
  "docComment": "",
11809
13000
  "excerptTokens": [
11810
13001
  {
11811
13002
  "kind": "Content",
11812
- "text": "colorPaletteRedBorder2 = "
13003
+ "text": "colorStatusDangerBackground3Hover = "
11813
13004
  },
11814
13005
  {
11815
13006
  "kind": "Content",
11816
- "text": "\"var(--colorPaletteRedBorder2)\""
13007
+ "text": "\"var(--colorStatusDangerBackground3Hover)\""
11817
13008
  }
11818
13009
  ],
11819
13010
  "initializerTokenRange": {
@@ -11822,7 +13013,7 @@
11822
13013
  },
11823
13014
  "isReadonly": true,
11824
13015
  "releaseTag": "Public",
11825
- "name": "colorPaletteRedBorder2",
13016
+ "name": "colorStatusDangerBackground3Hover",
11826
13017
  "variableTypeTokenRange": {
11827
13018
  "startIndex": 0,
11828
13019
  "endIndex": 0
@@ -11830,16 +13021,16 @@
11830
13021
  },
11831
13022
  {
11832
13023
  "kind": "Variable",
11833
- "canonicalReference": "@fluentui/web-components!colorPaletteRedBorderActive:var",
13024
+ "canonicalReference": "@fluentui/web-components!colorStatusDangerBackground3Pressed:var",
11834
13025
  "docComment": "",
11835
13026
  "excerptTokens": [
11836
13027
  {
11837
13028
  "kind": "Content",
11838
- "text": "colorPaletteRedBorderActive = "
13029
+ "text": "colorStatusDangerBackground3Pressed = "
11839
13030
  },
11840
13031
  {
11841
13032
  "kind": "Content",
11842
- "text": "\"var(--colorPaletteRedBorderActive)\""
13033
+ "text": "\"var(--colorStatusDangerBackground3Pressed)\""
11843
13034
  }
11844
13035
  ],
11845
13036
  "initializerTokenRange": {
@@ -11848,7 +13039,7 @@
11848
13039
  },
11849
13040
  "isReadonly": true,
11850
13041
  "releaseTag": "Public",
11851
- "name": "colorPaletteRedBorderActive",
13042
+ "name": "colorStatusDangerBackground3Pressed",
11852
13043
  "variableTypeTokenRange": {
11853
13044
  "startIndex": 0,
11854
13045
  "endIndex": 0
@@ -11856,16 +13047,16 @@
11856
13047
  },
11857
13048
  {
11858
13049
  "kind": "Variable",
11859
- "canonicalReference": "@fluentui/web-components!colorPaletteRedForeground1:var",
13050
+ "canonicalReference": "@fluentui/web-components!colorStatusDangerBorder1:var",
11860
13051
  "docComment": "",
11861
13052
  "excerptTokens": [
11862
13053
  {
11863
13054
  "kind": "Content",
11864
- "text": "colorPaletteRedForeground1 = "
13055
+ "text": "colorStatusDangerBorder1 = "
11865
13056
  },
11866
13057
  {
11867
13058
  "kind": "Content",
11868
- "text": "\"var(--colorPaletteRedForeground1)\""
13059
+ "text": "\"var(--colorStatusDangerBorder1)\""
11869
13060
  }
11870
13061
  ],
11871
13062
  "initializerTokenRange": {
@@ -11874,7 +13065,7 @@
11874
13065
  },
11875
13066
  "isReadonly": true,
11876
13067
  "releaseTag": "Public",
11877
- "name": "colorPaletteRedForeground1",
13068
+ "name": "colorStatusDangerBorder1",
11878
13069
  "variableTypeTokenRange": {
11879
13070
  "startIndex": 0,
11880
13071
  "endIndex": 0
@@ -11882,16 +13073,16 @@
11882
13073
  },
11883
13074
  {
11884
13075
  "kind": "Variable",
11885
- "canonicalReference": "@fluentui/web-components!colorPaletteRedForeground2:var",
13076
+ "canonicalReference": "@fluentui/web-components!colorStatusDangerBorder2:var",
11886
13077
  "docComment": "",
11887
13078
  "excerptTokens": [
11888
13079
  {
11889
13080
  "kind": "Content",
11890
- "text": "colorPaletteRedForeground2 = "
13081
+ "text": "colorStatusDangerBorder2 = "
11891
13082
  },
11892
13083
  {
11893
13084
  "kind": "Content",
11894
- "text": "\"var(--colorPaletteRedForeground2)\""
13085
+ "text": "\"var(--colorStatusDangerBorder2)\""
11895
13086
  }
11896
13087
  ],
11897
13088
  "initializerTokenRange": {
@@ -11900,7 +13091,7 @@
11900
13091
  },
11901
13092
  "isReadonly": true,
11902
13093
  "releaseTag": "Public",
11903
- "name": "colorPaletteRedForeground2",
13094
+ "name": "colorStatusDangerBorder2",
11904
13095
  "variableTypeTokenRange": {
11905
13096
  "startIndex": 0,
11906
13097
  "endIndex": 0
@@ -11908,16 +13099,16 @@
11908
13099
  },
11909
13100
  {
11910
13101
  "kind": "Variable",
11911
- "canonicalReference": "@fluentui/web-components!colorPaletteRedForeground3:var",
13102
+ "canonicalReference": "@fluentui/web-components!colorStatusDangerBorderActive:var",
11912
13103
  "docComment": "",
11913
13104
  "excerptTokens": [
11914
13105
  {
11915
13106
  "kind": "Content",
11916
- "text": "colorPaletteRedForeground3 = "
13107
+ "text": "colorStatusDangerBorderActive = "
11917
13108
  },
11918
13109
  {
11919
13110
  "kind": "Content",
11920
- "text": "\"var(--colorPaletteRedForeground3)\""
13111
+ "text": "\"var(--colorStatusDangerBorderActive)\""
11921
13112
  }
11922
13113
  ],
11923
13114
  "initializerTokenRange": {
@@ -11926,7 +13117,7 @@
11926
13117
  },
11927
13118
  "isReadonly": true,
11928
13119
  "releaseTag": "Public",
11929
- "name": "colorPaletteRedForeground3",
13120
+ "name": "colorStatusDangerBorderActive",
11930
13121
  "variableTypeTokenRange": {
11931
13122
  "startIndex": 0,
11932
13123
  "endIndex": 0
@@ -11934,16 +13125,16 @@
11934
13125
  },
11935
13126
  {
11936
13127
  "kind": "Variable",
11937
- "canonicalReference": "@fluentui/web-components!colorPaletteRedForegroundInverted:var",
13128
+ "canonicalReference": "@fluentui/web-components!colorStatusDangerForeground1:var",
11938
13129
  "docComment": "",
11939
13130
  "excerptTokens": [
11940
13131
  {
11941
13132
  "kind": "Content",
11942
- "text": "colorPaletteRedForegroundInverted = "
13133
+ "text": "colorStatusDangerForeground1 = "
11943
13134
  },
11944
13135
  {
11945
13136
  "kind": "Content",
11946
- "text": "\"var(--colorPaletteRedForegroundInverted)\""
13137
+ "text": "\"var(--colorStatusDangerForeground1)\""
11947
13138
  }
11948
13139
  ],
11949
13140
  "initializerTokenRange": {
@@ -11952,7 +13143,7 @@
11952
13143
  },
11953
13144
  "isReadonly": true,
11954
13145
  "releaseTag": "Public",
11955
- "name": "colorPaletteRedForegroundInverted",
13146
+ "name": "colorStatusDangerForeground1",
11956
13147
  "variableTypeTokenRange": {
11957
13148
  "startIndex": 0,
11958
13149
  "endIndex": 0
@@ -11960,16 +13151,16 @@
11960
13151
  },
11961
13152
  {
11962
13153
  "kind": "Variable",
11963
- "canonicalReference": "@fluentui/web-components!colorPaletteRoyalBlueBackground2:var",
13154
+ "canonicalReference": "@fluentui/web-components!colorStatusDangerForeground2:var",
11964
13155
  "docComment": "",
11965
13156
  "excerptTokens": [
11966
13157
  {
11967
13158
  "kind": "Content",
11968
- "text": "colorPaletteRoyalBlueBackground2 = "
13159
+ "text": "colorStatusDangerForeground2 = "
11969
13160
  },
11970
13161
  {
11971
13162
  "kind": "Content",
11972
- "text": "\"var(--colorPaletteRoyalBlueBackground2)\""
13163
+ "text": "\"var(--colorStatusDangerForeground2)\""
11973
13164
  }
11974
13165
  ],
11975
13166
  "initializerTokenRange": {
@@ -11978,7 +13169,7 @@
11978
13169
  },
11979
13170
  "isReadonly": true,
11980
13171
  "releaseTag": "Public",
11981
- "name": "colorPaletteRoyalBlueBackground2",
13172
+ "name": "colorStatusDangerForeground2",
11982
13173
  "variableTypeTokenRange": {
11983
13174
  "startIndex": 0,
11984
13175
  "endIndex": 0
@@ -11986,16 +13177,16 @@
11986
13177
  },
11987
13178
  {
11988
13179
  "kind": "Variable",
11989
- "canonicalReference": "@fluentui/web-components!colorPaletteRoyalBlueBorderActive:var",
13180
+ "canonicalReference": "@fluentui/web-components!colorStatusDangerForeground3:var",
11990
13181
  "docComment": "",
11991
13182
  "excerptTokens": [
11992
13183
  {
11993
13184
  "kind": "Content",
11994
- "text": "colorPaletteRoyalBlueBorderActive = "
13185
+ "text": "colorStatusDangerForeground3 = "
11995
13186
  },
11996
13187
  {
11997
13188
  "kind": "Content",
11998
- "text": "\"var(--colorPaletteRoyalBlueBorderActive)\""
13189
+ "text": "\"var(--colorStatusDangerForeground3)\""
11999
13190
  }
12000
13191
  ],
12001
13192
  "initializerTokenRange": {
@@ -12004,7 +13195,7 @@
12004
13195
  },
12005
13196
  "isReadonly": true,
12006
13197
  "releaseTag": "Public",
12007
- "name": "colorPaletteRoyalBlueBorderActive",
13198
+ "name": "colorStatusDangerForeground3",
12008
13199
  "variableTypeTokenRange": {
12009
13200
  "startIndex": 0,
12010
13201
  "endIndex": 0
@@ -12012,16 +13203,16 @@
12012
13203
  },
12013
13204
  {
12014
13205
  "kind": "Variable",
12015
- "canonicalReference": "@fluentui/web-components!colorPaletteRoyalBlueForeground2:var",
13206
+ "canonicalReference": "@fluentui/web-components!colorStatusDangerForegroundInverted:var",
12016
13207
  "docComment": "",
12017
13208
  "excerptTokens": [
12018
13209
  {
12019
13210
  "kind": "Content",
12020
- "text": "colorPaletteRoyalBlueForeground2 = "
13211
+ "text": "colorStatusDangerForegroundInverted = "
12021
13212
  },
12022
13213
  {
12023
13214
  "kind": "Content",
12024
- "text": "\"var(--colorPaletteRoyalBlueForeground2)\""
13215
+ "text": "\"var(--colorStatusDangerForegroundInverted)\""
12025
13216
  }
12026
13217
  ],
12027
13218
  "initializerTokenRange": {
@@ -12030,7 +13221,7 @@
12030
13221
  },
12031
13222
  "isReadonly": true,
12032
13223
  "releaseTag": "Public",
12033
- "name": "colorPaletteRoyalBlueForeground2",
13224
+ "name": "colorStatusDangerForegroundInverted",
12034
13225
  "variableTypeTokenRange": {
12035
13226
  "startIndex": 0,
12036
13227
  "endIndex": 0
@@ -12038,16 +13229,16 @@
12038
13229
  },
12039
13230
  {
12040
13231
  "kind": "Variable",
12041
- "canonicalReference": "@fluentui/web-components!colorPaletteSeafoamBackground2:var",
13232
+ "canonicalReference": "@fluentui/web-components!colorStatusSuccessBackground1:var",
12042
13233
  "docComment": "",
12043
13234
  "excerptTokens": [
12044
13235
  {
12045
13236
  "kind": "Content",
12046
- "text": "colorPaletteSeafoamBackground2 = "
13237
+ "text": "colorStatusSuccessBackground1 = "
12047
13238
  },
12048
13239
  {
12049
13240
  "kind": "Content",
12050
- "text": "\"var(--colorPaletteSeafoamBackground2)\""
13241
+ "text": "\"var(--colorStatusSuccessBackground1)\""
12051
13242
  }
12052
13243
  ],
12053
13244
  "initializerTokenRange": {
@@ -12056,7 +13247,7 @@
12056
13247
  },
12057
13248
  "isReadonly": true,
12058
13249
  "releaseTag": "Public",
12059
- "name": "colorPaletteSeafoamBackground2",
13250
+ "name": "colorStatusSuccessBackground1",
12060
13251
  "variableTypeTokenRange": {
12061
13252
  "startIndex": 0,
12062
13253
  "endIndex": 0
@@ -12064,16 +13255,16 @@
12064
13255
  },
12065
13256
  {
12066
13257
  "kind": "Variable",
12067
- "canonicalReference": "@fluentui/web-components!colorPaletteSeafoamBorderActive:var",
13258
+ "canonicalReference": "@fluentui/web-components!colorStatusSuccessBackground2:var",
12068
13259
  "docComment": "",
12069
13260
  "excerptTokens": [
12070
13261
  {
12071
13262
  "kind": "Content",
12072
- "text": "colorPaletteSeafoamBorderActive = "
13263
+ "text": "colorStatusSuccessBackground2 = "
12073
13264
  },
12074
13265
  {
12075
13266
  "kind": "Content",
12076
- "text": "\"var(--colorPaletteSeafoamBorderActive)\""
13267
+ "text": "\"var(--colorStatusSuccessBackground2)\""
12077
13268
  }
12078
13269
  ],
12079
13270
  "initializerTokenRange": {
@@ -12082,7 +13273,7 @@
12082
13273
  },
12083
13274
  "isReadonly": true,
12084
13275
  "releaseTag": "Public",
12085
- "name": "colorPaletteSeafoamBorderActive",
13276
+ "name": "colorStatusSuccessBackground2",
12086
13277
  "variableTypeTokenRange": {
12087
13278
  "startIndex": 0,
12088
13279
  "endIndex": 0
@@ -12090,16 +13281,16 @@
12090
13281
  },
12091
13282
  {
12092
13283
  "kind": "Variable",
12093
- "canonicalReference": "@fluentui/web-components!colorPaletteSeafoamForeground2:var",
13284
+ "canonicalReference": "@fluentui/web-components!colorStatusSuccessBackground3:var",
12094
13285
  "docComment": "",
12095
13286
  "excerptTokens": [
12096
13287
  {
12097
13288
  "kind": "Content",
12098
- "text": "colorPaletteSeafoamForeground2 = "
13289
+ "text": "colorStatusSuccessBackground3 = "
12099
13290
  },
12100
13291
  {
12101
13292
  "kind": "Content",
12102
- "text": "\"var(--colorPaletteSeafoamForeground2)\""
13293
+ "text": "\"var(--colorStatusSuccessBackground3)\""
12103
13294
  }
12104
13295
  ],
12105
13296
  "initializerTokenRange": {
@@ -12108,7 +13299,7 @@
12108
13299
  },
12109
13300
  "isReadonly": true,
12110
13301
  "releaseTag": "Public",
12111
- "name": "colorPaletteSeafoamForeground2",
13302
+ "name": "colorStatusSuccessBackground3",
12112
13303
  "variableTypeTokenRange": {
12113
13304
  "startIndex": 0,
12114
13305
  "endIndex": 0
@@ -12116,16 +13307,16 @@
12116
13307
  },
12117
13308
  {
12118
13309
  "kind": "Variable",
12119
- "canonicalReference": "@fluentui/web-components!colorPaletteSteelBackground2:var",
13310
+ "canonicalReference": "@fluentui/web-components!colorStatusSuccessBorder1:var",
12120
13311
  "docComment": "",
12121
13312
  "excerptTokens": [
12122
13313
  {
12123
13314
  "kind": "Content",
12124
- "text": "colorPaletteSteelBackground2 = "
13315
+ "text": "colorStatusSuccessBorder1 = "
12125
13316
  },
12126
13317
  {
12127
13318
  "kind": "Content",
12128
- "text": "\"var(--colorPaletteSteelBackground2)\""
13319
+ "text": "\"var(--colorStatusSuccessBorder1)\""
12129
13320
  }
12130
13321
  ],
12131
13322
  "initializerTokenRange": {
@@ -12134,7 +13325,7 @@
12134
13325
  },
12135
13326
  "isReadonly": true,
12136
13327
  "releaseTag": "Public",
12137
- "name": "colorPaletteSteelBackground2",
13328
+ "name": "colorStatusSuccessBorder1",
12138
13329
  "variableTypeTokenRange": {
12139
13330
  "startIndex": 0,
12140
13331
  "endIndex": 0
@@ -12142,16 +13333,16 @@
12142
13333
  },
12143
13334
  {
12144
13335
  "kind": "Variable",
12145
- "canonicalReference": "@fluentui/web-components!colorPaletteSteelBorderActive:var",
13336
+ "canonicalReference": "@fluentui/web-components!colorStatusSuccessBorder2:var",
12146
13337
  "docComment": "",
12147
13338
  "excerptTokens": [
12148
13339
  {
12149
13340
  "kind": "Content",
12150
- "text": "colorPaletteSteelBorderActive = "
13341
+ "text": "colorStatusSuccessBorder2 = "
12151
13342
  },
12152
13343
  {
12153
13344
  "kind": "Content",
12154
- "text": "\"var(--colorPaletteSteelBorderActive)\""
13345
+ "text": "\"var(--colorStatusSuccessBorder2)\""
12155
13346
  }
12156
13347
  ],
12157
13348
  "initializerTokenRange": {
@@ -12160,7 +13351,7 @@
12160
13351
  },
12161
13352
  "isReadonly": true,
12162
13353
  "releaseTag": "Public",
12163
- "name": "colorPaletteSteelBorderActive",
13354
+ "name": "colorStatusSuccessBorder2",
12164
13355
  "variableTypeTokenRange": {
12165
13356
  "startIndex": 0,
12166
13357
  "endIndex": 0
@@ -12168,16 +13359,16 @@
12168
13359
  },
12169
13360
  {
12170
13361
  "kind": "Variable",
12171
- "canonicalReference": "@fluentui/web-components!colorPaletteSteelForeground2:var",
13362
+ "canonicalReference": "@fluentui/web-components!colorStatusSuccessBorderActive:var",
12172
13363
  "docComment": "",
12173
13364
  "excerptTokens": [
12174
13365
  {
12175
13366
  "kind": "Content",
12176
- "text": "colorPaletteSteelForeground2 = "
13367
+ "text": "colorStatusSuccessBorderActive = "
12177
13368
  },
12178
13369
  {
12179
13370
  "kind": "Content",
12180
- "text": "\"var(--colorPaletteSteelForeground2)\""
13371
+ "text": "\"var(--colorStatusSuccessBorderActive)\""
12181
13372
  }
12182
13373
  ],
12183
13374
  "initializerTokenRange": {
@@ -12186,7 +13377,7 @@
12186
13377
  },
12187
13378
  "isReadonly": true,
12188
13379
  "releaseTag": "Public",
12189
- "name": "colorPaletteSteelForeground2",
13380
+ "name": "colorStatusSuccessBorderActive",
12190
13381
  "variableTypeTokenRange": {
12191
13382
  "startIndex": 0,
12192
13383
  "endIndex": 0
@@ -12194,16 +13385,16 @@
12194
13385
  },
12195
13386
  {
12196
13387
  "kind": "Variable",
12197
- "canonicalReference": "@fluentui/web-components!colorPaletteTealBackground2:var",
13388
+ "canonicalReference": "@fluentui/web-components!colorStatusSuccessForeground1:var",
12198
13389
  "docComment": "",
12199
13390
  "excerptTokens": [
12200
13391
  {
12201
13392
  "kind": "Content",
12202
- "text": "colorPaletteTealBackground2 = "
13393
+ "text": "colorStatusSuccessForeground1 = "
12203
13394
  },
12204
13395
  {
12205
13396
  "kind": "Content",
12206
- "text": "\"var(--colorPaletteTealBackground2)\""
13397
+ "text": "\"var(--colorStatusSuccessForeground1)\""
12207
13398
  }
12208
13399
  ],
12209
13400
  "initializerTokenRange": {
@@ -12212,7 +13403,7 @@
12212
13403
  },
12213
13404
  "isReadonly": true,
12214
13405
  "releaseTag": "Public",
12215
- "name": "colorPaletteTealBackground2",
13406
+ "name": "colorStatusSuccessForeground1",
12216
13407
  "variableTypeTokenRange": {
12217
13408
  "startIndex": 0,
12218
13409
  "endIndex": 0
@@ -12220,16 +13411,16 @@
12220
13411
  },
12221
13412
  {
12222
13413
  "kind": "Variable",
12223
- "canonicalReference": "@fluentui/web-components!colorPaletteTealBorderActive:var",
13414
+ "canonicalReference": "@fluentui/web-components!colorStatusSuccessForeground2:var",
12224
13415
  "docComment": "",
12225
13416
  "excerptTokens": [
12226
13417
  {
12227
13418
  "kind": "Content",
12228
- "text": "colorPaletteTealBorderActive = "
13419
+ "text": "colorStatusSuccessForeground2 = "
12229
13420
  },
12230
13421
  {
12231
13422
  "kind": "Content",
12232
- "text": "\"var(--colorPaletteTealBorderActive)\""
13423
+ "text": "\"var(--colorStatusSuccessForeground2)\""
12233
13424
  }
12234
13425
  ],
12235
13426
  "initializerTokenRange": {
@@ -12238,7 +13429,7 @@
12238
13429
  },
12239
13430
  "isReadonly": true,
12240
13431
  "releaseTag": "Public",
12241
- "name": "colorPaletteTealBorderActive",
13432
+ "name": "colorStatusSuccessForeground2",
12242
13433
  "variableTypeTokenRange": {
12243
13434
  "startIndex": 0,
12244
13435
  "endIndex": 0
@@ -12246,16 +13437,16 @@
12246
13437
  },
12247
13438
  {
12248
13439
  "kind": "Variable",
12249
- "canonicalReference": "@fluentui/web-components!colorPaletteTealForeground2:var",
13440
+ "canonicalReference": "@fluentui/web-components!colorStatusSuccessForeground3:var",
12250
13441
  "docComment": "",
12251
13442
  "excerptTokens": [
12252
13443
  {
12253
13444
  "kind": "Content",
12254
- "text": "colorPaletteTealForeground2 = "
13445
+ "text": "colorStatusSuccessForeground3 = "
12255
13446
  },
12256
13447
  {
12257
13448
  "kind": "Content",
12258
- "text": "\"var(--colorPaletteTealForeground2)\""
13449
+ "text": "\"var(--colorStatusSuccessForeground3)\""
12259
13450
  }
12260
13451
  ],
12261
13452
  "initializerTokenRange": {
@@ -12264,7 +13455,7 @@
12264
13455
  },
12265
13456
  "isReadonly": true,
12266
13457
  "releaseTag": "Public",
12267
- "name": "colorPaletteTealForeground2",
13458
+ "name": "colorStatusSuccessForeground3",
12268
13459
  "variableTypeTokenRange": {
12269
13460
  "startIndex": 0,
12270
13461
  "endIndex": 0
@@ -12272,16 +13463,16 @@
12272
13463
  },
12273
13464
  {
12274
13465
  "kind": "Variable",
12275
- "canonicalReference": "@fluentui/web-components!colorPaletteYellowBackground1:var",
13466
+ "canonicalReference": "@fluentui/web-components!colorStatusSuccessForegroundInverted:var",
12276
13467
  "docComment": "",
12277
13468
  "excerptTokens": [
12278
13469
  {
12279
13470
  "kind": "Content",
12280
- "text": "colorPaletteYellowBackground1 = "
13471
+ "text": "colorStatusSuccessForegroundInverted = "
12281
13472
  },
12282
13473
  {
12283
13474
  "kind": "Content",
12284
- "text": "\"var(--colorPaletteYellowBackground1)\""
13475
+ "text": "\"var(--colorStatusSuccessForegroundInverted)\""
12285
13476
  }
12286
13477
  ],
12287
13478
  "initializerTokenRange": {
@@ -12290,7 +13481,7 @@
12290
13481
  },
12291
13482
  "isReadonly": true,
12292
13483
  "releaseTag": "Public",
12293
- "name": "colorPaletteYellowBackground1",
13484
+ "name": "colorStatusSuccessForegroundInverted",
12294
13485
  "variableTypeTokenRange": {
12295
13486
  "startIndex": 0,
12296
13487
  "endIndex": 0
@@ -12298,16 +13489,16 @@
12298
13489
  },
12299
13490
  {
12300
13491
  "kind": "Variable",
12301
- "canonicalReference": "@fluentui/web-components!colorPaletteYellowBackground2:var",
13492
+ "canonicalReference": "@fluentui/web-components!colorStatusWarningBackground1:var",
12302
13493
  "docComment": "",
12303
13494
  "excerptTokens": [
12304
13495
  {
12305
13496
  "kind": "Content",
12306
- "text": "colorPaletteYellowBackground2 = "
13497
+ "text": "colorStatusWarningBackground1 = "
12307
13498
  },
12308
13499
  {
12309
13500
  "kind": "Content",
12310
- "text": "\"var(--colorPaletteYellowBackground2)\""
13501
+ "text": "\"var(--colorStatusWarningBackground1)\""
12311
13502
  }
12312
13503
  ],
12313
13504
  "initializerTokenRange": {
@@ -12316,7 +13507,7 @@
12316
13507
  },
12317
13508
  "isReadonly": true,
12318
13509
  "releaseTag": "Public",
12319
- "name": "colorPaletteYellowBackground2",
13510
+ "name": "colorStatusWarningBackground1",
12320
13511
  "variableTypeTokenRange": {
12321
13512
  "startIndex": 0,
12322
13513
  "endIndex": 0
@@ -12324,16 +13515,16 @@
12324
13515
  },
12325
13516
  {
12326
13517
  "kind": "Variable",
12327
- "canonicalReference": "@fluentui/web-components!colorPaletteYellowBackground3:var",
13518
+ "canonicalReference": "@fluentui/web-components!colorStatusWarningBackground2:var",
12328
13519
  "docComment": "",
12329
13520
  "excerptTokens": [
12330
13521
  {
12331
13522
  "kind": "Content",
12332
- "text": "colorPaletteYellowBackground3 = "
13523
+ "text": "colorStatusWarningBackground2 = "
12333
13524
  },
12334
13525
  {
12335
13526
  "kind": "Content",
12336
- "text": "\"var(--colorPaletteYellowBackground3)\""
13527
+ "text": "\"var(--colorStatusWarningBackground2)\""
12337
13528
  }
12338
13529
  ],
12339
13530
  "initializerTokenRange": {
@@ -12342,7 +13533,7 @@
12342
13533
  },
12343
13534
  "isReadonly": true,
12344
13535
  "releaseTag": "Public",
12345
- "name": "colorPaletteYellowBackground3",
13536
+ "name": "colorStatusWarningBackground2",
12346
13537
  "variableTypeTokenRange": {
12347
13538
  "startIndex": 0,
12348
13539
  "endIndex": 0
@@ -12350,16 +13541,16 @@
12350
13541
  },
12351
13542
  {
12352
13543
  "kind": "Variable",
12353
- "canonicalReference": "@fluentui/web-components!colorPaletteYellowBorder1:var",
13544
+ "canonicalReference": "@fluentui/web-components!colorStatusWarningBackground3:var",
12354
13545
  "docComment": "",
12355
13546
  "excerptTokens": [
12356
13547
  {
12357
13548
  "kind": "Content",
12358
- "text": "colorPaletteYellowBorder1 = "
13549
+ "text": "colorStatusWarningBackground3 = "
12359
13550
  },
12360
13551
  {
12361
13552
  "kind": "Content",
12362
- "text": "\"var(--colorPaletteYellowBorder1)\""
13553
+ "text": "\"var(--colorStatusWarningBackground3)\""
12363
13554
  }
12364
13555
  ],
12365
13556
  "initializerTokenRange": {
@@ -12368,7 +13559,7 @@
12368
13559
  },
12369
13560
  "isReadonly": true,
12370
13561
  "releaseTag": "Public",
12371
- "name": "colorPaletteYellowBorder1",
13562
+ "name": "colorStatusWarningBackground3",
12372
13563
  "variableTypeTokenRange": {
12373
13564
  "startIndex": 0,
12374
13565
  "endIndex": 0
@@ -12376,16 +13567,16 @@
12376
13567
  },
12377
13568
  {
12378
13569
  "kind": "Variable",
12379
- "canonicalReference": "@fluentui/web-components!colorPaletteYellowBorder2:var",
13570
+ "canonicalReference": "@fluentui/web-components!colorStatusWarningBorder1:var",
12380
13571
  "docComment": "",
12381
13572
  "excerptTokens": [
12382
13573
  {
12383
13574
  "kind": "Content",
12384
- "text": "colorPaletteYellowBorder2 = "
13575
+ "text": "colorStatusWarningBorder1 = "
12385
13576
  },
12386
13577
  {
12387
13578
  "kind": "Content",
12388
- "text": "\"var(--colorPaletteYellowBorder2)\""
13579
+ "text": "\"var(--colorStatusWarningBorder1)\""
12389
13580
  }
12390
13581
  ],
12391
13582
  "initializerTokenRange": {
@@ -12394,7 +13585,7 @@
12394
13585
  },
12395
13586
  "isReadonly": true,
12396
13587
  "releaseTag": "Public",
12397
- "name": "colorPaletteYellowBorder2",
13588
+ "name": "colorStatusWarningBorder1",
12398
13589
  "variableTypeTokenRange": {
12399
13590
  "startIndex": 0,
12400
13591
  "endIndex": 0
@@ -12402,16 +13593,16 @@
12402
13593
  },
12403
13594
  {
12404
13595
  "kind": "Variable",
12405
- "canonicalReference": "@fluentui/web-components!colorPaletteYellowBorderActive:var",
13596
+ "canonicalReference": "@fluentui/web-components!colorStatusWarningBorder2:var",
12406
13597
  "docComment": "",
12407
13598
  "excerptTokens": [
12408
13599
  {
12409
13600
  "kind": "Content",
12410
- "text": "colorPaletteYellowBorderActive = "
13601
+ "text": "colorStatusWarningBorder2 = "
12411
13602
  },
12412
13603
  {
12413
13604
  "kind": "Content",
12414
- "text": "\"var(--colorPaletteYellowBorderActive)\""
13605
+ "text": "\"var(--colorStatusWarningBorder2)\""
12415
13606
  }
12416
13607
  ],
12417
13608
  "initializerTokenRange": {
@@ -12420,7 +13611,7 @@
12420
13611
  },
12421
13612
  "isReadonly": true,
12422
13613
  "releaseTag": "Public",
12423
- "name": "colorPaletteYellowBorderActive",
13614
+ "name": "colorStatusWarningBorder2",
12424
13615
  "variableTypeTokenRange": {
12425
13616
  "startIndex": 0,
12426
13617
  "endIndex": 0
@@ -12428,16 +13619,16 @@
12428
13619
  },
12429
13620
  {
12430
13621
  "kind": "Variable",
12431
- "canonicalReference": "@fluentui/web-components!colorPaletteYellowForeground1:var",
13622
+ "canonicalReference": "@fluentui/web-components!colorStatusWarningBorderActive:var",
12432
13623
  "docComment": "",
12433
13624
  "excerptTokens": [
12434
13625
  {
12435
13626
  "kind": "Content",
12436
- "text": "colorPaletteYellowForeground1 = "
13627
+ "text": "colorStatusWarningBorderActive = "
12437
13628
  },
12438
13629
  {
12439
13630
  "kind": "Content",
12440
- "text": "\"var(--colorPaletteYellowForeground1)\""
13631
+ "text": "\"var(--colorStatusWarningBorderActive)\""
12441
13632
  }
12442
13633
  ],
12443
13634
  "initializerTokenRange": {
@@ -12446,7 +13637,7 @@
12446
13637
  },
12447
13638
  "isReadonly": true,
12448
13639
  "releaseTag": "Public",
12449
- "name": "colorPaletteYellowForeground1",
13640
+ "name": "colorStatusWarningBorderActive",
12450
13641
  "variableTypeTokenRange": {
12451
13642
  "startIndex": 0,
12452
13643
  "endIndex": 0
@@ -12454,16 +13645,16 @@
12454
13645
  },
12455
13646
  {
12456
13647
  "kind": "Variable",
12457
- "canonicalReference": "@fluentui/web-components!colorPaletteYellowForeground2:var",
13648
+ "canonicalReference": "@fluentui/web-components!colorStatusWarningForeground1:var",
12458
13649
  "docComment": "",
12459
13650
  "excerptTokens": [
12460
13651
  {
12461
13652
  "kind": "Content",
12462
- "text": "colorPaletteYellowForeground2 = "
13653
+ "text": "colorStatusWarningForeground1 = "
12463
13654
  },
12464
13655
  {
12465
13656
  "kind": "Content",
12466
- "text": "\"var(--colorPaletteYellowForeground2)\""
13657
+ "text": "\"var(--colorStatusWarningForeground1)\""
12467
13658
  }
12468
13659
  ],
12469
13660
  "initializerTokenRange": {
@@ -12472,7 +13663,7 @@
12472
13663
  },
12473
13664
  "isReadonly": true,
12474
13665
  "releaseTag": "Public",
12475
- "name": "colorPaletteYellowForeground2",
13666
+ "name": "colorStatusWarningForeground1",
12476
13667
  "variableTypeTokenRange": {
12477
13668
  "startIndex": 0,
12478
13669
  "endIndex": 0
@@ -12480,16 +13671,16 @@
12480
13671
  },
12481
13672
  {
12482
13673
  "kind": "Variable",
12483
- "canonicalReference": "@fluentui/web-components!colorPaletteYellowForeground3:var",
13674
+ "canonicalReference": "@fluentui/web-components!colorStatusWarningForeground2:var",
12484
13675
  "docComment": "",
12485
13676
  "excerptTokens": [
12486
13677
  {
12487
13678
  "kind": "Content",
12488
- "text": "colorPaletteYellowForeground3 = "
13679
+ "text": "colorStatusWarningForeground2 = "
12489
13680
  },
12490
13681
  {
12491
13682
  "kind": "Content",
12492
- "text": "\"var(--colorPaletteYellowForeground3)\""
13683
+ "text": "\"var(--colorStatusWarningForeground2)\""
12493
13684
  }
12494
13685
  ],
12495
13686
  "initializerTokenRange": {
@@ -12498,7 +13689,7 @@
12498
13689
  },
12499
13690
  "isReadonly": true,
12500
13691
  "releaseTag": "Public",
12501
- "name": "colorPaletteYellowForeground3",
13692
+ "name": "colorStatusWarningForeground2",
12502
13693
  "variableTypeTokenRange": {
12503
13694
  "startIndex": 0,
12504
13695
  "endIndex": 0
@@ -12506,16 +13697,16 @@
12506
13697
  },
12507
13698
  {
12508
13699
  "kind": "Variable",
12509
- "canonicalReference": "@fluentui/web-components!colorPaletteYellowForegroundInverted:var",
13700
+ "canonicalReference": "@fluentui/web-components!colorStatusWarningForeground3:var",
12510
13701
  "docComment": "",
12511
13702
  "excerptTokens": [
12512
13703
  {
12513
13704
  "kind": "Content",
12514
- "text": "colorPaletteYellowForegroundInverted = "
13705
+ "text": "colorStatusWarningForeground3 = "
12515
13706
  },
12516
13707
  {
12517
13708
  "kind": "Content",
12518
- "text": "\"var(--colorPaletteYellowForegroundInverted)\""
13709
+ "text": "\"var(--colorStatusWarningForeground3)\""
12519
13710
  }
12520
13711
  ],
12521
13712
  "initializerTokenRange": {
@@ -12524,7 +13715,7 @@
12524
13715
  },
12525
13716
  "isReadonly": true,
12526
13717
  "releaseTag": "Public",
12527
- "name": "colorPaletteYellowForegroundInverted",
13718
+ "name": "colorStatusWarningForeground3",
12528
13719
  "variableTypeTokenRange": {
12529
13720
  "startIndex": 0,
12530
13721
  "endIndex": 0
@@ -12532,16 +13723,16 @@
12532
13723
  },
12533
13724
  {
12534
13725
  "kind": "Variable",
12535
- "canonicalReference": "@fluentui/web-components!colorScrollbarOverlay:var",
13726
+ "canonicalReference": "@fluentui/web-components!colorStatusWarningForegroundInverted:var",
12536
13727
  "docComment": "",
12537
13728
  "excerptTokens": [
12538
13729
  {
12539
13730
  "kind": "Content",
12540
- "text": "colorScrollbarOverlay = "
13731
+ "text": "colorStatusWarningForegroundInverted = "
12541
13732
  },
12542
13733
  {
12543
13734
  "kind": "Content",
12544
- "text": "\"var(--colorScrollbarOverlay)\""
13735
+ "text": "\"var(--colorStatusWarningForegroundInverted)\""
12545
13736
  }
12546
13737
  ],
12547
13738
  "initializerTokenRange": {
@@ -12550,7 +13741,7 @@
12550
13741
  },
12551
13742
  "isReadonly": true,
12552
13743
  "releaseTag": "Public",
12553
- "name": "colorScrollbarOverlay",
13744
+ "name": "colorStatusWarningForegroundInverted",
12554
13745
  "variableTypeTokenRange": {
12555
13746
  "startIndex": 0,
12556
13747
  "endIndex": 0
@@ -13879,32 +15070,6 @@
13879
15070
  "endIndex": 6
13880
15071
  }
13881
15072
  },
13882
- {
13883
- "kind": "TypeAlias",
13884
- "canonicalReference": "@fluentui/web-components!CounterBadgeOptions:type",
13885
- "docComment": "/**\n * CounterBadge options\n *\n * @public\n */\n",
13886
- "excerptTokens": [
13887
- {
13888
- "kind": "Content",
13889
- "text": "export declare type CounterBadgeOptions = "
13890
- },
13891
- {
13892
- "kind": "Reference",
13893
- "text": "BadgeOptions",
13894
- "canonicalReference": "@fluentui/web-components!BadgeOptions:type"
13895
- },
13896
- {
13897
- "kind": "Content",
13898
- "text": ";"
13899
- }
13900
- ],
13901
- "releaseTag": "Public",
13902
- "name": "CounterBadgeOptions",
13903
- "typeTokenRange": {
13904
- "startIndex": 1,
13905
- "endIndex": 2
13906
- }
13907
- },
13908
15073
  {
13909
15074
  "kind": "TypeAlias",
13910
15075
  "canonicalReference": "@fluentui/web-components!CounterBadgeShape:type",
@@ -14090,31 +15255,6 @@
14090
15255
  "endIndex": 5
14091
15256
  }
14092
15257
  },
14093
- {
14094
- "kind": "TypeAlias",
14095
- "canonicalReference": "@fluentui/web-components!CSSDisplayPropertyValue:type",
14096
- "docComment": "/**\n * Define all possible CSS display values.\n *\n * @public\n */\n",
14097
- "excerptTokens": [
14098
- {
14099
- "kind": "Content",
14100
- "text": "export declare type CSSDisplayPropertyValue = "
14101
- },
14102
- {
14103
- "kind": "Content",
14104
- "text": "'block' | 'contents' | 'flex' | 'grid' | 'inherit' | 'initial' | 'inline' | 'inline-block' | 'inline-flex' | 'inline-grid' | 'inline-table' | 'list-item' | 'none' | 'run-in' | 'table' | 'table-caption' | 'table-cell' | 'table-column' | 'table-column-group' | 'table-footer-group' | 'table-header-group' | 'table-row' | 'table-row-group'"
14105
- },
14106
- {
14107
- "kind": "Content",
14108
- "text": ";"
14109
- }
14110
- ],
14111
- "releaseTag": "Public",
14112
- "name": "CSSDisplayPropertyValue",
14113
- "typeTokenRange": {
14114
- "startIndex": 1,
14115
- "endIndex": 2
14116
- }
14117
- },
14118
15258
  {
14119
15259
  "kind": "Variable",
14120
15260
  "canonicalReference": "@fluentui/web-components!curveAccelerateMax:var",
@@ -14356,126 +15496,34 @@
14356
15496
  "excerptTokens": [
14357
15497
  {
14358
15498
  "kind": "Content",
14359
- "text": "darkModeStylesheetBehavior: "
14360
- },
14361
- {
14362
- "kind": "Content",
14363
- "text": "(styles: "
14364
- },
14365
- {
14366
- "kind": "Reference",
14367
- "text": "ElementStyles",
14368
- "canonicalReference": "@microsoft/fast-element!ElementStyles:class"
14369
- },
14370
- {
14371
- "kind": "Content",
14372
- "text": ") => "
14373
- },
14374
- {
14375
- "kind": "Reference",
14376
- "text": "MatchMediaStyleSheetBehavior",
14377
- "canonicalReference": "@fluentui/web-components!MatchMediaStyleSheetBehavior:class"
14378
- }
14379
- ],
14380
- "isReadonly": true,
14381
- "releaseTag": "Public",
14382
- "name": "darkModeStylesheetBehavior",
14383
- "variableTypeTokenRange": {
14384
- "startIndex": 1,
14385
- "endIndex": 5
14386
- }
14387
- },
14388
- {
14389
- "kind": "Class",
14390
- "canonicalReference": "@fluentui/web-components!DelegatesARIALink:class",
14391
- "docComment": "/**\n * Includes ARIA states and properties relating to the ARIA link role\n *\n * @public\n */\n",
14392
- "excerptTokens": [
14393
- {
14394
- "kind": "Content",
14395
- "text": "export declare class DelegatesARIALink "
14396
- }
14397
- ],
14398
- "releaseTag": "Public",
14399
- "name": "DelegatesARIALink",
14400
- "preserveMemberOrder": false,
14401
- "members": [
14402
- {
14403
- "kind": "Property",
14404
- "canonicalReference": "@fluentui/web-components!DelegatesARIALink#ariaExpanded:member",
14405
- "docComment": "/**\n * See {@link https://www.w3.org/WAI/PF/aria/roles#link} for more information\n *\n * @remarks\n *\n * HTML Attribute: aria-expanded\n *\n * @public\n */\n",
14406
- "excerptTokens": [
14407
- {
14408
- "kind": "Content",
14409
- "text": "ariaExpanded: "
14410
- },
14411
- {
14412
- "kind": "Content",
14413
- "text": "'true' | 'false' | string | null"
14414
- },
14415
- {
14416
- "kind": "Content",
14417
- "text": ";"
14418
- }
14419
- ],
14420
- "isReadonly": false,
14421
- "isOptional": false,
14422
- "releaseTag": "Public",
14423
- "name": "ariaExpanded",
14424
- "propertyTypeTokenRange": {
14425
- "startIndex": 1,
14426
- "endIndex": 2
14427
- },
14428
- "isStatic": false,
14429
- "isProtected": false
14430
- }
14431
- ],
14432
- "implementsTokenRanges": []
14433
- },
14434
- {
14435
- "kind": "Class",
14436
- "canonicalReference": "@fluentui/web-components!DelegatesARIATextbox:class",
14437
- "docComment": "/**\n * Includes ARIA states and properties relating to the ARIA textbox role\n *\n * @public\n */\n",
14438
- "excerptTokens": [
14439
- {
14440
- "kind": "Content",
14441
- "text": "export declare class DelegatesARIATextbox "
14442
- }
14443
- ],
14444
- "releaseTag": "Public",
14445
- "name": "DelegatesARIATextbox",
14446
- "preserveMemberOrder": false,
14447
- "members": [],
14448
- "implementsTokenRanges": []
14449
- },
14450
- {
14451
- "kind": "Interface",
14452
- "canonicalReference": "@fluentui/web-components!DelegatesARIATextbox:interface",
14453
- "docComment": "",
14454
- "excerptTokens": [
15499
+ "text": "darkModeStylesheetBehavior: "
15500
+ },
14455
15501
  {
14456
15502
  "kind": "Content",
14457
- "text": "export interface DelegatesARIATextbox extends "
15503
+ "text": "(styles: "
14458
15504
  },
14459
15505
  {
14460
15506
  "kind": "Reference",
14461
- "text": "ARIAGlobalStatesAndProperties",
14462
- "canonicalReference": "@fluentui/web-components!~ARIAGlobalStatesAndProperties:class"
15507
+ "text": "ElementStyles",
15508
+ "canonicalReference": "@microsoft/fast-element!ElementStyles:class"
14463
15509
  },
14464
15510
  {
14465
15511
  "kind": "Content",
14466
- "text": " "
15512
+ "text": ") => "
15513
+ },
15514
+ {
15515
+ "kind": "Reference",
15516
+ "text": "MatchMediaStyleSheetBehavior",
15517
+ "canonicalReference": "@fluentui/web-components!MatchMediaStyleSheetBehavior:class"
14467
15518
  }
14468
15519
  ],
15520
+ "isReadonly": true,
14469
15521
  "releaseTag": "Public",
14470
- "name": "DelegatesARIATextbox",
14471
- "preserveMemberOrder": false,
14472
- "members": [],
14473
- "extendsTokenRanges": [
14474
- {
14475
- "startIndex": 1,
14476
- "endIndex": 2
14477
- }
14478
- ]
15522
+ "name": "darkModeStylesheetBehavior",
15523
+ "variableTypeTokenRange": {
15524
+ "startIndex": 1,
15525
+ "endIndex": 5
15526
+ }
14479
15527
  },
14480
15528
  {
14481
15529
  "kind": "Class",
@@ -14853,7 +15901,7 @@
14853
15901
  {
14854
15902
  "kind": "Reference",
14855
15903
  "text": "DialogModalType",
14856
- "canonicalReference": "@fluentui/web-components!~DialogModalType:type"
15904
+ "canonicalReference": "@fluentui/web-components!DialogModalType:type"
14857
15905
  },
14858
15906
  {
14859
15907
  "kind": "Content",
@@ -14883,7 +15931,7 @@
14883
15931
  {
14884
15932
  "kind": "Reference",
14885
15933
  "text": "DialogModalType",
14886
- "canonicalReference": "@fluentui/web-components!~DialogModalType:type"
15934
+ "canonicalReference": "@fluentui/web-components!DialogModalType:type"
14887
15935
  },
14888
15936
  {
14889
15937
  "kind": "Content",
@@ -14892,7 +15940,7 @@
14892
15940
  {
14893
15941
  "kind": "Reference",
14894
15942
  "text": "DialogModalType",
14895
- "canonicalReference": "@fluentui/web-components!~DialogModalType:type"
15943
+ "canonicalReference": "@fluentui/web-components!DialogModalType:type"
14896
15944
  },
14897
15945
  {
14898
15946
  "kind": "Content",
@@ -15227,6 +16275,67 @@
15227
16275
  "endIndex": 6
15228
16276
  }
15229
16277
  },
16278
+ {
16279
+ "kind": "TypeAlias",
16280
+ "canonicalReference": "@fluentui/web-components!DialogModalType:type",
16281
+ "docComment": "",
16282
+ "excerptTokens": [
16283
+ {
16284
+ "kind": "Content",
16285
+ "text": "export declare type DialogModalType = "
16286
+ },
16287
+ {
16288
+ "kind": "Reference",
16289
+ "text": "ValuesOf",
16290
+ "canonicalReference": "@fluentui/web-components!~ValuesOf:type"
16291
+ },
16292
+ {
16293
+ "kind": "Content",
16294
+ "text": "<typeof "
16295
+ },
16296
+ {
16297
+ "kind": "Reference",
16298
+ "text": "DialogModalType",
16299
+ "canonicalReference": "@fluentui/web-components!DialogModalType:var"
16300
+ },
16301
+ {
16302
+ "kind": "Content",
16303
+ "text": ">"
16304
+ },
16305
+ {
16306
+ "kind": "Content",
16307
+ "text": ";"
16308
+ }
16309
+ ],
16310
+ "releaseTag": "Public",
16311
+ "name": "DialogModalType",
16312
+ "typeTokenRange": {
16313
+ "startIndex": 1,
16314
+ "endIndex": 5
16315
+ }
16316
+ },
16317
+ {
16318
+ "kind": "Variable",
16319
+ "canonicalReference": "@fluentui/web-components!DialogModalType:var",
16320
+ "docComment": "/**\n * Dialog modal type\n *\n * @public\n */\n",
16321
+ "excerptTokens": [
16322
+ {
16323
+ "kind": "Content",
16324
+ "text": "DialogModalType: "
16325
+ },
16326
+ {
16327
+ "kind": "Content",
16328
+ "text": "{\n readonly modal: \"modal\";\n readonly nonModal: \"non-modal\";\n readonly alert: \"alert\";\n}"
16329
+ }
16330
+ ],
16331
+ "isReadonly": true,
16332
+ "releaseTag": "Public",
16333
+ "name": "DialogModalType",
16334
+ "variableTypeTokenRange": {
16335
+ "startIndex": 1,
16336
+ "endIndex": 2
16337
+ }
16338
+ },
15230
16339
  {
15231
16340
  "kind": "Variable",
15232
16341
  "canonicalReference": "@fluentui/web-components!DialogStyles:var",
@@ -15302,7 +16411,7 @@
15302
16411
  {
15303
16412
  "kind": "Reference",
15304
16413
  "text": "CSSDisplayPropertyValue",
15305
- "canonicalReference": "@fluentui/web-components!CSSDisplayPropertyValue:type"
16414
+ "canonicalReference": "@fluentui/web-components!~CSSDisplayPropertyValue:type"
15306
16415
  },
15307
16416
  {
15308
16417
  "kind": "Content",
@@ -15913,6 +17022,32 @@
15913
17022
  "endIndex": 0
15914
17023
  }
15915
17024
  },
17025
+ {
17026
+ "kind": "Variable",
17027
+ "canonicalReference": "@fluentui/web-components!durationGentle:var",
17028
+ "docComment": "",
17029
+ "excerptTokens": [
17030
+ {
17031
+ "kind": "Content",
17032
+ "text": "durationGentle = "
17033
+ },
17034
+ {
17035
+ "kind": "Content",
17036
+ "text": "\"var(--durationGentle)\""
17037
+ }
17038
+ ],
17039
+ "initializerTokenRange": {
17040
+ "startIndex": 1,
17041
+ "endIndex": 2
17042
+ },
17043
+ "isReadonly": true,
17044
+ "releaseTag": "Public",
17045
+ "name": "durationGentle",
17046
+ "variableTypeTokenRange": {
17047
+ "startIndex": 0,
17048
+ "endIndex": 0
17049
+ }
17050
+ },
15916
17051
  {
15917
17052
  "kind": "Variable",
15918
17053
  "canonicalReference": "@fluentui/web-components!durationNormal:var",
@@ -16593,32 +17728,6 @@
16593
17728
  "endIndex": 5
16594
17729
  }
16595
17730
  },
16596
- {
16597
- "kind": "Variable",
16598
- "canonicalReference": "@fluentui/web-components!hidden:var",
16599
- "docComment": "/**\n * A CSS fragment to set `display: none;` when the host is hidden using the [hidden] attribute.\n *\n * @public\n */\n",
16600
- "excerptTokens": [
16601
- {
16602
- "kind": "Content",
16603
- "text": "hidden = "
16604
- },
16605
- {
16606
- "kind": "Content",
16607
- "text": "\":host([hidden]){display:none}\""
16608
- }
16609
- ],
16610
- "initializerTokenRange": {
16611
- "startIndex": 1,
16612
- "endIndex": 2
16613
- },
16614
- "isReadonly": true,
16615
- "releaseTag": "Public",
16616
- "name": "hidden",
16617
- "variableTypeTokenRange": {
16618
- "startIndex": 0,
16619
- "endIndex": 0
16620
- }
16621
- },
16622
17731
  {
16623
17732
  "kind": "Class",
16624
17733
  "canonicalReference": "@fluentui/web-components!Image_2:class",
@@ -17114,7 +18223,7 @@
17114
18223
  {
17115
18224
  "kind": "Reference",
17116
18225
  "text": "LabelSize",
17117
- "canonicalReference": "@fluentui/web-components!~LabelSize:type"
18226
+ "canonicalReference": "@fluentui/web-components!LabelSize:type"
17118
18227
  },
17119
18228
  {
17120
18229
  "kind": "Content",
@@ -17144,7 +18253,7 @@
17144
18253
  {
17145
18254
  "kind": "Reference",
17146
18255
  "text": "LabelWeight",
17147
- "canonicalReference": "@fluentui/web-components!~LabelWeight:type"
18256
+ "canonicalReference": "@fluentui/web-components!LabelWeight:type"
17148
18257
  },
17149
18258
  {
17150
18259
  "kind": "Content",
@@ -17209,6 +18318,67 @@
17209
18318
  "endIndex": 6
17210
18319
  }
17211
18320
  },
18321
+ {
18322
+ "kind": "TypeAlias",
18323
+ "canonicalReference": "@fluentui/web-components!LabelSize:type",
18324
+ "docComment": "/**\n * Applies font size to label\n *\n * @public\n */\n",
18325
+ "excerptTokens": [
18326
+ {
18327
+ "kind": "Content",
18328
+ "text": "export declare type LabelSize = "
18329
+ },
18330
+ {
18331
+ "kind": "Reference",
18332
+ "text": "ValuesOf",
18333
+ "canonicalReference": "@fluentui/web-components!~ValuesOf:type"
18334
+ },
18335
+ {
18336
+ "kind": "Content",
18337
+ "text": "<typeof "
18338
+ },
18339
+ {
18340
+ "kind": "Reference",
18341
+ "text": "LabelSize",
18342
+ "canonicalReference": "@fluentui/web-components!LabelSize:var"
18343
+ },
18344
+ {
18345
+ "kind": "Content",
18346
+ "text": ">"
18347
+ },
18348
+ {
18349
+ "kind": "Content",
18350
+ "text": ";"
18351
+ }
18352
+ ],
18353
+ "releaseTag": "Public",
18354
+ "name": "LabelSize",
18355
+ "typeTokenRange": {
18356
+ "startIndex": 1,
18357
+ "endIndex": 5
18358
+ }
18359
+ },
18360
+ {
18361
+ "kind": "Variable",
18362
+ "canonicalReference": "@fluentui/web-components!LabelSize:var",
18363
+ "docComment": "/**\n * A Labels font size can be small, medium, or large\n */\n",
18364
+ "excerptTokens": [
18365
+ {
18366
+ "kind": "Content",
18367
+ "text": "LabelSize: "
18368
+ },
18369
+ {
18370
+ "kind": "Content",
18371
+ "text": "{\n readonly small: \"small\";\n readonly medium: \"medium\";\n readonly large: \"large\";\n}"
18372
+ }
18373
+ ],
18374
+ "isReadonly": true,
18375
+ "releaseTag": "Public",
18376
+ "name": "LabelSize",
18377
+ "variableTypeTokenRange": {
18378
+ "startIndex": 1,
18379
+ "endIndex": 2
18380
+ }
18381
+ },
17212
18382
  {
17213
18383
  "kind": "Variable",
17214
18384
  "canonicalReference": "@fluentui/web-components!LabelStyles:var",
@@ -17272,6 +18442,67 @@
17272
18442
  "endIndex": 5
17273
18443
  }
17274
18444
  },
18445
+ {
18446
+ "kind": "TypeAlias",
18447
+ "canonicalReference": "@fluentui/web-components!LabelWeight:type",
18448
+ "docComment": "/**\n * Applies font weight to label\n *\n * @public\n */\n",
18449
+ "excerptTokens": [
18450
+ {
18451
+ "kind": "Content",
18452
+ "text": "export declare type LabelWeight = "
18453
+ },
18454
+ {
18455
+ "kind": "Reference",
18456
+ "text": "ValuesOf",
18457
+ "canonicalReference": "@fluentui/web-components!~ValuesOf:type"
18458
+ },
18459
+ {
18460
+ "kind": "Content",
18461
+ "text": "<typeof "
18462
+ },
18463
+ {
18464
+ "kind": "Reference",
18465
+ "text": "LabelWeight",
18466
+ "canonicalReference": "@fluentui/web-components!LabelWeight:var"
18467
+ },
18468
+ {
18469
+ "kind": "Content",
18470
+ "text": ">"
18471
+ },
18472
+ {
18473
+ "kind": "Content",
18474
+ "text": ";"
18475
+ }
18476
+ ],
18477
+ "releaseTag": "Public",
18478
+ "name": "LabelWeight",
18479
+ "typeTokenRange": {
18480
+ "startIndex": 1,
18481
+ "endIndex": 5
18482
+ }
18483
+ },
18484
+ {
18485
+ "kind": "Variable",
18486
+ "canonicalReference": "@fluentui/web-components!LabelWeight:var",
18487
+ "docComment": "/**\n * A label can have a font weight of regular or strong\n */\n",
18488
+ "excerptTokens": [
18489
+ {
18490
+ "kind": "Content",
18491
+ "text": "LabelWeight: "
18492
+ },
18493
+ {
18494
+ "kind": "Content",
18495
+ "text": "{\n readonly regular: \"regular\";\n readonly semibold: \"semibold\";\n}"
18496
+ }
18497
+ ],
18498
+ "isReadonly": true,
18499
+ "releaseTag": "Public",
18500
+ "name": "LabelWeight",
18501
+ "variableTypeTokenRange": {
18502
+ "startIndex": 1,
18503
+ "endIndex": 2
18504
+ }
18505
+ },
17275
18506
  {
17276
18507
  "kind": "Variable",
17277
18508
  "canonicalReference": "@fluentui/web-components!lightModeStylesheetBehavior:var",
@@ -21431,7 +22662,7 @@
21431
22662
  {
21432
22663
  "kind": "Reference",
21433
22664
  "text": "RadioGroupOrientation",
21434
- "canonicalReference": "@fluentui/web-components!~RadioGroupOrientation:type"
22665
+ "canonicalReference": "@fluentui/web-components!RadioGroupOrientation:type"
21435
22666
  },
21436
22667
  {
21437
22668
  "kind": "Content",
@@ -21648,16 +22879,52 @@
21648
22879
  "excerptTokens": [
21649
22880
  {
21650
22881
  "kind": "Content",
21651
- "text": "definition: "
21652
- },
21653
- {
21654
- "kind": "Content",
21655
- "text": "import(\"@microsoft/fast-element\")."
22882
+ "text": "definition: "
22883
+ },
22884
+ {
22885
+ "kind": "Content",
22886
+ "text": "import(\"@microsoft/fast-element\")."
22887
+ },
22888
+ {
22889
+ "kind": "Reference",
22890
+ "text": "FASTElementDefinition",
22891
+ "canonicalReference": "@microsoft/fast-element!FASTElementDefinition:class"
22892
+ },
22893
+ {
22894
+ "kind": "Content",
22895
+ "text": "<typeof "
22896
+ },
22897
+ {
22898
+ "kind": "Reference",
22899
+ "text": "RadioGroup",
22900
+ "canonicalReference": "@fluentui/web-components!RadioGroup:class"
22901
+ },
22902
+ {
22903
+ "kind": "Content",
22904
+ "text": ">"
22905
+ }
22906
+ ],
22907
+ "isReadonly": true,
22908
+ "releaseTag": "Public",
22909
+ "name": "RadioGroupDefinition",
22910
+ "variableTypeTokenRange": {
22911
+ "startIndex": 1,
22912
+ "endIndex": 6
22913
+ }
22914
+ },
22915
+ {
22916
+ "kind": "TypeAlias",
22917
+ "canonicalReference": "@fluentui/web-components!RadioGroupOrientation:type",
22918
+ "docComment": "/**\n * Types of Radio Group orientation\n *\n * @public\n */\n",
22919
+ "excerptTokens": [
22920
+ {
22921
+ "kind": "Content",
22922
+ "text": "export declare type RadioGroupOrientation = "
21656
22923
  },
21657
22924
  {
21658
22925
  "kind": "Reference",
21659
- "text": "FASTElementDefinition",
21660
- "canonicalReference": "@microsoft/fast-element!FASTElementDefinition:class"
22926
+ "text": "ValuesOf",
22927
+ "canonicalReference": "@fluentui/web-components!~ValuesOf:type"
21661
22928
  },
21662
22929
  {
21663
22930
  "kind": "Content",
@@ -21665,20 +22932,45 @@
21665
22932
  },
21666
22933
  {
21667
22934
  "kind": "Reference",
21668
- "text": "RadioGroup",
21669
- "canonicalReference": "@fluentui/web-components!RadioGroup:class"
22935
+ "text": "RadioGroupOrientation",
22936
+ "canonicalReference": "@fluentui/web-components!RadioGroupOrientation:var"
21670
22937
  },
21671
22938
  {
21672
22939
  "kind": "Content",
21673
22940
  "text": ">"
22941
+ },
22942
+ {
22943
+ "kind": "Content",
22944
+ "text": ";"
22945
+ }
22946
+ ],
22947
+ "releaseTag": "Public",
22948
+ "name": "RadioGroupOrientation",
22949
+ "typeTokenRange": {
22950
+ "startIndex": 1,
22951
+ "endIndex": 5
22952
+ }
22953
+ },
22954
+ {
22955
+ "kind": "Variable",
22956
+ "canonicalReference": "@fluentui/web-components!RadioGroupOrientation:var",
22957
+ "docComment": "/**\n * Radio Group orientation\n *\n * @public\n */\n",
22958
+ "excerptTokens": [
22959
+ {
22960
+ "kind": "Content",
22961
+ "text": "RadioGroupOrientation: "
22962
+ },
22963
+ {
22964
+ "kind": "Content",
22965
+ "text": "{\n readonly horizontal: \"horizontal\"; /**\n * Radio Group orientation\n * @public\n */\n readonly vertical: \"vertical\";\n}"
21674
22966
  }
21675
22967
  ],
21676
22968
  "isReadonly": true,
21677
22969
  "releaseTag": "Public",
21678
- "name": "RadioGroupDefinition",
22970
+ "name": "RadioGroupOrientation",
21679
22971
  "variableTypeTokenRange": {
21680
22972
  "startIndex": 1,
21681
- "endIndex": 6
22973
+ "endIndex": 2
21682
22974
  }
21683
22975
  },
21684
22976
  {
@@ -23994,8 +25286,8 @@
23994
25286
  },
23995
25287
  {
23996
25288
  "kind": "Reference",
23997
- "text": "ProgressRing",
23998
- "canonicalReference": "@fluentui/web-components!~ProgressRing:class"
25289
+ "text": "BaseProgress",
25290
+ "canonicalReference": "@fluentui/web-components!~BaseProgress:class"
23999
25291
  },
24000
25292
  {
24001
25293
  "kind": "Content",
@@ -24174,6 +25466,49 @@
24174
25466
  "endIndex": 6
24175
25467
  }
24176
25468
  },
25469
+ {
25470
+ "kind": "TypeAlias",
25471
+ "canonicalReference": "@fluentui/web-components!SpinnerOptions:type",
25472
+ "docComment": "/**\n * Progress configuration options\n *\n * @public\n */\n",
25473
+ "excerptTokens": [
25474
+ {
25475
+ "kind": "Content",
25476
+ "text": "export declare type SpinnerOptions = "
25477
+ },
25478
+ {
25479
+ "kind": "Content",
25480
+ "text": "{\n indeterminateIndicator?: "
25481
+ },
25482
+ {
25483
+ "kind": "Reference",
25484
+ "text": "StaticallyComposableHTML",
25485
+ "canonicalReference": "@fluentui/web-components!~StaticallyComposableHTML:type"
25486
+ },
25487
+ {
25488
+ "kind": "Content",
25489
+ "text": "<"
25490
+ },
25491
+ {
25492
+ "kind": "Reference",
25493
+ "text": "Spinner",
25494
+ "canonicalReference": "@fluentui/web-components!Spinner:class"
25495
+ },
25496
+ {
25497
+ "kind": "Content",
25498
+ "text": ">;\n}"
25499
+ },
25500
+ {
25501
+ "kind": "Content",
25502
+ "text": ";"
25503
+ }
25504
+ ],
25505
+ "releaseTag": "Public",
25506
+ "name": "SpinnerOptions",
25507
+ "typeTokenRange": {
25508
+ "startIndex": 1,
25509
+ "endIndex": 6
25510
+ }
25511
+ },
24177
25512
  {
24178
25513
  "kind": "TypeAlias",
24179
25514
  "canonicalReference": "@fluentui/web-components!SpinnerSize:type",
@@ -25116,7 +26451,7 @@
25116
26451
  {
25117
26452
  "kind": "Reference",
25118
26453
  "text": "BaseTabs",
25119
- "canonicalReference": "@fluentui/web-components!BaseTabs:class"
26454
+ "canonicalReference": "@fluentui/web-components!~BaseTabs:class"
25120
26455
  },
25121
26456
  {
25122
26457
  "kind": "Content",
@@ -26159,106 +27494,6 @@
26159
27494
  "endIndex": 6
26160
27495
  }
26161
27496
  },
26162
- {
26163
- "kind": "TypeAlias",
26164
- "canonicalReference": "@fluentui/web-components!TextFieldOptions:type",
26165
- "docComment": "",
26166
- "excerptTokens": [
26167
- {
26168
- "kind": "Content",
26169
- "text": "export declare type TextFieldOptions = "
26170
- },
26171
- {
26172
- "kind": "Reference",
26173
- "text": "StartEndOptions",
26174
- "canonicalReference": "@fluentui/web-components!~StartEndOptions:type"
26175
- },
26176
- {
26177
- "kind": "Content",
26178
- "text": "<"
26179
- },
26180
- {
26181
- "kind": "Reference",
26182
- "text": "TextInput",
26183
- "canonicalReference": "@fluentui/web-components!TextInput:class"
26184
- },
26185
- {
26186
- "kind": "Content",
26187
- "text": ">"
26188
- },
26189
- {
26190
- "kind": "Content",
26191
- "text": ";"
26192
- }
26193
- ],
26194
- "releaseTag": "Public",
26195
- "name": "TextFieldOptions",
26196
- "typeTokenRange": {
26197
- "startIndex": 1,
26198
- "endIndex": 5
26199
- }
26200
- },
26201
- {
26202
- "kind": "TypeAlias",
26203
- "canonicalReference": "@fluentui/web-components!TextFieldType:type",
26204
- "docComment": "/**\n * Types for the text field sub-types\n *\n * @public\n */\n",
26205
- "excerptTokens": [
26206
- {
26207
- "kind": "Content",
26208
- "text": "export declare type TextFieldType = "
26209
- },
26210
- {
26211
- "kind": "Reference",
26212
- "text": "ValuesOf",
26213
- "canonicalReference": "@fluentui/web-components!~ValuesOf:type"
26214
- },
26215
- {
26216
- "kind": "Content",
26217
- "text": "<typeof "
26218
- },
26219
- {
26220
- "kind": "Reference",
26221
- "text": "TextFieldType",
26222
- "canonicalReference": "@fluentui/web-components!TextFieldType:var"
26223
- },
26224
- {
26225
- "kind": "Content",
26226
- "text": ">"
26227
- },
26228
- {
26229
- "kind": "Content",
26230
- "text": ";"
26231
- }
26232
- ],
26233
- "releaseTag": "Public",
26234
- "name": "TextFieldType",
26235
- "typeTokenRange": {
26236
- "startIndex": 1,
26237
- "endIndex": 5
26238
- }
26239
- },
26240
- {
26241
- "kind": "Variable",
26242
- "canonicalReference": "@fluentui/web-components!TextFieldType:var",
26243
- "docComment": "/**\n * Text field sub-types\n *\n * @public\n */\n",
26244
- "excerptTokens": [
26245
- {
26246
- "kind": "Content",
26247
- "text": "TextFieldType: "
26248
- },
26249
- {
26250
- "kind": "Content",
26251
- "text": "{\n readonly email: \"email\";\n readonly password: \"password\";\n readonly tel: \"tel\";\n readonly text: \"text\";\n readonly url: \"url\";\n}"
26252
- }
26253
- ],
26254
- "isReadonly": true,
26255
- "releaseTag": "Public",
26256
- "name": "TextFieldType",
26257
- "variableTypeTokenRange": {
26258
- "startIndex": 1,
26259
- "endIndex": 2
26260
- }
26261
- },
26262
27497
  {
26263
27498
  "kind": "TypeAlias",
26264
27499
  "canonicalReference": "@fluentui/web-components!TextFont:type",
@@ -26975,8 +28210,8 @@
26975
28210
  },
26976
28211
  {
26977
28212
  "kind": "Reference",
26978
- "text": "TextFieldType",
26979
- "canonicalReference": "@fluentui/web-components!TextFieldType:type"
28213
+ "text": "TextInputType",
28214
+ "canonicalReference": "@fluentui/web-components!TextInputType:type"
26980
28215
  },
26981
28216
  {
26982
28217
  "kind": "Content",
@@ -27052,7 +28287,7 @@
27052
28287
  {
27053
28288
  "kind": "Reference",
27054
28289
  "text": "DelegatesARIATextbox",
27055
- "canonicalReference": "@fluentui/web-components!DelegatesARIATextbox:class"
28290
+ "canonicalReference": "@fluentui/web-components!~DelegatesARIATextbox:class"
27056
28291
  },
27057
28292
  {
27058
28293
  "kind": "Content",
@@ -27236,6 +28471,45 @@
27236
28471
  "endIndex": 6
27237
28472
  }
27238
28473
  },
28474
+ {
28475
+ "kind": "TypeAlias",
28476
+ "canonicalReference": "@fluentui/web-components!TextInputOptions:type",
28477
+ "docComment": "",
28478
+ "excerptTokens": [
28479
+ {
28480
+ "kind": "Content",
28481
+ "text": "export declare type TextInputOptions = "
28482
+ },
28483
+ {
28484
+ "kind": "Reference",
28485
+ "text": "StartEndOptions",
28486
+ "canonicalReference": "@fluentui/web-components!~StartEndOptions:type"
28487
+ },
28488
+ {
28489
+ "kind": "Content",
28490
+ "text": "<"
28491
+ },
28492
+ {
28493
+ "kind": "Reference",
28494
+ "text": "TextInput",
28495
+ "canonicalReference": "@fluentui/web-components!TextInput:class"
28496
+ },
28497
+ {
28498
+ "kind": "Content",
28499
+ "text": ">"
28500
+ },
28501
+ {
28502
+ "kind": "Content",
28503
+ "text": ";"
28504
+ }
28505
+ ],
28506
+ "releaseTag": "Public",
28507
+ "name": "TextInputOptions",
28508
+ "typeTokenRange": {
28509
+ "startIndex": 1,
28510
+ "endIndex": 5
28511
+ }
28512
+ },
27239
28513
  {
27240
28514
  "kind": "Variable",
27241
28515
  "canonicalReference": "@fluentui/web-components!TextInputStyles:var",
@@ -27263,6 +28537,67 @@
27263
28537
  "endIndex": 3
27264
28538
  }
27265
28539
  },
28540
+ {
28541
+ "kind": "TypeAlias",
28542
+ "canonicalReference": "@fluentui/web-components!TextInputType:type",
28543
+ "docComment": "/**\n * Types for the text field sub-types\n *\n * @public\n */\n",
28544
+ "excerptTokens": [
28545
+ {
28546
+ "kind": "Content",
28547
+ "text": "export declare type TextInputType = "
28548
+ },
28549
+ {
28550
+ "kind": "Reference",
28551
+ "text": "ValuesOf",
28552
+ "canonicalReference": "@fluentui/web-components!~ValuesOf:type"
28553
+ },
28554
+ {
28555
+ "kind": "Content",
28556
+ "text": "<typeof "
28557
+ },
28558
+ {
28559
+ "kind": "Reference",
28560
+ "text": "TextInputType",
28561
+ "canonicalReference": "@fluentui/web-components!TextInputType:var"
28562
+ },
28563
+ {
28564
+ "kind": "Content",
28565
+ "text": ">"
28566
+ },
28567
+ {
28568
+ "kind": "Content",
28569
+ "text": ";"
28570
+ }
28571
+ ],
28572
+ "releaseTag": "Public",
28573
+ "name": "TextInputType",
28574
+ "typeTokenRange": {
28575
+ "startIndex": 1,
28576
+ "endIndex": 5
28577
+ }
28578
+ },
28579
+ {
28580
+ "kind": "Variable",
28581
+ "canonicalReference": "@fluentui/web-components!TextInputType:var",
28582
+ "docComment": "/**\n * Text field sub-types\n *\n * @public\n */\n",
28583
+ "excerptTokens": [
28584
+ {
28585
+ "kind": "Content",
28586
+ "text": "TextInputType: "
28587
+ },
28588
+ {
28589
+ "kind": "Content",
28590
+ "text": "{\n readonly email: \"email\";\n readonly password: \"password\";\n readonly tel: \"tel\";\n readonly text: \"text\";\n readonly url: \"url\";\n}"
28591
+ }
28592
+ ],
28593
+ "isReadonly": true,
28594
+ "releaseTag": "Public",
28595
+ "name": "TextInputType",
28596
+ "variableTypeTokenRange": {
28597
+ "startIndex": 1,
28598
+ "endIndex": 2
28599
+ }
28600
+ },
27266
28601
  {
27267
28602
  "kind": "TypeAlias",
27268
28603
  "canonicalReference": "@fluentui/web-components!TextSize:type",