@empathyco/x-components 3.0.0-alpha.28 → 3.0.0-alpha.281

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 (4410) hide show
  1. package/CHANGELOG.md +3173 -5
  2. package/README.md +27 -8
  3. package/core/index.d.ts +0 -1
  4. package/core/index.js +78 -51
  5. package/core/index.js.map +1 -1
  6. package/design-system/.-mixins.css +0 -1
  7. package/design-system/badge-default.css +13 -7
  8. package/design-system/base.css +18 -28
  9. package/design-system/default-theme.css +1227 -1150
  10. package/design-system/deprecated-full-theme.css +869 -0
  11. package/design-system/dropdown-card.css +4 -2
  12. package/design-system/dropdown-default.css +162 -125
  13. package/design-system/dropdown-l.css +4 -2
  14. package/design-system/dropdown-line.css +4 -2
  15. package/design-system/dropdown-m.css +4 -2
  16. package/design-system/dropdown-pill.css +4 -2
  17. package/design-system/dropdown-s.css +4 -2
  18. package/design-system/dropdown-xl.css +4 -2
  19. package/design-system/facet-card.css +4 -2
  20. package/design-system/facet-default.css +80 -55
  21. package/design-system/facet-line.css +4 -2
  22. package/design-system/facet-outlined.css +4 -2
  23. package/design-system/filter-default.css +54 -30
  24. package/design-system/filter-hierarchical.css +25 -17
  25. package/design-system/filter-justified.css +2 -1
  26. package/design-system/full-theme.css +4550 -4008
  27. package/design-system/grid-default.css +15 -4
  28. package/design-system/icon-default.css +8 -2
  29. package/design-system/icon-l.css +4 -2
  30. package/design-system/icon-m.css +4 -2
  31. package/design-system/icon-s.css +4 -2
  32. package/design-system/icon-xl.css +4 -2
  33. package/design-system/input-card.css +4 -2
  34. package/design-system/input-default.css +56 -22
  35. package/design-system/input-group-card.css +14 -10
  36. package/design-system/input-group-default.css +116 -71
  37. package/design-system/input-group-line.css +34 -22
  38. package/design-system/input-group-pill.css +4 -2
  39. package/design-system/input-line.css +4 -2
  40. package/design-system/input-pill.css +4 -2
  41. package/design-system/list-default.css +88 -70
  42. package/design-system/list-gap.css +483 -223
  43. package/design-system/list-padding.css +272 -193
  44. package/design-system/message-default.css +31 -17
  45. package/design-system/option-list-bottom.css +93 -23
  46. package/design-system/option-list-default.css +124 -74
  47. package/design-system/picture-card.css +4 -2
  48. package/design-system/picture-colored.css +13 -8
  49. package/design-system/picture-cover.css +7 -4
  50. package/design-system/picture-default.css +31 -22
  51. package/design-system/picture-fixed-ratio.css +5 -22
  52. package/design-system/picture-zoom.css +11 -0
  53. package/design-system/progress-bar-progress-bar.css +10 -8
  54. package/design-system/result-card.css +4 -2
  55. package/design-system/result-default.css +42 -33
  56. package/design-system/row-default.css +97 -62
  57. package/design-system/row-gap.css +87 -6
  58. package/design-system/row-padding.css +12 -6
  59. package/design-system/scroll-default.css +27 -19
  60. package/design-system/sliding-panel-default.css +49 -37
  61. package/design-system/sliding-panel-default.token.css +2 -3
  62. package/design-system/tag-card.css +4 -2
  63. package/design-system/tag-default.css +148 -40
  64. package/design-system/tag-ghost.css +14 -2
  65. package/design-system/tag-pill.css +4 -2
  66. package/design-system/utilities-background-color.css +30 -7
  67. package/design-system/utilities-border-color.css +30 -7
  68. package/design-system/utilities-border-radius.css +1004 -1025
  69. package/design-system/utilities-border-width.css +265 -264
  70. package/design-system/utilities-box-shadow.css +87 -22
  71. package/design-system/utilities-dev-mode.css +2 -1
  72. package/design-system/utilities-fill-color.css +43 -0
  73. package/design-system/utilities-flex.css +43 -0
  74. package/design-system/utilities-line-clamp.css +34 -0
  75. package/design-system/utilities-margin.css +308 -331
  76. package/design-system/utilities-padding.css +294 -317
  77. package/design-system/utilities-position.css +19 -0
  78. package/device/index.js +3 -3
  79. package/docs/API-reference/api/index.md +1 -1
  80. package/docs/API-reference/api/x-adapter-platform.bannerschema.md +11 -0
  81. package/docs/API-reference/api/x-adapter-platform.extracturlparameters.md +29 -0
  82. package/docs/API-reference/api/x-adapter-platform.facetconfig.md +21 -0
  83. package/docs/API-reference/api/x-adapter-platform.facetconfig.modelname.md +11 -0
  84. package/docs/API-reference/api/x-adapter-platform.facetconfig.schema.md +11 -0
  85. package/docs/API-reference/api/x-adapter-platform.facetschema.md +11 -0
  86. package/docs/API-reference/api/x-adapter-platform.getfacetconfig.md +26 -0
  87. package/docs/API-reference/api/x-adapter-platform.gettagginginfofromurl.md +26 -0
  88. package/docs/API-reference/api/x-adapter-platform.hierarchicalfilterschema.md +11 -0
  89. package/docs/API-reference/api/x-adapter-platform.identifierresultsendpointadapter.md +11 -0
  90. package/docs/API-reference/api/x-adapter-platform.identifierresultsrequestmapper.md +11 -0
  91. package/docs/API-reference/api/x-adapter-platform.identifierresultsrequestschema.md +11 -0
  92. package/docs/API-reference/api/x-adapter-platform.identifierresultsresponsemapper.md +11 -0
  93. package/docs/API-reference/api/x-adapter-platform.identifierresultsresponseschema.md +11 -0
  94. package/docs/API-reference/api/x-adapter-platform.md +108 -0
  95. package/docs/API-reference/api/x-adapter-platform.nextqueriesendpointadapter.md +13 -0
  96. package/docs/API-reference/api/x-adapter-platform.nextqueriesrequestmapper.md +11 -0
  97. package/docs/API-reference/api/x-adapter-platform.nextqueriesrequestschema.md +11 -0
  98. package/docs/API-reference/api/x-adapter-platform.nextqueriesresponsemapper.md +11 -0
  99. package/docs/API-reference/api/x-adapter-platform.nextqueriesresponseschema.md +11 -0
  100. package/docs/API-reference/api/x-adapter-platform.nextqueryschema.md +11 -0
  101. package/docs/API-reference/api/x-adapter-platform.numberfilterschema.md +11 -0
  102. package/docs/API-reference/api/x-adapter-platform.partialresultsschema.md +11 -0
  103. package/docs/API-reference/api/x-adapter-platform.platformadapter.identifierresults.md +11 -0
  104. package/docs/API-reference/api/x-adapter-platform.platformadapter.md +11 -0
  105. package/docs/API-reference/api/x-adapter-platform.platformadapter.nextqueries.md +11 -0
  106. package/docs/API-reference/api/x-adapter-platform.platformadapter.popularsearches.md +11 -0
  107. package/docs/API-reference/api/x-adapter-platform.platformadapter.querysuggestions.md +11 -0
  108. package/docs/API-reference/api/x-adapter-platform.platformadapter.recommendations.md +11 -0
  109. package/docs/API-reference/api/x-adapter-platform.platformadapter.relatedtags.md +11 -0
  110. package/docs/API-reference/api/x-adapter-platform.platformadapter.search.md +11 -0
  111. package/docs/API-reference/api/x-adapter-platform.platformadapter.tagging.md +11 -0
  112. package/docs/API-reference/api/x-adapter-platform.platformbanner.id.md +11 -0
  113. package/docs/API-reference/api/x-adapter-platform.platformbanner.image_url.md +11 -0
  114. package/docs/API-reference/api/x-adapter-platform.platformbanner.md +25 -0
  115. package/docs/API-reference/api/x-adapter-platform.platformbanner.position.md +11 -0
  116. package/docs/API-reference/api/x-adapter-platform.platformbanner.tagging.md +14 -0
  117. package/docs/API-reference/api/x-adapter-platform.platformbanner.title.md +11 -0
  118. package/docs/API-reference/api/x-adapter-platform.platformbanner.url.md +11 -0
  119. package/docs/API-reference/api/x-adapter-platform.platformfacet.facet.md +11 -0
  120. package/docs/API-reference/api/x-adapter-platform.platformfacet.md +22 -0
  121. package/docs/API-reference/api/x-adapter-platform.platformfacet.type.md +11 -0
  122. package/docs/API-reference/api/x-adapter-platform.platformfacet.values.md +11 -0
  123. package/docs/API-reference/api/x-adapter-platform.platformfacettype.md +13 -0
  124. package/docs/API-reference/api/x-adapter-platform.platformfilter.count.md +11 -0
  125. package/docs/API-reference/api/x-adapter-platform.platformfilter.filter.md +11 -0
  126. package/docs/API-reference/api/x-adapter-platform.platformfilter.id.md +11 -0
  127. package/docs/API-reference/api/x-adapter-platform.platformfilter.md +23 -0
  128. package/docs/API-reference/api/x-adapter-platform.platformfilter.value.md +11 -0
  129. package/docs/API-reference/api/x-adapter-platform.platformhierarchicalfilter.children.md +11 -0
  130. package/docs/API-reference/api/x-adapter-platform.platformhierarchicalfilter.md +21 -0
  131. package/docs/API-reference/api/x-adapter-platform.platformidentifierresultsrequest.md +15 -0
  132. package/docs/API-reference/api/x-adapter-platform.platformidentifierresultsresponse.catalog.md +16 -0
  133. package/docs/API-reference/api/x-adapter-platform.platformidentifierresultsresponse.md +20 -0
  134. package/docs/API-reference/api/x-adapter-platform.platformnextqueriesrequest.md +15 -0
  135. package/docs/API-reference/api/x-adapter-platform.platformnextqueriesresponse.data.md +13 -0
  136. package/docs/API-reference/api/x-adapter-platform.platformnextqueriesresponse.md +20 -0
  137. package/docs/API-reference/api/x-adapter-platform.platformnextquery.md +22 -0
  138. package/docs/API-reference/api/x-adapter-platform.platformnextquery.position.md +11 -0
  139. package/docs/API-reference/api/x-adapter-platform.platformnextquery.query.md +11 -0
  140. package/docs/API-reference/api/x-adapter-platform.platformnextquery.source.md +11 -0
  141. package/docs/API-reference/api/x-adapter-platform.platformpartialresult.content.md +11 -0
  142. package/docs/API-reference/api/x-adapter-platform.platformpartialresult.md +20 -0
  143. package/docs/API-reference/api/x-adapter-platform.platformpartialresult.numfound.md +11 -0
  144. package/docs/API-reference/api/x-adapter-platform.platformpartialresult.term.md +11 -0
  145. package/docs/API-reference/api/x-adapter-platform.platformpopularsearchesrequest.md +15 -0
  146. package/docs/API-reference/api/x-adapter-platform.platformpopularsearchesresponse.md +20 -0
  147. package/docs/API-reference/api/x-adapter-platform.platformpopularsearchesresponse.toptrends.md +13 -0
  148. package/docs/API-reference/api/x-adapter-platform.platformpromoted.id.md +11 -0
  149. package/docs/API-reference/api/x-adapter-platform.platformpromoted.image_url.md +11 -0
  150. package/docs/API-reference/api/x-adapter-platform.platformpromoted.md +25 -0
  151. package/docs/API-reference/api/x-adapter-platform.platformpromoted.position.md +11 -0
  152. package/docs/API-reference/api/x-adapter-platform.platformpromoted.tagging.md +13 -0
  153. package/docs/API-reference/api/x-adapter-platform.platformpromoted.title.md +11 -0
  154. package/docs/API-reference/api/x-adapter-platform.platformpromoted.url.md +11 -0
  155. package/docs/API-reference/api/x-adapter-platform.platformquerysuggestionsrequest.md +15 -0
  156. package/docs/API-reference/api/x-adapter-platform.platformquerysuggestionsresponse.md +20 -0
  157. package/docs/API-reference/api/x-adapter-platform.platformquerysuggestionsresponse.toptrends.md +13 -0
  158. package/docs/API-reference/api/x-adapter-platform.platformrecommendationsrequest.md +15 -0
  159. package/docs/API-reference/api/x-adapter-platform.platformrecommendationsresponse.md +20 -0
  160. package/docs/API-reference/api/x-adapter-platform.platformrecommendationsresponse.topclicked.md +14 -0
  161. package/docs/API-reference/api/x-adapter-platform.platformredirection.id.md +11 -0
  162. package/docs/API-reference/api/x-adapter-platform.platformredirection.md +22 -0
  163. package/docs/API-reference/api/x-adapter-platform.platformredirection.tagging.md +13 -0
  164. package/docs/API-reference/api/x-adapter-platform.platformredirection.url.md +11 -0
  165. package/docs/API-reference/api/x-adapter-platform.platformrelatedtag.md +23 -0
  166. package/docs/API-reference/api/x-adapter-platform.platformrelatedtag.position.md +11 -0
  167. package/docs/API-reference/api/x-adapter-platform.platformrelatedtag.query.md +11 -0
  168. package/docs/API-reference/api/x-adapter-platform.platformrelatedtag.source.md +11 -0
  169. package/docs/API-reference/api/x-adapter-platform.platformrelatedtag.tag.md +11 -0
  170. package/docs/API-reference/api/x-adapter-platform.platformrelatedtagsrequest.md +15 -0
  171. package/docs/API-reference/api/x-adapter-platform.platformrelatedtagsresponse.data.md +13 -0
  172. package/docs/API-reference/api/x-adapter-platform.platformrelatedtagsresponse.md +21 -0
  173. package/docs/API-reference/api/x-adapter-platform.platformrelatedtagsresponse.status.md +11 -0
  174. package/docs/API-reference/api/x-adapter-platform.platformresult.id.md +11 -0
  175. package/docs/API-reference/api/x-adapter-platform.platformresult.image.md +11 -0
  176. package/docs/API-reference/api/x-adapter-platform.platformresult.md +25 -0
  177. package/docs/API-reference/api/x-adapter-platform.platformresult.name.md +11 -0
  178. package/docs/API-reference/api/x-adapter-platform.platformresult.price.md +11 -0
  179. package/docs/API-reference/api/x-adapter-platform.platformresult.tagging.md +11 -0
  180. package/docs/API-reference/api/x-adapter-platform.platformresult.url.md +11 -0
  181. package/docs/API-reference/api/x-adapter-platform.platformsearchrequest.md +15 -0
  182. package/docs/API-reference/api/x-adapter-platform.platformsearchresponse.banner.md +13 -0
  183. package/docs/API-reference/api/x-adapter-platform.platformsearchresponse.catalog.md +20 -0
  184. package/docs/API-reference/api/x-adapter-platform.platformsearchresponse.direct.md +13 -0
  185. package/docs/API-reference/api/x-adapter-platform.platformsearchresponse.md +23 -0
  186. package/docs/API-reference/api/x-adapter-platform.platformsearchresponse.promoted.md +13 -0
  187. package/docs/API-reference/api/x-adapter-platform.platformsuggestion.md +20 -0
  188. package/docs/API-reference/api/x-adapter-platform.platformsuggestion.title_raw.md +11 -0
  189. package/docs/API-reference/api/x-adapter-platform.platformtagging.add2cart.md +11 -0
  190. package/docs/API-reference/api/x-adapter-platform.platformtagging.checkout.md +11 -0
  191. package/docs/API-reference/api/x-adapter-platform.platformtagging.click.md +11 -0
  192. package/docs/API-reference/api/x-adapter-platform.platformtagging.md +22 -0
  193. package/docs/API-reference/api/x-adapter-platform.popularsearchesendpointadapter.md +11 -0
  194. package/docs/API-reference/api/x-adapter-platform.popularsearchesrequestmapper.md +11 -0
  195. package/docs/API-reference/api/x-adapter-platform.popularsearchesrequestschema.md +11 -0
  196. package/docs/API-reference/api/x-adapter-platform.popularsearchesresponsemapper.md +11 -0
  197. package/docs/API-reference/api/x-adapter-platform.popularsearchesresponseschema.md +11 -0
  198. package/docs/API-reference/api/x-adapter-platform.promotedschema.md +11 -0
  199. package/docs/API-reference/api/x-adapter-platform.querysuggestionsendpointadapter.md +11 -0
  200. package/docs/API-reference/api/x-adapter-platform.querysuggestionsrequestmapper.md +11 -0
  201. package/docs/API-reference/api/x-adapter-platform.querysuggestionsrequestschema.md +11 -0
  202. package/docs/API-reference/api/x-adapter-platform.querysuggestionsresponsemapper.md +11 -0
  203. package/docs/API-reference/api/x-adapter-platform.querysuggestionsresponseschema.md +11 -0
  204. package/docs/API-reference/api/x-adapter-platform.recommendationsendpointadapter.md +11 -0
  205. package/docs/API-reference/api/x-adapter-platform.recommendationsrequestmapper.md +11 -0
  206. package/docs/API-reference/api/x-adapter-platform.recommendationsrequestschema.md +11 -0
  207. package/docs/API-reference/api/x-adapter-platform.recommendationsresponsemapper.md +11 -0
  208. package/docs/API-reference/api/x-adapter-platform.recommendationsresponseschema.md +11 -0
  209. package/docs/API-reference/api/x-adapter-platform.redirectionschema.md +11 -0
  210. package/docs/API-reference/api/x-adapter-platform.relatedtagschema.md +11 -0
  211. package/docs/API-reference/api/x-adapter-platform.relatedtagsendpointadapter.md +13 -0
  212. package/docs/API-reference/api/x-adapter-platform.relatedtagsrequestmapper.md +11 -0
  213. package/docs/API-reference/api/x-adapter-platform.relatedtagsrequestschema.md +11 -0
  214. package/docs/API-reference/api/x-adapter-platform.relatedtagsresponsemapper.md +11 -0
  215. package/docs/API-reference/api/x-adapter-platform.relatedtagsresponseschema.md +11 -0
  216. package/docs/API-reference/api/x-adapter-platform.resultschema.md +11 -0
  217. package/docs/API-reference/api/x-adapter-platform.searchendpointadapter.md +11 -0
  218. package/docs/API-reference/api/x-adapter-platform.searchrequestmapper.md +11 -0
  219. package/docs/API-reference/api/x-adapter-platform.searchrequestschema.md +11 -0
  220. package/docs/API-reference/api/x-adapter-platform.searchresponsemapper.md +11 -0
  221. package/docs/API-reference/api/x-adapter-platform.searchresponseschema.md +11 -0
  222. package/docs/API-reference/api/x-adapter-platform.simplefilterschema.md +11 -0
  223. package/docs/API-reference/api/x-adapter-platform.suggestionschema.md +11 -0
  224. package/docs/API-reference/api/x-adapter-platform.taggingendpointadapter.md +11 -0
  225. package/docs/API-reference/api/x-adapter-platform.taggingrequestmapper.md +11 -0
  226. package/docs/API-reference/api/x-components.actionstree.md +1 -1
  227. package/docs/API-reference/api/x-components.allfilter.md +1 -1
  228. package/docs/API-reference/api/x-components.animateclippath.md +13 -0
  229. package/docs/API-reference/api/x-components.animatescale.md +13 -0
  230. package/docs/API-reference/api/x-components.animatetranslate.md +13 -0
  231. package/docs/API-reference/api/x-components.anyactionstree.md +1 -1
  232. package/docs/API-reference/api/x-components.anygetterstree.md +1 -1
  233. package/docs/API-reference/api/x-components.anymutationstree.md +1 -1
  234. package/docs/API-reference/api/x-components.arraytoobject_1.md +2 -2
  235. package/docs/API-reference/api/x-components.arrowdownicon.md +11 -0
  236. package/docs/API-reference/api/x-components.arrowlefticon.md +11 -0
  237. package/docs/API-reference/api/x-components.arrowrighticon.md +11 -0
  238. package/docs/API-reference/api/x-components.arrowupicon.md +11 -0
  239. package/docs/API-reference/api/x-components.bannerslist.md +1 -1
  240. package/docs/API-reference/api/x-components.baseaddtocart.md +2 -2
  241. package/docs/API-reference/api/x-components.basecolumnpickerlist.md +2 -0
  242. package/docs/API-reference/api/x-components.basecurrency.md +2 -2
  243. package/docs/API-reference/api/x-components.basedropdown._refs.md +1 -0
  244. package/docs/API-reference/api/x-components.basedropdown.arialabel.md +13 -0
  245. package/docs/API-reference/api/x-components.basedropdown.listid.md +11 -0
  246. package/docs/API-reference/api/x-components.basedropdown.md +4 -2
  247. package/docs/API-reference/api/x-components.baseeventbutton.md +2 -2
  248. package/docs/API-reference/api/x-components.baseeventsmodal.md +3 -3
  249. package/docs/API-reference/api/x-components.baseeventsmodalclose.md +2 -2
  250. package/docs/API-reference/api/x-components.baseeventsmodalopen.md +2 -2
  251. package/docs/API-reference/api/x-components.basegrid.md +4 -4
  252. package/docs/API-reference/api/x-components.baseheadertogglepanel.md +2 -2
  253. package/docs/API-reference/api/x-components.baseidmodal.md +3 -3
  254. package/docs/API-reference/api/x-components.baseidmodalclose.emitclosemodalevent.md +24 -0
  255. package/docs/API-reference/api/x-components.baseidmodalclose.md +8 -3
  256. package/docs/API-reference/api/x-components.baseidmodalclose.modalid.md +2 -0
  257. package/docs/API-reference/api/x-components.baseidmodalopen.emitopenmodalevent.md +24 -0
  258. package/docs/API-reference/api/x-components.baseidmodalopen.md +8 -3
  259. package/docs/API-reference/api/x-components.baseidmodalopen.modalid.md +2 -0
  260. package/docs/API-reference/api/x-components.baseidtogglepanel.md +3 -4
  261. package/docs/API-reference/api/x-components.baseidtogglepanelbutton.md +2 -2
  262. package/docs/API-reference/api/x-components.basekeyboardnavigation.md +5 -5
  263. package/docs/API-reference/api/x-components.basemodal._refs.md +1 -0
  264. package/docs/API-reference/api/x-components.basemodal.animation.md +1 -1
  265. package/docs/API-reference/api/x-components.basemodal.focusonopen.md +13 -0
  266. package/docs/API-reference/api/x-components.basemodal.iswaitingforleave.md +13 -0
  267. package/docs/API-reference/api/x-components.basemodal.md +10 -6
  268. package/docs/API-reference/api/x-components.basemodal.overlayanimation.md +13 -0
  269. package/docs/API-reference/api/x-components.basemodal.referenceelement.md +13 -0
  270. package/docs/API-reference/api/x-components.basemodal.referenceselector.md +13 -0
  271. package/docs/API-reference/api/x-components.basepricefilterlabel.md +1 -1
  272. package/docs/API-reference/api/x-components.baserating.md +2 -2
  273. package/docs/API-reference/api/x-components.baseratingfilterlabel.md +1 -1
  274. package/docs/API-reference/api/x-components.baseresultcurrentprice.md +2 -2
  275. package/docs/API-reference/api/x-components.baseresultimage.hoveranimation.md +13 -0
  276. package/docs/API-reference/api/x-components.baseresultimage.loadanimation.md +13 -0
  277. package/docs/API-reference/api/x-components.baseresultimage.md +4 -12
  278. package/docs/API-reference/api/x-components.baseresultimage.shownextimageonhover.md +13 -0
  279. package/docs/API-reference/api/x-components.baseresultlink.md +2 -13
  280. package/docs/API-reference/api/x-components.baseresultpreviousprice.format.md +2 -2
  281. package/docs/API-reference/api/x-components.baseresultpreviousprice.md +2 -2
  282. package/docs/API-reference/api/x-components.baseresultrating.link.md +13 -0
  283. package/docs/API-reference/api/x-components.baseresultrating.md +22 -0
  284. package/docs/API-reference/api/x-components.baseresultrating.result.md +13 -0
  285. package/docs/API-reference/api/x-components.basescroll.md +0 -12
  286. package/docs/API-reference/api/x-components.basesuggestion.emitevents.md +17 -0
  287. package/docs/API-reference/api/x-components.basesuggestion.events.md +1 -1
  288. package/docs/API-reference/api/x-components.basesuggestion.feature.md +13 -0
  289. package/docs/API-reference/api/x-components.basesuggestion.filter.md +13 -0
  290. package/docs/API-reference/api/x-components.basesuggestion.highlightcurated.md +13 -0
  291. package/docs/API-reference/api/x-components.basesuggestion.md +15 -7
  292. package/docs/API-reference/api/x-components.basesuggestions.md +5 -3
  293. package/docs/API-reference/api/x-components.basesuggestions.showfacets.md +13 -0
  294. package/docs/API-reference/api/x-components.basesuggestions.showplainsuggestion.md +13 -0
  295. package/docs/API-reference/api/x-components.baseswitch.md +21 -0
  296. package/docs/API-reference/api/x-components.baseswitch.value.md +13 -0
  297. package/docs/API-reference/api/x-components.basetabspanel.allowtabdeselect.md +13 -0
  298. package/docs/API-reference/api/x-components.basetabspanel.contentanimation.md +13 -0
  299. package/docs/API-reference/api/x-components.basetabspanel.initialtab.md +13 -0
  300. package/docs/API-reference/api/x-components.basetabspanel.md +24 -0
  301. package/docs/API-reference/api/x-components.basetabspanel.tabsanimation.md +13 -0
  302. package/docs/API-reference/api/x-components.basetogglepanel.md +2 -2
  303. package/docs/API-reference/api/x-components.basevariablecolumngrid.md +2 -2
  304. package/docs/API-reference/api/x-components.basexapi.addproducttocart.md +24 -0
  305. package/docs/API-reference/api/x-components.basexapi.init.md +1 -1
  306. package/docs/API-reference/api/x-components.basexapi.md +2 -0
  307. package/docs/API-reference/api/x-components.basexapi.search.md +1 -1
  308. package/docs/API-reference/api/x-components.basexapi.setsnippetconfig.md +24 -0
  309. package/docs/API-reference/api/x-components.basexbus.emit.md +2 -2
  310. package/docs/API-reference/api/x-components.basexbus.on.md +1 -1
  311. package/docs/API-reference/api/x-components.cancelfetchandsavesearchresponsewire.md +1 -1
  312. package/docs/API-reference/api/x-components.clearfilters.md +4 -7
  313. package/docs/API-reference/api/x-components.clearpendingscrolltowire.md +13 -0
  314. package/docs/API-reference/api/x-components.clearquerypreviewwire.md +13 -0
  315. package/docs/API-reference/api/x-components.clearsearchinput.md +2 -2
  316. package/docs/API-reference/api/x-components.clearsearchquery.md +13 -0
  317. package/docs/API-reference/api/x-components.closemainmodal.md +15 -0
  318. package/docs/API-reference/api/x-components.collapseheight.appear.md +13 -0
  319. package/docs/API-reference/api/x-components.collapseheight.md +6 -0
  320. package/docs/API-reference/api/x-components.collapsewidth.appear.md +13 -0
  321. package/docs/API-reference/api/x-components.collapsewidth.md +6 -0
  322. package/docs/API-reference/api/x-components.columnpickermixin.md +2 -2
  323. package/docs/API-reference/api/x-components.createrawfilters.md +2 -2
  324. package/docs/API-reference/api/x-components.createtrackwire.md +26 -0
  325. package/docs/API-reference/api/x-components.crossfade.appear.md +13 -0
  326. package/docs/API-reference/api/x-components.crossfade.md +7 -1
  327. package/docs/API-reference/api/x-components.curatedcheckicon.md +11 -0
  328. package/docs/API-reference/api/x-components.currencyformatter.md +1 -1
  329. package/docs/API-reference/api/x-components.debounce.md +6 -2
  330. package/docs/API-reference/api/x-components.debounceoptions.md +4 -4
  331. package/docs/API-reference/api/x-components.deepfilter.md +8 -6
  332. package/docs/API-reference/api/x-components.deepflat.md +8 -6
  333. package/docs/API-reference/api/x-components.defaultfacetsservice._constructor_.md +1 -1
  334. package/docs/API-reference/api/x-components.defaultfacetsservice.clearfilters.md +1 -1
  335. package/docs/API-reference/api/x-components.defaultfacetsservice.md +4 -2
  336. package/docs/API-reference/api/x-components.defaultfacetsservice.selectpreselectedfilters.md +15 -0
  337. package/docs/API-reference/api/x-components.defaultfacetsservice.updatefiltersselectedstate.md +1 -1
  338. package/docs/API-reference/api/x-components.defaultfacetsservice.updatepreselectedfilters.md +22 -0
  339. package/docs/API-reference/api/x-components.defaultpdpaddtocartservice._constructor_.md +21 -0
  340. package/docs/API-reference/api/x-components.defaultpdpaddtocartservice.clickedresultstoragekey.md +11 -0
  341. package/docs/API-reference/api/x-components.defaultpdpaddtocartservice.clickedresultstoragettlms.md +11 -0
  342. package/docs/API-reference/api/x-components.defaultpdpaddtocartservice.instance.md +13 -0
  343. package/docs/API-reference/api/x-components.defaultpdpaddtocartservice.localstorageservice.md +11 -0
  344. package/docs/API-reference/api/x-components.defaultpdpaddtocartservice.md +41 -0
  345. package/docs/API-reference/api/x-components.defaultpdpaddtocartservice.movetosessionstorage.md +24 -0
  346. package/docs/API-reference/api/x-components.defaultpdpaddtocartservice.result_clicked_id_key.md +13 -0
  347. package/docs/API-reference/api/x-components.defaultpdpaddtocartservice.sessionstorageservice.md +11 -0
  348. package/docs/API-reference/api/x-components.defaultpdpaddtocartservice.store.md +11 -0
  349. package/docs/API-reference/api/x-components.defaultpdpaddtocartservice.storeresultclicked.md +24 -0
  350. package/docs/API-reference/api/x-components.defaultpdpaddtocartservice.trackaddtocart.md +24 -0
  351. package/docs/API-reference/api/x-components.devicedetector.md +3 -3
  352. package/docs/API-reference/api/x-components.devicestate.md +3 -3
  353. package/docs/API-reference/api/x-components.devicexevents.md +3 -3
  354. package/docs/API-reference/api/x-components.directionalfocusnavigationservice._constructor_.md +1 -1
  355. package/docs/API-reference/api/x-components.disableanimationmixin.animationname.md +13 -0
  356. package/docs/API-reference/api/x-components.disableanimationmixin.disableanimation.md +13 -0
  357. package/docs/API-reference/api/x-components.disableanimationmixin.md +22 -0
  358. package/docs/API-reference/api/x-components.editablenumberrangefilter.md +2 -0
  359. package/docs/API-reference/api/x-components.editablenumberrangefilter.rangefiltermax.md +11 -0
  360. package/docs/API-reference/api/x-components.editablenumberrangefilter.rangefiltermin.md +11 -0
  361. package/docs/API-reference/api/x-components.empathize._refs.md +13 -0
  362. package/docs/API-reference/api/x-components.empathize.md +10 -3
  363. package/docs/API-reference/api/x-components.empathize.updated.md +17 -0
  364. package/docs/API-reference/api/x-components.empathizestate.md +4 -4
  365. package/docs/API-reference/api/x-components.empathizexevents.md +5 -5
  366. package/docs/API-reference/api/x-components.extraparams.created.md +17 -0
  367. package/docs/API-reference/api/x-components.extraparams.md +3 -3
  368. package/docs/API-reference/api/x-components.extraparamsmutations.setparams.md +1 -1
  369. package/docs/API-reference/api/x-components.extraparamsstate.md +3 -3
  370. package/docs/API-reference/api/x-components.extraparamsxevents.md +6 -6
  371. package/docs/API-reference/api/x-components.extrapluginsoptions.md +5 -5
  372. package/docs/API-reference/api/x-components.extrapluginsoptions.snippet.md +1 -1
  373. package/docs/API-reference/api/x-components.facetgroupentry.md +4 -4
  374. package/docs/API-reference/api/x-components.facetsgetters.md +5 -5
  375. package/docs/API-reference/api/x-components.facetsgroup.md +4 -4
  376. package/docs/API-reference/api/x-components.facetsmixin.alwaysvisible.md +13 -0
  377. package/docs/API-reference/api/x-components.facetsmixin.facetsids.md +13 -0
  378. package/docs/API-reference/api/x-components.facetsmixin.md +22 -0
  379. package/docs/API-reference/api/x-components.facetsmutations.md +3 -1
  380. package/docs/API-reference/api/x-components.facetsmutations.mutatefilter.md +24 -0
  381. package/docs/API-reference/api/x-components.facetsmutations.setpreselectedfilters.md +24 -0
  382. package/docs/API-reference/api/x-components.facetsmutations.setquery.md +24 -0
  383. package/docs/API-reference/api/x-components.facetsservice.clearfilters.md +1 -1
  384. package/docs/API-reference/api/x-components.facetsservice.md +3 -0
  385. package/docs/API-reference/api/x-components.facetsservice.selectpreselectedfilters.md +17 -0
  386. package/docs/API-reference/api/x-components.facetsservice.setquery.md +24 -0
  387. package/docs/API-reference/api/x-components.facetsservice.updatepreselectedfilters.md +24 -0
  388. package/docs/API-reference/api/x-components.facetsstate.md +7 -5
  389. package/docs/API-reference/api/x-components.facetsstate.preselectedfilters.md +13 -0
  390. package/docs/API-reference/api/x-components.facetsstate.query.md +13 -0
  391. package/docs/API-reference/api/x-components.facetsxevents.facetsgroupchanged.md +1 -1
  392. package/docs/API-reference/api/x-components.facetsxevents.facetsgroupprovided.md +1 -1
  393. package/docs/API-reference/api/x-components.facetsxevents.facetsquerychanged.md +13 -0
  394. package/docs/API-reference/api/x-components.facetsxevents.md +15 -13
  395. package/docs/API-reference/api/x-components.facetsxevents.preselectedfiltersprovided.md +13 -0
  396. package/docs/API-reference/api/x-components.facetsxevents.selectedfilterschanged.md +1 -1
  397. package/docs/API-reference/api/x-components.facetsxevents.userchangedselectedfilters.md +1 -1
  398. package/docs/API-reference/api/x-components.facetsxevents.userclickedafilter.md +1 -1
  399. package/docs/API-reference/api/x-components.facetsxevents.userclickedahierarchicalfilter.md +1 -1
  400. package/docs/API-reference/api/x-components.facetsxevents.userclickedallfilter.md +1 -1
  401. package/docs/API-reference/api/x-components.facetsxevents.userclickedanumberrangefilter.md +1 -1
  402. package/docs/API-reference/api/x-components.facetsxevents.userclickedasimplefilter.md +1 -1
  403. package/docs/API-reference/api/x-components.facetsxevents.userclickedclearallfilters.md +1 -1
  404. package/docs/API-reference/api/x-components.facetsxevents.usermodifiededitablenumberrangefilter.md +1 -1
  405. package/docs/API-reference/api/x-components.fade.appear.md +13 -0
  406. package/docs/API-reference/api/x-components.fade.md +21 -0
  407. package/docs/API-reference/api/x-components.fadeandslide.animationname.md +13 -0
  408. package/docs/API-reference/api/x-components.fadeandslide.appear.md +13 -0
  409. package/docs/API-reference/api/x-components.fadeandslide.md +5 -3
  410. package/docs/API-reference/api/x-components.featurelocation.md +22 -0
  411. package/docs/API-reference/api/x-components.fetchandsaveactions.md +4 -4
  412. package/docs/API-reference/api/x-components.fetchandsaveidentifierresults.md +1 -1
  413. package/docs/API-reference/api/x-components.fetchandsaveidentifierresultswire.md +1 -1
  414. package/docs/API-reference/api/x-components.fetchandsavenextquerieswire.md +1 -1
  415. package/docs/API-reference/api/x-components.fetchandsavenextquerypreviewwire.md +13 -0
  416. package/docs/API-reference/api/x-components.fetchandsavepopularsearches.md +1 -1
  417. package/docs/API-reference/api/x-components.fetchandsavequerypreview.md +13 -0
  418. package/docs/API-reference/api/x-components.fetchandsavequerypreviewwire.md +13 -0
  419. package/docs/API-reference/api/x-components.fetchandsavequerysuggestions.md +1 -1
  420. package/docs/API-reference/api/x-components.fetchandsaverecommendations.md +1 -1
  421. package/docs/API-reference/api/x-components.fetchandsaverelatedtagswire.md +1 -1
  422. package/docs/API-reference/api/x-components.fetchandsavesearchresponse.md +1 -1
  423. package/docs/API-reference/api/x-components.fetchandsavesearchresponsewire.md +1 -1
  424. package/docs/API-reference/api/x-components.fetchandsavesuggestionswire.md +1 -1
  425. package/docs/API-reference/api/x-components.fetchquerypreview.md +13 -0
  426. package/docs/API-reference/api/x-components.filtersinjectionmixin.md +2 -2
  427. package/docs/API-reference/api/x-components.filterslist.md +3 -3
  428. package/docs/API-reference/api/x-components.filterssearch.filterssearchinputmessage.md +11 -0
  429. package/docs/API-reference/api/x-components.filterssearch.md +4 -3
  430. package/docs/API-reference/api/x-components.firstparameter.md +0 -2
  431. package/docs/API-reference/api/x-components.fixedheaderandasideslayout.isbackdropvisible.md +11 -0
  432. package/docs/API-reference/api/x-components.fixedheaderandasideslayout.leftasideanimation.md +11 -0
  433. package/docs/API-reference/api/x-components.fixedheaderandasideslayout.md +30 -0
  434. package/docs/API-reference/api/x-components.fixedheaderandasideslayout.rightasideanimation.md +11 -0
  435. package/docs/API-reference/api/x-components.fixedheaderandasideslayout.scrollposition.md +11 -0
  436. package/docs/API-reference/api/x-components.fixedheaderandasideslayout.setposition.md +22 -0
  437. package/docs/API-reference/api/x-components.flathierarchicalfilters.md +26 -0
  438. package/docs/API-reference/api/x-components.focusable_selectors.md +13 -0
  439. package/docs/API-reference/api/x-components.getrootxcomponent.md +2 -2
  440. package/docs/API-reference/api/x-components.gettargetelement.md +30 -0
  441. package/docs/API-reference/api/x-components.getterstree.md +1 -1
  442. package/docs/API-reference/api/x-components.globalxbus.created.md +15 -0
  443. package/docs/API-reference/api/x-components.globalxbus.md +21 -0
  444. package/docs/API-reference/api/x-components.grid2rowsicon.md +11 -0
  445. package/docs/API-reference/api/x-components.grid4colicon.md +11 -0
  446. package/docs/API-reference/api/x-components.hierarchicalfilter.clickevents.md +13 -0
  447. package/docs/API-reference/api/x-components.hierarchicalfilter.md +2 -1
  448. package/docs/API-reference/api/x-components.highlight.highlight.md +13 -0
  449. package/docs/API-reference/api/x-components.highlight.matchclass.md +13 -0
  450. package/docs/API-reference/api/x-components.highlight.md +23 -0
  451. package/docs/API-reference/api/x-components.highlight.text.md +13 -0
  452. package/docs/API-reference/api/x-components.historyqueriesactions.md +2 -0
  453. package/docs/API-reference/api/x-components.historyqueriesactions.togglehistoryqueries.md +24 -0
  454. package/docs/API-reference/api/x-components.historyqueriesactions.updatehistoryquerieswithsearchresponse.md +24 -0
  455. package/docs/API-reference/api/x-components.historyqueriesconfig.md +6 -6
  456. package/docs/API-reference/api/x-components.historyqueriesgetters.historyquerieswithresults.md +13 -0
  457. package/docs/API-reference/api/x-components.historyqueriesgetters.md +7 -6
  458. package/docs/API-reference/api/x-components.historyqueriesmutations.md +3 -1
  459. package/docs/API-reference/api/x-components.historyqueriesmutations.setisenabled.md +24 -0
  460. package/docs/API-reference/api/x-components.historyqueriesstate.isenabled.md +13 -0
  461. package/docs/API-reference/api/x-components.historyqueriesstate.md +9 -7
  462. package/docs/API-reference/api/x-components.historyqueriesswitch.hashistoryqueries.md +13 -0
  463. package/docs/API-reference/api/x-components.historyqueriesswitch.historyqueries.md +13 -0
  464. package/docs/API-reference/api/x-components.historyqueriesswitch.md +22 -0
  465. package/docs/API-reference/api/x-components.historyqueriesxevents.historyqueriesdisplayed.md +1 -1
  466. package/docs/API-reference/api/x-components.historyqueriesxevents.historyqueriesquerychanged.md +1 -1
  467. package/docs/API-reference/api/x-components.historyqueriesxevents.historyqueriesstoragekeychanged.md +1 -1
  468. package/docs/API-reference/api/x-components.historyqueriesxevents.md +13 -9
  469. package/docs/API-reference/api/x-components.historyqueriesxevents.sessionhistoryquerieschanged.md +1 -1
  470. package/docs/API-reference/api/x-components.historyqueriesxevents.userclickedconfirmdisablehistoryqueries.md +13 -0
  471. package/docs/API-reference/api/x-components.historyqueriesxevents.userclickeddisablehistoryqueries.md +13 -0
  472. package/docs/API-reference/api/x-components.historyqueriesxevents.userclickeddismissdisablehistoryqueries.md +13 -0
  473. package/docs/API-reference/api/x-components.historyqueriesxevents.userclickedenablehistoryqueries.md +13 -0
  474. package/docs/API-reference/api/x-components.historyqueriesxevents.userpressedclearhistoryqueries.md +1 -1
  475. package/docs/API-reference/api/x-components.historyqueriesxevents.userpressedremovehistoryquery.md +1 -1
  476. package/docs/API-reference/api/x-components.historyqueriesxevents.userselectedahistoryquery.md +1 -1
  477. package/docs/API-reference/api/x-components.historyquery.md +3 -3
  478. package/docs/API-reference/api/x-components.identifierresult.md +2 -2
  479. package/docs/API-reference/api/x-components.identifierresults.maxitemstorender.md +13 -0
  480. package/docs/API-reference/api/x-components.identifierresults.md +3 -1
  481. package/docs/API-reference/api/x-components.identifierresults.resultclickextraevents.md +13 -0
  482. package/docs/API-reference/api/x-components.identifierresultsactions.fetchandsaveidentifierresults.md +2 -2
  483. package/docs/API-reference/api/x-components.identifierresultsactions.fetchidentifierresults.md +2 -2
  484. package/docs/API-reference/api/x-components.identifierresultsactions.md +1 -1
  485. package/docs/API-reference/api/x-components.identifierresultsactions.saveorigin.md +24 -0
  486. package/docs/API-reference/api/x-components.identifierresultsconfig.md +6 -6
  487. package/docs/API-reference/api/x-components.identifierresultsgetters.identifierresultsrequest.md +1 -1
  488. package/docs/API-reference/api/x-components.identifierresultsgetters.md +5 -5
  489. package/docs/API-reference/api/x-components.identifierresultsmutations.md +4 -2
  490. package/docs/API-reference/api/x-components.identifierresultsmutations.setorigin.md +24 -0
  491. package/docs/API-reference/api/x-components.identifierresultsmutations.setparams.md +24 -0
  492. package/docs/API-reference/api/x-components.identifierresultsstate.md +9 -7
  493. package/docs/API-reference/api/x-components.identifierresultsstate.origin.md +13 -0
  494. package/docs/API-reference/api/x-components.identifierresultsstate.params.md +13 -0
  495. package/docs/API-reference/api/x-components.identifierresultsxevents.identifierresultschanged.md +1 -1
  496. package/docs/API-reference/api/x-components.identifierresultsxevents.identifierresultsrequestchanged.md +2 -2
  497. package/docs/API-reference/api/x-components.identifierresultsxevents.md +5 -5
  498. package/docs/API-reference/api/x-components.identifierresultsxevents.userclickedaidentifierresult.md +1 -1
  499. package/docs/API-reference/api/x-components.increasepageappendingresults.md +2 -2
  500. package/docs/API-reference/api/x-components.increasepageappendingresultswire.md +13 -0
  501. package/docs/API-reference/api/x-components.infinitescroll.md +2 -2
  502. package/docs/API-reference/api/x-components.initwrapper.api.md +13 -0
  503. package/docs/API-reference/api/x-components.initwrapper.app.md +13 -0
  504. package/docs/API-reference/api/x-components.initwrapper.bus.md +13 -0
  505. package/docs/API-reference/api/x-components.initwrapper.md +23 -0
  506. package/docs/API-reference/api/x-components.initwrapper.plugin.md +13 -0
  507. package/docs/API-reference/api/x-components.installxoptions.app.md +1 -1
  508. package/docs/API-reference/api/x-components.installxoptions.domelement.md +2 -2
  509. package/docs/API-reference/api/x-components.installxoptions.md +10 -9
  510. package/docs/API-reference/api/x-components.installxoptions.oncreateapp.md +13 -0
  511. package/docs/API-reference/api/x-components.internalsearchrequest.md +21 -0
  512. package/docs/API-reference/api/x-components.internalsearchrequest.page.md +13 -0
  513. package/docs/API-reference/api/x-components.internalsearchresponse.md +22 -0
  514. package/docs/API-reference/api/x-components.internalsearchresponse.request.md +13 -0
  515. package/docs/API-reference/api/x-components.internalsearchresponse.status.md +13 -0
  516. package/docs/API-reference/api/x-components.isstringempty.md +1 -1
  517. package/docs/API-reference/api/x-components.isxcomponent.md +2 -2
  518. package/docs/API-reference/api/x-components.itemslist.md +2 -2
  519. package/docs/API-reference/api/x-components.lightbulboff.md +11 -0
  520. package/docs/API-reference/api/x-components.lightbulbon.md +11 -0
  521. package/docs/API-reference/api/x-components.locationprovider.location.md +13 -0
  522. package/docs/API-reference/api/x-components.locationprovider.md +21 -0
  523. package/docs/API-reference/api/x-components.mainmodal.animation.md +13 -0
  524. package/docs/API-reference/api/x-components.mainmodal.md +21 -0
  525. package/docs/API-reference/api/x-components.mainscroll.margin.md +13 -0
  526. package/docs/API-reference/api/x-components.mainscroll.md +33 -0
  527. package/docs/API-reference/api/x-components.mainscroll.mounted.md +17 -0
  528. package/docs/API-reference/api/x-components.mainscroll.restorescrolltimeoutms.md +13 -0
  529. package/docs/API-reference/api/x-components.mainscroll.threshold.md +13 -0
  530. package/docs/API-reference/api/x-components.mainscroll.usewindow.md +13 -0
  531. package/docs/API-reference/api/x-components.mainscroll.visibleelementsobserver.md +13 -0
  532. package/docs/API-reference/api/x-components.mainscrollitem._el.md +13 -0
  533. package/docs/API-reference/api/x-components.mainscrollitem.item.md +13 -0
  534. package/docs/API-reference/api/x-components.mainscrollitem.md +29 -0
  535. package/docs/API-reference/api/x-components.mainscrollitem.observeitem.md +25 -0
  536. package/docs/API-reference/api/x-components.mainscrollitem.tag.md +13 -0
  537. package/docs/API-reference/api/x-components.maybearray.md +13 -0
  538. package/docs/API-reference/api/x-components.md +169 -63
  539. package/docs/API-reference/api/x-components.multicolumnmaxwidthlayout.md +1 -1
  540. package/docs/API-reference/api/x-components.mutatefilterpayload.filter.md +13 -0
  541. package/docs/API-reference/api/x-components.mutatefilterpayload.md +21 -0
  542. package/docs/API-reference/api/x-components.mutatefilterpayload.newfilterstate.md +13 -0
  543. package/docs/API-reference/api/x-components.mutationstree.md +1 -1
  544. package/docs/API-reference/api/x-components.myhistory.animation.md +13 -0
  545. package/docs/API-reference/api/x-components.myhistory.locale.md +13 -0
  546. package/docs/API-reference/api/x-components.myhistory.md +26 -0
  547. package/docs/API-reference/api/x-components.namespaceddebounce.md +2 -2
  548. package/docs/API-reference/api/x-components.namespacedthrottle.md +2 -2
  549. package/docs/API-reference/api/x-components.namespacedtimeselector.md +15 -0
  550. package/docs/API-reference/api/x-components.namespacedtimewireoperator.md +3 -3
  551. package/docs/API-reference/api/x-components.nextqueries.highlightcurated.md +13 -0
  552. package/docs/API-reference/api/x-components.nextqueries.suggestions.md +13 -0
  553. package/docs/API-reference/api/x-components.nextqueriesactions.fetchandsavenextquerypreview.md +27 -0
  554. package/docs/API-reference/api/x-components.nextqueriesactions.fetchnextquerypreview.md +29 -0
  555. package/docs/API-reference/api/x-components.nextqueriesactions.md +2 -0
  556. package/docs/API-reference/api/x-components.nextqueriesconfig.maxpreviewitemstorequest.md +13 -0
  557. package/docs/API-reference/api/x-components.nextqueriesconfig.md +6 -5
  558. package/docs/API-reference/api/x-components.nextqueriesgetters.md +4 -4
  559. package/docs/API-reference/api/x-components.nextquerieslist.hasmoreitems.md +13 -0
  560. package/docs/API-reference/api/x-components.nextquerieslist.injectedquery.md +13 -0
  561. package/docs/API-reference/api/x-components.nextquerieslist.md +4 -1
  562. package/docs/API-reference/api/x-components.nextquerieslist.showonlyafteroffset.md +13 -0
  563. package/docs/API-reference/api/x-components.nextqueriesmutations.md +4 -2
  564. package/docs/API-reference/api/x-components.nextqueriesmutations.resetresultspreview.md +17 -0
  565. package/docs/API-reference/api/x-components.nextqueriesmutations.setparams.md +1 -1
  566. package/docs/API-reference/api/x-components.nextqueriesmutations.setresultspreview.md +24 -0
  567. package/docs/API-reference/api/x-components.nextqueriesstate.md +10 -9
  568. package/docs/API-reference/api/x-components.nextqueriesstate.resultspreview.md +13 -0
  569. package/docs/API-reference/api/x-components.nextqueriesxevents.md +7 -6
  570. package/docs/API-reference/api/x-components.nextqueriesxevents.nextquerieschanged.md +1 -1
  571. package/docs/API-reference/api/x-components.nextqueriesxevents.nextqueriesdisplayed.md +1 -1
  572. package/docs/API-reference/api/x-components.nextqueriesxevents.nextqueriesrequestchanged.md +1 -1
  573. package/docs/API-reference/api/x-components.nextqueriesxevents.nextquerypreviewmountedhook.md +13 -0
  574. package/docs/API-reference/api/x-components.nextqueriesxevents.userselectedanextquery.md +1 -1
  575. package/docs/API-reference/api/x-components.nextquery.highlightcurated.md +13 -0
  576. package/docs/API-reference/api/x-components.nextquery.md +3 -2
  577. package/docs/API-reference/api/x-components.nextquerypreview.maxitemstorender.md +13 -0
  578. package/docs/API-reference/api/x-components.nextquerypreview.md +30 -0
  579. package/docs/API-reference/api/x-components.nextquerypreview.mounted.md +17 -0
  580. package/docs/API-reference/api/x-components.nextquerypreview.previewresults.md +13 -0
  581. package/docs/API-reference/api/x-components.nextquerypreview.suggestion.md +13 -0
  582. package/docs/API-reference/api/x-components.nextquerypreview.suggestionresults.md +13 -0
  583. package/docs/API-reference/api/x-components.normalisedsnippetconfig.md +15 -0
  584. package/docs/API-reference/api/x-components.numberrangefilter.clickevents.md +13 -0
  585. package/docs/API-reference/api/x-components.numberrangefilter.md +1 -0
  586. package/docs/API-reference/api/x-components.openmainmodal.md +15 -0
  587. package/docs/API-reference/api/x-components.partialquerybutton.emitevents.md +17 -0
  588. package/docs/API-reference/api/x-components.partialquerybutton.md +6 -1
  589. package/docs/API-reference/api/x-components.partialresultslist.md +2 -2
  590. package/docs/API-reference/api/x-components.pdpaddtocartservice.md +22 -0
  591. package/docs/API-reference/api/x-components.pdpaddtocartservice.movetosessionstorage.md +24 -0
  592. package/docs/API-reference/api/x-components.pdpaddtocartservice.storeresultclicked.md +24 -0
  593. package/docs/API-reference/api/x-components.pdpaddtocartservice.trackaddtocart.md +24 -0
  594. package/docs/API-reference/api/x-components.popularsearch.md +2 -2
  595. package/docs/API-reference/api/x-components.popularsearchesactions.fetchandsavesuggestions.md +2 -2
  596. package/docs/API-reference/api/x-components.popularsearchesactions.fetchsuggestions.md +2 -2
  597. package/docs/API-reference/api/x-components.popularsearchesconfig.md +4 -5
  598. package/docs/API-reference/api/x-components.popularsearchesgetters.md +4 -4
  599. package/docs/API-reference/api/x-components.popularsearchesgetters.request.md +1 -1
  600. package/docs/API-reference/api/x-components.popularsearchesmutations.setparams.md +1 -1
  601. package/docs/API-reference/api/x-components.popularsearchesstate.md +6 -6
  602. package/docs/API-reference/api/x-components.popularsearchesxevents.md +5 -5
  603. package/docs/API-reference/api/x-components.popularsearchesxevents.popularsearchdisplayed.md +1 -1
  604. package/docs/API-reference/api/x-components.popularsearchesxevents.popularsearchesrequestchanged.md +2 -2
  605. package/docs/API-reference/api/x-components.popularsearchesxevents.userselectedapopularsearch.md +1 -1
  606. package/docs/API-reference/api/x-components.preselectedfilters.created.md +17 -0
  607. package/docs/API-reference/api/x-components.preselectedfilters.filters.md +18 -0
  608. package/docs/API-reference/api/x-components.preselectedfilters.md +28 -0
  609. package/docs/API-reference/api/x-components.preselectedfilters.render.md +15 -0
  610. package/docs/API-reference/api/x-components.privatexmoduleoptions.md +4 -4
  611. package/docs/API-reference/api/x-components.privatexmoduleoptions.storeemitters.md +1 -1
  612. package/docs/API-reference/api/x-components.promotedslist.md +1 -1
  613. package/docs/API-reference/api/x-components.propswithtype.md +6 -7
  614. package/docs/API-reference/api/x-components.queriespreviewactioncontext.md +15 -0
  615. package/docs/API-reference/api/x-components.queriespreviewactions.fetchandsavequerypreview.md +24 -0
  616. package/docs/API-reference/api/x-components.queriespreviewactions.fetchquerypreview.md +26 -0
  617. package/docs/API-reference/api/x-components.queriespreviewactions.md +21 -0
  618. package/docs/API-reference/api/x-components.queriespreviewconfig.maxitemstorequest.md +13 -0
  619. package/docs/API-reference/api/x-components.queriespreviewconfig.md +20 -0
  620. package/docs/API-reference/api/x-components.queriespreviewgetters.md +13 -0
  621. package/docs/API-reference/api/x-components.queriespreviewmutations.clearquerypreview.md +24 -0
  622. package/docs/API-reference/api/x-components.queriespreviewmutations.md +23 -0
  623. package/docs/API-reference/api/x-components.queriespreviewmutations.setparams.md +24 -0
  624. package/docs/API-reference/api/x-components.queriespreviewmutations.setquerypreview.md +24 -0
  625. package/docs/API-reference/api/x-components.queriespreviewmutations.setstatus.md +24 -0
  626. package/docs/API-reference/api/x-components.queriespreviewstate.config.md +13 -0
  627. package/docs/API-reference/api/x-components.queriespreviewstate.md +22 -0
  628. package/docs/API-reference/api/x-components.queriespreviewstate.params.md +13 -0
  629. package/docs/API-reference/api/x-components.queriespreviewstate.queriespreview.md +11 -0
  630. package/docs/API-reference/api/x-components.queriespreviewxevents.md +21 -0
  631. package/docs/API-reference/api/x-components.queriespreviewxevents.querypreviewrequestchanged.md +13 -0
  632. package/docs/API-reference/api/x-components.queriespreviewxevents.querypreviewunmountedhook.md +13 -0
  633. package/docs/API-reference/api/x-components.queriespreviewxmodule.md +13 -0
  634. package/docs/API-reference/api/x-components.queriespreviewxstoremodule.md +15 -0
  635. package/docs/API-reference/api/x-components.queryfeature.md +13 -0
  636. package/docs/API-reference/api/x-components.queryorigin.md +4 -2
  637. package/docs/API-reference/api/x-components.queryorigininit.md +15 -0
  638. package/docs/API-reference/api/x-components.querypreview.config.md +13 -0
  639. package/docs/API-reference/api/x-components.querypreview.debouncetimems.md +13 -0
  640. package/docs/API-reference/api/x-components.querypreview.maxitemstorender.md +13 -0
  641. package/docs/API-reference/api/x-components.querypreview.md +29 -0
  642. package/docs/API-reference/api/x-components.querypreview.params.md +13 -0
  643. package/docs/API-reference/api/x-components.querypreview.previewresults.md +13 -0
  644. package/docs/API-reference/api/x-components.querypreview.query.md +13 -0
  645. package/docs/API-reference/api/x-components.querypreview.queryfeature.md +13 -0
  646. package/docs/API-reference/api/x-components.querypreview.querypreviewresults.md +13 -0
  647. package/docs/API-reference/api/x-components.querypreview.results.md +18 -0
  648. package/docs/API-reference/api/x-components.querypreviewinfo.md +21 -0
  649. package/docs/API-reference/api/x-components.querypreviewinfo.query.md +13 -0
  650. package/docs/API-reference/api/x-components.querypreviewinfo.title.md +13 -0
  651. package/docs/API-reference/api/x-components.querypreviewitem.md +23 -0
  652. package/docs/API-reference/api/x-components.querypreviewitem.request.md +13 -0
  653. package/docs/API-reference/api/x-components.querypreviewitem.results.md +13 -0
  654. package/docs/API-reference/api/x-components.querypreviewitem.totalresults.md +13 -0
  655. package/docs/API-reference/api/x-components.querypreviewstatuspayload.md +21 -0
  656. package/docs/API-reference/api/x-components.querypreviewstatuspayload.query.md +13 -0
  657. package/docs/API-reference/api/x-components.querypreviewstatuspayload.status.md +13 -0
  658. package/docs/API-reference/api/x-components.querysuggestion.md +1 -1
  659. package/docs/API-reference/api/x-components.querysuggestionsactions.fetchandsavesuggestions.md +2 -2
  660. package/docs/API-reference/api/x-components.querysuggestionsactions.fetchsuggestions.md +2 -2
  661. package/docs/API-reference/api/x-components.querysuggestionsconfig.md +5 -6
  662. package/docs/API-reference/api/x-components.querysuggestionsgetters.md +5 -5
  663. package/docs/API-reference/api/x-components.querysuggestionsgetters.request.md +1 -1
  664. package/docs/API-reference/api/x-components.querysuggestionsmutations.md +2 -2
  665. package/docs/API-reference/api/x-components.querysuggestionsmutations.setparams.md +1 -1
  666. package/docs/API-reference/api/x-components.querysuggestionsstate.md +8 -8
  667. package/docs/API-reference/api/x-components.querysuggestionsxevents.md +6 -6
  668. package/docs/API-reference/api/x-components.querysuggestionsxevents.querysuggestionschanged.md +1 -1
  669. package/docs/API-reference/api/x-components.querysuggestionsxevents.querysuggestionsdisplayed.md +1 -1
  670. package/docs/API-reference/api/x-components.querysuggestionsxevents.querysuggestionsrequestchanged.md +2 -2
  671. package/docs/API-reference/api/x-components.querysuggestionsxevents.userselectedaquerysuggestion.md +1 -1
  672. package/docs/API-reference/api/x-components.radiobuttonselectedicon.md +11 -0
  673. package/docs/API-reference/api/x-components.radiobuttonunselectedicon.md +11 -0
  674. package/docs/API-reference/api/x-components.recommendations.md +3 -3
  675. package/docs/API-reference/api/x-components.recommendationsactions.fetchandsaverecommendations.md +2 -2
  676. package/docs/API-reference/api/x-components.recommendationsactions.fetchrecommendations.md +2 -2
  677. package/docs/API-reference/api/x-components.recommendationsconfig.md +3 -3
  678. package/docs/API-reference/api/x-components.recommendationsgetters.md +3 -3
  679. package/docs/API-reference/api/x-components.recommendationsgetters.request.md +1 -1
  680. package/docs/API-reference/api/x-components.recommendationsmutations.md +1 -0
  681. package/docs/API-reference/api/x-components.recommendationsmutations.setparams.md +1 -1
  682. package/docs/API-reference/api/x-components.recommendationsmutations.updaterecommendation.md +24 -0
  683. package/docs/API-reference/api/x-components.recommendationsstate.md +6 -6
  684. package/docs/API-reference/api/x-components.recommendationsxevents.md +5 -5
  685. package/docs/API-reference/api/x-components.recommendationsxevents.recommendationschanged.md +1 -1
  686. package/docs/API-reference/api/x-components.recommendationsxevents.recommendationsrequestchanged.md +2 -2
  687. package/docs/API-reference/api/x-components.recommendationsxevents.userclickedarecommendation.md +1 -1
  688. package/docs/API-reference/api/x-components.redirection.md +3 -3
  689. package/docs/API-reference/api/x-components.relatedtag.emitevents.md +17 -0
  690. package/docs/API-reference/api/x-components.relatedtag.highlightcurated.md +13 -0
  691. package/docs/API-reference/api/x-components.relatedtag.md +8 -1
  692. package/docs/API-reference/api/x-components.relatedtags.highlightcurated.md +13 -0
  693. package/docs/API-reference/api/x-components.relatedtagsconfig.md +3 -3
  694. package/docs/API-reference/api/x-components.relatedtagsgetters.md +5 -4
  695. package/docs/API-reference/api/x-components.relatedtagsgetters.query.md +13 -0
  696. package/docs/API-reference/api/x-components.relatedtagsmutations.md +2 -3
  697. package/docs/API-reference/api/x-components.relatedtagsmutations.setparams.md +1 -1
  698. package/docs/API-reference/api/x-components.relatedtagsquery.md +13 -0
  699. package/docs/API-reference/api/x-components.relatedtagsstate.md +8 -9
  700. package/docs/API-reference/api/x-components.relatedtagsxevents.md +8 -8
  701. package/docs/API-reference/api/x-components.relatedtagsxevents.relatedtagschanged.md +1 -1
  702. package/docs/API-reference/api/x-components.relatedtagsxevents.relatedtagsrequestchanged.md +1 -1
  703. package/docs/API-reference/api/x-components.relatedtagsxevents.selectedrelatedtagschanged.md +1 -1
  704. package/docs/API-reference/api/x-components.relatedtagsxevents.userdeselectedarelatedtag.md +1 -1
  705. package/docs/API-reference/api/x-components.relatedtagsxevents.userpickedarelatedtag.md +1 -1
  706. package/docs/API-reference/api/x-components.relatedtagsxevents.userselectedarelatedtag.md +1 -1
  707. package/docs/API-reference/api/x-components.removehistoryquery.removehistoryqueryevent.md +1 -1
  708. package/docs/API-reference/api/x-components.renderlessextraparams.md +1 -1
  709. package/docs/API-reference/api/x-components.resetappending.md +1 -1
  710. package/docs/API-reference/api/x-components.resetresultspreviewwire.md +13 -0
  711. package/docs/API-reference/api/x-components.resetspellcheckquery.md +1 -1
  712. package/docs/API-reference/api/x-components.resetstate.md +13 -0
  713. package/docs/API-reference/api/x-components.resetstatewire.md +13 -0
  714. package/docs/API-reference/api/x-components.resultfeature.md +13 -0
  715. package/docs/API-reference/api/x-components.resultorigin.md +15 -0
  716. package/docs/API-reference/api/x-components.resultslist.hasmoreitems.md +13 -0
  717. package/docs/API-reference/api/x-components.resultslist.md +12 -1
  718. package/docs/API-reference/api/x-components.resultslist.providedquery.md +13 -0
  719. package/docs/API-reference/api/x-components.resultslist.searchquery.md +13 -0
  720. package/docs/API-reference/api/x-components.resultslist.searchstatus.md +13 -0
  721. package/docs/API-reference/api/x-components.resultslist.totalresults.md +13 -0
  722. package/docs/API-reference/api/x-components.resultslist.updatequery.md +24 -0
  723. package/docs/API-reference/api/x-components.resultvariantselector.level.md +13 -0
  724. package/docs/API-reference/api/x-components.resultvariantselector.md +24 -0
  725. package/docs/API-reference/api/x-components.resultvariantselector.result.md +13 -0
  726. package/docs/API-reference/api/x-components.resultvariantselector.selectedvariants.md +13 -0
  727. package/docs/API-reference/api/x-components.resultvariantselector.selectresultvariant.md +13 -0
  728. package/docs/API-reference/api/x-components.resultvariantsprovider.autoselectdepth.md +13 -0
  729. package/docs/API-reference/api/x-components.resultvariantsprovider.md +37 -0
  730. package/docs/API-reference/api/x-components.resultvariantsprovider.render.md +26 -0
  731. package/docs/API-reference/api/x-components.resultvariantsprovider.resetselectedvariants.md +17 -0
  732. package/docs/API-reference/api/x-components.resultvariantsprovider.result.md +13 -0
  733. package/docs/API-reference/api/x-components.resultvariantsprovider.resulttoprovide.md +13 -0
  734. package/docs/API-reference/api/x-components.resultvariantsprovider.selectedvariants.md +13 -0
  735. package/docs/API-reference/api/x-components.resultvariantsprovider.selectfirstvariants.md +24 -0
  736. package/docs/API-reference/api/x-components.resultvariantsprovider.selectresultvariant.md +25 -0
  737. package/docs/API-reference/api/x-components.returns.md +0 -2
  738. package/docs/API-reference/api/x-components.rootxstorestate.md +3 -3
  739. package/docs/API-reference/api/x-components.saveidentifierresultsorigin.md +13 -0
  740. package/docs/API-reference/api/x-components.saveidentifierresultsoriginwire.md +13 -0
  741. package/docs/API-reference/api/x-components.saveoriginwire.md +13 -0
  742. package/docs/API-reference/api/x-components.savesearchorigin.md +13 -0
  743. package/docs/API-reference/api/x-components.savesearchresponse.md +13 -0
  744. package/docs/API-reference/api/x-components.scroll.id.md +13 -0
  745. package/docs/API-reference/api/x-components.scroll.md +21 -0
  746. package/docs/API-reference/api/x-components.scrollactions.md +13 -0
  747. package/docs/API-reference/api/x-components.scrollcomponentstate.direction.md +13 -0
  748. package/docs/API-reference/api/x-components.scrollcomponentstate.hasalmostreachedend.md +13 -0
  749. package/docs/API-reference/api/x-components.scrollcomponentstate.hasreachedend.md +13 -0
  750. package/docs/API-reference/api/x-components.scrollcomponentstate.hasreachedstart.md +13 -0
  751. package/docs/API-reference/api/x-components.scrollcomponentstate.md +24 -0
  752. package/docs/API-reference/api/x-components.scrollcomponentstate.position.md +13 -0
  753. package/docs/API-reference/api/x-components.scrollgetters.md +13 -0
  754. package/docs/API-reference/api/x-components.scrollmixin._el.md +13 -0
  755. package/docs/API-reference/api/x-components.scrollmixin.firstelementthresholdpx.md +13 -0
  756. package/docs/API-reference/api/x-components.scrollmixin.md +4 -0
  757. package/docs/API-reference/api/x-components.scrollmixin.reseton.md +13 -0
  758. package/docs/API-reference/api/x-components.scrollmixin.resetonchange.md +13 -0
  759. package/docs/API-reference/api/x-components.scrollmutations.md +21 -0
  760. package/docs/API-reference/api/x-components.scrollmutations.setpendingscrollto.md +24 -0
  761. package/docs/API-reference/api/x-components.scrollmutations.setscrollcomponentstate.md +24 -0
  762. package/docs/API-reference/api/x-components.scrollstate.data.md +13 -0
  763. package/docs/API-reference/api/x-components.scrollstate.md +21 -0
  764. package/docs/API-reference/api/x-components.scrollstate.pendingscrollto.md +13 -0
  765. package/docs/API-reference/api/x-components.scrollstatepayload.md +21 -0
  766. package/docs/API-reference/api/x-components.scrollstatepayload.newstate.md +13 -0
  767. package/docs/API-reference/api/x-components.scrolltotop.animation.md +13 -0
  768. package/docs/API-reference/api/x-components.scrolltotop.md +23 -0
  769. package/docs/API-reference/api/x-components.scrolltotop.scrollid.md +13 -0
  770. package/docs/API-reference/api/x-components.scrolltotop.thresholdpx.md +13 -0
  771. package/docs/API-reference/api/x-components.scrollvisibilityobserver.md +21 -0
  772. package/docs/API-reference/api/x-components.scrollvisibilityobserver.observe.md +24 -0
  773. package/docs/API-reference/api/x-components.scrollvisibilityobserver.unobserve.md +24 -0
  774. package/docs/API-reference/api/x-components.scrollxevents.md +27 -0
  775. package/docs/API-reference/api/x-components.scrollxevents.scrollrestorefailed.md +13 -0
  776. package/docs/API-reference/api/x-components.scrollxevents.scrollrestoresucceeded.md +13 -0
  777. package/docs/API-reference/api/x-components.scrollxevents.useralmostreachedscrollend.md +13 -0
  778. package/docs/API-reference/api/x-components.scrollxevents.userchangedscrolldirection.md +13 -0
  779. package/docs/API-reference/api/x-components.scrollxevents.userreachedscrollend.md +13 -0
  780. package/docs/API-reference/api/x-components.scrollxevents.userreachedscrollstart.md +13 -0
  781. package/docs/API-reference/api/x-components.scrollxevents.userscrolled.md +13 -0
  782. package/docs/API-reference/api/x-components.scrollxevents.userscrolledtoelement.md +13 -0
  783. package/docs/API-reference/api/x-components.scrollxmodule.md +13 -0
  784. package/docs/API-reference/api/x-components.scrollxstoremodule.md +15 -0
  785. package/docs/API-reference/api/x-components.searchactions.fetchandsavesearchresponse.md +2 -2
  786. package/docs/API-reference/api/x-components.searchactions.md +3 -0
  787. package/docs/API-reference/api/x-components.searchactions.resetstate.md +24 -0
  788. package/docs/API-reference/api/x-components.searchactions.saveorigin.md +24 -0
  789. package/docs/API-reference/api/x-components.searchactions.savesearchresponse.md +24 -0
  790. package/docs/API-reference/api/x-components.searchboxactions.md +1 -0
  791. package/docs/API-reference/api/x-components.searchboxactions.setinputstatus.md +24 -0
  792. package/docs/API-reference/api/x-components.searchboxgetters.md +3 -3
  793. package/docs/API-reference/api/x-components.searchboxmutations.md +3 -1
  794. package/docs/API-reference/api/x-components.searchboxmutations.setinputstatus.md +24 -0
  795. package/docs/API-reference/api/x-components.searchboxstate.inputstatus.md +13 -0
  796. package/docs/API-reference/api/x-components.searchboxstate.md +6 -4
  797. package/docs/API-reference/api/x-components.searchboxxevents.md +14 -12
  798. package/docs/API-reference/api/x-components.searchboxxevents.userhoveredinsearchbox.md +13 -0
  799. package/docs/API-reference/api/x-components.searchboxxevents.userhoveredoutsearchbox.md +13 -0
  800. package/docs/API-reference/api/x-components.searchbutton.emitevents.md +17 -0
  801. package/docs/API-reference/api/x-components.searchbutton.md +8 -3
  802. package/docs/API-reference/api/x-components.searchconfig.md +3 -3
  803. package/docs/API-reference/api/x-components.searchgetters.md +4 -3
  804. package/docs/API-reference/api/x-components.searchgetters.query.md +13 -0
  805. package/docs/API-reference/api/x-components.searchgetters.request.md +2 -2
  806. package/docs/API-reference/api/x-components.searchinput.md +8 -7
  807. package/docs/API-reference/api/x-components.searchinput.searchinputmessage.md +11 -0
  808. package/docs/API-reference/api/x-components.searchinputplaceholder.animateonlyonhover.md +13 -0
  809. package/docs/API-reference/api/x-components.searchinputplaceholder.animation.md +13 -0
  810. package/docs/API-reference/api/x-components.searchinputplaceholder.animationintervalms.md +13 -0
  811. package/docs/API-reference/api/x-components.searchinputplaceholder.beforedestroy.md +15 -0
  812. package/docs/API-reference/api/x-components.searchinputplaceholder.md +34 -0
  813. package/docs/API-reference/api/x-components.searchinputplaceholder.messages.md +13 -0
  814. package/docs/API-reference/api/x-components.searchinputplaceholder.onuserblurredsearchbox.md +15 -0
  815. package/docs/API-reference/api/x-components.searchinputplaceholder.onuserfocusedsearchbox.md +15 -0
  816. package/docs/API-reference/api/x-components.searchinputplaceholder.onuserhoveredinsearchbox.md +15 -0
  817. package/docs/API-reference/api/x-components.searchinputplaceholder.onuserhoveredoutsearchbox.md +15 -0
  818. package/docs/API-reference/api/x-components.searchmutations.md +4 -2
  819. package/docs/API-reference/api/x-components.searchmutations.setorigin.md +2 -2
  820. package/docs/API-reference/api/x-components.searchmutations.setparams.md +1 -1
  821. package/docs/API-reference/api/x-components.searchmutations.setquerytagging.md +24 -0
  822. package/docs/API-reference/api/x-components.searchmutations.updateresult.md +24 -0
  823. package/docs/API-reference/api/x-components.searchquery.md +13 -0
  824. package/docs/API-reference/api/x-components.searchstate.md +22 -21
  825. package/docs/API-reference/api/x-components.searchstate.querytagging.md +13 -0
  826. package/docs/API-reference/api/x-components.searchxevents.facetschanged.md +1 -1
  827. package/docs/API-reference/api/x-components.searchxevents.md +19 -14
  828. package/docs/API-reference/api/x-components.searchxevents.pagechanged.md +1 -1
  829. package/docs/API-reference/api/x-components.searchxevents.resultschanged.md +1 -1
  830. package/docs/API-reference/api/x-components.searchxevents.searchrequestchanged.md +2 -2
  831. package/docs/API-reference/api/x-components.searchxevents.searchrequestupdated.md +13 -0
  832. package/docs/API-reference/api/x-components.searchxevents.searchresponsechanged.md +13 -0
  833. package/docs/API-reference/api/x-components.searchxevents.searchtaggingchanged.md +13 -0
  834. package/docs/API-reference/api/x-components.searchxevents.selectedsortprovided.md +1 -1
  835. package/docs/API-reference/api/x-components.searchxevents.sortchanged.md +1 -1
  836. package/docs/API-reference/api/x-components.searchxevents.spellcheckchanged.md +1 -1
  837. package/docs/API-reference/api/x-components.searchxevents.userclickedabanner.md +13 -0
  838. package/docs/API-reference/api/x-components.searchxevents.userclickedapromoted.md +13 -0
  839. package/docs/API-reference/api/x-components.searchxevents.userclickedaredirection.md +1 -1
  840. package/docs/API-reference/api/x-components.searchxevents.userclickedasort.md +1 -1
  841. package/docs/API-reference/api/x-components.searchxevents.userclickedpartialquery.md +1 -1
  842. package/docs/API-reference/api/x-components.selectedfilterslist.md +8 -6
  843. package/docs/API-reference/api/x-components.setconsent.md +13 -0
  844. package/docs/API-reference/api/x-components.setextraparams.md +1 -1
  845. package/docs/API-reference/api/x-components.sethistoryqueriesdisabled.md +13 -0
  846. package/docs/API-reference/api/x-components.sethistoryqueriesenabled.md +13 -0
  847. package/docs/API-reference/api/x-components.setidentifierresultsextraparams.md +13 -0
  848. package/docs/API-reference/api/x-components.setinitialextraparams.md +1 -1
  849. package/docs/API-reference/api/x-components.setnextqueriesextraparams.md +1 -1
  850. package/docs/API-reference/api/x-components.setpendingscrolltowire.md +13 -0
  851. package/docs/API-reference/api/x-components.setpopularsearchesextraparams.md +1 -1
  852. package/docs/API-reference/api/x-components.setqueriespreviewextraparamswire.md +13 -0
  853. package/docs/API-reference/api/x-components.setquerysuggestionsextraparams.md +1 -1
  854. package/docs/API-reference/api/x-components.setquerytagginginfo.md +13 -0
  855. package/docs/API-reference/api/x-components.setrecommendationsextraparams.md +1 -1
  856. package/docs/API-reference/api/x-components.setrelatedtags.md +1 -1
  857. package/docs/API-reference/api/x-components.setrelatedtagsextraparams.md +1 -1
  858. package/docs/API-reference/api/x-components.setscrolldirectionwire.md +13 -0
  859. package/docs/API-reference/api/x-components.setscrollhasalmostreachedendwire.md +13 -0
  860. package/docs/API-reference/api/x-components.setscrollhasreachedendwire.md +13 -0
  861. package/docs/API-reference/api/x-components.setscrollhasreachedstartwire.md +13 -0
  862. package/docs/API-reference/api/x-components.setscrollpositionwire.md +13 -0
  863. package/docs/API-reference/api/x-components.setsearchextraparams.md +1 -1
  864. package/docs/API-reference/api/x-components.setsearchpage.md +1 -1
  865. package/docs/API-reference/api/x-components.setsearchquery.md +1 -1
  866. package/docs/API-reference/api/x-components.setsearchurlparams.md +13 -0
  867. package/docs/API-reference/api/x-components.setselectedfilters.md +1 -1
  868. package/docs/API-reference/api/x-components.setsort.md +1 -1
  869. package/docs/API-reference/api/x-components.settaggingconfig.md +13 -0
  870. package/docs/API-reference/api/x-components.settingsicon.md +11 -0
  871. package/docs/API-reference/api/x-components.setupdevtools.md +27 -0
  872. package/docs/API-reference/api/x-components.seturlparams.md +1 -1
  873. package/docs/API-reference/api/x-components.seturlscroll.md +13 -0
  874. package/docs/API-reference/api/x-components.seturlsort.md +13 -0
  875. package/docs/API-reference/api/x-components.simplefilter.clickevents.md +13 -0
  876. package/docs/API-reference/api/x-components.simplefilter.md +1 -0
  877. package/docs/API-reference/api/x-components.simplestateselector.md +0 -2
  878. package/docs/API-reference/api/x-components.singlecolumnlayout.md +1 -1
  879. package/docs/API-reference/api/x-components.slicedfilters.md +1 -1
  880. package/docs/API-reference/api/x-components.slidingpanel.md +6 -14
  881. package/docs/API-reference/api/x-components.slidingpanel.resetoncontentchange.md +13 -0
  882. package/docs/API-reference/api/x-components.slidingpanel.scrollfactor.md +1 -1
  883. package/docs/API-reference/api/x-components.slidingpanel.showbuttons.md +1 -1
  884. package/docs/API-reference/api/x-components.snippetcallbacks.md +15 -0
  885. package/docs/API-reference/api/x-components.snippetconfig.callbacks.md +13 -0
  886. package/docs/API-reference/api/x-components.snippetconfig.env.md +1 -1
  887. package/docs/API-reference/api/x-components.snippetconfig.filters.md +13 -0
  888. package/docs/API-reference/api/x-components.snippetconfig.isspa.md +13 -0
  889. package/docs/API-reference/api/x-components.snippetconfig.lang.md +1 -1
  890. package/docs/API-reference/api/x-components.snippetconfig.md +15 -10
  891. package/docs/API-reference/api/x-components.snippetconfig.productid.md +13 -0
  892. package/docs/API-reference/api/x-components.snippetconfig.queriespreview.md +13 -0
  893. package/docs/API-reference/api/x-components.snippetconfig.uilang.md +13 -0
  894. package/docs/API-reference/api/x-components.snippetconfigextraparams.excludedextraparams.md +13 -0
  895. package/docs/API-reference/api/x-components.snippetconfigextraparams.md +7 -0
  896. package/docs/API-reference/api/x-components.snippetconfigextraparams.values.md +13 -0
  897. package/docs/API-reference/api/x-components.sortmixin.items.md +1 -1
  898. package/docs/API-reference/api/x-components.sortmixin.md +2 -3
  899. package/docs/API-reference/api/x-components.sortmixin.providedselectedsort.md +1 -1
  900. package/docs/API-reference/api/x-components.spellcheckbutton.emitevents.md +17 -0
  901. package/docs/API-reference/api/x-components.spellcheckbutton.md +6 -1
  902. package/docs/API-reference/api/x-components.split_words_regex.md +13 -0
  903. package/docs/API-reference/api/x-components.staggeredfadeandslide.animationname.md +13 -0
  904. package/docs/API-reference/api/x-components.staggeredfadeandslide.appear.md +13 -0
  905. package/docs/API-reference/api/x-components.staggeredfadeandslide.md +9 -2
  906. package/docs/API-reference/api/x-components.staggeringtransitiongroup.md +9 -0
  907. package/docs/API-reference/api/x-components.staggeringtransitiongroup.moveclass.md +13 -0
  908. package/docs/API-reference/api/x-components.staggeringtransitiongroup.name.md +13 -0
  909. package/docs/API-reference/api/x-components.staggeringtransitiongroup.staggering.md +13 -0
  910. package/docs/API-reference/api/x-components.staggeringtransitiongroup.tag.md +13 -0
  911. package/docs/API-reference/api/x-components.stateselector.md +3 -3
  912. package/docs/API-reference/api/x-components.statusstate.md +3 -3
  913. package/docs/API-reference/api/x-components.subobject.md +29 -0
  914. package/docs/API-reference/api/x-components.tagging.activeconsent.md +18 -0
  915. package/docs/API-reference/api/x-components.tagging.clickedresultstoragekey.md +13 -0
  916. package/docs/API-reference/api/x-components.tagging.clickedresultstoragettlms.md +13 -0
  917. package/docs/API-reference/api/x-components.tagging.config.md +11 -0
  918. package/docs/API-reference/api/x-components.tagging.consent.md +13 -0
  919. package/docs/API-reference/api/x-components.tagging.created.md +17 -0
  920. package/docs/API-reference/api/x-components.tagging.md +32 -0
  921. package/docs/API-reference/api/x-components.tagging.render.md +15 -0
  922. package/docs/API-reference/api/x-components.taggingactions.md +7 -0
  923. package/docs/API-reference/api/x-components.taggingactions.track.md +24 -0
  924. package/docs/API-reference/api/x-components.taggingconfig.clickedresultstoragekey.md +13 -0
  925. package/docs/API-reference/api/x-components.taggingconfig.clickedresultstoragettlms.md +13 -0
  926. package/docs/API-reference/api/x-components.taggingconfig.md +10 -0
  927. package/docs/API-reference/api/x-components.taggingconfig.querytaggingdebouncems.md +13 -0
  928. package/docs/API-reference/api/x-components.taggingconfig.sessionttlms.md +13 -0
  929. package/docs/API-reference/api/x-components.taggingmutations.md +9 -0
  930. package/docs/API-reference/api/x-components.taggingmutations.setconsent.md +24 -0
  931. package/docs/API-reference/api/x-components.taggingmutations.setquerytagginginfo.md +24 -0
  932. package/docs/API-reference/api/x-components.taggingmutations.settaggingconfig.md +24 -0
  933. package/docs/API-reference/api/x-components.taggingstate.config.md +13 -0
  934. package/docs/API-reference/api/x-components.taggingstate.consent.md +13 -0
  935. package/docs/API-reference/api/x-components.taggingstate.md +9 -0
  936. package/docs/API-reference/api/x-components.taggingstate.querytagginginfo.md +13 -0
  937. package/docs/API-reference/api/x-components.taggingxevents.consentchanged.md +13 -0
  938. package/docs/API-reference/api/x-components.taggingxevents.consentprovided.md +13 -0
  939. package/docs/API-reference/api/x-components.taggingxevents.md +13 -0
  940. package/docs/API-reference/api/x-components.taggingxevents.pdpisloaded.md +13 -0
  941. package/docs/API-reference/api/x-components.taggingxevents.resulturltrackingenabled.md +13 -0
  942. package/docs/API-reference/api/x-components.taggingxevents.searchtaggingreceived.md +13 -0
  943. package/docs/API-reference/api/x-components.taggingxevents.taggingconfigprovided.md +13 -0
  944. package/docs/API-reference/api/x-components.taggingxevents.userclickedpdpaddtocart.md +13 -0
  945. package/docs/API-reference/api/x-components.tagicon.md +11 -0
  946. package/docs/API-reference/api/x-components.throttle.md +3 -3
  947. package/docs/API-reference/api/x-components.timedwireoperatoroptions.cancelon.md +13 -0
  948. package/docs/API-reference/api/x-components.timedwireoperatoroptions.forceon.md +13 -0
  949. package/docs/API-reference/api/x-components.timedwireoperatoroptions.md +21 -0
  950. package/docs/API-reference/api/x-components.timeselector.md +15 -0
  951. package/docs/API-reference/api/x-components.track.md +13 -0
  952. package/docs/API-reference/api/x-components.trackaddtocartwire.md +13 -0
  953. package/docs/API-reference/api/x-components.trackbannerclickedwire.md +13 -0
  954. package/docs/API-reference/api/x-components.trackquerywire.md +13 -0
  955. package/docs/API-reference/api/x-components.trackresultclickedwire.md +13 -0
  956. package/docs/API-reference/api/x-components.updatehistoryquerieswithsearchresponse.md +13 -0
  957. package/docs/API-reference/api/x-components.urlgetters.md +3 -3
  958. package/docs/API-reference/api/x-components.urlhandler.initialextraparams.md +11 -0
  959. package/docs/API-reference/api/x-components.urlhandler.md +7 -1
  960. package/docs/API-reference/api/x-components.urlmutations.md +4 -1
  961. package/docs/API-reference/api/x-components.urlmutations.setinitialextraparams.md +1 -1
  962. package/docs/API-reference/api/x-components.urlmutations.setscroll.md +24 -0
  963. package/docs/API-reference/api/x-components.urlmutations.setsort.md +24 -0
  964. package/docs/API-reference/api/x-components.urlparams.md +8 -8
  965. package/docs/API-reference/api/x-components.urlparams.scroll.md +1 -1
  966. package/docs/API-reference/api/x-components.urlstate.initialextraparams.md +11 -0
  967. package/docs/API-reference/api/x-components.urlstate.md +9 -5
  968. package/docs/API-reference/api/x-components.urlxevents.extraparamsloadedfromurl.md +1 -1
  969. package/docs/API-reference/api/x-components.urlxevents.md +6 -6
  970. package/docs/API-reference/api/x-components.vuecssclasses.md +0 -2
  971. package/docs/API-reference/api/x-components.watchedinternalsearchrequest.md +21 -0
  972. package/docs/API-reference/api/x-components.watchedinternalsearchrequest.newrequest.md +11 -0
  973. package/docs/API-reference/api/x-components.watchedinternalsearchrequest.oldrequest.md +11 -0
  974. package/docs/API-reference/api/x-components.windowscroll.beforedestroy.md +17 -0
  975. package/docs/API-reference/api/x-components.windowscroll.id.md +13 -0
  976. package/docs/API-reference/api/x-components.windowscroll.md +30 -0
  977. package/docs/API-reference/api/x-components.windowscroll.mounted.md +15 -0
  978. package/docs/API-reference/api/x-components.windowscroll.render.md +15 -0
  979. package/docs/API-reference/api/x-components.windowscroll.scrollableelement.md +13 -0
  980. package/docs/API-reference/api/x-components.wiremetadata.component.md +13 -0
  981. package/docs/API-reference/api/x-components.wiremetadata.feature.md +13 -0
  982. package/docs/API-reference/api/x-components.wiremetadata.location.md +13 -0
  983. package/docs/API-reference/api/x-components.wiremetadata.md +9 -6
  984. package/docs/API-reference/api/x-components.wiremetadata.oldvalue.md +13 -0
  985. package/docs/API-reference/api/x-components.wireparams.md +3 -3
  986. package/docs/API-reference/api/x-components.wirepayload.md +4 -4
  987. package/docs/API-reference/api/x-components.wireservice.md +1 -1
  988. package/docs/API-reference/api/x-components.wireservicewithoutpayload.md +1 -1
  989. package/docs/API-reference/api/x-components.wiring.md +2 -2
  990. package/docs/API-reference/api/x-components.xactioncontext.md +3 -3
  991. package/docs/API-reference/api/x-components.xapi.addproducttocart.md +28 -0
  992. package/docs/API-reference/api/x-components.xapi.md +2 -0
  993. package/docs/API-reference/api/x-components.xapi.search.md +1 -1
  994. package/docs/API-reference/api/x-components.xapi.setsnippetconfig.md +24 -0
  995. package/docs/API-reference/api/x-components.xbus.emit_1.md +1 -1
  996. package/docs/API-reference/api/x-components.xbus.on_1.md +1 -1
  997. package/docs/API-reference/api/x-components.xcomponentaliasapi.fullhistoryqueries.md +13 -0
  998. package/docs/API-reference/api/x-components.xcomponentaliasapi.historyqueries.md +1 -1
  999. package/docs/API-reference/api/x-components.xcomponentaliasapi.historyquerieswithresults.md +13 -0
  1000. package/docs/API-reference/api/x-components.xcomponentaliasapi.md +27 -21
  1001. package/docs/API-reference/api/x-components.xcomponentaliasapi.results.md +13 -0
  1002. package/docs/API-reference/api/x-components.xcomponentaliasapi.scroll.md +13 -0
  1003. package/docs/API-reference/api/x-components.xcomponentaliasapi.searchboxstatus.md +13 -0
  1004. package/docs/API-reference/api/x-components.xcomponentaliasapi.selectedsort.md +13 -0
  1005. package/docs/API-reference/api/x-components.xcomponentaliasqueryapi.facets.md +13 -0
  1006. package/docs/API-reference/api/x-components.xcomponentaliasqueryapi.md +8 -7
  1007. package/docs/API-reference/api/x-components.xcomponentaliasstatusapi.md +9 -9
  1008. package/docs/API-reference/api/x-components.xcomponentbusapi.emit_1.md +2 -2
  1009. package/docs/API-reference/api/x-components.xcomponentbusapi.md +3 -3
  1010. package/docs/API-reference/api/x-components.xemit.md +1 -1
  1011. package/docs/API-reference/api/x-components.xeventlisteners.md +17 -0
  1012. package/docs/API-reference/api/x-components.xeventstypes.columnsnumberprovided.md +1 -1
  1013. package/docs/API-reference/api/x-components.xeventstypes.md +33 -32
  1014. package/docs/API-reference/api/x-components.xeventstypes.moduleregistered.md +13 -0
  1015. package/docs/API-reference/api/x-components.xeventstypes.renderedcolumnsnumberchanged.md +13 -0
  1016. package/docs/API-reference/api/x-components.xeventstypes.snippetcallbackexecuted.md +18 -0
  1017. package/docs/API-reference/api/x-components.xeventstypes.suggestionsdisplayed.md +1 -1
  1018. package/docs/API-reference/api/x-components.xeventstypes.togglepanelstatechanged.md +1 -1
  1019. package/docs/API-reference/api/x-components.xeventstypes.useracceptedaquery.md +1 -1
  1020. package/docs/API-reference/api/x-components.xeventstypes.useracceptedspellcheckquery.md +1 -1
  1021. package/docs/API-reference/api/x-components.xeventstypes.userclickedaresult.md +1 -1
  1022. package/docs/API-reference/api/x-components.xeventstypes.userclickedaresultrating.md +13 -0
  1023. package/docs/API-reference/api/x-components.xeventstypes.userclickedcloseeventsmodal.md +1 -1
  1024. package/docs/API-reference/api/x-components.xeventstypes.userclickedclosemodal.md +1 -1
  1025. package/docs/API-reference/api/x-components.xeventstypes.userclickedclosex.md +13 -0
  1026. package/docs/API-reference/api/x-components.xeventstypes.userclickedcolumnpicker.md +1 -1
  1027. package/docs/API-reference/api/x-components.xeventstypes.userclickedopeneventsmodal.md +1 -1
  1028. package/docs/API-reference/api/x-components.xeventstypes.userclickedopenmodal.md +1 -1
  1029. package/docs/API-reference/api/x-components.xeventstypes.userclickedopenx.md +13 -0
  1030. package/docs/API-reference/api/x-components.xeventstypes.userclickedoutofeventsmodal.md +1 -1
  1031. package/docs/API-reference/api/x-components.xeventstypes.userclickedoutofmainmodal.md +13 -0
  1032. package/docs/API-reference/api/x-components.xeventstypes.userclickedoutofmodal.md +1 -1
  1033. package/docs/API-reference/api/x-components.xeventstypes.userclickedpaneltogglebutton.md +1 -1
  1034. package/docs/API-reference/api/x-components.xeventstypes.userclickedresultaddtocart.md +1 -1
  1035. package/docs/API-reference/api/x-components.xeventstypes.userclickedscrolltotop.md +1 -1
  1036. package/docs/API-reference/api/x-components.xeventstypes.useropenxprogrammatically.md +1 -1
  1037. package/docs/API-reference/api/x-components.xeventstypes.userpressedarrowkey.md +1 -1
  1038. package/docs/API-reference/api/x-components.xeventstypes.userreachedempathizetop.md +1 -1
  1039. package/docs/API-reference/api/x-components.xeventstypes.userselectedaresultvariant.md +17 -0
  1040. package/docs/API-reference/api/x-components.xeventstypes.userselectedasuggestion.md +1 -1
  1041. package/docs/API-reference/api/x-components.xinject.md +1 -1
  1042. package/docs/API-reference/api/x-components.xinstaller._constructor_.md +4 -0
  1043. package/docs/API-reference/api/x-components.xinstaller.init.md +4 -9
  1044. package/docs/API-reference/api/x-components.xinstaller.init_1.md +15 -0
  1045. package/docs/API-reference/api/x-components.xinstaller.md +11 -8
  1046. package/docs/API-reference/api/x-components.xinstaller.normalisesnippetconfig.md +22 -0
  1047. package/docs/API-reference/api/x-components.xinstaller.normalisesnippetconfig_1.md +22 -0
  1048. package/docs/API-reference/api/x-components.xmodule.md +6 -6
  1049. package/docs/API-reference/api/x-components.xmoduleoptions.md +4 -4
  1050. package/docs/API-reference/api/x-components.xmodulestree.md +19 -17
  1051. package/docs/API-reference/api/x-components.xmodulestree.queriespreview.md +11 -0
  1052. package/docs/API-reference/api/x-components.xmodulestree.scroll.md +11 -0
  1053. package/docs/API-reference/api/x-components.xon.md +1 -1
  1054. package/docs/API-reference/api/x-components.xplugin.adapter.md +2 -2
  1055. package/docs/API-reference/api/x-components.xplugin.md +4 -6
  1056. package/docs/API-reference/api/x-components.xplugin.wiring.md +11 -0
  1057. package/docs/API-reference/api/x-components.xpluginoptions.adapter.md +1 -1
  1058. package/docs/API-reference/api/x-components.xpluginoptions.md +7 -7
  1059. package/docs/API-reference/api/x-components.xstoremodule.md +6 -6
  1060. package/docs/API-reference/api/x-components.xstoremoduleoptions.md +1 -1
  1061. package/docs/API-reference/api/x-types.banner.md +8 -8
  1062. package/docs/API-reference/api/x-types.banner.position.md +13 -0
  1063. package/docs/API-reference/api/x-types.booleanfilter.md +5 -5
  1064. package/docs/API-reference/api/x-types.editablenumberrangefacet.md +4 -4
  1065. package/docs/API-reference/api/x-types.editablenumberrangefilter.md +4 -4
  1066. package/docs/API-reference/api/x-types.extraparamsrequest.extraparams.md +13 -0
  1067. package/docs/API-reference/api/x-types.extraparamsrequest.md +20 -0
  1068. package/docs/API-reference/api/x-types.facet.md +4 -4
  1069. package/docs/API-reference/api/x-types.facetfilter.md +4 -4
  1070. package/docs/API-reference/api/x-types.facetfilter.modelname.md +1 -1
  1071. package/docs/API-reference/api/x-types.facetfilterschema.md +1 -1
  1072. package/docs/API-reference/api/x-types.filter.md +3 -3
  1073. package/docs/API-reference/api/x-types.filterablerequest.filters.md +11 -0
  1074. package/docs/API-reference/api/x-types.filterablerequest.md +20 -0
  1075. package/docs/API-reference/api/x-types.hierarchicalfacet.md +4 -4
  1076. package/docs/API-reference/api/x-types.hierarchicalfilter.children.md +2 -2
  1077. package/docs/API-reference/api/x-types.hierarchicalfilter.md +5 -5
  1078. package/docs/API-reference/api/x-types.hierarchicalfilter.parentid.md +1 -1
  1079. package/docs/API-reference/api/x-types.historyquery.md +3 -3
  1080. package/docs/API-reference/api/x-types.identifiable.id.md +1 -1
  1081. package/docs/API-reference/api/x-types.identifiable.md +4 -4
  1082. package/docs/API-reference/api/x-types.identifierresultsrequest.md +15 -0
  1083. package/docs/API-reference/api/x-types.identifierresultsresponse.md +20 -0
  1084. package/docs/API-reference/api/x-types.identifierresultsresponse.results.md +11 -0
  1085. package/docs/API-reference/api/x-types.md +30 -3
  1086. package/docs/API-reference/api/x-types.namedmodel.md +3 -3
  1087. package/docs/API-reference/api/x-types.nextqueries.md +3 -3
  1088. package/docs/API-reference/api/x-types.nextqueriesrequest.md +15 -0
  1089. package/docs/API-reference/api/x-types.nextqueriesresponse.md +20 -0
  1090. package/docs/API-reference/api/x-types.nextqueriesresponse.nextqueries.md +11 -0
  1091. package/docs/API-reference/api/x-types.nextquery.iscurated.md +13 -0
  1092. package/docs/API-reference/api/x-types.nextquery.md +6 -0
  1093. package/docs/API-reference/api/x-types.numberrangefacet.md +4 -4
  1094. package/docs/API-reference/api/x-types.numberrangefilter.md +4 -4
  1095. package/docs/API-reference/api/x-types.pageablerequest.md +21 -0
  1096. package/docs/API-reference/api/x-types.pageablerequest.rows.md +11 -0
  1097. package/docs/API-reference/api/x-types.pageablerequest.start.md +11 -0
  1098. package/docs/API-reference/api/x-types.partialresult.md +4 -4
  1099. package/docs/API-reference/api/x-types.popularsearchesrequest.md +15 -0
  1100. package/docs/API-reference/api/x-types.popularsearchesresponse.md +20 -0
  1101. package/docs/API-reference/api/x-types.popularsearchesresponse.suggestions.md +11 -0
  1102. package/docs/API-reference/api/x-types.previewable.md +6 -6
  1103. package/docs/API-reference/api/x-types.previewresults.items.md +13 -0
  1104. package/docs/API-reference/api/x-types.previewresults.md +22 -0
  1105. package/docs/API-reference/api/x-types.previewresults.query.md +13 -0
  1106. package/docs/API-reference/api/x-types.previewresults.totalresults.md +13 -0
  1107. package/docs/API-reference/api/x-types.promoted.md +8 -8
  1108. package/docs/API-reference/api/x-types.promoted.position.md +13 -0
  1109. package/docs/API-reference/api/x-types.queryablerequest.md +20 -0
  1110. package/docs/API-reference/api/x-types.queryablerequest.query.md +11 -0
  1111. package/docs/API-reference/api/x-types.querysuggestionsrequest.md +15 -0
  1112. package/docs/API-reference/api/x-types.querysuggestionsresponse.md +20 -0
  1113. package/docs/API-reference/api/x-types.querysuggestionsresponse.suggestions.md +11 -0
  1114. package/docs/API-reference/api/x-types.rangevalue.md +4 -4
  1115. package/docs/API-reference/api/x-types.rawfilter.md +5 -5
  1116. package/docs/API-reference/api/x-types.rawfilter.selected.md +1 -1
  1117. package/docs/API-reference/api/x-types.recommendationsrequest.md +15 -0
  1118. package/docs/API-reference/api/x-types.recommendationsresponse.md +20 -0
  1119. package/docs/API-reference/api/x-types.recommendationsresponse.results.md +11 -0
  1120. package/docs/API-reference/api/x-types.redirection.md +5 -6
  1121. package/docs/API-reference/api/x-types.relatedtag.iscurated.md +13 -0
  1122. package/docs/API-reference/api/x-types.relatedtag.md +4 -5
  1123. package/docs/API-reference/api/x-types.relatedtagsrequest.md +15 -0
  1124. package/docs/API-reference/api/x-types.relatedtagsresponse.md +20 -0
  1125. package/docs/API-reference/api/x-types.relatedtagsresponse.relatedtags.md +11 -0
  1126. package/docs/API-reference/api/x-types.result.identifier.md +1 -1
  1127. package/docs/API-reference/api/x-types.result.images.md +1 -1
  1128. package/docs/API-reference/api/x-types.result.iswishlisted.md +1 -1
  1129. package/docs/API-reference/api/x-types.result.md +13 -13
  1130. package/docs/API-reference/api/x-types.result.name.md +1 -1
  1131. package/docs/API-reference/api/x-types.result.price.md +1 -1
  1132. package/docs/API-reference/api/x-types.result.rating.md +1 -1
  1133. package/docs/API-reference/api/x-types.result.type.md +1 -1
  1134. package/docs/API-reference/api/x-types.result.url.md +1 -1
  1135. package/docs/API-reference/api/x-types.result.variants.md +13 -0
  1136. package/docs/API-reference/api/x-types.resultidentifier.md +3 -3
  1137. package/docs/API-reference/api/x-types.resultprice.md +5 -5
  1138. package/docs/API-reference/api/x-types.resultrating.md +3 -3
  1139. package/docs/API-reference/api/x-types.resultvariant.md +15 -0
  1140. package/docs/API-reference/api/x-types.searchrequest.md +15 -0
  1141. package/docs/API-reference/api/x-types.searchresponse.banners.md +11 -0
  1142. package/docs/API-reference/api/x-types.searchresponse.facets.md +11 -0
  1143. package/docs/API-reference/api/x-types.searchresponse.md +28 -0
  1144. package/docs/API-reference/api/x-types.searchresponse.partialresults.md +11 -0
  1145. package/docs/API-reference/api/x-types.searchresponse.promoteds.md +11 -0
  1146. package/docs/API-reference/api/x-types.searchresponse.querytagging.md +11 -0
  1147. package/docs/API-reference/api/x-types.searchresponse.redirections.md +11 -0
  1148. package/docs/API-reference/api/x-types.searchresponse.results.md +11 -0
  1149. package/docs/API-reference/api/x-types.searchresponse.spellcheck.md +11 -0
  1150. package/docs/API-reference/api/x-types.searchresponse.totalresults.md +11 -0
  1151. package/docs/API-reference/api/x-types.simplefacet.md +4 -4
  1152. package/docs/API-reference/api/x-types.simplefilter.md +3 -3
  1153. package/docs/API-reference/api/x-types.sortablerequest.md +20 -0
  1154. package/docs/API-reference/api/x-types.sortablerequest.sort.md +11 -0
  1155. package/docs/API-reference/api/x-types.suggestion.iscurated.md +13 -0
  1156. package/docs/API-reference/api/x-types.suggestion.md +4 -4
  1157. package/docs/API-reference/api/x-types.taggable.md +20 -0
  1158. package/docs/API-reference/api/x-types.taggable.tagging.md +13 -0
  1159. package/docs/API-reference/api/x-types.taggableschema.md +13 -0
  1160. package/docs/API-reference/api/x-types.tagging.add2cart.md +13 -0
  1161. package/docs/API-reference/api/x-types.tagging.checkout.md +13 -0
  1162. package/docs/API-reference/api/x-types.tagging.click.md +13 -0
  1163. package/docs/API-reference/api/x-types.tagging.md +8 -5
  1164. package/docs/API-reference/api/x-types.tagging.query.md +13 -0
  1165. package/docs/API-reference/api/x-types.tagging.wishlist.md +13 -0
  1166. package/docs/API-reference/api/x-types.taggingrequest.md +21 -0
  1167. package/docs/API-reference/api/x-types.taggingrequest.params.md +13 -0
  1168. package/docs/API-reference/api/x-types.taggingrequest.url.md +13 -0
  1169. package/docs/API-reference/api/x-types.taggingrequestschema.md +13 -0
  1170. package/docs/API-reference/api/x-types.trackablerequest.md +20 -0
  1171. package/docs/API-reference/api/x-types.trackablerequest.origin.md +11 -0
  1172. package/docs/API-reference/api/x-types.trackableshowresponse.md +20 -0
  1173. package/docs/API-reference/api/x-types.trackableshowresponse.showtagging.md +11 -0
  1174. package/docs/API-reference/api/x-types.userinfo.md +5 -5
  1175. package/docs/API-reference/api/x-types.xcomponentsadapter.identifierresults.md +11 -0
  1176. package/docs/API-reference/api/x-types.xcomponentsadapter.md +25 -0
  1177. package/docs/API-reference/api/x-types.xcomponentsadapter.nextqueries.md +11 -0
  1178. package/docs/API-reference/api/x-types.xcomponentsadapter.popularsearches.md +11 -0
  1179. package/docs/API-reference/api/x-types.xcomponentsadapter.querysuggestions.md +11 -0
  1180. package/docs/API-reference/api/x-types.xcomponentsadapter.recommendations.md +11 -0
  1181. package/docs/API-reference/api/x-types.xcomponentsadapter.relatedtags.md +11 -0
  1182. package/docs/API-reference/api/x-types.xcomponentsadapter.search.md +11 -0
  1183. package/docs/API-reference/api/x-types.xcomponentsadapter.tagging.md +11 -0
  1184. package/docs/API-reference/components/common/animations/x-components.animate-width.md +5 -8
  1185. package/docs/API-reference/components/common/animations/x-components.collapse-height.md +11 -9
  1186. package/docs/API-reference/components/common/animations/x-components.collapse-width.md +11 -9
  1187. package/docs/API-reference/components/common/animations/x-components.cross-fade.md +10 -8
  1188. package/docs/API-reference/components/common/animations/x-components.fade-and-slide.md +9 -12
  1189. package/docs/API-reference/components/common/animations/x-components.fade.md +51 -0
  1190. package/docs/API-reference/components/common/animations/x-components.staggered-fade-and-slide.md +10 -8
  1191. package/docs/API-reference/components/common/animations/x-components.staggering-transition-group.md +31 -0
  1192. package/docs/API-reference/components/common/column-picker/x-components.base-column-picker-dropdown.md +13 -20
  1193. package/docs/API-reference/components/common/column-picker/x-components.base-column-picker-list.md +34 -15
  1194. package/docs/API-reference/components/common/currency/x-components.base-currency.md +270 -62
  1195. package/docs/API-reference/components/common/filters/labels/x-components.base-price-filter-label.md +13 -17
  1196. package/docs/API-reference/components/common/filters/labels/x-components.base-rating-filter-label.md +8 -12
  1197. package/docs/API-reference/components/common/icons/x-components.arrow-down.md +7 -0
  1198. package/docs/API-reference/components/common/icons/x-components.arrow-left.md +7 -0
  1199. package/docs/API-reference/components/common/icons/x-components.arrow-right.md +7 -0
  1200. package/docs/API-reference/components/common/icons/x-components.arrow-up.md +7 -0
  1201. package/docs/API-reference/components/common/icons/x-components.bag.md +3 -4
  1202. package/docs/API-reference/components/common/icons/x-components.bar-code.md +4 -5
  1203. package/docs/API-reference/components/common/icons/x-components.barcode-tiny.md +4 -5
  1204. package/docs/API-reference/components/common/icons/x-components.cart.md +3 -4
  1205. package/docs/API-reference/components/common/icons/x-components.check-tiny.md +4 -5
  1206. package/docs/API-reference/components/common/icons/x-components.check.md +3 -4
  1207. package/docs/API-reference/components/common/icons/x-components.checkbox-card-selected.md +4 -5
  1208. package/docs/API-reference/components/common/icons/x-components.checkbox-card-unselected.md +4 -5
  1209. package/docs/API-reference/components/common/icons/x-components.checkbox-selected.md +4 -5
  1210. package/docs/API-reference/components/common/icons/x-components.checkbox-unselected.md +4 -5
  1211. package/docs/API-reference/components/common/icons/x-components.chevron-down.md +4 -5
  1212. package/docs/API-reference/components/common/icons/x-components.chevron-left.md +4 -5
  1213. package/docs/API-reference/components/common/icons/x-components.chevron-right.md +4 -5
  1214. package/docs/API-reference/components/common/icons/x-components.chevron-tiny-down.md +4 -5
  1215. package/docs/API-reference/components/common/icons/x-components.chevron-tiny-left.md +4 -5
  1216. package/docs/API-reference/components/common/icons/x-components.chevron-tiny-right.md +4 -5
  1217. package/docs/API-reference/components/common/icons/x-components.chevron-tiny-up.md +4 -5
  1218. package/docs/API-reference/components/common/icons/x-components.chevron-up.md +4 -5
  1219. package/docs/API-reference/components/common/icons/x-components.cross-tiny.md +4 -5
  1220. package/docs/API-reference/components/common/icons/x-components.cross.md +3 -4
  1221. package/docs/API-reference/components/common/icons/x-components.curated-check.md +7 -0
  1222. package/docs/API-reference/components/common/icons/x-components.filters.md +3 -4
  1223. package/docs/API-reference/components/common/icons/x-components.grid-1-col.md +4 -5
  1224. package/docs/API-reference/components/common/icons/x-components.grid-2-col.md +4 -5
  1225. package/docs/API-reference/components/common/icons/x-components.grid-2-rows.md +7 -0
  1226. package/docs/API-reference/components/common/icons/x-components.grid-4-col.md +7 -0
  1227. package/docs/API-reference/components/common/icons/x-components.hide.md +3 -4
  1228. package/docs/API-reference/components/common/icons/x-components.history-tiny.md +4 -5
  1229. package/docs/API-reference/components/common/icons/x-components.history.md +3 -4
  1230. package/docs/API-reference/components/common/icons/x-components.light-bulb-off.md +7 -0
  1231. package/docs/API-reference/components/common/icons/x-components.light-bulb-on.md +7 -0
  1232. package/docs/API-reference/components/common/icons/x-components.menu.md +3 -4
  1233. package/docs/API-reference/components/common/icons/x-components.minus-tiny.md +4 -5
  1234. package/docs/API-reference/components/common/icons/x-components.minus.md +3 -4
  1235. package/docs/API-reference/components/common/icons/x-components.nq-1.md +4 -5
  1236. package/docs/API-reference/components/common/icons/x-components.nq-2.md +4 -5
  1237. package/docs/API-reference/components/common/icons/x-components.nq-3.md +4 -5
  1238. package/docs/API-reference/components/common/icons/x-components.nq-4.md +4 -5
  1239. package/docs/API-reference/components/common/icons/x-components.plus.md +3 -4
  1240. package/docs/API-reference/components/common/icons/x-components.radiobutton-selected.md +7 -0
  1241. package/docs/API-reference/components/common/icons/x-components.radiobutton-unselected.md +7 -0
  1242. package/docs/API-reference/components/common/icons/x-components.search-tiny.md +4 -5
  1243. package/docs/API-reference/components/common/icons/x-components.search.md +3 -4
  1244. package/docs/API-reference/components/common/icons/x-components.settings.md +7 -0
  1245. package/docs/API-reference/components/common/icons/x-components.show.md +3 -4
  1246. package/docs/API-reference/components/common/icons/x-components.star.md +3 -4
  1247. package/docs/API-reference/components/common/icons/x-components.tag.md +7 -0
  1248. package/docs/API-reference/components/common/icons/x-components.trash-open.md +4 -5
  1249. package/docs/API-reference/components/common/icons/x-components.trash.md +3 -4
  1250. package/docs/API-reference/components/common/icons/x-components.trending-tiny.md +4 -5
  1251. package/docs/API-reference/components/common/icons/x-components.trending.md +3 -4
  1252. package/docs/API-reference/components/common/icons/x-components.user.md +3 -4
  1253. package/docs/API-reference/components/common/layouts/x-components.fixed-header-and-asides-layout.md +9 -9
  1254. package/docs/API-reference/components/common/layouts/x-components.multi-column-max-width-layout.md +6 -9
  1255. package/docs/API-reference/components/common/layouts/x-components.single-column-layout.md +19 -19
  1256. package/docs/API-reference/components/common/modals/x-components.base-events-modal-close.md +7 -11
  1257. package/docs/API-reference/components/common/modals/x-components.base-events-modal-open.md +7 -11
  1258. package/docs/API-reference/components/common/modals/x-components.base-events-modal.md +7 -16
  1259. package/docs/API-reference/components/common/modals/x-components.base-id-modal-close.md +49 -22
  1260. package/docs/API-reference/components/common/modals/x-components.base-id-modal-open.md +49 -22
  1261. package/docs/API-reference/components/common/modals/x-components.base-id-modal.md +6 -12
  1262. package/docs/API-reference/components/common/modals/x-components.base-modal.md +17 -15
  1263. package/docs/API-reference/components/common/modals/x-components.close-main-modal.md +51 -0
  1264. package/docs/API-reference/components/common/modals/x-components.main-modal.md +57 -0
  1265. package/docs/API-reference/components/common/modals/x-components.open-main-modal.md +51 -0
  1266. package/docs/API-reference/components/common/panels/x-components.base-header-toggle-panel.md +8 -12
  1267. package/docs/API-reference/components/common/panels/x-components.base-id-toggle-panel-button.md +7 -14
  1268. package/docs/API-reference/components/common/panels/x-components.base-id-toggle-panel.md +6 -16
  1269. package/docs/API-reference/components/common/panels/x-components.base-tabs-panel.md +332 -0
  1270. package/docs/API-reference/components/common/panels/x-components.base-toggle-panel.md +6 -10
  1271. package/docs/API-reference/components/common/result/x-components.base-result-add-to-cart.md +6 -10
  1272. package/docs/API-reference/components/common/result/x-components.base-result-current-price.md +7 -11
  1273. package/docs/API-reference/components/common/result/x-components.base-result-fallback-image.md +4 -5
  1274. package/docs/API-reference/components/common/result/x-components.base-result-image.md +69 -18
  1275. package/docs/API-reference/components/common/result/x-components.base-result-link.md +11 -27
  1276. package/docs/API-reference/components/common/result/x-components.base-result-placeholder-image.md +4 -5
  1277. package/docs/API-reference/components/common/result/x-components.base-result-previous-price.md +43 -18
  1278. package/docs/API-reference/components/common/result/x-components.base-result-rating.md +252 -0
  1279. package/docs/API-reference/components/common/result/x-components.result-variant-selector.md +297 -0
  1280. package/docs/API-reference/components/common/result/x-components.result-variants-provider.md +188 -0
  1281. package/docs/API-reference/components/common/scroll/x-components.base-scroll.md +61 -46
  1282. package/docs/API-reference/components/common/suggestions/x-components.base-suggestion.md +101 -46
  1283. package/docs/API-reference/components/common/suggestions/x-components.base-suggestions.md +76 -21
  1284. package/docs/API-reference/components/common/x-components.auto-progress-bar.md +4 -7
  1285. package/docs/API-reference/components/common/x-components.base-dropdown.md +10 -13
  1286. package/docs/API-reference/components/common/x-components.base-event-button.md +6 -13
  1287. package/docs/API-reference/components/common/x-components.base-grid.md +12 -19
  1288. package/docs/API-reference/components/common/x-components.base-keyboard-navigation.md +8 -17
  1289. package/docs/API-reference/components/common/x-components.base-rating.md +13 -17
  1290. package/docs/API-reference/components/common/x-components.base-switch.md +76 -0
  1291. package/docs/API-reference/components/common/x-components.base-variable-column-grid.md +8 -14
  1292. package/docs/API-reference/components/common/x-components.global-x-bus.md +50 -0
  1293. package/docs/API-reference/components/common/x-components.highlight.md +97 -0
  1294. package/docs/API-reference/components/common/x-components.items-list.md +7 -9
  1295. package/docs/API-reference/components/common/x-components.location-provider.md +53 -0
  1296. package/docs/API-reference/components/common/x-components.sliding-panel.md +231 -40
  1297. package/docs/API-reference/components/common/x-components.snippet-callbacks.md +33 -0
  1298. package/docs/API-reference/components/device/x-components.device-detector.md +4 -9
  1299. package/docs/API-reference/components/empathize/x-components.empathize.md +10 -14
  1300. package/docs/API-reference/components/extra-params/x-components.extra-params.md +4 -8
  1301. package/docs/API-reference/components/extra-params/x-components.renderless-extra-param.md +6 -10
  1302. package/docs/API-reference/components/extra-params/x-components.snippet-config-extra-params.md +10 -7
  1303. package/docs/API-reference/components/facets/x-components.clear-filters.md +11 -14
  1304. package/docs/API-reference/components/facets/x-components.facets/facets-provider.md +5 -11
  1305. package/docs/API-reference/components/facets/x-components.facets/facets.md +43 -24
  1306. package/docs/API-reference/components/facets/x-components.filters/all-filter.md +9 -16
  1307. package/docs/API-reference/components/facets/x-components.filters/editable-number-range-filter.md +8 -21
  1308. package/docs/API-reference/components/facets/x-components.filters/hierarchical-filter.md +152 -36
  1309. package/docs/API-reference/components/facets/x-components.filters/number-range-filter.md +122 -25
  1310. package/docs/API-reference/components/facets/x-components.filters/renderless-filter.md +7 -13
  1311. package/docs/API-reference/components/facets/x-components.filters/simple-filter.md +61 -24
  1312. package/docs/API-reference/components/facets/x-components.lists/exclude-filters-with-no-results.md +7 -15
  1313. package/docs/API-reference/components/facets/x-components.lists/filters-list.md +7 -12
  1314. package/docs/API-reference/components/facets/x-components.lists/filters-search.md +13 -15
  1315. package/docs/API-reference/components/facets/x-components.lists/selected-filters-list.md +22 -29
  1316. package/docs/API-reference/components/facets/x-components.lists/selected-filters.md +15 -22
  1317. package/docs/API-reference/components/facets/x-components.lists/sliced-filters.md +17 -18
  1318. package/docs/API-reference/components/facets/x-components.lists/sorted-filters.md +9 -12
  1319. package/docs/API-reference/components/facets/x-components.preselected-filters.md +76 -0
  1320. package/docs/API-reference/components/history-queries/x-components.clear-history-queries.md +35 -15
  1321. package/docs/API-reference/components/history-queries/x-components.history-queries-switch.md +97 -0
  1322. package/docs/API-reference/components/history-queries/x-components.history-queries.md +182 -59
  1323. package/docs/API-reference/components/history-queries/x-components.history-query.md +79 -33
  1324. package/docs/API-reference/components/history-queries/x-components.my-history.md +197 -0
  1325. package/docs/API-reference/components/history-queries/x-components.remove-history-query.md +6 -11
  1326. package/docs/API-reference/components/identifier-results/x-components.identifier-result.md +6 -10
  1327. package/docs/API-reference/components/identifier-results/x-components.identifier-results.md +34 -14
  1328. package/docs/API-reference/components/next-queries/x-components.next-queries-list.md +54 -20
  1329. package/docs/API-reference/components/next-queries/x-components.next-queries.md +136 -47
  1330. package/docs/API-reference/components/next-queries/x-components.next-query-preview.md +201 -0
  1331. package/docs/API-reference/components/next-queries/x-components.next-query.md +80 -28
  1332. package/docs/API-reference/components/popular-searches/x-components.popular-search.md +65 -27
  1333. package/docs/API-reference/components/popular-searches/x-components.popular-searches.md +109 -48
  1334. package/docs/API-reference/components/queries-preview/x-components.query-preview.md +189 -0
  1335. package/docs/API-reference/components/query-suggestions/x-components.query-suggestion.md +17 -22
  1336. package/docs/API-reference/components/query-suggestions/x-components.query-suggestions.md +42 -43
  1337. package/docs/API-reference/components/recommendations/x-components.recommendations.md +104 -77
  1338. package/docs/API-reference/components/related-tags/x-components.related-tag.md +29 -37
  1339. package/docs/API-reference/components/related-tags/x-components.related-tags.md +38 -42
  1340. package/docs/API-reference/components/scroll/x-components.main-scroll-item.md +80 -0
  1341. package/docs/API-reference/components/scroll/x-components.main-scroll.md +168 -0
  1342. package/docs/API-reference/components/scroll/x-components.scroll-to-top.md +62 -0
  1343. package/docs/API-reference/components/scroll/x-components.scroll.md +157 -0
  1344. package/docs/API-reference/components/scroll/x-components.window-scroll.md +151 -0
  1345. package/docs/API-reference/components/search/x-components.banner.md +5 -10
  1346. package/docs/API-reference/components/search/x-components.banners-list.md +7 -16
  1347. package/docs/API-reference/components/search/x-components.partial-query-button.md +7 -12
  1348. package/docs/API-reference/components/search/x-components.partial-results-list.md +8 -12
  1349. package/docs/API-reference/components/search/x-components.promoted.md +5 -9
  1350. package/docs/API-reference/components/search/x-components.promoteds-list.md +7 -16
  1351. package/docs/API-reference/components/search/x-components.redirection.md +4 -9
  1352. package/docs/API-reference/components/search/x-components.results-list.md +16 -19
  1353. package/docs/API-reference/components/search/x-components.sort-dropdown.md +13 -18
  1354. package/docs/API-reference/components/search/x-components.sort-list.md +9 -14
  1355. package/docs/API-reference/components/search/x-components.spellcheck-button.md +7 -12
  1356. package/docs/API-reference/components/search/x-components.spellcheck.md +6 -14
  1357. package/docs/API-reference/components/search-box/x-components.clear-search-input.md +30 -33
  1358. package/docs/API-reference/components/search-box/x-components.search-button.md +43 -28
  1359. package/docs/API-reference/components/search-box/x-components.search-input-placeholder.md +102 -0
  1360. package/docs/API-reference/components/search-box/x-components.search-input.md +32 -26
  1361. package/docs/API-reference/components/tagging/x-components.tagging.md +107 -0
  1362. package/docs/API-reference/components/url/x-components.url-handler.md +3 -8
  1363. package/docs/assets/features/overview-my-history.svg +279 -0
  1364. package/docs/assets/features/overview-product-results-card.svg +128 -0
  1365. package/docs/assets/interface/build-search-ui.svg +167 -0
  1366. package/docs/assets/interface/experience-search-intro.svg +1 -0
  1367. package/docs/assets/interface/integration-guide.svg +1 -0
  1368. package/docs/assets/interface/integration-video.png +0 -0
  1369. package/docs/assets/interface/x-architecture.svg +1 -0
  1370. package/docs/assets/interface/x-empathize.gif +0 -0
  1371. package/docs/assets/interface/x-facets.gif +0 -0
  1372. package/docs/assets/interface/x-facets.svg +189 -0
  1373. package/docs/assets/interface/x-history-queries.gif +0 -0
  1374. package/docs/assets/interface/x-id-results.gif +0 -0
  1375. package/docs/assets/interface/x-next-queries.gif +0 -0
  1376. package/docs/assets/interface/x-popular-searches.gif +0 -0
  1377. package/docs/assets/interface/x-query-suggestions.gif +0 -0
  1378. package/docs/assets/interface/x-recommendations.gif +0 -0
  1379. package/docs/assets/interface/x-related-tags.gif +0 -0
  1380. package/docs/assets/interface/x-results-layout.svg +259 -0
  1381. package/docs/assets/interface/x-search-box-elements.svg +1 -0
  1382. package/docs/assets/interface/x-search-box.svg +60 -0
  1383. package/docs/build-search-ui/README.md +127 -0
  1384. package/docs/build-search-ui/sidebar.js +7 -0
  1385. package/docs/build-search-ui/web-archetype-development-guide.md +187 -0
  1386. package/docs/build-search-ui/web-archetype-integration-guide.md +347 -0
  1387. package/docs/build-search-ui/web-how-to-use-x-components-guide.md +199 -0
  1388. package/docs/build-search-ui/web-x-architecture.md +83 -0
  1389. package/docs/build-search-ui/web-x-components-development-guide.md +156 -0
  1390. package/docs/experience-search-and-discovery/README.md +129 -0
  1391. package/docs/experience-search-and-discovery/empathize.md +113 -0
  1392. package/docs/experience-search-and-discovery/facets-and-filters.md +150 -0
  1393. package/docs/experience-search-and-discovery/history-queries.md +66 -0
  1394. package/docs/experience-search-and-discovery/id-results.md +45 -0
  1395. package/docs/experience-search-and-discovery/my-history.md +56 -0
  1396. package/docs/experience-search-and-discovery/next-queries.md +67 -0
  1397. package/docs/experience-search-and-discovery/popular-searches.md +46 -0
  1398. package/docs/experience-search-and-discovery/product-results-ui.md +78 -0
  1399. package/docs/experience-search-and-discovery/query-suggestions.md +44 -0
  1400. package/docs/experience-search-and-discovery/recommendations.md +48 -0
  1401. package/docs/experience-search-and-discovery/related-tags.md +47 -0
  1402. package/docs/experience-search-and-discovery/search-box.md +93 -0
  1403. package/docs/experience-search-and-discovery/serp-ui.md +121 -0
  1404. package/docs/experience-search-and-discovery/sidebar.js +17 -0
  1405. package/docs/experience-search-and-discovery/web-local-storage.md +24 -0
  1406. package/docs/input-status-machine-state.png +0 -0
  1407. package/empathize/index.js +3 -3
  1408. package/extra-params/index.js +5 -5
  1409. package/facets/index.js +13 -12
  1410. package/history-queries/index.js +9 -7
  1411. package/identifier-results/index.js +6 -5
  1412. package/js/components/animations/animate-clip-path/animate-clip-path.factory.js +18 -0
  1413. package/js/components/animations/animate-clip-path/animate-clip-path.factory.js.map +1 -0
  1414. package/js/components/animations/animate-clip-path/animate-clip-path.style.scss.js +16 -0
  1415. package/js/components/animations/animate-clip-path/animate-clip-path.style.scss.js.map +1 -0
  1416. package/js/components/animations/animate-scale/animate-scale.factory.js +18 -0
  1417. package/js/components/animations/animate-scale/animate-scale.factory.js.map +1 -0
  1418. package/js/components/animations/animate-scale/animate-scale.style.scss.js +16 -0
  1419. package/js/components/animations/animate-scale/animate-scale.style.scss.js.map +1 -0
  1420. package/js/components/animations/animate-translate/animate-translate.factory.js +18 -0
  1421. package/js/components/animations/animate-translate/animate-translate.factory.js.map +1 -0
  1422. package/js/components/animations/animate-translate/animate-translate.style.scss.js +16 -0
  1423. package/js/components/animations/animate-translate/animate-translate.style.scss.js.map +1 -0
  1424. package/js/components/animations/animate-width.vue.js +23 -18
  1425. package/js/components/animations/animate-width.vue.js.map +1 -1
  1426. package/js/components/animations/animate-width.vue_rollup-plugin-vue_script.vue.js +20 -0
  1427. package/js/components/animations/animate-width.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  1428. package/js/components/animations/animate-width.vue_rollup-plugin-vue_styles.0.vue.js +16 -0
  1429. package/js/components/animations/animate-width.vue_rollup-plugin-vue_styles.0.vue.js.map +1 -0
  1430. package/js/components/animations/animations.mixin.js +17 -6
  1431. package/js/components/animations/animations.mixin.js.map +1 -1
  1432. package/js/components/animations/collapse-height.vue.js +27 -25
  1433. package/js/components/animations/collapse-height.vue.js.map +1 -1
  1434. package/js/components/animations/collapse-height.vue_rollup-plugin-vue_script.vue.js +29 -0
  1435. package/js/components/animations/collapse-height.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  1436. package/js/components/animations/collapse-height.vue_rollup-plugin-vue_styles.0.vue.js +16 -0
  1437. package/js/components/animations/collapse-height.vue_rollup-plugin-vue_styles.0.vue.js.map +1 -0
  1438. package/js/components/animations/collapse-width.vue.js +27 -25
  1439. package/js/components/animations/collapse-width.vue.js.map +1 -1
  1440. package/js/components/animations/collapse-width.vue_rollup-plugin-vue_script.vue.js +29 -0
  1441. package/js/components/animations/collapse-width.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  1442. package/js/components/animations/collapse-width.vue_rollup-plugin-vue_styles.0.vue.js +16 -0
  1443. package/js/components/animations/collapse-width.vue_rollup-plugin-vue_styles.0.vue.js.map +1 -0
  1444. package/js/components/animations/create-directional-animation-factory.js +31 -0
  1445. package/js/components/animations/create-directional-animation-factory.js.map +1 -0
  1446. package/js/components/animations/cross-fade.vue.js +20 -18
  1447. package/js/components/animations/cross-fade.vue.js.map +1 -1
  1448. package/js/components/animations/cross-fade.vue_rollup-plugin-vue_script.vue.js +27 -0
  1449. package/js/components/animations/cross-fade.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  1450. package/js/components/animations/cross-fade.vue_rollup-plugin-vue_styles.0.vue.js +16 -0
  1451. package/js/components/animations/cross-fade.vue_rollup-plugin-vue_styles.0.vue.js.map +1 -0
  1452. package/js/components/animations/disable-animation.mixin.js +32 -0
  1453. package/js/components/animations/disable-animation.mixin.js.map +1 -0
  1454. package/js/components/animations/fade-and-slide.vue.js +23 -21
  1455. package/js/components/animations/fade-and-slide.vue.js.map +1 -1
  1456. package/js/components/animations/fade-and-slide.vue_rollup-plugin-vue_script.vue.js +40 -0
  1457. package/js/components/animations/fade-and-slide.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  1458. package/js/components/animations/fade-and-slide.vue_rollup-plugin-vue_styles.0.vue.js +16 -0
  1459. package/js/components/animations/fade-and-slide.vue_rollup-plugin-vue_styles.0.vue.js.map +1 -0
  1460. package/js/components/animations/fade.vue.js +60 -0
  1461. package/js/components/animations/fade.vue.js.map +1 -0
  1462. package/js/components/animations/fade.vue_rollup-plugin-vue_script.vue.js +27 -0
  1463. package/js/components/animations/fade.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  1464. package/js/components/animations/fade.vue_rollup-plugin-vue_styles.0.vue.js +16 -0
  1465. package/js/components/animations/fade.vue_rollup-plugin-vue_styles.0.vue.js.map +1 -0
  1466. package/js/components/animations/staggered-fade-and-slide.vue.js +15 -18
  1467. package/js/components/animations/staggered-fade-and-slide.vue.js.map +1 -1
  1468. package/js/components/animations/staggered-fade-and-slide.vue_rollup-plugin-vue_script.vue.js +39 -0
  1469. package/js/components/animations/staggered-fade-and-slide.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  1470. package/js/components/animations/staggered-fade-and-slide.vue_rollup-plugin-vue_styles.0.vue.js +16 -0
  1471. package/js/components/animations/staggered-fade-and-slide.vue_rollup-plugin-vue_styles.0.vue.js.map +1 -0
  1472. package/js/components/animations/staggering-transition-group.vue.js +39 -0
  1473. package/js/components/animations/staggering-transition-group.vue.js.map +1 -0
  1474. package/js/components/animations/staggering-transition-group.vue_rollup-plugin-vue_script.vue.js +318 -0
  1475. package/js/components/animations/staggering-transition-group.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  1476. package/js/components/animations/staggering-transition-group.vue_rollup-plugin-vue_styles.0.vue.js +16 -0
  1477. package/js/components/animations/staggering-transition-group.vue_rollup-plugin-vue_styles.0.vue.js.map +1 -0
  1478. package/js/components/auto-progress-bar.vue.js +17 -20
  1479. package/js/components/auto-progress-bar.vue.js.map +1 -1
  1480. package/js/components/auto-progress-bar.vue_rollup-plugin-vue_script.vue.js +34 -0
  1481. package/js/components/auto-progress-bar.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  1482. package/js/components/auto-progress-bar.vue_rollup-plugin-vue_styles.0.vue.js +16 -0
  1483. package/js/components/auto-progress-bar.vue_rollup-plugin-vue_styles.0.vue.js.map +1 -0
  1484. package/js/components/base-dropdown.vue.js +135 -138
  1485. package/js/components/base-dropdown.vue.js.map +1 -1
  1486. package/js/components/base-dropdown.vue_rollup-plugin-vue_script.vue.js +343 -0
  1487. package/js/components/base-dropdown.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  1488. package/js/components/base-dropdown.vue_rollup-plugin-vue_styles.0.vue.js +16 -0
  1489. package/js/components/base-dropdown.vue_rollup-plugin-vue_styles.0.vue.js.map +1 -0
  1490. package/js/components/base-event-button.vue.js +10 -10
  1491. package/js/components/base-event-button.vue.js.map +1 -1
  1492. package/js/components/base-event-button.vue_rollup-plugin-vue_script.vue.js +30 -0
  1493. package/js/components/base-event-button.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  1494. package/js/components/base-grid.vue.js +20 -23
  1495. package/js/components/base-grid.vue.js.map +1 -1
  1496. package/js/components/base-grid.vue_rollup-plugin-vue_script.vue.js +131 -0
  1497. package/js/components/base-grid.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  1498. package/js/components/base-grid.vue_rollup-plugin-vue_styles.0.vue.js +16 -0
  1499. package/js/components/base-grid.vue_rollup-plugin-vue_styles.0.vue.js.map +1 -0
  1500. package/js/components/base-keyboard-navigation.vue.js +16 -16
  1501. package/js/components/base-keyboard-navigation.vue.js.map +1 -1
  1502. package/js/components/base-keyboard-navigation.vue_rollup-plugin-vue_script.vue.js +110 -0
  1503. package/js/components/base-keyboard-navigation.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  1504. package/js/components/base-rating.vue.js +32 -32
  1505. package/js/components/base-rating.vue.js.map +1 -1
  1506. package/js/components/base-rating.vue_rollup-plugin-vue_script.vue.js +50 -0
  1507. package/js/components/base-rating.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  1508. package/js/components/base-rating.vue_rollup-plugin-vue_styles.0.vue.js +16 -0
  1509. package/js/components/base-rating.vue_rollup-plugin-vue_styles.0.vue.js.map +1 -0
  1510. package/js/components/base-switch.vue.js +56 -0
  1511. package/js/components/base-switch.vue.js.map +1 -0
  1512. package/js/components/base-switch.vue_rollup-plugin-vue_script.vue.js +47 -0
  1513. package/js/components/base-switch.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  1514. package/js/components/base-switch.vue_rollup-plugin-vue_styles.0.vue.js +16 -0
  1515. package/js/components/base-switch.vue_rollup-plugin-vue_styles.0.vue.js.map +1 -0
  1516. package/js/components/base-variable-column-grid.vue.js +15 -15
  1517. package/js/components/base-variable-column-grid.vue.js.map +1 -1
  1518. package/js/components/base-variable-column-grid.vue_rollup-plugin-vue_script.vue.js +55 -0
  1519. package/js/components/base-variable-column-grid.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  1520. package/js/components/column-picker/base-column-picker-dropdown.vue.js +21 -20
  1521. package/js/components/column-picker/base-column-picker-dropdown.vue.js.map +1 -1
  1522. package/js/components/column-picker/base-column-picker-dropdown.vue_rollup-plugin-vue_script.vue.js +42 -0
  1523. package/js/components/column-picker/base-column-picker-dropdown.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  1524. package/js/components/column-picker/base-column-picker-list.vue.js +26 -27
  1525. package/js/components/column-picker/base-column-picker-list.vue.js.map +1 -1
  1526. package/js/components/column-picker/base-column-picker-list.vue_rollup-plugin-vue_script.vue.js +52 -0
  1527. package/js/components/column-picker/base-column-picker-list.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  1528. package/js/components/column-picker/base-column-picker-list.vue_rollup-plugin-vue_styles.0.vue.js +16 -0
  1529. package/js/components/column-picker/base-column-picker-list.vue_rollup-plugin-vue_styles.0.vue.js.map +1 -0
  1530. package/js/components/column-picker/column-picker.mixin.js +46 -53
  1531. package/js/components/column-picker/column-picker.mixin.js.map +1 -1
  1532. package/js/components/currency/base-currency.vue.js +13 -13
  1533. package/js/components/currency/base-currency.vue.js.map +1 -1
  1534. package/js/components/currency/base-currency.vue_rollup-plugin-vue_script.vue.js +82 -0
  1535. package/js/components/currency/base-currency.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  1536. package/js/components/decorators/bus.decorators.js +30 -41
  1537. package/js/components/decorators/bus.decorators.js.map +1 -1
  1538. package/js/components/decorators/debounce.decorators.js +16 -12
  1539. package/js/components/decorators/debounce.decorators.js.map +1 -1
  1540. package/js/components/decorators/injection.consts.js +38 -2
  1541. package/js/components/decorators/injection.consts.js.map +1 -1
  1542. package/js/components/decorators/injection.decorators.js +22 -26
  1543. package/js/components/decorators/injection.decorators.js.map +1 -1
  1544. package/js/components/decorators/store.decorators.js +11 -13
  1545. package/js/components/decorators/store.decorators.js.map +1 -1
  1546. package/js/components/dynamic-props.mixin.js +29 -0
  1547. package/js/components/dynamic-props.mixin.js.map +1 -0
  1548. package/js/components/filters/labels/base-price-filter-label.vue.js +9 -9
  1549. package/js/components/filters/labels/base-price-filter-label.vue.js.map +1 -1
  1550. package/js/components/filters/labels/base-price-filter-label.vue_rollup-plugin-vue_script.vue.js +73 -0
  1551. package/js/components/filters/labels/base-price-filter-label.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  1552. package/js/components/filters/labels/base-rating-filter-label.vue.js +18 -18
  1553. package/js/components/filters/labels/base-rating-filter-label.vue.js.map +1 -1
  1554. package/js/components/filters/labels/base-rating-filter-label.vue_rollup-plugin-vue_script.vue.js +41 -0
  1555. package/js/components/filters/labels/base-rating-filter-label.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  1556. package/js/components/global-x-bus.vue.js +39 -0
  1557. package/js/components/global-x-bus.vue.js.map +1 -0
  1558. package/js/components/global-x-bus.vue_rollup-plugin-vue_script.vue.js +41 -0
  1559. package/js/components/global-x-bus.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  1560. package/js/components/highlight.vue.js +93 -0
  1561. package/js/components/highlight.vue.js.map +1 -0
  1562. package/js/components/highlight.vue_rollup-plugin-vue_script.vue.js +95 -0
  1563. package/js/components/highlight.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  1564. package/js/components/icons/arrow-down.vue.js +62 -0
  1565. package/js/components/icons/arrow-down.vue.js.map +1 -0
  1566. package/js/components/icons/arrow-down.vue_rollup-plugin-vue_script.vue.js +4 -0
  1567. package/js/components/icons/arrow-down.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  1568. package/js/components/icons/arrow-left.vue.js +62 -0
  1569. package/js/components/icons/arrow-left.vue.js.map +1 -0
  1570. package/js/components/icons/arrow-left.vue_rollup-plugin-vue_script.vue.js +4 -0
  1571. package/js/components/icons/arrow-left.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  1572. package/js/components/icons/arrow-right.vue.js +62 -0
  1573. package/js/components/icons/arrow-right.vue.js.map +1 -0
  1574. package/js/components/icons/arrow-right.vue_rollup-plugin-vue_script.vue.js +4 -0
  1575. package/js/components/icons/arrow-right.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  1576. package/js/components/icons/arrow-up.vue.js +62 -0
  1577. package/js/components/icons/arrow-up.vue.js.map +1 -0
  1578. package/js/components/icons/arrow-up.vue_rollup-plugin-vue_script.vue.js +4 -0
  1579. package/js/components/icons/arrow-up.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  1580. package/js/components/icons/bag.vue.js +18 -22
  1581. package/js/components/icons/bag.vue.js.map +1 -1
  1582. package/js/components/icons/bag.vue_rollup-plugin-vue_script.vue.js +4 -0
  1583. package/js/components/icons/bag.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  1584. package/js/components/icons/bar-code.vue.js +16 -21
  1585. package/js/components/icons/bar-code.vue.js.map +1 -1
  1586. package/js/components/icons/bar-code.vue_rollup-plugin-vue_script.vue.js +4 -0
  1587. package/js/components/icons/bar-code.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  1588. package/js/components/icons/barcode-tiny.vue.js +16 -21
  1589. package/js/components/icons/barcode-tiny.vue.js.map +1 -1
  1590. package/js/components/icons/barcode-tiny.vue_rollup-plugin-vue_script.vue.js +4 -0
  1591. package/js/components/icons/barcode-tiny.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  1592. package/js/components/icons/cart.vue.js +20 -23
  1593. package/js/components/icons/cart.vue.js.map +1 -1
  1594. package/js/components/icons/cart.vue_rollup-plugin-vue_script.vue.js +4 -0
  1595. package/js/components/icons/cart.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  1596. package/js/components/icons/check-tiny.vue.js +14 -14
  1597. package/js/components/icons/check-tiny.vue.js.map +1 -1
  1598. package/js/components/icons/check-tiny.vue_rollup-plugin-vue_script.vue.js +4 -0
  1599. package/js/components/icons/check-tiny.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  1600. package/js/components/icons/check.vue.js +14 -14
  1601. package/js/components/icons/check.vue.js.map +1 -1
  1602. package/js/components/icons/check.vue_rollup-plugin-vue_script.vue.js +4 -0
  1603. package/js/components/icons/check.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  1604. package/js/components/icons/checkbox-card-selected.vue.js +15 -16
  1605. package/js/components/icons/checkbox-card-selected.vue.js.map +1 -1
  1606. package/js/components/icons/checkbox-card-selected.vue_rollup-plugin-vue_script.vue.js +4 -0
  1607. package/js/components/icons/checkbox-card-selected.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  1608. package/js/components/icons/checkbox-card-unselected.vue.js +15 -15
  1609. package/js/components/icons/checkbox-card-unselected.vue.js.map +1 -1
  1610. package/js/components/icons/checkbox-card-unselected.vue_rollup-plugin-vue_script.vue.js +4 -0
  1611. package/js/components/icons/checkbox-card-unselected.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  1612. package/js/components/icons/checkbox-selected.vue.js +15 -16
  1613. package/js/components/icons/checkbox-selected.vue.js.map +1 -1
  1614. package/js/components/icons/checkbox-selected.vue_rollup-plugin-vue_script.vue.js +4 -0
  1615. package/js/components/icons/checkbox-selected.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  1616. package/js/components/icons/checkbox-unselected.vue.js +16 -14
  1617. package/js/components/icons/checkbox-unselected.vue.js.map +1 -1
  1618. package/js/components/icons/checkbox-unselected.vue_rollup-plugin-vue_script.vue.js +4 -0
  1619. package/js/components/icons/checkbox-unselected.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  1620. package/js/components/icons/chevron-down.vue.js +16 -16
  1621. package/js/components/icons/chevron-down.vue.js.map +1 -1
  1622. package/js/components/icons/chevron-down.vue_rollup-plugin-vue_script.vue.js +4 -0
  1623. package/js/components/icons/chevron-down.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  1624. package/js/components/icons/chevron-left.vue.js +16 -16
  1625. package/js/components/icons/chevron-left.vue.js.map +1 -1
  1626. package/js/components/icons/chevron-left.vue_rollup-plugin-vue_script.vue.js +4 -0
  1627. package/js/components/icons/chevron-left.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  1628. package/js/components/icons/chevron-right.vue.js +14 -14
  1629. package/js/components/icons/chevron-right.vue.js.map +1 -1
  1630. package/js/components/icons/chevron-right.vue_rollup-plugin-vue_script.vue.js +4 -0
  1631. package/js/components/icons/chevron-right.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  1632. package/js/components/icons/chevron-tiny-down.vue.js +16 -16
  1633. package/js/components/icons/chevron-tiny-down.vue.js.map +1 -1
  1634. package/js/components/icons/chevron-tiny-down.vue_rollup-plugin-vue_script.vue.js +4 -0
  1635. package/js/components/icons/chevron-tiny-down.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  1636. package/js/components/icons/chevron-tiny-left.vue.js +16 -16
  1637. package/js/components/icons/chevron-tiny-left.vue.js.map +1 -1
  1638. package/js/components/icons/chevron-tiny-left.vue_rollup-plugin-vue_script.vue.js +4 -0
  1639. package/js/components/icons/chevron-tiny-left.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  1640. package/js/components/icons/chevron-tiny-right.vue.js +16 -16
  1641. package/js/components/icons/chevron-tiny-right.vue.js.map +1 -1
  1642. package/js/components/icons/chevron-tiny-right.vue_rollup-plugin-vue_script.vue.js +4 -0
  1643. package/js/components/icons/chevron-tiny-right.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  1644. package/js/components/icons/chevron-tiny-up.vue.js +16 -16
  1645. package/js/components/icons/chevron-tiny-up.vue.js.map +1 -1
  1646. package/js/components/icons/chevron-tiny-up.vue_rollup-plugin-vue_script.vue.js +4 -0
  1647. package/js/components/icons/chevron-tiny-up.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  1648. package/js/components/icons/chevron-up.vue.js +16 -16
  1649. package/js/components/icons/chevron-up.vue.js.map +1 -1
  1650. package/js/components/icons/chevron-up.vue_rollup-plugin-vue_script.vue.js +4 -0
  1651. package/js/components/icons/chevron-up.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  1652. package/js/components/icons/cross-tiny.vue.js +14 -14
  1653. package/js/components/icons/cross-tiny.vue.js.map +1 -1
  1654. package/js/components/icons/cross-tiny.vue_rollup-plugin-vue_script.vue.js +4 -0
  1655. package/js/components/icons/cross-tiny.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  1656. package/js/components/icons/cross.vue.js +14 -15
  1657. package/js/components/icons/cross.vue.js.map +1 -1
  1658. package/js/components/icons/cross.vue_rollup-plugin-vue_script.vue.js +4 -0
  1659. package/js/components/icons/cross.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  1660. package/js/components/icons/curated-check.vue.js +61 -0
  1661. package/js/components/icons/curated-check.vue.js.map +1 -0
  1662. package/js/components/icons/curated-check.vue_rollup-plugin-vue_script.vue.js +4 -0
  1663. package/js/components/icons/curated-check.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  1664. package/js/components/icons/filters.vue.js +20 -25
  1665. package/js/components/icons/filters.vue.js.map +1 -1
  1666. package/js/components/icons/filters.vue_rollup-plugin-vue_script.vue.js +4 -0
  1667. package/js/components/icons/filters.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  1668. package/js/components/icons/grid-1-col.vue.js +13 -22
  1669. package/js/components/icons/grid-1-col.vue.js.map +1 -1
  1670. package/js/components/icons/grid-1-col.vue_rollup-plugin-vue_script.vue.js +4 -0
  1671. package/js/components/icons/grid-1-col.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  1672. package/js/components/icons/grid-2-col.vue.js +18 -21
  1673. package/js/components/icons/grid-2-col.vue.js.map +1 -1
  1674. package/js/components/icons/grid-2-col.vue_rollup-plugin-vue_script.vue.js +4 -0
  1675. package/js/components/icons/grid-2-col.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  1676. package/js/components/icons/grid-2-rows.vue.js +66 -0
  1677. package/js/components/icons/grid-2-rows.vue.js.map +1 -0
  1678. package/js/components/icons/grid-2-rows.vue_rollup-plugin-vue_script.vue.js +4 -0
  1679. package/js/components/icons/grid-2-rows.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  1680. package/js/components/icons/grid-4-col.vue.js +58 -0
  1681. package/js/components/icons/grid-4-col.vue.js.map +1 -0
  1682. package/js/components/icons/grid-4-col.vue_rollup-plugin-vue_script.vue.js +4 -0
  1683. package/js/components/icons/grid-4-col.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  1684. package/js/components/icons/hide.vue.js +20 -26
  1685. package/js/components/icons/hide.vue.js.map +1 -1
  1686. package/js/components/icons/hide.vue_rollup-plugin-vue_script.vue.js +4 -0
  1687. package/js/components/icons/hide.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  1688. package/js/components/icons/history-tiny.vue.js +19 -22
  1689. package/js/components/icons/history-tiny.vue.js.map +1 -1
  1690. package/js/components/icons/history-tiny.vue_rollup-plugin-vue_script.vue.js +4 -0
  1691. package/js/components/icons/history-tiny.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  1692. package/js/components/icons/history.vue.js +19 -22
  1693. package/js/components/icons/history.vue.js.map +1 -1
  1694. package/js/components/icons/history.vue_rollup-plugin-vue_script.vue.js +4 -0
  1695. package/js/components/icons/history.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  1696. package/js/components/icons/light-bulb-off.vue.js +69 -0
  1697. package/js/components/icons/light-bulb-off.vue.js.map +1 -0
  1698. package/js/components/icons/light-bulb-off.vue_rollup-plugin-vue_script.vue.js +4 -0
  1699. package/js/components/icons/light-bulb-off.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  1700. package/js/components/icons/light-bulb-on.vue.js +69 -0
  1701. package/js/components/icons/light-bulb-on.vue.js.map +1 -0
  1702. package/js/components/icons/light-bulb-on.vue_rollup-plugin-vue_script.vue.js +4 -0
  1703. package/js/components/icons/light-bulb-on.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  1704. package/js/components/icons/menu.vue.js +16 -18
  1705. package/js/components/icons/menu.vue.js.map +1 -1
  1706. package/js/components/icons/menu.vue_rollup-plugin-vue_script.vue.js +4 -0
  1707. package/js/components/icons/menu.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  1708. package/js/components/icons/minus-tiny.vue.js +14 -14
  1709. package/js/components/icons/minus-tiny.vue.js.map +1 -1
  1710. package/js/components/icons/minus-tiny.vue_rollup-plugin-vue_script.vue.js +4 -0
  1711. package/js/components/icons/minus-tiny.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  1712. package/js/components/icons/minus.vue.js +14 -14
  1713. package/js/components/icons/minus.vue.js.map +1 -1
  1714. package/js/components/icons/minus.vue_rollup-plugin-vue_script.vue.js +4 -0
  1715. package/js/components/icons/minus.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  1716. package/js/components/icons/nq-1.vue.js +14 -15
  1717. package/js/components/icons/nq-1.vue.js.map +1 -1
  1718. package/js/components/icons/nq-1.vue_rollup-plugin-vue_script.vue.js +4 -0
  1719. package/js/components/icons/nq-1.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  1720. package/js/components/icons/nq-2.vue.js +14 -15
  1721. package/js/components/icons/nq-2.vue.js.map +1 -1
  1722. package/js/components/icons/nq-2.vue_rollup-plugin-vue_script.vue.js +4 -0
  1723. package/js/components/icons/nq-2.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  1724. package/js/components/icons/nq-3.vue.js +16 -17
  1725. package/js/components/icons/nq-3.vue.js.map +1 -1
  1726. package/js/components/icons/nq-3.vue_rollup-plugin-vue_script.vue.js +4 -0
  1727. package/js/components/icons/nq-3.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  1728. package/js/components/icons/nq-4.vue.js +19 -22
  1729. package/js/components/icons/nq-4.vue.js.map +1 -1
  1730. package/js/components/icons/nq-4.vue_rollup-plugin-vue_script.vue.js +4 -0
  1731. package/js/components/icons/nq-4.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  1732. package/js/components/icons/plus.vue.js +14 -14
  1733. package/js/components/icons/plus.vue.js.map +1 -1
  1734. package/js/components/icons/plus.vue_rollup-plugin-vue_script.vue.js +4 -0
  1735. package/js/components/icons/plus.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  1736. package/js/components/icons/radiobutton-selected.vue.js +64 -0
  1737. package/js/components/icons/radiobutton-selected.vue.js.map +1 -0
  1738. package/js/components/icons/radiobutton-selected.vue_rollup-plugin-vue_script.vue.js +4 -0
  1739. package/js/components/icons/radiobutton-selected.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  1740. package/js/components/icons/radiobutton-unselected.vue.js +64 -0
  1741. package/js/components/icons/radiobutton-unselected.vue.js.map +1 -0
  1742. package/js/components/icons/radiobutton-unselected.vue_rollup-plugin-vue_script.vue.js +4 -0
  1743. package/js/components/icons/radiobutton-unselected.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  1744. package/js/components/icons/search-tiny.vue.js +16 -17
  1745. package/js/components/icons/search-tiny.vue.js.map +1 -1
  1746. package/js/components/icons/search-tiny.vue_rollup-plugin-vue_script.vue.js +4 -0
  1747. package/js/components/icons/search-tiny.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  1748. package/js/components/icons/search.vue.js +16 -17
  1749. package/js/components/icons/search.vue.js.map +1 -1
  1750. package/js/components/icons/search.vue_rollup-plugin-vue_script.vue.js +4 -0
  1751. package/js/components/icons/search.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  1752. package/js/components/icons/settings.vue.js +68 -0
  1753. package/js/components/icons/settings.vue.js.map +1 -0
  1754. package/js/components/icons/settings.vue_rollup-plugin-vue_script.vue.js +4 -0
  1755. package/js/components/icons/settings.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  1756. package/js/components/icons/show.vue.js +17 -19
  1757. package/js/components/icons/show.vue.js.map +1 -1
  1758. package/js/components/icons/show.vue_rollup-plugin-vue_script.vue.js +4 -0
  1759. package/js/components/icons/show.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  1760. package/js/components/icons/star.vue.js +16 -17
  1761. package/js/components/icons/star.vue.js.map +1 -1
  1762. package/js/components/icons/star.vue_rollup-plugin-vue_script.vue.js +4 -0
  1763. package/js/components/icons/star.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  1764. package/js/components/icons/tag.vue.js +60 -0
  1765. package/js/components/icons/tag.vue.js.map +1 -0
  1766. package/js/components/icons/tag.vue_rollup-plugin-vue_script.vue.js +4 -0
  1767. package/js/components/icons/tag.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  1768. package/js/components/icons/trash-open.vue.js +22 -26
  1769. package/js/components/icons/trash-open.vue.js.map +1 -1
  1770. package/js/components/icons/trash-open.vue_rollup-plugin-vue_script.vue.js +4 -0
  1771. package/js/components/icons/trash-open.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  1772. package/js/components/icons/trash.vue.js +18 -22
  1773. package/js/components/icons/trash.vue.js.map +1 -1
  1774. package/js/components/icons/trash.vue_rollup-plugin-vue_script.vue.js +4 -0
  1775. package/js/components/icons/trash.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  1776. package/js/components/icons/trending-tiny.vue.js +18 -19
  1777. package/js/components/icons/trending-tiny.vue.js.map +1 -1
  1778. package/js/components/icons/trending-tiny.vue_rollup-plugin-vue_script.vue.js +4 -0
  1779. package/js/components/icons/trending-tiny.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  1780. package/js/components/icons/trending.vue.js +18 -19
  1781. package/js/components/icons/trending.vue.js.map +1 -1
  1782. package/js/components/icons/trending.vue_rollup-plugin-vue_script.vue.js +4 -0
  1783. package/js/components/icons/trending.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  1784. package/js/components/icons/user.vue.js +16 -18
  1785. package/js/components/icons/user.vue.js.map +1 -1
  1786. package/js/components/icons/user.vue_rollup-plugin-vue_script.vue.js +4 -0
  1787. package/js/components/icons/user.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  1788. package/js/components/items-list-injection.mixin.js +22 -31
  1789. package/js/components/items-list-injection.mixin.js.map +1 -1
  1790. package/js/components/items-list.vue.js +15 -15
  1791. package/js/components/items-list.vue.js.map +1 -1
  1792. package/js/components/items-list.vue_rollup-plugin-vue_script.vue.js +44 -0
  1793. package/js/components/items-list.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  1794. package/js/components/layouts/fixed-header-and-asides-layout.vue.js +235 -0
  1795. package/js/components/layouts/fixed-header-and-asides-layout.vue.js.map +1 -0
  1796. package/js/components/layouts/fixed-header-and-asides-layout.vue_rollup-plugin-vue_script.vue.js +41 -0
  1797. package/js/components/layouts/fixed-header-and-asides-layout.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  1798. package/js/components/layouts/fixed-header-and-asides-layout.vue_rollup-plugin-vue_styles.0.vue.js +16 -0
  1799. package/js/components/layouts/fixed-header-and-asides-layout.vue_rollup-plugin-vue_styles.0.vue.js.map +1 -0
  1800. package/js/components/layouts/layouts.mixin.js +16 -25
  1801. package/js/components/layouts/layouts.mixin.js.map +1 -1
  1802. package/js/components/layouts/multi-column-max-width-layout.vue.js +97 -101
  1803. package/js/components/layouts/multi-column-max-width-layout.vue.js.map +1 -1
  1804. package/js/components/layouts/multi-column-max-width-layout.vue_rollup-plugin-vue_script.vue.js +28 -0
  1805. package/js/components/layouts/multi-column-max-width-layout.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  1806. package/js/components/layouts/multi-column-max-width-layout.vue_rollup-plugin-vue_styles.0.vue.js +16 -0
  1807. package/js/components/layouts/multi-column-max-width-layout.vue_rollup-plugin-vue_styles.0.vue.js.map +1 -0
  1808. package/js/components/layouts/multi-column-max-width-layout.vue_rollup-plugin-vue_styles.1.vue.js +16 -0
  1809. package/js/components/layouts/multi-column-max-width-layout.vue_rollup-plugin-vue_styles.1.vue.js.map +1 -0
  1810. package/js/components/layouts/single-column-layout.vue.js +84 -71
  1811. package/js/components/layouts/single-column-layout.vue.js.map +1 -1
  1812. package/js/components/layouts/single-column-layout.vue_rollup-plugin-vue_script.vue.js +29 -0
  1813. package/js/components/layouts/single-column-layout.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  1814. package/js/components/layouts/single-column-layout.vue_rollup-plugin-vue_styles.0.vue.js +16 -0
  1815. package/js/components/layouts/single-column-layout.vue_rollup-plugin-vue_styles.0.vue.js.map +1 -0
  1816. package/js/components/location-provider.vue.js +39 -0
  1817. package/js/components/location-provider.vue.js.map +1 -0
  1818. package/js/components/location-provider.vue_rollup-plugin-vue_script.vue.js +23 -0
  1819. package/js/components/location-provider.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  1820. package/js/components/modals/base-events-modal-close.vue.js +15 -11
  1821. package/js/components/modals/base-events-modal-close.vue.js.map +1 -1
  1822. package/js/components/modals/base-events-modal-close.vue_rollup-plugin-vue_script.vue.js +28 -0
  1823. package/js/components/modals/base-events-modal-close.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  1824. package/js/components/modals/base-events-modal-open.vue.js +15 -11
  1825. package/js/components/modals/base-events-modal-open.vue.js.map +1 -1
  1826. package/js/components/modals/base-events-modal-open.vue_rollup-plugin-vue_script.vue.js +28 -0
  1827. package/js/components/modals/base-events-modal-open.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  1828. package/js/components/modals/base-events-modal.vue.js +22 -17
  1829. package/js/components/modals/base-events-modal.vue.js.map +1 -1
  1830. package/js/components/modals/base-events-modal.vue_rollup-plugin-vue_script.vue.js +94 -0
  1831. package/js/components/modals/base-events-modal.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  1832. package/js/components/modals/base-id-modal-close.vue.js +31 -19
  1833. package/js/components/modals/base-id-modal-close.vue.js.map +1 -1
  1834. package/js/components/modals/base-id-modal-close.vue_rollup-plugin-vue_script.vue.js +35 -0
  1835. package/js/components/modals/base-id-modal-close.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  1836. package/js/components/modals/base-id-modal-open.vue.js +31 -19
  1837. package/js/components/modals/base-id-modal-open.vue.js.map +1 -1
  1838. package/js/components/modals/base-id-modal-open.vue_rollup-plugin-vue_script.vue.js +35 -0
  1839. package/js/components/modals/base-id-modal-open.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  1840. package/js/components/modals/base-id-modal.vue.js +22 -17
  1841. package/js/components/modals/base-id-modal.vue.js.map +1 -1
  1842. package/js/components/modals/base-id-modal.vue_rollup-plugin-vue_script.vue.js +83 -0
  1843. package/js/components/modals/base-id-modal.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  1844. package/js/components/modals/base-modal.vue.js +61 -46
  1845. package/js/components/modals/base-modal.vue.js.map +1 -1
  1846. package/js/components/modals/base-modal.vue_rollup-plugin-vue_script.vue.js +188 -0
  1847. package/js/components/modals/base-modal.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  1848. package/js/components/modals/base-modal.vue_rollup-plugin-vue_styles.0.vue.js +16 -0
  1849. package/js/components/modals/base-modal.vue_rollup-plugin-vue_styles.0.vue.js.map +1 -0
  1850. package/js/components/modals/close-main-modal.vue.js +61 -0
  1851. package/js/components/modals/close-main-modal.vue.js.map +1 -0
  1852. package/js/components/modals/close-main-modal.vue_rollup-plugin-vue_script.vue.js +32 -0
  1853. package/js/components/modals/close-main-modal.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  1854. package/js/components/modals/main-modal.vue.js +66 -0
  1855. package/js/components/modals/main-modal.vue.js.map +1 -0
  1856. package/js/components/modals/main-modal.vue_rollup-plugin-vue_script.vue.js +48 -0
  1857. package/js/components/modals/main-modal.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  1858. package/js/components/modals/open-main-modal.vue.js +61 -0
  1859. package/js/components/modals/open-main-modal.vue.js.map +1 -0
  1860. package/js/components/modals/open-main-modal.vue_rollup-plugin-vue_script.vue.js +32 -0
  1861. package/js/components/modals/open-main-modal.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  1862. package/js/components/no-element.js +3 -4
  1863. package/js/components/no-element.js.map +1 -1
  1864. package/js/components/panels/base-header-toggle-panel.vue.js +18 -22
  1865. package/js/components/panels/base-header-toggle-panel.vue.js.map +1 -1
  1866. package/js/components/panels/base-header-toggle-panel.vue_rollup-plugin-vue_script.vue.js +55 -0
  1867. package/js/components/panels/base-header-toggle-panel.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  1868. package/js/components/panels/base-header-toggle-panel.vue_rollup-plugin-vue_styles.0.vue.js +16 -0
  1869. package/js/components/panels/base-header-toggle-panel.vue_rollup-plugin-vue_styles.0.vue.js.map +1 -0
  1870. package/js/components/panels/base-id-toggle-panel-button.vue.js +15 -11
  1871. package/js/components/panels/base-id-toggle-panel-button.vue.js.map +1 -1
  1872. package/js/components/panels/base-id-toggle-panel-button.vue_rollup-plugin-vue_script.vue.js +61 -0
  1873. package/js/components/panels/base-id-toggle-panel-button.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  1874. package/js/components/panels/base-id-toggle-panel.vue.js +10 -10
  1875. package/js/components/panels/base-id-toggle-panel.vue.js.map +1 -1
  1876. package/js/components/panels/base-id-toggle-panel.vue_rollup-plugin-vue_script.vue.js +78 -0
  1877. package/js/components/panels/base-id-toggle-panel.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  1878. package/js/components/panels/base-tabs-panel.vue.js +146 -0
  1879. package/js/components/panels/base-tabs-panel.vue.js.map +1 -0
  1880. package/js/components/panels/base-tabs-panel.vue_rollup-plugin-vue_script.vue.js +78 -0
  1881. package/js/components/panels/base-tabs-panel.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  1882. package/js/components/panels/base-toggle-panel.vue.js +12 -12
  1883. package/js/components/panels/base-toggle-panel.vue.js.map +1 -1
  1884. package/js/components/panels/base-toggle-panel.vue_rollup-plugin-vue_script.vue.js +25 -0
  1885. package/js/components/panels/base-toggle-panel.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  1886. package/js/components/result/base-result-add-to-cart.vue.js +17 -14
  1887. package/js/components/result/base-result-add-to-cart.vue.js.map +1 -1
  1888. package/js/components/result/base-result-add-to-cart.vue_rollup-plugin-vue_script.vue.js +35 -0
  1889. package/js/components/result/base-result-add-to-cart.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  1890. package/js/components/result/base-result-current-price.vue.js +15 -15
  1891. package/js/components/result/base-result-current-price.vue.js.map +1 -1
  1892. package/js/components/result/base-result-current-price.vue_rollup-plugin-vue_script.vue.js +40 -0
  1893. package/js/components/result/base-result-current-price.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  1894. package/js/components/result/base-result-fallback-image.vue.js +16 -18
  1895. package/js/components/result/base-result-fallback-image.vue.js.map +1 -1
  1896. package/js/components/result/base-result-fallback-image.vue_rollup-plugin-vue_script.vue.js +4 -0
  1897. package/js/components/result/base-result-fallback-image.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  1898. package/js/components/result/base-result-image.vue.js +54 -55
  1899. package/js/components/result/base-result-image.vue.js.map +1 -1
  1900. package/js/components/result/base-result-image.vue_rollup-plugin-vue_script.vue.js +143 -0
  1901. package/js/components/result/base-result-image.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  1902. package/js/components/result/base-result-image.vue_rollup-plugin-vue_styles.0.vue.js +16 -0
  1903. package/js/components/result/base-result-image.vue_rollup-plugin-vue_styles.0.vue.js.map +1 -0
  1904. package/js/components/result/base-result-link.vue.js +19 -22
  1905. package/js/components/result/base-result-link.vue.js.map +1 -1
  1906. package/js/components/result/base-result-link.vue_rollup-plugin-vue_script.vue.js +41 -0
  1907. package/js/components/result/base-result-link.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  1908. package/js/components/result/base-result-link.vue_rollup-plugin-vue_styles.0.vue.js +16 -0
  1909. package/js/components/result/base-result-link.vue_rollup-plugin-vue_styles.0.vue.js.map +1 -0
  1910. package/js/components/result/base-result-placeholder-image.vue.js +16 -18
  1911. package/js/components/result/base-result-placeholder-image.vue.js.map +1 -1
  1912. package/js/components/result/base-result-placeholder-image.vue_rollup-plugin-vue_script.vue.js +4 -0
  1913. package/js/components/result/base-result-placeholder-image.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  1914. package/js/components/result/base-result-previous-price.vue.js +16 -16
  1915. package/js/components/result/base-result-previous-price.vue.js.map +1 -1
  1916. package/js/components/result/base-result-previous-price.vue_rollup-plugin-vue_script.vue.js +27 -0
  1917. package/js/components/result/base-result-previous-price.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  1918. package/js/components/result/base-result-rating.vue.js +99 -0
  1919. package/js/components/result/base-result-rating.vue.js.map +1 -0
  1920. package/js/components/result/base-result-rating.vue_rollup-plugin-vue_script.vue.js +38 -0
  1921. package/js/components/result/base-result-rating.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  1922. package/js/components/result/base-result-rating.vue_rollup-plugin-vue_styles.0.vue.js +16 -0
  1923. package/js/components/result/base-result-rating.vue_rollup-plugin-vue_styles.0.vue.js.map +1 -0
  1924. package/js/components/result/result-variant-selector.vue.js +133 -0
  1925. package/js/components/result/result-variant-selector.vue.js.map +1 -0
  1926. package/js/components/result/result-variant-selector.vue_rollup-plugin-vue_script.vue.js +80 -0
  1927. package/js/components/result/result-variant-selector.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  1928. package/js/components/result/result-variants-provider.vue.js +39 -0
  1929. package/js/components/result/result-variants-provider.vue.js.map +1 -0
  1930. package/js/components/result/result-variants-provider.vue_rollup-plugin-vue_script.vue.js +130 -0
  1931. package/js/components/result/result-variants-provider.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  1932. package/js/components/scroll/base-scroll.vue.js +15 -18
  1933. package/js/components/scroll/base-scroll.vue.js.map +1 -1
  1934. package/js/components/scroll/base-scroll.vue_rollup-plugin-vue_script.vue.js +20 -0
  1935. package/js/components/scroll/base-scroll.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  1936. package/js/components/scroll/base-scroll.vue_rollup-plugin-vue_styles.0.vue.js +16 -0
  1937. package/js/components/scroll/base-scroll.vue_rollup-plugin-vue_styles.0.vue.js.map +1 -0
  1938. package/js/components/scroll/scroll.mixin.js +192 -147
  1939. package/js/components/scroll/scroll.mixin.js.map +1 -1
  1940. package/js/components/sliding-panel.vue.js +28 -31
  1941. package/js/components/sliding-panel.vue.js.map +1 -1
  1942. package/js/components/sliding-panel.vue_rollup-plugin-vue_script.vue.js +160 -0
  1943. package/js/components/sliding-panel.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  1944. package/js/components/sliding-panel.vue_rollup-plugin-vue_styles.0.vue.js +16 -0
  1945. package/js/components/sliding-panel.vue_rollup-plugin-vue_styles.0.vue.js.map +1 -0
  1946. package/js/components/snippet-callbacks.vue.js +47 -0
  1947. package/js/components/snippet-callbacks.vue.js.map +1 -0
  1948. package/js/components/snippet-callbacks.vue_rollup-plugin-vue_script.vue.js +51 -0
  1949. package/js/components/snippet-callbacks.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  1950. package/js/components/suggestions/base-suggestion.vue.js +23 -19
  1951. package/js/components/suggestions/base-suggestion.vue.js.map +1 -1
  1952. package/js/components/suggestions/base-suggestion.vue_rollup-plugin-vue_script.vue.js +113 -0
  1953. package/js/components/suggestions/base-suggestion.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  1954. package/js/components/suggestions/base-suggestions.vue.js +21 -23
  1955. package/js/components/suggestions/base-suggestions.vue.js.map +1 -1
  1956. package/js/components/suggestions/base-suggestions.vue_rollup-plugin-vue_script.vue.js +108 -0
  1957. package/js/components/suggestions/base-suggestions.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  1958. package/js/components/suggestions/base-suggestions.vue_rollup-plugin-vue_styles.0.vue.js +16 -0
  1959. package/js/components/suggestions/base-suggestions.vue_rollup-plugin-vue_styles.0.vue.js.map +1 -0
  1960. package/js/components/x-component.mixin.js +1 -4
  1961. package/js/components/x-component.mixin.js.map +1 -1
  1962. package/js/components/x-component.utils.js +3 -20
  1963. package/js/components/x-component.utils.js.map +1 -1
  1964. package/js/directives/infinite-scroll/infinite-scroll.js +25 -28
  1965. package/js/directives/infinite-scroll/infinite-scroll.js.map +1 -1
  1966. package/js/index.js +179 -119
  1967. package/js/index.js.map +1 -1
  1968. package/js/plugins/devtools/colors.utils.js +49 -0
  1969. package/js/plugins/devtools/colors.utils.js.map +1 -0
  1970. package/js/plugins/devtools/devtools.plugin.js +31 -0
  1971. package/js/plugins/devtools/devtools.plugin.js.map +1 -0
  1972. package/js/plugins/devtools/timeline.devtools.js +98 -0
  1973. package/js/plugins/devtools/timeline.devtools.js.map +1 -0
  1974. package/js/plugins/devtools/wiring.devtools.js +118 -0
  1975. package/js/plugins/devtools/wiring.devtools.js.map +1 -0
  1976. package/js/plugins/x-bus.js +19 -20
  1977. package/js/plugins/x-bus.js.map +1 -1
  1978. package/js/plugins/x-emitters.js +33 -35
  1979. package/js/plugins/x-emitters.js.map +1 -1
  1980. package/js/plugins/x-plugin.alias.js +48 -46
  1981. package/js/plugins/x-plugin.alias.js.map +1 -1
  1982. package/js/plugins/x-plugin.js +118 -172
  1983. package/js/plugins/x-plugin.js.map +1 -1
  1984. package/js/plugins/x-plugin.mixin.js +38 -19
  1985. package/js/plugins/x-plugin.mixin.js.map +1 -1
  1986. package/js/plugins/x-plugin.utils.js +1 -1
  1987. package/js/plugins/x-plugin.utils.js.map +1 -1
  1988. package/js/services/directional-focus-navigation.service.js +73 -78
  1989. package/js/services/directional-focus-navigation.service.js.map +1 -1
  1990. package/js/services/state-machine.service.js +30 -0
  1991. package/js/services/state-machine.service.js.map +1 -0
  1992. package/js/store/utils/fetch-and-save-action.utils.js +14 -13
  1993. package/js/store/utils/fetch-and-save-action.utils.js.map +1 -1
  1994. package/js/store/utils/getters-proxy.utils.js +11 -15
  1995. package/js/store/utils/getters-proxy.utils.js.map +1 -1
  1996. package/js/store/utils/query.utils.js +37 -0
  1997. package/js/store/utils/query.utils.js.map +1 -0
  1998. package/js/store/utils/status-store.utils.js.map +1 -1
  1999. package/js/store/utils/store-emitters.utils.js.map +1 -1
  2000. package/js/store/x.module.js +11 -9
  2001. package/js/store/x.module.js.map +1 -1
  2002. package/js/utils/array.js +31 -62
  2003. package/js/utils/array.js.map +1 -1
  2004. package/js/utils/cancellable-promise.js +6 -6
  2005. package/js/utils/cancellable-promise.js.map +1 -1
  2006. package/js/utils/clone.js.map +1 -1
  2007. package/js/utils/currency-formatter.js +18 -21
  2008. package/js/utils/currency-formatter.js.map +1 -1
  2009. package/js/utils/debounce.js +9 -14
  2010. package/js/utils/debounce.js.map +1 -1
  2011. package/js/utils/filters.js +2 -2
  2012. package/js/utils/filters.js.map +1 -1
  2013. package/js/utils/focus.js +11 -0
  2014. package/js/utils/focus.js.map +1 -0
  2015. package/js/utils/function.js.map +1 -1
  2016. package/js/utils/get-url-parameters.js +3 -3
  2017. package/js/utils/get-url-parameters.js.map +1 -1
  2018. package/js/utils/html.js +18 -1
  2019. package/js/utils/html.js.map +1 -1
  2020. package/js/utils/is-new-query.js +48 -0
  2021. package/js/utils/is-new-query.js.map +1 -0
  2022. package/js/utils/normalize.js +4 -5
  2023. package/js/utils/normalize.js.map +1 -1
  2024. package/js/utils/number.js +1 -2
  2025. package/js/utils/number.js.map +1 -1
  2026. package/js/utils/origin.js +21 -0
  2027. package/js/utils/origin.js.map +1 -0
  2028. package/js/utils/sanitize.js +3 -3
  2029. package/js/utils/sanitize.js.map +1 -1
  2030. package/js/utils/storage.js +3 -3
  2031. package/js/utils/storage.js.map +1 -1
  2032. package/js/utils/string.js.map +1 -1
  2033. package/js/utils/throttle.js +6 -10
  2034. package/js/utils/throttle.js.map +1 -1
  2035. package/js/wiring/namespaced-wires.factory.js +9 -13
  2036. package/js/wiring/namespaced-wires.factory.js.map +1 -1
  2037. package/js/wiring/namespaced-wires.operators.js +2 -8
  2038. package/js/wiring/namespaced-wires.operators.js.map +1 -1
  2039. package/js/wiring/wires-operators.utils.js +54 -0
  2040. package/js/wiring/wires-operators.utils.js.map +1 -0
  2041. package/js/wiring/wires.factory.js +22 -29
  2042. package/js/wiring/wires.factory.js.map +1 -1
  2043. package/js/wiring/wires.operators.js +26 -44
  2044. package/js/wiring/wires.operators.js.map +1 -1
  2045. package/js/wiring/wiring.utils.js.map +1 -1
  2046. package/js/x-installer/api/base-api.js +43 -17
  2047. package/js/x-installer/api/base-api.js.map +1 -1
  2048. package/js/x-installer/x-installer/x-installer.js +130 -145
  2049. package/js/x-installer/x-installer/x-installer.js.map +1 -1
  2050. package/js/x-modules/device/components/device-detector.vue.js +11 -11
  2051. package/js/x-modules/device/components/device-detector.vue.js.map +1 -1
  2052. package/js/x-modules/device/components/device-detector.vue_rollup-plugin-vue_script.vue.js +122 -0
  2053. package/js/x-modules/device/components/device-detector.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  2054. package/js/x-modules/device/store/emitters.js +1 -4
  2055. package/js/x-modules/device/store/emitters.js.map +1 -1
  2056. package/js/x-modules/device/store/module.js +4 -4
  2057. package/js/x-modules/device/store/module.js.map +1 -1
  2058. package/js/x-modules/device/wiring.js +5 -5
  2059. package/js/x-modules/device/wiring.js.map +1 -1
  2060. package/js/x-modules/device/x-module.js +2 -2
  2061. package/js/x-modules/device/x-module.js.map +1 -1
  2062. package/js/x-modules/empathize/components/empathize.vue.js +42 -26
  2063. package/js/x-modules/empathize/components/empathize.vue.js.map +1 -1
  2064. package/js/x-modules/empathize/components/empathize.vue_rollup-plugin-vue_script.vue.js +121 -0
  2065. package/js/x-modules/empathize/components/empathize.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  2066. package/js/x-modules/empathize/store/emitters.js +1 -4
  2067. package/js/x-modules/empathize/store/emitters.js.map +1 -1
  2068. package/js/x-modules/empathize/store/module.js +4 -4
  2069. package/js/x-modules/empathize/store/module.js.map +1 -1
  2070. package/js/x-modules/empathize/wiring.js +6 -6
  2071. package/js/x-modules/empathize/wiring.js.map +1 -1
  2072. package/js/x-modules/empathize/x-module.js +2 -2
  2073. package/js/x-modules/empathize/x-module.js.map +1 -1
  2074. package/js/x-modules/extra-params/components/extra-params.vue.js +9 -9
  2075. package/js/x-modules/extra-params/components/extra-params.vue.js.map +1 -1
  2076. package/js/x-modules/extra-params/components/extra-params.vue_rollup-plugin-vue_script.vue.js +167 -0
  2077. package/js/x-modules/extra-params/components/extra-params.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  2078. package/js/x-modules/extra-params/components/renderless-extra-param.vue.js +12 -12
  2079. package/js/x-modules/extra-params/components/renderless-extra-param.vue.js.map +1 -1
  2080. package/js/x-modules/extra-params/components/renderless-extra-param.vue_rollup-plugin-vue_script.vue.js +180 -0
  2081. package/js/x-modules/extra-params/components/renderless-extra-param.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  2082. package/js/x-modules/extra-params/components/snippet-config-extra-params.vue.js +10 -10
  2083. package/js/x-modules/extra-params/components/snippet-config-extra-params.vue.js.map +1 -1
  2084. package/js/x-modules/extra-params/components/snippet-config-extra-params.vue_rollup-plugin-vue_script.vue.js +76 -0
  2085. package/js/x-modules/extra-params/components/snippet-config-extra-params.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  2086. package/js/x-modules/extra-params/store/emitters.js +2 -5
  2087. package/js/x-modules/extra-params/store/emitters.js.map +1 -1
  2088. package/js/x-modules/extra-params/store/module.js +5 -7
  2089. package/js/x-modules/extra-params/store/module.js.map +1 -1
  2090. package/js/x-modules/extra-params/wiring.js +9 -10
  2091. package/js/x-modules/extra-params/wiring.js.map +1 -1
  2092. package/js/x-modules/extra-params/x-module.js +2 -2
  2093. package/js/x-modules/extra-params/x-module.js.map +1 -1
  2094. package/js/x-modules/facets/components/clear-filters.vue.js +19 -21
  2095. package/js/x-modules/facets/components/clear-filters.vue.js.map +1 -1
  2096. package/js/x-modules/facets/components/clear-filters.vue_rollup-plugin-vue_script.vue.js +179 -0
  2097. package/js/x-modules/facets/components/clear-filters.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  2098. package/js/x-modules/facets/components/facets/facets-provider.vue.js +13 -16
  2099. package/js/x-modules/facets/components/facets/facets-provider.vue.js.map +1 -1
  2100. package/js/x-modules/facets/components/facets/facets-provider.vue_rollup-plugin-vue_script.vue.js +228 -0
  2101. package/js/x-modules/facets/components/facets/facets-provider.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  2102. package/js/x-modules/facets/components/facets/facets-provider.vue_rollup-plugin-vue_styles.0.vue.js +16 -0
  2103. package/js/x-modules/facets/components/facets/facets-provider.vue_rollup-plugin-vue_styles.0.vue.js.map +1 -0
  2104. package/js/x-modules/facets/components/facets/facets.vue.js +34 -30
  2105. package/js/x-modules/facets/components/facets/facets.vue.js.map +1 -1
  2106. package/js/x-modules/facets/components/facets/facets.vue_rollup-plugin-vue_script.vue.js +109 -0
  2107. package/js/x-modules/facets/components/facets/facets.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  2108. package/js/x-modules/facets/components/facets/facets.vue_rollup-plugin-vue_styles.0.vue.js +16 -0
  2109. package/js/x-modules/facets/components/facets/facets.vue_rollup-plugin-vue_styles.0.vue.js.map +1 -0
  2110. package/js/x-modules/facets/components/facets.mixin.js +67 -0
  2111. package/js/x-modules/facets/components/facets.mixin.js.map +1 -0
  2112. package/js/x-modules/facets/components/filters/all-filter.vue.js +15 -15
  2113. package/js/x-modules/facets/components/filters/all-filter.vue.js.map +1 -1
  2114. package/js/x-modules/facets/components/filters/all-filter.vue_rollup-plugin-vue_script.vue.js +196 -0
  2115. package/js/x-modules/facets/components/filters/all-filter.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  2116. package/js/x-modules/facets/components/filters/editable-number-range-filter.vue.js +46 -42
  2117. package/js/x-modules/facets/components/filters/editable-number-range-filter.vue.js.map +1 -1
  2118. package/js/x-modules/facets/components/filters/editable-number-range-filter.vue_rollup-plugin-vue_script.vue.js +193 -0
  2119. package/js/x-modules/facets/components/filters/editable-number-range-filter.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  2120. package/js/x-modules/facets/components/filters/editable-number-range-filter.vue_rollup-plugin-vue_styles.0.vue.js +16 -0
  2121. package/js/x-modules/facets/components/filters/editable-number-range-filter.vue_rollup-plugin-vue_styles.0.vue.js.map +1 -0
  2122. package/js/x-modules/facets/components/filters/hierarchical-filter.vue.js +41 -41
  2123. package/js/x-modules/facets/components/filters/hierarchical-filter.vue.js.map +1 -1
  2124. package/js/x-modules/facets/components/filters/hierarchical-filter.vue_rollup-plugin-vue_script.vue.js +110 -0
  2125. package/js/x-modules/facets/components/filters/hierarchical-filter.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  2126. package/js/x-modules/facets/components/filters/number-range-filter.vue.js +59 -18
  2127. package/js/x-modules/facets/components/filters/number-range-filter.vue.js.map +1 -1
  2128. package/js/x-modules/facets/components/filters/number-range-filter.vue_rollup-plugin-vue_script.vue.js +180 -0
  2129. package/js/x-modules/facets/components/filters/number-range-filter.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  2130. package/js/x-modules/facets/components/filters/renderless-filter.vue.js +9 -9
  2131. package/js/x-modules/facets/components/filters/renderless-filter.vue.js.map +1 -1
  2132. package/js/x-modules/facets/components/filters/renderless-filter.vue_rollup-plugin-vue_script.vue.js +216 -0
  2133. package/js/x-modules/facets/components/filters/renderless-filter.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  2134. package/js/x-modules/facets/components/filters/simple-filter.vue.js +23 -23
  2135. package/js/x-modules/facets/components/filters/simple-filter.vue.js.map +1 -1
  2136. package/js/x-modules/facets/components/filters/simple-filter.vue_rollup-plugin-vue_script.vue.js +180 -0
  2137. package/js/x-modules/facets/components/filters/simple-filter.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  2138. package/js/x-modules/facets/components/lists/exclude-filters-with-no-results.vue.js +9 -9
  2139. package/js/x-modules/facets/components/lists/exclude-filters-with-no-results.vue.js.map +1 -1
  2140. package/js/x-modules/facets/components/lists/exclude-filters-with-no-results.vue_rollup-plugin-vue_script.vue.js +172 -0
  2141. package/js/x-modules/facets/components/lists/exclude-filters-with-no-results.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  2142. package/js/x-modules/facets/components/lists/filters-injection.mixin.js +44 -57
  2143. package/js/x-modules/facets/components/lists/filters-injection.mixin.js.map +1 -1
  2144. package/js/x-modules/facets/components/lists/filters-list.vue.js +17 -20
  2145. package/js/x-modules/facets/components/lists/filters-list.vue.js.map +1 -1
  2146. package/js/x-modules/facets/components/lists/filters-list.vue_rollup-plugin-vue_script.vue.js +185 -0
  2147. package/js/x-modules/facets/components/lists/filters-list.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  2148. package/js/x-modules/facets/components/lists/filters-list.vue_rollup-plugin-vue_styles.0.vue.js +16 -0
  2149. package/js/x-modules/facets/components/lists/filters-list.vue_rollup-plugin-vue_styles.0.vue.js.map +1 -0
  2150. package/js/x-modules/facets/components/lists/filters-search.vue.js +26 -26
  2151. package/js/x-modules/facets/components/lists/filters-search.vue.js.map +1 -1
  2152. package/js/x-modules/facets/components/lists/filters-search.vue_rollup-plugin-vue_script.vue.js +216 -0
  2153. package/js/x-modules/facets/components/lists/filters-search.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  2154. package/js/x-modules/facets/components/lists/filters-search.vue_rollup-plugin-vue_styles.0.vue.js +16 -0
  2155. package/js/x-modules/facets/components/lists/filters-search.vue_rollup-plugin-vue_styles.0.vue.js.map +1 -0
  2156. package/js/x-modules/facets/components/lists/selected-filters-list.vue.js +26 -28
  2157. package/js/x-modules/facets/components/lists/selected-filters-list.vue.js.map +1 -1
  2158. package/js/x-modules/facets/components/lists/selected-filters-list.vue_rollup-plugin-vue_script.vue.js +52 -0
  2159. package/js/x-modules/facets/components/lists/selected-filters-list.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  2160. package/js/x-modules/facets/components/lists/selected-filters.vue.js +13 -13
  2161. package/js/x-modules/facets/components/lists/selected-filters.vue.js.map +1 -1
  2162. package/js/x-modules/facets/components/lists/selected-filters.vue_rollup-plugin-vue_script.vue.js +158 -0
  2163. package/js/x-modules/facets/components/lists/selected-filters.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  2164. package/js/x-modules/facets/components/lists/sliced-filters.vue.js +23 -24
  2165. package/js/x-modules/facets/components/lists/sliced-filters.vue.js.map +1 -1
  2166. package/js/x-modules/facets/components/lists/sliced-filters.vue_rollup-plugin-vue_script.vue.js +213 -0
  2167. package/js/x-modules/facets/components/lists/sliced-filters.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  2168. package/js/x-modules/facets/components/lists/sorted-filters.vue.js +9 -9
  2169. package/js/x-modules/facets/components/lists/sorted-filters.vue.js.map +1 -1
  2170. package/js/x-modules/facets/components/lists/sorted-filters.vue_rollup-plugin-vue_script.vue.js +174 -0
  2171. package/js/x-modules/facets/components/lists/sorted-filters.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  2172. package/js/x-modules/facets/components/preselected-filters.vue.js +39 -0
  2173. package/js/x-modules/facets/components/preselected-filters.vue.js.map +1 -0
  2174. package/js/x-modules/facets/components/preselected-filters.vue_rollup-plugin-vue_script.vue.js +39 -0
  2175. package/js/x-modules/facets/components/preselected-filters.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  2176. package/js/x-modules/facets/entities/add-facet-if-not-present.js.map +1 -1
  2177. package/js/x-modules/facets/entities/editable-number-range-filter.entity.js +34 -28
  2178. package/js/x-modules/facets/entities/editable-number-range-filter.entity.js.map +1 -1
  2179. package/js/x-modules/facets/entities/filter-entity.factory.js +57 -32
  2180. package/js/x-modules/facets/entities/filter-entity.factory.js.map +1 -1
  2181. package/js/x-modules/facets/entities/hierarchical-filter.entity.js +27 -32
  2182. package/js/x-modules/facets/entities/hierarchical-filter.entity.js.map +1 -1
  2183. package/js/x-modules/facets/entities/number-range-filter.entity.js +10 -12
  2184. package/js/x-modules/facets/entities/number-range-filter.entity.js.map +1 -1
  2185. package/js/x-modules/facets/entities/raw-filter.entity.js +9 -10
  2186. package/js/x-modules/facets/entities/raw-filter.entity.js.map +1 -1
  2187. package/js/x-modules/facets/entities/simple-filter.entity.js +10 -12
  2188. package/js/x-modules/facets/entities/simple-filter.entity.js.map +1 -1
  2189. package/js/x-modules/facets/entities/single-select.modifier.js +22 -35
  2190. package/js/x-modules/facets/entities/single-select.modifier.js.map +1 -1
  2191. package/js/x-modules/facets/entities/types.js +7 -8
  2192. package/js/x-modules/facets/entities/types.js.map +1 -1
  2193. package/js/x-modules/facets/service/facets.service.js +117 -103
  2194. package/js/x-modules/facets/service/facets.service.js.map +1 -1
  2195. package/js/x-modules/facets/store/emitters.js +8 -3
  2196. package/js/x-modules/facets/store/emitters.js.map +1 -1
  2197. package/js/x-modules/facets/store/getters/facets.getter.js +8 -11
  2198. package/js/x-modules/facets/store/getters/facets.getter.js.map +1 -1
  2199. package/js/x-modules/facets/store/getters/selected-filters-by-facet.getter.js +5 -7
  2200. package/js/x-modules/facets/store/getters/selected-filters-by-facet.getter.js.map +1 -1
  2201. package/js/x-modules/facets/store/getters/selected-filters.getter.js +1 -3
  2202. package/js/x-modules/facets/store/getters/selected-filters.getter.js.map +1 -1
  2203. package/js/x-modules/facets/store/module.js +26 -23
  2204. package/js/x-modules/facets/store/module.js.map +1 -1
  2205. package/js/x-modules/facets/utils.js +10 -38
  2206. package/js/x-modules/facets/utils.js.map +1 -1
  2207. package/js/x-modules/facets/wiring.js +64 -27
  2208. package/js/x-modules/facets/wiring.js.map +1 -1
  2209. package/js/x-modules/facets/x-module.js +2 -2
  2210. package/js/x-modules/facets/x-module.js.map +1 -1
  2211. package/js/x-modules/history-queries/components/clear-history-queries.vue.js +15 -14
  2212. package/js/x-modules/history-queries/components/clear-history-queries.vue.js.map +1 -1
  2213. package/js/x-modules/history-queries/components/clear-history-queries.vue_rollup-plugin-vue_script.vue.js +62 -0
  2214. package/js/x-modules/history-queries/components/clear-history-queries.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  2215. package/js/x-modules/history-queries/components/history-queries-switch.vue.js +50 -0
  2216. package/js/x-modules/history-queries/components/history-queries-switch.vue.js.map +1 -0
  2217. package/js/x-modules/history-queries/components/history-queries-switch.vue_rollup-plugin-vue_script.vue.js +53 -0
  2218. package/js/x-modules/history-queries/components/history-queries-switch.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  2219. package/js/x-modules/history-queries/components/history-queries.vue.js +92 -81
  2220. package/js/x-modules/history-queries/components/history-queries.vue.js.map +1 -1
  2221. package/js/x-modules/history-queries/components/history-queries.vue_rollup-plugin-vue_script.vue.js +32 -0
  2222. package/js/x-modules/history-queries/components/history-queries.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  2223. package/js/x-modules/history-queries/components/history-query.vue.js +30 -30
  2224. package/js/x-modules/history-queries/components/history-query.vue.js.map +1 -1
  2225. package/js/x-modules/history-queries/components/history-query.vue_rollup-plugin-vue_script.vue.js +46 -0
  2226. package/js/x-modules/history-queries/components/history-query.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  2227. package/js/x-modules/history-queries/components/my-history.vue.js +194 -0
  2228. package/js/x-modules/history-queries/components/my-history.vue.js.map +1 -0
  2229. package/js/x-modules/history-queries/components/my-history.vue_rollup-plugin-vue_script.vue.js +117 -0
  2230. package/js/x-modules/history-queries/components/my-history.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  2231. package/js/x-modules/history-queries/components/remove-history-query.vue.js +12 -12
  2232. package/js/x-modules/history-queries/components/remove-history-query.vue.js.map +1 -1
  2233. package/js/x-modules/history-queries/components/remove-history-query.vue_rollup-plugin-vue_script.vue.js +41 -0
  2234. package/js/x-modules/history-queries/components/remove-history-query.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  2235. package/js/x-modules/history-queries/store/actions/add-query-to-history.action.js +32 -39
  2236. package/js/x-modules/history-queries/store/actions/add-query-to-history.action.js.map +1 -1
  2237. package/js/x-modules/history-queries/store/actions/load-history-queries-from-browser-storage.action.js +2 -4
  2238. package/js/x-modules/history-queries/store/actions/load-history-queries-from-browser-storage.action.js.map +1 -1
  2239. package/js/x-modules/history-queries/store/actions/refresh-session.action.js +2 -4
  2240. package/js/x-modules/history-queries/store/actions/refresh-session.action.js.map +1 -1
  2241. package/js/x-modules/history-queries/store/actions/remove-query-from-history.action.js +2 -3
  2242. package/js/x-modules/history-queries/store/actions/remove-query-from-history.action.js.map +1 -1
  2243. package/js/x-modules/history-queries/store/actions/set-history-queries.action.js +7 -6
  2244. package/js/x-modules/history-queries/store/actions/set-history-queries.action.js.map +1 -1
  2245. package/js/x-modules/history-queries/store/actions/set-url-params.action.js +1 -3
  2246. package/js/x-modules/history-queries/store/actions/set-url-params.action.js.map +1 -1
  2247. package/js/x-modules/history-queries/store/actions/toggle-history-queries.action.js +13 -0
  2248. package/js/x-modules/history-queries/store/actions/toggle-history-queries.action.js.map +1 -0
  2249. package/js/x-modules/history-queries/store/actions/update-history-queries-with-search-response.action.js +42 -0
  2250. package/js/x-modules/history-queries/store/actions/update-history-queries-with-search-response.action.js.map +1 -0
  2251. package/js/x-modules/history-queries/store/constants.js +4 -3
  2252. package/js/x-modules/history-queries/store/constants.js.map +1 -1
  2253. package/js/x-modules/history-queries/store/emitters.js +4 -7
  2254. package/js/x-modules/history-queries/store/emitters.js.map +1 -1
  2255. package/js/x-modules/history-queries/store/getters/history-queries-with-results.getter.js +18 -0
  2256. package/js/x-modules/history-queries/store/getters/history-queries-with-results.getter.js.map +1 -0
  2257. package/js/x-modules/history-queries/store/getters/history-queries.getter.js +11 -15
  2258. package/js/x-modules/history-queries/store/getters/history-queries.getter.js.map +1 -1
  2259. package/js/x-modules/history-queries/store/getters/normalized-query.getter.js +1 -4
  2260. package/js/x-modules/history-queries/store/getters/normalized-query.getter.js.map +1 -1
  2261. package/js/x-modules/history-queries/store/getters/session-history-queries.getter.js +2 -3
  2262. package/js/x-modules/history-queries/store/getters/session-history-queries.getter.js.map +1 -1
  2263. package/js/x-modules/history-queries/store/getters/storage-key.getter.js +1 -1
  2264. package/js/x-modules/history-queries/store/getters/storage-key.getter.js.map +1 -1
  2265. package/js/x-modules/history-queries/store/module.js +29 -18
  2266. package/js/x-modules/history-queries/store/module.js.map +1 -1
  2267. package/js/x-modules/history-queries/wiring.js +59 -29
  2268. package/js/x-modules/history-queries/wiring.js.map +1 -1
  2269. package/js/x-modules/history-queries/x-module.js +2 -2
  2270. package/js/x-modules/history-queries/x-module.js.map +1 -1
  2271. package/js/x-modules/identifier-results/components/identifier-result.vue.js +11 -11
  2272. package/js/x-modules/identifier-results/components/identifier-result.vue.js.map +1 -1
  2273. package/js/x-modules/identifier-results/components/identifier-result.vue_rollup-plugin-vue_script.vue.js +46 -0
  2274. package/js/x-modules/identifier-results/components/identifier-result.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  2275. package/js/x-modules/identifier-results/components/identifier-results.vue.js +13 -13
  2276. package/js/x-modules/identifier-results/components/identifier-results.vue.js.map +1 -1
  2277. package/js/x-modules/identifier-results/components/identifier-results.vue_rollup-plugin-vue_script.vue.js +58 -0
  2278. package/js/x-modules/identifier-results/components/identifier-results.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  2279. package/js/x-modules/identifier-results/store/actions/fetch-and-save-identifier-results.action.js +9 -9
  2280. package/js/x-modules/identifier-results/store/actions/fetch-and-save-identifier-results.action.js.map +1 -1
  2281. package/js/x-modules/identifier-results/store/actions/fetch-identifier-results.action.js +2 -5
  2282. package/js/x-modules/identifier-results/store/actions/fetch-identifier-results.action.js.map +1 -1
  2283. package/js/x-modules/identifier-results/store/actions/save-origin.action.js +17 -0
  2284. package/js/x-modules/identifier-results/store/actions/save-origin.action.js.map +1 -0
  2285. package/js/x-modules/identifier-results/store/actions/save-query.action.js +5 -2
  2286. package/js/x-modules/identifier-results/store/actions/save-query.action.js.map +1 -1
  2287. package/js/x-modules/identifier-results/store/emitters.js +4 -7
  2288. package/js/x-modules/identifier-results/store/emitters.js.map +1 -1
  2289. package/js/x-modules/identifier-results/store/getters/identifier-detection-regexp.getter.js +1 -2
  2290. package/js/x-modules/identifier-results/store/getters/identifier-detection-regexp.getter.js.map +1 -1
  2291. package/js/x-modules/identifier-results/store/getters/identifier-highlight-regexp.getter.js +6 -7
  2292. package/js/x-modules/identifier-results/store/getters/identifier-highlight-regexp.getter.js.map +1 -1
  2293. package/js/x-modules/identifier-results/store/getters/identifier-results-request.getter.js +3 -4
  2294. package/js/x-modules/identifier-results/store/getters/identifier-results-request.getter.js.map +1 -1
  2295. package/js/x-modules/identifier-results/store/module.js +27 -20
  2296. package/js/x-modules/identifier-results/store/module.js.map +1 -1
  2297. package/js/x-modules/identifier-results/wiring.js +43 -23
  2298. package/js/x-modules/identifier-results/wiring.js.map +1 -1
  2299. package/js/x-modules/identifier-results/x-module.js +2 -2
  2300. package/js/x-modules/identifier-results/x-module.js.map +1 -1
  2301. package/js/x-modules/next-queries/components/next-queries-list.vue.js +18 -18
  2302. package/js/x-modules/next-queries/components/next-queries-list.vue.js.map +1 -1
  2303. package/js/x-modules/next-queries/components/next-queries-list.vue_rollup-plugin-vue_script.vue.js +125 -0
  2304. package/js/x-modules/next-queries/components/next-queries-list.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  2305. package/js/x-modules/next-queries/components/next-queries.vue.js +77 -63
  2306. package/js/x-modules/next-queries/components/next-queries.vue.js.map +1 -1
  2307. package/js/x-modules/next-queries/components/next-queries.vue_rollup-plugin-vue_script.vue.js +48 -0
  2308. package/js/x-modules/next-queries/components/next-queries.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  2309. package/js/x-modules/next-queries/components/next-query-preview.vue.js +94 -0
  2310. package/js/x-modules/next-queries/components/next-query-preview.vue.js.map +1 -0
  2311. package/js/x-modules/next-queries/components/next-query-preview.vue_rollup-plugin-vue_script.vue.js +57 -0
  2312. package/js/x-modules/next-queries/components/next-query-preview.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  2313. package/js/x-modules/next-queries/components/next-query.vue.js +23 -21
  2314. package/js/x-modules/next-queries/components/next-query.vue.js.map +1 -1
  2315. package/js/x-modules/next-queries/components/next-query.vue_rollup-plugin-vue_script.vue.js +53 -0
  2316. package/js/x-modules/next-queries/components/next-query.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  2317. package/js/x-modules/next-queries/store/actions/fetch-and-save-next-queries.action.js +6 -8
  2318. package/js/x-modules/next-queries/store/actions/fetch-and-save-next-queries.action.js.map +1 -1
  2319. package/js/x-modules/next-queries/store/actions/fetch-and-save-next-query-preview.action.js +22 -0
  2320. package/js/x-modules/next-queries/store/actions/fetch-and-save-next-query-preview.action.js.map +1 -0
  2321. package/js/x-modules/next-queries/store/actions/fetch-next-queries.action.js +2 -5
  2322. package/js/x-modules/next-queries/store/actions/fetch-next-queries.action.js.map +1 -1
  2323. package/js/x-modules/next-queries/store/actions/fetch-next-query-preview.action.js +30 -0
  2324. package/js/x-modules/next-queries/store/actions/fetch-next-query-preview.action.js.map +1 -0
  2325. package/js/x-modules/next-queries/store/actions/set-query-from-last-history-query.action.js +1 -2
  2326. package/js/x-modules/next-queries/store/actions/set-query-from-last-history-query.action.js.map +1 -1
  2327. package/js/x-modules/next-queries/store/actions/set-url-params.action.js +1 -3
  2328. package/js/x-modules/next-queries/store/actions/set-url-params.action.js.map +1 -1
  2329. package/js/x-modules/next-queries/store/emitters.js +4 -7
  2330. package/js/x-modules/next-queries/store/emitters.js.map +1 -1
  2331. package/js/x-modules/next-queries/store/getters/next-queries.getter.js +3 -7
  2332. package/js/x-modules/next-queries/store/getters/next-queries.getter.js.map +1 -1
  2333. package/js/x-modules/next-queries/store/getters/request.getter.js +8 -5
  2334. package/js/x-modules/next-queries/store/getters/request.getter.js.map +1 -1
  2335. package/js/x-modules/next-queries/store/module.js +30 -19
  2336. package/js/x-modules/next-queries/store/module.js.map +1 -1
  2337. package/js/x-modules/next-queries/wiring.js +46 -19
  2338. package/js/x-modules/next-queries/wiring.js.map +1 -1
  2339. package/js/x-modules/next-queries/x-module.js +2 -2
  2340. package/js/x-modules/next-queries/x-module.js.map +1 -1
  2341. package/js/x-modules/popular-searches/components/popular-search.vue.js +17 -25
  2342. package/js/x-modules/popular-searches/components/popular-search.vue.js.map +1 -1
  2343. package/js/x-modules/popular-searches/components/popular-search.vue_rollup-plugin-vue_script.vue.js +40 -0
  2344. package/js/x-modules/popular-searches/components/popular-search.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  2345. package/js/x-modules/popular-searches/components/popular-searches.vue.js +73 -64
  2346. package/js/x-modules/popular-searches/components/popular-searches.vue.js.map +1 -1
  2347. package/js/x-modules/popular-searches/components/popular-searches.vue_rollup-plugin-vue_script.vue.js +33 -0
  2348. package/js/x-modules/popular-searches/components/popular-searches.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  2349. package/js/x-modules/popular-searches/store/actions/fetch-and-save-suggestions.action.js +6 -8
  2350. package/js/x-modules/popular-searches/store/actions/fetch-and-save-suggestions.action.js.map +1 -1
  2351. package/js/x-modules/popular-searches/store/actions/fetch-suggestions.action.js +2 -7
  2352. package/js/x-modules/popular-searches/store/actions/fetch-suggestions.action.js.map +1 -1
  2353. package/js/x-modules/popular-searches/store/emitters.js +2 -2
  2354. package/js/x-modules/popular-searches/store/emitters.js.map +1 -1
  2355. package/js/x-modules/popular-searches/store/getters/popular-searches.getter.js +3 -7
  2356. package/js/x-modules/popular-searches/store/getters/popular-searches.getter.js.map +1 -1
  2357. package/js/x-modules/popular-searches/store/getters/request.getter.js +6 -5
  2358. package/js/x-modules/popular-searches/store/getters/request.getter.js.map +1 -1
  2359. package/js/x-modules/popular-searches/store/module.js +13 -14
  2360. package/js/x-modules/popular-searches/store/module.js.map +1 -1
  2361. package/js/x-modules/popular-searches/wiring.js +11 -11
  2362. package/js/x-modules/popular-searches/wiring.js.map +1 -1
  2363. package/js/x-modules/popular-searches/x-module.js +2 -2
  2364. package/js/x-modules/popular-searches/x-module.js.map +1 -1
  2365. package/js/x-modules/queries-preview/components/query-preview.vue.js +100 -0
  2366. package/js/x-modules/queries-preview/components/query-preview.vue.js.map +1 -0
  2367. package/js/x-modules/queries-preview/components/query-preview.vue_rollup-plugin-vue_script.vue.js +150 -0
  2368. package/js/x-modules/queries-preview/components/query-preview.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  2369. package/js/x-modules/queries-preview/store/actions/fetch-and-save-query-preview.action.js +40 -0
  2370. package/js/x-modules/queries-preview/store/actions/fetch-and-save-query-preview.action.js.map +1 -0
  2371. package/js/x-modules/queries-preview/store/actions/fetch-query-preview.action.js +24 -0
  2372. package/js/x-modules/queries-preview/store/actions/fetch-query-preview.action.js.map +1 -0
  2373. package/js/x-modules/queries-preview/store/emitters.js +12 -0
  2374. package/js/x-modules/queries-preview/store/emitters.js.map +1 -0
  2375. package/js/x-modules/queries-preview/store/module.js +40 -0
  2376. package/js/x-modules/queries-preview/store/module.js.map +1 -0
  2377. package/js/x-modules/queries-preview/wiring.js +58 -0
  2378. package/js/x-modules/queries-preview/wiring.js.map +1 -0
  2379. package/js/x-modules/queries-preview/x-module.js +19 -0
  2380. package/js/x-modules/queries-preview/x-module.js.map +1 -0
  2381. package/js/x-modules/query-suggestions/components/query-suggestion.vue.js +17 -25
  2382. package/js/x-modules/query-suggestions/components/query-suggestion.vue.js.map +1 -1
  2383. package/js/x-modules/query-suggestions/components/query-suggestion.vue_rollup-plugin-vue_script.vue.js +44 -0
  2384. package/js/x-modules/query-suggestions/components/query-suggestion.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  2385. package/js/x-modules/query-suggestions/components/query-suggestions.vue.js +73 -65
  2386. package/js/x-modules/query-suggestions/components/query-suggestions.vue.js.map +1 -1
  2387. package/js/x-modules/query-suggestions/components/query-suggestions.vue_rollup-plugin-vue_script.vue.js +33 -0
  2388. package/js/x-modules/query-suggestions/components/query-suggestions.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  2389. package/js/x-modules/query-suggestions/store/actions/fetch-and-save-suggestions.action.js +6 -8
  2390. package/js/x-modules/query-suggestions/store/actions/fetch-and-save-suggestions.action.js.map +1 -1
  2391. package/js/x-modules/query-suggestions/store/actions/fetch-suggestions.action.js +8 -6
  2392. package/js/x-modules/query-suggestions/store/actions/fetch-suggestions.action.js.map +1 -1
  2393. package/js/x-modules/query-suggestions/store/actions/set-url-params.action.js +1 -3
  2394. package/js/x-modules/query-suggestions/store/actions/set-url-params.action.js.map +1 -1
  2395. package/js/x-modules/query-suggestions/store/emitters.js +3 -6
  2396. package/js/x-modules/query-suggestions/store/emitters.js.map +1 -1
  2397. package/js/x-modules/query-suggestions/store/getters/normalized-query.getter.js +1 -4
  2398. package/js/x-modules/query-suggestions/store/getters/normalized-query.getter.js.map +1 -1
  2399. package/js/x-modules/query-suggestions/store/getters/query-suggestions.getter.js +10 -14
  2400. package/js/x-modules/query-suggestions/store/getters/query-suggestions.getter.js.map +1 -1
  2401. package/js/x-modules/query-suggestions/store/getters/request.getter.js +8 -5
  2402. package/js/x-modules/query-suggestions/store/getters/request.getter.js.map +1 -1
  2403. package/js/x-modules/query-suggestions/store/module.js +15 -17
  2404. package/js/x-modules/query-suggestions/store/module.js.map +1 -1
  2405. package/js/x-modules/query-suggestions/wiring.js +27 -24
  2406. package/js/x-modules/query-suggestions/wiring.js.map +1 -1
  2407. package/js/x-modules/query-suggestions/x-module.js +2 -2
  2408. package/js/x-modules/query-suggestions/x-module.js.map +1 -1
  2409. package/js/x-modules/recommendations/components/recommendations.vue.js +22 -25
  2410. package/js/x-modules/recommendations/components/recommendations.vue.js.map +1 -1
  2411. package/js/x-modules/recommendations/components/recommendations.vue_rollup-plugin-vue_script.vue.js +65 -0
  2412. package/js/x-modules/recommendations/components/recommendations.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  2413. package/js/x-modules/recommendations/components/recommendations.vue_rollup-plugin-vue_styles.0.vue.js +16 -0
  2414. package/js/x-modules/recommendations/components/recommendations.vue_rollup-plugin-vue_styles.0.vue.js.map +1 -0
  2415. package/js/x-modules/recommendations/store/actions/fetch-and-save-recommendations.action.js +6 -8
  2416. package/js/x-modules/recommendations/store/actions/fetch-and-save-recommendations.action.js.map +1 -1
  2417. package/js/x-modules/recommendations/store/actions/fetch-recommendations.action.js +8 -8
  2418. package/js/x-modules/recommendations/store/actions/fetch-recommendations.action.js.map +1 -1
  2419. package/js/x-modules/recommendations/store/constants.js +1 -1
  2420. package/js/x-modules/recommendations/store/constants.js.map +1 -1
  2421. package/js/x-modules/recommendations/store/emitters.js +3 -5
  2422. package/js/x-modules/recommendations/store/emitters.js.map +1 -1
  2423. package/js/x-modules/recommendations/store/getters/request.getter.js +7 -5
  2424. package/js/x-modules/recommendations/store/getters/request.getter.js.map +1 -1
  2425. package/js/x-modules/recommendations/store/module.js +16 -10
  2426. package/js/x-modules/recommendations/store/module.js.map +1 -1
  2427. package/js/x-modules/recommendations/wiring.js +9 -9
  2428. package/js/x-modules/recommendations/wiring.js.map +1 -1
  2429. package/js/x-modules/recommendations/x-module.js +2 -2
  2430. package/js/x-modules/recommendations/x-module.js.map +1 -1
  2431. package/js/x-modules/related-tags/components/related-tag.vue.js +24 -22
  2432. package/js/x-modules/related-tags/components/related-tag.vue.js.map +1 -1
  2433. package/js/x-modules/related-tags/components/related-tag.vue_rollup-plugin-vue_script.vue.js +92 -0
  2434. package/js/x-modules/related-tags/components/related-tag.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  2435. package/js/x-modules/related-tags/components/related-tag.vue_rollup-plugin-vue_styles.0.vue.js +16 -0
  2436. package/js/x-modules/related-tags/components/related-tag.vue_rollup-plugin-vue_styles.0.vue.js.map +1 -0
  2437. package/js/x-modules/related-tags/components/related-tags.vue.js +40 -32
  2438. package/js/x-modules/related-tags/components/related-tags.vue.js.map +1 -1
  2439. package/js/x-modules/related-tags/components/related-tags.vue_rollup-plugin-vue_script.vue.js +44 -0
  2440. package/js/x-modules/related-tags/components/related-tags.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  2441. package/js/x-modules/related-tags/components/related-tags.vue_rollup-plugin-vue_styles.0.vue.js +16 -0
  2442. package/js/x-modules/related-tags/components/related-tags.vue_rollup-plugin-vue_styles.0.vue.js.map +1 -0
  2443. package/js/x-modules/related-tags/store/actions/fetch-and-save-related-tags.action.js +6 -8
  2444. package/js/x-modules/related-tags/store/actions/fetch-and-save-related-tags.action.js.map +1 -1
  2445. package/js/x-modules/related-tags/store/actions/fetch-related-tags.action.js +2 -7
  2446. package/js/x-modules/related-tags/store/actions/fetch-related-tags.action.js.map +1 -1
  2447. package/js/x-modules/related-tags/store/actions/set-url-params.action.js +5 -10
  2448. package/js/x-modules/related-tags/store/actions/set-url-params.action.js.map +1 -1
  2449. package/js/x-modules/related-tags/store/actions/toggle-related-tag.action.js +4 -7
  2450. package/js/x-modules/related-tags/store/actions/toggle-related-tag.action.js.map +1 -1
  2451. package/js/x-modules/related-tags/store/emitters.js +5 -8
  2452. package/js/x-modules/related-tags/store/emitters.js.map +1 -1
  2453. package/js/x-modules/related-tags/store/getters/query.getter.js +18 -0
  2454. package/js/x-modules/related-tags/store/getters/query.getter.js.map +1 -0
  2455. package/js/x-modules/related-tags/store/getters/related-tags.getter.js +1 -6
  2456. package/js/x-modules/related-tags/store/getters/related-tags.getter.js.map +1 -1
  2457. package/js/x-modules/related-tags/store/getters/request.getter.js +10 -5
  2458. package/js/x-modules/related-tags/store/getters/request.getter.js.map +1 -1
  2459. package/js/x-modules/related-tags/store/module.js +18 -17
  2460. package/js/x-modules/related-tags/store/module.js.map +1 -1
  2461. package/js/x-modules/related-tags/wiring.js +33 -24
  2462. package/js/x-modules/related-tags/wiring.js.map +1 -1
  2463. package/js/x-modules/related-tags/x-module.js +2 -2
  2464. package/js/x-modules/related-tags/x-module.js.map +1 -1
  2465. package/js/x-modules/scroll/components/main-scroll-item.vue.js +55 -0
  2466. package/js/x-modules/scroll/components/main-scroll-item.vue.js.map +1 -0
  2467. package/js/x-modules/scroll/components/main-scroll-item.vue_rollup-plugin-vue_script.vue.js +200 -0
  2468. package/js/x-modules/scroll/components/main-scroll-item.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  2469. package/js/x-modules/scroll/components/main-scroll.vue.js +47 -0
  2470. package/js/x-modules/scroll/components/main-scroll.vue.js.map +1 -0
  2471. package/js/x-modules/scroll/components/main-scroll.vue_rollup-plugin-vue_script.vue.js +218 -0
  2472. package/js/x-modules/scroll/components/main-scroll.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  2473. package/js/x-modules/scroll/components/scroll-to-top.vue.js +71 -0
  2474. package/js/x-modules/scroll/components/scroll-to-top.vue.js.map +1 -0
  2475. package/js/x-modules/scroll/components/scroll-to-top.vue_rollup-plugin-vue_script.vue.js +228 -0
  2476. package/js/x-modules/scroll/components/scroll-to-top.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  2477. package/js/x-modules/scroll/components/scroll.const.js +15 -0
  2478. package/js/x-modules/scroll/components/scroll.const.js.map +1 -0
  2479. package/js/x-modules/scroll/components/scroll.vue.js +69 -0
  2480. package/js/x-modules/scroll/components/scroll.vue.js.map +1 -0
  2481. package/js/x-modules/scroll/components/scroll.vue_rollup-plugin-vue_script.vue.js +98 -0
  2482. package/js/x-modules/scroll/components/scroll.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  2483. package/js/x-modules/scroll/components/window-scroll.vue.js +39 -0
  2484. package/js/x-modules/scroll/components/window-scroll.vue.js.map +1 -0
  2485. package/js/x-modules/scroll/components/window-scroll.vue_rollup-plugin-vue_script.vue.js +203 -0
  2486. package/js/x-modules/scroll/components/window-scroll.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  2487. package/js/x-modules/scroll/store/emitters.js +12 -0
  2488. package/js/x-modules/scroll/store/emitters.js.map +1 -0
  2489. package/js/x-modules/scroll/store/module.js +35 -0
  2490. package/js/x-modules/scroll/store/module.js.map +1 -0
  2491. package/js/x-modules/scroll/wiring.js +96 -0
  2492. package/js/x-modules/scroll/wiring.js.map +1 -0
  2493. package/js/x-modules/scroll/x-module.js +19 -0
  2494. package/js/x-modules/scroll/x-module.js.map +1 -0
  2495. package/js/x-modules/search/components/banner.vue.js +30 -22
  2496. package/js/x-modules/search/components/banner.vue.js.map +1 -1
  2497. package/js/x-modules/search/components/banner.vue_rollup-plugin-vue_script.vue.js +36 -0
  2498. package/js/x-modules/search/components/banner.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  2499. package/js/x-modules/search/components/banner.vue_rollup-plugin-vue_styles.0.vue.js +16 -0
  2500. package/js/x-modules/search/components/banner.vue_rollup-plugin-vue_styles.0.vue.js.map +1 -0
  2501. package/js/x-modules/search/components/banners-list.vue.js +18 -18
  2502. package/js/x-modules/search/components/banners-list.vue.js.map +1 -1
  2503. package/js/x-modules/search/components/banners-list.vue_rollup-plugin-vue_script.vue.js +108 -0
  2504. package/js/x-modules/search/components/banners-list.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  2505. package/js/x-modules/search/components/partial-query-button.vue.js +15 -14
  2506. package/js/x-modules/search/components/partial-query-button.vue.js.map +1 -1
  2507. package/js/x-modules/search/components/partial-query-button.vue_rollup-plugin-vue_script.vue.js +48 -0
  2508. package/js/x-modules/search/components/partial-query-button.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  2509. package/js/x-modules/search/components/partial-results-list.vue.js +17 -20
  2510. package/js/x-modules/search/components/partial-results-list.vue.js.map +1 -1
  2511. package/js/x-modules/search/components/partial-results-list.vue_rollup-plugin-vue_script.vue.js +43 -0
  2512. package/js/x-modules/search/components/partial-results-list.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  2513. package/js/x-modules/search/components/partial-results-list.vue_rollup-plugin-vue_styles.0.vue.js +16 -0
  2514. package/js/x-modules/search/components/partial-results-list.vue_rollup-plugin-vue_styles.0.vue.js.map +1 -0
  2515. package/js/x-modules/search/components/promoted.vue.js +19 -22
  2516. package/js/x-modules/search/components/promoted.vue.js.map +1 -1
  2517. package/js/x-modules/search/components/promoted.vue_rollup-plugin-vue_script.vue.js +35 -0
  2518. package/js/x-modules/search/components/promoted.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  2519. package/js/x-modules/search/components/promoted.vue_rollup-plugin-vue_styles.0.vue.js +16 -0
  2520. package/js/x-modules/search/components/promoted.vue_rollup-plugin-vue_styles.0.vue.js.map +1 -0
  2521. package/js/x-modules/search/components/promoteds-list.vue.js +18 -18
  2522. package/js/x-modules/search/components/promoteds-list.vue.js.map +1 -1
  2523. package/js/x-modules/search/components/promoteds-list.vue_rollup-plugin-vue_script.vue.js +72 -0
  2524. package/js/x-modules/search/components/promoteds-list.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  2525. package/js/x-modules/search/components/redirection.vue.js +13 -14
  2526. package/js/x-modules/search/components/redirection.vue.js.map +1 -1
  2527. package/js/x-modules/search/components/redirection.vue_rollup-plugin-vue_script.vue.js +101 -0
  2528. package/js/x-modules/search/components/redirection.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  2529. package/js/x-modules/search/components/results-list.vue.js +18 -18
  2530. package/js/x-modules/search/components/results-list.vue.js.map +1 -1
  2531. package/js/x-modules/search/components/results-list.vue_rollup-plugin-vue_script.vue.js +98 -0
  2532. package/js/x-modules/search/components/results-list.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  2533. package/js/x-modules/search/components/sort-dropdown.vue.js +23 -22
  2534. package/js/x-modules/search/components/sort-dropdown.vue.js.map +1 -1
  2535. package/js/x-modules/search/components/sort-dropdown.vue_rollup-plugin-vue_script.vue.js +44 -0
  2536. package/js/x-modules/search/components/sort-dropdown.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  2537. package/js/x-modules/search/components/sort-list.vue.js +22 -25
  2538. package/js/x-modules/search/components/sort-list.vue.js.map +1 -1
  2539. package/js/x-modules/search/components/sort-list.vue_rollup-plugin-vue_script.vue.js +178 -0
  2540. package/js/x-modules/search/components/sort-list.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  2541. package/js/x-modules/search/components/sort-list.vue_rollup-plugin-vue_styles.0.vue.js +16 -0
  2542. package/js/x-modules/search/components/sort-list.vue_rollup-plugin-vue_styles.0.vue.js.map +1 -0
  2543. package/js/x-modules/search/components/sort.mixin.js +78 -69
  2544. package/js/x-modules/search/components/sort.mixin.js.map +1 -1
  2545. package/js/x-modules/search/components/spellcheck-button.vue.js +15 -14
  2546. package/js/x-modules/search/components/spellcheck-button.vue.js.map +1 -1
  2547. package/js/x-modules/search/components/spellcheck-button.vue_rollup-plugin-vue_script.vue.js +49 -0
  2548. package/js/x-modules/search/components/spellcheck-button.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  2549. package/js/x-modules/search/components/spellcheck.vue.js +13 -13
  2550. package/js/x-modules/search/components/spellcheck.vue.js.map +1 -1
  2551. package/js/x-modules/search/components/spellcheck.vue_rollup-plugin-vue_script.vue.js +161 -0
  2552. package/js/x-modules/search/components/spellcheck.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  2553. package/js/x-modules/search/store/actions/fetch-and-save-search-response.action.js +29 -25
  2554. package/js/x-modules/search/store/actions/fetch-and-save-search-response.action.js.map +1 -1
  2555. package/js/x-modules/search/store/actions/fetch-search-response.action.js +1 -1
  2556. package/js/x-modules/search/store/actions/fetch-search-response.action.js.map +1 -1
  2557. package/js/x-modules/search/store/actions/increase-page-apending-results.action.js +3 -4
  2558. package/js/x-modules/search/store/actions/increase-page-apending-results.action.js.map +1 -1
  2559. package/js/x-modules/search/store/actions/reset-state.action.js +31 -0
  2560. package/js/x-modules/search/store/actions/reset-state.action.js.map +1 -0
  2561. package/js/x-modules/search/store/actions/save-origin.action.js +17 -0
  2562. package/js/x-modules/search/store/actions/save-origin.action.js.map +1 -0
  2563. package/js/x-modules/search/store/actions/save-search-response.action.js +32 -0
  2564. package/js/x-modules/search/store/actions/save-search-response.action.js.map +1 -0
  2565. package/js/x-modules/search/store/actions/set-url-params.action.js +2 -3
  2566. package/js/x-modules/search/store/actions/set-url-params.action.js.map +1 -1
  2567. package/js/x-modules/search/store/emitters.js +37 -11
  2568. package/js/x-modules/search/store/emitters.js.map +1 -1
  2569. package/js/x-modules/search/store/getters/query.getter.js +18 -0
  2570. package/js/x-modules/search/store/getters/query.getter.js.map +1 -0
  2571. package/js/x-modules/search/store/getters/request.getter.js +12 -7
  2572. package/js/x-modules/search/store/getters/request.getter.js.map +1 -1
  2573. package/js/x-modules/search/store/module.js +56 -42
  2574. package/js/x-modules/search/store/module.js.map +1 -1
  2575. package/js/x-modules/search/wiring.js +58 -74
  2576. package/js/x-modules/search/wiring.js.map +1 -1
  2577. package/js/x-modules/search/x-module.js +2 -2
  2578. package/js/x-modules/search/x-module.js.map +1 -1
  2579. package/js/x-modules/search-box/components/clear-search-input.vue.js +14 -14
  2580. package/js/x-modules/search-box/components/clear-search-input.vue.js.map +1 -1
  2581. package/js/x-modules/search-box/components/clear-search-input.vue_rollup-plugin-vue_script.vue.js +53 -0
  2582. package/js/x-modules/search-box/components/clear-search-input.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  2583. package/js/x-modules/search-box/components/search-button.vue.js +15 -14
  2584. package/js/x-modules/search-box/components/search-button.vue.js.map +1 -1
  2585. package/js/x-modules/search-box/components/search-button.vue_rollup-plugin-vue_script.vue.js +62 -0
  2586. package/js/x-modules/search-box/components/search-button.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  2587. package/js/x-modules/search-box/components/search-input-placeholder.vue.js +66 -0
  2588. package/js/x-modules/search-box/components/search-input-placeholder.vue.js.map +1 -0
  2589. package/js/x-modules/search-box/components/search-input-placeholder.vue_rollup-plugin-vue_script.vue.js +311 -0
  2590. package/js/x-modules/search-box/components/search-input-placeholder.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  2591. package/js/x-modules/search-box/components/search-input-placeholder.vue_rollup-plugin-vue_styles.0.vue.js +16 -0
  2592. package/js/x-modules/search-box/components/search-input-placeholder.vue_rollup-plugin-vue_styles.0.vue.js.map +1 -0
  2593. package/js/x-modules/search-box/components/search-input.vue.js +70 -59
  2594. package/js/x-modules/search-box/components/search-input.vue.js.map +1 -1
  2595. package/js/x-modules/search-box/components/search-input.vue_rollup-plugin-vue_script.vue.js +215 -0
  2596. package/js/x-modules/search-box/components/search-input.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  2597. package/js/x-modules/search-box/components/search-input.vue_rollup-plugin-vue_styles.0.vue.js +16 -0
  2598. package/js/x-modules/search-box/components/search-input.vue_rollup-plugin-vue_styles.0.vue.js.map +1 -0
  2599. package/js/x-modules/search-box/store/actions/set-input-status.action.js +49 -0
  2600. package/js/x-modules/search-box/store/actions/set-input-status.action.js.map +1 -0
  2601. package/js/x-modules/search-box/store/actions/set-url-params.action.js +1 -3
  2602. package/js/x-modules/search-box/store/actions/set-url-params.action.js.map +1 -1
  2603. package/js/x-modules/search-box/store/emitters.js +4 -7
  2604. package/js/x-modules/search-box/store/emitters.js.map +1 -1
  2605. package/js/x-modules/search-box/store/module.js +13 -8
  2606. package/js/x-modules/search-box/store/module.js.map +1 -1
  2607. package/js/x-modules/search-box/wiring.js +44 -13
  2608. package/js/x-modules/search-box/wiring.js.map +1 -1
  2609. package/js/x-modules/search-box/x-module.js +2 -2
  2610. package/js/x-modules/search-box/x-module.js.map +1 -1
  2611. package/js/x-modules/tagging/components/tagging.vue.js +39 -0
  2612. package/js/x-modules/tagging/components/tagging.vue.js.map +1 -0
  2613. package/js/x-modules/tagging/components/tagging.vue_rollup-plugin-vue_script.vue.js +89 -0
  2614. package/js/x-modules/tagging/components/tagging.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  2615. package/js/x-modules/tagging/service/pdp-add-to-cart.service.js +157 -0
  2616. package/js/x-modules/tagging/service/pdp-add-to-cart.service.js.map +1 -0
  2617. package/js/x-modules/tagging/store/actions/track.action.js +43 -0
  2618. package/js/x-modules/tagging/store/actions/track.action.js.map +1 -0
  2619. package/js/x-modules/tagging/store/emitters.js +8 -4
  2620. package/js/x-modules/tagging/store/emitters.js.map +1 -1
  2621. package/js/x-modules/tagging/store/module.js +27 -6
  2622. package/js/x-modules/tagging/store/module.js.map +1 -1
  2623. package/js/x-modules/tagging/wiring.js +167 -2
  2624. package/js/x-modules/tagging/wiring.js.map +1 -1
  2625. package/js/x-modules/tagging/x-module.js +2 -2
  2626. package/js/x-modules/tagging/x-module.js.map +1 -1
  2627. package/js/x-modules/url/components/url-handler.vue.js +11 -11
  2628. package/js/x-modules/url/components/url-handler.vue.js.map +1 -1
  2629. package/js/x-modules/url/components/url-handler.vue_rollup-plugin-vue_script.vue.js +455 -0
  2630. package/js/x-modules/url/components/url-handler.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  2631. package/js/x-modules/url/store/emitters.js +10 -18
  2632. package/js/x-modules/url/store/emitters.js.map +1 -1
  2633. package/js/x-modules/url/store/getters/url-params.getter.js +6 -10
  2634. package/js/x-modules/url/store/getters/url-params.getter.js.map +1 -1
  2635. package/js/x-modules/url/store/initial-state.js +2 -2
  2636. package/js/x-modules/url/store/initial-state.js.map +1 -1
  2637. package/js/x-modules/url/store/module.js +22 -15
  2638. package/js/x-modules/url/store/module.js.map +1 -1
  2639. package/js/x-modules/url/store/mutations/set-params.mutation.js +3 -3
  2640. package/js/x-modules/url/store/mutations/set-params.mutation.js.map +1 -1
  2641. package/js/x-modules/url/wiring.js +38 -20
  2642. package/js/x-modules/url/wiring.js.map +1 -1
  2643. package/js/x-modules/url/x-module.js +2 -2
  2644. package/js/x-modules/url/x-module.js.map +1 -1
  2645. package/next-queries/index.js +8 -7
  2646. package/package.json +71 -61
  2647. package/popular-searches/index.js +6 -6
  2648. package/queries-preview/index.d.ts +1 -0
  2649. package/queries-preview/index.js +7 -0
  2650. package/query-suggestions/index.js +5 -5
  2651. package/recommendations/index.js +3 -3
  2652. package/related-tags/index.js +5 -4
  2653. package/report/tsdoc-metadata.json +1 -1
  2654. package/report/x-adapter-platform.api.json +5674 -0
  2655. package/report/x-components.api.json +21519 -6998
  2656. package/report/x-components.api.md +1621 -461
  2657. package/report/x-types.api.json +2944 -600
  2658. package/scroll/index.d.ts +1 -0
  2659. package/scroll/index.js +10 -0
  2660. package/search/index.js +16 -10
  2661. package/search-box/index.js +6 -5
  2662. package/tagging/index.js +5 -2
  2663. package/types/adapter/e2e-adapter.d.ts +19 -0
  2664. package/types/adapter/e2e-adapter.d.ts.map +1 -0
  2665. package/types/adapter/mocked-responses.d.ts +40 -0
  2666. package/types/adapter/mocked-responses.d.ts.map +1 -0
  2667. package/types/components/animations/animate-clip-path/animate-clip-path.factory.d.ts +14 -0
  2668. package/types/components/animations/animate-clip-path/animate-clip-path.factory.d.ts.map +1 -0
  2669. package/types/components/animations/animate-scale/animate-scale.factory.d.ts +14 -0
  2670. package/types/components/animations/animate-scale/animate-scale.factory.d.ts.map +1 -0
  2671. package/types/components/animations/animate-translate/animate-translate.factory.d.ts +14 -0
  2672. package/types/components/animations/animate-translate/animate-translate.factory.d.ts.map +1 -0
  2673. package/types/components/animations/animate-width.vue.d.ts.map +1 -1
  2674. package/types/components/animations/animations.mixin.d.ts.map +1 -1
  2675. package/types/components/animations/collapse-height.vue.d.ts +4 -0
  2676. package/types/components/animations/collapse-height.vue.d.ts.map +1 -1
  2677. package/types/components/animations/collapse-width.vue.d.ts +4 -0
  2678. package/types/components/animations/collapse-width.vue.d.ts.map +1 -1
  2679. package/types/components/animations/create-directional-animation-factory.d.ts +13 -0
  2680. package/types/components/animations/create-directional-animation-factory.d.ts.map +1 -0
  2681. package/types/components/animations/cross-fade.vue.d.ts +5 -1
  2682. package/types/components/animations/cross-fade.vue.d.ts.map +1 -1
  2683. package/types/components/animations/disable-animation.mixin.d.ts +28 -0
  2684. package/types/components/animations/disable-animation.mixin.d.ts.map +1 -0
  2685. package/types/components/animations/fade-and-slide.vue.d.ts +14 -2
  2686. package/types/components/animations/fade-and-slide.vue.d.ts.map +1 -1
  2687. package/types/components/animations/fade.vue.d.ts +14 -0
  2688. package/types/components/animations/fade.vue.d.ts.map +1 -0
  2689. package/types/components/animations/index.d.ts +7 -3
  2690. package/types/components/animations/index.d.ts.map +1 -1
  2691. package/types/components/animations/staggered-fade-and-slide.vue.d.ts +14 -2
  2692. package/types/components/animations/staggered-fade-and-slide.vue.d.ts.map +1 -1
  2693. package/types/components/animations/staggering-transition-group.vue.d.ts +288 -0
  2694. package/types/components/animations/staggering-transition-group.vue.d.ts.map +1 -0
  2695. package/types/components/auto-progress-bar.vue.d.ts.map +1 -1
  2696. package/types/components/base-dropdown.vue.d.ts +17 -1
  2697. package/types/components/base-dropdown.vue.d.ts.map +1 -1
  2698. package/types/components/base-event-button.vue.d.ts.map +1 -1
  2699. package/types/components/base-grid.vue.d.ts +19 -0
  2700. package/types/components/base-grid.vue.d.ts.map +1 -1
  2701. package/types/components/base-keyboard-navigation.vue.d.ts.map +1 -1
  2702. package/types/components/base-rating.vue.d.ts.map +1 -1
  2703. package/types/components/base-switch.vue.d.ts +32 -0
  2704. package/types/components/base-switch.vue.d.ts.map +1 -0
  2705. package/types/components/base-variable-column-grid.vue.d.ts.map +1 -1
  2706. package/types/components/column-picker/base-column-picker-dropdown.vue.d.ts.map +1 -1
  2707. package/types/components/column-picker/base-column-picker-list.vue.d.ts +4 -1
  2708. package/types/components/column-picker/base-column-picker-list.vue.d.ts.map +1 -1
  2709. package/types/components/currency/base-currency.vue.d.ts.map +1 -1
  2710. package/types/components/decorators/bus.decorators.d.ts.map +1 -1
  2711. package/types/components/decorators/debounce.decorators.d.ts +4 -1
  2712. package/types/components/decorators/debounce.decorators.d.ts.map +1 -1
  2713. package/types/components/decorators/injection.consts.d.ts +37 -0
  2714. package/types/components/decorators/injection.consts.d.ts.map +1 -1
  2715. package/types/components/dynamic-props.mixin.d.ts +23 -0
  2716. package/types/components/dynamic-props.mixin.d.ts.map +1 -0
  2717. package/types/components/filters/labels/base-price-filter-label.vue.d.ts.map +1 -1
  2718. package/types/components/filters/labels/base-rating-filter-label.vue.d.ts.map +1 -1
  2719. package/types/components/global-x-bus.vue.d.ts +25 -0
  2720. package/types/components/global-x-bus.vue.d.ts.map +1 -0
  2721. package/types/components/highlight.vue.d.ts +86 -0
  2722. package/types/components/highlight.vue.d.ts.map +1 -0
  2723. package/types/components/icons/arrow-down.vue.d.ts +3 -0
  2724. package/types/components/icons/arrow-down.vue.d.ts.map +1 -0
  2725. package/types/components/icons/arrow-left.vue.d.ts +3 -0
  2726. package/types/components/icons/arrow-left.vue.d.ts.map +1 -0
  2727. package/types/components/icons/arrow-right.vue.d.ts +3 -0
  2728. package/types/components/icons/arrow-right.vue.d.ts.map +1 -0
  2729. package/types/components/icons/arrow-up.vue.d.ts +3 -0
  2730. package/types/components/icons/arrow-up.vue.d.ts.map +1 -0
  2731. package/types/components/icons/bag.vue.d.ts.map +1 -1
  2732. package/types/components/icons/bar-code.vue.d.ts.map +1 -1
  2733. package/types/components/icons/barcode-tiny.vue.d.ts.map +1 -1
  2734. package/types/components/icons/cart.vue.d.ts.map +1 -1
  2735. package/types/components/icons/check-tiny.vue.d.ts.map +1 -1
  2736. package/types/components/icons/check.vue.d.ts.map +1 -1
  2737. package/types/components/icons/checkbox-card-selected.vue.d.ts.map +1 -1
  2738. package/types/components/icons/checkbox-card-unselected.vue.d.ts.map +1 -1
  2739. package/types/components/icons/checkbox-selected.vue.d.ts.map +1 -1
  2740. package/types/components/icons/checkbox-unselected.vue.d.ts.map +1 -1
  2741. package/types/components/icons/chevron-down.vue.d.ts.map +1 -1
  2742. package/types/components/icons/chevron-left.vue.d.ts.map +1 -1
  2743. package/types/components/icons/chevron-right.vue.d.ts.map +1 -1
  2744. package/types/components/icons/chevron-tiny-down.vue.d.ts.map +1 -1
  2745. package/types/components/icons/chevron-tiny-left.vue.d.ts.map +1 -1
  2746. package/types/components/icons/chevron-tiny-right.vue.d.ts.map +1 -1
  2747. package/types/components/icons/chevron-tiny-up.vue.d.ts.map +1 -1
  2748. package/types/components/icons/chevron-up.vue.d.ts.map +1 -1
  2749. package/types/components/icons/cross-tiny.vue.d.ts.map +1 -1
  2750. package/types/components/icons/cross.vue.d.ts.map +1 -1
  2751. package/types/components/icons/curated-check.vue.d.ts +3 -0
  2752. package/types/components/icons/curated-check.vue.d.ts.map +1 -0
  2753. package/types/components/icons/filters.vue.d.ts.map +1 -1
  2754. package/types/components/icons/grid-1-col.vue.d.ts.map +1 -1
  2755. package/types/components/icons/grid-2-col.vue.d.ts.map +1 -1
  2756. package/types/components/icons/grid-2-rows.vue.d.ts +3 -0
  2757. package/types/components/icons/grid-2-rows.vue.d.ts.map +1 -0
  2758. package/types/components/icons/grid-4-col.vue.d.ts +3 -0
  2759. package/types/components/icons/grid-4-col.vue.d.ts.map +1 -0
  2760. package/types/components/icons/hide.vue.d.ts.map +1 -1
  2761. package/types/components/icons/history-tiny.vue.d.ts.map +1 -1
  2762. package/types/components/icons/history.vue.d.ts.map +1 -1
  2763. package/types/components/icons/index.d.ts +13 -1
  2764. package/types/components/icons/index.d.ts.map +1 -1
  2765. package/types/components/icons/light-bulb-off.vue.d.ts +3 -0
  2766. package/types/components/icons/light-bulb-off.vue.d.ts.map +1 -0
  2767. package/types/components/icons/light-bulb-on.vue.d.ts +3 -0
  2768. package/types/components/icons/light-bulb-on.vue.d.ts.map +1 -0
  2769. package/types/components/icons/menu.vue.d.ts.map +1 -1
  2770. package/types/components/icons/minus-tiny.vue.d.ts.map +1 -1
  2771. package/types/components/icons/minus.vue.d.ts.map +1 -1
  2772. package/types/components/icons/nq-1.vue.d.ts.map +1 -1
  2773. package/types/components/icons/nq-2.vue.d.ts.map +1 -1
  2774. package/types/components/icons/nq-3.vue.d.ts.map +1 -1
  2775. package/types/components/icons/nq-4.vue.d.ts.map +1 -1
  2776. package/types/components/icons/plus.vue.d.ts.map +1 -1
  2777. package/types/components/icons/radiobutton-selected.vue.d.ts +3 -0
  2778. package/types/components/icons/radiobutton-selected.vue.d.ts.map +1 -0
  2779. package/types/components/icons/radiobutton-unselected.vue.d.ts +3 -0
  2780. package/types/components/icons/radiobutton-unselected.vue.d.ts.map +1 -0
  2781. package/types/components/icons/search-tiny.vue.d.ts.map +1 -1
  2782. package/types/components/icons/search.vue.d.ts.map +1 -1
  2783. package/types/components/icons/settings.vue.d.ts +3 -0
  2784. package/types/components/icons/settings.vue.d.ts.map +1 -0
  2785. package/types/components/icons/show.vue.d.ts.map +1 -1
  2786. package/types/components/icons/star.vue.d.ts.map +1 -1
  2787. package/types/components/icons/tag.vue.d.ts +3 -0
  2788. package/types/components/icons/tag.vue.d.ts.map +1 -0
  2789. package/types/components/icons/trash-open.vue.d.ts.map +1 -1
  2790. package/types/components/icons/trash.vue.d.ts.map +1 -1
  2791. package/types/components/icons/trending-tiny.vue.d.ts.map +1 -1
  2792. package/types/components/icons/trending.vue.d.ts.map +1 -1
  2793. package/types/components/icons/user.vue.d.ts.map +1 -1
  2794. package/types/components/index.d.ts +8 -6
  2795. package/types/components/index.d.ts.map +1 -1
  2796. package/types/components/items-list.vue.d.ts.map +1 -1
  2797. package/types/components/layouts/fixed-header-and-asides-layout.vue.d.ts +17 -0
  2798. package/types/components/layouts/fixed-header-and-asides-layout.vue.d.ts.map +1 -0
  2799. package/types/components/layouts/index.d.ts +4 -0
  2800. package/types/components/layouts/index.d.ts.map +1 -0
  2801. package/types/components/layouts/multi-column-max-width-layout.vue.d.ts.map +1 -1
  2802. package/types/components/layouts/single-column-layout.vue.d.ts.map +1 -1
  2803. package/types/components/location-provider.vue.d.ts +17 -0
  2804. package/types/components/location-provider.vue.d.ts.map +1 -0
  2805. package/types/components/modals/base-events-modal-close.vue.d.ts.map +1 -1
  2806. package/types/components/modals/base-events-modal-open.vue.d.ts.map +1 -1
  2807. package/types/components/modals/base-events-modal.vue.d.ts.map +1 -1
  2808. package/types/components/modals/base-id-modal-close.vue.d.ts +15 -4
  2809. package/types/components/modals/base-id-modal-close.vue.d.ts.map +1 -1
  2810. package/types/components/modals/base-id-modal-open.vue.d.ts +15 -4
  2811. package/types/components/modals/base-id-modal-open.vue.d.ts.map +1 -1
  2812. package/types/components/modals/base-id-modal.vue.d.ts.map +1 -1
  2813. package/types/components/modals/base-modal.vue.d.ts +52 -5
  2814. package/types/components/modals/base-modal.vue.d.ts.map +1 -1
  2815. package/types/components/modals/close-main-modal.vue.d.ts +16 -0
  2816. package/types/components/modals/close-main-modal.vue.d.ts.map +1 -0
  2817. package/types/components/modals/index.d.ts +3 -0
  2818. package/types/components/modals/index.d.ts.map +1 -1
  2819. package/types/components/modals/main-modal.vue.d.ts +34 -0
  2820. package/types/components/modals/main-modal.vue.d.ts.map +1 -0
  2821. package/types/components/modals/open-main-modal.vue.d.ts +16 -0
  2822. package/types/components/modals/open-main-modal.vue.d.ts.map +1 -0
  2823. package/types/components/no-element.d.ts +1 -1
  2824. package/types/components/no-element.d.ts.map +1 -1
  2825. package/types/components/panels/base-header-toggle-panel.vue.d.ts.map +1 -1
  2826. package/types/components/panels/base-id-toggle-panel-button.vue.d.ts.map +1 -1
  2827. package/types/components/panels/base-id-toggle-panel.vue.d.ts +0 -5
  2828. package/types/components/panels/base-id-toggle-panel.vue.d.ts.map +1 -1
  2829. package/types/components/panels/base-tabs-panel.vue.d.ts +67 -0
  2830. package/types/components/panels/base-tabs-panel.vue.d.ts.map +1 -0
  2831. package/types/components/panels/base-toggle-panel.vue.d.ts.map +1 -1
  2832. package/types/components/panels/index.d.ts +1 -0
  2833. package/types/components/panels/index.d.ts.map +1 -1
  2834. package/types/components/result/base-result-add-to-cart.vue.d.ts.map +1 -1
  2835. package/types/components/result/base-result-current-price.vue.d.ts.map +1 -1
  2836. package/types/components/result/base-result-fallback-image.vue.d.ts.map +1 -1
  2837. package/types/components/result/base-result-image.vue.d.ts +46 -37
  2838. package/types/components/result/base-result-image.vue.d.ts.map +1 -1
  2839. package/types/components/result/base-result-link.vue.d.ts +9 -26
  2840. package/types/components/result/base-result-link.vue.d.ts.map +1 -1
  2841. package/types/components/result/base-result-placeholder-image.vue.d.ts.map +1 -1
  2842. package/types/components/result/base-result-previous-price.vue.d.ts +1 -2
  2843. package/types/components/result/base-result-previous-price.vue.d.ts.map +1 -1
  2844. package/types/components/result/base-result-rating.vue.d.ts +29 -0
  2845. package/types/components/result/base-result-rating.vue.d.ts.map +1 -0
  2846. package/types/components/result/index.d.ts +3 -0
  2847. package/types/components/result/index.d.ts.map +1 -1
  2848. package/types/components/result/result-variant-selector.vue.d.ts +64 -0
  2849. package/types/components/result/result-variant-selector.vue.d.ts.map +1 -0
  2850. package/types/components/result/result-variants-provider.vue.d.ts +77 -0
  2851. package/types/components/result/result-variants-provider.vue.d.ts.map +1 -0
  2852. package/types/components/scroll/base-scroll.vue.d.ts +0 -28
  2853. package/types/components/scroll/base-scroll.vue.d.ts.map +1 -1
  2854. package/types/components/scroll/index.d.ts +0 -3
  2855. package/types/components/scroll/index.d.ts.map +1 -1
  2856. package/types/components/scroll/scroll.mixin.d.ts +82 -30
  2857. package/types/components/scroll/scroll.mixin.d.ts.map +1 -1
  2858. package/types/components/sliding-panel.vue.d.ts +41 -20
  2859. package/types/components/sliding-panel.vue.d.ts.map +1 -1
  2860. package/types/components/snippet-callbacks.vue.d.ts +27 -0
  2861. package/types/components/snippet-callbacks.vue.d.ts.map +1 -0
  2862. package/types/components/suggestions/base-suggestion.vue.d.ts +39 -31
  2863. package/types/components/suggestions/base-suggestion.vue.d.ts.map +1 -1
  2864. package/types/components/suggestions/base-suggestions.vue.d.ts +33 -3
  2865. package/types/components/suggestions/base-suggestions.vue.d.ts.map +1 -1
  2866. package/types/components/x-component.mixin.d.ts.map +1 -1
  2867. package/types/components/x-component.utils.d.ts +2 -17
  2868. package/types/components/x-component.utils.d.ts.map +1 -1
  2869. package/types/directives/infinite-scroll/infinite-scroll.d.ts +4 -4
  2870. package/types/index.d.ts +2 -1
  2871. package/types/index.d.ts.map +1 -1
  2872. package/types/plugins/devtools/colors.utils.d.ts +22 -0
  2873. package/types/plugins/devtools/colors.utils.d.ts.map +1 -0
  2874. package/types/plugins/devtools/devtools.plugin.d.ts +12 -0
  2875. package/types/plugins/devtools/devtools.plugin.d.ts.map +1 -0
  2876. package/types/plugins/devtools/timeline.devtools.d.ts +20 -0
  2877. package/types/plugins/devtools/timeline.devtools.d.ts.map +1 -0
  2878. package/types/plugins/devtools/wiring.devtools.d.ts +21 -0
  2879. package/types/plugins/devtools/wiring.devtools.d.ts.map +1 -0
  2880. package/types/plugins/index.d.ts +1 -0
  2881. package/types/plugins/index.d.ts.map +1 -1
  2882. package/types/plugins/x-bus.d.ts +1 -1
  2883. package/types/plugins/x-bus.d.ts.map +1 -1
  2884. package/types/plugins/x-emitters.d.ts.map +1 -1
  2885. package/types/plugins/x-plugin.alias.d.ts +4 -6
  2886. package/types/plugins/x-plugin.alias.d.ts.map +1 -1
  2887. package/types/plugins/x-plugin.d.ts +19 -30
  2888. package/types/plugins/x-plugin.d.ts.map +1 -1
  2889. package/types/plugins/x-plugin.mixin.d.ts +15 -5
  2890. package/types/plugins/x-plugin.mixin.d.ts.map +1 -1
  2891. package/types/plugins/x-plugin.types.d.ts +49 -17
  2892. package/types/plugins/x-plugin.types.d.ts.map +1 -1
  2893. package/types/router.d.ts.map +1 -1
  2894. package/types/services/directional-focus-navigation.service.d.ts.map +1 -1
  2895. package/types/services/services.types.d.ts +40 -0
  2896. package/types/services/services.types.d.ts.map +1 -1
  2897. package/types/services/state-machine.service.d.ts +31 -0
  2898. package/types/services/state-machine.service.d.ts.map +1 -0
  2899. package/types/store/actions.types.d.ts +2 -1
  2900. package/types/store/actions.types.d.ts.map +1 -1
  2901. package/types/store/getters.types.d.ts +1 -1
  2902. package/types/store/getters.types.d.ts.map +1 -1
  2903. package/types/store/mutations.types.d.ts +1 -1
  2904. package/types/store/mutations.types.d.ts.map +1 -1
  2905. package/types/store/utils/fetch-and-save-action.utils.d.ts.map +1 -1
  2906. package/types/store/utils/getters-proxy.utils.d.ts.map +1 -1
  2907. package/types/store/utils/query.utils.d.ts +56 -0
  2908. package/types/store/utils/query.utils.d.ts.map +1 -0
  2909. package/types/store/utils/store-emitters.utils.d.ts +2 -1
  2910. package/types/store/utils/store-emitters.utils.d.ts.map +1 -1
  2911. package/types/store/x.module.d.ts.map +1 -1
  2912. package/types/types/index.d.ts +1 -1
  2913. package/types/types/index.d.ts.map +1 -1
  2914. package/types/types/origin.d.ts +46 -0
  2915. package/types/types/origin.d.ts.map +1 -0
  2916. package/types/types/url-params.d.ts +1 -1
  2917. package/types/utils/array.d.ts +19 -17
  2918. package/types/utils/array.d.ts.map +1 -1
  2919. package/types/utils/filters.d.ts +2 -2
  2920. package/types/utils/filters.d.ts.map +1 -1
  2921. package/types/utils/focus.d.ts +7 -0
  2922. package/types/utils/focus.d.ts.map +1 -0
  2923. package/types/utils/html.d.ts +15 -0
  2924. package/types/utils/html.d.ts.map +1 -1
  2925. package/types/utils/index.d.ts +3 -1
  2926. package/types/utils/index.d.ts.map +1 -1
  2927. package/types/utils/is-new-query.d.ts +36 -0
  2928. package/types/utils/is-new-query.d.ts.map +1 -0
  2929. package/types/utils/origin.d.ts +15 -0
  2930. package/types/utils/origin.d.ts.map +1 -0
  2931. package/types/utils/storage.d.ts +1 -7
  2932. package/types/utils/storage.d.ts.map +1 -1
  2933. package/types/utils/types.d.ts +30 -40
  2934. package/types/utils/types.d.ts.map +1 -1
  2935. package/types/views/adapter.d.ts +6 -0
  2936. package/types/views/adapter.d.ts.map +1 -0
  2937. package/types/views/base-config.d.ts.map +1 -1
  2938. package/types/views/home/types.d.ts +25 -0
  2939. package/types/views/home/types.d.ts.map +1 -0
  2940. package/types/wiring/events.types.d.ts +100 -76
  2941. package/types/wiring/events.types.d.ts.map +1 -1
  2942. package/types/wiring/namespaced-wires.operators.d.ts +2 -3
  2943. package/types/wiring/namespaced-wires.operators.d.ts.map +1 -1
  2944. package/types/wiring/namespaced-wiring.types.d.ts +9 -10
  2945. package/types/wiring/namespaced-wiring.types.d.ts.map +1 -1
  2946. package/types/wiring/wires-operators.utils.d.ts +36 -0
  2947. package/types/wiring/wires-operators.utils.d.ts.map +1 -0
  2948. package/types/wiring/wires.factory.d.ts +3 -2
  2949. package/types/wiring/wires.factory.d.ts.map +1 -1
  2950. package/types/wiring/wires.operators.d.ts +5 -8
  2951. package/types/wiring/wires.operators.d.ts.map +1 -1
  2952. package/types/wiring/wiring.types.d.ts +29 -11
  2953. package/types/wiring/wiring.types.d.ts.map +1 -1
  2954. package/types/x-installer/api/api.types.d.ts +71 -6
  2955. package/types/x-installer/api/api.types.d.ts.map +1 -1
  2956. package/types/x-installer/api/base-api.d.ts +30 -1
  2957. package/types/x-installer/api/base-api.d.ts.map +1 -1
  2958. package/types/x-installer/x-installer/types.d.ts +52 -18
  2959. package/types/x-installer/x-installer/types.d.ts.map +1 -1
  2960. package/types/x-installer/x-installer/x-installer.d.ts +54 -48
  2961. package/types/x-installer/x-installer/x-installer.d.ts.map +1 -1
  2962. package/types/x-modules/device/components/device-detector.vue.d.ts.map +1 -1
  2963. package/types/x-modules/empathize/components/empathize.vue.d.ts +18 -0
  2964. package/types/x-modules/empathize/components/empathize.vue.d.ts.map +1 -1
  2965. package/types/x-modules/extra-params/components/extra-params.vue.d.ts +2 -2
  2966. package/types/x-modules/extra-params/components/extra-params.vue.d.ts.map +1 -1
  2967. package/types/x-modules/extra-params/components/renderless-extra-param.vue.d.ts +1 -1
  2968. package/types/x-modules/extra-params/components/renderless-extra-param.vue.d.ts.map +1 -1
  2969. package/types/x-modules/extra-params/components/snippet-config-extra-params.vue.d.ts +16 -3
  2970. package/types/x-modules/extra-params/components/snippet-config-extra-params.vue.d.ts.map +1 -1
  2971. package/types/x-modules/extra-params/events.types.d.ts +1 -1
  2972. package/types/x-modules/extra-params/events.types.d.ts.map +1 -1
  2973. package/types/x-modules/extra-params/store/emitters.d.ts +1 -1
  2974. package/types/x-modules/extra-params/store/types.d.ts +1 -1
  2975. package/types/x-modules/extra-params/store/types.d.ts.map +1 -1
  2976. package/types/x-modules/extra-params/wiring.d.ts +4 -4
  2977. package/types/x-modules/extra-params/wiring.d.ts.map +1 -1
  2978. package/types/x-modules/extra-params/x-module.d.ts +1 -1
  2979. package/types/x-modules/extra-params/x-module.d.ts.map +1 -1
  2980. package/types/x-modules/facets/components/clear-filters.vue.d.ts +4 -51
  2981. package/types/x-modules/facets/components/clear-filters.vue.d.ts.map +1 -1
  2982. package/types/x-modules/facets/components/facets/facets-provider.vue.d.ts +0 -8
  2983. package/types/x-modules/facets/components/facets/facets-provider.vue.d.ts.map +1 -1
  2984. package/types/x-modules/facets/components/facets/facets.vue.d.ts +7 -10
  2985. package/types/x-modules/facets/components/facets/facets.vue.d.ts.map +1 -1
  2986. package/types/x-modules/facets/components/facets.mixin.d.ts +60 -0
  2987. package/types/x-modules/facets/components/facets.mixin.d.ts.map +1 -0
  2988. package/types/x-modules/facets/components/filters/all-filter.vue.d.ts.map +1 -1
  2989. package/types/x-modules/facets/components/filters/editable-number-range-filter.vue.d.ts +2 -0
  2990. package/types/x-modules/facets/components/filters/editable-number-range-filter.vue.d.ts.map +1 -1
  2991. package/types/x-modules/facets/components/filters/hierarchical-filter.vue.d.ts +15 -8
  2992. package/types/x-modules/facets/components/filters/hierarchical-filter.vue.d.ts.map +1 -1
  2993. package/types/x-modules/facets/components/filters/number-range-filter.vue.d.ts +9 -4
  2994. package/types/x-modules/facets/components/filters/number-range-filter.vue.d.ts.map +1 -1
  2995. package/types/x-modules/facets/components/filters/renderless-filter.vue.d.ts.map +1 -1
  2996. package/types/x-modules/facets/components/filters/simple-filter.vue.d.ts +9 -4
  2997. package/types/x-modules/facets/components/filters/simple-filter.vue.d.ts.map +1 -1
  2998. package/types/x-modules/facets/components/index.d.ts +1 -1
  2999. package/types/x-modules/facets/components/index.d.ts.map +1 -1
  3000. package/types/x-modules/facets/components/lists/exclude-filters-with-no-results.vue.d.ts.map +1 -1
  3001. package/types/x-modules/facets/components/lists/filters-list.vue.d.ts.map +1 -1
  3002. package/types/x-modules/facets/components/lists/filters-search.vue.d.ts +1 -0
  3003. package/types/x-modules/facets/components/lists/filters-search.vue.d.ts.map +1 -1
  3004. package/types/x-modules/facets/components/lists/selected-filters-list.vue.d.ts +6 -20
  3005. package/types/x-modules/facets/components/lists/selected-filters-list.vue.d.ts.map +1 -1
  3006. package/types/x-modules/facets/components/lists/selected-filters.vue.d.ts +4 -52
  3007. package/types/x-modules/facets/components/lists/selected-filters.vue.d.ts.map +1 -1
  3008. package/types/x-modules/facets/components/lists/sliced-filters.vue.d.ts.map +1 -1
  3009. package/types/x-modules/facets/components/lists/sorted-filters.vue.d.ts.map +1 -1
  3010. package/types/x-modules/facets/components/preselected-filters.vue.d.ts +32 -0
  3011. package/types/x-modules/facets/components/preselected-filters.vue.d.ts.map +1 -0
  3012. package/types/x-modules/facets/entities/editable-number-range-filter.entity.d.ts +1 -1
  3013. package/types/x-modules/facets/entities/editable-number-range-filter.entity.d.ts.map +1 -1
  3014. package/types/x-modules/facets/entities/filter-entity.factory.d.ts +23 -3
  3015. package/types/x-modules/facets/entities/filter-entity.factory.d.ts.map +1 -1
  3016. package/types/x-modules/facets/entities/hierarchical-filter.entity.d.ts +2 -1
  3017. package/types/x-modules/facets/entities/hierarchical-filter.entity.d.ts.map +1 -1
  3018. package/types/x-modules/facets/entities/single-select.modifier.d.ts.map +1 -1
  3019. package/types/x-modules/facets/events.types.d.ts +23 -13
  3020. package/types/x-modules/facets/events.types.d.ts.map +1 -1
  3021. package/types/x-modules/facets/index.d.ts +1 -0
  3022. package/types/x-modules/facets/index.d.ts.map +1 -1
  3023. package/types/x-modules/facets/service/facets.service.d.ts +29 -0
  3024. package/types/x-modules/facets/service/facets.service.d.ts.map +1 -1
  3025. package/types/x-modules/facets/service/types.d.ts +17 -0
  3026. package/types/x-modules/facets/service/types.d.ts.map +1 -1
  3027. package/types/x-modules/facets/store/emitters.d.ts +5 -0
  3028. package/types/x-modules/facets/store/emitters.d.ts.map +1 -1
  3029. package/types/x-modules/facets/store/getters/selected-filters-by-facet.getter.d.ts.map +1 -1
  3030. package/types/x-modules/facets/store/module.d.ts.map +1 -1
  3031. package/types/x-modules/facets/store/types.d.ts +37 -4
  3032. package/types/x-modules/facets/store/types.d.ts.map +1 -1
  3033. package/types/x-modules/facets/utils.d.ts +6 -24
  3034. package/types/x-modules/facets/utils.d.ts.map +1 -1
  3035. package/types/x-modules/facets/wiring.d.ts +19 -3
  3036. package/types/x-modules/facets/wiring.d.ts.map +1 -1
  3037. package/types/x-modules/history-queries/components/clear-history-queries.vue.d.ts.map +1 -1
  3038. package/types/x-modules/history-queries/components/history-queries-switch.vue.d.ts +33 -0
  3039. package/types/x-modules/history-queries/components/history-queries-switch.vue.d.ts.map +1 -0
  3040. package/types/x-modules/history-queries/components/history-queries.vue.d.ts +2 -18
  3041. package/types/x-modules/history-queries/components/history-queries.vue.d.ts.map +1 -1
  3042. package/types/x-modules/history-queries/components/history-query.vue.d.ts +3 -2
  3043. package/types/x-modules/history-queries/components/history-query.vue.d.ts.map +1 -1
  3044. package/types/x-modules/history-queries/components/index.d.ts +2 -0
  3045. package/types/x-modules/history-queries/components/index.d.ts.map +1 -1
  3046. package/types/x-modules/history-queries/components/my-history.vue.d.ts +96 -0
  3047. package/types/x-modules/history-queries/components/my-history.vue.d.ts.map +1 -0
  3048. package/types/x-modules/history-queries/components/remove-history-query.vue.d.ts +1 -1
  3049. package/types/x-modules/history-queries/components/remove-history-query.vue.d.ts.map +1 -1
  3050. package/types/x-modules/history-queries/events.types.d.ts +27 -7
  3051. package/types/x-modules/history-queries/events.types.d.ts.map +1 -1
  3052. package/types/x-modules/history-queries/store/actions/add-query-to-history.action.d.ts.map +1 -1
  3053. package/types/x-modules/history-queries/store/actions/set-history-queries.action.d.ts.map +1 -1
  3054. package/types/x-modules/history-queries/store/actions/toggle-history-queries.action.d.ts +3 -0
  3055. package/types/x-modules/history-queries/store/actions/toggle-history-queries.action.d.ts.map +1 -0
  3056. package/types/x-modules/history-queries/store/actions/update-history-queries-with-search-response.action.d.ts +22 -0
  3057. package/types/x-modules/history-queries/store/actions/update-history-queries-with-search-response.action.d.ts.map +1 -0
  3058. package/types/x-modules/history-queries/store/constants.d.ts +1 -0
  3059. package/types/x-modules/history-queries/store/constants.d.ts.map +1 -1
  3060. package/types/x-modules/history-queries/store/getters/history-queries-with-results.getter.d.ts +16 -0
  3061. package/types/x-modules/history-queries/store/getters/history-queries-with-results.getter.d.ts.map +1 -0
  3062. package/types/x-modules/history-queries/store/module.d.ts.map +1 -1
  3063. package/types/x-modules/history-queries/store/types.d.ts +32 -2
  3064. package/types/x-modules/history-queries/store/types.d.ts.map +1 -1
  3065. package/types/x-modules/history-queries/wiring.d.ts +36 -3
  3066. package/types/x-modules/history-queries/wiring.d.ts.map +1 -1
  3067. package/types/x-modules/identifier-results/components/identifier-result.vue.d.ts.map +1 -1
  3068. package/types/x-modules/identifier-results/components/identifier-results.vue.d.ts +22 -0
  3069. package/types/x-modules/identifier-results/components/identifier-results.vue.d.ts.map +1 -1
  3070. package/types/x-modules/identifier-results/events.types.d.ts +5 -6
  3071. package/types/x-modules/identifier-results/events.types.d.ts.map +1 -1
  3072. package/types/x-modules/identifier-results/store/actions/fetch-and-save-identifier-results.action.d.ts +2 -2
  3073. package/types/x-modules/identifier-results/store/actions/fetch-and-save-identifier-results.action.d.ts.map +1 -1
  3074. package/types/x-modules/identifier-results/store/actions/index.d.ts +5 -0
  3075. package/types/x-modules/identifier-results/store/actions/index.d.ts.map +1 -0
  3076. package/types/x-modules/identifier-results/store/actions/save-origin.action.d.ts +12 -0
  3077. package/types/x-modules/identifier-results/store/actions/save-origin.action.d.ts.map +1 -0
  3078. package/types/x-modules/identifier-results/store/actions/save-query.action.d.ts.map +1 -1
  3079. package/types/x-modules/identifier-results/store/emitters.d.ts +1 -1
  3080. package/types/x-modules/identifier-results/store/index.d.ts +1 -3
  3081. package/types/x-modules/identifier-results/store/index.d.ts.map +1 -1
  3082. package/types/x-modules/identifier-results/store/module.d.ts.map +1 -1
  3083. package/types/x-modules/identifier-results/store/types.d.ts +50 -28
  3084. package/types/x-modules/identifier-results/store/types.d.ts.map +1 -1
  3085. package/types/x-modules/identifier-results/wiring.d.ts +28 -5
  3086. package/types/x-modules/identifier-results/wiring.d.ts.map +1 -1
  3087. package/types/x-modules/next-queries/components/index.d.ts +2 -1
  3088. package/types/x-modules/next-queries/components/index.d.ts.map +1 -1
  3089. package/types/x-modules/next-queries/components/next-queries-list.vue.d.ts +31 -0
  3090. package/types/x-modules/next-queries/components/next-queries-list.vue.d.ts.map +1 -1
  3091. package/types/x-modules/next-queries/components/next-queries.vue.d.ts +17 -11
  3092. package/types/x-modules/next-queries/components/next-queries.vue.d.ts.map +1 -1
  3093. package/types/x-modules/next-queries/components/next-query-preview.vue.d.ts +41 -0
  3094. package/types/x-modules/next-queries/components/next-query-preview.vue.d.ts.map +1 -0
  3095. package/types/x-modules/next-queries/components/next-query.vue.d.ts +14 -0
  3096. package/types/x-modules/next-queries/components/next-query.vue.d.ts.map +1 -1
  3097. package/types/x-modules/next-queries/config.types.d.ts +4 -0
  3098. package/types/x-modules/next-queries/config.types.d.ts.map +1 -1
  3099. package/types/x-modules/next-queries/events.types.d.ts +10 -6
  3100. package/types/x-modules/next-queries/events.types.d.ts.map +1 -1
  3101. package/types/x-modules/next-queries/store/actions/fetch-and-save-next-queries.action.d.ts +1 -1
  3102. package/types/x-modules/next-queries/store/actions/fetch-and-save-next-queries.action.d.ts.map +1 -1
  3103. package/types/x-modules/next-queries/store/actions/fetch-and-save-next-query-preview.action.d.ts +3 -0
  3104. package/types/x-modules/next-queries/store/actions/fetch-and-save-next-query-preview.action.d.ts.map +1 -0
  3105. package/types/x-modules/next-queries/store/actions/fetch-next-query-preview.action.d.ts +13 -0
  3106. package/types/x-modules/next-queries/store/actions/fetch-next-query-preview.action.d.ts.map +1 -0
  3107. package/types/x-modules/next-queries/store/emitters.d.ts +1 -1
  3108. package/types/x-modules/next-queries/store/module.d.ts.map +1 -1
  3109. package/types/x-modules/next-queries/store/types.d.ts +43 -7
  3110. package/types/x-modules/next-queries/store/types.d.ts.map +1 -1
  3111. package/types/x-modules/next-queries/wiring.d.ts +24 -6
  3112. package/types/x-modules/next-queries/wiring.d.ts.map +1 -1
  3113. package/types/x-modules/popular-searches/components/popular-search.vue.d.ts.map +1 -1
  3114. package/types/x-modules/popular-searches/components/popular-searches.vue.d.ts +0 -12
  3115. package/types/x-modules/popular-searches/components/popular-searches.vue.d.ts.map +1 -1
  3116. package/types/x-modules/popular-searches/config.types.d.ts +0 -20
  3117. package/types/x-modules/popular-searches/config.types.d.ts.map +1 -1
  3118. package/types/x-modules/popular-searches/events.types.d.ts +5 -6
  3119. package/types/x-modules/popular-searches/events.types.d.ts.map +1 -1
  3120. package/types/x-modules/popular-searches/store/actions/fetch-and-save-suggestions.action.d.ts +2 -2
  3121. package/types/x-modules/popular-searches/store/actions/fetch-and-save-suggestions.action.d.ts.map +1 -1
  3122. package/types/x-modules/popular-searches/store/actions/fetch-suggestions.action.d.ts.map +1 -1
  3123. package/types/x-modules/popular-searches/store/emitters.d.ts +1 -1
  3124. package/types/x-modules/popular-searches/store/module.d.ts.map +1 -1
  3125. package/types/x-modules/popular-searches/store/types.d.ts +6 -7
  3126. package/types/x-modules/popular-searches/store/types.d.ts.map +1 -1
  3127. package/types/x-modules/popular-searches/wiring.d.ts +3 -3
  3128. package/types/x-modules/popular-searches/wiring.d.ts.map +1 -1
  3129. package/types/x-modules/queries-preview/components/index.d.ts +2 -0
  3130. package/types/x-modules/queries-preview/components/index.d.ts.map +1 -0
  3131. package/types/x-modules/queries-preview/components/query-preview.vue.d.ts +115 -0
  3132. package/types/x-modules/queries-preview/components/query-preview.vue.d.ts.map +1 -0
  3133. package/types/x-modules/queries-preview/config.types.d.ts +12 -0
  3134. package/types/x-modules/queries-preview/config.types.d.ts.map +1 -0
  3135. package/types/x-modules/queries-preview/events.types.d.ts +20 -0
  3136. package/types/x-modules/queries-preview/events.types.d.ts.map +1 -0
  3137. package/types/x-modules/queries-preview/index.d.ts +7 -0
  3138. package/types/x-modules/queries-preview/index.d.ts.map +1 -0
  3139. package/types/x-modules/queries-preview/store/actions/fetch-and-save-query-preview.action.d.ts +13 -0
  3140. package/types/x-modules/queries-preview/store/actions/fetch-and-save-query-preview.action.d.ts.map +1 -0
  3141. package/types/x-modules/queries-preview/store/actions/fetch-query-preview.action.d.ts +13 -0
  3142. package/types/x-modules/queries-preview/store/actions/fetch-query-preview.action.d.ts.map +1 -0
  3143. package/types/x-modules/queries-preview/store/emitters.d.ts +7 -0
  3144. package/types/x-modules/queries-preview/store/emitters.d.ts.map +1 -0
  3145. package/types/x-modules/queries-preview/store/index.d.ts +6 -0
  3146. package/types/x-modules/queries-preview/store/index.d.ts.map +1 -0
  3147. package/types/x-modules/queries-preview/store/module.d.ts +8 -0
  3148. package/types/x-modules/queries-preview/store/module.d.ts.map +1 -0
  3149. package/types/x-modules/queries-preview/store/types.d.ts +121 -0
  3150. package/types/x-modules/queries-preview/store/types.d.ts.map +1 -0
  3151. package/types/x-modules/queries-preview/wiring.d.ts +35 -0
  3152. package/types/x-modules/queries-preview/wiring.d.ts.map +1 -0
  3153. package/types/x-modules/queries-preview/x-module.d.ts +16 -0
  3154. package/types/x-modules/queries-preview/x-module.d.ts.map +1 -0
  3155. package/types/x-modules/query-suggestions/components/query-suggestion.vue.d.ts.map +1 -1
  3156. package/types/x-modules/query-suggestions/components/query-suggestions.vue.d.ts +0 -12
  3157. package/types/x-modules/query-suggestions/components/query-suggestions.vue.d.ts.map +1 -1
  3158. package/types/x-modules/query-suggestions/config.types.d.ts +0 -23
  3159. package/types/x-modules/query-suggestions/config.types.d.ts.map +1 -1
  3160. package/types/x-modules/query-suggestions/events.types.d.ts +6 -7
  3161. package/types/x-modules/query-suggestions/events.types.d.ts.map +1 -1
  3162. package/types/x-modules/query-suggestions/store/actions/fetch-and-save-suggestions.action.d.ts +2 -2
  3163. package/types/x-modules/query-suggestions/store/actions/fetch-and-save-suggestions.action.d.ts.map +1 -1
  3164. package/types/x-modules/query-suggestions/store/emitters.d.ts +1 -1
  3165. package/types/x-modules/query-suggestions/store/module.d.ts.map +1 -1
  3166. package/types/x-modules/query-suggestions/store/types.d.ts +12 -10
  3167. package/types/x-modules/query-suggestions/store/types.d.ts.map +1 -1
  3168. package/types/x-modules/query-suggestions/wiring.d.ts +13 -7
  3169. package/types/x-modules/query-suggestions/wiring.d.ts.map +1 -1
  3170. package/types/x-modules/recommendations/components/recommendations.vue.d.ts.map +1 -1
  3171. package/types/x-modules/recommendations/events.types.d.ts +5 -6
  3172. package/types/x-modules/recommendations/events.types.d.ts.map +1 -1
  3173. package/types/x-modules/recommendations/store/actions/fetch-and-save-recommendations.action.d.ts +2 -2
  3174. package/types/x-modules/recommendations/store/actions/fetch-and-save-recommendations.action.d.ts.map +1 -1
  3175. package/types/x-modules/recommendations/store/actions/fetch-recommendations.action.d.ts.map +1 -1
  3176. package/types/x-modules/recommendations/store/emitters.d.ts +2 -1
  3177. package/types/x-modules/recommendations/store/emitters.d.ts.map +1 -1
  3178. package/types/x-modules/recommendations/store/module.d.ts.map +1 -1
  3179. package/types/x-modules/recommendations/store/types.d.ts +12 -6
  3180. package/types/x-modules/recommendations/store/types.d.ts.map +1 -1
  3181. package/types/x-modules/recommendations/wiring.d.ts +3 -3
  3182. package/types/x-modules/recommendations/wiring.d.ts.map +1 -1
  3183. package/types/x-modules/related-tags/components/related-tag.vue.d.ts +24 -5
  3184. package/types/x-modules/related-tags/components/related-tag.vue.d.ts.map +1 -1
  3185. package/types/x-modules/related-tags/components/related-tags.vue.d.ts +6 -0
  3186. package/types/x-modules/related-tags/components/related-tags.vue.d.ts.map +1 -1
  3187. package/types/x-modules/related-tags/events.types.d.ts +7 -8
  3188. package/types/x-modules/related-tags/events.types.d.ts.map +1 -1
  3189. package/types/x-modules/related-tags/store/actions/fetch-and-save-related-tags.action.d.ts +1 -1
  3190. package/types/x-modules/related-tags/store/actions/fetch-and-save-related-tags.action.d.ts.map +1 -1
  3191. package/types/x-modules/related-tags/store/actions/fetch-related-tags.action.d.ts.map +1 -1
  3192. package/types/x-modules/related-tags/store/actions/set-url-params.action.d.ts.map +1 -1
  3193. package/types/x-modules/related-tags/store/emitters.d.ts +1 -1
  3194. package/types/x-modules/related-tags/store/getters/query.getter.d.ts +13 -0
  3195. package/types/x-modules/related-tags/store/getters/query.getter.d.ts.map +1 -0
  3196. package/types/x-modules/related-tags/store/getters/request.getter.d.ts +2 -0
  3197. package/types/x-modules/related-tags/store/getters/request.getter.d.ts.map +1 -1
  3198. package/types/x-modules/related-tags/store/index.d.ts +1 -0
  3199. package/types/x-modules/related-tags/store/index.d.ts.map +1 -1
  3200. package/types/x-modules/related-tags/store/module.d.ts.map +1 -1
  3201. package/types/x-modules/related-tags/store/types.d.ts +13 -16
  3202. package/types/x-modules/related-tags/store/types.d.ts.map +1 -1
  3203. package/types/x-modules/related-tags/wiring.d.ts +15 -6
  3204. package/types/x-modules/related-tags/wiring.d.ts.map +1 -1
  3205. package/types/x-modules/scroll/components/index.d.ts +8 -0
  3206. package/types/x-modules/scroll/components/index.d.ts.map +1 -0
  3207. package/types/x-modules/scroll/components/main-scroll-item.vue.d.ts +65 -0
  3208. package/types/x-modules/scroll/components/main-scroll-item.vue.d.ts.map +1 -0
  3209. package/types/x-modules/scroll/components/main-scroll.vue.d.ts +137 -0
  3210. package/types/x-modules/scroll/components/main-scroll.vue.d.ts.map +1 -0
  3211. package/types/x-modules/scroll/components/scroll-to-top.vue.d.ts +80 -0
  3212. package/types/x-modules/scroll/components/scroll-to-top.vue.d.ts.map +1 -0
  3213. package/types/x-modules/scroll/components/scroll.const.d.ts +15 -0
  3214. package/types/x-modules/scroll/components/scroll.const.d.ts.map +1 -0
  3215. package/types/x-modules/scroll/components/scroll.types.d.ts +20 -0
  3216. package/types/x-modules/scroll/components/scroll.types.d.ts.map +1 -0
  3217. package/types/x-modules/scroll/components/scroll.vue.d.ts +67 -0
  3218. package/types/x-modules/scroll/components/scroll.vue.d.ts.map +1 -0
  3219. package/types/x-modules/scroll/components/window-scroll.vue.d.ts +47 -0
  3220. package/types/x-modules/scroll/components/window-scroll.vue.d.ts.map +1 -0
  3221. package/types/x-modules/scroll/events.types.d.ts +53 -0
  3222. package/types/x-modules/scroll/events.types.d.ts.map +1 -0
  3223. package/types/x-modules/scroll/index.d.ts +6 -0
  3224. package/types/x-modules/scroll/index.d.ts.map +1 -0
  3225. package/types/x-modules/scroll/store/emitters.d.ts +7 -0
  3226. package/types/x-modules/scroll/store/emitters.d.ts.map +1 -0
  3227. package/types/x-modules/scroll/store/index.d.ts +4 -0
  3228. package/types/x-modules/scroll/store/index.d.ts.map +1 -0
  3229. package/types/x-modules/scroll/store/module.d.ts +8 -0
  3230. package/types/x-modules/scroll/store/module.d.ts.map +1 -0
  3231. package/types/x-modules/scroll/store/types.d.ts +98 -0
  3232. package/types/x-modules/scroll/store/types.d.ts.map +1 -0
  3233. package/types/x-modules/scroll/wiring.d.ts +74 -0
  3234. package/types/x-modules/scroll/wiring.d.ts.map +1 -0
  3235. package/types/x-modules/scroll/x-module.d.ts +16 -0
  3236. package/types/x-modules/scroll/x-module.d.ts.map +1 -0
  3237. package/types/x-modules/search/components/banner.vue.d.ts +6 -0
  3238. package/types/x-modules/search/components/banner.vue.d.ts.map +1 -1
  3239. package/types/x-modules/search/components/banners-list.vue.d.ts +23 -0
  3240. package/types/x-modules/search/components/banners-list.vue.d.ts.map +1 -1
  3241. package/types/x-modules/search/components/partial-query-button.vue.d.ts +9 -4
  3242. package/types/x-modules/search/components/partial-query-button.vue.d.ts.map +1 -1
  3243. package/types/x-modules/search/components/partial-results-list.vue.d.ts.map +1 -1
  3244. package/types/x-modules/search/components/promoted.vue.d.ts +6 -0
  3245. package/types/x-modules/search/components/promoted.vue.d.ts.map +1 -1
  3246. package/types/x-modules/search/components/promoteds-list.vue.d.ts.map +1 -1
  3247. package/types/x-modules/search/components/redirection.vue.d.ts +1 -1
  3248. package/types/x-modules/search/components/redirection.vue.d.ts.map +1 -1
  3249. package/types/x-modules/search/components/results-list.vue.d.ts +32 -0
  3250. package/types/x-modules/search/components/results-list.vue.d.ts.map +1 -1
  3251. package/types/x-modules/search/components/sort-dropdown.vue.d.ts.map +1 -1
  3252. package/types/x-modules/search/components/sort-list.vue.d.ts.map +1 -1
  3253. package/types/x-modules/search/components/sort.mixin.d.ts +3 -11
  3254. package/types/x-modules/search/components/sort.mixin.d.ts.map +1 -1
  3255. package/types/x-modules/search/components/spellcheck-button.vue.d.ts +9 -4
  3256. package/types/x-modules/search/components/spellcheck-button.vue.d.ts.map +1 -1
  3257. package/types/x-modules/search/components/spellcheck.vue.d.ts.map +1 -1
  3258. package/types/x-modules/search/events.types.d.ts +38 -13
  3259. package/types/x-modules/search/events.types.d.ts.map +1 -1
  3260. package/types/x-modules/search/index.d.ts +1 -0
  3261. package/types/x-modules/search/index.d.ts.map +1 -1
  3262. package/types/x-modules/search/store/actions/fetch-and-save-search-response.action.d.ts +2 -2
  3263. package/types/x-modules/search/store/actions/fetch-and-save-search-response.action.d.ts.map +1 -1
  3264. package/types/x-modules/search/store/actions/index.d.ts +8 -0
  3265. package/types/x-modules/search/store/actions/index.d.ts.map +1 -0
  3266. package/types/x-modules/search/store/actions/reset-state.action.d.ts +12 -0
  3267. package/types/x-modules/search/store/actions/reset-state.action.d.ts.map +1 -0
  3268. package/types/x-modules/search/store/actions/save-origin.action.d.ts +12 -0
  3269. package/types/x-modules/search/store/actions/save-origin.action.d.ts.map +1 -0
  3270. package/types/x-modules/search/store/actions/save-search-response.action.d.ts +12 -0
  3271. package/types/x-modules/search/store/actions/save-search-response.action.d.ts.map +1 -0
  3272. package/types/x-modules/search/store/actions/set-url-params.action.d.ts.map +1 -1
  3273. package/types/x-modules/search/store/emitters.d.ts +25 -1
  3274. package/types/x-modules/search/store/emitters.d.ts.map +1 -1
  3275. package/types/x-modules/search/store/getters/index.d.ts +3 -0
  3276. package/types/x-modules/search/store/getters/index.d.ts.map +1 -0
  3277. package/types/x-modules/search/store/getters/query.getter.d.ts +13 -0
  3278. package/types/x-modules/search/store/getters/query.getter.d.ts.map +1 -0
  3279. package/types/x-modules/search/store/getters/request.getter.d.ts +2 -0
  3280. package/types/x-modules/search/store/getters/request.getter.d.ts.map +1 -1
  3281. package/types/x-modules/search/store/index.d.ts +2 -3
  3282. package/types/x-modules/search/store/index.d.ts.map +1 -1
  3283. package/types/x-modules/search/store/module.d.ts.map +1 -1
  3284. package/types/x-modules/search/store/types.d.ts +52 -13
  3285. package/types/x-modules/search/store/types.d.ts.map +1 -1
  3286. package/types/x-modules/search/types.d.ts +35 -0
  3287. package/types/x-modules/search/types.d.ts.map +1 -0
  3288. package/types/x-modules/search/wiring.d.ts +49 -64
  3289. package/types/x-modules/search/wiring.d.ts.map +1 -1
  3290. package/types/x-modules/search-box/components/clear-search-input.vue.d.ts.map +1 -1
  3291. package/types/x-modules/search-box/components/index.d.ts +1 -0
  3292. package/types/x-modules/search-box/components/index.d.ts.map +1 -1
  3293. package/types/x-modules/search-box/components/search-button.vue.d.ts +14 -2
  3294. package/types/x-modules/search-box/components/search-button.vue.d.ts.map +1 -1
  3295. package/types/x-modules/search-box/components/search-input-placeholder.vue.d.ts +126 -0
  3296. package/types/x-modules/search-box/components/search-input-placeholder.vue.d.ts.map +1 -0
  3297. package/types/x-modules/search-box/components/search-input.vue.d.ts +28 -5
  3298. package/types/x-modules/search-box/components/search-input.vue.d.ts.map +1 -1
  3299. package/types/x-modules/search-box/events.types.d.ts +10 -0
  3300. package/types/x-modules/search-box/events.types.d.ts.map +1 -1
  3301. package/types/x-modules/search-box/store/actions/set-input-status.action.d.ts +12 -0
  3302. package/types/x-modules/search-box/store/actions/set-input-status.action.d.ts.map +1 -0
  3303. package/types/x-modules/search-box/store/module.d.ts.map +1 -1
  3304. package/types/x-modules/search-box/store/types.d.ts +30 -3
  3305. package/types/x-modules/search-box/store/types.d.ts.map +1 -1
  3306. package/types/x-modules/search-box/wiring.d.ts +24 -5
  3307. package/types/x-modules/search-box/wiring.d.ts.map +1 -1
  3308. package/types/x-modules/tagging/components/index.d.ts +2 -0
  3309. package/types/x-modules/tagging/components/index.d.ts.map +1 -0
  3310. package/types/x-modules/tagging/components/tagging.vue.d.ts +74 -0
  3311. package/types/x-modules/tagging/components/tagging.vue.d.ts.map +1 -0
  3312. package/types/x-modules/tagging/config.types.d.ts +18 -0
  3313. package/types/x-modules/tagging/config.types.d.ts.map +1 -1
  3314. package/types/x-modules/tagging/events.types.d.ts +38 -0
  3315. package/types/x-modules/tagging/events.types.d.ts.map +1 -1
  3316. package/types/x-modules/tagging/index.d.ts +2 -0
  3317. package/types/x-modules/tagging/index.d.ts.map +1 -1
  3318. package/types/x-modules/tagging/service/index.d.ts +3 -0
  3319. package/types/x-modules/tagging/service/index.d.ts.map +1 -0
  3320. package/types/x-modules/tagging/service/pdp-add-to-cart.service.d.ts +82 -0
  3321. package/types/x-modules/tagging/service/pdp-add-to-cart.service.d.ts.map +1 -0
  3322. package/types/x-modules/tagging/service/types.d.ts +30 -0
  3323. package/types/x-modules/tagging/service/types.d.ts.map +1 -0
  3324. package/types/x-modules/tagging/store/actions/index.d.ts +2 -0
  3325. package/types/x-modules/tagging/store/actions/index.d.ts.map +1 -0
  3326. package/types/x-modules/tagging/store/actions/track.action.d.ts +12 -0
  3327. package/types/x-modules/tagging/store/actions/track.action.d.ts.map +1 -0
  3328. package/types/x-modules/tagging/store/emitters.d.ts +8 -1
  3329. package/types/x-modules/tagging/store/emitters.d.ts.map +1 -1
  3330. package/types/x-modules/tagging/store/index.d.ts +1 -0
  3331. package/types/x-modules/tagging/store/index.d.ts.map +1 -1
  3332. package/types/x-modules/tagging/store/module.d.ts.map +1 -1
  3333. package/types/x-modules/tagging/store/types.d.ts +38 -0
  3334. package/types/x-modules/tagging/store/types.d.ts.map +1 -1
  3335. package/types/x-modules/tagging/wiring.d.ts +91 -1
  3336. package/types/x-modules/tagging/wiring.d.ts.map +1 -1
  3337. package/types/x-modules/url/components/url-handler.vue.d.ts +75 -11
  3338. package/types/x-modules/url/components/url-handler.vue.d.ts.map +1 -1
  3339. package/types/x-modules/url/events.types.d.ts +3 -2
  3340. package/types/x-modules/url/events.types.d.ts.map +1 -1
  3341. package/types/x-modules/url/store/module.d.ts.map +1 -1
  3342. package/types/x-modules/url/store/types.d.ts +17 -4
  3343. package/types/x-modules/url/store/types.d.ts.map +1 -1
  3344. package/types/x-modules/url/wiring.d.ts +23 -5
  3345. package/types/x-modules/url/wiring.d.ts.map +1 -1
  3346. package/types/x-modules/x-modules.types.d.ts +9 -3
  3347. package/types/x-modules/x-modules.types.d.ts.map +1 -1
  3348. package/url/index.js +4 -4
  3349. package/build-helpers/plugins/polyfills-wrapper.plugin.js +0 -36
  3350. package/build-helpers/utils/polyfills.util.js +0 -68
  3351. package/design-system/button-card.css +0 -20
  3352. package/design-system/button-default.css +0 -65
  3353. package/design-system/button-ghost.css +0 -18
  3354. package/design-system/button-pill.css +0 -20
  3355. package/design-system/button-primary.css +0 -19
  3356. package/design-system/button-round.css +0 -23
  3357. package/design-system/button-secondary.css +0 -19
  3358. package/design-system/button-tertiary.css +0 -19
  3359. package/design-system/suggestion-default.css +0 -79
  3360. package/design-system/suggestion-group-default.css +0 -55
  3361. package/design-system/typography-accent.css +0 -2
  3362. package/design-system/typography-accent.token.css +0 -2
  3363. package/design-system/typography-bold.css +0 -14
  3364. package/design-system/typography-default.css +0 -82
  3365. package/design-system/typography-light.css +0 -14
  3366. package/design-system/typography-secondary.css +0 -2
  3367. package/design-system/typography-secondary.token.css +0 -2
  3368. package/design-system/typography-stroke.css +0 -14
  3369. package/design-system/utilities-font-color.css +0 -20
  3370. package/design-system/utilities-font-weight.css +0 -8
  3371. package/docs/API-reference/api/x-adapter.ancestorbinding.default.md +0 -11
  3372. package/docs/API-reference/api/x-adapter.ancestorbinding.md +0 -21
  3373. package/docs/API-reference/api/x-adapter.ancestorbinding.whenanyancestoris.md +0 -11
  3374. package/docs/API-reference/api/x-adapter.ancestorconstantbinding.md +0 -20
  3375. package/docs/API-reference/api/x-adapter.ancestorconstantbinding.toconstantwhenanyancestoris.md +0 -11
  3376. package/docs/API-reference/api/x-adapter.beacontrackingrequestor.md +0 -21
  3377. package/docs/API-reference/api/x-adapter.beacontrackingrequestor.request.md +0 -22
  3378. package/docs/API-reference/api/x-adapter.beforerequest.md +0 -15
  3379. package/docs/API-reference/api/x-adapter.beforerequestcontext.feature.md +0 -11
  3380. package/docs/API-reference/api/x-adapter.beforerequestcontext.md +0 -24
  3381. package/docs/API-reference/api/x-adapter.beforerequestcontext.rawrequest.md +0 -11
  3382. package/docs/API-reference/api/x-adapter.beforerequestcontext.request.md +0 -11
  3383. package/docs/API-reference/api/x-adapter.beforerequestcontext.requestoptions.md +0 -11
  3384. package/docs/API-reference/api/x-adapter.beforerequestcontext.url.md +0 -11
  3385. package/docs/API-reference/api/x-adapter.beforeresponsetransform.md +0 -15
  3386. package/docs/API-reference/api/x-adapter.beforeresponsetransformcontext.md +0 -21
  3387. package/docs/API-reference/api/x-adapter.beforeresponsetransformcontext.rawresponse.md +0 -11
  3388. package/docs/API-reference/api/x-adapter.binding.md +0 -15
  3389. package/docs/API-reference/api/x-adapter.bindingdictionary.md +0 -15
  3390. package/docs/API-reference/api/x-adapter.bindings.md +0 -13
  3391. package/docs/API-reference/api/x-adapter.cacheservice.clear.md +0 -15
  3392. package/docs/API-reference/api/x-adapter.cacheservice.getitem.md +0 -22
  3393. package/docs/API-reference/api/x-adapter.cacheservice.md +0 -23
  3394. package/docs/API-reference/api/x-adapter.cacheservice.removeitem.md +0 -22
  3395. package/docs/API-reference/api/x-adapter.cacheservice.setitem.md +0 -24
  3396. package/docs/API-reference/api/x-adapter.classbinding.md +0 -15
  3397. package/docs/API-reference/api/x-adapter.clicksrecommendationsrequest.md +0 -22
  3398. package/docs/API-reference/api/x-adapter.clicksrecommendationsrequest.productids.md +0 -11
  3399. package/docs/API-reference/api/x-adapter.clicksrecommendationsrequest.section.md +0 -11
  3400. package/docs/API-reference/api/x-adapter.clicksrecommendationsresponse.md +0 -22
  3401. package/docs/API-reference/api/x-adapter.clicksrecommendationsresponse.results.md +0 -11
  3402. package/docs/API-reference/api/x-adapter.clicksrecommendationsresponse.totalresults.md +0 -11
  3403. package/docs/API-reference/api/x-adapter.configchangedlistener.md +0 -13
  3404. package/docs/API-reference/api/x-adapter.constantbinding.md +0 -15
  3405. package/docs/API-reference/api/x-adapter.containerconfigparser._constructor_.md +0 -21
  3406. package/docs/API-reference/api/x-adapter.containerconfigparser.md +0 -26
  3407. package/docs/API-reference/api/x-adapter.containerconfigparser.parse.md +0 -15
  3408. package/docs/API-reference/api/x-adapter.contextualbinding.md +0 -15
  3409. package/docs/API-reference/api/x-adapter.deeppartial.md +0 -17
  3410. package/docs/API-reference/api/x-adapter.default_cache_config.md +0 -18
  3411. package/docs/API-reference/api/x-adapter.default_empathy_adapter_config.md +0 -13
  3412. package/docs/API-reference/api/x-adapter.dependencies.md +0 -70
  3413. package/docs/API-reference/api/x-adapter.dictionary.md +0 -13
  3414. package/docs/API-reference/api/x-adapter.dynamicbinding.md +0 -20
  3415. package/docs/API-reference/api/x-adapter.dynamicbinding.todynamic.md +0 -11
  3416. package/docs/API-reference/api/x-adapter.empathyadapter._constructor_.md +0 -22
  3417. package/docs/API-reference/api/x-adapter.empathyadapter.addconfigchangedlistener.md +0 -22
  3418. package/docs/API-reference/api/x-adapter.empathyadapter.cache.md +0 -11
  3419. package/docs/API-reference/api/x-adapter.empathyadapter.config.md +0 -11
  3420. package/docs/API-reference/api/x-adapter.empathyadapter.configchangedlisteners.md +0 -11
  3421. package/docs/API-reference/api/x-adapter.empathyadapter.getclicksrecommendations.md +0 -23
  3422. package/docs/API-reference/api/x-adapter.empathyadapter.getnextqueries.md +0 -23
  3423. package/docs/API-reference/api/x-adapter.empathyadapter.getqueriesrecommendations.md +0 -23
  3424. package/docs/API-reference/api/x-adapter.empathyadapter.getrelatedtags.md +0 -23
  3425. package/docs/API-reference/api/x-adapter.empathyadapter.getsectionrecommendations.md +0 -23
  3426. package/docs/API-reference/api/x-adapter.empathyadapter.getsuggestions.md +0 -23
  3427. package/docs/API-reference/api/x-adapter.empathyadapter.gettoprecommendations.md +0 -23
  3428. package/docs/API-reference/api/x-adapter.empathyadapter.getuserrecommendations.md +0 -23
  3429. package/docs/API-reference/api/x-adapter.empathyadapter.invalidatecache.md +0 -15
  3430. package/docs/API-reference/api/x-adapter.empathyadapter.md +0 -51
  3431. package/docs/API-reference/api/x-adapter.empathyadapter.notifyconfigchangedlisteners.md +0 -15
  3432. package/docs/API-reference/api/x-adapter.empathyadapter.removeconfigchangedlistener.md +0 -22
  3433. package/docs/API-reference/api/x-adapter.empathyadapter.requestors.md +0 -11
  3434. package/docs/API-reference/api/x-adapter.empathyadapter.search.md +0 -23
  3435. package/docs/API-reference/api/x-adapter.empathyadapter.searchbyid.md +0 -23
  3436. package/docs/API-reference/api/x-adapter.empathyadapter.setconfig.md +0 -22
  3437. package/docs/API-reference/api/x-adapter.empathyadapter.track.md +0 -22
  3438. package/docs/API-reference/api/x-adapter.empathyadapterbuilder._constructor_.md +0 -22
  3439. package/docs/API-reference/api/x-adapter.empathyadapterbuilder.adapterclass.md +0 -11
  3440. package/docs/API-reference/api/x-adapter.empathyadapterbuilder.addclassmapper.md +0 -24
  3441. package/docs/API-reference/api/x-adapter.empathyadapterbuilder.addclassrequestmapper.md +0 -23
  3442. package/docs/API-reference/api/x-adapter.empathyadapterbuilder.addhook.md +0 -24
  3443. package/docs/API-reference/api/x-adapter.empathyadapterbuilder.addmapper.md +0 -24
  3444. package/docs/API-reference/api/x-adapter.empathyadapterbuilder.addrequestmapper.md +0 -23
  3445. package/docs/API-reference/api/x-adapter.empathyadapterbuilder.build.md +0 -15
  3446. package/docs/API-reference/api/x-adapter.empathyadapterbuilder.completepartialfacetsconfig.md +0 -15
  3447. package/docs/API-reference/api/x-adapter.empathyadapterbuilder.config.md +0 -11
  3448. package/docs/API-reference/api/x-adapter.empathyadapterbuilder.configurator.md +0 -11
  3449. package/docs/API-reference/api/x-adapter.empathyadapterbuilder.configurecontainer.md +0 -22
  3450. package/docs/API-reference/api/x-adapter.empathyadapterbuilder.container.md +0 -11
  3451. package/docs/API-reference/api/x-adapter.empathyadapterbuilder.createmapperclass.md +0 -22
  3452. package/docs/API-reference/api/x-adapter.empathyadapterbuilder.createrequestmapperclass.md +0 -22
  3453. package/docs/API-reference/api/x-adapter.empathyadapterbuilder.defaultbindingsconfig.md +0 -11
  3454. package/docs/API-reference/api/x-adapter.empathyadapterbuilder.enablecache.md +0 -22
  3455. package/docs/API-reference/api/x-adapter.empathyadapterbuilder.initcontainerbindings.md +0 -15
  3456. package/docs/API-reference/api/x-adapter.empathyadapterbuilder.md +0 -65
  3457. package/docs/API-reference/api/x-adapter.empathyadapterbuilder.onbeforerequest.md +0 -23
  3458. package/docs/API-reference/api/x-adapter.empathyadapterbuilder.onbeforeresponsetransformed.md +0 -23
  3459. package/docs/API-reference/api/x-adapter.empathyadapterbuilder.onresponsetransformed.md +0 -23
  3460. package/docs/API-reference/api/x-adapter.empathyadapterbuilder.replaceclassmapper.md +0 -23
  3461. package/docs/API-reference/api/x-adapter.empathyadapterbuilder.replaceclassrequestmapper.md +0 -22
  3462. package/docs/API-reference/api/x-adapter.empathyadapterbuilder.replacemapper.md +0 -23
  3463. package/docs/API-reference/api/x-adapter.empathyadapterbuilder.replacerequestmapper.md +0 -22
  3464. package/docs/API-reference/api/x-adapter.empathyadapterbuilder.setenvironment.md +0 -22
  3465. package/docs/API-reference/api/x-adapter.empathyadapterbuilder.setfacetconfig.md +0 -23
  3466. package/docs/API-reference/api/x-adapter.empathyadapterbuilder.setfeatureconfig.md +0 -23
  3467. package/docs/API-reference/api/x-adapter.empathyadapterbuilder.setinstance.md +0 -22
  3468. package/docs/API-reference/api/x-adapter.empathyadapterbuilder.setlang.md +0 -22
  3469. package/docs/API-reference/api/x-adapter.empathyadapterbuilder.setqueryconfig.md +0 -22
  3470. package/docs/API-reference/api/x-adapter.empathyadapterbuilder.setrequestparams.md +0 -22
  3471. package/docs/API-reference/api/x-adapter.empathyadapterbuilder.setresulttrackingconfig.md +0 -22
  3472. package/docs/API-reference/api/x-adapter.empathyadapterbuilder.setscope.md +0 -22
  3473. package/docs/API-reference/api/x-adapter.empathyadapterbuilder.setuserinfo.md +0 -22
  3474. package/docs/API-reference/api/x-adapter.empathyadapterbuilder.withconfiguration.md +0 -22
  3475. package/docs/API-reference/api/x-adapter.empathyadapterconfig.env.md +0 -11
  3476. package/docs/API-reference/api/x-adapter.empathyadapterconfig.features.md +0 -13
  3477. package/docs/API-reference/api/x-adapter.empathyadapterconfig.instance.md +0 -11
  3478. package/docs/API-reference/api/x-adapter.empathyadapterconfig.mappings.md +0 -17
  3479. package/docs/API-reference/api/x-adapter.empathyadapterconfig.md +0 -24
  3480. package/docs/API-reference/api/x-adapter.empathyadapterconfig.requestparams.md +0 -15
  3481. package/docs/API-reference/api/x-adapter.empathyadapterconfigchangedlistener.md +0 -15
  3482. package/docs/API-reference/api/x-adapter.empathybanner.id.md +0 -11
  3483. package/docs/API-reference/api/x-adapter.empathybanner.imagename.md +0 -11
  3484. package/docs/API-reference/api/x-adapter.empathybanner.md +0 -24
  3485. package/docs/API-reference/api/x-adapter.empathybanner.title.md +0 -11
  3486. package/docs/API-reference/api/x-adapter.empathybanner.trackable_url.md +0 -11
  3487. package/docs/API-reference/api/x-adapter.empathybanner.url.md +0 -11
  3488. package/docs/API-reference/api/x-adapter.empathybannermapper._constructor_.md +0 -20
  3489. package/docs/API-reference/api/x-adapter.empathybannermapper.map.md +0 -24
  3490. package/docs/API-reference/api/x-adapter.empathybannermapper.md +0 -27
  3491. package/docs/API-reference/api/x-adapter.empathybooleanfiltermapper.map.md +0 -24
  3492. package/docs/API-reference/api/x-adapter.empathybooleanfiltermapper.md +0 -21
  3493. package/docs/API-reference/api/x-adapter.empathycacheservice._constructor_.md +0 -20
  3494. package/docs/API-reference/api/x-adapter.empathycacheservice.clear.md +0 -15
  3495. package/docs/API-reference/api/x-adapter.empathycacheservice.getitem.md +0 -22
  3496. package/docs/API-reference/api/x-adapter.empathycacheservice.hash.md +0 -22
  3497. package/docs/API-reference/api/x-adapter.empathycacheservice.md +0 -39
  3498. package/docs/API-reference/api/x-adapter.empathycacheservice.minutestomilliseconds.md +0 -22
  3499. package/docs/API-reference/api/x-adapter.empathycacheservice.removeitem.md +0 -22
  3500. package/docs/API-reference/api/x-adapter.empathycacheservice.setitem.md +0 -24
  3501. package/docs/API-reference/api/x-adapter.empathycacheservice.storageservice.md +0 -11
  3502. package/docs/API-reference/api/x-adapter.empathycacheservice.transformkey.md +0 -22
  3503. package/docs/API-reference/api/x-adapter.empathyclicksrecommendationsrequest.md +0 -21
  3504. package/docs/API-reference/api/x-adapter.empathyclicksrecommendationsrequest.productid.md +0 -11
  3505. package/docs/API-reference/api/x-adapter.empathyclicksrecommendationsrequestmapper.map.md +0 -23
  3506. package/docs/API-reference/api/x-adapter.empathyclicksrecommendationsrequestmapper.md +0 -21
  3507. package/docs/API-reference/api/x-adapter.empathydirect.id.md +0 -11
  3508. package/docs/API-reference/api/x-adapter.empathydirect.md +0 -22
  3509. package/docs/API-reference/api/x-adapter.empathydirect.trackable_url.md +0 -11
  3510. package/docs/API-reference/api/x-adapter.empathydirect.url.md +0 -11
  3511. package/docs/API-reference/api/x-adapter.empathyendpointsservice._constructor_.md +0 -20
  3512. package/docs/API-reference/api/x-adapter.empathyendpointsservice.buildurl.md +0 -22
  3513. package/docs/API-reference/api/x-adapter.empathyendpointsservice.md +0 -27
  3514. package/docs/API-reference/api/x-adapter.empathyfacet.facet.md +0 -11
  3515. package/docs/API-reference/api/x-adapter.empathyfacet.md +0 -21
  3516. package/docs/API-reference/api/x-adapter.empathyfacet.values.md +0 -11
  3517. package/docs/API-reference/api/x-adapter.empathyfacetfiltermapper.map.md +0 -24
  3518. package/docs/API-reference/api/x-adapter.empathyfacetfiltermapper.md +0 -21
  3519. package/docs/API-reference/api/x-adapter.empathyfacetmapper._constructor_.md +0 -20
  3520. package/docs/API-reference/api/x-adapter.empathyfacetmapper.facetsconfig.md +0 -11
  3521. package/docs/API-reference/api/x-adapter.empathyfacetmapper.map.md +0 -24
  3522. package/docs/API-reference/api/x-adapter.empathyfacetmapper.md +0 -33
  3523. package/docs/API-reference/api/x-adapter.empathyfilter.count.md +0 -11
  3524. package/docs/API-reference/api/x-adapter.empathyfilter.filter.md +0 -11
  3525. package/docs/API-reference/api/x-adapter.empathyfilter.md +0 -24
  3526. package/docs/API-reference/api/x-adapter.empathyfilter.selected.md +0 -11
  3527. package/docs/API-reference/api/x-adapter.empathyfilter.value.md +0 -11
  3528. package/docs/API-reference/api/x-adapter.empathyfilter.values.md +0 -11
  3529. package/docs/API-reference/api/x-adapter.empathyhierarchicalfacetmapper._constructor_.md +0 -20
  3530. package/docs/API-reference/api/x-adapter.empathyhierarchicalfacetmapper.map.md +0 -24
  3531. package/docs/API-reference/api/x-adapter.empathyhierarchicalfacetmapper.mapdeepfilter.md +0 -25
  3532. package/docs/API-reference/api/x-adapter.empathyhierarchicalfacetmapper.mapfilter.md +0 -11
  3533. package/docs/API-reference/api/x-adapter.empathyhierarchicalfacetmapper.mapfilterstree.md +0 -24
  3534. package/docs/API-reference/api/x-adapter.empathyhierarchicalfacetmapper.md +0 -35
  3535. package/docs/API-reference/api/x-adapter.empathyhierarchicalfiltermapper.map.md +0 -24
  3536. package/docs/API-reference/api/x-adapter.empathyhierarchicalfiltermapper.md +0 -21
  3537. package/docs/API-reference/api/x-adapter.empathynextqueriesrequest.lang.md +0 -11
  3538. package/docs/API-reference/api/x-adapter.empathynextqueriesrequest.md +0 -21
  3539. package/docs/API-reference/api/x-adapter.empathynextqueriesrequest.q.md +0 -11
  3540. package/docs/API-reference/api/x-adapter.empathynextquery.md +0 -20
  3541. package/docs/API-reference/api/x-adapter.empathynextquery.query.md +0 -11
  3542. package/docs/API-reference/api/x-adapter.empathynextquerymapper.map.md +0 -23
  3543. package/docs/API-reference/api/x-adapter.empathynextquerymapper.md +0 -21
  3544. package/docs/API-reference/api/x-adapter.empathynumberrangefacetmapper._constructor_.md +0 -21
  3545. package/docs/API-reference/api/x-adapter.empathynumberrangefacetmapper.facetsconfig.md +0 -11
  3546. package/docs/API-reference/api/x-adapter.empathynumberrangefacetmapper.map.md +0 -24
  3547. package/docs/API-reference/api/x-adapter.empathynumberrangefacetmapper.mapfilter.md +0 -11
  3548. package/docs/API-reference/api/x-adapter.empathynumberrangefacetmapper.mapfilters.md +0 -25
  3549. package/docs/API-reference/api/x-adapter.empathynumberrangefacetmapper.md +0 -35
  3550. package/docs/API-reference/api/x-adapter.empathynumberrangefiltermapper.map.md +0 -24
  3551. package/docs/API-reference/api/x-adapter.empathynumberrangefiltermapper.md +0 -21
  3552. package/docs/API-reference/api/x-adapter.empathypartialresult.docs.md +0 -11
  3553. package/docs/API-reference/api/x-adapter.empathypartialresult.md +0 -22
  3554. package/docs/API-reference/api/x-adapter.empathypartialresult.numfound.md +0 -11
  3555. package/docs/API-reference/api/x-adapter.empathypartialresult.suggestion.md +0 -11
  3556. package/docs/API-reference/api/x-adapter.empathypartialresultmapper._constructor_.md +0 -20
  3557. package/docs/API-reference/api/x-adapter.empathypartialresultmapper.map.md +0 -24
  3558. package/docs/API-reference/api/x-adapter.empathypartialresultmapper.md +0 -27
  3559. package/docs/API-reference/api/x-adapter.empathypromoted.id.md +0 -11
  3560. package/docs/API-reference/api/x-adapter.empathypromoted.imagename.md +0 -11
  3561. package/docs/API-reference/api/x-adapter.empathypromoted.md +0 -24
  3562. package/docs/API-reference/api/x-adapter.empathypromoted.title.md +0 -11
  3563. package/docs/API-reference/api/x-adapter.empathypromoted.trackable_url.md +0 -11
  3564. package/docs/API-reference/api/x-adapter.empathypromoted.url.md +0 -11
  3565. package/docs/API-reference/api/x-adapter.empathypromotedmapper._constructor_.md +0 -20
  3566. package/docs/API-reference/api/x-adapter.empathypromotedmapper.map.md +0 -24
  3567. package/docs/API-reference/api/x-adapter.empathypromotedmapper.md +0 -27
  3568. package/docs/API-reference/api/x-adapter.empathyqueriesrecommendationsrequest.md +0 -21
  3569. package/docs/API-reference/api/x-adapter.empathyqueriesrecommendationsrequest.query.md +0 -11
  3570. package/docs/API-reference/api/x-adapter.empathyqueriesrecommendationsrequestmapper._constructor_.md +0 -20
  3571. package/docs/API-reference/api/x-adapter.empathyqueriesrecommendationsrequestmapper.map.md +0 -24
  3572. package/docs/API-reference/api/x-adapter.empathyqueriesrecommendationsrequestmapper.md +0 -27
  3573. package/docs/API-reference/api/x-adapter.empathyqueryablerequestmapper._constructor_.md +0 -20
  3574. package/docs/API-reference/api/x-adapter.empathyqueryablerequestmapper.map.md +0 -24
  3575. package/docs/API-reference/api/x-adapter.empathyqueryablerequestmapper.md +0 -27
  3576. package/docs/API-reference/api/x-adapter.empathyredirectionmapper._constructor_.md +0 -20
  3577. package/docs/API-reference/api/x-adapter.empathyredirectionmapper.map.md +0 -24
  3578. package/docs/API-reference/api/x-adapter.empathyredirectionmapper.md +0 -27
  3579. package/docs/API-reference/api/x-adapter.empathyrelatedtag.md +0 -21
  3580. package/docs/API-reference/api/x-adapter.empathyrelatedtag.query.md +0 -11
  3581. package/docs/API-reference/api/x-adapter.empathyrelatedtag.tag.md +0 -11
  3582. package/docs/API-reference/api/x-adapter.empathyrelatedtagmapper.map.md +0 -23
  3583. package/docs/API-reference/api/x-adapter.empathyrelatedtagmapper.md +0 -21
  3584. package/docs/API-reference/api/x-adapter.empathyrelatedtagsrequest.lang.md +0 -11
  3585. package/docs/API-reference/api/x-adapter.empathyrelatedtagsrequest.md +0 -21
  3586. package/docs/API-reference/api/x-adapter.empathyrelatedtagsrequest.q.md +0 -11
  3587. package/docs/API-reference/api/x-adapter.empathyrequestfiltersmapper._constructor_.md +0 -20
  3588. package/docs/API-reference/api/x-adapter.empathyrequestfiltersmapper.map.md +0 -24
  3589. package/docs/API-reference/api/x-adapter.empathyrequestfiltersmapper.md +0 -27
  3590. package/docs/API-reference/api/x-adapter.empathyrequestfilterssolrsyntaxmapper._constructor_.md +0 -20
  3591. package/docs/API-reference/api/x-adapter.empathyrequestfilterssolrsyntaxmapper.map.md +0 -23
  3592. package/docs/API-reference/api/x-adapter.empathyrequestfilterssolrsyntaxmapper.md +0 -27
  3593. package/docs/API-reference/api/x-adapter.empathyrequestparamsmapper._constructor_.md +0 -20
  3594. package/docs/API-reference/api/x-adapter.empathyrequestparamsmapper.map.md +0 -23
  3595. package/docs/API-reference/api/x-adapter.empathyrequestparamsmapper.md +0 -27
  3596. package/docs/API-reference/api/x-adapter.empathyrequestquerymapper._constructor_.md +0 -20
  3597. package/docs/API-reference/api/x-adapter.empathyrequestquerymapper.map.md +0 -23
  3598. package/docs/API-reference/api/x-adapter.empathyrequestquerymapper.md +0 -28
  3599. package/docs/API-reference/api/x-adapter.empathyrequestquerymapper.normalizequery.md +0 -22
  3600. package/docs/API-reference/api/x-adapter.empathyrequestrelatedtagsquerymapper.map.md +0 -23
  3601. package/docs/API-reference/api/x-adapter.empathyrequestrelatedtagsquerymapper.md +0 -21
  3602. package/docs/API-reference/api/x-adapter.empathyrequestsortmapper.map.md +0 -22
  3603. package/docs/API-reference/api/x-adapter.empathyrequestsortmapper.md +0 -21
  3604. package/docs/API-reference/api/x-adapter.empathyresult.eb_sku.md +0 -11
  3605. package/docs/API-reference/api/x-adapter.empathyresult.ebtagging.md +0 -16
  3606. package/docs/API-reference/api/x-adapter.empathyresult.id.md +0 -11
  3607. package/docs/API-reference/api/x-adapter.empathyresult.image.md +0 -11
  3608. package/docs/API-reference/api/x-adapter.empathyresult.iswishlisted.md +0 -11
  3609. package/docs/API-reference/api/x-adapter.empathyresult.md +0 -29
  3610. package/docs/API-reference/api/x-adapter.empathyresult.name.md +0 -11
  3611. package/docs/API-reference/api/x-adapter.empathyresult.originalprice.md +0 -11
  3612. package/docs/API-reference/api/x-adapter.empathyresult.price.md +0 -11
  3613. package/docs/API-reference/api/x-adapter.empathyresult.rating.md +0 -11
  3614. package/docs/API-reference/api/x-adapter.empathyresult.url.md +0 -11
  3615. package/docs/API-reference/api/x-adapter.empathyresultmapper._constructor_.md +0 -21
  3616. package/docs/API-reference/api/x-adapter.empathyresultmapper.map.md +0 -24
  3617. package/docs/API-reference/api/x-adapter.empathyresultmapper.md +0 -27
  3618. package/docs/API-reference/api/x-adapter.empathyresultquerytaggingmapper._constructor_.md +0 -21
  3619. package/docs/API-reference/api/x-adapter.empathyresultquerytaggingmapper.map.md +0 -24
  3620. package/docs/API-reference/api/x-adapter.empathyresultquerytaggingmapper.md +0 -27
  3621. package/docs/API-reference/api/x-adapter.empathysearchbyidrequest.catalogue.md +0 -11
  3622. package/docs/API-reference/api/x-adapter.empathysearchbyidrequest.lang.md +0 -11
  3623. package/docs/API-reference/api/x-adapter.empathysearchbyidrequest.md +0 -25
  3624. package/docs/API-reference/api/x-adapter.empathysearchbyidrequest.q.md +0 -11
  3625. package/docs/API-reference/api/x-adapter.empathysearchbyidrequest.rows.md +0 -11
  3626. package/docs/API-reference/api/x-adapter.empathysearchbyidrequest.store.md +0 -11
  3627. package/docs/API-reference/api/x-adapter.empathysearchbyidrequest.warehouse.md +0 -11
  3628. package/docs/API-reference/api/x-adapter.empathysearchrequest.catalogue.md +0 -11
  3629. package/docs/API-reference/api/x-adapter.empathysearchrequest.filter.md +0 -11
  3630. package/docs/API-reference/api/x-adapter.empathysearchrequest.lang.md +0 -11
  3631. package/docs/API-reference/api/x-adapter.empathysearchrequest.md +0 -31
  3632. package/docs/API-reference/api/x-adapter.empathysearchrequest.origin.md +0 -11
  3633. package/docs/API-reference/api/x-adapter.empathysearchrequest.q.md +0 -11
  3634. package/docs/API-reference/api/x-adapter.empathysearchrequest.rows.md +0 -11
  3635. package/docs/API-reference/api/x-adapter.empathysearchrequest.scope.md +0 -11
  3636. package/docs/API-reference/api/x-adapter.empathysearchrequest.sort.md +0 -11
  3637. package/docs/API-reference/api/x-adapter.empathysearchrequest.sortdirection.md +0 -11
  3638. package/docs/API-reference/api/x-adapter.empathysearchrequest.start.md +0 -11
  3639. package/docs/API-reference/api/x-adapter.empathysearchrequest.store.md +0 -11
  3640. package/docs/API-reference/api/x-adapter.empathysearchrequest.warehouse.md +0 -11
  3641. package/docs/API-reference/api/x-adapter.empathysearchrequestmapper._constructor_.md +0 -22
  3642. package/docs/API-reference/api/x-adapter.empathysearchrequestmapper.map.md +0 -24
  3643. package/docs/API-reference/api/x-adapter.empathysearchrequestmapper.md +0 -27
  3644. package/docs/API-reference/api/x-adapter.empathysectionrecommendationsrequest.md +0 -21
  3645. package/docs/API-reference/api/x-adapter.empathysectionrecommendationsrequest.section.md +0 -11
  3646. package/docs/API-reference/api/x-adapter.empathysectionrecommendationsrequestmapper.map.md +0 -23
  3647. package/docs/API-reference/api/x-adapter.empathysectionrecommendationsrequestmapper.md +0 -21
  3648. package/docs/API-reference/api/x-adapter.empathysimplefacetmapper._constructor_.md +0 -20
  3649. package/docs/API-reference/api/x-adapter.empathysimplefacetmapper.map.md +0 -24
  3650. package/docs/API-reference/api/x-adapter.empathysimplefacetmapper.mapfilter.md +0 -11
  3651. package/docs/API-reference/api/x-adapter.empathysimplefacetmapper.mapfilters.md +0 -24
  3652. package/docs/API-reference/api/x-adapter.empathysimplefacetmapper.md +0 -34
  3653. package/docs/API-reference/api/x-adapter.empathysimplefiltermapper.map.md +0 -24
  3654. package/docs/API-reference/api/x-adapter.empathysimplefiltermapper.md +0 -21
  3655. package/docs/API-reference/api/x-adapter.empathysimplerequestmapper.map.md +0 -23
  3656. package/docs/API-reference/api/x-adapter.empathysimplerequestmapper.md +0 -21
  3657. package/docs/API-reference/api/x-adapter.empathysimplevaluemapper.map.md +0 -22
  3658. package/docs/API-reference/api/x-adapter.empathysimplevaluemapper.md +0 -21
  3659. package/docs/API-reference/api/x-adapter.empathysuggestion.facets.md +0 -11
  3660. package/docs/API-reference/api/x-adapter.empathysuggestion.md +0 -22
  3661. package/docs/API-reference/api/x-adapter.empathysuggestion.title.md +0 -11
  3662. package/docs/API-reference/api/x-adapter.empathysuggestion.title_raw.md +0 -11
  3663. package/docs/API-reference/api/x-adapter.empathysuggestionfacetsmapper._constructor_.md +0 -20
  3664. package/docs/API-reference/api/x-adapter.empathysuggestionfacetsmapper.map.md +0 -24
  3665. package/docs/API-reference/api/x-adapter.empathysuggestionfacetsmapper.md +0 -27
  3666. package/docs/API-reference/api/x-adapter.empathysuggestionmapper.map.md +0 -24
  3667. package/docs/API-reference/api/x-adapter.empathysuggestionmapper.md +0 -21
  3668. package/docs/API-reference/api/x-adapter.empathysuggestionsrequest.catalogue.md +0 -11
  3669. package/docs/API-reference/api/x-adapter.empathysuggestionsrequest.lang.md +0 -11
  3670. package/docs/API-reference/api/x-adapter.empathysuggestionsrequest.md +0 -25
  3671. package/docs/API-reference/api/x-adapter.empathysuggestionsrequest.q.md +0 -11
  3672. package/docs/API-reference/api/x-adapter.empathysuggestionsrequest.rows.md +0 -11
  3673. package/docs/API-reference/api/x-adapter.empathysuggestionsrequest.store.md +0 -11
  3674. package/docs/API-reference/api/x-adapter.empathysuggestionsrequest.warehouse.md +0 -11
  3675. package/docs/API-reference/api/x-adapter.empathytaggingmapper.map.md +0 -23
  3676. package/docs/API-reference/api/x-adapter.empathytaggingmapper.md +0 -21
  3677. package/docs/API-reference/api/x-adapter.empathytoprecommendationsrequest.catalogue.md +0 -11
  3678. package/docs/API-reference/api/x-adapter.empathytoprecommendationsrequest.lang.md +0 -11
  3679. package/docs/API-reference/api/x-adapter.empathytoprecommendationsrequest.md +0 -27
  3680. package/docs/API-reference/api/x-adapter.empathytoprecommendationsrequest.origin.md +0 -11
  3681. package/docs/API-reference/api/x-adapter.empathytoprecommendationsrequest.q.md +0 -11
  3682. package/docs/API-reference/api/x-adapter.empathytoprecommendationsrequest.rows.md +0 -11
  3683. package/docs/API-reference/api/x-adapter.empathytoprecommendationsrequest.scope.md +0 -11
  3684. package/docs/API-reference/api/x-adapter.empathytoprecommendationsrequest.store.md +0 -11
  3685. package/docs/API-reference/api/x-adapter.empathytoprecommendationsrequest.warehouse.md +0 -11
  3686. package/docs/API-reference/api/x-adapter.empathyuserinfomapper.map.md +0 -23
  3687. package/docs/API-reference/api/x-adapter.empathyuserinfomapper.md +0 -21
  3688. package/docs/API-reference/api/x-adapter.empathyuserinforequest.md +0 -22
  3689. package/docs/API-reference/api/x-adapter.empathyuserinforequest.session.md +0 -11
  3690. package/docs/API-reference/api/x-adapter.empathyuserinforequest.user.md +0 -11
  3691. package/docs/API-reference/api/x-adapter.empathyuserinforequest.user_type.md +0 -11
  3692. package/docs/API-reference/api/x-adapter.empathyuserrecommendationsrequest.md +0 -15
  3693. package/docs/API-reference/api/x-adapter.endpointsservice.buildurl.md +0 -22
  3694. package/docs/API-reference/api/x-adapter.endpointsservice.md +0 -20
  3695. package/docs/API-reference/api/x-adapter.entitynames.md +0 -15
  3696. package/docs/API-reference/api/x-adapter.extraparamsrequest.md +0 -13
  3697. package/docs/API-reference/api/x-adapter.facetconfig.isdynamic.md +0 -11
  3698. package/docs/API-reference/api/x-adapter.facetconfig.md +0 -22
  3699. package/docs/API-reference/api/x-adapter.facetconfig.modelname.md +0 -11
  3700. package/docs/API-reference/api/x-adapter.facetconfig.template.md +0 -11
  3701. package/docs/API-reference/api/x-adapter.facetsconfig.default.md +0 -11
  3702. package/docs/API-reference/api/x-adapter.facetsconfig.md +0 -21
  3703. package/docs/API-reference/api/x-adapter.facetsconfig.named.md +0 -11
  3704. package/docs/API-reference/api/x-adapter.featureconfig.cachettlinminutes.md +0 -11
  3705. package/docs/API-reference/api/x-adapter.featureconfig.endpoint.md +0 -11
  3706. package/docs/API-reference/api/x-adapter.featureconfig.md +0 -22
  3707. package/docs/API-reference/api/x-adapter.featureconfig.responsepaths.md +0 -11
  3708. package/docs/API-reference/api/x-adapter.featurenames.md +0 -13
  3709. package/docs/API-reference/api/x-adapter.featurerequestor._constructor_.md +0 -28
  3710. package/docs/API-reference/api/x-adapter.featurerequestor.beforerequest.md +0 -11
  3711. package/docs/API-reference/api/x-adapter.featurerequestor.beforeresponsetransformed.md +0 -11
  3712. package/docs/API-reference/api/x-adapter.featurerequestor.config.md +0 -11
  3713. package/docs/API-reference/api/x-adapter.featurerequestor.endpointsservice.md +0 -11
  3714. package/docs/API-reference/api/x-adapter.featurerequestor.feature.md +0 -11
  3715. package/docs/API-reference/api/x-adapter.featurerequestor.featureconfig.md +0 -11
  3716. package/docs/API-reference/api/x-adapter.featurerequestor.httpclient.md +0 -11
  3717. package/docs/API-reference/api/x-adapter.featurerequestor.maprequest.md +0 -11
  3718. package/docs/API-reference/api/x-adapter.featurerequestor.md +0 -45
  3719. package/docs/API-reference/api/x-adapter.featurerequestor.request.md +0 -23
  3720. package/docs/API-reference/api/x-adapter.featurerequestor.responsemappers.md +0 -11
  3721. package/docs/API-reference/api/x-adapter.featurerequestor.responsetransformed.md +0 -11
  3722. package/docs/API-reference/api/x-adapter.featurerequestor.runhooks.md +0 -23
  3723. package/docs/API-reference/api/x-adapter.featurerequestor.transformresponse.md +0 -23
  3724. package/docs/API-reference/api/x-adapter.featurerequestor.transformresponseselection.md +0 -24
  3725. package/docs/API-reference/api/x-adapter.featuresresponsetypes.clicksrecommendations.md +0 -11
  3726. package/docs/API-reference/api/x-adapter.featuresresponsetypes.md +0 -30
  3727. package/docs/API-reference/api/x-adapter.featuresresponsetypes.nextqueries.md +0 -11
  3728. package/docs/API-reference/api/x-adapter.featuresresponsetypes.queriesrecommendations.md +0 -11
  3729. package/docs/API-reference/api/x-adapter.featuresresponsetypes.relatedtags.md +0 -11
  3730. package/docs/API-reference/api/x-adapter.featuresresponsetypes.search.md +0 -11
  3731. package/docs/API-reference/api/x-adapter.featuresresponsetypes.searchbyid.md +0 -11
  3732. package/docs/API-reference/api/x-adapter.featuresresponsetypes.sectionrecommendations.md +0 -11
  3733. package/docs/API-reference/api/x-adapter.featuresresponsetypes.suggestions.md +0 -11
  3734. package/docs/API-reference/api/x-adapter.featuresresponsetypes.toprecommendations.md +0 -11
  3735. package/docs/API-reference/api/x-adapter.featuresresponsetypes.track.md +0 -11
  3736. package/docs/API-reference/api/x-adapter.featuresresponsetypes.userrecommendations.md +0 -11
  3737. package/docs/API-reference/api/x-adapter.fetchhttpclient._constructor_.md +0 -20
  3738. package/docs/API-reference/api/x-adapter.fetchhttpclient.buildurl.md +0 -23
  3739. package/docs/API-reference/api/x-adapter.fetchhttpclient.cache.md +0 -11
  3740. package/docs/API-reference/api/x-adapter.fetchhttpclient.cancelpreviousrequest.md +0 -22
  3741. package/docs/API-reference/api/x-adapter.fetchhttpclient.createabortcontroller.md +0 -22
  3742. package/docs/API-reference/api/x-adapter.fetchhttpclient.get.md +0 -24
  3743. package/docs/API-reference/api/x-adapter.fetchhttpclient.getrequestoptions.md +0 -23
  3744. package/docs/API-reference/api/x-adapter.fetchhttpclient.md +0 -40
  3745. package/docs/API-reference/api/x-adapter.fetchhttpclient.parseresponse.md +0 -22
  3746. package/docs/API-reference/api/x-adapter.fetchhttpclient.requestsabortcontrollers.md +0 -11
  3747. package/docs/API-reference/api/x-adapter.fetchhttpclient.storeincache.md +0 -23
  3748. package/docs/API-reference/api/x-adapter.filterablerequest.filters.md +0 -11
  3749. package/docs/API-reference/api/x-adapter.filterablerequest.md +0 -20
  3750. package/docs/API-reference/api/x-adapter.filtervaluemapperparams.config.md +0 -11
  3751. package/docs/API-reference/api/x-adapter.filtervaluemapperparams.filter.md +0 -11
  3752. package/docs/API-reference/api/x-adapter.filtervaluemapperparams.md +0 -25
  3753. package/docs/API-reference/api/x-adapter.httpclient.get.md +0 -24
  3754. package/docs/API-reference/api/x-adapter.httpclient.md +0 -20
  3755. package/docs/API-reference/api/x-adapter.mapfn.md +0 -15
  3756. package/docs/API-reference/api/x-adapter.mapper.map.md +0 -24
  3757. package/docs/API-reference/api/x-adapter.mapper.md +0 -20
  3758. package/docs/API-reference/api/x-adapter.maprequest.md +0 -15
  3759. package/docs/API-reference/api/x-adapter.mapresponse.md +0 -15
  3760. package/docs/API-reference/api/x-adapter.md +0 -179
  3761. package/docs/API-reference/api/x-adapter.newable.md +0 -13
  3762. package/docs/API-reference/api/x-adapter.nextqueriesrequest.md +0 -15
  3763. package/docs/API-reference/api/x-adapter.nextqueriesresponse.md +0 -20
  3764. package/docs/API-reference/api/x-adapter.nextqueriesresponse.nextqueries.md +0 -11
  3765. package/docs/API-reference/api/x-adapter.pageablerequest.md +0 -21
  3766. package/docs/API-reference/api/x-adapter.pageablerequest.rows.md +0 -11
  3767. package/docs/API-reference/api/x-adapter.pageablerequest.start.md +0 -11
  3768. package/docs/API-reference/api/x-adapter.parentbinding.default.md +0 -11
  3769. package/docs/API-reference/api/x-adapter.parentbinding.md +0 -21
  3770. package/docs/API-reference/api/x-adapter.parentbinding.wheninjectedinto.md +0 -11
  3771. package/docs/API-reference/api/x-adapter.parentconstantbinding.md +0 -20
  3772. package/docs/API-reference/api/x-adapter.parentconstantbinding.toconstantwheninjectedinto.md +0 -11
  3773. package/docs/API-reference/api/x-adapter.pipemappers.md +0 -24
  3774. package/docs/API-reference/api/x-adapter.primitive.md +0 -13
  3775. package/docs/API-reference/api/x-adapter.queriesrecommendationsrequest.md +0 -22
  3776. package/docs/API-reference/api/x-adapter.queriesrecommendationsrequest.queries.md +0 -11
  3777. package/docs/API-reference/api/x-adapter.queriesrecommendationsrequest.section.md +0 -11
  3778. package/docs/API-reference/api/x-adapter.queriesrecommendationsresponse.md +0 -22
  3779. package/docs/API-reference/api/x-adapter.queriesrecommendationsresponse.results.md +0 -11
  3780. package/docs/API-reference/api/x-adapter.queriesrecommendationsresponse.totalresults.md +0 -11
  3781. package/docs/API-reference/api/x-adapter.queryablerequest.md +0 -21
  3782. package/docs/API-reference/api/x-adapter.queryablerequest.query.md +0 -11
  3783. package/docs/API-reference/api/x-adapter.queryablerequest.relatedtags.md +0 -11
  3784. package/docs/API-reference/api/x-adapter.queryconfig.maxlength.md +0 -11
  3785. package/docs/API-reference/api/x-adapter.queryconfig.maxwords.md +0 -11
  3786. package/docs/API-reference/api/x-adapter.queryconfig.md +0 -21
  3787. package/docs/API-reference/api/x-adapter.relatedtagsrequest.md +0 -15
  3788. package/docs/API-reference/api/x-adapter.relatedtagsresponse.md +0 -20
  3789. package/docs/API-reference/api/x-adapter.relatedtagsresponse.relatedtags.md +0 -11
  3790. package/docs/API-reference/api/x-adapter.requesterror._constructor_.md +0 -21
  3791. package/docs/API-reference/api/x-adapter.requesterror.md +0 -28
  3792. package/docs/API-reference/api/x-adapter.requesterror.message.md +0 -11
  3793. package/docs/API-reference/api/x-adapter.requesterror.response.md +0 -11
  3794. package/docs/API-reference/api/x-adapter.requestmapper.md +0 -15
  3795. package/docs/API-reference/api/x-adapter.requestmappercontext.feature.md +0 -11
  3796. package/docs/API-reference/api/x-adapter.requestmappercontext.md +0 -22
  3797. package/docs/API-reference/api/x-adapter.requestmappercontext.requestoptions.md +0 -11
  3798. package/docs/API-reference/api/x-adapter.requestmappercontext.url.md +0 -11
  3799. package/docs/API-reference/api/x-adapter.requestoptions.headers.md +0 -11
  3800. package/docs/API-reference/api/x-adapter.requestoptions.md +0 -22
  3801. package/docs/API-reference/api/x-adapter.requestoptions.requestid.md +0 -11
  3802. package/docs/API-reference/api/x-adapter.requestoptions.ttlinminutes.md +0 -11
  3803. package/docs/API-reference/api/x-adapter.requestor.md +0 -20
  3804. package/docs/API-reference/api/x-adapter.requestor.request.md +0 -23
  3805. package/docs/API-reference/api/x-adapter.requestors._constructor_.md +0 -30
  3806. package/docs/API-reference/api/x-adapter.requestors.clicksrecommendations.md +0 -11
  3807. package/docs/API-reference/api/x-adapter.requestors.md +0 -37
  3808. package/docs/API-reference/api/x-adapter.requestors.nextqueries.md +0 -11
  3809. package/docs/API-reference/api/x-adapter.requestors.queriesrecommendations.md +0 -11
  3810. package/docs/API-reference/api/x-adapter.requestors.relatedtags.md +0 -11
  3811. package/docs/API-reference/api/x-adapter.requestors.search.md +0 -11
  3812. package/docs/API-reference/api/x-adapter.requestors.searchbyid.md +0 -11
  3813. package/docs/API-reference/api/x-adapter.requestors.sectionrecommendations.md +0 -11
  3814. package/docs/API-reference/api/x-adapter.requestors.suggestions.md +0 -11
  3815. package/docs/API-reference/api/x-adapter.requestors.toprecommendations.md +0 -11
  3816. package/docs/API-reference/api/x-adapter.requestors.track.md +0 -11
  3817. package/docs/API-reference/api/x-adapter.requestors.userrecommendations.md +0 -11
  3818. package/docs/API-reference/api/x-adapter.responsemapper.md +0 -15
  3819. package/docs/API-reference/api/x-adapter.responsemappercontext.md +0 -23
  3820. package/docs/API-reference/api/x-adapter.responsemappercontext.rawrequest.md +0 -11
  3821. package/docs/API-reference/api/x-adapter.responsemappercontext.rawresponse.md +0 -11
  3822. package/docs/API-reference/api/x-adapter.responsemappercontext.request.md +0 -11
  3823. package/docs/API-reference/api/x-adapter.responsemappers._constructor_.md +0 -32
  3824. package/docs/API-reference/api/x-adapter.responsemappers.banners.md +0 -11
  3825. package/docs/API-reference/api/x-adapter.responsemappers.facets.md +0 -11
  3826. package/docs/API-reference/api/x-adapter.responsemappers.md +0 -39
  3827. package/docs/API-reference/api/x-adapter.responsemappers.nextqueries.md +0 -11
  3828. package/docs/API-reference/api/x-adapter.responsemappers.partialresults.md +0 -11
  3829. package/docs/API-reference/api/x-adapter.responsemappers.promoteds.md +0 -11
  3830. package/docs/API-reference/api/x-adapter.responsemappers.querytagging.md +0 -11
  3831. package/docs/API-reference/api/x-adapter.responsemappers.redirections.md +0 -11
  3832. package/docs/API-reference/api/x-adapter.responsemappers.relatedtags.md +0 -11
  3833. package/docs/API-reference/api/x-adapter.responsemappers.results.md +0 -11
  3834. package/docs/API-reference/api/x-adapter.responsemappers.showtagging.md +0 -11
  3835. package/docs/API-reference/api/x-adapter.responsemappers.spellcheck.md +0 -11
  3836. package/docs/API-reference/api/x-adapter.responsemappers.suggestions.md +0 -11
  3837. package/docs/API-reference/api/x-adapter.responsemappers.totalresults.md +0 -11
  3838. package/docs/API-reference/api/x-adapter.responsetransformed.md +0 -15
  3839. package/docs/API-reference/api/x-adapter.responsetransformedcontext.md +0 -21
  3840. package/docs/API-reference/api/x-adapter.responsetransformedcontext.response.md +0 -11
  3841. package/docs/API-reference/api/x-adapter.searchadapter.addconfigchangedlistener.md +0 -22
  3842. package/docs/API-reference/api/x-adapter.searchadapter.getclicksrecommendations.md +0 -23
  3843. package/docs/API-reference/api/x-adapter.searchadapter.getnextqueries.md +0 -23
  3844. package/docs/API-reference/api/x-adapter.searchadapter.getqueriesrecommendations.md +0 -23
  3845. package/docs/API-reference/api/x-adapter.searchadapter.getrelatedtags.md +0 -23
  3846. package/docs/API-reference/api/x-adapter.searchadapter.getsectionrecommendations.md +0 -23
  3847. package/docs/API-reference/api/x-adapter.searchadapter.getsuggestions.md +0 -23
  3848. package/docs/API-reference/api/x-adapter.searchadapter.gettoprecommendations.md +0 -23
  3849. package/docs/API-reference/api/x-adapter.searchadapter.getuserrecommendations.md +0 -23
  3850. package/docs/API-reference/api/x-adapter.searchadapter.invalidatecache.md +0 -15
  3851. package/docs/API-reference/api/x-adapter.searchadapter.md +0 -34
  3852. package/docs/API-reference/api/x-adapter.searchadapter.removeconfigchangedlistener.md +0 -22
  3853. package/docs/API-reference/api/x-adapter.searchadapter.search.md +0 -23
  3854. package/docs/API-reference/api/x-adapter.searchadapter.searchbyid.md +0 -23
  3855. package/docs/API-reference/api/x-adapter.searchadapter.setconfig.md +0 -22
  3856. package/docs/API-reference/api/x-adapter.searchadapter.track.md +0 -22
  3857. package/docs/API-reference/api/x-adapter.searchbyidrequest.md +0 -15
  3858. package/docs/API-reference/api/x-adapter.searchbyidresponse.md +0 -20
  3859. package/docs/API-reference/api/x-adapter.searchbyidresponse.results.md +0 -11
  3860. package/docs/API-reference/api/x-adapter.searchrequest.md +0 -21
  3861. package/docs/API-reference/api/x-adapter.searchrequest.sort.md +0 -11
  3862. package/docs/API-reference/api/x-adapter.searchresponse.banners.md +0 -11
  3863. package/docs/API-reference/api/x-adapter.searchresponse.facets.md +0 -11
  3864. package/docs/API-reference/api/x-adapter.searchresponse.md +0 -28
  3865. package/docs/API-reference/api/x-adapter.searchresponse.partialresults.md +0 -11
  3866. package/docs/API-reference/api/x-adapter.searchresponse.promoteds.md +0 -11
  3867. package/docs/API-reference/api/x-adapter.searchresponse.querytagging.md +0 -11
  3868. package/docs/API-reference/api/x-adapter.searchresponse.redirections.md +0 -11
  3869. package/docs/API-reference/api/x-adapter.searchresponse.results.md +0 -11
  3870. package/docs/API-reference/api/x-adapter.searchresponse.spellcheck.md +0 -11
  3871. package/docs/API-reference/api/x-adapter.searchresponse.totalresults.md +0 -11
  3872. package/docs/API-reference/api/x-adapter.sectionrecommendationsrequest.md +0 -21
  3873. package/docs/API-reference/api/x-adapter.sectionrecommendationsrequest.section.md +0 -11
  3874. package/docs/API-reference/api/x-adapter.sectionrecommendationsresponse.md +0 -21
  3875. package/docs/API-reference/api/x-adapter.sectionrecommendationsresponse.results.md +0 -11
  3876. package/docs/API-reference/api/x-adapter.simpleconstantbinding.md +0 -20
  3877. package/docs/API-reference/api/x-adapter.simpleconstantbinding.toconstant.md +0 -11
  3878. package/docs/API-reference/api/x-adapter.suggestionsrequest.md +0 -15
  3879. package/docs/API-reference/api/x-adapter.suggestionsresponse.md +0 -20
  3880. package/docs/API-reference/api/x-adapter.suggestionsresponse.suggestions.md +0 -11
  3881. package/docs/API-reference/api/x-adapter.toprecommendationsrequest.md +0 -15
  3882. package/docs/API-reference/api/x-adapter.toprecommendationsresponse.md +0 -20
  3883. package/docs/API-reference/api/x-adapter.toprecommendationsresponse.results.md +0 -11
  3884. package/docs/API-reference/api/x-adapter.trackablerequest.md +0 -20
  3885. package/docs/API-reference/api/x-adapter.trackablerequest.origin.md +0 -11
  3886. package/docs/API-reference/api/x-adapter.trackableshowresponse.md +0 -20
  3887. package/docs/API-reference/api/x-adapter.trackableshowresponse.showtagging.md +0 -11
  3888. package/docs/API-reference/api/x-adapter.trackingrequest.md +0 -21
  3889. package/docs/API-reference/api/x-adapter.trackingrequest.params.md +0 -11
  3890. package/docs/API-reference/api/x-adapter.trackingrequest.url.md +0 -11
  3891. package/docs/API-reference/api/x-adapter.trackingresultconfig.add2cart.md +0 -11
  3892. package/docs/API-reference/api/x-adapter.trackingresultconfig.checkout.md +0 -11
  3893. package/docs/API-reference/api/x-adapter.trackingresultconfig.click.md +0 -11
  3894. package/docs/API-reference/api/x-adapter.trackingresultconfig.md +0 -22
  3895. package/docs/API-reference/api/x-adapter.usercontextrequest.md +0 -22
  3896. package/docs/API-reference/api/x-adapter.usercontextrequest.session.md +0 -11
  3897. package/docs/API-reference/api/x-adapter.usercontextrequest.user.md +0 -11
  3898. package/docs/API-reference/api/x-adapter.usercontextrequest.usertype.md +0 -11
  3899. package/docs/API-reference/api/x-adapter.userrecommendationsrequest.md +0 -21
  3900. package/docs/API-reference/api/x-adapter.userrecommendationsrequest.section.md +0 -11
  3901. package/docs/API-reference/api/x-adapter.userrecommendationsresponse.md +0 -22
  3902. package/docs/API-reference/api/x-adapter.userrecommendationsresponse.results.md +0 -11
  3903. package/docs/API-reference/api/x-adapter.userrecommendationsresponse.totalresults.md +0 -11
  3904. package/docs/API-reference/api/x-components.anyfunction.md +0 -13
  3905. package/docs/API-reference/api/x-components.arrowicon.md +0 -11
  3906. package/docs/API-reference/api/x-components.basefilter.clickevents.md +0 -13
  3907. package/docs/API-reference/api/x-components.basefilter.filter.md +0 -13
  3908. package/docs/API-reference/api/x-components.basefilter.md +0 -22
  3909. package/docs/API-reference/api/x-components.baseidmodalclose.events.md +0 -11
  3910. package/docs/API-reference/api/x-components.baseidmodalopen.events.md +0 -11
  3911. package/docs/API-reference/api/x-components.baseidscroll.distancetobottom.md +0 -13
  3912. package/docs/API-reference/api/x-components.baseidscroll.id.md +0 -13
  3913. package/docs/API-reference/api/x-components.baseidscroll.md +0 -24
  3914. package/docs/API-reference/api/x-components.baseidscroll.resetonquerychange.md +0 -13
  3915. package/docs/API-reference/api/x-components.baseidscroll.throttlems.md +0 -13
  3916. package/docs/API-reference/api/x-components.baseidtogglepanel.created.md +0 -17
  3917. package/docs/API-reference/api/x-components.basemainscroll.beforedestroy.md +0 -15
  3918. package/docs/API-reference/api/x-components.basemainscroll.element.md +0 -13
  3919. package/docs/API-reference/api/x-components.basemainscroll.id.md +0 -13
  3920. package/docs/API-reference/api/x-components.basemainscroll.md +0 -31
  3921. package/docs/API-reference/api/x-components.basemainscroll.mounted.md +0 -15
  3922. package/docs/API-reference/api/x-components.basemainscroll.render.md +0 -15
  3923. package/docs/API-reference/api/x-components.basemainscroll.tag.md +0 -13
  3924. package/docs/API-reference/api/x-components.basemodal.showoverlay.md +0 -13
  3925. package/docs/API-reference/api/x-components.baseresultimage._refs.md +0 -15
  3926. package/docs/API-reference/api/x-components.baseresultimage.animation.md +0 -13
  3927. package/docs/API-reference/api/x-components.baseresultimage.failedimages.md +0 -13
  3928. package/docs/API-reference/api/x-components.baseresultimage.hasenteredview.md +0 -13
  3929. package/docs/API-reference/api/x-components.baseresultimage.hasimageloaded.md +0 -13
  3930. package/docs/API-reference/api/x-components.baseresultimage.mounted.md +0 -15
  3931. package/docs/API-reference/api/x-components.baseresultlink.emituserclickedaresult.md +0 -17
  3932. package/docs/API-reference/api/x-components.baseresultlink.emituserrightclickedaresult.md +0 -17
  3933. package/docs/API-reference/api/x-components.baseresultlink.metadata.md +0 -13
  3934. package/docs/API-reference/api/x-components.baseresultlink.mounted.md +0 -15
  3935. package/docs/API-reference/api/x-components.baseresultlink.origin.md +0 -13
  3936. package/docs/API-reference/api/x-components.baseresultlink.resultclickextraevents.md +0 -13
  3937. package/docs/API-reference/api/x-components.basescroll.mounted.md +0 -15
  3938. package/docs/API-reference/api/x-components.basescroll.resetonquerychange.md +0 -13
  3939. package/docs/API-reference/api/x-components.basescrolltotop.animation.md +0 -13
  3940. package/docs/API-reference/api/x-components.basescrolltotop.md +0 -23
  3941. package/docs/API-reference/api/x-components.basescrolltotop.scrollid.md +0 -13
  3942. package/docs/API-reference/api/x-components.basescrolltotop.thresholdpx.md +0 -13
  3943. package/docs/API-reference/api/x-components.basesuggestion.queryhtml.md +0 -18
  3944. package/docs/API-reference/api/x-components.cleanundefined.md +0 -26
  3945. package/docs/API-reference/api/x-components.clearfilters.alwaysvisible.md +0 -13
  3946. package/docs/API-reference/api/x-components.clearfilters.facetsids.md +0 -13
  3947. package/docs/API-reference/api/x-components.collapsefromtop.md +0 -15
  3948. package/docs/API-reference/api/x-components.compilemessage.md +0 -27
  3949. package/docs/API-reference/api/x-components.deeppartial.md +0 -17
  3950. package/docs/API-reference/api/x-components.dictionary.md +0 -13
  3951. package/docs/API-reference/api/x-components.extraparams.mounted.md +0 -17
  3952. package/docs/API-reference/api/x-components.facetsmutations.setfilter.md +0 -24
  3953. package/docs/API-reference/api/x-components.foreach.md +0 -25
  3954. package/docs/API-reference/api/x-components.historyqueries.animation.md +0 -13
  3955. package/docs/API-reference/api/x-components.historyqueries.maxitemstorender.md +0 -13
  3956. package/docs/API-reference/api/x-components.identifierresultsactions.seturlparams.md +0 -24
  3957. package/docs/API-reference/api/x-components.map.md +0 -27
  3958. package/docs/API-reference/api/x-components.namespacedtimeretrieving.md +0 -15
  3959. package/docs/API-reference/api/x-components.nextqueries.animation.md +0 -13
  3960. package/docs/API-reference/api/x-components.nextqueries.maxitemstorender.md +0 -13
  3961. package/docs/API-reference/api/x-components.nonprimitive.md +0 -13
  3962. package/docs/API-reference/api/x-components.objectfilter.md +0 -27
  3963. package/docs/API-reference/api/x-components.partialquerybutton.events.md +0 -13
  3964. package/docs/API-reference/api/x-components.popularsearches.animation.md +0 -13
  3965. package/docs/API-reference/api/x-components.popularsearches.maxitemstorender.md +0 -13
  3966. package/docs/API-reference/api/x-components.popularsearchesconfig.showextrasuggestionwithoutfilter.md +0 -34
  3967. package/docs/API-reference/api/x-components.primitive.md +0 -15
  3968. package/docs/API-reference/api/x-components.querysuggestions.animation.md +0 -13
  3969. package/docs/API-reference/api/x-components.querysuggestions.maxitemstorender.md +0 -13
  3970. package/docs/API-reference/api/x-components.querysuggestionsconfig.showextrasuggestionwithoutfilter.md +0 -38
  3971. package/docs/API-reference/api/x-components.reduce.md +0 -28
  3972. package/docs/API-reference/api/x-components.relatedtagsmutations.setquery.md +0 -24
  3973. package/docs/API-reference/api/x-components.relatedtagsstate.query.md +0 -13
  3974. package/docs/API-reference/api/x-components.resetfacets.md +0 -13
  3975. package/docs/API-reference/api/x-components.resetpage.md +0 -13
  3976. package/docs/API-reference/api/x-components.resetsort.md +0 -13
  3977. package/docs/API-reference/api/x-components.searchbutton.events.md +0 -11
  3978. package/docs/API-reference/api/x-components.selectedfilters.alwaysvisible.md +0 -13
  3979. package/docs/API-reference/api/x-components.selectedfilters.facetid.md +0 -13
  3980. package/docs/API-reference/api/x-components.selectedfilters.selectedfiltersbyfacet.md +0 -13
  3981. package/docs/API-reference/api/x-components.selectedfilters.selectedfiltersgetter.md +0 -13
  3982. package/docs/API-reference/api/x-components.selectedfilterslist.alwaysvisible.md +0 -15
  3983. package/docs/API-reference/api/x-components.selectedfilterslist.facetid.md +0 -13
  3984. package/docs/API-reference/api/x-components.setorigin.md +0 -13
  3985. package/docs/API-reference/api/x-components.setpagesize.md +0 -13
  3986. package/docs/API-reference/api/x-components.slidingpanel._refs.md +0 -15
  3987. package/docs/API-reference/api/x-components.slidingpanel.beforedestroy.md +0 -15
  3988. package/docs/API-reference/api/x-components.slidingpanel.isscrollatend.md +0 -13
  3989. package/docs/API-reference/api/x-components.slidingpanel.isscrollatstart.md +0 -13
  3990. package/docs/API-reference/api/x-components.slidingpanel.mounted.md +0 -15
  3991. package/docs/API-reference/api/x-components.slidingpanel.scrollobserver.md +0 -13
  3992. package/docs/API-reference/api/x-components.snippetconfig.searchlang.md +0 -13
  3993. package/docs/API-reference/api/x-components.sortmixin.value.md +0 -13
  3994. package/docs/API-reference/api/x-components.spellcheckbutton.events.md +0 -13
  3995. package/docs/API-reference/api/x-components.timeretrieving.md +0 -15
  3996. package/docs/API-reference/api/x-components.translatefromleft.md +0 -15
  3997. package/docs/API-reference/api/x-components.translatefromright.md +0 -15
  3998. package/docs/API-reference/api/x-components.wiremetadata.origin.md +0 -13
  3999. package/docs/API-reference/api/x-components.xcomponent.md +0 -15
  4000. package/docs/API-reference/api/x-components.xeventstypes.adapterconfigchanged.md +0 -13
  4001. package/docs/API-reference/api/x-components.xeventstypes.useralmostreachedscrollend.md +0 -13
  4002. package/docs/API-reference/api/x-components.xeventstypes.userchangedscrolldirection.md +0 -13
  4003. package/docs/API-reference/api/x-components.xeventstypes.userreachedscrollend.md +0 -13
  4004. package/docs/API-reference/api/x-components.xeventstypes.userreachedscrollstart.md +0 -13
  4005. package/docs/API-reference/api/x-components.xeventstypes.userrightclickedaresult.md +0 -13
  4006. package/docs/API-reference/api/x-components.xeventstypes.userscrolled.md +0 -13
  4007. package/docs/API-reference/api/x-types.banner.tagging.md +0 -15
  4008. package/docs/API-reference/api/x-types.promoted.tagging.md +0 -15
  4009. package/docs/API-reference/api/x-types.redirection.tagging.md +0 -15
  4010. package/docs/API-reference/api/x-types.relatedtag.previous.md +0 -13
  4011. package/docs/API-reference/api/x-types.relatedtag.selected.md +0 -13
  4012. package/docs/API-reference/api/x-types.result.tagging.md +0 -13
  4013. package/docs/API-reference/api/x-types.resulttagging.add2cart.md +0 -13
  4014. package/docs/API-reference/api/x-types.resulttagging.checkout.md +0 -13
  4015. package/docs/API-reference/api/x-types.resulttagging.click.md +0 -13
  4016. package/docs/API-reference/api/x-types.resulttagging.md +0 -22
  4017. package/docs/API-reference/api/x-types.suggestion.facets.md +0 -13
  4018. package/docs/API-reference/api/x-types.tagging.params.md +0 -13
  4019. package/docs/API-reference/api/x-types.tagging.url.md +0 -13
  4020. package/docs/API-reference/components/common/animations/x-components.collapse-from-top.md +0 -31
  4021. package/docs/API-reference/components/common/animations/x-components.translate-from-left.md +0 -30
  4022. package/docs/API-reference/components/common/animations/x-components.translate-from-right.md +0 -30
  4023. package/docs/API-reference/components/common/icons/x-components.arrow.md +0 -8
  4024. package/docs/API-reference/components/common/scroll/x-components.base-id-scroll.md +0 -216
  4025. package/docs/API-reference/components/common/scroll/x-components.base-main-scroll.md +0 -170
  4026. package/docs/API-reference/components/common/scroll/x-components.base-scroll-to-top.md +0 -69
  4027. package/docs/API-reference/components/common/x-components.staggering-transition-group.md +0 -35
  4028. package/docs/API-reference/components/facets/x-components.filters/base-filter.md +0 -78
  4029. package/docs/css/global.scss +0 -1
  4030. package/docs/css/utils/utils.scss +0 -35
  4031. package/docs/css/xcomponents/clear-search-input.scss +0 -9
  4032. package/docs/css/xcomponents/index.scss +0 -16
  4033. package/docs/css/xcomponents/search-input.scss +0 -10
  4034. package/docs/css/xcomponents/suggestions.scss +0 -19
  4035. package/docs/guide/getting-started/components/clear-search-input.md +0 -98
  4036. package/docs/guide/getting-started/components/live-examples.md +0 -100
  4037. package/docs/guide/getting-started/components/query-suggestions.md +0 -76
  4038. package/docs/guide/getting-started/components/search-button.md +0 -98
  4039. package/docs/guide/getting-started/components/search-input.md +0 -105
  4040. package/docs/guide/getting-started/install-xplugin.md +0 -72
  4041. package/docs/guide/getting-started/use-components.md +0 -75
  4042. package/docs/guide/install.md +0 -30
  4043. package/docs/react-components/ReactComponents.jsx +0 -46
  4044. package/docs/react-components/Utils.jsx +0 -34
  4045. package/docs/sidebar.json +0 -1
  4046. package/js/components/animations/animate-width.vue_rollup-plugin-vue=script.js +0 -22
  4047. package/js/components/animations/animate-width.vue_rollup-plugin-vue=script.js.map +0 -1
  4048. package/js/components/animations/collapse-from-top.vue.js +0 -58
  4049. package/js/components/animations/collapse-from-top.vue.js.map +0 -1
  4050. package/js/components/animations/collapse-from-top.vue_rollup-plugin-vue=script.js +0 -23
  4051. package/js/components/animations/collapse-from-top.vue_rollup-plugin-vue=script.js.map +0 -1
  4052. package/js/components/animations/collapse-height.vue_rollup-plugin-vue=script.js +0 -26
  4053. package/js/components/animations/collapse-height.vue_rollup-plugin-vue=script.js.map +0 -1
  4054. package/js/components/animations/collapse-width.vue_rollup-plugin-vue=script.js +0 -26
  4055. package/js/components/animations/collapse-width.vue_rollup-plugin-vue=script.js.map +0 -1
  4056. package/js/components/animations/cross-fade.vue_rollup-plugin-vue=script.js +0 -23
  4057. package/js/components/animations/cross-fade.vue_rollup-plugin-vue=script.js.map +0 -1
  4058. package/js/components/animations/fade-and-slide.vue_rollup-plugin-vue=script.js +0 -26
  4059. package/js/components/animations/fade-and-slide.vue_rollup-plugin-vue=script.js.map +0 -1
  4060. package/js/components/animations/staggered-fade-and-slide.vue_rollup-plugin-vue=script.js +0 -26
  4061. package/js/components/animations/staggered-fade-and-slide.vue_rollup-plugin-vue=script.js.map +0 -1
  4062. package/js/components/animations/translate-from-left.vue.js +0 -58
  4063. package/js/components/animations/translate-from-left.vue.js.map +0 -1
  4064. package/js/components/animations/translate-from-left.vue_rollup-plugin-vue=script.js +0 -23
  4065. package/js/components/animations/translate-from-left.vue_rollup-plugin-vue=script.js.map +0 -1
  4066. package/js/components/animations/translate-from-right.vue.js +0 -58
  4067. package/js/components/animations/translate-from-right.vue.js.map +0 -1
  4068. package/js/components/animations/translate-from-right.vue_rollup-plugin-vue=script.js +0 -23
  4069. package/js/components/animations/translate-from-right.vue_rollup-plugin-vue=script.js.map +0 -1
  4070. package/js/components/auto-progress-bar.vue_rollup-plugin-vue=script.js +0 -42
  4071. package/js/components/auto-progress-bar.vue_rollup-plugin-vue=script.js.map +0 -1
  4072. package/js/components/base-dropdown.vue_rollup-plugin-vue=script.js +0 -341
  4073. package/js/components/base-dropdown.vue_rollup-plugin-vue=script.js.map +0 -1
  4074. package/js/components/base-event-button.vue_rollup-plugin-vue=script.js +0 -36
  4075. package/js/components/base-event-button.vue_rollup-plugin-vue=script.js.map +0 -1
  4076. package/js/components/base-grid.vue_rollup-plugin-vue=script.js +0 -115
  4077. package/js/components/base-grid.vue_rollup-plugin-vue=script.js.map +0 -1
  4078. package/js/components/base-keyboard-navigation.vue_rollup-plugin-vue=script.js +0 -126
  4079. package/js/components/base-keyboard-navigation.vue_rollup-plugin-vue=script.js.map +0 -1
  4080. package/js/components/base-rating.vue_rollup-plugin-vue=script.js +0 -62
  4081. package/js/components/base-rating.vue_rollup-plugin-vue=script.js.map +0 -1
  4082. package/js/components/base-variable-column-grid.vue_rollup-plugin-vue=script.js +0 -57
  4083. package/js/components/base-variable-column-grid.vue_rollup-plugin-vue=script.js.map +0 -1
  4084. package/js/components/column-picker/base-column-picker-dropdown.vue_rollup-plugin-vue=script.js +0 -46
  4085. package/js/components/column-picker/base-column-picker-dropdown.vue_rollup-plugin-vue=script.js.map +0 -1
  4086. package/js/components/column-picker/base-column-picker-list.vue_rollup-plugin-vue=script.js +0 -57
  4087. package/js/components/column-picker/base-column-picker-list.vue_rollup-plugin-vue=script.js.map +0 -1
  4088. package/js/components/currency/base-currency.vue_rollup-plugin-vue=script.js +0 -98
  4089. package/js/components/currency/base-currency.vue_rollup-plugin-vue=script.js.map +0 -1
  4090. package/js/components/filters/labels/base-price-filter-label.vue_rollup-plugin-vue=script.js +0 -82
  4091. package/js/components/filters/labels/base-price-filter-label.vue_rollup-plugin-vue=script.js.map +0 -1
  4092. package/js/components/filters/labels/base-rating-filter-label.vue_rollup-plugin-vue=script.js +0 -50
  4093. package/js/components/filters/labels/base-rating-filter-label.vue_rollup-plugin-vue=script.js.map +0 -1
  4094. package/js/components/icons/arrow.vue.js +0 -63
  4095. package/js/components/icons/arrow.vue.js.map +0 -1
  4096. package/js/components/icons/arrow.vue_rollup-plugin-vue=script.js +0 -4
  4097. package/js/components/icons/arrow.vue_rollup-plugin-vue=script.js.map +0 -1
  4098. package/js/components/icons/bag.vue_rollup-plugin-vue=script.js +0 -4
  4099. package/js/components/icons/bag.vue_rollup-plugin-vue=script.js.map +0 -1
  4100. package/js/components/icons/bar-code.vue_rollup-plugin-vue=script.js +0 -4
  4101. package/js/components/icons/bar-code.vue_rollup-plugin-vue=script.js.map +0 -1
  4102. package/js/components/icons/barcode-tiny.vue_rollup-plugin-vue=script.js +0 -4
  4103. package/js/components/icons/barcode-tiny.vue_rollup-plugin-vue=script.js.map +0 -1
  4104. package/js/components/icons/cart.vue_rollup-plugin-vue=script.js +0 -4
  4105. package/js/components/icons/cart.vue_rollup-plugin-vue=script.js.map +0 -1
  4106. package/js/components/icons/check-tiny.vue_rollup-plugin-vue=script.js +0 -4
  4107. package/js/components/icons/check-tiny.vue_rollup-plugin-vue=script.js.map +0 -1
  4108. package/js/components/icons/check.vue_rollup-plugin-vue=script.js +0 -4
  4109. package/js/components/icons/check.vue_rollup-plugin-vue=script.js.map +0 -1
  4110. package/js/components/icons/checkbox-card-selected.vue_rollup-plugin-vue=script.js +0 -4
  4111. package/js/components/icons/checkbox-card-selected.vue_rollup-plugin-vue=script.js.map +0 -1
  4112. package/js/components/icons/checkbox-card-unselected.vue_rollup-plugin-vue=script.js +0 -4
  4113. package/js/components/icons/checkbox-card-unselected.vue_rollup-plugin-vue=script.js.map +0 -1
  4114. package/js/components/icons/checkbox-selected.vue_rollup-plugin-vue=script.js +0 -4
  4115. package/js/components/icons/checkbox-selected.vue_rollup-plugin-vue=script.js.map +0 -1
  4116. package/js/components/icons/checkbox-unselected.vue_rollup-plugin-vue=script.js +0 -4
  4117. package/js/components/icons/checkbox-unselected.vue_rollup-plugin-vue=script.js.map +0 -1
  4118. package/js/components/icons/chevron-down.vue_rollup-plugin-vue=script.js +0 -4
  4119. package/js/components/icons/chevron-down.vue_rollup-plugin-vue=script.js.map +0 -1
  4120. package/js/components/icons/chevron-left.vue_rollup-plugin-vue=script.js +0 -4
  4121. package/js/components/icons/chevron-left.vue_rollup-plugin-vue=script.js.map +0 -1
  4122. package/js/components/icons/chevron-right.vue_rollup-plugin-vue=script.js +0 -4
  4123. package/js/components/icons/chevron-right.vue_rollup-plugin-vue=script.js.map +0 -1
  4124. package/js/components/icons/chevron-tiny-down.vue_rollup-plugin-vue=script.js +0 -4
  4125. package/js/components/icons/chevron-tiny-down.vue_rollup-plugin-vue=script.js.map +0 -1
  4126. package/js/components/icons/chevron-tiny-left.vue_rollup-plugin-vue=script.js +0 -4
  4127. package/js/components/icons/chevron-tiny-left.vue_rollup-plugin-vue=script.js.map +0 -1
  4128. package/js/components/icons/chevron-tiny-right.vue_rollup-plugin-vue=script.js +0 -4
  4129. package/js/components/icons/chevron-tiny-right.vue_rollup-plugin-vue=script.js.map +0 -1
  4130. package/js/components/icons/chevron-tiny-up.vue_rollup-plugin-vue=script.js +0 -4
  4131. package/js/components/icons/chevron-tiny-up.vue_rollup-plugin-vue=script.js.map +0 -1
  4132. package/js/components/icons/chevron-up.vue_rollup-plugin-vue=script.js +0 -4
  4133. package/js/components/icons/chevron-up.vue_rollup-plugin-vue=script.js.map +0 -1
  4134. package/js/components/icons/cross-tiny.vue_rollup-plugin-vue=script.js +0 -4
  4135. package/js/components/icons/cross-tiny.vue_rollup-plugin-vue=script.js.map +0 -1
  4136. package/js/components/icons/cross.vue_rollup-plugin-vue=script.js +0 -4
  4137. package/js/components/icons/cross.vue_rollup-plugin-vue=script.js.map +0 -1
  4138. package/js/components/icons/filters.vue_rollup-plugin-vue=script.js +0 -4
  4139. package/js/components/icons/filters.vue_rollup-plugin-vue=script.js.map +0 -1
  4140. package/js/components/icons/grid-1-col.vue_rollup-plugin-vue=script.js +0 -4
  4141. package/js/components/icons/grid-1-col.vue_rollup-plugin-vue=script.js.map +0 -1
  4142. package/js/components/icons/grid-2-col.vue_rollup-plugin-vue=script.js +0 -4
  4143. package/js/components/icons/grid-2-col.vue_rollup-plugin-vue=script.js.map +0 -1
  4144. package/js/components/icons/hide.vue_rollup-plugin-vue=script.js +0 -4
  4145. package/js/components/icons/hide.vue_rollup-plugin-vue=script.js.map +0 -1
  4146. package/js/components/icons/history-tiny.vue_rollup-plugin-vue=script.js +0 -4
  4147. package/js/components/icons/history-tiny.vue_rollup-plugin-vue=script.js.map +0 -1
  4148. package/js/components/icons/history.vue_rollup-plugin-vue=script.js +0 -4
  4149. package/js/components/icons/history.vue_rollup-plugin-vue=script.js.map +0 -1
  4150. package/js/components/icons/menu.vue_rollup-plugin-vue=script.js +0 -4
  4151. package/js/components/icons/menu.vue_rollup-plugin-vue=script.js.map +0 -1
  4152. package/js/components/icons/minus-tiny.vue_rollup-plugin-vue=script.js +0 -4
  4153. package/js/components/icons/minus-tiny.vue_rollup-plugin-vue=script.js.map +0 -1
  4154. package/js/components/icons/minus.vue_rollup-plugin-vue=script.js +0 -4
  4155. package/js/components/icons/minus.vue_rollup-plugin-vue=script.js.map +0 -1
  4156. package/js/components/icons/nq-1.vue_rollup-plugin-vue=script.js +0 -4
  4157. package/js/components/icons/nq-1.vue_rollup-plugin-vue=script.js.map +0 -1
  4158. package/js/components/icons/nq-2.vue_rollup-plugin-vue=script.js +0 -4
  4159. package/js/components/icons/nq-2.vue_rollup-plugin-vue=script.js.map +0 -1
  4160. package/js/components/icons/nq-3.vue_rollup-plugin-vue=script.js +0 -4
  4161. package/js/components/icons/nq-3.vue_rollup-plugin-vue=script.js.map +0 -1
  4162. package/js/components/icons/nq-4.vue_rollup-plugin-vue=script.js +0 -4
  4163. package/js/components/icons/nq-4.vue_rollup-plugin-vue=script.js.map +0 -1
  4164. package/js/components/icons/plus.vue_rollup-plugin-vue=script.js +0 -4
  4165. package/js/components/icons/plus.vue_rollup-plugin-vue=script.js.map +0 -1
  4166. package/js/components/icons/search-tiny.vue_rollup-plugin-vue=script.js +0 -4
  4167. package/js/components/icons/search-tiny.vue_rollup-plugin-vue=script.js.map +0 -1
  4168. package/js/components/icons/search.vue_rollup-plugin-vue=script.js +0 -4
  4169. package/js/components/icons/search.vue_rollup-plugin-vue=script.js.map +0 -1
  4170. package/js/components/icons/show.vue_rollup-plugin-vue=script.js +0 -4
  4171. package/js/components/icons/show.vue_rollup-plugin-vue=script.js.map +0 -1
  4172. package/js/components/icons/star.vue_rollup-plugin-vue=script.js +0 -4
  4173. package/js/components/icons/star.vue_rollup-plugin-vue=script.js.map +0 -1
  4174. package/js/components/icons/trash-open.vue_rollup-plugin-vue=script.js +0 -4
  4175. package/js/components/icons/trash-open.vue_rollup-plugin-vue=script.js.map +0 -1
  4176. package/js/components/icons/trash.vue_rollup-plugin-vue=script.js +0 -4
  4177. package/js/components/icons/trash.vue_rollup-plugin-vue=script.js.map +0 -1
  4178. package/js/components/icons/trending-tiny.vue_rollup-plugin-vue=script.js +0 -4
  4179. package/js/components/icons/trending-tiny.vue_rollup-plugin-vue=script.js.map +0 -1
  4180. package/js/components/icons/trending.vue_rollup-plugin-vue=script.js +0 -4
  4181. package/js/components/icons/trending.vue_rollup-plugin-vue=script.js.map +0 -1
  4182. package/js/components/icons/user.vue_rollup-plugin-vue=script.js +0 -4
  4183. package/js/components/icons/user.vue_rollup-plugin-vue=script.js.map +0 -1
  4184. package/js/components/items-list.vue_rollup-plugin-vue=script.js +0 -47
  4185. package/js/components/items-list.vue_rollup-plugin-vue=script.js.map +0 -1
  4186. package/js/components/layouts/multi-column-max-width-layout.vue_rollup-plugin-vue=script.js +0 -31
  4187. package/js/components/layouts/multi-column-max-width-layout.vue_rollup-plugin-vue=script.js.map +0 -1
  4188. package/js/components/layouts/single-column-layout.vue_rollup-plugin-vue=script.js +0 -32
  4189. package/js/components/layouts/single-column-layout.vue_rollup-plugin-vue=script.js.map +0 -1
  4190. package/js/components/modals/base-events-modal-close.vue_rollup-plugin-vue=script.js +0 -37
  4191. package/js/components/modals/base-events-modal-close.vue_rollup-plugin-vue=script.js.map +0 -1
  4192. package/js/components/modals/base-events-modal-open.vue_rollup-plugin-vue=script.js +0 -37
  4193. package/js/components/modals/base-events-modal-open.vue_rollup-plugin-vue=script.js.map +0 -1
  4194. package/js/components/modals/base-events-modal.vue_rollup-plugin-vue=script.js +0 -96
  4195. package/js/components/modals/base-events-modal.vue_rollup-plugin-vue=script.js.map +0 -1
  4196. package/js/components/modals/base-id-modal-close.vue_rollup-plugin-vue=script.js +0 -36
  4197. package/js/components/modals/base-id-modal-close.vue_rollup-plugin-vue=script.js.map +0 -1
  4198. package/js/components/modals/base-id-modal-open.vue_rollup-plugin-vue=script.js +0 -36
  4199. package/js/components/modals/base-id-modal-open.vue_rollup-plugin-vue=script.js.map +0 -1
  4200. package/js/components/modals/base-id-modal.vue_rollup-plugin-vue=script.js +0 -85
  4201. package/js/components/modals/base-id-modal.vue_rollup-plugin-vue=script.js.map +0 -1
  4202. package/js/components/modals/base-modal.vue_rollup-plugin-vue=script.js +0 -126
  4203. package/js/components/modals/base-modal.vue_rollup-plugin-vue=script.js.map +0 -1
  4204. package/js/components/panels/base-header-toggle-panel.vue_rollup-plugin-vue=script.js +0 -57
  4205. package/js/components/panels/base-header-toggle-panel.vue_rollup-plugin-vue=script.js.map +0 -1
  4206. package/js/components/panels/base-id-toggle-panel-button.vue_rollup-plugin-vue=script.js +0 -68
  4207. package/js/components/panels/base-id-toggle-panel-button.vue_rollup-plugin-vue=script.js.map +0 -1
  4208. package/js/components/panels/base-id-toggle-panel.vue_rollup-plugin-vue=script.js +0 -85
  4209. package/js/components/panels/base-id-toggle-panel.vue_rollup-plugin-vue=script.js.map +0 -1
  4210. package/js/components/panels/base-toggle-panel.vue_rollup-plugin-vue=script.js +0 -29
  4211. package/js/components/panels/base-toggle-panel.vue_rollup-plugin-vue=script.js.map +0 -1
  4212. package/js/components/result/base-result-add-to-cart.vue_rollup-plugin-vue=script.js +0 -43
  4213. package/js/components/result/base-result-add-to-cart.vue_rollup-plugin-vue=script.js.map +0 -1
  4214. package/js/components/result/base-result-current-price.vue_rollup-plugin-vue=script.js +0 -48
  4215. package/js/components/result/base-result-current-price.vue_rollup-plugin-vue=script.js.map +0 -1
  4216. package/js/components/result/base-result-fallback-image.vue_rollup-plugin-vue=script.js +0 -4
  4217. package/js/components/result/base-result-fallback-image.vue_rollup-plugin-vue=script.js.map +0 -1
  4218. package/js/components/result/base-result-image.vue_rollup-plugin-vue=script.js +0 -148
  4219. package/js/components/result/base-result-image.vue_rollup-plugin-vue=script.js.map +0 -1
  4220. package/js/components/result/base-result-link.vue_rollup-plugin-vue=script.js +0 -64
  4221. package/js/components/result/base-result-link.vue_rollup-plugin-vue=script.js.map +0 -1
  4222. package/js/components/result/base-result-placeholder-image.vue_rollup-plugin-vue=script.js +0 -4
  4223. package/js/components/result/base-result-placeholder-image.vue_rollup-plugin-vue=script.js.map +0 -1
  4224. package/js/components/result/base-result-previous-price.vue_rollup-plugin-vue=script.js +0 -31
  4225. package/js/components/result/base-result-previous-price.vue_rollup-plugin-vue=script.js.map +0 -1
  4226. package/js/components/scroll/base-id-scroll.vue.js +0 -69
  4227. package/js/components/scroll/base-id-scroll.vue.js.map +0 -1
  4228. package/js/components/scroll/base-id-scroll.vue_rollup-plugin-vue=script.js +0 -110
  4229. package/js/components/scroll/base-id-scroll.vue_rollup-plugin-vue=script.js.map +0 -1
  4230. package/js/components/scroll/base-main-scroll.vue.js +0 -39
  4231. package/js/components/scroll/base-main-scroll.vue.js.map +0 -1
  4232. package/js/components/scroll/base-main-scroll.vue_rollup-plugin-vue=script.js +0 -105
  4233. package/js/components/scroll/base-main-scroll.vue_rollup-plugin-vue=script.js.map +0 -1
  4234. package/js/components/scroll/base-scroll-to-top.vue.js +0 -67
  4235. package/js/components/scroll/base-scroll-to-top.vue.js.map +0 -1
  4236. package/js/components/scroll/base-scroll-to-top.vue_rollup-plugin-vue=script.js +0 -179
  4237. package/js/components/scroll/base-scroll-to-top.vue_rollup-plugin-vue=script.js.map +0 -1
  4238. package/js/components/scroll/base-scroll.vue_rollup-plugin-vue=script.js +0 -71
  4239. package/js/components/scroll/base-scroll.vue_rollup-plugin-vue=script.js.map +0 -1
  4240. package/js/components/sliding-panel.vue_rollup-plugin-vue=script.js +0 -146
  4241. package/js/components/sliding-panel.vue_rollup-plugin-vue=script.js.map +0 -1
  4242. package/js/components/staggering-transition-group.vue.js +0 -42
  4243. package/js/components/staggering-transition-group.vue.js.map +0 -1
  4244. package/js/components/staggering-transition-group.vue_rollup-plugin-vue=script.js +0 -353
  4245. package/js/components/staggering-transition-group.vue_rollup-plugin-vue=script.js.map +0 -1
  4246. package/js/components/suggestions/base-suggestion.vue_rollup-plugin-vue=script.js +0 -129
  4247. package/js/components/suggestions/base-suggestion.vue_rollup-plugin-vue=script.js.map +0 -1
  4248. package/js/components/suggestions/base-suggestions.vue_rollup-plugin-vue=script.js +0 -87
  4249. package/js/components/suggestions/base-suggestions.vue_rollup-plugin-vue=script.js.map +0 -1
  4250. package/js/filters/compile-message.filter.js +0 -29
  4251. package/js/filters/compile-message.filter.js.map +0 -1
  4252. package/js/filters/filters.registry.js +0 -9
  4253. package/js/filters/filters.registry.js.map +0 -1
  4254. package/js/utils/object.js +0 -85
  4255. package/js/utils/object.js.map +0 -1
  4256. package/js/wiring/utils/wire-racing-handling.js +0 -108
  4257. package/js/wiring/utils/wire-racing-handling.js.map +0 -1
  4258. package/js/x-modules/device/components/device-detector.vue_rollup-plugin-vue=script.js +0 -141
  4259. package/js/x-modules/device/components/device-detector.vue_rollup-plugin-vue=script.js.map +0 -1
  4260. package/js/x-modules/empathize/components/empathize.vue_rollup-plugin-vue=script.js +0 -107
  4261. package/js/x-modules/empathize/components/empathize.vue_rollup-plugin-vue=script.js.map +0 -1
  4262. package/js/x-modules/extra-params/components/extra-params.vue_rollup-plugin-vue=script.js +0 -149
  4263. package/js/x-modules/extra-params/components/extra-params.vue_rollup-plugin-vue=script.js.map +0 -1
  4264. package/js/x-modules/extra-params/components/renderless-extra-param.vue_rollup-plugin-vue=script.js +0 -166
  4265. package/js/x-modules/extra-params/components/renderless-extra-param.vue_rollup-plugin-vue=script.js.map +0 -1
  4266. package/js/x-modules/extra-params/components/snippet-config-extra-params.vue_rollup-plugin-vue=script.js +0 -180
  4267. package/js/x-modules/extra-params/components/snippet-config-extra-params.vue_rollup-plugin-vue=script.js.map +0 -1
  4268. package/js/x-modules/facets/components/clear-filters.vue_rollup-plugin-vue=script.js +0 -229
  4269. package/js/x-modules/facets/components/clear-filters.vue_rollup-plugin-vue=script.js.map +0 -1
  4270. package/js/x-modules/facets/components/facets/facets-provider.vue_rollup-plugin-vue=script.js +0 -215
  4271. package/js/x-modules/facets/components/facets/facets-provider.vue_rollup-plugin-vue=script.js.map +0 -1
  4272. package/js/x-modules/facets/components/facets/facets.vue_rollup-plugin-vue=script.js +0 -124
  4273. package/js/x-modules/facets/components/facets/facets.vue_rollup-plugin-vue=script.js.map +0 -1
  4274. package/js/x-modules/facets/components/filters/all-filter.vue_rollup-plugin-vue=script.js +0 -190
  4275. package/js/x-modules/facets/components/filters/all-filter.vue_rollup-plugin-vue=script.js.map +0 -1
  4276. package/js/x-modules/facets/components/filters/base-filter.vue.js +0 -70
  4277. package/js/x-modules/facets/components/filters/base-filter.vue.js.map +0 -1
  4278. package/js/x-modules/facets/components/filters/base-filter.vue_rollup-plugin-vue=script.js +0 -182
  4279. package/js/x-modules/facets/components/filters/base-filter.vue_rollup-plugin-vue=script.js.map +0 -1
  4280. package/js/x-modules/facets/components/filters/editable-number-range-filter.vue_rollup-plugin-vue=script.js +0 -210
  4281. package/js/x-modules/facets/components/filters/editable-number-range-filter.vue_rollup-plugin-vue=script.js.map +0 -1
  4282. package/js/x-modules/facets/components/filters/hierarchical-filter.vue_rollup-plugin-vue=script.js +0 -218
  4283. package/js/x-modules/facets/components/filters/hierarchical-filter.vue_rollup-plugin-vue=script.js.map +0 -1
  4284. package/js/x-modules/facets/components/filters/number-range-filter.vue_rollup-plugin-vue=script.js +0 -167
  4285. package/js/x-modules/facets/components/filters/number-range-filter.vue_rollup-plugin-vue=script.js.map +0 -1
  4286. package/js/x-modules/facets/components/filters/renderless-filter.vue_rollup-plugin-vue=script.js +0 -210
  4287. package/js/x-modules/facets/components/filters/renderless-filter.vue_rollup-plugin-vue=script.js.map +0 -1
  4288. package/js/x-modules/facets/components/filters/simple-filter.vue_rollup-plugin-vue=script.js +0 -168
  4289. package/js/x-modules/facets/components/filters/simple-filter.vue_rollup-plugin-vue=script.js.map +0 -1
  4290. package/js/x-modules/facets/components/lists/exclude-filters-with-no-results.vue_rollup-plugin-vue=script.js +0 -158
  4291. package/js/x-modules/facets/components/lists/exclude-filters-with-no-results.vue_rollup-plugin-vue=script.js.map +0 -1
  4292. package/js/x-modules/facets/components/lists/filters-list.vue_rollup-plugin-vue=script.js +0 -181
  4293. package/js/x-modules/facets/components/lists/filters-list.vue_rollup-plugin-vue=script.js.map +0 -1
  4294. package/js/x-modules/facets/components/lists/filters-search.vue_rollup-plugin-vue=script.js +0 -203
  4295. package/js/x-modules/facets/components/lists/filters-search.vue_rollup-plugin-vue=script.js.map +0 -1
  4296. package/js/x-modules/facets/components/lists/selected-filters-list.vue_rollup-plugin-vue=script.js +0 -59
  4297. package/js/x-modules/facets/components/lists/selected-filters-list.vue_rollup-plugin-vue=script.js.map +0 -1
  4298. package/js/x-modules/facets/components/lists/selected-filters.vue_rollup-plugin-vue=script.js +0 -185
  4299. package/js/x-modules/facets/components/lists/selected-filters.vue_rollup-plugin-vue=script.js.map +0 -1
  4300. package/js/x-modules/facets/components/lists/sliced-filters.vue_rollup-plugin-vue=script.js +0 -208
  4301. package/js/x-modules/facets/components/lists/sliced-filters.vue_rollup-plugin-vue=script.js.map +0 -1
  4302. package/js/x-modules/facets/components/lists/sorted-filters.vue_rollup-plugin-vue=script.js +0 -175
  4303. package/js/x-modules/facets/components/lists/sorted-filters.vue_rollup-plugin-vue=script.js.map +0 -1
  4304. package/js/x-modules/history-queries/components/clear-history-queries.vue_rollup-plugin-vue=script.js +0 -72
  4305. package/js/x-modules/history-queries/components/clear-history-queries.vue_rollup-plugin-vue=script.js.map +0 -1
  4306. package/js/x-modules/history-queries/components/history-queries.vue_rollup-plugin-vue=script.js +0 -45
  4307. package/js/x-modules/history-queries/components/history-queries.vue_rollup-plugin-vue=script.js.map +0 -1
  4308. package/js/x-modules/history-queries/components/history-query.vue_rollup-plugin-vue=script.js +0 -53
  4309. package/js/x-modules/history-queries/components/history-query.vue_rollup-plugin-vue=script.js.map +0 -1
  4310. package/js/x-modules/history-queries/components/remove-history-query.vue_rollup-plugin-vue=script.js +0 -49
  4311. package/js/x-modules/history-queries/components/remove-history-query.vue_rollup-plugin-vue=script.js.map +0 -1
  4312. package/js/x-modules/identifier-results/components/identifier-result.vue_rollup-plugin-vue=script.js +0 -54
  4313. package/js/x-modules/identifier-results/components/identifier-result.vue_rollup-plugin-vue=script.js.map +0 -1
  4314. package/js/x-modules/identifier-results/components/identifier-results.vue_rollup-plugin-vue=script.js +0 -35
  4315. package/js/x-modules/identifier-results/components/identifier-results.vue_rollup-plugin-vue=script.js.map +0 -1
  4316. package/js/x-modules/identifier-results/store/actions/set-url-params.action.js +0 -17
  4317. package/js/x-modules/identifier-results/store/actions/set-url-params.action.js.map +0 -1
  4318. package/js/x-modules/next-queries/components/next-queries-list.vue_rollup-plugin-vue=script.js +0 -101
  4319. package/js/x-modules/next-queries/components/next-queries-list.vue_rollup-plugin-vue=script.js.map +0 -1
  4320. package/js/x-modules/next-queries/components/next-queries.vue_rollup-plugin-vue=script.js +0 -43
  4321. package/js/x-modules/next-queries/components/next-queries.vue_rollup-plugin-vue=script.js.map +0 -1
  4322. package/js/x-modules/next-queries/components/next-query.vue_rollup-plugin-vue=script.js +0 -48
  4323. package/js/x-modules/next-queries/components/next-query.vue_rollup-plugin-vue=script.js.map +0 -1
  4324. package/js/x-modules/popular-searches/components/popular-search.vue_rollup-plugin-vue=script.js +0 -48
  4325. package/js/x-modules/popular-searches/components/popular-search.vue_rollup-plugin-vue=script.js.map +0 -1
  4326. package/js/x-modules/popular-searches/components/popular-searches.vue_rollup-plugin-vue=script.js +0 -42
  4327. package/js/x-modules/popular-searches/components/popular-searches.vue_rollup-plugin-vue=script.js.map +0 -1
  4328. package/js/x-modules/query-suggestions/components/query-suggestion.vue_rollup-plugin-vue=script.js +0 -46
  4329. package/js/x-modules/query-suggestions/components/query-suggestion.vue_rollup-plugin-vue=script.js.map +0 -1
  4330. package/js/x-modules/query-suggestions/components/query-suggestions.vue_rollup-plugin-vue=script.js +0 -41
  4331. package/js/x-modules/query-suggestions/components/query-suggestions.vue_rollup-plugin-vue=script.js.map +0 -1
  4332. package/js/x-modules/recommendations/components/recommendations.vue_rollup-plugin-vue=script.js +0 -71
  4333. package/js/x-modules/recommendations/components/recommendations.vue_rollup-plugin-vue=script.js.map +0 -1
  4334. package/js/x-modules/related-tags/components/related-tag.vue_rollup-plugin-vue=script.js +0 -90
  4335. package/js/x-modules/related-tags/components/related-tag.vue_rollup-plugin-vue=script.js.map +0 -1
  4336. package/js/x-modules/related-tags/components/related-tags.vue_rollup-plugin-vue=script.js +0 -49
  4337. package/js/x-modules/related-tags/components/related-tags.vue_rollup-plugin-vue=script.js.map +0 -1
  4338. package/js/x-modules/search/components/banner.vue_rollup-plugin-vue=script.js +0 -32
  4339. package/js/x-modules/search/components/banner.vue_rollup-plugin-vue=script.js.map +0 -1
  4340. package/js/x-modules/search/components/banners-list.vue_rollup-plugin-vue=script.js +0 -64
  4341. package/js/x-modules/search/components/banners-list.vue_rollup-plugin-vue=script.js.map +0 -1
  4342. package/js/x-modules/search/components/partial-query-button.vue_rollup-plugin-vue=script.js +0 -154
  4343. package/js/x-modules/search/components/partial-query-button.vue_rollup-plugin-vue=script.js.map +0 -1
  4344. package/js/x-modules/search/components/partial-results-list.vue_rollup-plugin-vue=script.js +0 -51
  4345. package/js/x-modules/search/components/partial-results-list.vue_rollup-plugin-vue=script.js.map +0 -1
  4346. package/js/x-modules/search/components/promoted.vue_rollup-plugin-vue=script.js +0 -31
  4347. package/js/x-modules/search/components/promoted.vue_rollup-plugin-vue=script.js.map +0 -1
  4348. package/js/x-modules/search/components/promoteds-list.vue_rollup-plugin-vue=script.js +0 -64
  4349. package/js/x-modules/search/components/promoteds-list.vue_rollup-plugin-vue=script.js.map +0 -1
  4350. package/js/x-modules/search/components/redirection.vue_rollup-plugin-vue=script.js +0 -108
  4351. package/js/x-modules/search/components/redirection.vue_rollup-plugin-vue=script.js.map +0 -1
  4352. package/js/x-modules/search/components/results-list.vue_rollup-plugin-vue=script.js +0 -56
  4353. package/js/x-modules/search/components/results-list.vue_rollup-plugin-vue=script.js.map +0 -1
  4354. package/js/x-modules/search/components/sort-dropdown.vue_rollup-plugin-vue=script.js +0 -48
  4355. package/js/x-modules/search/components/sort-dropdown.vue_rollup-plugin-vue=script.js.map +0 -1
  4356. package/js/x-modules/search/components/sort-list.vue_rollup-plugin-vue=script.js +0 -165
  4357. package/js/x-modules/search/components/sort-list.vue_rollup-plugin-vue=script.js.map +0 -1
  4358. package/js/x-modules/search/components/spellcheck-button.vue_rollup-plugin-vue=script.js +0 -154
  4359. package/js/x-modules/search/components/spellcheck-button.vue_rollup-plugin-vue=script.js.map +0 -1
  4360. package/js/x-modules/search/components/spellcheck.vue_rollup-plugin-vue=script.js +0 -142
  4361. package/js/x-modules/search/components/spellcheck.vue_rollup-plugin-vue=script.js.map +0 -1
  4362. package/js/x-modules/search-box/components/clear-search-input.vue_rollup-plugin-vue=script.js +0 -63
  4363. package/js/x-modules/search-box/components/clear-search-input.vue_rollup-plugin-vue=script.js.map +0 -1
  4364. package/js/x-modules/search-box/components/search-button.vue_rollup-plugin-vue=script.js +0 -65
  4365. package/js/x-modules/search-box/components/search-button.vue_rollup-plugin-vue=script.js.map +0 -1
  4366. package/js/x-modules/search-box/components/search-input.vue_rollup-plugin-vue=script.js +0 -188
  4367. package/js/x-modules/search-box/components/search-input.vue_rollup-plugin-vue=script.js.map +0 -1
  4368. package/js/x-modules/url/components/url-handler.vue_rollup-plugin-vue=script.js +0 -243
  4369. package/js/x-modules/url/components/url-handler.vue_rollup-plugin-vue=script.js.map +0 -1
  4370. package/report/x-adapter.api.json +0 -23505
  4371. package/types/adapter/mocked-adapter.d.ts +0 -18
  4372. package/types/adapter/mocked-adapter.d.ts.map +0 -1
  4373. package/types/adapter/real-adapter.d.ts +0 -2
  4374. package/types/adapter/real-adapter.d.ts.map +0 -1
  4375. package/types/adapter/util.d.ts +0 -12
  4376. package/types/adapter/util.d.ts.map +0 -1
  4377. package/types/components/animations/collapse-from-top.vue.d.ts +0 -10
  4378. package/types/components/animations/collapse-from-top.vue.d.ts.map +0 -1
  4379. package/types/components/animations/translate-from-left.vue.d.ts +0 -10
  4380. package/types/components/animations/translate-from-left.vue.d.ts.map +0 -1
  4381. package/types/components/animations/translate-from-right.vue.d.ts +0 -10
  4382. package/types/components/animations/translate-from-right.vue.d.ts.map +0 -1
  4383. package/types/components/icons/arrow.vue.d.ts +0 -3
  4384. package/types/components/icons/arrow.vue.d.ts.map +0 -1
  4385. package/types/components/scroll/base-id-scroll.vue.d.ts +0 -95
  4386. package/types/components/scroll/base-id-scroll.vue.d.ts.map +0 -1
  4387. package/types/components/scroll/base-main-scroll.vue.d.ts +0 -78
  4388. package/types/components/scroll/base-main-scroll.vue.d.ts.map +0 -1
  4389. package/types/components/scroll/base-scroll-to-top.vue.d.ts +0 -119
  4390. package/types/components/scroll/base-scroll-to-top.vue.d.ts.map +0 -1
  4391. package/types/components/staggering-transition-group.vue.d.ts +0 -273
  4392. package/types/components/staggering-transition-group.vue.d.ts.map +0 -1
  4393. package/types/components/x-component.types.d.ts +0 -19
  4394. package/types/components/x-component.types.d.ts.map +0 -1
  4395. package/types/filters/compile-message.filter.d.ts +0 -11
  4396. package/types/filters/compile-message.filter.d.ts.map +0 -1
  4397. package/types/filters/filters.registry.d.ts +0 -7
  4398. package/types/filters/filters.registry.d.ts.map +0 -1
  4399. package/types/filters/index.d.ts +0 -2
  4400. package/types/filters/index.d.ts.map +0 -1
  4401. package/types/types/query-origin.d.ts +0 -7
  4402. package/types/types/query-origin.d.ts.map +0 -1
  4403. package/types/utils/object.d.ts +0 -49
  4404. package/types/utils/object.d.ts.map +0 -1
  4405. package/types/wiring/utils/wire-racing-handling.d.ts +0 -27
  4406. package/types/wiring/utils/wire-racing-handling.d.ts.map +0 -1
  4407. package/types/x-modules/facets/components/filters/base-filter.vue.d.ts +0 -39
  4408. package/types/x-modules/facets/components/filters/base-filter.vue.d.ts.map +0 -1
  4409. package/types/x-modules/identifier-results/store/actions/set-url-params.action.d.ts +0 -12
  4410. package/types/x-modules/identifier-results/store/actions/set-url-params.action.d.ts.map +0 -1
package/CHANGELOG.md CHANGED
@@ -1,8 +1,3181 @@
1
1
  # Change Log
2
2
 
3
+ All notable changes to this project will be documented in this file.
4
+ See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
+
6
+ ## [3.0.0-alpha.281](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.280...@empathyco/x-components@3.0.0-alpha.281) (2023-01-16)
7
+
8
+
9
+ ### Features
10
+
11
+ * **history-queries:** add dynamic classes to the remove history query button (#1007) ([b5623d1](https://github.com/empathyco/x/commit/b5623d1c6f7f2709251164c6055b616218163c6f)), closes [EX-7833](https://searchbroker.atlassian.net/browse/EX-7833)
12
+
13
+
14
+
15
+ # Change Log
16
+
17
+ All notable changes to this project will be documented in this file. See
18
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
19
+
20
+ ## [3.0.0-alpha.280](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.279...@empathyco/x-components@3.0.0-alpha.280) (2023-01-13)
21
+
22
+ **Note:** Version bump only for package @empathyco/x-components
23
+
24
+ # Change Log
25
+
26
+ All notable changes to this project will be documented in this file. See
27
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
28
+
29
+ ## [3.0.0-alpha.279](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.278...@empathyco/x-components@3.0.0-alpha.279) (2023-01-13)
30
+
31
+ **Note:** Version bump only for package @empathyco/x-components
32
+
33
+ # Change Log
34
+
35
+ All notable changes to this project will be documented in this file. See
36
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
37
+
38
+ ## [3.0.0-alpha.278](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.277...@empathyco/x-components@3.0.0-alpha.278) (2023-01-13)
39
+
40
+ ### Build System
41
+
42
+ - **deps:** update dependencies (#1004)
43
+ ([7343506](https://github.com/empathyco/x/commit/73435063e97648ed5bb87600bb7cfbb5eb64b70c))
44
+
45
+ ## [3.0.0-alpha.277](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.276...@empathyco/x-components@3.0.0-alpha.277) (2023-01-12)
46
+
47
+ ### Documentation
48
+
49
+ - assets migration (#995)
50
+ ([04678f1](https://github.com/empathyco/x/commit/04678f104a9e9383af7284d349f26e6c0f5454df))
51
+
52
+ ## [3.0.0-alpha.276](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.275...@empathyco/x-components@3.0.0-alpha.276) (2023-01-11)
53
+
54
+ **Note:** Version bump only for package @empathyco/x-components
55
+
56
+ ## [3.0.0-alpha.275](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.274...@empathyco/x-components@3.0.0-alpha.275) (2023-01-10)
57
+
58
+ **Note:** Version bump only for package @empathyco/x-components
59
+
60
+ ## [3.0.0-alpha.274](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.273...@empathyco/x-components@3.0.0-alpha.274) (2023-01-09)
61
+
62
+ ### Features
63
+
64
+ - **history-queries:** expose `historyQueriesWithResults` in the alias API (#991)
65
+ ([90c17f5](https://github.com/empathyco/x/commit/90c17f54a1bc1a4c613d06e64dd630f9e1efca61)),
66
+ closes [EX-7476](https://searchbroker.atlassian.net/browse/EX-7476)
67
+
68
+ ## [3.0.0-alpha.273](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.272...@empathyco/x-components@3.0.0-alpha.273) (2023-01-09)
69
+
70
+ ### ⚠ BREAKING CHANGES
71
+
72
+ - **design-system:** suggestion and suggestion group styles are now deprecated. To continue using
73
+ them import from `deprecated-full-theme.css`.
74
+
75
+ ### Features
76
+
77
+ - **design-system:** deprecate old suggestion and suggestion group styles (#975)
78
+ ([69d8bc5](https://github.com/empathyco/x/commit/69d8bc59ce43660b3295dcafa9283598d1143336)),
79
+ closes [EX-7725](https://searchbroker.atlassian.net/browse/EX-7725)
80
+
81
+ # Change Log
82
+
83
+ All notable changes to this project will be documented in this file. See
84
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
85
+
86
+ ## [3.0.0-alpha.272](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.271...@empathyco/x-components@3.0.0-alpha.272) (2023-01-09)
87
+
88
+ ### Features
89
+
90
+ - **design-system:** deprecate old typography styles (#973)
91
+ ([15d6d64](https://github.com/empathyco/x/commit/15d6d64c18fe28664e873802fe34073158c30648)),
92
+ closes [EX-7726](https://searchbroker.atlassian.net/browse/EX-7726)
93
+
94
+ # Change Log
95
+
96
+ All notable changes to this project will be documented in this file. See
97
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
98
+
99
+ ## [3.0.0-alpha.271](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.270...@empathyco/x-components@3.0.0-alpha.271) (2023-01-06)
100
+
101
+ ### Build System
102
+
103
+ - **deps:** update dependencies
104
+ ([491f9c5](https://github.com/empathyco/x/commit/491f9c5a27cf5eaa4dc3f31c97ea514bb8f3515b))
105
+
106
+ # Change Log
107
+
108
+ All notable changes to this project will be documented in this file. See
109
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
110
+
111
+ ## [3.0.0-alpha.270](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.269...@empathyco/x-components@3.0.0-alpha.270) (2023-01-04)
112
+
113
+ ### Features
114
+
115
+ - rename `search-types` to `x-types` (#928)
116
+ ([1ac0008](https://github.com/empathyco/x/commit/1ac00084a4f46f453741c6b04a7c18e88c637cee))
117
+
118
+ # Change Log
119
+
120
+ All notable changes to this project will be documented in this file. See
121
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
122
+
123
+ ## [3.0.0-alpha.269](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.268...@empathyco/x-components@3.0.0-alpha.269) (2023-01-04)
124
+
125
+ ### Features
126
+
127
+ - add view to test base-result-link accessibility (#972)
128
+ ([21d185a](https://github.com/empathyco/x/commit/21d185a8a107f95be4436dabfbeffe83bc7dcd62))
129
+
130
+ # Change Log
131
+
132
+ All notable changes to this project will be documented in this file. See
133
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
134
+
135
+ ## [3.0.0-alpha.268](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.267...@empathyco/x-components@3.0.0-alpha.268) (2023-01-03)
136
+
137
+ ### Build System
138
+
139
+ - **deps:** update `vue` to version `2.7` (#971)
140
+ ([09fb0fe](https://github.com/empathyco/x/commit/09fb0fe5dbef020565571a4fafc89d2aac544c8e)),
141
+ closes [EX-7730](https://searchbroker.atlassian.net/browse/EX-7730)
142
+
143
+ ## [3.0.0-alpha.267](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.266...@empathyco/x-components@3.0.0-alpha.267) (2023-01-03)
144
+
145
+ **Note:** Version bump only for package @empathyco/x-components
146
+
147
+ # Change Log
148
+
149
+ All notable changes to this project will be documented in this file. See
150
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
151
+
152
+ ## [3.0.0-alpha.266](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.265...@empathyco/x-components@3.0.0-alpha.266) (2023-01-02)
153
+
154
+ ### Continuous Integration
155
+
156
+ - make Cypress cache depend on package. Make eslint cache restore last version if no exact match.
157
+ ([2498972](https://github.com/empathyco/x/commit/24989726d8e5c6c3450b344fbbc623a3f7246b53)),
158
+ closes [EX-7721](https://searchbroker.atlassian.net/browse/EX-7721)
159
+
160
+ # Change Log
161
+
162
+ All notable changes to this project will be documented in this file. See
163
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
164
+
165
+ ## [3.0.0-alpha.265](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.264...@empathyco/x-components@3.0.0-alpha.265) (2022-12-30)
166
+
167
+ ### Testing
168
+
169
+ - **e2e:** update `cypress` to version `12.1.0` and replace `cypress-cucumber-preprocessor` with
170
+ `@badeball/cypress-cucumber-preprocessor` (#747)
171
+ ([2adb2cd](https://github.com/empathyco/x/commit/2adb2cd03591c37934fb385b120822ef271c359f))
172
+
173
+ ## [3.0.0-alpha.264](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.263...@empathyco/x-components@3.0.0-alpha.264) (2022-12-30)
174
+
175
+ **Note:** Version bump only for package @empathyco/x-components
176
+
177
+ ## [3.0.0-alpha.263](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.262...@empathyco/x-components@3.0.0-alpha.263) (2022-12-30)
178
+
179
+ ### Features
180
+
181
+ - **design-system:** Add suggestion group component (#943)
182
+ ([4bac818](https://github.com/empathyco/x/commit/4bac8183a29ec17a99a90edeae55ba3d4301b626)),
183
+ closes [EX-7496](https://searchbroker.atlassian.net/browse/EX-7496)
184
+
185
+ # Change Log
186
+
187
+ All notable changes to this project will be documented in this file. See
188
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
189
+
190
+ ## [3.0.0-alpha.262](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.261...@empathyco/x-components@3.0.0-alpha.262) (2022-12-29)
191
+
192
+ **Note:** Version bump only for package @empathyco/x-components
193
+
194
+ ## [3.0.0-alpha.261](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.260...@empathyco/x-components@3.0.0-alpha.261) (2022-12-29)
195
+
196
+ ### Bug Fixes
197
+
198
+ - **build:** use the default `vue-cli` `webpack` configuration in `rollup-plugin-vue` (#961)
199
+ ([f9a9238](https://github.com/empathyco/x/commit/f9a9238cf4a05a6a35129336f318c9440cb6732d)),
200
+ closes [EX-7706](https://searchbroker.atlassian.net/browse/EX-7706)
201
+
202
+ ## [3.0.0-alpha.260](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.259...@empathyco/x-components@3.0.0-alpha.260) (2022-12-26)
203
+
204
+ ### Documentation
205
+
206
+ - fix typo in UrlHandler docs (#959)
207
+ ([75e4bbe](https://github.com/empathyco/x/commit/75e4bbe47d4298fccb5d26f6145ac3d203d64b2e))
208
+
209
+ ## [3.0.0-alpha.259](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.258...@empathyco/x-components@3.0.0-alpha.259) (2022-12-26)
210
+
211
+ ### Features
212
+
213
+ - modify base-events-modal-close and base-events-modal-open for WCAG compliance (#946)
214
+ ([1f5abdf](https://github.com/empathyco/x/commit/1f5abdf36c6eec18b73f13a78be4c7616016d6fd)),
215
+ closes [EX-7669](https://searchbroker.atlassian.net/browse/EX-7669)
216
+
217
+ # Change Log
218
+
219
+ All notable changes to this project will be documented in this file. See
220
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
221
+
222
+ ## [3.0.0-alpha.258](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.257...@empathyco/x-components@3.0.0-alpha.258) (2022-12-26)
223
+
224
+ **Note:** Version bump only for package @empathyco/x-components
225
+
226
+ # Change Log
227
+
228
+ All notable changes to this project will be documented in this file. See
229
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
230
+
231
+ ## [3.0.0-alpha.257](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.256...@empathyco/x-components@3.0.0-alpha.257) (2022-12-23)
232
+
233
+ **Note:** Version bump only for package @empathyco/x-components
234
+
235
+ # Change Log
236
+
237
+ All notable changes to this project will be documented in this file. See
238
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
239
+
240
+ ## [3.0.0-alpha.256](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.255...@empathyco/x-components@3.0.0-alpha.256) (2022-12-22)
241
+
242
+ ### Bug Fixes
243
+
244
+ - **components:** image flickering on re-rendering (#945)
245
+ ([3b1b558](https://github.com/empathyco/x/commit/3b1b55857ac1c5169a771c465fa32fb4313ab63c)),
246
+ closes [EX-7610](https://searchbroker.atlassian.net/browse/EX-7610)
247
+
248
+ # Change Log
249
+
250
+ All notable changes to this project will be documented in this file. See
251
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
252
+
253
+ ## [3.0.0-alpha.255](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.254...@empathyco/x-components@3.0.0-alpha.255) (2022-12-22)
254
+
255
+ **Note:** Version bump only for package @empathyco/x-components
256
+
257
+ # Change Log
258
+
259
+ All notable changes to this project will be documented in this file. See
260
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
261
+
262
+ ## [3.0.0-alpha.254](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.253...@empathyco/x-components@3.0.0-alpha.254) (2022-12-20)
263
+
264
+ ### ⚠ BREAKING CHANGES
265
+
266
+ - Rename `NextQueryPreviewMounted` to `NextQueryPreviewMountedHook` and `QueryPreviewRemoved` to
267
+ `QueryPreviewUnmountedHook`
268
+
269
+ ### Features
270
+
271
+ - Rename lifecycle hook events (#939)
272
+ ([e626b89](https://github.com/empathyco/x/commit/e626b899849b6742e0bce57d86a8ff89718817bf)),
273
+ closes [EX-7580](https://searchbroker.atlassian.net/browse/EX-7580)
274
+ - **scroll:** capture listeners in MainScrollItem component (#942)
275
+ ([2719a3d](https://github.com/empathyco/x/commit/2719a3dd6c1408f9413ecbee4ebf3c46bf24eea2))
276
+
277
+ # Change Log
278
+
279
+ All notable changes to this project will be documented in this file. See
280
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
281
+
282
+ ## [3.0.0-alpha.253](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.252...@empathyco/x-components@3.0.0-alpha.253) (2022-12-19)
283
+
284
+ **Note:** Version bump only for package @empathyco/x-components
285
+
286
+ # Change Log
287
+
288
+ All notable changes to this project will be documented in this file. See
289
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
290
+
291
+ ## [3.0.0-alpha.252](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.251...@empathyco/x-components@3.0.0-alpha.252) (2022-12-16)
292
+
293
+ **Note:** Version bump only for package @empathyco/x-components
294
+
295
+ ## [3.0.0-alpha.251](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.250...@empathyco/x-components@3.0.0-alpha.251) (2022-12-15)
296
+
297
+ ### Documentation
298
+
299
+ - use new docs video reference component (#923)
300
+ ([c1f2bff](https://github.com/empathyco/x/commit/c1f2bffa684c10149c97b4d746fecbe4519fa126))
301
+
302
+ ## [3.0.0-alpha.250](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.249...@empathyco/x-components@3.0.0-alpha.250) (2022-12-15)
303
+
304
+ ### Continuous Integration
305
+
306
+ - use matrix steps and jest projects (#919)
307
+ ([dec53f5](https://github.com/empathyco/x/commit/dec53f5da572a4a5f3c8519222c1ed94ed981967))
308
+
309
+ ## [3.0.0-alpha.249](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.248...@empathyco/x-components@3.0.0-alpha.249) (2022-12-14)
310
+
311
+ ### Features
312
+
313
+ - **recommendations:** emit `RecommendationsChanged` (#922)
314
+ ([11119c3](https://github.com/empathyco/x/commit/11119c353bb26ac5dc3fdd774a513b68a1098771))
315
+
316
+ ## [3.0.0-alpha.248](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.247...@empathyco/x-components@3.0.0-alpha.248) (2022-12-12)
317
+
318
+ ### Bug Fixes
319
+
320
+ - remove warning when the event is not defined (#918)
321
+ ([7f70e25](https://github.com/empathyco/x/commit/7f70e257bae41ba34f72c1c580c79862448faea9)),
322
+ closes [EX-7617](https://searchbroker.atlassian.net/browse/EX-7617)
323
+
324
+ # Change Log
325
+
326
+ All notable changes to this project will be documented in this file. See
327
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
328
+
329
+ ## [3.0.0-alpha.247](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.246...@empathyco/x-components@3.0.0-alpha.247) (2022-12-09)
330
+
331
+ **Note:** Version bump only for package @empathyco/x-components
332
+
333
+ # Change Log
334
+
335
+ All notable changes to this project will be documented in this file. See
336
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
337
+
338
+ ## [3.0.0-alpha.246](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.245...@empathyco/x-components@3.0.0-alpha.246) (2022-12-09)
339
+
340
+ ### Build System
341
+
342
+ - **deps:** update dependencies (#908)
343
+ ([840da52](https://github.com/empathyco/x/commit/840da52dec32e04cf2b402cca2646b49c839e6e8))
344
+
345
+ ### Code Refactoring
346
+
347
+ - **plugin:** Rename `inputStatus` to `searchBoxStatus` in Alias API. (#913)
348
+ ([5cb837e](https://github.com/empathyco/x/commit/5cb837ed57db3fb5543a7f8e82d9beea0088cdd9)),
349
+ closes [EX-7597](https://searchbroker.atlassian.net/browse/EX-7597)
350
+
351
+ # Change Log
352
+
353
+ All notable changes to this project will be documented in this file. See
354
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
355
+
356
+ ## [3.0.0-alpha.245](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.244...@empathyco/x-components@3.0.0-alpha.245) (2022-12-09)
357
+
358
+ ### Features
359
+
360
+ - **search-box:** add input status handling(#903)
361
+ ([c74b8fb](https://github.com/empathyco/x/commit/c74b8fbc9734541774c535792466333b78197146)),
362
+ closes [EX-6474](https://searchbroker.atlassian.net/browse/EX-6474)
363
+
364
+ # Change Log
365
+
366
+ All notable changes to this project will be documented in this file. See
367
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
368
+
369
+ ## [3.0.0-alpha.244](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.243...@empathyco/x-components@3.0.0-alpha.244) (2022-12-08)
370
+
371
+ ### ⚠ BREAKING CHANGES
372
+
373
+ - Removes `queryHTML` slot scope prop from `BaseSuggestion`, `PopularSearch` `QuerySuggestion` and
374
+ `HistoryQuery`. Use the new `Highlight` component instead.
375
+
376
+ ### Features
377
+
378
+ - **components:** Use `Highlight` component inside suggestion components.(#894)
379
+ ([ceb9c0c](https://github.com/empathyco/x/commit/ceb9c0c729d9a7a3b8a983e5b23912d561f2bd4d)),
380
+ closes [EX-7469](https://searchbroker.atlassian.net/browse/EX-7469)
381
+
382
+ # Change Log
383
+
384
+ All notable changes to this project will be documented in this file. See
385
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
386
+
387
+ ## [3.0.0-alpha.243](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.242...@empathyco/x-components@3.0.0-alpha.243) (2022-12-08)
388
+
389
+ ### Testing
390
+
391
+ - **e2e:** make `HistoryQueries` test wait for no results (#906)
392
+ ([82cc3dd](https://github.com/empathyco/x/commit/82cc3ddc0f1339fbff6c04e2eff7dfbf24598672)),
393
+ closes [EX-7591](https://searchbroker.atlassian.net/browse/EX-7591)
394
+
395
+ # Change Log
396
+
397
+ All notable changes to this project will be documented in this file. See
398
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
399
+
400
+ ## [3.0.0-alpha.242](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.241...@empathyco/x-components@3.0.0-alpha.242) (2022-12-07)
401
+
402
+ ### ⚠ BREAKING CHANGES
403
+
404
+ - the event `SearchResponseProvided` was renamed to `SearchResponseChanged`
405
+
406
+ ### Code Refactoring
407
+
408
+ - Simplify suggestions list slots. (#893)
409
+ ([fc4ccb9](https://github.com/empathyco/x/commit/fc4ccb97a91b4c2ff7dfd0d7aed9747d7841b4ed)),
410
+ closes [EX-7469](https://searchbroker.atlassian.net/browse/EX-7469)
411
+
412
+ # Change Log
413
+
414
+ All notable changes to this project will be documented in this file. See
415
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
416
+
417
+ ## [3.0.0-alpha.241](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.240...@empathyco/x-components@3.0.0-alpha.241) (2022-12-06)
418
+
419
+ **Note:** Version bump only for package @empathyco/x-components
420
+
421
+ # Change Log
422
+
423
+ All notable changes to this project will be documented in this file. See
424
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
425
+
426
+ ## [3.0.0-alpha.240](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.239...@empathyco/x-components@3.0.0-alpha.240) (2022-12-02)
427
+
428
+ ### Features
429
+
430
+ - **history-queries:** Hide history queries with no results (#865)
431
+ ([58f155d](https://github.com/empathyco/x/commit/58f155d2eefe1676646d320c9f310ad1d28aab5e))
432
+
433
+ # Change Log
434
+
435
+ All notable changes to this project will be documented in this file. See
436
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
437
+
438
+ ## [3.0.0-alpha.239](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.238...@empathyco/x-components@3.0.0-alpha.239) (2022-12-01)
439
+
440
+ **Note:** Version bump only for package @empathyco/x-components
441
+
442
+ # Change Log
443
+
444
+ All notable changes to this project will be documented in this file. See
445
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
446
+
447
+ ## [3.0.0-alpha.238](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.237...@empathyco/x-components@3.0.0-alpha.238) (2022-12-01)
448
+
449
+ ### Features
450
+
451
+ - **components:** add `getTargetElement` util to retrieve the `event.target` (#870)
452
+ ([8be7beb](https://github.com/empathyco/x/commit/8be7beba25a5a90b142fbb1a905d41503befc92c))
453
+
454
+ ### Bug Fixes
455
+
456
+ - **components:** reset`BaseResultImage` images state when `result` `prop` changes (#888)
457
+ ([a783ace](https://github.com/empathyco/x/commit/a783ace74929db22b7ed087b0eb19481078a35f5))
458
+
459
+ # Change Log
460
+
461
+ All notable changes to this project will be documented in this file. See
462
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
463
+
464
+ ## [3.0.0-alpha.237](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.236...@empathyco/x-components@3.0.0-alpha.237) (2022-12-01)
465
+
466
+ ### Features
467
+
468
+ - **recommendations:** add `updateRecommendation` mutation (#891)
469
+ ([0e9ceec](https://github.com/empathyco/x/commit/0e9ceec145458a55ccbe4abf8e7b49f64d1717ae))
470
+
471
+ # Change Log
472
+
473
+ All notable changes to this project will be documented in this file. See
474
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
475
+
476
+ ## [3.0.0-alpha.236](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.235...@empathyco/x-components@3.0.0-alpha.236) (2022-11-29)
477
+
478
+ ### Features
479
+
480
+ - **tabs-panel:** add base tabs panel component (#871)
481
+ ([ebd5feb](https://github.com/empathyco/x/commit/ebd5feb4006315236ae62f8de03d6a986d9ced10)),
482
+ closes [EX-6142](https://searchbroker.atlassian.net/browse/EX-6142)
483
+
484
+ # Change Log
485
+
486
+ All notable changes to this project will be documented in this file. See
487
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
488
+
489
+ ## [3.0.0-alpha.235](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.234...@empathyco/x-components@3.0.0-alpha.235) (2022-11-29)
490
+
491
+ **Note:** Version bump only for package @empathyco/x-components
492
+
493
+ # Change Log
494
+
495
+ All notable changes to this project will be documented in this file. See
496
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
497
+
498
+ ## [3.0.0-alpha.234](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.233...@empathyco/x-components@3.0.0-alpha.234) (2022-11-29)
499
+
500
+ **Note:** Version bump only for package @empathyco/x-components
501
+
502
+ # Change Log
503
+
504
+ All notable changes to this project will be documented in this file. See
505
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
506
+
507
+ ## [3.0.0-alpha.233](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.232...@empathyco/x-components@3.0.0-alpha.233) (2022-11-28)
508
+
509
+ **Note:** Version bump only for package @empathyco/x-components
510
+
511
+ # Change Log
512
+
513
+ All notable changes to this project will be documented in this file. See
514
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
515
+
516
+ ## [3.0.0-alpha.232](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.231...@empathyco/x-components@3.0.0-alpha.232) (2022-11-28)
517
+
518
+ ### Features
519
+
520
+ - add `Highlight` component (#872)
521
+ ([1b5aa57](https://github.com/empathyco/x/commit/1b5aa5793b7916ec0433b4110b7ef355f882f4f6)),
522
+ closes [EX-7468](https://searchbroker.atlassian.net/browse/EX-7468)
523
+
524
+ # Change Log
525
+
526
+ All notable changes to this project will be documented in this file. See
527
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
528
+
529
+ ## [3.0.0-alpha.231](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.230...@empathyco/x-components@3.0.0-alpha.231) (2022-11-28)
530
+
531
+ ### ⚠ BREAKING CHANGES
532
+
533
+ - **components:** Renamed prop `animation` of `BaseResultImage` to `loadAnimation`.
534
+
535
+ ### Features
536
+
537
+ - show next result image on hover (#863)
538
+ ([8fd02cc](https://github.com/empathyco/x/commit/8fd02cc8f9913dfa0e06af83251db4577656099e)),
539
+ closes [EX-5970](https://searchbroker.atlassian.net/browse/EX-5970)
540
+
541
+ ### Bug Fixes
542
+
543
+ - **components:** Fix InfiniteScroll get root element inside Shadow DOM. (#874)
544
+ ([340293f](https://github.com/empathyco/x/commit/340293ffc1946c69018fcfa67a069f443110763d))
545
+
546
+ # Change Log
547
+
548
+ All notable changes to this project will be documented in this file. See
549
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
550
+
551
+ ## [3.0.0-alpha.230](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.229...@empathyco/x-components@3.0.0-alpha.230) (2022-11-24)
552
+
553
+ ### Features
554
+
555
+ - Emit SearchResponseProvided event from Search Module (#864)
556
+ ([586899d](https://github.com/empathyco/x/commit/586899dbb556f50772bdfd1dc4eb5216ebd15e41)),
557
+ closes [EX-5167](https://searchbroker.atlassian.net/browse/EX-5167)
558
+
559
+ # Change Log
560
+
561
+ All notable changes to this project will be documented in this file. See
562
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
563
+
564
+ ## [3.0.0-alpha.229](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.228...@empathyco/x-components@3.0.0-alpha.229) (2022-11-22)
565
+
566
+ ### Features
567
+
568
+ - make base dropdown based components accesible (#846)
569
+ ([71d4233](https://github.com/empathyco/x/commit/71d4233ad5c18fb19f205591bf8b9a0adf160884))
570
+
571
+ ### Bug Fixes
572
+
573
+ - make `appear` attribute configurable on animations that have it set to `true` by default (#862)
574
+ ([7e2cd52](https://github.com/empathyco/x/commit/7e2cd52933385fcee4a7944fd474d2314ac3291d)),
575
+ closes [EX-5970](https://searchbroker.atlassian.net/browse/EX-5970)
576
+
577
+ # Change Log
578
+
579
+ All notable changes to this project will be documented in this file. See
580
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
581
+
582
+ ## [3.0.0-alpha.228](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.227...@empathyco/x-components@3.0.0-alpha.228) (2022-11-17)
583
+
584
+ ### Features
585
+
586
+ - adding edocs preview
587
+ ([8580a72](https://github.com/empathyco/x/commit/8580a72fa3b9125ad7a487995eabedb7ecfbde2b))
588
+
589
+ # Change Log
590
+
591
+ All notable changes to this project will be documented in this file. See
592
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
593
+
594
+ ## [3.0.0-alpha.227](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.226...@empathyco/x-components@3.0.0-alpha.227) (2022-11-15)
595
+
596
+ ### Features
597
+
598
+ - **design-system:** add `suggestion` component to the XDS (#838)
599
+ ([055af83](https://github.com/empathyco/x/commit/055af838ddbf3a1293936d5994c455e4e8499654))
600
+ - history-queries-switch wai aria adjustments (#847)
601
+ ([c05e194](https://github.com/empathyco/x/commit/c05e194306520aef2d8d684f38f616ab26e9ebf9)),
602
+ closes [EX-7344](https://searchbroker.atlassian.net/browse/EX-7344)
603
+
604
+ # Change Log
605
+
606
+ All notable changes to this project will be documented in this file. See
607
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
608
+
609
+ ## [3.0.0-alpha.226](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.225...@empathyco/x-components@3.0.0-alpha.226) (2022-11-14)
610
+
611
+ ### Features
612
+
613
+ - Change suggestion components to bind $attrs to base suggestions (#831)
614
+ ([49c139b](https://github.com/empathyco/x/commit/49c139bc55f4cc1a2e1e0ec2e2e7972376eaf487)),
615
+ closes [EX-7356](https://searchbroker.atlassian.net/browse/EX-7356)
616
+
617
+ # Change Log
618
+
619
+ All notable changes to this project will be documented in this file. See
620
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
621
+
622
+ ## [3.0.0-alpha.225](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.224...@empathyco/x-components@3.0.0-alpha.225) (2022-11-11)
623
+
624
+ **Note:** Version bump only for package @empathyco/x-components
625
+
626
+ # Change Log
627
+
628
+ All notable changes to this project will be documented in this file. See
629
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
630
+
631
+ ## [3.0.0-alpha.224](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.223...@empathyco/x-components@3.0.0-alpha.224) (2022-11-11)
632
+
633
+ ### Bug Fixes
634
+
635
+ - **animations:** make content-visibility CSS property and createCollapseAnimationMixin work
636
+ together (#839)
637
+ ([50d5c87](https://github.com/empathyco/x/commit/50d5c8744e5a8d2c8db5aed33e71bd8a39a76cf3))
638
+
639
+ # Change Log
640
+
641
+ All notable changes to this project will be documented in this file. See
642
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
643
+
644
+ ## [3.0.0-alpha.223](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.222...@empathyco/x-components@3.0.0-alpha.223) (2022-11-10)
645
+
646
+ **Note:** Version bump only for package @empathyco/x-components
647
+
648
+ # Change Log
649
+
650
+ All notable changes to this project will be documented in this file. See
651
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
652
+
653
+ ## [3.0.0-alpha.222](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.221...@empathyco/x-components@3.0.0-alpha.222) (2022-11-10)
654
+
655
+ ### Features
656
+
657
+ - **x-plugin:** Add function as possible value of `domElement` in InstallXOptions.(#836)
658
+ ([99a96ef](https://github.com/empathyco/x/commit/99a96ef2303f27b656835253203bc73758a337ae))
659
+
660
+ # Change Log
661
+
662
+ All notable changes to this project will be documented in this file. See
663
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
664
+
665
+ ## [3.0.0-alpha.221](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.220...@empathyco/x-components@3.0.0-alpha.221) (2022-11-10)
666
+
667
+ ### Features
668
+
669
+ - place modal under selected element (#829)
670
+ ([1f46d42](https://github.com/empathyco/x/commit/1f46d428dccdf4807110afc48b5fd600b41bfeae))
671
+
672
+ # Change Log
673
+
674
+ All notable changes to this project will be documented in this file. See
675
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
676
+
677
+ ## [3.0.0-alpha.220](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.219...@empathyco/x-components@3.0.0-alpha.220) (2022-11-09)
678
+
679
+ ### Features
680
+
681
+ - **empathize:** show Empathize only when it has content (#820)
682
+ ([c926335](https://github.com/empathyco/x/commit/c926335a33dca2e8d379accd065726e02bd6f384)),
683
+ closes [EX-7169](https://searchbroker.atlassian.net/browse/EX-7169)
684
+
685
+ # Change Log
686
+
687
+ All notable changes to this project will be documented in this file. See
688
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
689
+
690
+ ## [3.0.0-alpha.219](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.218...@empathyco/x-components@3.0.0-alpha.219) (2022-11-09)
691
+
692
+ ### Features
693
+
694
+ - **tagging:** track banner clicks (#822)
695
+ ([504d6bf](https://github.com/empathyco/x/commit/504d6bf29ca86ece7b8116cb32a676f05624468d))
696
+
697
+ # Change Log
698
+
699
+ All notable changes to this project will be documented in this file. See
700
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
701
+
702
+ ## [3.0.0-alpha.218](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.217...@empathyco/x-components@3.0.0-alpha.218) (2022-11-09)
703
+
704
+ ### ⚠ BREAKING CHANGES
705
+
706
+ - **design-system:** the old design system button styles are now located in the
707
+ `deprecated-full-theme.css`, if a setup is not using the new design system, it must import this
708
+ file.
709
+
710
+ ### Features
711
+
712
+ - **design-system:** deprecate old design system button styles (#830)
713
+ ([78fbf63](https://github.com/empathyco/x/commit/78fbf63116a9312e361540388b2573e0939dc7ae))
714
+
715
+ # Change Log
716
+
717
+ All notable changes to this project will be documented in this file. See
718
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
719
+
720
+ ## [3.0.0-alpha.217](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.216...@empathyco/x-components@3.0.0-alpha.217) (2022-11-08)
721
+
722
+ ### Bug Fixes
723
+
724
+ - remove `resize-observer-browser` types from tsconfig (#833)
725
+ ([ce46b2c](https://github.com/empathyco/x/commit/ce46b2cefba5b727679c81862542e367a903b4b0)),
726
+ closes [EX-7373](https://searchbroker.atlassian.net/browse/EX-7373)
727
+
728
+ # Change Log
729
+
730
+ All notable changes to this project will be documented in this file. See
731
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
732
+
733
+ ## [3.0.0-alpha.216](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.215...@empathyco/x-components@3.0.0-alpha.216) (2022-11-08)
734
+
735
+ **Note:** Version bump only for package @empathyco/x-components
736
+
737
+ # Change Log
738
+
739
+ All notable changes to this project will be documented in this file. See
740
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
741
+
742
+ ## [3.0.0-alpha.215](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.214...@empathyco/x-components@3.0.0-alpha.215) (2022-11-04)
743
+
744
+ ### Features
745
+
746
+ - wai-aria for BaseEventButton based components (#816)
747
+ ([3dfd29e](https://github.com/empathyco/x/commit/3dfd29e8f8cc57c5caeeda609ccd4903434bd74a)),
748
+ closes [EX-7204](https://searchbroker.atlassian.net/browse/EX-7204)
749
+
750
+ # Change Log
751
+
752
+ All notable changes to this project will be documented in this file. See
753
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
754
+
755
+ ## [3.0.0-alpha.214](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.213...@empathyco/x-components@3.0.0-alpha.214) (2022-11-03)
756
+
757
+ ### Features
758
+
759
+ - **design-system:** add tailwind showcase component (#778)
760
+ ([0178ef5](https://github.com/empathyco/x/commit/0178ef5a4b472e2ca14f98f1243d08e36e1f5840)),
761
+ closes [EX-7078](https://searchbroker.atlassian.net/browse/EX-7078)
762
+
763
+ # Change Log
764
+
765
+ All notable changes to this project will be documented in this file. See
766
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
767
+
768
+ ## [3.0.0-alpha.213](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.212...@empathyco/x-components@3.0.0-alpha.213) (2022-11-03)
769
+
770
+ ### Features
771
+
772
+ - Use Banner position (= row) to sort grid (#802)
773
+ ([28836a7](https://github.com/empathyco/x/commit/28836a71b91f210f425098f41ab71136a1b7b34c)),
774
+ closes [EX-7292](https://searchbroker.atlassian.net/browse/EX-7292)
775
+
776
+ # Change Log
777
+
778
+ All notable changes to this project will be documented in this file. See
779
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
780
+
781
+ ## [3.0.0-alpha.212](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.211...@empathyco/x-components@3.0.0-alpha.212) (2022-11-03)
782
+
783
+ ### ⚠ BREAKING CHANGES
784
+
785
+ - **components:** `facets` are now optional in `Suggestion`.
786
+
787
+ ### Features
788
+
789
+ - **components:** add filters to base-suggestions (#758)
790
+ ([2014861](https://github.com/empathyco/x/commit/2014861453215808ee4279f9484f1d845780d7bf)),
791
+ closes [EX-6346](https://searchbroker.atlassian.net/browse/EX-6346)
792
+
793
+ # Change Log
794
+
795
+ All notable changes to this project will be documented in this file. See
796
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
797
+
798
+ ## [3.0.0-alpha.211](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.210...@empathyco/x-components@3.0.0-alpha.211) (2022-11-02)
799
+
800
+ ### Features
801
+
802
+ - **components:** insert promoteds in the grid using position (#801)
803
+ ([b537cae](https://github.com/empathyco/x/commit/b537caeb2077fa6b8d5898d0dbdb9069a06ab2e8)),
804
+ closes [EX-7295](https://searchbroker.atlassian.net/browse/EX-7295)
805
+
806
+ ### Bug Fixes
807
+
808
+ - make promoted and banner position optional (#817)
809
+ ([a2a8d5d](https://github.com/empathyco/x/commit/a2a8d5dcc03451e046d00f87f3545dfd46c050c5)),
810
+ closes [EX-7333](https://searchbroker.atlassian.net/browse/EX-7333)
811
+
812
+ # Change Log
813
+
814
+ All notable changes to this project will be documented in this file. See
815
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
816
+
817
+ ## [3.0.0-alpha.210](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.209...@empathyco/x-components@3.0.0-alpha.210) (2022-11-02)
818
+
819
+ **Note:** Version bump only for package @empathyco/x-components
820
+
821
+ # Change Log
822
+
823
+ All notable changes to this project will be documented in this file. See
824
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
825
+
826
+ ## [3.0.0-alpha.209](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.208...@empathyco/x-components@3.0.0-alpha.209) (2022-11-02)
827
+
828
+ ### Features
829
+
830
+ - **components:** Emit ColumnsNumberRendered event on BaseGrid (#806)
831
+ ([87a8ca9](https://github.com/empathyco/x/commit/87a8ca947f8d83dff1a0044db80649eb297361fb)),
832
+ closes [EX-7291](https://searchbroker.atlassian.net/browse/EX-7291)
833
+
834
+ # Change Log
835
+
836
+ All notable changes to this project will be documented in this file. See
837
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
838
+
839
+ ## [3.0.0-alpha.208](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.207...@empathyco/x-components@3.0.0-alpha.208) (2022-11-02)
840
+
841
+ ### Features
842
+
843
+ - apply dynamic css mixin to sliding panel and column picker list buttons (#815)
844
+ ([4cc040d](https://github.com/empathyco/x/commit/4cc040d7d7c4751a5f31c6e36acfa64d28cbb23d)),
845
+ closes [EX-7224](https://searchbroker.atlassian.net/browse/EX-7224)
846
+
847
+ # Change Log
848
+
849
+ All notable changes to this project will be documented in this file. See
850
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
851
+
852
+ ## [3.0.0-alpha.207](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.206...@empathyco/x-components@3.0.0-alpha.207) (2022-11-02)
853
+
854
+ ### Bug Fixes
855
+
856
+ - type empathize events and replace UserPressedEnter with UserPressedEnterKey
857
+ ([98055c4](https://github.com/empathyco/x/commit/98055c44e165b06013e63c9829fd363f5e50c87a))
858
+
859
+ # Change Log
860
+
861
+ All notable changes to this project will be documented in this file. See
862
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
863
+
864
+ ## [3.0.0-alpha.206](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.205...@empathyco/x-components@3.0.0-alpha.206) (2022-10-31)
865
+
866
+ ### Features
867
+
868
+ - add `dynamic-props` mixin (#798)
869
+ ([defafbb](https://github.com/empathyco/x/commit/defafbb2c40f51e3c44474b469b353472a91a828)),
870
+ closes [EX-7220](https://searchbroker.atlassian.net/browse/EX-7220)
871
+
872
+ # Change Log
873
+
874
+ All notable changes to this project will be documented in this file. See
875
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
876
+
877
+ ## [3.0.0-alpha.205](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.204...@empathyco/x-components@3.0.0-alpha.205) (2022-10-31)
878
+
879
+ ### Features
880
+
881
+ - add position on Banner and Promoted models (#800)
882
+ ([e7393fb](https://github.com/empathyco/x/commit/e7393fbce8d0767d3c762aa714fe94e162203a12)),
883
+ closes [EX-7293](https://searchbroker.atlassian.net/browse/EX-7293)
884
+
885
+ # Change Log
886
+
887
+ All notable changes to this project will be documented in this file. See
888
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
889
+
890
+ ## [3.0.0-alpha.204](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.203...@empathyco/x-components@3.0.0-alpha.204) (2022-10-27)
891
+
892
+ **Note:** Version bump only for package @empathyco/x-components
893
+
894
+ # Change Log
895
+
896
+ All notable changes to this project will be documented in this file. See
897
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
898
+
899
+ ## [3.0.0-alpha.203](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.202...@empathyco/x-components@3.0.0-alpha.203) (2022-10-26)
900
+
901
+ ### Features
902
+
903
+ - **design-system:** add zoom effect (#799)
904
+ ([e7af33a](https://github.com/empathyco/x/commit/e7af33a7d2186e4fc6191961ee8b12a35198fc59)),
905
+ closes [EX-6315](https://searchbroker.atlassian.net/browse/EX-6315)
906
+
907
+ # Change Log
908
+
909
+ All notable changes to this project will be documented in this file. See
910
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
911
+
912
+ ## [3.0.0-alpha.202](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.201...@empathyco/x-components@3.0.0-alpha.202) (2022-10-24)
913
+
914
+ **Note:** Version bump only for package @empathyco/x-components
915
+
916
+ # Change Log
917
+
918
+ All notable changes to this project will be documented in this file. See
919
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
920
+
921
+ ## [3.0.0-alpha.201](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.200...@empathyco/x-components@3.0.0-alpha.201) (2022-10-21)
922
+
923
+ ### ⚠ BREAKING CHANGES
924
+
925
+ - **tagging:** `tagging` property of `Taggable` and `queryTagging` property of `SearchResponse` are
926
+ optional.
927
+
928
+ ### Features
929
+
930
+ - **tagging:** make `tagging` and `queryTagging` optional (#797)
931
+ ([0e49156](https://github.com/empathyco/x/commit/0e49156308d4e77d667a2191697101674cdbf213)),
932
+ closes [EX-7231](https://searchbroker.atlassian.net/browse/EX-7231)
933
+
934
+ # Change Log
935
+
936
+ All notable changes to this project will be documented in this file. See
937
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
938
+
939
+ ## [3.0.0-alpha.200](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.199...@empathyco/x-components@3.0.0-alpha.200) (2022-10-21)
940
+
941
+ ### Continuous Integration
942
+
943
+ - export webpack config from `x-archetype-utils` (#760)
944
+ ([0d7bfa2](https://github.com/empathyco/x/commit/0d7bfa2a63b5aaa3b220a0338fcefdaedc888f32)),
945
+ closes [EX-7222](https://searchbroker.atlassian.net/browse/EX-7222)
946
+
947
+ # Change Log
948
+
949
+ All notable changes to this project will be documented in this file. See
950
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
951
+
952
+ ## [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)
953
+
954
+ ### Documentation
955
+
956
+ - **functional:** titles refactor and change image source (#790)
957
+ ([cc177a5](https://github.com/empathyco/x/commit/cc177a5bad6fab363d40140e699e11e0ec6bc53c))
958
+
959
+ # Change Log
960
+
961
+ All notable changes to this project will be documented in this file. See
962
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
963
+
964
+ ## [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)
965
+
966
+ ### Bug Fixes
967
+
968
+ - **related-tags:** use `query` instead of `tag` as `key` to ensure unique values (#792)
969
+ ([53e86bd](https://github.com/empathyco/x/commit/53e86bd43137a9e4cd389f58e0efce8bcf63632c)),
970
+ closes [EX-7236](https://searchbroker.atlassian.net/browse/EX-7236)
971
+
972
+ # Change Log
973
+
974
+ All notable changes to this project will be documented in this file. See
975
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
976
+
977
+ ## [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)
978
+
979
+ **Note:** Version bump only for package @empathyco/x-components
980
+
981
+ # Change Log
982
+
983
+ All notable changes to this project will be documented in this file. See
984
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
985
+
986
+ ## [3.0.0-alpha.196](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.195...@empathyco/x-components@3.0.0-alpha.196) (2022-10-19)
987
+
988
+ ### Features
989
+
990
+ - **search-box:** add `SearchInputPlaceholder` component (#771)
991
+ ([a2e73e3](https://github.com/empathyco/x/commit/a2e73e3895c5454898fbc7ddc6d2202e03448fff)),
992
+ closes [EX-7178](https://searchbroker.atlassian.net/browse/EX-7178)
993
+
994
+ # Change Log
995
+
996
+ All notable changes to this project will be documented in this file. See
997
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
998
+
999
+ ## [3.0.0-alpha.195](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.194...@empathyco/x-components@3.0.0-alpha.195) (2022-10-19)
1000
+
1001
+ **Note:** Version bump only for package @empathyco/x-components
1002
+
1003
+ # Change Log
1004
+
1005
+ All notable changes to this project will be documented in this file. See
1006
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
1007
+
1008
+ ## [3.0.0-alpha.194](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.193...@empathyco/x-components@3.0.0-alpha.194) (2022-10-18)
1009
+
1010
+ ### Features
1011
+
1012
+ - **components:** Add new origins to the `animateClipPath` animation factory. (#777)
1013
+ ([d016057](https://github.com/empathyco/x/commit/d016057ea0c92901dc88df755351b4acee32f472)),
1014
+ closes [EX-7195](https://searchbroker.atlassian.net/browse/EX-7195)
1015
+
1016
+ # Change Log
1017
+
1018
+ All notable changes to this project will be documented in this file. See
1019
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
1020
+
1021
+ ## [3.0.0-alpha.193](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.192...@empathyco/x-components@3.0.0-alpha.193) (2022-10-17)
1022
+
1023
+ ### Testing
1024
+
1025
+ - **next-queries:** next queries preview e2e tests (#759)
1026
+ ([adccbf4](https://github.com/empathyco/x/commit/adccbf4a111ac65915b017aca799ac523347ddc1)),
1027
+ closes [EX-6848](https://searchbroker.atlassian.net/browse/EX-6848)
1028
+
1029
+ # Change Log
1030
+
1031
+ All notable changes to this project will be documented in this file. See
1032
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
1033
+
1034
+ ## [3.0.0-alpha.192](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.191...@empathyco/x-components@3.0.0-alpha.192) (2022-10-14)
1035
+
1036
+ ### Continuous Integration
1037
+
1038
+ - update `runners` version (#740)
1039
+ ([38f246c](https://github.com/empathyco/x/commit/38f246c306dac40c4afbcdea08336052981ca9b8))
1040
+
1041
+ # Change Log
1042
+
1043
+ All notable changes to this project will be documented in this file. See
1044
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
1045
+
1046
+ ## [3.0.0-alpha.191](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.190...@empathyco/x-components@3.0.0-alpha.191) (2022-10-13)
1047
+
1048
+ ### Features
1049
+
1050
+ - Add directional origins for translate animations (#773)
1051
+ ([9f4a0b0](https://github.com/empathyco/x/commit/9f4a0b03c675291672081388e42fcec725ab594d))
1052
+ - Add search input hover events (#772)
1053
+ ([393cc87](https://github.com/empathyco/x/commit/393cc877457f618396a5b71a7a826e6e8d139c3a)),
1054
+ closes [EX-7177](https://searchbroker.atlassian.net/browse/EX-7177)
1055
+
1056
+ # Change Log
1057
+
1058
+ All notable changes to this project will be documented in this file. See
1059
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
1060
+
1061
+ ## [3.0.0-alpha.190](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.189...@empathyco/x-components@3.0.0-alpha.190) (2022-10-12)
1062
+
1063
+ ### Features
1064
+
1065
+ - hidde overflow-y in the sliding panel (#768)
1066
+ ([3458e61](https://github.com/empathyco/x/commit/3458e618005e6a1bcd875127749a90b411b80f86)),
1067
+ closes [EX-7015](https://searchbroker.atlassian.net/browse/EX-7015)
1068
+
1069
+ # Change Log
1070
+
1071
+ All notable changes to this project will be documented in this file. See
1072
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
1073
+
1074
+ ## [3.0.0-alpha.189](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.188...@empathyco/x-components@3.0.0-alpha.189) (2022-10-06)
1075
+
1076
+ **Note:** Version bump only for package @empathyco/x-components
1077
+
1078
+ # Change Log
1079
+
1080
+ All notable changes to this project will be documented in this file. See
1081
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
1082
+
1083
+ ## [3.0.0-alpha.188](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.187...@empathyco/x-components@3.0.0-alpha.188) (2022-10-05)
1084
+
1085
+ ### Bug Fixes
1086
+
1087
+ - wait for the extra params to make the initial requests (#754)
1088
+ ([468a61b](https://github.com/empathyco/x/commit/468a61b69e11b3917a33d44bd415a5ea14c5c409)),
1089
+ closes [EX-6977](https://searchbroker.atlassian.net/browse/EX-6977)
1090
+
1091
+ # Change Log
1092
+
1093
+ All notable changes to this project will be documented in this file. See
1094
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
1095
+
1096
+ ## [3.0.0-alpha.187](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.186...@empathyco/x-components@3.0.0-alpha.187) (2022-10-05)
1097
+
1098
+ ### Features
1099
+
1100
+ - **query-preview:** Add `debounceTimeMs` to `QueryPreview` component. (#752)
1101
+ ([ddca375](https://github.com/empathyco/x/commit/ddca375201056d374515b7426df1fac3a1ecf6c1)),
1102
+ closes [EX-7049](https://searchbroker.atlassian.net/browse/EX-7049)
1103
+
1104
+ # Change Log
1105
+
1106
+ All notable changes to this project will be documented in this file. See
1107
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
1108
+
1109
+ ## [3.0.0-alpha.186](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.185...@empathyco/x-components@3.0.0-alpha.186) (2022-10-03)
1110
+
1111
+ ### Features
1112
+
1113
+ - make `adapter` configurable in the `home` view (#750)
1114
+ ([0fcc5cf](https://github.com/empathyco/x/commit/0fcc5cf38995a439b3011e1b7d94e7edaa7f9ce5)),
1115
+ closes [EX-7073](https://searchbroker.atlassian.net/browse/EX-7073)
1116
+
1117
+ # Change Log
1118
+
1119
+ All notable changes to this project will be documented in this file. See
1120
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
1121
+
1122
+ ## [3.0.0-alpha.185](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.184...@empathyco/x-components@3.0.0-alpha.185) (2022-09-30)
1123
+
1124
+ ### Bug Fixes
1125
+
1126
+ - **base-modal:** add prop to allow the modal to move the focus to an element within it on open
1127
+ (#748) ([0954926](https://github.com/empathyco/x/commit/0954926d7e95ab53e3a8fe263265b63f1a5f20d7))
1128
+
1129
+ # Change Log
1130
+
1131
+ All notable changes to this project will be documented in this file. See
1132
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
1133
+
1134
+ ## [3.0.0-alpha.184](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.183...@empathyco/x-components@3.0.0-alpha.184) (2022-09-30)
1135
+
1136
+ ### Continuous Integration
1137
+
1138
+ - silent jest and eslint warnings (#749)
1139
+ ([1413677](https://github.com/empathyco/x/commit/14136776e6a616e21ecd4585a071cdee1569d1cb))
1140
+
1141
+ # Change Log
1142
+
1143
+ All notable changes to this project will be documented in this file. See
1144
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
1145
+
1146
+ ## [3.0.0-alpha.183](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.182...@empathyco/x-components@3.0.0-alpha.183) (2022-09-29)
1147
+
1148
+ ### Features
1149
+
1150
+ - **next-queries:** add `origin` to `next queries preview` (#746)
1151
+ ([8928676](https://github.com/empathyco/x/commit/89286768a007d9b8888bfbc6db43c39b6d963380)),
1152
+ closes [EX-6757](https://searchbroker.atlassian.net/browse/EX-6757)
1153
+
1154
+ # Change Log
1155
+
1156
+ All notable changes to this project will be documented in this file. See
1157
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
1158
+
1159
+ ## [3.0.0-alpha.182](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.181...@empathyco/x-components@3.0.0-alpha.182) (2022-09-27)
1160
+
1161
+ ### Bug Fixes
1162
+
1163
+ - **components:** restore scroll on `BaseModal` (#736)
1164
+ ([d7b18a1](https://github.com/empathyco/x/commit/d7b18a1630f7da36ecd4c52f5b73b8c101612a86)),
1165
+ closes [EX-7091](https://searchbroker.atlassian.net/browse/EX-7091)
1166
+
1167
+ ### Documentation
1168
+
1169
+ - add `queriesPreview` to archetype integration (#735)
1170
+ ([57c719a](https://github.com/empathyco/x/commit/57c719a55208e149c9382483df02ac84cac33259)),
1171
+ closes [EX-6613](https://searchbroker.atlassian.net/browse/EX-6613)
1172
+
1173
+ # Change Log
1174
+
1175
+ All notable changes to this project will be documented in this file. See
1176
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
1177
+
1178
+ ## [3.0.0-alpha.181](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.180...@empathyco/x-components@3.0.0-alpha.181) (2022-09-27)
1179
+
1180
+ ### Features
1181
+
1182
+ - **query-preview:** add `origin` to `QueryPreview` component (#737)
1183
+ ([9c235bc](https://github.com/empathyco/x/commit/9c235bc9457cc959fa2a386b8dce114ff3bf6df7)),
1184
+ closes [EX-7077](https://searchbroker.atlassian.net/browse/EX-7077)
1185
+
1186
+ # Change Log
1187
+
1188
+ All notable changes to this project will be documented in this file. See
1189
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
1190
+
1191
+ ## [3.0.0-alpha.180](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.179...@empathyco/x-components@3.0.0-alpha.180) (2022-09-27)
1192
+
1193
+ **Note:** Version bump only for package @empathyco/x-components
1194
+
1195
+ # Change Log
1196
+
1197
+ All notable changes to this project will be documented in this file. See
1198
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
1199
+
1200
+ ## [3.0.0-alpha.179](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.178...@empathyco/x-components@3.0.0-alpha.179) (2022-09-27)
1201
+
1202
+ ### Features
1203
+
1204
+ - add `vue devtools` plugin to ease `XEvents` and `wiring` visualization (#215)
1205
+ ([bd148ec](https://github.com/empathyco/x/commit/bd148ecb9682f8d4161d278c03f110f8f050d323)),
1206
+ closes [EX-7032](https://searchbroker.atlassian.net/browse/EX-7032)
1207
+
1208
+ # Change Log
1209
+
1210
+ All notable changes to this project will be documented in this file. See
1211
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
1212
+
1213
+ ## [3.0.0-alpha.178](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.177...@empathyco/x-components@3.0.0-alpha.178) (2022-09-21)
1214
+
1215
+ ### Features
1216
+
1217
+ - Improve `tailwindcss` types (#730)
1218
+ ([b7ab20c](https://github.com/empathyco/x/commit/b7ab20cfb0faa7f21fdf4aaaa4ae3e6d44bc6a79)),
1219
+ closes [EX-7041](https://searchbroker.atlassian.net/browse/EX-7041)
1220
+
1221
+ # Change Log
1222
+
1223
+ All notable changes to this project will be documented in this file. See
1224
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
1225
+
1226
+ ## [3.0.0-alpha.177](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.176...@empathyco/x-components@3.0.0-alpha.177) (2022-09-21)
1227
+
1228
+ ### Features
1229
+
1230
+ - **search-input:** prevent `<` or `>` input (#433)
1231
+ ([afc865f](https://github.com/empathyco/x/commit/afc865f2e13d775e5ee4a602536dfd2ee8b474b8)),
1232
+ closes [EX-7035](https://searchbroker.atlassian.net/browse/EX-7035)
1233
+
1234
+ # Change Log
1235
+
1236
+ All notable changes to this project will be documented in this file. See
1237
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
1238
+
1239
+ ## [3.0.0-alpha.176](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.175...@empathyco/x-components@3.0.0-alpha.176) (2022-09-20)
1240
+
1241
+ ### Features
1242
+
1243
+ - Improve tailwindcss types. (#725)
1244
+ ([14dec97](https://github.com/empathyco/x/commit/14dec974174cd18e63cb5f4e9a690a9989de44bc)),
1245
+ closes [EX-6790](https://searchbroker.atlassian.net/browse/EX-6790)
1246
+
1247
+ # Change Log
1248
+
1249
+ All notable changes to this project will be documented in this file. See
1250
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
1251
+
1252
+ ## [3.0.0-alpha.175](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.174...@empathyco/x-components@3.0.0-alpha.175) (2022-09-20)
1253
+
1254
+ ### Features
1255
+
1256
+ - **facets:** remove filters on new query (#717)
1257
+ ([e452ece](https://github.com/empathyco/x/commit/e452ecebb194b2fa248402405e26ed1044c1d849)),
1258
+ closes [EX-6196](https://searchbroker.atlassian.net/browse/EX-6196)
1259
+
1260
+ # Change Log
1261
+
1262
+ All notable changes to this project will be documented in this file. See
1263
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
1264
+
1265
+ ## [3.0.0-alpha.174](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.173...@empathyco/x-components@3.0.0-alpha.174) (2022-09-19)
1266
+
1267
+ ### Features
1268
+
1269
+ - **design-system:** generate old design system tokens with tailwind values (#675)
1270
+ ([7aa42e4](https://github.com/empathyco/x/commit/7aa42e4e26ec34fea942bbf7f0c7f10a97a94237)),
1271
+ closes [EX-6790](https://searchbroker.atlassian.net/browse/EX-6790)
1272
+
1273
+ # Change Log
1274
+
1275
+ All notable changes to this project will be documented in this file. See
1276
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
1277
+
1278
+ ## [3.0.0-alpha.173](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.172...@empathyco/x-components@3.0.0-alpha.173) (2022-09-16)
1279
+
1280
+ **Note:** Version bump only for package @empathyco/x-components
1281
+
1282
+ # Change Log
1283
+
1284
+ All notable changes to this project will be documented in this file. See
1285
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
1286
+
1287
+ ## [3.0.0-alpha.172](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.171...@empathyco/x-components@3.0.0-alpha.172) (2022-09-13)
1288
+
1289
+ ### Features
1290
+
1291
+ - **next-queries:** add `concatWhenNoMoreItems` prop (#705)
1292
+ ([ac73fb7](https://github.com/empathyco/x/commit/ac73fb7d2e66c3cb1aab0b64586d9e86495436de)),
1293
+ closes [EX-6841](https://searchbroker.atlassian.net/browse/EX-6841)
1294
+
1295
+ # Change Log
1296
+
1297
+ All notable changes to this project will be documented in this file. See
1298
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
1299
+
1300
+ ## [3.0.0-alpha.171](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.170...@empathyco/x-components@3.0.0-alpha.171) (2022-09-13)
1301
+
1302
+ ### Features
1303
+
1304
+ - add `uiLang` parameter (#714)
1305
+ ([f4108d4](https://github.com/empathyco/x/commit/f4108d4a76582dac7b1f8cd240e91f226e7b1ad5)),
1306
+ closes [EX-6855](https://searchbroker.atlassian.net/browse/EX-6855)
1307
+
1308
+ # Change Log
1309
+
1310
+ All notable changes to this project will be documented in this file. See
1311
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
1312
+
1313
+ ## [3.0.0-alpha.170](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.169...@empathyco/x-components@3.0.0-alpha.170) (2022-09-09)
1314
+
1315
+ ### Features
1316
+
1317
+ - **components:** add disable animation mixin (#703)
1318
+ ([ea344f9](https://github.com/empathyco/x/commit/ea344f9d5e7b36da6aabdd4fe5d2a1ad05dbcfc8)),
1319
+ closes [EX-6838](https://searchbroker.atlassian.net/browse/EX-6838)
1320
+ - disable `@typescript-eslint/no-extra-parens` rule (#715)
1321
+ ([3718017](https://github.com/empathyco/x/commit/3718017c5528156f931bc8b1f2d208cdb50781ed)),
1322
+ closes [EX-6996](https://searchbroker.atlassian.net/browse/EX-6996)
1323
+
1324
+ # Change Log
1325
+
1326
+ All notable changes to this project will be documented in this file. See
1327
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
1328
+
1329
+ ## [3.0.0-alpha.169](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.168...@empathyco/x-components@3.0.0-alpha.169) (2022-09-08)
1330
+
1331
+ ### Features
1332
+
1333
+ - **search:** add `updateResult` mutation (#706)
1334
+ ([809e346](https://github.com/empathyco/x/commit/809e34694e5a54bd72e92272aa69a9123bef94c4)),
1335
+ closes [EX-6894](https://searchbroker.atlassian.net/browse/EX-6894)
1336
+
1337
+ # Change Log
1338
+
1339
+ All notable changes to this project will be documented in this file. See
1340
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
1341
+
1342
+ ## [3.0.0-alpha.168](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.167...@empathyco/x-components@3.0.0-alpha.168) (2022-09-07)
1343
+
1344
+ ### Bug Fixes
1345
+
1346
+ - **components:** Fix the error on console in `BaseResultImage` with `CrossFade` Animation. (#688)
1347
+ ([3bcf6e1](https://github.com/empathyco/x/commit/3bcf6e120918b4257f38ddb5078adfe39a7c8a3f)),
1348
+ closes [EX-6924](https://searchbroker.atlassian.net/browse/EX-6924)
1349
+
1350
+ # Change Log
1351
+
1352
+ All notable changes to this project will be documented in this file. See
1353
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
1354
+
1355
+ ## [3.0.0-alpha.167](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.166...@empathyco/x-components@3.0.0-alpha.167) (2022-09-06)
1356
+
1357
+ ### Features
1358
+
1359
+ - **queries-preview:** add query preview component (#699)
1360
+ ([676cda4](https://github.com/empathyco/x/commit/676cda42a3cbd37ee00e3200a89854c6c1bec3ee)),
1361
+ closes [EX-6845](https://searchbroker.atlassian.net/browse/EX-6845)
1362
+
1363
+ # Change Log
1364
+
1365
+ All notable changes to this project will be documented in this file. See
1366
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
1367
+
1368
+ ## [3.0.0-alpha.166](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.165...@empathyco/x-components@3.0.0-alpha.166) (2022-09-02)
1369
+
1370
+ ### Bug Fixes
1371
+
1372
+ - Make `Home` grid next queries use grid data rather than state data. (#687)
1373
+ ([e340ed0](https://github.com/empathyco/x/commit/e340ed0c4fc4d70a0912c38296812c2fcc0c4e23)),
1374
+ closes [EX-6955](https://searchbroker.atlassian.net/browse/EX-6955)
1375
+
1376
+ # Change Log
1377
+
1378
+ All notable changes to this project will be documented in this file. See
1379
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
1380
+
1381
+ ## [3.0.0-alpha.165](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.164...@empathyco/x-components@3.0.0-alpha.165) (2022-08-31)
1382
+
1383
+ ### Build System
1384
+
1385
+ - **dependencies:** fix Vue & Vuex versions (#686)
1386
+ ([177e851](https://github.com/empathyco/x/commit/177e8511f4458fa13c627210cdfbbf6d42a85b17)),
1387
+ closes [EX-6918](https://searchbroker.atlassian.net/browse/EX-6918)
1388
+
1389
+ # Change Log
1390
+
1391
+ All notable changes to this project will be documented in this file. See
1392
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
1393
+
1394
+ ## [3.0.0-alpha.164](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.163...@empathyco/x-components@3.0.0-alpha.164) (2022-08-30)
1395
+
1396
+ ### Features
1397
+
1398
+ - **queries-preview:** add wiring and actions (#677)
1399
+ ([a92e350](https://github.com/empathyco/x/commit/a92e3509be65dfce17796efa6fae14a370bc875c)),
1400
+ closes [EX-6844](https://searchbroker.atlassian.net/browse/EX-6844)
1401
+
1402
+ # Change Log
1403
+
1404
+ All notable changes to this project will be documented in this file. See
1405
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
1406
+
1407
+ ## [3.0.0-alpha.163](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.162...@empathyco/x-components@3.0.0-alpha.163) (2022-08-29)
1408
+
1409
+ ### Documentation
1410
+
1411
+ - **functional:** add my history ui and related docs (#685)
1412
+ ([3a9ac8a](https://github.com/empathyco/x/commit/3a9ac8a769d64196b31f05872fb92ec26dc635ad))
1413
+
1414
+ # Change Log
1415
+
1416
+ All notable changes to this project will be documented in this file. See
1417
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
1418
+
1419
+ ## [3.0.0-alpha.162](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.161...@empathyco/x-components@3.0.0-alpha.162) (2022-08-29)
1420
+
1421
+ ### Build System
1422
+
1423
+ - Support SSR with createInjectorSSR for styles. (#674)
1424
+ ([85473c3](https://github.com/empathyco/x/commit/85473c31f5aa755890bef4d20f787ba1453b8843)),
1425
+ closes [EX-6892](https://searchbroker.atlassian.net/browse/EX-6892)
1426
+
1427
+ # Change Log
1428
+
1429
+ All notable changes to this project will be documented in this file. See
1430
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
1431
+
1432
+ ## [3.0.0-alpha.161](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.160...@empathyco/x-components@3.0.0-alpha.161) (2022-08-26)
1433
+
1434
+ ### Features
1435
+
1436
+ - **components:** variants auto selection (#679)
1437
+ ([c1c8664](https://github.com/empathyco/x/commit/c1c866481ae8866fec4fd9e2dd5389fcba00e62b)),
1438
+ closes [EX-6878](https://searchbroker.atlassian.net/browse/EX-6878)
1439
+
1440
+ # Change Log
1441
+
1442
+ All notable changes to this project will be documented in this file. See
1443
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
1444
+
1445
+ ## [3.0.0-alpha.160](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.159...@empathyco/x-components@3.0.0-alpha.160) (2022-08-25)
1446
+
1447
+ ### Features
1448
+
1449
+ - **components:** merge a variant with the result (#667)
1450
+ ([553d0e5](https://github.com/empathyco/x/commit/553d0e5de8ef5468eb673246f39fbeb826301fa1)),
1451
+ closes [EX-6762](https://searchbroker.atlassian.net/browse/EX-6762)
1452
+
1453
+ # Change Log
1454
+
1455
+ All notable changes to this project will be documented in this file. See
1456
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
1457
+
1458
+ ## [3.0.0-alpha.159](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.158...@empathyco/x-components@3.0.0-alpha.159) (2022-08-24)
1459
+
1460
+ ### Documentation
1461
+
1462
+ - update functional docs callout formatting (#671)
1463
+ ([5f1de74](https://github.com/empathyco/x/commit/5f1de74c2e86adb638d692781483cac1ccf70a71))
1464
+
1465
+ # Change Log
1466
+
1467
+ All notable changes to this project will be documented in this file. See
1468
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
1469
+
1470
+ ## [3.0.0-alpha.158](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.156...@empathyco/x-components@3.0.0-alpha.158) (2022-08-24)
1471
+
1472
+ ### Features
1473
+
1474
+ - **adapter:** disable cancel http client (#658)
1475
+ ([3b5b86d](https://github.com/empathyco/x/commit/3b5b86d4725edefa084181a704df716a389eecbc)),
1476
+ closes [EX-6875](https://searchbroker.atlassian.net/browse/EX-6875)
1477
+ - **queries-preview:** create `queriesPreview` module (#670)
1478
+ ([317d961](https://github.com/empathyco/x/commit/317d961e94b0b7454cb4d858d401c4264c74cf0e)),
1479
+ closes [EX-6638](https://searchbroker.atlassian.net/browse/EX-6638)
1480
+
1481
+ ### Bug Fixes
1482
+
1483
+ - conflict version (#673)
1484
+ ([fb74dd0](https://github.com/empathyco/x/commit/fb74dd0b992522a9441da1daabe5a8789426324f)),
1485
+ closes [EX-6896](https://searchbroker.atlassian.net/browse/EX-6896)
1486
+
1487
+ # Change Log
1488
+
1489
+ All notable changes to this project will be documented in this file. See
1490
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
1491
+
1492
+ ## [3.0.0-alpha.157](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.156...@empathyco/x-components@3.0.0-alpha.157) (2022-08-24)
1493
+
1494
+ ### Features
1495
+
1496
+ - **queries-preview:** create `queriesPreview` module (#670)
1497
+ ([317d961](https://github.com/empathyco/x/commit/317d961e94b0b7454cb4d858d401c4264c74cf0e)),
1498
+ closes [EX-6638](https://searchbroker.atlassian.net/browse/EX-6638)
1499
+
1500
+ # Change Log
1501
+
1502
+ All notable changes to this project will be documented in this file. See
1503
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
1504
+
1505
+ ## [3.0.0-alpha.156](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.155...@empathyco/x-components@3.0.0-alpha.156) (2022-08-19)
1506
+
1507
+ **Note:** Version bump only for package @empathyco/x-components
1508
+
1509
+ # Change Log
1510
+
1511
+ All notable changes to this project will be documented in this file. See
1512
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
1513
+
1514
+ ## [3.0.0-alpha.155](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.154...@empathyco/x-components@3.0.0-alpha.155) (2022-08-18)
1515
+
1516
+ ### Features
1517
+
1518
+ - **design-system:** add `tailwindcss` to `x-components` and configure it to use `x-tailwindcss`
1519
+ (#655)
1520
+ ([4109a8a](https://github.com/empathyco/x/commit/4109a8ad9d29378078603d97e31c073ceb2671ae)),
1521
+ closes [EX-6793](https://searchbroker.atlassian.net/browse/EX-6793)
1522
+
1523
+ # Change Log
1524
+
1525
+ All notable changes to this project will be documented in this file. See
1526
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
1527
+
1528
+ ## [3.0.0-alpha.154](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.153...@empathyco/x-components@3.0.0-alpha.154) (2022-08-12)
1529
+
1530
+ ### Features
1531
+
1532
+ - add `queriesPreview` option to snippet config (#654)
1533
+ ([7733c98](https://github.com/empathyco/x/commit/7733c9856b2859574ca0cace9c79b8b58545f46a)),
1534
+ closes [EX-6849](https://searchbroker.atlassian.net/browse/EX-6849)
1535
+
1536
+ # Change Log
1537
+
1538
+ All notable changes to this project will be documented in this file. See
1539
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
1540
+
1541
+ ## [3.0.0-alpha.153](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.152...@empathyco/x-components@3.0.0-alpha.153) (2022-08-10)
1542
+
1543
+ ### Features
1544
+
1545
+ - **next-queries:** add `maxItemsToRender` prop to `NextQueryPreview` component (#646)
1546
+ ([848427c](https://github.com/empathyco/x/commit/848427cb9dae85c72549ab026b3785194ec4adbd)),
1547
+ closes [EX-6820](https://searchbroker.atlassian.net/browse/EX-6820)
1548
+
1549
+ # Change Log
1550
+
1551
+ All notable changes to this project will be documented in this file. See
1552
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
1553
+
1554
+ ## [3.0.0-alpha.152](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.151...@empathyco/x-components@3.0.0-alpha.152) (2022-08-10)
1555
+
1556
+ ### ⚠ BREAKING CHANGES
1557
+
1558
+ - **result:** `Result` model properties are optional, except `id`, `modelName` and `tagging`.
1559
+
1560
+ ### Features
1561
+
1562
+ - **result:** add `variants` support (#644)
1563
+ ([d5db09e](https://github.com/empathyco/x/commit/d5db09e9be92d0df65329680ee286959030ccecc)),
1564
+ closes [EX-6760](https://searchbroker.atlassian.net/browse/EX-6760)
1565
+
1566
+ # Change Log
1567
+
1568
+ All notable changes to this project will be documented in this file. See
1569
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
1570
+
1571
+ ## [3.0.0-alpha.151](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.150...@empathyco/x-components@3.0.0-alpha.151) (2022-08-09)
1572
+
1573
+ ### Documentation
1574
+
1575
+ - clarify how to subscribe to any `XEvent` (#645)
1576
+ ([d57941a](https://github.com/empathyco/x/commit/d57941a52d23f56cb7c04ed49b816a252473243f)),
1577
+ closes [EX-6816](https://searchbroker.atlassian.net/browse/EX-6816)
1578
+
1579
+ # Change Log
1580
+
1581
+ All notable changes to this project will be documented in this file. See
1582
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
1583
+
1584
+ ## [3.0.0-alpha.150](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.149...@empathyco/x-components@3.0.0-alpha.150) (2022-08-08)
1585
+
1586
+ ### Features
1587
+
1588
+ - **components:** make `BaseIdModalOpen` rendering configurable (#637)
1589
+ ([77cb564](https://github.com/empathyco/x/commit/77cb5646b1e43c8b7aa428db4102dc6aca8affdf)),
1590
+ closes [EX-6751](https://searchbroker.atlassian.net/browse/EX-6751)
1591
+
1592
+ # Change Log
1593
+
1594
+ All notable changes to this project will be documented in this file. See
1595
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
1596
+
1597
+ ## [3.0.0-alpha.149](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.148...@empathyco/x-components@3.0.0-alpha.149) (2022-08-08)
1598
+
1599
+ ### Bug Fixes
1600
+
1601
+ - **facets:** fix `SingleSelectModifier` handling for selecting hierar… (#643)
1602
+ ([d9a18e0](https://github.com/empathyco/x/commit/d9a18e06c5241c5b6db9b93ba67c1d9018360160)),
1603
+ closes [EX-6810](https://searchbroker.atlassian.net/browse/EX-6810)
1604
+
1605
+ # Change Log
1606
+
1607
+ All notable changes to this project will be documented in this file. See
1608
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
1609
+
1610
+ ## [3.0.0-alpha.148](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.147...@empathyco/x-components@3.0.0-alpha.148) (2022-08-04)
1611
+
1612
+ ### Features
1613
+
1614
+ - **next-queries:** add next query preview component (#631)
1615
+ ([1513ab1](https://github.com/empathyco/x/commit/1513ab1ef0cbcf42d72f483d99815eba76b5eaad)),
1616
+ closes [EX-6646](https://searchbroker.atlassian.net/browse/EX-6646)
1617
+
1618
+ # Change Log
1619
+
1620
+ All notable changes to this project will be documented in this file. See
1621
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
1622
+
1623
+ ## [3.0.0-alpha.147](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.146...@empathyco/x-components@3.0.0-alpha.147) (2022-08-03)
1624
+
1625
+ ### ⚠ BREAKING CHANGES
1626
+
1627
+ - **facets:** Removed the `setFilter`mutation from `facets` X-Module. Use `mutateFilter` instead.
1628
+ - **facets:** Modified the `HierarchicalFilter.children` Model type. Now it is an
1629
+ `Array<HierarchicalFilter>` instead of an array of ids.
1630
+
1631
+ ### Features
1632
+
1633
+ - **facets:** Move filters flattening from `x-adapter-platform` to `x-components`. (#626)
1634
+ ([2bebaeb](https://github.com/empathyco/x/commit/2bebaeb2863fe794f1b3bea924904651b9302ef6)),
1635
+ closes [EX-6484](https://searchbroker.atlassian.net/browse/EX-6484)
1636
+
1637
+ # Change Log
1638
+
1639
+ All notable changes to this project will be documented in this file. See
1640
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
1641
+
1642
+ ## [3.0.0-alpha.146](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.145...@empathyco/x-components@3.0.0-alpha.146) (2022-08-03)
1643
+
1644
+ ### Documentation
1645
+
1646
+ - bring functional docs from eDocs project (#630)
1647
+ ([27e6dd6](https://github.com/empathyco/x/commit/27e6dd646084983c37fc52894dc95544253405d5)),
1648
+ closes [EX-6237](https://searchbroker.atlassian.net/browse/EX-6237)
1649
+
1650
+ # Change Log
1651
+
1652
+ All notable changes to this project will be documented in this file. See
1653
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
1654
+
1655
+ ## [3.0.0-alpha.145](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.144...@empathyco/x-components@3.0.0-alpha.145) (2022-08-01)
1656
+
1657
+ ### Documentation
1658
+
1659
+ - update archetype integration and x-adapter docs (#628)
1660
+ ([247899e](https://github.com/empathyco/x/commit/247899e39d4f415f59b8ec1b7376fc72530028c2)),
1661
+ closes [EX-6728](https://searchbroker.atlassian.net/browse/EX-6728)
1662
+
1663
+ # Change Log
1664
+
1665
+ All notable changes to this project will be documented in this file. See
1666
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
1667
+
1668
+ ## [3.0.0-alpha.144](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.143...@empathyco/x-components@3.0.0-alpha.144) (2022-08-01)
1669
+
1670
+ ### ⚠ BREAKING CHANGES
1671
+
1672
+ - `--x-number-aspect-ratio-picture` is now inverted. Previously a value of 2 meant that it was twice
1673
+ taller than wider. Now it means twice wider than taller.
1674
+
1675
+ - feat(design-system): Re-do aspect ratio logic with modern `aspect-ratio` property
1676
+ ([7fae9dc](https://github.com/empathyco/x/commit/7fae9dcab71ec8a945f70aa706cce1cb57b4ddd8)),
1677
+ closes [EX-6463](https://searchbroker.atlassian.net/browse/EX-6463)
1678
+
1679
+ # Change Log
1680
+
1681
+ All notable changes to this project will be documented in this file. See
1682
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
1683
+
1684
+ ## [3.0.0-alpha.143](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.142...@empathyco/x-components@3.0.0-alpha.143) (2022-08-01)
1685
+
1686
+ ### Features
1687
+
1688
+ - **components:** make `BaseIdModalClose` rendering configurable (#627)
1689
+ ([4bf97af](https://github.com/empathyco/x/commit/4bf97af19ac5f2fd1b08b6e4097dec45eef00679)),
1690
+ closes [EX-6726](https://searchbroker.atlassian.net/browse/EX-6726)
1691
+
1692
+ # Change Log
1693
+
1694
+ All notable changes to this project will be documented in this file. See
1695
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
1696
+
1697
+ ## [3.0.0-alpha.142](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.141...@empathyco/x-components@3.0.0-alpha.142) (2022-07-29)
1698
+
1699
+ ### Features
1700
+
1701
+ - Remove vue filters (#635)
1702
+ ([5026e84](https://github.com/empathyco/x/commit/5026e84b7dec3a283af8fdd2f68f84b49d332911)),
1703
+ closes [EX-6508](https://searchbroker.atlassian.net/browse/EX-6508)
1704
+
1705
+ # Change Log
1706
+
1707
+ All notable changes to this project will be documented in this file. See
1708
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
1709
+
1710
+ ## [3.0.0-alpha.141](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.140...@empathyco/x-components@3.0.0-alpha.141) (2022-07-28)
1711
+
1712
+ ### Features
1713
+
1714
+ - **next-queries:** add next query preview logic (#611)
1715
+ ([fc611fa](https://github.com/empathyco/x/commit/fc611faa39e63e5f916cd19928e9ab0755f8dc7f)),
1716
+ closes [EX-6119](https://searchbroker.atlassian.net/browse/EX-6119)
1717
+
1718
+ # Change Log
1719
+
1720
+ All notable changes to this project will be documented in this file. See
1721
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
1722
+
1723
+ ## [3.0.0-alpha.140](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.139...@empathyco/x-components@3.0.0-alpha.140) (2022-07-26)
1724
+
1725
+ **Note:** Version bump only for package @empathyco/x-components
1726
+
1727
+ # Change Log
1728
+
1729
+ All notable changes to this project will be documented in this file. See
1730
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
1731
+
1732
+ ## [3.0.0-alpha.139](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.138...@empathyco/x-components@3.0.0-alpha.139) (2022-07-22)
1733
+
1734
+ ### Features
1735
+
1736
+ - **history-queries:** disable `MyHistory` without confirmation when the `history queries` list is
1737
+ empty (#615)
1738
+ ([8b0b1d6](https://github.com/empathyco/x/commit/8b0b1d6e818557eba9482dcd149ed3882ca6c854)),
1739
+ closes [EX-6696](https://searchbroker.atlassian.net/browse/EX-6696)
1740
+
1741
+ # Change Log
1742
+
1743
+ All notable changes to this project will be documented in this file. See
1744
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
1745
+
1746
+ ## [3.0.0-alpha.138](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.137...@empathyco/x-components@3.0.0-alpha.138) (2022-07-22)
1747
+
1748
+ **Note:** Version bump only for package @empathyco/x-components
1749
+
1750
+ # Change Log
1751
+
1752
+ All notable changes to this project will be documented in this file. See
1753
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
1754
+
1755
+ ## [3.0.0-alpha.137](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.136...@empathyco/x-components@3.0.0-alpha.137) (2022-07-21)
1756
+
1757
+ ### Features
1758
+
1759
+ - **components:** add `MainModal`, `OpenMainModal` and `CloseMainModal` (#609)
1760
+ ([526ab58](https://github.com/empathyco/x/commit/526ab5813f58258180b5640cab6bf0f2179fa40a)),
1761
+ closes [EX-6546](https://searchbroker.atlassian.net/browse/EX-6546)
1762
+
1763
+ # Change Log
1764
+
1765
+ All notable changes to this project will be documented in this file. See
1766
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
1767
+
1768
+ ## [3.0.0-alpha.136](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.135...@empathyco/x-components@3.0.0-alpha.136) (2022-07-21)
1769
+
1770
+ ### Bug Fixes
1771
+
1772
+ - `pointer-events` affecting scrolling in sliding panel in `SingleColumnLayout` aside (#614)
1773
+ ([1463bc1](https://github.com/empathyco/x/commit/1463bc1d5dd1fbd9c279077d7240329b853f82be)),
1774
+ closes [EX-6595](https://searchbroker.atlassian.net/browse/EX-6595)
1775
+
1776
+ # Change Log
1777
+
1778
+ All notable changes to this project will be documented in this file. See
1779
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
1780
+
1781
+ ## [3.0.0-alpha.135](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.134...@empathyco/x-components@3.0.0-alpha.135) (2022-07-21)
1782
+
1783
+ ### Testing
1784
+
1785
+ - **e2e:** search modal re-opens properly after being closed (#613)
1786
+ ([43282ab](https://github.com/empathyco/x/commit/43282ab1d0ab54af7794c88c89aa8e62326d73d8)),
1787
+ closes [EX-6708](https://searchbroker.atlassian.net/browse/EX-6708)
1788
+
1789
+ # Change Log
1790
+
1791
+ All notable changes to this project will be documented in this file. See
1792
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
1793
+
1794
+ ## [3.0.0-alpha.134](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.133...@empathyco/x-components@3.0.0-alpha.134) (2022-07-20)
1795
+
1796
+ ### Bug Fixes
1797
+
1798
+ - **components:** now properly checks if a has content (#612)
1799
+ ([ad2f6dc](https://github.com/empathyco/x/commit/ad2f6dc522d9da59dde2e2c5f90510c0f93380ab)),
1800
+ closes [EX-6681](https://searchbroker.atlassian.net/browse/EX-6681)
1801
+
1802
+ # Change Log
1803
+
1804
+ All notable changes to this project will be documented in this file. See
1805
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
1806
+
1807
+ ## [3.0.0-alpha.133](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.132...@empathyco/x-components@3.0.0-alpha.133) (2022-07-15)
1808
+
1809
+ ### Bug Fixes
1810
+
1811
+ - **components:** Add option to extend transitions with listeners and attributes (#600)
1812
+ ([16d5262](https://github.com/empathyco/x/commit/16d5262ab2213d53c736e89774089313755abeff)),
1813
+ closes [EX-6457](https://searchbroker.atlassian.net/browse/EX-6457)
1814
+
1815
+ # Change Log
1816
+
1817
+ All notable changes to this project will be documented in this file. See
1818
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
1819
+
1820
+ ## [3.0.0-alpha.132](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.131...@empathyco/x-components@3.0.0-alpha.132) (2022-07-14)
1821
+
1822
+ ### Features
1823
+
1824
+ - **history-queries:** add `UserClickedDismissDisableHistoryQueries` event
1825
+ ([ea0bddc](https://github.com/empathyco/x/commit/ea0bddce87ec1e87b753bb39863cbee903fb9eed)),
1826
+ closes [EX-6682](https://searchbroker.atlassian.net/browse/EX-6682)
1827
+
1828
+ # Change Log
1829
+
1830
+ All notable changes to this project will be documented in this file. See
1831
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
1832
+
1833
+ ## [3.0.0-alpha.131](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.130...@empathyco/x-components@3.0.0-alpha.131) (2022-07-13)
1834
+
1835
+ ### Features
1836
+
1837
+ - **history-queries:** add `HistoryQueriesSwitch` component (#593)
1838
+ ([8c87cc3](https://github.com/empathyco/x/commit/8c87cc3a35336720d3da79ab7347e52caa4cd922)),
1839
+ closes [EX-6515](https://searchbroker.atlassian.net/browse/EX-6515)
1840
+
1841
+ # Change Log
1842
+
1843
+ All notable changes to this project will be documented in this file. See
1844
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
1845
+
1846
+ ## [3.0.0-alpha.130](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.129...@empathyco/x-components@3.0.0-alpha.130) (2022-07-12)
1847
+
1848
+ ### Features
1849
+
1850
+ - Move `XAPI` from `window.X` to `window.InterfaceX` (#599)
1851
+ ([4538778](https://github.com/empathyco/x/commit/45387783c947f859667f2786ba9013b83b952063)),
1852
+ closes [EX-6645](https://searchbroker.atlassian.net/browse/EX-6645)
1853
+
1854
+ # Change Log
1855
+
1856
+ All notable changes to this project will be documented in this file. See
1857
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
1858
+
1859
+ ## [3.0.0-alpha.129](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.128...@empathyco/x-components@3.0.0-alpha.129) (2022-07-11)
1860
+
1861
+ ### Features
1862
+
1863
+ - **history-queries:** bind `formatTime` to `suggestion-content` slot (#598)
1864
+ ([589eef2](https://github.com/empathyco/x/commit/589eef287534e9916dcda7b0ad86626eb450decd)),
1865
+ closes [EX-6611](https://searchbroker.atlassian.net/browse/EX-6611)
1866
+
1867
+ # Change Log
1868
+
1869
+ All notable changes to this project will be documented in this file. See
1870
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
1871
+
1872
+ ## [3.0.0-alpha.128](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.127...@empathyco/x-components@3.0.0-alpha.128) (2022-07-11)
1873
+
1874
+ ### Documentation
1875
+
1876
+ - Add module type to integration script docs (#592)
1877
+ ([907bda8](https://github.com/empathyco/x/commit/907bda8b4d825c93461089691f284c1758624a89))
1878
+
1879
+ # Change Log
1880
+
1881
+ All notable changes to this project will be documented in this file. See
1882
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
1883
+
1884
+ ## [3.0.0-alpha.127](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.126...@empathyco/x-components@3.0.0-alpha.127) (2022-07-11)
1885
+
1886
+ ### Features
1887
+
1888
+ - **components:** add new slot `extra-aside` to `SingleColumnLayout` and
1889
+ `FixedHeaderAndAsidesLayout` (#591)
1890
+ ([91d406e](https://github.com/empathyco/x/commit/91d406ed7267d420009a5f3ee8c5cc092f74546a)),
1891
+ closes [EX-6614](https://searchbroker.atlassian.net/browse/EX-6614)
1892
+
1893
+ # Change Log
1894
+
1895
+ All notable changes to this project will be documented in this file. See
1896
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
1897
+
1898
+ ## [3.0.0-alpha.126](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.125...@empathyco/x-components@3.0.0-alpha.126) (2022-07-07)
1899
+
1900
+ ### Features
1901
+
1902
+ - **x-plugin:** add full `history queries` list to `alias API`
1903
+ ([e0e0430](https://github.com/empathyco/x/commit/e0e04301b6158dfc379d495e92c04ec5ef35c4ab)),
1904
+ closes [EX-6610](https://searchbroker.atlassian.net/browse/EX-6610)
1905
+
1906
+ # Change Log
1907
+
1908
+ All notable changes to this project will be documented in this file. See
1909
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
1910
+
1911
+ ## [3.0.0-alpha.125](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.124...@empathyco/x-components@3.0.0-alpha.125) (2022-07-07)
1912
+
1913
+ ### Features
1914
+
1915
+ - add settings icon (#589)
1916
+ ([7f93849](https://github.com/empathyco/x/commit/7f9384915718805809ff733f2be60ae6ebb01910)),
1917
+ closes [EX-6519](https://searchbroker.atlassian.net/browse/EX-6519)
1918
+
1919
+ # Change Log
1920
+
1921
+ All notable changes to this project will be documented in this file. See
1922
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
1923
+
1924
+ ## [3.0.0-alpha.124](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.123...@empathyco/x-components@3.0.0-alpha.124) (2022-07-06)
1925
+
1926
+ ### Features
1927
+
1928
+ - add 'my_history' as feature location (#587)
1929
+ ([7b0263e](https://github.com/empathyco/x/commit/7b0263e23c9afb2af61174ac53bdedd3eb4263ba)),
1930
+ closes [EX-6527](https://searchbroker.atlassian.net/browse/EX-6527)
1931
+ - **components:** add `BaseSwitch` component (#586)
1932
+ ([31cde2d](https://github.com/empathyco/x/commit/31cde2dfb79dcc549c8662b558ef5b80529f2d01)),
1933
+ closes [EX-6004](https://searchbroker.atlassian.net/browse/EX-6004)
1934
+
1935
+ ### Testing
1936
+
1937
+ - fix exclude-filters e2e test (#588)
1938
+ ([51ecc52](https://github.com/empathyco/x/commit/51ecc5234b665a2320a760d485bf6da74648f902)),
1939
+ closes [EX-6590](https://searchbroker.atlassian.net/browse/EX-6590)
1940
+
1941
+ # Change Log
1942
+
1943
+ All notable changes to this project will be documented in this file. See
1944
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
1945
+
1946
+ ## [3.0.0-alpha.123](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.122...@empathyco/x-components@3.0.0-alpha.123) (2022-07-04)
1947
+
1948
+ **Note:** Version bump only for package @empathyco/x-components
1949
+
1950
+ # Change Log
1951
+
1952
+ All notable changes to this project will be documented in this file. See
1953
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
1954
+
1955
+ ## [3.0.0-alpha.122](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.121...@empathyco/x-components@3.0.0-alpha.122) (2022-06-30)
1956
+
1957
+ ### Code Refactoring
1958
+
1959
+ - Move aside to its own component in Home view. (#581)
1960
+ ([5b40994](https://github.com/empathyco/x/commit/5b40994af47c268ed10f06624ac1fdc634523a6d)),
1961
+ closes [EX-6525](https://searchbroker.atlassian.net/browse/EX-6525)
1962
+
1963
+ # Change Log
1964
+
1965
+ All notable changes to this project will be documented in this file. See
1966
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
1967
+
1968
+ ## [3.0.0-alpha.121](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.120...@empathyco/x-components@3.0.0-alpha.121) (2022-06-29)
1969
+
1970
+ ### Features
1971
+
1972
+ - **components:** add grid-4-col and update light-bulb icons (#579)
1973
+ ([5312952](https://github.com/empathyco/x/commit/5312952c69f67525a35b77008128264eddaae206)),
1974
+ closes [EX-6506](https://searchbroker.atlassian.net/browse/EX-6506)
1975
+
1976
+ # Change Log
1977
+
1978
+ All notable changes to this project will be documented in this file. See
1979
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
1980
+
1981
+ ## [3.0.0-alpha.120](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.119...@empathyco/x-components@3.0.0-alpha.120) (2022-06-27)
1982
+
1983
+ **Note:** Version bump only for package @empathyco/x-components
1984
+
1985
+ # Change Log
1986
+
1987
+ All notable changes to this project will be documented in this file. See
1988
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
1989
+
1990
+ ## [3.0.0-alpha.119](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.118...@empathyco/x-components@3.0.0-alpha.119) (2022-06-24)
1991
+
1992
+ **Note:** Version bump only for package @empathyco/x-components
1993
+
1994
+ # Change Log
1995
+
1996
+ All notable changes to this project will be documented in this file. See
1997
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
1998
+
1999
+ ## [3.0.0-alpha.118](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.117...@empathyco/x-components@3.0.0-alpha.118) (2022-06-23)
2000
+
2001
+ ### Features
2002
+
2003
+ - **identifier-results:** add maxItemsToRender prop (#576)
2004
+ ([c740b8b](https://github.com/empathyco/x/commit/c740b8b8c1a66d25eb8cc2aaa84303cb186ae8ea)),
2005
+ closes [EX-6414](https://searchbroker.atlassian.net/browse/EX-6414)
2006
+
2007
+ # Change Log
2008
+
2009
+ All notable changes to this project will be documented in this file. See
2010
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
2011
+
2012
+ ## [3.0.0-alpha.117](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.116...@empathyco/x-components@3.0.0-alpha.117) (2022-06-23)
2013
+
2014
+ ### Features
2015
+
2016
+ - **components:** add radio button icons (#574)
2017
+ ([4432d5f](https://github.com/empathyco/x/commit/4432d5f927e5c5cac6cb7481923e32ceb6cb0499)),
2018
+ closes [EX-6439](https://searchbroker.atlassian.net/browse/EX-6439)
2019
+
2020
+ ### Bug Fixes
2021
+
2022
+ - Remove `@empathyco/x-platform-adapter` dependency from library code. (#575)
2023
+ ([104c7e1](https://github.com/empathyco/x/commit/104c7e10855a67b2adfa68d42d82431f9194ee15)),
2024
+ closes [EX-6437](https://searchbroker.atlassian.net/browse/EX-6437)
2025
+
2026
+ # Change Log
2027
+
2028
+ All notable changes to this project will be documented in this file. See
2029
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
2030
+
2031
+ ## [3.0.0-alpha.116](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.115...@empathyco/x-components@3.0.0-alpha.116) (2022-06-22)
2032
+
2033
+ ### Features
2034
+
2035
+ - **facets:** Add slot by Facet ModelName. (#572)
2036
+ ([899515a](https://github.com/empathyco/x/commit/899515a1424bfab9a8d937a1feb9507917173807)),
2037
+ closes [EX-6433](https://searchbroker.atlassian.net/browse/EX-6433)
2038
+
2039
+ # Change Log
2040
+
2041
+ All notable changes to this project will be documented in this file. See
2042
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
2043
+
2044
+ ## [3.0.0-alpha.115](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.114...@empathyco/x-components@3.0.0-alpha.115) (2022-06-21)
2045
+
2046
+ ### Features
2047
+
2048
+ - remove old adapter package and use the new one (#568)
2049
+ ([1632a59](https://github.com/empathyco/x/commit/1632a594b6905e6403c82b2189300eefd45b3691)),
2050
+ closes [EX-6286](https://searchbroker.atlassian.net/browse/EX-6286)
2051
+
2052
+ # Change Log
2053
+
2054
+ All notable changes to this project will be documented in this file. See
2055
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
2056
+
2057
+ ## [3.0.0-alpha.114](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.113...@empathyco/x-components@3.0.0-alpha.114) (2022-06-21)
2058
+
2059
+ ### Build System
2060
+
2061
+ - sync duplicated dependencies (#567)
2062
+ ([912e968](https://github.com/empathyco/x/commit/912e9687851594871b3296a5fb26129327939d96)),
2063
+ closes [EX-6412](https://searchbroker.atlassian.net/browse/EX-6412)
2064
+
2065
+ # Change Log
2066
+
2067
+ All notable changes to this project will be documented in this file. See
2068
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
2069
+
2070
+ ## [3.0.0-alpha.113](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.112...@empathyco/x-components@3.0.0-alpha.113) (2022-06-20)
2071
+
2072
+ ### Features
2073
+
2074
+ - **adapter:** use the `x-adapter-platform` (#565)
2075
+ ([55bccb4](https://github.com/empathyco/x/commit/55bccb4118bc0fd2468b736eb470942aaae2e4ae)),
2076
+ closes [EX-5936](https://searchbroker.atlassian.net/browse/EX-5936)
2077
+
2078
+ # Change Log
2079
+
2080
+ All notable changes to this project will be documented in this file. See
2081
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
2082
+
2083
+ ## [3.0.0-alpha.112](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.111...@empathyco/x-components@3.0.0-alpha.112) (2022-06-17)
2084
+
2085
+ ### Documentation
2086
+
2087
+ - fix broken link in x-components readme (#561)
2088
+ ([7e3f551](https://github.com/empathyco/x/commit/7e3f551866709299e0f7d2d9e282c890dc2faa21))
2089
+
2090
+ # Change Log
2091
+
2092
+ All notable changes to this project will be documented in this file. See
2093
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
2094
+
2095
+ ## [3.0.0-alpha.111](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.110...@empathyco/x-components@3.0.0-alpha.111) (2022-06-16)
2096
+
2097
+ ### Features
2098
+
2099
+ - **x-plugin:** add results to `Alias API` (#545)
2100
+ ([9993ab6](https://github.com/empathyco/x/commit/9993ab6c31f0b532a9cc12eea2f3fb18dd6fd856)),
2101
+ closes [EX-6324](https://searchbroker.atlassian.net/browse/EX-6324)
2102
+
2103
+ # Change Log
2104
+
2105
+ All notable changes to this project will be documented in this file. See
2106
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
2107
+
2108
+ ## [3.0.0-alpha.110](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.109...@empathyco/x-components@3.0.0-alpha.110) (2022-06-16)
2109
+
2110
+ **Note:** Version bump only for package @empathyco/x-components
2111
+
2112
+ # Change Log
2113
+
2114
+ All notable changes to this project will be documented in this file. See
2115
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
2116
+
2117
+ ## [3.0.0-alpha.109](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.108...@empathyco/x-components@3.0.0-alpha.109) (2022-06-13)
2118
+
2119
+ ### Documentation
2120
+
2121
+ - add local storage info and data purposes
2122
+ ([c1b0b05](https://github.com/empathyco/x/commit/c1b0b05cd9260227cb0689283ff27f34a2b01e51)),
2123
+ closes [EX-4123](https://searchbroker.atlassian.net/browse/EX-4123)
2124
+
2125
+ # Change Log
2126
+
2127
+ All notable changes to this project will be documented in this file. See
2128
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
2129
+
2130
+ ## [3.0.0-alpha.108](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.107...@empathyco/x-components@3.0.0-alpha.108) (2022-06-09)
2131
+
2132
+ **Note:** Version bump only for package @empathyco/x-components
2133
+
2134
+ # Change Log
2135
+
2136
+ All notable changes to this project will be documented in this file. See
2137
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
2138
+
2139
+ ## [3.0.0-alpha.107](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.106...@empathyco/x-components@3.0.0-alpha.107) (2022-06-09)
2140
+
2141
+ **Note:** Version bump only for package @empathyco/x-components
2142
+
2143
+ # Change Log
2144
+
2145
+ All notable changes to this project will be documented in this file. See
2146
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
2147
+
2148
+ ## [3.0.0-alpha.106](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.105...@empathyco/x-components@3.0.0-alpha.106) (2022-06-09)
2149
+
2150
+ **Note:** Version bump only for package @empathyco/x-components
2151
+
2152
+ # Change Log
2153
+
2154
+ All notable changes to this project will be documented in this file. See
2155
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
2156
+
2157
+ ## [3.0.0-alpha.105](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.104...@empathyco/x-components@3.0.0-alpha.105) (2022-06-08)
2158
+
2159
+ **Note:** Version bump only for package @empathyco/x-components
2160
+
2161
+ # Change Log
2162
+
2163
+ All notable changes to this project will be documented in this file. See
2164
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
2165
+
2166
+ ## [3.0.0-alpha.104](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.103...@empathyco/x-components@3.0.0-alpha.104) (2022-06-07)
2167
+
2168
+ ### Features
2169
+
2170
+ - fix rest of warnings for accessibility
2171
+ ([553d5ba](https://github.com/empathyco/x/commit/553d5bac9256871e69de2c3b87dfc99a993d0f1f)),
2172
+ closes [EX-6149](https://searchbroker.atlassian.net/browse/EX-6149)
2173
+
2174
+ # Change Log
2175
+
2176
+ All notable changes to this project will be documented in this file. See
2177
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
2178
+
2179
+ ## [3.0.0-alpha.103](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.102...@empathyco/x-components@3.0.0-alpha.103) (2022-05-25)
2180
+
2181
+ ### Documentation
2182
+
2183
+ - fix links and minor typos
2184
+ ([e0197d5](https://github.com/empathyco/x/commit/e0197d5bff978048aed39dff5878d60682b7aa9f)),
2185
+ closes [EX-6125](https://searchbroker.atlassian.net/browse/EX-6125)
2186
+
2187
+ # Change Log
2188
+
2189
+ All notable changes to this project will be documented in this file. See
2190
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
2191
+
2192
+ ## [3.0.0-alpha.102](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.101...@empathyco/x-components@3.0.0-alpha.102) (2022-05-19)
2193
+
2194
+ ### Features
2195
+
2196
+ - **facets:** add `PreselectedFilters` component
2197
+ ([5496d78](https://github.com/empathyco/x/commit/5496d7868c77d8b9211fd532bf964770da1d6a3c)),
2198
+ closes [EX-6023](https://searchbroker.atlassian.net/browse/EX-6023)
2199
+
2200
+ # Change Log
2201
+
2202
+ All notable changes to this project will be documented in this file. See
2203
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
2204
+
2205
+ ## [3.0.0-alpha.101](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.100...@empathyco/x-components@3.0.0-alpha.101) (2022-05-18)
2206
+
2207
+ ### Bug Fixes
2208
+
2209
+ - **related-tags:** related tags are now kept when navigating back
2210
+ ([db9f875](https://github.com/empathyco/x/commit/db9f87560000bca05ad3fe06fc449e170c3b9d08)),
2211
+ closes [EX-6131](https://searchbroker.atlassian.net/browse/EX-6131)
2212
+
2213
+ # Change Log
2214
+
2215
+ All notable changes to this project will be documented in this file. See
2216
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
2217
+
2218
+ ## [3.0.0-alpha.100](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.99...@empathyco/x-components@3.0.0-alpha.100) (2022-05-17)
2219
+
2220
+ ### Bug Fixes
2221
+
2222
+ - **build:** supports being built on Windows based machines
2223
+ ([6e760fa](https://github.com/empathyco/x/commit/6e760fab8d39162897574abab95884cadd6252b8))
2224
+
2225
+ # Change Log
2226
+
2227
+ All notable changes to this project will be documented in this file. See
2228
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
2229
+
2230
+ ## [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)
2231
+
2232
+ ### Bug Fixes
2233
+
2234
+ - **url:** a `query` is required to store params in the `URL`
2235
+ ([b105da3](https://github.com/empathyco/x/commit/b105da33b35aaa1e3796790d0ec88c74caf856e5)),
2236
+ closes [EX-6134](https://searchbroker.atlassian.net/browse/EX-6134)
2237
+
2238
+ # Change Log
2239
+
2240
+ All notable changes to this project will be documented in this file. See
2241
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
2242
+
2243
+ ## [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)
2244
+
2245
+ ### Features
2246
+
2247
+ - fix form label warnings
2248
+ ([2437b09](https://github.com/empathyco/x/commit/2437b096ca1ddb9b97c3207e338b9fb587bc3ea7)),
2249
+ closes [EX-6025](https://searchbroker.atlassian.net/browse/EX-6025)
2250
+
2251
+ # Change Log
2252
+
2253
+ All notable changes to this project will be documented in this file. See
2254
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
2255
+
2256
+ ## [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)
2257
+
2258
+ ### Features
2259
+
2260
+ - move `response` types to `@empathyco/x-types`
2261
+ ([77fb812](https://github.com/empathyco/x/commit/77fb812b77fe0c84462a4b5b2eb7f0439e2d8061)),
2262
+ closes [EX-6092](https://searchbroker.atlassian.net/browse/EX-6092)
2263
+
2264
+ # Change Log
2265
+
2266
+ All notable changes to this project will be documented in this file. See
2267
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
2268
+
2269
+ ## [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)
2270
+
2271
+ ### ⚠ BREAKING CHANGES
2272
+
2273
+ - **facets:** Renamed method `registerFilterModifier` in `FilterEntityFactory` to
2274
+ `registerModifierByFacetId`.
2275
+ - **facets:** Changed `modifiers` parameter of `registerFilterModifier` in `FilterEntityFactory`
2276
+ from a single array in favour of rest parameters.
2277
+
2278
+ ### Features
2279
+
2280
+ - **facets:** add `registerModifierByFilterModelName`
2281
+ ([36956a1](https://github.com/empathyco/x/commit/36956a13b33cc5430381d33ac53cd33b706136da)),
2282
+ closes [EX-6106](https://searchbroker.atlassian.net/browse/EX-6106)
2283
+
2284
+ # Change Log
2285
+
2286
+ All notable changes to this project will be documented in this file. See
2287
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
2288
+
2289
+ ## [3.0.0-alpha.95](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.94...@empathyco/x-components@3.0.0-alpha.95) (2022-05-11)
2290
+
2291
+ ### ⚠ BREAKING CHANGES
2292
+
2293
+ - Request types moved to `x-types` package. Change the imports from `x-adapter` to `x-type`.
2294
+ - Removed `TaggingInfo` type. Use `TaggingRequest` from `@empathyco/x-types` instead.
2295
+
2296
+ ### Features
2297
+
2298
+ - move `Request` types to `x-types` package
2299
+ ([7cc85c1](https://github.com/empathyco/x/commit/7cc85c1d371b604b3188d8cc2076eab5fc9460e4)),
2300
+ closes [EX-6066](https://searchbroker.atlassian.net/browse/EX-6066)
2301
+
2302
+ # Change Log
2303
+
2304
+ All notable changes to this project will be documented in this file. See
2305
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
2306
+
2307
+ ## [3.0.0-alpha.94](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.93...@empathyco/x-components@3.0.0-alpha.94) (2022-05-09)
2308
+
2309
+ **Note:** Version bump only for package @empathyco/x-components
2310
+
2311
+ # Change Log
2312
+
2313
+ All notable changes to this project will be documented in this file. See
2314
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
2315
+
2316
+ ## [3.0.0-alpha.93](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.92...@empathyco/x-components@3.0.0-alpha.93) (2022-05-06)
2317
+
2318
+ **Note:** Version bump only for package @empathyco/x-components
2319
+
2320
+ # Change Log
2321
+
2322
+ All notable changes to this project will be documented in this file. See
2323
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
2324
+
2325
+ ## [3.0.0-alpha.92](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.91...@empathyco/x-components@3.0.0-alpha.92) (2022-05-05)
2326
+
2327
+ ### Features
2328
+
2329
+ - **facets:** expose `clickEvents` as a `prop` in filters components using a `RenderlessFilter`
2330
+ ([013d83d](https://github.com/empathyco/x/commit/013d83d93ac734a1365bbf98a19ae15dc2f1a64b)),
2331
+ closes [EX-5986](https://searchbroker.atlassian.net/browse/EX-5986)
2332
+
2333
+ # Change Log
2334
+
2335
+ All notable changes to this project will be documented in this file. See
2336
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
2337
+
2338
+ ## [3.0.0-alpha.91](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.90...@empathyco/x-components@3.0.0-alpha.91) (2022-05-04)
2339
+
2340
+ ### Features
2341
+
2342
+ - add `alt-text` accessibility
2343
+ ([da5a10a](https://github.com/empathyco/x/commit/da5a10a236aae5fae96943fe0ad54849df15e7f5)),
2344
+ closes [EX-5930](https://searchbroker.atlassian.net/browse/EX-5930)
2345
+
2346
+ # Change Log
2347
+
2348
+ All notable changes to this project will be documented in this file. See
2349
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
2350
+
2351
+ ## [3.0.0-alpha.90](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.89...@empathyco/x-components@3.0.0-alpha.90) (2022-05-03)
2352
+
2353
+ ### Features
2354
+
2355
+ - **history-queries:** add `MyHistory` component
2356
+ ([9929212](https://github.com/empathyco/x/commit/992921275edcca7a6c14ab6dfeaa2dbacae6a5e8)),
2357
+ closes [EX-5703](https://searchbroker.atlassian.net/browse/EX-5703)
2358
+
2359
+ # Change Log
2360
+
2361
+ All notable changes to this project will be documented in this file. See
2362
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
2363
+
2364
+ ## [3.0.0-alpha.89](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.88...@empathyco/x-components@3.0.0-alpha.89) (2022-04-29)
2365
+
2366
+ ### Build System
2367
+
2368
+ - **deps:** update eslint-plugin dependencies (#447)
2369
+ ([51d60f0](https://github.com/empathyco/x/commit/51d60f0e11fa9667a784bbdb10ba1f39159b382f)),
2370
+ closes [EX-5383](https://searchbroker.atlassian.net/browse/EX-5383)
2371
+
2372
+ # Change Log
2373
+
2374
+ All notable changes to this project will be documented in this file. See
2375
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
2376
+
2377
+ ## [3.0.0-alpha.88](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.87...@empathyco/x-components@3.0.0-alpha.88) (2022-04-29)
2378
+
2379
+ **Note:** Version bump only for package @empathyco/x-components
2380
+
2381
+ # Change Log
2382
+
2383
+ All notable changes to this project will be documented in this file. See
2384
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
2385
+
2386
+ ## [3.0.0-alpha.86](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.85...@empathyco/x-components@3.0.0-alpha.86) (2022-04-19)
2387
+
2388
+ ### Features
2389
+
2390
+ - **eslint:** add `vuejs-accessibility` plugin (#427)
2391
+ ([6789771](https://github.com/empathyco/x/commit/6789771ab88a909552da74095694a4c2a191a51d)),
2392
+ closes [EX-5845](https://searchbroker.atlassian.net/browse/EX-5845)
2393
+
2394
+ # Change Log
2395
+
2396
+ All notable changes to this project will be documented in this file. See
2397
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
2398
+
2399
+ ## [3.0.0-alpha.85](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.84...@empathyco/x-components@3.0.0-alpha.85) (2022-04-14)
2400
+
2401
+ ### Features
2402
+
2403
+ - extract SessionService to x-utils package
2404
+ ([5268808](https://github.com/empathyco/x/commit/52688087e577dfd7ce9b0669b21ada75ae67053c))
2405
+
2406
+ # Change Log
2407
+
2408
+ All notable changes to this project will be documented in this file. See
2409
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
2410
+
2411
+ ## [3.0.0-alpha.84](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.83...@empathyco/x-components@3.0.0-alpha.84) (2022-04-07)
2412
+
2413
+ **Note:** Version bump only for package @empathyco/x-components
2414
+
2415
+ # Change Log
2416
+
2417
+ All notable changes to this project will be documented in this file. See
2418
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
2419
+
2420
+ ## [3.0.0-alpha.83](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.82...@empathyco/x-components@3.0.0-alpha.83) (2022-04-07)
2421
+
2422
+ ### Code Refactoring
2423
+
2424
+ - move DeepPartial type from x-components to x-utils
2425
+ ([a26f0c5](https://github.com/empathyco/x/commit/a26f0c54317f17144b4262c60b0a0dc086883eb9)),
2426
+ closes [EX-5835](https://searchbroker.atlassian.net/browse/EX-5835)
2427
+
2428
+ ### Documentation
2429
+
2430
+ - activating ready live-examples
2431
+ ([953e6c2](https://github.com/empathyco/x/commit/953e6c2ead73cd464fbb861bcc917134eac478a1)),
2432
+ closes [EX-5705](https://searchbroker.atlassian.net/browse/EX-5705)
2433
+
2434
+ # Change Log
2435
+
2436
+ All notable changes to this project will be documented in this file. See
2437
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
2438
+
2439
+ ## [3.0.0-alpha.82](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.81...@empathyco/x-components@3.0.0-alpha.82) (2022-04-05)
2440
+
2441
+ **Note:** Version bump only for package @empathyco/x-components
2442
+
2443
+ # Change Log
2444
+
2445
+ All notable changes to this project will be documented in this file. See
2446
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
2447
+
2448
+ ## [3.0.0-alpha.81](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.80...@empathyco/x-components@3.0.0-alpha.81) (2022-04-05)
2449
+
2450
+ **Note:** Version bump only for package @empathyco/x-components
2451
+
2452
+ # Change Log
2453
+
2454
+ All notable changes to this project will be documented in this file. See
2455
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
2456
+
2457
+ ## [3.0.0-alpha.80](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.79...@empathyco/x-components@3.0.0-alpha.80) (2022-04-04)
2458
+
2459
+ ### Testing
2460
+
2461
+ - Restructure files for non global step def (#382)
2462
+ ([d212692](https://github.com/empathyco/x/commit/d21269273e87e58312fde996fd9be3e5883958b4)),
2463
+ closes [EX-5739](https://searchbroker.atlassian.net/browse/EX-5739)
2464
+ [EX-5739](https://searchbroker.atlassian.net/browse/EX-5739)
2465
+ [EX-5739](https://searchbroker.atlassian.net/browse/EX-5739)
2466
+
2467
+ # Change Log
2468
+
2469
+ All notable changes to this project will be documented in this file. See
2470
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
2471
+
2472
+ ## [3.0.0-alpha.79](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.78...@empathyco/x-components@3.0.0-alpha.79) (2022-04-04)
2473
+
2474
+ ### Build System
2475
+
2476
+ - **deps:** Upgrade Cypress and Vue Cli plugins versions. (#399)
2477
+ ([630d6b0](https://github.com/empathyco/x/commit/630d6b0d767a3484140ecd252e2be10817e0900d)),
2478
+ closes [EX-5417](https://searchbroker.atlassian.net/browse/EX-5417)
2479
+
2480
+ # Change Log
2481
+
2482
+ All notable changes to this project will be documented in this file. See
2483
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
2484
+
2485
+ ## [3.0.0-alpha.78](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.77...@empathyco/x-components@3.0.0-alpha.78) (2022-04-04)
2486
+
2487
+ **Note:** Version bump only for package @empathyco/x-components
2488
+
2489
+ # Change Log
2490
+
2491
+ All notable changes to this project will be documented in this file. See
2492
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
2493
+
2494
+ ## [3.0.0-alpha.77](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.76...@empathyco/x-components@3.0.0-alpha.77) (2022-04-01)
2495
+
2496
+ ### Code Refactoring
2497
+
2498
+ - move `object` utils from `x-components` to `x-utils`
2499
+ ([512b350](https://github.com/empathyco/x/commit/512b350da4a3dd73ddbd78a7b2965a1e07735a8e)),
2500
+ closes [EX-5793](https://searchbroker.atlassian.net/browse/EX-5793)
2501
+
2502
+ # Change Log
2503
+
2504
+ All notable changes to this project will be documented in this file. See
2505
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
2506
+
2507
+ ## [3.0.0-alpha.76](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.75...@empathyco/x-components@3.0.0-alpha.76) (2022-04-01)
2508
+
2509
+ ### Code Refactoring
2510
+
2511
+ - move `NonPrimitive`, `Primitive` and `AnyFunction` types from `x-components` to `x-utils`
2512
+ ([7efe460](https://github.com/empathyco/x/commit/7efe4605303492e2de6f42d844f1c3244e0bcef1)),
2513
+ closes [EX-5792](https://searchbroker.atlassian.net/browse/EX-5792)
2514
+
2515
+ ### Documentation
2516
+
2517
+ - fix links and update repository information and development setup for `x-components` (#394)
2518
+ ([64d2118](https://github.com/empathyco/x/commit/64d2118f95673048df7e1a791ec3ae26da316ec9))
2519
+
2520
+ # Change Log
2521
+
2522
+ All notable changes to this project will be documented in this file. See
2523
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
2524
+
2525
+ ## [3.0.0-alpha.75](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.74...@empathyco/x-components@3.0.0-alpha.75) (2022-03-31)
2526
+
2527
+ **Note:** Version bump only for package @empathyco/x-components
2528
+
2529
+ ## [3.0.0-alpha.74](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.73...@empathyco/x-components@3.0.0-alpha.74) (2022-03-31)
2530
+
2531
+ ### Bug Fixes
2532
+
2533
+ - **base-currency:** format preference goes prop to be injected by default
2534
+ ([29d5e8d](https://github.com/empathyco/x/commit/29d5e8d576019504ef642af6119c764292f44c51)),
2535
+ closes [EX-5649](https://searchbroker.atlassian.net/browse/EX-5649)
2536
+
2537
+ # Change Log
2538
+
3
2539
  All notable changes to this project will be documented in this file. See
4
2540
  [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
2541
 
2542
+ ## [3.0.0-alpha.73](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.72...@empathyco/x-components@3.0.0-alpha.73) (2022-03-24)
2543
+
2544
+ ### Features
2545
+
2546
+ - **history-queries:** add toggle to enable/disable the history queries
2547
+ ([655b55a](https://github.com/empathyco/x/commit/655b55a3f10788073a842d18f7849634e5f94376)),
2548
+ closes [EX-5600](https://searchbroker.atlassian.net/browse/EX-5600)
2549
+
2550
+ ## [3.0.0-alpha.72](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.71...@empathyco/x-components@3.0.0-alpha.72) (2022-03-23)
2551
+
2552
+ ### Documentation
2553
+
2554
+ - Update documentation to differentiate integration from development
2555
+ ([fc8d9fa](https://github.com/empathyco/x/commit/fc8d9faa57faafee90c0f4da159b6040294c099c)),
2556
+ closes [EX-5608](https://searchbroker.atlassian.net/browse/EX-5608)
2557
+
2558
+ ## [3.0.0-alpha.71](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.70...@empathyco/x-components@3.0.0-alpha.71) (2022-03-23)
2559
+
2560
+ ### Testing
2561
+
2562
+ - E2E tests maintenance (#371) [[EX-5618](https://searchbroker.atlassian.net/browse/EX-5618)]
2563
+ ([e12ca33](https://github.com/empathyco/x/commit/e12ca335235c654f5e1e9ae608950bf527954448))
2564
+
2565
+ ## [3.0.0-alpha.70](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.69...@empathyco/x-components@3.0.0-alpha.70) (2022-03-21)
2566
+
2567
+ **Note:** Version bump only for package @empathyco/x-components
2568
+
2569
+ ## [3.0.0-alpha.69](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.68...@empathyco/x-components@3.0.0-alpha.69) (2022-03-18)
2570
+
2571
+ ### Features
2572
+
2573
+ - **history-queries:** add `my-history` component
2574
+ ([a7de7f2](https://github.com/empathyco/x/commit/a7de7f297251bf4290787e362f46b2ab3ec6a428)),
2575
+ closes [EX-3582](https://searchbroker.atlassian.net/browse/EX-3582)
2576
+
2577
+ ## [3.0.0-alpha.68](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.67...@empathyco/x-components@3.0.0-alpha.68) (2022-03-16)
2578
+
2579
+ ### Bug Fixes
2580
+
2581
+ - prevent node-ipc vulnerability
2582
+ ([fc8b83c](https://github.com/empathyco/x/commit/fc8b83ce73bdbd7148ce99ad3a95d7a7658bd8ba))
2583
+
2584
+ ## [3.0.0-alpha.67](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.66...@empathyco/x-components@3.0.0-alpha.67) (2022-03-11)
2585
+
2586
+ ### ⚠ BREAKING CHANGES
2587
+
2588
+ - Remove `selected` and `previous` logic from related tags.
2589
+ - Remove `EmpathyRequestRelatedTagsQueryMapper`.
2590
+
2591
+ ### Features
2592
+
2593
+ - move related tags concatenation logic (#365)
2594
+ ([4e71797](https://github.com/empathyco/x/commit/4e717970198f67018a9b66ed6e47f511ecef4c62)),
2595
+ closes [EX-5410](https://searchbroker.atlassian.net/browse/EX-5410)
2596
+
2597
+ ## [3.0.0-alpha.66](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.65...@empathyco/x-components@3.0.0-alpha.66) (2022-03-09)
2598
+
2599
+ ### Testing
2600
+
2601
+ - **e2e:** Fix E2E tests in Firefox
2602
+ ([6d25577](https://github.com/empathyco/x/commit/6d25577ad383e6e82a3072eb22809872dc0dc865)),
2603
+ closes [EX-5525](https://searchbroker.atlassian.net/browse/EX-5525)
2604
+
2605
+ ## [3.0.0-alpha.65](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.64...@empathyco/x-components@3.0.0-alpha.65) (2022-03-08)
2606
+
2607
+ ### Features
2608
+
2609
+ - update typescript
2610
+ ([73edca6](https://github.com/empathyco/x/commit/73edca61c1cea39d82a7ab94bc18c8bff94c138c)),
2611
+ closes [EX-5367](https://searchbroker.atlassian.net/browse/EX-5367)
2612
+
2613
+ ## [3.0.0-alpha.64](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.63...@empathyco/x-components@3.0.0-alpha.64) (2022-03-03)
2614
+
2615
+ ### Features
2616
+
2617
+ - Add `setSnippetConfig` function to the `X` API
2618
+ ([8c53cc7](https://github.com/empathyco/x/commit/8c53cc74cdd95e1a8ef3aa8167206cd81685d1e7)),
2619
+ closes [EX-5384](https://searchbroker.atlassian.net/browse/EX-5384)
2620
+
2621
+ ## [3.0.0-alpha.63](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.62...@empathyco/x-components@3.0.0-alpha.63) (2022-03-01)
2622
+
2623
+ ### Build System
2624
+
2625
+ - remove `polyfills` support
2626
+ ([a06fcf3](https://github.com/empathyco/x/commit/a06fcf333b06a4d26c32304127f02125d101a0fd)),
2627
+ closes [EX-3559](https://searchbroker.atlassian.net/browse/EX-3559)
2628
+
2629
+ ## [3.0.0-alpha.62](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.61...@empathyco/x-components@3.0.0-alpha.62) (2022-02-28)
2630
+
2631
+ **Note:** Version bump only for package @empathyco/x-components
2632
+
2633
+ ## [3.0.0-alpha.61](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.60...@empathyco/x-components@3.0.0-alpha.61) (2022-02-24)
2634
+
2635
+ ### Testing
2636
+
2637
+ - **e2e:** add `extra-params` scenarios
2638
+ ([4275c28](https://github.com/empathyco/x/commit/4275c2811ea7b0eaaf588fa4d96a7ae3cf4c43c7)),
2639
+ closes [EX-5377](https://searchbroker.atlassian.net/browse/EX-5377)
2640
+
2641
+ ## [3.0.0-alpha.60](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.59...@empathyco/x-components@3.0.0-alpha.60) (2022-02-24)
2642
+
2643
+ ### Features
2644
+
2645
+ - **facets:** add facets mixin to share logic between components
2646
+ ([c8a9046](https://github.com/empathyco/x/commit/c8a904612213cd12040dd6fa1348f6c9a7726eda)),
2647
+ closes [EX-2899](https://searchbroker.atlassian.net/browse/EX-2899)
2648
+
2649
+ ### Testing
2650
+
2651
+ - **e2e:** fix `tagging` using the `mockedAdapter` and replacing `fetch` for `sendBeacon`
2652
+ ([cf06d2f](https://github.com/empathyco/x/commit/cf06d2f7e9aff3987bc14fa46cd65eace402e612)),
2653
+ closes [EX-5374](https://searchbroker.atlassian.net/browse/EX-5374)
2654
+
2655
+ ## [3.0.0-alpha.59](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.58...@empathyco/x-components@3.0.0-alpha.59) (2022-02-17)
2656
+
2657
+ ### Features
2658
+
2659
+ - **design-system:** add `curated` modifier to the `suggestion`
2660
+ ([dd229fd](https://github.com/empathyco/x/commit/dd229fd3d64840ed3041bec618a1a23e3726430d)),
2661
+ closes [EX-5290](https://searchbroker.atlassian.net/browse/EX-5290)
2662
+
2663
+ ## [3.0.0-alpha.58](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.57...@empathyco/x-components@3.0.0-alpha.58) (2022-02-16)
2664
+
2665
+ ### Features
2666
+
2667
+ - **scroll:** add scroll data state to the alias API
2668
+ ([7f5642c](https://github.com/empathyco/x/commit/7f5642cf5e60fe96a22c8fe9897c9ba73cbede55)),
2669
+ closes [EX-5249](https://searchbroker.atlassian.net/browse/EX-5249)
2670
+
2671
+ ## [3.0.0-alpha.57](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.56...@empathyco/x-components@3.0.0-alpha.57) (2022-02-16)
2672
+
2673
+ ### Bug Fixes
2674
+
2675
+ - **build:** Fix build side effects to include css.
2676
+ ([f79d7b9](https://github.com/empathyco/x/commit/f79d7b9e738485e14ac8f88b343a97d8f55c51e6)),
2677
+ closes [EX-5396](https://searchbroker.atlassian.net/browse/EX-5396)
2678
+
2679
+ ## [3.0.0-alpha.56](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.55...@empathyco/x-components@3.0.0-alpha.56) (2022-02-15)
2680
+
2681
+ ### Bug Fixes
2682
+
2683
+ - **decorators:** pending `debounced` execution is cancelled when the component is destroyed
2684
+ ([27da789](https://github.com/empathyco/x/commit/27da789412804f3f768d07e8ffd846ea2df8553e)),
2685
+ closes [EX-5215](https://searchbroker.atlassian.net/browse/EX-5215)
2686
+
2687
+ ## [3.0.0-alpha.55](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.54...@empathyco/x-components@3.0.0-alpha.55) (2022-02-10)
2688
+
2689
+ **Note:** Version bump only for package @empathyco/x-components
2690
+
2691
+ ## [3.0.0-alpha.54](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.53...@empathyco/x-components@3.0.0-alpha.54) (2022-02-09)
2692
+
2693
+ ### ⚠ BREAKING CHANGES
2694
+
2695
+ - **components:** Removed `CollapseFromTop` Animation. Use `animateScale()` instead.
2696
+ - **components:** Removed `TranslateFromLeft` and `TranslateFromRight` components. Use
2697
+ `animateTranslate('left')` and `animateTranslate('right')` instead.
2698
+
2699
+ ### Features
2700
+
2701
+ - **components:** created abstract factory for animations
2702
+ ([a6120c1](https://github.com/empathyco/x/commit/a6120c135f93e5993f8d41b2b823085a2bf3d291)),
2703
+ closes [EX-5355](https://searchbroker.atlassian.net/browse/EX-5355)
2704
+
2705
+ ## [3.0.0-alpha.53](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.52...@empathyco/x-components@3.0.0-alpha.53) (2022-02-08)
2706
+
2707
+ ### Continuous Integration
2708
+
2709
+ - update rollup and plugins version
2710
+ ([d240f3d](https://github.com/empathyco/x/commit/d240f3de8bc3e226d0bd8ac2d9bd4282cc660b86)),
2711
+ closes [EX-5342](https://searchbroker.atlassian.net/browse/EX-5342)
2712
+
2713
+ ## [3.0.0-alpha.52](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.51...@empathyco/x-components@3.0.0-alpha.52) (2022-02-07)
2714
+
2715
+ ### Documentation
2716
+
2717
+ - fix multiple broken links
2718
+ ([226a2e5](https://github.com/empathyco/x/commit/226a2e54a4ed8832c7c47d26254e85c301913d98)),
2719
+ closes [EX-5035](https://searchbroker.atlassian.net/browse/EX-5035)
2720
+
2721
+ ## [3.0.0-alpha.51](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.50...@empathyco/x-components@3.0.0-alpha.51) (2022-02-04)
2722
+
2723
+ ### Code Refactoring
2724
+
2725
+ - change to the top of the wiring the ParamsLoadedFromUrl event.
2726
+ ([26634c8](https://github.com/empathyco/x/commit/26634c8010bc4d2e795caceefc622c6329fad72c)),
2727
+ closes [EX-5327](https://searchbroker.atlassian.net/browse/EX-5327)
2728
+
2729
+ ## [3.0.0-alpha.50](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.49...@empathyco/x-components@3.0.0-alpha.50) (2022-02-04)
2730
+
2731
+ ### Features
2732
+
2733
+ - **design-system:** change curated tag toke values to reuse default ones.
2734
+ ([2fd261a](https://github.com/empathyco/x/commit/2fd261ae54ec3de8eabdbcd5611bf5e1416d37f8)),
2735
+ closes [EX-5354](https://searchbroker.atlassian.net/browse/EX-5354)
2736
+
2737
+ ## [3.0.0-alpha.49](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.48...@empathyco/x-components@3.0.0-alpha.49) (2022-02-03)
2738
+
2739
+ ### Continuous Integration
2740
+
2741
+ - release alpha version on every push to main branch
2742
+ ([f86e0b3](https://github.com/empathyco/x/commit/f86e0b3ad14e7a9bd6d659219fe12f6d94ebdb94)),
2743
+ closes [EX-5263](https://searchbroker.atlassian.net/browse/EX-5263)
2744
+
2745
+ ## [3.0.0-alpha.48](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.47...@empathyco/x-components@3.0.0-alpha.48) (2022-02-02)
2746
+
2747
+ ### ⚠ BREAKING CHANGES
2748
+
2749
+ - **facets:** Remove `BaseFilter` component. Use `RenderlessFilter`instead.
2750
+
2751
+ ### Features
2752
+
2753
+ - **design-system:** add curated tags (#311)
2754
+ ([9f40c2b](https://github.com/empathyco/x/commit/9f40c2b17eb08353efc964dba075470877eead46)),
2755
+ closes [EX-5089](https://searchbroker.atlassian.net/browse/EX-5089)
2756
+ - **extra-params:** add option to add more extra params using a prop in `SnippetConfigExtraParams`
2757
+ component
2758
+ ([7f9f8b2](https://github.com/empathyco/x/commit/7f9f8b2a7d2a78ed5a101f6e005fffa4f20d3594)),
2759
+ closes [EX-5205](https://searchbroker.atlassian.net/browse/EX-5205)
2760
+ - **facets:** change `NumberRangeFilter` component to use `RenderlessFilter` instead of `BaseFilter`
2761
+ ([f0edfac](https://github.com/empathyco/x/commit/f0edfac14a184ed7fefd27e1c1e700848ada4471)),
2762
+ closes [EX-3953](https://searchbroker.atlassian.net/browse/EX-3953)
2763
+ - update polyfills plugin to work with chunks
2764
+ ([54c1842](https://github.com/empathyco/x/commit/54c18420011e5e452bd8b48d640cbd067d0ce921)),
2765
+ closes [EX-5278](https://searchbroker.atlassian.net/browse/EX-5278)
2766
+
2767
+ ## [3.0.0-alpha.47](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.46...@empathyco/x-components@3.0.0-alpha.47) (2022-02-01)
2768
+
2769
+ ### Features
2770
+
2771
+ - **components:** Add `payload` and `metadata` to the `SnippetCallbackExecuted` event payload
2772
+ ([a18b8fa](https://github.com/empathyco/x/commit/a18b8fafcc7607fef82d3c9fb1211669f3bbc8a3)),
2773
+ closes [EX-5324](https://searchbroker.atlassian.net/browse/EX-5324)
2774
+ - **components:** Allow `BaseResultAddToCart` to use external listeners.
2775
+ ([a596c07](https://github.com/empathyco/x/commit/a596c07c1ead0e8d3fcf169afddaf15ad6d92e47)),
2776
+ closes [EX-5323](https://searchbroker.atlassian.net/browse/EX-5323)
2777
+ - **EX-3539:** track PDP add to cart (#306)
2778
+ ([dcad4f6](https://github.com/empathyco/x/commit/dcad4f69ce6b267960f882b3831459e372086272)),
2779
+ closes [EX-3539](https://searchbroker.atlassian.net/browse/EX-3539)
2780
+ [EX-3538](https://searchbroker.atlassian.net/browse/EX-3538)
2781
+
2782
+ ## [3.0.0-alpha.46](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.45...@empathyco/x-components@3.0.0-alpha.46) (2022-01-24)
2783
+
2784
+ ### Bug Fixes
2785
+
2786
+ - **components:** Fix BaseGrid auto columns CSS. (#308)
2787
+ ([77563f0](https://github.com/empathyco/x/commit/77563f0eb71d806fb2cefb88b750c4852918b8c0)),
2788
+ closes [EX-5295](https://searchbroker.atlassian.net/browse/EX-5295)
2789
+
2790
+ ### Build System
2791
+
2792
+ - Fix colors.js dependency issue
2793
+ ([2ffcc22](https://github.com/empathyco/x/commit/2ffcc222f5666d7866c8d7cd3a0eec7c0bb1f938)),
2794
+ closes [EX-5293](https://searchbroker.atlassian.net/browse/EX-5293)
2795
+
2796
+ ## [3.0.0-alpha.45](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.44...@empathyco/x-components@3.0.0-alpha.45) (2022-01-20)
2797
+
2798
+ ### Features
2799
+
2800
+ - **design-system:** allow suggestions to be tags
2801
+ ([24c94bb](https://github.com/empathyco/x/commit/24c94bb604f87a2135a36be5a298f053eba80738)),
2802
+ closes [EX-4917](https://searchbroker.atlassian.net/browse/EX-4917)
2803
+
2804
+ ### Bug Fixes
2805
+
2806
+ - **url:** default `extra params` are now properly restored
2807
+ ([5540929](https://github.com/empathyco/x/commit/554092985a394e1d2b6087b1129282993da7e8c6)),
2808
+ closes [EX-5203](https://searchbroker.atlassian.net/browse/EX-5203)
2809
+
2810
+ ### Testing
2811
+
2812
+ - **e2e:** make `tagging` tests wait for redirection before assertion
2813
+ ([f98cd25](https://github.com/empathyco/x/commit/f98cd254084f60893b1eb723d4081bf0c0f44166)),
2814
+ closes [EX-5273](https://searchbroker.atlassian.net/browse/EX-5273)
2815
+
2816
+ ## [3.0.0-alpha.44](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.43...@empathyco/x-components@3.0.0-alpha.44) (2022-01-14)
2817
+
2818
+ ### ⚠ BREAKING CHANGES
2819
+
2820
+ - **components:** `SlidingPanel` buttons do not have the round variant set by default.
2821
+
2822
+ ### Features
2823
+
2824
+ - **components:** add `buttonClass` prop in `SlidingPanel`
2825
+ ([fa554a2](https://github.com/empathyco/x/commit/fa554a2231ec9a00b5aea566970c2b7b0d34845f)),
2826
+ closes [EX-5233](https://searchbroker.atlassian.net/browse/EX-5233)
2827
+ - **components:** add Result Rating component
2828
+ ([db5cbb5](https://github.com/empathyco/x/commit/db5cbb5779e0e503ec934df4cda3dd241c49fc8e)),
2829
+ closes [EX-5243](https://searchbroker.atlassian.net/browse/EX-5243)
2830
+
2831
+ ### Bug Fixes
2832
+
2833
+ - **design-system:** Fix some style issues and add two missing utilities
2834
+ ([c4ae728](https://github.com/empathyco/x/commit/c4ae728d78b36ee566ca283626e36bf9b6aed07f)),
2835
+ closes [EX-5270](https://searchbroker.atlassian.net/browse/EX-5270)
2836
+ - **identifier-results:** Fix default plugin config. (#296)
2837
+ ([68d4b93](https://github.com/empathyco/x/commit/68d4b93f3f8d439814a11055ac657c0bce5accfd)),
2838
+ closes [EX-5247](https://searchbroker.atlassian.net/browse/EX-5247)
2839
+ [EX-5247](https://searchbroker.atlassian.net/browse/EX-5247)
2840
+
2841
+ ## [3.0.0-alpha.43](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.42...@empathyco/x-components@3.0.0-alpha.43) (2022-01-06)
2842
+
2843
+ ### Features
2844
+
2845
+ - **components:** Add icons for Arrows UP DOWN LEFT and RIGHT. (#295)
2846
+ ([693b26f](https://github.com/empathyco/x/commit/693b26f8e2d250f97bcf0cce472299b2edcc4823)),
2847
+ closes [EX-5245](https://searchbroker.atlassian.net/browse/EX-5245)
2848
+
2849
+ ## [3.0.0-alpha.42](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.41...@empathyco/x-components@3.0.0-alpha.42) (2022-01-05)
2850
+
2851
+ ### Features
2852
+
2853
+ - **design-system:** Add more utility classes.
2854
+ ([592e076](https://github.com/empathyco/x/commit/592e0761d201d80fdf62ba260ac4ef0847fb7f17)),
2855
+ closes [EX-5241](https://searchbroker.atlassian.net/browse/EX-5241)
2856
+ - **desing-system:** Add `Grid2RowsIcon` component
2857
+ ([cbd014f](https://github.com/empathyco/x/commit/cbd014fb1a07c2aa738c3ef828c9caf5ec9ded39)),
2858
+ closes [EX-5238](https://searchbroker.atlassian.net/browse/EX-5238)
2859
+
2860
+ ### Bug Fixes
2861
+
2862
+ - **design-system:** Fix grid styles to stretch cells.
2863
+ ([3292229](https://github.com/empathyco/x/commit/32922290173cc87fe5c82934b9a9e01dc27b3c23)),
2864
+ closes [EX-5239](https://searchbroker.atlassian.net/browse/EX-5239)
2865
+ - **design-system:** Fix Sliding Panel styles.
2866
+ ([bcf2092](https://github.com/empathyco/x/commit/bcf20925c3baf7847792b7b77b07178d62a27e7e)),
2867
+ closes [EX-5234](https://searchbroker.atlassian.net/browse/EX-5234)
2868
+
2869
+ ## [3.0.0-alpha.41](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.40...@empathyco/x-components@3.0.0-alpha.41) (2022-01-03)
2870
+
2871
+ ### Features
2872
+
2873
+ - **next-queries:** add isCurated property
2874
+ ([8b7b313](https://github.com/empathyco/x/commit/8b7b3132c7fa8aff095a92c84abdc150be705976)),
2875
+ closes [EX-5152](https://searchbroker.atlassian.net/browse/EX-5152)
2876
+
2877
+ ## [3.0.0-alpha.40](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.39...@empathyco/x-components@3.0.0-alpha.40) (2021-12-29)
2878
+
2879
+ ### Features
2880
+
2881
+ - **tagging:** add new `SearchTaggingReceived` event for tracking the query
2882
+ ([d58b697](https://github.com/empathyco/x/commit/d58b69730915ccd6fb2b0656ff7280450275b5be)),
2883
+ closes [EX-5170](https://searchbroker.atlassian.net/browse/EX-5170)
2884
+
2885
+ ### Bug Fixes
2886
+
2887
+ - **components:** `SlidingPanel` can now disable the resetting scroll … (#286)
2888
+ ([788eb18](https://github.com/empathyco/x/commit/788eb18bf0e066d932484143d0412497f3dada6e)),
2889
+ closes [EX-5197](https://searchbroker.atlassian.net/browse/EX-5197)
2890
+ - **related-tags:** clear selected related tags when user changes extra params
2891
+ ([b2d9b94](https://github.com/empathyco/x/commit/b2d9b94053aebbbda41659dbc3e4602931fd1bb5)),
2892
+ closes [EX-5188](https://searchbroker.atlassian.net/browse/EX-5188)
2893
+ - **search:** batch state reset calls after a search.request parameter changes (#283)
2894
+ ([492e856](https://github.com/empathyco/x/commit/492e8566913428426459ada29ca4963730cfcd7c)),
2895
+ closes [EX-5057](https://searchbroker.atlassian.net/browse/EX-5057)
2896
+ - **search:** next page is now requested if it has less than the page size results. (#284)
2897
+ ([f574792](https://github.com/empathyco/x/commit/f5747923f60f81564ebf124d95cae8a5d92400d4)),
2898
+ closes [EX-5194](https://searchbroker.atlassian.net/browse/EX-5194)
2899
+
2900
+ ## [3.0.0-alpha.39](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.38...@empathyco/x-components@3.0.0-alpha.39) (2021-12-22)
2901
+
2902
+ ### Features
2903
+
2904
+ - **design-system:** Add bottom variant to `x-shadow` utility in the Design System
2905
+ ([a23552f](https://github.com/empathyco/x/commit/a23552f29d1ec1b7939c770862d91f9e2f3a4890)),
2906
+ closes [EX-5184](https://searchbroker.atlassian.net/browse/EX-5184)
2907
+
2908
+ ### Bug Fixes
2909
+
2910
+ - Fix multiple issues.
2911
+ ([2f5515e](https://github.com/empathyco/x/commit/2f5515e5bcaca67f085ff3eef4fb52698041292c)),
2912
+ closes [EX-5179](https://searchbroker.atlassian.net/browse/EX-5179)
2913
+
2914
+ ## [3.0.0-alpha.38](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.37...@empathyco/x-components@3.0.0-alpha.38) (2021-12-22)
2915
+
2916
+ ### Features
2917
+
2918
+ - **desing-system:** Add new color tokens. (#275)
2919
+ ([e93fcc4](https://github.com/empathyco/x/commit/e93fcc4cea0e975441695f14a66b0863cb5896af)),
2920
+ closes [EX-5171](https://searchbroker.atlassian.net/browse/EX-5171)
2921
+ - **test:** refactor base tests to cypress component testing
2922
+ ([dc7a924](https://github.com/empathyco/x/commit/dc7a924b612411470742d222bcc6531fa656ce13)),
2923
+ closes [EX-4928](https://searchbroker.atlassian.net/browse/EX-4928)
2924
+ - **x-plugin:** Add selected sort (#274)
2925
+ ([b4c0d14](https://github.com/empathyco/x/commit/b4c0d140ca5eba8de189068fef5dd2a6249c1207)),
2926
+ closes [EX-5165](https://searchbroker.atlassian.net/browse/EX-5165)
2927
+
2928
+ ### Bug Fixes
2929
+
2930
+ - **components:** Fix infinite scroll not working in Android Chrome. (#277)
2931
+ ([19c3d77](https://github.com/empathyco/x/commit/19c3d77f124a1bbc099bae0e5dbb80fb30a132a1)),
2932
+ closes [EX-5181](https://searchbroker.atlassian.net/browse/EX-5181)
2933
+ - **search:** rows and start parameters calculations moved from getter to action to avoid multiple
2934
+ requests
2935
+ ([84752ba](https://github.com/empathyco/x/commit/84752ba3eb1ab728b6adf5cc62ea31646f42b959)),
2936
+ closes [EX-5047](https://searchbroker.atlassian.net/browse/EX-5047)
2937
+
2938
+ ## [3.0.0-alpha.37](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.36...@empathyco/x-components@3.0.0-alpha.37) (2021-12-15)
2939
+
2940
+ ### Features
2941
+
2942
+ - **scroll:** remove animations on pending element to scroll
2943
+ ([7a33653](https://github.com/empathyco/x/commit/7a336531c4fedb2c38133a5464f9b7e9736cef68)),
2944
+ closes [EX-5025](https://searchbroker.atlassian.net/browse/EX-5025)
2945
+ - **tagging:** Include 'location' parameter to track result events. (#273)
2946
+ ([69bab4b](https://github.com/empathyco/x/commit/69bab4b81f85725f3fc0a9bdc3177db09dd46a40)),
2947
+ closes [EX-5163](https://searchbroker.atlassian.net/browse/EX-5163)
2948
+ [EX-5163](https://searchbroker.atlassian.net/browse/EX-5163)
2949
+
2950
+ ## [3.0.0-alpha.36](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.35...@empathyco/x-components@3.0.0-alpha.36) (2021-12-15)
2951
+
2952
+ ### Build System
2953
+
2954
+ - Load PostCSS plugins from rollup build (#272)
2955
+ ([aaed2f3](https://github.com/empathyco/x/commit/aaed2f328b0b7252853922703283c77bcd1221d0)),
2956
+ closes [EX-5162](https://searchbroker.atlassian.net/browse/EX-5162)
2957
+
2958
+ ### Testing
2959
+
2960
+ - **e2e:** fix tagging tests (#270)
2961
+ ([ff2ecba](https://github.com/empathyco/x/commit/ff2ecbac79fd3c16d72a05c133dbe0b60de606f7)),
2962
+ closes [EX-5161](https://searchbroker.atlassian.net/browse/EX-5161)
2963
+
2964
+ ## [3.0.0-alpha.35](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.34...@empathyco/x-components@3.0.0-alpha.35) (2021-12-14)
2965
+
2966
+ ### Features
2967
+
2968
+ - **components:** fix 'BaseRating' component styles (#264)
2969
+ ([053447f](https://github.com/empathyco/x/commit/053447fdb2884f04f6099b6b78876c006568a644)),
2970
+ closes [EX-5096](https://searchbroker.atlassian.net/browse/EX-5096)
2971
+ - **plugin:** move alias creation from created hook to beforeCreated
2972
+ ([57f98e6](https://github.com/empathyco/x/commit/57f98e6587c0c589c4b6581a5f2c1da1a45757d8)),
2973
+ closes [EX-4331](https://searchbroker.atlassian.net/browse/EX-4331)
2974
+ - **tagging:** track pending query
2975
+ ([e6c8fd4](https://github.com/empathyco/x/commit/e6c8fd401b28b2e931ebf78697f218f53134cc5a)),
2976
+ closes [EX-4963](https://searchbroker.atlassian.net/browse/EX-4963)
2977
+ - **tagging:** track result click events
2978
+ ([81f009b](https://github.com/empathyco/x/commit/81f009b0a6264c44436082e457bcb4a12daf5d19)),
2979
+ closes [EX-3527](https://searchbroker.atlassian.net/browse/EX-3527)
2980
+ - **tagging:** track the 'UserClickedResultAddToCart'event in tagging
2981
+ ([873d345](https://github.com/empathyco/x/commit/873d345d67199a64fe9f10c70944b4f74f290405)),
2982
+ closes [EX-3529](https://searchbroker.atlassian.net/browse/EX-3529)
2983
+ - **wiring:** add force and cancel support to debounce and throttle wire operators. Update rxjs to
2984
+ v7. ([1fe2f29](https://github.com/empathyco/x/commit/1fe2f298589b1aa44798f3911379fe11905a43a9)),
2985
+ closes [EX-5123](https://searchbroker.atlassian.net/browse/EX-5123)
2986
+
2987
+ ### Bug Fixes
2988
+
2989
+ - **components:** Export missing layout components
2990
+ ([15986f5](https://github.com/empathyco/x/commit/15986f56b8b78b49abe70936c0bd2ba6d85a6bbb)),
2991
+ closes [EX-5160](https://searchbroker.atlassian.net/browse/EX-5160)
2992
+ - **extra-params:** prevent callbacks option from the snippet config to be taken as extra params
2993
+ ([2940d2c](https://github.com/empathyco/x/commit/2940d2c7163904a193c459892792b2153de7d079)),
2994
+ closes [EX-5104](https://searchbroker.atlassian.net/browse/EX-5104)
2995
+
2996
+ ### Testing
2997
+
2998
+ - **e2e:** make url tests intercept tracking and wait for each request
2999
+ ([393dbea](https://github.com/empathyco/x/commit/393dbea71648b010a4f3d197c180c91741c6054b)),
3000
+ closes [EX-5127](https://searchbroker.atlassian.net/browse/EX-5127)
3001
+
3002
+ ### Documentation
3003
+
3004
+ - add guide for integrating X Interface into an existing website
3005
+ ([9e14a52](https://github.com/empathyco/x/commit/9e14a52389c77deede822643e50b34e5bbf78ddf)),
3006
+ closes [EX-5143](https://searchbroker.atlassian.net/browse/EX-5143)
3007
+ - change h1 to be h2
3008
+ ([a7e16c6](https://github.com/empathyco/x/commit/a7e16c616fe2593eccf93799f9a46c688857b35b)),
3009
+ closes [EX-5064](https://searchbroker.atlassian.net/browse/EX-5064)
3010
+
3011
+ ## [3.0.0-alpha.34](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.33...@empathyco/x-components@3.0.0-alpha.34) (2021-12-03)
3012
+
3013
+ ### Features
3014
+
3015
+ - **search-box:** focus search input after clicking clear search button
3016
+ ([d28994c](https://github.com/empathyco/x/commit/d28994c1995834a1adb19798060051089200d7f7)),
3017
+ closes [EX-2242](https://searchbroker.atlassian.net/browse/EX-2242)
3018
+ - **tagging:** move `origin` from `request.getter` to `fetchAndSave.action`
3019
+ ([b0bb40d](https://github.com/empathyco/x/commit/b0bb40de5e2ae7f65e2e2df032a1da9a51f0cb4d)),
3020
+ closes [EX-5079](https://searchbroker.atlassian.net/browse/EX-5079)
3021
+ - **url:** set `origin` when navigating
3022
+ ([02aa766](https://github.com/empathyco/x/commit/02aa7661a15c3718f4809d094a01b0f684a1f55d)),
3023
+ closes [EX-3541](https://searchbroker.atlassian.net/browse/EX-3541)
3024
+
3025
+ ### Documentation
3026
+
3027
+ - Remove docusaurus headers
3028
+ ([6252165](https://github.com/empathyco/x/commit/62521658374eb5c78112314502606e2d82113a95)),
3029
+ closes [EX-5081](https://searchbroker.atlassian.net/browse/EX-5081)
3030
+
3031
+ ## [3.0.0-alpha.33](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.32...@empathyco/x-components@3.0.0-alpha.33) (2021-11-30)
3032
+
3033
+ ### Features
3034
+
3035
+ - **related-tags:** add `isCurated` property to related tags
3036
+ ([e063f45](https://github.com/empathyco/x/commit/e063f4560573bcb1bf32fbe49753f2fe6b235cc7)),
3037
+ closes [EX-4940](https://searchbroker.atlassian.net/browse/EX-4940)
3038
+ - **search:** change `saveOriginWire` wire from `SelectedRelatedTagsChanged` to
3039
+ `UserPickedARelatedTag` (#254)
3040
+ ([86072b0](https://github.com/empathyco/x/commit/86072b0805a3dc61b75c0a5760cf2c70e125be34)),
3041
+ closes [EX-5078](https://searchbroker.atlassian.net/browse/EX-5078)
3042
+ - **utils:** now `origin` only requires the `feature`
3043
+ ([087d646](https://github.com/empathyco/x/commit/087d646a2b97f945e9c4f81112925a6783d66f41)),
3044
+ closes [EX-5077](https://searchbroker.atlassian.net/browse/EX-5077)
3045
+
3046
+ ## [3.0.0-alpha.32](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.31...@empathyco/x-components@3.0.0-alpha.32) (2021-11-29)
3047
+
3048
+ ### ⚠ BREAKING CHANGES
3049
+
3050
+ - **storage-service:** `StorageService` has been renamed to `BrowserStorageService`.
3051
+
3052
+ ### Features
3053
+
3054
+ - **components:** Add `GlobalXBus `component
3055
+ ([cc8e28b](https://github.com/empathyco/x/commit/cc8e28b5b5d7f1735c490c0b576d620f4f1dd103)),
3056
+ closes [EX-3535](https://searchbroker.atlassian.net/browse/EX-3535)
3057
+ - **components:** add `SnippetCallbacks` component
3058
+ ([0b89a9f](https://github.com/empathyco/x/commit/0b89a9ff0de60194567d47e768bf0f0fb654b998)),
3059
+ closes [EX-5002](https://searchbroker.atlassian.net/browse/EX-5002)
3060
+ - **storage-service:** Rename `StorageService` to `BrowserStorageService`
3061
+ ([6bf38fb](https://github.com/empathyco/x/commit/6bf38fb7d14323c84c949e21eaa9c692fb0014d7)),
3062
+ closes [EX-5073](https://searchbroker.atlassian.net/browse/EX-5073)
3063
+
3064
+ ### Bug Fixes
3065
+
3066
+ - **tagging:** now removing the session clears the session from the storage
3067
+ ([9328aad](https://github.com/empathyco/x/commit/9328aadca920825bdaddeb565ee47ef0430f25fd)),
3068
+ closes [EX-5074](https://searchbroker.atlassian.net/browse/EX-5074)
3069
+
3070
+ ### Build System
3071
+
3072
+ - update jest dependencies
3073
+ ([f3fee15](https://github.com/empathyco/x/commit/f3fee157d724292f5cbb7166908d48ef2fb4fe8c)),
3074
+ closes [EX-5027](https://searchbroker.atlassian.net/browse/EX-5027)
3075
+
3076
+ ## [3.0.0-alpha.31](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.30...@empathyco/x-components@3.0.0-alpha.31) (2021-11-25)
3077
+
3078
+ ### Features
3079
+
3080
+ - **design-system:** add identifier result in suggestion component
3081
+ ([d4ce3c2](https://github.com/empathyco/x/commit/d4ce3c2eb1188e38e55e466f65c9da165bf9bfe7)),
3082
+ closes [EX-5065](https://searchbroker.atlassian.net/browse/EX-5065)
3083
+ - **identifier-results:** add extra params in the x-module
3084
+ ([6afff42](https://github.com/empathyco/x/commit/6afff426081b645bb0e878c77915a4c319b847d2)),
3085
+ closes [EX-5066](https://searchbroker.atlassian.net/browse/EX-5066)
3086
+ - **tagging:** `track` query
3087
+ ([594c656](https://github.com/empathyco/x/commit/594c65649cbf08f586dc9912b367ea39d9da2fa6)),
3088
+ closes [EX-4989](https://searchbroker.atlassian.net/browse/EX-4989)
3089
+ - **tagging:** add feature hardcoded values
3090
+ ([ee6db3a](https://github.com/empathyco/x/commit/ee6db3a360228528a109fedc732bd552ad5d5a61)),
3091
+ closes [EX-5003](https://searchbroker.atlassian.net/browse/EX-5003)
3092
+
3093
+ ### Testing
3094
+
3095
+ - **e2e:** Reduce command timeout and number of retries.
3096
+ ([5e1521f](https://github.com/empathyco/x/commit/5e1521f53aad1e4bfc8f60c7e705422ab2af052c)),
3097
+ closes [EX-5015](https://searchbroker.atlassian.net/browse/EX-5015)
3098
+ - **e2e:** reorder mocked responses
3099
+ ([8cab691](https://github.com/empathyco/x/commit/8cab691b553af31d9b5bc80130e16886877f1b60)),
3100
+ closes [EX-4923](https://searchbroker.atlassian.net/browse/EX-4923)
3101
+
3102
+ ### Documentation
3103
+
3104
+ - add new static docs.
3105
+ ([8a40986](https://github.com/empathyco/x/commit/8a409865fea2cd67e0c2daa5d4464f553ff33a2b)),
3106
+ closes [EX-5033](https://searchbroker.atlassian.net/browse/EX-5033)
3107
+
3108
+ ## [3.0.0-alpha.30](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.29...@empathyco/x-components@3.0.0-alpha.30) (2021-11-22)
3109
+
3110
+ ### Features
3111
+
3112
+ - **components:** add `LocationProvider` component
3113
+ ([b005713](https://github.com/empathyco/x/commit/b0057130d99767efebcd8da6ef669bee81bac567)),
3114
+ closes [EX-4639](https://searchbroker.atlassian.net/browse/EX-4639)
3115
+ - **components:** replace `BaseEventButton` for an html button
3116
+ ([6028f16](https://github.com/empathyco/x/commit/6028f16374b794df9233a9aada78933502873864)),
3117
+ closes [EX-5003](https://searchbroker.atlassian.net/browse/EX-5003)
3118
+ - **identifier-results:** add query origin in the identifier results search
3119
+ ([9c75236](https://github.com/empathyco/x/commit/9c75236bd21b0c483e01a62eb42a070510ea3cf2)),
3120
+ closes [EX-4873](https://searchbroker.atlassian.net/browse/EX-4873)
3121
+ - remove x installer from router hooks
3122
+ ([46fc1cf](https://github.com/empathyco/x/commit/46fc1cf73fccb01d1e97cd80916e33be5d617cf8))
3123
+ - **scroll:** add `MainScroll` and `MainScrollItem`
3124
+ ([477c804](https://github.com/empathyco/x/commit/477c804cc6bbd09b1558e1448ce4bfe94e56e85b)),
3125
+ closes [EX-4998](https://searchbroker.atlassian.net/browse/EX-4998)
3126
+ - **scroll:** add empty `XModule`
3127
+ ([18e3e6a](https://github.com/empathyco/x/commit/18e3e6a4c17fccc8fedf90b9d644de41b224f716)),
3128
+ closes [EX-4996](https://searchbroker.atlassian.net/browse/EX-4996)
3129
+ - **scroll:** ignore first visible element when it is also the first one observed
3130
+ ([4ae670c](https://github.com/empathyco/x/commit/4ae670c87c534ca551da2b6ee44596ff56505f92)),
3131
+ closes [EX-5041](https://searchbroker.atlassian.net/browse/EX-5041)
3132
+ - **scroll:** move scroll related components to the `Scroll` `XModule`
3133
+ ([be083fa](https://github.com/empathyco/x/commit/be083fa6f46d7fc1f6d7a2a4288f7d09644da042)),
3134
+ closes [EX-4997](https://searchbroker.atlassian.net/browse/EX-4997)
3135
+ - **search:** add `SearchTaggingChanged` emitter and save coming `queryTagging` from the search
3136
+ response
3137
+ ([aeb8cea](https://github.com/empathyco/x/commit/aeb8cea22fbc5abe3e8144000984cbff0e9f37d6)),
3138
+ closes [EX-3525](https://searchbroker.atlassian.net/browse/EX-3525)
3139
+ - **tagging:** add `SessionService`
3140
+ ([b9fcbfc](https://github.com/empathyco/x/commit/b9fcbfc0d600a0a4b32245d56c5b00965217e5f5)),
3141
+ closes [EX-4875](https://searchbroker.atlassian.net/browse/EX-4875)
3142
+ - update `Tagging` model
3143
+ ([598915c](https://github.com/empathyco/x/commit/598915ced128e3fa5586ff6c870e68cfa2e016c3)),
3144
+ closes [EX-4985](https://searchbroker.atlassian.net/browse/EX-4985)
3145
+ - **x-plugin:** Make XPluginMixin to add the component `location` to metadata.
3146
+ ([eb2c03a](https://github.com/empathyco/x/commit/eb2c03a329cd78c42becf09bdf49b860dca74e40)),
3147
+ closes [EX-4869](https://searchbroker.atlassian.net/browse/EX-4869)
3148
+
3149
+ ### Bug Fixes
3150
+
3151
+ - **identifier-results:** provide resultClickExtraEvents so BaseResultLink emits them when clicked
3152
+ ([da2da47](https://github.com/empathyco/x/commit/da2da47ed1a1fe431dfdfc5a16205967c2ec1f06)),
3153
+ closes [EX-4980](https://searchbroker.atlassian.net/browse/EX-4980)
3154
+
3155
+ ### Testing
3156
+
3157
+ - **e2e:** add typing to e2e stubs
3158
+ ([d218b1b](https://github.com/empathyco/x/commit/d218b1bf4981194aecd9c21606eba01b74472a10))
3159
+ - **e2e:** complete filter tests scenarios
3160
+ ([cc25bce](https://github.com/empathyco/x/commit/cc25bcec7dd4eadaec9fe67fae564dde5dcecbbf)),
3161
+ closes [EX-3607](https://searchbroker.atlassian.net/browse/EX-3607)
3162
+ - **e2e:** fix invalid identifier results data test selector
3163
+ ([0c1b780](https://github.com/empathyco/x/commit/0c1b780818ee244d506a603603b2e778e50c34f7))
3164
+ - **e2e:** remove sliding panel test wait
3165
+ ([84e54ac](https://github.com/empathyco/x/commit/84e54ac582afb4698ef5451a63f272988b58596d)),
3166
+ closes [EX-5009](https://searchbroker.atlassian.net/browse/EX-5009)
3167
+ - **search:** redefine old search tests
3168
+ ([5142bb5](https://github.com/empathyco/x/commit/5142bb5fb61181f199fa1019cf7c910d9736deb8)),
3169
+ closes [EX-3801](https://searchbroker.atlassian.net/browse/EX-3801)
3170
+
3171
+ ## [3.0.0-alpha.29](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.28...@empathyco/x-components@3.0.0-alpha.29) (2021-11-09)
3172
+
3173
+ ### Features
3174
+
3175
+ - **url:** set sort values and read them from the url
3176
+ ([6d98ca3](https://github.com/empathyco/x/commit/6d98ca3e031a9075c27f436419818e2d85b610cc)),
3177
+ closes [EX-3517](https://searchbroker.atlassian.net/browse/EX-3517)
3178
+
6
3179
  ## [3.0.0-alpha.28](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.27...@empathyco/x-components@3.0.0-alpha.28) (2021-11-03)
7
3180
 
8
3181
  ### Features
@@ -50,11 +3223,6 @@ All notable changes to this project will be documented in this file. See
50
3223
  ([bfb56a8](https://github.com/empathyco/x/commit/bfb56a8a004fccdde20e4f2342b591e37679201c)),
51
3224
  closes [EX-4953](https://searchbroker.atlassian.net/browse/EX-4953)
52
3225
 
53
- # Change Log
54
-
55
- All notable changes to this project will be documented in this file. See
56
- [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
57
-
58
3226
  ## [3.0.0-alpha.27](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.26...@empathyco/x-components@3.0.0-alpha.27) (2021-10-25)
59
3227
 
60
3228
  ### ⚠ BREAKING CHANGES