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

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 (189) hide show
  1. package/CHANGELOG.md +23 -2
  2. package/dist/dts/accordion/accordion.bench.d.ts +3 -0
  3. package/dist/dts/accordion/accordion.options.d.ts +1 -1
  4. package/dist/dts/accordion-item/accordion-item.bench.d.ts +3 -0
  5. package/dist/dts/accordion-item/accordion-item.d.ts +1 -1
  6. package/dist/dts/accordion-item/accordion-item.options.d.ts +2 -2
  7. package/dist/dts/anchor-button/anchor-button.bench.d.ts +3 -0
  8. package/dist/dts/anchor-button/anchor-button.d.ts +1 -1
  9. package/dist/dts/anchor-button/anchor-button.options.d.ts +4 -4
  10. package/dist/dts/avatar/avatar.bench.d.ts +3 -0
  11. package/dist/dts/avatar/avatar.options.d.ts +6 -6
  12. package/dist/dts/badge/badge.bench.d.ts +3 -0
  13. package/dist/dts/badge/badge.options.d.ts +5 -5
  14. package/dist/dts/button/button.bench.d.ts +3 -0
  15. package/dist/dts/button/button.options.d.ts +6 -6
  16. package/dist/dts/checkbox/checkbox.bench.d.ts +3 -0
  17. package/dist/dts/checkbox/checkbox.d.ts +1 -1
  18. package/dist/dts/checkbox/checkbox.options.d.ts +3 -3
  19. package/dist/dts/compound-button/compound-button.bench.d.ts +3 -0
  20. package/dist/dts/compound-button/compound-button.options.d.ts +3 -3
  21. package/dist/dts/counter-badge/counter-badge.bench.d.ts +3 -0
  22. package/dist/dts/counter-badge/counter-badge.options.d.ts +5 -5
  23. package/dist/dts/dialog/dialog.bench.d.ts +3 -0
  24. package/dist/dts/dialog/dialog.d.ts +11 -144
  25. package/dist/dts/dialog/dialog.options.d.ts +2 -2
  26. package/dist/dts/dialog/index.d.ts +1 -1
  27. package/dist/dts/dialog-body/define.d.ts +1 -0
  28. package/dist/dts/dialog-body/dialog-body.bench.d.ts +3 -0
  29. package/dist/dts/dialog-body/dialog-body.d.ts +14 -0
  30. package/dist/dts/dialog-body/dialog-body.definition.d.ts +9 -0
  31. package/dist/dts/dialog-body/dialog-body.styles.d.ts +4 -0
  32. package/dist/dts/dialog-body/dialog-body.template.d.ts +6 -0
  33. package/dist/dts/dialog-body/index.d.ts +4 -0
  34. package/dist/dts/divider/divider.bench.d.ts +3 -0
  35. package/dist/dts/divider/divider.options.d.ts +4 -4
  36. package/dist/dts/form-associated/form-associated.d.ts +4 -4
  37. package/dist/dts/image/image.bench.d.ts +3 -0
  38. package/dist/dts/image/image.options.d.ts +2 -2
  39. package/dist/dts/index-rollup.d.ts +1 -0
  40. package/dist/dts/index.d.ts +2 -1
  41. package/dist/dts/label/label.bench.d.ts +3 -0
  42. package/dist/dts/label/label.options.d.ts +2 -2
  43. package/dist/dts/menu/menu.bench.d.ts +3 -0
  44. package/dist/dts/menu-button/menu-button.bench.d.ts +3 -0
  45. package/dist/dts/menu-button/menu-button.options.d.ts +3 -3
  46. package/dist/dts/menu-item/menu-item.bench.d.ts +3 -0
  47. package/dist/dts/menu-item/menu-item.d.ts +2 -2
  48. package/dist/dts/menu-item/menu-item.options.d.ts +1 -1
  49. package/dist/dts/menu-list/menu-list.bench.d.ts +3 -0
  50. package/dist/dts/patterns/start-end.d.ts +3 -3
  51. package/dist/dts/progress-bar/progress-bar.bench.d.ts +3 -0
  52. package/dist/dts/progress-bar/progress-bar.options.d.ts +4 -4
  53. package/dist/dts/radio/radio.bench.d.ts +3 -0
  54. package/dist/dts/radio/radio.d.ts +2 -2
  55. package/dist/dts/radio-group/radio-group.bench.d.ts +3 -0
  56. package/dist/dts/radio-group/radio-group.options.d.ts +1 -1
  57. package/dist/dts/slider/slider.bench.d.ts +3 -0
  58. package/dist/dts/slider/slider.options.d.ts +4 -4
  59. package/dist/dts/spinner/spinner.bench.d.ts +3 -0
  60. package/dist/dts/spinner/spinner.options.d.ts +2 -2
  61. package/dist/dts/switch/switch.bench.d.ts +3 -0
  62. package/dist/dts/switch/switch.d.ts +1 -1
  63. package/dist/dts/switch/switch.options.d.ts +1 -1
  64. package/dist/dts/tab/tab.bench.d.ts +3 -0
  65. package/dist/dts/tab/tab.d.ts +1 -1
  66. package/dist/dts/tab-panel/tab-panel.bench.d.ts +3 -0
  67. package/dist/dts/tabs/tabs.bench.d.ts +3 -0
  68. package/dist/dts/tabs/tabs.options.d.ts +4 -4
  69. package/dist/dts/text/text.bench.d.ts +3 -0
  70. package/dist/dts/text/text.options.d.ts +4 -4
  71. package/dist/dts/text-input/text-input.bench.d.ts +3 -0
  72. package/dist/dts/text-input/text-input.d.ts +0 -1
  73. package/dist/dts/text-input/text-input.options.d.ts +4 -4
  74. package/dist/dts/toggle-button/toggle-button.bench.d.ts +3 -0
  75. package/dist/dts/toggle-button/toggle-button.options.d.ts +3 -3
  76. package/dist/dts/utils/behaviors/match-media-stylesheet-behavior.d.ts +1 -1
  77. package/dist/dts/utils/display.d.ts +1 -1
  78. package/dist/dts/utils/template-helpers.d.ts +1 -1
  79. package/dist/dts/utils/typings.d.ts +1 -1
  80. package/dist/esm/accordion/accordion.bench.js +30 -0
  81. package/dist/esm/accordion/accordion.bench.js.map +1 -0
  82. package/dist/esm/accordion-item/accordion-item.bench.js +14 -0
  83. package/dist/esm/accordion-item/accordion-item.bench.js.map +1 -0
  84. package/dist/esm/anchor-button/anchor-button.bench.js +11 -0
  85. package/dist/esm/anchor-button/anchor-button.bench.js.map +1 -0
  86. package/dist/esm/avatar/avatar.bench.js +10 -0
  87. package/dist/esm/avatar/avatar.bench.js.map +1 -0
  88. package/dist/esm/badge/badge.bench.js +11 -0
  89. package/dist/esm/badge/badge.bench.js.map +1 -0
  90. package/dist/esm/button/button.bench.js +11 -0
  91. package/dist/esm/button/button.bench.js.map +1 -0
  92. package/dist/esm/button/button.js +26 -26
  93. package/dist/esm/button/button.js.map +1 -1
  94. package/dist/esm/button/button.styles.js +27 -27
  95. package/dist/esm/button/button.styles.js.map +1 -1
  96. package/dist/esm/checkbox/checkbox.bench.js +11 -0
  97. package/dist/esm/checkbox/checkbox.bench.js.map +1 -0
  98. package/dist/esm/compound-button/compound-button.bench.js +15 -0
  99. package/dist/esm/compound-button/compound-button.bench.js.map +1 -0
  100. package/dist/esm/counter-badge/counter-badge.bench.js +11 -0
  101. package/dist/esm/counter-badge/counter-badge.bench.js.map +1 -0
  102. package/dist/esm/dialog/dialog.bench.js +11 -0
  103. package/dist/esm/dialog/dialog.bench.js.map +1 -0
  104. package/dist/esm/dialog/dialog.js +31 -304
  105. package/dist/esm/dialog/dialog.js.map +1 -1
  106. package/dist/esm/dialog/dialog.options.js +1 -1
  107. package/dist/esm/dialog/dialog.options.js.map +1 -1
  108. package/dist/esm/dialog/dialog.styles.js +61 -84
  109. package/dist/esm/dialog/dialog.styles.js.map +1 -1
  110. package/dist/esm/dialog/dialog.template.js +17 -54
  111. package/dist/esm/dialog/dialog.template.js.map +1 -1
  112. package/dist/esm/dialog/index.js +1 -1
  113. package/dist/esm/dialog/index.js.map +1 -1
  114. package/dist/esm/dialog-body/define.js +4 -0
  115. package/dist/esm/dialog-body/define.js.map +1 -0
  116. package/dist/esm/dialog-body/dialog-body.bench.js +11 -0
  117. package/dist/esm/dialog-body/dialog-body.bench.js.map +1 -0
  118. package/dist/esm/dialog-body/dialog-body.definition.js +17 -0
  119. package/dist/esm/dialog-body/dialog-body.definition.js.map +1 -0
  120. package/dist/esm/dialog-body/dialog-body.js +22 -0
  121. package/dist/esm/dialog-body/dialog-body.js.map +1 -0
  122. package/dist/esm/dialog-body/dialog-body.styles.js +79 -0
  123. package/dist/esm/dialog-body/dialog-body.styles.js.map +1 -0
  124. package/dist/esm/dialog-body/dialog-body.template.js +42 -0
  125. package/dist/esm/dialog-body/dialog-body.template.js.map +1 -0
  126. package/dist/esm/dialog-body/index.js +5 -0
  127. package/dist/esm/dialog-body/index.js.map +1 -0
  128. package/dist/esm/divider/divider.bench.js +10 -0
  129. package/dist/esm/divider/divider.bench.js.map +1 -0
  130. package/dist/esm/form-associated/form-associated.js +66 -66
  131. package/dist/esm/form-associated/form-associated.js.map +1 -1
  132. package/dist/esm/image/image.bench.js +14 -0
  133. package/dist/esm/image/image.bench.js.map +1 -0
  134. package/dist/esm/index-rollup.js +1 -0
  135. package/dist/esm/index-rollup.js.map +1 -1
  136. package/dist/esm/index.js +2 -1
  137. package/dist/esm/index.js.map +1 -1
  138. package/dist/esm/label/label.bench.js +11 -0
  139. package/dist/esm/label/label.bench.js.map +1 -0
  140. package/dist/esm/menu/menu.bench.js +31 -0
  141. package/dist/esm/menu/menu.bench.js.map +1 -0
  142. package/dist/esm/menu-button/menu-button.bench.js +11 -0
  143. package/dist/esm/menu-button/menu-button.bench.js.map +1 -0
  144. package/dist/esm/menu-item/menu-item.bench.js +11 -0
  145. package/dist/esm/menu-item/menu-item.bench.js.map +1 -0
  146. package/dist/esm/menu-list/menu-list.bench.js +21 -0
  147. package/dist/esm/menu-list/menu-list.bench.js.map +1 -0
  148. package/dist/esm/progress-bar/progress-bar.bench.js +10 -0
  149. package/dist/esm/progress-bar/progress-bar.bench.js.map +1 -0
  150. package/dist/esm/radio/radio.bench.js +11 -0
  151. package/dist/esm/radio/radio.bench.js.map +1 -0
  152. package/dist/esm/radio/radio.js +11 -11
  153. package/dist/esm/radio/radio.js.map +1 -1
  154. package/dist/esm/radio-group/radio-group.bench.js +21 -0
  155. package/dist/esm/radio-group/radio-group.bench.js.map +1 -0
  156. package/dist/esm/slider/slider.bench.js +10 -0
  157. package/dist/esm/slider/slider.bench.js.map +1 -0
  158. package/dist/esm/slider/slider.template.js +1 -1
  159. package/dist/esm/slider/slider.template.js.map +1 -1
  160. package/dist/esm/spinner/spinner.bench.js +10 -0
  161. package/dist/esm/spinner/spinner.bench.js.map +1 -0
  162. package/dist/esm/switch/switch.bench.js +11 -0
  163. package/dist/esm/switch/switch.bench.js.map +1 -0
  164. package/dist/esm/switch/switch.js +5 -5
  165. package/dist/esm/switch/switch.js.map +1 -1
  166. package/dist/esm/tab/tab.bench.js +11 -0
  167. package/dist/esm/tab/tab.bench.js.map +1 -0
  168. package/dist/esm/tab-panel/tab-panel.bench.js +13 -0
  169. package/dist/esm/tab-panel/tab-panel.bench.js.map +1 -0
  170. package/dist/esm/tabs/tabs.bench.js +32 -0
  171. package/dist/esm/tabs/tabs.bench.js.map +1 -0
  172. package/dist/esm/text/text.bench.js +13 -0
  173. package/dist/esm/text/text.bench.js.map +1 -0
  174. package/dist/esm/text-input/text-input.bench.js +10 -0
  175. package/dist/esm/text-input/text-input.bench.js.map +1 -0
  176. package/dist/esm/theme/set-theme.js +10 -1
  177. package/dist/esm/theme/set-theme.js.map +1 -1
  178. package/dist/esm/toggle-button/toggle-button.bench.js +11 -0
  179. package/dist/esm/toggle-button/toggle-button.bench.js.map +1 -0
  180. package/dist/web-components.d.ts +51 -151
  181. package/dist/web-components.js +264 -838
  182. package/dist/web-components.min.js +235 -237
  183. package/package.json +15 -1
  184. package/dist/fluent-web-components.api.json +0 -29528
  185. package/docs/api-report.md +0 -3366
  186. package/playwright.config.ts +0 -24
  187. package/project.json +0 -6
  188. package/tensile.config.js +0 -22
  189. package/tsdoc.json +0 -44
@@ -1,3366 +0,0 @@
1
- ## API Report File for "@fluentui/web-components"
2
-
3
- > Do not edit this file. It is a report generated by [API Extractor](https://api-extractor.com/).
4
-
5
- ```ts
6
-
7
- /// <reference types="web" />
8
-
9
- import type { Constructable } from '@microsoft/fast-element';
10
- import { CSSDirective } from '@microsoft/fast-element';
11
- import { Direction } from '@microsoft/fast-web-utilities';
12
- import { ElementStyles } from '@microsoft/fast-element';
13
- import { ElementViewTemplate } from '@microsoft/fast-element';
14
- import { FASTElement } from '@microsoft/fast-element';
15
- import { FASTElementDefinition } from '@microsoft/fast-element';
16
- import type { HostBehavior } from '@microsoft/fast-element';
17
- import type { HostController } from '@microsoft/fast-element';
18
- import { HTMLDirective } from '@microsoft/fast-element';
19
- import { Orientation } from '@microsoft/fast-web-utilities';
20
- import type { SyntheticViewTemplate } from '@microsoft/fast-element';
21
- import type { Theme } from '@fluentui/tokens';
22
- import { ViewTemplate } from '@microsoft/fast-element';
23
-
24
- // @public
25
- export class Accordion extends FASTElement {
26
- // (undocumented)
27
- protected accordionItems: Element[];
28
- expandmode: AccordionExpandMode;
29
- // (undocumented)
30
- expandmodeChanged(prev: AccordionExpandMode, next: AccordionExpandMode): void;
31
- // @internal (undocumented)
32
- handleChange(source: any, propertyName: string): void;
33
- // @internal (undocumented)
34
- slottedAccordionItems: HTMLElement[];
35
- // @internal (undocumented)
36
- slottedAccordionItemsChanged(oldValue: HTMLElement[], newValue: HTMLElement[]): void;
37
- }
38
-
39
- // @public (undocumented)
40
- export const accordionDefinition: FASTElementDefinition<typeof Accordion>;
41
-
42
- // @public
43
- export const AccordionExpandMode: {
44
- readonly single: "single";
45
- readonly multi: "multi";
46
- };
47
-
48
- // Warning: (ae-forgotten-export) The symbol "ValuesOf" needs to be exported by the entry point index.d.ts
49
- //
50
- // @public
51
- export type AccordionExpandMode = ValuesOf<typeof AccordionExpandMode>;
52
-
53
- // Warning: (ae-different-release-tags) This symbol has another declaration with a different release tag
54
- // Warning: (ae-internal-mixed-release-tag) Mixed release tags are not allowed for "AccordionItem" because one of its declarations is marked as @internal
55
- //
56
- // @public (undocumented)
57
- export class AccordionItem extends FASTElement {
58
- block: boolean;
59
- // @internal (undocumented)
60
- clickHandler: (e: MouseEvent) => void;
61
- disabled: boolean;
62
- // @internal (undocumented)
63
- expandbutton: HTMLElement;
64
- expanded: boolean;
65
- expandIconPosition?: AccordionItemExpandIconPosition;
66
- headinglevel: 1 | 2 | 3 | 4 | 5 | 6;
67
- id: string;
68
- size?: AccordionItemSize;
69
- }
70
-
71
- // Warning: (ae-forgotten-export) The symbol "StartEnd" needs to be exported by the entry point index.d.ts
72
- //
73
- // @internal
74
- export interface AccordionItem extends StartEnd {
75
- }
76
-
77
- // @public (undocumented)
78
- export const accordionItemDefinition: FASTElementDefinition<typeof AccordionItem>;
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
- //
82
- // @public
83
- export const AccordionItemExpandIconPosition: {
84
- readonly start: "start";
85
- readonly end: "end";
86
- };
87
-
88
- // @public
89
- export type AccordionItemExpandIconPosition = ValuesOf<typeof AccordionItemExpandIconPosition>;
90
-
91
- // Warning: (ae-forgotten-export) The symbol "StartEndOptions" needs to be exported by the entry point index.d.ts
92
- //
93
- // @public
94
- export type AccordionItemOptions = StartEndOptions<AccordionItem> & {
95
- expandedIcon?: StaticallyComposableHTML<AccordionItem>;
96
- collapsedIcon?: StaticallyComposableHTML<AccordionItem>;
97
- };
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
- //
101
- // @public
102
- export const AccordionItemSize: {
103
- readonly small: "small";
104
- readonly medium: "medium";
105
- readonly large: "large";
106
- readonly extraLarge: "extra-large";
107
- };
108
-
109
- // @public
110
- export type AccordionItemSize = ValuesOf<typeof AccordionItemSize>;
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
- //
114
- // @public (undocumented)
115
- export const accordionItemStyles: ElementStyles;
116
-
117
- // @public
118
- export const accordionItemTemplate: ElementViewTemplate<AccordionItem>;
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
- //
122
- // @public (undocumented)
123
- export const accordionStyles: ElementStyles;
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
- //
127
- // @public (undocumented)
128
- export const accordionTemplate: ElementViewTemplate<Accordion>;
129
-
130
- // Warning: (ae-different-release-tags) This symbol has another declaration with a different release tag
131
- // Warning: (ae-internal-mixed-release-tag) Mixed release tags are not allowed for "AnchorButton" because one of its declarations is marked as @internal
132
- //
133
- // @public
134
- export class AnchorButton extends FASTElement {
135
- appearance?: AnchorButtonAppearance | undefined;
136
- // (undocumented)
137
- connectedCallback(): void;
138
- control: HTMLAnchorElement;
139
- // @internal
140
- defaultSlottedContent: HTMLElement[];
141
- disabled?: boolean;
142
- // (undocumented)
143
- protected disabledChanged(prev: boolean, next: boolean): void;
144
- disabledFocusable?: boolean;
145
- // (undocumented)
146
- protected disabledFocusableChanged(prev: boolean, next: boolean): void;
147
- // (undocumented)
148
- disconnectedCallback(): void;
149
- download: string;
150
- href: string;
151
- hreflang: string;
152
- iconOnly: boolean;
153
- ping: string;
154
- referrerpolicy: string;
155
- rel: string;
156
- shape?: AnchorButtonShape | undefined;
157
- size?: AnchorButtonSize;
158
- target: AnchorTarget;
159
- type: string;
160
- }
161
-
162
- // Warning: (ae-forgotten-export) The symbol "DelegatesARIALink" needs to be exported by the entry point index.d.ts
163
- //
164
- // @internal
165
- export interface AnchorButton extends StartEnd, DelegatesARIALink {
166
- }
167
-
168
- // @public
169
- export const AnchorButtonAppearance: {
170
- readonly primary: "primary";
171
- readonly outline: "outline";
172
- readonly subtle: "subtle";
173
- readonly secondary: "secondary";
174
- readonly transparent: "transparent";
175
- };
176
-
177
- // @public
178
- export type AnchorButtonAppearance = ValuesOf<typeof AnchorButtonAppearance>;
179
-
180
- // @public (undocumented)
181
- export const AnchorButtonDefinition: FASTElementDefinition<typeof AnchorButton>;
182
-
183
- // @public
184
- export type AnchorButtonOptions = StartEndOptions<AnchorButton>;
185
-
186
- // @public
187
- export const AnchorButtonShape: {
188
- readonly circular: "circular";
189
- readonly rounded: "rounded";
190
- readonly square: "square";
191
- };
192
-
193
- // @public
194
- export type AnchorButtonShape = ValuesOf<typeof AnchorButtonShape>;
195
-
196
- // @public
197
- export const AnchorButtonSize: {
198
- readonly small: "small";
199
- readonly medium: "medium";
200
- readonly large: "large";
201
- };
202
-
203
- // @public
204
- export type AnchorButtonSize = ValuesOf<typeof AnchorButtonSize>;
205
-
206
- // @public
207
- export const AnchorButtonTemplate: ElementViewTemplate<AnchorButton>;
208
-
209
- // @public
210
- export const AnchorTarget: {
211
- readonly _self: "_self";
212
- readonly _blank: "_blank";
213
- readonly _parent: "_parent";
214
- readonly _top: "_top";
215
- };
216
-
217
- // @public
218
- export type AnchorTarget = ValuesOf<typeof AnchorTarget>;
219
-
220
- // @public
221
- export class Avatar extends FASTElement {
222
- active?: AvatarActive | undefined;
223
- appearance?: AvatarAppearance | undefined;
224
- color?: AvatarColor;
225
- colorId?: AvatarNamedColor | undefined;
226
- static colors: ("anchor" | "dark-red" | "cranberry" | "red" | "pumpkin" | "peach" | "marigold" | "gold" | "brass" | "brown" | "forest" | "seafoam" | "dark-green" | "light-teal" | "teal" | "steel" | "blue" | "royal-blue" | "cornflower" | "navy" | "lavender" | "purple" | "grape" | "lilac" | "pink" | "magenta" | "plum" | "beige" | "mink" | "platinum")[];
227
- // @internal
228
- generateColor(): AvatarColor | void;
229
- // @internal
230
- generateInitials(): string | void;
231
- initials?: string | undefined;
232
- name?: string | undefined;
233
- shape?: AvatarShape | undefined;
234
- size?: AvatarSize | undefined;
235
- }
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
- //
240
- // @public
241
- export const AvatarActive: {
242
- readonly active: "active";
243
- readonly inactive: "inactive";
244
- };
245
-
246
- // @public
247
- export type AvatarActive = ValuesOf<typeof AvatarActive>;
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
- //
252
- // @public
253
- export const AvatarAppearance: {
254
- readonly ring: "ring";
255
- readonly shadow: "shadow";
256
- readonly ringShadow: "ring-shadow";
257
- };
258
-
259
- // @public
260
- export type AvatarAppearance = ValuesOf<typeof AvatarAppearance>;
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
- //
265
- // @public
266
- export const AvatarColor: {
267
- readonly darkRed: "dark-red";
268
- readonly cranberry: "cranberry";
269
- readonly red: "red";
270
- readonly pumpkin: "pumpkin";
271
- readonly peach: "peach";
272
- readonly marigold: "marigold";
273
- readonly gold: "gold";
274
- readonly brass: "brass";
275
- readonly brown: "brown";
276
- readonly forest: "forest";
277
- readonly seafoam: "seafoam";
278
- readonly darkGreen: "dark-green";
279
- readonly lightTeal: "light-teal";
280
- readonly teal: "teal";
281
- readonly steel: "steel";
282
- readonly blue: "blue";
283
- readonly royalBlue: "royal-blue";
284
- readonly cornflower: "cornflower";
285
- readonly navy: "navy";
286
- readonly lavender: "lavender";
287
- readonly purple: "purple";
288
- readonly grape: "grape";
289
- readonly lilac: "lilac";
290
- readonly pink: "pink";
291
- readonly magenta: "magenta";
292
- readonly plum: "plum";
293
- readonly beige: "beige";
294
- readonly mink: "mink";
295
- readonly platinum: "platinum";
296
- readonly anchor: "anchor";
297
- readonly neutral: "neutral";
298
- readonly brand: "brand";
299
- readonly colorful: "colorful";
300
- };
301
-
302
- // @public
303
- export type AvatarColor = ValuesOf<typeof AvatarColor>;
304
-
305
- // @public
306
- export const AvatarDefinition: FASTElementDefinition<typeof Avatar>;
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
- //
310
- // @public
311
- export const AvatarNamedColor: {
312
- readonly darkRed: "dark-red";
313
- readonly cranberry: "cranberry";
314
- readonly red: "red";
315
- readonly pumpkin: "pumpkin";
316
- readonly peach: "peach";
317
- readonly marigold: "marigold";
318
- readonly gold: "gold";
319
- readonly brass: "brass";
320
- readonly brown: "brown";
321
- readonly forest: "forest";
322
- readonly seafoam: "seafoam";
323
- readonly darkGreen: "dark-green";
324
- readonly lightTeal: "light-teal";
325
- readonly teal: "teal";
326
- readonly steel: "steel";
327
- readonly blue: "blue";
328
- readonly royalBlue: "royal-blue";
329
- readonly cornflower: "cornflower";
330
- readonly navy: "navy";
331
- readonly lavender: "lavender";
332
- readonly purple: "purple";
333
- readonly grape: "grape";
334
- readonly lilac: "lilac";
335
- readonly pink: "pink";
336
- readonly magenta: "magenta";
337
- readonly plum: "plum";
338
- readonly beige: "beige";
339
- readonly mink: "mink";
340
- readonly platinum: "platinum";
341
- readonly anchor: "anchor";
342
- };
343
-
344
- // @public
345
- export type AvatarNamedColor = ValuesOf<typeof AvatarNamedColor>;
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
- //
350
- // @public
351
- export const AvatarShape: {
352
- readonly circular: "circular";
353
- readonly square: "square";
354
- };
355
-
356
- // @public
357
- export type AvatarShape = ValuesOf<typeof AvatarShape>;
358
-
359
- // @public
360
- export const AvatarSize: {
361
- readonly _16: 16;
362
- readonly _20: 20;
363
- readonly _24: 24;
364
- readonly _28: 28;
365
- readonly _32: 32;
366
- readonly _36: 36;
367
- readonly _40: 40;
368
- readonly _48: 48;
369
- readonly _56: 56;
370
- readonly _64: 64;
371
- readonly _72: 72;
372
- readonly _96: 96;
373
- readonly _120: 120;
374
- readonly _128: 128;
375
- };
376
-
377
- // @public
378
- export type AvatarSize = ValuesOf<typeof AvatarSize>;
379
-
380
- // @public
381
- export const AvatarStyles: ElementStyles;
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
- //
385
- // @public (undocumented)
386
- export const AvatarTemplate: ElementViewTemplate<Avatar>;
387
-
388
- // Warning: (ae-different-release-tags) This symbol has another declaration with a different release tag
389
- // Warning: (ae-internal-mixed-release-tag) Mixed release tags are not allowed for "Badge" because one of its declarations is marked as @internal
390
- //
391
- // @public
392
- export class Badge extends FASTElement {
393
- appearance: BadgeAppearance;
394
- color: BadgeColor;
395
- shape?: BadgeShape;
396
- size?: BadgeSize;
397
- }
398
-
399
- // @internal
400
- export interface Badge extends StartEnd {
401
- }
402
-
403
- // @public
404
- export const BadgeAppearance: {
405
- readonly filled: "filled";
406
- readonly ghost: "ghost";
407
- readonly outline: "outline";
408
- readonly tint: "tint";
409
- };
410
-
411
- // @public
412
- export type BadgeAppearance = ValuesOf<typeof BadgeAppearance>;
413
-
414
- // @public
415
- export const BadgeColor: {
416
- readonly brand: "brand";
417
- readonly danger: "danger";
418
- readonly important: "important";
419
- readonly informative: "informative";
420
- readonly severe: "severe";
421
- readonly subtle: "subtle";
422
- readonly success: "success";
423
- readonly warning: "warning";
424
- };
425
-
426
- // @public
427
- export type BadgeColor = ValuesOf<typeof BadgeColor>;
428
-
429
- // @public (undocumented)
430
- export const BadgeDefinition: FASTElementDefinition<typeof Badge>;
431
-
432
- // @public
433
- export const BadgeShape: {
434
- readonly circular: "circular";
435
- readonly rounded: "rounded";
436
- readonly square: "square";
437
- };
438
-
439
- // @public
440
- export type BadgeShape = ValuesOf<typeof BadgeShape>;
441
-
442
- // @public
443
- export const BadgeSize: {
444
- readonly tiny: "tiny";
445
- readonly extraSmall: "extra-small";
446
- readonly small: "small";
447
- readonly medium: "medium";
448
- readonly large: "large";
449
- readonly extraLarge: "extra-large";
450
- };
451
-
452
- // @public
453
- export type BadgeSize = ValuesOf<typeof BadgeSize>;
454
-
455
- // @public
456
- export const BadgeStyles: ElementStyles;
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
- //
460
- // @public (undocumented)
461
- export const BadgeTemplate: ElementViewTemplate<Badge>;
462
-
463
- // @public
464
- export const borderRadiusCircular = "var(--borderRadiusCircular)";
465
-
466
- // @public
467
- export const borderRadiusLarge = "var(--borderRadiusLarge)";
468
-
469
- // @public
470
- export const borderRadiusMedium = "var(--borderRadiusMedium)";
471
-
472
- // @public
473
- export const borderRadiusNone = "var(--borderRadiusNone)";
474
-
475
- // @public
476
- export const borderRadiusSmall = "var(--borderRadiusSmall)";
477
-
478
- // @public
479
- export const borderRadiusXLarge = "var(--borderRadiusXLarge)";
480
-
481
- // Warning: (ae-different-release-tags) This symbol has another declaration with a different release tag
482
- // Warning: (ae-internal-mixed-release-tag) Mixed release tags are not allowed for "Button" because one of its declarations is marked as @internal
483
- //
484
- // @public
485
- export class Button extends FASTElement {
486
- constructor();
487
- appearance?: ButtonAppearance;
488
- autofocus: boolean;
489
- // @internal
490
- clickHandler(e: Event): boolean | void;
491
- // (undocumented)
492
- connectedCallback(): void;
493
- defaultSlottedContent: HTMLElement[];
494
- disabled?: boolean;
495
- disabledFocusable: boolean;
496
- // @internal
497
- disabledFocusableChanged(previous: boolean, next: boolean): void;
498
- // @internal
499
- protected elementInternals: ElementInternals;
500
- get form(): HTMLFormElement | null;
501
- formAction?: string;
502
- static readonly formAssociated = true;
503
- formAttribute?: string;
504
- // @internal
505
- formDisabledCallback(disabled: boolean): void;
506
- formEnctype?: string;
507
- formMethod?: string;
508
- formNoValidate?: boolean;
509
- formTarget?: ButtonFormTarget;
510
- iconOnly: boolean;
511
- keypressHandler(e: KeyboardEvent): boolean | void;
512
- get labels(): ReadonlyArray<Node>;
513
- name?: string;
514
- protected press(): void;
515
- resetForm(): void;
516
- shape?: ButtonShape;
517
- size?: ButtonSize;
518
- type: ButtonType;
519
- // @internal
520
- typeChanged(previous: ButtonType, next: ButtonType): void;
521
- value?: string;
522
- }
523
-
524
- // @internal (undocumented)
525
- export interface Button extends StartEnd {
526
- }
527
-
528
- // @public
529
- export const ButtonAppearance: {
530
- readonly primary: "primary";
531
- readonly outline: "outline";
532
- readonly subtle: "subtle";
533
- readonly secondary: "secondary";
534
- readonly transparent: "transparent";
535
- };
536
-
537
- // @public
538
- export type ButtonAppearance = ValuesOf<typeof ButtonAppearance>;
539
-
540
- // @public
541
- export const ButtonDefinition: FASTElementDefinition<typeof Button>;
542
-
543
- // @public
544
- export const ButtonFormTarget: {
545
- readonly blank: "_blank";
546
- readonly self: "_self";
547
- readonly parent: "_parent";
548
- readonly top: "_top";
549
- };
550
-
551
- // @public
552
- export type ButtonFormTarget = ValuesOf<typeof ButtonFormTarget>;
553
-
554
- // @public
555
- type ButtonOptions = StartEndOptions<Button>;
556
- export { ButtonOptions }
557
- export { ButtonOptions as MenuButtonOptions }
558
- export { ButtonOptions as ToggleButtonOptions }
559
-
560
- // @public
561
- export const ButtonShape: {
562
- readonly circular: "circular";
563
- readonly rounded: "rounded";
564
- readonly square: "square";
565
- };
566
-
567
- // @public
568
- export type ButtonShape = ValuesOf<typeof ButtonShape>;
569
-
570
- // @public
571
- export const ButtonSize: {
572
- readonly small: "small";
573
- readonly medium: "medium";
574
- readonly large: "large";
575
- };
576
-
577
- // @public
578
- export type ButtonSize = ValuesOf<typeof ButtonSize>;
579
-
580
- // @public
581
- export const ButtonTemplate: ElementViewTemplate<Button>;
582
-
583
- // @public
584
- export const ButtonType: {
585
- readonly submit: "submit";
586
- readonly reset: "reset";
587
- readonly button: "button";
588
- };
589
-
590
- // @public
591
- export type ButtonType = ValuesOf<typeof ButtonType>;
592
-
593
- // Warning: (ae-forgotten-export) The symbol "FormAssociatedCheckbox" needs to be exported by the entry point index.d.ts
594
- //
595
- // @public
596
- export class Checkbox extends FormAssociatedCheckbox {
597
- constructor();
598
- // @internal (undocumented)
599
- clickHandler: (e: MouseEvent) => void;
600
- // @internal (undocumented)
601
- defaultSlottedNodes: Node[];
602
- indeterminate: boolean;
603
- // @internal
604
- initialValue: string;
605
- // @internal (undocumented)
606
- keypressHandler: (e: KeyboardEvent) => void;
607
- // Warning: (ae-forgotten-export) The symbol "CheckboxLabelPosition" needs to be exported by the entry point index.d.ts
608
- labelPosition?: CheckboxLabelPosition;
609
- shape?: CheckboxShape;
610
- size?: CheckboxSize;
611
- }
612
-
613
- // @public
614
- export const CheckboxDefinition: FASTElementDefinition<typeof Checkbox>;
615
-
616
- // @public
617
- export type CheckboxOptions = {
618
- checkedIndicator?: StaticallyComposableHTML<Checkbox>;
619
- indeterminateIndicator?: StaticallyComposableHTML<Checkbox>;
620
- };
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
- //
624
- // @public
625
- export const CheckboxShape: {
626
- readonly circular: "circular";
627
- readonly square: "square";
628
- };
629
-
630
- // @public (undocumented)
631
- export type CheckboxShape = ValuesOf<typeof CheckboxShape>;
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
- //
635
- // @public
636
- export const CheckboxSize: {
637
- readonly medium: "medium";
638
- readonly large: "large";
639
- };
640
-
641
- // @public (undocumented)
642
- export type CheckboxSize = ValuesOf<typeof CheckboxSize>;
643
-
644
- // @public
645
- export const CheckboxStyles: ElementStyles;
646
-
647
- // @public
648
- export const CheckboxTemplate: ElementViewTemplate<Checkbox>;
649
-
650
- // @public
651
- export const colorBackgroundOverlay = "var(--colorBackgroundOverlay)";
652
-
653
- // @public
654
- export const colorBrandBackground = "var(--colorBrandBackground)";
655
-
656
- // @public
657
- export const colorBrandBackground2 = "var(--colorBrandBackground2)";
658
-
659
- // @public
660
- export const colorBrandBackground2Hover = "var(--colorBrandBackground2Hover)";
661
-
662
- // @public
663
- export const colorBrandBackground2Pressed = "var(--colorBrandBackground2Pressed)";
664
-
665
- // @public
666
- export const colorBrandBackground3Static = "var(--colorBrandBackground3Static)";
667
-
668
- // @public
669
- export const colorBrandBackground4Static = "var(--colorBrandBackground4Static)";
670
-
671
- // @public
672
- export const colorBrandBackgroundHover = "var(--colorBrandBackgroundHover)";
673
-
674
- // @public
675
- export const colorBrandBackgroundInverted = "var(--colorBrandBackgroundInverted)";
676
-
677
- // @public
678
- export const colorBrandBackgroundInvertedHover = "var(--colorBrandBackgroundInvertedHover)";
679
-
680
- // @public
681
- export const colorBrandBackgroundInvertedPressed = "var(--colorBrandBackgroundInvertedPressed)";
682
-
683
- // @public
684
- export const colorBrandBackgroundInvertedSelected = "var(--colorBrandBackgroundInvertedSelected)";
685
-
686
- // @public
687
- export const colorBrandBackgroundPressed = "var(--colorBrandBackgroundPressed)";
688
-
689
- // @public
690
- export const colorBrandBackgroundSelected = "var(--colorBrandBackgroundSelected)";
691
-
692
- // @public
693
- export const colorBrandBackgroundStatic = "var(--colorBrandBackgroundStatic)";
694
-
695
- // @public
696
- export const colorBrandForeground1 = "var(--colorBrandForeground1)";
697
-
698
- // @public
699
- export const colorBrandForeground2 = "var(--colorBrandForeground2)";
700
-
701
- // @public
702
- export const colorBrandForeground2Hover = "var(--colorBrandForeground2Hover)";
703
-
704
- // @public
705
- export const colorBrandForeground2Pressed = "var(--colorBrandForeground2Pressed)";
706
-
707
- // @public
708
- export const colorBrandForegroundInverted = "var(--colorBrandForegroundInverted)";
709
-
710
- // @public
711
- export const colorBrandForegroundInvertedHover = "var(--colorBrandForegroundInvertedHover)";
712
-
713
- // @public
714
- export const colorBrandForegroundInvertedPressed = "var(--colorBrandForegroundInvertedPressed)";
715
-
716
- // @public
717
- export const colorBrandForegroundLink = "var(--colorBrandForegroundLink)";
718
-
719
- // @public
720
- export const colorBrandForegroundLinkHover = "var(--colorBrandForegroundLinkHover)";
721
-
722
- // @public
723
- export const colorBrandForegroundLinkPressed = "var(--colorBrandForegroundLinkPressed)";
724
-
725
- // @public
726
- export const colorBrandForegroundLinkSelected = "var(--colorBrandForegroundLinkSelected)";
727
-
728
- // @public
729
- export const colorBrandForegroundOnLight = "var(--colorBrandForegroundOnLight)";
730
-
731
- // @public
732
- export const colorBrandForegroundOnLightHover = "var(--colorBrandForegroundOnLightHover)";
733
-
734
- // @public
735
- export const colorBrandForegroundOnLightPressed = "var(--colorBrandForegroundOnLightPressed)";
736
-
737
- // @public
738
- export const colorBrandForegroundOnLightSelected = "var(--colorBrandForegroundOnLightSelected)";
739
-
740
- // @public
741
- export const colorBrandShadowAmbient = "var(--colorBrandShadowAmbient)";
742
-
743
- // @public
744
- export const colorBrandShadowKey = "var(--colorBrandShadowKey)";
745
-
746
- // @public
747
- export const colorBrandStroke1 = "var(--colorBrandStroke1)";
748
-
749
- // @public
750
- export const colorBrandStroke2 = "var(--colorBrandStroke2)";
751
-
752
- // @public
753
- export const colorBrandStroke2Contrast = "var(--colorBrandStroke2Contrast)";
754
-
755
- // @public
756
- export const colorBrandStroke2Hover = "var(--colorBrandStroke2Hover)";
757
-
758
- // @public
759
- export const colorBrandStroke2Pressed = "var(--colorBrandStroke2Pressed)";
760
-
761
- // @public
762
- export const colorCompoundBrandBackground = "var(--colorCompoundBrandBackground)";
763
-
764
- // @public
765
- export const colorCompoundBrandBackgroundHover = "var(--colorCompoundBrandBackgroundHover)";
766
-
767
- // @public
768
- export const colorCompoundBrandBackgroundPressed = "var(--colorCompoundBrandBackgroundPressed)";
769
-
770
- // @public
771
- export const colorCompoundBrandForeground1 = "var(--colorCompoundBrandForeground1)";
772
-
773
- // @public
774
- export const colorCompoundBrandForeground1Hover = "var(--colorCompoundBrandForeground1Hover)";
775
-
776
- // @public
777
- export const colorCompoundBrandForeground1Pressed = "var(--colorCompoundBrandForeground1Pressed)";
778
-
779
- // @public
780
- export const colorCompoundBrandStroke = "var(--colorCompoundBrandStroke)";
781
-
782
- // @public
783
- export const colorCompoundBrandStrokeHover = "var(--colorCompoundBrandStrokeHover)";
784
-
785
- // @public
786
- export const colorCompoundBrandStrokePressed = "var(--colorCompoundBrandStrokePressed)";
787
-
788
- // @public
789
- export const colorNeutralBackground1 = "var(--colorNeutralBackground1)";
790
-
791
- // @public
792
- export const colorNeutralBackground1Hover = "var(--colorNeutralBackground1Hover)";
793
-
794
- // @public
795
- export const colorNeutralBackground1Pressed = "var(--colorNeutralBackground1Pressed)";
796
-
797
- // @public
798
- export const colorNeutralBackground1Selected = "var(--colorNeutralBackground1Selected)";
799
-
800
- // @public
801
- export const colorNeutralBackground2 = "var(--colorNeutralBackground2)";
802
-
803
- // @public
804
- export const colorNeutralBackground2Hover = "var(--colorNeutralBackground2Hover)";
805
-
806
- // @public
807
- export const colorNeutralBackground2Pressed = "var(--colorNeutralBackground2Pressed)";
808
-
809
- // @public
810
- export const colorNeutralBackground2Selected = "var(--colorNeutralBackground2Selected)";
811
-
812
- // @public
813
- export const colorNeutralBackground3 = "var(--colorNeutralBackground3)";
814
-
815
- // @public
816
- export const colorNeutralBackground3Hover = "var(--colorNeutralBackground3Hover)";
817
-
818
- // @public
819
- export const colorNeutralBackground3Pressed = "var(--colorNeutralBackground3Pressed)";
820
-
821
- // @public
822
- export const colorNeutralBackground3Selected = "var(--colorNeutralBackground3Selected)";
823
-
824
- // @public
825
- export const colorNeutralBackground4 = "var(--colorNeutralBackground4)";
826
-
827
- // @public
828
- export const colorNeutralBackground4Hover = "var(--colorNeutralBackground4Hover)";
829
-
830
- // @public
831
- export const colorNeutralBackground4Pressed = "var(--colorNeutralBackground4Pressed)";
832
-
833
- // @public
834
- export const colorNeutralBackground4Selected = "var(--colorNeutralBackground4Selected)";
835
-
836
- // @public
837
- export const colorNeutralBackground5 = "var(--colorNeutralBackground5)";
838
-
839
- // @public
840
- export const colorNeutralBackground5Hover = "var(--colorNeutralBackground5Hover)";
841
-
842
- // @public
843
- export const colorNeutralBackground5Pressed = "var(--colorNeutralBackground5Pressed)";
844
-
845
- // @public
846
- export const colorNeutralBackground5Selected = "var(--colorNeutralBackground5Selected)";
847
-
848
- // @public
849
- export const colorNeutralBackground6 = "var(--colorNeutralBackground6)";
850
-
851
- // @public
852
- export const colorNeutralBackgroundAlpha = "var(--colorNeutralBackgroundAlpha)";
853
-
854
- // @public
855
- export const colorNeutralBackgroundAlpha2 = "var(--colorNeutralBackgroundAlpha2)";
856
-
857
- // @public
858
- export const colorNeutralBackgroundDisabled = "var(--colorNeutralBackgroundDisabled)";
859
-
860
- // @public
861
- export const colorNeutralBackgroundInverted = "var(--colorNeutralBackgroundInverted)";
862
-
863
- // @public
864
- export const colorNeutralBackgroundInvertedDisabled = "var(--colorNeutralBackgroundInvertedDisabled)";
865
-
866
- // @public
867
- export const colorNeutralBackgroundStatic = "var(--colorNeutralBackgroundStatic)";
868
-
869
- // @public
870
- export const colorNeutralCardBackground = "var(--colorNeutralCardBackground)";
871
-
872
- // @public
873
- export const colorNeutralCardBackgroundDisabled = "var(--colorNeutralCardBackgroundDisabled)";
874
-
875
- // @public
876
- export const colorNeutralCardBackgroundHover = "var(--colorNeutralCardBackgroundHover)";
877
-
878
- // @public
879
- export const colorNeutralCardBackgroundPressed = "var(--colorNeutralCardBackgroundPressed)";
880
-
881
- // @public
882
- export const colorNeutralCardBackgroundSelected = "var(--colorNeutralCardBackgroundSelected)";
883
-
884
- // @public
885
- export const colorNeutralForeground1 = "var(--colorNeutralForeground1)";
886
-
887
- // @public
888
- export const colorNeutralForeground1Hover = "var(--colorNeutralForeground1Hover)";
889
-
890
- // @public
891
- export const colorNeutralForeground1Pressed = "var(--colorNeutralForeground1Pressed)";
892
-
893
- // @public
894
- export const colorNeutralForeground1Selected = "var(--colorNeutralForeground1Selected)";
895
-
896
- // @public
897
- export const colorNeutralForeground1Static = "var(--colorNeutralForeground1Static)";
898
-
899
- // @public
900
- export const colorNeutralForeground2 = "var(--colorNeutralForeground2)";
901
-
902
- // @public
903
- export const colorNeutralForeground2BrandHover = "var(--colorNeutralForeground2BrandHover)";
904
-
905
- // @public
906
- export const colorNeutralForeground2BrandPressed = "var(--colorNeutralForeground2BrandPressed)";
907
-
908
- // @public
909
- export const colorNeutralForeground2BrandSelected = "var(--colorNeutralForeground2BrandSelected)";
910
-
911
- // @public
912
- export const colorNeutralForeground2Hover = "var(--colorNeutralForeground2Hover)";
913
-
914
- // @public
915
- export const colorNeutralForeground2Link = "var(--colorNeutralForeground2Link)";
916
-
917
- // @public
918
- export const colorNeutralForeground2LinkHover = "var(--colorNeutralForeground2LinkHover)";
919
-
920
- // @public
921
- export const colorNeutralForeground2LinkPressed = "var(--colorNeutralForeground2LinkPressed)";
922
-
923
- // @public
924
- export const colorNeutralForeground2LinkSelected = "var(--colorNeutralForeground2LinkSelected)";
925
-
926
- // @public
927
- export const colorNeutralForeground2Pressed = "var(--colorNeutralForeground2Pressed)";
928
-
929
- // @public
930
- export const colorNeutralForeground2Selected = "var(--colorNeutralForeground2Selected)";
931
-
932
- // @public
933
- export const colorNeutralForeground3 = "var(--colorNeutralForeground3)";
934
-
935
- // @public
936
- export const colorNeutralForeground3BrandHover = "var(--colorNeutralForeground3BrandHover)";
937
-
938
- // @public
939
- export const colorNeutralForeground3BrandPressed = "var(--colorNeutralForeground3BrandPressed)";
940
-
941
- // @public
942
- export const colorNeutralForeground3BrandSelected = "var(--colorNeutralForeground3BrandSelected)";
943
-
944
- // @public
945
- export const colorNeutralForeground3Hover = "var(--colorNeutralForeground3Hover)";
946
-
947
- // @public
948
- export const colorNeutralForeground3Pressed = "var(--colorNeutralForeground3Pressed)";
949
-
950
- // @public
951
- export const colorNeutralForeground3Selected = "var(--colorNeutralForeground3Selected)";
952
-
953
- // @public
954
- export const colorNeutralForeground4 = "var(--colorNeutralForeground4)";
955
-
956
- // @public
957
- export const colorNeutralForegroundDisabled = "var(--colorNeutralForegroundDisabled)";
958
-
959
- // @public
960
- export const colorNeutralForegroundInverted = "var(--colorNeutralForegroundInverted)";
961
-
962
- // @public
963
- export const colorNeutralForegroundInverted2 = "var(--colorNeutralForegroundInverted2)";
964
-
965
- // @public
966
- export const colorNeutralForegroundInvertedDisabled = "var(--colorNeutralForegroundInvertedDisabled)";
967
-
968
- // @public
969
- export const colorNeutralForegroundInvertedHover = "var(--colorNeutralForegroundInvertedHover)";
970
-
971
- // @public
972
- export const colorNeutralForegroundInvertedLink = "var(--colorNeutralForegroundInvertedLink)";
973
-
974
- // @public
975
- export const colorNeutralForegroundInvertedLinkHover = "var(--colorNeutralForegroundInvertedLinkHover)";
976
-
977
- // @public
978
- export const colorNeutralForegroundInvertedLinkPressed = "var(--colorNeutralForegroundInvertedLinkPressed)";
979
-
980
- // @public
981
- export const colorNeutralForegroundInvertedLinkSelected = "var(--colorNeutralForegroundInvertedLinkSelected)";
982
-
983
- // @public
984
- export const colorNeutralForegroundInvertedPressed = "var(--colorNeutralForegroundInvertedPressed)";
985
-
986
- // @public
987
- export const colorNeutralForegroundInvertedSelected = "var(--colorNeutralForegroundInvertedSelected)";
988
-
989
- // @public
990
- export const colorNeutralForegroundOnBrand = "var(--colorNeutralForegroundOnBrand)";
991
-
992
- // @public
993
- export const colorNeutralForegroundStaticInverted = "var(--colorNeutralForegroundStaticInverted)";
994
-
995
- // @public
996
- export const colorNeutralShadowAmbient = "var(--colorNeutralShadowAmbient)";
997
-
998
- // @public
999
- export const colorNeutralShadowAmbientDarker = "var(--colorNeutralShadowAmbientDarker)";
1000
-
1001
- // @public
1002
- export const colorNeutralShadowAmbientLighter = "var(--colorNeutralShadowAmbientLighter)";
1003
-
1004
- // @public
1005
- export const colorNeutralShadowKey = "var(--colorNeutralShadowKey)";
1006
-
1007
- // @public
1008
- export const colorNeutralShadowKeyDarker = "var(--colorNeutralShadowKeyDarker)";
1009
-
1010
- // @public
1011
- export const colorNeutralShadowKeyLighter = "var(--colorNeutralShadowKeyLighter)";
1012
-
1013
- // @public
1014
- export const colorNeutralStencil1 = "var(--colorNeutralStencil1)";
1015
-
1016
- // @public
1017
- export const colorNeutralStencil1Alpha = "var(--colorNeutralStencil1Alpha)";
1018
-
1019
- // @public
1020
- export const colorNeutralStencil2 = "var(--colorNeutralStencil2)";
1021
-
1022
- // @public
1023
- export const colorNeutralStencil2Alpha = "var(--colorNeutralStencil2Alpha)";
1024
-
1025
- // @public
1026
- export const colorNeutralStroke1 = "var(--colorNeutralStroke1)";
1027
-
1028
- // @public
1029
- export const colorNeutralStroke1Hover = "var(--colorNeutralStroke1Hover)";
1030
-
1031
- // @public
1032
- export const colorNeutralStroke1Pressed = "var(--colorNeutralStroke1Pressed)";
1033
-
1034
- // @public
1035
- export const colorNeutralStroke1Selected = "var(--colorNeutralStroke1Selected)";
1036
-
1037
- // @public
1038
- export const colorNeutralStroke2 = "var(--colorNeutralStroke2)";
1039
-
1040
- // @public
1041
- export const colorNeutralStroke3 = "var(--colorNeutralStroke3)";
1042
-
1043
- // @public
1044
- export const colorNeutralStrokeAccessible = "var(--colorNeutralStrokeAccessible)";
1045
-
1046
- // @public
1047
- export const colorNeutralStrokeAccessibleHover = "var(--colorNeutralStrokeAccessibleHover)";
1048
-
1049
- // @public
1050
- export const colorNeutralStrokeAccessiblePressed = "var(--colorNeutralStrokeAccessiblePressed)";
1051
-
1052
- // @public
1053
- export const colorNeutralStrokeAccessibleSelected = "var(--colorNeutralStrokeAccessibleSelected)";
1054
-
1055
- // @public
1056
- export const colorNeutralStrokeAlpha = "var(--colorNeutralStrokeAlpha)";
1057
-
1058
- // @public
1059
- export const colorNeutralStrokeAlpha2 = "var(--colorNeutralStrokeAlpha2)";
1060
-
1061
- // @public
1062
- export const colorNeutralStrokeDisabled = "var(--colorNeutralStrokeDisabled)";
1063
-
1064
- // @public
1065
- export const colorNeutralStrokeInvertedDisabled = "var(--colorNeutralStrokeInvertedDisabled)";
1066
-
1067
- // @public
1068
- export const colorNeutralStrokeOnBrand = "var(--colorNeutralStrokeOnBrand)";
1069
-
1070
- // @public
1071
- export const colorNeutralStrokeOnBrand2 = "var(--colorNeutralStrokeOnBrand2)";
1072
-
1073
- // @public
1074
- export const colorNeutralStrokeOnBrand2Hover = "var(--colorNeutralStrokeOnBrand2Hover)";
1075
-
1076
- // @public
1077
- export const colorNeutralStrokeOnBrand2Pressed = "var(--colorNeutralStrokeOnBrand2Pressed)";
1078
-
1079
- // @public
1080
- export const colorNeutralStrokeOnBrand2Selected = "var(--colorNeutralStrokeOnBrand2Selected)";
1081
-
1082
- // @public
1083
- export const colorNeutralStrokeSubtle = "var(--colorNeutralStrokeSubtle)";
1084
-
1085
- // @public
1086
- export const colorPaletteAnchorBackground2 = "var(--colorPaletteAnchorBackground2)";
1087
-
1088
- // @public
1089
- export const colorPaletteAnchorBorderActive = "var(--colorPaletteAnchorBorderActive)";
1090
-
1091
- // @public
1092
- export const colorPaletteAnchorForeground2 = "var(--colorPaletteAnchorForeground2)";
1093
-
1094
- // @public
1095
- export const colorPaletteBeigeBackground2 = "var(--colorPaletteBeigeBackground2)";
1096
-
1097
- // @public
1098
- export const colorPaletteBeigeBorderActive = "var(--colorPaletteBeigeBorderActive)";
1099
-
1100
- // @public
1101
- export const colorPaletteBeigeForeground2 = "var(--colorPaletteBeigeForeground2)";
1102
-
1103
- // @public
1104
- export const colorPaletteBerryBackground1 = "var(--colorPaletteBerryBackground1)";
1105
-
1106
- // @public
1107
- export const colorPaletteBerryBackground2 = "var(--colorPaletteBerryBackground2)";
1108
-
1109
- // @public
1110
- export const colorPaletteBerryBackground3 = "var(--colorPaletteBerryBackground3)";
1111
-
1112
- // @public
1113
- export const colorPaletteBerryBorder1 = "var(--colorPaletteBerryBorder1)";
1114
-
1115
- // @public
1116
- export const colorPaletteBerryBorder2 = "var(--colorPaletteBerryBorder2)";
1117
-
1118
- // @public
1119
- export const colorPaletteBerryBorderActive = "var(--colorPaletteBerryBorderActive)";
1120
-
1121
- // @public
1122
- export const colorPaletteBerryForeground1 = "var(--colorPaletteBerryForeground1)";
1123
-
1124
- // @public
1125
- export const colorPaletteBerryForeground2 = "var(--colorPaletteBerryForeground2)";
1126
-
1127
- // @public
1128
- export const colorPaletteBerryForeground3 = "var(--colorPaletteBerryForeground3)";
1129
-
1130
- // @public
1131
- export const colorPaletteBlueBackground2 = "var(--colorPaletteBlueBackground2)";
1132
-
1133
- // @public
1134
- export const colorPaletteBlueBorderActive = "var(--colorPaletteBlueBorderActive)";
1135
-
1136
- // @public
1137
- export const colorPaletteBlueForeground2 = "var(--colorPaletteBlueForeground2)";
1138
-
1139
- // @public
1140
- export const colorPaletteBrassBackground2 = "var(--colorPaletteBrassBackground2)";
1141
-
1142
- // @public
1143
- export const colorPaletteBrassBorderActive = "var(--colorPaletteBrassBorderActive)";
1144
-
1145
- // @public
1146
- export const colorPaletteBrassForeground2 = "var(--colorPaletteBrassForeground2)";
1147
-
1148
- // @public
1149
- export const colorPaletteBrownBackground2 = "var(--colorPaletteBrownBackground2)";
1150
-
1151
- // @public
1152
- export const colorPaletteBrownBorderActive = "var(--colorPaletteBrownBorderActive)";
1153
-
1154
- // @public
1155
- export const colorPaletteBrownForeground2 = "var(--colorPaletteBrownForeground2)";
1156
-
1157
- // @public
1158
- export const colorPaletteCornflowerBackground2 = "var(--colorPaletteCornflowerBackground2)";
1159
-
1160
- // @public
1161
- export const colorPaletteCornflowerBorderActive = "var(--colorPaletteCornflowerBorderActive)";
1162
-
1163
- // @public
1164
- export const colorPaletteCornflowerForeground2 = "var(--colorPaletteCornflowerForeground2)";
1165
-
1166
- // @public
1167
- export const colorPaletteCranberryBackground2 = "var(--colorPaletteCranberryBackground2)";
1168
-
1169
- // @public
1170
- export const colorPaletteCranberryBorderActive = "var(--colorPaletteCranberryBorderActive)";
1171
-
1172
- // @public
1173
- export const colorPaletteCranberryForeground2 = "var(--colorPaletteCranberryForeground2)";
1174
-
1175
- // @public
1176
- export const colorPaletteDarkGreenBackground2 = "var(--colorPaletteDarkGreenBackground2)";
1177
-
1178
- // @public
1179
- export const colorPaletteDarkGreenBorderActive = "var(--colorPaletteDarkGreenBorderActive)";
1180
-
1181
- // @public
1182
- export const colorPaletteDarkGreenForeground2 = "var(--colorPaletteDarkGreenForeground2)";
1183
-
1184
- // @public
1185
- export const colorPaletteDarkOrangeBackground1 = "var(--colorPaletteDarkOrangeBackground1)";
1186
-
1187
- // @public
1188
- export const colorPaletteDarkOrangeBackground2 = "var(--colorPaletteDarkOrangeBackground2)";
1189
-
1190
- // @public
1191
- export const colorPaletteDarkOrangeBackground3 = "var(--colorPaletteDarkOrangeBackground3)";
1192
-
1193
- // @public
1194
- export const colorPaletteDarkOrangeBorder1 = "var(--colorPaletteDarkOrangeBorder1)";
1195
-
1196
- // @public
1197
- export const colorPaletteDarkOrangeBorder2 = "var(--colorPaletteDarkOrangeBorder2)";
1198
-
1199
- // @public
1200
- export const colorPaletteDarkOrangeBorderActive = "var(--colorPaletteDarkOrangeBorderActive)";
1201
-
1202
- // @public
1203
- export const colorPaletteDarkOrangeForeground1 = "var(--colorPaletteDarkOrangeForeground1)";
1204
-
1205
- // @public
1206
- export const colorPaletteDarkOrangeForeground2 = "var(--colorPaletteDarkOrangeForeground2)";
1207
-
1208
- // @public
1209
- export const colorPaletteDarkOrangeForeground3 = "var(--colorPaletteDarkOrangeForeground3)";
1210
-
1211
- // @public
1212
- export const colorPaletteDarkRedBackground2 = "var(--colorPaletteDarkRedBackground2)";
1213
-
1214
- // @public
1215
- export const colorPaletteDarkRedBorderActive = "var(--colorPaletteDarkRedBorderActive)";
1216
-
1217
- // @public
1218
- export const colorPaletteDarkRedForeground2 = "var(--colorPaletteDarkRedForeground2)";
1219
-
1220
- // @public
1221
- export const colorPaletteForestBackground2 = "var(--colorPaletteForestBackground2)";
1222
-
1223
- // @public
1224
- export const colorPaletteForestBorderActive = "var(--colorPaletteForestBorderActive)";
1225
-
1226
- // @public
1227
- export const colorPaletteForestForeground2 = "var(--colorPaletteForestForeground2)";
1228
-
1229
- // @public
1230
- export const colorPaletteGoldBackground2 = "var(--colorPaletteGoldBackground2)";
1231
-
1232
- // @public
1233
- export const colorPaletteGoldBorderActive = "var(--colorPaletteGoldBorderActive)";
1234
-
1235
- // @public
1236
- export const colorPaletteGoldForeground2 = "var(--colorPaletteGoldForeground2)";
1237
-
1238
- // @public
1239
- export const colorPaletteGrapeBackground2 = "var(--colorPaletteGrapeBackground2)";
1240
-
1241
- // @public
1242
- export const colorPaletteGrapeBorderActive = "var(--colorPaletteGrapeBorderActive)";
1243
-
1244
- // @public
1245
- export const colorPaletteGrapeForeground2 = "var(--colorPaletteGrapeForeground2)";
1246
-
1247
- // @public
1248
- export const colorPaletteGreenBackground1 = "var(--colorPaletteGreenBackground1)";
1249
-
1250
- // @public
1251
- export const colorPaletteGreenBackground2 = "var(--colorPaletteGreenBackground2)";
1252
-
1253
- // @public
1254
- export const colorPaletteGreenBackground3 = "var(--colorPaletteGreenBackground3)";
1255
-
1256
- // @public
1257
- export const colorPaletteGreenBorder1 = "var(--colorPaletteGreenBorder1)";
1258
-
1259
- // @public
1260
- export const colorPaletteGreenBorder2 = "var(--colorPaletteGreenBorder2)";
1261
-
1262
- // @public
1263
- export const colorPaletteGreenBorderActive = "var(--colorPaletteGreenBorderActive)";
1264
-
1265
- // @public
1266
- export const colorPaletteGreenForeground1 = "var(--colorPaletteGreenForeground1)";
1267
-
1268
- // @public
1269
- export const colorPaletteGreenForeground2 = "var(--colorPaletteGreenForeground2)";
1270
-
1271
- // @public
1272
- export const colorPaletteGreenForeground3 = "var(--colorPaletteGreenForeground3)";
1273
-
1274
- // @public
1275
- export const colorPaletteGreenForegroundInverted = "var(--colorPaletteGreenForegroundInverted)";
1276
-
1277
- // @public
1278
- export const colorPaletteLavenderBackground2 = "var(--colorPaletteLavenderBackground2)";
1279
-
1280
- // @public
1281
- export const colorPaletteLavenderBorderActive = "var(--colorPaletteLavenderBorderActive)";
1282
-
1283
- // @public
1284
- export const colorPaletteLavenderForeground2 = "var(--colorPaletteLavenderForeground2)";
1285
-
1286
- // @public
1287
- export const colorPaletteLightGreenBackground1 = "var(--colorPaletteLightGreenBackground1)";
1288
-
1289
- // @public
1290
- export const colorPaletteLightGreenBackground2 = "var(--colorPaletteLightGreenBackground2)";
1291
-
1292
- // @public
1293
- export const colorPaletteLightGreenBackground3 = "var(--colorPaletteLightGreenBackground3)";
1294
-
1295
- // @public
1296
- export const colorPaletteLightGreenBorder1 = "var(--colorPaletteLightGreenBorder1)";
1297
-
1298
- // @public
1299
- export const colorPaletteLightGreenBorder2 = "var(--colorPaletteLightGreenBorder2)";
1300
-
1301
- // @public
1302
- export const colorPaletteLightGreenBorderActive = "var(--colorPaletteLightGreenBorderActive)";
1303
-
1304
- // @public
1305
- export const colorPaletteLightGreenForeground1 = "var(--colorPaletteLightGreenForeground1)";
1306
-
1307
- // @public
1308
- export const colorPaletteLightGreenForeground2 = "var(--colorPaletteLightGreenForeground2)";
1309
-
1310
- // @public
1311
- export const colorPaletteLightGreenForeground3 = "var(--colorPaletteLightGreenForeground3)";
1312
-
1313
- // @public
1314
- export const colorPaletteLightTealBackground2 = "var(--colorPaletteLightTealBackground2)";
1315
-
1316
- // @public
1317
- export const colorPaletteLightTealBorderActive = "var(--colorPaletteLightTealBorderActive)";
1318
-
1319
- // @public
1320
- export const colorPaletteLightTealForeground2 = "var(--colorPaletteLightTealForeground2)";
1321
-
1322
- // @public
1323
- export const colorPaletteLilacBackground2 = "var(--colorPaletteLilacBackground2)";
1324
-
1325
- // @public
1326
- export const colorPaletteLilacBorderActive = "var(--colorPaletteLilacBorderActive)";
1327
-
1328
- // @public
1329
- export const colorPaletteLilacForeground2 = "var(--colorPaletteLilacForeground2)";
1330
-
1331
- // @public
1332
- export const colorPaletteMagentaBackground2 = "var(--colorPaletteMagentaBackground2)";
1333
-
1334
- // @public
1335
- export const colorPaletteMagentaBorderActive = "var(--colorPaletteMagentaBorderActive)";
1336
-
1337
- // @public
1338
- export const colorPaletteMagentaForeground2 = "var(--colorPaletteMagentaForeground2)";
1339
-
1340
- // @public
1341
- export const colorPaletteMarigoldBackground1 = "var(--colorPaletteMarigoldBackground1)";
1342
-
1343
- // @public
1344
- export const colorPaletteMarigoldBackground2 = "var(--colorPaletteMarigoldBackground2)";
1345
-
1346
- // @public
1347
- export const colorPaletteMarigoldBackground3 = "var(--colorPaletteMarigoldBackground3)";
1348
-
1349
- // @public
1350
- export const colorPaletteMarigoldBorder1 = "var(--colorPaletteMarigoldBorder1)";
1351
-
1352
- // @public
1353
- export const colorPaletteMarigoldBorder2 = "var(--colorPaletteMarigoldBorder2)";
1354
-
1355
- // @public
1356
- export const colorPaletteMarigoldBorderActive = "var(--colorPaletteMarigoldBorderActive)";
1357
-
1358
- // @public
1359
- export const colorPaletteMarigoldForeground1 = "var(--colorPaletteMarigoldForeground1)";
1360
-
1361
- // @public
1362
- export const colorPaletteMarigoldForeground2 = "var(--colorPaletteMarigoldForeground2)";
1363
-
1364
- // @public
1365
- export const colorPaletteMarigoldForeground3 = "var(--colorPaletteMarigoldForeground3)";
1366
-
1367
- // @public
1368
- export const colorPaletteMinkBackground2 = "var(--colorPaletteMinkBackground2)";
1369
-
1370
- // @public
1371
- export const colorPaletteMinkBorderActive = "var(--colorPaletteMinkBorderActive)";
1372
-
1373
- // @public
1374
- export const colorPaletteMinkForeground2 = "var(--colorPaletteMinkForeground2)";
1375
-
1376
- // @public
1377
- export const colorPaletteNavyBackground2 = "var(--colorPaletteNavyBackground2)";
1378
-
1379
- // @public
1380
- export const colorPaletteNavyBorderActive = "var(--colorPaletteNavyBorderActive)";
1381
-
1382
- // @public
1383
- export const colorPaletteNavyForeground2 = "var(--colorPaletteNavyForeground2)";
1384
-
1385
- // @public
1386
- export const colorPalettePeachBackground2 = "var(--colorPalettePeachBackground2)";
1387
-
1388
- // @public
1389
- export const colorPalettePeachBorderActive = "var(--colorPalettePeachBorderActive)";
1390
-
1391
- // @public
1392
- export const colorPalettePeachForeground2 = "var(--colorPalettePeachForeground2)";
1393
-
1394
- // @public
1395
- export const colorPalettePinkBackground2 = "var(--colorPalettePinkBackground2)";
1396
-
1397
- // @public
1398
- export const colorPalettePinkBorderActive = "var(--colorPalettePinkBorderActive)";
1399
-
1400
- // @public
1401
- export const colorPalettePinkForeground2 = "var(--colorPalettePinkForeground2)";
1402
-
1403
- // @public
1404
- export const colorPalettePlatinumBackground2 = "var(--colorPalettePlatinumBackground2)";
1405
-
1406
- // @public
1407
- export const colorPalettePlatinumBorderActive = "var(--colorPalettePlatinumBorderActive)";
1408
-
1409
- // @public
1410
- export const colorPalettePlatinumForeground2 = "var(--colorPalettePlatinumForeground2)";
1411
-
1412
- // @public
1413
- export const colorPalettePlumBackground2 = "var(--colorPalettePlumBackground2)";
1414
-
1415
- // @public
1416
- export const colorPalettePlumBorderActive = "var(--colorPalettePlumBorderActive)";
1417
-
1418
- // @public
1419
- export const colorPalettePlumForeground2 = "var(--colorPalettePlumForeground2)";
1420
-
1421
- // @public
1422
- export const colorPalettePumpkinBackground2 = "var(--colorPalettePumpkinBackground2)";
1423
-
1424
- // @public
1425
- export const colorPalettePumpkinBorderActive = "var(--colorPalettePumpkinBorderActive)";
1426
-
1427
- // @public
1428
- export const colorPalettePumpkinForeground2 = "var(--colorPalettePumpkinForeground2)";
1429
-
1430
- // @public
1431
- export const colorPalettePurpleBackground2 = "var(--colorPalettePurpleBackground2)";
1432
-
1433
- // @public
1434
- export const colorPalettePurpleBorderActive = "var(--colorPalettePurpleBorderActive)";
1435
-
1436
- // @public
1437
- export const colorPalettePurpleForeground2 = "var(--colorPalettePurpleForeground2)";
1438
-
1439
- // @public
1440
- export const colorPaletteRedBackground1 = "var(--colorPaletteRedBackground1)";
1441
-
1442
- // @public
1443
- export const colorPaletteRedBackground2 = "var(--colorPaletteRedBackground2)";
1444
-
1445
- // @public
1446
- export const colorPaletteRedBackground3 = "var(--colorPaletteRedBackground3)";
1447
-
1448
- // @public
1449
- export const colorPaletteRedBorder1 = "var(--colorPaletteRedBorder1)";
1450
-
1451
- // @public
1452
- export const colorPaletteRedBorder2 = "var(--colorPaletteRedBorder2)";
1453
-
1454
- // @public
1455
- export const colorPaletteRedBorderActive = "var(--colorPaletteRedBorderActive)";
1456
-
1457
- // @public
1458
- export const colorPaletteRedForeground1 = "var(--colorPaletteRedForeground1)";
1459
-
1460
- // @public
1461
- export const colorPaletteRedForeground2 = "var(--colorPaletteRedForeground2)";
1462
-
1463
- // @public
1464
- export const colorPaletteRedForeground3 = "var(--colorPaletteRedForeground3)";
1465
-
1466
- // @public
1467
- export const colorPaletteRedForegroundInverted = "var(--colorPaletteRedForegroundInverted)";
1468
-
1469
- // @public
1470
- export const colorPaletteRoyalBlueBackground2 = "var(--colorPaletteRoyalBlueBackground2)";
1471
-
1472
- // @public
1473
- export const colorPaletteRoyalBlueBorderActive = "var(--colorPaletteRoyalBlueBorderActive)";
1474
-
1475
- // @public
1476
- export const colorPaletteRoyalBlueForeground2 = "var(--colorPaletteRoyalBlueForeground2)";
1477
-
1478
- // @public
1479
- export const colorPaletteSeafoamBackground2 = "var(--colorPaletteSeafoamBackground2)";
1480
-
1481
- // @public
1482
- export const colorPaletteSeafoamBorderActive = "var(--colorPaletteSeafoamBorderActive)";
1483
-
1484
- // @public
1485
- export const colorPaletteSeafoamForeground2 = "var(--colorPaletteSeafoamForeground2)";
1486
-
1487
- // @public
1488
- export const colorPaletteSteelBackground2 = "var(--colorPaletteSteelBackground2)";
1489
-
1490
- // @public
1491
- export const colorPaletteSteelBorderActive = "var(--colorPaletteSteelBorderActive)";
1492
-
1493
- // @public
1494
- export const colorPaletteSteelForeground2 = "var(--colorPaletteSteelForeground2)";
1495
-
1496
- // @public
1497
- export const colorPaletteTealBackground2 = "var(--colorPaletteTealBackground2)";
1498
-
1499
- // @public
1500
- export const colorPaletteTealBorderActive = "var(--colorPaletteTealBorderActive)";
1501
-
1502
- // @public
1503
- export const colorPaletteTealForeground2 = "var(--colorPaletteTealForeground2)";
1504
-
1505
- // @public
1506
- export const colorPaletteYellowBackground1 = "var(--colorPaletteYellowBackground1)";
1507
-
1508
- // @public
1509
- export const colorPaletteYellowBackground2 = "var(--colorPaletteYellowBackground2)";
1510
-
1511
- // @public
1512
- export const colorPaletteYellowBackground3 = "var(--colorPaletteYellowBackground3)";
1513
-
1514
- // @public
1515
- export const colorPaletteYellowBorder1 = "var(--colorPaletteYellowBorder1)";
1516
-
1517
- // @public
1518
- export const colorPaletteYellowBorder2 = "var(--colorPaletteYellowBorder2)";
1519
-
1520
- // @public
1521
- export const colorPaletteYellowBorderActive = "var(--colorPaletteYellowBorderActive)";
1522
-
1523
- // @public
1524
- export const colorPaletteYellowForeground1 = "var(--colorPaletteYellowForeground1)";
1525
-
1526
- // @public
1527
- export const colorPaletteYellowForeground2 = "var(--colorPaletteYellowForeground2)";
1528
-
1529
- // @public
1530
- export const colorPaletteYellowForeground3 = "var(--colorPaletteYellowForeground3)";
1531
-
1532
- // @public
1533
- export const colorPaletteYellowForegroundInverted = "var(--colorPaletteYellowForegroundInverted)";
1534
-
1535
- // @public
1536
- export const colorScrollbarOverlay = "var(--colorScrollbarOverlay)";
1537
-
1538
- // @public
1539
- export const colorStatusDangerBackground1 = "var(--colorStatusDangerBackground1)";
1540
-
1541
- // @public
1542
- export const colorStatusDangerBackground2 = "var(--colorStatusDangerBackground2)";
1543
-
1544
- // @public
1545
- export const colorStatusDangerBackground3 = "var(--colorStatusDangerBackground3)";
1546
-
1547
- // @public
1548
- export const colorStatusDangerBackground3Hover = "var(--colorStatusDangerBackground3Hover)";
1549
-
1550
- // @public
1551
- export const colorStatusDangerBackground3Pressed = "var(--colorStatusDangerBackground3Pressed)";
1552
-
1553
- // @public
1554
- export const colorStatusDangerBorder1 = "var(--colorStatusDangerBorder1)";
1555
-
1556
- // @public
1557
- export const colorStatusDangerBorder2 = "var(--colorStatusDangerBorder2)";
1558
-
1559
- // @public
1560
- export const colorStatusDangerBorderActive = "var(--colorStatusDangerBorderActive)";
1561
-
1562
- // @public
1563
- export const colorStatusDangerForeground1 = "var(--colorStatusDangerForeground1)";
1564
-
1565
- // @public
1566
- export const colorStatusDangerForeground2 = "var(--colorStatusDangerForeground2)";
1567
-
1568
- // @public
1569
- export const colorStatusDangerForeground3 = "var(--colorStatusDangerForeground3)";
1570
-
1571
- // @public
1572
- export const colorStatusDangerForegroundInverted = "var(--colorStatusDangerForegroundInverted)";
1573
-
1574
- // @public
1575
- export const colorStatusSuccessBackground1 = "var(--colorStatusSuccessBackground1)";
1576
-
1577
- // @public
1578
- export const colorStatusSuccessBackground2 = "var(--colorStatusSuccessBackground2)";
1579
-
1580
- // @public
1581
- export const colorStatusSuccessBackground3 = "var(--colorStatusSuccessBackground3)";
1582
-
1583
- // @public
1584
- export const colorStatusSuccessBorder1 = "var(--colorStatusSuccessBorder1)";
1585
-
1586
- // @public
1587
- export const colorStatusSuccessBorder2 = "var(--colorStatusSuccessBorder2)";
1588
-
1589
- // @public
1590
- export const colorStatusSuccessBorderActive = "var(--colorStatusSuccessBorderActive)";
1591
-
1592
- // @public
1593
- export const colorStatusSuccessForeground1 = "var(--colorStatusSuccessForeground1)";
1594
-
1595
- // @public
1596
- export const colorStatusSuccessForeground2 = "var(--colorStatusSuccessForeground2)";
1597
-
1598
- // @public
1599
- export const colorStatusSuccessForeground3 = "var(--colorStatusSuccessForeground3)";
1600
-
1601
- // @public
1602
- export const colorStatusSuccessForegroundInverted = "var(--colorStatusSuccessForegroundInverted)";
1603
-
1604
- // @public
1605
- export const colorStatusWarningBackground1 = "var(--colorStatusWarningBackground1)";
1606
-
1607
- // @public
1608
- export const colorStatusWarningBackground2 = "var(--colorStatusWarningBackground2)";
1609
-
1610
- // @public
1611
- export const colorStatusWarningBackground3 = "var(--colorStatusWarningBackground3)";
1612
-
1613
- // @public
1614
- export const colorStatusWarningBorder1 = "var(--colorStatusWarningBorder1)";
1615
-
1616
- // @public
1617
- export const colorStatusWarningBorder2 = "var(--colorStatusWarningBorder2)";
1618
-
1619
- // @public
1620
- export const colorStatusWarningBorderActive = "var(--colorStatusWarningBorderActive)";
1621
-
1622
- // @public
1623
- export const colorStatusWarningForeground1 = "var(--colorStatusWarningForeground1)";
1624
-
1625
- // @public
1626
- export const colorStatusWarningForeground2 = "var(--colorStatusWarningForeground2)";
1627
-
1628
- // @public
1629
- export const colorStatusWarningForeground3 = "var(--colorStatusWarningForeground3)";
1630
-
1631
- // @public
1632
- export const colorStatusWarningForegroundInverted = "var(--colorStatusWarningForegroundInverted)";
1633
-
1634
- // @public
1635
- export const colorStrokeFocus1 = "var(--colorStrokeFocus1)";
1636
-
1637
- // @public
1638
- export const colorStrokeFocus2 = "var(--colorStrokeFocus2)";
1639
-
1640
- // @public
1641
- export const colorSubtleBackground = "var(--colorSubtleBackground)";
1642
-
1643
- // @public
1644
- export const colorSubtleBackgroundHover = "var(--colorSubtleBackgroundHover)";
1645
-
1646
- // @public
1647
- export const colorSubtleBackgroundInverted = "var(--colorSubtleBackgroundInverted)";
1648
-
1649
- // @public
1650
- export const colorSubtleBackgroundInvertedHover = "var(--colorSubtleBackgroundInvertedHover)";
1651
-
1652
- // @public
1653
- export const colorSubtleBackgroundInvertedPressed = "var(--colorSubtleBackgroundInvertedPressed)";
1654
-
1655
- // @public
1656
- export const colorSubtleBackgroundInvertedSelected = "var(--colorSubtleBackgroundInvertedSelected)";
1657
-
1658
- // @public
1659
- export const colorSubtleBackgroundLightAlphaHover = "var(--colorSubtleBackgroundLightAlphaHover)";
1660
-
1661
- // @public
1662
- export const colorSubtleBackgroundLightAlphaPressed = "var(--colorSubtleBackgroundLightAlphaPressed)";
1663
-
1664
- // @public
1665
- export const colorSubtleBackgroundLightAlphaSelected = "var(--colorSubtleBackgroundLightAlphaSelected)";
1666
-
1667
- // @public
1668
- export const colorSubtleBackgroundPressed = "var(--colorSubtleBackgroundPressed)";
1669
-
1670
- // @public
1671
- export const colorSubtleBackgroundSelected = "var(--colorSubtleBackgroundSelected)";
1672
-
1673
- // @public
1674
- export const colorTransparentBackground = "var(--colorTransparentBackground)";
1675
-
1676
- // @public
1677
- export const colorTransparentBackgroundHover = "var(--colorTransparentBackgroundHover)";
1678
-
1679
- // @public
1680
- export const colorTransparentBackgroundPressed = "var(--colorTransparentBackgroundPressed)";
1681
-
1682
- // @public
1683
- export const colorTransparentBackgroundSelected = "var(--colorTransparentBackgroundSelected)";
1684
-
1685
- // @public
1686
- export const colorTransparentStroke = "var(--colorTransparentStroke)";
1687
-
1688
- // @public
1689
- export const colorTransparentStrokeDisabled = "var(--colorTransparentStrokeDisabled)";
1690
-
1691
- // @public
1692
- export const colorTransparentStrokeInteractive = "var(--colorTransparentStrokeInteractive)";
1693
-
1694
- // @public
1695
- export class CompoundButton extends Button {
1696
- }
1697
-
1698
- // @public
1699
- export const CompoundButtonAppearance: {
1700
- readonly primary: "primary";
1701
- readonly outline: "outline";
1702
- readonly subtle: "subtle";
1703
- readonly secondary: "secondary";
1704
- readonly transparent: "transparent";
1705
- };
1706
-
1707
- // @public
1708
- export type CompoundButtonAppearance = ValuesOf<typeof CompoundButtonAppearance>;
1709
-
1710
- // @public (undocumented)
1711
- export const CompoundButtonDefinition: FASTElementDefinition<typeof CompoundButton>;
1712
-
1713
- // @public
1714
- export const CompoundButtonShape: {
1715
- readonly circular: "circular";
1716
- readonly rounded: "rounded";
1717
- readonly square: "square";
1718
- };
1719
-
1720
- // @public
1721
- export type CompoundButtonShape = ValuesOf<typeof CompoundButtonShape>;
1722
-
1723
- // @public
1724
- export const CompoundButtonSize: {
1725
- readonly small: "small";
1726
- readonly medium: "medium";
1727
- readonly large: "large";
1728
- };
1729
-
1730
- // @public
1731
- export type CompoundButtonSize = ValuesOf<typeof CompoundButtonSize>;
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
- //
1735
- // @public (undocumented)
1736
- export const CompoundButtonStyles: ElementStyles;
1737
-
1738
- // @public
1739
- export const CompoundButtonTemplate: ElementViewTemplate<CompoundButton>;
1740
-
1741
- // Warning: (ae-different-release-tags) This symbol has another declaration with a different release tag
1742
- // Warning: (ae-internal-mixed-release-tag) Mixed release tags are not allowed for "CounterBadge" because one of its declarations is marked as @internal
1743
- //
1744
- // @public
1745
- export class CounterBadge extends FASTElement {
1746
- appearance?: CounterBadgeAppearance;
1747
- color?: CounterBadgeColor;
1748
- count: number;
1749
- // (undocumented)
1750
- protected countChanged(): void;
1751
- dot: boolean;
1752
- overflowCount: number;
1753
- // (undocumented)
1754
- protected overflowCountChanged(): void;
1755
- // @internal
1756
- setCount(): string | void;
1757
- shape?: CounterBadgeShape;
1758
- showZero: boolean;
1759
- size?: CounterBadgeSize;
1760
- }
1761
-
1762
- // @internal
1763
- export interface CounterBadge extends StartEnd {
1764
- }
1765
-
1766
- // @public
1767
- export const CounterBadgeAppearance: {
1768
- readonly filled: "filled";
1769
- readonly ghost: "ghost";
1770
- };
1771
-
1772
- // @public
1773
- export type CounterBadgeAppearance = ValuesOf<typeof CounterBadgeAppearance>;
1774
-
1775
- // @public
1776
- export const CounterBadgeColor: {
1777
- readonly brand: "brand";
1778
- readonly danger: "danger";
1779
- readonly important: "important";
1780
- readonly informative: "informative";
1781
- readonly severe: "severe";
1782
- readonly subtle: "subtle";
1783
- readonly success: "success";
1784
- readonly warning: "warning";
1785
- };
1786
-
1787
- // @public
1788
- export type CounterBadgeColor = ValuesOf<typeof CounterBadgeColor>;
1789
-
1790
- // @public (undocumented)
1791
- export const CounterBadgeDefinition: FASTElementDefinition<typeof CounterBadge>;
1792
-
1793
- // @public
1794
- export const CounterBadgeShape: {
1795
- readonly circular: "circular";
1796
- readonly rounded: "rounded";
1797
- };
1798
-
1799
- // @public
1800
- export type CounterBadgeShape = ValuesOf<typeof CounterBadgeShape>;
1801
-
1802
- // @public
1803
- export const CounterBadgeSize: {
1804
- readonly tiny: "tiny";
1805
- readonly extraSmall: "extra-small";
1806
- readonly small: "small";
1807
- readonly medium: "medium";
1808
- readonly large: "large";
1809
- readonly extraLarge: "extra-large";
1810
- };
1811
-
1812
- // @public
1813
- export type CounterBadgeSize = ValuesOf<typeof CounterBadgeSize>;
1814
-
1815
- // @public
1816
- export const CounterBadgeStyles: ElementStyles;
1817
-
1818
- // @public
1819
- export const CounterBadgeTemplate: ElementViewTemplate<CounterBadge>;
1820
-
1821
- // @public
1822
- export const curveAccelerateMax = "var(--curveAccelerateMax)";
1823
-
1824
- // @public
1825
- export const curveAccelerateMid = "var(--curveAccelerateMid)";
1826
-
1827
- // @public
1828
- export const curveAccelerateMin = "var(--curveAccelerateMin)";
1829
-
1830
- // @public
1831
- export const curveDecelerateMax = "var(--curveDecelerateMax)";
1832
-
1833
- // @public
1834
- export const curveDecelerateMid = "var(--curveDecelerateMid)";
1835
-
1836
- // @public
1837
- export const curveDecelerateMin = "var(--curveDecelerateMin)";
1838
-
1839
- // @public
1840
- export const curveEasyEase = "var(--curveEasyEase)";
1841
-
1842
- // @public
1843
- export const curveEasyEaseMax = "var(--curveEasyEaseMax)";
1844
-
1845
- // @public
1846
- export const curveLinear = "var(--curveLinear)";
1847
-
1848
- // @public
1849
- export const darkModeStylesheetBehavior: (styles: ElementStyles) => MatchMediaStyleSheetBehavior;
1850
-
1851
- // @public
1852
- export class Dialog extends FASTElement {
1853
- ariaDescribedby?: string;
1854
- ariaLabelledby?: string;
1855
- connectedCallback(): void;
1856
- defaultTitleAction?: Button;
1857
- dialog: HTMLDialogElement;
1858
- disconnectedCallback(): void;
1859
- dismiss(): void;
1860
- handleClick(event: Event): boolean;
1861
- handleKeydown: (e: KeyboardEvent) => boolean | void;
1862
- hide(dismissed?: boolean): void;
1863
- modalType: DialogModalType;
1864
- modalTypeChanged(oldValue: DialogModalType, newValue: DialogModalType): void;
1865
- noTitleAction: boolean;
1866
- onOpenChangeEvent: (dismissed?: boolean) => void;
1867
- open: boolean;
1868
- openChanged(oldValue: boolean, newValue: boolean): void;
1869
- setComponent(): void;
1870
- show(): void;
1871
- titleAction: HTMLElement[];
1872
- }
1873
-
1874
- // @public
1875
- export const DialogDefinition: FASTElementDefinition<typeof Dialog>;
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
- //
1879
- // @public
1880
- export const DialogModalType: {
1881
- readonly modal: "modal";
1882
- readonly nonModal: "non-modal";
1883
- readonly alert: "alert";
1884
- };
1885
-
1886
- // @public (undocumented)
1887
- export type DialogModalType = ValuesOf<typeof DialogModalType>;
1888
-
1889
- // @public
1890
- export const DialogStyles: ElementStyles;
1891
-
1892
- // @public
1893
- export const DialogTemplate: ElementViewTemplate<Dialog>;
1894
-
1895
- // Warning: (ae-forgotten-export) The symbol "CSSDisplayPropertyValue" needs to be exported by the entry point index.d.ts
1896
- //
1897
- // @public
1898
- export function display(displayValue: CSSDisplayPropertyValue): string;
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
- //
1902
- // @public
1903
- export class Divider extends FASTElement {
1904
- // (undocumented)
1905
- alignContent?: DividerAlignContent;
1906
- // (undocumented)
1907
- appearance?: DividerAppearance;
1908
- // (undocumented)
1909
- inset?: boolean;
1910
- orientation: DividerOrientation;
1911
- role: DividerRole;
1912
- }
1913
-
1914
- // @public
1915
- export const DividerAlignContent: {
1916
- readonly center: "center";
1917
- readonly start: "start";
1918
- readonly end: "end";
1919
- };
1920
-
1921
- // @public
1922
- export type DividerAlignContent = ValuesOf<typeof DividerAlignContent>;
1923
-
1924
- // @public
1925
- export const DividerAppearance: {
1926
- readonly strong: "strong";
1927
- readonly brand: "brand";
1928
- readonly subtle: "subtle";
1929
- readonly default: "default";
1930
- };
1931
-
1932
- // @public
1933
- export type DividerAppearance = ValuesOf<typeof DividerAppearance>;
1934
-
1935
- // @public
1936
- export const DividerDefinition: FASTElementDefinition<typeof Divider>;
1937
-
1938
- // @public
1939
- export const DividerOrientation: {
1940
- readonly horizontal: "horizontal"; /**
1941
- * Divider roles
1942
- * @public
1943
- */
1944
- readonly vertical: "vertical";
1945
- };
1946
-
1947
- // @public
1948
- export type DividerOrientation = ValuesOf<typeof DividerOrientation>;
1949
-
1950
- // @public
1951
- export const DividerRole: {
1952
- readonly separator: "separator";
1953
- readonly presentation: "presentation";
1954
- };
1955
-
1956
- // @public
1957
- export type DividerRole = ValuesOf<typeof DividerRole>;
1958
-
1959
- // @public
1960
- export const DividerStyles: ElementStyles;
1961
-
1962
- // @public
1963
- export const DividerTemplate: ElementViewTemplate<Divider>;
1964
-
1965
- // @public
1966
- export const durationFast = "var(--durationFast)";
1967
-
1968
- // @public
1969
- export const durationFaster = "var(--durationFaster)";
1970
-
1971
- // @public
1972
- export const durationGentle = "var(--durationGentle)";
1973
-
1974
- // @public
1975
- export const durationNormal = "var(--durationNormal)";
1976
-
1977
- // @public
1978
- export const durationSlow = "var(--durationSlow)";
1979
-
1980
- // @public
1981
- export const durationSlower = "var(--durationSlower)";
1982
-
1983
- // @public
1984
- export const durationUltraFast = "var(--durationUltraFast)";
1985
-
1986
- // @public
1987
- export const durationUltraSlow = "var(--durationUltraSlow)";
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
- //
1991
- // @public (undocumented)
1992
- export const FluentDesignSystem: Readonly<{
1993
- prefix: "fluent";
1994
- shadowRootMode: "open";
1995
- registry: CustomElementRegistry;
1996
- }>;
1997
-
1998
- // @public
1999
- export const fontFamilyBase = "var(--fontFamilyBase)";
2000
-
2001
- // @public
2002
- export const fontFamilyMonospace = "var(--fontFamilyMonospace)";
2003
-
2004
- // @public
2005
- export const fontFamilyNumeric = "var(--fontFamilyNumeric)";
2006
-
2007
- // @public
2008
- export const fontSizeBase100 = "var(--fontSizeBase100)";
2009
-
2010
- // @public
2011
- export const fontSizeBase200 = "var(--fontSizeBase200)";
2012
-
2013
- // @public
2014
- export const fontSizeBase300 = "var(--fontSizeBase300)";
2015
-
2016
- // @public
2017
- export const fontSizeBase400 = "var(--fontSizeBase400)";
2018
-
2019
- // @public
2020
- export const fontSizeBase500 = "var(--fontSizeBase500)";
2021
-
2022
- // @public
2023
- export const fontSizeBase600 = "var(--fontSizeBase600)";
2024
-
2025
- // @public
2026
- export const fontSizeHero1000 = "var(--fontSizeHero1000)";
2027
-
2028
- // @public
2029
- export const fontSizeHero700 = "var(--fontSizeHero700)";
2030
-
2031
- // @public
2032
- export const fontSizeHero800 = "var(--fontSizeHero800)";
2033
-
2034
- // @public
2035
- export const fontSizeHero900 = "var(--fontSizeHero900)";
2036
-
2037
- // @public
2038
- export const fontWeightBold = "var(--fontWeightBold)";
2039
-
2040
- // @public
2041
- export const fontWeightMedium = "var(--fontWeightMedium)";
2042
-
2043
- // @public
2044
- export const fontWeightRegular = "var(--fontWeightRegular)";
2045
-
2046
- // @public
2047
- export const fontWeightSemibold = "var(--fontWeightSemibold)";
2048
-
2049
- // @public
2050
- export const forcedColorsStylesheetBehavior: (styles: ElementStyles) => MatchMediaStyleSheetBehavior;
2051
-
2052
- // @public
2053
- export const getDirection: (rootNode: HTMLElement) => Direction;
2054
-
2055
- // @public
2056
- class Image_2 extends FASTElement {
2057
- block?: boolean;
2058
- bordered?: boolean;
2059
- fit?: ImageFit;
2060
- shadow?: boolean;
2061
- shape?: ImageShape;
2062
- }
2063
- export { Image_2 as Image }
2064
-
2065
- // @public
2066
- export const ImageDefinition: FASTElementDefinition<typeof Image_2>;
2067
-
2068
- // @public
2069
- export const ImageFit: {
2070
- readonly none: "none";
2071
- readonly center: "center";
2072
- readonly contain: "contain";
2073
- readonly cover: "cover";
2074
- readonly default: "default";
2075
- };
2076
-
2077
- // @public
2078
- export type ImageFit = ValuesOf<typeof ImageFit>;
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
- //
2082
- // @public
2083
- export const ImageShape: {
2084
- readonly circular: "circular";
2085
- readonly rounded: "rounded";
2086
- readonly square: "square";
2087
- };
2088
-
2089
- // @public (undocumented)
2090
- export type ImageShape = ValuesOf<typeof ImageShape>;
2091
-
2092
- // @public
2093
- export const ImageStyles: ElementStyles;
2094
-
2095
- // @public
2096
- export const ImageTemplate: ElementViewTemplate<Image_2>;
2097
-
2098
- // @public
2099
- export class Label extends FASTElement {
2100
- disabled: boolean;
2101
- required: boolean;
2102
- size?: LabelSize;
2103
- weight?: LabelWeight;
2104
- }
2105
-
2106
- // @public
2107
- export const LabelDefinition: FASTElementDefinition<typeof Label>;
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
- //
2111
- // @public
2112
- export const LabelSize: {
2113
- readonly small: "small";
2114
- readonly medium: "medium";
2115
- readonly large: "large";
2116
- };
2117
-
2118
- // @public
2119
- export type LabelSize = ValuesOf<typeof LabelSize>;
2120
-
2121
- // @public
2122
- export const LabelStyles: ElementStyles;
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
- //
2126
- // @public (undocumented)
2127
- export const LabelTemplate: ElementViewTemplate<Label>;
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
- //
2131
- // @public
2132
- export const LabelWeight: {
2133
- readonly regular: "regular";
2134
- readonly semibold: "semibold";
2135
- };
2136
-
2137
- // @public
2138
- export type LabelWeight = ValuesOf<typeof LabelWeight>;
2139
-
2140
- // @public
2141
- export const lightModeStylesheetBehavior: (styles: ElementStyles) => MatchMediaStyleSheetBehavior;
2142
-
2143
- // @public
2144
- export const lineHeightBase100 = "var(--lineHeightBase100)";
2145
-
2146
- // @public
2147
- export const lineHeightBase200 = "var(--lineHeightBase200)";
2148
-
2149
- // @public
2150
- export const lineHeightBase300 = "var(--lineHeightBase300)";
2151
-
2152
- // @public
2153
- export const lineHeightBase400 = "var(--lineHeightBase400)";
2154
-
2155
- // @public
2156
- export const lineHeightBase500 = "var(--lineHeightBase500)";
2157
-
2158
- // @public
2159
- export const lineHeightBase600 = "var(--lineHeightBase600)";
2160
-
2161
- // @public
2162
- export const lineHeightHero1000 = "var(--lineHeightHero1000)";
2163
-
2164
- // @public
2165
- export const lineHeightHero700 = "var(--lineHeightHero700)";
2166
-
2167
- // @public
2168
- export const lineHeightHero800 = "var(--lineHeightHero800)";
2169
-
2170
- // @public
2171
- export const lineHeightHero900 = "var(--lineHeightHero900)";
2172
-
2173
- // @public
2174
- export abstract class MatchMediaBehavior implements HostBehavior {
2175
- constructor(query: MediaQueryList);
2176
- connectedCallback(controller: HostController): void;
2177
- protected abstract constructListener(controller: HostController): MediaQueryListListener;
2178
- disconnectedCallback(controller: HostController): void;
2179
- readonly query: MediaQueryList;
2180
- }
2181
-
2182
- // @public
2183
- export class MatchMediaStyleSheetBehavior extends MatchMediaBehavior {
2184
- constructor(query: MediaQueryList, styles: ElementStyles);
2185
- protected constructListener(controller: HostController): MediaQueryListListener;
2186
- readonly query: MediaQueryList;
2187
- // @internal
2188
- removedCallback(controller: HostController<any>): void;
2189
- readonly styles: ElementStyles;
2190
- static with(query: MediaQueryList): (styles: ElementStyles) => MatchMediaStyleSheetBehavior;
2191
- }
2192
-
2193
- // @public
2194
- export type MediaQueryListListener = (this: MediaQueryList, ev?: MediaQueryListEvent) => void;
2195
-
2196
- // @public
2197
- export class Menu extends FASTElement {
2198
- cleanup?: () => void;
2199
- closeMenu: () => void;
2200
- closeOnScroll?: boolean;
2201
- closeOnScrollChanged(oldValue: boolean, newValue: boolean): void;
2202
- connectedCallback(): void;
2203
- disconnectedCallback(): void;
2204
- focusMenuList(): void;
2205
- focusTrigger(): void;
2206
- handleMenuKeydown(e: KeyboardEvent): boolean | void;
2207
- handleTriggerKeydown: (e: KeyboardEvent) => boolean | void;
2208
- open: boolean;
2209
- openChanged(oldValue: boolean, newValue: boolean): void;
2210
- openMenu: (e?: Event) => void;
2211
- openOnContext?: boolean;
2212
- openOnContextChanged(oldValue: boolean, newValue: boolean): void;
2213
- openOnHover?: boolean;
2214
- openOnHoverChanged(oldValue: boolean, newValue: boolean): void;
2215
- persistOnItemClick?: boolean;
2216
- persistOnItemClickChanged(oldValue: boolean, newValue: boolean): void;
2217
- // @internal
2218
- positioningContainer?: HTMLElement;
2219
- setComponent(): void;
2220
- // @internal
2221
- protected setPositioning(): void;
2222
- // @internal
2223
- protected setPositioningTask: () => void;
2224
- slottedMenuList: MenuList[];
2225
- slottedTriggers: HTMLElement[];
2226
- toggleMenu: () => void;
2227
- }
2228
-
2229
- // @public
2230
- export class MenuButton extends Button {
2231
- }
2232
-
2233
- // @public
2234
- export const MenuButtonAppearance: {
2235
- readonly primary: "primary";
2236
- readonly outline: "outline";
2237
- readonly subtle: "subtle";
2238
- readonly secondary: "secondary";
2239
- readonly transparent: "transparent";
2240
- };
2241
-
2242
- // @public
2243
- export type MenuButtonAppearance = ValuesOf<typeof MenuButtonAppearance>;
2244
-
2245
- // @public (undocumented)
2246
- export const MenuButtonDefinition: FASTElementDefinition<typeof MenuButton>;
2247
-
2248
- // @public
2249
- export const MenuButtonShape: {
2250
- readonly circular: "circular";
2251
- readonly rounded: "rounded";
2252
- readonly square: "square";
2253
- };
2254
-
2255
- // @public
2256
- export type MenuButtonShape = ValuesOf<typeof MenuButtonShape>;
2257
-
2258
- // @public
2259
- export const MenuButtonSize: {
2260
- readonly small: "small";
2261
- readonly medium: "medium";
2262
- readonly large: "large";
2263
- };
2264
-
2265
- // @public
2266
- export type MenuButtonSize = ValuesOf<typeof MenuButtonSize>;
2267
-
2268
- // @public
2269
- export const MenuButtonTemplate: ElementViewTemplate<MenuButton>;
2270
-
2271
- // @public
2272
- export const MenuDefinition: FASTElementDefinition<typeof Menu>;
2273
-
2274
- // Warning: (ae-different-release-tags) This symbol has another declaration with a different release tag
2275
- // Warning: (ae-internal-mixed-release-tag) Mixed release tags are not allowed for "MenuItem" because one of its declarations is marked as @internal
2276
- //
2277
- // @public
2278
- export class MenuItem extends FASTElement {
2279
- checked: boolean;
2280
- // (undocumented)
2281
- protected checkedChanged(oldValue: boolean, newValue: boolean): void;
2282
- cleanup: () => void;
2283
- disabled: boolean;
2284
- // @internal (undocumented)
2285
- disconnectedCallback(): void;
2286
- expanded: boolean;
2287
- // (undocumented)
2288
- protected expandedChanged(prev: boolean | undefined, next: boolean): void;
2289
- // @internal (undocumented)
2290
- handleMenuItemClick: (e: MouseEvent) => boolean;
2291
- // @internal (undocumented)
2292
- handleMenuItemKeyDown: (e: KeyboardEvent) => boolean;
2293
- // @internal (undocumented)
2294
- handleMouseOut: (e: MouseEvent) => boolean;
2295
- // @internal (undocumented)
2296
- handleMouseOver: (e: MouseEvent) => boolean;
2297
- // @internal (undocumented)
2298
- get hasSubmenu(): boolean;
2299
- hidden: boolean;
2300
- role: MenuItemRole;
2301
- // @internal
2302
- slottedSubmenu: HTMLElement[];
2303
- // @internal
2304
- protected slottedSubmenuChanged(prev: HTMLElement[] | undefined, next: HTMLElement[]): void;
2305
- // @internal (undocumented)
2306
- submenu: HTMLElement | undefined;
2307
- // @internal
2308
- submenuContainer: HTMLDivElement;
2309
- // @internal (undocumented)
2310
- submenuLoaded: () => void;
2311
- updateSubmenu(): void;
2312
- }
2313
-
2314
- // @internal
2315
- export interface MenuItem extends StartEnd {
2316
- }
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
- //
2320
- // @public (undocumented)
2321
- export type MenuItemColumnCount = 0 | 1 | 2;
2322
-
2323
- // @public (undocumented)
2324
- export const MenuItemDefinition: FASTElementDefinition<typeof MenuItem>;
2325
-
2326
- // @public
2327
- export type MenuItemOptions = StartEndOptions<MenuItem> & {
2328
- checkboxIndicator?: StaticallyComposableHTML<MenuItem>;
2329
- expandCollapseGlyph?: StaticallyComposableHTML<MenuItem>;
2330
- radioIndicator?: StaticallyComposableHTML<MenuItem>;
2331
- };
2332
-
2333
- // @public
2334
- export const MenuItemRole: {
2335
- readonly menuitem: "menuitem";
2336
- readonly menuitemcheckbox: "menuitemcheckbox";
2337
- readonly menuitemradio: "menuitemradio";
2338
- };
2339
-
2340
- // @public
2341
- export type MenuItemRole = ValuesOf<typeof MenuItemRole>;
2342
-
2343
- // @public
2344
- export const MenuItemStyles: ElementStyles;
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
- //
2348
- // @public (undocumented)
2349
- export const MenuItemTemplate: ElementViewTemplate<MenuItem>;
2350
-
2351
- // @public
2352
- export class MenuList extends FASTElement {
2353
- collapseExpandedItem(): void;
2354
- // @internal (undocumented)
2355
- connectedCallback(): void;
2356
- // @internal (undocumented)
2357
- disconnectedCallback(): void;
2358
- focus(): void;
2359
- // (undocumented)
2360
- handleChange(source: any, propertyName: string): void;
2361
- // @internal
2362
- handleFocusOut: (e: FocusEvent) => void;
2363
- // @internal (undocumented)
2364
- handleMenuKeyDown(e: KeyboardEvent): void | boolean;
2365
- protected isMenuItemElement: (el: Element) => el is HTMLElement;
2366
- // @internal (undocumented)
2367
- readonly isNestedMenu: () => boolean;
2368
- // @internal (undocumented)
2369
- items: HTMLElement[];
2370
- // (undocumented)
2371
- protected itemsChanged(oldValue: HTMLElement[], newValue: HTMLElement[]): void;
2372
- // (undocumented)
2373
- protected menuItems: Element[] | undefined;
2374
- // (undocumented)
2375
- protected setItems(): void;
2376
- }
2377
-
2378
- // @public (undocumented)
2379
- export const MenuListDefinition: FASTElementDefinition<typeof MenuList>;
2380
-
2381
- // @public
2382
- export const MenuListStyles: ElementStyles;
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
- //
2386
- // @public (undocumented)
2387
- export const MenuListTemplate: ElementViewTemplate<MenuList>;
2388
-
2389
- // @public
2390
- export const MenuStyles: ElementStyles;
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
- //
2394
- // @public (undocumented)
2395
- export const MenuTemplate: ElementViewTemplate<Menu>;
2396
-
2397
- // Warning: (ae-forgotten-export) The symbol "BaseProgress" needs to be exported by the entry point index.d.ts
2398
- //
2399
- // @public
2400
- export class ProgressBar extends BaseProgress {
2401
- shape?: ProgressBarShape;
2402
- thickness?: ProgressBarThickness;
2403
- validationState: ProgressBarValidationState | null;
2404
- }
2405
-
2406
- // @public
2407
- export const ProgressBarDefinition: FASTElementDefinition<typeof ProgressBar>;
2408
-
2409
- // @public
2410
- export const ProgressBarShape: {
2411
- readonly rounded: "rounded";
2412
- readonly square: "square";
2413
- };
2414
-
2415
- // @public
2416
- export type ProgressBarShape = ValuesOf<typeof ProgressBarShape>;
2417
-
2418
- // @public
2419
- export const ProgressBarStyles: ElementStyles;
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
- //
2423
- // @public (undocumented)
2424
- export const ProgressBarTemplate: ElementViewTemplate<ProgressBar>;
2425
-
2426
- // @public
2427
- export const ProgressBarThickness: {
2428
- readonly medium: "medium";
2429
- readonly large: "large";
2430
- };
2431
-
2432
- // @public
2433
- export type ProgressBarThickness = ValuesOf<typeof ProgressBarThickness>;
2434
-
2435
- // @public
2436
- export const ProgressBarValidationState: {
2437
- readonly success: "success";
2438
- readonly warning: "warning";
2439
- readonly error: "error";
2440
- };
2441
-
2442
- // @public
2443
- export type ProgressBarValidationState = ValuesOf<typeof ProgressBarValidationState>;
2444
-
2445
- // @public
2446
- export type ProgressOptions = {
2447
- indeterminateIndicator1?: StaticallyComposableHTML<ProgressBar>;
2448
- indeterminateIndicator2?: StaticallyComposableHTML<ProgressBar>;
2449
- };
2450
-
2451
- // Warning: (ae-forgotten-export) The symbol "FormAssociatedRadio" needs to be exported by the entry point index.d.ts
2452
- //
2453
- // @public
2454
- export class Radio extends FormAssociatedRadio implements RadioControl {
2455
- constructor();
2456
- // @internal (undocumented)
2457
- connectedCallback(): void;
2458
- // @internal (undocumented)
2459
- defaultCheckedChanged(): void;
2460
- // @internal (undocumented)
2461
- defaultSlottedNodes: Node[];
2462
- // @internal
2463
- initialValue: string;
2464
- // @beta
2465
- keypressHandler(e: KeyboardEvent): boolean | void;
2466
- name: string;
2467
- }
2468
-
2469
- // @public (undocumented)
2470
- export type RadioControl = Pick<HTMLInputElement, 'checked' | 'disabled' | 'focus' | 'setAttribute' | 'getAttribute'>;
2471
-
2472
- // @public
2473
- export const RadioDefinition: FASTElementDefinition<typeof Radio>;
2474
-
2475
- // @public
2476
- export class RadioGroup extends FASTElement {
2477
- // (undocumented)
2478
- childItems: HTMLElement[];
2479
- // @internal (undocumented)
2480
- clickHandler: (e: MouseEvent) => void | boolean;
2481
- // @internal (undocumented)
2482
- connectedCallback(): void;
2483
- disabled: boolean;
2484
- // (undocumented)
2485
- disconnectedCallback(): void;
2486
- // @internal (undocumented)
2487
- focusOutHandler: (e: FocusEvent) => boolean | void;
2488
- // @internal (undocumented)
2489
- handleDisabledClick: (e: MouseEvent) => void | boolean;
2490
- // @internal
2491
- keydownHandler: (e: KeyboardEvent) => boolean | void;
2492
- name: string;
2493
- // (undocumented)
2494
- protected nameChanged(): void;
2495
- orientation: RadioGroupOrientation;
2496
- readOnly: boolean;
2497
- // @internal (undocumented)
2498
- slottedRadioButtons: HTMLElement[];
2499
- // (undocumented)
2500
- protected slottedRadioButtonsChanged(oldValue: unknown, newValue: HTMLElement[]): void;
2501
- stacked: boolean;
2502
- value: string;
2503
- // (undocumented)
2504
- protected valueChanged(): void;
2505
- }
2506
-
2507
- // @public
2508
- export const RadioGroupDefinition: FASTElementDefinition<typeof RadioGroup>;
2509
-
2510
- // @public
2511
- export const RadioGroupOrientation: {
2512
- readonly horizontal: "horizontal"; /**
2513
- * Radio Group orientation
2514
- * @public
2515
- */
2516
- readonly vertical: "vertical";
2517
- };
2518
-
2519
- // @public
2520
- export type RadioGroupOrientation = ValuesOf<typeof RadioGroupOrientation>;
2521
-
2522
- // @public
2523
- export const RadioGroupStyles: ElementStyles;
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
- //
2527
- // @public (undocumented)
2528
- export const RadioGroupTemplate: ElementViewTemplate<RadioGroup>;
2529
-
2530
- // @public
2531
- export type RadioOptions = {
2532
- checkedIndicator?: StaticallyComposableHTML<Radio>;
2533
- };
2534
-
2535
- // @public
2536
- export const RadioStyles: ElementStyles;
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
- //
2540
- // @public (undocumented)
2541
- export const RadioTemplate: ElementViewTemplate<Radio>;
2542
-
2543
- // Warning: (ae-internal-missing-underscore) The name "roleForMenuItem" should be prefixed with an underscore because the declaration is marked as @internal
2544
- //
2545
- // @internal (undocumented)
2546
- export const roleForMenuItem: {
2547
- [value in keyof typeof MenuItemRole]: (typeof MenuItemRole)[value];
2548
- };
2549
-
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
2553
- export const setTheme: (theme: Theme) => void;
2554
-
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)
2558
- export const setThemeFor: (element: HTMLElement, theme: Theme) => void;
2559
-
2560
- // @public
2561
- export const shadow16 = "var(--shadow16)";
2562
-
2563
- // @public
2564
- export const shadow16Brand = "var(--shadow16Brand)";
2565
-
2566
- // @public
2567
- export const shadow2 = "var(--shadow2)";
2568
-
2569
- // @public
2570
- export const shadow28 = "var(--shadow28)";
2571
-
2572
- // @public
2573
- export const shadow28Brand = "var(--shadow28Brand)";
2574
-
2575
- // @public
2576
- export const shadow2Brand = "var(--shadow2Brand)";
2577
-
2578
- // @public
2579
- export const shadow4 = "var(--shadow4)";
2580
-
2581
- // @public
2582
- export const shadow4Brand = "var(--shadow4Brand)";
2583
-
2584
- // @public
2585
- export const shadow64 = "var(--shadow64)";
2586
-
2587
- // @public
2588
- export const shadow64Brand = "var(--shadow64Brand)";
2589
-
2590
- // @public
2591
- export const shadow8 = "var(--shadow8)";
2592
-
2593
- // @public
2594
- export const shadow8Brand = "var(--shadow8Brand)";
2595
-
2596
- // Warning: (ae-forgotten-export) The symbol "FormAssociatedSlider" needs to be exported by the entry point index.d.ts
2597
- //
2598
- // @public
2599
- export class Slider extends FormAssociatedSlider implements SliderConfiguration {
2600
- // @internal
2601
- calculateNewValue(rawValue: number): number;
2602
- // @internal (undocumented)
2603
- connectedCallback(): void;
2604
- decrement(): void;
2605
- // @internal (undocumented)
2606
- direction: Direction;
2607
- // @internal (undocumented)
2608
- disconnectedCallback(): void;
2609
- // (undocumented)
2610
- handleChange(source: any, propertyName: string): void;
2611
- // (undocumented)
2612
- handleMouseDown: (e: MouseEvent | null) => void;
2613
- handleThumbMouseDown: (event: MouseEvent | null) => void;
2614
- increment(): void;
2615
- // @internal (undocumented)
2616
- initialValue: string;
2617
- // @internal (undocumented)
2618
- isDragging: boolean;
2619
- // (undocumented)
2620
- keypressHandler: (e: KeyboardEvent) => void;
2621
- max: number;
2622
- // (undocumented)
2623
- protected maxChanged(): void;
2624
- min: number;
2625
- // (undocumented)
2626
- protected minChanged(): void;
2627
- mode: SliderMode;
2628
- orientation: Orientation;
2629
- // (undocumented)
2630
- protected orientationChanged(): void;
2631
- // @internal (undocumented)
2632
- position: string;
2633
- readOnly: boolean;
2634
- // (undocumented)
2635
- protected readOnlyChanged(): void;
2636
- size?: SliderSize;
2637
- step: number | undefined;
2638
- // (undocumented)
2639
- protected stepChanged(): void;
2640
- // @internal (undocumented)
2641
- stepMultiplier: number;
2642
- // @internal (undocumented)
2643
- thumb: HTMLDivElement;
2644
- // @internal (undocumented)
2645
- track: HTMLDivElement;
2646
- // @internal (undocumented)
2647
- trackHeight: number;
2648
- // @internal (undocumented)
2649
- trackLeft: number;
2650
- // @internal (undocumented)
2651
- trackMinHeight: number;
2652
- // @internal (undocumented)
2653
- trackMinWidth: number;
2654
- // @internal (undocumented)
2655
- trackWidth: number;
2656
- get valueAsNumber(): number;
2657
- set valueAsNumber(next: number);
2658
- // @internal (undocumented)
2659
- valueChanged(previous: string, next: string): void;
2660
- valueTextFormatter: (value: string) => string | null;
2661
- }
2662
-
2663
- // @public (undocumented)
2664
- export interface SliderConfiguration {
2665
- // (undocumented)
2666
- direction?: Direction;
2667
- // (undocumented)
2668
- disabled?: boolean;
2669
- // (undocumented)
2670
- max: number;
2671
- // (undocumented)
2672
- min: number;
2673
- // (undocumented)
2674
- orientation?: SliderOrientation;
2675
- }
2676
-
2677
- // @public
2678
- export const SliderDefinition: FASTElementDefinition<typeof Slider>;
2679
-
2680
- // @public (undocumented)
2681
- export const SliderMode: {
2682
- readonly singleValue: "single-value";
2683
- };
2684
-
2685
- // @public
2686
- export type SliderMode = ValuesOf<typeof SliderMode>;
2687
-
2688
- // @public
2689
- export type SliderOptions = {
2690
- thumb?: StaticallyComposableHTML<Slider>;
2691
- };
2692
-
2693
- // @public (undocumented)
2694
- export const SliderOrientation: {
2695
- readonly horizontal: "horizontal";
2696
- readonly vertical: "vertical";
2697
- };
2698
-
2699
- // @public
2700
- export type SliderOrientation = ValuesOf<typeof SliderOrientation>;
2701
-
2702
- // @public
2703
- export const SliderSize: {
2704
- readonly small: "small";
2705
- readonly medium: "medium";
2706
- };
2707
-
2708
- // @public
2709
- export type SliderSize = ValuesOf<typeof SliderSize>;
2710
-
2711
- // @public
2712
- export const SliderStyles: ElementStyles;
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
- //
2716
- // @public (undocumented)
2717
- export const SliderTemplate: ElementViewTemplate<Slider>;
2718
-
2719
- // @public
2720
- export const spacingHorizontalL = "var(--spacingHorizontalL)";
2721
-
2722
- // @public
2723
- export const spacingHorizontalM = "var(--spacingHorizontalM)";
2724
-
2725
- // @public
2726
- export const spacingHorizontalMNudge = "var(--spacingHorizontalMNudge)";
2727
-
2728
- // @public
2729
- export const spacingHorizontalNone = "var(--spacingHorizontalNone)";
2730
-
2731
- // @public
2732
- export const spacingHorizontalS = "var(--spacingHorizontalS)";
2733
-
2734
- // @public
2735
- export const spacingHorizontalSNudge = "var(--spacingHorizontalSNudge)";
2736
-
2737
- // @public
2738
- export const spacingHorizontalXL = "var(--spacingHorizontalXL)";
2739
-
2740
- // @public
2741
- export const spacingHorizontalXS = "var(--spacingHorizontalXS)";
2742
-
2743
- // @public
2744
- export const spacingHorizontalXXL = "var(--spacingHorizontalXXL)";
2745
-
2746
- // @public
2747
- export const spacingHorizontalXXS = "var(--spacingHorizontalXXS)";
2748
-
2749
- // @public
2750
- export const spacingHorizontalXXXL = "var(--spacingHorizontalXXXL)";
2751
-
2752
- // @public
2753
- export const spacingVerticalL = "var(--spacingVerticalL)";
2754
-
2755
- // @public
2756
- export const spacingVerticalM = "var(--spacingVerticalM)";
2757
-
2758
- // @public
2759
- export const spacingVerticalMNudge = "var(--spacingVerticalMNudge)";
2760
-
2761
- // @public
2762
- export const spacingVerticalNone = "var(--spacingVerticalNone)";
2763
-
2764
- // @public
2765
- export const spacingVerticalS = "var(--spacingVerticalS)";
2766
-
2767
- // @public
2768
- export const spacingVerticalSNudge = "var(--spacingVerticalSNudge)";
2769
-
2770
- // @public
2771
- export const spacingVerticalXL = "var(--spacingVerticalXL)";
2772
-
2773
- // @public
2774
- export const spacingVerticalXS = "var(--spacingVerticalXS)";
2775
-
2776
- // @public
2777
- export const spacingVerticalXXL = "var(--spacingVerticalXXL)";
2778
-
2779
- // @public
2780
- export const spacingVerticalXXS = "var(--spacingVerticalXXS)";
2781
-
2782
- // @public
2783
- export const spacingVerticalXXXL = "var(--spacingVerticalXXXL)";
2784
-
2785
- // @public
2786
- export class Spinner extends FASTElement {
2787
- constructor();
2788
- appearance?: SpinnerAppearance;
2789
- // @internal
2790
- protected elementInternals: ElementInternals;
2791
- size?: SpinnerSize;
2792
- }
2793
-
2794
- // @public
2795
- export const SpinnerAppearance: {
2796
- readonly primary: "primary";
2797
- readonly inverted: "inverted";
2798
- };
2799
-
2800
- // @public
2801
- export type SpinnerAppearance = ValuesOf<typeof SpinnerAppearance>;
2802
-
2803
- // @public (undocumented)
2804
- export const SpinnerDefinition: FASTElementDefinition<typeof Spinner>;
2805
-
2806
- // @public
2807
- export const SpinnerSize: {
2808
- readonly tiny: "tiny";
2809
- readonly extraSmall: "extra-small";
2810
- readonly small: "small";
2811
- readonly medium: "medium";
2812
- readonly large: "large";
2813
- readonly extraLarge: "extra-large";
2814
- readonly huge: "huge";
2815
- };
2816
-
2817
- // @public
2818
- export type SpinnerSize = ValuesOf<typeof SpinnerSize>;
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
- //
2822
- // @public (undocumented)
2823
- export const SpinnerStyles: ElementStyles;
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
- //
2827
- // @public (undocumented)
2828
- export const SpinnerTemplate: ViewTemplate<Spinner, any>;
2829
-
2830
- // @public
2831
- export const strokeWidthThick = "var(--strokeWidthThick)";
2832
-
2833
- // @public
2834
- export const strokeWidthThicker = "var(--strokeWidthThicker)";
2835
-
2836
- // @public
2837
- export const strokeWidthThickest = "var(--strokeWidthThickest)";
2838
-
2839
- // @public
2840
- export const strokeWidthThin = "var(--strokeWidthThin)";
2841
-
2842
- // @public
2843
- const styles: ElementStyles;
2844
- export { styles as ButtonStyles }
2845
- export { styles as MenuButtonStyles }
2846
-
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)
2849
- //
2850
- // @public (undocumented)
2851
- export class Switch extends FormAssociatedSwitch {
2852
- constructor();
2853
- // @internal (undocumented)
2854
- clickHandler: (e: MouseEvent) => void;
2855
- // @internal (undocumented)
2856
- defaultSlottedNodes: Node[];
2857
- // @internal
2858
- initialValue: string;
2859
- // @internal (undocumented)
2860
- keypressHandler: (e: KeyboardEvent) => void;
2861
- labelPosition: SwitchLabelPosition | undefined;
2862
- readOnly: boolean;
2863
- // (undocumented)
2864
- protected readOnlyChanged(): void;
2865
- }
2866
-
2867
- // @public
2868
- export const SwitchDefinition: FASTElementDefinition<typeof Switch>;
2869
-
2870
- // @public
2871
- export const SwitchLabelPosition: {
2872
- readonly above: "above";
2873
- readonly after: "after";
2874
- readonly before: "before";
2875
- };
2876
-
2877
- // @public
2878
- export type SwitchLabelPosition = ValuesOf<typeof SwitchLabelPosition>;
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
- //
2882
- // @public (undocumented)
2883
- export type SwitchOptions = {
2884
- switch?: StaticallyComposableHTML<Switch>;
2885
- };
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
- //
2889
- // @public (undocumented)
2890
- export const SwitchStyles: ElementStyles;
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
- //
2894
- // @public (undocumented)
2895
- export const SwitchTemplate: ElementViewTemplate<Switch>;
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
- //
2900
- // @public
2901
- export class Tab extends FASTElement {
2902
- // (undocumented)
2903
- connectedCallback(): void;
2904
- disabled: boolean;
2905
- }
2906
-
2907
- // @public (undocumented)
2908
- export interface Tab extends StartEnd {
2909
- }
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
- //
2913
- // @public (undocumented)
2914
- export const TabDefinition: FASTElementDefinition<typeof Tab>;
2915
-
2916
- // @public
2917
- export type TabOptions = StartEndOptions<Tab>;
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
- //
2921
- // @public (undocumented)
2922
- export class TabPanel extends FASTElement {
2923
- }
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
- //
2927
- // @public (undocumented)
2928
- export const TabPanelDefinition: FASTElementDefinition<typeof TabPanel>;
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
- //
2932
- // @public (undocumented)
2933
- export const TabPanelStyles: ElementStyles;
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
- //
2937
- // @public (undocumented)
2938
- export const TabPanelTemplate: ElementViewTemplate<TabPanel, any>;
2939
-
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)
2943
- //
2944
- // @public (undocumented)
2945
- export class Tabs extends BaseTabs {
2946
- // (undocumented)
2947
- activeidChanged(oldValue: string, newValue: string): void;
2948
- appearance?: TabsAppearance;
2949
- disabled?: boolean;
2950
- size?: TabsSize;
2951
- // (undocumented)
2952
- tabsChanged(): void;
2953
- }
2954
-
2955
- // @public (undocumented)
2956
- export interface Tabs extends StartEnd {
2957
- }
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
- //
2962
- // @public (undocumented)
2963
- export const TabsAppearance: {
2964
- readonly subtle: "subtle";
2965
- readonly transparent: "transparent";
2966
- };
2967
-
2968
- // @public (undocumented)
2969
- export type TabsAppearance = ValuesOf<typeof TabsAppearance>;
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
- //
2973
- // @public (undocumented)
2974
- export const TabsDefinition: FASTElementDefinition<typeof Tabs>;
2975
-
2976
- // @public
2977
- export type TabsOptions = StartEndOptions<Tabs>;
2978
-
2979
- // @public
2980
- export const TabsOrientation: {
2981
- readonly horizontal: "horizontal";
2982
- readonly vertical: "vertical";
2983
- };
2984
-
2985
- // @public
2986
- export type TabsOrientation = ValuesOf<typeof TabsOrientation>;
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
- //
2991
- // @public (undocumented)
2992
- export const TabsSize: {
2993
- readonly small: "small";
2994
- readonly medium: "medium";
2995
- readonly large: "large";
2996
- };
2997
-
2998
- // @public (undocumented)
2999
- export type TabsSize = ValuesOf<typeof TabsSize>;
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
- //
3003
- // @public (undocumented)
3004
- export const TabsStyles: ElementStyles;
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
- //
3008
- // @public (undocumented)
3009
- export const TabsTemplate: ElementViewTemplate<Tabs, any>;
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
- //
3013
- // @public (undocumented)
3014
- export const TabStyles: ElementStyles;
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
- //
3018
- // @public (undocumented)
3019
- export const TabTemplate: ElementViewTemplate<Tab, any>;
3020
-
3021
- // @public
3022
- class Text_2 extends FASTElement {
3023
- align?: TextAlign;
3024
- block: boolean;
3025
- font?: TextFont;
3026
- italic: boolean;
3027
- nowrap: boolean;
3028
- size?: TextSize;
3029
- strikethrough: boolean;
3030
- truncate: boolean;
3031
- underline: boolean;
3032
- weight?: TextWeight;
3033
- }
3034
- export { Text_2 as Text }
3035
-
3036
- // @public
3037
- export const TextAlign: {
3038
- readonly start: "start";
3039
- readonly end: "end";
3040
- readonly center: "center";
3041
- readonly justify: "justify";
3042
- };
3043
-
3044
- // @public
3045
- export type TextAlign = ValuesOf<typeof TextAlign>;
3046
-
3047
- // @public
3048
- export const TextDefinition: FASTElementDefinition<typeof Text_2>;
3049
-
3050
- // @public
3051
- export const TextFont: {
3052
- readonly base: "base";
3053
- readonly numeric: "numeric";
3054
- readonly monospace: "monospace";
3055
- };
3056
-
3057
- // @public
3058
- export type TextFont = ValuesOf<typeof TextFont>;
3059
-
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
3062
- //
3063
- // @public
3064
- export class TextInput extends FASTElement {
3065
- appearance?: TextInputAppearance;
3066
- autocomplete?: string;
3067
- autofocus: boolean;
3068
- // @internal
3069
- changeHandler(e: InputEvent): void;
3070
- // (undocumented)
3071
- connectedCallback(): void;
3072
- // @internal
3073
- control: HTMLInputElement;
3074
- // @internal
3075
- controlLabel: HTMLLabelElement;
3076
- controlSize?: TextInputControlSize;
3077
- // @internal
3078
- defaultSlottedNodes: Node[];
3079
- // @internal
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;
3095
- // @internal
3096
- inputHandler(e: InputEvent): boolean | void;
3097
- // @internal
3098
- keypressHandler(e: KeyboardEvent): boolean | void;
3099
- list: string;
3100
- maxlength: number;
3101
- minlength: number;
3102
- multiple: boolean;
3103
- name: string;
3104
- pattern: string;
3105
- placeholder: string;
3106
- readonly?: boolean;
3107
- // @internal
3108
- readonlyChanged(): void;
3109
- required: boolean;
3110
- // @internal
3111
- requiredChanged(previous: boolean, next: boolean): void;
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;
3117
- size: number;
3118
- spellcheck: boolean;
3119
- type: TextInputType;
3120
- get validationMessage(): string;
3121
- get validity(): ValidityState;
3122
- get value(): string;
3123
- set value(value: string);
3124
- get willValidate(): boolean;
3125
- }
3126
-
3127
- // @internal (undocumented)
3128
- export interface TextInput extends StartEnd {
3129
- }
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
- //
3133
- // @public
3134
- export const TextInputAppearance: {
3135
- readonly outline: "outline";
3136
- readonly underline: "underline";
3137
- readonly filledLighter: "filled-lighter";
3138
- readonly filledDarker: "filled-darker";
3139
- };
3140
-
3141
- // @public (undocumented)
3142
- export type TextInputAppearance = ValuesOf<typeof TextInputAppearance>;
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
- //
3146
- // @public
3147
- export const TextInputControlSize: {
3148
- readonly small: "small";
3149
- readonly medium: "medium";
3150
- readonly large: "large";
3151
- };
3152
-
3153
- // @public (undocumented)
3154
- export type TextInputControlSize = ValuesOf<typeof TextInputControlSize>;
3155
-
3156
- // @public
3157
- export const TextInputDefinition: FASTElementDefinition<typeof TextInput>;
3158
-
3159
- // @public
3160
- export type TextInputOptions = StartEndOptions<TextInput>;
3161
-
3162
- // @public
3163
- export const TextInputStyles: ElementStyles;
3164
-
3165
- // Warning: (ae-internal-missing-underscore) The name "TextInputTemplate" should be prefixed with an underscore because the declaration is marked as @internal
3166
- //
3167
- // @internal (undocumented)
3168
- export const TextInputTemplate: ElementViewTemplate<TextInput>;
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
- //
3172
- // @public
3173
- export const TextInputType: {
3174
- readonly email: "email";
3175
- readonly password: "password";
3176
- readonly tel: "tel";
3177
- readonly text: "text";
3178
- readonly url: "url";
3179
- };
3180
-
3181
- // @public (undocumented)
3182
- export type TextInputType = ValuesOf<typeof TextInputType>;
3183
-
3184
- // @public
3185
- export const TextSize: {
3186
- readonly _100: "100";
3187
- readonly _200: "200";
3188
- readonly _300: "300";
3189
- readonly _400: "400";
3190
- readonly _500: "500";
3191
- readonly _600: "600";
3192
- readonly _700: "700";
3193
- readonly _800: "800";
3194
- readonly _900: "900";
3195
- readonly _1000: "1000";
3196
- };
3197
-
3198
- // @public
3199
- export type TextSize = ValuesOf<typeof TextSize>;
3200
-
3201
- // @public
3202
- export const TextStyles: ElementStyles;
3203
-
3204
- // Warning: (ae-internal-missing-underscore) The name "TextTemplate" should be prefixed with an underscore because the declaration is marked as @internal
3205
- //
3206
- // @internal (undocumented)
3207
- export const TextTemplate: ElementViewTemplate<Text_2>;
3208
-
3209
- // @public
3210
- export const TextWeight: {
3211
- readonly medium: "medium";
3212
- readonly regular: "regular";
3213
- readonly semibold: "semibold";
3214
- readonly bold: "bold";
3215
- };
3216
-
3217
- // @public
3218
- export type TextWeight = ValuesOf<typeof TextWeight>;
3219
-
3220
- // @public
3221
- export class ToggleButton extends Button {
3222
- // (undocumented)
3223
- connectedCallback(): void;
3224
- mixed?: boolean;
3225
- // @internal
3226
- protected mixedChanged(): void;
3227
- // @override
3228
- protected press(): void;
3229
- pressed: boolean;
3230
- // @internal
3231
- protected pressedChanged(): void;
3232
- }
3233
-
3234
- // @public
3235
- export const ToggleButtonAppearance: {
3236
- readonly primary: "primary";
3237
- readonly outline: "outline";
3238
- readonly subtle: "subtle";
3239
- readonly secondary: "secondary";
3240
- readonly transparent: "transparent";
3241
- };
3242
-
3243
- // @public
3244
- export type ToggleButtonAppearance = ValuesOf<typeof ToggleButtonAppearance>;
3245
-
3246
- // @public (undocumented)
3247
- export const ToggleButtonDefinition: FASTElementDefinition<typeof ToggleButton>;
3248
-
3249
- // @public
3250
- export const ToggleButtonShape: {
3251
- readonly circular: "circular";
3252
- readonly rounded: "rounded";
3253
- readonly square: "square";
3254
- };
3255
-
3256
- // @public
3257
- export type ToggleButtonShape = ValuesOf<typeof ToggleButtonShape>;
3258
-
3259
- // @public
3260
- export const ToggleButtonSize: {
3261
- readonly small: "small";
3262
- readonly medium: "medium";
3263
- readonly large: "large";
3264
- };
3265
-
3266
- // @public
3267
- export type ToggleButtonSize = ValuesOf<typeof ToggleButtonSize>;
3268
-
3269
- // @public
3270
- export const ToggleButtonStyles: ElementStyles;
3271
-
3272
- // @public
3273
- export const ToggleButtonTemplate: ElementViewTemplate<ToggleButton>;
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
- //
3277
- // @public (undocumented)
3278
- export const typographyBody1StrongerStyles: CSSDirective;
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
- //
3282
- // @public (undocumented)
3283
- export const typographyBody1StrongStyles: CSSDirective;
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
- //
3287
- // @public (undocumented)
3288
- export const typographyBody1Styles: CSSDirective;
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
- //
3292
- // @public (undocumented)
3293
- export const typographyBody2Styles: CSSDirective;
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
- //
3297
- // @public (undocumented)
3298
- export const typographyCaption1StrongerStyles: CSSDirective;
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
- //
3302
- // @public (undocumented)
3303
- export const typographyCaption1StrongStyles: CSSDirective;
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
- //
3307
- // @public (undocumented)
3308
- export const typographyCaption1Styles: CSSDirective;
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
- //
3312
- // @public (undocumented)
3313
- export const typographyCaption2StrongStyles: CSSDirective;
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
- //
3317
- // @public (undocumented)
3318
- export const typographyCaption2Styles: CSSDirective;
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
- //
3322
- // @public (undocumented)
3323
- export const typographyDisplayStyles: CSSDirective;
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
- //
3327
- // @public (undocumented)
3328
- export const typographyLargeTitleStyles: CSSDirective;
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
- //
3332
- // @public (undocumented)
3333
- export const typographySubtitle1Styles: CSSDirective;
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
- //
3337
- // @public (undocumented)
3338
- export const typographySubtitle2StrongerStyles: CSSDirective;
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
- //
3342
- // @public (undocumented)
3343
- export const typographySubtitle2Styles: CSSDirective;
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
- //
3347
- // @public (undocumented)
3348
- export const typographyTitle1Styles: CSSDirective;
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
- //
3352
- // @public (undocumented)
3353
- export const typographyTitle2Styles: CSSDirective;
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
- //
3357
- // @public (undocumented)
3358
- export const typographyTitle3Styles: CSSDirective;
3359
-
3360
- // Warnings were encountered during analysis:
3361
- //
3362
- // dist/dts/accordion-item/accordion-item.d.ts:11:5 - (ae-forgotten-export) The symbol "StaticallyComposableHTML" needs to be exported by the entry point index.d.ts
3363
-
3364
- // (No @packageDocumentation comment for this package)
3365
-
3366
- ```