@empathyco/x-components 3.0.0-alpha.96 → 3.0.0-alpha.99

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 (63) hide show
  1. package/CHANGELOG.md +39 -0
  2. package/design-system/full-theme.css +1063 -1062
  3. package/docs/API-reference/api/x-components.internalsearchrequest.md +1 -1
  4. package/docs/API-reference/api/x-components.md +1 -1
  5. package/docs/API-reference/api/x-components.searchactions.md +1 -1
  6. package/docs/API-reference/api/x-components.searchactions.savesearchresponse.md +2 -2
  7. package/docs/API-reference/api/x-types.identifierresultsresponse.md +20 -0
  8. package/docs/API-reference/api/x-types.identifierresultsresponse.results.md +11 -0
  9. package/docs/API-reference/api/x-types.md +8 -0
  10. package/docs/API-reference/api/x-types.nextqueriesresponse.md +20 -0
  11. package/docs/API-reference/api/x-types.nextqueriesresponse.nextqueries.md +11 -0
  12. package/docs/API-reference/api/x-types.popularsearchesresponse.md +20 -0
  13. package/docs/API-reference/api/x-types.popularsearchesresponse.suggestions.md +11 -0
  14. package/docs/API-reference/api/x-types.querysuggestionsresponse.md +20 -0
  15. package/docs/API-reference/api/x-types.querysuggestionsresponse.suggestions.md +11 -0
  16. package/docs/API-reference/api/x-types.recommendationsresponse.md +20 -0
  17. package/docs/API-reference/api/x-types.recommendationsresponse.results.md +11 -0
  18. package/docs/API-reference/api/x-types.relatedtagsresponse.md +20 -0
  19. package/docs/API-reference/api/x-types.relatedtagsresponse.relatedtags.md +11 -0
  20. package/docs/API-reference/api/x-types.searchresponse.banners.md +11 -0
  21. package/docs/API-reference/api/x-types.searchresponse.facets.md +11 -0
  22. package/docs/API-reference/api/x-types.searchresponse.md +28 -0
  23. package/docs/API-reference/api/x-types.searchresponse.partialresults.md +11 -0
  24. package/docs/API-reference/api/x-types.searchresponse.promoteds.md +11 -0
  25. package/docs/API-reference/api/x-types.searchresponse.querytagging.md +11 -0
  26. package/docs/API-reference/api/x-types.searchresponse.redirections.md +11 -0
  27. package/docs/API-reference/api/x-types.searchresponse.results.md +11 -0
  28. package/docs/API-reference/api/x-types.searchresponse.spellcheck.md +11 -0
  29. package/docs/API-reference/api/x-types.searchresponse.totalresults.md +11 -0
  30. package/docs/API-reference/api/x-types.trackableshowresponse.md +20 -0
  31. package/docs/API-reference/api/x-types.trackableshowresponse.showtagging.md +11 -0
  32. package/docs/API-reference/components/facets/x-components.lists/filters-search.md +2 -1
  33. package/js/x-modules/facets/components/filters/editable-number-range-filter.vue.js +13 -3
  34. package/js/x-modules/facets/components/filters/editable-number-range-filter.vue.js.map +1 -1
  35. package/js/x-modules/facets/components/filters/editable-number-range-filter.vue_rollup-plugin-vue_script.vue.js.map +1 -1
  36. package/js/x-modules/facets/components/lists/filters-search.vue.js +7 -3
  37. package/js/x-modules/facets/components/lists/filters-search.vue.js.map +1 -1
  38. package/js/x-modules/facets/components/lists/filters-search.vue_rollup-plugin-vue_script.vue.js.map +1 -1
  39. package/js/x-modules/search/store/actions/fetch-and-save-search-response.action.js.map +1 -1
  40. package/js/x-modules/search/store/actions/save-search-response.action.js +1 -1
  41. package/js/x-modules/search/store/actions/save-search-response.action.js.map +1 -1
  42. package/js/x-modules/search-box/components/search-input.vue.js +3 -2
  43. package/js/x-modules/search-box/components/search-input.vue.js.map +1 -1
  44. package/js/x-modules/search-box/components/search-input.vue_rollup-plugin-vue_script.vue.js +2 -2
  45. package/js/x-modules/search-box/components/search-input.vue_rollup-plugin-vue_script.vue.js.map +1 -1
  46. package/js/x-modules/url/components/url-handler.vue.js.map +1 -1
  47. package/js/x-modules/url/components/url-handler.vue_rollup-plugin-vue_script.vue.js +6 -2
  48. package/js/x-modules/url/components/url-handler.vue_rollup-plugin-vue_script.vue.js.map +1 -1
  49. package/package.json +6 -6
  50. package/report/x-components.api.json +3 -3
  51. package/report/x-types.api.json +621 -15
  52. package/types/adapter/mocked-adapter.d.ts.map +1 -1
  53. package/types/x-modules/facets/components/filters/editable-number-range-filter.vue.d.ts.map +1 -1
  54. package/types/x-modules/facets/components/lists/filters-search.vue.d.ts.map +1 -1
  55. package/types/x-modules/search/store/actions/fetch-and-save-search-response.action.d.ts.map +1 -1
  56. package/types/x-modules/search/store/actions/save-search-response.action.d.ts +1 -1
  57. package/types/x-modules/search/store/types.d.ts +3 -4
  58. package/types/x-modules/search/store/types.d.ts.map +1 -1
  59. package/types/x-modules/search/types.d.ts +1 -1
  60. package/types/x-modules/search-box/components/search-input.vue.d.ts +2 -2
  61. package/types/x-modules/search-box/components/search-input.vue.d.ts.map +1 -1
  62. package/types/x-modules/url/components/url-handler.vue.d.ts +2 -2
  63. package/types/x-modules/url/components/url-handler.vue.d.ts.map +1 -1
package/CHANGELOG.md CHANGED
@@ -3,6 +3,45 @@
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.99](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.98...@empathyco/x-components@3.0.0-alpha.99) (2022-05-17)
7
+
8
+ ### Bug Fixes
9
+
10
+ - **url:** a `query` is required to store params in the `URL`
11
+ ([b105da3](https://github.com/empathyco/x/commit/b105da33b35aaa1e3796790d0ec88c74caf856e5)),
12
+ closes [EX-6134](https://searchbroker.atlassian.net/browse/EX-6134)
13
+
14
+ # Change Log
15
+
16
+ All notable changes to this project will be documented in this file. See
17
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
18
+
19
+ ## [3.0.0-alpha.98](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.97...@empathyco/x-components@3.0.0-alpha.98) (2022-05-13)
20
+
21
+ ### Features
22
+
23
+ - fix form label warnings
24
+ ([2437b09](https://github.com/empathyco/x/commit/2437b096ca1ddb9b97c3207e338b9fb587bc3ea7)),
25
+ closes [EX-6025](https://searchbroker.atlassian.net/browse/EX-6025)
26
+
27
+ # Change Log
28
+
29
+ All notable changes to this project will be documented in this file. See
30
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
31
+
32
+ ## [3.0.0-alpha.97](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.96...@empathyco/x-components@3.0.0-alpha.97) (2022-05-13)
33
+
34
+ ### Features
35
+
36
+ - move `response` types to `@empathyco/x-types`
37
+ ([77fb812](https://github.com/empathyco/x/commit/77fb812b77fe0c84462a4b5b2eb7f0439e2d8061)),
38
+ closes [EX-6092](https://searchbroker.atlassian.net/browse/EX-6092)
39
+
40
+ # Change Log
41
+
42
+ All notable changes to this project will be documented in this file. See
43
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
44
+
6
45
  ## [3.0.0-alpha.96](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.95...@empathyco/x-components@3.0.0-alpha.96) (2022-05-13)
7
46
 
8
47
  ### ⚠ BREAKING CHANGES