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

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (91) hide show
  1. package/CHANGELOG.md +11 -2
  2. package/dist/dts/accordion/accordion.options.d.ts +2 -2
  3. package/dist/dts/accordion-item/accordion-item.d.ts +1 -4
  4. package/dist/dts/accordion-item/accordion-item.template.d.ts +1 -1
  5. package/dist/dts/accordion-item/index.d.ts +2 -1
  6. package/dist/dts/anchor-button/index.d.ts +3 -2
  7. package/dist/dts/button/index.d.ts +4 -3
  8. package/dist/dts/checkbox/checkbox.d.ts +0 -3
  9. package/dist/dts/checkbox/index.d.ts +4 -3
  10. package/dist/dts/dialog/dialog.d.ts +14 -15
  11. package/dist/dts/divider/divider.d.ts +4 -7
  12. package/dist/dts/index-rollup.d.ts +29 -35
  13. package/dist/dts/index.d.ts +49 -34
  14. package/dist/dts/label/label.d.ts +0 -2
  15. package/dist/dts/menu/menu.d.ts +27 -25
  16. package/dist/dts/menu-button/index.d.ts +4 -3
  17. package/dist/dts/menu-button/menu-button.options.d.ts +1 -1
  18. package/dist/dts/menu-item/index.d.ts +4 -3
  19. package/dist/dts/progress-bar/index.d.ts +3 -2
  20. package/dist/dts/radio/index.d.ts +2 -1
  21. package/dist/dts/slider/index.d.ts +3 -2
  22. package/dist/dts/spinner/spinner.d.ts +0 -2
  23. package/dist/dts/switch/index.d.ts +3 -2
  24. package/dist/dts/switch/switch.d.ts +0 -1
  25. package/dist/dts/tab/index.d.ts +4 -3
  26. package/dist/dts/tab/tab.template.d.ts +1 -1
  27. package/dist/dts/tabs/index.d.ts +4 -3
  28. package/dist/dts/tabs/tabs.d.ts +13 -9
  29. package/dist/dts/text-input/text-input.d.ts +0 -2
  30. package/dist/dts/theme/design-tokens.d.ts +1744 -0
  31. package/dist/dts/theme/set-theme.d.ts +5 -1
  32. package/dist/dts/toggle-button/index.d.ts +4 -3
  33. package/dist/dts/toggle-button/toggle-button.options.d.ts +1 -1
  34. package/dist/esm/accordion/accordion.options.js +1 -1
  35. package/dist/esm/accordion-item/accordion-item.js +0 -1
  36. package/dist/esm/accordion-item/accordion-item.js.map +1 -1
  37. package/dist/esm/accordion-item/index.js.map +1 -1
  38. package/dist/esm/anchor-button/index.js +2 -2
  39. package/dist/esm/anchor-button/index.js.map +1 -1
  40. package/dist/esm/button/index.js +3 -3
  41. package/dist/esm/button/index.js.map +1 -1
  42. package/dist/esm/checkbox/checkbox.js.map +1 -1
  43. package/dist/esm/checkbox/index.js +2 -2
  44. package/dist/esm/checkbox/index.js.map +1 -1
  45. package/dist/esm/dialog/dialog.js +14 -15
  46. package/dist/esm/dialog/dialog.js.map +1 -1
  47. package/dist/esm/divider/divider.js +1 -1
  48. package/dist/esm/divider/divider.js.map +1 -1
  49. package/dist/esm/index-rollup.js +29 -35
  50. package/dist/esm/index-rollup.js.map +1 -1
  51. package/dist/esm/index.js +33 -33
  52. package/dist/esm/index.js.map +1 -1
  53. package/dist/esm/label/label.js.map +1 -1
  54. package/dist/esm/menu/menu.js +25 -23
  55. package/dist/esm/menu/menu.js.map +1 -1
  56. package/dist/esm/menu-button/index.js +2 -2
  57. package/dist/esm/menu-button/index.js.map +1 -1
  58. package/dist/esm/menu-item/index.js +2 -2
  59. package/dist/esm/menu-item/index.js.map +1 -1
  60. package/dist/esm/menu-list/menu-list.js +2 -1
  61. package/dist/esm/menu-list/menu-list.js.map +1 -1
  62. package/dist/esm/progress-bar/index.js +2 -2
  63. package/dist/esm/progress-bar/index.js.map +1 -1
  64. package/dist/esm/radio/index.js +1 -1
  65. package/dist/esm/radio/index.js.map +1 -1
  66. package/dist/esm/slider/index.js +1 -1
  67. package/dist/esm/slider/index.js.map +1 -1
  68. package/dist/esm/spinner/spinner.js.map +1 -1
  69. package/dist/esm/switch/index.js +1 -1
  70. package/dist/esm/switch/index.js.map +1 -1
  71. package/dist/esm/switch/switch.js.map +1 -1
  72. package/dist/esm/tab/index.js +2 -2
  73. package/dist/esm/tab/index.js.map +1 -1
  74. package/dist/esm/tabs/index.js +2 -2
  75. package/dist/esm/tabs/index.js.map +1 -1
  76. package/dist/esm/tabs/tabs.js +13 -9
  77. package/dist/esm/tabs/tabs.js.map +1 -1
  78. package/dist/esm/text-input/text-input.js.map +1 -1
  79. package/dist/esm/theme/design-tokens.js +1744 -0
  80. package/dist/esm/theme/design-tokens.js.map +1 -1
  81. package/dist/esm/theme/set-theme.js +5 -1
  82. package/dist/esm/theme/set-theme.js.map +1 -1
  83. package/dist/esm/toggle-button/index.js +3 -3
  84. package/dist/esm/toggle-button/index.js.map +1 -1
  85. package/dist/fluent-web-components.api.json +504 -659
  86. package/dist/web-components.d.ts +1813 -76
  87. package/dist/web-components.js +1178 -2026
  88. package/dist/web-components.min.js +263 -263
  89. package/docs/api-report.md +602 -448
  90. package/package.json +6 -3
  91. package/tsdoc.json +44 -0
@@ -50,9 +50,10 @@ export const AccordionExpandMode: {
50
50
  // @public
51
51
  export type AccordionExpandMode = ValuesOf<typeof AccordionExpandMode>;
52
52
 
53
+ // Warning: (ae-different-release-tags) This symbol has another declaration with a different release tag
53
54
  // Warning: (ae-internal-mixed-release-tag) Mixed release tags are not allowed for "AccordionItem" because one of its declarations is marked as @internal
54
55
  //
55
- // @public
56
+ // @public (undocumented)
56
57
  export class AccordionItem extends FASTElement {
57
58
  block: boolean;
58
59
  // @internal (undocumented)
@@ -76,6 +77,8 @@ export interface AccordionItem extends StartEnd {
76
77
  // @public (undocumented)
77
78
  export const accordionItemDefinition: FASTElementDefinition<typeof AccordionItem>;
78
79
 
80
+ // Warning: (ae-missing-release-tag) "AccordionItemExpandIconPosition" is part of the package's API, but it is missing a release tag (@alpha, @beta, @public, or @internal)
81
+ //
79
82
  // @public
80
83
  export const AccordionItemExpandIconPosition: {
81
84
  readonly start: "start";
@@ -93,6 +96,8 @@ export type AccordionItemOptions = StartEndOptions<AccordionItem> & {
93
96
  collapsedIcon?: StaticallyComposableHTML<AccordionItem>;
94
97
  };
95
98
 
99
+ // Warning: (ae-missing-release-tag) "AccordionItemSize" is part of the package's API, but it is missing a release tag (@alpha, @beta, @public, or @internal)
100
+ //
96
101
  // @public
97
102
  export const AccordionItemSize: {
98
103
  readonly small: "small";
@@ -104,18 +109,25 @@ export const AccordionItemSize: {
104
109
  // @public
105
110
  export type AccordionItemSize = ValuesOf<typeof AccordionItemSize>;
106
111
 
112
+ // Warning: (ae-missing-release-tag) "styles" is part of the package's API, but it is missing a release tag (@alpha, @beta, @public, or @internal)
113
+ //
107
114
  // @public (undocumented)
108
115
  export const accordionItemStyles: ElementStyles;
109
116
 
110
117
  // @public
111
118
  export const accordionItemTemplate: ElementViewTemplate<AccordionItem>;
112
119
 
120
+ // Warning: (ae-missing-release-tag) "styles" is part of the package's API, but it is missing a release tag (@alpha, @beta, @public, or @internal)
121
+ //
113
122
  // @public (undocumented)
114
123
  export const accordionStyles: ElementStyles;
115
124
 
125
+ // Warning: (ae-missing-release-tag) "template" is part of the package's API, but it is missing a release tag (@alpha, @beta, @public, or @internal)
126
+ //
116
127
  // @public (undocumented)
117
128
  export const accordionTemplate: ElementViewTemplate<Accordion>;
118
129
 
130
+ // Warning: (ae-different-release-tags) This symbol has another declaration with a different release tag
119
131
  // Warning: (ae-internal-mixed-release-tag) Mixed release tags are not allowed for "AnchorButton" because one of its declarations is marked as @internal
120
132
  //
121
133
  // @public
@@ -222,6 +234,9 @@ export class Avatar extends FASTElement {
222
234
  size?: AvatarSize | undefined;
223
235
  }
224
236
 
237
+ // Warning: (ae-missing-release-tag) "AvatarActive" is part of the package's API, but it is missing a release tag (@alpha, @beta, @public, or @internal)
238
+ // Warning: (ae-missing-release-tag) "AvatarActive" is part of the package's API, but it is missing a release tag (@alpha, @beta, @public, or @internal)
239
+ //
225
240
  // @public
226
241
  export const AvatarActive: {
227
242
  readonly active: "active";
@@ -231,6 +246,9 @@ export const AvatarActive: {
231
246
  // @public
232
247
  export type AvatarActive = ValuesOf<typeof AvatarActive>;
233
248
 
249
+ // Warning: (ae-missing-release-tag) "AvatarAppearance" is part of the package's API, but it is missing a release tag (@alpha, @beta, @public, or @internal)
250
+ // Warning: (ae-missing-release-tag) "AvatarAppearance" is part of the package's API, but it is missing a release tag (@alpha, @beta, @public, or @internal)
251
+ //
234
252
  // @public
235
253
  export const AvatarAppearance: {
236
254
  readonly ring: "ring";
@@ -241,6 +259,9 @@ export const AvatarAppearance: {
241
259
  // @public
242
260
  export type AvatarAppearance = ValuesOf<typeof AvatarAppearance>;
243
261
 
262
+ // Warning: (ae-missing-release-tag) "AvatarColor" is part of the package's API, but it is missing a release tag (@alpha, @beta, @public, or @internal)
263
+ // Warning: (ae-missing-release-tag) "AvatarColor" is part of the package's API, but it is missing a release tag (@alpha, @beta, @public, or @internal)
264
+ //
244
265
  // @public
245
266
  export const AvatarColor: {
246
267
  readonly darkRed: "dark-red";
@@ -284,6 +305,8 @@ export type AvatarColor = ValuesOf<typeof AvatarColor>;
284
305
  // @public
285
306
  export const AvatarDefinition: FASTElementDefinition<typeof Avatar>;
286
307
 
308
+ // Warning: (ae-missing-release-tag) "AvatarNamedColor" is part of the package's API, but it is missing a release tag (@alpha, @beta, @public, or @internal)
309
+ //
287
310
  // @public
288
311
  export const AvatarNamedColor: {
289
312
  readonly darkRed: "dark-red";
@@ -321,6 +344,9 @@ export const AvatarNamedColor: {
321
344
  // @public
322
345
  export type AvatarNamedColor = ValuesOf<typeof AvatarNamedColor>;
323
346
 
347
+ // Warning: (ae-missing-release-tag) "AvatarShape" is part of the package's API, but it is missing a release tag (@alpha, @beta, @public, or @internal)
348
+ // Warning: (ae-missing-release-tag) "AvatarShape" is part of the package's API, but it is missing a release tag (@alpha, @beta, @public, or @internal)
349
+ //
324
350
  // @public
325
351
  export const AvatarShape: {
326
352
  readonly circular: "circular";
@@ -354,9 +380,12 @@ export type AvatarSize = ValuesOf<typeof AvatarSize>;
354
380
  // @public
355
381
  export const AvatarStyles: ElementStyles;
356
382
 
383
+ // Warning: (ae-missing-release-tag) "template" is part of the package's API, but it is missing a release tag (@alpha, @beta, @public, or @internal)
384
+ //
357
385
  // @public (undocumented)
358
386
  export const AvatarTemplate: ElementViewTemplate<Avatar>;
359
387
 
388
+ // Warning: (ae-different-release-tags) This symbol has another declaration with a different release tag
360
389
  // Warning: (ae-internal-mixed-release-tag) Mixed release tags are not allowed for "Badge" because one of its declarations is marked as @internal
361
390
  //
362
391
  // @public
@@ -426,27 +455,30 @@ export type BadgeSize = ValuesOf<typeof BadgeSize>;
426
455
  // @public
427
456
  export const BadgeStyles: ElementStyles;
428
457
 
458
+ // Warning: (ae-missing-release-tag) "template" is part of the package's API, but it is missing a release tag (@alpha, @beta, @public, or @internal)
459
+ //
429
460
  // @public (undocumented)
430
461
  export const BadgeTemplate: ElementViewTemplate<Badge>;
431
462
 
432
- // @public (undocumented)
463
+ // @public
433
464
  export const borderRadiusCircular = "var(--borderRadiusCircular)";
434
465
 
435
- // @public (undocumented)
466
+ // @public
436
467
  export const borderRadiusLarge = "var(--borderRadiusLarge)";
437
468
 
438
- // @public (undocumented)
469
+ // @public
439
470
  export const borderRadiusMedium = "var(--borderRadiusMedium)";
440
471
 
441
- // @public (undocumented)
472
+ // @public
442
473
  export const borderRadiusNone = "var(--borderRadiusNone)";
443
474
 
444
- // @public (undocumented)
475
+ // @public
445
476
  export const borderRadiusSmall = "var(--borderRadiusSmall)";
446
477
 
447
- // @public (undocumented)
478
+ // @public
448
479
  export const borderRadiusXLarge = "var(--borderRadiusXLarge)";
449
480
 
481
+ // Warning: (ae-different-release-tags) This symbol has another declaration with a different release tag
450
482
  // Warning: (ae-internal-mixed-release-tag) Mixed release tags are not allowed for "Button" because one of its declarations is marked as @internal
451
483
  //
452
484
  // @public
@@ -572,6 +604,7 @@ export class Checkbox extends FormAssociatedCheckbox {
572
604
  initialValue: string;
573
605
  // @internal (undocumented)
574
606
  keypressHandler: (e: KeyboardEvent) => void;
607
+ // Warning: (ae-forgotten-export) The symbol "CheckboxLabelPosition" needs to be exported by the entry point index.d.ts
575
608
  labelPosition?: CheckboxLabelPosition;
576
609
  shape?: CheckboxShape;
577
610
  size?: CheckboxSize;
@@ -580,21 +613,14 @@ export class Checkbox extends FormAssociatedCheckbox {
580
613
  // @public
581
614
  export const CheckboxDefinition: FASTElementDefinition<typeof Checkbox>;
582
615
 
583
- // @public
584
- export const CheckboxLabelPosition: {
585
- readonly before: "before";
586
- readonly after: "after";
587
- };
588
-
589
- // @public (undocumented)
590
- export type CheckboxLabelPosition = ValuesOf<typeof CheckboxLabelPosition>;
591
-
592
616
  // @public
593
617
  export type CheckboxOptions = {
594
618
  checkedIndicator?: StaticallyComposableHTML<Checkbox>;
595
619
  indeterminateIndicator?: StaticallyComposableHTML<Checkbox>;
596
620
  };
597
621
 
622
+ // Warning: (ae-missing-release-tag) "CheckboxShape" is part of the package's API, but it is missing a release tag (@alpha, @beta, @public, or @internal)
623
+ //
598
624
  // @public
599
625
  export const CheckboxShape: {
600
626
  readonly circular: "circular";
@@ -604,6 +630,8 @@ export const CheckboxShape: {
604
630
  // @public (undocumented)
605
631
  export type CheckboxShape = ValuesOf<typeof CheckboxShape>;
606
632
 
633
+ // Warning: (ae-missing-release-tag) "CheckboxSize" is part of the package's API, but it is missing a release tag (@alpha, @beta, @public, or @internal)
634
+ //
607
635
  // @public
608
636
  export const CheckboxSize: {
609
637
  readonly medium: "medium";
@@ -619,1048 +647,1048 @@ export const CheckboxStyles: ElementStyles;
619
647
  // @public
620
648
  export const CheckboxTemplate: ElementViewTemplate<Checkbox>;
621
649
 
622
- // @public (undocumented)
650
+ // @public
623
651
  export const colorBackgroundOverlay = "var(--colorBackgroundOverlay)";
624
652
 
625
- // @public (undocumented)
653
+ // @public
626
654
  export const colorBrandBackground = "var(--colorBrandBackground)";
627
655
 
628
- // @public (undocumented)
656
+ // @public
629
657
  export const colorBrandBackground2 = "var(--colorBrandBackground2)";
630
658
 
631
- // @public (undocumented)
659
+ // @public
632
660
  export const colorBrandBackground2Hover = "var(--colorBrandBackground2Hover)";
633
661
 
634
- // @public (undocumented)
662
+ // @public
635
663
  export const colorBrandBackground2Pressed = "var(--colorBrandBackground2Pressed)";
636
664
 
637
- // @public (undocumented)
665
+ // @public
638
666
  export const colorBrandBackground3Static = "var(--colorBrandBackground3Static)";
639
667
 
640
- // @public (undocumented)
668
+ // @public
641
669
  export const colorBrandBackground4Static = "var(--colorBrandBackground4Static)";
642
670
 
643
- // @public (undocumented)
671
+ // @public
644
672
  export const colorBrandBackgroundHover = "var(--colorBrandBackgroundHover)";
645
673
 
646
- // @public (undocumented)
674
+ // @public
647
675
  export const colorBrandBackgroundInverted = "var(--colorBrandBackgroundInverted)";
648
676
 
649
- // @public (undocumented)
677
+ // @public
650
678
  export const colorBrandBackgroundInvertedHover = "var(--colorBrandBackgroundInvertedHover)";
651
679
 
652
- // @public (undocumented)
680
+ // @public
653
681
  export const colorBrandBackgroundInvertedPressed = "var(--colorBrandBackgroundInvertedPressed)";
654
682
 
655
- // @public (undocumented)
683
+ // @public
656
684
  export const colorBrandBackgroundInvertedSelected = "var(--colorBrandBackgroundInvertedSelected)";
657
685
 
658
- // @public (undocumented)
686
+ // @public
659
687
  export const colorBrandBackgroundPressed = "var(--colorBrandBackgroundPressed)";
660
688
 
661
- // @public (undocumented)
689
+ // @public
662
690
  export const colorBrandBackgroundSelected = "var(--colorBrandBackgroundSelected)";
663
691
 
664
- // @public (undocumented)
692
+ // @public
665
693
  export const colorBrandBackgroundStatic = "var(--colorBrandBackgroundStatic)";
666
694
 
667
- // @public (undocumented)
695
+ // @public
668
696
  export const colorBrandForeground1 = "var(--colorBrandForeground1)";
669
697
 
670
- // @public (undocumented)
698
+ // @public
671
699
  export const colorBrandForeground2 = "var(--colorBrandForeground2)";
672
700
 
673
- // @public (undocumented)
701
+ // @public
674
702
  export const colorBrandForeground2Hover = "var(--colorBrandForeground2Hover)";
675
703
 
676
- // @public (undocumented)
704
+ // @public
677
705
  export const colorBrandForeground2Pressed = "var(--colorBrandForeground2Pressed)";
678
706
 
679
- // @public (undocumented)
707
+ // @public
680
708
  export const colorBrandForegroundInverted = "var(--colorBrandForegroundInverted)";
681
709
 
682
- // @public (undocumented)
710
+ // @public
683
711
  export const colorBrandForegroundInvertedHover = "var(--colorBrandForegroundInvertedHover)";
684
712
 
685
- // @public (undocumented)
713
+ // @public
686
714
  export const colorBrandForegroundInvertedPressed = "var(--colorBrandForegroundInvertedPressed)";
687
715
 
688
- // @public (undocumented)
716
+ // @public
689
717
  export const colorBrandForegroundLink = "var(--colorBrandForegroundLink)";
690
718
 
691
- // @public (undocumented)
719
+ // @public
692
720
  export const colorBrandForegroundLinkHover = "var(--colorBrandForegroundLinkHover)";
693
721
 
694
- // @public (undocumented)
722
+ // @public
695
723
  export const colorBrandForegroundLinkPressed = "var(--colorBrandForegroundLinkPressed)";
696
724
 
697
- // @public (undocumented)
725
+ // @public
698
726
  export const colorBrandForegroundLinkSelected = "var(--colorBrandForegroundLinkSelected)";
699
727
 
700
- // @public (undocumented)
728
+ // @public
701
729
  export const colorBrandForegroundOnLight = "var(--colorBrandForegroundOnLight)";
702
730
 
703
- // @public (undocumented)
731
+ // @public
704
732
  export const colorBrandForegroundOnLightHover = "var(--colorBrandForegroundOnLightHover)";
705
733
 
706
- // @public (undocumented)
734
+ // @public
707
735
  export const colorBrandForegroundOnLightPressed = "var(--colorBrandForegroundOnLightPressed)";
708
736
 
709
- // @public (undocumented)
737
+ // @public
710
738
  export const colorBrandForegroundOnLightSelected = "var(--colorBrandForegroundOnLightSelected)";
711
739
 
712
- // @public (undocumented)
740
+ // @public
713
741
  export const colorBrandShadowAmbient = "var(--colorBrandShadowAmbient)";
714
742
 
715
- // @public (undocumented)
743
+ // @public
716
744
  export const colorBrandShadowKey = "var(--colorBrandShadowKey)";
717
745
 
718
- // @public (undocumented)
746
+ // @public
719
747
  export const colorBrandStroke1 = "var(--colorBrandStroke1)";
720
748
 
721
- // @public (undocumented)
749
+ // @public
722
750
  export const colorBrandStroke2 = "var(--colorBrandStroke2)";
723
751
 
724
- // @public (undocumented)
752
+ // @public
725
753
  export const colorBrandStroke2Contrast = "var(--colorBrandStroke2Contrast)";
726
754
 
727
- // @public (undocumented)
755
+ // @public
728
756
  export const colorBrandStroke2Hover = "var(--colorBrandStroke2Hover)";
729
757
 
730
- // @public (undocumented)
758
+ // @public
731
759
  export const colorBrandStroke2Pressed = "var(--colorBrandStroke2Pressed)";
732
760
 
733
- // @public (undocumented)
761
+ // @public
734
762
  export const colorCompoundBrandBackground = "var(--colorCompoundBrandBackground)";
735
763
 
736
- // @public (undocumented)
764
+ // @public
737
765
  export const colorCompoundBrandBackgroundHover = "var(--colorCompoundBrandBackgroundHover)";
738
766
 
739
- // @public (undocumented)
767
+ // @public
740
768
  export const colorCompoundBrandBackgroundPressed = "var(--colorCompoundBrandBackgroundPressed)";
741
769
 
742
- // @public (undocumented)
770
+ // @public
743
771
  export const colorCompoundBrandForeground1 = "var(--colorCompoundBrandForeground1)";
744
772
 
745
- // @public (undocumented)
773
+ // @public
746
774
  export const colorCompoundBrandForeground1Hover = "var(--colorCompoundBrandForeground1Hover)";
747
775
 
748
- // @public (undocumented)
776
+ // @public
749
777
  export const colorCompoundBrandForeground1Pressed = "var(--colorCompoundBrandForeground1Pressed)";
750
778
 
751
- // @public (undocumented)
779
+ // @public
752
780
  export const colorCompoundBrandStroke = "var(--colorCompoundBrandStroke)";
753
781
 
754
- // @public (undocumented)
782
+ // @public
755
783
  export const colorCompoundBrandStrokeHover = "var(--colorCompoundBrandStrokeHover)";
756
784
 
757
- // @public (undocumented)
785
+ // @public
758
786
  export const colorCompoundBrandStrokePressed = "var(--colorCompoundBrandStrokePressed)";
759
787
 
760
- // @public (undocumented)
788
+ // @public
761
789
  export const colorNeutralBackground1 = "var(--colorNeutralBackground1)";
762
790
 
763
- // @public (undocumented)
791
+ // @public
764
792
  export const colorNeutralBackground1Hover = "var(--colorNeutralBackground1Hover)";
765
793
 
766
- // @public (undocumented)
794
+ // @public
767
795
  export const colorNeutralBackground1Pressed = "var(--colorNeutralBackground1Pressed)";
768
796
 
769
- // @public (undocumented)
797
+ // @public
770
798
  export const colorNeutralBackground1Selected = "var(--colorNeutralBackground1Selected)";
771
799
 
772
- // @public (undocumented)
800
+ // @public
773
801
  export const colorNeutralBackground2 = "var(--colorNeutralBackground2)";
774
802
 
775
- // @public (undocumented)
803
+ // @public
776
804
  export const colorNeutralBackground2Hover = "var(--colorNeutralBackground2Hover)";
777
805
 
778
- // @public (undocumented)
806
+ // @public
779
807
  export const colorNeutralBackground2Pressed = "var(--colorNeutralBackground2Pressed)";
780
808
 
781
- // @public (undocumented)
809
+ // @public
782
810
  export const colorNeutralBackground2Selected = "var(--colorNeutralBackground2Selected)";
783
811
 
784
- // @public (undocumented)
812
+ // @public
785
813
  export const colorNeutralBackground3 = "var(--colorNeutralBackground3)";
786
814
 
787
- // @public (undocumented)
815
+ // @public
788
816
  export const colorNeutralBackground3Hover = "var(--colorNeutralBackground3Hover)";
789
817
 
790
- // @public (undocumented)
818
+ // @public
791
819
  export const colorNeutralBackground3Pressed = "var(--colorNeutralBackground3Pressed)";
792
820
 
793
- // @public (undocumented)
821
+ // @public
794
822
  export const colorNeutralBackground3Selected = "var(--colorNeutralBackground3Selected)";
795
823
 
796
- // @public (undocumented)
824
+ // @public
797
825
  export const colorNeutralBackground4 = "var(--colorNeutralBackground4)";
798
826
 
799
- // @public (undocumented)
827
+ // @public
800
828
  export const colorNeutralBackground4Hover = "var(--colorNeutralBackground4Hover)";
801
829
 
802
- // @public (undocumented)
830
+ // @public
803
831
  export const colorNeutralBackground4Pressed = "var(--colorNeutralBackground4Pressed)";
804
832
 
805
- // @public (undocumented)
833
+ // @public
806
834
  export const colorNeutralBackground4Selected = "var(--colorNeutralBackground4Selected)";
807
835
 
808
- // @public (undocumented)
836
+ // @public
809
837
  export const colorNeutralBackground5 = "var(--colorNeutralBackground5)";
810
838
 
811
- // @public (undocumented)
839
+ // @public
812
840
  export const colorNeutralBackground5Hover = "var(--colorNeutralBackground5Hover)";
813
841
 
814
- // @public (undocumented)
842
+ // @public
815
843
  export const colorNeutralBackground5Pressed = "var(--colorNeutralBackground5Pressed)";
816
844
 
817
- // @public (undocumented)
845
+ // @public
818
846
  export const colorNeutralBackground5Selected = "var(--colorNeutralBackground5Selected)";
819
847
 
820
- // @public (undocumented)
848
+ // @public
821
849
  export const colorNeutralBackground6 = "var(--colorNeutralBackground6)";
822
850
 
823
- // @public (undocumented)
851
+ // @public
824
852
  export const colorNeutralBackgroundAlpha = "var(--colorNeutralBackgroundAlpha)";
825
853
 
826
- // @public (undocumented)
854
+ // @public
827
855
  export const colorNeutralBackgroundAlpha2 = "var(--colorNeutralBackgroundAlpha2)";
828
856
 
829
- // @public (undocumented)
857
+ // @public
830
858
  export const colorNeutralBackgroundDisabled = "var(--colorNeutralBackgroundDisabled)";
831
859
 
832
- // @public (undocumented)
860
+ // @public
833
861
  export const colorNeutralBackgroundInverted = "var(--colorNeutralBackgroundInverted)";
834
862
 
835
- // @public (undocumented)
863
+ // @public
836
864
  export const colorNeutralBackgroundInvertedDisabled = "var(--colorNeutralBackgroundInvertedDisabled)";
837
865
 
838
- // @public (undocumented)
866
+ // @public
839
867
  export const colorNeutralBackgroundStatic = "var(--colorNeutralBackgroundStatic)";
840
868
 
841
- // @public (undocumented)
869
+ // @public
842
870
  export const colorNeutralCardBackground = "var(--colorNeutralCardBackground)";
843
871
 
844
- // @public (undocumented)
872
+ // @public
845
873
  export const colorNeutralCardBackgroundDisabled = "var(--colorNeutralCardBackgroundDisabled)";
846
874
 
847
- // @public (undocumented)
875
+ // @public
848
876
  export const colorNeutralCardBackgroundHover = "var(--colorNeutralCardBackgroundHover)";
849
877
 
850
- // @public (undocumented)
878
+ // @public
851
879
  export const colorNeutralCardBackgroundPressed = "var(--colorNeutralCardBackgroundPressed)";
852
880
 
853
- // @public (undocumented)
881
+ // @public
854
882
  export const colorNeutralCardBackgroundSelected = "var(--colorNeutralCardBackgroundSelected)";
855
883
 
856
- // @public (undocumented)
884
+ // @public
857
885
  export const colorNeutralForeground1 = "var(--colorNeutralForeground1)";
858
886
 
859
- // @public (undocumented)
887
+ // @public
860
888
  export const colorNeutralForeground1Hover = "var(--colorNeutralForeground1Hover)";
861
889
 
862
- // @public (undocumented)
890
+ // @public
863
891
  export const colorNeutralForeground1Pressed = "var(--colorNeutralForeground1Pressed)";
864
892
 
865
- // @public (undocumented)
893
+ // @public
866
894
  export const colorNeutralForeground1Selected = "var(--colorNeutralForeground1Selected)";
867
895
 
868
- // @public (undocumented)
896
+ // @public
869
897
  export const colorNeutralForeground1Static = "var(--colorNeutralForeground1Static)";
870
898
 
871
- // @public (undocumented)
899
+ // @public
872
900
  export const colorNeutralForeground2 = "var(--colorNeutralForeground2)";
873
901
 
874
- // @public (undocumented)
902
+ // @public
875
903
  export const colorNeutralForeground2BrandHover = "var(--colorNeutralForeground2BrandHover)";
876
904
 
877
- // @public (undocumented)
905
+ // @public
878
906
  export const colorNeutralForeground2BrandPressed = "var(--colorNeutralForeground2BrandPressed)";
879
907
 
880
- // @public (undocumented)
908
+ // @public
881
909
  export const colorNeutralForeground2BrandSelected = "var(--colorNeutralForeground2BrandSelected)";
882
910
 
883
- // @public (undocumented)
911
+ // @public
884
912
  export const colorNeutralForeground2Hover = "var(--colorNeutralForeground2Hover)";
885
913
 
886
- // @public (undocumented)
914
+ // @public
887
915
  export const colorNeutralForeground2Link = "var(--colorNeutralForeground2Link)";
888
916
 
889
- // @public (undocumented)
917
+ // @public
890
918
  export const colorNeutralForeground2LinkHover = "var(--colorNeutralForeground2LinkHover)";
891
919
 
892
- // @public (undocumented)
920
+ // @public
893
921
  export const colorNeutralForeground2LinkPressed = "var(--colorNeutralForeground2LinkPressed)";
894
922
 
895
- // @public (undocumented)
923
+ // @public
896
924
  export const colorNeutralForeground2LinkSelected = "var(--colorNeutralForeground2LinkSelected)";
897
925
 
898
- // @public (undocumented)
926
+ // @public
899
927
  export const colorNeutralForeground2Pressed = "var(--colorNeutralForeground2Pressed)";
900
928
 
901
- // @public (undocumented)
929
+ // @public
902
930
  export const colorNeutralForeground2Selected = "var(--colorNeutralForeground2Selected)";
903
931
 
904
- // @public (undocumented)
932
+ // @public
905
933
  export const colorNeutralForeground3 = "var(--colorNeutralForeground3)";
906
934
 
907
- // @public (undocumented)
935
+ // @public
908
936
  export const colorNeutralForeground3BrandHover = "var(--colorNeutralForeground3BrandHover)";
909
937
 
910
- // @public (undocumented)
938
+ // @public
911
939
  export const colorNeutralForeground3BrandPressed = "var(--colorNeutralForeground3BrandPressed)";
912
940
 
913
- // @public (undocumented)
941
+ // @public
914
942
  export const colorNeutralForeground3BrandSelected = "var(--colorNeutralForeground3BrandSelected)";
915
943
 
916
- // @public (undocumented)
944
+ // @public
917
945
  export const colorNeutralForeground3Hover = "var(--colorNeutralForeground3Hover)";
918
946
 
919
- // @public (undocumented)
947
+ // @public
920
948
  export const colorNeutralForeground3Pressed = "var(--colorNeutralForeground3Pressed)";
921
949
 
922
- // @public (undocumented)
950
+ // @public
923
951
  export const colorNeutralForeground3Selected = "var(--colorNeutralForeground3Selected)";
924
952
 
925
- // @public (undocumented)
953
+ // @public
926
954
  export const colorNeutralForeground4 = "var(--colorNeutralForeground4)";
927
955
 
928
- // @public (undocumented)
956
+ // @public
929
957
  export const colorNeutralForegroundDisabled = "var(--colorNeutralForegroundDisabled)";
930
958
 
931
- // @public (undocumented)
959
+ // @public
932
960
  export const colorNeutralForegroundInverted = "var(--colorNeutralForegroundInverted)";
933
961
 
934
- // @public (undocumented)
962
+ // @public
935
963
  export const colorNeutralForegroundInverted2 = "var(--colorNeutralForegroundInverted2)";
936
964
 
937
- // @public (undocumented)
965
+ // @public
938
966
  export const colorNeutralForegroundInvertedDisabled = "var(--colorNeutralForegroundInvertedDisabled)";
939
967
 
940
- // @public (undocumented)
968
+ // @public
941
969
  export const colorNeutralForegroundInvertedHover = "var(--colorNeutralForegroundInvertedHover)";
942
970
 
943
- // @public (undocumented)
971
+ // @public
944
972
  export const colorNeutralForegroundInvertedLink = "var(--colorNeutralForegroundInvertedLink)";
945
973
 
946
- // @public (undocumented)
974
+ // @public
947
975
  export const colorNeutralForegroundInvertedLinkHover = "var(--colorNeutralForegroundInvertedLinkHover)";
948
976
 
949
- // @public (undocumented)
977
+ // @public
950
978
  export const colorNeutralForegroundInvertedLinkPressed = "var(--colorNeutralForegroundInvertedLinkPressed)";
951
979
 
952
- // @public (undocumented)
980
+ // @public
953
981
  export const colorNeutralForegroundInvertedLinkSelected = "var(--colorNeutralForegroundInvertedLinkSelected)";
954
982
 
955
- // @public (undocumented)
983
+ // @public
956
984
  export const colorNeutralForegroundInvertedPressed = "var(--colorNeutralForegroundInvertedPressed)";
957
985
 
958
- // @public (undocumented)
986
+ // @public
959
987
  export const colorNeutralForegroundInvertedSelected = "var(--colorNeutralForegroundInvertedSelected)";
960
988
 
961
- // @public (undocumented)
989
+ // @public
962
990
  export const colorNeutralForegroundOnBrand = "var(--colorNeutralForegroundOnBrand)";
963
991
 
964
- // @public (undocumented)
992
+ // @public
965
993
  export const colorNeutralForegroundStaticInverted = "var(--colorNeutralForegroundStaticInverted)";
966
994
 
967
- // @public (undocumented)
995
+ // @public
968
996
  export const colorNeutralShadowAmbient = "var(--colorNeutralShadowAmbient)";
969
997
 
970
- // @public (undocumented)
998
+ // @public
971
999
  export const colorNeutralShadowAmbientDarker = "var(--colorNeutralShadowAmbientDarker)";
972
1000
 
973
- // @public (undocumented)
1001
+ // @public
974
1002
  export const colorNeutralShadowAmbientLighter = "var(--colorNeutralShadowAmbientLighter)";
975
1003
 
976
- // @public (undocumented)
1004
+ // @public
977
1005
  export const colorNeutralShadowKey = "var(--colorNeutralShadowKey)";
978
1006
 
979
- // @public (undocumented)
1007
+ // @public
980
1008
  export const colorNeutralShadowKeyDarker = "var(--colorNeutralShadowKeyDarker)";
981
1009
 
982
- // @public (undocumented)
1010
+ // @public
983
1011
  export const colorNeutralShadowKeyLighter = "var(--colorNeutralShadowKeyLighter)";
984
1012
 
985
- // @public (undocumented)
1013
+ // @public
986
1014
  export const colorNeutralStencil1 = "var(--colorNeutralStencil1)";
987
1015
 
988
- // @public (undocumented)
1016
+ // @public
989
1017
  export const colorNeutralStencil1Alpha = "var(--colorNeutralStencil1Alpha)";
990
1018
 
991
- // @public (undocumented)
1019
+ // @public
992
1020
  export const colorNeutralStencil2 = "var(--colorNeutralStencil2)";
993
1021
 
994
- // @public (undocumented)
1022
+ // @public
995
1023
  export const colorNeutralStencil2Alpha = "var(--colorNeutralStencil2Alpha)";
996
1024
 
997
- // @public (undocumented)
1025
+ // @public
998
1026
  export const colorNeutralStroke1 = "var(--colorNeutralStroke1)";
999
1027
 
1000
- // @public (undocumented)
1028
+ // @public
1001
1029
  export const colorNeutralStroke1Hover = "var(--colorNeutralStroke1Hover)";
1002
1030
 
1003
- // @public (undocumented)
1031
+ // @public
1004
1032
  export const colorNeutralStroke1Pressed = "var(--colorNeutralStroke1Pressed)";
1005
1033
 
1006
- // @public (undocumented)
1034
+ // @public
1007
1035
  export const colorNeutralStroke1Selected = "var(--colorNeutralStroke1Selected)";
1008
1036
 
1009
- // @public (undocumented)
1037
+ // @public
1010
1038
  export const colorNeutralStroke2 = "var(--colorNeutralStroke2)";
1011
1039
 
1012
- // @public (undocumented)
1040
+ // @public
1013
1041
  export const colorNeutralStroke3 = "var(--colorNeutralStroke3)";
1014
1042
 
1015
- // @public (undocumented)
1043
+ // @public
1016
1044
  export const colorNeutralStrokeAccessible = "var(--colorNeutralStrokeAccessible)";
1017
1045
 
1018
- // @public (undocumented)
1046
+ // @public
1019
1047
  export const colorNeutralStrokeAccessibleHover = "var(--colorNeutralStrokeAccessibleHover)";
1020
1048
 
1021
- // @public (undocumented)
1049
+ // @public
1022
1050
  export const colorNeutralStrokeAccessiblePressed = "var(--colorNeutralStrokeAccessiblePressed)";
1023
1051
 
1024
- // @public (undocumented)
1052
+ // @public
1025
1053
  export const colorNeutralStrokeAccessibleSelected = "var(--colorNeutralStrokeAccessibleSelected)";
1026
1054
 
1027
- // @public (undocumented)
1055
+ // @public
1028
1056
  export const colorNeutralStrokeAlpha = "var(--colorNeutralStrokeAlpha)";
1029
1057
 
1030
- // @public (undocumented)
1058
+ // @public
1031
1059
  export const colorNeutralStrokeAlpha2 = "var(--colorNeutralStrokeAlpha2)";
1032
1060
 
1033
- // @public (undocumented)
1061
+ // @public
1034
1062
  export const colorNeutralStrokeDisabled = "var(--colorNeutralStrokeDisabled)";
1035
1063
 
1036
- // @public (undocumented)
1064
+ // @public
1037
1065
  export const colorNeutralStrokeInvertedDisabled = "var(--colorNeutralStrokeInvertedDisabled)";
1038
1066
 
1039
- // @public (undocumented)
1067
+ // @public
1040
1068
  export const colorNeutralStrokeOnBrand = "var(--colorNeutralStrokeOnBrand)";
1041
1069
 
1042
- // @public (undocumented)
1070
+ // @public
1043
1071
  export const colorNeutralStrokeOnBrand2 = "var(--colorNeutralStrokeOnBrand2)";
1044
1072
 
1045
- // @public (undocumented)
1073
+ // @public
1046
1074
  export const colorNeutralStrokeOnBrand2Hover = "var(--colorNeutralStrokeOnBrand2Hover)";
1047
1075
 
1048
- // @public (undocumented)
1076
+ // @public
1049
1077
  export const colorNeutralStrokeOnBrand2Pressed = "var(--colorNeutralStrokeOnBrand2Pressed)";
1050
1078
 
1051
- // @public (undocumented)
1079
+ // @public
1052
1080
  export const colorNeutralStrokeOnBrand2Selected = "var(--colorNeutralStrokeOnBrand2Selected)";
1053
1081
 
1054
- // @public (undocumented)
1082
+ // @public
1055
1083
  export const colorNeutralStrokeSubtle = "var(--colorNeutralStrokeSubtle)";
1056
1084
 
1057
- // @public (undocumented)
1085
+ // @public
1058
1086
  export const colorPaletteAnchorBackground2 = "var(--colorPaletteAnchorBackground2)";
1059
1087
 
1060
- // @public (undocumented)
1088
+ // @public
1061
1089
  export const colorPaletteAnchorBorderActive = "var(--colorPaletteAnchorBorderActive)";
1062
1090
 
1063
- // @public (undocumented)
1091
+ // @public
1064
1092
  export const colorPaletteAnchorForeground2 = "var(--colorPaletteAnchorForeground2)";
1065
1093
 
1066
- // @public (undocumented)
1094
+ // @public
1067
1095
  export const colorPaletteBeigeBackground2 = "var(--colorPaletteBeigeBackground2)";
1068
1096
 
1069
- // @public (undocumented)
1097
+ // @public
1070
1098
  export const colorPaletteBeigeBorderActive = "var(--colorPaletteBeigeBorderActive)";
1071
1099
 
1072
- // @public (undocumented)
1100
+ // @public
1073
1101
  export const colorPaletteBeigeForeground2 = "var(--colorPaletteBeigeForeground2)";
1074
1102
 
1075
- // @public (undocumented)
1103
+ // @public
1076
1104
  export const colorPaletteBerryBackground1 = "var(--colorPaletteBerryBackground1)";
1077
1105
 
1078
- // @public (undocumented)
1106
+ // @public
1079
1107
  export const colorPaletteBerryBackground2 = "var(--colorPaletteBerryBackground2)";
1080
1108
 
1081
- // @public (undocumented)
1109
+ // @public
1082
1110
  export const colorPaletteBerryBackground3 = "var(--colorPaletteBerryBackground3)";
1083
1111
 
1084
- // @public (undocumented)
1112
+ // @public
1085
1113
  export const colorPaletteBerryBorder1 = "var(--colorPaletteBerryBorder1)";
1086
1114
 
1087
- // @public (undocumented)
1115
+ // @public
1088
1116
  export const colorPaletteBerryBorder2 = "var(--colorPaletteBerryBorder2)";
1089
1117
 
1090
- // @public (undocumented)
1118
+ // @public
1091
1119
  export const colorPaletteBerryBorderActive = "var(--colorPaletteBerryBorderActive)";
1092
1120
 
1093
- // @public (undocumented)
1121
+ // @public
1094
1122
  export const colorPaletteBerryForeground1 = "var(--colorPaletteBerryForeground1)";
1095
1123
 
1096
- // @public (undocumented)
1124
+ // @public
1097
1125
  export const colorPaletteBerryForeground2 = "var(--colorPaletteBerryForeground2)";
1098
1126
 
1099
- // @public (undocumented)
1127
+ // @public
1100
1128
  export const colorPaletteBerryForeground3 = "var(--colorPaletteBerryForeground3)";
1101
1129
 
1102
- // @public (undocumented)
1130
+ // @public
1103
1131
  export const colorPaletteBlueBackground2 = "var(--colorPaletteBlueBackground2)";
1104
1132
 
1105
- // @public (undocumented)
1133
+ // @public
1106
1134
  export const colorPaletteBlueBorderActive = "var(--colorPaletteBlueBorderActive)";
1107
1135
 
1108
- // @public (undocumented)
1136
+ // @public
1109
1137
  export const colorPaletteBlueForeground2 = "var(--colorPaletteBlueForeground2)";
1110
1138
 
1111
- // @public (undocumented)
1139
+ // @public
1112
1140
  export const colorPaletteBrassBackground2 = "var(--colorPaletteBrassBackground2)";
1113
1141
 
1114
- // @public (undocumented)
1142
+ // @public
1115
1143
  export const colorPaletteBrassBorderActive = "var(--colorPaletteBrassBorderActive)";
1116
1144
 
1117
- // @public (undocumented)
1145
+ // @public
1118
1146
  export const colorPaletteBrassForeground2 = "var(--colorPaletteBrassForeground2)";
1119
1147
 
1120
- // @public (undocumented)
1148
+ // @public
1121
1149
  export const colorPaletteBrownBackground2 = "var(--colorPaletteBrownBackground2)";
1122
1150
 
1123
- // @public (undocumented)
1151
+ // @public
1124
1152
  export const colorPaletteBrownBorderActive = "var(--colorPaletteBrownBorderActive)";
1125
1153
 
1126
- // @public (undocumented)
1154
+ // @public
1127
1155
  export const colorPaletteBrownForeground2 = "var(--colorPaletteBrownForeground2)";
1128
1156
 
1129
- // @public (undocumented)
1157
+ // @public
1130
1158
  export const colorPaletteCornflowerBackground2 = "var(--colorPaletteCornflowerBackground2)";
1131
1159
 
1132
- // @public (undocumented)
1160
+ // @public
1133
1161
  export const colorPaletteCornflowerBorderActive = "var(--colorPaletteCornflowerBorderActive)";
1134
1162
 
1135
- // @public (undocumented)
1163
+ // @public
1136
1164
  export const colorPaletteCornflowerForeground2 = "var(--colorPaletteCornflowerForeground2)";
1137
1165
 
1138
- // @public (undocumented)
1166
+ // @public
1139
1167
  export const colorPaletteCranberryBackground2 = "var(--colorPaletteCranberryBackground2)";
1140
1168
 
1141
- // @public (undocumented)
1169
+ // @public
1142
1170
  export const colorPaletteCranberryBorderActive = "var(--colorPaletteCranberryBorderActive)";
1143
1171
 
1144
- // @public (undocumented)
1172
+ // @public
1145
1173
  export const colorPaletteCranberryForeground2 = "var(--colorPaletteCranberryForeground2)";
1146
1174
 
1147
- // @public (undocumented)
1175
+ // @public
1148
1176
  export const colorPaletteDarkGreenBackground2 = "var(--colorPaletteDarkGreenBackground2)";
1149
1177
 
1150
- // @public (undocumented)
1178
+ // @public
1151
1179
  export const colorPaletteDarkGreenBorderActive = "var(--colorPaletteDarkGreenBorderActive)";
1152
1180
 
1153
- // @public (undocumented)
1181
+ // @public
1154
1182
  export const colorPaletteDarkGreenForeground2 = "var(--colorPaletteDarkGreenForeground2)";
1155
1183
 
1156
- // @public (undocumented)
1184
+ // @public
1157
1185
  export const colorPaletteDarkOrangeBackground1 = "var(--colorPaletteDarkOrangeBackground1)";
1158
1186
 
1159
- // @public (undocumented)
1187
+ // @public
1160
1188
  export const colorPaletteDarkOrangeBackground2 = "var(--colorPaletteDarkOrangeBackground2)";
1161
1189
 
1162
- // @public (undocumented)
1190
+ // @public
1163
1191
  export const colorPaletteDarkOrangeBackground3 = "var(--colorPaletteDarkOrangeBackground3)";
1164
1192
 
1165
- // @public (undocumented)
1193
+ // @public
1166
1194
  export const colorPaletteDarkOrangeBorder1 = "var(--colorPaletteDarkOrangeBorder1)";
1167
1195
 
1168
- // @public (undocumented)
1196
+ // @public
1169
1197
  export const colorPaletteDarkOrangeBorder2 = "var(--colorPaletteDarkOrangeBorder2)";
1170
1198
 
1171
- // @public (undocumented)
1199
+ // @public
1172
1200
  export const colorPaletteDarkOrangeBorderActive = "var(--colorPaletteDarkOrangeBorderActive)";
1173
1201
 
1174
- // @public (undocumented)
1202
+ // @public
1175
1203
  export const colorPaletteDarkOrangeForeground1 = "var(--colorPaletteDarkOrangeForeground1)";
1176
1204
 
1177
- // @public (undocumented)
1205
+ // @public
1178
1206
  export const colorPaletteDarkOrangeForeground2 = "var(--colorPaletteDarkOrangeForeground2)";
1179
1207
 
1180
- // @public (undocumented)
1208
+ // @public
1181
1209
  export const colorPaletteDarkOrangeForeground3 = "var(--colorPaletteDarkOrangeForeground3)";
1182
1210
 
1183
- // @public (undocumented)
1211
+ // @public
1184
1212
  export const colorPaletteDarkRedBackground2 = "var(--colorPaletteDarkRedBackground2)";
1185
1213
 
1186
- // @public (undocumented)
1214
+ // @public
1187
1215
  export const colorPaletteDarkRedBorderActive = "var(--colorPaletteDarkRedBorderActive)";
1188
1216
 
1189
- // @public (undocumented)
1217
+ // @public
1190
1218
  export const colorPaletteDarkRedForeground2 = "var(--colorPaletteDarkRedForeground2)";
1191
1219
 
1192
- // @public (undocumented)
1220
+ // @public
1193
1221
  export const colorPaletteForestBackground2 = "var(--colorPaletteForestBackground2)";
1194
1222
 
1195
- // @public (undocumented)
1223
+ // @public
1196
1224
  export const colorPaletteForestBorderActive = "var(--colorPaletteForestBorderActive)";
1197
1225
 
1198
- // @public (undocumented)
1226
+ // @public
1199
1227
  export const colorPaletteForestForeground2 = "var(--colorPaletteForestForeground2)";
1200
1228
 
1201
- // @public (undocumented)
1229
+ // @public
1202
1230
  export const colorPaletteGoldBackground2 = "var(--colorPaletteGoldBackground2)";
1203
1231
 
1204
- // @public (undocumented)
1232
+ // @public
1205
1233
  export const colorPaletteGoldBorderActive = "var(--colorPaletteGoldBorderActive)";
1206
1234
 
1207
- // @public (undocumented)
1235
+ // @public
1208
1236
  export const colorPaletteGoldForeground2 = "var(--colorPaletteGoldForeground2)";
1209
1237
 
1210
- // @public (undocumented)
1238
+ // @public
1211
1239
  export const colorPaletteGrapeBackground2 = "var(--colorPaletteGrapeBackground2)";
1212
1240
 
1213
- // @public (undocumented)
1241
+ // @public
1214
1242
  export const colorPaletteGrapeBorderActive = "var(--colorPaletteGrapeBorderActive)";
1215
1243
 
1216
- // @public (undocumented)
1244
+ // @public
1217
1245
  export const colorPaletteGrapeForeground2 = "var(--colorPaletteGrapeForeground2)";
1218
1246
 
1219
- // @public (undocumented)
1247
+ // @public
1220
1248
  export const colorPaletteGreenBackground1 = "var(--colorPaletteGreenBackground1)";
1221
1249
 
1222
- // @public (undocumented)
1250
+ // @public
1223
1251
  export const colorPaletteGreenBackground2 = "var(--colorPaletteGreenBackground2)";
1224
1252
 
1225
- // @public (undocumented)
1253
+ // @public
1226
1254
  export const colorPaletteGreenBackground3 = "var(--colorPaletteGreenBackground3)";
1227
1255
 
1228
- // @public (undocumented)
1256
+ // @public
1229
1257
  export const colorPaletteGreenBorder1 = "var(--colorPaletteGreenBorder1)";
1230
1258
 
1231
- // @public (undocumented)
1259
+ // @public
1232
1260
  export const colorPaletteGreenBorder2 = "var(--colorPaletteGreenBorder2)";
1233
1261
 
1234
- // @public (undocumented)
1262
+ // @public
1235
1263
  export const colorPaletteGreenBorderActive = "var(--colorPaletteGreenBorderActive)";
1236
1264
 
1237
- // @public (undocumented)
1265
+ // @public
1238
1266
  export const colorPaletteGreenForeground1 = "var(--colorPaletteGreenForeground1)";
1239
1267
 
1240
- // @public (undocumented)
1268
+ // @public
1241
1269
  export const colorPaletteGreenForeground2 = "var(--colorPaletteGreenForeground2)";
1242
1270
 
1243
- // @public (undocumented)
1271
+ // @public
1244
1272
  export const colorPaletteGreenForeground3 = "var(--colorPaletteGreenForeground3)";
1245
1273
 
1246
- // @public (undocumented)
1274
+ // @public
1247
1275
  export const colorPaletteGreenForegroundInverted = "var(--colorPaletteGreenForegroundInverted)";
1248
1276
 
1249
- // @public (undocumented)
1277
+ // @public
1250
1278
  export const colorPaletteLavenderBackground2 = "var(--colorPaletteLavenderBackground2)";
1251
1279
 
1252
- // @public (undocumented)
1280
+ // @public
1253
1281
  export const colorPaletteLavenderBorderActive = "var(--colorPaletteLavenderBorderActive)";
1254
1282
 
1255
- // @public (undocumented)
1283
+ // @public
1256
1284
  export const colorPaletteLavenderForeground2 = "var(--colorPaletteLavenderForeground2)";
1257
1285
 
1258
- // @public (undocumented)
1286
+ // @public
1259
1287
  export const colorPaletteLightGreenBackground1 = "var(--colorPaletteLightGreenBackground1)";
1260
1288
 
1261
- // @public (undocumented)
1289
+ // @public
1262
1290
  export const colorPaletteLightGreenBackground2 = "var(--colorPaletteLightGreenBackground2)";
1263
1291
 
1264
- // @public (undocumented)
1292
+ // @public
1265
1293
  export const colorPaletteLightGreenBackground3 = "var(--colorPaletteLightGreenBackground3)";
1266
1294
 
1267
- // @public (undocumented)
1295
+ // @public
1268
1296
  export const colorPaletteLightGreenBorder1 = "var(--colorPaletteLightGreenBorder1)";
1269
1297
 
1270
- // @public (undocumented)
1298
+ // @public
1271
1299
  export const colorPaletteLightGreenBorder2 = "var(--colorPaletteLightGreenBorder2)";
1272
1300
 
1273
- // @public (undocumented)
1301
+ // @public
1274
1302
  export const colorPaletteLightGreenBorderActive = "var(--colorPaletteLightGreenBorderActive)";
1275
1303
 
1276
- // @public (undocumented)
1304
+ // @public
1277
1305
  export const colorPaletteLightGreenForeground1 = "var(--colorPaletteLightGreenForeground1)";
1278
1306
 
1279
- // @public (undocumented)
1307
+ // @public
1280
1308
  export const colorPaletteLightGreenForeground2 = "var(--colorPaletteLightGreenForeground2)";
1281
1309
 
1282
- // @public (undocumented)
1310
+ // @public
1283
1311
  export const colorPaletteLightGreenForeground3 = "var(--colorPaletteLightGreenForeground3)";
1284
1312
 
1285
- // @public (undocumented)
1313
+ // @public
1286
1314
  export const colorPaletteLightTealBackground2 = "var(--colorPaletteLightTealBackground2)";
1287
1315
 
1288
- // @public (undocumented)
1316
+ // @public
1289
1317
  export const colorPaletteLightTealBorderActive = "var(--colorPaletteLightTealBorderActive)";
1290
1318
 
1291
- // @public (undocumented)
1319
+ // @public
1292
1320
  export const colorPaletteLightTealForeground2 = "var(--colorPaletteLightTealForeground2)";
1293
1321
 
1294
- // @public (undocumented)
1322
+ // @public
1295
1323
  export const colorPaletteLilacBackground2 = "var(--colorPaletteLilacBackground2)";
1296
1324
 
1297
- // @public (undocumented)
1325
+ // @public
1298
1326
  export const colorPaletteLilacBorderActive = "var(--colorPaletteLilacBorderActive)";
1299
1327
 
1300
- // @public (undocumented)
1328
+ // @public
1301
1329
  export const colorPaletteLilacForeground2 = "var(--colorPaletteLilacForeground2)";
1302
1330
 
1303
- // @public (undocumented)
1331
+ // @public
1304
1332
  export const colorPaletteMagentaBackground2 = "var(--colorPaletteMagentaBackground2)";
1305
1333
 
1306
- // @public (undocumented)
1334
+ // @public
1307
1335
  export const colorPaletteMagentaBorderActive = "var(--colorPaletteMagentaBorderActive)";
1308
1336
 
1309
- // @public (undocumented)
1337
+ // @public
1310
1338
  export const colorPaletteMagentaForeground2 = "var(--colorPaletteMagentaForeground2)";
1311
1339
 
1312
- // @public (undocumented)
1340
+ // @public
1313
1341
  export const colorPaletteMarigoldBackground1 = "var(--colorPaletteMarigoldBackground1)";
1314
1342
 
1315
- // @public (undocumented)
1343
+ // @public
1316
1344
  export const colorPaletteMarigoldBackground2 = "var(--colorPaletteMarigoldBackground2)";
1317
1345
 
1318
- // @public (undocumented)
1346
+ // @public
1319
1347
  export const colorPaletteMarigoldBackground3 = "var(--colorPaletteMarigoldBackground3)";
1320
1348
 
1321
- // @public (undocumented)
1349
+ // @public
1322
1350
  export const colorPaletteMarigoldBorder1 = "var(--colorPaletteMarigoldBorder1)";
1323
1351
 
1324
- // @public (undocumented)
1352
+ // @public
1325
1353
  export const colorPaletteMarigoldBorder2 = "var(--colorPaletteMarigoldBorder2)";
1326
1354
 
1327
- // @public (undocumented)
1355
+ // @public
1328
1356
  export const colorPaletteMarigoldBorderActive = "var(--colorPaletteMarigoldBorderActive)";
1329
1357
 
1330
- // @public (undocumented)
1358
+ // @public
1331
1359
  export const colorPaletteMarigoldForeground1 = "var(--colorPaletteMarigoldForeground1)";
1332
1360
 
1333
- // @public (undocumented)
1361
+ // @public
1334
1362
  export const colorPaletteMarigoldForeground2 = "var(--colorPaletteMarigoldForeground2)";
1335
1363
 
1336
- // @public (undocumented)
1364
+ // @public
1337
1365
  export const colorPaletteMarigoldForeground3 = "var(--colorPaletteMarigoldForeground3)";
1338
1366
 
1339
- // @public (undocumented)
1367
+ // @public
1340
1368
  export const colorPaletteMinkBackground2 = "var(--colorPaletteMinkBackground2)";
1341
1369
 
1342
- // @public (undocumented)
1370
+ // @public
1343
1371
  export const colorPaletteMinkBorderActive = "var(--colorPaletteMinkBorderActive)";
1344
1372
 
1345
- // @public (undocumented)
1373
+ // @public
1346
1374
  export const colorPaletteMinkForeground2 = "var(--colorPaletteMinkForeground2)";
1347
1375
 
1348
- // @public (undocumented)
1376
+ // @public
1349
1377
  export const colorPaletteNavyBackground2 = "var(--colorPaletteNavyBackground2)";
1350
1378
 
1351
- // @public (undocumented)
1379
+ // @public
1352
1380
  export const colorPaletteNavyBorderActive = "var(--colorPaletteNavyBorderActive)";
1353
1381
 
1354
- // @public (undocumented)
1382
+ // @public
1355
1383
  export const colorPaletteNavyForeground2 = "var(--colorPaletteNavyForeground2)";
1356
1384
 
1357
- // @public (undocumented)
1385
+ // @public
1358
1386
  export const colorPalettePeachBackground2 = "var(--colorPalettePeachBackground2)";
1359
1387
 
1360
- // @public (undocumented)
1388
+ // @public
1361
1389
  export const colorPalettePeachBorderActive = "var(--colorPalettePeachBorderActive)";
1362
1390
 
1363
- // @public (undocumented)
1391
+ // @public
1364
1392
  export const colorPalettePeachForeground2 = "var(--colorPalettePeachForeground2)";
1365
1393
 
1366
- // @public (undocumented)
1394
+ // @public
1367
1395
  export const colorPalettePinkBackground2 = "var(--colorPalettePinkBackground2)";
1368
1396
 
1369
- // @public (undocumented)
1397
+ // @public
1370
1398
  export const colorPalettePinkBorderActive = "var(--colorPalettePinkBorderActive)";
1371
1399
 
1372
- // @public (undocumented)
1400
+ // @public
1373
1401
  export const colorPalettePinkForeground2 = "var(--colorPalettePinkForeground2)";
1374
1402
 
1375
- // @public (undocumented)
1403
+ // @public
1376
1404
  export const colorPalettePlatinumBackground2 = "var(--colorPalettePlatinumBackground2)";
1377
1405
 
1378
- // @public (undocumented)
1406
+ // @public
1379
1407
  export const colorPalettePlatinumBorderActive = "var(--colorPalettePlatinumBorderActive)";
1380
1408
 
1381
- // @public (undocumented)
1409
+ // @public
1382
1410
  export const colorPalettePlatinumForeground2 = "var(--colorPalettePlatinumForeground2)";
1383
1411
 
1384
- // @public (undocumented)
1412
+ // @public
1385
1413
  export const colorPalettePlumBackground2 = "var(--colorPalettePlumBackground2)";
1386
1414
 
1387
- // @public (undocumented)
1415
+ // @public
1388
1416
  export const colorPalettePlumBorderActive = "var(--colorPalettePlumBorderActive)";
1389
1417
 
1390
- // @public (undocumented)
1418
+ // @public
1391
1419
  export const colorPalettePlumForeground2 = "var(--colorPalettePlumForeground2)";
1392
1420
 
1393
- // @public (undocumented)
1421
+ // @public
1394
1422
  export const colorPalettePumpkinBackground2 = "var(--colorPalettePumpkinBackground2)";
1395
1423
 
1396
- // @public (undocumented)
1424
+ // @public
1397
1425
  export const colorPalettePumpkinBorderActive = "var(--colorPalettePumpkinBorderActive)";
1398
1426
 
1399
- // @public (undocumented)
1427
+ // @public
1400
1428
  export const colorPalettePumpkinForeground2 = "var(--colorPalettePumpkinForeground2)";
1401
1429
 
1402
- // @public (undocumented)
1430
+ // @public
1403
1431
  export const colorPalettePurpleBackground2 = "var(--colorPalettePurpleBackground2)";
1404
1432
 
1405
- // @public (undocumented)
1433
+ // @public
1406
1434
  export const colorPalettePurpleBorderActive = "var(--colorPalettePurpleBorderActive)";
1407
1435
 
1408
- // @public (undocumented)
1436
+ // @public
1409
1437
  export const colorPalettePurpleForeground2 = "var(--colorPalettePurpleForeground2)";
1410
1438
 
1411
- // @public (undocumented)
1439
+ // @public
1412
1440
  export const colorPaletteRedBackground1 = "var(--colorPaletteRedBackground1)";
1413
1441
 
1414
- // @public (undocumented)
1442
+ // @public
1415
1443
  export const colorPaletteRedBackground2 = "var(--colorPaletteRedBackground2)";
1416
1444
 
1417
- // @public (undocumented)
1445
+ // @public
1418
1446
  export const colorPaletteRedBackground3 = "var(--colorPaletteRedBackground3)";
1419
1447
 
1420
- // @public (undocumented)
1448
+ // @public
1421
1449
  export const colorPaletteRedBorder1 = "var(--colorPaletteRedBorder1)";
1422
1450
 
1423
- // @public (undocumented)
1451
+ // @public
1424
1452
  export const colorPaletteRedBorder2 = "var(--colorPaletteRedBorder2)";
1425
1453
 
1426
- // @public (undocumented)
1454
+ // @public
1427
1455
  export const colorPaletteRedBorderActive = "var(--colorPaletteRedBorderActive)";
1428
1456
 
1429
- // @public (undocumented)
1457
+ // @public
1430
1458
  export const colorPaletteRedForeground1 = "var(--colorPaletteRedForeground1)";
1431
1459
 
1432
- // @public (undocumented)
1460
+ // @public
1433
1461
  export const colorPaletteRedForeground2 = "var(--colorPaletteRedForeground2)";
1434
1462
 
1435
- // @public (undocumented)
1463
+ // @public
1436
1464
  export const colorPaletteRedForeground3 = "var(--colorPaletteRedForeground3)";
1437
1465
 
1438
- // @public (undocumented)
1466
+ // @public
1439
1467
  export const colorPaletteRedForegroundInverted = "var(--colorPaletteRedForegroundInverted)";
1440
1468
 
1441
- // @public (undocumented)
1469
+ // @public
1442
1470
  export const colorPaletteRoyalBlueBackground2 = "var(--colorPaletteRoyalBlueBackground2)";
1443
1471
 
1444
- // @public (undocumented)
1472
+ // @public
1445
1473
  export const colorPaletteRoyalBlueBorderActive = "var(--colorPaletteRoyalBlueBorderActive)";
1446
1474
 
1447
- // @public (undocumented)
1475
+ // @public
1448
1476
  export const colorPaletteRoyalBlueForeground2 = "var(--colorPaletteRoyalBlueForeground2)";
1449
1477
 
1450
- // @public (undocumented)
1478
+ // @public
1451
1479
  export const colorPaletteSeafoamBackground2 = "var(--colorPaletteSeafoamBackground2)";
1452
1480
 
1453
- // @public (undocumented)
1481
+ // @public
1454
1482
  export const colorPaletteSeafoamBorderActive = "var(--colorPaletteSeafoamBorderActive)";
1455
1483
 
1456
- // @public (undocumented)
1484
+ // @public
1457
1485
  export const colorPaletteSeafoamForeground2 = "var(--colorPaletteSeafoamForeground2)";
1458
1486
 
1459
- // @public (undocumented)
1487
+ // @public
1460
1488
  export const colorPaletteSteelBackground2 = "var(--colorPaletteSteelBackground2)";
1461
1489
 
1462
- // @public (undocumented)
1490
+ // @public
1463
1491
  export const colorPaletteSteelBorderActive = "var(--colorPaletteSteelBorderActive)";
1464
1492
 
1465
- // @public (undocumented)
1493
+ // @public
1466
1494
  export const colorPaletteSteelForeground2 = "var(--colorPaletteSteelForeground2)";
1467
1495
 
1468
- // @public (undocumented)
1496
+ // @public
1469
1497
  export const colorPaletteTealBackground2 = "var(--colorPaletteTealBackground2)";
1470
1498
 
1471
- // @public (undocumented)
1499
+ // @public
1472
1500
  export const colorPaletteTealBorderActive = "var(--colorPaletteTealBorderActive)";
1473
1501
 
1474
- // @public (undocumented)
1502
+ // @public
1475
1503
  export const colorPaletteTealForeground2 = "var(--colorPaletteTealForeground2)";
1476
1504
 
1477
- // @public (undocumented)
1505
+ // @public
1478
1506
  export const colorPaletteYellowBackground1 = "var(--colorPaletteYellowBackground1)";
1479
1507
 
1480
- // @public (undocumented)
1508
+ // @public
1481
1509
  export const colorPaletteYellowBackground2 = "var(--colorPaletteYellowBackground2)";
1482
1510
 
1483
- // @public (undocumented)
1511
+ // @public
1484
1512
  export const colorPaletteYellowBackground3 = "var(--colorPaletteYellowBackground3)";
1485
1513
 
1486
- // @public (undocumented)
1514
+ // @public
1487
1515
  export const colorPaletteYellowBorder1 = "var(--colorPaletteYellowBorder1)";
1488
1516
 
1489
- // @public (undocumented)
1517
+ // @public
1490
1518
  export const colorPaletteYellowBorder2 = "var(--colorPaletteYellowBorder2)";
1491
1519
 
1492
- // @public (undocumented)
1520
+ // @public
1493
1521
  export const colorPaletteYellowBorderActive = "var(--colorPaletteYellowBorderActive)";
1494
1522
 
1495
- // @public (undocumented)
1523
+ // @public
1496
1524
  export const colorPaletteYellowForeground1 = "var(--colorPaletteYellowForeground1)";
1497
1525
 
1498
- // @public (undocumented)
1526
+ // @public
1499
1527
  export const colorPaletteYellowForeground2 = "var(--colorPaletteYellowForeground2)";
1500
1528
 
1501
- // @public (undocumented)
1529
+ // @public
1502
1530
  export const colorPaletteYellowForeground3 = "var(--colorPaletteYellowForeground3)";
1503
1531
 
1504
- // @public (undocumented)
1532
+ // @public
1505
1533
  export const colorPaletteYellowForegroundInverted = "var(--colorPaletteYellowForegroundInverted)";
1506
1534
 
1507
- // @public (undocumented)
1535
+ // @public
1508
1536
  export const colorScrollbarOverlay = "var(--colorScrollbarOverlay)";
1509
1537
 
1510
- // @public (undocumented)
1538
+ // @public
1511
1539
  export const colorStatusDangerBackground1 = "var(--colorStatusDangerBackground1)";
1512
1540
 
1513
- // @public (undocumented)
1541
+ // @public
1514
1542
  export const colorStatusDangerBackground2 = "var(--colorStatusDangerBackground2)";
1515
1543
 
1516
- // @public (undocumented)
1544
+ // @public
1517
1545
  export const colorStatusDangerBackground3 = "var(--colorStatusDangerBackground3)";
1518
1546
 
1519
- // @public (undocumented)
1547
+ // @public
1520
1548
  export const colorStatusDangerBackground3Hover = "var(--colorStatusDangerBackground3Hover)";
1521
1549
 
1522
- // @public (undocumented)
1550
+ // @public
1523
1551
  export const colorStatusDangerBackground3Pressed = "var(--colorStatusDangerBackground3Pressed)";
1524
1552
 
1525
- // @public (undocumented)
1553
+ // @public
1526
1554
  export const colorStatusDangerBorder1 = "var(--colorStatusDangerBorder1)";
1527
1555
 
1528
- // @public (undocumented)
1556
+ // @public
1529
1557
  export const colorStatusDangerBorder2 = "var(--colorStatusDangerBorder2)";
1530
1558
 
1531
- // @public (undocumented)
1559
+ // @public
1532
1560
  export const colorStatusDangerBorderActive = "var(--colorStatusDangerBorderActive)";
1533
1561
 
1534
- // @public (undocumented)
1562
+ // @public
1535
1563
  export const colorStatusDangerForeground1 = "var(--colorStatusDangerForeground1)";
1536
1564
 
1537
- // @public (undocumented)
1565
+ // @public
1538
1566
  export const colorStatusDangerForeground2 = "var(--colorStatusDangerForeground2)";
1539
1567
 
1540
- // @public (undocumented)
1568
+ // @public
1541
1569
  export const colorStatusDangerForeground3 = "var(--colorStatusDangerForeground3)";
1542
1570
 
1543
- // @public (undocumented)
1571
+ // @public
1544
1572
  export const colorStatusDangerForegroundInverted = "var(--colorStatusDangerForegroundInverted)";
1545
1573
 
1546
- // @public (undocumented)
1574
+ // @public
1547
1575
  export const colorStatusSuccessBackground1 = "var(--colorStatusSuccessBackground1)";
1548
1576
 
1549
- // @public (undocumented)
1577
+ // @public
1550
1578
  export const colorStatusSuccessBackground2 = "var(--colorStatusSuccessBackground2)";
1551
1579
 
1552
- // @public (undocumented)
1580
+ // @public
1553
1581
  export const colorStatusSuccessBackground3 = "var(--colorStatusSuccessBackground3)";
1554
1582
 
1555
- // @public (undocumented)
1583
+ // @public
1556
1584
  export const colorStatusSuccessBorder1 = "var(--colorStatusSuccessBorder1)";
1557
1585
 
1558
- // @public (undocumented)
1586
+ // @public
1559
1587
  export const colorStatusSuccessBorder2 = "var(--colorStatusSuccessBorder2)";
1560
1588
 
1561
- // @public (undocumented)
1589
+ // @public
1562
1590
  export const colorStatusSuccessBorderActive = "var(--colorStatusSuccessBorderActive)";
1563
1591
 
1564
- // @public (undocumented)
1592
+ // @public
1565
1593
  export const colorStatusSuccessForeground1 = "var(--colorStatusSuccessForeground1)";
1566
1594
 
1567
- // @public (undocumented)
1595
+ // @public
1568
1596
  export const colorStatusSuccessForeground2 = "var(--colorStatusSuccessForeground2)";
1569
1597
 
1570
- // @public (undocumented)
1598
+ // @public
1571
1599
  export const colorStatusSuccessForeground3 = "var(--colorStatusSuccessForeground3)";
1572
1600
 
1573
- // @public (undocumented)
1601
+ // @public
1574
1602
  export const colorStatusSuccessForegroundInverted = "var(--colorStatusSuccessForegroundInverted)";
1575
1603
 
1576
- // @public (undocumented)
1604
+ // @public
1577
1605
  export const colorStatusWarningBackground1 = "var(--colorStatusWarningBackground1)";
1578
1606
 
1579
- // @public (undocumented)
1607
+ // @public
1580
1608
  export const colorStatusWarningBackground2 = "var(--colorStatusWarningBackground2)";
1581
1609
 
1582
- // @public (undocumented)
1610
+ // @public
1583
1611
  export const colorStatusWarningBackground3 = "var(--colorStatusWarningBackground3)";
1584
1612
 
1585
- // @public (undocumented)
1613
+ // @public
1586
1614
  export const colorStatusWarningBorder1 = "var(--colorStatusWarningBorder1)";
1587
1615
 
1588
- // @public (undocumented)
1616
+ // @public
1589
1617
  export const colorStatusWarningBorder2 = "var(--colorStatusWarningBorder2)";
1590
1618
 
1591
- // @public (undocumented)
1619
+ // @public
1592
1620
  export const colorStatusWarningBorderActive = "var(--colorStatusWarningBorderActive)";
1593
1621
 
1594
- // @public (undocumented)
1622
+ // @public
1595
1623
  export const colorStatusWarningForeground1 = "var(--colorStatusWarningForeground1)";
1596
1624
 
1597
- // @public (undocumented)
1625
+ // @public
1598
1626
  export const colorStatusWarningForeground2 = "var(--colorStatusWarningForeground2)";
1599
1627
 
1600
- // @public (undocumented)
1628
+ // @public
1601
1629
  export const colorStatusWarningForeground3 = "var(--colorStatusWarningForeground3)";
1602
1630
 
1603
- // @public (undocumented)
1631
+ // @public
1604
1632
  export const colorStatusWarningForegroundInverted = "var(--colorStatusWarningForegroundInverted)";
1605
1633
 
1606
- // @public (undocumented)
1634
+ // @public
1607
1635
  export const colorStrokeFocus1 = "var(--colorStrokeFocus1)";
1608
1636
 
1609
- // @public (undocumented)
1637
+ // @public
1610
1638
  export const colorStrokeFocus2 = "var(--colorStrokeFocus2)";
1611
1639
 
1612
- // @public (undocumented)
1640
+ // @public
1613
1641
  export const colorSubtleBackground = "var(--colorSubtleBackground)";
1614
1642
 
1615
- // @public (undocumented)
1643
+ // @public
1616
1644
  export const colorSubtleBackgroundHover = "var(--colorSubtleBackgroundHover)";
1617
1645
 
1618
- // @public (undocumented)
1646
+ // @public
1619
1647
  export const colorSubtleBackgroundInverted = "var(--colorSubtleBackgroundInverted)";
1620
1648
 
1621
- // @public (undocumented)
1649
+ // @public
1622
1650
  export const colorSubtleBackgroundInvertedHover = "var(--colorSubtleBackgroundInvertedHover)";
1623
1651
 
1624
- // @public (undocumented)
1652
+ // @public
1625
1653
  export const colorSubtleBackgroundInvertedPressed = "var(--colorSubtleBackgroundInvertedPressed)";
1626
1654
 
1627
- // @public (undocumented)
1655
+ // @public
1628
1656
  export const colorSubtleBackgroundInvertedSelected = "var(--colorSubtleBackgroundInvertedSelected)";
1629
1657
 
1630
- // @public (undocumented)
1658
+ // @public
1631
1659
  export const colorSubtleBackgroundLightAlphaHover = "var(--colorSubtleBackgroundLightAlphaHover)";
1632
1660
 
1633
- // @public (undocumented)
1661
+ // @public
1634
1662
  export const colorSubtleBackgroundLightAlphaPressed = "var(--colorSubtleBackgroundLightAlphaPressed)";
1635
1663
 
1636
- // @public (undocumented)
1664
+ // @public
1637
1665
  export const colorSubtleBackgroundLightAlphaSelected = "var(--colorSubtleBackgroundLightAlphaSelected)";
1638
1666
 
1639
- // @public (undocumented)
1667
+ // @public
1640
1668
  export const colorSubtleBackgroundPressed = "var(--colorSubtleBackgroundPressed)";
1641
1669
 
1642
- // @public (undocumented)
1670
+ // @public
1643
1671
  export const colorSubtleBackgroundSelected = "var(--colorSubtleBackgroundSelected)";
1644
1672
 
1645
- // @public (undocumented)
1673
+ // @public
1646
1674
  export const colorTransparentBackground = "var(--colorTransparentBackground)";
1647
1675
 
1648
- // @public (undocumented)
1676
+ // @public
1649
1677
  export const colorTransparentBackgroundHover = "var(--colorTransparentBackgroundHover)";
1650
1678
 
1651
- // @public (undocumented)
1679
+ // @public
1652
1680
  export const colorTransparentBackgroundPressed = "var(--colorTransparentBackgroundPressed)";
1653
1681
 
1654
- // @public (undocumented)
1682
+ // @public
1655
1683
  export const colorTransparentBackgroundSelected = "var(--colorTransparentBackgroundSelected)";
1656
1684
 
1657
- // @public (undocumented)
1685
+ // @public
1658
1686
  export const colorTransparentStroke = "var(--colorTransparentStroke)";
1659
1687
 
1660
- // @public (undocumented)
1688
+ // @public
1661
1689
  export const colorTransparentStrokeDisabled = "var(--colorTransparentStrokeDisabled)";
1662
1690
 
1663
- // @public (undocumented)
1691
+ // @public
1664
1692
  export const colorTransparentStrokeInteractive = "var(--colorTransparentStrokeInteractive)";
1665
1693
 
1666
1694
  // @public
@@ -1702,12 +1730,15 @@ export const CompoundButtonSize: {
1702
1730
  // @public
1703
1731
  export type CompoundButtonSize = ValuesOf<typeof CompoundButtonSize>;
1704
1732
 
1733
+ // Warning: (ae-missing-release-tag) "styles" is part of the package's API, but it is missing a release tag (@alpha, @beta, @public, or @internal)
1734
+ //
1705
1735
  // @public (undocumented)
1706
1736
  export const CompoundButtonStyles: ElementStyles;
1707
1737
 
1708
1738
  // @public
1709
1739
  export const CompoundButtonTemplate: ElementViewTemplate<CompoundButton>;
1710
1740
 
1741
+ // Warning: (ae-different-release-tags) This symbol has another declaration with a different release tag
1711
1742
  // Warning: (ae-internal-mixed-release-tag) Mixed release tags are not allowed for "CounterBadge" because one of its declarations is marked as @internal
1712
1743
  //
1713
1744
  // @public
@@ -1787,31 +1818,31 @@ export const CounterBadgeStyles: ElementStyles;
1787
1818
  // @public
1788
1819
  export const CounterBadgeTemplate: ElementViewTemplate<CounterBadge>;
1789
1820
 
1790
- // @public (undocumented)
1821
+ // @public
1791
1822
  export const curveAccelerateMax = "var(--curveAccelerateMax)";
1792
1823
 
1793
- // @public (undocumented)
1824
+ // @public
1794
1825
  export const curveAccelerateMid = "var(--curveAccelerateMid)";
1795
1826
 
1796
- // @public (undocumented)
1827
+ // @public
1797
1828
  export const curveAccelerateMin = "var(--curveAccelerateMin)";
1798
1829
 
1799
- // @public (undocumented)
1830
+ // @public
1800
1831
  export const curveDecelerateMax = "var(--curveDecelerateMax)";
1801
1832
 
1802
- // @public (undocumented)
1833
+ // @public
1803
1834
  export const curveDecelerateMid = "var(--curveDecelerateMid)";
1804
1835
 
1805
- // @public (undocumented)
1836
+ // @public
1806
1837
  export const curveDecelerateMin = "var(--curveDecelerateMin)";
1807
1838
 
1808
- // @public (undocumented)
1839
+ // @public
1809
1840
  export const curveEasyEase = "var(--curveEasyEase)";
1810
1841
 
1811
- // @public (undocumented)
1842
+ // @public
1812
1843
  export const curveEasyEaseMax = "var(--curveEasyEaseMax)";
1813
1844
 
1814
- // @public (undocumented)
1845
+ // @public
1815
1846
  export const curveLinear = "var(--curveLinear)";
1816
1847
 
1817
1848
  // @public
@@ -1843,6 +1874,8 @@ export class Dialog extends FASTElement {
1843
1874
  // @public
1844
1875
  export const DialogDefinition: FASTElementDefinition<typeof Dialog>;
1845
1876
 
1877
+ // Warning: (ae-missing-release-tag) "DialogModalType" is part of the package's API, but it is missing a release tag (@alpha, @beta, @public, or @internal)
1878
+ //
1846
1879
  // @public
1847
1880
  export const DialogModalType: {
1848
1881
  readonly modal: "modal";
@@ -1864,10 +1897,15 @@ export const DialogTemplate: ElementViewTemplate<Dialog>;
1864
1897
  // @public
1865
1898
  export function display(displayValue: CSSDisplayPropertyValue): string;
1866
1899
 
1900
+ // Warning: (ae-missing-release-tag) "Divider" is part of the package's API, but it is missing a release tag (@alpha, @beta, @public, or @internal)
1901
+ //
1867
1902
  // @public
1868
1903
  export class Divider extends FASTElement {
1904
+ // (undocumented)
1869
1905
  alignContent?: DividerAlignContent;
1906
+ // (undocumented)
1870
1907
  appearance?: DividerAppearance;
1908
+ // (undocumented)
1871
1909
  inset?: boolean;
1872
1910
  orientation: DividerOrientation;
1873
1911
  role: DividerRole;
@@ -1924,30 +1962,32 @@ export const DividerStyles: ElementStyles;
1924
1962
  // @public
1925
1963
  export const DividerTemplate: ElementViewTemplate<Divider>;
1926
1964
 
1927
- // @public (undocumented)
1965
+ // @public
1928
1966
  export const durationFast = "var(--durationFast)";
1929
1967
 
1930
- // @public (undocumented)
1968
+ // @public
1931
1969
  export const durationFaster = "var(--durationFaster)";
1932
1970
 
1933
- // @public (undocumented)
1971
+ // @public
1934
1972
  export const durationGentle = "var(--durationGentle)";
1935
1973
 
1936
- // @public (undocumented)
1974
+ // @public
1937
1975
  export const durationNormal = "var(--durationNormal)";
1938
1976
 
1939
- // @public (undocumented)
1977
+ // @public
1940
1978
  export const durationSlow = "var(--durationSlow)";
1941
1979
 
1942
- // @public (undocumented)
1980
+ // @public
1943
1981
  export const durationSlower = "var(--durationSlower)";
1944
1982
 
1945
- // @public (undocumented)
1983
+ // @public
1946
1984
  export const durationUltraFast = "var(--durationUltraFast)";
1947
1985
 
1948
- // @public (undocumented)
1986
+ // @public
1949
1987
  export const durationUltraSlow = "var(--durationUltraSlow)";
1950
1988
 
1989
+ // Warning: (ae-missing-release-tag) "FluentDesignSystem" is part of the package's API, but it is missing a release tag (@alpha, @beta, @public, or @internal)
1990
+ //
1951
1991
  // @public (undocumented)
1952
1992
  export const FluentDesignSystem: Readonly<{
1953
1993
  prefix: "fluent";
@@ -1955,55 +1995,55 @@ export const FluentDesignSystem: Readonly<{
1955
1995
  registry: CustomElementRegistry;
1956
1996
  }>;
1957
1997
 
1958
- // @public (undocumented)
1998
+ // @public
1959
1999
  export const fontFamilyBase = "var(--fontFamilyBase)";
1960
2000
 
1961
- // @public (undocumented)
2001
+ // @public
1962
2002
  export const fontFamilyMonospace = "var(--fontFamilyMonospace)";
1963
2003
 
1964
- // @public (undocumented)
2004
+ // @public
1965
2005
  export const fontFamilyNumeric = "var(--fontFamilyNumeric)";
1966
2006
 
1967
- // @public (undocumented)
2007
+ // @public
1968
2008
  export const fontSizeBase100 = "var(--fontSizeBase100)";
1969
2009
 
1970
- // @public (undocumented)
2010
+ // @public
1971
2011
  export const fontSizeBase200 = "var(--fontSizeBase200)";
1972
2012
 
1973
- // @public (undocumented)
2013
+ // @public
1974
2014
  export const fontSizeBase300 = "var(--fontSizeBase300)";
1975
2015
 
1976
- // @public (undocumented)
2016
+ // @public
1977
2017
  export const fontSizeBase400 = "var(--fontSizeBase400)";
1978
2018
 
1979
- // @public (undocumented)
2019
+ // @public
1980
2020
  export const fontSizeBase500 = "var(--fontSizeBase500)";
1981
2021
 
1982
- // @public (undocumented)
2022
+ // @public
1983
2023
  export const fontSizeBase600 = "var(--fontSizeBase600)";
1984
2024
 
1985
- // @public (undocumented)
2025
+ // @public
1986
2026
  export const fontSizeHero1000 = "var(--fontSizeHero1000)";
1987
2027
 
1988
- // @public (undocumented)
2028
+ // @public
1989
2029
  export const fontSizeHero700 = "var(--fontSizeHero700)";
1990
2030
 
1991
- // @public (undocumented)
2031
+ // @public
1992
2032
  export const fontSizeHero800 = "var(--fontSizeHero800)";
1993
2033
 
1994
- // @public (undocumented)
2034
+ // @public
1995
2035
  export const fontSizeHero900 = "var(--fontSizeHero900)";
1996
2036
 
1997
- // @public (undocumented)
2037
+ // @public
1998
2038
  export const fontWeightBold = "var(--fontWeightBold)";
1999
2039
 
2000
- // @public (undocumented)
2040
+ // @public
2001
2041
  export const fontWeightMedium = "var(--fontWeightMedium)";
2002
2042
 
2003
- // @public (undocumented)
2043
+ // @public
2004
2044
  export const fontWeightRegular = "var(--fontWeightRegular)";
2005
2045
 
2006
- // @public (undocumented)
2046
+ // @public
2007
2047
  export const fontWeightSemibold = "var(--fontWeightSemibold)";
2008
2048
 
2009
2049
  // @public
@@ -2037,6 +2077,8 @@ export const ImageFit: {
2037
2077
  // @public
2038
2078
  export type ImageFit = ValuesOf<typeof ImageFit>;
2039
2079
 
2080
+ // Warning: (ae-missing-release-tag) "ImageShape" is part of the package's API, but it is missing a release tag (@alpha, @beta, @public, or @internal)
2081
+ //
2040
2082
  // @public
2041
2083
  export const ImageShape: {
2042
2084
  readonly circular: "circular";
@@ -2064,6 +2106,8 @@ export class Label extends FASTElement {
2064
2106
  // @public
2065
2107
  export const LabelDefinition: FASTElementDefinition<typeof Label>;
2066
2108
 
2109
+ // Warning: (ae-missing-release-tag) "LabelSize" is part of the package's API, but it is missing a release tag (@alpha, @beta, @public, or @internal)
2110
+ //
2067
2111
  // @public
2068
2112
  export const LabelSize: {
2069
2113
  readonly small: "small";
@@ -2077,9 +2121,13 @@ export type LabelSize = ValuesOf<typeof LabelSize>;
2077
2121
  // @public
2078
2122
  export const LabelStyles: ElementStyles;
2079
2123
 
2124
+ // Warning: (ae-missing-release-tag) "template" is part of the package's API, but it is missing a release tag (@alpha, @beta, @public, or @internal)
2125
+ //
2080
2126
  // @public (undocumented)
2081
2127
  export const LabelTemplate: ElementViewTemplate<Label>;
2082
2128
 
2129
+ // Warning: (ae-missing-release-tag) "LabelWeight" is part of the package's API, but it is missing a release tag (@alpha, @beta, @public, or @internal)
2130
+ //
2083
2131
  // @public
2084
2132
  export const LabelWeight: {
2085
2133
  readonly regular: "regular";
@@ -2092,34 +2140,34 @@ export type LabelWeight = ValuesOf<typeof LabelWeight>;
2092
2140
  // @public
2093
2141
  export const lightModeStylesheetBehavior: (styles: ElementStyles) => MatchMediaStyleSheetBehavior;
2094
2142
 
2095
- // @public (undocumented)
2143
+ // @public
2096
2144
  export const lineHeightBase100 = "var(--lineHeightBase100)";
2097
2145
 
2098
- // @public (undocumented)
2146
+ // @public
2099
2147
  export const lineHeightBase200 = "var(--lineHeightBase200)";
2100
2148
 
2101
- // @public (undocumented)
2149
+ // @public
2102
2150
  export const lineHeightBase300 = "var(--lineHeightBase300)";
2103
2151
 
2104
- // @public (undocumented)
2152
+ // @public
2105
2153
  export const lineHeightBase400 = "var(--lineHeightBase400)";
2106
2154
 
2107
- // @public (undocumented)
2155
+ // @public
2108
2156
  export const lineHeightBase500 = "var(--lineHeightBase500)";
2109
2157
 
2110
- // @public (undocumented)
2158
+ // @public
2111
2159
  export const lineHeightBase600 = "var(--lineHeightBase600)";
2112
2160
 
2113
- // @public (undocumented)
2161
+ // @public
2114
2162
  export const lineHeightHero1000 = "var(--lineHeightHero1000)";
2115
2163
 
2116
- // @public (undocumented)
2164
+ // @public
2117
2165
  export const lineHeightHero700 = "var(--lineHeightHero700)";
2118
2166
 
2119
- // @public (undocumented)
2167
+ // @public
2120
2168
  export const lineHeightHero800 = "var(--lineHeightHero800)";
2121
2169
 
2122
- // @public (undocumented)
2170
+ // @public
2123
2171
  export const lineHeightHero900 = "var(--lineHeightHero900)";
2124
2172
 
2125
2173
  // @public
@@ -2169,7 +2217,9 @@ export class Menu extends FASTElement {
2169
2217
  // @internal
2170
2218
  positioningContainer?: HTMLElement;
2171
2219
  setComponent(): void;
2220
+ // @internal
2172
2221
  protected setPositioning(): void;
2222
+ // @internal
2173
2223
  protected setPositioningTask: () => void;
2174
2224
  slottedMenuList: MenuList[];
2175
2225
  slottedTriggers: HTMLElement[];
@@ -2221,6 +2271,7 @@ export const MenuButtonTemplate: ElementViewTemplate<MenuButton>;
2221
2271
  // @public
2222
2272
  export const MenuDefinition: FASTElementDefinition<typeof Menu>;
2223
2273
 
2274
+ // Warning: (ae-different-release-tags) This symbol has another declaration with a different release tag
2224
2275
  // Warning: (ae-internal-mixed-release-tag) Mixed release tags are not allowed for "MenuItem" because one of its declarations is marked as @internal
2225
2276
  //
2226
2277
  // @public
@@ -2264,6 +2315,8 @@ export class MenuItem extends FASTElement {
2264
2315
  export interface MenuItem extends StartEnd {
2265
2316
  }
2266
2317
 
2318
+ // Warning: (ae-missing-release-tag) "MenuItemColumnCount" is part of the package's API, but it is missing a release tag (@alpha, @beta, @public, or @internal)
2319
+ //
2267
2320
  // @public (undocumented)
2268
2321
  export type MenuItemColumnCount = 0 | 1 | 2;
2269
2322
 
@@ -2290,6 +2343,8 @@ export type MenuItemRole = ValuesOf<typeof MenuItemRole>;
2290
2343
  // @public
2291
2344
  export const MenuItemStyles: ElementStyles;
2292
2345
 
2346
+ // Warning: (ae-missing-release-tag) "template" is part of the package's API, but it is missing a release tag (@alpha, @beta, @public, or @internal)
2347
+ //
2293
2348
  // @public (undocumented)
2294
2349
  export const MenuItemTemplate: ElementViewTemplate<MenuItem>;
2295
2350
 
@@ -2326,12 +2381,16 @@ export const MenuListDefinition: FASTElementDefinition<typeof MenuList>;
2326
2381
  // @public
2327
2382
  export const MenuListStyles: ElementStyles;
2328
2383
 
2384
+ // Warning: (ae-missing-release-tag) "template" is part of the package's API, but it is missing a release tag (@alpha, @beta, @public, or @internal)
2385
+ //
2329
2386
  // @public (undocumented)
2330
2387
  export const MenuListTemplate: ElementViewTemplate<MenuList>;
2331
2388
 
2332
2389
  // @public
2333
2390
  export const MenuStyles: ElementStyles;
2334
2391
 
2392
+ // Warning: (ae-missing-release-tag) "template" is part of the package's API, but it is missing a release tag (@alpha, @beta, @public, or @internal)
2393
+ //
2335
2394
  // @public (undocumented)
2336
2395
  export const MenuTemplate: ElementViewTemplate<Menu>;
2337
2396
 
@@ -2359,6 +2418,8 @@ export type ProgressBarShape = ValuesOf<typeof ProgressBarShape>;
2359
2418
  // @public
2360
2419
  export const ProgressBarStyles: ElementStyles;
2361
2420
 
2421
+ // Warning: (ae-missing-release-tag) "template" is part of the package's API, but it is missing a release tag (@alpha, @beta, @public, or @internal)
2422
+ //
2362
2423
  // @public (undocumented)
2363
2424
  export const ProgressBarTemplate: ElementViewTemplate<ProgressBar>;
2364
2425
 
@@ -2461,6 +2522,8 @@ export type RadioGroupOrientation = ValuesOf<typeof RadioGroupOrientation>;
2461
2522
  // @public
2462
2523
  export const RadioGroupStyles: ElementStyles;
2463
2524
 
2525
+ // Warning: (ae-missing-release-tag) "template" is part of the package's API, but it is missing a release tag (@alpha, @beta, @public, or @internal)
2526
+ //
2464
2527
  // @public (undocumented)
2465
2528
  export const RadioGroupTemplate: ElementViewTemplate<RadioGroup>;
2466
2529
 
@@ -2472,6 +2535,8 @@ export type RadioOptions = {
2472
2535
  // @public
2473
2536
  export const RadioStyles: ElementStyles;
2474
2537
 
2538
+ // Warning: (ae-missing-release-tag) "template" is part of the package's API, but it is missing a release tag (@alpha, @beta, @public, or @internal)
2539
+ //
2475
2540
  // @public (undocumented)
2476
2541
  export const RadioTemplate: ElementViewTemplate<Radio>;
2477
2542
 
@@ -2482,46 +2547,50 @@ export const roleForMenuItem: {
2482
2547
  [value in keyof typeof MenuItemRole]: (typeof MenuItemRole)[value];
2483
2548
  };
2484
2549
 
2485
- // @public
2550
+ // Warning: (ae-internal-missing-underscore) The name "setTheme" should be prefixed with an underscore because the declaration is marked as @internal
2551
+ //
2552
+ // @internal
2486
2553
  export const setTheme: (theme: Theme) => void;
2487
2554
 
2488
- // @public (undocumented)
2555
+ // Warning: (ae-internal-missing-underscore) The name "setThemeFor" should be prefixed with an underscore because the declaration is marked as @internal
2556
+ //
2557
+ // @internal (undocumented)
2489
2558
  export const setThemeFor: (element: HTMLElement, theme: Theme) => void;
2490
2559
 
2491
- // @public (undocumented)
2560
+ // @public
2492
2561
  export const shadow16 = "var(--shadow16)";
2493
2562
 
2494
- // @public (undocumented)
2563
+ // @public
2495
2564
  export const shadow16Brand = "var(--shadow16Brand)";
2496
2565
 
2497
- // @public (undocumented)
2566
+ // @public
2498
2567
  export const shadow2 = "var(--shadow2)";
2499
2568
 
2500
- // @public (undocumented)
2569
+ // @public
2501
2570
  export const shadow28 = "var(--shadow28)";
2502
2571
 
2503
- // @public (undocumented)
2572
+ // @public
2504
2573
  export const shadow28Brand = "var(--shadow28Brand)";
2505
2574
 
2506
- // @public (undocumented)
2575
+ // @public
2507
2576
  export const shadow2Brand = "var(--shadow2Brand)";
2508
2577
 
2509
- // @public (undocumented)
2578
+ // @public
2510
2579
  export const shadow4 = "var(--shadow4)";
2511
2580
 
2512
- // @public (undocumented)
2581
+ // @public
2513
2582
  export const shadow4Brand = "var(--shadow4Brand)";
2514
2583
 
2515
- // @public (undocumented)
2584
+ // @public
2516
2585
  export const shadow64 = "var(--shadow64)";
2517
2586
 
2518
- // @public (undocumented)
2587
+ // @public
2519
2588
  export const shadow64Brand = "var(--shadow64Brand)";
2520
2589
 
2521
- // @public (undocumented)
2590
+ // @public
2522
2591
  export const shadow8 = "var(--shadow8)";
2523
2592
 
2524
- // @public (undocumented)
2593
+ // @public
2525
2594
  export const shadow8Brand = "var(--shadow8Brand)";
2526
2595
 
2527
2596
  // Warning: (ae-forgotten-export) The symbol "FormAssociatedSlider" needs to be exported by the entry point index.d.ts
@@ -2642,73 +2711,75 @@ export type SliderSize = ValuesOf<typeof SliderSize>;
2642
2711
  // @public
2643
2712
  export const SliderStyles: ElementStyles;
2644
2713
 
2714
+ // Warning: (ae-missing-release-tag) "template" is part of the package's API, but it is missing a release tag (@alpha, @beta, @public, or @internal)
2715
+ //
2645
2716
  // @public (undocumented)
2646
2717
  export const SliderTemplate: ElementViewTemplate<Slider>;
2647
2718
 
2648
- // @public (undocumented)
2719
+ // @public
2649
2720
  export const spacingHorizontalL = "var(--spacingHorizontalL)";
2650
2721
 
2651
- // @public (undocumented)
2722
+ // @public
2652
2723
  export const spacingHorizontalM = "var(--spacingHorizontalM)";
2653
2724
 
2654
- // @public (undocumented)
2725
+ // @public
2655
2726
  export const spacingHorizontalMNudge = "var(--spacingHorizontalMNudge)";
2656
2727
 
2657
- // @public (undocumented)
2728
+ // @public
2658
2729
  export const spacingHorizontalNone = "var(--spacingHorizontalNone)";
2659
2730
 
2660
- // @public (undocumented)
2731
+ // @public
2661
2732
  export const spacingHorizontalS = "var(--spacingHorizontalS)";
2662
2733
 
2663
- // @public (undocumented)
2734
+ // @public
2664
2735
  export const spacingHorizontalSNudge = "var(--spacingHorizontalSNudge)";
2665
2736
 
2666
- // @public (undocumented)
2737
+ // @public
2667
2738
  export const spacingHorizontalXL = "var(--spacingHorizontalXL)";
2668
2739
 
2669
- // @public (undocumented)
2740
+ // @public
2670
2741
  export const spacingHorizontalXS = "var(--spacingHorizontalXS)";
2671
2742
 
2672
- // @public (undocumented)
2743
+ // @public
2673
2744
  export const spacingHorizontalXXL = "var(--spacingHorizontalXXL)";
2674
2745
 
2675
- // @public (undocumented)
2746
+ // @public
2676
2747
  export const spacingHorizontalXXS = "var(--spacingHorizontalXXS)";
2677
2748
 
2678
- // @public (undocumented)
2749
+ // @public
2679
2750
  export const spacingHorizontalXXXL = "var(--spacingHorizontalXXXL)";
2680
2751
 
2681
- // @public (undocumented)
2752
+ // @public
2682
2753
  export const spacingVerticalL = "var(--spacingVerticalL)";
2683
2754
 
2684
- // @public (undocumented)
2755
+ // @public
2685
2756
  export const spacingVerticalM = "var(--spacingVerticalM)";
2686
2757
 
2687
- // @public (undocumented)
2758
+ // @public
2688
2759
  export const spacingVerticalMNudge = "var(--spacingVerticalMNudge)";
2689
2760
 
2690
- // @public (undocumented)
2761
+ // @public
2691
2762
  export const spacingVerticalNone = "var(--spacingVerticalNone)";
2692
2763
 
2693
- // @public (undocumented)
2764
+ // @public
2694
2765
  export const spacingVerticalS = "var(--spacingVerticalS)";
2695
2766
 
2696
- // @public (undocumented)
2767
+ // @public
2697
2768
  export const spacingVerticalSNudge = "var(--spacingVerticalSNudge)";
2698
2769
 
2699
- // @public (undocumented)
2770
+ // @public
2700
2771
  export const spacingVerticalXL = "var(--spacingVerticalXL)";
2701
2772
 
2702
- // @public (undocumented)
2773
+ // @public
2703
2774
  export const spacingVerticalXS = "var(--spacingVerticalXS)";
2704
2775
 
2705
- // @public (undocumented)
2776
+ // @public
2706
2777
  export const spacingVerticalXXL = "var(--spacingVerticalXXL)";
2707
2778
 
2708
- // @public (undocumented)
2779
+ // @public
2709
2780
  export const spacingVerticalXXS = "var(--spacingVerticalXXS)";
2710
2781
 
2711
- // @public (undocumented)
2782
+ // @public
2712
2783
  export const spacingVerticalXXXL = "var(--spacingVerticalXXXL)";
2713
2784
 
2714
2785
  // @public
@@ -2746,22 +2817,26 @@ export const SpinnerSize: {
2746
2817
  // @public
2747
2818
  export type SpinnerSize = ValuesOf<typeof SpinnerSize>;
2748
2819
 
2820
+ // Warning: (ae-missing-release-tag) "styles" is part of the package's API, but it is missing a release tag (@alpha, @beta, @public, or @internal)
2821
+ //
2749
2822
  // @public (undocumented)
2750
2823
  export const SpinnerStyles: ElementStyles;
2751
2824
 
2825
+ // Warning: (ae-missing-release-tag) "template" is part of the package's API, but it is missing a release tag (@alpha, @beta, @public, or @internal)
2826
+ //
2752
2827
  // @public (undocumented)
2753
2828
  export const SpinnerTemplate: ViewTemplate<Spinner, any>;
2754
2829
 
2755
- // @public (undocumented)
2830
+ // @public
2756
2831
  export const strokeWidthThick = "var(--strokeWidthThick)";
2757
2832
 
2758
- // @public (undocumented)
2833
+ // @public
2759
2834
  export const strokeWidthThicker = "var(--strokeWidthThicker)";
2760
2835
 
2761
- // @public (undocumented)
2836
+ // @public
2762
2837
  export const strokeWidthThickest = "var(--strokeWidthThickest)";
2763
2838
 
2764
- // @public (undocumented)
2839
+ // @public
2765
2840
  export const strokeWidthThin = "var(--strokeWidthThin)";
2766
2841
 
2767
2842
  // @public
@@ -2770,6 +2845,7 @@ export { styles as ButtonStyles }
2770
2845
  export { styles as MenuButtonStyles }
2771
2846
 
2772
2847
  // Warning: (ae-forgotten-export) The symbol "FormAssociatedSwitch" needs to be exported by the entry point index.d.ts
2848
+ // Warning: (ae-missing-release-tag) "Switch" is part of the package's API, but it is missing a release tag (@alpha, @beta, @public, or @internal)
2773
2849
  //
2774
2850
  // @public (undocumented)
2775
2851
  export class Switch extends FormAssociatedSwitch {
@@ -2801,17 +2877,26 @@ export const SwitchLabelPosition: {
2801
2877
  // @public
2802
2878
  export type SwitchLabelPosition = ValuesOf<typeof SwitchLabelPosition>;
2803
2879
 
2880
+ // Warning: (ae-missing-release-tag) "SwitchOptions" is part of the package's API, but it is missing a release tag (@alpha, @beta, @public, or @internal)
2881
+ //
2804
2882
  // @public (undocumented)
2805
2883
  export type SwitchOptions = {
2806
2884
  switch?: StaticallyComposableHTML<Switch>;
2807
2885
  };
2808
2886
 
2887
+ // Warning: (ae-missing-release-tag) "styles" is part of the package's API, but it is missing a release tag (@alpha, @beta, @public, or @internal)
2888
+ //
2809
2889
  // @public (undocumented)
2810
2890
  export const SwitchStyles: ElementStyles;
2811
2891
 
2892
+ // Warning: (ae-missing-release-tag) "template" is part of the package's API, but it is missing a release tag (@alpha, @beta, @public, or @internal)
2893
+ //
2812
2894
  // @public (undocumented)
2813
2895
  export const SwitchTemplate: ElementViewTemplate<Switch>;
2814
2896
 
2897
+ // Warning: (ae-missing-release-tag) "Tab" is part of the package's API, but it is missing a release tag (@alpha, @beta, @public, or @internal)
2898
+ // Warning: (ae-missing-release-tag) "Tab" is part of the package's API, but it is missing a release tag (@alpha, @beta, @public, or @internal)
2899
+ //
2815
2900
  // @public
2816
2901
  export class Tab extends FASTElement {
2817
2902
  // (undocumented)
@@ -2823,26 +2908,38 @@ export class Tab extends FASTElement {
2823
2908
  export interface Tab extends StartEnd {
2824
2909
  }
2825
2910
 
2911
+ // Warning: (ae-missing-release-tag) "definition" is part of the package's API, but it is missing a release tag (@alpha, @beta, @public, or @internal)
2912
+ //
2826
2913
  // @public (undocumented)
2827
2914
  export const TabDefinition: FASTElementDefinition<typeof Tab>;
2828
2915
 
2829
2916
  // @public
2830
2917
  export type TabOptions = StartEndOptions<Tab>;
2831
2918
 
2919
+ // Warning: (ae-missing-release-tag) "TabPanel" is part of the package's API, but it is missing a release tag (@alpha, @beta, @public, or @internal)
2920
+ //
2832
2921
  // @public (undocumented)
2833
2922
  export class TabPanel extends FASTElement {
2834
2923
  }
2835
2924
 
2925
+ // Warning: (ae-missing-release-tag) "definition" is part of the package's API, but it is missing a release tag (@alpha, @beta, @public, or @internal)
2926
+ //
2836
2927
  // @public (undocumented)
2837
2928
  export const TabPanelDefinition: FASTElementDefinition<typeof TabPanel>;
2838
2929
 
2930
+ // Warning: (ae-missing-release-tag) "styles" is part of the package's API, but it is missing a release tag (@alpha, @beta, @public, or @internal)
2931
+ //
2839
2932
  // @public (undocumented)
2840
2933
  export const TabPanelStyles: ElementStyles;
2841
2934
 
2935
+ // Warning: (ae-missing-release-tag) "template" is part of the package's API, but it is missing a release tag (@alpha, @beta, @public, or @internal)
2936
+ //
2842
2937
  // @public (undocumented)
2843
2938
  export const TabPanelTemplate: ElementViewTemplate<TabPanel, any>;
2844
2939
 
2845
2940
  // Warning: (ae-forgotten-export) The symbol "BaseTabs" needs to be exported by the entry point index.d.ts
2941
+ // Warning: (ae-missing-release-tag) "Tabs" is part of the package's API, but it is missing a release tag (@alpha, @beta, @public, or @internal)
2942
+ // Warning: (ae-missing-release-tag) "Tabs" is part of the package's API, but it is missing a release tag (@alpha, @beta, @public, or @internal)
2846
2943
  //
2847
2944
  // @public (undocumented)
2848
2945
  export class Tabs extends BaseTabs {
@@ -2859,6 +2956,9 @@ export class Tabs extends BaseTabs {
2859
2956
  export interface Tabs extends StartEnd {
2860
2957
  }
2861
2958
 
2959
+ // Warning: (ae-missing-release-tag) "TabsAppearance" is part of the package's API, but it is missing a release tag (@alpha, @beta, @public, or @internal)
2960
+ // Warning: (ae-missing-release-tag) "TabsAppearance" is part of the package's API, but it is missing a release tag (@alpha, @beta, @public, or @internal)
2961
+ //
2862
2962
  // @public (undocumented)
2863
2963
  export const TabsAppearance: {
2864
2964
  readonly subtle: "subtle";
@@ -2868,6 +2968,8 @@ export const TabsAppearance: {
2868
2968
  // @public (undocumented)
2869
2969
  export type TabsAppearance = ValuesOf<typeof TabsAppearance>;
2870
2970
 
2971
+ // Warning: (ae-missing-release-tag) "definition" is part of the package's API, but it is missing a release tag (@alpha, @beta, @public, or @internal)
2972
+ //
2871
2973
  // @public (undocumented)
2872
2974
  export const TabsDefinition: FASTElementDefinition<typeof Tabs>;
2873
2975
 
@@ -2883,6 +2985,9 @@ export const TabsOrientation: {
2883
2985
  // @public
2884
2986
  export type TabsOrientation = ValuesOf<typeof TabsOrientation>;
2885
2987
 
2988
+ // Warning: (ae-missing-release-tag) "TabsSize" is part of the package's API, but it is missing a release tag (@alpha, @beta, @public, or @internal)
2989
+ // Warning: (ae-missing-release-tag) "TabsSize" is part of the package's API, but it is missing a release tag (@alpha, @beta, @public, or @internal)
2990
+ //
2886
2991
  // @public (undocumented)
2887
2992
  export const TabsSize: {
2888
2993
  readonly small: "small";
@@ -2893,15 +2998,23 @@ export const TabsSize: {
2893
2998
  // @public (undocumented)
2894
2999
  export type TabsSize = ValuesOf<typeof TabsSize>;
2895
3000
 
3001
+ // Warning: (ae-missing-release-tag) "styles" is part of the package's API, but it is missing a release tag (@alpha, @beta, @public, or @internal)
3002
+ //
2896
3003
  // @public (undocumented)
2897
3004
  export const TabsStyles: ElementStyles;
2898
3005
 
3006
+ // Warning: (ae-missing-release-tag) "template" is part of the package's API, but it is missing a release tag (@alpha, @beta, @public, or @internal)
3007
+ //
2899
3008
  // @public (undocumented)
2900
3009
  export const TabsTemplate: ElementViewTemplate<Tabs, any>;
2901
3010
 
3011
+ // Warning: (ae-missing-release-tag) "styles" is part of the package's API, but it is missing a release tag (@alpha, @beta, @public, or @internal)
3012
+ //
2902
3013
  // @public (undocumented)
2903
3014
  export const TabStyles: ElementStyles;
2904
3015
 
3016
+ // Warning: (ae-missing-release-tag) "template" is part of the package's API, but it is missing a release tag (@alpha, @beta, @public, or @internal)
3017
+ //
2905
3018
  // @public (undocumented)
2906
3019
  export const TabTemplate: ElementViewTemplate<Tab, any>;
2907
3020
 
@@ -2944,6 +3057,7 @@ export const TextFont: {
2944
3057
  // @public
2945
3058
  export type TextFont = ValuesOf<typeof TextFont>;
2946
3059
 
3060
+ // Warning: (ae-different-release-tags) This symbol has another declaration with a different release tag
2947
3061
  // Warning: (ae-internal-mixed-release-tag) Mixed release tags are not allowed for "TextInput" because one of its declarations is marked as @internal
2948
3062
  //
2949
3063
  // @public
@@ -3014,6 +3128,8 @@ export class TextInput extends FASTElement {
3014
3128
  export interface TextInput extends StartEnd {
3015
3129
  }
3016
3130
 
3131
+ // Warning: (ae-missing-release-tag) "TextInputAppearance" is part of the package's API, but it is missing a release tag (@alpha, @beta, @public, or @internal)
3132
+ //
3017
3133
  // @public
3018
3134
  export const TextInputAppearance: {
3019
3135
  readonly outline: "outline";
@@ -3025,6 +3141,8 @@ export const TextInputAppearance: {
3025
3141
  // @public (undocumented)
3026
3142
  export type TextInputAppearance = ValuesOf<typeof TextInputAppearance>;
3027
3143
 
3144
+ // Warning: (ae-missing-release-tag) "TextInputControlSize" is part of the package's API, but it is missing a release tag (@alpha, @beta, @public, or @internal)
3145
+ //
3028
3146
  // @public
3029
3147
  export const TextInputControlSize: {
3030
3148
  readonly small: "small";
@@ -3049,6 +3167,8 @@ export const TextInputStyles: ElementStyles;
3049
3167
  // @internal (undocumented)
3050
3168
  export const TextInputTemplate: ElementViewTemplate<TextInput>;
3051
3169
 
3170
+ // Warning: (ae-missing-release-tag) "TextInputType" is part of the package's API, but it is missing a release tag (@alpha, @beta, @public, or @internal)
3171
+ //
3052
3172
  // @public
3053
3173
  export const TextInputType: {
3054
3174
  readonly email: "email";
@@ -3152,54 +3272,88 @@ export const ToggleButtonStyles: ElementStyles;
3152
3272
  // @public
3153
3273
  export const ToggleButtonTemplate: ElementViewTemplate<ToggleButton>;
3154
3274
 
3275
+ // Warning: (ae-missing-release-tag) "typographyBody1StrongerStyles" is part of the package's API, but it is missing a release tag (@alpha, @beta, @public, or @internal)
3276
+ //
3155
3277
  // @public (undocumented)
3156
3278
  export const typographyBody1StrongerStyles: CSSDirective;
3157
3279
 
3280
+ // Warning: (ae-missing-release-tag) "typographyBody1StrongStyles" is part of the package's API, but it is missing a release tag (@alpha, @beta, @public, or @internal)
3281
+ //
3158
3282
  // @public (undocumented)
3159
3283
  export const typographyBody1StrongStyles: CSSDirective;
3160
3284
 
3285
+ // Warning: (ae-missing-release-tag) "typographyBody1Styles" is part of the package's API, but it is missing a release tag (@alpha, @beta, @public, or @internal)
3286
+ //
3161
3287
  // @public (undocumented)
3162
3288
  export const typographyBody1Styles: CSSDirective;
3163
3289
 
3290
+ // Warning: (ae-missing-release-tag) "typographyBody2Styles" is part of the package's API, but it is missing a release tag (@alpha, @beta, @public, or @internal)
3291
+ //
3164
3292
  // @public (undocumented)
3165
3293
  export const typographyBody2Styles: CSSDirective;
3166
3294
 
3295
+ // Warning: (ae-missing-release-tag) "typographyCaption1StrongerStyles" is part of the package's API, but it is missing a release tag (@alpha, @beta, @public, or @internal)
3296
+ //
3167
3297
  // @public (undocumented)
3168
3298
  export const typographyCaption1StrongerStyles: CSSDirective;
3169
3299
 
3300
+ // Warning: (ae-missing-release-tag) "typographyCaption1StrongStyles" is part of the package's API, but it is missing a release tag (@alpha, @beta, @public, or @internal)
3301
+ //
3170
3302
  // @public (undocumented)
3171
3303
  export const typographyCaption1StrongStyles: CSSDirective;
3172
3304
 
3305
+ // Warning: (ae-missing-release-tag) "typographyCaption1Styles" is part of the package's API, but it is missing a release tag (@alpha, @beta, @public, or @internal)
3306
+ //
3173
3307
  // @public (undocumented)
3174
3308
  export const typographyCaption1Styles: CSSDirective;
3175
3309
 
3310
+ // Warning: (ae-missing-release-tag) "typographyCaption2StrongStyles" is part of the package's API, but it is missing a release tag (@alpha, @beta, @public, or @internal)
3311
+ //
3176
3312
  // @public (undocumented)
3177
3313
  export const typographyCaption2StrongStyles: CSSDirective;
3178
3314
 
3315
+ // Warning: (ae-missing-release-tag) "typographyCaption2Styles" is part of the package's API, but it is missing a release tag (@alpha, @beta, @public, or @internal)
3316
+ //
3179
3317
  // @public (undocumented)
3180
3318
  export const typographyCaption2Styles: CSSDirective;
3181
3319
 
3320
+ // Warning: (ae-missing-release-tag) "typographyDisplayStyles" is part of the package's API, but it is missing a release tag (@alpha, @beta, @public, or @internal)
3321
+ //
3182
3322
  // @public (undocumented)
3183
3323
  export const typographyDisplayStyles: CSSDirective;
3184
3324
 
3325
+ // Warning: (ae-missing-release-tag) "typographyLargeTitleStyles" is part of the package's API, but it is missing a release tag (@alpha, @beta, @public, or @internal)
3326
+ //
3185
3327
  // @public (undocumented)
3186
3328
  export const typographyLargeTitleStyles: CSSDirective;
3187
3329
 
3330
+ // Warning: (ae-missing-release-tag) "typographySubtitle1Styles" is part of the package's API, but it is missing a release tag (@alpha, @beta, @public, or @internal)
3331
+ //
3188
3332
  // @public (undocumented)
3189
3333
  export const typographySubtitle1Styles: CSSDirective;
3190
3334
 
3335
+ // Warning: (ae-missing-release-tag) "typographySubtitle2StrongerStyles" is part of the package's API, but it is missing a release tag (@alpha, @beta, @public, or @internal)
3336
+ //
3191
3337
  // @public (undocumented)
3192
3338
  export const typographySubtitle2StrongerStyles: CSSDirective;
3193
3339
 
3340
+ // Warning: (ae-missing-release-tag) "typographySubtitle2Styles" is part of the package's API, but it is missing a release tag (@alpha, @beta, @public, or @internal)
3341
+ //
3194
3342
  // @public (undocumented)
3195
3343
  export const typographySubtitle2Styles: CSSDirective;
3196
3344
 
3345
+ // Warning: (ae-missing-release-tag) "typographyTitle1Styles" is part of the package's API, but it is missing a release tag (@alpha, @beta, @public, or @internal)
3346
+ //
3197
3347
  // @public (undocumented)
3198
3348
  export const typographyTitle1Styles: CSSDirective;
3199
3349
 
3350
+ // Warning: (ae-missing-release-tag) "typographyTitle2Styles" is part of the package's API, but it is missing a release tag (@alpha, @beta, @public, or @internal)
3351
+ //
3200
3352
  // @public (undocumented)
3201
3353
  export const typographyTitle2Styles: CSSDirective;
3202
3354
 
3355
+ // Warning: (ae-missing-release-tag) "typographyTitle3Styles" is part of the package's API, but it is missing a release tag (@alpha, @beta, @public, or @internal)
3356
+ //
3203
3357
  // @public (undocumented)
3204
3358
  export const typographyTitle3Styles: CSSDirective;
3205
3359