@fluentui/web-components 3.0.0-beta.7 → 3.0.0-beta.71

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 (829) hide show
  1. package/CHANGELOG.md +783 -103
  2. package/README.md +46 -15
  3. package/dist/dts/accordion/accordion.bench.d.ts +3 -0
  4. package/dist/dts/accordion/accordion.d.ts +70 -3
  5. package/dist/dts/accordion/accordion.definition.d.ts +0 -4
  6. package/dist/dts/accordion/accordion.options.d.ts +14 -0
  7. package/dist/dts/accordion/accordion.template.d.ts +4 -0
  8. package/dist/dts/accordion/index.d.ts +2 -1
  9. package/dist/dts/accordion-item/accordion-item.bench.d.ts +3 -0
  10. package/dist/dts/accordion-item/accordion-item.d.ts +120 -12
  11. package/dist/dts/accordion-item/accordion-item.definition.d.ts +0 -3
  12. package/dist/dts/accordion-item/accordion-item.options.d.ts +4 -4
  13. package/dist/dts/accordion-item/accordion-item.template.d.ts +2 -1
  14. package/dist/dts/accordion-item/index.d.ts +3 -2
  15. package/dist/dts/anchor-button/anchor-button.bench.d.ts +3 -0
  16. package/dist/dts/anchor-button/anchor-button.d.ts +185 -26
  17. package/dist/dts/anchor-button/anchor-button.definition.d.ts +0 -3
  18. package/dist/dts/anchor-button/anchor-button.options.d.ts +43 -6
  19. package/dist/dts/anchor-button/anchor-button.template.d.ts +7 -2
  20. package/dist/dts/anchor-button/index.d.ts +4 -3
  21. package/dist/dts/avatar/avatar.bench.d.ts +3 -0
  22. package/dist/dts/avatar/avatar.d.ts +52 -24
  23. package/dist/dts/avatar/avatar.options.d.ts +7 -7
  24. package/dist/dts/avatar/index.d.ts +2 -2
  25. package/dist/dts/badge/badge.bench.d.ts +3 -0
  26. package/dist/dts/badge/badge.d.ts +31 -1
  27. package/dist/dts/badge/badge.definition.d.ts +0 -3
  28. package/dist/dts/badge/badge.options.d.ts +7 -7
  29. package/dist/dts/badge/index.d.ts +2 -2
  30. package/dist/dts/button/button.bench.d.ts +3 -0
  31. package/dist/dts/button/button.d.ts +284 -23
  32. package/dist/dts/button/button.definition.d.ts +2 -3
  33. package/dist/dts/button/button.options.d.ts +42 -7
  34. package/dist/dts/button/button.styles.d.ts +9 -0
  35. package/dist/dts/button/button.template.d.ts +8 -0
  36. package/dist/dts/button/index.d.ts +5 -4
  37. package/dist/dts/checkbox/checkbox.bench.d.ts +3 -0
  38. package/dist/dts/checkbox/checkbox.d.ts +343 -15
  39. package/dist/dts/checkbox/checkbox.options.d.ts +15 -12
  40. package/dist/dts/checkbox/checkbox.template.d.ts +7 -1
  41. package/dist/dts/checkbox/index.d.ts +4 -3
  42. package/dist/dts/compound-button/compound-button.bench.d.ts +3 -0
  43. package/dist/dts/compound-button/compound-button.definition.d.ts +0 -3
  44. package/dist/dts/compound-button/compound-button.options.d.ts +5 -10
  45. package/dist/dts/compound-button/index.d.ts +2 -2
  46. package/dist/dts/counter-badge/counter-badge.bench.d.ts +3 -0
  47. package/dist/dts/counter-badge/counter-badge.d.ts +37 -1
  48. package/dist/dts/counter-badge/counter-badge.definition.d.ts +0 -4
  49. package/dist/dts/counter-badge/counter-badge.options.d.ts +6 -6
  50. package/dist/dts/counter-badge/index.d.ts +2 -2
  51. package/dist/dts/dialog/dialog.bench.d.ts +3 -0
  52. package/dist/dts/dialog/dialog.d.ts +12 -146
  53. package/dist/dts/dialog/dialog.options.d.ts +3 -3
  54. package/dist/dts/dialog/index.d.ts +2 -1
  55. package/dist/dts/dialog-body/define.d.ts +1 -0
  56. package/dist/dts/dialog-body/dialog-body.bench.d.ts +3 -0
  57. package/dist/dts/dialog-body/dialog-body.d.ts +14 -0
  58. package/dist/dts/dialog-body/dialog-body.definition.d.ts +9 -0
  59. package/dist/dts/dialog-body/dialog-body.styles.d.ts +4 -0
  60. package/dist/dts/dialog-body/dialog-body.template.d.ts +6 -0
  61. package/dist/dts/dialog-body/index.d.ts +4 -0
  62. package/dist/dts/divider/divider.bench.d.ts +3 -0
  63. package/dist/dts/divider/divider.d.ts +74 -12
  64. package/dist/dts/divider/divider.options.d.ts +32 -9
  65. package/dist/dts/divider/divider.template.d.ts +1 -0
  66. package/dist/dts/divider/index.d.ts +2 -2
  67. package/dist/dts/drawer/define.d.ts +1 -0
  68. package/dist/dts/drawer/drawer.d.ts +93 -0
  69. package/dist/dts/drawer/drawer.definition.d.ts +8 -0
  70. package/dist/dts/drawer/drawer.options.d.ts +40 -0
  71. package/dist/dts/drawer/drawer.styles.d.ts +4 -0
  72. package/dist/dts/drawer/drawer.template.d.ts +8 -0
  73. package/dist/dts/drawer/index.d.ts +5 -0
  74. package/dist/dts/drawer-body/define.d.ts +1 -0
  75. package/dist/dts/drawer-body/drawer-body.d.ts +20 -0
  76. package/dist/dts/drawer-body/drawer-body.definition.d.ts +8 -0
  77. package/dist/dts/drawer-body/drawer-body.styles.d.ts +4 -0
  78. package/dist/dts/drawer-body/drawer-body.template.d.ts +8 -0
  79. package/dist/dts/drawer-body/index.d.ts +4 -0
  80. package/dist/dts/field/define.d.ts +1 -0
  81. package/dist/dts/field/field.bench.d.ts +3 -0
  82. package/dist/dts/field/field.d.ts +136 -0
  83. package/dist/dts/field/field.definition.d.ts +9 -0
  84. package/dist/dts/field/field.options.d.ts +43 -0
  85. package/dist/dts/field/field.styles.d.ts +6 -0
  86. package/dist/dts/field/field.template.d.ts +6 -0
  87. package/dist/dts/field/index.d.ts +6 -0
  88. package/dist/dts/form-associated/form-associated.d.ts +104 -0
  89. package/dist/dts/helpers.tests.d.ts +22 -0
  90. package/dist/dts/image/image.bench.d.ts +3 -0
  91. package/dist/dts/image/image.d.ts +36 -0
  92. package/dist/dts/image/image.options.d.ts +3 -4
  93. package/dist/dts/image/index.d.ts +2 -2
  94. package/dist/dts/index-rollup.d.ts +38 -1
  95. package/dist/dts/index.d.ts +61 -31
  96. package/dist/dts/label/index.d.ts +2 -1
  97. package/dist/dts/label/label.bench.d.ts +3 -0
  98. package/dist/dts/label/label.d.ts +24 -2
  99. package/dist/dts/label/label.options.d.ts +3 -3
  100. package/dist/dts/link/define.d.ts +1 -0
  101. package/dist/dts/link/index.d.ts +5 -0
  102. package/dist/dts/link/link.bench.d.ts +3 -0
  103. package/dist/dts/link/link.d.ts +45 -0
  104. package/dist/dts/link/link.definition.d.ts +7 -0
  105. package/dist/dts/link/link.options.d.ts +52 -0
  106. package/dist/dts/link/link.styles.d.ts +1 -0
  107. package/dist/dts/link/link.template.d.ts +12 -0
  108. package/dist/dts/menu/index.d.ts +1 -1
  109. package/dist/dts/menu/menu.bench.d.ts +3 -0
  110. package/dist/dts/menu/menu.d.ts +86 -57
  111. package/dist/dts/menu-button/index.d.ts +4 -3
  112. package/dist/dts/menu-button/menu-button.bench.d.ts +3 -0
  113. package/dist/dts/menu-button/menu-button.definition.d.ts +0 -3
  114. package/dist/dts/menu-button/menu-button.options.d.ts +6 -7
  115. package/dist/dts/menu-item/index.d.ts +5 -3
  116. package/dist/dts/menu-item/menu-item.bench.d.ts +3 -0
  117. package/dist/dts/menu-item/menu-item.d.ts +144 -5
  118. package/dist/dts/menu-item/menu-item.definition.d.ts +0 -4
  119. package/dist/dts/menu-item/menu-item.options.d.ts +30 -0
  120. package/dist/dts/menu-item/menu-item.template.d.ts +2 -1
  121. package/dist/dts/menu-list/index.d.ts +1 -1
  122. package/dist/dts/menu-list/menu-list.bench.d.ts +3 -0
  123. package/dist/dts/menu-list/menu-list.d.ts +73 -4
  124. package/dist/dts/menu-list/menu-list.definition.d.ts +0 -4
  125. package/dist/dts/menu-list/menu-list.template.d.ts +1 -0
  126. package/dist/dts/message-bar/define.d.ts +1 -0
  127. package/dist/dts/message-bar/index.d.ts +5 -0
  128. package/dist/dts/message-bar/message-bar.bench.d.ts +3 -0
  129. package/dist/dts/message-bar/message-bar.d.ts +66 -0
  130. package/dist/dts/message-bar/message-bar.definition.d.ts +9 -0
  131. package/dist/dts/message-bar/message-bar.options.d.ts +30 -0
  132. package/dist/dts/message-bar/message-bar.styles.d.ts +7 -0
  133. package/dist/dts/message-bar/message-bar.template.d.ts +14 -0
  134. package/dist/dts/patterns/aria-globals.d.ts +189 -0
  135. package/dist/dts/patterns/index.d.ts +2 -0
  136. package/dist/dts/patterns/start-end.d.ts +44 -0
  137. package/dist/dts/progress-bar/index.d.ts +2 -2
  138. package/dist/dts/progress-bar/progress-bar.bench.d.ts +3 -0
  139. package/dist/dts/progress-bar/progress-bar.d.ts +89 -13
  140. package/dist/dts/progress-bar/progress-bar.options.d.ts +4 -4
  141. package/dist/dts/progress-bar/progress-bar.template.d.ts +1 -0
  142. package/dist/dts/radio/index.d.ts +2 -1
  143. package/dist/dts/radio/radio.bench.d.ts +3 -0
  144. package/dist/dts/radio/radio.d.ts +57 -3
  145. package/dist/dts/radio/radio.options.d.ts +14 -0
  146. package/dist/dts/radio/radio.styles.d.ts +3 -1
  147. package/dist/dts/radio/radio.template.d.ts +13 -0
  148. package/dist/dts/radio-group/index.d.ts +2 -2
  149. package/dist/dts/radio-group/radio-group.bench.d.ts +3 -0
  150. package/dist/dts/radio-group/radio-group.d.ts +257 -6
  151. package/dist/dts/radio-group/radio-group.options.d.ts +17 -0
  152. package/dist/dts/radio-group/radio-group.template.d.ts +2 -1
  153. package/dist/dts/rating-display/define.d.ts +1 -0
  154. package/dist/dts/rating-display/index.d.ts +5 -0
  155. package/dist/dts/rating-display/rating-display.d.ts +150 -0
  156. package/dist/dts/rating-display/rating-display.definition.d.ts +9 -0
  157. package/dist/dts/rating-display/rating-display.options.d.ts +29 -0
  158. package/dist/dts/rating-display/rating-display.styles.d.ts +6 -0
  159. package/dist/dts/rating-display/rating-display.template.d.ts +14 -0
  160. package/dist/dts/slider/index.d.ts +3 -2
  161. package/dist/dts/slider/slider-utilities.d.ts +5 -0
  162. package/dist/dts/slider/slider.bench.d.ts +3 -0
  163. package/dist/dts/slider/slider.d.ts +341 -6
  164. package/dist/dts/slider/slider.form-associated.d.ts +14 -0
  165. package/dist/dts/slider/slider.options.d.ts +44 -3
  166. package/dist/dts/slider/slider.template.d.ts +4 -2
  167. package/dist/dts/spinner/index.d.ts +2 -2
  168. package/dist/dts/spinner/spinner.bench.d.ts +3 -0
  169. package/dist/dts/spinner/spinner.d.ts +29 -4
  170. package/dist/dts/spinner/spinner.definition.d.ts +0 -4
  171. package/dist/dts/spinner/spinner.options.d.ts +3 -3
  172. package/dist/dts/spinner/spinner.template.d.ts +1 -2
  173. package/dist/dts/styles/partials/index.d.ts +1 -0
  174. package/dist/dts/styles/partials/typography.partials.d.ts +18 -0
  175. package/dist/dts/styles/states/index.d.ts +600 -0
  176. package/dist/dts/switch/index.d.ts +3 -2
  177. package/dist/dts/switch/switch.bench.d.ts +3 -0
  178. package/dist/dts/switch/switch.d.ts +7 -12
  179. package/dist/dts/switch/switch.form-associated.d.ts +14 -0
  180. package/dist/dts/switch/switch.options.d.ts +2 -2
  181. package/dist/dts/switch/switch.template.d.ts +2 -1
  182. package/dist/dts/tab/index.d.ts +4 -3
  183. package/dist/dts/tab/tab.bench.d.ts +3 -0
  184. package/dist/dts/tab/tab.d.ts +17 -2
  185. package/dist/dts/tab/tab.template.d.ts +3 -3
  186. package/dist/dts/tab-panel/index.d.ts +1 -1
  187. package/dist/dts/tab-panel/tab-panel.bench.d.ts +3 -0
  188. package/dist/dts/tab-panel/tab-panel.d.ts +2 -2
  189. package/dist/dts/tab-panel/tab-panel.template.d.ts +4 -1
  190. package/dist/dts/tablist/define.d.ts +1 -0
  191. package/dist/dts/tablist/index.d.ts +5 -0
  192. package/dist/dts/tablist/tablist.bench.d.ts +3 -0
  193. package/dist/dts/tablist/tablist.d.ts +191 -0
  194. package/dist/dts/tablist/tablist.definition.d.ts +7 -0
  195. package/dist/dts/tablist/tablist.options.d.ts +44 -0
  196. package/dist/dts/tablist/tablist.styles.d.ts +4 -0
  197. package/dist/dts/tablist/tablist.template.d.ts +5 -0
  198. package/dist/dts/tabs/index.d.ts +5 -4
  199. package/dist/dts/tabs/tabs.bench.d.ts +3 -0
  200. package/dist/dts/tabs/tabs.d.ts +102 -13
  201. package/dist/dts/tabs/tabs.options.d.ts +23 -5
  202. package/dist/dts/tabs/tabs.template.d.ts +5 -1
  203. package/dist/dts/text/index.d.ts +2 -2
  204. package/dist/dts/text/text.bench.d.ts +3 -0
  205. package/dist/dts/text/text.d.ts +40 -1
  206. package/dist/dts/text/text.options.d.ts +5 -5
  207. package/dist/dts/text-input/index.d.ts +5 -5
  208. package/dist/dts/text-input/text-input.bench.d.ts +3 -0
  209. package/dist/dts/text-input/text-input.d.ts +415 -11
  210. package/dist/dts/text-input/text-input.definition.d.ts +2 -3
  211. package/dist/dts/text-input/text-input.options.d.ts +31 -10
  212. package/dist/dts/text-input/text-input.styles.d.ts +5 -2
  213. package/dist/dts/text-input/text-input.template.d.ts +8 -1
  214. package/dist/dts/textarea/define.d.ts +1 -0
  215. package/dist/dts/textarea/index.d.ts +5 -0
  216. package/dist/dts/textarea/textarea.bench.d.ts +3 -0
  217. package/dist/dts/textarea/textarea.d.ts +390 -0
  218. package/dist/dts/textarea/textarea.definition.d.ts +9 -0
  219. package/dist/dts/textarea/textarea.options.d.ts +49 -0
  220. package/dist/dts/textarea/textarea.styles.d.ts +7 -0
  221. package/dist/dts/textarea/textarea.template.d.ts +12 -0
  222. package/dist/dts/theme/design-tokens.d.ts +2220 -384
  223. package/dist/dts/theme/index.d.ts +1 -1
  224. package/dist/dts/theme/set-theme.d.ts +27 -5
  225. package/dist/dts/theme/set-theme.global.bench.d.ts +3 -0
  226. package/dist/dts/theme/set-theme.local.bench.d.ts +3 -0
  227. package/dist/dts/theme/set-theme.shadow.bench.d.ts +3 -0
  228. package/dist/dts/toggle-button/index.d.ts +5 -4
  229. package/dist/dts/toggle-button/toggle-button.bench.d.ts +3 -0
  230. package/dist/dts/toggle-button/toggle-button.d.ts +29 -26
  231. package/dist/dts/toggle-button/toggle-button.definition.d.ts +0 -2
  232. package/dist/dts/toggle-button/toggle-button.options.d.ts +6 -7
  233. package/dist/dts/toggle-button/toggle-button.styles.d.ts +7 -0
  234. package/dist/dts/utils/behaviors/match-media-stylesheet-behavior.d.ts +124 -0
  235. package/dist/dts/utils/benchmark-dependencies/tokens.d.ts +1 -0
  236. package/dist/dts/utils/benchmark-wrapper.d.ts +2 -0
  237. package/dist/dts/utils/converters.d.ts +17 -0
  238. package/dist/dts/utils/direction.d.ts +10 -0
  239. package/dist/dts/utils/display.d.ts +17 -0
  240. package/dist/dts/utils/element-internals.d.ts +35 -0
  241. package/dist/dts/utils/focusable-element.d.ts +3 -0
  242. package/dist/dts/utils/index.d.ts +7 -0
  243. package/dist/dts/utils/root-active-element.d.ts +1 -0
  244. package/dist/dts/utils/template-helpers.d.ts +16 -0
  245. package/dist/dts/utils/typings.d.ts +6 -0
  246. package/dist/dts/utils/whitespace-filter.d.ts +12 -0
  247. package/dist/esm/accordion/accordion.bench.js +30 -0
  248. package/dist/esm/accordion/accordion.bench.js.map +1 -0
  249. package/dist/esm/accordion/accordion.definition.js +0 -4
  250. package/dist/esm/accordion/accordion.definition.js.map +1 -1
  251. package/dist/esm/accordion/accordion.js +172 -3
  252. package/dist/esm/accordion/accordion.js.map +1 -1
  253. package/dist/esm/accordion/accordion.options.js +9 -0
  254. package/dist/esm/accordion/accordion.options.js.map +1 -0
  255. package/dist/esm/accordion/accordion.styles.js +1 -1
  256. package/dist/esm/accordion/accordion.styles.js.map +1 -1
  257. package/dist/esm/accordion/accordion.template.js +11 -1
  258. package/dist/esm/accordion/accordion.template.js.map +1 -1
  259. package/dist/esm/accordion/index.js +2 -1
  260. package/dist/esm/accordion/index.js.map +1 -1
  261. package/dist/esm/accordion-item/accordion-item.bench.js +14 -0
  262. package/dist/esm/accordion-item/accordion-item.bench.js.map +1 -0
  263. package/dist/esm/accordion-item/accordion-item.definition.js +0 -3
  264. package/dist/esm/accordion-item/accordion-item.definition.js.map +1 -1
  265. package/dist/esm/accordion-item/accordion-item.js +138 -13
  266. package/dist/esm/accordion-item/accordion-item.js.map +1 -1
  267. package/dist/esm/accordion-item/accordion-item.options.js +1 -1
  268. package/dist/esm/accordion-item/accordion-item.options.js.map +1 -1
  269. package/dist/esm/accordion-item/accordion-item.styles.js +63 -85
  270. package/dist/esm/accordion-item/accordion-item.styles.js.map +1 -1
  271. package/dist/esm/accordion-item/accordion-item.template.js +30 -4
  272. package/dist/esm/accordion-item/accordion-item.template.js.map +1 -1
  273. package/dist/esm/accordion-item/index.js +2 -2
  274. package/dist/esm/accordion-item/index.js.map +1 -1
  275. package/dist/esm/anchor-button/anchor-button.bench.js +11 -0
  276. package/dist/esm/anchor-button/anchor-button.bench.js.map +1 -0
  277. package/dist/esm/anchor-button/anchor-button.definition.js +0 -6
  278. package/dist/esm/anchor-button/anchor-button.definition.js.map +1 -1
  279. package/dist/esm/anchor-button/anchor-button.js +193 -60
  280. package/dist/esm/anchor-button/anchor-button.js.map +1 -1
  281. package/dist/esm/anchor-button/anchor-button.options.js +26 -0
  282. package/dist/esm/anchor-button/anchor-button.options.js.map +1 -1
  283. package/dist/esm/anchor-button/anchor-button.styles.js +12 -5
  284. package/dist/esm/anchor-button/anchor-button.styles.js.map +1 -1
  285. package/dist/esm/anchor-button/anchor-button.template.js +21 -1
  286. package/dist/esm/anchor-button/anchor-button.template.js.map +1 -1
  287. package/dist/esm/anchor-button/index.js +3 -3
  288. package/dist/esm/anchor-button/index.js.map +1 -1
  289. package/dist/esm/avatar/avatar.bench.js +10 -0
  290. package/dist/esm/avatar/avatar.bench.js.map +1 -0
  291. package/dist/esm/avatar/avatar.js +66 -37
  292. package/dist/esm/avatar/avatar.js.map +1 -1
  293. package/dist/esm/avatar/avatar.styles.js +133 -132
  294. package/dist/esm/avatar/avatar.styles.js.map +1 -1
  295. package/dist/esm/avatar/avatar.template.js +2 -4
  296. package/dist/esm/avatar/avatar.template.js.map +1 -1
  297. package/dist/esm/avatar/index.js +2 -2
  298. package/dist/esm/avatar/index.js.map +1 -1
  299. package/dist/esm/badge/badge.bench.js +11 -0
  300. package/dist/esm/badge/badge.bench.js.map +1 -0
  301. package/dist/esm/badge/badge.definition.js +0 -3
  302. package/dist/esm/badge/badge.definition.js.map +1 -1
  303. package/dist/esm/badge/badge.js +61 -7
  304. package/dist/esm/badge/badge.js.map +1 -1
  305. package/dist/esm/badge/badge.styles.js +17 -9
  306. package/dist/esm/badge/badge.styles.js.map +1 -1
  307. package/dist/esm/badge/badge.template.js +2 -2
  308. package/dist/esm/badge/badge.template.js.map +1 -1
  309. package/dist/esm/badge/index.js +2 -2
  310. package/dist/esm/badge/index.js.map +1 -1
  311. package/dist/esm/button/button.bench.js +11 -0
  312. package/dist/esm/button/button.bench.js.map +1 -0
  313. package/dist/esm/button/button.definition.js +2 -6
  314. package/dist/esm/button/button.definition.js.map +1 -1
  315. package/dist/esm/button/button.js +331 -38
  316. package/dist/esm/button/button.js.map +1 -1
  317. package/dist/esm/button/button.options.js +20 -1
  318. package/dist/esm/button/button.options.js.map +1 -1
  319. package/dist/esm/button/button.styles.js +154 -136
  320. package/dist/esm/button/button.styles.js.map +1 -1
  321. package/dist/esm/button/button.template.js +23 -1
  322. package/dist/esm/button/button.template.js.map +1 -1
  323. package/dist/esm/button/index.js +4 -4
  324. package/dist/esm/button/index.js.map +1 -1
  325. package/dist/esm/checkbox/checkbox.bench.js +11 -0
  326. package/dist/esm/checkbox/checkbox.bench.js.map +1 -0
  327. package/dist/esm/checkbox/checkbox.definition.js +1 -1
  328. package/dist/esm/checkbox/checkbox.definition.js.map +1 -1
  329. package/dist/esm/checkbox/checkbox.js +447 -13
  330. package/dist/esm/checkbox/checkbox.js.map +1 -1
  331. package/dist/esm/checkbox/checkbox.options.js +0 -8
  332. package/dist/esm/checkbox/checkbox.options.js.map +1 -1
  333. package/dist/esm/checkbox/checkbox.styles.js +141 -128
  334. package/dist/esm/checkbox/checkbox.styles.js.map +1 -1
  335. package/dist/esm/checkbox/checkbox.template.js +34 -17
  336. package/dist/esm/checkbox/checkbox.template.js.map +1 -1
  337. package/dist/esm/checkbox/index.js +3 -3
  338. package/dist/esm/checkbox/index.js.map +1 -1
  339. package/dist/esm/compound-button/compound-button.bench.js +15 -0
  340. package/dist/esm/compound-button/compound-button.bench.js.map +1 -0
  341. package/dist/esm/compound-button/compound-button.definition.js +0 -6
  342. package/dist/esm/compound-button/compound-button.definition.js.map +1 -1
  343. package/dist/esm/compound-button/compound-button.options.js.map +1 -1
  344. package/dist/esm/compound-button/compound-button.styles.js +34 -35
  345. package/dist/esm/compound-button/compound-button.styles.js.map +1 -1
  346. package/dist/esm/compound-button/compound-button.template.js +4 -40
  347. package/dist/esm/compound-button/compound-button.template.js.map +1 -1
  348. package/dist/esm/compound-button/index.js +2 -2
  349. package/dist/esm/compound-button/index.js.map +1 -1
  350. package/dist/esm/counter-badge/counter-badge.bench.js +11 -0
  351. package/dist/esm/counter-badge/counter-badge.bench.js.map +1 -0
  352. package/dist/esm/counter-badge/counter-badge.definition.js +0 -4
  353. package/dist/esm/counter-badge/counter-badge.definition.js.map +1 -1
  354. package/dist/esm/counter-badge/counter-badge.js +69 -7
  355. package/dist/esm/counter-badge/counter-badge.js.map +1 -1
  356. package/dist/esm/counter-badge/counter-badge.styles.js +9 -8
  357. package/dist/esm/counter-badge/counter-badge.styles.js.map +1 -1
  358. package/dist/esm/counter-badge/index.js +2 -2
  359. package/dist/esm/counter-badge/index.js.map +1 -1
  360. package/dist/esm/dialog/dialog.bench.js +11 -0
  361. package/dist/esm/dialog/dialog.bench.js.map +1 -0
  362. package/dist/esm/dialog/dialog.js +33 -312
  363. package/dist/esm/dialog/dialog.js.map +1 -1
  364. package/dist/esm/dialog/dialog.options.js +1 -1
  365. package/dist/esm/dialog/dialog.options.js.map +1 -1
  366. package/dist/esm/dialog/dialog.styles.js +69 -85
  367. package/dist/esm/dialog/dialog.styles.js.map +1 -1
  368. package/dist/esm/dialog/dialog.template.js +17 -54
  369. package/dist/esm/dialog/dialog.template.js.map +1 -1
  370. package/dist/esm/dialog/index.js +2 -1
  371. package/dist/esm/dialog/index.js.map +1 -1
  372. package/dist/esm/dialog-body/define.js +4 -0
  373. package/dist/esm/dialog-body/define.js.map +1 -0
  374. package/dist/esm/dialog-body/dialog-body.bench.js +11 -0
  375. package/dist/esm/dialog-body/dialog-body.bench.js.map +1 -0
  376. package/dist/esm/dialog-body/dialog-body.definition.js +17 -0
  377. package/dist/esm/dialog-body/dialog-body.definition.js.map +1 -0
  378. package/dist/esm/dialog-body/dialog-body.js +22 -0
  379. package/dist/esm/dialog-body/dialog-body.js.map +1 -0
  380. package/dist/esm/dialog-body/dialog-body.styles.js +79 -0
  381. package/dist/esm/dialog-body/dialog-body.styles.js.map +1 -0
  382. package/dist/esm/dialog-body/dialog-body.template.js +42 -0
  383. package/dist/esm/dialog-body/dialog-body.template.js.map +1 -0
  384. package/dist/esm/dialog-body/index.js +5 -0
  385. package/dist/esm/dialog-body/index.js.map +1 -0
  386. package/dist/esm/divider/divider.bench.js +10 -0
  387. package/dist/esm/divider/divider.bench.js.map +1 -0
  388. package/dist/esm/divider/divider.js +104 -12
  389. package/dist/esm/divider/divider.js.map +1 -1
  390. package/dist/esm/divider/divider.options.js +14 -6
  391. package/dist/esm/divider/divider.options.js.map +1 -1
  392. package/dist/esm/divider/divider.styles.js +45 -44
  393. package/dist/esm/divider/divider.styles.js.map +1 -1
  394. package/dist/esm/divider/divider.template.js +4 -1
  395. package/dist/esm/divider/divider.template.js.map +1 -1
  396. package/dist/esm/divider/index.js +2 -2
  397. package/dist/esm/divider/index.js.map +1 -1
  398. package/dist/esm/drawer/define.js +4 -0
  399. package/dist/esm/drawer/define.js.map +1 -0
  400. package/dist/esm/drawer/drawer.definition.js +16 -0
  401. package/dist/esm/drawer/drawer.definition.js.map +1 -0
  402. package/dist/esm/drawer/drawer.js +132 -0
  403. package/dist/esm/drawer/drawer.js.map +1 -0
  404. package/dist/esm/drawer/drawer.options.js +25 -0
  405. package/dist/esm/drawer/drawer.options.js.map +1 -0
  406. package/dist/esm/drawer/drawer.styles.js +138 -0
  407. package/dist/esm/drawer/drawer.styles.js.map +1 -0
  408. package/dist/esm/drawer/drawer.template.js +28 -0
  409. package/dist/esm/drawer/drawer.template.js.map +1 -0
  410. package/dist/esm/drawer/index.js +6 -0
  411. package/dist/esm/drawer/index.js.map +1 -0
  412. package/dist/esm/drawer-body/define.js +4 -0
  413. package/dist/esm/drawer-body/define.js.map +1 -0
  414. package/dist/esm/drawer-body/drawer-body.definition.js +16 -0
  415. package/dist/esm/drawer-body/drawer-body.definition.js.map +1 -0
  416. package/dist/esm/drawer-body/drawer-body.js +21 -0
  417. package/dist/esm/drawer-body/drawer-body.js.map +1 -0
  418. package/dist/esm/drawer-body/drawer-body.styles.js +31 -0
  419. package/dist/esm/drawer-body/drawer-body.styles.js.map +1 -0
  420. package/dist/esm/drawer-body/drawer-body.template.js +21 -0
  421. package/dist/esm/drawer-body/drawer-body.template.js.map +1 -0
  422. package/dist/esm/drawer-body/index.js +5 -0
  423. package/dist/esm/drawer-body/index.js.map +1 -0
  424. package/dist/esm/field/define.js +4 -0
  425. package/dist/esm/field/define.js.map +1 -0
  426. package/dist/esm/field/field.bench.js +10 -0
  427. package/dist/esm/field/field.bench.js.map +1 -0
  428. package/dist/esm/field/field.definition.js +20 -0
  429. package/dist/esm/field/field.definition.js.map +1 -0
  430. package/dist/esm/field/field.js +212 -0
  431. package/dist/esm/field/field.js.map +1 -0
  432. package/dist/esm/field/field.options.js +27 -0
  433. package/dist/esm/field/field.options.js.map +1 -0
  434. package/dist/esm/field/field.styles.js +135 -0
  435. package/dist/esm/field/field.styles.js.map +1 -0
  436. package/dist/esm/field/field.template.js +26 -0
  437. package/dist/esm/field/field.template.js.map +1 -0
  438. package/dist/esm/field/index.js +6 -0
  439. package/dist/esm/field/index.js.map +1 -0
  440. package/dist/esm/form-associated/form-associated.js +458 -0
  441. package/dist/esm/form-associated/form-associated.js.map +1 -0
  442. package/dist/esm/helpers.tests.js +44 -0
  443. package/dist/esm/helpers.tests.js.map +1 -1
  444. package/dist/esm/image/image.bench.js +14 -0
  445. package/dist/esm/image/image.bench.js.map +1 -0
  446. package/dist/esm/image/image.js +61 -6
  447. package/dist/esm/image/image.js.map +1 -1
  448. package/dist/esm/image/image.options.js +0 -1
  449. package/dist/esm/image/image.options.js.map +1 -1
  450. package/dist/esm/image/image.styles.js +14 -13
  451. package/dist/esm/image/image.styles.js.map +1 -1
  452. package/dist/esm/image/index.js +2 -2
  453. package/dist/esm/image/index.js.map +1 -1
  454. package/dist/esm/index-rollup.js +38 -1
  455. package/dist/esm/index-rollup.js.map +1 -1
  456. package/dist/esm/index.js +46 -31
  457. package/dist/esm/index.js.map +1 -1
  458. package/dist/esm/label/index.js +2 -1
  459. package/dist/esm/label/index.js.map +1 -1
  460. package/dist/esm/label/label.bench.js +11 -0
  461. package/dist/esm/label/label.bench.js.map +1 -0
  462. package/dist/esm/label/label.js +42 -6
  463. package/dist/esm/label/label.js.map +1 -1
  464. package/dist/esm/label/label.styles.js +28 -21
  465. package/dist/esm/label/label.styles.js.map +1 -1
  466. package/dist/esm/link/define.js +4 -0
  467. package/dist/esm/link/define.js.map +1 -0
  468. package/dist/esm/link/index.js +6 -0
  469. package/dist/esm/link/index.js.map +1 -0
  470. package/dist/esm/link/link.bench.js +11 -0
  471. package/dist/esm/link/link.bench.js.map +1 -0
  472. package/dist/esm/link/link.definition.js +15 -0
  473. package/dist/esm/link/link.definition.js.map +1 -0
  474. package/dist/esm/link/link.js +58 -0
  475. package/dist/esm/link/link.js.map +1 -0
  476. package/dist/esm/link/link.options.js +21 -0
  477. package/dist/esm/link/link.options.js.map +1 -0
  478. package/dist/esm/link/link.styles.js +72 -0
  479. package/dist/esm/link/link.styles.js.map +1 -0
  480. package/dist/esm/link/link.template.js +22 -0
  481. package/dist/esm/link/link.template.js.map +1 -0
  482. package/dist/esm/menu/index.js +1 -1
  483. package/dist/esm/menu/index.js.map +1 -1
  484. package/dist/esm/menu/menu.bench.js +31 -0
  485. package/dist/esm/menu/menu.bench.js.map +1 -0
  486. package/dist/esm/menu/menu.js +146 -175
  487. package/dist/esm/menu/menu.js.map +1 -1
  488. package/dist/esm/menu/menu.styles.js +53 -9
  489. package/dist/esm/menu/menu.styles.js.map +1 -1
  490. package/dist/esm/menu/menu.template.js +3 -9
  491. package/dist/esm/menu/menu.template.js.map +1 -1
  492. package/dist/esm/menu-button/index.js +3 -3
  493. package/dist/esm/menu-button/index.js.map +1 -1
  494. package/dist/esm/menu-button/menu-button.bench.js +11 -0
  495. package/dist/esm/menu-button/menu-button.bench.js.map +1 -0
  496. package/dist/esm/menu-button/menu-button.definition.js +0 -6
  497. package/dist/esm/menu-button/menu-button.definition.js.map +1 -1
  498. package/dist/esm/menu-button/menu-button.options.js.map +1 -1
  499. package/dist/esm/menu-button/menu-button.template.js +6 -2
  500. package/dist/esm/menu-button/menu-button.template.js.map +1 -1
  501. package/dist/esm/menu-item/index.js +4 -3
  502. package/dist/esm/menu-item/index.js.map +1 -1
  503. package/dist/esm/menu-item/menu-item.bench.js +11 -0
  504. package/dist/esm/menu-item/menu-item.bench.js.map +1 -0
  505. package/dist/esm/menu-item/menu-item.definition.js +0 -4
  506. package/dist/esm/menu-item/menu-item.definition.js.map +1 -1
  507. package/dist/esm/menu-item/menu-item.js +261 -4
  508. package/dist/esm/menu-item/menu-item.js.map +1 -1
  509. package/dist/esm/menu-item/menu-item.options.js +27 -0
  510. package/dist/esm/menu-item/menu-item.options.js.map +1 -0
  511. package/dist/esm/menu-item/menu-item.styles.js +107 -131
  512. package/dist/esm/menu-item/menu-item.styles.js.map +1 -1
  513. package/dist/esm/menu-item/menu-item.template.js +30 -7
  514. package/dist/esm/menu-item/menu-item.template.js.map +1 -1
  515. package/dist/esm/menu-list/index.js +1 -1
  516. package/dist/esm/menu-list/index.js.map +1 -1
  517. package/dist/esm/menu-list/menu-list.bench.js +21 -0
  518. package/dist/esm/menu-list/menu-list.bench.js.map +1 -0
  519. package/dist/esm/menu-list/menu-list.definition.js +0 -4
  520. package/dist/esm/menu-list/menu-list.definition.js.map +1 -1
  521. package/dist/esm/menu-list/menu-list.js +239 -16
  522. package/dist/esm/menu-list/menu-list.js.map +1 -1
  523. package/dist/esm/menu-list/menu-list.styles.js +5 -5
  524. package/dist/esm/menu-list/menu-list.styles.js.map +1 -1
  525. package/dist/esm/menu-list/menu-list.template.js +12 -1
  526. package/dist/esm/menu-list/menu-list.template.js.map +1 -1
  527. package/dist/esm/message-bar/define.js +4 -0
  528. package/dist/esm/message-bar/define.js.map +1 -0
  529. package/dist/esm/message-bar/index.js +6 -0
  530. package/dist/esm/message-bar/index.js.map +1 -0
  531. package/dist/esm/message-bar/message-bar.bench.js +56 -0
  532. package/dist/esm/message-bar/message-bar.bench.js.map +1 -0
  533. package/dist/esm/message-bar/message-bar.definition.js +20 -0
  534. package/dist/esm/message-bar/message-bar.definition.js.map +1 -0
  535. package/dist/esm/message-bar/message-bar.js +79 -0
  536. package/dist/esm/message-bar/message-bar.js.map +1 -0
  537. package/dist/esm/message-bar/message-bar.options.js +27 -0
  538. package/dist/esm/message-bar/message-bar.options.js.map +1 -0
  539. package/dist/esm/message-bar/message-bar.styles.js +108 -0
  540. package/dist/esm/message-bar/message-bar.styles.js.map +1 -0
  541. package/dist/esm/message-bar/message-bar.template.js +25 -0
  542. package/dist/esm/message-bar/message-bar.template.js.map +1 -0
  543. package/dist/esm/patterns/aria-globals.js +72 -0
  544. package/dist/esm/patterns/aria-globals.js.map +1 -0
  545. package/dist/esm/patterns/index.js +3 -0
  546. package/dist/esm/patterns/index.js.map +1 -0
  547. package/dist/esm/patterns/start-end.js +29 -0
  548. package/dist/esm/patterns/start-end.js.map +1 -0
  549. package/dist/esm/progress-bar/index.js +2 -2
  550. package/dist/esm/progress-bar/index.js.map +1 -1
  551. package/dist/esm/progress-bar/progress-bar.bench.js +10 -0
  552. package/dist/esm/progress-bar/progress-bar.bench.js.map +1 -0
  553. package/dist/esm/progress-bar/progress-bar.js +117 -16
  554. package/dist/esm/progress-bar/progress-bar.js.map +1 -1
  555. package/dist/esm/progress-bar/progress-bar.options.js.map +1 -1
  556. package/dist/esm/progress-bar/progress-bar.styles.js +51 -129
  557. package/dist/esm/progress-bar/progress-bar.styles.js.map +1 -1
  558. package/dist/esm/progress-bar/progress-bar.template.js +11 -5
  559. package/dist/esm/progress-bar/progress-bar.template.js.map +1 -1
  560. package/dist/esm/radio/index.js +1 -1
  561. package/dist/esm/radio/index.js.map +1 -1
  562. package/dist/esm/radio/radio.bench.js +11 -0
  563. package/dist/esm/radio/radio.bench.js.map +1 -0
  564. package/dist/esm/radio/radio.js +78 -3
  565. package/dist/esm/radio/radio.js.map +1 -1
  566. package/dist/esm/radio/radio.options.js +2 -0
  567. package/dist/esm/radio/radio.options.js.map +1 -0
  568. package/dist/esm/radio/radio.styles.js +97 -90
  569. package/dist/esm/radio/radio.styles.js.map +1 -1
  570. package/dist/esm/radio/radio.template.js +27 -4
  571. package/dist/esm/radio/radio.template.js.map +1 -1
  572. package/dist/esm/radio-group/index.js +2 -2
  573. package/dist/esm/radio-group/index.js.map +1 -1
  574. package/dist/esm/radio-group/radio-group.bench.js +21 -0
  575. package/dist/esm/radio-group/radio-group.bench.js.map +1 -0
  576. package/dist/esm/radio-group/radio-group.js +457 -15
  577. package/dist/esm/radio-group/radio-group.js.map +1 -1
  578. package/dist/esm/radio-group/radio-group.options.js +7 -0
  579. package/dist/esm/radio-group/radio-group.options.js.map +1 -0
  580. package/dist/esm/radio-group/radio-group.styles.js +28 -33
  581. package/dist/esm/radio-group/radio-group.styles.js.map +1 -1
  582. package/dist/esm/radio-group/radio-group.template.js +15 -1
  583. package/dist/esm/radio-group/radio-group.template.js.map +1 -1
  584. package/dist/esm/rating-display/define.js +4 -0
  585. package/dist/esm/rating-display/define.js.map +1 -0
  586. package/dist/esm/rating-display/index.js +6 -0
  587. package/dist/esm/rating-display/index.js.map +1 -0
  588. package/dist/esm/rating-display/rating-display.definition.js +17 -0
  589. package/dist/esm/rating-display/rating-display.definition.js.map +1 -0
  590. package/dist/esm/rating-display/rating-display.js +169 -0
  591. package/dist/esm/rating-display/rating-display.js.map +1 -0
  592. package/dist/esm/rating-display/rating-display.options.js +19 -0
  593. package/dist/esm/rating-display/rating-display.options.js.map +1 -0
  594. package/dist/esm/rating-display/rating-display.styles.js +126 -0
  595. package/dist/esm/rating-display/rating-display.styles.js.map +1 -0
  596. package/dist/esm/rating-display/rating-display.template.js +34 -0
  597. package/dist/esm/rating-display/rating-display.template.js.map +1 -0
  598. package/dist/esm/slider/index.js +2 -2
  599. package/dist/esm/slider/index.js.map +1 -1
  600. package/dist/esm/slider/slider-utilities.js +12 -0
  601. package/dist/esm/slider/slider-utilities.js.map +1 -0
  602. package/dist/esm/slider/slider.bench.js +10 -0
  603. package/dist/esm/slider/slider.bench.js.map +1 -0
  604. package/dist/esm/slider/slider.form-associated.js +14 -0
  605. package/dist/esm/slider/slider.form-associated.js.map +1 -0
  606. package/dist/esm/slider/slider.js +660 -27
  607. package/dist/esm/slider/slider.js.map +1 -1
  608. package/dist/esm/slider/slider.options.js +11 -1
  609. package/dist/esm/slider/slider.options.js.map +1 -1
  610. package/dist/esm/slider/slider.styles.js +124 -131
  611. package/dist/esm/slider/slider.styles.js.map +1 -1
  612. package/dist/esm/slider/slider.template.js +22 -2
  613. package/dist/esm/slider/slider.template.js.map +1 -1
  614. package/dist/esm/spinner/index.js +2 -2
  615. package/dist/esm/spinner/index.js.map +1 -1
  616. package/dist/esm/spinner/spinner.bench.js +10 -0
  617. package/dist/esm/spinner/spinner.bench.js.map +1 -0
  618. package/dist/esm/spinner/spinner.definition.js +0 -4
  619. package/dist/esm/spinner/spinner.definition.js.map +1 -1
  620. package/dist/esm/spinner/spinner.js +48 -9
  621. package/dist/esm/spinner/spinner.js.map +1 -1
  622. package/dist/esm/spinner/spinner.styles.js +123 -61
  623. package/dist/esm/spinner/spinner.styles.js.map +1 -1
  624. package/dist/esm/spinner/spinner.template.js +16 -21
  625. package/dist/esm/spinner/spinner.template.js.map +1 -1
  626. package/dist/esm/styles/partials/badge.partials.js +119 -119
  627. package/dist/esm/styles/partials/badge.partials.js.map +1 -1
  628. package/dist/esm/styles/partials/index.js +1 -0
  629. package/dist/esm/styles/partials/index.js.map +1 -1
  630. package/dist/esm/styles/partials/typography.partials.js +105 -0
  631. package/dist/esm/styles/partials/typography.partials.js.map +1 -0
  632. package/dist/esm/styles/states/index.js +602 -0
  633. package/dist/esm/styles/states/index.js.map +1 -0
  634. package/dist/esm/switch/index.js +2 -2
  635. package/dist/esm/switch/index.js.map +1 -1
  636. package/dist/esm/switch/switch.bench.js +11 -0
  637. package/dist/esm/switch/switch.bench.js.map +1 -0
  638. package/dist/esm/switch/switch.form-associated.js +14 -0
  639. package/dist/esm/switch/switch.form-associated.js.map +1 -0
  640. package/dist/esm/switch/switch.js +6 -12
  641. package/dist/esm/switch/switch.js.map +1 -1
  642. package/dist/esm/switch/switch.styles.js +59 -83
  643. package/dist/esm/switch/switch.styles.js.map +1 -1
  644. package/dist/esm/switch/switch.template.js +15 -1
  645. package/dist/esm/switch/switch.template.js.map +1 -1
  646. package/dist/esm/tab/index.js +3 -3
  647. package/dist/esm/tab/index.js.map +1 -1
  648. package/dist/esm/tab/tab.bench.js +11 -0
  649. package/dist/esm/tab/tab.bench.js.map +1 -0
  650. package/dist/esm/tab/tab.js +9 -3
  651. package/dist/esm/tab/tab.js.map +1 -1
  652. package/dist/esm/tab/tab.styles.js +21 -21
  653. package/dist/esm/tab/tab.styles.js.map +1 -1
  654. package/dist/esm/tab/tab.template.js +1 -1
  655. package/dist/esm/tab/tab.template.js.map +1 -1
  656. package/dist/esm/tab-panel/index.js +1 -1
  657. package/dist/esm/tab-panel/index.js.map +1 -1
  658. package/dist/esm/tab-panel/tab-panel.bench.js +13 -0
  659. package/dist/esm/tab-panel/tab-panel.bench.js.map +1 -0
  660. package/dist/esm/tab-panel/tab-panel.js +2 -2
  661. package/dist/esm/tab-panel/tab-panel.js.map +1 -1
  662. package/dist/esm/tab-panel/tab-panel.styles.js +2 -2
  663. package/dist/esm/tab-panel/tab-panel.styles.js.map +1 -1
  664. package/dist/esm/tab-panel/tab-panel.template.js +8 -1
  665. package/dist/esm/tab-panel/tab-panel.template.js.map +1 -1
  666. package/dist/esm/tablist/define.js +4 -0
  667. package/dist/esm/tablist/define.js.map +1 -0
  668. package/dist/esm/tablist/index.js +6 -0
  669. package/dist/esm/tablist/index.js.map +1 -0
  670. package/dist/esm/tablist/tablist.bench.js +21 -0
  671. package/dist/esm/tablist/tablist.bench.js.map +1 -0
  672. package/dist/esm/tablist/tablist.definition.js +15 -0
  673. package/dist/esm/tablist/tablist.definition.js.map +1 -0
  674. package/dist/esm/tablist/tablist.js +407 -0
  675. package/dist/esm/tablist/tablist.js.map +1 -0
  676. package/dist/esm/tablist/tablist.options.js +24 -0
  677. package/dist/esm/tablist/tablist.options.js.map +1 -0
  678. package/dist/esm/tablist/tablist.styles.js +194 -0
  679. package/dist/esm/tablist/tablist.styles.js.map +1 -0
  680. package/dist/esm/tablist/tablist.template.js +10 -0
  681. package/dist/esm/tablist/tablist.template.js.map +1 -0
  682. package/dist/esm/tabs/index.js +4 -4
  683. package/dist/esm/tabs/index.js.map +1 -1
  684. package/dist/esm/tabs/tabs.bench.js +32 -0
  685. package/dist/esm/tabs/tabs.bench.js.map +1 -0
  686. package/dist/esm/tabs/tabs.js +292 -20
  687. package/dist/esm/tabs/tabs.js.map +1 -1
  688. package/dist/esm/tabs/tabs.options.js +6 -2
  689. package/dist/esm/tabs/tabs.options.js.map +1 -1
  690. package/dist/esm/tabs/tabs.styles.js +50 -50
  691. package/dist/esm/tabs/tabs.styles.js.map +1 -1
  692. package/dist/esm/tabs/tabs.template.js +14 -1
  693. package/dist/esm/tabs/tabs.template.js.map +1 -1
  694. package/dist/esm/text/index.js +2 -2
  695. package/dist/esm/text/index.js.map +1 -1
  696. package/dist/esm/text/text.bench.js +13 -0
  697. package/dist/esm/text/text.bench.js.map +1 -0
  698. package/dist/esm/text/text.js +92 -7
  699. package/dist/esm/text/text.js.map +1 -1
  700. package/dist/esm/text/text.styles.js +64 -61
  701. package/dist/esm/text/text.styles.js.map +1 -1
  702. package/dist/esm/text-input/index.js +4 -5
  703. package/dist/esm/text-input/index.js.map +1 -1
  704. package/dist/esm/text-input/text-input.bench.js +10 -0
  705. package/dist/esm/text-input/text-input.bench.js.map +1 -0
  706. package/dist/esm/text-input/text-input.definition.js +5 -3
  707. package/dist/esm/text-input/text-input.definition.js.map +1 -1
  708. package/dist/esm/text-input/text-input.js +439 -12
  709. package/dist/esm/text-input/text-input.js.map +1 -1
  710. package/dist/esm/text-input/text-input.options.js +35 -2
  711. package/dist/esm/text-input/text-input.options.js.map +1 -1
  712. package/dist/esm/text-input/text-input.styles.js +107 -96
  713. package/dist/esm/text-input/text-input.styles.js.map +1 -1
  714. package/dist/esm/text-input/text-input.template.js +55 -2
  715. package/dist/esm/text-input/text-input.template.js.map +1 -1
  716. package/dist/esm/textarea/define.js +4 -0
  717. package/dist/esm/textarea/define.js.map +1 -0
  718. package/dist/esm/textarea/index.js +6 -0
  719. package/dist/esm/textarea/index.js.map +1 -0
  720. package/dist/esm/textarea/textarea.bench.js +10 -0
  721. package/dist/esm/textarea/textarea.bench.js.map +1 -0
  722. package/dist/esm/textarea/textarea.definition.js +20 -0
  723. package/dist/esm/textarea/textarea.definition.js.map +1 -0
  724. package/dist/esm/textarea/textarea.js +605 -0
  725. package/dist/esm/textarea/textarea.js.map +1 -0
  726. package/dist/esm/textarea/textarea.options.js +48 -0
  727. package/dist/esm/textarea/textarea.options.js.map +1 -0
  728. package/dist/esm/textarea/textarea.styles.js +268 -0
  729. package/dist/esm/textarea/textarea.styles.js.map +1 -0
  730. package/dist/esm/textarea/textarea.template.js +54 -0
  731. package/dist/esm/textarea/textarea.template.js.map +1 -0
  732. package/dist/esm/theme/design-tokens.js +2220 -384
  733. package/dist/esm/theme/design-tokens.js.map +1 -1
  734. package/dist/esm/theme/index.js.map +1 -1
  735. package/dist/esm/theme/set-theme.global.bench.js +25 -0
  736. package/dist/esm/theme/set-theme.global.bench.js.map +1 -0
  737. package/dist/esm/theme/set-theme.js +186 -12
  738. package/dist/esm/theme/set-theme.js.map +1 -1
  739. package/dist/esm/theme/set-theme.local.bench.js +27 -0
  740. package/dist/esm/theme/set-theme.local.bench.js.map +1 -0
  741. package/dist/esm/theme/set-theme.shadow.bench.js +29 -0
  742. package/dist/esm/theme/set-theme.shadow.bench.js.map +1 -0
  743. package/dist/esm/toggle-button/index.js +4 -4
  744. package/dist/esm/toggle-button/index.js.map +1 -1
  745. package/dist/esm/toggle-button/toggle-button.bench.js +11 -0
  746. package/dist/esm/toggle-button/toggle-button.bench.js.map +1 -0
  747. package/dist/esm/toggle-button/toggle-button.definition.js +0 -5
  748. package/dist/esm/toggle-button/toggle-button.definition.js.map +1 -1
  749. package/dist/esm/toggle-button/toggle-button.js +44 -91
  750. package/dist/esm/toggle-button/toggle-button.js.map +1 -1
  751. package/dist/esm/toggle-button/toggle-button.options.js.map +1 -1
  752. package/dist/esm/toggle-button/toggle-button.styles.js +56 -50
  753. package/dist/esm/toggle-button/toggle-button.styles.js.map +1 -1
  754. package/dist/esm/toggle-button/toggle-button.template.js +1 -1
  755. package/dist/esm/toggle-button/toggle-button.template.js.map +1 -1
  756. package/dist/esm/utils/behaviors/match-media-stylesheet-behavior.js +142 -0
  757. package/dist/esm/utils/behaviors/match-media-stylesheet-behavior.js.map +1 -0
  758. package/dist/esm/utils/benchmark-dependencies/tokens.js +2 -0
  759. package/dist/esm/utils/benchmark-dependencies/tokens.js.map +1 -0
  760. package/dist/esm/utils/benchmark-wrapper.js +18 -0
  761. package/dist/esm/utils/benchmark-wrapper.js.map +1 -0
  762. package/dist/esm/utils/converters.js +26 -0
  763. package/dist/esm/utils/converters.js.map +1 -0
  764. package/dist/esm/utils/direction.js +15 -0
  765. package/dist/esm/utils/direction.js.map +1 -0
  766. package/dist/esm/utils/display.js +15 -0
  767. package/dist/esm/utils/display.js.map +1 -0
  768. package/dist/esm/utils/element-internals.js +54 -0
  769. package/dist/esm/utils/element-internals.js.map +1 -0
  770. package/dist/esm/utils/focusable-element.js +10 -0
  771. package/dist/esm/utils/focusable-element.js.map +1 -0
  772. package/dist/esm/utils/get-initials.js.map +1 -1
  773. package/dist/esm/utils/index.js +8 -0
  774. package/dist/esm/utils/index.js.map +1 -0
  775. package/dist/esm/utils/root-active-element.js +9 -0
  776. package/dist/esm/utils/root-active-element.js.map +1 -0
  777. package/dist/esm/utils/template-helpers.js +19 -0
  778. package/dist/esm/utils/template-helpers.js.map +1 -0
  779. package/dist/esm/utils/typings.js +3 -0
  780. package/dist/esm/utils/typings.js.map +1 -0
  781. package/dist/esm/utils/whitespace-filter.js +13 -0
  782. package/dist/esm/utils/whitespace-filter.js.map +1 -0
  783. package/dist/web-components.d.ts +8064 -1626
  784. package/dist/web-components.js +9736 -8528
  785. package/dist/web-components.min.js +428 -259
  786. package/package.json +56 -158
  787. package/dist/fluent-web-components.api.json +0 -22035
  788. package/dist/storybook/108.78b731e00015540915a8.manager.bundle.js +0 -1
  789. package/dist/storybook/108.b31ec3a1.iframe.bundle.js +0 -1
  790. package/dist/storybook/316.bc4aabd3.iframe.bundle.js +0 -2
  791. package/dist/storybook/316.bc4aabd3.iframe.bundle.js.LICENSE.txt +0 -17
  792. package/dist/storybook/350.e4be85c2.iframe.bundle.js +0 -462
  793. package/dist/storybook/350.e4be85c2.iframe.bundle.js.LICENSE.txt +0 -51
  794. package/dist/storybook/350.e4be85c2.iframe.bundle.js.map +0 -1
  795. package/dist/storybook/401.7edec720.iframe.bundle.js +0 -2
  796. package/dist/storybook/401.7edec720.iframe.bundle.js.LICENSE.txt +0 -12
  797. package/dist/storybook/401.c9bdfaf0dda8b194127f.manager.bundle.js +0 -2
  798. package/dist/storybook/401.c9bdfaf0dda8b194127f.manager.bundle.js.LICENSE.txt +0 -12
  799. package/dist/storybook/491.77b24750.iframe.bundle.js +0 -1
  800. package/dist/storybook/591.f5bf0d78d2f203de19f5.manager.bundle.js +0 -2
  801. package/dist/storybook/591.f5bf0d78d2f203de19f5.manager.bundle.js.LICENSE.txt +0 -94
  802. package/dist/storybook/709.22096ad4.iframe.bundle.js +0 -2
  803. package/dist/storybook/709.22096ad4.iframe.bundle.js.LICENSE.txt +0 -8
  804. package/dist/storybook/709.b131e33993a6b94d7ad8.manager.bundle.js +0 -2
  805. package/dist/storybook/709.b131e33993a6b94d7ad8.manager.bundle.js.LICENSE.txt +0 -8
  806. package/dist/storybook/721.46fa9f53.iframe.bundle.js +0 -2
  807. package/dist/storybook/721.46fa9f53.iframe.bundle.js.LICENSE.txt +0 -31
  808. package/dist/storybook/721.c225c101a0a55a8f98eb.manager.bundle.js +0 -2
  809. package/dist/storybook/721.c225c101a0a55a8f98eb.manager.bundle.js.LICENSE.txt +0 -31
  810. package/dist/storybook/858.da40ed98.iframe.bundle.js +0 -1
  811. package/dist/storybook/858.e08e25a6901d2e21e9d8.manager.bundle.js +0 -1
  812. package/dist/storybook/950.674e7934b4a26a022608.manager.bundle.js +0 -1
  813. package/dist/storybook/954.630c5748.iframe.bundle.js +0 -1
  814. package/dist/storybook/954.7f985e2fdf9f15a7748b.manager.bundle.js +0 -1
  815. package/dist/storybook/SegoeUI-VF.ttf +0 -0
  816. package/dist/storybook/favicon.ico +0 -0
  817. package/dist/storybook/favicon.png +0 -0
  818. package/dist/storybook/iframe.html +0 -364
  819. package/dist/storybook/index.html +0 -165
  820. package/dist/storybook/main.5d7b916dc1e37293b1d8.manager.bundle.js +0 -1
  821. package/dist/storybook/main.b095c2e8.iframe.bundle.js +0 -2
  822. package/dist/storybook/main.b095c2e8.iframe.bundle.js.LICENSE.txt +0 -1
  823. package/dist/storybook/project.json +0 -1
  824. package/dist/storybook/runtime~main.5d918fe7.iframe.bundle.js +0 -1
  825. package/dist/storybook/runtime~main.dbf00b470fe610082919.manager.bundle.js +0 -1
  826. package/dist/storybook/shell.css +0 -83
  827. package/dist/storybook/theme-switch.ts +0 -13
  828. package/docs/api-report.md +0 -2459
  829. package/playwright.config.ts +0 -25
package/CHANGELOG.md CHANGED
@@ -1,12 +1,629 @@
1
1
  # Change Log - @fluentui/web-components
2
2
 
3
- This log was last generated on Fri, 09 Feb 2024 04:08:36 GMT and should not be manually modified.
3
+ This log was last generated on Tue, 29 Oct 2024 04:06:37 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## [3.0.0-beta.71](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.71)
8
+
9
+ Tue, 29 Oct 2024 04:06:37 GMT
10
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.70..@fluentui/web-components_v3.0.0-beta.71)
11
+
12
+ ### Changes
13
+
14
+ - replace state partials with stateSelector function ([PR #33037](https://github.com/microsoft/fluentui/pull/33037) by 863023+radium-v@users.noreply.github.com)
15
+
16
+ ## [3.0.0-beta.70](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.70)
17
+
18
+ Fri, 25 Oct 2024 20:54:39 GMT
19
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.69..@fluentui/web-components_v3.0.0-beta.70)
20
+
21
+ ### Changes
22
+
23
+ - fix: move proper menu positioning for split button into component css ([PR #33140](https://github.com/microsoft/fluentui/pull/33140) by machi@microsoft.com)
24
+ - fix: change to new css anchor positioning properties ([PR #33139](https://github.com/microsoft/fluentui/pull/33139) by machi@microsoft.com)
25
+
26
+ ## [3.0.0-beta.69](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.69)
27
+
28
+ Tue, 15 Oct 2024 04:07:48 GMT
29
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.68..@fluentui/web-components_v3.0.0-beta.69)
30
+
31
+ ### Changes
32
+
33
+ - Fix: menu-item emit current state when checked change event fires ([PR #33029](https://github.com/microsoft/fluentui/pull/33029) by jes@microsoft.com)
34
+ - 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)
35
+
36
+ ## [3.0.0-beta.68](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.68)
37
+
38
+ Mon, 07 Oct 2024 04:08:32 GMT
39
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.67..@fluentui/web-components_v3.0.0-beta.68)
40
+
41
+ ### Changes
42
+
43
+ - feat: adds split-button ([PR #32948](https://github.com/microsoft/fluentui/pull/32948) by jes@microsoft.com)
44
+
45
+ ## [3.0.0-beta.67](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.67)
46
+
47
+ Fri, 04 Oct 2024 04:09:02 GMT
48
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.66..@fluentui/web-components_v3.0.0-beta.67)
49
+
50
+ ### Changes
51
+
52
+ - fix: removes display inheritance so all html elements can render ([PR #32874](https://github.com/microsoft/fluentui/pull/32874) by jes@microsoft.com)
53
+
54
+ ## [3.0.0-beta.66](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.66)
55
+
56
+ Fri, 27 Sep 2024 04:07:03 GMT
57
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.65..@fluentui/web-components_v3.0.0-beta.66)
58
+
59
+ ### Changes
60
+
61
+ - feat: add support for custom icons and colors to rating-display ([PR #32907](https://github.com/microsoft/fluentui/pull/32907) by mlijanto@microsoft.com)
62
+
63
+ ## [3.0.0-beta.65](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.65)
64
+
65
+ Wed, 11 Sep 2024 04:08:18 GMT
66
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.64..@fluentui/web-components_v3.0.0-beta.65)
67
+
68
+ ### Changes
69
+
70
+ - docs: reflect setTheme change ([PR #32490](https://github.com/microsoft/fluentui/pull/32490) by machi@microsoft.com)
71
+
72
+ ## [3.0.0-beta.64](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.64)
73
+
74
+ Thu, 05 Sep 2024 04:07:18 GMT
75
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.63..@fluentui/web-components_v3.0.0-beta.64)
76
+
77
+ ### Changes
78
+
79
+ - chore: add missing export for textarea ([PR #32450](https://github.com/microsoft/fluentui/pull/32450) by rupertdavid@microsoft.com)
80
+
81
+ ## [3.0.0-beta.63](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.63)
82
+
83
+ Wed, 04 Sep 2024 04:08:17 GMT
84
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.62..@fluentui/web-components_v3.0.0-beta.63)
85
+
86
+ ### Changes
87
+
88
+ - normalize export paths ([PR #32451](https://github.com/microsoft/fluentui/pull/32451) by 863023+radium-v@users.noreply.github.com)
89
+ - restore define modules as default exports ([PR #32452](https://github.com/microsoft/fluentui/pull/32452) by 863023+radium-v@users.noreply.github.com)
90
+
91
+ ## [3.0.0-beta.62](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.62)
92
+
93
+ Fri, 30 Aug 2024 04:07:03 GMT
94
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.61..@fluentui/web-components_v3.0.0-beta.62)
95
+
96
+ ### Changes
97
+
98
+ - 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)
99
+
100
+ ## [3.0.0-beta.61](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.61)
101
+
102
+ Thu, 29 Aug 2024 04:07:09 GMT
103
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.60..@fluentui/web-components_v3.0.0-beta.61)
104
+
105
+ ### Changes
106
+
107
+ - 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)
108
+
109
+ ## [3.0.0-beta.60](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.60)
110
+
111
+ Wed, 28 Aug 2024 04:06:49 GMT
112
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.59..@fluentui/web-components_v3.0.0-beta.60)
113
+
114
+ ### Changes
115
+
116
+ - feat: adjust slider sliding range ([PR #32350](https://github.com/microsoft/fluentui/pull/32350) by machi@microsoft.com)
117
+
118
+ ## [3.0.0-beta.59](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.59)
119
+
120
+ Wed, 21 Aug 2024 04:07:11 GMT
121
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.58..@fluentui/web-components_v3.0.0-beta.59)
122
+
123
+ ### Changes
124
+
125
+ - feat: update fast-element to latest stable version ([PR #32344](https://github.com/microsoft/fluentui/pull/32344) by 13071055+chrisdholt@users.noreply.github.com)
126
+
127
+ ## [3.0.0-beta.58](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.58)
128
+
129
+ Tue, 20 Aug 2024 04:06:57 GMT
130
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.57..@fluentui/web-components_v3.0.0-beta.58)
131
+
132
+ ### Changes
133
+
134
+ - feat: enabling setting theme on an individual element and unsetting themes ([PR #31973](https://github.com/microsoft/fluentui/pull/31973) by machi@microsoft.com)
135
+
136
+ ## [3.0.0-beta.57](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.57)
137
+
138
+ Fri, 16 Aug 2024 04:08:15 GMT
139
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.56..@fluentui/web-components_v3.0.0-beta.57)
140
+
141
+ ### Changes
142
+
143
+ - export BaseCheckbox class ([PR #32302](https://github.com/microsoft/fluentui/pull/32302) by rupertdavid@microsoft.com)
144
+
145
+ ## [3.0.0-beta.56](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.56)
146
+
147
+ Wed, 14 Aug 2024 04:07:35 GMT
148
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.55..@fluentui/web-components_v3.0.0-beta.56)
149
+
150
+ ### Changes
151
+
152
+ - feat(web-components): add fluent-textarea component ([PR #32037](https://github.com/microsoft/fluentui/pull/32037) by machi@microsoft.com)
153
+ - export BaseAnchor class ([PR #32295](https://github.com/microsoft/fluentui/pull/32295) by rupertdavid@microsoft.com)
154
+
155
+ ## [3.0.0-beta.55](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.55)
156
+
157
+ Thu, 08 Aug 2024 04:07:16 GMT
158
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.54..@fluentui/web-components_v3.0.0-beta.55)
159
+
160
+ ### Changes
161
+
162
+ - [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)
163
+
164
+ ## [3.0.0-beta.54](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.54)
165
+
166
+ Tue, 06 Aug 2024 04:07:08 GMT
167
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.53..@fluentui/web-components_v3.0.0-beta.54)
168
+
169
+ ### Changes
170
+
171
+ - Add Tablist component ([PR #32098](https://github.com/microsoft/fluentui/pull/32098) by rupertdavid@microsoft.com)
172
+
173
+ ## [3.0.0-beta.53](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.53)
174
+
175
+ Mon, 05 Aug 2024 04:08:39 GMT
176
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.52..@fluentui/web-components_v3.0.0-beta.53)
177
+
178
+ ### Changes
179
+
180
+ - fix(web-components): detach design tokens from existing themes ([PR #32130](https://github.com/microsoft/fluentui/pull/32130) by machi@microsoft.com)
181
+
182
+ ## [3.0.0-beta.52](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.52)
183
+
184
+ Fri, 02 Aug 2024 04:07:54 GMT
185
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.51..@fluentui/web-components_v3.0.0-beta.52)
186
+
187
+ ### Changes
188
+
189
+ - Export patterns. ([PR #32182](https://github.com/microsoft/fluentui/pull/32182) by mlijanto@microsoft.com)
190
+ - feat: abstracts layout api from field class ([PR #32203](https://github.com/microsoft/fluentui/pull/32203) by jes@microsoft.com)
191
+
192
+ ## [3.0.0-beta.51](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.51)
193
+
194
+ Mon, 29 Jul 2024 04:07:23 GMT
195
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.50..@fluentui/web-components_v3.0.0-beta.51)
196
+
197
+ ### Changes
198
+
199
+ - chore: move size and generate initials out of base class ([PR #32123](https://github.com/microsoft/fluentui/pull/32123) by jes@microsoft.com)
200
+ - fix: reference accordion item base class in accordion ([PR #32117](https://github.com/microsoft/fluentui/pull/32117) by jes@microsoft.com)
201
+
202
+ ## [3.0.0-beta.50](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.50)
203
+
204
+ Fri, 26 Jul 2024 04:08:24 GMT
205
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.49..@fluentui/web-components_v3.0.0-beta.50)
206
+
207
+ ### Changes
208
+
209
+ - [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)
210
+
211
+ ## [3.0.0-beta.49](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.49)
212
+
213
+ Thu, 25 Jul 2024 04:08:33 GMT
214
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.48..@fluentui/web-components_v3.0.0-beta.49)
215
+
216
+ ### Changes
217
+
218
+ - chore: create avatar base class to abstract style specfic api ([PR #32083](https://github.com/microsoft/fluentui/pull/32083) by jes@microsoft.com)
219
+ - 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)
220
+
221
+ ## [3.0.0-beta.48](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.48)
222
+
223
+ Wed, 24 Jul 2024 04:07:07 GMT
224
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.47..@fluentui/web-components_v3.0.0-beta.48)
225
+
226
+ ### Changes
227
+
228
+ - 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)
229
+ - feat(web-components): relax setTheme() argument type to allow custom tokens ([PR #32087](https://github.com/microsoft/fluentui/pull/32087) by machi@microsoft.com)
230
+ - 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)
231
+
232
+ ## [3.0.0-beta.47](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.47)
233
+
234
+ Tue, 23 Jul 2024 04:07:05 GMT
235
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.46..@fluentui/web-components_v3.0.0-beta.47)
236
+
237
+ ### Changes
238
+
239
+ - fix: move spinner animation off of main thread ([PR #32056](https://github.com/microsoft/fluentui/pull/32056) by rupertdavid@microsoft.com)
240
+ - chore: create divider base class to abstract style specfic api ([PR #32065](https://github.com/microsoft/fluentui/pull/32065) by jes@microsoft.com)
241
+
242
+ ## [3.0.0-beta.46](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.46)
243
+
244
+ Fri, 19 Jul 2024 04:08:32 GMT
245
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.45..@fluentui/web-components_v3.0.0-beta.46)
246
+
247
+ ### Changes
248
+
249
+ - chore: [button] move style related api out of base class ([PR #32049](https://github.com/microsoft/fluentui/pull/32049) by jes@microsoft.com)
250
+
251
+ ## [3.0.0-beta.45](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.45)
252
+
253
+ Thu, 18 Jul 2024 04:06:50 GMT
254
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.44..@fluentui/web-components_v3.0.0-beta.45)
255
+
256
+ ### Changes
257
+
258
+ - fix: removed padding from field host element ([PR #32002](https://github.com/microsoft/fluentui/pull/32002) by jes@microsoft.com)
259
+
260
+ ## [3.0.0-beta.44](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.44)
261
+
262
+ Wed, 17 Jul 2024 04:07:52 GMT
263
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.43..@fluentui/web-components_v3.0.0-beta.44)
264
+
265
+ ### Changes
266
+
267
+ - chore: cleanup drawer storybook ([PR #31991](https://github.com/microsoft/fluentui/pull/31991) by rupertdavid@microsoft.com)
268
+
269
+ ## [3.0.0-beta.43](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.43)
270
+
271
+ Tue, 16 Jul 2024 04:08:02 GMT
272
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.42..@fluentui/web-components_v3.0.0-beta.43)
273
+
274
+ ### Changes
275
+
276
+ - fix: scope menu fallback positioning to non-anchor browsers only ([PR #32000](https://github.com/microsoft/fluentui/pull/32000) by rupertdavid@microsoft.com)
277
+ - 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)
278
+ - fix: support tabindex values from implementors on buttons ([PR #32003](https://github.com/microsoft/fluentui/pull/32003) by 13071055+chrisdholt@users.noreply.github.com)
279
+
280
+ ## [3.0.0-beta.42](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.42)
281
+
282
+ Thu, 11 Jul 2024 04:07:36 GMT
283
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.41..@fluentui/web-components_v3.0.0-beta.42)
284
+
285
+ ### Changes
286
+
287
+ - feat: update slider to use ElementInternals for form association ([PR #31933](https://github.com/microsoft/fluentui/pull/31933) by machi@microsoft.com)
288
+
289
+ ## [3.0.0-beta.41](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.41)
290
+
291
+ Tue, 09 Jul 2024 04:07:26 GMT
292
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.40..@fluentui/web-components_v3.0.0-beta.41)
293
+
294
+ ### Changes
295
+
296
+ - 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)
297
+ - 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)
298
+
299
+ ## [3.0.0-beta.40](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.40)
300
+
301
+ Thu, 04 Jul 2024 04:08:13 GMT
302
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.39..@fluentui/web-components_v3.0.0-beta.40)
303
+
304
+ ### Changes
305
+
306
+ - 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)
307
+ - fix for setTheme in Firefox ([PR #31911](https://github.com/microsoft/fluentui/pull/31911) by rupertdavid@microsoft.com)
308
+ - 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)
309
+
310
+ ## [3.0.0-beta.39](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.39)
311
+
312
+ Wed, 03 Jul 2024 04:08:00 GMT
313
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.38..@fluentui/web-components_v3.0.0-beta.39)
314
+
315
+ ### Changes
316
+
317
+ - fix(web-components): fix popover positioning in firefox, add docs ([PR #31895](https://github.com/microsoft/fluentui/pull/31895) by rupertdavid@microsoft.com)
318
+ - expose field in webcomponents to package exports ([PR #31904](https://github.com/microsoft/fluentui/pull/31904) by mmansour@microsoft.com)
319
+ - 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)
320
+ - fix(web-components): fix menu enterkey interaction ([PR #31894](https://github.com/microsoft/fluentui/pull/31894) by rupertdavid@microsoft.com)
321
+
322
+ ## [3.0.0-beta.38](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.38)
323
+
324
+ Mon, 01 Jul 2024 04:08:12 GMT
325
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.37..@fluentui/web-components_v3.0.0-beta.38)
326
+
327
+ ### Changes
328
+
329
+ - Make utils a package export since it replaces fluentui/foundation ([PR #31865](https://github.com/microsoft/fluentui/pull/31865) by mmansour@microsoft.com)
330
+
331
+ ## [3.0.0-beta.37](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.37)
332
+
333
+ Fri, 28 Jun 2024 04:07:17 GMT
334
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.36..@fluentui/web-components_v3.0.0-beta.37)
335
+
336
+ ### Changes
337
+
338
+ - refactor setTheme() to use adoptedStyleSheets ([PR #31713](https://github.com/microsoft/fluentui/pull/31713) by machi@microsoft.com)
339
+ - Add rating-display component ([PR #31625](https://github.com/microsoft/fluentui/pull/31625) by email not defined)
340
+ - Adds MessageBar component to Fluent Web Components ([PR #31708](https://github.com/microsoft/fluentui/pull/31708) by ryan@ryanmerrill.net)
341
+ - chore: use tokens directly in css for badge partial ([PR #31847](https://github.com/microsoft/fluentui/pull/31847) by mmansour@microsoft.com)
342
+ - 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)
343
+
344
+ ## [3.0.0-beta.36](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.36)
345
+
346
+ Wed, 26 Jun 2024 04:07:58 GMT
347
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.35..@fluentui/web-components_v3.0.0-beta.36)
348
+
349
+ ### Changes
350
+
351
+ - feat(drawer): add drawer web component ([PR #31521](https://github.com/microsoft/fluentui/pull/31521) by email not defined)
352
+
353
+ ## [3.0.0-beta.35](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.35)
354
+
355
+ Tue, 25 Jun 2024 04:06:35 GMT
356
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.34..@fluentui/web-components_v3.0.0-beta.35)
357
+
358
+ ### Changes
359
+
360
+ - 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)
361
+
362
+ ## [3.0.0-beta.34](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.34)
363
+
364
+ Mon, 24 Jun 2024 04:06:02 GMT
365
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.33..@fluentui/web-components_v3.0.0-beta.34)
366
+
367
+ ### Changes
368
+
369
+ - Refactor Menu, MenuList, and MenuItem components ([PR #31674](https://github.com/microsoft/fluentui/pull/31674) by rupertdavid@microsoft.com)
370
+
371
+ ## [3.0.0-beta.33](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.33)
372
+
373
+ Fri, 21 Jun 2024 04:06:58 GMT
374
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.32..@fluentui/web-components_v3.0.0-beta.33)
375
+
376
+ ### Changes
377
+
378
+ - 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)
379
+
380
+ ## [3.0.0-beta.32](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.32)
381
+
382
+ Wed, 19 Jun 2024 04:07:31 GMT
383
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.31..@fluentui/web-components_v3.0.0-beta.32)
384
+
385
+ ### Changes
386
+
387
+ - 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)
388
+ - feat: update divider to use custom states ([PR #31735](https://github.com/microsoft/fluentui/pull/31735) by 13071055+chrisdholt@users.noreply.github.com)
389
+ - 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)
390
+ - 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)
391
+ - 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)
392
+ - 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)
393
+ - 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)
394
+ - 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)
395
+
396
+ ## [3.0.0-beta.31](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.31)
397
+
398
+ Tue, 18 Jun 2024 04:05:31 GMT
399
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.30..@fluentui/web-components_v3.0.0-beta.31)
400
+
401
+ ### Changes
402
+
403
+ - 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)
404
+ - update badge to use element internals custom states ([PR #31733](https://github.com/microsoft/fluentui/pull/31733) by 13071055+chrisdholt@users.noreply.github.com)
405
+
406
+ ## [3.0.0-beta.30](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.30)
407
+
408
+ Fri, 14 Jun 2024 04:06:06 GMT
409
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.29..@fluentui/web-components_v3.0.0-beta.30)
410
+
411
+ ### Changes
412
+
413
+ - 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)
414
+
415
+ ## [3.0.0-beta.29](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.29)
416
+
417
+ Thu, 13 Jun 2024 04:06:41 GMT
418
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.28..@fluentui/web-components_v3.0.0-beta.29)
419
+
420
+ ### Changes
421
+
422
+ - refactor setTheme() to reduce code duplication ([PR #31679](https://github.com/microsoft/fluentui/pull/31679) by machi@microsoft.com)
423
+ - add link as a new web component ([PR #31676](https://github.com/microsoft/fluentui/pull/31676) by 13071055+chrisdholt@users.noreply.github.com)
424
+
425
+ ## [3.0.0-beta.28](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.28)
426
+
427
+ Wed, 12 Jun 2024 04:06:09 GMT
428
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.27..@fluentui/web-components_v3.0.0-beta.28)
429
+
430
+ ### Changes
431
+
432
+ - 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)
433
+ - refactor progress bar to use ElementInternals ([PR #31652](https://github.com/microsoft/fluentui/pull/31652) by 13071055+chrisdholt@users.noreply.github.com)
434
+
435
+ ## [3.0.0-beta.27](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.27)
436
+
437
+ Tue, 11 Jun 2024 04:06:29 GMT
438
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.26..@fluentui/web-components_v3.0.0-beta.27)
439
+
440
+ ### Changes
441
+
442
+ - feat: update divider to leverage ElementInternals ([PR #31627](https://github.com/microsoft/fluentui/pull/31627) by 13071055+chrisdholt@users.noreply.github.com)
443
+ - 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)
444
+
445
+ ## [3.0.0-beta.26](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.26)
446
+
447
+ Mon, 10 Jun 2024 04:07:58 GMT
448
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.25..@fluentui/web-components_v3.0.0-beta.26)
449
+
450
+ ### Changes
451
+
452
+ - 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)
453
+ - 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)
454
+ - 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)
455
+
456
+ ## [3.0.0-beta.25](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.25)
457
+
458
+ Fri, 07 Jun 2024 04:06:31 GMT
459
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.24..@fluentui/web-components_v3.0.0-beta.25)
460
+
461
+ ### Changes
462
+
463
+ - Use ElementInternals for Checkbox component ([PR #31468](https://github.com/microsoft/fluentui/pull/31468) by 863023+radium-v@users.noreply.github.com)
464
+ - Move dialog border styles to forcedColors mode ([PR #31609](https://github.com/microsoft/fluentui/pull/31609) by rupertdavid@microsoft.com)
465
+
466
+ ## [3.0.0-beta.24](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.24)
467
+
468
+ Thu, 06 Jun 2024 04:06:19 GMT
469
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.23..@fluentui/web-components_v3.0.0-beta.24)
470
+
471
+ ### Changes
472
+
473
+ - add @floating-ui/dom as a dependency ([PR #31590](https://github.com/microsoft/fluentui/pull/31590) by zacky.ma@microsoft.com)
474
+ - fix disabled button styles ([PR #31585](https://github.com/microsoft/fluentui/pull/31585) by rupertdavid@microsoft.com)
475
+
476
+ ## [3.0.0-beta.23](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.23)
477
+
478
+ Wed, 05 Jun 2024 04:06:41 GMT
479
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.22..@fluentui/web-components_v3.0.0-beta.23)
480
+
481
+ ### Changes
482
+
483
+ - chore: migrate to package.json#files for npm publish scope" ([PR #31519](https://github.com/microsoft/fluentui/pull/31519) by martinhochel@microsoft.com)
484
+ - Refactor fluent-dialog and add fluent-dialog-body ([PR #31512](https://github.com/microsoft/fluentui/pull/31512) by rupertdavid@microsoft.com)
485
+ - 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)
486
+
487
+ ## [3.0.0-beta.22](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.22)
488
+
489
+ Mon, 03 Jun 2024 04:06:55 GMT
490
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.21..@fluentui/web-components_v3.0.0-beta.22)
491
+
492
+ ### Changes
493
+
494
+ - chore: Export component definitions from rollup bundle ([PR #31403](https://github.com/microsoft/fluentui/pull/31403) by 863023+radium-v@users.noreply.github.com)
495
+
496
+ ## [3.0.0-beta.21](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.21)
497
+
498
+ Fri, 24 May 2024 04:06:21 GMT
499
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.20..@fluentui/web-components_v3.0.0-beta.21)
500
+
501
+ ### Changes
502
+
503
+ - Use ElementInternals for the TextInput component ([PR #31201](https://github.com/microsoft/fluentui/pull/31201) by 863023+radium-v@users.noreply.github.com)
504
+
505
+ ## [3.0.0-beta.20](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.20)
506
+
507
+ Wed, 22 May 2024 04:06:55 GMT
508
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.19..@fluentui/web-components_v3.0.0-beta.20)
509
+
510
+ ### Changes
511
+
512
+ - 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)
513
+
514
+ ## [3.0.0-beta.19](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.19)
515
+
516
+ Tue, 21 May 2024 04:06:11 GMT
517
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.18..@fluentui/web-components_v3.0.0-beta.19)
518
+
519
+ ### Changes
520
+
521
+ - 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)
522
+
523
+ ## [3.0.0-beta.18](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.18)
524
+
525
+ Mon, 20 May 2024 04:07:06 GMT
526
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.17..@fluentui/web-components_v3.0.0-beta.18)
527
+
528
+ ### Changes
529
+
530
+ - adds high contrast styles to badge web component ([PR #31234](https://github.com/microsoft/fluentui/pull/31234) by ryanmerrill@microsoft.com)
531
+
532
+ ## [3.0.0-beta.17](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.17)
533
+
534
+ Fri, 17 May 2024 04:06:08 GMT
535
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.16..@fluentui/web-components_v3.0.0-beta.17)
536
+
537
+ ### Changes
538
+
539
+ - fix(web-components): remove determinate from spinner implementation ([PR #31404](https://github.com/microsoft/fluentui/pull/31404) by 13071055+chrisdholt@users.noreply.github.com)
540
+ - Fix compound disabled selector in fluent-button and fluent-anchor-button ([PR #31302](https://github.com/microsoft/fluentui/pull/31302) by rupertdavid@microsoft.com)
541
+
542
+ ## [3.0.0-beta.16](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.16)
543
+
544
+ Thu, 16 May 2024 04:07:03 GMT
545
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.15..@fluentui/web-components_v3.0.0-beta.16)
546
+
547
+ ### Changes
548
+
549
+ - Synchronize design token exports ([PR #31382](https://github.com/microsoft/fluentui/pull/31382) by 863023+radium-v@users.noreply.github.com)
550
+
551
+ ## [3.0.0-beta.15](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.15)
552
+
553
+ Wed, 01 May 2024 04:09:09 GMT
554
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.14..@fluentui/web-components_v3.0.0-beta.15)
555
+
556
+ ### Changes
557
+
558
+ - fix(web-components): remove all barrell exports with exception of design tokens ([PR #31069](https://github.com/microsoft/fluentui/pull/31069) by =)
559
+
560
+ ## [3.0.0-beta.14](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.14)
561
+
562
+ Fri, 26 Apr 2024 04:07:24 GMT
563
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.13..@fluentui/web-components_v3.0.0-beta.14)
564
+
565
+ ### Changes
566
+
567
+ - create CSS partials for named typography styles ([PR #31164](https://github.com/microsoft/fluentui/pull/31164) by 13071055+chrisdholt@users.noreply.github.com)
568
+
569
+ ## [3.0.0-beta.13](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.13)
570
+
571
+ Thu, 25 Apr 2024 04:09:24 GMT
572
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.12..@fluentui/web-components_v3.0.0-beta.13)
573
+
574
+ ### Changes
575
+
576
+ - ensure buttons with long text maintain center alignment ([PR #31179](https://github.com/microsoft/fluentui/pull/31179) by =)
577
+
578
+ ## [3.0.0-beta.12](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.12)
579
+
580
+ Tue, 23 Apr 2024 04:09:06 GMT
581
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.11..@fluentui/web-components_v3.0.0-beta.12)
582
+
583
+ ### Changes
584
+
585
+ - Use ElementInternals for Button components ([PR #30999](https://github.com/microsoft/fluentui/pull/30999) by 863023+radium-v@users.noreply.github.com)
586
+
587
+ ## [3.0.0-beta.11](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.11)
588
+
589
+ Mon, 15 Apr 2024 04:09:34 GMT
590
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.10..@fluentui/web-components_v3.0.0-beta.11)
591
+
592
+ ### Changes
593
+
594
+ - fix(web-components): remove final dependencies on fast-foundation ([PR #31009](https://github.com/microsoft/fluentui/pull/31009) by =)
595
+
596
+ ## [3.0.0-beta.10](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.10)
597
+
598
+ Tue, 09 Apr 2024 04:08:05 GMT
599
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.9..@fluentui/web-components_v3.0.0-beta.10)
600
+
601
+ ### Changes
602
+
603
+ - revert design token syntax change for DX ([PR #30819](https://github.com/microsoft/fluentui/pull/30819) by =)
604
+
605
+ ## [3.0.0-beta.9](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.9)
606
+
607
+ Mon, 08 Apr 2024 04:08:59 GMT
608
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.8..@fluentui/web-components_v3.0.0-beta.9)
609
+
610
+ ### Changes
611
+
612
+ - chore: setup perf benchmarking in web components ([PR #30972](https://github.com/microsoft/fluentui/pull/30972) by =)
613
+ - Bump @fluentui/tokens to v1.0.0-alpha.2 ([PR #30972](https://github.com/microsoft/fluentui/pull/30972) by beachball)
614
+
615
+ ## [3.0.0-beta.8](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.8)
616
+
617
+ Mon, 12 Feb 2024 04:08:06 GMT
618
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.7..@fluentui/web-components_v3.0.0-beta.8)
619
+
620
+ ### Changes
621
+
622
+ - Removes dependancy on fast-foundation classes and templates ([PR #30090](https://github.com/microsoft/fluentui/pull/30090) by jes@microsoft.com)
623
+
7
624
  ## [3.0.0-beta.7](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.7)
8
625
 
9
- Fri, 09 Feb 2024 04:08:36 GMT
626
+ Fri, 09 Feb 2024 04:08:43 GMT
10
627
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.6..@fluentui/web-components_v3.0.0-beta.7)
11
628
 
12
629
  ### Changes
@@ -340,7 +957,7 @@ Wed, 15 Feb 2023 04:24:51 GMT
340
957
 
341
958
  ## [3.0.0-alpha.2](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-alpha.2)
342
959
 
343
- Wed, 25 Jan 2023 17:42:30 GMT
960
+ Wed, 25 Jan 2023 17:42:30 GMT
344
961
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-alpha.1..@fluentui/web-components_v3.0.0-alpha.2)
345
962
 
346
963
  ### Changes
@@ -349,7 +966,7 @@ Wed, 25 Jan 2023 17:42:30 GMT
349
966
 
350
967
  ## [3.0.0-alpha.1](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-alpha.1)
351
968
 
352
- Wed, 25 Jan 2023 14:49:08 GMT
969
+ Wed, 25 Jan 2023 14:49:08 GMT
353
970
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v2.5.8..@fluentui/web-components_v3.0.0-alpha.1)
354
971
 
355
972
  ### Changes
@@ -359,9 +976,72 @@ Wed, 25 Jan 2023 14:49:08 GMT
359
976
  - add badge and counter badge as new components ([PR #26357](https://github.com/microsoft/fluentui/pull/26357) by chhol@microsoft.com)
360
977
  - add text as a new component ([PR #26090](https://github.com/microsoft/fluentui/pull/26090) by chhol@microsoft.com)
361
978
 
979
+ ## [2.6.1](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v2.6.1)
980
+
981
+ Wed, 10 Apr 2024 07:28:55 GMT
982
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v2.6.0..@fluentui/web-components_v2.6.1)
983
+
984
+ ### Patches
985
+
986
+ - 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 =)
987
+
988
+ ## [2.6.0](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v2.6.0)
989
+
990
+ Wed, 27 Mar 2024 07:26:49 GMT
991
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v2.5.17..@fluentui/web-components_v2.6.0)
992
+
993
+ ### Minor changes
994
+
995
+ - export design token with rollup bundle ([PR #30784](https://github.com/microsoft/fluentui/pull/30784) by =)
996
+
997
+ ## [2.5.17](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v2.5.17)
998
+
999
+ Fri, 01 Mar 2024 07:26:28 GMT
1000
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v2.5.16..@fluentui/web-components_v2.5.17)
1001
+
1002
+ ### Patches
1003
+
1004
+ - 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)
1005
+
1006
+ ## [2.5.16](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v2.5.16)
1007
+
1008
+ Thu, 20 Jul 2023 07:35:18 GMT
1009
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v2.5.15..@fluentui/web-components_v2.5.16)
1010
+
1011
+ ### Patches
1012
+
1013
+ - 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)
1014
+
1015
+ ## [2.5.15](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v2.5.15)
1016
+
1017
+ Thu, 01 Jun 2023 07:38:37 GMT
1018
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v2.5.14..@fluentui/web-components_v2.5.15)
1019
+
1020
+ ### Patches
1021
+
1022
+ - fix listbox-option selected indicator position in RTL instances ([PR #27894](https://github.com/microsoft/fluentui/pull/27894) by chhol@microsoft.com)
1023
+
1024
+ ## [2.5.14](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v2.5.14)
1025
+
1026
+ Mon, 17 Apr 2023 07:40:25 GMT
1027
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v2.5.13..@fluentui/web-components_v2.5.14)
1028
+
1029
+ ### Patches
1030
+
1031
+ - update FAST dependencies to mitigate Safari 16.4 AdoptedStyleSheets bug ([PR #27578](https://github.com/microsoft/fluentui/pull/27578) by chhol@microsoft.com)
1032
+
1033
+ ## [2.5.13](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v2.5.13)
1034
+
1035
+ Tue, 11 Apr 2023 07:43:45 GMT
1036
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v2.5.12..@fluentui/web-components_v2.5.13)
1037
+
1038
+ ### Patches
1039
+
1040
+ - update fast foundation packages to import bug fixes ([PR #27506](https://github.com/microsoft/fluentui/pull/27506) by chhol@microsoft.com)
1041
+
362
1042
  ## [2.5.12](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v2.5.12)
363
1043
 
364
- Thu, 26 Jan 2023 07:35:32 GMT
1044
+ Thu, 26 Jan 2023 07:35:32 GMT
365
1045
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v2.5.11..@fluentui/web-components_v2.5.12)
366
1046
 
367
1047
  ### Patches
@@ -370,7 +1050,7 @@ Thu, 26 Jan 2023 07:35:32 GMT
370
1050
 
371
1051
  ## [2.5.11](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v2.5.11)
372
1052
 
373
- Wed, 11 Jan 2023 07:50:49 GMT
1053
+ Wed, 11 Jan 2023 07:50:49 GMT
374
1054
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v2.5.10..@fluentui/web-components_v2.5.11)
375
1055
 
376
1056
  ### Patches
@@ -379,7 +1059,7 @@ Wed, 11 Jan 2023 07:50:49 GMT
379
1059
 
380
1060
  ## [2.5.10](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v2.5.10)
381
1061
 
382
- Tue, 10 Jan 2023 07:50:14 GMT
1062
+ Tue, 10 Jan 2023 07:50:14 GMT
383
1063
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v2.5.9..@fluentui/web-components_v2.5.10)
384
1064
 
385
1065
  ### Patches
@@ -388,7 +1068,7 @@ Tue, 10 Jan 2023 07:50:14 GMT
388
1068
 
389
1069
  ## [2.5.9](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v2.5.9)
390
1070
 
391
- Thu, 05 Jan 2023 07:59:57 GMT
1071
+ Thu, 05 Jan 2023 07:59:57 GMT
392
1072
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v2.5.8..@fluentui/web-components_v2.5.9)
393
1073
 
394
1074
  ### Patches
@@ -397,7 +1077,7 @@ Thu, 05 Jan 2023 07:59:57 GMT
397
1077
 
398
1078
  ## [2.5.8](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v2.5.8)
399
1079
 
400
- Wed, 26 Oct 2022 07:52:54 GMT
1080
+ Wed, 26 Oct 2022 07:52:54 GMT
401
1081
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v2.5.7..@fluentui/web-components_v2.5.8)
402
1082
 
403
1083
  ### Patches
@@ -406,7 +1086,7 @@ Wed, 26 Oct 2022 07:52:54 GMT
406
1086
 
407
1087
  ## [2.5.7](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v2.5.7)
408
1088
 
409
- Fri, 21 Oct 2022 07:44:53 GMT
1089
+ Fri, 21 Oct 2022 07:44:53 GMT
410
1090
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v2.5.6..@fluentui/web-components_v2.5.7)
411
1091
 
412
1092
  ### Patches
@@ -415,7 +1095,7 @@ Fri, 21 Oct 2022 07:44:53 GMT
415
1095
 
416
1096
  ## [2.5.6](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v2.5.6)
417
1097
 
418
- Mon, 19 Sep 2022 07:47:29 GMT
1098
+ Mon, 19 Sep 2022 07:47:29 GMT
419
1099
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v2.5.5..@fluentui/web-components_v2.5.6)
420
1100
 
421
1101
  ### Patches
@@ -424,7 +1104,7 @@ Mon, 19 Sep 2022 07:47:29 GMT
424
1104
 
425
1105
  ## [2.5.5](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v2.5.5)
426
1106
 
427
- Wed, 07 Sep 2022 07:54:43 GMT
1107
+ Wed, 07 Sep 2022 07:54:43 GMT
428
1108
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v2.5.4..@fluentui/web-components_v2.5.5)
429
1109
 
430
1110
  ### Patches
@@ -433,7 +1113,7 @@ Wed, 07 Sep 2022 07:54:43 GMT
433
1113
 
434
1114
  ## [2.5.4](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v2.5.4)
435
1115
 
436
- Tue, 30 Aug 2022 07:41:54 GMT
1116
+ Tue, 30 Aug 2022 07:41:54 GMT
437
1117
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v2.5.3..@fluentui/web-components_v2.5.4)
438
1118
 
439
1119
  ### Patches
@@ -442,7 +1122,7 @@ Tue, 30 Aug 2022 07:41:54 GMT
442
1122
 
443
1123
  ## [2.5.3](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v2.5.3)
444
1124
 
445
- Thu, 16 Jun 2022 23:03:44 GMT
1125
+ Thu, 16 Jun 2022 23:03:44 GMT
446
1126
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v2.5.2..@fluentui/web-components_v2.5.3)
447
1127
 
448
1128
  ### Patches
@@ -451,7 +1131,7 @@ Thu, 16 Jun 2022 23:03:44 GMT
451
1131
 
452
1132
  ## [2.5.2](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v2.5.2)
453
1133
 
454
- Tue, 07 Jun 2022 07:48:04 GMT
1134
+ Tue, 07 Jun 2022 07:48:04 GMT
455
1135
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v2.5.1..@fluentui/web-components_v2.5.2)
456
1136
 
457
1137
  ### Patches
@@ -460,7 +1140,7 @@ Tue, 07 Jun 2022 07:48:04 GMT
460
1140
 
461
1141
  ## [2.5.1](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v2.5.1)
462
1142
 
463
- Tue, 17 May 2022 07:45:01 GMT
1143
+ Tue, 17 May 2022 07:45:01 GMT
464
1144
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v2.5.0..@fluentui/web-components_v2.5.1)
465
1145
 
466
1146
  ### Patches
@@ -469,7 +1149,7 @@ Tue, 17 May 2022 07:45:01 GMT
469
1149
 
470
1150
  ## [2.5.0](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v2.5.0)
471
1151
 
472
- Fri, 06 May 2022 07:36:53 GMT
1152
+ Fri, 06 May 2022 07:36:53 GMT
473
1153
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v2.4.0..@fluentui/web-components_v2.5.0)
474
1154
 
475
1155
  ### Minor changes
@@ -478,7 +1158,7 @@ Fri, 06 May 2022 07:36:53 GMT
478
1158
 
479
1159
  ## [2.4.0](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v2.4.0)
480
1160
 
481
- Thu, 28 Apr 2022 07:39:56 GMT
1161
+ Thu, 28 Apr 2022 07:39:56 GMT
482
1162
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v2.3.1..@fluentui/web-components_v2.4.0)
483
1163
 
484
1164
  ### Minor changes
@@ -487,7 +1167,7 @@ Thu, 28 Apr 2022 07:39:56 GMT
487
1167
 
488
1168
  ## [2.3.1](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v2.3.1)
489
1169
 
490
- Mon, 07 Mar 2022 07:41:14 GMT
1170
+ Mon, 07 Mar 2022 07:41:14 GMT
491
1171
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v2.3.0..@fluentui/web-components_v2.3.1)
492
1172
 
493
1173
  ### Patches
@@ -496,7 +1176,7 @@ Mon, 07 Mar 2022 07:41:14 GMT
496
1176
 
497
1177
  ## [2.3.0](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v2.3.0)
498
1178
 
499
- Tue, 01 Mar 2022 07:23:43 GMT
1179
+ Tue, 01 Mar 2022 07:23:43 GMT
500
1180
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v2.2.3..@fluentui/web-components_v2.3.0)
501
1181
 
502
1182
  ### Minor changes
@@ -505,7 +1185,7 @@ Tue, 01 Mar 2022 07:23:43 GMT
505
1185
 
506
1186
  ## [2.2.3](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v2.2.3)
507
1187
 
508
- Fri, 18 Feb 2022 07:22:08 GMT
1188
+ Fri, 18 Feb 2022 07:22:08 GMT
509
1189
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v2.2.2..@fluentui/web-components_v2.2.3)
510
1190
 
511
1191
  ### Patches
@@ -514,7 +1194,7 @@ Fri, 18 Feb 2022 07:22:08 GMT
514
1194
 
515
1195
  ## [2.2.2](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v2.2.2)
516
1196
 
517
- Thu, 27 Jan 2022 07:34:08 GMT
1197
+ Thu, 27 Jan 2022 07:34:08 GMT
518
1198
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v2.2.1..@fluentui/web-components_v2.2.2)
519
1199
 
520
1200
  ### Patches
@@ -523,7 +1203,7 @@ Thu, 27 Jan 2022 07:34:08 GMT
523
1203
 
524
1204
  ## [2.2.1](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v2.2.1)
525
1205
 
526
- Wed, 12 Jan 2022 07:32:29 GMT
1206
+ Wed, 12 Jan 2022 07:32:29 GMT
527
1207
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v2.2.0..@fluentui/web-components_v2.2.1)
528
1208
 
529
1209
  ### Patches
@@ -532,7 +1212,7 @@ Wed, 12 Jan 2022 07:32:29 GMT
532
1212
 
533
1213
  ## [2.2.0](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v2.2.0)
534
1214
 
535
- Fri, 07 Jan 2022 07:27:47 GMT
1215
+ Fri, 07 Jan 2022 07:27:47 GMT
536
1216
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v2.1.3..@fluentui/web-components_v2.2.0)
537
1217
 
538
1218
  ### Minor changes
@@ -541,7 +1221,7 @@ Fri, 07 Jan 2022 07:27:47 GMT
541
1221
 
542
1222
  ## [2.1.3](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v2.1.3)
543
1223
 
544
- Wed, 15 Dec 2021 07:31:29 GMT
1224
+ Wed, 15 Dec 2021 07:31:29 GMT
545
1225
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v2.1.2..@fluentui/web-components_v2.1.3)
546
1226
 
547
1227
  ### Patches
@@ -550,7 +1230,7 @@ Wed, 15 Dec 2021 07:31:29 GMT
550
1230
 
551
1231
  ## [2.1.2](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v2.1.2)
552
1232
 
553
- Fri, 10 Dec 2021 07:30:35 GMT
1233
+ Fri, 10 Dec 2021 07:30:35 GMT
554
1234
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v2.1.1..@fluentui/web-components_v2.1.2)
555
1235
 
556
1236
  ### Patches
@@ -559,7 +1239,7 @@ Fri, 10 Dec 2021 07:30:35 GMT
559
1239
 
560
1240
  ## [2.1.1](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v2.1.1)
561
1241
 
562
- Thu, 02 Dec 2021 07:36:29 GMT
1242
+ Thu, 02 Dec 2021 07:36:29 GMT
563
1243
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v2.1.0..@fluentui/web-components_v2.1.1)
564
1244
 
565
1245
  ### Patches
@@ -568,7 +1248,7 @@ Thu, 02 Dec 2021 07:36:29 GMT
568
1248
 
569
1249
  ## [2.1.0](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v2.1.0)
570
1250
 
571
- Tue, 23 Nov 2021 07:27:34 GMT
1251
+ Tue, 23 Nov 2021 07:27:34 GMT
572
1252
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v2.0.2..@fluentui/web-components_v2.1.0)
573
1253
 
574
1254
  ### Minor changes
@@ -577,7 +1257,7 @@ Tue, 23 Nov 2021 07:27:34 GMT
577
1257
 
578
1258
  ## [2.0.2](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v2.0.2)
579
1259
 
580
- Tue, 09 Nov 2021 07:38:11 GMT
1260
+ Tue, 09 Nov 2021 07:38:11 GMT
581
1261
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v2.0.1..@fluentui/web-components_v2.0.2)
582
1262
 
583
1263
  ### Patches
@@ -586,7 +1266,7 @@ Tue, 09 Nov 2021 07:38:11 GMT
586
1266
 
587
1267
  ## [2.0.1](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v2.0.1)
588
1268
 
589
- Tue, 02 Nov 2021 07:37:01 GMT
1269
+ Tue, 02 Nov 2021 07:37:01 GMT
590
1270
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v2.0.0..@fluentui/web-components_v2.0.1)
591
1271
 
592
1272
  ### Patches
@@ -597,7 +1277,7 @@ Tue, 02 Nov 2021 07:37:01 GMT
597
1277
 
598
1278
  ## [2.0.0](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v2.0.0)
599
1279
 
600
- Fri, 22 Oct 2021 23:04:22 GMT
1280
+ Fri, 22 Oct 2021 23:04:22 GMT
601
1281
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v1.6.3..@fluentui/web-components_v2.0.0)
602
1282
 
603
1283
  ### Major changes
@@ -606,7 +1286,7 @@ Fri, 22 Oct 2021 23:04:22 GMT
606
1286
 
607
1287
  ## [1.6.3](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v1.6.3)
608
1288
 
609
- Fri, 22 Oct 2021 19:30:28 GMT
1289
+ Fri, 22 Oct 2021 19:30:28 GMT
610
1290
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v1.6.2..@fluentui/web-components_v1.6.3)
611
1291
 
612
1292
  ### Patches
@@ -615,7 +1295,7 @@ Fri, 22 Oct 2021 19:30:28 GMT
615
1295
 
616
1296
  ## [1.6.2](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v1.6.2)
617
1297
 
618
- Thu, 14 Oct 2021 00:11:22 GMT
1298
+ Thu, 14 Oct 2021 00:11:22 GMT
619
1299
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v1.6.1..@fluentui/web-components_v1.6.2)
620
1300
 
621
1301
  ### Patches
@@ -624,7 +1304,7 @@ Thu, 14 Oct 2021 00:11:22 GMT
624
1304
 
625
1305
  ## [1.6.1](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v1.6.1)
626
1306
 
627
- Fri, 08 Oct 2021 07:31:50 GMT
1307
+ Fri, 08 Oct 2021 07:31:50 GMT
628
1308
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v1.6.0..@fluentui/web-components_v1.6.1)
629
1309
 
630
1310
  ### Patches
@@ -633,7 +1313,7 @@ Fri, 08 Oct 2021 07:31:50 GMT
633
1313
 
634
1314
  ## [1.6.0](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v1.6.0)
635
1315
 
636
- Thu, 07 Oct 2021 07:30:53 GMT
1316
+ Thu, 07 Oct 2021 07:30:53 GMT
637
1317
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v1.5.6..@fluentui/web-components_v1.6.0)
638
1318
 
639
1319
  ### Minor changes
@@ -647,7 +1327,7 @@ Thu, 07 Oct 2021 07:30:53 GMT
647
1327
 
648
1328
  ## [1.5.6](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v1.5.6)
649
1329
 
650
- Wed, 06 Oct 2021 11:11:56 GMT
1330
+ Wed, 06 Oct 2021 11:11:56 GMT
651
1331
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v1.5.5..@fluentui/web-components_v1.5.6)
652
1332
 
653
1333
  ### Patches
@@ -656,7 +1336,7 @@ Wed, 06 Oct 2021 11:11:56 GMT
656
1336
 
657
1337
  ## [1.5.5](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v1.5.5)
658
1338
 
659
- Tue, 05 Oct 2021 07:37:17 GMT
1339
+ Tue, 05 Oct 2021 07:37:17 GMT
660
1340
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v1.5.4..@fluentui/web-components_v1.5.5)
661
1341
 
662
1342
  ### Patches
@@ -666,7 +1346,7 @@ Tue, 05 Oct 2021 07:37:17 GMT
666
1346
 
667
1347
  ## [1.5.4](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v1.5.4)
668
1348
 
669
- Wed, 29 Sep 2021 07:36:23 GMT
1349
+ Wed, 29 Sep 2021 07:36:23 GMT
670
1350
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v1.5.3..@fluentui/web-components_v1.5.4)
671
1351
 
672
1352
  ### Patches
@@ -675,7 +1355,7 @@ Wed, 29 Sep 2021 07:36:23 GMT
675
1355
 
676
1356
  ## [1.5.3](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v1.5.3)
677
1357
 
678
- Thu, 23 Sep 2021 07:35:13 GMT
1358
+ Thu, 23 Sep 2021 07:35:13 GMT
679
1359
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v1.5.2..@fluentui/web-components_v1.5.3)
680
1360
 
681
1361
  ### Patches
@@ -684,7 +1364,7 @@ Thu, 23 Sep 2021 07:35:13 GMT
684
1364
 
685
1365
  ## [1.5.2](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v1.5.2)
686
1366
 
687
- Fri, 17 Sep 2021 07:35:26 GMT
1367
+ Fri, 17 Sep 2021 07:35:26 GMT
688
1368
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v1.5.1..@fluentui/web-components_v1.5.2)
689
1369
 
690
1370
  ### Patches
@@ -694,7 +1374,7 @@ Fri, 17 Sep 2021 07:35:26 GMT
694
1374
 
695
1375
  ## [1.5.1](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v1.5.1)
696
1376
 
697
- Tue, 14 Sep 2021 20:09:02 GMT
1377
+ Tue, 14 Sep 2021 20:09:02 GMT
698
1378
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v1.5.0..@fluentui/web-components_v1.5.1)
699
1379
 
700
1380
  ### Patches
@@ -703,7 +1383,7 @@ Tue, 14 Sep 2021 20:09:02 GMT
703
1383
 
704
1384
  ## [1.5.0](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v1.5.0)
705
1385
 
706
- Mon, 13 Sep 2021 07:37:03 GMT
1386
+ Mon, 13 Sep 2021 07:37:03 GMT
707
1387
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v1.4.2..@fluentui/web-components_v1.5.0)
708
1388
 
709
1389
  ### Minor changes
@@ -712,7 +1392,7 @@ Mon, 13 Sep 2021 07:37:03 GMT
712
1392
 
713
1393
  ## [1.4.2](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v1.4.2)
714
1394
 
715
- Fri, 10 Sep 2021 07:39:51 GMT
1395
+ Fri, 10 Sep 2021 07:39:51 GMT
716
1396
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v1.4.1..@fluentui/web-components_v1.4.2)
717
1397
 
718
1398
  ### Patches
@@ -722,7 +1402,7 @@ Fri, 10 Sep 2021 07:39:51 GMT
722
1402
 
723
1403
  ## [1.4.1](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v1.4.1)
724
1404
 
725
- Fri, 03 Sep 2021 00:13:07 GMT
1405
+ Fri, 03 Sep 2021 00:13:07 GMT
726
1406
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v1.4.0..@fluentui/web-components_v1.4.1)
727
1407
 
728
1408
  ### Patches
@@ -731,7 +1411,7 @@ Fri, 03 Sep 2021 00:13:07 GMT
731
1411
 
732
1412
  ## [1.4.0](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v1.4.0)
733
1413
 
734
- Thu, 02 Sep 2021 07:36:46 GMT
1414
+ Thu, 02 Sep 2021 07:36:46 GMT
735
1415
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v1.3.8..@fluentui/web-components_v1.4.0)
736
1416
 
737
1417
  ### Minor changes
@@ -740,7 +1420,7 @@ Thu, 02 Sep 2021 07:36:46 GMT
740
1420
 
741
1421
  ## [1.3.8](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v1.3.8)
742
1422
 
743
- Tue, 31 Aug 2021 07:37:47 GMT
1423
+ Tue, 31 Aug 2021 07:37:47 GMT
744
1424
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v1.3.7..@fluentui/web-components_v1.3.8)
745
1425
 
746
1426
  ### Patches
@@ -750,7 +1430,7 @@ Tue, 31 Aug 2021 07:37:47 GMT
750
1430
 
751
1431
  ## [1.3.7](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v1.3.7)
752
1432
 
753
- Mon, 30 Aug 2021 07:35:05 GMT
1433
+ Mon, 30 Aug 2021 07:35:05 GMT
754
1434
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v1.3.6..@fluentui/web-components_v1.3.7)
755
1435
 
756
1436
  ### Patches
@@ -759,7 +1439,7 @@ Mon, 30 Aug 2021 07:35:05 GMT
759
1439
 
760
1440
  ## [1.3.6](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v1.3.6)
761
1441
 
762
- Thu, 26 Aug 2021 07:35:43 GMT
1442
+ Thu, 26 Aug 2021 07:35:43 GMT
763
1443
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v1.3.5..@fluentui/web-components_v1.3.6)
764
1444
 
765
1445
  ### Patches
@@ -768,7 +1448,7 @@ Thu, 26 Aug 2021 07:35:43 GMT
768
1448
 
769
1449
  ## [1.3.5](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v1.3.5)
770
1450
 
771
- Fri, 20 Aug 2021 07:37:28 GMT
1451
+ Fri, 20 Aug 2021 07:37:28 GMT
772
1452
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v1.3.4..@fluentui/web-components_v1.3.5)
773
1453
 
774
1454
  ### Patches
@@ -777,7 +1457,7 @@ Fri, 20 Aug 2021 07:37:28 GMT
777
1457
 
778
1458
  ## [1.3.4](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v1.3.4)
779
1459
 
780
- Thu, 19 Aug 2021 07:41:35 GMT
1460
+ Thu, 19 Aug 2021 07:41:35 GMT
781
1461
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v1.3.3..@fluentui/web-components_v1.3.4)
782
1462
 
783
1463
  ### Patches
@@ -787,7 +1467,7 @@ Thu, 19 Aug 2021 07:41:35 GMT
787
1467
 
788
1468
  ## [1.3.3](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v1.3.3)
789
1469
 
790
- Thu, 05 Aug 2021 07:34:24 GMT
1470
+ Thu, 05 Aug 2021 07:34:24 GMT
791
1471
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v1.3.2..@fluentui/web-components_v1.3.3)
792
1472
 
793
1473
  ### Patches
@@ -796,7 +1476,7 @@ Thu, 05 Aug 2021 07:34:24 GMT
796
1476
 
797
1477
  ## [1.3.2](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v1.3.2)
798
1478
 
799
- Wed, 04 Aug 2021 07:34:12 GMT
1479
+ Wed, 04 Aug 2021 07:34:12 GMT
800
1480
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v1.3.1..@fluentui/web-components_v1.3.2)
801
1481
 
802
1482
  ### Patches
@@ -805,7 +1485,7 @@ Wed, 04 Aug 2021 07:34:12 GMT
805
1485
 
806
1486
  ## [1.3.1](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v1.3.1)
807
1487
 
808
- Fri, 30 Jul 2021 07:35:22 GMT
1488
+ Fri, 30 Jul 2021 07:35:22 GMT
809
1489
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v1.3.0..@fluentui/web-components_v1.3.1)
810
1490
 
811
1491
  ### Patches
@@ -814,7 +1494,7 @@ Fri, 30 Jul 2021 07:35:22 GMT
814
1494
 
815
1495
  ## [1.3.0](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v1.3.0)
816
1496
 
817
- Mon, 26 Jul 2021 07:37:30 GMT
1497
+ Mon, 26 Jul 2021 07:37:30 GMT
818
1498
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v1.2.3..@fluentui/web-components_v1.3.0)
819
1499
 
820
1500
  ### Minor changes
@@ -823,7 +1503,7 @@ Mon, 26 Jul 2021 07:37:30 GMT
823
1503
 
824
1504
  ## [1.2.3](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v1.2.3)
825
1505
 
826
- Fri, 23 Jul 2021 07:38:19 GMT
1506
+ Fri, 23 Jul 2021 07:38:19 GMT
827
1507
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v1.2.2..@fluentui/web-components_v1.2.3)
828
1508
 
829
1509
  ### Patches
@@ -832,7 +1512,7 @@ Fri, 23 Jul 2021 07:38:19 GMT
832
1512
 
833
1513
  ## [1.2.2](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v1.2.2)
834
1514
 
835
- Thu, 22 Jul 2021 07:36:55 GMT
1515
+ Thu, 22 Jul 2021 07:36:55 GMT
836
1516
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v1.2.1..@fluentui/web-components_v1.2.2)
837
1517
 
838
1518
  ### Patches
@@ -841,7 +1521,7 @@ Thu, 22 Jul 2021 07:36:55 GMT
841
1521
 
842
1522
  ## [1.2.1](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v1.2.1)
843
1523
 
844
- Fri, 16 Jul 2021 22:53:17 GMT
1524
+ Fri, 16 Jul 2021 22:53:17 GMT
845
1525
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v1.2.0..@fluentui/web-components_v1.2.1)
846
1526
 
847
1527
  ### Patches
@@ -851,7 +1531,7 @@ Fri, 16 Jul 2021 22:53:17 GMT
851
1531
 
852
1532
  ## [1.2.0](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v1.2.0)
853
1533
 
854
- Fri, 16 Jul 2021 00:35:31 GMT
1534
+ Fri, 16 Jul 2021 00:35:31 GMT
855
1535
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v1.1.1..@fluentui/web-components_v1.2.0)
856
1536
 
857
1537
  ### Minor changes
@@ -865,7 +1545,7 @@ Fri, 16 Jul 2021 00:35:31 GMT
865
1545
 
866
1546
  ## [1.1.1](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v1.1.1)
867
1547
 
868
- Thu, 15 Jul 2021 07:36:18 GMT
1548
+ Thu, 15 Jul 2021 07:36:18 GMT
869
1549
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v1.1.0..@fluentui/web-components_v1.1.1)
870
1550
 
871
1551
  ### Patches
@@ -874,7 +1554,7 @@ Thu, 15 Jul 2021 07:36:18 GMT
874
1554
 
875
1555
  ## [1.1.0](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v1.1.0)
876
1556
 
877
- Tue, 13 Jul 2021 22:32:58 GMT
1557
+ Tue, 13 Jul 2021 22:32:58 GMT
878
1558
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v1.0.2..@fluentui/web-components_v1.1.0)
879
1559
 
880
1560
  ### Minor changes
@@ -884,7 +1564,7 @@ Tue, 13 Jul 2021 22:32:58 GMT
884
1564
 
885
1565
  ## [1.0.2](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v1.0.2)
886
1566
 
887
- Fri, 09 Jul 2021 07:39:31 GMT
1567
+ Fri, 09 Jul 2021 07:39:31 GMT
888
1568
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v1.0.1..@fluentui/web-components_v1.0.2)
889
1569
 
890
1570
  ### Patches
@@ -893,7 +1573,7 @@ Fri, 09 Jul 2021 07:39:31 GMT
893
1573
 
894
1574
  ## [1.0.1](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v1.0.1)
895
1575
 
896
- Wed, 07 Jul 2021 07:32:54 GMT
1576
+ Wed, 07 Jul 2021 07:32:54 GMT
897
1577
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v1.0.0..@fluentui/web-components_v1.0.1)
898
1578
 
899
1579
  ### Patches
@@ -902,7 +1582,7 @@ Wed, 07 Jul 2021 07:32:54 GMT
902
1582
 
903
1583
  ## [1.0.0](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v1.0.0)
904
1584
 
905
- Fri, 02 Jul 2021 23:15:55 GMT
1585
+ Fri, 02 Jul 2021 23:15:55 GMT
906
1586
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v0.22.1..@fluentui/web-components_v1.0.0)
907
1587
 
908
1588
  ### Major changes
@@ -935,7 +1615,7 @@ Fri, 02 Jul 2021 23:15:55 GMT
935
1615
 
936
1616
  ## [0.22.1](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v0.22.1)
937
1617
 
938
- Tue, 08 Jun 2021 07:32:44 GMT
1618
+ Tue, 08 Jun 2021 07:32:44 GMT
939
1619
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v0.22.0..@fluentui/web-components_v0.22.1)
940
1620
 
941
1621
  ### Patches
@@ -944,7 +1624,7 @@ Tue, 08 Jun 2021 07:32:44 GMT
944
1624
 
945
1625
  ## [0.22.0](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v0.22.0)
946
1626
 
947
- Fri, 04 Jun 2021 07:37:23 GMT
1627
+ Fri, 04 Jun 2021 07:37:23 GMT
948
1628
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v0.21.2..@fluentui/web-components_v0.22.0)
949
1629
 
950
1630
  ### Minor changes
@@ -953,7 +1633,7 @@ Fri, 04 Jun 2021 07:37:23 GMT
953
1633
 
954
1634
  ## [0.21.2](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v0.21.2)
955
1635
 
956
- Thu, 20 May 2021 07:41:54 GMT
1636
+ Thu, 20 May 2021 07:41:54 GMT
957
1637
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v0.21.1..@fluentui/web-components_v0.21.2)
958
1638
 
959
1639
  ### Patches
@@ -962,7 +1642,7 @@ Thu, 20 May 2021 07:41:54 GMT
962
1642
 
963
1643
  ## [0.21.1](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v0.21.1)
964
1644
 
965
- Mon, 17 May 2021 07:33:48 GMT
1645
+ Mon, 17 May 2021 07:33:48 GMT
966
1646
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v0.21.0..@fluentui/web-components_v0.21.1)
967
1647
 
968
1648
  ### Patches
@@ -972,7 +1652,7 @@ Mon, 17 May 2021 07:33:48 GMT
972
1652
 
973
1653
  ## [0.21.0](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v0.21.0)
974
1654
 
975
- Fri, 30 Apr 2021 07:42:23 GMT
1655
+ Fri, 30 Apr 2021 07:42:23 GMT
976
1656
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v0.20.3..@fluentui/web-components_v0.21.0)
977
1657
 
978
1658
  ### Minor changes
@@ -981,7 +1661,7 @@ Fri, 30 Apr 2021 07:42:23 GMT
981
1661
 
982
1662
  ## [0.20.3](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v0.20.3)
983
1663
 
984
- Wed, 21 Apr 2021 07:31:50 GMT
1664
+ Wed, 21 Apr 2021 07:31:50 GMT
985
1665
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v0.20.2..@fluentui/web-components_v0.20.3)
986
1666
 
987
1667
  ### Patches
@@ -990,7 +1670,7 @@ Wed, 21 Apr 2021 07:31:50 GMT
990
1670
 
991
1671
  ## [0.20.2](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v0.20.2)
992
1672
 
993
- Thu, 01 Apr 2021 07:33:24 GMT
1673
+ Thu, 01 Apr 2021 07:33:24 GMT
994
1674
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v0.20.1..@fluentui/web-components_v0.20.2)
995
1675
 
996
1676
  ### Patches
@@ -999,7 +1679,7 @@ Thu, 01 Apr 2021 07:33:24 GMT
999
1679
 
1000
1680
  ## [0.20.1](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v0.20.1)
1001
1681
 
1002
- Mon, 29 Mar 2021 07:30:29 GMT
1682
+ Mon, 29 Mar 2021 07:30:29 GMT
1003
1683
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v0.20.0..@fluentui/web-components_v0.20.1)
1004
1684
 
1005
1685
  ### Patches
@@ -1008,7 +1688,7 @@ Mon, 29 Mar 2021 07:30:29 GMT
1008
1688
 
1009
1689
  ## [0.20.0](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v0.20.0)
1010
1690
 
1011
- Fri, 26 Mar 2021 07:32:34 GMT
1691
+ Fri, 26 Mar 2021 07:32:34 GMT
1012
1692
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v0.19.1..@fluentui/web-components_v0.20.0)
1013
1693
 
1014
1694
  ### Minor changes
@@ -1017,7 +1697,7 @@ Fri, 26 Mar 2021 07:32:34 GMT
1017
1697
 
1018
1698
  ## [0.19.1](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v0.19.1)
1019
1699
 
1020
- Thu, 25 Mar 2021 07:33:24 GMT
1700
+ Thu, 25 Mar 2021 07:33:24 GMT
1021
1701
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v0.19.0..@fluentui/web-components_v0.19.1)
1022
1702
 
1023
1703
  ### Patches
@@ -1026,7 +1706,7 @@ Thu, 25 Mar 2021 07:33:24 GMT
1026
1706
 
1027
1707
  ## [0.19.0](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v0.19.0)
1028
1708
 
1029
- Tue, 23 Mar 2021 07:31:43 GMT
1709
+ Tue, 23 Mar 2021 07:31:43 GMT
1030
1710
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v0.18.0..@fluentui/web-components_v0.19.0)
1031
1711
 
1032
1712
  ### Minor changes
@@ -1039,7 +1719,7 @@ Tue, 23 Mar 2021 07:31:43 GMT
1039
1719
 
1040
1720
  ## [0.18.0](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v0.18.0)
1041
1721
 
1042
- Fri, 19 Mar 2021 07:32:43 GMT
1722
+ Fri, 19 Mar 2021 07:32:43 GMT
1043
1723
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v0.17.0..@fluentui/web-components_v0.18.0)
1044
1724
 
1045
1725
  ### Minor changes
@@ -1048,7 +1728,7 @@ Fri, 19 Mar 2021 07:32:43 GMT
1048
1728
 
1049
1729
  ## [0.17.0](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v0.17.0)
1050
1730
 
1051
- Thu, 18 Mar 2021 20:15:34 GMT
1731
+ Thu, 18 Mar 2021 20:15:34 GMT
1052
1732
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v0.16.2..@fluentui/web-components_v0.17.0)
1053
1733
 
1054
1734
  ### Minor changes
@@ -1061,7 +1741,7 @@ Thu, 18 Mar 2021 20:15:34 GMT
1061
1741
 
1062
1742
  ## [0.16.2](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v0.16.2)
1063
1743
 
1064
- Wed, 17 Mar 2021 07:35:44 GMT
1744
+ Wed, 17 Mar 2021 07:35:44 GMT
1065
1745
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v0.16.1..@fluentui/web-components_v0.16.2)
1066
1746
 
1067
1747
  ### Patches
@@ -1070,7 +1750,7 @@ Wed, 17 Mar 2021 07:35:44 GMT
1070
1750
 
1071
1751
  ## [0.16.1](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v0.16.1)
1072
1752
 
1073
- Tue, 16 Mar 2021 07:32:44 GMT
1753
+ Tue, 16 Mar 2021 07:32:44 GMT
1074
1754
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v0.16.0..@fluentui/web-components_v0.16.1)
1075
1755
 
1076
1756
  ### Patches
@@ -1079,7 +1759,7 @@ Tue, 16 Mar 2021 07:32:44 GMT
1079
1759
 
1080
1760
  ## [0.16.0](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v0.16.0)
1081
1761
 
1082
- Fri, 12 Mar 2021 20:04:27 GMT
1762
+ Fri, 12 Mar 2021 20:04:27 GMT
1083
1763
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v0.15.0..@fluentui/web-components_v0.16.0)
1084
1764
 
1085
1765
  ### Minor changes
@@ -1088,7 +1768,7 @@ Fri, 12 Mar 2021 20:04:27 GMT
1088
1768
 
1089
1769
  ## [0.15.0](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v0.15.0)
1090
1770
 
1091
- Sun, 07 Mar 2021 23:34:51 GMT
1771
+ Sun, 07 Mar 2021 23:34:51 GMT
1092
1772
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v0.14.2..@fluentui/web-components_v0.15.0)
1093
1773
 
1094
1774
  ### Minor changes
@@ -1098,7 +1778,7 @@ Sun, 07 Mar 2021 23:34:51 GMT
1098
1778
 
1099
1779
  ## [0.14.2](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v0.14.2)
1100
1780
 
1101
- Thu, 25 Feb 2021 01:15:27 GMT
1781
+ Thu, 25 Feb 2021 01:15:27 GMT
1102
1782
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v0.14.1..@fluentui/web-components_v0.14.2)
1103
1783
 
1104
1784
  ### Patches
@@ -1108,7 +1788,7 @@ Thu, 25 Feb 2021 01:15:27 GMT
1108
1788
 
1109
1789
  ## [0.14.1](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v0.14.1)
1110
1790
 
1111
- Mon, 22 Feb 2021 12:26:22 GMT
1791
+ Mon, 22 Feb 2021 12:26:22 GMT
1112
1792
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v0.14.0..@fluentui/web-components_v0.14.1)
1113
1793
 
1114
1794
  ### Patches
@@ -1117,7 +1797,7 @@ Mon, 22 Feb 2021 12:26:22 GMT
1117
1797
 
1118
1798
  ## [0.14.0](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v0.14.0)
1119
1799
 
1120
- Fri, 12 Feb 2021 12:26:20 GMT
1800
+ Fri, 12 Feb 2021 12:26:20 GMT
1121
1801
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v0.13.1..@fluentui/web-components_v0.14.0)
1122
1802
 
1123
1803
  ### Minor changes
@@ -1126,7 +1806,7 @@ Fri, 12 Feb 2021 12:26:20 GMT
1126
1806
 
1127
1807
  ## [0.13.1](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v0.13.1)
1128
1808
 
1129
- Thu, 11 Feb 2021 02:38:00 GMT
1809
+ Thu, 11 Feb 2021 02:38:00 GMT
1130
1810
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v0.13.0..@fluentui/web-components_v0.13.1)
1131
1811
 
1132
1812
  ### Patches
@@ -1135,7 +1815,7 @@ Thu, 11 Feb 2021 02:38:00 GMT
1135
1815
 
1136
1816
  ## [0.13.0](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v0.13.0)
1137
1817
 
1138
- Tue, 09 Feb 2021 00:56:52 GMT
1818
+ Tue, 09 Feb 2021 00:56:52 GMT
1139
1819
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v0.12.1..@fluentui/web-components_v0.13.0)
1140
1820
 
1141
1821
  ### Minor changes
@@ -1148,7 +1828,7 @@ Tue, 09 Feb 2021 00:56:52 GMT
1148
1828
 
1149
1829
  ## [0.12.1](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v0.12.1)
1150
1830
 
1151
- Mon, 08 Feb 2021 12:23:08 GMT
1831
+ Mon, 08 Feb 2021 12:23:08 GMT
1152
1832
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v0.12.0..@fluentui/web-components_v0.12.1)
1153
1833
 
1154
1834
  ### Patches
@@ -1157,7 +1837,7 @@ Mon, 08 Feb 2021 12:23:08 GMT
1157
1837
 
1158
1838
  ## [0.12.0](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v0.12.0)
1159
1839
 
1160
- Wed, 03 Feb 2021 05:51:40 GMT
1840
+ Wed, 03 Feb 2021 05:51:40 GMT
1161
1841
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v0.11.0..@fluentui/web-components_v0.12.0)
1162
1842
 
1163
1843
  ### Minor changes
@@ -1166,7 +1846,7 @@ Wed, 03 Feb 2021 05:51:40 GMT
1166
1846
 
1167
1847
  ## [0.11.0](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v0.11.0)
1168
1848
 
1169
- Tue, 26 Jan 2021 12:33:19 GMT
1849
+ Tue, 26 Jan 2021 12:33:19 GMT
1170
1850
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v0.10.6..@fluentui/web-components_v0.11.0)
1171
1851
 
1172
1852
  ### Minor changes
@@ -1179,7 +1859,7 @@ Tue, 26 Jan 2021 12:33:19 GMT
1179
1859
 
1180
1860
  ## [0.10.6](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v0.10.6)
1181
1861
 
1182
- Thu, 21 Jan 2021 12:36:12 GMT
1862
+ Thu, 21 Jan 2021 12:36:12 GMT
1183
1863
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v0.10.5..@fluentui/web-components_v0.10.6)
1184
1864
 
1185
1865
  ### Patches
@@ -1188,7 +1868,7 @@ Thu, 21 Jan 2021 12:36:12 GMT
1188
1868
 
1189
1869
  ## [0.10.5](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v0.10.5)
1190
1870
 
1191
- Wed, 20 Jan 2021 12:22:46 GMT
1871
+ Wed, 20 Jan 2021 12:22:46 GMT
1192
1872
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v0.10.4..@fluentui/web-components_v0.10.5)
1193
1873
 
1194
1874
  ### Patches
@@ -1197,7 +1877,7 @@ Wed, 20 Jan 2021 12:22:46 GMT
1197
1877
 
1198
1878
  ## [0.10.4](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v0.10.4)
1199
1879
 
1200
- Fri, 15 Jan 2021 12:30:40 GMT
1880
+ Fri, 15 Jan 2021 12:30:40 GMT
1201
1881
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v0.10.3..@fluentui/web-components_v0.10.4)
1202
1882
 
1203
1883
  ### Patches
@@ -1207,7 +1887,7 @@ Fri, 15 Jan 2021 12:30:40 GMT
1207
1887
 
1208
1888
  ## [0.10.3](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v0.10.3)
1209
1889
 
1210
- Tue, 12 Jan 2021 12:36:40 GMT
1890
+ Tue, 12 Jan 2021 12:36:40 GMT
1211
1891
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v0.10.2..@fluentui/web-components_v0.10.3)
1212
1892
 
1213
1893
  ### Patches
@@ -1216,7 +1896,7 @@ Tue, 12 Jan 2021 12:36:40 GMT
1216
1896
 
1217
1897
  ## [0.10.2](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v0.10.2)
1218
1898
 
1219
- Tue, 05 Jan 2021 12:29:33 GMT
1899
+ Tue, 05 Jan 2021 12:29:33 GMT
1220
1900
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v0.10.1..@fluentui/web-components_v0.10.2)
1221
1901
 
1222
1902
  ### Patches
@@ -1231,7 +1911,7 @@ Tue, 05 Jan 2021 12:29:33 GMT
1231
1911
 
1232
1912
  ## [0.10.1](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v0.10.1)
1233
1913
 
1234
- Fri, 18 Dec 2020 12:27:55 GMT
1914
+ Fri, 18 Dec 2020 12:27:55 GMT
1235
1915
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v0.10.0..@fluentui/web-components_v0.10.1)
1236
1916
 
1237
1917
  ### Patches
@@ -1240,7 +1920,7 @@ Fri, 18 Dec 2020 12:27:55 GMT
1240
1920
 
1241
1921
  ## [0.10.0](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v0.10.0)
1242
1922
 
1243
- Thu, 17 Dec 2020 12:30:15 GMT
1923
+ Thu, 17 Dec 2020 12:30:15 GMT
1244
1924
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v0.9.2..@fluentui/web-components_v0.10.0)
1245
1925
 
1246
1926
  ### Minor changes
@@ -1253,7 +1933,7 @@ Thu, 17 Dec 2020 12:30:15 GMT
1253
1933
 
1254
1934
  ## [0.9.2](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v0.9.2)
1255
1935
 
1256
- Wed, 16 Dec 2020 12:27:05 GMT
1936
+ Wed, 16 Dec 2020 12:27:05 GMT
1257
1937
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v0.9.1..@fluentui/web-components_v0.9.2)
1258
1938
 
1259
1939
  ### Patches
@@ -1262,7 +1942,7 @@ Wed, 16 Dec 2020 12:27:05 GMT
1262
1942
 
1263
1943
  ## [0.9.1](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v0.9.1)
1264
1944
 
1265
- Wed, 09 Dec 2020 12:27:00 GMT
1945
+ Wed, 09 Dec 2020 12:27:00 GMT
1266
1946
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v0.9.0..@fluentui/web-components_v0.9.1)
1267
1947
 
1268
1948
  ### Patches
@@ -1271,7 +1951,7 @@ Wed, 09 Dec 2020 12:27:00 GMT
1271
1951
 
1272
1952
  ## [0.9.0](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v0.9.0)
1273
1953
 
1274
- Wed, 02 Dec 2020 12:37:40 GMT
1954
+ Wed, 02 Dec 2020 12:37:40 GMT
1275
1955
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v0.8.1..@fluentui/web-components_v0.9.0)
1276
1956
 
1277
1957
  ### Minor changes
@@ -1280,7 +1960,7 @@ Wed, 02 Dec 2020 12:37:40 GMT
1280
1960
 
1281
1961
  ## [0.8.1](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v0.8.1)
1282
1962
 
1283
- Sat, 21 Nov 2020 02:00:44 GMT
1963
+ Sat, 21 Nov 2020 02:00:44 GMT
1284
1964
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v0.8.0..@fluentui/web-components_v0.8.1)
1285
1965
 
1286
1966
  ### Patches
@@ -1292,7 +1972,7 @@ Sat, 21 Nov 2020 02:00:44 GMT
1292
1972
 
1293
1973
  ## [0.8.0](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v0.8.0)
1294
1974
 
1295
- Wed, 18 Nov 2020 12:30:07 GMT
1975
+ Wed, 18 Nov 2020 12:30:07 GMT
1296
1976
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v0.7.2..@fluentui/web-components_v0.8.0)
1297
1977
 
1298
1978
  ### Minor changes
@@ -1301,7 +1981,7 @@ Wed, 18 Nov 2020 12:30:07 GMT
1301
1981
 
1302
1982
  ## [0.7.2](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v0.7.2)
1303
1983
 
1304
- Tue, 17 Nov 2020 12:36:24 GMT
1984
+ Tue, 17 Nov 2020 12:36:24 GMT
1305
1985
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v0.7.1..@fluentui/web-components_v0.7.2)
1306
1986
 
1307
1987
  ### Patches
@@ -1310,7 +1990,7 @@ Tue, 17 Nov 2020 12:36:24 GMT
1310
1990
 
1311
1991
  ## [0.7.1](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v0.7.1)
1312
1992
 
1313
- Thu, 05 Nov 2020 12:29:43 GMT
1993
+ Thu, 05 Nov 2020 12:29:43 GMT
1314
1994
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v0.7.0..@fluentui/web-components_v0.7.1)
1315
1995
 
1316
1996
  ### Patches
@@ -1319,7 +1999,7 @@ Thu, 05 Nov 2020 12:29:43 GMT
1319
1999
 
1320
2000
  ## [0.7.0](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v0.7.0)
1321
2001
 
1322
- Thu, 29 Oct 2020 12:34:59 GMT
2002
+ Thu, 29 Oct 2020 12:34:59 GMT
1323
2003
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v0.6.3..@fluentui/web-components_v0.7.0)
1324
2004
 
1325
2005
  ### Minor changes