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

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 (86) hide show
  1. package/CHANGELOG.md +9 -0
  2. package/core/index.js +3 -0
  3. package/core/index.js.map +1 -1
  4. package/design-system/deprecated-full-theme.css +2872 -2872
  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.md +8 -0
  19. package/docs/API-reference/api/x-components.mergeconfig.md +27 -0
  20. package/docs/API-reference/api/x-components.nextqueriesmutations.md +1 -1
  21. package/docs/API-reference/api/x-components.nextqueriesstate.md +1 -1
  22. package/docs/API-reference/api/x-components.popularsearchesmutations.md +1 -1
  23. package/docs/API-reference/api/x-components.queriespreviewmutations.md +1 -1
  24. package/docs/API-reference/api/x-components.querymutations.md +20 -0
  25. package/docs/API-reference/api/x-components.querymutations.setquery.md +24 -0
  26. package/docs/API-reference/api/x-components.querystate.md +20 -0
  27. package/docs/API-reference/api/x-components.querystate.query.md +13 -0
  28. package/docs/API-reference/api/x-components.querysuggestionsmutations.md +1 -1
  29. package/docs/API-reference/api/x-components.querysuggestionsstate.md +1 -1
  30. package/docs/API-reference/api/x-components.recommendationsmutations.md +1 -1
  31. package/docs/API-reference/api/x-components.relatedpromptsmutations.md +1 -1
  32. package/docs/API-reference/api/x-components.relatedpromptsstate.md +1 -1
  33. package/docs/API-reference/api/x-components.relatedtagsmutations.md +1 -1
  34. package/docs/API-reference/api/x-components.relatedtagsstate.md +1 -1
  35. package/docs/API-reference/api/x-components.searchboxmutations.md +1 -1
  36. package/docs/API-reference/api/x-components.searchboxstate.md +1 -1
  37. package/docs/API-reference/api/x-components.searchmutations.md +1 -1
  38. package/docs/API-reference/api/x-components.searchstate.md +1 -1
  39. package/docs/API-reference/api/x-components.semanticqueriesmutations.md +1 -1
  40. package/docs/API-reference/api/x-components.semanticqueriesstate.md +1 -1
  41. package/docs/API-reference/api/x-components.setconfig.md +27 -0
  42. package/docs/API-reference/api/x-components.setquery.md +25 -0
  43. package/docs/API-reference/api/x-components.taggingmutations.md +1 -1
  44. package/docs/API-reference/api/x-components.urlmutations.md +1 -1
  45. package/docs/API-reference/api/x-components.urlstate.md +1 -1
  46. package/js/index.js +3 -0
  47. package/js/index.js.map +1 -1
  48. package/js/x-modules/device/store/emitters.js +1 -0
  49. package/js/x-modules/device/store/emitters.js.map +1 -1
  50. package/js/x-modules/empathize/store/emitters.js +1 -0
  51. package/js/x-modules/empathize/store/emitters.js.map +1 -1
  52. package/js/x-modules/experience-controls/store/emitters.js +1 -0
  53. package/js/x-modules/experience-controls/store/emitters.js.map +1 -1
  54. package/js/x-modules/extra-params/store/emitters.js +1 -0
  55. package/js/x-modules/extra-params/store/emitters.js.map +1 -1
  56. package/js/x-modules/history-queries/store/emitters.js +1 -0
  57. package/js/x-modules/history-queries/store/emitters.js.map +1 -1
  58. package/js/x-modules/identifier-results/store/emitters.js +1 -0
  59. package/js/x-modules/identifier-results/store/emitters.js.map +1 -1
  60. package/js/x-modules/next-queries/store/emitters.js +1 -0
  61. package/js/x-modules/next-queries/store/emitters.js.map +1 -1
  62. package/js/x-modules/queries-preview/store/emitters.js +1 -0
  63. package/js/x-modules/queries-preview/store/emitters.js.map +1 -1
  64. package/js/x-modules/query-suggestions/store/emitters.js +1 -0
  65. package/js/x-modules/query-suggestions/store/emitters.js.map +1 -1
  66. package/js/x-modules/recommendations/store/emitters.js +1 -0
  67. package/js/x-modules/recommendations/store/emitters.js.map +1 -1
  68. package/js/x-modules/related-prompts/store/emitters.js +1 -0
  69. package/js/x-modules/related-prompts/store/emitters.js.map +1 -1
  70. package/js/x-modules/related-tags/store/emitters.js +1 -0
  71. package/js/x-modules/related-tags/store/emitters.js.map +1 -1
  72. package/js/x-modules/scroll/store/emitters.js +1 -0
  73. package/js/x-modules/scroll/store/emitters.js.map +1 -1
  74. package/js/x-modules/search/store/emitters.js +1 -0
  75. package/js/x-modules/search/store/emitters.js.map +1 -1
  76. package/js/x-modules/search/store/module.js +2 -1
  77. package/js/x-modules/search/store/module.js.map +1 -1
  78. package/js/x-modules/search-box/store/emitters.js +1 -0
  79. package/js/x-modules/search-box/store/emitters.js.map +1 -1
  80. package/js/x-modules/url/store/emitters.js +1 -0
  81. package/js/x-modules/url/store/emitters.js.map +1 -1
  82. package/package.json +2 -2
  83. package/report/x-components.api.json +690 -34
  84. package/report/x-components.api.md +49 -7
  85. package/types/store/index.d.ts +4 -1
  86. package/types/store/index.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.