@empathyco/x-components 6.0.0-alpha.74 → 6.0.0-alpha.76

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 (76) hide show
  1. package/CHANGELOG.md +23 -0
  2. package/design-system/deprecated-full-theme.css +1053 -1053
  3. package/docs/API-reference/api/x-components.allfilter.md +3 -3
  4. package/docs/API-reference/api/x-components.facets.md +3 -3
  5. package/docs/API-reference/api/x-components.historyqueries.md +1 -1
  6. package/docs/API-reference/api/x-components.historyquery.md +1 -1
  7. package/docs/API-reference/api/x-components.identifierresult.md +2 -2
  8. package/docs/API-reference/api/x-components.md +1 -1
  9. package/docs/API-reference/api/x-components.nextqueries.md +1 -1
  10. package/docs/API-reference/api/x-components.popularsearches.md +1 -1
  11. package/docs/API-reference/api/x-components.querysuggestion.md +1 -1
  12. package/docs/API-reference/api/x-components.querysuggestions.md +1 -1
  13. package/docs/API-reference/api/x-components.semanticquery.md +1 -1
  14. package/docs/API-reference/api/x-components.usegetter.md +3 -17
  15. package/js/components/base-teleport.vue.js.map +1 -1
  16. package/js/components/base-teleport.vue2.js +1 -1
  17. package/js/components/base-teleport.vue2.js.map +1 -1
  18. package/js/composables/use-getter.js +11 -11
  19. package/js/composables/use-getter.js.map +1 -1
  20. package/js/x-modules/facets/components/facets/facets.vue.js.map +1 -1
  21. package/js/x-modules/facets/components/facets/facets.vue2.js +1 -1
  22. package/js/x-modules/facets/components/facets/facets.vue2.js.map +1 -1
  23. package/js/x-modules/facets/components/filters/all-filter.vue.js.map +1 -1
  24. package/js/x-modules/facets/components/filters/all-filter.vue2.js +1 -1
  25. package/js/x-modules/facets/components/filters/all-filter.vue2.js.map +1 -1
  26. package/js/x-modules/facets/composables/use-facets.js +1 -4
  27. package/js/x-modules/facets/composables/use-facets.js.map +1 -1
  28. package/js/x-modules/history-queries/components/history-queries.vue.js.map +1 -1
  29. package/js/x-modules/history-queries/components/history-queries.vue2.js +1 -1
  30. package/js/x-modules/history-queries/components/history-queries.vue2.js.map +1 -1
  31. package/js/x-modules/history-queries/components/history-query.vue.js.map +1 -1
  32. package/js/x-modules/history-queries/components/history-query.vue2.js +1 -1
  33. package/js/x-modules/history-queries/components/history-query.vue2.js.map +1 -1
  34. package/js/x-modules/identifier-results/components/identifier-result.vue.js.map +1 -1
  35. package/js/x-modules/identifier-results/components/identifier-result.vue2.js +1 -3
  36. package/js/x-modules/identifier-results/components/identifier-result.vue2.js.map +1 -1
  37. package/js/x-modules/next-queries/components/next-queries-list.vue.js +1 -3
  38. package/js/x-modules/next-queries/components/next-queries-list.vue.js.map +1 -1
  39. package/js/x-modules/next-queries/components/next-queries.vue.js.map +1 -1
  40. package/js/x-modules/next-queries/components/next-queries.vue2.js +1 -1
  41. package/js/x-modules/next-queries/components/next-queries.vue2.js.map +1 -1
  42. package/js/x-modules/popular-searches/components/popular-searches.vue.js.map +1 -1
  43. package/js/x-modules/popular-searches/components/popular-searches.vue2.js +1 -1
  44. package/js/x-modules/popular-searches/components/popular-searches.vue2.js.map +1 -1
  45. package/js/x-modules/query-suggestions/components/query-suggestion.vue.js.map +1 -1
  46. package/js/x-modules/query-suggestions/components/query-suggestion.vue2.js +1 -1
  47. package/js/x-modules/query-suggestions/components/query-suggestion.vue2.js.map +1 -1
  48. package/js/x-modules/query-suggestions/components/query-suggestions.vue.js.map +1 -1
  49. package/js/x-modules/query-suggestions/components/query-suggestions.vue2.js +1 -1
  50. package/js/x-modules/query-suggestions/components/query-suggestions.vue2.js.map +1 -1
  51. package/js/x-modules/related-tags/components/related-tags.vue.js.map +1 -1
  52. package/js/x-modules/related-tags/components/related-tags.vue2.js +1 -3
  53. package/js/x-modules/related-tags/components/related-tags.vue2.js.map +1 -1
  54. package/js/x-modules/semantic-queries/components/semantic-query.vue.js.map +1 -1
  55. package/js/x-modules/semantic-queries/components/semantic-query.vue2.js +2 -2
  56. package/js/x-modules/semantic-queries/components/semantic-query.vue2.js.map +1 -1
  57. package/package.json +2 -2
  58. package/report/x-components.api.json +67 -132
  59. package/report/x-components.api.md +11 -9
  60. package/types/composables/use-getter.d.ts +13 -3
  61. package/types/composables/use-getter.d.ts.map +1 -1
  62. package/types/x-modules/facets/components/facets/facets.vue.d.ts +4 -4
  63. package/types/x-modules/facets/components/facets/facets.vue.d.ts.map +1 -1
  64. package/types/x-modules/facets/components/filters/all-filter.vue.d.ts +4 -4
  65. package/types/x-modules/facets/components/filters/all-filter.vue.d.ts.map +1 -1
  66. package/types/x-modules/history-queries/components/history-queries.vue.d.ts +1 -1
  67. package/types/x-modules/history-queries/components/history-query.vue.d.ts +1 -1
  68. package/types/x-modules/identifier-results/components/identifier-result.vue.d.ts +3 -3
  69. package/types/x-modules/identifier-results/components/identifier-result.vue.d.ts.map +1 -1
  70. package/types/x-modules/next-queries/components/next-queries-list.vue.d.ts.map +1 -1
  71. package/types/x-modules/next-queries/components/next-queries.vue.d.ts +1 -1
  72. package/types/x-modules/popular-searches/components/popular-searches.vue.d.ts +1 -1
  73. package/types/x-modules/query-suggestions/components/query-suggestion.vue.d.ts +1 -1
  74. package/types/x-modules/query-suggestions/components/query-suggestions.vue.d.ts +1 -1
  75. package/types/x-modules/related-tags/components/related-tags.vue.d.ts.map +1 -1
  76. package/types/x-modules/semantic-queries/components/semantic-query.vue.d.ts +1 -1
package/CHANGELOG.md CHANGED
@@ -3,6 +3,29 @@
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.76](https://github.com/empathyco/x/compare/@empathyco/x-components@6.0.0-alpha.75...@empathyco/x-components@6.0.0-alpha.76) (2025-05-05)
7
+
8
+
9
+ ### Code Refactoring
10
+
11
+ * **use-getter:** improve type inference while keeping old signature (#1771) ([6d6f380](https://github.com/empathyco/x/commit/6d6f380b4ef6dec0b7e70657cfcee5552ba987d2))
12
+
13
+
14
+
15
+ ## [6.0.0-alpha.75](https://github.com/empathyco/x/compare/@empathyco/x-components@6.0.0-alpha.74...@empathyco/x-components@6.0.0-alpha.75) (2025-05-05)
16
+
17
+
18
+ ### Bug Fixes
19
+
20
+ * prop type definition in BaseTeleport component ([316a87a](https://github.com/empathyco/x/commit/316a87acee266082b86c0b6a1ad69009610fc0c9))
21
+
22
+
23
+ ### Code Refactoring
24
+
25
+ * Update packages/x-components/src/components/base-teleport.vue ([5d53538](https://github.com/empathyco/x/commit/5d5353852613346769c86de34a02c7c1e89e680b))
26
+
27
+
28
+
6
29
  ## [6.0.0-alpha.74](https://github.com/empathyco/x/compare/@empathyco/x-components@6.0.0-alpha.73...@empathyco/x-components@6.0.0-alpha.74) (2025-05-01)
7
30
 
8
31