@fluentui/web-components 3.0.0-beta.9 → 3.0.0-beta.90

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 (1001) hide show
  1. package/CHANGELOG.md +942 -103
  2. package/README.md +49 -16
  3. package/dist/dts/accordion/accordion.bench.d.ts +3 -0
  4. package/dist/dts/accordion/accordion.d.ts +35 -12
  5. package/dist/dts/accordion/accordion.options.d.ts +3 -3
  6. package/dist/dts/accordion/accordion.template.d.ts +1 -1
  7. package/dist/dts/accordion/index.d.ts +2 -1
  8. package/dist/dts/accordion-item/accordion-item.base.d.ts +59 -0
  9. package/dist/dts/accordion-item/accordion-item.bench.d.ts +3 -0
  10. package/dist/dts/accordion-item/accordion-item.d.ts +12 -67
  11. package/dist/dts/accordion-item/accordion-item.options.d.ts +3 -3
  12. package/dist/dts/accordion-item/accordion-item.template.d.ts +2 -2
  13. package/dist/dts/accordion-item/index.d.ts +4 -2
  14. package/dist/dts/anchor-button/anchor-button.base.d.ts +144 -0
  15. package/dist/dts/anchor-button/anchor-button.bench.d.ts +3 -0
  16. package/dist/dts/anchor-button/anchor-button.d.ts +33 -128
  17. package/dist/dts/anchor-button/anchor-button.options.d.ts +26 -6
  18. package/dist/dts/anchor-button/anchor-button.template.d.ts +1 -1
  19. package/dist/dts/anchor-button/index.d.ts +6 -3
  20. package/dist/dts/avatar/avatar.base.d.ts +30 -0
  21. package/dist/dts/avatar/avatar.bench.d.ts +3 -0
  22. package/dist/dts/avatar/avatar.d.ts +39 -40
  23. package/dist/dts/avatar/avatar.options.d.ts +6 -6
  24. package/dist/dts/avatar/avatar.template.d.ts +1 -1
  25. package/dist/dts/avatar/index.d.ts +3 -2
  26. package/dist/dts/badge/badge.bench.d.ts +3 -0
  27. package/dist/dts/badge/badge.options.d.ts +6 -6
  28. package/dist/dts/badge/badge.template.d.ts +1 -1
  29. package/dist/dts/badge/index.d.ts +2 -2
  30. package/dist/dts/button/button.base.d.ts +242 -0
  31. package/dist/dts/button/button.bench.d.ts +3 -0
  32. package/dist/dts/button/button.d.ts +18 -160
  33. package/dist/dts/button/button.definition.d.ts +3 -1
  34. package/dist/dts/button/button.options.d.ts +22 -8
  35. package/dist/dts/button/button.styles.d.ts +9 -0
  36. package/dist/dts/button/button.template.d.ts +9 -3
  37. package/dist/dts/button/index.d.ts +6 -4
  38. package/dist/dts/checkbox/checkbox.base.d.ts +288 -0
  39. package/dist/dts/checkbox/checkbox.bench.d.ts +3 -0
  40. package/dist/dts/checkbox/checkbox.d.ts +29 -47
  41. package/dist/dts/checkbox/checkbox.options.d.ts +15 -12
  42. package/dist/dts/checkbox/checkbox.template.d.ts +3 -2
  43. package/dist/dts/checkbox/index.d.ts +5 -3
  44. package/dist/dts/compound-button/compound-button.bench.d.ts +3 -0
  45. package/dist/dts/compound-button/compound-button.options.d.ts +4 -9
  46. package/dist/dts/compound-button/compound-button.template.d.ts +1 -1
  47. package/dist/dts/compound-button/index.d.ts +2 -2
  48. package/dist/dts/counter-badge/counter-badge.bench.d.ts +3 -0
  49. package/dist/dts/counter-badge/counter-badge.d.ts +6 -0
  50. package/dist/dts/counter-badge/counter-badge.options.d.ts +6 -6
  51. package/dist/dts/counter-badge/counter-badge.template.d.ts +2 -2
  52. package/dist/dts/counter-badge/index.d.ts +2 -2
  53. package/dist/dts/dialog/dialog.bench.d.ts +3 -0
  54. package/dist/dts/dialog/dialog.d.ts +12 -146
  55. package/dist/dts/dialog/dialog.options.d.ts +2 -2
  56. package/dist/dts/dialog/dialog.template.d.ts +1 -1
  57. package/dist/dts/dialog/index.d.ts +2 -1
  58. package/dist/dts/dialog-body/define.d.ts +1 -0
  59. package/dist/dts/dialog-body/dialog-body.bench.d.ts +3 -0
  60. package/dist/dts/dialog-body/dialog-body.d.ts +14 -0
  61. package/dist/dts/dialog-body/dialog-body.definition.d.ts +9 -0
  62. package/dist/dts/dialog-body/dialog-body.styles.d.ts +4 -0
  63. package/dist/dts/dialog-body/dialog-body.template.d.ts +6 -0
  64. package/dist/dts/dialog-body/index.d.ts +4 -0
  65. package/dist/dts/divider/divider.base.d.ts +49 -0
  66. package/dist/dts/divider/divider.bench.d.ts +3 -0
  67. package/dist/dts/divider/divider.d.ts +8 -27
  68. package/dist/dts/divider/divider.options.d.ts +4 -5
  69. package/dist/dts/divider/divider.template.d.ts +1 -1
  70. package/dist/dts/divider/index.d.ts +3 -2
  71. package/dist/dts/drawer/define.d.ts +1 -0
  72. package/dist/dts/drawer/drawer.d.ts +93 -0
  73. package/dist/dts/drawer/drawer.definition.d.ts +8 -0
  74. package/dist/dts/drawer/drawer.options.d.ts +40 -0
  75. package/dist/dts/drawer/drawer.styles.d.ts +4 -0
  76. package/dist/dts/drawer/drawer.template.d.ts +8 -0
  77. package/dist/dts/drawer/index.d.ts +5 -0
  78. package/dist/dts/drawer-body/define.d.ts +1 -0
  79. package/dist/dts/drawer-body/drawer-body.d.ts +20 -0
  80. package/dist/dts/drawer-body/drawer-body.definition.d.ts +8 -0
  81. package/dist/dts/drawer-body/drawer-body.styles.d.ts +4 -0
  82. package/dist/dts/drawer-body/drawer-body.template.d.ts +8 -0
  83. package/dist/dts/drawer-body/index.d.ts +4 -0
  84. package/dist/dts/dropdown/define.d.ts +1 -0
  85. package/dist/dts/dropdown/dropdown.base.d.ts +441 -0
  86. package/dist/dts/dropdown/dropdown.d.ts +28 -0
  87. package/dist/dts/dropdown/dropdown.definition.d.ts +9 -0
  88. package/dist/dts/dropdown/dropdown.options.d.ts +53 -0
  89. package/dist/dts/dropdown/dropdown.styles.d.ts +6 -0
  90. package/dist/dts/dropdown/dropdown.template.d.ts +38 -0
  91. package/dist/dts/dropdown/index.d.ts +6 -0
  92. package/dist/dts/field/define.d.ts +1 -0
  93. package/dist/dts/field/field.base.d.ts +120 -0
  94. package/dist/dts/field/field.bench.d.ts +3 -0
  95. package/dist/dts/field/field.d.ts +18 -0
  96. package/dist/dts/field/field.definition.d.ts +9 -0
  97. package/dist/dts/field/field.options.d.ts +43 -0
  98. package/dist/dts/field/field.styles.d.ts +6 -0
  99. package/dist/dts/field/field.template.d.ts +6 -0
  100. package/dist/dts/field/index.d.ts +7 -0
  101. package/dist/dts/form-associated/form-associated.d.ts +4 -78
  102. package/dist/dts/image/image.bench.d.ts +3 -0
  103. package/dist/dts/image/image.options.d.ts +2 -3
  104. package/dist/dts/image/image.template.d.ts +1 -1
  105. package/dist/dts/image/index.d.ts +2 -2
  106. package/dist/dts/index-rollup.d.ts +44 -1
  107. package/dist/dts/index.d.ts +64 -31
  108. package/dist/dts/label/index.d.ts +2 -1
  109. package/dist/dts/label/label.bench.d.ts +3 -0
  110. package/dist/dts/label/label.d.ts +0 -2
  111. package/dist/dts/label/label.options.d.ts +2 -2
  112. package/dist/dts/label/label.template.d.ts +2 -2
  113. package/dist/dts/link/define.d.ts +1 -0
  114. package/dist/dts/link/index.d.ts +5 -0
  115. package/dist/dts/link/link.bench.d.ts +3 -0
  116. package/dist/dts/link/link.d.ts +33 -0
  117. package/dist/dts/link/link.definition.d.ts +7 -0
  118. package/dist/dts/link/link.options.d.ts +52 -0
  119. package/dist/dts/link/link.styles.d.ts +1 -0
  120. package/dist/dts/link/link.template.d.ts +12 -0
  121. package/dist/dts/listbox/define.d.ts +1 -0
  122. package/dist/dts/listbox/index.d.ts +5 -0
  123. package/dist/dts/listbox/listbox.d.ts +116 -0
  124. package/dist/dts/listbox/listbox.definition.d.ts +9 -0
  125. package/dist/dts/listbox/listbox.options.d.ts +10 -0
  126. package/dist/dts/listbox/listbox.styles.d.ts +6 -0
  127. package/dist/dts/listbox/listbox.template.d.ts +17 -0
  128. package/dist/dts/menu/index.d.ts +1 -1
  129. package/dist/dts/menu/menu.bench.d.ts +3 -0
  130. package/dist/dts/menu/menu.d.ts +87 -58
  131. package/dist/dts/menu/menu.template.d.ts +1 -1
  132. package/dist/dts/menu-button/index.d.ts +4 -3
  133. package/dist/dts/menu-button/menu-button.bench.d.ts +3 -0
  134. package/dist/dts/menu-button/menu-button.options.d.ts +5 -6
  135. package/dist/dts/menu-button/menu-button.template.d.ts +1 -1
  136. package/dist/dts/menu-item/index.d.ts +5 -3
  137. package/dist/dts/menu-item/menu-item.bench.d.ts +3 -0
  138. package/dist/dts/menu-item/menu-item.d.ts +34 -57
  139. package/dist/dts/menu-item/menu-item.options.d.ts +2 -2
  140. package/dist/dts/menu-list/index.d.ts +1 -1
  141. package/dist/dts/menu-list/menu-list.bench.d.ts +3 -0
  142. package/dist/dts/menu-list/menu-list.d.ts +12 -10
  143. package/dist/dts/menu-list/menu-list.template.d.ts +1 -1
  144. package/dist/dts/message-bar/define.d.ts +1 -0
  145. package/dist/dts/message-bar/index.d.ts +5 -0
  146. package/dist/dts/message-bar/message-bar.bench.d.ts +3 -0
  147. package/dist/dts/message-bar/message-bar.d.ts +48 -0
  148. package/dist/dts/message-bar/message-bar.definition.d.ts +9 -0
  149. package/dist/dts/message-bar/message-bar.options.d.ts +30 -0
  150. package/dist/dts/message-bar/message-bar.styles.d.ts +7 -0
  151. package/dist/dts/message-bar/message-bar.template.d.ts +14 -0
  152. package/dist/dts/option/define.d.ts +1 -0
  153. package/dist/dts/option/index.d.ts +5 -0
  154. package/dist/dts/option/option.d.ts +260 -0
  155. package/dist/dts/option/option.definition.d.ts +9 -0
  156. package/dist/dts/option/option.options.d.ts +20 -0
  157. package/dist/dts/option/option.styles.d.ts +6 -0
  158. package/dist/dts/option/option.template.d.ts +16 -0
  159. package/dist/dts/patterns/start-end.d.ts +20 -6
  160. package/dist/dts/progress-bar/index.d.ts +3 -2
  161. package/dist/dts/progress-bar/progress-bar.base.d.ts +73 -0
  162. package/dist/dts/progress-bar/progress-bar.bench.d.ts +3 -0
  163. package/dist/dts/progress-bar/progress-bar.d.ts +7 -21
  164. package/dist/dts/progress-bar/progress-bar.options.d.ts +4 -13
  165. package/dist/dts/progress-bar/progress-bar.template.d.ts +1 -2
  166. package/dist/dts/radio/index.d.ts +2 -1
  167. package/dist/dts/radio/radio.bench.d.ts +3 -0
  168. package/dist/dts/radio/radio.d.ts +38 -35
  169. package/dist/dts/radio/radio.options.d.ts +14 -0
  170. package/dist/dts/radio/radio.styles.d.ts +3 -1
  171. package/dist/dts/radio/radio.template.d.ts +14 -2
  172. package/dist/dts/radio-group/index.d.ts +2 -1
  173. package/dist/dts/radio-group/radio-group.bench.d.ts +3 -0
  174. package/dist/dts/radio-group/radio-group.d.ts +211 -49
  175. package/dist/dts/radio-group/radio-group.options.d.ts +1 -1
  176. package/dist/dts/radio-group/radio-group.template.d.ts +1 -1
  177. package/dist/dts/rating-display/define.d.ts +1 -0
  178. package/dist/dts/rating-display/index.d.ts +6 -0
  179. package/dist/dts/rating-display/rating-display.base.d.ts +89 -0
  180. package/dist/dts/rating-display/rating-display.d.ts +48 -0
  181. package/dist/dts/rating-display/rating-display.definition.d.ts +9 -0
  182. package/dist/dts/rating-display/rating-display.options.d.ts +29 -0
  183. package/dist/dts/rating-display/rating-display.styles.d.ts +6 -0
  184. package/dist/dts/rating-display/rating-display.template.d.ts +14 -0
  185. package/dist/dts/slider/index.d.ts +3 -2
  186. package/dist/dts/slider/slider.bench.d.ts +3 -0
  187. package/dist/dts/slider/slider.d.ts +181 -39
  188. package/dist/dts/slider/slider.options.d.ts +6 -6
  189. package/dist/dts/slider/slider.template.d.ts +2 -2
  190. package/dist/dts/spinner/index.d.ts +3 -2
  191. package/dist/dts/spinner/spinner.base.d.ts +14 -0
  192. package/dist/dts/spinner/spinner.bench.d.ts +3 -0
  193. package/dist/dts/spinner/spinner.d.ts +6 -6
  194. package/dist/dts/spinner/spinner.options.d.ts +2 -2
  195. package/dist/dts/spinner/spinner.template.d.ts +2 -5
  196. package/dist/dts/styles/partials/index.d.ts +1 -0
  197. package/dist/dts/styles/partials/typography.partials.d.ts +18 -0
  198. package/dist/dts/styles/states/index.d.ts +134 -0
  199. package/dist/dts/switch/index.d.ts +3 -2
  200. package/dist/dts/switch/switch.bench.d.ts +3 -0
  201. package/dist/dts/switch/switch.d.ts +3 -40
  202. package/dist/dts/switch/switch.options.d.ts +1 -1
  203. package/dist/dts/switch/switch.template.d.ts +2 -2
  204. package/dist/dts/tab/index.d.ts +4 -3
  205. package/dist/dts/tab/tab.bench.d.ts +3 -0
  206. package/dist/dts/tab/tab.d.ts +3 -2
  207. package/dist/dts/tab/tab.template.d.ts +2 -2
  208. package/dist/dts/tab-panel/index.d.ts +1 -1
  209. package/dist/dts/tab-panel/tab-panel.bench.d.ts +3 -0
  210. package/dist/dts/tab-panel/tab-panel.d.ts +3 -0
  211. package/dist/dts/tab-panel/tab-panel.definition.d.ts +3 -0
  212. package/dist/dts/tab-panel/tab-panel.template.d.ts +5 -2
  213. package/dist/dts/tablist/define.d.ts +1 -0
  214. package/dist/dts/tablist/index.d.ts +6 -0
  215. package/dist/dts/tablist/tablist.base.d.ts +95 -0
  216. package/dist/dts/tablist/tablist.bench.d.ts +3 -0
  217. package/dist/dts/tablist/tablist.d.ts +91 -0
  218. package/dist/dts/tablist/tablist.definition.d.ts +7 -0
  219. package/dist/dts/tablist/tablist.options.d.ts +44 -0
  220. package/dist/dts/tablist/tablist.styles.d.ts +4 -0
  221. package/dist/dts/tablist/tablist.template.d.ts +5 -0
  222. package/dist/dts/tabs/index.d.ts +5 -4
  223. package/dist/dts/tabs/tabs.base.d.ts +90 -0
  224. package/dist/dts/tabs/tabs.bench.d.ts +3 -0
  225. package/dist/dts/tabs/tabs.d.ts +15 -96
  226. package/dist/dts/tabs/tabs.definition.d.ts +3 -0
  227. package/dist/dts/tabs/tabs.options.d.ts +6 -6
  228. package/dist/dts/tabs/tabs.template.d.ts +6 -3
  229. package/dist/dts/text/index.d.ts +2 -2
  230. package/dist/dts/text/text.bench.d.ts +3 -0
  231. package/dist/dts/text/text.d.ts +9 -3
  232. package/dist/dts/text/text.options.d.ts +4 -4
  233. package/dist/dts/text/text.template.d.ts +1 -1
  234. package/dist/dts/text-input/index.d.ts +6 -4
  235. package/dist/dts/text-input/text-input.base.d.ts +393 -0
  236. package/dist/dts/text-input/text-input.bench.d.ts +3 -0
  237. package/dist/dts/text-input/text-input.d.ts +20 -138
  238. package/dist/dts/text-input/text-input.definition.d.ts +2 -3
  239. package/dist/dts/text-input/text-input.options.d.ts +22 -32
  240. package/dist/dts/text-input/text-input.styles.d.ts +5 -2
  241. package/dist/dts/text-input/text-input.template.d.ts +9 -3
  242. package/dist/dts/textarea/define.d.ts +1 -0
  243. package/dist/dts/textarea/index.d.ts +6 -0
  244. package/dist/dts/textarea/textarea.base.d.ts +347 -0
  245. package/dist/dts/textarea/textarea.bench.d.ts +3 -0
  246. package/dist/dts/textarea/textarea.d.ts +41 -0
  247. package/dist/dts/textarea/textarea.definition.d.ts +9 -0
  248. package/dist/dts/textarea/textarea.options.d.ts +49 -0
  249. package/dist/dts/textarea/textarea.styles.d.ts +7 -0
  250. package/dist/dts/textarea/textarea.template.d.ts +12 -0
  251. package/dist/dts/theme/design-tokens.d.ts +2220 -436
  252. package/dist/dts/theme/index.d.ts +1 -1
  253. package/dist/dts/theme/set-theme.d.ts +27 -5
  254. package/dist/dts/theme/set-theme.global.bench.d.ts +3 -0
  255. package/dist/dts/theme/set-theme.local.bench.d.ts +3 -0
  256. package/dist/dts/theme/set-theme.shadow.bench.d.ts +3 -0
  257. package/dist/dts/toggle-button/index.d.ts +5 -4
  258. package/dist/dts/toggle-button/toggle-button.bench.d.ts +3 -0
  259. package/dist/dts/toggle-button/toggle-button.d.ts +29 -26
  260. package/dist/dts/toggle-button/toggle-button.options.d.ts +4 -5
  261. package/dist/dts/toggle-button/toggle-button.styles.d.ts +7 -0
  262. package/dist/dts/toggle-button/toggle-button.template.d.ts +1 -1
  263. package/dist/dts/tooltip/define.d.ts +1 -0
  264. package/dist/dts/tooltip/index.d.ts +5 -0
  265. package/dist/dts/tooltip/tooltip.d.ts +95 -0
  266. package/dist/dts/tooltip/tooltip.definition.d.ts +9 -0
  267. package/dist/dts/tooltip/tooltip.options.d.ts +24 -0
  268. package/dist/dts/tooltip/tooltip.styles.d.ts +5 -0
  269. package/dist/dts/tooltip/tooltip.template.d.ts +6 -0
  270. package/dist/dts/tree/define.d.ts +1 -0
  271. package/dist/dts/tree/index.d.ts +5 -0
  272. package/dist/dts/tree/tree.base.d.ts +68 -0
  273. package/dist/dts/tree/tree.bench.d.ts +3 -0
  274. package/dist/dts/tree/tree.d.ts +28 -0
  275. package/dist/dts/tree/tree.definition.d.ts +8 -0
  276. package/dist/dts/tree/tree.styles.d.ts +1 -0
  277. package/dist/dts/tree/tree.template.d.ts +2 -0
  278. package/dist/dts/tree-item/define.d.ts +1 -0
  279. package/dist/dts/tree-item/index.d.ts +6 -0
  280. package/dist/dts/tree-item/tree-item.base.d.ts +99 -0
  281. package/dist/dts/tree-item/tree-item.bench.d.ts +3 -0
  282. package/dist/dts/tree-item/tree-item.d.ts +38 -0
  283. package/dist/dts/tree-item/tree-item.definition.d.ts +8 -0
  284. package/dist/dts/tree-item/tree-item.options.d.ts +22 -0
  285. package/dist/dts/tree-item/tree-item.styles.d.ts +1 -0
  286. package/dist/dts/tree-item/tree-item.template.d.ts +2 -0
  287. package/dist/dts/tsdoc-metadata.json +11 -0
  288. package/dist/dts/utils/behaviors/match-media-stylesheet-behavior.d.ts +124 -0
  289. package/dist/dts/utils/converters.d.ts +17 -0
  290. package/dist/dts/utils/display.d.ts +17 -0
  291. package/dist/dts/utils/element-internals.d.ts +54 -0
  292. package/dist/dts/utils/focusable-element.d.ts +3 -0
  293. package/dist/dts/utils/index.d.ts +4 -0
  294. package/dist/dts/utils/language.d.ts +9 -0
  295. package/dist/dts/utils/root-active-element.d.ts +1 -0
  296. package/dist/dts/utils/support.d.ts +15 -0
  297. package/dist/dts/utils/template-helpers.d.ts +2 -3
  298. package/dist/dts/utils/typings.d.ts +1 -1
  299. package/dist/dts/utils/unique-id.d.ts +9 -0
  300. package/dist/esm/accordion/accordion.bench.js +30 -0
  301. package/dist/esm/accordion/accordion.bench.js.map +1 -0
  302. package/dist/esm/accordion/accordion.js +52 -97
  303. package/dist/esm/accordion/accordion.js.map +1 -1
  304. package/dist/esm/accordion/accordion.options.js +1 -1
  305. package/dist/esm/accordion/accordion.styles.js +1 -1
  306. package/dist/esm/accordion/accordion.styles.js.map +1 -1
  307. package/dist/esm/accordion/accordion.template.js.map +1 -1
  308. package/dist/esm/accordion/index.js +2 -1
  309. package/dist/esm/accordion/index.js.map +1 -1
  310. package/dist/esm/accordion-item/accordion-item.base.js +77 -0
  311. package/dist/esm/accordion-item/accordion-item.base.js.map +1 -0
  312. package/dist/esm/accordion-item/accordion-item.bench.js +14 -0
  313. package/dist/esm/accordion-item/accordion-item.bench.js.map +1 -0
  314. package/dist/esm/accordion-item/accordion-item.js +9 -84
  315. package/dist/esm/accordion-item/accordion-item.js.map +1 -1
  316. package/dist/esm/accordion-item/accordion-item.options.js +1 -1
  317. package/dist/esm/accordion-item/accordion-item.options.js.map +1 -1
  318. package/dist/esm/accordion-item/accordion-item.styles.js +57 -80
  319. package/dist/esm/accordion-item/accordion-item.styles.js.map +1 -1
  320. package/dist/esm/accordion-item/accordion-item.template.js +24 -43
  321. package/dist/esm/accordion-item/accordion-item.template.js.map +1 -1
  322. package/dist/esm/accordion-item/index.js +3 -2
  323. package/dist/esm/accordion-item/index.js.map +1 -1
  324. package/dist/esm/anchor-button/anchor-button.base.js +147 -0
  325. package/dist/esm/anchor-button/anchor-button.base.js.map +1 -0
  326. package/dist/esm/anchor-button/anchor-button.bench.js +11 -0
  327. package/dist/esm/anchor-button/anchor-button.bench.js.map +1 -0
  328. package/dist/esm/anchor-button/anchor-button.definition.js +0 -3
  329. package/dist/esm/anchor-button/anchor-button.definition.js.map +1 -1
  330. package/dist/esm/anchor-button/anchor-button.js +38 -112
  331. package/dist/esm/anchor-button/anchor-button.js.map +1 -1
  332. package/dist/esm/anchor-button/anchor-button.options.js +15 -0
  333. package/dist/esm/anchor-button/anchor-button.options.js.map +1 -1
  334. package/dist/esm/anchor-button/anchor-button.styles.js +12 -5
  335. package/dist/esm/anchor-button/anchor-button.styles.js.map +1 -1
  336. package/dist/esm/anchor-button/anchor-button.template.js +7 -35
  337. package/dist/esm/anchor-button/anchor-button.template.js.map +1 -1
  338. package/dist/esm/anchor-button/index.js +5 -3
  339. package/dist/esm/anchor-button/index.js.map +1 -1
  340. package/dist/esm/avatar/avatar.base.js +25 -0
  341. package/dist/esm/avatar/avatar.base.js.map +1 -0
  342. package/dist/esm/avatar/avatar.bench.js +10 -0
  343. package/dist/esm/avatar/avatar.bench.js.map +1 -0
  344. package/dist/esm/avatar/avatar.js +55 -51
  345. package/dist/esm/avatar/avatar.js.map +1 -1
  346. package/dist/esm/avatar/avatar.styles.js +101 -101
  347. package/dist/esm/avatar/avatar.styles.js.map +1 -1
  348. package/dist/esm/avatar/avatar.template.js +2 -4
  349. package/dist/esm/avatar/avatar.template.js.map +1 -1
  350. package/dist/esm/avatar/index.js +3 -2
  351. package/dist/esm/avatar/index.js.map +1 -1
  352. package/dist/esm/badge/badge.bench.js +11 -0
  353. package/dist/esm/badge/badge.bench.js.map +1 -0
  354. package/dist/esm/badge/badge.js +1 -7
  355. package/dist/esm/badge/badge.js.map +1 -1
  356. package/dist/esm/badge/badge.styles.js +16 -11
  357. package/dist/esm/badge/badge.styles.js.map +1 -1
  358. package/dist/esm/badge/badge.template.js.map +1 -1
  359. package/dist/esm/badge/index.js +2 -2
  360. package/dist/esm/badge/index.js.map +1 -1
  361. package/dist/esm/button/button.base.js +283 -0
  362. package/dist/esm/button/button.base.js.map +1 -0
  363. package/dist/esm/button/button.bench.js +11 -0
  364. package/dist/esm/button/button.bench.js.map +1 -0
  365. package/dist/esm/button/button.definition.js +3 -4
  366. package/dist/esm/button/button.definition.js.map +1 -1
  367. package/dist/esm/button/button.js +9 -168
  368. package/dist/esm/button/button.js.map +1 -1
  369. package/dist/esm/button/button.options.js +10 -1
  370. package/dist/esm/button/button.options.js.map +1 -1
  371. package/dist/esm/button/button.styles.js +148 -133
  372. package/dist/esm/button/button.styles.js.map +1 -1
  373. package/dist/esm/button/button.template.js +13 -39
  374. package/dist/esm/button/button.template.js.map +1 -1
  375. package/dist/esm/button/index.js +5 -4
  376. package/dist/esm/button/index.js.map +1 -1
  377. package/dist/esm/checkbox/checkbox.base.js +366 -0
  378. package/dist/esm/checkbox/checkbox.base.js.map +1 -0
  379. package/dist/esm/checkbox/checkbox.bench.js +11 -0
  380. package/dist/esm/checkbox/checkbox.bench.js.map +1 -0
  381. package/dist/esm/checkbox/checkbox.definition.js +1 -1
  382. package/dist/esm/checkbox/checkbox.definition.js.map +1 -1
  383. package/dist/esm/checkbox/checkbox.js +41 -58
  384. package/dist/esm/checkbox/checkbox.js.map +1 -1
  385. package/dist/esm/checkbox/checkbox.options.js +0 -8
  386. package/dist/esm/checkbox/checkbox.options.js.map +1 -1
  387. package/dist/esm/checkbox/checkbox.styles.js +140 -127
  388. package/dist/esm/checkbox/checkbox.styles.js.map +1 -1
  389. package/dist/esm/checkbox/checkbox.template.js +23 -34
  390. package/dist/esm/checkbox/checkbox.template.js.map +1 -1
  391. package/dist/esm/checkbox/index.js +4 -3
  392. package/dist/esm/checkbox/index.js.map +1 -1
  393. package/dist/esm/compound-button/compound-button.bench.js +15 -0
  394. package/dist/esm/compound-button/compound-button.bench.js.map +1 -0
  395. package/dist/esm/compound-button/compound-button.definition.js +0 -3
  396. package/dist/esm/compound-button/compound-button.definition.js.map +1 -1
  397. package/dist/esm/compound-button/compound-button.styles.js +29 -31
  398. package/dist/esm/compound-button/compound-button.styles.js.map +1 -1
  399. package/dist/esm/compound-button/compound-button.template.js +3 -39
  400. package/dist/esm/compound-button/compound-button.template.js.map +1 -1
  401. package/dist/esm/compound-button/index.js +2 -2
  402. package/dist/esm/compound-button/index.js.map +1 -1
  403. package/dist/esm/counter-badge/counter-badge.bench.js +11 -0
  404. package/dist/esm/counter-badge/counter-badge.bench.js.map +1 -0
  405. package/dist/esm/counter-badge/counter-badge.js +8 -9
  406. package/dist/esm/counter-badge/counter-badge.js.map +1 -1
  407. package/dist/esm/counter-badge/counter-badge.styles.js +4 -7
  408. package/dist/esm/counter-badge/counter-badge.styles.js.map +1 -1
  409. package/dist/esm/counter-badge/counter-badge.template.js.map +1 -1
  410. package/dist/esm/counter-badge/index.js +2 -2
  411. package/dist/esm/counter-badge/index.js.map +1 -1
  412. package/dist/esm/dialog/dialog.bench.js +11 -0
  413. package/dist/esm/dialog/dialog.bench.js.map +1 -0
  414. package/dist/esm/dialog/dialog.js +33 -312
  415. package/dist/esm/dialog/dialog.js.map +1 -1
  416. package/dist/esm/dialog/dialog.options.js +1 -1
  417. package/dist/esm/dialog/dialog.options.js.map +1 -1
  418. package/dist/esm/dialog/dialog.styles.js +69 -85
  419. package/dist/esm/dialog/dialog.styles.js.map +1 -1
  420. package/dist/esm/dialog/dialog.template.js +17 -54
  421. package/dist/esm/dialog/dialog.template.js.map +1 -1
  422. package/dist/esm/dialog/index.js +2 -1
  423. package/dist/esm/dialog/index.js.map +1 -1
  424. package/dist/esm/dialog-body/define.js +4 -0
  425. package/dist/esm/dialog-body/define.js.map +1 -0
  426. package/dist/esm/dialog-body/dialog-body.bench.js +11 -0
  427. package/dist/esm/dialog-body/dialog-body.bench.js.map +1 -0
  428. package/dist/esm/dialog-body/dialog-body.definition.js +17 -0
  429. package/dist/esm/dialog-body/dialog-body.definition.js.map +1 -0
  430. package/dist/esm/dialog-body/dialog-body.js +22 -0
  431. package/dist/esm/dialog-body/dialog-body.js.map +1 -0
  432. package/dist/esm/dialog-body/dialog-body.styles.js +79 -0
  433. package/dist/esm/dialog-body/dialog-body.styles.js.map +1 -0
  434. package/dist/esm/dialog-body/dialog-body.template.js +42 -0
  435. package/dist/esm/dialog-body/dialog-body.template.js.map +1 -0
  436. package/dist/esm/dialog-body/index.js +5 -0
  437. package/dist/esm/dialog-body/index.js.map +1 -0
  438. package/dist/esm/divider/divider.base.js +61 -0
  439. package/dist/esm/divider/divider.base.js.map +1 -0
  440. package/dist/esm/divider/divider.bench.js +10 -0
  441. package/dist/esm/divider/divider.bench.js.map +1 -0
  442. package/dist/esm/divider/divider.js +7 -37
  443. package/dist/esm/divider/divider.js.map +1 -1
  444. package/dist/esm/divider/divider.options.js +0 -1
  445. package/dist/esm/divider/divider.options.js.map +1 -1
  446. package/dist/esm/divider/divider.styles.js +17 -19
  447. package/dist/esm/divider/divider.styles.js.map +1 -1
  448. package/dist/esm/divider/divider.template.js +1 -9
  449. package/dist/esm/divider/divider.template.js.map +1 -1
  450. package/dist/esm/divider/index.js +3 -2
  451. package/dist/esm/divider/index.js.map +1 -1
  452. package/dist/esm/drawer/define.js +4 -0
  453. package/dist/esm/drawer/define.js.map +1 -0
  454. package/dist/esm/drawer/drawer.definition.js +16 -0
  455. package/dist/esm/drawer/drawer.definition.js.map +1 -0
  456. package/dist/esm/drawer/drawer.js +132 -0
  457. package/dist/esm/drawer/drawer.js.map +1 -0
  458. package/dist/esm/drawer/drawer.options.js +25 -0
  459. package/dist/esm/drawer/drawer.options.js.map +1 -0
  460. package/dist/esm/drawer/drawer.styles.js +138 -0
  461. package/dist/esm/drawer/drawer.styles.js.map +1 -0
  462. package/dist/esm/drawer/drawer.template.js +28 -0
  463. package/dist/esm/drawer/drawer.template.js.map +1 -0
  464. package/dist/esm/drawer/index.js +6 -0
  465. package/dist/esm/drawer/index.js.map +1 -0
  466. package/dist/esm/drawer-body/define.js +4 -0
  467. package/dist/esm/drawer-body/define.js.map +1 -0
  468. package/dist/esm/drawer-body/drawer-body.definition.js +16 -0
  469. package/dist/esm/drawer-body/drawer-body.definition.js.map +1 -0
  470. package/dist/esm/drawer-body/drawer-body.js +21 -0
  471. package/dist/esm/drawer-body/drawer-body.js.map +1 -0
  472. package/dist/esm/drawer-body/drawer-body.styles.js +31 -0
  473. package/dist/esm/drawer-body/drawer-body.styles.js.map +1 -0
  474. package/dist/esm/drawer-body/drawer-body.template.js +21 -0
  475. package/dist/esm/drawer-body/drawer-body.template.js.map +1 -0
  476. package/dist/esm/drawer-body/index.js +5 -0
  477. package/dist/esm/drawer-body/index.js.map +1 -0
  478. package/dist/esm/dropdown/define.js +4 -0
  479. package/dist/esm/dropdown/define.js.map +1 -0
  480. package/dist/esm/dropdown/dropdown.base.js +727 -0
  481. package/dist/esm/dropdown/dropdown.base.js.map +1 -0
  482. package/dist/esm/dropdown/dropdown.definition.js +20 -0
  483. package/dist/esm/dropdown/dropdown.definition.js.map +1 -0
  484. package/dist/esm/dropdown/dropdown.js +33 -0
  485. package/dist/esm/dropdown/dropdown.js.map +1 -0
  486. package/dist/esm/dropdown/dropdown.options.js +43 -0
  487. package/dist/esm/dropdown/dropdown.options.js.map +1 -0
  488. package/dist/esm/dropdown/dropdown.styles.js +213 -0
  489. package/dist/esm/dropdown/dropdown.styles.js.map +1 -0
  490. package/dist/esm/dropdown/dropdown.template.js +92 -0
  491. package/dist/esm/dropdown/dropdown.template.js.map +1 -0
  492. package/dist/esm/dropdown/index.js +7 -0
  493. package/dist/esm/dropdown/index.js.map +1 -0
  494. package/dist/esm/field/define.js +4 -0
  495. package/dist/esm/field/define.js.map +1 -0
  496. package/dist/esm/field/field.base.js +189 -0
  497. package/dist/esm/field/field.base.js.map +1 -0
  498. package/dist/esm/field/field.bench.js +10 -0
  499. package/dist/esm/field/field.bench.js.map +1 -0
  500. package/dist/esm/field/field.definition.js +20 -0
  501. package/dist/esm/field/field.definition.js.map +1 -0
  502. package/dist/esm/field/field.js +27 -0
  503. package/dist/esm/field/field.js.map +1 -0
  504. package/dist/esm/field/field.options.js +27 -0
  505. package/dist/esm/field/field.options.js.map +1 -0
  506. package/dist/esm/field/field.styles.js +135 -0
  507. package/dist/esm/field/field.styles.js.map +1 -0
  508. package/dist/esm/field/field.template.js +26 -0
  509. package/dist/esm/field/field.template.js.map +1 -0
  510. package/dist/esm/field/index.js +7 -0
  511. package/dist/esm/field/index.js.map +1 -0
  512. package/dist/esm/form-associated/form-associated.js +69 -71
  513. package/dist/esm/form-associated/form-associated.js.map +1 -1
  514. package/dist/esm/image/image.bench.js +14 -0
  515. package/dist/esm/image/image.bench.js.map +1 -0
  516. package/dist/esm/image/image.js +1 -6
  517. package/dist/esm/image/image.js.map +1 -1
  518. package/dist/esm/image/image.options.js +0 -1
  519. package/dist/esm/image/image.options.js.map +1 -1
  520. package/dist/esm/image/image.styles.js +4 -4
  521. package/dist/esm/image/image.styles.js.map +1 -1
  522. package/dist/esm/image/image.template.js.map +1 -1
  523. package/dist/esm/image/index.js +2 -2
  524. package/dist/esm/image/index.js.map +1 -1
  525. package/dist/esm/index-rollup.js +44 -1
  526. package/dist/esm/index-rollup.js.map +1 -1
  527. package/dist/esm/index.js +51 -31
  528. package/dist/esm/index.js.map +1 -1
  529. package/dist/esm/label/index.js +2 -1
  530. package/dist/esm/label/index.js.map +1 -1
  531. package/dist/esm/label/label.bench.js +11 -0
  532. package/dist/esm/label/label.bench.js.map +1 -0
  533. package/dist/esm/label/label.js +1 -6
  534. package/dist/esm/label/label.js.map +1 -1
  535. package/dist/esm/label/label.styles.js +23 -17
  536. package/dist/esm/label/label.styles.js.map +1 -1
  537. package/dist/esm/label/label.template.js.map +1 -1
  538. package/dist/esm/link/define.js +4 -0
  539. package/dist/esm/link/define.js.map +1 -0
  540. package/dist/esm/link/index.js +6 -0
  541. package/dist/esm/link/index.js.map +1 -0
  542. package/dist/esm/link/link.bench.js +11 -0
  543. package/dist/esm/link/link.bench.js.map +1 -0
  544. package/dist/esm/link/link.definition.js +15 -0
  545. package/dist/esm/link/link.definition.js.map +1 -0
  546. package/dist/esm/link/link.js +36 -0
  547. package/dist/esm/link/link.js.map +1 -0
  548. package/dist/esm/link/link.options.js +21 -0
  549. package/dist/esm/link/link.options.js.map +1 -0
  550. package/dist/esm/link/link.styles.js +71 -0
  551. package/dist/esm/link/link.styles.js.map +1 -0
  552. package/dist/esm/link/link.template.js +22 -0
  553. package/dist/esm/link/link.template.js.map +1 -0
  554. package/dist/esm/listbox/define.js +4 -0
  555. package/dist/esm/listbox/define.js.map +1 -0
  556. package/dist/esm/listbox/index.js +6 -0
  557. package/dist/esm/listbox/index.js.map +1 -0
  558. package/dist/esm/listbox/listbox.definition.js +17 -0
  559. package/dist/esm/listbox/listbox.definition.js.map +1 -0
  560. package/dist/esm/listbox/listbox.js +178 -0
  561. package/dist/esm/listbox/listbox.js.map +1 -0
  562. package/dist/esm/listbox/listbox.options.js +15 -0
  563. package/dist/esm/listbox/listbox.options.js.map +1 -0
  564. package/dist/esm/listbox/listbox.styles.js +26 -0
  565. package/dist/esm/listbox/listbox.styles.js.map +1 -0
  566. package/dist/esm/listbox/listbox.template.js +33 -0
  567. package/dist/esm/listbox/listbox.template.js.map +1 -0
  568. package/dist/esm/menu/index.js +1 -1
  569. package/dist/esm/menu/index.js.map +1 -1
  570. package/dist/esm/menu/menu.bench.js +31 -0
  571. package/dist/esm/menu/menu.bench.js.map +1 -0
  572. package/dist/esm/menu/menu.js +141 -182
  573. package/dist/esm/menu/menu.js.map +1 -1
  574. package/dist/esm/menu/menu.styles.js +53 -9
  575. package/dist/esm/menu/menu.styles.js.map +1 -1
  576. package/dist/esm/menu/menu.template.js +3 -9
  577. package/dist/esm/menu/menu.template.js.map +1 -1
  578. package/dist/esm/menu-button/index.js +3 -3
  579. package/dist/esm/menu-button/index.js.map +1 -1
  580. package/dist/esm/menu-button/menu-button.bench.js +11 -0
  581. package/dist/esm/menu-button/menu-button.bench.js.map +1 -0
  582. package/dist/esm/menu-button/menu-button.definition.js +0 -3
  583. package/dist/esm/menu-button/menu-button.definition.js.map +1 -1
  584. package/dist/esm/menu-button/menu-button.template.js +5 -1
  585. package/dist/esm/menu-button/menu-button.template.js.map +1 -1
  586. package/dist/esm/menu-item/index.js +4 -3
  587. package/dist/esm/menu-item/index.js.map +1 -1
  588. package/dist/esm/menu-item/menu-item.bench.js +11 -0
  589. package/dist/esm/menu-item/menu-item.bench.js.map +1 -0
  590. package/dist/esm/menu-item/menu-item.js +101 -127
  591. package/dist/esm/menu-item/menu-item.js.map +1 -1
  592. package/dist/esm/menu-item/menu-item.styles.js +107 -131
  593. package/dist/esm/menu-item/menu-item.styles.js.map +1 -1
  594. package/dist/esm/menu-item/menu-item.template.js +15 -50
  595. package/dist/esm/menu-item/menu-item.template.js.map +1 -1
  596. package/dist/esm/menu-list/index.js +1 -1
  597. package/dist/esm/menu-list/index.js.map +1 -1
  598. package/dist/esm/menu-list/menu-list.bench.js +21 -0
  599. package/dist/esm/menu-list/menu-list.bench.js.map +1 -0
  600. package/dist/esm/menu-list/menu-list.js +33 -67
  601. package/dist/esm/menu-list/menu-list.js.map +1 -1
  602. package/dist/esm/menu-list/menu-list.styles.js +5 -5
  603. package/dist/esm/menu-list/menu-list.styles.js.map +1 -1
  604. package/dist/esm/menu-list/menu-list.template.js +0 -1
  605. package/dist/esm/menu-list/menu-list.template.js.map +1 -1
  606. package/dist/esm/message-bar/define.js +4 -0
  607. package/dist/esm/message-bar/define.js.map +1 -0
  608. package/dist/esm/message-bar/index.js +6 -0
  609. package/dist/esm/message-bar/index.js.map +1 -0
  610. package/dist/esm/message-bar/message-bar.bench.js +56 -0
  611. package/dist/esm/message-bar/message-bar.bench.js.map +1 -0
  612. package/dist/esm/message-bar/message-bar.definition.js +20 -0
  613. package/dist/esm/message-bar/message-bar.definition.js.map +1 -0
  614. package/dist/esm/message-bar/message-bar.js +39 -0
  615. package/dist/esm/message-bar/message-bar.js.map +1 -0
  616. package/dist/esm/message-bar/message-bar.options.js +27 -0
  617. package/dist/esm/message-bar/message-bar.options.js.map +1 -0
  618. package/dist/esm/message-bar/message-bar.styles.js +107 -0
  619. package/dist/esm/message-bar/message-bar.styles.js.map +1 -0
  620. package/dist/esm/message-bar/message-bar.template.js +25 -0
  621. package/dist/esm/message-bar/message-bar.template.js.map +1 -0
  622. package/dist/esm/option/define.js +4 -0
  623. package/dist/esm/option/define.js.map +1 -0
  624. package/dist/esm/option/index.js +6 -0
  625. package/dist/esm/option/index.js.map +1 -0
  626. package/dist/esm/option/option.definition.js +17 -0
  627. package/dist/esm/option/option.definition.js.map +1 -0
  628. package/dist/esm/option/option.js +296 -0
  629. package/dist/esm/option/option.js.map +1 -0
  630. package/dist/esm/option/option.options.js +15 -0
  631. package/dist/esm/option/option.options.js.map +1 -0
  632. package/dist/esm/option/option.styles.js +127 -0
  633. package/dist/esm/option/option.styles.js.map +1 -0
  634. package/dist/esm/option/option.template.js +42 -0
  635. package/dist/esm/option/option.template.js.map +1 -0
  636. package/dist/esm/patterns/aria-globals.js +1 -6
  637. package/dist/esm/patterns/aria-globals.js.map +1 -1
  638. package/dist/esm/patterns/start-end.js +12 -0
  639. package/dist/esm/patterns/start-end.js.map +1 -1
  640. package/dist/esm/progress-bar/index.js +3 -2
  641. package/dist/esm/progress-bar/index.js.map +1 -1
  642. package/dist/esm/progress-bar/progress-bar.base.js +90 -0
  643. package/dist/esm/progress-bar/progress-bar.base.js.map +1 -0
  644. package/dist/esm/progress-bar/progress-bar.bench.js +10 -0
  645. package/dist/esm/progress-bar/progress-bar.bench.js.map +1 -0
  646. package/dist/esm/progress-bar/progress-bar.js +5 -28
  647. package/dist/esm/progress-bar/progress-bar.js.map +1 -1
  648. package/dist/esm/progress-bar/progress-bar.options.js.map +1 -1
  649. package/dist/esm/progress-bar/progress-bar.styles.js +50 -129
  650. package/dist/esm/progress-bar/progress-bar.styles.js.map +1 -1
  651. package/dist/esm/progress-bar/progress-bar.template.js +8 -26
  652. package/dist/esm/progress-bar/progress-bar.template.js.map +1 -1
  653. package/dist/esm/radio/index.js +1 -1
  654. package/dist/esm/radio/index.js.map +1 -1
  655. package/dist/esm/radio/radio.bench.js +11 -0
  656. package/dist/esm/radio/radio.bench.js.map +1 -0
  657. package/dist/esm/radio/radio.js +57 -76
  658. package/dist/esm/radio/radio.js.map +1 -1
  659. package/dist/esm/radio/radio.options.js +2 -0
  660. package/dist/esm/radio/radio.options.js.map +1 -0
  661. package/dist/esm/radio/radio.styles.js +97 -90
  662. package/dist/esm/radio/radio.styles.js.map +1 -1
  663. package/dist/esm/radio/radio.template.js +21 -24
  664. package/dist/esm/radio/radio.template.js.map +1 -1
  665. package/dist/esm/radio-group/index.js +2 -1
  666. package/dist/esm/radio-group/index.js.map +1 -1
  667. package/dist/esm/radio-group/radio-group.bench.js +21 -0
  668. package/dist/esm/radio-group/radio-group.bench.js.map +1 -0
  669. package/dist/esm/radio-group/radio-group.js +413 -319
  670. package/dist/esm/radio-group/radio-group.js.map +1 -1
  671. package/dist/esm/radio-group/radio-group.styles.js +27 -33
  672. package/dist/esm/radio-group/radio-group.styles.js.map +1 -1
  673. package/dist/esm/radio-group/radio-group.template.js +6 -21
  674. package/dist/esm/radio-group/radio-group.template.js.map +1 -1
  675. package/dist/esm/rating-display/define.js +4 -0
  676. package/dist/esm/rating-display/define.js.map +1 -0
  677. package/dist/esm/rating-display/index.js +7 -0
  678. package/dist/esm/rating-display/index.js.map +1 -0
  679. package/dist/esm/rating-display/rating-display.base.js +94 -0
  680. package/dist/esm/rating-display/rating-display.base.js.map +1 -0
  681. package/dist/esm/rating-display/rating-display.definition.js +17 -0
  682. package/dist/esm/rating-display/rating-display.definition.js.map +1 -0
  683. package/dist/esm/rating-display/rating-display.js +48 -0
  684. package/dist/esm/rating-display/rating-display.js.map +1 -0
  685. package/dist/esm/rating-display/rating-display.options.js +19 -0
  686. package/dist/esm/rating-display/rating-display.options.js.map +1 -0
  687. package/dist/esm/rating-display/rating-display.styles.js +123 -0
  688. package/dist/esm/rating-display/rating-display.styles.js.map +1 -0
  689. package/dist/esm/rating-display/rating-display.template.js +34 -0
  690. package/dist/esm/rating-display/rating-display.template.js.map +1 -0
  691. package/dist/esm/slider/index.js +2 -2
  692. package/dist/esm/slider/index.js.map +1 -1
  693. package/dist/esm/slider/slider-utilities.js.map +1 -1
  694. package/dist/esm/slider/slider.bench.js +10 -0
  695. package/dist/esm/slider/slider.bench.js.map +1 -0
  696. package/dist/esm/slider/slider.js +434 -243
  697. package/dist/esm/slider/slider.js.map +1 -1
  698. package/dist/esm/slider/slider.styles.js +123 -132
  699. package/dist/esm/slider/slider.styles.js.map +1 -1
  700. package/dist/esm/slider/slider.template.js +12 -28
  701. package/dist/esm/slider/slider.template.js.map +1 -1
  702. package/dist/esm/spinner/index.js +3 -2
  703. package/dist/esm/spinner/index.js.map +1 -1
  704. package/dist/esm/spinner/spinner.base.js +18 -0
  705. package/dist/esm/spinner/spinner.base.js.map +1 -0
  706. package/dist/esm/spinner/spinner.bench.js +10 -0
  707. package/dist/esm/spinner/spinner.bench.js.map +1 -0
  708. package/dist/esm/spinner/spinner.js +6 -9
  709. package/dist/esm/spinner/spinner.js.map +1 -1
  710. package/dist/esm/spinner/spinner.styles.js +115 -54
  711. package/dist/esm/spinner/spinner.styles.js.map +1 -1
  712. package/dist/esm/spinner/spinner.template.js +16 -47
  713. package/dist/esm/spinner/spinner.template.js.map +1 -1
  714. package/dist/esm/styles/partials/badge.partials.js +76 -77
  715. package/dist/esm/styles/partials/badge.partials.js.map +1 -1
  716. package/dist/esm/styles/partials/index.js +1 -0
  717. package/dist/esm/styles/partials/index.js.map +1 -1
  718. package/dist/esm/styles/partials/typography.partials.js +105 -0
  719. package/dist/esm/styles/partials/typography.partials.js.map +1 -0
  720. package/dist/esm/styles/states/index.js +136 -0
  721. package/dist/esm/styles/states/index.js.map +1 -0
  722. package/dist/esm/switch/index.js +2 -2
  723. package/dist/esm/switch/index.js.map +1 -1
  724. package/dist/esm/switch/switch.bench.js +11 -0
  725. package/dist/esm/switch/switch.bench.js.map +1 -0
  726. package/dist/esm/switch/switch.js +3 -54
  727. package/dist/esm/switch/switch.js.map +1 -1
  728. package/dist/esm/switch/switch.styles.js +63 -83
  729. package/dist/esm/switch/switch.styles.js.map +1 -1
  730. package/dist/esm/switch/switch.template.js +6 -16
  731. package/dist/esm/switch/switch.template.js.map +1 -1
  732. package/dist/esm/tab/index.js +3 -3
  733. package/dist/esm/tab/index.js.map +1 -1
  734. package/dist/esm/tab/tab.bench.js +11 -0
  735. package/dist/esm/tab/tab.bench.js.map +1 -0
  736. package/dist/esm/tab/tab.js +2 -7
  737. package/dist/esm/tab/tab.js.map +1 -1
  738. package/dist/esm/tab/tab.styles.js +21 -21
  739. package/dist/esm/tab/tab.styles.js.map +1 -1
  740. package/dist/esm/tab/tab.template.js.map +1 -1
  741. package/dist/esm/tab-panel/define.js +3 -0
  742. package/dist/esm/tab-panel/define.js.map +1 -1
  743. package/dist/esm/tab-panel/index.js +1 -1
  744. package/dist/esm/tab-panel/index.js.map +1 -1
  745. package/dist/esm/tab-panel/tab-panel.bench.js +13 -0
  746. package/dist/esm/tab-panel/tab-panel.bench.js.map +1 -0
  747. package/dist/esm/tab-panel/tab-panel.definition.js +3 -0
  748. package/dist/esm/tab-panel/tab-panel.definition.js.map +1 -1
  749. package/dist/esm/tab-panel/tab-panel.js +3 -0
  750. package/dist/esm/tab-panel/tab-panel.js.map +1 -1
  751. package/dist/esm/tab-panel/tab-panel.styles.js +2 -2
  752. package/dist/esm/tab-panel/tab-panel.styles.js.map +1 -1
  753. package/dist/esm/tab-panel/tab-panel.template.js +3 -0
  754. package/dist/esm/tab-panel/tab-panel.template.js.map +1 -1
  755. package/dist/esm/tablist/define.js +4 -0
  756. package/dist/esm/tablist/define.js.map +1 -0
  757. package/dist/esm/tablist/index.js +7 -0
  758. package/dist/esm/tablist/index.js.map +1 -0
  759. package/dist/esm/tablist/tablist.base.js +249 -0
  760. package/dist/esm/tablist/tablist.base.js.map +1 -0
  761. package/dist/esm/tablist/tablist.bench.js +21 -0
  762. package/dist/esm/tablist/tablist.bench.js.map +1 -0
  763. package/dist/esm/tablist/tablist.definition.js +15 -0
  764. package/dist/esm/tablist/tablist.definition.js.map +1 -0
  765. package/dist/esm/tablist/tablist.js +158 -0
  766. package/dist/esm/tablist/tablist.js.map +1 -0
  767. package/dist/esm/tablist/tablist.options.js +24 -0
  768. package/dist/esm/tablist/tablist.options.js.map +1 -0
  769. package/dist/esm/tablist/tablist.styles.js +193 -0
  770. package/dist/esm/tablist/tablist.styles.js.map +1 -0
  771. package/dist/esm/tablist/tablist.template.js +10 -0
  772. package/dist/esm/tablist/tablist.template.js.map +1 -0
  773. package/dist/esm/tabs/define.js +3 -0
  774. package/dist/esm/tabs/define.js.map +1 -1
  775. package/dist/esm/tabs/index.js +4 -4
  776. package/dist/esm/tabs/index.js.map +1 -1
  777. package/dist/esm/tabs/tabs.base.js +279 -0
  778. package/dist/esm/tabs/tabs.base.js.map +1 -0
  779. package/dist/esm/tabs/tabs.bench.js +32 -0
  780. package/dist/esm/tabs/tabs.bench.js.map +1 -0
  781. package/dist/esm/tabs/tabs.definition.js +3 -0
  782. package/dist/esm/tabs/tabs.definition.js.map +1 -1
  783. package/dist/esm/tabs/tabs.js +19 -294
  784. package/dist/esm/tabs/tabs.js.map +1 -1
  785. package/dist/esm/tabs/tabs.styles.js +50 -50
  786. package/dist/esm/tabs/tabs.styles.js.map +1 -1
  787. package/dist/esm/tabs/tabs.template.js +3 -0
  788. package/dist/esm/tabs/tabs.template.js.map +1 -1
  789. package/dist/esm/text/index.js +2 -2
  790. package/dist/esm/text/index.js.map +1 -1
  791. package/dist/esm/text/text.bench.js +13 -0
  792. package/dist/esm/text/text.bench.js.map +1 -0
  793. package/dist/esm/text/text.js +7 -6
  794. package/dist/esm/text/text.js.map +1 -1
  795. package/dist/esm/text/text.styles.js +61 -59
  796. package/dist/esm/text/text.styles.js.map +1 -1
  797. package/dist/esm/text/text.template.js.map +1 -1
  798. package/dist/esm/text-input/index.js +5 -4
  799. package/dist/esm/text-input/index.js.map +1 -1
  800. package/dist/esm/text-input/text-input.base.js +409 -0
  801. package/dist/esm/text-input/text-input.base.js.map +1 -0
  802. package/dist/esm/text-input/text-input.bench.js +10 -0
  803. package/dist/esm/text-input/text-input.bench.js.map +1 -0
  804. package/dist/esm/text-input/text-input.definition.js +5 -3
  805. package/dist/esm/text-input/text-input.definition.js.map +1 -1
  806. package/dist/esm/text-input/text-input.js +14 -174
  807. package/dist/esm/text-input/text-input.js.map +1 -1
  808. package/dist/esm/text-input/text-input.options.js +26 -19
  809. package/dist/esm/text-input/text-input.options.js.map +1 -1
  810. package/dist/esm/text-input/text-input.styles.js +84 -74
  811. package/dist/esm/text-input/text-input.styles.js.map +1 -1
  812. package/dist/esm/text-input/text-input.template.js +45 -55
  813. package/dist/esm/text-input/text-input.template.js.map +1 -1
  814. package/dist/esm/textarea/define.js +4 -0
  815. package/dist/esm/textarea/define.js.map +1 -0
  816. package/dist/esm/textarea/index.js +7 -0
  817. package/dist/esm/textarea/index.js.map +1 -0
  818. package/dist/esm/textarea/textarea.base.js +494 -0
  819. package/dist/esm/textarea/textarea.base.js.map +1 -0
  820. package/dist/esm/textarea/textarea.bench.js +10 -0
  821. package/dist/esm/textarea/textarea.bench.js.map +1 -0
  822. package/dist/esm/textarea/textarea.definition.js +20 -0
  823. package/dist/esm/textarea/textarea.definition.js.map +1 -0
  824. package/dist/esm/textarea/textarea.js +67 -0
  825. package/dist/esm/textarea/textarea.js.map +1 -0
  826. package/dist/esm/textarea/textarea.options.js +48 -0
  827. package/dist/esm/textarea/textarea.options.js.map +1 -0
  828. package/dist/esm/textarea/textarea.styles.js +268 -0
  829. package/dist/esm/textarea/textarea.styles.js.map +1 -0
  830. package/dist/esm/textarea/textarea.template.js +54 -0
  831. package/dist/esm/textarea/textarea.template.js.map +1 -0
  832. package/dist/esm/theme/design-tokens.js +2220 -436
  833. package/dist/esm/theme/design-tokens.js.map +1 -1
  834. package/dist/esm/theme/index.js.map +1 -1
  835. package/dist/esm/theme/set-theme.global.bench.js +25 -0
  836. package/dist/esm/theme/set-theme.global.bench.js.map +1 -0
  837. package/dist/esm/theme/set-theme.js +185 -12
  838. package/dist/esm/theme/set-theme.js.map +1 -1
  839. package/dist/esm/theme/set-theme.local.bench.js +27 -0
  840. package/dist/esm/theme/set-theme.local.bench.js.map +1 -0
  841. package/dist/esm/theme/set-theme.shadow.bench.js +29 -0
  842. package/dist/esm/theme/set-theme.shadow.bench.js.map +1 -0
  843. package/dist/esm/toggle-button/index.js +4 -4
  844. package/dist/esm/toggle-button/index.js.map +1 -1
  845. package/dist/esm/toggle-button/toggle-button.bench.js +11 -0
  846. package/dist/esm/toggle-button/toggle-button.bench.js.map +1 -0
  847. package/dist/esm/toggle-button/toggle-button.definition.js +0 -3
  848. package/dist/esm/toggle-button/toggle-button.definition.js.map +1 -1
  849. package/dist/esm/toggle-button/toggle-button.js +44 -91
  850. package/dist/esm/toggle-button/toggle-button.js.map +1 -1
  851. package/dist/esm/toggle-button/toggle-button.styles.js +55 -50
  852. package/dist/esm/toggle-button/toggle-button.styles.js.map +1 -1
  853. package/dist/esm/tooltip/define.js +4 -0
  854. package/dist/esm/tooltip/define.js.map +1 -0
  855. package/dist/esm/tooltip/index.js +6 -0
  856. package/dist/esm/tooltip/index.js.map +1 -0
  857. package/dist/esm/tooltip/tooltip.definition.js +17 -0
  858. package/dist/esm/tooltip/tooltip.definition.js.map +1 -0
  859. package/dist/esm/tooltip/tooltip.js +199 -0
  860. package/dist/esm/tooltip/tooltip.js.map +1 -0
  861. package/dist/esm/tooltip/tooltip.options.js +19 -0
  862. package/dist/esm/tooltip/tooltip.options.js.map +1 -0
  863. package/dist/esm/tooltip/tooltip.styles.js +96 -0
  864. package/dist/esm/tooltip/tooltip.styles.js.map +1 -0
  865. package/dist/esm/tooltip/tooltip.template.js +11 -0
  866. package/dist/esm/tooltip/tooltip.template.js.map +1 -0
  867. package/dist/esm/tree/define.js +4 -0
  868. package/dist/esm/tree/define.js.map +1 -0
  869. package/dist/esm/tree/index.js +6 -0
  870. package/dist/esm/tree/index.js.map +1 -0
  871. package/dist/esm/tree/tree.base.js +232 -0
  872. package/dist/esm/tree/tree.base.js.map +1 -0
  873. package/dist/esm/tree/tree.bench.js +10 -0
  874. package/dist/esm/tree/tree.bench.js.map +1 -0
  875. package/dist/esm/tree/tree.definition.js +16 -0
  876. package/dist/esm/tree/tree.definition.js.map +1 -0
  877. package/dist/esm/tree/tree.js +55 -0
  878. package/dist/esm/tree/tree.js.map +1 -0
  879. package/dist/esm/tree/tree.styles.js +9 -0
  880. package/dist/esm/tree/tree.styles.js.map +1 -0
  881. package/dist/esm/tree/tree.template.js +19 -0
  882. package/dist/esm/tree/tree.template.js.map +1 -0
  883. package/dist/esm/tree-item/define.js +4 -0
  884. package/dist/esm/tree-item/define.js.map +1 -0
  885. package/dist/esm/tree-item/index.js +6 -0
  886. package/dist/esm/tree-item/index.js.map +1 -0
  887. package/dist/esm/tree-item/tree-item.base.js +165 -0
  888. package/dist/esm/tree-item/tree-item.base.js.map +1 -0
  889. package/dist/esm/tree-item/tree-item.bench.js +10 -0
  890. package/dist/esm/tree-item/tree-item.bench.js.map +1 -0
  891. package/dist/esm/tree-item/tree-item.definition.js +16 -0
  892. package/dist/esm/tree-item/tree-item.definition.js.map +1 -0
  893. package/dist/esm/tree-item/tree-item.js +65 -0
  894. package/dist/esm/tree-item/tree-item.js.map +1 -0
  895. package/dist/esm/tree-item/tree-item.options.js +24 -0
  896. package/dist/esm/tree-item/tree-item.options.js.map +1 -0
  897. package/dist/esm/tree-item/tree-item.styles.js +157 -0
  898. package/dist/esm/tree-item/tree-item.styles.js.map +1 -0
  899. package/dist/esm/tree-item/tree-item.template.js +39 -0
  900. package/dist/esm/tree-item/tree-item.template.js.map +1 -0
  901. package/dist/esm/utils/apply-mixins.js.map +1 -1
  902. package/dist/esm/utils/behaviors/match-media-stylesheet-behavior.js +142 -0
  903. package/dist/esm/utils/behaviors/match-media-stylesheet-behavior.js.map +1 -0
  904. package/dist/esm/utils/benchmark-wrapper.js.map +1 -1
  905. package/dist/esm/utils/converters.js +26 -0
  906. package/dist/esm/utils/converters.js.map +1 -0
  907. package/dist/esm/utils/direction.js +1 -2
  908. package/dist/esm/utils/direction.js.map +1 -1
  909. package/dist/esm/utils/display.js +15 -0
  910. package/dist/esm/utils/display.js.map +1 -0
  911. package/dist/esm/utils/element-internals.js +96 -0
  912. package/dist/esm/utils/element-internals.js.map +1 -0
  913. package/dist/esm/utils/focusable-element.js +10 -0
  914. package/dist/esm/utils/focusable-element.js.map +1 -0
  915. package/dist/esm/utils/get-initials.js +2 -2
  916. package/dist/esm/utils/get-initials.js.map +1 -1
  917. package/dist/esm/utils/index.js +4 -0
  918. package/dist/esm/utils/index.js.map +1 -1
  919. package/dist/esm/utils/language.js +12 -0
  920. package/dist/esm/utils/language.js.map +1 -0
  921. package/dist/esm/utils/root-active-element.js +9 -0
  922. package/dist/esm/utils/root-active-element.js.map +1 -0
  923. package/dist/esm/utils/support.js +16 -0
  924. package/dist/esm/utils/support.js.map +1 -0
  925. package/dist/esm/utils/template-helpers.js +1 -1
  926. package/dist/esm/utils/template-helpers.js.map +1 -1
  927. package/dist/esm/utils/unique-id.js +14 -0
  928. package/dist/esm/utils/unique-id.js.map +1 -0
  929. package/dist/esm/utils/whitespace-filter.js +1 -1
  930. package/dist/esm/utils/whitespace-filter.js.map +1 -1
  931. package/dist/web-components.d.ts +7837 -2320
  932. package/dist/web-components.js +11184 -7538
  933. package/dist/web-components.min.js +414 -199
  934. package/package.json +62 -160
  935. package/dist/dts/button/button.form-associated.d.ts +0 -14
  936. package/dist/dts/checkbox/checkbox.form-associated.d.ts +0 -14
  937. package/dist/dts/helpers.tests.d.ts +0 -8
  938. package/dist/dts/progress-bar/base-progress.d.ts +0 -41
  939. package/dist/dts/progress-ring/progress-ring.d.ts +0 -15
  940. package/dist/dts/progress-ring/progress-ring.options.d.ts +0 -9
  941. package/dist/dts/radio/radio.form-associated.d.ts +0 -14
  942. package/dist/dts/text-input/text-field.form-associated.d.ts +0 -14
  943. package/dist/esm/button/button.form-associated.js +0 -14
  944. package/dist/esm/button/button.form-associated.js.map +0 -1
  945. package/dist/esm/checkbox/checkbox.form-associated.js +0 -14
  946. package/dist/esm/checkbox/checkbox.form-associated.js.map +0 -1
  947. package/dist/esm/helpers.tests.js +0 -29
  948. package/dist/esm/helpers.tests.js.map +0 -1
  949. package/dist/esm/progress-bar/base-progress.js +0 -61
  950. package/dist/esm/progress-bar/base-progress.js.map +0 -1
  951. package/dist/esm/progress-ring/progress-ring.js +0 -16
  952. package/dist/esm/progress-ring/progress-ring.js.map +0 -1
  953. package/dist/esm/progress-ring/progress-ring.options.js +0 -2
  954. package/dist/esm/progress-ring/progress-ring.options.js.map +0 -1
  955. package/dist/esm/radio/radio.form-associated.js +0 -14
  956. package/dist/esm/radio/radio.form-associated.js.map +0 -1
  957. package/dist/esm/text-input/text-field.form-associated.js +0 -14
  958. package/dist/esm/text-input/text-field.form-associated.js.map +0 -1
  959. package/dist/fluent-web-components.api.json +0 -27410
  960. package/dist/storybook/108.78b731e00015540915a8.manager.bundle.js +0 -1
  961. package/dist/storybook/108.b31ec3a1.iframe.bundle.js +0 -1
  962. package/dist/storybook/284.0946b1fb.iframe.bundle.js +0 -2
  963. package/dist/storybook/284.0946b1fb.iframe.bundle.js.LICENSE.txt +0 -51
  964. package/dist/storybook/316.bc4aabd3.iframe.bundle.js +0 -2
  965. package/dist/storybook/316.bc4aabd3.iframe.bundle.js.LICENSE.txt +0 -17
  966. package/dist/storybook/401.7edec720.iframe.bundle.js +0 -2
  967. package/dist/storybook/401.7edec720.iframe.bundle.js.LICENSE.txt +0 -12
  968. package/dist/storybook/401.c9bdfaf0dda8b194127f.manager.bundle.js +0 -2
  969. package/dist/storybook/401.c9bdfaf0dda8b194127f.manager.bundle.js.LICENSE.txt +0 -12
  970. package/dist/storybook/491.77b24750.iframe.bundle.js +0 -1
  971. package/dist/storybook/591.f5bf0d78d2f203de19f5.manager.bundle.js +0 -2
  972. package/dist/storybook/591.f5bf0d78d2f203de19f5.manager.bundle.js.LICENSE.txt +0 -94
  973. package/dist/storybook/709.22096ad4.iframe.bundle.js +0 -2
  974. package/dist/storybook/709.22096ad4.iframe.bundle.js.LICENSE.txt +0 -8
  975. package/dist/storybook/709.b131e33993a6b94d7ad8.manager.bundle.js +0 -2
  976. package/dist/storybook/709.b131e33993a6b94d7ad8.manager.bundle.js.LICENSE.txt +0 -8
  977. package/dist/storybook/721.46fa9f53.iframe.bundle.js +0 -2
  978. package/dist/storybook/721.46fa9f53.iframe.bundle.js.LICENSE.txt +0 -31
  979. package/dist/storybook/721.c225c101a0a55a8f98eb.manager.bundle.js +0 -2
  980. package/dist/storybook/721.c225c101a0a55a8f98eb.manager.bundle.js.LICENSE.txt +0 -31
  981. package/dist/storybook/858.da40ed98.iframe.bundle.js +0 -1
  982. package/dist/storybook/858.e08e25a6901d2e21e9d8.manager.bundle.js +0 -1
  983. package/dist/storybook/950.674e7934b4a26a022608.manager.bundle.js +0 -1
  984. package/dist/storybook/954.630c5748.iframe.bundle.js +0 -1
  985. package/dist/storybook/954.7f985e2fdf9f15a7748b.manager.bundle.js +0 -1
  986. package/dist/storybook/SegoeUI-VF.ttf +0 -0
  987. package/dist/storybook/favicon.ico +0 -0
  988. package/dist/storybook/favicon.png +0 -0
  989. package/dist/storybook/iframe.html +0 -364
  990. package/dist/storybook/index.html +0 -165
  991. package/dist/storybook/main.59da076f.iframe.bundle.js +0 -2
  992. package/dist/storybook/main.59da076f.iframe.bundle.js.LICENSE.txt +0 -1
  993. package/dist/storybook/main.5d7b916dc1e37293b1d8.manager.bundle.js +0 -1
  994. package/dist/storybook/project.json +0 -1
  995. package/dist/storybook/runtime~main.5d918fe7.iframe.bundle.js +0 -1
  996. package/dist/storybook/runtime~main.dbf00b470fe610082919.manager.bundle.js +0 -1
  997. package/dist/storybook/shell.css +0 -83
  998. package/dist/storybook/theme-switch.ts +0 -13
  999. package/docs/api-report.md +0 -2969
  1000. package/playwright.config.ts +0 -25
  1001. package/tensile.config.js +0 -24
package/CHANGELOG.md CHANGED
@@ -1,12 +1,788 @@
1
1
  # Change Log - @fluentui/web-components
2
2
 
3
- This log was last generated on Mon, 08 Apr 2024 04:08:50 GMT and should not be manually modified.
3
+ This log was last generated on Thu, 10 Apr 2025 04:07:08 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## [3.0.0-beta.90](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.90)
8
+
9
+ Thu, 10 Apr 2025 04:07:08 GMT
10
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.89..@fluentui/web-components_v3.0.0-beta.90)
11
+
12
+ ### Changes
13
+
14
+ - 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)
15
+ - fix typo in avatar styles for beige color ([PR #34221](https://github.com/microsoft/fluentui/pull/34221) by 13071055+chrisdholt@users.noreply.github.com)
16
+
17
+ ## [3.0.0-beta.89](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.89)
18
+
19
+ Wed, 09 Apr 2025 04:06:41 GMT
20
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.88..@fluentui/web-components_v3.0.0-beta.89)
21
+
22
+ ### Changes
23
+
24
+ - 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)
25
+
26
+ ## [3.0.0-beta.88](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.88)
27
+
28
+ Fri, 21 Mar 2025 04:07:36 GMT
29
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.87..@fluentui/web-components_v3.0.0-beta.88)
30
+
31
+ ### Changes
32
+
33
+ - fix: emit change event on tablist only when active tab changed ([PR #34055](https://github.com/microsoft/fluentui/pull/34055) by machi@microsoft.com)
34
+
35
+ ## [3.0.0-beta.87](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.87)
36
+
37
+ Thu, 20 Mar 2025 04:07:02 GMT
38
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.86..@fluentui/web-components_v3.0.0-beta.87)
39
+
40
+ ### Changes
41
+
42
+ - [chore]: move core functionality to base dropdown ([PR #34033](https://github.com/microsoft/fluentui/pull/34033) by jes@microsoft.com)
43
+
44
+ ## [3.0.0-beta.86](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.86)
45
+
46
+ Fri, 14 Mar 2025 04:07:05 GMT
47
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.85..@fluentui/web-components_v3.0.0-beta.86)
48
+
49
+ ### Changes
50
+
51
+ - refactor out base classes for tree and tree item ([PR #33990](https://github.com/microsoft/fluentui/pull/33990) by jes@microsoft.com)
52
+ - move filtering for tree-items to template ([PR #33989](https://github.com/microsoft/fluentui/pull/33989) by jes@microsoft.com)
53
+
54
+ ## [3.0.0-beta.85](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.85)
55
+
56
+ Thu, 13 Mar 2025 04:07:37 GMT
57
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.84..@fluentui/web-components_v3.0.0-beta.85)
58
+
59
+ ### Changes
60
+
61
+ - fix: export AnchorButtonStyles in its index.ts ([PR #33957](https://github.com/microsoft/fluentui/pull/33957) by wes.ngrongsen@gmail.com)
62
+
63
+ ## [3.0.0-beta.84](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.84)
64
+
65
+ Mon, 10 Mar 2025 21:05:03 GMT
66
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.83..@fluentui/web-components_v3.0.0-beta.84)
67
+
68
+ ### Changes
69
+
70
+ - 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)
71
+
72
+ ## [3.0.0-beta.83](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.83)
73
+
74
+ Wed, 05 Mar 2025 04:07:03 GMT
75
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.82..@fluentui/web-components_v3.0.0-beta.83)
76
+
77
+ ### Changes
78
+
79
+ - feat: auto associate tabpanels with tabs ([PR #33939](https://github.com/microsoft/fluentui/pull/33939) by machi@microsoft.com)
80
+
81
+ ## [3.0.0-beta.82](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.82)
82
+
83
+ Fri, 28 Feb 2025 04:07:19 GMT
84
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.81..@fluentui/web-components_v3.0.0-beta.82)
85
+
86
+ ### Changes
87
+
88
+ - Fixed button start and end slots inline spacing. ([PR #33917](https://github.com/microsoft/fluentui/pull/33917) by 601470+mlijanto@users.noreply.github.com)
89
+ - fix: position thumb properly at pointer coordinates ([PR #33916](https://github.com/microsoft/fluentui/pull/33916) by machi@microsoft.com)
90
+ - fix: enable keyboard interactions after clicking on thumb ([PR #33922](https://github.com/microsoft/fluentui/pull/33922) by machi@microsoft.com)
91
+
92
+ ## [3.0.0-beta.81](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.81)
93
+
94
+ Tue, 25 Feb 2025 04:07:15 GMT
95
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.80..@fluentui/web-components_v3.0.0-beta.81)
96
+
97
+ ### Changes
98
+
99
+ - 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)
100
+
101
+ ## [3.0.0-beta.80](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.80)
102
+
103
+ Thu, 13 Feb 2025 04:06:52 GMT
104
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.79..@fluentui/web-components_v3.0.0-beta.80)
105
+
106
+ ### Changes
107
+
108
+ - makes direction change observable for slider ([PR #33834](https://github.com/microsoft/fluentui/pull/33834) by jes@microsoft.com)
109
+
110
+ ## [3.0.0-beta.79](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.79)
111
+
112
+ Fri, 07 Feb 2025 04:07:35 GMT
113
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.78..@fluentui/web-components_v3.0.0-beta.79)
114
+
115
+ ### Changes
116
+
117
+ - remove unnecessary filtering in menu-item ([PR #33795](https://github.com/microsoft/fluentui/pull/33795) by jes@microsoft.com)
118
+
119
+ ## [3.0.0-beta.78](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.78)
120
+
121
+ Tue, 04 Feb 2025 04:07:18 GMT
122
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.77..@fluentui/web-components_v3.0.0-beta.78)
123
+
124
+ ### Changes
125
+
126
+ - add Dropdown, Listbox, and Option components ([PR #32116](https://github.com/microsoft/fluentui/pull/32116) by 863023+radium-v@users.noreply.github.com)
127
+ - 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)
128
+
129
+ ## [3.0.0-beta.77](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.77)
130
+
131
+ Fri, 17 Jan 2025 04:07:40 GMT
132
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.76..@fluentui/web-components_v3.0.0-beta.77)
133
+
134
+ ### Changes
135
+
136
+ - fix: revert logical properties in spinner to support rtl" ([PR #33654](https://github.com/microsoft/fluentui/pull/33654) by rupertdavid@microsoft.com)
137
+ - fix: update disabled switch styles to GrayText for high-contrast mode ([PR #33637](https://github.com/microsoft/fluentui/pull/33637) by rupertdavid@microsoft.com)
138
+
139
+ ## [3.0.0-beta.76](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.76)
140
+
141
+ Thu, 09 Jan 2025 04:07:00 GMT
142
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.75..@fluentui/web-components_v3.0.0-beta.76)
143
+
144
+ ### Changes
145
+
146
+ - 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)
147
+ - fix: radio-group emit change with keyboard and disabled radio unchecks ([PR #33585](https://github.com/microsoft/fluentui/pull/33585) by jes@microsoft.com)
148
+
149
+ ## [3.0.0-beta.75](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.75)
150
+
151
+ Mon, 23 Dec 2024 04:07:55 GMT
152
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.74..@fluentui/web-components_v3.0.0-beta.75)
153
+
154
+ ### Changes
155
+
156
+ - 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)
157
+
158
+ ## [3.0.0-beta.74](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.74)
159
+
160
+ Fri, 06 Dec 2024 04:07:47 GMT
161
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.73..@fluentui/web-components_v3.0.0-beta.74)
162
+
163
+ ### Changes
164
+
165
+ - add current-value attribute to text-input ([PR #33144](https://github.com/microsoft/fluentui/pull/33144) by 863023+radium-v@users.noreply.github.com)
166
+
167
+ ## [3.0.0-beta.73](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.73)
168
+
169
+ Thu, 07 Nov 2024 04:07:40 GMT
170
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.72..@fluentui/web-components_v3.0.0-beta.73)
171
+
172
+ ### Changes
173
+
174
+ - feat: add Tooltip component ([PR #32852](https://github.com/microsoft/fluentui/pull/32852) by rupertdavid@microsoft.com)
175
+
176
+ ## [3.0.0-beta.72](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.72)
177
+
178
+ Wed, 30 Oct 2024 04:06:53 GMT
179
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.71..@fluentui/web-components_v3.0.0-beta.72)
180
+
181
+ ### Changes
182
+
183
+ - 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)
184
+
185
+ ## [3.0.0-beta.71](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.71)
186
+
187
+ Tue, 29 Oct 2024 04:06:49 GMT
188
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.70..@fluentui/web-components_v3.0.0-beta.71)
189
+
190
+ ### Changes
191
+
192
+ - replace state partials with stateSelector function ([PR #33037](https://github.com/microsoft/fluentui/pull/33037) by 863023+radium-v@users.noreply.github.com)
193
+
194
+ ## [3.0.0-beta.70](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.70)
195
+
196
+ Fri, 25 Oct 2024 20:54:39 GMT
197
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.69..@fluentui/web-components_v3.0.0-beta.70)
198
+
199
+ ### Changes
200
+
201
+ - fix: move proper menu positioning for split button into component css ([PR #33140](https://github.com/microsoft/fluentui/pull/33140) by machi@microsoft.com)
202
+ - fix: change to new css anchor positioning properties ([PR #33139](https://github.com/microsoft/fluentui/pull/33139) by machi@microsoft.com)
203
+
204
+ ## [3.0.0-beta.69](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.69)
205
+
206
+ Tue, 15 Oct 2024 04:07:48 GMT
207
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.68..@fluentui/web-components_v3.0.0-beta.69)
208
+
209
+ ### Changes
210
+
211
+ - Fix: menu-item emit current state when checked change event fires ([PR #33029](https://github.com/microsoft/fluentui/pull/33029) by jes@microsoft.com)
212
+ - 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)
213
+
214
+ ## [3.0.0-beta.68](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.68)
215
+
216
+ Mon, 07 Oct 2024 04:08:32 GMT
217
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.67..@fluentui/web-components_v3.0.0-beta.68)
218
+
219
+ ### Changes
220
+
221
+ - feat: adds split-button ([PR #32948](https://github.com/microsoft/fluentui/pull/32948) by jes@microsoft.com)
222
+
223
+ ## [3.0.0-beta.67](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.67)
224
+
225
+ Fri, 04 Oct 2024 04:09:02 GMT
226
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.66..@fluentui/web-components_v3.0.0-beta.67)
227
+
228
+ ### Changes
229
+
230
+ - fix: removes display inheritance so all html elements can render ([PR #32874](https://github.com/microsoft/fluentui/pull/32874) by jes@microsoft.com)
231
+
232
+ ## [3.0.0-beta.66](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.66)
233
+
234
+ Fri, 27 Sep 2024 04:07:03 GMT
235
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.65..@fluentui/web-components_v3.0.0-beta.66)
236
+
237
+ ### Changes
238
+
239
+ - feat: add support for custom icons and colors to rating-display ([PR #32907](https://github.com/microsoft/fluentui/pull/32907) by mlijanto@microsoft.com)
240
+
241
+ ## [3.0.0-beta.65](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.65)
242
+
243
+ Wed, 11 Sep 2024 04:08:18 GMT
244
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.64..@fluentui/web-components_v3.0.0-beta.65)
245
+
246
+ ### Changes
247
+
248
+ - docs: reflect setTheme change ([PR #32490](https://github.com/microsoft/fluentui/pull/32490) by machi@microsoft.com)
249
+
250
+ ## [3.0.0-beta.64](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.64)
251
+
252
+ Thu, 05 Sep 2024 04:07:18 GMT
253
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.63..@fluentui/web-components_v3.0.0-beta.64)
254
+
255
+ ### Changes
256
+
257
+ - chore: add missing export for textarea ([PR #32450](https://github.com/microsoft/fluentui/pull/32450) by rupertdavid@microsoft.com)
258
+
259
+ ## [3.0.0-beta.63](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.63)
260
+
261
+ Wed, 04 Sep 2024 04:08:17 GMT
262
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.62..@fluentui/web-components_v3.0.0-beta.63)
263
+
264
+ ### Changes
265
+
266
+ - normalize export paths ([PR #32451](https://github.com/microsoft/fluentui/pull/32451) by 863023+radium-v@users.noreply.github.com)
267
+ - restore define modules as default exports ([PR #32452](https://github.com/microsoft/fluentui/pull/32452) by 863023+radium-v@users.noreply.github.com)
268
+
269
+ ## [3.0.0-beta.62](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.62)
270
+
271
+ Fri, 30 Aug 2024 04:07:03 GMT
272
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.61..@fluentui/web-components_v3.0.0-beta.62)
273
+
274
+ ### Changes
275
+
276
+ - 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)
277
+
278
+ ## [3.0.0-beta.61](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.61)
279
+
280
+ Thu, 29 Aug 2024 04:07:09 GMT
281
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.60..@fluentui/web-components_v3.0.0-beta.61)
282
+
283
+ ### Changes
284
+
285
+ - 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)
286
+
287
+ ## [3.0.0-beta.60](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.60)
288
+
289
+ Wed, 28 Aug 2024 04:06:49 GMT
290
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.59..@fluentui/web-components_v3.0.0-beta.60)
291
+
292
+ ### Changes
293
+
294
+ - feat: adjust slider sliding range ([PR #32350](https://github.com/microsoft/fluentui/pull/32350) by machi@microsoft.com)
295
+
296
+ ## [3.0.0-beta.59](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.59)
297
+
298
+ Wed, 21 Aug 2024 04:07:11 GMT
299
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.58..@fluentui/web-components_v3.0.0-beta.59)
300
+
301
+ ### Changes
302
+
303
+ - feat: update fast-element to latest stable version ([PR #32344](https://github.com/microsoft/fluentui/pull/32344) by 13071055+chrisdholt@users.noreply.github.com)
304
+
305
+ ## [3.0.0-beta.58](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.58)
306
+
307
+ Tue, 20 Aug 2024 04:06:57 GMT
308
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.57..@fluentui/web-components_v3.0.0-beta.58)
309
+
310
+ ### Changes
311
+
312
+ - feat: enabling setting theme on an individual element and unsetting themes ([PR #31973](https://github.com/microsoft/fluentui/pull/31973) by machi@microsoft.com)
313
+
314
+ ## [3.0.0-beta.57](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.57)
315
+
316
+ Fri, 16 Aug 2024 04:08:15 GMT
317
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.56..@fluentui/web-components_v3.0.0-beta.57)
318
+
319
+ ### Changes
320
+
321
+ - export BaseCheckbox class ([PR #32302](https://github.com/microsoft/fluentui/pull/32302) by rupertdavid@microsoft.com)
322
+
323
+ ## [3.0.0-beta.56](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.56)
324
+
325
+ Wed, 14 Aug 2024 04:07:35 GMT
326
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.55..@fluentui/web-components_v3.0.0-beta.56)
327
+
328
+ ### Changes
329
+
330
+ - feat(web-components): add fluent-textarea component ([PR #32037](https://github.com/microsoft/fluentui/pull/32037) by machi@microsoft.com)
331
+ - export BaseAnchor class ([PR #32295](https://github.com/microsoft/fluentui/pull/32295) by rupertdavid@microsoft.com)
332
+
333
+ ## [3.0.0-beta.55](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.55)
334
+
335
+ Thu, 08 Aug 2024 04:07:16 GMT
336
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.54..@fluentui/web-components_v3.0.0-beta.55)
337
+
338
+ ### Changes
339
+
340
+ - [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)
341
+
342
+ ## [3.0.0-beta.54](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.54)
343
+
344
+ Tue, 06 Aug 2024 04:07:08 GMT
345
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.53..@fluentui/web-components_v3.0.0-beta.54)
346
+
347
+ ### Changes
348
+
349
+ - Add Tablist component ([PR #32098](https://github.com/microsoft/fluentui/pull/32098) by rupertdavid@microsoft.com)
350
+
351
+ ## [3.0.0-beta.53](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.53)
352
+
353
+ Mon, 05 Aug 2024 04:08:39 GMT
354
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.52..@fluentui/web-components_v3.0.0-beta.53)
355
+
356
+ ### Changes
357
+
358
+ - fix(web-components): detach design tokens from existing themes ([PR #32130](https://github.com/microsoft/fluentui/pull/32130) by machi@microsoft.com)
359
+
360
+ ## [3.0.0-beta.52](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.52)
361
+
362
+ Fri, 02 Aug 2024 04:07:54 GMT
363
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.51..@fluentui/web-components_v3.0.0-beta.52)
364
+
365
+ ### Changes
366
+
367
+ - Export patterns. ([PR #32182](https://github.com/microsoft/fluentui/pull/32182) by mlijanto@microsoft.com)
368
+ - feat: abstracts layout api from field class ([PR #32203](https://github.com/microsoft/fluentui/pull/32203) by jes@microsoft.com)
369
+
370
+ ## [3.0.0-beta.51](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.51)
371
+
372
+ Mon, 29 Jul 2024 04:07:23 GMT
373
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.50..@fluentui/web-components_v3.0.0-beta.51)
374
+
375
+ ### Changes
376
+
377
+ - chore: move size and generate initials out of base class ([PR #32123](https://github.com/microsoft/fluentui/pull/32123) by jes@microsoft.com)
378
+ - fix: reference accordion item base class in accordion ([PR #32117](https://github.com/microsoft/fluentui/pull/32117) by jes@microsoft.com)
379
+
380
+ ## [3.0.0-beta.50](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.50)
381
+
382
+ Fri, 26 Jul 2024 04:08:24 GMT
383
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.49..@fluentui/web-components_v3.0.0-beta.50)
384
+
385
+ ### Changes
386
+
387
+ - [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)
388
+
389
+ ## [3.0.0-beta.49](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.49)
390
+
391
+ Thu, 25 Jul 2024 04:08:33 GMT
392
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.48..@fluentui/web-components_v3.0.0-beta.49)
393
+
394
+ ### Changes
395
+
396
+ - chore: create avatar base class to abstract style specfic api ([PR #32083](https://github.com/microsoft/fluentui/pull/32083) by jes@microsoft.com)
397
+ - 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)
398
+
399
+ ## [3.0.0-beta.48](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.48)
400
+
401
+ Wed, 24 Jul 2024 04:07:07 GMT
402
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.47..@fluentui/web-components_v3.0.0-beta.48)
403
+
404
+ ### Changes
405
+
406
+ - 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)
407
+ - feat(web-components): relax setTheme() argument type to allow custom tokens ([PR #32087](https://github.com/microsoft/fluentui/pull/32087) by machi@microsoft.com)
408
+ - 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)
409
+
410
+ ## [3.0.0-beta.47](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.47)
411
+
412
+ Tue, 23 Jul 2024 04:07:05 GMT
413
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.46..@fluentui/web-components_v3.0.0-beta.47)
414
+
415
+ ### Changes
416
+
417
+ - fix: move spinner animation off of main thread ([PR #32056](https://github.com/microsoft/fluentui/pull/32056) by rupertdavid@microsoft.com)
418
+ - chore: create divider base class to abstract style specfic api ([PR #32065](https://github.com/microsoft/fluentui/pull/32065) by jes@microsoft.com)
419
+
420
+ ## [3.0.0-beta.46](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.46)
421
+
422
+ Fri, 19 Jul 2024 04:08:32 GMT
423
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.45..@fluentui/web-components_v3.0.0-beta.46)
424
+
425
+ ### Changes
426
+
427
+ - chore: [button] move style related api out of base class ([PR #32049](https://github.com/microsoft/fluentui/pull/32049) by jes@microsoft.com)
428
+
429
+ ## [3.0.0-beta.45](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.45)
430
+
431
+ Thu, 18 Jul 2024 04:06:50 GMT
432
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.44..@fluentui/web-components_v3.0.0-beta.45)
433
+
434
+ ### Changes
435
+
436
+ - fix: removed padding from field host element ([PR #32002](https://github.com/microsoft/fluentui/pull/32002) by jes@microsoft.com)
437
+
438
+ ## [3.0.0-beta.44](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.44)
439
+
440
+ Wed, 17 Jul 2024 04:07:52 GMT
441
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.43..@fluentui/web-components_v3.0.0-beta.44)
442
+
443
+ ### Changes
444
+
445
+ - chore: cleanup drawer storybook ([PR #31991](https://github.com/microsoft/fluentui/pull/31991) by rupertdavid@microsoft.com)
446
+
447
+ ## [3.0.0-beta.43](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.43)
448
+
449
+ Tue, 16 Jul 2024 04:08:02 GMT
450
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.42..@fluentui/web-components_v3.0.0-beta.43)
451
+
452
+ ### Changes
453
+
454
+ - fix: scope menu fallback positioning to non-anchor browsers only ([PR #32000](https://github.com/microsoft/fluentui/pull/32000) by rupertdavid@microsoft.com)
455
+ - 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)
456
+ - fix: support tabindex values from implementors on buttons ([PR #32003](https://github.com/microsoft/fluentui/pull/32003) by 13071055+chrisdholt@users.noreply.github.com)
457
+
458
+ ## [3.0.0-beta.42](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.42)
459
+
460
+ Thu, 11 Jul 2024 04:07:36 GMT
461
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.41..@fluentui/web-components_v3.0.0-beta.42)
462
+
463
+ ### Changes
464
+
465
+ - feat: update slider to use ElementInternals for form association ([PR #31933](https://github.com/microsoft/fluentui/pull/31933) by machi@microsoft.com)
466
+
467
+ ## [3.0.0-beta.41](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.41)
468
+
469
+ Tue, 09 Jul 2024 04:07:26 GMT
470
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.40..@fluentui/web-components_v3.0.0-beta.41)
471
+
472
+ ### Changes
473
+
474
+ - 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)
475
+ - 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)
476
+
477
+ ## [3.0.0-beta.40](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.40)
478
+
479
+ Thu, 04 Jul 2024 04:08:13 GMT
480
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.39..@fluentui/web-components_v3.0.0-beta.40)
481
+
482
+ ### Changes
483
+
484
+ - 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)
485
+ - fix for setTheme in Firefox ([PR #31911](https://github.com/microsoft/fluentui/pull/31911) by rupertdavid@microsoft.com)
486
+ - 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)
487
+
488
+ ## [3.0.0-beta.39](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.39)
489
+
490
+ Wed, 03 Jul 2024 04:08:00 GMT
491
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.38..@fluentui/web-components_v3.0.0-beta.39)
492
+
493
+ ### Changes
494
+
495
+ - fix(web-components): fix popover positioning in firefox, add docs ([PR #31895](https://github.com/microsoft/fluentui/pull/31895) by rupertdavid@microsoft.com)
496
+ - expose field in webcomponents to package exports ([PR #31904](https://github.com/microsoft/fluentui/pull/31904) by mmansour@microsoft.com)
497
+ - 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)
498
+ - fix(web-components): fix menu enterkey interaction ([PR #31894](https://github.com/microsoft/fluentui/pull/31894) by rupertdavid@microsoft.com)
499
+
500
+ ## [3.0.0-beta.38](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.38)
501
+
502
+ Mon, 01 Jul 2024 04:08:12 GMT
503
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.37..@fluentui/web-components_v3.0.0-beta.38)
504
+
505
+ ### Changes
506
+
507
+ - Make utils a package export since it replaces fluentui/foundation ([PR #31865](https://github.com/microsoft/fluentui/pull/31865) by mmansour@microsoft.com)
508
+
509
+ ## [3.0.0-beta.37](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.37)
510
+
511
+ Fri, 28 Jun 2024 04:07:17 GMT
512
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.36..@fluentui/web-components_v3.0.0-beta.37)
513
+
514
+ ### Changes
515
+
516
+ - refactor setTheme() to use adoptedStyleSheets ([PR #31713](https://github.com/microsoft/fluentui/pull/31713) by machi@microsoft.com)
517
+ - Add rating-display component ([PR #31625](https://github.com/microsoft/fluentui/pull/31625) by email not defined)
518
+ - Adds MessageBar component to Fluent Web Components ([PR #31708](https://github.com/microsoft/fluentui/pull/31708) by ryan@ryanmerrill.net)
519
+ - chore: use tokens directly in css for badge partial ([PR #31847](https://github.com/microsoft/fluentui/pull/31847) by mmansour@microsoft.com)
520
+ - 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)
521
+
522
+ ## [3.0.0-beta.36](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.36)
523
+
524
+ Wed, 26 Jun 2024 04:07:58 GMT
525
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.35..@fluentui/web-components_v3.0.0-beta.36)
526
+
527
+ ### Changes
528
+
529
+ - feat(drawer): add drawer web component ([PR #31521](https://github.com/microsoft/fluentui/pull/31521) by email not defined)
530
+
531
+ ## [3.0.0-beta.35](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.35)
532
+
533
+ Tue, 25 Jun 2024 04:06:35 GMT
534
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.34..@fluentui/web-components_v3.0.0-beta.35)
535
+
536
+ ### Changes
537
+
538
+ - 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)
539
+
540
+ ## [3.0.0-beta.34](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.34)
541
+
542
+ Mon, 24 Jun 2024 04:06:02 GMT
543
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.33..@fluentui/web-components_v3.0.0-beta.34)
544
+
545
+ ### Changes
546
+
547
+ - Refactor Menu, MenuList, and MenuItem components ([PR #31674](https://github.com/microsoft/fluentui/pull/31674) by rupertdavid@microsoft.com)
548
+
549
+ ## [3.0.0-beta.33](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.33)
550
+
551
+ Fri, 21 Jun 2024 04:06:58 GMT
552
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.32..@fluentui/web-components_v3.0.0-beta.33)
553
+
554
+ ### Changes
555
+
556
+ - 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)
557
+
558
+ ## [3.0.0-beta.32](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.32)
559
+
560
+ Wed, 19 Jun 2024 04:07:31 GMT
561
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.31..@fluentui/web-components_v3.0.0-beta.32)
562
+
563
+ ### Changes
564
+
565
+ - 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)
566
+ - feat: update divider to use custom states ([PR #31735](https://github.com/microsoft/fluentui/pull/31735) by 13071055+chrisdholt@users.noreply.github.com)
567
+ - 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)
568
+ - 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)
569
+ - 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)
570
+ - 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)
571
+ - 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)
572
+ - 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)
573
+
574
+ ## [3.0.0-beta.31](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.31)
575
+
576
+ Tue, 18 Jun 2024 04:05:31 GMT
577
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.30..@fluentui/web-components_v3.0.0-beta.31)
578
+
579
+ ### Changes
580
+
581
+ - 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)
582
+ - update badge to use element internals custom states ([PR #31733](https://github.com/microsoft/fluentui/pull/31733) by 13071055+chrisdholt@users.noreply.github.com)
583
+
584
+ ## [3.0.0-beta.30](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.30)
585
+
586
+ Fri, 14 Jun 2024 04:06:06 GMT
587
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.29..@fluentui/web-components_v3.0.0-beta.30)
588
+
589
+ ### Changes
590
+
591
+ - 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)
592
+
593
+ ## [3.0.0-beta.29](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.29)
594
+
595
+ Thu, 13 Jun 2024 04:06:41 GMT
596
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.28..@fluentui/web-components_v3.0.0-beta.29)
597
+
598
+ ### Changes
599
+
600
+ - refactor setTheme() to reduce code duplication ([PR #31679](https://github.com/microsoft/fluentui/pull/31679) by machi@microsoft.com)
601
+ - add link as a new web component ([PR #31676](https://github.com/microsoft/fluentui/pull/31676) by 13071055+chrisdholt@users.noreply.github.com)
602
+
603
+ ## [3.0.0-beta.28](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.28)
604
+
605
+ Wed, 12 Jun 2024 04:06:09 GMT
606
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.27..@fluentui/web-components_v3.0.0-beta.28)
607
+
608
+ ### Changes
609
+
610
+ - 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)
611
+ - refactor progress bar to use ElementInternals ([PR #31652](https://github.com/microsoft/fluentui/pull/31652) by 13071055+chrisdholt@users.noreply.github.com)
612
+
613
+ ## [3.0.0-beta.27](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.27)
614
+
615
+ Tue, 11 Jun 2024 04:06:29 GMT
616
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.26..@fluentui/web-components_v3.0.0-beta.27)
617
+
618
+ ### Changes
619
+
620
+ - feat: update divider to leverage ElementInternals ([PR #31627](https://github.com/microsoft/fluentui/pull/31627) by 13071055+chrisdholt@users.noreply.github.com)
621
+ - 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)
622
+
623
+ ## [3.0.0-beta.26](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.26)
624
+
625
+ Mon, 10 Jun 2024 04:07:58 GMT
626
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.25..@fluentui/web-components_v3.0.0-beta.26)
627
+
628
+ ### Changes
629
+
630
+ - 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)
631
+ - 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)
632
+ - 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)
633
+
634
+ ## [3.0.0-beta.25](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.25)
635
+
636
+ Fri, 07 Jun 2024 04:06:31 GMT
637
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.24..@fluentui/web-components_v3.0.0-beta.25)
638
+
639
+ ### Changes
640
+
641
+ - Use ElementInternals for Checkbox component ([PR #31468](https://github.com/microsoft/fluentui/pull/31468) by 863023+radium-v@users.noreply.github.com)
642
+ - Move dialog border styles to forcedColors mode ([PR #31609](https://github.com/microsoft/fluentui/pull/31609) by rupertdavid@microsoft.com)
643
+
644
+ ## [3.0.0-beta.24](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.24)
645
+
646
+ Thu, 06 Jun 2024 04:06:19 GMT
647
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.23..@fluentui/web-components_v3.0.0-beta.24)
648
+
649
+ ### Changes
650
+
651
+ - add @floating-ui/dom as a dependency ([PR #31590](https://github.com/microsoft/fluentui/pull/31590) by zacky.ma@microsoft.com)
652
+ - fix disabled button styles ([PR #31585](https://github.com/microsoft/fluentui/pull/31585) by rupertdavid@microsoft.com)
653
+
654
+ ## [3.0.0-beta.23](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.23)
655
+
656
+ Wed, 05 Jun 2024 04:06:41 GMT
657
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.22..@fluentui/web-components_v3.0.0-beta.23)
658
+
659
+ ### Changes
660
+
661
+ - chore: migrate to package.json#files for npm publish scope" ([PR #31519](https://github.com/microsoft/fluentui/pull/31519) by martinhochel@microsoft.com)
662
+ - Refactor fluent-dialog and add fluent-dialog-body ([PR #31512](https://github.com/microsoft/fluentui/pull/31512) by rupertdavid@microsoft.com)
663
+ - 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)
664
+
665
+ ## [3.0.0-beta.22](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.22)
666
+
667
+ Mon, 03 Jun 2024 04:06:55 GMT
668
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.21..@fluentui/web-components_v3.0.0-beta.22)
669
+
670
+ ### Changes
671
+
672
+ - chore: Export component definitions from rollup bundle ([PR #31403](https://github.com/microsoft/fluentui/pull/31403) by 863023+radium-v@users.noreply.github.com)
673
+
674
+ ## [3.0.0-beta.21](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.21)
675
+
676
+ Fri, 24 May 2024 04:06:21 GMT
677
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.20..@fluentui/web-components_v3.0.0-beta.21)
678
+
679
+ ### Changes
680
+
681
+ - Use ElementInternals for the TextInput component ([PR #31201](https://github.com/microsoft/fluentui/pull/31201) by 863023+radium-v@users.noreply.github.com)
682
+
683
+ ## [3.0.0-beta.20](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.20)
684
+
685
+ Wed, 22 May 2024 04:06:55 GMT
686
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.19..@fluentui/web-components_v3.0.0-beta.20)
687
+
688
+ ### Changes
689
+
690
+ - 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)
691
+
692
+ ## [3.0.0-beta.19](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.19)
693
+
694
+ Tue, 21 May 2024 04:06:11 GMT
695
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.18..@fluentui/web-components_v3.0.0-beta.19)
696
+
697
+ ### Changes
698
+
699
+ - 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)
700
+
701
+ ## [3.0.0-beta.18](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.18)
702
+
703
+ Mon, 20 May 2024 04:07:06 GMT
704
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.17..@fluentui/web-components_v3.0.0-beta.18)
705
+
706
+ ### Changes
707
+
708
+ - adds high contrast styles to badge web component ([PR #31234](https://github.com/microsoft/fluentui/pull/31234) by ryanmerrill@microsoft.com)
709
+
710
+ ## [3.0.0-beta.17](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.17)
711
+
712
+ Fri, 17 May 2024 04:06:08 GMT
713
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.16..@fluentui/web-components_v3.0.0-beta.17)
714
+
715
+ ### Changes
716
+
717
+ - fix(web-components): remove determinate from spinner implementation ([PR #31404](https://github.com/microsoft/fluentui/pull/31404) by 13071055+chrisdholt@users.noreply.github.com)
718
+ - Fix compound disabled selector in fluent-button and fluent-anchor-button ([PR #31302](https://github.com/microsoft/fluentui/pull/31302) by rupertdavid@microsoft.com)
719
+
720
+ ## [3.0.0-beta.16](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.16)
721
+
722
+ Thu, 16 May 2024 04:07:03 GMT
723
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.15..@fluentui/web-components_v3.0.0-beta.16)
724
+
725
+ ### Changes
726
+
727
+ - Synchronize design token exports ([PR #31382](https://github.com/microsoft/fluentui/pull/31382) by 863023+radium-v@users.noreply.github.com)
728
+
729
+ ## [3.0.0-beta.15](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.15)
730
+
731
+ Wed, 01 May 2024 04:09:09 GMT
732
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.14..@fluentui/web-components_v3.0.0-beta.15)
733
+
734
+ ### Changes
735
+
736
+ - fix(web-components): remove all barrell exports with exception of design tokens ([PR #31069](https://github.com/microsoft/fluentui/pull/31069) by =)
737
+
738
+ ## [3.0.0-beta.14](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.14)
739
+
740
+ Fri, 26 Apr 2024 04:07:24 GMT
741
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.13..@fluentui/web-components_v3.0.0-beta.14)
742
+
743
+ ### Changes
744
+
745
+ - create CSS partials for named typography styles ([PR #31164](https://github.com/microsoft/fluentui/pull/31164) by 13071055+chrisdholt@users.noreply.github.com)
746
+
747
+ ## [3.0.0-beta.13](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.13)
748
+
749
+ Thu, 25 Apr 2024 04:09:24 GMT
750
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.12..@fluentui/web-components_v3.0.0-beta.13)
751
+
752
+ ### Changes
753
+
754
+ - ensure buttons with long text maintain center alignment ([PR #31179](https://github.com/microsoft/fluentui/pull/31179) by =)
755
+
756
+ ## [3.0.0-beta.12](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.12)
757
+
758
+ Tue, 23 Apr 2024 04:09:06 GMT
759
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.11..@fluentui/web-components_v3.0.0-beta.12)
760
+
761
+ ### Changes
762
+
763
+ - Use ElementInternals for Button components ([PR #30999](https://github.com/microsoft/fluentui/pull/30999) by 863023+radium-v@users.noreply.github.com)
764
+
765
+ ## [3.0.0-beta.11](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.11)
766
+
767
+ Mon, 15 Apr 2024 04:09:34 GMT
768
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.10..@fluentui/web-components_v3.0.0-beta.11)
769
+
770
+ ### Changes
771
+
772
+ - fix(web-components): remove final dependencies on fast-foundation ([PR #31009](https://github.com/microsoft/fluentui/pull/31009) by =)
773
+
774
+ ## [3.0.0-beta.10](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.10)
775
+
776
+ Tue, 09 Apr 2024 04:08:05 GMT
777
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.9..@fluentui/web-components_v3.0.0-beta.10)
778
+
779
+ ### Changes
780
+
781
+ - revert design token syntax change for DX ([PR #30819](https://github.com/microsoft/fluentui/pull/30819) by =)
782
+
7
783
  ## [3.0.0-beta.9](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.9)
8
784
 
9
- Mon, 08 Apr 2024 04:08:50 GMT
785
+ Mon, 08 Apr 2024 04:08:59 GMT
10
786
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.8..@fluentui/web-components_v3.0.0-beta.9)
11
787
 
12
788
  ### Changes
@@ -359,7 +1135,7 @@ Wed, 15 Feb 2023 04:24:51 GMT
359
1135
 
360
1136
  ## [3.0.0-alpha.2](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-alpha.2)
361
1137
 
362
- Wed, 25 Jan 2023 17:42:30 GMT
1138
+ Wed, 25 Jan 2023 17:42:30 GMT
363
1139
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-alpha.1..@fluentui/web-components_v3.0.0-alpha.2)
364
1140
 
365
1141
  ### Changes
@@ -368,7 +1144,7 @@ Wed, 25 Jan 2023 17:42:30 GMT
368
1144
 
369
1145
  ## [3.0.0-alpha.1](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-alpha.1)
370
1146
 
371
- Wed, 25 Jan 2023 14:49:08 GMT
1147
+ Wed, 25 Jan 2023 14:49:08 GMT
372
1148
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v2.5.8..@fluentui/web-components_v3.0.0-alpha.1)
373
1149
 
374
1150
  ### Changes
@@ -378,9 +1154,72 @@ Wed, 25 Jan 2023 14:49:08 GMT
378
1154
  - add badge and counter badge as new components ([PR #26357](https://github.com/microsoft/fluentui/pull/26357) by chhol@microsoft.com)
379
1155
  - add text as a new component ([PR #26090](https://github.com/microsoft/fluentui/pull/26090) by chhol@microsoft.com)
380
1156
 
1157
+ ## [2.6.1](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v2.6.1)
1158
+
1159
+ Wed, 10 Apr 2024 07:28:55 GMT
1160
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v2.6.0..@fluentui/web-components_v2.6.1)
1161
+
1162
+ ### Patches
1163
+
1164
+ - 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 =)
1165
+
1166
+ ## [2.6.0](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v2.6.0)
1167
+
1168
+ Wed, 27 Mar 2024 07:26:49 GMT
1169
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v2.5.17..@fluentui/web-components_v2.6.0)
1170
+
1171
+ ### Minor changes
1172
+
1173
+ - export design token with rollup bundle ([PR #30784](https://github.com/microsoft/fluentui/pull/30784) by =)
1174
+
1175
+ ## [2.5.17](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v2.5.17)
1176
+
1177
+ Fri, 01 Mar 2024 07:26:28 GMT
1178
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v2.5.16..@fluentui/web-components_v2.5.17)
1179
+
1180
+ ### Patches
1181
+
1182
+ - 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)
1183
+
1184
+ ## [2.5.16](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v2.5.16)
1185
+
1186
+ Thu, 20 Jul 2023 07:35:18 GMT
1187
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v2.5.15..@fluentui/web-components_v2.5.16)
1188
+
1189
+ ### Patches
1190
+
1191
+ - 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)
1192
+
1193
+ ## [2.5.15](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v2.5.15)
1194
+
1195
+ Thu, 01 Jun 2023 07:38:37 GMT
1196
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v2.5.14..@fluentui/web-components_v2.5.15)
1197
+
1198
+ ### Patches
1199
+
1200
+ - fix listbox-option selected indicator position in RTL instances ([PR #27894](https://github.com/microsoft/fluentui/pull/27894) by chhol@microsoft.com)
1201
+
1202
+ ## [2.5.14](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v2.5.14)
1203
+
1204
+ Mon, 17 Apr 2023 07:40:25 GMT
1205
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v2.5.13..@fluentui/web-components_v2.5.14)
1206
+
1207
+ ### Patches
1208
+
1209
+ - update FAST dependencies to mitigate Safari 16.4 AdoptedStyleSheets bug ([PR #27578](https://github.com/microsoft/fluentui/pull/27578) by chhol@microsoft.com)
1210
+
1211
+ ## [2.5.13](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v2.5.13)
1212
+
1213
+ Tue, 11 Apr 2023 07:43:45 GMT
1214
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v2.5.12..@fluentui/web-components_v2.5.13)
1215
+
1216
+ ### Patches
1217
+
1218
+ - update fast foundation packages to import bug fixes ([PR #27506](https://github.com/microsoft/fluentui/pull/27506) by chhol@microsoft.com)
1219
+
381
1220
  ## [2.5.12](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v2.5.12)
382
1221
 
383
- Thu, 26 Jan 2023 07:35:32 GMT
1222
+ Thu, 26 Jan 2023 07:35:32 GMT
384
1223
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v2.5.11..@fluentui/web-components_v2.5.12)
385
1224
 
386
1225
  ### Patches
@@ -389,7 +1228,7 @@ Thu, 26 Jan 2023 07:35:32 GMT
389
1228
 
390
1229
  ## [2.5.11](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v2.5.11)
391
1230
 
392
- Wed, 11 Jan 2023 07:50:49 GMT
1231
+ Wed, 11 Jan 2023 07:50:49 GMT
393
1232
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v2.5.10..@fluentui/web-components_v2.5.11)
394
1233
 
395
1234
  ### Patches
@@ -398,7 +1237,7 @@ Wed, 11 Jan 2023 07:50:49 GMT
398
1237
 
399
1238
  ## [2.5.10](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v2.5.10)
400
1239
 
401
- Tue, 10 Jan 2023 07:50:14 GMT
1240
+ Tue, 10 Jan 2023 07:50:14 GMT
402
1241
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v2.5.9..@fluentui/web-components_v2.5.10)
403
1242
 
404
1243
  ### Patches
@@ -407,7 +1246,7 @@ Tue, 10 Jan 2023 07:50:14 GMT
407
1246
 
408
1247
  ## [2.5.9](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v2.5.9)
409
1248
 
410
- Thu, 05 Jan 2023 07:59:57 GMT
1249
+ Thu, 05 Jan 2023 07:59:57 GMT
411
1250
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v2.5.8..@fluentui/web-components_v2.5.9)
412
1251
 
413
1252
  ### Patches
@@ -416,7 +1255,7 @@ Thu, 05 Jan 2023 07:59:57 GMT
416
1255
 
417
1256
  ## [2.5.8](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v2.5.8)
418
1257
 
419
- Wed, 26 Oct 2022 07:52:54 GMT
1258
+ Wed, 26 Oct 2022 07:52:54 GMT
420
1259
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v2.5.7..@fluentui/web-components_v2.5.8)
421
1260
 
422
1261
  ### Patches
@@ -425,7 +1264,7 @@ Wed, 26 Oct 2022 07:52:54 GMT
425
1264
 
426
1265
  ## [2.5.7](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v2.5.7)
427
1266
 
428
- Fri, 21 Oct 2022 07:44:53 GMT
1267
+ Fri, 21 Oct 2022 07:44:53 GMT
429
1268
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v2.5.6..@fluentui/web-components_v2.5.7)
430
1269
 
431
1270
  ### Patches
@@ -434,7 +1273,7 @@ Fri, 21 Oct 2022 07:44:53 GMT
434
1273
 
435
1274
  ## [2.5.6](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v2.5.6)
436
1275
 
437
- Mon, 19 Sep 2022 07:47:29 GMT
1276
+ Mon, 19 Sep 2022 07:47:29 GMT
438
1277
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v2.5.5..@fluentui/web-components_v2.5.6)
439
1278
 
440
1279
  ### Patches
@@ -443,7 +1282,7 @@ Mon, 19 Sep 2022 07:47:29 GMT
443
1282
 
444
1283
  ## [2.5.5](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v2.5.5)
445
1284
 
446
- Wed, 07 Sep 2022 07:54:43 GMT
1285
+ Wed, 07 Sep 2022 07:54:43 GMT
447
1286
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v2.5.4..@fluentui/web-components_v2.5.5)
448
1287
 
449
1288
  ### Patches
@@ -452,7 +1291,7 @@ Wed, 07 Sep 2022 07:54:43 GMT
452
1291
 
453
1292
  ## [2.5.4](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v2.5.4)
454
1293
 
455
- Tue, 30 Aug 2022 07:41:54 GMT
1294
+ Tue, 30 Aug 2022 07:41:54 GMT
456
1295
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v2.5.3..@fluentui/web-components_v2.5.4)
457
1296
 
458
1297
  ### Patches
@@ -461,7 +1300,7 @@ Tue, 30 Aug 2022 07:41:54 GMT
461
1300
 
462
1301
  ## [2.5.3](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v2.5.3)
463
1302
 
464
- Thu, 16 Jun 2022 23:03:44 GMT
1303
+ Thu, 16 Jun 2022 23:03:44 GMT
465
1304
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v2.5.2..@fluentui/web-components_v2.5.3)
466
1305
 
467
1306
  ### Patches
@@ -470,7 +1309,7 @@ Thu, 16 Jun 2022 23:03:44 GMT
470
1309
 
471
1310
  ## [2.5.2](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v2.5.2)
472
1311
 
473
- Tue, 07 Jun 2022 07:48:04 GMT
1312
+ Tue, 07 Jun 2022 07:48:04 GMT
474
1313
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v2.5.1..@fluentui/web-components_v2.5.2)
475
1314
 
476
1315
  ### Patches
@@ -479,7 +1318,7 @@ Tue, 07 Jun 2022 07:48:04 GMT
479
1318
 
480
1319
  ## [2.5.1](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v2.5.1)
481
1320
 
482
- Tue, 17 May 2022 07:45:01 GMT
1321
+ Tue, 17 May 2022 07:45:01 GMT
483
1322
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v2.5.0..@fluentui/web-components_v2.5.1)
484
1323
 
485
1324
  ### Patches
@@ -488,7 +1327,7 @@ Tue, 17 May 2022 07:45:01 GMT
488
1327
 
489
1328
  ## [2.5.0](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v2.5.0)
490
1329
 
491
- Fri, 06 May 2022 07:36:53 GMT
1330
+ Fri, 06 May 2022 07:36:53 GMT
492
1331
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v2.4.0..@fluentui/web-components_v2.5.0)
493
1332
 
494
1333
  ### Minor changes
@@ -497,7 +1336,7 @@ Fri, 06 May 2022 07:36:53 GMT
497
1336
 
498
1337
  ## [2.4.0](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v2.4.0)
499
1338
 
500
- Thu, 28 Apr 2022 07:39:56 GMT
1339
+ Thu, 28 Apr 2022 07:39:56 GMT
501
1340
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v2.3.1..@fluentui/web-components_v2.4.0)
502
1341
 
503
1342
  ### Minor changes
@@ -506,7 +1345,7 @@ Thu, 28 Apr 2022 07:39:56 GMT
506
1345
 
507
1346
  ## [2.3.1](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v2.3.1)
508
1347
 
509
- Mon, 07 Mar 2022 07:41:14 GMT
1348
+ Mon, 07 Mar 2022 07:41:14 GMT
510
1349
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v2.3.0..@fluentui/web-components_v2.3.1)
511
1350
 
512
1351
  ### Patches
@@ -515,7 +1354,7 @@ Mon, 07 Mar 2022 07:41:14 GMT
515
1354
 
516
1355
  ## [2.3.0](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v2.3.0)
517
1356
 
518
- Tue, 01 Mar 2022 07:23:43 GMT
1357
+ Tue, 01 Mar 2022 07:23:43 GMT
519
1358
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v2.2.3..@fluentui/web-components_v2.3.0)
520
1359
 
521
1360
  ### Minor changes
@@ -524,7 +1363,7 @@ Tue, 01 Mar 2022 07:23:43 GMT
524
1363
 
525
1364
  ## [2.2.3](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v2.2.3)
526
1365
 
527
- Fri, 18 Feb 2022 07:22:08 GMT
1366
+ Fri, 18 Feb 2022 07:22:08 GMT
528
1367
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v2.2.2..@fluentui/web-components_v2.2.3)
529
1368
 
530
1369
  ### Patches
@@ -533,7 +1372,7 @@ Fri, 18 Feb 2022 07:22:08 GMT
533
1372
 
534
1373
  ## [2.2.2](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v2.2.2)
535
1374
 
536
- Thu, 27 Jan 2022 07:34:08 GMT
1375
+ Thu, 27 Jan 2022 07:34:08 GMT
537
1376
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v2.2.1..@fluentui/web-components_v2.2.2)
538
1377
 
539
1378
  ### Patches
@@ -542,7 +1381,7 @@ Thu, 27 Jan 2022 07:34:08 GMT
542
1381
 
543
1382
  ## [2.2.1](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v2.2.1)
544
1383
 
545
- Wed, 12 Jan 2022 07:32:29 GMT
1384
+ Wed, 12 Jan 2022 07:32:29 GMT
546
1385
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v2.2.0..@fluentui/web-components_v2.2.1)
547
1386
 
548
1387
  ### Patches
@@ -551,7 +1390,7 @@ Wed, 12 Jan 2022 07:32:29 GMT
551
1390
 
552
1391
  ## [2.2.0](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v2.2.0)
553
1392
 
554
- Fri, 07 Jan 2022 07:27:47 GMT
1393
+ Fri, 07 Jan 2022 07:27:47 GMT
555
1394
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v2.1.3..@fluentui/web-components_v2.2.0)
556
1395
 
557
1396
  ### Minor changes
@@ -560,7 +1399,7 @@ Fri, 07 Jan 2022 07:27:47 GMT
560
1399
 
561
1400
  ## [2.1.3](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v2.1.3)
562
1401
 
563
- Wed, 15 Dec 2021 07:31:29 GMT
1402
+ Wed, 15 Dec 2021 07:31:29 GMT
564
1403
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v2.1.2..@fluentui/web-components_v2.1.3)
565
1404
 
566
1405
  ### Patches
@@ -569,7 +1408,7 @@ Wed, 15 Dec 2021 07:31:29 GMT
569
1408
 
570
1409
  ## [2.1.2](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v2.1.2)
571
1410
 
572
- Fri, 10 Dec 2021 07:30:35 GMT
1411
+ Fri, 10 Dec 2021 07:30:35 GMT
573
1412
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v2.1.1..@fluentui/web-components_v2.1.2)
574
1413
 
575
1414
  ### Patches
@@ -578,7 +1417,7 @@ Fri, 10 Dec 2021 07:30:35 GMT
578
1417
 
579
1418
  ## [2.1.1](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v2.1.1)
580
1419
 
581
- Thu, 02 Dec 2021 07:36:29 GMT
1420
+ Thu, 02 Dec 2021 07:36:29 GMT
582
1421
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v2.1.0..@fluentui/web-components_v2.1.1)
583
1422
 
584
1423
  ### Patches
@@ -587,7 +1426,7 @@ Thu, 02 Dec 2021 07:36:29 GMT
587
1426
 
588
1427
  ## [2.1.0](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v2.1.0)
589
1428
 
590
- Tue, 23 Nov 2021 07:27:34 GMT
1429
+ Tue, 23 Nov 2021 07:27:34 GMT
591
1430
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v2.0.2..@fluentui/web-components_v2.1.0)
592
1431
 
593
1432
  ### Minor changes
@@ -596,7 +1435,7 @@ Tue, 23 Nov 2021 07:27:34 GMT
596
1435
 
597
1436
  ## [2.0.2](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v2.0.2)
598
1437
 
599
- Tue, 09 Nov 2021 07:38:11 GMT
1438
+ Tue, 09 Nov 2021 07:38:11 GMT
600
1439
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v2.0.1..@fluentui/web-components_v2.0.2)
601
1440
 
602
1441
  ### Patches
@@ -605,7 +1444,7 @@ Tue, 09 Nov 2021 07:38:11 GMT
605
1444
 
606
1445
  ## [2.0.1](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v2.0.1)
607
1446
 
608
- Tue, 02 Nov 2021 07:37:01 GMT
1447
+ Tue, 02 Nov 2021 07:37:01 GMT
609
1448
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v2.0.0..@fluentui/web-components_v2.0.1)
610
1449
 
611
1450
  ### Patches
@@ -616,7 +1455,7 @@ Tue, 02 Nov 2021 07:37:01 GMT
616
1455
 
617
1456
  ## [2.0.0](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v2.0.0)
618
1457
 
619
- Fri, 22 Oct 2021 23:04:22 GMT
1458
+ Fri, 22 Oct 2021 23:04:22 GMT
620
1459
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v1.6.3..@fluentui/web-components_v2.0.0)
621
1460
 
622
1461
  ### Major changes
@@ -625,7 +1464,7 @@ Fri, 22 Oct 2021 23:04:22 GMT
625
1464
 
626
1465
  ## [1.6.3](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v1.6.3)
627
1466
 
628
- Fri, 22 Oct 2021 19:30:28 GMT
1467
+ Fri, 22 Oct 2021 19:30:28 GMT
629
1468
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v1.6.2..@fluentui/web-components_v1.6.3)
630
1469
 
631
1470
  ### Patches
@@ -634,7 +1473,7 @@ Fri, 22 Oct 2021 19:30:28 GMT
634
1473
 
635
1474
  ## [1.6.2](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v1.6.2)
636
1475
 
637
- Thu, 14 Oct 2021 00:11:22 GMT
1476
+ Thu, 14 Oct 2021 00:11:22 GMT
638
1477
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v1.6.1..@fluentui/web-components_v1.6.2)
639
1478
 
640
1479
  ### Patches
@@ -643,7 +1482,7 @@ Thu, 14 Oct 2021 00:11:22 GMT
643
1482
 
644
1483
  ## [1.6.1](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v1.6.1)
645
1484
 
646
- Fri, 08 Oct 2021 07:31:50 GMT
1485
+ Fri, 08 Oct 2021 07:31:50 GMT
647
1486
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v1.6.0..@fluentui/web-components_v1.6.1)
648
1487
 
649
1488
  ### Patches
@@ -652,7 +1491,7 @@ Fri, 08 Oct 2021 07:31:50 GMT
652
1491
 
653
1492
  ## [1.6.0](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v1.6.0)
654
1493
 
655
- Thu, 07 Oct 2021 07:30:53 GMT
1494
+ Thu, 07 Oct 2021 07:30:53 GMT
656
1495
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v1.5.6..@fluentui/web-components_v1.6.0)
657
1496
 
658
1497
  ### Minor changes
@@ -666,7 +1505,7 @@ Thu, 07 Oct 2021 07:30:53 GMT
666
1505
 
667
1506
  ## [1.5.6](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v1.5.6)
668
1507
 
669
- Wed, 06 Oct 2021 11:11:56 GMT
1508
+ Wed, 06 Oct 2021 11:11:56 GMT
670
1509
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v1.5.5..@fluentui/web-components_v1.5.6)
671
1510
 
672
1511
  ### Patches
@@ -675,7 +1514,7 @@ Wed, 06 Oct 2021 11:11:56 GMT
675
1514
 
676
1515
  ## [1.5.5](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v1.5.5)
677
1516
 
678
- Tue, 05 Oct 2021 07:37:17 GMT
1517
+ Tue, 05 Oct 2021 07:37:17 GMT
679
1518
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v1.5.4..@fluentui/web-components_v1.5.5)
680
1519
 
681
1520
  ### Patches
@@ -685,7 +1524,7 @@ Tue, 05 Oct 2021 07:37:17 GMT
685
1524
 
686
1525
  ## [1.5.4](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v1.5.4)
687
1526
 
688
- Wed, 29 Sep 2021 07:36:23 GMT
1527
+ Wed, 29 Sep 2021 07:36:23 GMT
689
1528
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v1.5.3..@fluentui/web-components_v1.5.4)
690
1529
 
691
1530
  ### Patches
@@ -694,7 +1533,7 @@ Wed, 29 Sep 2021 07:36:23 GMT
694
1533
 
695
1534
  ## [1.5.3](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v1.5.3)
696
1535
 
697
- Thu, 23 Sep 2021 07:35:13 GMT
1536
+ Thu, 23 Sep 2021 07:35:13 GMT
698
1537
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v1.5.2..@fluentui/web-components_v1.5.3)
699
1538
 
700
1539
  ### Patches
@@ -703,7 +1542,7 @@ Thu, 23 Sep 2021 07:35:13 GMT
703
1542
 
704
1543
  ## [1.5.2](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v1.5.2)
705
1544
 
706
- Fri, 17 Sep 2021 07:35:26 GMT
1545
+ Fri, 17 Sep 2021 07:35:26 GMT
707
1546
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v1.5.1..@fluentui/web-components_v1.5.2)
708
1547
 
709
1548
  ### Patches
@@ -713,7 +1552,7 @@ Fri, 17 Sep 2021 07:35:26 GMT
713
1552
 
714
1553
  ## [1.5.1](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v1.5.1)
715
1554
 
716
- Tue, 14 Sep 2021 20:09:02 GMT
1555
+ Tue, 14 Sep 2021 20:09:02 GMT
717
1556
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v1.5.0..@fluentui/web-components_v1.5.1)
718
1557
 
719
1558
  ### Patches
@@ -722,7 +1561,7 @@ Tue, 14 Sep 2021 20:09:02 GMT
722
1561
 
723
1562
  ## [1.5.0](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v1.5.0)
724
1563
 
725
- Mon, 13 Sep 2021 07:37:03 GMT
1564
+ Mon, 13 Sep 2021 07:37:03 GMT
726
1565
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v1.4.2..@fluentui/web-components_v1.5.0)
727
1566
 
728
1567
  ### Minor changes
@@ -731,7 +1570,7 @@ Mon, 13 Sep 2021 07:37:03 GMT
731
1570
 
732
1571
  ## [1.4.2](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v1.4.2)
733
1572
 
734
- Fri, 10 Sep 2021 07:39:51 GMT
1573
+ Fri, 10 Sep 2021 07:39:51 GMT
735
1574
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v1.4.1..@fluentui/web-components_v1.4.2)
736
1575
 
737
1576
  ### Patches
@@ -741,7 +1580,7 @@ Fri, 10 Sep 2021 07:39:51 GMT
741
1580
 
742
1581
  ## [1.4.1](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v1.4.1)
743
1582
 
744
- Fri, 03 Sep 2021 00:13:07 GMT
1583
+ Fri, 03 Sep 2021 00:13:07 GMT
745
1584
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v1.4.0..@fluentui/web-components_v1.4.1)
746
1585
 
747
1586
  ### Patches
@@ -750,7 +1589,7 @@ Fri, 03 Sep 2021 00:13:07 GMT
750
1589
 
751
1590
  ## [1.4.0](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v1.4.0)
752
1591
 
753
- Thu, 02 Sep 2021 07:36:46 GMT
1592
+ Thu, 02 Sep 2021 07:36:46 GMT
754
1593
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v1.3.8..@fluentui/web-components_v1.4.0)
755
1594
 
756
1595
  ### Minor changes
@@ -759,7 +1598,7 @@ Thu, 02 Sep 2021 07:36:46 GMT
759
1598
 
760
1599
  ## [1.3.8](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v1.3.8)
761
1600
 
762
- Tue, 31 Aug 2021 07:37:47 GMT
1601
+ Tue, 31 Aug 2021 07:37:47 GMT
763
1602
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v1.3.7..@fluentui/web-components_v1.3.8)
764
1603
 
765
1604
  ### Patches
@@ -769,7 +1608,7 @@ Tue, 31 Aug 2021 07:37:47 GMT
769
1608
 
770
1609
  ## [1.3.7](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v1.3.7)
771
1610
 
772
- Mon, 30 Aug 2021 07:35:05 GMT
1611
+ Mon, 30 Aug 2021 07:35:05 GMT
773
1612
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v1.3.6..@fluentui/web-components_v1.3.7)
774
1613
 
775
1614
  ### Patches
@@ -778,7 +1617,7 @@ Mon, 30 Aug 2021 07:35:05 GMT
778
1617
 
779
1618
  ## [1.3.6](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v1.3.6)
780
1619
 
781
- Thu, 26 Aug 2021 07:35:43 GMT
1620
+ Thu, 26 Aug 2021 07:35:43 GMT
782
1621
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v1.3.5..@fluentui/web-components_v1.3.6)
783
1622
 
784
1623
  ### Patches
@@ -787,7 +1626,7 @@ Thu, 26 Aug 2021 07:35:43 GMT
787
1626
 
788
1627
  ## [1.3.5](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v1.3.5)
789
1628
 
790
- Fri, 20 Aug 2021 07:37:28 GMT
1629
+ Fri, 20 Aug 2021 07:37:28 GMT
791
1630
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v1.3.4..@fluentui/web-components_v1.3.5)
792
1631
 
793
1632
  ### Patches
@@ -796,7 +1635,7 @@ Fri, 20 Aug 2021 07:37:28 GMT
796
1635
 
797
1636
  ## [1.3.4](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v1.3.4)
798
1637
 
799
- Thu, 19 Aug 2021 07:41:35 GMT
1638
+ Thu, 19 Aug 2021 07:41:35 GMT
800
1639
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v1.3.3..@fluentui/web-components_v1.3.4)
801
1640
 
802
1641
  ### Patches
@@ -806,7 +1645,7 @@ Thu, 19 Aug 2021 07:41:35 GMT
806
1645
 
807
1646
  ## [1.3.3](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v1.3.3)
808
1647
 
809
- Thu, 05 Aug 2021 07:34:24 GMT
1648
+ Thu, 05 Aug 2021 07:34:24 GMT
810
1649
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v1.3.2..@fluentui/web-components_v1.3.3)
811
1650
 
812
1651
  ### Patches
@@ -815,7 +1654,7 @@ Thu, 05 Aug 2021 07:34:24 GMT
815
1654
 
816
1655
  ## [1.3.2](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v1.3.2)
817
1656
 
818
- Wed, 04 Aug 2021 07:34:12 GMT
1657
+ Wed, 04 Aug 2021 07:34:12 GMT
819
1658
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v1.3.1..@fluentui/web-components_v1.3.2)
820
1659
 
821
1660
  ### Patches
@@ -824,7 +1663,7 @@ Wed, 04 Aug 2021 07:34:12 GMT
824
1663
 
825
1664
  ## [1.3.1](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v1.3.1)
826
1665
 
827
- Fri, 30 Jul 2021 07:35:22 GMT
1666
+ Fri, 30 Jul 2021 07:35:22 GMT
828
1667
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v1.3.0..@fluentui/web-components_v1.3.1)
829
1668
 
830
1669
  ### Patches
@@ -833,7 +1672,7 @@ Fri, 30 Jul 2021 07:35:22 GMT
833
1672
 
834
1673
  ## [1.3.0](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v1.3.0)
835
1674
 
836
- Mon, 26 Jul 2021 07:37:30 GMT
1675
+ Mon, 26 Jul 2021 07:37:30 GMT
837
1676
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v1.2.3..@fluentui/web-components_v1.3.0)
838
1677
 
839
1678
  ### Minor changes
@@ -842,7 +1681,7 @@ Mon, 26 Jul 2021 07:37:30 GMT
842
1681
 
843
1682
  ## [1.2.3](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v1.2.3)
844
1683
 
845
- Fri, 23 Jul 2021 07:38:19 GMT
1684
+ Fri, 23 Jul 2021 07:38:19 GMT
846
1685
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v1.2.2..@fluentui/web-components_v1.2.3)
847
1686
 
848
1687
  ### Patches
@@ -851,7 +1690,7 @@ Fri, 23 Jul 2021 07:38:19 GMT
851
1690
 
852
1691
  ## [1.2.2](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v1.2.2)
853
1692
 
854
- Thu, 22 Jul 2021 07:36:55 GMT
1693
+ Thu, 22 Jul 2021 07:36:55 GMT
855
1694
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v1.2.1..@fluentui/web-components_v1.2.2)
856
1695
 
857
1696
  ### Patches
@@ -860,7 +1699,7 @@ Thu, 22 Jul 2021 07:36:55 GMT
860
1699
 
861
1700
  ## [1.2.1](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v1.2.1)
862
1701
 
863
- Fri, 16 Jul 2021 22:53:17 GMT
1702
+ Fri, 16 Jul 2021 22:53:17 GMT
864
1703
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v1.2.0..@fluentui/web-components_v1.2.1)
865
1704
 
866
1705
  ### Patches
@@ -870,7 +1709,7 @@ Fri, 16 Jul 2021 22:53:17 GMT
870
1709
 
871
1710
  ## [1.2.0](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v1.2.0)
872
1711
 
873
- Fri, 16 Jul 2021 00:35:31 GMT
1712
+ Fri, 16 Jul 2021 00:35:31 GMT
874
1713
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v1.1.1..@fluentui/web-components_v1.2.0)
875
1714
 
876
1715
  ### Minor changes
@@ -884,7 +1723,7 @@ Fri, 16 Jul 2021 00:35:31 GMT
884
1723
 
885
1724
  ## [1.1.1](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v1.1.1)
886
1725
 
887
- Thu, 15 Jul 2021 07:36:18 GMT
1726
+ Thu, 15 Jul 2021 07:36:18 GMT
888
1727
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v1.1.0..@fluentui/web-components_v1.1.1)
889
1728
 
890
1729
  ### Patches
@@ -893,7 +1732,7 @@ Thu, 15 Jul 2021 07:36:18 GMT
893
1732
 
894
1733
  ## [1.1.0](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v1.1.0)
895
1734
 
896
- Tue, 13 Jul 2021 22:32:58 GMT
1735
+ Tue, 13 Jul 2021 22:32:58 GMT
897
1736
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v1.0.2..@fluentui/web-components_v1.1.0)
898
1737
 
899
1738
  ### Minor changes
@@ -903,7 +1742,7 @@ Tue, 13 Jul 2021 22:32:58 GMT
903
1742
 
904
1743
  ## [1.0.2](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v1.0.2)
905
1744
 
906
- Fri, 09 Jul 2021 07:39:31 GMT
1745
+ Fri, 09 Jul 2021 07:39:31 GMT
907
1746
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v1.0.1..@fluentui/web-components_v1.0.2)
908
1747
 
909
1748
  ### Patches
@@ -912,7 +1751,7 @@ Fri, 09 Jul 2021 07:39:31 GMT
912
1751
 
913
1752
  ## [1.0.1](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v1.0.1)
914
1753
 
915
- Wed, 07 Jul 2021 07:32:54 GMT
1754
+ Wed, 07 Jul 2021 07:32:54 GMT
916
1755
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v1.0.0..@fluentui/web-components_v1.0.1)
917
1756
 
918
1757
  ### Patches
@@ -921,7 +1760,7 @@ Wed, 07 Jul 2021 07:32:54 GMT
921
1760
 
922
1761
  ## [1.0.0](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v1.0.0)
923
1762
 
924
- Fri, 02 Jul 2021 23:15:55 GMT
1763
+ Fri, 02 Jul 2021 23:15:55 GMT
925
1764
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v0.22.1..@fluentui/web-components_v1.0.0)
926
1765
 
927
1766
  ### Major changes
@@ -954,7 +1793,7 @@ Fri, 02 Jul 2021 23:15:55 GMT
954
1793
 
955
1794
  ## [0.22.1](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v0.22.1)
956
1795
 
957
- Tue, 08 Jun 2021 07:32:44 GMT
1796
+ Tue, 08 Jun 2021 07:32:44 GMT
958
1797
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v0.22.0..@fluentui/web-components_v0.22.1)
959
1798
 
960
1799
  ### Patches
@@ -963,7 +1802,7 @@ Tue, 08 Jun 2021 07:32:44 GMT
963
1802
 
964
1803
  ## [0.22.0](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v0.22.0)
965
1804
 
966
- Fri, 04 Jun 2021 07:37:23 GMT
1805
+ Fri, 04 Jun 2021 07:37:23 GMT
967
1806
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v0.21.2..@fluentui/web-components_v0.22.0)
968
1807
 
969
1808
  ### Minor changes
@@ -972,7 +1811,7 @@ Fri, 04 Jun 2021 07:37:23 GMT
972
1811
 
973
1812
  ## [0.21.2](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v0.21.2)
974
1813
 
975
- Thu, 20 May 2021 07:41:54 GMT
1814
+ Thu, 20 May 2021 07:41:54 GMT
976
1815
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v0.21.1..@fluentui/web-components_v0.21.2)
977
1816
 
978
1817
  ### Patches
@@ -981,7 +1820,7 @@ Thu, 20 May 2021 07:41:54 GMT
981
1820
 
982
1821
  ## [0.21.1](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v0.21.1)
983
1822
 
984
- Mon, 17 May 2021 07:33:48 GMT
1823
+ Mon, 17 May 2021 07:33:48 GMT
985
1824
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v0.21.0..@fluentui/web-components_v0.21.1)
986
1825
 
987
1826
  ### Patches
@@ -991,7 +1830,7 @@ Mon, 17 May 2021 07:33:48 GMT
991
1830
 
992
1831
  ## [0.21.0](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v0.21.0)
993
1832
 
994
- Fri, 30 Apr 2021 07:42:23 GMT
1833
+ Fri, 30 Apr 2021 07:42:23 GMT
995
1834
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v0.20.3..@fluentui/web-components_v0.21.0)
996
1835
 
997
1836
  ### Minor changes
@@ -1000,7 +1839,7 @@ Fri, 30 Apr 2021 07:42:23 GMT
1000
1839
 
1001
1840
  ## [0.20.3](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v0.20.3)
1002
1841
 
1003
- Wed, 21 Apr 2021 07:31:50 GMT
1842
+ Wed, 21 Apr 2021 07:31:50 GMT
1004
1843
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v0.20.2..@fluentui/web-components_v0.20.3)
1005
1844
 
1006
1845
  ### Patches
@@ -1009,7 +1848,7 @@ Wed, 21 Apr 2021 07:31:50 GMT
1009
1848
 
1010
1849
  ## [0.20.2](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v0.20.2)
1011
1850
 
1012
- Thu, 01 Apr 2021 07:33:24 GMT
1851
+ Thu, 01 Apr 2021 07:33:24 GMT
1013
1852
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v0.20.1..@fluentui/web-components_v0.20.2)
1014
1853
 
1015
1854
  ### Patches
@@ -1018,7 +1857,7 @@ Thu, 01 Apr 2021 07:33:24 GMT
1018
1857
 
1019
1858
  ## [0.20.1](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v0.20.1)
1020
1859
 
1021
- Mon, 29 Mar 2021 07:30:29 GMT
1860
+ Mon, 29 Mar 2021 07:30:29 GMT
1022
1861
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v0.20.0..@fluentui/web-components_v0.20.1)
1023
1862
 
1024
1863
  ### Patches
@@ -1027,7 +1866,7 @@ Mon, 29 Mar 2021 07:30:29 GMT
1027
1866
 
1028
1867
  ## [0.20.0](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v0.20.0)
1029
1868
 
1030
- Fri, 26 Mar 2021 07:32:34 GMT
1869
+ Fri, 26 Mar 2021 07:32:34 GMT
1031
1870
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v0.19.1..@fluentui/web-components_v0.20.0)
1032
1871
 
1033
1872
  ### Minor changes
@@ -1036,7 +1875,7 @@ Fri, 26 Mar 2021 07:32:34 GMT
1036
1875
 
1037
1876
  ## [0.19.1](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v0.19.1)
1038
1877
 
1039
- Thu, 25 Mar 2021 07:33:24 GMT
1878
+ Thu, 25 Mar 2021 07:33:24 GMT
1040
1879
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v0.19.0..@fluentui/web-components_v0.19.1)
1041
1880
 
1042
1881
  ### Patches
@@ -1045,7 +1884,7 @@ Thu, 25 Mar 2021 07:33:24 GMT
1045
1884
 
1046
1885
  ## [0.19.0](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v0.19.0)
1047
1886
 
1048
- Tue, 23 Mar 2021 07:31:43 GMT
1887
+ Tue, 23 Mar 2021 07:31:43 GMT
1049
1888
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v0.18.0..@fluentui/web-components_v0.19.0)
1050
1889
 
1051
1890
  ### Minor changes
@@ -1058,7 +1897,7 @@ Tue, 23 Mar 2021 07:31:43 GMT
1058
1897
 
1059
1898
  ## [0.18.0](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v0.18.0)
1060
1899
 
1061
- Fri, 19 Mar 2021 07:32:43 GMT
1900
+ Fri, 19 Mar 2021 07:32:43 GMT
1062
1901
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v0.17.0..@fluentui/web-components_v0.18.0)
1063
1902
 
1064
1903
  ### Minor changes
@@ -1067,7 +1906,7 @@ Fri, 19 Mar 2021 07:32:43 GMT
1067
1906
 
1068
1907
  ## [0.17.0](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v0.17.0)
1069
1908
 
1070
- Thu, 18 Mar 2021 20:15:34 GMT
1909
+ Thu, 18 Mar 2021 20:15:34 GMT
1071
1910
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v0.16.2..@fluentui/web-components_v0.17.0)
1072
1911
 
1073
1912
  ### Minor changes
@@ -1080,7 +1919,7 @@ Thu, 18 Mar 2021 20:15:34 GMT
1080
1919
 
1081
1920
  ## [0.16.2](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v0.16.2)
1082
1921
 
1083
- Wed, 17 Mar 2021 07:35:44 GMT
1922
+ Wed, 17 Mar 2021 07:35:44 GMT
1084
1923
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v0.16.1..@fluentui/web-components_v0.16.2)
1085
1924
 
1086
1925
  ### Patches
@@ -1089,7 +1928,7 @@ Wed, 17 Mar 2021 07:35:44 GMT
1089
1928
 
1090
1929
  ## [0.16.1](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v0.16.1)
1091
1930
 
1092
- Tue, 16 Mar 2021 07:32:44 GMT
1931
+ Tue, 16 Mar 2021 07:32:44 GMT
1093
1932
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v0.16.0..@fluentui/web-components_v0.16.1)
1094
1933
 
1095
1934
  ### Patches
@@ -1098,7 +1937,7 @@ Tue, 16 Mar 2021 07:32:44 GMT
1098
1937
 
1099
1938
  ## [0.16.0](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v0.16.0)
1100
1939
 
1101
- Fri, 12 Mar 2021 20:04:27 GMT
1940
+ Fri, 12 Mar 2021 20:04:27 GMT
1102
1941
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v0.15.0..@fluentui/web-components_v0.16.0)
1103
1942
 
1104
1943
  ### Minor changes
@@ -1107,7 +1946,7 @@ Fri, 12 Mar 2021 20:04:27 GMT
1107
1946
 
1108
1947
  ## [0.15.0](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v0.15.0)
1109
1948
 
1110
- Sun, 07 Mar 2021 23:34:51 GMT
1949
+ Sun, 07 Mar 2021 23:34:51 GMT
1111
1950
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v0.14.2..@fluentui/web-components_v0.15.0)
1112
1951
 
1113
1952
  ### Minor changes
@@ -1117,7 +1956,7 @@ Sun, 07 Mar 2021 23:34:51 GMT
1117
1956
 
1118
1957
  ## [0.14.2](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v0.14.2)
1119
1958
 
1120
- Thu, 25 Feb 2021 01:15:27 GMT
1959
+ Thu, 25 Feb 2021 01:15:27 GMT
1121
1960
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v0.14.1..@fluentui/web-components_v0.14.2)
1122
1961
 
1123
1962
  ### Patches
@@ -1127,7 +1966,7 @@ Thu, 25 Feb 2021 01:15:27 GMT
1127
1966
 
1128
1967
  ## [0.14.1](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v0.14.1)
1129
1968
 
1130
- Mon, 22 Feb 2021 12:26:22 GMT
1969
+ Mon, 22 Feb 2021 12:26:22 GMT
1131
1970
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v0.14.0..@fluentui/web-components_v0.14.1)
1132
1971
 
1133
1972
  ### Patches
@@ -1136,7 +1975,7 @@ Mon, 22 Feb 2021 12:26:22 GMT
1136
1975
 
1137
1976
  ## [0.14.0](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v0.14.0)
1138
1977
 
1139
- Fri, 12 Feb 2021 12:26:20 GMT
1978
+ Fri, 12 Feb 2021 12:26:20 GMT
1140
1979
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v0.13.1..@fluentui/web-components_v0.14.0)
1141
1980
 
1142
1981
  ### Minor changes
@@ -1145,7 +1984,7 @@ Fri, 12 Feb 2021 12:26:20 GMT
1145
1984
 
1146
1985
  ## [0.13.1](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v0.13.1)
1147
1986
 
1148
- Thu, 11 Feb 2021 02:38:00 GMT
1987
+ Thu, 11 Feb 2021 02:38:00 GMT
1149
1988
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v0.13.0..@fluentui/web-components_v0.13.1)
1150
1989
 
1151
1990
  ### Patches
@@ -1154,7 +1993,7 @@ Thu, 11 Feb 2021 02:38:00 GMT
1154
1993
 
1155
1994
  ## [0.13.0](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v0.13.0)
1156
1995
 
1157
- Tue, 09 Feb 2021 00:56:52 GMT
1996
+ Tue, 09 Feb 2021 00:56:52 GMT
1158
1997
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v0.12.1..@fluentui/web-components_v0.13.0)
1159
1998
 
1160
1999
  ### Minor changes
@@ -1167,7 +2006,7 @@ Tue, 09 Feb 2021 00:56:52 GMT
1167
2006
 
1168
2007
  ## [0.12.1](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v0.12.1)
1169
2008
 
1170
- Mon, 08 Feb 2021 12:23:08 GMT
2009
+ Mon, 08 Feb 2021 12:23:08 GMT
1171
2010
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v0.12.0..@fluentui/web-components_v0.12.1)
1172
2011
 
1173
2012
  ### Patches
@@ -1176,7 +2015,7 @@ Mon, 08 Feb 2021 12:23:08 GMT
1176
2015
 
1177
2016
  ## [0.12.0](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v0.12.0)
1178
2017
 
1179
- Wed, 03 Feb 2021 05:51:40 GMT
2018
+ Wed, 03 Feb 2021 05:51:40 GMT
1180
2019
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v0.11.0..@fluentui/web-components_v0.12.0)
1181
2020
 
1182
2021
  ### Minor changes
@@ -1185,7 +2024,7 @@ Wed, 03 Feb 2021 05:51:40 GMT
1185
2024
 
1186
2025
  ## [0.11.0](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v0.11.0)
1187
2026
 
1188
- Tue, 26 Jan 2021 12:33:19 GMT
2027
+ Tue, 26 Jan 2021 12:33:19 GMT
1189
2028
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v0.10.6..@fluentui/web-components_v0.11.0)
1190
2029
 
1191
2030
  ### Minor changes
@@ -1198,7 +2037,7 @@ Tue, 26 Jan 2021 12:33:19 GMT
1198
2037
 
1199
2038
  ## [0.10.6](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v0.10.6)
1200
2039
 
1201
- Thu, 21 Jan 2021 12:36:12 GMT
2040
+ Thu, 21 Jan 2021 12:36:12 GMT
1202
2041
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v0.10.5..@fluentui/web-components_v0.10.6)
1203
2042
 
1204
2043
  ### Patches
@@ -1207,7 +2046,7 @@ Thu, 21 Jan 2021 12:36:12 GMT
1207
2046
 
1208
2047
  ## [0.10.5](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v0.10.5)
1209
2048
 
1210
- Wed, 20 Jan 2021 12:22:46 GMT
2049
+ Wed, 20 Jan 2021 12:22:46 GMT
1211
2050
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v0.10.4..@fluentui/web-components_v0.10.5)
1212
2051
 
1213
2052
  ### Patches
@@ -1216,7 +2055,7 @@ Wed, 20 Jan 2021 12:22:46 GMT
1216
2055
 
1217
2056
  ## [0.10.4](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v0.10.4)
1218
2057
 
1219
- Fri, 15 Jan 2021 12:30:40 GMT
2058
+ Fri, 15 Jan 2021 12:30:40 GMT
1220
2059
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v0.10.3..@fluentui/web-components_v0.10.4)
1221
2060
 
1222
2061
  ### Patches
@@ -1226,7 +2065,7 @@ Fri, 15 Jan 2021 12:30:40 GMT
1226
2065
 
1227
2066
  ## [0.10.3](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v0.10.3)
1228
2067
 
1229
- Tue, 12 Jan 2021 12:36:40 GMT
2068
+ Tue, 12 Jan 2021 12:36:40 GMT
1230
2069
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v0.10.2..@fluentui/web-components_v0.10.3)
1231
2070
 
1232
2071
  ### Patches
@@ -1235,7 +2074,7 @@ Tue, 12 Jan 2021 12:36:40 GMT
1235
2074
 
1236
2075
  ## [0.10.2](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v0.10.2)
1237
2076
 
1238
- Tue, 05 Jan 2021 12:29:33 GMT
2077
+ Tue, 05 Jan 2021 12:29:33 GMT
1239
2078
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v0.10.1..@fluentui/web-components_v0.10.2)
1240
2079
 
1241
2080
  ### Patches
@@ -1250,7 +2089,7 @@ Tue, 05 Jan 2021 12:29:33 GMT
1250
2089
 
1251
2090
  ## [0.10.1](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v0.10.1)
1252
2091
 
1253
- Fri, 18 Dec 2020 12:27:55 GMT
2092
+ Fri, 18 Dec 2020 12:27:55 GMT
1254
2093
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v0.10.0..@fluentui/web-components_v0.10.1)
1255
2094
 
1256
2095
  ### Patches
@@ -1259,7 +2098,7 @@ Fri, 18 Dec 2020 12:27:55 GMT
1259
2098
 
1260
2099
  ## [0.10.0](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v0.10.0)
1261
2100
 
1262
- Thu, 17 Dec 2020 12:30:15 GMT
2101
+ Thu, 17 Dec 2020 12:30:15 GMT
1263
2102
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v0.9.2..@fluentui/web-components_v0.10.0)
1264
2103
 
1265
2104
  ### Minor changes
@@ -1272,7 +2111,7 @@ Thu, 17 Dec 2020 12:30:15 GMT
1272
2111
 
1273
2112
  ## [0.9.2](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v0.9.2)
1274
2113
 
1275
- Wed, 16 Dec 2020 12:27:05 GMT
2114
+ Wed, 16 Dec 2020 12:27:05 GMT
1276
2115
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v0.9.1..@fluentui/web-components_v0.9.2)
1277
2116
 
1278
2117
  ### Patches
@@ -1281,7 +2120,7 @@ Wed, 16 Dec 2020 12:27:05 GMT
1281
2120
 
1282
2121
  ## [0.9.1](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v0.9.1)
1283
2122
 
1284
- Wed, 09 Dec 2020 12:27:00 GMT
2123
+ Wed, 09 Dec 2020 12:27:00 GMT
1285
2124
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v0.9.0..@fluentui/web-components_v0.9.1)
1286
2125
 
1287
2126
  ### Patches
@@ -1290,7 +2129,7 @@ Wed, 09 Dec 2020 12:27:00 GMT
1290
2129
 
1291
2130
  ## [0.9.0](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v0.9.0)
1292
2131
 
1293
- Wed, 02 Dec 2020 12:37:40 GMT
2132
+ Wed, 02 Dec 2020 12:37:40 GMT
1294
2133
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v0.8.1..@fluentui/web-components_v0.9.0)
1295
2134
 
1296
2135
  ### Minor changes
@@ -1299,7 +2138,7 @@ Wed, 02 Dec 2020 12:37:40 GMT
1299
2138
 
1300
2139
  ## [0.8.1](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v0.8.1)
1301
2140
 
1302
- Sat, 21 Nov 2020 02:00:44 GMT
2141
+ Sat, 21 Nov 2020 02:00:44 GMT
1303
2142
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v0.8.0..@fluentui/web-components_v0.8.1)
1304
2143
 
1305
2144
  ### Patches
@@ -1311,7 +2150,7 @@ Sat, 21 Nov 2020 02:00:44 GMT
1311
2150
 
1312
2151
  ## [0.8.0](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v0.8.0)
1313
2152
 
1314
- Wed, 18 Nov 2020 12:30:07 GMT
2153
+ Wed, 18 Nov 2020 12:30:07 GMT
1315
2154
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v0.7.2..@fluentui/web-components_v0.8.0)
1316
2155
 
1317
2156
  ### Minor changes
@@ -1320,7 +2159,7 @@ Wed, 18 Nov 2020 12:30:07 GMT
1320
2159
 
1321
2160
  ## [0.7.2](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v0.7.2)
1322
2161
 
1323
- Tue, 17 Nov 2020 12:36:24 GMT
2162
+ Tue, 17 Nov 2020 12:36:24 GMT
1324
2163
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v0.7.1..@fluentui/web-components_v0.7.2)
1325
2164
 
1326
2165
  ### Patches
@@ -1329,7 +2168,7 @@ Tue, 17 Nov 2020 12:36:24 GMT
1329
2168
 
1330
2169
  ## [0.7.1](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v0.7.1)
1331
2170
 
1332
- Thu, 05 Nov 2020 12:29:43 GMT
2171
+ Thu, 05 Nov 2020 12:29:43 GMT
1333
2172
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v0.7.0..@fluentui/web-components_v0.7.1)
1334
2173
 
1335
2174
  ### Patches
@@ -1338,7 +2177,7 @@ Thu, 05 Nov 2020 12:29:43 GMT
1338
2177
 
1339
2178
  ## [0.7.0](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v0.7.0)
1340
2179
 
1341
- Thu, 29 Oct 2020 12:34:59 GMT
2180
+ Thu, 29 Oct 2020 12:34:59 GMT
1342
2181
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v0.6.3..@fluentui/web-components_v0.7.0)
1343
2182
 
1344
2183
  ### Minor changes