@empathyco/x-components 6.0.0-alpha.37 → 6.0.0-alpha.39

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 (99) hide show
  1. package/CHANGELOG.md +18 -0
  2. package/core/index.js +1 -0
  3. package/core/index.js.map +1 -1
  4. package/design-system/deprecated-full-theme.css +408 -408
  5. package/docs/API-reference/api/x-adapter-platform.md +3 -0
  6. package/docs/API-reference/api/x-adapter-platform.nextqueriesrelatedpromptsschema.md +11 -0
  7. package/docs/API-reference/api/x-adapter-platform.platformrelatedprompt.md +1 -0
  8. package/docs/API-reference/api/x-adapter-platform.platformrelatedprompt.tagging.md +11 -0
  9. package/docs/API-reference/api/x-adapter-platform.platformrelatedpromptnextqueriestagging.md +22 -0
  10. package/docs/API-reference/api/x-adapter-platform.platformrelatedpromptnextqueriestagging.toolingdisplay.md +11 -0
  11. package/docs/API-reference/api/x-adapter-platform.platformrelatedpromptnextqueriestagging.toolingdisplayadd2cart.md +11 -0
  12. package/docs/API-reference/api/x-adapter-platform.platformrelatedpromptnextqueriestagging.toolingdisplayclick.md +11 -0
  13. package/docs/API-reference/api/x-adapter-platform.platformrelatedprompttagging.md +21 -0
  14. package/docs/API-reference/api/x-adapter-platform.platformrelatedprompttagging.nextqueries.md +11 -0
  15. package/docs/API-reference/api/x-adapter-platform.platformrelatedprompttagging.toolingdisplay.md +11 -0
  16. package/docs/API-reference/api/x-components.baseaddtocart.md +1 -0
  17. package/docs/API-reference/api/x-components.createtracktoolingadd2cartwire.md +19 -0
  18. package/docs/API-reference/api/x-components.createtracktoolingdisplaywire.md +19 -0
  19. package/docs/API-reference/api/x-components.displayclickprovider.md +58 -0
  20. package/docs/API-reference/api/x-components.featurelocation.md +1 -1
  21. package/docs/API-reference/api/x-components.globalxbus.md +4 -0
  22. package/docs/API-reference/api/x-components.hierarchicalfilter.md +2 -0
  23. package/docs/API-reference/api/x-components.md +5 -0
  24. package/docs/API-reference/api/x-components.queryfeature.md +1 -1
  25. package/docs/API-reference/api/x-components.relatedpromptstaglist.md +2 -1
  26. package/docs/API-reference/api/x-components.relatedpromptsxevents.md +2 -0
  27. package/docs/API-reference/api/x-components.relatedpromptsxevents.userclickedarelatedpromptadd2cart.md +13 -0
  28. package/docs/API-reference/api/x-components.relatedpromptsxevents.userclickedarelatedpromptresult.md +13 -0
  29. package/docs/API-reference/api/x-components.simplefilter.md +2 -0
  30. package/docs/API-reference/api/x-components.snippetcallbacks.md +2 -0
  31. package/docs/API-reference/api/x-components.tracktoolingadd2cartwire.md +13 -0
  32. package/docs/API-reference/api/x-components.tracktoolingdisplayclickedwire.md +13 -0
  33. package/docs/API-reference/api/x-types.md +1 -0
  34. package/docs/API-reference/api/x-types.relatedprompt.md +2 -1
  35. package/docs/API-reference/api/x-types.relatedprompt.relatedpromptnextqueries.md +13 -0
  36. package/docs/API-reference/api/x-types.relatedprompt.toolingdisplaytagging.md +13 -0
  37. package/docs/API-reference/api/x-types.relatedpromptnextquery.md +23 -0
  38. package/docs/API-reference/api/x-types.relatedpromptnextquery.query.md +13 -0
  39. package/docs/API-reference/api/x-types.relatedpromptnextquery.toolingdisplayadd2carttagging.md +13 -0
  40. package/docs/API-reference/api/x-types.relatedpromptnextquery.toolingdisplayclicktagging.md +13 -0
  41. package/docs/API-reference/api/x-types.relatedpromptnextquery.toolingdisplaytagging.md +13 -0
  42. package/docs/API-reference/components/common/x-components.display-click-provider.md +16 -0
  43. package/js/components/display-click-provider.vue.js +69 -0
  44. package/js/components/display-click-provider.vue.js.map +1 -0
  45. package/js/components/display-click-provider.vue2.js +6 -0
  46. package/js/components/display-click-provider.vue2.js.map +1 -0
  47. package/js/components/result/base-result-add-to-cart.vue.js +2 -1
  48. package/js/components/result/base-result-add-to-cart.vue.js.map +1 -1
  49. package/js/components/result/base-result-add-to-cart.vue2.js +19 -5
  50. package/js/components/result/base-result-add-to-cart.vue2.js.map +1 -1
  51. package/js/index.js +2 -1
  52. package/js/index.js.map +1 -1
  53. package/js/x-modules/empathize/components/empathize.vue2.js +1 -0
  54. package/js/x-modules/empathize/components/empathize.vue2.js.map +1 -1
  55. package/js/x-modules/queries-preview/components/query-preview-button.vue2.js +1 -0
  56. package/js/x-modules/queries-preview/components/query-preview-button.vue2.js.map +1 -1
  57. package/js/x-modules/queries-preview/components/query-preview.vue2.js +1 -0
  58. package/js/x-modules/queries-preview/components/query-preview.vue2.js.map +1 -1
  59. package/js/x-modules/related-prompts/components/related-prompts-tag-list.vue.js +19 -5
  60. package/js/x-modules/related-prompts/components/related-prompts-tag-list.vue.js.map +1 -1
  61. package/js/x-modules/related-prompts/components/related-prompts-tag-list.vue2.js +2 -1
  62. package/js/x-modules/related-prompts/components/related-prompts-tag-list.vue2.js.map +1 -1
  63. package/js/x-modules/scroll/components/scroll-to-top.vue2.js +1 -0
  64. package/js/x-modules/scroll/components/scroll-to-top.vue2.js.map +1 -1
  65. package/js/x-modules/tagging/store/module.js +5 -1
  66. package/js/x-modules/tagging/store/module.js.map +1 -1
  67. package/js/x-modules/tagging/wiring.js +64 -1
  68. package/js/x-modules/tagging/wiring.js.map +1 -1
  69. package/package.json +4 -4
  70. package/report/x-adapter-platform.api.json +254 -0
  71. package/report/x-components.api.json +663 -12
  72. package/report/x-components.api.md +88 -5
  73. package/report/x-types.api.json +167 -5
  74. package/tagging/index.js +1 -1
  75. package/types/components/display-click-provider.vue.d.ts +52 -0
  76. package/types/components/display-click-provider.vue.d.ts.map +1 -0
  77. package/types/components/global-x-bus.vue.d.ts +4 -0
  78. package/types/components/global-x-bus.vue.d.ts.map +1 -1
  79. package/types/components/index.d.ts +1 -0
  80. package/types/components/index.d.ts.map +1 -1
  81. package/types/components/result/base-result-add-to-cart.vue.d.ts +2 -0
  82. package/types/components/result/base-result-add-to-cart.vue.d.ts.map +1 -1
  83. package/types/components/snippet-callbacks.vue.d.ts +2 -0
  84. package/types/components/snippet-callbacks.vue.d.ts.map +1 -1
  85. package/types/types/origin.d.ts +2 -2
  86. package/types/types/origin.d.ts.map +1 -1
  87. package/types/views/adapter.d.ts.map +1 -1
  88. package/types/x-modules/facets/components/filters/hierarchical-filter.vue.d.ts +2 -0
  89. package/types/x-modules/facets/components/filters/hierarchical-filter.vue.d.ts.map +1 -1
  90. package/types/x-modules/facets/components/filters/simple-filter.vue.d.ts +2 -0
  91. package/types/x-modules/facets/components/filters/simple-filter.vue.d.ts.map +1 -1
  92. package/types/x-modules/related-prompts/components/related-prompts-tag-list.vue.d.ts +2 -1
  93. package/types/x-modules/related-prompts/components/related-prompts-tag-list.vue.d.ts.map +1 -1
  94. package/types/x-modules/related-prompts/events.types.d.ts +11 -1
  95. package/types/x-modules/related-prompts/events.types.d.ts.map +1 -1
  96. package/types/x-modules/tagging/store/module.d.ts.map +1 -1
  97. package/types/x-modules/tagging/wiring.d.ts +36 -2
  98. package/types/x-modules/tagging/wiring.d.ts.map +1 -1
  99. package/docs/API-reference/api/x-types.relatedprompt.nextqueries.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
+ ## [6.0.0-alpha.39](https://github.com/empathyco/x/compare/@empathyco/x-components@6.0.0-alpha.38...@empathyco/x-components@6.0.0-alpha.39) (2025-02-17)
7
+
8
+
9
+ ### Features
10
+
11
+ * change display-click-provider component location (#1709) ([132a671](https://github.com/empathyco/x/commit/132a67150fa9d777a65dc780c61f1e1d7f77d97e))
12
+
13
+
14
+
15
+ ## [6.0.0-alpha.38](https://github.com/empathyco/x/compare/@empathyco/x-components@6.0.0-alpha.37...@empathyco/x-components@6.0.0-alpha.38) (2025-02-17)
16
+
17
+
18
+ ### Features
19
+
20
+ * related-prompts tooling tagging (#1703) ([24df720](https://github.com/empathyco/x/commit/24df7200df5de76a7530e24953367dd09f683fdc))
21
+
22
+
23
+
6
24
  ## [6.0.0-alpha.37](https://github.com/empathyco/x/compare/@empathyco/x-components@6.0.0-alpha.36...@empathyco/x-components@6.0.0-alpha.37) (2025-02-17)
7
25
 
8
26
 
package/core/index.js CHANGED
@@ -140,6 +140,7 @@ export { default as SlidingPanel } from '../js/components/sliding-panel.vue.js';
140
140
  export { default as SnippetCallbacks } from '../js/components/snippet-callbacks.vue.js';
141
141
  export { default as PageLoaderButton } from '../js/components/page-loader-button.vue.js';
142
142
  export { default as PageSelector } from '../js/components/page-selector.vue.js';
143
+ export { default as DisplayClickProvider } from '../js/components/display-click-provider.vue.js';
143
144
  export { DISABLE_ANIMATIONS_KEY, HAS_MORE_ITEMS_KEY, LIST_ITEMS_KEY, QUERY_KEY, RESULT_WITH_VARIANTS_KEY, SELECTED_VARIANTS_KEY, SELECT_RESULT_VARIANT_KEY } from '../js/components/decorators/injection.consts.js';
144
145
  export { getRootXComponent, getXComponentXModuleName, isXComponent } from '../js/components/x-component.utils.js';
145
146
  export { createUseDevice } from '../js/composables/create-use-device.js';
package/core/index.js.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
1
+ {"version":3,"file":"index.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}