@fluentui/web-components 3.0.0-beta.6 → 3.0.0-beta.61

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