@empathyco/x-components 6.0.0-alpha.80 → 6.0.0-alpha.81

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 (38) hide show
  1. package/CHANGELOG.md +17 -0
  2. package/design-system/deprecated-full-theme.css +465 -465
  3. package/docs/API-reference/api/x-components.baseteleport.md +1 -1
  4. package/docs/API-reference/api/x-components.globalxbus.md +0 -2
  5. package/docs/API-reference/api/x-components.hierarchicalfilter.md +0 -1
  6. package/docs/API-reference/api/x-components.querysuggestionsxevents.md +0 -1
  7. package/docs/API-reference/api/x-components.simplefilter.md +0 -1
  8. package/docs/API-reference/api/x-components.snippetcallbacks.md +0 -1
  9. package/js/components/base-teleport.vue.js +4 -4
  10. package/js/components/base-teleport.vue.js.map +1 -1
  11. package/js/components/base-teleport.vue2.js +50 -15
  12. package/js/components/base-teleport.vue2.js.map +1 -1
  13. package/js/x-modules/empathize/components/empathize.vue2.js +0 -1
  14. package/js/x-modules/empathize/components/empathize.vue2.js.map +1 -1
  15. package/js/x-modules/queries-preview/components/query-preview-button.vue2.js +0 -1
  16. package/js/x-modules/queries-preview/components/query-preview-button.vue2.js.map +1 -1
  17. package/js/x-modules/queries-preview/components/query-preview.vue2.js +0 -1
  18. package/js/x-modules/queries-preview/components/query-preview.vue2.js.map +1 -1
  19. package/js/x-modules/scroll/components/scroll-to-top.vue2.js +0 -1
  20. package/js/x-modules/scroll/components/scroll-to-top.vue2.js.map +1 -1
  21. package/package.json +2 -2
  22. package/report/x-components.api.json +18 -113
  23. package/report/x-components.api.md +5 -11
  24. package/types/components/base-teleport.vue.d.ts +1 -1
  25. package/types/components/base-teleport.vue.d.ts.map +1 -1
  26. package/types/components/global-x-bus.vue.d.ts +0 -2
  27. package/types/components/global-x-bus.vue.d.ts.map +1 -1
  28. package/types/components/snippet-callbacks.vue.d.ts +0 -1
  29. package/types/components/snippet-callbacks.vue.d.ts.map +1 -1
  30. package/types/x-modules/facets/components/filters/hierarchical-filter.vue.d.ts +0 -1
  31. package/types/x-modules/facets/components/filters/hierarchical-filter.vue.d.ts.map +1 -1
  32. package/types/x-modules/facets/components/filters/simple-filter.vue.d.ts +0 -1
  33. package/types/x-modules/facets/components/filters/simple-filter.vue.d.ts.map +1 -1
  34. package/types/x-modules/query-suggestions/events.types.d.ts +0 -5
  35. package/types/x-modules/query-suggestions/events.types.d.ts.map +1 -1
  36. package/docs/API-reference/api/x-components.querysuggestionsxevents.querysuggestionsdisplayed.md +0 -13
  37. package/js/components/base-teleport.vue3.js +0 -7
  38. package/js/components/base-teleport.vue3.js.map +0 -1
package/CHANGELOG.md CHANGED
@@ -3,6 +3,23 @@
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
+ ## [6.0.0-alpha.81](https://github.com/empathyco/x/compare/@empathyco/x-components@6.0.0-alpha.80...@empathyco/x-components@6.0.0-alpha.81) (2025-05-14)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * **base-teleport:** fix container element ([e54e755](https://github.com/empathyco/x/commit/e54e755bab06ab0172148a74563e0a3f283bad2d))
12
+ * **base-teleport:** fix shadowRoot support ([d712296](https://github.com/empathyco/x/commit/d712296bb46e58592a3d433f1b3022d0762e740a))
13
+ * **base-teleport:** move teleport host styles to a script tag ([feaaa3d](https://github.com/empathyco/x/commit/feaaa3d43ad5ede1c4e2cf7065fa4c113e5df3ae))
14
+ * remove unused event (#1744) ([e7584e0](https://github.com/empathyco/x/commit/e7584e01d387816021984faf986af27ade2d15b1))
15
+
16
+
17
+ ### Documentation
18
+
19
+ * **base-teleport:** add comments for better understanding. ([05efd6d](https://github.com/empathyco/x/commit/05efd6d882021d63f59124d3893bbdc2d771a15e))
20
+
21
+
22
+
6
23
  ## [6.0.0-alpha.80](https://github.com/empathyco/x/compare/@empathyco/x-components@6.0.0-alpha.79...@empathyco/x-components@6.0.0-alpha.80) (2025-05-12)
7
24
 
8
25