@empathyco/x-components 6.0.0-alpha.54 → 6.0.0-alpha.56

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 (80) hide show
  1. package/CHANGELOG.md +17 -0
  2. package/design-system/deprecated-full-theme.css +614 -614
  3. package/docs/API-reference/api/x-components.globalxbus.md +2 -0
  4. package/docs/API-reference/api/x-components.hierarchicalfilter.md +1 -0
  5. package/docs/API-reference/api/x-components.md +1 -0
  6. package/docs/API-reference/api/x-components.relatedpromptsactions.md +1 -0
  7. package/docs/API-reference/api/x-components.relatedpromptsactions.seturlparams.md +24 -0
  8. package/docs/API-reference/api/x-components.relatedpromptstaglist.md +2 -3
  9. package/docs/API-reference/api/x-components.relatedpromptsxevents.md +1 -0
  10. package/docs/API-reference/api/x-components.relatedpromptsxevents.selectedrelatedpromptchanged.md +13 -0
  11. package/docs/API-reference/api/x-components.seturlprompt.md +13 -0
  12. package/docs/API-reference/api/x-components.simplefilter.md +1 -0
  13. package/docs/API-reference/api/x-components.snippetcallbacks.md +1 -0
  14. package/docs/API-reference/api/x-components.urlmutations.md +1 -0
  15. package/docs/API-reference/api/x-components.urlmutations.setprompt.md +24 -0
  16. package/docs/API-reference/api/x-components.urlparams.md +1 -0
  17. package/docs/API-reference/api/x-components.urlparams.prompt.md +11 -0
  18. package/js/index.js +1 -1
  19. package/js/x-modules/related-prompts/components/related-prompts-tag-list.vue.js +6 -3
  20. package/js/x-modules/related-prompts/components/related-prompts-tag-list.vue.js.map +1 -1
  21. package/js/x-modules/related-prompts/components/related-prompts-tag-list.vue2.js +9 -14
  22. package/js/x-modules/related-prompts/components/related-prompts-tag-list.vue2.js.map +1 -1
  23. package/js/x-modules/related-prompts/store/actions/set-url-params.action.js +15 -0
  24. package/js/x-modules/related-prompts/store/actions/set-url-params.action.js.map +1 -0
  25. package/js/x-modules/related-prompts/store/emitters.js +2 -1
  26. package/js/x-modules/related-prompts/store/emitters.js.map +1 -1
  27. package/js/x-modules/related-prompts/store/module.js +4 -7
  28. package/js/x-modules/related-prompts/store/module.js.map +1 -1
  29. package/js/x-modules/related-prompts/wiring.js +43 -65
  30. package/js/x-modules/related-prompts/wiring.js.map +1 -1
  31. package/js/x-modules/tagging/wiring.js +8 -4
  32. package/js/x-modules/tagging/wiring.js.map +1 -1
  33. package/js/x-modules/url/components/url-handler.vue.js.map +1 -1
  34. package/js/x-modules/url/components/url-handler.vue2.js +2 -4
  35. package/js/x-modules/url/components/url-handler.vue2.js.map +1 -1
  36. package/js/x-modules/url/store/getters/url-params.getter.js +2 -3
  37. package/js/x-modules/url/store/getters/url-params.getter.js.map +1 -1
  38. package/js/x-modules/url/store/initial-state.js +2 -1
  39. package/js/x-modules/url/store/initial-state.js.map +1 -1
  40. package/js/x-modules/url/store/module.js +3 -0
  41. package/js/x-modules/url/store/module.js.map +1 -1
  42. package/js/x-modules/url/wiring.js +10 -1
  43. package/js/x-modules/url/wiring.js.map +1 -1
  44. package/package.json +3 -3
  45. package/report/x-components.api.json +211 -7
  46. package/report/x-components.api.md +35 -18
  47. package/types/components/global-x-bus.vue.d.ts +2 -0
  48. package/types/components/global-x-bus.vue.d.ts.map +1 -1
  49. package/types/components/snippet-callbacks.vue.d.ts +1 -0
  50. package/types/components/snippet-callbacks.vue.d.ts.map +1 -1
  51. package/types/types/url-params.d.ts +1 -0
  52. package/types/types/url-params.d.ts.map +1 -1
  53. package/types/x-modules/facets/components/filters/hierarchical-filter.vue.d.ts +1 -0
  54. package/types/x-modules/facets/components/filters/hierarchical-filter.vue.d.ts.map +1 -1
  55. package/types/x-modules/facets/components/filters/simple-filter.vue.d.ts +1 -0
  56. package/types/x-modules/facets/components/filters/simple-filter.vue.d.ts.map +1 -1
  57. package/types/x-modules/related-prompts/components/related-prompts-tag-list.vue.d.ts +3 -4
  58. package/types/x-modules/related-prompts/components/related-prompts-tag-list.vue.d.ts.map +1 -1
  59. package/types/x-modules/related-prompts/events.types.d.ts +5 -0
  60. package/types/x-modules/related-prompts/events.types.d.ts.map +1 -1
  61. package/types/x-modules/related-prompts/store/actions/set-url-params.action.d.ts +11 -0
  62. package/types/x-modules/related-prompts/store/actions/set-url-params.action.d.ts.map +1 -0
  63. package/types/x-modules/related-prompts/store/emitters.d.ts +1 -0
  64. package/types/x-modules/related-prompts/store/emitters.d.ts.map +1 -1
  65. package/types/x-modules/related-prompts/store/module.d.ts.map +1 -1
  66. package/types/x-modules/related-prompts/store/types.d.ts +7 -0
  67. package/types/x-modules/related-prompts/store/types.d.ts.map +1 -1
  68. package/types/x-modules/related-prompts/wiring.d.ts +15 -14
  69. package/types/x-modules/related-prompts/wiring.d.ts.map +1 -1
  70. package/types/x-modules/tagging/wiring.d.ts.map +1 -1
  71. package/types/x-modules/url/components/url-handler.vue.d.ts.map +1 -1
  72. package/types/x-modules/url/store/getters/url-params.getter.d.ts +2 -3
  73. package/types/x-modules/url/store/getters/url-params.getter.d.ts.map +1 -1
  74. package/types/x-modules/url/store/initial-state.d.ts.map +1 -1
  75. package/types/x-modules/url/store/module.d.ts.map +1 -1
  76. package/types/x-modules/url/store/types.d.ts +6 -0
  77. package/types/x-modules/url/store/types.d.ts.map +1 -1
  78. package/types/x-modules/url/wiring.d.ts +9 -0
  79. package/types/x-modules/url/wiring.d.ts.map +1 -1
  80. package/url/index.js +1 -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.56](https://github.com/empathyco/x/compare/@empathyco/x-components@6.0.0-alpha.55...@empathyco/x-components@6.0.0-alpha.56) (2025-03-26)
7
+
8
+
9
+ ### Features
10
+
11
+ * **related-prompt:** persist prompt in URL (#1723) ([63529d8](https://github.com/empathyco/x/commit/63529d899b9a471604ad498c198a3962a5411f87))
12
+
13
+
14
+
15
+ ## [6.0.0-alpha.55](https://github.com/empathyco/x/compare/@empathyco/x-components@6.0.0-alpha.54...@empathyco/x-components@6.0.0-alpha.55) (2025-03-24)
16
+
17
+ **Note:** Version bump only for package @empathyco/x-components
18
+
19
+
20
+
21
+
22
+
6
23
  ## [6.0.0-alpha.54](https://github.com/empathyco/x/compare/@empathyco/x-components@6.0.0-alpha.53...@empathyco/x-components@6.0.0-alpha.54) (2025-03-24)
7
24
 
8
25