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

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1224) hide show
  1. package/CHANGELOG.md +1121 -103
  2. package/README.md +57 -16
  3. package/custom-elements.json +28175 -0
  4. package/dist/esm/accordion/accordion.bench.d.ts +3 -0
  5. package/dist/esm/accordion/accordion.bench.js +30 -0
  6. package/dist/esm/accordion/accordion.bench.js.map +1 -0
  7. package/dist/esm/accordion/accordion.d.ts +76 -0
  8. package/dist/esm/accordion/accordion.js +54 -97
  9. package/dist/esm/accordion/accordion.js.map +1 -1
  10. package/dist/esm/accordion/accordion.options.d.ts +14 -0
  11. package/dist/esm/accordion/accordion.options.js +1 -1
  12. package/dist/esm/accordion/accordion.template.d.ts +7 -0
  13. package/dist/esm/accordion/accordion.template.js.map +1 -1
  14. package/dist/esm/accordion/index.d.ts +5 -0
  15. package/dist/esm/accordion/index.js +2 -1
  16. package/dist/esm/accordion/index.js.map +1 -1
  17. package/dist/esm/accordion-item/accordion-item.base.d.ts +59 -0
  18. package/dist/esm/accordion-item/accordion-item.base.js +77 -0
  19. package/dist/esm/accordion-item/accordion-item.base.js.map +1 -0
  20. package/dist/esm/accordion-item/accordion-item.bench.d.ts +3 -0
  21. package/dist/esm/accordion-item/accordion-item.bench.js +14 -0
  22. package/dist/esm/accordion-item/accordion-item.bench.js.map +1 -0
  23. package/dist/esm/accordion-item/accordion-item.d.ts +57 -0
  24. package/dist/esm/accordion-item/accordion-item.js +9 -84
  25. package/dist/esm/accordion-item/accordion-item.js.map +1 -1
  26. package/dist/esm/accordion-item/accordion-item.options.d.ts +27 -0
  27. package/dist/esm/accordion-item/accordion-item.options.js +1 -1
  28. package/dist/esm/accordion-item/accordion-item.options.js.map +1 -1
  29. package/dist/esm/accordion-item/accordion-item.styles.js +35 -58
  30. package/dist/esm/accordion-item/accordion-item.styles.js.map +1 -1
  31. package/dist/esm/accordion-item/accordion-item.template.d.ts +8 -0
  32. package/dist/esm/accordion-item/accordion-item.template.js +24 -43
  33. package/dist/esm/accordion-item/accordion-item.template.js.map +1 -1
  34. package/dist/esm/accordion-item/index.d.ts +7 -0
  35. package/dist/esm/accordion-item/index.js +3 -2
  36. package/dist/esm/accordion-item/index.js.map +1 -1
  37. package/dist/esm/anchor-button/anchor-button.base.d.ts +144 -0
  38. package/dist/esm/anchor-button/anchor-button.base.js +147 -0
  39. package/dist/esm/anchor-button/anchor-button.base.js.map +1 -0
  40. package/dist/esm/anchor-button/anchor-button.bench.d.ts +3 -0
  41. package/dist/esm/anchor-button/anchor-button.bench.js +11 -0
  42. package/dist/esm/anchor-button/anchor-button.bench.js.map +1 -0
  43. package/dist/esm/anchor-button/anchor-button.d.ts +84 -0
  44. package/dist/esm/anchor-button/anchor-button.definition.js +0 -3
  45. package/dist/esm/anchor-button/anchor-button.definition.js.map +1 -1
  46. package/dist/esm/anchor-button/anchor-button.js +38 -112
  47. package/dist/esm/anchor-button/anchor-button.js.map +1 -1
  48. package/dist/esm/anchor-button/anchor-button.options.d.ts +84 -0
  49. package/dist/esm/anchor-button/anchor-button.options.js +15 -0
  50. package/dist/esm/anchor-button/anchor-button.options.js.map +1 -1
  51. package/dist/esm/anchor-button/anchor-button.styles.js +12 -5
  52. package/dist/esm/anchor-button/anchor-button.styles.js.map +1 -1
  53. package/dist/esm/anchor-button/anchor-button.template.d.ts +12 -0
  54. package/dist/esm/anchor-button/anchor-button.template.js +7 -35
  55. package/dist/esm/anchor-button/anchor-button.template.js.map +1 -1
  56. package/dist/esm/anchor-button/index.d.ts +7 -0
  57. package/dist/esm/anchor-button/index.js +5 -3
  58. package/dist/esm/anchor-button/index.js.map +1 -1
  59. package/dist/esm/avatar/avatar.base.d.ts +30 -0
  60. package/dist/esm/avatar/avatar.base.js +25 -0
  61. package/dist/esm/avatar/avatar.base.js.map +1 -0
  62. package/dist/esm/avatar/avatar.bench.d.ts +3 -0
  63. package/dist/esm/avatar/avatar.bench.js +10 -0
  64. package/dist/esm/avatar/avatar.bench.js.map +1 -0
  65. package/dist/esm/avatar/avatar.d.ts +98 -0
  66. package/dist/esm/avatar/avatar.js +57 -51
  67. package/dist/esm/avatar/avatar.js.map +1 -1
  68. package/dist/esm/avatar/avatar.options.d.ts +142 -0
  69. package/dist/esm/avatar/avatar.template.d.ts +8 -0
  70. package/dist/esm/avatar/avatar.template.js +2 -4
  71. package/dist/esm/avatar/avatar.template.js.map +1 -1
  72. package/dist/esm/avatar/index.d.ts +6 -0
  73. package/dist/esm/avatar/index.js +3 -2
  74. package/dist/esm/avatar/index.js.map +1 -1
  75. package/dist/esm/badge/badge.bench.d.ts +3 -0
  76. package/dist/esm/badge/badge.bench.js +11 -0
  77. package/dist/esm/badge/badge.bench.js.map +1 -0
  78. package/dist/esm/badge/badge.d.ts +51 -0
  79. package/dist/esm/badge/badge.js +3 -7
  80. package/dist/esm/badge/badge.js.map +1 -1
  81. package/dist/esm/badge/badge.options.d.ts +74 -0
  82. package/dist/esm/badge/badge.styles.js +13 -8
  83. package/dist/esm/badge/badge.styles.js.map +1 -1
  84. package/dist/esm/badge/badge.template.d.ts +9 -0
  85. package/dist/esm/badge/badge.template.js.map +1 -1
  86. package/dist/esm/badge/index.d.ts +5 -0
  87. package/dist/esm/badge/index.js +2 -2
  88. package/dist/esm/badge/index.js.map +1 -1
  89. package/dist/esm/button/button.base.d.ts +235 -0
  90. package/dist/esm/button/button.base.js +293 -0
  91. package/dist/esm/button/button.base.js.map +1 -0
  92. package/dist/esm/button/button.bench.d.ts +3 -0
  93. package/dist/esm/button/button.bench.js +11 -0
  94. package/dist/esm/button/button.bench.js.map +1 -0
  95. package/dist/esm/button/button.d.ts +53 -0
  96. package/dist/esm/button/button.definition.d.ts +9 -0
  97. package/dist/esm/button/button.definition.js +3 -4
  98. package/dist/esm/button/button.definition.js.map +1 -1
  99. package/dist/esm/button/button.js +10 -167
  100. package/dist/esm/button/button.js.map +1 -1
  101. package/dist/esm/button/button.options.d.ts +82 -0
  102. package/dist/esm/button/button.options.js +10 -1
  103. package/dist/esm/button/button.options.js.map +1 -1
  104. package/dist/esm/button/button.styles.d.ts +10 -0
  105. package/dist/esm/button/button.styles.js +93 -75
  106. package/dist/esm/button/button.styles.js.map +1 -1
  107. package/dist/esm/button/button.template.d.ts +15 -0
  108. package/dist/esm/button/button.template.js +12 -39
  109. package/dist/esm/button/button.template.js.map +1 -1
  110. package/dist/esm/button/index.d.ts +7 -0
  111. package/dist/esm/button/index.js +5 -4
  112. package/dist/esm/button/index.js.map +1 -1
  113. package/dist/esm/checkbox/checkbox.base.d.ts +297 -0
  114. package/dist/esm/checkbox/checkbox.base.js +388 -0
  115. package/dist/esm/checkbox/checkbox.base.js.map +1 -0
  116. package/dist/esm/checkbox/checkbox.bench.d.ts +3 -0
  117. package/dist/esm/checkbox/checkbox.bench.js +11 -0
  118. package/dist/esm/checkbox/checkbox.bench.js.map +1 -0
  119. package/dist/esm/checkbox/checkbox.d.ts +62 -0
  120. package/dist/esm/checkbox/checkbox.definition.js +1 -1
  121. package/dist/esm/checkbox/checkbox.definition.js.map +1 -1
  122. package/dist/esm/checkbox/checkbox.js +43 -58
  123. package/dist/esm/checkbox/checkbox.js.map +1 -1
  124. package/dist/esm/checkbox/checkbox.options.d.ts +31 -0
  125. package/dist/esm/checkbox/checkbox.options.js +0 -8
  126. package/dist/esm/checkbox/checkbox.options.js.map +1 -1
  127. package/dist/esm/checkbox/checkbox.styles.js +136 -123
  128. package/dist/esm/checkbox/checkbox.styles.js.map +1 -1
  129. package/dist/esm/checkbox/checkbox.template.d.ts +13 -0
  130. package/dist/esm/checkbox/checkbox.template.js +22 -34
  131. package/dist/esm/checkbox/checkbox.template.js.map +1 -1
  132. package/dist/esm/checkbox/index.d.ts +7 -0
  133. package/dist/esm/checkbox/index.js +4 -3
  134. package/dist/esm/checkbox/index.js.map +1 -1
  135. package/dist/esm/compound-button/compound-button.bench.d.ts +3 -0
  136. package/dist/esm/compound-button/compound-button.bench.js +15 -0
  137. package/dist/esm/compound-button/compound-button.bench.js.map +1 -0
  138. package/dist/esm/compound-button/compound-button.d.ts +10 -0
  139. package/dist/esm/compound-button/compound-button.definition.js +0 -3
  140. package/dist/esm/compound-button/compound-button.definition.js.map +1 -1
  141. package/dist/esm/compound-button/compound-button.js +3 -0
  142. package/dist/esm/compound-button/compound-button.js.map +1 -1
  143. package/dist/esm/compound-button/compound-button.options.d.ts +46 -0
  144. package/dist/esm/compound-button/compound-button.styles.js +18 -14
  145. package/dist/esm/compound-button/compound-button.styles.js.map +1 -1
  146. package/dist/esm/compound-button/compound-button.template.d.ts +13 -0
  147. package/dist/esm/compound-button/compound-button.template.js +3 -39
  148. package/dist/esm/compound-button/compound-button.template.js.map +1 -1
  149. package/dist/esm/compound-button/index.d.ts +5 -0
  150. package/dist/esm/compound-button/index.js +2 -2
  151. package/dist/esm/compound-button/index.js.map +1 -1
  152. package/dist/esm/counter-badge/counter-badge.bench.d.ts +3 -0
  153. package/dist/esm/counter-badge/counter-badge.bench.js +11 -0
  154. package/dist/esm/counter-badge/counter-badge.bench.js.map +1 -0
  155. package/dist/esm/counter-badge/counter-badge.d.ts +99 -0
  156. package/dist/esm/counter-badge/counter-badge.js +11 -9
  157. package/dist/esm/counter-badge/counter-badge.js.map +1 -1
  158. package/dist/esm/counter-badge/counter-badge.options.d.ts +69 -0
  159. package/dist/esm/counter-badge/counter-badge.styles.js +2 -5
  160. package/dist/esm/counter-badge/counter-badge.styles.js.map +1 -1
  161. package/dist/esm/counter-badge/counter-badge.template.d.ts +7 -0
  162. package/dist/esm/counter-badge/counter-badge.template.js.map +1 -1
  163. package/dist/esm/counter-badge/index.d.ts +5 -0
  164. package/dist/esm/counter-badge/index.js +2 -2
  165. package/dist/esm/counter-badge/index.js.map +1 -1
  166. package/dist/esm/dialog/dialog.bench.d.ts +3 -0
  167. package/dist/esm/dialog/dialog.bench.js +11 -0
  168. package/dist/esm/dialog/dialog.bench.js.map +1 -0
  169. package/dist/esm/dialog/dialog.d.ts +60 -0
  170. package/dist/esm/dialog/dialog.js +35 -313
  171. package/dist/esm/dialog/dialog.js.map +1 -1
  172. package/dist/esm/dialog/dialog.options.d.ts +21 -0
  173. package/dist/esm/dialog/dialog.options.js +15 -1
  174. package/dist/esm/dialog/dialog.options.js.map +1 -1
  175. package/dist/esm/dialog/dialog.styles.js +69 -85
  176. package/dist/esm/dialog/dialog.styles.js.map +1 -1
  177. package/dist/esm/dialog/dialog.template.d.ts +7 -0
  178. package/dist/esm/dialog/dialog.template.js +17 -54
  179. package/dist/esm/dialog/dialog.template.js.map +1 -1
  180. package/dist/esm/dialog/index.d.ts +5 -0
  181. package/dist/esm/dialog/index.js +2 -1
  182. package/dist/esm/dialog/index.js.map +1 -1
  183. package/dist/esm/dialog-body/define.js +4 -0
  184. package/dist/esm/dialog-body/define.js.map +1 -0
  185. package/dist/esm/dialog-body/dialog-body.bench.d.ts +3 -0
  186. package/dist/esm/dialog-body/dialog-body.bench.js +11 -0
  187. package/dist/esm/dialog-body/dialog-body.bench.js.map +1 -0
  188. package/dist/esm/dialog-body/dialog-body.d.ts +18 -0
  189. package/dist/esm/dialog-body/dialog-body.definition.d.ts +9 -0
  190. package/dist/esm/dialog-body/dialog-body.definition.js +17 -0
  191. package/dist/esm/dialog-body/dialog-body.definition.js.map +1 -0
  192. package/dist/esm/dialog-body/dialog-body.js +28 -0
  193. package/dist/esm/dialog-body/dialog-body.js.map +1 -0
  194. package/dist/esm/dialog-body/dialog-body.styles.d.ts +4 -0
  195. package/dist/esm/dialog-body/dialog-body.styles.js +88 -0
  196. package/dist/esm/dialog-body/dialog-body.styles.js.map +1 -0
  197. package/dist/esm/dialog-body/dialog-body.template.d.ts +6 -0
  198. package/dist/esm/dialog-body/dialog-body.template.js +17 -0
  199. package/dist/esm/dialog-body/dialog-body.template.js.map +1 -0
  200. package/dist/esm/dialog-body/index.d.ts +4 -0
  201. package/dist/esm/dialog-body/index.js +5 -0
  202. package/dist/esm/dialog-body/index.js.map +1 -0
  203. package/dist/esm/divider/divider.base.d.ts +49 -0
  204. package/dist/esm/divider/divider.base.js +61 -0
  205. package/dist/esm/divider/divider.base.js.map +1 -0
  206. package/dist/esm/divider/divider.bench.d.ts +3 -0
  207. package/dist/esm/divider/divider.bench.js +10 -0
  208. package/dist/esm/divider/divider.bench.js.map +1 -0
  209. package/dist/esm/divider/divider.d.ts +30 -0
  210. package/dist/esm/divider/divider.js +9 -37
  211. package/dist/esm/divider/divider.js.map +1 -1
  212. package/dist/esm/divider/divider.options.d.ts +64 -0
  213. package/dist/esm/divider/divider.options.js +0 -1
  214. package/dist/esm/divider/divider.options.js.map +1 -1
  215. package/dist/esm/divider/divider.styles.js +3 -5
  216. package/dist/esm/divider/divider.styles.js.map +1 -1
  217. package/dist/esm/divider/divider.template.d.ts +8 -0
  218. package/dist/esm/divider/divider.template.js +1 -9
  219. package/dist/esm/divider/divider.template.js.map +1 -1
  220. package/dist/esm/divider/index.d.ts +6 -0
  221. package/dist/esm/divider/index.js +3 -2
  222. package/dist/esm/divider/index.js.map +1 -1
  223. package/dist/esm/drawer/define.js +4 -0
  224. package/dist/esm/drawer/define.js.map +1 -0
  225. package/dist/esm/drawer/drawer.d.ts +96 -0
  226. package/dist/esm/drawer/drawer.definition.d.ts +8 -0
  227. package/dist/esm/drawer/drawer.definition.js +16 -0
  228. package/dist/esm/drawer/drawer.definition.js.map +1 -0
  229. package/dist/esm/drawer/drawer.js +135 -0
  230. package/dist/esm/drawer/drawer.js.map +1 -0
  231. package/dist/esm/drawer/drawer.options.d.ts +40 -0
  232. package/dist/esm/drawer/drawer.options.js +25 -0
  233. package/dist/esm/drawer/drawer.options.js.map +1 -0
  234. package/dist/esm/drawer/drawer.styles.d.ts +4 -0
  235. package/dist/esm/drawer/drawer.styles.js +138 -0
  236. package/dist/esm/drawer/drawer.styles.js.map +1 -0
  237. package/dist/esm/drawer/drawer.template.d.ts +8 -0
  238. package/dist/esm/drawer/drawer.template.js +28 -0
  239. package/dist/esm/drawer/drawer.template.js.map +1 -0
  240. package/dist/esm/drawer/index.d.ts +5 -0
  241. package/dist/esm/drawer/index.js +6 -0
  242. package/dist/esm/drawer/index.js.map +1 -0
  243. package/dist/esm/drawer-body/define.js +4 -0
  244. package/dist/esm/drawer-body/define.js.map +1 -0
  245. package/dist/esm/drawer-body/drawer-body.d.ts +30 -0
  246. package/dist/esm/drawer-body/drawer-body.definition.d.ts +8 -0
  247. package/dist/esm/drawer-body/drawer-body.definition.js +16 -0
  248. package/dist/esm/drawer-body/drawer-body.definition.js.map +1 -0
  249. package/dist/esm/drawer-body/drawer-body.js +40 -0
  250. package/dist/esm/drawer-body/drawer-body.js.map +1 -0
  251. package/dist/esm/drawer-body/drawer-body.styles.d.ts +4 -0
  252. package/dist/esm/drawer-body/drawer-body.styles.js +37 -0
  253. package/dist/esm/drawer-body/drawer-body.styles.js.map +1 -0
  254. package/dist/esm/drawer-body/drawer-body.template.d.ts +8 -0
  255. package/dist/esm/drawer-body/drawer-body.template.js +21 -0
  256. package/dist/esm/drawer-body/drawer-body.template.js.map +1 -0
  257. package/dist/esm/drawer-body/index.d.ts +4 -0
  258. package/dist/esm/drawer-body/index.js +5 -0
  259. package/dist/esm/drawer-body/index.js.map +1 -0
  260. package/dist/esm/dropdown/define.js +4 -0
  261. package/dist/esm/dropdown/define.js.map +1 -0
  262. package/dist/esm/dropdown/dropdown.base.d.ts +498 -0
  263. package/dist/esm/dropdown/dropdown.base.js +834 -0
  264. package/dist/esm/dropdown/dropdown.base.js.map +1 -0
  265. package/dist/esm/dropdown/dropdown.d.ts +30 -0
  266. package/dist/esm/dropdown/dropdown.definition.d.ts +9 -0
  267. package/dist/esm/dropdown/dropdown.definition.js +20 -0
  268. package/dist/esm/dropdown/dropdown.definition.js.map +1 -0
  269. package/dist/esm/dropdown/dropdown.js +35 -0
  270. package/dist/esm/dropdown/dropdown.js.map +1 -0
  271. package/dist/esm/dropdown/dropdown.options.d.ts +53 -0
  272. package/dist/esm/dropdown/dropdown.options.js +43 -0
  273. package/dist/esm/dropdown/dropdown.options.js.map +1 -0
  274. package/dist/esm/dropdown/dropdown.styles.d.ts +6 -0
  275. package/dist/esm/dropdown/dropdown.styles.js +197 -0
  276. package/dist/esm/dropdown/dropdown.styles.js.map +1 -0
  277. package/dist/esm/dropdown/dropdown.template.d.ts +38 -0
  278. package/dist/esm/dropdown/dropdown.template.js +92 -0
  279. package/dist/esm/dropdown/dropdown.template.js.map +1 -0
  280. package/dist/esm/dropdown/index.d.ts +6 -0
  281. package/dist/esm/dropdown/index.js +7 -0
  282. package/dist/esm/dropdown/index.js.map +1 -0
  283. package/dist/esm/field/define.js +4 -0
  284. package/dist/esm/field/define.js.map +1 -0
  285. package/dist/esm/field/field.base.d.ts +122 -0
  286. package/dist/esm/field/field.base.js +192 -0
  287. package/dist/esm/field/field.base.js.map +1 -0
  288. package/dist/esm/field/field.bench.d.ts +3 -0
  289. package/dist/esm/field/field.bench.js +10 -0
  290. package/dist/esm/field/field.bench.js.map +1 -0
  291. package/dist/esm/field/field.d.ts +20 -0
  292. package/dist/esm/field/field.definition.d.ts +9 -0
  293. package/dist/esm/field/field.definition.js +20 -0
  294. package/dist/esm/field/field.definition.js.map +1 -0
  295. package/dist/esm/field/field.js +29 -0
  296. package/dist/esm/field/field.js.map +1 -0
  297. package/dist/esm/field/field.options.d.ts +43 -0
  298. package/dist/esm/field/field.options.js +27 -0
  299. package/dist/esm/field/field.options.js.map +1 -0
  300. package/dist/esm/field/field.styles.d.ts +6 -0
  301. package/dist/esm/field/field.styles.js +133 -0
  302. package/dist/esm/field/field.styles.js.map +1 -0
  303. package/dist/esm/field/field.template.d.ts +6 -0
  304. package/dist/esm/field/field.template.js +26 -0
  305. package/dist/esm/field/field.template.js.map +1 -0
  306. package/dist/esm/field/index.d.ts +7 -0
  307. package/dist/esm/field/index.js +7 -0
  308. package/dist/esm/field/index.js.map +1 -0
  309. package/dist/esm/image/image.bench.d.ts +3 -0
  310. package/dist/esm/image/image.bench.js +14 -0
  311. package/dist/esm/image/image.bench.js.map +1 -0
  312. package/dist/esm/image/image.d.ts +51 -0
  313. package/dist/esm/image/image.js +4 -6
  314. package/dist/esm/image/image.js.map +1 -1
  315. package/dist/esm/image/image.options.d.ts +26 -0
  316. package/dist/esm/image/image.options.js +0 -1
  317. package/dist/esm/image/image.options.js.map +1 -1
  318. package/dist/esm/image/image.template.d.ts +7 -0
  319. package/dist/esm/image/image.template.js.map +1 -1
  320. package/dist/esm/image/index.d.ts +5 -0
  321. package/dist/esm/image/index.js +2 -2
  322. package/dist/esm/image/index.js.map +1 -1
  323. package/dist/esm/index-rollup.d.ts +44 -0
  324. package/dist/esm/index-rollup.js +44 -1
  325. package/dist/esm/index-rollup.js.map +1 -1
  326. package/dist/esm/index.d.ts +65 -0
  327. package/dist/esm/index.js +52 -34
  328. package/dist/esm/index.js.map +1 -1
  329. package/dist/esm/label/index.d.ts +5 -0
  330. package/dist/esm/label/index.js +2 -1
  331. package/dist/esm/label/index.js.map +1 -1
  332. package/dist/esm/label/label.bench.d.ts +3 -0
  333. package/dist/esm/label/label.bench.js +11 -0
  334. package/dist/esm/label/label.bench.js.map +1 -0
  335. package/dist/esm/label/label.d.ts +43 -0
  336. package/dist/esm/label/label.js +4 -6
  337. package/dist/esm/label/label.js.map +1 -1
  338. package/dist/esm/label/label.options.d.ts +26 -0
  339. package/dist/esm/label/label.styles.js +12 -6
  340. package/dist/esm/label/label.styles.js.map +1 -1
  341. package/dist/esm/label/label.template.d.ts +8 -0
  342. package/dist/esm/label/label.template.js +1 -1
  343. package/dist/esm/label/label.template.js.map +1 -1
  344. package/dist/esm/link/define.js +4 -0
  345. package/dist/esm/link/define.js.map +1 -0
  346. package/dist/esm/link/index.d.ts +5 -0
  347. package/dist/esm/link/index.js +6 -0
  348. package/dist/esm/link/index.js.map +1 -0
  349. package/dist/esm/link/link.bench.d.ts +3 -0
  350. package/dist/esm/link/link.bench.js +11 -0
  351. package/dist/esm/link/link.bench.js.map +1 -0
  352. package/dist/esm/link/link.d.ts +35 -0
  353. package/dist/esm/link/link.definition.d.ts +7 -0
  354. package/dist/esm/link/link.definition.js +15 -0
  355. package/dist/esm/link/link.definition.js.map +1 -0
  356. package/dist/esm/link/link.js +38 -0
  357. package/dist/esm/link/link.js.map +1 -0
  358. package/dist/esm/link/link.options.d.ts +52 -0
  359. package/dist/esm/link/link.options.js +21 -0
  360. package/dist/esm/link/link.options.js.map +1 -0
  361. package/dist/esm/link/link.styles.js +71 -0
  362. package/dist/esm/link/link.styles.js.map +1 -0
  363. package/dist/esm/link/link.template.d.ts +12 -0
  364. package/dist/esm/link/link.template.js +22 -0
  365. package/dist/esm/link/link.template.js.map +1 -0
  366. package/dist/esm/listbox/define.js +4 -0
  367. package/dist/esm/listbox/define.js.map +1 -0
  368. package/dist/esm/listbox/index.d.ts +5 -0
  369. package/dist/esm/listbox/index.js +6 -0
  370. package/dist/esm/listbox/index.js.map +1 -0
  371. package/dist/esm/listbox/listbox.d.ts +118 -0
  372. package/dist/esm/listbox/listbox.definition.d.ts +9 -0
  373. package/dist/esm/listbox/listbox.definition.js +17 -0
  374. package/dist/esm/listbox/listbox.definition.js.map +1 -0
  375. package/dist/esm/listbox/listbox.js +180 -0
  376. package/dist/esm/listbox/listbox.js.map +1 -0
  377. package/dist/esm/listbox/listbox.options.d.ts +10 -0
  378. package/dist/esm/listbox/listbox.options.js +15 -0
  379. package/dist/esm/listbox/listbox.options.js.map +1 -0
  380. package/dist/esm/listbox/listbox.styles.d.ts +6 -0
  381. package/dist/esm/listbox/listbox.styles.js +62 -0
  382. package/dist/esm/listbox/listbox.styles.js.map +1 -0
  383. package/dist/esm/listbox/listbox.template.d.ts +17 -0
  384. package/dist/esm/listbox/listbox.template.js +33 -0
  385. package/dist/esm/listbox/listbox.template.js.map +1 -0
  386. package/dist/esm/menu/index.d.ts +4 -0
  387. package/dist/esm/menu/index.js +1 -1
  388. package/dist/esm/menu/index.js.map +1 -1
  389. package/dist/esm/menu/menu.bench.d.ts +3 -0
  390. package/dist/esm/menu/menu.bench.js +31 -0
  391. package/dist/esm/menu/menu.bench.js.map +1 -0
  392. package/dist/esm/menu/menu.d.ts +226 -0
  393. package/dist/esm/menu/menu.js +146 -182
  394. package/dist/esm/menu/menu.js.map +1 -1
  395. package/dist/esm/menu/menu.styles.js +53 -9
  396. package/dist/esm/menu/menu.styles.js.map +1 -1
  397. package/dist/esm/menu/menu.template.d.ts +4 -0
  398. package/dist/esm/menu/menu.template.js +3 -9
  399. package/dist/esm/menu/menu.template.js.map +1 -1
  400. package/dist/esm/menu-button/index.d.ts +6 -0
  401. package/dist/esm/menu-button/index.js +3 -3
  402. package/dist/esm/menu-button/index.js.map +1 -1
  403. package/dist/esm/menu-button/menu-button.bench.d.ts +3 -0
  404. package/dist/esm/menu-button/menu-button.bench.js +11 -0
  405. package/dist/esm/menu-button/menu-button.bench.js.map +1 -0
  406. package/dist/esm/menu-button/menu-button.d.ts +10 -0
  407. package/dist/esm/menu-button/menu-button.definition.js +0 -3
  408. package/dist/esm/menu-button/menu-button.definition.js.map +1 -1
  409. package/dist/esm/menu-button/menu-button.js +3 -0
  410. package/dist/esm/menu-button/menu-button.js.map +1 -1
  411. package/dist/esm/menu-button/menu-button.options.d.ts +46 -0
  412. package/dist/esm/menu-button/menu-button.template.d.ts +7 -0
  413. package/dist/esm/menu-button/menu-button.template.js +5 -1
  414. package/dist/esm/menu-button/menu-button.template.js.map +1 -1
  415. package/dist/esm/menu-item/index.d.ts +6 -0
  416. package/dist/esm/menu-item/index.js +4 -3
  417. package/dist/esm/menu-item/index.js.map +1 -1
  418. package/dist/esm/menu-item/menu-item.bench.d.ts +3 -0
  419. package/dist/esm/menu-item/menu-item.bench.js +11 -0
  420. package/dist/esm/menu-item/menu-item.bench.js.map +1 -0
  421. package/dist/esm/menu-item/menu-item.d.ts +145 -0
  422. package/dist/esm/menu-item/menu-item.js +103 -127
  423. package/dist/esm/menu-item/menu-item.js.map +1 -1
  424. package/dist/esm/menu-item/menu-item.options.d.ts +30 -0
  425. package/dist/esm/menu-item/menu-item.styles.js +98 -122
  426. package/dist/esm/menu-item/menu-item.styles.js.map +1 -1
  427. package/dist/esm/menu-item/menu-item.template.js +15 -50
  428. package/dist/esm/menu-item/menu-item.template.js.map +1 -1
  429. package/dist/esm/menu-list/index.d.ts +4 -0
  430. package/dist/esm/menu-list/index.js +1 -1
  431. package/dist/esm/menu-list/index.js.map +1 -1
  432. package/dist/esm/menu-list/menu-list.bench.d.ts +3 -0
  433. package/dist/esm/menu-list/menu-list.bench.js +21 -0
  434. package/dist/esm/menu-list/menu-list.bench.js.map +1 -0
  435. package/dist/esm/menu-list/menu-list.d.ts +80 -0
  436. package/dist/esm/menu-list/menu-list.js +35 -67
  437. package/dist/esm/menu-list/menu-list.js.map +1 -1
  438. package/dist/esm/menu-list/menu-list.template.d.ts +4 -0
  439. package/dist/esm/menu-list/menu-list.template.js +0 -1
  440. package/dist/esm/menu-list/menu-list.template.js.map +1 -1
  441. package/dist/esm/message-bar/define.js +4 -0
  442. package/dist/esm/message-bar/define.js.map +1 -0
  443. package/dist/esm/message-bar/index.d.ts +5 -0
  444. package/dist/esm/message-bar/index.js +6 -0
  445. package/dist/esm/message-bar/index.js.map +1 -0
  446. package/dist/esm/message-bar/message-bar.bench.d.ts +3 -0
  447. package/dist/esm/message-bar/message-bar.bench.js +56 -0
  448. package/dist/esm/message-bar/message-bar.bench.js.map +1 -0
  449. package/dist/esm/message-bar/message-bar.d.ts +50 -0
  450. package/dist/esm/message-bar/message-bar.definition.d.ts +9 -0
  451. package/dist/esm/message-bar/message-bar.definition.js +20 -0
  452. package/dist/esm/message-bar/message-bar.definition.js.map +1 -0
  453. package/dist/esm/message-bar/message-bar.js +41 -0
  454. package/dist/esm/message-bar/message-bar.js.map +1 -0
  455. package/dist/esm/message-bar/message-bar.options.d.ts +30 -0
  456. package/dist/esm/message-bar/message-bar.options.js +27 -0
  457. package/dist/esm/message-bar/message-bar.options.js.map +1 -0
  458. package/dist/esm/message-bar/message-bar.styles.d.ts +7 -0
  459. package/dist/esm/message-bar/message-bar.styles.js +107 -0
  460. package/dist/esm/message-bar/message-bar.styles.js.map +1 -0
  461. package/dist/esm/message-bar/message-bar.template.d.ts +14 -0
  462. package/dist/esm/message-bar/message-bar.template.js +25 -0
  463. package/dist/esm/message-bar/message-bar.template.js.map +1 -0
  464. package/dist/esm/option/define.js +4 -0
  465. package/dist/esm/option/define.js.map +1 -0
  466. package/dist/esm/option/index.d.ts +5 -0
  467. package/dist/esm/option/index.js +6 -0
  468. package/dist/esm/option/index.js.map +1 -0
  469. package/dist/esm/option/option.d.ts +262 -0
  470. package/dist/esm/option/option.definition.d.ts +9 -0
  471. package/dist/esm/option/option.definition.js +17 -0
  472. package/dist/esm/option/option.definition.js.map +1 -0
  473. package/dist/esm/option/option.js +298 -0
  474. package/dist/esm/option/option.js.map +1 -0
  475. package/dist/esm/option/option.options.d.ts +20 -0
  476. package/dist/esm/option/option.options.js +15 -0
  477. package/dist/esm/option/option.options.js.map +1 -0
  478. package/dist/esm/option/option.styles.d.ts +6 -0
  479. package/dist/esm/option/option.styles.js +128 -0
  480. package/dist/esm/option/option.styles.js.map +1 -0
  481. package/dist/esm/option/option.template.d.ts +16 -0
  482. package/dist/esm/option/option.template.js +42 -0
  483. package/dist/esm/option/option.template.js.map +1 -0
  484. package/dist/esm/patterns/aria-globals.js +1 -6
  485. package/dist/esm/patterns/aria-globals.js.map +1 -1
  486. package/dist/esm/patterns/start-end.d.ts +58 -0
  487. package/dist/esm/patterns/start-end.js +12 -0
  488. package/dist/esm/patterns/start-end.js.map +1 -1
  489. package/dist/esm/progress-bar/index.d.ts +6 -0
  490. package/dist/esm/progress-bar/index.js +3 -2
  491. package/dist/esm/progress-bar/index.js.map +1 -1
  492. package/dist/esm/progress-bar/progress-bar.base.d.ts +72 -0
  493. package/dist/esm/progress-bar/progress-bar.base.js +101 -0
  494. package/dist/esm/progress-bar/progress-bar.base.js.map +1 -0
  495. package/dist/esm/progress-bar/progress-bar.bench.d.ts +3 -0
  496. package/dist/esm/progress-bar/progress-bar.bench.js +10 -0
  497. package/dist/esm/progress-bar/progress-bar.bench.js.map +1 -0
  498. package/dist/esm/progress-bar/progress-bar.d.ts +25 -0
  499. package/dist/esm/progress-bar/progress-bar.js +6 -27
  500. package/dist/esm/progress-bar/progress-bar.js.map +1 -1
  501. package/dist/esm/progress-bar/progress-bar.options.d.ts +41 -0
  502. package/dist/esm/progress-bar/progress-bar.options.js.map +1 -1
  503. package/dist/esm/progress-bar/progress-bar.styles.js +58 -126
  504. package/dist/esm/progress-bar/progress-bar.styles.js.map +1 -1
  505. package/dist/esm/progress-bar/progress-bar.template.d.ts +4 -0
  506. package/dist/esm/progress-bar/progress-bar.template.js +4 -28
  507. package/dist/esm/progress-bar/progress-bar.template.js.map +1 -1
  508. package/dist/esm/radio/index.d.ts +5 -0
  509. package/dist/esm/radio/index.js +1 -1
  510. package/dist/esm/radio/index.js.map +1 -1
  511. package/dist/esm/radio/radio.bench.d.ts +3 -0
  512. package/dist/esm/radio/radio.bench.js +11 -0
  513. package/dist/esm/radio/radio.bench.js.map +1 -0
  514. package/dist/esm/radio/radio.d.ts +62 -0
  515. package/dist/esm/radio/radio.js +52 -76
  516. package/dist/esm/radio/radio.js.map +1 -1
  517. package/dist/esm/radio/radio.options.d.ts +14 -0
  518. package/dist/esm/radio/radio.options.js +2 -0
  519. package/dist/esm/radio/radio.options.js.map +1 -0
  520. package/dist/esm/radio/radio.styles.d.ts +6 -0
  521. package/dist/esm/radio/radio.styles.js +95 -88
  522. package/dist/esm/radio/radio.styles.js.map +1 -1
  523. package/dist/esm/radio/radio.template.d.ts +16 -0
  524. package/dist/esm/radio/radio.template.js +21 -24
  525. package/dist/esm/radio/radio.template.js.map +1 -1
  526. package/dist/esm/radio-group/index.d.ts +5 -0
  527. package/dist/esm/radio-group/index.js +2 -1
  528. package/dist/esm/radio-group/index.js.map +1 -1
  529. package/dist/esm/radio-group/radio-group.bench.d.ts +3 -0
  530. package/dist/esm/radio-group/radio-group.bench.js +21 -0
  531. package/dist/esm/radio-group/radio-group.bench.js.map +1 -0
  532. package/dist/esm/radio-group/radio-group.d.ts +268 -0
  533. package/dist/esm/radio-group/radio-group.js +415 -319
  534. package/dist/esm/radio-group/radio-group.js.map +1 -1
  535. package/dist/esm/radio-group/radio-group.options.d.ts +17 -0
  536. package/dist/esm/radio-group/radio-group.styles.js +30 -32
  537. package/dist/esm/radio-group/radio-group.styles.js.map +1 -1
  538. package/dist/esm/radio-group/radio-group.template.d.ts +4 -0
  539. package/dist/esm/radio-group/radio-group.template.js +6 -21
  540. package/dist/esm/radio-group/radio-group.template.js.map +1 -1
  541. package/dist/esm/rating-display/define.d.ts +1 -0
  542. package/dist/esm/rating-display/define.js +4 -0
  543. package/dist/esm/rating-display/define.js.map +1 -0
  544. package/dist/esm/rating-display/index.d.ts +6 -0
  545. package/dist/esm/rating-display/index.js +7 -0
  546. package/dist/esm/rating-display/index.js.map +1 -0
  547. package/dist/esm/rating-display/rating-display.base.d.ts +89 -0
  548. package/dist/esm/rating-display/rating-display.base.js +94 -0
  549. package/dist/esm/rating-display/rating-display.base.js.map +1 -0
  550. package/dist/esm/rating-display/rating-display.d.ts +50 -0
  551. package/dist/esm/rating-display/rating-display.definition.d.ts +9 -0
  552. package/dist/esm/rating-display/rating-display.definition.js +17 -0
  553. package/dist/esm/rating-display/rating-display.definition.js.map +1 -0
  554. package/dist/esm/rating-display/rating-display.js +50 -0
  555. package/dist/esm/rating-display/rating-display.js.map +1 -0
  556. package/dist/esm/rating-display/rating-display.options.d.ts +29 -0
  557. package/dist/esm/rating-display/rating-display.options.js +19 -0
  558. package/dist/esm/rating-display/rating-display.options.js.map +1 -0
  559. package/dist/esm/rating-display/rating-display.styles.d.ts +6 -0
  560. package/dist/esm/rating-display/rating-display.styles.js +123 -0
  561. package/dist/esm/rating-display/rating-display.styles.js.map +1 -0
  562. package/dist/esm/rating-display/rating-display.template.d.ts +14 -0
  563. package/dist/esm/rating-display/rating-display.template.js +34 -0
  564. package/dist/esm/rating-display/rating-display.template.js.map +1 -0
  565. package/dist/esm/slider/define.d.ts +1 -0
  566. package/dist/esm/slider/index.d.ts +6 -0
  567. package/dist/esm/slider/index.js +2 -2
  568. package/dist/esm/slider/index.js.map +1 -1
  569. package/dist/esm/slider/slider-utilities.js.map +1 -1
  570. package/dist/esm/slider/slider.bench.d.ts +3 -0
  571. package/dist/esm/slider/slider.bench.js +10 -0
  572. package/dist/esm/slider/slider.bench.js.map +1 -0
  573. package/dist/esm/slider/slider.d.ts +358 -0
  574. package/dist/esm/slider/slider.js +436 -243
  575. package/dist/esm/slider/slider.js.map +1 -1
  576. package/dist/esm/slider/slider.options.d.ts +56 -0
  577. package/dist/esm/slider/slider.styles.js +120 -128
  578. package/dist/esm/slider/slider.styles.js.map +1 -1
  579. package/dist/esm/slider/slider.template.d.ts +5 -0
  580. package/dist/esm/slider/slider.template.js +12 -28
  581. package/dist/esm/slider/slider.template.js.map +1 -1
  582. package/dist/esm/spinner/define.d.ts +1 -0
  583. package/dist/esm/spinner/index.d.ts +6 -0
  584. package/dist/esm/spinner/index.js +3 -2
  585. package/dist/esm/spinner/index.js.map +1 -1
  586. package/dist/esm/spinner/spinner.base.d.ts +14 -0
  587. package/dist/esm/spinner/spinner.base.js +18 -0
  588. package/dist/esm/spinner/spinner.base.js.map +1 -0
  589. package/dist/esm/spinner/spinner.bench.d.ts +3 -0
  590. package/dist/esm/spinner/spinner.bench.js +10 -0
  591. package/dist/esm/spinner/spinner.bench.js.map +1 -0
  592. package/dist/esm/spinner/spinner.d.ts +27 -0
  593. package/dist/esm/spinner/spinner.js +8 -9
  594. package/dist/esm/spinner/spinner.js.map +1 -1
  595. package/dist/esm/spinner/spinner.options.d.ts +32 -0
  596. package/dist/esm/spinner/spinner.styles.js +115 -54
  597. package/dist/esm/spinner/spinner.styles.js.map +1 -1
  598. package/dist/esm/spinner/spinner.template.d.ts +2 -0
  599. package/dist/esm/spinner/spinner.template.js +16 -47
  600. package/dist/esm/spinner/spinner.template.js.map +1 -1
  601. package/dist/esm/styles/partials/badge.partials.js +4 -5
  602. package/dist/esm/styles/partials/badge.partials.js.map +1 -1
  603. package/dist/esm/styles/partials/index.d.ts +2 -0
  604. package/dist/esm/styles/partials/index.js +1 -0
  605. package/dist/esm/styles/partials/index.js.map +1 -1
  606. package/dist/esm/styles/partials/typography.partials.d.ts +18 -0
  607. package/dist/esm/styles/partials/typography.partials.js +105 -0
  608. package/dist/esm/styles/partials/typography.partials.js.map +1 -0
  609. package/dist/esm/styles/states/index.d.ts +139 -0
  610. package/dist/esm/styles/states/index.js +141 -0
  611. package/dist/esm/styles/states/index.js.map +1 -0
  612. package/dist/esm/switch/define.d.ts +1 -0
  613. package/dist/esm/switch/index.d.ts +6 -0
  614. package/dist/esm/switch/index.js +2 -2
  615. package/dist/esm/switch/index.js.map +1 -1
  616. package/dist/esm/switch/switch.bench.d.ts +3 -0
  617. package/dist/esm/switch/switch.bench.js +11 -0
  618. package/dist/esm/switch/switch.bench.js.map +1 -0
  619. package/dist/esm/switch/switch.d.ts +15 -0
  620. package/dist/esm/switch/switch.js +10 -54
  621. package/dist/esm/switch/switch.js.map +1 -1
  622. package/dist/esm/switch/switch.options.d.ts +15 -0
  623. package/dist/esm/switch/switch.styles.js +36 -56
  624. package/dist/esm/switch/switch.styles.js.map +1 -1
  625. package/dist/esm/switch/switch.template.d.ts +4 -0
  626. package/dist/esm/switch/switch.template.js +6 -16
  627. package/dist/esm/switch/switch.template.js.map +1 -1
  628. package/dist/esm/tab/define.d.ts +1 -0
  629. package/dist/esm/tab/index.d.ts +6 -0
  630. package/dist/esm/tab/index.js +4 -3
  631. package/dist/esm/tab/index.js.map +1 -1
  632. package/dist/esm/tab/tab.bench.d.ts +3 -0
  633. package/dist/esm/tab/tab.bench.js +11 -0
  634. package/dist/esm/tab/tab.bench.js.map +1 -0
  635. package/dist/esm/tab/tab.d.ts +26 -0
  636. package/dist/esm/tab/tab.js +4 -7
  637. package/dist/esm/tab/tab.js.map +1 -1
  638. package/dist/esm/tab/tab.options.d.ts +10 -0
  639. package/dist/esm/tab/tab.options.js +15 -0
  640. package/dist/esm/tab/tab.options.js.map +1 -0
  641. package/dist/esm/tab/tab.styles.js +12 -7
  642. package/dist/esm/tab/tab.styles.js.map +1 -1
  643. package/dist/esm/tab/tab.template.d.ts +4 -0
  644. package/dist/esm/tab/tab.template.js.map +1 -1
  645. package/dist/esm/tab-panel/define.d.ts +1 -0
  646. package/dist/esm/tab-panel/define.js +3 -0
  647. package/dist/esm/tab-panel/define.js.map +1 -1
  648. package/dist/esm/tab-panel/index.d.ts +4 -0
  649. package/dist/esm/tab-panel/index.js +1 -1
  650. package/dist/esm/tab-panel/index.js.map +1 -1
  651. package/dist/esm/tab-panel/tab-panel.bench.d.ts +3 -0
  652. package/dist/esm/tab-panel/tab-panel.bench.js +13 -0
  653. package/dist/esm/tab-panel/tab-panel.bench.js.map +1 -0
  654. package/dist/esm/tab-panel/tab-panel.d.ts +8 -0
  655. package/dist/esm/tab-panel/tab-panel.definition.d.ts +5 -0
  656. package/dist/esm/tab-panel/tab-panel.definition.js +3 -0
  657. package/dist/esm/tab-panel/tab-panel.definition.js.map +1 -1
  658. package/dist/esm/tab-panel/tab-panel.js +5 -0
  659. package/dist/esm/tab-panel/tab-panel.js.map +1 -1
  660. package/dist/esm/tab-panel/tab-panel.template.d.ts +7 -0
  661. package/dist/esm/tab-panel/tab-panel.template.js +3 -0
  662. package/dist/esm/tab-panel/tab-panel.template.js.map +1 -1
  663. package/dist/esm/tablist/define.d.ts +1 -0
  664. package/dist/esm/tablist/define.js +4 -0
  665. package/dist/esm/tablist/define.js.map +1 -0
  666. package/dist/esm/tablist/index.d.ts +6 -0
  667. package/dist/esm/tablist/index.js +7 -0
  668. package/dist/esm/tablist/index.js.map +1 -0
  669. package/dist/esm/tablist/tablist.base.d.ts +106 -0
  670. package/dist/esm/tablist/tablist.base.js +265 -0
  671. package/dist/esm/tablist/tablist.base.js.map +1 -0
  672. package/dist/esm/tablist/tablist.bench.d.ts +3 -0
  673. package/dist/esm/tablist/tablist.bench.js +21 -0
  674. package/dist/esm/tablist/tablist.bench.js.map +1 -0
  675. package/dist/esm/tablist/tablist.d.ts +94 -0
  676. package/dist/esm/tablist/tablist.definition.d.ts +7 -0
  677. package/dist/esm/tablist/tablist.definition.js +15 -0
  678. package/dist/esm/tablist/tablist.definition.js.map +1 -0
  679. package/dist/esm/tablist/tablist.js +161 -0
  680. package/dist/esm/tablist/tablist.js.map +1 -0
  681. package/dist/esm/tablist/tablist.options.d.ts +44 -0
  682. package/dist/esm/tablist/tablist.options.js +24 -0
  683. package/dist/esm/tablist/tablist.options.js.map +1 -0
  684. package/dist/esm/tablist/tablist.styles.d.ts +4 -0
  685. package/dist/esm/tablist/tablist.styles.js +193 -0
  686. package/dist/esm/tablist/tablist.styles.js.map +1 -0
  687. package/dist/esm/tablist/tablist.template.d.ts +5 -0
  688. package/dist/esm/tablist/tablist.template.js +10 -0
  689. package/dist/esm/tablist/tablist.template.js.map +1 -0
  690. package/dist/esm/tabs/define.d.ts +1 -0
  691. package/dist/esm/tabs/define.js +3 -0
  692. package/dist/esm/tabs/define.js.map +1 -1
  693. package/dist/esm/tabs/index.d.ts +6 -0
  694. package/dist/esm/tabs/index.js +4 -4
  695. package/dist/esm/tabs/index.js.map +1 -1
  696. package/dist/esm/tabs/tabs.base.d.ts +90 -0
  697. package/dist/esm/tabs/tabs.base.js +279 -0
  698. package/dist/esm/tabs/tabs.base.js.map +1 -0
  699. package/dist/esm/tabs/tabs.bench.d.ts +3 -0
  700. package/dist/esm/tabs/tabs.bench.js +32 -0
  701. package/dist/esm/tabs/tabs.bench.js.map +1 -0
  702. package/dist/esm/tabs/tabs.d.ts +100 -0
  703. package/dist/esm/tabs/tabs.definition.d.ts +5 -0
  704. package/dist/esm/tabs/tabs.definition.js +3 -0
  705. package/dist/esm/tabs/tabs.definition.js.map +1 -1
  706. package/dist/esm/tabs/tabs.js +44 -300
  707. package/dist/esm/tabs/tabs.js.map +1 -1
  708. package/dist/esm/tabs/tabs.options.d.ts +32 -0
  709. package/dist/esm/tabs/tabs.template.d.ts +8 -0
  710. package/dist/esm/tabs/tabs.template.js +3 -0
  711. package/dist/esm/tabs/tabs.template.js.map +1 -1
  712. package/dist/esm/text/define.d.ts +1 -0
  713. package/dist/esm/text/index.d.ts +5 -0
  714. package/dist/esm/text/index.js +2 -2
  715. package/dist/esm/text/index.js.map +1 -1
  716. package/dist/esm/text/text.bench.d.ts +3 -0
  717. package/dist/esm/text/text.bench.js +13 -0
  718. package/dist/esm/text/text.bench.js.map +1 -0
  719. package/dist/esm/text/text.d.ts +100 -0
  720. package/dist/esm/text/text.js +10 -6
  721. package/dist/esm/text/text.js.map +1 -1
  722. package/dist/esm/text/text.options.d.ts +67 -0
  723. package/dist/esm/text/text.styles.js +33 -32
  724. package/dist/esm/text/text.styles.js.map +1 -1
  725. package/dist/esm/text/text.template.d.ts +6 -0
  726. package/dist/esm/text/text.template.js.map +1 -1
  727. package/dist/esm/text-input/define.d.ts +1 -0
  728. package/dist/esm/text-input/index.d.ts +7 -0
  729. package/dist/esm/text-input/index.js +5 -4
  730. package/dist/esm/text-input/index.js.map +1 -1
  731. package/dist/esm/text-input/text-input.base.d.ts +402 -0
  732. package/dist/esm/text-input/text-input.base.js +423 -0
  733. package/dist/esm/text-input/text-input.base.js.map +1 -0
  734. package/dist/esm/text-input/text-input.bench.d.ts +3 -0
  735. package/dist/esm/text-input/text-input.bench.js +10 -0
  736. package/dist/esm/text-input/text-input.bench.js.map +1 -0
  737. package/dist/esm/text-input/text-input.d.ts +38 -0
  738. package/dist/esm/text-input/text-input.definition.d.ts +9 -0
  739. package/dist/esm/text-input/text-input.definition.js +5 -3
  740. package/dist/esm/text-input/text-input.definition.js.map +1 -1
  741. package/dist/esm/text-input/text-input.js +16 -174
  742. package/dist/esm/text-input/text-input.js.map +1 -1
  743. package/dist/esm/text-input/text-input.options.d.ts +51 -0
  744. package/dist/esm/text-input/text-input.options.js +26 -19
  745. package/dist/esm/text-input/text-input.options.js.map +1 -1
  746. package/dist/esm/text-input/text-input.styles.d.ts +7 -0
  747. package/dist/esm/text-input/text-input.styles.js +22 -12
  748. package/dist/esm/text-input/text-input.styles.js.map +1 -1
  749. package/dist/esm/text-input/text-input.template.d.ts +13 -0
  750. package/dist/esm/text-input/text-input.template.js +45 -55
  751. package/dist/esm/text-input/text-input.template.js.map +1 -1
  752. package/dist/esm/textarea/define.d.ts +1 -0
  753. package/dist/esm/textarea/define.js +4 -0
  754. package/dist/esm/textarea/define.js.map +1 -0
  755. package/dist/esm/textarea/index.d.ts +6 -0
  756. package/dist/esm/textarea/index.js +7 -0
  757. package/dist/esm/textarea/index.js.map +1 -0
  758. package/dist/esm/textarea/textarea.base.d.ts +347 -0
  759. package/dist/esm/textarea/textarea.base.js +494 -0
  760. package/dist/esm/textarea/textarea.base.js.map +1 -0
  761. package/dist/esm/textarea/textarea.bench.d.ts +3 -0
  762. package/dist/esm/textarea/textarea.bench.js +10 -0
  763. package/dist/esm/textarea/textarea.bench.js.map +1 -0
  764. package/dist/esm/textarea/textarea.d.ts +47 -0
  765. package/dist/esm/textarea/textarea.definition.d.ts +9 -0
  766. package/dist/esm/textarea/textarea.definition.js +20 -0
  767. package/dist/esm/textarea/textarea.definition.js.map +1 -0
  768. package/dist/esm/textarea/textarea.js +73 -0
  769. package/dist/esm/textarea/textarea.js.map +1 -0
  770. package/dist/esm/textarea/textarea.options.d.ts +49 -0
  771. package/dist/esm/textarea/textarea.options.js +48 -0
  772. package/dist/esm/textarea/textarea.options.js.map +1 -0
  773. package/dist/esm/textarea/textarea.styles.d.ts +7 -0
  774. package/dist/esm/textarea/textarea.styles.js +268 -0
  775. package/dist/esm/textarea/textarea.styles.js.map +1 -0
  776. package/dist/esm/textarea/textarea.template.d.ts +12 -0
  777. package/dist/esm/textarea/textarea.template.js +54 -0
  778. package/dist/esm/textarea/textarea.template.js.map +1 -0
  779. package/dist/esm/theme/design-tokens.d.ts +2220 -0
  780. package/dist/esm/theme/design-tokens.js +1837 -1
  781. package/dist/esm/theme/design-tokens.js.map +1 -1
  782. package/dist/esm/theme/index.d.ts +2 -0
  783. package/dist/esm/theme/index.js.map +1 -1
  784. package/dist/esm/theme/set-theme.d.ts +29 -0
  785. package/dist/esm/theme/set-theme.global.bench.d.ts +3 -0
  786. package/dist/esm/theme/set-theme.global.bench.js +25 -0
  787. package/dist/esm/theme/set-theme.global.bench.js.map +1 -0
  788. package/dist/esm/theme/set-theme.js +185 -12
  789. package/dist/esm/theme/set-theme.js.map +1 -1
  790. package/dist/esm/theme/set-theme.local.bench.d.ts +3 -0
  791. package/dist/esm/theme/set-theme.local.bench.js +27 -0
  792. package/dist/esm/theme/set-theme.local.bench.js.map +1 -0
  793. package/dist/esm/theme/set-theme.shadow.bench.d.ts +3 -0
  794. package/dist/esm/theme/set-theme.shadow.bench.js +29 -0
  795. package/dist/esm/theme/set-theme.shadow.bench.js.map +1 -0
  796. package/dist/esm/toggle-button/define.d.ts +1 -0
  797. package/dist/esm/toggle-button/index.d.ts +6 -0
  798. package/dist/esm/toggle-button/index.js +4 -4
  799. package/dist/esm/toggle-button/index.js.map +1 -1
  800. package/dist/esm/toggle-button/toggle-button.bench.d.ts +3 -0
  801. package/dist/esm/toggle-button/toggle-button.bench.js +11 -0
  802. package/dist/esm/toggle-button/toggle-button.bench.js.map +1 -0
  803. package/dist/esm/toggle-button/toggle-button.d.ts +53 -0
  804. package/dist/esm/toggle-button/toggle-button.definition.js +0 -3
  805. package/dist/esm/toggle-button/toggle-button.definition.js.map +1 -1
  806. package/dist/esm/toggle-button/toggle-button.js +46 -91
  807. package/dist/esm/toggle-button/toggle-button.js.map +1 -1
  808. package/dist/esm/toggle-button/toggle-button.options.d.ts +46 -0
  809. package/dist/esm/toggle-button/toggle-button.styles.d.ts +8 -0
  810. package/dist/esm/toggle-button/toggle-button.styles.js +34 -26
  811. package/dist/esm/toggle-button/toggle-button.styles.js.map +1 -1
  812. package/dist/esm/toggle-button/toggle-button.template.d.ts +7 -0
  813. package/dist/esm/tooltip/define.d.ts +1 -0
  814. package/dist/esm/tooltip/define.js +4 -0
  815. package/dist/esm/tooltip/define.js.map +1 -0
  816. package/dist/esm/tooltip/index.d.ts +5 -0
  817. package/dist/esm/tooltip/index.js +6 -0
  818. package/dist/esm/tooltip/index.js.map +1 -0
  819. package/dist/esm/tooltip/tooltip.d.ts +98 -0
  820. package/dist/esm/tooltip/tooltip.definition.d.ts +9 -0
  821. package/dist/esm/tooltip/tooltip.definition.js +17 -0
  822. package/dist/esm/tooltip/tooltip.definition.js.map +1 -0
  823. package/dist/esm/tooltip/tooltip.js +202 -0
  824. package/dist/esm/tooltip/tooltip.js.map +1 -0
  825. package/dist/esm/tooltip/tooltip.options.d.ts +24 -0
  826. package/dist/esm/tooltip/tooltip.options.js +19 -0
  827. package/dist/esm/tooltip/tooltip.options.js.map +1 -0
  828. package/dist/esm/tooltip/tooltip.styles.d.ts +5 -0
  829. package/dist/esm/tooltip/tooltip.styles.js +96 -0
  830. package/dist/esm/tooltip/tooltip.styles.js.map +1 -0
  831. package/dist/esm/tooltip/tooltip.template.d.ts +6 -0
  832. package/dist/esm/tooltip/tooltip.template.js +11 -0
  833. package/dist/esm/tooltip/tooltip.template.js.map +1 -0
  834. package/dist/esm/tree/define.d.ts +1 -0
  835. package/dist/esm/tree/define.js +4 -0
  836. package/dist/esm/tree/define.js.map +1 -0
  837. package/dist/esm/tree/index.d.ts +5 -0
  838. package/dist/esm/tree/index.js +6 -0
  839. package/dist/esm/tree/index.js.map +1 -0
  840. package/dist/esm/tree/tree.base.d.ts +68 -0
  841. package/dist/esm/tree/tree.base.js +228 -0
  842. package/dist/esm/tree/tree.base.js.map +1 -0
  843. package/dist/esm/tree/tree.bench.d.ts +3 -0
  844. package/dist/esm/tree/tree.bench.js +10 -0
  845. package/dist/esm/tree/tree.bench.js.map +1 -0
  846. package/dist/esm/tree/tree.d.ts +34 -0
  847. package/dist/esm/tree/tree.definition.d.ts +8 -0
  848. package/dist/esm/tree/tree.definition.js +16 -0
  849. package/dist/esm/tree/tree.definition.js.map +1 -0
  850. package/dist/esm/tree/tree.js +61 -0
  851. package/dist/esm/tree/tree.js.map +1 -0
  852. package/dist/esm/tree/tree.styles.d.ts +1 -0
  853. package/dist/esm/tree/tree.styles.js +9 -0
  854. package/dist/esm/tree/tree.styles.js.map +1 -0
  855. package/dist/esm/tree/tree.template.d.ts +2 -0
  856. package/dist/esm/tree/tree.template.js +19 -0
  857. package/dist/esm/tree/tree.template.js.map +1 -0
  858. package/dist/esm/tree-item/define.d.ts +1 -0
  859. package/dist/esm/tree-item/define.js +4 -0
  860. package/dist/esm/tree-item/define.js.map +1 -0
  861. package/dist/esm/tree-item/index.d.ts +6 -0
  862. package/dist/esm/tree-item/index.js +6 -0
  863. package/dist/esm/tree-item/index.js.map +1 -0
  864. package/dist/esm/tree-item/tree-item.base.d.ts +81 -0
  865. package/dist/esm/tree-item/tree-item.base.js +142 -0
  866. package/dist/esm/tree-item/tree-item.base.js.map +1 -0
  867. package/dist/esm/tree-item/tree-item.bench.d.ts +3 -0
  868. package/dist/esm/tree-item/tree-item.bench.js +10 -0
  869. package/dist/esm/tree-item/tree-item.bench.js.map +1 -0
  870. package/dist/esm/tree-item/tree-item.d.ts +44 -0
  871. package/dist/esm/tree-item/tree-item.definition.d.ts +8 -0
  872. package/dist/esm/tree-item/tree-item.definition.js +16 -0
  873. package/dist/esm/tree-item/tree-item.definition.js.map +1 -0
  874. package/dist/esm/tree-item/tree-item.js +71 -0
  875. package/dist/esm/tree-item/tree-item.js.map +1 -0
  876. package/dist/esm/tree-item/tree-item.options.d.ts +22 -0
  877. package/dist/esm/tree-item/tree-item.options.js +24 -0
  878. package/dist/esm/tree-item/tree-item.options.js.map +1 -0
  879. package/dist/esm/tree-item/tree-item.styles.js +157 -0
  880. package/dist/esm/tree-item/tree-item.styles.js.map +1 -0
  881. package/dist/esm/tree-item/tree-item.template.d.ts +2 -0
  882. package/dist/esm/tree-item/tree-item.template.js +37 -0
  883. package/dist/esm/tree-item/tree-item.template.js.map +1 -0
  884. package/dist/esm/tsdoc-metadata.json +11 -0
  885. package/dist/esm/utils/apply-mixins.js.map +1 -1
  886. package/dist/esm/utils/behaviors/match-media-stylesheet-behavior.d.ts +124 -0
  887. package/dist/esm/utils/behaviors/match-media-stylesheet-behavior.js.map +1 -1
  888. package/dist/esm/utils/benchmark-wrapper.js.map +1 -1
  889. package/dist/esm/utils/converters.d.ts +17 -0
  890. package/dist/esm/utils/converters.js +26 -0
  891. package/dist/esm/utils/converters.js.map +1 -0
  892. package/dist/esm/utils/direction.js +1 -2
  893. package/dist/esm/utils/direction.js.map +1 -1
  894. package/dist/esm/utils/display.d.ts +17 -0
  895. package/dist/esm/utils/element-internals.d.ts +54 -0
  896. package/dist/esm/utils/element-internals.js +96 -0
  897. package/dist/esm/utils/element-internals.js.map +1 -0
  898. package/dist/esm/utils/focusable-element.d.ts +3 -0
  899. package/dist/esm/utils/focusable-element.js +10 -0
  900. package/dist/esm/utils/focusable-element.js.map +1 -0
  901. package/dist/esm/utils/get-initials.js +2 -2
  902. package/dist/esm/utils/get-initials.js.map +1 -1
  903. package/dist/esm/utils/index.d.ts +8 -0
  904. package/dist/esm/utils/index.js +2 -0
  905. package/dist/esm/utils/index.js.map +1 -1
  906. package/dist/esm/utils/language.d.ts +9 -0
  907. package/dist/esm/utils/language.js +12 -0
  908. package/dist/esm/utils/language.js.map +1 -0
  909. package/dist/esm/utils/root-active-element.d.ts +1 -0
  910. package/dist/esm/utils/root-active-element.js +9 -0
  911. package/dist/esm/utils/root-active-element.js.map +1 -0
  912. package/dist/esm/utils/support.d.ts +15 -0
  913. package/dist/esm/utils/support.js +16 -0
  914. package/dist/esm/utils/support.js.map +1 -0
  915. package/dist/esm/utils/template-helpers.d.ts +15 -0
  916. package/dist/esm/utils/template-helpers.js +1 -1
  917. package/dist/esm/utils/template-helpers.js.map +1 -1
  918. package/dist/esm/utils/typings.d.ts +6 -0
  919. package/dist/esm/utils/unique-id.d.ts +9 -0
  920. package/dist/esm/utils/unique-id.js +14 -0
  921. package/dist/esm/utils/unique-id.js.map +1 -0
  922. package/dist/esm/utils/whitespace-filter.js +1 -1
  923. package/dist/esm/utils/whitespace-filter.js.map +1 -1
  924. package/dist/web-components.d.ts +8032 -2360
  925. package/dist/web-components.js +10022 -6237
  926. package/dist/web-components.min.js +403 -199
  927. package/package.json +54 -173
  928. package/dist/dts/accordion/accordion.d.ts +0 -51
  929. package/dist/dts/accordion/accordion.options.d.ts +0 -14
  930. package/dist/dts/accordion/accordion.template.d.ts +0 -7
  931. package/dist/dts/accordion/index.d.ts +0 -4
  932. package/dist/dts/accordion-item/accordion-item.d.ts +0 -108
  933. package/dist/dts/accordion-item/accordion-item.options.d.ts +0 -27
  934. package/dist/dts/accordion-item/accordion-item.template.d.ts +0 -8
  935. package/dist/dts/accordion-item/index.d.ts +0 -5
  936. package/dist/dts/anchor-button/anchor-button.d.ts +0 -176
  937. package/dist/dts/anchor-button/anchor-button.options.d.ts +0 -64
  938. package/dist/dts/anchor-button/anchor-button.template.d.ts +0 -12
  939. package/dist/dts/anchor-button/index.d.ts +0 -4
  940. package/dist/dts/avatar/avatar.d.ts +0 -97
  941. package/dist/dts/avatar/avatar.options.d.ts +0 -142
  942. package/dist/dts/avatar/avatar.template.d.ts +0 -8
  943. package/dist/dts/avatar/index.d.ts +0 -5
  944. package/dist/dts/badge/badge.d.ts +0 -49
  945. package/dist/dts/badge/badge.options.d.ts +0 -74
  946. package/dist/dts/badge/badge.template.d.ts +0 -9
  947. package/dist/dts/badge/index.d.ts +0 -5
  948. package/dist/dts/button/button.d.ts +0 -193
  949. package/dist/dts/button/button.definition.d.ts +0 -7
  950. package/dist/dts/button/button.form-associated.d.ts +0 -14
  951. package/dist/dts/button/button.options.d.ts +0 -68
  952. package/dist/dts/button/button.template.d.ts +0 -9
  953. package/dist/dts/button/index.d.ts +0 -5
  954. package/dist/dts/checkbox/checkbox.d.ts +0 -78
  955. package/dist/dts/checkbox/checkbox.form-associated.d.ts +0 -14
  956. package/dist/dts/checkbox/checkbox.options.d.ts +0 -28
  957. package/dist/dts/checkbox/checkbox.template.d.ts +0 -12
  958. package/dist/dts/checkbox/index.d.ts +0 -5
  959. package/dist/dts/compound-button/compound-button.d.ts +0 -7
  960. package/dist/dts/compound-button/compound-button.options.d.ts +0 -51
  961. package/dist/dts/compound-button/compound-button.template.d.ts +0 -13
  962. package/dist/dts/compound-button/index.d.ts +0 -5
  963. package/dist/dts/counter-badge/counter-badge.d.ts +0 -90
  964. package/dist/dts/counter-badge/counter-badge.options.d.ts +0 -69
  965. package/dist/dts/counter-badge/counter-badge.template.d.ts +0 -7
  966. package/dist/dts/counter-badge/index.d.ts +0 -5
  967. package/dist/dts/dialog/dialog.d.ts +0 -192
  968. package/dist/dts/dialog/dialog.options.d.ts +0 -11
  969. package/dist/dts/dialog/dialog.template.d.ts +0 -7
  970. package/dist/dts/dialog/index.d.ts +0 -4
  971. package/dist/dts/divider/divider.d.ts +0 -47
  972. package/dist/dts/divider/divider.options.d.ts +0 -65
  973. package/dist/dts/divider/divider.template.d.ts +0 -8
  974. package/dist/dts/divider/index.d.ts +0 -5
  975. package/dist/dts/form-associated/form-associated.d.ts +0 -178
  976. package/dist/dts/helpers.tests.d.ts +0 -8
  977. package/dist/dts/image/image.d.ts +0 -48
  978. package/dist/dts/image/image.options.d.ts +0 -27
  979. package/dist/dts/image/image.template.d.ts +0 -7
  980. package/dist/dts/image/index.d.ts +0 -5
  981. package/dist/dts/index-rollup.d.ts +0 -1
  982. package/dist/dts/index.d.ts +0 -34
  983. package/dist/dts/label/index.d.ts +0 -4
  984. package/dist/dts/label/label.d.ts +0 -42
  985. package/dist/dts/label/label.options.d.ts +0 -26
  986. package/dist/dts/label/label.template.d.ts +0 -8
  987. package/dist/dts/menu/index.d.ts +0 -4
  988. package/dist/dts/menu/menu.d.ts +0 -194
  989. package/dist/dts/menu/menu.template.d.ts +0 -4
  990. package/dist/dts/menu-button/index.d.ts +0 -5
  991. package/dist/dts/menu-button/menu-button.d.ts +0 -7
  992. package/dist/dts/menu-button/menu-button.options.d.ts +0 -47
  993. package/dist/dts/menu-button/menu-button.template.d.ts +0 -7
  994. package/dist/dts/menu-item/index.d.ts +0 -4
  995. package/dist/dts/menu-item/menu-item.d.ts +0 -166
  996. package/dist/dts/menu-item/menu-item.options.d.ts +0 -30
  997. package/dist/dts/menu-list/index.d.ts +0 -4
  998. package/dist/dts/menu-list/menu-list.d.ts +0 -76
  999. package/dist/dts/menu-list/menu-list.template.d.ts +0 -4
  1000. package/dist/dts/patterns/start-end.d.ts +0 -44
  1001. package/dist/dts/progress-bar/base-progress.d.ts +0 -41
  1002. package/dist/dts/progress-bar/index.d.ts +0 -5
  1003. package/dist/dts/progress-bar/progress-bar.d.ts +0 -37
  1004. package/dist/dts/progress-bar/progress-bar.options.d.ts +0 -50
  1005. package/dist/dts/progress-bar/progress-bar.template.d.ts +0 -5
  1006. package/dist/dts/progress-ring/progress-ring.d.ts +0 -15
  1007. package/dist/dts/progress-ring/progress-ring.options.d.ts +0 -9
  1008. package/dist/dts/radio/index.d.ts +0 -4
  1009. package/dist/dts/radio/radio.d.ts +0 -58
  1010. package/dist/dts/radio/radio.form-associated.d.ts +0 -14
  1011. package/dist/dts/radio/radio.styles.d.ts +0 -4
  1012. package/dist/dts/radio/radio.template.d.ts +0 -4
  1013. package/dist/dts/radio-group/index.d.ts +0 -4
  1014. package/dist/dts/radio-group/radio-group.d.ts +0 -104
  1015. package/dist/dts/radio-group/radio-group.options.d.ts +0 -17
  1016. package/dist/dts/radio-group/radio-group.template.d.ts +0 -4
  1017. package/dist/dts/slider/index.d.ts +0 -5
  1018. package/dist/dts/slider/slider.d.ts +0 -214
  1019. package/dist/dts/slider/slider.form-associated.d.ts +0 -14
  1020. package/dist/dts/slider/slider.options.d.ts +0 -56
  1021. package/dist/dts/slider/slider.template.d.ts +0 -5
  1022. package/dist/dts/spinner/index.d.ts +0 -5
  1023. package/dist/dts/spinner/spinner.d.ts +0 -25
  1024. package/dist/dts/spinner/spinner.options.d.ts +0 -32
  1025. package/dist/dts/spinner/spinner.template.d.ts +0 -5
  1026. package/dist/dts/styles/partials/index.d.ts +0 -1
  1027. package/dist/dts/switch/index.d.ts +0 -5
  1028. package/dist/dts/switch/switch.d.ts +0 -45
  1029. package/dist/dts/switch/switch.form-associated.d.ts +0 -14
  1030. package/dist/dts/switch/switch.options.d.ts +0 -15
  1031. package/dist/dts/switch/switch.template.d.ts +0 -4
  1032. package/dist/dts/tab/index.d.ts +0 -4
  1033. package/dist/dts/tab/tab.d.ts +0 -23
  1034. package/dist/dts/tab/tab.template.d.ts +0 -4
  1035. package/dist/dts/tab-panel/index.d.ts +0 -4
  1036. package/dist/dts/tab-panel/tab-panel.d.ts +0 -3
  1037. package/dist/dts/tab-panel/tab-panel.definition.d.ts +0 -2
  1038. package/dist/dts/tab-panel/tab-panel.template.d.ts +0 -4
  1039. package/dist/dts/tabs/index.d.ts +0 -5
  1040. package/dist/dts/tabs/tabs.d.ts +0 -173
  1041. package/dist/dts/tabs/tabs.definition.d.ts +0 -2
  1042. package/dist/dts/tabs/tabs.options.d.ts +0 -32
  1043. package/dist/dts/tabs/tabs.template.d.ts +0 -5
  1044. package/dist/dts/text/index.d.ts +0 -5
  1045. package/dist/dts/text/text.d.ts +0 -91
  1046. package/dist/dts/text/text.options.d.ts +0 -67
  1047. package/dist/dts/text/text.template.d.ts +0 -6
  1048. package/dist/dts/text-input/index.d.ts +0 -5
  1049. package/dist/dts/text-input/text-field.form-associated.d.ts +0 -14
  1050. package/dist/dts/text-input/text-input.d.ts +0 -154
  1051. package/dist/dts/text-input/text-input.definition.d.ts +0 -10
  1052. package/dist/dts/text-input/text-input.options.d.ts +0 -61
  1053. package/dist/dts/text-input/text-input.styles.d.ts +0 -4
  1054. package/dist/dts/text-input/text-input.template.d.ts +0 -7
  1055. package/dist/dts/theme/design-tokens.d.ts +0 -384
  1056. package/dist/dts/theme/index.d.ts +0 -2
  1057. package/dist/dts/theme/set-theme.d.ts +0 -7
  1058. package/dist/dts/toggle-button/index.d.ts +0 -5
  1059. package/dist/dts/toggle-button/toggle-button.d.ts +0 -48
  1060. package/dist/dts/toggle-button/toggle-button.options.d.ts +0 -47
  1061. package/dist/dts/toggle-button/toggle-button.template.d.ts +0 -7
  1062. package/dist/dts/utils/behaviors/match-media-stylesheet-behavior.d.ts +0 -124
  1063. package/dist/dts/utils/display.d.ts +0 -17
  1064. package/dist/dts/utils/index.d.ts +0 -6
  1065. package/dist/dts/utils/template-helpers.d.ts +0 -16
  1066. package/dist/dts/utils/typings.d.ts +0 -6
  1067. package/dist/esm/button/button.form-associated.js +0 -14
  1068. package/dist/esm/button/button.form-associated.js.map +0 -1
  1069. package/dist/esm/checkbox/checkbox.form-associated.js +0 -14
  1070. package/dist/esm/checkbox/checkbox.form-associated.js.map +0 -1
  1071. package/dist/esm/form-associated/form-associated.js +0 -458
  1072. package/dist/esm/form-associated/form-associated.js.map +0 -1
  1073. package/dist/esm/helpers.tests.js +0 -29
  1074. package/dist/esm/helpers.tests.js.map +0 -1
  1075. package/dist/esm/progress-bar/base-progress.js +0 -61
  1076. package/dist/esm/progress-bar/base-progress.js.map +0 -1
  1077. package/dist/esm/progress-ring/progress-ring.js +0 -16
  1078. package/dist/esm/progress-ring/progress-ring.js.map +0 -1
  1079. package/dist/esm/progress-ring/progress-ring.options.js +0 -2
  1080. package/dist/esm/progress-ring/progress-ring.options.js.map +0 -1
  1081. package/dist/esm/radio/radio.form-associated.js +0 -14
  1082. package/dist/esm/radio/radio.form-associated.js.map +0 -1
  1083. package/dist/esm/slider/slider.form-associated.js +0 -14
  1084. package/dist/esm/slider/slider.form-associated.js.map +0 -1
  1085. package/dist/esm/switch/switch.form-associated.js +0 -14
  1086. package/dist/esm/switch/switch.form-associated.js.map +0 -1
  1087. package/dist/esm/text-input/text-field.form-associated.js +0 -14
  1088. package/dist/esm/text-input/text-field.form-associated.js.map +0 -1
  1089. package/dist/fluent-web-components.api.json +0 -28183
  1090. package/dist/storybook/108.78b731e00015540915a8.manager.bundle.js +0 -1
  1091. package/dist/storybook/108.b31ec3a1.iframe.bundle.js +0 -1
  1092. package/dist/storybook/289.703b1698.iframe.bundle.js +0 -2
  1093. package/dist/storybook/289.703b1698.iframe.bundle.js.LICENSE.txt +0 -51
  1094. package/dist/storybook/316.bc4aabd3.iframe.bundle.js +0 -2
  1095. package/dist/storybook/316.bc4aabd3.iframe.bundle.js.LICENSE.txt +0 -17
  1096. package/dist/storybook/401.7edec720.iframe.bundle.js +0 -2
  1097. package/dist/storybook/401.7edec720.iframe.bundle.js.LICENSE.txt +0 -12
  1098. package/dist/storybook/401.c9bdfaf0dda8b194127f.manager.bundle.js +0 -2
  1099. package/dist/storybook/401.c9bdfaf0dda8b194127f.manager.bundle.js.LICENSE.txt +0 -12
  1100. package/dist/storybook/491.77b24750.iframe.bundle.js +0 -1
  1101. package/dist/storybook/591.f5bf0d78d2f203de19f5.manager.bundle.js +0 -2
  1102. package/dist/storybook/591.f5bf0d78d2f203de19f5.manager.bundle.js.LICENSE.txt +0 -94
  1103. package/dist/storybook/709.22096ad4.iframe.bundle.js +0 -2
  1104. package/dist/storybook/709.22096ad4.iframe.bundle.js.LICENSE.txt +0 -8
  1105. package/dist/storybook/709.b131e33993a6b94d7ad8.manager.bundle.js +0 -2
  1106. package/dist/storybook/709.b131e33993a6b94d7ad8.manager.bundle.js.LICENSE.txt +0 -8
  1107. package/dist/storybook/721.46fa9f53.iframe.bundle.js +0 -2
  1108. package/dist/storybook/721.46fa9f53.iframe.bundle.js.LICENSE.txt +0 -31
  1109. package/dist/storybook/721.c225c101a0a55a8f98eb.manager.bundle.js +0 -2
  1110. package/dist/storybook/721.c225c101a0a55a8f98eb.manager.bundle.js.LICENSE.txt +0 -31
  1111. package/dist/storybook/858.da40ed98.iframe.bundle.js +0 -1
  1112. package/dist/storybook/858.e08e25a6901d2e21e9d8.manager.bundle.js +0 -1
  1113. package/dist/storybook/950.674e7934b4a26a022608.manager.bundle.js +0 -1
  1114. package/dist/storybook/954.630c5748.iframe.bundle.js +0 -1
  1115. package/dist/storybook/954.7f985e2fdf9f15a7748b.manager.bundle.js +0 -1
  1116. package/dist/storybook/SegoeUI-VF.ttf +0 -0
  1117. package/dist/storybook/favicon.ico +0 -0
  1118. package/dist/storybook/favicon.png +0 -0
  1119. package/dist/storybook/iframe.html +0 -364
  1120. package/dist/storybook/index.html +0 -165
  1121. package/dist/storybook/main.5d7b916dc1e37293b1d8.manager.bundle.js +0 -1
  1122. package/dist/storybook/main.81e47c59.iframe.bundle.js +0 -2
  1123. package/dist/storybook/main.81e47c59.iframe.bundle.js.LICENSE.txt +0 -1
  1124. package/dist/storybook/project.json +0 -1
  1125. package/dist/storybook/runtime~main.5d918fe7.iframe.bundle.js +0 -1
  1126. package/dist/storybook/runtime~main.dbf00b470fe610082919.manager.bundle.js +0 -1
  1127. package/dist/storybook/shell.css +0 -83
  1128. package/dist/storybook/theme-switch.ts +0 -13
  1129. package/docs/api-report.md +0 -3015
  1130. package/playwright.config.ts +0 -25
  1131. package/tensile.config.js +0 -22
  1132. /package/dist/{dts → esm}/accordion/accordion.definition.d.ts +0 -0
  1133. /package/dist/{dts → esm}/accordion/accordion.styles.d.ts +0 -0
  1134. /package/dist/{dts → esm}/accordion/define.d.ts +0 -0
  1135. /package/dist/{dts → esm}/accordion-item/accordion-item.definition.d.ts +0 -0
  1136. /package/dist/{dts → esm}/accordion-item/accordion-item.styles.d.ts +0 -0
  1137. /package/dist/{dts → esm}/accordion-item/define.d.ts +0 -0
  1138. /package/dist/{dts → esm}/anchor-button/anchor-button.definition.d.ts +0 -0
  1139. /package/dist/{dts → esm}/anchor-button/anchor-button.styles.d.ts +0 -0
  1140. /package/dist/{dts → esm}/anchor-button/define.d.ts +0 -0
  1141. /package/dist/{dts → esm}/avatar/avatar.definition.d.ts +0 -0
  1142. /package/dist/{dts → esm}/avatar/avatar.styles.d.ts +0 -0
  1143. /package/dist/{dts → esm}/avatar/define.d.ts +0 -0
  1144. /package/dist/{dts → esm}/badge/badge.definition.d.ts +0 -0
  1145. /package/dist/{dts → esm}/badge/badge.styles.d.ts +0 -0
  1146. /package/dist/{dts → esm}/badge/define.d.ts +0 -0
  1147. /package/dist/{dts → esm}/button/define.d.ts +0 -0
  1148. /package/dist/{dts → esm}/checkbox/checkbox.definition.d.ts +0 -0
  1149. /package/dist/{dts → esm}/checkbox/checkbox.styles.d.ts +0 -0
  1150. /package/dist/{dts → esm}/checkbox/define.d.ts +0 -0
  1151. /package/dist/{dts → esm}/compound-button/compound-button.definition.d.ts +0 -0
  1152. /package/dist/{dts → esm}/compound-button/compound-button.styles.d.ts +0 -0
  1153. /package/dist/{dts → esm}/compound-button/define.d.ts +0 -0
  1154. /package/dist/{dts → esm}/counter-badge/counter-badge.definition.d.ts +0 -0
  1155. /package/dist/{dts → esm}/counter-badge/counter-badge.styles.d.ts +0 -0
  1156. /package/dist/{dts → esm}/counter-badge/define.d.ts +0 -0
  1157. /package/dist/{dts/divider → esm/dialog}/define.d.ts +0 -0
  1158. /package/dist/{dts → esm}/dialog/dialog.definition.d.ts +0 -0
  1159. /package/dist/{dts → esm}/dialog/dialog.styles.d.ts +0 -0
  1160. /package/dist/{dts/dialog → esm/dialog-body}/define.d.ts +0 -0
  1161. /package/dist/{dts/image → esm/divider}/define.d.ts +0 -0
  1162. /package/dist/{dts → esm}/divider/divider.definition.d.ts +0 -0
  1163. /package/dist/{dts → esm}/divider/divider.styles.d.ts +0 -0
  1164. /package/dist/{dts/menu-button → esm/drawer}/define.d.ts +0 -0
  1165. /package/dist/{dts/label → esm/drawer-body}/define.d.ts +0 -0
  1166. /package/dist/{dts/menu-item → esm/dropdown}/define.d.ts +0 -0
  1167. /package/dist/{dts/menu-list → esm/field}/define.d.ts +0 -0
  1168. /package/dist/{dts → esm}/fluent-design-system.d.ts +0 -0
  1169. /package/dist/{dts/menu → esm/image}/define.d.ts +0 -0
  1170. /package/dist/{dts → esm}/image/image.definition.d.ts +0 -0
  1171. /package/dist/{dts → esm}/image/image.styles.d.ts +0 -0
  1172. /package/dist/{dts/progress-bar → esm/label}/define.d.ts +0 -0
  1173. /package/dist/{dts → esm}/label/label.definition.d.ts +0 -0
  1174. /package/dist/{dts → esm}/label/label.styles.d.ts +0 -0
  1175. /package/dist/{dts/radio-group → esm/link}/define.d.ts +0 -0
  1176. /package/dist/{dts/button/button.styles.d.ts → esm/link/link.styles.d.ts} +0 -0
  1177. /package/dist/{dts/radio → esm/listbox}/define.d.ts +0 -0
  1178. /package/dist/{dts/tab-panel → esm/menu}/define.d.ts +0 -0
  1179. /package/dist/{dts → esm}/menu/menu.definition.d.ts +0 -0
  1180. /package/dist/{dts → esm}/menu/menu.styles.d.ts +0 -0
  1181. /package/dist/{dts/slider → esm/menu-button}/define.d.ts +0 -0
  1182. /package/dist/{dts → esm}/menu-button/menu-button.definition.d.ts +0 -0
  1183. /package/dist/{dts/spinner → esm/menu-item}/define.d.ts +0 -0
  1184. /package/dist/{dts → esm}/menu-item/menu-item.definition.d.ts +0 -0
  1185. /package/dist/{dts → esm}/menu-item/menu-item.styles.d.ts +0 -0
  1186. /package/dist/{dts → esm}/menu-item/menu-item.template.d.ts +0 -0
  1187. /package/dist/{dts/switch → esm/menu-list}/define.d.ts +0 -0
  1188. /package/dist/{dts → esm}/menu-list/menu-list.definition.d.ts +0 -0
  1189. /package/dist/{dts → esm}/menu-list/menu-list.styles.d.ts +0 -0
  1190. /package/dist/{dts/tab → esm/message-bar}/define.d.ts +0 -0
  1191. /package/dist/{dts/tabs → esm/option}/define.d.ts +0 -0
  1192. /package/dist/{dts → esm}/patterns/aria-globals.d.ts +0 -0
  1193. /package/dist/{dts → esm}/patterns/index.d.ts +0 -0
  1194. /package/dist/{dts/text-input → esm/progress-bar}/define.d.ts +0 -0
  1195. /package/dist/{dts → esm}/progress-bar/progress-bar.definition.d.ts +0 -0
  1196. /package/dist/{dts → esm}/progress-bar/progress-bar.styles.d.ts +0 -0
  1197. /package/dist/{dts/toggle-button → esm/radio}/define.d.ts +0 -0
  1198. /package/dist/{dts → esm}/radio/radio.definition.d.ts +0 -0
  1199. /package/dist/{dts/text → esm/radio-group}/define.d.ts +0 -0
  1200. /package/dist/{dts → esm}/radio-group/radio-group.definition.d.ts +0 -0
  1201. /package/dist/{dts → esm}/radio-group/radio-group.styles.d.ts +0 -0
  1202. /package/dist/{dts → esm}/slider/slider-utilities.d.ts +0 -0
  1203. /package/dist/{dts → esm}/slider/slider.definition.d.ts +0 -0
  1204. /package/dist/{dts → esm}/slider/slider.styles.d.ts +0 -0
  1205. /package/dist/{dts → esm}/spinner/spinner.definition.d.ts +0 -0
  1206. /package/dist/{dts → esm}/spinner/spinner.styles.d.ts +0 -0
  1207. /package/dist/{dts → esm}/styles/index.d.ts +0 -0
  1208. /package/dist/{dts → esm}/styles/partials/badge.partials.d.ts +0 -0
  1209. /package/dist/{dts → esm}/switch/switch.definition.d.ts +0 -0
  1210. /package/dist/{dts → esm}/switch/switch.styles.d.ts +0 -0
  1211. /package/dist/{dts → esm}/tab/tab.definition.d.ts +0 -0
  1212. /package/dist/{dts → esm}/tab/tab.styles.d.ts +0 -0
  1213. /package/dist/{dts → esm}/tab-panel/tab-panel.styles.d.ts +0 -0
  1214. /package/dist/{dts → esm}/tabs/tabs.styles.d.ts +0 -0
  1215. /package/dist/{dts → esm}/text/text.definition.d.ts +0 -0
  1216. /package/dist/{dts → esm}/text/text.styles.d.ts +0 -0
  1217. /package/dist/{dts → esm}/toggle-button/toggle-button.definition.d.ts +0 -0
  1218. /package/dist/{dts/toggle-button/toggle-button.styles.d.ts → esm/tree-item/tree-item.styles.d.ts} +0 -0
  1219. /package/dist/{dts → esm}/utils/apply-mixins.d.ts +0 -0
  1220. /package/dist/{dts → esm}/utils/benchmark-dependencies/tokens.d.ts +0 -0
  1221. /package/dist/{dts → esm}/utils/benchmark-wrapper.d.ts +0 -0
  1222. /package/dist/{dts → esm}/utils/direction.d.ts +0 -0
  1223. /package/dist/{dts → esm}/utils/get-initials.d.ts +0 -0
  1224. /package/dist/{dts → esm}/utils/whitespace-filter.d.ts +0 -0
package/CHANGELOG.md CHANGED
@@ -1,12 +1,967 @@
1
1
  # Change Log - @fluentui/web-components
2
2
 
3
- This log was last generated on Mon, 15 Apr 2024 04:09:25 GMT and should not be manually modified.
3
+ This log was last generated on Tue, 01 Jul 2025 04:08:16 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## [3.0.0-beta.111](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.111)
8
+
9
+ Tue, 01 Jul 2025 04:08:16 GMT
10
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.110..@fluentui/web-components_v3.0.0-beta.111)
11
+
12
+ ### Changes
13
+
14
+ - refactor: move tabindex logic into JS class ([PR #34741](https://github.com/microsoft/fluentui/pull/34741) by machi@microsoft.com)
15
+
16
+ ## [3.0.0-beta.110](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.110)
17
+
18
+ Tue, 24 Jun 2025 04:06:55 GMT
19
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.109..@fluentui/web-components_v3.0.0-beta.110)
20
+
21
+ ### Changes
22
+
23
+ - fix start and end slot for tabs ([PR #34704](https://github.com/microsoft/fluentui/pull/34704) by jes@microsoft.com)
24
+ - fix(dropdown): add anchor positioning fallback logic ([PR #34647](https://github.com/microsoft/fluentui/pull/34647) by 863023+radium-v@users.noreply.github.com)
25
+
26
+ ## [3.0.0-beta.109](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.109)
27
+
28
+ Fri, 20 Jun 2025 04:06:30 GMT
29
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.108..@fluentui/web-components_v3.0.0-beta.109)
30
+
31
+ ### Changes
32
+
33
+ - fix: progress bar when value is missing in firefox and safari ([PR #34684](https://github.com/microsoft/fluentui/pull/34684) by machi@microsoft.com)
34
+
35
+ ## [3.0.0-beta.108](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.108)
36
+
37
+ Thu, 19 Jun 2025 04:06:30 GMT
38
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.107..@fluentui/web-components_v3.0.0-beta.108)
39
+
40
+ ### Changes
41
+
42
+ - refactor: use css attr func to calculate progress indicator width ([PR #34674](https://github.com/microsoft/fluentui/pull/34674) by machi@microsoft.com)
43
+
44
+ ## [3.0.0-beta.107](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.107)
45
+
46
+ Mon, 02 Jun 2025 04:07:10 GMT
47
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.106..@fluentui/web-components_v3.0.0-beta.107)
48
+
49
+ ### Changes
50
+
51
+ - fix: various field interaction bugs ([PR #34555](https://github.com/microsoft/fluentui/pull/34555) by 863023+radium-v@users.noreply.github.com)
52
+ - occasionally focusing off of combobox would open and focus listbox ([PR #34404](https://github.com/microsoft/fluentui/pull/34404) by jes@microsoft.com)
53
+
54
+ ## [3.0.0-beta.106](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.106)
55
+
56
+ Wed, 28 May 2025 04:06:58 GMT
57
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.105..@fluentui/web-components_v3.0.0-beta.106)
58
+
59
+ ### Changes
60
+
61
+ - Co-located types with ES modules. This should not affect users. ([PR #34487](https://github.com/microsoft/fluentui/pull/34487) by burtonsmith@microsoft.com)
62
+ - Accesible name and title for dialog ([PR #34519](https://github.com/microsoft/fluentui/pull/34519) by jes@microsoft.com)
63
+
64
+ ## [3.0.0-beta.105](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.105)
65
+
66
+ Mon, 26 May 2025 04:07:35 GMT
67
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.104..@fluentui/web-components_v3.0.0-beta.105)
68
+
69
+ ### Changes
70
+
71
+ - fix: dialog click event prevents default for arbitrary content clicks ([PR #34511](https://github.com/microsoft/fluentui/pull/34511) by 863023+radium-v@users.noreply.github.com)
72
+
73
+ ## [3.0.0-beta.104](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.104)
74
+
75
+ Fri, 23 May 2025 04:06:43 GMT
76
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.103..@fluentui/web-components_v3.0.0-beta.104)
77
+
78
+ ### Changes
79
+
80
+ - fix: updated rating-display icon color tokens to match the React version. ([PR #34513](https://github.com/microsoft/fluentui/pull/34513) by 601470+mlijanto@users.noreply.github.com)
81
+ - fix: better fallback positioning for sub menu ([PR #34499](https://github.com/microsoft/fluentui/pull/34499) by machi@microsoft.com)
82
+
83
+ ## [3.0.0-beta.103](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.103)
84
+
85
+ Thu, 22 May 2025 04:06:51 GMT
86
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.102..@fluentui/web-components_v3.0.0-beta.103)
87
+
88
+ ### Changes
89
+
90
+ - Fixed compound-button high contrast text colors. ([PR #34490](https://github.com/microsoft/fluentui/pull/34490) by 601470+mlijanto@users.noreply.github.com)
91
+ - Adds click event to close slot of drawer ([PR #34479](https://github.com/microsoft/fluentui/pull/34479) by jes@microsoft.com)
92
+
93
+ ## [3.0.0-beta.102](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.102)
94
+
95
+ Wed, 21 May 2025 04:07:25 GMT
96
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.101..@fluentui/web-components_v3.0.0-beta.102)
97
+
98
+ ### Changes
99
+
100
+ - manage focus only when menu is open ([PR #34486](https://github.com/microsoft/fluentui/pull/34486) by machi@microsoft.com)
101
+
102
+ ## [3.0.0-beta.101](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.101)
103
+
104
+ Tue, 20 May 2025 04:06:48 GMT
105
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.100..@fluentui/web-components_v3.0.0-beta.101)
106
+
107
+ ### Changes
108
+
109
+ - fixes accesibility issues with dialog close button ([PR #34469](https://github.com/microsoft/fluentui/pull/34469) by jes@microsoft.com)
110
+
111
+ ## [3.0.0-beta.100](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.100)
112
+
113
+ Mon, 19 May 2025 04:07:24 GMT
114
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.99..@fluentui/web-components_v3.0.0-beta.100)
115
+
116
+ ### Changes
117
+
118
+ - Include Custom Elements Manifest in package exports ([PR #34460](https://github.com/microsoft/fluentui/pull/34460) by burtonsmith@microsoft.com)
119
+
120
+ ## [3.0.0-beta.99](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.99)
121
+
122
+ Thu, 15 May 2025 04:06:34 GMT
123
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.98..@fluentui/web-components_v3.0.0-beta.99)
124
+
125
+ ### Changes
126
+
127
+ - Add tree exports to main index ([PR #34448](https://github.com/microsoft/fluentui/pull/34448) by jes@microsoft.com)
128
+
129
+ ## [3.0.0-beta.98](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.98)
130
+
131
+ Fri, 09 May 2025 04:07:03 GMT
132
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.97..@fluentui/web-components_v3.0.0-beta.98)
133
+
134
+ ### Changes
135
+
136
+ - fix the selected primary focus state ([PR #34400](https://github.com/microsoft/fluentui/pull/34400) by jes@microsoft.com)
137
+
138
+ ## [3.0.0-beta.97](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.97)
139
+
140
+ Wed, 07 May 2025 04:08:26 GMT
141
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.96..@fluentui/web-components_v3.0.0-beta.97)
142
+
143
+ ### Changes
144
+
145
+ - [fix]: Hitting escape once should close alert dialog ([PR #34382](https://github.com/microsoft/fluentui/pull/34382) by jes@microsoft.com)
146
+ - fix: text-input setValidity fails if control is not available ([PR #34372](https://github.com/microsoft/fluentui/pull/34372) by 863023+radium-v@users.noreply.github.com)
147
+ - [fix] drawer title should use h2 tag ([PR #34380](https://github.com/microsoft/fluentui/pull/34380) by jes@microsoft.com)
148
+
149
+ ## [3.0.0-beta.96](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.96)
150
+
151
+ Wed, 30 Apr 2025 04:06:34 GMT
152
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.95..@fluentui/web-components_v3.0.0-beta.96)
153
+
154
+ ### Changes
155
+
156
+ - feat: add endpoint for f2 design token exports ([PR #34344](https://github.com/microsoft/fluentui/pull/34344) by rupertdavid@microsoft.com)
157
+
158
+ ## [3.0.0-beta.95](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.95)
159
+
160
+ Thu, 24 Apr 2025 04:06:27 GMT
161
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.94..@fluentui/web-components_v3.0.0-beta.95)
162
+
163
+ ### Changes
164
+
165
+ - support callback for expand change ([PR #34234](https://github.com/microsoft/fluentui/pull/34234) by HangWhy@outlook.com)
166
+
167
+ ## [3.0.0-beta.94](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.94)
168
+
169
+ Tue, 22 Apr 2025 04:07:05 GMT
170
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.93..@fluentui/web-components_v3.0.0-beta.94)
171
+
172
+ ### Changes
173
+
174
+ - Added custom elements manifest to project and included it in published package ([PR #34283](https://github.com/microsoft/fluentui/pull/34283) by burtonsmith@microsoft.com)
175
+
176
+ ## [3.0.0-beta.93](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.93)
177
+
178
+ Fri, 18 Apr 2025 04:06:38 GMT
179
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.92..@fluentui/web-components_v3.0.0-beta.93)
180
+
181
+ ### Changes
182
+
183
+ - fix tabs animation starting position ([PR #34185](https://github.com/microsoft/fluentui/pull/34185) by 1981616118@qq.com)
184
+ - [fix] only set expanded is expanded is not set ([PR #34282](https://github.com/microsoft/fluentui/pull/34282) by jes@microsoft.com)
185
+
186
+ ## [3.0.0-beta.92](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.92)
187
+
188
+ Thu, 17 Apr 2025 04:07:28 GMT
189
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.91..@fluentui/web-components_v3.0.0-beta.92)
190
+
191
+ ### Changes
192
+
193
+ - tree item initial selection, tree item expands for sub selected item ([PR #34258](https://github.com/microsoft/fluentui/pull/34258) by jes@microsoft.com)
194
+
195
+ ## [3.0.0-beta.91](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.91)
196
+
197
+ Tue, 15 Apr 2025 04:06:21 GMT
198
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.90..@fluentui/web-components_v3.0.0-beta.91)
199
+
200
+ ### Changes
201
+
202
+ - fix: dropdown validation message and add missing validity functions ([PR #34219](https://github.com/microsoft/fluentui/pull/34219) by 863023+radium-v@users.noreply.github.com)
203
+
204
+ ## [3.0.0-beta.90](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.90)
205
+
206
+ Thu, 10 Apr 2025 04:07:19 GMT
207
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.89..@fluentui/web-components_v3.0.0-beta.90)
208
+
209
+ ### Changes
210
+
211
+ - feat: remove use of custom states for presentational styling ([PR #34168](https://github.com/microsoft/fluentui/pull/34168) by 13071055+chrisdholt@users.noreply.github.com)
212
+ - fix typo in avatar styles for beige color ([PR #34221](https://github.com/microsoft/fluentui/pull/34221) by 13071055+chrisdholt@users.noreply.github.com)
213
+
214
+ ## [3.0.0-beta.89](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.89)
215
+
216
+ Wed, 09 Apr 2025 04:06:41 GMT
217
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.88..@fluentui/web-components_v3.0.0-beta.89)
218
+
219
+ ### Changes
220
+
221
+ - deprecate tabs and tab-panel in favor of tablist ([PR #34206](https://github.com/microsoft/fluentui/pull/34206) by 13071055+chrisdholt@users.noreply.github.com)
222
+
223
+ ## [3.0.0-beta.88](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.88)
224
+
225
+ Fri, 21 Mar 2025 04:07:36 GMT
226
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.87..@fluentui/web-components_v3.0.0-beta.88)
227
+
228
+ ### Changes
229
+
230
+ - fix: emit change event on tablist only when active tab changed ([PR #34055](https://github.com/microsoft/fluentui/pull/34055) by machi@microsoft.com)
231
+
232
+ ## [3.0.0-beta.87](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.87)
233
+
234
+ Thu, 20 Mar 2025 04:07:02 GMT
235
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.86..@fluentui/web-components_v3.0.0-beta.87)
236
+
237
+ ### Changes
238
+
239
+ - [chore]: move core functionality to base dropdown ([PR #34033](https://github.com/microsoft/fluentui/pull/34033) by jes@microsoft.com)
240
+
241
+ ## [3.0.0-beta.86](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.86)
242
+
243
+ Fri, 14 Mar 2025 04:07:05 GMT
244
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.85..@fluentui/web-components_v3.0.0-beta.86)
245
+
246
+ ### Changes
247
+
248
+ - refactor out base classes for tree and tree item ([PR #33990](https://github.com/microsoft/fluentui/pull/33990) by jes@microsoft.com)
249
+ - move filtering for tree-items to template ([PR #33989](https://github.com/microsoft/fluentui/pull/33989) by jes@microsoft.com)
250
+
251
+ ## [3.0.0-beta.85](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.85)
252
+
253
+ Thu, 13 Mar 2025 04:07:37 GMT
254
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.84..@fluentui/web-components_v3.0.0-beta.85)
255
+
256
+ ### Changes
257
+
258
+ - fix: export AnchorButtonStyles in its index.ts ([PR #33957](https://github.com/microsoft/fluentui/pull/33957) by wes.ngrongsen@gmail.com)
259
+
260
+ ## [3.0.0-beta.84](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.84)
261
+
262
+ Mon, 10 Mar 2025 21:05:03 GMT
263
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.83..@fluentui/web-components_v3.0.0-beta.84)
264
+
265
+ ### Changes
266
+
267
+ - fix: move base classes to a separate file and provide export paths for improved tree shaking ([PR #33962](https://github.com/microsoft/fluentui/pull/33962) by 13071055+chrisdholt@users.noreply.github.com)
268
+
269
+ ## [3.0.0-beta.83](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.83)
270
+
271
+ Wed, 05 Mar 2025 04:07:03 GMT
272
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.82..@fluentui/web-components_v3.0.0-beta.83)
273
+
274
+ ### Changes
275
+
276
+ - feat: auto associate tabpanels with tabs ([PR #33939](https://github.com/microsoft/fluentui/pull/33939) by machi@microsoft.com)
277
+
278
+ ## [3.0.0-beta.82](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.82)
279
+
280
+ Fri, 28 Feb 2025 04:07:19 GMT
281
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.81..@fluentui/web-components_v3.0.0-beta.82)
282
+
283
+ ### Changes
284
+
285
+ - Fixed button start and end slots inline spacing. ([PR #33917](https://github.com/microsoft/fluentui/pull/33917) by 601470+mlijanto@users.noreply.github.com)
286
+ - fix: position thumb properly at pointer coordinates ([PR #33916](https://github.com/microsoft/fluentui/pull/33916) by machi@microsoft.com)
287
+ - fix: enable keyboard interactions after clicking on thumb ([PR #33922](https://github.com/microsoft/fluentui/pull/33922) by machi@microsoft.com)
288
+
289
+ ## [3.0.0-beta.81](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.81)
290
+
291
+ Tue, 25 Feb 2025 04:07:15 GMT
292
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.80..@fluentui/web-components_v3.0.0-beta.81)
293
+
294
+ ### Changes
295
+
296
+ - fix: dropdown should emit a change event when the value changes via user input ([PR #33885](https://github.com/microsoft/fluentui/pull/33885) by 863023+radium-v@users.noreply.github.com)
297
+
298
+ ## [3.0.0-beta.80](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.80)
299
+
300
+ Thu, 13 Feb 2025 04:06:52 GMT
301
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.79..@fluentui/web-components_v3.0.0-beta.80)
302
+
303
+ ### Changes
304
+
305
+ - makes direction change observable for slider ([PR #33834](https://github.com/microsoft/fluentui/pull/33834) by jes@microsoft.com)
306
+
307
+ ## [3.0.0-beta.79](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.79)
308
+
309
+ Fri, 07 Feb 2025 04:07:35 GMT
310
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.78..@fluentui/web-components_v3.0.0-beta.79)
311
+
312
+ ### Changes
313
+
314
+ - remove unnecessary filtering in menu-item ([PR #33795](https://github.com/microsoft/fluentui/pull/33795) by jes@microsoft.com)
315
+
316
+ ## [3.0.0-beta.78](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.78)
317
+
318
+ Tue, 04 Feb 2025 04:07:18 GMT
319
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.77..@fluentui/web-components_v3.0.0-beta.78)
320
+
321
+ ### Changes
322
+
323
+ - add Dropdown, Listbox, and Option components ([PR #32116](https://github.com/microsoft/fluentui/pull/32116) by 863023+radium-v@users.noreply.github.com)
324
+ - fix: dropdown opens then closes on space key ([PR #33767](https://github.com/microsoft/fluentui/pull/33767) by 863023+radium-v@users.noreply.github.com)
325
+
326
+ ## [3.0.0-beta.77](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.77)
327
+
328
+ Fri, 17 Jan 2025 04:07:40 GMT
329
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.76..@fluentui/web-components_v3.0.0-beta.77)
330
+
331
+ ### Changes
332
+
333
+ - fix: revert logical properties in spinner to support rtl" ([PR #33654](https://github.com/microsoft/fluentui/pull/33654) by rupertdavid@microsoft.com)
334
+ - fix: update disabled switch styles to GrayText for high-contrast mode ([PR #33637](https://github.com/microsoft/fluentui/pull/33637) by rupertdavid@microsoft.com)
335
+
336
+ ## [3.0.0-beta.76](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.76)
337
+
338
+ Thu, 09 Jan 2025 04:07:00 GMT
339
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.75..@fluentui/web-components_v3.0.0-beta.76)
340
+
341
+ ### Changes
342
+
343
+ - Allow field states to be set regardless of connection status ([PR #33023](https://github.com/microsoft/fluentui/pull/33023) by 863023+radium-v@users.noreply.github.com)
344
+ - fix: radio-group emit change with keyboard and disabled radio unchecks ([PR #33585](https://github.com/microsoft/fluentui/pull/33585) by jes@microsoft.com)
345
+
346
+ ## [3.0.0-beta.75](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.75)
347
+
348
+ Mon, 23 Dec 2024 04:07:55 GMT
349
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.74..@fluentui/web-components_v3.0.0-beta.75)
350
+
351
+ ### Changes
352
+
353
+ - fix tooltip positioning styles for 'below-end' option ([PR #33494](https://github.com/microsoft/fluentui/pull/33494) by 863023+radium-v@users.noreply.github.com)
354
+
355
+ ## [3.0.0-beta.74](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.74)
356
+
357
+ Fri, 06 Dec 2024 04:07:47 GMT
358
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.73..@fluentui/web-components_v3.0.0-beta.74)
359
+
360
+ ### Changes
361
+
362
+ - add current-value attribute to text-input ([PR #33144](https://github.com/microsoft/fluentui/pull/33144) by 863023+radium-v@users.noreply.github.com)
363
+
364
+ ## [3.0.0-beta.73](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.73)
365
+
366
+ Thu, 07 Nov 2024 04:07:40 GMT
367
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.72..@fluentui/web-components_v3.0.0-beta.73)
368
+
369
+ ### Changes
370
+
371
+ - feat: add Tooltip component ([PR #32852](https://github.com/microsoft/fluentui/pull/32852) by rupertdavid@microsoft.com)
372
+
373
+ ## [3.0.0-beta.72](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.72)
374
+
375
+ Wed, 30 Oct 2024 04:06:53 GMT
376
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.71..@fluentui/web-components_v3.0.0-beta.72)
377
+
378
+ ### Changes
379
+
380
+ - add swapStates function for attribute-driven internal states ([PR #33156](https://github.com/microsoft/fluentui/pull/33156) by 863023+radium-v@users.noreply.github.com)
381
+
382
+ ## [3.0.0-beta.71](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.71)
383
+
384
+ Tue, 29 Oct 2024 04:06:49 GMT
385
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.70..@fluentui/web-components_v3.0.0-beta.71)
386
+
387
+ ### Changes
388
+
389
+ - replace state partials with stateSelector function ([PR #33037](https://github.com/microsoft/fluentui/pull/33037) by 863023+radium-v@users.noreply.github.com)
390
+
391
+ ## [3.0.0-beta.70](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.70)
392
+
393
+ Fri, 25 Oct 2024 20:54:39 GMT
394
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.69..@fluentui/web-components_v3.0.0-beta.70)
395
+
396
+ ### Changes
397
+
398
+ - fix: move proper menu positioning for split button into component css ([PR #33140](https://github.com/microsoft/fluentui/pull/33140) by machi@microsoft.com)
399
+ - fix: change to new css anchor positioning properties ([PR #33139](https://github.com/microsoft/fluentui/pull/33139) by machi@microsoft.com)
400
+
401
+ ## [3.0.0-beta.69](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.69)
402
+
403
+ Tue, 15 Oct 2024 04:07:48 GMT
404
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.68..@fluentui/web-components_v3.0.0-beta.69)
405
+
406
+ ### Changes
407
+
408
+ - Fix: menu-item emit current state when checked change event fires ([PR #33029](https://github.com/microsoft/fluentui/pull/33029) by jes@microsoft.com)
409
+ - fix prefers-reduced-motion media query in button ([PR #33034](https://github.com/microsoft/fluentui/pull/33034) by 863023+radium-v@users.noreply.github.com)
410
+
411
+ ## [3.0.0-beta.68](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.68)
412
+
413
+ Mon, 07 Oct 2024 04:08:32 GMT
414
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.67..@fluentui/web-components_v3.0.0-beta.68)
415
+
416
+ ### Changes
417
+
418
+ - feat: adds split-button ([PR #32948](https://github.com/microsoft/fluentui/pull/32948) by jes@microsoft.com)
419
+
420
+ ## [3.0.0-beta.67](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.67)
421
+
422
+ Fri, 04 Oct 2024 04:09:02 GMT
423
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.66..@fluentui/web-components_v3.0.0-beta.67)
424
+
425
+ ### Changes
426
+
427
+ - fix: removes display inheritance so all html elements can render ([PR #32874](https://github.com/microsoft/fluentui/pull/32874) by jes@microsoft.com)
428
+
429
+ ## [3.0.0-beta.66](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.66)
430
+
431
+ Fri, 27 Sep 2024 04:07:03 GMT
432
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.65..@fluentui/web-components_v3.0.0-beta.66)
433
+
434
+ ### Changes
435
+
436
+ - feat: add support for custom icons and colors to rating-display ([PR #32907](https://github.com/microsoft/fluentui/pull/32907) by mlijanto@microsoft.com)
437
+
438
+ ## [3.0.0-beta.65](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.65)
439
+
440
+ Wed, 11 Sep 2024 04:08:18 GMT
441
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.64..@fluentui/web-components_v3.0.0-beta.65)
442
+
443
+ ### Changes
444
+
445
+ - docs: reflect setTheme change ([PR #32490](https://github.com/microsoft/fluentui/pull/32490) by machi@microsoft.com)
446
+
447
+ ## [3.0.0-beta.64](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.64)
448
+
449
+ Thu, 05 Sep 2024 04:07:18 GMT
450
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.63..@fluentui/web-components_v3.0.0-beta.64)
451
+
452
+ ### Changes
453
+
454
+ - chore: add missing export for textarea ([PR #32450](https://github.com/microsoft/fluentui/pull/32450) by rupertdavid@microsoft.com)
455
+
456
+ ## [3.0.0-beta.63](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.63)
457
+
458
+ Wed, 04 Sep 2024 04:08:17 GMT
459
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.62..@fluentui/web-components_v3.0.0-beta.63)
460
+
461
+ ### Changes
462
+
463
+ - normalize export paths ([PR #32451](https://github.com/microsoft/fluentui/pull/32451) by 863023+radium-v@users.noreply.github.com)
464
+ - restore define modules as default exports ([PR #32452](https://github.com/microsoft/fluentui/pull/32452) by 863023+radium-v@users.noreply.github.com)
465
+
466
+ ## [3.0.0-beta.62](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.62)
467
+
468
+ Fri, 30 Aug 2024 04:07:03 GMT
469
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.61..@fluentui/web-components_v3.0.0-beta.62)
470
+
471
+ ### Changes
472
+
473
+ - fix: add primary button state and improved button disabled state in forced-colors mode ([PR #32419](https://github.com/microsoft/fluentui/pull/32419) by rupertdavid@microsoft.com)
474
+
475
+ ## [3.0.0-beta.61](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.61)
476
+
477
+ Thu, 29 Aug 2024 04:07:09 GMT
478
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.60..@fluentui/web-components_v3.0.0-beta.61)
479
+
480
+ ### Changes
481
+
482
+ - chore: add missing exports for LinkStyles and MessageBar and remove default option from DividerApperance and ImageFit ([PR #32405](https://github.com/microsoft/fluentui/pull/32405) by rupertdavid@microsoft.com)
483
+
484
+ ## [3.0.0-beta.60](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.60)
485
+
486
+ Wed, 28 Aug 2024 04:06:49 GMT
487
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.59..@fluentui/web-components_v3.0.0-beta.60)
488
+
489
+ ### Changes
490
+
491
+ - feat: adjust slider sliding range ([PR #32350](https://github.com/microsoft/fluentui/pull/32350) by machi@microsoft.com)
492
+
493
+ ## [3.0.0-beta.59](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.59)
494
+
495
+ Wed, 21 Aug 2024 04:07:11 GMT
496
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.58..@fluentui/web-components_v3.0.0-beta.59)
497
+
498
+ ### Changes
499
+
500
+ - feat: update fast-element to latest stable version ([PR #32344](https://github.com/microsoft/fluentui/pull/32344) by 13071055+chrisdholt@users.noreply.github.com)
501
+
502
+ ## [3.0.0-beta.58](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.58)
503
+
504
+ Tue, 20 Aug 2024 04:06:57 GMT
505
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.57..@fluentui/web-components_v3.0.0-beta.58)
506
+
507
+ ### Changes
508
+
509
+ - feat: enabling setting theme on an individual element and unsetting themes ([PR #31973](https://github.com/microsoft/fluentui/pull/31973) by machi@microsoft.com)
510
+
511
+ ## [3.0.0-beta.57](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.57)
512
+
513
+ Fri, 16 Aug 2024 04:08:15 GMT
514
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.56..@fluentui/web-components_v3.0.0-beta.57)
515
+
516
+ ### Changes
517
+
518
+ - export BaseCheckbox class ([PR #32302](https://github.com/microsoft/fluentui/pull/32302) by rupertdavid@microsoft.com)
519
+
520
+ ## [3.0.0-beta.56](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.56)
521
+
522
+ Wed, 14 Aug 2024 04:07:35 GMT
523
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.55..@fluentui/web-components_v3.0.0-beta.56)
524
+
525
+ ### Changes
526
+
527
+ - feat(web-components): add fluent-textarea component ([PR #32037](https://github.com/microsoft/fluentui/pull/32037) by machi@microsoft.com)
528
+ - export BaseAnchor class ([PR #32295](https://github.com/microsoft/fluentui/pull/32295) by rupertdavid@microsoft.com)
529
+
530
+ ## [3.0.0-beta.55](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.55)
531
+
532
+ Thu, 08 Aug 2024 04:07:16 GMT
533
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.54..@fluentui/web-components_v3.0.0-beta.55)
534
+
535
+ ### Changes
536
+
537
+ - [chore]: [rating-display] move size, color and generate icons out of base class ([PR #32239](https://github.com/microsoft/fluentui/pull/32239) by jes@microsoft.com)
538
+
539
+ ## [3.0.0-beta.54](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.54)
540
+
541
+ Tue, 06 Aug 2024 04:07:08 GMT
542
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.53..@fluentui/web-components_v3.0.0-beta.54)
543
+
544
+ ### Changes
545
+
546
+ - Add Tablist component ([PR #32098](https://github.com/microsoft/fluentui/pull/32098) by rupertdavid@microsoft.com)
547
+
548
+ ## [3.0.0-beta.53](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.53)
549
+
550
+ Mon, 05 Aug 2024 04:08:39 GMT
551
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.52..@fluentui/web-components_v3.0.0-beta.53)
552
+
553
+ ### Changes
554
+
555
+ - fix(web-components): detach design tokens from existing themes ([PR #32130](https://github.com/microsoft/fluentui/pull/32130) by machi@microsoft.com)
556
+
557
+ ## [3.0.0-beta.52](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.52)
558
+
559
+ Fri, 02 Aug 2024 04:07:54 GMT
560
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.51..@fluentui/web-components_v3.0.0-beta.52)
561
+
562
+ ### Changes
563
+
564
+ - Export patterns. ([PR #32182](https://github.com/microsoft/fluentui/pull/32182) by mlijanto@microsoft.com)
565
+ - feat: abstracts layout api from field class ([PR #32203](https://github.com/microsoft/fluentui/pull/32203) by jes@microsoft.com)
566
+
567
+ ## [3.0.0-beta.51](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.51)
568
+
569
+ Mon, 29 Jul 2024 04:07:23 GMT
570
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.50..@fluentui/web-components_v3.0.0-beta.51)
571
+
572
+ ### Changes
573
+
574
+ - chore: move size and generate initials out of base class ([PR #32123](https://github.com/microsoft/fluentui/pull/32123) by jes@microsoft.com)
575
+ - fix: reference accordion item base class in accordion ([PR #32117](https://github.com/microsoft/fluentui/pull/32117) by jes@microsoft.com)
576
+
577
+ ## [3.0.0-beta.50](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.50)
578
+
579
+ Fri, 26 Jul 2024 04:08:24 GMT
580
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.49..@fluentui/web-components_v3.0.0-beta.50)
581
+
582
+ ### Changes
583
+
584
+ - [chore]: create base class for accordion item and remove style and layout specific api ([PR #32102](https://github.com/microsoft/fluentui/pull/32102) by jes@microsoft.com)
585
+
586
+ ## [3.0.0-beta.49](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.49)
587
+
588
+ Thu, 25 Jul 2024 04:08:33 GMT
589
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.48..@fluentui/web-components_v3.0.0-beta.49)
590
+
591
+ ### Changes
592
+
593
+ - chore: create avatar base class to abstract style specfic api ([PR #32083](https://github.com/microsoft/fluentui/pull/32083) by jes@microsoft.com)
594
+ - chore: create base class for textinput and remove style and layout specific api ([PR #32080](https://github.com/microsoft/fluentui/pull/32080) by jes@microsoft.com)
595
+
596
+ ## [3.0.0-beta.48](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.48)
597
+
598
+ Wed, 24 Jul 2024 04:07:07 GMT
599
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.47..@fluentui/web-components_v3.0.0-beta.48)
600
+
601
+ ### Changes
602
+
603
+ - chore: create base class for progress bar and remove style and layout specfic api ([PR #32066](https://github.com/microsoft/fluentui/pull/32066) by jes@microsoft.com)
604
+ - feat(web-components): relax setTheme() argument type to allow custom tokens ([PR #32087](https://github.com/microsoft/fluentui/pull/32087) by machi@microsoft.com)
605
+ - chore: create base class for spinner and remove style and layout specfic api ([PR #32067](https://github.com/microsoft/fluentui/pull/32067) by jes@microsoft.com)
606
+
607
+ ## [3.0.0-beta.47](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.47)
608
+
609
+ Tue, 23 Jul 2024 04:07:05 GMT
610
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.46..@fluentui/web-components_v3.0.0-beta.47)
611
+
612
+ ### Changes
613
+
614
+ - fix: move spinner animation off of main thread ([PR #32056](https://github.com/microsoft/fluentui/pull/32056) by rupertdavid@microsoft.com)
615
+ - chore: create divider base class to abstract style specfic api ([PR #32065](https://github.com/microsoft/fluentui/pull/32065) by jes@microsoft.com)
616
+
617
+ ## [3.0.0-beta.46](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.46)
618
+
619
+ Fri, 19 Jul 2024 04:08:32 GMT
620
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.45..@fluentui/web-components_v3.0.0-beta.46)
621
+
622
+ ### Changes
623
+
624
+ - chore: [button] move style related api out of base class ([PR #32049](https://github.com/microsoft/fluentui/pull/32049) by jes@microsoft.com)
625
+
626
+ ## [3.0.0-beta.45](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.45)
627
+
628
+ Thu, 18 Jul 2024 04:06:50 GMT
629
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.44..@fluentui/web-components_v3.0.0-beta.45)
630
+
631
+ ### Changes
632
+
633
+ - fix: removed padding from field host element ([PR #32002](https://github.com/microsoft/fluentui/pull/32002) by jes@microsoft.com)
634
+
635
+ ## [3.0.0-beta.44](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.44)
636
+
637
+ Wed, 17 Jul 2024 04:07:52 GMT
638
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.43..@fluentui/web-components_v3.0.0-beta.44)
639
+
640
+ ### Changes
641
+
642
+ - chore: cleanup drawer storybook ([PR #31991](https://github.com/microsoft/fluentui/pull/31991) by rupertdavid@microsoft.com)
643
+
644
+ ## [3.0.0-beta.43](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.43)
645
+
646
+ Tue, 16 Jul 2024 04:08:02 GMT
647
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.42..@fluentui/web-components_v3.0.0-beta.43)
648
+
649
+ ### Changes
650
+
651
+ - fix: scope menu fallback positioning to non-anchor browsers only ([PR #32000](https://github.com/microsoft/fluentui/pull/32000) by rupertdavid@microsoft.com)
652
+ - fix: expose tabindex as an overriden attribute with a default value of 0' ([PR #32007](https://github.com/microsoft/fluentui/pull/32007) by 13071055+chrisdholt@users.noreply.github.com)
653
+ - fix: support tabindex values from implementors on buttons ([PR #32003](https://github.com/microsoft/fluentui/pull/32003) by 13071055+chrisdholt@users.noreply.github.com)
654
+
655
+ ## [3.0.0-beta.42](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.42)
656
+
657
+ Thu, 11 Jul 2024 04:07:36 GMT
658
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.41..@fluentui/web-components_v3.0.0-beta.42)
659
+
660
+ ### Changes
661
+
662
+ - feat: update slider to use ElementInternals for form association ([PR #31933](https://github.com/microsoft/fluentui/pull/31933) by machi@microsoft.com)
663
+
664
+ ## [3.0.0-beta.41](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.41)
665
+
666
+ Tue, 09 Jul 2024 04:07:26 GMT
667
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.40..@fluentui/web-components_v3.0.0-beta.41)
668
+
669
+ ### Changes
670
+
671
+ - convert menu list and menu item to use element internals ([PR #31932](https://github.com/microsoft/fluentui/pull/31932) by 13071055+chrisdholt@users.noreply.github.com)
672
+ - fix: export drawer and drawer body from root package and package exports ([PR #31931](https://github.com/microsoft/fluentui/pull/31931) by 13071055+chrisdholt@users.noreply.github.com)
673
+
674
+ ## [3.0.0-beta.40](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.40)
675
+
676
+ Thu, 04 Jul 2024 04:08:13 GMT
677
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.39..@fluentui/web-components_v3.0.0-beta.40)
678
+
679
+ ### Changes
680
+
681
+ - feat: update radio and radio-group to use ElementInternals for form association ([PR #31783](https://github.com/microsoft/fluentui/pull/31783) by 863023+radium-v@users.noreply.github.com)
682
+ - fix for setTheme in Firefox ([PR #31911](https://github.com/microsoft/fluentui/pull/31911) by rupertdavid@microsoft.com)
683
+ - refactor(web-components): cleanup accordion and convert to element internals for states ([PR #31866](https://github.com/microsoft/fluentui/pull/31866) by rupertdavid@microsoft.com)
684
+
685
+ ## [3.0.0-beta.39](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.39)
686
+
687
+ Wed, 03 Jul 2024 04:08:00 GMT
688
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.38..@fluentui/web-components_v3.0.0-beta.39)
689
+
690
+ ### Changes
691
+
692
+ - fix(web-components): fix popover positioning in firefox, add docs ([PR #31895](https://github.com/microsoft/fluentui/pull/31895) by rupertdavid@microsoft.com)
693
+ - expose field in webcomponents to package exports ([PR #31904](https://github.com/microsoft/fluentui/pull/31904) by mmansour@microsoft.com)
694
+ - fix text-input focus handling when focusable slotted start and end elements are present ([PR #31903](https://github.com/microsoft/fluentui/pull/31903) by 863023+radium-v@users.noreply.github.com)
695
+ - fix(web-components): fix menu enterkey interaction ([PR #31894](https://github.com/microsoft/fluentui/pull/31894) by rupertdavid@microsoft.com)
696
+
697
+ ## [3.0.0-beta.38](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.38)
698
+
699
+ Mon, 01 Jul 2024 04:08:12 GMT
700
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.37..@fluentui/web-components_v3.0.0-beta.38)
701
+
702
+ ### Changes
703
+
704
+ - Make utils a package export since it replaces fluentui/foundation ([PR #31865](https://github.com/microsoft/fluentui/pull/31865) by mmansour@microsoft.com)
705
+
706
+ ## [3.0.0-beta.37](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.37)
707
+
708
+ Fri, 28 Jun 2024 04:07:17 GMT
709
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.36..@fluentui/web-components_v3.0.0-beta.37)
710
+
711
+ ### Changes
712
+
713
+ - refactor setTheme() to use adoptedStyleSheets ([PR #31713](https://github.com/microsoft/fluentui/pull/31713) by machi@microsoft.com)
714
+ - Add rating-display component ([PR #31625](https://github.com/microsoft/fluentui/pull/31625) by email not defined)
715
+ - Adds MessageBar component to Fluent Web Components ([PR #31708](https://github.com/microsoft/fluentui/pull/31708) by ryan@ryanmerrill.net)
716
+ - chore: use tokens directly in css for badge partial ([PR #31847](https://github.com/microsoft/fluentui/pull/31847) by mmansour@microsoft.com)
717
+ - fix: ensure menu keydown logic allows shift+tab to navigate as expected ([PR #31849](https://github.com/microsoft/fluentui/pull/31849) by 13071055+chrisdholt@users.noreply.github.com)
718
+
719
+ ## [3.0.0-beta.36](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.36)
720
+
721
+ Wed, 26 Jun 2024 04:07:58 GMT
722
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.35..@fluentui/web-components_v3.0.0-beta.36)
723
+
724
+ ### Changes
725
+
726
+ - feat(drawer): add drawer web component ([PR #31521](https://github.com/microsoft/fluentui/pull/31521) by email not defined)
727
+
728
+ ## [3.0.0-beta.35](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.35)
729
+
730
+ Tue, 25 Jun 2024 04:06:35 GMT
731
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.34..@fluentui/web-components_v3.0.0-beta.35)
732
+
733
+ ### Changes
734
+
735
+ - updates the Text component to use Element Internals custom states for presentational attributes ([PR #31770](https://github.com/microsoft/fluentui/pull/31770) by 13071055+chrisdholt@users.noreply.github.com)
736
+
737
+ ## [3.0.0-beta.34](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.34)
738
+
739
+ Mon, 24 Jun 2024 04:06:02 GMT
740
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.33..@fluentui/web-components_v3.0.0-beta.34)
741
+
742
+ ### Changes
743
+
744
+ - Refactor Menu, MenuList, and MenuItem components ([PR #31674](https://github.com/microsoft/fluentui/pull/31674) by rupertdavid@microsoft.com)
745
+
746
+ ## [3.0.0-beta.33](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.33)
747
+
748
+ Fri, 21 Jun 2024 04:06:58 GMT
749
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.32..@fluentui/web-components_v3.0.0-beta.33)
750
+
751
+ ### Changes
752
+
753
+ - feat: make fast-element a peer dependencies of the web-components package ([PR #31772](https://github.com/microsoft/fluentui/pull/31772) by 13071055+chrisdholt@users.noreply.github.com)
754
+
755
+ ## [3.0.0-beta.32](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.32)
756
+
757
+ Wed, 19 Jun 2024 04:07:31 GMT
758
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.31..@fluentui/web-components_v3.0.0-beta.32)
759
+
760
+ ### Changes
761
+
762
+ - feat: update progress bar to use element internals custom states for visual states ([PR #31739](https://github.com/microsoft/fluentui/pull/31739) by 13071055+chrisdholt@users.noreply.github.com)
763
+ - feat: update divider to use custom states ([PR #31735](https://github.com/microsoft/fluentui/pull/31735) by 13071055+chrisdholt@users.noreply.github.com)
764
+ - feat: update link to use Element Internals custom states for presentational attributes ([PR #31752](https://github.com/microsoft/fluentui/pull/31752) by 13071055+chrisdholt@users.noreply.github.com)
765
+ - feat: update checkbox to use Element Internals custom states for presentational attributes ([PR #31756](https://github.com/microsoft/fluentui/pull/31756) by 13071055+chrisdholt@users.noreply.github.com)
766
+ - feat: update text input to use Element Internals custom states for presentational attributes ([PR #31753](https://github.com/microsoft/fluentui/pull/31753) by 13071055+chrisdholt@users.noreply.github.com)
767
+ - update image to use element internals custom states for visual states ([PR #31737](https://github.com/microsoft/fluentui/pull/31737) by 13071055+chrisdholt@users.noreply.github.com)
768
+ - feat: update spinner to use Element Internals for presentational styling ([PR #31741](https://github.com/microsoft/fluentui/pull/31741) by 13071055+chrisdholt@users.noreply.github.com)
769
+ - update label to use element internals custom states for styling ([PR #31738](https://github.com/microsoft/fluentui/pull/31738) by 13071055+chrisdholt@users.noreply.github.com)
770
+
771
+ ## [3.0.0-beta.31](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.31)
772
+
773
+ Tue, 18 Jun 2024 04:05:31 GMT
774
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.30..@fluentui/web-components_v3.0.0-beta.31)
775
+
776
+ ### Changes
777
+
778
+ - feat: update button and anchor button to leverage custom states for variants ([PR #31718](https://github.com/microsoft/fluentui/pull/31718) by 13071055+chrisdholt@users.noreply.github.com)
779
+ - update badge to use element internals custom states ([PR #31733](https://github.com/microsoft/fluentui/pull/31733) by 13071055+chrisdholt@users.noreply.github.com)
780
+
781
+ ## [3.0.0-beta.30](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.30)
782
+
783
+ Fri, 14 Jun 2024 04:06:06 GMT
784
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.29..@fluentui/web-components_v3.0.0-beta.30)
785
+
786
+ ### Changes
787
+
788
+ - update avatar to use ElementInternals for role and states for color ([PR #31693](https://github.com/microsoft/fluentui/pull/31693) by 13071055+chrisdholt@users.noreply.github.com)
789
+
790
+ ## [3.0.0-beta.29](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.29)
791
+
792
+ Thu, 13 Jun 2024 04:06:41 GMT
793
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.28..@fluentui/web-components_v3.0.0-beta.29)
794
+
795
+ ### Changes
796
+
797
+ - refactor setTheme() to reduce code duplication ([PR #31679](https://github.com/microsoft/fluentui/pull/31679) by machi@microsoft.com)
798
+ - add link as a new web component ([PR #31676](https://github.com/microsoft/fluentui/pull/31676) by 13071055+chrisdholt@users.noreply.github.com)
799
+
800
+ ## [3.0.0-beta.28](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.28)
801
+
802
+ Wed, 12 Jun 2024 04:06:09 GMT
803
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.27..@fluentui/web-components_v3.0.0-beta.28)
804
+
805
+ ### Changes
806
+
807
+ - refactor anchor-button to use ElementInternals, remove disabled and disabledFocusable ([PR #31653](https://github.com/microsoft/fluentui/pull/31653) by 13071055+chrisdholt@users.noreply.github.com)
808
+ - refactor progress bar to use ElementInternals ([PR #31652](https://github.com/microsoft/fluentui/pull/31652) by 13071055+chrisdholt@users.noreply.github.com)
809
+
810
+ ## [3.0.0-beta.27](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.27)
811
+
812
+ Tue, 11 Jun 2024 04:06:29 GMT
813
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.26..@fluentui/web-components_v3.0.0-beta.27)
814
+
815
+ ### Changes
816
+
817
+ - feat: update divider to leverage ElementInternals ([PR #31627](https://github.com/microsoft/fluentui/pull/31627) by 13071055+chrisdholt@users.noreply.github.com)
818
+ - fix: show default title action in dialog-body for modal dialogs ([PR #31648](https://github.com/microsoft/fluentui/pull/31648) by 13071055+chrisdholt@users.noreply.github.com)
819
+
820
+ ## [3.0.0-beta.26](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.26)
821
+
822
+ Mon, 10 Jun 2024 04:07:58 GMT
823
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.25..@fluentui/web-components_v3.0.0-beta.26)
824
+
825
+ ### Changes
826
+
827
+ - feat: refactor Switch to use ElementInternals by extending BaseCheckbox ([PR #31613](https://github.com/microsoft/fluentui/pull/31613) by 13071055+chrisdholt@users.noreply.github.com)
828
+ - fixes the border-color for switch when in the checked state on rest ([PR #31628](https://github.com/microsoft/fluentui/pull/31628) by 13071055+chrisdholt@users.noreply.github.com)
829
+ - add try-catch block to ensure that registered properties can be updated dynamically ([PR #31629](https://github.com/microsoft/fluentui/pull/31629) by 13071055+chrisdholt@users.noreply.github.com)
830
+
831
+ ## [3.0.0-beta.25](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.25)
832
+
833
+ Fri, 07 Jun 2024 04:06:31 GMT
834
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.24..@fluentui/web-components_v3.0.0-beta.25)
835
+
836
+ ### Changes
837
+
838
+ - Use ElementInternals for Checkbox component ([PR #31468](https://github.com/microsoft/fluentui/pull/31468) by 863023+radium-v@users.noreply.github.com)
839
+ - Move dialog border styles to forcedColors mode ([PR #31609](https://github.com/microsoft/fluentui/pull/31609) by rupertdavid@microsoft.com)
840
+
841
+ ## [3.0.0-beta.24](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.24)
842
+
843
+ Thu, 06 Jun 2024 04:06:19 GMT
844
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.23..@fluentui/web-components_v3.0.0-beta.24)
845
+
846
+ ### Changes
847
+
848
+ - add @floating-ui/dom as a dependency ([PR #31590](https://github.com/microsoft/fluentui/pull/31590) by zacky.ma@microsoft.com)
849
+ - fix disabled button styles ([PR #31585](https://github.com/microsoft/fluentui/pull/31585) by rupertdavid@microsoft.com)
850
+
851
+ ## [3.0.0-beta.23](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.23)
852
+
853
+ Wed, 05 Jun 2024 04:06:41 GMT
854
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.22..@fluentui/web-components_v3.0.0-beta.23)
855
+
856
+ ### Changes
857
+
858
+ - chore: migrate to package.json#files for npm publish scope" ([PR #31519](https://github.com/microsoft/fluentui/pull/31519) by martinhochel@microsoft.com)
859
+ - Refactor fluent-dialog and add fluent-dialog-body ([PR #31512](https://github.com/microsoft/fluentui/pull/31512) by rupertdavid@microsoft.com)
860
+ - fix(web-components): remove tabindex from slider thumb causing duplicate focus regions ([PR #31402](https://github.com/microsoft/fluentui/pull/31402) by 13071055+chrisdholt@users.noreply.github.com)
861
+
862
+ ## [3.0.0-beta.22](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.22)
863
+
864
+ Mon, 03 Jun 2024 04:06:55 GMT
865
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.21..@fluentui/web-components_v3.0.0-beta.22)
866
+
867
+ ### Changes
868
+
869
+ - chore: Export component definitions from rollup bundle ([PR #31403](https://github.com/microsoft/fluentui/pull/31403) by 863023+radium-v@users.noreply.github.com)
870
+
871
+ ## [3.0.0-beta.21](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.21)
872
+
873
+ Fri, 24 May 2024 04:06:21 GMT
874
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.20..@fluentui/web-components_v3.0.0-beta.21)
875
+
876
+ ### Changes
877
+
878
+ - Use ElementInternals for the TextInput component ([PR #31201](https://github.com/microsoft/fluentui/pull/31201) by 863023+radium-v@users.noreply.github.com)
879
+
880
+ ## [3.0.0-beta.20](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.20)
881
+
882
+ Wed, 22 May 2024 04:06:55 GMT
883
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.19..@fluentui/web-components_v3.0.0-beta.20)
884
+
885
+ ### Changes
886
+
887
+ - chore(web-components): update README.md and add initial developer quick start pages ([PR #31416](https://github.com/microsoft/fluentui/pull/31416) by 13071055+chrisdholt@users.noreply.github.com)
888
+
889
+ ## [3.0.0-beta.19](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.19)
890
+
891
+ Tue, 21 May 2024 04:06:11 GMT
892
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.18..@fluentui/web-components_v3.0.0-beta.19)
893
+
894
+ ### Changes
895
+
896
+ - Use click() instead of press() in button keydownHandler ([PR #31428](https://github.com/microsoft/fluentui/pull/31428) by 863023+radium-v@users.noreply.github.com)
897
+
898
+ ## [3.0.0-beta.18](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.18)
899
+
900
+ Mon, 20 May 2024 04:07:06 GMT
901
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.17..@fluentui/web-components_v3.0.0-beta.18)
902
+
903
+ ### Changes
904
+
905
+ - adds high contrast styles to badge web component ([PR #31234](https://github.com/microsoft/fluentui/pull/31234) by ryanmerrill@microsoft.com)
906
+
907
+ ## [3.0.0-beta.17](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.17)
908
+
909
+ Fri, 17 May 2024 04:06:08 GMT
910
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.16..@fluentui/web-components_v3.0.0-beta.17)
911
+
912
+ ### Changes
913
+
914
+ - fix(web-components): remove determinate from spinner implementation ([PR #31404](https://github.com/microsoft/fluentui/pull/31404) by 13071055+chrisdholt@users.noreply.github.com)
915
+ - Fix compound disabled selector in fluent-button and fluent-anchor-button ([PR #31302](https://github.com/microsoft/fluentui/pull/31302) by rupertdavid@microsoft.com)
916
+
917
+ ## [3.0.0-beta.16](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.16)
918
+
919
+ Thu, 16 May 2024 04:07:03 GMT
920
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.15..@fluentui/web-components_v3.0.0-beta.16)
921
+
922
+ ### Changes
923
+
924
+ - Synchronize design token exports ([PR #31382](https://github.com/microsoft/fluentui/pull/31382) by 863023+radium-v@users.noreply.github.com)
925
+
926
+ ## [3.0.0-beta.15](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.15)
927
+
928
+ Wed, 01 May 2024 04:09:09 GMT
929
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.14..@fluentui/web-components_v3.0.0-beta.15)
930
+
931
+ ### Changes
932
+
933
+ - fix(web-components): remove all barrell exports with exception of design tokens ([PR #31069](https://github.com/microsoft/fluentui/pull/31069) by =)
934
+
935
+ ## [3.0.0-beta.14](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.14)
936
+
937
+ Fri, 26 Apr 2024 04:07:24 GMT
938
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.13..@fluentui/web-components_v3.0.0-beta.14)
939
+
940
+ ### Changes
941
+
942
+ - create CSS partials for named typography styles ([PR #31164](https://github.com/microsoft/fluentui/pull/31164) by 13071055+chrisdholt@users.noreply.github.com)
943
+
944
+ ## [3.0.0-beta.13](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.13)
945
+
946
+ Thu, 25 Apr 2024 04:09:24 GMT
947
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.12..@fluentui/web-components_v3.0.0-beta.13)
948
+
949
+ ### Changes
950
+
951
+ - ensure buttons with long text maintain center alignment ([PR #31179](https://github.com/microsoft/fluentui/pull/31179) by =)
952
+
953
+ ## [3.0.0-beta.12](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.12)
954
+
955
+ Tue, 23 Apr 2024 04:09:06 GMT
956
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.11..@fluentui/web-components_v3.0.0-beta.12)
957
+
958
+ ### Changes
959
+
960
+ - Use ElementInternals for Button components ([PR #30999](https://github.com/microsoft/fluentui/pull/30999) by 863023+radium-v@users.noreply.github.com)
961
+
7
962
  ## [3.0.0-beta.11](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.11)
8
963
 
9
- Mon, 15 Apr 2024 04:09:25 GMT
964
+ Mon, 15 Apr 2024 04:09:34 GMT
10
965
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.10..@fluentui/web-components_v3.0.0-beta.11)
11
966
 
12
967
  ### Changes
@@ -377,7 +1332,7 @@ Wed, 15 Feb 2023 04:24:51 GMT
377
1332
 
378
1333
  ## [3.0.0-alpha.2](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-alpha.2)
379
1334
 
380
- Wed, 25 Jan 2023 17:42:30 GMT
1335
+ Wed, 25 Jan 2023 17:42:30 GMT
381
1336
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-alpha.1..@fluentui/web-components_v3.0.0-alpha.2)
382
1337
 
383
1338
  ### Changes
@@ -386,7 +1341,7 @@ Wed, 25 Jan 2023 17:42:30 GMT
386
1341
 
387
1342
  ## [3.0.0-alpha.1](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-alpha.1)
388
1343
 
389
- Wed, 25 Jan 2023 14:49:08 GMT
1344
+ Wed, 25 Jan 2023 14:49:08 GMT
390
1345
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v2.5.8..@fluentui/web-components_v3.0.0-alpha.1)
391
1346
 
392
1347
  ### Changes
@@ -396,9 +1351,72 @@ Wed, 25 Jan 2023 14:49:08 GMT
396
1351
  - add badge and counter badge as new components ([PR #26357](https://github.com/microsoft/fluentui/pull/26357) by chhol@microsoft.com)
397
1352
  - add text as a new component ([PR #26090](https://github.com/microsoft/fluentui/pull/26090) by chhol@microsoft.com)
398
1353
 
1354
+ ## [2.6.1](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v2.6.1)
1355
+
1356
+ Wed, 10 Apr 2024 07:28:55 GMT
1357
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v2.6.0..@fluentui/web-components_v2.6.1)
1358
+
1359
+ ### Patches
1360
+
1361
+ - fix(web-components): fix toolbar stealing focus when document has moved focus to another element ([PR #30997](https://github.com/microsoft/fluentui/pull/30997) by =)
1362
+
1363
+ ## [2.6.0](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v2.6.0)
1364
+
1365
+ Wed, 27 Mar 2024 07:26:49 GMT
1366
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v2.5.17..@fluentui/web-components_v2.6.0)
1367
+
1368
+ ### Minor changes
1369
+
1370
+ - export design token with rollup bundle ([PR #30784](https://github.com/microsoft/fluentui/pull/30784) by =)
1371
+
1372
+ ## [2.5.17](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v2.5.17)
1373
+
1374
+ Fri, 01 Mar 2024 07:26:28 GMT
1375
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v2.5.16..@fluentui/web-components_v2.5.17)
1376
+
1377
+ ### Patches
1378
+
1379
+ - updates fast-foundation to fix a memory leak within form associated disconnected callback ([PR #29806](https://github.com/microsoft/fluentui/pull/29806) by chhol@microsoft.com)
1380
+
1381
+ ## [2.5.16](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v2.5.16)
1382
+
1383
+ Thu, 20 Jul 2023 07:35:18 GMT
1384
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v2.5.15..@fluentui/web-components_v2.5.16)
1385
+
1386
+ ### Patches
1387
+
1388
+ - fix(web-components): ensures that text area size responds to rows and cols attributes ([PR #28135](https://github.com/microsoft/fluentui/pull/28135) by vnbaaij@outlook.com)
1389
+
1390
+ ## [2.5.15](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v2.5.15)
1391
+
1392
+ Thu, 01 Jun 2023 07:38:37 GMT
1393
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v2.5.14..@fluentui/web-components_v2.5.15)
1394
+
1395
+ ### Patches
1396
+
1397
+ - fix listbox-option selected indicator position in RTL instances ([PR #27894](https://github.com/microsoft/fluentui/pull/27894) by chhol@microsoft.com)
1398
+
1399
+ ## [2.5.14](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v2.5.14)
1400
+
1401
+ Mon, 17 Apr 2023 07:40:25 GMT
1402
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v2.5.13..@fluentui/web-components_v2.5.14)
1403
+
1404
+ ### Patches
1405
+
1406
+ - update FAST dependencies to mitigate Safari 16.4 AdoptedStyleSheets bug ([PR #27578](https://github.com/microsoft/fluentui/pull/27578) by chhol@microsoft.com)
1407
+
1408
+ ## [2.5.13](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v2.5.13)
1409
+
1410
+ Tue, 11 Apr 2023 07:43:45 GMT
1411
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v2.5.12..@fluentui/web-components_v2.5.13)
1412
+
1413
+ ### Patches
1414
+
1415
+ - update fast foundation packages to import bug fixes ([PR #27506](https://github.com/microsoft/fluentui/pull/27506) by chhol@microsoft.com)
1416
+
399
1417
  ## [2.5.12](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v2.5.12)
400
1418
 
401
- Thu, 26 Jan 2023 07:35:32 GMT
1419
+ Thu, 26 Jan 2023 07:35:32 GMT
402
1420
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v2.5.11..@fluentui/web-components_v2.5.12)
403
1421
 
404
1422
  ### Patches
@@ -407,7 +1425,7 @@ Thu, 26 Jan 2023 07:35:32 GMT
407
1425
 
408
1426
  ## [2.5.11](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v2.5.11)
409
1427
 
410
- Wed, 11 Jan 2023 07:50:49 GMT
1428
+ Wed, 11 Jan 2023 07:50:49 GMT
411
1429
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v2.5.10..@fluentui/web-components_v2.5.11)
412
1430
 
413
1431
  ### Patches
@@ -416,7 +1434,7 @@ Wed, 11 Jan 2023 07:50:49 GMT
416
1434
 
417
1435
  ## [2.5.10](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v2.5.10)
418
1436
 
419
- Tue, 10 Jan 2023 07:50:14 GMT
1437
+ Tue, 10 Jan 2023 07:50:14 GMT
420
1438
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v2.5.9..@fluentui/web-components_v2.5.10)
421
1439
 
422
1440
  ### Patches
@@ -425,7 +1443,7 @@ Tue, 10 Jan 2023 07:50:14 GMT
425
1443
 
426
1444
  ## [2.5.9](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v2.5.9)
427
1445
 
428
- Thu, 05 Jan 2023 07:59:57 GMT
1446
+ Thu, 05 Jan 2023 07:59:57 GMT
429
1447
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v2.5.8..@fluentui/web-components_v2.5.9)
430
1448
 
431
1449
  ### Patches
@@ -434,7 +1452,7 @@ Thu, 05 Jan 2023 07:59:57 GMT
434
1452
 
435
1453
  ## [2.5.8](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v2.5.8)
436
1454
 
437
- Wed, 26 Oct 2022 07:52:54 GMT
1455
+ Wed, 26 Oct 2022 07:52:54 GMT
438
1456
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v2.5.7..@fluentui/web-components_v2.5.8)
439
1457
 
440
1458
  ### Patches
@@ -443,7 +1461,7 @@ Wed, 26 Oct 2022 07:52:54 GMT
443
1461
 
444
1462
  ## [2.5.7](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v2.5.7)
445
1463
 
446
- Fri, 21 Oct 2022 07:44:53 GMT
1464
+ Fri, 21 Oct 2022 07:44:53 GMT
447
1465
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v2.5.6..@fluentui/web-components_v2.5.7)
448
1466
 
449
1467
  ### Patches
@@ -452,7 +1470,7 @@ Fri, 21 Oct 2022 07:44:53 GMT
452
1470
 
453
1471
  ## [2.5.6](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v2.5.6)
454
1472
 
455
- Mon, 19 Sep 2022 07:47:29 GMT
1473
+ Mon, 19 Sep 2022 07:47:29 GMT
456
1474
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v2.5.5..@fluentui/web-components_v2.5.6)
457
1475
 
458
1476
  ### Patches
@@ -461,7 +1479,7 @@ Mon, 19 Sep 2022 07:47:29 GMT
461
1479
 
462
1480
  ## [2.5.5](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v2.5.5)
463
1481
 
464
- Wed, 07 Sep 2022 07:54:43 GMT
1482
+ Wed, 07 Sep 2022 07:54:43 GMT
465
1483
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v2.5.4..@fluentui/web-components_v2.5.5)
466
1484
 
467
1485
  ### Patches
@@ -470,7 +1488,7 @@ Wed, 07 Sep 2022 07:54:43 GMT
470
1488
 
471
1489
  ## [2.5.4](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v2.5.4)
472
1490
 
473
- Tue, 30 Aug 2022 07:41:54 GMT
1491
+ Tue, 30 Aug 2022 07:41:54 GMT
474
1492
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v2.5.3..@fluentui/web-components_v2.5.4)
475
1493
 
476
1494
  ### Patches
@@ -479,7 +1497,7 @@ Tue, 30 Aug 2022 07:41:54 GMT
479
1497
 
480
1498
  ## [2.5.3](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v2.5.3)
481
1499
 
482
- Thu, 16 Jun 2022 23:03:44 GMT
1500
+ Thu, 16 Jun 2022 23:03:44 GMT
483
1501
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v2.5.2..@fluentui/web-components_v2.5.3)
484
1502
 
485
1503
  ### Patches
@@ -488,7 +1506,7 @@ Thu, 16 Jun 2022 23:03:44 GMT
488
1506
 
489
1507
  ## [2.5.2](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v2.5.2)
490
1508
 
491
- Tue, 07 Jun 2022 07:48:04 GMT
1509
+ Tue, 07 Jun 2022 07:48:04 GMT
492
1510
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v2.5.1..@fluentui/web-components_v2.5.2)
493
1511
 
494
1512
  ### Patches
@@ -497,7 +1515,7 @@ Tue, 07 Jun 2022 07:48:04 GMT
497
1515
 
498
1516
  ## [2.5.1](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v2.5.1)
499
1517
 
500
- Tue, 17 May 2022 07:45:01 GMT
1518
+ Tue, 17 May 2022 07:45:01 GMT
501
1519
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v2.5.0..@fluentui/web-components_v2.5.1)
502
1520
 
503
1521
  ### Patches
@@ -506,7 +1524,7 @@ Tue, 17 May 2022 07:45:01 GMT
506
1524
 
507
1525
  ## [2.5.0](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v2.5.0)
508
1526
 
509
- Fri, 06 May 2022 07:36:53 GMT
1527
+ Fri, 06 May 2022 07:36:53 GMT
510
1528
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v2.4.0..@fluentui/web-components_v2.5.0)
511
1529
 
512
1530
  ### Minor changes
@@ -515,7 +1533,7 @@ Fri, 06 May 2022 07:36:53 GMT
515
1533
 
516
1534
  ## [2.4.0](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v2.4.0)
517
1535
 
518
- Thu, 28 Apr 2022 07:39:56 GMT
1536
+ Thu, 28 Apr 2022 07:39:56 GMT
519
1537
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v2.3.1..@fluentui/web-components_v2.4.0)
520
1538
 
521
1539
  ### Minor changes
@@ -524,7 +1542,7 @@ Thu, 28 Apr 2022 07:39:56 GMT
524
1542
 
525
1543
  ## [2.3.1](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v2.3.1)
526
1544
 
527
- Mon, 07 Mar 2022 07:41:14 GMT
1545
+ Mon, 07 Mar 2022 07:41:14 GMT
528
1546
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v2.3.0..@fluentui/web-components_v2.3.1)
529
1547
 
530
1548
  ### Patches
@@ -533,7 +1551,7 @@ Mon, 07 Mar 2022 07:41:14 GMT
533
1551
 
534
1552
  ## [2.3.0](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v2.3.0)
535
1553
 
536
- Tue, 01 Mar 2022 07:23:43 GMT
1554
+ Tue, 01 Mar 2022 07:23:43 GMT
537
1555
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v2.2.3..@fluentui/web-components_v2.3.0)
538
1556
 
539
1557
  ### Minor changes
@@ -542,7 +1560,7 @@ Tue, 01 Mar 2022 07:23:43 GMT
542
1560
 
543
1561
  ## [2.2.3](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v2.2.3)
544
1562
 
545
- Fri, 18 Feb 2022 07:22:08 GMT
1563
+ Fri, 18 Feb 2022 07:22:08 GMT
546
1564
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v2.2.2..@fluentui/web-components_v2.2.3)
547
1565
 
548
1566
  ### Patches
@@ -551,7 +1569,7 @@ Fri, 18 Feb 2022 07:22:08 GMT
551
1569
 
552
1570
  ## [2.2.2](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v2.2.2)
553
1571
 
554
- Thu, 27 Jan 2022 07:34:08 GMT
1572
+ Thu, 27 Jan 2022 07:34:08 GMT
555
1573
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v2.2.1..@fluentui/web-components_v2.2.2)
556
1574
 
557
1575
  ### Patches
@@ -560,7 +1578,7 @@ Thu, 27 Jan 2022 07:34:08 GMT
560
1578
 
561
1579
  ## [2.2.1](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v2.2.1)
562
1580
 
563
- Wed, 12 Jan 2022 07:32:29 GMT
1581
+ Wed, 12 Jan 2022 07:32:29 GMT
564
1582
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v2.2.0..@fluentui/web-components_v2.2.1)
565
1583
 
566
1584
  ### Patches
@@ -569,7 +1587,7 @@ Wed, 12 Jan 2022 07:32:29 GMT
569
1587
 
570
1588
  ## [2.2.0](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v2.2.0)
571
1589
 
572
- Fri, 07 Jan 2022 07:27:47 GMT
1590
+ Fri, 07 Jan 2022 07:27:47 GMT
573
1591
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v2.1.3..@fluentui/web-components_v2.2.0)
574
1592
 
575
1593
  ### Minor changes
@@ -578,7 +1596,7 @@ Fri, 07 Jan 2022 07:27:47 GMT
578
1596
 
579
1597
  ## [2.1.3](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v2.1.3)
580
1598
 
581
- Wed, 15 Dec 2021 07:31:29 GMT
1599
+ Wed, 15 Dec 2021 07:31:29 GMT
582
1600
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v2.1.2..@fluentui/web-components_v2.1.3)
583
1601
 
584
1602
  ### Patches
@@ -587,7 +1605,7 @@ Wed, 15 Dec 2021 07:31:29 GMT
587
1605
 
588
1606
  ## [2.1.2](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v2.1.2)
589
1607
 
590
- Fri, 10 Dec 2021 07:30:35 GMT
1608
+ Fri, 10 Dec 2021 07:30:35 GMT
591
1609
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v2.1.1..@fluentui/web-components_v2.1.2)
592
1610
 
593
1611
  ### Patches
@@ -596,7 +1614,7 @@ Fri, 10 Dec 2021 07:30:35 GMT
596
1614
 
597
1615
  ## [2.1.1](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v2.1.1)
598
1616
 
599
- Thu, 02 Dec 2021 07:36:29 GMT
1617
+ Thu, 02 Dec 2021 07:36:29 GMT
600
1618
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v2.1.0..@fluentui/web-components_v2.1.1)
601
1619
 
602
1620
  ### Patches
@@ -605,7 +1623,7 @@ Thu, 02 Dec 2021 07:36:29 GMT
605
1623
 
606
1624
  ## [2.1.0](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v2.1.0)
607
1625
 
608
- Tue, 23 Nov 2021 07:27:34 GMT
1626
+ Tue, 23 Nov 2021 07:27:34 GMT
609
1627
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v2.0.2..@fluentui/web-components_v2.1.0)
610
1628
 
611
1629
  ### Minor changes
@@ -614,7 +1632,7 @@ Tue, 23 Nov 2021 07:27:34 GMT
614
1632
 
615
1633
  ## [2.0.2](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v2.0.2)
616
1634
 
617
- Tue, 09 Nov 2021 07:38:11 GMT
1635
+ Tue, 09 Nov 2021 07:38:11 GMT
618
1636
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v2.0.1..@fluentui/web-components_v2.0.2)
619
1637
 
620
1638
  ### Patches
@@ -623,7 +1641,7 @@ Tue, 09 Nov 2021 07:38:11 GMT
623
1641
 
624
1642
  ## [2.0.1](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v2.0.1)
625
1643
 
626
- Tue, 02 Nov 2021 07:37:01 GMT
1644
+ Tue, 02 Nov 2021 07:37:01 GMT
627
1645
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v2.0.0..@fluentui/web-components_v2.0.1)
628
1646
 
629
1647
  ### Patches
@@ -634,7 +1652,7 @@ Tue, 02 Nov 2021 07:37:01 GMT
634
1652
 
635
1653
  ## [2.0.0](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v2.0.0)
636
1654
 
637
- Fri, 22 Oct 2021 23:04:22 GMT
1655
+ Fri, 22 Oct 2021 23:04:22 GMT
638
1656
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v1.6.3..@fluentui/web-components_v2.0.0)
639
1657
 
640
1658
  ### Major changes
@@ -643,7 +1661,7 @@ Fri, 22 Oct 2021 23:04:22 GMT
643
1661
 
644
1662
  ## [1.6.3](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v1.6.3)
645
1663
 
646
- Fri, 22 Oct 2021 19:30:28 GMT
1664
+ Fri, 22 Oct 2021 19:30:28 GMT
647
1665
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v1.6.2..@fluentui/web-components_v1.6.3)
648
1666
 
649
1667
  ### Patches
@@ -652,7 +1670,7 @@ Fri, 22 Oct 2021 19:30:28 GMT
652
1670
 
653
1671
  ## [1.6.2](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v1.6.2)
654
1672
 
655
- Thu, 14 Oct 2021 00:11:22 GMT
1673
+ Thu, 14 Oct 2021 00:11:22 GMT
656
1674
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v1.6.1..@fluentui/web-components_v1.6.2)
657
1675
 
658
1676
  ### Patches
@@ -661,7 +1679,7 @@ Thu, 14 Oct 2021 00:11:22 GMT
661
1679
 
662
1680
  ## [1.6.1](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v1.6.1)
663
1681
 
664
- Fri, 08 Oct 2021 07:31:50 GMT
1682
+ Fri, 08 Oct 2021 07:31:50 GMT
665
1683
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v1.6.0..@fluentui/web-components_v1.6.1)
666
1684
 
667
1685
  ### Patches
@@ -670,7 +1688,7 @@ Fri, 08 Oct 2021 07:31:50 GMT
670
1688
 
671
1689
  ## [1.6.0](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v1.6.0)
672
1690
 
673
- Thu, 07 Oct 2021 07:30:53 GMT
1691
+ Thu, 07 Oct 2021 07:30:53 GMT
674
1692
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v1.5.6..@fluentui/web-components_v1.6.0)
675
1693
 
676
1694
  ### Minor changes
@@ -684,7 +1702,7 @@ Thu, 07 Oct 2021 07:30:53 GMT
684
1702
 
685
1703
  ## [1.5.6](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v1.5.6)
686
1704
 
687
- Wed, 06 Oct 2021 11:11:56 GMT
1705
+ Wed, 06 Oct 2021 11:11:56 GMT
688
1706
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v1.5.5..@fluentui/web-components_v1.5.6)
689
1707
 
690
1708
  ### Patches
@@ -693,7 +1711,7 @@ Wed, 06 Oct 2021 11:11:56 GMT
693
1711
 
694
1712
  ## [1.5.5](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v1.5.5)
695
1713
 
696
- Tue, 05 Oct 2021 07:37:17 GMT
1714
+ Tue, 05 Oct 2021 07:37:17 GMT
697
1715
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v1.5.4..@fluentui/web-components_v1.5.5)
698
1716
 
699
1717
  ### Patches
@@ -703,7 +1721,7 @@ Tue, 05 Oct 2021 07:37:17 GMT
703
1721
 
704
1722
  ## [1.5.4](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v1.5.4)
705
1723
 
706
- Wed, 29 Sep 2021 07:36:23 GMT
1724
+ Wed, 29 Sep 2021 07:36:23 GMT
707
1725
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v1.5.3..@fluentui/web-components_v1.5.4)
708
1726
 
709
1727
  ### Patches
@@ -712,7 +1730,7 @@ Wed, 29 Sep 2021 07:36:23 GMT
712
1730
 
713
1731
  ## [1.5.3](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v1.5.3)
714
1732
 
715
- Thu, 23 Sep 2021 07:35:13 GMT
1733
+ Thu, 23 Sep 2021 07:35:13 GMT
716
1734
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v1.5.2..@fluentui/web-components_v1.5.3)
717
1735
 
718
1736
  ### Patches
@@ -721,7 +1739,7 @@ Thu, 23 Sep 2021 07:35:13 GMT
721
1739
 
722
1740
  ## [1.5.2](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v1.5.2)
723
1741
 
724
- Fri, 17 Sep 2021 07:35:26 GMT
1742
+ Fri, 17 Sep 2021 07:35:26 GMT
725
1743
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v1.5.1..@fluentui/web-components_v1.5.2)
726
1744
 
727
1745
  ### Patches
@@ -731,7 +1749,7 @@ Fri, 17 Sep 2021 07:35:26 GMT
731
1749
 
732
1750
  ## [1.5.1](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v1.5.1)
733
1751
 
734
- Tue, 14 Sep 2021 20:09:02 GMT
1752
+ Tue, 14 Sep 2021 20:09:02 GMT
735
1753
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v1.5.0..@fluentui/web-components_v1.5.1)
736
1754
 
737
1755
  ### Patches
@@ -740,7 +1758,7 @@ Tue, 14 Sep 2021 20:09:02 GMT
740
1758
 
741
1759
  ## [1.5.0](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v1.5.0)
742
1760
 
743
- Mon, 13 Sep 2021 07:37:03 GMT
1761
+ Mon, 13 Sep 2021 07:37:03 GMT
744
1762
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v1.4.2..@fluentui/web-components_v1.5.0)
745
1763
 
746
1764
  ### Minor changes
@@ -749,7 +1767,7 @@ Mon, 13 Sep 2021 07:37:03 GMT
749
1767
 
750
1768
  ## [1.4.2](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v1.4.2)
751
1769
 
752
- Fri, 10 Sep 2021 07:39:51 GMT
1770
+ Fri, 10 Sep 2021 07:39:51 GMT
753
1771
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v1.4.1..@fluentui/web-components_v1.4.2)
754
1772
 
755
1773
  ### Patches
@@ -759,7 +1777,7 @@ Fri, 10 Sep 2021 07:39:51 GMT
759
1777
 
760
1778
  ## [1.4.1](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v1.4.1)
761
1779
 
762
- Fri, 03 Sep 2021 00:13:07 GMT
1780
+ Fri, 03 Sep 2021 00:13:07 GMT
763
1781
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v1.4.0..@fluentui/web-components_v1.4.1)
764
1782
 
765
1783
  ### Patches
@@ -768,7 +1786,7 @@ Fri, 03 Sep 2021 00:13:07 GMT
768
1786
 
769
1787
  ## [1.4.0](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v1.4.0)
770
1788
 
771
- Thu, 02 Sep 2021 07:36:46 GMT
1789
+ Thu, 02 Sep 2021 07:36:46 GMT
772
1790
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v1.3.8..@fluentui/web-components_v1.4.0)
773
1791
 
774
1792
  ### Minor changes
@@ -777,7 +1795,7 @@ Thu, 02 Sep 2021 07:36:46 GMT
777
1795
 
778
1796
  ## [1.3.8](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v1.3.8)
779
1797
 
780
- Tue, 31 Aug 2021 07:37:47 GMT
1798
+ Tue, 31 Aug 2021 07:37:47 GMT
781
1799
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v1.3.7..@fluentui/web-components_v1.3.8)
782
1800
 
783
1801
  ### Patches
@@ -787,7 +1805,7 @@ Tue, 31 Aug 2021 07:37:47 GMT
787
1805
 
788
1806
  ## [1.3.7](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v1.3.7)
789
1807
 
790
- Mon, 30 Aug 2021 07:35:05 GMT
1808
+ Mon, 30 Aug 2021 07:35:05 GMT
791
1809
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v1.3.6..@fluentui/web-components_v1.3.7)
792
1810
 
793
1811
  ### Patches
@@ -796,7 +1814,7 @@ Mon, 30 Aug 2021 07:35:05 GMT
796
1814
 
797
1815
  ## [1.3.6](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v1.3.6)
798
1816
 
799
- Thu, 26 Aug 2021 07:35:43 GMT
1817
+ Thu, 26 Aug 2021 07:35:43 GMT
800
1818
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v1.3.5..@fluentui/web-components_v1.3.6)
801
1819
 
802
1820
  ### Patches
@@ -805,7 +1823,7 @@ Thu, 26 Aug 2021 07:35:43 GMT
805
1823
 
806
1824
  ## [1.3.5](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v1.3.5)
807
1825
 
808
- Fri, 20 Aug 2021 07:37:28 GMT
1826
+ Fri, 20 Aug 2021 07:37:28 GMT
809
1827
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v1.3.4..@fluentui/web-components_v1.3.5)
810
1828
 
811
1829
  ### Patches
@@ -814,7 +1832,7 @@ Fri, 20 Aug 2021 07:37:28 GMT
814
1832
 
815
1833
  ## [1.3.4](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v1.3.4)
816
1834
 
817
- Thu, 19 Aug 2021 07:41:35 GMT
1835
+ Thu, 19 Aug 2021 07:41:35 GMT
818
1836
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v1.3.3..@fluentui/web-components_v1.3.4)
819
1837
 
820
1838
  ### Patches
@@ -824,7 +1842,7 @@ Thu, 19 Aug 2021 07:41:35 GMT
824
1842
 
825
1843
  ## [1.3.3](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v1.3.3)
826
1844
 
827
- Thu, 05 Aug 2021 07:34:24 GMT
1845
+ Thu, 05 Aug 2021 07:34:24 GMT
828
1846
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v1.3.2..@fluentui/web-components_v1.3.3)
829
1847
 
830
1848
  ### Patches
@@ -833,7 +1851,7 @@ Thu, 05 Aug 2021 07:34:24 GMT
833
1851
 
834
1852
  ## [1.3.2](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v1.3.2)
835
1853
 
836
- Wed, 04 Aug 2021 07:34:12 GMT
1854
+ Wed, 04 Aug 2021 07:34:12 GMT
837
1855
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v1.3.1..@fluentui/web-components_v1.3.2)
838
1856
 
839
1857
  ### Patches
@@ -842,7 +1860,7 @@ Wed, 04 Aug 2021 07:34:12 GMT
842
1860
 
843
1861
  ## [1.3.1](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v1.3.1)
844
1862
 
845
- Fri, 30 Jul 2021 07:35:22 GMT
1863
+ Fri, 30 Jul 2021 07:35:22 GMT
846
1864
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v1.3.0..@fluentui/web-components_v1.3.1)
847
1865
 
848
1866
  ### Patches
@@ -851,7 +1869,7 @@ Fri, 30 Jul 2021 07:35:22 GMT
851
1869
 
852
1870
  ## [1.3.0](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v1.3.0)
853
1871
 
854
- Mon, 26 Jul 2021 07:37:30 GMT
1872
+ Mon, 26 Jul 2021 07:37:30 GMT
855
1873
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v1.2.3..@fluentui/web-components_v1.3.0)
856
1874
 
857
1875
  ### Minor changes
@@ -860,7 +1878,7 @@ Mon, 26 Jul 2021 07:37:30 GMT
860
1878
 
861
1879
  ## [1.2.3](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v1.2.3)
862
1880
 
863
- Fri, 23 Jul 2021 07:38:19 GMT
1881
+ Fri, 23 Jul 2021 07:38:19 GMT
864
1882
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v1.2.2..@fluentui/web-components_v1.2.3)
865
1883
 
866
1884
  ### Patches
@@ -869,7 +1887,7 @@ Fri, 23 Jul 2021 07:38:19 GMT
869
1887
 
870
1888
  ## [1.2.2](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v1.2.2)
871
1889
 
872
- Thu, 22 Jul 2021 07:36:55 GMT
1890
+ Thu, 22 Jul 2021 07:36:55 GMT
873
1891
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v1.2.1..@fluentui/web-components_v1.2.2)
874
1892
 
875
1893
  ### Patches
@@ -878,7 +1896,7 @@ Thu, 22 Jul 2021 07:36:55 GMT
878
1896
 
879
1897
  ## [1.2.1](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v1.2.1)
880
1898
 
881
- Fri, 16 Jul 2021 22:53:17 GMT
1899
+ Fri, 16 Jul 2021 22:53:17 GMT
882
1900
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v1.2.0..@fluentui/web-components_v1.2.1)
883
1901
 
884
1902
  ### Patches
@@ -888,7 +1906,7 @@ Fri, 16 Jul 2021 22:53:17 GMT
888
1906
 
889
1907
  ## [1.2.0](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v1.2.0)
890
1908
 
891
- Fri, 16 Jul 2021 00:35:31 GMT
1909
+ Fri, 16 Jul 2021 00:35:31 GMT
892
1910
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v1.1.1..@fluentui/web-components_v1.2.0)
893
1911
 
894
1912
  ### Minor changes
@@ -902,7 +1920,7 @@ Fri, 16 Jul 2021 00:35:31 GMT
902
1920
 
903
1921
  ## [1.1.1](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v1.1.1)
904
1922
 
905
- Thu, 15 Jul 2021 07:36:18 GMT
1923
+ Thu, 15 Jul 2021 07:36:18 GMT
906
1924
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v1.1.0..@fluentui/web-components_v1.1.1)
907
1925
 
908
1926
  ### Patches
@@ -911,7 +1929,7 @@ Thu, 15 Jul 2021 07:36:18 GMT
911
1929
 
912
1930
  ## [1.1.0](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v1.1.0)
913
1931
 
914
- Tue, 13 Jul 2021 22:32:58 GMT
1932
+ Tue, 13 Jul 2021 22:32:58 GMT
915
1933
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v1.0.2..@fluentui/web-components_v1.1.0)
916
1934
 
917
1935
  ### Minor changes
@@ -921,7 +1939,7 @@ Tue, 13 Jul 2021 22:32:58 GMT
921
1939
 
922
1940
  ## [1.0.2](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v1.0.2)
923
1941
 
924
- Fri, 09 Jul 2021 07:39:31 GMT
1942
+ Fri, 09 Jul 2021 07:39:31 GMT
925
1943
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v1.0.1..@fluentui/web-components_v1.0.2)
926
1944
 
927
1945
  ### Patches
@@ -930,7 +1948,7 @@ Fri, 09 Jul 2021 07:39:31 GMT
930
1948
 
931
1949
  ## [1.0.1](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v1.0.1)
932
1950
 
933
- Wed, 07 Jul 2021 07:32:54 GMT
1951
+ Wed, 07 Jul 2021 07:32:54 GMT
934
1952
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v1.0.0..@fluentui/web-components_v1.0.1)
935
1953
 
936
1954
  ### Patches
@@ -939,7 +1957,7 @@ Wed, 07 Jul 2021 07:32:54 GMT
939
1957
 
940
1958
  ## [1.0.0](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v1.0.0)
941
1959
 
942
- Fri, 02 Jul 2021 23:15:55 GMT
1960
+ Fri, 02 Jul 2021 23:15:55 GMT
943
1961
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v0.22.1..@fluentui/web-components_v1.0.0)
944
1962
 
945
1963
  ### Major changes
@@ -972,7 +1990,7 @@ Fri, 02 Jul 2021 23:15:55 GMT
972
1990
 
973
1991
  ## [0.22.1](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v0.22.1)
974
1992
 
975
- Tue, 08 Jun 2021 07:32:44 GMT
1993
+ Tue, 08 Jun 2021 07:32:44 GMT
976
1994
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v0.22.0..@fluentui/web-components_v0.22.1)
977
1995
 
978
1996
  ### Patches
@@ -981,7 +1999,7 @@ Tue, 08 Jun 2021 07:32:44 GMT
981
1999
 
982
2000
  ## [0.22.0](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v0.22.0)
983
2001
 
984
- Fri, 04 Jun 2021 07:37:23 GMT
2002
+ Fri, 04 Jun 2021 07:37:23 GMT
985
2003
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v0.21.2..@fluentui/web-components_v0.22.0)
986
2004
 
987
2005
  ### Minor changes
@@ -990,7 +2008,7 @@ Fri, 04 Jun 2021 07:37:23 GMT
990
2008
 
991
2009
  ## [0.21.2](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v0.21.2)
992
2010
 
993
- Thu, 20 May 2021 07:41:54 GMT
2011
+ Thu, 20 May 2021 07:41:54 GMT
994
2012
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v0.21.1..@fluentui/web-components_v0.21.2)
995
2013
 
996
2014
  ### Patches
@@ -999,7 +2017,7 @@ Thu, 20 May 2021 07:41:54 GMT
999
2017
 
1000
2018
  ## [0.21.1](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v0.21.1)
1001
2019
 
1002
- Mon, 17 May 2021 07:33:48 GMT
2020
+ Mon, 17 May 2021 07:33:48 GMT
1003
2021
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v0.21.0..@fluentui/web-components_v0.21.1)
1004
2022
 
1005
2023
  ### Patches
@@ -1009,7 +2027,7 @@ Mon, 17 May 2021 07:33:48 GMT
1009
2027
 
1010
2028
  ## [0.21.0](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v0.21.0)
1011
2029
 
1012
- Fri, 30 Apr 2021 07:42:23 GMT
2030
+ Fri, 30 Apr 2021 07:42:23 GMT
1013
2031
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v0.20.3..@fluentui/web-components_v0.21.0)
1014
2032
 
1015
2033
  ### Minor changes
@@ -1018,7 +2036,7 @@ Fri, 30 Apr 2021 07:42:23 GMT
1018
2036
 
1019
2037
  ## [0.20.3](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v0.20.3)
1020
2038
 
1021
- Wed, 21 Apr 2021 07:31:50 GMT
2039
+ Wed, 21 Apr 2021 07:31:50 GMT
1022
2040
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v0.20.2..@fluentui/web-components_v0.20.3)
1023
2041
 
1024
2042
  ### Patches
@@ -1027,7 +2045,7 @@ Wed, 21 Apr 2021 07:31:50 GMT
1027
2045
 
1028
2046
  ## [0.20.2](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v0.20.2)
1029
2047
 
1030
- Thu, 01 Apr 2021 07:33:24 GMT
2048
+ Thu, 01 Apr 2021 07:33:24 GMT
1031
2049
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v0.20.1..@fluentui/web-components_v0.20.2)
1032
2050
 
1033
2051
  ### Patches
@@ -1036,7 +2054,7 @@ Thu, 01 Apr 2021 07:33:24 GMT
1036
2054
 
1037
2055
  ## [0.20.1](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v0.20.1)
1038
2056
 
1039
- Mon, 29 Mar 2021 07:30:29 GMT
2057
+ Mon, 29 Mar 2021 07:30:29 GMT
1040
2058
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v0.20.0..@fluentui/web-components_v0.20.1)
1041
2059
 
1042
2060
  ### Patches
@@ -1045,7 +2063,7 @@ Mon, 29 Mar 2021 07:30:29 GMT
1045
2063
 
1046
2064
  ## [0.20.0](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v0.20.0)
1047
2065
 
1048
- Fri, 26 Mar 2021 07:32:34 GMT
2066
+ Fri, 26 Mar 2021 07:32:34 GMT
1049
2067
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v0.19.1..@fluentui/web-components_v0.20.0)
1050
2068
 
1051
2069
  ### Minor changes
@@ -1054,7 +2072,7 @@ Fri, 26 Mar 2021 07:32:34 GMT
1054
2072
 
1055
2073
  ## [0.19.1](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v0.19.1)
1056
2074
 
1057
- Thu, 25 Mar 2021 07:33:24 GMT
2075
+ Thu, 25 Mar 2021 07:33:24 GMT
1058
2076
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v0.19.0..@fluentui/web-components_v0.19.1)
1059
2077
 
1060
2078
  ### Patches
@@ -1063,7 +2081,7 @@ Thu, 25 Mar 2021 07:33:24 GMT
1063
2081
 
1064
2082
  ## [0.19.0](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v0.19.0)
1065
2083
 
1066
- Tue, 23 Mar 2021 07:31:43 GMT
2084
+ Tue, 23 Mar 2021 07:31:43 GMT
1067
2085
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v0.18.0..@fluentui/web-components_v0.19.0)
1068
2086
 
1069
2087
  ### Minor changes
@@ -1076,7 +2094,7 @@ Tue, 23 Mar 2021 07:31:43 GMT
1076
2094
 
1077
2095
  ## [0.18.0](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v0.18.0)
1078
2096
 
1079
- Fri, 19 Mar 2021 07:32:43 GMT
2097
+ Fri, 19 Mar 2021 07:32:43 GMT
1080
2098
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v0.17.0..@fluentui/web-components_v0.18.0)
1081
2099
 
1082
2100
  ### Minor changes
@@ -1085,7 +2103,7 @@ Fri, 19 Mar 2021 07:32:43 GMT
1085
2103
 
1086
2104
  ## [0.17.0](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v0.17.0)
1087
2105
 
1088
- Thu, 18 Mar 2021 20:15:34 GMT
2106
+ Thu, 18 Mar 2021 20:15:34 GMT
1089
2107
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v0.16.2..@fluentui/web-components_v0.17.0)
1090
2108
 
1091
2109
  ### Minor changes
@@ -1098,7 +2116,7 @@ Thu, 18 Mar 2021 20:15:34 GMT
1098
2116
 
1099
2117
  ## [0.16.2](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v0.16.2)
1100
2118
 
1101
- Wed, 17 Mar 2021 07:35:44 GMT
2119
+ Wed, 17 Mar 2021 07:35:44 GMT
1102
2120
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v0.16.1..@fluentui/web-components_v0.16.2)
1103
2121
 
1104
2122
  ### Patches
@@ -1107,7 +2125,7 @@ Wed, 17 Mar 2021 07:35:44 GMT
1107
2125
 
1108
2126
  ## [0.16.1](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v0.16.1)
1109
2127
 
1110
- Tue, 16 Mar 2021 07:32:44 GMT
2128
+ Tue, 16 Mar 2021 07:32:44 GMT
1111
2129
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v0.16.0..@fluentui/web-components_v0.16.1)
1112
2130
 
1113
2131
  ### Patches
@@ -1116,7 +2134,7 @@ Tue, 16 Mar 2021 07:32:44 GMT
1116
2134
 
1117
2135
  ## [0.16.0](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v0.16.0)
1118
2136
 
1119
- Fri, 12 Mar 2021 20:04:27 GMT
2137
+ Fri, 12 Mar 2021 20:04:27 GMT
1120
2138
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v0.15.0..@fluentui/web-components_v0.16.0)
1121
2139
 
1122
2140
  ### Minor changes
@@ -1125,7 +2143,7 @@ Fri, 12 Mar 2021 20:04:27 GMT
1125
2143
 
1126
2144
  ## [0.15.0](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v0.15.0)
1127
2145
 
1128
- Sun, 07 Mar 2021 23:34:51 GMT
2146
+ Sun, 07 Mar 2021 23:34:51 GMT
1129
2147
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v0.14.2..@fluentui/web-components_v0.15.0)
1130
2148
 
1131
2149
  ### Minor changes
@@ -1135,7 +2153,7 @@ Sun, 07 Mar 2021 23:34:51 GMT
1135
2153
 
1136
2154
  ## [0.14.2](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v0.14.2)
1137
2155
 
1138
- Thu, 25 Feb 2021 01:15:27 GMT
2156
+ Thu, 25 Feb 2021 01:15:27 GMT
1139
2157
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v0.14.1..@fluentui/web-components_v0.14.2)
1140
2158
 
1141
2159
  ### Patches
@@ -1145,7 +2163,7 @@ Thu, 25 Feb 2021 01:15:27 GMT
1145
2163
 
1146
2164
  ## [0.14.1](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v0.14.1)
1147
2165
 
1148
- Mon, 22 Feb 2021 12:26:22 GMT
2166
+ Mon, 22 Feb 2021 12:26:22 GMT
1149
2167
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v0.14.0..@fluentui/web-components_v0.14.1)
1150
2168
 
1151
2169
  ### Patches
@@ -1154,7 +2172,7 @@ Mon, 22 Feb 2021 12:26:22 GMT
1154
2172
 
1155
2173
  ## [0.14.0](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v0.14.0)
1156
2174
 
1157
- Fri, 12 Feb 2021 12:26:20 GMT
2175
+ Fri, 12 Feb 2021 12:26:20 GMT
1158
2176
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v0.13.1..@fluentui/web-components_v0.14.0)
1159
2177
 
1160
2178
  ### Minor changes
@@ -1163,7 +2181,7 @@ Fri, 12 Feb 2021 12:26:20 GMT
1163
2181
 
1164
2182
  ## [0.13.1](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v0.13.1)
1165
2183
 
1166
- Thu, 11 Feb 2021 02:38:00 GMT
2184
+ Thu, 11 Feb 2021 02:38:00 GMT
1167
2185
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v0.13.0..@fluentui/web-components_v0.13.1)
1168
2186
 
1169
2187
  ### Patches
@@ -1172,7 +2190,7 @@ Thu, 11 Feb 2021 02:38:00 GMT
1172
2190
 
1173
2191
  ## [0.13.0](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v0.13.0)
1174
2192
 
1175
- Tue, 09 Feb 2021 00:56:52 GMT
2193
+ Tue, 09 Feb 2021 00:56:52 GMT
1176
2194
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v0.12.1..@fluentui/web-components_v0.13.0)
1177
2195
 
1178
2196
  ### Minor changes
@@ -1185,7 +2203,7 @@ Tue, 09 Feb 2021 00:56:52 GMT
1185
2203
 
1186
2204
  ## [0.12.1](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v0.12.1)
1187
2205
 
1188
- Mon, 08 Feb 2021 12:23:08 GMT
2206
+ Mon, 08 Feb 2021 12:23:08 GMT
1189
2207
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v0.12.0..@fluentui/web-components_v0.12.1)
1190
2208
 
1191
2209
  ### Patches
@@ -1194,7 +2212,7 @@ Mon, 08 Feb 2021 12:23:08 GMT
1194
2212
 
1195
2213
  ## [0.12.0](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v0.12.0)
1196
2214
 
1197
- Wed, 03 Feb 2021 05:51:40 GMT
2215
+ Wed, 03 Feb 2021 05:51:40 GMT
1198
2216
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v0.11.0..@fluentui/web-components_v0.12.0)
1199
2217
 
1200
2218
  ### Minor changes
@@ -1203,7 +2221,7 @@ Wed, 03 Feb 2021 05:51:40 GMT
1203
2221
 
1204
2222
  ## [0.11.0](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v0.11.0)
1205
2223
 
1206
- Tue, 26 Jan 2021 12:33:19 GMT
2224
+ Tue, 26 Jan 2021 12:33:19 GMT
1207
2225
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v0.10.6..@fluentui/web-components_v0.11.0)
1208
2226
 
1209
2227
  ### Minor changes
@@ -1216,7 +2234,7 @@ Tue, 26 Jan 2021 12:33:19 GMT
1216
2234
 
1217
2235
  ## [0.10.6](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v0.10.6)
1218
2236
 
1219
- Thu, 21 Jan 2021 12:36:12 GMT
2237
+ Thu, 21 Jan 2021 12:36:12 GMT
1220
2238
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v0.10.5..@fluentui/web-components_v0.10.6)
1221
2239
 
1222
2240
  ### Patches
@@ -1225,7 +2243,7 @@ Thu, 21 Jan 2021 12:36:12 GMT
1225
2243
 
1226
2244
  ## [0.10.5](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v0.10.5)
1227
2245
 
1228
- Wed, 20 Jan 2021 12:22:46 GMT
2246
+ Wed, 20 Jan 2021 12:22:46 GMT
1229
2247
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v0.10.4..@fluentui/web-components_v0.10.5)
1230
2248
 
1231
2249
  ### Patches
@@ -1234,7 +2252,7 @@ Wed, 20 Jan 2021 12:22:46 GMT
1234
2252
 
1235
2253
  ## [0.10.4](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v0.10.4)
1236
2254
 
1237
- Fri, 15 Jan 2021 12:30:40 GMT
2255
+ Fri, 15 Jan 2021 12:30:40 GMT
1238
2256
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v0.10.3..@fluentui/web-components_v0.10.4)
1239
2257
 
1240
2258
  ### Patches
@@ -1244,7 +2262,7 @@ Fri, 15 Jan 2021 12:30:40 GMT
1244
2262
 
1245
2263
  ## [0.10.3](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v0.10.3)
1246
2264
 
1247
- Tue, 12 Jan 2021 12:36:40 GMT
2265
+ Tue, 12 Jan 2021 12:36:40 GMT
1248
2266
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v0.10.2..@fluentui/web-components_v0.10.3)
1249
2267
 
1250
2268
  ### Patches
@@ -1253,7 +2271,7 @@ Tue, 12 Jan 2021 12:36:40 GMT
1253
2271
 
1254
2272
  ## [0.10.2](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v0.10.2)
1255
2273
 
1256
- Tue, 05 Jan 2021 12:29:33 GMT
2274
+ Tue, 05 Jan 2021 12:29:33 GMT
1257
2275
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v0.10.1..@fluentui/web-components_v0.10.2)
1258
2276
 
1259
2277
  ### Patches
@@ -1268,7 +2286,7 @@ Tue, 05 Jan 2021 12:29:33 GMT
1268
2286
 
1269
2287
  ## [0.10.1](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v0.10.1)
1270
2288
 
1271
- Fri, 18 Dec 2020 12:27:55 GMT
2289
+ Fri, 18 Dec 2020 12:27:55 GMT
1272
2290
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v0.10.0..@fluentui/web-components_v0.10.1)
1273
2291
 
1274
2292
  ### Patches
@@ -1277,7 +2295,7 @@ Fri, 18 Dec 2020 12:27:55 GMT
1277
2295
 
1278
2296
  ## [0.10.0](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v0.10.0)
1279
2297
 
1280
- Thu, 17 Dec 2020 12:30:15 GMT
2298
+ Thu, 17 Dec 2020 12:30:15 GMT
1281
2299
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v0.9.2..@fluentui/web-components_v0.10.0)
1282
2300
 
1283
2301
  ### Minor changes
@@ -1290,7 +2308,7 @@ Thu, 17 Dec 2020 12:30:15 GMT
1290
2308
 
1291
2309
  ## [0.9.2](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v0.9.2)
1292
2310
 
1293
- Wed, 16 Dec 2020 12:27:05 GMT
2311
+ Wed, 16 Dec 2020 12:27:05 GMT
1294
2312
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v0.9.1..@fluentui/web-components_v0.9.2)
1295
2313
 
1296
2314
  ### Patches
@@ -1299,7 +2317,7 @@ Wed, 16 Dec 2020 12:27:05 GMT
1299
2317
 
1300
2318
  ## [0.9.1](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v0.9.1)
1301
2319
 
1302
- Wed, 09 Dec 2020 12:27:00 GMT
2320
+ Wed, 09 Dec 2020 12:27:00 GMT
1303
2321
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v0.9.0..@fluentui/web-components_v0.9.1)
1304
2322
 
1305
2323
  ### Patches
@@ -1308,7 +2326,7 @@ Wed, 09 Dec 2020 12:27:00 GMT
1308
2326
 
1309
2327
  ## [0.9.0](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v0.9.0)
1310
2328
 
1311
- Wed, 02 Dec 2020 12:37:40 GMT
2329
+ Wed, 02 Dec 2020 12:37:40 GMT
1312
2330
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v0.8.1..@fluentui/web-components_v0.9.0)
1313
2331
 
1314
2332
  ### Minor changes
@@ -1317,7 +2335,7 @@ Wed, 02 Dec 2020 12:37:40 GMT
1317
2335
 
1318
2336
  ## [0.8.1](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v0.8.1)
1319
2337
 
1320
- Sat, 21 Nov 2020 02:00:44 GMT
2338
+ Sat, 21 Nov 2020 02:00:44 GMT
1321
2339
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v0.8.0..@fluentui/web-components_v0.8.1)
1322
2340
 
1323
2341
  ### Patches
@@ -1329,7 +2347,7 @@ Sat, 21 Nov 2020 02:00:44 GMT
1329
2347
 
1330
2348
  ## [0.8.0](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v0.8.0)
1331
2349
 
1332
- Wed, 18 Nov 2020 12:30:07 GMT
2350
+ Wed, 18 Nov 2020 12:30:07 GMT
1333
2351
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v0.7.2..@fluentui/web-components_v0.8.0)
1334
2352
 
1335
2353
  ### Minor changes
@@ -1338,7 +2356,7 @@ Wed, 18 Nov 2020 12:30:07 GMT
1338
2356
 
1339
2357
  ## [0.7.2](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v0.7.2)
1340
2358
 
1341
- Tue, 17 Nov 2020 12:36:24 GMT
2359
+ Tue, 17 Nov 2020 12:36:24 GMT
1342
2360
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v0.7.1..@fluentui/web-components_v0.7.2)
1343
2361
 
1344
2362
  ### Patches
@@ -1347,7 +2365,7 @@ Tue, 17 Nov 2020 12:36:24 GMT
1347
2365
 
1348
2366
  ## [0.7.1](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v0.7.1)
1349
2367
 
1350
- Thu, 05 Nov 2020 12:29:43 GMT
2368
+ Thu, 05 Nov 2020 12:29:43 GMT
1351
2369
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v0.7.0..@fluentui/web-components_v0.7.1)
1352
2370
 
1353
2371
  ### Patches
@@ -1356,7 +2374,7 @@ Thu, 05 Nov 2020 12:29:43 GMT
1356
2374
 
1357
2375
  ## [0.7.0](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v0.7.0)
1358
2376
 
1359
- Thu, 29 Oct 2020 12:34:59 GMT
2377
+ Thu, 29 Oct 2020 12:34:59 GMT
1360
2378
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v0.6.3..@fluentui/web-components_v0.7.0)
1361
2379
 
1362
2380
  ### Minor changes