@fluentui/web-components 3.0.0-beta.5 → 3.0.0-beta.50

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