@empathyco/x-components 3.0.0-alpha.36 → 3.0.0-alpha.361

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 (5463) hide show
  1. package/CHANGELOG.md +3905 -45
  2. package/README.md +27 -8
  3. package/core/index.d.ts +1 -1
  4. package/core/index.js +109 -63
  5. package/core/index.js.map +1 -1
  6. package/design-system/deprecated-full-theme.css +7702 -0
  7. package/device/index.js +3 -3
  8. package/docs/API-reference/api/index.md +1 -1
  9. package/docs/API-reference/api/x-adapter-platform.bannerschema.md +13 -0
  10. package/docs/API-reference/api/x-adapter-platform.extracturlparameters.md +29 -0
  11. package/docs/API-reference/api/x-adapter-platform.facetconfig.md +21 -0
  12. package/docs/API-reference/api/x-adapter-platform.facetconfig.modelname.md +11 -0
  13. package/docs/API-reference/api/x-adapter-platform.facetconfig.schema.md +11 -0
  14. package/docs/API-reference/api/x-adapter-platform.facetschema.md +13 -0
  15. package/docs/API-reference/api/x-adapter-platform.getfacetconfig.md +26 -0
  16. package/docs/API-reference/api/x-adapter-platform.gettagginginfofromurl.md +26 -0
  17. package/docs/API-reference/api/x-adapter-platform.hierarchicalfilterschema.md +13 -0
  18. package/docs/API-reference/api/x-adapter-platform.identifierresultsendpointadapter.md +13 -0
  19. package/docs/API-reference/api/x-adapter-platform.identifierresultsrequestmapper.md +13 -0
  20. package/docs/API-reference/api/x-adapter-platform.identifierresultsrequestschema.md +13 -0
  21. package/docs/API-reference/api/x-adapter-platform.identifierresultsresponsemapper.md +13 -0
  22. package/docs/API-reference/api/x-adapter-platform.identifierresultsresponseschema.md +13 -0
  23. package/docs/API-reference/api/x-adapter-platform.md +108 -0
  24. package/docs/API-reference/api/x-adapter-platform.nextqueriesendpointadapter.md +13 -0
  25. package/docs/API-reference/api/x-adapter-platform.nextqueriesrequestmapper.md +13 -0
  26. package/docs/API-reference/api/x-adapter-platform.nextqueriesrequestschema.md +13 -0
  27. package/docs/API-reference/api/x-adapter-platform.nextqueriesresponsemapper.md +13 -0
  28. package/docs/API-reference/api/x-adapter-platform.nextqueriesresponseschema.md +13 -0
  29. package/docs/API-reference/api/x-adapter-platform.nextqueryschema.md +13 -0
  30. package/docs/API-reference/api/x-adapter-platform.numberfilterschema.md +13 -0
  31. package/docs/API-reference/api/x-adapter-platform.partialresultsschema.md +13 -0
  32. package/docs/API-reference/api/x-adapter-platform.platformadapter.identifierresults.md +11 -0
  33. package/docs/API-reference/api/x-adapter-platform.platformadapter.md +13 -0
  34. package/docs/API-reference/api/x-adapter-platform.platformadapter.nextqueries.md +11 -0
  35. package/docs/API-reference/api/x-adapter-platform.platformadapter.popularsearches.md +11 -0
  36. package/docs/API-reference/api/x-adapter-platform.platformadapter.querysuggestions.md +11 -0
  37. package/docs/API-reference/api/x-adapter-platform.platformadapter.recommendations.md +11 -0
  38. package/docs/API-reference/api/x-adapter-platform.platformadapter.relatedtags.md +11 -0
  39. package/docs/API-reference/api/x-adapter-platform.platformadapter.search.md +11 -0
  40. package/docs/API-reference/api/x-adapter-platform.platformadapter.tagging.md +11 -0
  41. package/docs/API-reference/api/x-adapter-platform.platformbanner.id.md +11 -0
  42. package/docs/API-reference/api/x-adapter-platform.platformbanner.image_url.md +11 -0
  43. package/docs/API-reference/api/x-adapter-platform.platformbanner.md +25 -0
  44. package/docs/API-reference/api/x-adapter-platform.platformbanner.position.md +11 -0
  45. package/docs/API-reference/api/x-adapter-platform.platformbanner.tagging.md +14 -0
  46. package/docs/API-reference/api/x-adapter-platform.platformbanner.title.md +11 -0
  47. package/docs/API-reference/api/x-adapter-platform.platformbanner.url.md +11 -0
  48. package/docs/API-reference/api/x-adapter-platform.platformfacet.facet.md +11 -0
  49. package/docs/API-reference/api/x-adapter-platform.platformfacet.md +22 -0
  50. package/docs/API-reference/api/x-adapter-platform.platformfacet.type.md +11 -0
  51. package/docs/API-reference/api/x-adapter-platform.platformfacet.values.md +11 -0
  52. package/docs/API-reference/api/x-adapter-platform.platformfacettype.md +13 -0
  53. package/docs/API-reference/api/x-adapter-platform.platformfilter.count.md +11 -0
  54. package/docs/API-reference/api/x-adapter-platform.platformfilter.filter.md +11 -0
  55. package/docs/API-reference/api/x-adapter-platform.platformfilter.id.md +11 -0
  56. package/docs/API-reference/api/x-adapter-platform.platformfilter.md +23 -0
  57. package/docs/API-reference/api/x-adapter-platform.platformfilter.value.md +11 -0
  58. package/docs/API-reference/api/x-adapter-platform.platformhierarchicalfilter.children.md +11 -0
  59. package/docs/API-reference/api/x-adapter-platform.platformhierarchicalfilter.md +21 -0
  60. package/docs/API-reference/api/x-adapter-platform.platformidentifierresultsrequest.md +15 -0
  61. package/docs/API-reference/api/x-adapter-platform.platformidentifierresultsresponse.catalog.md +16 -0
  62. package/docs/API-reference/api/x-adapter-platform.platformidentifierresultsresponse.md +20 -0
  63. package/docs/API-reference/api/x-adapter-platform.platformnextqueriesrequest.md +15 -0
  64. package/docs/API-reference/api/x-adapter-platform.platformnextqueriesresponse.data.md +13 -0
  65. package/docs/API-reference/api/x-adapter-platform.platformnextqueriesresponse.md +20 -0
  66. package/docs/API-reference/api/x-adapter-platform.platformnextquery.md +22 -0
  67. package/docs/API-reference/api/x-adapter-platform.platformnextquery.position.md +11 -0
  68. package/docs/API-reference/api/x-adapter-platform.platformnextquery.query.md +11 -0
  69. package/docs/API-reference/api/x-adapter-platform.platformnextquery.source.md +11 -0
  70. package/docs/API-reference/api/x-adapter-platform.platformpartialresult.content.md +11 -0
  71. package/docs/API-reference/api/x-adapter-platform.platformpartialresult.md +22 -0
  72. package/docs/API-reference/api/x-adapter-platform.platformpartialresult.numfound.md +11 -0
  73. package/docs/API-reference/api/x-adapter-platform.platformpartialresult.term.md +11 -0
  74. package/docs/API-reference/api/x-adapter-platform.platformpopularsearchesrequest.md +15 -0
  75. package/docs/API-reference/api/x-adapter-platform.platformpopularsearchesresponse.md +20 -0
  76. package/docs/API-reference/api/x-adapter-platform.platformpopularsearchesresponse.toptrends.md +13 -0
  77. package/docs/API-reference/api/x-adapter-platform.platformpromoted.id.md +11 -0
  78. package/docs/API-reference/api/x-adapter-platform.platformpromoted.image_url.md +11 -0
  79. package/docs/API-reference/api/x-adapter-platform.platformpromoted.md +25 -0
  80. package/docs/API-reference/api/x-adapter-platform.platformpromoted.position.md +11 -0
  81. package/docs/API-reference/api/x-adapter-platform.platformpromoted.tagging.md +13 -0
  82. package/docs/API-reference/api/x-adapter-platform.platformpromoted.title.md +11 -0
  83. package/docs/API-reference/api/x-adapter-platform.platformpromoted.url.md +11 -0
  84. package/docs/API-reference/api/x-adapter-platform.platformquerysuggestionsrequest.md +15 -0
  85. package/docs/API-reference/api/x-adapter-platform.platformquerysuggestionsresponse.md +20 -0
  86. package/docs/API-reference/api/x-adapter-platform.platformquerysuggestionsresponse.toptrends.md +13 -0
  87. package/docs/API-reference/api/x-adapter-platform.platformrecommendationsrequest.md +15 -0
  88. package/docs/API-reference/api/x-adapter-platform.platformrecommendationsresponse.md +20 -0
  89. package/docs/API-reference/api/x-adapter-platform.platformrecommendationsresponse.topclicked.md +14 -0
  90. package/docs/API-reference/api/x-adapter-platform.platformredirection.id.md +11 -0
  91. package/docs/API-reference/api/x-adapter-platform.platformredirection.md +22 -0
  92. package/docs/API-reference/api/x-adapter-platform.platformredirection.tagging.md +13 -0
  93. package/docs/API-reference/api/x-adapter-platform.platformredirection.url.md +11 -0
  94. package/docs/API-reference/api/x-adapter-platform.platformrelatedtag.md +23 -0
  95. package/docs/API-reference/api/x-adapter-platform.platformrelatedtag.position.md +11 -0
  96. package/docs/API-reference/api/x-adapter-platform.platformrelatedtag.query.md +11 -0
  97. package/docs/API-reference/api/x-adapter-platform.platformrelatedtag.source.md +11 -0
  98. package/docs/API-reference/api/x-adapter-platform.platformrelatedtag.tag.md +11 -0
  99. package/docs/API-reference/api/x-adapter-platform.platformrelatedtagsrequest.md +15 -0
  100. package/docs/API-reference/api/x-adapter-platform.platformrelatedtagsresponse.data.md +13 -0
  101. package/docs/API-reference/api/x-adapter-platform.platformrelatedtagsresponse.md +21 -0
  102. package/docs/API-reference/api/x-adapter-platform.platformrelatedtagsresponse.status.md +11 -0
  103. package/docs/API-reference/api/x-adapter-platform.platformresult.id.md +11 -0
  104. package/docs/API-reference/api/x-adapter-platform.platformresult.image.md +11 -0
  105. package/docs/API-reference/api/x-adapter-platform.platformresult.md +25 -0
  106. package/docs/API-reference/api/x-adapter-platform.platformresult.name.md +11 -0
  107. package/docs/API-reference/api/x-adapter-platform.platformresult.price.md +11 -0
  108. package/docs/API-reference/api/x-adapter-platform.platformresult.tagging.md +11 -0
  109. package/docs/API-reference/api/x-adapter-platform.platformresult.url.md +11 -0
  110. package/docs/API-reference/api/x-adapter-platform.platformsearchrequest.md +15 -0
  111. package/docs/API-reference/api/x-adapter-platform.platformsearchresponse.banner.md +13 -0
  112. package/docs/API-reference/api/x-adapter-platform.platformsearchresponse.catalog.md +20 -0
  113. package/docs/API-reference/api/x-adapter-platform.platformsearchresponse.direct.md +13 -0
  114. package/docs/API-reference/api/x-adapter-platform.platformsearchresponse.md +23 -0
  115. package/docs/API-reference/api/x-adapter-platform.platformsearchresponse.promoted.md +13 -0
  116. package/docs/API-reference/api/x-adapter-platform.platformsuggestion.md +20 -0
  117. package/docs/API-reference/api/x-adapter-platform.platformsuggestion.title_raw.md +11 -0
  118. package/docs/API-reference/api/x-adapter-platform.platformtagging.add2cart.md +11 -0
  119. package/docs/API-reference/api/x-adapter-platform.platformtagging.checkout.md +11 -0
  120. package/docs/API-reference/api/x-adapter-platform.platformtagging.click.md +11 -0
  121. package/docs/API-reference/api/x-adapter-platform.platformtagging.md +22 -0
  122. package/docs/API-reference/api/x-adapter-platform.popularsearchesendpointadapter.md +13 -0
  123. package/docs/API-reference/api/x-adapter-platform.popularsearchesrequestmapper.md +13 -0
  124. package/docs/API-reference/api/x-adapter-platform.popularsearchesrequestschema.md +13 -0
  125. package/docs/API-reference/api/x-adapter-platform.popularsearchesresponsemapper.md +13 -0
  126. package/docs/API-reference/api/x-adapter-platform.popularsearchesresponseschema.md +13 -0
  127. package/docs/API-reference/api/x-adapter-platform.promotedschema.md +13 -0
  128. package/docs/API-reference/api/x-adapter-platform.querysuggestionsendpointadapter.md +13 -0
  129. package/docs/API-reference/api/x-adapter-platform.querysuggestionsrequestmapper.md +13 -0
  130. package/docs/API-reference/api/x-adapter-platform.querysuggestionsrequestschema.md +13 -0
  131. package/docs/API-reference/api/x-adapter-platform.querysuggestionsresponsemapper.md +13 -0
  132. package/docs/API-reference/api/x-adapter-platform.querysuggestionsresponseschema.md +13 -0
  133. package/docs/API-reference/api/x-adapter-platform.recommendationsendpointadapter.md +13 -0
  134. package/docs/API-reference/api/x-adapter-platform.recommendationsrequestmapper.md +13 -0
  135. package/docs/API-reference/api/x-adapter-platform.recommendationsrequestschema.md +13 -0
  136. package/docs/API-reference/api/x-adapter-platform.recommendationsresponsemapper.md +13 -0
  137. package/docs/API-reference/api/x-adapter-platform.recommendationsresponseschema.md +13 -0
  138. package/docs/API-reference/api/x-adapter-platform.redirectionschema.md +13 -0
  139. package/docs/API-reference/api/x-adapter-platform.relatedtagschema.md +13 -0
  140. package/docs/API-reference/api/x-adapter-platform.relatedtagsendpointadapter.md +13 -0
  141. package/docs/API-reference/api/x-adapter-platform.relatedtagsrequestmapper.md +13 -0
  142. package/docs/API-reference/api/x-adapter-platform.relatedtagsrequestschema.md +13 -0
  143. package/docs/API-reference/api/x-adapter-platform.relatedtagsresponsemapper.md +13 -0
  144. package/docs/API-reference/api/x-adapter-platform.relatedtagsresponseschema.md +13 -0
  145. package/docs/API-reference/api/x-adapter-platform.resultschema.md +13 -0
  146. package/docs/API-reference/api/x-adapter-platform.searchendpointadapter.md +13 -0
  147. package/docs/API-reference/api/x-adapter-platform.searchrequestmapper.md +13 -0
  148. package/docs/API-reference/api/x-adapter-platform.searchrequestschema.md +13 -0
  149. package/docs/API-reference/api/x-adapter-platform.searchresponsemapper.md +13 -0
  150. package/docs/API-reference/api/x-adapter-platform.searchresponseschema.md +13 -0
  151. package/docs/API-reference/api/x-adapter-platform.simplefilterschema.md +13 -0
  152. package/docs/API-reference/api/x-adapter-platform.suggestionschema.md +13 -0
  153. package/docs/API-reference/api/x-adapter-platform.taggingendpointadapter.md +13 -0
  154. package/docs/API-reference/api/x-adapter-platform.taggingrequestmapper.md +13 -0
  155. package/docs/API-reference/api/x-components.actionnamesfor.md +3 -3
  156. package/docs/API-reference/api/x-components.actionsclass.md +3 -3
  157. package/docs/API-reference/api/x-components.actionsdictionary.md +2 -2
  158. package/docs/API-reference/api/x-components.actionstree.md +3 -3
  159. package/docs/API-reference/api/x-components.addquerytohistory.md +1 -1
  160. package/docs/API-reference/api/x-components.addquerytohistoryaction.addquerytohistory.md +2 -2
  161. package/docs/API-reference/api/x-components.addquerytohistoryaction.md +2 -2
  162. package/docs/API-reference/api/x-components.addquerytohistoryqueries.md +1 -1
  163. package/docs/API-reference/api/x-components.allfilter.facet.md +1 -1
  164. package/docs/API-reference/api/x-components.allfilter.isselected.md +1 -1
  165. package/docs/API-reference/api/x-components.allfilter.md +3 -3
  166. package/docs/API-reference/api/x-components.allfilter.selectedfiltersbyfacet.md +1 -1
  167. package/docs/API-reference/api/x-components.animateclippath.md +13 -0
  168. package/docs/API-reference/api/x-components.animatescale.md +13 -0
  169. package/docs/API-reference/api/x-components.animatetranslate.md +13 -0
  170. package/docs/API-reference/api/x-components.animatewidth.md +2 -2
  171. package/docs/API-reference/api/x-components.anyactionstree.md +3 -3
  172. package/docs/API-reference/api/x-components.anygetterstree.md +3 -3
  173. package/docs/API-reference/api/x-components.anymutationstree.md +3 -3
  174. package/docs/API-reference/api/x-components.anysimplestateselector.md +3 -3
  175. package/docs/API-reference/api/x-components.anystateselector.md +3 -3
  176. package/docs/API-reference/api/x-components.anystoreemitters.md +3 -3
  177. package/docs/API-reference/api/x-components.anywire.md +3 -3
  178. package/docs/API-reference/api/x-components.anyxmodule.md +3 -3
  179. package/docs/API-reference/api/x-components.anyxstoremodule.md +3 -3
  180. package/docs/API-reference/api/x-components.anyxstoremoduleoption.md +3 -3
  181. package/docs/API-reference/api/x-components.arefiltersdifferent.md +2 -2
  182. package/docs/API-reference/api/x-components.arraytoobject.md +2 -2
  183. package/docs/API-reference/api/x-components.arraytoobject_1.md +4 -4
  184. package/docs/API-reference/api/x-components.arrowdownicon.md +11 -0
  185. package/docs/API-reference/api/x-components.arrowkey.md +2 -2
  186. package/docs/API-reference/api/x-components.arrowlefticon.md +11 -0
  187. package/docs/API-reference/api/x-components.arrowrighticon.md +11 -0
  188. package/docs/API-reference/api/x-components.arrowupicon.md +11 -0
  189. package/docs/API-reference/api/x-components.assertxpluginoptionsarevalid.md +24 -0
  190. package/docs/API-reference/api/x-components.autoprogressbar.md +27 -13
  191. package/docs/API-reference/api/x-components.bagicon.md +1 -1
  192. package/docs/API-reference/api/x-components.banner.banner.md +1 -1
  193. package/docs/API-reference/api/x-components.banner.imagefailed.md +13 -0
  194. package/docs/API-reference/api/x-components.banner.md +4 -3
  195. package/docs/API-reference/api/x-components.bannerslist.animation.md +1 -1
  196. package/docs/API-reference/api/x-components.bannerslist.md +3 -3
  197. package/docs/API-reference/api/x-components.bannerslist.stateitems.md +1 -1
  198. package/docs/API-reference/api/x-components.barcodeicon.md +1 -1
  199. package/docs/API-reference/api/x-components.barcodetinyicon.md +1 -1
  200. package/docs/API-reference/api/x-components.baseaddtocart.events.md +1 -1
  201. package/docs/API-reference/api/x-components.baseaddtocart.md +4 -4
  202. package/docs/API-reference/api/x-components.baseaddtocart.result.md +1 -1
  203. package/docs/API-reference/api/x-components.basecolumnpickerdropdown.animation.md +1 -1
  204. package/docs/API-reference/api/x-components.basecolumnpickerdropdown.emitevent.md +2 -2
  205. package/docs/API-reference/api/x-components.basecolumnpickerdropdown.md +3 -3
  206. package/docs/API-reference/api/x-components.basecolumnpickerlist.md +4 -2
  207. package/docs/API-reference/api/x-components.basecurrency.format.md +1 -1
  208. package/docs/API-reference/api/x-components.basecurrency.injectedformat.md +1 -1
  209. package/docs/API-reference/api/x-components.basecurrency.md +4 -4
  210. package/docs/API-reference/api/x-components.basecurrency.value.md +1 -1
  211. package/docs/API-reference/api/x-components.basedropdown._refs.md +2 -1
  212. package/docs/API-reference/api/x-components.basedropdown.animation.md +1 -1
  213. package/docs/API-reference/api/x-components.basedropdown.arialabel.md +13 -0
  214. package/docs/API-reference/api/x-components.basedropdown.closeifeventisoutofdropdown.md +2 -2
  215. package/docs/API-reference/api/x-components.basedropdown.items.md +1 -1
  216. package/docs/API-reference/api/x-components.basedropdown.listid.md +11 -0
  217. package/docs/API-reference/api/x-components.basedropdown.md +6 -4
  218. package/docs/API-reference/api/x-components.basedropdown.searchtimeoutms.md +1 -1
  219. package/docs/API-reference/api/x-components.basedropdown.value.md +1 -1
  220. package/docs/API-reference/api/x-components.baseeventbutton.emitevents.md +2 -2
  221. package/docs/API-reference/api/x-components.baseeventbutton.events.md +1 -1
  222. package/docs/API-reference/api/x-components.baseeventbutton.md +4 -4
  223. package/docs/API-reference/api/x-components.baseeventsmodal.animation.md +1 -1
  224. package/docs/API-reference/api/x-components.baseeventsmodal.bodyclickevent.md +1 -1
  225. package/docs/API-reference/api/x-components.baseeventsmodal.emitbodyclickevent.md +2 -2
  226. package/docs/API-reference/api/x-components.baseeventsmodal.eventstoclosemodal.md +1 -1
  227. package/docs/API-reference/api/x-components.baseeventsmodal.eventstoopenmodal.md +1 -1
  228. package/docs/API-reference/api/x-components.baseeventsmodal.isopen.md +1 -1
  229. package/docs/API-reference/api/x-components.baseeventsmodal.md +6 -6
  230. package/docs/API-reference/api/x-components.baseeventsmodal.openerelement.md +1 -1
  231. package/docs/API-reference/api/x-components.baseeventsmodalclose.closingevent.md +1 -1
  232. package/docs/API-reference/api/x-components.baseeventsmodalclose.events.md +1 -1
  233. package/docs/API-reference/api/x-components.baseeventsmodalclose.md +4 -4
  234. package/docs/API-reference/api/x-components.baseeventsmodalopen.events.md +1 -1
  235. package/docs/API-reference/api/x-components.baseeventsmodalopen.md +4 -4
  236. package/docs/API-reference/api/x-components.baseeventsmodalopen.openingevent.md +1 -1
  237. package/docs/API-reference/api/x-components.basefallbackimage.md +1 -1
  238. package/docs/API-reference/api/x-components.basegrid.animation.md +1 -1
  239. package/docs/API-reference/api/x-components.basegrid.columns.md +1 -1
  240. package/docs/API-reference/api/x-components.basegrid.computeditems.md +1 -1
  241. package/docs/API-reference/api/x-components.basegrid.items.md +1 -1
  242. package/docs/API-reference/api/x-components.basegrid.md +6 -6
  243. package/docs/API-reference/api/x-components.baseheadertogglepanel.animation.md +1 -1
  244. package/docs/API-reference/api/x-components.baseheadertogglepanel.md +4 -4
  245. package/docs/API-reference/api/x-components.baseheadertogglepanel.startcollapsed.md +1 -1
  246. package/docs/API-reference/api/x-components.baseidmodal.animation.md +1 -1
  247. package/docs/API-reference/api/x-components.baseidmodal.closemodal.md +2 -2
  248. package/docs/API-reference/api/x-components.baseidmodal.emitclickoutofmodal.md +2 -2
  249. package/docs/API-reference/api/x-components.baseidmodal.isopen.md +1 -1
  250. package/docs/API-reference/api/x-components.baseidmodal.md +6 -6
  251. package/docs/API-reference/api/x-components.baseidmodal.modalid.md +1 -1
  252. package/docs/API-reference/api/x-components.baseidmodal.openerelement.md +1 -1
  253. package/docs/API-reference/api/x-components.baseidmodal.openmodal.md +2 -2
  254. package/docs/API-reference/api/x-components.baseidmodalclose.emitclosemodalevent.md +24 -0
  255. package/docs/API-reference/api/x-components.baseidmodalclose.md +10 -5
  256. package/docs/API-reference/api/x-components.baseidmodalclose.modalid.md +3 -1
  257. package/docs/API-reference/api/x-components.baseidmodalopen.emitopenmodalevent.md +24 -0
  258. package/docs/API-reference/api/x-components.baseidmodalopen.md +10 -5
  259. package/docs/API-reference/api/x-components.baseidmodalopen.modalid.md +3 -1
  260. package/docs/API-reference/api/x-components.baseidtogglepanel.animation.md +1 -1
  261. package/docs/API-reference/api/x-components.baseidtogglepanel.emitstateevent.md +2 -2
  262. package/docs/API-reference/api/x-components.baseidtogglepanel.isopen.md +1 -1
  263. package/docs/API-reference/api/x-components.baseidtogglepanel.md +5 -5
  264. package/docs/API-reference/api/x-components.baseidtogglepanel.panelid.md +1 -1
  265. package/docs/API-reference/api/x-components.baseidtogglepanel.startopen.md +1 -1
  266. package/docs/API-reference/api/x-components.baseidtogglepanel.togglepanel.md +2 -2
  267. package/docs/API-reference/api/x-components.baseidtogglepanelbutton.ispanelopen.md +1 -1
  268. package/docs/API-reference/api/x-components.baseidtogglepanelbutton.md +4 -4
  269. package/docs/API-reference/api/x-components.baseidtogglepanelbutton.panelid.md +1 -1
  270. package/docs/API-reference/api/x-components.baseidtogglepanelbutton.updatepanelstate.md +2 -2
  271. package/docs/API-reference/api/x-components.basekeyboardnavigation.elementtofocus.md +1 -1
  272. package/docs/API-reference/api/x-components.basekeyboardnavigation.eventsfordirectionlimit.md +1 -1
  273. package/docs/API-reference/api/x-components.basekeyboardnavigation.md +7 -7
  274. package/docs/API-reference/api/x-components.basekeyboardnavigation.mounted.md +2 -2
  275. package/docs/API-reference/api/x-components.basekeyboardnavigation.navigationhijacker.md +1 -1
  276. package/docs/API-reference/api/x-components.basekeyboardnavigation.navigationhijackerevents.md +1 -1
  277. package/docs/API-reference/api/x-components.basekeyboardnavigation.navigationservice.md +1 -1
  278. package/docs/API-reference/api/x-components.basekeyboardnavigation.triggernavigation.md +4 -4
  279. package/docs/API-reference/api/x-components.basemodal._refs.md +2 -1
  280. package/docs/API-reference/api/x-components.basemodal.animation.md +2 -2
  281. package/docs/API-reference/api/x-components.basemodal.focusonopen.md +13 -0
  282. package/docs/API-reference/api/x-components.basemodal.iswaitingforleave.md +13 -0
  283. package/docs/API-reference/api/x-components.basemodal.md +13 -9
  284. package/docs/API-reference/api/x-components.basemodal.mounted.md +2 -2
  285. package/docs/API-reference/api/x-components.basemodal.open.md +1 -1
  286. package/docs/API-reference/api/x-components.basemodal.overlayanimation.md +13 -0
  287. package/docs/API-reference/api/x-components.basemodal.previousbodyoverflow.md +1 -1
  288. package/docs/API-reference/api/x-components.basemodal.previoushtmloverflow.md +1 -1
  289. package/docs/API-reference/api/x-components.basemodal.referenceelement.md +13 -0
  290. package/docs/API-reference/api/x-components.basemodal.referenceselector.md +13 -0
  291. package/docs/API-reference/api/x-components.baseplaceholderimage.md +1 -1
  292. package/docs/API-reference/api/x-components.basepricefilterlabel.filter.md +1 -1
  293. package/docs/API-reference/api/x-components.basepricefilterlabel.format.md +1 -1
  294. package/docs/API-reference/api/x-components.basepricefilterlabel.from.md +1 -1
  295. package/docs/API-reference/api/x-components.basepricefilterlabel.fromto.md +1 -1
  296. package/docs/API-reference/api/x-components.basepricefilterlabel.label.md +1 -1
  297. package/docs/API-reference/api/x-components.basepricefilterlabel.lessthan.md +1 -1
  298. package/docs/API-reference/api/x-components.basepricefilterlabel.md +4 -4
  299. package/docs/API-reference/api/x-components.basepricefilterlabel.render.md +2 -2
  300. package/docs/API-reference/api/x-components.baserating.max.md +1 -1
  301. package/docs/API-reference/api/x-components.baserating.md +4 -4
  302. package/docs/API-reference/api/x-components.baserating.value.md +1 -1
  303. package/docs/API-reference/api/x-components.baseratingfilterlabel.filter.md +1 -1
  304. package/docs/API-reference/api/x-components.baseratingfilterlabel.max.md +1 -1
  305. package/docs/API-reference/api/x-components.baseratingfilterlabel.md +3 -3
  306. package/docs/API-reference/api/x-components.baseresultcurrentprice.format.md +1 -1
  307. package/docs/API-reference/api/x-components.baseresultcurrentprice.md +4 -4
  308. package/docs/API-reference/api/x-components.baseresultcurrentprice.result.md +1 -1
  309. package/docs/API-reference/api/x-components.baseresultimage.hoveranimation.md +13 -0
  310. package/docs/API-reference/api/x-components.baseresultimage.loadanimation.md +13 -0
  311. package/docs/API-reference/api/x-components.baseresultimage.md +6 -14
  312. package/docs/API-reference/api/x-components.baseresultimage.result.md +1 -1
  313. package/docs/API-reference/api/x-components.baseresultimage.shownextimageonhover.md +13 -0
  314. package/docs/API-reference/api/x-components.baseresultlink.md +3 -3
  315. package/docs/API-reference/api/x-components.baseresultlink.result.md +1 -1
  316. package/docs/API-reference/api/x-components.baseresultpreviousprice.format.md +3 -3
  317. package/docs/API-reference/api/x-components.baseresultpreviousprice.md +4 -4
  318. package/docs/API-reference/api/x-components.baseresultpreviousprice.result.md +1 -1
  319. package/docs/API-reference/api/x-components.baseresultrating.link.md +13 -0
  320. package/docs/API-reference/api/x-components.baseresultrating.md +22 -0
  321. package/docs/API-reference/api/x-components.baseresultrating.result.md +13 -0
  322. package/docs/API-reference/api/x-components.basescroll.md +2 -2
  323. package/docs/API-reference/api/x-components.basesuggestion.dynamiccssclasses.md +1 -1
  324. package/docs/API-reference/api/x-components.basesuggestion.emitevents.md +2 -2
  325. package/docs/API-reference/api/x-components.basesuggestion.events.md +2 -2
  326. package/docs/API-reference/api/x-components.basesuggestion.feature.md +1 -1
  327. package/docs/API-reference/api/x-components.basesuggestion.filter.md +13 -0
  328. package/docs/API-reference/api/x-components.basesuggestion.highlightcurated.md +13 -0
  329. package/docs/API-reference/api/x-components.basesuggestion.md +11 -10
  330. package/docs/API-reference/api/x-components.basesuggestion.query.md +1 -1
  331. package/docs/API-reference/api/x-components.basesuggestion.suggestion.md +1 -1
  332. package/docs/API-reference/api/x-components.basesuggestion.suggestionselectedevents.md +1 -1
  333. package/docs/API-reference/api/x-components.basesuggestions.animation.md +1 -1
  334. package/docs/API-reference/api/x-components.basesuggestions.maxitemstorender.md +1 -1
  335. package/docs/API-reference/api/x-components.basesuggestions.md +8 -6
  336. package/docs/API-reference/api/x-components.basesuggestions.showfacets.md +13 -0
  337. package/docs/API-reference/api/x-components.basesuggestions.showplainsuggestion.md +13 -0
  338. package/docs/API-reference/api/x-components.basesuggestions.suggestions.md +1 -1
  339. package/docs/API-reference/api/x-components.baseswitch.md +21 -0
  340. package/docs/API-reference/api/x-components.baseswitch.value.md +13 -0
  341. package/docs/API-reference/api/x-components.basetabspanel.allowtabdeselect.md +13 -0
  342. package/docs/API-reference/api/x-components.basetabspanel.contentanimation.md +13 -0
  343. package/docs/API-reference/api/x-components.basetabspanel.initialtab.md +13 -0
  344. package/docs/API-reference/api/x-components.basetabspanel.md +24 -0
  345. package/docs/API-reference/api/x-components.basetabspanel.tabsanimation.md +13 -0
  346. package/docs/API-reference/api/x-components.basetogglepanel.animation.md +1 -1
  347. package/docs/API-reference/api/x-components.basetogglepanel.md +4 -4
  348. package/docs/API-reference/api/x-components.basetogglepanel.open.md +1 -1
  349. package/docs/API-reference/api/x-components.basevariablecolumngrid.animation.md +1 -1
  350. package/docs/API-reference/api/x-components.basevariablecolumngrid.items.md +1 -1
  351. package/docs/API-reference/api/x-components.basevariablecolumngrid.md +4 -4
  352. package/docs/API-reference/api/x-components.basexapi.addproducttocart.md +24 -0
  353. package/docs/API-reference/api/x-components.basexapi.close.md +17 -0
  354. package/docs/API-reference/api/x-components.basexapi.init.md +3 -3
  355. package/docs/API-reference/api/x-components.basexapi.md +5 -2
  356. package/docs/API-reference/api/x-components.basexapi.search.md +3 -3
  357. package/docs/API-reference/api/x-components.basexapi.setinitcallback.md +2 -2
  358. package/docs/API-reference/api/x-components.basexapi.setsnippetconfig.md +24 -0
  359. package/docs/API-reference/api/x-components.bus.md +13 -0
  360. package/docs/API-reference/api/x-components.cancelfetchandsaveidentifierresults.md +1 -1
  361. package/docs/API-reference/api/x-components.cancelfetchandsaveidentifierresultswire.md +1 -1
  362. package/docs/API-reference/api/x-components.cancelfetchandsavenextqueries.md +1 -1
  363. package/docs/API-reference/api/x-components.cancelfetchandsavepopularsearches.md +1 -1
  364. package/docs/API-reference/api/x-components.cancelfetchandsavequerysuggestions.md +1 -1
  365. package/docs/API-reference/api/x-components.cancelfetchandsaverecommendations.md +1 -1
  366. package/docs/API-reference/api/x-components.cancelfetchandsaverelatedtags.md +1 -1
  367. package/docs/API-reference/api/x-components.cancelfetchandsaverelatedtagswire.md +1 -1
  368. package/docs/API-reference/api/x-components.cancelfetchandsavesearchresponse.md +1 -1
  369. package/docs/API-reference/api/x-components.cancelfetchandsavesearchresponsewire.md +2 -2
  370. package/docs/API-reference/api/x-components.cancelfetchandsavesuggestionswire.md +1 -1
  371. package/docs/API-reference/api/x-components.capitalize.md +5 -5
  372. package/docs/API-reference/api/x-components.cartfilledicon.md +11 -0
  373. package/docs/API-reference/api/x-components.carticon.md +1 -1
  374. package/docs/API-reference/api/x-components.checkboxselectedfilledicon.md +11 -0
  375. package/docs/API-reference/api/x-components.checkboxselectedicon.md +1 -1
  376. package/docs/API-reference/api/x-components.checkboxunselectedfilledicon.md +11 -0
  377. package/docs/API-reference/api/x-components.checkboxunselectedicon.md +1 -1
  378. package/docs/API-reference/api/x-components.checkicon.md +1 -1
  379. package/docs/API-reference/api/x-components.checktinyicon.md +1 -1
  380. package/docs/API-reference/api/x-components.chevrondownicon.md +1 -1
  381. package/docs/API-reference/api/x-components.chevronlefticon.md +1 -1
  382. package/docs/API-reference/api/x-components.chevronrighticon.md +1 -1
  383. package/docs/API-reference/api/x-components.chevrontinydownicon.md +1 -1
  384. package/docs/API-reference/api/x-components.chevrontinylefticon.md +1 -1
  385. package/docs/API-reference/api/x-components.chevrontinyrighticon.md +1 -1
  386. package/docs/API-reference/api/x-components.chevrontinyupicon.md +1 -1
  387. package/docs/API-reference/api/x-components.chevronupicon.md +1 -1
  388. package/docs/API-reference/api/x-components.clearfilters.md +5 -8
  389. package/docs/API-reference/api/x-components.clearhistoryqueries.md +1 -1
  390. package/docs/API-reference/api/x-components.clearhistoryqueriesquery.md +1 -1
  391. package/docs/API-reference/api/x-components.clearidentifierresultsquery.md +1 -1
  392. package/docs/API-reference/api/x-components.clearpendingscrolltowire.md +1 -1
  393. package/docs/API-reference/api/x-components.clearquerypreviewwire.md +13 -0
  394. package/docs/API-reference/api/x-components.clearquerysuggestionsquery.md +1 -1
  395. package/docs/API-reference/api/x-components.clearrelatedtagsquery.md +1 -1
  396. package/docs/API-reference/api/x-components.clearsearchinput.dynamicclasses.md +1 -1
  397. package/docs/API-reference/api/x-components.clearsearchinput.isqueryempty.md +1 -1
  398. package/docs/API-reference/api/x-components.clearsearchinput.md +4 -4
  399. package/docs/API-reference/api/x-components.clearsearchinput.query.md +1 -1
  400. package/docs/API-reference/api/x-components.clearsearchquery.md +13 -0
  401. package/docs/API-reference/api/x-components.clearselectedrelatedtags.md +1 -1
  402. package/docs/API-reference/api/x-components.clone.md +2 -2
  403. package/docs/API-reference/api/x-components.closemainmodal.md +15 -0
  404. package/docs/API-reference/api/x-components.collapseheight.appear.md +13 -0
  405. package/docs/API-reference/api/x-components.collapseheight.md +8 -2
  406. package/docs/API-reference/api/x-components.collapsewidth.appear.md +13 -0
  407. package/docs/API-reference/api/x-components.collapsewidth.md +8 -2
  408. package/docs/API-reference/api/x-components.columnpickermixin.columns.md +1 -1
  409. package/docs/API-reference/api/x-components.columnpickermixin.md +4 -4
  410. package/docs/API-reference/api/x-components.columnpickermixin.value.md +1 -1
  411. package/docs/API-reference/api/x-components.cornerarrowleft.md +11 -0
  412. package/docs/API-reference/api/x-components.cornerarrowright.md +11 -0
  413. package/docs/API-reference/api/x-components.createcollapseanimationmixin.md +2 -2
  414. package/docs/API-reference/api/x-components.createfetchandsaveactions.md +2 -2
  415. package/docs/API-reference/api/x-components.createrawfilters.md +4 -4
  416. package/docs/API-reference/api/x-components.createstoreemitters.md +2 -2
  417. package/docs/API-reference/api/x-components.createtrackwire.md +26 -0
  418. package/docs/API-reference/api/x-components.createusedevice.md +34 -0
  419. package/docs/API-reference/api/x-components.createwirefromfunction.md +2 -2
  420. package/docs/API-reference/api/x-components.createwiring.md +2 -2
  421. package/docs/API-reference/api/x-components.crossfade.appear.md +13 -0
  422. package/docs/API-reference/api/x-components.crossfade.md +9 -3
  423. package/docs/API-reference/api/x-components.crossicon.md +1 -1
  424. package/docs/API-reference/api/x-components.crosstinyicon.md +1 -1
  425. package/docs/API-reference/api/x-components.curatedcheckfilledicon.md +11 -0
  426. package/docs/API-reference/api/x-components.curatedcheckicon.md +11 -0
  427. package/docs/API-reference/api/x-components.curatedchecktinyfilledicon.md +11 -0
  428. package/docs/API-reference/api/x-components.curatedchecktinyicon.md +11 -0
  429. package/docs/API-reference/api/x-components.currencyformatter.md +3 -3
  430. package/docs/API-reference/api/x-components.debounce.md +8 -4
  431. package/docs/API-reference/api/x-components.debouncedfunction.cancel.md +2 -2
  432. package/docs/API-reference/api/x-components.debouncedfunction.md +1 -1
  433. package/docs/API-reference/api/x-components.debouncefunction.md +1 -1
  434. package/docs/API-reference/api/x-components.debounceoptions.leading.md +1 -1
  435. package/docs/API-reference/api/x-components.debounceoptions.md +5 -5
  436. package/docs/API-reference/api/x-components.debounceoptions.trailing.md +1 -1
  437. package/docs/API-reference/api/x-components.decoratorfor.md +2 -2
  438. package/docs/API-reference/api/x-components.deepfilter.md +10 -8
  439. package/docs/API-reference/api/x-components.deepflat.md +10 -8
  440. package/docs/API-reference/api/x-components.defaultfacetsservice._constructor_.md +2 -2
  441. package/docs/API-reference/api/x-components.defaultfacetsservice.clearfilters.md +5 -4
  442. package/docs/API-reference/api/x-components.defaultfacetsservice.clearfilterswithmetadata.md +25 -0
  443. package/docs/API-reference/api/x-components.defaultfacetsservice.deselect.md +4 -3
  444. package/docs/API-reference/api/x-components.defaultfacetsservice.filterentityfactory.md +1 -1
  445. package/docs/API-reference/api/x-components.defaultfacetsservice.instance.md +1 -1
  446. package/docs/API-reference/api/x-components.defaultfacetsservice.md +9 -6
  447. package/docs/API-reference/api/x-components.defaultfacetsservice.select.md +2 -2
  448. package/docs/API-reference/api/x-components.defaultfacetsservice.selectpreselectedfilters.md +15 -0
  449. package/docs/API-reference/api/x-components.defaultfacetsservice.setfacets.md +2 -2
  450. package/docs/API-reference/api/x-components.defaultfacetsservice.toggle.md +2 -2
  451. package/docs/API-reference/api/x-components.defaultfacetsservice.updatefacets.md +2 -2
  452. package/docs/API-reference/api/x-components.defaultfacetsservice.updatefiltersselectedstate.md +3 -3
  453. package/docs/API-reference/api/x-components.defaultfacetsservice.updatepreselectedfilters.md +22 -0
  454. package/docs/API-reference/api/x-components.defaultpdpaddtocartservice._constructor_.md +21 -0
  455. package/docs/API-reference/api/x-components.defaultpdpaddtocartservice.clickedresultstoragekey.md +11 -0
  456. package/docs/API-reference/api/x-components.defaultpdpaddtocartservice.clickedresultstoragettlms.md +11 -0
  457. package/docs/API-reference/api/x-components.defaultpdpaddtocartservice.instance.md +13 -0
  458. package/docs/API-reference/api/x-components.defaultpdpaddtocartservice.localstorageservice.md +11 -0
  459. package/docs/API-reference/api/x-components.defaultpdpaddtocartservice.md +41 -0
  460. package/docs/API-reference/api/x-components.defaultpdpaddtocartservice.movetosessionstorage.md +24 -0
  461. package/docs/API-reference/api/x-components.defaultpdpaddtocartservice.result_clicked_id_key.md +13 -0
  462. package/docs/API-reference/api/x-components.defaultpdpaddtocartservice.sessionstorageservice.md +11 -0
  463. package/docs/API-reference/api/x-components.defaultpdpaddtocartservice.store.md +11 -0
  464. package/docs/API-reference/api/x-components.defaultpdpaddtocartservice.storeresultclicked.md +24 -0
  465. package/docs/API-reference/api/x-components.defaultpdpaddtocartservice.trackaddtocart.md +24 -0
  466. package/docs/API-reference/api/x-components.deviceactions.md +1 -1
  467. package/docs/API-reference/api/x-components.devicedetector.breakpoints.md +1 -1
  468. package/docs/API-reference/api/x-components.devicedetector.force.md +1 -1
  469. package/docs/API-reference/api/x-components.devicedetector.md +5 -5
  470. package/docs/API-reference/api/x-components.devicedetector.throttlems.md +1 -1
  471. package/docs/API-reference/api/x-components.devicegetters.md +1 -1
  472. package/docs/API-reference/api/x-components.devicemutations.md +1 -1
  473. package/docs/API-reference/api/x-components.devicemutations.setname.md +2 -2
  474. package/docs/API-reference/api/x-components.devicestate.md +4 -4
  475. package/docs/API-reference/api/x-components.devicestate.name.md +1 -1
  476. package/docs/API-reference/api/x-components.devicexevents.deviceprovided.md +1 -1
  477. package/docs/API-reference/api/x-components.devicexevents.md +4 -4
  478. package/docs/API-reference/api/x-components.devicexmodule.md +1 -1
  479. package/docs/API-reference/api/x-components.devicexstoremodule.md +3 -3
  480. package/docs/API-reference/api/x-components.diagonalarrowleftdownicon.md +11 -0
  481. package/docs/API-reference/api/x-components.diagonalarrowlefttopicon.md +11 -0
  482. package/docs/API-reference/api/x-components.diagonalarrowrightdownicon.md +11 -0
  483. package/docs/API-reference/api/x-components.diagonalarrowrighttopicon.md +11 -0
  484. package/docs/API-reference/api/x-components.directionalfocusnavigationservice._constructor_.md +2 -2
  485. package/docs/API-reference/api/x-components.directionalfocusnavigationservice.md +2 -2
  486. package/docs/API-reference/api/x-components.directionalfocusnavigationservice.navigateto.md +2 -2
  487. package/docs/API-reference/api/x-components.disableanimationmixin.animationname.md +13 -0
  488. package/docs/API-reference/api/x-components.disableanimationmixin.disableanimation.md +13 -0
  489. package/docs/API-reference/api/x-components.disableanimationmixin.md +22 -0
  490. package/docs/API-reference/api/x-components.documentdirection.md +2 -2
  491. package/docs/API-reference/api/x-components.editablenumberrangefilter.filter.md +1 -1
  492. package/docs/API-reference/api/x-components.editablenumberrangefilter.hasclearbutton.md +1 -1
  493. package/docs/API-reference/api/x-components.editablenumberrangefilter.isinstant.md +1 -1
  494. package/docs/API-reference/api/x-components.editablenumberrangefilter.md +4 -2
  495. package/docs/API-reference/api/x-components.editablenumberrangefilter.rangefiltermax.md +11 -0
  496. package/docs/API-reference/api/x-components.editablenumberrangefilter.rangefiltermin.md +11 -0
  497. package/docs/API-reference/api/x-components.empathize._refs.md +14 -0
  498. package/docs/API-reference/api/x-components.empathize.animation.md +1 -1
  499. package/docs/API-reference/api/x-components.empathize.eventstocloseempathize.md +1 -1
  500. package/docs/API-reference/api/x-components.empathize.eventstoopenempathize.md +1 -1
  501. package/docs/API-reference/api/x-components.empathize.md +12 -5
  502. package/docs/API-reference/api/x-components.empathize.updated.md +17 -0
  503. package/docs/API-reference/api/x-components.empathizeactions.md +1 -1
  504. package/docs/API-reference/api/x-components.empathizeconfig.md +1 -1
  505. package/docs/API-reference/api/x-components.empathizegetters.md +1 -1
  506. package/docs/API-reference/api/x-components.empathizemutations.md +1 -1
  507. package/docs/API-reference/api/x-components.empathizemutations.setisopen.md +2 -2
  508. package/docs/API-reference/api/x-components.empathizestate.config.md +1 -1
  509. package/docs/API-reference/api/x-components.empathizestate.isopen.md +1 -1
  510. package/docs/API-reference/api/x-components.empathizestate.md +5 -5
  511. package/docs/API-reference/api/x-components.empathizexevents.empathizeclosed.md +1 -1
  512. package/docs/API-reference/api/x-components.empathizexevents.empathizeopened.md +1 -1
  513. package/docs/API-reference/api/x-components.empathizexevents.md +6 -6
  514. package/docs/API-reference/api/x-components.empathizexevents.userclosedempathize.md +1 -1
  515. package/docs/API-reference/api/x-components.empathizexmodule.md +1 -1
  516. package/docs/API-reference/api/x-components.empathizexstoremodule.md +3 -3
  517. package/docs/API-reference/api/x-components.eventsfordirectionlimit.md +3 -3
  518. package/docs/API-reference/api/x-components.excludefilterswithnoresults.md +2 -2
  519. package/docs/API-reference/api/x-components.excludefilterswithnoresults.render.md +2 -2
  520. package/docs/API-reference/api/x-components.extractactionpayload.md +3 -3
  521. package/docs/API-reference/api/x-components.extractactionreturn.md +2 -2
  522. package/docs/API-reference/api/x-components.extractactions.md +3 -3
  523. package/docs/API-reference/api/x-components.extractgetters.md +3 -3
  524. package/docs/API-reference/api/x-components.extractmutationpayload.md +3 -3
  525. package/docs/API-reference/api/x-components.extractmutations.md +3 -3
  526. package/docs/API-reference/api/x-components.extractpayload.md +2 -2
  527. package/docs/API-reference/api/x-components.extractstate.md +3 -3
  528. package/docs/API-reference/api/x-components.extraparams.created.md +17 -0
  529. package/docs/API-reference/api/x-components.extraparams.md +5 -5
  530. package/docs/API-reference/api/x-components.extraparams.render.md +2 -2
  531. package/docs/API-reference/api/x-components.extraparams.storeextraparams.md +1 -1
  532. package/docs/API-reference/api/x-components.extraparams.values.md +1 -1
  533. package/docs/API-reference/api/x-components.extraparamsactions.md +1 -1
  534. package/docs/API-reference/api/x-components.extraparamsgetters.md +1 -1
  535. package/docs/API-reference/api/x-components.extraparamsmutations.md +1 -1
  536. package/docs/API-reference/api/x-components.extraparamsmutations.setparams.md +3 -3
  537. package/docs/API-reference/api/x-components.extraparamsstate.md +4 -4
  538. package/docs/API-reference/api/x-components.extraparamsstate.params.md +1 -1
  539. package/docs/API-reference/api/x-components.extraparamsxevents.extraparamschanged.md +1 -1
  540. package/docs/API-reference/api/x-components.extraparamsxevents.extraparamsinitialized.md +1 -1
  541. package/docs/API-reference/api/x-components.extraparamsxevents.extraparamsprovided.md +1 -1
  542. package/docs/API-reference/api/x-components.extraparamsxevents.md +7 -7
  543. package/docs/API-reference/api/x-components.extraparamsxevents.userchangedextraparams.md +1 -1
  544. package/docs/API-reference/api/x-components.extraparamsxmodule.md +1 -1
  545. package/docs/API-reference/api/x-components.extraparamsxstoremodule.md +3 -3
  546. package/docs/API-reference/api/x-components.extrapluginsoptions.bus.md +2 -2
  547. package/docs/API-reference/api/x-components.extrapluginsoptions.md +6 -6
  548. package/docs/API-reference/api/x-components.extrapluginsoptions.snippet.md +2 -2
  549. package/docs/API-reference/api/x-components.extrapluginsoptions.vue.md +1 -1
  550. package/docs/API-reference/api/x-components.facetgroupentry.facetid.md +1 -1
  551. package/docs/API-reference/api/x-components.facetgroupentry.groupid.md +1 -1
  552. package/docs/API-reference/api/x-components.facetgroupentry.md +5 -5
  553. package/docs/API-reference/api/x-components.facets.animation.md +1 -1
  554. package/docs/API-reference/api/x-components.facets.md +1 -1
  555. package/docs/API-reference/api/x-components.facets.renderablefacets.md +1 -1
  556. package/docs/API-reference/api/x-components.facetsactions.md +1 -1
  557. package/docs/API-reference/api/x-components.facetsactionscontext.md +3 -3
  558. package/docs/API-reference/api/x-components.facetsconfig.filtersstrategyforrequest.md +13 -0
  559. package/docs/API-reference/api/x-components.facetsconfig.md +20 -0
  560. package/docs/API-reference/api/x-components.facetsgetters.facets.md +1 -1
  561. package/docs/API-reference/api/x-components.facetsgetters.md +7 -6
  562. package/docs/API-reference/api/x-components.facetsgetters.selectedfilters.md +1 -1
  563. package/docs/API-reference/api/x-components.facetsgetters.selectedfiltersbyfacet.md +1 -1
  564. package/docs/API-reference/api/x-components.facetsgetters.selectedfiltersforrequest.md +13 -0
  565. package/docs/API-reference/api/x-components.facetsgroup.facets.md +1 -1
  566. package/docs/API-reference/api/x-components.facetsgroup.id.md +1 -1
  567. package/docs/API-reference/api/x-components.facetsgroup.md +5 -5
  568. package/docs/API-reference/api/x-components.facetsmixin.alwaysvisible.md +13 -0
  569. package/docs/API-reference/api/x-components.facetsmixin.facetsids.md +13 -0
  570. package/docs/API-reference/api/x-components.facetsmixin.md +22 -0
  571. package/docs/API-reference/api/x-components.facetsmutations.clearstickyfilters.md +17 -0
  572. package/docs/API-reference/api/x-components.facetsmutations.md +8 -2
  573. package/docs/API-reference/api/x-components.facetsmutations.mutatefilter.md +24 -0
  574. package/docs/API-reference/api/x-components.facetsmutations.removefacet.md +2 -2
  575. package/docs/API-reference/api/x-components.facetsmutations.removefilter.md +2 -2
  576. package/docs/API-reference/api/x-components.facetsmutations.removefilters.md +2 -2
  577. package/docs/API-reference/api/x-components.facetsmutations.removestickyfilter.md +24 -0
  578. package/docs/API-reference/api/x-components.facetsmutations.setfacet.md +2 -2
  579. package/docs/API-reference/api/x-components.facetsmutations.setfacetgroup.md +2 -2
  580. package/docs/API-reference/api/x-components.facetsmutations.setfacetsconfig.md +24 -0
  581. package/docs/API-reference/api/x-components.facetsmutations.setfilters.md +2 -2
  582. package/docs/API-reference/api/x-components.facetsmutations.setpreselectedfilters.md +24 -0
  583. package/docs/API-reference/api/x-components.facetsmutations.setquery.md +24 -0
  584. package/docs/API-reference/api/x-components.facetsmutations.setstickyfilter.md +24 -0
  585. package/docs/API-reference/api/x-components.facetsprovider.groupid.md +1 -1
  586. package/docs/API-reference/api/x-components.facetsprovider.md +2 -2
  587. package/docs/API-reference/api/x-components.facetsprovider.providefacets.md +2 -2
  588. package/docs/API-reference/api/x-components.facetsprovider.render.md +2 -2
  589. package/docs/API-reference/api/x-components.facetsservice.clearfilters.md +5 -4
  590. package/docs/API-reference/api/x-components.facetsservice.clearfilterswithmetadata.md +27 -0
  591. package/docs/API-reference/api/x-components.facetsservice.deselect.md +4 -3
  592. package/docs/API-reference/api/x-components.facetsservice.md +7 -3
  593. package/docs/API-reference/api/x-components.facetsservice.select.md +2 -2
  594. package/docs/API-reference/api/x-components.facetsservice.selectpreselectedfilters.md +17 -0
  595. package/docs/API-reference/api/x-components.facetsservice.setfacets.md +2 -2
  596. package/docs/API-reference/api/x-components.facetsservice.setquery.md +24 -0
  597. package/docs/API-reference/api/x-components.facetsservice.toggle.md +2 -2
  598. package/docs/API-reference/api/x-components.facetsservice.updatefacets.md +2 -2
  599. package/docs/API-reference/api/x-components.facetsservice.updatepreselectedfilters.md +24 -0
  600. package/docs/API-reference/api/x-components.facetsstate.config.md +13 -0
  601. package/docs/API-reference/api/x-components.facetsstate.facets.md +1 -1
  602. package/docs/API-reference/api/x-components.facetsstate.filters.md +1 -1
  603. package/docs/API-reference/api/x-components.facetsstate.groups.md +1 -1
  604. package/docs/API-reference/api/x-components.facetsstate.md +10 -6
  605. package/docs/API-reference/api/x-components.facetsstate.preselectedfilters.md +13 -0
  606. package/docs/API-reference/api/x-components.facetsstate.query.md +13 -0
  607. package/docs/API-reference/api/x-components.facetsstate.stickyfilters.md +13 -0
  608. package/docs/API-reference/api/x-components.facetsxevents.facetsgroupchanged.md +2 -2
  609. package/docs/API-reference/api/x-components.facetsxevents.facetsgroupprovided.md +2 -2
  610. package/docs/API-reference/api/x-components.facetsxevents.facetsquerychanged.md +13 -0
  611. package/docs/API-reference/api/x-components.facetsxevents.md +17 -14
  612. package/docs/API-reference/api/x-components.facetsxevents.preselectedfiltersprovided.md +13 -0
  613. package/docs/API-reference/api/x-components.facetsxevents.selectedfilterschanged.md +2 -2
  614. package/docs/API-reference/api/x-components.facetsxevents.selectedfiltersforrequestchanged.md +13 -0
  615. package/docs/API-reference/api/x-components.facetsxevents.userchangedselectedfilters.md +2 -2
  616. package/docs/API-reference/api/x-components.facetsxevents.userclickedafilter.md +2 -2
  617. package/docs/API-reference/api/x-components.facetsxevents.userclickedahierarchicalfilter.md +2 -2
  618. package/docs/API-reference/api/x-components.facetsxevents.userclickedallfilter.md +2 -2
  619. package/docs/API-reference/api/x-components.facetsxevents.userclickedanumberrangefilter.md +2 -2
  620. package/docs/API-reference/api/x-components.facetsxevents.userclickedasimplefilter.md +2 -2
  621. package/docs/API-reference/api/x-components.facetsxevents.userclickedclearallfilters.md +2 -2
  622. package/docs/API-reference/api/x-components.facetsxevents.usermodifiededitablenumberrangefilter.md +2 -2
  623. package/docs/API-reference/api/x-components.facetsxmodule.md +1 -1
  624. package/docs/API-reference/api/x-components.facetsxstoremodule.md +3 -3
  625. package/docs/API-reference/api/x-components.fade.appear.md +13 -0
  626. package/docs/API-reference/api/x-components.fade.md +21 -0
  627. package/docs/API-reference/api/x-components.fadeandslide.animationname.md +13 -0
  628. package/docs/API-reference/api/x-components.fadeandslide.appear.md +13 -0
  629. package/docs/API-reference/api/x-components.fadeandslide.md +6 -4
  630. package/docs/API-reference/api/x-components.fadeandslide.tag.md +1 -1
  631. package/docs/API-reference/api/x-components.fallbackdisclaimer.md +15 -0
  632. package/docs/API-reference/api/x-components.featurelocation.md +2 -2
  633. package/docs/API-reference/api/x-components.fetchandsaveactions.cancelprevious.md +1 -1
  634. package/docs/API-reference/api/x-components.fetchandsaveactions.fetchandsave.md +1 -1
  635. package/docs/API-reference/api/x-components.fetchandsaveactions.md +5 -5
  636. package/docs/API-reference/api/x-components.fetchandsavehooks.fetch.md +2 -2
  637. package/docs/API-reference/api/x-components.fetchandsavehooks.md +3 -3
  638. package/docs/API-reference/api/x-components.fetchandsavehooks.oncancel.md +2 -2
  639. package/docs/API-reference/api/x-components.fetchandsavehooks.onerror.md +2 -2
  640. package/docs/API-reference/api/x-components.fetchandsavehooks.onsuccess.md +2 -2
  641. package/docs/API-reference/api/x-components.fetchandsaveidentifierresults.md +2 -2
  642. package/docs/API-reference/api/x-components.fetchandsaveidentifierresultswire.md +2 -2
  643. package/docs/API-reference/api/x-components.fetchandsavenextqueries.md +1 -1
  644. package/docs/API-reference/api/x-components.fetchandsavenextquerieswire.md +2 -2
  645. package/docs/API-reference/api/x-components.fetchandsavenextquerypreviewwire.md +13 -0
  646. package/docs/API-reference/api/x-components.fetchandsavepopularsearches.md +2 -2
  647. package/docs/API-reference/api/x-components.fetchandsavequerypreview.md +13 -0
  648. package/docs/API-reference/api/x-components.fetchandsavequerypreviewwire.md +13 -0
  649. package/docs/API-reference/api/x-components.fetchandsavequerysuggestions.md +2 -2
  650. package/docs/API-reference/api/x-components.fetchandsaverecommendations.md +2 -2
  651. package/docs/API-reference/api/x-components.fetchandsaverelatedtags.md +1 -1
  652. package/docs/API-reference/api/x-components.fetchandsaverelatedtagswire.md +2 -2
  653. package/docs/API-reference/api/x-components.fetchandsavesearchresponse.md +2 -2
  654. package/docs/API-reference/api/x-components.fetchandsavesearchresponsewire.md +2 -2
  655. package/docs/API-reference/api/x-components.fetchandsavesuggestionswire.md +2 -2
  656. package/docs/API-reference/api/x-components.fetchidentifierresults.md +1 -1
  657. package/docs/API-reference/api/x-components.fetchnextqueries.md +1 -1
  658. package/docs/API-reference/api/x-components.fetchpopularsearches.md +1 -1
  659. package/docs/API-reference/api/x-components.fetchquerypreview.md +13 -0
  660. package/docs/API-reference/api/x-components.fetchquerysuggestions.md +1 -1
  661. package/docs/API-reference/api/x-components.fetchrecommendations.md +1 -1
  662. package/docs/API-reference/api/x-components.fetchrelatedtags.md +1 -1
  663. package/docs/API-reference/api/x-components.fetchsearchresponse.md +1 -1
  664. package/docs/API-reference/api/x-components.filter.md +2 -2
  665. package/docs/API-reference/api/x-components.filterblacklistedmodules.md +2 -2
  666. package/docs/API-reference/api/x-components.filterfalsypayload.md +4 -4
  667. package/docs/API-reference/api/x-components.filtersbyfacet.md +2 -2
  668. package/docs/API-reference/api/x-components.filtersicon.md +1 -1
  669. package/docs/API-reference/api/x-components.filtersinjectionmixin.filters.md +1 -1
  670. package/docs/API-reference/api/x-components.filtersinjectionmixin.injectedfilters.md +1 -1
  671. package/docs/API-reference/api/x-components.filtersinjectionmixin.md +4 -4
  672. package/docs/API-reference/api/x-components.filtersinjectionmixin.parentid.md +1 -1
  673. package/docs/API-reference/api/x-components.filterslist.animation.md +1 -1
  674. package/docs/API-reference/api/x-components.filterslist.cssclasses.md +1 -1
  675. package/docs/API-reference/api/x-components.filterslist.hasfilterstorender.md +1 -1
  676. package/docs/API-reference/api/x-components.filterslist.md +5 -5
  677. package/docs/API-reference/api/x-components.filtersmetadata.keepsticky.md +13 -0
  678. package/docs/API-reference/api/x-components.filtersmetadata.md +20 -0
  679. package/docs/API-reference/api/x-components.filterssearch.debounceinms.md +1 -1
  680. package/docs/API-reference/api/x-components.filterssearch.filterssearchinputmessage.md +11 -0
  681. package/docs/API-reference/api/x-components.filterssearch.md +6 -5
  682. package/docs/API-reference/api/x-components.filterssearch.query.md +1 -1
  683. package/docs/API-reference/api/x-components.filterssearch.setquerydebounced.md +1 -1
  684. package/docs/API-reference/api/x-components.filtersstrategyforrequest.md +13 -0
  685. package/docs/API-reference/api/x-components.filtertruthypayload.md +2 -2
  686. package/docs/API-reference/api/x-components.filterwhitelistedmodules.md +2 -2
  687. package/docs/API-reference/api/x-components.firstparameter.md +2 -4
  688. package/docs/API-reference/api/x-components.fixedheaderandasideslayout.isbackdropvisible.md +1 -1
  689. package/docs/API-reference/api/x-components.fixedheaderandasideslayout.leftasideanimation.md +2 -2
  690. package/docs/API-reference/api/x-components.fixedheaderandasideslayout.md +12 -7
  691. package/docs/API-reference/api/x-components.fixedheaderandasideslayout.rightasideanimation.md +2 -2
  692. package/docs/API-reference/api/x-components.fixedheaderandasideslayout.scrollposition.md +1 -1
  693. package/docs/API-reference/api/x-components.fixedheaderandasideslayout.setposition.md +2 -2
  694. package/docs/API-reference/api/x-components.flathierarchicalfilters.md +26 -0
  695. package/docs/API-reference/api/x-components.focusable_selectors.md +13 -0
  696. package/docs/API-reference/api/x-components.getgetterpath.md +27 -0
  697. package/docs/API-reference/api/x-components.getrootxcomponent.md +2 -2
  698. package/docs/API-reference/api/x-components.getstateandgettersfrommodule.md +2 -2
  699. package/docs/API-reference/api/x-components.gettargetelement.md +30 -0
  700. package/docs/API-reference/api/x-components.getter.md +2 -2
  701. package/docs/API-reference/api/x-components.gettersclass.md +3 -3
  702. package/docs/API-reference/api/x-components.getterstree.md +3 -3
  703. package/docs/API-reference/api/x-components.geturlparameter.md +1 -1
  704. package/docs/API-reference/api/x-components.globalxbus.created.md +2 -2
  705. package/docs/API-reference/api/x-components.globalxbus.md +2 -2
  706. package/docs/API-reference/api/x-components.grid1colicon.md +1 -1
  707. package/docs/API-reference/api/x-components.grid2colicon.md +1 -1
  708. package/docs/API-reference/api/x-components.grid2rowsicon.md +11 -0
  709. package/docs/API-reference/api/x-components.grid4colicon.md +11 -0
  710. package/docs/API-reference/api/x-components.groupid.md +2 -2
  711. package/docs/API-reference/api/x-components.groupitemsby.md +2 -2
  712. package/docs/API-reference/api/x-components.hearticon.md +11 -0
  713. package/docs/API-reference/api/x-components.hearticonfilled.md +11 -0
  714. package/docs/API-reference/api/x-components.hideicon.md +1 -1
  715. package/docs/API-reference/api/x-components.hierarchicalfilter.childrenanimation.md +1 -1
  716. package/docs/API-reference/api/x-components.hierarchicalfilter.clickevents.md +13 -0
  717. package/docs/API-reference/api/x-components.hierarchicalfilter.filter.md +1 -1
  718. package/docs/API-reference/api/x-components.hierarchicalfilter.isfilterpartiallyselected.md +2 -2
  719. package/docs/API-reference/api/x-components.hierarchicalfilter.md +5 -4
  720. package/docs/API-reference/api/x-components.highlight.highlight.md +13 -0
  721. package/docs/API-reference/api/x-components.highlight.matchclass.md +13 -0
  722. package/docs/API-reference/api/x-components.highlight.md +23 -0
  723. package/docs/API-reference/api/x-components.highlight.text.md +13 -0
  724. package/docs/API-reference/api/x-components.historyicon.md +1 -1
  725. package/docs/API-reference/api/x-components.historyqueries.md +1 -1
  726. package/docs/API-reference/api/x-components.historyqueriesactioncontext.md +3 -3
  727. package/docs/API-reference/api/x-components.historyqueriesactions.addquerytohistory.md +2 -2
  728. package/docs/API-reference/api/x-components.historyqueriesactions.loadhistoryqueriesfrombrowserstorage.md +2 -2
  729. package/docs/API-reference/api/x-components.historyqueriesactions.md +3 -1
  730. package/docs/API-reference/api/x-components.historyqueriesactions.refreshsession.md +2 -2
  731. package/docs/API-reference/api/x-components.historyqueriesactions.removefromhistory.md +2 -2
  732. package/docs/API-reference/api/x-components.historyqueriesactions.sethistoryqueries.md +2 -2
  733. package/docs/API-reference/api/x-components.historyqueriesactions.seturlparams.md +2 -2
  734. package/docs/API-reference/api/x-components.historyqueriesactions.togglehistoryqueries.md +24 -0
  735. package/docs/API-reference/api/x-components.historyqueriesactions.updatehistoryquerieswithsearchresponse.md +24 -0
  736. package/docs/API-reference/api/x-components.historyqueriesconfig.debounceinms.md +1 -1
  737. package/docs/API-reference/api/x-components.historyqueriesconfig.hideifequalsquery.md +1 -1
  738. package/docs/API-reference/api/x-components.historyqueriesconfig.maxitemstostore.md +1 -1
  739. package/docs/API-reference/api/x-components.historyqueriesconfig.md +7 -7
  740. package/docs/API-reference/api/x-components.historyqueriesconfig.sessionttlinms.md +1 -1
  741. package/docs/API-reference/api/x-components.historyqueriesgetter.historyqueries.md +2 -2
  742. package/docs/API-reference/api/x-components.historyqueriesgetter.md +2 -2
  743. package/docs/API-reference/api/x-components.historyqueriesgetters.historyqueries.md +1 -1
  744. package/docs/API-reference/api/x-components.historyqueriesgetters.historyquerieswithresults.md +13 -0
  745. package/docs/API-reference/api/x-components.historyqueriesgetters.md +8 -7
  746. package/docs/API-reference/api/x-components.historyqueriesgetters.normalizedquery.md +1 -1
  747. package/docs/API-reference/api/x-components.historyqueriesgetters.sessionhistoryqueries.md +1 -1
  748. package/docs/API-reference/api/x-components.historyqueriesgetters.storagekey.md +1 -1
  749. package/docs/API-reference/api/x-components.historyqueriesmutations.md +4 -2
  750. package/docs/API-reference/api/x-components.historyqueriesmutations.sethistoryqueries.md +2 -2
  751. package/docs/API-reference/api/x-components.historyqueriesmutations.setisenabled.md +24 -0
  752. package/docs/API-reference/api/x-components.historyqueriesmutations.setquery.md +2 -2
  753. package/docs/API-reference/api/x-components.historyqueriesmutations.setsessiontimestamp.md +2 -2
  754. package/docs/API-reference/api/x-components.historyqueriesstate.config.md +1 -1
  755. package/docs/API-reference/api/x-components.historyqueriesstate.historyqueries.md +1 -1
  756. package/docs/API-reference/api/x-components.historyqueriesstate.isenabled.md +13 -0
  757. package/docs/API-reference/api/x-components.historyqueriesstate.md +10 -8
  758. package/docs/API-reference/api/x-components.historyqueriesstate.query.md +1 -1
  759. package/docs/API-reference/api/x-components.historyqueriesstate.sessiontimestampinms.md +1 -1
  760. package/docs/API-reference/api/x-components.historyqueriesswitch.hashistoryqueries.md +13 -0
  761. package/docs/API-reference/api/x-components.historyqueriesswitch.historyqueries.md +13 -0
  762. package/docs/API-reference/api/x-components.historyqueriesswitch.md +22 -0
  763. package/docs/API-reference/api/x-components.historyqueriesxevents.historyqueriesdisplayed.md +2 -2
  764. package/docs/API-reference/api/x-components.historyqueriesxevents.historyqueriesquerychanged.md +2 -2
  765. package/docs/API-reference/api/x-components.historyqueriesxevents.historyqueriesstoragekeychanged.md +2 -2
  766. package/docs/API-reference/api/x-components.historyqueriesxevents.md +14 -10
  767. package/docs/API-reference/api/x-components.historyqueriesxevents.sessionhistoryquerieschanged.md +2 -2
  768. package/docs/API-reference/api/x-components.historyqueriesxevents.userclickedconfirmdisablehistoryqueries.md +13 -0
  769. package/docs/API-reference/api/x-components.historyqueriesxevents.userclickeddisablehistoryqueries.md +13 -0
  770. package/docs/API-reference/api/x-components.historyqueriesxevents.userclickeddismissdisablehistoryqueries.md +13 -0
  771. package/docs/API-reference/api/x-components.historyqueriesxevents.userclickedenablehistoryqueries.md +13 -0
  772. package/docs/API-reference/api/x-components.historyqueriesxevents.userpressedclearhistoryqueries.md +2 -2
  773. package/docs/API-reference/api/x-components.historyqueriesxevents.userpressedremovehistoryquery.md +2 -2
  774. package/docs/API-reference/api/x-components.historyqueriesxevents.userselectedahistoryquery.md +2 -2
  775. package/docs/API-reference/api/x-components.historyqueriesxmodule.md +1 -1
  776. package/docs/API-reference/api/x-components.historyqueriesxstoremodule.md +3 -3
  777. package/docs/API-reference/api/x-components.historyquery.md +4 -4
  778. package/docs/API-reference/api/x-components.historyquery.suggestion.md +1 -1
  779. package/docs/API-reference/api/x-components.historytinyicon.md +1 -1
  780. package/docs/API-reference/api/x-components.identifierdetectionregexp.md +1 -1
  781. package/docs/API-reference/api/x-components.identifierhighlightregexp.md +1 -1
  782. package/docs/API-reference/api/x-components.identifierresult.highlightedqueryhtml.md +1 -1
  783. package/docs/API-reference/api/x-components.identifierresult.identifierhighlightregexp.md +1 -1
  784. package/docs/API-reference/api/x-components.identifierresult.md +4 -4
  785. package/docs/API-reference/api/x-components.identifierresult.query.md +1 -1
  786. package/docs/API-reference/api/x-components.identifierresult.result.md +1 -1
  787. package/docs/API-reference/api/x-components.identifierresults.animation.md +1 -1
  788. package/docs/API-reference/api/x-components.identifierresults.identifierresults.md +1 -1
  789. package/docs/API-reference/api/x-components.identifierresults.maxitemstorender.md +13 -0
  790. package/docs/API-reference/api/x-components.identifierresults.md +5 -4
  791. package/docs/API-reference/api/x-components.identifierresults.resultclickextraevents.md +1 -1
  792. package/docs/API-reference/api/x-components.identifierresultsactions.cancelfetchandsaveidentifierresults.md +2 -2
  793. package/docs/API-reference/api/x-components.identifierresultsactions.fetchandsaveidentifierresults.md +4 -4
  794. package/docs/API-reference/api/x-components.identifierresultsactions.fetchidentifierresults.md +4 -4
  795. package/docs/API-reference/api/x-components.identifierresultsactions.md +1 -1
  796. package/docs/API-reference/api/x-components.identifierresultsactions.saveorigin.md +2 -2
  797. package/docs/API-reference/api/x-components.identifierresultsactions.savequery.md +2 -2
  798. package/docs/API-reference/api/x-components.identifierresultsactionscontext.md +3 -3
  799. package/docs/API-reference/api/x-components.identifierresultsconfig.debounceinms.md +1 -1
  800. package/docs/API-reference/api/x-components.identifierresultsconfig.identifierdetectionregexp.md +1 -1
  801. package/docs/API-reference/api/x-components.identifierresultsconfig.maxitemstorequest.md +1 -1
  802. package/docs/API-reference/api/x-components.identifierresultsconfig.md +7 -7
  803. package/docs/API-reference/api/x-components.identifierresultsconfig.separatorchars.md +1 -1
  804. package/docs/API-reference/api/x-components.identifierresultsgetters.identifierdetectionregexp.md +1 -1
  805. package/docs/API-reference/api/x-components.identifierresultsgetters.identifierhighlightregexp.md +1 -1
  806. package/docs/API-reference/api/x-components.identifierresultsgetters.identifierresultsrequest.md +2 -2
  807. package/docs/API-reference/api/x-components.identifierresultsgetters.md +6 -6
  808. package/docs/API-reference/api/x-components.identifierresultsmutations.md +3 -3
  809. package/docs/API-reference/api/x-components.identifierresultsmutations.setidentifierresults.md +2 -2
  810. package/docs/API-reference/api/x-components.identifierresultsmutations.setorigin.md +2 -2
  811. package/docs/API-reference/api/x-components.identifierresultsmutations.setparams.md +3 -3
  812. package/docs/API-reference/api/x-components.identifierresultsmutations.setquery.md +2 -2
  813. package/docs/API-reference/api/x-components.identifierresultsrequest.md +1 -1
  814. package/docs/API-reference/api/x-components.identifierresultsstate.config.md +1 -1
  815. package/docs/API-reference/api/x-components.identifierresultsstate.identifierresults.md +1 -1
  816. package/docs/API-reference/api/x-components.identifierresultsstate.md +10 -10
  817. package/docs/API-reference/api/x-components.identifierresultsstate.origin.md +1 -1
  818. package/docs/API-reference/api/x-components.identifierresultsstate.params.md +1 -1
  819. package/docs/API-reference/api/x-components.identifierresultsstate.query.md +1 -1
  820. package/docs/API-reference/api/x-components.identifierresultsxevents.identifierresultschanged.md +2 -2
  821. package/docs/API-reference/api/x-components.identifierresultsxevents.identifierresultsrequestupdated.md +13 -0
  822. package/docs/API-reference/api/x-components.identifierresultsxevents.md +6 -6
  823. package/docs/API-reference/api/x-components.identifierresultsxevents.userclickedaidentifierresult.md +2 -2
  824. package/docs/API-reference/api/x-components.identifierresultsxmodule.md +1 -1
  825. package/docs/API-reference/api/x-components.identifierresultsxstoremodule.md +3 -3
  826. package/docs/API-reference/api/x-components.increasepageappendingresults.md +3 -3
  827. package/docs/API-reference/api/x-components.increasepageappendingresultswire.md +13 -0
  828. package/docs/API-reference/api/x-components.infinitescroll.md +3 -3
  829. package/docs/API-reference/api/x-components.infinitescroll.oninfinitescrollend.md +1 -1
  830. package/docs/API-reference/api/x-components.initwrapper.api.md +13 -0
  831. package/docs/API-reference/api/x-components.initwrapper.app.md +13 -0
  832. package/docs/API-reference/api/x-components.initwrapper.bus.md +13 -0
  833. package/docs/API-reference/api/x-components.initwrapper.md +23 -0
  834. package/docs/API-reference/api/x-components.initwrapper.plugin.md +13 -0
  835. package/docs/API-reference/api/x-components.installxoptions.api.md +1 -1
  836. package/docs/API-reference/api/x-components.installxoptions.app.md +2 -2
  837. package/docs/API-reference/api/x-components.installxoptions.bus.md +3 -3
  838. package/docs/API-reference/api/x-components.installxoptions.domelement.md +3 -3
  839. package/docs/API-reference/api/x-components.installxoptions.installextraplugins.md +3 -3
  840. package/docs/API-reference/api/x-components.installxoptions.md +13 -12
  841. package/docs/API-reference/api/x-components.installxoptions.oncreateapp.md +13 -0
  842. package/docs/API-reference/api/x-components.installxoptions.plugin.md +1 -1
  843. package/docs/API-reference/api/x-components.installxoptions.vue.md +1 -1
  844. package/docs/API-reference/api/x-components.installxoptions.vueoptions.md +1 -1
  845. package/docs/API-reference/api/x-components.internalsearchrequest.md +21 -0
  846. package/docs/API-reference/api/x-components.internalsearchrequest.page.md +13 -0
  847. package/docs/API-reference/api/x-components.internalsearchresponse.md +22 -0
  848. package/docs/API-reference/api/x-components.internalsearchresponse.request.md +13 -0
  849. package/docs/API-reference/api/x-components.internalsearchresponse.status.md +13 -0
  850. package/docs/API-reference/api/x-components.isarrayempty.md +2 -2
  851. package/docs/API-reference/api/x-components.iselementequalorcontained.md +2 -2
  852. package/docs/API-reference/api/x-components.isinrange.md +2 -2
  853. package/docs/API-reference/api/x-components.isnewquery.md +2 -2
  854. package/docs/API-reference/api/x-components.isstringempty.md +3 -3
  855. package/docs/API-reference/api/x-components.isxcomponent.md +2 -2
  856. package/docs/API-reference/api/x-components.itemslist.animation.md +1 -1
  857. package/docs/API-reference/api/x-components.itemslist.items.md +1 -1
  858. package/docs/API-reference/api/x-components.itemslist.md +5 -5
  859. package/docs/API-reference/api/x-components.itemslistinjectionmixin.md +2 -2
  860. package/docs/API-reference/api/x-components.lightbulboff.md +11 -0
  861. package/docs/API-reference/api/x-components.lightbulbon.md +11 -0
  862. package/docs/API-reference/api/x-components.listitem.md +2 -2
  863. package/docs/API-reference/api/x-components.loadhistoryqueriesfrombrowserstorage.md +1 -1
  864. package/docs/API-reference/api/x-components.loadhistoryqueriesfrombrowserstoragewire.md +1 -1
  865. package/docs/API-reference/api/x-components.locationprovider.location.md +1 -1
  866. package/docs/API-reference/api/x-components.locationprovider.md +3 -3
  867. package/docs/API-reference/api/x-components.mainmodal.animation.md +13 -0
  868. package/docs/API-reference/api/x-components.mainmodal.focusonopen.md +13 -0
  869. package/docs/API-reference/api/x-components.mainmodal.md +22 -0
  870. package/docs/API-reference/api/x-components.mainscroll.margin.md +1 -1
  871. package/docs/API-reference/api/x-components.mainscroll.md +4 -4
  872. package/docs/API-reference/api/x-components.mainscroll.mounted.md +2 -2
  873. package/docs/API-reference/api/x-components.mainscroll.restorescrolltimeoutms.md +1 -1
  874. package/docs/API-reference/api/x-components.mainscroll.threshold.md +1 -1
  875. package/docs/API-reference/api/x-components.mainscroll.usewindow.md +1 -1
  876. package/docs/API-reference/api/x-components.mainscroll.visibleelementsobserver.md +1 -1
  877. package/docs/API-reference/api/x-components.mainscrollitem._el.md +1 -1
  878. package/docs/API-reference/api/x-components.mainscrollitem.item.md +1 -1
  879. package/docs/API-reference/api/x-components.mainscrollitem.md +2 -2
  880. package/docs/API-reference/api/x-components.mainscrollitem.observeitem.md +2 -2
  881. package/docs/API-reference/api/x-components.mainscrollitem.tag.md +1 -1
  882. package/docs/API-reference/api/x-components.mapwire.md +2 -2
  883. package/docs/API-reference/api/x-components.maybearray.md +2 -2
  884. package/docs/API-reference/api/x-components.md +163 -75
  885. package/docs/API-reference/api/x-components.menuicon.md +1 -1
  886. package/docs/API-reference/api/x-components.minusicon.md +1 -1
  887. package/docs/API-reference/api/x-components.minustinyicon.md +1 -1
  888. package/docs/API-reference/api/x-components.monadicfunction.md +2 -2
  889. package/docs/API-reference/api/x-components.multicolumnmaxwidthlayout.asideanimation.md +1 -1
  890. package/docs/API-reference/api/x-components.multicolumnmaxwidthlayout.md +8 -3
  891. package/docs/API-reference/api/x-components.mutatefilterpayload.filter.md +13 -0
  892. package/docs/API-reference/api/x-components.mutatefilterpayload.md +21 -0
  893. package/docs/API-reference/api/x-components.mutatefilterpayload.newfilterstate.md +13 -0
  894. package/docs/API-reference/api/x-components.mutationnamesfor.md +3 -3
  895. package/docs/API-reference/api/x-components.mutationsdictionary.md +2 -2
  896. package/docs/API-reference/api/x-components.mutationstree.md +3 -3
  897. package/docs/API-reference/api/x-components.myhistory.animation.md +13 -0
  898. package/docs/API-reference/api/x-components.myhistory.locale.md +13 -0
  899. package/docs/API-reference/api/x-components.myhistory.md +26 -0
  900. package/docs/API-reference/api/x-components.namespaceddebounce.md +2 -2
  901. package/docs/API-reference/api/x-components.namespacedthrottle.md +2 -2
  902. package/docs/API-reference/api/x-components.namespacedtimeselector.md +3 -3
  903. package/docs/API-reference/api/x-components.namespacedtimewireoperator.md +3 -3
  904. package/docs/API-reference/api/x-components.namespacedwirecommit.md +1 -1
  905. package/docs/API-reference/api/x-components.namespacedwirecommitpayload.md +3 -3
  906. package/docs/API-reference/api/x-components.namespacedwirecommitwithoutpayload.md +3 -3
  907. package/docs/API-reference/api/x-components.namespacedwiredispatch.md +1 -1
  908. package/docs/API-reference/api/x-components.namespacedwiredispatchpayload.md +3 -3
  909. package/docs/API-reference/api/x-components.namespacedwiredispatchwithoutpayload.md +3 -3
  910. package/docs/API-reference/api/x-components.namespacedwiringdata.md +3 -3
  911. package/docs/API-reference/api/x-components.nextqueries.highlightcurated.md +13 -0
  912. package/docs/API-reference/api/x-components.nextqueries.md +1 -1
  913. package/docs/API-reference/api/x-components.nextqueries.suggestions.md +13 -0
  914. package/docs/API-reference/api/x-components.nextqueriesactioncontext.md +3 -3
  915. package/docs/API-reference/api/x-components.nextqueriesactions.cancelfetchandsavenextqueries.md +2 -2
  916. package/docs/API-reference/api/x-components.nextqueriesactions.fetchandsavenextqueries.md +2 -2
  917. package/docs/API-reference/api/x-components.nextqueriesactions.fetchandsavenextquerypreview.md +27 -0
  918. package/docs/API-reference/api/x-components.nextqueriesactions.fetchnextqueries.md +2 -2
  919. package/docs/API-reference/api/x-components.nextqueriesactions.fetchnextquerypreview.md +29 -0
  920. package/docs/API-reference/api/x-components.nextqueriesactions.md +3 -1
  921. package/docs/API-reference/api/x-components.nextqueriesactions.setqueryfromlasthistoryquery.md +2 -2
  922. package/docs/API-reference/api/x-components.nextqueriesactions.seturlparams.md +2 -2
  923. package/docs/API-reference/api/x-components.nextqueriesconfig.hidesessionqueries.md +1 -1
  924. package/docs/API-reference/api/x-components.nextqueriesconfig.loadoninit.md +1 -1
  925. package/docs/API-reference/api/x-components.nextqueriesconfig.maxitemstorequest.md +1 -1
  926. package/docs/API-reference/api/x-components.nextqueriesconfig.maxpreviewitemstorequest.md +13 -0
  927. package/docs/API-reference/api/x-components.nextqueriesconfig.md +7 -6
  928. package/docs/API-reference/api/x-components.nextqueriesgetters.md +5 -5
  929. package/docs/API-reference/api/x-components.nextqueriesgetters.nextqueries.md +1 -1
  930. package/docs/API-reference/api/x-components.nextqueriesgetters.request.md +1 -1
  931. package/docs/API-reference/api/x-components.nextquerieslist.animation.md +1 -1
  932. package/docs/API-reference/api/x-components.nextquerieslist.frequency.md +1 -1
  933. package/docs/API-reference/api/x-components.nextquerieslist.hasmoreitems.md +13 -0
  934. package/docs/API-reference/api/x-components.nextquerieslist.injectedquery.md +13 -0
  935. package/docs/API-reference/api/x-components.nextquerieslist.maxgroups.md +1 -1
  936. package/docs/API-reference/api/x-components.nextquerieslist.maxnextqueriespergroup.md +1 -1
  937. package/docs/API-reference/api/x-components.nextquerieslist.md +6 -3
  938. package/docs/API-reference/api/x-components.nextquerieslist.offset.md +1 -1
  939. package/docs/API-reference/api/x-components.nextquerieslist.showonlyafteroffset.md +13 -0
  940. package/docs/API-reference/api/x-components.nextqueriesmutations.md +5 -3
  941. package/docs/API-reference/api/x-components.nextqueriesmutations.resetresultspreview.md +17 -0
  942. package/docs/API-reference/api/x-components.nextqueriesmutations.setnextqueries.md +2 -2
  943. package/docs/API-reference/api/x-components.nextqueriesmutations.setparams.md +3 -3
  944. package/docs/API-reference/api/x-components.nextqueriesmutations.setquery.md +2 -2
  945. package/docs/API-reference/api/x-components.nextqueriesmutations.setresultspreview.md +24 -0
  946. package/docs/API-reference/api/x-components.nextqueriesmutations.setsearchedqueries.md +2 -2
  947. package/docs/API-reference/api/x-components.nextqueriesrequest.md +1 -1
  948. package/docs/API-reference/api/x-components.nextqueriesstate.config.md +1 -1
  949. package/docs/API-reference/api/x-components.nextqueriesstate.md +11 -10
  950. package/docs/API-reference/api/x-components.nextqueriesstate.nextqueries.md +1 -1
  951. package/docs/API-reference/api/x-components.nextqueriesstate.params.md +1 -1
  952. package/docs/API-reference/api/x-components.nextqueriesstate.query.md +1 -1
  953. package/docs/API-reference/api/x-components.nextqueriesstate.resultspreview.md +13 -0
  954. package/docs/API-reference/api/x-components.nextqueriesstate.searchedqueries.md +1 -1
  955. package/docs/API-reference/api/x-components.nextqueriesxevents.md +8 -7
  956. package/docs/API-reference/api/x-components.nextqueriesxevents.nextquerieschanged.md +2 -2
  957. package/docs/API-reference/api/x-components.nextqueriesxevents.nextqueriesdisplayed.md +2 -2
  958. package/docs/API-reference/api/x-components.nextqueriesxevents.nextqueriesrequestupdated.md +13 -0
  959. package/docs/API-reference/api/x-components.nextqueriesxevents.nextquerypreviewmountedhook.md +13 -0
  960. package/docs/API-reference/api/x-components.nextqueriesxevents.userselectedanextquery.md +2 -2
  961. package/docs/API-reference/api/x-components.nextqueriesxmodule.md +1 -1
  962. package/docs/API-reference/api/x-components.nextqueriesxstoremodule.md +3 -3
  963. package/docs/API-reference/api/x-components.nextquery.events.md +1 -1
  964. package/docs/API-reference/api/x-components.nextquery.highlightcurated.md +13 -0
  965. package/docs/API-reference/api/x-components.nextquery.md +5 -4
  966. package/docs/API-reference/api/x-components.nextquery.suggestion.md +1 -1
  967. package/docs/API-reference/api/x-components.nextquerypreview.maxitemstorender.md +13 -0
  968. package/docs/API-reference/api/x-components.nextquerypreview.md +30 -0
  969. package/docs/API-reference/api/x-components.nextquerypreview.mounted.md +17 -0
  970. package/docs/API-reference/api/x-components.nextquerypreview.previewresults.md +13 -0
  971. package/docs/API-reference/api/x-components.nextquerypreview.suggestion.md +13 -0
  972. package/docs/API-reference/api/x-components.nextquerypreview.suggestionresults.md +13 -0
  973. package/docs/API-reference/api/x-components.niladicfunction.md +2 -2
  974. package/docs/API-reference/api/x-components.normalisedsnippetconfig.md +15 -0
  975. package/docs/API-reference/api/x-components.normalizedquery.md +1 -1
  976. package/docs/API-reference/api/x-components.normalizestring.md +2 -2
  977. package/docs/API-reference/api/x-components.numberrangefilter.clickevents.md +13 -0
  978. package/docs/API-reference/api/x-components.numberrangefilter.filter.md +1 -1
  979. package/docs/API-reference/api/x-components.numberrangefilter.md +3 -2
  980. package/docs/API-reference/api/x-components.openmainmodal.md +15 -0
  981. package/docs/API-reference/api/x-components.pair.md +2 -2
  982. package/docs/API-reference/api/x-components.partialquerybutton.emitevents.md +2 -2
  983. package/docs/API-reference/api/x-components.partialquerybutton.md +3 -3
  984. package/docs/API-reference/api/x-components.partialquerybutton.query.md +1 -1
  985. package/docs/API-reference/api/x-components.partialresultslist.animation.md +1 -1
  986. package/docs/API-reference/api/x-components.partialresultslist.items.md +1 -1
  987. package/docs/API-reference/api/x-components.partialresultslist.maxitemstorender.md +1 -1
  988. package/docs/API-reference/api/x-components.partialresultslist.md +4 -4
  989. package/docs/API-reference/api/x-components.payloadfactorydata.md +3 -3
  990. package/docs/API-reference/api/x-components.pdpaddtocartservice.md +22 -0
  991. package/docs/API-reference/api/x-components.pdpaddtocartservice.movetosessionstorage.md +24 -0
  992. package/docs/API-reference/api/x-components.pdpaddtocartservice.storeresultclicked.md +24 -0
  993. package/docs/API-reference/api/x-components.pdpaddtocartservice.trackaddtocart.md +24 -0
  994. package/docs/API-reference/api/x-components.plusicon.md +1 -1
  995. package/docs/API-reference/api/x-components.plustinyicon.md +11 -0
  996. package/docs/API-reference/api/x-components.popularsearch.events.md +1 -1
  997. package/docs/API-reference/api/x-components.popularsearch.md +4 -4
  998. package/docs/API-reference/api/x-components.popularsearch.suggestion.md +1 -1
  999. package/docs/API-reference/api/x-components.popularsearches.md +1 -1
  1000. package/docs/API-reference/api/x-components.popularsearchesactioncontext.md +3 -3
  1001. package/docs/API-reference/api/x-components.popularsearchesactions.cancelfetchandsavesuggestions.md +2 -2
  1002. package/docs/API-reference/api/x-components.popularsearchesactions.fetchandsavesuggestions.md +4 -4
  1003. package/docs/API-reference/api/x-components.popularsearchesactions.fetchsuggestions.md +4 -4
  1004. package/docs/API-reference/api/x-components.popularsearchesactions.md +1 -1
  1005. package/docs/API-reference/api/x-components.popularsearchesconfig.hidesessionqueries.md +1 -1
  1006. package/docs/API-reference/api/x-components.popularsearchesconfig.maxitemstorequest.md +1 -1
  1007. package/docs/API-reference/api/x-components.popularsearchesconfig.md +5 -6
  1008. package/docs/API-reference/api/x-components.popularsearchesgetters.md +5 -5
  1009. package/docs/API-reference/api/x-components.popularsearchesgetters.popularsearches.md +1 -1
  1010. package/docs/API-reference/api/x-components.popularsearchesgetters.request.md +2 -2
  1011. package/docs/API-reference/api/x-components.popularsearchesmutations.md +2 -2
  1012. package/docs/API-reference/api/x-components.popularsearchesmutations.setparams.md +3 -3
  1013. package/docs/API-reference/api/x-components.popularsearchesmutations.setsearchedqueries.md +2 -2
  1014. package/docs/API-reference/api/x-components.popularsearchesmutations.setsuggestions.md +2 -2
  1015. package/docs/API-reference/api/x-components.popularsearchesrequest.md +1 -1
  1016. package/docs/API-reference/api/x-components.popularsearchesstate.config.md +1 -1
  1017. package/docs/API-reference/api/x-components.popularsearchesstate.md +8 -8
  1018. package/docs/API-reference/api/x-components.popularsearchesstate.params.md +1 -1
  1019. package/docs/API-reference/api/x-components.popularsearchesstate.popularsearches.md +1 -1
  1020. package/docs/API-reference/api/x-components.popularsearchesstate.searchedqueries.md +1 -1
  1021. package/docs/API-reference/api/x-components.popularsearchesxevents.md +6 -6
  1022. package/docs/API-reference/api/x-components.popularsearchesxevents.popularsearchdisplayed.md +2 -2
  1023. package/docs/API-reference/api/x-components.popularsearchesxevents.popularsearchesrequestupdated.md +13 -0
  1024. package/docs/API-reference/api/x-components.popularsearchesxevents.userselectedapopularsearch.md +2 -2
  1025. package/docs/API-reference/api/x-components.popularsearchesxmodule.md +1 -1
  1026. package/docs/API-reference/api/x-components.popularsearchesxstoremodule.md +3 -3
  1027. package/docs/API-reference/api/x-components.preselectedfilters.created.md +17 -0
  1028. package/docs/API-reference/api/x-components.preselectedfilters.filters.md +18 -0
  1029. package/docs/API-reference/api/x-components.preselectedfilters.md +28 -0
  1030. package/docs/API-reference/api/x-components.preselectedfilters.render.md +15 -0
  1031. package/docs/API-reference/api/x-components.privatexmoduleoptions.md +5 -5
  1032. package/docs/API-reference/api/x-components.privatexmoduleoptions.storeemitters.md +2 -2
  1033. package/docs/API-reference/api/x-components.privatexmoduleoptions.storemodule.md +1 -1
  1034. package/docs/API-reference/api/x-components.privatexmodulesoptions.md +3 -3
  1035. package/docs/API-reference/api/x-components.promoted.md +2 -2
  1036. package/docs/API-reference/api/x-components.promoted.promoted.md +1 -1
  1037. package/docs/API-reference/api/x-components.promotedslist.animation.md +1 -1
  1038. package/docs/API-reference/api/x-components.promotedslist.md +3 -3
  1039. package/docs/API-reference/api/x-components.promotedslist.stateitems.md +1 -1
  1040. package/docs/API-reference/api/x-components.propswithtype.md +7 -8
  1041. package/docs/API-reference/api/x-components.queriespreviewactioncontext.md +15 -0
  1042. package/docs/API-reference/api/x-components.queriespreviewactions.fetchandsavequerypreview.md +24 -0
  1043. package/docs/API-reference/api/x-components.queriespreviewactions.fetchquerypreview.md +26 -0
  1044. package/docs/API-reference/api/x-components.queriespreviewactions.md +21 -0
  1045. package/docs/API-reference/api/x-components.queriespreviewconfig.maxitemstorequest.md +13 -0
  1046. package/docs/API-reference/api/x-components.queriespreviewconfig.md +20 -0
  1047. package/docs/API-reference/api/x-components.queriespreviewgetters.md +13 -0
  1048. package/docs/API-reference/api/x-components.queriespreviewmutations.clearquerypreview.md +24 -0
  1049. package/docs/API-reference/api/x-components.queriespreviewmutations.md +23 -0
  1050. package/docs/API-reference/api/x-components.queriespreviewmutations.setparams.md +24 -0
  1051. package/docs/API-reference/api/x-components.queriespreviewmutations.setquerypreview.md +24 -0
  1052. package/docs/API-reference/api/x-components.queriespreviewmutations.setstatus.md +24 -0
  1053. package/docs/API-reference/api/x-components.queriespreviewstate.config.md +13 -0
  1054. package/docs/API-reference/api/x-components.queriespreviewstate.md +22 -0
  1055. package/docs/API-reference/api/x-components.queriespreviewstate.params.md +13 -0
  1056. package/docs/API-reference/api/x-components.queriespreviewstate.queriespreview.md +11 -0
  1057. package/docs/API-reference/api/x-components.queriespreviewxevents.md +21 -0
  1058. package/docs/API-reference/api/x-components.queriespreviewxevents.querypreviewrequestupdated.md +13 -0
  1059. package/docs/API-reference/api/x-components.queriespreviewxevents.querypreviewunmountedhook.md +13 -0
  1060. package/docs/API-reference/api/x-components.queriespreviewxmodule.md +13 -0
  1061. package/docs/API-reference/api/x-components.queriespreviewxstoremodule.md +15 -0
  1062. package/docs/API-reference/api/x-components.queryfeature.md +2 -2
  1063. package/docs/API-reference/api/x-components.queryorigin.md +3 -3
  1064. package/docs/API-reference/api/x-components.queryorigininit.md +3 -3
  1065. package/docs/API-reference/api/x-components.querypreview.config.md +13 -0
  1066. package/docs/API-reference/api/x-components.querypreview.debouncetimems.md +13 -0
  1067. package/docs/API-reference/api/x-components.querypreview.maxitemstorender.md +13 -0
  1068. package/docs/API-reference/api/x-components.querypreview.md +29 -0
  1069. package/docs/API-reference/api/x-components.querypreview.params.md +13 -0
  1070. package/docs/API-reference/api/x-components.querypreview.previewresults.md +13 -0
  1071. package/docs/API-reference/api/x-components.querypreview.query.md +13 -0
  1072. package/docs/API-reference/api/x-components.querypreview.queryfeature.md +13 -0
  1073. package/docs/API-reference/api/x-components.querypreview.querypreviewresults.md +13 -0
  1074. package/docs/API-reference/api/x-components.querypreview.results.md +18 -0
  1075. package/docs/API-reference/api/x-components.querypreviewinfo.md +21 -0
  1076. package/docs/API-reference/api/x-components.querypreviewinfo.query.md +13 -0
  1077. package/docs/API-reference/api/x-components.querypreviewinfo.title.md +13 -0
  1078. package/docs/API-reference/api/x-components.querypreviewitem.md +23 -0
  1079. package/docs/API-reference/api/x-components.querypreviewitem.request.md +13 -0
  1080. package/docs/API-reference/api/x-components.querypreviewitem.results.md +13 -0
  1081. package/docs/API-reference/api/x-components.querypreviewitem.totalresults.md +13 -0
  1082. package/docs/API-reference/api/x-components.querypreviewlist.animation.md +13 -0
  1083. package/docs/API-reference/api/x-components.querypreviewlist.md +23 -0
  1084. package/docs/API-reference/api/x-components.querypreviewlist.queries.md +13 -0
  1085. package/docs/API-reference/api/x-components.querypreviewlist.queriesstatus.md +13 -0
  1086. package/docs/API-reference/api/x-components.querypreviewstatuspayload.md +21 -0
  1087. package/docs/API-reference/api/x-components.querypreviewstatuspayload.query.md +13 -0
  1088. package/docs/API-reference/api/x-components.querypreviewstatuspayload.status.md +13 -0
  1089. package/docs/API-reference/api/x-components.querysuggestion.md +3 -3
  1090. package/docs/API-reference/api/x-components.querysuggestion.suggestion.md +1 -1
  1091. package/docs/API-reference/api/x-components.querysuggestions.md +1 -1
  1092. package/docs/API-reference/api/x-components.querysuggestionsactioncontext.md +3 -3
  1093. package/docs/API-reference/api/x-components.querysuggestionsactions.cancelfetchandsavesuggestions.md +2 -2
  1094. package/docs/API-reference/api/x-components.querysuggestionsactions.fetchandsavesuggestions.md +4 -4
  1095. package/docs/API-reference/api/x-components.querysuggestionsactions.fetchsuggestions.md +4 -4
  1096. package/docs/API-reference/api/x-components.querysuggestionsactions.md +1 -1
  1097. package/docs/API-reference/api/x-components.querysuggestionsactions.seturlparams.md +2 -2
  1098. package/docs/API-reference/api/x-components.querysuggestionsconfig.debounceinms.md +1 -1
  1099. package/docs/API-reference/api/x-components.querysuggestionsconfig.hideifequalsquery.md +1 -1
  1100. package/docs/API-reference/api/x-components.querysuggestionsconfig.maxitemstorequest.md +1 -1
  1101. package/docs/API-reference/api/x-components.querysuggestionsconfig.md +6 -7
  1102. package/docs/API-reference/api/x-components.querysuggestionsgetter.md +2 -2
  1103. package/docs/API-reference/api/x-components.querysuggestionsgetter.querysuggestions.md +2 -2
  1104. package/docs/API-reference/api/x-components.querysuggestionsgetters.md +6 -6
  1105. package/docs/API-reference/api/x-components.querysuggestionsgetters.normalizedquery.md +1 -1
  1106. package/docs/API-reference/api/x-components.querysuggestionsgetters.querysuggestions.md +1 -1
  1107. package/docs/API-reference/api/x-components.querysuggestionsgetters.request.md +2 -2
  1108. package/docs/API-reference/api/x-components.querysuggestionsmutations.md +3 -3
  1109. package/docs/API-reference/api/x-components.querysuggestionsmutations.setparams.md +3 -3
  1110. package/docs/API-reference/api/x-components.querysuggestionsmutations.setquery.md +2 -2
  1111. package/docs/API-reference/api/x-components.querysuggestionsmutations.setsuggestions.md +2 -2
  1112. package/docs/API-reference/api/x-components.querysuggestionsrequest.md +1 -1
  1113. package/docs/API-reference/api/x-components.querysuggestionsstate.config.md +1 -1
  1114. package/docs/API-reference/api/x-components.querysuggestionsstate.md +9 -9
  1115. package/docs/API-reference/api/x-components.querysuggestionsstate.params.md +1 -1
  1116. package/docs/API-reference/api/x-components.querysuggestionsstate.query.md +1 -1
  1117. package/docs/API-reference/api/x-components.querysuggestionsstate.suggestions.md +1 -1
  1118. package/docs/API-reference/api/x-components.querysuggestionsxevents.md +7 -7
  1119. package/docs/API-reference/api/x-components.querysuggestionsxevents.querysuggestionschanged.md +2 -2
  1120. package/docs/API-reference/api/x-components.querysuggestionsxevents.querysuggestionsdisplayed.md +2 -2
  1121. package/docs/API-reference/api/x-components.querysuggestionsxevents.querysuggestionsrequestupdated.md +13 -0
  1122. package/docs/API-reference/api/x-components.querysuggestionsxevents.userselectedaquerysuggestion.md +2 -2
  1123. package/docs/API-reference/api/x-components.querysuggestionsxmodule.md +1 -1
  1124. package/docs/API-reference/api/x-components.querysuggestionsxstoremodule.md +3 -3
  1125. package/docs/API-reference/api/x-components.radiobuttonselectedicon.md +11 -0
  1126. package/docs/API-reference/api/x-components.radiobuttonunselectedicon.md +11 -0
  1127. package/docs/API-reference/api/x-components.recommendations.animation.md +1 -1
  1128. package/docs/API-reference/api/x-components.recommendations.maxitemstorender.md +1 -1
  1129. package/docs/API-reference/api/x-components.recommendations.md +5 -5
  1130. package/docs/API-reference/api/x-components.recommendations.resultclickextraevents.md +1 -1
  1131. package/docs/API-reference/api/x-components.recommendations.storedrecommendations.md +1 -1
  1132. package/docs/API-reference/api/x-components.recommendations_origin.md +1 -1
  1133. package/docs/API-reference/api/x-components.recommendationsactioncontext.md +3 -3
  1134. package/docs/API-reference/api/x-components.recommendationsactions.cancelfetchandsaverecommendations.md +2 -2
  1135. package/docs/API-reference/api/x-components.recommendationsactions.fetchandsaverecommendations.md +4 -4
  1136. package/docs/API-reference/api/x-components.recommendationsactions.fetchrecommendations.md +4 -4
  1137. package/docs/API-reference/api/x-components.recommendationsactions.md +1 -1
  1138. package/docs/API-reference/api/x-components.recommendationsconfig.maxitemstorequest.md +1 -1
  1139. package/docs/API-reference/api/x-components.recommendationsconfig.md +4 -4
  1140. package/docs/API-reference/api/x-components.recommendationsgetters.md +4 -4
  1141. package/docs/API-reference/api/x-components.recommendationsgetters.request.md +2 -2
  1142. package/docs/API-reference/api/x-components.recommendationsmutations.md +3 -2
  1143. package/docs/API-reference/api/x-components.recommendationsmutations.setparams.md +3 -3
  1144. package/docs/API-reference/api/x-components.recommendationsmutations.setrecommendations.md +2 -2
  1145. package/docs/API-reference/api/x-components.recommendationsmutations.updaterecommendation.md +24 -0
  1146. package/docs/API-reference/api/x-components.recommendationsrequest.md +1 -1
  1147. package/docs/API-reference/api/x-components.recommendationsstate.config.md +1 -1
  1148. package/docs/API-reference/api/x-components.recommendationsstate.md +8 -8
  1149. package/docs/API-reference/api/x-components.recommendationsstate.origin.md +1 -1
  1150. package/docs/API-reference/api/x-components.recommendationsstate.params.md +1 -1
  1151. package/docs/API-reference/api/x-components.recommendationsstate.recommendations.md +1 -1
  1152. package/docs/API-reference/api/x-components.recommendationsxevents.md +6 -6
  1153. package/docs/API-reference/api/x-components.recommendationsxevents.recommendationschanged.md +2 -2
  1154. package/docs/API-reference/api/x-components.recommendationsxevents.recommendationsrequestupdated.md +13 -0
  1155. package/docs/API-reference/api/x-components.recommendationsxevents.userclickedarecommendation.md +2 -2
  1156. package/docs/API-reference/api/x-components.recommendationsxmodule.md +1 -1
  1157. package/docs/API-reference/api/x-components.recommendationsxstoremodule.md +3 -3
  1158. package/docs/API-reference/api/x-components.redirection.abortredirect.md +2 -2
  1159. package/docs/API-reference/api/x-components.redirection.delayinseconds.md +1 -1
  1160. package/docs/API-reference/api/x-components.redirection.isredirecting.md +1 -1
  1161. package/docs/API-reference/api/x-components.redirection.md +5 -5
  1162. package/docs/API-reference/api/x-components.redirection.mode.md +1 -1
  1163. package/docs/API-reference/api/x-components.redirection.redirect.md +2 -2
  1164. package/docs/API-reference/api/x-components.redirection.redirections.md +1 -1
  1165. package/docs/API-reference/api/x-components.refreshhistoryqueriessession.md +1 -1
  1166. package/docs/API-reference/api/x-components.refreshsession.md +1 -1
  1167. package/docs/API-reference/api/x-components.relatedtag.emitevents.md +2 -2
  1168. package/docs/API-reference/api/x-components.relatedtag.highlightcurated.md +1 -1
  1169. package/docs/API-reference/api/x-components.relatedtag.md +5 -5
  1170. package/docs/API-reference/api/x-components.relatedtag.relatedtag.md +1 -1
  1171. package/docs/API-reference/api/x-components.relatedtags.animation.md +1 -1
  1172. package/docs/API-reference/api/x-components.relatedtags.highlightcurated.md +1 -1
  1173. package/docs/API-reference/api/x-components.relatedtags.maxitemstorender.md +1 -1
  1174. package/docs/API-reference/api/x-components.relatedtags.md +1 -1
  1175. package/docs/API-reference/api/x-components.relatedtags.relatedtags.md +1 -1
  1176. package/docs/API-reference/api/x-components.relatedtags.storedrelatedtags.md +1 -1
  1177. package/docs/API-reference/api/x-components.relatedtagsactioncontext.md +3 -3
  1178. package/docs/API-reference/api/x-components.relatedtagsactions.cancelfetchandsaverelatedtags.md +2 -2
  1179. package/docs/API-reference/api/x-components.relatedtagsactions.fetchandsaverelatedtags.md +2 -2
  1180. package/docs/API-reference/api/x-components.relatedtagsactions.fetchrelatedtags.md +2 -2
  1181. package/docs/API-reference/api/x-components.relatedtagsactions.md +1 -1
  1182. package/docs/API-reference/api/x-components.relatedtagsactions.seturlparams.md +2 -2
  1183. package/docs/API-reference/api/x-components.relatedtagsactions.togglerelatedtag.md +2 -2
  1184. package/docs/API-reference/api/x-components.relatedtagsconfig.maxitemstorequest.md +1 -1
  1185. package/docs/API-reference/api/x-components.relatedtagsconfig.md +4 -4
  1186. package/docs/API-reference/api/x-components.relatedtagsgetters.md +6 -5
  1187. package/docs/API-reference/api/x-components.relatedtagsgetters.query.md +13 -0
  1188. package/docs/API-reference/api/x-components.relatedtagsgetters.relatedtags.md +1 -1
  1189. package/docs/API-reference/api/x-components.relatedtagsgetters.request.md +1 -1
  1190. package/docs/API-reference/api/x-components.relatedtagsmutations.md +3 -4
  1191. package/docs/API-reference/api/x-components.relatedtagsmutations.setparams.md +3 -3
  1192. package/docs/API-reference/api/x-components.relatedtagsmutations.setrelatedtags.md +2 -2
  1193. package/docs/API-reference/api/x-components.relatedtagsmutations.setselectedrelatedtags.md +2 -2
  1194. package/docs/API-reference/api/x-components.relatedtagsquery.md +13 -0
  1195. package/docs/API-reference/api/x-components.relatedtagsrequest.md +1 -1
  1196. package/docs/API-reference/api/x-components.relatedtagsstate.config.md +1 -1
  1197. package/docs/API-reference/api/x-components.relatedtagsstate.md +9 -10
  1198. package/docs/API-reference/api/x-components.relatedtagsstate.params.md +1 -1
  1199. package/docs/API-reference/api/x-components.relatedtagsstate.relatedtags.md +1 -1
  1200. package/docs/API-reference/api/x-components.relatedtagsstate.selectedrelatedtags.md +1 -1
  1201. package/docs/API-reference/api/x-components.relatedtagsxevents.md +9 -9
  1202. package/docs/API-reference/api/x-components.relatedtagsxevents.relatedtagschanged.md +2 -2
  1203. package/docs/API-reference/api/x-components.relatedtagsxevents.relatedtagsrequestupdated.md +13 -0
  1204. package/docs/API-reference/api/x-components.relatedtagsxevents.selectedrelatedtagschanged.md +2 -2
  1205. package/docs/API-reference/api/x-components.relatedtagsxevents.userdeselectedarelatedtag.md +2 -2
  1206. package/docs/API-reference/api/x-components.relatedtagsxevents.userpickedarelatedtag.md +2 -2
  1207. package/docs/API-reference/api/x-components.relatedtagsxevents.userselectedarelatedtag.md +2 -2
  1208. package/docs/API-reference/api/x-components.relatedtagsxmodule.md +1 -1
  1209. package/docs/API-reference/api/x-components.relatedtagsxstoremodule.md +3 -3
  1210. package/docs/API-reference/api/x-components.removefromhistory.md +1 -1
  1211. package/docs/API-reference/api/x-components.removehistoryquery.historyquery.md +1 -1
  1212. package/docs/API-reference/api/x-components.removehistoryquery.md +1 -1
  1213. package/docs/API-reference/api/x-components.removehistoryquery.removehistoryqueryevent.md +2 -2
  1214. package/docs/API-reference/api/x-components.renderlessextraparams.md +3 -3
  1215. package/docs/API-reference/api/x-components.renderlessextraparams.name.md +1 -1
  1216. package/docs/API-reference/api/x-components.renderlessextraparams.stateparams.md +1 -1
  1217. package/docs/API-reference/api/x-components.renderlessfilter.clickevents.md +1 -1
  1218. package/docs/API-reference/api/x-components.renderlessfilter.filter.md +1 -1
  1219. package/docs/API-reference/api/x-components.renderlessfilter.md +3 -3
  1220. package/docs/API-reference/api/x-components.renderlessfilter.render.md +2 -2
  1221. package/docs/API-reference/api/x-components.requeststatus.md +2 -2
  1222. package/docs/API-reference/api/x-components.resetappending.md +2 -2
  1223. package/docs/API-reference/api/x-components.resetfromnoresultswithfilters.md +13 -0
  1224. package/docs/API-reference/api/x-components.resetisnoresults.md +13 -0
  1225. package/docs/API-reference/api/x-components.resetrequestonrefinement.md +13 -0
  1226. package/docs/API-reference/api/x-components.resetrequestonrefinementwire.md +13 -0
  1227. package/docs/API-reference/api/x-components.resetresultspreviewwire.md +13 -0
  1228. package/docs/API-reference/api/x-components.resetspellcheckquery.md +2 -2
  1229. package/docs/API-reference/api/x-components.resetstateifnorequestwire.md +13 -0
  1230. package/docs/API-reference/api/x-components.resultfeature.md +2 -2
  1231. package/docs/API-reference/api/x-components.resultorigin.md +3 -3
  1232. package/docs/API-reference/api/x-components.resultslist.animation.md +1 -1
  1233. package/docs/API-reference/api/x-components.resultslist.hasmoreitems.md +13 -0
  1234. package/docs/API-reference/api/x-components.resultslist.items.md +1 -1
  1235. package/docs/API-reference/api/x-components.resultslist.md +15 -4
  1236. package/docs/API-reference/api/x-components.resultslist.providedquery.md +13 -0
  1237. package/docs/API-reference/api/x-components.resultslist.searchquery.md +13 -0
  1238. package/docs/API-reference/api/x-components.resultslist.searchstatus.md +13 -0
  1239. package/docs/API-reference/api/x-components.resultslist.totalresults.md +13 -0
  1240. package/docs/API-reference/api/x-components.resultslist.updatequery.md +24 -0
  1241. package/docs/API-reference/api/x-components.resultvariantselector.level.md +13 -0
  1242. package/docs/API-reference/api/x-components.resultvariantselector.md +24 -0
  1243. package/docs/API-reference/api/x-components.resultvariantselector.result.md +13 -0
  1244. package/docs/API-reference/api/x-components.resultvariantselector.selectedvariants.md +13 -0
  1245. package/docs/API-reference/api/x-components.resultvariantselector.selectresultvariant.md +13 -0
  1246. package/docs/API-reference/api/x-components.resultvariantsprovider.autoselectdepth.md +13 -0
  1247. package/docs/API-reference/api/x-components.resultvariantsprovider.md +37 -0
  1248. package/docs/API-reference/api/x-components.resultvariantsprovider.render.md +26 -0
  1249. package/docs/API-reference/api/x-components.resultvariantsprovider.resetselectedvariants.md +17 -0
  1250. package/docs/API-reference/api/x-components.resultvariantsprovider.result.md +13 -0
  1251. package/docs/API-reference/api/x-components.resultvariantsprovider.resulttoprovide.md +13 -0
  1252. package/docs/API-reference/api/x-components.resultvariantsprovider.selectedvariants.md +13 -0
  1253. package/docs/API-reference/api/x-components.resultvariantsprovider.selectfirstvariants.md +24 -0
  1254. package/docs/API-reference/api/x-components.resultvariantsprovider.selectresultvariant.md +25 -0
  1255. package/docs/API-reference/api/x-components.returns.md +2 -4
  1256. package/docs/API-reference/api/x-components.rootstorestateandgetters.md +3 -3
  1257. package/docs/API-reference/api/x-components.rootxstorestate.md +4 -4
  1258. package/docs/API-reference/api/x-components.rootxstorestate.x.md +1 -1
  1259. package/docs/API-reference/api/x-components.sanitize.md +1 -1
  1260. package/docs/API-reference/api/x-components.saveidentifierresultsorigin.md +13 -0
  1261. package/docs/API-reference/api/x-components.saveidentifierresultsoriginwire.md +1 -1
  1262. package/docs/API-reference/api/x-components.saveoriginwire.md +2 -2
  1263. package/docs/API-reference/api/x-components.savequery.md +1 -1
  1264. package/docs/API-reference/api/x-components.savesearchorigin.md +13 -0
  1265. package/docs/API-reference/api/x-components.savesearchresponse.md +13 -0
  1266. package/docs/API-reference/api/x-components.scroll.id.md +1 -1
  1267. package/docs/API-reference/api/x-components.scroll.md +3 -5
  1268. package/docs/API-reference/api/x-components.scrollactions.md +1 -1
  1269. package/docs/API-reference/api/x-components.scrollcomponentstate.direction.md +1 -1
  1270. package/docs/API-reference/api/x-components.scrollcomponentstate.hasalmostreachedend.md +1 -1
  1271. package/docs/API-reference/api/x-components.scrollcomponentstate.hasreachedend.md +1 -1
  1272. package/docs/API-reference/api/x-components.scrollcomponentstate.hasreachedstart.md +1 -1
  1273. package/docs/API-reference/api/x-components.scrollcomponentstate.md +8 -8
  1274. package/docs/API-reference/api/x-components.scrollcomponentstate.position.md +1 -1
  1275. package/docs/API-reference/api/x-components.scrolldirection.md +2 -2
  1276. package/docs/API-reference/api/x-components.scrollgetters.md +1 -1
  1277. package/docs/API-reference/api/x-components.scrollmixin._el.md +1 -1
  1278. package/docs/API-reference/api/x-components.scrollmixin.distancetobottom.md +1 -1
  1279. package/docs/API-reference/api/x-components.scrollmixin.firstelementthresholdpx.md +1 -1
  1280. package/docs/API-reference/api/x-components.scrollmixin.md +4 -3
  1281. package/docs/API-reference/api/x-components.scrollmixin.reseton.md +13 -0
  1282. package/docs/API-reference/api/x-components.scrollmixin.resetonchange.md +1 -1
  1283. package/docs/API-reference/api/x-components.scrollmixin.throttlems.md +1 -1
  1284. package/docs/API-reference/api/x-components.scrollmutations.md +1 -1
  1285. package/docs/API-reference/api/x-components.scrollmutations.setpendingscrollto.md +2 -2
  1286. package/docs/API-reference/api/x-components.scrollmutations.setscrollcomponentstate.md +2 -2
  1287. package/docs/API-reference/api/x-components.scrollstate.data.md +1 -1
  1288. package/docs/API-reference/api/x-components.scrollstate.md +5 -5
  1289. package/docs/API-reference/api/x-components.scrollstate.pendingscrollto.md +1 -1
  1290. package/docs/API-reference/api/x-components.scrollstatepayload.md +5 -5
  1291. package/docs/API-reference/api/x-components.scrollstatepayload.newstate.md +1 -1
  1292. package/docs/API-reference/api/x-components.scrolltotop.animation.md +1 -1
  1293. package/docs/API-reference/api/x-components.scrolltotop.md +3 -3
  1294. package/docs/API-reference/api/x-components.scrolltotop.scrollid.md +1 -1
  1295. package/docs/API-reference/api/x-components.scrolltotop.thresholdpx.md +1 -1
  1296. package/docs/API-reference/api/x-components.scrollvisibilityobserver.md +1 -1
  1297. package/docs/API-reference/api/x-components.scrollvisibilityobserver.observe.md +2 -2
  1298. package/docs/API-reference/api/x-components.scrollvisibilityobserver.unobserve.md +2 -2
  1299. package/docs/API-reference/api/x-components.scrollxevents.md +11 -11
  1300. package/docs/API-reference/api/x-components.scrollxevents.scrollrestorefailed.md +1 -1
  1301. package/docs/API-reference/api/x-components.scrollxevents.scrollrestoresucceeded.md +1 -1
  1302. package/docs/API-reference/api/x-components.scrollxevents.useralmostreachedscrollend.md +1 -1
  1303. package/docs/API-reference/api/x-components.scrollxevents.userchangedscrolldirection.md +1 -1
  1304. package/docs/API-reference/api/x-components.scrollxevents.userreachedscrollend.md +1 -1
  1305. package/docs/API-reference/api/x-components.scrollxevents.userreachedscrollstart.md +1 -1
  1306. package/docs/API-reference/api/x-components.scrollxevents.userscrolled.md +1 -1
  1307. package/docs/API-reference/api/x-components.scrollxevents.userscrolledtoelement.md +1 -1
  1308. package/docs/API-reference/api/x-components.scrollxmodule.md +1 -1
  1309. package/docs/API-reference/api/x-components.scrollxstoremodule.md +3 -3
  1310. package/docs/API-reference/api/x-components.searchactioncontext.md +3 -3
  1311. package/docs/API-reference/api/x-components.searchactions.cancelfetchandsavesearchresponse.md +2 -2
  1312. package/docs/API-reference/api/x-components.searchactions.fetchandsavesearchresponse.md +4 -4
  1313. package/docs/API-reference/api/x-components.searchactions.fetchsearchresponse.md +4 -4
  1314. package/docs/API-reference/api/x-components.searchactions.increasepageappendingresults.md +2 -2
  1315. package/docs/API-reference/api/x-components.searchactions.md +3 -1
  1316. package/docs/API-reference/api/x-components.searchactions.resetrequestonrefinement.md +24 -0
  1317. package/docs/API-reference/api/x-components.searchactions.saveorigin.md +2 -2
  1318. package/docs/API-reference/api/x-components.searchactions.savesearchresponse.md +24 -0
  1319. package/docs/API-reference/api/x-components.searchactions.seturlparams.md +2 -2
  1320. package/docs/API-reference/api/x-components.searchboxactions.md +2 -1
  1321. package/docs/API-reference/api/x-components.searchboxactions.setinputstatus.md +24 -0
  1322. package/docs/API-reference/api/x-components.searchboxactions.seturlparams.md +2 -2
  1323. package/docs/API-reference/api/x-components.searchboxgetters.md +4 -4
  1324. package/docs/API-reference/api/x-components.searchboxgetters.trimmedquery.md +1 -1
  1325. package/docs/API-reference/api/x-components.searchboxmutations.md +4 -2
  1326. package/docs/API-reference/api/x-components.searchboxmutations.setinputstatus.md +24 -0
  1327. package/docs/API-reference/api/x-components.searchboxmutations.setquery.md +2 -2
  1328. package/docs/API-reference/api/x-components.searchboxstate.inputstatus.md +13 -0
  1329. package/docs/API-reference/api/x-components.searchboxstate.md +7 -5
  1330. package/docs/API-reference/api/x-components.searchboxstate.query.md +1 -1
  1331. package/docs/API-reference/api/x-components.searchboxxevents.md +15 -13
  1332. package/docs/API-reference/api/x-components.searchboxxevents.searchboxquerychanged.md +1 -1
  1333. package/docs/API-reference/api/x-components.searchboxxevents.userblurredsearchbox.md +1 -1
  1334. package/docs/API-reference/api/x-components.searchboxxevents.userclearedquery.md +1 -1
  1335. package/docs/API-reference/api/x-components.searchboxxevents.userclickedsearchbox.md +1 -1
  1336. package/docs/API-reference/api/x-components.searchboxxevents.userfocusedsearchbox.md +1 -1
  1337. package/docs/API-reference/api/x-components.searchboxxevents.userhoveredinsearchbox.md +13 -0
  1338. package/docs/API-reference/api/x-components.searchboxxevents.userhoveredoutsearchbox.md +13 -0
  1339. package/docs/API-reference/api/x-components.searchboxxevents.useristypingaquery.md +1 -1
  1340. package/docs/API-reference/api/x-components.searchboxxevents.userpressedclearsearchboxbutton.md +1 -1
  1341. package/docs/API-reference/api/x-components.searchboxxevents.userpressedenterkey.md +1 -1
  1342. package/docs/API-reference/api/x-components.searchboxxevents.userpressedsearchbutton.md +1 -1
  1343. package/docs/API-reference/api/x-components.searchboxxevents.usertalked.md +1 -1
  1344. package/docs/API-reference/api/x-components.searchboxxmodule.md +1 -1
  1345. package/docs/API-reference/api/x-components.searchboxxstoremodule.md +3 -3
  1346. package/docs/API-reference/api/x-components.searchbutton.dynamicclasses.md +1 -1
  1347. package/docs/API-reference/api/x-components.searchbutton.emitevents.md +2 -2
  1348. package/docs/API-reference/api/x-components.searchbutton.isqueryempty.md +1 -1
  1349. package/docs/API-reference/api/x-components.searchbutton.md +5 -5
  1350. package/docs/API-reference/api/x-components.searchbutton.query.md +1 -1
  1351. package/docs/API-reference/api/x-components.searchconfig.md +4 -4
  1352. package/docs/API-reference/api/x-components.searchconfig.pagesize.md +1 -1
  1353. package/docs/API-reference/api/x-components.searchgetters.md +5 -4
  1354. package/docs/API-reference/api/x-components.searchgetters.query.md +13 -0
  1355. package/docs/API-reference/api/x-components.searchgetters.request.md +3 -3
  1356. package/docs/API-reference/api/x-components.searchicon.md +1 -1
  1357. package/docs/API-reference/api/x-components.searchinput._refs.md +1 -1
  1358. package/docs/API-reference/api/x-components.searchinput.autocompletekeyboardkeys.md +1 -1
  1359. package/docs/API-reference/api/x-components.searchinput.autocompletesuggestionsevent.md +1 -1
  1360. package/docs/API-reference/api/x-components.searchinput.autofocus.md +1 -1
  1361. package/docs/API-reference/api/x-components.searchinput.debounceduseracceptedaquery.md +1 -1
  1362. package/docs/API-reference/api/x-components.searchinput.instant.md +1 -1
  1363. package/docs/API-reference/api/x-components.searchinput.instantdebounceinms.md +1 -1
  1364. package/docs/API-reference/api/x-components.searchinput.maxlength.md +1 -1
  1365. package/docs/API-reference/api/x-components.searchinput.md +10 -9
  1366. package/docs/API-reference/api/x-components.searchinput.mounted.md +2 -2
  1367. package/docs/API-reference/api/x-components.searchinput.query.md +1 -1
  1368. package/docs/API-reference/api/x-components.searchinput.searchinputmessage.md +11 -0
  1369. package/docs/API-reference/api/x-components.searchinputplaceholder.animateonlyonhover.md +13 -0
  1370. package/docs/API-reference/api/x-components.searchinputplaceholder.animation.md +13 -0
  1371. package/docs/API-reference/api/x-components.searchinputplaceholder.animationintervalms.md +13 -0
  1372. package/docs/API-reference/api/x-components.searchinputplaceholder.beforedestroy.md +15 -0
  1373. package/docs/API-reference/api/x-components.searchinputplaceholder.md +34 -0
  1374. package/docs/API-reference/api/x-components.searchinputplaceholder.messages.md +13 -0
  1375. package/docs/API-reference/api/x-components.searchinputplaceholder.onuserblurredsearchbox.md +15 -0
  1376. package/docs/API-reference/api/x-components.searchinputplaceholder.onuserfocusedsearchbox.md +15 -0
  1377. package/docs/API-reference/api/x-components.searchinputplaceholder.onuserhoveredinsearchbox.md +15 -0
  1378. package/docs/API-reference/api/x-components.searchinputplaceholder.onuserhoveredoutsearchbox.md +15 -0
  1379. package/docs/API-reference/api/x-components.searchmutations.appendresults.md +2 -2
  1380. package/docs/API-reference/api/x-components.searchmutations.md +8 -4
  1381. package/docs/API-reference/api/x-components.searchmutations.resetstate.md +17 -0
  1382. package/docs/API-reference/api/x-components.searchmutations.setbanners.md +2 -2
  1383. package/docs/API-reference/api/x-components.searchmutations.setfacets.md +2 -2
  1384. package/docs/API-reference/api/x-components.searchmutations.setfromnoresultswithfilters.md +24 -0
  1385. package/docs/API-reference/api/x-components.searchmutations.setisappendresults.md +3 -3
  1386. package/docs/API-reference/api/x-components.searchmutations.setisnoresults.md +24 -0
  1387. package/docs/API-reference/api/x-components.searchmutations.setorigin.md +2 -2
  1388. package/docs/API-reference/api/x-components.searchmutations.setpage.md +2 -2
  1389. package/docs/API-reference/api/x-components.searchmutations.setpagesize.md +2 -2
  1390. package/docs/API-reference/api/x-components.searchmutations.setparams.md +3 -3
  1391. package/docs/API-reference/api/x-components.searchmutations.setpartialresults.md +2 -2
  1392. package/docs/API-reference/api/x-components.searchmutations.setpromoteds.md +2 -2
  1393. package/docs/API-reference/api/x-components.searchmutations.setquery.md +2 -2
  1394. package/docs/API-reference/api/x-components.searchmutations.setquerytagging.md +4 -4
  1395. package/docs/API-reference/api/x-components.searchmutations.setredirections.md +2 -2
  1396. package/docs/API-reference/api/x-components.searchmutations.setrelatedtags.md +2 -2
  1397. package/docs/API-reference/api/x-components.searchmutations.setresults.md +2 -2
  1398. package/docs/API-reference/api/x-components.searchmutations.setselectedfilters.md +2 -2
  1399. package/docs/API-reference/api/x-components.searchmutations.setsort.md +2 -2
  1400. package/docs/API-reference/api/x-components.searchmutations.setspellcheck.md +2 -2
  1401. package/docs/API-reference/api/x-components.searchmutations.settotalresults.md +2 -2
  1402. package/docs/API-reference/api/x-components.searchmutations.updateresult.md +24 -0
  1403. package/docs/API-reference/api/x-components.searchquery.md +13 -0
  1404. package/docs/API-reference/api/x-components.searchrequest.md +1 -1
  1405. package/docs/API-reference/api/x-components.searchstate.banners.md +1 -1
  1406. package/docs/API-reference/api/x-components.searchstate.config.md +1 -1
  1407. package/docs/API-reference/api/x-components.searchstate.facets.md +1 -1
  1408. package/docs/API-reference/api/x-components.searchstate.fromnoresultswithfilters.md +13 -0
  1409. package/docs/API-reference/api/x-components.searchstate.isappendresults.md +1 -1
  1410. package/docs/API-reference/api/x-components.searchstate.isnoresults.md +13 -0
  1411. package/docs/API-reference/api/x-components.searchstate.md +25 -23
  1412. package/docs/API-reference/api/x-components.searchstate.origin.md +1 -1
  1413. package/docs/API-reference/api/x-components.searchstate.page.md +1 -1
  1414. package/docs/API-reference/api/x-components.searchstate.params.md +1 -1
  1415. package/docs/API-reference/api/x-components.searchstate.partialresults.md +1 -1
  1416. package/docs/API-reference/api/x-components.searchstate.promoteds.md +1 -1
  1417. package/docs/API-reference/api/x-components.searchstate.query.md +1 -1
  1418. package/docs/API-reference/api/x-components.searchstate.querytagging.md +2 -2
  1419. package/docs/API-reference/api/x-components.searchstate.redirections.md +1 -1
  1420. package/docs/API-reference/api/x-components.searchstate.relatedtags.md +1 -1
  1421. package/docs/API-reference/api/x-components.searchstate.results.md +1 -1
  1422. package/docs/API-reference/api/x-components.searchstate.selectedfilters.md +1 -1
  1423. package/docs/API-reference/api/x-components.searchstate.sort.md +1 -1
  1424. package/docs/API-reference/api/x-components.searchstate.spellcheckedquery.md +1 -1
  1425. package/docs/API-reference/api/x-components.searchstate.totalresults.md +1 -1
  1426. package/docs/API-reference/api/x-components.searchtinyicon.md +1 -1
  1427. package/docs/API-reference/api/x-components.searchxevents.facetschanged.md +2 -2
  1428. package/docs/API-reference/api/x-components.searchxevents.md +20 -18
  1429. package/docs/API-reference/api/x-components.searchxevents.pagechanged.md +2 -2
  1430. package/docs/API-reference/api/x-components.searchxevents.resultschanged.md +2 -2
  1431. package/docs/API-reference/api/x-components.searchxevents.searchrequestchanged.md +3 -3
  1432. package/docs/API-reference/api/x-components.searchxevents.searchrequestupdated.md +18 -0
  1433. package/docs/API-reference/api/x-components.searchxevents.searchresponsechanged.md +13 -0
  1434. package/docs/API-reference/api/x-components.searchxevents.searchtaggingchanged.md +3 -3
  1435. package/docs/API-reference/api/x-components.searchxevents.selectedsortprovided.md +2 -2
  1436. package/docs/API-reference/api/x-components.searchxevents.sortchanged.md +2 -2
  1437. package/docs/API-reference/api/x-components.searchxevents.spellcheckchanged.md +2 -2
  1438. package/docs/API-reference/api/x-components.searchxevents.userclickedabanner.md +2 -2
  1439. package/docs/API-reference/api/x-components.searchxevents.userclickedabortaredirection.md +1 -1
  1440. package/docs/API-reference/api/x-components.searchxevents.userclickedapromoted.md +2 -2
  1441. package/docs/API-reference/api/x-components.searchxevents.userclickedaredirection.md +2 -2
  1442. package/docs/API-reference/api/x-components.searchxevents.userclickedasort.md +2 -2
  1443. package/docs/API-reference/api/x-components.searchxevents.userclickedpartialquery.md +2 -2
  1444. package/docs/API-reference/api/x-components.searchxevents.userreachedresultslistend.md +1 -1
  1445. package/docs/API-reference/api/x-components.searchxmodule.md +1 -1
  1446. package/docs/API-reference/api/x-components.searchxstoremodule.md +3 -3
  1447. package/docs/API-reference/api/x-components.selectedfilters.md +1 -1
  1448. package/docs/API-reference/api/x-components.selectedfiltersbyfacet.md +1 -1
  1449. package/docs/API-reference/api/x-components.selectedfilterslist.animation.md +1 -1
  1450. package/docs/API-reference/api/x-components.selectedfilterslist.md +9 -7
  1451. package/docs/API-reference/api/x-components.sessionhistoryqueries.md +1 -1
  1452. package/docs/API-reference/api/x-components.setconsent.md +1 -1
  1453. package/docs/API-reference/api/x-components.setextraparams.md +2 -2
  1454. package/docs/API-reference/api/x-components.sethistoryqueries.md +1 -1
  1455. package/docs/API-reference/api/x-components.sethistoryqueriesdisabled.md +13 -0
  1456. package/docs/API-reference/api/x-components.sethistoryqueriesenabled.md +13 -0
  1457. package/docs/API-reference/api/x-components.sethistoryqueriesquery.md +1 -1
  1458. package/docs/API-reference/api/x-components.setidentifierresultsextraparams.md +2 -2
  1459. package/docs/API-reference/api/x-components.setidentifierresultsquery.md +1 -1
  1460. package/docs/API-reference/api/x-components.setinitialextraparams.md +2 -2
  1461. package/docs/API-reference/api/x-components.setname.md +1 -1
  1462. package/docs/API-reference/api/x-components.setnextqueriesextraparams.md +2 -2
  1463. package/docs/API-reference/api/x-components.setnextqueriesquery.md +1 -1
  1464. package/docs/API-reference/api/x-components.setparams.md +1 -1
  1465. package/docs/API-reference/api/x-components.setpendingscrolltowire.md +1 -1
  1466. package/docs/API-reference/api/x-components.setpopularsearchesextraparams.md +2 -2
  1467. package/docs/API-reference/api/x-components.setqueriespreviewextraparamswire.md +13 -0
  1468. package/docs/API-reference/api/x-components.setqueryfromlasthistoryquery.md +1 -1
  1469. package/docs/API-reference/api/x-components.setqueryfromlasthistoryquerywire.md +1 -1
  1470. package/docs/API-reference/api/x-components.setquerysuggestionsextraparams.md +2 -2
  1471. package/docs/API-reference/api/x-components.setquerysuggestionsquery.md +1 -1
  1472. package/docs/API-reference/api/x-components.setquerytagginginfo.md +13 -0
  1473. package/docs/API-reference/api/x-components.setrecommendationsextraparams.md +2 -2
  1474. package/docs/API-reference/api/x-components.setrelatedtags.md +2 -2
  1475. package/docs/API-reference/api/x-components.setrelatedtagsextraparams.md +2 -2
  1476. package/docs/API-reference/api/x-components.setrelatedtagsquery.md +1 -1
  1477. package/docs/API-reference/api/x-components.setscrolldirectionwire.md +1 -1
  1478. package/docs/API-reference/api/x-components.setscrollhasalmostreachedendwire.md +1 -1
  1479. package/docs/API-reference/api/x-components.setscrollhasreachedendwire.md +1 -1
  1480. package/docs/API-reference/api/x-components.setscrollhasreachedstartwire.md +1 -1
  1481. package/docs/API-reference/api/x-components.setscrollpositionwire.md +1 -1
  1482. package/docs/API-reference/api/x-components.setsearchedqueries.md +1 -1
  1483. package/docs/API-reference/api/x-components.setsearchedqueriesinpopularsearches.md +1 -1
  1484. package/docs/API-reference/api/x-components.setsearchextraparams.md +2 -2
  1485. package/docs/API-reference/api/x-components.setsearchpage.md +2 -2
  1486. package/docs/API-reference/api/x-components.setsearchquery.md +2 -2
  1487. package/docs/API-reference/api/x-components.setsearchurlparams.md +13 -0
  1488. package/docs/API-reference/api/x-components.setselectedfilters.md +2 -2
  1489. package/docs/API-reference/api/x-components.setsort.md +2 -2
  1490. package/docs/API-reference/api/x-components.setstatus.md +2 -2
  1491. package/docs/API-reference/api/x-components.settaggingconfig.md +13 -0
  1492. package/docs/API-reference/api/x-components.settingsicon.md +11 -0
  1493. package/docs/API-reference/api/x-components.setupdevtools.md +27 -0
  1494. package/docs/API-reference/api/x-components.seturlfilters.md +1 -1
  1495. package/docs/API-reference/api/x-components.seturlpage.md +1 -1
  1496. package/docs/API-reference/api/x-components.seturlparams.md +2 -2
  1497. package/docs/API-reference/api/x-components.seturlparamswire.md +1 -1
  1498. package/docs/API-reference/api/x-components.seturlquery.md +1 -1
  1499. package/docs/API-reference/api/x-components.seturlrelatedtags.md +1 -1
  1500. package/docs/API-reference/api/x-components.seturlscroll.md +1 -1
  1501. package/docs/API-reference/api/x-components.seturlsort.md +1 -1
  1502. package/docs/API-reference/api/x-components.showicon.md +1 -1
  1503. package/docs/API-reference/api/x-components.simplefilter.clickevents.md +13 -0
  1504. package/docs/API-reference/api/x-components.simplefilter.filter.md +1 -1
  1505. package/docs/API-reference/api/x-components.simplefilter.md +3 -2
  1506. package/docs/API-reference/api/x-components.simplestateselector.md +2 -4
  1507. package/docs/API-reference/api/x-components.singlecolumnlayout.asideanimation.md +1 -1
  1508. package/docs/API-reference/api/x-components.singlecolumnlayout.md +8 -3
  1509. package/docs/API-reference/api/x-components.slicedfilters.max.md +1 -1
  1510. package/docs/API-reference/api/x-components.slicedfilters.md +3 -3
  1511. package/docs/API-reference/api/x-components.slicedfilters.showmorefilters.md +1 -1
  1512. package/docs/API-reference/api/x-components.slidingpanel.md +7 -15
  1513. package/docs/API-reference/api/x-components.slidingpanel.resetoncontentchange.md +13 -0
  1514. package/docs/API-reference/api/x-components.slidingpanel.scrollfactor.md +2 -2
  1515. package/docs/API-reference/api/x-components.slidingpanel.showbuttons.md +2 -2
  1516. package/docs/API-reference/api/x-components.snippetcallbacks.md +2 -2
  1517. package/docs/API-reference/api/x-components.snippetconfig.callbacks.md +1 -1
  1518. package/docs/API-reference/api/x-components.snippetconfig.consent.md +1 -1
  1519. package/docs/API-reference/api/x-components.snippetconfig.currency.md +1 -1
  1520. package/docs/API-reference/api/x-components.snippetconfig.documentdirection.md +1 -1
  1521. package/docs/API-reference/api/x-components.snippetconfig.env.md +2 -2
  1522. package/docs/API-reference/api/x-components.snippetconfig.filters.md +13 -0
  1523. package/docs/API-reference/api/x-components.snippetconfig.instance.md +1 -1
  1524. package/docs/API-reference/api/x-components.snippetconfig.isspa.md +1 -1
  1525. package/docs/API-reference/api/x-components.snippetconfig.lang.md +2 -2
  1526. package/docs/API-reference/api/x-components.snippetconfig.md +16 -13
  1527. package/docs/API-reference/api/x-components.snippetconfig.productid.md +13 -0
  1528. package/docs/API-reference/api/x-components.snippetconfig.queriespreview.md +13 -0
  1529. package/docs/API-reference/api/x-components.snippetconfig.scope.md +1 -1
  1530. package/docs/API-reference/api/x-components.snippetconfig.uilang.md +13 -0
  1531. package/docs/API-reference/api/x-components.snippetconfigextraparams.excludedextraparams.md +13 -0
  1532. package/docs/API-reference/api/x-components.snippetconfigextraparams.md +9 -2
  1533. package/docs/API-reference/api/x-components.snippetconfigextraparams.values.md +13 -0
  1534. package/docs/API-reference/api/x-components.sortazicon.md +11 -0
  1535. package/docs/API-reference/api/x-components.sortdropdown.animation.md +1 -1
  1536. package/docs/API-reference/api/x-components.sortdropdown.md +3 -3
  1537. package/docs/API-reference/api/x-components.sortedfilters.md +2 -2
  1538. package/docs/API-reference/api/x-components.sortedfilters.render.md +2 -2
  1539. package/docs/API-reference/api/x-components.sortlist.animation.md +1 -1
  1540. package/docs/API-reference/api/x-components.sortlist.md +3 -3
  1541. package/docs/API-reference/api/x-components.sortmixin.items.md +1 -1
  1542. package/docs/API-reference/api/x-components.sortmixin.md +3 -3
  1543. package/docs/API-reference/api/x-components.sortmixin.providedselectedsort.md +1 -1
  1544. package/docs/API-reference/api/x-components.sortpickerlist.animation.md +13 -0
  1545. package/docs/API-reference/api/x-components.sortpickerlist.md +25 -0
  1546. package/docs/API-reference/api/x-components.sortpricedownicon.md +11 -0
  1547. package/docs/API-reference/api/x-components.sortpriceupicon.md +11 -0
  1548. package/docs/API-reference/api/x-components.sortrelevancyicon.md +11 -0
  1549. package/docs/API-reference/api/x-components.sortzaicon.md +11 -0
  1550. package/docs/API-reference/api/x-components.spatialnavigation.md +1 -1
  1551. package/docs/API-reference/api/x-components.spatialnavigation.navigateto.md +2 -2
  1552. package/docs/API-reference/api/x-components.spellcheck.md +2 -2
  1553. package/docs/API-reference/api/x-components.spellcheck.query.md +1 -1
  1554. package/docs/API-reference/api/x-components.spellcheck.spellcheckedquery.md +1 -1
  1555. package/docs/API-reference/api/x-components.spellcheckbutton.emitevents.md +2 -2
  1556. package/docs/API-reference/api/x-components.spellcheckbutton.md +3 -3
  1557. package/docs/API-reference/api/x-components.spellcheckbutton.spellcheckedquery.md +1 -1
  1558. package/docs/API-reference/api/x-components.split_words_regex.md +13 -0
  1559. package/docs/API-reference/api/x-components.staggeredfadeandslide.animationname.md +13 -0
  1560. package/docs/API-reference/api/x-components.staggeredfadeandslide.appear.md +13 -0
  1561. package/docs/API-reference/api/x-components.staggeredfadeandslide.md +10 -3
  1562. package/docs/API-reference/api/x-components.staggeringtransitiongroup.beforecreate.md +2 -2
  1563. package/docs/API-reference/api/x-components.staggeringtransitiongroup.beforeupdate.md +2 -2
  1564. package/docs/API-reference/api/x-components.staggeringtransitiongroup.md +11 -2
  1565. package/docs/API-reference/api/x-components.staggeringtransitiongroup.mounted.md +2 -2
  1566. package/docs/API-reference/api/x-components.staggeringtransitiongroup.moveclass.md +13 -0
  1567. package/docs/API-reference/api/x-components.staggeringtransitiongroup.name.md +13 -0
  1568. package/docs/API-reference/api/x-components.staggeringtransitiongroup.render.md +2 -2
  1569. package/docs/API-reference/api/x-components.staggeringtransitiongroup.staggering.md +13 -0
  1570. package/docs/API-reference/api/x-components.staggeringtransitiongroup.tag.md +13 -0
  1571. package/docs/API-reference/api/x-components.staggeringtransitiongroup.updated.md +2 -2
  1572. package/docs/API-reference/api/x-components.starfilledicon.md +11 -0
  1573. package/docs/API-reference/api/x-components.staricon.md +1 -1
  1574. package/docs/API-reference/api/x-components.state.md +2 -2
  1575. package/docs/API-reference/api/x-components.stateselector.filter.md +2 -2
  1576. package/docs/API-reference/api/x-components.stateselector.md +7 -6
  1577. package/docs/API-reference/api/x-components.stateselector.metadata.md +11 -0
  1578. package/docs/API-reference/api/x-components.stateselector.selector.md +1 -1
  1579. package/docs/API-reference/api/x-components.statusmutations.md +1 -1
  1580. package/docs/API-reference/api/x-components.statusmutations.setstatus.md +2 -2
  1581. package/docs/API-reference/api/x-components.statusstate.md +4 -4
  1582. package/docs/API-reference/api/x-components.statusstate.status.md +1 -1
  1583. package/docs/API-reference/api/x-components.storagekey.md +1 -1
  1584. package/docs/API-reference/api/x-components.storeemitters.md +3 -3
  1585. package/docs/API-reference/api/x-components.storemodulestateandgetters.md +3 -3
  1586. package/docs/API-reference/api/x-components.subobject.md +29 -0
  1587. package/docs/API-reference/api/x-components.tagfilledicon.md +11 -0
  1588. package/docs/API-reference/api/x-components.tagging.activeconsent.md +1 -1
  1589. package/docs/API-reference/api/x-components.tagging.clickedresultstoragekey.md +13 -0
  1590. package/docs/API-reference/api/x-components.tagging.clickedresultstoragettlms.md +13 -0
  1591. package/docs/API-reference/api/x-components.tagging.config.md +11 -0
  1592. package/docs/API-reference/api/x-components.tagging.consent.md +1 -1
  1593. package/docs/API-reference/api/x-components.tagging.created.md +17 -0
  1594. package/docs/API-reference/api/x-components.tagging.md +9 -5
  1595. package/docs/API-reference/api/x-components.tagging.render.md +2 -2
  1596. package/docs/API-reference/api/x-components.taggingactions.md +1 -1
  1597. package/docs/API-reference/api/x-components.taggingactions.track.md +4 -4
  1598. package/docs/API-reference/api/x-components.taggingconfig.clickedresultstoragekey.md +13 -0
  1599. package/docs/API-reference/api/x-components.taggingconfig.clickedresultstoragettlms.md +13 -0
  1600. package/docs/API-reference/api/x-components.taggingconfig.md +7 -5
  1601. package/docs/API-reference/api/x-components.taggingconfig.querytaggingdebouncems.md +1 -1
  1602. package/docs/API-reference/api/x-components.taggingconfig.sessionttlms.md +1 -1
  1603. package/docs/API-reference/api/x-components.tagginggetters.md +1 -1
  1604. package/docs/API-reference/api/x-components.taggingmutations.md +3 -3
  1605. package/docs/API-reference/api/x-components.taggingmutations.setconsent.md +2 -2
  1606. package/docs/API-reference/api/x-components.taggingmutations.setquerytagginginfo.md +24 -0
  1607. package/docs/API-reference/api/x-components.taggingmutations.settaggingconfig.md +24 -0
  1608. package/docs/API-reference/api/x-components.taggingstate.config.md +1 -1
  1609. package/docs/API-reference/api/x-components.taggingstate.consent.md +1 -1
  1610. package/docs/API-reference/api/x-components.taggingstate.md +6 -5
  1611. package/docs/API-reference/api/x-components.taggingstate.querytagginginfo.md +13 -0
  1612. package/docs/API-reference/api/x-components.taggingxevents.consentchanged.md +2 -2
  1613. package/docs/API-reference/api/x-components.taggingxevents.consentprovided.md +2 -2
  1614. package/docs/API-reference/api/x-components.taggingxevents.md +10 -7
  1615. package/docs/API-reference/api/x-components.taggingxevents.pdpisloaded.md +13 -0
  1616. package/docs/API-reference/api/x-components.taggingxevents.resulturltrackingenabled.md +13 -0
  1617. package/docs/API-reference/api/x-components.taggingxevents.searchtaggingreceived.md +13 -0
  1618. package/docs/API-reference/api/x-components.taggingxevents.taggingconfigprovided.md +13 -0
  1619. package/docs/API-reference/api/x-components.taggingxevents.userclickedpdpaddtocart.md +13 -0
  1620. package/docs/API-reference/api/x-components.taggingxmodule.md +1 -1
  1621. package/docs/API-reference/api/x-components.taggingxstoremodule.md +3 -3
  1622. package/docs/API-reference/api/x-components.tagicon.md +1 -1
  1623. package/docs/API-reference/api/x-components.takenavigationcontrol.md +3 -3
  1624. package/docs/API-reference/api/x-components.throttle.md +3 -3
  1625. package/docs/API-reference/api/x-components.throttlefunction.md +1 -1
  1626. package/docs/API-reference/api/x-components.timedwireoperatoroptions.cancelon.md +1 -1
  1627. package/docs/API-reference/api/x-components.timedwireoperatoroptions.forceon.md +1 -1
  1628. package/docs/API-reference/api/x-components.timedwireoperatoroptions.md +5 -5
  1629. package/docs/API-reference/api/x-components.timeselector.md +3 -3
  1630. package/docs/API-reference/api/x-components.togglerelatedtag.md +1 -1
  1631. package/docs/API-reference/api/x-components.togglerelatedtagwire.md +1 -1
  1632. package/docs/API-reference/api/x-components.tokebabcase.md +2 -2
  1633. package/docs/API-reference/api/x-components.track.md +1 -1
  1634. package/docs/API-reference/api/x-components.trackaddtocartwire.md +2 -2
  1635. package/docs/API-reference/api/x-components.trackbannerclickedwire.md +13 -0
  1636. package/docs/API-reference/api/x-components.trackquerywire.md +3 -3
  1637. package/docs/API-reference/api/x-components.trackresultclickedwire.md +2 -2
  1638. package/docs/API-reference/api/x-components.trashicon.md +1 -1
  1639. package/docs/API-reference/api/x-components.trashopenicon.md +1 -1
  1640. package/docs/API-reference/api/x-components.trendingicon.md +1 -1
  1641. package/docs/API-reference/api/x-components.trendingtinyicon.md +1 -1
  1642. package/docs/API-reference/api/x-components.updatehistoryquerieswithsearchresponse.md +13 -0
  1643. package/docs/API-reference/api/x-components.urlactioncontext.md +3 -3
  1644. package/docs/API-reference/api/x-components.urlactions.md +1 -1
  1645. package/docs/API-reference/api/x-components.urlgetters.md +4 -4
  1646. package/docs/API-reference/api/x-components.urlgetters.urlparams.md +1 -1
  1647. package/docs/API-reference/api/x-components.urlhandler.created.md +2 -2
  1648. package/docs/API-reference/api/x-components.urlhandler.initialextraparams.md +11 -0
  1649. package/docs/API-reference/api/x-components.urlhandler.md +9 -3
  1650. package/docs/API-reference/api/x-components.urlhandler.updateurlwithpush.md +2 -2
  1651. package/docs/API-reference/api/x-components.urlhandler.updateurlwithreplace.md +2 -2
  1652. package/docs/API-reference/api/x-components.urlmutations.md +3 -2
  1653. package/docs/API-reference/api/x-components.urlmutations.setfilters.md +2 -2
  1654. package/docs/API-reference/api/x-components.urlmutations.setinitialextraparams.md +3 -3
  1655. package/docs/API-reference/api/x-components.urlmutations.setpage.md +2 -2
  1656. package/docs/API-reference/api/x-components.urlmutations.setparams.md +2 -2
  1657. package/docs/API-reference/api/x-components.urlmutations.setquery.md +2 -2
  1658. package/docs/API-reference/api/x-components.urlmutations.setrelatedtags.md +2 -2
  1659. package/docs/API-reference/api/x-components.urlmutations.setscroll.md +2 -2
  1660. package/docs/API-reference/api/x-components.urlmutations.setsort.md +2 -2
  1661. package/docs/API-reference/api/x-components.urlparamkey.md +3 -3
  1662. package/docs/API-reference/api/x-components.urlparams.filter.md +1 -1
  1663. package/docs/API-reference/api/x-components.urlparams.md +9 -9
  1664. package/docs/API-reference/api/x-components.urlparams.page.md +1 -1
  1665. package/docs/API-reference/api/x-components.urlparams.query.md +1 -1
  1666. package/docs/API-reference/api/x-components.urlparams.scroll.md +1 -1
  1667. package/docs/API-reference/api/x-components.urlparams.sort.md +1 -1
  1668. package/docs/API-reference/api/x-components.urlparams.tag.md +1 -1
  1669. package/docs/API-reference/api/x-components.urlparamvalue.md +2 -2
  1670. package/docs/API-reference/api/x-components.urlstate.initialextraparams.md +11 -0
  1671. package/docs/API-reference/api/x-components.urlstate.md +10 -6
  1672. package/docs/API-reference/api/x-components.urlxevents.extraparamsloadedfromurl.md +2 -2
  1673. package/docs/API-reference/api/x-components.urlxevents.md +7 -7
  1674. package/docs/API-reference/api/x-components.urlxevents.paramsloadedfromurl.md +1 -1
  1675. package/docs/API-reference/api/x-components.urlxevents.pushableurlstateupdated.md +13 -0
  1676. package/docs/API-reference/api/x-components.urlxevents.replaceableurlstateupdated.md +13 -0
  1677. package/docs/API-reference/api/x-components.urlxmodule.md +1 -1
  1678. package/docs/API-reference/api/x-components.urlxstoremodule.md +3 -3
  1679. package/docs/API-reference/api/x-components.use_x.md +19 -0
  1680. package/docs/API-reference/api/x-components.usedeviceflags.md +13 -0
  1681. package/docs/API-reference/api/x-components.usedevicereturn.md +19 -0
  1682. package/docs/API-reference/api/x-components.userfilledicon.md +11 -0
  1683. package/docs/API-reference/api/x-components.usericon.md +1 -1
  1684. package/docs/API-reference/api/x-components.vueconstructorpartialargument.md +2 -2
  1685. package/docs/API-reference/api/x-components.vuecssclasses.md +2 -4
  1686. package/docs/API-reference/api/x-components.watchedinternalsearchrequest.md +21 -0
  1687. package/docs/API-reference/api/x-components.watchedinternalsearchrequest.newrequest.md +11 -0
  1688. package/docs/API-reference/api/x-components.watchedinternalsearchrequest.oldrequest.md +11 -0
  1689. package/docs/API-reference/api/x-components.windowscroll.beforedestroy.md +2 -2
  1690. package/docs/API-reference/api/x-components.windowscroll.id.md +1 -1
  1691. package/docs/API-reference/api/x-components.windowscroll.md +4 -4
  1692. package/docs/API-reference/api/x-components.windowscroll.mounted.md +2 -2
  1693. package/docs/API-reference/api/x-components.windowscroll.render.md +2 -2
  1694. package/docs/API-reference/api/x-components.windowscroll.scrollableelement.md +1 -1
  1695. package/docs/API-reference/api/x-components.wire.md +3 -3
  1696. package/docs/API-reference/api/x-components.wirecommit.md +2 -2
  1697. package/docs/API-reference/api/x-components.wirecommit_1.md +2 -2
  1698. package/docs/API-reference/api/x-components.wirecommit_2.md +2 -2
  1699. package/docs/API-reference/api/x-components.wirecommitwithoutpayload.md +2 -2
  1700. package/docs/API-reference/api/x-components.wiredispatch.md +2 -2
  1701. package/docs/API-reference/api/x-components.wiredispatch_1.md +2 -2
  1702. package/docs/API-reference/api/x-components.wiredispatch_2.md +2 -2
  1703. package/docs/API-reference/api/x-components.wiredispatchwithoutpayload.md +2 -2
  1704. package/docs/API-reference/api/x-components.wireforevent.md +3 -3
  1705. package/docs/API-reference/api/x-components.wiremetadata.component.md +13 -0
  1706. package/docs/API-reference/api/x-components.wiremetadata.feature.md +1 -1
  1707. package/docs/API-reference/api/x-components.wiremetadata.id.md +1 -1
  1708. package/docs/API-reference/api/x-components.wiremetadata.location.md +1 -1
  1709. package/docs/API-reference/api/x-components.wiremetadata.md +12 -8
  1710. package/docs/API-reference/api/x-components.wiremetadata.modulename.md +1 -1
  1711. package/docs/API-reference/api/x-components.wiremetadata.oldvalue.md +13 -0
  1712. package/docs/API-reference/api/x-components.wiremetadata.priority.md +13 -0
  1713. package/docs/API-reference/api/x-components.wiremetadata.replaceable.md +13 -0
  1714. package/docs/API-reference/api/x-components.wiremetadata.target.md +1 -1
  1715. package/docs/API-reference/api/x-components.wireparams.md +5 -5
  1716. package/docs/API-reference/api/x-components.wireparams.store.md +1 -1
  1717. package/docs/API-reference/api/x-components.wirepayload.md +3 -9
  1718. package/docs/API-reference/api/x-components.wireservice.md +2 -2
  1719. package/docs/API-reference/api/x-components.wireservicewithoutpayload.md +2 -2
  1720. package/docs/API-reference/api/x-components.wiring.md +4 -4
  1721. package/docs/API-reference/api/x-components.xactioncontext.commit.md +2 -2
  1722. package/docs/API-reference/api/x-components.xactioncontext.commit_1.md +2 -2
  1723. package/docs/API-reference/api/x-components.xactioncontext.dispatch.md +2 -2
  1724. package/docs/API-reference/api/x-components.xactioncontext.dispatch_1.md +2 -2
  1725. package/docs/API-reference/api/x-components.xactioncontext.getters.md +1 -1
  1726. package/docs/API-reference/api/x-components.xactioncontext.md +5 -5
  1727. package/docs/API-reference/api/x-components.xapi.addproducttocart.md +28 -0
  1728. package/docs/API-reference/api/x-components.xapi.init.md +2 -2
  1729. package/docs/API-reference/api/x-components.xapi.md +3 -1
  1730. package/docs/API-reference/api/x-components.xapi.search.md +3 -3
  1731. package/docs/API-reference/api/x-components.xapi.setsnippetconfig.md +24 -0
  1732. package/docs/API-reference/api/x-components.xcomponentaliasapi.device.md +1 -1
  1733. package/docs/API-reference/api/x-components.xcomponentaliasapi.facets.md +1 -1
  1734. package/docs/API-reference/api/x-components.xcomponentaliasapi.fromnoresultswithfilters.md +13 -0
  1735. package/docs/API-reference/api/x-components.xcomponentaliasapi.fullhistoryqueries.md +13 -0
  1736. package/docs/API-reference/api/x-components.xcomponentaliasapi.historyqueries.md +2 -2
  1737. package/docs/API-reference/api/x-components.xcomponentaliasapi.historyquerieswithresults.md +13 -0
  1738. package/docs/API-reference/api/x-components.xcomponentaliasapi.identifierresults.md +1 -1
  1739. package/docs/API-reference/api/x-components.xcomponentaliasapi.isempathizeopen.md +1 -1
  1740. package/docs/API-reference/api/x-components.xcomponentaliasapi.ishistoryqueriesenabled.md +13 -0
  1741. package/docs/API-reference/api/x-components.xcomponentaliasapi.md +30 -22
  1742. package/docs/API-reference/api/x-components.xcomponentaliasapi.nextqueries.md +1 -1
  1743. package/docs/API-reference/api/x-components.xcomponentaliasapi.noresults.md +1 -1
  1744. package/docs/API-reference/api/x-components.xcomponentaliasapi.partialresults.md +1 -1
  1745. package/docs/API-reference/api/x-components.xcomponentaliasapi.popularsearches.md +1 -1
  1746. package/docs/API-reference/api/x-components.xcomponentaliasapi.query.md +1 -1
  1747. package/docs/API-reference/api/x-components.xcomponentaliasapi.querysuggestions.md +1 -1
  1748. package/docs/API-reference/api/x-components.xcomponentaliasapi.recommendations.md +1 -1
  1749. package/docs/API-reference/api/x-components.xcomponentaliasapi.redirections.md +1 -1
  1750. package/docs/API-reference/api/x-components.xcomponentaliasapi.relatedtags.md +1 -1
  1751. package/docs/API-reference/api/x-components.xcomponentaliasapi.results.md +13 -0
  1752. package/docs/API-reference/api/x-components.xcomponentaliasapi.scroll.md +13 -0
  1753. package/docs/API-reference/api/x-components.xcomponentaliasapi.searchboxstatus.md +13 -0
  1754. package/docs/API-reference/api/x-components.xcomponentaliasapi.selectedfilters.md +1 -1
  1755. package/docs/API-reference/api/x-components.xcomponentaliasapi.selectedrelatedtags.md +1 -1
  1756. package/docs/API-reference/api/x-components.xcomponentaliasapi.selectedsort.md +13 -0
  1757. package/docs/API-reference/api/x-components.xcomponentaliasapi.spellcheckedquery.md +1 -1
  1758. package/docs/API-reference/api/x-components.xcomponentaliasapi.status.md +1 -1
  1759. package/docs/API-reference/api/x-components.xcomponentaliasapi.totalresults.md +1 -1
  1760. package/docs/API-reference/api/x-components.xcomponentaliasqueryapi.facets.md +13 -0
  1761. package/docs/API-reference/api/x-components.xcomponentaliasqueryapi.md +9 -8
  1762. package/docs/API-reference/api/x-components.xcomponentaliasqueryapi.nextqueries.md +1 -1
  1763. package/docs/API-reference/api/x-components.xcomponentaliasqueryapi.querysuggestions.md +1 -1
  1764. package/docs/API-reference/api/x-components.xcomponentaliasqueryapi.relatedtags.md +1 -1
  1765. package/docs/API-reference/api/x-components.xcomponentaliasqueryapi.search.md +1 -1
  1766. package/docs/API-reference/api/x-components.xcomponentaliasqueryapi.searchbox.md +1 -1
  1767. package/docs/API-reference/api/x-components.xcomponentaliasstatusapi.identifierresults.md +1 -1
  1768. package/docs/API-reference/api/x-components.xcomponentaliasstatusapi.md +10 -10
  1769. package/docs/API-reference/api/x-components.xcomponentaliasstatusapi.nextqueries.md +1 -1
  1770. package/docs/API-reference/api/x-components.xcomponentaliasstatusapi.popularsearches.md +1 -1
  1771. package/docs/API-reference/api/x-components.xcomponentaliasstatusapi.querysuggestions.md +1 -1
  1772. package/docs/API-reference/api/x-components.xcomponentaliasstatusapi.recommendations.md +1 -1
  1773. package/docs/API-reference/api/x-components.xcomponentaliasstatusapi.relatedtags.md +1 -1
  1774. package/docs/API-reference/api/x-components.xcomponentaliasstatusapi.search.md +1 -1
  1775. package/docs/API-reference/api/x-components.xcomponentapi.md +3 -3
  1776. package/docs/API-reference/api/x-components.xcomponentbusapi.emit.md +3 -4
  1777. package/docs/API-reference/api/x-components.xcomponentbusapi.emit_1.md +5 -6
  1778. package/docs/API-reference/api/x-components.xcomponentbusapi.md +7 -7
  1779. package/docs/API-reference/api/x-components.xcomponentbusapi.on.md +2 -3
  1780. package/docs/API-reference/api/x-components.xcomponentmixin.md +2 -2
  1781. package/docs/API-reference/api/x-components.xemit.md +3 -3
  1782. package/docs/API-reference/api/x-components.xevent.md +3 -3
  1783. package/docs/API-reference/api/x-components.xeventlisteners.md +4 -4
  1784. package/docs/API-reference/api/x-components.xeventpayload.md +3 -3
  1785. package/docs/API-reference/api/x-components.xeventsof.md +3 -3
  1786. package/docs/API-reference/api/x-components.xeventstypes.columnsnumberprovided.md +2 -2
  1787. package/docs/API-reference/api/x-components.xeventstypes.md +34 -28
  1788. package/docs/API-reference/api/x-components.xeventstypes.moduleregistered.md +13 -0
  1789. package/docs/API-reference/api/x-components.xeventstypes.renderedcolumnsnumberchanged.md +13 -0
  1790. package/docs/API-reference/api/x-components.xeventstypes.snippetcallbackexecuted.md +4 -2
  1791. package/docs/API-reference/api/x-components.xeventstypes.suggestionsdisplayed.md +2 -2
  1792. package/docs/API-reference/api/x-components.xeventstypes.togglepanelstatechanged.md +2 -2
  1793. package/docs/API-reference/api/x-components.xeventstypes.useracceptedaquery.md +2 -2
  1794. package/docs/API-reference/api/x-components.xeventstypes.useracceptedspellcheckquery.md +2 -2
  1795. package/docs/API-reference/api/x-components.xeventstypes.userclickedaresult.md +2 -2
  1796. package/docs/API-reference/api/x-components.xeventstypes.userclickedaresultrating.md +13 -0
  1797. package/docs/API-reference/api/x-components.xeventstypes.userclickedcloseeventsmodal.md +2 -2
  1798. package/docs/API-reference/api/x-components.xeventstypes.userclickedclosemodal.md +2 -2
  1799. package/docs/API-reference/api/x-components.xeventstypes.userclickedclosex.md +13 -0
  1800. package/docs/API-reference/api/x-components.xeventstypes.userclickedcolumnpicker.md +2 -2
  1801. package/docs/API-reference/api/x-components.xeventstypes.userclickedopeneventsmodal.md +2 -2
  1802. package/docs/API-reference/api/x-components.xeventstypes.userclickedopenmodal.md +2 -2
  1803. package/docs/API-reference/api/x-components.xeventstypes.userclickedopenx.md +13 -0
  1804. package/docs/API-reference/api/x-components.xeventstypes.userclickedoutofeventsmodal.md +2 -2
  1805. package/docs/API-reference/api/x-components.xeventstypes.userclickedoutofmainmodal.md +13 -0
  1806. package/docs/API-reference/api/x-components.xeventstypes.userclickedoutofmodal.md +2 -2
  1807. package/docs/API-reference/api/x-components.xeventstypes.userclickedpaneltogglebutton.md +2 -2
  1808. package/docs/API-reference/api/x-components.xeventstypes.userclickedresultaddtocart.md +2 -2
  1809. package/docs/API-reference/api/x-components.xeventstypes.userclickedscrolltotop.md +2 -2
  1810. package/docs/API-reference/api/x-components.xeventstypes.useropenxprogrammatically.md +2 -2
  1811. package/docs/API-reference/api/x-components.xeventstypes.userpressedarrowkey.md +2 -2
  1812. package/docs/API-reference/api/x-components.xeventstypes.userreachedempathizetop.md +2 -2
  1813. package/docs/API-reference/api/x-components.xeventstypes.userselectedaresultvariant.md +17 -0
  1814. package/docs/API-reference/api/x-components.xeventstypes.userselectedasuggestion.md +2 -2
  1815. package/docs/API-reference/api/x-components.xinject.md +3 -3
  1816. package/docs/API-reference/api/x-components.xinjectkey.md +2 -2
  1817. package/docs/API-reference/api/x-components.xinstaller._constructor_.md +5 -1
  1818. package/docs/API-reference/api/x-components.xinstaller.init.md +6 -11
  1819. package/docs/API-reference/api/x-components.xinstaller.init_1.md +15 -0
  1820. package/docs/API-reference/api/x-components.xinstaller.md +11 -8
  1821. package/docs/API-reference/api/x-components.xinstaller.normalisesnippetconfig.md +22 -0
  1822. package/docs/API-reference/api/x-components.xinstaller.normalisesnippetconfig_1.md +22 -0
  1823. package/docs/API-reference/api/x-components.xinstaller.options.md +1 -1
  1824. package/docs/API-reference/api/x-components.xmodule.md +7 -7
  1825. package/docs/API-reference/api/x-components.xmodule.name.md +1 -1
  1826. package/docs/API-reference/api/x-components.xmodule.storeemitters.md +1 -1
  1827. package/docs/API-reference/api/x-components.xmodule.storemodule.md +1 -1
  1828. package/docs/API-reference/api/x-components.xmodule.wiring.md +1 -1
  1829. package/docs/API-reference/api/x-components.xmodulename.md +3 -3
  1830. package/docs/API-reference/api/x-components.xmoduleoptions.config.md +1 -1
  1831. package/docs/API-reference/api/x-components.xmoduleoptions.md +5 -5
  1832. package/docs/API-reference/api/x-components.xmoduleoptions.wiring.md +1 -1
  1833. package/docs/API-reference/api/x-components.xmodulesoptions.md +3 -3
  1834. package/docs/API-reference/api/x-components.xmodulestree.device.md +1 -1
  1835. package/docs/API-reference/api/x-components.xmodulestree.empathize.md +1 -1
  1836. package/docs/API-reference/api/x-components.xmodulestree.extraparams.md +1 -1
  1837. package/docs/API-reference/api/x-components.xmodulestree.facets.md +1 -1
  1838. package/docs/API-reference/api/x-components.xmodulestree.historyqueries.md +1 -1
  1839. package/docs/API-reference/api/x-components.xmodulestree.identifierresults.md +1 -1
  1840. package/docs/API-reference/api/x-components.xmodulestree.md +20 -19
  1841. package/docs/API-reference/api/x-components.xmodulestree.nextqueries.md +1 -1
  1842. package/docs/API-reference/api/x-components.xmodulestree.popularsearches.md +1 -1
  1843. package/docs/API-reference/api/x-components.xmodulestree.queriespreview.md +11 -0
  1844. package/docs/API-reference/api/x-components.xmodulestree.querysuggestions.md +1 -1
  1845. package/docs/API-reference/api/x-components.xmodulestree.recommendations.md +1 -1
  1846. package/docs/API-reference/api/x-components.xmodulestree.relatedtags.md +1 -1
  1847. package/docs/API-reference/api/x-components.xmodulestree.scroll.md +1 -1
  1848. package/docs/API-reference/api/x-components.xmodulestree.search.md +1 -1
  1849. package/docs/API-reference/api/x-components.xmodulestree.searchbox.md +1 -1
  1850. package/docs/API-reference/api/x-components.xmodulestree.tagging.md +1 -1
  1851. package/docs/API-reference/api/x-components.xmodulestree.url.md +1 -1
  1852. package/docs/API-reference/api/x-components.xon.md +3 -3
  1853. package/docs/API-reference/api/x-components.xplugin._constructor_.md +3 -3
  1854. package/docs/API-reference/api/x-components.xplugin.adapter.md +3 -3
  1855. package/docs/API-reference/api/x-components.xplugin.bus.md +3 -3
  1856. package/docs/API-reference/api/x-components.xplugin.md +5 -7
  1857. package/docs/API-reference/api/x-components.xplugin.registerxmodule.md +2 -2
  1858. package/docs/API-reference/api/x-components.xplugin.store.md +1 -1
  1859. package/docs/API-reference/api/x-components.xplugin.wiring.md +11 -0
  1860. package/docs/API-reference/api/x-components.xpluginoptions.__private__xmodules.md +1 -1
  1861. package/docs/API-reference/api/x-components.xpluginoptions.adapter.md +2 -2
  1862. package/docs/API-reference/api/x-components.xpluginoptions.initialxmodules.md +1 -1
  1863. package/docs/API-reference/api/x-components.xpluginoptions.md +8 -8
  1864. package/docs/API-reference/api/x-components.xpluginoptions.store.md +1 -1
  1865. package/docs/API-reference/api/x-components.xpluginoptions.xmodules.md +1 -1
  1866. package/docs/API-reference/api/x-components.xprovide.md +2 -2
  1867. package/docs/API-reference/api/x-components.xstoremodule.actions.md +1 -1
  1868. package/docs/API-reference/api/x-components.xstoremodule.getters.md +1 -1
  1869. package/docs/API-reference/api/x-components.xstoremodule.md +7 -7
  1870. package/docs/API-reference/api/x-components.xstoremodule.mutations.md +1 -1
  1871. package/docs/API-reference/api/x-components.xstoremodule.state.md +1 -1
  1872. package/docs/API-reference/api/x-components.xstoremoduleoptions.md +3 -3
  1873. package/docs/API-reference/api/x-types.banner.image.md +1 -1
  1874. package/docs/API-reference/api/x-types.banner.md +8 -7
  1875. package/docs/API-reference/api/x-types.banner.position.md +13 -0
  1876. package/docs/API-reference/api/x-types.banner.title.md +2 -2
  1877. package/docs/API-reference/api/x-types.banner.url.md +2 -2
  1878. package/docs/API-reference/api/x-types.bannerschema.md +1 -1
  1879. package/docs/API-reference/api/x-types.booleanfilter.label.md +1 -1
  1880. package/docs/API-reference/api/x-types.booleanfilter.md +7 -7
  1881. package/docs/API-reference/api/x-types.booleanfilter.modelname.md +1 -1
  1882. package/docs/API-reference/api/x-types.booleanfilter.totalresults.md +1 -1
  1883. package/docs/API-reference/api/x-types.booleanfiltermodelname.md +3 -3
  1884. package/docs/API-reference/api/x-types.booleanfiltermodelnames.md +1 -1
  1885. package/docs/API-reference/api/x-types.booleanfilterschema.md +1 -1
  1886. package/docs/API-reference/api/x-types.editablenumberrangefacet.filters.md +1 -1
  1887. package/docs/API-reference/api/x-types.editablenumberrangefacet.md +6 -6
  1888. package/docs/API-reference/api/x-types.editablenumberrangefacet.modelname.md +1 -1
  1889. package/docs/API-reference/api/x-types.editablenumberrangefacetschema.md +1 -1
  1890. package/docs/API-reference/api/x-types.editablenumberrangefilter.md +6 -6
  1891. package/docs/API-reference/api/x-types.editablenumberrangefilter.modelname.md +1 -1
  1892. package/docs/API-reference/api/x-types.editablenumberrangefilter.range.md +1 -1
  1893. package/docs/API-reference/api/x-types.editablenumberrangefilterschema.md +1 -1
  1894. package/docs/API-reference/api/x-types.extraparamsrequest.extraparams.md +13 -0
  1895. package/docs/API-reference/api/x-types.extraparamsrequest.md +20 -0
  1896. package/docs/API-reference/api/x-types.facet.filters.md +1 -1
  1897. package/docs/API-reference/api/x-types.facet.label.md +1 -1
  1898. package/docs/API-reference/api/x-types.facet.md +6 -6
  1899. package/docs/API-reference/api/x-types.facetfilter.facetid.md +1 -1
  1900. package/docs/API-reference/api/x-types.facetfilter.md +6 -6
  1901. package/docs/API-reference/api/x-types.facetfilter.modelname.md +2 -2
  1902. package/docs/API-reference/api/x-types.facetfilterschema.md +2 -2
  1903. package/docs/API-reference/api/x-types.facetmodelname.md +2 -2
  1904. package/docs/API-reference/api/x-types.facetschema.md +1 -1
  1905. package/docs/API-reference/api/x-types.filter.md +5 -5
  1906. package/docs/API-reference/api/x-types.filter.selected.md +1 -1
  1907. package/docs/API-reference/api/x-types.filterablerequest.filters.md +11 -0
  1908. package/docs/API-reference/api/x-types.filterablerequest.md +20 -0
  1909. package/docs/API-reference/api/x-types.filtermodelname.md +3 -3
  1910. package/docs/API-reference/api/x-types.filterschema.md +1 -1
  1911. package/docs/API-reference/api/x-types.hierarchicalfacet.filters.md +1 -1
  1912. package/docs/API-reference/api/x-types.hierarchicalfacet.md +6 -6
  1913. package/docs/API-reference/api/x-types.hierarchicalfacet.modelname.md +1 -1
  1914. package/docs/API-reference/api/x-types.hierarchicalfacetschema.md +1 -1
  1915. package/docs/API-reference/api/x-types.hierarchicalfilter.children.md +3 -3
  1916. package/docs/API-reference/api/x-types.hierarchicalfilter.md +7 -7
  1917. package/docs/API-reference/api/x-types.hierarchicalfilter.modelname.md +1 -1
  1918. package/docs/API-reference/api/x-types.hierarchicalfilter.parentid.md +2 -2
  1919. package/docs/API-reference/api/x-types.hierarchicalfilterschema.md +1 -1
  1920. package/docs/API-reference/api/x-types.historyquery.md +5 -5
  1921. package/docs/API-reference/api/x-types.historyquery.timestamp.md +1 -1
  1922. package/docs/API-reference/api/x-types.historyqueryschema.md +1 -1
  1923. package/docs/API-reference/api/x-types.identifiable.id.md +1 -1
  1924. package/docs/API-reference/api/x-types.identifiable.md +4 -4
  1925. package/docs/API-reference/api/x-types.identifierresultsrequest.md +15 -0
  1926. package/docs/API-reference/api/x-types.identifierresultsresponse.md +20 -0
  1927. package/docs/API-reference/api/x-types.identifierresultsresponse.results.md +11 -0
  1928. package/docs/API-reference/api/x-types.isbooleanfilter.md +2 -2
  1929. package/docs/API-reference/api/x-types.iseditablenumberrangefacet.md +2 -2
  1930. package/docs/API-reference/api/x-types.iseditablenumberrangefilter.md +2 -2
  1931. package/docs/API-reference/api/x-types.isfacetfilter.md +2 -2
  1932. package/docs/API-reference/api/x-types.ishierarchicalfacet.md +2 -2
  1933. package/docs/API-reference/api/x-types.ishierarchicalfilter.md +2 -2
  1934. package/docs/API-reference/api/x-types.isnumberrangefacet.md +2 -2
  1935. package/docs/API-reference/api/x-types.isnumberrangefilter.md +2 -2
  1936. package/docs/API-reference/api/x-types.israwfilter.md +2 -2
  1937. package/docs/API-reference/api/x-types.issimplefacet.md +2 -2
  1938. package/docs/API-reference/api/x-types.issimplefilter.md +2 -2
  1939. package/docs/API-reference/api/x-types.md +27 -3
  1940. package/docs/API-reference/api/x-types.modelnametype.md +3 -3
  1941. package/docs/API-reference/api/x-types.namedmodel.md +4 -4
  1942. package/docs/API-reference/api/x-types.namedmodel.modelname.md +1 -1
  1943. package/docs/API-reference/api/x-types.nextqueries.md +5 -5
  1944. package/docs/API-reference/api/x-types.nextqueries.nextqueries.md +1 -1
  1945. package/docs/API-reference/api/x-types.nextqueriesrequest.md +15 -0
  1946. package/docs/API-reference/api/x-types.nextqueriesresponse.md +20 -0
  1947. package/docs/API-reference/api/x-types.nextqueriesresponse.nextqueries.md +11 -0
  1948. package/docs/API-reference/api/x-types.nextquery.iscurated.md +13 -0
  1949. package/docs/API-reference/api/x-types.nextquery.md +8 -2
  1950. package/docs/API-reference/api/x-types.nextqueryschema.md +1 -1
  1951. package/docs/API-reference/api/x-types.numberrangefacet.filters.md +1 -1
  1952. package/docs/API-reference/api/x-types.numberrangefacet.md +6 -6
  1953. package/docs/API-reference/api/x-types.numberrangefacet.modelname.md +1 -1
  1954. package/docs/API-reference/api/x-types.numberrangefacetschema.md +1 -1
  1955. package/docs/API-reference/api/x-types.numberrangefilter.md +6 -6
  1956. package/docs/API-reference/api/x-types.numberrangefilter.modelname.md +1 -1
  1957. package/docs/API-reference/api/x-types.numberrangefilter.range.md +1 -1
  1958. package/docs/API-reference/api/x-types.numberrangefilterschema.md +1 -1
  1959. package/docs/API-reference/api/x-types.pageablerequest.md +21 -0
  1960. package/docs/API-reference/api/x-types.pageablerequest.rows.md +11 -0
  1961. package/docs/API-reference/api/x-types.pageablerequest.start.md +11 -0
  1962. package/docs/API-reference/api/x-types.partialresult.md +6 -6
  1963. package/docs/API-reference/api/x-types.partialresult.results.md +1 -1
  1964. package/docs/API-reference/api/x-types.partialresult.totalresults.md +1 -1
  1965. package/docs/API-reference/api/x-types.popularsearchesrequest.md +15 -0
  1966. package/docs/API-reference/api/x-types.popularsearchesresponse.md +20 -0
  1967. package/docs/API-reference/api/x-types.popularsearchesresponse.suggestions.md +11 -0
  1968. package/docs/API-reference/api/x-types.previewable.facets.md +1 -1
  1969. package/docs/API-reference/api/x-types.previewable.md +7 -7
  1970. package/docs/API-reference/api/x-types.previewable.query.md +1 -1
  1971. package/docs/API-reference/api/x-types.previewable.results.md +1 -1
  1972. package/docs/API-reference/api/x-types.previewable.totalresults.md +1 -1
  1973. package/docs/API-reference/api/x-types.previewresults.items.md +13 -0
  1974. package/docs/API-reference/api/x-types.previewresults.md +22 -0
  1975. package/docs/API-reference/api/x-types.previewresults.query.md +13 -0
  1976. package/docs/API-reference/api/x-types.previewresults.totalresults.md +13 -0
  1977. package/docs/API-reference/api/x-types.promoted.image.md +1 -1
  1978. package/docs/API-reference/api/x-types.promoted.md +8 -7
  1979. package/docs/API-reference/api/x-types.promoted.position.md +13 -0
  1980. package/docs/API-reference/api/x-types.promoted.title.md +1 -1
  1981. package/docs/API-reference/api/x-types.promoted.url.md +1 -1
  1982. package/docs/API-reference/api/x-types.promotedschema.md +1 -1
  1983. package/docs/API-reference/api/x-types.queryablerequest.md +20 -0
  1984. package/docs/API-reference/api/x-types.queryablerequest.query.md +11 -0
  1985. package/docs/API-reference/api/x-types.querysuggestionsrequest.md +15 -0
  1986. package/docs/API-reference/api/x-types.querysuggestionsresponse.md +20 -0
  1987. package/docs/API-reference/api/x-types.querysuggestionsresponse.suggestions.md +11 -0
  1988. package/docs/API-reference/api/x-types.rangevalue.max.md +1 -1
  1989. package/docs/API-reference/api/x-types.rangevalue.md +5 -5
  1990. package/docs/API-reference/api/x-types.rangevalue.min.md +1 -1
  1991. package/docs/API-reference/api/x-types.rawfilter.id.md +1 -1
  1992. package/docs/API-reference/api/x-types.rawfilter.md +7 -7
  1993. package/docs/API-reference/api/x-types.rawfilter.modelname.md +1 -1
  1994. package/docs/API-reference/api/x-types.rawfilter.selected.md +2 -2
  1995. package/docs/API-reference/api/x-types.rawfilterschema.md +1 -1
  1996. package/docs/API-reference/api/x-types.recommendationschema.md +1 -1
  1997. package/docs/API-reference/api/x-types.recommendationsrequest.md +15 -0
  1998. package/docs/API-reference/api/x-types.recommendationsresponse.md +20 -0
  1999. package/docs/API-reference/api/x-types.recommendationsresponse.results.md +11 -0
  2000. package/docs/API-reference/api/x-types.redirection.md +5 -5
  2001. package/docs/API-reference/api/x-types.redirection.url.md +1 -1
  2002. package/docs/API-reference/api/x-types.redirectionschema.md +1 -1
  2003. package/docs/API-reference/api/x-types.relatedtag.iscurated.md +1 -1
  2004. package/docs/API-reference/api/x-types.relatedtag.md +6 -8
  2005. package/docs/API-reference/api/x-types.relatedtag.tag.md +1 -1
  2006. package/docs/API-reference/api/x-types.relatedtagschema.md +1 -1
  2007. package/docs/API-reference/api/x-types.relatedtagsrequest.md +15 -0
  2008. package/docs/API-reference/api/x-types.relatedtagsresponse.md +20 -0
  2009. package/docs/API-reference/api/x-types.relatedtagsresponse.relatedtags.md +11 -0
  2010. package/docs/API-reference/api/x-types.result.identifier.md +2 -2
  2011. package/docs/API-reference/api/x-types.result.images.md +2 -2
  2012. package/docs/API-reference/api/x-types.result.iswishlisted.md +2 -2
  2013. package/docs/API-reference/api/x-types.result.md +13 -12
  2014. package/docs/API-reference/api/x-types.result.name.md +2 -2
  2015. package/docs/API-reference/api/x-types.result.price.md +2 -2
  2016. package/docs/API-reference/api/x-types.result.rating.md +2 -2
  2017. package/docs/API-reference/api/x-types.result.type.md +2 -2
  2018. package/docs/API-reference/api/x-types.result.url.md +2 -2
  2019. package/docs/API-reference/api/x-types.result.variants.md +13 -0
  2020. package/docs/API-reference/api/x-types.resultidentifier.md +4 -4
  2021. package/docs/API-reference/api/x-types.resultidentifier.value.md +1 -1
  2022. package/docs/API-reference/api/x-types.resultprice.hasdiscount.md +1 -1
  2023. package/docs/API-reference/api/x-types.resultprice.md +6 -6
  2024. package/docs/API-reference/api/x-types.resultprice.originalvalue.md +1 -1
  2025. package/docs/API-reference/api/x-types.resultprice.value.md +1 -1
  2026. package/docs/API-reference/api/x-types.resultrating.md +4 -4
  2027. package/docs/API-reference/api/x-types.resultrating.value.md +1 -1
  2028. package/docs/API-reference/api/x-types.resultschema.md +1 -1
  2029. package/docs/API-reference/api/x-types.resultvariant.md +15 -0
  2030. package/docs/API-reference/api/x-types.searchrequest.md +15 -0
  2031. package/docs/API-reference/api/x-types.searchresponse.banners.md +11 -0
  2032. package/docs/API-reference/api/x-types.searchresponse.facets.md +11 -0
  2033. package/docs/API-reference/api/x-types.searchresponse.md +28 -0
  2034. package/docs/API-reference/api/x-types.searchresponse.partialresults.md +11 -0
  2035. package/docs/API-reference/api/x-types.searchresponse.promoteds.md +11 -0
  2036. package/docs/API-reference/api/x-types.searchresponse.querytagging.md +11 -0
  2037. package/docs/API-reference/api/x-types.searchresponse.redirections.md +11 -0
  2038. package/docs/API-reference/api/x-types.searchresponse.results.md +11 -0
  2039. package/docs/API-reference/api/x-types.searchresponse.spellcheck.md +11 -0
  2040. package/docs/API-reference/api/x-types.searchresponse.totalresults.md +11 -0
  2041. package/docs/API-reference/api/x-types.simplefacet.filters.md +1 -1
  2042. package/docs/API-reference/api/x-types.simplefacet.md +6 -6
  2043. package/docs/API-reference/api/x-types.simplefacet.modelname.md +1 -1
  2044. package/docs/API-reference/api/x-types.simplefacetschema.md +1 -1
  2045. package/docs/API-reference/api/x-types.simplefilter.md +5 -5
  2046. package/docs/API-reference/api/x-types.simplefilter.modelname.md +1 -1
  2047. package/docs/API-reference/api/x-types.simplefilterschema.md +1 -1
  2048. package/docs/API-reference/api/x-types.sort.md +2 -2
  2049. package/docs/API-reference/api/x-types.sortablerequest.md +20 -0
  2050. package/docs/API-reference/api/x-types.sortablerequest.sort.md +11 -0
  2051. package/docs/API-reference/api/x-types.suggestion.iscurated.md +13 -0
  2052. package/docs/API-reference/api/x-types.suggestion.key.md +1 -1
  2053. package/docs/API-reference/api/x-types.suggestion.md +6 -6
  2054. package/docs/API-reference/api/x-types.suggestionschema.md +1 -1
  2055. package/docs/API-reference/api/x-types.taggable.md +4 -4
  2056. package/docs/API-reference/api/x-types.taggable.tagging.md +2 -2
  2057. package/docs/API-reference/api/x-types.taggableschema.md +1 -1
  2058. package/docs/API-reference/api/x-types.tagging.add2cart.md +3 -3
  2059. package/docs/API-reference/api/x-types.tagging.checkout.md +3 -3
  2060. package/docs/API-reference/api/x-types.tagging.click.md +3 -3
  2061. package/docs/API-reference/api/x-types.tagging.md +8 -8
  2062. package/docs/API-reference/api/x-types.tagging.query.md +3 -3
  2063. package/docs/API-reference/api/x-types.tagging.wishlist.md +3 -3
  2064. package/docs/API-reference/api/x-types.taggingrequest.md +21 -0
  2065. package/docs/API-reference/api/x-types.taggingrequest.params.md +13 -0
  2066. package/docs/API-reference/api/x-types.taggingrequest.url.md +13 -0
  2067. package/docs/API-reference/api/x-types.taggingrequestschema.md +13 -0
  2068. package/docs/API-reference/api/x-types.taggingschema.md +1 -1
  2069. package/docs/API-reference/api/x-types.trackablerequest.md +20 -0
  2070. package/docs/API-reference/api/x-types.trackablerequest.origin.md +11 -0
  2071. package/docs/API-reference/api/x-types.trackableshowresponse.md +20 -0
  2072. package/docs/API-reference/api/x-types.trackableshowresponse.showtagging.md +11 -0
  2073. package/docs/API-reference/api/x-types.userinfo.md +6 -6
  2074. package/docs/API-reference/api/x-types.userinfo.session.md +1 -1
  2075. package/docs/API-reference/api/x-types.userinfo.user.md +1 -1
  2076. package/docs/API-reference/api/x-types.userinfo.usertype.md +1 -1
  2077. package/docs/API-reference/api/x-types.xcomponentsadapter.identifierresults.md +11 -0
  2078. package/docs/API-reference/api/x-types.xcomponentsadapter.md +25 -0
  2079. package/docs/API-reference/api/x-types.xcomponentsadapter.nextqueries.md +11 -0
  2080. package/docs/API-reference/api/x-types.xcomponentsadapter.popularsearches.md +11 -0
  2081. package/docs/API-reference/api/x-types.xcomponentsadapter.querysuggestions.md +11 -0
  2082. package/docs/API-reference/api/x-types.xcomponentsadapter.recommendations.md +11 -0
  2083. package/docs/API-reference/api/x-types.xcomponentsadapter.relatedtags.md +11 -0
  2084. package/docs/API-reference/api/x-types.xcomponentsadapter.search.md +11 -0
  2085. package/docs/API-reference/api/x-types.xcomponentsadapter.tagging.md +11 -0
  2086. package/empathize/index.js +3 -3
  2087. package/extra-params/index.js +5 -5
  2088. package/facets/index.js +14 -12
  2089. package/history-queries/index.js +9 -7
  2090. package/identifier-results/index.js +5 -5
  2091. package/js/components/animations/animate-clip-path/animate-clip-path.factory.js +18 -0
  2092. package/js/components/animations/animate-clip-path/animate-clip-path.factory.js.map +1 -0
  2093. package/js/components/animations/animate-clip-path/animate-clip-path.style.scss.js +16 -0
  2094. package/js/components/animations/animate-clip-path/animate-clip-path.style.scss.js.map +1 -0
  2095. package/js/components/animations/animate-scale/animate-scale.factory.js +18 -0
  2096. package/js/components/animations/animate-scale/animate-scale.factory.js.map +1 -0
  2097. package/js/components/animations/animate-scale/animate-scale.style.scss.js +16 -0
  2098. package/js/components/animations/animate-scale/animate-scale.style.scss.js.map +1 -0
  2099. package/js/components/animations/animate-translate/animate-translate.factory.js +18 -0
  2100. package/js/components/animations/animate-translate/animate-translate.factory.js.map +1 -0
  2101. package/js/components/animations/animate-translate/animate-translate.style.scss.js +16 -0
  2102. package/js/components/animations/animate-translate/animate-translate.style.scss.js.map +1 -0
  2103. package/js/components/animations/animate-width.vue.js +22 -17
  2104. package/js/components/animations/animate-width.vue.js.map +1 -1
  2105. package/js/components/animations/animate-width.vue_rollup-plugin-vue_script.vue.js +20 -0
  2106. package/js/components/animations/animate-width.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  2107. package/js/components/animations/animate-width.vue_rollup-plugin-vue_styles.0.vue.js +16 -0
  2108. package/js/components/animations/animate-width.vue_rollup-plugin-vue_styles.0.vue.js.map +1 -0
  2109. package/js/components/animations/animations.mixin.js +17 -6
  2110. package/js/components/animations/animations.mixin.js.map +1 -1
  2111. package/js/components/animations/collapse-height.vue.js +25 -23
  2112. package/js/components/animations/collapse-height.vue.js.map +1 -1
  2113. package/js/components/animations/collapse-height.vue_rollup-plugin-vue_script.vue.js +29 -0
  2114. package/js/components/animations/collapse-height.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  2115. package/js/components/animations/collapse-height.vue_rollup-plugin-vue_styles.0.vue.js +16 -0
  2116. package/js/components/animations/collapse-height.vue_rollup-plugin-vue_styles.0.vue.js.map +1 -0
  2117. package/js/components/animations/collapse-width.vue.js +25 -23
  2118. package/js/components/animations/collapse-width.vue.js.map +1 -1
  2119. package/js/components/animations/collapse-width.vue_rollup-plugin-vue_script.vue.js +29 -0
  2120. package/js/components/animations/collapse-width.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  2121. package/js/components/animations/collapse-width.vue_rollup-plugin-vue_styles.0.vue.js +16 -0
  2122. package/js/components/animations/collapse-width.vue_rollup-plugin-vue_styles.0.vue.js.map +1 -0
  2123. package/js/components/animations/create-directional-animation-factory.js +31 -0
  2124. package/js/components/animations/create-directional-animation-factory.js.map +1 -0
  2125. package/js/components/animations/cross-fade.vue.js +19 -17
  2126. package/js/components/animations/cross-fade.vue.js.map +1 -1
  2127. package/js/components/animations/cross-fade.vue_rollup-plugin-vue_script.vue.js +27 -0
  2128. package/js/components/animations/cross-fade.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  2129. package/js/components/animations/cross-fade.vue_rollup-plugin-vue_styles.0.vue.js +16 -0
  2130. package/js/components/animations/cross-fade.vue_rollup-plugin-vue_styles.0.vue.js.map +1 -0
  2131. package/js/components/animations/disable-animation.mixin.js +32 -0
  2132. package/js/components/animations/disable-animation.mixin.js.map +1 -0
  2133. package/js/components/animations/fade-and-slide.vue.js +22 -20
  2134. package/js/components/animations/fade-and-slide.vue.js.map +1 -1
  2135. package/js/components/animations/fade-and-slide.vue_rollup-plugin-vue_script.vue.js +40 -0
  2136. package/js/components/animations/fade-and-slide.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  2137. package/js/components/animations/fade-and-slide.vue_rollup-plugin-vue_styles.0.vue.js +16 -0
  2138. package/js/components/animations/fade-and-slide.vue_rollup-plugin-vue_styles.0.vue.js.map +1 -0
  2139. package/js/components/animations/fade.vue.js +60 -0
  2140. package/js/components/animations/fade.vue.js.map +1 -0
  2141. package/js/components/animations/fade.vue_rollup-plugin-vue_script.vue.js +27 -0
  2142. package/js/components/animations/fade.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  2143. package/js/components/animations/fade.vue_rollup-plugin-vue_styles.0.vue.js +16 -0
  2144. package/js/components/animations/fade.vue_rollup-plugin-vue_styles.0.vue.js.map +1 -0
  2145. package/js/components/animations/staggered-fade-and-slide.vue.js +14 -17
  2146. package/js/components/animations/staggered-fade-and-slide.vue.js.map +1 -1
  2147. package/js/components/animations/staggered-fade-and-slide.vue_rollup-plugin-vue_script.vue.js +39 -0
  2148. package/js/components/animations/staggered-fade-and-slide.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  2149. package/js/components/animations/staggered-fade-and-slide.vue_rollup-plugin-vue_styles.0.vue.js +16 -0
  2150. package/js/components/animations/staggered-fade-and-slide.vue_rollup-plugin-vue_styles.0.vue.js.map +1 -0
  2151. package/js/components/animations/staggering-transition-group.vue.js +13 -16
  2152. package/js/components/animations/staggering-transition-group.vue.js.map +1 -1
  2153. package/js/components/animations/staggering-transition-group.vue_rollup-plugin-vue_script.vue.js +318 -0
  2154. package/js/components/animations/staggering-transition-group.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  2155. package/js/components/animations/staggering-transition-group.vue_rollup-plugin-vue_styles.0.vue.js +16 -0
  2156. package/js/components/animations/staggering-transition-group.vue_rollup-plugin-vue_styles.0.vue.js.map +1 -0
  2157. package/js/components/auto-progress-bar.vue.js +16 -18
  2158. package/js/components/auto-progress-bar.vue.js.map +1 -1
  2159. package/js/components/auto-progress-bar.vue_rollup-plugin-vue_script.vue.js +48 -0
  2160. package/js/components/auto-progress-bar.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  2161. package/js/components/auto-progress-bar.vue_rollup-plugin-vue_styles.0.vue.js +16 -0
  2162. package/js/components/auto-progress-bar.vue_rollup-plugin-vue_styles.0.vue.js.map +1 -0
  2163. package/js/components/base-dropdown.vue.js +131 -122
  2164. package/js/components/base-dropdown.vue.js.map +1 -1
  2165. package/js/components/base-dropdown.vue_rollup-plugin-vue_script.vue.js +343 -0
  2166. package/js/components/base-dropdown.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  2167. package/js/components/base-dropdown.vue_rollup-plugin-vue_styles.0.vue.js +16 -0
  2168. package/js/components/base-dropdown.vue_rollup-plugin-vue_styles.0.vue.js.map +1 -0
  2169. package/js/components/base-event-button.vue.js +9 -9
  2170. package/js/components/base-event-button.vue.js.map +1 -1
  2171. package/js/components/base-event-button.vue_rollup-plugin-vue_script.vue.js +30 -0
  2172. package/js/components/base-event-button.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  2173. package/js/components/base-grid.vue.js +19 -24
  2174. package/js/components/base-grid.vue.js.map +1 -1
  2175. package/js/components/base-grid.vue_rollup-plugin-vue_script.vue.js +131 -0
  2176. package/js/components/base-grid.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  2177. package/js/components/base-grid.vue_rollup-plugin-vue_styles.0.vue.js +16 -0
  2178. package/js/components/base-grid.vue_rollup-plugin-vue_styles.0.vue.js.map +1 -0
  2179. package/js/components/base-keyboard-navigation.vue.js +15 -12
  2180. package/js/components/base-keyboard-navigation.vue.js.map +1 -1
  2181. package/js/components/base-keyboard-navigation.vue_rollup-plugin-vue_script.vue.js +110 -0
  2182. package/js/components/base-keyboard-navigation.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  2183. package/js/components/base-rating.vue.js +25 -24
  2184. package/js/components/base-rating.vue.js.map +1 -1
  2185. package/js/components/base-rating.vue_rollup-plugin-vue_script.vue.js +50 -0
  2186. package/js/components/base-rating.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  2187. package/js/components/base-rating.vue_rollup-plugin-vue_styles.0.vue.js +16 -0
  2188. package/js/components/base-rating.vue_rollup-plugin-vue_styles.0.vue.js.map +1 -0
  2189. package/js/components/base-switch.vue.js +56 -0
  2190. package/js/components/base-switch.vue.js.map +1 -0
  2191. package/js/components/base-switch.vue_rollup-plugin-vue_script.vue.js +47 -0
  2192. package/js/components/base-switch.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  2193. package/js/components/base-switch.vue_rollup-plugin-vue_styles.0.vue.js +16 -0
  2194. package/js/components/base-switch.vue_rollup-plugin-vue_styles.0.vue.js.map +1 -0
  2195. package/js/components/base-variable-column-grid.vue.js +16 -11
  2196. package/js/components/base-variable-column-grid.vue.js.map +1 -1
  2197. package/js/components/base-variable-column-grid.vue_rollup-plugin-vue_script.vue.js +68 -0
  2198. package/js/components/base-variable-column-grid.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  2199. package/js/components/column-picker/base-column-picker-dropdown.vue.js +16 -12
  2200. package/js/components/column-picker/base-column-picker-dropdown.vue.js.map +1 -1
  2201. package/js/components/column-picker/base-column-picker-dropdown.vue_rollup-plugin-vue_script.vue.js +42 -0
  2202. package/js/components/column-picker/base-column-picker-dropdown.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  2203. package/js/components/column-picker/base-column-picker-list.vue.js +39 -41
  2204. package/js/components/column-picker/base-column-picker-list.vue.js.map +1 -1
  2205. package/js/components/column-picker/base-column-picker-list.vue_rollup-plugin-vue_script.vue.js +51 -0
  2206. package/js/components/column-picker/base-column-picker-list.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  2207. package/js/components/column-picker/column-picker.mixin.js +46 -53
  2208. package/js/components/column-picker/column-picker.mixin.js.map +1 -1
  2209. package/js/components/currency/base-currency.vue.js +12 -11
  2210. package/js/components/currency/base-currency.vue.js.map +1 -1
  2211. package/js/components/currency/base-currency.vue_rollup-plugin-vue_script.vue.js +82 -0
  2212. package/js/components/currency/base-currency.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  2213. package/js/components/decorators/bus.decorators.js +30 -42
  2214. package/js/components/decorators/bus.decorators.js.map +1 -1
  2215. package/js/components/decorators/debounce.decorators.js +16 -12
  2216. package/js/components/decorators/debounce.decorators.js.map +1 -1
  2217. package/js/components/decorators/injection.consts.js +38 -2
  2218. package/js/components/decorators/injection.consts.js.map +1 -1
  2219. package/js/components/decorators/injection.decorators.js +22 -26
  2220. package/js/components/decorators/injection.decorators.js.map +1 -1
  2221. package/js/components/decorators/store.decorators.js +11 -13
  2222. package/js/components/decorators/store.decorators.js.map +1 -1
  2223. package/js/components/dynamic-props.mixin.js +29 -0
  2224. package/js/components/dynamic-props.mixin.js.map +1 -0
  2225. package/js/components/filters/labels/base-price-filter-label.vue.js +9 -9
  2226. package/js/components/filters/labels/base-price-filter-label.vue.js.map +1 -1
  2227. package/js/components/filters/labels/base-price-filter-label.vue_rollup-plugin-vue_script.vue.js +73 -0
  2228. package/js/components/filters/labels/base-price-filter-label.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  2229. package/js/components/filters/labels/base-rating-filter-label.vue.js +13 -12
  2230. package/js/components/filters/labels/base-rating-filter-label.vue.js.map +1 -1
  2231. package/js/components/filters/labels/base-rating-filter-label.vue_rollup-plugin-vue_script.vue.js +41 -0
  2232. package/js/components/filters/labels/base-rating-filter-label.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  2233. package/js/components/global-x-bus.vue.js +9 -9
  2234. package/js/components/global-x-bus.vue.js.map +1 -1
  2235. package/js/components/global-x-bus.vue_rollup-plugin-vue_script.vue.js +41 -0
  2236. package/js/components/global-x-bus.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  2237. package/js/components/highlight.vue.js +93 -0
  2238. package/js/components/highlight.vue.js.map +1 -0
  2239. package/js/components/highlight.vue_rollup-plugin-vue_script.vue.js +95 -0
  2240. package/js/components/highlight.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  2241. package/js/components/icons/arrow-down.vue.js +75 -0
  2242. package/js/components/icons/arrow-down.vue.js.map +1 -0
  2243. package/js/components/icons/arrow-down.vue_rollup-plugin-vue_script.vue.js +4 -0
  2244. package/js/components/icons/arrow-down.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  2245. package/js/components/icons/arrow-left.vue.js +75 -0
  2246. package/js/components/icons/arrow-left.vue.js.map +1 -0
  2247. package/js/components/icons/arrow-left.vue_rollup-plugin-vue_script.vue.js +4 -0
  2248. package/js/components/icons/arrow-left.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  2249. package/js/components/icons/arrow-right.vue.js +75 -0
  2250. package/js/components/icons/arrow-right.vue.js.map +1 -0
  2251. package/js/components/icons/arrow-right.vue_rollup-plugin-vue_script.vue.js +4 -0
  2252. package/js/components/icons/arrow-right.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  2253. package/js/components/icons/arrow-up.vue.js +75 -0
  2254. package/js/components/icons/arrow-up.vue.js.map +1 -0
  2255. package/js/components/icons/arrow-up.vue_rollup-plugin-vue_script.vue.js +4 -0
  2256. package/js/components/icons/arrow-up.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  2257. package/js/components/icons/bag.vue.js +30 -26
  2258. package/js/components/icons/bag.vue.js.map +1 -1
  2259. package/js/components/icons/bag.vue_rollup-plugin-vue_script.vue.js +4 -0
  2260. package/js/components/icons/bag.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  2261. package/js/components/icons/bar-code.vue.js +20 -26
  2262. package/js/components/icons/bar-code.vue.js.map +1 -1
  2263. package/js/components/icons/bar-code.vue_rollup-plugin-vue_script.vue.js +4 -0
  2264. package/js/components/icons/bar-code.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  2265. package/js/components/icons/barcode-tiny.vue.js +20 -26
  2266. package/js/components/icons/barcode-tiny.vue.js.map +1 -1
  2267. package/js/components/icons/barcode-tiny.vue_rollup-plugin-vue_script.vue.js +4 -0
  2268. package/js/components/icons/barcode-tiny.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  2269. package/js/components/icons/cart-filled.vue.js +82 -0
  2270. package/js/components/icons/cart-filled.vue.js.map +1 -0
  2271. package/js/components/icons/cart-filled.vue_rollup-plugin-vue_script.vue.js +4 -0
  2272. package/js/components/icons/cart-filled.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  2273. package/js/components/icons/cart.vue.js +30 -36
  2274. package/js/components/icons/cart.vue.js.map +1 -1
  2275. package/js/components/icons/cart.vue_rollup-plugin-vue_script.vue.js +4 -0
  2276. package/js/components/icons/cart.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  2277. package/js/components/icons/check-tiny.vue.js +21 -14
  2278. package/js/components/icons/check-tiny.vue.js.map +1 -1
  2279. package/js/components/icons/check-tiny.vue_rollup-plugin-vue_script.vue.js +4 -0
  2280. package/js/components/icons/check-tiny.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  2281. package/js/components/icons/check.vue.js +21 -14
  2282. package/js/components/icons/check.vue.js.map +1 -1
  2283. package/js/components/icons/check.vue_rollup-plugin-vue_script.vue.js +4 -0
  2284. package/js/components/icons/check.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  2285. package/js/components/icons/checkbox-selected-filled.vue.js +79 -0
  2286. package/js/components/icons/checkbox-selected-filled.vue.js.map +1 -0
  2287. package/js/components/icons/checkbox-selected-filled.vue_rollup-plugin-vue_script.vue.js +4 -0
  2288. package/js/components/icons/checkbox-selected-filled.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  2289. package/js/components/icons/checkbox-selected.vue.js +33 -18
  2290. package/js/components/icons/checkbox-selected.vue.js.map +1 -1
  2291. package/js/components/icons/checkbox-selected.vue_rollup-plugin-vue_script.vue.js +4 -0
  2292. package/js/components/icons/checkbox-selected.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  2293. package/js/components/icons/checkbox-unselected-filled.vue.js +70 -0
  2294. package/js/components/icons/checkbox-unselected-filled.vue.js.map +1 -0
  2295. package/js/components/icons/checkbox-unselected-filled.vue_rollup-plugin-vue_script.vue.js +4 -0
  2296. package/js/components/icons/checkbox-unselected-filled.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  2297. package/js/components/icons/checkbox-unselected.vue.js +24 -16
  2298. package/js/components/icons/checkbox-unselected.vue.js.map +1 -1
  2299. package/js/components/icons/checkbox-unselected.vue_rollup-plugin-vue_script.vue.js +4 -0
  2300. package/js/components/icons/checkbox-unselected.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  2301. package/js/components/icons/chevron-down.vue.js +21 -20
  2302. package/js/components/icons/chevron-down.vue.js.map +1 -1
  2303. package/js/components/icons/chevron-down.vue_rollup-plugin-vue_script.vue.js +4 -0
  2304. package/js/components/icons/chevron-down.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  2305. package/js/components/icons/chevron-left.vue.js +21 -20
  2306. package/js/components/icons/chevron-left.vue.js.map +1 -1
  2307. package/js/components/icons/chevron-left.vue_rollup-plugin-vue_script.vue.js +4 -0
  2308. package/js/components/icons/chevron-left.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  2309. package/js/components/icons/chevron-right.vue.js +21 -14
  2310. package/js/components/icons/chevron-right.vue.js.map +1 -1
  2311. package/js/components/icons/chevron-right.vue_rollup-plugin-vue_script.vue.js +4 -0
  2312. package/js/components/icons/chevron-right.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  2313. package/js/components/icons/chevron-tiny-down.vue.js +21 -20
  2314. package/js/components/icons/chevron-tiny-down.vue.js.map +1 -1
  2315. package/js/components/icons/chevron-tiny-down.vue_rollup-plugin-vue_script.vue.js +4 -0
  2316. package/js/components/icons/chevron-tiny-down.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  2317. package/js/components/icons/chevron-tiny-left.vue.js +21 -20
  2318. package/js/components/icons/chevron-tiny-left.vue.js.map +1 -1
  2319. package/js/components/icons/chevron-tiny-left.vue_rollup-plugin-vue_script.vue.js +4 -0
  2320. package/js/components/icons/chevron-tiny-left.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  2321. package/js/components/icons/chevron-tiny-right.vue.js +21 -20
  2322. package/js/components/icons/chevron-tiny-right.vue.js.map +1 -1
  2323. package/js/components/icons/chevron-tiny-right.vue_rollup-plugin-vue_script.vue.js +4 -0
  2324. package/js/components/icons/chevron-tiny-right.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  2325. package/js/components/icons/chevron-tiny-up.vue.js +21 -20
  2326. package/js/components/icons/chevron-tiny-up.vue.js.map +1 -1
  2327. package/js/components/icons/chevron-tiny-up.vue_rollup-plugin-vue_script.vue.js +4 -0
  2328. package/js/components/icons/chevron-tiny-up.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  2329. package/js/components/icons/chevron-up.vue.js +21 -20
  2330. package/js/components/icons/chevron-up.vue.js.map +1 -1
  2331. package/js/components/icons/chevron-up.vue_rollup-plugin-vue_script.vue.js +4 -0
  2332. package/js/components/icons/chevron-up.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  2333. package/js/components/icons/corner-arrow-left.vue.js +66 -0
  2334. package/js/components/icons/corner-arrow-left.vue.js.map +1 -0
  2335. package/js/components/icons/corner-arrow-left.vue_rollup-plugin-vue_script.vue.js +4 -0
  2336. package/js/components/icons/corner-arrow-left.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  2337. package/js/components/icons/corner-arrow-right.vue.js +66 -0
  2338. package/js/components/icons/corner-arrow-right.vue.js.map +1 -0
  2339. package/js/components/icons/corner-arrow-right.vue_rollup-plugin-vue_script.vue.js +4 -0
  2340. package/js/components/icons/corner-arrow-right.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  2341. package/js/components/icons/cross-tiny.vue.js +21 -14
  2342. package/js/components/icons/cross-tiny.vue.js.map +1 -1
  2343. package/js/components/icons/cross-tiny.vue_rollup-plugin-vue_script.vue.js +4 -0
  2344. package/js/components/icons/cross-tiny.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  2345. package/js/components/icons/cross.vue.js +21 -16
  2346. package/js/components/icons/cross.vue.js.map +1 -1
  2347. package/js/components/icons/cross.vue_rollup-plugin-vue_script.vue.js +4 -0
  2348. package/js/components/icons/cross.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  2349. package/js/components/icons/curated-check-filled.vue.js +78 -0
  2350. package/js/components/icons/curated-check-filled.vue.js.map +1 -0
  2351. package/js/components/icons/curated-check-filled.vue_rollup-plugin-vue_script.vue.js +4 -0
  2352. package/js/components/icons/curated-check-filled.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  2353. package/js/components/icons/curated-check-tiny-filled.vue.js +78 -0
  2354. package/js/components/icons/curated-check-tiny-filled.vue.js.map +1 -0
  2355. package/js/components/icons/curated-check-tiny-filled.vue_rollup-plugin-vue_script.vue.js +4 -0
  2356. package/js/components/icons/curated-check-tiny-filled.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  2357. package/js/components/icons/curated-check-tiny.vue.js +77 -0
  2358. package/js/components/icons/curated-check-tiny.vue.js.map +1 -0
  2359. package/js/components/icons/curated-check-tiny.vue_rollup-plugin-vue_script.vue.js +4 -0
  2360. package/js/components/icons/curated-check-tiny.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  2361. package/js/components/icons/curated-check.vue.js +77 -0
  2362. package/js/components/icons/curated-check.vue.js.map +1 -0
  2363. package/js/components/icons/curated-check.vue_rollup-plugin-vue_script.vue.js +4 -0
  2364. package/js/components/icons/curated-check.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  2365. package/js/components/icons/diagonal-arrow-left-down.vue.js +66 -0
  2366. package/js/components/icons/diagonal-arrow-left-down.vue.js.map +1 -0
  2367. package/js/components/icons/diagonal-arrow-left-down.vue_rollup-plugin-vue_script.vue.js +4 -0
  2368. package/js/components/icons/diagonal-arrow-left-down.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  2369. package/js/components/icons/diagonal-arrow-left-top.vue.js +66 -0
  2370. package/js/components/icons/diagonal-arrow-left-top.vue.js.map +1 -0
  2371. package/js/components/icons/diagonal-arrow-left-top.vue_rollup-plugin-vue_script.vue.js +4 -0
  2372. package/js/components/icons/diagonal-arrow-left-top.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  2373. package/js/components/icons/diagonal-arrow-right-down.vue.js +66 -0
  2374. package/js/components/icons/diagonal-arrow-right-down.vue.js.map +1 -0
  2375. package/js/components/icons/diagonal-arrow-right-down.vue_rollup-plugin-vue_script.vue.js +4 -0
  2376. package/js/components/icons/diagonal-arrow-right-down.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  2377. package/js/components/icons/diagonal-arrow-right-top.vue.js +66 -0
  2378. package/js/components/icons/diagonal-arrow-right-top.vue.js.map +1 -0
  2379. package/js/components/icons/diagonal-arrow-right-top.vue_rollup-plugin-vue_script.vue.js +4 -0
  2380. package/js/components/icons/diagonal-arrow-right-top.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  2381. package/js/components/icons/filters.vue.js +20 -30
  2382. package/js/components/icons/filters.vue.js.map +1 -1
  2383. package/js/components/icons/filters.vue_rollup-plugin-vue_script.vue.js +4 -0
  2384. package/js/components/icons/filters.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  2385. package/js/components/icons/grid-1-col.vue.js +20 -18
  2386. package/js/components/icons/grid-1-col.vue.js.map +1 -1
  2387. package/js/components/icons/grid-1-col.vue_rollup-plugin-vue_script.vue.js +4 -0
  2388. package/js/components/icons/grid-1-col.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  2389. package/js/components/icons/grid-2-col.vue.js +20 -28
  2390. package/js/components/icons/grid-2-col.vue.js.map +1 -1
  2391. package/js/components/icons/grid-2-col.vue_rollup-plugin-vue_script.vue.js +4 -0
  2392. package/js/components/icons/grid-2-col.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  2393. package/js/components/icons/grid-2-rows.vue.js +72 -0
  2394. package/js/components/icons/grid-2-rows.vue.js.map +1 -0
  2395. package/js/components/icons/grid-2-rows.vue_rollup-plugin-vue_script.vue.js +4 -0
  2396. package/js/components/icons/grid-2-rows.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  2397. package/js/components/icons/grid-4-col.vue.js +65 -0
  2398. package/js/components/icons/grid-4-col.vue.js.map +1 -0
  2399. package/js/components/icons/grid-4-col.vue_rollup-plugin-vue_script.vue.js +4 -0
  2400. package/js/components/icons/grid-4-col.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  2401. package/js/components/icons/heart-filled.vue.js +67 -0
  2402. package/js/components/icons/heart-filled.vue.js.map +1 -0
  2403. package/js/components/icons/heart-filled.vue_rollup-plugin-vue_script.vue.js +4 -0
  2404. package/js/components/icons/heart-filled.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  2405. package/js/components/icons/heart.vue.js +66 -0
  2406. package/js/components/icons/heart.vue.js.map +1 -0
  2407. package/js/components/icons/heart.vue_rollup-plugin-vue_script.vue.js +4 -0
  2408. package/js/components/icons/heart.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  2409. package/js/components/icons/hide.vue.js +21 -32
  2410. package/js/components/icons/hide.vue.js.map +1 -1
  2411. package/js/components/icons/hide.vue_rollup-plugin-vue_script.vue.js +4 -0
  2412. package/js/components/icons/hide.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  2413. package/js/components/icons/history-tiny.vue.js +30 -29
  2414. package/js/components/icons/history-tiny.vue.js.map +1 -1
  2415. package/js/components/icons/history-tiny.vue_rollup-plugin-vue_script.vue.js +4 -0
  2416. package/js/components/icons/history-tiny.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  2417. package/js/components/icons/history.vue.js +30 -29
  2418. package/js/components/icons/history.vue.js.map +1 -1
  2419. package/js/components/icons/history.vue_rollup-plugin-vue_script.vue.js +4 -0
  2420. package/js/components/icons/history.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  2421. package/js/components/icons/light-bulb-off.vue.js +73 -0
  2422. package/js/components/icons/light-bulb-off.vue.js.map +1 -0
  2423. package/js/components/icons/light-bulb-off.vue_rollup-plugin-vue_script.vue.js +4 -0
  2424. package/js/components/icons/light-bulb-off.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  2425. package/js/components/icons/light-bulb-on.vue.js +81 -0
  2426. package/js/components/icons/light-bulb-on.vue.js.map +1 -0
  2427. package/js/components/icons/light-bulb-on.vue_rollup-plugin-vue_script.vue.js +4 -0
  2428. package/js/components/icons/light-bulb-on.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  2429. package/js/components/icons/menu.vue.js +21 -22
  2430. package/js/components/icons/menu.vue.js.map +1 -1
  2431. package/js/components/icons/menu.vue_rollup-plugin-vue_script.vue.js +4 -0
  2432. package/js/components/icons/menu.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  2433. package/js/components/icons/minus-tiny.vue.js +21 -14
  2434. package/js/components/icons/minus-tiny.vue.js.map +1 -1
  2435. package/js/components/icons/minus-tiny.vue_rollup-plugin-vue_script.vue.js +4 -0
  2436. package/js/components/icons/minus-tiny.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  2437. package/js/components/icons/minus.vue.js +21 -14
  2438. package/js/components/icons/minus.vue.js.map +1 -1
  2439. package/js/components/icons/minus.vue_rollup-plugin-vue_script.vue.js +4 -0
  2440. package/js/components/icons/minus.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  2441. package/js/components/icons/plus-tiny.vue.js +66 -0
  2442. package/js/components/icons/plus-tiny.vue.js.map +1 -0
  2443. package/js/components/icons/plus-tiny.vue_rollup-plugin-vue_script.vue.js +4 -0
  2444. package/js/components/icons/plus-tiny.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  2445. package/js/components/icons/plus.vue.js +21 -14
  2446. package/js/components/icons/plus.vue.js.map +1 -1
  2447. package/js/components/icons/plus.vue_rollup-plugin-vue_script.vue.js +4 -0
  2448. package/js/components/icons/plus.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  2449. package/js/components/icons/radiobutton-selected.vue.js +81 -0
  2450. package/js/components/icons/radiobutton-selected.vue.js.map +1 -0
  2451. package/js/components/icons/radiobutton-selected.vue_rollup-plugin-vue_script.vue.js +4 -0
  2452. package/js/components/icons/radiobutton-selected.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  2453. package/js/components/icons/radiobutton-unselected.vue.js +73 -0
  2454. package/js/components/icons/radiobutton-unselected.vue.js.map +1 -0
  2455. package/js/components/icons/radiobutton-unselected.vue_rollup-plugin-vue_script.vue.js +4 -0
  2456. package/js/components/icons/radiobutton-unselected.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  2457. package/js/components/icons/search-tiny.vue.js +21 -18
  2458. package/js/components/icons/search-tiny.vue.js.map +1 -1
  2459. package/js/components/icons/search-tiny.vue_rollup-plugin-vue_script.vue.js +4 -0
  2460. package/js/components/icons/search-tiny.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  2461. package/js/components/icons/search.vue.js +21 -20
  2462. package/js/components/icons/search.vue.js.map +1 -1
  2463. package/js/components/icons/search.vue_rollup-plugin-vue_script.vue.js +4 -0
  2464. package/js/components/icons/search.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  2465. package/js/components/icons/settings.vue.js +82 -0
  2466. package/js/components/icons/settings.vue.js.map +1 -0
  2467. package/js/components/icons/settings.vue_rollup-plugin-vue_script.vue.js +4 -0
  2468. package/js/components/icons/settings.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  2469. package/js/components/icons/show.vue.js +32 -22
  2470. package/js/components/icons/show.vue.js.map +1 -1
  2471. package/js/components/icons/show.vue_rollup-plugin-vue_script.vue.js +4 -0
  2472. package/js/components/icons/show.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  2473. package/js/components/icons/sort-az.vue.js +94 -0
  2474. package/js/components/icons/sort-az.vue.js.map +1 -0
  2475. package/js/components/icons/sort-az.vue_rollup-plugin-vue_script.vue.js +4 -0
  2476. package/js/components/icons/sort-az.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  2477. package/js/components/icons/sort-price-down.vue.js +102 -0
  2478. package/js/components/icons/sort-price-down.vue.js.map +1 -0
  2479. package/js/components/icons/sort-price-down.vue_rollup-plugin-vue_script.vue.js +4 -0
  2480. package/js/components/icons/sort-price-down.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  2481. package/js/components/icons/sort-price-up.vue.js +102 -0
  2482. package/js/components/icons/sort-price-up.vue.js.map +1 -0
  2483. package/js/components/icons/sort-price-up.vue_rollup-plugin-vue_script.vue.js +4 -0
  2484. package/js/components/icons/sort-price-up.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  2485. package/js/components/icons/sort-relevancy.vue.js +84 -0
  2486. package/js/components/icons/sort-relevancy.vue.js.map +1 -0
  2487. package/js/components/icons/sort-relevancy.vue_rollup-plugin-vue_script.vue.js +4 -0
  2488. package/js/components/icons/sort-relevancy.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  2489. package/js/components/icons/sort-za.vue.js +94 -0
  2490. package/js/components/icons/sort-za.vue.js.map +1 -0
  2491. package/js/components/icons/sort-za.vue_rollup-plugin-vue_script.vue.js +4 -0
  2492. package/js/components/icons/sort-za.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  2493. package/js/components/icons/star-filled.vue.js +76 -0
  2494. package/js/components/icons/star-filled.vue.js.map +1 -0
  2495. package/js/components/icons/star-filled.vue_rollup-plugin-vue_script.vue.js +4 -0
  2496. package/js/components/icons/star-filled.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  2497. package/js/components/icons/star.vue.js +23 -18
  2498. package/js/components/icons/star.vue.js.map +1 -1
  2499. package/js/components/icons/star.vue_rollup-plugin-vue_script.vue.js +4 -0
  2500. package/js/components/icons/star.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  2501. package/js/components/icons/tag-filled.vue.js +76 -0
  2502. package/js/components/icons/tag-filled.vue.js.map +1 -0
  2503. package/js/components/icons/tag-filled.vue_rollup-plugin-vue_script.vue.js +4 -0
  2504. package/js/components/icons/tag-filled.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  2505. package/js/components/icons/tag.vue.js +28 -12
  2506. package/js/components/icons/tag.vue.js.map +1 -1
  2507. package/js/components/icons/tag.vue_rollup-plugin-vue_script.vue.js +4 -0
  2508. package/js/components/icons/tag.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  2509. package/js/components/icons/trash-open.vue.js +57 -45
  2510. package/js/components/icons/trash-open.vue.js.map +1 -1
  2511. package/js/components/icons/trash-open.vue_rollup-plugin-vue_script.vue.js +4 -0
  2512. package/js/components/icons/trash-open.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  2513. package/js/components/icons/trash.vue.js +57 -28
  2514. package/js/components/icons/trash.vue.js.map +1 -1
  2515. package/js/components/icons/trash.vue_rollup-plugin-vue_script.vue.js +4 -0
  2516. package/js/components/icons/trash.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  2517. package/js/components/icons/trending-tiny.vue.js +30 -28
  2518. package/js/components/icons/trending-tiny.vue.js.map +1 -1
  2519. package/js/components/icons/trending-tiny.vue_rollup-plugin-vue_script.vue.js +4 -0
  2520. package/js/components/icons/trending-tiny.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  2521. package/js/components/icons/trending.vue.js +30 -28
  2522. package/js/components/icons/trending.vue.js.map +1 -1
  2523. package/js/components/icons/trending.vue_rollup-plugin-vue_script.vue.js +4 -0
  2524. package/js/components/icons/trending.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  2525. package/js/components/icons/user-filled.vue.js +72 -0
  2526. package/js/components/icons/user-filled.vue.js.map +1 -0
  2527. package/js/components/icons/user-filled.vue_rollup-plugin-vue_script.vue.js +4 -0
  2528. package/js/components/icons/user-filled.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  2529. package/js/components/icons/user.vue.js +21 -20
  2530. package/js/components/icons/user.vue.js.map +1 -1
  2531. package/js/components/icons/user.vue_rollup-plugin-vue_script.vue.js +4 -0
  2532. package/js/components/icons/user.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  2533. package/js/components/items-list-injection.mixin.js +22 -31
  2534. package/js/components/items-list-injection.mixin.js.map +1 -1
  2535. package/js/components/items-list.vue.js +11 -10
  2536. package/js/components/items-list.vue.js.map +1 -1
  2537. package/js/components/items-list.vue_rollup-plugin-vue_script.vue.js +44 -0
  2538. package/js/components/items-list.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  2539. package/js/components/layouts/fixed-header-and-asides-layout.vue.js +71 -48
  2540. package/js/components/layouts/fixed-header-and-asides-layout.vue.js.map +1 -1
  2541. package/js/components/layouts/fixed-header-and-asides-layout.vue_rollup-plugin-vue_script.vue.js +43 -0
  2542. package/js/components/layouts/fixed-header-and-asides-layout.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  2543. package/js/components/layouts/fixed-header-and-asides-layout.vue_rollup-plugin-vue_styles.0.vue.js +16 -0
  2544. package/js/components/layouts/fixed-header-and-asides-layout.vue_rollup-plugin-vue_styles.0.vue.js.map +1 -0
  2545. package/js/components/layouts/layouts.mixin.js +16 -25
  2546. package/js/components/layouts/layouts.mixin.js.map +1 -1
  2547. package/js/components/layouts/multi-column-max-width-layout.vue.js +82 -59
  2548. package/js/components/layouts/multi-column-max-width-layout.vue.js.map +1 -1
  2549. package/js/components/layouts/multi-column-max-width-layout.vue_rollup-plugin-vue_script.vue.js +30 -0
  2550. package/js/components/layouts/multi-column-max-width-layout.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  2551. package/js/components/layouts/multi-column-max-width-layout.vue_rollup-plugin-vue_styles.0.vue.js +16 -0
  2552. package/js/components/layouts/multi-column-max-width-layout.vue_rollup-plugin-vue_styles.0.vue.js.map +1 -0
  2553. package/js/components/layouts/multi-column-max-width-layout.vue_rollup-plugin-vue_styles.1.vue.js +16 -0
  2554. package/js/components/layouts/multi-column-max-width-layout.vue_rollup-plugin-vue_styles.1.vue.js.map +1 -0
  2555. package/js/components/layouts/single-column-layout.vue.js +89 -54
  2556. package/js/components/layouts/single-column-layout.vue.js.map +1 -1
  2557. package/js/components/layouts/single-column-layout.vue_rollup-plugin-vue_script.vue.js +31 -0
  2558. package/js/components/layouts/single-column-layout.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  2559. package/js/components/layouts/single-column-layout.vue_rollup-plugin-vue_styles.0.vue.js +16 -0
  2560. package/js/components/layouts/single-column-layout.vue_rollup-plugin-vue_styles.0.vue.js.map +1 -0
  2561. package/js/components/location-provider.vue.js +9 -9
  2562. package/js/components/location-provider.vue.js.map +1 -1
  2563. package/js/components/location-provider.vue_rollup-plugin-vue_script.vue.js +23 -0
  2564. package/js/components/location-provider.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  2565. package/js/components/modals/base-events-modal-close.vue.js +15 -11
  2566. package/js/components/modals/base-events-modal-close.vue.js.map +1 -1
  2567. package/js/components/modals/base-events-modal-close.vue_rollup-plugin-vue_script.vue.js +28 -0
  2568. package/js/components/modals/base-events-modal-close.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  2569. package/js/components/modals/base-events-modal-open.vue.js +15 -11
  2570. package/js/components/modals/base-events-modal-open.vue.js.map +1 -1
  2571. package/js/components/modals/base-events-modal-open.vue_rollup-plugin-vue_script.vue.js +28 -0
  2572. package/js/components/modals/base-events-modal-open.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  2573. package/js/components/modals/base-events-modal.vue.js +20 -15
  2574. package/js/components/modals/base-events-modal.vue.js.map +1 -1
  2575. package/js/components/modals/base-events-modal.vue_rollup-plugin-vue_script.vue.js +94 -0
  2576. package/js/components/modals/base-events-modal.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  2577. package/js/components/modals/base-id-modal-close.vue.js +30 -18
  2578. package/js/components/modals/base-id-modal-close.vue.js.map +1 -1
  2579. package/js/components/modals/base-id-modal-close.vue_rollup-plugin-vue_script.vue.js +35 -0
  2580. package/js/components/modals/base-id-modal-close.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  2581. package/js/components/modals/base-id-modal-open.vue.js +30 -18
  2582. package/js/components/modals/base-id-modal-open.vue.js.map +1 -1
  2583. package/js/components/modals/base-id-modal-open.vue_rollup-plugin-vue_script.vue.js +35 -0
  2584. package/js/components/modals/base-id-modal-open.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  2585. package/js/components/modals/base-id-modal.vue.js +20 -15
  2586. package/js/components/modals/base-id-modal.vue.js.map +1 -1
  2587. package/js/components/modals/base-id-modal.vue_rollup-plugin-vue_script.vue.js +83 -0
  2588. package/js/components/modals/base-id-modal.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  2589. package/js/components/modals/base-modal.vue.js +62 -43
  2590. package/js/components/modals/base-modal.vue.js.map +1 -1
  2591. package/js/components/modals/base-modal.vue_rollup-plugin-vue_script.vue.js +195 -0
  2592. package/js/components/modals/base-modal.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  2593. package/js/components/modals/base-modal.vue_rollup-plugin-vue_styles.0.vue.js +16 -0
  2594. package/js/components/modals/base-modal.vue_rollup-plugin-vue_styles.0.vue.js.map +1 -0
  2595. package/js/components/modals/close-main-modal.vue.js +61 -0
  2596. package/js/components/modals/close-main-modal.vue.js.map +1 -0
  2597. package/js/components/modals/close-main-modal.vue_rollup-plugin-vue_script.vue.js +32 -0
  2598. package/js/components/modals/close-main-modal.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  2599. package/js/components/modals/main-modal.vue.js +67 -0
  2600. package/js/components/modals/main-modal.vue.js.map +1 -0
  2601. package/js/components/modals/main-modal.vue_rollup-plugin-vue_script.vue.js +51 -0
  2602. package/js/components/modals/main-modal.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  2603. package/js/components/modals/open-main-modal.vue.js +61 -0
  2604. package/js/components/modals/open-main-modal.vue.js.map +1 -0
  2605. package/js/components/modals/open-main-modal.vue_rollup-plugin-vue_script.vue.js +32 -0
  2606. package/js/components/modals/open-main-modal.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  2607. package/js/components/no-element.js +3 -4
  2608. package/js/components/no-element.js.map +1 -1
  2609. package/js/components/panels/base-header-toggle-panel.vue.js +18 -19
  2610. package/js/components/panels/base-header-toggle-panel.vue.js.map +1 -1
  2611. package/js/components/panels/base-header-toggle-panel.vue_rollup-plugin-vue_script.vue.js +57 -0
  2612. package/js/components/panels/base-header-toggle-panel.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  2613. package/js/components/panels/base-header-toggle-panel.vue_rollup-plugin-vue_styles.0.vue.js +16 -0
  2614. package/js/components/panels/base-header-toggle-panel.vue_rollup-plugin-vue_styles.0.vue.js.map +1 -0
  2615. package/js/components/panels/base-id-toggle-panel-button.vue.js +15 -11
  2616. package/js/components/panels/base-id-toggle-panel-button.vue.js.map +1 -1
  2617. package/js/components/panels/base-id-toggle-panel-button.vue_rollup-plugin-vue_script.vue.js +61 -0
  2618. package/js/components/panels/base-id-toggle-panel-button.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  2619. package/js/components/panels/base-id-toggle-panel.vue.js +9 -9
  2620. package/js/components/panels/base-id-toggle-panel.vue.js.map +1 -1
  2621. package/js/components/panels/base-id-toggle-panel.vue_rollup-plugin-vue_script.vue.js +78 -0
  2622. package/js/components/panels/base-id-toggle-panel.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  2623. package/js/components/panels/base-tabs-panel.vue.js +146 -0
  2624. package/js/components/panels/base-tabs-panel.vue.js.map +1 -0
  2625. package/js/components/panels/base-tabs-panel.vue_rollup-plugin-vue_script.vue.js +78 -0
  2626. package/js/components/panels/base-tabs-panel.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  2627. package/js/components/panels/base-tabs-panel.vue_rollup-plugin-vue_styles.0.vue.js +16 -0
  2628. package/js/components/panels/base-tabs-panel.vue_rollup-plugin-vue_styles.0.vue.js.map +1 -0
  2629. package/js/components/panels/base-toggle-panel.vue.js +11 -10
  2630. package/js/components/panels/base-toggle-panel.vue.js.map +1 -1
  2631. package/js/components/panels/base-toggle-panel.vue_rollup-plugin-vue_script.vue.js +25 -0
  2632. package/js/components/panels/base-toggle-panel.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  2633. package/js/components/result/base-result-add-to-cart.vue.js +16 -13
  2634. package/js/components/result/base-result-add-to-cart.vue.js.map +1 -1
  2635. package/js/components/result/base-result-add-to-cart.vue_rollup-plugin-vue_script.vue.js +35 -0
  2636. package/js/components/result/base-result-add-to-cart.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  2637. package/js/components/result/base-result-current-price.vue.js +13 -11
  2638. package/js/components/result/base-result-current-price.vue.js.map +1 -1
  2639. package/js/components/result/base-result-current-price.vue_rollup-plugin-vue_script.vue.js +40 -0
  2640. package/js/components/result/base-result-current-price.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  2641. package/js/components/result/base-result-fallback-image.vue.js +17 -16
  2642. package/js/components/result/base-result-fallback-image.vue.js.map +1 -1
  2643. package/js/components/result/base-result-fallback-image.vue_rollup-plugin-vue_script.vue.js +4 -0
  2644. package/js/components/result/base-result-fallback-image.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  2645. package/js/components/result/base-result-image.vue.js +55 -52
  2646. package/js/components/result/base-result-image.vue.js.map +1 -1
  2647. package/js/components/result/base-result-image.vue_rollup-plugin-vue_script.vue.js +143 -0
  2648. package/js/components/result/base-result-image.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  2649. package/js/components/result/base-result-image.vue_rollup-plugin-vue_styles.0.vue.js +16 -0
  2650. package/js/components/result/base-result-image.vue_rollup-plugin-vue_styles.0.vue.js.map +1 -0
  2651. package/js/components/result/base-result-link.vue.js +13 -16
  2652. package/js/components/result/base-result-link.vue.js.map +1 -1
  2653. package/js/components/result/base-result-link.vue_rollup-plugin-vue_script.vue.js +41 -0
  2654. package/js/components/result/base-result-link.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  2655. package/js/components/result/base-result-link.vue_rollup-plugin-vue_styles.0.vue.js +16 -0
  2656. package/js/components/result/base-result-link.vue_rollup-plugin-vue_styles.0.vue.js.map +1 -0
  2657. package/js/components/result/base-result-placeholder-image.vue.js +17 -16
  2658. package/js/components/result/base-result-placeholder-image.vue.js.map +1 -1
  2659. package/js/components/result/base-result-placeholder-image.vue_rollup-plugin-vue_script.vue.js +4 -0
  2660. package/js/components/result/base-result-placeholder-image.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  2661. package/js/components/result/base-result-previous-price.vue.js +13 -11
  2662. package/js/components/result/base-result-previous-price.vue.js.map +1 -1
  2663. package/js/components/result/base-result-previous-price.vue_rollup-plugin-vue_script.vue.js +27 -0
  2664. package/js/components/result/base-result-previous-price.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  2665. package/js/components/result/base-result-rating.vue.js +99 -0
  2666. package/js/components/result/base-result-rating.vue.js.map +1 -0
  2667. package/js/components/result/base-result-rating.vue_rollup-plugin-vue_script.vue.js +38 -0
  2668. package/js/components/result/base-result-rating.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  2669. package/js/components/result/base-result-rating.vue_rollup-plugin-vue_styles.0.vue.js +16 -0
  2670. package/js/components/result/base-result-rating.vue_rollup-plugin-vue_styles.0.vue.js.map +1 -0
  2671. package/js/components/result/result-variant-selector.vue.js +133 -0
  2672. package/js/components/result/result-variant-selector.vue.js.map +1 -0
  2673. package/js/components/result/result-variant-selector.vue_rollup-plugin-vue_script.vue.js +80 -0
  2674. package/js/components/result/result-variant-selector.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  2675. package/js/components/result/result-variant-selector.vue_rollup-plugin-vue_styles.0.vue.js +16 -0
  2676. package/js/components/result/result-variant-selector.vue_rollup-plugin-vue_styles.0.vue.js.map +1 -0
  2677. package/js/components/result/result-variants-provider.vue.js +39 -0
  2678. package/js/components/result/result-variants-provider.vue.js.map +1 -0
  2679. package/js/components/result/result-variants-provider.vue_rollup-plugin-vue_script.vue.js +130 -0
  2680. package/js/components/result/result-variants-provider.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  2681. package/js/components/scroll/base-scroll.vue.js +12 -15
  2682. package/js/components/scroll/base-scroll.vue.js.map +1 -1
  2683. package/js/components/scroll/base-scroll.vue_rollup-plugin-vue_script.vue.js +20 -0
  2684. package/js/components/scroll/base-scroll.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  2685. package/js/components/scroll/scroll.mixin.js +142 -168
  2686. package/js/components/scroll/scroll.mixin.js.map +1 -1
  2687. package/js/components/sliding-panel.vue.js +25 -24
  2688. package/js/components/sliding-panel.vue.js.map +1 -1
  2689. package/js/components/sliding-panel.vue_rollup-plugin-vue_script.vue.js +160 -0
  2690. package/js/components/sliding-panel.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  2691. package/js/components/sliding-panel.vue_rollup-plugin-vue_styles.0.vue.js +16 -0
  2692. package/js/components/sliding-panel.vue_rollup-plugin-vue_styles.0.vue.js.map +1 -0
  2693. package/js/components/snippet-callbacks.vue.js +9 -9
  2694. package/js/components/snippet-callbacks.vue.js.map +1 -1
  2695. package/js/components/snippet-callbacks.vue_rollup-plugin-vue_script.vue.js +51 -0
  2696. package/js/components/snippet-callbacks.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  2697. package/js/components/suggestions/base-suggestion.vue.js +25 -20
  2698. package/js/components/suggestions/base-suggestion.vue.js.map +1 -1
  2699. package/js/components/suggestions/base-suggestion.vue_rollup-plugin-vue_script.vue.js +113 -0
  2700. package/js/components/suggestions/base-suggestion.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  2701. package/js/components/suggestions/base-suggestions.vue.js +18 -18
  2702. package/js/components/suggestions/base-suggestions.vue.js.map +1 -1
  2703. package/js/components/suggestions/base-suggestions.vue_rollup-plugin-vue_script.vue.js +108 -0
  2704. package/js/components/suggestions/base-suggestions.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  2705. package/js/components/suggestions/base-suggestions.vue_rollup-plugin-vue_styles.0.vue.js +16 -0
  2706. package/js/components/suggestions/base-suggestions.vue_rollup-plugin-vue_styles.0.vue.js.map +1 -0
  2707. package/js/components/x-component.mixin.js.map +1 -1
  2708. package/js/components/x-component.utils.js +1 -2
  2709. package/js/components/x-component.utils.js.map +1 -1
  2710. package/js/composables/create-use-device.composable.js +160 -0
  2711. package/js/composables/create-use-device.composable.js.map +1 -0
  2712. package/js/composables/use-_x.js +15 -0
  2713. package/js/composables/use-_x.js.map +1 -0
  2714. package/js/directives/infinite-scroll/infinite-scroll.js +25 -28
  2715. package/js/directives/infinite-scroll/infinite-scroll.js.map +1 -1
  2716. package/js/index.js +208 -139
  2717. package/js/index.js.map +1 -1
  2718. package/js/plugins/devtools/colors.utils.js +49 -0
  2719. package/js/plugins/devtools/colors.utils.js.map +1 -0
  2720. package/js/plugins/devtools/devtools.plugin.js +31 -0
  2721. package/js/plugins/devtools/devtools.plugin.js.map +1 -0
  2722. package/js/plugins/devtools/timeline.devtools.js +108 -0
  2723. package/js/plugins/devtools/timeline.devtools.js.map +1 -0
  2724. package/js/plugins/devtools/wiring.devtools.js +118 -0
  2725. package/js/plugins/devtools/wiring.devtools.js.map +1 -0
  2726. package/js/plugins/x-bus.js +18 -65
  2727. package/js/plugins/x-bus.js.map +1 -1
  2728. package/js/plugins/x-emitters.js +24 -104
  2729. package/js/plugins/x-emitters.js.map +1 -1
  2730. package/js/plugins/x-plugin.alias.js +52 -45
  2731. package/js/plugins/x-plugin.alias.js.map +1 -1
  2732. package/js/plugins/x-plugin.js +130 -185
  2733. package/js/plugins/x-plugin.js.map +1 -1
  2734. package/js/plugins/x-plugin.mixin.js +29 -19
  2735. package/js/plugins/x-plugin.mixin.js.map +1 -1
  2736. package/js/plugins/x-plugin.utils.js +2 -1
  2737. package/js/plugins/x-plugin.utils.js.map +1 -1
  2738. package/js/services/directional-focus-navigation.service.js +73 -78
  2739. package/js/services/directional-focus-navigation.service.js.map +1 -1
  2740. package/js/services/state-machine.service.js +30 -0
  2741. package/js/services/state-machine.service.js.map +1 -0
  2742. package/js/store/utils/fetch-and-save-action.utils.js +17 -13
  2743. package/js/store/utils/fetch-and-save-action.utils.js.map +1 -1
  2744. package/js/store/utils/getters-proxy.utils.js +11 -15
  2745. package/js/store/utils/getters-proxy.utils.js.map +1 -1
  2746. package/js/store/utils/query.utils.js +37 -0
  2747. package/js/store/utils/query.utils.js.map +1 -0
  2748. package/js/store/utils/status-store.utils.js.map +1 -1
  2749. package/js/store/utils/store-emitters.utils.js.map +1 -1
  2750. package/js/store/x.module.js +4 -3
  2751. package/js/store/x.module.js.map +1 -1
  2752. package/js/utils/array.js +31 -62
  2753. package/js/utils/array.js.map +1 -1
  2754. package/js/utils/cancellable-promise.js +6 -6
  2755. package/js/utils/cancellable-promise.js.map +1 -1
  2756. package/js/utils/clone.js.map +1 -1
  2757. package/js/utils/currency-formatter.js +18 -21
  2758. package/js/utils/currency-formatter.js.map +1 -1
  2759. package/js/utils/debounce.js +9 -14
  2760. package/js/utils/debounce.js.map +1 -1
  2761. package/js/utils/filters.js +2 -2
  2762. package/js/utils/filters.js.map +1 -1
  2763. package/js/utils/focus.js +11 -0
  2764. package/js/utils/focus.js.map +1 -0
  2765. package/js/utils/function.js.map +1 -1
  2766. package/js/utils/get-url-parameters.js +3 -3
  2767. package/js/utils/get-url-parameters.js.map +1 -1
  2768. package/js/utils/html.js +18 -1
  2769. package/js/utils/html.js.map +1 -1
  2770. package/js/utils/is-new-query.js +48 -0
  2771. package/js/utils/is-new-query.js.map +1 -0
  2772. package/js/utils/normalize.js +4 -5
  2773. package/js/utils/normalize.js.map +1 -1
  2774. package/js/utils/number.js +1 -2
  2775. package/js/utils/number.js.map +1 -1
  2776. package/js/utils/origin.js +2 -3
  2777. package/js/utils/origin.js.map +1 -1
  2778. package/js/utils/sanitize.js +3 -3
  2779. package/js/utils/sanitize.js.map +1 -1
  2780. package/js/utils/storage.js +2 -2
  2781. package/js/utils/storage.js.map +1 -1
  2782. package/js/utils/string.js +1 -1
  2783. package/js/utils/string.js.map +1 -1
  2784. package/js/utils/throttle.js +6 -10
  2785. package/js/utils/throttle.js.map +1 -1
  2786. package/js/wiring/namespaced-wires.factory.js +9 -13
  2787. package/js/wiring/namespaced-wires.factory.js.map +1 -1
  2788. package/js/wiring/namespaced-wires.operators.js +2 -7
  2789. package/js/wiring/namespaced-wires.operators.js.map +1 -1
  2790. package/js/wiring/wires-operators.utils.js +6 -7
  2791. package/js/wiring/wires-operators.utils.js.map +1 -1
  2792. package/js/wiring/wires.factory.js +22 -29
  2793. package/js/wiring/wires.factory.js.map +1 -1
  2794. package/js/wiring/wires.operators.js +17 -40
  2795. package/js/wiring/wires.operators.js.map +1 -1
  2796. package/js/wiring/wiring.utils.js.map +1 -1
  2797. package/js/x-installer/api/base-api.js +53 -19
  2798. package/js/x-installer/api/base-api.js.map +1 -1
  2799. package/js/x-installer/x-installer/x-installer.js +132 -147
  2800. package/js/x-installer/x-installer/x-installer.js.map +1 -1
  2801. package/js/x-modules/device/components/device-detector.vue.js +9 -9
  2802. package/js/x-modules/device/components/device-detector.vue.js.map +1 -1
  2803. package/js/x-modules/device/components/device-detector.vue_rollup-plugin-vue_script.vue.js +122 -0
  2804. package/js/x-modules/device/components/device-detector.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  2805. package/js/x-modules/device/store/emitters.js +1 -4
  2806. package/js/x-modules/device/store/emitters.js.map +1 -1
  2807. package/js/x-modules/device/store/module.js +4 -4
  2808. package/js/x-modules/device/store/module.js.map +1 -1
  2809. package/js/x-modules/device/wiring.js +5 -5
  2810. package/js/x-modules/device/wiring.js.map +1 -1
  2811. package/js/x-modules/device/x-module.js +2 -2
  2812. package/js/x-modules/device/x-module.js.map +1 -1
  2813. package/js/x-modules/empathize/components/empathize.vue.js +43 -25
  2814. package/js/x-modules/empathize/components/empathize.vue.js.map +1 -1
  2815. package/js/x-modules/empathize/components/empathize.vue_rollup-plugin-vue_script.vue.js +123 -0
  2816. package/js/x-modules/empathize/components/empathize.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  2817. package/js/x-modules/empathize/store/emitters.js +1 -4
  2818. package/js/x-modules/empathize/store/emitters.js.map +1 -1
  2819. package/js/x-modules/empathize/store/module.js +4 -4
  2820. package/js/x-modules/empathize/store/module.js.map +1 -1
  2821. package/js/x-modules/empathize/wiring.js +6 -6
  2822. package/js/x-modules/empathize/wiring.js.map +1 -1
  2823. package/js/x-modules/empathize/x-module.js +2 -2
  2824. package/js/x-modules/empathize/x-module.js.map +1 -1
  2825. package/js/x-modules/extra-params/components/extra-params.vue.js +9 -9
  2826. package/js/x-modules/extra-params/components/extra-params.vue.js.map +1 -1
  2827. package/js/x-modules/extra-params/components/extra-params.vue_rollup-plugin-vue_script.vue.js +184 -0
  2828. package/js/x-modules/extra-params/components/extra-params.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  2829. package/js/x-modules/extra-params/components/renderless-extra-param.vue.js +11 -10
  2830. package/js/x-modules/extra-params/components/renderless-extra-param.vue.js.map +1 -1
  2831. package/js/x-modules/extra-params/components/renderless-extra-param.vue_rollup-plugin-vue_script.vue.js +197 -0
  2832. package/js/x-modules/extra-params/components/renderless-extra-param.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  2833. package/js/x-modules/extra-params/components/snippet-config-extra-params.vue.js +9 -9
  2834. package/js/x-modules/extra-params/components/snippet-config-extra-params.vue.js.map +1 -1
  2835. package/js/x-modules/extra-params/components/snippet-config-extra-params.vue_rollup-plugin-vue_script.vue.js +76 -0
  2836. package/js/x-modules/extra-params/components/snippet-config-extra-params.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  2837. package/js/x-modules/extra-params/store/emitters.js +5 -5
  2838. package/js/x-modules/extra-params/store/emitters.js.map +1 -1
  2839. package/js/x-modules/extra-params/store/module.js +5 -7
  2840. package/js/x-modules/extra-params/store/module.js.map +1 -1
  2841. package/js/x-modules/extra-params/wiring.js +9 -10
  2842. package/js/x-modules/extra-params/wiring.js.map +1 -1
  2843. package/js/x-modules/extra-params/x-module.js +2 -2
  2844. package/js/x-modules/extra-params/x-module.js.map +1 -1
  2845. package/js/x-modules/facets/components/clear-filters.vue.js +18 -18
  2846. package/js/x-modules/facets/components/clear-filters.vue.js.map +1 -1
  2847. package/js/x-modules/facets/components/clear-filters.vue_rollup-plugin-vue_script.vue.js +196 -0
  2848. package/js/x-modules/facets/components/clear-filters.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  2849. package/js/x-modules/facets/components/facets/facets-provider.vue.js +13 -16
  2850. package/js/x-modules/facets/components/facets/facets-provider.vue.js.map +1 -1
  2851. package/js/x-modules/facets/components/facets/facets-provider.vue_rollup-plugin-vue_script.vue.js +245 -0
  2852. package/js/x-modules/facets/components/facets/facets-provider.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  2853. package/js/x-modules/facets/components/facets/facets-provider.vue_rollup-plugin-vue_styles.0.vue.js +16 -0
  2854. package/js/x-modules/facets/components/facets/facets-provider.vue_rollup-plugin-vue_styles.0.vue.js.map +1 -0
  2855. package/js/x-modules/facets/components/facets/facets.vue.js +29 -24
  2856. package/js/x-modules/facets/components/facets/facets.vue.js.map +1 -1
  2857. package/js/x-modules/facets/components/facets/facets.vue_rollup-plugin-vue_script.vue.js +109 -0
  2858. package/js/x-modules/facets/components/facets/facets.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  2859. package/js/x-modules/facets/components/facets/facets.vue_rollup-plugin-vue_styles.0.vue.js +16 -0
  2860. package/js/x-modules/facets/components/facets/facets.vue_rollup-plugin-vue_styles.0.vue.js.map +1 -0
  2861. package/js/x-modules/facets/components/facets.mixin.js +67 -0
  2862. package/js/x-modules/facets/components/facets.mixin.js.map +1 -0
  2863. package/js/x-modules/facets/components/filters/all-filter.vue.js +13 -12
  2864. package/js/x-modules/facets/components/filters/all-filter.vue.js.map +1 -1
  2865. package/js/x-modules/facets/components/filters/all-filter.vue_rollup-plugin-vue_script.vue.js +213 -0
  2866. package/js/x-modules/facets/components/filters/all-filter.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  2867. package/js/x-modules/facets/components/filters/editable-number-range-filter.vue.js +37 -29
  2868. package/js/x-modules/facets/components/filters/editable-number-range-filter.vue.js.map +1 -1
  2869. package/js/x-modules/facets/components/filters/editable-number-range-filter.vue_rollup-plugin-vue_script.vue.js +193 -0
  2870. package/js/x-modules/facets/components/filters/editable-number-range-filter.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  2871. package/js/x-modules/facets/components/filters/editable-number-range-filter.vue_rollup-plugin-vue_styles.0.vue.js +16 -0
  2872. package/js/x-modules/facets/components/filters/editable-number-range-filter.vue_rollup-plugin-vue_styles.0.vue.js.map +1 -0
  2873. package/js/x-modules/facets/components/filters/hierarchical-filter.vue.js +33 -21
  2874. package/js/x-modules/facets/components/filters/hierarchical-filter.vue.js.map +1 -1
  2875. package/js/x-modules/facets/components/filters/hierarchical-filter.vue_rollup-plugin-vue_script.vue.js +114 -0
  2876. package/js/x-modules/facets/components/filters/hierarchical-filter.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  2877. package/js/x-modules/facets/components/filters/number-range-filter.vue.js +56 -14
  2878. package/js/x-modules/facets/components/filters/number-range-filter.vue.js.map +1 -1
  2879. package/js/x-modules/facets/components/filters/number-range-filter.vue_rollup-plugin-vue_script.vue.js +197 -0
  2880. package/js/x-modules/facets/components/filters/number-range-filter.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  2881. package/js/x-modules/facets/components/filters/renderless-filter.vue.js +9 -9
  2882. package/js/x-modules/facets/components/filters/renderless-filter.vue.js.map +1 -1
  2883. package/js/x-modules/facets/components/filters/renderless-filter.vue_rollup-plugin-vue_script.vue.js +227 -0
  2884. package/js/x-modules/facets/components/filters/renderless-filter.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  2885. package/js/x-modules/facets/components/filters/simple-filter.vue.js +18 -14
  2886. package/js/x-modules/facets/components/filters/simple-filter.vue.js.map +1 -1
  2887. package/js/x-modules/facets/components/filters/simple-filter.vue_rollup-plugin-vue_script.vue.js +197 -0
  2888. package/js/x-modules/facets/components/filters/simple-filter.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  2889. package/js/x-modules/facets/components/lists/exclude-filters-with-no-results.vue.js +9 -9
  2890. package/js/x-modules/facets/components/lists/exclude-filters-with-no-results.vue.js.map +1 -1
  2891. package/js/x-modules/facets/components/lists/exclude-filters-with-no-results.vue_rollup-plugin-vue_script.vue.js +189 -0
  2892. package/js/x-modules/facets/components/lists/exclude-filters-with-no-results.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  2893. package/js/x-modules/facets/components/lists/filters-injection.mixin.js +44 -57
  2894. package/js/x-modules/facets/components/lists/filters-injection.mixin.js.map +1 -1
  2895. package/js/x-modules/facets/components/lists/filters-list.vue.js +14 -17
  2896. package/js/x-modules/facets/components/lists/filters-list.vue.js.map +1 -1
  2897. package/js/x-modules/facets/components/lists/filters-list.vue_rollup-plugin-vue_script.vue.js +202 -0
  2898. package/js/x-modules/facets/components/lists/filters-list.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  2899. package/js/x-modules/facets/components/lists/filters-list.vue_rollup-plugin-vue_styles.0.vue.js +16 -0
  2900. package/js/x-modules/facets/components/lists/filters-list.vue_rollup-plugin-vue_styles.0.vue.js.map +1 -0
  2901. package/js/x-modules/facets/components/lists/filters-search.vue.js +24 -22
  2902. package/js/x-modules/facets/components/lists/filters-search.vue.js.map +1 -1
  2903. package/js/x-modules/facets/components/lists/filters-search.vue_rollup-plugin-vue_script.vue.js +233 -0
  2904. package/js/x-modules/facets/components/lists/filters-search.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  2905. package/js/x-modules/facets/components/lists/filters-search.vue_rollup-plugin-vue_styles.0.vue.js +16 -0
  2906. package/js/x-modules/facets/components/lists/filters-search.vue_rollup-plugin-vue_styles.0.vue.js.map +1 -0
  2907. package/js/x-modules/facets/components/lists/selected-filters-list.vue.js +23 -19
  2908. package/js/x-modules/facets/components/lists/selected-filters-list.vue.js.map +1 -1
  2909. package/js/x-modules/facets/components/lists/selected-filters-list.vue_rollup-plugin-vue_script.vue.js +52 -0
  2910. package/js/x-modules/facets/components/lists/selected-filters-list.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  2911. package/js/x-modules/facets/components/lists/selected-filters.vue.js +12 -11
  2912. package/js/x-modules/facets/components/lists/selected-filters.vue.js.map +1 -1
  2913. package/js/x-modules/facets/components/lists/selected-filters.vue_rollup-plugin-vue_script.vue.js +175 -0
  2914. package/js/x-modules/facets/components/lists/selected-filters.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  2915. package/js/x-modules/facets/components/lists/sliced-filters.vue.js +27 -20
  2916. package/js/x-modules/facets/components/lists/sliced-filters.vue.js.map +1 -1
  2917. package/js/x-modules/facets/components/lists/sliced-filters.vue_rollup-plugin-vue_script.vue.js +231 -0
  2918. package/js/x-modules/facets/components/lists/sliced-filters.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  2919. package/js/x-modules/facets/components/lists/sorted-filters.vue.js +9 -9
  2920. package/js/x-modules/facets/components/lists/sorted-filters.vue.js.map +1 -1
  2921. package/js/x-modules/facets/components/lists/sorted-filters.vue_rollup-plugin-vue_script.vue.js +191 -0
  2922. package/js/x-modules/facets/components/lists/sorted-filters.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  2923. package/js/x-modules/facets/components/preselected-filters.vue.js +39 -0
  2924. package/js/x-modules/facets/components/preselected-filters.vue.js.map +1 -0
  2925. package/js/x-modules/facets/components/preselected-filters.vue_rollup-plugin-vue_script.vue.js +39 -0
  2926. package/js/x-modules/facets/components/preselected-filters.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  2927. package/js/x-modules/facets/entities/add-facet-if-not-present.js.map +1 -1
  2928. package/js/x-modules/facets/entities/editable-number-range-filter.entity.js +34 -28
  2929. package/js/x-modules/facets/entities/editable-number-range-filter.entity.js.map +1 -1
  2930. package/js/x-modules/facets/entities/filter-entity.factory.js +57 -32
  2931. package/js/x-modules/facets/entities/filter-entity.factory.js.map +1 -1
  2932. package/js/x-modules/facets/entities/hierarchical-filter.entity.js +27 -32
  2933. package/js/x-modules/facets/entities/hierarchical-filter.entity.js.map +1 -1
  2934. package/js/x-modules/facets/entities/number-range-filter.entity.js +10 -12
  2935. package/js/x-modules/facets/entities/number-range-filter.entity.js.map +1 -1
  2936. package/js/x-modules/facets/entities/raw-filter.entity.js +9 -10
  2937. package/js/x-modules/facets/entities/raw-filter.entity.js.map +1 -1
  2938. package/js/x-modules/facets/entities/simple-filter.entity.js +10 -12
  2939. package/js/x-modules/facets/entities/simple-filter.entity.js.map +1 -1
  2940. package/js/x-modules/facets/entities/single-select.modifier.js +23 -36
  2941. package/js/x-modules/facets/entities/single-select.modifier.js.map +1 -1
  2942. package/js/x-modules/facets/entities/sticky.modifier.js +35 -0
  2943. package/js/x-modules/facets/entities/sticky.modifier.js.map +1 -0
  2944. package/js/x-modules/facets/entities/types.js +9 -9
  2945. package/js/x-modules/facets/entities/types.js.map +1 -1
  2946. package/js/x-modules/facets/service/facets.service.js +122 -106
  2947. package/js/x-modules/facets/service/facets.service.js.map +1 -1
  2948. package/js/x-modules/facets/store/emitters.js +19 -4
  2949. package/js/x-modules/facets/store/emitters.js.map +1 -1
  2950. package/js/x-modules/facets/store/getters/facets.getter.js +9 -12
  2951. package/js/x-modules/facets/store/getters/facets.getter.js.map +1 -1
  2952. package/js/x-modules/facets/store/getters/selected-filters-by-facet.getter.js +6 -8
  2953. package/js/x-modules/facets/store/getters/selected-filters-by-facet.getter.js.map +1 -1
  2954. package/js/x-modules/facets/store/getters/selected-filters-for-request.getter.js +28 -0
  2955. package/js/x-modules/facets/store/getters/selected-filters-for-request.getter.js.map +1 -0
  2956. package/js/x-modules/facets/store/getters/selected-filters.getter.js +10 -3
  2957. package/js/x-modules/facets/store/getters/selected-filters.getter.js.map +1 -1
  2958. package/js/x-modules/facets/store/module.js +46 -23
  2959. package/js/x-modules/facets/store/module.js.map +1 -1
  2960. package/js/x-modules/facets/utils.js +10 -38
  2961. package/js/x-modules/facets/utils.js.map +1 -1
  2962. package/js/x-modules/facets/wiring.js +85 -27
  2963. package/js/x-modules/facets/wiring.js.map +1 -1
  2964. package/js/x-modules/facets/x-module.js +2 -2
  2965. package/js/x-modules/facets/x-module.js.map +1 -1
  2966. package/js/x-modules/history-queries/components/clear-history-queries.vue.js +13 -11
  2967. package/js/x-modules/history-queries/components/clear-history-queries.vue.js.map +1 -1
  2968. package/js/x-modules/history-queries/components/clear-history-queries.vue_rollup-plugin-vue_script.vue.js +62 -0
  2969. package/js/x-modules/history-queries/components/clear-history-queries.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  2970. package/js/x-modules/history-queries/components/history-queries-switch.vue.js +50 -0
  2971. package/js/x-modules/history-queries/components/history-queries-switch.vue.js.map +1 -0
  2972. package/js/x-modules/history-queries/components/history-queries-switch.vue_rollup-plugin-vue_script.vue.js +53 -0
  2973. package/js/x-modules/history-queries/components/history-queries-switch.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  2974. package/js/x-modules/history-queries/components/history-queries.vue.js +93 -75
  2975. package/js/x-modules/history-queries/components/history-queries.vue.js.map +1 -1
  2976. package/js/x-modules/history-queries/components/history-queries.vue_rollup-plugin-vue_script.vue.js +32 -0
  2977. package/js/x-modules/history-queries/components/history-queries.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  2978. package/js/x-modules/history-queries/components/history-query.vue.js +32 -22
  2979. package/js/x-modules/history-queries/components/history-query.vue.js.map +1 -1
  2980. package/js/x-modules/history-queries/components/history-query.vue_rollup-plugin-vue_script.vue.js +46 -0
  2981. package/js/x-modules/history-queries/components/history-query.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  2982. package/js/x-modules/history-queries/components/my-history.vue.js +182 -0
  2983. package/js/x-modules/history-queries/components/my-history.vue.js.map +1 -0
  2984. package/js/x-modules/history-queries/components/my-history.vue_rollup-plugin-vue_script.vue.js +118 -0
  2985. package/js/x-modules/history-queries/components/my-history.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  2986. package/js/x-modules/history-queries/components/my-history.vue_rollup-plugin-vue_styles.0.vue.js +16 -0
  2987. package/js/x-modules/history-queries/components/my-history.vue_rollup-plugin-vue_styles.0.vue.js.map +1 -0
  2988. package/js/x-modules/history-queries/components/remove-history-query.vue.js +11 -11
  2989. package/js/x-modules/history-queries/components/remove-history-query.vue.js.map +1 -1
  2990. package/js/x-modules/history-queries/components/remove-history-query.vue_rollup-plugin-vue_script.vue.js +41 -0
  2991. package/js/x-modules/history-queries/components/remove-history-query.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  2992. package/js/x-modules/history-queries/store/actions/add-query-to-history.action.js +32 -39
  2993. package/js/x-modules/history-queries/store/actions/add-query-to-history.action.js.map +1 -1
  2994. package/js/x-modules/history-queries/store/actions/load-history-queries-from-browser-storage.action.js +2 -4
  2995. package/js/x-modules/history-queries/store/actions/load-history-queries-from-browser-storage.action.js.map +1 -1
  2996. package/js/x-modules/history-queries/store/actions/refresh-session.action.js +2 -4
  2997. package/js/x-modules/history-queries/store/actions/refresh-session.action.js.map +1 -1
  2998. package/js/x-modules/history-queries/store/actions/remove-query-from-history.action.js +2 -3
  2999. package/js/x-modules/history-queries/store/actions/remove-query-from-history.action.js.map +1 -1
  3000. package/js/x-modules/history-queries/store/actions/set-history-queries.action.js +7 -6
  3001. package/js/x-modules/history-queries/store/actions/set-history-queries.action.js.map +1 -1
  3002. package/js/x-modules/history-queries/store/actions/set-url-params.action.js +1 -3
  3003. package/js/x-modules/history-queries/store/actions/set-url-params.action.js.map +1 -1
  3004. package/js/x-modules/history-queries/store/actions/toggle-history-queries.action.js +13 -0
  3005. package/js/x-modules/history-queries/store/actions/toggle-history-queries.action.js.map +1 -0
  3006. package/js/x-modules/history-queries/store/actions/update-history-queries-with-search-response.action.js +42 -0
  3007. package/js/x-modules/history-queries/store/actions/update-history-queries-with-search-response.action.js.map +1 -0
  3008. package/js/x-modules/history-queries/store/constants.js +4 -3
  3009. package/js/x-modules/history-queries/store/constants.js.map +1 -1
  3010. package/js/x-modules/history-queries/store/emitters.js +4 -7
  3011. package/js/x-modules/history-queries/store/emitters.js.map +1 -1
  3012. package/js/x-modules/history-queries/store/getters/history-queries-with-results.getter.js +18 -0
  3013. package/js/x-modules/history-queries/store/getters/history-queries-with-results.getter.js.map +1 -0
  3014. package/js/x-modules/history-queries/store/getters/history-queries.getter.js +11 -15
  3015. package/js/x-modules/history-queries/store/getters/history-queries.getter.js.map +1 -1
  3016. package/js/x-modules/history-queries/store/getters/normalized-query.getter.js +1 -4
  3017. package/js/x-modules/history-queries/store/getters/normalized-query.getter.js.map +1 -1
  3018. package/js/x-modules/history-queries/store/getters/session-history-queries.getter.js +2 -3
  3019. package/js/x-modules/history-queries/store/getters/session-history-queries.getter.js.map +1 -1
  3020. package/js/x-modules/history-queries/store/getters/storage-key.getter.js +1 -1
  3021. package/js/x-modules/history-queries/store/getters/storage-key.getter.js.map +1 -1
  3022. package/js/x-modules/history-queries/store/module.js +29 -18
  3023. package/js/x-modules/history-queries/store/module.js.map +1 -1
  3024. package/js/x-modules/history-queries/wiring.js +59 -29
  3025. package/js/x-modules/history-queries/wiring.js.map +1 -1
  3026. package/js/x-modules/history-queries/x-module.js +2 -2
  3027. package/js/x-modules/history-queries/x-module.js.map +1 -1
  3028. package/js/x-modules/identifier-results/components/identifier-result.vue.js +9 -9
  3029. package/js/x-modules/identifier-results/components/identifier-result.vue.js.map +1 -1
  3030. package/js/x-modules/identifier-results/components/identifier-result.vue_rollup-plugin-vue_script.vue.js +46 -0
  3031. package/js/x-modules/identifier-results/components/identifier-result.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  3032. package/js/x-modules/identifier-results/components/identifier-results.vue.js +12 -12
  3033. package/js/x-modules/identifier-results/components/identifier-results.vue.js.map +1 -1
  3034. package/js/x-modules/identifier-results/components/identifier-results.vue_rollup-plugin-vue_script.vue.js +58 -0
  3035. package/js/x-modules/identifier-results/components/identifier-results.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  3036. package/js/x-modules/identifier-results/components/identifier-results.vue_rollup-plugin-vue_styles.0.vue.js +16 -0
  3037. package/js/x-modules/identifier-results/components/identifier-results.vue_rollup-plugin-vue_styles.0.vue.js.map +1 -0
  3038. package/js/x-modules/identifier-results/store/actions/fetch-and-save-identifier-results.action.js +6 -8
  3039. package/js/x-modules/identifier-results/store/actions/fetch-and-save-identifier-results.action.js.map +1 -1
  3040. package/js/x-modules/identifier-results/store/actions/fetch-identifier-results.action.js +2 -5
  3041. package/js/x-modules/identifier-results/store/actions/fetch-identifier-results.action.js.map +1 -1
  3042. package/js/x-modules/identifier-results/store/actions/save-origin.action.js +1 -2
  3043. package/js/x-modules/identifier-results/store/actions/save-origin.action.js.map +1 -1
  3044. package/js/x-modules/identifier-results/store/actions/save-query.action.js +1 -2
  3045. package/js/x-modules/identifier-results/store/actions/save-query.action.js.map +1 -1
  3046. package/js/x-modules/identifier-results/store/emitters.js +4 -7
  3047. package/js/x-modules/identifier-results/store/emitters.js.map +1 -1
  3048. package/js/x-modules/identifier-results/store/getters/identifier-detection-regexp.getter.js +1 -2
  3049. package/js/x-modules/identifier-results/store/getters/identifier-detection-regexp.getter.js.map +1 -1
  3050. package/js/x-modules/identifier-results/store/getters/identifier-highlight-regexp.getter.js +6 -7
  3051. package/js/x-modules/identifier-results/store/getters/identifier-highlight-regexp.getter.js.map +1 -1
  3052. package/js/x-modules/identifier-results/store/getters/identifier-results-request.getter.js +8 -5
  3053. package/js/x-modules/identifier-results/store/getters/identifier-results-request.getter.js.map +1 -1
  3054. package/js/x-modules/identifier-results/store/module.js +17 -19
  3055. package/js/x-modules/identifier-results/store/module.js.map +1 -1
  3056. package/js/x-modules/identifier-results/wiring.js +32 -35
  3057. package/js/x-modules/identifier-results/wiring.js.map +1 -1
  3058. package/js/x-modules/identifier-results/x-module.js +2 -2
  3059. package/js/x-modules/identifier-results/x-module.js.map +1 -1
  3060. package/js/x-modules/next-queries/components/next-queries-list.vue.js +15 -12
  3061. package/js/x-modules/next-queries/components/next-queries-list.vue.js.map +1 -1
  3062. package/js/x-modules/next-queries/components/next-queries-list.vue_rollup-plugin-vue_script.vue.js +125 -0
  3063. package/js/x-modules/next-queries/components/next-queries-list.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  3064. package/js/x-modules/next-queries/components/next-queries.vue.js +79 -59
  3065. package/js/x-modules/next-queries/components/next-queries.vue.js.map +1 -1
  3066. package/js/x-modules/next-queries/components/next-queries.vue_rollup-plugin-vue_script.vue.js +48 -0
  3067. package/js/x-modules/next-queries/components/next-queries.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  3068. package/js/x-modules/next-queries/components/next-query-preview.vue.js +94 -0
  3069. package/js/x-modules/next-queries/components/next-query-preview.vue.js.map +1 -0
  3070. package/js/x-modules/next-queries/components/next-query-preview.vue_rollup-plugin-vue_script.vue.js +57 -0
  3071. package/js/x-modules/next-queries/components/next-query-preview.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  3072. package/js/x-modules/next-queries/components/next-query.vue.js +20 -17
  3073. package/js/x-modules/next-queries/components/next-query.vue.js.map +1 -1
  3074. package/js/x-modules/next-queries/components/next-query.vue_rollup-plugin-vue_script.vue.js +53 -0
  3075. package/js/x-modules/next-queries/components/next-query.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  3076. package/js/x-modules/next-queries/store/actions/fetch-and-save-next-queries.action.js +6 -8
  3077. package/js/x-modules/next-queries/store/actions/fetch-and-save-next-queries.action.js.map +1 -1
  3078. package/js/x-modules/next-queries/store/actions/fetch-and-save-next-query-preview.action.js +22 -0
  3079. package/js/x-modules/next-queries/store/actions/fetch-and-save-next-query-preview.action.js.map +1 -0
  3080. package/js/x-modules/next-queries/store/actions/fetch-next-queries.action.js +2 -5
  3081. package/js/x-modules/next-queries/store/actions/fetch-next-queries.action.js.map +1 -1
  3082. package/js/x-modules/next-queries/store/actions/fetch-next-query-preview.action.js +30 -0
  3083. package/js/x-modules/next-queries/store/actions/fetch-next-query-preview.action.js.map +1 -0
  3084. package/js/x-modules/next-queries/store/actions/set-query-from-last-history-query.action.js +1 -2
  3085. package/js/x-modules/next-queries/store/actions/set-query-from-last-history-query.action.js.map +1 -1
  3086. package/js/x-modules/next-queries/store/actions/set-url-params.action.js +1 -3
  3087. package/js/x-modules/next-queries/store/actions/set-url-params.action.js.map +1 -1
  3088. package/js/x-modules/next-queries/store/emitters.js +4 -7
  3089. package/js/x-modules/next-queries/store/emitters.js.map +1 -1
  3090. package/js/x-modules/next-queries/store/getters/next-queries.getter.js +3 -7
  3091. package/js/x-modules/next-queries/store/getters/next-queries.getter.js.map +1 -1
  3092. package/js/x-modules/next-queries/store/getters/request.getter.js +8 -5
  3093. package/js/x-modules/next-queries/store/getters/request.getter.js.map +1 -1
  3094. package/js/x-modules/next-queries/store/module.js +30 -19
  3095. package/js/x-modules/next-queries/store/module.js.map +1 -1
  3096. package/js/x-modules/next-queries/wiring.js +47 -20
  3097. package/js/x-modules/next-queries/wiring.js.map +1 -1
  3098. package/js/x-modules/next-queries/x-module.js +2 -2
  3099. package/js/x-modules/next-queries/x-module.js.map +1 -1
  3100. package/js/x-modules/popular-searches/components/popular-search.vue.js +13 -20
  3101. package/js/x-modules/popular-searches/components/popular-search.vue.js.map +1 -1
  3102. package/js/x-modules/popular-searches/components/popular-search.vue_rollup-plugin-vue_script.vue.js +40 -0
  3103. package/js/x-modules/popular-searches/components/popular-search.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  3104. package/js/x-modules/popular-searches/components/popular-searches.vue.js +74 -59
  3105. package/js/x-modules/popular-searches/components/popular-searches.vue.js.map +1 -1
  3106. package/js/x-modules/popular-searches/components/popular-searches.vue_rollup-plugin-vue_script.vue.js +33 -0
  3107. package/js/x-modules/popular-searches/components/popular-searches.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  3108. package/js/x-modules/popular-searches/store/actions/fetch-and-save-suggestions.action.js +6 -8
  3109. package/js/x-modules/popular-searches/store/actions/fetch-and-save-suggestions.action.js.map +1 -1
  3110. package/js/x-modules/popular-searches/store/actions/fetch-suggestions.action.js +2 -7
  3111. package/js/x-modules/popular-searches/store/actions/fetch-suggestions.action.js.map +1 -1
  3112. package/js/x-modules/popular-searches/store/emitters.js +3 -4
  3113. package/js/x-modules/popular-searches/store/emitters.js.map +1 -1
  3114. package/js/x-modules/popular-searches/store/getters/popular-searches.getter.js +3 -7
  3115. package/js/x-modules/popular-searches/store/getters/popular-searches.getter.js.map +1 -1
  3116. package/js/x-modules/popular-searches/store/getters/request.getter.js +6 -5
  3117. package/js/x-modules/popular-searches/store/getters/request.getter.js.map +1 -1
  3118. package/js/x-modules/popular-searches/store/module.js +13 -14
  3119. package/js/x-modules/popular-searches/store/module.js.map +1 -1
  3120. package/js/x-modules/popular-searches/wiring.js +12 -12
  3121. package/js/x-modules/popular-searches/wiring.js.map +1 -1
  3122. package/js/x-modules/popular-searches/x-module.js +2 -2
  3123. package/js/x-modules/popular-searches/x-module.js.map +1 -1
  3124. package/js/x-modules/queries-preview/components/query-preview-list.vue.js +90 -0
  3125. package/js/x-modules/queries-preview/components/query-preview-list.vue.js.map +1 -0
  3126. package/js/x-modules/queries-preview/components/query-preview-list.vue_rollup-plugin-vue_script.vue.js +96 -0
  3127. package/js/x-modules/queries-preview/components/query-preview-list.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  3128. package/js/x-modules/queries-preview/components/query-preview.vue.js +100 -0
  3129. package/js/x-modules/queries-preview/components/query-preview.vue.js.map +1 -0
  3130. package/js/x-modules/queries-preview/components/query-preview.vue_rollup-plugin-vue_script.vue.js +167 -0
  3131. package/js/x-modules/queries-preview/components/query-preview.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  3132. package/js/x-modules/queries-preview/store/actions/fetch-and-save-query-preview.action.js +40 -0
  3133. package/js/x-modules/queries-preview/store/actions/fetch-and-save-query-preview.action.js.map +1 -0
  3134. package/js/x-modules/queries-preview/store/actions/fetch-query-preview.action.js +24 -0
  3135. package/js/x-modules/queries-preview/store/actions/fetch-query-preview.action.js.map +1 -0
  3136. package/js/x-modules/queries-preview/store/emitters.js +12 -0
  3137. package/js/x-modules/queries-preview/store/emitters.js.map +1 -0
  3138. package/js/x-modules/queries-preview/store/module.js +40 -0
  3139. package/js/x-modules/queries-preview/store/module.js.map +1 -0
  3140. package/js/x-modules/queries-preview/wiring.js +58 -0
  3141. package/js/x-modules/queries-preview/wiring.js.map +1 -0
  3142. package/js/x-modules/queries-preview/x-module.js +19 -0
  3143. package/js/x-modules/queries-preview/x-module.js.map +1 -0
  3144. package/js/x-modules/query-suggestions/components/query-suggestion.vue.js +15 -22
  3145. package/js/x-modules/query-suggestions/components/query-suggestion.vue.js.map +1 -1
  3146. package/js/x-modules/query-suggestions/components/query-suggestion.vue_rollup-plugin-vue_script.vue.js +44 -0
  3147. package/js/x-modules/query-suggestions/components/query-suggestion.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  3148. package/js/x-modules/query-suggestions/components/query-suggestions.vue.js +74 -60
  3149. package/js/x-modules/query-suggestions/components/query-suggestions.vue.js.map +1 -1
  3150. package/js/x-modules/query-suggestions/components/query-suggestions.vue_rollup-plugin-vue_script.vue.js +33 -0
  3151. package/js/x-modules/query-suggestions/components/query-suggestions.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  3152. package/js/x-modules/query-suggestions/store/actions/fetch-and-save-suggestions.action.js +6 -8
  3153. package/js/x-modules/query-suggestions/store/actions/fetch-and-save-suggestions.action.js.map +1 -1
  3154. package/js/x-modules/query-suggestions/store/actions/fetch-suggestions.action.js +8 -6
  3155. package/js/x-modules/query-suggestions/store/actions/fetch-suggestions.action.js.map +1 -1
  3156. package/js/x-modules/query-suggestions/store/actions/set-url-params.action.js +1 -3
  3157. package/js/x-modules/query-suggestions/store/actions/set-url-params.action.js.map +1 -1
  3158. package/js/x-modules/query-suggestions/store/emitters.js +3 -6
  3159. package/js/x-modules/query-suggestions/store/emitters.js.map +1 -1
  3160. package/js/x-modules/query-suggestions/store/getters/normalized-query.getter.js +1 -4
  3161. package/js/x-modules/query-suggestions/store/getters/normalized-query.getter.js.map +1 -1
  3162. package/js/x-modules/query-suggestions/store/getters/query-suggestions.getter.js +10 -14
  3163. package/js/x-modules/query-suggestions/store/getters/query-suggestions.getter.js.map +1 -1
  3164. package/js/x-modules/query-suggestions/store/getters/request.getter.js +8 -5
  3165. package/js/x-modules/query-suggestions/store/getters/request.getter.js.map +1 -1
  3166. package/js/x-modules/query-suggestions/store/module.js +15 -17
  3167. package/js/x-modules/query-suggestions/store/module.js.map +1 -1
  3168. package/js/x-modules/query-suggestions/wiring.js +28 -25
  3169. package/js/x-modules/query-suggestions/wiring.js.map +1 -1
  3170. package/js/x-modules/query-suggestions/x-module.js +2 -2
  3171. package/js/x-modules/query-suggestions/x-module.js.map +1 -1
  3172. package/js/x-modules/recommendations/components/recommendations.vue.js +20 -20
  3173. package/js/x-modules/recommendations/components/recommendations.vue.js.map +1 -1
  3174. package/js/x-modules/recommendations/components/recommendations.vue_rollup-plugin-vue_script.vue.js +65 -0
  3175. package/js/x-modules/recommendations/components/recommendations.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  3176. package/js/x-modules/recommendations/components/recommendations.vue_rollup-plugin-vue_styles.0.vue.js +16 -0
  3177. package/js/x-modules/recommendations/components/recommendations.vue_rollup-plugin-vue_styles.0.vue.js.map +1 -0
  3178. package/js/x-modules/recommendations/store/actions/fetch-and-save-recommendations.action.js +6 -8
  3179. package/js/x-modules/recommendations/store/actions/fetch-and-save-recommendations.action.js.map +1 -1
  3180. package/js/x-modules/recommendations/store/actions/fetch-recommendations.action.js +8 -8
  3181. package/js/x-modules/recommendations/store/actions/fetch-recommendations.action.js.map +1 -1
  3182. package/js/x-modules/recommendations/store/constants.js +1 -1
  3183. package/js/x-modules/recommendations/store/constants.js.map +1 -1
  3184. package/js/x-modules/recommendations/store/emitters.js +4 -7
  3185. package/js/x-modules/recommendations/store/emitters.js.map +1 -1
  3186. package/js/x-modules/recommendations/store/getters/request.getter.js +7 -5
  3187. package/js/x-modules/recommendations/store/getters/request.getter.js.map +1 -1
  3188. package/js/x-modules/recommendations/store/module.js +16 -10
  3189. package/js/x-modules/recommendations/store/module.js.map +1 -1
  3190. package/js/x-modules/recommendations/wiring.js +10 -10
  3191. package/js/x-modules/recommendations/wiring.js.map +1 -1
  3192. package/js/x-modules/recommendations/x-module.js +2 -2
  3193. package/js/x-modules/recommendations/x-module.js.map +1 -1
  3194. package/js/x-modules/related-tags/components/related-tag.vue.js +14 -16
  3195. package/js/x-modules/related-tags/components/related-tag.vue.js.map +1 -1
  3196. package/js/x-modules/related-tags/components/related-tag.vue_rollup-plugin-vue_script.vue.js +91 -0
  3197. package/js/x-modules/related-tags/components/related-tag.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  3198. package/js/x-modules/related-tags/components/related-tags.vue.js +24 -22
  3199. package/js/x-modules/related-tags/components/related-tags.vue.js.map +1 -1
  3200. package/js/x-modules/related-tags/components/related-tags.vue_rollup-plugin-vue_script.vue.js +45 -0
  3201. package/js/x-modules/related-tags/components/related-tags.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  3202. package/js/x-modules/related-tags/components/related-tags.vue_rollup-plugin-vue_styles.0.vue.js +16 -0
  3203. package/js/x-modules/related-tags/components/related-tags.vue_rollup-plugin-vue_styles.0.vue.js.map +1 -0
  3204. package/js/x-modules/related-tags/store/actions/fetch-and-save-related-tags.action.js +6 -8
  3205. package/js/x-modules/related-tags/store/actions/fetch-and-save-related-tags.action.js.map +1 -1
  3206. package/js/x-modules/related-tags/store/actions/fetch-related-tags.action.js +2 -7
  3207. package/js/x-modules/related-tags/store/actions/fetch-related-tags.action.js.map +1 -1
  3208. package/js/x-modules/related-tags/store/actions/set-url-params.action.js +5 -10
  3209. package/js/x-modules/related-tags/store/actions/set-url-params.action.js.map +1 -1
  3210. package/js/x-modules/related-tags/store/actions/toggle-related-tag.action.js +4 -7
  3211. package/js/x-modules/related-tags/store/actions/toggle-related-tag.action.js.map +1 -1
  3212. package/js/x-modules/related-tags/store/emitters.js +5 -8
  3213. package/js/x-modules/related-tags/store/emitters.js.map +1 -1
  3214. package/js/x-modules/related-tags/store/getters/query.getter.js +18 -0
  3215. package/js/x-modules/related-tags/store/getters/query.getter.js.map +1 -0
  3216. package/js/x-modules/related-tags/store/getters/related-tags.getter.js +1 -6
  3217. package/js/x-modules/related-tags/store/getters/related-tags.getter.js.map +1 -1
  3218. package/js/x-modules/related-tags/store/getters/request.getter.js +10 -5
  3219. package/js/x-modules/related-tags/store/getters/request.getter.js.map +1 -1
  3220. package/js/x-modules/related-tags/store/module.js +18 -17
  3221. package/js/x-modules/related-tags/store/module.js.map +1 -1
  3222. package/js/x-modules/related-tags/wiring.js +34 -25
  3223. package/js/x-modules/related-tags/wiring.js.map +1 -1
  3224. package/js/x-modules/related-tags/x-module.js +2 -2
  3225. package/js/x-modules/related-tags/x-module.js.map +1 -1
  3226. package/js/x-modules/scroll/components/main-scroll-item.vue.js +13 -10
  3227. package/js/x-modules/scroll/components/main-scroll-item.vue.js.map +1 -1
  3228. package/js/x-modules/scroll/components/main-scroll-item.vue_rollup-plugin-vue_script.vue.js +217 -0
  3229. package/js/x-modules/scroll/components/main-scroll-item.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  3230. package/js/x-modules/scroll/components/main-scroll.vue.js +18 -10
  3231. package/js/x-modules/scroll/components/main-scroll.vue.js.map +1 -1
  3232. package/js/x-modules/scroll/components/main-scroll.vue_rollup-plugin-vue_script.vue.js +216 -0
  3233. package/js/x-modules/scroll/components/main-scroll.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  3234. package/js/x-modules/scroll/components/scroll-to-top.vue.js +17 -12
  3235. package/js/x-modules/scroll/components/scroll-to-top.vue.js.map +1 -1
  3236. package/js/x-modules/scroll/components/scroll-to-top.vue_rollup-plugin-vue_script.vue.js +245 -0
  3237. package/js/x-modules/scroll/components/scroll-to-top.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  3238. package/js/x-modules/scroll/components/scroll.const.js +2 -2
  3239. package/js/x-modules/scroll/components/scroll.const.js.map +1 -1
  3240. package/js/x-modules/scroll/components/scroll.vue.js +23 -22
  3241. package/js/x-modules/scroll/components/scroll.vue.js.map +1 -1
  3242. package/js/x-modules/scroll/components/scroll.vue_rollup-plugin-vue_script.vue.js +98 -0
  3243. package/js/x-modules/scroll/components/scroll.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  3244. package/js/x-modules/scroll/components/window-scroll.vue.js +9 -9
  3245. package/js/x-modules/scroll/components/window-scroll.vue.js.map +1 -1
  3246. package/js/x-modules/scroll/components/window-scroll.vue_rollup-plugin-vue_script.vue.js +220 -0
  3247. package/js/x-modules/scroll/components/window-scroll.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  3248. package/js/x-modules/scroll/store/emitters.js +1 -4
  3249. package/js/x-modules/scroll/store/emitters.js.map +1 -1
  3250. package/js/x-modules/scroll/store/module.js +5 -6
  3251. package/js/x-modules/scroll/store/module.js.map +1 -1
  3252. package/js/x-modules/scroll/wiring.js +34 -52
  3253. package/js/x-modules/scroll/wiring.js.map +1 -1
  3254. package/js/x-modules/scroll/x-module.js +2 -2
  3255. package/js/x-modules/scroll/x-module.js.map +1 -1
  3256. package/js/x-modules/search/components/banner.vue.js +46 -32
  3257. package/js/x-modules/search/components/banner.vue.js.map +1 -1
  3258. package/js/x-modules/search/components/banner.vue_rollup-plugin-vue_script.vue.js +61 -0
  3259. package/js/x-modules/search/components/banner.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  3260. package/js/x-modules/search/components/banner.vue_rollup-plugin-vue_styles.0.vue.js +16 -0
  3261. package/js/x-modules/search/components/banner.vue_rollup-plugin-vue_styles.0.vue.js.map +1 -0
  3262. package/js/x-modules/search/components/banners-list.vue.js +15 -12
  3263. package/js/x-modules/search/components/banners-list.vue.js.map +1 -1
  3264. package/js/x-modules/search/components/banners-list.vue_rollup-plugin-vue_script.vue.js +108 -0
  3265. package/js/x-modules/search/components/banners-list.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  3266. package/js/x-modules/search/components/fallback-disclaimer.vue.js +72 -0
  3267. package/js/x-modules/search/components/fallback-disclaimer.vue.js.map +1 -0
  3268. package/js/x-modules/search/components/fallback-disclaimer.vue_rollup-plugin-vue_script.vue.js +167 -0
  3269. package/js/x-modules/search/components/fallback-disclaimer.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  3270. package/js/x-modules/search/components/partial-query-button.vue.js +12 -11
  3271. package/js/x-modules/search/components/partial-query-button.vue.js.map +1 -1
  3272. package/js/x-modules/search/components/partial-query-button.vue_rollup-plugin-vue_script.vue.js +48 -0
  3273. package/js/x-modules/search/components/partial-query-button.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  3274. package/js/x-modules/search/components/partial-results-list.vue.js +14 -17
  3275. package/js/x-modules/search/components/partial-results-list.vue.js.map +1 -1
  3276. package/js/x-modules/search/components/partial-results-list.vue_rollup-plugin-vue_script.vue.js +43 -0
  3277. package/js/x-modules/search/components/partial-results-list.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  3278. package/js/x-modules/search/components/partial-results-list.vue_rollup-plugin-vue_styles.0.vue.js +16 -0
  3279. package/js/x-modules/search/components/partial-results-list.vue_rollup-plugin-vue_styles.0.vue.js.map +1 -0
  3280. package/js/x-modules/search/components/promoted.vue.js +17 -19
  3281. package/js/x-modules/search/components/promoted.vue.js.map +1 -1
  3282. package/js/x-modules/search/components/promoted.vue_rollup-plugin-vue_script.vue.js +35 -0
  3283. package/js/x-modules/search/components/promoted.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  3284. package/js/x-modules/search/components/promoted.vue_rollup-plugin-vue_styles.0.vue.js +16 -0
  3285. package/js/x-modules/search/components/promoted.vue_rollup-plugin-vue_styles.0.vue.js.map +1 -0
  3286. package/js/x-modules/search/components/promoteds-list.vue.js +15 -12
  3287. package/js/x-modules/search/components/promoteds-list.vue.js.map +1 -1
  3288. package/js/x-modules/search/components/promoteds-list.vue_rollup-plugin-vue_script.vue.js +72 -0
  3289. package/js/x-modules/search/components/promoteds-list.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  3290. package/js/x-modules/search/components/redirection.vue.js +12 -15
  3291. package/js/x-modules/search/components/redirection.vue.js.map +1 -1
  3292. package/js/x-modules/search/components/redirection.vue_rollup-plugin-vue_script.vue.js +101 -0
  3293. package/js/x-modules/search/components/redirection.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  3294. package/js/x-modules/search/components/results-list.vue.js +15 -12
  3295. package/js/x-modules/search/components/results-list.vue.js.map +1 -1
  3296. package/js/x-modules/search/components/results-list.vue_rollup-plugin-vue_script.vue.js +98 -0
  3297. package/js/x-modules/search/components/results-list.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  3298. package/js/x-modules/search/components/sort-dropdown.vue.js +16 -12
  3299. package/js/x-modules/search/components/sort-dropdown.vue.js.map +1 -1
  3300. package/js/x-modules/search/components/sort-dropdown.vue_rollup-plugin-vue_script.vue.js +44 -0
  3301. package/js/x-modules/search/components/sort-dropdown.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  3302. package/js/x-modules/search/components/sort-list.vue.js +19 -20
  3303. package/js/x-modules/search/components/sort-list.vue.js.map +1 -1
  3304. package/js/x-modules/search/components/sort-list.vue_rollup-plugin-vue_script.vue.js +195 -0
  3305. package/js/x-modules/search/components/sort-list.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  3306. package/js/x-modules/search/components/sort-list.vue_rollup-plugin-vue_styles.0.vue.js +16 -0
  3307. package/js/x-modules/search/components/sort-list.vue_rollup-plugin-vue_styles.0.vue.js.map +1 -0
  3308. package/js/x-modules/search/components/sort-picker-list.vue.js +84 -0
  3309. package/js/x-modules/search/components/sort-picker-list.vue.js.map +1 -0
  3310. package/js/x-modules/search/components/sort-picker-list.vue_rollup-plugin-vue_script.vue.js +195 -0
  3311. package/js/x-modules/search/components/sort-picker-list.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  3312. package/js/x-modules/search/components/sort.mixin.js +100 -72
  3313. package/js/x-modules/search/components/sort.mixin.js.map +1 -1
  3314. package/js/x-modules/search/components/spellcheck-button.vue.js +11 -10
  3315. package/js/x-modules/search/components/spellcheck-button.vue.js.map +1 -1
  3316. package/js/x-modules/search/components/spellcheck-button.vue_rollup-plugin-vue_script.vue.js +49 -0
  3317. package/js/x-modules/search/components/spellcheck-button.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  3318. package/js/x-modules/search/components/spellcheck.vue.js +13 -11
  3319. package/js/x-modules/search/components/spellcheck.vue.js.map +1 -1
  3320. package/js/x-modules/search/components/spellcheck.vue_rollup-plugin-vue_script.vue.js +178 -0
  3321. package/js/x-modules/search/components/spellcheck.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  3322. package/js/x-modules/search/store/actions/fetch-and-save-search-response.action.js +32 -30
  3323. package/js/x-modules/search/store/actions/fetch-and-save-search-response.action.js.map +1 -1
  3324. package/js/x-modules/search/store/actions/fetch-search-response.action.js +1 -18
  3325. package/js/x-modules/search/store/actions/fetch-search-response.action.js.map +1 -1
  3326. package/js/x-modules/search/store/actions/increase-page-apending-results.action.js +3 -4
  3327. package/js/x-modules/search/store/actions/increase-page-apending-results.action.js.map +1 -1
  3328. package/js/x-modules/search/store/actions/reset-request-on-refinement.action.js +37 -0
  3329. package/js/x-modules/search/store/actions/reset-request-on-refinement.action.js.map +1 -0
  3330. package/js/x-modules/search/store/actions/save-origin.action.js +1 -2
  3331. package/js/x-modules/search/store/actions/save-origin.action.js.map +1 -1
  3332. package/js/x-modules/search/store/actions/save-search-response.action.js +41 -0
  3333. package/js/x-modules/search/store/actions/save-search-response.action.js.map +1 -0
  3334. package/js/x-modules/search/store/actions/set-url-params.action.js +1 -3
  3335. package/js/x-modules/search/store/actions/set-url-params.action.js.map +1 -1
  3336. package/js/x-modules/search/store/emitters.js +32 -17
  3337. package/js/x-modules/search/store/emitters.js.map +1 -1
  3338. package/js/x-modules/search/store/getters/query.getter.js +18 -0
  3339. package/js/x-modules/search/store/getters/query.getter.js.map +1 -0
  3340. package/js/x-modules/search/store/getters/request.getter.js +12 -6
  3341. package/js/x-modules/search/store/getters/request.getter.js.map +1 -1
  3342. package/js/x-modules/search/store/module.js +93 -64
  3343. package/js/x-modules/search/store/module.js.map +1 -1
  3344. package/js/x-modules/search/wiring.js +78 -65
  3345. package/js/x-modules/search/wiring.js.map +1 -1
  3346. package/js/x-modules/search/x-module.js +2 -2
  3347. package/js/x-modules/search/x-module.js.map +1 -1
  3348. package/js/x-modules/search-box/components/clear-search-input.vue.js +12 -11
  3349. package/js/x-modules/search-box/components/clear-search-input.vue.js.map +1 -1
  3350. package/js/x-modules/search-box/components/clear-search-input.vue_rollup-plugin-vue_script.vue.js +53 -0
  3351. package/js/x-modules/search-box/components/clear-search-input.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  3352. package/js/x-modules/search-box/components/search-button.vue.js +12 -11
  3353. package/js/x-modules/search-box/components/search-button.vue.js.map +1 -1
  3354. package/js/x-modules/search-box/components/search-button.vue_rollup-plugin-vue_script.vue.js +62 -0
  3355. package/js/x-modules/search-box/components/search-button.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  3356. package/js/x-modules/search-box/components/search-input-placeholder.vue.js +67 -0
  3357. package/js/x-modules/search-box/components/search-input-placeholder.vue.js.map +1 -0
  3358. package/js/x-modules/search-box/components/search-input-placeholder.vue_rollup-plugin-vue_script.vue.js +328 -0
  3359. package/js/x-modules/search-box/components/search-input-placeholder.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  3360. package/js/x-modules/search-box/components/search-input-placeholder.vue_rollup-plugin-vue_styles.0.vue.js +16 -0
  3361. package/js/x-modules/search-box/components/search-input-placeholder.vue_rollup-plugin-vue_styles.0.vue.js.map +1 -0
  3362. package/js/x-modules/search-box/components/search-input-placeholder.vue_rollup-plugin-vue_styles.1.vue.js +16 -0
  3363. package/js/x-modules/search-box/components/search-input-placeholder.vue_rollup-plugin-vue_styles.1.vue.js.map +1 -0
  3364. package/js/x-modules/search-box/components/search-input.vue.js +69 -57
  3365. package/js/x-modules/search-box/components/search-input.vue.js.map +1 -1
  3366. package/js/x-modules/search-box/components/search-input.vue_rollup-plugin-vue_script.vue.js +215 -0
  3367. package/js/x-modules/search-box/components/search-input.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  3368. package/js/x-modules/search-box/components/search-input.vue_rollup-plugin-vue_styles.0.vue.js +16 -0
  3369. package/js/x-modules/search-box/components/search-input.vue_rollup-plugin-vue_styles.0.vue.js.map +1 -0
  3370. package/js/x-modules/search-box/store/actions/set-input-status.action.js +49 -0
  3371. package/js/x-modules/search-box/store/actions/set-input-status.action.js.map +1 -0
  3372. package/js/x-modules/search-box/store/actions/set-url-params.action.js +1 -3
  3373. package/js/x-modules/search-box/store/actions/set-url-params.action.js.map +1 -1
  3374. package/js/x-modules/search-box/store/emitters.js +4 -7
  3375. package/js/x-modules/search-box/store/emitters.js.map +1 -1
  3376. package/js/x-modules/search-box/store/module.js +13 -8
  3377. package/js/x-modules/search-box/store/module.js.map +1 -1
  3378. package/js/x-modules/search-box/wiring.js +44 -13
  3379. package/js/x-modules/search-box/wiring.js.map +1 -1
  3380. package/js/x-modules/search-box/x-module.js +2 -2
  3381. package/js/x-modules/search-box/x-module.js.map +1 -1
  3382. package/js/x-modules/tagging/components/tagging.vue.js +9 -9
  3383. package/js/x-modules/tagging/components/tagging.vue.js.map +1 -1
  3384. package/js/x-modules/tagging/components/tagging.vue_rollup-plugin-vue_script.vue.js +89 -0
  3385. package/js/x-modules/tagging/components/tagging.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  3386. package/js/x-modules/tagging/service/pdp-add-to-cart.service.js +157 -0
  3387. package/js/x-modules/tagging/service/pdp-add-to-cart.service.js.map +1 -0
  3388. package/js/x-modules/tagging/store/actions/track.action.js +13 -13
  3389. package/js/x-modules/tagging/store/actions/track.action.js.map +1 -1
  3390. package/js/x-modules/tagging/store/emitters.js +7 -5
  3391. package/js/x-modules/tagging/store/emitters.js.map +1 -1
  3392. package/js/x-modules/tagging/store/module.js +15 -12
  3393. package/js/x-modules/tagging/store/module.js.map +1 -1
  3394. package/js/x-modules/tagging/wiring.js +84 -47
  3395. package/js/x-modules/tagging/wiring.js.map +1 -1
  3396. package/js/x-modules/tagging/x-module.js +2 -2
  3397. package/js/x-modules/tagging/x-module.js.map +1 -1
  3398. package/js/x-modules/url/components/url-handler.vue.js +9 -9
  3399. package/js/x-modules/url/components/url-handler.vue.js.map +1 -1
  3400. package/js/x-modules/url/components/url-handler.vue_rollup-plugin-vue_script.vue.js +472 -0
  3401. package/js/x-modules/url/components/url-handler.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  3402. package/js/x-modules/url/store/emitters.js +16 -22
  3403. package/js/x-modules/url/store/emitters.js.map +1 -1
  3404. package/js/x-modules/url/store/getters/url-params.getter.js +6 -10
  3405. package/js/x-modules/url/store/getters/url-params.getter.js.map +1 -1
  3406. package/js/x-modules/url/store/initial-state.js +1 -1
  3407. package/js/x-modules/url/store/initial-state.js.map +1 -1
  3408. package/js/x-modules/url/store/module.js +18 -17
  3409. package/js/x-modules/url/store/module.js.map +1 -1
  3410. package/js/x-modules/url/store/mutations/set-params.mutation.js +3 -3
  3411. package/js/x-modules/url/store/mutations/set-params.mutation.js.map +1 -1
  3412. package/js/x-modules/url/wiring.js +24 -24
  3413. package/js/x-modules/url/wiring.js.map +1 -1
  3414. package/js/x-modules/url/x-module.js +2 -2
  3415. package/js/x-modules/url/x-module.js.map +1 -1
  3416. package/next-queries/index.js +8 -7
  3417. package/package.json +81 -69
  3418. package/popular-searches/index.js +6 -6
  3419. package/queries-preview/index.d.ts +1 -0
  3420. package/queries-preview/index.js +8 -0
  3421. package/query-suggestions/index.js +5 -5
  3422. package/recommendations/index.js +3 -3
  3423. package/related-tags/index.js +5 -4
  3424. package/report/tsdoc-metadata.json +1 -1
  3425. package/report/x-adapter-platform.api.json +5674 -0
  3426. package/report/x-components.api.json +18205 -5141
  3427. package/report/x-components.api.md +1490 -463
  3428. package/report/x-types.api.json +2769 -537
  3429. package/scroll/index.js +7 -7
  3430. package/search/index.js +18 -10
  3431. package/search-box/index.js +6 -5
  3432. package/tagging/index.js +5 -5
  3433. package/types/adapter/e2e-adapter.d.ts +19 -0
  3434. package/types/adapter/e2e-adapter.d.ts.map +1 -0
  3435. package/types/adapter/mocked-responses.d.ts +40 -0
  3436. package/types/adapter/mocked-responses.d.ts.map +1 -0
  3437. package/types/components/animations/animate-clip-path/animate-clip-path.factory.d.ts +14 -0
  3438. package/types/components/animations/animate-clip-path/animate-clip-path.factory.d.ts.map +1 -0
  3439. package/types/components/animations/animate-scale/animate-scale.factory.d.ts +14 -0
  3440. package/types/components/animations/animate-scale/animate-scale.factory.d.ts.map +1 -0
  3441. package/types/components/animations/animate-translate/animate-translate.factory.d.ts +14 -0
  3442. package/types/components/animations/animate-translate/animate-translate.factory.d.ts.map +1 -0
  3443. package/types/components/animations/animate-width.vue.d.ts.map +1 -1
  3444. package/types/components/animations/animations.mixin.d.ts +1 -1
  3445. package/types/components/animations/animations.mixin.d.ts.map +1 -1
  3446. package/types/components/animations/collapse-height.vue.d.ts +4 -0
  3447. package/types/components/animations/collapse-height.vue.d.ts.map +1 -1
  3448. package/types/components/animations/collapse-width.vue.d.ts +4 -0
  3449. package/types/components/animations/collapse-width.vue.d.ts.map +1 -1
  3450. package/types/components/animations/create-directional-animation-factory.d.ts +13 -0
  3451. package/types/components/animations/create-directional-animation-factory.d.ts.map +1 -0
  3452. package/types/components/animations/cross-fade.vue.d.ts +5 -1
  3453. package/types/components/animations/cross-fade.vue.d.ts.map +1 -1
  3454. package/types/components/animations/disable-animation.mixin.d.ts +28 -0
  3455. package/types/components/animations/disable-animation.mixin.d.ts.map +1 -0
  3456. package/types/components/animations/fade-and-slide.vue.d.ts +14 -2
  3457. package/types/components/animations/fade-and-slide.vue.d.ts.map +1 -1
  3458. package/types/components/animations/fade.vue.d.ts +14 -0
  3459. package/types/components/animations/fade.vue.d.ts.map +1 -0
  3460. package/types/components/animations/index.d.ts +6 -3
  3461. package/types/components/animations/index.d.ts.map +1 -1
  3462. package/types/components/animations/staggered-fade-and-slide.vue.d.ts +14 -2
  3463. package/types/components/animations/staggered-fade-and-slide.vue.d.ts.map +1 -1
  3464. package/types/components/animations/staggering-transition-group.vue.d.ts +37 -22
  3465. package/types/components/animations/staggering-transition-group.vue.d.ts.map +1 -1
  3466. package/types/components/auto-progress-bar.vue.d.ts +33 -10
  3467. package/types/components/auto-progress-bar.vue.d.ts.map +1 -1
  3468. package/types/components/base-dropdown.vue.d.ts +18 -2
  3469. package/types/components/base-dropdown.vue.d.ts.map +1 -1
  3470. package/types/components/base-event-button.vue.d.ts.map +1 -1
  3471. package/types/components/base-grid.vue.d.ts +19 -0
  3472. package/types/components/base-grid.vue.d.ts.map +1 -1
  3473. package/types/components/base-keyboard-navigation.vue.d.ts +2 -2
  3474. package/types/components/base-keyboard-navigation.vue.d.ts.map +1 -1
  3475. package/types/components/base-rating.vue.d.ts.map +1 -1
  3476. package/types/components/base-switch.vue.d.ts +32 -0
  3477. package/types/components/base-switch.vue.d.ts.map +1 -0
  3478. package/types/components/base-variable-column-grid.vue.d.ts +16 -1
  3479. package/types/components/base-variable-column-grid.vue.d.ts.map +1 -1
  3480. package/types/components/column-picker/base-column-picker-dropdown.vue.d.ts.map +1 -1
  3481. package/types/components/column-picker/base-column-picker-list.vue.d.ts +4 -1
  3482. package/types/components/column-picker/base-column-picker-list.vue.d.ts.map +1 -1
  3483. package/types/components/currency/base-currency.vue.d.ts.map +1 -1
  3484. package/types/components/decorators/bus.decorators.d.ts.map +1 -1
  3485. package/types/components/decorators/debounce.decorators.d.ts +4 -1
  3486. package/types/components/decorators/debounce.decorators.d.ts.map +1 -1
  3487. package/types/components/decorators/injection.consts.d.ts +37 -0
  3488. package/types/components/decorators/injection.consts.d.ts.map +1 -1
  3489. package/types/components/decorators/injection.decorators.d.ts +1 -1
  3490. package/types/components/decorators/injection.decorators.d.ts.map +1 -1
  3491. package/types/components/dynamic-props.mixin.d.ts +23 -0
  3492. package/types/components/dynamic-props.mixin.d.ts.map +1 -0
  3493. package/types/components/filters/labels/base-price-filter-label.vue.d.ts.map +1 -1
  3494. package/types/components/filters/labels/base-rating-filter-label.vue.d.ts.map +1 -1
  3495. package/types/components/global-x-bus.vue.d.ts.map +1 -1
  3496. package/types/components/highlight.vue.d.ts +86 -0
  3497. package/types/components/highlight.vue.d.ts.map +1 -0
  3498. package/types/components/icons/arrow-down.vue.d.ts +3 -0
  3499. package/types/components/icons/arrow-down.vue.d.ts.map +1 -0
  3500. package/types/components/icons/arrow-left.vue.d.ts +3 -0
  3501. package/types/components/icons/arrow-left.vue.d.ts.map +1 -0
  3502. package/types/components/icons/arrow-right.vue.d.ts +3 -0
  3503. package/types/components/icons/arrow-right.vue.d.ts.map +1 -0
  3504. package/types/components/icons/arrow-up.vue.d.ts +3 -0
  3505. package/types/components/icons/arrow-up.vue.d.ts.map +1 -0
  3506. package/types/components/icons/bag.vue.d.ts.map +1 -1
  3507. package/types/components/icons/bar-code.vue.d.ts.map +1 -1
  3508. package/types/components/icons/barcode-tiny.vue.d.ts.map +1 -1
  3509. package/types/components/icons/cart-filled.vue.d.ts +3 -0
  3510. package/types/components/icons/cart-filled.vue.d.ts.map +1 -0
  3511. package/types/components/icons/cart.vue.d.ts.map +1 -1
  3512. package/types/components/icons/check-tiny.vue.d.ts.map +1 -1
  3513. package/types/components/icons/check.vue.d.ts.map +1 -1
  3514. package/types/components/icons/checkbox-selected-filled.vue.d.ts +3 -0
  3515. package/types/components/icons/checkbox-selected-filled.vue.d.ts.map +1 -0
  3516. package/types/components/icons/checkbox-selected.vue.d.ts.map +1 -1
  3517. package/types/components/icons/checkbox-unselected-filled.vue.d.ts +3 -0
  3518. package/types/components/icons/checkbox-unselected-filled.vue.d.ts.map +1 -0
  3519. package/types/components/icons/checkbox-unselected.vue.d.ts.map +1 -1
  3520. package/types/components/icons/chevron-down.vue.d.ts.map +1 -1
  3521. package/types/components/icons/chevron-left.vue.d.ts.map +1 -1
  3522. package/types/components/icons/chevron-right.vue.d.ts.map +1 -1
  3523. package/types/components/icons/chevron-tiny-down.vue.d.ts.map +1 -1
  3524. package/types/components/icons/chevron-tiny-left.vue.d.ts.map +1 -1
  3525. package/types/components/icons/chevron-tiny-right.vue.d.ts.map +1 -1
  3526. package/types/components/icons/chevron-tiny-up.vue.d.ts.map +1 -1
  3527. package/types/components/icons/chevron-up.vue.d.ts.map +1 -1
  3528. package/types/components/icons/corner-arrow-left.vue.d.ts +3 -0
  3529. package/types/components/icons/corner-arrow-left.vue.d.ts.map +1 -0
  3530. package/types/components/icons/corner-arrow-right.vue.d.ts +3 -0
  3531. package/types/components/icons/corner-arrow-right.vue.d.ts.map +1 -0
  3532. package/types/components/icons/cross-tiny.vue.d.ts.map +1 -1
  3533. package/types/components/icons/cross.vue.d.ts.map +1 -1
  3534. package/types/components/icons/curated-check-filled.vue.d.ts +3 -0
  3535. package/types/components/icons/curated-check-filled.vue.d.ts.map +1 -0
  3536. package/types/components/icons/curated-check-tiny-filled.vue.d.ts +3 -0
  3537. package/types/components/icons/curated-check-tiny-filled.vue.d.ts.map +1 -0
  3538. package/types/components/icons/curated-check-tiny.vue.d.ts +3 -0
  3539. package/types/components/icons/curated-check-tiny.vue.d.ts.map +1 -0
  3540. package/types/components/icons/curated-check.vue.d.ts +3 -0
  3541. package/types/components/icons/curated-check.vue.d.ts.map +1 -0
  3542. package/types/components/icons/diagonal-arrow-left-down.vue.d.ts +3 -0
  3543. package/types/components/icons/diagonal-arrow-left-down.vue.d.ts.map +1 -0
  3544. package/types/components/icons/diagonal-arrow-left-top.vue.d.ts +3 -0
  3545. package/types/components/icons/diagonal-arrow-left-top.vue.d.ts.map +1 -0
  3546. package/types/components/icons/diagonal-arrow-right-down.vue.d.ts +3 -0
  3547. package/types/components/icons/diagonal-arrow-right-down.vue.d.ts.map +1 -0
  3548. package/types/components/icons/diagonal-arrow-right-top.vue.d.ts +3 -0
  3549. package/types/components/icons/diagonal-arrow-right-top.vue.d.ts.map +1 -0
  3550. package/types/components/icons/filters.vue.d.ts.map +1 -1
  3551. package/types/components/icons/grid-1-col.vue.d.ts.map +1 -1
  3552. package/types/components/icons/grid-2-col.vue.d.ts.map +1 -1
  3553. package/types/components/icons/grid-2-rows.vue.d.ts +3 -0
  3554. package/types/components/icons/grid-2-rows.vue.d.ts.map +1 -0
  3555. package/types/components/icons/grid-4-col.vue.d.ts +3 -0
  3556. package/types/components/icons/grid-4-col.vue.d.ts.map +1 -0
  3557. package/types/components/icons/heart-filled.vue.d.ts +3 -0
  3558. package/types/components/icons/heart-filled.vue.d.ts.map +1 -0
  3559. package/types/components/icons/heart.vue.d.ts +3 -0
  3560. package/types/components/icons/heart.vue.d.ts.map +1 -0
  3561. package/types/components/icons/hide.vue.d.ts.map +1 -1
  3562. package/types/components/icons/history-tiny.vue.d.ts.map +1 -1
  3563. package/types/components/icons/history.vue.d.ts.map +1 -1
  3564. package/types/components/icons/index.d.ts +35 -7
  3565. package/types/components/icons/index.d.ts.map +1 -1
  3566. package/types/components/icons/light-bulb-off.vue.d.ts +3 -0
  3567. package/types/components/icons/light-bulb-off.vue.d.ts.map +1 -0
  3568. package/types/components/icons/light-bulb-on.vue.d.ts +3 -0
  3569. package/types/components/icons/light-bulb-on.vue.d.ts.map +1 -0
  3570. package/types/components/icons/menu.vue.d.ts.map +1 -1
  3571. package/types/components/icons/minus-tiny.vue.d.ts.map +1 -1
  3572. package/types/components/icons/minus.vue.d.ts.map +1 -1
  3573. package/types/components/icons/plus-tiny.vue.d.ts +3 -0
  3574. package/types/components/icons/plus-tiny.vue.d.ts.map +1 -0
  3575. package/types/components/icons/plus.vue.d.ts.map +1 -1
  3576. package/types/components/icons/radiobutton-selected.vue.d.ts +3 -0
  3577. package/types/components/icons/radiobutton-selected.vue.d.ts.map +1 -0
  3578. package/types/components/icons/radiobutton-unselected.vue.d.ts +3 -0
  3579. package/types/components/icons/radiobutton-unselected.vue.d.ts.map +1 -0
  3580. package/types/components/icons/search-tiny.vue.d.ts.map +1 -1
  3581. package/types/components/icons/search.vue.d.ts.map +1 -1
  3582. package/types/components/icons/settings.vue.d.ts +3 -0
  3583. package/types/components/icons/settings.vue.d.ts.map +1 -0
  3584. package/types/components/icons/show.vue.d.ts.map +1 -1
  3585. package/types/components/icons/sort-az.vue.d.ts +3 -0
  3586. package/types/components/icons/sort-az.vue.d.ts.map +1 -0
  3587. package/types/components/icons/sort-price-down.vue.d.ts +3 -0
  3588. package/types/components/icons/sort-price-down.vue.d.ts.map +1 -0
  3589. package/types/components/icons/sort-price-up.vue.d.ts +3 -0
  3590. package/types/components/icons/sort-price-up.vue.d.ts.map +1 -0
  3591. package/types/components/icons/sort-relevancy.vue.d.ts +3 -0
  3592. package/types/components/icons/sort-relevancy.vue.d.ts.map +1 -0
  3593. package/types/components/icons/sort-za.vue.d.ts +3 -0
  3594. package/types/components/icons/sort-za.vue.d.ts.map +1 -0
  3595. package/types/components/icons/star-filled.vue.d.ts +3 -0
  3596. package/types/components/icons/star-filled.vue.d.ts.map +1 -0
  3597. package/types/components/icons/star.vue.d.ts.map +1 -1
  3598. package/types/components/icons/tag-filled.vue.d.ts +3 -0
  3599. package/types/components/icons/tag-filled.vue.d.ts.map +1 -0
  3600. package/types/components/icons/tag.vue.d.ts.map +1 -1
  3601. package/types/components/icons/trash-open.vue.d.ts.map +1 -1
  3602. package/types/components/icons/trash.vue.d.ts.map +1 -1
  3603. package/types/components/icons/trending-tiny.vue.d.ts.map +1 -1
  3604. package/types/components/icons/trending.vue.d.ts.map +1 -1
  3605. package/types/components/icons/user-filled.vue.d.ts +3 -0
  3606. package/types/components/icons/user-filled.vue.d.ts.map +1 -0
  3607. package/types/components/icons/user.vue.d.ts.map +1 -1
  3608. package/types/components/index.d.ts +6 -4
  3609. package/types/components/index.d.ts.map +1 -1
  3610. package/types/components/items-list.vue.d.ts +4 -2
  3611. package/types/components/items-list.vue.d.ts.map +1 -1
  3612. package/types/components/layouts/fixed-header-and-asides-layout.vue.d.ts +5 -3
  3613. package/types/components/layouts/fixed-header-and-asides-layout.vue.d.ts.map +1 -1
  3614. package/types/components/layouts/multi-column-max-width-layout.vue.d.ts +2 -0
  3615. package/types/components/layouts/multi-column-max-width-layout.vue.d.ts.map +1 -1
  3616. package/types/components/layouts/single-column-layout.vue.d.ts +2 -0
  3617. package/types/components/layouts/single-column-layout.vue.d.ts.map +1 -1
  3618. package/types/components/location-provider.vue.d.ts.map +1 -1
  3619. package/types/components/modals/base-events-modal-close.vue.d.ts.map +1 -1
  3620. package/types/components/modals/base-events-modal-open.vue.d.ts.map +1 -1
  3621. package/types/components/modals/base-events-modal.vue.d.ts.map +1 -1
  3622. package/types/components/modals/base-id-modal-close.vue.d.ts +15 -4
  3623. package/types/components/modals/base-id-modal-close.vue.d.ts.map +1 -1
  3624. package/types/components/modals/base-id-modal-open.vue.d.ts +15 -4
  3625. package/types/components/modals/base-id-modal-open.vue.d.ts.map +1 -1
  3626. package/types/components/modals/base-id-modal.vue.d.ts.map +1 -1
  3627. package/types/components/modals/base-modal.vue.d.ts +55 -6
  3628. package/types/components/modals/base-modal.vue.d.ts.map +1 -1
  3629. package/types/components/modals/close-main-modal.vue.d.ts +16 -0
  3630. package/types/components/modals/close-main-modal.vue.d.ts.map +1 -0
  3631. package/types/components/modals/index.d.ts +3 -0
  3632. package/types/components/modals/index.d.ts.map +1 -1
  3633. package/types/components/modals/main-modal.vue.d.ts +39 -0
  3634. package/types/components/modals/main-modal.vue.d.ts.map +1 -0
  3635. package/types/components/modals/open-main-modal.vue.d.ts +16 -0
  3636. package/types/components/modals/open-main-modal.vue.d.ts.map +1 -0
  3637. package/types/components/no-element.d.ts +1 -1
  3638. package/types/components/no-element.d.ts.map +1 -1
  3639. package/types/components/panels/base-header-toggle-panel.vue.d.ts.map +1 -1
  3640. package/types/components/panels/base-id-toggle-panel-button.vue.d.ts.map +1 -1
  3641. package/types/components/panels/base-id-toggle-panel.vue.d.ts.map +1 -1
  3642. package/types/components/panels/base-tabs-panel.vue.d.ts +67 -0
  3643. package/types/components/panels/base-tabs-panel.vue.d.ts.map +1 -0
  3644. package/types/components/panels/base-toggle-panel.vue.d.ts.map +1 -1
  3645. package/types/components/panels/index.d.ts +1 -0
  3646. package/types/components/panels/index.d.ts.map +1 -1
  3647. package/types/components/result/base-result-add-to-cart.vue.d.ts.map +1 -1
  3648. package/types/components/result/base-result-current-price.vue.d.ts.map +1 -1
  3649. package/types/components/result/base-result-fallback-image.vue.d.ts.map +1 -1
  3650. package/types/components/result/base-result-image.vue.d.ts +46 -37
  3651. package/types/components/result/base-result-image.vue.d.ts.map +1 -1
  3652. package/types/components/result/base-result-link.vue.d.ts.map +1 -1
  3653. package/types/components/result/base-result-placeholder-image.vue.d.ts.map +1 -1
  3654. package/types/components/result/base-result-previous-price.vue.d.ts +1 -2
  3655. package/types/components/result/base-result-previous-price.vue.d.ts.map +1 -1
  3656. package/types/components/result/base-result-rating.vue.d.ts +29 -0
  3657. package/types/components/result/base-result-rating.vue.d.ts.map +1 -0
  3658. package/types/components/result/index.d.ts +3 -0
  3659. package/types/components/result/index.d.ts.map +1 -1
  3660. package/types/components/result/result-variant-selector.vue.d.ts +64 -0
  3661. package/types/components/result/result-variant-selector.vue.d.ts.map +1 -0
  3662. package/types/components/result/result-variants-provider.vue.d.ts +77 -0
  3663. package/types/components/result/result-variants-provider.vue.d.ts.map +1 -0
  3664. package/types/components/scroll/base-scroll.vue.d.ts.map +1 -1
  3665. package/types/components/scroll/scroll.mixin.d.ts +7 -0
  3666. package/types/components/scroll/scroll.mixin.d.ts.map +1 -1
  3667. package/types/components/scroll/scroll.types.d.ts +1 -1
  3668. package/types/components/scroll/scroll.types.d.ts.map +1 -1
  3669. package/types/components/sliding-panel.vue.d.ts +41 -20
  3670. package/types/components/sliding-panel.vue.d.ts.map +1 -1
  3671. package/types/components/snippet-callbacks.vue.d.ts.map +1 -1
  3672. package/types/components/suggestions/base-suggestion.vue.d.ts +26 -31
  3673. package/types/components/suggestions/base-suggestion.vue.d.ts.map +1 -1
  3674. package/types/components/suggestions/base-suggestions.vue.d.ts +36 -4
  3675. package/types/components/suggestions/base-suggestions.vue.d.ts.map +1 -1
  3676. package/types/composables/create-use-device.composable.d.ts +51 -0
  3677. package/types/composables/create-use-device.composable.d.ts.map +1 -0
  3678. package/types/composables/index.d.ts +3 -0
  3679. package/types/composables/index.d.ts.map +1 -0
  3680. package/types/composables/use-$x.d.ts +10 -0
  3681. package/types/composables/use-$x.d.ts.map +1 -0
  3682. package/types/directives/infinite-scroll/infinite-scroll.d.ts +4 -4
  3683. package/types/index.d.ts +2 -1
  3684. package/types/index.d.ts.map +1 -1
  3685. package/types/plugins/devtools/colors.utils.d.ts +22 -0
  3686. package/types/plugins/devtools/colors.utils.d.ts.map +1 -0
  3687. package/types/plugins/devtools/devtools.plugin.d.ts +12 -0
  3688. package/types/plugins/devtools/devtools.plugin.d.ts.map +1 -0
  3689. package/types/plugins/devtools/timeline.devtools.d.ts +20 -0
  3690. package/types/plugins/devtools/timeline.devtools.d.ts.map +1 -0
  3691. package/types/plugins/devtools/wiring.devtools.d.ts +21 -0
  3692. package/types/plugins/devtools/wiring.devtools.d.ts.map +1 -0
  3693. package/types/plugins/index.d.ts +5 -2
  3694. package/types/plugins/index.d.ts.map +1 -1
  3695. package/types/plugins/x-bus.d.ts +5 -43
  3696. package/types/plugins/x-bus.d.ts.map +1 -1
  3697. package/types/plugins/x-emitters.d.ts +6 -4
  3698. package/types/plugins/x-emitters.d.ts.map +1 -1
  3699. package/types/plugins/x-plugin.alias.d.ts.map +1 -1
  3700. package/types/plugins/x-plugin.d.ts +27 -37
  3701. package/types/plugins/x-plugin.d.ts.map +1 -1
  3702. package/types/plugins/x-plugin.mixin.d.ts +8 -6
  3703. package/types/plugins/x-plugin.mixin.d.ts.map +1 -1
  3704. package/types/plugins/x-plugin.types.d.ts +61 -25
  3705. package/types/plugins/x-plugin.types.d.ts.map +1 -1
  3706. package/types/plugins/x-plugin.utils.d.ts +1 -0
  3707. package/types/plugins/x-plugin.utils.d.ts.map +1 -1
  3708. package/types/router.d.ts.map +1 -1
  3709. package/types/services/directional-focus-navigation.service.d.ts.map +1 -1
  3710. package/types/services/services.types.d.ts +41 -1
  3711. package/types/services/services.types.d.ts.map +1 -1
  3712. package/types/services/state-machine.service.d.ts +31 -0
  3713. package/types/services/state-machine.service.d.ts.map +1 -0
  3714. package/types/store/actions.types.d.ts +7 -6
  3715. package/types/store/actions.types.d.ts.map +1 -1
  3716. package/types/store/getters.types.d.ts +4 -4
  3717. package/types/store/getters.types.d.ts.map +1 -1
  3718. package/types/store/mutations.types.d.ts +4 -4
  3719. package/types/store/mutations.types.d.ts.map +1 -1
  3720. package/types/store/store.types.d.ts +10 -10
  3721. package/types/store/store.types.d.ts.map +1 -1
  3722. package/types/store/utils/fetch-and-save-action.utils.d.ts +2 -0
  3723. package/types/store/utils/fetch-and-save-action.utils.d.ts.map +1 -1
  3724. package/types/store/utils/getters-proxy.utils.d.ts.map +1 -1
  3725. package/types/store/utils/query.utils.d.ts +56 -0
  3726. package/types/store/utils/query.utils.d.ts.map +1 -0
  3727. package/types/store/utils/status-store.utils.d.ts +1 -1
  3728. package/types/store/utils/status-store.utils.d.ts.map +1 -1
  3729. package/types/store/utils/store-emitters.utils.d.ts +9 -6
  3730. package/types/store/utils/store-emitters.utils.d.ts.map +1 -1
  3731. package/types/store/x.module.d.ts +1 -1
  3732. package/types/store/x.module.d.ts.map +1 -1
  3733. package/types/tailwind/plugin-options.d.ts +4 -0
  3734. package/types/tailwind/plugin-options.d.ts.map +1 -0
  3735. package/types/types/origin.d.ts +6 -6
  3736. package/types/types/origin.d.ts.map +1 -1
  3737. package/types/utils/array.d.ts +19 -17
  3738. package/types/utils/array.d.ts.map +1 -1
  3739. package/types/utils/filters.d.ts +2 -2
  3740. package/types/utils/filters.d.ts.map +1 -1
  3741. package/types/utils/focus.d.ts +7 -0
  3742. package/types/utils/focus.d.ts.map +1 -0
  3743. package/types/utils/html.d.ts +15 -0
  3744. package/types/utils/html.d.ts.map +1 -1
  3745. package/types/utils/index.d.ts +2 -1
  3746. package/types/utils/index.d.ts.map +1 -1
  3747. package/types/utils/is-new-query.d.ts +36 -0
  3748. package/types/utils/is-new-query.d.ts.map +1 -0
  3749. package/types/utils/string.d.ts +1 -1
  3750. package/types/utils/string.d.ts.map +1 -1
  3751. package/types/utils/types.d.ts +36 -52
  3752. package/types/utils/types.d.ts.map +1 -1
  3753. package/types/views/adapter.d.ts +6 -0
  3754. package/types/views/adapter.d.ts.map +1 -0
  3755. package/types/views/base-config.d.ts.map +1 -1
  3756. package/types/views/home/types.d.ts +25 -0
  3757. package/types/views/home/types.d.ts.map +1 -0
  3758. package/types/wiring/events.types.d.ts +90 -47
  3759. package/types/wiring/events.types.d.ts.map +1 -1
  3760. package/types/wiring/namespaced-wiring.types.d.ts +7 -7
  3761. package/types/wiring/namespaced-wiring.types.d.ts.map +1 -1
  3762. package/types/wiring/wires-operators.utils.d.ts +6 -6
  3763. package/types/wiring/wires-operators.utils.d.ts.map +1 -1
  3764. package/types/wiring/wires.factory.d.ts +3 -2
  3765. package/types/wiring/wires.factory.d.ts.map +1 -1
  3766. package/types/wiring/wires.operators.d.ts +1 -1
  3767. package/types/wiring/wires.operators.d.ts.map +1 -1
  3768. package/types/wiring/wiring.types.d.ts +34 -23
  3769. package/types/wiring/wiring.types.d.ts.map +1 -1
  3770. package/types/x-installer/api/api.types.d.ts +64 -13
  3771. package/types/x-installer/api/api.types.d.ts.map +1 -1
  3772. package/types/x-installer/api/base-api.d.ts +42 -6
  3773. package/types/x-installer/api/base-api.d.ts.map +1 -1
  3774. package/types/x-installer/x-installer/types.d.ts +58 -23
  3775. package/types/x-installer/x-installer/types.d.ts.map +1 -1
  3776. package/types/x-installer/x-installer/x-installer.d.ts +59 -52
  3777. package/types/x-installer/x-installer/x-installer.d.ts.map +1 -1
  3778. package/types/x-modules/device/components/device-detector.vue.d.ts +2 -2
  3779. package/types/x-modules/device/components/device-detector.vue.d.ts.map +1 -1
  3780. package/types/x-modules/device/store/types.d.ts +1 -1
  3781. package/types/x-modules/device/store/types.d.ts.map +1 -1
  3782. package/types/x-modules/device/x-module.d.ts +1 -1
  3783. package/types/x-modules/device/x-module.d.ts.map +1 -1
  3784. package/types/x-modules/empathize/components/empathize.vue.d.ts +22 -2
  3785. package/types/x-modules/empathize/components/empathize.vue.d.ts.map +1 -1
  3786. package/types/x-modules/empathize/store/types.d.ts +1 -1
  3787. package/types/x-modules/empathize/store/types.d.ts.map +1 -1
  3788. package/types/x-modules/empathize/x-module.d.ts +1 -1
  3789. package/types/x-modules/empathize/x-module.d.ts.map +1 -1
  3790. package/types/x-modules/extra-params/components/extra-params.vue.d.ts +2 -2
  3791. package/types/x-modules/extra-params/components/extra-params.vue.d.ts.map +1 -1
  3792. package/types/x-modules/extra-params/components/renderless-extra-param.vue.d.ts +1 -1
  3793. package/types/x-modules/extra-params/components/renderless-extra-param.vue.d.ts.map +1 -1
  3794. package/types/x-modules/extra-params/components/snippet-config-extra-params.vue.d.ts +13 -6
  3795. package/types/x-modules/extra-params/components/snippet-config-extra-params.vue.d.ts.map +1 -1
  3796. package/types/x-modules/extra-params/events.types.d.ts +1 -1
  3797. package/types/x-modules/extra-params/events.types.d.ts.map +1 -1
  3798. package/types/x-modules/extra-params/store/emitters.d.ts +6 -1
  3799. package/types/x-modules/extra-params/store/emitters.d.ts.map +1 -1
  3800. package/types/x-modules/extra-params/store/types.d.ts +2 -2
  3801. package/types/x-modules/extra-params/store/types.d.ts.map +1 -1
  3802. package/types/x-modules/extra-params/wiring.d.ts +4 -4
  3803. package/types/x-modules/extra-params/wiring.d.ts.map +1 -1
  3804. package/types/x-modules/extra-params/x-module.d.ts +2 -2
  3805. package/types/x-modules/extra-params/x-module.d.ts.map +1 -1
  3806. package/types/x-modules/facets/components/clear-filters.vue.d.ts +4 -51
  3807. package/types/x-modules/facets/components/clear-filters.vue.d.ts.map +1 -1
  3808. package/types/x-modules/facets/components/facets/facets-provider.vue.d.ts.map +1 -1
  3809. package/types/x-modules/facets/components/facets/facets.vue.d.ts +7 -10
  3810. package/types/x-modules/facets/components/facets/facets.vue.d.ts.map +1 -1
  3811. package/types/x-modules/facets/components/facets.mixin.d.ts +60 -0
  3812. package/types/x-modules/facets/components/facets.mixin.d.ts.map +1 -0
  3813. package/types/x-modules/facets/components/filters/all-filter.vue.d.ts.map +1 -1
  3814. package/types/x-modules/facets/components/filters/editable-number-range-filter.vue.d.ts +2 -0
  3815. package/types/x-modules/facets/components/filters/editable-number-range-filter.vue.d.ts.map +1 -1
  3816. package/types/x-modules/facets/components/filters/hierarchical-filter.vue.d.ts +15 -8
  3817. package/types/x-modules/facets/components/filters/hierarchical-filter.vue.d.ts.map +1 -1
  3818. package/types/x-modules/facets/components/filters/number-range-filter.vue.d.ts +9 -4
  3819. package/types/x-modules/facets/components/filters/number-range-filter.vue.d.ts.map +1 -1
  3820. package/types/x-modules/facets/components/filters/renderless-filter.vue.d.ts.map +1 -1
  3821. package/types/x-modules/facets/components/filters/simple-filter.vue.d.ts +9 -4
  3822. package/types/x-modules/facets/components/filters/simple-filter.vue.d.ts.map +1 -1
  3823. package/types/x-modules/facets/components/index.d.ts +1 -1
  3824. package/types/x-modules/facets/components/index.d.ts.map +1 -1
  3825. package/types/x-modules/facets/components/lists/exclude-filters-with-no-results.vue.d.ts.map +1 -1
  3826. package/types/x-modules/facets/components/lists/filters-list.vue.d.ts.map +1 -1
  3827. package/types/x-modules/facets/components/lists/filters-search.vue.d.ts +1 -0
  3828. package/types/x-modules/facets/components/lists/filters-search.vue.d.ts.map +1 -1
  3829. package/types/x-modules/facets/components/lists/selected-filters-list.vue.d.ts +6 -20
  3830. package/types/x-modules/facets/components/lists/selected-filters-list.vue.d.ts.map +1 -1
  3831. package/types/x-modules/facets/components/lists/selected-filters.vue.d.ts +4 -52
  3832. package/types/x-modules/facets/components/lists/selected-filters.vue.d.ts.map +1 -1
  3833. package/types/x-modules/facets/components/lists/sliced-filters.vue.d.ts +3 -2
  3834. package/types/x-modules/facets/components/lists/sliced-filters.vue.d.ts.map +1 -1
  3835. package/types/x-modules/facets/components/lists/sorted-filters.vue.d.ts.map +1 -1
  3836. package/types/x-modules/facets/components/preselected-filters.vue.d.ts +32 -0
  3837. package/types/x-modules/facets/components/preselected-filters.vue.d.ts.map +1 -0
  3838. package/types/x-modules/facets/entities/editable-number-range-filter.entity.d.ts +1 -1
  3839. package/types/x-modules/facets/entities/editable-number-range-filter.entity.d.ts.map +1 -1
  3840. package/types/x-modules/facets/entities/filter-entity.factory.d.ts +23 -3
  3841. package/types/x-modules/facets/entities/filter-entity.factory.d.ts.map +1 -1
  3842. package/types/x-modules/facets/entities/hierarchical-filter.entity.d.ts +2 -1
  3843. package/types/x-modules/facets/entities/hierarchical-filter.entity.d.ts.map +1 -1
  3844. package/types/x-modules/facets/entities/index.d.ts +1 -0
  3845. package/types/x-modules/facets/entities/index.d.ts.map +1 -1
  3846. package/types/x-modules/facets/entities/single-select.modifier.d.ts.map +1 -1
  3847. package/types/x-modules/facets/entities/sticky.modifier.d.ts +32 -0
  3848. package/types/x-modules/facets/entities/sticky.modifier.d.ts.map +1 -0
  3849. package/types/x-modules/facets/entities/types.d.ts +10 -7
  3850. package/types/x-modules/facets/entities/types.d.ts.map +1 -1
  3851. package/types/x-modules/facets/events.types.d.ts +28 -13
  3852. package/types/x-modules/facets/events.types.d.ts.map +1 -1
  3853. package/types/x-modules/facets/index.d.ts +1 -0
  3854. package/types/x-modules/facets/index.d.ts.map +1 -1
  3855. package/types/x-modules/facets/service/facets.service.d.ts +37 -3
  3856. package/types/x-modules/facets/service/facets.service.d.ts.map +1 -1
  3857. package/types/x-modules/facets/service/types.d.ts +41 -2
  3858. package/types/x-modules/facets/service/types.d.ts.map +1 -1
  3859. package/types/x-modules/facets/store/emitters.d.ts +15 -0
  3860. package/types/x-modules/facets/store/emitters.d.ts.map +1 -1
  3861. package/types/x-modules/facets/store/getters/facets.getter.d.ts +1 -1
  3862. package/types/x-modules/facets/store/getters/selected-filters-by-facet.getter.d.ts +1 -1
  3863. package/types/x-modules/facets/store/getters/selected-filters-by-facet.getter.d.ts.map +1 -1
  3864. package/types/x-modules/facets/store/getters/selected-filters-for-request.getter.d.ts +13 -0
  3865. package/types/x-modules/facets/store/getters/selected-filters-for-request.getter.d.ts.map +1 -0
  3866. package/types/x-modules/facets/store/getters/selected-filters.getter.d.ts +1 -1
  3867. package/types/x-modules/facets/store/getters/selected-filters.getter.d.ts.map +1 -1
  3868. package/types/x-modules/facets/store/module.d.ts.map +1 -1
  3869. package/types/x-modules/facets/store/types.d.ts +87 -8
  3870. package/types/x-modules/facets/store/types.d.ts.map +1 -1
  3871. package/types/x-modules/facets/utils.d.ts +6 -24
  3872. package/types/x-modules/facets/utils.d.ts.map +1 -1
  3873. package/types/x-modules/facets/wiring.d.ts +29 -10
  3874. package/types/x-modules/facets/wiring.d.ts.map +1 -1
  3875. package/types/x-modules/facets/x-module.d.ts +1 -1
  3876. package/types/x-modules/facets/x-module.d.ts.map +1 -1
  3877. package/types/x-modules/history-queries/components/clear-history-queries.vue.d.ts.map +1 -1
  3878. package/types/x-modules/history-queries/components/history-queries-switch.vue.d.ts +33 -0
  3879. package/types/x-modules/history-queries/components/history-queries-switch.vue.d.ts.map +1 -0
  3880. package/types/x-modules/history-queries/components/history-queries.vue.d.ts +2 -18
  3881. package/types/x-modules/history-queries/components/history-queries.vue.d.ts.map +1 -1
  3882. package/types/x-modules/history-queries/components/history-query.vue.d.ts +3 -2
  3883. package/types/x-modules/history-queries/components/history-query.vue.d.ts.map +1 -1
  3884. package/types/x-modules/history-queries/components/index.d.ts +2 -0
  3885. package/types/x-modules/history-queries/components/index.d.ts.map +1 -1
  3886. package/types/x-modules/history-queries/components/my-history.vue.d.ts +96 -0
  3887. package/types/x-modules/history-queries/components/my-history.vue.d.ts.map +1 -0
  3888. package/types/x-modules/history-queries/components/remove-history-query.vue.d.ts +1 -1
  3889. package/types/x-modules/history-queries/components/remove-history-query.vue.d.ts.map +1 -1
  3890. package/types/x-modules/history-queries/events.types.d.ts +27 -7
  3891. package/types/x-modules/history-queries/events.types.d.ts.map +1 -1
  3892. package/types/x-modules/history-queries/store/actions/add-query-to-history.action.d.ts.map +1 -1
  3893. package/types/x-modules/history-queries/store/actions/set-history-queries.action.d.ts.map +1 -1
  3894. package/types/x-modules/history-queries/store/actions/toggle-history-queries.action.d.ts +3 -0
  3895. package/types/x-modules/history-queries/store/actions/toggle-history-queries.action.d.ts.map +1 -0
  3896. package/types/x-modules/history-queries/store/actions/update-history-queries-with-search-response.action.d.ts +22 -0
  3897. package/types/x-modules/history-queries/store/actions/update-history-queries-with-search-response.action.d.ts.map +1 -0
  3898. package/types/x-modules/history-queries/store/constants.d.ts +1 -0
  3899. package/types/x-modules/history-queries/store/constants.d.ts.map +1 -1
  3900. package/types/x-modules/history-queries/store/getters/history-queries-with-results.getter.d.ts +16 -0
  3901. package/types/x-modules/history-queries/store/getters/history-queries-with-results.getter.d.ts.map +1 -0
  3902. package/types/x-modules/history-queries/store/module.d.ts.map +1 -1
  3903. package/types/x-modules/history-queries/store/types.d.ts +34 -4
  3904. package/types/x-modules/history-queries/store/types.d.ts.map +1 -1
  3905. package/types/x-modules/history-queries/wiring.d.ts +35 -2
  3906. package/types/x-modules/history-queries/wiring.d.ts.map +1 -1
  3907. package/types/x-modules/history-queries/x-module.d.ts +1 -1
  3908. package/types/x-modules/history-queries/x-module.d.ts.map +1 -1
  3909. package/types/x-modules/identifier-results/components/identifier-result.vue.d.ts.map +1 -1
  3910. package/types/x-modules/identifier-results/components/identifier-results.vue.d.ts +14 -0
  3911. package/types/x-modules/identifier-results/components/identifier-results.vue.d.ts.map +1 -1
  3912. package/types/x-modules/identifier-results/events.types.d.ts +5 -6
  3913. package/types/x-modules/identifier-results/events.types.d.ts.map +1 -1
  3914. package/types/x-modules/identifier-results/store/actions/fetch-and-save-identifier-results.action.d.ts +2 -2
  3915. package/types/x-modules/identifier-results/store/actions/fetch-and-save-identifier-results.action.d.ts.map +1 -1
  3916. package/types/x-modules/identifier-results/store/actions/index.d.ts +5 -0
  3917. package/types/x-modules/identifier-results/store/actions/index.d.ts.map +1 -0
  3918. package/types/x-modules/identifier-results/store/emitters.d.ts +1 -1
  3919. package/types/x-modules/identifier-results/store/index.d.ts +1 -4
  3920. package/types/x-modules/identifier-results/store/index.d.ts.map +1 -1
  3921. package/types/x-modules/identifier-results/store/module.d.ts.map +1 -1
  3922. package/types/x-modules/identifier-results/store/types.d.ts +18 -14
  3923. package/types/x-modules/identifier-results/store/types.d.ts.map +1 -1
  3924. package/types/x-modules/identifier-results/wiring.d.ts +15 -9
  3925. package/types/x-modules/identifier-results/wiring.d.ts.map +1 -1
  3926. package/types/x-modules/identifier-results/x-module.d.ts +1 -1
  3927. package/types/x-modules/identifier-results/x-module.d.ts.map +1 -1
  3928. package/types/x-modules/next-queries/components/index.d.ts +2 -1
  3929. package/types/x-modules/next-queries/components/index.d.ts.map +1 -1
  3930. package/types/x-modules/next-queries/components/next-queries-list.vue.d.ts +31 -0
  3931. package/types/x-modules/next-queries/components/next-queries-list.vue.d.ts.map +1 -1
  3932. package/types/x-modules/next-queries/components/next-queries.vue.d.ts +17 -11
  3933. package/types/x-modules/next-queries/components/next-queries.vue.d.ts.map +1 -1
  3934. package/types/x-modules/next-queries/components/next-query-preview.vue.d.ts +41 -0
  3935. package/types/x-modules/next-queries/components/next-query-preview.vue.d.ts.map +1 -0
  3936. package/types/x-modules/next-queries/components/next-query.vue.d.ts +14 -0
  3937. package/types/x-modules/next-queries/components/next-query.vue.d.ts.map +1 -1
  3938. package/types/x-modules/next-queries/config.types.d.ts +4 -0
  3939. package/types/x-modules/next-queries/config.types.d.ts.map +1 -1
  3940. package/types/x-modules/next-queries/events.types.d.ts +11 -7
  3941. package/types/x-modules/next-queries/events.types.d.ts.map +1 -1
  3942. package/types/x-modules/next-queries/store/actions/fetch-and-save-next-queries.action.d.ts +1 -1
  3943. package/types/x-modules/next-queries/store/actions/fetch-and-save-next-queries.action.d.ts.map +1 -1
  3944. package/types/x-modules/next-queries/store/actions/fetch-and-save-next-query-preview.action.d.ts +3 -0
  3945. package/types/x-modules/next-queries/store/actions/fetch-and-save-next-query-preview.action.d.ts.map +1 -0
  3946. package/types/x-modules/next-queries/store/actions/fetch-next-query-preview.action.d.ts +13 -0
  3947. package/types/x-modules/next-queries/store/actions/fetch-next-query-preview.action.d.ts.map +1 -0
  3948. package/types/x-modules/next-queries/store/emitters.d.ts +1 -1
  3949. package/types/x-modules/next-queries/store/module.d.ts.map +1 -1
  3950. package/types/x-modules/next-queries/store/types.d.ts +45 -9
  3951. package/types/x-modules/next-queries/store/types.d.ts.map +1 -1
  3952. package/types/x-modules/next-queries/wiring.d.ts +25 -7
  3953. package/types/x-modules/next-queries/wiring.d.ts.map +1 -1
  3954. package/types/x-modules/next-queries/x-module.d.ts +1 -1
  3955. package/types/x-modules/next-queries/x-module.d.ts.map +1 -1
  3956. package/types/x-modules/popular-searches/components/popular-search.vue.d.ts.map +1 -1
  3957. package/types/x-modules/popular-searches/components/popular-searches.vue.d.ts +0 -12
  3958. package/types/x-modules/popular-searches/components/popular-searches.vue.d.ts.map +1 -1
  3959. package/types/x-modules/popular-searches/config.types.d.ts +0 -20
  3960. package/types/x-modules/popular-searches/config.types.d.ts.map +1 -1
  3961. package/types/x-modules/popular-searches/events.types.d.ts +5 -6
  3962. package/types/x-modules/popular-searches/events.types.d.ts.map +1 -1
  3963. package/types/x-modules/popular-searches/store/actions/fetch-and-save-suggestions.action.d.ts +2 -2
  3964. package/types/x-modules/popular-searches/store/actions/fetch-and-save-suggestions.action.d.ts.map +1 -1
  3965. package/types/x-modules/popular-searches/store/actions/fetch-suggestions.action.d.ts.map +1 -1
  3966. package/types/x-modules/popular-searches/store/emitters.d.ts +2 -3
  3967. package/types/x-modules/popular-searches/store/emitters.d.ts.map +1 -1
  3968. package/types/x-modules/popular-searches/store/module.d.ts.map +1 -1
  3969. package/types/x-modules/popular-searches/store/types.d.ts +8 -9
  3970. package/types/x-modules/popular-searches/store/types.d.ts.map +1 -1
  3971. package/types/x-modules/popular-searches/wiring.d.ts +4 -4
  3972. package/types/x-modules/popular-searches/wiring.d.ts.map +1 -1
  3973. package/types/x-modules/popular-searches/x-module.d.ts +1 -1
  3974. package/types/x-modules/popular-searches/x-module.d.ts.map +1 -1
  3975. package/types/x-modules/queries-preview/components/index.d.ts +3 -0
  3976. package/types/x-modules/queries-preview/components/index.d.ts.map +1 -0
  3977. package/types/x-modules/queries-preview/components/query-preview-list.vue.d.ts +63 -0
  3978. package/types/x-modules/queries-preview/components/query-preview-list.vue.d.ts.map +1 -0
  3979. package/types/x-modules/queries-preview/components/query-preview.vue.d.ts +123 -0
  3980. package/types/x-modules/queries-preview/components/query-preview.vue.d.ts.map +1 -0
  3981. package/types/x-modules/queries-preview/config.types.d.ts +12 -0
  3982. package/types/x-modules/queries-preview/config.types.d.ts.map +1 -0
  3983. package/types/x-modules/queries-preview/events.types.d.ts +20 -0
  3984. package/types/x-modules/queries-preview/events.types.d.ts.map +1 -0
  3985. package/types/x-modules/queries-preview/index.d.ts +7 -0
  3986. package/types/x-modules/queries-preview/index.d.ts.map +1 -0
  3987. package/types/x-modules/queries-preview/store/actions/fetch-and-save-query-preview.action.d.ts +13 -0
  3988. package/types/x-modules/queries-preview/store/actions/fetch-and-save-query-preview.action.d.ts.map +1 -0
  3989. package/types/x-modules/queries-preview/store/actions/fetch-query-preview.action.d.ts +13 -0
  3990. package/types/x-modules/queries-preview/store/actions/fetch-query-preview.action.d.ts.map +1 -0
  3991. package/types/x-modules/queries-preview/store/emitters.d.ts +7 -0
  3992. package/types/x-modules/queries-preview/store/emitters.d.ts.map +1 -0
  3993. package/types/x-modules/queries-preview/store/index.d.ts +6 -0
  3994. package/types/x-modules/queries-preview/store/index.d.ts.map +1 -0
  3995. package/types/x-modules/queries-preview/store/module.d.ts +8 -0
  3996. package/types/x-modules/queries-preview/store/module.d.ts.map +1 -0
  3997. package/types/x-modules/queries-preview/store/types.d.ts +121 -0
  3998. package/types/x-modules/queries-preview/store/types.d.ts.map +1 -0
  3999. package/types/x-modules/queries-preview/wiring.d.ts +35 -0
  4000. package/types/x-modules/queries-preview/wiring.d.ts.map +1 -0
  4001. package/types/x-modules/queries-preview/x-module.d.ts +16 -0
  4002. package/types/x-modules/queries-preview/x-module.d.ts.map +1 -0
  4003. package/types/x-modules/query-suggestions/components/query-suggestion.vue.d.ts.map +1 -1
  4004. package/types/x-modules/query-suggestions/components/query-suggestions.vue.d.ts +0 -12
  4005. package/types/x-modules/query-suggestions/components/query-suggestions.vue.d.ts.map +1 -1
  4006. package/types/x-modules/query-suggestions/config.types.d.ts +0 -23
  4007. package/types/x-modules/query-suggestions/config.types.d.ts.map +1 -1
  4008. package/types/x-modules/query-suggestions/events.types.d.ts +6 -7
  4009. package/types/x-modules/query-suggestions/events.types.d.ts.map +1 -1
  4010. package/types/x-modules/query-suggestions/store/actions/fetch-and-save-suggestions.action.d.ts +2 -2
  4011. package/types/x-modules/query-suggestions/store/actions/fetch-and-save-suggestions.action.d.ts.map +1 -1
  4012. package/types/x-modules/query-suggestions/store/emitters.d.ts +1 -1
  4013. package/types/x-modules/query-suggestions/store/module.d.ts.map +1 -1
  4014. package/types/x-modules/query-suggestions/store/types.d.ts +14 -12
  4015. package/types/x-modules/query-suggestions/store/types.d.ts.map +1 -1
  4016. package/types/x-modules/query-suggestions/wiring.d.ts +13 -7
  4017. package/types/x-modules/query-suggestions/wiring.d.ts.map +1 -1
  4018. package/types/x-modules/query-suggestions/x-module.d.ts +1 -1
  4019. package/types/x-modules/query-suggestions/x-module.d.ts.map +1 -1
  4020. package/types/x-modules/recommendations/components/recommendations.vue.d.ts.map +1 -1
  4021. package/types/x-modules/recommendations/events.types.d.ts +5 -6
  4022. package/types/x-modules/recommendations/events.types.d.ts.map +1 -1
  4023. package/types/x-modules/recommendations/store/actions/fetch-and-save-recommendations.action.d.ts +2 -2
  4024. package/types/x-modules/recommendations/store/actions/fetch-and-save-recommendations.action.d.ts.map +1 -1
  4025. package/types/x-modules/recommendations/store/actions/fetch-recommendations.action.d.ts.map +1 -1
  4026. package/types/x-modules/recommendations/store/emitters.d.ts +3 -3
  4027. package/types/x-modules/recommendations/store/module.d.ts.map +1 -1
  4028. package/types/x-modules/recommendations/store/types.d.ts +14 -8
  4029. package/types/x-modules/recommendations/store/types.d.ts.map +1 -1
  4030. package/types/x-modules/recommendations/wiring.d.ts +4 -4
  4031. package/types/x-modules/recommendations/wiring.d.ts.map +1 -1
  4032. package/types/x-modules/recommendations/x-module.d.ts +1 -1
  4033. package/types/x-modules/recommendations/x-module.d.ts.map +1 -1
  4034. package/types/x-modules/related-tags/components/related-tag.vue.d.ts.map +1 -1
  4035. package/types/x-modules/related-tags/components/related-tags.vue.d.ts.map +1 -1
  4036. package/types/x-modules/related-tags/events.types.d.ts +8 -9
  4037. package/types/x-modules/related-tags/events.types.d.ts.map +1 -1
  4038. package/types/x-modules/related-tags/store/actions/fetch-and-save-related-tags.action.d.ts +1 -1
  4039. package/types/x-modules/related-tags/store/actions/fetch-and-save-related-tags.action.d.ts.map +1 -1
  4040. package/types/x-modules/related-tags/store/actions/fetch-related-tags.action.d.ts.map +1 -1
  4041. package/types/x-modules/related-tags/store/actions/set-url-params.action.d.ts.map +1 -1
  4042. package/types/x-modules/related-tags/store/emitters.d.ts +1 -1
  4043. package/types/x-modules/related-tags/store/getters/query.getter.d.ts +13 -0
  4044. package/types/x-modules/related-tags/store/getters/query.getter.d.ts.map +1 -0
  4045. package/types/x-modules/related-tags/store/getters/request.getter.d.ts +2 -0
  4046. package/types/x-modules/related-tags/store/getters/request.getter.d.ts.map +1 -1
  4047. package/types/x-modules/related-tags/store/index.d.ts +1 -0
  4048. package/types/x-modules/related-tags/store/index.d.ts.map +1 -1
  4049. package/types/x-modules/related-tags/store/module.d.ts.map +1 -1
  4050. package/types/x-modules/related-tags/store/types.d.ts +15 -18
  4051. package/types/x-modules/related-tags/store/types.d.ts.map +1 -1
  4052. package/types/x-modules/related-tags/wiring.d.ts +16 -7
  4053. package/types/x-modules/related-tags/wiring.d.ts.map +1 -1
  4054. package/types/x-modules/related-tags/x-module.d.ts +1 -1
  4055. package/types/x-modules/related-tags/x-module.d.ts.map +1 -1
  4056. package/types/x-modules/scroll/components/main-scroll-item.vue.d.ts.map +1 -1
  4057. package/types/x-modules/scroll/components/main-scroll.vue.d.ts +18 -2
  4058. package/types/x-modules/scroll/components/main-scroll.vue.d.ts.map +1 -1
  4059. package/types/x-modules/scroll/components/scroll-to-top.vue.d.ts +1 -1
  4060. package/types/x-modules/scroll/components/scroll-to-top.vue.d.ts.map +1 -1
  4061. package/types/x-modules/scroll/components/scroll.vue.d.ts +2 -17
  4062. package/types/x-modules/scroll/components/scroll.vue.d.ts.map +1 -1
  4063. package/types/x-modules/scroll/components/window-scroll.vue.d.ts +1 -1
  4064. package/types/x-modules/scroll/components/window-scroll.vue.d.ts.map +1 -1
  4065. package/types/x-modules/scroll/store/types.d.ts +2 -2
  4066. package/types/x-modules/scroll/store/types.d.ts.map +1 -1
  4067. package/types/x-modules/scroll/x-module.d.ts +1 -1
  4068. package/types/x-modules/scroll/x-module.d.ts.map +1 -1
  4069. package/types/x-modules/search/components/banner.vue.d.ts +21 -3
  4070. package/types/x-modules/search/components/banner.vue.d.ts.map +1 -1
  4071. package/types/x-modules/search/components/banners-list.vue.d.ts +23 -0
  4072. package/types/x-modules/search/components/banners-list.vue.d.ts.map +1 -1
  4073. package/types/x-modules/search/components/fallback-disclaimer.vue.d.ts +10 -0
  4074. package/types/x-modules/search/components/fallback-disclaimer.vue.d.ts.map +1 -0
  4075. package/types/x-modules/search/components/index.d.ts +2 -0
  4076. package/types/x-modules/search/components/index.d.ts.map +1 -1
  4077. package/types/x-modules/search/components/partial-query-button.vue.d.ts.map +1 -1
  4078. package/types/x-modules/search/components/partial-results-list.vue.d.ts.map +1 -1
  4079. package/types/x-modules/search/components/promoted.vue.d.ts.map +1 -1
  4080. package/types/x-modules/search/components/promoteds-list.vue.d.ts.map +1 -1
  4081. package/types/x-modules/search/components/redirection.vue.d.ts.map +1 -1
  4082. package/types/x-modules/search/components/results-list.vue.d.ts +32 -0
  4083. package/types/x-modules/search/components/results-list.vue.d.ts.map +1 -1
  4084. package/types/x-modules/search/components/sort-dropdown.vue.d.ts.map +1 -1
  4085. package/types/x-modules/search/components/sort-list.vue.d.ts.map +1 -1
  4086. package/types/x-modules/search/components/sort-picker-list.vue.d.ts +42 -0
  4087. package/types/x-modules/search/components/sort-picker-list.vue.d.ts.map +1 -0
  4088. package/types/x-modules/search/components/spellcheck-button.vue.d.ts.map +1 -1
  4089. package/types/x-modules/search/components/spellcheck.vue.d.ts.map +1 -1
  4090. package/types/x-modules/search/events.types.d.ts +32 -17
  4091. package/types/x-modules/search/events.types.d.ts.map +1 -1
  4092. package/types/x-modules/search/index.d.ts +1 -0
  4093. package/types/x-modules/search/index.d.ts.map +1 -1
  4094. package/types/x-modules/search/store/actions/fetch-and-save-search-response.action.d.ts +2 -2
  4095. package/types/x-modules/search/store/actions/fetch-and-save-search-response.action.d.ts.map +1 -1
  4096. package/types/x-modules/search/store/actions/fetch-search-response.action.d.ts.map +1 -1
  4097. package/types/x-modules/search/store/actions/index.d.ts +8 -0
  4098. package/types/x-modules/search/store/actions/index.d.ts.map +1 -0
  4099. package/types/x-modules/search/store/actions/reset-request-on-refinement.action.d.ts +12 -0
  4100. package/types/x-modules/search/store/actions/reset-request-on-refinement.action.d.ts.map +1 -0
  4101. package/types/x-modules/search/store/actions/save-search-response.action.d.ts +12 -0
  4102. package/types/x-modules/search/store/actions/save-search-response.action.d.ts.map +1 -0
  4103. package/types/x-modules/search/store/emitters.d.ts +20 -3
  4104. package/types/x-modules/search/store/emitters.d.ts.map +1 -1
  4105. package/types/x-modules/search/store/getters/index.d.ts +3 -0
  4106. package/types/x-modules/search/store/getters/index.d.ts.map +1 -0
  4107. package/types/x-modules/search/store/getters/query.getter.d.ts +13 -0
  4108. package/types/x-modules/search/store/getters/query.getter.d.ts.map +1 -0
  4109. package/types/x-modules/search/store/getters/request.getter.d.ts +2 -0
  4110. package/types/x-modules/search/store/getters/request.getter.d.ts.map +1 -1
  4111. package/types/x-modules/search/store/index.d.ts +2 -3
  4112. package/types/x-modules/search/store/index.d.ts.map +1 -1
  4113. package/types/x-modules/search/store/module.d.ts +28 -0
  4114. package/types/x-modules/search/store/module.d.ts.map +1 -1
  4115. package/types/x-modules/search/store/types.d.ts +63 -17
  4116. package/types/x-modules/search/store/types.d.ts.map +1 -1
  4117. package/types/x-modules/search/types.d.ts +35 -0
  4118. package/types/x-modules/search/types.d.ts.map +1 -0
  4119. package/types/x-modules/search/wiring.d.ts +62 -55
  4120. package/types/x-modules/search/wiring.d.ts.map +1 -1
  4121. package/types/x-modules/search/x-module.d.ts +1 -1
  4122. package/types/x-modules/search/x-module.d.ts.map +1 -1
  4123. package/types/x-modules/search-box/components/clear-search-input.vue.d.ts.map +1 -1
  4124. package/types/x-modules/search-box/components/index.d.ts +1 -0
  4125. package/types/x-modules/search-box/components/index.d.ts.map +1 -1
  4126. package/types/x-modules/search-box/components/search-button.vue.d.ts.map +1 -1
  4127. package/types/x-modules/search-box/components/search-input-placeholder.vue.d.ts +126 -0
  4128. package/types/x-modules/search-box/components/search-input-placeholder.vue.d.ts.map +1 -0
  4129. package/types/x-modules/search-box/components/search-input.vue.d.ts +23 -3
  4130. package/types/x-modules/search-box/components/search-input.vue.d.ts.map +1 -1
  4131. package/types/x-modules/search-box/events.types.d.ts +10 -0
  4132. package/types/x-modules/search-box/events.types.d.ts.map +1 -1
  4133. package/types/x-modules/search-box/store/actions/set-input-status.action.d.ts +12 -0
  4134. package/types/x-modules/search-box/store/actions/set-input-status.action.d.ts.map +1 -0
  4135. package/types/x-modules/search-box/store/module.d.ts.map +1 -1
  4136. package/types/x-modules/search-box/store/types.d.ts +31 -4
  4137. package/types/x-modules/search-box/store/types.d.ts.map +1 -1
  4138. package/types/x-modules/search-box/wiring.d.ts +24 -5
  4139. package/types/x-modules/search-box/wiring.d.ts.map +1 -1
  4140. package/types/x-modules/search-box/x-module.d.ts +1 -1
  4141. package/types/x-modules/search-box/x-module.d.ts.map +1 -1
  4142. package/types/x-modules/tagging/components/tagging.vue.d.ts +29 -2
  4143. package/types/x-modules/tagging/components/tagging.vue.d.ts.map +1 -1
  4144. package/types/x-modules/tagging/config.types.d.ts +9 -0
  4145. package/types/x-modules/tagging/config.types.d.ts.map +1 -1
  4146. package/types/x-modules/tagging/events.types.d.ts +26 -8
  4147. package/types/x-modules/tagging/events.types.d.ts.map +1 -1
  4148. package/types/x-modules/tagging/service/index.d.ts +1 -1
  4149. package/types/x-modules/tagging/service/index.d.ts.map +1 -1
  4150. package/types/x-modules/tagging/service/pdp-add-to-cart.service.d.ts +82 -0
  4151. package/types/x-modules/tagging/service/pdp-add-to-cart.service.d.ts.map +1 -0
  4152. package/types/x-modules/tagging/service/types.d.ts +18 -9
  4153. package/types/x-modules/tagging/service/types.d.ts.map +1 -1
  4154. package/types/x-modules/tagging/store/emitters.d.ts +5 -0
  4155. package/types/x-modules/tagging/store/emitters.d.ts.map +1 -1
  4156. package/types/x-modules/tagging/store/module.d.ts.map +1 -1
  4157. package/types/x-modules/tagging/store/types.d.ts +13 -9
  4158. package/types/x-modules/tagging/store/types.d.ts.map +1 -1
  4159. package/types/x-modules/tagging/wiring.d.ts +45 -16
  4160. package/types/x-modules/tagging/wiring.d.ts.map +1 -1
  4161. package/types/x-modules/tagging/x-module.d.ts +1 -1
  4162. package/types/x-modules/tagging/x-module.d.ts.map +1 -1
  4163. package/types/x-modules/url/components/url-handler.vue.d.ts +5 -4
  4164. package/types/x-modules/url/components/url-handler.vue.d.ts.map +1 -1
  4165. package/types/x-modules/url/events.types.d.ts +5 -4
  4166. package/types/x-modules/url/events.types.d.ts.map +1 -1
  4167. package/types/x-modules/url/store/emitters.d.ts +8 -2
  4168. package/types/x-modules/url/store/emitters.d.ts.map +1 -1
  4169. package/types/x-modules/url/store/module.d.ts.map +1 -1
  4170. package/types/x-modules/url/store/types.d.ts +9 -8
  4171. package/types/x-modules/url/store/types.d.ts.map +1 -1
  4172. package/types/x-modules/url/wiring.d.ts +6 -6
  4173. package/types/x-modules/url/wiring.d.ts.map +1 -1
  4174. package/types/x-modules/url/x-module.d.ts +1 -1
  4175. package/types/x-modules/url/x-module.d.ts.map +1 -1
  4176. package/types/x-modules/x-modules.types.d.ts +10 -6
  4177. package/types/x-modules/x-modules.types.d.ts.map +1 -1
  4178. package/url/index.js +3 -3
  4179. package/build-helpers/plugins/polyfills-wrapper.plugin.js +0 -36
  4180. package/build-helpers/utils/polyfills.util.js +0 -68
  4181. package/design-system/.-mixins.css +0 -1
  4182. package/design-system/badge-default.css +0 -43
  4183. package/design-system/base.css +0 -52
  4184. package/design-system/button-card.css +0 -20
  4185. package/design-system/button-default.css +0 -65
  4186. package/design-system/button-ghost.css +0 -18
  4187. package/design-system/button-pill.css +0 -20
  4188. package/design-system/button-primary.css +0 -19
  4189. package/design-system/button-round.css +0 -23
  4190. package/design-system/button-secondary.css +0 -19
  4191. package/design-system/button-tertiary.css +0 -19
  4192. package/design-system/default-theme.css +0 -2230
  4193. package/design-system/dropdown-card.css +0 -41
  4194. package/design-system/dropdown-default.css +0 -205
  4195. package/design-system/dropdown-l.css +0 -5
  4196. package/design-system/dropdown-line.css +0 -61
  4197. package/design-system/dropdown-m.css +0 -5
  4198. package/design-system/dropdown-pill.css +0 -41
  4199. package/design-system/dropdown-s.css +0 -5
  4200. package/design-system/dropdown-xl.css +0 -5
  4201. package/design-system/facet-card.css +0 -24
  4202. package/design-system/facet-default.css +0 -102
  4203. package/design-system/facet-line.css +0 -16
  4204. package/design-system/facet-outlined.css +0 -26
  4205. package/design-system/filter-default.css +0 -87
  4206. package/design-system/filter-hierarchical.css +0 -24
  4207. package/design-system/filter-justified.css +0 -3
  4208. package/design-system/full-theme.css +0 -6135
  4209. package/design-system/grid-default.css +0 -15
  4210. package/design-system/icon-default.css +0 -24
  4211. package/design-system/icon-l.css +0 -7
  4212. package/design-system/icon-m.css +0 -7
  4213. package/design-system/icon-s.css +0 -7
  4214. package/design-system/icon-xl.css +0 -7
  4215. package/design-system/input-card.css +0 -18
  4216. package/design-system/input-default.css +0 -74
  4217. package/design-system/input-group-card.css +0 -30
  4218. package/design-system/input-group-default.css +0 -132
  4219. package/design-system/input-group-line.css +0 -39
  4220. package/design-system/input-group-pill.css +0 -22
  4221. package/design-system/input-line.css +0 -20
  4222. package/design-system/input-pill.css +0 -14
  4223. package/design-system/list-default.css +0 -133
  4224. package/design-system/list-gap.css +0 -262
  4225. package/design-system/list-padding.css +0 -261
  4226. package/design-system/message-default.css +0 -57
  4227. package/design-system/option-list-bottom.css +0 -61
  4228. package/design-system/option-list-default.css +0 -142
  4229. package/design-system/picture-card.css +0 -13
  4230. package/design-system/picture-colored.css +0 -14
  4231. package/design-system/picture-cover.css +0 -17
  4232. package/design-system/picture-default.css +0 -43
  4233. package/design-system/picture-fixed-ratio.css +0 -25
  4234. package/design-system/progress-bar-progress-bar.css +0 -23
  4235. package/design-system/result-card.css +0 -6
  4236. package/design-system/result-default.css +0 -59
  4237. package/design-system/row-default.css +0 -93
  4238. package/design-system/row-gap.css +0 -21
  4239. package/design-system/row-padding.css +0 -23
  4240. package/design-system/scroll-default.css +0 -26
  4241. package/design-system/sliding-panel-default.css +0 -38
  4242. package/design-system/sliding-panel-default.token.css +0 -7
  4243. package/design-system/suggestion-default.css +0 -81
  4244. package/design-system/suggestion-group-default.css +0 -55
  4245. package/design-system/tag-card.css +0 -16
  4246. package/design-system/tag-default.css +0 -97
  4247. package/design-system/tag-ghost.css +0 -14
  4248. package/design-system/tag-pill.css +0 -16
  4249. package/design-system/typography-accent.css +0 -2
  4250. package/design-system/typography-accent.token.css +0 -2
  4251. package/design-system/typography-bold.css +0 -14
  4252. package/design-system/typography-default.css +0 -82
  4253. package/design-system/typography-light.css +0 -14
  4254. package/design-system/typography-secondary.css +0 -2
  4255. package/design-system/typography-secondary.token.css +0 -2
  4256. package/design-system/typography-stroke.css +0 -14
  4257. package/design-system/utilities-background-color.css +0 -20
  4258. package/design-system/utilities-border-color.css +0 -20
  4259. package/design-system/utilities-border-radius.css +0 -1529
  4260. package/design-system/utilities-border-width.css +0 -333
  4261. package/design-system/utilities-box-shadow.css +0 -68
  4262. package/design-system/utilities-dev-mode.css +0 -11
  4263. package/design-system/utilities-font-color.css +0 -20
  4264. package/design-system/utilities-font-weight.css +0 -8
  4265. package/design-system/utilities-margin.css +0 -485
  4266. package/design-system/utilities-padding.css +0 -464
  4267. package/docs/API-reference/api/x-adapter.ancestorbinding.default.md +0 -11
  4268. package/docs/API-reference/api/x-adapter.ancestorbinding.md +0 -21
  4269. package/docs/API-reference/api/x-adapter.ancestorbinding.whenanyancestoris.md +0 -11
  4270. package/docs/API-reference/api/x-adapter.ancestorconstantbinding.md +0 -20
  4271. package/docs/API-reference/api/x-adapter.ancestorconstantbinding.toconstantwhenanyancestoris.md +0 -11
  4272. package/docs/API-reference/api/x-adapter.beacontrackingrequestor.md +0 -21
  4273. package/docs/API-reference/api/x-adapter.beacontrackingrequestor.request.md +0 -22
  4274. package/docs/API-reference/api/x-adapter.beforerequest.md +0 -15
  4275. package/docs/API-reference/api/x-adapter.beforerequestcontext.feature.md +0 -11
  4276. package/docs/API-reference/api/x-adapter.beforerequestcontext.md +0 -24
  4277. package/docs/API-reference/api/x-adapter.beforerequestcontext.rawrequest.md +0 -11
  4278. package/docs/API-reference/api/x-adapter.beforerequestcontext.request.md +0 -11
  4279. package/docs/API-reference/api/x-adapter.beforerequestcontext.requestoptions.md +0 -11
  4280. package/docs/API-reference/api/x-adapter.beforerequestcontext.url.md +0 -11
  4281. package/docs/API-reference/api/x-adapter.beforeresponsetransform.md +0 -15
  4282. package/docs/API-reference/api/x-adapter.beforeresponsetransformcontext.md +0 -21
  4283. package/docs/API-reference/api/x-adapter.beforeresponsetransformcontext.rawresponse.md +0 -11
  4284. package/docs/API-reference/api/x-adapter.binding.md +0 -15
  4285. package/docs/API-reference/api/x-adapter.bindingdictionary.md +0 -15
  4286. package/docs/API-reference/api/x-adapter.bindings.md +0 -13
  4287. package/docs/API-reference/api/x-adapter.cacheservice.clear.md +0 -15
  4288. package/docs/API-reference/api/x-adapter.cacheservice.getitem.md +0 -22
  4289. package/docs/API-reference/api/x-adapter.cacheservice.md +0 -23
  4290. package/docs/API-reference/api/x-adapter.cacheservice.removeitem.md +0 -22
  4291. package/docs/API-reference/api/x-adapter.cacheservice.setitem.md +0 -24
  4292. package/docs/API-reference/api/x-adapter.classbinding.md +0 -15
  4293. package/docs/API-reference/api/x-adapter.clicksrecommendationsrequest.md +0 -22
  4294. package/docs/API-reference/api/x-adapter.clicksrecommendationsrequest.productids.md +0 -11
  4295. package/docs/API-reference/api/x-adapter.clicksrecommendationsrequest.section.md +0 -11
  4296. package/docs/API-reference/api/x-adapter.clicksrecommendationsresponse.md +0 -22
  4297. package/docs/API-reference/api/x-adapter.clicksrecommendationsresponse.results.md +0 -11
  4298. package/docs/API-reference/api/x-adapter.clicksrecommendationsresponse.totalresults.md +0 -11
  4299. package/docs/API-reference/api/x-adapter.configchangedlistener.md +0 -13
  4300. package/docs/API-reference/api/x-adapter.constantbinding.md +0 -15
  4301. package/docs/API-reference/api/x-adapter.containerconfigparser._constructor_.md +0 -21
  4302. package/docs/API-reference/api/x-adapter.containerconfigparser.md +0 -26
  4303. package/docs/API-reference/api/x-adapter.containerconfigparser.parse.md +0 -15
  4304. package/docs/API-reference/api/x-adapter.contextualbinding.md +0 -15
  4305. package/docs/API-reference/api/x-adapter.deeppartial.md +0 -17
  4306. package/docs/API-reference/api/x-adapter.default_cache_config.md +0 -18
  4307. package/docs/API-reference/api/x-adapter.default_empathy_adapter_config.md +0 -13
  4308. package/docs/API-reference/api/x-adapter.dependencies.md +0 -70
  4309. package/docs/API-reference/api/x-adapter.dictionary.md +0 -13
  4310. package/docs/API-reference/api/x-adapter.dynamicbinding.md +0 -20
  4311. package/docs/API-reference/api/x-adapter.dynamicbinding.todynamic.md +0 -11
  4312. package/docs/API-reference/api/x-adapter.empathyadapter._constructor_.md +0 -22
  4313. package/docs/API-reference/api/x-adapter.empathyadapter.addconfigchangedlistener.md +0 -22
  4314. package/docs/API-reference/api/x-adapter.empathyadapter.cache.md +0 -11
  4315. package/docs/API-reference/api/x-adapter.empathyadapter.config.md +0 -11
  4316. package/docs/API-reference/api/x-adapter.empathyadapter.configchangedlisteners.md +0 -11
  4317. package/docs/API-reference/api/x-adapter.empathyadapter.getclicksrecommendations.md +0 -23
  4318. package/docs/API-reference/api/x-adapter.empathyadapter.getnextqueries.md +0 -23
  4319. package/docs/API-reference/api/x-adapter.empathyadapter.getqueriesrecommendations.md +0 -23
  4320. package/docs/API-reference/api/x-adapter.empathyadapter.getrelatedtags.md +0 -23
  4321. package/docs/API-reference/api/x-adapter.empathyadapter.getsectionrecommendations.md +0 -23
  4322. package/docs/API-reference/api/x-adapter.empathyadapter.getsuggestions.md +0 -23
  4323. package/docs/API-reference/api/x-adapter.empathyadapter.gettoprecommendations.md +0 -23
  4324. package/docs/API-reference/api/x-adapter.empathyadapter.getuserrecommendations.md +0 -23
  4325. package/docs/API-reference/api/x-adapter.empathyadapter.invalidatecache.md +0 -15
  4326. package/docs/API-reference/api/x-adapter.empathyadapter.md +0 -51
  4327. package/docs/API-reference/api/x-adapter.empathyadapter.notifyconfigchangedlisteners.md +0 -15
  4328. package/docs/API-reference/api/x-adapter.empathyadapter.removeconfigchangedlistener.md +0 -22
  4329. package/docs/API-reference/api/x-adapter.empathyadapter.requestors.md +0 -11
  4330. package/docs/API-reference/api/x-adapter.empathyadapter.search.md +0 -23
  4331. package/docs/API-reference/api/x-adapter.empathyadapter.searchbyid.md +0 -23
  4332. package/docs/API-reference/api/x-adapter.empathyadapter.setconfig.md +0 -22
  4333. package/docs/API-reference/api/x-adapter.empathyadapter.track.md +0 -22
  4334. package/docs/API-reference/api/x-adapter.empathyadapterbuilder._constructor_.md +0 -22
  4335. package/docs/API-reference/api/x-adapter.empathyadapterbuilder.adapterclass.md +0 -11
  4336. package/docs/API-reference/api/x-adapter.empathyadapterbuilder.addclassmapper.md +0 -24
  4337. package/docs/API-reference/api/x-adapter.empathyadapterbuilder.addclassrequestmapper.md +0 -23
  4338. package/docs/API-reference/api/x-adapter.empathyadapterbuilder.addhook.md +0 -24
  4339. package/docs/API-reference/api/x-adapter.empathyadapterbuilder.addmapper.md +0 -24
  4340. package/docs/API-reference/api/x-adapter.empathyadapterbuilder.addrequestmapper.md +0 -23
  4341. package/docs/API-reference/api/x-adapter.empathyadapterbuilder.build.md +0 -15
  4342. package/docs/API-reference/api/x-adapter.empathyadapterbuilder.completepartialfacetsconfig.md +0 -15
  4343. package/docs/API-reference/api/x-adapter.empathyadapterbuilder.config.md +0 -11
  4344. package/docs/API-reference/api/x-adapter.empathyadapterbuilder.configurator.md +0 -11
  4345. package/docs/API-reference/api/x-adapter.empathyadapterbuilder.configurecontainer.md +0 -22
  4346. package/docs/API-reference/api/x-adapter.empathyadapterbuilder.container.md +0 -11
  4347. package/docs/API-reference/api/x-adapter.empathyadapterbuilder.createmapperclass.md +0 -22
  4348. package/docs/API-reference/api/x-adapter.empathyadapterbuilder.createrequestmapperclass.md +0 -22
  4349. package/docs/API-reference/api/x-adapter.empathyadapterbuilder.defaultbindingsconfig.md +0 -11
  4350. package/docs/API-reference/api/x-adapter.empathyadapterbuilder.enablecache.md +0 -22
  4351. package/docs/API-reference/api/x-adapter.empathyadapterbuilder.initcontainerbindings.md +0 -15
  4352. package/docs/API-reference/api/x-adapter.empathyadapterbuilder.md +0 -65
  4353. package/docs/API-reference/api/x-adapter.empathyadapterbuilder.onbeforerequest.md +0 -23
  4354. package/docs/API-reference/api/x-adapter.empathyadapterbuilder.onbeforeresponsetransformed.md +0 -23
  4355. package/docs/API-reference/api/x-adapter.empathyadapterbuilder.onresponsetransformed.md +0 -23
  4356. package/docs/API-reference/api/x-adapter.empathyadapterbuilder.replaceclassmapper.md +0 -23
  4357. package/docs/API-reference/api/x-adapter.empathyadapterbuilder.replaceclassrequestmapper.md +0 -22
  4358. package/docs/API-reference/api/x-adapter.empathyadapterbuilder.replacemapper.md +0 -23
  4359. package/docs/API-reference/api/x-adapter.empathyadapterbuilder.replacerequestmapper.md +0 -22
  4360. package/docs/API-reference/api/x-adapter.empathyadapterbuilder.setenvironment.md +0 -22
  4361. package/docs/API-reference/api/x-adapter.empathyadapterbuilder.setfacetconfig.md +0 -23
  4362. package/docs/API-reference/api/x-adapter.empathyadapterbuilder.setfeatureconfig.md +0 -23
  4363. package/docs/API-reference/api/x-adapter.empathyadapterbuilder.setinstance.md +0 -22
  4364. package/docs/API-reference/api/x-adapter.empathyadapterbuilder.setlang.md +0 -22
  4365. package/docs/API-reference/api/x-adapter.empathyadapterbuilder.setqueryconfig.md +0 -22
  4366. package/docs/API-reference/api/x-adapter.empathyadapterbuilder.setrequestparams.md +0 -22
  4367. package/docs/API-reference/api/x-adapter.empathyadapterbuilder.setresulttrackingconfig.md +0 -22
  4368. package/docs/API-reference/api/x-adapter.empathyadapterbuilder.setscope.md +0 -22
  4369. package/docs/API-reference/api/x-adapter.empathyadapterbuilder.setuserinfo.md +0 -22
  4370. package/docs/API-reference/api/x-adapter.empathyadapterbuilder.withconfiguration.md +0 -22
  4371. package/docs/API-reference/api/x-adapter.empathyadapterconfig.env.md +0 -11
  4372. package/docs/API-reference/api/x-adapter.empathyadapterconfig.features.md +0 -13
  4373. package/docs/API-reference/api/x-adapter.empathyadapterconfig.instance.md +0 -11
  4374. package/docs/API-reference/api/x-adapter.empathyadapterconfig.mappings.md +0 -17
  4375. package/docs/API-reference/api/x-adapter.empathyadapterconfig.md +0 -24
  4376. package/docs/API-reference/api/x-adapter.empathyadapterconfig.requestparams.md +0 -15
  4377. package/docs/API-reference/api/x-adapter.empathyadapterconfigchangedlistener.md +0 -15
  4378. package/docs/API-reference/api/x-adapter.empathybanner.id.md +0 -11
  4379. package/docs/API-reference/api/x-adapter.empathybanner.imagename.md +0 -11
  4380. package/docs/API-reference/api/x-adapter.empathybanner.md +0 -24
  4381. package/docs/API-reference/api/x-adapter.empathybanner.title.md +0 -11
  4382. package/docs/API-reference/api/x-adapter.empathybanner.trackable_url.md +0 -11
  4383. package/docs/API-reference/api/x-adapter.empathybanner.url.md +0 -11
  4384. package/docs/API-reference/api/x-adapter.empathybannermapper._constructor_.md +0 -20
  4385. package/docs/API-reference/api/x-adapter.empathybannermapper.map.md +0 -24
  4386. package/docs/API-reference/api/x-adapter.empathybannermapper.md +0 -27
  4387. package/docs/API-reference/api/x-adapter.empathybooleanfiltermapper.map.md +0 -24
  4388. package/docs/API-reference/api/x-adapter.empathybooleanfiltermapper.md +0 -21
  4389. package/docs/API-reference/api/x-adapter.empathycacheservice._constructor_.md +0 -20
  4390. package/docs/API-reference/api/x-adapter.empathycacheservice.clear.md +0 -15
  4391. package/docs/API-reference/api/x-adapter.empathycacheservice.getitem.md +0 -22
  4392. package/docs/API-reference/api/x-adapter.empathycacheservice.hash.md +0 -22
  4393. package/docs/API-reference/api/x-adapter.empathycacheservice.md +0 -39
  4394. package/docs/API-reference/api/x-adapter.empathycacheservice.minutestomilliseconds.md +0 -22
  4395. package/docs/API-reference/api/x-adapter.empathycacheservice.removeitem.md +0 -22
  4396. package/docs/API-reference/api/x-adapter.empathycacheservice.setitem.md +0 -24
  4397. package/docs/API-reference/api/x-adapter.empathycacheservice.storageservice.md +0 -11
  4398. package/docs/API-reference/api/x-adapter.empathycacheservice.transformkey.md +0 -22
  4399. package/docs/API-reference/api/x-adapter.empathyclicksrecommendationsrequest.md +0 -21
  4400. package/docs/API-reference/api/x-adapter.empathyclicksrecommendationsrequest.productid.md +0 -11
  4401. package/docs/API-reference/api/x-adapter.empathyclicksrecommendationsrequestmapper.map.md +0 -23
  4402. package/docs/API-reference/api/x-adapter.empathyclicksrecommendationsrequestmapper.md +0 -21
  4403. package/docs/API-reference/api/x-adapter.empathydirect.id.md +0 -11
  4404. package/docs/API-reference/api/x-adapter.empathydirect.md +0 -22
  4405. package/docs/API-reference/api/x-adapter.empathydirect.trackable_url.md +0 -11
  4406. package/docs/API-reference/api/x-adapter.empathydirect.url.md +0 -11
  4407. package/docs/API-reference/api/x-adapter.empathyendpointsservice._constructor_.md +0 -20
  4408. package/docs/API-reference/api/x-adapter.empathyendpointsservice.buildurl.md +0 -22
  4409. package/docs/API-reference/api/x-adapter.empathyendpointsservice.md +0 -27
  4410. package/docs/API-reference/api/x-adapter.empathyfacet.facet.md +0 -11
  4411. package/docs/API-reference/api/x-adapter.empathyfacet.md +0 -21
  4412. package/docs/API-reference/api/x-adapter.empathyfacet.values.md +0 -11
  4413. package/docs/API-reference/api/x-adapter.empathyfacetfiltermapper.map.md +0 -24
  4414. package/docs/API-reference/api/x-adapter.empathyfacetfiltermapper.md +0 -21
  4415. package/docs/API-reference/api/x-adapter.empathyfacetmapper._constructor_.md +0 -20
  4416. package/docs/API-reference/api/x-adapter.empathyfacetmapper.facetsconfig.md +0 -11
  4417. package/docs/API-reference/api/x-adapter.empathyfacetmapper.map.md +0 -24
  4418. package/docs/API-reference/api/x-adapter.empathyfacetmapper.md +0 -33
  4419. package/docs/API-reference/api/x-adapter.empathyfilter.count.md +0 -11
  4420. package/docs/API-reference/api/x-adapter.empathyfilter.filter.md +0 -11
  4421. package/docs/API-reference/api/x-adapter.empathyfilter.md +0 -24
  4422. package/docs/API-reference/api/x-adapter.empathyfilter.selected.md +0 -11
  4423. package/docs/API-reference/api/x-adapter.empathyfilter.value.md +0 -11
  4424. package/docs/API-reference/api/x-adapter.empathyfilter.values.md +0 -11
  4425. package/docs/API-reference/api/x-adapter.empathyhierarchicalfacetmapper._constructor_.md +0 -20
  4426. package/docs/API-reference/api/x-adapter.empathyhierarchicalfacetmapper.map.md +0 -24
  4427. package/docs/API-reference/api/x-adapter.empathyhierarchicalfacetmapper.mapdeepfilter.md +0 -25
  4428. package/docs/API-reference/api/x-adapter.empathyhierarchicalfacetmapper.mapfilter.md +0 -11
  4429. package/docs/API-reference/api/x-adapter.empathyhierarchicalfacetmapper.mapfilterstree.md +0 -24
  4430. package/docs/API-reference/api/x-adapter.empathyhierarchicalfacetmapper.md +0 -35
  4431. package/docs/API-reference/api/x-adapter.empathyhierarchicalfiltermapper.map.md +0 -24
  4432. package/docs/API-reference/api/x-adapter.empathyhierarchicalfiltermapper.md +0 -21
  4433. package/docs/API-reference/api/x-adapter.empathynextqueriesrequest.lang.md +0 -11
  4434. package/docs/API-reference/api/x-adapter.empathynextqueriesrequest.md +0 -21
  4435. package/docs/API-reference/api/x-adapter.empathynextqueriesrequest.q.md +0 -11
  4436. package/docs/API-reference/api/x-adapter.empathynextquery.md +0 -20
  4437. package/docs/API-reference/api/x-adapter.empathynextquery.query.md +0 -11
  4438. package/docs/API-reference/api/x-adapter.empathynextquerymapper.map.md +0 -23
  4439. package/docs/API-reference/api/x-adapter.empathynextquerymapper.md +0 -21
  4440. package/docs/API-reference/api/x-adapter.empathynumberrangefacetmapper._constructor_.md +0 -21
  4441. package/docs/API-reference/api/x-adapter.empathynumberrangefacetmapper.facetsconfig.md +0 -11
  4442. package/docs/API-reference/api/x-adapter.empathynumberrangefacetmapper.map.md +0 -24
  4443. package/docs/API-reference/api/x-adapter.empathynumberrangefacetmapper.mapfilter.md +0 -11
  4444. package/docs/API-reference/api/x-adapter.empathynumberrangefacetmapper.mapfilters.md +0 -25
  4445. package/docs/API-reference/api/x-adapter.empathynumberrangefacetmapper.md +0 -35
  4446. package/docs/API-reference/api/x-adapter.empathynumberrangefiltermapper.map.md +0 -24
  4447. package/docs/API-reference/api/x-adapter.empathynumberrangefiltermapper.md +0 -21
  4448. package/docs/API-reference/api/x-adapter.empathypartialresult.docs.md +0 -11
  4449. package/docs/API-reference/api/x-adapter.empathypartialresult.md +0 -22
  4450. package/docs/API-reference/api/x-adapter.empathypartialresult.numfound.md +0 -11
  4451. package/docs/API-reference/api/x-adapter.empathypartialresult.suggestion.md +0 -11
  4452. package/docs/API-reference/api/x-adapter.empathypartialresultmapper._constructor_.md +0 -20
  4453. package/docs/API-reference/api/x-adapter.empathypartialresultmapper.map.md +0 -24
  4454. package/docs/API-reference/api/x-adapter.empathypartialresultmapper.md +0 -27
  4455. package/docs/API-reference/api/x-adapter.empathypromoted.id.md +0 -11
  4456. package/docs/API-reference/api/x-adapter.empathypromoted.imagename.md +0 -11
  4457. package/docs/API-reference/api/x-adapter.empathypromoted.md +0 -24
  4458. package/docs/API-reference/api/x-adapter.empathypromoted.title.md +0 -11
  4459. package/docs/API-reference/api/x-adapter.empathypromoted.trackable_url.md +0 -11
  4460. package/docs/API-reference/api/x-adapter.empathypromoted.url.md +0 -11
  4461. package/docs/API-reference/api/x-adapter.empathypromotedmapper._constructor_.md +0 -20
  4462. package/docs/API-reference/api/x-adapter.empathypromotedmapper.map.md +0 -24
  4463. package/docs/API-reference/api/x-adapter.empathypromotedmapper.md +0 -27
  4464. package/docs/API-reference/api/x-adapter.empathyqueriesrecommendationsrequest.md +0 -21
  4465. package/docs/API-reference/api/x-adapter.empathyqueriesrecommendationsrequest.query.md +0 -11
  4466. package/docs/API-reference/api/x-adapter.empathyqueriesrecommendationsrequestmapper._constructor_.md +0 -20
  4467. package/docs/API-reference/api/x-adapter.empathyqueriesrecommendationsrequestmapper.map.md +0 -24
  4468. package/docs/API-reference/api/x-adapter.empathyqueriesrecommendationsrequestmapper.md +0 -27
  4469. package/docs/API-reference/api/x-adapter.empathyqueryablerequestmapper._constructor_.md +0 -20
  4470. package/docs/API-reference/api/x-adapter.empathyqueryablerequestmapper.map.md +0 -24
  4471. package/docs/API-reference/api/x-adapter.empathyqueryablerequestmapper.md +0 -27
  4472. package/docs/API-reference/api/x-adapter.empathyredirectionmapper._constructor_.md +0 -20
  4473. package/docs/API-reference/api/x-adapter.empathyredirectionmapper.map.md +0 -24
  4474. package/docs/API-reference/api/x-adapter.empathyredirectionmapper.md +0 -27
  4475. package/docs/API-reference/api/x-adapter.empathyrelatedtag.md +0 -22
  4476. package/docs/API-reference/api/x-adapter.empathyrelatedtag.query.md +0 -11
  4477. package/docs/API-reference/api/x-adapter.empathyrelatedtag.source.md +0 -11
  4478. package/docs/API-reference/api/x-adapter.empathyrelatedtag.tag.md +0 -11
  4479. package/docs/API-reference/api/x-adapter.empathyrelatedtagmapper.map.md +0 -23
  4480. package/docs/API-reference/api/x-adapter.empathyrelatedtagmapper.md +0 -21
  4481. package/docs/API-reference/api/x-adapter.empathyrelatedtagsrequest.lang.md +0 -11
  4482. package/docs/API-reference/api/x-adapter.empathyrelatedtagsrequest.md +0 -21
  4483. package/docs/API-reference/api/x-adapter.empathyrelatedtagsrequest.q.md +0 -11
  4484. package/docs/API-reference/api/x-adapter.empathyrequestfiltersmapper._constructor_.md +0 -20
  4485. package/docs/API-reference/api/x-adapter.empathyrequestfiltersmapper.map.md +0 -24
  4486. package/docs/API-reference/api/x-adapter.empathyrequestfiltersmapper.md +0 -27
  4487. package/docs/API-reference/api/x-adapter.empathyrequestfilterssolrsyntaxmapper._constructor_.md +0 -20
  4488. package/docs/API-reference/api/x-adapter.empathyrequestfilterssolrsyntaxmapper.map.md +0 -23
  4489. package/docs/API-reference/api/x-adapter.empathyrequestfilterssolrsyntaxmapper.md +0 -27
  4490. package/docs/API-reference/api/x-adapter.empathyrequestparamsmapper._constructor_.md +0 -20
  4491. package/docs/API-reference/api/x-adapter.empathyrequestparamsmapper.map.md +0 -23
  4492. package/docs/API-reference/api/x-adapter.empathyrequestparamsmapper.md +0 -27
  4493. package/docs/API-reference/api/x-adapter.empathyrequestquerymapper._constructor_.md +0 -20
  4494. package/docs/API-reference/api/x-adapter.empathyrequestquerymapper.map.md +0 -23
  4495. package/docs/API-reference/api/x-adapter.empathyrequestquerymapper.md +0 -28
  4496. package/docs/API-reference/api/x-adapter.empathyrequestquerymapper.normalizequery.md +0 -22
  4497. package/docs/API-reference/api/x-adapter.empathyrequestrelatedtagsquerymapper.map.md +0 -23
  4498. package/docs/API-reference/api/x-adapter.empathyrequestrelatedtagsquerymapper.md +0 -21
  4499. package/docs/API-reference/api/x-adapter.empathyrequestsortmapper.map.md +0 -22
  4500. package/docs/API-reference/api/x-adapter.empathyrequestsortmapper.md +0 -21
  4501. package/docs/API-reference/api/x-adapter.empathyresult.eb_sku.md +0 -11
  4502. package/docs/API-reference/api/x-adapter.empathyresult.ebtagging.md +0 -16
  4503. package/docs/API-reference/api/x-adapter.empathyresult.id.md +0 -11
  4504. package/docs/API-reference/api/x-adapter.empathyresult.image.md +0 -11
  4505. package/docs/API-reference/api/x-adapter.empathyresult.iswishlisted.md +0 -11
  4506. package/docs/API-reference/api/x-adapter.empathyresult.md +0 -29
  4507. package/docs/API-reference/api/x-adapter.empathyresult.name.md +0 -11
  4508. package/docs/API-reference/api/x-adapter.empathyresult.originalprice.md +0 -11
  4509. package/docs/API-reference/api/x-adapter.empathyresult.price.md +0 -11
  4510. package/docs/API-reference/api/x-adapter.empathyresult.rating.md +0 -11
  4511. package/docs/API-reference/api/x-adapter.empathyresult.url.md +0 -11
  4512. package/docs/API-reference/api/x-adapter.empathyresultmapper._constructor_.md +0 -21
  4513. package/docs/API-reference/api/x-adapter.empathyresultmapper.map.md +0 -24
  4514. package/docs/API-reference/api/x-adapter.empathyresultmapper.md +0 -27
  4515. package/docs/API-reference/api/x-adapter.empathyresultquerytaggingmapper._constructor_.md +0 -21
  4516. package/docs/API-reference/api/x-adapter.empathyresultquerytaggingmapper.map.md +0 -24
  4517. package/docs/API-reference/api/x-adapter.empathyresultquerytaggingmapper.md +0 -27
  4518. package/docs/API-reference/api/x-adapter.empathysearchbyidrequest.catalogue.md +0 -11
  4519. package/docs/API-reference/api/x-adapter.empathysearchbyidrequest.lang.md +0 -11
  4520. package/docs/API-reference/api/x-adapter.empathysearchbyidrequest.md +0 -25
  4521. package/docs/API-reference/api/x-adapter.empathysearchbyidrequest.q.md +0 -11
  4522. package/docs/API-reference/api/x-adapter.empathysearchbyidrequest.rows.md +0 -11
  4523. package/docs/API-reference/api/x-adapter.empathysearchbyidrequest.store.md +0 -11
  4524. package/docs/API-reference/api/x-adapter.empathysearchbyidrequest.warehouse.md +0 -11
  4525. package/docs/API-reference/api/x-adapter.empathysearchrequest.catalogue.md +0 -11
  4526. package/docs/API-reference/api/x-adapter.empathysearchrequest.filter.md +0 -11
  4527. package/docs/API-reference/api/x-adapter.empathysearchrequest.lang.md +0 -11
  4528. package/docs/API-reference/api/x-adapter.empathysearchrequest.md +0 -31
  4529. package/docs/API-reference/api/x-adapter.empathysearchrequest.origin.md +0 -11
  4530. package/docs/API-reference/api/x-adapter.empathysearchrequest.q.md +0 -11
  4531. package/docs/API-reference/api/x-adapter.empathysearchrequest.rows.md +0 -11
  4532. package/docs/API-reference/api/x-adapter.empathysearchrequest.scope.md +0 -11
  4533. package/docs/API-reference/api/x-adapter.empathysearchrequest.sort.md +0 -11
  4534. package/docs/API-reference/api/x-adapter.empathysearchrequest.sortdirection.md +0 -11
  4535. package/docs/API-reference/api/x-adapter.empathysearchrequest.start.md +0 -11
  4536. package/docs/API-reference/api/x-adapter.empathysearchrequest.store.md +0 -11
  4537. package/docs/API-reference/api/x-adapter.empathysearchrequest.warehouse.md +0 -11
  4538. package/docs/API-reference/api/x-adapter.empathysearchrequestmapper._constructor_.md +0 -22
  4539. package/docs/API-reference/api/x-adapter.empathysearchrequestmapper.map.md +0 -24
  4540. package/docs/API-reference/api/x-adapter.empathysearchrequestmapper.md +0 -27
  4541. package/docs/API-reference/api/x-adapter.empathysectionrecommendationsrequest.md +0 -21
  4542. package/docs/API-reference/api/x-adapter.empathysectionrecommendationsrequest.section.md +0 -11
  4543. package/docs/API-reference/api/x-adapter.empathysectionrecommendationsrequestmapper.map.md +0 -23
  4544. package/docs/API-reference/api/x-adapter.empathysectionrecommendationsrequestmapper.md +0 -21
  4545. package/docs/API-reference/api/x-adapter.empathysimplefacetmapper._constructor_.md +0 -20
  4546. package/docs/API-reference/api/x-adapter.empathysimplefacetmapper.map.md +0 -24
  4547. package/docs/API-reference/api/x-adapter.empathysimplefacetmapper.mapfilter.md +0 -11
  4548. package/docs/API-reference/api/x-adapter.empathysimplefacetmapper.mapfilters.md +0 -24
  4549. package/docs/API-reference/api/x-adapter.empathysimplefacetmapper.md +0 -34
  4550. package/docs/API-reference/api/x-adapter.empathysimplefiltermapper.map.md +0 -24
  4551. package/docs/API-reference/api/x-adapter.empathysimplefiltermapper.md +0 -21
  4552. package/docs/API-reference/api/x-adapter.empathysimplerequestmapper.map.md +0 -23
  4553. package/docs/API-reference/api/x-adapter.empathysimplerequestmapper.md +0 -21
  4554. package/docs/API-reference/api/x-adapter.empathysimplevaluemapper.map.md +0 -22
  4555. package/docs/API-reference/api/x-adapter.empathysimplevaluemapper.md +0 -21
  4556. package/docs/API-reference/api/x-adapter.empathysuggestion.facets.md +0 -11
  4557. package/docs/API-reference/api/x-adapter.empathysuggestion.md +0 -22
  4558. package/docs/API-reference/api/x-adapter.empathysuggestion.title.md +0 -11
  4559. package/docs/API-reference/api/x-adapter.empathysuggestion.title_raw.md +0 -11
  4560. package/docs/API-reference/api/x-adapter.empathysuggestionfacetsmapper._constructor_.md +0 -20
  4561. package/docs/API-reference/api/x-adapter.empathysuggestionfacetsmapper.map.md +0 -24
  4562. package/docs/API-reference/api/x-adapter.empathysuggestionfacetsmapper.md +0 -27
  4563. package/docs/API-reference/api/x-adapter.empathysuggestionmapper.map.md +0 -24
  4564. package/docs/API-reference/api/x-adapter.empathysuggestionmapper.md +0 -21
  4565. package/docs/API-reference/api/x-adapter.empathysuggestionsrequest.catalogue.md +0 -11
  4566. package/docs/API-reference/api/x-adapter.empathysuggestionsrequest.lang.md +0 -11
  4567. package/docs/API-reference/api/x-adapter.empathysuggestionsrequest.md +0 -25
  4568. package/docs/API-reference/api/x-adapter.empathysuggestionsrequest.q.md +0 -11
  4569. package/docs/API-reference/api/x-adapter.empathysuggestionsrequest.rows.md +0 -11
  4570. package/docs/API-reference/api/x-adapter.empathysuggestionsrequest.store.md +0 -11
  4571. package/docs/API-reference/api/x-adapter.empathysuggestionsrequest.warehouse.md +0 -11
  4572. package/docs/API-reference/api/x-adapter.empathytaggingmapper.map.md +0 -23
  4573. package/docs/API-reference/api/x-adapter.empathytaggingmapper.md +0 -21
  4574. package/docs/API-reference/api/x-adapter.empathytoprecommendationsrequest.catalogue.md +0 -11
  4575. package/docs/API-reference/api/x-adapter.empathytoprecommendationsrequest.lang.md +0 -11
  4576. package/docs/API-reference/api/x-adapter.empathytoprecommendationsrequest.md +0 -27
  4577. package/docs/API-reference/api/x-adapter.empathytoprecommendationsrequest.origin.md +0 -11
  4578. package/docs/API-reference/api/x-adapter.empathytoprecommendationsrequest.q.md +0 -11
  4579. package/docs/API-reference/api/x-adapter.empathytoprecommendationsrequest.rows.md +0 -11
  4580. package/docs/API-reference/api/x-adapter.empathytoprecommendationsrequest.scope.md +0 -11
  4581. package/docs/API-reference/api/x-adapter.empathytoprecommendationsrequest.store.md +0 -11
  4582. package/docs/API-reference/api/x-adapter.empathytoprecommendationsrequest.warehouse.md +0 -11
  4583. package/docs/API-reference/api/x-adapter.empathyuserinfomapper.map.md +0 -23
  4584. package/docs/API-reference/api/x-adapter.empathyuserinfomapper.md +0 -21
  4585. package/docs/API-reference/api/x-adapter.empathyuserinforequest.md +0 -22
  4586. package/docs/API-reference/api/x-adapter.empathyuserinforequest.session.md +0 -11
  4587. package/docs/API-reference/api/x-adapter.empathyuserinforequest.user.md +0 -11
  4588. package/docs/API-reference/api/x-adapter.empathyuserinforequest.user_type.md +0 -11
  4589. package/docs/API-reference/api/x-adapter.empathyuserrecommendationsrequest.md +0 -15
  4590. package/docs/API-reference/api/x-adapter.endpointsservice.buildurl.md +0 -22
  4591. package/docs/API-reference/api/x-adapter.endpointsservice.md +0 -20
  4592. package/docs/API-reference/api/x-adapter.entitynames.md +0 -15
  4593. package/docs/API-reference/api/x-adapter.extraparamsrequest.md +0 -13
  4594. package/docs/API-reference/api/x-adapter.facetconfig.isdynamic.md +0 -11
  4595. package/docs/API-reference/api/x-adapter.facetconfig.md +0 -22
  4596. package/docs/API-reference/api/x-adapter.facetconfig.modelname.md +0 -11
  4597. package/docs/API-reference/api/x-adapter.facetconfig.template.md +0 -11
  4598. package/docs/API-reference/api/x-adapter.facetsconfig.default.md +0 -11
  4599. package/docs/API-reference/api/x-adapter.facetsconfig.md +0 -21
  4600. package/docs/API-reference/api/x-adapter.facetsconfig.named.md +0 -11
  4601. package/docs/API-reference/api/x-adapter.featureconfig.cachettlinminutes.md +0 -11
  4602. package/docs/API-reference/api/x-adapter.featureconfig.endpoint.md +0 -11
  4603. package/docs/API-reference/api/x-adapter.featureconfig.md +0 -22
  4604. package/docs/API-reference/api/x-adapter.featureconfig.responsepaths.md +0 -11
  4605. package/docs/API-reference/api/x-adapter.featurenames.md +0 -13
  4606. package/docs/API-reference/api/x-adapter.featurerequestor._constructor_.md +0 -28
  4607. package/docs/API-reference/api/x-adapter.featurerequestor.beforerequest.md +0 -11
  4608. package/docs/API-reference/api/x-adapter.featurerequestor.beforeresponsetransformed.md +0 -11
  4609. package/docs/API-reference/api/x-adapter.featurerequestor.config.md +0 -11
  4610. package/docs/API-reference/api/x-adapter.featurerequestor.endpointsservice.md +0 -11
  4611. package/docs/API-reference/api/x-adapter.featurerequestor.feature.md +0 -11
  4612. package/docs/API-reference/api/x-adapter.featurerequestor.featureconfig.md +0 -11
  4613. package/docs/API-reference/api/x-adapter.featurerequestor.httpclient.md +0 -11
  4614. package/docs/API-reference/api/x-adapter.featurerequestor.maprequest.md +0 -11
  4615. package/docs/API-reference/api/x-adapter.featurerequestor.md +0 -45
  4616. package/docs/API-reference/api/x-adapter.featurerequestor.request.md +0 -23
  4617. package/docs/API-reference/api/x-adapter.featurerequestor.responsemappers.md +0 -11
  4618. package/docs/API-reference/api/x-adapter.featurerequestor.responsetransformed.md +0 -11
  4619. package/docs/API-reference/api/x-adapter.featurerequestor.runhooks.md +0 -23
  4620. package/docs/API-reference/api/x-adapter.featurerequestor.transformresponse.md +0 -23
  4621. package/docs/API-reference/api/x-adapter.featurerequestor.transformresponseselection.md +0 -24
  4622. package/docs/API-reference/api/x-adapter.featuresresponsetypes.clicksrecommendations.md +0 -11
  4623. package/docs/API-reference/api/x-adapter.featuresresponsetypes.md +0 -30
  4624. package/docs/API-reference/api/x-adapter.featuresresponsetypes.nextqueries.md +0 -11
  4625. package/docs/API-reference/api/x-adapter.featuresresponsetypes.queriesrecommendations.md +0 -11
  4626. package/docs/API-reference/api/x-adapter.featuresresponsetypes.relatedtags.md +0 -11
  4627. package/docs/API-reference/api/x-adapter.featuresresponsetypes.search.md +0 -11
  4628. package/docs/API-reference/api/x-adapter.featuresresponsetypes.searchbyid.md +0 -11
  4629. package/docs/API-reference/api/x-adapter.featuresresponsetypes.sectionrecommendations.md +0 -11
  4630. package/docs/API-reference/api/x-adapter.featuresresponsetypes.suggestions.md +0 -11
  4631. package/docs/API-reference/api/x-adapter.featuresresponsetypes.toprecommendations.md +0 -11
  4632. package/docs/API-reference/api/x-adapter.featuresresponsetypes.track.md +0 -11
  4633. package/docs/API-reference/api/x-adapter.featuresresponsetypes.userrecommendations.md +0 -11
  4634. package/docs/API-reference/api/x-adapter.fetchhttpclient._constructor_.md +0 -20
  4635. package/docs/API-reference/api/x-adapter.fetchhttpclient.buildurl.md +0 -23
  4636. package/docs/API-reference/api/x-adapter.fetchhttpclient.cache.md +0 -11
  4637. package/docs/API-reference/api/x-adapter.fetchhttpclient.cancelpreviousrequest.md +0 -22
  4638. package/docs/API-reference/api/x-adapter.fetchhttpclient.createabortcontroller.md +0 -22
  4639. package/docs/API-reference/api/x-adapter.fetchhttpclient.get.md +0 -24
  4640. package/docs/API-reference/api/x-adapter.fetchhttpclient.getrequestoptions.md +0 -23
  4641. package/docs/API-reference/api/x-adapter.fetchhttpclient.md +0 -40
  4642. package/docs/API-reference/api/x-adapter.fetchhttpclient.parseresponse.md +0 -22
  4643. package/docs/API-reference/api/x-adapter.fetchhttpclient.requestsabortcontrollers.md +0 -11
  4644. package/docs/API-reference/api/x-adapter.fetchhttpclient.storeincache.md +0 -23
  4645. package/docs/API-reference/api/x-adapter.filterablerequest.filters.md +0 -11
  4646. package/docs/API-reference/api/x-adapter.filterablerequest.md +0 -20
  4647. package/docs/API-reference/api/x-adapter.filtervaluemapperparams.config.md +0 -11
  4648. package/docs/API-reference/api/x-adapter.filtervaluemapperparams.filter.md +0 -11
  4649. package/docs/API-reference/api/x-adapter.filtervaluemapperparams.md +0 -25
  4650. package/docs/API-reference/api/x-adapter.httpclient.get.md +0 -24
  4651. package/docs/API-reference/api/x-adapter.httpclient.md +0 -20
  4652. package/docs/API-reference/api/x-adapter.mapfn.md +0 -15
  4653. package/docs/API-reference/api/x-adapter.mapper.map.md +0 -24
  4654. package/docs/API-reference/api/x-adapter.mapper.md +0 -20
  4655. package/docs/API-reference/api/x-adapter.maprequest.md +0 -15
  4656. package/docs/API-reference/api/x-adapter.mapresponse.md +0 -15
  4657. package/docs/API-reference/api/x-adapter.md +0 -179
  4658. package/docs/API-reference/api/x-adapter.newable.md +0 -13
  4659. package/docs/API-reference/api/x-adapter.nextqueriesrequest.md +0 -15
  4660. package/docs/API-reference/api/x-adapter.nextqueriesresponse.md +0 -20
  4661. package/docs/API-reference/api/x-adapter.nextqueriesresponse.nextqueries.md +0 -11
  4662. package/docs/API-reference/api/x-adapter.pageablerequest.md +0 -21
  4663. package/docs/API-reference/api/x-adapter.pageablerequest.rows.md +0 -11
  4664. package/docs/API-reference/api/x-adapter.pageablerequest.start.md +0 -11
  4665. package/docs/API-reference/api/x-adapter.parentbinding.default.md +0 -11
  4666. package/docs/API-reference/api/x-adapter.parentbinding.md +0 -21
  4667. package/docs/API-reference/api/x-adapter.parentbinding.wheninjectedinto.md +0 -11
  4668. package/docs/API-reference/api/x-adapter.parentconstantbinding.md +0 -20
  4669. package/docs/API-reference/api/x-adapter.parentconstantbinding.toconstantwheninjectedinto.md +0 -11
  4670. package/docs/API-reference/api/x-adapter.pipemappers.md +0 -24
  4671. package/docs/API-reference/api/x-adapter.primitive.md +0 -13
  4672. package/docs/API-reference/api/x-adapter.queriesrecommendationsrequest.md +0 -22
  4673. package/docs/API-reference/api/x-adapter.queriesrecommendationsrequest.queries.md +0 -11
  4674. package/docs/API-reference/api/x-adapter.queriesrecommendationsrequest.section.md +0 -11
  4675. package/docs/API-reference/api/x-adapter.queriesrecommendationsresponse.md +0 -22
  4676. package/docs/API-reference/api/x-adapter.queriesrecommendationsresponse.results.md +0 -11
  4677. package/docs/API-reference/api/x-adapter.queriesrecommendationsresponse.totalresults.md +0 -11
  4678. package/docs/API-reference/api/x-adapter.queryablerequest.md +0 -21
  4679. package/docs/API-reference/api/x-adapter.queryablerequest.query.md +0 -11
  4680. package/docs/API-reference/api/x-adapter.queryablerequest.relatedtags.md +0 -11
  4681. package/docs/API-reference/api/x-adapter.queryconfig.maxlength.md +0 -11
  4682. package/docs/API-reference/api/x-adapter.queryconfig.maxwords.md +0 -11
  4683. package/docs/API-reference/api/x-adapter.queryconfig.md +0 -21
  4684. package/docs/API-reference/api/x-adapter.relatedtagsrequest.md +0 -15
  4685. package/docs/API-reference/api/x-adapter.relatedtagsresponse.md +0 -20
  4686. package/docs/API-reference/api/x-adapter.relatedtagsresponse.relatedtags.md +0 -11
  4687. package/docs/API-reference/api/x-adapter.requesterror._constructor_.md +0 -21
  4688. package/docs/API-reference/api/x-adapter.requesterror.md +0 -28
  4689. package/docs/API-reference/api/x-adapter.requesterror.message.md +0 -11
  4690. package/docs/API-reference/api/x-adapter.requesterror.response.md +0 -11
  4691. package/docs/API-reference/api/x-adapter.requestmapper.md +0 -15
  4692. package/docs/API-reference/api/x-adapter.requestmappercontext.feature.md +0 -11
  4693. package/docs/API-reference/api/x-adapter.requestmappercontext.md +0 -22
  4694. package/docs/API-reference/api/x-adapter.requestmappercontext.requestoptions.md +0 -11
  4695. package/docs/API-reference/api/x-adapter.requestmappercontext.url.md +0 -11
  4696. package/docs/API-reference/api/x-adapter.requestoptions.headers.md +0 -11
  4697. package/docs/API-reference/api/x-adapter.requestoptions.md +0 -22
  4698. package/docs/API-reference/api/x-adapter.requestoptions.requestid.md +0 -11
  4699. package/docs/API-reference/api/x-adapter.requestoptions.ttlinminutes.md +0 -11
  4700. package/docs/API-reference/api/x-adapter.requestor.md +0 -20
  4701. package/docs/API-reference/api/x-adapter.requestor.request.md +0 -23
  4702. package/docs/API-reference/api/x-adapter.requestors._constructor_.md +0 -30
  4703. package/docs/API-reference/api/x-adapter.requestors.clicksrecommendations.md +0 -11
  4704. package/docs/API-reference/api/x-adapter.requestors.md +0 -37
  4705. package/docs/API-reference/api/x-adapter.requestors.nextqueries.md +0 -11
  4706. package/docs/API-reference/api/x-adapter.requestors.queriesrecommendations.md +0 -11
  4707. package/docs/API-reference/api/x-adapter.requestors.relatedtags.md +0 -11
  4708. package/docs/API-reference/api/x-adapter.requestors.search.md +0 -11
  4709. package/docs/API-reference/api/x-adapter.requestors.searchbyid.md +0 -11
  4710. package/docs/API-reference/api/x-adapter.requestors.sectionrecommendations.md +0 -11
  4711. package/docs/API-reference/api/x-adapter.requestors.suggestions.md +0 -11
  4712. package/docs/API-reference/api/x-adapter.requestors.toprecommendations.md +0 -11
  4713. package/docs/API-reference/api/x-adapter.requestors.track.md +0 -11
  4714. package/docs/API-reference/api/x-adapter.requestors.userrecommendations.md +0 -11
  4715. package/docs/API-reference/api/x-adapter.responsemapper.md +0 -15
  4716. package/docs/API-reference/api/x-adapter.responsemappercontext.md +0 -23
  4717. package/docs/API-reference/api/x-adapter.responsemappercontext.rawrequest.md +0 -11
  4718. package/docs/API-reference/api/x-adapter.responsemappercontext.rawresponse.md +0 -11
  4719. package/docs/API-reference/api/x-adapter.responsemappercontext.request.md +0 -11
  4720. package/docs/API-reference/api/x-adapter.responsemappers._constructor_.md +0 -32
  4721. package/docs/API-reference/api/x-adapter.responsemappers.banners.md +0 -11
  4722. package/docs/API-reference/api/x-adapter.responsemappers.facets.md +0 -11
  4723. package/docs/API-reference/api/x-adapter.responsemappers.md +0 -39
  4724. package/docs/API-reference/api/x-adapter.responsemappers.nextqueries.md +0 -11
  4725. package/docs/API-reference/api/x-adapter.responsemappers.partialresults.md +0 -11
  4726. package/docs/API-reference/api/x-adapter.responsemappers.promoteds.md +0 -11
  4727. package/docs/API-reference/api/x-adapter.responsemappers.querytagging.md +0 -11
  4728. package/docs/API-reference/api/x-adapter.responsemappers.redirections.md +0 -11
  4729. package/docs/API-reference/api/x-adapter.responsemappers.relatedtags.md +0 -11
  4730. package/docs/API-reference/api/x-adapter.responsemappers.results.md +0 -11
  4731. package/docs/API-reference/api/x-adapter.responsemappers.showtagging.md +0 -11
  4732. package/docs/API-reference/api/x-adapter.responsemappers.spellcheck.md +0 -11
  4733. package/docs/API-reference/api/x-adapter.responsemappers.suggestions.md +0 -11
  4734. package/docs/API-reference/api/x-adapter.responsemappers.totalresults.md +0 -11
  4735. package/docs/API-reference/api/x-adapter.responsetransformed.md +0 -15
  4736. package/docs/API-reference/api/x-adapter.responsetransformedcontext.md +0 -21
  4737. package/docs/API-reference/api/x-adapter.responsetransformedcontext.response.md +0 -11
  4738. package/docs/API-reference/api/x-adapter.searchadapter.addconfigchangedlistener.md +0 -22
  4739. package/docs/API-reference/api/x-adapter.searchadapter.getclicksrecommendations.md +0 -23
  4740. package/docs/API-reference/api/x-adapter.searchadapter.getnextqueries.md +0 -23
  4741. package/docs/API-reference/api/x-adapter.searchadapter.getqueriesrecommendations.md +0 -23
  4742. package/docs/API-reference/api/x-adapter.searchadapter.getrelatedtags.md +0 -23
  4743. package/docs/API-reference/api/x-adapter.searchadapter.getsectionrecommendations.md +0 -23
  4744. package/docs/API-reference/api/x-adapter.searchadapter.getsuggestions.md +0 -23
  4745. package/docs/API-reference/api/x-adapter.searchadapter.gettoprecommendations.md +0 -23
  4746. package/docs/API-reference/api/x-adapter.searchadapter.getuserrecommendations.md +0 -23
  4747. package/docs/API-reference/api/x-adapter.searchadapter.invalidatecache.md +0 -15
  4748. package/docs/API-reference/api/x-adapter.searchadapter.md +0 -34
  4749. package/docs/API-reference/api/x-adapter.searchadapter.removeconfigchangedlistener.md +0 -22
  4750. package/docs/API-reference/api/x-adapter.searchadapter.search.md +0 -23
  4751. package/docs/API-reference/api/x-adapter.searchadapter.searchbyid.md +0 -23
  4752. package/docs/API-reference/api/x-adapter.searchadapter.setconfig.md +0 -22
  4753. package/docs/API-reference/api/x-adapter.searchadapter.track.md +0 -22
  4754. package/docs/API-reference/api/x-adapter.searchbyidrequest.md +0 -15
  4755. package/docs/API-reference/api/x-adapter.searchbyidresponse.md +0 -20
  4756. package/docs/API-reference/api/x-adapter.searchbyidresponse.results.md +0 -11
  4757. package/docs/API-reference/api/x-adapter.searchrequest.md +0 -21
  4758. package/docs/API-reference/api/x-adapter.searchrequest.sort.md +0 -11
  4759. package/docs/API-reference/api/x-adapter.searchresponse.banners.md +0 -11
  4760. package/docs/API-reference/api/x-adapter.searchresponse.facets.md +0 -11
  4761. package/docs/API-reference/api/x-adapter.searchresponse.md +0 -28
  4762. package/docs/API-reference/api/x-adapter.searchresponse.partialresults.md +0 -11
  4763. package/docs/API-reference/api/x-adapter.searchresponse.promoteds.md +0 -11
  4764. package/docs/API-reference/api/x-adapter.searchresponse.querytagging.md +0 -11
  4765. package/docs/API-reference/api/x-adapter.searchresponse.redirections.md +0 -11
  4766. package/docs/API-reference/api/x-adapter.searchresponse.results.md +0 -11
  4767. package/docs/API-reference/api/x-adapter.searchresponse.spellcheck.md +0 -11
  4768. package/docs/API-reference/api/x-adapter.searchresponse.totalresults.md +0 -11
  4769. package/docs/API-reference/api/x-adapter.sectionrecommendationsrequest.md +0 -21
  4770. package/docs/API-reference/api/x-adapter.sectionrecommendationsrequest.section.md +0 -11
  4771. package/docs/API-reference/api/x-adapter.sectionrecommendationsresponse.md +0 -21
  4772. package/docs/API-reference/api/x-adapter.sectionrecommendationsresponse.results.md +0 -11
  4773. package/docs/API-reference/api/x-adapter.simpleconstantbinding.md +0 -20
  4774. package/docs/API-reference/api/x-adapter.simpleconstantbinding.toconstant.md +0 -11
  4775. package/docs/API-reference/api/x-adapter.suggestionsrequest.md +0 -15
  4776. package/docs/API-reference/api/x-adapter.suggestionsresponse.md +0 -20
  4777. package/docs/API-reference/api/x-adapter.suggestionsresponse.suggestions.md +0 -11
  4778. package/docs/API-reference/api/x-adapter.toprecommendationsrequest.md +0 -15
  4779. package/docs/API-reference/api/x-adapter.toprecommendationsresponse.md +0 -20
  4780. package/docs/API-reference/api/x-adapter.toprecommendationsresponse.results.md +0 -11
  4781. package/docs/API-reference/api/x-adapter.trackablerequest.md +0 -20
  4782. package/docs/API-reference/api/x-adapter.trackablerequest.origin.md +0 -11
  4783. package/docs/API-reference/api/x-adapter.trackableshowresponse.md +0 -20
  4784. package/docs/API-reference/api/x-adapter.trackableshowresponse.showtagging.md +0 -11
  4785. package/docs/API-reference/api/x-adapter.trackingrequest.md +0 -21
  4786. package/docs/API-reference/api/x-adapter.trackingrequest.params.md +0 -11
  4787. package/docs/API-reference/api/x-adapter.trackingrequest.url.md +0 -11
  4788. package/docs/API-reference/api/x-adapter.trackingresultconfig.add2cart.md +0 -11
  4789. package/docs/API-reference/api/x-adapter.trackingresultconfig.checkout.md +0 -11
  4790. package/docs/API-reference/api/x-adapter.trackingresultconfig.click.md +0 -11
  4791. package/docs/API-reference/api/x-adapter.trackingresultconfig.md +0 -22
  4792. package/docs/API-reference/api/x-adapter.usercontextrequest.md +0 -22
  4793. package/docs/API-reference/api/x-adapter.usercontextrequest.session.md +0 -11
  4794. package/docs/API-reference/api/x-adapter.usercontextrequest.user.md +0 -11
  4795. package/docs/API-reference/api/x-adapter.usercontextrequest.usertype.md +0 -11
  4796. package/docs/API-reference/api/x-adapter.userrecommendationsrequest.md +0 -21
  4797. package/docs/API-reference/api/x-adapter.userrecommendationsrequest.section.md +0 -11
  4798. package/docs/API-reference/api/x-adapter.userrecommendationsresponse.md +0 -22
  4799. package/docs/API-reference/api/x-adapter.userrecommendationsresponse.results.md +0 -11
  4800. package/docs/API-reference/api/x-adapter.userrecommendationsresponse.totalresults.md +0 -11
  4801. package/docs/API-reference/api/x-components.anyfunction.md +0 -13
  4802. package/docs/API-reference/api/x-components.arrowicon.md +0 -11
  4803. package/docs/API-reference/api/x-components.autoprogressbar.durationinseconds.md +0 -13
  4804. package/docs/API-reference/api/x-components.autoprogressbar.isloading.md +0 -13
  4805. package/docs/API-reference/api/x-components.basefilter.clickevents.md +0 -13
  4806. package/docs/API-reference/api/x-components.basefilter.filter.md +0 -13
  4807. package/docs/API-reference/api/x-components.basefilter.md +0 -22
  4808. package/docs/API-reference/api/x-components.baseidmodalclose.events.md +0 -11
  4809. package/docs/API-reference/api/x-components.baseidmodalopen.events.md +0 -11
  4810. package/docs/API-reference/api/x-components.basemodal.showoverlay.md +0 -13
  4811. package/docs/API-reference/api/x-components.baseresultimage._refs.md +0 -15
  4812. package/docs/API-reference/api/x-components.baseresultimage.animation.md +0 -13
  4813. package/docs/API-reference/api/x-components.baseresultimage.failedimages.md +0 -13
  4814. package/docs/API-reference/api/x-components.baseresultimage.hasenteredview.md +0 -13
  4815. package/docs/API-reference/api/x-components.baseresultimage.hasimageloaded.md +0 -13
  4816. package/docs/API-reference/api/x-components.baseresultimage.mounted.md +0 -15
  4817. package/docs/API-reference/api/x-components.basesuggestion.queryhtml.md +0 -18
  4818. package/docs/API-reference/api/x-components.basexbus.emit.md +0 -26
  4819. package/docs/API-reference/api/x-components.basexbus.md +0 -22
  4820. package/docs/API-reference/api/x-components.basexbus.on.md +0 -27
  4821. package/docs/API-reference/api/x-components.checkboxcardselectedicon.md +0 -11
  4822. package/docs/API-reference/api/x-components.checkboxcardunselectedicon.md +0 -11
  4823. package/docs/API-reference/api/x-components.cleanundefined.md +0 -26
  4824. package/docs/API-reference/api/x-components.clearfilters.alwaysvisible.md +0 -13
  4825. package/docs/API-reference/api/x-components.clearfilters.facetsids.md +0 -13
  4826. package/docs/API-reference/api/x-components.collapsefromtop.md +0 -15
  4827. package/docs/API-reference/api/x-components.compilemessage.md +0 -27
  4828. package/docs/API-reference/api/x-components.deeppartial.md +0 -17
  4829. package/docs/API-reference/api/x-components.defaultsessionservice._constructor_.md +0 -21
  4830. package/docs/API-reference/api/x-components.defaultsessionservice.clearsessionid.md +0 -17
  4831. package/docs/API-reference/api/x-components.defaultsessionservice.getsessionid.md +0 -19
  4832. package/docs/API-reference/api/x-components.defaultsessionservice.instance.md +0 -13
  4833. package/docs/API-reference/api/x-components.defaultsessionservice.md +0 -37
  4834. package/docs/API-reference/api/x-components.defaultsessionservice.session_id_key.md +0 -13
  4835. package/docs/API-reference/api/x-components.defaultsessionservice.storageservice.md +0 -11
  4836. package/docs/API-reference/api/x-components.defaultsessionservice.ttlms.md +0 -11
  4837. package/docs/API-reference/api/x-components.dictionary.md +0 -13
  4838. package/docs/API-reference/api/x-components.emitter.md +0 -15
  4839. package/docs/API-reference/api/x-components.emitters.md +0 -17
  4840. package/docs/API-reference/api/x-components.extraparams.mounted.md +0 -17
  4841. package/docs/API-reference/api/x-components.facetsmutations.setfilter.md +0 -24
  4842. package/docs/API-reference/api/x-components.foreach.md +0 -25
  4843. package/docs/API-reference/api/x-components.historyqueries.animation.md +0 -13
  4844. package/docs/API-reference/api/x-components.historyqueries.maxitemstorender.md +0 -13
  4845. package/docs/API-reference/api/x-components.identifierresultsxevents.identifierresultsrequestchanged.md +0 -13
  4846. package/docs/API-reference/api/x-components.map.md +0 -27
  4847. package/docs/API-reference/api/x-components.nextqueries.animation.md +0 -13
  4848. package/docs/API-reference/api/x-components.nextqueries.maxitemstorender.md +0 -13
  4849. package/docs/API-reference/api/x-components.nextqueriesxevents.nextqueriesrequestchanged.md +0 -13
  4850. package/docs/API-reference/api/x-components.nonprimitive.md +0 -13
  4851. package/docs/API-reference/api/x-components.nq1icon.md +0 -11
  4852. package/docs/API-reference/api/x-components.nq2icon.md +0 -11
  4853. package/docs/API-reference/api/x-components.nq3icon.md +0 -11
  4854. package/docs/API-reference/api/x-components.nq4icon.md +0 -11
  4855. package/docs/API-reference/api/x-components.objectfilter.md +0 -27
  4856. package/docs/API-reference/api/x-components.popularsearches.animation.md +0 -13
  4857. package/docs/API-reference/api/x-components.popularsearches.maxitemstorender.md +0 -13
  4858. package/docs/API-reference/api/x-components.popularsearchesconfig.showextrasuggestionwithoutfilter.md +0 -34
  4859. package/docs/API-reference/api/x-components.popularsearchesxevents.popularsearchesrequestchanged.md +0 -13
  4860. package/docs/API-reference/api/x-components.primitive.md +0 -15
  4861. package/docs/API-reference/api/x-components.querysuggestions.animation.md +0 -13
  4862. package/docs/API-reference/api/x-components.querysuggestions.maxitemstorender.md +0 -13
  4863. package/docs/API-reference/api/x-components.querysuggestionsconfig.showextrasuggestionwithoutfilter.md +0 -38
  4864. package/docs/API-reference/api/x-components.querysuggestionsxevents.querysuggestionsrequestchanged.md +0 -13
  4865. package/docs/API-reference/api/x-components.recommendationsxevents.recommendationsrequestchanged.md +0 -13
  4866. package/docs/API-reference/api/x-components.reduce.md +0 -28
  4867. package/docs/API-reference/api/x-components.relatedtagsmutations.setquery.md +0 -24
  4868. package/docs/API-reference/api/x-components.relatedtagsstate.query.md +0 -13
  4869. package/docs/API-reference/api/x-components.relatedtagsxevents.relatedtagsrequestchanged.md +0 -13
  4870. package/docs/API-reference/api/x-components.resetfacets.md +0 -13
  4871. package/docs/API-reference/api/x-components.resetpage.md +0 -13
  4872. package/docs/API-reference/api/x-components.resetsort.md +0 -13
  4873. package/docs/API-reference/api/x-components.saveorigin.md +0 -13
  4874. package/docs/API-reference/api/x-components.scroll.distancetobottom.md +0 -13
  4875. package/docs/API-reference/api/x-components.scroll.throttlems.md +0 -13
  4876. package/docs/API-reference/api/x-components.selectedfilters.alwaysvisible.md +0 -13
  4877. package/docs/API-reference/api/x-components.selectedfilters.facetid.md +0 -13
  4878. package/docs/API-reference/api/x-components.selectedfilters.selectedfiltersbyfacet.md +0 -13
  4879. package/docs/API-reference/api/x-components.selectedfilters.selectedfiltersgetter.md +0 -13
  4880. package/docs/API-reference/api/x-components.selectedfilterslist.alwaysvisible.md +0 -15
  4881. package/docs/API-reference/api/x-components.selectedfilterslist.facetid.md +0 -13
  4882. package/docs/API-reference/api/x-components.sessionservice.clearsessionid.md +0 -17
  4883. package/docs/API-reference/api/x-components.sessionservice.getsessionid.md +0 -23
  4884. package/docs/API-reference/api/x-components.sessionservice.md +0 -21
  4885. package/docs/API-reference/api/x-components.setpagesize.md +0 -13
  4886. package/docs/API-reference/api/x-components.setquerytaggingdebounce.md +0 -13
  4887. package/docs/API-reference/api/x-components.setsessionduration.md +0 -13
  4888. package/docs/API-reference/api/x-components.slidingpanel._refs.md +0 -15
  4889. package/docs/API-reference/api/x-components.slidingpanel.beforedestroy.md +0 -15
  4890. package/docs/API-reference/api/x-components.slidingpanel.isscrollatend.md +0 -13
  4891. package/docs/API-reference/api/x-components.slidingpanel.isscrollatstart.md +0 -13
  4892. package/docs/API-reference/api/x-components.slidingpanel.mounted.md +0 -15
  4893. package/docs/API-reference/api/x-components.slidingpanel.scrollobserver.md +0 -13
  4894. package/docs/API-reference/api/x-components.snippetconfig.searchlang.md +0 -13
  4895. package/docs/API-reference/api/x-components.taggingmutations.setquerytaggingdebounce.md +0 -24
  4896. package/docs/API-reference/api/x-components.taggingmutations.setsessionduration.md +0 -24
  4897. package/docs/API-reference/api/x-components.taggingxevents.querytaggingdebounceprovided.md +0 -13
  4898. package/docs/API-reference/api/x-components.taggingxevents.sessiondurationprovided.md +0 -13
  4899. package/docs/API-reference/api/x-components.translatefromleft.md +0 -15
  4900. package/docs/API-reference/api/x-components.translatefromright.md +0 -15
  4901. package/docs/API-reference/api/x-components.urlxevents.pushableurlstatechanged.md +0 -13
  4902. package/docs/API-reference/api/x-components.urlxevents.replaceableurlstatechanged.md +0 -13
  4903. package/docs/API-reference/api/x-components.wirepayload.eventpayload.md +0 -13
  4904. package/docs/API-reference/api/x-components.wirepayload.metadata.md +0 -13
  4905. package/docs/API-reference/api/x-components.xbus.emit.md +0 -24
  4906. package/docs/API-reference/api/x-components.xbus.emit_1.md +0 -26
  4907. package/docs/API-reference/api/x-components.xbus.md +0 -24
  4908. package/docs/API-reference/api/x-components.xbus.on.md +0 -27
  4909. package/docs/API-reference/api/x-components.xbus.on_1.md +0 -27
  4910. package/docs/API-reference/api/x-components.xbus.on_2.md +0 -27
  4911. package/docs/API-reference/api/x-components.xeventstypes.adapterconfigchanged.md +0 -13
  4912. package/docs/API-reference/api/x-types.relatedtag.previous.md +0 -13
  4913. package/docs/API-reference/api/x-types.relatedtag.selected.md +0 -13
  4914. package/docs/API-reference/api/x-types.suggestion.facets.md +0 -13
  4915. package/docs/API-reference/api/x-types.tagginginfo.md +0 -21
  4916. package/docs/API-reference/api/x-types.tagginginfo.params.md +0 -13
  4917. package/docs/API-reference/api/x-types.tagginginfo.url.md +0 -13
  4918. package/docs/API-reference/api/x-types.tagginginfoschema.md +0 -13
  4919. package/docs/API-reference/components/common/animations/x-components.animate-width.md +0 -65
  4920. package/docs/API-reference/components/common/animations/x-components.collapse-from-top.md +0 -30
  4921. package/docs/API-reference/components/common/animations/x-components.collapse-height.md +0 -30
  4922. package/docs/API-reference/components/common/animations/x-components.collapse-width.md +0 -31
  4923. package/docs/API-reference/components/common/animations/x-components.cross-fade.md +0 -29
  4924. package/docs/API-reference/components/common/animations/x-components.fade-and-slide.md +0 -43
  4925. package/docs/API-reference/components/common/animations/x-components.staggered-fade-and-slide.md +0 -40
  4926. package/docs/API-reference/components/common/animations/x-components.staggering-transition-group.md +0 -34
  4927. package/docs/API-reference/components/common/animations/x-components.translate-from-left.md +0 -29
  4928. package/docs/API-reference/components/common/animations/x-components.translate-from-right.md +0 -29
  4929. package/docs/API-reference/components/common/column-picker/x-components.base-column-picker-dropdown.md +0 -148
  4930. package/docs/API-reference/components/common/column-picker/x-components.base-column-picker-list.md +0 -114
  4931. package/docs/API-reference/components/common/currency/x-components.base-currency.md +0 -81
  4932. package/docs/API-reference/components/common/filters/labels/x-components.base-price-filter-label.md +0 -76
  4933. package/docs/API-reference/components/common/filters/labels/x-components.base-rating-filter-label.md +0 -63
  4934. package/docs/API-reference/components/common/icons/x-components.arrow.md +0 -7
  4935. package/docs/API-reference/components/common/icons/x-components.bag.md +0 -7
  4936. package/docs/API-reference/components/common/icons/x-components.bar-code.md +0 -7
  4937. package/docs/API-reference/components/common/icons/x-components.barcode-tiny.md +0 -7
  4938. package/docs/API-reference/components/common/icons/x-components.cart.md +0 -7
  4939. package/docs/API-reference/components/common/icons/x-components.check-tiny.md +0 -7
  4940. package/docs/API-reference/components/common/icons/x-components.check.md +0 -7
  4941. package/docs/API-reference/components/common/icons/x-components.checkbox-card-selected.md +0 -7
  4942. package/docs/API-reference/components/common/icons/x-components.checkbox-card-unselected.md +0 -7
  4943. package/docs/API-reference/components/common/icons/x-components.checkbox-selected.md +0 -7
  4944. package/docs/API-reference/components/common/icons/x-components.checkbox-unselected.md +0 -7
  4945. package/docs/API-reference/components/common/icons/x-components.chevron-down.md +0 -7
  4946. package/docs/API-reference/components/common/icons/x-components.chevron-left.md +0 -7
  4947. package/docs/API-reference/components/common/icons/x-components.chevron-right.md +0 -7
  4948. package/docs/API-reference/components/common/icons/x-components.chevron-tiny-down.md +0 -7
  4949. package/docs/API-reference/components/common/icons/x-components.chevron-tiny-left.md +0 -7
  4950. package/docs/API-reference/components/common/icons/x-components.chevron-tiny-right.md +0 -7
  4951. package/docs/API-reference/components/common/icons/x-components.chevron-tiny-up.md +0 -7
  4952. package/docs/API-reference/components/common/icons/x-components.chevron-up.md +0 -7
  4953. package/docs/API-reference/components/common/icons/x-components.cross-tiny.md +0 -7
  4954. package/docs/API-reference/components/common/icons/x-components.cross.md +0 -7
  4955. package/docs/API-reference/components/common/icons/x-components.filters.md +0 -7
  4956. package/docs/API-reference/components/common/icons/x-components.grid-1-col.md +0 -7
  4957. package/docs/API-reference/components/common/icons/x-components.grid-2-col.md +0 -7
  4958. package/docs/API-reference/components/common/icons/x-components.hide.md +0 -7
  4959. package/docs/API-reference/components/common/icons/x-components.history-tiny.md +0 -7
  4960. package/docs/API-reference/components/common/icons/x-components.history.md +0 -7
  4961. package/docs/API-reference/components/common/icons/x-components.menu.md +0 -7
  4962. package/docs/API-reference/components/common/icons/x-components.minus-tiny.md +0 -7
  4963. package/docs/API-reference/components/common/icons/x-components.minus.md +0 -7
  4964. package/docs/API-reference/components/common/icons/x-components.nq-1.md +0 -7
  4965. package/docs/API-reference/components/common/icons/x-components.nq-2.md +0 -7
  4966. package/docs/API-reference/components/common/icons/x-components.nq-3.md +0 -7
  4967. package/docs/API-reference/components/common/icons/x-components.nq-4.md +0 -7
  4968. package/docs/API-reference/components/common/icons/x-components.plus.md +0 -7
  4969. package/docs/API-reference/components/common/icons/x-components.search-tiny.md +0 -7
  4970. package/docs/API-reference/components/common/icons/x-components.search.md +0 -7
  4971. package/docs/API-reference/components/common/icons/x-components.show.md +0 -7
  4972. package/docs/API-reference/components/common/icons/x-components.star.md +0 -7
  4973. package/docs/API-reference/components/common/icons/x-components.tag.md +0 -7
  4974. package/docs/API-reference/components/common/icons/x-components.trash-open.md +0 -7
  4975. package/docs/API-reference/components/common/icons/x-components.trash.md +0 -7
  4976. package/docs/API-reference/components/common/icons/x-components.trending-tiny.md +0 -7
  4977. package/docs/API-reference/components/common/icons/x-components.trending.md +0 -7
  4978. package/docs/API-reference/components/common/icons/x-components.user.md +0 -7
  4979. package/docs/API-reference/components/common/layouts/x-components.fixed-header-and-asides-layout.md +0 -72
  4980. package/docs/API-reference/components/common/layouts/x-components.multi-column-max-width-layout.md +0 -161
  4981. package/docs/API-reference/components/common/layouts/x-components.single-column-layout.md +0 -29
  4982. package/docs/API-reference/components/common/modals/x-components.base-events-modal-close.md +0 -81
  4983. package/docs/API-reference/components/common/modals/x-components.base-events-modal-open.md +0 -83
  4984. package/docs/API-reference/components/common/modals/x-components.base-events-modal.md +0 -123
  4985. package/docs/API-reference/components/common/modals/x-components.base-id-modal-close.md +0 -58
  4986. package/docs/API-reference/components/common/modals/x-components.base-id-modal-open.md +0 -59
  4987. package/docs/API-reference/components/common/modals/x-components.base-id-modal.md +0 -72
  4988. package/docs/API-reference/components/common/modals/x-components.base-modal.md +0 -82
  4989. package/docs/API-reference/components/common/panels/x-components.base-header-toggle-panel.md +0 -64
  4990. package/docs/API-reference/components/common/panels/x-components.base-id-toggle-panel-button.md +0 -84
  4991. package/docs/API-reference/components/common/panels/x-components.base-id-toggle-panel.md +0 -82
  4992. package/docs/API-reference/components/common/panels/x-components.base-toggle-panel.md +0 -42
  4993. package/docs/API-reference/components/common/result/x-components.base-result-add-to-cart.md +0 -45
  4994. package/docs/API-reference/components/common/result/x-components.base-result-current-price.md +0 -42
  4995. package/docs/API-reference/components/common/result/x-components.base-result-fallback-image.md +0 -7
  4996. package/docs/API-reference/components/common/result/x-components.base-result-image.md +0 -56
  4997. package/docs/API-reference/components/common/result/x-components.base-result-link.md +0 -52
  4998. package/docs/API-reference/components/common/result/x-components.base-result-placeholder-image.md +0 -7
  4999. package/docs/API-reference/components/common/result/x-components.base-result-previous-price.md +0 -41
  5000. package/docs/API-reference/components/common/scroll/x-components.base-scroll.md +0 -156
  5001. package/docs/API-reference/components/common/suggestions/x-components.base-suggestion.md +0 -64
  5002. package/docs/API-reference/components/common/suggestions/x-components.base-suggestions.md +0 -99
  5003. package/docs/API-reference/components/common/x-components.auto-progress-bar.md +0 -62
  5004. package/docs/API-reference/components/common/x-components.base-dropdown.md +0 -80
  5005. package/docs/API-reference/components/common/x-components.base-event-button.md +0 -50
  5006. package/docs/API-reference/components/common/x-components.base-grid.md +0 -100
  5007. package/docs/API-reference/components/common/x-components.base-keyboard-navigation.md +0 -92
  5008. package/docs/API-reference/components/common/x-components.base-rating.md +0 -48
  5009. package/docs/API-reference/components/common/x-components.base-variable-column-grid.md +0 -85
  5010. package/docs/API-reference/components/common/x-components.global-x-bus.md +0 -50
  5011. package/docs/API-reference/components/common/x-components.items-list.md +0 -23
  5012. package/docs/API-reference/components/common/x-components.location-provider.md +0 -53
  5013. package/docs/API-reference/components/common/x-components.sliding-panel.md +0 -80
  5014. package/docs/API-reference/components/common/x-components.snippet-callbacks.md +0 -36
  5015. package/docs/API-reference/components/device/x-components.device-detector.md +0 -139
  5016. package/docs/API-reference/components/empathize/x-components.empathize.md +0 -87
  5017. package/docs/API-reference/components/extra-params/x-components.extra-params.md +0 -50
  5018. package/docs/API-reference/components/extra-params/x-components.renderless-extra-param.md +0 -56
  5019. package/docs/API-reference/components/extra-params/x-components.snippet-config-extra-params.md +0 -44
  5020. package/docs/API-reference/components/facets/x-components.clear-filters.md +0 -65
  5021. package/docs/API-reference/components/facets/x-components.facets/facets-provider.md +0 -81
  5022. package/docs/API-reference/components/facets/x-components.facets/facets.md +0 -247
  5023. package/docs/API-reference/components/facets/x-components.filters/all-filter.md +0 -80
  5024. package/docs/API-reference/components/facets/x-components.filters/base-filter.md +0 -77
  5025. package/docs/API-reference/components/facets/x-components.filters/editable-number-range-filter.md +0 -201
  5026. package/docs/API-reference/components/facets/x-components.filters/hierarchical-filter.md +0 -74
  5027. package/docs/API-reference/components/facets/x-components.filters/number-range-filter.md +0 -48
  5028. package/docs/API-reference/components/facets/x-components.filters/renderless-filter.md +0 -62
  5029. package/docs/API-reference/components/facets/x-components.filters/simple-filter.md +0 -150
  5030. package/docs/API-reference/components/facets/x-components.lists/exclude-filters-with-no-results.md +0 -155
  5031. package/docs/API-reference/components/facets/x-components.lists/filters-list.md +0 -69
  5032. package/docs/API-reference/components/facets/x-components.lists/filters-search.md +0 -101
  5033. package/docs/API-reference/components/facets/x-components.lists/selected-filters-list.md +0 -123
  5034. package/docs/API-reference/components/facets/x-components.lists/selected-filters.md +0 -86
  5035. package/docs/API-reference/components/facets/x-components.lists/sliced-filters.md +0 -103
  5036. package/docs/API-reference/components/facets/x-components.lists/sorted-filters.md +0 -90
  5037. package/docs/API-reference/components/history-queries/x-components.clear-history-queries.md +0 -35
  5038. package/docs/API-reference/components/history-queries/x-components.history-queries.md +0 -81
  5039. package/docs/API-reference/components/history-queries/x-components.history-query.md +0 -60
  5040. package/docs/API-reference/components/history-queries/x-components.remove-history-query.md +0 -42
  5041. package/docs/API-reference/components/identifier-results/x-components.identifier-result.md +0 -27
  5042. package/docs/API-reference/components/identifier-results/x-components.identifier-results.md +0 -43
  5043. package/docs/API-reference/components/next-queries/x-components.next-queries-list.md +0 -161
  5044. package/docs/API-reference/components/next-queries/x-components.next-queries.md +0 -81
  5045. package/docs/API-reference/components/next-queries/x-components.next-query.md +0 -56
  5046. package/docs/API-reference/components/popular-searches/x-components.popular-search.md +0 -54
  5047. package/docs/API-reference/components/popular-searches/x-components.popular-searches.md +0 -81
  5048. package/docs/API-reference/components/query-suggestions/x-components.query-suggestion.md +0 -135
  5049. package/docs/API-reference/components/query-suggestions/x-components.query-suggestions.md +0 -241
  5050. package/docs/API-reference/components/recommendations/x-components.recommendations.md +0 -122
  5051. package/docs/API-reference/components/related-tags/x-components.related-tag.md +0 -158
  5052. package/docs/API-reference/components/related-tags/x-components.related-tags.md +0 -193
  5053. package/docs/API-reference/components/scroll/x-components.main-scroll-item.md +0 -83
  5054. package/docs/API-reference/components/scroll/x-components.main-scroll.md +0 -174
  5055. package/docs/API-reference/components/scroll/x-components.scroll-to-top.md +0 -65
  5056. package/docs/API-reference/components/scroll/x-components.scroll.md +0 -163
  5057. package/docs/API-reference/components/scroll/x-components.window-scroll.md +0 -155
  5058. package/docs/API-reference/components/search/x-components.banner.md +0 -55
  5059. package/docs/API-reference/components/search/x-components.banners-list.md +0 -196
  5060. package/docs/API-reference/components/search/x-components.partial-query-button.md +0 -73
  5061. package/docs/API-reference/components/search/x-components.partial-results-list.md +0 -83
  5062. package/docs/API-reference/components/search/x-components.promoted.md +0 -55
  5063. package/docs/API-reference/components/search/x-components.promoteds-list.md +0 -194
  5064. package/docs/API-reference/components/search/x-components.redirection.md +0 -98
  5065. package/docs/API-reference/components/search/x-components.results-list.md +0 -199
  5066. package/docs/API-reference/components/search/x-components.sort-dropdown.md +0 -120
  5067. package/docs/API-reference/components/search/x-components.sort-list.md +0 -102
  5068. package/docs/API-reference/components/search/x-components.spellcheck-button.md +0 -49
  5069. package/docs/API-reference/components/search/x-components.spellcheck.md +0 -53
  5070. package/docs/API-reference/components/search-box/x-components.clear-search-input.md +0 -142
  5071. package/docs/API-reference/components/search-box/x-components.search-button.md +0 -142
  5072. package/docs/API-reference/components/search-box/x-components.search-input.md +0 -178
  5073. package/docs/API-reference/components/tagging/x-components.tagging.md +0 -87
  5074. package/docs/API-reference/components/url/x-components.url-handler.md +0 -82
  5075. package/docs/build-search-ui/README.md +0 -108
  5076. package/docs/build-search-ui/web-archetype-development-guide.md +0 -178
  5077. package/docs/build-search-ui/web-archetype-integration-guide.md +0 -186
  5078. package/docs/build-search-ui/web-use-x-components-guide.md +0 -165
  5079. package/docs/build-search-ui/web-x-components-integration-guide.md +0 -192
  5080. package/docs/build-search-ui/x-architecture/README.md +0 -128
  5081. package/js/components/animations/animate-width.vue_rollup-plugin-vue=script.js +0 -22
  5082. package/js/components/animations/animate-width.vue_rollup-plugin-vue=script.js.map +0 -1
  5083. package/js/components/animations/collapse-from-top.vue.js +0 -58
  5084. package/js/components/animations/collapse-from-top.vue.js.map +0 -1
  5085. package/js/components/animations/collapse-from-top.vue_rollup-plugin-vue=script.js +0 -23
  5086. package/js/components/animations/collapse-from-top.vue_rollup-plugin-vue=script.js.map +0 -1
  5087. package/js/components/animations/collapse-height.vue_rollup-plugin-vue=script.js +0 -26
  5088. package/js/components/animations/collapse-height.vue_rollup-plugin-vue=script.js.map +0 -1
  5089. package/js/components/animations/collapse-width.vue_rollup-plugin-vue=script.js +0 -26
  5090. package/js/components/animations/collapse-width.vue_rollup-plugin-vue=script.js.map +0 -1
  5091. package/js/components/animations/cross-fade.vue_rollup-plugin-vue=script.js +0 -23
  5092. package/js/components/animations/cross-fade.vue_rollup-plugin-vue=script.js.map +0 -1
  5093. package/js/components/animations/fade-and-slide.vue_rollup-plugin-vue=script.js +0 -26
  5094. package/js/components/animations/fade-and-slide.vue_rollup-plugin-vue=script.js.map +0 -1
  5095. package/js/components/animations/staggered-fade-and-slide.vue_rollup-plugin-vue=script.js +0 -26
  5096. package/js/components/animations/staggered-fade-and-slide.vue_rollup-plugin-vue=script.js.map +0 -1
  5097. package/js/components/animations/staggering-transition-group.vue_rollup-plugin-vue=script.js +0 -354
  5098. package/js/components/animations/staggering-transition-group.vue_rollup-plugin-vue=script.js.map +0 -1
  5099. package/js/components/animations/translate-from-left.vue.js +0 -58
  5100. package/js/components/animations/translate-from-left.vue.js.map +0 -1
  5101. package/js/components/animations/translate-from-left.vue_rollup-plugin-vue=script.js +0 -23
  5102. package/js/components/animations/translate-from-left.vue_rollup-plugin-vue=script.js.map +0 -1
  5103. package/js/components/animations/translate-from-right.vue.js +0 -58
  5104. package/js/components/animations/translate-from-right.vue.js.map +0 -1
  5105. package/js/components/animations/translate-from-right.vue_rollup-plugin-vue=script.js +0 -23
  5106. package/js/components/animations/translate-from-right.vue_rollup-plugin-vue=script.js.map +0 -1
  5107. package/js/components/auto-progress-bar.vue_rollup-plugin-vue=script.js +0 -42
  5108. package/js/components/auto-progress-bar.vue_rollup-plugin-vue=script.js.map +0 -1
  5109. package/js/components/base-dropdown.vue_rollup-plugin-vue=script.js +0 -341
  5110. package/js/components/base-dropdown.vue_rollup-plugin-vue=script.js.map +0 -1
  5111. package/js/components/base-event-button.vue_rollup-plugin-vue=script.js +0 -36
  5112. package/js/components/base-event-button.vue_rollup-plugin-vue=script.js.map +0 -1
  5113. package/js/components/base-grid.vue_rollup-plugin-vue=script.js +0 -115
  5114. package/js/components/base-grid.vue_rollup-plugin-vue=script.js.map +0 -1
  5115. package/js/components/base-keyboard-navigation.vue_rollup-plugin-vue=script.js +0 -126
  5116. package/js/components/base-keyboard-navigation.vue_rollup-plugin-vue=script.js.map +0 -1
  5117. package/js/components/base-rating.vue_rollup-plugin-vue=script.js +0 -62
  5118. package/js/components/base-rating.vue_rollup-plugin-vue=script.js.map +0 -1
  5119. package/js/components/base-variable-column-grid.vue_rollup-plugin-vue=script.js +0 -57
  5120. package/js/components/base-variable-column-grid.vue_rollup-plugin-vue=script.js.map +0 -1
  5121. package/js/components/column-picker/base-column-picker-dropdown.vue_rollup-plugin-vue=script.js +0 -46
  5122. package/js/components/column-picker/base-column-picker-dropdown.vue_rollup-plugin-vue=script.js.map +0 -1
  5123. package/js/components/column-picker/base-column-picker-list.vue_rollup-plugin-vue=script.js +0 -57
  5124. package/js/components/column-picker/base-column-picker-list.vue_rollup-plugin-vue=script.js.map +0 -1
  5125. package/js/components/currency/base-currency.vue_rollup-plugin-vue=script.js +0 -98
  5126. package/js/components/currency/base-currency.vue_rollup-plugin-vue=script.js.map +0 -1
  5127. package/js/components/filters/labels/base-price-filter-label.vue_rollup-plugin-vue=script.js +0 -82
  5128. package/js/components/filters/labels/base-price-filter-label.vue_rollup-plugin-vue=script.js.map +0 -1
  5129. package/js/components/filters/labels/base-rating-filter-label.vue_rollup-plugin-vue=script.js +0 -50
  5130. package/js/components/filters/labels/base-rating-filter-label.vue_rollup-plugin-vue=script.js.map +0 -1
  5131. package/js/components/global-x-bus.vue_rollup-plugin-vue=script.js +0 -47
  5132. package/js/components/global-x-bus.vue_rollup-plugin-vue=script.js.map +0 -1
  5133. package/js/components/icons/arrow.vue.js +0 -61
  5134. package/js/components/icons/arrow.vue.js.map +0 -1
  5135. package/js/components/icons/arrow.vue_rollup-plugin-vue=script.js +0 -4
  5136. package/js/components/icons/arrow.vue_rollup-plugin-vue=script.js.map +0 -1
  5137. package/js/components/icons/bag.vue_rollup-plugin-vue=script.js +0 -4
  5138. package/js/components/icons/bag.vue_rollup-plugin-vue=script.js.map +0 -1
  5139. package/js/components/icons/bar-code.vue_rollup-plugin-vue=script.js +0 -4
  5140. package/js/components/icons/bar-code.vue_rollup-plugin-vue=script.js.map +0 -1
  5141. package/js/components/icons/barcode-tiny.vue_rollup-plugin-vue=script.js +0 -4
  5142. package/js/components/icons/barcode-tiny.vue_rollup-plugin-vue=script.js.map +0 -1
  5143. package/js/components/icons/cart.vue_rollup-plugin-vue=script.js +0 -4
  5144. package/js/components/icons/cart.vue_rollup-plugin-vue=script.js.map +0 -1
  5145. package/js/components/icons/check-tiny.vue_rollup-plugin-vue=script.js +0 -4
  5146. package/js/components/icons/check-tiny.vue_rollup-plugin-vue=script.js.map +0 -1
  5147. package/js/components/icons/check.vue_rollup-plugin-vue=script.js +0 -4
  5148. package/js/components/icons/check.vue_rollup-plugin-vue=script.js.map +0 -1
  5149. package/js/components/icons/checkbox-card-selected.vue.js +0 -63
  5150. package/js/components/icons/checkbox-card-selected.vue.js.map +0 -1
  5151. package/js/components/icons/checkbox-card-selected.vue_rollup-plugin-vue=script.js +0 -4
  5152. package/js/components/icons/checkbox-card-selected.vue_rollup-plugin-vue=script.js.map +0 -1
  5153. package/js/components/icons/checkbox-card-unselected.vue.js +0 -61
  5154. package/js/components/icons/checkbox-card-unselected.vue.js.map +0 -1
  5155. package/js/components/icons/checkbox-card-unselected.vue_rollup-plugin-vue=script.js +0 -4
  5156. package/js/components/icons/checkbox-card-unselected.vue_rollup-plugin-vue=script.js.map +0 -1
  5157. package/js/components/icons/checkbox-selected.vue_rollup-plugin-vue=script.js +0 -4
  5158. package/js/components/icons/checkbox-selected.vue_rollup-plugin-vue=script.js.map +0 -1
  5159. package/js/components/icons/checkbox-unselected.vue_rollup-plugin-vue=script.js +0 -4
  5160. package/js/components/icons/checkbox-unselected.vue_rollup-plugin-vue=script.js.map +0 -1
  5161. package/js/components/icons/chevron-down.vue_rollup-plugin-vue=script.js +0 -4
  5162. package/js/components/icons/chevron-down.vue_rollup-plugin-vue=script.js.map +0 -1
  5163. package/js/components/icons/chevron-left.vue_rollup-plugin-vue=script.js +0 -4
  5164. package/js/components/icons/chevron-left.vue_rollup-plugin-vue=script.js.map +0 -1
  5165. package/js/components/icons/chevron-right.vue_rollup-plugin-vue=script.js +0 -4
  5166. package/js/components/icons/chevron-right.vue_rollup-plugin-vue=script.js.map +0 -1
  5167. package/js/components/icons/chevron-tiny-down.vue_rollup-plugin-vue=script.js +0 -4
  5168. package/js/components/icons/chevron-tiny-down.vue_rollup-plugin-vue=script.js.map +0 -1
  5169. package/js/components/icons/chevron-tiny-left.vue_rollup-plugin-vue=script.js +0 -4
  5170. package/js/components/icons/chevron-tiny-left.vue_rollup-plugin-vue=script.js.map +0 -1
  5171. package/js/components/icons/chevron-tiny-right.vue_rollup-plugin-vue=script.js +0 -4
  5172. package/js/components/icons/chevron-tiny-right.vue_rollup-plugin-vue=script.js.map +0 -1
  5173. package/js/components/icons/chevron-tiny-up.vue_rollup-plugin-vue=script.js +0 -4
  5174. package/js/components/icons/chevron-tiny-up.vue_rollup-plugin-vue=script.js.map +0 -1
  5175. package/js/components/icons/chevron-up.vue_rollup-plugin-vue=script.js +0 -4
  5176. package/js/components/icons/chevron-up.vue_rollup-plugin-vue=script.js.map +0 -1
  5177. package/js/components/icons/cross-tiny.vue_rollup-plugin-vue=script.js +0 -4
  5178. package/js/components/icons/cross-tiny.vue_rollup-plugin-vue=script.js.map +0 -1
  5179. package/js/components/icons/cross.vue_rollup-plugin-vue=script.js +0 -4
  5180. package/js/components/icons/cross.vue_rollup-plugin-vue=script.js.map +0 -1
  5181. package/js/components/icons/filters.vue_rollup-plugin-vue=script.js +0 -4
  5182. package/js/components/icons/filters.vue_rollup-plugin-vue=script.js.map +0 -1
  5183. package/js/components/icons/grid-1-col.vue_rollup-plugin-vue=script.js +0 -4
  5184. package/js/components/icons/grid-1-col.vue_rollup-plugin-vue=script.js.map +0 -1
  5185. package/js/components/icons/grid-2-col.vue_rollup-plugin-vue=script.js +0 -4
  5186. package/js/components/icons/grid-2-col.vue_rollup-plugin-vue=script.js.map +0 -1
  5187. package/js/components/icons/hide.vue_rollup-plugin-vue=script.js +0 -4
  5188. package/js/components/icons/hide.vue_rollup-plugin-vue=script.js.map +0 -1
  5189. package/js/components/icons/history-tiny.vue_rollup-plugin-vue=script.js +0 -4
  5190. package/js/components/icons/history-tiny.vue_rollup-plugin-vue=script.js.map +0 -1
  5191. package/js/components/icons/history.vue_rollup-plugin-vue=script.js +0 -4
  5192. package/js/components/icons/history.vue_rollup-plugin-vue=script.js.map +0 -1
  5193. package/js/components/icons/menu.vue_rollup-plugin-vue=script.js +0 -4
  5194. package/js/components/icons/menu.vue_rollup-plugin-vue=script.js.map +0 -1
  5195. package/js/components/icons/minus-tiny.vue_rollup-plugin-vue=script.js +0 -4
  5196. package/js/components/icons/minus-tiny.vue_rollup-plugin-vue=script.js.map +0 -1
  5197. package/js/components/icons/minus.vue_rollup-plugin-vue=script.js +0 -4
  5198. package/js/components/icons/minus.vue_rollup-plugin-vue=script.js.map +0 -1
  5199. package/js/components/icons/nq-1.vue.js +0 -61
  5200. package/js/components/icons/nq-1.vue.js.map +0 -1
  5201. package/js/components/icons/nq-1.vue_rollup-plugin-vue=script.js +0 -4
  5202. package/js/components/icons/nq-1.vue_rollup-plugin-vue=script.js.map +0 -1
  5203. package/js/components/icons/nq-2.vue.js +0 -61
  5204. package/js/components/icons/nq-2.vue.js.map +0 -1
  5205. package/js/components/icons/nq-2.vue_rollup-plugin-vue=script.js +0 -4
  5206. package/js/components/icons/nq-2.vue_rollup-plugin-vue=script.js.map +0 -1
  5207. package/js/components/icons/nq-3.vue.js +0 -65
  5208. package/js/components/icons/nq-3.vue.js.map +0 -1
  5209. package/js/components/icons/nq-3.vue_rollup-plugin-vue=script.js +0 -4
  5210. package/js/components/icons/nq-3.vue_rollup-plugin-vue=script.js.map +0 -1
  5211. package/js/components/icons/nq-4.vue.js +0 -73
  5212. package/js/components/icons/nq-4.vue.js.map +0 -1
  5213. package/js/components/icons/nq-4.vue_rollup-plugin-vue=script.js +0 -4
  5214. package/js/components/icons/nq-4.vue_rollup-plugin-vue=script.js.map +0 -1
  5215. package/js/components/icons/plus.vue_rollup-plugin-vue=script.js +0 -4
  5216. package/js/components/icons/plus.vue_rollup-plugin-vue=script.js.map +0 -1
  5217. package/js/components/icons/search-tiny.vue_rollup-plugin-vue=script.js +0 -4
  5218. package/js/components/icons/search-tiny.vue_rollup-plugin-vue=script.js.map +0 -1
  5219. package/js/components/icons/search.vue_rollup-plugin-vue=script.js +0 -4
  5220. package/js/components/icons/search.vue_rollup-plugin-vue=script.js.map +0 -1
  5221. package/js/components/icons/show.vue_rollup-plugin-vue=script.js +0 -4
  5222. package/js/components/icons/show.vue_rollup-plugin-vue=script.js.map +0 -1
  5223. package/js/components/icons/star.vue_rollup-plugin-vue=script.js +0 -4
  5224. package/js/components/icons/star.vue_rollup-plugin-vue=script.js.map +0 -1
  5225. package/js/components/icons/tag.vue_rollup-plugin-vue=script.js +0 -4
  5226. package/js/components/icons/tag.vue_rollup-plugin-vue=script.js.map +0 -1
  5227. package/js/components/icons/trash-open.vue_rollup-plugin-vue=script.js +0 -4
  5228. package/js/components/icons/trash-open.vue_rollup-plugin-vue=script.js.map +0 -1
  5229. package/js/components/icons/trash.vue_rollup-plugin-vue=script.js +0 -4
  5230. package/js/components/icons/trash.vue_rollup-plugin-vue=script.js.map +0 -1
  5231. package/js/components/icons/trending-tiny.vue_rollup-plugin-vue=script.js +0 -4
  5232. package/js/components/icons/trending-tiny.vue_rollup-plugin-vue=script.js.map +0 -1
  5233. package/js/components/icons/trending.vue_rollup-plugin-vue=script.js +0 -4
  5234. package/js/components/icons/trending.vue_rollup-plugin-vue=script.js.map +0 -1
  5235. package/js/components/icons/user.vue_rollup-plugin-vue=script.js +0 -4
  5236. package/js/components/icons/user.vue_rollup-plugin-vue=script.js.map +0 -1
  5237. package/js/components/items-list.vue_rollup-plugin-vue=script.js +0 -47
  5238. package/js/components/items-list.vue_rollup-plugin-vue=script.js.map +0 -1
  5239. package/js/components/layouts/fixed-header-and-asides-layout.vue_rollup-plugin-vue=script.js +0 -57
  5240. package/js/components/layouts/fixed-header-and-asides-layout.vue_rollup-plugin-vue=script.js.map +0 -1
  5241. package/js/components/layouts/multi-column-max-width-layout.vue_rollup-plugin-vue=script.js +0 -32
  5242. package/js/components/layouts/multi-column-max-width-layout.vue_rollup-plugin-vue=script.js.map +0 -1
  5243. package/js/components/layouts/single-column-layout.vue_rollup-plugin-vue=script.js +0 -33
  5244. package/js/components/layouts/single-column-layout.vue_rollup-plugin-vue=script.js.map +0 -1
  5245. package/js/components/location-provider.vue_rollup-plugin-vue=script.js +0 -27
  5246. package/js/components/location-provider.vue_rollup-plugin-vue=script.js.map +0 -1
  5247. package/js/components/modals/base-events-modal-close.vue_rollup-plugin-vue=script.js +0 -37
  5248. package/js/components/modals/base-events-modal-close.vue_rollup-plugin-vue=script.js.map +0 -1
  5249. package/js/components/modals/base-events-modal-open.vue_rollup-plugin-vue=script.js +0 -37
  5250. package/js/components/modals/base-events-modal-open.vue_rollup-plugin-vue=script.js.map +0 -1
  5251. package/js/components/modals/base-events-modal.vue_rollup-plugin-vue=script.js +0 -96
  5252. package/js/components/modals/base-events-modal.vue_rollup-plugin-vue=script.js.map +0 -1
  5253. package/js/components/modals/base-id-modal-close.vue_rollup-plugin-vue=script.js +0 -36
  5254. package/js/components/modals/base-id-modal-close.vue_rollup-plugin-vue=script.js.map +0 -1
  5255. package/js/components/modals/base-id-modal-open.vue_rollup-plugin-vue=script.js +0 -36
  5256. package/js/components/modals/base-id-modal-open.vue_rollup-plugin-vue=script.js.map +0 -1
  5257. package/js/components/modals/base-id-modal.vue_rollup-plugin-vue=script.js +0 -85
  5258. package/js/components/modals/base-id-modal.vue_rollup-plugin-vue=script.js.map +0 -1
  5259. package/js/components/modals/base-modal.vue_rollup-plugin-vue=script.js +0 -126
  5260. package/js/components/modals/base-modal.vue_rollup-plugin-vue=script.js.map +0 -1
  5261. package/js/components/panels/base-header-toggle-panel.vue_rollup-plugin-vue=script.js +0 -57
  5262. package/js/components/panels/base-header-toggle-panel.vue_rollup-plugin-vue=script.js.map +0 -1
  5263. package/js/components/panels/base-id-toggle-panel-button.vue_rollup-plugin-vue=script.js +0 -68
  5264. package/js/components/panels/base-id-toggle-panel-button.vue_rollup-plugin-vue=script.js.map +0 -1
  5265. package/js/components/panels/base-id-toggle-panel.vue_rollup-plugin-vue=script.js +0 -80
  5266. package/js/components/panels/base-id-toggle-panel.vue_rollup-plugin-vue=script.js.map +0 -1
  5267. package/js/components/panels/base-toggle-panel.vue_rollup-plugin-vue=script.js +0 -29
  5268. package/js/components/panels/base-toggle-panel.vue_rollup-plugin-vue=script.js.map +0 -1
  5269. package/js/components/result/base-result-add-to-cart.vue_rollup-plugin-vue=script.js +0 -43
  5270. package/js/components/result/base-result-add-to-cart.vue_rollup-plugin-vue=script.js.map +0 -1
  5271. package/js/components/result/base-result-current-price.vue_rollup-plugin-vue=script.js +0 -48
  5272. package/js/components/result/base-result-current-price.vue_rollup-plugin-vue=script.js.map +0 -1
  5273. package/js/components/result/base-result-fallback-image.vue_rollup-plugin-vue=script.js +0 -4
  5274. package/js/components/result/base-result-fallback-image.vue_rollup-plugin-vue=script.js.map +0 -1
  5275. package/js/components/result/base-result-image.vue_rollup-plugin-vue=script.js +0 -148
  5276. package/js/components/result/base-result-image.vue_rollup-plugin-vue=script.js.map +0 -1
  5277. package/js/components/result/base-result-link.vue_rollup-plugin-vue=script.js +0 -46
  5278. package/js/components/result/base-result-link.vue_rollup-plugin-vue=script.js.map +0 -1
  5279. package/js/components/result/base-result-placeholder-image.vue_rollup-plugin-vue=script.js +0 -4
  5280. package/js/components/result/base-result-placeholder-image.vue_rollup-plugin-vue=script.js.map +0 -1
  5281. package/js/components/result/base-result-previous-price.vue_rollup-plugin-vue=script.js +0 -31
  5282. package/js/components/result/base-result-previous-price.vue_rollup-plugin-vue=script.js.map +0 -1
  5283. package/js/components/scroll/base-scroll.vue_rollup-plugin-vue=script.js +0 -24
  5284. package/js/components/scroll/base-scroll.vue_rollup-plugin-vue=script.js.map +0 -1
  5285. package/js/components/sliding-panel.vue_rollup-plugin-vue=script.js +0 -146
  5286. package/js/components/sliding-panel.vue_rollup-plugin-vue=script.js.map +0 -1
  5287. package/js/components/snippet-callbacks.vue_rollup-plugin-vue=script.js +0 -58
  5288. package/js/components/snippet-callbacks.vue_rollup-plugin-vue=script.js.map +0 -1
  5289. package/js/components/suggestions/base-suggestion.vue_rollup-plugin-vue=script.js +0 -144
  5290. package/js/components/suggestions/base-suggestion.vue_rollup-plugin-vue=script.js.map +0 -1
  5291. package/js/components/suggestions/base-suggestions.vue_rollup-plugin-vue=script.js +0 -87
  5292. package/js/components/suggestions/base-suggestions.vue_rollup-plugin-vue=script.js.map +0 -1
  5293. package/js/filters/compile-message.filter.js +0 -29
  5294. package/js/filters/compile-message.filter.js.map +0 -1
  5295. package/js/filters/filters.registry.js +0 -9
  5296. package/js/filters/filters.registry.js.map +0 -1
  5297. package/js/utils/object.js +0 -85
  5298. package/js/utils/object.js.map +0 -1
  5299. package/js/x-modules/device/components/device-detector.vue_rollup-plugin-vue=script.js +0 -141
  5300. package/js/x-modules/device/components/device-detector.vue_rollup-plugin-vue=script.js.map +0 -1
  5301. package/js/x-modules/empathize/components/empathize.vue_rollup-plugin-vue=script.js +0 -107
  5302. package/js/x-modules/empathize/components/empathize.vue_rollup-plugin-vue=script.js.map +0 -1
  5303. package/js/x-modules/extra-params/components/extra-params.vue_rollup-plugin-vue=script.js +0 -151
  5304. package/js/x-modules/extra-params/components/extra-params.vue_rollup-plugin-vue=script.js.map +0 -1
  5305. package/js/x-modules/extra-params/components/renderless-extra-param.vue_rollup-plugin-vue=script.js +0 -168
  5306. package/js/x-modules/extra-params/components/renderless-extra-param.vue_rollup-plugin-vue=script.js.map +0 -1
  5307. package/js/x-modules/extra-params/components/snippet-config-extra-params.vue_rollup-plugin-vue=script.js +0 -192
  5308. package/js/x-modules/extra-params/components/snippet-config-extra-params.vue_rollup-plugin-vue=script.js.map +0 -1
  5309. package/js/x-modules/facets/components/clear-filters.vue_rollup-plugin-vue=script.js +0 -231
  5310. package/js/x-modules/facets/components/clear-filters.vue_rollup-plugin-vue=script.js.map +0 -1
  5311. package/js/x-modules/facets/components/facets/facets-provider.vue_rollup-plugin-vue=script.js +0 -210
  5312. package/js/x-modules/facets/components/facets/facets-provider.vue_rollup-plugin-vue=script.js.map +0 -1
  5313. package/js/x-modules/facets/components/facets/facets.vue_rollup-plugin-vue=script.js +0 -124
  5314. package/js/x-modules/facets/components/facets/facets.vue_rollup-plugin-vue=script.js.map +0 -1
  5315. package/js/x-modules/facets/components/filters/all-filter.vue_rollup-plugin-vue=script.js +0 -192
  5316. package/js/x-modules/facets/components/filters/all-filter.vue_rollup-plugin-vue=script.js.map +0 -1
  5317. package/js/x-modules/facets/components/filters/base-filter.vue.js +0 -69
  5318. package/js/x-modules/facets/components/filters/base-filter.vue.js.map +0 -1
  5319. package/js/x-modules/facets/components/filters/base-filter.vue_rollup-plugin-vue=script.js +0 -184
  5320. package/js/x-modules/facets/components/filters/base-filter.vue_rollup-plugin-vue=script.js.map +0 -1
  5321. package/js/x-modules/facets/components/filters/editable-number-range-filter.vue_rollup-plugin-vue=script.js +0 -210
  5322. package/js/x-modules/facets/components/filters/editable-number-range-filter.vue_rollup-plugin-vue=script.js.map +0 -1
  5323. package/js/x-modules/facets/components/filters/hierarchical-filter.vue_rollup-plugin-vue=script.js +0 -220
  5324. package/js/x-modules/facets/components/filters/hierarchical-filter.vue_rollup-plugin-vue=script.js.map +0 -1
  5325. package/js/x-modules/facets/components/filters/number-range-filter.vue_rollup-plugin-vue=script.js +0 -169
  5326. package/js/x-modules/facets/components/filters/number-range-filter.vue_rollup-plugin-vue=script.js.map +0 -1
  5327. package/js/x-modules/facets/components/filters/renderless-filter.vue_rollup-plugin-vue=script.js +0 -212
  5328. package/js/x-modules/facets/components/filters/renderless-filter.vue_rollup-plugin-vue=script.js.map +0 -1
  5329. package/js/x-modules/facets/components/filters/simple-filter.vue_rollup-plugin-vue=script.js +0 -170
  5330. package/js/x-modules/facets/components/filters/simple-filter.vue_rollup-plugin-vue=script.js.map +0 -1
  5331. package/js/x-modules/facets/components/lists/exclude-filters-with-no-results.vue_rollup-plugin-vue=script.js +0 -160
  5332. package/js/x-modules/facets/components/lists/exclude-filters-with-no-results.vue_rollup-plugin-vue=script.js.map +0 -1
  5333. package/js/x-modules/facets/components/lists/filters-list.vue_rollup-plugin-vue=script.js +0 -183
  5334. package/js/x-modules/facets/components/lists/filters-list.vue_rollup-plugin-vue=script.js.map +0 -1
  5335. package/js/x-modules/facets/components/lists/filters-search.vue_rollup-plugin-vue=script.js +0 -205
  5336. package/js/x-modules/facets/components/lists/filters-search.vue_rollup-plugin-vue=script.js.map +0 -1
  5337. package/js/x-modules/facets/components/lists/selected-filters-list.vue_rollup-plugin-vue=script.js +0 -59
  5338. package/js/x-modules/facets/components/lists/selected-filters-list.vue_rollup-plugin-vue=script.js.map +0 -1
  5339. package/js/x-modules/facets/components/lists/selected-filters.vue_rollup-plugin-vue=script.js +0 -187
  5340. package/js/x-modules/facets/components/lists/selected-filters.vue_rollup-plugin-vue=script.js.map +0 -1
  5341. package/js/x-modules/facets/components/lists/sliced-filters.vue_rollup-plugin-vue=script.js +0 -210
  5342. package/js/x-modules/facets/components/lists/sliced-filters.vue_rollup-plugin-vue=script.js.map +0 -1
  5343. package/js/x-modules/facets/components/lists/sorted-filters.vue_rollup-plugin-vue=script.js +0 -178
  5344. package/js/x-modules/facets/components/lists/sorted-filters.vue_rollup-plugin-vue=script.js.map +0 -1
  5345. package/js/x-modules/history-queries/components/clear-history-queries.vue_rollup-plugin-vue=script.js +0 -72
  5346. package/js/x-modules/history-queries/components/clear-history-queries.vue_rollup-plugin-vue=script.js.map +0 -1
  5347. package/js/x-modules/history-queries/components/history-queries.vue_rollup-plugin-vue=script.js +0 -45
  5348. package/js/x-modules/history-queries/components/history-queries.vue_rollup-plugin-vue=script.js.map +0 -1
  5349. package/js/x-modules/history-queries/components/history-query.vue_rollup-plugin-vue=script.js +0 -53
  5350. package/js/x-modules/history-queries/components/history-query.vue_rollup-plugin-vue=script.js.map +0 -1
  5351. package/js/x-modules/history-queries/components/remove-history-query.vue_rollup-plugin-vue=script.js +0 -49
  5352. package/js/x-modules/history-queries/components/remove-history-query.vue_rollup-plugin-vue=script.js.map +0 -1
  5353. package/js/x-modules/identifier-results/components/identifier-result.vue_rollup-plugin-vue=script.js +0 -54
  5354. package/js/x-modules/identifier-results/components/identifier-result.vue_rollup-plugin-vue=script.js.map +0 -1
  5355. package/js/x-modules/identifier-results/components/identifier-results.vue_rollup-plugin-vue=script.js +0 -47
  5356. package/js/x-modules/identifier-results/components/identifier-results.vue_rollup-plugin-vue=script.js.map +0 -1
  5357. package/js/x-modules/next-queries/components/next-queries-list.vue_rollup-plugin-vue=script.js +0 -101
  5358. package/js/x-modules/next-queries/components/next-queries-list.vue_rollup-plugin-vue=script.js.map +0 -1
  5359. package/js/x-modules/next-queries/components/next-queries.vue_rollup-plugin-vue=script.js +0 -43
  5360. package/js/x-modules/next-queries/components/next-queries.vue_rollup-plugin-vue=script.js.map +0 -1
  5361. package/js/x-modules/next-queries/components/next-query.vue_rollup-plugin-vue=script.js +0 -48
  5362. package/js/x-modules/next-queries/components/next-query.vue_rollup-plugin-vue=script.js.map +0 -1
  5363. package/js/x-modules/popular-searches/components/popular-search.vue_rollup-plugin-vue=script.js +0 -48
  5364. package/js/x-modules/popular-searches/components/popular-search.vue_rollup-plugin-vue=script.js.map +0 -1
  5365. package/js/x-modules/popular-searches/components/popular-searches.vue_rollup-plugin-vue=script.js +0 -42
  5366. package/js/x-modules/popular-searches/components/popular-searches.vue_rollup-plugin-vue=script.js.map +0 -1
  5367. package/js/x-modules/query-suggestions/components/query-suggestion.vue_rollup-plugin-vue=script.js +0 -46
  5368. package/js/x-modules/query-suggestions/components/query-suggestion.vue_rollup-plugin-vue=script.js.map +0 -1
  5369. package/js/x-modules/query-suggestions/components/query-suggestions.vue_rollup-plugin-vue=script.js +0 -41
  5370. package/js/x-modules/query-suggestions/components/query-suggestions.vue_rollup-plugin-vue=script.js.map +0 -1
  5371. package/js/x-modules/recommendations/components/recommendations.vue_rollup-plugin-vue=script.js +0 -71
  5372. package/js/x-modules/recommendations/components/recommendations.vue_rollup-plugin-vue=script.js.map +0 -1
  5373. package/js/x-modules/related-tags/components/related-tag.vue_rollup-plugin-vue=script.js +0 -109
  5374. package/js/x-modules/related-tags/components/related-tag.vue_rollup-plugin-vue=script.js.map +0 -1
  5375. package/js/x-modules/related-tags/components/related-tags.vue_rollup-plugin-vue=script.js +0 -52
  5376. package/js/x-modules/related-tags/components/related-tags.vue_rollup-plugin-vue=script.js.map +0 -1
  5377. package/js/x-modules/scroll/components/main-scroll-item.vue_rollup-plugin-vue=script.js +0 -192
  5378. package/js/x-modules/scroll/components/main-scroll-item.vue_rollup-plugin-vue=script.js.map +0 -1
  5379. package/js/x-modules/scroll/components/main-scroll.vue_rollup-plugin-vue=script.js +0 -204
  5380. package/js/x-modules/scroll/components/main-scroll.vue_rollup-plugin-vue=script.js.map +0 -1
  5381. package/js/x-modules/scroll/components/scroll-to-top.vue_rollup-plugin-vue=script.js +0 -235
  5382. package/js/x-modules/scroll/components/scroll-to-top.vue_rollup-plugin-vue=script.js.map +0 -1
  5383. package/js/x-modules/scroll/components/scroll.vue_rollup-plugin-vue=script.js +0 -110
  5384. package/js/x-modules/scroll/components/scroll.vue_rollup-plugin-vue=script.js.map +0 -1
  5385. package/js/x-modules/scroll/components/window-scroll.vue_rollup-plugin-vue=script.js +0 -190
  5386. package/js/x-modules/scroll/components/window-scroll.vue_rollup-plugin-vue=script.js.map +0 -1
  5387. package/js/x-modules/search/components/banner.vue_rollup-plugin-vue=script.js +0 -40
  5388. package/js/x-modules/search/components/banner.vue_rollup-plugin-vue=script.js.map +0 -1
  5389. package/js/x-modules/search/components/banners-list.vue_rollup-plugin-vue=script.js +0 -64
  5390. package/js/x-modules/search/components/banners-list.vue_rollup-plugin-vue=script.js.map +0 -1
  5391. package/js/x-modules/search/components/partial-query-button.vue_rollup-plugin-vue=script.js +0 -52
  5392. package/js/x-modules/search/components/partial-query-button.vue_rollup-plugin-vue=script.js.map +0 -1
  5393. package/js/x-modules/search/components/partial-results-list.vue_rollup-plugin-vue=script.js +0 -51
  5394. package/js/x-modules/search/components/partial-results-list.vue_rollup-plugin-vue=script.js.map +0 -1
  5395. package/js/x-modules/search/components/promoted.vue_rollup-plugin-vue=script.js +0 -39
  5396. package/js/x-modules/search/components/promoted.vue_rollup-plugin-vue=script.js.map +0 -1
  5397. package/js/x-modules/search/components/promoteds-list.vue_rollup-plugin-vue=script.js +0 -64
  5398. package/js/x-modules/search/components/promoteds-list.vue_rollup-plugin-vue=script.js.map +0 -1
  5399. package/js/x-modules/search/components/redirection.vue_rollup-plugin-vue=script.js +0 -108
  5400. package/js/x-modules/search/components/redirection.vue_rollup-plugin-vue=script.js.map +0 -1
  5401. package/js/x-modules/search/components/results-list.vue_rollup-plugin-vue=script.js +0 -56
  5402. package/js/x-modules/search/components/results-list.vue_rollup-plugin-vue=script.js.map +0 -1
  5403. package/js/x-modules/search/components/sort-dropdown.vue_rollup-plugin-vue=script.js +0 -48
  5404. package/js/x-modules/search/components/sort-dropdown.vue_rollup-plugin-vue=script.js.map +0 -1
  5405. package/js/x-modules/search/components/sort-list.vue_rollup-plugin-vue=script.js +0 -167
  5406. package/js/x-modules/search/components/sort-list.vue_rollup-plugin-vue=script.js.map +0 -1
  5407. package/js/x-modules/search/components/spellcheck-button.vue_rollup-plugin-vue=script.js +0 -53
  5408. package/js/x-modules/search/components/spellcheck-button.vue_rollup-plugin-vue=script.js.map +0 -1
  5409. package/js/x-modules/search/components/spellcheck.vue_rollup-plugin-vue=script.js +0 -144
  5410. package/js/x-modules/search/components/spellcheck.vue_rollup-plugin-vue=script.js.map +0 -1
  5411. package/js/x-modules/search-box/components/clear-search-input.vue_rollup-plugin-vue=script.js +0 -63
  5412. package/js/x-modules/search-box/components/clear-search-input.vue_rollup-plugin-vue=script.js.map +0 -1
  5413. package/js/x-modules/search-box/components/search-button.vue_rollup-plugin-vue=script.js +0 -74
  5414. package/js/x-modules/search-box/components/search-button.vue_rollup-plugin-vue=script.js.map +0 -1
  5415. package/js/x-modules/search-box/components/search-input.vue_rollup-plugin-vue=script.js +0 -191
  5416. package/js/x-modules/search-box/components/search-input.vue_rollup-plugin-vue=script.js.map +0 -1
  5417. package/js/x-modules/tagging/components/tagging.vue_rollup-plugin-vue=script.js +0 -65
  5418. package/js/x-modules/tagging/components/tagging.vue_rollup-plugin-vue=script.js.map +0 -1
  5419. package/js/x-modules/tagging/service/session.service.js +0 -52
  5420. package/js/x-modules/tagging/service/session.service.js.map +0 -1
  5421. package/js/x-modules/url/components/url-handler.vue_rollup-plugin-vue=script.js +0 -339
  5422. package/js/x-modules/url/components/url-handler.vue_rollup-plugin-vue=script.js.map +0 -1
  5423. package/report/x-adapter.api.json +0 -23531
  5424. package/types/adapter/mocked-adapter.d.ts +0 -18
  5425. package/types/adapter/mocked-adapter.d.ts.map +0 -1
  5426. package/types/adapter/real-adapter.d.ts +0 -2
  5427. package/types/adapter/real-adapter.d.ts.map +0 -1
  5428. package/types/adapter/util.d.ts +0 -12
  5429. package/types/adapter/util.d.ts.map +0 -1
  5430. package/types/components/animations/collapse-from-top.vue.d.ts +0 -10
  5431. package/types/components/animations/collapse-from-top.vue.d.ts.map +0 -1
  5432. package/types/components/animations/translate-from-left.vue.d.ts +0 -10
  5433. package/types/components/animations/translate-from-left.vue.d.ts.map +0 -1
  5434. package/types/components/animations/translate-from-right.vue.d.ts +0 -10
  5435. package/types/components/animations/translate-from-right.vue.d.ts.map +0 -1
  5436. package/types/components/icons/arrow.vue.d.ts +0 -3
  5437. package/types/components/icons/arrow.vue.d.ts.map +0 -1
  5438. package/types/components/icons/checkbox-card-selected.vue.d.ts +0 -3
  5439. package/types/components/icons/checkbox-card-selected.vue.d.ts.map +0 -1
  5440. package/types/components/icons/checkbox-card-unselected.vue.d.ts +0 -3
  5441. package/types/components/icons/checkbox-card-unselected.vue.d.ts.map +0 -1
  5442. package/types/components/icons/nq-1.vue.d.ts +0 -3
  5443. package/types/components/icons/nq-1.vue.d.ts.map +0 -1
  5444. package/types/components/icons/nq-2.vue.d.ts +0 -3
  5445. package/types/components/icons/nq-2.vue.d.ts.map +0 -1
  5446. package/types/components/icons/nq-3.vue.d.ts +0 -3
  5447. package/types/components/icons/nq-3.vue.d.ts.map +0 -1
  5448. package/types/components/icons/nq-4.vue.d.ts +0 -3
  5449. package/types/components/icons/nq-4.vue.d.ts.map +0 -1
  5450. package/types/filters/compile-message.filter.d.ts +0 -11
  5451. package/types/filters/compile-message.filter.d.ts.map +0 -1
  5452. package/types/filters/filters.registry.d.ts +0 -7
  5453. package/types/filters/filters.registry.d.ts.map +0 -1
  5454. package/types/filters/index.d.ts +0 -2
  5455. package/types/filters/index.d.ts.map +0 -1
  5456. package/types/plugins/x-bus.types.d.ts +0 -74
  5457. package/types/plugins/x-bus.types.d.ts.map +0 -1
  5458. package/types/utils/object.d.ts +0 -49
  5459. package/types/utils/object.d.ts.map +0 -1
  5460. package/types/x-modules/facets/components/filters/base-filter.vue.d.ts +0 -39
  5461. package/types/x-modules/facets/components/filters/base-filter.vue.d.ts.map +0 -1
  5462. package/types/x-modules/tagging/service/session.service.d.ts +0 -37
  5463. package/types/x-modules/tagging/service/session.service.d.ts.map +0 -1
package/CHANGELOG.md CHANGED
@@ -3,6 +3,3911 @@
3
3
  All notable changes to this project will be documented in this file. See
4
4
  [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ ## [3.0.0-alpha.361](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.360...@empathyco/x-components@3.0.0-alpha.361) (2023-04-26)
7
+
8
+ **Note:** Version bump only for package @empathyco/x-components
9
+
10
+ # Change Log
11
+
12
+ All notable changes to this project will be documented in this file. See
13
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
14
+
15
+ ## [3.0.0-alpha.360](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.359...@empathyco/x-components@3.0.0-alpha.360) (2023-04-24)
16
+
17
+ ### ⚠ BREAKING CHANGES
18
+
19
+ - **design-system:** The `x-components` design system has been deprecated. The exported theme is no
20
+ longer available. If you need support for the old design system you should import
21
+ `@empathyco/x-components/design-system/deprecated-full-theme.css`.
22
+ - **design-system:** `x-grid-list` and `x-grid-list__item` classes have been removed from `BaseGrid`
23
+ component.
24
+ - **design-system:** `x-grid-list--cols-{columns}` has been renamed to `x-base-grid--cols-{columns}`
25
+ - **design-system:** `x-list` class has been removed from the following components:
26
+
27
+ `BaseModal`, `BaseSuggetions`, `BaseTabsPanel`, `Facets`, `FiltersList`, `FiltersSearch`,
28
+ `IdentifierResults`, `MyHistory`, `PartialResultList`, `ResultVariantSelector`, `Recommendations`,
29
+ `RelatedTags`, `SlidingPanel`, `SelectedFiltersList`.
30
+
31
+ - **design-system:** `FixedHeaderAndAsidesLayout` `MultiColumnMaxWidthLayout` and
32
+ `SingleColumnLayout` have been deprecated.
33
+ - **design-system:** `BaseModal` default opacity has changed from `0.7` to `0.3`.
34
+ - **design-system:** `x-list__item` class has been removed from `BaseTabsPanel` component.
35
+ - **design-system:** `x-message` class has been removed from `Redirection` component.
36
+
37
+ EMP-133
38
+
39
+ Co-authored-by: Diego Pascual <diegopf@users.noreply.github.com> Co-authored-by: Manuel Navarro
40
+ <manueln@empathy.co>
41
+
42
+ ### Features
43
+
44
+ - **design-system:** deprecate old DS (#1138)
45
+ ([53b0558](https://github.com/empathyco/x/commit/53b05585551a07548bf8071d5112b94f4151544b))
46
+
47
+ # Change Log
48
+
49
+ All notable changes to this project will be documented in this file. See
50
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
51
+
52
+ ## [3.0.0-alpha.359](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.358...@empathyco/x-components@3.0.0-alpha.359) (2023-04-24)
53
+
54
+ ### Bug Fixes
55
+
56
+ - **search:** export `SortPickerList` (#1157)
57
+ ([eaf877d](https://github.com/empathyco/x/commit/eaf877db49b7c6578ce4daf707d91c711621eae2))
58
+
59
+ # Change Log
60
+
61
+ All notable changes to this project will be documented in this file. See
62
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
63
+
64
+ ## [3.0.0-alpha.358](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.357...@empathyco/x-components@3.0.0-alpha.358) (2023-04-24)
65
+
66
+ ### Features
67
+
68
+ - **search:** add sort picker list component (#1155)
69
+ ([03beec8](https://github.com/empathyco/x/commit/03beec816b07d6532d01b97034110a354d52024c))
70
+
71
+ # Change Log
72
+
73
+ All notable changes to this project will be documented in this file. See
74
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
75
+
76
+ ## [3.0.0-alpha.357](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.356...@empathyco/x-components@3.0.0-alpha.357) (2023-04-20)
77
+
78
+ **Note:** Version bump only for package @empathyco/x-components
79
+
80
+ # Change Log
81
+
82
+ All notable changes to this project will be documented in this file. See
83
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
84
+
85
+ ## [3.0.0-alpha.356](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.355...@empathyco/x-components@3.0.0-alpha.356) (2023-04-20)
86
+
87
+ ### Features
88
+
89
+ - export sticky modifier (#1151)
90
+ ([8bbd1ab](https://github.com/empathyco/x/commit/8bbd1ab6b0b595c94386bdc0f37d7061df072127))
91
+
92
+ # Change Log
93
+
94
+ All notable changes to this project will be documented in this file. See
95
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
96
+
97
+ ## [3.0.0-alpha.355](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.354...@empathyco/x-components@3.0.0-alpha.355) (2023-04-19)
98
+
99
+ ### ⚠ BREAKING CHANGES
100
+
101
+ - **design-system:** Old `design-system` `progress-bar` styles are now located in the
102
+ `deprecated-full-theme.css` file.
103
+ - **design-system:** Renamed `x-progress-bar__line` class to `x-progress-bar-fill`.
104
+
105
+ ### Features
106
+
107
+ - **design-system:** add XDS progress bar component (#1149)
108
+ ([21a52f5](https://github.com/empathyco/x/commit/21a52f5b3af3f4ac341e3b9844e0273b355153aa))
109
+
110
+ # Change Log
111
+
112
+ All notable changes to this project will be documented in this file. See
113
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
114
+
115
+ ## [3.0.0-alpha.354](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.353...@empathyco/x-components@3.0.0-alpha.354) (2023-04-19)
116
+
117
+ **Note:** Version bump only for package @empathyco/x-components
118
+
119
+ # Change Log
120
+
121
+ All notable changes to this project will be documented in this file. See
122
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
123
+
124
+ ## [3.0.0-alpha.353](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.352...@empathyco/x-components@3.0.0-alpha.353) (2023-04-19)
125
+
126
+ ### Features
127
+
128
+ - **search:** add fallback disclaimer component (#1122)
129
+ ([206db77](https://github.com/empathyco/x/commit/206db772b80cfe8a4cab23db19842ea8bd909733)),
130
+ closes [EX-8080](https://searchbroker.atlassian.net/browse/EX-8080)
131
+ - **sliced-filters:** add dynamic prop to show more/less buttons (#1146)
132
+ ([08de5f8](https://github.com/empathyco/x/commit/08de5f827d4ce6b33f04c60655628dabeb19a3bd))
133
+
134
+ # Change Log
135
+
136
+ All notable changes to this project will be documented in this file. See
137
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
138
+
139
+ ## [3.0.0-alpha.352](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.351...@empathyco/x-components@3.0.0-alpha.352) (2023-04-18)
140
+
141
+ ### Documentation
142
+
143
+ - **integration:** add information about sessionId duration (#1139)
144
+ ([ef879fc](https://github.com/empathyco/x/commit/ef879fc4df6673cadd5a72d9e62d98f644c4e39f))
145
+
146
+ # Change Log
147
+
148
+ All notable changes to this project will be documented in this file. See
149
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
150
+
151
+ ## [3.0.0-alpha.351](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.350...@empathyco/x-components@3.0.0-alpha.351) (2023-04-17)
152
+
153
+ ### Features
154
+
155
+ - add `filterItemClass` prop to `HierarchicalFilter` (#1135)
156
+ ([99de550](https://github.com/empathyco/x/commit/99de5508e64e2d8c5ea849f89a3cc81472527c4d))
157
+
158
+ # Change Log
159
+
160
+ All notable changes to this project will be documented in this file. See
161
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
162
+
163
+ ## [3.0.0-alpha.350](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.349...@empathyco/x-components@3.0.0-alpha.350) (2023-04-17)
164
+
165
+ **Note:** Version bump only for package @empathyco/x-components
166
+
167
+ # Change Log
168
+
169
+ All notable changes to this project will be documented in this file. See
170
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
171
+
172
+ ## [3.0.0-alpha.349](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.348...@empathyco/x-components@3.0.0-alpha.349) (2023-04-13)
173
+
174
+ **Note:** Version bump only for package @empathyco/x-components
175
+
176
+ # Change Log
177
+
178
+ All notable changes to this project will be documented in this file. See
179
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
180
+
181
+ ## [3.0.0-alpha.348](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.347...@empathyco/x-components@3.0.0-alpha.348) (2023-04-13)
182
+
183
+ **Note:** Version bump only for package @empathyco/x-components
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.347](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.346...@empathyco/x-components@3.0.0-alpha.347) (2023-04-12)
191
+
192
+ ### Features
193
+
194
+ - **design-system:** deprecate old DS filters (#1121)
195
+ ([dd9690d](https://github.com/empathyco/x/commit/dd9690d5f59ae39e6c7f1a29f542732c03221cfe)),
196
+ closes [EX-8152](https://searchbroker.atlassian.net/browse/EX-8152)
197
+
198
+ # Change Log
199
+
200
+ All notable changes to this project will be documented in this file. See
201
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
202
+
203
+ ## [3.0.0-alpha.346](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.345...@empathyco/x-components@3.0.0-alpha.346) (2023-04-12)
204
+
205
+ ### Features
206
+
207
+ - **facets:** implement a strategy to decide what filters are sent in the request (#1124)
208
+ ([a2174b5](https://github.com/empathyco/x/commit/a2174b58d356cc16177cf3d4c2ac3866dadd86b7)),
209
+ closes [EX-7550](https://searchbroker.atlassian.net/browse/EX-7550)
210
+
211
+ # Change Log
212
+
213
+ All notable changes to this project will be documented in this file. See
214
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
215
+
216
+ ## [3.0.0-alpha.345](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.344...@empathyco/x-components@3.0.0-alpha.345) (2023-04-10)
217
+
218
+ **Note:** Version bump only for package @empathyco/x-components
219
+
220
+ # Change Log
221
+
222
+ All notable changes to this project will be documented in this file. See
223
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
224
+
225
+ ## [3.0.0-alpha.344](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.343...@empathyco/x-components@3.0.0-alpha.344) (2023-04-10)
226
+
227
+ **Note:** Version bump only for package @empathyco/x-components
228
+
229
+ # Change Log
230
+
231
+ All notable changes to this project will be documented in this file. See
232
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
233
+
234
+ ## [3.0.0-alpha.343](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.342...@empathyco/x-components@3.0.0-alpha.343) (2023-03-31)
235
+
236
+ ### Features
237
+
238
+ - add sticky filters (#1113)
239
+ ([3b51b60](https://github.com/empathyco/x/commit/3b51b6045a283f9f27dd7c6e16dec7f68a8a2921)),
240
+ closes [EX-8076](https://searchbroker.atlassian.net/browse/EX-8076)
241
+
242
+ # Change Log
243
+
244
+ All notable changes to this project will be documented in this file. See
245
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
246
+
247
+ ## [3.0.0-alpha.342](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.341...@empathyco/x-components@3.0.0-alpha.342) (2023-03-30)
248
+
249
+ **Note:** Version bump only for package @empathyco/x-components
250
+
251
+ # Change Log
252
+
253
+ All notable changes to this project will be documented in this file. See
254
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
255
+
256
+ ## [3.0.0-alpha.341](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.340...@empathyco/x-components@3.0.0-alpha.341) (2023-03-30)
257
+
258
+ **Note:** Version bump only for package @empathyco/x-components
259
+
260
+ # Change Log
261
+
262
+ All notable changes to this project will be documented in this file. See
263
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
264
+
265
+ ## [3.0.0-alpha.340](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.339...@empathyco/x-components@3.0.0-alpha.340) (2023-03-29)
266
+
267
+ ### Features
268
+
269
+ - Minor improvements. (#1109)
270
+ ([1c9dace](https://github.com/empathyco/x/commit/1c9dacea7c46eb0b27687730a8a4978d0e49b230)),
271
+ closes [EX-8130](https://searchbroker.atlassian.net/browse/EX-8130)
272
+
273
+ # Change Log
274
+
275
+ All notable changes to this project will be documented in this file. See
276
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
277
+
278
+ ## [3.0.0-alpha.339](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.338...@empathyco/x-components@3.0.0-alpha.339) (2023-03-27)
279
+
280
+ ### ⚠ BREAKING CHANGES
281
+
282
+ - `base-column-picker-list` structure changes. It now wraps the buttons in a div instead of using ul
283
+ and li. Additionally, the class for the selected option has been changed to `x-selected`.
284
+
285
+ ### Features
286
+
287
+ - adapt `base-column-picker-list` to use the XDS component of button group (#1115)
288
+ ([7057b8f](https://github.com/empathyco/x/commit/7057b8f7cd7f1e20ad248c40e8da97450895cd26)),
289
+ closes [EX-8144](https://searchbroker.atlassian.net/browse/EX-8144)
290
+
291
+ # Change Log
292
+
293
+ All notable changes to this project will be documented in this file. See
294
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
295
+
296
+ ## [3.0.0-alpha.338](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.337...@empathyco/x-components@3.0.0-alpha.338) (2023-03-23)
297
+
298
+ ### Features
299
+
300
+ - **components:** add `columns` prop in `BaseVariableColumnGrid` (#1112)
301
+ ([8a74847](https://github.com/empathyco/x/commit/8a7484779542768a1f03dbd09eff164b0ecb8686)),
302
+ closes [EX-8135](https://searchbroker.atlassian.net/browse/EX-8135)
303
+
304
+ # Change Log
305
+
306
+ All notable changes to this project will be documented in this file. See
307
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
308
+
309
+ ## [3.0.0-alpha.337](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.336...@empathyco/x-components@3.0.0-alpha.337) (2023-03-22)
310
+
311
+ **Note:** Version bump only for package @empathyco/x-components
312
+
313
+ # Change Log
314
+
315
+ All notable changes to this project will be documented in this file. See
316
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
317
+
318
+ ## [3.0.0-alpha.336](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.335...@empathyco/x-components@3.0.0-alpha.336) (2023-03-20)
319
+
320
+ **Note:** Version bump only for package @empathyco/x-components
321
+
322
+ # Change Log
323
+
324
+ All notable changes to this project will be documented in this file. See
325
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
326
+
327
+ ## [3.0.0-alpha.335](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.334...@empathyco/x-components@3.0.0-alpha.335) (2023-03-16)
328
+
329
+ ### ⚠ BREAKING CHANGES
330
+
331
+ - **design-system:** Old `design-system` `Tag` styles are now located in the
332
+ `deprecated-full-theme.css` file.
333
+ - **design-system:** Old `x-tag--is-curated` and `x-tag--is-selected` classes are no longer used by
334
+ `RelatedTag` component.
335
+
336
+ ### Features
337
+
338
+ - **design-system:** deprecate old DS `Tag` component (#1103)
339
+ ([f698e00](https://github.com/empathyco/x/commit/f698e004daa0ed73fafefa2968c2b1ced66397e7)),
340
+ closes [EX-7990](https://searchbroker.atlassian.net/browse/EX-7990)
341
+
342
+ # Change Log
343
+
344
+ All notable changes to this project will be documented in this file. See
345
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
346
+
347
+ ## [3.0.0-alpha.334](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.333...@empathyco/x-components@3.0.0-alpha.334) (2023-03-16)
348
+
349
+ ### Features
350
+
351
+ - **plugin:** replace old bus implementation using the new `x-priority-bus` (#1086)
352
+ ([f64f9b6](https://github.com/empathyco/x/commit/f64f9b68225c4ee422eb007784e0eec813c95228)),
353
+ closes [EX-7283](https://searchbroker.atlassian.net/browse/EX-7283)
354
+
355
+ # Change Log
356
+
357
+ All notable changes to this project will be documented in this file. See
358
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
359
+
360
+ ## [3.0.0-alpha.333](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.332...@empathyco/x-components@3.0.0-alpha.333) (2023-03-15)
361
+
362
+ **Note:** Version bump only for package @empathyco/x-components
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.332](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.331...@empathyco/x-components@3.0.0-alpha.332) (2023-03-14)
370
+
371
+ ### Features
372
+
373
+ - **design-system:** add XDS badge component (#1100)
374
+ ([c0d8446](https://github.com/empathyco/x/commit/c0d84461b1cb72705e8570766c19078c2eef3abf)),
375
+ closes [EX-7992](https://searchbroker.atlassian.net/browse/EX-7992)
376
+
377
+ # Change Log
378
+
379
+ All notable changes to this project will be documented in this file. See
380
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
381
+
382
+ ## [3.0.0-alpha.331](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.330...@empathyco/x-components@3.0.0-alpha.331) (2023-03-14)
383
+
384
+ **Note:** Version bump only for package @empathyco/x-components
385
+
386
+ # Change Log
387
+
388
+ All notable changes to this project will be documented in this file. See
389
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
390
+
391
+ ## [3.0.0-alpha.330](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.329...@empathyco/x-components@3.0.0-alpha.330) (2023-03-09)
392
+
393
+ ### Code Refactoring
394
+
395
+ - **components:** migrate `AutoProgressBar` to `Composition API` (#1087)
396
+ ([30cfa06](https://github.com/empathyco/x/commit/30cfa06ea5894412ab61db44b876c0645d17913e)),
397
+ closes [EX-8049](https://searchbroker.atlassian.net/browse/EX-8049)
398
+
399
+ # Change Log
400
+
401
+ All notable changes to this project will be documented in this file. See
402
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
403
+
404
+ ## [3.0.0-alpha.329](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.328...@empathyco/x-components@3.0.0-alpha.329) (2023-03-09)
405
+
406
+ **Note:** Version bump only for package @empathyco/x-components
407
+
408
+ # Change Log
409
+
410
+ All notable changes to this project will be documented in this file. See
411
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
412
+
413
+ ## [3.0.0-alpha.328](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.327...@empathyco/x-components@3.0.0-alpha.328) (2023-03-07)
414
+
415
+ ### Bug Fixes
416
+
417
+ - **edocs-live-examples:** Live example was not rendered
418
+ ([5aa2653](https://github.com/empathyco/x/commit/5aa2653054686a3a6b8ada0478f171518d7733c2))
419
+
420
+ # Change Log
421
+
422
+ All notable changes to this project will be documented in this file. See
423
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
424
+
425
+ ## [3.0.0-alpha.327](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.326...@empathyco/x-components@3.0.0-alpha.327) (2023-03-07)
426
+
427
+ ### Bug Fixes
428
+
429
+ - **deps:** remove `only-allow` pnpm (#1097)
430
+ ([b2a63d3](https://github.com/empathyco/x/commit/b2a63d308f20804d55a266189ab5d6242f88f6d8)),
431
+ closes [EX-8082](https://searchbroker.atlassian.net/browse/EX-8082)
432
+
433
+ ### Documentation
434
+
435
+ - **related-tags:** added curation options (#1095)
436
+ ([ab458c7](https://github.com/empathyco/x/commit/ab458c767fc508f4c1cfd4362589a408a09cfbc9))
437
+
438
+ # Change Log
439
+
440
+ All notable changes to this project will be documented in this file. See
441
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
442
+
443
+ ## [3.0.0-alpha.326](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.325...@empathyco/x-components@3.0.0-alpha.326) (2023-03-06)
444
+
445
+ ### Documentation
446
+
447
+ - **integration:** add close api function (#1096)
448
+ ([2602e90](https://github.com/empathyco/x/commit/2602e90cf05eea95707d15ea0dac2a319fee6604))
449
+
450
+ # Change Log
451
+
452
+ All notable changes to this project will be documented in this file. See
453
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
454
+
455
+ ## [3.0.0-alpha.325](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.324...@empathyco/x-components@3.0.0-alpha.325) (2023-03-02)
456
+
457
+ **Note:** Version bump only for package @empathyco/x-components
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.324](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.323...@empathyco/x-components@3.0.0-alpha.324) (2023-03-02)
465
+
466
+ ### Features
467
+
468
+ - **query-preview:** add query preview list component to orchestrate requests (#1084)
469
+ ([dda5cd7](https://github.com/empathyco/x/commit/dda5cd7c0fa4c91ecdc837a6bfb3493a5db883bd)),
470
+ closes [EX-7541](https://searchbroker.atlassian.net/browse/EX-7541)
471
+
472
+ # Change Log
473
+
474
+ All notable changes to this project will be documented in this file. See
475
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
476
+
477
+ ## [3.0.0-alpha.323](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.322...@empathyco/x-components@3.0.0-alpha.323) (2023-03-01)
478
+
479
+ **Note:** Version bump only for package @empathyco/x-components
480
+
481
+ # Change Log
482
+
483
+ All notable changes to this project will be documented in this file. See
484
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
485
+
486
+ ## [3.0.0-alpha.322](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.321...@empathyco/x-components@3.0.0-alpha.322) (2023-03-01)
487
+
488
+ **Note:** Version bump only for package @empathyco/x-components
489
+
490
+ # Change Log
491
+
492
+ All notable changes to this project will be documented in this file. See
493
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
494
+
495
+ ## [3.0.0-alpha.321](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.320...@empathyco/x-components@3.0.0-alpha.321) (2023-03-01)
496
+
497
+ ### Features
498
+
499
+ - Add close event to BaseXAPI (#1091)
500
+ ([1aaaeb0](https://github.com/empathyco/x/commit/1aaaeb0dd2cb20a90655e9afe7622de67616e708)),
501
+ closes [EX-8050](https://searchbroker.atlassian.net/browse/EX-8050)
502
+
503
+ ### Bug Fixes
504
+
505
+ - **design-system:** fix deprecated typography and picture components (#1090)
506
+ ([4f1bdb7](https://github.com/empathyco/x/commit/4f1bdb7d69a49e51d39dd2a7f8050b0fce3ef96e)),
507
+ closes [EX-8053](https://searchbroker.atlassian.net/browse/EX-8053)
508
+
509
+ # Change Log
510
+
511
+ All notable changes to this project will be documented in this file. See
512
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
513
+
514
+ ## [3.0.0-alpha.320](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.319...@empathyco/x-components@3.0.0-alpha.320) (2023-02-28)
515
+
516
+ ### Bug Fixes
517
+
518
+ - **components:** Fix open issue when focused on body. Fix `SearchInputPlaceholder` styles. (#1078)
519
+ ([25aa285](https://github.com/empathyco/x/commit/25aa2851daf713512c42ef394707a9f1fc41fe4b)),
520
+ closes [EX-8011](https://searchbroker.atlassian.net/browse/EX-8011)
521
+
522
+ # Change Log
523
+
524
+ All notable changes to this project will be documented in this file. See
525
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
526
+
527
+ ## [3.0.0-alpha.319](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.318...@empathyco/x-components@3.0.0-alpha.319) (2023-02-27)
528
+
529
+ ### Features
530
+
531
+ - **banner:** add support without title and no clickable (#1069)
532
+ ([7207767](https://github.com/empathyco/x/commit/72077675691dc8fab7361f64e0302aa8d33213fa))
533
+
534
+ # Change Log
535
+
536
+ All notable changes to this project will be documented in this file. See
537
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
538
+
539
+ ## [3.0.0-alpha.318](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.317...@empathyco/x-components@3.0.0-alpha.318) (2023-02-21)
540
+
541
+ **Note:** Version bump only for package @empathyco/x-components
542
+
543
+ # Change Log
544
+
545
+ All notable changes to this project will be documented in this file. See
546
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
547
+
548
+ ## [3.0.0-alpha.317](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.316...@empathyco/x-components@3.0.0-alpha.317) (2023-02-17)
549
+
550
+ ### Build System
551
+
552
+ - **dependencies:** bump `@bahmutov/cypress-esbuild-preprocessor` from `2.1.5` to `2.2.0` (#1082)
553
+ ([106c2d1](https://github.com/empathyco/x/commit/106c2d1eba6e1d3b03ac75a04bdec3e961579fef))
554
+
555
+ # Change Log
556
+
557
+ All notable changes to this project will be documented in this file. See
558
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
559
+
560
+ ## [3.0.0-alpha.316](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.315...@empathyco/x-components@3.0.0-alpha.316) (2023-02-16)
561
+
562
+ ### Features
563
+
564
+ - remove `x-suggestion` class from `BaseSuggestion` component (#1077)
565
+ ([31f48e9](https://github.com/empathyco/x/commit/31f48e91ca06348d9122ad301f765b48c2fc963f)),
566
+ closes [EX-8006](https://searchbroker.atlassian.net/browse/EX-8006)
567
+
568
+ # Change Log
569
+
570
+ All notable changes to this project will be documented in this file. See
571
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
572
+
573
+ ## [3.0.0-alpha.315](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.314...@empathyco/x-components@3.0.0-alpha.315) (2023-02-15)
574
+
575
+ ### Features
576
+
577
+ - **design-system:** Add `Input Group` component to the X Desing System. (#1066)
578
+ ([5f83b14](https://github.com/empathyco/x/commit/5f83b1460408e0e3b6a5f7fedaf91ee006d27a9c)),
579
+ closes [EX-7944](https://searchbroker.atlassian.net/browse/EX-7944)
580
+
581
+ # Change Log
582
+
583
+ All notable changes to this project will be documented in this file. See
584
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
585
+
586
+ ## [3.0.0-alpha.314](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.313...@empathyco/x-components@3.0.0-alpha.314) (2023-02-15)
587
+
588
+ ### Features
589
+
590
+ - **desing-system:** Add layout `layout-stack` util. (#1076)
591
+ ([38db5b3](https://github.com/empathyco/x/commit/38db5b3b4c10a2bd288e9e79b15232f063002156)),
592
+ closes [EX-8000](https://searchbroker.atlassian.net/browse/EX-8000)
593
+
594
+ # Change Log
595
+
596
+ All notable changes to this project will be documented in this file. See
597
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
598
+
599
+ ## [3.0.0-alpha.313](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.312...@empathyco/x-components@3.0.0-alpha.313) (2023-02-14)
600
+
601
+ ### ⚠ BREAKING CHANGES
602
+
603
+ - **design-system:** design system scroll styles are deprecated. To continue using them import from
604
+ deprecated-full-theme.css
605
+
606
+ ### Features
607
+
608
+ - **design-system:** deprecate old x-scroll styles (#1073)
609
+ ([3916c5f](https://github.com/empathyco/x/commit/3916c5fab866a51f5c2df089cef3e80a9c0ae1ee)),
610
+ closes [EX-7982](https://searchbroker.atlassian.net/browse/EX-7982)
611
+
612
+ ### Bug Fixes
613
+
614
+ - **modal:** set focusOnOpen for the main-modal to false (#1074)
615
+ ([655e8eb](https://github.com/empathyco/x/commit/655e8eb6bc5bedab6b79ab2a7c7d6110f9d27437)),
616
+ closes [EX-7710](https://searchbroker.atlassian.net/browse/EX-7710)
617
+
618
+ # Change Log
619
+
620
+ All notable changes to this project will be documented in this file. See
621
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
622
+
623
+ ## [3.0.0-alpha.312](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.311...@empathyco/x-components@3.0.0-alpha.312) (2023-02-14)
624
+
625
+ ### Build System
626
+
627
+ - Delete unused `Jenkinsfile`. (#1075)
628
+ ([fb9a15b](https://github.com/empathyco/x/commit/fb9a15b80686293b3bd14c8129ed045d8a6c99f2))
629
+
630
+ # Change Log
631
+
632
+ All notable changes to this project will be documented in this file. See
633
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
634
+
635
+ ## [3.0.0-alpha.311](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.310...@empathyco/x-components@3.0.0-alpha.311) (2023-02-10)
636
+
637
+ **Note:** Version bump only for package @empathyco/x-components
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.310](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.309...@empathyco/x-components@3.0.0-alpha.310) (2023-02-08)
645
+
646
+ ### Bug Fixes
647
+
648
+ - **search:** reset `query`, `page` and `sort` on clear query (#1045)
649
+ ([5dc0603](https://github.com/empathyco/x/commit/5dc060304980f5c373cd1aa8aebd4d3932723a35)),
650
+ closes [EX-7663](https://searchbroker.atlassian.net/browse/EX-7663)
651
+
652
+ ### Continuous Integration
653
+
654
+ - refactor `lint` command to benefit from `nx parallelisation` (#1051)
655
+ ([1af1503](https://github.com/empathyco/x/commit/1af1503ff118d6232fdbb27e203037a89b1b52e0)),
656
+ closes [EX-7926](https://searchbroker.atlassian.net/browse/EX-7926)
657
+
658
+ # Change Log
659
+
660
+ All notable changes to this project will be documented in this file. See
661
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
662
+
663
+ ## [3.0.0-alpha.309](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.308...@empathyco/x-components@3.0.0-alpha.309) (2023-02-07)
664
+
665
+ ### Continuous Integration
666
+
667
+ - migrate from `npm` & `lerna bootstrap` to `pnpm` (#1047)
668
+ ([aaaba4f](https://github.com/empathyco/x/commit/aaaba4f8a5498c16e17ea6daf9c18a1f49918f70)),
669
+ closes [EX-7891](https://searchbroker.atlassian.net/browse/EX-7891)
670
+
671
+ # Change Log
672
+
673
+ All notable changes to this project will be documented in this file. See
674
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
675
+
676
+ ## [3.0.0-alpha.308](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.307...@empathyco/x-components@3.0.0-alpha.308) (2023-02-06)
677
+
678
+ ### ⚠ BREAKING CHANGES
679
+
680
+ - **design-system:** Old design-system `Icon` styles are now located in the
681
+ `deprecated-full-theme.css` file. Removed `checkbox-card`, `nq1`, `nq2`, `nq3`, and `nq4 icons`.
682
+
683
+ ### Features
684
+
685
+ - **design-system:** add `icon` to XDS (#1053)
686
+ ([21605ab](https://github.com/empathyco/x/commit/21605abc99f5da05556cfa7edb4213c61c205b78)),
687
+ closes [EX-7783](https://searchbroker.atlassian.net/browse/EX-7783)
688
+
689
+ # Change Log
690
+
691
+ All notable changes to this project will be documented in this file. See
692
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
693
+
694
+ ## [3.0.0-alpha.307](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.306...@empathyco/x-components@3.0.0-alpha.307) (2023-02-03)
695
+
696
+ ### Build System
697
+
698
+ - **deps:** update deps (#1062)
699
+ ([59f29b9](https://github.com/empathyco/x/commit/59f29b9c5861f790a65b061eec628eb35d066b68))
700
+
701
+ # Change Log
702
+
703
+ All notable changes to this project will be documented in this file. See
704
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
705
+
706
+ ## [3.0.0-alpha.306](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.305...@empathyco/x-components@3.0.0-alpha.306) (2023-02-01)
707
+
708
+ **Note:** Version bump only for package @empathyco/x-components
709
+
710
+ # Change Log
711
+
712
+ All notable changes to this project will be documented in this file. See
713
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
714
+
715
+ ## [3.0.0-alpha.305](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.304...@empathyco/x-components@3.0.0-alpha.305) (2023-01-30)
716
+
717
+ ### Features
718
+
719
+ - **history-queries:** emit click event on HistoryQuery click (#1048)
720
+ ([2e7d074](https://github.com/empathyco/x/commit/2e7d07484571a9458a14fab4435b10523f6e7457)),
721
+ closes [EX-7879](https://searchbroker.atlassian.net/browse/EX-7879)
722
+
723
+ # Change Log
724
+
725
+ All notable changes to this project will be documented in this file. See
726
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
727
+
728
+ ## [3.0.0-alpha.304](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.303...@empathyco/x-components@3.0.0-alpha.304) (2023-01-30)
729
+
730
+ ### Features
731
+
732
+ - **history-queries:** bind formatTime callback to MyHistory suggestion slot (#1049)
733
+ ([0e20cf3](https://github.com/empathyco/x/commit/0e20cf3315b2f2a687ee63b14bb50bac021eb57f)),
734
+ closes [EX-7879](https://searchbroker.atlassian.net/browse/EX-7879)
735
+
736
+ # Change Log
737
+
738
+ All notable changes to this project will be documented in this file. See
739
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
740
+
741
+ ## [3.0.0-alpha.303](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.302...@empathyco/x-components@3.0.0-alpha.303) (2023-01-27)
742
+
743
+ ### Build System
744
+
745
+ - **deps:** update deps (#1046)
746
+ ([b6957df](https://github.com/empathyco/x/commit/b6957df9d88c0d94c2543047991a63afadd707ff))
747
+
748
+ # Change Log
749
+
750
+ All notable changes to this project will be documented in this file. See
751
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
752
+
753
+ ## [3.0.0-alpha.302](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.301...@empathyco/x-components@3.0.0-alpha.302) (2023-01-26)
754
+
755
+ ### ⚠ BREAKING CHANGES
756
+
757
+ - **components:** class `x-picture__image` renamed to `x-picture-image`, deprecate classes
758
+ `x-picture__image--placeholder` and `x-picture__image--fallback`
759
+
760
+ ### Features
761
+
762
+ - **components:** deprecate x-picture\_\_image and placeholder/fallback styles (#1036)
763
+ ([73a08a5](https://github.com/empathyco/x/commit/73a08a576b3f9b715cccefee8cb452d00cd45bcb)),
764
+ closes [EX-7888](https://searchbroker.atlassian.net/browse/EX-7888)
765
+
766
+ # Change Log
767
+
768
+ All notable changes to this project will be documented in this file. See
769
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
770
+
771
+ ## [3.0.0-alpha.301](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.300...@empathyco/x-components@3.0.0-alpha.301) (2023-01-25)
772
+
773
+ ### Documentation
774
+
775
+ - correcting `video-reference` id (#1038)
776
+ ([bc46163](https://github.com/empathyco/x/commit/bc461638d10ecc9160d3c58bd9c7bfdc26d5df1e))
777
+
778
+ # Change Log
779
+
780
+ All notable changes to this project will be documented in this file. See
781
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
782
+
783
+ ## [3.0.0-alpha.300](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.299...@empathyco/x-components@3.0.0-alpha.300) (2023-01-25)
784
+
785
+ ### Build System
786
+
787
+ - **dependencies:** update `typescript` to `4.9.4` and its dependencies to their latest version
788
+ (#993)
789
+ ([500ab57](https://github.com/empathyco/x/commit/500ab57e4729f5c4dcefaa31ed4a8497ddd349b9)),
790
+ closes [EX-7288](https://searchbroker.atlassian.net/browse/EX-7288)
791
+
792
+ # Change Log
793
+
794
+ All notable changes to this project will be documented in this file. See
795
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
796
+
797
+ ## [3.0.0-alpha.299](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.298...@empathyco/x-components@3.0.0-alpha.299) (2023-01-24)
798
+
799
+ **Note:** Version bump only for package @empathyco/x-components
800
+
801
+ # Change Log
802
+
803
+ All notable changes to this project will be documented in this file. See
804
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
805
+
806
+ ## [3.0.0-alpha.298](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.297...@empathyco/x-components@3.0.0-alpha.298) (2023-01-24)
807
+
808
+ **Note:** Version bump only for package @empathyco/x-components
809
+
810
+ # Change Log
811
+
812
+ All notable changes to this project will be documented in this file. See
813
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
814
+
815
+ ## [3.0.0-alpha.297](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.296...@empathyco/x-components@3.0.0-alpha.297) (2023-01-24)
816
+
817
+ ### Features
818
+
819
+ - add `prettier-plugin-tailwindcss` (#1033)
820
+ ([c3eae8b](https://github.com/empathyco/x/commit/c3eae8bef0a75fa1e78f1190947a74fa9269d6bd)),
821
+ closes [EX-7884](https://searchbroker.atlassian.net/browse/EX-7884)
822
+
823
+ # Change Log
824
+
825
+ All notable changes to this project will be documented in this file. See
826
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
827
+
828
+ ## [3.0.0-alpha.296](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.295...@empathyco/x-components@3.0.0-alpha.296) (2023-01-24)
829
+
830
+ ### Features
831
+
832
+ - remove duplicates from image placeholder/fallback classes (#1032)
833
+ ([2c5390c](https://github.com/empathyco/x/commit/2c5390c0e5cf2d4bc0b843422d2e99415b6e58ff)),
834
+ closes [EX-7836](https://searchbroker.atlassian.net/browse/EX-7836)
835
+
836
+ # Change Log
837
+
838
+ All notable changes to this project will be documented in this file. See
839
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
840
+
841
+ ## [3.0.0-alpha.295](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.294...@empathyco/x-components@3.0.0-alpha.295) (2023-01-24)
842
+
843
+ ### ⚠ BREAKING CHANGES
844
+
845
+ - **components:** Renamed `SlidingPanel` css classes `x-sliding-panel--at-start` and
846
+ `x-sliding-panel--at-end` to `x-sliding-panel-at-start` and `x-sliding-panel-at-end` respectively.
847
+ - **components:** Renamed `SlidingPanel` buttons css classes `x-sliding-panel__button-left` and
848
+ `x-sliding-panel__button-right` to `x-sliding-panel-button-left` and
849
+ `x-sliding-panel-button-right` respectively.
850
+ - **components:** Old design-system `SlidingPanel` styles (including the updated button classes) are
851
+ now located in the `deprecated-full-theme.css` file.
852
+
853
+ ### Features
854
+
855
+ - **components:** use XDS `sliding panel` (#1028)
856
+ ([9773003](https://github.com/empathyco/x/commit/97730036b473678b8487a386bc6d83bd3ecf872d)),
857
+ closes [EX-7831](https://searchbroker.atlassian.net/browse/EX-7831)
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.294](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.293...@empathyco/x-components@3.0.0-alpha.294) (2023-01-23)
865
+
866
+ ### ⚠ BREAKING CHANGES
867
+
868
+ - **design-system:** `picture` and some `result` styles related are now deprecated. To continue
869
+ using them import from `deprecated-full-theme.css`.
870
+ - Rename `x-result-picture__image` to `x-result-picture-image`.
871
+
872
+ ### Features
873
+
874
+ - **design-system:** add `product-image` `XDS` component (#1025)
875
+ ([d60e239](https://github.com/empathyco/x/commit/d60e239012d04d547b5430eb8afc22536f66d838))
876
+
877
+ # Change Log
878
+
879
+ All notable changes to this project will be documented in this file. See
880
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
881
+
882
+ ## [3.0.0-alpha.293](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.292...@empathyco/x-components@3.0.0-alpha.293) (2023-01-23)
883
+
884
+ ### Styling
885
+
886
+ - update prettier and format code (#1026)
887
+ ([a18cc17](https://github.com/empathyco/x/commit/a18cc172b6638962d53192905cd466f12bccacac)),
888
+ closes [EX-7877](https://searchbroker.atlassian.net/browse/EX-7877)
889
+
890
+ ## [3.0.0-alpha.292](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.291...@empathyco/x-components@3.0.0-alpha.292) (2023-01-23)
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.291](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.290...@empathyco/x-components@3.0.0-alpha.291) (2023-01-20)
900
+
901
+ ### Build System
902
+
903
+ - **deps:** update dependencies (#1024)
904
+ ([e99425f](https://github.com/empathyco/x/commit/e99425fc315526afe40b1fd536bcfde1fc1af08a))
905
+
906
+ ## [3.0.0-alpha.290](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.289...@empathyco/x-components@3.0.0-alpha.290) (2023-01-20)
907
+
908
+ **Note:** Version bump only for package @empathyco/x-components
909
+
910
+ ## [3.0.0-alpha.289](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.288...@empathyco/x-components@3.0.0-alpha.289) (2023-01-19)
911
+
912
+ **Note:** Version bump only for package @empathyco/x-components
913
+
914
+ ## [3.0.0-alpha.288](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.287...@empathyco/x-components@3.0.0-alpha.288) (2023-01-18)
915
+
916
+ **Note:** Version bump only for package @empathyco/x-components
917
+
918
+ ## [3.0.0-alpha.287](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.286...@empathyco/x-components@3.0.0-alpha.287) (2023-01-18)
919
+
920
+ ### Features
921
+
922
+ - **components:** add `contentClass` to `modals` (#1009)
923
+ ([68b8790](https://github.com/empathyco/x/commit/68b8790289dd6e233c0199497cdb09f515ccbeec)),
924
+ closes [EX-7479](https://searchbroker.atlassian.net/browse/EX-7479)
925
+
926
+ ## [3.0.0-alpha.286](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.285...@empathyco/x-components@3.0.0-alpha.286) (2023-01-18)
927
+
928
+ ### ⚠ BREAKING CHANGES
929
+
930
+ - **history-queries:** Renamed `removeHistoryQueryClass` prop to `removeButtonClass`.
931
+
932
+ ### Features
933
+
934
+ - **history-queries:** add dynamic classes to the history query suggestion (#1014)
935
+ ([ddd4ac7](https://github.com/empathyco/x/commit/ddd4ac76f30f90bb68497d507948caee060944cf)),
936
+ closes [EX-7853](https://searchbroker.atlassian.net/browse/EX-7853)
937
+
938
+ ## [3.0.0-alpha.285](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.284...@empathyco/x-components@3.0.0-alpha.285) (2023-01-17)
939
+
940
+ ### ⚠ BREAKING CHANGES
941
+
942
+ - Rename `x-grid` class to `x-grid-list`.
943
+ - Rename `x-grid__item` class to `x-grid-list__item`.
944
+ - Rename `x-grid--cols-{cols}` class to `x-grid-list--cols-{cols}`.
945
+
946
+ ### Features
947
+
948
+ - rename `x-grid` class to `x-grid-list` (#1015)
949
+ ([dbb5d50](https://github.com/empathyco/x/commit/dbb5d502dd9c1e69c18d137edc8be2e13bceaeb2)),
950
+ closes [EX-7481](https://searchbroker.atlassian.net/browse/EX-7481)
951
+
952
+ ## [3.0.0-alpha.284](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.283...@empathyco/x-components@3.0.0-alpha.284) (2023-01-17)
953
+
954
+ **Note:** Version bump only for package @empathyco/x-components
955
+
956
+ ## [3.0.0-alpha.283](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.282...@empathyco/x-components@3.0.0-alpha.283) (2023-01-17)
957
+
958
+ **Note:** Version bump only for package @empathyco/x-components
959
+
960
+ ## [3.0.0-alpha.282](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.281...@empathyco/x-components@3.0.0-alpha.282) (2023-01-17)
961
+
962
+ ### Features
963
+
964
+ - add dynamic classes to the suggestion item inside the `base-suggestions` (#1008)
965
+ ([3e0b683](https://github.com/empathyco/x/commit/3e0b683eb83b9b2e9f6ebb0a17b80a9ff46d6e3c)),
966
+ closes [EX-7834](https://searchbroker.atlassian.net/browse/EX-7834)
967
+
968
+ ## [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)
969
+
970
+ ### Features
971
+
972
+ - **history-queries:** add dynamic classes to the remove history query button (#1007)
973
+ ([b5623d1](https://github.com/empathyco/x/commit/b5623d1c6f7f2709251164c6055b616218163c6f)),
974
+ closes [EX-7833](https://searchbroker.atlassian.net/browse/EX-7833)
975
+
976
+ # Change Log
977
+
978
+ All notable changes to this project will be documented in this file. See
979
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
980
+
981
+ ## [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)
982
+
983
+ **Note:** Version bump only for package @empathyco/x-components
984
+
985
+ # Change Log
986
+
987
+ All notable changes to this project will be documented in this file. See
988
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
989
+
990
+ ## [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)
991
+
992
+ **Note:** Version bump only for package @empathyco/x-components
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.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)
1000
+
1001
+ ### Build System
1002
+
1003
+ - **deps:** update dependencies (#1004)
1004
+ ([7343506](https://github.com/empathyco/x/commit/73435063e97648ed5bb87600bb7cfbb5eb64b70c))
1005
+
1006
+ ## [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)
1007
+
1008
+ ### Documentation
1009
+
1010
+ - assets migration (#995)
1011
+ ([04678f1](https://github.com/empathyco/x/commit/04678f104a9e9383af7284d349f26e6c0f5454df))
1012
+
1013
+ ## [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)
1014
+
1015
+ **Note:** Version bump only for package @empathyco/x-components
1016
+
1017
+ ## [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)
1018
+
1019
+ **Note:** Version bump only for package @empathyco/x-components
1020
+
1021
+ ## [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)
1022
+
1023
+ ### Features
1024
+
1025
+ - **history-queries:** expose `historyQueriesWithResults` in the alias API (#991)
1026
+ ([90c17f5](https://github.com/empathyco/x/commit/90c17f54a1bc1a4c613d06e64dd630f9e1efca61)),
1027
+ closes [EX-7476](https://searchbroker.atlassian.net/browse/EX-7476)
1028
+
1029
+ ## [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)
1030
+
1031
+ ### ⚠ BREAKING CHANGES
1032
+
1033
+ - **design-system:** suggestion and suggestion group styles are now deprecated. To continue using
1034
+ them import from `deprecated-full-theme.css`.
1035
+
1036
+ ### Features
1037
+
1038
+ - **design-system:** deprecate old suggestion and suggestion group styles (#975)
1039
+ ([69d8bc5](https://github.com/empathyco/x/commit/69d8bc59ce43660b3295dcafa9283598d1143336)),
1040
+ closes [EX-7725](https://searchbroker.atlassian.net/browse/EX-7725)
1041
+
1042
+ # Change Log
1043
+
1044
+ All notable changes to this project will be documented in this file. See
1045
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
1046
+
1047
+ ## [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)
1048
+
1049
+ ### Features
1050
+
1051
+ - **design-system:** deprecate old typography styles (#973)
1052
+ ([15d6d64](https://github.com/empathyco/x/commit/15d6d64c18fe28664e873802fe34073158c30648)),
1053
+ closes [EX-7726](https://searchbroker.atlassian.net/browse/EX-7726)
1054
+
1055
+ # Change Log
1056
+
1057
+ All notable changes to this project will be documented in this file. See
1058
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
1059
+
1060
+ ## [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)
1061
+
1062
+ ### Build System
1063
+
1064
+ - **deps:** update dependencies
1065
+ ([491f9c5](https://github.com/empathyco/x/commit/491f9c5a27cf5eaa4dc3f31c97ea514bb8f3515b))
1066
+
1067
+ # Change Log
1068
+
1069
+ All notable changes to this project will be documented in this file. See
1070
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
1071
+
1072
+ ## [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)
1073
+
1074
+ ### Features
1075
+
1076
+ - rename `search-types` to `x-types` (#928)
1077
+ ([1ac0008](https://github.com/empathyco/x/commit/1ac00084a4f46f453741c6b04a7c18e88c637cee))
1078
+
1079
+ # Change Log
1080
+
1081
+ All notable changes to this project will be documented in this file. See
1082
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
1083
+
1084
+ ## [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)
1085
+
1086
+ ### Features
1087
+
1088
+ - add view to test base-result-link accessibility (#972)
1089
+ ([21d185a](https://github.com/empathyco/x/commit/21d185a8a107f95be4436dabfbeffe83bc7dcd62))
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.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)
1097
+
1098
+ ### Build System
1099
+
1100
+ - **deps:** update `vue` to version `2.7` (#971)
1101
+ ([09fb0fe](https://github.com/empathyco/x/commit/09fb0fe5dbef020565571a4fafc89d2aac544c8e)),
1102
+ closes [EX-7730](https://searchbroker.atlassian.net/browse/EX-7730)
1103
+
1104
+ ## [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)
1105
+
1106
+ **Note:** Version bump only for package @empathyco/x-components
1107
+
1108
+ # Change Log
1109
+
1110
+ All notable changes to this project will be documented in this file. See
1111
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
1112
+
1113
+ ## [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)
1114
+
1115
+ ### Continuous Integration
1116
+
1117
+ - make Cypress cache depend on package. Make eslint cache restore last version if no exact match.
1118
+ ([2498972](https://github.com/empathyco/x/commit/24989726d8e5c6c3450b344fbbc623a3f7246b53)),
1119
+ closes [EX-7721](https://searchbroker.atlassian.net/browse/EX-7721)
1120
+
1121
+ # Change Log
1122
+
1123
+ All notable changes to this project will be documented in this file. See
1124
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
1125
+
1126
+ ## [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)
1127
+
1128
+ ### Testing
1129
+
1130
+ - **e2e:** update `cypress` to version `12.1.0` and replace `cypress-cucumber-preprocessor` with
1131
+ `@badeball/cypress-cucumber-preprocessor` (#747)
1132
+ ([2adb2cd](https://github.com/empathyco/x/commit/2adb2cd03591c37934fb385b120822ef271c359f))
1133
+
1134
+ ## [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)
1135
+
1136
+ **Note:** Version bump only for package @empathyco/x-components
1137
+
1138
+ ## [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)
1139
+
1140
+ ### Features
1141
+
1142
+ - **design-system:** Add suggestion group component (#943)
1143
+ ([4bac818](https://github.com/empathyco/x/commit/4bac8183a29ec17a99a90edeae55ba3d4301b626)),
1144
+ closes [EX-7496](https://searchbroker.atlassian.net/browse/EX-7496)
1145
+
1146
+ # Change Log
1147
+
1148
+ All notable changes to this project will be documented in this file. See
1149
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
1150
+
1151
+ ## [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)
1152
+
1153
+ **Note:** Version bump only for package @empathyco/x-components
1154
+
1155
+ ## [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)
1156
+
1157
+ ### Bug Fixes
1158
+
1159
+ - **build:** use the default `vue-cli` `webpack` configuration in `rollup-plugin-vue` (#961)
1160
+ ([f9a9238](https://github.com/empathyco/x/commit/f9a9238cf4a05a6a35129336f318c9440cb6732d)),
1161
+ closes [EX-7706](https://searchbroker.atlassian.net/browse/EX-7706)
1162
+
1163
+ ## [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)
1164
+
1165
+ ### Documentation
1166
+
1167
+ - fix typo in UrlHandler docs (#959)
1168
+ ([75e4bbe](https://github.com/empathyco/x/commit/75e4bbe47d4298fccb5d26f6145ac3d203d64b2e))
1169
+
1170
+ ## [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)
1171
+
1172
+ ### Features
1173
+
1174
+ - modify base-events-modal-close and base-events-modal-open for WCAG compliance (#946)
1175
+ ([1f5abdf](https://github.com/empathyco/x/commit/1f5abdf36c6eec18b73f13a78be4c7616016d6fd)),
1176
+ closes [EX-7669](https://searchbroker.atlassian.net/browse/EX-7669)
1177
+
1178
+ # Change Log
1179
+
1180
+ All notable changes to this project will be documented in this file. See
1181
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
1182
+
1183
+ ## [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)
1184
+
1185
+ **Note:** Version bump only for package @empathyco/x-components
1186
+
1187
+ # Change Log
1188
+
1189
+ All notable changes to this project will be documented in this file. See
1190
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
1191
+
1192
+ ## [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)
1193
+
1194
+ **Note:** Version bump only for package @empathyco/x-components
1195
+
1196
+ # Change Log
1197
+
1198
+ All notable changes to this project will be documented in this file. See
1199
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
1200
+
1201
+ ## [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)
1202
+
1203
+ ### Bug Fixes
1204
+
1205
+ - **components:** image flickering on re-rendering (#945)
1206
+ ([3b1b558](https://github.com/empathyco/x/commit/3b1b55857ac1c5169a771c465fa32fb4313ab63c)),
1207
+ closes [EX-7610](https://searchbroker.atlassian.net/browse/EX-7610)
1208
+
1209
+ # Change Log
1210
+
1211
+ All notable changes to this project will be documented in this file. See
1212
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
1213
+
1214
+ ## [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)
1215
+
1216
+ **Note:** Version bump only for package @empathyco/x-components
1217
+
1218
+ # Change Log
1219
+
1220
+ All notable changes to this project will be documented in this file. See
1221
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
1222
+
1223
+ ## [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)
1224
+
1225
+ ### ⚠ BREAKING CHANGES
1226
+
1227
+ - Rename `NextQueryPreviewMounted` to `NextQueryPreviewMountedHook` and `QueryPreviewRemoved` to
1228
+ `QueryPreviewUnmountedHook`
1229
+
1230
+ ### Features
1231
+
1232
+ - Rename lifecycle hook events (#939)
1233
+ ([e626b89](https://github.com/empathyco/x/commit/e626b899849b6742e0bce57d86a8ff89718817bf)),
1234
+ closes [EX-7580](https://searchbroker.atlassian.net/browse/EX-7580)
1235
+ - **scroll:** capture listeners in MainScrollItem component (#942)
1236
+ ([2719a3d](https://github.com/empathyco/x/commit/2719a3dd6c1408f9413ecbee4ebf3c46bf24eea2))
1237
+
1238
+ # Change Log
1239
+
1240
+ All notable changes to this project will be documented in this file. See
1241
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
1242
+
1243
+ ## [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)
1244
+
1245
+ **Note:** Version bump only for package @empathyco/x-components
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.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)
1253
+
1254
+ **Note:** Version bump only for package @empathyco/x-components
1255
+
1256
+ ## [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)
1257
+
1258
+ ### Documentation
1259
+
1260
+ - use new docs video reference component (#923)
1261
+ ([c1f2bff](https://github.com/empathyco/x/commit/c1f2bffa684c10149c97b4d746fecbe4519fa126))
1262
+
1263
+ ## [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)
1264
+
1265
+ ### Continuous Integration
1266
+
1267
+ - use matrix steps and jest projects (#919)
1268
+ ([dec53f5](https://github.com/empathyco/x/commit/dec53f5da572a4a5f3c8519222c1ed94ed981967))
1269
+
1270
+ ## [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)
1271
+
1272
+ ### Features
1273
+
1274
+ - **recommendations:** emit `RecommendationsChanged` (#922)
1275
+ ([11119c3](https://github.com/empathyco/x/commit/11119c353bb26ac5dc3fdd774a513b68a1098771))
1276
+
1277
+ ## [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)
1278
+
1279
+ ### Bug Fixes
1280
+
1281
+ - remove warning when the event is not defined (#918)
1282
+ ([7f70e25](https://github.com/empathyco/x/commit/7f70e257bae41ba34f72c1c580c79862448faea9)),
1283
+ closes [EX-7617](https://searchbroker.atlassian.net/browse/EX-7617)
1284
+
1285
+ # Change Log
1286
+
1287
+ All notable changes to this project will be documented in this file. See
1288
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
1289
+
1290
+ ## [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)
1291
+
1292
+ **Note:** Version bump only for package @empathyco/x-components
1293
+
1294
+ # Change Log
1295
+
1296
+ All notable changes to this project will be documented in this file. See
1297
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
1298
+
1299
+ ## [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)
1300
+
1301
+ ### Build System
1302
+
1303
+ - **deps:** update dependencies (#908)
1304
+ ([840da52](https://github.com/empathyco/x/commit/840da52dec32e04cf2b402cca2646b49c839e6e8))
1305
+
1306
+ ### Code Refactoring
1307
+
1308
+ - **plugin:** Rename `inputStatus` to `searchBoxStatus` in Alias API. (#913)
1309
+ ([5cb837e](https://github.com/empathyco/x/commit/5cb837ed57db3fb5543a7f8e82d9beea0088cdd9)),
1310
+ closes [EX-7597](https://searchbroker.atlassian.net/browse/EX-7597)
1311
+
1312
+ # Change Log
1313
+
1314
+ All notable changes to this project will be documented in this file. See
1315
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
1316
+
1317
+ ## [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)
1318
+
1319
+ ### Features
1320
+
1321
+ - **search-box:** add input status handling(#903)
1322
+ ([c74b8fb](https://github.com/empathyco/x/commit/c74b8fbc9734541774c535792466333b78197146)),
1323
+ closes [EX-6474](https://searchbroker.atlassian.net/browse/EX-6474)
1324
+
1325
+ # Change Log
1326
+
1327
+ All notable changes to this project will be documented in this file. See
1328
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
1329
+
1330
+ ## [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)
1331
+
1332
+ ### ⚠ BREAKING CHANGES
1333
+
1334
+ - Removes `queryHTML` slot scope prop from `BaseSuggestion`, `PopularSearch` `QuerySuggestion` and
1335
+ `HistoryQuery`. Use the new `Highlight` component instead.
1336
+
1337
+ ### Features
1338
+
1339
+ - **components:** Use `Highlight` component inside suggestion components.(#894)
1340
+ ([ceb9c0c](https://github.com/empathyco/x/commit/ceb9c0c729d9a7a3b8a983e5b23912d561f2bd4d)),
1341
+ closes [EX-7469](https://searchbroker.atlassian.net/browse/EX-7469)
1342
+
1343
+ # Change Log
1344
+
1345
+ All notable changes to this project will be documented in this file. See
1346
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
1347
+
1348
+ ## [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)
1349
+
1350
+ ### Testing
1351
+
1352
+ - **e2e:** make `HistoryQueries` test wait for no results (#906)
1353
+ ([82cc3dd](https://github.com/empathyco/x/commit/82cc3ddc0f1339fbff6c04e2eff7dfbf24598672)),
1354
+ closes [EX-7591](https://searchbroker.atlassian.net/browse/EX-7591)
1355
+
1356
+ # Change Log
1357
+
1358
+ All notable changes to this project will be documented in this file. See
1359
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
1360
+
1361
+ ## [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)
1362
+
1363
+ ### ⚠ BREAKING CHANGES
1364
+
1365
+ - the event `SearchResponseProvided` was renamed to `SearchResponseChanged`
1366
+
1367
+ ### Code Refactoring
1368
+
1369
+ - Simplify suggestions list slots. (#893)
1370
+ ([fc4ccb9](https://github.com/empathyco/x/commit/fc4ccb97a91b4c2ff7dfd0d7aed9747d7841b4ed)),
1371
+ closes [EX-7469](https://searchbroker.atlassian.net/browse/EX-7469)
1372
+
1373
+ # Change Log
1374
+
1375
+ All notable changes to this project will be documented in this file. See
1376
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
1377
+
1378
+ ## [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)
1379
+
1380
+ **Note:** Version bump only for package @empathyco/x-components
1381
+
1382
+ # Change Log
1383
+
1384
+ All notable changes to this project will be documented in this file. See
1385
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
1386
+
1387
+ ## [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)
1388
+
1389
+ ### Features
1390
+
1391
+ - **history-queries:** Hide history queries with no results (#865)
1392
+ ([58f155d](https://github.com/empathyco/x/commit/58f155d2eefe1676646d320c9f310ad1d28aab5e))
1393
+
1394
+ # Change Log
1395
+
1396
+ All notable changes to this project will be documented in this file. See
1397
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
1398
+
1399
+ ## [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)
1400
+
1401
+ **Note:** Version bump only for package @empathyco/x-components
1402
+
1403
+ # Change Log
1404
+
1405
+ All notable changes to this project will be documented in this file. See
1406
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
1407
+
1408
+ ## [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)
1409
+
1410
+ ### Features
1411
+
1412
+ - **components:** add `getTargetElement` util to retrieve the `event.target` (#870)
1413
+ ([8be7beb](https://github.com/empathyco/x/commit/8be7beba25a5a90b142fbb1a905d41503befc92c))
1414
+
1415
+ ### Bug Fixes
1416
+
1417
+ - **components:** reset`BaseResultImage` images state when `result` `prop` changes (#888)
1418
+ ([a783ace](https://github.com/empathyco/x/commit/a783ace74929db22b7ed087b0eb19481078a35f5))
1419
+
1420
+ # Change Log
1421
+
1422
+ All notable changes to this project will be documented in this file. See
1423
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
1424
+
1425
+ ## [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)
1426
+
1427
+ ### Features
1428
+
1429
+ - **recommendations:** add `updateRecommendation` mutation (#891)
1430
+ ([0e9ceec](https://github.com/empathyco/x/commit/0e9ceec145458a55ccbe4abf8e7b49f64d1717ae))
1431
+
1432
+ # Change Log
1433
+
1434
+ All notable changes to this project will be documented in this file. See
1435
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
1436
+
1437
+ ## [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)
1438
+
1439
+ ### Features
1440
+
1441
+ - **tabs-panel:** add base tabs panel component (#871)
1442
+ ([ebd5feb](https://github.com/empathyco/x/commit/ebd5feb4006315236ae62f8de03d6a986d9ced10)),
1443
+ closes [EX-6142](https://searchbroker.atlassian.net/browse/EX-6142)
1444
+
1445
+ # Change Log
1446
+
1447
+ All notable changes to this project will be documented in this file. See
1448
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
1449
+
1450
+ ## [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)
1451
+
1452
+ **Note:** Version bump only for package @empathyco/x-components
1453
+
1454
+ # Change Log
1455
+
1456
+ All notable changes to this project will be documented in this file. See
1457
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
1458
+
1459
+ ## [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)
1460
+
1461
+ **Note:** Version bump only for package @empathyco/x-components
1462
+
1463
+ # Change Log
1464
+
1465
+ All notable changes to this project will be documented in this file. See
1466
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
1467
+
1468
+ ## [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)
1469
+
1470
+ **Note:** Version bump only for package @empathyco/x-components
1471
+
1472
+ # Change Log
1473
+
1474
+ All notable changes to this project will be documented in this file. See
1475
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
1476
+
1477
+ ## [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)
1478
+
1479
+ ### Features
1480
+
1481
+ - add `Highlight` component (#872)
1482
+ ([1b5aa57](https://github.com/empathyco/x/commit/1b5aa5793b7916ec0433b4110b7ef355f882f4f6)),
1483
+ closes [EX-7468](https://searchbroker.atlassian.net/browse/EX-7468)
1484
+
1485
+ # Change Log
1486
+
1487
+ All notable changes to this project will be documented in this file. See
1488
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
1489
+
1490
+ ## [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)
1491
+
1492
+ ### ⚠ BREAKING CHANGES
1493
+
1494
+ - **components:** Renamed prop `animation` of `BaseResultImage` to `loadAnimation`.
1495
+
1496
+ ### Features
1497
+
1498
+ - show next result image on hover (#863)
1499
+ ([8fd02cc](https://github.com/empathyco/x/commit/8fd02cc8f9913dfa0e06af83251db4577656099e)),
1500
+ closes [EX-5970](https://searchbroker.atlassian.net/browse/EX-5970)
1501
+
1502
+ ### Bug Fixes
1503
+
1504
+ - **components:** Fix InfiniteScroll get root element inside Shadow DOM. (#874)
1505
+ ([340293f](https://github.com/empathyco/x/commit/340293ffc1946c69018fcfa67a069f443110763d))
1506
+
1507
+ # Change Log
1508
+
1509
+ All notable changes to this project will be documented in this file. See
1510
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
1511
+
1512
+ ## [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)
1513
+
1514
+ ### Features
1515
+
1516
+ - Emit SearchResponseProvided event from Search Module (#864)
1517
+ ([586899d](https://github.com/empathyco/x/commit/586899dbb556f50772bdfd1dc4eb5216ebd15e41)),
1518
+ closes [EX-5167](https://searchbroker.atlassian.net/browse/EX-5167)
1519
+
1520
+ # Change Log
1521
+
1522
+ All notable changes to this project will be documented in this file. See
1523
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
1524
+
1525
+ ## [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)
1526
+
1527
+ ### Features
1528
+
1529
+ - make base dropdown based components accesible (#846)
1530
+ ([71d4233](https://github.com/empathyco/x/commit/71d4233ad5c18fb19f205591bf8b9a0adf160884))
1531
+
1532
+ ### Bug Fixes
1533
+
1534
+ - make `appear` attribute configurable on animations that have it set to `true` by default (#862)
1535
+ ([7e2cd52](https://github.com/empathyco/x/commit/7e2cd52933385fcee4a7944fd474d2314ac3291d)),
1536
+ closes [EX-5970](https://searchbroker.atlassian.net/browse/EX-5970)
1537
+
1538
+ # Change Log
1539
+
1540
+ All notable changes to this project will be documented in this file. See
1541
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
1542
+
1543
+ ## [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)
1544
+
1545
+ ### Features
1546
+
1547
+ - adding edocs preview
1548
+ ([8580a72](https://github.com/empathyco/x/commit/8580a72fa3b9125ad7a487995eabedb7ecfbde2b))
1549
+
1550
+ # Change Log
1551
+
1552
+ All notable changes to this project will be documented in this file. See
1553
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
1554
+
1555
+ ## [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)
1556
+
1557
+ ### Features
1558
+
1559
+ - **design-system:** add `suggestion` component to the XDS (#838)
1560
+ ([055af83](https://github.com/empathyco/x/commit/055af838ddbf3a1293936d5994c455e4e8499654))
1561
+ - history-queries-switch wai aria adjustments (#847)
1562
+ ([c05e194](https://github.com/empathyco/x/commit/c05e194306520aef2d8d684f38f616ab26e9ebf9)),
1563
+ closes [EX-7344](https://searchbroker.atlassian.net/browse/EX-7344)
1564
+
1565
+ # Change Log
1566
+
1567
+ All notable changes to this project will be documented in this file. See
1568
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
1569
+
1570
+ ## [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)
1571
+
1572
+ ### Features
1573
+
1574
+ - Change suggestion components to bind $attrs to base suggestions (#831)
1575
+ ([49c139b](https://github.com/empathyco/x/commit/49c139bc55f4cc1a2e1e0ec2e2e7972376eaf487)),
1576
+ closes [EX-7356](https://searchbroker.atlassian.net/browse/EX-7356)
1577
+
1578
+ # Change Log
1579
+
1580
+ All notable changes to this project will be documented in this file. See
1581
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
1582
+
1583
+ ## [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)
1584
+
1585
+ **Note:** Version bump only for package @empathyco/x-components
1586
+
1587
+ # Change Log
1588
+
1589
+ All notable changes to this project will be documented in this file. See
1590
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
1591
+
1592
+ ## [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)
1593
+
1594
+ ### Bug Fixes
1595
+
1596
+ - **animations:** make content-visibility CSS property and createCollapseAnimationMixin work
1597
+ together (#839)
1598
+ ([50d5c87](https://github.com/empathyco/x/commit/50d5c8744e5a8d2c8db5aed33e71bd8a39a76cf3))
1599
+
1600
+ # Change Log
1601
+
1602
+ All notable changes to this project will be documented in this file. See
1603
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
1604
+
1605
+ ## [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)
1606
+
1607
+ **Note:** Version bump only for package @empathyco/x-components
1608
+
1609
+ # Change Log
1610
+
1611
+ All notable changes to this project will be documented in this file. See
1612
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
1613
+
1614
+ ## [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)
1615
+
1616
+ ### Features
1617
+
1618
+ - **x-plugin:** Add function as possible value of `domElement` in InstallXOptions.(#836)
1619
+ ([99a96ef](https://github.com/empathyco/x/commit/99a96ef2303f27b656835253203bc73758a337ae))
1620
+
1621
+ # Change Log
1622
+
1623
+ All notable changes to this project will be documented in this file. See
1624
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
1625
+
1626
+ ## [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)
1627
+
1628
+ ### Features
1629
+
1630
+ - place modal under selected element (#829)
1631
+ ([1f46d42](https://github.com/empathyco/x/commit/1f46d428dccdf4807110afc48b5fd600b41bfeae))
1632
+
1633
+ # Change Log
1634
+
1635
+ All notable changes to this project will be documented in this file. See
1636
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
1637
+
1638
+ ## [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)
1639
+
1640
+ ### Features
1641
+
1642
+ - **empathize:** show Empathize only when it has content (#820)
1643
+ ([c926335](https://github.com/empathyco/x/commit/c926335a33dca2e8d379accd065726e02bd6f384)),
1644
+ closes [EX-7169](https://searchbroker.atlassian.net/browse/EX-7169)
1645
+
1646
+ # Change Log
1647
+
1648
+ All notable changes to this project will be documented in this file. See
1649
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
1650
+
1651
+ ## [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)
1652
+
1653
+ ### Features
1654
+
1655
+ - **tagging:** track banner clicks (#822)
1656
+ ([504d6bf](https://github.com/empathyco/x/commit/504d6bf29ca86ece7b8116cb32a676f05624468d))
1657
+
1658
+ # Change Log
1659
+
1660
+ All notable changes to this project will be documented in this file. See
1661
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
1662
+
1663
+ ## [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)
1664
+
1665
+ ### ⚠ BREAKING CHANGES
1666
+
1667
+ - **design-system:** the old design system button styles are now located in the
1668
+ `deprecated-full-theme.css`, if a setup is not using the new design system, it must import this
1669
+ file.
1670
+
1671
+ ### Features
1672
+
1673
+ - **design-system:** deprecate old design system button styles (#830)
1674
+ ([78fbf63](https://github.com/empathyco/x/commit/78fbf63116a9312e361540388b2573e0939dc7ae))
1675
+
1676
+ # Change Log
1677
+
1678
+ All notable changes to this project will be documented in this file. See
1679
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
1680
+
1681
+ ## [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)
1682
+
1683
+ ### Bug Fixes
1684
+
1685
+ - remove `resize-observer-browser` types from tsconfig (#833)
1686
+ ([ce46b2c](https://github.com/empathyco/x/commit/ce46b2cefba5b727679c81862542e367a903b4b0)),
1687
+ closes [EX-7373](https://searchbroker.atlassian.net/browse/EX-7373)
1688
+
1689
+ # Change Log
1690
+
1691
+ All notable changes to this project will be documented in this file. See
1692
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
1693
+
1694
+ ## [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)
1695
+
1696
+ **Note:** Version bump only for package @empathyco/x-components
1697
+
1698
+ # Change Log
1699
+
1700
+ All notable changes to this project will be documented in this file. See
1701
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
1702
+
1703
+ ## [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)
1704
+
1705
+ ### Features
1706
+
1707
+ - wai-aria for BaseEventButton based components (#816)
1708
+ ([3dfd29e](https://github.com/empathyco/x/commit/3dfd29e8f8cc57c5caeeda609ccd4903434bd74a)),
1709
+ closes [EX-7204](https://searchbroker.atlassian.net/browse/EX-7204)
1710
+
1711
+ # Change Log
1712
+
1713
+ All notable changes to this project will be documented in this file. See
1714
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
1715
+
1716
+ ## [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)
1717
+
1718
+ ### Features
1719
+
1720
+ - **design-system:** add tailwind showcase component (#778)
1721
+ ([0178ef5](https://github.com/empathyco/x/commit/0178ef5a4b472e2ca14f98f1243d08e36e1f5840)),
1722
+ closes [EX-7078](https://searchbroker.atlassian.net/browse/EX-7078)
1723
+
1724
+ # Change Log
1725
+
1726
+ All notable changes to this project will be documented in this file. See
1727
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
1728
+
1729
+ ## [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)
1730
+
1731
+ ### Features
1732
+
1733
+ - Use Banner position (= row) to sort grid (#802)
1734
+ ([28836a7](https://github.com/empathyco/x/commit/28836a71b91f210f425098f41ab71136a1b7b34c)),
1735
+ closes [EX-7292](https://searchbroker.atlassian.net/browse/EX-7292)
1736
+
1737
+ # Change Log
1738
+
1739
+ All notable changes to this project will be documented in this file. See
1740
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
1741
+
1742
+ ## [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)
1743
+
1744
+ ### ⚠ BREAKING CHANGES
1745
+
1746
+ - **components:** `facets` are now optional in `Suggestion`.
1747
+
1748
+ ### Features
1749
+
1750
+ - **components:** add filters to base-suggestions (#758)
1751
+ ([2014861](https://github.com/empathyco/x/commit/2014861453215808ee4279f9484f1d845780d7bf)),
1752
+ closes [EX-6346](https://searchbroker.atlassian.net/browse/EX-6346)
1753
+
1754
+ # Change Log
1755
+
1756
+ All notable changes to this project will be documented in this file. See
1757
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
1758
+
1759
+ ## [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)
1760
+
1761
+ ### Features
1762
+
1763
+ - **components:** insert promoteds in the grid using position (#801)
1764
+ ([b537cae](https://github.com/empathyco/x/commit/b537caeb2077fa6b8d5898d0dbdb9069a06ab2e8)),
1765
+ closes [EX-7295](https://searchbroker.atlassian.net/browse/EX-7295)
1766
+
1767
+ ### Bug Fixes
1768
+
1769
+ - make promoted and banner position optional (#817)
1770
+ ([a2a8d5d](https://github.com/empathyco/x/commit/a2a8d5dcc03451e046d00f87f3545dfd46c050c5)),
1771
+ closes [EX-7333](https://searchbroker.atlassian.net/browse/EX-7333)
1772
+
1773
+ # Change Log
1774
+
1775
+ All notable changes to this project will be documented in this file. See
1776
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
1777
+
1778
+ ## [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)
1779
+
1780
+ **Note:** Version bump only for package @empathyco/x-components
1781
+
1782
+ # Change Log
1783
+
1784
+ All notable changes to this project will be documented in this file. See
1785
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
1786
+
1787
+ ## [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)
1788
+
1789
+ ### Features
1790
+
1791
+ - **components:** Emit ColumnsNumberRendered event on BaseGrid (#806)
1792
+ ([87a8ca9](https://github.com/empathyco/x/commit/87a8ca947f8d83dff1a0044db80649eb297361fb)),
1793
+ closes [EX-7291](https://searchbroker.atlassian.net/browse/EX-7291)
1794
+
1795
+ # Change Log
1796
+
1797
+ All notable changes to this project will be documented in this file. See
1798
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
1799
+
1800
+ ## [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)
1801
+
1802
+ ### Features
1803
+
1804
+ - apply dynamic css mixin to sliding panel and column picker list buttons (#815)
1805
+ ([4cc040d](https://github.com/empathyco/x/commit/4cc040d7d7c4751a5f31c6e36acfa64d28cbb23d)),
1806
+ closes [EX-7224](https://searchbroker.atlassian.net/browse/EX-7224)
1807
+
1808
+ # Change Log
1809
+
1810
+ All notable changes to this project will be documented in this file. See
1811
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
1812
+
1813
+ ## [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)
1814
+
1815
+ ### Bug Fixes
1816
+
1817
+ - type empathize events and replace UserPressedEnter with UserPressedEnterKey
1818
+ ([98055c4](https://github.com/empathyco/x/commit/98055c44e165b06013e63c9829fd363f5e50c87a))
1819
+
1820
+ # Change Log
1821
+
1822
+ All notable changes to this project will be documented in this file. See
1823
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
1824
+
1825
+ ## [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)
1826
+
1827
+ ### Features
1828
+
1829
+ - add `dynamic-props` mixin (#798)
1830
+ ([defafbb](https://github.com/empathyco/x/commit/defafbb2c40f51e3c44474b469b353472a91a828)),
1831
+ closes [EX-7220](https://searchbroker.atlassian.net/browse/EX-7220)
1832
+
1833
+ # Change Log
1834
+
1835
+ All notable changes to this project will be documented in this file. See
1836
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
1837
+
1838
+ ## [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)
1839
+
1840
+ ### Features
1841
+
1842
+ - add position on Banner and Promoted models (#800)
1843
+ ([e7393fb](https://github.com/empathyco/x/commit/e7393fbce8d0767d3c762aa714fe94e162203a12)),
1844
+ closes [EX-7293](https://searchbroker.atlassian.net/browse/EX-7293)
1845
+
1846
+ # Change Log
1847
+
1848
+ All notable changes to this project will be documented in this file. See
1849
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
1850
+
1851
+ ## [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)
1852
+
1853
+ **Note:** Version bump only for package @empathyco/x-components
1854
+
1855
+ # Change Log
1856
+
1857
+ All notable changes to this project will be documented in this file. See
1858
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
1859
+
1860
+ ## [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)
1861
+
1862
+ ### Features
1863
+
1864
+ - **design-system:** add zoom effect (#799)
1865
+ ([e7af33a](https://github.com/empathyco/x/commit/e7af33a7d2186e4fc6191961ee8b12a35198fc59)),
1866
+ closes [EX-6315](https://searchbroker.atlassian.net/browse/EX-6315)
1867
+
1868
+ # Change Log
1869
+
1870
+ All notable changes to this project will be documented in this file. See
1871
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
1872
+
1873
+ ## [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)
1874
+
1875
+ **Note:** Version bump only for package @empathyco/x-components
1876
+
1877
+ # Change Log
1878
+
1879
+ All notable changes to this project will be documented in this file. See
1880
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
1881
+
1882
+ ## [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)
1883
+
1884
+ ### ⚠ BREAKING CHANGES
1885
+
1886
+ - **tagging:** `tagging` property of `Taggable` and `queryTagging` property of `SearchResponse` are
1887
+ optional.
1888
+
1889
+ ### Features
1890
+
1891
+ - **tagging:** make `tagging` and `queryTagging` optional (#797)
1892
+ ([0e49156](https://github.com/empathyco/x/commit/0e49156308d4e77d667a2191697101674cdbf213)),
1893
+ closes [EX-7231](https://searchbroker.atlassian.net/browse/EX-7231)
1894
+
1895
+ # Change Log
1896
+
1897
+ All notable changes to this project will be documented in this file. See
1898
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
1899
+
1900
+ ## [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)
1901
+
1902
+ ### Continuous Integration
1903
+
1904
+ - export webpack config from `x-archetype-utils` (#760)
1905
+ ([0d7bfa2](https://github.com/empathyco/x/commit/0d7bfa2a63b5aaa3b220a0338fcefdaedc888f32)),
1906
+ closes [EX-7222](https://searchbroker.atlassian.net/browse/EX-7222)
1907
+
1908
+ # Change Log
1909
+
1910
+ All notable changes to this project will be documented in this file. See
1911
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
1912
+
1913
+ ## [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)
1914
+
1915
+ ### Documentation
1916
+
1917
+ - **functional:** titles refactor and change image source (#790)
1918
+ ([cc177a5](https://github.com/empathyco/x/commit/cc177a5bad6fab363d40140e699e11e0ec6bc53c))
1919
+
1920
+ # Change Log
1921
+
1922
+ All notable changes to this project will be documented in this file. See
1923
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
1924
+
1925
+ ## [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)
1926
+
1927
+ ### Bug Fixes
1928
+
1929
+ - **related-tags:** use `query` instead of `tag` as `key` to ensure unique values (#792)
1930
+ ([53e86bd](https://github.com/empathyco/x/commit/53e86bd43137a9e4cd389f58e0efce8bcf63632c)),
1931
+ closes [EX-7236](https://searchbroker.atlassian.net/browse/EX-7236)
1932
+
1933
+ # Change Log
1934
+
1935
+ All notable changes to this project will be documented in this file. See
1936
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
1937
+
1938
+ ## [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)
1939
+
1940
+ **Note:** Version bump only for package @empathyco/x-components
1941
+
1942
+ # Change Log
1943
+
1944
+ All notable changes to this project will be documented in this file. See
1945
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
1946
+
1947
+ ## [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)
1948
+
1949
+ ### Features
1950
+
1951
+ - **search-box:** add `SearchInputPlaceholder` component (#771)
1952
+ ([a2e73e3](https://github.com/empathyco/x/commit/a2e73e3895c5454898fbc7ddc6d2202e03448fff)),
1953
+ closes [EX-7178](https://searchbroker.atlassian.net/browse/EX-7178)
1954
+
1955
+ # Change Log
1956
+
1957
+ All notable changes to this project will be documented in this file. See
1958
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
1959
+
1960
+ ## [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)
1961
+
1962
+ **Note:** Version bump only for package @empathyco/x-components
1963
+
1964
+ # Change Log
1965
+
1966
+ All notable changes to this project will be documented in this file. See
1967
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
1968
+
1969
+ ## [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)
1970
+
1971
+ ### Features
1972
+
1973
+ - **components:** Add new origins to the `animateClipPath` animation factory. (#777)
1974
+ ([d016057](https://github.com/empathyco/x/commit/d016057ea0c92901dc88df755351b4acee32f472)),
1975
+ closes [EX-7195](https://searchbroker.atlassian.net/browse/EX-7195)
1976
+
1977
+ # Change Log
1978
+
1979
+ All notable changes to this project will be documented in this file. See
1980
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
1981
+
1982
+ ## [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)
1983
+
1984
+ ### Testing
1985
+
1986
+ - **next-queries:** next queries preview e2e tests (#759)
1987
+ ([adccbf4](https://github.com/empathyco/x/commit/adccbf4a111ac65915b017aca799ac523347ddc1)),
1988
+ closes [EX-6848](https://searchbroker.atlassian.net/browse/EX-6848)
1989
+
1990
+ # Change Log
1991
+
1992
+ All notable changes to this project will be documented in this file. See
1993
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
1994
+
1995
+ ## [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)
1996
+
1997
+ ### Continuous Integration
1998
+
1999
+ - update `runners` version (#740)
2000
+ ([38f246c](https://github.com/empathyco/x/commit/38f246c306dac40c4afbcdea08336052981ca9b8))
2001
+
2002
+ # Change Log
2003
+
2004
+ All notable changes to this project will be documented in this file. See
2005
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
2006
+
2007
+ ## [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)
2008
+
2009
+ ### Features
2010
+
2011
+ - Add directional origins for translate animations (#773)
2012
+ ([9f4a0b0](https://github.com/empathyco/x/commit/9f4a0b03c675291672081388e42fcec725ab594d))
2013
+ - Add search input hover events (#772)
2014
+ ([393cc87](https://github.com/empathyco/x/commit/393cc877457f618396a5b71a7a826e6e8d139c3a)),
2015
+ closes [EX-7177](https://searchbroker.atlassian.net/browse/EX-7177)
2016
+
2017
+ # Change Log
2018
+
2019
+ All notable changes to this project will be documented in this file. See
2020
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
2021
+
2022
+ ## [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)
2023
+
2024
+ ### Features
2025
+
2026
+ - hidde overflow-y in the sliding panel (#768)
2027
+ ([3458e61](https://github.com/empathyco/x/commit/3458e618005e6a1bcd875127749a90b411b80f86)),
2028
+ closes [EX-7015](https://searchbroker.atlassian.net/browse/EX-7015)
2029
+
2030
+ # Change Log
2031
+
2032
+ All notable changes to this project will be documented in this file. See
2033
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
2034
+
2035
+ ## [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)
2036
+
2037
+ **Note:** Version bump only for package @empathyco/x-components
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.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)
2045
+
2046
+ ### Bug Fixes
2047
+
2048
+ - wait for the extra params to make the initial requests (#754)
2049
+ ([468a61b](https://github.com/empathyco/x/commit/468a61b69e11b3917a33d44bd415a5ea14c5c409)),
2050
+ closes [EX-6977](https://searchbroker.atlassian.net/browse/EX-6977)
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.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)
2058
+
2059
+ ### Features
2060
+
2061
+ - **query-preview:** Add `debounceTimeMs` to `QueryPreview` component. (#752)
2062
+ ([ddca375](https://github.com/empathyco/x/commit/ddca375201056d374515b7426df1fac3a1ecf6c1)),
2063
+ closes [EX-7049](https://searchbroker.atlassian.net/browse/EX-7049)
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.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)
2071
+
2072
+ ### Features
2073
+
2074
+ - make `adapter` configurable in the `home` view (#750)
2075
+ ([0fcc5cf](https://github.com/empathyco/x/commit/0fcc5cf38995a439b3011e1b7d94e7edaa7f9ce5)),
2076
+ closes [EX-7073](https://searchbroker.atlassian.net/browse/EX-7073)
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.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)
2084
+
2085
+ ### Bug Fixes
2086
+
2087
+ - **base-modal:** add prop to allow the modal to move the focus to an element within it on open
2088
+ (#748) ([0954926](https://github.com/empathyco/x/commit/0954926d7e95ab53e3a8fe263265b63f1a5f20d7))
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.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)
2096
+
2097
+ ### Continuous Integration
2098
+
2099
+ - silent jest and eslint warnings (#749)
2100
+ ([1413677](https://github.com/empathyco/x/commit/14136776e6a616e21ecd4585a071cdee1569d1cb))
2101
+
2102
+ # Change Log
2103
+
2104
+ All notable changes to this project will be documented in this file. See
2105
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
2106
+
2107
+ ## [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)
2108
+
2109
+ ### Features
2110
+
2111
+ - **next-queries:** add `origin` to `next queries preview` (#746)
2112
+ ([8928676](https://github.com/empathyco/x/commit/89286768a007d9b8888bfbc6db43c39b6d963380)),
2113
+ closes [EX-6757](https://searchbroker.atlassian.net/browse/EX-6757)
2114
+
2115
+ # Change Log
2116
+
2117
+ All notable changes to this project will be documented in this file. See
2118
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
2119
+
2120
+ ## [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)
2121
+
2122
+ ### Bug Fixes
2123
+
2124
+ - **components:** restore scroll on `BaseModal` (#736)
2125
+ ([d7b18a1](https://github.com/empathyco/x/commit/d7b18a1630f7da36ecd4c52f5b73b8c101612a86)),
2126
+ closes [EX-7091](https://searchbroker.atlassian.net/browse/EX-7091)
2127
+
2128
+ ### Documentation
2129
+
2130
+ - add `queriesPreview` to archetype integration (#735)
2131
+ ([57c719a](https://github.com/empathyco/x/commit/57c719a55208e149c9382483df02ac84cac33259)),
2132
+ closes [EX-6613](https://searchbroker.atlassian.net/browse/EX-6613)
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.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)
2140
+
2141
+ ### Features
2142
+
2143
+ - **query-preview:** add `origin` to `QueryPreview` component (#737)
2144
+ ([9c235bc](https://github.com/empathyco/x/commit/9c235bc9457cc959fa2a386b8dce114ff3bf6df7)),
2145
+ closes [EX-7077](https://searchbroker.atlassian.net/browse/EX-7077)
2146
+
2147
+ # Change Log
2148
+
2149
+ All notable changes to this project will be documented in this file. See
2150
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
2151
+
2152
+ ## [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)
2153
+
2154
+ **Note:** Version bump only for package @empathyco/x-components
2155
+
2156
+ # Change Log
2157
+
2158
+ All notable changes to this project will be documented in this file. See
2159
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
2160
+
2161
+ ## [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)
2162
+
2163
+ ### Features
2164
+
2165
+ - add `vue devtools` plugin to ease `XEvents` and `wiring` visualization (#215)
2166
+ ([bd148ec](https://github.com/empathyco/x/commit/bd148ecb9682f8d4161d278c03f110f8f050d323)),
2167
+ closes [EX-7032](https://searchbroker.atlassian.net/browse/EX-7032)
2168
+
2169
+ # Change Log
2170
+
2171
+ All notable changes to this project will be documented in this file. See
2172
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
2173
+
2174
+ ## [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)
2175
+
2176
+ ### Features
2177
+
2178
+ - Improve `tailwindcss` types (#730)
2179
+ ([b7ab20c](https://github.com/empathyco/x/commit/b7ab20cfb0faa7f21fdf4aaaa4ae3e6d44bc6a79)),
2180
+ closes [EX-7041](https://searchbroker.atlassian.net/browse/EX-7041)
2181
+
2182
+ # Change Log
2183
+
2184
+ All notable changes to this project will be documented in this file. See
2185
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
2186
+
2187
+ ## [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)
2188
+
2189
+ ### Features
2190
+
2191
+ - **search-input:** prevent `<` or `>` input (#433)
2192
+ ([afc865f](https://github.com/empathyco/x/commit/afc865f2e13d775e5ee4a602536dfd2ee8b474b8)),
2193
+ closes [EX-7035](https://searchbroker.atlassian.net/browse/EX-7035)
2194
+
2195
+ # Change Log
2196
+
2197
+ All notable changes to this project will be documented in this file. See
2198
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
2199
+
2200
+ ## [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)
2201
+
2202
+ ### Features
2203
+
2204
+ - Improve tailwindcss types. (#725)
2205
+ ([14dec97](https://github.com/empathyco/x/commit/14dec974174cd18e63cb5f4e9a690a9989de44bc)),
2206
+ closes [EX-6790](https://searchbroker.atlassian.net/browse/EX-6790)
2207
+
2208
+ # Change Log
2209
+
2210
+ All notable changes to this project will be documented in this file. See
2211
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
2212
+
2213
+ ## [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)
2214
+
2215
+ ### Features
2216
+
2217
+ - **facets:** remove filters on new query (#717)
2218
+ ([e452ece](https://github.com/empathyco/x/commit/e452ecebb194b2fa248402405e26ed1044c1d849)),
2219
+ closes [EX-6196](https://searchbroker.atlassian.net/browse/EX-6196)
2220
+
2221
+ # Change Log
2222
+
2223
+ All notable changes to this project will be documented in this file. See
2224
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
2225
+
2226
+ ## [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)
2227
+
2228
+ ### Features
2229
+
2230
+ - **design-system:** generate old design system tokens with tailwind values (#675)
2231
+ ([7aa42e4](https://github.com/empathyco/x/commit/7aa42e4e26ec34fea942bbf7f0c7f10a97a94237)),
2232
+ closes [EX-6790](https://searchbroker.atlassian.net/browse/EX-6790)
2233
+
2234
+ # Change Log
2235
+
2236
+ All notable changes to this project will be documented in this file. See
2237
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
2238
+
2239
+ ## [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)
2240
+
2241
+ **Note:** Version bump only for package @empathyco/x-components
2242
+
2243
+ # Change Log
2244
+
2245
+ All notable changes to this project will be documented in this file. See
2246
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
2247
+
2248
+ ## [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)
2249
+
2250
+ ### Features
2251
+
2252
+ - **next-queries:** add `concatWhenNoMoreItems` prop (#705)
2253
+ ([ac73fb7](https://github.com/empathyco/x/commit/ac73fb7d2e66c3cb1aab0b64586d9e86495436de)),
2254
+ closes [EX-6841](https://searchbroker.atlassian.net/browse/EX-6841)
2255
+
2256
+ # Change Log
2257
+
2258
+ All notable changes to this project will be documented in this file. See
2259
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
2260
+
2261
+ ## [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)
2262
+
2263
+ ### Features
2264
+
2265
+ - add `uiLang` parameter (#714)
2266
+ ([f4108d4](https://github.com/empathyco/x/commit/f4108d4a76582dac7b1f8cd240e91f226e7b1ad5)),
2267
+ closes [EX-6855](https://searchbroker.atlassian.net/browse/EX-6855)
2268
+
2269
+ # Change Log
2270
+
2271
+ All notable changes to this project will be documented in this file. See
2272
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
2273
+
2274
+ ## [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)
2275
+
2276
+ ### Features
2277
+
2278
+ - **components:** add disable animation mixin (#703)
2279
+ ([ea344f9](https://github.com/empathyco/x/commit/ea344f9d5e7b36da6aabdd4fe5d2a1ad05dbcfc8)),
2280
+ closes [EX-6838](https://searchbroker.atlassian.net/browse/EX-6838)
2281
+ - disable `@typescript-eslint/no-extra-parens` rule (#715)
2282
+ ([3718017](https://github.com/empathyco/x/commit/3718017c5528156f931bc8b1f2d208cdb50781ed)),
2283
+ closes [EX-6996](https://searchbroker.atlassian.net/browse/EX-6996)
2284
+
2285
+ # Change Log
2286
+
2287
+ All notable changes to this project will be documented in this file. See
2288
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
2289
+
2290
+ ## [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)
2291
+
2292
+ ### Features
2293
+
2294
+ - **search:** add `updateResult` mutation (#706)
2295
+ ([809e346](https://github.com/empathyco/x/commit/809e34694e5a54bd72e92272aa69a9123bef94c4)),
2296
+ closes [EX-6894](https://searchbroker.atlassian.net/browse/EX-6894)
2297
+
2298
+ # Change Log
2299
+
2300
+ All notable changes to this project will be documented in this file. See
2301
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
2302
+
2303
+ ## [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)
2304
+
2305
+ ### Bug Fixes
2306
+
2307
+ - **components:** Fix the error on console in `BaseResultImage` with `CrossFade` Animation. (#688)
2308
+ ([3bcf6e1](https://github.com/empathyco/x/commit/3bcf6e120918b4257f38ddb5078adfe39a7c8a3f)),
2309
+ closes [EX-6924](https://searchbroker.atlassian.net/browse/EX-6924)
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.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)
2317
+
2318
+ ### Features
2319
+
2320
+ - **queries-preview:** add query preview component (#699)
2321
+ ([676cda4](https://github.com/empathyco/x/commit/676cda42a3cbd37ee00e3200a89854c6c1bec3ee)),
2322
+ closes [EX-6845](https://searchbroker.atlassian.net/browse/EX-6845)
2323
+
2324
+ # Change Log
2325
+
2326
+ All notable changes to this project will be documented in this file. See
2327
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
2328
+
2329
+ ## [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)
2330
+
2331
+ ### Bug Fixes
2332
+
2333
+ - Make `Home` grid next queries use grid data rather than state data. (#687)
2334
+ ([e340ed0](https://github.com/empathyco/x/commit/e340ed0c4fc4d70a0912c38296812c2fcc0c4e23)),
2335
+ closes [EX-6955](https://searchbroker.atlassian.net/browse/EX-6955)
2336
+
2337
+ # Change Log
2338
+
2339
+ All notable changes to this project will be documented in this file. See
2340
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
2341
+
2342
+ ## [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)
2343
+
2344
+ ### Build System
2345
+
2346
+ - **dependencies:** fix Vue & Vuex versions (#686)
2347
+ ([177e851](https://github.com/empathyco/x/commit/177e8511f4458fa13c627210cdfbbf6d42a85b17)),
2348
+ closes [EX-6918](https://searchbroker.atlassian.net/browse/EX-6918)
2349
+
2350
+ # Change Log
2351
+
2352
+ All notable changes to this project will be documented in this file. See
2353
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
2354
+
2355
+ ## [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)
2356
+
2357
+ ### Features
2358
+
2359
+ - **queries-preview:** add wiring and actions (#677)
2360
+ ([a92e350](https://github.com/empathyco/x/commit/a92e3509be65dfce17796efa6fae14a370bc875c)),
2361
+ closes [EX-6844](https://searchbroker.atlassian.net/browse/EX-6844)
2362
+
2363
+ # Change Log
2364
+
2365
+ All notable changes to this project will be documented in this file. See
2366
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
2367
+
2368
+ ## [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)
2369
+
2370
+ ### Documentation
2371
+
2372
+ - **functional:** add my history ui and related docs (#685)
2373
+ ([3a9ac8a](https://github.com/empathyco/x/commit/3a9ac8a769d64196b31f05872fb92ec26dc635ad))
2374
+
2375
+ # Change Log
2376
+
2377
+ All notable changes to this project will be documented in this file. See
2378
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
2379
+
2380
+ ## [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)
2381
+
2382
+ ### Build System
2383
+
2384
+ - Support SSR with createInjectorSSR for styles. (#674)
2385
+ ([85473c3](https://github.com/empathyco/x/commit/85473c31f5aa755890bef4d20f787ba1453b8843)),
2386
+ closes [EX-6892](https://searchbroker.atlassian.net/browse/EX-6892)
2387
+
2388
+ # Change Log
2389
+
2390
+ All notable changes to this project will be documented in this file. See
2391
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
2392
+
2393
+ ## [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)
2394
+
2395
+ ### Features
2396
+
2397
+ - **components:** variants auto selection (#679)
2398
+ ([c1c8664](https://github.com/empathyco/x/commit/c1c866481ae8866fec4fd9e2dd5389fcba00e62b)),
2399
+ closes [EX-6878](https://searchbroker.atlassian.net/browse/EX-6878)
2400
+
2401
+ # Change Log
2402
+
2403
+ All notable changes to this project will be documented in this file. See
2404
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
2405
+
2406
+ ## [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)
2407
+
2408
+ ### Features
2409
+
2410
+ - **components:** merge a variant with the result (#667)
2411
+ ([553d0e5](https://github.com/empathyco/x/commit/553d0e5de8ef5468eb673246f39fbeb826301fa1)),
2412
+ closes [EX-6762](https://searchbroker.atlassian.net/browse/EX-6762)
2413
+
2414
+ # Change Log
2415
+
2416
+ All notable changes to this project will be documented in this file. See
2417
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
2418
+
2419
+ ## [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)
2420
+
2421
+ ### Documentation
2422
+
2423
+ - update functional docs callout formatting (#671)
2424
+ ([5f1de74](https://github.com/empathyco/x/commit/5f1de74c2e86adb638d692781483cac1ccf70a71))
2425
+
2426
+ # Change Log
2427
+
2428
+ All notable changes to this project will be documented in this file. See
2429
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
2430
+
2431
+ ## [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)
2432
+
2433
+ ### Features
2434
+
2435
+ - **adapter:** disable cancel http client (#658)
2436
+ ([3b5b86d](https://github.com/empathyco/x/commit/3b5b86d4725edefa084181a704df716a389eecbc)),
2437
+ closes [EX-6875](https://searchbroker.atlassian.net/browse/EX-6875)
2438
+ - **queries-preview:** create `queriesPreview` module (#670)
2439
+ ([317d961](https://github.com/empathyco/x/commit/317d961e94b0b7454cb4d858d401c4264c74cf0e)),
2440
+ closes [EX-6638](https://searchbroker.atlassian.net/browse/EX-6638)
2441
+
2442
+ ### Bug Fixes
2443
+
2444
+ - conflict version (#673)
2445
+ ([fb74dd0](https://github.com/empathyco/x/commit/fb74dd0b992522a9441da1daabe5a8789426324f)),
2446
+ closes [EX-6896](https://searchbroker.atlassian.net/browse/EX-6896)
2447
+
2448
+ # Change Log
2449
+
2450
+ All notable changes to this project will be documented in this file. See
2451
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
2452
+
2453
+ ## [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)
2454
+
2455
+ ### Features
2456
+
2457
+ - **queries-preview:** create `queriesPreview` module (#670)
2458
+ ([317d961](https://github.com/empathyco/x/commit/317d961e94b0b7454cb4d858d401c4264c74cf0e)),
2459
+ closes [EX-6638](https://searchbroker.atlassian.net/browse/EX-6638)
2460
+
2461
+ # Change Log
2462
+
2463
+ All notable changes to this project will be documented in this file. See
2464
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
2465
+
2466
+ ## [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)
2467
+
2468
+ **Note:** Version bump only for package @empathyco/x-components
2469
+
2470
+ # Change Log
2471
+
2472
+ All notable changes to this project will be documented in this file. See
2473
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
2474
+
2475
+ ## [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)
2476
+
2477
+ ### Features
2478
+
2479
+ - **design-system:** add `tailwindcss` to `x-components` and configure it to use `x-tailwindcss`
2480
+ (#655)
2481
+ ([4109a8a](https://github.com/empathyco/x/commit/4109a8ad9d29378078603d97e31c073ceb2671ae)),
2482
+ closes [EX-6793](https://searchbroker.atlassian.net/browse/EX-6793)
2483
+
2484
+ # Change Log
2485
+
2486
+ All notable changes to this project will be documented in this file. See
2487
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
2488
+
2489
+ ## [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)
2490
+
2491
+ ### Features
2492
+
2493
+ - add `queriesPreview` option to snippet config (#654)
2494
+ ([7733c98](https://github.com/empathyco/x/commit/7733c9856b2859574ca0cace9c79b8b58545f46a)),
2495
+ closes [EX-6849](https://searchbroker.atlassian.net/browse/EX-6849)
2496
+
2497
+ # Change Log
2498
+
2499
+ All notable changes to this project will be documented in this file. See
2500
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
2501
+
2502
+ ## [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)
2503
+
2504
+ ### Features
2505
+
2506
+ - **next-queries:** add `maxItemsToRender` prop to `NextQueryPreview` component (#646)
2507
+ ([848427c](https://github.com/empathyco/x/commit/848427cb9dae85c72549ab026b3785194ec4adbd)),
2508
+ closes [EX-6820](https://searchbroker.atlassian.net/browse/EX-6820)
2509
+
2510
+ # Change Log
2511
+
2512
+ All notable changes to this project will be documented in this file. See
2513
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
2514
+
2515
+ ## [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)
2516
+
2517
+ ### ⚠ BREAKING CHANGES
2518
+
2519
+ - **result:** `Result` model properties are optional, except `id`, `modelName` and `tagging`.
2520
+
2521
+ ### Features
2522
+
2523
+ - **result:** add `variants` support (#644)
2524
+ ([d5db09e](https://github.com/empathyco/x/commit/d5db09e9be92d0df65329680ee286959030ccecc)),
2525
+ closes [EX-6760](https://searchbroker.atlassian.net/browse/EX-6760)
2526
+
2527
+ # Change Log
2528
+
2529
+ All notable changes to this project will be documented in this file. See
2530
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
2531
+
2532
+ ## [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)
2533
+
2534
+ ### Documentation
2535
+
2536
+ - clarify how to subscribe to any `XEvent` (#645)
2537
+ ([d57941a](https://github.com/empathyco/x/commit/d57941a52d23f56cb7c04ed49b816a252473243f)),
2538
+ closes [EX-6816](https://searchbroker.atlassian.net/browse/EX-6816)
2539
+
2540
+ # Change Log
2541
+
2542
+ All notable changes to this project will be documented in this file. See
2543
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
2544
+
2545
+ ## [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)
2546
+
2547
+ ### Features
2548
+
2549
+ - **components:** make `BaseIdModalOpen` rendering configurable (#637)
2550
+ ([77cb564](https://github.com/empathyco/x/commit/77cb5646b1e43c8b7aa428db4102dc6aca8affdf)),
2551
+ closes [EX-6751](https://searchbroker.atlassian.net/browse/EX-6751)
2552
+
2553
+ # Change Log
2554
+
2555
+ All notable changes to this project will be documented in this file. See
2556
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
2557
+
2558
+ ## [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)
2559
+
2560
+ ### Bug Fixes
2561
+
2562
+ - **facets:** fix `SingleSelectModifier` handling for selecting hierar… (#643)
2563
+ ([d9a18e0](https://github.com/empathyco/x/commit/d9a18e06c5241c5b6db9b93ba67c1d9018360160)),
2564
+ closes [EX-6810](https://searchbroker.atlassian.net/browse/EX-6810)
2565
+
2566
+ # Change Log
2567
+
2568
+ All notable changes to this project will be documented in this file. See
2569
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
2570
+
2571
+ ## [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)
2572
+
2573
+ ### Features
2574
+
2575
+ - **next-queries:** add next query preview component (#631)
2576
+ ([1513ab1](https://github.com/empathyco/x/commit/1513ab1ef0cbcf42d72f483d99815eba76b5eaad)),
2577
+ closes [EX-6646](https://searchbroker.atlassian.net/browse/EX-6646)
2578
+
2579
+ # Change Log
2580
+
2581
+ All notable changes to this project will be documented in this file. See
2582
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
2583
+
2584
+ ## [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)
2585
+
2586
+ ### ⚠ BREAKING CHANGES
2587
+
2588
+ - **facets:** Removed the `setFilter`mutation from `facets` X-Module. Use `mutateFilter` instead.
2589
+ - **facets:** Modified the `HierarchicalFilter.children` Model type. Now it is an
2590
+ `Array<HierarchicalFilter>` instead of an array of ids.
2591
+
2592
+ ### Features
2593
+
2594
+ - **facets:** Move filters flattening from `x-adapter-platform` to `x-components`. (#626)
2595
+ ([2bebaeb](https://github.com/empathyco/x/commit/2bebaeb2863fe794f1b3bea924904651b9302ef6)),
2596
+ closes [EX-6484](https://searchbroker.atlassian.net/browse/EX-6484)
2597
+
2598
+ # Change Log
2599
+
2600
+ All notable changes to this project will be documented in this file. See
2601
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
2602
+
2603
+ ## [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)
2604
+
2605
+ ### Documentation
2606
+
2607
+ - bring functional docs from eDocs project (#630)
2608
+ ([27e6dd6](https://github.com/empathyco/x/commit/27e6dd646084983c37fc52894dc95544253405d5)),
2609
+ closes [EX-6237](https://searchbroker.atlassian.net/browse/EX-6237)
2610
+
2611
+ # Change Log
2612
+
2613
+ All notable changes to this project will be documented in this file. See
2614
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
2615
+
2616
+ ## [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)
2617
+
2618
+ ### Documentation
2619
+
2620
+ - update archetype integration and x-adapter docs (#628)
2621
+ ([247899e](https://github.com/empathyco/x/commit/247899e39d4f415f59b8ec1b7376fc72530028c2)),
2622
+ closes [EX-6728](https://searchbroker.atlassian.net/browse/EX-6728)
2623
+
2624
+ # Change Log
2625
+
2626
+ All notable changes to this project will be documented in this file. See
2627
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
2628
+
2629
+ ## [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)
2630
+
2631
+ ### ⚠ BREAKING CHANGES
2632
+
2633
+ - `--x-number-aspect-ratio-picture` is now inverted. Previously a value of 2 meant that it was twice
2634
+ taller than wider. Now it means twice wider than taller.
2635
+
2636
+ - feat(design-system): Re-do aspect ratio logic with modern `aspect-ratio` property
2637
+ ([7fae9dc](https://github.com/empathyco/x/commit/7fae9dcab71ec8a945f70aa706cce1cb57b4ddd8)),
2638
+ closes [EX-6463](https://searchbroker.atlassian.net/browse/EX-6463)
2639
+
2640
+ # Change Log
2641
+
2642
+ All notable changes to this project will be documented in this file. See
2643
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
2644
+
2645
+ ## [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)
2646
+
2647
+ ### Features
2648
+
2649
+ - **components:** make `BaseIdModalClose` rendering configurable (#627)
2650
+ ([4bf97af](https://github.com/empathyco/x/commit/4bf97af19ac5f2fd1b08b6e4097dec45eef00679)),
2651
+ closes [EX-6726](https://searchbroker.atlassian.net/browse/EX-6726)
2652
+
2653
+ # Change Log
2654
+
2655
+ All notable changes to this project will be documented in this file. See
2656
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
2657
+
2658
+ ## [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)
2659
+
2660
+ ### Features
2661
+
2662
+ - Remove vue filters (#635)
2663
+ ([5026e84](https://github.com/empathyco/x/commit/5026e84b7dec3a283af8fdd2f68f84b49d332911)),
2664
+ closes [EX-6508](https://searchbroker.atlassian.net/browse/EX-6508)
2665
+
2666
+ # Change Log
2667
+
2668
+ All notable changes to this project will be documented in this file. See
2669
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
2670
+
2671
+ ## [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)
2672
+
2673
+ ### Features
2674
+
2675
+ - **next-queries:** add next query preview logic (#611)
2676
+ ([fc611fa](https://github.com/empathyco/x/commit/fc611faa39e63e5f916cd19928e9ab0755f8dc7f)),
2677
+ closes [EX-6119](https://searchbroker.atlassian.net/browse/EX-6119)
2678
+
2679
+ # Change Log
2680
+
2681
+ All notable changes to this project will be documented in this file. See
2682
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
2683
+
2684
+ ## [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)
2685
+
2686
+ **Note:** Version bump only for package @empathyco/x-components
2687
+
2688
+ # Change Log
2689
+
2690
+ All notable changes to this project will be documented in this file. See
2691
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
2692
+
2693
+ ## [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)
2694
+
2695
+ ### Features
2696
+
2697
+ - **history-queries:** disable `MyHistory` without confirmation when the `history queries` list is
2698
+ empty (#615)
2699
+ ([8b0b1d6](https://github.com/empathyco/x/commit/8b0b1d6e818557eba9482dcd149ed3882ca6c854)),
2700
+ closes [EX-6696](https://searchbroker.atlassian.net/browse/EX-6696)
2701
+
2702
+ # Change Log
2703
+
2704
+ All notable changes to this project will be documented in this file. See
2705
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
2706
+
2707
+ ## [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)
2708
+
2709
+ **Note:** Version bump only for package @empathyco/x-components
2710
+
2711
+ # Change Log
2712
+
2713
+ All notable changes to this project will be documented in this file. See
2714
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
2715
+
2716
+ ## [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)
2717
+
2718
+ ### Features
2719
+
2720
+ - **components:** add `MainModal`, `OpenMainModal` and `CloseMainModal` (#609)
2721
+ ([526ab58](https://github.com/empathyco/x/commit/526ab5813f58258180b5640cab6bf0f2179fa40a)),
2722
+ closes [EX-6546](https://searchbroker.atlassian.net/browse/EX-6546)
2723
+
2724
+ # Change Log
2725
+
2726
+ All notable changes to this project will be documented in this file. See
2727
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
2728
+
2729
+ ## [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)
2730
+
2731
+ ### Bug Fixes
2732
+
2733
+ - `pointer-events` affecting scrolling in sliding panel in `SingleColumnLayout` aside (#614)
2734
+ ([1463bc1](https://github.com/empathyco/x/commit/1463bc1d5dd1fbd9c279077d7240329b853f82be)),
2735
+ closes [EX-6595](https://searchbroker.atlassian.net/browse/EX-6595)
2736
+
2737
+ # Change Log
2738
+
2739
+ All notable changes to this project will be documented in this file. See
2740
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
2741
+
2742
+ ## [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)
2743
+
2744
+ ### Testing
2745
+
2746
+ - **e2e:** search modal re-opens properly after being closed (#613)
2747
+ ([43282ab](https://github.com/empathyco/x/commit/43282ab1d0ab54af7794c88c89aa8e62326d73d8)),
2748
+ closes [EX-6708](https://searchbroker.atlassian.net/browse/EX-6708)
2749
+
2750
+ # Change Log
2751
+
2752
+ All notable changes to this project will be documented in this file. See
2753
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
2754
+
2755
+ ## [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)
2756
+
2757
+ ### Bug Fixes
2758
+
2759
+ - **components:** now properly checks if a has content (#612)
2760
+ ([ad2f6dc](https://github.com/empathyco/x/commit/ad2f6dc522d9da59dde2e2c5f90510c0f93380ab)),
2761
+ closes [EX-6681](https://searchbroker.atlassian.net/browse/EX-6681)
2762
+
2763
+ # Change Log
2764
+
2765
+ All notable changes to this project will be documented in this file. See
2766
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
2767
+
2768
+ ## [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)
2769
+
2770
+ ### Bug Fixes
2771
+
2772
+ - **components:** Add option to extend transitions with listeners and attributes (#600)
2773
+ ([16d5262](https://github.com/empathyco/x/commit/16d5262ab2213d53c736e89774089313755abeff)),
2774
+ closes [EX-6457](https://searchbroker.atlassian.net/browse/EX-6457)
2775
+
2776
+ # Change Log
2777
+
2778
+ All notable changes to this project will be documented in this file. See
2779
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
2780
+
2781
+ ## [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)
2782
+
2783
+ ### Features
2784
+
2785
+ - **history-queries:** add `UserClickedDismissDisableHistoryQueries` event
2786
+ ([ea0bddc](https://github.com/empathyco/x/commit/ea0bddce87ec1e87b753bb39863cbee903fb9eed)),
2787
+ closes [EX-6682](https://searchbroker.atlassian.net/browse/EX-6682)
2788
+
2789
+ # Change Log
2790
+
2791
+ All notable changes to this project will be documented in this file. See
2792
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
2793
+
2794
+ ## [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)
2795
+
2796
+ ### Features
2797
+
2798
+ - **history-queries:** add `HistoryQueriesSwitch` component (#593)
2799
+ ([8c87cc3](https://github.com/empathyco/x/commit/8c87cc3a35336720d3da79ab7347e52caa4cd922)),
2800
+ closes [EX-6515](https://searchbroker.atlassian.net/browse/EX-6515)
2801
+
2802
+ # Change Log
2803
+
2804
+ All notable changes to this project will be documented in this file. See
2805
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
2806
+
2807
+ ## [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)
2808
+
2809
+ ### Features
2810
+
2811
+ - Move `XAPI` from `window.X` to `window.InterfaceX` (#599)
2812
+ ([4538778](https://github.com/empathyco/x/commit/45387783c947f859667f2786ba9013b83b952063)),
2813
+ closes [EX-6645](https://searchbroker.atlassian.net/browse/EX-6645)
2814
+
2815
+ # Change Log
2816
+
2817
+ All notable changes to this project will be documented in this file. See
2818
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
2819
+
2820
+ ## [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)
2821
+
2822
+ ### Features
2823
+
2824
+ - **history-queries:** bind `formatTime` to `suggestion-content` slot (#598)
2825
+ ([589eef2](https://github.com/empathyco/x/commit/589eef287534e9916dcda7b0ad86626eb450decd)),
2826
+ closes [EX-6611](https://searchbroker.atlassian.net/browse/EX-6611)
2827
+
2828
+ # Change Log
2829
+
2830
+ All notable changes to this project will be documented in this file. See
2831
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
2832
+
2833
+ ## [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)
2834
+
2835
+ ### Documentation
2836
+
2837
+ - Add module type to integration script docs (#592)
2838
+ ([907bda8](https://github.com/empathyco/x/commit/907bda8b4d825c93461089691f284c1758624a89))
2839
+
2840
+ # Change Log
2841
+
2842
+ All notable changes to this project will be documented in this file. See
2843
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
2844
+
2845
+ ## [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)
2846
+
2847
+ ### Features
2848
+
2849
+ - **components:** add new slot `extra-aside` to `SingleColumnLayout` and
2850
+ `FixedHeaderAndAsidesLayout` (#591)
2851
+ ([91d406e](https://github.com/empathyco/x/commit/91d406ed7267d420009a5f3ee8c5cc092f74546a)),
2852
+ closes [EX-6614](https://searchbroker.atlassian.net/browse/EX-6614)
2853
+
2854
+ # Change Log
2855
+
2856
+ All notable changes to this project will be documented in this file. See
2857
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
2858
+
2859
+ ## [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)
2860
+
2861
+ ### Features
2862
+
2863
+ - **x-plugin:** add full `history queries` list to `alias API`
2864
+ ([e0e0430](https://github.com/empathyco/x/commit/e0e04301b6158dfc379d495e92c04ec5ef35c4ab)),
2865
+ closes [EX-6610](https://searchbroker.atlassian.net/browse/EX-6610)
2866
+
2867
+ # Change Log
2868
+
2869
+ All notable changes to this project will be documented in this file. See
2870
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
2871
+
2872
+ ## [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)
2873
+
2874
+ ### Features
2875
+
2876
+ - add settings icon (#589)
2877
+ ([7f93849](https://github.com/empathyco/x/commit/7f9384915718805809ff733f2be60ae6ebb01910)),
2878
+ closes [EX-6519](https://searchbroker.atlassian.net/browse/EX-6519)
2879
+
2880
+ # Change Log
2881
+
2882
+ All notable changes to this project will be documented in this file. See
2883
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
2884
+
2885
+ ## [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)
2886
+
2887
+ ### Features
2888
+
2889
+ - add 'my_history' as feature location (#587)
2890
+ ([7b0263e](https://github.com/empathyco/x/commit/7b0263e23c9afb2af61174ac53bdedd3eb4263ba)),
2891
+ closes [EX-6527](https://searchbroker.atlassian.net/browse/EX-6527)
2892
+ - **components:** add `BaseSwitch` component (#586)
2893
+ ([31cde2d](https://github.com/empathyco/x/commit/31cde2dfb79dcc549c8662b558ef5b80529f2d01)),
2894
+ closes [EX-6004](https://searchbroker.atlassian.net/browse/EX-6004)
2895
+
2896
+ ### Testing
2897
+
2898
+ - fix exclude-filters e2e test (#588)
2899
+ ([51ecc52](https://github.com/empathyco/x/commit/51ecc5234b665a2320a760d485bf6da74648f902)),
2900
+ closes [EX-6590](https://searchbroker.atlassian.net/browse/EX-6590)
2901
+
2902
+ # Change Log
2903
+
2904
+ All notable changes to this project will be documented in this file. See
2905
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
2906
+
2907
+ ## [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)
2908
+
2909
+ **Note:** Version bump only for package @empathyco/x-components
2910
+
2911
+ # Change Log
2912
+
2913
+ All notable changes to this project will be documented in this file. See
2914
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
2915
+
2916
+ ## [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)
2917
+
2918
+ ### Code Refactoring
2919
+
2920
+ - Move aside to its own component in Home view. (#581)
2921
+ ([5b40994](https://github.com/empathyco/x/commit/5b40994af47c268ed10f06624ac1fdc634523a6d)),
2922
+ closes [EX-6525](https://searchbroker.atlassian.net/browse/EX-6525)
2923
+
2924
+ # Change Log
2925
+
2926
+ All notable changes to this project will be documented in this file. See
2927
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
2928
+
2929
+ ## [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)
2930
+
2931
+ ### Features
2932
+
2933
+ - **components:** add grid-4-col and update light-bulb icons (#579)
2934
+ ([5312952](https://github.com/empathyco/x/commit/5312952c69f67525a35b77008128264eddaae206)),
2935
+ closes [EX-6506](https://searchbroker.atlassian.net/browse/EX-6506)
2936
+
2937
+ # Change Log
2938
+
2939
+ All notable changes to this project will be documented in this file. See
2940
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
2941
+
2942
+ ## [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)
2943
+
2944
+ **Note:** Version bump only for package @empathyco/x-components
2945
+
2946
+ # Change Log
2947
+
2948
+ All notable changes to this project will be documented in this file. See
2949
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
2950
+
2951
+ ## [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)
2952
+
2953
+ **Note:** Version bump only for package @empathyco/x-components
2954
+
2955
+ # Change Log
2956
+
2957
+ All notable changes to this project will be documented in this file. See
2958
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
2959
+
2960
+ ## [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)
2961
+
2962
+ ### Features
2963
+
2964
+ - **identifier-results:** add maxItemsToRender prop (#576)
2965
+ ([c740b8b](https://github.com/empathyco/x/commit/c740b8b8c1a66d25eb8cc2aaa84303cb186ae8ea)),
2966
+ closes [EX-6414](https://searchbroker.atlassian.net/browse/EX-6414)
2967
+
2968
+ # Change Log
2969
+
2970
+ All notable changes to this project will be documented in this file. See
2971
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
2972
+
2973
+ ## [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)
2974
+
2975
+ ### Features
2976
+
2977
+ - **components:** add radio button icons (#574)
2978
+ ([4432d5f](https://github.com/empathyco/x/commit/4432d5f927e5c5cac6cb7481923e32ceb6cb0499)),
2979
+ closes [EX-6439](https://searchbroker.atlassian.net/browse/EX-6439)
2980
+
2981
+ ### Bug Fixes
2982
+
2983
+ - Remove `@empathyco/x-platform-adapter` dependency from library code. (#575)
2984
+ ([104c7e1](https://github.com/empathyco/x/commit/104c7e10855a67b2adfa68d42d82431f9194ee15)),
2985
+ closes [EX-6437](https://searchbroker.atlassian.net/browse/EX-6437)
2986
+
2987
+ # Change Log
2988
+
2989
+ All notable changes to this project will be documented in this file. See
2990
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
2991
+
2992
+ ## [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)
2993
+
2994
+ ### Features
2995
+
2996
+ - **facets:** Add slot by Facet ModelName. (#572)
2997
+ ([899515a](https://github.com/empathyco/x/commit/899515a1424bfab9a8d937a1feb9507917173807)),
2998
+ closes [EX-6433](https://searchbroker.atlassian.net/browse/EX-6433)
2999
+
3000
+ # Change Log
3001
+
3002
+ All notable changes to this project will be documented in this file. See
3003
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
3004
+
3005
+ ## [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)
3006
+
3007
+ ### Features
3008
+
3009
+ - remove old adapter package and use the new one (#568)
3010
+ ([1632a59](https://github.com/empathyco/x/commit/1632a594b6905e6403c82b2189300eefd45b3691)),
3011
+ closes [EX-6286](https://searchbroker.atlassian.net/browse/EX-6286)
3012
+
3013
+ # Change Log
3014
+
3015
+ All notable changes to this project will be documented in this file. See
3016
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
3017
+
3018
+ ## [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)
3019
+
3020
+ ### Build System
3021
+
3022
+ - sync duplicated dependencies (#567)
3023
+ ([912e968](https://github.com/empathyco/x/commit/912e9687851594871b3296a5fb26129327939d96)),
3024
+ closes [EX-6412](https://searchbroker.atlassian.net/browse/EX-6412)
3025
+
3026
+ # Change Log
3027
+
3028
+ All notable changes to this project will be documented in this file. See
3029
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
3030
+
3031
+ ## [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)
3032
+
3033
+ ### Features
3034
+
3035
+ - **adapter:** use the `x-adapter-platform` (#565)
3036
+ ([55bccb4](https://github.com/empathyco/x/commit/55bccb4118bc0fd2468b736eb470942aaae2e4ae)),
3037
+ closes [EX-5936](https://searchbroker.atlassian.net/browse/EX-5936)
3038
+
3039
+ # Change Log
3040
+
3041
+ All notable changes to this project will be documented in this file. See
3042
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
3043
+
3044
+ ## [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)
3045
+
3046
+ ### Documentation
3047
+
3048
+ - fix broken link in x-components readme (#561)
3049
+ ([7e3f551](https://github.com/empathyco/x/commit/7e3f551866709299e0f7d2d9e282c890dc2faa21))
3050
+
3051
+ # Change Log
3052
+
3053
+ All notable changes to this project will be documented in this file. See
3054
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
3055
+
3056
+ ## [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)
3057
+
3058
+ ### Features
3059
+
3060
+ - **x-plugin:** add results to `Alias API` (#545)
3061
+ ([9993ab6](https://github.com/empathyco/x/commit/9993ab6c31f0b532a9cc12eea2f3fb18dd6fd856)),
3062
+ closes [EX-6324](https://searchbroker.atlassian.net/browse/EX-6324)
3063
+
3064
+ # Change Log
3065
+
3066
+ All notable changes to this project will be documented in this file. See
3067
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
3068
+
3069
+ ## [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)
3070
+
3071
+ **Note:** Version bump only for package @empathyco/x-components
3072
+
3073
+ # Change Log
3074
+
3075
+ All notable changes to this project will be documented in this file. See
3076
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
3077
+
3078
+ ## [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)
3079
+
3080
+ ### Documentation
3081
+
3082
+ - add local storage info and data purposes
3083
+ ([c1b0b05](https://github.com/empathyco/x/commit/c1b0b05cd9260227cb0689283ff27f34a2b01e51)),
3084
+ closes [EX-4123](https://searchbroker.atlassian.net/browse/EX-4123)
3085
+
3086
+ # Change Log
3087
+
3088
+ All notable changes to this project will be documented in this file. See
3089
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
3090
+
3091
+ ## [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)
3092
+
3093
+ **Note:** Version bump only for package @empathyco/x-components
3094
+
3095
+ # Change Log
3096
+
3097
+ All notable changes to this project will be documented in this file. See
3098
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
3099
+
3100
+ ## [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)
3101
+
3102
+ **Note:** Version bump only for package @empathyco/x-components
3103
+
3104
+ # Change Log
3105
+
3106
+ All notable changes to this project will be documented in this file. See
3107
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
3108
+
3109
+ ## [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)
3110
+
3111
+ **Note:** Version bump only for package @empathyco/x-components
3112
+
3113
+ # Change Log
3114
+
3115
+ All notable changes to this project will be documented in this file. See
3116
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
3117
+
3118
+ ## [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)
3119
+
3120
+ **Note:** Version bump only for package @empathyco/x-components
3121
+
3122
+ # Change Log
3123
+
3124
+ All notable changes to this project will be documented in this file. See
3125
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
3126
+
3127
+ ## [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)
3128
+
3129
+ ### Features
3130
+
3131
+ - fix rest of warnings for accessibility
3132
+ ([553d5ba](https://github.com/empathyco/x/commit/553d5bac9256871e69de2c3b87dfc99a993d0f1f)),
3133
+ closes [EX-6149](https://searchbroker.atlassian.net/browse/EX-6149)
3134
+
3135
+ # Change Log
3136
+
3137
+ All notable changes to this project will be documented in this file. See
3138
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
3139
+
3140
+ ## [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)
3141
+
3142
+ ### Documentation
3143
+
3144
+ - fix links and minor typos
3145
+ ([e0197d5](https://github.com/empathyco/x/commit/e0197d5bff978048aed39dff5878d60682b7aa9f)),
3146
+ closes [EX-6125](https://searchbroker.atlassian.net/browse/EX-6125)
3147
+
3148
+ # Change Log
3149
+
3150
+ All notable changes to this project will be documented in this file. See
3151
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
3152
+
3153
+ ## [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)
3154
+
3155
+ ### Features
3156
+
3157
+ - **facets:** add `PreselectedFilters` component
3158
+ ([5496d78](https://github.com/empathyco/x/commit/5496d7868c77d8b9211fd532bf964770da1d6a3c)),
3159
+ closes [EX-6023](https://searchbroker.atlassian.net/browse/EX-6023)
3160
+
3161
+ # Change Log
3162
+
3163
+ All notable changes to this project will be documented in this file. See
3164
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
3165
+
3166
+ ## [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)
3167
+
3168
+ ### Bug Fixes
3169
+
3170
+ - **related-tags:** related tags are now kept when navigating back
3171
+ ([db9f875](https://github.com/empathyco/x/commit/db9f87560000bca05ad3fe06fc449e170c3b9d08)),
3172
+ closes [EX-6131](https://searchbroker.atlassian.net/browse/EX-6131)
3173
+
3174
+ # Change Log
3175
+
3176
+ All notable changes to this project will be documented in this file. See
3177
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
3178
+
3179
+ ## [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)
3180
+
3181
+ ### Bug Fixes
3182
+
3183
+ - **build:** supports being built on Windows based machines
3184
+ ([6e760fa](https://github.com/empathyco/x/commit/6e760fab8d39162897574abab95884cadd6252b8))
3185
+
3186
+ # Change Log
3187
+
3188
+ All notable changes to this project will be documented in this file. See
3189
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
3190
+
3191
+ ## [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)
3192
+
3193
+ ### Bug Fixes
3194
+
3195
+ - **url:** a `query` is required to store params in the `URL`
3196
+ ([b105da3](https://github.com/empathyco/x/commit/b105da33b35aaa1e3796790d0ec88c74caf856e5)),
3197
+ closes [EX-6134](https://searchbroker.atlassian.net/browse/EX-6134)
3198
+
3199
+ # Change Log
3200
+
3201
+ All notable changes to this project will be documented in this file. See
3202
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
3203
+
3204
+ ## [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)
3205
+
3206
+ ### Features
3207
+
3208
+ - fix form label warnings
3209
+ ([2437b09](https://github.com/empathyco/x/commit/2437b096ca1ddb9b97c3207e338b9fb587bc3ea7)),
3210
+ closes [EX-6025](https://searchbroker.atlassian.net/browse/EX-6025)
3211
+
3212
+ # Change Log
3213
+
3214
+ All notable changes to this project will be documented in this file. See
3215
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
3216
+
3217
+ ## [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)
3218
+
3219
+ ### Features
3220
+
3221
+ - move `response` types to `@empathyco/x-types`
3222
+ ([77fb812](https://github.com/empathyco/x/commit/77fb812b77fe0c84462a4b5b2eb7f0439e2d8061)),
3223
+ closes [EX-6092](https://searchbroker.atlassian.net/browse/EX-6092)
3224
+
3225
+ # Change Log
3226
+
3227
+ All notable changes to this project will be documented in this file. See
3228
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
3229
+
3230
+ ## [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)
3231
+
3232
+ ### ⚠ BREAKING CHANGES
3233
+
3234
+ - **facets:** Renamed method `registerFilterModifier` in `FilterEntityFactory` to
3235
+ `registerModifierByFacetId`.
3236
+ - **facets:** Changed `modifiers` parameter of `registerFilterModifier` in `FilterEntityFactory`
3237
+ from a single array in favour of rest parameters.
3238
+
3239
+ ### Features
3240
+
3241
+ - **facets:** add `registerModifierByFilterModelName`
3242
+ ([36956a1](https://github.com/empathyco/x/commit/36956a13b33cc5430381d33ac53cd33b706136da)),
3243
+ closes [EX-6106](https://searchbroker.atlassian.net/browse/EX-6106)
3244
+
3245
+ # Change Log
3246
+
3247
+ All notable changes to this project will be documented in this file. See
3248
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
3249
+
3250
+ ## [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)
3251
+
3252
+ ### ⚠ BREAKING CHANGES
3253
+
3254
+ - Request types moved to `x-types` package. Change the imports from `x-adapter` to `x-type`.
3255
+ - Removed `TaggingInfo` type. Use `TaggingRequest` from `@empathyco/x-types` instead.
3256
+
3257
+ ### Features
3258
+
3259
+ - move `Request` types to `x-types` package
3260
+ ([7cc85c1](https://github.com/empathyco/x/commit/7cc85c1d371b604b3188d8cc2076eab5fc9460e4)),
3261
+ closes [EX-6066](https://searchbroker.atlassian.net/browse/EX-6066)
3262
+
3263
+ # Change Log
3264
+
3265
+ All notable changes to this project will be documented in this file. See
3266
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
3267
+
3268
+ ## [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)
3269
+
3270
+ **Note:** Version bump only for package @empathyco/x-components
3271
+
3272
+ # Change Log
3273
+
3274
+ All notable changes to this project will be documented in this file. See
3275
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
3276
+
3277
+ ## [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)
3278
+
3279
+ **Note:** Version bump only for package @empathyco/x-components
3280
+
3281
+ # Change Log
3282
+
3283
+ All notable changes to this project will be documented in this file. See
3284
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
3285
+
3286
+ ## [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)
3287
+
3288
+ ### Features
3289
+
3290
+ - **facets:** expose `clickEvents` as a `prop` in filters components using a `RenderlessFilter`
3291
+ ([013d83d](https://github.com/empathyco/x/commit/013d83d93ac734a1365bbf98a19ae15dc2f1a64b)),
3292
+ closes [EX-5986](https://searchbroker.atlassian.net/browse/EX-5986)
3293
+
3294
+ # Change Log
3295
+
3296
+ All notable changes to this project will be documented in this file. See
3297
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
3298
+
3299
+ ## [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)
3300
+
3301
+ ### Features
3302
+
3303
+ - add `alt-text` accessibility
3304
+ ([da5a10a](https://github.com/empathyco/x/commit/da5a10a236aae5fae96943fe0ad54849df15e7f5)),
3305
+ closes [EX-5930](https://searchbroker.atlassian.net/browse/EX-5930)
3306
+
3307
+ # Change Log
3308
+
3309
+ All notable changes to this project will be documented in this file. See
3310
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
3311
+
3312
+ ## [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)
3313
+
3314
+ ### Features
3315
+
3316
+ - **history-queries:** add `MyHistory` component
3317
+ ([9929212](https://github.com/empathyco/x/commit/992921275edcca7a6c14ab6dfeaa2dbacae6a5e8)),
3318
+ closes [EX-5703](https://searchbroker.atlassian.net/browse/EX-5703)
3319
+
3320
+ # Change Log
3321
+
3322
+ All notable changes to this project will be documented in this file. See
3323
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
3324
+
3325
+ ## [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)
3326
+
3327
+ ### Build System
3328
+
3329
+ - **deps:** update eslint-plugin dependencies (#447)
3330
+ ([51d60f0](https://github.com/empathyco/x/commit/51d60f0e11fa9667a784bbdb10ba1f39159b382f)),
3331
+ closes [EX-5383](https://searchbroker.atlassian.net/browse/EX-5383)
3332
+
3333
+ # Change Log
3334
+
3335
+ All notable changes to this project will be documented in this file. See
3336
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
3337
+
3338
+ ## [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)
3339
+
3340
+ **Note:** Version bump only for package @empathyco/x-components
3341
+
3342
+ # Change Log
3343
+
3344
+ All notable changes to this project will be documented in this file. See
3345
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
3346
+
3347
+ ## [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)
3348
+
3349
+ ### Features
3350
+
3351
+ - **eslint:** add `vuejs-accessibility` plugin (#427)
3352
+ ([6789771](https://github.com/empathyco/x/commit/6789771ab88a909552da74095694a4c2a191a51d)),
3353
+ closes [EX-5845](https://searchbroker.atlassian.net/browse/EX-5845)
3354
+
3355
+ # Change Log
3356
+
3357
+ All notable changes to this project will be documented in this file. See
3358
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
3359
+
3360
+ ## [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)
3361
+
3362
+ ### Features
3363
+
3364
+ - extract SessionService to x-utils package
3365
+ ([5268808](https://github.com/empathyco/x/commit/52688087e577dfd7ce9b0669b21ada75ae67053c))
3366
+
3367
+ # Change Log
3368
+
3369
+ All notable changes to this project will be documented in this file. See
3370
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
3371
+
3372
+ ## [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)
3373
+
3374
+ **Note:** Version bump only for package @empathyco/x-components
3375
+
3376
+ # Change Log
3377
+
3378
+ All notable changes to this project will be documented in this file. See
3379
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
3380
+
3381
+ ## [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)
3382
+
3383
+ ### Code Refactoring
3384
+
3385
+ - move DeepPartial type from x-components to x-utils
3386
+ ([a26f0c5](https://github.com/empathyco/x/commit/a26f0c54317f17144b4262c60b0a0dc086883eb9)),
3387
+ closes [EX-5835](https://searchbroker.atlassian.net/browse/EX-5835)
3388
+
3389
+ ### Documentation
3390
+
3391
+ - activating ready live-examples
3392
+ ([953e6c2](https://github.com/empathyco/x/commit/953e6c2ead73cd464fbb861bcc917134eac478a1)),
3393
+ closes [EX-5705](https://searchbroker.atlassian.net/browse/EX-5705)
3394
+
3395
+ # Change Log
3396
+
3397
+ All notable changes to this project will be documented in this file. See
3398
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
3399
+
3400
+ ## [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)
3401
+
3402
+ **Note:** Version bump only for package @empathyco/x-components
3403
+
3404
+ # Change Log
3405
+
3406
+ All notable changes to this project will be documented in this file. See
3407
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
3408
+
3409
+ ## [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)
3410
+
3411
+ **Note:** Version bump only for package @empathyco/x-components
3412
+
3413
+ # Change Log
3414
+
3415
+ All notable changes to this project will be documented in this file. See
3416
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
3417
+
3418
+ ## [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)
3419
+
3420
+ ### Testing
3421
+
3422
+ - Restructure files for non global step def (#382)
3423
+ ([d212692](https://github.com/empathyco/x/commit/d21269273e87e58312fde996fd9be3e5883958b4)),
3424
+ closes [EX-5739](https://searchbroker.atlassian.net/browse/EX-5739)
3425
+ [EX-5739](https://searchbroker.atlassian.net/browse/EX-5739)
3426
+ [EX-5739](https://searchbroker.atlassian.net/browse/EX-5739)
3427
+
3428
+ # Change Log
3429
+
3430
+ All notable changes to this project will be documented in this file. See
3431
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
3432
+
3433
+ ## [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)
3434
+
3435
+ ### Build System
3436
+
3437
+ - **deps:** Upgrade Cypress and Vue Cli plugins versions. (#399)
3438
+ ([630d6b0](https://github.com/empathyco/x/commit/630d6b0d767a3484140ecd252e2be10817e0900d)),
3439
+ closes [EX-5417](https://searchbroker.atlassian.net/browse/EX-5417)
3440
+
3441
+ # Change Log
3442
+
3443
+ All notable changes to this project will be documented in this file. See
3444
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
3445
+
3446
+ ## [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)
3447
+
3448
+ **Note:** Version bump only for package @empathyco/x-components
3449
+
3450
+ # Change Log
3451
+
3452
+ All notable changes to this project will be documented in this file. See
3453
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
3454
+
3455
+ ## [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)
3456
+
3457
+ ### Code Refactoring
3458
+
3459
+ - move `object` utils from `x-components` to `x-utils`
3460
+ ([512b350](https://github.com/empathyco/x/commit/512b350da4a3dd73ddbd78a7b2965a1e07735a8e)),
3461
+ closes [EX-5793](https://searchbroker.atlassian.net/browse/EX-5793)
3462
+
3463
+ # Change Log
3464
+
3465
+ All notable changes to this project will be documented in this file. See
3466
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
3467
+
3468
+ ## [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)
3469
+
3470
+ ### Code Refactoring
3471
+
3472
+ - move `NonPrimitive`, `Primitive` and `AnyFunction` types from `x-components` to `x-utils`
3473
+ ([7efe460](https://github.com/empathyco/x/commit/7efe4605303492e2de6f42d844f1c3244e0bcef1)),
3474
+ closes [EX-5792](https://searchbroker.atlassian.net/browse/EX-5792)
3475
+
3476
+ ### Documentation
3477
+
3478
+ - fix links and update repository information and development setup for `x-components` (#394)
3479
+ ([64d2118](https://github.com/empathyco/x/commit/64d2118f95673048df7e1a791ec3ae26da316ec9))
3480
+
3481
+ # Change Log
3482
+
3483
+ All notable changes to this project will be documented in this file. See
3484
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
3485
+
3486
+ ## [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)
3487
+
3488
+ **Note:** Version bump only for package @empathyco/x-components
3489
+
3490
+ ## [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)
3491
+
3492
+ ### Bug Fixes
3493
+
3494
+ - **base-currency:** format preference goes prop to be injected by default
3495
+ ([29d5e8d](https://github.com/empathyco/x/commit/29d5e8d576019504ef642af6119c764292f44c51)),
3496
+ closes [EX-5649](https://searchbroker.atlassian.net/browse/EX-5649)
3497
+
3498
+ # Change Log
3499
+
3500
+ All notable changes to this project will be documented in this file. See
3501
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
3502
+
3503
+ ## [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)
3504
+
3505
+ ### Features
3506
+
3507
+ - **history-queries:** add toggle to enable/disable the history queries
3508
+ ([655b55a](https://github.com/empathyco/x/commit/655b55a3f10788073a842d18f7849634e5f94376)),
3509
+ closes [EX-5600](https://searchbroker.atlassian.net/browse/EX-5600)
3510
+
3511
+ ## [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)
3512
+
3513
+ ### Documentation
3514
+
3515
+ - Update documentation to differentiate integration from development
3516
+ ([fc8d9fa](https://github.com/empathyco/x/commit/fc8d9faa57faafee90c0f4da159b6040294c099c)),
3517
+ closes [EX-5608](https://searchbroker.atlassian.net/browse/EX-5608)
3518
+
3519
+ ## [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)
3520
+
3521
+ ### Testing
3522
+
3523
+ - E2E tests maintenance (#371) [[EX-5618](https://searchbroker.atlassian.net/browse/EX-5618)]
3524
+ ([e12ca33](https://github.com/empathyco/x/commit/e12ca335235c654f5e1e9ae608950bf527954448))
3525
+
3526
+ ## [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)
3527
+
3528
+ **Note:** Version bump only for package @empathyco/x-components
3529
+
3530
+ ## [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)
3531
+
3532
+ ### Features
3533
+
3534
+ - **history-queries:** add `my-history` component
3535
+ ([a7de7f2](https://github.com/empathyco/x/commit/a7de7f297251bf4290787e362f46b2ab3ec6a428)),
3536
+ closes [EX-3582](https://searchbroker.atlassian.net/browse/EX-3582)
3537
+
3538
+ ## [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)
3539
+
3540
+ ### Bug Fixes
3541
+
3542
+ - prevent node-ipc vulnerability
3543
+ ([fc8b83c](https://github.com/empathyco/x/commit/fc8b83ce73bdbd7148ce99ad3a95d7a7658bd8ba))
3544
+
3545
+ ## [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)
3546
+
3547
+ ### ⚠ BREAKING CHANGES
3548
+
3549
+ - Remove `selected` and `previous` logic from related tags.
3550
+ - Remove `EmpathyRequestRelatedTagsQueryMapper`.
3551
+
3552
+ ### Features
3553
+
3554
+ - move related tags concatenation logic (#365)
3555
+ ([4e71797](https://github.com/empathyco/x/commit/4e717970198f67018a9b66ed6e47f511ecef4c62)),
3556
+ closes [EX-5410](https://searchbroker.atlassian.net/browse/EX-5410)
3557
+
3558
+ ## [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)
3559
+
3560
+ ### Testing
3561
+
3562
+ - **e2e:** Fix E2E tests in Firefox
3563
+ ([6d25577](https://github.com/empathyco/x/commit/6d25577ad383e6e82a3072eb22809872dc0dc865)),
3564
+ closes [EX-5525](https://searchbroker.atlassian.net/browse/EX-5525)
3565
+
3566
+ ## [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)
3567
+
3568
+ ### Features
3569
+
3570
+ - update typescript
3571
+ ([73edca6](https://github.com/empathyco/x/commit/73edca61c1cea39d82a7ab94bc18c8bff94c138c)),
3572
+ closes [EX-5367](https://searchbroker.atlassian.net/browse/EX-5367)
3573
+
3574
+ ## [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)
3575
+
3576
+ ### Features
3577
+
3578
+ - Add `setSnippetConfig` function to the `X` API
3579
+ ([8c53cc7](https://github.com/empathyco/x/commit/8c53cc74cdd95e1a8ef3aa8167206cd81685d1e7)),
3580
+ closes [EX-5384](https://searchbroker.atlassian.net/browse/EX-5384)
3581
+
3582
+ ## [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)
3583
+
3584
+ ### Build System
3585
+
3586
+ - remove `polyfills` support
3587
+ ([a06fcf3](https://github.com/empathyco/x/commit/a06fcf333b06a4d26c32304127f02125d101a0fd)),
3588
+ closes [EX-3559](https://searchbroker.atlassian.net/browse/EX-3559)
3589
+
3590
+ ## [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)
3591
+
3592
+ **Note:** Version bump only for package @empathyco/x-components
3593
+
3594
+ ## [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)
3595
+
3596
+ ### Testing
3597
+
3598
+ - **e2e:** add `extra-params` scenarios
3599
+ ([4275c28](https://github.com/empathyco/x/commit/4275c2811ea7b0eaaf588fa4d96a7ae3cf4c43c7)),
3600
+ closes [EX-5377](https://searchbroker.atlassian.net/browse/EX-5377)
3601
+
3602
+ ## [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)
3603
+
3604
+ ### Features
3605
+
3606
+ - **facets:** add facets mixin to share logic between components
3607
+ ([c8a9046](https://github.com/empathyco/x/commit/c8a904612213cd12040dd6fa1348f6c9a7726eda)),
3608
+ closes [EX-2899](https://searchbroker.atlassian.net/browse/EX-2899)
3609
+
3610
+ ### Testing
3611
+
3612
+ - **e2e:** fix `tagging` using the `mockedAdapter` and replacing `fetch` for `sendBeacon`
3613
+ ([cf06d2f](https://github.com/empathyco/x/commit/cf06d2f7e9aff3987bc14fa46cd65eace402e612)),
3614
+ closes [EX-5374](https://searchbroker.atlassian.net/browse/EX-5374)
3615
+
3616
+ ## [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)
3617
+
3618
+ ### Features
3619
+
3620
+ - **design-system:** add `curated` modifier to the `suggestion`
3621
+ ([dd229fd](https://github.com/empathyco/x/commit/dd229fd3d64840ed3041bec618a1a23e3726430d)),
3622
+ closes [EX-5290](https://searchbroker.atlassian.net/browse/EX-5290)
3623
+
3624
+ ## [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)
3625
+
3626
+ ### Features
3627
+
3628
+ - **scroll:** add scroll data state to the alias API
3629
+ ([7f5642c](https://github.com/empathyco/x/commit/7f5642cf5e60fe96a22c8fe9897c9ba73cbede55)),
3630
+ closes [EX-5249](https://searchbroker.atlassian.net/browse/EX-5249)
3631
+
3632
+ ## [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)
3633
+
3634
+ ### Bug Fixes
3635
+
3636
+ - **build:** Fix build side effects to include css.
3637
+ ([f79d7b9](https://github.com/empathyco/x/commit/f79d7b9e738485e14ac8f88b343a97d8f55c51e6)),
3638
+ closes [EX-5396](https://searchbroker.atlassian.net/browse/EX-5396)
3639
+
3640
+ ## [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)
3641
+
3642
+ ### Bug Fixes
3643
+
3644
+ - **decorators:** pending `debounced` execution is cancelled when the component is destroyed
3645
+ ([27da789](https://github.com/empathyco/x/commit/27da789412804f3f768d07e8ffd846ea2df8553e)),
3646
+ closes [EX-5215](https://searchbroker.atlassian.net/browse/EX-5215)
3647
+
3648
+ ## [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)
3649
+
3650
+ **Note:** Version bump only for package @empathyco/x-components
3651
+
3652
+ ## [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)
3653
+
3654
+ ### ⚠ BREAKING CHANGES
3655
+
3656
+ - **components:** Removed `CollapseFromTop` Animation. Use `animateScale()` instead.
3657
+ - **components:** Removed `TranslateFromLeft` and `TranslateFromRight` components. Use
3658
+ `animateTranslate('left')` and `animateTranslate('right')` instead.
3659
+
3660
+ ### Features
3661
+
3662
+ - **components:** created abstract factory for animations
3663
+ ([a6120c1](https://github.com/empathyco/x/commit/a6120c135f93e5993f8d41b2b823085a2bf3d291)),
3664
+ closes [EX-5355](https://searchbroker.atlassian.net/browse/EX-5355)
3665
+
3666
+ ## [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)
3667
+
3668
+ ### Continuous Integration
3669
+
3670
+ - update rollup and plugins version
3671
+ ([d240f3d](https://github.com/empathyco/x/commit/d240f3de8bc3e226d0bd8ac2d9bd4282cc660b86)),
3672
+ closes [EX-5342](https://searchbroker.atlassian.net/browse/EX-5342)
3673
+
3674
+ ## [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)
3675
+
3676
+ ### Documentation
3677
+
3678
+ - fix multiple broken links
3679
+ ([226a2e5](https://github.com/empathyco/x/commit/226a2e54a4ed8832c7c47d26254e85c301913d98)),
3680
+ closes [EX-5035](https://searchbroker.atlassian.net/browse/EX-5035)
3681
+
3682
+ ## [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)
3683
+
3684
+ ### Code Refactoring
3685
+
3686
+ - change to the top of the wiring the ParamsLoadedFromUrl event.
3687
+ ([26634c8](https://github.com/empathyco/x/commit/26634c8010bc4d2e795caceefc622c6329fad72c)),
3688
+ closes [EX-5327](https://searchbroker.atlassian.net/browse/EX-5327)
3689
+
3690
+ ## [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)
3691
+
3692
+ ### Features
3693
+
3694
+ - **design-system:** change curated tag toke values to reuse default ones.
3695
+ ([2fd261a](https://github.com/empathyco/x/commit/2fd261ae54ec3de8eabdbcd5611bf5e1416d37f8)),
3696
+ closes [EX-5354](https://searchbroker.atlassian.net/browse/EX-5354)
3697
+
3698
+ ## [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)
3699
+
3700
+ ### Continuous Integration
3701
+
3702
+ - release alpha version on every push to main branch
3703
+ ([f86e0b3](https://github.com/empathyco/x/commit/f86e0b3ad14e7a9bd6d659219fe12f6d94ebdb94)),
3704
+ closes [EX-5263](https://searchbroker.atlassian.net/browse/EX-5263)
3705
+
3706
+ ## [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)
3707
+
3708
+ ### ⚠ BREAKING CHANGES
3709
+
3710
+ - **facets:** Remove `BaseFilter` component. Use `RenderlessFilter`instead.
3711
+
3712
+ ### Features
3713
+
3714
+ - **design-system:** add curated tags (#311)
3715
+ ([9f40c2b](https://github.com/empathyco/x/commit/9f40c2b17eb08353efc964dba075470877eead46)),
3716
+ closes [EX-5089](https://searchbroker.atlassian.net/browse/EX-5089)
3717
+ - **extra-params:** add option to add more extra params using a prop in `SnippetConfigExtraParams`
3718
+ component
3719
+ ([7f9f8b2](https://github.com/empathyco/x/commit/7f9f8b2a7d2a78ed5a101f6e005fffa4f20d3594)),
3720
+ closes [EX-5205](https://searchbroker.atlassian.net/browse/EX-5205)
3721
+ - **facets:** change `NumberRangeFilter` component to use `RenderlessFilter` instead of `BaseFilter`
3722
+ ([f0edfac](https://github.com/empathyco/x/commit/f0edfac14a184ed7fefd27e1c1e700848ada4471)),
3723
+ closes [EX-3953](https://searchbroker.atlassian.net/browse/EX-3953)
3724
+ - update polyfills plugin to work with chunks
3725
+ ([54c1842](https://github.com/empathyco/x/commit/54c18420011e5e452bd8b48d640cbd067d0ce921)),
3726
+ closes [EX-5278](https://searchbroker.atlassian.net/browse/EX-5278)
3727
+
3728
+ ## [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)
3729
+
3730
+ ### Features
3731
+
3732
+ - **components:** Add `payload` and `metadata` to the `SnippetCallbackExecuted` event payload
3733
+ ([a18b8fa](https://github.com/empathyco/x/commit/a18b8fafcc7607fef82d3c9fb1211669f3bbc8a3)),
3734
+ closes [EX-5324](https://searchbroker.atlassian.net/browse/EX-5324)
3735
+ - **components:** Allow `BaseResultAddToCart` to use external listeners.
3736
+ ([a596c07](https://github.com/empathyco/x/commit/a596c07c1ead0e8d3fcf169afddaf15ad6d92e47)),
3737
+ closes [EX-5323](https://searchbroker.atlassian.net/browse/EX-5323)
3738
+ - **EX-3539:** track PDP add to cart (#306)
3739
+ ([dcad4f6](https://github.com/empathyco/x/commit/dcad4f69ce6b267960f882b3831459e372086272)),
3740
+ closes [EX-3539](https://searchbroker.atlassian.net/browse/EX-3539)
3741
+ [EX-3538](https://searchbroker.atlassian.net/browse/EX-3538)
3742
+
3743
+ ## [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)
3744
+
3745
+ ### Bug Fixes
3746
+
3747
+ - **components:** Fix BaseGrid auto columns CSS. (#308)
3748
+ ([77563f0](https://github.com/empathyco/x/commit/77563f0eb71d806fb2cefb88b750c4852918b8c0)),
3749
+ closes [EX-5295](https://searchbroker.atlassian.net/browse/EX-5295)
3750
+
3751
+ ### Build System
3752
+
3753
+ - Fix colors.js dependency issue
3754
+ ([2ffcc22](https://github.com/empathyco/x/commit/2ffcc222f5666d7866c8d7cd3a0eec7c0bb1f938)),
3755
+ closes [EX-5293](https://searchbroker.atlassian.net/browse/EX-5293)
3756
+
3757
+ ## [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)
3758
+
3759
+ ### Features
3760
+
3761
+ - **design-system:** allow suggestions to be tags
3762
+ ([24c94bb](https://github.com/empathyco/x/commit/24c94bb604f87a2135a36be5a298f053eba80738)),
3763
+ closes [EX-4917](https://searchbroker.atlassian.net/browse/EX-4917)
3764
+
3765
+ ### Bug Fixes
3766
+
3767
+ - **url:** default `extra params` are now properly restored
3768
+ ([5540929](https://github.com/empathyco/x/commit/554092985a394e1d2b6087b1129282993da7e8c6)),
3769
+ closes [EX-5203](https://searchbroker.atlassian.net/browse/EX-5203)
3770
+
3771
+ ### Testing
3772
+
3773
+ - **e2e:** make `tagging` tests wait for redirection before assertion
3774
+ ([f98cd25](https://github.com/empathyco/x/commit/f98cd254084f60893b1eb723d4081bf0c0f44166)),
3775
+ closes [EX-5273](https://searchbroker.atlassian.net/browse/EX-5273)
3776
+
3777
+ ## [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)
3778
+
3779
+ ### ⚠ BREAKING CHANGES
3780
+
3781
+ - **components:** `SlidingPanel` buttons do not have the round variant set by default.
3782
+
3783
+ ### Features
3784
+
3785
+ - **components:** add `buttonClass` prop in `SlidingPanel`
3786
+ ([fa554a2](https://github.com/empathyco/x/commit/fa554a2231ec9a00b5aea566970c2b7b0d34845f)),
3787
+ closes [EX-5233](https://searchbroker.atlassian.net/browse/EX-5233)
3788
+ - **components:** add Result Rating component
3789
+ ([db5cbb5](https://github.com/empathyco/x/commit/db5cbb5779e0e503ec934df4cda3dd241c49fc8e)),
3790
+ closes [EX-5243](https://searchbroker.atlassian.net/browse/EX-5243)
3791
+
3792
+ ### Bug Fixes
3793
+
3794
+ - **design-system:** Fix some style issues and add two missing utilities
3795
+ ([c4ae728](https://github.com/empathyco/x/commit/c4ae728d78b36ee566ca283626e36bf9b6aed07f)),
3796
+ closes [EX-5270](https://searchbroker.atlassian.net/browse/EX-5270)
3797
+ - **identifier-results:** Fix default plugin config. (#296)
3798
+ ([68d4b93](https://github.com/empathyco/x/commit/68d4b93f3f8d439814a11055ac657c0bce5accfd)),
3799
+ closes [EX-5247](https://searchbroker.atlassian.net/browse/EX-5247)
3800
+ [EX-5247](https://searchbroker.atlassian.net/browse/EX-5247)
3801
+
3802
+ ## [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)
3803
+
3804
+ ### Features
3805
+
3806
+ - **components:** Add icons for Arrows UP DOWN LEFT and RIGHT. (#295)
3807
+ ([693b26f](https://github.com/empathyco/x/commit/693b26f8e2d250f97bcf0cce472299b2edcc4823)),
3808
+ closes [EX-5245](https://searchbroker.atlassian.net/browse/EX-5245)
3809
+
3810
+ ## [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)
3811
+
3812
+ ### Features
3813
+
3814
+ - **design-system:** Add more utility classes.
3815
+ ([592e076](https://github.com/empathyco/x/commit/592e0761d201d80fdf62ba260ac4ef0847fb7f17)),
3816
+ closes [EX-5241](https://searchbroker.atlassian.net/browse/EX-5241)
3817
+ - **desing-system:** Add `Grid2RowsIcon` component
3818
+ ([cbd014f](https://github.com/empathyco/x/commit/cbd014fb1a07c2aa738c3ef828c9caf5ec9ded39)),
3819
+ closes [EX-5238](https://searchbroker.atlassian.net/browse/EX-5238)
3820
+
3821
+ ### Bug Fixes
3822
+
3823
+ - **design-system:** Fix grid styles to stretch cells.
3824
+ ([3292229](https://github.com/empathyco/x/commit/32922290173cc87fe5c82934b9a9e01dc27b3c23)),
3825
+ closes [EX-5239](https://searchbroker.atlassian.net/browse/EX-5239)
3826
+ - **design-system:** Fix Sliding Panel styles.
3827
+ ([bcf2092](https://github.com/empathyco/x/commit/bcf20925c3baf7847792b7b77b07178d62a27e7e)),
3828
+ closes [EX-5234](https://searchbroker.atlassian.net/browse/EX-5234)
3829
+
3830
+ ## [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)
3831
+
3832
+ ### Features
3833
+
3834
+ - **next-queries:** add isCurated property
3835
+ ([8b7b313](https://github.com/empathyco/x/commit/8b7b3132c7fa8aff095a92c84abdc150be705976)),
3836
+ closes [EX-5152](https://searchbroker.atlassian.net/browse/EX-5152)
3837
+
3838
+ ## [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)
3839
+
3840
+ ### Features
3841
+
3842
+ - **tagging:** add new `SearchTaggingReceived` event for tracking the query
3843
+ ([d58b697](https://github.com/empathyco/x/commit/d58b69730915ccd6fb2b0656ff7280450275b5be)),
3844
+ closes [EX-5170](https://searchbroker.atlassian.net/browse/EX-5170)
3845
+
3846
+ ### Bug Fixes
3847
+
3848
+ - **components:** `SlidingPanel` can now disable the resetting scroll … (#286)
3849
+ ([788eb18](https://github.com/empathyco/x/commit/788eb18bf0e066d932484143d0412497f3dada6e)),
3850
+ closes [EX-5197](https://searchbroker.atlassian.net/browse/EX-5197)
3851
+ - **related-tags:** clear selected related tags when user changes extra params
3852
+ ([b2d9b94](https://github.com/empathyco/x/commit/b2d9b94053aebbbda41659dbc3e4602931fd1bb5)),
3853
+ closes [EX-5188](https://searchbroker.atlassian.net/browse/EX-5188)
3854
+ - **search:** batch state reset calls after a search.request parameter changes (#283)
3855
+ ([492e856](https://github.com/empathyco/x/commit/492e8566913428426459ada29ca4963730cfcd7c)),
3856
+ closes [EX-5057](https://searchbroker.atlassian.net/browse/EX-5057)
3857
+ - **search:** next page is now requested if it has less than the page size results. (#284)
3858
+ ([f574792](https://github.com/empathyco/x/commit/f5747923f60f81564ebf124d95cae8a5d92400d4)),
3859
+ closes [EX-5194](https://searchbroker.atlassian.net/browse/EX-5194)
3860
+
3861
+ ## [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)
3862
+
3863
+ ### Features
3864
+
3865
+ - **design-system:** Add bottom variant to `x-shadow` utility in the Design System
3866
+ ([a23552f](https://github.com/empathyco/x/commit/a23552f29d1ec1b7939c770862d91f9e2f3a4890)),
3867
+ closes [EX-5184](https://searchbroker.atlassian.net/browse/EX-5184)
3868
+
3869
+ ### Bug Fixes
3870
+
3871
+ - Fix multiple issues.
3872
+ ([2f5515e](https://github.com/empathyco/x/commit/2f5515e5bcaca67f085ff3eef4fb52698041292c)),
3873
+ closes [EX-5179](https://searchbroker.atlassian.net/browse/EX-5179)
3874
+
3875
+ ## [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)
3876
+
3877
+ ### Features
3878
+
3879
+ - **desing-system:** Add new color tokens. (#275)
3880
+ ([e93fcc4](https://github.com/empathyco/x/commit/e93fcc4cea0e975441695f14a66b0863cb5896af)),
3881
+ closes [EX-5171](https://searchbroker.atlassian.net/browse/EX-5171)
3882
+ - **test:** refactor base tests to cypress component testing
3883
+ ([dc7a924](https://github.com/empathyco/x/commit/dc7a924b612411470742d222bcc6531fa656ce13)),
3884
+ closes [EX-4928](https://searchbroker.atlassian.net/browse/EX-4928)
3885
+ - **x-plugin:** Add selected sort (#274)
3886
+ ([b4c0d14](https://github.com/empathyco/x/commit/b4c0d140ca5eba8de189068fef5dd2a6249c1207)),
3887
+ closes [EX-5165](https://searchbroker.atlassian.net/browse/EX-5165)
3888
+
3889
+ ### Bug Fixes
3890
+
3891
+ - **components:** Fix infinite scroll not working in Android Chrome. (#277)
3892
+ ([19c3d77](https://github.com/empathyco/x/commit/19c3d77f124a1bbc099bae0e5dbb80fb30a132a1)),
3893
+ closes [EX-5181](https://searchbroker.atlassian.net/browse/EX-5181)
3894
+ - **search:** rows and start parameters calculations moved from getter to action to avoid multiple
3895
+ requests
3896
+ ([84752ba](https://github.com/empathyco/x/commit/84752ba3eb1ab728b6adf5cc62ea31646f42b959)),
3897
+ closes [EX-5047](https://searchbroker.atlassian.net/browse/EX-5047)
3898
+
3899
+ ## [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)
3900
+
3901
+ ### Features
3902
+
3903
+ - **scroll:** remove animations on pending element to scroll
3904
+ ([7a33653](https://github.com/empathyco/x/commit/7a336531c4fedb2c38133a5464f9b7e9736cef68)),
3905
+ closes [EX-5025](https://searchbroker.atlassian.net/browse/EX-5025)
3906
+ - **tagging:** Include 'location' parameter to track result events. (#273)
3907
+ ([69bab4b](https://github.com/empathyco/x/commit/69bab4b81f85725f3fc0a9bdc3177db09dd46a40)),
3908
+ closes [EX-5163](https://searchbroker.atlassian.net/browse/EX-5163)
3909
+ [EX-5163](https://searchbroker.atlassian.net/browse/EX-5163)
3910
+
6
3911
  ## [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)
7
3912
 
8
3913
  ### Build System
@@ -17,11 +3922,6 @@ All notable changes to this project will be documented in this file. See
17
3922
  ([ff2ecba](https://github.com/empathyco/x/commit/ff2ecbac79fd3c16d72a05c133dbe0b60de606f7)),
18
3923
  closes [EX-5161](https://searchbroker.atlassian.net/browse/EX-5161)
19
3924
 
20
- # Change Log
21
-
22
- All notable changes to this project will be documented in this file. See
23
- [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
24
-
25
3925
  ## [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)
26
3926
 
27
3927
  ### Features
@@ -69,11 +3969,6 @@ All notable changes to this project will be documented in this file. See
69
3969
  ([a7e16c6](https://github.com/empathyco/x/commit/a7e16c616fe2593eccf93799f9a46c688857b35b)),
70
3970
  closes [EX-5064](https://searchbroker.atlassian.net/browse/EX-5064)
71
3971
 
72
- # Change Log
73
-
74
- All notable changes to this project will be documented in this file. See
75
- [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
76
-
77
3972
  ## [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)
78
3973
 
79
3974
  ### Features
@@ -94,11 +3989,6 @@ All notable changes to this project will be documented in this file. See
94
3989
  ([6252165](https://github.com/empathyco/x/commit/62521658374eb5c78112314502606e2d82113a95)),
95
3990
  closes [EX-5081](https://searchbroker.atlassian.net/browse/EX-5081)
96
3991
 
97
- # Change Log
98
-
99
- All notable changes to this project will be documented in this file. See
100
- [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
101
-
102
3992
  ## [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)
103
3993
 
104
3994
  ### Features
@@ -114,11 +4004,6 @@ All notable changes to this project will be documented in this file. See
114
4004
  ([087d646](https://github.com/empathyco/x/commit/087d646a2b97f945e9c4f81112925a6783d66f41)),
115
4005
  closes [EX-5077](https://searchbroker.atlassian.net/browse/EX-5077)
116
4006
 
117
- # Change Log
118
-
119
- All notable changes to this project will be documented in this file. See
120
- [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
121
-
122
4007
  ## [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)
123
4008
 
124
4009
  ### ⚠ BREAKING CHANGES
@@ -149,11 +4034,6 @@ All notable changes to this project will be documented in this file. See
149
4034
  ([f3fee15](https://github.com/empathyco/x/commit/f3fee157d724292f5cbb7166908d48ef2fb4fe8c)),
150
4035
  closes [EX-5027](https://searchbroker.atlassian.net/browse/EX-5027)
151
4036
 
152
- # Change Log
153
-
154
- All notable changes to this project will be documented in this file. See
155
- [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
156
-
157
4037
  ## [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)
158
4038
 
159
4039
  ### Features
@@ -186,11 +4066,6 @@ All notable changes to this project will be documented in this file. See
186
4066
  ([8a40986](https://github.com/empathyco/x/commit/8a409865fea2cd67e0c2daa5d4464f553ff33a2b)),
187
4067
  closes [EX-5033](https://searchbroker.atlassian.net/browse/EX-5033)
188
4068
 
189
- # Change Log
190
-
191
- All notable changes to this project will be documented in this file. See
192
- [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
193
-
194
4069
  ## [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)
195
4070
 
196
4071
  ### Features
@@ -254,11 +4129,6 @@ All notable changes to this project will be documented in this file. See
254
4129
  ([5142bb5](https://github.com/empathyco/x/commit/5142bb5fb61181f199fa1019cf7c910d9736deb8)),
255
4130
  closes [EX-3801](https://searchbroker.atlassian.net/browse/EX-3801)
256
4131
 
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
4132
  ## [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)
263
4133
 
264
4134
  ### Features
@@ -267,11 +4137,6 @@ All notable changes to this project will be documented in this file. See
267
4137
  ([6d98ca3](https://github.com/empathyco/x/commit/6d98ca3e031a9075c27f436419818e2d85b610cc)),
268
4138
  closes [EX-3517](https://searchbroker.atlassian.net/browse/EX-3517)
269
4139
 
270
- # Change Log
271
-
272
- All notable changes to this project will be documented in this file. See
273
- [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
274
-
275
4140
  ## [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)
276
4141
 
277
4142
  ### Features
@@ -319,11 +4184,6 @@ All notable changes to this project will be documented in this file. See
319
4184
  ([bfb56a8](https://github.com/empathyco/x/commit/bfb56a8a004fccdde20e4f2342b591e37679201c)),
320
4185
  closes [EX-4953](https://searchbroker.atlassian.net/browse/EX-4953)
321
4186
 
322
- # Change Log
323
-
324
- All notable changes to this project will be documented in this file. See
325
- [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
326
-
327
4187
  ## [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)
328
4188
 
329
4189
  ### ⚠ BREAKING CHANGES