@empathyco/x-components 4.1.0-alpha.20 → 4.1.0-alpha.22

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 (25) hide show
  1. package/CHANGELOG.md +18 -0
  2. package/design-system/deprecated-full-theme.css +568 -568
  3. package/docs/API-reference/api/x-components.baseswitch.md +15 -10
  4. package/docs/API-reference/api/x-components.md +1 -1
  5. package/docs/API-reference/api/x-components.preselectedfilters.created.md +1 -1
  6. package/docs/API-reference/api/x-components.preselectedfilters.emitpreselectedfilters.md +17 -0
  7. package/docs/API-reference/api/x-components.preselectedfilters.md +3 -1
  8. package/docs/API-reference/api/x-components.preselectedfilters.preselectedfilters.md +13 -0
  9. package/docs/API-reference/components/common/x-components.base-switch.md +4 -3
  10. package/js/components/base-switch.vue.js +1 -1
  11. package/js/components/base-switch.vue.js.map +1 -1
  12. package/js/components/base-switch.vue2.js +40 -30
  13. package/js/components/base-switch.vue2.js.map +1 -1
  14. package/js/components/base-switch.vue3.js +1 -1
  15. package/js/x-modules/facets/components/preselected-filters.vue.js.map +1 -1
  16. package/js/x-modules/facets/components/preselected-filters.vue2.js +25 -7
  17. package/js/x-modules/facets/components/preselected-filters.vue2.js.map +1 -1
  18. package/package.json +2 -2
  19. package/report/x-components.api.json +157 -45
  20. package/report/x-components.api.md +16 -7
  21. package/types/components/base-switch.vue.d.ts +15 -24
  22. package/types/components/base-switch.vue.d.ts.map +1 -1
  23. package/types/x-modules/facets/components/preselected-filters.vue.d.ts +13 -1
  24. package/types/x-modules/facets/components/preselected-filters.vue.d.ts.map +1 -1
  25. package/docs/API-reference/api/x-components.baseswitch.value.md +0 -13
package/CHANGELOG.md CHANGED
@@ -3,6 +3,24 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ ## [4.1.0-alpha.22](https://github.com/empathyco/x/compare/@empathyco/x-components@4.1.0-alpha.21...@empathyco/x-components@4.1.0-alpha.22) (2024-02-21)
7
+
8
+
9
+ ### Features
10
+
11
+ * **filters:** update preselected filters component so it reacts to snippetConfig changes (#1404) ([05983f3](https://github.com/empathyco/x/commit/05983f352830b7d52c2b586566938749fa9ce44e))
12
+
13
+
14
+
15
+ ## [4.1.0-alpha.21](https://github.com/empathyco/x/compare/@empathyco/x-components@4.1.0-alpha.20...@empathyco/x-components@4.1.0-alpha.21) (2024-02-20)
16
+
17
+
18
+ ### Features
19
+
20
+ * migrate base-switch to use defineComponent sintax (#1415) ([0592ec9](https://github.com/empathyco/x/commit/0592ec94f7f47c91946d0e3a465dde134dd12021))
21
+
22
+
23
+
6
24
  ## [4.1.0-alpha.20](https://github.com/empathyco/x/compare/@empathyco/x-components@4.1.0-alpha.19...@empathyco/x-components@4.1.0-alpha.20) (2024-02-20)
7
25
 
8
26