@fluentui/web-components 2.5.12 → 3.0.0-alpha.10

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 (681) hide show
  1. package/CHANGELOG.json +348 -1
  2. package/CHANGELOG.md +196 -100
  3. package/dist/dts/accordion/accordion.d.ts +7 -0
  4. package/dist/dts/accordion/accordion.definition.d.ts +11 -0
  5. package/dist/dts/accordion/accordion.styles.d.ts +1 -3
  6. package/dist/dts/accordion/accordion.template.d.ts +3 -0
  7. package/dist/dts/accordion/define.d.ts +1 -0
  8. package/dist/dts/accordion/index.d.ts +4 -22
  9. package/dist/dts/accordion-item/accordion-item.d.ts +33 -0
  10. package/dist/dts/accordion-item/accordion-item.definition.d.ts +11 -0
  11. package/dist/dts/accordion-item/accordion-item.options.d.ts +27 -0
  12. package/dist/dts/accordion-item/accordion-item.styles.d.ts +1 -0
  13. package/dist/dts/accordion-item/accordion-item.template.d.ts +7 -0
  14. package/dist/dts/accordion-item/index.d.ts +5 -0
  15. package/dist/dts/avatar/avatar.d.ts +97 -0
  16. package/dist/dts/avatar/avatar.definition.d.ts +9 -0
  17. package/dist/dts/avatar/avatar.options.d.ts +142 -0
  18. package/dist/dts/avatar/avatar.styles.d.ts +4 -0
  19. package/dist/dts/avatar/avatar.template.d.ts +8 -0
  20. package/dist/dts/avatar/define.d.ts +1 -0
  21. package/dist/dts/avatar/index.d.ts +5 -0
  22. package/dist/dts/badge/badge.d.ts +49 -0
  23. package/dist/dts/badge/badge.definition.d.ts +11 -0
  24. package/dist/dts/badge/badge.options.d.ts +73 -0
  25. package/dist/dts/badge/badge.styles.d.ts +4 -3
  26. package/dist/dts/badge/badge.template.d.ts +9 -0
  27. package/dist/dts/badge/define.d.ts +1 -0
  28. package/dist/dts/badge/index.d.ts +5 -29
  29. package/dist/dts/counter-badge/counter-badge.d.ts +90 -0
  30. package/dist/dts/counter-badge/counter-badge.definition.d.ts +11 -0
  31. package/dist/dts/counter-badge/counter-badge.options.d.ts +69 -0
  32. package/dist/dts/counter-badge/counter-badge.styles.d.ts +4 -0
  33. package/dist/dts/counter-badge/counter-badge.template.d.ts +7 -0
  34. package/dist/dts/counter-badge/define.d.ts +1 -0
  35. package/dist/dts/counter-badge/index.d.ts +5 -0
  36. package/dist/dts/divider/define.d.ts +1 -0
  37. package/dist/dts/divider/divider.d.ts +31 -0
  38. package/dist/dts/divider/divider.definition.d.ts +9 -0
  39. package/dist/dts/divider/divider.options.d.ts +40 -0
  40. package/dist/dts/divider/divider.styles.d.ts +4 -3
  41. package/dist/dts/divider/divider.template.d.ts +7 -0
  42. package/dist/dts/divider/index.d.ts +5 -21
  43. package/dist/dts/fluent-design-system.d.ts +5 -9
  44. package/dist/dts/image/define.d.ts +1 -0
  45. package/dist/dts/image/image.d.ts +48 -0
  46. package/dist/dts/image/image.definition.d.ts +9 -0
  47. package/dist/dts/image/image.options.d.ts +27 -0
  48. package/dist/dts/image/image.styles.d.ts +5 -0
  49. package/dist/dts/image/image.template.d.ts +7 -0
  50. package/dist/dts/image/index.d.ts +5 -0
  51. package/dist/dts/index-rollup.d.ts +1 -8
  52. package/dist/dts/index.d.ts +12 -49
  53. package/dist/dts/progress-bar/define.d.ts +1 -0
  54. package/dist/dts/progress-bar/index.d.ts +5 -0
  55. package/dist/dts/progress-bar/progress-bar.d.ts +30 -0
  56. package/dist/dts/progress-bar/progress-bar.definition.d.ts +10 -0
  57. package/dist/dts/progress-bar/progress-bar.options.d.ts +41 -0
  58. package/dist/dts/progress-bar/progress-bar.styles.d.ts +4 -0
  59. package/dist/dts/progress-bar/progress-bar.template.d.ts +3 -0
  60. package/dist/dts/spinner/define.d.ts +1 -0
  61. package/dist/dts/spinner/index.d.ts +5 -0
  62. package/dist/dts/spinner/spinner.d.ts +25 -0
  63. package/dist/dts/spinner/spinner.definition.d.ts +11 -0
  64. package/dist/dts/spinner/spinner.options.d.ts +32 -0
  65. package/dist/dts/spinner/spinner.styles.d.ts +1 -0
  66. package/dist/dts/spinner/spinner.template.d.ts +3 -0
  67. package/dist/dts/styles/index.d.ts +1 -5
  68. package/dist/dts/styles/partials/badge.partials.d.ts +28 -0
  69. package/dist/dts/styles/partials/index.d.ts +1 -0
  70. package/dist/dts/switch/define.d.ts +1 -0
  71. package/dist/dts/switch/index.d.ts +5 -21
  72. package/dist/dts/switch/switch.d.ts +13 -0
  73. package/dist/dts/switch/switch.definition.d.ts +9 -0
  74. package/dist/dts/switch/switch.options.d.ts +15 -0
  75. package/dist/dts/switch/switch.styles.d.ts +1 -3
  76. package/dist/dts/switch/switch.template.d.ts +3 -0
  77. package/dist/dts/text/define.d.ts +1 -0
  78. package/dist/dts/text/index.d.ts +5 -0
  79. package/dist/dts/text/text.d.ts +91 -0
  80. package/dist/dts/text/text.definition.d.ts +10 -0
  81. package/dist/dts/text/text.options.d.ts +67 -0
  82. package/dist/dts/text/text.styles.d.ts +4 -0
  83. package/dist/dts/text/text.template.d.ts +6 -0
  84. package/dist/dts/theme/design-tokens.d.ts +384 -0
  85. package/dist/dts/theme/index.d.ts +2 -0
  86. package/dist/dts/theme/set-theme.d.ts +6 -0
  87. package/dist/dts/utils/get-initials.d.ts +18 -0
  88. package/dist/esm/accordion/accordion.definition.js +19 -0
  89. package/dist/esm/accordion/accordion.definition.js.map +1 -0
  90. package/dist/esm/accordion/accordion.js +8 -0
  91. package/dist/esm/accordion/accordion.js.map +1 -0
  92. package/dist/esm/accordion/accordion.styles.js +9 -11
  93. package/dist/esm/accordion/accordion.styles.js.map +1 -0
  94. package/dist/esm/accordion/accordion.template.js +3 -0
  95. package/dist/esm/accordion/accordion.template.js.map +1 -0
  96. package/dist/esm/accordion/define.js +4 -0
  97. package/dist/esm/accordion/define.js.map +1 -0
  98. package/dist/esm/accordion/index.js +5 -27
  99. package/dist/esm/accordion/index.js.map +1 -0
  100. package/dist/esm/accordion-item/accordion-item.definition.js +19 -0
  101. package/dist/esm/accordion-item/accordion-item.definition.js.map +1 -0
  102. package/dist/esm/accordion-item/accordion-item.js +29 -0
  103. package/dist/esm/accordion-item/accordion-item.js.map +1 -0
  104. package/dist/esm/accordion-item/accordion-item.options.js +17 -0
  105. package/dist/esm/accordion-item/accordion-item.options.js.map +1 -0
  106. package/dist/esm/accordion-item/accordion-item.styles.js +197 -0
  107. package/dist/esm/accordion-item/accordion-item.styles.js.map +1 -0
  108. package/dist/esm/accordion-item/accordion-item.template.js +37 -0
  109. package/dist/esm/accordion-item/accordion-item.template.js.map +1 -0
  110. package/dist/esm/accordion-item/define.js +4 -0
  111. package/dist/esm/accordion-item/define.js.map +1 -0
  112. package/dist/esm/accordion-item/index.js +6 -0
  113. package/dist/esm/accordion-item/index.js.map +1 -0
  114. package/dist/esm/avatar/avatar.definition.js +17 -0
  115. package/dist/esm/avatar/avatar.definition.js.map +1 -0
  116. package/dist/esm/avatar/avatar.js +92 -0
  117. package/dist/esm/avatar/avatar.js.map +1 -0
  118. package/dist/esm/avatar/avatar.options.js +87 -0
  119. package/dist/esm/avatar/avatar.options.js.map +1 -0
  120. package/dist/esm/avatar/avatar.styles.js +476 -0
  121. package/dist/esm/avatar/avatar.styles.js.map +1 -0
  122. package/dist/esm/avatar/avatar.template.js +28 -0
  123. package/dist/esm/avatar/avatar.template.js.map +1 -0
  124. package/dist/esm/avatar/define.js +4 -0
  125. package/dist/esm/avatar/define.js.map +1 -0
  126. package/dist/esm/avatar/index.js +6 -0
  127. package/dist/esm/avatar/index.js.map +1 -0
  128. package/dist/esm/badge/badge.definition.js +19 -0
  129. package/dist/esm/badge/badge.definition.js.map +1 -0
  130. package/dist/esm/badge/badge.js +43 -0
  131. package/dist/esm/badge/badge.js.map +1 -0
  132. package/dist/esm/badge/badge.options.js +46 -0
  133. package/dist/esm/badge/badge.options.js.map +1 -0
  134. package/dist/esm/badge/badge.styles.js +26 -36
  135. package/dist/esm/badge/badge.styles.js.map +1 -0
  136. package/dist/esm/badge/badge.template.js +15 -0
  137. package/dist/esm/badge/badge.template.js.map +1 -0
  138. package/dist/esm/badge/define.js +4 -0
  139. package/dist/esm/badge/define.js.map +1 -0
  140. package/dist/esm/badge/index.js +6 -45
  141. package/dist/esm/badge/index.js.map +1 -0
  142. package/dist/esm/counter-badge/counter-badge.definition.js +19 -0
  143. package/dist/esm/counter-badge/counter-badge.definition.js.map +1 -0
  144. package/dist/esm/counter-badge/counter-badge.js +90 -0
  145. package/dist/esm/counter-badge/counter-badge.js.map +1 -0
  146. package/dist/esm/counter-badge/counter-badge.options.js +43 -0
  147. package/dist/esm/counter-badge/counter-badge.options.js.map +1 -0
  148. package/dist/esm/counter-badge/counter-badge.styles.js +31 -0
  149. package/dist/esm/counter-badge/counter-badge.styles.js.map +1 -0
  150. package/dist/esm/counter-badge/counter-badge.template.js +13 -0
  151. package/dist/esm/counter-badge/counter-badge.template.js.map +1 -0
  152. package/dist/esm/counter-badge/define.js +4 -0
  153. package/dist/esm/counter-badge/define.js.map +1 -0
  154. package/dist/esm/counter-badge/index.js +6 -0
  155. package/dist/esm/counter-badge/index.js.map +1 -0
  156. package/dist/esm/divider/define.js +4 -0
  157. package/dist/esm/divider/define.js.map +1 -0
  158. package/dist/esm/divider/divider.definition.js +17 -0
  159. package/dist/esm/divider/divider.definition.js.map +1 -0
  160. package/dist/esm/divider/divider.js +21 -0
  161. package/dist/esm/divider/divider.js.map +1 -0
  162. package/dist/esm/divider/divider.options.js +31 -0
  163. package/dist/esm/divider/divider.options.js.map +1 -0
  164. package/dist/esm/divider/divider.styles.js +109 -9
  165. package/dist/esm/divider/divider.styles.js.map +1 -0
  166. package/dist/esm/divider/divider.template.js +7 -0
  167. package/dist/esm/divider/divider.template.js.map +1 -0
  168. package/dist/esm/divider/index.js +6 -26
  169. package/dist/esm/divider/index.js.map +1 -0
  170. package/dist/esm/fluent-design-system.js +6 -11
  171. package/dist/esm/fluent-design-system.js.map +1 -0
  172. package/dist/esm/image/define.js +4 -0
  173. package/dist/esm/image/define.js.map +1 -0
  174. package/dist/esm/image/image.definition.js +17 -0
  175. package/dist/esm/image/image.definition.js.map +1 -0
  176. package/dist/esm/image/image.js +24 -0
  177. package/dist/esm/image/image.js.map +1 -0
  178. package/dist/esm/image/image.options.js +21 -0
  179. package/dist/esm/image/image.options.js.map +1 -0
  180. package/dist/esm/image/image.styles.js +52 -0
  181. package/dist/esm/image/image.styles.js.map +1 -0
  182. package/dist/esm/image/image.template.js +7 -0
  183. package/dist/esm/image/image.template.js.map +1 -0
  184. package/dist/esm/image/index.js +6 -0
  185. package/dist/esm/image/index.js.map +1 -0
  186. package/dist/esm/index-rollup.js +2 -12
  187. package/dist/esm/index-rollup.js.map +1 -0
  188. package/dist/esm/index.js +13 -49
  189. package/dist/esm/index.js.map +1 -0
  190. package/dist/esm/progress-bar/define.js +4 -0
  191. package/dist/esm/progress-bar/define.js.map +1 -0
  192. package/dist/esm/progress-bar/index.js +6 -0
  193. package/dist/esm/progress-bar/index.js.map +1 -0
  194. package/dist/esm/progress-bar/progress-bar.definition.js +18 -0
  195. package/dist/esm/progress-bar/progress-bar.definition.js.map +1 -0
  196. package/dist/esm/progress-bar/progress-bar.js +29 -0
  197. package/dist/esm/progress-bar/progress-bar.js.map +1 -0
  198. package/dist/esm/progress-bar/progress-bar.options.js +26 -0
  199. package/dist/esm/progress-bar/progress-bar.options.js.map +1 -0
  200. package/dist/esm/progress-bar/progress-bar.styles.js +156 -0
  201. package/dist/esm/progress-bar/progress-bar.styles.js.map +1 -0
  202. package/dist/esm/progress-bar/progress-bar.template.js +6 -0
  203. package/dist/esm/progress-bar/progress-bar.template.js.map +1 -0
  204. package/dist/esm/spinner/define.js +4 -0
  205. package/dist/esm/spinner/define.js.map +1 -0
  206. package/dist/esm/spinner/index.js +6 -0
  207. package/dist/esm/spinner/index.js.map +1 -0
  208. package/dist/esm/spinner/spinner.definition.js +19 -0
  209. package/dist/esm/spinner/spinner.definition.js.map +1 -0
  210. package/dist/esm/spinner/spinner.js +16 -0
  211. package/dist/esm/spinner/spinner.js.map +1 -0
  212. package/dist/esm/spinner/spinner.options.js +22 -0
  213. package/dist/esm/spinner/spinner.options.js.map +1 -0
  214. package/dist/esm/spinner/spinner.styles.js +96 -0
  215. package/dist/esm/spinner/spinner.styles.js.map +1 -0
  216. package/dist/esm/spinner/spinner.template.js +22 -0
  217. package/dist/esm/spinner/spinner.template.js.map +1 -0
  218. package/dist/esm/styles/index.js +2 -5
  219. package/dist/esm/styles/index.js.map +1 -0
  220. package/dist/esm/styles/partials/badge.partials.js +273 -0
  221. package/dist/esm/styles/partials/badge.partials.js.map +1 -0
  222. package/dist/esm/styles/partials/index.js +2 -0
  223. package/dist/esm/styles/partials/index.js.map +1 -0
  224. package/dist/esm/switch/define.js +4 -0
  225. package/dist/esm/switch/define.js.map +1 -0
  226. package/dist/esm/switch/index.js +6 -31
  227. package/dist/esm/switch/index.js.map +1 -0
  228. package/dist/esm/switch/switch.definition.js +17 -0
  229. package/dist/esm/switch/switch.definition.js.map +1 -0
  230. package/dist/esm/switch/switch.js +9 -0
  231. package/dist/esm/switch/switch.js.map +1 -0
  232. package/dist/esm/switch/switch.options.js +10 -0
  233. package/dist/esm/switch/switch.options.js.map +1 -0
  234. package/dist/esm/switch/switch.styles.js +113 -212
  235. package/dist/esm/switch/switch.styles.js.map +1 -0
  236. package/dist/esm/switch/switch.template.js +5 -0
  237. package/dist/esm/switch/switch.template.js.map +1 -0
  238. package/dist/esm/text/define.js +4 -0
  239. package/dist/esm/text/define.js.map +1 -0
  240. package/dist/esm/text/index.js +6 -0
  241. package/dist/esm/text/index.js.map +1 -0
  242. package/dist/esm/text/text.definition.js +18 -0
  243. package/dist/esm/text/text.definition.js.map +1 -0
  244. package/dist/esm/text/text.js +92 -0
  245. package/dist/esm/text/text.js.map +1 -0
  246. package/dist/esm/text/text.options.js +46 -0
  247. package/dist/esm/text/text.options.js.map +1 -0
  248. package/dist/esm/text/text.styles.js +107 -0
  249. package/dist/esm/text/text.styles.js.map +1 -0
  250. package/dist/esm/text/text.template.js +6 -0
  251. package/dist/esm/text/text.template.js.map +1 -0
  252. package/dist/esm/theme/design-tokens.js +387 -0
  253. package/dist/esm/theme/design-tokens.js.map +1 -0
  254. package/dist/esm/theme/index.js +3 -0
  255. package/dist/esm/theme/index.js.map +1 -0
  256. package/dist/esm/theme/set-theme.js +12 -0
  257. package/dist/esm/theme/set-theme.js.map +1 -0
  258. package/dist/esm/utils/get-initials.js +83 -0
  259. package/dist/esm/utils/get-initials.js.map +1 -0
  260. package/dist/fluent-web-components.api.json +8224 -11431
  261. package/dist/tsdoc-metadata.json +1 -1
  262. package/dist/web-components.d.ts +1496 -2404
  263. package/dist/web-components.js +5585 -20170
  264. package/dist/web-components.min.js +287 -239
  265. package/docs/api-report.md +1118 -1032
  266. package/package.json +84 -23
  267. package/build/clean.js +0 -29
  268. package/build/transform-fragments.js +0 -29
  269. package/dist/dts/_docs/design-system/color-explorer/app.d.ts +0 -25
  270. package/dist/dts/_docs/design-system/color-explorer/colors.d.ts +0 -13
  271. package/dist/dts/_docs/design-system/color-explorer/component-types.d.ts +0 -6
  272. package/dist/dts/_docs/design-system/color-explorer/components/color-block.d.ts +0 -10
  273. package/dist/dts/_docs/design-system/color-explorer/components/color-picker/color-picker.d.ts +0 -190
  274. package/dist/dts/_docs/design-system/color-explorer/components/color-picker/color-picker.form-associated.d.ts +0 -15
  275. package/dist/dts/_docs/design-system/color-explorer/components/color-picker/color-picker.styles.d.ts +0 -3
  276. package/dist/dts/_docs/design-system/color-explorer/components/color-picker/color-picker.template.d.ts +0 -8
  277. package/dist/dts/_docs/design-system/color-explorer/components/color-picker/index.d.ts +0 -9
  278. package/dist/dts/_docs/design-system/color-explorer/components/control-pane/control-pane.d.ts +0 -8
  279. package/dist/dts/_docs/design-system/color-explorer/components/control-pane/control-pane.styles.d.ts +0 -1
  280. package/dist/dts/_docs/design-system/color-explorer/components/control-pane/control-pane.template.d.ts +0 -2
  281. package/dist/dts/_docs/design-system/color-explorer/components/control-pane/index.d.ts +0 -6
  282. package/dist/dts/_docs/design-system/color-explorer/components/gradient/gradient.d.ts +0 -5
  283. package/dist/dts/_docs/design-system/color-explorer/components/gradient/gradient.styles.d.ts +0 -1
  284. package/dist/dts/_docs/design-system/color-explorer/components/gradient/gradient.template.d.ts +0 -2
  285. package/dist/dts/_docs/design-system/color-explorer/components/gradient/index.d.ts +0 -6
  286. package/dist/dts/_docs/design-system/color-explorer/components/layer-background/index.d.ts +0 -21
  287. package/dist/dts/_docs/design-system/color-explorer/components/sample-app/index.d.ts +0 -6
  288. package/dist/dts/_docs/design-system/color-explorer/components/sample-app/sample-app.d.ts +0 -3
  289. package/dist/dts/_docs/design-system/color-explorer/components/sample-app/sample-app.styles.d.ts +0 -1
  290. package/dist/dts/_docs/design-system/color-explorer/components/sample-app/sample-app.template.d.ts +0 -1
  291. package/dist/dts/_docs/design-system/color-explorer/components/sample-page/index.d.ts +0 -6
  292. package/dist/dts/_docs/design-system/color-explorer/components/sample-page/sample-page.d.ts +0 -3
  293. package/dist/dts/_docs/design-system/color-explorer/components/sample-page/sample-page.styles.d.ts +0 -1
  294. package/dist/dts/_docs/design-system/color-explorer/components/sample-page/sample-page.template.d.ts +0 -1
  295. package/dist/dts/_docs/design-system/color-explorer/components/swatch.d.ts +0 -30
  296. package/dist/dts/_docs/design-system/color-explorer/custom-elements.d.ts +0 -7
  297. package/dist/dts/_docs/design-system/color-explorer/index.d.ts +0 -2
  298. package/dist/dts/accordion/accordion-item/accordion-item.styles.d.ts +0 -3
  299. package/dist/dts/accordion/accordion-item/index.d.ts +0 -17
  300. package/dist/dts/accordion/accordion.stories.d.ts +0 -15
  301. package/dist/dts/anchor/anchor.stories.d.ts +0 -14
  302. package/dist/dts/anchor/anchor.styles.d.ts +0 -3
  303. package/dist/dts/anchor/index.d.ts +0 -49
  304. package/dist/dts/anchored-region/anchored-region.stories.d.ts +0 -6
  305. package/dist/dts/anchored-region/anchored-region.styles.d.ts +0 -3
  306. package/dist/dts/anchored-region/index.d.ts +0 -21
  307. package/dist/dts/badge/badge.stories.d.ts +0 -14
  308. package/dist/dts/breadcrumb/breadcrumb.stories.d.ts +0 -15
  309. package/dist/dts/breadcrumb/breadcrumb.styles.d.ts +0 -3
  310. package/dist/dts/breadcrumb/index.d.ts +0 -21
  311. package/dist/dts/breadcrumb-item/breadcrumb-item.stories.d.ts +0 -15
  312. package/dist/dts/breadcrumb-item/breadcrumb-item.styles.d.ts +0 -3
  313. package/dist/dts/breadcrumb-item/index.d.ts +0 -21
  314. package/dist/dts/button/button.stories.d.ts +0 -21
  315. package/dist/dts/button/button.styles.d.ts +0 -3
  316. package/dist/dts/button/index.d.ts +0 -48
  317. package/dist/dts/calendar/calendar.stories.d.ts +0 -86
  318. package/dist/dts/calendar/calendar.styles.d.ts +0 -7
  319. package/dist/dts/calendar/index.d.ts +0 -18
  320. package/dist/dts/card/card.stories.d.ts +0 -15
  321. package/dist/dts/card/card.styles.d.ts +0 -3
  322. package/dist/dts/card/index.d.ts +0 -46
  323. package/dist/dts/checkbox/checkbox.stories.d.ts +0 -28
  324. package/dist/dts/checkbox/checkbox.styles.d.ts +0 -3
  325. package/dist/dts/checkbox/index.d.ts +0 -16
  326. package/dist/dts/color/palette.d.ts +0 -73
  327. package/dist/dts/color/recipe.d.ts +0 -20
  328. package/dist/dts/color/recipes/contrast-and-delta-swatch-set.d.ts +0 -11
  329. package/dist/dts/color/recipes/contrast-swatch.d.ts +0 -12
  330. package/dist/dts/color/recipes/delta-swatch-set.d.ts +0 -36
  331. package/dist/dts/color/recipes/delta-swatch.d.ts +0 -12
  332. package/dist/dts/color/recipes/focus-stroke.d.ts +0 -10
  333. package/dist/dts/color/recipes/foreground-on-accent.d.ts +0 -11
  334. package/dist/dts/color/recipes/gradient-shadow-stroke.d.ts +0 -7
  335. package/dist/dts/color/recipes/gradient-swatch.d.ts +0 -36
  336. package/dist/dts/color/recipes/neutral-layer-1.d.ts +0 -10
  337. package/dist/dts/color/recipes/neutral-layer-2.d.ts +0 -6
  338. package/dist/dts/color/recipes/neutral-layer-3.d.ts +0 -6
  339. package/dist/dts/color/recipes/neutral-layer-4.d.ts +0 -6
  340. package/dist/dts/color/recipes/neutral-layer-floating.d.ts +0 -6
  341. package/dist/dts/color/recipes/underline-stroke.d.ts +0 -7
  342. package/dist/dts/color/swatch.d.ts +0 -31
  343. package/dist/dts/color/utilities/base-layer-luminance.d.ts +0 -11
  344. package/dist/dts/color/utilities/binary-search.d.ts +0 -4
  345. package/dist/dts/color/utilities/color-constants.d.ts +0 -14
  346. package/dist/dts/color/utilities/direction-by-is-dark.d.ts +0 -5
  347. package/dist/dts/color/utilities/is-dark.d.ts +0 -9
  348. package/dist/dts/color/utilities/relative-luminance.d.ts +0 -13
  349. package/dist/dts/combobox/combobox.stories.d.ts +0 -36
  350. package/dist/dts/combobox/combobox.styles.d.ts +0 -3
  351. package/dist/dts/combobox/index.d.ts +0 -43
  352. package/dist/dts/component-definitions.d.ts +0 -43
  353. package/dist/dts/custom-elements.d.ts +0 -103
  354. package/dist/dts/data-grid/data-grid-cell.styles.d.ts +0 -3
  355. package/dist/dts/data-grid/data-grid-row.styles.d.ts +0 -3
  356. package/dist/dts/data-grid/data-grid.stories.d.ts +0 -15
  357. package/dist/dts/data-grid/data-grid.styles.d.ts +0 -3
  358. package/dist/dts/data-grid/index.d.ts +0 -45
  359. package/dist/dts/design-system-provider/index.d.ts +0 -582
  360. package/dist/dts/design-tokens.d.ts +0 -519
  361. package/dist/dts/dialog/dialog.stories.d.ts +0 -25
  362. package/dist/dts/dialog/dialog.styles.d.ts +0 -3
  363. package/dist/dts/dialog/index.d.ts +0 -21
  364. package/dist/dts/divider/divider.stories.d.ts +0 -6
  365. package/dist/dts/flipper/flipper.stories.d.ts +0 -17
  366. package/dist/dts/flipper/flipper.styles.d.ts +0 -3
  367. package/dist/dts/flipper/index.d.ts +0 -21
  368. package/dist/dts/horizontal-scroll/horizontal-scroll.stories.d.ts +0 -15
  369. package/dist/dts/horizontal-scroll/horizontal-scroll.styles.d.ts +0 -12
  370. package/dist/dts/horizontal-scroll/index.d.ts +0 -25
  371. package/dist/dts/listbox/index.d.ts +0 -19
  372. package/dist/dts/listbox/listbox.stories.d.ts +0 -6
  373. package/dist/dts/listbox/listbox.styles.d.ts +0 -3
  374. package/dist/dts/listbox-option/index.d.ts +0 -17
  375. package/dist/dts/listbox-option/listbox-option.stories.d.ts +0 -23
  376. package/dist/dts/listbox-option/listbox-option.styles.d.ts +0 -3
  377. package/dist/dts/menu/index.d.ts +0 -26
  378. package/dist/dts/menu/menu.stories.d.ts +0 -6
  379. package/dist/dts/menu/menu.styles.d.ts +0 -3
  380. package/dist/dts/menu-item/index.d.ts +0 -21
  381. package/dist/dts/menu-item/menu-item.stories.d.ts +0 -18
  382. package/dist/dts/menu-item/menu-item.styles.d.ts +0 -3
  383. package/dist/dts/number-field/index.d.ts +0 -41
  384. package/dist/dts/number-field/number-field.stories.d.ts +0 -71
  385. package/dist/dts/number-field/number-field.styles.d.ts +0 -3
  386. package/dist/dts/progress/index.d.ts +0 -2
  387. package/dist/dts/progress/progress/index.d.ts +0 -22
  388. package/dist/dts/progress/progress/progress.stories.d.ts +0 -15
  389. package/dist/dts/progress/progress/progress.styles.d.ts +0 -3
  390. package/dist/dts/progress/progress-ring/index.d.ts +0 -22
  391. package/dist/dts/progress/progress-ring/progress-ring.stories.d.ts +0 -15
  392. package/dist/dts/progress/progress-ring/progress-ring.styles.d.ts +0 -3
  393. package/dist/dts/radio/index.d.ts +0 -21
  394. package/dist/dts/radio/radio.stories.d.ts +0 -23
  395. package/dist/dts/radio/radio.styles.d.ts +0 -3
  396. package/dist/dts/radio-group/index.d.ts +0 -21
  397. package/dist/dts/radio-group/radio-group.stories.d.ts +0 -18
  398. package/dist/dts/radio-group/radio-group.styles.d.ts +0 -3
  399. package/dist/dts/search/index.d.ts +0 -38
  400. package/dist/dts/search/search.stories.d.ts +0 -75
  401. package/dist/dts/search/search.styles.d.ts +0 -3
  402. package/dist/dts/search/search.template.d.ts +0 -6
  403. package/dist/dts/select/index.d.ts +0 -44
  404. package/dist/dts/select/select.stories.d.ts +0 -28
  405. package/dist/dts/select/select.styles.d.ts +0 -13
  406. package/dist/dts/skeleton/index.d.ts +0 -21
  407. package/dist/dts/skeleton/skeleton.stories.d.ts +0 -20
  408. package/dist/dts/skeleton/skeleton.styles.d.ts +0 -3
  409. package/dist/dts/slider/index.d.ts +0 -21
  410. package/dist/dts/slider/slider.stories.d.ts +0 -14
  411. package/dist/dts/slider/slider.styles.d.ts +0 -3
  412. package/dist/dts/slider-label/index.d.ts +0 -21
  413. package/dist/dts/slider-label/slider-label.stories.d.ts +0 -23
  414. package/dist/dts/slider-label/slider-label.styles.d.ts +0 -3
  415. package/dist/dts/styles/direction.d.ts +0 -34
  416. package/dist/dts/styles/elevation.d.ts +0 -64
  417. package/dist/dts/styles/focus.d.ts +0 -13
  418. package/dist/dts/styles/patterns/button.styles.d.ts +0 -31
  419. package/dist/dts/styles/patterns/index.d.ts +0 -3
  420. package/dist/dts/styles/patterns/input.styles.d.ts +0 -30
  421. package/dist/dts/styles/patterns/type-ramp.d.ts +0 -18
  422. package/dist/dts/styles/size.d.ts +0 -7
  423. package/dist/dts/switch/switch.stories.d.ts +0 -18
  424. package/dist/dts/tabs/index.d.ts +0 -23
  425. package/dist/dts/tabs/tab/index.d.ts +0 -21
  426. package/dist/dts/tabs/tab/tab.styles.d.ts +0 -3
  427. package/dist/dts/tabs/tab-panel/index.d.ts +0 -21
  428. package/dist/dts/tabs/tab-panel/tab-panel.styles.d.ts +0 -3
  429. package/dist/dts/tabs/tabs.stories.d.ts +0 -19
  430. package/dist/dts/tabs/tabs.styles.d.ts +0 -3
  431. package/dist/dts/text-area/index.d.ts +0 -45
  432. package/dist/dts/text-area/text-area.stories.d.ts +0 -41
  433. package/dist/dts/text-area/text-area.styles.d.ts +0 -3
  434. package/dist/dts/text-field/index.d.ts +0 -45
  435. package/dist/dts/text-field/text-field.stories.d.ts +0 -81
  436. package/dist/dts/text-field/text-field.styles.d.ts +0 -3
  437. package/dist/dts/toolbar/index.d.ts +0 -17
  438. package/dist/dts/toolbar/toolbar.stories.d.ts +0 -9
  439. package/dist/dts/toolbar/toolbar.styles.d.ts +0 -3
  440. package/dist/dts/tooltip/index.d.ts +0 -21
  441. package/dist/dts/tooltip/tooltip.stories.d.ts +0 -14
  442. package/dist/dts/tooltip/tooltip.styles.d.ts +0 -3
  443. package/dist/dts/tree-item/index.d.ts +0 -22
  444. package/dist/dts/tree-item/tree-item.stories.d.ts +0 -18
  445. package/dist/dts/tree-item/tree-item.styles.d.ts +0 -4
  446. package/dist/dts/tree-view/index.d.ts +0 -22
  447. package/dist/dts/tree-view/tree-view.stories.d.ts +0 -13
  448. package/dist/dts/tree-view/tree-view.styles.d.ts +0 -3
  449. package/dist/dts/utilities/behaviors.d.ts +0 -12
  450. package/dist/dts/utilities/type-ramp.d.ts +0 -12
  451. package/dist/esm/_docs/design-system/color-explorer/app.js +0 -247
  452. package/dist/esm/_docs/design-system/color-explorer/colors.js +0 -24
  453. package/dist/esm/_docs/design-system/color-explorer/component-types.js +0 -7
  454. package/dist/esm/_docs/design-system/color-explorer/components/color-block.js +0 -408
  455. package/dist/esm/_docs/design-system/color-explorer/components/color-picker/color-picker.form-associated.js +0 -16
  456. package/dist/esm/_docs/design-system/color-explorer/components/color-picker/color-picker.js +0 -297
  457. package/dist/esm/_docs/design-system/color-explorer/components/color-picker/color-picker.styles.js +0 -124
  458. package/dist/esm/_docs/design-system/color-explorer/components/color-picker/color-picker.template.js +0 -130
  459. package/dist/esm/_docs/design-system/color-explorer/components/color-picker/index.js +0 -15
  460. package/dist/esm/_docs/design-system/color-explorer/components/control-pane/control-pane.js +0 -24
  461. package/dist/esm/_docs/design-system/color-explorer/components/control-pane/control-pane.styles.js +0 -19
  462. package/dist/esm/_docs/design-system/color-explorer/components/control-pane/control-pane.template.js +0 -52
  463. package/dist/esm/_docs/design-system/color-explorer/components/control-pane/index.js +0 -18
  464. package/dist/esm/_docs/design-system/color-explorer/components/gradient/gradient.js +0 -11
  465. package/dist/esm/_docs/design-system/color-explorer/components/gradient/gradient.styles.js +0 -31
  466. package/dist/esm/_docs/design-system/color-explorer/components/gradient/gradient.template.js +0 -21
  467. package/dist/esm/_docs/design-system/color-explorer/components/gradient/index.js +0 -18
  468. package/dist/esm/_docs/design-system/color-explorer/components/layer-background/index.js +0 -70
  469. package/dist/esm/_docs/design-system/color-explorer/components/sample-app/index.js +0 -18
  470. package/dist/esm/_docs/design-system/color-explorer/components/sample-app/sample-app.js +0 -3
  471. package/dist/esm/_docs/design-system/color-explorer/components/sample-app/sample-app.styles.js +0 -166
  472. package/dist/esm/_docs/design-system/color-explorer/components/sample-app/sample-app.template.js +0 -97
  473. package/dist/esm/_docs/design-system/color-explorer/components/sample-page/index.js +0 -18
  474. package/dist/esm/_docs/design-system/color-explorer/components/sample-page/sample-page.js +0 -3
  475. package/dist/esm/_docs/design-system/color-explorer/components/sample-page/sample-page.styles.js +0 -130
  476. package/dist/esm/_docs/design-system/color-explorer/components/sample-page/sample-page.template.js +0 -82
  477. package/dist/esm/_docs/design-system/color-explorer/components/swatch.js +0 -163
  478. package/dist/esm/_docs/design-system/color-explorer/custom-elements.js +0 -3
  479. package/dist/esm/_docs/design-system/color-explorer/index.js +0 -14
  480. package/dist/esm/accordion/accordion-item/accordion-item.styles.js +0 -154
  481. package/dist/esm/accordion/accordion-item/accordion-item.vscode.definition.json +0 -67
  482. package/dist/esm/accordion/accordion-item/index.js +0 -32
  483. package/dist/esm/accordion/accordion.stories.js +0 -66
  484. package/dist/esm/accordion/accordion.vscode.definition.json +0 -35
  485. package/dist/esm/anchor/anchor.stories.js +0 -34
  486. package/dist/esm/anchor/anchor.styles.js +0 -5
  487. package/dist/esm/anchor/anchor.vscode.definition.json +0 -138
  488. package/dist/esm/anchor/index.js +0 -67
  489. package/dist/esm/anchored-region/anchored-region.stories.js +0 -133
  490. package/dist/esm/anchored-region/anchored-region.styles.js +0 -7
  491. package/dist/esm/anchored-region/anchored-region.vscode.definition.json +0 -140
  492. package/dist/esm/anchored-region/index.js +0 -26
  493. package/dist/esm/badge/badge.stories.js +0 -27
  494. package/dist/esm/badge/badge.vscode.definition.json +0 -60
  495. package/dist/esm/breadcrumb/breadcrumb.stories.js +0 -20
  496. package/dist/esm/breadcrumb/breadcrumb.styles.js +0 -13
  497. package/dist/esm/breadcrumb/breadcrumb.vscode.definition.json +0 -18
  498. package/dist/esm/breadcrumb/index.js +0 -26
  499. package/dist/esm/breadcrumb-item/breadcrumb-item.stories.js +0 -16
  500. package/dist/esm/breadcrumb-item/breadcrumb-item.styles.js +0 -96
  501. package/dist/esm/breadcrumb-item/breadcrumb-item.vscode.definition.json +0 -50
  502. package/dist/esm/breadcrumb-item/index.js +0 -34
  503. package/dist/esm/button/button.stories.js +0 -40
  504. package/dist/esm/button/button.styles.js +0 -24
  505. package/dist/esm/button/button.vscode.definition.json +0 -158
  506. package/dist/esm/button/index.js +0 -67
  507. package/dist/esm/calendar/calendar.stories.js +0 -115
  508. package/dist/esm/calendar/calendar.styles.js +0 -132
  509. package/dist/esm/calendar/index.js +0 -31
  510. package/dist/esm/card/card.stories.js +0 -30
  511. package/dist/esm/card/card.styles.js +0 -28
  512. package/dist/esm/card/card.vscode.definition.json +0 -33
  513. package/dist/esm/card/index.js +0 -79
  514. package/dist/esm/checkbox/checkbox.stories.js +0 -43
  515. package/dist/esm/checkbox/checkbox.styles.js +0 -161
  516. package/dist/esm/checkbox/checkbox.vscode.definition.json +0 -69
  517. package/dist/esm/checkbox/index.js +0 -31
  518. package/dist/esm/color/palette.js +0 -250
  519. package/dist/esm/color/recipes/contrast-and-delta-swatch-set.js +0 -28
  520. package/dist/esm/color/recipes/contrast-swatch.js +0 -12
  521. package/dist/esm/color/recipes/delta-swatch-set.js +0 -53
  522. package/dist/esm/color/recipes/delta-swatch.js +0 -13
  523. package/dist/esm/color/recipes/focus-stroke.js +0 -14
  524. package/dist/esm/color/recipes/foreground-on-accent.js +0 -21
  525. package/dist/esm/color/recipes/gradient-shadow-stroke.js +0 -54
  526. package/dist/esm/color/recipes/gradient-swatch.js +0 -36
  527. package/dist/esm/color/recipes/neutral-layer-1.js +0 -13
  528. package/dist/esm/color/recipes/neutral-layer-2.js +0 -7
  529. package/dist/esm/color/recipes/neutral-layer-3.js +0 -7
  530. package/dist/esm/color/recipes/neutral-layer-4.js +0 -7
  531. package/dist/esm/color/recipes/neutral-layer-floating.js +0 -7
  532. package/dist/esm/color/recipes/underline-stroke.js +0 -31
  533. package/dist/esm/color/swatch.js +0 -53
  534. package/dist/esm/color/utilities/base-layer-luminance.js +0 -14
  535. package/dist/esm/color/utilities/binary-search.js +0 -15
  536. package/dist/esm/color/utilities/color-constants.js +0 -19
  537. package/dist/esm/color/utilities/direction-by-is-dark.js +0 -7
  538. package/dist/esm/color/utilities/is-dark.js +0 -17
  539. package/dist/esm/color/utilities/relative-luminance.js +0 -8
  540. package/dist/esm/combobox/combobox.stories.js +0 -84
  541. package/dist/esm/combobox/combobox.styles.js +0 -40
  542. package/dist/esm/combobox/combobox.vscode.definition.json +0 -121
  543. package/dist/esm/combobox/index.js +0 -63
  544. package/dist/esm/component-definitions.js +0 -84
  545. package/dist/esm/custom-elements.js +0 -102
  546. package/dist/esm/data-grid/data-grid-cell.styles.js +0 -36
  547. package/dist/esm/data-grid/data-grid-cell.vscode.definition.json +0 -34
  548. package/dist/esm/data-grid/data-grid-row.styles.js +0 -24
  549. package/dist/esm/data-grid/data-grid-row.vscode.definition.json +0 -34
  550. package/dist/esm/data-grid/data-grid.stories.js +0 -381
  551. package/dist/esm/data-grid/data-grid.styles.js +0 -8
  552. package/dist/esm/data-grid/data-grid.vscode.definition.json +0 -34
  553. package/dist/esm/data-grid/index.js +0 -60
  554. package/dist/esm/design-system-provider/design-system-provider.vscode.definition.json +0 -510
  555. package/dist/esm/design-system-provider/index.js +0 -518
  556. package/dist/esm/design-tokens.js +0 -685
  557. package/dist/esm/dialog/dialog.stories.js +0 -36
  558. package/dist/esm/dialog/dialog.styles.js +0 -47
  559. package/dist/esm/dialog/dialog.vscode.definition.json +0 -67
  560. package/dist/esm/dialog/index.js +0 -26
  561. package/dist/esm/divider/divider.stories.js +0 -17
  562. package/dist/esm/divider/divider.vscode.definition.json +0 -29
  563. package/dist/esm/flipper/flipper.stories.js +0 -31
  564. package/dist/esm/flipper/flipper.styles.js +0 -84
  565. package/dist/esm/flipper/flipper.vscode.definition.json +0 -56
  566. package/dist/esm/flipper/index.js +0 -36
  567. package/dist/esm/horizontal-scroll/horizontal-scroll.stories.js +0 -81
  568. package/dist/esm/horizontal-scroll/horizontal-scroll.styles.js +0 -138
  569. package/dist/esm/horizontal-scroll/horizontal-scroll.vscode.definition.json +0 -85
  570. package/dist/esm/horizontal-scroll/index.js +0 -47
  571. package/dist/esm/listbox/index.js +0 -24
  572. package/dist/esm/listbox/listbox.stories.js +0 -29
  573. package/dist/esm/listbox/listbox.styles.js +0 -21
  574. package/dist/esm/listbox/listbox.vscode.definition.json +0 -40
  575. package/dist/esm/listbox-option/index.js +0 -22
  576. package/dist/esm/listbox-option/listbox-option.stories.js +0 -38
  577. package/dist/esm/listbox-option/listbox-option.styles.js +0 -133
  578. package/dist/esm/listbox-option/listbox-option.vscode.definition.json +0 -45
  579. package/dist/esm/menu/index.js +0 -36
  580. package/dist/esm/menu/menu.stories.js +0 -56
  581. package/dist/esm/menu/menu.styles.js +0 -42
  582. package/dist/esm/menu/menu.vscode.definition.json +0 -18
  583. package/dist/esm/menu-item/index.js +0 -41
  584. package/dist/esm/menu-item/menu-item.stories.js +0 -34
  585. package/dist/esm/menu-item/menu-item.styles.js +0 -265
  586. package/dist/esm/menu-item/menu-item.vscode.definition.json +0 -82
  587. package/dist/esm/number-field/index.js +0 -57
  588. package/dist/esm/number-field/number-field.stories.js +0 -83
  589. package/dist/esm/number-field/number-field.styles.js +0 -71
  590. package/dist/esm/number-field/number-field.vscode.definition.json +0 -167
  591. package/dist/esm/progress/index.js +0 -2
  592. package/dist/esm/progress/progress/index.js +0 -33
  593. package/dist/esm/progress/progress/progress.stories.js +0 -59
  594. package/dist/esm/progress/progress/progress.styles.js +0 -119
  595. package/dist/esm/progress/progress/progress.vscode.definition.json +0 -56
  596. package/dist/esm/progress/progress-ring/index.js +0 -45
  597. package/dist/esm/progress/progress-ring/progress-ring.stories.js +0 -59
  598. package/dist/esm/progress/progress-ring/progress-ring.styles.js +0 -79
  599. package/dist/esm/progress/progress-ring/progress-ring.vscode.definition.json +0 -56
  600. package/dist/esm/radio/index.js +0 -31
  601. package/dist/esm/radio/radio.stories.js +0 -41
  602. package/dist/esm/radio/radio.styles.js +0 -152
  603. package/dist/esm/radio/radio.vscode.definition.json +0 -63
  604. package/dist/esm/radio-group/index.js +0 -26
  605. package/dist/esm/radio-group/radio-group.stories.js +0 -42
  606. package/dist/esm/radio-group/radio-group.styles.js +0 -21
  607. package/dist/esm/radio-group/radio-group.vscode.definition.json +0 -64
  608. package/dist/esm/search/index.js +0 -52
  609. package/dist/esm/search/search.stories.js +0 -83
  610. package/dist/esm/search/search.styles.js +0 -104
  611. package/dist/esm/search/search.template.js +0 -82
  612. package/dist/esm/search/search.vscode.definition.json +0 -145
  613. package/dist/esm/select/index.js +0 -61
  614. package/dist/esm/select/select.stories.js +0 -53
  615. package/dist/esm/select/select.styles.js +0 -139
  616. package/dist/esm/select/select.vscode.definition.json +0 -79
  617. package/dist/esm/skeleton/index.js +0 -26
  618. package/dist/esm/skeleton/skeleton.stories.js +0 -37
  619. package/dist/esm/skeleton/skeleton.styles.js +0 -77
  620. package/dist/esm/skeleton/skeleton.vscode.definition.json +0 -49
  621. package/dist/esm/slider/index.js +0 -29
  622. package/dist/esm/slider/slider.stories.js +0 -40
  623. package/dist/esm/slider/slider.styles.js +0 -162
  624. package/dist/esm/slider/slider.vscode.definition.json +0 -101
  625. package/dist/esm/slider-label/index.js +0 -26
  626. package/dist/esm/slider-label/slider-label.stories.js +0 -40
  627. package/dist/esm/slider-label/slider-label.styles.js +0 -77
  628. package/dist/esm/slider-label/slider-label.vscode.definition.json +0 -43
  629. package/dist/esm/styles/direction.js +0 -73
  630. package/dist/esm/styles/elevation.js +0 -74
  631. package/dist/esm/styles/focus.js +0 -21
  632. package/dist/esm/styles/patterns/button.styles.js +0 -427
  633. package/dist/esm/styles/patterns/index.js +0 -3
  634. package/dist/esm/styles/patterns/input.styles.js +0 -227
  635. package/dist/esm/styles/patterns/type-ramp.js +0 -74
  636. package/dist/esm/styles/size.js +0 -9
  637. package/dist/esm/switch/switch.stories.js +0 -42
  638. package/dist/esm/switch/switch.vscode.definition.json +0 -68
  639. package/dist/esm/tabs/index.js +0 -28
  640. package/dist/esm/tabs/tab/index.js +0 -26
  641. package/dist/esm/tabs/tab/tab.styles.js +0 -75
  642. package/dist/esm/tabs/tab/tab.vscode.definition.json +0 -17
  643. package/dist/esm/tabs/tab-panel/index.js +0 -26
  644. package/dist/esm/tabs/tab-panel/tab-panel.styles.js +0 -11
  645. package/dist/esm/tabs/tab-panel/tab-panel.vscode.definition.json +0 -17
  646. package/dist/esm/tabs/tabs.stories.js +0 -105
  647. package/dist/esm/tabs/tabs.styles.js +0 -98
  648. package/dist/esm/tabs/tabs.vscode.definition.json +0 -50
  649. package/dist/esm/text-area/index.js +0 -56
  650. package/dist/esm/text-area/text-area.stories.js +0 -56
  651. package/dist/esm/text-area/text-area.styles.js +0 -39
  652. package/dist/esm/text-area/text-area.vscode.definition.json +0 -141
  653. package/dist/esm/text-field/index.js +0 -56
  654. package/dist/esm/text-field/text-field.stories.js +0 -88
  655. package/dist/esm/text-field/text-field.styles.js +0 -48
  656. package/dist/esm/text-field/text-field.vscode.definition.json +0 -150
  657. package/dist/esm/toolbar/index.js +0 -23
  658. package/dist/esm/toolbar/toolbar.stories.js +0 -9
  659. package/dist/esm/toolbar/toolbar.styles.js +0 -73
  660. package/dist/esm/tooltip/index.js +0 -31
  661. package/dist/esm/tooltip/tooltip.stories.js +0 -34
  662. package/dist/esm/tooltip/tooltip.styles.js +0 -107
  663. package/dist/esm/tooltip/tooltip.vscode.definition.json +0 -56
  664. package/dist/esm/tree-item/index.js +0 -32
  665. package/dist/esm/tree-item/tree-item.stories.js +0 -34
  666. package/dist/esm/tree-item/tree-item.styles.js +0 -227
  667. package/dist/esm/tree-item/tree-item.vscode.definition.json +0 -63
  668. package/dist/esm/tree-view/index.js +0 -27
  669. package/dist/esm/tree-view/tree-view.stories.js +0 -99
  670. package/dist/esm/tree-view/tree-view.styles.js +0 -14
  671. package/dist/esm/tree-view/tree-view.vscode.definition.json +0 -26
  672. package/dist/esm/utilities/behaviors.js +0 -13
  673. package/dist/esm/utilities/type-ramp.js +0 -12
  674. package/karma.conf.js +0 -147
  675. package/public/SegoeUI-VF.ttf +0 -0
  676. package/public/favicon.ico +0 -0
  677. package/public/favicon.png +0 -0
  678. package/public/switches.ts +0 -24
  679. package/rollup.config.js +0 -53
  680. package/storybook-typings.d.ts +0 -4
  681. /package/dist/{esm/color/recipe.js → dts/accordion-item/define.d.ts} +0 -0
@@ -0,0 +1,90 @@
1
+ import { FASTElement } from '@microsoft/fast-element';
2
+ import { StartEnd } from '@microsoft/fast-foundation';
3
+ import { CounterBadgeAppearance, CounterBadgeColor, CounterBadgeShape, CounterBadgeSize } from './counter-badge.options.js';
4
+ /**
5
+ * The base class used for constructing a fluent-badge custom element
6
+ * @public
7
+ */
8
+ export declare class CounterBadge extends FASTElement {
9
+ /**
10
+ * The appearance the badge should have.
11
+ *
12
+ * @public
13
+ * @remarks
14
+ * HTML Attribute: appearance
15
+ */
16
+ appearance?: CounterBadgeAppearance;
17
+ /**
18
+ * The color the badge should have.
19
+ *
20
+ * @public
21
+ * @remarks
22
+ * HTML Attribute: color
23
+ */
24
+ color?: CounterBadgeColor;
25
+ /**
26
+ * The shape the badge should have.
27
+ *
28
+ * @public
29
+ * @remarks
30
+ * HTML Attribute: shape
31
+ */
32
+ shape?: CounterBadgeShape;
33
+ /**
34
+ * The size the badge should have.
35
+ *
36
+ * @public
37
+ * @remarks
38
+ * HTML Attribute: size
39
+ */
40
+ size?: CounterBadgeSize;
41
+ /**
42
+ * The count the badge should have.
43
+ *
44
+ * @public
45
+ * @remarks
46
+ * HTML Attribute: count
47
+ */
48
+ count: number;
49
+ protected countChanged(): void;
50
+ /**
51
+ * Max number to be displayed
52
+ *
53
+ * @public
54
+ * @remarks
55
+ * HTML Attribute: overflow-count
56
+ */
57
+ overflowCount: number;
58
+ protected overflowCountChanged(): void;
59
+ /**
60
+ * If the badge should be shown when count is 0
61
+ *
62
+ * @public
63
+ * @remarks
64
+ * HTML Attribute: show-zero
65
+ */
66
+ showZero: boolean;
67
+ /**
68
+ * If a dot should be displayed without the count
69
+ *
70
+ * @public
71
+ * @remarks
72
+ * HTML Attribute: dot
73
+ */
74
+ dot: boolean;
75
+ /**
76
+ * @internal
77
+ * Function to set the count
78
+ * This is the default slotted content for the counter badge
79
+ * If children are slotted, that will override the value returned
80
+ */
81
+ setCount(): string | void;
82
+ }
83
+ /**
84
+ * Mark internal because exporting class and interface of the same name
85
+ * confuses API extractor.
86
+ * TODO: Below will be unnecessary when Badge class gets updated
87
+ * @internal
88
+ */
89
+ export interface CounterBadge extends StartEnd {
90
+ }
@@ -0,0 +1,11 @@
1
+ import { CounterBadge } from './counter-badge.js';
2
+ /**
3
+ * The Fluent CounterBadge Element. Implements {@link @microsoft/fast-foundation#Badge },
4
+ * {@link @microsoft/fast-foundation#badgeTemplate}
5
+ *
6
+ *
7
+ * @public
8
+ * @remarks
9
+ * HTML Element: \<fluent-counter-badge\>
10
+ */
11
+ export declare const definition: import("@microsoft/fast-element").FASTElementDefinition<typeof CounterBadge>;
@@ -0,0 +1,69 @@
1
+ import { ValuesOf } from '@microsoft/fast-foundation';
2
+ import { BadgeOptions } from '../badge/badge.options.js';
3
+ /**
4
+ * CounterBadge options
5
+ * @public
6
+ */
7
+ export declare type CounterBadgeOptions = BadgeOptions;
8
+ /**
9
+ * CounterBadgeAppearance constants
10
+ * @public
11
+ */
12
+ export declare const CounterBadgeAppearance: {
13
+ readonly filled: "filled";
14
+ readonly ghost: "ghost";
15
+ };
16
+ /**
17
+ * A CounterBadge can have an appearance of filled or ghost
18
+ * @public
19
+ */
20
+ export declare type CounterBadgeAppearance = ValuesOf<typeof CounterBadgeAppearance>;
21
+ /**
22
+ * CounterBadgeColor constants
23
+ * @public
24
+ */
25
+ export declare const CounterBadgeColor: {
26
+ readonly brand: "brand";
27
+ readonly danger: "danger";
28
+ readonly important: "important";
29
+ readonly informative: "informative";
30
+ readonly severe: "severe";
31
+ readonly subtle: "subtle";
32
+ readonly success: "success";
33
+ readonly warning: "warning";
34
+ };
35
+ /**
36
+ * A CounterBadge can be one of preset colors
37
+ * @public
38
+ */
39
+ export declare type CounterBadgeColor = ValuesOf<typeof CounterBadgeColor>;
40
+ /**
41
+ * A CounterBadge shape can be circular or rounded.
42
+ * @public
43
+ */
44
+ export declare const CounterBadgeShape: {
45
+ readonly circular: "circular";
46
+ readonly rounded: "rounded";
47
+ };
48
+ /**
49
+ * A CounterBadge can be one of preset colors
50
+ * @public
51
+ */
52
+ export declare type CounterBadgeShape = ValuesOf<typeof CounterBadgeShape>;
53
+ /**
54
+ * A CounterBadge can be square, circular or rounded.
55
+ * @public
56
+ */
57
+ export declare const CounterBadgeSize: {
58
+ readonly tiny: "tiny";
59
+ readonly extraSmall: "extra-small";
60
+ readonly small: "small";
61
+ readonly medium: "medium";
62
+ readonly large: "large";
63
+ readonly extraLarge: "extra-large";
64
+ };
65
+ /**
66
+ * A CounterBadge can be on of several preset sizes.
67
+ * @public
68
+ */
69
+ export declare type CounterBadgeSize = ValuesOf<typeof CounterBadgeSize>;
@@ -0,0 +1,4 @@
1
+ /** Badge styles
2
+ * @public
3
+ */
4
+ export declare const styles: import("@microsoft/fast-element").ElementStyles;
@@ -0,0 +1,7 @@
1
+ import { ElementViewTemplate } from '@microsoft/fast-element';
2
+ import { CounterBadge } from './counter-badge.js';
3
+ /**
4
+ * The template for the Counter Badge component.
5
+ * @public
6
+ */
7
+ export declare const template: ElementViewTemplate<CounterBadge>;
@@ -0,0 +1 @@
1
+ export {};
@@ -0,0 +1,5 @@
1
+ export * from './counter-badge.js';
2
+ export * from './counter-badge.options.js';
3
+ export { template as CounterBadgeTemplate } from './counter-badge.template.js';
4
+ export { styles as CounterBadgeStyles } from './counter-badge.styles.js';
5
+ export { definition as CounterBadgeDefinition } from './counter-badge.definition.js';
@@ -0,0 +1 @@
1
+ export {};
@@ -0,0 +1,31 @@
1
+ import { FASTDivider } from '@microsoft/fast-foundation';
2
+ import { DividerAlignContent, DividerAppearance } from './divider.options.js';
3
+ /**
4
+ * @class Divider component
5
+ *
6
+ * @remarks
7
+ * This class extends the FASTDivider. A divider groups sections of content to create visual rhythm and hierarchy. Use dividers along with spacing and headers to organize content in your layout.
8
+ */
9
+ export declare class Divider extends FASTDivider {
10
+ /**
11
+ * @property alignContent
12
+ * @default center
13
+ * @remarks
14
+ * Determines the alignment of the content within the divider. Select from start or end. When not specified, the content will be aligned to the center.
15
+ */
16
+ alignContent?: DividerAlignContent;
17
+ /**
18
+ * @property appearance
19
+ * @default default
20
+ * @remarks
21
+ * A divider can have one of the preset appearances. Select from strong, brand, subtle. When not specified, the divider has its default appearance.
22
+ */
23
+ appearance?: DividerAppearance;
24
+ /**
25
+ * @property inset
26
+ * @default false
27
+ * @remarks
28
+ * Adds padding to the beginning and end of the divider.
29
+ */
30
+ inset?: boolean;
31
+ }
@@ -0,0 +1,9 @@
1
+ import { Divider } from './divider.js';
2
+ /**
3
+ * The Fluent Divider Element
4
+ *
5
+ * @public
6
+ * @remarks
7
+ * HTML Element: \<fluent-divider\>
8
+ */
9
+ export declare const definition: import("@microsoft/fast-element").FASTElementDefinition<typeof Divider>;
@@ -0,0 +1,40 @@
1
+ import { DividerOrientation, DividerRole, ValuesOf } from '@microsoft/fast-foundation';
2
+ /**
3
+ * Fast Foundation DividerRole property
4
+ * @public
5
+ */
6
+ export { DividerRole };
7
+ /**
8
+ * Fast Foundation Orientation property
9
+ * @public
10
+ */
11
+ export { DividerOrientation };
12
+ /**
13
+ * Align content within divider
14
+ * @public
15
+ */
16
+ export declare const DividerAlignContent: {
17
+ readonly center: "center";
18
+ readonly start: "start";
19
+ readonly end: "end";
20
+ };
21
+ /**
22
+ * The types for DividerAlignContent
23
+ * @public
24
+ */
25
+ export declare type DividerAlignContent = ValuesOf<typeof DividerAlignContent>;
26
+ /**
27
+ * DividerAppearance - divider color defined by a design token alias.
28
+ * @public
29
+ */
30
+ export declare const DividerAppearance: {
31
+ readonly strong: "strong";
32
+ readonly brand: "brand";
33
+ readonly subtle: "subtle";
34
+ readonly default: "default";
35
+ };
36
+ /**
37
+ * The types for Appearance
38
+ * @public
39
+ */
40
+ export declare type DividerAppearance = ValuesOf<typeof DividerAppearance>;
@@ -1,3 +1,4 @@
1
- import { ElementStyles } from '@microsoft/fast-element';
2
- import { ElementDefinitionContext, FoundationElementDefinition } from '@microsoft/fast-foundation';
3
- export declare const dividerStyles: (context: ElementDefinitionContext, definition: FoundationElementDefinition) => ElementStyles;
1
+ /** Divider styles
2
+ * @public
3
+ */
4
+ export declare const styles: import("@microsoft/fast-element").ElementStyles;
@@ -0,0 +1,7 @@
1
+ import { ElementViewTemplate } from '@microsoft/fast-element';
2
+ import type { Divider } from './divider.js';
3
+ /**
4
+ * Template for the Divider component
5
+ * @public
6
+ */
7
+ export declare const template: ElementViewTemplate<Divider>;
@@ -1,21 +1,5 @@
1
- import { Divider } from '@microsoft/fast-foundation';
2
- /**
3
- * The Fluent Divider Element. Implements {@link @microsoft/fast-foundation#Divider},
4
- * {@link @microsoft/fast-foundation#dividerTemplate}
5
- *
6
- *
7
- * @public
8
- * @remarks
9
- * HTML Element: \<fluent-divider\>
10
- */
11
- export declare const fluentDivider: (overrideDefinition?: import("@microsoft/fast-foundation").OverrideFoundationElementDefinition<import("@microsoft/fast-foundation").FoundationElementDefinition> | undefined) => import("@microsoft/fast-foundation").FoundationElementRegistry<import("@microsoft/fast-foundation").FoundationElementDefinition, typeof Divider>;
12
- /**
13
- * Styles for Divider
14
- * @public
15
- */
16
- export declare const dividerStyles: (context: import("@microsoft/fast-foundation").ElementDefinitionContext, definition: import("@microsoft/fast-foundation").FoundationElementDefinition) => import("@microsoft/fast-element").ElementStyles;
17
- /**
18
- * Base class for Fluent Divider
19
- * @public
20
- */
21
- export { Divider };
1
+ export * from './divider.js';
2
+ export * from './divider.options.js';
3
+ export { definition as DividerDefinition } from './divider.definition.js';
4
+ export { template as DividerTemplate } from './divider.template.js';
5
+ export { styles as DividerStyles } from './divider.styles.js';
@@ -1,9 +1,5 @@
1
- import { DesignSystem } from '@microsoft/fast-foundation';
2
- /**
3
- * Provides a design system for the specified element either by returning one that was
4
- * already created for that element or creating one.
5
- * @param element - The element to root the design system at. By default, this is the body.
6
- * @returns A Fluent Design System
7
- * @public
8
- */
9
- export declare function provideFluentDesignSystem(element?: HTMLElement): DesignSystem;
1
+ export declare const FluentDesignSystem: Readonly<{
2
+ prefix: "fluent";
3
+ shadowRootMode: "open";
4
+ registry: CustomElementRegistry;
5
+ }>;
@@ -0,0 +1 @@
1
+ export {};
@@ -0,0 +1,48 @@
1
+ import { FASTElement } from '@microsoft/fast-element';
2
+ import { ImageFit, ImageShape } from './image.options.js';
3
+ /**
4
+ * The base class used for constucting a fluent image custom element
5
+ * @public
6
+ */
7
+ export declare class Image extends FASTElement {
8
+ /**
9
+ * Image layout
10
+ *
11
+ * @public
12
+ * @remarks
13
+ * HTML attribute: block.
14
+ */
15
+ block?: boolean;
16
+ /**
17
+ * Image border
18
+ *
19
+ * @public
20
+ * @remarks
21
+ * HTML attribute: border.
22
+ */
23
+ bordered?: boolean;
24
+ /**
25
+ * Image shadow
26
+ *
27
+ * @public
28
+ * @remarks
29
+ * HTML attribute: shadow.
30
+ */
31
+ shadow?: boolean;
32
+ /**
33
+ * Image fit
34
+ *
35
+ * @public
36
+ * @remarks
37
+ * HTML attribute: fit.
38
+ */
39
+ fit?: ImageFit;
40
+ /**
41
+ * Image shape
42
+ *
43
+ * @public
44
+ * @remarks
45
+ * HTML attribute: shape.
46
+ */
47
+ shape?: ImageShape;
48
+ }
@@ -0,0 +1,9 @@
1
+ import { Image } from './image.js';
2
+ /**
3
+ * The Fluent Image Element
4
+ *
5
+ * @public
6
+ * @remarks
7
+ * HTML Element: \<fluent-image\>
8
+ */
9
+ export declare const definition: import("@microsoft/fast-element").FASTElementDefinition<typeof Image>;
@@ -0,0 +1,27 @@
1
+ import { ValuesOf } from '@microsoft/fast-foundation';
2
+ /**
3
+ * Image fit
4
+ * @public
5
+ */
6
+ export declare const ImageFit: {
7
+ readonly none: "none";
8
+ readonly center: "center";
9
+ readonly contain: "contain";
10
+ readonly cover: "cover";
11
+ readonly default: "default";
12
+ };
13
+ /**
14
+ * Types for image fit
15
+ * @public
16
+ */
17
+ export declare type ImageFit = ValuesOf<typeof ImageFit>;
18
+ /**
19
+ * Image shape
20
+ * @public
21
+ */
22
+ export declare const ImageShape: {
23
+ readonly circular: "circular";
24
+ readonly rounded: "rounded";
25
+ readonly square: "square";
26
+ };
27
+ export declare type ImageShape = ValuesOf<typeof ImageShape>;
@@ -0,0 +1,5 @@
1
+ /** Image styles
2
+ *
3
+ * @public
4
+ */
5
+ export declare const styles: import("@microsoft/fast-element").ElementStyles;
@@ -0,0 +1,7 @@
1
+ import { ElementViewTemplate } from '@microsoft/fast-element';
2
+ import type { Image } from './image.js';
3
+ /**
4
+ * Template for the Image component
5
+ * @public
6
+ */
7
+ export declare const template: ElementViewTemplate<Image>;
@@ -0,0 +1,5 @@
1
+ export * from './image.js';
2
+ export * from './image.options.js';
3
+ export { definition as ImageDefinition } from './image.definition.js';
4
+ export { template as ImageTemplate } from './image.template.js';
5
+ export { styles as ImageStyles } from './image.styles.js';
@@ -1,8 +1 @@
1
- export * from './index';
2
- /**
3
- * The global Fluent Design System.
4
- * @remarks
5
- * Only available if the components are added through a script tag
6
- * rather than a module/build system.
7
- */
8
- export declare const FluentDesignSystem: import("@microsoft/fast-foundation").DesignSystem;
1
+ export * from './index.js';
@@ -1,49 +1,12 @@
1
- /**
2
- * Export all custom element definitions.
3
- */
4
- export * from './custom-elements';
5
- export * from './fluent-design-system';
6
- export * from './accordion/';
7
- export * from './anchor/';
8
- export * from './anchored-region';
9
- export * from './badge/';
10
- export * from './breadcrumb';
11
- export * from './breadcrumb-item';
12
- export * from './button/';
13
- export * from './card/';
14
- export * from './checkbox/';
15
- export * from './combobox/';
16
- export * from './data-grid';
17
- export * from './design-system-provider/';
18
- export * from './dialog/';
19
- export * from './divider/';
20
- export * from './flipper/';
21
- export * from './horizontal-scroll/';
22
- export * from './listbox';
23
- export * from './listbox-option';
24
- export * from './menu/';
25
- export * from './menu-item/';
26
- export * from './number-field/';
27
- export * from './progress/';
28
- export * from './radio/';
29
- export * from './radio-group/';
30
- export * from './search/';
31
- export * from './select';
32
- export * from './skeleton/';
33
- export * from './slider/';
34
- export * from './slider-label/';
35
- export * from './switch/';
36
- export * from './tabs/';
37
- export * from './text-area/';
38
- export * from './text-field/';
39
- export * from './toolbar';
40
- export * from './tooltip';
41
- export * from './tree-item/';
42
- export * from './tree-view/';
43
- export * from './design-tokens';
44
- export * from './styles';
45
- export { Palette, PaletteRGB } from './color/palette';
46
- export { InteractiveSwatchSet } from './color/recipe';
47
- export { Swatch, SwatchRGB } from './color/swatch';
48
- export { isDark } from './color/utilities/is-dark';
49
- export { StandardLuminance } from './color/utilities/base-layer-luminance';
1
+ export * from './accordion/index.js';
2
+ export * from './accordion-item/index.js';
3
+ export * from './avatar/index.js';
4
+ export * from './badge/index.js';
5
+ export * from './counter-badge/index.js';
6
+ export * from './divider/index.js';
7
+ export * from './image/index.js';
8
+ export * from './progress-bar/index.js';
9
+ export * from './spinner/index.js';
10
+ export * from './switch/index.js';
11
+ export * from './text/index.js';
12
+ export * from './theme/index.js';
@@ -0,0 +1 @@
1
+ export {};
@@ -0,0 +1,5 @@
1
+ export * from './progress-bar.js';
2
+ export * from './progress-bar.options.js';
3
+ export { definition as ProgressBarDefinition } from './progress-bar.definition.js';
4
+ export { styles as ProgressBarStyles } from './progress-bar.styles.js';
5
+ export { template as ProgressBarTemplate } from './progress-bar.template.js';
@@ -0,0 +1,30 @@
1
+ import { FASTProgress } from '@microsoft/fast-foundation';
2
+ import type { ProgressBarShape, ProgressBarThickness, ProgressBarValidationState } from './progress-bar.options.js';
3
+ /**
4
+ * The base class used for constructing a fluent-progress-bar custom element
5
+ * @public
6
+ */
7
+ export declare class ProgressBar extends FASTProgress {
8
+ /**
9
+ * The thickness of the progress bar
10
+ *
11
+ * @public
12
+ * @remarks
13
+ * HTML Attribute: thickness
14
+ */
15
+ thickness?: ProgressBarThickness;
16
+ /**
17
+ * The shape of the progress bar
18
+ * @public
19
+ * @remarks
20
+ * HTML Attribute: shape
21
+ */
22
+ shape?: ProgressBarShape;
23
+ /**
24
+ * The validation state of the progress bar
25
+ * @public
26
+ * @remarks
27
+ * HTML Attribute: validation-state
28
+ */
29
+ validationState: ProgressBarValidationState | null;
30
+ }
@@ -0,0 +1,10 @@
1
+ import { ProgressBar } from './progress-bar.js';
2
+ /**
3
+ * The Fluent ProgressBar Element.
4
+ *
5
+ *
6
+ * @public
7
+ * @remarks
8
+ * HTML Element: \<fluent-progress-bar\>
9
+ */
10
+ export declare const definition: import("@microsoft/fast-element").FASTElementDefinition<typeof ProgressBar>;
@@ -0,0 +1,41 @@
1
+ import { ValuesOf } from '@microsoft/fast-foundation';
2
+ /**
3
+ * ProgressBarThickness Constants
4
+ * @public
5
+ */
6
+ export declare const ProgressBarThickness: {
7
+ readonly medium: "medium";
8
+ readonly large: "large";
9
+ };
10
+ /**
11
+ * Applies bar thickness to the content
12
+ * @public
13
+ */
14
+ export declare type ProgressBarThickness = ValuesOf<typeof ProgressBarThickness>;
15
+ /**
16
+ * ProgressBarShape Constants
17
+ * @public
18
+ */
19
+ export declare const ProgressBarShape: {
20
+ readonly rounded: "rounded";
21
+ readonly square: "square";
22
+ };
23
+ /**
24
+ * Applies bar shape to the content
25
+ * @public
26
+ */
27
+ export declare type ProgressBarShape = ValuesOf<typeof ProgressBarShape>;
28
+ /**
29
+ * ProgressBarValidationState Constants
30
+ * @public
31
+ */
32
+ export declare const ProgressBarValidationState: {
33
+ readonly success: "success";
34
+ readonly warning: "warning";
35
+ readonly error: "error";
36
+ };
37
+ /**
38
+ * Applies validation state to the content
39
+ * @public
40
+ */
41
+ export declare type ProgressBarValidationState = ValuesOf<typeof ProgressBarValidationState>;
@@ -0,0 +1,4 @@
1
+ /** Text styles
2
+ * @public
3
+ */
4
+ export declare const styles: import("@microsoft/fast-element").ElementStyles;
@@ -0,0 +1,3 @@
1
+ import type { ElementViewTemplate } from '@microsoft/fast-element';
2
+ import type { ProgressBar } from './progress-bar.js';
3
+ export declare const template: ElementViewTemplate<ProgressBar>;
@@ -0,0 +1 @@
1
+ export {};
@@ -0,0 +1,5 @@
1
+ export * from './spinner.js';
2
+ export * from './spinner.options.js';
3
+ export { template as SpinnerTemplate } from './spinner.template.js';
4
+ export { styles as SpinnerStyles } from './spinner.styles.js';
5
+ export { definition as SpinnerDefinition } from './spinner.definition.js';