@empathyco/x-components 3.0.0-alpha.197 → 3.0.0-alpha.199

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 (28) hide show
  1. package/CHANGELOG.md +25 -0
  2. package/design-system/default-theme.css +1208 -1208
  3. package/design-system/full-theme.css +33 -33
  4. package/docs/build-search-ui/README.md +1 -1
  5. package/docs/build-search-ui/web-archetype-development-guide.md +0 -2
  6. package/docs/build-search-ui/web-archetype-integration-guide.md +7 -9
  7. package/docs/build-search-ui/web-how-to-use-x-components-guide.md +0 -2
  8. package/docs/build-search-ui/web-x-architecture.md +1 -3
  9. package/docs/build-search-ui/web-x-components-development-guide.md +0 -2
  10. package/docs/experience-search-and-discovery/README.md +2 -4
  11. package/docs/experience-search-and-discovery/empathize.md +12 -7
  12. package/docs/experience-search-and-discovery/facets-and-filters.md +4 -4
  13. package/docs/experience-search-and-discovery/history-queries.md +1 -3
  14. package/docs/experience-search-and-discovery/id-results.md +3 -2
  15. package/docs/experience-search-and-discovery/my-history.md +1 -1
  16. package/docs/experience-search-and-discovery/next-queries.md +4 -3
  17. package/docs/experience-search-and-discovery/popular-searches.md +7 -3
  18. package/docs/experience-search-and-discovery/product-results-ui.md +3 -3
  19. package/docs/experience-search-and-discovery/query-suggestions.md +4 -3
  20. package/docs/experience-search-and-discovery/recommendations.md +8 -3
  21. package/docs/experience-search-and-discovery/related-tags.md +5 -4
  22. package/docs/experience-search-and-discovery/search-box.md +6 -3
  23. package/docs/experience-search-and-discovery/serp-ui.md +5 -3
  24. package/docs/experience-search-and-discovery/web-local-storage.md +1 -2
  25. package/js/x-modules/related-tags/components/related-tags.vue.js +2 -2
  26. package/js/x-modules/related-tags/components/related-tags.vue.js.map +1 -1
  27. package/js/x-modules/related-tags/components/related-tags.vue_rollup-plugin-vue_styles.0.vue.js +1 -1
  28. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -3,6 +3,31 @@
3
3
  All notable changes to this project will be documented in this file. See
4
4
  [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ ## [3.0.0-alpha.199](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.198...@empathyco/x-components@3.0.0-alpha.199) (2022-10-20)
7
+
8
+ ### Documentation
9
+
10
+ - **functional:** titles refactor and change image source (#790)
11
+ ([cc177a5](https://github.com/empathyco/x/commit/cc177a5bad6fab363d40140e699e11e0ec6bc53c))
12
+
13
+ # Change Log
14
+
15
+ All notable changes to this project will be documented in this file. See
16
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
17
+
18
+ ## [3.0.0-alpha.198](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.197...@empathyco/x-components@3.0.0-alpha.198) (2022-10-20)
19
+
20
+ ### Bug Fixes
21
+
22
+ - **related-tags:** use `query` instead of `tag` as `key` to ensure unique values (#792)
23
+ ([53e86bd](https://github.com/empathyco/x/commit/53e86bd43137a9e4cd389f58e0efce8bcf63632c)),
24
+ closes [EX-7236](https://searchbroker.atlassian.net/browse/EX-7236)
25
+
26
+ # Change Log
27
+
28
+ All notable changes to this project will be documented in this file. See
29
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
30
+
6
31
  ## [3.0.0-alpha.197](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.196...@empathyco/x-components@3.0.0-alpha.197) (2022-10-19)
7
32
 
8
33
  **Note:** Version bump only for package @empathyco/x-components