@empathyco/x-components 6.0.0-alpha.30 → 6.0.0-alpha.32

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 (53) hide show
  1. package/CHANGELOG.md +17 -0
  2. package/design-system/deprecated-full-theme.css +939 -939
  3. package/js/x-modules/related-prompts/wiring.js +4 -3
  4. package/js/x-modules/related-prompts/wiring.js.map +1 -1
  5. package/package.json +2 -2
  6. package/report/x-components.api.md +2 -1
  7. package/types/x-modules/related-prompts/wiring.d.ts +2 -1
  8. package/types/x-modules/related-prompts/wiring.d.ts.map +1 -1
  9. package/docs/assets/features/overview-my-history.svg +0 -279
  10. package/docs/assets/features/overview-product-results-card.svg +0 -128
  11. package/docs/assets/interface/build-search-ui.svg +0 -167
  12. package/docs/assets/interface/experience-search-intro.svg +0 -1
  13. package/docs/assets/interface/integration-guide.svg +0 -1
  14. package/docs/assets/interface/integration-video.png +0 -0
  15. package/docs/assets/interface/x-architecture.svg +0 -1
  16. package/docs/assets/interface/x-empathize.gif +0 -0
  17. package/docs/assets/interface/x-facets.gif +0 -0
  18. package/docs/assets/interface/x-facets.svg +0 -189
  19. package/docs/assets/interface/x-history-queries.gif +0 -0
  20. package/docs/assets/interface/x-id-results.gif +0 -0
  21. package/docs/assets/interface/x-next-queries.gif +0 -0
  22. package/docs/assets/interface/x-popular-searches.gif +0 -0
  23. package/docs/assets/interface/x-query-suggestions.gif +0 -0
  24. package/docs/assets/interface/x-recommendations.gif +0 -0
  25. package/docs/assets/interface/x-recommendations.svg +0 -472
  26. package/docs/assets/interface/x-related-tags.gif +0 -0
  27. package/docs/assets/interface/x-results-layout.svg +0 -259
  28. package/docs/assets/interface/x-search-box-elements.svg +0 -1
  29. package/docs/assets/interface/x-search-box.svg +0 -60
  30. package/docs/build-search-ui/README.md +0 -127
  31. package/docs/build-search-ui/sidebar.js +0 -7
  32. package/docs/build-search-ui/web-archetype-development-guide.md +0 -186
  33. package/docs/build-search-ui/web-archetype-integration-guide.md +0 -458
  34. package/docs/build-search-ui/web-how-to-use-x-components-guide.md +0 -200
  35. package/docs/build-search-ui/web-x-architecture.md +0 -83
  36. package/docs/build-search-ui/web-x-components-development-guide.md +0 -157
  37. package/docs/experience-search-and-discovery/README.md +0 -132
  38. package/docs/experience-search-and-discovery/empathize.md +0 -119
  39. package/docs/experience-search-and-discovery/facets-and-filters.md +0 -154
  40. package/docs/experience-search-and-discovery/history-queries.md +0 -70
  41. package/docs/experience-search-and-discovery/id-results.md +0 -49
  42. package/docs/experience-search-and-discovery/my-history.md +0 -60
  43. package/docs/experience-search-and-discovery/next-queries.md +0 -72
  44. package/docs/experience-search-and-discovery/popular-searches.md +0 -50
  45. package/docs/experience-search-and-discovery/product-results-ui.md +0 -82
  46. package/docs/experience-search-and-discovery/query-suggestions.md +0 -48
  47. package/docs/experience-search-and-discovery/recommendations.md +0 -134
  48. package/docs/experience-search-and-discovery/related-tags.md +0 -66
  49. package/docs/experience-search-and-discovery/search-box.md +0 -99
  50. package/docs/experience-search-and-discovery/serp-ui.md +0 -125
  51. package/docs/experience-search-and-discovery/sidebar.js +0 -17
  52. package/docs/experience-search-and-discovery/web-local-storage.md +0 -30
  53. package/docs/input-status-machine-state.png +0 -0
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.32](https://github.com/empathyco/x/compare/@empathyco/x-components@6.0.0-alpha.31...@empathyco/x-components@6.0.0-alpha.32) (2025-01-16)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * send related-prompts request when a query preview is accepted (#1692) ([ba336b3](https://github.com/empathyco/x/commit/ba336b37574d541b0f220e916ece77a07b6f05fc))
12
+
13
+
14
+
15
+ ## [6.0.0-alpha.31](https://github.com/empathyco/x/compare/@empathyco/x-components@6.0.0-alpha.30...@empathyco/x-components@6.0.0-alpha.31) (2025-01-15)
16
+
17
+ **Note:** Version bump only for package @empathyco/x-components
18
+
19
+
20
+
21
+
22
+
6
23
  ## [6.0.0-alpha.30](https://github.com/empathyco/x/compare/@empathyco/x-components@6.0.0-alpha.29...@empathyco/x-components@6.0.0-alpha.30) (2025-01-15)
7
24
 
8
25