@fluentui/web-components 3.0.0-beta.13 → 3.0.0-beta.130

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