@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

There are too many changes on this page to be displayed.


The amount of changes on this page would crash your brower.

You can still verify the content by downloading the package file manually.