@fluentui/web-components 3.0.0-beta.11 → 3.0.0-beta.111

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