@fluentui/web-components 3.0.0-beta.8 → 3.0.0-beta.80

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