@fluentui/web-components 3.0.0-beta.1 → 3.0.0-beta.100

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 (1054) hide show
  1. package/CHANGELOG.md +1108 -103
  2. package/README.md +57 -16
  3. package/custom-elements.json +28367 -0
  4. package/dist/dts/accordion/accordion.bench.d.ts +3 -0
  5. package/dist/dts/accordion/accordion.d.ts +72 -3
  6. package/dist/dts/accordion/accordion.definition.d.ts +0 -4
  7. package/dist/dts/accordion/accordion.options.d.ts +14 -0
  8. package/dist/dts/accordion/accordion.template.d.ts +5 -1
  9. package/dist/dts/accordion/index.d.ts +2 -1
  10. package/dist/dts/accordion-item/accordion-item.base.d.ts +59 -0
  11. package/dist/dts/accordion-item/accordion-item.bench.d.ts +3 -0
  12. package/dist/dts/accordion-item/accordion-item.d.ts +35 -12
  13. package/dist/dts/accordion-item/accordion-item.definition.d.ts +0 -3
  14. package/dist/dts/accordion-item/accordion-item.options.d.ts +4 -4
  15. package/dist/dts/accordion-item/accordion-item.template.d.ts +3 -2
  16. package/dist/dts/accordion-item/index.d.ts +4 -2
  17. package/dist/dts/anchor-button/anchor-button.base.d.ts +144 -0
  18. package/dist/dts/anchor-button/anchor-button.bench.d.ts +3 -0
  19. package/dist/dts/anchor-button/anchor-button.d.ts +49 -29
  20. package/dist/dts/anchor-button/anchor-button.definition.d.ts +0 -3
  21. package/dist/dts/anchor-button/anchor-button.options.d.ts +44 -7
  22. package/dist/dts/anchor-button/anchor-button.template.d.ts +7 -2
  23. package/dist/dts/anchor-button/index.d.ts +6 -3
  24. package/dist/dts/avatar/avatar.base.d.ts +30 -0
  25. package/dist/dts/avatar/avatar.bench.d.ts +3 -0
  26. package/dist/dts/avatar/avatar.d.ts +41 -40
  27. package/dist/dts/avatar/avatar.options.d.ts +7 -7
  28. package/dist/dts/avatar/avatar.template.d.ts +1 -1
  29. package/dist/dts/avatar/index.d.ts +3 -2
  30. package/dist/dts/badge/badge.bench.d.ts +3 -0
  31. package/dist/dts/badge/badge.d.ts +3 -1
  32. package/dist/dts/badge/badge.definition.d.ts +0 -3
  33. package/dist/dts/badge/badge.options.d.ts +7 -7
  34. package/dist/dts/badge/badge.template.d.ts +1 -1
  35. package/dist/dts/badge/index.d.ts +2 -2
  36. package/dist/dts/button/button.base.d.ts +242 -0
  37. package/dist/dts/button/button.bench.d.ts +3 -0
  38. package/dist/dts/button/button.d.ts +26 -28
  39. package/dist/dts/button/button.definition.d.ts +2 -3
  40. package/dist/dts/button/button.options.d.ts +42 -7
  41. package/dist/dts/button/button.styles.d.ts +9 -0
  42. package/dist/dts/button/button.template.d.ts +9 -1
  43. package/dist/dts/button/index.d.ts +6 -4
  44. package/dist/dts/checkbox/checkbox.base.d.ts +288 -0
  45. package/dist/dts/checkbox/checkbox.bench.d.ts +3 -0
  46. package/dist/dts/checkbox/checkbox.d.ts +42 -15
  47. package/dist/dts/checkbox/checkbox.options.d.ts +15 -12
  48. package/dist/dts/checkbox/checkbox.template.d.ts +7 -1
  49. package/dist/dts/checkbox/index.d.ts +5 -3
  50. package/dist/dts/compound-button/compound-button.bench.d.ts +3 -0
  51. package/dist/dts/compound-button/compound-button.d.ts +3 -0
  52. package/dist/dts/compound-button/compound-button.definition.d.ts +0 -3
  53. package/dist/dts/compound-button/compound-button.options.d.ts +6 -11
  54. package/dist/dts/compound-button/compound-button.template.d.ts +1 -1
  55. package/dist/dts/compound-button/index.d.ts +2 -2
  56. package/dist/dts/counter-badge/counter-badge.bench.d.ts +3 -0
  57. package/dist/dts/counter-badge/counter-badge.d.ts +10 -1
  58. package/dist/dts/counter-badge/counter-badge.definition.d.ts +0 -4
  59. package/dist/dts/counter-badge/counter-badge.options.d.ts +7 -7
  60. package/dist/dts/counter-badge/counter-badge.template.d.ts +2 -2
  61. package/dist/dts/counter-badge/index.d.ts +2 -2
  62. package/dist/dts/dialog/define.d.ts +1 -0
  63. package/dist/dts/dialog/dialog.bench.d.ts +3 -0
  64. package/dist/dts/dialog/dialog.d.ts +60 -0
  65. package/dist/dts/dialog/dialog.definition.d.ts +9 -0
  66. package/dist/dts/dialog/dialog.options.d.ts +11 -0
  67. package/dist/dts/dialog/dialog.styles.d.ts +4 -0
  68. package/dist/dts/dialog/dialog.template.d.ts +7 -0
  69. package/dist/dts/dialog/index.d.ts +5 -0
  70. package/dist/dts/dialog-body/define.d.ts +1 -0
  71. package/dist/dts/dialog-body/dialog-body.bench.d.ts +3 -0
  72. package/dist/dts/dialog-body/dialog-body.d.ts +16 -0
  73. package/dist/dts/dialog-body/dialog-body.definition.d.ts +9 -0
  74. package/dist/dts/dialog-body/dialog-body.styles.d.ts +4 -0
  75. package/dist/dts/dialog-body/dialog-body.template.d.ts +6 -0
  76. package/dist/dts/dialog-body/index.d.ts +4 -0
  77. package/dist/dts/divider/divider.base.d.ts +49 -0
  78. package/dist/dts/divider/divider.bench.d.ts +3 -0
  79. package/dist/dts/divider/divider.d.ts +10 -11
  80. package/dist/dts/divider/divider.options.d.ts +32 -9
  81. package/dist/dts/divider/divider.template.d.ts +2 -1
  82. package/dist/dts/divider/index.d.ts +3 -2
  83. package/dist/dts/drawer/define.d.ts +1 -0
  84. package/dist/dts/drawer/drawer.d.ts +96 -0
  85. package/dist/dts/drawer/drawer.definition.d.ts +8 -0
  86. package/dist/dts/drawer/drawer.options.d.ts +40 -0
  87. package/dist/dts/drawer/drawer.styles.d.ts +4 -0
  88. package/dist/dts/drawer/drawer.template.d.ts +8 -0
  89. package/dist/dts/drawer/index.d.ts +5 -0
  90. package/dist/dts/drawer-body/define.d.ts +1 -0
  91. package/dist/dts/drawer-body/drawer-body.d.ts +23 -0
  92. package/dist/dts/drawer-body/drawer-body.definition.d.ts +8 -0
  93. package/dist/dts/drawer-body/drawer-body.styles.d.ts +4 -0
  94. package/dist/dts/drawer-body/drawer-body.template.d.ts +8 -0
  95. package/dist/dts/drawer-body/index.d.ts +4 -0
  96. package/dist/dts/dropdown/define.d.ts +1 -0
  97. package/dist/dts/dropdown/dropdown.base.d.ts +479 -0
  98. package/dist/dts/dropdown/dropdown.d.ts +30 -0
  99. package/dist/dts/dropdown/dropdown.definition.d.ts +9 -0
  100. package/dist/dts/dropdown/dropdown.options.d.ts +53 -0
  101. package/dist/dts/dropdown/dropdown.styles.d.ts +6 -0
  102. package/dist/dts/dropdown/dropdown.template.d.ts +38 -0
  103. package/dist/dts/dropdown/index.d.ts +6 -0
  104. package/dist/dts/field/define.d.ts +1 -0
  105. package/dist/dts/field/field.base.d.ts +120 -0
  106. package/dist/dts/field/field.bench.d.ts +3 -0
  107. package/dist/dts/field/field.d.ts +20 -0
  108. package/dist/dts/field/field.definition.d.ts +9 -0
  109. package/dist/dts/field/field.options.d.ts +43 -0
  110. package/dist/dts/field/field.styles.d.ts +6 -0
  111. package/dist/dts/field/field.template.d.ts +6 -0
  112. package/dist/dts/field/index.d.ts +7 -0
  113. package/dist/dts/image/image.bench.d.ts +3 -0
  114. package/dist/dts/image/image.d.ts +3 -0
  115. package/dist/dts/image/image.options.d.ts +3 -4
  116. package/dist/dts/image/image.template.d.ts +1 -1
  117. package/dist/dts/image/index.d.ts +2 -2
  118. package/dist/dts/index-rollup.d.ts +44 -1
  119. package/dist/dts/index.d.ts +65 -29
  120. package/dist/dts/label/index.d.ts +2 -1
  121. package/dist/dts/label/label.bench.d.ts +3 -0
  122. package/dist/dts/label/label.d.ts +3 -2
  123. package/dist/dts/label/label.options.d.ts +3 -3
  124. package/dist/dts/label/label.template.d.ts +2 -2
  125. package/dist/dts/link/define.d.ts +1 -0
  126. package/dist/dts/link/index.d.ts +5 -0
  127. package/dist/dts/link/link.bench.d.ts +3 -0
  128. package/dist/dts/link/link.d.ts +35 -0
  129. package/dist/dts/link/link.definition.d.ts +7 -0
  130. package/dist/dts/link/link.options.d.ts +52 -0
  131. package/dist/dts/link/link.styles.d.ts +1 -0
  132. package/dist/dts/link/link.template.d.ts +12 -0
  133. package/dist/dts/listbox/define.d.ts +1 -0
  134. package/dist/dts/listbox/index.d.ts +5 -0
  135. package/dist/dts/listbox/listbox.d.ts +118 -0
  136. package/dist/dts/listbox/listbox.definition.d.ts +9 -0
  137. package/dist/dts/listbox/listbox.options.d.ts +10 -0
  138. package/dist/dts/listbox/listbox.styles.d.ts +6 -0
  139. package/dist/dts/listbox/listbox.template.d.ts +17 -0
  140. package/dist/dts/menu/define.d.ts +1 -0
  141. package/dist/dts/menu/index.d.ts +4 -0
  142. package/dist/dts/menu/menu.bench.d.ts +3 -0
  143. package/dist/dts/menu/menu.d.ts +226 -0
  144. package/dist/dts/menu/menu.definition.d.ts +9 -0
  145. package/dist/dts/menu/menu.styles.d.ts +4 -0
  146. package/dist/dts/menu/menu.template.d.ts +4 -0
  147. package/dist/dts/menu-button/index.d.ts +4 -3
  148. package/dist/dts/menu-button/menu-button.bench.d.ts +3 -0
  149. package/dist/dts/menu-button/menu-button.d.ts +3 -0
  150. package/dist/dts/menu-button/menu-button.definition.d.ts +0 -3
  151. package/dist/dts/menu-button/menu-button.options.d.ts +6 -7
  152. package/dist/dts/menu-button/menu-button.template.d.ts +1 -1
  153. package/dist/dts/menu-item/index.d.ts +5 -3
  154. package/dist/dts/menu-item/menu-item.bench.d.ts +3 -0
  155. package/dist/dts/menu-item/menu-item.d.ts +141 -5
  156. package/dist/dts/menu-item/menu-item.definition.d.ts +0 -4
  157. package/dist/dts/menu-item/menu-item.options.d.ts +30 -0
  158. package/dist/dts/menu-item/menu-item.template.d.ts +2 -1
  159. package/dist/dts/menu-list/index.d.ts +1 -1
  160. package/dist/dts/menu-list/menu-list.bench.d.ts +3 -0
  161. package/dist/dts/menu-list/menu-list.d.ts +75 -4
  162. package/dist/dts/menu-list/menu-list.definition.d.ts +0 -4
  163. package/dist/dts/menu-list/menu-list.template.d.ts +2 -1
  164. package/dist/dts/message-bar/define.d.ts +1 -0
  165. package/dist/dts/message-bar/index.d.ts +5 -0
  166. package/dist/dts/message-bar/message-bar.bench.d.ts +3 -0
  167. package/dist/dts/message-bar/message-bar.d.ts +50 -0
  168. package/dist/dts/message-bar/message-bar.definition.d.ts +9 -0
  169. package/dist/dts/message-bar/message-bar.options.d.ts +30 -0
  170. package/dist/dts/message-bar/message-bar.styles.d.ts +7 -0
  171. package/dist/dts/message-bar/message-bar.template.d.ts +14 -0
  172. package/dist/dts/option/define.d.ts +1 -0
  173. package/dist/dts/option/index.d.ts +5 -0
  174. package/dist/dts/option/option.d.ts +262 -0
  175. package/dist/dts/option/option.definition.d.ts +9 -0
  176. package/dist/dts/option/option.options.d.ts +20 -0
  177. package/dist/dts/option/option.styles.d.ts +6 -0
  178. package/dist/dts/option/option.template.d.ts +16 -0
  179. package/dist/dts/patterns/aria-globals.d.ts +189 -0
  180. package/dist/dts/patterns/index.d.ts +2 -0
  181. package/dist/dts/patterns/start-end.d.ts +58 -0
  182. package/dist/dts/progress-bar/index.d.ts +3 -2
  183. package/dist/dts/progress-bar/progress-bar.base.d.ts +73 -0
  184. package/dist/dts/progress-bar/progress-bar.bench.d.ts +3 -0
  185. package/dist/dts/progress-bar/progress-bar.d.ts +10 -15
  186. package/dist/dts/progress-bar/progress-bar.options.d.ts +4 -4
  187. package/dist/dts/progress-bar/progress-bar.template.d.ts +1 -0
  188. package/dist/dts/radio/index.d.ts +2 -1
  189. package/dist/dts/radio/radio.bench.d.ts +3 -0
  190. package/dist/dts/radio/radio.d.ts +59 -3
  191. package/dist/dts/radio/radio.options.d.ts +14 -0
  192. package/dist/dts/radio/radio.styles.d.ts +3 -1
  193. package/dist/dts/radio/radio.template.d.ts +14 -1
  194. package/dist/dts/radio-group/index.d.ts +2 -2
  195. package/dist/dts/radio-group/radio-group.bench.d.ts +3 -0
  196. package/dist/dts/radio-group/radio-group.d.ts +259 -6
  197. package/dist/dts/radio-group/radio-group.options.d.ts +17 -0
  198. package/dist/dts/radio-group/radio-group.template.d.ts +2 -1
  199. package/dist/dts/rating-display/define.d.ts +1 -0
  200. package/dist/dts/rating-display/index.d.ts +6 -0
  201. package/dist/dts/rating-display/rating-display.base.d.ts +89 -0
  202. package/dist/dts/rating-display/rating-display.d.ts +50 -0
  203. package/dist/dts/rating-display/rating-display.definition.d.ts +9 -0
  204. package/dist/dts/rating-display/rating-display.options.d.ts +29 -0
  205. package/dist/dts/rating-display/rating-display.styles.d.ts +6 -0
  206. package/dist/dts/rating-display/rating-display.template.d.ts +14 -0
  207. package/dist/dts/slider/index.d.ts +3 -2
  208. package/dist/dts/slider/slider-utilities.d.ts +5 -0
  209. package/dist/dts/slider/slider.bench.d.ts +3 -0
  210. package/dist/dts/slider/slider.d.ts +340 -6
  211. package/dist/dts/slider/slider.options.d.ts +44 -3
  212. package/dist/dts/slider/slider.template.d.ts +4 -2
  213. package/dist/dts/spinner/index.d.ts +3 -2
  214. package/dist/dts/spinner/spinner.base.d.ts +14 -0
  215. package/dist/dts/spinner/spinner.bench.d.ts +3 -0
  216. package/dist/dts/spinner/spinner.d.ts +8 -6
  217. package/dist/dts/spinner/spinner.definition.d.ts +0 -4
  218. package/dist/dts/spinner/spinner.options.d.ts +3 -3
  219. package/dist/dts/spinner/spinner.template.d.ts +2 -3
  220. package/dist/dts/styles/partials/index.d.ts +1 -0
  221. package/dist/dts/styles/partials/typography.partials.d.ts +18 -0
  222. package/dist/dts/styles/states/index.d.ts +134 -0
  223. package/dist/dts/switch/index.d.ts +3 -2
  224. package/dist/dts/switch/switch.bench.d.ts +3 -0
  225. package/dist/dts/switch/switch.d.ts +14 -12
  226. package/dist/dts/switch/switch.options.d.ts +2 -2
  227. package/dist/dts/switch/switch.template.d.ts +3 -2
  228. package/dist/dts/tab/index.d.ts +4 -3
  229. package/dist/dts/tab/tab.bench.d.ts +3 -0
  230. package/dist/dts/tab/tab.d.ts +20 -2
  231. package/dist/dts/tab/tab.template.d.ts +4 -4
  232. package/dist/dts/tab-panel/index.d.ts +1 -1
  233. package/dist/dts/tab-panel/tab-panel.bench.d.ts +3 -0
  234. package/dist/dts/tab-panel/tab-panel.d.ts +7 -2
  235. package/dist/dts/tab-panel/tab-panel.definition.d.ts +3 -0
  236. package/dist/dts/tab-panel/tab-panel.template.d.ts +7 -1
  237. package/dist/dts/tablist/define.d.ts +1 -0
  238. package/dist/dts/tablist/index.d.ts +6 -0
  239. package/dist/dts/tablist/tablist.base.d.ts +95 -0
  240. package/dist/dts/tablist/tablist.bench.d.ts +3 -0
  241. package/dist/dts/tablist/tablist.d.ts +94 -0
  242. package/dist/dts/tablist/tablist.definition.d.ts +7 -0
  243. package/dist/dts/tablist/tablist.options.d.ts +44 -0
  244. package/dist/dts/tablist/tablist.styles.d.ts +4 -0
  245. package/dist/dts/tablist/tablist.template.d.ts +5 -0
  246. package/dist/dts/tabs/index.d.ts +5 -4
  247. package/dist/dts/tabs/tabs.base.d.ts +90 -0
  248. package/dist/dts/tabs/tabs.bench.d.ts +3 -0
  249. package/dist/dts/tabs/tabs.d.ts +26 -14
  250. package/dist/dts/tabs/tabs.definition.d.ts +3 -0
  251. package/dist/dts/tabs/tabs.options.d.ts +23 -5
  252. package/dist/dts/tabs/tabs.template.d.ts +8 -1
  253. package/dist/dts/text/index.d.ts +2 -2
  254. package/dist/dts/text/text.bench.d.ts +3 -0
  255. package/dist/dts/text/text.d.ts +12 -3
  256. package/dist/dts/text/text.options.d.ts +5 -5
  257. package/dist/dts/text/text.template.d.ts +1 -1
  258. package/dist/dts/text-input/index.d.ts +6 -5
  259. package/dist/dts/text-input/text-input.base.d.ts +402 -0
  260. package/dist/dts/text-input/text-input.bench.d.ts +3 -0
  261. package/dist/dts/text-input/text-input.d.ts +23 -11
  262. package/dist/dts/text-input/text-input.definition.d.ts +2 -3
  263. package/dist/dts/text-input/text-input.options.d.ts +31 -10
  264. package/dist/dts/text-input/text-input.styles.d.ts +5 -2
  265. package/dist/dts/text-input/text-input.template.d.ts +8 -1
  266. package/dist/dts/textarea/define.d.ts +1 -0
  267. package/dist/dts/textarea/index.d.ts +6 -0
  268. package/dist/dts/textarea/textarea.base.d.ts +347 -0
  269. package/dist/dts/textarea/textarea.bench.d.ts +3 -0
  270. package/dist/dts/textarea/textarea.d.ts +47 -0
  271. package/dist/dts/textarea/textarea.definition.d.ts +9 -0
  272. package/dist/dts/textarea/textarea.options.d.ts +49 -0
  273. package/dist/dts/textarea/textarea.styles.d.ts +7 -0
  274. package/dist/dts/textarea/textarea.template.d.ts +12 -0
  275. package/dist/dts/theme/design-tokens.d.ts +2220 -384
  276. package/dist/dts/theme/index.d.ts +1 -1
  277. package/dist/dts/theme/set-theme.d.ts +27 -6
  278. package/dist/dts/theme/set-theme.global.bench.d.ts +3 -0
  279. package/dist/dts/theme/set-theme.local.bench.d.ts +3 -0
  280. package/dist/dts/theme/set-theme.shadow.bench.d.ts +3 -0
  281. package/dist/dts/toggle-button/index.d.ts +5 -4
  282. package/dist/dts/toggle-button/toggle-button.bench.d.ts +3 -0
  283. package/dist/dts/toggle-button/toggle-button.d.ts +31 -26
  284. package/dist/dts/toggle-button/toggle-button.definition.d.ts +0 -2
  285. package/dist/dts/toggle-button/toggle-button.options.d.ts +6 -7
  286. package/dist/dts/toggle-button/toggle-button.styles.d.ts +7 -0
  287. package/dist/dts/toggle-button/toggle-button.template.d.ts +1 -1
  288. package/dist/dts/tooltip/define.d.ts +1 -0
  289. package/dist/dts/tooltip/index.d.ts +5 -0
  290. package/dist/dts/tooltip/tooltip.d.ts +98 -0
  291. package/dist/dts/tooltip/tooltip.definition.d.ts +9 -0
  292. package/dist/dts/tooltip/tooltip.options.d.ts +24 -0
  293. package/dist/dts/tooltip/tooltip.styles.d.ts +5 -0
  294. package/dist/dts/tooltip/tooltip.template.d.ts +6 -0
  295. package/dist/dts/tree/define.d.ts +1 -0
  296. package/dist/dts/tree/index.d.ts +5 -0
  297. package/dist/dts/tree/tree.base.d.ts +68 -0
  298. package/dist/dts/tree/tree.bench.d.ts +3 -0
  299. package/dist/dts/tree/tree.d.ts +34 -0
  300. package/dist/dts/tree/tree.definition.d.ts +8 -0
  301. package/dist/dts/tree/tree.styles.d.ts +1 -0
  302. package/dist/dts/tree/tree.template.d.ts +2 -0
  303. package/dist/dts/tree-item/define.d.ts +1 -0
  304. package/dist/dts/tree-item/index.d.ts +6 -0
  305. package/dist/dts/tree-item/tree-item.base.d.ts +81 -0
  306. package/dist/dts/tree-item/tree-item.bench.d.ts +3 -0
  307. package/dist/dts/tree-item/tree-item.d.ts +44 -0
  308. package/dist/dts/tree-item/tree-item.definition.d.ts +8 -0
  309. package/dist/dts/tree-item/tree-item.options.d.ts +22 -0
  310. package/dist/dts/tree-item/tree-item.styles.d.ts +1 -0
  311. package/dist/dts/tree-item/tree-item.template.d.ts +2 -0
  312. package/dist/dts/tsdoc-metadata.json +11 -0
  313. package/dist/dts/utils/behaviors/match-media-stylesheet-behavior.d.ts +124 -0
  314. package/dist/dts/utils/benchmark-dependencies/tokens.d.ts +1 -0
  315. package/dist/dts/utils/benchmark-wrapper.d.ts +2 -0
  316. package/dist/dts/utils/converters.d.ts +17 -0
  317. package/dist/dts/utils/direction.d.ts +10 -0
  318. package/dist/dts/utils/display.d.ts +17 -0
  319. package/dist/dts/utils/element-internals.d.ts +54 -0
  320. package/dist/dts/utils/focusable-element.d.ts +3 -0
  321. package/dist/dts/utils/index.d.ts +8 -0
  322. package/dist/dts/utils/language.d.ts +9 -0
  323. package/dist/dts/utils/root-active-element.d.ts +1 -0
  324. package/dist/dts/utils/support.d.ts +15 -0
  325. package/dist/dts/utils/template-helpers.d.ts +15 -0
  326. package/dist/dts/utils/typings.d.ts +6 -0
  327. package/dist/dts/utils/unique-id.d.ts +9 -0
  328. package/dist/dts/utils/whitespace-filter.d.ts +12 -0
  329. package/dist/esm/accordion/accordion.bench.js +30 -0
  330. package/dist/esm/accordion/accordion.bench.js.map +1 -0
  331. package/dist/esm/accordion/accordion.definition.js +0 -4
  332. package/dist/esm/accordion/accordion.definition.js.map +1 -1
  333. package/dist/esm/accordion/accordion.js +173 -3
  334. package/dist/esm/accordion/accordion.js.map +1 -1
  335. package/dist/esm/accordion/accordion.options.js +9 -0
  336. package/dist/esm/accordion/accordion.options.js.map +1 -0
  337. package/dist/esm/accordion/accordion.styles.js +1 -1
  338. package/dist/esm/accordion/accordion.styles.js.map +1 -1
  339. package/dist/esm/accordion/accordion.template.js +11 -1
  340. package/dist/esm/accordion/accordion.template.js.map +1 -1
  341. package/dist/esm/accordion/index.js +2 -1
  342. package/dist/esm/accordion/index.js.map +1 -1
  343. package/dist/esm/accordion-item/accordion-item.base.js +77 -0
  344. package/dist/esm/accordion-item/accordion-item.base.js.map +1 -0
  345. package/dist/esm/accordion-item/accordion-item.bench.js +14 -0
  346. package/dist/esm/accordion-item/accordion-item.bench.js.map +1 -0
  347. package/dist/esm/accordion-item/accordion-item.definition.js +0 -3
  348. package/dist/esm/accordion-item/accordion-item.definition.js.map +1 -1
  349. package/dist/esm/accordion-item/accordion-item.js +13 -12
  350. package/dist/esm/accordion-item/accordion-item.js.map +1 -1
  351. package/dist/esm/accordion-item/accordion-item.options.js +1 -1
  352. package/dist/esm/accordion-item/accordion-item.options.js.map +1 -1
  353. package/dist/esm/accordion-item/accordion-item.styles.js +36 -59
  354. package/dist/esm/accordion-item/accordion-item.styles.js.map +1 -1
  355. package/dist/esm/accordion-item/accordion-item.template.js +30 -4
  356. package/dist/esm/accordion-item/accordion-item.template.js.map +1 -1
  357. package/dist/esm/accordion-item/index.js +3 -2
  358. package/dist/esm/accordion-item/index.js.map +1 -1
  359. package/dist/esm/anchor-button/anchor-button.base.js +147 -0
  360. package/dist/esm/anchor-button/anchor-button.base.js.map +1 -0
  361. package/dist/esm/anchor-button/anchor-button.bench.js +11 -0
  362. package/dist/esm/anchor-button/anchor-button.bench.js.map +1 -0
  363. package/dist/esm/anchor-button/anchor-button.definition.js +0 -6
  364. package/dist/esm/anchor-button/anchor-button.definition.js.map +1 -1
  365. package/dist/esm/anchor-button/anchor-button.js +40 -66
  366. package/dist/esm/anchor-button/anchor-button.js.map +1 -1
  367. package/dist/esm/anchor-button/anchor-button.options.js +26 -0
  368. package/dist/esm/anchor-button/anchor-button.options.js.map +1 -1
  369. package/dist/esm/anchor-button/anchor-button.styles.js +12 -5
  370. package/dist/esm/anchor-button/anchor-button.styles.js.map +1 -1
  371. package/dist/esm/anchor-button/anchor-button.template.js +21 -1
  372. package/dist/esm/anchor-button/anchor-button.template.js.map +1 -1
  373. package/dist/esm/anchor-button/index.js +5 -3
  374. package/dist/esm/anchor-button/index.js.map +1 -1
  375. package/dist/esm/avatar/avatar.base.js +25 -0
  376. package/dist/esm/avatar/avatar.base.js.map +1 -0
  377. package/dist/esm/avatar/avatar.bench.js +10 -0
  378. package/dist/esm/avatar/avatar.bench.js.map +1 -0
  379. package/dist/esm/avatar/avatar.js +57 -51
  380. package/dist/esm/avatar/avatar.js.map +1 -1
  381. package/dist/esm/avatar/avatar.styles.js +5 -5
  382. package/dist/esm/avatar/avatar.styles.js.map +1 -1
  383. package/dist/esm/avatar/avatar.template.js +2 -4
  384. package/dist/esm/avatar/avatar.template.js.map +1 -1
  385. package/dist/esm/avatar/index.js +3 -2
  386. package/dist/esm/avatar/index.js.map +1 -1
  387. package/dist/esm/badge/badge.bench.js +11 -0
  388. package/dist/esm/badge/badge.bench.js.map +1 -0
  389. package/dist/esm/badge/badge.definition.js +0 -3
  390. package/dist/esm/badge/badge.definition.js.map +1 -1
  391. package/dist/esm/badge/badge.js +4 -8
  392. package/dist/esm/badge/badge.js.map +1 -1
  393. package/dist/esm/badge/badge.styles.js +13 -8
  394. package/dist/esm/badge/badge.styles.js.map +1 -1
  395. package/dist/esm/badge/badge.template.js +2 -2
  396. package/dist/esm/badge/badge.template.js.map +1 -1
  397. package/dist/esm/badge/index.js +2 -2
  398. package/dist/esm/badge/index.js.map +1 -1
  399. package/dist/esm/button/button.base.js +283 -0
  400. package/dist/esm/button/button.base.js.map +1 -0
  401. package/dist/esm/button/button.bench.js +11 -0
  402. package/dist/esm/button/button.bench.js.map +1 -0
  403. package/dist/esm/button/button.definition.js +2 -6
  404. package/dist/esm/button/button.definition.js.map +1 -1
  405. package/dist/esm/button/button.js +13 -50
  406. package/dist/esm/button/button.js.map +1 -1
  407. package/dist/esm/button/button.options.js +20 -1
  408. package/dist/esm/button/button.options.js.map +1 -1
  409. package/dist/esm/button/button.styles.js +93 -75
  410. package/dist/esm/button/button.styles.js.map +1 -1
  411. package/dist/esm/button/button.template.js +23 -1
  412. package/dist/esm/button/button.template.js.map +1 -1
  413. package/dist/esm/button/index.js +5 -4
  414. package/dist/esm/button/index.js.map +1 -1
  415. package/dist/esm/checkbox/checkbox.base.js +366 -0
  416. package/dist/esm/checkbox/checkbox.base.js.map +1 -0
  417. package/dist/esm/checkbox/checkbox.bench.js +11 -0
  418. package/dist/esm/checkbox/checkbox.bench.js.map +1 -0
  419. package/dist/esm/checkbox/checkbox.definition.js +1 -1
  420. package/dist/esm/checkbox/checkbox.definition.js.map +1 -1
  421. package/dist/esm/checkbox/checkbox.js +56 -13
  422. package/dist/esm/checkbox/checkbox.js.map +1 -1
  423. package/dist/esm/checkbox/checkbox.options.js +0 -8
  424. package/dist/esm/checkbox/checkbox.options.js.map +1 -1
  425. package/dist/esm/checkbox/checkbox.styles.js +136 -123
  426. package/dist/esm/checkbox/checkbox.styles.js.map +1 -1
  427. package/dist/esm/checkbox/checkbox.template.js +34 -17
  428. package/dist/esm/checkbox/checkbox.template.js.map +1 -1
  429. package/dist/esm/checkbox/index.js +4 -3
  430. package/dist/esm/checkbox/index.js.map +1 -1
  431. package/dist/esm/compound-button/compound-button.bench.js +15 -0
  432. package/dist/esm/compound-button/compound-button.bench.js.map +1 -0
  433. package/dist/esm/compound-button/compound-button.definition.js +0 -6
  434. package/dist/esm/compound-button/compound-button.definition.js.map +1 -1
  435. package/dist/esm/compound-button/compound-button.js +3 -0
  436. package/dist/esm/compound-button/compound-button.js.map +1 -1
  437. package/dist/esm/compound-button/compound-button.options.js.map +1 -1
  438. package/dist/esm/compound-button/compound-button.styles.js +11 -13
  439. package/dist/esm/compound-button/compound-button.styles.js.map +1 -1
  440. package/dist/esm/compound-button/compound-button.template.js +4 -40
  441. package/dist/esm/compound-button/compound-button.template.js.map +1 -1
  442. package/dist/esm/compound-button/index.js +2 -2
  443. package/dist/esm/compound-button/index.js.map +1 -1
  444. package/dist/esm/counter-badge/counter-badge.bench.js +11 -0
  445. package/dist/esm/counter-badge/counter-badge.bench.js.map +1 -0
  446. package/dist/esm/counter-badge/counter-badge.definition.js +0 -4
  447. package/dist/esm/counter-badge/counter-badge.definition.js.map +1 -1
  448. package/dist/esm/counter-badge/counter-badge.js +12 -10
  449. package/dist/esm/counter-badge/counter-badge.js.map +1 -1
  450. package/dist/esm/counter-badge/counter-badge.styles.js +2 -5
  451. package/dist/esm/counter-badge/counter-badge.styles.js.map +1 -1
  452. package/dist/esm/counter-badge/counter-badge.template.js.map +1 -1
  453. package/dist/esm/counter-badge/index.js +2 -2
  454. package/dist/esm/counter-badge/index.js.map +1 -1
  455. package/dist/esm/dialog/define.js +4 -0
  456. package/dist/esm/dialog/define.js.map +1 -0
  457. package/dist/esm/dialog/dialog.bench.js +11 -0
  458. package/dist/esm/dialog/dialog.bench.js.map +1 -0
  459. package/dist/esm/dialog/dialog.definition.js +17 -0
  460. package/dist/esm/dialog/dialog.definition.js.map +1 -0
  461. package/dist/esm/dialog/dialog.js +93 -0
  462. package/dist/esm/dialog/dialog.js.map +1 -0
  463. package/dist/esm/dialog/dialog.options.js +10 -0
  464. package/dist/esm/dialog/dialog.options.js.map +1 -0
  465. package/dist/esm/dialog/dialog.styles.js +86 -0
  466. package/dist/esm/dialog/dialog.styles.js.map +1 -0
  467. package/dist/esm/dialog/dialog.template.js +24 -0
  468. package/dist/esm/dialog/dialog.template.js.map +1 -0
  469. package/dist/esm/dialog/index.js +6 -0
  470. package/dist/esm/dialog/index.js.map +1 -0
  471. package/dist/esm/dialog-body/define.js +4 -0
  472. package/dist/esm/dialog-body/define.js.map +1 -0
  473. package/dist/esm/dialog-body/dialog-body.bench.js +11 -0
  474. package/dist/esm/dialog-body/dialog-body.bench.js.map +1 -0
  475. package/dist/esm/dialog-body/dialog-body.definition.js +17 -0
  476. package/dist/esm/dialog-body/dialog-body.definition.js.map +1 -0
  477. package/dist/esm/dialog-body/dialog-body.js +24 -0
  478. package/dist/esm/dialog-body/dialog-body.js.map +1 -0
  479. package/dist/esm/dialog-body/dialog-body.styles.js +79 -0
  480. package/dist/esm/dialog-body/dialog-body.styles.js.map +1 -0
  481. package/dist/esm/dialog-body/dialog-body.template.js +42 -0
  482. package/dist/esm/dialog-body/dialog-body.template.js.map +1 -0
  483. package/dist/esm/dialog-body/index.js +5 -0
  484. package/dist/esm/dialog-body/index.js.map +1 -0
  485. package/dist/esm/divider/divider.base.js +61 -0
  486. package/dist/esm/divider/divider.base.js.map +1 -0
  487. package/dist/esm/divider/divider.bench.js +10 -0
  488. package/dist/esm/divider/divider.bench.js.map +1 -0
  489. package/dist/esm/divider/divider.js +8 -11
  490. package/dist/esm/divider/divider.js.map +1 -1
  491. package/dist/esm/divider/divider.options.js +14 -6
  492. package/dist/esm/divider/divider.options.js.map +1 -1
  493. package/dist/esm/divider/divider.styles.js +4 -6
  494. package/dist/esm/divider/divider.styles.js.map +1 -1
  495. package/dist/esm/divider/divider.template.js +4 -1
  496. package/dist/esm/divider/divider.template.js.map +1 -1
  497. package/dist/esm/divider/index.js +3 -2
  498. package/dist/esm/divider/index.js.map +1 -1
  499. package/dist/esm/drawer/define.js +4 -0
  500. package/dist/esm/drawer/define.js.map +1 -0
  501. package/dist/esm/drawer/drawer.definition.js +16 -0
  502. package/dist/esm/drawer/drawer.definition.js.map +1 -0
  503. package/dist/esm/drawer/drawer.js +135 -0
  504. package/dist/esm/drawer/drawer.js.map +1 -0
  505. package/dist/esm/drawer/drawer.options.js +25 -0
  506. package/dist/esm/drawer/drawer.options.js.map +1 -0
  507. package/dist/esm/drawer/drawer.styles.js +138 -0
  508. package/dist/esm/drawer/drawer.styles.js.map +1 -0
  509. package/dist/esm/drawer/drawer.template.js +28 -0
  510. package/dist/esm/drawer/drawer.template.js.map +1 -0
  511. package/dist/esm/drawer/index.js +6 -0
  512. package/dist/esm/drawer/index.js.map +1 -0
  513. package/dist/esm/drawer-body/define.js +4 -0
  514. package/dist/esm/drawer-body/define.js.map +1 -0
  515. package/dist/esm/drawer-body/drawer-body.definition.js +16 -0
  516. package/dist/esm/drawer-body/drawer-body.definition.js.map +1 -0
  517. package/dist/esm/drawer-body/drawer-body.js +24 -0
  518. package/dist/esm/drawer-body/drawer-body.js.map +1 -0
  519. package/dist/esm/drawer-body/drawer-body.styles.js +37 -0
  520. package/dist/esm/drawer-body/drawer-body.styles.js.map +1 -0
  521. package/dist/esm/drawer-body/drawer-body.template.js +21 -0
  522. package/dist/esm/drawer-body/drawer-body.template.js.map +1 -0
  523. package/dist/esm/drawer-body/index.js +5 -0
  524. package/dist/esm/drawer-body/index.js.map +1 -0
  525. package/dist/esm/dropdown/define.js +4 -0
  526. package/dist/esm/dropdown/define.js.map +1 -0
  527. package/dist/esm/dropdown/dropdown.base.js +781 -0
  528. package/dist/esm/dropdown/dropdown.base.js.map +1 -0
  529. package/dist/esm/dropdown/dropdown.definition.js +20 -0
  530. package/dist/esm/dropdown/dropdown.definition.js.map +1 -0
  531. package/dist/esm/dropdown/dropdown.js +35 -0
  532. package/dist/esm/dropdown/dropdown.js.map +1 -0
  533. package/dist/esm/dropdown/dropdown.options.js +43 -0
  534. package/dist/esm/dropdown/dropdown.options.js.map +1 -0
  535. package/dist/esm/dropdown/dropdown.styles.js +213 -0
  536. package/dist/esm/dropdown/dropdown.styles.js.map +1 -0
  537. package/dist/esm/dropdown/dropdown.template.js +92 -0
  538. package/dist/esm/dropdown/dropdown.template.js.map +1 -0
  539. package/dist/esm/dropdown/index.js +7 -0
  540. package/dist/esm/dropdown/index.js.map +1 -0
  541. package/dist/esm/field/define.js +4 -0
  542. package/dist/esm/field/define.js.map +1 -0
  543. package/dist/esm/field/field.base.js +189 -0
  544. package/dist/esm/field/field.base.js.map +1 -0
  545. package/dist/esm/field/field.bench.js +10 -0
  546. package/dist/esm/field/field.bench.js.map +1 -0
  547. package/dist/esm/field/field.definition.js +20 -0
  548. package/dist/esm/field/field.definition.js.map +1 -0
  549. package/dist/esm/field/field.js +29 -0
  550. package/dist/esm/field/field.js.map +1 -0
  551. package/dist/esm/field/field.options.js +27 -0
  552. package/dist/esm/field/field.options.js.map +1 -0
  553. package/dist/esm/field/field.styles.js +135 -0
  554. package/dist/esm/field/field.styles.js.map +1 -0
  555. package/dist/esm/field/field.template.js +26 -0
  556. package/dist/esm/field/field.template.js.map +1 -0
  557. package/dist/esm/field/index.js +7 -0
  558. package/dist/esm/field/index.js.map +1 -0
  559. package/dist/esm/image/image.bench.js +14 -0
  560. package/dist/esm/image/image.bench.js.map +1 -0
  561. package/dist/esm/image/image.js +4 -6
  562. package/dist/esm/image/image.js.map +1 -1
  563. package/dist/esm/image/image.options.js +0 -1
  564. package/dist/esm/image/image.options.js.map +1 -1
  565. package/dist/esm/image/image.template.js.map +1 -1
  566. package/dist/esm/image/index.js +2 -2
  567. package/dist/esm/image/index.js.map +1 -1
  568. package/dist/esm/index-rollup.js +44 -1
  569. package/dist/esm/index-rollup.js.map +1 -1
  570. package/dist/esm/index.js +52 -29
  571. package/dist/esm/index.js.map +1 -1
  572. package/dist/esm/label/index.js +2 -1
  573. package/dist/esm/label/index.js.map +1 -1
  574. package/dist/esm/label/label.bench.js +11 -0
  575. package/dist/esm/label/label.bench.js.map +1 -0
  576. package/dist/esm/label/label.js +4 -6
  577. package/dist/esm/label/label.js.map +1 -1
  578. package/dist/esm/label/label.styles.js +13 -7
  579. package/dist/esm/label/label.styles.js.map +1 -1
  580. package/dist/esm/label/label.template.js.map +1 -1
  581. package/dist/esm/link/define.js +4 -0
  582. package/dist/esm/link/define.js.map +1 -0
  583. package/dist/esm/link/index.js +6 -0
  584. package/dist/esm/link/index.js.map +1 -0
  585. package/dist/esm/link/link.bench.js +11 -0
  586. package/dist/esm/link/link.bench.js.map +1 -0
  587. package/dist/esm/link/link.definition.js +15 -0
  588. package/dist/esm/link/link.definition.js.map +1 -0
  589. package/dist/esm/link/link.js +38 -0
  590. package/dist/esm/link/link.js.map +1 -0
  591. package/dist/esm/link/link.options.js +21 -0
  592. package/dist/esm/link/link.options.js.map +1 -0
  593. package/dist/esm/link/link.styles.js +71 -0
  594. package/dist/esm/link/link.styles.js.map +1 -0
  595. package/dist/esm/link/link.template.js +22 -0
  596. package/dist/esm/link/link.template.js.map +1 -0
  597. package/dist/esm/listbox/define.js +4 -0
  598. package/dist/esm/listbox/define.js.map +1 -0
  599. package/dist/esm/listbox/index.js +6 -0
  600. package/dist/esm/listbox/index.js.map +1 -0
  601. package/dist/esm/listbox/listbox.definition.js +17 -0
  602. package/dist/esm/listbox/listbox.definition.js.map +1 -0
  603. package/dist/esm/listbox/listbox.js +180 -0
  604. package/dist/esm/listbox/listbox.js.map +1 -0
  605. package/dist/esm/listbox/listbox.options.js +15 -0
  606. package/dist/esm/listbox/listbox.options.js.map +1 -0
  607. package/dist/esm/listbox/listbox.styles.js +26 -0
  608. package/dist/esm/listbox/listbox.styles.js.map +1 -0
  609. package/dist/esm/listbox/listbox.template.js +33 -0
  610. package/dist/esm/listbox/listbox.template.js.map +1 -0
  611. package/dist/esm/menu/define.js +4 -0
  612. package/dist/esm/menu/define.js.map +1 -0
  613. package/dist/esm/menu/index.js +5 -0
  614. package/dist/esm/menu/index.js.map +1 -0
  615. package/dist/esm/menu/menu.bench.js +31 -0
  616. package/dist/esm/menu/menu.bench.js.map +1 -0
  617. package/dist/esm/menu/menu.definition.js +17 -0
  618. package/dist/esm/menu/menu.definition.js.map +1 -0
  619. package/dist/esm/menu/menu.js +375 -0
  620. package/dist/esm/menu/menu.js.map +1 -0
  621. package/dist/esm/menu/menu.styles.js +61 -0
  622. package/dist/esm/menu/menu.styles.js.map +1 -0
  623. package/dist/esm/menu/menu.template.js +18 -0
  624. package/dist/esm/menu/menu.template.js.map +1 -0
  625. package/dist/esm/menu-button/index.js +3 -3
  626. package/dist/esm/menu-button/index.js.map +1 -1
  627. package/dist/esm/menu-button/menu-button.bench.js +11 -0
  628. package/dist/esm/menu-button/menu-button.bench.js.map +1 -0
  629. package/dist/esm/menu-button/menu-button.definition.js +0 -6
  630. package/dist/esm/menu-button/menu-button.definition.js.map +1 -1
  631. package/dist/esm/menu-button/menu-button.js +3 -0
  632. package/dist/esm/menu-button/menu-button.js.map +1 -1
  633. package/dist/esm/menu-button/menu-button.options.js.map +1 -1
  634. package/dist/esm/menu-button/menu-button.template.js +6 -2
  635. package/dist/esm/menu-button/menu-button.template.js.map +1 -1
  636. package/dist/esm/menu-item/index.js +4 -3
  637. package/dist/esm/menu-item/index.js.map +1 -1
  638. package/dist/esm/menu-item/menu-item.bench.js +11 -0
  639. package/dist/esm/menu-item/menu-item.bench.js.map +1 -0
  640. package/dist/esm/menu-item/menu-item.definition.js +0 -4
  641. package/dist/esm/menu-item/menu-item.definition.js.map +1 -1
  642. package/dist/esm/menu-item/menu-item.js +246 -4
  643. package/dist/esm/menu-item/menu-item.js.map +1 -1
  644. package/dist/esm/menu-item/menu-item.options.js +27 -0
  645. package/dist/esm/menu-item/menu-item.options.js.map +1 -0
  646. package/dist/esm/menu-item/menu-item.styles.js +98 -122
  647. package/dist/esm/menu-item/menu-item.styles.js.map +1 -1
  648. package/dist/esm/menu-item/menu-item.template.js +27 -7
  649. package/dist/esm/menu-item/menu-item.template.js.map +1 -1
  650. package/dist/esm/menu-list/index.js +1 -1
  651. package/dist/esm/menu-list/index.js.map +1 -1
  652. package/dist/esm/menu-list/menu-list.bench.js +21 -0
  653. package/dist/esm/menu-list/menu-list.bench.js.map +1 -0
  654. package/dist/esm/menu-list/menu-list.definition.js +0 -4
  655. package/dist/esm/menu-list/menu-list.definition.js.map +1 -1
  656. package/dist/esm/menu-list/menu-list.js +241 -18
  657. package/dist/esm/menu-list/menu-list.js.map +1 -1
  658. package/dist/esm/menu-list/menu-list.styles.js +1 -1
  659. package/dist/esm/menu-list/menu-list.styles.js.map +1 -1
  660. package/dist/esm/menu-list/menu-list.template.js +12 -1
  661. package/dist/esm/menu-list/menu-list.template.js.map +1 -1
  662. package/dist/esm/message-bar/define.js +4 -0
  663. package/dist/esm/message-bar/define.js.map +1 -0
  664. package/dist/esm/message-bar/index.js +6 -0
  665. package/dist/esm/message-bar/index.js.map +1 -0
  666. package/dist/esm/message-bar/message-bar.bench.js +56 -0
  667. package/dist/esm/message-bar/message-bar.bench.js.map +1 -0
  668. package/dist/esm/message-bar/message-bar.definition.js +20 -0
  669. package/dist/esm/message-bar/message-bar.definition.js.map +1 -0
  670. package/dist/esm/message-bar/message-bar.js +41 -0
  671. package/dist/esm/message-bar/message-bar.js.map +1 -0
  672. package/dist/esm/message-bar/message-bar.options.js +27 -0
  673. package/dist/esm/message-bar/message-bar.options.js.map +1 -0
  674. package/dist/esm/message-bar/message-bar.styles.js +107 -0
  675. package/dist/esm/message-bar/message-bar.styles.js.map +1 -0
  676. package/dist/esm/message-bar/message-bar.template.js +25 -0
  677. package/dist/esm/message-bar/message-bar.template.js.map +1 -0
  678. package/dist/esm/option/define.js +4 -0
  679. package/dist/esm/option/define.js.map +1 -0
  680. package/dist/esm/option/index.js +6 -0
  681. package/dist/esm/option/index.js.map +1 -0
  682. package/dist/esm/option/option.definition.js +17 -0
  683. package/dist/esm/option/option.definition.js.map +1 -0
  684. package/dist/esm/option/option.js +298 -0
  685. package/dist/esm/option/option.js.map +1 -0
  686. package/dist/esm/option/option.options.js +15 -0
  687. package/dist/esm/option/option.options.js.map +1 -0
  688. package/dist/esm/option/option.styles.js +127 -0
  689. package/dist/esm/option/option.styles.js.map +1 -0
  690. package/dist/esm/option/option.template.js +42 -0
  691. package/dist/esm/option/option.template.js.map +1 -0
  692. package/dist/esm/patterns/aria-globals.js +72 -0
  693. package/dist/esm/patterns/aria-globals.js.map +1 -0
  694. package/dist/esm/patterns/index.js +3 -0
  695. package/dist/esm/patterns/index.js.map +1 -0
  696. package/dist/esm/patterns/start-end.js +41 -0
  697. package/dist/esm/patterns/start-end.js.map +1 -0
  698. package/dist/esm/progress-bar/index.js +3 -2
  699. package/dist/esm/progress-bar/index.js.map +1 -1
  700. package/dist/esm/progress-bar/progress-bar.base.js +90 -0
  701. package/dist/esm/progress-bar/progress-bar.base.js.map +1 -0
  702. package/dist/esm/progress-bar/progress-bar.bench.js +10 -0
  703. package/dist/esm/progress-bar/progress-bar.bench.js.map +1 -0
  704. package/dist/esm/progress-bar/progress-bar.js +8 -22
  705. package/dist/esm/progress-bar/progress-bar.js.map +1 -1
  706. package/dist/esm/progress-bar/progress-bar.styles.js +49 -128
  707. package/dist/esm/progress-bar/progress-bar.styles.js.map +1 -1
  708. package/dist/esm/progress-bar/progress-bar.template.js +11 -5
  709. package/dist/esm/progress-bar/progress-bar.template.js.map +1 -1
  710. package/dist/esm/radio/index.js +1 -1
  711. package/dist/esm/radio/index.js.map +1 -1
  712. package/dist/esm/radio/radio.bench.js +11 -0
  713. package/dist/esm/radio/radio.bench.js.map +1 -0
  714. package/dist/esm/radio/radio.js +79 -3
  715. package/dist/esm/radio/radio.js.map +1 -1
  716. package/dist/esm/radio/radio.options.js +2 -0
  717. package/dist/esm/radio/radio.options.js.map +1 -0
  718. package/dist/esm/radio/radio.styles.js +95 -88
  719. package/dist/esm/radio/radio.styles.js.map +1 -1
  720. package/dist/esm/radio/radio.template.js +27 -4
  721. package/dist/esm/radio/radio.template.js.map +1 -1
  722. package/dist/esm/radio-group/index.js +2 -2
  723. package/dist/esm/radio-group/index.js.map +1 -1
  724. package/dist/esm/radio-group/radio-group.bench.js +21 -0
  725. package/dist/esm/radio-group/radio-group.bench.js.map +1 -0
  726. package/dist/esm/radio-group/radio-group.js +454 -15
  727. package/dist/esm/radio-group/radio-group.js.map +1 -1
  728. package/dist/esm/radio-group/radio-group.options.js +7 -0
  729. package/dist/esm/radio-group/radio-group.options.js.map +1 -0
  730. package/dist/esm/radio-group/radio-group.styles.js +27 -33
  731. package/dist/esm/radio-group/radio-group.styles.js.map +1 -1
  732. package/dist/esm/radio-group/radio-group.template.js +15 -1
  733. package/dist/esm/radio-group/radio-group.template.js.map +1 -1
  734. package/dist/esm/rating-display/define.js +4 -0
  735. package/dist/esm/rating-display/define.js.map +1 -0
  736. package/dist/esm/rating-display/index.js +7 -0
  737. package/dist/esm/rating-display/index.js.map +1 -0
  738. package/dist/esm/rating-display/rating-display.base.js +94 -0
  739. package/dist/esm/rating-display/rating-display.base.js.map +1 -0
  740. package/dist/esm/rating-display/rating-display.definition.js +17 -0
  741. package/dist/esm/rating-display/rating-display.definition.js.map +1 -0
  742. package/dist/esm/rating-display/rating-display.js +50 -0
  743. package/dist/esm/rating-display/rating-display.js.map +1 -0
  744. package/dist/esm/rating-display/rating-display.options.js +19 -0
  745. package/dist/esm/rating-display/rating-display.options.js.map +1 -0
  746. package/dist/esm/rating-display/rating-display.styles.js +123 -0
  747. package/dist/esm/rating-display/rating-display.styles.js.map +1 -0
  748. package/dist/esm/rating-display/rating-display.template.js +34 -0
  749. package/dist/esm/rating-display/rating-display.template.js.map +1 -0
  750. package/dist/esm/slider/index.js +2 -2
  751. package/dist/esm/slider/index.js.map +1 -1
  752. package/dist/esm/slider/slider-utilities.js +12 -0
  753. package/dist/esm/slider/slider-utilities.js.map +1 -0
  754. package/dist/esm/slider/slider.bench.js +10 -0
  755. package/dist/esm/slider/slider.bench.js.map +1 -0
  756. package/dist/esm/slider/slider.js +636 -27
  757. package/dist/esm/slider/slider.js.map +1 -1
  758. package/dist/esm/slider/slider.options.js +11 -1
  759. package/dist/esm/slider/slider.options.js.map +1 -1
  760. package/dist/esm/slider/slider.styles.js +121 -129
  761. package/dist/esm/slider/slider.styles.js.map +1 -1
  762. package/dist/esm/slider/slider.template.js +23 -2
  763. package/dist/esm/slider/slider.template.js.map +1 -1
  764. package/dist/esm/spinner/index.js +3 -2
  765. package/dist/esm/spinner/index.js.map +1 -1
  766. package/dist/esm/spinner/spinner.base.js +18 -0
  767. package/dist/esm/spinner/spinner.base.js.map +1 -0
  768. package/dist/esm/spinner/spinner.bench.js +10 -0
  769. package/dist/esm/spinner/spinner.bench.js.map +1 -0
  770. package/dist/esm/spinner/spinner.definition.js +0 -4
  771. package/dist/esm/spinner/spinner.definition.js.map +1 -1
  772. package/dist/esm/spinner/spinner.js +8 -9
  773. package/dist/esm/spinner/spinner.js.map +1 -1
  774. package/dist/esm/spinner/spinner.styles.js +115 -54
  775. package/dist/esm/spinner/spinner.styles.js.map +1 -1
  776. package/dist/esm/spinner/spinner.template.js +16 -21
  777. package/dist/esm/spinner/spinner.template.js.map +1 -1
  778. package/dist/esm/styles/partials/badge.partials.js +5 -6
  779. package/dist/esm/styles/partials/badge.partials.js.map +1 -1
  780. package/dist/esm/styles/partials/index.js +1 -0
  781. package/dist/esm/styles/partials/index.js.map +1 -1
  782. package/dist/esm/styles/partials/typography.partials.js +105 -0
  783. package/dist/esm/styles/partials/typography.partials.js.map +1 -0
  784. package/dist/esm/styles/states/index.js +136 -0
  785. package/dist/esm/styles/states/index.js.map +1 -0
  786. package/dist/esm/switch/index.js +2 -2
  787. package/dist/esm/switch/index.js.map +1 -1
  788. package/dist/esm/switch/switch.bench.js +11 -0
  789. package/dist/esm/switch/switch.bench.js.map +1 -0
  790. package/dist/esm/switch/switch.js +13 -12
  791. package/dist/esm/switch/switch.js.map +1 -1
  792. package/dist/esm/switch/switch.styles.js +39 -58
  793. package/dist/esm/switch/switch.styles.js.map +1 -1
  794. package/dist/esm/switch/switch.template.js +15 -1
  795. package/dist/esm/switch/switch.template.js.map +1 -1
  796. package/dist/esm/tab/index.js +3 -3
  797. package/dist/esm/tab/index.js.map +1 -1
  798. package/dist/esm/tab/tab.bench.js +11 -0
  799. package/dist/esm/tab/tab.bench.js.map +1 -0
  800. package/dist/esm/tab/tab.js +11 -3
  801. package/dist/esm/tab/tab.js.map +1 -1
  802. package/dist/esm/tab/tab.styles.js +1 -1
  803. package/dist/esm/tab/tab.styles.js.map +1 -1
  804. package/dist/esm/tab/tab.template.js +1 -1
  805. package/dist/esm/tab/tab.template.js.map +1 -1
  806. package/dist/esm/tab-panel/define.js +3 -0
  807. package/dist/esm/tab-panel/define.js.map +1 -1
  808. package/dist/esm/tab-panel/index.js +1 -1
  809. package/dist/esm/tab-panel/index.js.map +1 -1
  810. package/dist/esm/tab-panel/tab-panel.bench.js +13 -0
  811. package/dist/esm/tab-panel/tab-panel.bench.js.map +1 -0
  812. package/dist/esm/tab-panel/tab-panel.definition.js +3 -0
  813. package/dist/esm/tab-panel/tab-panel.definition.js.map +1 -1
  814. package/dist/esm/tab-panel/tab-panel.js +7 -2
  815. package/dist/esm/tab-panel/tab-panel.js.map +1 -1
  816. package/dist/esm/tab-panel/tab-panel.styles.js +1 -1
  817. package/dist/esm/tab-panel/tab-panel.styles.js.map +1 -1
  818. package/dist/esm/tab-panel/tab-panel.template.js +11 -1
  819. package/dist/esm/tab-panel/tab-panel.template.js.map +1 -1
  820. package/dist/esm/tablist/define.js +4 -0
  821. package/dist/esm/tablist/define.js.map +1 -0
  822. package/dist/esm/tablist/index.js +7 -0
  823. package/dist/esm/tablist/index.js.map +1 -0
  824. package/dist/esm/tablist/tablist.base.js +249 -0
  825. package/dist/esm/tablist/tablist.base.js.map +1 -0
  826. package/dist/esm/tablist/tablist.bench.js +21 -0
  827. package/dist/esm/tablist/tablist.bench.js.map +1 -0
  828. package/dist/esm/tablist/tablist.definition.js +15 -0
  829. package/dist/esm/tablist/tablist.definition.js.map +1 -0
  830. package/dist/esm/tablist/tablist.js +161 -0
  831. package/dist/esm/tablist/tablist.js.map +1 -0
  832. package/dist/esm/tablist/tablist.options.js +24 -0
  833. package/dist/esm/tablist/tablist.options.js.map +1 -0
  834. package/dist/esm/tablist/tablist.styles.js +193 -0
  835. package/dist/esm/tablist/tablist.styles.js.map +1 -0
  836. package/dist/esm/tablist/tablist.template.js +10 -0
  837. package/dist/esm/tablist/tablist.template.js.map +1 -0
  838. package/dist/esm/tabs/define.js +3 -0
  839. package/dist/esm/tabs/define.js.map +1 -1
  840. package/dist/esm/tabs/index.js +4 -4
  841. package/dist/esm/tabs/index.js.map +1 -1
  842. package/dist/esm/tabs/tabs.base.js +279 -0
  843. package/dist/esm/tabs/tabs.base.js.map +1 -0
  844. package/dist/esm/tabs/tabs.bench.js +32 -0
  845. package/dist/esm/tabs/tabs.bench.js.map +1 -0
  846. package/dist/esm/tabs/tabs.definition.js +3 -0
  847. package/dist/esm/tabs/tabs.definition.js.map +1 -1
  848. package/dist/esm/tabs/tabs.js +48 -31
  849. package/dist/esm/tabs/tabs.js.map +1 -1
  850. package/dist/esm/tabs/tabs.options.js +6 -2
  851. package/dist/esm/tabs/tabs.options.js.map +1 -1
  852. package/dist/esm/tabs/tabs.styles.js +1 -1
  853. package/dist/esm/tabs/tabs.styles.js.map +1 -1
  854. package/dist/esm/tabs/tabs.template.js +17 -1
  855. package/dist/esm/tabs/tabs.template.js.map +1 -1
  856. package/dist/esm/text/index.js +2 -2
  857. package/dist/esm/text/index.js.map +1 -1
  858. package/dist/esm/text/text.bench.js +13 -0
  859. package/dist/esm/text/text.bench.js.map +1 -0
  860. package/dist/esm/text/text.js +10 -6
  861. package/dist/esm/text/text.js.map +1 -1
  862. package/dist/esm/text/text.styles.js +34 -32
  863. package/dist/esm/text/text.styles.js.map +1 -1
  864. package/dist/esm/text/text.template.js.map +1 -1
  865. package/dist/esm/text-input/index.js +5 -5
  866. package/dist/esm/text-input/index.js.map +1 -1
  867. package/dist/esm/text-input/text-input.base.js +423 -0
  868. package/dist/esm/text-input/text-input.base.js.map +1 -0
  869. package/dist/esm/text-input/text-input.bench.js +10 -0
  870. package/dist/esm/text-input/text-input.bench.js.map +1 -0
  871. package/dist/esm/text-input/text-input.definition.js +5 -3
  872. package/dist/esm/text-input/text-input.definition.js.map +1 -1
  873. package/dist/esm/text-input/text-input.js +14 -12
  874. package/dist/esm/text-input/text-input.js.map +1 -1
  875. package/dist/esm/text-input/text-input.options.js +35 -2
  876. package/dist/esm/text-input/text-input.options.js.map +1 -1
  877. package/dist/esm/text-input/text-input.styles.js +22 -12
  878. package/dist/esm/text-input/text-input.styles.js.map +1 -1
  879. package/dist/esm/text-input/text-input.template.js +55 -2
  880. package/dist/esm/text-input/text-input.template.js.map +1 -1
  881. package/dist/esm/textarea/define.js +4 -0
  882. package/dist/esm/textarea/define.js.map +1 -0
  883. package/dist/esm/textarea/index.js +7 -0
  884. package/dist/esm/textarea/index.js.map +1 -0
  885. package/dist/esm/textarea/textarea.base.js +494 -0
  886. package/dist/esm/textarea/textarea.base.js.map +1 -0
  887. package/dist/esm/textarea/textarea.bench.js +10 -0
  888. package/dist/esm/textarea/textarea.bench.js.map +1 -0
  889. package/dist/esm/textarea/textarea.definition.js +20 -0
  890. package/dist/esm/textarea/textarea.definition.js.map +1 -0
  891. package/dist/esm/textarea/textarea.js +73 -0
  892. package/dist/esm/textarea/textarea.js.map +1 -0
  893. package/dist/esm/textarea/textarea.options.js +48 -0
  894. package/dist/esm/textarea/textarea.options.js.map +1 -0
  895. package/dist/esm/textarea/textarea.styles.js +268 -0
  896. package/dist/esm/textarea/textarea.styles.js.map +1 -0
  897. package/dist/esm/textarea/textarea.template.js +54 -0
  898. package/dist/esm/textarea/textarea.template.js.map +1 -0
  899. package/dist/esm/theme/design-tokens.js +2221 -386
  900. package/dist/esm/theme/design-tokens.js.map +1 -1
  901. package/dist/esm/theme/index.js.map +1 -1
  902. package/dist/esm/theme/set-theme.global.bench.js +25 -0
  903. package/dist/esm/theme/set-theme.global.bench.js.map +1 -0
  904. package/dist/esm/theme/set-theme.js +185 -12
  905. package/dist/esm/theme/set-theme.js.map +1 -1
  906. package/dist/esm/theme/set-theme.local.bench.js +27 -0
  907. package/dist/esm/theme/set-theme.local.bench.js.map +1 -0
  908. package/dist/esm/theme/set-theme.shadow.bench.js +29 -0
  909. package/dist/esm/theme/set-theme.shadow.bench.js.map +1 -0
  910. package/dist/esm/toggle-button/index.js +4 -4
  911. package/dist/esm/toggle-button/index.js.map +1 -1
  912. package/dist/esm/toggle-button/toggle-button.bench.js +11 -0
  913. package/dist/esm/toggle-button/toggle-button.bench.js.map +1 -0
  914. package/dist/esm/toggle-button/toggle-button.definition.js +0 -5
  915. package/dist/esm/toggle-button/toggle-button.definition.js.map +1 -1
  916. package/dist/esm/toggle-button/toggle-button.js +46 -91
  917. package/dist/esm/toggle-button/toggle-button.js.map +1 -1
  918. package/dist/esm/toggle-button/toggle-button.options.js.map +1 -1
  919. package/dist/esm/toggle-button/toggle-button.styles.js +34 -26
  920. package/dist/esm/toggle-button/toggle-button.styles.js.map +1 -1
  921. package/dist/esm/toggle-button/toggle-button.template.js +1 -1
  922. package/dist/esm/toggle-button/toggle-button.template.js.map +1 -1
  923. package/dist/esm/tooltip/define.js +4 -0
  924. package/dist/esm/tooltip/define.js.map +1 -0
  925. package/dist/esm/tooltip/index.js +6 -0
  926. package/dist/esm/tooltip/index.js.map +1 -0
  927. package/dist/esm/tooltip/tooltip.definition.js +17 -0
  928. package/dist/esm/tooltip/tooltip.definition.js.map +1 -0
  929. package/dist/esm/tooltip/tooltip.js +202 -0
  930. package/dist/esm/tooltip/tooltip.js.map +1 -0
  931. package/dist/esm/tooltip/tooltip.options.js +19 -0
  932. package/dist/esm/tooltip/tooltip.options.js.map +1 -0
  933. package/dist/esm/tooltip/tooltip.styles.js +96 -0
  934. package/dist/esm/tooltip/tooltip.styles.js.map +1 -0
  935. package/dist/esm/tooltip/tooltip.template.js +11 -0
  936. package/dist/esm/tooltip/tooltip.template.js.map +1 -0
  937. package/dist/esm/tree/define.js +4 -0
  938. package/dist/esm/tree/define.js.map +1 -0
  939. package/dist/esm/tree/index.js +6 -0
  940. package/dist/esm/tree/index.js.map +1 -0
  941. package/dist/esm/tree/tree.base.js +228 -0
  942. package/dist/esm/tree/tree.base.js.map +1 -0
  943. package/dist/esm/tree/tree.bench.js +10 -0
  944. package/dist/esm/tree/tree.bench.js.map +1 -0
  945. package/dist/esm/tree/tree.definition.js +16 -0
  946. package/dist/esm/tree/tree.definition.js.map +1 -0
  947. package/dist/esm/tree/tree.js +61 -0
  948. package/dist/esm/tree/tree.js.map +1 -0
  949. package/dist/esm/tree/tree.styles.js +9 -0
  950. package/dist/esm/tree/tree.styles.js.map +1 -0
  951. package/dist/esm/tree/tree.template.js +19 -0
  952. package/dist/esm/tree/tree.template.js.map +1 -0
  953. package/dist/esm/tree-item/define.js +4 -0
  954. package/dist/esm/tree-item/define.js.map +1 -0
  955. package/dist/esm/tree-item/index.js +6 -0
  956. package/dist/esm/tree-item/index.js.map +1 -0
  957. package/dist/esm/tree-item/tree-item.base.js +142 -0
  958. package/dist/esm/tree-item/tree-item.base.js.map +1 -0
  959. package/dist/esm/tree-item/tree-item.bench.js +10 -0
  960. package/dist/esm/tree-item/tree-item.bench.js.map +1 -0
  961. package/dist/esm/tree-item/tree-item.definition.js +16 -0
  962. package/dist/esm/tree-item/tree-item.definition.js.map +1 -0
  963. package/dist/esm/tree-item/tree-item.js +71 -0
  964. package/dist/esm/tree-item/tree-item.js.map +1 -0
  965. package/dist/esm/tree-item/tree-item.options.js +24 -0
  966. package/dist/esm/tree-item/tree-item.options.js.map +1 -0
  967. package/dist/esm/tree-item/tree-item.styles.js +157 -0
  968. package/dist/esm/tree-item/tree-item.styles.js.map +1 -0
  969. package/dist/esm/tree-item/tree-item.template.js +37 -0
  970. package/dist/esm/tree-item/tree-item.template.js.map +1 -0
  971. package/dist/esm/utils/apply-mixins.js.map +1 -1
  972. package/dist/esm/utils/behaviors/match-media-stylesheet-behavior.js +142 -0
  973. package/dist/esm/utils/behaviors/match-media-stylesheet-behavior.js.map +1 -0
  974. package/dist/esm/utils/benchmark-dependencies/tokens.js +2 -0
  975. package/dist/esm/utils/benchmark-dependencies/tokens.js.map +1 -0
  976. package/dist/esm/utils/benchmark-wrapper.js +18 -0
  977. package/dist/esm/utils/benchmark-wrapper.js.map +1 -0
  978. package/dist/esm/utils/converters.js +26 -0
  979. package/dist/esm/utils/converters.js.map +1 -0
  980. package/dist/esm/utils/direction.js +14 -0
  981. package/dist/esm/utils/direction.js.map +1 -0
  982. package/dist/esm/utils/display.js +15 -0
  983. package/dist/esm/utils/display.js.map +1 -0
  984. package/dist/esm/utils/element-internals.js +96 -0
  985. package/dist/esm/utils/element-internals.js.map +1 -0
  986. package/dist/esm/utils/focusable-element.js +10 -0
  987. package/dist/esm/utils/focusable-element.js.map +1 -0
  988. package/dist/esm/utils/get-initials.js +2 -2
  989. package/dist/esm/utils/get-initials.js.map +1 -1
  990. package/dist/esm/utils/index.js +9 -0
  991. package/dist/esm/utils/index.js.map +1 -0
  992. package/dist/esm/utils/language.js +12 -0
  993. package/dist/esm/utils/language.js.map +1 -0
  994. package/dist/esm/utils/root-active-element.js +9 -0
  995. package/dist/esm/utils/root-active-element.js.map +1 -0
  996. package/dist/esm/utils/support.js +16 -0
  997. package/dist/esm/utils/support.js.map +1 -0
  998. package/dist/esm/utils/template-helpers.js +19 -0
  999. package/dist/esm/utils/template-helpers.js.map +1 -0
  1000. package/dist/esm/utils/typings.js +3 -0
  1001. package/dist/esm/utils/typings.js.map +1 -0
  1002. package/dist/esm/utils/unique-id.js +14 -0
  1003. package/dist/esm/utils/unique-id.js.map +1 -0
  1004. package/dist/esm/utils/whitespace-filter.js +13 -0
  1005. package/dist/esm/utils/whitespace-filter.js.map +1 -0
  1006. package/dist/web-components.d.ts +9533 -1377
  1007. package/dist/web-components.js +11138 -8869
  1008. package/dist/web-components.min.js +413 -189
  1009. package/package.json +77 -149
  1010. package/dist/dts/helpers.tests.d.ts +0 -8
  1011. package/dist/esm/helpers.tests.js +0 -29
  1012. package/dist/esm/helpers.tests.js.map +0 -1
  1013. package/dist/fluent-web-components.api.json +0 -18605
  1014. package/dist/storybook/108.78b731e00015540915a8.manager.bundle.js +0 -1
  1015. package/dist/storybook/108.b31ec3a1.iframe.bundle.js +0 -1
  1016. package/dist/storybook/316.bc4aabd3.iframe.bundle.js +0 -2
  1017. package/dist/storybook/316.bc4aabd3.iframe.bundle.js.LICENSE.txt +0 -17
  1018. package/dist/storybook/401.7edec720.iframe.bundle.js +0 -2
  1019. package/dist/storybook/401.7edec720.iframe.bundle.js.LICENSE.txt +0 -12
  1020. package/dist/storybook/401.c9bdfaf0dda8b194127f.manager.bundle.js +0 -2
  1021. package/dist/storybook/401.c9bdfaf0dda8b194127f.manager.bundle.js.LICENSE.txt +0 -12
  1022. package/dist/storybook/491.77b24750.iframe.bundle.js +0 -1
  1023. package/dist/storybook/709.22096ad4.iframe.bundle.js +0 -2
  1024. package/dist/storybook/709.22096ad4.iframe.bundle.js.LICENSE.txt +0 -8
  1025. package/dist/storybook/709.b131e33993a6b94d7ad8.manager.bundle.js +0 -2
  1026. package/dist/storybook/709.b131e33993a6b94d7ad8.manager.bundle.js.LICENSE.txt +0 -8
  1027. package/dist/storybook/721.46fa9f53.iframe.bundle.js +0 -2
  1028. package/dist/storybook/721.46fa9f53.iframe.bundle.js.LICENSE.txt +0 -31
  1029. package/dist/storybook/721.c225c101a0a55a8f98eb.manager.bundle.js +0 -2
  1030. package/dist/storybook/721.c225c101a0a55a8f98eb.manager.bundle.js.LICENSE.txt +0 -31
  1031. package/dist/storybook/761.21909e5ef44f985ae0d4.manager.bundle.js +0 -2
  1032. package/dist/storybook/761.21909e5ef44f985ae0d4.manager.bundle.js.LICENSE.txt +0 -94
  1033. package/dist/storybook/858.da40ed98.iframe.bundle.js +0 -1
  1034. package/dist/storybook/858.e08e25a6901d2e21e9d8.manager.bundle.js +0 -1
  1035. package/dist/storybook/885.6558041f.iframe.bundle.js +0 -462
  1036. package/dist/storybook/885.6558041f.iframe.bundle.js.LICENSE.txt +0 -46
  1037. package/dist/storybook/885.6558041f.iframe.bundle.js.map +0 -1
  1038. package/dist/storybook/950.674e7934b4a26a022608.manager.bundle.js +0 -1
  1039. package/dist/storybook/954.630c5748.iframe.bundle.js +0 -1
  1040. package/dist/storybook/954.7f985e2fdf9f15a7748b.manager.bundle.js +0 -1
  1041. package/dist/storybook/SegoeUI-VF.ttf +0 -0
  1042. package/dist/storybook/favicon.ico +0 -0
  1043. package/dist/storybook/favicon.png +0 -0
  1044. package/dist/storybook/iframe.html +0 -364
  1045. package/dist/storybook/index.html +0 -165
  1046. package/dist/storybook/main.18c2c615e57574af12cd.manager.bundle.js +0 -1
  1047. package/dist/storybook/main.2c02ce39.iframe.bundle.js +0 -1
  1048. package/dist/storybook/project.json +0 -1
  1049. package/dist/storybook/runtime~main.5d918fe7.iframe.bundle.js +0 -1
  1050. package/dist/storybook/runtime~main.8db883e762072830487f.manager.bundle.js +0 -1
  1051. package/dist/storybook/shell.css +0 -83
  1052. package/dist/storybook/theme-switch.ts +0 -13
  1053. package/docs/api-report.md +0 -2387
  1054. package/playwright.config.ts +0 -25
package/CHANGELOG.md CHANGED
@@ -1,12 +1,954 @@
1
1
  # Change Log - @fluentui/web-components
2
2
 
3
- This log was last generated on Fri, 25 Aug 2023 04:19:33 GMT and should not be manually modified.
3
+ This log was last generated on Mon, 19 May 2025 04:07:13 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## [3.0.0-beta.100](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.100)
8
+
9
+ Mon, 19 May 2025 04:07:13 GMT
10
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.99..@fluentui/web-components_v3.0.0-beta.100)
11
+
12
+ ### Changes
13
+
14
+ - Include Custom Elements Manifest in package exports ([PR #34460](https://github.com/microsoft/fluentui/pull/34460) by burtonsmith@microsoft.com)
15
+
16
+ ## [3.0.0-beta.99](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.99)
17
+
18
+ Thu, 15 May 2025 04:06:34 GMT
19
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.98..@fluentui/web-components_v3.0.0-beta.99)
20
+
21
+ ### Changes
22
+
23
+ - Add tree exports to main index ([PR #34448](https://github.com/microsoft/fluentui/pull/34448) by jes@microsoft.com)
24
+
25
+ ## [3.0.0-beta.98](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.98)
26
+
27
+ Fri, 09 May 2025 04:07:03 GMT
28
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.97..@fluentui/web-components_v3.0.0-beta.98)
29
+
30
+ ### Changes
31
+
32
+ - fix the selected primary focus state ([PR #34400](https://github.com/microsoft/fluentui/pull/34400) by jes@microsoft.com)
33
+
34
+ ## [3.0.0-beta.97](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.97)
35
+
36
+ Wed, 07 May 2025 04:08:26 GMT
37
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.96..@fluentui/web-components_v3.0.0-beta.97)
38
+
39
+ ### Changes
40
+
41
+ - [fix]: Hitting escape once should close alert dialog ([PR #34382](https://github.com/microsoft/fluentui/pull/34382) by jes@microsoft.com)
42
+ - fix: text-input setValidity fails if control is not available ([PR #34372](https://github.com/microsoft/fluentui/pull/34372) by 863023+radium-v@users.noreply.github.com)
43
+ - [fix] drawer title should use h2 tag ([PR #34380](https://github.com/microsoft/fluentui/pull/34380) by jes@microsoft.com)
44
+
45
+ ## [3.0.0-beta.96](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.96)
46
+
47
+ Wed, 30 Apr 2025 04:06:34 GMT
48
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.95..@fluentui/web-components_v3.0.0-beta.96)
49
+
50
+ ### Changes
51
+
52
+ - feat: add endpoint for f2 design token exports ([PR #34344](https://github.com/microsoft/fluentui/pull/34344) by rupertdavid@microsoft.com)
53
+
54
+ ## [3.0.0-beta.95](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.95)
55
+
56
+ Thu, 24 Apr 2025 04:06:27 GMT
57
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.94..@fluentui/web-components_v3.0.0-beta.95)
58
+
59
+ ### Changes
60
+
61
+ - support callback for expand change ([PR #34234](https://github.com/microsoft/fluentui/pull/34234) by HangWhy@outlook.com)
62
+
63
+ ## [3.0.0-beta.94](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.94)
64
+
65
+ Tue, 22 Apr 2025 04:07:05 GMT
66
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.93..@fluentui/web-components_v3.0.0-beta.94)
67
+
68
+ ### Changes
69
+
70
+ - Added custom elements manifest to project and included it in published package ([PR #34283](https://github.com/microsoft/fluentui/pull/34283) by burtonsmith@microsoft.com)
71
+
72
+ ## [3.0.0-beta.93](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.93)
73
+
74
+ Fri, 18 Apr 2025 04:06:38 GMT
75
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.92..@fluentui/web-components_v3.0.0-beta.93)
76
+
77
+ ### Changes
78
+
79
+ - fix tabs animation starting position ([PR #34185](https://github.com/microsoft/fluentui/pull/34185) by 1981616118@qq.com)
80
+ - [fix] only set expanded is expanded is not set ([PR #34282](https://github.com/microsoft/fluentui/pull/34282) by jes@microsoft.com)
81
+
82
+ ## [3.0.0-beta.92](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.92)
83
+
84
+ Thu, 17 Apr 2025 04:07:28 GMT
85
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.91..@fluentui/web-components_v3.0.0-beta.92)
86
+
87
+ ### Changes
88
+
89
+ - tree item initial selection, tree item expands for sub selected item ([PR #34258](https://github.com/microsoft/fluentui/pull/34258) by jes@microsoft.com)
90
+
91
+ ## [3.0.0-beta.91](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.91)
92
+
93
+ Tue, 15 Apr 2025 04:06:21 GMT
94
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.90..@fluentui/web-components_v3.0.0-beta.91)
95
+
96
+ ### Changes
97
+
98
+ - fix: dropdown validation message and add missing validity functions ([PR #34219](https://github.com/microsoft/fluentui/pull/34219) by 863023+radium-v@users.noreply.github.com)
99
+
100
+ ## [3.0.0-beta.90](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.90)
101
+
102
+ Thu, 10 Apr 2025 04:07:19 GMT
103
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.89..@fluentui/web-components_v3.0.0-beta.90)
104
+
105
+ ### Changes
106
+
107
+ - feat: remove use of custom states for presentational styling ([PR #34168](https://github.com/microsoft/fluentui/pull/34168) by 13071055+chrisdholt@users.noreply.github.com)
108
+ - fix typo in avatar styles for beige color ([PR #34221](https://github.com/microsoft/fluentui/pull/34221) by 13071055+chrisdholt@users.noreply.github.com)
109
+
110
+ ## [3.0.0-beta.89](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.89)
111
+
112
+ Wed, 09 Apr 2025 04:06:41 GMT
113
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.88..@fluentui/web-components_v3.0.0-beta.89)
114
+
115
+ ### Changes
116
+
117
+ - deprecate tabs and tab-panel in favor of tablist ([PR #34206](https://github.com/microsoft/fluentui/pull/34206) by 13071055+chrisdholt@users.noreply.github.com)
118
+
119
+ ## [3.0.0-beta.88](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.88)
120
+
121
+ Fri, 21 Mar 2025 04:07:36 GMT
122
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.87..@fluentui/web-components_v3.0.0-beta.88)
123
+
124
+ ### Changes
125
+
126
+ - fix: emit change event on tablist only when active tab changed ([PR #34055](https://github.com/microsoft/fluentui/pull/34055) by machi@microsoft.com)
127
+
128
+ ## [3.0.0-beta.87](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.87)
129
+
130
+ Thu, 20 Mar 2025 04:07:02 GMT
131
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.86..@fluentui/web-components_v3.0.0-beta.87)
132
+
133
+ ### Changes
134
+
135
+ - [chore]: move core functionality to base dropdown ([PR #34033](https://github.com/microsoft/fluentui/pull/34033) by jes@microsoft.com)
136
+
137
+ ## [3.0.0-beta.86](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.86)
138
+
139
+ Fri, 14 Mar 2025 04:07:05 GMT
140
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.85..@fluentui/web-components_v3.0.0-beta.86)
141
+
142
+ ### Changes
143
+
144
+ - refactor out base classes for tree and tree item ([PR #33990](https://github.com/microsoft/fluentui/pull/33990) by jes@microsoft.com)
145
+ - move filtering for tree-items to template ([PR #33989](https://github.com/microsoft/fluentui/pull/33989) by jes@microsoft.com)
146
+
147
+ ## [3.0.0-beta.85](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.85)
148
+
149
+ Thu, 13 Mar 2025 04:07:37 GMT
150
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.84..@fluentui/web-components_v3.0.0-beta.85)
151
+
152
+ ### Changes
153
+
154
+ - fix: export AnchorButtonStyles in its index.ts ([PR #33957](https://github.com/microsoft/fluentui/pull/33957) by wes.ngrongsen@gmail.com)
155
+
156
+ ## [3.0.0-beta.84](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.84)
157
+
158
+ Mon, 10 Mar 2025 21:05:03 GMT
159
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.83..@fluentui/web-components_v3.0.0-beta.84)
160
+
161
+ ### Changes
162
+
163
+ - fix: move base classes to a separate file and provide export paths for improved tree shaking ([PR #33962](https://github.com/microsoft/fluentui/pull/33962) by 13071055+chrisdholt@users.noreply.github.com)
164
+
165
+ ## [3.0.0-beta.83](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.83)
166
+
167
+ Wed, 05 Mar 2025 04:07:03 GMT
168
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.82..@fluentui/web-components_v3.0.0-beta.83)
169
+
170
+ ### Changes
171
+
172
+ - feat: auto associate tabpanels with tabs ([PR #33939](https://github.com/microsoft/fluentui/pull/33939) by machi@microsoft.com)
173
+
174
+ ## [3.0.0-beta.82](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.82)
175
+
176
+ Fri, 28 Feb 2025 04:07:19 GMT
177
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.81..@fluentui/web-components_v3.0.0-beta.82)
178
+
179
+ ### Changes
180
+
181
+ - Fixed button start and end slots inline spacing. ([PR #33917](https://github.com/microsoft/fluentui/pull/33917) by 601470+mlijanto@users.noreply.github.com)
182
+ - fix: position thumb properly at pointer coordinates ([PR #33916](https://github.com/microsoft/fluentui/pull/33916) by machi@microsoft.com)
183
+ - fix: enable keyboard interactions after clicking on thumb ([PR #33922](https://github.com/microsoft/fluentui/pull/33922) by machi@microsoft.com)
184
+
185
+ ## [3.0.0-beta.81](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.81)
186
+
187
+ Tue, 25 Feb 2025 04:07:15 GMT
188
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.80..@fluentui/web-components_v3.0.0-beta.81)
189
+
190
+ ### Changes
191
+
192
+ - fix: dropdown should emit a change event when the value changes via user input ([PR #33885](https://github.com/microsoft/fluentui/pull/33885) by 863023+radium-v@users.noreply.github.com)
193
+
194
+ ## [3.0.0-beta.80](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.80)
195
+
196
+ Thu, 13 Feb 2025 04:06:52 GMT
197
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.79..@fluentui/web-components_v3.0.0-beta.80)
198
+
199
+ ### Changes
200
+
201
+ - makes direction change observable for slider ([PR #33834](https://github.com/microsoft/fluentui/pull/33834) by jes@microsoft.com)
202
+
203
+ ## [3.0.0-beta.79](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.79)
204
+
205
+ Fri, 07 Feb 2025 04:07:35 GMT
206
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.78..@fluentui/web-components_v3.0.0-beta.79)
207
+
208
+ ### Changes
209
+
210
+ - remove unnecessary filtering in menu-item ([PR #33795](https://github.com/microsoft/fluentui/pull/33795) by jes@microsoft.com)
211
+
212
+ ## [3.0.0-beta.78](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.78)
213
+
214
+ Tue, 04 Feb 2025 04:07:18 GMT
215
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.77..@fluentui/web-components_v3.0.0-beta.78)
216
+
217
+ ### Changes
218
+
219
+ - add Dropdown, Listbox, and Option components ([PR #32116](https://github.com/microsoft/fluentui/pull/32116) by 863023+radium-v@users.noreply.github.com)
220
+ - fix: dropdown opens then closes on space key ([PR #33767](https://github.com/microsoft/fluentui/pull/33767) by 863023+radium-v@users.noreply.github.com)
221
+
222
+ ## [3.0.0-beta.77](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.77)
223
+
224
+ Fri, 17 Jan 2025 04:07:40 GMT
225
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.76..@fluentui/web-components_v3.0.0-beta.77)
226
+
227
+ ### Changes
228
+
229
+ - fix: revert logical properties in spinner to support rtl" ([PR #33654](https://github.com/microsoft/fluentui/pull/33654) by rupertdavid@microsoft.com)
230
+ - fix: update disabled switch styles to GrayText for high-contrast mode ([PR #33637](https://github.com/microsoft/fluentui/pull/33637) by rupertdavid@microsoft.com)
231
+
232
+ ## [3.0.0-beta.76](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.76)
233
+
234
+ Thu, 09 Jan 2025 04:07:00 GMT
235
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.75..@fluentui/web-components_v3.0.0-beta.76)
236
+
237
+ ### Changes
238
+
239
+ - Allow field states to be set regardless of connection status ([PR #33023](https://github.com/microsoft/fluentui/pull/33023) by 863023+radium-v@users.noreply.github.com)
240
+ - fix: radio-group emit change with keyboard and disabled radio unchecks ([PR #33585](https://github.com/microsoft/fluentui/pull/33585) by jes@microsoft.com)
241
+
242
+ ## [3.0.0-beta.75](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.75)
243
+
244
+ Mon, 23 Dec 2024 04:07:55 GMT
245
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.74..@fluentui/web-components_v3.0.0-beta.75)
246
+
247
+ ### Changes
248
+
249
+ - fix tooltip positioning styles for 'below-end' option ([PR #33494](https://github.com/microsoft/fluentui/pull/33494) by 863023+radium-v@users.noreply.github.com)
250
+
251
+ ## [3.0.0-beta.74](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.74)
252
+
253
+ Fri, 06 Dec 2024 04:07:47 GMT
254
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.73..@fluentui/web-components_v3.0.0-beta.74)
255
+
256
+ ### Changes
257
+
258
+ - add current-value attribute to text-input ([PR #33144](https://github.com/microsoft/fluentui/pull/33144) by 863023+radium-v@users.noreply.github.com)
259
+
260
+ ## [3.0.0-beta.73](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.73)
261
+
262
+ Thu, 07 Nov 2024 04:07:40 GMT
263
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.72..@fluentui/web-components_v3.0.0-beta.73)
264
+
265
+ ### Changes
266
+
267
+ - feat: add Tooltip component ([PR #32852](https://github.com/microsoft/fluentui/pull/32852) by rupertdavid@microsoft.com)
268
+
269
+ ## [3.0.0-beta.72](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.72)
270
+
271
+ Wed, 30 Oct 2024 04:06:53 GMT
272
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.71..@fluentui/web-components_v3.0.0-beta.72)
273
+
274
+ ### Changes
275
+
276
+ - add swapStates function for attribute-driven internal states ([PR #33156](https://github.com/microsoft/fluentui/pull/33156) by 863023+radium-v@users.noreply.github.com)
277
+
278
+ ## [3.0.0-beta.71](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.71)
279
+
280
+ Tue, 29 Oct 2024 04:06:49 GMT
281
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.70..@fluentui/web-components_v3.0.0-beta.71)
282
+
283
+ ### Changes
284
+
285
+ - replace state partials with stateSelector function ([PR #33037](https://github.com/microsoft/fluentui/pull/33037) by 863023+radium-v@users.noreply.github.com)
286
+
287
+ ## [3.0.0-beta.70](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.70)
288
+
289
+ Fri, 25 Oct 2024 20:54:39 GMT
290
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.69..@fluentui/web-components_v3.0.0-beta.70)
291
+
292
+ ### Changes
293
+
294
+ - fix: move proper menu positioning for split button into component css ([PR #33140](https://github.com/microsoft/fluentui/pull/33140) by machi@microsoft.com)
295
+ - fix: change to new css anchor positioning properties ([PR #33139](https://github.com/microsoft/fluentui/pull/33139) by machi@microsoft.com)
296
+
297
+ ## [3.0.0-beta.69](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.69)
298
+
299
+ Tue, 15 Oct 2024 04:07:48 GMT
300
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.68..@fluentui/web-components_v3.0.0-beta.69)
301
+
302
+ ### Changes
303
+
304
+ - Fix: menu-item emit current state when checked change event fires ([PR #33029](https://github.com/microsoft/fluentui/pull/33029) by jes@microsoft.com)
305
+ - fix prefers-reduced-motion media query in button ([PR #33034](https://github.com/microsoft/fluentui/pull/33034) by 863023+radium-v@users.noreply.github.com)
306
+
307
+ ## [3.0.0-beta.68](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.68)
308
+
309
+ Mon, 07 Oct 2024 04:08:32 GMT
310
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.67..@fluentui/web-components_v3.0.0-beta.68)
311
+
312
+ ### Changes
313
+
314
+ - feat: adds split-button ([PR #32948](https://github.com/microsoft/fluentui/pull/32948) by jes@microsoft.com)
315
+
316
+ ## [3.0.0-beta.67](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.67)
317
+
318
+ Fri, 04 Oct 2024 04:09:02 GMT
319
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.66..@fluentui/web-components_v3.0.0-beta.67)
320
+
321
+ ### Changes
322
+
323
+ - fix: removes display inheritance so all html elements can render ([PR #32874](https://github.com/microsoft/fluentui/pull/32874) by jes@microsoft.com)
324
+
325
+ ## [3.0.0-beta.66](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.66)
326
+
327
+ Fri, 27 Sep 2024 04:07:03 GMT
328
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.65..@fluentui/web-components_v3.0.0-beta.66)
329
+
330
+ ### Changes
331
+
332
+ - feat: add support for custom icons and colors to rating-display ([PR #32907](https://github.com/microsoft/fluentui/pull/32907) by mlijanto@microsoft.com)
333
+
334
+ ## [3.0.0-beta.65](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.65)
335
+
336
+ Wed, 11 Sep 2024 04:08:18 GMT
337
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.64..@fluentui/web-components_v3.0.0-beta.65)
338
+
339
+ ### Changes
340
+
341
+ - docs: reflect setTheme change ([PR #32490](https://github.com/microsoft/fluentui/pull/32490) by machi@microsoft.com)
342
+
343
+ ## [3.0.0-beta.64](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.64)
344
+
345
+ Thu, 05 Sep 2024 04:07:18 GMT
346
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.63..@fluentui/web-components_v3.0.0-beta.64)
347
+
348
+ ### Changes
349
+
350
+ - chore: add missing export for textarea ([PR #32450](https://github.com/microsoft/fluentui/pull/32450) by rupertdavid@microsoft.com)
351
+
352
+ ## [3.0.0-beta.63](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.63)
353
+
354
+ Wed, 04 Sep 2024 04:08:17 GMT
355
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.62..@fluentui/web-components_v3.0.0-beta.63)
356
+
357
+ ### Changes
358
+
359
+ - normalize export paths ([PR #32451](https://github.com/microsoft/fluentui/pull/32451) by 863023+radium-v@users.noreply.github.com)
360
+ - restore define modules as default exports ([PR #32452](https://github.com/microsoft/fluentui/pull/32452) by 863023+radium-v@users.noreply.github.com)
361
+
362
+ ## [3.0.0-beta.62](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.62)
363
+
364
+ Fri, 30 Aug 2024 04:07:03 GMT
365
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.61..@fluentui/web-components_v3.0.0-beta.62)
366
+
367
+ ### Changes
368
+
369
+ - fix: add primary button state and improved button disabled state in forced-colors mode ([PR #32419](https://github.com/microsoft/fluentui/pull/32419) by rupertdavid@microsoft.com)
370
+
371
+ ## [3.0.0-beta.61](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.61)
372
+
373
+ Thu, 29 Aug 2024 04:07:09 GMT
374
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.60..@fluentui/web-components_v3.0.0-beta.61)
375
+
376
+ ### Changes
377
+
378
+ - 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)
379
+
380
+ ## [3.0.0-beta.60](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.60)
381
+
382
+ Wed, 28 Aug 2024 04:06:49 GMT
383
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.59..@fluentui/web-components_v3.0.0-beta.60)
384
+
385
+ ### Changes
386
+
387
+ - feat: adjust slider sliding range ([PR #32350](https://github.com/microsoft/fluentui/pull/32350) by machi@microsoft.com)
388
+
389
+ ## [3.0.0-beta.59](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.59)
390
+
391
+ Wed, 21 Aug 2024 04:07:11 GMT
392
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.58..@fluentui/web-components_v3.0.0-beta.59)
393
+
394
+ ### Changes
395
+
396
+ - feat: update fast-element to latest stable version ([PR #32344](https://github.com/microsoft/fluentui/pull/32344) by 13071055+chrisdholt@users.noreply.github.com)
397
+
398
+ ## [3.0.0-beta.58](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.58)
399
+
400
+ Tue, 20 Aug 2024 04:06:57 GMT
401
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.57..@fluentui/web-components_v3.0.0-beta.58)
402
+
403
+ ### Changes
404
+
405
+ - feat: enabling setting theme on an individual element and unsetting themes ([PR #31973](https://github.com/microsoft/fluentui/pull/31973) by machi@microsoft.com)
406
+
407
+ ## [3.0.0-beta.57](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.57)
408
+
409
+ Fri, 16 Aug 2024 04:08:15 GMT
410
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.56..@fluentui/web-components_v3.0.0-beta.57)
411
+
412
+ ### Changes
413
+
414
+ - export BaseCheckbox class ([PR #32302](https://github.com/microsoft/fluentui/pull/32302) by rupertdavid@microsoft.com)
415
+
416
+ ## [3.0.0-beta.56](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.56)
417
+
418
+ Wed, 14 Aug 2024 04:07:35 GMT
419
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.55..@fluentui/web-components_v3.0.0-beta.56)
420
+
421
+ ### Changes
422
+
423
+ - feat(web-components): add fluent-textarea component ([PR #32037](https://github.com/microsoft/fluentui/pull/32037) by machi@microsoft.com)
424
+ - export BaseAnchor class ([PR #32295](https://github.com/microsoft/fluentui/pull/32295) by rupertdavid@microsoft.com)
425
+
426
+ ## [3.0.0-beta.55](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.55)
427
+
428
+ Thu, 08 Aug 2024 04:07:16 GMT
429
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.54..@fluentui/web-components_v3.0.0-beta.55)
430
+
431
+ ### Changes
432
+
433
+ - [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)
434
+
435
+ ## [3.0.0-beta.54](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.54)
436
+
437
+ Tue, 06 Aug 2024 04:07:08 GMT
438
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.53..@fluentui/web-components_v3.0.0-beta.54)
439
+
440
+ ### Changes
441
+
442
+ - Add Tablist component ([PR #32098](https://github.com/microsoft/fluentui/pull/32098) by rupertdavid@microsoft.com)
443
+
444
+ ## [3.0.0-beta.53](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.53)
445
+
446
+ Mon, 05 Aug 2024 04:08:39 GMT
447
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.52..@fluentui/web-components_v3.0.0-beta.53)
448
+
449
+ ### Changes
450
+
451
+ - fix(web-components): detach design tokens from existing themes ([PR #32130](https://github.com/microsoft/fluentui/pull/32130) by machi@microsoft.com)
452
+
453
+ ## [3.0.0-beta.52](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.52)
454
+
455
+ Fri, 02 Aug 2024 04:07:54 GMT
456
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.51..@fluentui/web-components_v3.0.0-beta.52)
457
+
458
+ ### Changes
459
+
460
+ - Export patterns. ([PR #32182](https://github.com/microsoft/fluentui/pull/32182) by mlijanto@microsoft.com)
461
+ - feat: abstracts layout api from field class ([PR #32203](https://github.com/microsoft/fluentui/pull/32203) by jes@microsoft.com)
462
+
463
+ ## [3.0.0-beta.51](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.51)
464
+
465
+ Mon, 29 Jul 2024 04:07:23 GMT
466
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.50..@fluentui/web-components_v3.0.0-beta.51)
467
+
468
+ ### Changes
469
+
470
+ - chore: move size and generate initials out of base class ([PR #32123](https://github.com/microsoft/fluentui/pull/32123) by jes@microsoft.com)
471
+ - fix: reference accordion item base class in accordion ([PR #32117](https://github.com/microsoft/fluentui/pull/32117) by jes@microsoft.com)
472
+
473
+ ## [3.0.0-beta.50](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.50)
474
+
475
+ Fri, 26 Jul 2024 04:08:24 GMT
476
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.49..@fluentui/web-components_v3.0.0-beta.50)
477
+
478
+ ### Changes
479
+
480
+ - [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)
481
+
482
+ ## [3.0.0-beta.49](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.49)
483
+
484
+ Thu, 25 Jul 2024 04:08:33 GMT
485
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.48..@fluentui/web-components_v3.0.0-beta.49)
486
+
487
+ ### Changes
488
+
489
+ - chore: create avatar base class to abstract style specfic api ([PR #32083](https://github.com/microsoft/fluentui/pull/32083) by jes@microsoft.com)
490
+ - 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)
491
+
492
+ ## [3.0.0-beta.48](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.48)
493
+
494
+ Wed, 24 Jul 2024 04:07:07 GMT
495
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.47..@fluentui/web-components_v3.0.0-beta.48)
496
+
497
+ ### Changes
498
+
499
+ - 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)
500
+ - feat(web-components): relax setTheme() argument type to allow custom tokens ([PR #32087](https://github.com/microsoft/fluentui/pull/32087) by machi@microsoft.com)
501
+ - 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)
502
+
503
+ ## [3.0.0-beta.47](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.47)
504
+
505
+ Tue, 23 Jul 2024 04:07:05 GMT
506
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.46..@fluentui/web-components_v3.0.0-beta.47)
507
+
508
+ ### Changes
509
+
510
+ - fix: move spinner animation off of main thread ([PR #32056](https://github.com/microsoft/fluentui/pull/32056) by rupertdavid@microsoft.com)
511
+ - chore: create divider base class to abstract style specfic api ([PR #32065](https://github.com/microsoft/fluentui/pull/32065) by jes@microsoft.com)
512
+
513
+ ## [3.0.0-beta.46](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.46)
514
+
515
+ Fri, 19 Jul 2024 04:08:32 GMT
516
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.45..@fluentui/web-components_v3.0.0-beta.46)
517
+
518
+ ### Changes
519
+
520
+ - chore: [button] move style related api out of base class ([PR #32049](https://github.com/microsoft/fluentui/pull/32049) by jes@microsoft.com)
521
+
522
+ ## [3.0.0-beta.45](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.45)
523
+
524
+ Thu, 18 Jul 2024 04:06:50 GMT
525
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.44..@fluentui/web-components_v3.0.0-beta.45)
526
+
527
+ ### Changes
528
+
529
+ - fix: removed padding from field host element ([PR #32002](https://github.com/microsoft/fluentui/pull/32002) by jes@microsoft.com)
530
+
531
+ ## [3.0.0-beta.44](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.44)
532
+
533
+ Wed, 17 Jul 2024 04:07:52 GMT
534
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.43..@fluentui/web-components_v3.0.0-beta.44)
535
+
536
+ ### Changes
537
+
538
+ - chore: cleanup drawer storybook ([PR #31991](https://github.com/microsoft/fluentui/pull/31991) by rupertdavid@microsoft.com)
539
+
540
+ ## [3.0.0-beta.43](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.43)
541
+
542
+ Tue, 16 Jul 2024 04:08:02 GMT
543
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.42..@fluentui/web-components_v3.0.0-beta.43)
544
+
545
+ ### Changes
546
+
547
+ - fix: scope menu fallback positioning to non-anchor browsers only ([PR #32000](https://github.com/microsoft/fluentui/pull/32000) by rupertdavid@microsoft.com)
548
+ - 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)
549
+ - fix: support tabindex values from implementors on buttons ([PR #32003](https://github.com/microsoft/fluentui/pull/32003) by 13071055+chrisdholt@users.noreply.github.com)
550
+
551
+ ## [3.0.0-beta.42](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.42)
552
+
553
+ Thu, 11 Jul 2024 04:07:36 GMT
554
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.41..@fluentui/web-components_v3.0.0-beta.42)
555
+
556
+ ### Changes
557
+
558
+ - feat: update slider to use ElementInternals for form association ([PR #31933](https://github.com/microsoft/fluentui/pull/31933) by machi@microsoft.com)
559
+
560
+ ## [3.0.0-beta.41](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.41)
561
+
562
+ Tue, 09 Jul 2024 04:07:26 GMT
563
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.40..@fluentui/web-components_v3.0.0-beta.41)
564
+
565
+ ### Changes
566
+
567
+ - 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)
568
+ - 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)
569
+
570
+ ## [3.0.0-beta.40](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.40)
571
+
572
+ Thu, 04 Jul 2024 04:08:13 GMT
573
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.39..@fluentui/web-components_v3.0.0-beta.40)
574
+
575
+ ### Changes
576
+
577
+ - 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)
578
+ - fix for setTheme in Firefox ([PR #31911](https://github.com/microsoft/fluentui/pull/31911) by rupertdavid@microsoft.com)
579
+ - 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)
580
+
581
+ ## [3.0.0-beta.39](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.39)
582
+
583
+ Wed, 03 Jul 2024 04:08:00 GMT
584
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.38..@fluentui/web-components_v3.0.0-beta.39)
585
+
586
+ ### Changes
587
+
588
+ - fix(web-components): fix popover positioning in firefox, add docs ([PR #31895](https://github.com/microsoft/fluentui/pull/31895) by rupertdavid@microsoft.com)
589
+ - expose field in webcomponents to package exports ([PR #31904](https://github.com/microsoft/fluentui/pull/31904) by mmansour@microsoft.com)
590
+ - 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)
591
+ - fix(web-components): fix menu enterkey interaction ([PR #31894](https://github.com/microsoft/fluentui/pull/31894) by rupertdavid@microsoft.com)
592
+
593
+ ## [3.0.0-beta.38](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.38)
594
+
595
+ Mon, 01 Jul 2024 04:08:12 GMT
596
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.37..@fluentui/web-components_v3.0.0-beta.38)
597
+
598
+ ### Changes
599
+
600
+ - Make utils a package export since it replaces fluentui/foundation ([PR #31865](https://github.com/microsoft/fluentui/pull/31865) by mmansour@microsoft.com)
601
+
602
+ ## [3.0.0-beta.37](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.37)
603
+
604
+ Fri, 28 Jun 2024 04:07:17 GMT
605
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.36..@fluentui/web-components_v3.0.0-beta.37)
606
+
607
+ ### Changes
608
+
609
+ - refactor setTheme() to use adoptedStyleSheets ([PR #31713](https://github.com/microsoft/fluentui/pull/31713) by machi@microsoft.com)
610
+ - Add rating-display component ([PR #31625](https://github.com/microsoft/fluentui/pull/31625) by email not defined)
611
+ - Adds MessageBar component to Fluent Web Components ([PR #31708](https://github.com/microsoft/fluentui/pull/31708) by ryan@ryanmerrill.net)
612
+ - chore: use tokens directly in css for badge partial ([PR #31847](https://github.com/microsoft/fluentui/pull/31847) by mmansour@microsoft.com)
613
+ - 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)
614
+
615
+ ## [3.0.0-beta.36](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.36)
616
+
617
+ Wed, 26 Jun 2024 04:07:58 GMT
618
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.35..@fluentui/web-components_v3.0.0-beta.36)
619
+
620
+ ### Changes
621
+
622
+ - feat(drawer): add drawer web component ([PR #31521](https://github.com/microsoft/fluentui/pull/31521) by email not defined)
623
+
624
+ ## [3.0.0-beta.35](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.35)
625
+
626
+ Tue, 25 Jun 2024 04:06:35 GMT
627
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.34..@fluentui/web-components_v3.0.0-beta.35)
628
+
629
+ ### Changes
630
+
631
+ - 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)
632
+
633
+ ## [3.0.0-beta.34](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.34)
634
+
635
+ Mon, 24 Jun 2024 04:06:02 GMT
636
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.33..@fluentui/web-components_v3.0.0-beta.34)
637
+
638
+ ### Changes
639
+
640
+ - Refactor Menu, MenuList, and MenuItem components ([PR #31674](https://github.com/microsoft/fluentui/pull/31674) by rupertdavid@microsoft.com)
641
+
642
+ ## [3.0.0-beta.33](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.33)
643
+
644
+ Fri, 21 Jun 2024 04:06:58 GMT
645
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.32..@fluentui/web-components_v3.0.0-beta.33)
646
+
647
+ ### Changes
648
+
649
+ - 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)
650
+
651
+ ## [3.0.0-beta.32](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.32)
652
+
653
+ Wed, 19 Jun 2024 04:07:31 GMT
654
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.31..@fluentui/web-components_v3.0.0-beta.32)
655
+
656
+ ### Changes
657
+
658
+ - 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)
659
+ - feat: update divider to use custom states ([PR #31735](https://github.com/microsoft/fluentui/pull/31735) by 13071055+chrisdholt@users.noreply.github.com)
660
+ - 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)
661
+ - 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)
662
+ - 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)
663
+ - 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)
664
+ - 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)
665
+ - 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)
666
+
667
+ ## [3.0.0-beta.31](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.31)
668
+
669
+ Tue, 18 Jun 2024 04:05:31 GMT
670
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.30..@fluentui/web-components_v3.0.0-beta.31)
671
+
672
+ ### Changes
673
+
674
+ - 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)
675
+ - update badge to use element internals custom states ([PR #31733](https://github.com/microsoft/fluentui/pull/31733) by 13071055+chrisdholt@users.noreply.github.com)
676
+
677
+ ## [3.0.0-beta.30](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.30)
678
+
679
+ Fri, 14 Jun 2024 04:06:06 GMT
680
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.29..@fluentui/web-components_v3.0.0-beta.30)
681
+
682
+ ### Changes
683
+
684
+ - 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)
685
+
686
+ ## [3.0.0-beta.29](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.29)
687
+
688
+ Thu, 13 Jun 2024 04:06:41 GMT
689
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.28..@fluentui/web-components_v3.0.0-beta.29)
690
+
691
+ ### Changes
692
+
693
+ - refactor setTheme() to reduce code duplication ([PR #31679](https://github.com/microsoft/fluentui/pull/31679) by machi@microsoft.com)
694
+ - add link as a new web component ([PR #31676](https://github.com/microsoft/fluentui/pull/31676) by 13071055+chrisdholt@users.noreply.github.com)
695
+
696
+ ## [3.0.0-beta.28](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.28)
697
+
698
+ Wed, 12 Jun 2024 04:06:09 GMT
699
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.27..@fluentui/web-components_v3.0.0-beta.28)
700
+
701
+ ### Changes
702
+
703
+ - 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)
704
+ - refactor progress bar to use ElementInternals ([PR #31652](https://github.com/microsoft/fluentui/pull/31652) by 13071055+chrisdholt@users.noreply.github.com)
705
+
706
+ ## [3.0.0-beta.27](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.27)
707
+
708
+ Tue, 11 Jun 2024 04:06:29 GMT
709
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.26..@fluentui/web-components_v3.0.0-beta.27)
710
+
711
+ ### Changes
712
+
713
+ - feat: update divider to leverage ElementInternals ([PR #31627](https://github.com/microsoft/fluentui/pull/31627) by 13071055+chrisdholt@users.noreply.github.com)
714
+ - 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)
715
+
716
+ ## [3.0.0-beta.26](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.26)
717
+
718
+ Mon, 10 Jun 2024 04:07:58 GMT
719
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.25..@fluentui/web-components_v3.0.0-beta.26)
720
+
721
+ ### Changes
722
+
723
+ - 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)
724
+ - 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)
725
+ - 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)
726
+
727
+ ## [3.0.0-beta.25](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.25)
728
+
729
+ Fri, 07 Jun 2024 04:06:31 GMT
730
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.24..@fluentui/web-components_v3.0.0-beta.25)
731
+
732
+ ### Changes
733
+
734
+ - Use ElementInternals for Checkbox component ([PR #31468](https://github.com/microsoft/fluentui/pull/31468) by 863023+radium-v@users.noreply.github.com)
735
+ - Move dialog border styles to forcedColors mode ([PR #31609](https://github.com/microsoft/fluentui/pull/31609) by rupertdavid@microsoft.com)
736
+
737
+ ## [3.0.0-beta.24](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.24)
738
+
739
+ Thu, 06 Jun 2024 04:06:19 GMT
740
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.23..@fluentui/web-components_v3.0.0-beta.24)
741
+
742
+ ### Changes
743
+
744
+ - add @floating-ui/dom as a dependency ([PR #31590](https://github.com/microsoft/fluentui/pull/31590) by zacky.ma@microsoft.com)
745
+ - fix disabled button styles ([PR #31585](https://github.com/microsoft/fluentui/pull/31585) by rupertdavid@microsoft.com)
746
+
747
+ ## [3.0.0-beta.23](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.23)
748
+
749
+ Wed, 05 Jun 2024 04:06:41 GMT
750
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.22..@fluentui/web-components_v3.0.0-beta.23)
751
+
752
+ ### Changes
753
+
754
+ - chore: migrate to package.json#files for npm publish scope" ([PR #31519](https://github.com/microsoft/fluentui/pull/31519) by martinhochel@microsoft.com)
755
+ - Refactor fluent-dialog and add fluent-dialog-body ([PR #31512](https://github.com/microsoft/fluentui/pull/31512) by rupertdavid@microsoft.com)
756
+ - 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)
757
+
758
+ ## [3.0.0-beta.22](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.22)
759
+
760
+ Mon, 03 Jun 2024 04:06:55 GMT
761
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.21..@fluentui/web-components_v3.0.0-beta.22)
762
+
763
+ ### Changes
764
+
765
+ - chore: Export component definitions from rollup bundle ([PR #31403](https://github.com/microsoft/fluentui/pull/31403) by 863023+radium-v@users.noreply.github.com)
766
+
767
+ ## [3.0.0-beta.21](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.21)
768
+
769
+ Fri, 24 May 2024 04:06:21 GMT
770
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.20..@fluentui/web-components_v3.0.0-beta.21)
771
+
772
+ ### Changes
773
+
774
+ - Use ElementInternals for the TextInput component ([PR #31201](https://github.com/microsoft/fluentui/pull/31201) by 863023+radium-v@users.noreply.github.com)
775
+
776
+ ## [3.0.0-beta.20](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.20)
777
+
778
+ Wed, 22 May 2024 04:06:55 GMT
779
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.19..@fluentui/web-components_v3.0.0-beta.20)
780
+
781
+ ### Changes
782
+
783
+ - 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)
784
+
785
+ ## [3.0.0-beta.19](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.19)
786
+
787
+ Tue, 21 May 2024 04:06:11 GMT
788
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.18..@fluentui/web-components_v3.0.0-beta.19)
789
+
790
+ ### Changes
791
+
792
+ - 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)
793
+
794
+ ## [3.0.0-beta.18](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.18)
795
+
796
+ Mon, 20 May 2024 04:07:06 GMT
797
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.17..@fluentui/web-components_v3.0.0-beta.18)
798
+
799
+ ### Changes
800
+
801
+ - adds high contrast styles to badge web component ([PR #31234](https://github.com/microsoft/fluentui/pull/31234) by ryanmerrill@microsoft.com)
802
+
803
+ ## [3.0.0-beta.17](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.17)
804
+
805
+ Fri, 17 May 2024 04:06:08 GMT
806
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.16..@fluentui/web-components_v3.0.0-beta.17)
807
+
808
+ ### Changes
809
+
810
+ - fix(web-components): remove determinate from spinner implementation ([PR #31404](https://github.com/microsoft/fluentui/pull/31404) by 13071055+chrisdholt@users.noreply.github.com)
811
+ - Fix compound disabled selector in fluent-button and fluent-anchor-button ([PR #31302](https://github.com/microsoft/fluentui/pull/31302) by rupertdavid@microsoft.com)
812
+
813
+ ## [3.0.0-beta.16](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.16)
814
+
815
+ Thu, 16 May 2024 04:07:03 GMT
816
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.15..@fluentui/web-components_v3.0.0-beta.16)
817
+
818
+ ### Changes
819
+
820
+ - Synchronize design token exports ([PR #31382](https://github.com/microsoft/fluentui/pull/31382) by 863023+radium-v@users.noreply.github.com)
821
+
822
+ ## [3.0.0-beta.15](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.15)
823
+
824
+ Wed, 01 May 2024 04:09:09 GMT
825
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.14..@fluentui/web-components_v3.0.0-beta.15)
826
+
827
+ ### Changes
828
+
829
+ - fix(web-components): remove all barrell exports with exception of design tokens ([PR #31069](https://github.com/microsoft/fluentui/pull/31069) by =)
830
+
831
+ ## [3.0.0-beta.14](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.14)
832
+
833
+ Fri, 26 Apr 2024 04:07:24 GMT
834
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.13..@fluentui/web-components_v3.0.0-beta.14)
835
+
836
+ ### Changes
837
+
838
+ - create CSS partials for named typography styles ([PR #31164](https://github.com/microsoft/fluentui/pull/31164) by 13071055+chrisdholt@users.noreply.github.com)
839
+
840
+ ## [3.0.0-beta.13](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.13)
841
+
842
+ Thu, 25 Apr 2024 04:09:24 GMT
843
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.12..@fluentui/web-components_v3.0.0-beta.13)
844
+
845
+ ### Changes
846
+
847
+ - ensure buttons with long text maintain center alignment ([PR #31179](https://github.com/microsoft/fluentui/pull/31179) by =)
848
+
849
+ ## [3.0.0-beta.12](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.12)
850
+
851
+ Tue, 23 Apr 2024 04:09:06 GMT
852
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.11..@fluentui/web-components_v3.0.0-beta.12)
853
+
854
+ ### Changes
855
+
856
+ - Use ElementInternals for Button components ([PR #30999](https://github.com/microsoft/fluentui/pull/30999) by 863023+radium-v@users.noreply.github.com)
857
+
858
+ ## [3.0.0-beta.11](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.11)
859
+
860
+ Mon, 15 Apr 2024 04:09:34 GMT
861
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.10..@fluentui/web-components_v3.0.0-beta.11)
862
+
863
+ ### Changes
864
+
865
+ - fix(web-components): remove final dependencies on fast-foundation ([PR #31009](https://github.com/microsoft/fluentui/pull/31009) by =)
866
+
867
+ ## [3.0.0-beta.10](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.10)
868
+
869
+ Tue, 09 Apr 2024 04:08:05 GMT
870
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.9..@fluentui/web-components_v3.0.0-beta.10)
871
+
872
+ ### Changes
873
+
874
+ - revert design token syntax change for DX ([PR #30819](https://github.com/microsoft/fluentui/pull/30819) by =)
875
+
876
+ ## [3.0.0-beta.9](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.9)
877
+
878
+ Mon, 08 Apr 2024 04:08:59 GMT
879
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.8..@fluentui/web-components_v3.0.0-beta.9)
880
+
881
+ ### Changes
882
+
883
+ - chore: setup perf benchmarking in web components ([PR #30972](https://github.com/microsoft/fluentui/pull/30972) by =)
884
+ - Bump @fluentui/tokens to v1.0.0-alpha.2 ([PR #30972](https://github.com/microsoft/fluentui/pull/30972) by beachball)
885
+
886
+ ## [3.0.0-beta.8](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.8)
887
+
888
+ Mon, 12 Feb 2024 04:08:06 GMT
889
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.7..@fluentui/web-components_v3.0.0-beta.8)
890
+
891
+ ### Changes
892
+
893
+ - Removes dependancy on fast-foundation classes and templates ([PR #30090](https://github.com/microsoft/fluentui/pull/30090) by jes@microsoft.com)
894
+
895
+ ## [3.0.0-beta.7](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.7)
896
+
897
+ Fri, 09 Feb 2024 04:08:43 GMT
898
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.6..@fluentui/web-components_v3.0.0-beta.7)
899
+
900
+ ### Changes
901
+
902
+ - 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)
903
+
904
+ ## [3.0.0-beta.6](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.6)
905
+
906
+ Thu, 26 Oct 2023 04:16:51 GMT
907
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.5..@fluentui/web-components_v3.0.0-beta.6)
908
+
909
+ ### Changes
910
+
911
+ - feat(dialog): add dialog web component ([PR #28569](https://github.com/microsoft/fluentui/pull/28569) by brian.christopher.brady@gmail.com)
912
+
913
+ ## [3.0.0-beta.5](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.5)
914
+
915
+ Thu, 19 Oct 2023 04:18:07 GMT
916
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.4..@fluentui/web-components_v3.0.0-beta.5)
917
+
918
+ ### Changes
919
+
920
+ - Updates package with Menu component sideEffect. ([PR #29581](https://github.com/microsoft/fluentui/pull/29581) by hale.rankin@microsoft.com)
921
+
922
+ ## [3.0.0-beta.4](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.4)
923
+
924
+ Fri, 13 Oct 2023 04:17:27 GMT
925
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.3..@fluentui/web-components_v3.0.0-beta.4)
926
+
927
+ ### Changes
928
+
929
+ - fix: update switch to use margin instead of transform for the checked state to support RTL ([PR #29505](https://github.com/microsoft/fluentui/pull/29505) by chhol@microsoft.com)
930
+
931
+ ## [3.0.0-beta.3](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.3)
932
+
933
+ Thu, 28 Sep 2023 04:18:49 GMT
934
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.2..@fluentui/web-components_v3.0.0-beta.3)
935
+
936
+ ### Changes
937
+
938
+ - feat(menu): adds menu web component ([PR #27906](https://github.com/microsoft/fluentui/pull/27906) by brian.christopher.brady@gmail.com)
939
+
940
+ ## [3.0.0-beta.2](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.2)
941
+
942
+ Mon, 28 Aug 2023 04:19:02 GMT
943
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.1..@fluentui/web-components_v3.0.0-beta.2)
944
+
945
+ ### Changes
946
+
947
+ - Fixed pathing to types for package exports ([PR #28986](https://github.com/microsoft/fluentui/pull/28986) by mmansour@microsoft.com)
948
+
7
949
  ## [3.0.0-beta.1](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.1)
8
950
 
9
- Fri, 25 Aug 2023 04:19:33 GMT
951
+ Fri, 25 Aug 2023 04:19:39 GMT
10
952
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-alpha.31..@fluentui/web-components_v3.0.0-beta.1)
11
953
 
12
954
  ### Changes
@@ -286,7 +1228,7 @@ Wed, 15 Feb 2023 04:24:51 GMT
286
1228
 
287
1229
  ## [3.0.0-alpha.2](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-alpha.2)
288
1230
 
289
- Wed, 25 Jan 2023 17:42:30 GMT
1231
+ Wed, 25 Jan 2023 17:42:30 GMT
290
1232
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-alpha.1..@fluentui/web-components_v3.0.0-alpha.2)
291
1233
 
292
1234
  ### Changes
@@ -295,7 +1237,7 @@ Wed, 25 Jan 2023 17:42:30 GMT
295
1237
 
296
1238
  ## [3.0.0-alpha.1](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-alpha.1)
297
1239
 
298
- Wed, 25 Jan 2023 14:49:08 GMT
1240
+ Wed, 25 Jan 2023 14:49:08 GMT
299
1241
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v2.5.8..@fluentui/web-components_v3.0.0-alpha.1)
300
1242
 
301
1243
  ### Changes
@@ -305,9 +1247,72 @@ Wed, 25 Jan 2023 14:49:08 GMT
305
1247
  - add badge and counter badge as new components ([PR #26357](https://github.com/microsoft/fluentui/pull/26357) by chhol@microsoft.com)
306
1248
  - add text as a new component ([PR #26090](https://github.com/microsoft/fluentui/pull/26090) by chhol@microsoft.com)
307
1249
 
1250
+ ## [2.6.1](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v2.6.1)
1251
+
1252
+ Wed, 10 Apr 2024 07:28:55 GMT
1253
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v2.6.0..@fluentui/web-components_v2.6.1)
1254
+
1255
+ ### Patches
1256
+
1257
+ - 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 =)
1258
+
1259
+ ## [2.6.0](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v2.6.0)
1260
+
1261
+ Wed, 27 Mar 2024 07:26:49 GMT
1262
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v2.5.17..@fluentui/web-components_v2.6.0)
1263
+
1264
+ ### Minor changes
1265
+
1266
+ - export design token with rollup bundle ([PR #30784](https://github.com/microsoft/fluentui/pull/30784) by =)
1267
+
1268
+ ## [2.5.17](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v2.5.17)
1269
+
1270
+ Fri, 01 Mar 2024 07:26:28 GMT
1271
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v2.5.16..@fluentui/web-components_v2.5.17)
1272
+
1273
+ ### Patches
1274
+
1275
+ - 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)
1276
+
1277
+ ## [2.5.16](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v2.5.16)
1278
+
1279
+ Thu, 20 Jul 2023 07:35:18 GMT
1280
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v2.5.15..@fluentui/web-components_v2.5.16)
1281
+
1282
+ ### Patches
1283
+
1284
+ - 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)
1285
+
1286
+ ## [2.5.15](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v2.5.15)
1287
+
1288
+ Thu, 01 Jun 2023 07:38:37 GMT
1289
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v2.5.14..@fluentui/web-components_v2.5.15)
1290
+
1291
+ ### Patches
1292
+
1293
+ - fix listbox-option selected indicator position in RTL instances ([PR #27894](https://github.com/microsoft/fluentui/pull/27894) by chhol@microsoft.com)
1294
+
1295
+ ## [2.5.14](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v2.5.14)
1296
+
1297
+ Mon, 17 Apr 2023 07:40:25 GMT
1298
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v2.5.13..@fluentui/web-components_v2.5.14)
1299
+
1300
+ ### Patches
1301
+
1302
+ - update FAST dependencies to mitigate Safari 16.4 AdoptedStyleSheets bug ([PR #27578](https://github.com/microsoft/fluentui/pull/27578) by chhol@microsoft.com)
1303
+
1304
+ ## [2.5.13](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v2.5.13)
1305
+
1306
+ Tue, 11 Apr 2023 07:43:45 GMT
1307
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v2.5.12..@fluentui/web-components_v2.5.13)
1308
+
1309
+ ### Patches
1310
+
1311
+ - update fast foundation packages to import bug fixes ([PR #27506](https://github.com/microsoft/fluentui/pull/27506) by chhol@microsoft.com)
1312
+
308
1313
  ## [2.5.12](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v2.5.12)
309
1314
 
310
- Thu, 26 Jan 2023 07:35:32 GMT
1315
+ Thu, 26 Jan 2023 07:35:32 GMT
311
1316
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v2.5.11..@fluentui/web-components_v2.5.12)
312
1317
 
313
1318
  ### Patches
@@ -316,7 +1321,7 @@ Thu, 26 Jan 2023 07:35:32 GMT
316
1321
 
317
1322
  ## [2.5.11](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v2.5.11)
318
1323
 
319
- Wed, 11 Jan 2023 07:50:49 GMT
1324
+ Wed, 11 Jan 2023 07:50:49 GMT
320
1325
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v2.5.10..@fluentui/web-components_v2.5.11)
321
1326
 
322
1327
  ### Patches
@@ -325,7 +1330,7 @@ Wed, 11 Jan 2023 07:50:49 GMT
325
1330
 
326
1331
  ## [2.5.10](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v2.5.10)
327
1332
 
328
- Tue, 10 Jan 2023 07:50:14 GMT
1333
+ Tue, 10 Jan 2023 07:50:14 GMT
329
1334
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v2.5.9..@fluentui/web-components_v2.5.10)
330
1335
 
331
1336
  ### Patches
@@ -334,7 +1339,7 @@ Tue, 10 Jan 2023 07:50:14 GMT
334
1339
 
335
1340
  ## [2.5.9](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v2.5.9)
336
1341
 
337
- Thu, 05 Jan 2023 07:59:57 GMT
1342
+ Thu, 05 Jan 2023 07:59:57 GMT
338
1343
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v2.5.8..@fluentui/web-components_v2.5.9)
339
1344
 
340
1345
  ### Patches
@@ -343,7 +1348,7 @@ Thu, 05 Jan 2023 07:59:57 GMT
343
1348
 
344
1349
  ## [2.5.8](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v2.5.8)
345
1350
 
346
- Wed, 26 Oct 2022 07:52:54 GMT
1351
+ Wed, 26 Oct 2022 07:52:54 GMT
347
1352
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v2.5.7..@fluentui/web-components_v2.5.8)
348
1353
 
349
1354
  ### Patches
@@ -352,7 +1357,7 @@ Wed, 26 Oct 2022 07:52:54 GMT
352
1357
 
353
1358
  ## [2.5.7](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v2.5.7)
354
1359
 
355
- Fri, 21 Oct 2022 07:44:53 GMT
1360
+ Fri, 21 Oct 2022 07:44:53 GMT
356
1361
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v2.5.6..@fluentui/web-components_v2.5.7)
357
1362
 
358
1363
  ### Patches
@@ -361,7 +1366,7 @@ Fri, 21 Oct 2022 07:44:53 GMT
361
1366
 
362
1367
  ## [2.5.6](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v2.5.6)
363
1368
 
364
- Mon, 19 Sep 2022 07:47:29 GMT
1369
+ Mon, 19 Sep 2022 07:47:29 GMT
365
1370
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v2.5.5..@fluentui/web-components_v2.5.6)
366
1371
 
367
1372
  ### Patches
@@ -370,7 +1375,7 @@ Mon, 19 Sep 2022 07:47:29 GMT
370
1375
 
371
1376
  ## [2.5.5](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v2.5.5)
372
1377
 
373
- Wed, 07 Sep 2022 07:54:43 GMT
1378
+ Wed, 07 Sep 2022 07:54:43 GMT
374
1379
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v2.5.4..@fluentui/web-components_v2.5.5)
375
1380
 
376
1381
  ### Patches
@@ -379,7 +1384,7 @@ Wed, 07 Sep 2022 07:54:43 GMT
379
1384
 
380
1385
  ## [2.5.4](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v2.5.4)
381
1386
 
382
- Tue, 30 Aug 2022 07:41:54 GMT
1387
+ Tue, 30 Aug 2022 07:41:54 GMT
383
1388
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v2.5.3..@fluentui/web-components_v2.5.4)
384
1389
 
385
1390
  ### Patches
@@ -388,7 +1393,7 @@ Tue, 30 Aug 2022 07:41:54 GMT
388
1393
 
389
1394
  ## [2.5.3](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v2.5.3)
390
1395
 
391
- Thu, 16 Jun 2022 23:03:44 GMT
1396
+ Thu, 16 Jun 2022 23:03:44 GMT
392
1397
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v2.5.2..@fluentui/web-components_v2.5.3)
393
1398
 
394
1399
  ### Patches
@@ -397,7 +1402,7 @@ Thu, 16 Jun 2022 23:03:44 GMT
397
1402
 
398
1403
  ## [2.5.2](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v2.5.2)
399
1404
 
400
- Tue, 07 Jun 2022 07:48:04 GMT
1405
+ Tue, 07 Jun 2022 07:48:04 GMT
401
1406
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v2.5.1..@fluentui/web-components_v2.5.2)
402
1407
 
403
1408
  ### Patches
@@ -406,7 +1411,7 @@ Tue, 07 Jun 2022 07:48:04 GMT
406
1411
 
407
1412
  ## [2.5.1](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v2.5.1)
408
1413
 
409
- Tue, 17 May 2022 07:45:01 GMT
1414
+ Tue, 17 May 2022 07:45:01 GMT
410
1415
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v2.5.0..@fluentui/web-components_v2.5.1)
411
1416
 
412
1417
  ### Patches
@@ -415,7 +1420,7 @@ Tue, 17 May 2022 07:45:01 GMT
415
1420
 
416
1421
  ## [2.5.0](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v2.5.0)
417
1422
 
418
- Fri, 06 May 2022 07:36:53 GMT
1423
+ Fri, 06 May 2022 07:36:53 GMT
419
1424
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v2.4.0..@fluentui/web-components_v2.5.0)
420
1425
 
421
1426
  ### Minor changes
@@ -424,7 +1429,7 @@ Fri, 06 May 2022 07:36:53 GMT
424
1429
 
425
1430
  ## [2.4.0](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v2.4.0)
426
1431
 
427
- Thu, 28 Apr 2022 07:39:56 GMT
1432
+ Thu, 28 Apr 2022 07:39:56 GMT
428
1433
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v2.3.1..@fluentui/web-components_v2.4.0)
429
1434
 
430
1435
  ### Minor changes
@@ -433,7 +1438,7 @@ Thu, 28 Apr 2022 07:39:56 GMT
433
1438
 
434
1439
  ## [2.3.1](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v2.3.1)
435
1440
 
436
- Mon, 07 Mar 2022 07:41:14 GMT
1441
+ Mon, 07 Mar 2022 07:41:14 GMT
437
1442
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v2.3.0..@fluentui/web-components_v2.3.1)
438
1443
 
439
1444
  ### Patches
@@ -442,7 +1447,7 @@ Mon, 07 Mar 2022 07:41:14 GMT
442
1447
 
443
1448
  ## [2.3.0](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v2.3.0)
444
1449
 
445
- Tue, 01 Mar 2022 07:23:43 GMT
1450
+ Tue, 01 Mar 2022 07:23:43 GMT
446
1451
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v2.2.3..@fluentui/web-components_v2.3.0)
447
1452
 
448
1453
  ### Minor changes
@@ -451,7 +1456,7 @@ Tue, 01 Mar 2022 07:23:43 GMT
451
1456
 
452
1457
  ## [2.2.3](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v2.2.3)
453
1458
 
454
- Fri, 18 Feb 2022 07:22:08 GMT
1459
+ Fri, 18 Feb 2022 07:22:08 GMT
455
1460
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v2.2.2..@fluentui/web-components_v2.2.3)
456
1461
 
457
1462
  ### Patches
@@ -460,7 +1465,7 @@ Fri, 18 Feb 2022 07:22:08 GMT
460
1465
 
461
1466
  ## [2.2.2](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v2.2.2)
462
1467
 
463
- Thu, 27 Jan 2022 07:34:08 GMT
1468
+ Thu, 27 Jan 2022 07:34:08 GMT
464
1469
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v2.2.1..@fluentui/web-components_v2.2.2)
465
1470
 
466
1471
  ### Patches
@@ -469,7 +1474,7 @@ Thu, 27 Jan 2022 07:34:08 GMT
469
1474
 
470
1475
  ## [2.2.1](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v2.2.1)
471
1476
 
472
- Wed, 12 Jan 2022 07:32:29 GMT
1477
+ Wed, 12 Jan 2022 07:32:29 GMT
473
1478
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v2.2.0..@fluentui/web-components_v2.2.1)
474
1479
 
475
1480
  ### Patches
@@ -478,7 +1483,7 @@ Wed, 12 Jan 2022 07:32:29 GMT
478
1483
 
479
1484
  ## [2.2.0](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v2.2.0)
480
1485
 
481
- Fri, 07 Jan 2022 07:27:47 GMT
1486
+ Fri, 07 Jan 2022 07:27:47 GMT
482
1487
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v2.1.3..@fluentui/web-components_v2.2.0)
483
1488
 
484
1489
  ### Minor changes
@@ -487,7 +1492,7 @@ Fri, 07 Jan 2022 07:27:47 GMT
487
1492
 
488
1493
  ## [2.1.3](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v2.1.3)
489
1494
 
490
- Wed, 15 Dec 2021 07:31:29 GMT
1495
+ Wed, 15 Dec 2021 07:31:29 GMT
491
1496
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v2.1.2..@fluentui/web-components_v2.1.3)
492
1497
 
493
1498
  ### Patches
@@ -496,7 +1501,7 @@ Wed, 15 Dec 2021 07:31:29 GMT
496
1501
 
497
1502
  ## [2.1.2](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v2.1.2)
498
1503
 
499
- Fri, 10 Dec 2021 07:30:35 GMT
1504
+ Fri, 10 Dec 2021 07:30:35 GMT
500
1505
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v2.1.1..@fluentui/web-components_v2.1.2)
501
1506
 
502
1507
  ### Patches
@@ -505,7 +1510,7 @@ Fri, 10 Dec 2021 07:30:35 GMT
505
1510
 
506
1511
  ## [2.1.1](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v2.1.1)
507
1512
 
508
- Thu, 02 Dec 2021 07:36:29 GMT
1513
+ Thu, 02 Dec 2021 07:36:29 GMT
509
1514
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v2.1.0..@fluentui/web-components_v2.1.1)
510
1515
 
511
1516
  ### Patches
@@ -514,7 +1519,7 @@ Thu, 02 Dec 2021 07:36:29 GMT
514
1519
 
515
1520
  ## [2.1.0](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v2.1.0)
516
1521
 
517
- Tue, 23 Nov 2021 07:27:34 GMT
1522
+ Tue, 23 Nov 2021 07:27:34 GMT
518
1523
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v2.0.2..@fluentui/web-components_v2.1.0)
519
1524
 
520
1525
  ### Minor changes
@@ -523,7 +1528,7 @@ Tue, 23 Nov 2021 07:27:34 GMT
523
1528
 
524
1529
  ## [2.0.2](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v2.0.2)
525
1530
 
526
- Tue, 09 Nov 2021 07:38:11 GMT
1531
+ Tue, 09 Nov 2021 07:38:11 GMT
527
1532
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v2.0.1..@fluentui/web-components_v2.0.2)
528
1533
 
529
1534
  ### Patches
@@ -532,7 +1537,7 @@ Tue, 09 Nov 2021 07:38:11 GMT
532
1537
 
533
1538
  ## [2.0.1](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v2.0.1)
534
1539
 
535
- Tue, 02 Nov 2021 07:37:01 GMT
1540
+ Tue, 02 Nov 2021 07:37:01 GMT
536
1541
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v2.0.0..@fluentui/web-components_v2.0.1)
537
1542
 
538
1543
  ### Patches
@@ -543,7 +1548,7 @@ Tue, 02 Nov 2021 07:37:01 GMT
543
1548
 
544
1549
  ## [2.0.0](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v2.0.0)
545
1550
 
546
- Fri, 22 Oct 2021 23:04:22 GMT
1551
+ Fri, 22 Oct 2021 23:04:22 GMT
547
1552
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v1.6.3..@fluentui/web-components_v2.0.0)
548
1553
 
549
1554
  ### Major changes
@@ -552,7 +1557,7 @@ Fri, 22 Oct 2021 23:04:22 GMT
552
1557
 
553
1558
  ## [1.6.3](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v1.6.3)
554
1559
 
555
- Fri, 22 Oct 2021 19:30:28 GMT
1560
+ Fri, 22 Oct 2021 19:30:28 GMT
556
1561
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v1.6.2..@fluentui/web-components_v1.6.3)
557
1562
 
558
1563
  ### Patches
@@ -561,7 +1566,7 @@ Fri, 22 Oct 2021 19:30:28 GMT
561
1566
 
562
1567
  ## [1.6.2](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v1.6.2)
563
1568
 
564
- Thu, 14 Oct 2021 00:11:22 GMT
1569
+ Thu, 14 Oct 2021 00:11:22 GMT
565
1570
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v1.6.1..@fluentui/web-components_v1.6.2)
566
1571
 
567
1572
  ### Patches
@@ -570,7 +1575,7 @@ Thu, 14 Oct 2021 00:11:22 GMT
570
1575
 
571
1576
  ## [1.6.1](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v1.6.1)
572
1577
 
573
- Fri, 08 Oct 2021 07:31:50 GMT
1578
+ Fri, 08 Oct 2021 07:31:50 GMT
574
1579
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v1.6.0..@fluentui/web-components_v1.6.1)
575
1580
 
576
1581
  ### Patches
@@ -579,7 +1584,7 @@ Fri, 08 Oct 2021 07:31:50 GMT
579
1584
 
580
1585
  ## [1.6.0](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v1.6.0)
581
1586
 
582
- Thu, 07 Oct 2021 07:30:53 GMT
1587
+ Thu, 07 Oct 2021 07:30:53 GMT
583
1588
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v1.5.6..@fluentui/web-components_v1.6.0)
584
1589
 
585
1590
  ### Minor changes
@@ -593,7 +1598,7 @@ Thu, 07 Oct 2021 07:30:53 GMT
593
1598
 
594
1599
  ## [1.5.6](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v1.5.6)
595
1600
 
596
- Wed, 06 Oct 2021 11:11:56 GMT
1601
+ Wed, 06 Oct 2021 11:11:56 GMT
597
1602
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v1.5.5..@fluentui/web-components_v1.5.6)
598
1603
 
599
1604
  ### Patches
@@ -602,7 +1607,7 @@ Wed, 06 Oct 2021 11:11:56 GMT
602
1607
 
603
1608
  ## [1.5.5](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v1.5.5)
604
1609
 
605
- Tue, 05 Oct 2021 07:37:17 GMT
1610
+ Tue, 05 Oct 2021 07:37:17 GMT
606
1611
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v1.5.4..@fluentui/web-components_v1.5.5)
607
1612
 
608
1613
  ### Patches
@@ -612,7 +1617,7 @@ Tue, 05 Oct 2021 07:37:17 GMT
612
1617
 
613
1618
  ## [1.5.4](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v1.5.4)
614
1619
 
615
- Wed, 29 Sep 2021 07:36:23 GMT
1620
+ Wed, 29 Sep 2021 07:36:23 GMT
616
1621
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v1.5.3..@fluentui/web-components_v1.5.4)
617
1622
 
618
1623
  ### Patches
@@ -621,7 +1626,7 @@ Wed, 29 Sep 2021 07:36:23 GMT
621
1626
 
622
1627
  ## [1.5.3](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v1.5.3)
623
1628
 
624
- Thu, 23 Sep 2021 07:35:13 GMT
1629
+ Thu, 23 Sep 2021 07:35:13 GMT
625
1630
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v1.5.2..@fluentui/web-components_v1.5.3)
626
1631
 
627
1632
  ### Patches
@@ -630,7 +1635,7 @@ Thu, 23 Sep 2021 07:35:13 GMT
630
1635
 
631
1636
  ## [1.5.2](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v1.5.2)
632
1637
 
633
- Fri, 17 Sep 2021 07:35:26 GMT
1638
+ Fri, 17 Sep 2021 07:35:26 GMT
634
1639
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v1.5.1..@fluentui/web-components_v1.5.2)
635
1640
 
636
1641
  ### Patches
@@ -640,7 +1645,7 @@ Fri, 17 Sep 2021 07:35:26 GMT
640
1645
 
641
1646
  ## [1.5.1](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v1.5.1)
642
1647
 
643
- Tue, 14 Sep 2021 20:09:02 GMT
1648
+ Tue, 14 Sep 2021 20:09:02 GMT
644
1649
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v1.5.0..@fluentui/web-components_v1.5.1)
645
1650
 
646
1651
  ### Patches
@@ -649,7 +1654,7 @@ Tue, 14 Sep 2021 20:09:02 GMT
649
1654
 
650
1655
  ## [1.5.0](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v1.5.0)
651
1656
 
652
- Mon, 13 Sep 2021 07:37:03 GMT
1657
+ Mon, 13 Sep 2021 07:37:03 GMT
653
1658
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v1.4.2..@fluentui/web-components_v1.5.0)
654
1659
 
655
1660
  ### Minor changes
@@ -658,7 +1663,7 @@ Mon, 13 Sep 2021 07:37:03 GMT
658
1663
 
659
1664
  ## [1.4.2](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v1.4.2)
660
1665
 
661
- Fri, 10 Sep 2021 07:39:51 GMT
1666
+ Fri, 10 Sep 2021 07:39:51 GMT
662
1667
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v1.4.1..@fluentui/web-components_v1.4.2)
663
1668
 
664
1669
  ### Patches
@@ -668,7 +1673,7 @@ Fri, 10 Sep 2021 07:39:51 GMT
668
1673
 
669
1674
  ## [1.4.1](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v1.4.1)
670
1675
 
671
- Fri, 03 Sep 2021 00:13:07 GMT
1676
+ Fri, 03 Sep 2021 00:13:07 GMT
672
1677
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v1.4.0..@fluentui/web-components_v1.4.1)
673
1678
 
674
1679
  ### Patches
@@ -677,7 +1682,7 @@ Fri, 03 Sep 2021 00:13:07 GMT
677
1682
 
678
1683
  ## [1.4.0](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v1.4.0)
679
1684
 
680
- Thu, 02 Sep 2021 07:36:46 GMT
1685
+ Thu, 02 Sep 2021 07:36:46 GMT
681
1686
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v1.3.8..@fluentui/web-components_v1.4.0)
682
1687
 
683
1688
  ### Minor changes
@@ -686,7 +1691,7 @@ Thu, 02 Sep 2021 07:36:46 GMT
686
1691
 
687
1692
  ## [1.3.8](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v1.3.8)
688
1693
 
689
- Tue, 31 Aug 2021 07:37:47 GMT
1694
+ Tue, 31 Aug 2021 07:37:47 GMT
690
1695
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v1.3.7..@fluentui/web-components_v1.3.8)
691
1696
 
692
1697
  ### Patches
@@ -696,7 +1701,7 @@ Tue, 31 Aug 2021 07:37:47 GMT
696
1701
 
697
1702
  ## [1.3.7](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v1.3.7)
698
1703
 
699
- Mon, 30 Aug 2021 07:35:05 GMT
1704
+ Mon, 30 Aug 2021 07:35:05 GMT
700
1705
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v1.3.6..@fluentui/web-components_v1.3.7)
701
1706
 
702
1707
  ### Patches
@@ -705,7 +1710,7 @@ Mon, 30 Aug 2021 07:35:05 GMT
705
1710
 
706
1711
  ## [1.3.6](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v1.3.6)
707
1712
 
708
- Thu, 26 Aug 2021 07:35:43 GMT
1713
+ Thu, 26 Aug 2021 07:35:43 GMT
709
1714
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v1.3.5..@fluentui/web-components_v1.3.6)
710
1715
 
711
1716
  ### Patches
@@ -714,7 +1719,7 @@ Thu, 26 Aug 2021 07:35:43 GMT
714
1719
 
715
1720
  ## [1.3.5](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v1.3.5)
716
1721
 
717
- Fri, 20 Aug 2021 07:37:28 GMT
1722
+ Fri, 20 Aug 2021 07:37:28 GMT
718
1723
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v1.3.4..@fluentui/web-components_v1.3.5)
719
1724
 
720
1725
  ### Patches
@@ -723,7 +1728,7 @@ Fri, 20 Aug 2021 07:37:28 GMT
723
1728
 
724
1729
  ## [1.3.4](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v1.3.4)
725
1730
 
726
- Thu, 19 Aug 2021 07:41:35 GMT
1731
+ Thu, 19 Aug 2021 07:41:35 GMT
727
1732
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v1.3.3..@fluentui/web-components_v1.3.4)
728
1733
 
729
1734
  ### Patches
@@ -733,7 +1738,7 @@ Thu, 19 Aug 2021 07:41:35 GMT
733
1738
 
734
1739
  ## [1.3.3](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v1.3.3)
735
1740
 
736
- Thu, 05 Aug 2021 07:34:24 GMT
1741
+ Thu, 05 Aug 2021 07:34:24 GMT
737
1742
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v1.3.2..@fluentui/web-components_v1.3.3)
738
1743
 
739
1744
  ### Patches
@@ -742,7 +1747,7 @@ Thu, 05 Aug 2021 07:34:24 GMT
742
1747
 
743
1748
  ## [1.3.2](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v1.3.2)
744
1749
 
745
- Wed, 04 Aug 2021 07:34:12 GMT
1750
+ Wed, 04 Aug 2021 07:34:12 GMT
746
1751
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v1.3.1..@fluentui/web-components_v1.3.2)
747
1752
 
748
1753
  ### Patches
@@ -751,7 +1756,7 @@ Wed, 04 Aug 2021 07:34:12 GMT
751
1756
 
752
1757
  ## [1.3.1](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v1.3.1)
753
1758
 
754
- Fri, 30 Jul 2021 07:35:22 GMT
1759
+ Fri, 30 Jul 2021 07:35:22 GMT
755
1760
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v1.3.0..@fluentui/web-components_v1.3.1)
756
1761
 
757
1762
  ### Patches
@@ -760,7 +1765,7 @@ Fri, 30 Jul 2021 07:35:22 GMT
760
1765
 
761
1766
  ## [1.3.0](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v1.3.0)
762
1767
 
763
- Mon, 26 Jul 2021 07:37:30 GMT
1768
+ Mon, 26 Jul 2021 07:37:30 GMT
764
1769
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v1.2.3..@fluentui/web-components_v1.3.0)
765
1770
 
766
1771
  ### Minor changes
@@ -769,7 +1774,7 @@ Mon, 26 Jul 2021 07:37:30 GMT
769
1774
 
770
1775
  ## [1.2.3](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v1.2.3)
771
1776
 
772
- Fri, 23 Jul 2021 07:38:19 GMT
1777
+ Fri, 23 Jul 2021 07:38:19 GMT
773
1778
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v1.2.2..@fluentui/web-components_v1.2.3)
774
1779
 
775
1780
  ### Patches
@@ -778,7 +1783,7 @@ Fri, 23 Jul 2021 07:38:19 GMT
778
1783
 
779
1784
  ## [1.2.2](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v1.2.2)
780
1785
 
781
- Thu, 22 Jul 2021 07:36:55 GMT
1786
+ Thu, 22 Jul 2021 07:36:55 GMT
782
1787
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v1.2.1..@fluentui/web-components_v1.2.2)
783
1788
 
784
1789
  ### Patches
@@ -787,7 +1792,7 @@ Thu, 22 Jul 2021 07:36:55 GMT
787
1792
 
788
1793
  ## [1.2.1](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v1.2.1)
789
1794
 
790
- Fri, 16 Jul 2021 22:53:17 GMT
1795
+ Fri, 16 Jul 2021 22:53:17 GMT
791
1796
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v1.2.0..@fluentui/web-components_v1.2.1)
792
1797
 
793
1798
  ### Patches
@@ -797,7 +1802,7 @@ Fri, 16 Jul 2021 22:53:17 GMT
797
1802
 
798
1803
  ## [1.2.0](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v1.2.0)
799
1804
 
800
- Fri, 16 Jul 2021 00:35:31 GMT
1805
+ Fri, 16 Jul 2021 00:35:31 GMT
801
1806
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v1.1.1..@fluentui/web-components_v1.2.0)
802
1807
 
803
1808
  ### Minor changes
@@ -811,7 +1816,7 @@ Fri, 16 Jul 2021 00:35:31 GMT
811
1816
 
812
1817
  ## [1.1.1](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v1.1.1)
813
1818
 
814
- Thu, 15 Jul 2021 07:36:18 GMT
1819
+ Thu, 15 Jul 2021 07:36:18 GMT
815
1820
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v1.1.0..@fluentui/web-components_v1.1.1)
816
1821
 
817
1822
  ### Patches
@@ -820,7 +1825,7 @@ Thu, 15 Jul 2021 07:36:18 GMT
820
1825
 
821
1826
  ## [1.1.0](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v1.1.0)
822
1827
 
823
- Tue, 13 Jul 2021 22:32:58 GMT
1828
+ Tue, 13 Jul 2021 22:32:58 GMT
824
1829
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v1.0.2..@fluentui/web-components_v1.1.0)
825
1830
 
826
1831
  ### Minor changes
@@ -830,7 +1835,7 @@ Tue, 13 Jul 2021 22:32:58 GMT
830
1835
 
831
1836
  ## [1.0.2](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v1.0.2)
832
1837
 
833
- Fri, 09 Jul 2021 07:39:31 GMT
1838
+ Fri, 09 Jul 2021 07:39:31 GMT
834
1839
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v1.0.1..@fluentui/web-components_v1.0.2)
835
1840
 
836
1841
  ### Patches
@@ -839,7 +1844,7 @@ Fri, 09 Jul 2021 07:39:31 GMT
839
1844
 
840
1845
  ## [1.0.1](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v1.0.1)
841
1846
 
842
- Wed, 07 Jul 2021 07:32:54 GMT
1847
+ Wed, 07 Jul 2021 07:32:54 GMT
843
1848
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v1.0.0..@fluentui/web-components_v1.0.1)
844
1849
 
845
1850
  ### Patches
@@ -848,7 +1853,7 @@ Wed, 07 Jul 2021 07:32:54 GMT
848
1853
 
849
1854
  ## [1.0.0](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v1.0.0)
850
1855
 
851
- Fri, 02 Jul 2021 23:15:55 GMT
1856
+ Fri, 02 Jul 2021 23:15:55 GMT
852
1857
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v0.22.1..@fluentui/web-components_v1.0.0)
853
1858
 
854
1859
  ### Major changes
@@ -881,7 +1886,7 @@ Fri, 02 Jul 2021 23:15:55 GMT
881
1886
 
882
1887
  ## [0.22.1](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v0.22.1)
883
1888
 
884
- Tue, 08 Jun 2021 07:32:44 GMT
1889
+ Tue, 08 Jun 2021 07:32:44 GMT
885
1890
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v0.22.0..@fluentui/web-components_v0.22.1)
886
1891
 
887
1892
  ### Patches
@@ -890,7 +1895,7 @@ Tue, 08 Jun 2021 07:32:44 GMT
890
1895
 
891
1896
  ## [0.22.0](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v0.22.0)
892
1897
 
893
- Fri, 04 Jun 2021 07:37:23 GMT
1898
+ Fri, 04 Jun 2021 07:37:23 GMT
894
1899
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v0.21.2..@fluentui/web-components_v0.22.0)
895
1900
 
896
1901
  ### Minor changes
@@ -899,7 +1904,7 @@ Fri, 04 Jun 2021 07:37:23 GMT
899
1904
 
900
1905
  ## [0.21.2](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v0.21.2)
901
1906
 
902
- Thu, 20 May 2021 07:41:54 GMT
1907
+ Thu, 20 May 2021 07:41:54 GMT
903
1908
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v0.21.1..@fluentui/web-components_v0.21.2)
904
1909
 
905
1910
  ### Patches
@@ -908,7 +1913,7 @@ Thu, 20 May 2021 07:41:54 GMT
908
1913
 
909
1914
  ## [0.21.1](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v0.21.1)
910
1915
 
911
- Mon, 17 May 2021 07:33:48 GMT
1916
+ Mon, 17 May 2021 07:33:48 GMT
912
1917
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v0.21.0..@fluentui/web-components_v0.21.1)
913
1918
 
914
1919
  ### Patches
@@ -918,7 +1923,7 @@ Mon, 17 May 2021 07:33:48 GMT
918
1923
 
919
1924
  ## [0.21.0](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v0.21.0)
920
1925
 
921
- Fri, 30 Apr 2021 07:42:23 GMT
1926
+ Fri, 30 Apr 2021 07:42:23 GMT
922
1927
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v0.20.3..@fluentui/web-components_v0.21.0)
923
1928
 
924
1929
  ### Minor changes
@@ -927,7 +1932,7 @@ Fri, 30 Apr 2021 07:42:23 GMT
927
1932
 
928
1933
  ## [0.20.3](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v0.20.3)
929
1934
 
930
- Wed, 21 Apr 2021 07:31:50 GMT
1935
+ Wed, 21 Apr 2021 07:31:50 GMT
931
1936
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v0.20.2..@fluentui/web-components_v0.20.3)
932
1937
 
933
1938
  ### Patches
@@ -936,7 +1941,7 @@ Wed, 21 Apr 2021 07:31:50 GMT
936
1941
 
937
1942
  ## [0.20.2](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v0.20.2)
938
1943
 
939
- Thu, 01 Apr 2021 07:33:24 GMT
1944
+ Thu, 01 Apr 2021 07:33:24 GMT
940
1945
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v0.20.1..@fluentui/web-components_v0.20.2)
941
1946
 
942
1947
  ### Patches
@@ -945,7 +1950,7 @@ Thu, 01 Apr 2021 07:33:24 GMT
945
1950
 
946
1951
  ## [0.20.1](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v0.20.1)
947
1952
 
948
- Mon, 29 Mar 2021 07:30:29 GMT
1953
+ Mon, 29 Mar 2021 07:30:29 GMT
949
1954
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v0.20.0..@fluentui/web-components_v0.20.1)
950
1955
 
951
1956
  ### Patches
@@ -954,7 +1959,7 @@ Mon, 29 Mar 2021 07:30:29 GMT
954
1959
 
955
1960
  ## [0.20.0](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v0.20.0)
956
1961
 
957
- Fri, 26 Mar 2021 07:32:34 GMT
1962
+ Fri, 26 Mar 2021 07:32:34 GMT
958
1963
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v0.19.1..@fluentui/web-components_v0.20.0)
959
1964
 
960
1965
  ### Minor changes
@@ -963,7 +1968,7 @@ Fri, 26 Mar 2021 07:32:34 GMT
963
1968
 
964
1969
  ## [0.19.1](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v0.19.1)
965
1970
 
966
- Thu, 25 Mar 2021 07:33:24 GMT
1971
+ Thu, 25 Mar 2021 07:33:24 GMT
967
1972
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v0.19.0..@fluentui/web-components_v0.19.1)
968
1973
 
969
1974
  ### Patches
@@ -972,7 +1977,7 @@ Thu, 25 Mar 2021 07:33:24 GMT
972
1977
 
973
1978
  ## [0.19.0](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v0.19.0)
974
1979
 
975
- Tue, 23 Mar 2021 07:31:43 GMT
1980
+ Tue, 23 Mar 2021 07:31:43 GMT
976
1981
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v0.18.0..@fluentui/web-components_v0.19.0)
977
1982
 
978
1983
  ### Minor changes
@@ -985,7 +1990,7 @@ Tue, 23 Mar 2021 07:31:43 GMT
985
1990
 
986
1991
  ## [0.18.0](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v0.18.0)
987
1992
 
988
- Fri, 19 Mar 2021 07:32:43 GMT
1993
+ Fri, 19 Mar 2021 07:32:43 GMT
989
1994
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v0.17.0..@fluentui/web-components_v0.18.0)
990
1995
 
991
1996
  ### Minor changes
@@ -994,7 +1999,7 @@ Fri, 19 Mar 2021 07:32:43 GMT
994
1999
 
995
2000
  ## [0.17.0](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v0.17.0)
996
2001
 
997
- Thu, 18 Mar 2021 20:15:34 GMT
2002
+ Thu, 18 Mar 2021 20:15:34 GMT
998
2003
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v0.16.2..@fluentui/web-components_v0.17.0)
999
2004
 
1000
2005
  ### Minor changes
@@ -1007,7 +2012,7 @@ Thu, 18 Mar 2021 20:15:34 GMT
1007
2012
 
1008
2013
  ## [0.16.2](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v0.16.2)
1009
2014
 
1010
- Wed, 17 Mar 2021 07:35:44 GMT
2015
+ Wed, 17 Mar 2021 07:35:44 GMT
1011
2016
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v0.16.1..@fluentui/web-components_v0.16.2)
1012
2017
 
1013
2018
  ### Patches
@@ -1016,7 +2021,7 @@ Wed, 17 Mar 2021 07:35:44 GMT
1016
2021
 
1017
2022
  ## [0.16.1](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v0.16.1)
1018
2023
 
1019
- Tue, 16 Mar 2021 07:32:44 GMT
2024
+ Tue, 16 Mar 2021 07:32:44 GMT
1020
2025
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v0.16.0..@fluentui/web-components_v0.16.1)
1021
2026
 
1022
2027
  ### Patches
@@ -1025,7 +2030,7 @@ Tue, 16 Mar 2021 07:32:44 GMT
1025
2030
 
1026
2031
  ## [0.16.0](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v0.16.0)
1027
2032
 
1028
- Fri, 12 Mar 2021 20:04:27 GMT
2033
+ Fri, 12 Mar 2021 20:04:27 GMT
1029
2034
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v0.15.0..@fluentui/web-components_v0.16.0)
1030
2035
 
1031
2036
  ### Minor changes
@@ -1034,7 +2039,7 @@ Fri, 12 Mar 2021 20:04:27 GMT
1034
2039
 
1035
2040
  ## [0.15.0](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v0.15.0)
1036
2041
 
1037
- Sun, 07 Mar 2021 23:34:51 GMT
2042
+ Sun, 07 Mar 2021 23:34:51 GMT
1038
2043
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v0.14.2..@fluentui/web-components_v0.15.0)
1039
2044
 
1040
2045
  ### Minor changes
@@ -1044,7 +2049,7 @@ Sun, 07 Mar 2021 23:34:51 GMT
1044
2049
 
1045
2050
  ## [0.14.2](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v0.14.2)
1046
2051
 
1047
- Thu, 25 Feb 2021 01:15:27 GMT
2052
+ Thu, 25 Feb 2021 01:15:27 GMT
1048
2053
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v0.14.1..@fluentui/web-components_v0.14.2)
1049
2054
 
1050
2055
  ### Patches
@@ -1054,7 +2059,7 @@ Thu, 25 Feb 2021 01:15:27 GMT
1054
2059
 
1055
2060
  ## [0.14.1](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v0.14.1)
1056
2061
 
1057
- Mon, 22 Feb 2021 12:26:22 GMT
2062
+ Mon, 22 Feb 2021 12:26:22 GMT
1058
2063
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v0.14.0..@fluentui/web-components_v0.14.1)
1059
2064
 
1060
2065
  ### Patches
@@ -1063,7 +2068,7 @@ Mon, 22 Feb 2021 12:26:22 GMT
1063
2068
 
1064
2069
  ## [0.14.0](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v0.14.0)
1065
2070
 
1066
- Fri, 12 Feb 2021 12:26:20 GMT
2071
+ Fri, 12 Feb 2021 12:26:20 GMT
1067
2072
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v0.13.1..@fluentui/web-components_v0.14.0)
1068
2073
 
1069
2074
  ### Minor changes
@@ -1072,7 +2077,7 @@ Fri, 12 Feb 2021 12:26:20 GMT
1072
2077
 
1073
2078
  ## [0.13.1](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v0.13.1)
1074
2079
 
1075
- Thu, 11 Feb 2021 02:38:00 GMT
2080
+ Thu, 11 Feb 2021 02:38:00 GMT
1076
2081
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v0.13.0..@fluentui/web-components_v0.13.1)
1077
2082
 
1078
2083
  ### Patches
@@ -1081,7 +2086,7 @@ Thu, 11 Feb 2021 02:38:00 GMT
1081
2086
 
1082
2087
  ## [0.13.0](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v0.13.0)
1083
2088
 
1084
- Tue, 09 Feb 2021 00:56:52 GMT
2089
+ Tue, 09 Feb 2021 00:56:52 GMT
1085
2090
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v0.12.1..@fluentui/web-components_v0.13.0)
1086
2091
 
1087
2092
  ### Minor changes
@@ -1094,7 +2099,7 @@ Tue, 09 Feb 2021 00:56:52 GMT
1094
2099
 
1095
2100
  ## [0.12.1](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v0.12.1)
1096
2101
 
1097
- Mon, 08 Feb 2021 12:23:08 GMT
2102
+ Mon, 08 Feb 2021 12:23:08 GMT
1098
2103
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v0.12.0..@fluentui/web-components_v0.12.1)
1099
2104
 
1100
2105
  ### Patches
@@ -1103,7 +2108,7 @@ Mon, 08 Feb 2021 12:23:08 GMT
1103
2108
 
1104
2109
  ## [0.12.0](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v0.12.0)
1105
2110
 
1106
- Wed, 03 Feb 2021 05:51:40 GMT
2111
+ Wed, 03 Feb 2021 05:51:40 GMT
1107
2112
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v0.11.0..@fluentui/web-components_v0.12.0)
1108
2113
 
1109
2114
  ### Minor changes
@@ -1112,7 +2117,7 @@ Wed, 03 Feb 2021 05:51:40 GMT
1112
2117
 
1113
2118
  ## [0.11.0](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v0.11.0)
1114
2119
 
1115
- Tue, 26 Jan 2021 12:33:19 GMT
2120
+ Tue, 26 Jan 2021 12:33:19 GMT
1116
2121
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v0.10.6..@fluentui/web-components_v0.11.0)
1117
2122
 
1118
2123
  ### Minor changes
@@ -1125,7 +2130,7 @@ Tue, 26 Jan 2021 12:33:19 GMT
1125
2130
 
1126
2131
  ## [0.10.6](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v0.10.6)
1127
2132
 
1128
- Thu, 21 Jan 2021 12:36:12 GMT
2133
+ Thu, 21 Jan 2021 12:36:12 GMT
1129
2134
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v0.10.5..@fluentui/web-components_v0.10.6)
1130
2135
 
1131
2136
  ### Patches
@@ -1134,7 +2139,7 @@ Thu, 21 Jan 2021 12:36:12 GMT
1134
2139
 
1135
2140
  ## [0.10.5](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v0.10.5)
1136
2141
 
1137
- Wed, 20 Jan 2021 12:22:46 GMT
2142
+ Wed, 20 Jan 2021 12:22:46 GMT
1138
2143
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v0.10.4..@fluentui/web-components_v0.10.5)
1139
2144
 
1140
2145
  ### Patches
@@ -1143,7 +2148,7 @@ Wed, 20 Jan 2021 12:22:46 GMT
1143
2148
 
1144
2149
  ## [0.10.4](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v0.10.4)
1145
2150
 
1146
- Fri, 15 Jan 2021 12:30:40 GMT
2151
+ Fri, 15 Jan 2021 12:30:40 GMT
1147
2152
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v0.10.3..@fluentui/web-components_v0.10.4)
1148
2153
 
1149
2154
  ### Patches
@@ -1153,7 +2158,7 @@ Fri, 15 Jan 2021 12:30:40 GMT
1153
2158
 
1154
2159
  ## [0.10.3](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v0.10.3)
1155
2160
 
1156
- Tue, 12 Jan 2021 12:36:40 GMT
2161
+ Tue, 12 Jan 2021 12:36:40 GMT
1157
2162
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v0.10.2..@fluentui/web-components_v0.10.3)
1158
2163
 
1159
2164
  ### Patches
@@ -1162,7 +2167,7 @@ Tue, 12 Jan 2021 12:36:40 GMT
1162
2167
 
1163
2168
  ## [0.10.2](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v0.10.2)
1164
2169
 
1165
- Tue, 05 Jan 2021 12:29:33 GMT
2170
+ Tue, 05 Jan 2021 12:29:33 GMT
1166
2171
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v0.10.1..@fluentui/web-components_v0.10.2)
1167
2172
 
1168
2173
  ### Patches
@@ -1177,7 +2182,7 @@ Tue, 05 Jan 2021 12:29:33 GMT
1177
2182
 
1178
2183
  ## [0.10.1](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v0.10.1)
1179
2184
 
1180
- Fri, 18 Dec 2020 12:27:55 GMT
2185
+ Fri, 18 Dec 2020 12:27:55 GMT
1181
2186
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v0.10.0..@fluentui/web-components_v0.10.1)
1182
2187
 
1183
2188
  ### Patches
@@ -1186,7 +2191,7 @@ Fri, 18 Dec 2020 12:27:55 GMT
1186
2191
 
1187
2192
  ## [0.10.0](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v0.10.0)
1188
2193
 
1189
- Thu, 17 Dec 2020 12:30:15 GMT
2194
+ Thu, 17 Dec 2020 12:30:15 GMT
1190
2195
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v0.9.2..@fluentui/web-components_v0.10.0)
1191
2196
 
1192
2197
  ### Minor changes
@@ -1199,7 +2204,7 @@ Thu, 17 Dec 2020 12:30:15 GMT
1199
2204
 
1200
2205
  ## [0.9.2](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v0.9.2)
1201
2206
 
1202
- Wed, 16 Dec 2020 12:27:05 GMT
2207
+ Wed, 16 Dec 2020 12:27:05 GMT
1203
2208
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v0.9.1..@fluentui/web-components_v0.9.2)
1204
2209
 
1205
2210
  ### Patches
@@ -1208,7 +2213,7 @@ Wed, 16 Dec 2020 12:27:05 GMT
1208
2213
 
1209
2214
  ## [0.9.1](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v0.9.1)
1210
2215
 
1211
- Wed, 09 Dec 2020 12:27:00 GMT
2216
+ Wed, 09 Dec 2020 12:27:00 GMT
1212
2217
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v0.9.0..@fluentui/web-components_v0.9.1)
1213
2218
 
1214
2219
  ### Patches
@@ -1217,7 +2222,7 @@ Wed, 09 Dec 2020 12:27:00 GMT
1217
2222
 
1218
2223
  ## [0.9.0](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v0.9.0)
1219
2224
 
1220
- Wed, 02 Dec 2020 12:37:40 GMT
2225
+ Wed, 02 Dec 2020 12:37:40 GMT
1221
2226
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v0.8.1..@fluentui/web-components_v0.9.0)
1222
2227
 
1223
2228
  ### Minor changes
@@ -1226,7 +2231,7 @@ Wed, 02 Dec 2020 12:37:40 GMT
1226
2231
 
1227
2232
  ## [0.8.1](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v0.8.1)
1228
2233
 
1229
- Sat, 21 Nov 2020 02:00:44 GMT
2234
+ Sat, 21 Nov 2020 02:00:44 GMT
1230
2235
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v0.8.0..@fluentui/web-components_v0.8.1)
1231
2236
 
1232
2237
  ### Patches
@@ -1238,7 +2243,7 @@ Sat, 21 Nov 2020 02:00:44 GMT
1238
2243
 
1239
2244
  ## [0.8.0](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v0.8.0)
1240
2245
 
1241
- Wed, 18 Nov 2020 12:30:07 GMT
2246
+ Wed, 18 Nov 2020 12:30:07 GMT
1242
2247
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v0.7.2..@fluentui/web-components_v0.8.0)
1243
2248
 
1244
2249
  ### Minor changes
@@ -1247,7 +2252,7 @@ Wed, 18 Nov 2020 12:30:07 GMT
1247
2252
 
1248
2253
  ## [0.7.2](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v0.7.2)
1249
2254
 
1250
- Tue, 17 Nov 2020 12:36:24 GMT
2255
+ Tue, 17 Nov 2020 12:36:24 GMT
1251
2256
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v0.7.1..@fluentui/web-components_v0.7.2)
1252
2257
 
1253
2258
  ### Patches
@@ -1256,7 +2261,7 @@ Tue, 17 Nov 2020 12:36:24 GMT
1256
2261
 
1257
2262
  ## [0.7.1](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v0.7.1)
1258
2263
 
1259
- Thu, 05 Nov 2020 12:29:43 GMT
2264
+ Thu, 05 Nov 2020 12:29:43 GMT
1260
2265
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v0.7.0..@fluentui/web-components_v0.7.1)
1261
2266
 
1262
2267
  ### Patches
@@ -1265,7 +2270,7 @@ Thu, 05 Nov 2020 12:29:43 GMT
1265
2270
 
1266
2271
  ## [0.7.0](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v0.7.0)
1267
2272
 
1268
- Thu, 29 Oct 2020 12:34:59 GMT
2273
+ Thu, 29 Oct 2020 12:34:59 GMT
1269
2274
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v0.6.3..@fluentui/web-components_v0.7.0)
1270
2275
 
1271
2276
  ### Minor changes