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

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