@fluentui/web-components 3.0.0-beta.12 → 3.0.0-beta.120

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1217) hide show
  1. package/CHANGELOG.md +1196 -103
  2. package/README.md +57 -16
  3. package/custom-elements.json +28410 -0
  4. package/dist/esm/accordion/accordion.bench.d.ts +3 -0
  5. package/dist/esm/accordion/accordion.bench.js +30 -0
  6. package/dist/esm/accordion/accordion.bench.js.map +1 -0
  7. package/dist/esm/accordion/accordion.d.ts +76 -0
  8. package/dist/esm/accordion/accordion.js +54 -99
  9. package/dist/esm/accordion/accordion.js.map +1 -1
  10. package/dist/esm/accordion/accordion.options.d.ts +14 -0
  11. package/dist/esm/accordion/accordion.options.js +1 -1
  12. package/dist/esm/accordion/accordion.template.d.ts +7 -0
  13. package/dist/esm/accordion/accordion.template.js.map +1 -1
  14. package/dist/esm/accordion/index.d.ts +5 -0
  15. package/dist/esm/accordion/index.js +2 -1
  16. package/dist/esm/accordion/index.js.map +1 -1
  17. package/dist/esm/accordion-item/accordion-item.base.d.ts +59 -0
  18. package/dist/esm/accordion-item/accordion-item.base.js +77 -0
  19. package/dist/esm/accordion-item/accordion-item.base.js.map +1 -0
  20. package/dist/esm/accordion-item/accordion-item.bench.d.ts +3 -0
  21. package/dist/esm/accordion-item/accordion-item.bench.js +14 -0
  22. package/dist/esm/accordion-item/accordion-item.bench.js.map +1 -0
  23. package/dist/esm/accordion-item/accordion-item.d.ts +57 -0
  24. package/dist/esm/accordion-item/accordion-item.js +9 -84
  25. package/dist/esm/accordion-item/accordion-item.js.map +1 -1
  26. package/dist/esm/accordion-item/accordion-item.options.d.ts +27 -0
  27. package/dist/esm/accordion-item/accordion-item.options.js +1 -1
  28. package/dist/esm/accordion-item/accordion-item.options.js.map +1 -1
  29. package/dist/esm/accordion-item/accordion-item.styles.js +35 -58
  30. package/dist/esm/accordion-item/accordion-item.styles.js.map +1 -1
  31. package/dist/esm/accordion-item/accordion-item.template.d.ts +8 -0
  32. package/dist/esm/accordion-item/accordion-item.template.js +24 -43
  33. package/dist/esm/accordion-item/accordion-item.template.js.map +1 -1
  34. package/dist/esm/accordion-item/index.d.ts +7 -0
  35. package/dist/esm/accordion-item/index.js +3 -2
  36. package/dist/esm/accordion-item/index.js.map +1 -1
  37. package/dist/esm/anchor-button/anchor-button.base.d.ts +144 -0
  38. package/dist/esm/anchor-button/anchor-button.base.js +147 -0
  39. package/dist/esm/anchor-button/anchor-button.base.js.map +1 -0
  40. package/dist/esm/anchor-button/anchor-button.bench.d.ts +3 -0
  41. package/dist/esm/anchor-button/anchor-button.bench.js +11 -0
  42. package/dist/esm/anchor-button/anchor-button.bench.js.map +1 -0
  43. package/dist/esm/anchor-button/anchor-button.d.ts +84 -0
  44. package/dist/esm/anchor-button/anchor-button.definition.js +0 -3
  45. package/dist/esm/anchor-button/anchor-button.definition.js.map +1 -1
  46. package/dist/esm/anchor-button/anchor-button.js +38 -112
  47. package/dist/esm/anchor-button/anchor-button.js.map +1 -1
  48. package/dist/esm/anchor-button/anchor-button.options.d.ts +84 -0
  49. package/dist/esm/anchor-button/anchor-button.options.js +15 -0
  50. package/dist/esm/anchor-button/anchor-button.options.js.map +1 -1
  51. package/dist/esm/anchor-button/anchor-button.styles.js +9 -253
  52. package/dist/esm/anchor-button/anchor-button.styles.js.map +1 -1
  53. package/dist/esm/anchor-button/anchor-button.template.d.ts +12 -0
  54. package/dist/esm/anchor-button/anchor-button.template.js +7 -35
  55. package/dist/esm/anchor-button/anchor-button.template.js.map +1 -1
  56. package/dist/esm/anchor-button/index.d.ts +7 -0
  57. package/dist/esm/anchor-button/index.js +5 -3
  58. package/dist/esm/anchor-button/index.js.map +1 -1
  59. package/dist/esm/avatar/avatar.base.d.ts +30 -0
  60. package/dist/esm/avatar/avatar.base.js +25 -0
  61. package/dist/esm/avatar/avatar.base.js.map +1 -0
  62. package/dist/esm/avatar/avatar.bench.d.ts +3 -0
  63. package/dist/esm/avatar/avatar.bench.js +10 -0
  64. package/dist/esm/avatar/avatar.bench.js.map +1 -0
  65. package/dist/esm/avatar/avatar.d.ts +98 -0
  66. package/dist/esm/avatar/avatar.js +57 -51
  67. package/dist/esm/avatar/avatar.js.map +1 -1
  68. package/dist/esm/avatar/avatar.options.d.ts +142 -0
  69. package/dist/esm/avatar/avatar.template.d.ts +8 -0
  70. package/dist/esm/avatar/avatar.template.js +2 -4
  71. package/dist/esm/avatar/avatar.template.js.map +1 -1
  72. package/dist/esm/avatar/index.d.ts +6 -0
  73. package/dist/esm/avatar/index.js +3 -2
  74. package/dist/esm/avatar/index.js.map +1 -1
  75. package/dist/esm/badge/badge.bench.d.ts +3 -0
  76. package/dist/esm/badge/badge.bench.js +11 -0
  77. package/dist/esm/badge/badge.bench.js.map +1 -0
  78. package/dist/esm/badge/badge.d.ts +51 -0
  79. package/dist/esm/badge/badge.js +3 -7
  80. package/dist/esm/badge/badge.js.map +1 -1
  81. package/dist/esm/badge/badge.options.d.ts +74 -0
  82. package/dist/esm/badge/badge.styles.js +13 -8
  83. package/dist/esm/badge/badge.styles.js.map +1 -1
  84. package/dist/esm/badge/badge.template.d.ts +9 -0
  85. package/dist/esm/badge/badge.template.js.map +1 -1
  86. package/dist/esm/badge/index.d.ts +5 -0
  87. package/dist/esm/badge/index.js +2 -2
  88. package/dist/esm/badge/index.js.map +1 -1
  89. package/dist/esm/button/button.base.d.ts +235 -0
  90. package/dist/esm/button/button.base.js +297 -0
  91. package/dist/esm/button/button.base.js.map +1 -0
  92. package/dist/esm/button/button.bench.d.ts +3 -0
  93. package/dist/esm/button/button.bench.js +11 -0
  94. package/dist/esm/button/button.bench.js.map +1 -0
  95. package/dist/esm/button/button.d.ts +53 -0
  96. package/dist/esm/button/button.js +9 -273
  97. package/dist/esm/button/button.js.map +1 -1
  98. package/dist/esm/button/button.options.d.ts +82 -0
  99. package/dist/esm/button/button.options.js +0 -1
  100. package/dist/esm/button/button.options.js.map +1 -1
  101. package/dist/esm/button/button.styles.d.ts +10 -0
  102. package/dist/esm/button/button.styles.js +70 -49
  103. package/dist/esm/button/button.styles.js.map +1 -1
  104. package/dist/esm/button/button.template.d.ts +15 -0
  105. package/dist/esm/button/button.template.js +0 -1
  106. package/dist/esm/button/button.template.js.map +1 -1
  107. package/dist/esm/button/index.d.ts +7 -0
  108. package/dist/esm/button/index.js +5 -4
  109. package/dist/esm/button/index.js.map +1 -1
  110. package/dist/esm/checkbox/checkbox.base.d.ts +297 -0
  111. package/dist/esm/checkbox/checkbox.base.js +388 -0
  112. package/dist/esm/checkbox/checkbox.base.js.map +1 -0
  113. package/dist/esm/checkbox/checkbox.bench.d.ts +3 -0
  114. package/dist/esm/checkbox/checkbox.bench.js +11 -0
  115. package/dist/esm/checkbox/checkbox.bench.js.map +1 -0
  116. package/dist/esm/checkbox/checkbox.d.ts +62 -0
  117. package/dist/esm/checkbox/checkbox.definition.js +1 -1
  118. package/dist/esm/checkbox/checkbox.definition.js.map +1 -1
  119. package/dist/esm/checkbox/checkbox.js +43 -58
  120. package/dist/esm/checkbox/checkbox.js.map +1 -1
  121. package/dist/esm/checkbox/checkbox.options.d.ts +31 -0
  122. package/dist/esm/checkbox/checkbox.options.js +0 -8
  123. package/dist/esm/checkbox/checkbox.options.js.map +1 -1
  124. package/dist/esm/checkbox/checkbox.styles.js +136 -123
  125. package/dist/esm/checkbox/checkbox.styles.js.map +1 -1
  126. package/dist/esm/checkbox/checkbox.template.d.ts +13 -0
  127. package/dist/esm/checkbox/checkbox.template.js +22 -34
  128. package/dist/esm/checkbox/checkbox.template.js.map +1 -1
  129. package/dist/esm/checkbox/index.d.ts +7 -0
  130. package/dist/esm/checkbox/index.js +4 -3
  131. package/dist/esm/checkbox/index.js.map +1 -1
  132. package/dist/esm/compound-button/compound-button.bench.d.ts +3 -0
  133. package/dist/esm/compound-button/compound-button.bench.js +15 -0
  134. package/dist/esm/compound-button/compound-button.bench.js.map +1 -0
  135. package/dist/esm/compound-button/compound-button.d.ts +10 -0
  136. package/dist/esm/compound-button/compound-button.js +3 -0
  137. package/dist/esm/compound-button/compound-button.js.map +1 -1
  138. package/dist/esm/compound-button/compound-button.options.d.ts +46 -0
  139. package/dist/esm/compound-button/compound-button.styles.js +11 -7
  140. package/dist/esm/compound-button/compound-button.styles.js.map +1 -1
  141. package/dist/esm/compound-button/compound-button.template.d.ts +13 -0
  142. package/dist/esm/compound-button/compound-button.template.js +1 -1
  143. package/dist/esm/compound-button/compound-button.template.js.map +1 -1
  144. package/dist/esm/compound-button/index.d.ts +5 -0
  145. package/dist/esm/compound-button/index.js +2 -2
  146. package/dist/esm/compound-button/index.js.map +1 -1
  147. package/dist/esm/counter-badge/counter-badge.bench.d.ts +3 -0
  148. package/dist/esm/counter-badge/counter-badge.bench.js +11 -0
  149. package/dist/esm/counter-badge/counter-badge.bench.js.map +1 -0
  150. package/dist/esm/counter-badge/counter-badge.d.ts +99 -0
  151. package/dist/esm/counter-badge/counter-badge.js +11 -9
  152. package/dist/esm/counter-badge/counter-badge.js.map +1 -1
  153. package/dist/esm/counter-badge/counter-badge.options.d.ts +69 -0
  154. package/dist/esm/counter-badge/counter-badge.styles.js +2 -5
  155. package/dist/esm/counter-badge/counter-badge.styles.js.map +1 -1
  156. package/dist/esm/counter-badge/counter-badge.template.d.ts +7 -0
  157. package/dist/esm/counter-badge/counter-badge.template.js.map +1 -1
  158. package/dist/esm/counter-badge/index.d.ts +5 -0
  159. package/dist/esm/counter-badge/index.js +2 -2
  160. package/dist/esm/counter-badge/index.js.map +1 -1
  161. package/dist/esm/dialog/dialog.bench.d.ts +3 -0
  162. package/dist/esm/dialog/dialog.bench.js +11 -0
  163. package/dist/esm/dialog/dialog.bench.js.map +1 -0
  164. package/dist/esm/dialog/dialog.d.ts +63 -0
  165. package/dist/esm/dialog/dialog.js +51 -307
  166. package/dist/esm/dialog/dialog.js.map +1 -1
  167. package/dist/esm/dialog/dialog.options.d.ts +21 -0
  168. package/dist/esm/dialog/dialog.options.js +15 -1
  169. package/dist/esm/dialog/dialog.options.js.map +1 -1
  170. package/dist/esm/dialog/dialog.styles.js +75 -85
  171. package/dist/esm/dialog/dialog.styles.js.map +1 -1
  172. package/dist/esm/dialog/dialog.template.d.ts +7 -0
  173. package/dist/esm/dialog/dialog.template.js +13 -54
  174. package/dist/esm/dialog/dialog.template.js.map +1 -1
  175. package/dist/esm/dialog/index.d.ts +5 -0
  176. package/dist/esm/dialog/index.js +2 -1
  177. package/dist/esm/dialog/index.js.map +1 -1
  178. package/dist/esm/dialog-body/define.js +4 -0
  179. package/dist/esm/dialog-body/define.js.map +1 -0
  180. package/dist/esm/dialog-body/dialog-body.bench.d.ts +3 -0
  181. package/dist/esm/dialog-body/dialog-body.bench.js +11 -0
  182. package/dist/esm/dialog-body/dialog-body.bench.js.map +1 -0
  183. package/dist/esm/dialog-body/dialog-body.d.ts +18 -0
  184. package/dist/esm/dialog-body/dialog-body.definition.d.ts +9 -0
  185. package/dist/esm/dialog-body/dialog-body.definition.js +17 -0
  186. package/dist/esm/dialog-body/dialog-body.definition.js.map +1 -0
  187. package/dist/esm/dialog-body/dialog-body.js +28 -0
  188. package/dist/esm/dialog-body/dialog-body.js.map +1 -0
  189. package/dist/esm/dialog-body/dialog-body.styles.d.ts +4 -0
  190. package/dist/esm/dialog-body/dialog-body.styles.js +95 -0
  191. package/dist/esm/dialog-body/dialog-body.styles.js.map +1 -0
  192. package/dist/esm/dialog-body/dialog-body.template.d.ts +6 -0
  193. package/dist/esm/dialog-body/dialog-body.template.js +17 -0
  194. package/dist/esm/dialog-body/dialog-body.template.js.map +1 -0
  195. package/dist/esm/dialog-body/index.d.ts +4 -0
  196. package/dist/esm/dialog-body/index.js +5 -0
  197. package/dist/esm/dialog-body/index.js.map +1 -0
  198. package/dist/esm/divider/divider.base.d.ts +49 -0
  199. package/dist/esm/divider/divider.base.js +61 -0
  200. package/dist/esm/divider/divider.base.js.map +1 -0
  201. package/dist/esm/divider/divider.bench.d.ts +3 -0
  202. package/dist/esm/divider/divider.bench.js +10 -0
  203. package/dist/esm/divider/divider.bench.js.map +1 -0
  204. package/dist/esm/divider/divider.d.ts +30 -0
  205. package/dist/esm/divider/divider.js +9 -37
  206. package/dist/esm/divider/divider.js.map +1 -1
  207. package/dist/esm/divider/divider.options.d.ts +61 -0
  208. package/dist/esm/divider/divider.options.js +0 -1
  209. package/dist/esm/divider/divider.options.js.map +1 -1
  210. package/dist/esm/divider/divider.styles.js +3 -5
  211. package/dist/esm/divider/divider.styles.js.map +1 -1
  212. package/dist/esm/divider/divider.template.d.ts +8 -0
  213. package/dist/esm/divider/divider.template.js +1 -9
  214. package/dist/esm/divider/divider.template.js.map +1 -1
  215. package/dist/esm/divider/index.d.ts +6 -0
  216. package/dist/esm/divider/index.js +3 -2
  217. package/dist/esm/divider/index.js.map +1 -1
  218. package/dist/esm/drawer/define.js +4 -0
  219. package/dist/esm/drawer/define.js.map +1 -0
  220. package/dist/esm/drawer/drawer.d.ts +110 -0
  221. package/dist/esm/drawer/drawer.definition.d.ts +8 -0
  222. package/dist/esm/drawer/drawer.definition.js +16 -0
  223. package/dist/esm/drawer/drawer.definition.js.map +1 -0
  224. package/dist/esm/drawer/drawer.js +185 -0
  225. package/dist/esm/drawer/drawer.js.map +1 -0
  226. package/dist/esm/drawer/drawer.options.d.ts +40 -0
  227. package/dist/esm/drawer/drawer.options.js +25 -0
  228. package/dist/esm/drawer/drawer.options.js.map +1 -0
  229. package/dist/esm/drawer/drawer.styles.d.ts +4 -0
  230. package/dist/esm/drawer/drawer.styles.js +138 -0
  231. package/dist/esm/drawer/drawer.styles.js.map +1 -0
  232. package/dist/esm/drawer/drawer.template.d.ts +8 -0
  233. package/dist/esm/drawer/drawer.template.js +25 -0
  234. package/dist/esm/drawer/drawer.template.js.map +1 -0
  235. package/dist/esm/drawer/index.d.ts +5 -0
  236. package/dist/esm/drawer/index.js +6 -0
  237. package/dist/esm/drawer/index.js.map +1 -0
  238. package/dist/esm/drawer-body/define.js +4 -0
  239. package/dist/esm/drawer-body/define.js.map +1 -0
  240. package/dist/esm/drawer-body/drawer-body.d.ts +30 -0
  241. package/dist/esm/drawer-body/drawer-body.definition.d.ts +8 -0
  242. package/dist/esm/drawer-body/drawer-body.definition.js +16 -0
  243. package/dist/esm/drawer-body/drawer-body.definition.js.map +1 -0
  244. package/dist/esm/drawer-body/drawer-body.js +40 -0
  245. package/dist/esm/drawer-body/drawer-body.js.map +1 -0
  246. package/dist/esm/drawer-body/drawer-body.styles.d.ts +4 -0
  247. package/dist/esm/drawer-body/drawer-body.styles.js +37 -0
  248. package/dist/esm/drawer-body/drawer-body.styles.js.map +1 -0
  249. package/dist/esm/drawer-body/drawer-body.template.d.ts +8 -0
  250. package/dist/esm/drawer-body/drawer-body.template.js +21 -0
  251. package/dist/esm/drawer-body/drawer-body.template.js.map +1 -0
  252. package/dist/esm/drawer-body/index.d.ts +4 -0
  253. package/dist/esm/drawer-body/index.js +5 -0
  254. package/dist/esm/drawer-body/index.js.map +1 -0
  255. package/dist/esm/dropdown/define.js +4 -0
  256. package/dist/esm/dropdown/define.js.map +1 -0
  257. package/dist/esm/dropdown/dropdown.base.d.ts +493 -0
  258. package/dist/esm/dropdown/dropdown.base.js +833 -0
  259. package/dist/esm/dropdown/dropdown.base.js.map +1 -0
  260. package/dist/esm/dropdown/dropdown.d.ts +30 -0
  261. package/dist/esm/dropdown/dropdown.definition.d.ts +9 -0
  262. package/dist/esm/dropdown/dropdown.definition.js +17 -0
  263. package/dist/esm/dropdown/dropdown.definition.js.map +1 -0
  264. package/dist/esm/dropdown/dropdown.js +35 -0
  265. package/dist/esm/dropdown/dropdown.js.map +1 -0
  266. package/dist/esm/dropdown/dropdown.options.d.ts +53 -0
  267. package/dist/esm/dropdown/dropdown.options.js +43 -0
  268. package/dist/esm/dropdown/dropdown.options.js.map +1 -0
  269. package/dist/esm/dropdown/dropdown.styles.d.ts +6 -0
  270. package/dist/esm/dropdown/dropdown.styles.js +208 -0
  271. package/dist/esm/dropdown/dropdown.styles.js.map +1 -0
  272. package/dist/esm/dropdown/dropdown.template.d.ts +38 -0
  273. package/dist/esm/dropdown/dropdown.template.js +94 -0
  274. package/dist/esm/dropdown/dropdown.template.js.map +1 -0
  275. package/dist/esm/dropdown/index.d.ts +6 -0
  276. package/dist/esm/dropdown/index.js +7 -0
  277. package/dist/esm/dropdown/index.js.map +1 -0
  278. package/dist/esm/field/define.js +4 -0
  279. package/dist/esm/field/define.js.map +1 -0
  280. package/dist/esm/field/field.base.d.ts +123 -0
  281. package/dist/esm/field/field.base.js +201 -0
  282. package/dist/esm/field/field.base.js.map +1 -0
  283. package/dist/esm/field/field.bench.d.ts +3 -0
  284. package/dist/esm/field/field.bench.js +10 -0
  285. package/dist/esm/field/field.bench.js.map +1 -0
  286. package/dist/esm/field/field.d.ts +20 -0
  287. package/dist/esm/field/field.definition.d.ts +9 -0
  288. package/dist/esm/field/field.definition.js +20 -0
  289. package/dist/esm/field/field.definition.js.map +1 -0
  290. package/dist/esm/field/field.js +29 -0
  291. package/dist/esm/field/field.js.map +1 -0
  292. package/dist/esm/field/field.options.d.ts +43 -0
  293. package/dist/esm/field/field.options.js +27 -0
  294. package/dist/esm/field/field.options.js.map +1 -0
  295. package/dist/esm/field/field.styles.d.ts +6 -0
  296. package/dist/esm/field/field.styles.js +133 -0
  297. package/dist/esm/field/field.styles.js.map +1 -0
  298. package/dist/esm/field/field.template.d.ts +6 -0
  299. package/dist/esm/field/field.template.js +18 -0
  300. package/dist/esm/field/field.template.js.map +1 -0
  301. package/dist/esm/field/index.d.ts +7 -0
  302. package/dist/esm/field/index.js +7 -0
  303. package/dist/esm/field/index.js.map +1 -0
  304. package/dist/esm/image/image.bench.d.ts +3 -0
  305. package/dist/esm/image/image.bench.js +14 -0
  306. package/dist/esm/image/image.bench.js.map +1 -0
  307. package/dist/esm/image/image.d.ts +51 -0
  308. package/dist/esm/image/image.js +4 -6
  309. package/dist/esm/image/image.js.map +1 -1
  310. package/dist/esm/image/image.options.d.ts +26 -0
  311. package/dist/esm/image/image.options.js +0 -1
  312. package/dist/esm/image/image.options.js.map +1 -1
  313. package/dist/esm/image/image.template.d.ts +7 -0
  314. package/dist/esm/image/image.template.js.map +1 -1
  315. package/dist/esm/image/index.d.ts +5 -0
  316. package/dist/esm/image/index.js +2 -2
  317. package/dist/esm/image/index.js.map +1 -1
  318. package/dist/esm/index-rollup.d.ts +44 -0
  319. package/dist/esm/index-rollup.js +44 -1
  320. package/dist/esm/index-rollup.js.map +1 -1
  321. package/dist/esm/index.d.ts +65 -0
  322. package/dist/esm/index.js +52 -34
  323. package/dist/esm/index.js.map +1 -1
  324. package/dist/esm/label/index.d.ts +5 -0
  325. package/dist/esm/label/index.js +2 -1
  326. package/dist/esm/label/index.js.map +1 -1
  327. package/dist/esm/label/label.bench.d.ts +3 -0
  328. package/dist/esm/label/label.bench.js +11 -0
  329. package/dist/esm/label/label.bench.js.map +1 -0
  330. package/dist/esm/label/label.d.ts +43 -0
  331. package/dist/esm/label/label.js +4 -6
  332. package/dist/esm/label/label.js.map +1 -1
  333. package/dist/esm/label/label.options.d.ts +26 -0
  334. package/dist/esm/label/label.styles.js +12 -6
  335. package/dist/esm/label/label.styles.js.map +1 -1
  336. package/dist/esm/label/label.template.d.ts +8 -0
  337. package/dist/esm/label/label.template.js +1 -1
  338. package/dist/esm/label/label.template.js.map +1 -1
  339. package/dist/esm/link/define.js +4 -0
  340. package/dist/esm/link/define.js.map +1 -0
  341. package/dist/esm/link/index.d.ts +5 -0
  342. package/dist/esm/link/index.js +6 -0
  343. package/dist/esm/link/index.js.map +1 -0
  344. package/dist/esm/link/link.bench.d.ts +3 -0
  345. package/dist/esm/link/link.bench.js +11 -0
  346. package/dist/esm/link/link.bench.js.map +1 -0
  347. package/dist/esm/link/link.d.ts +35 -0
  348. package/dist/esm/link/link.definition.d.ts +7 -0
  349. package/dist/esm/link/link.definition.js +15 -0
  350. package/dist/esm/link/link.definition.js.map +1 -0
  351. package/dist/esm/link/link.js +38 -0
  352. package/dist/esm/link/link.js.map +1 -0
  353. package/dist/esm/link/link.options.d.ts +52 -0
  354. package/dist/esm/link/link.options.js +21 -0
  355. package/dist/esm/link/link.options.js.map +1 -0
  356. package/dist/esm/link/link.styles.js +71 -0
  357. package/dist/esm/link/link.styles.js.map +1 -0
  358. package/dist/esm/link/link.template.d.ts +12 -0
  359. package/dist/esm/link/link.template.js +22 -0
  360. package/dist/esm/link/link.template.js.map +1 -0
  361. package/dist/esm/listbox/define.js +4 -0
  362. package/dist/esm/listbox/define.js.map +1 -0
  363. package/dist/esm/listbox/index.d.ts +5 -0
  364. package/dist/esm/listbox/index.js +6 -0
  365. package/dist/esm/listbox/index.js.map +1 -0
  366. package/dist/esm/listbox/listbox.d.ts +124 -0
  367. package/dist/esm/listbox/listbox.definition.d.ts +9 -0
  368. package/dist/esm/listbox/listbox.definition.js +17 -0
  369. package/dist/esm/listbox/listbox.definition.js.map +1 -0
  370. package/dist/esm/listbox/listbox.js +191 -0
  371. package/dist/esm/listbox/listbox.js.map +1 -0
  372. package/dist/esm/listbox/listbox.options.d.ts +10 -0
  373. package/dist/esm/listbox/listbox.options.js +15 -0
  374. package/dist/esm/listbox/listbox.options.js.map +1 -0
  375. package/dist/esm/listbox/listbox.styles.d.ts +6 -0
  376. package/dist/esm/listbox/listbox.styles.js +62 -0
  377. package/dist/esm/listbox/listbox.styles.js.map +1 -0
  378. package/dist/esm/listbox/listbox.template.d.ts +16 -0
  379. package/dist/esm/listbox/listbox.template.js +26 -0
  380. package/dist/esm/listbox/listbox.template.js.map +1 -0
  381. package/dist/esm/menu/index.d.ts +4 -0
  382. package/dist/esm/menu/index.js +1 -1
  383. package/dist/esm/menu/index.js.map +1 -1
  384. package/dist/esm/menu/menu.bench.d.ts +3 -0
  385. package/dist/esm/menu/menu.bench.js +31 -0
  386. package/dist/esm/menu/menu.bench.js.map +1 -0
  387. package/dist/esm/menu/menu.d.ts +226 -0
  388. package/dist/esm/menu/menu.js +146 -182
  389. package/dist/esm/menu/menu.js.map +1 -1
  390. package/dist/esm/menu/menu.styles.js +53 -9
  391. package/dist/esm/menu/menu.styles.js.map +1 -1
  392. package/dist/esm/menu/menu.template.d.ts +4 -0
  393. package/dist/esm/menu/menu.template.js +3 -9
  394. package/dist/esm/menu/menu.template.js.map +1 -1
  395. package/dist/esm/menu-button/index.d.ts +6 -0
  396. package/dist/esm/menu-button/index.js +3 -3
  397. package/dist/esm/menu-button/index.js.map +1 -1
  398. package/dist/esm/menu-button/menu-button.bench.d.ts +3 -0
  399. package/dist/esm/menu-button/menu-button.bench.js +11 -0
  400. package/dist/esm/menu-button/menu-button.bench.js.map +1 -0
  401. package/dist/esm/menu-button/menu-button.d.ts +10 -0
  402. package/dist/esm/menu-button/menu-button.js +3 -0
  403. package/dist/esm/menu-button/menu-button.js.map +1 -1
  404. package/dist/esm/menu-button/menu-button.options.d.ts +46 -0
  405. package/dist/esm/menu-button/menu-button.template.d.ts +7 -0
  406. package/dist/esm/menu-button/menu-button.template.js.map +1 -1
  407. package/dist/esm/menu-item/index.d.ts +6 -0
  408. package/dist/esm/menu-item/index.js +4 -3
  409. package/dist/esm/menu-item/index.js.map +1 -1
  410. package/dist/esm/menu-item/menu-item.bench.d.ts +3 -0
  411. package/dist/esm/menu-item/menu-item.bench.js +11 -0
  412. package/dist/esm/menu-item/menu-item.bench.js.map +1 -0
  413. package/dist/esm/menu-item/menu-item.d.ts +145 -0
  414. package/dist/esm/menu-item/menu-item.js +103 -127
  415. package/dist/esm/menu-item/menu-item.js.map +1 -1
  416. package/dist/esm/menu-item/menu-item.options.d.ts +40 -0
  417. package/dist/esm/menu-item/menu-item.options.js +14 -0
  418. package/dist/esm/menu-item/menu-item.options.js.map +1 -1
  419. package/dist/esm/menu-item/menu-item.styles.js +98 -122
  420. package/dist/esm/menu-item/menu-item.styles.js.map +1 -1
  421. package/dist/esm/menu-item/menu-item.template.js +15 -50
  422. package/dist/esm/menu-item/menu-item.template.js.map +1 -1
  423. package/dist/esm/menu-list/index.d.ts +4 -0
  424. package/dist/esm/menu-list/index.js +1 -1
  425. package/dist/esm/menu-list/index.js.map +1 -1
  426. package/dist/esm/menu-list/menu-list.bench.d.ts +3 -0
  427. package/dist/esm/menu-list/menu-list.bench.js +21 -0
  428. package/dist/esm/menu-list/menu-list.bench.js.map +1 -0
  429. package/dist/esm/menu-list/menu-list.d.ts +80 -0
  430. package/dist/esm/menu-list/menu-list.js +36 -72
  431. package/dist/esm/menu-list/menu-list.js.map +1 -1
  432. package/dist/esm/menu-list/menu-list.template.d.ts +4 -0
  433. package/dist/esm/menu-list/menu-list.template.js +0 -1
  434. package/dist/esm/menu-list/menu-list.template.js.map +1 -1
  435. package/dist/esm/message-bar/define.js +4 -0
  436. package/dist/esm/message-bar/define.js.map +1 -0
  437. package/dist/esm/message-bar/index.d.ts +5 -0
  438. package/dist/esm/message-bar/index.js +6 -0
  439. package/dist/esm/message-bar/index.js.map +1 -0
  440. package/dist/esm/message-bar/message-bar.bench.d.ts +3 -0
  441. package/dist/esm/message-bar/message-bar.bench.js +56 -0
  442. package/dist/esm/message-bar/message-bar.bench.js.map +1 -0
  443. package/dist/esm/message-bar/message-bar.d.ts +50 -0
  444. package/dist/esm/message-bar/message-bar.definition.d.ts +9 -0
  445. package/dist/esm/message-bar/message-bar.definition.js +20 -0
  446. package/dist/esm/message-bar/message-bar.definition.js.map +1 -0
  447. package/dist/esm/message-bar/message-bar.js +41 -0
  448. package/dist/esm/message-bar/message-bar.js.map +1 -0
  449. package/dist/esm/message-bar/message-bar.options.d.ts +30 -0
  450. package/dist/esm/message-bar/message-bar.options.js +27 -0
  451. package/dist/esm/message-bar/message-bar.options.js.map +1 -0
  452. package/dist/esm/message-bar/message-bar.styles.d.ts +7 -0
  453. package/dist/esm/message-bar/message-bar.styles.js +107 -0
  454. package/dist/esm/message-bar/message-bar.styles.js.map +1 -0
  455. package/dist/esm/message-bar/message-bar.template.d.ts +14 -0
  456. package/dist/esm/message-bar/message-bar.template.js +25 -0
  457. package/dist/esm/message-bar/message-bar.template.js.map +1 -0
  458. package/dist/esm/option/define.js +4 -0
  459. package/dist/esm/option/define.js.map +1 -0
  460. package/dist/esm/option/index.d.ts +5 -0
  461. package/dist/esm/option/index.js +6 -0
  462. package/dist/esm/option/index.js.map +1 -0
  463. package/dist/esm/option/option.d.ts +262 -0
  464. package/dist/esm/option/option.definition.d.ts +9 -0
  465. package/dist/esm/option/option.definition.js +17 -0
  466. package/dist/esm/option/option.definition.js.map +1 -0
  467. package/dist/esm/option/option.js +299 -0
  468. package/dist/esm/option/option.js.map +1 -0
  469. package/dist/esm/option/option.options.d.ts +20 -0
  470. package/dist/esm/option/option.options.js +15 -0
  471. package/dist/esm/option/option.options.js.map +1 -0
  472. package/dist/esm/option/option.styles.d.ts +6 -0
  473. package/dist/esm/option/option.styles.js +128 -0
  474. package/dist/esm/option/option.styles.js.map +1 -0
  475. package/dist/esm/option/option.template.d.ts +16 -0
  476. package/dist/esm/option/option.template.js +42 -0
  477. package/dist/esm/option/option.template.js.map +1 -0
  478. package/dist/esm/patterns/aria-globals.js +1 -6
  479. package/dist/esm/patterns/aria-globals.js.map +1 -1
  480. package/dist/esm/patterns/start-end.d.ts +58 -0
  481. package/dist/esm/patterns/start-end.js +12 -0
  482. package/dist/esm/patterns/start-end.js.map +1 -1
  483. package/dist/esm/progress-bar/index.d.ts +6 -0
  484. package/dist/esm/progress-bar/index.js +3 -2
  485. package/dist/esm/progress-bar/index.js.map +1 -1
  486. package/dist/esm/progress-bar/progress-bar.base.d.ts +72 -0
  487. package/dist/esm/progress-bar/progress-bar.base.js +101 -0
  488. package/dist/esm/progress-bar/progress-bar.base.js.map +1 -0
  489. package/dist/esm/progress-bar/progress-bar.bench.d.ts +3 -0
  490. package/dist/esm/progress-bar/progress-bar.bench.js +10 -0
  491. package/dist/esm/progress-bar/progress-bar.bench.js.map +1 -0
  492. package/dist/esm/progress-bar/progress-bar.d.ts +25 -0
  493. package/dist/esm/progress-bar/progress-bar.js +6 -27
  494. package/dist/esm/progress-bar/progress-bar.js.map +1 -1
  495. package/dist/esm/progress-bar/progress-bar.options.d.ts +41 -0
  496. package/dist/esm/progress-bar/progress-bar.options.js.map +1 -1
  497. package/dist/esm/progress-bar/progress-bar.styles.js +58 -126
  498. package/dist/esm/progress-bar/progress-bar.styles.js.map +1 -1
  499. package/dist/esm/progress-bar/progress-bar.template.d.ts +4 -0
  500. package/dist/esm/progress-bar/progress-bar.template.js +4 -28
  501. package/dist/esm/progress-bar/progress-bar.template.js.map +1 -1
  502. package/dist/esm/radio/index.d.ts +5 -0
  503. package/dist/esm/radio/index.js +1 -1
  504. package/dist/esm/radio/index.js.map +1 -1
  505. package/dist/esm/radio/radio.bench.d.ts +3 -0
  506. package/dist/esm/radio/radio.bench.js +11 -0
  507. package/dist/esm/radio/radio.bench.js.map +1 -0
  508. package/dist/esm/radio/radio.d.ts +62 -0
  509. package/dist/esm/radio/radio.js +52 -76
  510. package/dist/esm/radio/radio.js.map +1 -1
  511. package/dist/esm/radio/radio.options.d.ts +14 -0
  512. package/dist/esm/radio/radio.options.js +2 -0
  513. package/dist/esm/radio/radio.options.js.map +1 -0
  514. package/dist/esm/radio/radio.styles.d.ts +6 -0
  515. package/dist/esm/radio/radio.styles.js +95 -88
  516. package/dist/esm/radio/radio.styles.js.map +1 -1
  517. package/dist/esm/radio/radio.template.d.ts +16 -0
  518. package/dist/esm/radio/radio.template.js +21 -24
  519. package/dist/esm/radio/radio.template.js.map +1 -1
  520. package/dist/esm/radio-group/index.d.ts +5 -0
  521. package/dist/esm/radio-group/index.js +2 -1
  522. package/dist/esm/radio-group/index.js.map +1 -1
  523. package/dist/esm/radio-group/radio-group.bench.d.ts +3 -0
  524. package/dist/esm/radio-group/radio-group.bench.js +21 -0
  525. package/dist/esm/radio-group/radio-group.bench.js.map +1 -0
  526. package/dist/esm/radio-group/radio-group.d.ts +268 -0
  527. package/dist/esm/radio-group/radio-group.js +423 -319
  528. package/dist/esm/radio-group/radio-group.js.map +1 -1
  529. package/dist/esm/radio-group/radio-group.options.d.ts +14 -0
  530. package/dist/esm/radio-group/radio-group.styles.js +30 -32
  531. package/dist/esm/radio-group/radio-group.styles.js.map +1 -1
  532. package/dist/esm/radio-group/radio-group.template.d.ts +4 -0
  533. package/dist/esm/radio-group/radio-group.template.js +6 -21
  534. package/dist/esm/radio-group/radio-group.template.js.map +1 -1
  535. package/dist/esm/rating-display/define.d.ts +1 -0
  536. package/dist/esm/rating-display/define.js +4 -0
  537. package/dist/esm/rating-display/define.js.map +1 -0
  538. package/dist/esm/rating-display/index.d.ts +6 -0
  539. package/dist/esm/rating-display/index.js +7 -0
  540. package/dist/esm/rating-display/index.js.map +1 -0
  541. package/dist/esm/rating-display/rating-display.base.d.ts +89 -0
  542. package/dist/esm/rating-display/rating-display.base.js +94 -0
  543. package/dist/esm/rating-display/rating-display.base.js.map +1 -0
  544. package/dist/esm/rating-display/rating-display.d.ts +50 -0
  545. package/dist/esm/rating-display/rating-display.definition.d.ts +9 -0
  546. package/dist/esm/rating-display/rating-display.definition.js +17 -0
  547. package/dist/esm/rating-display/rating-display.definition.js.map +1 -0
  548. package/dist/esm/rating-display/rating-display.js +50 -0
  549. package/dist/esm/rating-display/rating-display.js.map +1 -0
  550. package/dist/esm/rating-display/rating-display.options.d.ts +29 -0
  551. package/dist/esm/rating-display/rating-display.options.js +19 -0
  552. package/dist/esm/rating-display/rating-display.options.js.map +1 -0
  553. package/dist/esm/rating-display/rating-display.styles.d.ts +6 -0
  554. package/dist/esm/rating-display/rating-display.styles.js +123 -0
  555. package/dist/esm/rating-display/rating-display.styles.js.map +1 -0
  556. package/dist/esm/rating-display/rating-display.template.d.ts +14 -0
  557. package/dist/esm/rating-display/rating-display.template.js +34 -0
  558. package/dist/esm/rating-display/rating-display.template.js.map +1 -0
  559. package/dist/esm/slider/define.d.ts +1 -0
  560. package/dist/esm/slider/index.d.ts +6 -0
  561. package/dist/esm/slider/index.js +2 -2
  562. package/dist/esm/slider/index.js.map +1 -1
  563. package/dist/esm/slider/slider-utilities.js.map +1 -1
  564. package/dist/esm/slider/slider.bench.d.ts +3 -0
  565. package/dist/esm/slider/slider.bench.js +10 -0
  566. package/dist/esm/slider/slider.bench.js.map +1 -0
  567. package/dist/esm/slider/slider.d.ts +358 -0
  568. package/dist/esm/slider/slider.js +436 -243
  569. package/dist/esm/slider/slider.js.map +1 -1
  570. package/dist/esm/slider/slider.options.d.ts +56 -0
  571. package/dist/esm/slider/slider.styles.js +120 -128
  572. package/dist/esm/slider/slider.styles.js.map +1 -1
  573. package/dist/esm/slider/slider.template.d.ts +5 -0
  574. package/dist/esm/slider/slider.template.js +12 -29
  575. package/dist/esm/slider/slider.template.js.map +1 -1
  576. package/dist/esm/spinner/define.d.ts +1 -0
  577. package/dist/esm/spinner/index.d.ts +6 -0
  578. package/dist/esm/spinner/index.js +3 -2
  579. package/dist/esm/spinner/index.js.map +1 -1
  580. package/dist/esm/spinner/spinner.base.d.ts +14 -0
  581. package/dist/esm/spinner/spinner.base.js +18 -0
  582. package/dist/esm/spinner/spinner.base.js.map +1 -0
  583. package/dist/esm/spinner/spinner.bench.d.ts +3 -0
  584. package/dist/esm/spinner/spinner.bench.js +10 -0
  585. package/dist/esm/spinner/spinner.bench.js.map +1 -0
  586. package/dist/esm/spinner/spinner.d.ts +27 -0
  587. package/dist/esm/spinner/spinner.js +8 -9
  588. package/dist/esm/spinner/spinner.js.map +1 -1
  589. package/dist/esm/spinner/spinner.options.d.ts +32 -0
  590. package/dist/esm/spinner/spinner.styles.js +115 -54
  591. package/dist/esm/spinner/spinner.styles.js.map +1 -1
  592. package/dist/esm/spinner/spinner.template.d.ts +2 -0
  593. package/dist/esm/spinner/spinner.template.js +16 -47
  594. package/dist/esm/spinner/spinner.template.js.map +1 -1
  595. package/dist/esm/styles/partials/badge.partials.js +4 -5
  596. package/dist/esm/styles/partials/badge.partials.js.map +1 -1
  597. package/dist/esm/styles/partials/index.d.ts +2 -0
  598. package/dist/esm/styles/partials/index.js +1 -0
  599. package/dist/esm/styles/partials/index.js.map +1 -1
  600. package/dist/esm/styles/partials/typography.partials.d.ts +18 -0
  601. package/dist/esm/styles/partials/typography.partials.js +105 -0
  602. package/dist/esm/styles/partials/typography.partials.js.map +1 -0
  603. package/dist/esm/styles/states/index.d.ts +139 -0
  604. package/dist/esm/styles/states/index.js +141 -0
  605. package/dist/esm/styles/states/index.js.map +1 -0
  606. package/dist/esm/switch/define.d.ts +1 -0
  607. package/dist/esm/switch/index.d.ts +6 -0
  608. package/dist/esm/switch/index.js +2 -2
  609. package/dist/esm/switch/index.js.map +1 -1
  610. package/dist/esm/switch/switch.bench.d.ts +3 -0
  611. package/dist/esm/switch/switch.bench.js +11 -0
  612. package/dist/esm/switch/switch.bench.js.map +1 -0
  613. package/dist/esm/switch/switch.d.ts +15 -0
  614. package/dist/esm/switch/switch.js +10 -54
  615. package/dist/esm/switch/switch.js.map +1 -1
  616. package/dist/esm/switch/switch.options.d.ts +15 -0
  617. package/dist/esm/switch/switch.styles.js +39 -56
  618. package/dist/esm/switch/switch.styles.js.map +1 -1
  619. package/dist/esm/switch/switch.template.d.ts +4 -0
  620. package/dist/esm/switch/switch.template.js +5 -16
  621. package/dist/esm/switch/switch.template.js.map +1 -1
  622. package/dist/esm/tab/define.d.ts +1 -0
  623. package/dist/esm/tab/index.d.ts +6 -0
  624. package/dist/esm/tab/index.js +4 -3
  625. package/dist/esm/tab/index.js.map +1 -1
  626. package/dist/esm/tab/tab.bench.d.ts +3 -0
  627. package/dist/esm/tab/tab.bench.js +11 -0
  628. package/dist/esm/tab/tab.bench.js.map +1 -0
  629. package/dist/esm/tab/tab.d.ts +26 -0
  630. package/dist/esm/tab/tab.js +4 -7
  631. package/dist/esm/tab/tab.js.map +1 -1
  632. package/dist/esm/tab/tab.options.d.ts +10 -0
  633. package/dist/esm/tab/tab.options.js +15 -0
  634. package/dist/esm/tab/tab.options.js.map +1 -0
  635. package/dist/esm/tab/tab.styles.js +12 -7
  636. package/dist/esm/tab/tab.styles.js.map +1 -1
  637. package/dist/esm/tab/tab.template.d.ts +4 -0
  638. package/dist/esm/tab/tab.template.js.map +1 -1
  639. package/dist/esm/tab-panel/define.d.ts +1 -0
  640. package/dist/esm/tab-panel/define.js +3 -0
  641. package/dist/esm/tab-panel/define.js.map +1 -1
  642. package/dist/esm/tab-panel/index.d.ts +4 -0
  643. package/dist/esm/tab-panel/index.js +1 -1
  644. package/dist/esm/tab-panel/index.js.map +1 -1
  645. package/dist/esm/tab-panel/tab-panel.bench.d.ts +3 -0
  646. package/dist/esm/tab-panel/tab-panel.bench.js +13 -0
  647. package/dist/esm/tab-panel/tab-panel.bench.js.map +1 -0
  648. package/dist/esm/tab-panel/tab-panel.d.ts +8 -0
  649. package/dist/esm/tab-panel/tab-panel.definition.d.ts +5 -0
  650. package/dist/esm/tab-panel/tab-panel.definition.js +3 -0
  651. package/dist/esm/tab-panel/tab-panel.definition.js.map +1 -1
  652. package/dist/esm/tab-panel/tab-panel.js +5 -0
  653. package/dist/esm/tab-panel/tab-panel.js.map +1 -1
  654. package/dist/esm/tab-panel/tab-panel.template.d.ts +7 -0
  655. package/dist/esm/tab-panel/tab-panel.template.js +3 -0
  656. package/dist/esm/tab-panel/tab-panel.template.js.map +1 -1
  657. package/dist/esm/tablist/define.d.ts +1 -0
  658. package/dist/esm/tablist/define.js +4 -0
  659. package/dist/esm/tablist/define.js.map +1 -0
  660. package/dist/esm/tablist/index.d.ts +6 -0
  661. package/dist/esm/tablist/index.js +7 -0
  662. package/dist/esm/tablist/index.js.map +1 -0
  663. package/dist/esm/tablist/tablist.base.d.ts +106 -0
  664. package/dist/esm/tablist/tablist.base.js +265 -0
  665. package/dist/esm/tablist/tablist.base.js.map +1 -0
  666. package/dist/esm/tablist/tablist.bench.d.ts +3 -0
  667. package/dist/esm/tablist/tablist.bench.js +21 -0
  668. package/dist/esm/tablist/tablist.bench.js.map +1 -0
  669. package/dist/esm/tablist/tablist.d.ts +94 -0
  670. package/dist/esm/tablist/tablist.definition.d.ts +7 -0
  671. package/dist/esm/tablist/tablist.definition.js +15 -0
  672. package/dist/esm/tablist/tablist.definition.js.map +1 -0
  673. package/dist/esm/tablist/tablist.js +161 -0
  674. package/dist/esm/tablist/tablist.js.map +1 -0
  675. package/dist/esm/tablist/tablist.options.d.ts +41 -0
  676. package/dist/esm/tablist/tablist.options.js +24 -0
  677. package/dist/esm/tablist/tablist.options.js.map +1 -0
  678. package/dist/esm/tablist/tablist.styles.d.ts +4 -0
  679. package/dist/esm/tablist/tablist.styles.js +193 -0
  680. package/dist/esm/tablist/tablist.styles.js.map +1 -0
  681. package/dist/esm/tablist/tablist.template.d.ts +5 -0
  682. package/dist/esm/tablist/tablist.template.js +10 -0
  683. package/dist/esm/tablist/tablist.template.js.map +1 -0
  684. package/dist/esm/tabs/define.d.ts +1 -0
  685. package/dist/esm/tabs/define.js +3 -0
  686. package/dist/esm/tabs/define.js.map +1 -1
  687. package/dist/esm/tabs/index.d.ts +6 -0
  688. package/dist/esm/tabs/index.js +4 -4
  689. package/dist/esm/tabs/index.js.map +1 -1
  690. package/dist/esm/tabs/tabs.base.d.ts +90 -0
  691. package/dist/esm/tabs/tabs.base.js +279 -0
  692. package/dist/esm/tabs/tabs.base.js.map +1 -0
  693. package/dist/esm/tabs/tabs.bench.d.ts +3 -0
  694. package/dist/esm/tabs/tabs.bench.js +32 -0
  695. package/dist/esm/tabs/tabs.bench.js.map +1 -0
  696. package/dist/esm/tabs/tabs.d.ts +100 -0
  697. package/dist/esm/tabs/tabs.definition.d.ts +5 -0
  698. package/dist/esm/tabs/tabs.definition.js +3 -0
  699. package/dist/esm/tabs/tabs.definition.js.map +1 -1
  700. package/dist/esm/tabs/tabs.js +44 -300
  701. package/dist/esm/tabs/tabs.js.map +1 -1
  702. package/dist/esm/tabs/tabs.options.d.ts +32 -0
  703. package/dist/esm/tabs/tabs.styles.d.ts +1 -0
  704. package/dist/esm/tabs/tabs.template.d.ts +8 -0
  705. package/dist/esm/tabs/tabs.template.js +3 -0
  706. package/dist/esm/tabs/tabs.template.js.map +1 -1
  707. package/dist/esm/text/define.d.ts +1 -0
  708. package/dist/esm/text/index.d.ts +5 -0
  709. package/dist/esm/text/index.js +2 -2
  710. package/dist/esm/text/index.js.map +1 -1
  711. package/dist/esm/text/text.bench.d.ts +3 -0
  712. package/dist/esm/text/text.bench.js +13 -0
  713. package/dist/esm/text/text.bench.js.map +1 -0
  714. package/dist/esm/text/text.d.ts +100 -0
  715. package/dist/esm/text/text.js +10 -6
  716. package/dist/esm/text/text.js.map +1 -1
  717. package/dist/esm/text/text.options.d.ts +67 -0
  718. package/dist/esm/text/text.styles.js +33 -32
  719. package/dist/esm/text/text.styles.js.map +1 -1
  720. package/dist/esm/text/text.template.d.ts +6 -0
  721. package/dist/esm/text/text.template.js.map +1 -1
  722. package/dist/esm/text-input/define.d.ts +1 -0
  723. package/dist/esm/text-input/index.d.ts +7 -0
  724. package/dist/esm/text-input/index.js +5 -4
  725. package/dist/esm/text-input/index.js.map +1 -1
  726. package/dist/esm/text-input/text-input.base.d.ts +402 -0
  727. package/dist/esm/text-input/text-input.base.js +423 -0
  728. package/dist/esm/text-input/text-input.base.js.map +1 -0
  729. package/dist/esm/text-input/text-input.bench.d.ts +3 -0
  730. package/dist/esm/text-input/text-input.bench.js +10 -0
  731. package/dist/esm/text-input/text-input.bench.js.map +1 -0
  732. package/dist/esm/text-input/text-input.d.ts +38 -0
  733. package/dist/esm/text-input/text-input.definition.d.ts +9 -0
  734. package/dist/esm/text-input/text-input.definition.js +5 -3
  735. package/dist/esm/text-input/text-input.definition.js.map +1 -1
  736. package/dist/esm/text-input/text-input.js +16 -174
  737. package/dist/esm/text-input/text-input.js.map +1 -1
  738. package/dist/esm/text-input/text-input.options.d.ts +51 -0
  739. package/dist/esm/text-input/text-input.options.js +26 -19
  740. package/dist/esm/text-input/text-input.options.js.map +1 -1
  741. package/dist/esm/text-input/text-input.styles.d.ts +7 -0
  742. package/dist/esm/text-input/text-input.styles.js +22 -12
  743. package/dist/esm/text-input/text-input.styles.js.map +1 -1
  744. package/dist/esm/text-input/text-input.template.d.ts +13 -0
  745. package/dist/esm/text-input/text-input.template.js +45 -55
  746. package/dist/esm/text-input/text-input.template.js.map +1 -1
  747. package/dist/esm/textarea/define.d.ts +1 -0
  748. package/dist/esm/textarea/define.js +4 -0
  749. package/dist/esm/textarea/define.js.map +1 -0
  750. package/dist/esm/textarea/index.d.ts +6 -0
  751. package/dist/esm/textarea/index.js +7 -0
  752. package/dist/esm/textarea/index.js.map +1 -0
  753. package/dist/esm/textarea/textarea.base.d.ts +348 -0
  754. package/dist/esm/textarea/textarea.base.js +502 -0
  755. package/dist/esm/textarea/textarea.base.js.map +1 -0
  756. package/dist/esm/textarea/textarea.bench.d.ts +3 -0
  757. package/dist/esm/textarea/textarea.bench.js +10 -0
  758. package/dist/esm/textarea/textarea.bench.js.map +1 -0
  759. package/dist/esm/textarea/textarea.d.ts +47 -0
  760. package/dist/esm/textarea/textarea.definition.d.ts +9 -0
  761. package/dist/esm/textarea/textarea.definition.js +20 -0
  762. package/dist/esm/textarea/textarea.definition.js.map +1 -0
  763. package/dist/esm/textarea/textarea.js +73 -0
  764. package/dist/esm/textarea/textarea.js.map +1 -0
  765. package/dist/esm/textarea/textarea.options.d.ts +49 -0
  766. package/dist/esm/textarea/textarea.options.js +48 -0
  767. package/dist/esm/textarea/textarea.options.js.map +1 -0
  768. package/dist/esm/textarea/textarea.styles.d.ts +7 -0
  769. package/dist/esm/textarea/textarea.styles.js +268 -0
  770. package/dist/esm/textarea/textarea.styles.js.map +1 -0
  771. package/dist/esm/textarea/textarea.template.d.ts +12 -0
  772. package/dist/esm/textarea/textarea.template.js +42 -0
  773. package/dist/esm/textarea/textarea.template.js.map +1 -0
  774. package/dist/esm/theme/design-tokens.d.ts +2220 -0
  775. package/dist/esm/theme/design-tokens.js +1837 -1
  776. package/dist/esm/theme/design-tokens.js.map +1 -1
  777. package/dist/esm/theme/index.d.ts +2 -0
  778. package/dist/esm/theme/index.js.map +1 -1
  779. package/dist/esm/theme/set-theme.d.ts +29 -0
  780. package/dist/esm/theme/set-theme.global.bench.d.ts +3 -0
  781. package/dist/esm/theme/set-theme.global.bench.js +25 -0
  782. package/dist/esm/theme/set-theme.global.bench.js.map +1 -0
  783. package/dist/esm/theme/set-theme.js +185 -12
  784. package/dist/esm/theme/set-theme.js.map +1 -1
  785. package/dist/esm/theme/set-theme.local.bench.d.ts +3 -0
  786. package/dist/esm/theme/set-theme.local.bench.js +27 -0
  787. package/dist/esm/theme/set-theme.local.bench.js.map +1 -0
  788. package/dist/esm/theme/set-theme.shadow.bench.d.ts +3 -0
  789. package/dist/esm/theme/set-theme.shadow.bench.js +29 -0
  790. package/dist/esm/theme/set-theme.shadow.bench.js.map +1 -0
  791. package/dist/esm/toggle-button/define.d.ts +1 -0
  792. package/dist/esm/toggle-button/index.d.ts +6 -0
  793. package/dist/esm/toggle-button/index.js +4 -4
  794. package/dist/esm/toggle-button/index.js.map +1 -1
  795. package/dist/esm/toggle-button/toggle-button.bench.d.ts +3 -0
  796. package/dist/esm/toggle-button/toggle-button.bench.js +11 -0
  797. package/dist/esm/toggle-button/toggle-button.bench.js.map +1 -0
  798. package/dist/esm/toggle-button/toggle-button.d.ts +53 -0
  799. package/dist/esm/toggle-button/toggle-button.js +5 -7
  800. package/dist/esm/toggle-button/toggle-button.js.map +1 -1
  801. package/dist/esm/toggle-button/toggle-button.options.d.ts +46 -0
  802. package/dist/esm/toggle-button/toggle-button.styles.js +26 -23
  803. package/dist/esm/toggle-button/toggle-button.styles.js.map +1 -1
  804. package/dist/esm/toggle-button/toggle-button.template.d.ts +7 -0
  805. package/dist/esm/tooltip/define.d.ts +1 -0
  806. package/dist/esm/tooltip/define.js +4 -0
  807. package/dist/esm/tooltip/define.js.map +1 -0
  808. package/dist/esm/tooltip/index.d.ts +5 -0
  809. package/dist/esm/tooltip/index.js +6 -0
  810. package/dist/esm/tooltip/index.js.map +1 -0
  811. package/dist/esm/tooltip/tooltip.d.ts +98 -0
  812. package/dist/esm/tooltip/tooltip.definition.d.ts +9 -0
  813. package/dist/esm/tooltip/tooltip.definition.js +17 -0
  814. package/dist/esm/tooltip/tooltip.definition.js.map +1 -0
  815. package/dist/esm/tooltip/tooltip.js +202 -0
  816. package/dist/esm/tooltip/tooltip.js.map +1 -0
  817. package/dist/esm/tooltip/tooltip.options.d.ts +24 -0
  818. package/dist/esm/tooltip/tooltip.options.js +19 -0
  819. package/dist/esm/tooltip/tooltip.options.js.map +1 -0
  820. package/dist/esm/tooltip/tooltip.styles.d.ts +5 -0
  821. package/dist/esm/tooltip/tooltip.styles.js +96 -0
  822. package/dist/esm/tooltip/tooltip.styles.js.map +1 -0
  823. package/dist/esm/tooltip/tooltip.template.d.ts +6 -0
  824. package/dist/esm/tooltip/tooltip.template.js +11 -0
  825. package/dist/esm/tooltip/tooltip.template.js.map +1 -0
  826. package/dist/esm/tree/define.d.ts +1 -0
  827. package/dist/esm/tree/define.js +4 -0
  828. package/dist/esm/tree/define.js.map +1 -0
  829. package/dist/esm/tree/index.d.ts +5 -0
  830. package/dist/esm/tree/index.js +6 -0
  831. package/dist/esm/tree/index.js.map +1 -0
  832. package/dist/esm/tree/tree.base.d.ts +68 -0
  833. package/dist/esm/tree/tree.base.js +231 -0
  834. package/dist/esm/tree/tree.base.js.map +1 -0
  835. package/dist/esm/tree/tree.bench.d.ts +3 -0
  836. package/dist/esm/tree/tree.bench.js +10 -0
  837. package/dist/esm/tree/tree.bench.js.map +1 -0
  838. package/dist/esm/tree/tree.d.ts +34 -0
  839. package/dist/esm/tree/tree.definition.d.ts +8 -0
  840. package/dist/esm/tree/tree.definition.js +16 -0
  841. package/dist/esm/tree/tree.definition.js.map +1 -0
  842. package/dist/esm/tree/tree.js +61 -0
  843. package/dist/esm/tree/tree.js.map +1 -0
  844. package/dist/esm/tree/tree.styles.d.ts +1 -0
  845. package/dist/esm/tree/tree.styles.js +10 -0
  846. package/dist/esm/tree/tree.styles.js.map +1 -0
  847. package/dist/esm/tree/tree.template.d.ts +2 -0
  848. package/dist/esm/tree/tree.template.js +20 -0
  849. package/dist/esm/tree/tree.template.js.map +1 -0
  850. package/dist/esm/tree-item/define.d.ts +1 -0
  851. package/dist/esm/tree-item/define.js +4 -0
  852. package/dist/esm/tree-item/define.js.map +1 -0
  853. package/dist/esm/tree-item/index.d.ts +6 -0
  854. package/dist/esm/tree-item/index.js +6 -0
  855. package/dist/esm/tree-item/index.js.map +1 -0
  856. package/dist/esm/tree-item/tree-item.base.d.ts +83 -0
  857. package/dist/esm/tree-item/tree-item.base.js +152 -0
  858. package/dist/esm/tree-item/tree-item.base.js.map +1 -0
  859. package/dist/esm/tree-item/tree-item.bench.d.ts +3 -0
  860. package/dist/esm/tree-item/tree-item.bench.js +10 -0
  861. package/dist/esm/tree-item/tree-item.bench.js.map +1 -0
  862. package/dist/esm/tree-item/tree-item.d.ts +44 -0
  863. package/dist/esm/tree-item/tree-item.definition.d.ts +8 -0
  864. package/dist/esm/tree-item/tree-item.definition.js +16 -0
  865. package/dist/esm/tree-item/tree-item.definition.js.map +1 -0
  866. package/dist/esm/tree-item/tree-item.js +71 -0
  867. package/dist/esm/tree-item/tree-item.js.map +1 -0
  868. package/dist/esm/tree-item/tree-item.options.d.ts +22 -0
  869. package/dist/esm/tree-item/tree-item.options.js +24 -0
  870. package/dist/esm/tree-item/tree-item.options.js.map +1 -0
  871. package/dist/esm/tree-item/tree-item.styles.d.ts +1 -0
  872. package/dist/esm/tree-item/tree-item.styles.js +162 -0
  873. package/dist/esm/tree-item/tree-item.styles.js.map +1 -0
  874. package/dist/esm/tree-item/tree-item.template.d.ts +2 -0
  875. package/dist/esm/tree-item/tree-item.template.js +36 -0
  876. package/dist/esm/tree-item/tree-item.template.js.map +1 -0
  877. package/dist/esm/tsdoc-metadata.json +11 -0
  878. package/dist/esm/utils/apply-mixins.js.map +1 -1
  879. package/dist/esm/utils/behaviors/match-media-stylesheet-behavior.d.ts +124 -0
  880. package/dist/esm/utils/behaviors/match-media-stylesheet-behavior.js.map +1 -1
  881. package/dist/esm/utils/benchmark-wrapper.js.map +1 -1
  882. package/dist/esm/utils/converters.d.ts +17 -0
  883. package/dist/esm/utils/converters.js +26 -0
  884. package/dist/esm/utils/converters.js.map +1 -0
  885. package/dist/esm/utils/direction.js +1 -2
  886. package/dist/esm/utils/direction.js.map +1 -1
  887. package/dist/esm/utils/display.d.ts +17 -0
  888. package/dist/esm/utils/element-internals.d.ts +54 -0
  889. package/dist/esm/utils/element-internals.js +93 -0
  890. package/dist/esm/utils/element-internals.js.map +1 -0
  891. package/dist/esm/utils/focusable-element.d.ts +3 -0
  892. package/dist/esm/utils/focusable-element.js +10 -0
  893. package/dist/esm/utils/focusable-element.js.map +1 -0
  894. package/dist/esm/utils/get-initials.js +2 -2
  895. package/dist/esm/utils/get-initials.js.map +1 -1
  896. package/dist/esm/utils/index.d.ts +8 -0
  897. package/dist/esm/utils/index.js +2 -0
  898. package/dist/esm/utils/index.js.map +1 -1
  899. package/dist/esm/utils/language.d.ts +9 -0
  900. package/dist/esm/utils/language.js +12 -0
  901. package/dist/esm/utils/language.js.map +1 -0
  902. package/dist/esm/utils/request-idle-callback.d.ts +43 -0
  903. package/dist/esm/utils/request-idle-callback.js +73 -0
  904. package/dist/esm/utils/request-idle-callback.js.map +1 -0
  905. package/dist/esm/utils/root-active-element.d.ts +1 -0
  906. package/dist/esm/utils/root-active-element.js +9 -0
  907. package/dist/esm/utils/root-active-element.js.map +1 -0
  908. package/dist/esm/utils/support.d.ts +15 -0
  909. package/dist/esm/utils/support.js +16 -0
  910. package/dist/esm/utils/support.js.map +1 -0
  911. package/dist/esm/utils/template-helpers.d.ts +15 -0
  912. package/dist/esm/utils/template-helpers.js +1 -1
  913. package/dist/esm/utils/template-helpers.js.map +1 -1
  914. package/dist/esm/utils/typings.d.ts +6 -0
  915. package/dist/esm/utils/unique-id.d.ts +9 -0
  916. package/dist/esm/utils/unique-id.js +14 -0
  917. package/dist/esm/utils/unique-id.js.map +1 -0
  918. package/dist/esm/utils/whitespace-filter.js +1 -1
  919. package/dist/esm/utils/whitespace-filter.js.map +1 -1
  920. package/dist/web-components.d.ts +7878 -2221
  921. package/dist/web-components.js +10546 -6695
  922. package/dist/web-components.min.js +404 -200
  923. package/package.json +54 -174
  924. package/dist/dts/accordion/accordion.d.ts +0 -51
  925. package/dist/dts/accordion/accordion.options.d.ts +0 -14
  926. package/dist/dts/accordion/accordion.template.d.ts +0 -7
  927. package/dist/dts/accordion/index.d.ts +0 -4
  928. package/dist/dts/accordion-item/accordion-item.d.ts +0 -108
  929. package/dist/dts/accordion-item/accordion-item.options.d.ts +0 -27
  930. package/dist/dts/accordion-item/accordion-item.template.d.ts +0 -8
  931. package/dist/dts/accordion-item/index.d.ts +0 -5
  932. package/dist/dts/anchor-button/anchor-button.d.ts +0 -176
  933. package/dist/dts/anchor-button/anchor-button.options.d.ts +0 -64
  934. package/dist/dts/anchor-button/anchor-button.template.d.ts +0 -12
  935. package/dist/dts/anchor-button/index.d.ts +0 -4
  936. package/dist/dts/avatar/avatar.d.ts +0 -97
  937. package/dist/dts/avatar/avatar.options.d.ts +0 -142
  938. package/dist/dts/avatar/avatar.template.d.ts +0 -8
  939. package/dist/dts/avatar/index.d.ts +0 -5
  940. package/dist/dts/badge/badge.d.ts +0 -49
  941. package/dist/dts/badge/badge.options.d.ts +0 -74
  942. package/dist/dts/badge/badge.template.d.ts +0 -9
  943. package/dist/dts/badge/index.d.ts +0 -5
  944. package/dist/dts/button/button.d.ts +0 -276
  945. package/dist/dts/button/button.options.d.ts +0 -83
  946. package/dist/dts/button/button.styles.d.ts +0 -6
  947. package/dist/dts/button/button.template.d.ts +0 -15
  948. package/dist/dts/button/index.d.ts +0 -5
  949. package/dist/dts/checkbox/checkbox.d.ts +0 -78
  950. package/dist/dts/checkbox/checkbox.form-associated.d.ts +0 -14
  951. package/dist/dts/checkbox/checkbox.options.d.ts +0 -28
  952. package/dist/dts/checkbox/checkbox.template.d.ts +0 -12
  953. package/dist/dts/checkbox/index.d.ts +0 -5
  954. package/dist/dts/compound-button/compound-button.d.ts +0 -7
  955. package/dist/dts/compound-button/compound-button.options.d.ts +0 -51
  956. package/dist/dts/compound-button/compound-button.template.d.ts +0 -13
  957. package/dist/dts/compound-button/index.d.ts +0 -5
  958. package/dist/dts/counter-badge/counter-badge.d.ts +0 -90
  959. package/dist/dts/counter-badge/counter-badge.options.d.ts +0 -69
  960. package/dist/dts/counter-badge/counter-badge.template.d.ts +0 -7
  961. package/dist/dts/counter-badge/index.d.ts +0 -5
  962. package/dist/dts/dialog/dialog.d.ts +0 -192
  963. package/dist/dts/dialog/dialog.options.d.ts +0 -11
  964. package/dist/dts/dialog/dialog.template.d.ts +0 -7
  965. package/dist/dts/dialog/index.d.ts +0 -4
  966. package/dist/dts/divider/divider.d.ts +0 -47
  967. package/dist/dts/divider/divider.options.d.ts +0 -65
  968. package/dist/dts/divider/divider.template.d.ts +0 -8
  969. package/dist/dts/divider/index.d.ts +0 -5
  970. package/dist/dts/form-associated/form-associated.d.ts +0 -104
  971. package/dist/dts/helpers.tests.d.ts +0 -8
  972. package/dist/dts/image/image.d.ts +0 -48
  973. package/dist/dts/image/image.options.d.ts +0 -27
  974. package/dist/dts/image/image.template.d.ts +0 -7
  975. package/dist/dts/image/index.d.ts +0 -5
  976. package/dist/dts/index-rollup.d.ts +0 -1
  977. package/dist/dts/index.d.ts +0 -34
  978. package/dist/dts/label/index.d.ts +0 -4
  979. package/dist/dts/label/label.d.ts +0 -42
  980. package/dist/dts/label/label.options.d.ts +0 -26
  981. package/dist/dts/label/label.template.d.ts +0 -8
  982. package/dist/dts/menu/index.d.ts +0 -4
  983. package/dist/dts/menu/menu.d.ts +0 -194
  984. package/dist/dts/menu/menu.template.d.ts +0 -4
  985. package/dist/dts/menu-button/index.d.ts +0 -5
  986. package/dist/dts/menu-button/menu-button.d.ts +0 -7
  987. package/dist/dts/menu-button/menu-button.options.d.ts +0 -47
  988. package/dist/dts/menu-button/menu-button.template.d.ts +0 -7
  989. package/dist/dts/menu-item/index.d.ts +0 -4
  990. package/dist/dts/menu-item/menu-item.d.ts +0 -166
  991. package/dist/dts/menu-item/menu-item.options.d.ts +0 -30
  992. package/dist/dts/menu-list/index.d.ts +0 -4
  993. package/dist/dts/menu-list/menu-list.d.ts +0 -76
  994. package/dist/dts/menu-list/menu-list.template.d.ts +0 -4
  995. package/dist/dts/patterns/start-end.d.ts +0 -44
  996. package/dist/dts/progress-bar/base-progress.d.ts +0 -41
  997. package/dist/dts/progress-bar/index.d.ts +0 -5
  998. package/dist/dts/progress-bar/progress-bar.d.ts +0 -37
  999. package/dist/dts/progress-bar/progress-bar.options.d.ts +0 -50
  1000. package/dist/dts/progress-bar/progress-bar.template.d.ts +0 -5
  1001. package/dist/dts/progress-ring/progress-ring.d.ts +0 -15
  1002. package/dist/dts/progress-ring/progress-ring.options.d.ts +0 -9
  1003. package/dist/dts/radio/index.d.ts +0 -4
  1004. package/dist/dts/radio/radio.d.ts +0 -58
  1005. package/dist/dts/radio/radio.form-associated.d.ts +0 -14
  1006. package/dist/dts/radio/radio.styles.d.ts +0 -4
  1007. package/dist/dts/radio/radio.template.d.ts +0 -4
  1008. package/dist/dts/radio-group/index.d.ts +0 -4
  1009. package/dist/dts/radio-group/radio-group.d.ts +0 -104
  1010. package/dist/dts/radio-group/radio-group.options.d.ts +0 -17
  1011. package/dist/dts/radio-group/radio-group.template.d.ts +0 -4
  1012. package/dist/dts/slider/index.d.ts +0 -5
  1013. package/dist/dts/slider/slider.d.ts +0 -214
  1014. package/dist/dts/slider/slider.form-associated.d.ts +0 -14
  1015. package/dist/dts/slider/slider.options.d.ts +0 -56
  1016. package/dist/dts/slider/slider.template.d.ts +0 -5
  1017. package/dist/dts/spinner/index.d.ts +0 -5
  1018. package/dist/dts/spinner/spinner.d.ts +0 -25
  1019. package/dist/dts/spinner/spinner.options.d.ts +0 -32
  1020. package/dist/dts/spinner/spinner.template.d.ts +0 -5
  1021. package/dist/dts/styles/partials/index.d.ts +0 -1
  1022. package/dist/dts/switch/index.d.ts +0 -5
  1023. package/dist/dts/switch/switch.d.ts +0 -45
  1024. package/dist/dts/switch/switch.form-associated.d.ts +0 -14
  1025. package/dist/dts/switch/switch.options.d.ts +0 -15
  1026. package/dist/dts/switch/switch.template.d.ts +0 -4
  1027. package/dist/dts/tab/index.d.ts +0 -4
  1028. package/dist/dts/tab/tab.d.ts +0 -23
  1029. package/dist/dts/tab/tab.template.d.ts +0 -4
  1030. package/dist/dts/tab-panel/index.d.ts +0 -4
  1031. package/dist/dts/tab-panel/tab-panel.d.ts +0 -3
  1032. package/dist/dts/tab-panel/tab-panel.definition.d.ts +0 -2
  1033. package/dist/dts/tab-panel/tab-panel.template.d.ts +0 -4
  1034. package/dist/dts/tabs/index.d.ts +0 -5
  1035. package/dist/dts/tabs/tabs.d.ts +0 -173
  1036. package/dist/dts/tabs/tabs.definition.d.ts +0 -2
  1037. package/dist/dts/tabs/tabs.options.d.ts +0 -32
  1038. package/dist/dts/tabs/tabs.template.d.ts +0 -5
  1039. package/dist/dts/text/index.d.ts +0 -5
  1040. package/dist/dts/text/text.d.ts +0 -91
  1041. package/dist/dts/text/text.options.d.ts +0 -67
  1042. package/dist/dts/text/text.template.d.ts +0 -6
  1043. package/dist/dts/text-input/index.d.ts +0 -5
  1044. package/dist/dts/text-input/text-field.form-associated.d.ts +0 -14
  1045. package/dist/dts/text-input/text-input.d.ts +0 -154
  1046. package/dist/dts/text-input/text-input.definition.d.ts +0 -10
  1047. package/dist/dts/text-input/text-input.options.d.ts +0 -61
  1048. package/dist/dts/text-input/text-input.styles.d.ts +0 -4
  1049. package/dist/dts/text-input/text-input.template.d.ts +0 -7
  1050. package/dist/dts/theme/design-tokens.d.ts +0 -384
  1051. package/dist/dts/theme/index.d.ts +0 -2
  1052. package/dist/dts/theme/set-theme.d.ts +0 -7
  1053. package/dist/dts/toggle-button/index.d.ts +0 -5
  1054. package/dist/dts/toggle-button/toggle-button.d.ts +0 -51
  1055. package/dist/dts/toggle-button/toggle-button.options.d.ts +0 -47
  1056. package/dist/dts/toggle-button/toggle-button.template.d.ts +0 -7
  1057. package/dist/dts/utils/behaviors/match-media-stylesheet-behavior.d.ts +0 -124
  1058. package/dist/dts/utils/display.d.ts +0 -17
  1059. package/dist/dts/utils/index.d.ts +0 -6
  1060. package/dist/dts/utils/template-helpers.d.ts +0 -16
  1061. package/dist/dts/utils/typings.d.ts +0 -6
  1062. package/dist/esm/checkbox/checkbox.form-associated.js +0 -14
  1063. package/dist/esm/checkbox/checkbox.form-associated.js.map +0 -1
  1064. package/dist/esm/form-associated/form-associated.js +0 -458
  1065. package/dist/esm/form-associated/form-associated.js.map +0 -1
  1066. package/dist/esm/helpers.tests.js +0 -29
  1067. package/dist/esm/helpers.tests.js.map +0 -1
  1068. package/dist/esm/progress-bar/base-progress.js +0 -61
  1069. package/dist/esm/progress-bar/base-progress.js.map +0 -1
  1070. package/dist/esm/progress-ring/progress-ring.js +0 -16
  1071. package/dist/esm/progress-ring/progress-ring.js.map +0 -1
  1072. package/dist/esm/progress-ring/progress-ring.options.js +0 -2
  1073. package/dist/esm/progress-ring/progress-ring.options.js.map +0 -1
  1074. package/dist/esm/radio/radio.form-associated.js +0 -14
  1075. package/dist/esm/radio/radio.form-associated.js.map +0 -1
  1076. package/dist/esm/slider/slider.form-associated.js +0 -14
  1077. package/dist/esm/slider/slider.form-associated.js.map +0 -1
  1078. package/dist/esm/switch/switch.form-associated.js +0 -14
  1079. package/dist/esm/switch/switch.form-associated.js.map +0 -1
  1080. package/dist/esm/text-input/text-field.form-associated.js +0 -14
  1081. package/dist/esm/text-input/text-field.form-associated.js.map +0 -1
  1082. package/dist/fluent-web-components.api.json +0 -27852
  1083. package/dist/storybook/108.78b731e00015540915a8.manager.bundle.js +0 -1
  1084. package/dist/storybook/108.b31ec3a1.iframe.bundle.js +0 -1
  1085. package/dist/storybook/289.703b1698.iframe.bundle.js +0 -2
  1086. package/dist/storybook/289.703b1698.iframe.bundle.js.LICENSE.txt +0 -51
  1087. package/dist/storybook/316.bc4aabd3.iframe.bundle.js +0 -2
  1088. package/dist/storybook/316.bc4aabd3.iframe.bundle.js.LICENSE.txt +0 -17
  1089. package/dist/storybook/401.7edec720.iframe.bundle.js +0 -2
  1090. package/dist/storybook/401.7edec720.iframe.bundle.js.LICENSE.txt +0 -12
  1091. package/dist/storybook/401.c9bdfaf0dda8b194127f.manager.bundle.js +0 -2
  1092. package/dist/storybook/401.c9bdfaf0dda8b194127f.manager.bundle.js.LICENSE.txt +0 -12
  1093. package/dist/storybook/491.77b24750.iframe.bundle.js +0 -1
  1094. package/dist/storybook/591.f5bf0d78d2f203de19f5.manager.bundle.js +0 -2
  1095. package/dist/storybook/591.f5bf0d78d2f203de19f5.manager.bundle.js.LICENSE.txt +0 -94
  1096. package/dist/storybook/709.22096ad4.iframe.bundle.js +0 -2
  1097. package/dist/storybook/709.22096ad4.iframe.bundle.js.LICENSE.txt +0 -8
  1098. package/dist/storybook/709.b131e33993a6b94d7ad8.manager.bundle.js +0 -2
  1099. package/dist/storybook/709.b131e33993a6b94d7ad8.manager.bundle.js.LICENSE.txt +0 -8
  1100. package/dist/storybook/721.46fa9f53.iframe.bundle.js +0 -2
  1101. package/dist/storybook/721.46fa9f53.iframe.bundle.js.LICENSE.txt +0 -31
  1102. package/dist/storybook/721.c225c101a0a55a8f98eb.manager.bundle.js +0 -2
  1103. package/dist/storybook/721.c225c101a0a55a8f98eb.manager.bundle.js.LICENSE.txt +0 -31
  1104. package/dist/storybook/858.da40ed98.iframe.bundle.js +0 -1
  1105. package/dist/storybook/858.e08e25a6901d2e21e9d8.manager.bundle.js +0 -1
  1106. package/dist/storybook/950.674e7934b4a26a022608.manager.bundle.js +0 -1
  1107. package/dist/storybook/954.630c5748.iframe.bundle.js +0 -1
  1108. package/dist/storybook/954.7f985e2fdf9f15a7748b.manager.bundle.js +0 -1
  1109. package/dist/storybook/SegoeUI-VF.ttf +0 -0
  1110. package/dist/storybook/favicon.ico +0 -0
  1111. package/dist/storybook/favicon.png +0 -0
  1112. package/dist/storybook/iframe.html +0 -364
  1113. package/dist/storybook/index.html +0 -165
  1114. package/dist/storybook/main.5d7b916dc1e37293b1d8.manager.bundle.js +0 -1
  1115. package/dist/storybook/main.d55b693e.iframe.bundle.js +0 -2
  1116. package/dist/storybook/main.d55b693e.iframe.bundle.js.LICENSE.txt +0 -1
  1117. package/dist/storybook/project.json +0 -1
  1118. package/dist/storybook/runtime~main.5d918fe7.iframe.bundle.js +0 -1
  1119. package/dist/storybook/runtime~main.dbf00b470fe610082919.manager.bundle.js +0 -1
  1120. package/dist/storybook/shell.css +0 -83
  1121. package/dist/storybook/theme-switch.ts +0 -13
  1122. package/docs/api-report.md +0 -2999
  1123. package/playwright.config.ts +0 -24
  1124. package/tensile.config.js +0 -22
  1125. /package/dist/{dts → esm}/accordion/accordion.definition.d.ts +0 -0
  1126. /package/dist/{dts → esm}/accordion/accordion.styles.d.ts +0 -0
  1127. /package/dist/{dts → esm}/accordion/define.d.ts +0 -0
  1128. /package/dist/{dts → esm}/accordion-item/accordion-item.definition.d.ts +0 -0
  1129. /package/dist/{dts → esm}/accordion-item/accordion-item.styles.d.ts +0 -0
  1130. /package/dist/{dts → esm}/accordion-item/define.d.ts +0 -0
  1131. /package/dist/{dts → esm}/anchor-button/anchor-button.definition.d.ts +0 -0
  1132. /package/dist/{dts → esm}/anchor-button/anchor-button.styles.d.ts +0 -0
  1133. /package/dist/{dts → esm}/anchor-button/define.d.ts +0 -0
  1134. /package/dist/{dts → esm}/avatar/avatar.definition.d.ts +0 -0
  1135. /package/dist/{dts → esm}/avatar/avatar.styles.d.ts +0 -0
  1136. /package/dist/{dts → esm}/avatar/define.d.ts +0 -0
  1137. /package/dist/{dts → esm}/badge/badge.definition.d.ts +0 -0
  1138. /package/dist/{dts → esm}/badge/badge.styles.d.ts +0 -0
  1139. /package/dist/{dts → esm}/badge/define.d.ts +0 -0
  1140. /package/dist/{dts → esm}/button/button.definition.d.ts +0 -0
  1141. /package/dist/{dts → esm}/button/define.d.ts +0 -0
  1142. /package/dist/{dts → esm}/checkbox/checkbox.definition.d.ts +0 -0
  1143. /package/dist/{dts → esm}/checkbox/checkbox.styles.d.ts +0 -0
  1144. /package/dist/{dts → esm}/checkbox/define.d.ts +0 -0
  1145. /package/dist/{dts → esm}/compound-button/compound-button.definition.d.ts +0 -0
  1146. /package/dist/{dts → esm}/compound-button/compound-button.styles.d.ts +0 -0
  1147. /package/dist/{dts → esm}/compound-button/define.d.ts +0 -0
  1148. /package/dist/{dts → esm}/counter-badge/counter-badge.definition.d.ts +0 -0
  1149. /package/dist/{dts → esm}/counter-badge/counter-badge.styles.d.ts +0 -0
  1150. /package/dist/{dts → esm}/counter-badge/define.d.ts +0 -0
  1151. /package/dist/{dts/divider → esm/dialog}/define.d.ts +0 -0
  1152. /package/dist/{dts → esm}/dialog/dialog.definition.d.ts +0 -0
  1153. /package/dist/{dts → esm}/dialog/dialog.styles.d.ts +0 -0
  1154. /package/dist/{dts/dialog → esm/dialog-body}/define.d.ts +0 -0
  1155. /package/dist/{dts/image → esm/divider}/define.d.ts +0 -0
  1156. /package/dist/{dts → esm}/divider/divider.definition.d.ts +0 -0
  1157. /package/dist/{dts → esm}/divider/divider.styles.d.ts +0 -0
  1158. /package/dist/{dts/menu-button → esm/drawer}/define.d.ts +0 -0
  1159. /package/dist/{dts/label → esm/drawer-body}/define.d.ts +0 -0
  1160. /package/dist/{dts/menu-item → esm/dropdown}/define.d.ts +0 -0
  1161. /package/dist/{dts/menu-list → esm/field}/define.d.ts +0 -0
  1162. /package/dist/{dts → esm}/fluent-design-system.d.ts +0 -0
  1163. /package/dist/{dts/menu → esm/image}/define.d.ts +0 -0
  1164. /package/dist/{dts → esm}/image/image.definition.d.ts +0 -0
  1165. /package/dist/{dts → esm}/image/image.styles.d.ts +0 -0
  1166. /package/dist/{dts/progress-bar → esm/label}/define.d.ts +0 -0
  1167. /package/dist/{dts → esm}/label/label.definition.d.ts +0 -0
  1168. /package/dist/{dts → esm}/label/label.styles.d.ts +0 -0
  1169. /package/dist/{dts/radio-group → esm/link}/define.d.ts +0 -0
  1170. /package/dist/{dts/spinner/spinner.styles.d.ts → esm/link/link.styles.d.ts} +0 -0
  1171. /package/dist/{dts/radio → esm/listbox}/define.d.ts +0 -0
  1172. /package/dist/{dts/tab-panel → esm/menu}/define.d.ts +0 -0
  1173. /package/dist/{dts → esm}/menu/menu.definition.d.ts +0 -0
  1174. /package/dist/{dts → esm}/menu/menu.styles.d.ts +0 -0
  1175. /package/dist/{dts/slider → esm/menu-button}/define.d.ts +0 -0
  1176. /package/dist/{dts → esm}/menu-button/menu-button.definition.d.ts +0 -0
  1177. /package/dist/{dts/spinner → esm/menu-item}/define.d.ts +0 -0
  1178. /package/dist/{dts → esm}/menu-item/menu-item.definition.d.ts +0 -0
  1179. /package/dist/{dts → esm}/menu-item/menu-item.styles.d.ts +0 -0
  1180. /package/dist/{dts → esm}/menu-item/menu-item.template.d.ts +0 -0
  1181. /package/dist/{dts/switch → esm/menu-list}/define.d.ts +0 -0
  1182. /package/dist/{dts → esm}/menu-list/menu-list.definition.d.ts +0 -0
  1183. /package/dist/{dts → esm}/menu-list/menu-list.styles.d.ts +0 -0
  1184. /package/dist/{dts/tab → esm/message-bar}/define.d.ts +0 -0
  1185. /package/dist/{dts/tabs → esm/option}/define.d.ts +0 -0
  1186. /package/dist/{dts → esm}/patterns/aria-globals.d.ts +0 -0
  1187. /package/dist/{dts → esm}/patterns/index.d.ts +0 -0
  1188. /package/dist/{dts/text-input → esm/progress-bar}/define.d.ts +0 -0
  1189. /package/dist/{dts → esm}/progress-bar/progress-bar.definition.d.ts +0 -0
  1190. /package/dist/{dts → esm}/progress-bar/progress-bar.styles.d.ts +0 -0
  1191. /package/dist/{dts/toggle-button → esm/radio}/define.d.ts +0 -0
  1192. /package/dist/{dts → esm}/radio/radio.definition.d.ts +0 -0
  1193. /package/dist/{dts/text → esm/radio-group}/define.d.ts +0 -0
  1194. /package/dist/{dts → esm}/radio-group/radio-group.definition.d.ts +0 -0
  1195. /package/dist/{dts → esm}/radio-group/radio-group.styles.d.ts +0 -0
  1196. /package/dist/{dts → esm}/slider/slider-utilities.d.ts +0 -0
  1197. /package/dist/{dts → esm}/slider/slider.definition.d.ts +0 -0
  1198. /package/dist/{dts → esm}/slider/slider.styles.d.ts +0 -0
  1199. /package/dist/{dts → esm}/spinner/spinner.definition.d.ts +0 -0
  1200. /package/dist/{dts/switch/switch.styles.d.ts → esm/spinner/spinner.styles.d.ts} +0 -0
  1201. /package/dist/{dts → esm}/styles/index.d.ts +0 -0
  1202. /package/dist/{dts → esm}/styles/partials/badge.partials.d.ts +0 -0
  1203. /package/dist/{dts → esm}/switch/switch.definition.d.ts +0 -0
  1204. /package/dist/{dts/tab-panel/tab-panel.styles.d.ts → esm/switch/switch.styles.d.ts} +0 -0
  1205. /package/dist/{dts → esm}/tab/tab.definition.d.ts +0 -0
  1206. /package/dist/{dts/tabs/tabs.styles.d.ts → esm/tab/tab.styles.d.ts} +0 -0
  1207. /package/dist/{dts/tab/tab.styles.d.ts → esm/tab-panel/tab-panel.styles.d.ts} +0 -0
  1208. /package/dist/{dts → esm}/text/text.definition.d.ts +0 -0
  1209. /package/dist/{dts → esm}/text/text.styles.d.ts +0 -0
  1210. /package/dist/{dts → esm}/toggle-button/toggle-button.definition.d.ts +0 -0
  1211. /package/dist/{dts → esm}/toggle-button/toggle-button.styles.d.ts +0 -0
  1212. /package/dist/{dts → esm}/utils/apply-mixins.d.ts +0 -0
  1213. /package/dist/{dts → esm}/utils/benchmark-dependencies/tokens.d.ts +0 -0
  1214. /package/dist/{dts → esm}/utils/benchmark-wrapper.d.ts +0 -0
  1215. /package/dist/{dts → esm}/utils/direction.d.ts +0 -0
  1216. /package/dist/{dts → esm}/utils/get-initials.d.ts +0 -0
  1217. /package/dist/{dts → esm}/utils/whitespace-filter.d.ts +0 -0
package/CHANGELOG.md CHANGED
@@ -1,12 +1,1042 @@
1
1
  # Change Log - @fluentui/web-components
2
2
 
3
- This log was last generated on Tue, 23 Apr 2024 04:08:58 GMT and should not be manually modified.
3
+ This log was last generated on Mon, 01 Sep 2025 04:08:06 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## [3.0.0-beta.120](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.120)
8
+
9
+ Mon, 01 Sep 2025 04:08:06 GMT
10
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.119..@fluentui/web-components_v3.0.0-beta.120)
11
+
12
+ ### Changes
13
+
14
+ - fix: add focus-ring to dropdown ([PR #35116](https://github.com/microsoft/fluentui/pull/35116) by rupertdavid@microsoft.com)
15
+ - fix(dropdown): use slotchange events instead of manual slot assignment ([PR #35125](https://github.com/microsoft/fluentui/pull/35125) by 863023+radium-v@users.noreply.github.com)
16
+
17
+ ## [3.0.0-beta.119](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.119)
18
+
19
+ Wed, 27 Aug 2025 04:06:43 GMT
20
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.118..@fluentui/web-components_v3.0.0-beta.119)
21
+
22
+ ### Changes
23
+
24
+ - feat: make tree and tree-item SSR compatible ([PR #35091](https://github.com/microsoft/fluentui/pull/35091) by machi@microsoft.com)
25
+
26
+ ## [3.0.0-beta.118](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.118)
27
+
28
+ Tue, 26 Aug 2025 04:07:19 GMT
29
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.117..@fluentui/web-components_v3.0.0-beta.118)
30
+
31
+ ### Changes
32
+
33
+ - fix: remove unnecessary type check and avoid using instanceof in menu-list ([PR #35074](https://github.com/microsoft/fluentui/pull/35074) by machi@microsoft.com)
34
+ - fix: make tablist more ssr compatible ([PR #35072](https://github.com/microsoft/fluentui/pull/35072) by machi@microsoft.com)
35
+
36
+ ## [3.0.0-beta.117](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.117)
37
+
38
+ Mon, 25 Aug 2025 04:07:50 GMT
39
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.116..@fluentui/web-components_v3.0.0-beta.117)
40
+
41
+ ### Changes
42
+
43
+ - fix: remove unnecessary type check for better ssr compatibility ([PR #35073](https://github.com/microsoft/fluentui/pull/35073) by machi@microsoft.com)
44
+
45
+ ## [3.0.0-beta.116](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.116)
46
+
47
+ Wed, 13 Aug 2025 04:08:18 GMT
48
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.115..@fluentui/web-components_v3.0.0-beta.116)
49
+
50
+ ### Changes
51
+
52
+ - feat: make components ready for ssr support ([PR #34996](https://github.com/microsoft/fluentui/pull/34996) by machi@microsoft.com)
53
+
54
+ ## [3.0.0-beta.115](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.115)
55
+
56
+ Mon, 04 Aug 2025 04:07:50 GMT
57
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.114..@fluentui/web-components_v3.0.0-beta.115)
58
+
59
+ ### Changes
60
+
61
+ - fix: avoid setting tabindex before button is connected ([PR #34960](https://github.com/microsoft/fluentui/pull/34960) by machi@microsoft.com)
62
+
63
+ ## [3.0.0-beta.114](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.114)
64
+
65
+ Fri, 25 Jul 2025 04:07:23 GMT
66
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.113..@fluentui/web-components_v3.0.0-beta.114)
67
+
68
+ ### Changes
69
+
70
+ - a11y: remove vertical margins on dialog to support 400% zoom ([PR #34906](https://github.com/microsoft/fluentui/pull/34906) by rupertdavid@microsoft.com)
71
+
72
+ ## [3.0.0-beta.113](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.113)
73
+
74
+ Mon, 21 Jul 2025 04:07:39 GMT
75
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.112..@fluentui/web-components_v3.0.0-beta.113)
76
+
77
+ ### Changes
78
+
79
+ - fix: remove unnecessary tabindex logic from switch template ([PR #34877](https://github.com/microsoft/fluentui/pull/34877) by machi@microsoft.com)
80
+ - fix: vertical slider in rtl has the opposite value than the visual ([PR #34876](https://github.com/microsoft/fluentui/pull/34876) by machi@microsoft.com)
81
+
82
+ ## [3.0.0-beta.112](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.112)
83
+
84
+ Fri, 04 Jul 2025 04:08:39 GMT
85
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.111..@fluentui/web-components_v3.0.0-beta.112)
86
+
87
+ ### Changes
88
+
89
+ - fix: initially checked radio should be focusable ([PR #34776](https://github.com/microsoft/fluentui/pull/34776) by machi@microsoft.com)
90
+
91
+ ## [3.0.0-beta.111](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.111)
92
+
93
+ Tue, 01 Jul 2025 04:08:27 GMT
94
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.110..@fluentui/web-components_v3.0.0-beta.111)
95
+
96
+ ### Changes
97
+
98
+ - refactor: move tabindex logic into JS class ([PR #34741](https://github.com/microsoft/fluentui/pull/34741) by machi@microsoft.com)
99
+
100
+ ## [3.0.0-beta.110](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.110)
101
+
102
+ Tue, 24 Jun 2025 04:06:55 GMT
103
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.109..@fluentui/web-components_v3.0.0-beta.110)
104
+
105
+ ### Changes
106
+
107
+ - fix start and end slot for tabs ([PR #34704](https://github.com/microsoft/fluentui/pull/34704) by jes@microsoft.com)
108
+ - fix(dropdown): add anchor positioning fallback logic ([PR #34647](https://github.com/microsoft/fluentui/pull/34647) by 863023+radium-v@users.noreply.github.com)
109
+
110
+ ## [3.0.0-beta.109](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.109)
111
+
112
+ Fri, 20 Jun 2025 04:06:30 GMT
113
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.108..@fluentui/web-components_v3.0.0-beta.109)
114
+
115
+ ### Changes
116
+
117
+ - fix: progress bar when value is missing in firefox and safari ([PR #34684](https://github.com/microsoft/fluentui/pull/34684) by machi@microsoft.com)
118
+
119
+ ## [3.0.0-beta.108](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.108)
120
+
121
+ Thu, 19 Jun 2025 04:06:30 GMT
122
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.107..@fluentui/web-components_v3.0.0-beta.108)
123
+
124
+ ### Changes
125
+
126
+ - refactor: use css attr func to calculate progress indicator width ([PR #34674](https://github.com/microsoft/fluentui/pull/34674) by machi@microsoft.com)
127
+
128
+ ## [3.0.0-beta.107](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.107)
129
+
130
+ Mon, 02 Jun 2025 04:07:10 GMT
131
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.106..@fluentui/web-components_v3.0.0-beta.107)
132
+
133
+ ### Changes
134
+
135
+ - fix: various field interaction bugs ([PR #34555](https://github.com/microsoft/fluentui/pull/34555) by 863023+radium-v@users.noreply.github.com)
136
+ - occasionally focusing off of combobox would open and focus listbox ([PR #34404](https://github.com/microsoft/fluentui/pull/34404) by jes@microsoft.com)
137
+
138
+ ## [3.0.0-beta.106](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.106)
139
+
140
+ Wed, 28 May 2025 04:06:58 GMT
141
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.105..@fluentui/web-components_v3.0.0-beta.106)
142
+
143
+ ### Changes
144
+
145
+ - Co-located types with ES modules. This should not affect users. ([PR #34487](https://github.com/microsoft/fluentui/pull/34487) by burtonsmith@microsoft.com)
146
+ - Accesible name and title for dialog ([PR #34519](https://github.com/microsoft/fluentui/pull/34519) by jes@microsoft.com)
147
+
148
+ ## [3.0.0-beta.105](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.105)
149
+
150
+ Mon, 26 May 2025 04:07:35 GMT
151
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.104..@fluentui/web-components_v3.0.0-beta.105)
152
+
153
+ ### Changes
154
+
155
+ - 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)
156
+
157
+ ## [3.0.0-beta.104](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.104)
158
+
159
+ Fri, 23 May 2025 04:06:43 GMT
160
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.103..@fluentui/web-components_v3.0.0-beta.104)
161
+
162
+ ### Changes
163
+
164
+ - 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)
165
+ - fix: better fallback positioning for sub menu ([PR #34499](https://github.com/microsoft/fluentui/pull/34499) by machi@microsoft.com)
166
+
167
+ ## [3.0.0-beta.103](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.103)
168
+
169
+ Thu, 22 May 2025 04:06:51 GMT
170
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.102..@fluentui/web-components_v3.0.0-beta.103)
171
+
172
+ ### Changes
173
+
174
+ - Fixed compound-button high contrast text colors. ([PR #34490](https://github.com/microsoft/fluentui/pull/34490) by 601470+mlijanto@users.noreply.github.com)
175
+ - Adds click event to close slot of drawer ([PR #34479](https://github.com/microsoft/fluentui/pull/34479) by jes@microsoft.com)
176
+
177
+ ## [3.0.0-beta.102](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.102)
178
+
179
+ Wed, 21 May 2025 04:07:25 GMT
180
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.101..@fluentui/web-components_v3.0.0-beta.102)
181
+
182
+ ### Changes
183
+
184
+ - manage focus only when menu is open ([PR #34486](https://github.com/microsoft/fluentui/pull/34486) by machi@microsoft.com)
185
+
186
+ ## [3.0.0-beta.101](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.101)
187
+
188
+ Tue, 20 May 2025 04:06:48 GMT
189
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.100..@fluentui/web-components_v3.0.0-beta.101)
190
+
191
+ ### Changes
192
+
193
+ - fixes accesibility issues with dialog close button ([PR #34469](https://github.com/microsoft/fluentui/pull/34469) by jes@microsoft.com)
194
+
195
+ ## [3.0.0-beta.100](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.100)
196
+
197
+ Mon, 19 May 2025 04:07:24 GMT
198
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.99..@fluentui/web-components_v3.0.0-beta.100)
199
+
200
+ ### Changes
201
+
202
+ - Include Custom Elements Manifest in package exports ([PR #34460](https://github.com/microsoft/fluentui/pull/34460) by burtonsmith@microsoft.com)
203
+
204
+ ## [3.0.0-beta.99](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.99)
205
+
206
+ Thu, 15 May 2025 04:06:34 GMT
207
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.98..@fluentui/web-components_v3.0.0-beta.99)
208
+
209
+ ### Changes
210
+
211
+ - Add tree exports to main index ([PR #34448](https://github.com/microsoft/fluentui/pull/34448) by jes@microsoft.com)
212
+
213
+ ## [3.0.0-beta.98](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.98)
214
+
215
+ Fri, 09 May 2025 04:07:03 GMT
216
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.97..@fluentui/web-components_v3.0.0-beta.98)
217
+
218
+ ### Changes
219
+
220
+ - fix the selected primary focus state ([PR #34400](https://github.com/microsoft/fluentui/pull/34400) by jes@microsoft.com)
221
+
222
+ ## [3.0.0-beta.97](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.97)
223
+
224
+ Wed, 07 May 2025 04:08:26 GMT
225
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.96..@fluentui/web-components_v3.0.0-beta.97)
226
+
227
+ ### Changes
228
+
229
+ - [fix]: Hitting escape once should close alert dialog ([PR #34382](https://github.com/microsoft/fluentui/pull/34382) by jes@microsoft.com)
230
+ - 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)
231
+ - [fix] drawer title should use h2 tag ([PR #34380](https://github.com/microsoft/fluentui/pull/34380) by jes@microsoft.com)
232
+
233
+ ## [3.0.0-beta.96](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.96)
234
+
235
+ Wed, 30 Apr 2025 04:06:34 GMT
236
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.95..@fluentui/web-components_v3.0.0-beta.96)
237
+
238
+ ### Changes
239
+
240
+ - feat: add endpoint for f2 design token exports ([PR #34344](https://github.com/microsoft/fluentui/pull/34344) by rupertdavid@microsoft.com)
241
+
242
+ ## [3.0.0-beta.95](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.95)
243
+
244
+ Thu, 24 Apr 2025 04:06:27 GMT
245
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.94..@fluentui/web-components_v3.0.0-beta.95)
246
+
247
+ ### Changes
248
+
249
+ - support callback for expand change ([PR #34234](https://github.com/microsoft/fluentui/pull/34234) by HangWhy@outlook.com)
250
+
251
+ ## [3.0.0-beta.94](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.94)
252
+
253
+ Tue, 22 Apr 2025 04:07:05 GMT
254
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.93..@fluentui/web-components_v3.0.0-beta.94)
255
+
256
+ ### Changes
257
+
258
+ - 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)
259
+
260
+ ## [3.0.0-beta.93](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.93)
261
+
262
+ Fri, 18 Apr 2025 04:06:38 GMT
263
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.92..@fluentui/web-components_v3.0.0-beta.93)
264
+
265
+ ### Changes
266
+
267
+ - fix tabs animation starting position ([PR #34185](https://github.com/microsoft/fluentui/pull/34185) by 1981616118@qq.com)
268
+ - [fix] only set expanded is expanded is not set ([PR #34282](https://github.com/microsoft/fluentui/pull/34282) by jes@microsoft.com)
269
+
270
+ ## [3.0.0-beta.92](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.92)
271
+
272
+ Thu, 17 Apr 2025 04:07:28 GMT
273
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.91..@fluentui/web-components_v3.0.0-beta.92)
274
+
275
+ ### Changes
276
+
277
+ - tree item initial selection, tree item expands for sub selected item ([PR #34258](https://github.com/microsoft/fluentui/pull/34258) by jes@microsoft.com)
278
+
279
+ ## [3.0.0-beta.91](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.91)
280
+
281
+ Tue, 15 Apr 2025 04:06:21 GMT
282
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.90..@fluentui/web-components_v3.0.0-beta.91)
283
+
284
+ ### Changes
285
+
286
+ - 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)
287
+
288
+ ## [3.0.0-beta.90](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.90)
289
+
290
+ Thu, 10 Apr 2025 04:07:19 GMT
291
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.89..@fluentui/web-components_v3.0.0-beta.90)
292
+
293
+ ### Changes
294
+
295
+ - 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)
296
+ - fix typo in avatar styles for beige color ([PR #34221](https://github.com/microsoft/fluentui/pull/34221) by 13071055+chrisdholt@users.noreply.github.com)
297
+
298
+ ## [3.0.0-beta.89](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.89)
299
+
300
+ Wed, 09 Apr 2025 04:06:41 GMT
301
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.88..@fluentui/web-components_v3.0.0-beta.89)
302
+
303
+ ### Changes
304
+
305
+ - 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)
306
+
307
+ ## [3.0.0-beta.88](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.88)
308
+
309
+ Fri, 21 Mar 2025 04:07:36 GMT
310
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.87..@fluentui/web-components_v3.0.0-beta.88)
311
+
312
+ ### Changes
313
+
314
+ - fix: emit change event on tablist only when active tab changed ([PR #34055](https://github.com/microsoft/fluentui/pull/34055) by machi@microsoft.com)
315
+
316
+ ## [3.0.0-beta.87](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.87)
317
+
318
+ Thu, 20 Mar 2025 04:07:02 GMT
319
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.86..@fluentui/web-components_v3.0.0-beta.87)
320
+
321
+ ### Changes
322
+
323
+ - [chore]: move core functionality to base dropdown ([PR #34033](https://github.com/microsoft/fluentui/pull/34033) by jes@microsoft.com)
324
+
325
+ ## [3.0.0-beta.86](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.86)
326
+
327
+ Fri, 14 Mar 2025 04:07:05 GMT
328
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.85..@fluentui/web-components_v3.0.0-beta.86)
329
+
330
+ ### Changes
331
+
332
+ - refactor out base classes for tree and tree item ([PR #33990](https://github.com/microsoft/fluentui/pull/33990) by jes@microsoft.com)
333
+ - move filtering for tree-items to template ([PR #33989](https://github.com/microsoft/fluentui/pull/33989) by jes@microsoft.com)
334
+
335
+ ## [3.0.0-beta.85](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.85)
336
+
337
+ Thu, 13 Mar 2025 04:07:37 GMT
338
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.84..@fluentui/web-components_v3.0.0-beta.85)
339
+
340
+ ### Changes
341
+
342
+ - fix: export AnchorButtonStyles in its index.ts ([PR #33957](https://github.com/microsoft/fluentui/pull/33957) by wes.ngrongsen@gmail.com)
343
+
344
+ ## [3.0.0-beta.84](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.84)
345
+
346
+ Mon, 10 Mar 2025 21:05:03 GMT
347
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.83..@fluentui/web-components_v3.0.0-beta.84)
348
+
349
+ ### Changes
350
+
351
+ - 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)
352
+
353
+ ## [3.0.0-beta.83](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.83)
354
+
355
+ Wed, 05 Mar 2025 04:07:03 GMT
356
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.82..@fluentui/web-components_v3.0.0-beta.83)
357
+
358
+ ### Changes
359
+
360
+ - feat: auto associate tabpanels with tabs ([PR #33939](https://github.com/microsoft/fluentui/pull/33939) by machi@microsoft.com)
361
+
362
+ ## [3.0.0-beta.82](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.82)
363
+
364
+ Fri, 28 Feb 2025 04:07:19 GMT
365
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.81..@fluentui/web-components_v3.0.0-beta.82)
366
+
367
+ ### Changes
368
+
369
+ - Fixed button start and end slots inline spacing. ([PR #33917](https://github.com/microsoft/fluentui/pull/33917) by 601470+mlijanto@users.noreply.github.com)
370
+ - fix: position thumb properly at pointer coordinates ([PR #33916](https://github.com/microsoft/fluentui/pull/33916) by machi@microsoft.com)
371
+ - fix: enable keyboard interactions after clicking on thumb ([PR #33922](https://github.com/microsoft/fluentui/pull/33922) by machi@microsoft.com)
372
+
373
+ ## [3.0.0-beta.81](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.81)
374
+
375
+ Tue, 25 Feb 2025 04:07:15 GMT
376
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.80..@fluentui/web-components_v3.0.0-beta.81)
377
+
378
+ ### Changes
379
+
380
+ - 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)
381
+
382
+ ## [3.0.0-beta.80](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.80)
383
+
384
+ Thu, 13 Feb 2025 04:06:52 GMT
385
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.79..@fluentui/web-components_v3.0.0-beta.80)
386
+
387
+ ### Changes
388
+
389
+ - makes direction change observable for slider ([PR #33834](https://github.com/microsoft/fluentui/pull/33834) by jes@microsoft.com)
390
+
391
+ ## [3.0.0-beta.79](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.79)
392
+
393
+ Fri, 07 Feb 2025 04:07:35 GMT
394
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.78..@fluentui/web-components_v3.0.0-beta.79)
395
+
396
+ ### Changes
397
+
398
+ - remove unnecessary filtering in menu-item ([PR #33795](https://github.com/microsoft/fluentui/pull/33795) by jes@microsoft.com)
399
+
400
+ ## [3.0.0-beta.78](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.78)
401
+
402
+ Tue, 04 Feb 2025 04:07:18 GMT
403
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.77..@fluentui/web-components_v3.0.0-beta.78)
404
+
405
+ ### Changes
406
+
407
+ - add Dropdown, Listbox, and Option components ([PR #32116](https://github.com/microsoft/fluentui/pull/32116) by 863023+radium-v@users.noreply.github.com)
408
+ - 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)
409
+
410
+ ## [3.0.0-beta.77](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.77)
411
+
412
+ Fri, 17 Jan 2025 04:07:40 GMT
413
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.76..@fluentui/web-components_v3.0.0-beta.77)
414
+
415
+ ### Changes
416
+
417
+ - fix: revert logical properties in spinner to support rtl" ([PR #33654](https://github.com/microsoft/fluentui/pull/33654) by rupertdavid@microsoft.com)
418
+ - fix: update disabled switch styles to GrayText for high-contrast mode ([PR #33637](https://github.com/microsoft/fluentui/pull/33637) by rupertdavid@microsoft.com)
419
+
420
+ ## [3.0.0-beta.76](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.76)
421
+
422
+ Thu, 09 Jan 2025 04:07:00 GMT
423
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.75..@fluentui/web-components_v3.0.0-beta.76)
424
+
425
+ ### Changes
426
+
427
+ - 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)
428
+ - fix: radio-group emit change with keyboard and disabled radio unchecks ([PR #33585](https://github.com/microsoft/fluentui/pull/33585) by jes@microsoft.com)
429
+
430
+ ## [3.0.0-beta.75](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.75)
431
+
432
+ Mon, 23 Dec 2024 04:07:55 GMT
433
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.74..@fluentui/web-components_v3.0.0-beta.75)
434
+
435
+ ### Changes
436
+
437
+ - 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)
438
+
439
+ ## [3.0.0-beta.74](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.74)
440
+
441
+ Fri, 06 Dec 2024 04:07:47 GMT
442
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.73..@fluentui/web-components_v3.0.0-beta.74)
443
+
444
+ ### Changes
445
+
446
+ - add current-value attribute to text-input ([PR #33144](https://github.com/microsoft/fluentui/pull/33144) by 863023+radium-v@users.noreply.github.com)
447
+
448
+ ## [3.0.0-beta.73](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.73)
449
+
450
+ Thu, 07 Nov 2024 04:07:40 GMT
451
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.72..@fluentui/web-components_v3.0.0-beta.73)
452
+
453
+ ### Changes
454
+
455
+ - feat: add Tooltip component ([PR #32852](https://github.com/microsoft/fluentui/pull/32852) by rupertdavid@microsoft.com)
456
+
457
+ ## [3.0.0-beta.72](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.72)
458
+
459
+ Wed, 30 Oct 2024 04:06:53 GMT
460
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.71..@fluentui/web-components_v3.0.0-beta.72)
461
+
462
+ ### Changes
463
+
464
+ - 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)
465
+
466
+ ## [3.0.0-beta.71](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.71)
467
+
468
+ Tue, 29 Oct 2024 04:06:49 GMT
469
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.70..@fluentui/web-components_v3.0.0-beta.71)
470
+
471
+ ### Changes
472
+
473
+ - replace state partials with stateSelector function ([PR #33037](https://github.com/microsoft/fluentui/pull/33037) by 863023+radium-v@users.noreply.github.com)
474
+
475
+ ## [3.0.0-beta.70](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.70)
476
+
477
+ Fri, 25 Oct 2024 20:54:39 GMT
478
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.69..@fluentui/web-components_v3.0.0-beta.70)
479
+
480
+ ### Changes
481
+
482
+ - fix: move proper menu positioning for split button into component css ([PR #33140](https://github.com/microsoft/fluentui/pull/33140) by machi@microsoft.com)
483
+ - fix: change to new css anchor positioning properties ([PR #33139](https://github.com/microsoft/fluentui/pull/33139) by machi@microsoft.com)
484
+
485
+ ## [3.0.0-beta.69](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.69)
486
+
487
+ Tue, 15 Oct 2024 04:07:48 GMT
488
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.68..@fluentui/web-components_v3.0.0-beta.69)
489
+
490
+ ### Changes
491
+
492
+ - Fix: menu-item emit current state when checked change event fires ([PR #33029](https://github.com/microsoft/fluentui/pull/33029) by jes@microsoft.com)
493
+ - 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)
494
+
495
+ ## [3.0.0-beta.68](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.68)
496
+
497
+ Mon, 07 Oct 2024 04:08:32 GMT
498
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.67..@fluentui/web-components_v3.0.0-beta.68)
499
+
500
+ ### Changes
501
+
502
+ - feat: adds split-button ([PR #32948](https://github.com/microsoft/fluentui/pull/32948) by jes@microsoft.com)
503
+
504
+ ## [3.0.0-beta.67](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.67)
505
+
506
+ Fri, 04 Oct 2024 04:09:02 GMT
507
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.66..@fluentui/web-components_v3.0.0-beta.67)
508
+
509
+ ### Changes
510
+
511
+ - fix: removes display inheritance so all html elements can render ([PR #32874](https://github.com/microsoft/fluentui/pull/32874) by jes@microsoft.com)
512
+
513
+ ## [3.0.0-beta.66](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.66)
514
+
515
+ Fri, 27 Sep 2024 04:07:03 GMT
516
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.65..@fluentui/web-components_v3.0.0-beta.66)
517
+
518
+ ### Changes
519
+
520
+ - feat: add support for custom icons and colors to rating-display ([PR #32907](https://github.com/microsoft/fluentui/pull/32907) by mlijanto@microsoft.com)
521
+
522
+ ## [3.0.0-beta.65](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.65)
523
+
524
+ Wed, 11 Sep 2024 04:08:18 GMT
525
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.64..@fluentui/web-components_v3.0.0-beta.65)
526
+
527
+ ### Changes
528
+
529
+ - docs: reflect setTheme change ([PR #32490](https://github.com/microsoft/fluentui/pull/32490) by machi@microsoft.com)
530
+
531
+ ## [3.0.0-beta.64](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.64)
532
+
533
+ Thu, 05 Sep 2024 04:07:18 GMT
534
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.63..@fluentui/web-components_v3.0.0-beta.64)
535
+
536
+ ### Changes
537
+
538
+ - chore: add missing export for textarea ([PR #32450](https://github.com/microsoft/fluentui/pull/32450) by rupertdavid@microsoft.com)
539
+
540
+ ## [3.0.0-beta.63](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.63)
541
+
542
+ Wed, 04 Sep 2024 04:08:17 GMT
543
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.62..@fluentui/web-components_v3.0.0-beta.63)
544
+
545
+ ### Changes
546
+
547
+ - normalize export paths ([PR #32451](https://github.com/microsoft/fluentui/pull/32451) by 863023+radium-v@users.noreply.github.com)
548
+ - restore define modules as default exports ([PR #32452](https://github.com/microsoft/fluentui/pull/32452) by 863023+radium-v@users.noreply.github.com)
549
+
550
+ ## [3.0.0-beta.62](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.62)
551
+
552
+ Fri, 30 Aug 2024 04:07:03 GMT
553
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.61..@fluentui/web-components_v3.0.0-beta.62)
554
+
555
+ ### Changes
556
+
557
+ - 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)
558
+
559
+ ## [3.0.0-beta.61](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.61)
560
+
561
+ Thu, 29 Aug 2024 04:07:09 GMT
562
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.60..@fluentui/web-components_v3.0.0-beta.61)
563
+
564
+ ### Changes
565
+
566
+ - 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)
567
+
568
+ ## [3.0.0-beta.60](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.60)
569
+
570
+ Wed, 28 Aug 2024 04:06:49 GMT
571
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.59..@fluentui/web-components_v3.0.0-beta.60)
572
+
573
+ ### Changes
574
+
575
+ - feat: adjust slider sliding range ([PR #32350](https://github.com/microsoft/fluentui/pull/32350) by machi@microsoft.com)
576
+
577
+ ## [3.0.0-beta.59](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.59)
578
+
579
+ Wed, 21 Aug 2024 04:07:11 GMT
580
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.58..@fluentui/web-components_v3.0.0-beta.59)
581
+
582
+ ### Changes
583
+
584
+ - feat: update fast-element to latest stable version ([PR #32344](https://github.com/microsoft/fluentui/pull/32344) by 13071055+chrisdholt@users.noreply.github.com)
585
+
586
+ ## [3.0.0-beta.58](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.58)
587
+
588
+ Tue, 20 Aug 2024 04:06:57 GMT
589
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.57..@fluentui/web-components_v3.0.0-beta.58)
590
+
591
+ ### Changes
592
+
593
+ - feat: enabling setting theme on an individual element and unsetting themes ([PR #31973](https://github.com/microsoft/fluentui/pull/31973) by machi@microsoft.com)
594
+
595
+ ## [3.0.0-beta.57](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.57)
596
+
597
+ Fri, 16 Aug 2024 04:08:15 GMT
598
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.56..@fluentui/web-components_v3.0.0-beta.57)
599
+
600
+ ### Changes
601
+
602
+ - export BaseCheckbox class ([PR #32302](https://github.com/microsoft/fluentui/pull/32302) by rupertdavid@microsoft.com)
603
+
604
+ ## [3.0.0-beta.56](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.56)
605
+
606
+ Wed, 14 Aug 2024 04:07:35 GMT
607
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.55..@fluentui/web-components_v3.0.0-beta.56)
608
+
609
+ ### Changes
610
+
611
+ - feat(web-components): add fluent-textarea component ([PR #32037](https://github.com/microsoft/fluentui/pull/32037) by machi@microsoft.com)
612
+ - export BaseAnchor class ([PR #32295](https://github.com/microsoft/fluentui/pull/32295) by rupertdavid@microsoft.com)
613
+
614
+ ## [3.0.0-beta.55](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.55)
615
+
616
+ Thu, 08 Aug 2024 04:07:16 GMT
617
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.54..@fluentui/web-components_v3.0.0-beta.55)
618
+
619
+ ### Changes
620
+
621
+ - [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)
622
+
623
+ ## [3.0.0-beta.54](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.54)
624
+
625
+ Tue, 06 Aug 2024 04:07:08 GMT
626
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.53..@fluentui/web-components_v3.0.0-beta.54)
627
+
628
+ ### Changes
629
+
630
+ - Add Tablist component ([PR #32098](https://github.com/microsoft/fluentui/pull/32098) by rupertdavid@microsoft.com)
631
+
632
+ ## [3.0.0-beta.53](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.53)
633
+
634
+ Mon, 05 Aug 2024 04:08:39 GMT
635
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.52..@fluentui/web-components_v3.0.0-beta.53)
636
+
637
+ ### Changes
638
+
639
+ - fix(web-components): detach design tokens from existing themes ([PR #32130](https://github.com/microsoft/fluentui/pull/32130) by machi@microsoft.com)
640
+
641
+ ## [3.0.0-beta.52](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.52)
642
+
643
+ Fri, 02 Aug 2024 04:07:54 GMT
644
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.51..@fluentui/web-components_v3.0.0-beta.52)
645
+
646
+ ### Changes
647
+
648
+ - Export patterns. ([PR #32182](https://github.com/microsoft/fluentui/pull/32182) by mlijanto@microsoft.com)
649
+ - feat: abstracts layout api from field class ([PR #32203](https://github.com/microsoft/fluentui/pull/32203) by jes@microsoft.com)
650
+
651
+ ## [3.0.0-beta.51](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.51)
652
+
653
+ Mon, 29 Jul 2024 04:07:23 GMT
654
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.50..@fluentui/web-components_v3.0.0-beta.51)
655
+
656
+ ### Changes
657
+
658
+ - chore: move size and generate initials out of base class ([PR #32123](https://github.com/microsoft/fluentui/pull/32123) by jes@microsoft.com)
659
+ - fix: reference accordion item base class in accordion ([PR #32117](https://github.com/microsoft/fluentui/pull/32117) by jes@microsoft.com)
660
+
661
+ ## [3.0.0-beta.50](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.50)
662
+
663
+ Fri, 26 Jul 2024 04:08:24 GMT
664
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.49..@fluentui/web-components_v3.0.0-beta.50)
665
+
666
+ ### Changes
667
+
668
+ - [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)
669
+
670
+ ## [3.0.0-beta.49](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.49)
671
+
672
+ Thu, 25 Jul 2024 04:08:33 GMT
673
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.48..@fluentui/web-components_v3.0.0-beta.49)
674
+
675
+ ### Changes
676
+
677
+ - chore: create avatar base class to abstract style specfic api ([PR #32083](https://github.com/microsoft/fluentui/pull/32083) by jes@microsoft.com)
678
+ - 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)
679
+
680
+ ## [3.0.0-beta.48](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.48)
681
+
682
+ Wed, 24 Jul 2024 04:07:07 GMT
683
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.47..@fluentui/web-components_v3.0.0-beta.48)
684
+
685
+ ### Changes
686
+
687
+ - 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)
688
+ - feat(web-components): relax setTheme() argument type to allow custom tokens ([PR #32087](https://github.com/microsoft/fluentui/pull/32087) by machi@microsoft.com)
689
+ - 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)
690
+
691
+ ## [3.0.0-beta.47](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.47)
692
+
693
+ Tue, 23 Jul 2024 04:07:05 GMT
694
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.46..@fluentui/web-components_v3.0.0-beta.47)
695
+
696
+ ### Changes
697
+
698
+ - fix: move spinner animation off of main thread ([PR #32056](https://github.com/microsoft/fluentui/pull/32056) by rupertdavid@microsoft.com)
699
+ - chore: create divider base class to abstract style specfic api ([PR #32065](https://github.com/microsoft/fluentui/pull/32065) by jes@microsoft.com)
700
+
701
+ ## [3.0.0-beta.46](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.46)
702
+
703
+ Fri, 19 Jul 2024 04:08:32 GMT
704
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.45..@fluentui/web-components_v3.0.0-beta.46)
705
+
706
+ ### Changes
707
+
708
+ - chore: [button] move style related api out of base class ([PR #32049](https://github.com/microsoft/fluentui/pull/32049) by jes@microsoft.com)
709
+
710
+ ## [3.0.0-beta.45](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.45)
711
+
712
+ Thu, 18 Jul 2024 04:06:50 GMT
713
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.44..@fluentui/web-components_v3.0.0-beta.45)
714
+
715
+ ### Changes
716
+
717
+ - fix: removed padding from field host element ([PR #32002](https://github.com/microsoft/fluentui/pull/32002) by jes@microsoft.com)
718
+
719
+ ## [3.0.0-beta.44](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.44)
720
+
721
+ Wed, 17 Jul 2024 04:07:52 GMT
722
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.43..@fluentui/web-components_v3.0.0-beta.44)
723
+
724
+ ### Changes
725
+
726
+ - chore: cleanup drawer storybook ([PR #31991](https://github.com/microsoft/fluentui/pull/31991) by rupertdavid@microsoft.com)
727
+
728
+ ## [3.0.0-beta.43](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.43)
729
+
730
+ Tue, 16 Jul 2024 04:08:02 GMT
731
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.42..@fluentui/web-components_v3.0.0-beta.43)
732
+
733
+ ### Changes
734
+
735
+ - fix: scope menu fallback positioning to non-anchor browsers only ([PR #32000](https://github.com/microsoft/fluentui/pull/32000) by rupertdavid@microsoft.com)
736
+ - 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)
737
+ - fix: support tabindex values from implementors on buttons ([PR #32003](https://github.com/microsoft/fluentui/pull/32003) by 13071055+chrisdholt@users.noreply.github.com)
738
+
739
+ ## [3.0.0-beta.42](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.42)
740
+
741
+ Thu, 11 Jul 2024 04:07:36 GMT
742
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.41..@fluentui/web-components_v3.0.0-beta.42)
743
+
744
+ ### Changes
745
+
746
+ - feat: update slider to use ElementInternals for form association ([PR #31933](https://github.com/microsoft/fluentui/pull/31933) by machi@microsoft.com)
747
+
748
+ ## [3.0.0-beta.41](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.41)
749
+
750
+ Tue, 09 Jul 2024 04:07:26 GMT
751
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.40..@fluentui/web-components_v3.0.0-beta.41)
752
+
753
+ ### Changes
754
+
755
+ - 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)
756
+ - 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)
757
+
758
+ ## [3.0.0-beta.40](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.40)
759
+
760
+ Thu, 04 Jul 2024 04:08:13 GMT
761
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.39..@fluentui/web-components_v3.0.0-beta.40)
762
+
763
+ ### Changes
764
+
765
+ - 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)
766
+ - fix for setTheme in Firefox ([PR #31911](https://github.com/microsoft/fluentui/pull/31911) by rupertdavid@microsoft.com)
767
+ - 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)
768
+
769
+ ## [3.0.0-beta.39](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.39)
770
+
771
+ Wed, 03 Jul 2024 04:08:00 GMT
772
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.38..@fluentui/web-components_v3.0.0-beta.39)
773
+
774
+ ### Changes
775
+
776
+ - fix(web-components): fix popover positioning in firefox, add docs ([PR #31895](https://github.com/microsoft/fluentui/pull/31895) by rupertdavid@microsoft.com)
777
+ - expose field in webcomponents to package exports ([PR #31904](https://github.com/microsoft/fluentui/pull/31904) by mmansour@microsoft.com)
778
+ - 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)
779
+ - fix(web-components): fix menu enterkey interaction ([PR #31894](https://github.com/microsoft/fluentui/pull/31894) by rupertdavid@microsoft.com)
780
+
781
+ ## [3.0.0-beta.38](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.38)
782
+
783
+ Mon, 01 Jul 2024 04:08:12 GMT
784
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.37..@fluentui/web-components_v3.0.0-beta.38)
785
+
786
+ ### Changes
787
+
788
+ - Make utils a package export since it replaces fluentui/foundation ([PR #31865](https://github.com/microsoft/fluentui/pull/31865) by mmansour@microsoft.com)
789
+
790
+ ## [3.0.0-beta.37](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.37)
791
+
792
+ Fri, 28 Jun 2024 04:07:17 GMT
793
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.36..@fluentui/web-components_v3.0.0-beta.37)
794
+
795
+ ### Changes
796
+
797
+ - refactor setTheme() to use adoptedStyleSheets ([PR #31713](https://github.com/microsoft/fluentui/pull/31713) by machi@microsoft.com)
798
+ - Add rating-display component ([PR #31625](https://github.com/microsoft/fluentui/pull/31625) by email not defined)
799
+ - Adds MessageBar component to Fluent Web Components ([PR #31708](https://github.com/microsoft/fluentui/pull/31708) by ryan@ryanmerrill.net)
800
+ - chore: use tokens directly in css for badge partial ([PR #31847](https://github.com/microsoft/fluentui/pull/31847) by mmansour@microsoft.com)
801
+ - 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)
802
+
803
+ ## [3.0.0-beta.36](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.36)
804
+
805
+ Wed, 26 Jun 2024 04:07:58 GMT
806
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.35..@fluentui/web-components_v3.0.0-beta.36)
807
+
808
+ ### Changes
809
+
810
+ - feat(drawer): add drawer web component ([PR #31521](https://github.com/microsoft/fluentui/pull/31521) by email not defined)
811
+
812
+ ## [3.0.0-beta.35](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.35)
813
+
814
+ Tue, 25 Jun 2024 04:06:35 GMT
815
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.34..@fluentui/web-components_v3.0.0-beta.35)
816
+
817
+ ### Changes
818
+
819
+ - 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)
820
+
821
+ ## [3.0.0-beta.34](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.34)
822
+
823
+ Mon, 24 Jun 2024 04:06:02 GMT
824
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.33..@fluentui/web-components_v3.0.0-beta.34)
825
+
826
+ ### Changes
827
+
828
+ - Refactor Menu, MenuList, and MenuItem components ([PR #31674](https://github.com/microsoft/fluentui/pull/31674) by rupertdavid@microsoft.com)
829
+
830
+ ## [3.0.0-beta.33](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.33)
831
+
832
+ Fri, 21 Jun 2024 04:06:58 GMT
833
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.32..@fluentui/web-components_v3.0.0-beta.33)
834
+
835
+ ### Changes
836
+
837
+ - 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)
838
+
839
+ ## [3.0.0-beta.32](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.32)
840
+
841
+ Wed, 19 Jun 2024 04:07:31 GMT
842
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.31..@fluentui/web-components_v3.0.0-beta.32)
843
+
844
+ ### Changes
845
+
846
+ - 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)
847
+ - feat: update divider to use custom states ([PR #31735](https://github.com/microsoft/fluentui/pull/31735) by 13071055+chrisdholt@users.noreply.github.com)
848
+ - 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)
849
+ - 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)
850
+ - 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)
851
+ - 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)
852
+ - 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)
853
+ - 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)
854
+
855
+ ## [3.0.0-beta.31](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.31)
856
+
857
+ Tue, 18 Jun 2024 04:05:31 GMT
858
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.30..@fluentui/web-components_v3.0.0-beta.31)
859
+
860
+ ### Changes
861
+
862
+ - 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)
863
+ - update badge to use element internals custom states ([PR #31733](https://github.com/microsoft/fluentui/pull/31733) by 13071055+chrisdholt@users.noreply.github.com)
864
+
865
+ ## [3.0.0-beta.30](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.30)
866
+
867
+ Fri, 14 Jun 2024 04:06:06 GMT
868
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.29..@fluentui/web-components_v3.0.0-beta.30)
869
+
870
+ ### Changes
871
+
872
+ - 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)
873
+
874
+ ## [3.0.0-beta.29](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.29)
875
+
876
+ Thu, 13 Jun 2024 04:06:41 GMT
877
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.28..@fluentui/web-components_v3.0.0-beta.29)
878
+
879
+ ### Changes
880
+
881
+ - refactor setTheme() to reduce code duplication ([PR #31679](https://github.com/microsoft/fluentui/pull/31679) by machi@microsoft.com)
882
+ - add link as a new web component ([PR #31676](https://github.com/microsoft/fluentui/pull/31676) by 13071055+chrisdholt@users.noreply.github.com)
883
+
884
+ ## [3.0.0-beta.28](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.28)
885
+
886
+ Wed, 12 Jun 2024 04:06:09 GMT
887
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.27..@fluentui/web-components_v3.0.0-beta.28)
888
+
889
+ ### Changes
890
+
891
+ - 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)
892
+ - refactor progress bar to use ElementInternals ([PR #31652](https://github.com/microsoft/fluentui/pull/31652) by 13071055+chrisdholt@users.noreply.github.com)
893
+
894
+ ## [3.0.0-beta.27](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.27)
895
+
896
+ Tue, 11 Jun 2024 04:06:29 GMT
897
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.26..@fluentui/web-components_v3.0.0-beta.27)
898
+
899
+ ### Changes
900
+
901
+ - feat: update divider to leverage ElementInternals ([PR #31627](https://github.com/microsoft/fluentui/pull/31627) by 13071055+chrisdholt@users.noreply.github.com)
902
+ - 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)
903
+
904
+ ## [3.0.0-beta.26](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.26)
905
+
906
+ Mon, 10 Jun 2024 04:07:58 GMT
907
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.25..@fluentui/web-components_v3.0.0-beta.26)
908
+
909
+ ### Changes
910
+
911
+ - 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)
912
+ - 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)
913
+ - 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)
914
+
915
+ ## [3.0.0-beta.25](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.25)
916
+
917
+ Fri, 07 Jun 2024 04:06:31 GMT
918
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.24..@fluentui/web-components_v3.0.0-beta.25)
919
+
920
+ ### Changes
921
+
922
+ - Use ElementInternals for Checkbox component ([PR #31468](https://github.com/microsoft/fluentui/pull/31468) by 863023+radium-v@users.noreply.github.com)
923
+ - Move dialog border styles to forcedColors mode ([PR #31609](https://github.com/microsoft/fluentui/pull/31609) by rupertdavid@microsoft.com)
924
+
925
+ ## [3.0.0-beta.24](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.24)
926
+
927
+ Thu, 06 Jun 2024 04:06:19 GMT
928
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.23..@fluentui/web-components_v3.0.0-beta.24)
929
+
930
+ ### Changes
931
+
932
+ - add @floating-ui/dom as a dependency ([PR #31590](https://github.com/microsoft/fluentui/pull/31590) by zacky.ma@microsoft.com)
933
+ - fix disabled button styles ([PR #31585](https://github.com/microsoft/fluentui/pull/31585) by rupertdavid@microsoft.com)
934
+
935
+ ## [3.0.0-beta.23](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.23)
936
+
937
+ Wed, 05 Jun 2024 04:06:41 GMT
938
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.22..@fluentui/web-components_v3.0.0-beta.23)
939
+
940
+ ### Changes
941
+
942
+ - chore: migrate to package.json#files for npm publish scope" ([PR #31519](https://github.com/microsoft/fluentui/pull/31519) by martinhochel@microsoft.com)
943
+ - Refactor fluent-dialog and add fluent-dialog-body ([PR #31512](https://github.com/microsoft/fluentui/pull/31512) by rupertdavid@microsoft.com)
944
+ - 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)
945
+
946
+ ## [3.0.0-beta.22](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.22)
947
+
948
+ Mon, 03 Jun 2024 04:06:55 GMT
949
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.21..@fluentui/web-components_v3.0.0-beta.22)
950
+
951
+ ### Changes
952
+
953
+ - chore: Export component definitions from rollup bundle ([PR #31403](https://github.com/microsoft/fluentui/pull/31403) by 863023+radium-v@users.noreply.github.com)
954
+
955
+ ## [3.0.0-beta.21](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.21)
956
+
957
+ Fri, 24 May 2024 04:06:21 GMT
958
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.20..@fluentui/web-components_v3.0.0-beta.21)
959
+
960
+ ### Changes
961
+
962
+ - Use ElementInternals for the TextInput component ([PR #31201](https://github.com/microsoft/fluentui/pull/31201) by 863023+radium-v@users.noreply.github.com)
963
+
964
+ ## [3.0.0-beta.20](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.20)
965
+
966
+ Wed, 22 May 2024 04:06:55 GMT
967
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.19..@fluentui/web-components_v3.0.0-beta.20)
968
+
969
+ ### Changes
970
+
971
+ - 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)
972
+
973
+ ## [3.0.0-beta.19](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.19)
974
+
975
+ Tue, 21 May 2024 04:06:11 GMT
976
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.18..@fluentui/web-components_v3.0.0-beta.19)
977
+
978
+ ### Changes
979
+
980
+ - 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)
981
+
982
+ ## [3.0.0-beta.18](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.18)
983
+
984
+ Mon, 20 May 2024 04:07:06 GMT
985
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.17..@fluentui/web-components_v3.0.0-beta.18)
986
+
987
+ ### Changes
988
+
989
+ - adds high contrast styles to badge web component ([PR #31234](https://github.com/microsoft/fluentui/pull/31234) by ryanmerrill@microsoft.com)
990
+
991
+ ## [3.0.0-beta.17](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.17)
992
+
993
+ Fri, 17 May 2024 04:06:08 GMT
994
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.16..@fluentui/web-components_v3.0.0-beta.17)
995
+
996
+ ### Changes
997
+
998
+ - fix(web-components): remove determinate from spinner implementation ([PR #31404](https://github.com/microsoft/fluentui/pull/31404) by 13071055+chrisdholt@users.noreply.github.com)
999
+ - Fix compound disabled selector in fluent-button and fluent-anchor-button ([PR #31302](https://github.com/microsoft/fluentui/pull/31302) by rupertdavid@microsoft.com)
1000
+
1001
+ ## [3.0.0-beta.16](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.16)
1002
+
1003
+ Thu, 16 May 2024 04:07:03 GMT
1004
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.15..@fluentui/web-components_v3.0.0-beta.16)
1005
+
1006
+ ### Changes
1007
+
1008
+ - Synchronize design token exports ([PR #31382](https://github.com/microsoft/fluentui/pull/31382) by 863023+radium-v@users.noreply.github.com)
1009
+
1010
+ ## [3.0.0-beta.15](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.15)
1011
+
1012
+ Wed, 01 May 2024 04:09:09 GMT
1013
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.14..@fluentui/web-components_v3.0.0-beta.15)
1014
+
1015
+ ### Changes
1016
+
1017
+ - fix(web-components): remove all barrell exports with exception of design tokens ([PR #31069](https://github.com/microsoft/fluentui/pull/31069) by =)
1018
+
1019
+ ## [3.0.0-beta.14](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.14)
1020
+
1021
+ Fri, 26 Apr 2024 04:07:24 GMT
1022
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.13..@fluentui/web-components_v3.0.0-beta.14)
1023
+
1024
+ ### Changes
1025
+
1026
+ - create CSS partials for named typography styles ([PR #31164](https://github.com/microsoft/fluentui/pull/31164) by 13071055+chrisdholt@users.noreply.github.com)
1027
+
1028
+ ## [3.0.0-beta.13](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.13)
1029
+
1030
+ Thu, 25 Apr 2024 04:09:24 GMT
1031
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.12..@fluentui/web-components_v3.0.0-beta.13)
1032
+
1033
+ ### Changes
1034
+
1035
+ - ensure buttons with long text maintain center alignment ([PR #31179](https://github.com/microsoft/fluentui/pull/31179) by =)
1036
+
7
1037
  ## [3.0.0-beta.12](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.12)
8
1038
 
9
- Tue, 23 Apr 2024 04:08:58 GMT
1039
+ Tue, 23 Apr 2024 04:09:06 GMT
10
1040
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.11..@fluentui/web-components_v3.0.0-beta.12)
11
1041
 
12
1042
  ### Changes
@@ -386,7 +1416,7 @@ Wed, 15 Feb 2023 04:24:51 GMT
386
1416
 
387
1417
  ## [3.0.0-alpha.2](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-alpha.2)
388
1418
 
389
- Wed, 25 Jan 2023 17:42:30 GMT
1419
+ Wed, 25 Jan 2023 17:42:30 GMT
390
1420
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-alpha.1..@fluentui/web-components_v3.0.0-alpha.2)
391
1421
 
392
1422
  ### Changes
@@ -395,7 +1425,7 @@ Wed, 25 Jan 2023 17:42:30 GMT
395
1425
 
396
1426
  ## [3.0.0-alpha.1](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-alpha.1)
397
1427
 
398
- Wed, 25 Jan 2023 14:49:08 GMT
1428
+ Wed, 25 Jan 2023 14:49:08 GMT
399
1429
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v2.5.8..@fluentui/web-components_v3.0.0-alpha.1)
400
1430
 
401
1431
  ### Changes
@@ -405,9 +1435,72 @@ Wed, 25 Jan 2023 14:49:08 GMT
405
1435
  - add badge and counter badge as new components ([PR #26357](https://github.com/microsoft/fluentui/pull/26357) by chhol@microsoft.com)
406
1436
  - add text as a new component ([PR #26090](https://github.com/microsoft/fluentui/pull/26090) by chhol@microsoft.com)
407
1437
 
1438
+ ## [2.6.1](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v2.6.1)
1439
+
1440
+ Wed, 10 Apr 2024 07:28:55 GMT
1441
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v2.6.0..@fluentui/web-components_v2.6.1)
1442
+
1443
+ ### Patches
1444
+
1445
+ - 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 =)
1446
+
1447
+ ## [2.6.0](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v2.6.0)
1448
+
1449
+ Wed, 27 Mar 2024 07:26:49 GMT
1450
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v2.5.17..@fluentui/web-components_v2.6.0)
1451
+
1452
+ ### Minor changes
1453
+
1454
+ - export design token with rollup bundle ([PR #30784](https://github.com/microsoft/fluentui/pull/30784) by =)
1455
+
1456
+ ## [2.5.17](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v2.5.17)
1457
+
1458
+ Fri, 01 Mar 2024 07:26:28 GMT
1459
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v2.5.16..@fluentui/web-components_v2.5.17)
1460
+
1461
+ ### Patches
1462
+
1463
+ - 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)
1464
+
1465
+ ## [2.5.16](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v2.5.16)
1466
+
1467
+ Thu, 20 Jul 2023 07:35:18 GMT
1468
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v2.5.15..@fluentui/web-components_v2.5.16)
1469
+
1470
+ ### Patches
1471
+
1472
+ - 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)
1473
+
1474
+ ## [2.5.15](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v2.5.15)
1475
+
1476
+ Thu, 01 Jun 2023 07:38:37 GMT
1477
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v2.5.14..@fluentui/web-components_v2.5.15)
1478
+
1479
+ ### Patches
1480
+
1481
+ - fix listbox-option selected indicator position in RTL instances ([PR #27894](https://github.com/microsoft/fluentui/pull/27894) by chhol@microsoft.com)
1482
+
1483
+ ## [2.5.14](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v2.5.14)
1484
+
1485
+ Mon, 17 Apr 2023 07:40:25 GMT
1486
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v2.5.13..@fluentui/web-components_v2.5.14)
1487
+
1488
+ ### Patches
1489
+
1490
+ - update FAST dependencies to mitigate Safari 16.4 AdoptedStyleSheets bug ([PR #27578](https://github.com/microsoft/fluentui/pull/27578) by chhol@microsoft.com)
1491
+
1492
+ ## [2.5.13](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v2.5.13)
1493
+
1494
+ Tue, 11 Apr 2023 07:43:45 GMT
1495
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v2.5.12..@fluentui/web-components_v2.5.13)
1496
+
1497
+ ### Patches
1498
+
1499
+ - update fast foundation packages to import bug fixes ([PR #27506](https://github.com/microsoft/fluentui/pull/27506) by chhol@microsoft.com)
1500
+
408
1501
  ## [2.5.12](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v2.5.12)
409
1502
 
410
- Thu, 26 Jan 2023 07:35:32 GMT
1503
+ Thu, 26 Jan 2023 07:35:32 GMT
411
1504
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v2.5.11..@fluentui/web-components_v2.5.12)
412
1505
 
413
1506
  ### Patches
@@ -416,7 +1509,7 @@ Thu, 26 Jan 2023 07:35:32 GMT
416
1509
 
417
1510
  ## [2.5.11](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v2.5.11)
418
1511
 
419
- Wed, 11 Jan 2023 07:50:49 GMT
1512
+ Wed, 11 Jan 2023 07:50:49 GMT
420
1513
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v2.5.10..@fluentui/web-components_v2.5.11)
421
1514
 
422
1515
  ### Patches
@@ -425,7 +1518,7 @@ Wed, 11 Jan 2023 07:50:49 GMT
425
1518
 
426
1519
  ## [2.5.10](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v2.5.10)
427
1520
 
428
- Tue, 10 Jan 2023 07:50:14 GMT
1521
+ Tue, 10 Jan 2023 07:50:14 GMT
429
1522
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v2.5.9..@fluentui/web-components_v2.5.10)
430
1523
 
431
1524
  ### Patches
@@ -434,7 +1527,7 @@ Tue, 10 Jan 2023 07:50:14 GMT
434
1527
 
435
1528
  ## [2.5.9](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v2.5.9)
436
1529
 
437
- Thu, 05 Jan 2023 07:59:57 GMT
1530
+ Thu, 05 Jan 2023 07:59:57 GMT
438
1531
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v2.5.8..@fluentui/web-components_v2.5.9)
439
1532
 
440
1533
  ### Patches
@@ -443,7 +1536,7 @@ Thu, 05 Jan 2023 07:59:57 GMT
443
1536
 
444
1537
  ## [2.5.8](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v2.5.8)
445
1538
 
446
- Wed, 26 Oct 2022 07:52:54 GMT
1539
+ Wed, 26 Oct 2022 07:52:54 GMT
447
1540
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v2.5.7..@fluentui/web-components_v2.5.8)
448
1541
 
449
1542
  ### Patches
@@ -452,7 +1545,7 @@ Wed, 26 Oct 2022 07:52:54 GMT
452
1545
 
453
1546
  ## [2.5.7](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v2.5.7)
454
1547
 
455
- Fri, 21 Oct 2022 07:44:53 GMT
1548
+ Fri, 21 Oct 2022 07:44:53 GMT
456
1549
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v2.5.6..@fluentui/web-components_v2.5.7)
457
1550
 
458
1551
  ### Patches
@@ -461,7 +1554,7 @@ Fri, 21 Oct 2022 07:44:53 GMT
461
1554
 
462
1555
  ## [2.5.6](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v2.5.6)
463
1556
 
464
- Mon, 19 Sep 2022 07:47:29 GMT
1557
+ Mon, 19 Sep 2022 07:47:29 GMT
465
1558
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v2.5.5..@fluentui/web-components_v2.5.6)
466
1559
 
467
1560
  ### Patches
@@ -470,7 +1563,7 @@ Mon, 19 Sep 2022 07:47:29 GMT
470
1563
 
471
1564
  ## [2.5.5](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v2.5.5)
472
1565
 
473
- Wed, 07 Sep 2022 07:54:43 GMT
1566
+ Wed, 07 Sep 2022 07:54:43 GMT
474
1567
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v2.5.4..@fluentui/web-components_v2.5.5)
475
1568
 
476
1569
  ### Patches
@@ -479,7 +1572,7 @@ Wed, 07 Sep 2022 07:54:43 GMT
479
1572
 
480
1573
  ## [2.5.4](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v2.5.4)
481
1574
 
482
- Tue, 30 Aug 2022 07:41:54 GMT
1575
+ Tue, 30 Aug 2022 07:41:54 GMT
483
1576
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v2.5.3..@fluentui/web-components_v2.5.4)
484
1577
 
485
1578
  ### Patches
@@ -488,7 +1581,7 @@ Tue, 30 Aug 2022 07:41:54 GMT
488
1581
 
489
1582
  ## [2.5.3](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v2.5.3)
490
1583
 
491
- Thu, 16 Jun 2022 23:03:44 GMT
1584
+ Thu, 16 Jun 2022 23:03:44 GMT
492
1585
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v2.5.2..@fluentui/web-components_v2.5.3)
493
1586
 
494
1587
  ### Patches
@@ -497,7 +1590,7 @@ Thu, 16 Jun 2022 23:03:44 GMT
497
1590
 
498
1591
  ## [2.5.2](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v2.5.2)
499
1592
 
500
- Tue, 07 Jun 2022 07:48:04 GMT
1593
+ Tue, 07 Jun 2022 07:48:04 GMT
501
1594
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v2.5.1..@fluentui/web-components_v2.5.2)
502
1595
 
503
1596
  ### Patches
@@ -506,7 +1599,7 @@ Tue, 07 Jun 2022 07:48:04 GMT
506
1599
 
507
1600
  ## [2.5.1](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v2.5.1)
508
1601
 
509
- Tue, 17 May 2022 07:45:01 GMT
1602
+ Tue, 17 May 2022 07:45:01 GMT
510
1603
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v2.5.0..@fluentui/web-components_v2.5.1)
511
1604
 
512
1605
  ### Patches
@@ -515,7 +1608,7 @@ Tue, 17 May 2022 07:45:01 GMT
515
1608
 
516
1609
  ## [2.5.0](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v2.5.0)
517
1610
 
518
- Fri, 06 May 2022 07:36:53 GMT
1611
+ Fri, 06 May 2022 07:36:53 GMT
519
1612
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v2.4.0..@fluentui/web-components_v2.5.0)
520
1613
 
521
1614
  ### Minor changes
@@ -524,7 +1617,7 @@ Fri, 06 May 2022 07:36:53 GMT
524
1617
 
525
1618
  ## [2.4.0](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v2.4.0)
526
1619
 
527
- Thu, 28 Apr 2022 07:39:56 GMT
1620
+ Thu, 28 Apr 2022 07:39:56 GMT
528
1621
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v2.3.1..@fluentui/web-components_v2.4.0)
529
1622
 
530
1623
  ### Minor changes
@@ -533,7 +1626,7 @@ Thu, 28 Apr 2022 07:39:56 GMT
533
1626
 
534
1627
  ## [2.3.1](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v2.3.1)
535
1628
 
536
- Mon, 07 Mar 2022 07:41:14 GMT
1629
+ Mon, 07 Mar 2022 07:41:14 GMT
537
1630
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v2.3.0..@fluentui/web-components_v2.3.1)
538
1631
 
539
1632
  ### Patches
@@ -542,7 +1635,7 @@ Mon, 07 Mar 2022 07:41:14 GMT
542
1635
 
543
1636
  ## [2.3.0](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v2.3.0)
544
1637
 
545
- Tue, 01 Mar 2022 07:23:43 GMT
1638
+ Tue, 01 Mar 2022 07:23:43 GMT
546
1639
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v2.2.3..@fluentui/web-components_v2.3.0)
547
1640
 
548
1641
  ### Minor changes
@@ -551,7 +1644,7 @@ Tue, 01 Mar 2022 07:23:43 GMT
551
1644
 
552
1645
  ## [2.2.3](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v2.2.3)
553
1646
 
554
- Fri, 18 Feb 2022 07:22:08 GMT
1647
+ Fri, 18 Feb 2022 07:22:08 GMT
555
1648
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v2.2.2..@fluentui/web-components_v2.2.3)
556
1649
 
557
1650
  ### Patches
@@ -560,7 +1653,7 @@ Fri, 18 Feb 2022 07:22:08 GMT
560
1653
 
561
1654
  ## [2.2.2](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v2.2.2)
562
1655
 
563
- Thu, 27 Jan 2022 07:34:08 GMT
1656
+ Thu, 27 Jan 2022 07:34:08 GMT
564
1657
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v2.2.1..@fluentui/web-components_v2.2.2)
565
1658
 
566
1659
  ### Patches
@@ -569,7 +1662,7 @@ Thu, 27 Jan 2022 07:34:08 GMT
569
1662
 
570
1663
  ## [2.2.1](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v2.2.1)
571
1664
 
572
- Wed, 12 Jan 2022 07:32:29 GMT
1665
+ Wed, 12 Jan 2022 07:32:29 GMT
573
1666
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v2.2.0..@fluentui/web-components_v2.2.1)
574
1667
 
575
1668
  ### Patches
@@ -578,7 +1671,7 @@ Wed, 12 Jan 2022 07:32:29 GMT
578
1671
 
579
1672
  ## [2.2.0](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v2.2.0)
580
1673
 
581
- Fri, 07 Jan 2022 07:27:47 GMT
1674
+ Fri, 07 Jan 2022 07:27:47 GMT
582
1675
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v2.1.3..@fluentui/web-components_v2.2.0)
583
1676
 
584
1677
  ### Minor changes
@@ -587,7 +1680,7 @@ Fri, 07 Jan 2022 07:27:47 GMT
587
1680
 
588
1681
  ## [2.1.3](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v2.1.3)
589
1682
 
590
- Wed, 15 Dec 2021 07:31:29 GMT
1683
+ Wed, 15 Dec 2021 07:31:29 GMT
591
1684
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v2.1.2..@fluentui/web-components_v2.1.3)
592
1685
 
593
1686
  ### Patches
@@ -596,7 +1689,7 @@ Wed, 15 Dec 2021 07:31:29 GMT
596
1689
 
597
1690
  ## [2.1.2](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v2.1.2)
598
1691
 
599
- Fri, 10 Dec 2021 07:30:35 GMT
1692
+ Fri, 10 Dec 2021 07:30:35 GMT
600
1693
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v2.1.1..@fluentui/web-components_v2.1.2)
601
1694
 
602
1695
  ### Patches
@@ -605,7 +1698,7 @@ Fri, 10 Dec 2021 07:30:35 GMT
605
1698
 
606
1699
  ## [2.1.1](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v2.1.1)
607
1700
 
608
- Thu, 02 Dec 2021 07:36:29 GMT
1701
+ Thu, 02 Dec 2021 07:36:29 GMT
609
1702
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v2.1.0..@fluentui/web-components_v2.1.1)
610
1703
 
611
1704
  ### Patches
@@ -614,7 +1707,7 @@ Thu, 02 Dec 2021 07:36:29 GMT
614
1707
 
615
1708
  ## [2.1.0](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v2.1.0)
616
1709
 
617
- Tue, 23 Nov 2021 07:27:34 GMT
1710
+ Tue, 23 Nov 2021 07:27:34 GMT
618
1711
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v2.0.2..@fluentui/web-components_v2.1.0)
619
1712
 
620
1713
  ### Minor changes
@@ -623,7 +1716,7 @@ Tue, 23 Nov 2021 07:27:34 GMT
623
1716
 
624
1717
  ## [2.0.2](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v2.0.2)
625
1718
 
626
- Tue, 09 Nov 2021 07:38:11 GMT
1719
+ Tue, 09 Nov 2021 07:38:11 GMT
627
1720
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v2.0.1..@fluentui/web-components_v2.0.2)
628
1721
 
629
1722
  ### Patches
@@ -632,7 +1725,7 @@ Tue, 09 Nov 2021 07:38:11 GMT
632
1725
 
633
1726
  ## [2.0.1](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v2.0.1)
634
1727
 
635
- Tue, 02 Nov 2021 07:37:01 GMT
1728
+ Tue, 02 Nov 2021 07:37:01 GMT
636
1729
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v2.0.0..@fluentui/web-components_v2.0.1)
637
1730
 
638
1731
  ### Patches
@@ -643,7 +1736,7 @@ Tue, 02 Nov 2021 07:37:01 GMT
643
1736
 
644
1737
  ## [2.0.0](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v2.0.0)
645
1738
 
646
- Fri, 22 Oct 2021 23:04:22 GMT
1739
+ Fri, 22 Oct 2021 23:04:22 GMT
647
1740
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v1.6.3..@fluentui/web-components_v2.0.0)
648
1741
 
649
1742
  ### Major changes
@@ -652,7 +1745,7 @@ Fri, 22 Oct 2021 23:04:22 GMT
652
1745
 
653
1746
  ## [1.6.3](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v1.6.3)
654
1747
 
655
- Fri, 22 Oct 2021 19:30:28 GMT
1748
+ Fri, 22 Oct 2021 19:30:28 GMT
656
1749
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v1.6.2..@fluentui/web-components_v1.6.3)
657
1750
 
658
1751
  ### Patches
@@ -661,7 +1754,7 @@ Fri, 22 Oct 2021 19:30:28 GMT
661
1754
 
662
1755
  ## [1.6.2](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v1.6.2)
663
1756
 
664
- Thu, 14 Oct 2021 00:11:22 GMT
1757
+ Thu, 14 Oct 2021 00:11:22 GMT
665
1758
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v1.6.1..@fluentui/web-components_v1.6.2)
666
1759
 
667
1760
  ### Patches
@@ -670,7 +1763,7 @@ Thu, 14 Oct 2021 00:11:22 GMT
670
1763
 
671
1764
  ## [1.6.1](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v1.6.1)
672
1765
 
673
- Fri, 08 Oct 2021 07:31:50 GMT
1766
+ Fri, 08 Oct 2021 07:31:50 GMT
674
1767
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v1.6.0..@fluentui/web-components_v1.6.1)
675
1768
 
676
1769
  ### Patches
@@ -679,7 +1772,7 @@ Fri, 08 Oct 2021 07:31:50 GMT
679
1772
 
680
1773
  ## [1.6.0](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v1.6.0)
681
1774
 
682
- Thu, 07 Oct 2021 07:30:53 GMT
1775
+ Thu, 07 Oct 2021 07:30:53 GMT
683
1776
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v1.5.6..@fluentui/web-components_v1.6.0)
684
1777
 
685
1778
  ### Minor changes
@@ -693,7 +1786,7 @@ Thu, 07 Oct 2021 07:30:53 GMT
693
1786
 
694
1787
  ## [1.5.6](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v1.5.6)
695
1788
 
696
- Wed, 06 Oct 2021 11:11:56 GMT
1789
+ Wed, 06 Oct 2021 11:11:56 GMT
697
1790
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v1.5.5..@fluentui/web-components_v1.5.6)
698
1791
 
699
1792
  ### Patches
@@ -702,7 +1795,7 @@ Wed, 06 Oct 2021 11:11:56 GMT
702
1795
 
703
1796
  ## [1.5.5](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v1.5.5)
704
1797
 
705
- Tue, 05 Oct 2021 07:37:17 GMT
1798
+ Tue, 05 Oct 2021 07:37:17 GMT
706
1799
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v1.5.4..@fluentui/web-components_v1.5.5)
707
1800
 
708
1801
  ### Patches
@@ -712,7 +1805,7 @@ Tue, 05 Oct 2021 07:37:17 GMT
712
1805
 
713
1806
  ## [1.5.4](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v1.5.4)
714
1807
 
715
- Wed, 29 Sep 2021 07:36:23 GMT
1808
+ Wed, 29 Sep 2021 07:36:23 GMT
716
1809
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v1.5.3..@fluentui/web-components_v1.5.4)
717
1810
 
718
1811
  ### Patches
@@ -721,7 +1814,7 @@ Wed, 29 Sep 2021 07:36:23 GMT
721
1814
 
722
1815
  ## [1.5.3](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v1.5.3)
723
1816
 
724
- Thu, 23 Sep 2021 07:35:13 GMT
1817
+ Thu, 23 Sep 2021 07:35:13 GMT
725
1818
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v1.5.2..@fluentui/web-components_v1.5.3)
726
1819
 
727
1820
  ### Patches
@@ -730,7 +1823,7 @@ Thu, 23 Sep 2021 07:35:13 GMT
730
1823
 
731
1824
  ## [1.5.2](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v1.5.2)
732
1825
 
733
- Fri, 17 Sep 2021 07:35:26 GMT
1826
+ Fri, 17 Sep 2021 07:35:26 GMT
734
1827
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v1.5.1..@fluentui/web-components_v1.5.2)
735
1828
 
736
1829
  ### Patches
@@ -740,7 +1833,7 @@ Fri, 17 Sep 2021 07:35:26 GMT
740
1833
 
741
1834
  ## [1.5.1](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v1.5.1)
742
1835
 
743
- Tue, 14 Sep 2021 20:09:02 GMT
1836
+ Tue, 14 Sep 2021 20:09:02 GMT
744
1837
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v1.5.0..@fluentui/web-components_v1.5.1)
745
1838
 
746
1839
  ### Patches
@@ -749,7 +1842,7 @@ Tue, 14 Sep 2021 20:09:02 GMT
749
1842
 
750
1843
  ## [1.5.0](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v1.5.0)
751
1844
 
752
- Mon, 13 Sep 2021 07:37:03 GMT
1845
+ Mon, 13 Sep 2021 07:37:03 GMT
753
1846
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v1.4.2..@fluentui/web-components_v1.5.0)
754
1847
 
755
1848
  ### Minor changes
@@ -758,7 +1851,7 @@ Mon, 13 Sep 2021 07:37:03 GMT
758
1851
 
759
1852
  ## [1.4.2](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v1.4.2)
760
1853
 
761
- Fri, 10 Sep 2021 07:39:51 GMT
1854
+ Fri, 10 Sep 2021 07:39:51 GMT
762
1855
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v1.4.1..@fluentui/web-components_v1.4.2)
763
1856
 
764
1857
  ### Patches
@@ -768,7 +1861,7 @@ Fri, 10 Sep 2021 07:39:51 GMT
768
1861
 
769
1862
  ## [1.4.1](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v1.4.1)
770
1863
 
771
- Fri, 03 Sep 2021 00:13:07 GMT
1864
+ Fri, 03 Sep 2021 00:13:07 GMT
772
1865
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v1.4.0..@fluentui/web-components_v1.4.1)
773
1866
 
774
1867
  ### Patches
@@ -777,7 +1870,7 @@ Fri, 03 Sep 2021 00:13:07 GMT
777
1870
 
778
1871
  ## [1.4.0](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v1.4.0)
779
1872
 
780
- Thu, 02 Sep 2021 07:36:46 GMT
1873
+ Thu, 02 Sep 2021 07:36:46 GMT
781
1874
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v1.3.8..@fluentui/web-components_v1.4.0)
782
1875
 
783
1876
  ### Minor changes
@@ -786,7 +1879,7 @@ Thu, 02 Sep 2021 07:36:46 GMT
786
1879
 
787
1880
  ## [1.3.8](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v1.3.8)
788
1881
 
789
- Tue, 31 Aug 2021 07:37:47 GMT
1882
+ Tue, 31 Aug 2021 07:37:47 GMT
790
1883
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v1.3.7..@fluentui/web-components_v1.3.8)
791
1884
 
792
1885
  ### Patches
@@ -796,7 +1889,7 @@ Tue, 31 Aug 2021 07:37:47 GMT
796
1889
 
797
1890
  ## [1.3.7](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v1.3.7)
798
1891
 
799
- Mon, 30 Aug 2021 07:35:05 GMT
1892
+ Mon, 30 Aug 2021 07:35:05 GMT
800
1893
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v1.3.6..@fluentui/web-components_v1.3.7)
801
1894
 
802
1895
  ### Patches
@@ -805,7 +1898,7 @@ Mon, 30 Aug 2021 07:35:05 GMT
805
1898
 
806
1899
  ## [1.3.6](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v1.3.6)
807
1900
 
808
- Thu, 26 Aug 2021 07:35:43 GMT
1901
+ Thu, 26 Aug 2021 07:35:43 GMT
809
1902
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v1.3.5..@fluentui/web-components_v1.3.6)
810
1903
 
811
1904
  ### Patches
@@ -814,7 +1907,7 @@ Thu, 26 Aug 2021 07:35:43 GMT
814
1907
 
815
1908
  ## [1.3.5](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v1.3.5)
816
1909
 
817
- Fri, 20 Aug 2021 07:37:28 GMT
1910
+ Fri, 20 Aug 2021 07:37:28 GMT
818
1911
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v1.3.4..@fluentui/web-components_v1.3.5)
819
1912
 
820
1913
  ### Patches
@@ -823,7 +1916,7 @@ Fri, 20 Aug 2021 07:37:28 GMT
823
1916
 
824
1917
  ## [1.3.4](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v1.3.4)
825
1918
 
826
- Thu, 19 Aug 2021 07:41:35 GMT
1919
+ Thu, 19 Aug 2021 07:41:35 GMT
827
1920
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v1.3.3..@fluentui/web-components_v1.3.4)
828
1921
 
829
1922
  ### Patches
@@ -833,7 +1926,7 @@ Thu, 19 Aug 2021 07:41:35 GMT
833
1926
 
834
1927
  ## [1.3.3](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v1.3.3)
835
1928
 
836
- Thu, 05 Aug 2021 07:34:24 GMT
1929
+ Thu, 05 Aug 2021 07:34:24 GMT
837
1930
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v1.3.2..@fluentui/web-components_v1.3.3)
838
1931
 
839
1932
  ### Patches
@@ -842,7 +1935,7 @@ Thu, 05 Aug 2021 07:34:24 GMT
842
1935
 
843
1936
  ## [1.3.2](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v1.3.2)
844
1937
 
845
- Wed, 04 Aug 2021 07:34:12 GMT
1938
+ Wed, 04 Aug 2021 07:34:12 GMT
846
1939
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v1.3.1..@fluentui/web-components_v1.3.2)
847
1940
 
848
1941
  ### Patches
@@ -851,7 +1944,7 @@ Wed, 04 Aug 2021 07:34:12 GMT
851
1944
 
852
1945
  ## [1.3.1](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v1.3.1)
853
1946
 
854
- Fri, 30 Jul 2021 07:35:22 GMT
1947
+ Fri, 30 Jul 2021 07:35:22 GMT
855
1948
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v1.3.0..@fluentui/web-components_v1.3.1)
856
1949
 
857
1950
  ### Patches
@@ -860,7 +1953,7 @@ Fri, 30 Jul 2021 07:35:22 GMT
860
1953
 
861
1954
  ## [1.3.0](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v1.3.0)
862
1955
 
863
- Mon, 26 Jul 2021 07:37:30 GMT
1956
+ Mon, 26 Jul 2021 07:37:30 GMT
864
1957
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v1.2.3..@fluentui/web-components_v1.3.0)
865
1958
 
866
1959
  ### Minor changes
@@ -869,7 +1962,7 @@ Mon, 26 Jul 2021 07:37:30 GMT
869
1962
 
870
1963
  ## [1.2.3](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v1.2.3)
871
1964
 
872
- Fri, 23 Jul 2021 07:38:19 GMT
1965
+ Fri, 23 Jul 2021 07:38:19 GMT
873
1966
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v1.2.2..@fluentui/web-components_v1.2.3)
874
1967
 
875
1968
  ### Patches
@@ -878,7 +1971,7 @@ Fri, 23 Jul 2021 07:38:19 GMT
878
1971
 
879
1972
  ## [1.2.2](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v1.2.2)
880
1973
 
881
- Thu, 22 Jul 2021 07:36:55 GMT
1974
+ Thu, 22 Jul 2021 07:36:55 GMT
882
1975
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v1.2.1..@fluentui/web-components_v1.2.2)
883
1976
 
884
1977
  ### Patches
@@ -887,7 +1980,7 @@ Thu, 22 Jul 2021 07:36:55 GMT
887
1980
 
888
1981
  ## [1.2.1](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v1.2.1)
889
1982
 
890
- Fri, 16 Jul 2021 22:53:17 GMT
1983
+ Fri, 16 Jul 2021 22:53:17 GMT
891
1984
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v1.2.0..@fluentui/web-components_v1.2.1)
892
1985
 
893
1986
  ### Patches
@@ -897,7 +1990,7 @@ Fri, 16 Jul 2021 22:53:17 GMT
897
1990
 
898
1991
  ## [1.2.0](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v1.2.0)
899
1992
 
900
- Fri, 16 Jul 2021 00:35:31 GMT
1993
+ Fri, 16 Jul 2021 00:35:31 GMT
901
1994
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v1.1.1..@fluentui/web-components_v1.2.0)
902
1995
 
903
1996
  ### Minor changes
@@ -911,7 +2004,7 @@ Fri, 16 Jul 2021 00:35:31 GMT
911
2004
 
912
2005
  ## [1.1.1](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v1.1.1)
913
2006
 
914
- Thu, 15 Jul 2021 07:36:18 GMT
2007
+ Thu, 15 Jul 2021 07:36:18 GMT
915
2008
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v1.1.0..@fluentui/web-components_v1.1.1)
916
2009
 
917
2010
  ### Patches
@@ -920,7 +2013,7 @@ Thu, 15 Jul 2021 07:36:18 GMT
920
2013
 
921
2014
  ## [1.1.0](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v1.1.0)
922
2015
 
923
- Tue, 13 Jul 2021 22:32:58 GMT
2016
+ Tue, 13 Jul 2021 22:32:58 GMT
924
2017
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v1.0.2..@fluentui/web-components_v1.1.0)
925
2018
 
926
2019
  ### Minor changes
@@ -930,7 +2023,7 @@ Tue, 13 Jul 2021 22:32:58 GMT
930
2023
 
931
2024
  ## [1.0.2](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v1.0.2)
932
2025
 
933
- Fri, 09 Jul 2021 07:39:31 GMT
2026
+ Fri, 09 Jul 2021 07:39:31 GMT
934
2027
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v1.0.1..@fluentui/web-components_v1.0.2)
935
2028
 
936
2029
  ### Patches
@@ -939,7 +2032,7 @@ Fri, 09 Jul 2021 07:39:31 GMT
939
2032
 
940
2033
  ## [1.0.1](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v1.0.1)
941
2034
 
942
- Wed, 07 Jul 2021 07:32:54 GMT
2035
+ Wed, 07 Jul 2021 07:32:54 GMT
943
2036
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v1.0.0..@fluentui/web-components_v1.0.1)
944
2037
 
945
2038
  ### Patches
@@ -948,7 +2041,7 @@ Wed, 07 Jul 2021 07:32:54 GMT
948
2041
 
949
2042
  ## [1.0.0](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v1.0.0)
950
2043
 
951
- Fri, 02 Jul 2021 23:15:55 GMT
2044
+ Fri, 02 Jul 2021 23:15:55 GMT
952
2045
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v0.22.1..@fluentui/web-components_v1.0.0)
953
2046
 
954
2047
  ### Major changes
@@ -981,7 +2074,7 @@ Fri, 02 Jul 2021 23:15:55 GMT
981
2074
 
982
2075
  ## [0.22.1](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v0.22.1)
983
2076
 
984
- Tue, 08 Jun 2021 07:32:44 GMT
2077
+ Tue, 08 Jun 2021 07:32:44 GMT
985
2078
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v0.22.0..@fluentui/web-components_v0.22.1)
986
2079
 
987
2080
  ### Patches
@@ -990,7 +2083,7 @@ Tue, 08 Jun 2021 07:32:44 GMT
990
2083
 
991
2084
  ## [0.22.0](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v0.22.0)
992
2085
 
993
- Fri, 04 Jun 2021 07:37:23 GMT
2086
+ Fri, 04 Jun 2021 07:37:23 GMT
994
2087
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v0.21.2..@fluentui/web-components_v0.22.0)
995
2088
 
996
2089
  ### Minor changes
@@ -999,7 +2092,7 @@ Fri, 04 Jun 2021 07:37:23 GMT
999
2092
 
1000
2093
  ## [0.21.2](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v0.21.2)
1001
2094
 
1002
- Thu, 20 May 2021 07:41:54 GMT
2095
+ Thu, 20 May 2021 07:41:54 GMT
1003
2096
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v0.21.1..@fluentui/web-components_v0.21.2)
1004
2097
 
1005
2098
  ### Patches
@@ -1008,7 +2101,7 @@ Thu, 20 May 2021 07:41:54 GMT
1008
2101
 
1009
2102
  ## [0.21.1](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v0.21.1)
1010
2103
 
1011
- Mon, 17 May 2021 07:33:48 GMT
2104
+ Mon, 17 May 2021 07:33:48 GMT
1012
2105
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v0.21.0..@fluentui/web-components_v0.21.1)
1013
2106
 
1014
2107
  ### Patches
@@ -1018,7 +2111,7 @@ Mon, 17 May 2021 07:33:48 GMT
1018
2111
 
1019
2112
  ## [0.21.0](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v0.21.0)
1020
2113
 
1021
- Fri, 30 Apr 2021 07:42:23 GMT
2114
+ Fri, 30 Apr 2021 07:42:23 GMT
1022
2115
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v0.20.3..@fluentui/web-components_v0.21.0)
1023
2116
 
1024
2117
  ### Minor changes
@@ -1027,7 +2120,7 @@ Fri, 30 Apr 2021 07:42:23 GMT
1027
2120
 
1028
2121
  ## [0.20.3](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v0.20.3)
1029
2122
 
1030
- Wed, 21 Apr 2021 07:31:50 GMT
2123
+ Wed, 21 Apr 2021 07:31:50 GMT
1031
2124
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v0.20.2..@fluentui/web-components_v0.20.3)
1032
2125
 
1033
2126
  ### Patches
@@ -1036,7 +2129,7 @@ Wed, 21 Apr 2021 07:31:50 GMT
1036
2129
 
1037
2130
  ## [0.20.2](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v0.20.2)
1038
2131
 
1039
- Thu, 01 Apr 2021 07:33:24 GMT
2132
+ Thu, 01 Apr 2021 07:33:24 GMT
1040
2133
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v0.20.1..@fluentui/web-components_v0.20.2)
1041
2134
 
1042
2135
  ### Patches
@@ -1045,7 +2138,7 @@ Thu, 01 Apr 2021 07:33:24 GMT
1045
2138
 
1046
2139
  ## [0.20.1](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v0.20.1)
1047
2140
 
1048
- Mon, 29 Mar 2021 07:30:29 GMT
2141
+ Mon, 29 Mar 2021 07:30:29 GMT
1049
2142
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v0.20.0..@fluentui/web-components_v0.20.1)
1050
2143
 
1051
2144
  ### Patches
@@ -1054,7 +2147,7 @@ Mon, 29 Mar 2021 07:30:29 GMT
1054
2147
 
1055
2148
  ## [0.20.0](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v0.20.0)
1056
2149
 
1057
- Fri, 26 Mar 2021 07:32:34 GMT
2150
+ Fri, 26 Mar 2021 07:32:34 GMT
1058
2151
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v0.19.1..@fluentui/web-components_v0.20.0)
1059
2152
 
1060
2153
  ### Minor changes
@@ -1063,7 +2156,7 @@ Fri, 26 Mar 2021 07:32:34 GMT
1063
2156
 
1064
2157
  ## [0.19.1](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v0.19.1)
1065
2158
 
1066
- Thu, 25 Mar 2021 07:33:24 GMT
2159
+ Thu, 25 Mar 2021 07:33:24 GMT
1067
2160
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v0.19.0..@fluentui/web-components_v0.19.1)
1068
2161
 
1069
2162
  ### Patches
@@ -1072,7 +2165,7 @@ Thu, 25 Mar 2021 07:33:24 GMT
1072
2165
 
1073
2166
  ## [0.19.0](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v0.19.0)
1074
2167
 
1075
- Tue, 23 Mar 2021 07:31:43 GMT
2168
+ Tue, 23 Mar 2021 07:31:43 GMT
1076
2169
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v0.18.0..@fluentui/web-components_v0.19.0)
1077
2170
 
1078
2171
  ### Minor changes
@@ -1085,7 +2178,7 @@ Tue, 23 Mar 2021 07:31:43 GMT
1085
2178
 
1086
2179
  ## [0.18.0](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v0.18.0)
1087
2180
 
1088
- Fri, 19 Mar 2021 07:32:43 GMT
2181
+ Fri, 19 Mar 2021 07:32:43 GMT
1089
2182
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v0.17.0..@fluentui/web-components_v0.18.0)
1090
2183
 
1091
2184
  ### Minor changes
@@ -1094,7 +2187,7 @@ Fri, 19 Mar 2021 07:32:43 GMT
1094
2187
 
1095
2188
  ## [0.17.0](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v0.17.0)
1096
2189
 
1097
- Thu, 18 Mar 2021 20:15:34 GMT
2190
+ Thu, 18 Mar 2021 20:15:34 GMT
1098
2191
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v0.16.2..@fluentui/web-components_v0.17.0)
1099
2192
 
1100
2193
  ### Minor changes
@@ -1107,7 +2200,7 @@ Thu, 18 Mar 2021 20:15:34 GMT
1107
2200
 
1108
2201
  ## [0.16.2](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v0.16.2)
1109
2202
 
1110
- Wed, 17 Mar 2021 07:35:44 GMT
2203
+ Wed, 17 Mar 2021 07:35:44 GMT
1111
2204
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v0.16.1..@fluentui/web-components_v0.16.2)
1112
2205
 
1113
2206
  ### Patches
@@ -1116,7 +2209,7 @@ Wed, 17 Mar 2021 07:35:44 GMT
1116
2209
 
1117
2210
  ## [0.16.1](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v0.16.1)
1118
2211
 
1119
- Tue, 16 Mar 2021 07:32:44 GMT
2212
+ Tue, 16 Mar 2021 07:32:44 GMT
1120
2213
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v0.16.0..@fluentui/web-components_v0.16.1)
1121
2214
 
1122
2215
  ### Patches
@@ -1125,7 +2218,7 @@ Tue, 16 Mar 2021 07:32:44 GMT
1125
2218
 
1126
2219
  ## [0.16.0](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v0.16.0)
1127
2220
 
1128
- Fri, 12 Mar 2021 20:04:27 GMT
2221
+ Fri, 12 Mar 2021 20:04:27 GMT
1129
2222
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v0.15.0..@fluentui/web-components_v0.16.0)
1130
2223
 
1131
2224
  ### Minor changes
@@ -1134,7 +2227,7 @@ Fri, 12 Mar 2021 20:04:27 GMT
1134
2227
 
1135
2228
  ## [0.15.0](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v0.15.0)
1136
2229
 
1137
- Sun, 07 Mar 2021 23:34:51 GMT
2230
+ Sun, 07 Mar 2021 23:34:51 GMT
1138
2231
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v0.14.2..@fluentui/web-components_v0.15.0)
1139
2232
 
1140
2233
  ### Minor changes
@@ -1144,7 +2237,7 @@ Sun, 07 Mar 2021 23:34:51 GMT
1144
2237
 
1145
2238
  ## [0.14.2](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v0.14.2)
1146
2239
 
1147
- Thu, 25 Feb 2021 01:15:27 GMT
2240
+ Thu, 25 Feb 2021 01:15:27 GMT
1148
2241
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v0.14.1..@fluentui/web-components_v0.14.2)
1149
2242
 
1150
2243
  ### Patches
@@ -1154,7 +2247,7 @@ Thu, 25 Feb 2021 01:15:27 GMT
1154
2247
 
1155
2248
  ## [0.14.1](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v0.14.1)
1156
2249
 
1157
- Mon, 22 Feb 2021 12:26:22 GMT
2250
+ Mon, 22 Feb 2021 12:26:22 GMT
1158
2251
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v0.14.0..@fluentui/web-components_v0.14.1)
1159
2252
 
1160
2253
  ### Patches
@@ -1163,7 +2256,7 @@ Mon, 22 Feb 2021 12:26:22 GMT
1163
2256
 
1164
2257
  ## [0.14.0](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v0.14.0)
1165
2258
 
1166
- Fri, 12 Feb 2021 12:26:20 GMT
2259
+ Fri, 12 Feb 2021 12:26:20 GMT
1167
2260
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v0.13.1..@fluentui/web-components_v0.14.0)
1168
2261
 
1169
2262
  ### Minor changes
@@ -1172,7 +2265,7 @@ Fri, 12 Feb 2021 12:26:20 GMT
1172
2265
 
1173
2266
  ## [0.13.1](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v0.13.1)
1174
2267
 
1175
- Thu, 11 Feb 2021 02:38:00 GMT
2268
+ Thu, 11 Feb 2021 02:38:00 GMT
1176
2269
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v0.13.0..@fluentui/web-components_v0.13.1)
1177
2270
 
1178
2271
  ### Patches
@@ -1181,7 +2274,7 @@ Thu, 11 Feb 2021 02:38:00 GMT
1181
2274
 
1182
2275
  ## [0.13.0](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v0.13.0)
1183
2276
 
1184
- Tue, 09 Feb 2021 00:56:52 GMT
2277
+ Tue, 09 Feb 2021 00:56:52 GMT
1185
2278
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v0.12.1..@fluentui/web-components_v0.13.0)
1186
2279
 
1187
2280
  ### Minor changes
@@ -1194,7 +2287,7 @@ Tue, 09 Feb 2021 00:56:52 GMT
1194
2287
 
1195
2288
  ## [0.12.1](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v0.12.1)
1196
2289
 
1197
- Mon, 08 Feb 2021 12:23:08 GMT
2290
+ Mon, 08 Feb 2021 12:23:08 GMT
1198
2291
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v0.12.0..@fluentui/web-components_v0.12.1)
1199
2292
 
1200
2293
  ### Patches
@@ -1203,7 +2296,7 @@ Mon, 08 Feb 2021 12:23:08 GMT
1203
2296
 
1204
2297
  ## [0.12.0](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v0.12.0)
1205
2298
 
1206
- Wed, 03 Feb 2021 05:51:40 GMT
2299
+ Wed, 03 Feb 2021 05:51:40 GMT
1207
2300
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v0.11.0..@fluentui/web-components_v0.12.0)
1208
2301
 
1209
2302
  ### Minor changes
@@ -1212,7 +2305,7 @@ Wed, 03 Feb 2021 05:51:40 GMT
1212
2305
 
1213
2306
  ## [0.11.0](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v0.11.0)
1214
2307
 
1215
- Tue, 26 Jan 2021 12:33:19 GMT
2308
+ Tue, 26 Jan 2021 12:33:19 GMT
1216
2309
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v0.10.6..@fluentui/web-components_v0.11.0)
1217
2310
 
1218
2311
  ### Minor changes
@@ -1225,7 +2318,7 @@ Tue, 26 Jan 2021 12:33:19 GMT
1225
2318
 
1226
2319
  ## [0.10.6](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v0.10.6)
1227
2320
 
1228
- Thu, 21 Jan 2021 12:36:12 GMT
2321
+ Thu, 21 Jan 2021 12:36:12 GMT
1229
2322
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v0.10.5..@fluentui/web-components_v0.10.6)
1230
2323
 
1231
2324
  ### Patches
@@ -1234,7 +2327,7 @@ Thu, 21 Jan 2021 12:36:12 GMT
1234
2327
 
1235
2328
  ## [0.10.5](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v0.10.5)
1236
2329
 
1237
- Wed, 20 Jan 2021 12:22:46 GMT
2330
+ Wed, 20 Jan 2021 12:22:46 GMT
1238
2331
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v0.10.4..@fluentui/web-components_v0.10.5)
1239
2332
 
1240
2333
  ### Patches
@@ -1243,7 +2336,7 @@ Wed, 20 Jan 2021 12:22:46 GMT
1243
2336
 
1244
2337
  ## [0.10.4](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v0.10.4)
1245
2338
 
1246
- Fri, 15 Jan 2021 12:30:40 GMT
2339
+ Fri, 15 Jan 2021 12:30:40 GMT
1247
2340
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v0.10.3..@fluentui/web-components_v0.10.4)
1248
2341
 
1249
2342
  ### Patches
@@ -1253,7 +2346,7 @@ Fri, 15 Jan 2021 12:30:40 GMT
1253
2346
 
1254
2347
  ## [0.10.3](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v0.10.3)
1255
2348
 
1256
- Tue, 12 Jan 2021 12:36:40 GMT
2349
+ Tue, 12 Jan 2021 12:36:40 GMT
1257
2350
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v0.10.2..@fluentui/web-components_v0.10.3)
1258
2351
 
1259
2352
  ### Patches
@@ -1262,7 +2355,7 @@ Tue, 12 Jan 2021 12:36:40 GMT
1262
2355
 
1263
2356
  ## [0.10.2](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v0.10.2)
1264
2357
 
1265
- Tue, 05 Jan 2021 12:29:33 GMT
2358
+ Tue, 05 Jan 2021 12:29:33 GMT
1266
2359
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v0.10.1..@fluentui/web-components_v0.10.2)
1267
2360
 
1268
2361
  ### Patches
@@ -1277,7 +2370,7 @@ Tue, 05 Jan 2021 12:29:33 GMT
1277
2370
 
1278
2371
  ## [0.10.1](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v0.10.1)
1279
2372
 
1280
- Fri, 18 Dec 2020 12:27:55 GMT
2373
+ Fri, 18 Dec 2020 12:27:55 GMT
1281
2374
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v0.10.0..@fluentui/web-components_v0.10.1)
1282
2375
 
1283
2376
  ### Patches
@@ -1286,7 +2379,7 @@ Fri, 18 Dec 2020 12:27:55 GMT
1286
2379
 
1287
2380
  ## [0.10.0](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v0.10.0)
1288
2381
 
1289
- Thu, 17 Dec 2020 12:30:15 GMT
2382
+ Thu, 17 Dec 2020 12:30:15 GMT
1290
2383
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v0.9.2..@fluentui/web-components_v0.10.0)
1291
2384
 
1292
2385
  ### Minor changes
@@ -1299,7 +2392,7 @@ Thu, 17 Dec 2020 12:30:15 GMT
1299
2392
 
1300
2393
  ## [0.9.2](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v0.9.2)
1301
2394
 
1302
- Wed, 16 Dec 2020 12:27:05 GMT
2395
+ Wed, 16 Dec 2020 12:27:05 GMT
1303
2396
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v0.9.1..@fluentui/web-components_v0.9.2)
1304
2397
 
1305
2398
  ### Patches
@@ -1308,7 +2401,7 @@ Wed, 16 Dec 2020 12:27:05 GMT
1308
2401
 
1309
2402
  ## [0.9.1](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v0.9.1)
1310
2403
 
1311
- Wed, 09 Dec 2020 12:27:00 GMT
2404
+ Wed, 09 Dec 2020 12:27:00 GMT
1312
2405
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v0.9.0..@fluentui/web-components_v0.9.1)
1313
2406
 
1314
2407
  ### Patches
@@ -1317,7 +2410,7 @@ Wed, 09 Dec 2020 12:27:00 GMT
1317
2410
 
1318
2411
  ## [0.9.0](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v0.9.0)
1319
2412
 
1320
- Wed, 02 Dec 2020 12:37:40 GMT
2413
+ Wed, 02 Dec 2020 12:37:40 GMT
1321
2414
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v0.8.1..@fluentui/web-components_v0.9.0)
1322
2415
 
1323
2416
  ### Minor changes
@@ -1326,7 +2419,7 @@ Wed, 02 Dec 2020 12:37:40 GMT
1326
2419
 
1327
2420
  ## [0.8.1](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v0.8.1)
1328
2421
 
1329
- Sat, 21 Nov 2020 02:00:44 GMT
2422
+ Sat, 21 Nov 2020 02:00:44 GMT
1330
2423
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v0.8.0..@fluentui/web-components_v0.8.1)
1331
2424
 
1332
2425
  ### Patches
@@ -1338,7 +2431,7 @@ Sat, 21 Nov 2020 02:00:44 GMT
1338
2431
 
1339
2432
  ## [0.8.0](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v0.8.0)
1340
2433
 
1341
- Wed, 18 Nov 2020 12:30:07 GMT
2434
+ Wed, 18 Nov 2020 12:30:07 GMT
1342
2435
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v0.7.2..@fluentui/web-components_v0.8.0)
1343
2436
 
1344
2437
  ### Minor changes
@@ -1347,7 +2440,7 @@ Wed, 18 Nov 2020 12:30:07 GMT
1347
2440
 
1348
2441
  ## [0.7.2](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v0.7.2)
1349
2442
 
1350
- Tue, 17 Nov 2020 12:36:24 GMT
2443
+ Tue, 17 Nov 2020 12:36:24 GMT
1351
2444
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v0.7.1..@fluentui/web-components_v0.7.2)
1352
2445
 
1353
2446
  ### Patches
@@ -1356,7 +2449,7 @@ Tue, 17 Nov 2020 12:36:24 GMT
1356
2449
 
1357
2450
  ## [0.7.1](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v0.7.1)
1358
2451
 
1359
- Thu, 05 Nov 2020 12:29:43 GMT
2452
+ Thu, 05 Nov 2020 12:29:43 GMT
1360
2453
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v0.7.0..@fluentui/web-components_v0.7.1)
1361
2454
 
1362
2455
  ### Patches
@@ -1365,7 +2458,7 @@ Thu, 05 Nov 2020 12:29:43 GMT
1365
2458
 
1366
2459
  ## [0.7.0](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v0.7.0)
1367
2460
 
1368
- Thu, 29 Oct 2020 12:34:59 GMT
2461
+ Thu, 29 Oct 2020 12:34:59 GMT
1369
2462
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v0.6.3..@fluentui/web-components_v0.7.0)
1370
2463
 
1371
2464
  ### Minor changes