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

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