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