@empathyco/x-components 6.0.0-alpha.22 → 6.0.0-alpha.24

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 (89) hide show
  1. package/CHANGELOG.md +18 -0
  2. package/core/index.js +3 -0
  3. package/core/index.js.map +1 -1
  4. package/design-system/deprecated-full-theme.css +3674 -3674
  5. package/docs/API-reference/api/x-components.configmutations.config.md +11 -0
  6. package/docs/API-reference/api/x-components.configmutations.md +29 -0
  7. package/docs/API-reference/api/x-components.configmutations.mergeconfig.md +24 -0
  8. package/docs/API-reference/api/x-components.configmutations.setconfig.md +24 -0
  9. package/docs/API-reference/api/x-components.createrelatedtagsquerygetter.md +26 -0
  10. package/docs/API-reference/api/x-components.createrelatedtagsquerygetteroptions.getrelatedtags.md +13 -0
  11. package/docs/API-reference/api/x-components.createrelatedtagsquerygetteroptions.md +20 -0
  12. package/docs/API-reference/api/x-components.empathizemutations.md +1 -1
  13. package/docs/API-reference/api/x-components.facetsmutations.md +1 -1
  14. package/docs/API-reference/api/x-components.historyqueriesmutations.md +1 -1
  15. package/docs/API-reference/api/x-components.historyqueriesstate.md +1 -1
  16. package/docs/API-reference/api/x-components.identifierresultsmutations.md +1 -1
  17. package/docs/API-reference/api/x-components.identifierresultsstate.md +1 -1
  18. package/docs/API-reference/api/x-components.installxoptions.installextraplugins.md +2 -2
  19. package/docs/API-reference/api/x-components.md +8 -0
  20. package/docs/API-reference/api/x-components.mergeconfig.md +27 -0
  21. package/docs/API-reference/api/x-components.nextqueriesmutations.md +1 -1
  22. package/docs/API-reference/api/x-components.nextqueriesstate.md +1 -1
  23. package/docs/API-reference/api/x-components.popularsearchesmutations.md +1 -1
  24. package/docs/API-reference/api/x-components.queriespreviewmutations.md +1 -1
  25. package/docs/API-reference/api/x-components.querymutations.md +20 -0
  26. package/docs/API-reference/api/x-components.querymutations.setquery.md +24 -0
  27. package/docs/API-reference/api/x-components.querystate.md +20 -0
  28. package/docs/API-reference/api/x-components.querystate.query.md +13 -0
  29. package/docs/API-reference/api/x-components.querysuggestionsmutations.md +1 -1
  30. package/docs/API-reference/api/x-components.querysuggestionsstate.md +1 -1
  31. package/docs/API-reference/api/x-components.recommendationsmutations.md +1 -1
  32. package/docs/API-reference/api/x-components.relatedpromptsmutations.md +1 -1
  33. package/docs/API-reference/api/x-components.relatedpromptsstate.md +1 -1
  34. package/docs/API-reference/api/x-components.relatedtagsmutations.md +1 -1
  35. package/docs/API-reference/api/x-components.relatedtagsstate.md +1 -1
  36. package/docs/API-reference/api/x-components.searchboxmutations.md +1 -1
  37. package/docs/API-reference/api/x-components.searchboxstate.md +1 -1
  38. package/docs/API-reference/api/x-components.searchmutations.md +1 -1
  39. package/docs/API-reference/api/x-components.searchstate.md +1 -1
  40. package/docs/API-reference/api/x-components.semanticqueriesmutations.md +1 -1
  41. package/docs/API-reference/api/x-components.semanticqueriesstate.md +1 -1
  42. package/docs/API-reference/api/x-components.setconfig.md +27 -0
  43. package/docs/API-reference/api/x-components.setquery.md +25 -0
  44. package/docs/API-reference/api/x-components.taggingmutations.md +1 -1
  45. package/docs/API-reference/api/x-components.urlmutations.md +1 -1
  46. package/docs/API-reference/api/x-components.urlstate.md +1 -1
  47. package/js/index.js +3 -0
  48. package/js/index.js.map +1 -1
  49. package/js/x-modules/device/store/emitters.js +1 -0
  50. package/js/x-modules/device/store/emitters.js.map +1 -1
  51. package/js/x-modules/empathize/store/emitters.js +1 -0
  52. package/js/x-modules/empathize/store/emitters.js.map +1 -1
  53. package/js/x-modules/experience-controls/store/emitters.js +1 -0
  54. package/js/x-modules/experience-controls/store/emitters.js.map +1 -1
  55. package/js/x-modules/extra-params/store/emitters.js +1 -0
  56. package/js/x-modules/extra-params/store/emitters.js.map +1 -1
  57. package/js/x-modules/history-queries/store/emitters.js +1 -0
  58. package/js/x-modules/history-queries/store/emitters.js.map +1 -1
  59. package/js/x-modules/identifier-results/store/emitters.js +1 -0
  60. package/js/x-modules/identifier-results/store/emitters.js.map +1 -1
  61. package/js/x-modules/next-queries/store/emitters.js +1 -0
  62. package/js/x-modules/next-queries/store/emitters.js.map +1 -1
  63. package/js/x-modules/queries-preview/store/emitters.js +1 -0
  64. package/js/x-modules/queries-preview/store/emitters.js.map +1 -1
  65. package/js/x-modules/query-suggestions/store/emitters.js +1 -0
  66. package/js/x-modules/query-suggestions/store/emitters.js.map +1 -1
  67. package/js/x-modules/recommendations/store/emitters.js +1 -0
  68. package/js/x-modules/recommendations/store/emitters.js.map +1 -1
  69. package/js/x-modules/related-prompts/store/emitters.js +1 -0
  70. package/js/x-modules/related-prompts/store/emitters.js.map +1 -1
  71. package/js/x-modules/related-tags/store/emitters.js +1 -0
  72. package/js/x-modules/related-tags/store/emitters.js.map +1 -1
  73. package/js/x-modules/scroll/store/emitters.js +1 -0
  74. package/js/x-modules/scroll/store/emitters.js.map +1 -1
  75. package/js/x-modules/search/store/emitters.js +1 -0
  76. package/js/x-modules/search/store/emitters.js.map +1 -1
  77. package/js/x-modules/search/store/module.js +2 -1
  78. package/js/x-modules/search/store/module.js.map +1 -1
  79. package/js/x-modules/search-box/store/emitters.js +1 -0
  80. package/js/x-modules/search-box/store/emitters.js.map +1 -1
  81. package/js/x-modules/url/store/emitters.js +1 -0
  82. package/js/x-modules/url/store/emitters.js.map +1 -1
  83. package/package.json +2 -2
  84. package/report/x-components.api.json +701 -36
  85. package/report/x-components.api.md +50 -8
  86. package/types/store/index.d.ts +4 -1
  87. package/types/store/index.d.ts.map +1 -1
  88. package/types/x-installer/x-installer/types.d.ts +1 -1
  89. package/types/x-installer/x-installer/types.d.ts.map +1 -1
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.24](https://github.com/empathyco/x/compare/@empathyco/x-components@6.0.0-alpha.23...@empathyco/x-components@6.0.0-alpha.24) (2024-12-19)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * **types:** update installExtraPlugins to support Promise return type ([99d0620](https://github.com/empathyco/x/commit/99d0620d7017167441d63805d29446778432d60b))
12
+
13
+
14
+
15
+ ## [6.0.0-alpha.23](https://github.com/empathyco/x/compare/@empathyco/x-components@6.0.0-alpha.22...@empathyco/x-components@6.0.0-alpha.23) (2024-12-12)
16
+
17
+
18
+ ### Bug Fixes
19
+
20
+ * **components:** export missing store utils (#1677) ([a1f9cee](https://github.com/empathyco/x/commit/a1f9cee4b2006a71689fc2ce7f07f12816fbb574))
21
+
22
+
23
+
6
24
  ## [6.0.0-alpha.22](https://github.com/empathyco/x/compare/@empathyco/x-components@6.0.0-alpha.21...@empathyco/x-components@6.0.0-alpha.22) (2024-12-09)
7
25
 
8
26
 
package/core/index.js CHANGED
@@ -157,7 +157,10 @@ export { isSimpleSelector, registerStoreEmitters } from '../js/plugins/x-emitter
157
157
  export { XPlugin, xPlugin } from '../js/plugins/x-plugin.js';
158
158
  export { assertXPluginOptionsAreValid, getGetterPath } from '../js/plugins/x-plugin.utils.js';
159
159
  export { DirectionalFocusNavigationService } from '../js/services/directional-focus-navigation.service.js';
160
+ export { mergeConfig, setConfig } from '../js/store/utils/config-store.utils.js';
160
161
  export { createFetchAndSaveActions } from '../js/store/utils/fetch-and-save-action.utils.js';
162
+ export { cleanGettersProxyCache, getGettersProxy, getGettersProxyFromModule } from '../js/store/utils/getters-proxy.utils.js';
163
+ export { createRelatedTagsQueryGetter, setQuery } from '../js/store/utils/query.utils.js';
161
164
  export { setStatus } from '../js/store/utils/status-store.utils.js';
162
165
  export { createStoreEmitters } from '../js/store/utils/store-emitters.utils.js';
163
166
  export { RootXStoreModule } from '../js/store/x.module.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":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}