@empathyco/x-components 6.0.0-alpha.22 → 6.0.0-alpha.220

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 (3799) hide show
  1. package/CHANGELOG.md +1098 -562
  2. package/ai/index.d.ts +1 -0
  3. package/ai/index.js +13 -0
  4. package/core/index.d.ts +2 -0
  5. package/core/index.js +56 -44
  6. package/core/index.js.map +1 -1
  7. package/docs/API-reference/api/index.md +43 -5
  8. package/docs/API-reference/api/x-adapter-platform.aiquestionsendpointadapter.md +13 -0
  9. package/docs/API-reference/api/x-adapter-platform.aiquestionsrequestmapper.md +13 -0
  10. package/docs/API-reference/api/x-adapter-platform.aiquestionsrequestschema.md +13 -0
  11. package/docs/API-reference/api/x-adapter-platform.aiquestionsresponsemapper.md +13 -0
  12. package/docs/API-reference/api/x-adapter-platform.aiquestionsresponseschema.md +13 -0
  13. package/docs/API-reference/api/x-adapter-platform.aiquestionsschema.md +13 -0
  14. package/docs/API-reference/api/x-adapter-platform.aisuggestionsearchschema.md +13 -0
  15. package/docs/API-reference/api/x-adapter-platform.aisuggestionsendpointadapter.md +13 -0
  16. package/docs/API-reference/api/x-adapter-platform.aisuggestionsrequestmapper.md +13 -0
  17. package/docs/API-reference/api/x-adapter-platform.aisuggestionssearchendpointadapter.md +13 -0
  18. package/docs/API-reference/api/x-adapter-platform.aisuggestionssearchrequestmapper.md +13 -0
  19. package/docs/API-reference/api/x-adapter-platform.aisuggestionssearchrequestschema.md +13 -0
  20. package/docs/API-reference/api/x-adapter-platform.aisuggestionssearchresponsemapper.md +13 -0
  21. package/docs/API-reference/api/x-adapter-platform.aisuggestionssearchresponseschema.md +13 -0
  22. package/docs/API-reference/api/x-adapter-platform.aisuggestionssearchschema.md +13 -0
  23. package/docs/API-reference/api/x-adapter-platform.aisummarizeendpointadapter.md +15 -0
  24. package/docs/API-reference/api/x-adapter-platform.aitasksendpointadapter.md +13 -0
  25. package/docs/API-reference/api/x-adapter-platform.aitasksrequestmapper.md +13 -0
  26. package/docs/API-reference/api/x-adapter-platform.aitasksrequestschema.md +13 -0
  27. package/docs/API-reference/api/x-adapter-platform.aitasksresponsemapper.md +13 -0
  28. package/docs/API-reference/api/x-adapter-platform.aitasksresponseschema.md +13 -0
  29. package/docs/API-reference/api/x-adapter-platform.aitasksschema.md +13 -0
  30. package/docs/API-reference/api/x-adapter-platform.extracturlparameters.md +33 -3
  31. package/docs/API-reference/api/x-adapter-platform.facetconfig.md +56 -4
  32. package/docs/API-reference/api/x-adapter-platform.facetschema.md +1 -1
  33. package/docs/API-reference/api/x-adapter-platform.facetsendpointadapter.md +13 -0
  34. package/docs/API-reference/api/x-adapter-platform.facetsrequestschema.md +13 -0
  35. package/docs/API-reference/api/x-adapter-platform.facetsresponsemapper.md +13 -0
  36. package/docs/API-reference/api/x-adapter-platform.getdisplaytagginginfofromurl.md +33 -3
  37. package/docs/API-reference/api/x-adapter-platform.getfacetconfig.md +33 -3
  38. package/docs/API-reference/api/x-adapter-platform.gettagginginfofromurl.md +33 -3
  39. package/docs/API-reference/api/x-adapter-platform.mapfilters.md +110 -0
  40. package/docs/API-reference/api/x-adapter-platform.md +1668 -117
  41. package/docs/API-reference/api/x-adapter-platform.nextqueriesrelatedpromptsschema.md +13 -0
  42. package/docs/API-reference/api/x-adapter-platform.platformadapter.aiquestions.md +11 -0
  43. package/docs/API-reference/api/x-adapter-platform.platformadapter.aisuggestions.md +11 -0
  44. package/docs/API-reference/api/x-adapter-platform.platformadapter.aisuggestionssearch.md +11 -0
  45. package/docs/API-reference/api/x-adapter-platform.platformadapter.aisummarize.md +11 -0
  46. package/docs/API-reference/api/x-adapter-platform.platformadapter.aitasks.md +11 -0
  47. package/docs/API-reference/api/x-adapter-platform.platformaiquestionsrequest.context.md +16 -0
  48. package/docs/API-reference/api/x-adapter-platform.platformaiquestionsrequest.md +56 -0
  49. package/docs/API-reference/api/x-adapter-platform.platformaiquestionsresponse.md +15 -0
  50. package/docs/API-reference/api/x-adapter-platform.platformaisuggestionsearch.md +107 -0
  51. package/docs/API-reference/api/x-adapter-platform.platformaisuggestionsearch.numfound.md +11 -0
  52. package/docs/API-reference/api/x-adapter-platform.platformaisuggestionsearch.query.md +11 -0
  53. package/docs/API-reference/api/x-adapter-platform.platformaisuggestionsearch.results.md +11 -0
  54. package/docs/API-reference/api/x-adapter-platform.platformaisuggestionsearch.tagging.md +13 -0
  55. package/docs/API-reference/api/x-adapter-platform.platformaisuggestionsrequest.context.md +16 -0
  56. package/docs/API-reference/api/x-adapter-platform.platformaisuggestionsrequest.md +56 -0
  57. package/docs/API-reference/api/x-adapter-platform.platformaisuggestionssearchrequest.context.md +15 -0
  58. package/docs/API-reference/api/x-adapter-platform.platformaisuggestionssearchrequest.md +73 -0
  59. package/docs/API-reference/api/x-adapter-platform.platformaisuggestionssearchrequest.queries.md +14 -0
  60. package/docs/API-reference/api/x-adapter-platform.platformaisuggestionssearchresponse.items.md +11 -0
  61. package/docs/API-reference/api/x-adapter-platform.platformaisuggestionssearchresponse.md +56 -0
  62. package/docs/API-reference/api/x-adapter-platform.platformaitasksrequest.md +56 -0
  63. package/docs/API-reference/api/x-adapter-platform.platformaitasksrequest.taskid.md +11 -0
  64. package/docs/API-reference/api/x-adapter-platform.platformaitasksresponse.md +15 -0
  65. package/docs/API-reference/api/x-adapter-platform.platformbanner.md +128 -8
  66. package/docs/API-reference/api/x-adapter-platform.platformfacet.md +73 -5
  67. package/docs/API-reference/api/x-adapter-platform.platformfacetsrequest.md +15 -0
  68. package/docs/API-reference/api/x-adapter-platform.platformfacetsresponse.catalog.md +13 -0
  69. package/docs/API-reference/api/x-adapter-platform.platformfacetsresponse.md +56 -0
  70. package/docs/API-reference/api/x-adapter-platform.platformfilter.md +90 -6
  71. package/docs/API-reference/api/x-adapter-platform.platformhierarchicalfilter.md +39 -3
  72. package/docs/API-reference/api/x-adapter-platform.platformidentifierresultsresponse.md +39 -3
  73. package/docs/API-reference/api/x-adapter-platform.platformnextqueriesresponse.md +39 -3
  74. package/docs/API-reference/api/x-adapter-platform.platformnextquery.md +73 -5
  75. package/docs/API-reference/api/x-adapter-platform.platformpartialresult.md +73 -5
  76. package/docs/API-reference/api/x-adapter-platform.platformpopularsearchesresponse.md +39 -3
  77. package/docs/API-reference/api/x-adapter-platform.platformpromoted.md +128 -8
  78. package/docs/API-reference/api/x-adapter-platform.platformquerysuggestionsresponse.md +39 -3
  79. package/docs/API-reference/api/x-adapter-platform.platformrecommendationsresponse.md +39 -3
  80. package/docs/API-reference/api/x-adapter-platform.platformredirection.md +75 -5
  81. package/docs/API-reference/api/x-adapter-platform.platformrelatedprompt.md +107 -5
  82. package/docs/API-reference/api/x-adapter-platform.platformrelatedprompt.suggestionimageurl.md +11 -0
  83. package/docs/API-reference/api/x-adapter-platform.platformrelatedprompt.tagging.md +11 -0
  84. package/docs/API-reference/api/x-adapter-platform.platformrelatedpromptnextqueriestagging.md +90 -0
  85. package/docs/API-reference/api/x-adapter-platform.platformrelatedpromptnextqueriestagging.toolingdisplay.md +11 -0
  86. package/docs/API-reference/api/x-adapter-platform.platformrelatedpromptnextqueriestagging.toolingdisplayadd2cart.md +11 -0
  87. package/docs/API-reference/api/x-adapter-platform.platformrelatedpromptnextqueriestagging.toolingdisplayclick.md +11 -0
  88. package/docs/API-reference/api/x-adapter-platform.platformrelatedpromptsresponse.md +56 -4
  89. package/docs/API-reference/api/x-adapter-platform.platformrelatedprompttagging.md +90 -0
  90. package/docs/API-reference/api/x-adapter-platform.platformrelatedprompttagging.nextqueries.md +11 -0
  91. package/docs/API-reference/api/x-adapter-platform.platformrelatedprompttagging.toolingdisplay.md +11 -0
  92. package/docs/API-reference/api/x-adapter-platform.platformrelatedprompttagging.toolingdisplayclick.md +11 -0
  93. package/docs/API-reference/api/x-adapter-platform.platformrelatedtag.md +90 -6
  94. package/docs/API-reference/api/x-adapter-platform.platformrelatedtagsresponse.md +56 -4
  95. package/docs/API-reference/api/x-adapter-platform.platformresult.md +141 -9
  96. package/docs/API-reference/api/x-adapter-platform.platformsearchresponse.md +90 -6
  97. package/docs/API-reference/api/x-adapter-platform.platformsemanticqueriesrequest.md +39 -3
  98. package/docs/API-reference/api/x-adapter-platform.platformsemanticqueriesresponse.md +39 -3
  99. package/docs/API-reference/api/x-adapter-platform.platformsemanticquery.md +56 -4
  100. package/docs/API-reference/api/x-adapter-platform.platformsuggestion.md +58 -4
  101. package/docs/API-reference/api/x-adapter-platform.platformtagging.md +90 -6
  102. package/docs/API-reference/api/x-components.addquerytohistory.md +74 -3
  103. package/docs/API-reference/api/x-components.addquerytohistoryaction.addquerytohistory.md +63 -6
  104. package/docs/API-reference/api/x-components.addquerytohistoryaction.md +32 -4
  105. package/docs/API-reference/api/x-components.aiactioncontext.md +15 -0
  106. package/docs/API-reference/api/x-components.aiactions.fetchandsaveaisuggestions.md +13 -0
  107. package/docs/API-reference/api/x-components.aiactions.fetchandsaveaisuggestionssearch.md +13 -0
  108. package/docs/API-reference/api/x-components.aiactions.md +115 -0
  109. package/docs/API-reference/api/x-components.aiactions.saveorigin.md +13 -0
  110. package/docs/API-reference/api/x-components.aiactions.seturlparams.md +13 -0
  111. package/docs/API-reference/api/x-components.aicarousel.md +57 -0
  112. package/docs/API-reference/api/x-components.aiconfig.md +13 -0
  113. package/docs/API-reference/api/x-components.aigetters.md +96 -0
  114. package/docs/API-reference/api/x-components.aigetters.query.md +13 -0
  115. package/docs/API-reference/api/x-components.aigetters.suggestionsrequest.md +13 -0
  116. package/docs/API-reference/api/x-components.aigetters.suggestionssearchrequest.md +13 -0
  117. package/docs/API-reference/api/x-components.aimutations.md +287 -0
  118. package/docs/API-reference/api/x-components.aimutations.resetaistate.md +13 -0
  119. package/docs/API-reference/api/x-components.aimutations.setairelatedtags.md +13 -0
  120. package/docs/API-reference/api/x-components.aimutations.setisnoresults.md +13 -0
  121. package/docs/API-reference/api/x-components.aimutations.setorigin.md +13 -0
  122. package/docs/API-reference/api/x-components.aimutations.setparams.md +13 -0
  123. package/docs/API-reference/api/x-components.aimutations.setqueries.md +13 -0
  124. package/docs/API-reference/api/x-components.aimutations.setresponsetext.md +13 -0
  125. package/docs/API-reference/api/x-components.aimutations.setselectedfilters.md +13 -0
  126. package/docs/API-reference/api/x-components.aimutations.setsuggestionsloading.md +13 -0
  127. package/docs/API-reference/api/x-components.aimutations.setsuggestionssearch.md +13 -0
  128. package/docs/API-reference/api/x-components.aimutations.setsuggestionssearchloading.md +13 -0
  129. package/docs/API-reference/api/x-components.aimutations.setsuggestiontext.md +13 -0
  130. package/docs/API-reference/api/x-components.aimutations.settagging.md +13 -0
  131. package/docs/API-reference/api/x-components.aioverview.md +109 -0
  132. package/docs/API-reference/api/x-components.aiquery.md +13 -0
  133. package/docs/API-reference/api/x-components.aistate.config.md +11 -0
  134. package/docs/API-reference/api/x-components.aistate.isnoresults.md +13 -0
  135. package/docs/API-reference/api/x-components.aistate.md +279 -0
  136. package/docs/API-reference/api/x-components.aistate.origin.md +13 -0
  137. package/docs/API-reference/api/x-components.aistate.params.md +13 -0
  138. package/docs/API-reference/api/x-components.aistate.queries.md +11 -0
  139. package/docs/API-reference/api/x-components.aistate.relatedtags.md +13 -0
  140. package/docs/API-reference/api/x-components.aistate.responsetext.md +13 -0
  141. package/docs/API-reference/api/x-components.aistate.selectedfilters.md +13 -0
  142. package/docs/API-reference/api/x-components.aistate.suggestionsloading.md +13 -0
  143. package/docs/API-reference/api/x-components.aistate.suggestionssearch.md +13 -0
  144. package/docs/API-reference/api/x-components.aistate.suggestionssearchloading.md +13 -0
  145. package/docs/API-reference/api/x-components.aistate.suggestiontext.md +11 -0
  146. package/docs/API-reference/api/x-components.aistate.tagging.md +11 -0
  147. package/docs/API-reference/api/x-components.aisuggestionsrequest.md +13 -0
  148. package/docs/API-reference/api/x-components.aisuggestionssearchrequest.md +13 -0
  149. package/docs/API-reference/api/x-components.aixevents.aicomponentmounted.md +11 -0
  150. package/docs/API-reference/api/x-components.aixevents.aisuggestionsrequestupdated.md +11 -0
  151. package/docs/API-reference/api/x-components.aixevents.aisuggestionssearchchanged.md +11 -0
  152. package/docs/API-reference/api/x-components.aixevents.aisuggestionssearchrequestupdated.md +11 -0
  153. package/docs/API-reference/api/x-components.aixevents.md +141 -0
  154. package/docs/API-reference/api/x-components.aixevents.userclickedaioverviewexpandbutton.md +11 -0
  155. package/docs/API-reference/api/x-components.aixevents.userclickedanaioverviewresult.md +11 -0
  156. package/docs/API-reference/api/x-components.aixmodule.md +13 -0
  157. package/docs/API-reference/api/x-components.aixstoremodule.md +15 -0
  158. package/docs/API-reference/api/x-components.allfilter.md +9 -7
  159. package/docs/API-reference/api/x-components.animateclippath.md +45 -2
  160. package/docs/API-reference/api/x-components.animatescale.md +45 -2
  161. package/docs/API-reference/api/x-components.animatetranslate.md +45 -2
  162. package/docs/API-reference/api/x-components.animatewidth.md +1 -1
  163. package/docs/API-reference/api/x-components.applyhierarchicalselection.md +70 -0
  164. package/docs/API-reference/api/x-components.arefiltersdifferent.md +49 -4
  165. package/docs/API-reference/api/x-components.arraytoobject.md +33 -3
  166. package/docs/API-reference/api/x-components.arraytoobject_1.md +49 -4
  167. package/docs/API-reference/api/x-components.assertxpluginoptionsarevalid.md +33 -3
  168. package/docs/API-reference/api/x-components.autoprogressbar.md +5 -5
  169. package/docs/API-reference/api/x-components.banner.md +6 -103
  170. package/docs/API-reference/api/x-components.bannerslist.md +5 -5
  171. package/docs/API-reference/api/x-components.baseaddtocart.md +7 -4
  172. package/docs/API-reference/api/x-components.basecolumnpickerdropdown.md +12 -10
  173. package/docs/API-reference/api/x-components.basecolumnpickerlist.md +7 -5
  174. package/docs/API-reference/api/x-components.basecurrency.md +4 -4
  175. package/docs/API-reference/api/x-components.basedropdown.md +14 -14
  176. package/docs/API-reference/api/x-components.baseeventbutton.md +5 -5
  177. package/docs/API-reference/api/x-components.baseeventsmodal.md +16 -14
  178. package/docs/API-reference/api/x-components.baseeventsmodalclose.md +10 -8
  179. package/docs/API-reference/api/x-components.baseeventsmodalopen.md +10 -8
  180. package/docs/API-reference/api/x-components.basegrid.md +9 -7
  181. package/docs/API-reference/api/x-components.baseheadertogglepanel.md +11 -9
  182. package/docs/API-reference/api/x-components.baseidmodal.md +8 -6
  183. package/docs/API-reference/api/x-components.baseidmodalclose.md +4 -4
  184. package/docs/API-reference/api/x-components.baseidmodalopen.md +4 -4
  185. package/docs/API-reference/api/x-components.baseidtogglepanel.md +10 -8
  186. package/docs/API-reference/api/x-components.baseidtogglepanelbutton.md +7 -5
  187. package/docs/API-reference/api/x-components.basekeyboardnavigation.md +6 -6
  188. package/docs/API-reference/api/x-components.basemodal.md +13 -13
  189. package/docs/API-reference/api/x-components.basepricefilterlabel.md +6 -4
  190. package/docs/API-reference/api/x-components.baserating.md +7 -5
  191. package/docs/API-reference/api/x-components.baseratingfilterlabel.md +7 -5
  192. package/docs/API-reference/api/x-components.baseresultcurrentprice.md +6 -4
  193. package/docs/API-reference/api/x-components.baseresultimage.md +13 -13
  194. package/docs/API-reference/api/x-components.baseresultlink.md +5 -4
  195. package/docs/API-reference/api/x-components.baseresultpreviousprice.md +5 -3
  196. package/docs/API-reference/api/x-components.baseresultrating.md +7 -4
  197. package/docs/API-reference/api/x-components.basescroll.md +9 -9
  198. package/docs/API-reference/api/x-components.baseslider.md +7 -7
  199. package/docs/API-reference/api/x-components.basesuggestion.md +8 -6
  200. package/docs/API-reference/api/x-components.basesuggestions.md +5 -5
  201. package/docs/API-reference/api/x-components.baseswitch.md +7 -7
  202. package/docs/API-reference/api/x-components.basetabspanel.md +8 -8
  203. package/docs/API-reference/api/x-components.baseteleport.md +44 -0
  204. package/docs/API-reference/api/x-components.basetogglepanel.md +4 -4
  205. package/docs/API-reference/api/x-components.basevariablecolumngrid.md +7 -5
  206. package/docs/API-reference/api/x-components.basexapi.addproducttocart.md +33 -3
  207. package/docs/API-reference/api/x-components.basexapi.init.md +33 -3
  208. package/docs/API-reference/api/x-components.basexapi.md +142 -11
  209. package/docs/API-reference/api/x-components.basexapi.search.md +33 -3
  210. package/docs/API-reference/api/x-components.basexapi.setinitcallback.md +33 -3
  211. package/docs/API-reference/api/x-components.basexapi.setsnippetconfig.md +33 -3
  212. package/docs/API-reference/api/x-components.basexpriorityqueue._constructor_.md +50 -0
  213. package/docs/API-reference/api/x-components.basexpriorityqueue.at.md +56 -0
  214. package/docs/API-reference/api/x-components.basexpriorityqueue.clear.md +17 -0
  215. package/docs/API-reference/api/x-components.basexpriorityqueue.isempty.md +19 -0
  216. package/docs/API-reference/api/x-components.basexpriorityqueue.keys.md +13 -0
  217. package/docs/API-reference/api/x-components.basexpriorityqueue.md +229 -0
  218. package/docs/API-reference/api/x-components.basexpriorityqueue.peek.md +19 -0
  219. package/docs/API-reference/api/x-components.basexpriorityqueue.pop.md +19 -0
  220. package/docs/API-reference/api/x-components.basexpriorityqueue.push.md +90 -0
  221. package/docs/API-reference/api/x-components.basexpriorityqueue.size.md +19 -0
  222. package/docs/API-reference/api/x-components.basexpriorityqueue.tostring.md +28 -0
  223. package/docs/API-reference/api/x-components.basexpriorityqueuenode._constructor_.md +78 -0
  224. package/docs/API-reference/api/x-components.basexpriorityqueuenode.data.md +11 -0
  225. package/docs/API-reference/api/x-components.basexpriorityqueuenode.key.md +11 -0
  226. package/docs/API-reference/api/x-components.basexpriorityqueuenode.md +165 -0
  227. package/docs/API-reference/api/x-components.basexpriorityqueuenode.priority.md +11 -0
  228. package/docs/API-reference/api/x-components.basexpriorityqueuenode.tostring.md +26 -0
  229. package/docs/API-reference/api/x-components.bus.md +1 -1
  230. package/docs/API-reference/api/x-components.cancelfetchandsavecontrols.md +5 -1
  231. package/docs/API-reference/api/x-components.cancelfetchandsaveidentifierresults.md +6 -2
  232. package/docs/API-reference/api/x-components.cancelfetchandsaveidentifierresultswire.md +1 -1
  233. package/docs/API-reference/api/x-components.cancelfetchandsavenextqueries.md +6 -2
  234. package/docs/API-reference/api/x-components.cancelfetchandsavepopularsearches.md +6 -2
  235. package/docs/API-reference/api/x-components.cancelfetchandsavequerysuggestions.md +6 -2
  236. package/docs/API-reference/api/x-components.cancelfetchandsaverecommendations.md +6 -2
  237. package/docs/API-reference/api/x-components.cancelfetchandsaverelatedprompts.md +6 -2
  238. package/docs/API-reference/api/x-components.cancelfetchandsaverelatedtags.md +6 -2
  239. package/docs/API-reference/api/x-components.cancelfetchandsaverelatedtagswire.md +1 -1
  240. package/docs/API-reference/api/x-components.cancelfetchandsavesearchresponse.md +6 -2
  241. package/docs/API-reference/api/x-components.cancelfetchandsavesearchresponsewire.md +1 -1
  242. package/docs/API-reference/api/x-components.cancelfetchandsavesuggestionswire.md +1 -1
  243. package/docs/API-reference/api/x-components.capitalize.md +33 -3
  244. package/docs/API-reference/api/x-components.changeheight.md +13 -0
  245. package/docs/API-reference/api/x-components.clearfilters.md +9 -7
  246. package/docs/API-reference/api/x-components.clearhistoryqueries.md +3 -1
  247. package/docs/API-reference/api/x-components.clearsearchinput.md +7 -1
  248. package/docs/API-reference/api/x-components.clone.md +33 -3
  249. package/docs/API-reference/api/x-components.closemainmodal.md +3 -1
  250. package/docs/API-reference/api/x-components.collapseheight.md +8 -8
  251. package/docs/API-reference/api/x-components.collapsewidth.md +8 -8
  252. package/docs/API-reference/api/x-components.configmutations.config.md +11 -0
  253. package/docs/API-reference/api/x-components.configmutations.md +96 -0
  254. package/docs/API-reference/api/x-components.configmutations.mergeconfig.md +13 -0
  255. package/docs/API-reference/api/x-components.configmutations.setconfig.md +13 -0
  256. package/docs/API-reference/api/x-components.createfetchandsaveactions.md +46 -4
  257. package/docs/API-reference/api/x-components.createrawfilters.md +33 -3
  258. package/docs/API-reference/api/x-components.createrelatedtagsquerygetter.md +68 -0
  259. package/docs/API-reference/api/x-components.createrelatedtagsquerygetteroptions.getrelatedtags.md +13 -0
  260. package/docs/API-reference/api/x-components.createrelatedtagsquerygetteroptions.md +58 -0
  261. package/docs/API-reference/api/x-components.createstoreemitters.md +50 -5
  262. package/docs/API-reference/api/x-components.createtrackdisplaywire.md +33 -3
  263. package/docs/API-reference/api/x-components.createtrackrelatedprompttoolingdisplayclickwire.md +19 -0
  264. package/docs/API-reference/api/x-components.createtracktoolingadd2cartwire.md +19 -0
  265. package/docs/API-reference/api/x-components.createtracktoolingdisplaywire.md +19 -0
  266. package/docs/API-reference/api/x-components.createtrackwire.md +33 -3
  267. package/docs/API-reference/api/x-components.createusedevice.md +33 -3
  268. package/docs/API-reference/api/x-components.createwirefromfunction.md +33 -3
  269. package/docs/API-reference/api/x-components.createwiring.md +33 -3
  270. package/docs/API-reference/api/x-components.crossfade.md +4 -4
  271. package/docs/API-reference/api/x-components.currencyformatter.md +49 -4
  272. package/docs/API-reference/api/x-components.debounce.md +65 -5
  273. package/docs/API-reference/api/x-components.debouncedfunction.cancel.md +2 -6
  274. package/docs/API-reference/api/x-components.debouncedfunction.md +40 -4
  275. package/docs/API-reference/api/x-components.debouncefunction.md +90 -2
  276. package/docs/API-reference/api/x-components.debounceoptions.md +60 -4
  277. package/docs/API-reference/api/x-components.deepfilter.md +65 -5
  278. package/docs/API-reference/api/x-components.deepflat.md +49 -4
  279. package/docs/API-reference/api/x-components.defaultexternaltaggingservice._constructor_.md +66 -0
  280. package/docs/API-reference/api/x-components.defaultexternaltaggingservice.add_to_cart_id_key.md +13 -0
  281. package/docs/API-reference/api/x-components.defaultexternaltaggingservice.instance.md +13 -0
  282. package/docs/API-reference/api/x-components.defaultexternaltaggingservice.localstorageservice.md +11 -0
  283. package/docs/API-reference/api/x-components.defaultexternaltaggingservice.md +318 -0
  284. package/docs/API-reference/api/x-components.defaultexternaltaggingservice.movetosessionstorage.md +54 -0
  285. package/docs/API-reference/api/x-components.defaultexternaltaggingservice.result_clicked_id_key.md +13 -0
  286. package/docs/API-reference/api/x-components.defaultexternaltaggingservice.sessionstorageservice.md +11 -0
  287. package/docs/API-reference/api/x-components.defaultexternaltaggingservice.storagekey.md +11 -0
  288. package/docs/API-reference/api/x-components.defaultexternaltaggingservice.storagettlms.md +11 -0
  289. package/docs/API-reference/api/{x-components.defaultpdpaddtocartservice.store.md → x-components.defaultexternaltaggingservice.store.md} +2 -2
  290. package/docs/API-reference/api/x-components.defaultexternaltaggingservice.storeaddtocart.md +54 -0
  291. package/docs/API-reference/api/x-components.defaultexternaltaggingservice.storeresultclicked.md +54 -0
  292. package/docs/API-reference/api/x-components.defaultexternaltaggingservice.trackaddtocart.md +54 -0
  293. package/docs/API-reference/api/x-components.defaultfacetsservice._constructor_.md +33 -3
  294. package/docs/API-reference/api/x-components.defaultfacetsservice.clearfilters.md +49 -4
  295. package/docs/API-reference/api/x-components.defaultfacetsservice.clearfilterswithmetadata.md +50 -4
  296. package/docs/API-reference/api/x-components.defaultfacetsservice.deselect.md +47 -4
  297. package/docs/API-reference/api/x-components.defaultfacetsservice.md +234 -19
  298. package/docs/API-reference/api/x-components.defaultfacetsservice.select.md +31 -3
  299. package/docs/API-reference/api/x-components.defaultfacetsservice.setfacets.md +31 -3
  300. package/docs/API-reference/api/x-components.defaultfacetsservice.toggle.md +31 -3
  301. package/docs/API-reference/api/x-components.defaultfacetsservice.updatefacets.md +31 -3
  302. package/docs/API-reference/api/x-components.defaultfacetsservice.updatefiltersselectedstate.md +49 -4
  303. package/docs/API-reference/api/x-components.defaultfacetsservice.updatepreselectedfilters.md +31 -3
  304. package/docs/API-reference/api/x-components.devicedetector.md +13 -9
  305. package/docs/API-reference/api/x-components.devicemutations.md +42 -4
  306. package/docs/API-reference/api/x-components.devicemutations.setname.md +2 -13
  307. package/docs/API-reference/api/x-components.devicestate.md +41 -3
  308. package/docs/API-reference/api/x-components.devicexevents.deviceprovided.md +1 -1
  309. package/docs/API-reference/api/x-components.devicexevents.md +41 -3
  310. package/docs/API-reference/api/x-components.directionalfocusnavigationservice._constructor_.md +49 -4
  311. package/docs/API-reference/api/x-components.directionalfocusnavigationservice.md +62 -6
  312. package/docs/API-reference/api/x-components.directionalfocusnavigationservice.navigateto.md +33 -3
  313. package/docs/API-reference/api/x-components.displayclickprovider.md +66 -0
  314. package/docs/API-reference/api/x-components.displayemitter.md +4 -4
  315. package/docs/API-reference/api/x-components.displaywiremetadata.md +41 -3
  316. package/docs/API-reference/api/x-components.editablenumberrangefilter.md +7 -7
  317. package/docs/API-reference/api/x-components.emitteddata.event.md +13 -0
  318. package/docs/API-reference/api/x-components.emitteddata.eventpayload.md +13 -0
  319. package/docs/API-reference/api/x-components.emitteddata.md +96 -0
  320. package/docs/API-reference/api/x-components.emitteddata.metadata.md +13 -0
  321. package/docs/API-reference/api/x-components.emitter.md +15 -0
  322. package/docs/API-reference/api/x-components.emitters.md +17 -0
  323. package/docs/API-reference/api/x-components.empathize.md +42 -16
  324. package/docs/API-reference/api/x-components.empathizemutations.md +43 -5
  325. package/docs/API-reference/api/x-components.empathizemutations.setisopen.md +2 -13
  326. package/docs/API-reference/api/x-components.empathizestate.md +60 -4
  327. package/docs/API-reference/api/x-components.empathizexevents.empathizeclosed.md +1 -1
  328. package/docs/API-reference/api/x-components.empathizexevents.empathizeopened.md +1 -1
  329. package/docs/API-reference/api/x-components.empathizexevents.md +79 -5
  330. package/docs/API-reference/api/x-components.empathizexevents.userclosedempathize.md +1 -1
  331. package/docs/API-reference/api/x-components.eventpayload.md +18 -0
  332. package/docs/API-reference/api/x-components.excludefilterswithnoresults.md +6 -6
  333. package/docs/API-reference/api/x-components.experiencecontrols.md +1 -1
  334. package/docs/API-reference/api/x-components.experiencecontrolsactions.cancelfetchandsavecontrols.md +1 -1
  335. package/docs/API-reference/api/x-components.experiencecontrolsactions.fetchandsaveexperiencecontrolsresponse.md +2 -13
  336. package/docs/API-reference/api/x-components.experiencecontrolsactions.fetchexperiencecontrolsresponse.md +2 -15
  337. package/docs/API-reference/api/x-components.experiencecontrolsactions.md +77 -8
  338. package/docs/API-reference/api/x-components.experiencecontrolsgetters.md +41 -3
  339. package/docs/API-reference/api/x-components.experiencecontrolsmutations.md +80 -6
  340. package/docs/API-reference/api/x-components.experiencecontrolsmutations.setcontrols.md +2 -13
  341. package/docs/API-reference/api/x-components.experiencecontrolsmutations.setevents.md +2 -13
  342. package/docs/API-reference/api/x-components.experiencecontrolsmutations.setparams.md +2 -13
  343. package/docs/API-reference/api/x-components.experiencecontrolsstate.md +75 -5
  344. package/docs/API-reference/api/x-components.experiencecontrolsxevents.md +56 -4
  345. package/docs/API-reference/api/x-components.externaltaggingservice.md +115 -0
  346. package/docs/API-reference/api/x-components.externaltaggingservice.movetosessionstorage.md +13 -0
  347. package/docs/API-reference/api/x-components.externaltaggingservice.storeaddtocart.md +13 -0
  348. package/docs/API-reference/api/x-components.externaltaggingservice.storeresultclicked.md +13 -0
  349. package/docs/API-reference/api/x-components.externaltaggingservice.trackaddtocart.md +13 -0
  350. package/docs/API-reference/api/x-components.extraparams.md +3 -3
  351. package/docs/API-reference/api/x-components.extraparamsmutations.md +40 -4
  352. package/docs/API-reference/api/x-components.extraparamsmutations.setparams.md +2 -13
  353. package/docs/API-reference/api/x-components.extraparamsstate.md +39 -3
  354. package/docs/API-reference/api/x-components.extraparamsxevents.extraparamschanged.md +1 -1
  355. package/docs/API-reference/api/x-components.extraparamsxevents.extraparamsinitialized.md +1 -1
  356. package/docs/API-reference/api/x-components.extraparamsxevents.extraparamsprovided.md +1 -1
  357. package/docs/API-reference/api/x-components.extraparamsxevents.md +98 -6
  358. package/docs/API-reference/api/x-components.extraparamsxevents.userchangedextraparams.md +1 -1
  359. package/docs/API-reference/api/x-components.extrapluginsoptions.md +79 -5
  360. package/docs/API-reference/api/x-components.facetgroupentry.md +60 -4
  361. package/docs/API-reference/api/x-components.facets.md +10 -10
  362. package/docs/API-reference/api/x-components.facetsactions.cancelfetchandsavefacetsresponse.md +13 -0
  363. package/docs/API-reference/api/x-components.facetsactions.fetchandsavefacetsresponse.md +13 -0
  364. package/docs/API-reference/api/x-components.facetsactions.fetchfacetsresponse.md +13 -0
  365. package/docs/API-reference/api/x-components.facetsactions.md +102 -0
  366. package/docs/API-reference/api/x-components.facetsactions.saveorigin.md +13 -0
  367. package/docs/API-reference/api/x-components.facetsconfig.md +41 -3
  368. package/docs/API-reference/api/x-components.facetsgetters.md +117 -6
  369. package/docs/API-reference/api/x-components.facetsgetters.request.md +13 -0
  370. package/docs/API-reference/api/x-components.facetsgroup.md +60 -4
  371. package/docs/API-reference/api/x-components.facetsmutations.clearstickyfilters.md +2 -6
  372. package/docs/API-reference/api/x-components.facetsmutations.md +274 -18
  373. package/docs/API-reference/api/x-components.facetsmutations.mutatefilter.md +2 -13
  374. package/docs/API-reference/api/x-components.facetsmutations.removefacet.md +2 -13
  375. package/docs/API-reference/api/x-components.facetsmutations.removefilter.md +2 -13
  376. package/docs/API-reference/api/x-components.facetsmutations.removefilters.md +2 -13
  377. package/docs/API-reference/api/x-components.facetsmutations.removestickyfilter.md +2 -13
  378. package/docs/API-reference/api/x-components.facetsmutations.setfacet.md +2 -13
  379. package/docs/API-reference/api/x-components.facetsmutations.setfacetgroup.md +2 -13
  380. package/docs/API-reference/api/x-components.facetsmutations.setfilters.md +2 -13
  381. package/docs/API-reference/api/x-components.facetsmutations.setorigin.md +13 -0
  382. package/docs/API-reference/api/x-components.facetsmutations.setparams.md +13 -0
  383. package/docs/API-reference/api/x-components.facetsmutations.setpreselectedfilters.md +2 -13
  384. package/docs/API-reference/api/x-components.facetsmutations.setstickyfilter.md +2 -13
  385. package/docs/API-reference/api/x-components.facetsprovider.md +6 -6
  386. package/docs/API-reference/api/x-components.facetsservice.clearfilters.md +2 -14
  387. package/docs/API-reference/api/x-components.facetsservice.clearfilterswithmetadata.md +3 -14
  388. package/docs/API-reference/api/x-components.facetsservice.deselect.md +2 -14
  389. package/docs/API-reference/api/x-components.facetsservice.md +214 -14
  390. package/docs/API-reference/api/x-components.facetsservice.select.md +2 -13
  391. package/docs/API-reference/api/x-components.facetsservice.selectpreselectedfilters.md +2 -6
  392. package/docs/API-reference/api/x-components.facetsservice.setfacets.md +2 -13
  393. package/docs/API-reference/api/x-components.facetsservice.setquery.md +2 -13
  394. package/docs/API-reference/api/x-components.facetsservice.toggle.md +2 -13
  395. package/docs/API-reference/api/x-components.facetsservice.updatefacets.md +2 -13
  396. package/docs/API-reference/api/x-components.facetsservice.updatepreselectedfilters.md +2 -13
  397. package/docs/API-reference/api/x-components.facetsstate.md +176 -10
  398. package/docs/API-reference/api/x-components.facetsstate.origin.md +13 -0
  399. package/docs/API-reference/api/x-components.facetsstate.params.md +13 -0
  400. package/docs/API-reference/api/x-components.facetsxevents.md +288 -16
  401. package/docs/API-reference/api/x-components.fade.md +4 -4
  402. package/docs/API-reference/api/x-components.fadeandslide.md +5 -5
  403. package/docs/API-reference/api/x-components.fallbackdisclaimer.md +3 -3
  404. package/docs/API-reference/api/x-components.featurelocation.md +1 -1
  405. package/docs/API-reference/api/x-components.fetchandsaveactions.md +60 -4
  406. package/docs/API-reference/api/x-components.fetchandsaveaisuggestions.md +13 -0
  407. package/docs/API-reference/api/x-components.fetchandsaveaisuggestionssearch.md +13 -0
  408. package/docs/API-reference/api/x-components.fetchandsaveexperiencecontrolsresponse.md +54 -1
  409. package/docs/API-reference/api/x-components.fetchandsavehooks.fetch.md +2 -16
  410. package/docs/API-reference/api/x-components.fetchandsavehooks.md +100 -8
  411. package/docs/API-reference/api/x-components.fetchandsavehooks.oncancel.md +2 -6
  412. package/docs/API-reference/api/x-components.fetchandsavehooks.onerror.md +3 -14
  413. package/docs/API-reference/api/x-components.fetchandsavehooks.onsuccess.md +3 -15
  414. package/docs/API-reference/api/x-components.fetchandsaveidentifierresults.md +55 -2
  415. package/docs/API-reference/api/x-components.fetchandsavenextqueries.md +55 -2
  416. package/docs/API-reference/api/x-components.fetchandsavepopularsearches.md +55 -2
  417. package/docs/API-reference/api/x-components.fetchandsavequerypreview.md +1 -1
  418. package/docs/API-reference/api/x-components.fetchandsavequerysuggestions.md +55 -2
  419. package/docs/API-reference/api/x-components.fetchandsaverecommendations.md +55 -2
  420. package/docs/API-reference/api/x-components.fetchandsaverelatedprompts.md +55 -2
  421. package/docs/API-reference/api/x-components.fetchandsaverelatedtags.md +55 -2
  422. package/docs/API-reference/api/x-components.fetchandsavesearchresponse.md +55 -2
  423. package/docs/API-reference/api/x-components.fetchandsavesemanticquery.md +1 -1
  424. package/docs/API-reference/api/x-components.fetchexperiencecontrolsresponse.md +1 -1
  425. package/docs/API-reference/api/x-components.fetchidentifierresults.md +1 -1
  426. package/docs/API-reference/api/x-components.fetchnextqueries.md +1 -1
  427. package/docs/API-reference/api/x-components.fetchpopularsearches.md +1 -1
  428. package/docs/API-reference/api/x-components.fetchquerypreview.md +1 -1
  429. package/docs/API-reference/api/x-components.fetchquerysuggestions.md +1 -1
  430. package/docs/API-reference/api/x-components.fetchrecommendations.md +1 -1
  431. package/docs/API-reference/api/x-components.fetchrelatedprompts.md +1 -1
  432. package/docs/API-reference/api/x-components.fetchrelatedtags.md +1 -1
  433. package/docs/API-reference/api/x-components.fetchsearchresponse.md +1 -1
  434. package/docs/API-reference/api/x-components.fetchsemanticquery.md +1 -1
  435. package/docs/API-reference/api/x-components.filter.md +49 -4
  436. package/docs/API-reference/api/x-components.filterblacklistedmodules.md +49 -4
  437. package/docs/API-reference/api/x-components.filterfalsypayload.md +33 -3
  438. package/docs/API-reference/api/x-components.filterslist.md +7 -7
  439. package/docs/API-reference/api/x-components.filtersmetadata.md +41 -3
  440. package/docs/API-reference/api/x-components.filterssearch.md +8 -8
  441. package/docs/API-reference/api/x-components.filtertruthypayload.md +33 -3
  442. package/docs/API-reference/api/x-components.filterwhitelistedmodules.md +49 -4
  443. package/docs/API-reference/api/x-components.fixedheaderandasideslayout.md +11 -7
  444. package/docs/API-reference/api/x-components.flathierarchicalfilters.md +33 -3
  445. package/docs/API-reference/api/x-components.flattenallfilters.md +56 -0
  446. package/docs/API-reference/api/x-components.getactiveelement.md +33 -3
  447. package/docs/API-reference/api/x-components.getgetterpath.md +49 -4
  448. package/docs/API-reference/api/x-components.getrootxcomponent.md +33 -3
  449. package/docs/API-reference/api/x-components.getstateandgettersfrommodule.md +65 -5
  450. package/docs/API-reference/api/x-components.gettargetelement.md +33 -3
  451. package/docs/API-reference/api/x-components.geturlparameter.md +44 -1
  452. package/docs/API-reference/api/x-components.globalxbus.md +5 -331
  453. package/docs/API-reference/api/x-components.groupitemsby.md +49 -4
  454. package/docs/API-reference/api/x-components.hierarchicalfilter.md +25 -9
  455. package/docs/API-reference/api/{x-components.highlight.md → x-components.highlight_2.md} +7 -7
  456. package/docs/API-reference/api/x-components.historyqueries.md +5 -2
  457. package/docs/API-reference/api/x-components.historyqueriesactions.addquerytohistory.md +2 -12
  458. package/docs/API-reference/api/x-components.historyqueriesactions.loadhistoryqueriesfrombrowserstorage.md +2 -6
  459. package/docs/API-reference/api/x-components.historyqueriesactions.md +176 -12
  460. package/docs/API-reference/api/x-components.historyqueriesactions.refreshsession.md +2 -6
  461. package/docs/API-reference/api/x-components.historyqueriesactions.removefromhistory.md +2 -13
  462. package/docs/API-reference/api/x-components.historyqueriesactions.sethistoryqueries.md +2 -13
  463. package/docs/API-reference/api/x-components.historyqueriesactions.seturlparams.md +2 -13
  464. package/docs/API-reference/api/x-components.historyqueriesactions.togglehistoryqueries.md +2 -13
  465. package/docs/API-reference/api/x-components.historyqueriesactions.updatehistoryquerieswithsearchresponse.md +2 -13
  466. package/docs/API-reference/api/x-components.historyqueriesconfig.md +98 -6
  467. package/docs/API-reference/api/x-components.historyqueriesgetter.historyqueries.md +46 -4
  468. package/docs/API-reference/api/x-components.historyqueriesgetter.md +31 -3
  469. package/docs/API-reference/api/x-components.historyqueriesgetters.md +117 -7
  470. package/docs/API-reference/api/x-components.historyqueriesmutations.md +100 -8
  471. package/docs/API-reference/api/x-components.historyqueriesmutations.sethistoryqueries.md +2 -13
  472. package/docs/API-reference/api/x-components.historyqueriesmutations.setisenabled.md +2 -13
  473. package/docs/API-reference/api/x-components.historyqueriesmutations.setsearchselectedfilters.md +2 -13
  474. package/docs/API-reference/api/x-components.historyqueriesmutations.setsessiontimestamp.md +2 -13
  475. package/docs/API-reference/api/x-components.historyqueriesstate.md +99 -7
  476. package/docs/API-reference/api/x-components.historyqueriesswitch.md +4 -2
  477. package/docs/API-reference/api/x-components.historyqueriesxevents.md +231 -13
  478. package/docs/API-reference/api/x-components.historyquery.md +9 -6
  479. package/docs/API-reference/api/x-components.identifierresult.md +6 -6
  480. package/docs/API-reference/api/x-components.identifierresults.md +6 -6
  481. package/docs/API-reference/api/x-components.identifierresultsactions.cancelfetchandsaveidentifierresults.md +3 -7
  482. package/docs/API-reference/api/x-components.identifierresultsactions.fetchandsaveidentifierresults.md +2 -13
  483. package/docs/API-reference/api/x-components.identifierresultsactions.fetchidentifierresults.md +2 -15
  484. package/docs/API-reference/api/x-components.identifierresultsactions.md +119 -9
  485. package/docs/API-reference/api/x-components.identifierresultsactions.saveorigin.md +2 -13
  486. package/docs/API-reference/api/x-components.identifierresultsactions.savequery.md +2 -13
  487. package/docs/API-reference/api/x-components.identifierresultsconfig.md +98 -6
  488. package/docs/API-reference/api/x-components.identifierresultsgetters.md +79 -5
  489. package/docs/API-reference/api/x-components.identifierresultsmutations.md +81 -7
  490. package/docs/API-reference/api/x-components.identifierresultsmutations.setidentifierresults.md +2 -13
  491. package/docs/API-reference/api/x-components.identifierresultsmutations.setorigin.md +2 -13
  492. package/docs/API-reference/api/x-components.identifierresultsmutations.setparams.md +2 -13
  493. package/docs/API-reference/api/x-components.identifierresultsstate.md +99 -7
  494. package/docs/API-reference/api/x-components.identifierresultsxevents.md +79 -5
  495. package/docs/API-reference/api/x-components.increasepageappendingresults.md +1 -1
  496. package/docs/API-reference/api/x-components.initwrapper.bus.md +1 -1
  497. package/docs/API-reference/api/x-components.initwrapper.md +98 -6
  498. package/docs/API-reference/api/x-components.installxoptions.bus.md +1 -1
  499. package/docs/API-reference/api/x-components.installxoptions.installextraplugins.md +3 -14
  500. package/docs/API-reference/api/x-components.installxoptions.md +155 -14
  501. package/docs/API-reference/api/x-components.internalsearchrequest.md +41 -3
  502. package/docs/API-reference/api/x-components.internalsearchresponse.md +60 -4
  503. package/docs/API-reference/api/x-components.isarrayempty.md +33 -3
  504. package/docs/API-reference/api/x-components.iselementequalorcontained.md +49 -4
  505. package/docs/API-reference/api/x-components.isinrange.md +62 -5
  506. package/docs/API-reference/api/x-components.isios.md +19 -0
  507. package/docs/API-reference/api/x-components.isnewquery.md +49 -4
  508. package/docs/API-reference/api/x-components.isstringempty.md +33 -3
  509. package/docs/API-reference/api/x-components.isxcomponent.md +33 -3
  510. package/docs/API-reference/api/x-components.itemslist.md +5 -5
  511. package/docs/API-reference/api/x-components.loadhistoryqueriesfrombrowserstorage.md +1 -1
  512. package/docs/API-reference/api/x-components.locationprovider.md +4 -4
  513. package/docs/API-reference/api/x-components.mainmodal.md +10 -8
  514. package/docs/API-reference/api/x-components.mainscroll.md +5 -5
  515. package/docs/API-reference/api/x-components.mainscrollitem.md +11 -11
  516. package/docs/API-reference/api/x-components.mapwire.md +49 -4
  517. package/docs/API-reference/api/x-components.md +9093 -764
  518. package/docs/API-reference/api/x-components.mergeconfig.md +72 -0
  519. package/docs/API-reference/api/x-components.multicolumnmaxwidthlayout.md +11 -7
  520. package/docs/API-reference/api/x-components.mutatefilterpayload.md +60 -4
  521. package/docs/API-reference/api/x-components.myhistory.md +9 -6
  522. package/docs/API-reference/api/x-components.namespaceddebounce.md +33 -3
  523. package/docs/API-reference/api/x-components.namespacedthrottle.md +33 -3
  524. package/docs/API-reference/api/x-components.nextqueries.md +9 -6
  525. package/docs/API-reference/api/x-components.nextqueriesactions.cancelfetchandsavenextqueries.md +3 -7
  526. package/docs/API-reference/api/x-components.nextqueriesactions.fetchandsavenextqueries.md +2 -13
  527. package/docs/API-reference/api/x-components.nextqueriesactions.fetchandsavenextquerypreview.md +3 -14
  528. package/docs/API-reference/api/x-components.nextqueriesactions.fetchnextqueries.md +2 -15
  529. package/docs/API-reference/api/x-components.nextqueriesactions.fetchnextquerypreview.md +3 -16
  530. package/docs/API-reference/api/x-components.nextqueriesactions.md +157 -11
  531. package/docs/API-reference/api/x-components.nextqueriesactions.setqueryfromlasthistoryquery.md +2 -13
  532. package/docs/API-reference/api/x-components.nextqueriesactions.seturlparams.md +2 -13
  533. package/docs/API-reference/api/x-components.nextqueriesconfig.md +98 -6
  534. package/docs/API-reference/api/x-components.nextqueriesgetters.md +79 -5
  535. package/docs/API-reference/api/x-components.nextqueriesgroup.md +56 -4
  536. package/docs/API-reference/api/x-components.nextquerieslist.md +5 -5
  537. package/docs/API-reference/api/x-components.nextqueriesmutations.md +140 -12
  538. package/docs/API-reference/api/x-components.nextqueriesmutations.resetresultspreview.md +2 -6
  539. package/docs/API-reference/api/x-components.nextqueriesmutations.setnextqueries.md +2 -13
  540. package/docs/API-reference/api/x-components.nextqueriesmutations.setparams.md +2 -13
  541. package/docs/API-reference/api/x-components.nextqueriesmutations.setrelatedtags.md +2 -13
  542. package/docs/API-reference/api/x-components.nextqueriesmutations.setresultspreview.md +2 -13
  543. package/docs/API-reference/api/x-components.nextqueriesmutations.setsearchedqueries.md +2 -13
  544. package/docs/API-reference/api/x-components.nextqueriesstate.md +137 -9
  545. package/docs/API-reference/api/x-components.nextqueriesxevents.md +117 -7
  546. package/docs/API-reference/api/x-components.nextquery.md +7 -5
  547. package/docs/API-reference/api/x-components.nextquerypreview.md +4 -4
  548. package/docs/API-reference/api/x-components.noanimation.md +2 -2
  549. package/docs/API-reference/api/x-components.normalizestring.md +33 -3
  550. package/docs/API-reference/api/x-components.numbercomparatorfn.md +13 -0
  551. package/docs/API-reference/api/x-components.numberrangefilter.md +7 -5
  552. package/docs/API-reference/api/x-components.openmainmodal.md +3 -1
  553. package/docs/API-reference/api/x-components.pageloaderbutton.md +7 -5
  554. package/docs/API-reference/api/x-components.pageselector.md +80 -0
  555. package/docs/API-reference/api/x-components.partialquerybutton.md +5 -5
  556. package/docs/API-reference/api/x-components.partialresultslist.md +6 -6
  557. package/docs/API-reference/api/x-components.popularsearch.md +6 -4
  558. package/docs/API-reference/api/x-components.popularsearches.md +5 -2
  559. package/docs/API-reference/api/x-components.popularsearchesactions.cancelfetchandsavesuggestions.md +3 -7
  560. package/docs/API-reference/api/x-components.popularsearchesactions.fetchandsavesuggestions.md +2 -13
  561. package/docs/API-reference/api/x-components.popularsearchesactions.fetchsuggestions.md +2 -15
  562. package/docs/API-reference/api/x-components.popularsearchesactions.md +80 -6
  563. package/docs/API-reference/api/x-components.popularsearchesconfig.md +60 -4
  564. package/docs/API-reference/api/x-components.popularsearchesgetters.md +60 -4
  565. package/docs/API-reference/api/x-components.popularsearchesmutations.md +81 -7
  566. package/docs/API-reference/api/x-components.popularsearchesmutations.setparams.md +2 -13
  567. package/docs/API-reference/api/x-components.popularsearchesmutations.setsearchedqueries.md +2 -13
  568. package/docs/API-reference/api/x-components.popularsearchesmutations.setsuggestions.md +2 -13
  569. package/docs/API-reference/api/x-components.popularsearchesstate.md +98 -6
  570. package/docs/API-reference/api/x-components.popularsearchesxevents.md +79 -5
  571. package/docs/API-reference/api/x-components.preselectedfilters.md +5 -5
  572. package/docs/API-reference/api/x-components.privatexmoduleoptions.md +60 -4
  573. package/docs/API-reference/api/x-components.promoted.md +5 -5
  574. package/docs/API-reference/api/x-components.promotedslist.md +5 -5
  575. package/docs/API-reference/api/x-components.queriespreviewactions.fetchandsavequerypreview.md +2 -13
  576. package/docs/API-reference/api/x-components.queriespreviewactions.fetchquerypreview.md +2 -15
  577. package/docs/API-reference/api/x-components.queriespreviewactions.md +61 -5
  578. package/docs/API-reference/api/x-components.queriespreviewconfig.md +41 -3
  579. package/docs/API-reference/api/x-components.queriespreviewgetters.md +41 -3
  580. package/docs/API-reference/api/x-components.queriespreviewmutations.addquerypreviewinstance.md +2 -13
  581. package/docs/API-reference/api/x-components.queriespreviewmutations.clearquerypreview.md +2 -13
  582. package/docs/API-reference/api/x-components.queriespreviewmutations.md +178 -14
  583. package/docs/API-reference/api/x-components.queriespreviewmutations.removequerypreviewinstance.md +3 -14
  584. package/docs/API-reference/api/x-components.queriespreviewmutations.setparams.md +2 -13
  585. package/docs/API-reference/api/x-components.queriespreviewmutations.setquerypreviewcached.md +2 -13
  586. package/docs/API-reference/api/x-components.queriespreviewmutations.setselectedquerypreview.md +2 -13
  587. package/docs/API-reference/api/x-components.queriespreviewmutations.setstatus.md +2 -13
  588. package/docs/API-reference/api/x-components.queriespreviewmutations.updateaquerypreviewresult.md +4 -15
  589. package/docs/API-reference/api/x-components.queriespreviewstate.md +98 -6
  590. package/docs/API-reference/api/x-components.queriespreviewxevents.md +136 -7
  591. package/docs/API-reference/api/x-components.queriespreviewxevents.queriespreviewchanged.md +13 -0
  592. package/docs/API-reference/api/x-components.queryfeature.md +1 -1
  593. package/docs/API-reference/api/x-components.querymutations.md +58 -0
  594. package/docs/API-reference/api/x-components.querymutations.setquery.md +13 -0
  595. package/docs/API-reference/api/x-components.querypreview.md +20 -10
  596. package/docs/API-reference/api/x-components.querypreviewbutton.md +6 -4
  597. package/docs/API-reference/api/x-components.querypreviewinfo.md +98 -6
  598. package/docs/API-reference/api/x-components.querypreviewitem.md +136 -8
  599. package/docs/API-reference/api/x-components.querypreviewlist.md +17 -6
  600. package/docs/API-reference/api/x-components.querypreviewstatuspayload.md +60 -4
  601. package/docs/API-reference/api/x-components.querystate.md +58 -0
  602. package/docs/API-reference/api/x-components.querystate.query.md +13 -0
  603. package/docs/API-reference/api/x-components.querysuggestion.md +7 -5
  604. package/docs/API-reference/api/x-components.querysuggestions.md +5 -2
  605. package/docs/API-reference/api/x-components.querysuggestionsactions.cancelfetchandsavesuggestions.md +3 -7
  606. package/docs/API-reference/api/x-components.querysuggestionsactions.fetchandsavesuggestions.md +2 -13
  607. package/docs/API-reference/api/x-components.querysuggestionsactions.fetchsuggestions.md +2 -15
  608. package/docs/API-reference/api/x-components.querysuggestionsactions.md +100 -8
  609. package/docs/API-reference/api/x-components.querysuggestionsactions.seturlparams.md +2 -13
  610. package/docs/API-reference/api/x-components.querysuggestionsconfig.md +98 -6
  611. package/docs/API-reference/api/x-components.querysuggestionsgetter.md +31 -3
  612. package/docs/API-reference/api/x-components.querysuggestionsgetter.querysuggestions.md +46 -4
  613. package/docs/API-reference/api/x-components.querysuggestionsgetters.md +79 -5
  614. package/docs/API-reference/api/x-components.querysuggestionsmutations.md +81 -7
  615. package/docs/API-reference/api/x-components.querysuggestionsmutations.setparams.md +2 -13
  616. package/docs/API-reference/api/x-components.querysuggestionsmutations.setsearchedqueries.md +2 -13
  617. package/docs/API-reference/api/x-components.querysuggestionsmutations.setsuggestions.md +2 -13
  618. package/docs/API-reference/api/x-components.querysuggestionsstate.md +99 -7
  619. package/docs/API-reference/api/x-components.querysuggestionsxevents.md +79 -6
  620. package/docs/API-reference/api/x-components.recommendations.md +6 -6
  621. package/docs/API-reference/api/x-components.recommendationsactions.cancelfetchandsaverecommendations.md +3 -7
  622. package/docs/API-reference/api/x-components.recommendationsactions.fetchandsaverecommendations.md +2 -13
  623. package/docs/API-reference/api/x-components.recommendationsactions.fetchrecommendations.md +2 -15
  624. package/docs/API-reference/api/x-components.recommendationsactions.md +80 -6
  625. package/docs/API-reference/api/x-components.recommendationsconfig.md +41 -3
  626. package/docs/API-reference/api/x-components.recommendationsgetters.md +41 -3
  627. package/docs/API-reference/api/x-components.recommendationsmutations.md +81 -7
  628. package/docs/API-reference/api/x-components.recommendationsmutations.setparams.md +2 -13
  629. package/docs/API-reference/api/x-components.recommendationsmutations.setrecommendations.md +2 -13
  630. package/docs/API-reference/api/x-components.recommendationsmutations.updaterecommendation.md +2 -13
  631. package/docs/API-reference/api/x-components.recommendationsstate.md +98 -6
  632. package/docs/API-reference/api/x-components.recommendationsxevents.md +79 -5
  633. package/docs/API-reference/api/x-components.redirection.md +6 -6
  634. package/docs/API-reference/api/x-components.refreshsession.md +1 -1
  635. package/docs/API-reference/api/x-components.relatedprompt.md +17 -17
  636. package/docs/API-reference/api/x-components.relatedpromptsactions.cancelfetchandsaverelatedprompts.md +3 -7
  637. package/docs/API-reference/api/x-components.relatedpromptsactions.fetchandsaverelatedprompts.md +2 -13
  638. package/docs/API-reference/api/x-components.relatedpromptsactions.fetchrelatedprompts.md +2 -13
  639. package/docs/API-reference/api/x-components.relatedpromptsactions.md +99 -6
  640. package/docs/API-reference/api/x-components.relatedpromptsactions.seturlparams.md +13 -0
  641. package/docs/API-reference/api/x-components.relatedpromptsgetters.md +60 -3
  642. package/docs/API-reference/api/x-components.relatedpromptsgetters.query.md +13 -0
  643. package/docs/API-reference/api/x-components.relatedpromptslist.md +5 -5
  644. package/docs/API-reference/api/x-components.relatedpromptsmutations.md +157 -9
  645. package/docs/API-reference/api/x-components.relatedpromptsmutations.resetrelatedpromptsstate.md +2 -6
  646. package/docs/API-reference/api/x-components.relatedpromptsmutations.resetselectedprompt.md +13 -0
  647. package/docs/API-reference/api/x-components.relatedpromptsmutations.setparams.md +2 -13
  648. package/docs/API-reference/api/x-components.relatedpromptsmutations.setrelatedpromptsproducts.md +2 -13
  649. package/docs/API-reference/api/x-components.relatedpromptsmutations.setrelatedpromptsrelatedtags.md +13 -0
  650. package/docs/API-reference/api/x-components.relatedpromptsmutations.setselectedprompt.md +2 -13
  651. package/docs/API-reference/api/x-components.relatedpromptsmutations.setselectedquery.md +2 -13
  652. package/docs/API-reference/api/x-components.relatedpromptsstate.md +118 -7
  653. package/docs/API-reference/api/x-components.relatedpromptsstate.relatedtags.md +13 -0
  654. package/docs/API-reference/api/x-components.relatedpromptstaglist.md +77 -0
  655. package/docs/API-reference/api/x-components.relatedpromptsxevents.md +193 -5
  656. package/docs/API-reference/api/x-components.relatedpromptsxevents.relatedpromptsresponsechanged.md +13 -0
  657. package/docs/API-reference/api/x-components.relatedpromptsxevents.relatedpromptsunmounted.md +13 -0
  658. package/docs/API-reference/api/x-components.relatedpromptsxevents.reloadrelatedpromptsrequested.md +13 -0
  659. package/docs/API-reference/api/x-components.relatedpromptsxevents.selectedrelatedpromptchanged.md +13 -0
  660. package/docs/API-reference/api/x-components.relatedpromptsxevents.userclickedarelatedpromptadd2cart.md +13 -0
  661. package/docs/API-reference/api/x-components.relatedpromptsxevents.userclickedarelatedpromptresult.md +13 -0
  662. package/docs/API-reference/api/x-components.relatedtag.md +9 -9
  663. package/docs/API-reference/api/x-components.relatedtags.md +8 -6
  664. package/docs/API-reference/api/x-components.relatedtagsactions.cancelfetchandsaverelatedtags.md +3 -7
  665. package/docs/API-reference/api/x-components.relatedtagsactions.fetchandsaverelatedtags.md +2 -13
  666. package/docs/API-reference/api/x-components.relatedtagsactions.fetchrelatedtags.md +2 -15
  667. package/docs/API-reference/api/x-components.relatedtagsactions.md +119 -9
  668. package/docs/API-reference/api/x-components.relatedtagsactions.seturlparams.md +2 -13
  669. package/docs/API-reference/api/x-components.relatedtagsactions.togglerelatedtag.md +2 -13
  670. package/docs/API-reference/api/x-components.relatedtagsconfig.md +41 -3
  671. package/docs/API-reference/api/x-components.relatedtagsgetters.md +79 -5
  672. package/docs/API-reference/api/x-components.relatedtagsmutations.md +81 -7
  673. package/docs/API-reference/api/x-components.relatedtagsmutations.setparams.md +2 -13
  674. package/docs/API-reference/api/x-components.relatedtagsmutations.setrelatedtags.md +2 -13
  675. package/docs/API-reference/api/x-components.relatedtagsmutations.setselectedrelatedtags.md +2 -13
  676. package/docs/API-reference/api/x-components.relatedtagsstate.md +99 -7
  677. package/docs/API-reference/api/x-components.relatedtagsxevents.md +136 -8
  678. package/docs/API-reference/api/x-components.removefromhistory.md +1 -1
  679. package/docs/API-reference/api/x-components.removehistoryquery.md +6 -4
  680. package/docs/API-reference/api/x-components.removesearchinputfocus.md +17 -0
  681. package/docs/API-reference/api/x-components.renderlessextraparams.md +4 -4
  682. package/docs/API-reference/api/x-components.renderlessfilter.md +5 -5
  683. package/docs/API-reference/api/x-components.resetrequestonrefinement.md +1 -1
  684. package/docs/API-reference/api/x-components.resetstateifnorequestwire.md +1 -1
  685. package/docs/API-reference/api/x-components.resultfeature.md +1 -1
  686. package/docs/API-reference/api/x-components.resultslist.md +6 -6
  687. package/docs/API-reference/api/x-components.resultvariantselector.md +7 -7
  688. package/docs/API-reference/api/x-components.resultvariantsprovider.md +5 -5
  689. package/docs/API-reference/api/x-components.rootxstorestate.md +39 -3
  690. package/docs/API-reference/api/x-components.sanitize.md +44 -1
  691. package/docs/API-reference/api/x-components.saveaiorigin.md +13 -0
  692. package/docs/API-reference/api/x-components.saveidentifierresultsorigin.md +1 -1
  693. package/docs/API-reference/api/x-components.savequery.md +1 -1
  694. package/docs/API-reference/api/x-components.savesearchorigin.md +1 -1
  695. package/docs/API-reference/api/x-components.savesearchresponse.md +1 -1
  696. package/docs/API-reference/api/x-components.scroll.md +8 -6
  697. package/docs/API-reference/api/x-components.scrollcomponentstate.md +117 -7
  698. package/docs/API-reference/api/x-components.scrollmutations.md +61 -5
  699. package/docs/API-reference/api/x-components.scrollmutations.setpendingscrollto.md +2 -13
  700. package/docs/API-reference/api/x-components.scrollmutations.setscrollcomponentstate.md +2 -13
  701. package/docs/API-reference/api/x-components.scrollstate.md +60 -4
  702. package/docs/API-reference/api/x-components.scrollstatepayload.md +41 -3
  703. package/docs/API-reference/api/x-components.scrolltotop.md +10 -8
  704. package/docs/API-reference/api/x-components.scrollvisibilityobserver.md +61 -5
  705. package/docs/API-reference/api/x-components.scrollvisibilityobserver.observe.md +2 -13
  706. package/docs/API-reference/api/x-components.scrollvisibilityobserver.unobserve.md +2 -13
  707. package/docs/API-reference/api/x-components.scrollxevents.md +174 -10
  708. package/docs/API-reference/api/x-components.scrollxevents.scrollrestorefailed.md +1 -1
  709. package/docs/API-reference/api/x-components.scrollxevents.scrollrestoresucceeded.md +1 -1
  710. package/docs/API-reference/api/x-components.scrollxevents.useralmostreachedscrollend.md +1 -1
  711. package/docs/API-reference/api/x-components.scrollxevents.userchangedscrolldirection.md +1 -1
  712. package/docs/API-reference/api/x-components.scrollxevents.userreachedscrollend.md +1 -1
  713. package/docs/API-reference/api/x-components.scrollxevents.userreachedscrollstart.md +1 -1
  714. package/docs/API-reference/api/x-components.scrollxevents.userscrolled.md +1 -1
  715. package/docs/API-reference/api/x-components.scrollxevents.userscrolledtoelement.md +1 -1
  716. package/docs/API-reference/api/x-components.searchactions.cancelfetchandsavesearchresponse.md +3 -7
  717. package/docs/API-reference/api/x-components.searchactions.fetchandsavesearchresponse.md +2 -13
  718. package/docs/API-reference/api/x-components.searchactions.fetchsearchresponse.md +2 -15
  719. package/docs/API-reference/api/x-components.searchactions.increasepageappendingresults.md +3 -6
  720. package/docs/API-reference/api/x-components.searchactions.md +176 -12
  721. package/docs/API-reference/api/x-components.searchactions.resetrequestonrefinement.md +2 -13
  722. package/docs/API-reference/api/x-components.searchactions.saveorigin.md +2 -13
  723. package/docs/API-reference/api/x-components.searchactions.savesearchresponse.md +2 -13
  724. package/docs/API-reference/api/x-components.searchactions.seturlparams.md +2 -13
  725. package/docs/API-reference/api/x-components.searchboxactions.md +61 -5
  726. package/docs/API-reference/api/x-components.searchboxactions.setinputstatus.md +2 -13
  727. package/docs/API-reference/api/x-components.searchboxactions.seturlparams.md +2 -13
  728. package/docs/API-reference/api/x-components.searchboxgetters.md +41 -3
  729. package/docs/API-reference/api/x-components.searchboxmutations.md +43 -5
  730. package/docs/API-reference/api/x-components.searchboxmutations.setinputstatus.md +2 -13
  731. package/docs/API-reference/api/x-components.searchboxstate.md +42 -4
  732. package/docs/API-reference/api/x-components.searchboxxevents.md +250 -14
  733. package/docs/API-reference/api/x-components.searchboxxevents.searchboxquerychanged.md +1 -1
  734. package/docs/API-reference/api/x-components.searchboxxevents.userblurredsearchbox.md +1 -1
  735. package/docs/API-reference/api/x-components.searchboxxevents.userclearedquery.md +1 -1
  736. package/docs/API-reference/api/x-components.searchboxxevents.userclickedsearchbox.md +1 -1
  737. package/docs/API-reference/api/x-components.searchboxxevents.userfocusedsearchbox.md +1 -1
  738. package/docs/API-reference/api/x-components.searchboxxevents.userhoveredinsearchbox.md +1 -1
  739. package/docs/API-reference/api/x-components.searchboxxevents.userhoveredoutsearchbox.md +1 -1
  740. package/docs/API-reference/api/x-components.searchboxxevents.useristypingaquery.md +1 -1
  741. package/docs/API-reference/api/x-components.searchboxxevents.userpressedclearsearchboxbutton.md +1 -1
  742. package/docs/API-reference/api/x-components.searchboxxevents.userpressedenterkey.md +1 -1
  743. package/docs/API-reference/api/x-components.searchboxxevents.userpressedsearchbutton.md +1 -1
  744. package/docs/API-reference/api/x-components.searchboxxevents.usertalked.md +1 -1
  745. package/docs/API-reference/api/x-components.searchbutton.md +3 -3
  746. package/docs/API-reference/api/x-components.searchconfig.md +58 -3
  747. package/docs/API-reference/api/x-components.searchconfig.pagemode.md +11 -0
  748. package/docs/API-reference/api/x-components.searchgetters.md +60 -4
  749. package/docs/API-reference/api/x-components.searchinput.md +7 -7
  750. package/docs/API-reference/api/x-components.searchinputplaceholder.md +8 -8
  751. package/docs/API-reference/api/x-components.searchmutations.appendresults.md +2 -13
  752. package/docs/API-reference/api/x-components.searchmutations.md +482 -30
  753. package/docs/API-reference/api/x-components.searchmutations.resetstate.md +3 -7
  754. package/docs/API-reference/api/x-components.searchmutations.resetstateforreload.md +3 -7
  755. package/docs/API-reference/api/x-components.searchmutations.setbanners.md +2 -13
  756. package/docs/API-reference/api/x-components.searchmutations.setdisplaytagging.md +2 -13
  757. package/docs/API-reference/api/x-components.searchmutations.setfacets.md +2 -13
  758. package/docs/API-reference/api/x-components.searchmutations.setfromnoresultswithfilters.md +2 -13
  759. package/docs/API-reference/api/x-components.searchmutations.setisappendresults.md +2 -13
  760. package/docs/API-reference/api/x-components.searchmutations.setisnoresults.md +2 -13
  761. package/docs/API-reference/api/x-components.searchmutations.setorigin.md +2 -13
  762. package/docs/API-reference/api/x-components.searchmutations.setpage.md +2 -13
  763. package/docs/API-reference/api/x-components.searchmutations.setparams.md +2 -13
  764. package/docs/API-reference/api/x-components.searchmutations.setpartialresults.md +2 -13
  765. package/docs/API-reference/api/x-components.searchmutations.setpromoteds.md +2 -13
  766. package/docs/API-reference/api/x-components.searchmutations.setquerytagging.md +2 -13
  767. package/docs/API-reference/api/x-components.searchmutations.setredirections.md +2 -13
  768. package/docs/API-reference/api/x-components.searchmutations.setrelatedtags.md +2 -13
  769. package/docs/API-reference/api/x-components.searchmutations.setresults.md +2 -13
  770. package/docs/API-reference/api/x-components.searchmutations.setselectedfilters.md +2 -13
  771. package/docs/API-reference/api/x-components.searchmutations.setsort.md +2 -13
  772. package/docs/API-reference/api/x-components.searchmutations.setspellcheck.md +2 -13
  773. package/docs/API-reference/api/x-components.searchmutations.setstats.md +2 -13
  774. package/docs/API-reference/api/x-components.searchmutations.settotalresults.md +2 -13
  775. package/docs/API-reference/api/x-components.searchmutations.updateresult.md +2 -13
  776. package/docs/API-reference/api/x-components.searchstate.md +422 -24
  777. package/docs/API-reference/api/x-components.searchxevents.md +383 -20
  778. package/docs/API-reference/api/x-components.searchxevents.userselectedapage.md +13 -0
  779. package/docs/API-reference/api/x-components.selectedfilters.md +7 -7
  780. package/docs/API-reference/api/x-components.selectedfilterslist.md +9 -7
  781. package/docs/API-reference/api/x-components.semanticqueries.md +5 -2
  782. package/docs/API-reference/api/x-components.semanticqueriesactions.fetchandsavesemanticquery.md +2 -13
  783. package/docs/API-reference/api/x-components.semanticqueriesactions.fetchsemanticquery.md +2 -15
  784. package/docs/API-reference/api/x-components.semanticqueriesactions.md +61 -5
  785. package/docs/API-reference/api/x-components.semanticqueriesconfig.md +60 -4
  786. package/docs/API-reference/api/x-components.semanticqueriesgetters.md +79 -4
  787. package/docs/API-reference/api/x-components.semanticqueriesgetters.query.md +13 -0
  788. package/docs/API-reference/api/x-components.semanticqueriesmutations.md +100 -7
  789. package/docs/API-reference/api/x-components.semanticqueriesmutations.setparams.md +2 -13
  790. package/docs/API-reference/api/x-components.semanticqueriesmutations.setsemanticqueries.md +2 -13
  791. package/docs/API-reference/api/x-components.semanticqueriesmutations.setsemanticqueriesrelatedtags.md +13 -0
  792. package/docs/API-reference/api/x-components.semanticqueriesmutations.settotalresults.md +2 -13
  793. package/docs/API-reference/api/x-components.semanticqueriesstate.md +118 -7
  794. package/docs/API-reference/api/x-components.semanticqueriesstate.relatedtags.md +13 -0
  795. package/docs/API-reference/api/x-components.semanticqueriesxevents.md +79 -5
  796. package/docs/API-reference/api/x-components.semanticquery.md +7 -5
  797. package/docs/API-reference/api/x-components.setaiurlparams.md +13 -0
  798. package/docs/API-reference/api/x-components.setconfig.md +72 -0
  799. package/docs/API-reference/api/x-components.sethistoryqueries.md +1 -1
  800. package/docs/API-reference/api/x-components.setquery.md +70 -0
  801. package/docs/API-reference/api/x-components.setqueryfromlasthistoryquery.md +1 -1
  802. package/docs/API-reference/api/x-components.setsearchurlparams.md +1 -1
  803. package/docs/API-reference/api/x-components.setstatus.md +49 -4
  804. package/docs/API-reference/api/x-components.setupdevtools.md +34 -4
  805. package/docs/API-reference/api/x-components.seturlprompt.md +13 -0
  806. package/docs/API-reference/api/x-components.simplefilter.md +24 -9
  807. package/docs/API-reference/api/x-components.singlecolumnlayout.md +12 -7
  808. package/docs/API-reference/api/x-components.slicedfilters.md +8 -8
  809. package/docs/API-reference/api/x-components.slidingpanel.md +26 -13
  810. package/docs/API-reference/api/x-components.snippetcallbacks.md +19 -4
  811. package/docs/API-reference/api/x-components.snippetconfig.md +269 -15
  812. package/docs/API-reference/api/x-components.snippetconfigextraparams.md +10 -8
  813. package/docs/API-reference/api/x-components.sortdropdown.md +13 -11
  814. package/docs/API-reference/api/x-components.sortedfilters.md +6 -6
  815. package/docs/API-reference/api/x-components.sortlist.md +14 -12
  816. package/docs/API-reference/api/x-components.sortpickerlist.md +14 -12
  817. package/docs/API-reference/api/x-components.spatialnavigation.md +42 -4
  818. package/docs/API-reference/api/x-components.spatialnavigation.navigateto.md +2 -15
  819. package/docs/API-reference/api/x-components.spellcheck.md +3 -3
  820. package/docs/API-reference/api/x-components.spellcheckbutton.md +3 -3
  821. package/docs/API-reference/api/x-components.staggeredfadeandslide.md +5 -5
  822. package/docs/API-reference/api/x-components.stateselector.filter.md +2 -16
  823. package/docs/API-reference/api/x-components.stateselector.md +75 -8
  824. package/docs/API-reference/api/x-components.statusmutations.md +42 -4
  825. package/docs/API-reference/api/x-components.statusmutations.setstatus.md +2 -13
  826. package/docs/API-reference/api/x-components.statusstate.md +41 -3
  827. package/docs/API-reference/api/x-components.storemodulestateandgetters.getters.md +11 -0
  828. package/docs/API-reference/api/x-components.storemodulestateandgetters.md +61 -6
  829. package/docs/API-reference/api/x-components.storemodulestateandgetters.state.md +11 -0
  830. package/docs/API-reference/api/x-components.subjectpayload.eventpayload.md +13 -0
  831. package/docs/API-reference/api/x-components.subjectpayload.md +77 -0
  832. package/docs/API-reference/api/x-components.subjectpayload.metadata.md +13 -0
  833. package/docs/API-reference/api/x-components.tagging.md +10 -10
  834. package/docs/API-reference/api/x-components.taggingactions.md +42 -4
  835. package/docs/API-reference/api/x-components.taggingactions.track.md +2 -13
  836. package/docs/API-reference/api/x-components.taggingconfig.md +98 -6
  837. package/docs/API-reference/api/{x-components.taggingconfig.clickedresultstoragekey.md → x-components.taggingconfig.storagekey.md} +3 -3
  838. package/docs/API-reference/api/x-components.taggingconfig.storagettlms.md +13 -0
  839. package/docs/API-reference/api/x-components.taggingmutations.md +81 -7
  840. package/docs/API-reference/api/x-components.taggingmutations.setconsent.md +2 -13
  841. package/docs/API-reference/api/x-components.taggingmutations.setnoresultstaggingenabled.md +2 -13
  842. package/docs/API-reference/api/x-components.taggingmutations.setquerytagginginfo.md +2 -13
  843. package/docs/API-reference/api/x-components.taggingstate.md +98 -6
  844. package/docs/API-reference/api/x-components.taggingxevents.md +174 -10
  845. package/docs/API-reference/api/x-components.taggingxevents.resulturltrackingenabled.md +1 -1
  846. package/docs/API-reference/api/x-components.takenavigationcontrol.direction.md +11 -0
  847. package/docs/API-reference/api/x-components.takenavigationcontrol.md +78 -7
  848. package/docs/API-reference/api/x-components.takenavigationcontrol.modulename.md +11 -0
  849. package/docs/API-reference/api/x-components.takenavigationcontrol.xevent.md +11 -0
  850. package/docs/API-reference/api/x-components.throttle.md +65 -5
  851. package/docs/API-reference/api/x-components.throttlefunction.md +4 -4
  852. package/docs/API-reference/api/x-components.timedwireoperatoroptions.md +60 -4
  853. package/docs/API-reference/api/x-components.togglerelatedtag.md +1 -1
  854. package/docs/API-reference/api/x-components.tokebabcase.md +33 -3
  855. package/docs/API-reference/api/x-components.track.md +1 -1
  856. package/docs/API-reference/api/x-components.trackaioverviewbuttonclickedwire.md +13 -0
  857. package/docs/API-reference/api/x-components.trackaisuggestionssearchwire.md +13 -0
  858. package/docs/API-reference/api/x-components.tracknoresultsquerywithfallbackwire.md +13 -0
  859. package/docs/API-reference/api/x-components.tracknoresultsquerywithfallbackwiredebounced.md +13 -0
  860. package/docs/API-reference/api/x-components.tracknoresultsquerywithsemanticswire.md +6 -1
  861. package/docs/API-reference/api/x-components.tracknoresultsquerywithsemanticswiredebounced.md +6 -1
  862. package/docs/API-reference/api/x-components.trackpromotedclickedwire.md +13 -0
  863. package/docs/API-reference/api/x-components.trackrelatedprompttoolingdisplayclickwire.md +13 -0
  864. package/docs/API-reference/api/x-components.tracktoolingadd2cartwire.md +13 -0
  865. package/docs/API-reference/api/x-components.tracktoolingdisplayclickedwire.md +13 -0
  866. package/docs/API-reference/api/x-components.typing.md +13 -0
  867. package/docs/API-reference/api/x-components.typinghtmlelement.__timeoutid.md +11 -0
  868. package/docs/API-reference/api/x-components.typinghtmlelement.md +59 -0
  869. package/docs/API-reference/api/x-components.typingoptions.md +96 -0
  870. package/docs/API-reference/api/x-components.typingoptions.speed.md +13 -0
  871. package/docs/API-reference/api/x-components.typingoptions.targetattr.md +18 -0
  872. package/docs/API-reference/api/x-components.typingoptions.text.md +13 -0
  873. package/docs/API-reference/api/x-components.urlgetters.md +41 -3
  874. package/docs/API-reference/api/x-components.urlhandler.md +5 -1
  875. package/docs/API-reference/api/x-components.urlmutations.md +178 -13
  876. package/docs/API-reference/api/x-components.urlmutations.setfilters.md +2 -13
  877. package/docs/API-reference/api/x-components.urlmutations.setinitialextraparams.md +2 -13
  878. package/docs/API-reference/api/x-components.urlmutations.setpage.md +2 -13
  879. package/docs/API-reference/api/x-components.urlmutations.setparams.md +2 -13
  880. package/docs/API-reference/api/x-components.urlmutations.setprompt.md +13 -0
  881. package/docs/API-reference/api/x-components.urlmutations.setrelatedtags.md +2 -13
  882. package/docs/API-reference/api/x-components.urlmutations.setscroll.md +2 -13
  883. package/docs/API-reference/api/x-components.urlmutations.setsort.md +2 -13
  884. package/docs/API-reference/api/x-components.urlparams.md +141 -8
  885. package/docs/API-reference/api/x-components.urlparams.prompt.md +11 -0
  886. package/docs/API-reference/api/x-components.urlstate.md +40 -4
  887. package/docs/API-reference/api/x-components.urlxevents.extraparamsloadedfromurl.md +1 -1
  888. package/docs/API-reference/api/x-components.urlxevents.md +98 -6
  889. package/docs/API-reference/api/x-components.urlxevents.paramsloadedfromurl.md +1 -1
  890. package/docs/API-reference/api/x-components.urlxevents.pushableurlstateupdated.md +1 -1
  891. package/docs/API-reference/api/x-components.urlxevents.replaceableurlstateupdated.md +1 -1
  892. package/docs/API-reference/api/x-components.use_x.md +4 -4
  893. package/docs/API-reference/api/x-components.usealiasapi.md +652 -32
  894. package/docs/API-reference/api/x-components.usealiasqueryapi.md +148 -8
  895. package/docs/API-reference/api/x-components.usealiasstatusapi.md +169 -9
  896. package/docs/API-reference/api/x-components.usecollapseanimation.md +37 -7
  897. package/docs/API-reference/api/x-components.usedebounce.md +65 -5
  898. package/docs/API-reference/api/x-components.usedisableanimation.md +33 -3
  899. package/docs/API-reference/api/x-components.useemitdisplayevent.md +46 -4
  900. package/docs/API-reference/api/x-components.usefacets.md +33 -3
  901. package/docs/API-reference/api/x-components.usefiltersinjection.md +33 -3
  902. package/docs/API-reference/api/x-components.usegetter.md +3 -17
  903. package/docs/API-reference/api/x-components.useondisplay.md +46 -4
  904. package/docs/API-reference/api/x-components.usequeriespreview.md +7 -1
  905. package/docs/API-reference/api/x-components.usescroll.md +78 -6
  906. package/docs/API-reference/api/x-components.usestate.md +38 -7
  907. package/docs/API-reference/api/x-components.usexbus.md +4 -4
  908. package/docs/API-reference/api/x-components.watchedinternalsearchrequest.md +56 -4
  909. package/docs/API-reference/api/x-components.wire.md +1 -1
  910. package/docs/API-reference/api/x-components.wirecommit.md +49 -4
  911. package/docs/API-reference/api/x-components.wirecommit_1.md +49 -4
  912. package/docs/API-reference/api/x-components.wirecommit_2.md +33 -3
  913. package/docs/API-reference/api/x-components.wirecommitwithoutpayload.md +33 -3
  914. package/docs/API-reference/api/x-components.wiredispatch.md +49 -4
  915. package/docs/API-reference/api/x-components.wiredispatch_1.md +49 -4
  916. package/docs/API-reference/api/x-components.wiredispatch_2.md +33 -3
  917. package/docs/API-reference/api/x-components.wiredispatchwithoutpayload.md +33 -3
  918. package/docs/API-reference/api/x-components.wiremetadata.md +212 -12
  919. package/docs/API-reference/api/x-components.wireparams.md +39 -3
  920. package/docs/API-reference/api/x-components.wirepayload.md +1 -1
  921. package/docs/API-reference/api/x-components.xactioncontext.commit.md +2 -13
  922. package/docs/API-reference/api/x-components.xactioncontext.dispatch.md +2 -13
  923. package/docs/API-reference/api/x-components.xactioncontext.md +73 -12
  924. package/docs/API-reference/api/x-components.xapi.addproducttocart.md +2 -12
  925. package/docs/API-reference/api/x-components.xapi.getsnippetconfig.md +2 -8
  926. package/docs/API-reference/api/x-components.xapi.init.md +2 -13
  927. package/docs/API-reference/api/x-components.xapi.md +119 -9
  928. package/docs/API-reference/api/x-components.xapi.search.md +2 -13
  929. package/docs/API-reference/api/x-components.xapi.setsnippetconfig.md +2 -13
  930. package/docs/API-reference/api/x-components.xbus.emit.md +13 -0
  931. package/docs/API-reference/api/x-components.xbus.md +77 -0
  932. package/docs/API-reference/api/x-components.xbus.on.md +13 -0
  933. package/docs/API-reference/api/x-components.xcomponentaliasapi.md +631 -31
  934. package/docs/API-reference/api/x-components.xcomponentaliasqueryapi.md +148 -8
  935. package/docs/API-reference/api/x-components.xcomponentaliasstatusapi.md +169 -9
  936. package/docs/API-reference/api/x-components.xcomponentapi.md +1 -1
  937. package/docs/API-reference/api/x-components.xcomponentbusapi.emit.md +3 -13
  938. package/docs/API-reference/api/x-components.xcomponentbusapi.md +59 -9
  939. package/docs/API-reference/api/x-components.xcomponentbusapi.on.md +1 -0
  940. package/docs/API-reference/api/x-components.xeventstypes.md +575 -33
  941. package/docs/API-reference/api/x-components.xinstaller._constructor_.md +33 -3
  942. package/docs/API-reference/api/x-components.xinstaller.init.md +34 -4
  943. package/docs/API-reference/api/x-components.xinstaller.md +161 -13
  944. package/docs/API-reference/api/x-components.xinstaller.normalisesnippetconfig.md +31 -3
  945. package/docs/API-reference/api/x-components.xinstaller.normalisesnippetconfig_1.md +31 -3
  946. package/docs/API-reference/api/x-components.xmodule.md +98 -6
  947. package/docs/API-reference/api/x-components.xmoduleoptions.md +60 -4
  948. package/docs/API-reference/api/x-components.xmodulestree.ai.md +11 -0
  949. package/docs/API-reference/api/x-components.xmodulestree.md +379 -22
  950. package/docs/API-reference/api/x-components.xplugin._constructor_.md +33 -3
  951. package/docs/API-reference/api/x-components.xplugin.adapter.md +1 -1
  952. package/docs/API-reference/api/x-components.xplugin.bus.md +1 -1
  953. package/docs/API-reference/api/x-components.xplugin.registerxmodule.md +33 -3
  954. package/docs/API-reference/api/x-components.xpluginoptions.md +117 -7
  955. package/docs/API-reference/api/x-components.xprioritybus._constructor_.md +55 -0
  956. package/docs/API-reference/api/x-components.xprioritybus.emit.md +88 -0
  957. package/docs/API-reference/api/x-components.xprioritybus.md +97 -0
  958. package/docs/API-reference/api/x-components.xprioritybus.on.md +72 -0
  959. package/docs/API-reference/api/x-components.xprioritybuseventmetadata.md +78 -0
  960. package/docs/API-reference/api/x-components.xprioritybuseventmetadata.priority.md +11 -0
  961. package/docs/API-reference/api/x-components.xprioritybuseventmetadata.replaceable.md +11 -0
  962. package/docs/API-reference/api/x-components.xpriorityqueue.md +96 -0
  963. package/docs/API-reference/api/x-components.xpriorityqueue.pop.md +13 -0
  964. package/docs/API-reference/api/x-components.xpriorityqueue.push.md +13 -0
  965. package/docs/API-reference/api/x-components.xpriorityqueue.size.md +13 -0
  966. package/docs/API-reference/api/x-components.xpriorityqueuenode.data.md +13 -0
  967. package/docs/API-reference/api/x-components.xpriorityqueuenode.key.md +13 -0
  968. package/docs/API-reference/api/x-components.xpriorityqueuenode.md +96 -0
  969. package/docs/API-reference/api/x-components.xpriorityqueuenode.priority.md +13 -0
  970. package/docs/API-reference/api/x-components.xpriorityqueuenodedata.eventmetadata.md +13 -0
  971. package/docs/API-reference/api/x-components.xpriorityqueuenodedata.eventpayload.md +13 -0
  972. package/docs/API-reference/api/x-components.xpriorityqueuenodedata.md +115 -0
  973. package/docs/API-reference/api/x-components.xpriorityqueuenodedata.replaceable.md +13 -0
  974. package/docs/API-reference/api/x-components.xpriorityqueuenodedata.resolve.md +13 -0
  975. package/docs/API-reference/api/x-components.xstoremodule.md +90 -6
  976. package/docs/API-reference/api/x-types.aiquestion.content.md +14 -0
  977. package/docs/API-reference/api/x-types.aiquestion.expanded.md +11 -0
  978. package/docs/API-reference/api/x-types.aiquestion.id.md +11 -0
  979. package/docs/API-reference/api/x-types.aiquestion.md +200 -0
  980. package/docs/API-reference/api/x-types.aiquestion.metadata.md +17 -0
  981. package/docs/API-reference/api/x-types.aiquestion.responsetext.md +11 -0
  982. package/docs/API-reference/api/x-types.aiquestion.suggestionimageurl.md +11 -0
  983. package/docs/API-reference/api/x-types.aiquestion.suggestiontext.md +11 -0
  984. package/docs/API-reference/api/x-types.aiquestion.tagging.md +19 -0
  985. package/docs/API-reference/api/x-types.aiquestion.type.md +11 -0
  986. package/docs/API-reference/api/x-types.aiquestionsrequest.lang.md +11 -0
  987. package/docs/API-reference/api/x-types.aiquestionsrequest.md +76 -0
  988. package/docs/API-reference/api/x-types.aiquestionsrequest.query.md +11 -0
  989. package/docs/API-reference/api/x-types.aiquestionsresponse.context.md +16 -0
  990. package/docs/API-reference/api/x-types.aiquestionsresponse.items.md +11 -0
  991. package/docs/API-reference/api/x-types.aiquestionsresponse.md +141 -0
  992. package/docs/API-reference/api/x-types.aiquestionsresponse.numitems.md +11 -0
  993. package/docs/API-reference/api/x-types.aiquestionsresponse.resolved.md +11 -0
  994. package/docs/API-reference/api/x-types.aiquestionsresponse.taskid.md +11 -0
  995. package/docs/API-reference/api/x-types.aiquestionsresponse.totalitems.md +11 -0
  996. package/docs/API-reference/api/x-types.aisuggestionquery.categories.md +11 -0
  997. package/docs/API-reference/api/x-types.aisuggestionquery.md +73 -0
  998. package/docs/API-reference/api/x-types.aisuggestionquery.query.md +11 -0
  999. package/docs/API-reference/api/x-types.aisuggestionsearch.md +107 -0
  1000. package/docs/API-reference/api/x-types.aisuggestionsearch.numfound.md +11 -0
  1001. package/docs/API-reference/api/x-types.aisuggestionsearch.query.md +11 -0
  1002. package/docs/API-reference/api/x-types.aisuggestionsearch.results.md +11 -0
  1003. package/docs/API-reference/api/x-types.aisuggestionsearch.tagging.md +13 -0
  1004. package/docs/API-reference/api/x-types.aisuggestionsrequest.md +15 -0
  1005. package/docs/API-reference/api/x-types.aisuggestionssearchrequest.md +57 -0
  1006. package/docs/API-reference/api/x-types.aisuggestionssearchrequest.queries.md +14 -0
  1007. package/docs/API-reference/api/x-types.aisuggestionssearchresponse.md +56 -0
  1008. package/docs/API-reference/api/x-types.aisuggestionssearchresponse.suggestions.md +11 -0
  1009. package/docs/API-reference/api/x-types.aisuggestiontagging.md +90 -0
  1010. package/docs/API-reference/api/x-types.aisuggestiontagging.searchqueries.md +15 -0
  1011. package/docs/API-reference/api/x-types.aisuggestiontagging.toolingdisplay.md +11 -0
  1012. package/docs/API-reference/api/x-types.aisuggestiontagging.toolingdisplayclick.md +11 -0
  1013. package/docs/API-reference/api/x-types.aitasksrequest.md +57 -0
  1014. package/docs/API-reference/api/x-types.aitasksrequest.taskid.md +11 -0
  1015. package/docs/API-reference/api/x-types.aitasksresponse.md +73 -0
  1016. package/docs/API-reference/api/x-types.aitasksresponse.result.md +11 -0
  1017. package/docs/API-reference/api/x-types.aitasksresponse.steps.md +11 -0
  1018. package/docs/API-reference/api/x-types.banner.md +98 -6
  1019. package/docs/API-reference/api/x-types.booleanfilter.md +79 -5
  1020. package/docs/API-reference/api/x-types.editablenumberrangefacet.md +60 -4
  1021. package/docs/API-reference/api/x-types.editablenumberrangefilter.md +60 -4
  1022. package/docs/API-reference/api/x-types.experiencecontrolsresponse.md +56 -4
  1023. package/docs/API-reference/api/x-types.extraparamsrequest.md +41 -3
  1024. package/docs/API-reference/api/x-types.facet.md +60 -4
  1025. package/docs/API-reference/api/x-types.facetfilter.md +60 -4
  1026. package/docs/API-reference/api/x-types.facetsrequest.md +15 -0
  1027. package/docs/API-reference/api/x-types.facetsresponse.facets.md +11 -0
  1028. package/docs/API-reference/api/x-types.facetsresponse.md +58 -0
  1029. package/docs/API-reference/api/x-types.filter.md +41 -3
  1030. package/docs/API-reference/api/x-types.filterablerequest.md +41 -3
  1031. package/docs/API-reference/api/x-types.hierarchicalfacet.md +60 -4
  1032. package/docs/API-reference/api/x-types.hierarchicalfilter.md +79 -5
  1033. package/docs/API-reference/api/x-types.historyquery.md +60 -4
  1034. package/docs/API-reference/api/x-types.identifiable.md +41 -3
  1035. package/docs/API-reference/api/x-types.identifierresultsresponse.md +39 -3
  1036. package/docs/API-reference/api/x-types.isbooleanfilter.md +33 -3
  1037. package/docs/API-reference/api/x-types.iseditablenumberrangefacet.md +33 -3
  1038. package/docs/API-reference/api/x-types.iseditablenumberrangefilter.md +33 -3
  1039. package/docs/API-reference/api/x-types.isfacetfilter.md +33 -3
  1040. package/docs/API-reference/api/x-types.ishierarchicalfacet.md +33 -3
  1041. package/docs/API-reference/api/x-types.ishierarchicalfilter.md +33 -3
  1042. package/docs/API-reference/api/x-types.isnumberrangefacet.md +33 -3
  1043. package/docs/API-reference/api/x-types.isnumberrangefilter.md +33 -3
  1044. package/docs/API-reference/api/x-types.israwfilter.md +33 -3
  1045. package/docs/API-reference/api/x-types.issimplefacet.md +33 -3
  1046. package/docs/API-reference/api/x-types.issimplefilter.md +33 -3
  1047. package/docs/API-reference/api/x-types.md +1425 -118
  1048. package/docs/API-reference/api/x-types.namedmodel.md +43 -3
  1049. package/docs/API-reference/api/x-types.nextqueries.md +41 -3
  1050. package/docs/API-reference/api/x-types.nextqueriesresponse.md +39 -3
  1051. package/docs/API-reference/api/x-types.nextquery.md +41 -3
  1052. package/docs/API-reference/api/x-types.numberrangefacet.md +60 -4
  1053. package/docs/API-reference/api/x-types.numberrangefilter.md +60 -4
  1054. package/docs/API-reference/api/x-types.pageablerequest.md +60 -4
  1055. package/docs/API-reference/api/x-types.partialresult.md +60 -4
  1056. package/docs/API-reference/api/x-types.popularsearchesresponse.md +39 -3
  1057. package/docs/API-reference/api/x-types.previewable.md +98 -6
  1058. package/docs/API-reference/api/x-types.previewresults.md +79 -5
  1059. package/docs/API-reference/api/x-types.promoted.md +98 -6
  1060. package/docs/API-reference/api/x-types.queryablerequest.md +39 -3
  1061. package/docs/API-reference/api/x-types.querysuggestionsresponse.md +39 -3
  1062. package/docs/API-reference/api/x-types.rangevalue.md +60 -4
  1063. package/docs/API-reference/api/x-types.rawfilter.md +79 -5
  1064. package/docs/API-reference/api/x-types.recommendationsresponse.md +39 -3
  1065. package/docs/API-reference/api/x-types.redirection.md +41 -3
  1066. package/docs/API-reference/api/x-types.relatedprompt.md +155 -5
  1067. package/docs/API-reference/api/x-types.relatedprompt.nextqueries.md +1 -1
  1068. package/docs/API-reference/api/x-types.relatedprompt.relatedpromptnextqueries.md +13 -0
  1069. package/docs/API-reference/api/x-types.relatedprompt.suggestionimageurl.md +13 -0
  1070. package/docs/API-reference/api/x-types.relatedprompt.tagging.md +17 -0
  1071. package/docs/API-reference/api/x-types.relatedprompt.toolingdisplaytagging.md +13 -0
  1072. package/docs/API-reference/api/x-types.relatedpromptnextquery.md +115 -0
  1073. package/docs/API-reference/api/x-types.relatedpromptnextquery.query.md +13 -0
  1074. package/docs/API-reference/api/x-types.relatedpromptnextquery.toolingdisplayadd2carttagging.md +13 -0
  1075. package/docs/API-reference/api/x-types.relatedpromptnextquery.toolingdisplayclicktagging.md +13 -0
  1076. package/docs/API-reference/api/x-types.relatedpromptnextquery.toolingdisplaytagging.md +13 -0
  1077. package/docs/API-reference/api/x-types.relatedpromptsresponse.md +39 -3
  1078. package/docs/API-reference/api/x-types.relatedtag.md +60 -4
  1079. package/docs/API-reference/api/x-types.relatedtagsresponse.md +39 -3
  1080. package/docs/API-reference/api/x-types.result.md +193 -11
  1081. package/docs/API-reference/api/x-types.resultidentifier.md +41 -3
  1082. package/docs/API-reference/api/x-types.resultprice.md +98 -6
  1083. package/docs/API-reference/api/x-types.resultrating.md +41 -3
  1084. package/docs/API-reference/api/x-types.searchresponse.md +227 -13
  1085. package/docs/API-reference/api/x-types.semanticqueriesresponse.md +39 -3
  1086. package/docs/API-reference/api/x-types.semanticquery.md +56 -4
  1087. package/docs/API-reference/api/x-types.simplefacet.md +60 -4
  1088. package/docs/API-reference/api/x-types.simplefilter.md +41 -3
  1089. package/docs/API-reference/api/x-types.sortablerequest.md +41 -3
  1090. package/docs/API-reference/api/x-types.stats.md +39 -3
  1091. package/docs/API-reference/api/x-types.stepempathising.md +73 -0
  1092. package/docs/API-reference/api/x-types.stepempathising.stepdescription.md +11 -0
  1093. package/docs/API-reference/api/x-types.stepempathising.stepname.md +11 -0
  1094. package/docs/API-reference/api/x-types.suggestion.key.md +1 -1
  1095. package/docs/API-reference/api/x-types.suggestion.md +62 -6
  1096. package/docs/API-reference/api/x-types.taggable.md +41 -3
  1097. package/docs/API-reference/api/x-types.tagging.md +117 -7
  1098. package/docs/API-reference/api/x-types.taggingrequest.md +60 -4
  1099. package/docs/API-reference/api/x-types.trackablerequest.md +41 -3
  1100. package/docs/API-reference/api/x-types.trackableshowresponse.md +39 -3
  1101. package/docs/API-reference/api/x-types.userinfo.md +79 -5
  1102. package/docs/API-reference/api/x-types.xcomponentsadapter.aiquestions.md +11 -0
  1103. package/docs/API-reference/api/x-types.xcomponentsadapter.aisuggestions.md +11 -0
  1104. package/docs/API-reference/api/x-types.xcomponentsadapter.aisuggestionssearch.md +11 -0
  1105. package/docs/API-reference/api/x-types.xcomponentsadapter.aisummarize.md +11 -0
  1106. package/docs/API-reference/api/x-types.xcomponentsadapter.aitasks.md +11 -0
  1107. package/docs/API-reference/api/x-types.xcomponentsadapter.facets.md +11 -0
  1108. package/docs/API-reference/api/x-types.xcomponentsadapter.md +313 -13
  1109. package/docs/API-reference/components/ai/x-components.ai-carousel.md +28 -0
  1110. package/docs/API-reference/components/ai/x-components.ai-overview.md +99 -0
  1111. package/docs/API-reference/components/common/animations/x-components.animate-width.md +8 -21
  1112. package/docs/API-reference/components/common/animations/x-components.change-height.md +56 -0
  1113. package/docs/API-reference/components/common/animations/x-components.collapse-height.md +59 -9
  1114. package/docs/API-reference/components/common/animations/x-components.collapse-width.md +57 -10
  1115. package/docs/API-reference/components/common/animations/x-components.cross-fade.md +55 -9
  1116. package/docs/API-reference/components/common/animations/x-components.fade-and-slide.md +43 -10
  1117. package/docs/API-reference/components/common/animations/x-components.fade.md +46 -19
  1118. package/docs/API-reference/components/common/animations/x-components.no-animation.md +20 -0
  1119. package/docs/API-reference/components/common/animations/x-components.staggered-fade-and-slide.md +29 -14
  1120. package/docs/API-reference/components/common/column-picker/x-components.base-column-picker-dropdown.md +23 -43
  1121. package/docs/API-reference/components/common/column-picker/x-components.base-column-picker-list.md +43 -65
  1122. package/docs/API-reference/components/common/currency/x-components.base-currency.md +40 -144
  1123. package/docs/API-reference/components/common/filters/labels/x-components.base-price-filter-label.md +9 -15
  1124. package/docs/API-reference/components/common/filters/labels/x-components.base-rating-filter-label.md +68 -14
  1125. package/docs/API-reference/components/common/icons/x-components.ai-star.md +7 -0
  1126. package/docs/API-reference/components/common/icons/x-components.spinner.md +7 -0
  1127. package/docs/API-reference/components/common/layouts/x-components.fixed-header-and-asides-layout.md +37 -17
  1128. package/docs/API-reference/components/common/layouts/x-components.multi-column-max-width-layout.md +22 -2
  1129. package/docs/API-reference/components/common/layouts/x-components.single-column-layout.md +47 -0
  1130. package/docs/API-reference/components/common/modals/x-components.base-events-modal-close.md +14 -28
  1131. package/docs/API-reference/components/common/modals/x-components.base-events-modal-open.md +10 -26
  1132. package/docs/API-reference/components/common/modals/x-components.base-events-modal.md +42 -47
  1133. package/docs/API-reference/components/common/modals/x-components.base-id-modal-close.md +8 -20
  1134. package/docs/API-reference/components/common/modals/x-components.base-id-modal-open.md +7 -21
  1135. package/docs/API-reference/components/common/modals/x-components.base-id-modal.md +14 -24
  1136. package/docs/API-reference/components/common/modals/x-components.base-modal.md +17 -50
  1137. package/docs/API-reference/components/common/modals/x-components.close-main-modal.md +12 -19
  1138. package/docs/API-reference/components/common/modals/x-components.main-modal.md +40 -59
  1139. package/docs/API-reference/components/common/modals/x-components.open-main-modal.md +12 -19
  1140. package/docs/API-reference/components/common/panels/x-components.base-header-toggle-panel.md +58 -35
  1141. package/docs/API-reference/components/common/panels/x-components.base-id-toggle-panel-button.md +21 -28
  1142. package/docs/API-reference/components/common/panels/x-components.base-id-toggle-panel.md +47 -29
  1143. package/docs/API-reference/components/common/panels/x-components.base-tabs-panel.md +23 -98
  1144. package/docs/API-reference/components/common/panels/x-components.base-toggle-panel.md +19 -13
  1145. package/docs/API-reference/components/common/result/x-components.base-result-add-to-cart.md +17 -5
  1146. package/docs/API-reference/components/common/result/x-components.base-result-current-price.md +28 -5
  1147. package/docs/API-reference/components/common/result/x-components.base-result-image.md +56 -31
  1148. package/docs/API-reference/components/common/result/x-components.base-result-link.md +21 -10
  1149. package/docs/API-reference/components/common/result/x-components.base-result-previous-price.md +17 -21
  1150. package/docs/API-reference/components/common/result/x-components.base-result-rating.md +70 -137
  1151. package/docs/API-reference/components/common/result/x-components.result-variant-selector.md +107 -182
  1152. package/docs/API-reference/components/common/result/x-components.result-variants-provider.md +57 -105
  1153. package/docs/API-reference/components/common/scroll/x-components.base-scroll.md +70 -111
  1154. package/docs/API-reference/components/common/suggestions/x-components.base-suggestion.md +69 -56
  1155. package/docs/API-reference/components/common/suggestions/x-components.base-suggestions.md +118 -108
  1156. package/docs/API-reference/components/common/x-components.auto-progress-bar.md +12 -25
  1157. package/docs/API-reference/components/common/x-components.base-dropdown.md +16 -25
  1158. package/docs/API-reference/components/common/x-components.base-event-button.md +31 -7
  1159. package/docs/API-reference/components/common/x-components.base-grid.md +45 -5
  1160. package/docs/API-reference/components/common/x-components.base-keyboard-navigation.md +58 -37
  1161. package/docs/API-reference/components/common/x-components.base-rating.md +24 -10
  1162. package/docs/API-reference/components/common/x-components.base-slider.md +32 -78
  1163. package/docs/API-reference/components/common/x-components.base-switch.md +12 -31
  1164. package/docs/API-reference/components/common/x-components.base-teleport.md +70 -0
  1165. package/docs/API-reference/components/common/x-components.base-variable-column-grid.md +55 -95
  1166. package/docs/API-reference/components/common/x-components.display-click-provider.md +78 -0
  1167. package/docs/API-reference/components/common/x-components.display-emitter.md +3 -8
  1168. package/docs/API-reference/components/common/x-components.global-x-bus.md +8 -15
  1169. package/docs/API-reference/components/common/x-components.highlight.md +11 -32
  1170. package/docs/API-reference/components/common/x-components.items-list.md +2 -2
  1171. package/docs/API-reference/components/common/x-components.location-provider.md +11 -10
  1172. package/docs/API-reference/components/common/x-components.page-loader-button.md +40 -40
  1173. package/docs/API-reference/components/common/x-components.page-selector.md +137 -0
  1174. package/docs/API-reference/components/common/x-components.sliding-panel.md +120 -115
  1175. package/docs/API-reference/components/common/x-components.snippet-callbacks.md +7 -7
  1176. package/docs/API-reference/components/device/x-components.device-detector.md +40 -66
  1177. package/docs/API-reference/components/empathize/x-components.empathize.md +95 -37
  1178. package/docs/API-reference/components/experience-controls/x-components.experience-controls.md +3 -9
  1179. package/docs/API-reference/components/extra-params/x-components.extra-params.md +8 -17
  1180. package/docs/API-reference/components/extra-params/x-components.renderless-extra-param.md +13 -20
  1181. package/docs/API-reference/components/extra-params/x-components.snippet-config-extra-params.md +18 -24
  1182. package/docs/API-reference/components/facets/x-components.clear-filters.md +32 -7
  1183. package/docs/API-reference/components/facets/x-components.facets/facets-provider.md +34 -41
  1184. package/docs/API-reference/components/facets/x-components.facets/facets.md +37 -68
  1185. package/docs/API-reference/components/facets/x-components.filters/all-filter.md +61 -26
  1186. package/docs/API-reference/components/facets/x-components.filters/editable-number-range-filter.md +88 -121
  1187. package/docs/API-reference/components/facets/x-components.filters/hierarchical-filter.md +80 -119
  1188. package/docs/API-reference/components/facets/x-components.filters/number-range-filter.md +49 -73
  1189. package/docs/API-reference/components/facets/x-components.filters/renderless-filter.md +35 -17
  1190. package/docs/API-reference/components/facets/x-components.filters/simple-filter.md +58 -88
  1191. package/docs/API-reference/components/facets/x-components.lists/exclude-filters-with-no-results.md +72 -91
  1192. package/docs/API-reference/components/facets/x-components.lists/filters-list.md +51 -14
  1193. package/docs/API-reference/components/facets/x-components.lists/filters-search.md +93 -32
  1194. package/docs/API-reference/components/facets/x-components.lists/selected-filters-list.md +27 -31
  1195. package/docs/API-reference/components/facets/x-components.lists/selected-filters.md +47 -17
  1196. package/docs/API-reference/components/facets/x-components.lists/sliced-filters.md +63 -32
  1197. package/docs/API-reference/components/facets/x-components.lists/sorted-filters.md +29 -33
  1198. package/docs/API-reference/components/facets/x-components.preselected-filters.md +20 -28
  1199. package/docs/API-reference/components/history-queries/x-components.clear-history-queries.md +13 -19
  1200. package/docs/API-reference/components/history-queries/x-components.history-queries-switch.md +21 -38
  1201. package/docs/API-reference/components/history-queries/x-components.history-queries.md +29 -77
  1202. package/docs/API-reference/components/history-queries/x-components.history-query.md +40 -76
  1203. package/docs/API-reference/components/history-queries/x-components.my-history.md +35 -93
  1204. package/docs/API-reference/components/history-queries/x-components.remove-history-query.md +19 -5
  1205. package/docs/API-reference/components/identifier-results/x-components.identifier-result.md +15 -5
  1206. package/docs/API-reference/components/identifier-results/x-components.identifier-results.md +34 -27
  1207. package/docs/API-reference/components/next-queries/x-components.next-queries-list.md +28 -60
  1208. package/docs/API-reference/components/next-queries/x-components.next-queries.md +28 -60
  1209. package/docs/API-reference/components/next-queries/x-components.next-query-preview.md +59 -90
  1210. package/docs/API-reference/components/next-queries/x-components.next-query.md +30 -49
  1211. package/docs/API-reference/components/popular-searches/x-components.popular-search.md +22 -42
  1212. package/docs/API-reference/components/popular-searches/x-components.popular-searches.md +19 -49
  1213. package/docs/API-reference/components/queries-preview/x-components.query-preview-button.md +17 -42
  1214. package/docs/API-reference/components/queries-preview/x-components.query-preview-list.md +41 -57
  1215. package/docs/API-reference/components/queries-preview/x-components.query-preview.md +35 -69
  1216. package/docs/API-reference/components/query-suggestions/x-components.query-suggestion.md +34 -60
  1217. package/docs/API-reference/components/query-suggestions/x-components.query-suggestions.md +57 -111
  1218. package/docs/API-reference/components/recommendations/x-components.recommendations.md +58 -59
  1219. package/docs/API-reference/components/related-prompts/x-components.related-prompt.md +52 -15
  1220. package/docs/API-reference/components/related-prompts/x-components.related-prompts-list.md +36 -80
  1221. package/docs/API-reference/components/related-prompts/x-components.related-prompts-tag-list.md +95 -0
  1222. package/docs/API-reference/components/related-tags/x-components.related-tag.md +34 -65
  1223. package/docs/API-reference/components/related-tags/x-components.related-tags.md +32 -79
  1224. package/docs/API-reference/components/scroll/x-components.main-scroll-item.md +13 -19
  1225. package/docs/API-reference/components/scroll/x-components.main-scroll.md +33 -56
  1226. package/docs/API-reference/components/scroll/x-components.scroll-to-top.md +5 -12
  1227. package/docs/API-reference/components/scroll/x-components.scroll.md +53 -70
  1228. package/docs/API-reference/components/search/x-components.banner.md +29 -42
  1229. package/docs/API-reference/components/search/x-components.banners-list.md +22 -64
  1230. package/docs/API-reference/components/search/x-components.fallback-disclaimer.md +20 -17
  1231. package/docs/API-reference/components/search/x-components.partial-query-button.md +15 -11
  1232. package/docs/API-reference/components/search/x-components.partial-results-list.md +27 -7
  1233. package/docs/API-reference/components/search/x-components.promoted.md +33 -48
  1234. package/docs/API-reference/components/search/x-components.promoteds-list.md +23 -68
  1235. package/docs/API-reference/components/search/x-components.redirection.md +12 -29
  1236. package/docs/API-reference/components/search/x-components.results-list.md +27 -67
  1237. package/docs/API-reference/components/search/x-components.sort-dropdown.md +22 -32
  1238. package/docs/API-reference/components/search/x-components.sort-list.md +22 -36
  1239. package/docs/API-reference/components/search/x-components.sort-picker-list.md +28 -48
  1240. package/docs/API-reference/components/search/x-components.spellcheck-button.md +23 -11
  1241. package/docs/API-reference/components/search/x-components.spellcheck.md +23 -19
  1242. package/docs/API-reference/components/search-box/x-components.clear-search-input.md +20 -44
  1243. package/docs/API-reference/components/search-box/x-components.search-button.md +24 -51
  1244. package/docs/API-reference/components/search-box/x-components.search-input-placeholder.md +26 -40
  1245. package/docs/API-reference/components/search-box/x-components.search-input.md +26 -50
  1246. package/docs/API-reference/components/semantic-queries/x-components.semantic-queries.md +30 -66
  1247. package/docs/API-reference/components/semantic-queries/x-components.semantic-query.md +25 -41
  1248. package/docs/API-reference/components/tagging/x-components.tagging.md +26 -44
  1249. package/docs/API-reference/components/url/x-components.url-handler.md +12 -26
  1250. package/extra-params/index.js +1 -1
  1251. package/facets/index.js +23 -23
  1252. package/history-queries/index.js +1 -1
  1253. package/js/components/animations/animate-clip-path/animate-clip-path.factory.js +12 -12
  1254. package/js/components/animations/animate-clip-path/animate-clip-path.factory.js.map +1 -1
  1255. package/js/components/animations/animate-clip-path/{animate-clip-path.style.scss.js → animate-clip-path.style.css.js} +2 -2
  1256. package/js/components/animations/animate-clip-path/animate-clip-path.style.css.js.map +1 -0
  1257. package/js/components/animations/animate-scale/animate-scale.factory.js +12 -12
  1258. package/js/components/animations/animate-scale/animate-scale.factory.js.map +1 -1
  1259. package/js/components/animations/animate-scale/{animate-scale.style.scss.js → animate-scale.style.css.js} +2 -2
  1260. package/js/components/animations/animate-scale/animate-scale.style.css.js.map +1 -0
  1261. package/js/components/animations/animate-translate/animate-translate.factory.js +12 -12
  1262. package/js/components/animations/animate-translate/animate-translate.factory.js.map +1 -1
  1263. package/js/components/animations/animate-translate/{animate-translate.style.scss.js → animate-translate.style.css.js} +2 -2
  1264. package/js/components/animations/animate-translate/animate-translate.style.css.js.map +1 -0
  1265. package/js/components/animations/animate-width.vue.js.map +1 -1
  1266. package/js/components/animations/animate-width.vue2.js +7 -7
  1267. package/js/components/animations/animate-width.vue2.js.map +1 -1
  1268. package/js/components/animations/animate-width.vue3.js +1 -1
  1269. package/js/components/animations/change-height.vue.js +24 -0
  1270. package/js/components/animations/change-height.vue.js.map +1 -0
  1271. package/js/components/animations/change-height.vue2.js +32 -0
  1272. package/js/components/animations/change-height.vue2.js.map +1 -0
  1273. package/js/components/animations/change-height.vue3.js +7 -0
  1274. package/js/components/animations/change-height.vue3.js.map +1 -0
  1275. package/js/components/animations/collapse-height.vue.js +6 -6
  1276. package/js/components/animations/collapse-height.vue.js.map +1 -1
  1277. package/js/components/animations/collapse-height.vue2.js +21 -21
  1278. package/js/components/animations/collapse-height.vue2.js.map +1 -1
  1279. package/js/components/animations/collapse-height.vue3.js +2 -2
  1280. package/js/components/animations/collapse-width.vue.js +4 -4
  1281. package/js/components/animations/collapse-width.vue.js.map +1 -1
  1282. package/js/components/animations/collapse-width.vue2.js +21 -21
  1283. package/js/components/animations/collapse-width.vue2.js.map +1 -1
  1284. package/js/components/animations/collapse-width.vue3.js +1 -1
  1285. package/js/components/animations/create-directional-animation-factory.js +20 -20
  1286. package/js/components/animations/create-directional-animation-factory.js.map +1 -1
  1287. package/js/components/animations/cross-fade.vue.js.map +1 -1
  1288. package/js/components/animations/cross-fade.vue2.js +17 -17
  1289. package/js/components/animations/cross-fade.vue2.js.map +1 -1
  1290. package/js/components/animations/cross-fade.vue3.js +1 -1
  1291. package/js/components/animations/fade-and-slide.vue.js +1 -2
  1292. package/js/components/animations/fade-and-slide.vue.js.map +1 -1
  1293. package/js/components/animations/fade-and-slide.vue2.js +29 -29
  1294. package/js/components/animations/fade-and-slide.vue2.js.map +1 -1
  1295. package/js/components/animations/fade-and-slide.vue3.js +1 -1
  1296. package/js/components/animations/fade.vue.js.map +1 -1
  1297. package/js/components/animations/fade.vue2.js +15 -15
  1298. package/js/components/animations/fade.vue2.js.map +1 -1
  1299. package/js/components/animations/fade.vue3.js +1 -1
  1300. package/js/components/animations/no-animation.vue.js +9 -9
  1301. package/js/components/animations/no-animation.vue.js.map +1 -1
  1302. package/js/components/animations/staggered-fade-and-slide.vue.js +4 -4
  1303. package/js/components/animations/staggered-fade-and-slide.vue.js.map +1 -1
  1304. package/js/components/animations/staggered-fade-and-slide.vue2.js +97 -97
  1305. package/js/components/animations/staggered-fade-and-slide.vue2.js.map +1 -1
  1306. package/js/components/animations/staggered-fade-and-slide.vue3.js +1 -1
  1307. package/js/components/animations/use-collapse-animation.js +63 -54
  1308. package/js/components/animations/use-collapse-animation.js.map +1 -1
  1309. package/js/components/animations/use-disable-animation.js +20 -20
  1310. package/js/components/animations/use-disable-animation.js.map +1 -1
  1311. package/js/components/auto-progress-bar.vue.js.map +1 -1
  1312. package/js/components/auto-progress-bar.vue2.js +43 -43
  1313. package/js/components/auto-progress-bar.vue2.js.map +1 -1
  1314. package/js/components/auto-progress-bar.vue3.js +1 -1
  1315. package/js/components/base-dropdown.vue.js +18 -20
  1316. package/js/components/base-dropdown.vue.js.map +1 -1
  1317. package/js/components/base-dropdown.vue2.js +276 -272
  1318. package/js/components/base-dropdown.vue2.js.map +1 -1
  1319. package/js/components/base-dropdown.vue3.js +1 -1
  1320. package/js/components/base-event-button.vue.js +3 -4
  1321. package/js/components/base-event-button.vue.js.map +1 -1
  1322. package/js/components/base-event-button.vue2.js +40 -40
  1323. package/js/components/base-event-button.vue2.js.map +1 -1
  1324. package/js/components/base-grid.vue.js +11 -18
  1325. package/js/components/base-grid.vue.js.map +1 -1
  1326. package/js/components/base-grid.vue2.js +118 -120
  1327. package/js/components/base-grid.vue2.js.map +1 -1
  1328. package/js/components/base-grid.vue3.js +2 -2
  1329. package/js/components/base-keyboard-navigation.vue.js +3 -4
  1330. package/js/components/base-keyboard-navigation.vue.js.map +1 -1
  1331. package/js/components/base-keyboard-navigation.vue2.js +121 -121
  1332. package/js/components/base-keyboard-navigation.vue2.js.map +1 -1
  1333. package/js/components/base-rating.vue.js +1 -3
  1334. package/js/components/base-rating.vue.js.map +1 -1
  1335. package/js/components/base-rating.vue2.js +57 -57
  1336. package/js/components/base-rating.vue2.js.map +1 -1
  1337. package/js/components/base-rating.vue3.js +2 -2
  1338. package/js/components/base-slider.vue.js +17 -20
  1339. package/js/components/base-slider.vue.js.map +1 -1
  1340. package/js/components/base-slider.vue2.js +102 -102
  1341. package/js/components/base-slider.vue2.js.map +1 -1
  1342. package/js/components/base-slider.vue3.js +1 -1
  1343. package/js/components/base-switch.vue.js +12 -15
  1344. package/js/components/base-switch.vue.js.map +1 -1
  1345. package/js/components/base-switch.vue2.js +47 -51
  1346. package/js/components/base-switch.vue2.js.map +1 -1
  1347. package/js/components/base-switch.vue3.js +1 -1
  1348. package/js/components/base-teleport.vue.js +17 -0
  1349. package/js/components/base-teleport.vue.js.map +1 -0
  1350. package/js/components/base-teleport.vue2.js +148 -0
  1351. package/js/components/base-teleport.vue2.js.map +1 -0
  1352. package/js/components/base-variable-column-grid.vue.js +1 -2
  1353. package/js/components/base-variable-column-grid.vue.js.map +1 -1
  1354. package/js/components/base-variable-column-grid.vue2.js +74 -74
  1355. package/js/components/base-variable-column-grid.vue2.js.map +1 -1
  1356. package/js/components/column-picker/base-column-picker-dropdown.vue.js +5 -7
  1357. package/js/components/column-picker/base-column-picker-dropdown.vue.js.map +1 -1
  1358. package/js/components/column-picker/base-column-picker-dropdown.vue2.js +80 -80
  1359. package/js/components/column-picker/base-column-picker-dropdown.vue2.js.map +1 -1
  1360. package/js/components/column-picker/base-column-picker-list.vue.js +1 -3
  1361. package/js/components/column-picker/base-column-picker-list.vue.js.map +1 -1
  1362. package/js/components/column-picker/base-column-picker-list.vue2.js +82 -82
  1363. package/js/components/column-picker/base-column-picker-list.vue2.js.map +1 -1
  1364. package/js/components/currency/base-currency.vue.js.map +1 -1
  1365. package/js/components/currency/base-currency.vue2.js +87 -87
  1366. package/js/components/currency/base-currency.vue2.js.map +1 -1
  1367. package/js/components/decorators/injection.consts.js +41 -41
  1368. package/js/components/decorators/injection.consts.js.map +1 -1
  1369. package/js/components/display-click-provider.vue.js +82 -0
  1370. package/js/components/display-click-provider.vue.js.map +1 -0
  1371. package/js/components/display-click-provider.vue2.js +6 -0
  1372. package/js/components/display-click-provider.vue2.js.map +1 -0
  1373. package/js/components/display-emitter.vue.js +37 -37
  1374. package/js/components/display-emitter.vue.js.map +1 -1
  1375. package/js/components/filters/labels/base-price-filter-label.vue.js +80 -80
  1376. package/js/components/filters/labels/base-price-filter-label.vue.js.map +1 -1
  1377. package/js/components/filters/labels/base-rating-filter-label.vue.js +1 -3
  1378. package/js/components/filters/labels/base-rating-filter-label.vue.js.map +1 -1
  1379. package/js/components/filters/labels/base-rating-filter-label.vue2.js +46 -46
  1380. package/js/components/filters/labels/base-rating-filter-label.vue2.js.map +1 -1
  1381. package/js/components/global-x-bus.vue.js +27 -27
  1382. package/js/components/global-x-bus.vue.js.map +1 -1
  1383. package/js/components/highlight.vue.js +6 -6
  1384. package/js/components/highlight.vue.js.map +1 -1
  1385. package/js/components/highlight.vue2.js +115 -115
  1386. package/js/components/highlight.vue2.js.map +1 -1
  1387. package/js/components/icons/ai-star.vue.js +35 -0
  1388. package/js/components/icons/ai-star.vue.js.map +1 -0
  1389. package/js/components/icons/arrow-down.vue.js +17 -20
  1390. package/js/components/icons/arrow-down.vue.js.map +1 -1
  1391. package/js/components/icons/arrow-left.vue.js +17 -20
  1392. package/js/components/icons/arrow-left.vue.js.map +1 -1
  1393. package/js/components/icons/arrow-right.vue.js +19 -22
  1394. package/js/components/icons/arrow-right.vue.js.map +1 -1
  1395. package/js/components/icons/arrow-up.vue.js +17 -20
  1396. package/js/components/icons/arrow-up.vue.js.map +1 -1
  1397. package/js/components/icons/bag.vue.js +17 -20
  1398. package/js/components/icons/bag.vue.js.map +1 -1
  1399. package/js/components/icons/bar-code.vue.js +9 -11
  1400. package/js/components/icons/bar-code.vue.js.map +1 -1
  1401. package/js/components/icons/barcode-tiny.vue.js +9 -11
  1402. package/js/components/icons/barcode-tiny.vue.js.map +1 -1
  1403. package/js/components/icons/cart-filled.vue.js +22 -26
  1404. package/js/components/icons/cart-filled.vue.js.map +1 -1
  1405. package/js/components/icons/cart.vue.js +17 -20
  1406. package/js/components/icons/cart.vue.js.map +1 -1
  1407. package/js/components/icons/check-tiny.vue.js +10 -12
  1408. package/js/components/icons/check-tiny.vue.js.map +1 -1
  1409. package/js/components/icons/check.vue.js +10 -12
  1410. package/js/components/icons/check.vue.js.map +1 -1
  1411. package/js/components/icons/checkbox-selected-filled.vue.js +21 -24
  1412. package/js/components/icons/checkbox-selected-filled.vue.js.map +1 -1
  1413. package/js/components/icons/checkbox-selected.vue.js +20 -23
  1414. package/js/components/icons/checkbox-selected.vue.js.map +1 -1
  1415. package/js/components/icons/checkbox-unselected-filled.vue.js +14 -16
  1416. package/js/components/icons/checkbox-unselected-filled.vue.js.map +1 -1
  1417. package/js/components/icons/checkbox-unselected.vue.js +13 -15
  1418. package/js/components/icons/checkbox-unselected.vue.js.map +1 -1
  1419. package/js/components/icons/chevron-down.vue.js +12 -14
  1420. package/js/components/icons/chevron-down.vue.js.map +1 -1
  1421. package/js/components/icons/chevron-left.vue.js +10 -12
  1422. package/js/components/icons/chevron-left.vue.js.map +1 -1
  1423. package/js/components/icons/chevron-right.vue.js +10 -12
  1424. package/js/components/icons/chevron-right.vue.js.map +1 -1
  1425. package/js/components/icons/chevron-tiny-down.vue.js +10 -12
  1426. package/js/components/icons/chevron-tiny-down.vue.js.map +1 -1
  1427. package/js/components/icons/chevron-tiny-left.vue.js +10 -12
  1428. package/js/components/icons/chevron-tiny-left.vue.js.map +1 -1
  1429. package/js/components/icons/chevron-tiny-right.vue.js +10 -12
  1430. package/js/components/icons/chevron-tiny-right.vue.js.map +1 -1
  1431. package/js/components/icons/chevron-tiny-up.vue.js +10 -12
  1432. package/js/components/icons/chevron-tiny-up.vue.js.map +1 -1
  1433. package/js/components/icons/chevron-up.vue.js +10 -12
  1434. package/js/components/icons/chevron-up.vue.js.map +1 -1
  1435. package/js/components/icons/corner-arrow-left.vue.js +10 -12
  1436. package/js/components/icons/corner-arrow-left.vue.js.map +1 -1
  1437. package/js/components/icons/corner-arrow-right.vue.js +10 -12
  1438. package/js/components/icons/corner-arrow-right.vue.js.map +1 -1
  1439. package/js/components/icons/cross-tiny.vue.js +10 -12
  1440. package/js/components/icons/cross-tiny.vue.js.map +1 -1
  1441. package/js/components/icons/cross.vue.js +10 -12
  1442. package/js/components/icons/cross.vue.js.map +1 -1
  1443. package/js/components/icons/curated-check-filled.vue.js +20 -23
  1444. package/js/components/icons/curated-check-filled.vue.js.map +1 -1
  1445. package/js/components/icons/curated-check-tiny-filled.vue.js +20 -23
  1446. package/js/components/icons/curated-check-tiny-filled.vue.js.map +1 -1
  1447. package/js/components/icons/curated-check-tiny.vue.js +19 -22
  1448. package/js/components/icons/curated-check-tiny.vue.js.map +1 -1
  1449. package/js/components/icons/curated-check.vue.js +19 -22
  1450. package/js/components/icons/curated-check.vue.js.map +1 -1
  1451. package/js/components/icons/diagonal-arrow-left-down.vue.js +10 -12
  1452. package/js/components/icons/diagonal-arrow-left-down.vue.js.map +1 -1
  1453. package/js/components/icons/diagonal-arrow-left-top.vue.js +10 -12
  1454. package/js/components/icons/diagonal-arrow-left-top.vue.js.map +1 -1
  1455. package/js/components/icons/diagonal-arrow-right-down.vue.js +10 -12
  1456. package/js/components/icons/diagonal-arrow-right-down.vue.js.map +1 -1
  1457. package/js/components/icons/diagonal-arrow-right-top.vue.js +10 -12
  1458. package/js/components/icons/diagonal-arrow-right-top.vue.js.map +1 -1
  1459. package/js/components/icons/filters.vue.js +9 -11
  1460. package/js/components/icons/filters.vue.js.map +1 -1
  1461. package/js/components/icons/grid-1-col.vue.js +9 -11
  1462. package/js/components/icons/grid-1-col.vue.js.map +1 -1
  1463. package/js/components/icons/grid-2-col.vue.js +9 -11
  1464. package/js/components/icons/grid-2-col.vue.js.map +1 -1
  1465. package/js/components/icons/grid-2-rows.vue.js +20 -23
  1466. package/js/components/icons/grid-2-rows.vue.js.map +1 -1
  1467. package/js/components/icons/grid-4-col.vue.js +9 -11
  1468. package/js/components/icons/grid-4-col.vue.js.map +1 -1
  1469. package/js/components/icons/heart-filled.vue.js +11 -13
  1470. package/js/components/icons/heart-filled.vue.js.map +1 -1
  1471. package/js/components/icons/heart.vue.js +10 -12
  1472. package/js/components/icons/heart.vue.js.map +1 -1
  1473. package/js/components/icons/hide.vue.js +10 -12
  1474. package/js/components/icons/hide.vue.js.map +1 -1
  1475. package/js/components/icons/history-tiny.vue.js +17 -20
  1476. package/js/components/icons/history-tiny.vue.js.map +1 -1
  1477. package/js/components/icons/history.vue.js +17 -20
  1478. package/js/components/icons/history.vue.js.map +1 -1
  1479. package/js/components/icons/light-bulb-off.vue.js +15 -18
  1480. package/js/components/icons/light-bulb-off.vue.js.map +1 -1
  1481. package/js/components/icons/light-bulb-on.vue.js +21 -25
  1482. package/js/components/icons/light-bulb-on.vue.js.map +1 -1
  1483. package/js/components/icons/menu.vue.js +10 -12
  1484. package/js/components/icons/menu.vue.js.map +1 -1
  1485. package/js/components/icons/minus-tiny.vue.js +10 -12
  1486. package/js/components/icons/minus-tiny.vue.js.map +1 -1
  1487. package/js/components/icons/minus.vue.js +10 -12
  1488. package/js/components/icons/minus.vue.js.map +1 -1
  1489. package/js/components/icons/plus-tiny.vue.js +10 -12
  1490. package/js/components/icons/plus-tiny.vue.js.map +1 -1
  1491. package/js/components/icons/plus.vue.js +10 -12
  1492. package/js/components/icons/plus.vue.js.map +1 -1
  1493. package/js/components/icons/radiobutton-selected.vue.js +4 -6
  1494. package/js/components/icons/radiobutton-selected.vue.js.map +1 -1
  1495. package/js/components/icons/radiobutton-unselected.vue.js +21 -24
  1496. package/js/components/icons/radiobutton-unselected.vue.js.map +1 -1
  1497. package/js/components/icons/search-tiny.vue.js +10 -12
  1498. package/js/components/icons/search-tiny.vue.js.map +1 -1
  1499. package/js/components/icons/search.vue.js +10 -12
  1500. package/js/components/icons/search.vue.js.map +1 -1
  1501. package/js/components/icons/settings.vue.js +4 -6
  1502. package/js/components/icons/settings.vue.js.map +1 -1
  1503. package/js/components/icons/show.vue.js +19 -22
  1504. package/js/components/icons/show.vue.js.map +1 -1
  1505. package/js/components/icons/sort-az.vue.js +32 -37
  1506. package/js/components/icons/sort-az.vue.js.map +1 -1
  1507. package/js/components/icons/sort-price-down.vue.js +4 -6
  1508. package/js/components/icons/sort-price-down.vue.js.map +1 -1
  1509. package/js/components/icons/sort-price-up.vue.js +4 -6
  1510. package/js/components/icons/sort-price-up.vue.js.map +1 -1
  1511. package/js/components/icons/sort-relevancy.vue.js +24 -28
  1512. package/js/components/icons/sort-relevancy.vue.js.map +1 -1
  1513. package/js/components/icons/sort-za.vue.js +32 -37
  1514. package/js/components/icons/sort-za.vue.js.map +1 -1
  1515. package/js/components/icons/spinner.vue.js +20 -0
  1516. package/js/components/icons/spinner.vue.js.map +1 -0
  1517. package/js/components/icons/star-filled.vue.js +24 -27
  1518. package/js/components/icons/star-filled.vue.js.map +1 -1
  1519. package/js/components/icons/star.vue.js +12 -14
  1520. package/js/components/icons/star.vue.js.map +1 -1
  1521. package/js/components/icons/tag-filled.vue.js +18 -21
  1522. package/js/components/icons/tag-filled.vue.js.map +1 -1
  1523. package/js/components/icons/tag.vue.js +17 -20
  1524. package/js/components/icons/tag.vue.js.map +1 -1
  1525. package/js/components/icons/trash-open.vue.js +4 -6
  1526. package/js/components/icons/trash-open.vue.js.map +1 -1
  1527. package/js/components/icons/trash.vue.js +4 -6
  1528. package/js/components/icons/trash.vue.js.map +1 -1
  1529. package/js/components/icons/trending-tiny.vue.js +17 -20
  1530. package/js/components/icons/trending-tiny.vue.js.map +1 -1
  1531. package/js/components/icons/trending.vue.js +17 -20
  1532. package/js/components/icons/trending.vue.js.map +1 -1
  1533. package/js/components/icons/user-filled.vue.js +14 -17
  1534. package/js/components/icons/user-filled.vue.js.map +1 -1
  1535. package/js/components/icons/user.vue.js +10 -12
  1536. package/js/components/icons/user.vue.js.map +1 -1
  1537. package/js/components/items-list.vue.js +1 -2
  1538. package/js/components/items-list.vue.js.map +1 -1
  1539. package/js/components/items-list.vue2.js +40 -40
  1540. package/js/components/items-list.vue2.js.map +1 -1
  1541. package/js/components/layouts/fixed-header-and-asides-layout.vue.js +9 -15
  1542. package/js/components/layouts/fixed-header-and-asides-layout.vue.js.map +1 -1
  1543. package/js/components/layouts/fixed-header-and-asides-layout.vue2.js +31 -31
  1544. package/js/components/layouts/fixed-header-and-asides-layout.vue2.js.map +1 -1
  1545. package/js/components/layouts/fixed-header-and-asides-layout.vue3.js +2 -2
  1546. package/js/components/layouts/multi-column-max-width-layout.vue.js +2 -10
  1547. package/js/components/layouts/multi-column-max-width-layout.vue.js.map +1 -1
  1548. package/js/components/layouts/multi-column-max-width-layout.vue2.js +21 -21
  1549. package/js/components/layouts/multi-column-max-width-layout.vue2.js.map +1 -1
  1550. package/js/components/layouts/multi-column-max-width-layout.vue3.js +1 -1
  1551. package/js/components/layouts/multi-column-max-width-layout.vue4.js +2 -2
  1552. package/js/components/layouts/single-column-layout.vue.js +9 -17
  1553. package/js/components/layouts/single-column-layout.vue.js.map +1 -1
  1554. package/js/components/layouts/single-column-layout.vue2.js +21 -21
  1555. package/js/components/layouts/single-column-layout.vue2.js.map +1 -1
  1556. package/js/components/layouts/single-column-layout.vue3.js +1 -1
  1557. package/js/components/location-provider.vue.js +24 -24
  1558. package/js/components/location-provider.vue.js.map +1 -1
  1559. package/js/components/modals/base-events-modal-close.vue.js +1 -2
  1560. package/js/components/modals/base-events-modal-close.vue.js.map +1 -1
  1561. package/js/components/modals/base-events-modal-close.vue2.js +27 -27
  1562. package/js/components/modals/base-events-modal-close.vue2.js.map +1 -1
  1563. package/js/components/modals/base-events-modal-open.vue.js +1 -2
  1564. package/js/components/modals/base-events-modal-open.vue.js.map +1 -1
  1565. package/js/components/modals/base-events-modal-open.vue2.js +27 -27
  1566. package/js/components/modals/base-events-modal-open.vue2.js.map +1 -1
  1567. package/js/components/modals/base-events-modal.vue.js +4 -4
  1568. package/js/components/modals/base-events-modal.vue.js.map +1 -1
  1569. package/js/components/modals/base-events-modal.vue2.js +82 -82
  1570. package/js/components/modals/base-events-modal.vue2.js.map +1 -1
  1571. package/js/components/modals/base-id-modal-close.vue.js +3 -4
  1572. package/js/components/modals/base-id-modal-close.vue.js.map +1 -1
  1573. package/js/components/modals/base-id-modal-close.vue2.js +34 -33
  1574. package/js/components/modals/base-id-modal-close.vue2.js.map +1 -1
  1575. package/js/components/modals/base-id-modal-open.vue.js +3 -4
  1576. package/js/components/modals/base-id-modal-open.vue.js.map +1 -1
  1577. package/js/components/modals/base-id-modal-open.vue2.js +33 -32
  1578. package/js/components/modals/base-id-modal-open.vue2.js.map +1 -1
  1579. package/js/components/modals/base-id-modal.vue.js +5 -5
  1580. package/js/components/modals/base-id-modal.vue.js.map +1 -1
  1581. package/js/components/modals/base-id-modal.vue2.js +88 -88
  1582. package/js/components/modals/base-id-modal.vue2.js.map +1 -1
  1583. package/js/components/modals/base-modal.vue.js +6 -6
  1584. package/js/components/modals/base-modal.vue.js.map +1 -1
  1585. package/js/components/modals/base-modal.vue2.js +193 -182
  1586. package/js/components/modals/base-modal.vue2.js.map +1 -1
  1587. package/js/components/modals/base-modal.vue3.js +1 -1
  1588. package/js/components/modals/close-main-modal.vue.js +2 -2
  1589. package/js/components/modals/close-main-modal.vue.js.map +1 -1
  1590. package/js/components/modals/close-main-modal.vue2.js +20 -20
  1591. package/js/components/modals/close-main-modal.vue2.js.map +1 -1
  1592. package/js/components/modals/main-modal.vue.js +5 -5
  1593. package/js/components/modals/main-modal.vue.js.map +1 -1
  1594. package/js/components/modals/main-modal.vue2.js +48 -48
  1595. package/js/components/modals/main-modal.vue2.js.map +1 -1
  1596. package/js/components/modals/open-main-modal.vue.js +2 -2
  1597. package/js/components/modals/open-main-modal.vue.js.map +1 -1
  1598. package/js/components/modals/open-main-modal.vue2.js +20 -20
  1599. package/js/components/modals/open-main-modal.vue2.js.map +1 -1
  1600. package/js/components/page-loader-button.vue.js +13 -11
  1601. package/js/components/page-loader-button.vue.js.map +1 -1
  1602. package/js/components/page-loader-button.vue2.js +49 -49
  1603. package/js/components/page-loader-button.vue2.js.map +1 -1
  1604. package/js/components/page-loader-button.vue3.js +7 -0
  1605. package/js/components/page-loader-button.vue3.js.map +1 -0
  1606. package/js/components/page-selector.vue.js +86 -0
  1607. package/js/components/page-selector.vue.js.map +1 -0
  1608. package/js/components/page-selector.vue2.js +128 -0
  1609. package/js/components/page-selector.vue2.js.map +1 -0
  1610. package/js/components/page-selector.vue3.js +7 -0
  1611. package/js/components/page-selector.vue3.js.map +1 -0
  1612. package/js/components/panels/base-header-toggle-panel.vue.js +3 -7
  1613. package/js/components/panels/base-header-toggle-panel.vue.js.map +1 -1
  1614. package/js/components/panels/base-header-toggle-panel.vue2.js +56 -54
  1615. package/js/components/panels/base-header-toggle-panel.vue2.js.map +1 -1
  1616. package/js/components/panels/base-header-toggle-panel.vue3.js +1 -1
  1617. package/js/components/panels/base-id-toggle-panel-button.vue.js +1 -2
  1618. package/js/components/panels/base-id-toggle-panel-button.vue.js.map +1 -1
  1619. package/js/components/panels/base-id-toggle-panel-button.vue2.js +58 -57
  1620. package/js/components/panels/base-id-toggle-panel-button.vue2.js.map +1 -1
  1621. package/js/components/panels/base-id-toggle-panel.vue.js +1 -2
  1622. package/js/components/panels/base-id-toggle-panel.vue.js.map +1 -1
  1623. package/js/components/panels/base-id-toggle-panel.vue2.js +77 -75
  1624. package/js/components/panels/base-id-toggle-panel.vue2.js.map +1 -1
  1625. package/js/components/panels/base-tabs-panel.vue.js +6 -9
  1626. package/js/components/panels/base-tabs-panel.vue.js.map +1 -1
  1627. package/js/components/panels/base-tabs-panel.vue2.js +108 -106
  1628. package/js/components/panels/base-tabs-panel.vue2.js.map +1 -1
  1629. package/js/components/panels/base-tabs-panel.vue3.js +1 -1
  1630. package/js/components/panels/base-toggle-panel.vue.js +1 -2
  1631. package/js/components/panels/base-toggle-panel.vue.js.map +1 -1
  1632. package/js/components/panels/base-toggle-panel.vue2.js +28 -28
  1633. package/js/components/panels/base-toggle-panel.vue2.js.map +1 -1
  1634. package/js/components/result/base-result-add-to-cart.vue.js +3 -3
  1635. package/js/components/result/base-result-add-to-cart.vue.js.map +1 -1
  1636. package/js/components/result/base-result-add-to-cart.vue2.js +49 -35
  1637. package/js/components/result/base-result-add-to-cart.vue2.js.map +1 -1
  1638. package/js/components/result/base-result-current-price.vue.js +4 -4
  1639. package/js/components/result/base-result-current-price.vue.js.map +1 -1
  1640. package/js/components/result/base-result-current-price.vue2.js +54 -54
  1641. package/js/components/result/base-result-current-price.vue2.js.map +1 -1
  1642. package/js/components/result/base-result-fallback-image.vue.js +16 -19
  1643. package/js/components/result/base-result-fallback-image.vue.js.map +1 -1
  1644. package/js/components/result/base-result-image.vue.js +39 -59
  1645. package/js/components/result/base-result-image.vue.js.map +1 -1
  1646. package/js/components/result/base-result-image.vue2.js +160 -157
  1647. package/js/components/result/base-result-image.vue2.js.map +1 -1
  1648. package/js/components/result/base-result-image.vue3.js +1 -1
  1649. package/js/components/result/base-result-link.vue.js +6 -7
  1650. package/js/components/result/base-result-link.vue.js.map +1 -1
  1651. package/js/components/result/base-result-link.vue2.js +62 -61
  1652. package/js/components/result/base-result-link.vue2.js.map +1 -1
  1653. package/js/components/result/base-result-link.vue3.js +1 -1
  1654. package/js/components/result/base-result-placeholder-image.vue.js +15 -18
  1655. package/js/components/result/base-result-placeholder-image.vue.js.map +1 -1
  1656. package/js/components/result/base-result-previous-price.vue.js +2 -3
  1657. package/js/components/result/base-result-previous-price.vue.js.map +1 -1
  1658. package/js/components/result/base-result-previous-price.vue2.js +37 -37
  1659. package/js/components/result/base-result-previous-price.vue2.js.map +1 -1
  1660. package/js/components/result/base-result-rating.vue.js +5 -8
  1661. package/js/components/result/base-result-rating.vue.js.map +1 -1
  1662. package/js/components/result/base-result-rating.vue2.js +50 -49
  1663. package/js/components/result/base-result-rating.vue2.js.map +1 -1
  1664. package/js/components/result/base-result-rating.vue3.js +1 -1
  1665. package/js/components/result/result-variant-selector.vue.js +3 -5
  1666. package/js/components/result/result-variant-selector.vue.js.map +1 -1
  1667. package/js/components/result/result-variant-selector.vue2.js +85 -85
  1668. package/js/components/result/result-variant-selector.vue2.js.map +1 -1
  1669. package/js/components/result/result-variant-selector.vue3.js +1 -1
  1670. package/js/components/result/result-variants-provider.vue.js +118 -118
  1671. package/js/components/result/result-variants-provider.vue.js.map +1 -1
  1672. package/js/components/scroll/base-scroll.vue.js +2 -2
  1673. package/js/components/scroll/base-scroll.vue.js.map +1 -1
  1674. package/js/components/scroll/base-scroll.vue2.js +79 -79
  1675. package/js/components/scroll/base-scroll.vue2.js.map +1 -1
  1676. package/js/components/scroll/use-scroll.js +211 -212
  1677. package/js/components/scroll/use-scroll.js.map +1 -1
  1678. package/js/components/sliding-panel.vue.js +49 -37
  1679. package/js/components/sliding-panel.vue.js.map +1 -1
  1680. package/js/components/sliding-panel.vue2.js +73 -131
  1681. package/js/components/sliding-panel.vue2.js.map +1 -1
  1682. package/js/components/sliding-panel.vue3.js +2 -2
  1683. package/js/components/snippet-callbacks.vue.js.map +1 -1
  1684. package/js/components/snippet-callbacks.vue2.js +44 -44
  1685. package/js/components/snippet-callbacks.vue2.js.map +1 -1
  1686. package/js/components/suggestions/base-suggestion.vue.js +3 -4
  1687. package/js/components/suggestions/base-suggestion.vue.js.map +1 -1
  1688. package/js/components/suggestions/base-suggestion.vue2.js +135 -135
  1689. package/js/components/suggestions/base-suggestion.vue2.js.map +1 -1
  1690. package/js/components/suggestions/base-suggestions.vue.js +1 -2
  1691. package/js/components/suggestions/base-suggestions.vue.js.map +1 -1
  1692. package/js/components/suggestions/base-suggestions.vue2.js +120 -120
  1693. package/js/components/suggestions/base-suggestions.vue2.js.map +1 -1
  1694. package/js/components/suggestions/base-suggestions.vue3.js +1 -1
  1695. package/js/components/x-component.utils.js +40 -39
  1696. package/js/components/x-component.utils.js.map +1 -1
  1697. package/js/composables/create-use-device.js +150 -150
  1698. package/js/composables/create-use-device.js.map +1 -1
  1699. package/js/composables/use-_x.js +11 -11
  1700. package/js/composables/use-_x.js.map +1 -1
  1701. package/js/composables/use-alias-api.js +133 -131
  1702. package/js/composables/use-alias-api.js.map +1 -1
  1703. package/js/composables/use-debounce.js +16 -16
  1704. package/js/composables/use-debounce.js.map +1 -1
  1705. package/js/composables/use-getter.js +18 -17
  1706. package/js/composables/use-getter.js.map +1 -1
  1707. package/js/composables/use-on-display.js +47 -51
  1708. package/js/composables/use-on-display.js.map +1 -1
  1709. package/js/composables/use-state.js +15 -16
  1710. package/js/composables/use-state.js.map +1 -1
  1711. package/js/composables/use-x-bus.js +68 -70
  1712. package/js/composables/use-x-bus.js.map +1 -1
  1713. package/js/directives/infinite-scroll.js +96 -96
  1714. package/js/directives/infinite-scroll.js.map +1 -1
  1715. package/js/directives/typing.js +57 -0
  1716. package/js/directives/typing.js.map +1 -0
  1717. package/js/index.js +123 -98
  1718. package/js/index.js.map +1 -1
  1719. package/js/plugins/devtools/colors.utils.js +42 -42
  1720. package/js/plugins/devtools/colors.utils.js.map +1 -1
  1721. package/js/plugins/devtools/devtools.plugin.js +24 -23
  1722. package/js/plugins/devtools/devtools.plugin.js.map +1 -1
  1723. package/js/plugins/devtools/timeline.devtools.js +103 -102
  1724. package/js/plugins/devtools/timeline.devtools.js.map +1 -1
  1725. package/js/plugins/devtools/wiring.devtools.js +115 -111
  1726. package/js/plugins/devtools/wiring.devtools.js.map +1 -1
  1727. package/js/plugins/x-bus.js +19 -19
  1728. package/js/plugins/x-bus.js.map +1 -1
  1729. package/js/plugins/x-emitters.js +62 -60
  1730. package/js/plugins/x-emitters.js.map +1 -1
  1731. package/js/plugins/x-plugin.js +311 -312
  1732. package/js/plugins/x-plugin.js.map +1 -1
  1733. package/js/plugins/x-plugin.utils.js +24 -28
  1734. package/js/plugins/x-plugin.utils.js.map +1 -1
  1735. package/js/services/directional-focus-navigation.service.js +408 -410
  1736. package/js/services/directional-focus-navigation.service.js.map +1 -1
  1737. package/js/services/state-machine.service.js +26 -26
  1738. package/js/services/state-machine.service.js.map +1 -1
  1739. package/js/store/utils/config-store.utils.js +21 -21
  1740. package/js/store/utils/config-store.utils.js.map +1 -1
  1741. package/js/store/utils/fetch-and-save-action.utils.js +68 -74
  1742. package/js/store/utils/fetch-and-save-action.utils.js.map +1 -1
  1743. package/js/store/utils/getters-proxy.utils.js +96 -95
  1744. package/js/store/utils/getters-proxy.utils.js.map +1 -1
  1745. package/js/store/utils/query.utils.js +33 -33
  1746. package/js/store/utils/query.utils.js.map +1 -1
  1747. package/js/store/utils/status-store.utils.js +9 -9
  1748. package/js/store/utils/status-store.utils.js.map +1 -1
  1749. package/js/store/utils/store-emitters.utils.js +10 -10
  1750. package/js/store/utils/store-emitters.utils.js.map +1 -1
  1751. package/js/store/x.module.js +9 -9
  1752. package/js/store/x.module.js.map +1 -1
  1753. package/js/types/animation-prop.js +10 -10
  1754. package/js/types/animation-prop.js.map +1 -1
  1755. package/js/utils/array.js +183 -182
  1756. package/js/utils/array.js.map +1 -1
  1757. package/js/utils/cancellable-promise.js +38 -38
  1758. package/js/utils/cancellable-promise.js.map +1 -1
  1759. package/js/utils/clone.js +11 -10
  1760. package/js/utils/clone.js.map +1 -1
  1761. package/js/utils/currency-formatter.js +117 -114
  1762. package/js/utils/currency-formatter.js.map +1 -1
  1763. package/js/utils/debounce.js +58 -60
  1764. package/js/utils/debounce.js.map +1 -1
  1765. package/js/utils/filters.js +32 -32
  1766. package/js/utils/filters.js.map +1 -1
  1767. package/js/utils/focus.js +6 -8
  1768. package/js/utils/focus.js.map +1 -1
  1769. package/js/utils/function.js +6 -7
  1770. package/js/utils/function.js.map +1 -1
  1771. package/js/utils/get-url-parameters.js +11 -11
  1772. package/js/utils/get-url-parameters.js.map +1 -1
  1773. package/js/utils/html.js +48 -48
  1774. package/js/utils/html.js.map +1 -1
  1775. package/js/utils/ios-utils.js +30 -0
  1776. package/js/utils/ios-utils.js.map +1 -0
  1777. package/js/utils/is-new-query.js +42 -42
  1778. package/js/utils/is-new-query.js.map +1 -1
  1779. package/js/utils/normalize.js +25 -25
  1780. package/js/utils/normalize.js.map +1 -1
  1781. package/js/utils/number.js +11 -12
  1782. package/js/utils/number.js.map +1 -1
  1783. package/js/utils/origin.js +15 -17
  1784. package/js/utils/origin.js.map +1 -1
  1785. package/js/utils/sanitize.js +10 -10
  1786. package/js/utils/sanitize.js.map +1 -1
  1787. package/js/utils/storage.js +15 -16
  1788. package/js/utils/storage.js.map +1 -1
  1789. package/js/utils/string.js +44 -44
  1790. package/js/utils/string.js.map +1 -1
  1791. package/js/utils/throttle.js +22 -22
  1792. package/js/utils/throttle.js.map +1 -1
  1793. package/js/wiring/namespaced-wires.factory.js +66 -64
  1794. package/js/wiring/namespaced-wires.factory.js.map +1 -1
  1795. package/js/wiring/namespaced-wires.operators.js +41 -41
  1796. package/js/wiring/namespaced-wires.operators.js.map +1 -1
  1797. package/js/wiring/wires-operators.utils.js +49 -47
  1798. package/js/wiring/wires-operators.utils.js.map +1 -1
  1799. package/js/wiring/wires.factory.js +108 -101
  1800. package/js/wiring/wires.factory.js.map +1 -1
  1801. package/js/wiring/wires.operators.js +121 -121
  1802. package/js/wiring/wires.operators.js.map +1 -1
  1803. package/js/wiring/wiring.utils.js +29 -29
  1804. package/js/wiring/wiring.utils.js.map +1 -1
  1805. package/js/x-bus/x-bus.js +181 -0
  1806. package/js/x-bus/x-bus.js.map +1 -0
  1807. package/js/x-bus/x-priority-queue/x-priority-queue.js +177 -0
  1808. package/js/x-bus/x-priority-queue/x-priority-queue.js.map +1 -0
  1809. package/js/x-installer/api/base-api.js +109 -110
  1810. package/js/x-installer/api/base-api.js.map +1 -1
  1811. package/js/x-installer/x-installer/x-installer.js +276 -275
  1812. package/js/x-installer/x-installer/x-installer.js.map +1 -1
  1813. package/js/x-modules/ai/components/ai-carousel.vue.js +150 -0
  1814. package/js/x-modules/ai/components/ai-carousel.vue.js.map +1 -0
  1815. package/js/x-modules/ai/components/ai-carousel.vue2.js +202 -0
  1816. package/js/x-modules/ai/components/ai-carousel.vue2.js.map +1 -0
  1817. package/js/x-modules/ai/components/ai-carousel.vue3.js +7 -0
  1818. package/js/x-modules/ai/components/ai-carousel.vue3.js.map +1 -0
  1819. package/js/x-modules/ai/components/ai-overview.vue.js +320 -0
  1820. package/js/x-modules/ai/components/ai-overview.vue.js.map +1 -0
  1821. package/js/x-modules/ai/components/ai-overview.vue2.js +233 -0
  1822. package/js/x-modules/ai/components/ai-overview.vue2.js.map +1 -0
  1823. package/js/x-modules/ai/components/ai-overview.vue3.js +7 -0
  1824. package/js/x-modules/ai/components/ai-overview.vue3.js.map +1 -0
  1825. package/js/x-modules/ai/store/actions/fetch-and-save-ai-suggestions-search.action.js +40 -0
  1826. package/js/x-modules/ai/store/actions/fetch-and-save-ai-suggestions-search.action.js.map +1 -0
  1827. package/js/x-modules/ai/store/actions/fetch-and-save-ai-suggestions.action.js +100 -0
  1828. package/js/x-modules/ai/store/actions/fetch-and-save-ai-suggestions.action.js.map +1 -0
  1829. package/js/x-modules/ai/store/actions/save-origin.action.js +16 -0
  1830. package/js/x-modules/ai/store/actions/save-origin.action.js.map +1 -0
  1831. package/js/x-modules/ai/store/actions/set-url-params.action.js +13 -0
  1832. package/js/x-modules/ai/store/actions/set-url-params.action.js.map +1 -0
  1833. package/js/x-modules/ai/store/emitters.js +17 -0
  1834. package/js/x-modules/ai/store/emitters.js.map +1 -0
  1835. package/js/x-modules/ai/store/getters/ai-query.getter.js +19 -0
  1836. package/js/x-modules/ai/store/getters/ai-query.getter.js.map +1 -0
  1837. package/js/x-modules/ai/store/getters/suggestions-request.getter.js +17 -0
  1838. package/js/x-modules/ai/store/getters/suggestions-request.getter.js.map +1 -0
  1839. package/js/x-modules/ai/store/getters/suggestions-search-request.getter.js +16 -0
  1840. package/js/x-modules/ai/store/getters/suggestions-search-request.getter.js.map +1 -0
  1841. package/js/x-modules/ai/store/module.js +110 -0
  1842. package/js/x-modules/ai/store/module.js.map +1 -0
  1843. package/js/x-modules/ai/wiring.js +78 -0
  1844. package/js/x-modules/ai/wiring.js.map +1 -0
  1845. package/js/x-modules/ai/x-module.js +28 -0
  1846. package/js/x-modules/ai/x-module.js.map +1 -0
  1847. package/js/x-modules/device/components/device-detector.vue.js +2 -2
  1848. package/js/x-modules/device/components/device-detector.vue.js.map +1 -1
  1849. package/js/x-modules/device/components/device-detector.vue2.js +118 -118
  1850. package/js/x-modules/device/components/device-detector.vue2.js.map +1 -1
  1851. package/js/x-modules/device/store/emitters.js +6 -5
  1852. package/js/x-modules/device/store/emitters.js.map +1 -1
  1853. package/js/x-modules/device/store/module.js +16 -16
  1854. package/js/x-modules/device/store/module.js.map +1 -1
  1855. package/js/x-modules/device/wiring.js +21 -21
  1856. package/js/x-modules/device/wiring.js.map +1 -1
  1857. package/js/x-modules/device/x-module.js +12 -12
  1858. package/js/x-modules/device/x-module.js.map +1 -1
  1859. package/js/x-modules/empathize/components/empathize.vue.js +5 -6
  1860. package/js/x-modules/empathize/components/empathize.vue.js.map +1 -1
  1861. package/js/x-modules/empathize/components/empathize.vue2.js +157 -121
  1862. package/js/x-modules/empathize/components/empathize.vue2.js.map +1 -1
  1863. package/js/x-modules/empathize/store/emitters.js +6 -5
  1864. package/js/x-modules/empathize/store/emitters.js.map +1 -1
  1865. package/js/x-modules/empathize/store/module.js +20 -20
  1866. package/js/x-modules/empathize/store/module.js.map +1 -1
  1867. package/js/x-modules/empathize/wiring.js +24 -24
  1868. package/js/x-modules/empathize/wiring.js.map +1 -1
  1869. package/js/x-modules/empathize/x-module.js +12 -12
  1870. package/js/x-modules/empathize/x-module.js.map +1 -1
  1871. package/js/x-modules/experience-controls/components/experience-controls.vue.js +25 -26
  1872. package/js/x-modules/experience-controls/components/experience-controls.vue.js.map +1 -1
  1873. package/js/x-modules/experience-controls/store/actions/fetch-and-save-experience-controls.action.js +20 -20
  1874. package/js/x-modules/experience-controls/store/actions/fetch-and-save-experience-controls.action.js.map +1 -1
  1875. package/js/x-modules/experience-controls/store/actions/fetch-experience-controls.action.js +14 -15
  1876. package/js/x-modules/experience-controls/store/actions/fetch-experience-controls.action.js.map +1 -1
  1877. package/js/x-modules/experience-controls/store/emitters.js +11 -10
  1878. package/js/x-modules/experience-controls/store/emitters.js.map +1 -1
  1879. package/js/x-modules/experience-controls/store/getters/experience-controls-results-request.getter.js +14 -15
  1880. package/js/x-modules/experience-controls/store/getters/experience-controls-results-request.getter.js.map +1 -1
  1881. package/js/x-modules/experience-controls/store/module.js +33 -35
  1882. package/js/x-modules/experience-controls/store/module.js.map +1 -1
  1883. package/js/x-modules/experience-controls/wiring.js +38 -38
  1884. package/js/x-modules/experience-controls/wiring.js.map +1 -1
  1885. package/js/x-modules/experience-controls/x-module.js +12 -12
  1886. package/js/x-modules/experience-controls/x-module.js.map +1 -1
  1887. package/js/x-modules/extra-params/components/extra-params.vue.js +26 -27
  1888. package/js/x-modules/extra-params/components/extra-params.vue.js.map +1 -1
  1889. package/js/x-modules/extra-params/components/renderless-extra-param.vue.js +32 -32
  1890. package/js/x-modules/extra-params/components/renderless-extra-param.vue.js.map +1 -1
  1891. package/js/x-modules/extra-params/components/snippet-config-extra-params.vue.js.map +1 -1
  1892. package/js/x-modules/extra-params/components/snippet-config-extra-params.vue2.js +41 -41
  1893. package/js/x-modules/extra-params/components/snippet-config-extra-params.vue2.js.map +1 -1
  1894. package/js/x-modules/extra-params/store/emitters.js +11 -10
  1895. package/js/x-modules/extra-params/store/emitters.js.map +1 -1
  1896. package/js/x-modules/extra-params/store/module.js +16 -16
  1897. package/js/x-modules/extra-params/store/module.js.map +1 -1
  1898. package/js/x-modules/extra-params/wiring.js +27 -27
  1899. package/js/x-modules/extra-params/wiring.js.map +1 -1
  1900. package/js/x-modules/extra-params/x-module.js +12 -12
  1901. package/js/x-modules/extra-params/x-module.js.map +1 -1
  1902. package/js/x-modules/facets/components/clear-filters.vue.js.map +1 -1
  1903. package/js/x-modules/facets/components/clear-filters.vue2.js +42 -42
  1904. package/js/x-modules/facets/components/clear-filters.vue2.js.map +1 -1
  1905. package/js/x-modules/facets/components/facets/facets-provider.vue2.js +91 -91
  1906. package/js/x-modules/facets/components/facets/facets-provider.vue2.js.map +1 -1
  1907. package/js/x-modules/facets/components/facets/facets-provider.vue3.js +1 -1
  1908. package/js/x-modules/facets/components/facets/facets.vue.js +20 -33
  1909. package/js/x-modules/facets/components/facets/facets.vue.js.map +1 -1
  1910. package/js/x-modules/facets/components/facets/facets.vue2.js +124 -126
  1911. package/js/x-modules/facets/components/facets/facets.vue2.js.map +1 -1
  1912. package/js/x-modules/facets/components/facets/facets.vue3.js +1 -1
  1913. package/js/x-modules/facets/components/filters/all-filter.vue.js +6 -3
  1914. package/js/x-modules/facets/components/filters/all-filter.vue.js.map +1 -1
  1915. package/js/x-modules/facets/components/filters/all-filter.vue2.js +63 -63
  1916. package/js/x-modules/facets/components/filters/all-filter.vue2.js.map +1 -1
  1917. package/js/x-modules/facets/components/filters/editable-number-range-filter.vue.js +19 -16
  1918. package/js/x-modules/facets/components/filters/editable-number-range-filter.vue.js.map +1 -1
  1919. package/js/x-modules/facets/components/filters/editable-number-range-filter.vue2.js +221 -221
  1920. package/js/x-modules/facets/components/filters/editable-number-range-filter.vue2.js.map +1 -1
  1921. package/js/x-modules/facets/components/filters/editable-number-range-filter.vue3.js +1 -1
  1922. package/js/x-modules/facets/components/filters/hierarchical-filter.vue.js +34 -26
  1923. package/js/x-modules/facets/components/filters/hierarchical-filter.vue.js.map +1 -1
  1924. package/js/x-modules/facets/components/filters/hierarchical-filter.vue2.js +108 -109
  1925. package/js/x-modules/facets/components/filters/hierarchical-filter.vue2.js.map +1 -1
  1926. package/js/x-modules/facets/components/filters/number-range-filter.vue.js +13 -16
  1927. package/js/x-modules/facets/components/filters/number-range-filter.vue.js.map +1 -1
  1928. package/js/x-modules/facets/components/filters/number-range-filter.vue2.js +55 -55
  1929. package/js/x-modules/facets/components/filters/number-range-filter.vue2.js.map +1 -1
  1930. package/js/x-modules/facets/components/filters/renderless-filter.vue.js +57 -57
  1931. package/js/x-modules/facets/components/filters/renderless-filter.vue.js.map +1 -1
  1932. package/js/x-modules/facets/components/filters/simple-filter.vue.js +13 -16
  1933. package/js/x-modules/facets/components/filters/simple-filter.vue.js.map +1 -1
  1934. package/js/x-modules/facets/components/filters/simple-filter.vue2.js +41 -41
  1935. package/js/x-modules/facets/components/filters/simple-filter.vue2.js.map +1 -1
  1936. package/js/x-modules/facets/components/lists/exclude-filters-with-no-results.vue.js +36 -36
  1937. package/js/x-modules/facets/components/lists/exclude-filters-with-no-results.vue.js.map +1 -1
  1938. package/js/x-modules/facets/components/lists/filters-list.vue.js +1 -2
  1939. package/js/x-modules/facets/components/lists/filters-list.vue.js.map +1 -1
  1940. package/js/x-modules/facets/components/lists/filters-list.vue2.js +76 -76
  1941. package/js/x-modules/facets/components/lists/filters-list.vue2.js.map +1 -1
  1942. package/js/x-modules/facets/components/lists/filters-list.vue3.js +1 -1
  1943. package/js/x-modules/facets/components/lists/filters-search.vue.js +3 -5
  1944. package/js/x-modules/facets/components/lists/filters-search.vue.js.map +1 -1
  1945. package/js/x-modules/facets/components/lists/filters-search.vue2.js +93 -93
  1946. package/js/x-modules/facets/components/lists/filters-search.vue2.js.map +1 -1
  1947. package/js/x-modules/facets/components/lists/filters-search.vue3.js +1 -1
  1948. package/js/x-modules/facets/components/lists/selected-filters-list.vue.js +50 -63
  1949. package/js/x-modules/facets/components/lists/selected-filters-list.vue.js.map +1 -1
  1950. package/js/x-modules/facets/components/lists/selected-filters-list.vue2.js +58 -58
  1951. package/js/x-modules/facets/components/lists/selected-filters-list.vue2.js.map +1 -1
  1952. package/js/x-modules/facets/components/lists/selected-filters.vue.js +25 -25
  1953. package/js/x-modules/facets/components/lists/selected-filters.vue.js.map +1 -1
  1954. package/js/x-modules/facets/components/lists/sliced-filters.vue.js +25 -12
  1955. package/js/x-modules/facets/components/lists/sliced-filters.vue.js.map +1 -1
  1956. package/js/x-modules/facets/components/lists/sliced-filters.vue2.js +95 -95
  1957. package/js/x-modules/facets/components/lists/sliced-filters.vue2.js.map +1 -1
  1958. package/js/x-modules/facets/components/lists/sorted-filters.vue.js +46 -46
  1959. package/js/x-modules/facets/components/lists/sorted-filters.vue.js.map +1 -1
  1960. package/js/x-modules/facets/components/preselected-filters.vue.js +62 -62
  1961. package/js/x-modules/facets/components/preselected-filters.vue.js.map +1 -1
  1962. package/js/x-modules/facets/composables/use-facets.js +46 -50
  1963. package/js/x-modules/facets/composables/use-facets.js.map +1 -1
  1964. package/js/x-modules/facets/composables/use-filters-injection.js +54 -57
  1965. package/js/x-modules/facets/composables/use-filters-injection.js.map +1 -1
  1966. package/js/x-modules/facets/entities/add-facet-if-not-present.js +16 -16
  1967. package/js/x-modules/facets/entities/add-facet-if-not-present.js.map +1 -1
  1968. package/js/x-modules/facets/entities/editable-number-range-filter.entity.js +98 -95
  1969. package/js/x-modules/facets/entities/editable-number-range-filter.entity.js.map +1 -1
  1970. package/js/x-modules/facets/entities/filter-entity.factory.js +122 -119
  1971. package/js/x-modules/facets/entities/filter-entity.factory.js.map +1 -1
  1972. package/js/x-modules/facets/entities/hierarchical-filter.entity.js +84 -82
  1973. package/js/x-modules/facets/entities/hierarchical-filter.entity.js.map +1 -1
  1974. package/js/x-modules/facets/entities/number-range-filter.entity.js +30 -28
  1975. package/js/x-modules/facets/entities/number-range-filter.entity.js.map +1 -1
  1976. package/js/x-modules/facets/entities/raw-filter.entity.js +32 -30
  1977. package/js/x-modules/facets/entities/raw-filter.entity.js.map +1 -1
  1978. package/js/x-modules/facets/entities/simple-filter.entity.js +30 -28
  1979. package/js/x-modules/facets/entities/simple-filter.entity.js.map +1 -1
  1980. package/js/x-modules/facets/entities/single-select.modifier.js +83 -81
  1981. package/js/x-modules/facets/entities/single-select.modifier.js.map +1 -1
  1982. package/js/x-modules/facets/entities/sticky.modifier.js +29 -29
  1983. package/js/x-modules/facets/entities/sticky.modifier.js.map +1 -1
  1984. package/js/x-modules/facets/entities/types.js +27 -27
  1985. package/js/x-modules/facets/entities/types.js.map +1 -1
  1986. package/js/x-modules/facets/service/facets.service.js +228 -228
  1987. package/js/x-modules/facets/service/facets.service.js.map +1 -1
  1988. package/js/x-modules/facets/store/actions/fetch-and-save-facets-response.action.js +38 -0
  1989. package/js/x-modules/facets/store/actions/fetch-and-save-facets-response.action.js.map +1 -0
  1990. package/js/x-modules/facets/store/actions/fetch-facets-response.action.js +16 -0
  1991. package/js/x-modules/facets/store/actions/fetch-facets-response.action.js.map +1 -0
  1992. package/js/x-modules/facets/store/actions/save-origin.action.js +16 -0
  1993. package/js/x-modules/facets/store/actions/save-origin.action.js.map +1 -0
  1994. package/js/x-modules/facets/store/constants.js.map +1 -1
  1995. package/js/x-modules/facets/store/emitters.js +24 -24
  1996. package/js/x-modules/facets/store/emitters.js.map +1 -1
  1997. package/js/x-modules/facets/store/getters/facets.getter.js +15 -15
  1998. package/js/x-modules/facets/store/getters/facets.getter.js.map +1 -1
  1999. package/js/x-modules/facets/store/getters/request.getter.js +23 -0
  2000. package/js/x-modules/facets/store/getters/request.getter.js.map +1 -0
  2001. package/js/x-modules/facets/store/getters/selected-filters-by-facet.getter.js +19 -19
  2002. package/js/x-modules/facets/store/getters/selected-filters-by-facet.getter.js.map +1 -1
  2003. package/js/x-modules/facets/store/getters/selected-filters-for-request.getter.js +22 -22
  2004. package/js/x-modules/facets/store/getters/selected-filters-for-request.getter.js.map +1 -1
  2005. package/js/x-modules/facets/store/getters/selected-filters.getter.js +19 -19
  2006. package/js/x-modules/facets/store/getters/selected-filters.getter.js.map +1 -1
  2007. package/js/x-modules/facets/store/module.js +89 -67
  2008. package/js/x-modules/facets/store/module.js.map +1 -1
  2009. package/js/x-modules/facets/utils.js +57 -15
  2010. package/js/x-modules/facets/utils.js.map +1 -1
  2011. package/js/x-modules/facets/wiring.js +195 -195
  2012. package/js/x-modules/facets/wiring.js.map +1 -1
  2013. package/js/x-modules/facets/x-module.js +12 -12
  2014. package/js/x-modules/facets/x-module.js.map +1 -1
  2015. package/js/x-modules/history-queries/components/clear-history-queries.vue.js +6 -3
  2016. package/js/x-modules/history-queries/components/clear-history-queries.vue.js.map +1 -1
  2017. package/js/x-modules/history-queries/components/clear-history-queries.vue2.js +52 -52
  2018. package/js/x-modules/history-queries/components/clear-history-queries.vue2.js.map +1 -1
  2019. package/js/x-modules/history-queries/components/history-queries-switch.vue.js +4 -4
  2020. package/js/x-modules/history-queries/components/history-queries-switch.vue.js.map +1 -1
  2021. package/js/x-modules/history-queries/components/history-queries-switch.vue2.js +44 -47
  2022. package/js/x-modules/history-queries/components/history-queries-switch.vue2.js.map +1 -1
  2023. package/js/x-modules/history-queries/components/history-queries.vue.js +2 -11
  2024. package/js/x-modules/history-queries/components/history-queries.vue.js.map +1 -1
  2025. package/js/x-modules/history-queries/components/history-queries.vue2.js +26 -28
  2026. package/js/x-modules/history-queries/components/history-queries.vue2.js.map +1 -1
  2027. package/js/x-modules/history-queries/components/history-query.vue.js +10 -11
  2028. package/js/x-modules/history-queries/components/history-query.vue.js.map +1 -1
  2029. package/js/x-modules/history-queries/components/history-query.vue2.js +49 -49
  2030. package/js/x-modules/history-queries/components/history-query.vue2.js.map +1 -1
  2031. package/js/x-modules/history-queries/components/my-history.vue.js +6 -9
  2032. package/js/x-modules/history-queries/components/my-history.vue.js.map +1 -1
  2033. package/js/x-modules/history-queries/components/my-history.vue2.js +128 -128
  2034. package/js/x-modules/history-queries/components/my-history.vue2.js.map +1 -1
  2035. package/js/x-modules/history-queries/components/my-history.vue3.js +1 -1
  2036. package/js/x-modules/history-queries/components/remove-history-query.vue.js +1 -2
  2037. package/js/x-modules/history-queries/components/remove-history-query.vue.js.map +1 -1
  2038. package/js/x-modules/history-queries/components/remove-history-query.vue2.js +39 -39
  2039. package/js/x-modules/history-queries/components/remove-history-query.vue2.js.map +1 -1
  2040. package/js/x-modules/history-queries/store/actions/add-query-to-history.action.js +135 -137
  2041. package/js/x-modules/history-queries/store/actions/add-query-to-history.action.js.map +1 -1
  2042. package/js/x-modules/history-queries/store/actions/load-history-queries-from-browser-storage.action.js +11 -12
  2043. package/js/x-modules/history-queries/store/actions/load-history-queries-from-browser-storage.action.js.map +1 -1
  2044. package/js/x-modules/history-queries/store/actions/refresh-session.action.js +11 -11
  2045. package/js/x-modules/history-queries/store/actions/refresh-session.action.js.map +1 -1
  2046. package/js/x-modules/history-queries/store/actions/remove-query-from-history.action.js +12 -12
  2047. package/js/x-modules/history-queries/store/actions/remove-query-from-history.action.js.map +1 -1
  2048. package/js/x-modules/history-queries/store/actions/set-history-queries.action.js +16 -16
  2049. package/js/x-modules/history-queries/store/actions/set-history-queries.action.js.map +1 -1
  2050. package/js/x-modules/history-queries/store/actions/set-url-params.action.js +10 -11
  2051. package/js/x-modules/history-queries/store/actions/set-url-params.action.js.map +1 -1
  2052. package/js/x-modules/history-queries/store/actions/toggle-history-queries.action.js +6 -6
  2053. package/js/x-modules/history-queries/store/actions/toggle-history-queries.action.js.map +1 -1
  2054. package/js/x-modules/history-queries/store/actions/update-history-queries-with-search-response.action.js +64 -68
  2055. package/js/x-modules/history-queries/store/actions/update-history-queries-with-search-response.action.js.map +1 -1
  2056. package/js/x-modules/history-queries/store/constants.js +2 -2
  2057. package/js/x-modules/history-queries/store/constants.js.map +1 -1
  2058. package/js/x-modules/history-queries/store/emitters.js +16 -15
  2059. package/js/x-modules/history-queries/store/emitters.js.map +1 -1
  2060. package/js/x-modules/history-queries/store/getters/history-queries-with-results.getter.js +10 -14
  2061. package/js/x-modules/history-queries/store/getters/history-queries-with-results.getter.js.map +1 -1
  2062. package/js/x-modules/history-queries/store/getters/history-queries.getter.js +44 -44
  2063. package/js/x-modules/history-queries/store/getters/history-queries.getter.js.map +1 -1
  2064. package/js/x-modules/history-queries/store/getters/normalized-query.getter.js +12 -11
  2065. package/js/x-modules/history-queries/store/getters/normalized-query.getter.js.map +1 -1
  2066. package/js/x-modules/history-queries/store/getters/session-history-queries.getter.js +10 -10
  2067. package/js/x-modules/history-queries/store/getters/session-history-queries.getter.js.map +1 -1
  2068. package/js/x-modules/history-queries/store/getters/storage-key.getter.js +8 -8
  2069. package/js/x-modules/history-queries/store/getters/storage-key.getter.js.map +1 -1
  2070. package/js/x-modules/history-queries/store/module.js +54 -54
  2071. package/js/x-modules/history-queries/store/module.js.map +1 -1
  2072. package/js/x-modules/history-queries/wiring.js +169 -169
  2073. package/js/x-modules/history-queries/wiring.js.map +1 -1
  2074. package/js/x-modules/history-queries/x-module.js +12 -12
  2075. package/js/x-modules/history-queries/x-module.js.map +1 -1
  2076. package/js/x-modules/identifier-results/components/identifier-result.vue.js +2 -2
  2077. package/js/x-modules/identifier-results/components/identifier-result.vue.js.map +1 -1
  2078. package/js/x-modules/identifier-results/components/identifier-result.vue2.js +53 -55
  2079. package/js/x-modules/identifier-results/components/identifier-result.vue2.js.map +1 -1
  2080. package/js/x-modules/identifier-results/components/identifier-results.vue.js +1 -2
  2081. package/js/x-modules/identifier-results/components/identifier-results.vue.js.map +1 -1
  2082. package/js/x-modules/identifier-results/components/identifier-results.vue2.js +57 -57
  2083. package/js/x-modules/identifier-results/components/identifier-results.vue2.js.map +1 -1
  2084. package/js/x-modules/identifier-results/components/identifier-results.vue3.js +1 -1
  2085. package/js/x-modules/identifier-results/store/actions/fetch-and-save-identifier-results.action.js +23 -23
  2086. package/js/x-modules/identifier-results/store/actions/fetch-and-save-identifier-results.action.js.map +1 -1
  2087. package/js/x-modules/identifier-results/store/actions/fetch-identifier-results.action.js +13 -14
  2088. package/js/x-modules/identifier-results/store/actions/fetch-identifier-results.action.js.map +1 -1
  2089. package/js/x-modules/identifier-results/store/actions/save-origin.action.js +10 -11
  2090. package/js/x-modules/identifier-results/store/actions/save-origin.action.js.map +1 -1
  2091. package/js/x-modules/identifier-results/store/actions/save-query.action.js +16 -17
  2092. package/js/x-modules/identifier-results/store/actions/save-query.action.js.map +1 -1
  2093. package/js/x-modules/identifier-results/store/emitters.js +12 -11
  2094. package/js/x-modules/identifier-results/store/emitters.js.map +1 -1
  2095. package/js/x-modules/identifier-results/store/getters/identifier-detection-regexp.getter.js +11 -12
  2096. package/js/x-modules/identifier-results/store/getters/identifier-detection-regexp.getter.js.map +1 -1
  2097. package/js/x-modules/identifier-results/store/getters/identifier-highlight-regexp.getter.js +19 -20
  2098. package/js/x-modules/identifier-results/store/getters/identifier-highlight-regexp.getter.js.map +1 -1
  2099. package/js/x-modules/identifier-results/store/getters/identifier-results-request.getter.js +18 -19
  2100. package/js/x-modules/identifier-results/store/getters/identifier-results-request.getter.js.map +1 -1
  2101. package/js/x-modules/identifier-results/store/module.js +48 -48
  2102. package/js/x-modules/identifier-results/store/module.js.map +1 -1
  2103. package/js/x-modules/identifier-results/wiring.js +114 -114
  2104. package/js/x-modules/identifier-results/wiring.js.map +1 -1
  2105. package/js/x-modules/identifier-results/x-module.js +12 -12
  2106. package/js/x-modules/identifier-results/x-module.js.map +1 -1
  2107. package/js/x-modules/next-queries/components/next-queries-list.vue.js +121 -123
  2108. package/js/x-modules/next-queries/components/next-queries-list.vue.js.map +1 -1
  2109. package/js/x-modules/next-queries/components/next-queries.vue.js +3 -9
  2110. package/js/x-modules/next-queries/components/next-queries.vue.js.map +1 -1
  2111. package/js/x-modules/next-queries/components/next-queries.vue2.js +49 -49
  2112. package/js/x-modules/next-queries/components/next-queries.vue2.js.map +1 -1
  2113. package/js/x-modules/next-queries/components/next-query-preview.vue.js +1 -3
  2114. package/js/x-modules/next-queries/components/next-query-preview.vue.js.map +1 -1
  2115. package/js/x-modules/next-queries/components/next-query-preview.vue2.js +56 -56
  2116. package/js/x-modules/next-queries/components/next-query-preview.vue2.js.map +1 -1
  2117. package/js/x-modules/next-queries/components/next-query.vue.js +3 -6
  2118. package/js/x-modules/next-queries/components/next-query.vue.js.map +1 -1
  2119. package/js/x-modules/next-queries/components/next-query.vue2.js +52 -52
  2120. package/js/x-modules/next-queries/components/next-query.vue2.js.map +1 -1
  2121. package/js/x-modules/next-queries/store/actions/fetch-and-save-next-queries.action.js +21 -22
  2122. package/js/x-modules/next-queries/store/actions/fetch-and-save-next-queries.action.js.map +1 -1
  2123. package/js/x-modules/next-queries/store/actions/fetch-and-save-next-query-preview.action.js +16 -18
  2124. package/js/x-modules/next-queries/store/actions/fetch-and-save-next-query-preview.action.js.map +1 -1
  2125. package/js/x-modules/next-queries/store/actions/fetch-next-queries.action.js +15 -15
  2126. package/js/x-modules/next-queries/store/actions/fetch-next-queries.action.js.map +1 -1
  2127. package/js/x-modules/next-queries/store/actions/fetch-next-query-preview.action.js +26 -23
  2128. package/js/x-modules/next-queries/store/actions/fetch-next-query-preview.action.js.map +1 -1
  2129. package/js/x-modules/next-queries/store/actions/set-query-from-last-history-query.action.js +12 -13
  2130. package/js/x-modules/next-queries/store/actions/set-query-from-last-history-query.action.js.map +1 -1
  2131. package/js/x-modules/next-queries/store/actions/set-url-params.action.js +10 -11
  2132. package/js/x-modules/next-queries/store/actions/set-url-params.action.js.map +1 -1
  2133. package/js/x-modules/next-queries/store/emitters.js +12 -11
  2134. package/js/x-modules/next-queries/store/emitters.js.map +1 -1
  2135. package/js/x-modules/next-queries/store/getters/next-queries-query.getter.js +10 -12
  2136. package/js/x-modules/next-queries/store/getters/next-queries-query.getter.js.map +1 -1
  2137. package/js/x-modules/next-queries/store/getters/next-queries.getter.js +13 -14
  2138. package/js/x-modules/next-queries/store/getters/next-queries.getter.js.map +1 -1
  2139. package/js/x-modules/next-queries/store/getters/request.getter.js +19 -21
  2140. package/js/x-modules/next-queries/store/getters/request.getter.js.map +1 -1
  2141. package/js/x-modules/next-queries/store/module.js +64 -64
  2142. package/js/x-modules/next-queries/store/module.js.map +1 -1
  2143. package/js/x-modules/next-queries/wiring.js +130 -130
  2144. package/js/x-modules/next-queries/wiring.js.map +1 -1
  2145. package/js/x-modules/next-queries/x-module.js +12 -12
  2146. package/js/x-modules/next-queries/x-module.js.map +1 -1
  2147. package/js/x-modules/popular-searches/components/popular-search.vue.js +3 -6
  2148. package/js/x-modules/popular-searches/components/popular-search.vue.js.map +1 -1
  2149. package/js/x-modules/popular-searches/components/popular-search.vue2.js +32 -32
  2150. package/js/x-modules/popular-searches/components/popular-search.vue2.js.map +1 -1
  2151. package/js/x-modules/popular-searches/components/popular-searches.vue.js +1 -7
  2152. package/js/x-modules/popular-searches/components/popular-searches.vue.js.map +1 -1
  2153. package/js/x-modules/popular-searches/components/popular-searches.vue2.js +25 -25
  2154. package/js/x-modules/popular-searches/components/popular-searches.vue2.js.map +1 -1
  2155. package/js/x-modules/popular-searches/store/actions/fetch-and-save-suggestions.action.js +19 -20
  2156. package/js/x-modules/popular-searches/store/actions/fetch-and-save-suggestions.action.js.map +1 -1
  2157. package/js/x-modules/popular-searches/store/actions/fetch-suggestions.action.js +12 -12
  2158. package/js/x-modules/popular-searches/store/actions/fetch-suggestions.action.js.map +1 -1
  2159. package/js/x-modules/popular-searches/store/emitters.js +9 -9
  2160. package/js/x-modules/popular-searches/store/emitters.js.map +1 -1
  2161. package/js/x-modules/popular-searches/store/getters/popular-searches.getter.js +14 -15
  2162. package/js/x-modules/popular-searches/store/getters/popular-searches.getter.js.map +1 -1
  2163. package/js/x-modules/popular-searches/store/getters/request.getter.js +14 -16
  2164. package/js/x-modules/popular-searches/store/getters/request.getter.js.map +1 -1
  2165. package/js/x-modules/popular-searches/store/module.js +41 -41
  2166. package/js/x-modules/popular-searches/store/module.js.map +1 -1
  2167. package/js/x-modules/popular-searches/wiring.js +51 -51
  2168. package/js/x-modules/popular-searches/wiring.js.map +1 -1
  2169. package/js/x-modules/popular-searches/x-module.js +12 -12
  2170. package/js/x-modules/popular-searches/x-module.js.map +1 -1
  2171. package/js/x-modules/queries-preview/components/query-preview-button.vue.js +1 -2
  2172. package/js/x-modules/queries-preview/components/query-preview-button.vue.js.map +1 -1
  2173. package/js/x-modules/queries-preview/components/query-preview-button.vue2.js +109 -102
  2174. package/js/x-modules/queries-preview/components/query-preview-button.vue2.js.map +1 -1
  2175. package/js/x-modules/queries-preview/components/query-preview-list.vue.js +37 -28
  2176. package/js/x-modules/queries-preview/components/query-preview-list.vue.js.map +1 -1
  2177. package/js/x-modules/queries-preview/components/query-preview-list.vue2.js +161 -148
  2178. package/js/x-modules/queries-preview/components/query-preview-list.vue2.js.map +1 -1
  2179. package/js/x-modules/queries-preview/components/query-preview-list.vue3.js +7 -0
  2180. package/js/x-modules/queries-preview/components/query-preview-list.vue3.js.map +1 -0
  2181. package/js/x-modules/queries-preview/components/query-preview.vue.js +39 -28
  2182. package/js/x-modules/queries-preview/components/query-preview.vue.js.map +1 -1
  2183. package/js/x-modules/queries-preview/components/query-preview.vue2.js +298 -272
  2184. package/js/x-modules/queries-preview/components/query-preview.vue2.js.map +1 -1
  2185. package/js/x-modules/queries-preview/composables/use-queries-preview.composable.js +37 -35
  2186. package/js/x-modules/queries-preview/composables/use-queries-preview.composable.js.map +1 -1
  2187. package/js/x-modules/queries-preview/store/actions/fetch-and-save-query-preview.action.js +40 -43
  2188. package/js/x-modules/queries-preview/store/actions/fetch-and-save-query-preview.action.js.map +1 -1
  2189. package/js/x-modules/queries-preview/store/actions/fetch-query-preview.action.js +18 -18
  2190. package/js/x-modules/queries-preview/store/actions/fetch-query-preview.action.js.map +1 -1
  2191. package/js/x-modules/queries-preview/store/emitters.js +12 -10
  2192. package/js/x-modules/queries-preview/store/emitters.js.map +1 -1
  2193. package/js/x-modules/queries-preview/store/getters/loaded-queries-preview.getter.js +11 -12
  2194. package/js/x-modules/queries-preview/store/getters/loaded-queries-preview.getter.js.map +1 -1
  2195. package/js/x-modules/queries-preview/store/module.js +63 -63
  2196. package/js/x-modules/queries-preview/store/module.js.map +1 -1
  2197. package/js/x-modules/queries-preview/utils/get-hash-from-query-preview.js +47 -27
  2198. package/js/x-modules/queries-preview/utils/get-hash-from-query-preview.js.map +1 -1
  2199. package/js/x-modules/queries-preview/wiring.js +96 -96
  2200. package/js/x-modules/queries-preview/wiring.js.map +1 -1
  2201. package/js/x-modules/queries-preview/x-module.js +12 -12
  2202. package/js/x-modules/queries-preview/x-module.js.map +1 -1
  2203. package/js/x-modules/query-suggestions/components/query-suggestion.vue.js +1 -4
  2204. package/js/x-modules/query-suggestions/components/query-suggestion.vue.js.map +1 -1
  2205. package/js/x-modules/query-suggestions/components/query-suggestion.vue2.js +35 -35
  2206. package/js/x-modules/query-suggestions/components/query-suggestion.vue2.js.map +1 -1
  2207. package/js/x-modules/query-suggestions/components/query-suggestions.vue.js +1 -7
  2208. package/js/x-modules/query-suggestions/components/query-suggestions.vue.js.map +1 -1
  2209. package/js/x-modules/query-suggestions/components/query-suggestions.vue2.js +17 -17
  2210. package/js/x-modules/query-suggestions/components/query-suggestions.vue2.js.map +1 -1
  2211. package/js/x-modules/query-suggestions/store/actions/fetch-and-save-suggestions.action.js +19 -20
  2212. package/js/x-modules/query-suggestions/store/actions/fetch-and-save-suggestions.action.js.map +1 -1
  2213. package/js/x-modules/query-suggestions/store/actions/fetch-suggestions.action.js +15 -15
  2214. package/js/x-modules/query-suggestions/store/actions/fetch-suggestions.action.js.map +1 -1
  2215. package/js/x-modules/query-suggestions/store/actions/set-url-params.action.js +10 -11
  2216. package/js/x-modules/query-suggestions/store/actions/set-url-params.action.js.map +1 -1
  2217. package/js/x-modules/query-suggestions/store/emitters.js +9 -8
  2218. package/js/x-modules/query-suggestions/store/emitters.js.map +1 -1
  2219. package/js/x-modules/query-suggestions/store/getters/normalized-query.getter.js +9 -11
  2220. package/js/x-modules/query-suggestions/store/getters/normalized-query.getter.js.map +1 -1
  2221. package/js/x-modules/query-suggestions/store/getters/query-suggestions.getter.js +50 -50
  2222. package/js/x-modules/query-suggestions/store/getters/query-suggestions.getter.js.map +1 -1
  2223. package/js/x-modules/query-suggestions/store/getters/request.getter.js +17 -19
  2224. package/js/x-modules/query-suggestions/store/getters/request.getter.js.map +1 -1
  2225. package/js/x-modules/query-suggestions/store/module.js +47 -47
  2226. package/js/x-modules/query-suggestions/store/module.js.map +1 -1
  2227. package/js/x-modules/query-suggestions/wiring.js +124 -124
  2228. package/js/x-modules/query-suggestions/wiring.js.map +1 -1
  2229. package/js/x-modules/query-suggestions/x-module.js +12 -12
  2230. package/js/x-modules/query-suggestions/x-module.js.map +1 -1
  2231. package/js/x-modules/recommendations/components/recommendations.vue.js +1 -2
  2232. package/js/x-modules/recommendations/components/recommendations.vue.js.map +1 -1
  2233. package/js/x-modules/recommendations/components/recommendations.vue2.js +60 -62
  2234. package/js/x-modules/recommendations/components/recommendations.vue2.js.map +1 -1
  2235. package/js/x-modules/recommendations/components/recommendations.vue3.js +1 -1
  2236. package/js/x-modules/recommendations/store/actions/fetch-and-save-recommendations.action.js +21 -22
  2237. package/js/x-modules/recommendations/store/actions/fetch-and-save-recommendations.action.js.map +1 -1
  2238. package/js/x-modules/recommendations/store/actions/fetch-recommendations.action.js +12 -12
  2239. package/js/x-modules/recommendations/store/actions/fetch-recommendations.action.js.map +1 -1
  2240. package/js/x-modules/recommendations/store/constants.js +5 -5
  2241. package/js/x-modules/recommendations/store/constants.js.map +1 -1
  2242. package/js/x-modules/recommendations/store/emitters.js +11 -10
  2243. package/js/x-modules/recommendations/store/emitters.js.map +1 -1
  2244. package/js/x-modules/recommendations/store/getters/request.getter.js +16 -16
  2245. package/js/x-modules/recommendations/store/getters/request.getter.js.map +1 -1
  2246. package/js/x-modules/recommendations/store/module.js +42 -42
  2247. package/js/x-modules/recommendations/store/module.js.map +1 -1
  2248. package/js/x-modules/recommendations/wiring.js +43 -43
  2249. package/js/x-modules/recommendations/wiring.js.map +1 -1
  2250. package/js/x-modules/recommendations/x-module.js +12 -12
  2251. package/js/x-modules/recommendations/x-module.js.map +1 -1
  2252. package/js/x-modules/related-prompts/components/related-prompt.vue.js +28 -80
  2253. package/js/x-modules/related-prompts/components/related-prompt.vue.js.map +1 -1
  2254. package/js/x-modules/related-prompts/components/related-prompt.vue2.js +34 -47
  2255. package/js/x-modules/related-prompts/components/related-prompt.vue2.js.map +1 -1
  2256. package/js/x-modules/related-prompts/components/related-prompt.vue3.js +2 -2
  2257. package/js/x-modules/related-prompts/components/related-prompts-list.vue.js +142 -145
  2258. package/js/x-modules/related-prompts/components/related-prompts-list.vue.js.map +1 -1
  2259. package/js/x-modules/related-prompts/components/related-prompts-tag-list.vue.js +101 -0
  2260. package/js/x-modules/related-prompts/components/related-prompts-tag-list.vue.js.map +1 -0
  2261. package/js/x-modules/related-prompts/components/related-prompts-tag-list.vue2.js +219 -0
  2262. package/js/x-modules/related-prompts/components/related-prompts-tag-list.vue2.js.map +1 -0
  2263. package/js/x-modules/related-prompts/components/related-prompts-tag-list.vue3.js +7 -0
  2264. package/js/x-modules/related-prompts/components/related-prompts-tag-list.vue3.js.map +1 -0
  2265. package/js/x-modules/related-prompts/store/actions/fetch-and-save-related-prompts.action.js +23 -23
  2266. package/js/x-modules/related-prompts/store/actions/fetch-and-save-related-prompts.action.js.map +1 -1
  2267. package/js/x-modules/related-prompts/store/actions/fetch-related-prompts.action.js +14 -14
  2268. package/js/x-modules/related-prompts/store/actions/fetch-related-prompts.action.js.map +1 -1
  2269. package/js/x-modules/related-prompts/store/actions/set-url-params.action.js +14 -0
  2270. package/js/x-modules/related-prompts/store/actions/set-url-params.action.js.map +1 -0
  2271. package/js/x-modules/related-prompts/store/emitters.js +10 -7
  2272. package/js/x-modules/related-prompts/store/emitters.js.map +1 -1
  2273. package/js/x-modules/related-prompts/store/getters/related-prompts-query.getter.js +18 -0
  2274. package/js/x-modules/related-prompts/store/getters/related-prompts-query.getter.js.map +1 -0
  2275. package/js/x-modules/related-prompts/store/getters/request.getter.js +13 -12
  2276. package/js/x-modules/related-prompts/store/getters/request.getter.js.map +1 -1
  2277. package/js/x-modules/related-prompts/store/module.js +56 -45
  2278. package/js/x-modules/related-prompts/store/module.js.map +1 -1
  2279. package/js/x-modules/related-prompts/wiring.js +82 -82
  2280. package/js/x-modules/related-prompts/wiring.js.map +1 -1
  2281. package/js/x-modules/related-prompts/x-module.js +13 -13
  2282. package/js/x-modules/related-prompts/x-module.js.map +1 -1
  2283. package/js/x-modules/related-tags/components/related-tag.vue.js +3 -4
  2284. package/js/x-modules/related-tags/components/related-tag.vue.js.map +1 -1
  2285. package/js/x-modules/related-tags/components/related-tag.vue2.js +115 -115
  2286. package/js/x-modules/related-tags/components/related-tag.vue2.js.map +1 -1
  2287. package/js/x-modules/related-tags/components/related-tags.vue.js +8 -11
  2288. package/js/x-modules/related-tags/components/related-tags.vue.js.map +1 -1
  2289. package/js/x-modules/related-tags/components/related-tags.vue2.js +52 -54
  2290. package/js/x-modules/related-tags/components/related-tags.vue2.js.map +1 -1
  2291. package/js/x-modules/related-tags/components/related-tags.vue3.js +1 -1
  2292. package/js/x-modules/related-tags/store/actions/fetch-and-save-related-tags.action.js +19 -20
  2293. package/js/x-modules/related-tags/store/actions/fetch-and-save-related-tags.action.js.map +1 -1
  2294. package/js/x-modules/related-tags/store/actions/fetch-related-tags.action.js +12 -12
  2295. package/js/x-modules/related-tags/store/actions/fetch-related-tags.action.js.map +1 -1
  2296. package/js/x-modules/related-tags/store/actions/set-url-params.action.js +30 -27
  2297. package/js/x-modules/related-tags/store/actions/set-url-params.action.js.map +1 -1
  2298. package/js/x-modules/related-tags/store/actions/toggle-related-tag.action.js +18 -19
  2299. package/js/x-modules/related-tags/store/actions/toggle-related-tag.action.js.map +1 -1
  2300. package/js/x-modules/related-tags/store/emitters.js +13 -12
  2301. package/js/x-modules/related-tags/store/emitters.js.map +1 -1
  2302. package/js/x-modules/related-tags/store/getters/query.getter.js +10 -12
  2303. package/js/x-modules/related-tags/store/getters/query.getter.js.map +1 -1
  2304. package/js/x-modules/related-tags/store/getters/related-tags.getter.js +9 -10
  2305. package/js/x-modules/related-tags/store/getters/related-tags.getter.js.map +1 -1
  2306. package/js/x-modules/related-tags/store/getters/request.getter.js +19 -21
  2307. package/js/x-modules/related-tags/store/getters/request.getter.js.map +1 -1
  2308. package/js/x-modules/related-tags/store/module.js +45 -45
  2309. package/js/x-modules/related-tags/store/module.js.map +1 -1
  2310. package/js/x-modules/related-tags/wiring.js +129 -129
  2311. package/js/x-modules/related-tags/wiring.js.map +1 -1
  2312. package/js/x-modules/related-tags/x-module.js +12 -12
  2313. package/js/x-modules/related-tags/x-module.js.map +1 -1
  2314. package/js/x-modules/scroll/components/main-scroll-item.vue.js.map +1 -1
  2315. package/js/x-modules/scroll/components/main-scroll-item.vue2.js +75 -77
  2316. package/js/x-modules/scroll/components/main-scroll-item.vue2.js.map +1 -1
  2317. package/js/x-modules/scroll/components/main-scroll.vue.js +169 -169
  2318. package/js/x-modules/scroll/components/main-scroll.vue.js.map +1 -1
  2319. package/js/x-modules/scroll/components/scroll-to-top.vue.js +1 -2
  2320. package/js/x-modules/scroll/components/scroll-to-top.vue.js.map +1 -1
  2321. package/js/x-modules/scroll/components/scroll-to-top.vue2.js +148 -141
  2322. package/js/x-modules/scroll/components/scroll-to-top.vue2.js.map +1 -1
  2323. package/js/x-modules/scroll/components/scroll.const.js +11 -11
  2324. package/js/x-modules/scroll/components/scroll.const.js.map +1 -1
  2325. package/js/x-modules/scroll/components/scroll.vue.js +3 -3
  2326. package/js/x-modules/scroll/components/scroll.vue.js.map +1 -1
  2327. package/js/x-modules/scroll/components/scroll.vue2.js +102 -102
  2328. package/js/x-modules/scroll/components/scroll.vue2.js.map +1 -1
  2329. package/js/x-modules/scroll/store/emitters.js +6 -5
  2330. package/js/x-modules/scroll/store/emitters.js.map +1 -1
  2331. package/js/x-modules/scroll/store/module.js +29 -29
  2332. package/js/x-modules/scroll/store/module.js.map +1 -1
  2333. package/js/x-modules/scroll/wiring.js +89 -89
  2334. package/js/x-modules/scroll/wiring.js.map +1 -1
  2335. package/js/x-modules/scroll/x-module.js +12 -12
  2336. package/js/x-modules/scroll/x-module.js.map +1 -1
  2337. package/js/x-modules/search/components/banner.vue.js +5 -4
  2338. package/js/x-modules/search/components/banner.vue.js.map +1 -1
  2339. package/js/x-modules/search/components/banner.vue2.js +61 -61
  2340. package/js/x-modules/search/components/banner.vue2.js.map +1 -1
  2341. package/js/x-modules/search/components/banner.vue3.js +1 -1
  2342. package/js/x-modules/search/components/banners-list.vue.js +96 -95
  2343. package/js/x-modules/search/components/banners-list.vue.js.map +1 -1
  2344. package/js/x-modules/search/components/fallback-disclaimer.vue.js.map +1 -1
  2345. package/js/x-modules/search/components/fallback-disclaimer.vue2.js +14 -17
  2346. package/js/x-modules/search/components/fallback-disclaimer.vue2.js.map +1 -1
  2347. package/js/x-modules/search/components/partial-query-button.vue.js +2 -2
  2348. package/js/x-modules/search/components/partial-query-button.vue.js.map +1 -1
  2349. package/js/x-modules/search/components/partial-query-button.vue2.js +49 -49
  2350. package/js/x-modules/search/components/partial-query-button.vue2.js.map +1 -1
  2351. package/js/x-modules/search/components/partial-results-list.vue.js +1 -2
  2352. package/js/x-modules/search/components/partial-results-list.vue.js.map +1 -1
  2353. package/js/x-modules/search/components/partial-results-list.vue2.js +50 -52
  2354. package/js/x-modules/search/components/partial-results-list.vue2.js.map +1 -1
  2355. package/js/x-modules/search/components/partial-results-list.vue3.js +1 -1
  2356. package/js/x-modules/search/components/promoted.vue.js +6 -4
  2357. package/js/x-modules/search/components/promoted.vue.js.map +1 -1
  2358. package/js/x-modules/search/components/promoted.vue2.js +40 -40
  2359. package/js/x-modules/search/components/promoted.vue2.js.map +1 -1
  2360. package/js/x-modules/search/components/promoted.vue3.js +1 -1
  2361. package/js/x-modules/search/components/promoteds-list.vue.js +72 -72
  2362. package/js/x-modules/search/components/promoteds-list.vue.js.map +1 -1
  2363. package/js/x-modules/search/components/redirection.vue.js.map +1 -1
  2364. package/js/x-modules/search/components/redirection.vue2.js +113 -114
  2365. package/js/x-modules/search/components/redirection.vue2.js.map +1 -1
  2366. package/js/x-modules/search/components/results-list.vue.js +63 -69
  2367. package/js/x-modules/search/components/results-list.vue.js.map +1 -1
  2368. package/js/x-modules/search/components/sort-dropdown.vue.js +5 -7
  2369. package/js/x-modules/search/components/sort-dropdown.vue.js.map +1 -1
  2370. package/js/x-modules/search/components/sort-dropdown.vue2.js +43 -43
  2371. package/js/x-modules/search/components/sort-dropdown.vue2.js.map +1 -1
  2372. package/js/x-modules/search/components/sort-list.vue.js.map +1 -1
  2373. package/js/x-modules/search/components/sort-list.vue2.js +44 -44
  2374. package/js/x-modules/search/components/sort-list.vue2.js.map +1 -1
  2375. package/js/x-modules/search/components/sort-list.vue3.js +1 -1
  2376. package/js/x-modules/search/components/sort-picker-list.vue.js.map +1 -1
  2377. package/js/x-modules/search/components/sort-picker-list.vue2.js +45 -45
  2378. package/js/x-modules/search/components/sort-picker-list.vue2.js.map +1 -1
  2379. package/js/x-modules/search/components/spellcheck-button.vue.js +2 -2
  2380. package/js/x-modules/search/components/spellcheck-button.vue.js.map +1 -1
  2381. package/js/x-modules/search/components/spellcheck-button.vue2.js +45 -45
  2382. package/js/x-modules/search/components/spellcheck-button.vue2.js.map +1 -1
  2383. package/js/x-modules/search/components/spellcheck.vue.js.map +1 -1
  2384. package/js/x-modules/search/components/spellcheck.vue2.js +26 -26
  2385. package/js/x-modules/search/components/spellcheck.vue2.js.map +1 -1
  2386. package/js/x-modules/search/store/actions/fetch-and-save-search-response.action.js +51 -44
  2387. package/js/x-modules/search/store/actions/fetch-and-save-search-response.action.js.map +1 -1
  2388. package/js/x-modules/search/store/actions/fetch-search-response.action.js +11 -11
  2389. package/js/x-modules/search/store/actions/fetch-search-response.action.js.map +1 -1
  2390. package/js/x-modules/search/store/actions/increase-page-apending-results.action.js +14 -15
  2391. package/js/x-modules/search/store/actions/increase-page-apending-results.action.js.map +1 -1
  2392. package/js/x-modules/search/store/actions/reset-request-on-refinement.action.js +29 -30
  2393. package/js/x-modules/search/store/actions/reset-request-on-refinement.action.js.map +1 -1
  2394. package/js/x-modules/search/store/actions/save-origin.action.js +10 -11
  2395. package/js/x-modules/search/store/actions/save-origin.action.js.map +1 -1
  2396. package/js/x-modules/search/store/actions/save-search-response.action.js +41 -41
  2397. package/js/x-modules/search/store/actions/save-search-response.action.js.map +1 -1
  2398. package/js/x-modules/search/store/actions/set-url-params.action.js +13 -15
  2399. package/js/x-modules/search/store/actions/set-url-params.action.js.map +1 -1
  2400. package/js/x-modules/search/store/emitters.js +44 -43
  2401. package/js/x-modules/search/store/emitters.js.map +1 -1
  2402. package/js/x-modules/search/store/getters/query.getter.js +12 -12
  2403. package/js/x-modules/search/store/getters/query.getter.js.map +1 -1
  2404. package/js/x-modules/search/store/getters/request.getter.js +20 -21
  2405. package/js/x-modules/search/store/getters/request.getter.js.map +1 -1
  2406. package/js/x-modules/search/store/module.js +152 -150
  2407. package/js/x-modules/search/store/module.js.map +1 -1
  2408. package/js/x-modules/search/wiring.js +255 -251
  2409. package/js/x-modules/search/wiring.js.map +1 -1
  2410. package/js/x-modules/search/x-module.js +12 -12
  2411. package/js/x-modules/search/x-module.js.map +1 -1
  2412. package/js/x-modules/search-box/components/clear-search-input.vue.js +6 -3
  2413. package/js/x-modules/search-box/components/clear-search-input.vue.js.map +1 -1
  2414. package/js/x-modules/search-box/components/clear-search-input.vue2.js +34 -34
  2415. package/js/x-modules/search-box/components/clear-search-input.vue2.js.map +1 -1
  2416. package/js/x-modules/search-box/components/search-button.vue.js +10 -12
  2417. package/js/x-modules/search-box/components/search-button.vue.js.map +1 -1
  2418. package/js/x-modules/search-box/components/search-button.vue2.js +50 -50
  2419. package/js/x-modules/search-box/components/search-button.vue2.js.map +1 -1
  2420. package/js/x-modules/search-box/components/search-input-placeholder.vue.js.map +1 -1
  2421. package/js/x-modules/search-box/components/search-input-placeholder.vue2.js +175 -175
  2422. package/js/x-modules/search-box/components/search-input-placeholder.vue2.js.map +1 -1
  2423. package/js/x-modules/search-box/components/search-input-placeholder.vue3.js +1 -1
  2424. package/js/x-modules/search-box/components/search-input-placeholder.vue4.js +1 -1
  2425. package/js/x-modules/search-box/components/search-input.vue.js +10 -10
  2426. package/js/x-modules/search-box/components/search-input.vue.js.map +1 -1
  2427. package/js/x-modules/search-box/components/search-input.vue2.js +219 -219
  2428. package/js/x-modules/search-box/components/search-input.vue2.js.map +1 -1
  2429. package/js/x-modules/search-box/components/search-input.vue3.js +1 -1
  2430. package/js/x-modules/search-box/store/actions/set-input-status.action.js +43 -43
  2431. package/js/x-modules/search-box/store/actions/set-input-status.action.js.map +1 -1
  2432. package/js/x-modules/search-box/store/actions/set-url-params.action.js +10 -11
  2433. package/js/x-modules/search-box/store/actions/set-url-params.action.js.map +1 -1
  2434. package/js/x-modules/search-box/store/emitters.js +9 -8
  2435. package/js/x-modules/search-box/store/emitters.js.map +1 -1
  2436. package/js/x-modules/search-box/store/module.js +26 -26
  2437. package/js/x-modules/search-box/store/module.js.map +1 -1
  2438. package/js/x-modules/search-box/wiring.js +96 -95
  2439. package/js/x-modules/search-box/wiring.js.map +1 -1
  2440. package/js/x-modules/search-box/x-module.js +12 -12
  2441. package/js/x-modules/search-box/x-module.js.map +1 -1
  2442. package/js/x-modules/semantic-queries/components/semantic-queries.vue.js +4 -6
  2443. package/js/x-modules/semantic-queries/components/semantic-queries.vue.js.map +1 -1
  2444. package/js/x-modules/semantic-queries/components/semantic-queries.vue2.js +52 -54
  2445. package/js/x-modules/semantic-queries/components/semantic-queries.vue2.js.map +1 -1
  2446. package/js/x-modules/semantic-queries/components/semantic-query.vue.js +3 -6
  2447. package/js/x-modules/semantic-queries/components/semantic-query.vue.js.map +1 -1
  2448. package/js/x-modules/semantic-queries/components/semantic-query.vue2.js +32 -32
  2449. package/js/x-modules/semantic-queries/components/semantic-query.vue2.js.map +1 -1
  2450. package/js/x-modules/semantic-queries/store/actions/fetch-and-save-semantic-query.action.js +18 -20
  2451. package/js/x-modules/semantic-queries/store/actions/fetch-and-save-semantic-query.action.js.map +1 -1
  2452. package/js/x-modules/semantic-queries/store/actions/fetch-semantic-query.action.js +12 -12
  2453. package/js/x-modules/semantic-queries/store/actions/fetch-semantic-query.action.js.map +1 -1
  2454. package/js/x-modules/semantic-queries/store/emitters.js +8 -8
  2455. package/js/x-modules/semantic-queries/store/emitters.js.map +1 -1
  2456. package/js/x-modules/semantic-queries/store/getters/normalized-query.getter.js +11 -11
  2457. package/js/x-modules/semantic-queries/store/getters/normalized-query.getter.js.map +1 -1
  2458. package/js/x-modules/semantic-queries/store/getters/request.getter.js +21 -20
  2459. package/js/x-modules/semantic-queries/store/getters/request.getter.js.map +1 -1
  2460. package/js/x-modules/semantic-queries/store/getters/semanti-queries-query.getter.js +18 -0
  2461. package/js/x-modules/semantic-queries/store/getters/semanti-queries-query.getter.js.map +1 -0
  2462. package/js/x-modules/semantic-queries/store/module.js +47 -41
  2463. package/js/x-modules/semantic-queries/store/module.js.map +1 -1
  2464. package/js/x-modules/semantic-queries/wiring.js +85 -80
  2465. package/js/x-modules/semantic-queries/wiring.js.map +1 -1
  2466. package/js/x-modules/semantic-queries/x-module.js +12 -12
  2467. package/js/x-modules/semantic-queries/x-module.js.map +1 -1
  2468. package/js/x-modules/tagging/components/tagging.vue.js +97 -97
  2469. package/js/x-modules/tagging/components/tagging.vue.js.map +1 -1
  2470. package/js/x-modules/tagging/service/{pdp-add-to-cart.service.js → external-tagging.service.js} +177 -148
  2471. package/js/x-modules/tagging/service/external-tagging.service.js.map +1 -0
  2472. package/js/x-modules/tagging/store/actions/track.action.js +35 -36
  2473. package/js/x-modules/tagging/store/actions/track.action.js.map +1 -1
  2474. package/js/x-modules/tagging/store/emitters.js +12 -12
  2475. package/js/x-modules/tagging/store/emitters.js.map +1 -1
  2476. package/js/x-modules/tagging/store/module.js +41 -37
  2477. package/js/x-modules/tagging/store/module.js.map +1 -1
  2478. package/js/x-modules/tagging/wiring.js +427 -260
  2479. package/js/x-modules/tagging/wiring.js.map +1 -1
  2480. package/js/x-modules/tagging/x-module.js +12 -12
  2481. package/js/x-modules/tagging/x-module.js.map +1 -1
  2482. package/js/x-modules/url/components/url-handler.vue.js +2 -2
  2483. package/js/x-modules/url/components/url-handler.vue.js.map +1 -1
  2484. package/js/x-modules/url/components/url-handler.vue2.js +316 -317
  2485. package/js/x-modules/url/components/url-handler.vue2.js.map +1 -1
  2486. package/js/x-modules/url/store/emitters.js +49 -48
  2487. package/js/x-modules/url/store/emitters.js.map +1 -1
  2488. package/js/x-modules/url/store/getters/url-params.getter.js +33 -35
  2489. package/js/x-modules/url/store/getters/url-params.getter.js.map +1 -1
  2490. package/js/x-modules/url/store/initial-state.js +14 -13
  2491. package/js/x-modules/url/store/initial-state.js.map +1 -1
  2492. package/js/x-modules/url/store/module.js +39 -36
  2493. package/js/x-modules/url/store/module.js.map +1 -1
  2494. package/js/x-modules/url/store/mutations/set-params.mutation.js +14 -14
  2495. package/js/x-modules/url/store/mutations/set-params.mutation.js.map +1 -1
  2496. package/js/x-modules/url/wiring.js +124 -115
  2497. package/js/x-modules/url/wiring.js.map +1 -1
  2498. package/js/x-modules/url/x-module.js +12 -12
  2499. package/js/x-modules/url/x-module.js.map +1 -1
  2500. package/next-queries/index.js +4 -4
  2501. package/package.json +73 -89
  2502. package/popular-searches/index.js +2 -2
  2503. package/queries-preview/index.js +4 -4
  2504. package/query-suggestions/index.js +1 -1
  2505. package/related-prompts/index.js +1 -1
  2506. package/related-tags/index.js +1 -1
  2507. package/report/tsdoc-metadata.json +1 -1
  2508. package/report/x-adapter-platform.api.json +3254 -770
  2509. package/report/x-components.api.json +38732 -32458
  2510. package/report/x-components.api.md +2462 -1767
  2511. package/report/x-types.api.json +2394 -379
  2512. package/scroll/index.js +2 -2
  2513. package/search/index.js +2 -2
  2514. package/search-box/index.js +1 -1
  2515. package/semantic-queries/index.js +2 -2
  2516. package/tagging/index.js +2 -2
  2517. package/tools/inject-css.js +4 -4
  2518. package/types/adapter/mocked-responses.d.ts +46 -46
  2519. package/types/adapter/mocked-responses.d.ts.map +1 -1
  2520. package/types/components/animations/animate-clip-path/animate-clip-path.factory.d.ts +13 -13
  2521. package/types/components/animations/animate-clip-path/animate-clip-path.factory.d.ts.map +1 -1
  2522. package/types/components/animations/animate-scale/animate-scale.factory.d.ts +13 -13
  2523. package/types/components/animations/animate-scale/animate-scale.factory.d.ts.map +1 -1
  2524. package/types/components/animations/animate-translate/animate-translate.factory.d.ts +13 -13
  2525. package/types/components/animations/animate-translate/animate-translate.factory.d.ts.map +1 -1
  2526. package/types/components/animations/animate-width.vue.d.ts +7 -7
  2527. package/types/components/animations/animate-width.vue.d.ts.map +1 -1
  2528. package/types/components/animations/change-height.vue.d.ts +5 -0
  2529. package/types/components/animations/change-height.vue.d.ts.map +1 -0
  2530. package/types/components/animations/collapse-height.vue.d.ts +30 -30
  2531. package/types/components/animations/collapse-height.vue.d.ts.map +1 -1
  2532. package/types/components/animations/collapse-width.vue.d.ts +30 -30
  2533. package/types/components/animations/collapse-width.vue.d.ts.map +1 -1
  2534. package/types/components/animations/create-directional-animation-factory.d.ts +12 -12
  2535. package/types/components/animations/create-directional-animation-factory.d.ts.map +1 -1
  2536. package/types/components/animations/cross-fade.vue.d.ts +26 -26
  2537. package/types/components/animations/cross-fade.vue.d.ts.map +1 -1
  2538. package/types/components/animations/fade-and-slide.vue.d.ts +36 -36
  2539. package/types/components/animations/fade-and-slide.vue.d.ts.map +1 -1
  2540. package/types/components/animations/fade.vue.d.ts +22 -22
  2541. package/types/components/animations/fade.vue.d.ts.map +1 -1
  2542. package/types/components/animations/index.d.ts +15 -14
  2543. package/types/components/animations/index.d.ts.map +1 -1
  2544. package/types/components/animations/no-animation.vue.d.ts +8 -8
  2545. package/types/components/animations/no-animation.vue.d.ts.map +1 -1
  2546. package/types/components/animations/staggered-fade-and-slide.vue.d.ts +49 -49
  2547. package/types/components/animations/staggered-fade-and-slide.vue.d.ts.map +1 -1
  2548. package/types/components/animations/use-collapse-animation.d.ts +18 -18
  2549. package/types/components/animations/use-collapse-animation.d.ts.map +1 -1
  2550. package/types/components/animations/use-disable-animation.d.ts +11 -11
  2551. package/types/components/auto-progress-bar.vue.d.ts +52 -52
  2552. package/types/components/auto-progress-bar.vue.d.ts.map +1 -1
  2553. package/types/components/base-dropdown.vue.d.ts +92 -92
  2554. package/types/components/base-dropdown.vue.d.ts.map +1 -1
  2555. package/types/components/base-event-button.vue.d.ts +45 -45
  2556. package/types/components/base-event-button.vue.d.ts.map +1 -1
  2557. package/types/components/base-grid.types.d.ts +11 -0
  2558. package/types/components/base-grid.types.d.ts.map +1 -0
  2559. package/types/components/base-grid.vue.d.ts +74 -80
  2560. package/types/components/base-grid.vue.d.ts.map +1 -1
  2561. package/types/components/base-keyboard-navigation.vue.d.ts +68 -68
  2562. package/types/components/base-keyboard-navigation.vue.d.ts.map +1 -1
  2563. package/types/components/base-rating.vue.d.ts +53 -51
  2564. package/types/components/base-rating.vue.d.ts.map +1 -1
  2565. package/types/components/base-slider.vue.d.ts +73 -73
  2566. package/types/components/base-slider.vue.d.ts.map +1 -1
  2567. package/types/components/base-switch.vue.d.ts +27 -26
  2568. package/types/components/base-switch.vue.d.ts.map +1 -1
  2569. package/types/components/base-teleport.vue.d.ts +59 -0
  2570. package/types/components/base-teleport.vue.d.ts.map +1 -0
  2571. package/types/components/base-variable-column-grid.vue.d.ts +78 -76
  2572. package/types/components/base-variable-column-grid.vue.d.ts.map +1 -1
  2573. package/types/components/column-picker/base-column-picker-dropdown.vue.d.ts +40 -38
  2574. package/types/components/column-picker/base-column-picker-dropdown.vue.d.ts.map +1 -1
  2575. package/types/components/column-picker/base-column-picker-list.types.d.ts +9 -0
  2576. package/types/components/column-picker/base-column-picker-list.types.d.ts.map +1 -0
  2577. package/types/components/column-picker/base-column-picker-list.vue.d.ts +38 -43
  2578. package/types/components/column-picker/base-column-picker-list.vue.d.ts.map +1 -1
  2579. package/types/components/column-picker/index.d.ts +2 -2
  2580. package/types/components/column-picker/index.d.ts.map +1 -1
  2581. package/types/components/currency/base-currency.vue.d.ts +83 -83
  2582. package/types/components/currency/base-currency.vue.d.ts.map +1 -1
  2583. package/types/components/currency/index.d.ts +1 -1
  2584. package/types/components/currency/index.d.ts.map +1 -1
  2585. package/types/components/decorators/injection.consts.d.ts +56 -56
  2586. package/types/components/decorators/injection.consts.d.ts.map +1 -1
  2587. package/types/components/display-click-provider.vue.d.ts +61 -0
  2588. package/types/components/display-click-provider.vue.d.ts.map +1 -0
  2589. package/types/components/display-emitter.vue.d.ts +28 -28
  2590. package/types/components/display-emitter.vue.d.ts.map +1 -1
  2591. package/types/components/filters/index.d.ts +2 -2
  2592. package/types/components/filters/index.d.ts.map +1 -1
  2593. package/types/components/filters/labels/base-price-filter-label.vue.d.ts +92 -90
  2594. package/types/components/filters/labels/base-price-filter-label.vue.d.ts.map +1 -1
  2595. package/types/components/filters/labels/base-rating-filter-label.vue.d.ts +54 -52
  2596. package/types/components/filters/labels/base-rating-filter-label.vue.d.ts.map +1 -1
  2597. package/types/components/global-x-bus.vue.d.ts +20 -345
  2598. package/types/components/global-x-bus.vue.d.ts.map +1 -1
  2599. package/types/components/highlight.vue.d.ts +78 -78
  2600. package/types/components/highlight.vue.d.ts.map +1 -1
  2601. package/types/components/icons/index.d.ts +75 -73
  2602. package/types/components/icons/index.d.ts.map +1 -1
  2603. package/types/components/index.d.ts +33 -30
  2604. package/types/components/index.d.ts.map +1 -1
  2605. package/types/components/items-list.vue.d.ts +46 -46
  2606. package/types/components/items-list.vue.d.ts.map +1 -1
  2607. package/types/components/layouts/fixed-header-and-asides-layout.vue.d.ts +26 -22
  2608. package/types/components/layouts/fixed-header-and-asides-layout.vue.d.ts.map +1 -1
  2609. package/types/components/layouts/index.d.ts +3 -3
  2610. package/types/components/layouts/index.d.ts.map +1 -1
  2611. package/types/components/layouts/multi-column-max-width-layout.vue.d.ts +32 -28
  2612. package/types/components/layouts/multi-column-max-width-layout.vue.d.ts.map +1 -1
  2613. package/types/components/layouts/single-column-layout.vue.d.ts +33 -28
  2614. package/types/components/layouts/single-column-layout.vue.d.ts.map +1 -1
  2615. package/types/components/location-provider.vue.d.ts +32 -32
  2616. package/types/components/location-provider.vue.d.ts.map +1 -1
  2617. package/types/components/modals/base-events-modal-close.vue.d.ts +37 -34
  2618. package/types/components/modals/base-events-modal-close.vue.d.ts.map +1 -1
  2619. package/types/components/modals/base-events-modal-open.vue.d.ts +37 -34
  2620. package/types/components/modals/base-events-modal-open.vue.d.ts.map +1 -1
  2621. package/types/components/modals/base-events-modal.vue.d.ts +62 -60
  2622. package/types/components/modals/base-events-modal.vue.d.ts.map +1 -1
  2623. package/types/components/modals/base-id-modal-close.vue.d.ts +24 -24
  2624. package/types/components/modals/base-id-modal-close.vue.d.ts.map +1 -1
  2625. package/types/components/modals/base-id-modal-open.vue.d.ts +23 -23
  2626. package/types/components/modals/base-id-modal-open.vue.d.ts.map +1 -1
  2627. package/types/components/modals/base-id-modal.vue.d.ts +44 -42
  2628. package/types/components/modals/base-id-modal.vue.d.ts.map +1 -1
  2629. package/types/components/modals/base-modal.vue.d.ts +94 -94
  2630. package/types/components/modals/base-modal.vue.d.ts.map +1 -1
  2631. package/types/components/modals/close-main-modal.vue.d.ts +11 -9
  2632. package/types/components/modals/close-main-modal.vue.d.ts.map +1 -1
  2633. package/types/components/modals/index.d.ts +10 -10
  2634. package/types/components/modals/index.d.ts.map +1 -1
  2635. package/types/components/modals/main-modal.vue.d.ts +92 -89
  2636. package/types/components/modals/main-modal.vue.d.ts.map +1 -1
  2637. package/types/components/modals/open-main-modal.vue.d.ts +11 -9
  2638. package/types/components/modals/open-main-modal.vue.d.ts.map +1 -1
  2639. package/types/components/page-loader-button.vue.d.ts +56 -54
  2640. package/types/components/page-loader-button.vue.d.ts.map +1 -1
  2641. package/types/components/page-selector.vue.d.ts +125 -0
  2642. package/types/components/page-selector.vue.d.ts.map +1 -0
  2643. package/types/components/panels/base-header-toggle-panel.vue.d.ts +36 -34
  2644. package/types/components/panels/base-header-toggle-panel.vue.d.ts.map +1 -1
  2645. package/types/components/panels/base-id-toggle-panel-button.vue.d.ts +33 -31
  2646. package/types/components/panels/base-id-toggle-panel-button.vue.d.ts.map +1 -1
  2647. package/types/components/panels/base-id-toggle-panel.vue.d.ts +59 -57
  2648. package/types/components/panels/base-id-toggle-panel.vue.d.ts.map +1 -1
  2649. package/types/components/panels/base-tabs-panel.vue.d.ts +110 -110
  2650. package/types/components/panels/base-tabs-panel.vue.d.ts.map +1 -1
  2651. package/types/components/panels/base-toggle-panel.vue.d.ts +50 -50
  2652. package/types/components/panels/base-toggle-panel.vue.d.ts.map +1 -1
  2653. package/types/components/panels/index.d.ts +5 -5
  2654. package/types/components/panels/index.d.ts.map +1 -1
  2655. package/types/components/result/base-result-add-to-cart.vue.d.ts +37 -33
  2656. package/types/components/result/base-result-add-to-cart.vue.d.ts.map +1 -1
  2657. package/types/components/result/base-result-current-price.vue.d.ts +75 -73
  2658. package/types/components/result/base-result-current-price.vue.d.ts.map +1 -1
  2659. package/types/components/result/base-result-image.vue.d.ts +77 -77
  2660. package/types/components/result/base-result-image.vue.d.ts.map +1 -1
  2661. package/types/components/result/base-result-link.vue.d.ts +37 -36
  2662. package/types/components/result/base-result-link.vue.d.ts.map +1 -1
  2663. package/types/components/result/base-result-previous-price.vue.d.ts +69 -67
  2664. package/types/components/result/base-result-previous-price.vue.d.ts.map +1 -1
  2665. package/types/components/result/base-result-rating.vue.d.ts +50 -47
  2666. package/types/components/result/base-result-rating.vue.d.ts.map +1 -1
  2667. package/types/components/result/index.d.ts +10 -10
  2668. package/types/components/result/index.d.ts.map +1 -1
  2669. package/types/components/result/result-variant-selector.vue.d.ts +29 -29
  2670. package/types/components/result/result-variant-selector.vue.d.ts.map +1 -1
  2671. package/types/components/result/result-variants-provider.vue.d.ts +52 -52
  2672. package/types/components/result/result-variants-provider.vue.d.ts.map +1 -1
  2673. package/types/components/scroll/base-scroll.vue.d.ts +121 -120
  2674. package/types/components/scroll/base-scroll.vue.d.ts.map +1 -1
  2675. package/types/components/scroll/index.d.ts +3 -3
  2676. package/types/components/scroll/index.d.ts.map +1 -1
  2677. package/types/components/scroll/scroll.types.d.ts +6 -6
  2678. package/types/components/scroll/scroll.types.d.ts.map +1 -1
  2679. package/types/components/scroll/use-scroll.d.ts +47 -47
  2680. package/types/components/scroll/use-scroll.d.ts.map +1 -1
  2681. package/types/components/sliding-panel.vue.d.ts +89 -74
  2682. package/types/components/sliding-panel.vue.d.ts.map +1 -1
  2683. package/types/components/snippet-callbacks.vue.d.ts +189 -174
  2684. package/types/components/snippet-callbacks.vue.d.ts.map +1 -1
  2685. package/types/components/suggestions/base-suggestion.vue.d.ts +114 -112
  2686. package/types/components/suggestions/base-suggestion.vue.d.ts.map +1 -1
  2687. package/types/components/suggestions/base-suggestions.vue.d.ts +110 -110
  2688. package/types/components/suggestions/base-suggestions.vue.d.ts.map +1 -1
  2689. package/types/components/suggestions/index.d.ts +2 -2
  2690. package/types/components/suggestions/index.d.ts.map +1 -1
  2691. package/types/components/x-component.utils.d.ts +28 -28
  2692. package/types/components/x-component.utils.d.ts.map +1 -1
  2693. package/types/composables/create-use-device.d.ts +50 -50
  2694. package/types/composables/create-use-device.d.ts.map +1 -1
  2695. package/types/composables/index.d.ts +8 -9
  2696. package/types/composables/index.d.ts.map +1 -1
  2697. package/types/composables/use-$x.d.ts +13 -13
  2698. package/types/composables/use-alias-api.d.ts +122 -122
  2699. package/types/composables/use-alias-api.d.ts.map +1 -1
  2700. package/types/composables/use-debounce.d.ts +12 -12
  2701. package/types/composables/use-debounce.d.ts.map +1 -1
  2702. package/types/composables/use-getter.d.ts +22 -12
  2703. package/types/composables/use-getter.d.ts.map +1 -1
  2704. package/types/composables/use-on-display.d.ts +48 -52
  2705. package/types/composables/use-on-display.d.ts.map +1 -1
  2706. package/types/composables/use-state.d.ts +12 -13
  2707. package/types/composables/use-state.d.ts.map +1 -1
  2708. package/types/composables/use-x-bus.d.ts +20 -20
  2709. package/types/composables/use-x-bus.d.ts.map +1 -1
  2710. package/types/directives/index.d.ts +2 -1
  2711. package/types/directives/index.d.ts.map +1 -1
  2712. package/types/directives/infinite-scroll.d.ts +49 -49
  2713. package/types/directives/infinite-scroll.d.ts.map +1 -1
  2714. package/types/directives/typing.d.ts +36 -0
  2715. package/types/directives/typing.d.ts.map +1 -0
  2716. package/types/index.d.ts +39 -36
  2717. package/types/index.d.ts.map +1 -1
  2718. package/types/plugins/devtools/colors.utils.d.ts +21 -21
  2719. package/types/plugins/devtools/colors.utils.d.ts.map +1 -1
  2720. package/types/plugins/devtools/devtools.plugin.d.ts +11 -11
  2721. package/types/plugins/devtools/devtools.plugin.d.ts.map +1 -1
  2722. package/types/plugins/devtools/timeline.devtools.d.ts +19 -19
  2723. package/types/plugins/devtools/timeline.devtools.d.ts.map +1 -1
  2724. package/types/plugins/devtools/wiring.devtools.d.ts +20 -20
  2725. package/types/plugins/devtools/wiring.devtools.d.ts.map +1 -1
  2726. package/types/plugins/index.d.ts +6 -6
  2727. package/types/plugins/index.d.ts.map +1 -1
  2728. package/types/plugins/x-bus.d.ts +9 -9
  2729. package/types/plugins/x-bus.d.ts.map +1 -1
  2730. package/types/plugins/x-emitters.d.ts +26 -27
  2731. package/types/plugins/x-emitters.d.ts.map +1 -1
  2732. package/types/plugins/x-plugin.d.ts +259 -264
  2733. package/types/plugins/x-plugin.d.ts.map +1 -1
  2734. package/types/plugins/x-plugin.types.d.ts +244 -246
  2735. package/types/plugins/x-plugin.types.d.ts.map +1 -1
  2736. package/types/plugins/x-plugin.utils.d.ts +18 -18
  2737. package/types/plugins/x-plugin.utils.d.ts.map +1 -1
  2738. package/types/router.d.ts +2 -2
  2739. package/types/router.d.ts.map +1 -1
  2740. package/types/services/directional-focus-navigation.service.d.ts +249 -251
  2741. package/types/services/directional-focus-navigation.service.d.ts.map +1 -1
  2742. package/types/services/index.d.ts +2 -2
  2743. package/types/services/index.d.ts.map +1 -1
  2744. package/types/services/services.types.d.ts +91 -91
  2745. package/types/services/services.types.d.ts.map +1 -1
  2746. package/types/services/state-machine.service.d.ts +30 -30
  2747. package/types/services/state-machine.service.d.ts.map +1 -1
  2748. package/types/store/actions.types.d.ts +66 -68
  2749. package/types/store/actions.types.d.ts.map +1 -1
  2750. package/types/store/getters.types.d.ts +26 -26
  2751. package/types/store/getters.types.d.ts.map +1 -1
  2752. package/types/store/index.d.ts +11 -8
  2753. package/types/store/index.d.ts.map +1 -1
  2754. package/types/store/mutations.types.d.ts +33 -33
  2755. package/types/store/mutations.types.d.ts.map +1 -1
  2756. package/types/store/store.types.d.ts +151 -151
  2757. package/types/store/store.types.d.ts.map +1 -1
  2758. package/types/store/utils/config-store.utils.d.ts +44 -44
  2759. package/types/store/utils/config-store.utils.d.ts.map +1 -1
  2760. package/types/store/utils/fetch-and-save-action.utils.d.ts +71 -72
  2761. package/types/store/utils/fetch-and-save-action.utils.d.ts.map +1 -1
  2762. package/types/store/utils/getters-proxy.utils.d.ts +41 -41
  2763. package/types/store/utils/getters-proxy.utils.d.ts.map +1 -1
  2764. package/types/store/utils/query.utils.d.ts +54 -54
  2765. package/types/store/utils/query.utils.d.ts.map +1 -1
  2766. package/types/store/utils/status-store.utils.d.ts +42 -42
  2767. package/types/store/utils/status-store.utils.d.ts.map +1 -1
  2768. package/types/store/utils/store-emitters.utils.d.ts +85 -85
  2769. package/types/store/utils/store-emitters.utils.d.ts.map +1 -1
  2770. package/types/store/x.module.d.ts +19 -19
  2771. package/types/store/x.module.d.ts.map +1 -1
  2772. package/types/tailwind/plugin-options.d.ts +2 -2
  2773. package/types/tailwind/plugin-options.d.ts.map +1 -1
  2774. package/types/types/animation-prop.d.ts +11 -11
  2775. package/types/types/animation-prop.d.ts.map +1 -1
  2776. package/types/types/index.d.ts +3 -3
  2777. package/types/types/index.d.ts.map +1 -1
  2778. package/types/types/origin.d.ts +45 -45
  2779. package/types/types/origin.d.ts.map +1 -1
  2780. package/types/types/page-mode.d.ts +2 -0
  2781. package/types/types/page-mode.d.ts.map +1 -0
  2782. package/types/types/url-params.d.ts +15 -14
  2783. package/types/types/url-params.d.ts.map +1 -1
  2784. package/types/utils/array.d.ts +158 -158
  2785. package/types/utils/array.d.ts.map +1 -1
  2786. package/types/utils/cancellable-promise.d.ts +44 -44
  2787. package/types/utils/cancellable-promise.d.ts.map +1 -1
  2788. package/types/utils/clone.d.ts +9 -9
  2789. package/types/utils/clone.d.ts.map +1 -1
  2790. package/types/utils/currency-formatter.d.ts +29 -29
  2791. package/types/utils/debounce.d.ts +36 -38
  2792. package/types/utils/debounce.d.ts.map +1 -1
  2793. package/types/utils/filters.d.ts +23 -23
  2794. package/types/utils/filters.d.ts.map +1 -1
  2795. package/types/utils/focus.d.ts +6 -6
  2796. package/types/utils/focus.d.ts.map +1 -1
  2797. package/types/utils/function.d.ts +7 -7
  2798. package/types/utils/function.d.ts.map +1 -1
  2799. package/types/utils/get-url-parameters.d.ts +8 -8
  2800. package/types/utils/get-url-parameters.d.ts.map +1 -1
  2801. package/types/utils/html.d.ts +39 -39
  2802. package/types/utils/index.d.ts +20 -19
  2803. package/types/utils/index.d.ts.map +1 -1
  2804. package/types/utils/ios-utils.d.ts +17 -0
  2805. package/types/utils/ios-utils.d.ts.map +1 -0
  2806. package/types/utils/is-new-query.d.ts +35 -35
  2807. package/types/utils/is-new-query.d.ts.map +1 -1
  2808. package/types/utils/normalize.d.ts +10 -10
  2809. package/types/utils/number.d.ts +10 -11
  2810. package/types/utils/number.d.ts.map +1 -1
  2811. package/types/utils/origin.d.ts +12 -14
  2812. package/types/utils/origin.d.ts.map +1 -1
  2813. package/types/utils/sanitize.d.ts +8 -8
  2814. package/types/utils/sanitize.d.ts.map +1 -1
  2815. package/types/utils/storage.d.ts +9 -10
  2816. package/types/utils/storage.d.ts.map +1 -1
  2817. package/types/utils/string.d.ts +36 -36
  2818. package/types/utils/throttle.d.ts +11 -11
  2819. package/types/utils/throttle.d.ts.map +1 -1
  2820. package/types/utils/types.d.ts +162 -162
  2821. package/types/utils/types.d.ts.map +1 -1
  2822. package/types/views/adapter.d.ts +2 -5
  2823. package/types/views/adapter.d.ts.map +1 -1
  2824. package/types/views/base-config.d.ts +4 -4
  2825. package/types/views/base-config.d.ts.map +1 -1
  2826. package/types/views/home/types.d.ts +27 -27
  2827. package/types/views/home/types.d.ts.map +1 -1
  2828. package/types/wiring/events.types.d.ts +237 -236
  2829. package/types/wiring/events.types.d.ts.map +1 -1
  2830. package/types/wiring/index.d.ts +8 -8
  2831. package/types/wiring/index.d.ts.map +1 -1
  2832. package/types/wiring/namespaced-wires.factory.d.ts +38 -38
  2833. package/types/wiring/namespaced-wires.factory.d.ts.map +1 -1
  2834. package/types/wiring/namespaced-wires.operators.d.ts +26 -26
  2835. package/types/wiring/namespaced-wires.operators.d.ts.map +1 -1
  2836. package/types/wiring/namespaced-wiring.types.d.ts +111 -111
  2837. package/types/wiring/namespaced-wiring.types.d.ts.map +1 -1
  2838. package/types/wiring/wires-operators.utils.d.ts +37 -35
  2839. package/types/wiring/wires-operators.utils.d.ts.map +1 -1
  2840. package/types/wiring/wires.factory.d.ts +114 -114
  2841. package/types/wiring/wires.factory.d.ts.map +1 -1
  2842. package/types/wiring/wires.operators.d.ts +95 -95
  2843. package/types/wiring/wires.operators.d.ts.map +1 -1
  2844. package/types/wiring/wiring.types.d.ts +172 -172
  2845. package/types/wiring/wiring.types.d.ts.map +1 -1
  2846. package/types/wiring/wiring.utils.d.ts +27 -27
  2847. package/types/wiring/wiring.utils.d.ts.map +1 -1
  2848. package/types/x-bus/index.d.ts +3 -0
  2849. package/types/x-bus/index.d.ts.map +1 -0
  2850. package/types/x-bus/x-bus.d.ts +154 -0
  2851. package/types/x-bus/x-bus.d.ts.map +1 -0
  2852. package/types/x-bus/x-bus.spec.d.ts +2 -0
  2853. package/types/x-bus/x-bus.spec.d.ts.map +1 -0
  2854. package/types/x-bus/x-bus.types.d.ts +130 -0
  2855. package/types/x-bus/x-bus.types.d.ts.map +1 -0
  2856. package/types/x-bus/x-priority-queue/index.d.ts +3 -0
  2857. package/types/x-bus/x-priority-queue/index.d.ts.map +1 -0
  2858. package/types/x-bus/x-priority-queue/x-priority-queue.d.ts +142 -0
  2859. package/types/x-bus/x-priority-queue/x-priority-queue.d.ts.map +1 -0
  2860. package/types/x-bus/x-priority-queue/x-priority-queue.spec.d.ts +2 -0
  2861. package/types/x-bus/x-priority-queue/x-priority-queue.spec.d.ts.map +1 -0
  2862. package/types/x-bus/x-priority-queue/x-priority-queue.types.d.ts +62 -0
  2863. package/types/x-bus/x-priority-queue/x-priority-queue.types.d.ts.map +1 -0
  2864. package/types/x-installer/api/api.types.d.ts +135 -136
  2865. package/types/x-installer/api/api.types.d.ts.map +1 -1
  2866. package/types/x-installer/api/base-api.d.ts +112 -112
  2867. package/types/x-installer/api/base-api.d.ts.map +1 -1
  2868. package/types/x-installer/api/index.d.ts +2 -2
  2869. package/types/x-installer/api/index.d.ts.map +1 -1
  2870. package/types/x-installer/index.d.ts +2 -2
  2871. package/types/x-installer/index.d.ts.map +1 -1
  2872. package/types/x-installer/x-installer/index.d.ts +2 -2
  2873. package/types/x-installer/x-installer/index.d.ts.map +1 -1
  2874. package/types/x-installer/x-installer/types.d.ts +83 -83
  2875. package/types/x-installer/x-installer/types.d.ts.map +1 -1
  2876. package/types/x-installer/x-installer/x-installer.d.ts +216 -216
  2877. package/types/x-installer/x-installer/x-installer.d.ts.map +1 -1
  2878. package/types/x-modules/ai/components/ai-carousel.vue.d.ts +50 -0
  2879. package/types/x-modules/ai/components/ai-carousel.vue.d.ts.map +1 -0
  2880. package/types/x-modules/ai/components/ai-overview.vue.d.ts +102 -0
  2881. package/types/x-modules/ai/components/ai-overview.vue.d.ts.map +1 -0
  2882. package/types/x-modules/ai/components/index.d.ts +3 -0
  2883. package/types/x-modules/ai/components/index.d.ts.map +1 -0
  2884. package/types/x-modules/ai/config.types.d.ts +8 -0
  2885. package/types/x-modules/ai/config.types.d.ts.map +1 -0
  2886. package/types/x-modules/ai/events.types.d.ts +16 -0
  2887. package/types/x-modules/ai/events.types.d.ts.map +1 -0
  2888. package/types/x-modules/ai/index.d.ts +7 -0
  2889. package/types/x-modules/ai/index.d.ts.map +1 -0
  2890. package/types/x-modules/ai/store/actions/fetch-and-save-ai-suggestions-search.action.d.ts +11 -0
  2891. package/types/x-modules/ai/store/actions/fetch-and-save-ai-suggestions-search.action.d.ts.map +1 -0
  2892. package/types/x-modules/ai/store/actions/fetch-and-save-ai-suggestions.action.d.ts +12 -0
  2893. package/types/x-modules/ai/store/actions/fetch-and-save-ai-suggestions.action.d.ts.map +1 -0
  2894. package/types/x-modules/ai/store/actions/index.d.ts +5 -0
  2895. package/types/x-modules/ai/store/actions/index.d.ts.map +1 -0
  2896. package/types/x-modules/ai/store/actions/save-origin.action.d.ts +11 -0
  2897. package/types/x-modules/ai/store/actions/save-origin.action.d.ts.map +1 -0
  2898. package/types/x-modules/ai/store/actions/set-url-params.action.d.ts +10 -0
  2899. package/types/x-modules/ai/store/actions/set-url-params.action.d.ts.map +1 -0
  2900. package/types/x-modules/ai/store/emitters.d.ts +11 -0
  2901. package/types/x-modules/ai/store/emitters.d.ts.map +1 -0
  2902. package/types/x-modules/ai/store/getters/ai-query.getter.d.ts +13 -0
  2903. package/types/x-modules/ai/store/getters/ai-query.getter.d.ts.map +1 -0
  2904. package/types/x-modules/ai/store/getters/index.d.ts +4 -0
  2905. package/types/x-modules/ai/store/getters/index.d.ts.map +1 -0
  2906. package/types/x-modules/ai/store/getters/suggestions-request.getter.d.ts +14 -0
  2907. package/types/x-modules/ai/store/getters/suggestions-request.getter.d.ts.map +1 -0
  2908. package/types/x-modules/ai/store/getters/suggestions-search-request.getter.d.ts +13 -0
  2909. package/types/x-modules/ai/store/getters/suggestions-search-request.getter.d.ts.map +1 -0
  2910. package/types/x-modules/ai/store/index.d.ts +6 -0
  2911. package/types/x-modules/ai/store/index.d.ts.map +1 -0
  2912. package/types/x-modules/ai/store/module.d.ts +8 -0
  2913. package/types/x-modules/ai/store/module.d.ts.map +1 -0
  2914. package/types/x-modules/ai/store/types.d.ts +182 -0
  2915. package/types/x-modules/ai/store/types.d.ts.map +1 -0
  2916. package/types/x-modules/ai/wiring.d.ts +42 -0
  2917. package/types/x-modules/ai/wiring.d.ts.map +1 -0
  2918. package/types/x-modules/ai/x-module.d.ts +16 -0
  2919. package/types/x-modules/ai/x-module.d.ts.map +1 -0
  2920. package/types/x-modules/device/components/device-detector.vue.d.ts +75 -67
  2921. package/types/x-modules/device/components/device-detector.vue.d.ts.map +1 -1
  2922. package/types/x-modules/device/components/index.d.ts +1 -1
  2923. package/types/x-modules/device/components/index.d.ts.map +1 -1
  2924. package/types/x-modules/device/events.types.d.ts +13 -13
  2925. package/types/x-modules/device/events.types.d.ts.map +1 -1
  2926. package/types/x-modules/device/index.d.ts +5 -5
  2927. package/types/x-modules/device/index.d.ts.map +1 -1
  2928. package/types/x-modules/device/store/emitters.d.ts +6 -6
  2929. package/types/x-modules/device/store/emitters.d.ts.map +1 -1
  2930. package/types/x-modules/device/store/index.d.ts +3 -3
  2931. package/types/x-modules/device/store/index.d.ts.map +1 -1
  2932. package/types/x-modules/device/store/module.d.ts +7 -7
  2933. package/types/x-modules/device/store/module.d.ts.map +1 -1
  2934. package/types/x-modules/device/store/types.d.ts +47 -47
  2935. package/types/x-modules/device/store/types.d.ts.map +1 -1
  2936. package/types/x-modules/device/wiring.d.ts +16 -16
  2937. package/types/x-modules/device/wiring.d.ts.map +1 -1
  2938. package/types/x-modules/device/x-module.d.ts +15 -15
  2939. package/types/x-modules/device/x-module.d.ts.map +1 -1
  2940. package/types/x-modules/empathize/components/empathize.vue.d.ts +83 -51
  2941. package/types/x-modules/empathize/components/empathize.vue.d.ts.map +1 -1
  2942. package/types/x-modules/empathize/components/index.d.ts +1 -1
  2943. package/types/x-modules/empathize/components/index.d.ts.map +1 -1
  2944. package/types/x-modules/empathize/config.types.d.ts +7 -7
  2945. package/types/x-modules/empathize/events.types.d.ts +23 -23
  2946. package/types/x-modules/empathize/events.types.d.ts.map +1 -1
  2947. package/types/x-modules/empathize/index.d.ts +6 -6
  2948. package/types/x-modules/empathize/index.d.ts.map +1 -1
  2949. package/types/x-modules/empathize/store/emitters.d.ts +6 -6
  2950. package/types/x-modules/empathize/store/emitters.d.ts.map +1 -1
  2951. package/types/x-modules/empathize/store/index.d.ts +3 -3
  2952. package/types/x-modules/empathize/store/index.d.ts.map +1 -1
  2953. package/types/x-modules/empathize/store/module.d.ts +7 -7
  2954. package/types/x-modules/empathize/store/module.d.ts.map +1 -1
  2955. package/types/x-modules/empathize/store/types.d.ts +55 -55
  2956. package/types/x-modules/empathize/store/types.d.ts.map +1 -1
  2957. package/types/x-modules/empathize/wiring.d.ts +13 -13
  2958. package/types/x-modules/empathize/wiring.d.ts.map +1 -1
  2959. package/types/x-modules/empathize/x-module.d.ts +15 -15
  2960. package/types/x-modules/empathize/x-module.d.ts.map +1 -1
  2961. package/types/x-modules/experience-controls/components/experience-controls.vue.d.ts +8 -8
  2962. package/types/x-modules/experience-controls/components/experience-controls.vue.d.ts.map +1 -1
  2963. package/types/x-modules/experience-controls/components/index.d.ts +1 -1
  2964. package/types/x-modules/experience-controls/components/index.d.ts.map +1 -1
  2965. package/types/x-modules/experience-controls/events.types.d.ts +11 -11
  2966. package/types/x-modules/experience-controls/events.types.d.ts.map +1 -1
  2967. package/types/x-modules/experience-controls/index.d.ts +5 -5
  2968. package/types/x-modules/experience-controls/index.d.ts.map +1 -1
  2969. package/types/x-modules/experience-controls/store/actions/fetch-and-save-experience-controls.action.d.ts +14 -14
  2970. package/types/x-modules/experience-controls/store/actions/fetch-and-save-experience-controls.action.d.ts.map +1 -1
  2971. package/types/x-modules/experience-controls/store/actions/fetch-experience-controls.action.d.ts +12 -12
  2972. package/types/x-modules/experience-controls/store/actions/fetch-experience-controls.action.d.ts.map +1 -1
  2973. package/types/x-modules/experience-controls/store/actions/index.d.ts +2 -2
  2974. package/types/x-modules/experience-controls/store/actions/index.d.ts.map +1 -1
  2975. package/types/x-modules/experience-controls/store/emitters.d.ts +11 -11
  2976. package/types/x-modules/experience-controls/store/emitters.d.ts.map +1 -1
  2977. package/types/x-modules/experience-controls/store/getters/experience-controls-results-request.getter.d.ts +12 -12
  2978. package/types/x-modules/experience-controls/store/getters/experience-controls-results-request.getter.d.ts.map +1 -1
  2979. package/types/x-modules/experience-controls/store/getters/index.d.ts +1 -1
  2980. package/types/x-modules/experience-controls/store/getters/index.d.ts.map +1 -1
  2981. package/types/x-modules/experience-controls/store/index.d.ts +5 -5
  2982. package/types/x-modules/experience-controls/store/index.d.ts.map +1 -1
  2983. package/types/x-modules/experience-controls/store/module.d.ts +7 -7
  2984. package/types/x-modules/experience-controls/store/module.d.ts.map +1 -1
  2985. package/types/x-modules/experience-controls/store/types.d.ts +92 -92
  2986. package/types/x-modules/experience-controls/store/types.d.ts.map +1 -1
  2987. package/types/x-modules/experience-controls/wiring.d.ts +25 -25
  2988. package/types/x-modules/experience-controls/wiring.d.ts.map +1 -1
  2989. package/types/x-modules/experience-controls/x-module.d.ts +15 -15
  2990. package/types/x-modules/experience-controls/x-module.d.ts.map +1 -1
  2991. package/types/x-modules/extra-params/components/extra-params.vue.d.ts +20 -20
  2992. package/types/x-modules/extra-params/components/extra-params.vue.d.ts.map +1 -1
  2993. package/types/x-modules/extra-params/components/index.d.ts +3 -3
  2994. package/types/x-modules/extra-params/components/index.d.ts.map +1 -1
  2995. package/types/x-modules/extra-params/components/renderless-extra-param.vue.d.ts +20 -20
  2996. package/types/x-modules/extra-params/components/renderless-extra-param.vue.d.ts.map +1 -1
  2997. package/types/x-modules/extra-params/components/snippet-config-extra-params.vue.d.ts +27 -25
  2998. package/types/x-modules/extra-params/components/snippet-config-extra-params.vue.d.ts.map +1 -1
  2999. package/types/x-modules/extra-params/events.types.d.ts +29 -29
  3000. package/types/x-modules/extra-params/events.types.d.ts.map +1 -1
  3001. package/types/x-modules/extra-params/index.d.ts +5 -5
  3002. package/types/x-modules/extra-params/index.d.ts.map +1 -1
  3003. package/types/x-modules/extra-params/store/emitters.d.ts +13 -13
  3004. package/types/x-modules/extra-params/store/emitters.d.ts.map +1 -1
  3005. package/types/x-modules/extra-params/store/index.d.ts +3 -3
  3006. package/types/x-modules/extra-params/store/index.d.ts.map +1 -1
  3007. package/types/x-modules/extra-params/store/module.d.ts +7 -7
  3008. package/types/x-modules/extra-params/store/module.d.ts.map +1 -1
  3009. package/types/x-modules/extra-params/store/types.d.ts +38 -38
  3010. package/types/x-modules/extra-params/store/types.d.ts.map +1 -1
  3011. package/types/x-modules/extra-params/wiring.d.ts +22 -22
  3012. package/types/x-modules/extra-params/wiring.d.ts.map +1 -1
  3013. package/types/x-modules/extra-params/x-module.d.ts +15 -15
  3014. package/types/x-modules/extra-params/x-module.d.ts.map +1 -1
  3015. package/types/x-modules/facets/components/clear-filters.vue.d.ts +31 -28
  3016. package/types/x-modules/facets/components/clear-filters.vue.d.ts.map +1 -1
  3017. package/types/x-modules/facets/components/facets/facets-provider.vue.d.ts +57 -56
  3018. package/types/x-modules/facets/components/facets/facets-provider.vue.d.ts.map +1 -1
  3019. package/types/x-modules/facets/components/facets/facets.types.d.ts +12 -0
  3020. package/types/x-modules/facets/components/facets/facets.types.d.ts.map +1 -0
  3021. package/types/x-modules/facets/components/facets/facets.vue.d.ts +83 -92
  3022. package/types/x-modules/facets/components/facets/facets.vue.d.ts.map +1 -1
  3023. package/types/x-modules/facets/components/filters/all-filter.vue.d.ts +34 -32
  3024. package/types/x-modules/facets/components/filters/all-filter.vue.d.ts.map +1 -1
  3025. package/types/x-modules/facets/components/filters/editable-number-range-filter.vue.d.ts +99 -99
  3026. package/types/x-modules/facets/components/filters/editable-number-range-filter.vue.d.ts.map +1 -1
  3027. package/types/x-modules/facets/components/filters/hierarchical-filter.vue.d.ts +243 -227
  3028. package/types/x-modules/facets/components/filters/hierarchical-filter.vue.d.ts.map +1 -1
  3029. package/types/x-modules/facets/components/filters/number-range-filter.vue.d.ts +52 -50
  3030. package/types/x-modules/facets/components/filters/number-range-filter.vue.d.ts.map +1 -1
  3031. package/types/x-modules/facets/components/filters/renderless-filter.vue.d.ts +47 -47
  3032. package/types/x-modules/facets/components/filters/renderless-filter.vue.d.ts.map +1 -1
  3033. package/types/x-modules/facets/components/filters/simple-filter.vue.d.ts +220 -205
  3034. package/types/x-modules/facets/components/filters/simple-filter.vue.d.ts.map +1 -1
  3035. package/types/x-modules/facets/components/index.d.ts +17 -17
  3036. package/types/x-modules/facets/components/index.d.ts.map +1 -1
  3037. package/types/x-modules/facets/components/lists/exclude-filters-with-no-results.vue.d.ts +36 -36
  3038. package/types/x-modules/facets/components/lists/exclude-filters-with-no-results.vue.d.ts.map +1 -1
  3039. package/types/x-modules/facets/components/lists/filters-list.vue.d.ts +70 -70
  3040. package/types/x-modules/facets/components/lists/filters-list.vue.d.ts.map +1 -1
  3041. package/types/x-modules/facets/components/lists/filters-search.vue.d.ts +62 -62
  3042. package/types/x-modules/facets/components/lists/filters-search.vue.d.ts.map +1 -1
  3043. package/types/x-modules/facets/components/lists/selected-filters-list.types.d.ts +11 -0
  3044. package/types/x-modules/facets/components/lists/selected-filters-list.types.d.ts.map +1 -0
  3045. package/types/x-modules/facets/components/lists/selected-filters-list.vue.d.ts +45 -51
  3046. package/types/x-modules/facets/components/lists/selected-filters-list.vue.d.ts.map +1 -1
  3047. package/types/x-modules/facets/components/lists/selected-filters.vue.d.ts +27 -26
  3048. package/types/x-modules/facets/components/lists/selected-filters.vue.d.ts.map +1 -1
  3049. package/types/x-modules/facets/components/lists/sliced-filters.vue.d.ts +64 -64
  3050. package/types/x-modules/facets/components/lists/sliced-filters.vue.d.ts.map +1 -1
  3051. package/types/x-modules/facets/components/lists/sorted-filters.vue.d.ts +45 -45
  3052. package/types/x-modules/facets/components/lists/sorted-filters.vue.d.ts.map +1 -1
  3053. package/types/x-modules/facets/components/preselected-filters.vue.d.ts +39 -39
  3054. package/types/x-modules/facets/components/preselected-filters.vue.d.ts.map +1 -1
  3055. package/types/x-modules/facets/composables/index.d.ts +2 -2
  3056. package/types/x-modules/facets/composables/index.d.ts.map +1 -1
  3057. package/types/x-modules/facets/composables/use-facets.d.ts +21 -22
  3058. package/types/x-modules/facets/composables/use-facets.d.ts.map +1 -1
  3059. package/types/x-modules/facets/composables/use-filters-injection.d.ts +17 -18
  3060. package/types/x-modules/facets/composables/use-filters-injection.d.ts.map +1 -1
  3061. package/types/x-modules/facets/entities/add-facet-if-not-present.d.ts +12 -12
  3062. package/types/x-modules/facets/entities/add-facet-if-not-present.d.ts.map +1 -1
  3063. package/types/x-modules/facets/entities/editable-number-range-filter.entity.d.ts +63 -63
  3064. package/types/x-modules/facets/entities/editable-number-range-filter.entity.d.ts.map +1 -1
  3065. package/types/x-modules/facets/entities/filter-entity.factory.d.ts +87 -87
  3066. package/types/x-modules/facets/entities/filter-entity.factory.d.ts.map +1 -1
  3067. package/types/x-modules/facets/entities/hierarchical-filter.entity.d.ts +60 -59
  3068. package/types/x-modules/facets/entities/hierarchical-filter.entity.d.ts.map +1 -1
  3069. package/types/x-modules/facets/entities/index.d.ts +9 -9
  3070. package/types/x-modules/facets/entities/index.d.ts.map +1 -1
  3071. package/types/x-modules/facets/entities/number-range-filter.entity.d.ts +27 -26
  3072. package/types/x-modules/facets/entities/number-range-filter.entity.d.ts.map +1 -1
  3073. package/types/x-modules/facets/entities/raw-filter.entity.d.ts +30 -29
  3074. package/types/x-modules/facets/entities/raw-filter.entity.d.ts.map +1 -1
  3075. package/types/x-modules/facets/entities/simple-filter.entity.d.ts +27 -26
  3076. package/types/x-modules/facets/entities/simple-filter.entity.d.ts.map +1 -1
  3077. package/types/x-modules/facets/entities/single-select.modifier.d.ts +54 -54
  3078. package/types/x-modules/facets/entities/single-select.modifier.d.ts.map +1 -1
  3079. package/types/x-modules/facets/entities/sticky.modifier.d.ts +31 -31
  3080. package/types/x-modules/facets/entities/sticky.modifier.d.ts.map +1 -1
  3081. package/types/x-modules/facets/entities/types.d.ts +65 -65
  3082. package/types/x-modules/facets/entities/types.d.ts.map +1 -1
  3083. package/types/x-modules/facets/events.types.d.ts +92 -92
  3084. package/types/x-modules/facets/events.types.d.ts.map +1 -1
  3085. package/types/x-modules/facets/index.d.ts +9 -9
  3086. package/types/x-modules/facets/index.d.ts.map +1 -1
  3087. package/types/x-modules/facets/service/facets.service.d.ts +152 -153
  3088. package/types/x-modules/facets/service/facets.service.d.ts.map +1 -1
  3089. package/types/x-modules/facets/service/index.d.ts +2 -2
  3090. package/types/x-modules/facets/service/index.d.ts.map +1 -1
  3091. package/types/x-modules/facets/service/types.d.ts +106 -106
  3092. package/types/x-modules/facets/service/types.d.ts.map +1 -1
  3093. package/types/x-modules/facets/store/actions/fetch-and-save-facets-response.action.d.ts +5 -0
  3094. package/types/x-modules/facets/store/actions/fetch-and-save-facets-response.action.d.ts.map +1 -0
  3095. package/types/x-modules/facets/store/actions/fetch-facets-response.action.d.ts +13 -0
  3096. package/types/x-modules/facets/store/actions/fetch-facets-response.action.d.ts.map +1 -0
  3097. package/types/x-modules/facets/store/actions/save-origin.action.d.ts +11 -0
  3098. package/types/x-modules/facets/store/actions/save-origin.action.d.ts.map +1 -0
  3099. package/types/x-modules/facets/store/constants.d.ts +1 -1
  3100. package/types/x-modules/facets/store/constants.d.ts.map +1 -1
  3101. package/types/x-modules/facets/store/emitters.d.ts +27 -27
  3102. package/types/x-modules/facets/store/emitters.d.ts.map +1 -1
  3103. package/types/x-modules/facets/store/getters/facets.getter.d.ts +11 -11
  3104. package/types/x-modules/facets/store/getters/facets.getter.d.ts.map +1 -1
  3105. package/types/x-modules/facets/store/getters/index.d.ts +3 -3
  3106. package/types/x-modules/facets/store/getters/index.d.ts.map +1 -1
  3107. package/types/x-modules/facets/store/getters/request.getter.d.ts +13 -0
  3108. package/types/x-modules/facets/store/getters/request.getter.d.ts.map +1 -0
  3109. package/types/x-modules/facets/store/getters/selected-filters-by-facet.getter.d.ts +16 -16
  3110. package/types/x-modules/facets/store/getters/selected-filters-by-facet.getter.d.ts.map +1 -1
  3111. package/types/x-modules/facets/store/getters/selected-filters-for-request.getter.d.ts +12 -12
  3112. package/types/x-modules/facets/store/getters/selected-filters-for-request.getter.d.ts.map +1 -1
  3113. package/types/x-modules/facets/store/getters/selected-filters.getter.d.ts +12 -12
  3114. package/types/x-modules/facets/store/getters/selected-filters.getter.d.ts.map +1 -1
  3115. package/types/x-modules/facets/store/index.d.ts +4 -4
  3116. package/types/x-modules/facets/store/index.d.ts.map +1 -1
  3117. package/types/x-modules/facets/store/module.d.ts +7 -7
  3118. package/types/x-modules/facets/store/module.d.ts.map +1 -1
  3119. package/types/x-modules/facets/store/types.d.ts +236 -195
  3120. package/types/x-modules/facets/store/types.d.ts.map +1 -1
  3121. package/types/x-modules/facets/utils.d.ts +29 -11
  3122. package/types/x-modules/facets/utils.d.ts.map +1 -1
  3123. package/types/x-modules/facets/wiring.d.ts +78 -78
  3124. package/types/x-modules/facets/wiring.d.ts.map +1 -1
  3125. package/types/x-modules/facets/x-module.d.ts +15 -15
  3126. package/types/x-modules/facets/x-module.d.ts.map +1 -1
  3127. package/types/x-modules/history-queries/components/clear-history-queries.vue.d.ts +17 -15
  3128. package/types/x-modules/history-queries/components/clear-history-queries.vue.d.ts.map +1 -1
  3129. package/types/x-modules/history-queries/components/history-queries-switch.vue.d.ts +13 -11
  3130. package/types/x-modules/history-queries/components/history-queries-switch.vue.d.ts.map +1 -1
  3131. package/types/x-modules/history-queries/components/history-queries.vue.d.ts +14 -11
  3132. package/types/x-modules/history-queries/components/history-queries.vue.d.ts.map +1 -1
  3133. package/types/x-modules/history-queries/components/history-query.vue.d.ts +48 -45
  3134. package/types/x-modules/history-queries/components/history-query.vue.d.ts.map +1 -1
  3135. package/types/x-modules/history-queries/components/index.d.ts +6 -6
  3136. package/types/x-modules/history-queries/components/index.d.ts.map +1 -1
  3137. package/types/x-modules/history-queries/components/my-history.vue.d.ts +68 -65
  3138. package/types/x-modules/history-queries/components/my-history.vue.d.ts.map +1 -1
  3139. package/types/x-modules/history-queries/components/remove-history-query.vue.d.ts +36 -34
  3140. package/types/x-modules/history-queries/components/remove-history-query.vue.d.ts.map +1 -1
  3141. package/types/x-modules/history-queries/config.types.d.ts +33 -33
  3142. package/types/x-modules/history-queries/config.types.d.ts.map +1 -1
  3143. package/types/x-modules/history-queries/events.types.d.ts +65 -65
  3144. package/types/x-modules/history-queries/events.types.d.ts.map +1 -1
  3145. package/types/x-modules/history-queries/index.d.ts +6 -6
  3146. package/types/x-modules/history-queries/index.d.ts.map +1 -1
  3147. package/types/x-modules/history-queries/store/actions/add-query-to-history.action.d.ts +91 -91
  3148. package/types/x-modules/history-queries/store/actions/add-query-to-history.action.d.ts.map +1 -1
  3149. package/types/x-modules/history-queries/store/actions/load-history-queries-from-browser-storage.action.d.ts +10 -10
  3150. package/types/x-modules/history-queries/store/actions/load-history-queries-from-browser-storage.action.d.ts.map +1 -1
  3151. package/types/x-modules/history-queries/store/actions/refresh-session.action.d.ts +9 -9
  3152. package/types/x-modules/history-queries/store/actions/refresh-session.action.d.ts.map +1 -1
  3153. package/types/x-modules/history-queries/store/actions/remove-query-from-history.action.d.ts +11 -11
  3154. package/types/x-modules/history-queries/store/actions/remove-query-from-history.action.d.ts.map +1 -1
  3155. package/types/x-modules/history-queries/store/actions/set-history-queries.action.d.ts +10 -10
  3156. package/types/x-modules/history-queries/store/actions/set-history-queries.action.d.ts.map +1 -1
  3157. package/types/x-modules/history-queries/store/actions/set-url-params.action.d.ts +10 -11
  3158. package/types/x-modules/history-queries/store/actions/set-url-params.action.d.ts.map +1 -1
  3159. package/types/x-modules/history-queries/store/actions/toggle-history-queries.action.d.ts +2 -2
  3160. package/types/x-modules/history-queries/store/actions/toggle-history-queries.action.d.ts.map +1 -1
  3161. package/types/x-modules/history-queries/store/actions/update-history-queries-with-search-response.action.d.ts +17 -20
  3162. package/types/x-modules/history-queries/store/actions/update-history-queries-with-search-response.action.d.ts.map +1 -1
  3163. package/types/x-modules/history-queries/store/constants.d.ts +3 -3
  3164. package/types/x-modules/history-queries/store/constants.d.ts.map +1 -1
  3165. package/types/x-modules/history-queries/store/emitters.d.ts +16 -16
  3166. package/types/x-modules/history-queries/store/emitters.d.ts.map +1 -1
  3167. package/types/x-modules/history-queries/store/getters/history-queries-with-results.getter.d.ts +12 -15
  3168. package/types/x-modules/history-queries/store/getters/history-queries-with-results.getter.d.ts.map +1 -1
  3169. package/types/x-modules/history-queries/store/getters/history-queries.getter.d.ts +35 -35
  3170. package/types/x-modules/history-queries/store/getters/history-queries.getter.d.ts.map +1 -1
  3171. package/types/x-modules/history-queries/store/getters/normalized-query.getter.d.ts +13 -12
  3172. package/types/x-modules/history-queries/store/getters/normalized-query.getter.d.ts.map +1 -1
  3173. package/types/x-modules/history-queries/store/getters/session-history-queries.getter.d.ts +10 -10
  3174. package/types/x-modules/history-queries/store/getters/session-history-queries.getter.d.ts.map +1 -1
  3175. package/types/x-modules/history-queries/store/getters/storage-key.getter.d.ts +8 -8
  3176. package/types/x-modules/history-queries/store/getters/storage-key.getter.d.ts.map +1 -1
  3177. package/types/x-modules/history-queries/store/index.d.ts +11 -11
  3178. package/types/x-modules/history-queries/store/index.d.ts.map +1 -1
  3179. package/types/x-modules/history-queries/store/module.d.ts +7 -7
  3180. package/types/x-modules/history-queries/store/module.d.ts.map +1 -1
  3181. package/types/x-modules/history-queries/store/types.d.ts +197 -197
  3182. package/types/x-modules/history-queries/store/types.d.ts.map +1 -1
  3183. package/types/x-modules/history-queries/wiring.d.ts +135 -135
  3184. package/types/x-modules/history-queries/wiring.d.ts.map +1 -1
  3185. package/types/x-modules/history-queries/x-module.d.ts +15 -15
  3186. package/types/x-modules/history-queries/x-module.d.ts.map +1 -1
  3187. package/types/x-modules/identifier-results/components/identifier-result.vue.d.ts +33 -33
  3188. package/types/x-modules/identifier-results/components/identifier-result.vue.d.ts.map +1 -1
  3189. package/types/x-modules/identifier-results/components/identifier-results.vue.d.ts +47 -47
  3190. package/types/x-modules/identifier-results/components/identifier-results.vue.d.ts.map +1 -1
  3191. package/types/x-modules/identifier-results/components/index.d.ts +2 -2
  3192. package/types/x-modules/identifier-results/components/index.d.ts.map +1 -1
  3193. package/types/x-modules/identifier-results/config.types.d.ts +25 -25
  3194. package/types/x-modules/identifier-results/config.types.d.ts.map +1 -1
  3195. package/types/x-modules/identifier-results/events.types.d.ts +25 -25
  3196. package/types/x-modules/identifier-results/events.types.d.ts.map +1 -1
  3197. package/types/x-modules/identifier-results/index.d.ts +6 -6
  3198. package/types/x-modules/identifier-results/index.d.ts.map +1 -1
  3199. package/types/x-modules/identifier-results/store/actions/fetch-and-save-identifier-results.action.d.ts +15 -15
  3200. package/types/x-modules/identifier-results/store/actions/fetch-and-save-identifier-results.action.d.ts.map +1 -1
  3201. package/types/x-modules/identifier-results/store/actions/fetch-identifier-results.action.d.ts +13 -13
  3202. package/types/x-modules/identifier-results/store/actions/fetch-identifier-results.action.d.ts.map +1 -1
  3203. package/types/x-modules/identifier-results/store/actions/index.d.ts +4 -4
  3204. package/types/x-modules/identifier-results/store/actions/index.d.ts.map +1 -1
  3205. package/types/x-modules/identifier-results/store/actions/save-origin.action.d.ts +10 -11
  3206. package/types/x-modules/identifier-results/store/actions/save-origin.action.d.ts.map +1 -1
  3207. package/types/x-modules/identifier-results/store/actions/save-query.action.d.ts +10 -11
  3208. package/types/x-modules/identifier-results/store/actions/save-query.action.d.ts.map +1 -1
  3209. package/types/x-modules/identifier-results/store/emitters.d.ts +12 -12
  3210. package/types/x-modules/identifier-results/store/emitters.d.ts.map +1 -1
  3211. package/types/x-modules/identifier-results/store/getters/identifier-detection-regexp.getter.d.ts +11 -11
  3212. package/types/x-modules/identifier-results/store/getters/identifier-detection-regexp.getter.d.ts.map +1 -1
  3213. package/types/x-modules/identifier-results/store/getters/identifier-highlight-regexp.getter.d.ts +11 -11
  3214. package/types/x-modules/identifier-results/store/getters/identifier-highlight-regexp.getter.d.ts.map +1 -1
  3215. package/types/x-modules/identifier-results/store/getters/identifier-results-request.getter.d.ts +11 -11
  3216. package/types/x-modules/identifier-results/store/getters/identifier-results-request.getter.d.ts.map +1 -1
  3217. package/types/x-modules/identifier-results/store/index.d.ts +7 -7
  3218. package/types/x-modules/identifier-results/store/index.d.ts.map +1 -1
  3219. package/types/x-modules/identifier-results/store/module.d.ts +7 -7
  3220. package/types/x-modules/identifier-results/store/module.d.ts.map +1 -1
  3221. package/types/x-modules/identifier-results/store/types.d.ts +112 -112
  3222. package/types/x-modules/identifier-results/store/types.d.ts.map +1 -1
  3223. package/types/x-modules/identifier-results/wiring.d.ts +80 -80
  3224. package/types/x-modules/identifier-results/wiring.d.ts.map +1 -1
  3225. package/types/x-modules/identifier-results/x-module.d.ts +15 -15
  3226. package/types/x-modules/identifier-results/x-module.d.ts.map +1 -1
  3227. package/types/x-modules/next-queries/components/index.d.ts +4 -4
  3228. package/types/x-modules/next-queries/components/index.d.ts.map +1 -1
  3229. package/types/x-modules/next-queries/components/next-queries-list.vue.d.ts +78 -78
  3230. package/types/x-modules/next-queries/components/next-queries-list.vue.d.ts.map +1 -1
  3231. package/types/x-modules/next-queries/components/next-queries.vue.d.ts +52 -49
  3232. package/types/x-modules/next-queries/components/next-queries.vue.d.ts.map +1 -1
  3233. package/types/x-modules/next-queries/components/next-query-preview.vue.d.ts +45 -45
  3234. package/types/x-modules/next-queries/components/next-query-preview.vue.d.ts.map +1 -1
  3235. package/types/x-modules/next-queries/components/next-query.vue.d.ts +57 -55
  3236. package/types/x-modules/next-queries/components/next-query.vue.d.ts.map +1 -1
  3237. package/types/x-modules/next-queries/config.types.d.ts +41 -41
  3238. package/types/x-modules/next-queries/config.types.d.ts.map +1 -1
  3239. package/types/x-modules/next-queries/events.types.d.ts +35 -35
  3240. package/types/x-modules/next-queries/events.types.d.ts.map +1 -1
  3241. package/types/x-modules/next-queries/index.d.ts +7 -7
  3242. package/types/x-modules/next-queries/index.d.ts.map +1 -1
  3243. package/types/x-modules/next-queries/store/actions/fetch-and-save-next-queries.action.d.ts +14 -14
  3244. package/types/x-modules/next-queries/store/actions/fetch-and-save-next-queries.action.d.ts.map +1 -1
  3245. package/types/x-modules/next-queries/store/actions/fetch-and-save-next-query-preview.action.d.ts +2 -2
  3246. package/types/x-modules/next-queries/store/actions/fetch-and-save-next-query-preview.action.d.ts.map +1 -1
  3247. package/types/x-modules/next-queries/store/actions/fetch-next-queries.action.d.ts +13 -13
  3248. package/types/x-modules/next-queries/store/actions/fetch-next-queries.action.d.ts.map +1 -1
  3249. package/types/x-modules/next-queries/store/actions/fetch-next-query-preview.action.d.ts +15 -12
  3250. package/types/x-modules/next-queries/store/actions/fetch-next-query-preview.action.d.ts.map +1 -1
  3251. package/types/x-modules/next-queries/store/actions/set-query-from-last-history-query.action.d.ts +10 -10
  3252. package/types/x-modules/next-queries/store/actions/set-query-from-last-history-query.action.d.ts.map +1 -1
  3253. package/types/x-modules/next-queries/store/actions/set-url-params.action.d.ts +10 -11
  3254. package/types/x-modules/next-queries/store/actions/set-url-params.action.d.ts.map +1 -1
  3255. package/types/x-modules/next-queries/store/emitters.d.ts +12 -12
  3256. package/types/x-modules/next-queries/store/emitters.d.ts.map +1 -1
  3257. package/types/x-modules/next-queries/store/getters/next-queries-query.getter.d.ts +10 -12
  3258. package/types/x-modules/next-queries/store/getters/next-queries-query.getter.d.ts.map +1 -1
  3259. package/types/x-modules/next-queries/store/getters/next-queries.getter.d.ts +10 -11
  3260. package/types/x-modules/next-queries/store/getters/next-queries.getter.d.ts.map +1 -1
  3261. package/types/x-modules/next-queries/store/getters/request.getter.d.ts +12 -14
  3262. package/types/x-modules/next-queries/store/getters/request.getter.d.ts.map +1 -1
  3263. package/types/x-modules/next-queries/store/index.d.ts +9 -9
  3264. package/types/x-modules/next-queries/store/index.d.ts.map +1 -1
  3265. package/types/x-modules/next-queries/store/module.d.ts +7 -7
  3266. package/types/x-modules/next-queries/store/module.d.ts.map +1 -1
  3267. package/types/x-modules/next-queries/store/types.d.ts +149 -149
  3268. package/types/x-modules/next-queries/store/types.d.ts.map +1 -1
  3269. package/types/x-modules/next-queries/types.d.ts +11 -11
  3270. package/types/x-modules/next-queries/types.d.ts.map +1 -1
  3271. package/types/x-modules/next-queries/wiring.d.ts +96 -96
  3272. package/types/x-modules/next-queries/wiring.d.ts.map +1 -1
  3273. package/types/x-modules/next-queries/x-module.d.ts +15 -15
  3274. package/types/x-modules/next-queries/x-module.d.ts.map +1 -1
  3275. package/types/x-modules/popular-searches/components/index.d.ts +2 -2
  3276. package/types/x-modules/popular-searches/components/index.d.ts.map +1 -1
  3277. package/types/x-modules/popular-searches/components/popular-search.vue.d.ts +36 -34
  3278. package/types/x-modules/popular-searches/components/popular-search.vue.d.ts.map +1 -1
  3279. package/types/x-modules/popular-searches/components/popular-searches.vue.d.ts +15 -12
  3280. package/types/x-modules/popular-searches/components/popular-searches.vue.d.ts.map +1 -1
  3281. package/types/x-modules/popular-searches/config.types.d.ts +33 -33
  3282. package/types/x-modules/popular-searches/config.types.d.ts.map +1 -1
  3283. package/types/x-modules/popular-searches/events.types.d.ts +24 -24
  3284. package/types/x-modules/popular-searches/events.types.d.ts.map +1 -1
  3285. package/types/x-modules/popular-searches/index.d.ts +6 -6
  3286. package/types/x-modules/popular-searches/index.d.ts.map +1 -1
  3287. package/types/x-modules/popular-searches/store/actions/fetch-and-save-suggestions.action.d.ts +14 -14
  3288. package/types/x-modules/popular-searches/store/actions/fetch-and-save-suggestions.action.d.ts.map +1 -1
  3289. package/types/x-modules/popular-searches/store/actions/fetch-suggestions.action.d.ts +12 -12
  3290. package/types/x-modules/popular-searches/store/actions/fetch-suggestions.action.d.ts.map +1 -1
  3291. package/types/x-modules/popular-searches/store/emitters.d.ts +10 -10
  3292. package/types/x-modules/popular-searches/store/emitters.d.ts.map +1 -1
  3293. package/types/x-modules/popular-searches/store/getters/popular-searches.getter.d.ts +11 -12
  3294. package/types/x-modules/popular-searches/store/getters/popular-searches.getter.d.ts.map +1 -1
  3295. package/types/x-modules/popular-searches/store/getters/request.getter.d.ts +10 -12
  3296. package/types/x-modules/popular-searches/store/getters/request.getter.d.ts.map +1 -1
  3297. package/types/x-modules/popular-searches/store/index.d.ts +7 -7
  3298. package/types/x-modules/popular-searches/store/index.d.ts.map +1 -1
  3299. package/types/x-modules/popular-searches/store/module.d.ts +7 -7
  3300. package/types/x-modules/popular-searches/store/module.d.ts.map +1 -1
  3301. package/types/x-modules/popular-searches/store/types.d.ts +90 -90
  3302. package/types/x-modules/popular-searches/store/types.d.ts.map +1 -1
  3303. package/types/x-modules/popular-searches/wiring.d.ts +28 -28
  3304. package/types/x-modules/popular-searches/wiring.d.ts.map +1 -1
  3305. package/types/x-modules/popular-searches/x-module.d.ts +15 -15
  3306. package/types/x-modules/popular-searches/x-module.d.ts.map +1 -1
  3307. package/types/x-modules/queries-preview/components/index.d.ts +3 -3
  3308. package/types/x-modules/queries-preview/components/index.d.ts.map +1 -1
  3309. package/types/x-modules/queries-preview/components/query-preview-button.vue.d.ts +56 -54
  3310. package/types/x-modules/queries-preview/components/query-preview-button.vue.d.ts.map +1 -1
  3311. package/types/x-modules/queries-preview/components/query-preview-list.vue.d.ts +147 -124
  3312. package/types/x-modules/queries-preview/components/query-preview-list.vue.d.ts.map +1 -1
  3313. package/types/x-modules/queries-preview/components/query-preview.vue.d.ts +108 -92
  3314. package/types/x-modules/queries-preview/components/query-preview.vue.d.ts.map +1 -1
  3315. package/types/x-modules/queries-preview/composables/index.d.ts +1 -1
  3316. package/types/x-modules/queries-preview/composables/index.d.ts.map +1 -1
  3317. package/types/x-modules/queries-preview/composables/use-queries-preview.composable.d.ts +28 -28
  3318. package/types/x-modules/queries-preview/composables/use-queries-preview.composable.d.ts.map +1 -1
  3319. package/types/x-modules/queries-preview/config.types.d.ts +11 -11
  3320. package/types/x-modules/queries-preview/config.types.d.ts.map +1 -1
  3321. package/types/x-modules/queries-preview/events.types.d.ts +46 -41
  3322. package/types/x-modules/queries-preview/events.types.d.ts.map +1 -1
  3323. package/types/x-modules/queries-preview/index.d.ts +7 -7
  3324. package/types/x-modules/queries-preview/index.d.ts.map +1 -1
  3325. package/types/x-modules/queries-preview/store/actions/fetch-and-save-query-preview.action.d.ts +12 -12
  3326. package/types/x-modules/queries-preview/store/actions/fetch-and-save-query-preview.action.d.ts.map +1 -1
  3327. package/types/x-modules/queries-preview/store/actions/fetch-query-preview.action.d.ts +12 -12
  3328. package/types/x-modules/queries-preview/store/actions/fetch-query-preview.action.d.ts.map +1 -1
  3329. package/types/x-modules/queries-preview/store/emitters.d.ts +12 -11
  3330. package/types/x-modules/queries-preview/store/emitters.d.ts.map +1 -1
  3331. package/types/x-modules/queries-preview/store/getters/loaded-queries-preview.getter.d.ts +9 -10
  3332. package/types/x-modules/queries-preview/store/getters/loaded-queries-preview.getter.d.ts.map +1 -1
  3333. package/types/x-modules/queries-preview/store/index.d.ts +5 -5
  3334. package/types/x-modules/queries-preview/store/index.d.ts.map +1 -1
  3335. package/types/x-modules/queries-preview/store/module.d.ts +7 -7
  3336. package/types/x-modules/queries-preview/store/module.d.ts.map +1 -1
  3337. package/types/x-modules/queries-preview/store/types.d.ts +188 -189
  3338. package/types/x-modules/queries-preview/store/types.d.ts.map +1 -1
  3339. package/types/x-modules/queries-preview/utils/get-hash-from-query-preview.d.ts +18 -18
  3340. package/types/x-modules/queries-preview/utils/get-hash-from-query-preview.d.ts.map +1 -1
  3341. package/types/x-modules/queries-preview/wiring.d.ts +85 -85
  3342. package/types/x-modules/queries-preview/wiring.d.ts.map +1 -1
  3343. package/types/x-modules/queries-preview/x-module.d.ts +15 -15
  3344. package/types/x-modules/queries-preview/x-module.d.ts.map +1 -1
  3345. package/types/x-modules/query-suggestions/components/index.d.ts +2 -2
  3346. package/types/x-modules/query-suggestions/components/index.d.ts.map +1 -1
  3347. package/types/x-modules/query-suggestions/components/query-suggestion.vue.d.ts +30 -28
  3348. package/types/x-modules/query-suggestions/components/query-suggestion.vue.d.ts.map +1 -1
  3349. package/types/x-modules/query-suggestions/components/query-suggestions.vue.d.ts +14 -11
  3350. package/types/x-modules/query-suggestions/components/query-suggestions.vue.d.ts.map +1 -1
  3351. package/types/x-modules/query-suggestions/config.types.d.ts +58 -58
  3352. package/types/x-modules/query-suggestions/config.types.d.ts.map +1 -1
  3353. package/types/x-modules/query-suggestions/events.types.d.ts +26 -31
  3354. package/types/x-modules/query-suggestions/events.types.d.ts.map +1 -1
  3355. package/types/x-modules/query-suggestions/index.d.ts +6 -6
  3356. package/types/x-modules/query-suggestions/index.d.ts.map +1 -1
  3357. package/types/x-modules/query-suggestions/store/actions/fetch-and-save-suggestions.action.d.ts +14 -14
  3358. package/types/x-modules/query-suggestions/store/actions/fetch-and-save-suggestions.action.d.ts.map +1 -1
  3359. package/types/x-modules/query-suggestions/store/actions/fetch-suggestions.action.d.ts +13 -13
  3360. package/types/x-modules/query-suggestions/store/actions/fetch-suggestions.action.d.ts.map +1 -1
  3361. package/types/x-modules/query-suggestions/store/actions/set-url-params.action.d.ts +10 -11
  3362. package/types/x-modules/query-suggestions/store/actions/set-url-params.action.d.ts.map +1 -1
  3363. package/types/x-modules/query-suggestions/store/emitters.d.ts +9 -9
  3364. package/types/x-modules/query-suggestions/store/emitters.d.ts.map +1 -1
  3365. package/types/x-modules/query-suggestions/store/getters/normalized-query.getter.d.ts +10 -12
  3366. package/types/x-modules/query-suggestions/store/getters/normalized-query.getter.d.ts.map +1 -1
  3367. package/types/x-modules/query-suggestions/store/getters/query-suggestions.getter.d.ts +34 -34
  3368. package/types/x-modules/query-suggestions/store/getters/query-suggestions.getter.d.ts.map +1 -1
  3369. package/types/x-modules/query-suggestions/store/getters/request.getter.d.ts +10 -12
  3370. package/types/x-modules/query-suggestions/store/getters/request.getter.d.ts.map +1 -1
  3371. package/types/x-modules/query-suggestions/store/index.d.ts +8 -8
  3372. package/types/x-modules/query-suggestions/store/index.d.ts.map +1 -1
  3373. package/types/x-modules/query-suggestions/store/module.d.ts +7 -7
  3374. package/types/x-modules/query-suggestions/store/module.d.ts.map +1 -1
  3375. package/types/x-modules/query-suggestions/store/types.d.ts +104 -104
  3376. package/types/x-modules/query-suggestions/store/types.d.ts.map +1 -1
  3377. package/types/x-modules/query-suggestions/wiring.d.ts +90 -90
  3378. package/types/x-modules/query-suggestions/wiring.d.ts.map +1 -1
  3379. package/types/x-modules/query-suggestions/x-module.d.ts +15 -15
  3380. package/types/x-modules/query-suggestions/x-module.d.ts.map +1 -1
  3381. package/types/x-modules/recommendations/components/index.d.ts +1 -1
  3382. package/types/x-modules/recommendations/components/index.d.ts.map +1 -1
  3383. package/types/x-modules/recommendations/components/recommendations.vue.d.ts +33 -34
  3384. package/types/x-modules/recommendations/components/recommendations.vue.d.ts.map +1 -1
  3385. package/types/x-modules/recommendations/config.types.d.ts +11 -11
  3386. package/types/x-modules/recommendations/config.types.d.ts.map +1 -1
  3387. package/types/x-modules/recommendations/events.types.d.ts +25 -25
  3388. package/types/x-modules/recommendations/events.types.d.ts.map +1 -1
  3389. package/types/x-modules/recommendations/index.d.ts +6 -6
  3390. package/types/x-modules/recommendations/index.d.ts.map +1 -1
  3391. package/types/x-modules/recommendations/store/actions/fetch-and-save-recommendations.action.d.ts +16 -16
  3392. package/types/x-modules/recommendations/store/actions/fetch-and-save-recommendations.action.d.ts.map +1 -1
  3393. package/types/x-modules/recommendations/store/actions/fetch-recommendations.action.d.ts +12 -12
  3394. package/types/x-modules/recommendations/store/actions/fetch-recommendations.action.d.ts.map +1 -1
  3395. package/types/x-modules/recommendations/store/constants.d.ts +6 -6
  3396. package/types/x-modules/recommendations/store/constants.d.ts.map +1 -1
  3397. package/types/x-modules/recommendations/store/emitters.d.ts +11 -11
  3398. package/types/x-modules/recommendations/store/emitters.d.ts.map +1 -1
  3399. package/types/x-modules/recommendations/store/getters/request.getter.d.ts +11 -11
  3400. package/types/x-modules/recommendations/store/getters/request.getter.d.ts.map +1 -1
  3401. package/types/x-modules/recommendations/store/index.d.ts +7 -7
  3402. package/types/x-modules/recommendations/store/index.d.ts.map +1 -1
  3403. package/types/x-modules/recommendations/store/module.d.ts +7 -7
  3404. package/types/x-modules/recommendations/store/module.d.ts.map +1 -1
  3405. package/types/x-modules/recommendations/store/types.d.ts +90 -90
  3406. package/types/x-modules/recommendations/store/types.d.ts.map +1 -1
  3407. package/types/x-modules/recommendations/wiring.d.ts +20 -20
  3408. package/types/x-modules/recommendations/wiring.d.ts.map +1 -1
  3409. package/types/x-modules/recommendations/x-module.d.ts +15 -15
  3410. package/types/x-modules/recommendations/x-module.d.ts.map +1 -1
  3411. package/types/x-modules/related-prompts/components/index.d.ts +3 -2
  3412. package/types/x-modules/related-prompts/components/index.d.ts.map +1 -1
  3413. package/types/x-modules/related-prompts/components/related-prompt.vue.d.ts +52 -36
  3414. package/types/x-modules/related-prompts/components/related-prompt.vue.d.ts.map +1 -1
  3415. package/types/x-modules/related-prompts/components/related-prompts-list.vue.d.ts +105 -105
  3416. package/types/x-modules/related-prompts/components/related-prompts-list.vue.d.ts.map +1 -1
  3417. package/types/x-modules/related-prompts/components/related-prompts-tag-list.vue.d.ts +136 -0
  3418. package/types/x-modules/related-prompts/components/related-prompts-tag-list.vue.d.ts.map +1 -0
  3419. package/types/x-modules/related-prompts/events.types.d.ts +53 -25
  3420. package/types/x-modules/related-prompts/events.types.d.ts.map +1 -1
  3421. package/types/x-modules/related-prompts/index.d.ts +5 -5
  3422. package/types/x-modules/related-prompts/index.d.ts.map +1 -1
  3423. package/types/x-modules/related-prompts/store/actions/fetch-and-save-related-prompts.action.d.ts +16 -16
  3424. package/types/x-modules/related-prompts/store/actions/fetch-and-save-related-prompts.action.d.ts.map +1 -1
  3425. package/types/x-modules/related-prompts/store/actions/fetch-related-prompts.action.d.ts +12 -12
  3426. package/types/x-modules/related-prompts/store/actions/fetch-related-prompts.action.d.ts.map +1 -1
  3427. package/types/x-modules/related-prompts/store/actions/set-url-params.action.d.ts +10 -0
  3428. package/types/x-modules/related-prompts/store/actions/set-url-params.action.d.ts.map +1 -0
  3429. package/types/x-modules/related-prompts/store/emitters.d.ts +10 -8
  3430. package/types/x-modules/related-prompts/store/emitters.d.ts.map +1 -1
  3431. package/types/x-modules/related-prompts/store/getters/index.d.ts +3 -0
  3432. package/types/x-modules/related-prompts/store/getters/index.d.ts.map +1 -0
  3433. package/types/x-modules/related-prompts/store/getters/related-prompts-query.getter.d.ts +13 -0
  3434. package/types/x-modules/related-prompts/store/getters/related-prompts-query.getter.d.ts.map +1 -0
  3435. package/types/x-modules/related-prompts/store/getters/request.getter.d.ts +13 -12
  3436. package/types/x-modules/related-prompts/store/getters/request.getter.d.ts.map +1 -1
  3437. package/types/x-modules/related-prompts/store/index.d.ts +5 -6
  3438. package/types/x-modules/related-prompts/store/index.d.ts.map +1 -1
  3439. package/types/x-modules/related-prompts/store/module.d.ts +7 -7
  3440. package/types/x-modules/related-prompts/store/module.d.ts.map +1 -1
  3441. package/types/x-modules/related-prompts/store/types.d.ts +124 -103
  3442. package/types/x-modules/related-prompts/store/types.d.ts.map +1 -1
  3443. package/types/x-modules/related-prompts/types.d.ts +9 -9
  3444. package/types/x-modules/related-prompts/types.d.ts.map +1 -1
  3445. package/types/x-modules/related-prompts/wiring.d.ts +45 -30
  3446. package/types/x-modules/related-prompts/wiring.d.ts.map +1 -1
  3447. package/types/x-modules/related-prompts/x-module.d.ts +15 -15
  3448. package/types/x-modules/related-prompts/x-module.d.ts.map +1 -1
  3449. package/types/x-modules/related-tags/components/index.d.ts +2 -2
  3450. package/types/x-modules/related-tags/components/index.d.ts.map +1 -1
  3451. package/types/x-modules/related-tags/components/related-tag.vue.d.ts +58 -58
  3452. package/types/x-modules/related-tags/components/related-tag.vue.d.ts.map +1 -1
  3453. package/types/x-modules/related-tags/components/related-tags.vue.d.ts +74 -72
  3454. package/types/x-modules/related-tags/components/related-tags.vue.d.ts.map +1 -1
  3455. package/types/x-modules/related-tags/config.types.d.ts +11 -11
  3456. package/types/x-modules/related-tags/config.types.d.ts.map +1 -1
  3457. package/types/x-modules/related-tags/events.types.d.ts +43 -43
  3458. package/types/x-modules/related-tags/events.types.d.ts.map +1 -1
  3459. package/types/x-modules/related-tags/index.d.ts +6 -6
  3460. package/types/x-modules/related-tags/index.d.ts.map +1 -1
  3461. package/types/x-modules/related-tags/store/actions/fetch-and-save-related-tags.action.d.ts +14 -14
  3462. package/types/x-modules/related-tags/store/actions/fetch-and-save-related-tags.action.d.ts.map +1 -1
  3463. package/types/x-modules/related-tags/store/actions/fetch-related-tags.action.d.ts +12 -12
  3464. package/types/x-modules/related-tags/store/actions/fetch-related-tags.action.d.ts.map +1 -1
  3465. package/types/x-modules/related-tags/store/actions/set-url-params.action.d.ts +14 -11
  3466. package/types/x-modules/related-tags/store/actions/set-url-params.action.d.ts.map +1 -1
  3467. package/types/x-modules/related-tags/store/actions/toggle-related-tag.action.d.ts +10 -11
  3468. package/types/x-modules/related-tags/store/actions/toggle-related-tag.action.d.ts.map +1 -1
  3469. package/types/x-modules/related-tags/store/emitters.d.ts +13 -13
  3470. package/types/x-modules/related-tags/store/emitters.d.ts.map +1 -1
  3471. package/types/x-modules/related-tags/store/getters/query.getter.d.ts +10 -12
  3472. package/types/x-modules/related-tags/store/getters/query.getter.d.ts.map +1 -1
  3473. package/types/x-modules/related-tags/store/getters/related-tags.getter.d.ts +10 -11
  3474. package/types/x-modules/related-tags/store/getters/related-tags.getter.d.ts.map +1 -1
  3475. package/types/x-modules/related-tags/store/getters/request.getter.d.ts +12 -14
  3476. package/types/x-modules/related-tags/store/getters/request.getter.d.ts.map +1 -1
  3477. package/types/x-modules/related-tags/store/index.d.ts +9 -9
  3478. package/types/x-modules/related-tags/store/index.d.ts.map +1 -1
  3479. package/types/x-modules/related-tags/store/module.d.ts +7 -7
  3480. package/types/x-modules/related-tags/store/module.d.ts.map +1 -1
  3481. package/types/x-modules/related-tags/store/types.d.ts +109 -109
  3482. package/types/x-modules/related-tags/store/types.d.ts.map +1 -1
  3483. package/types/x-modules/related-tags/wiring.d.ts +105 -105
  3484. package/types/x-modules/related-tags/wiring.d.ts.map +1 -1
  3485. package/types/x-modules/related-tags/x-module.d.ts +15 -15
  3486. package/types/x-modules/related-tags/x-module.d.ts.map +1 -1
  3487. package/types/x-modules/scroll/components/index.d.ts +6 -6
  3488. package/types/x-modules/scroll/components/index.d.ts.map +1 -1
  3489. package/types/x-modules/scroll/components/main-scroll-item.vue.d.ts +36 -36
  3490. package/types/x-modules/scroll/components/main-scroll-item.vue.d.ts.map +1 -1
  3491. package/types/x-modules/scroll/components/main-scroll.vue.d.ts +74 -74
  3492. package/types/x-modules/scroll/components/main-scroll.vue.d.ts.map +1 -1
  3493. package/types/x-modules/scroll/components/scroll-to-top.vue.d.ts +67 -65
  3494. package/types/x-modules/scroll/components/scroll-to-top.vue.d.ts.map +1 -1
  3495. package/types/x-modules/scroll/components/scroll.const.d.ts +14 -14
  3496. package/types/x-modules/scroll/components/scroll.const.d.ts.map +1 -1
  3497. package/types/x-modules/scroll/components/scroll.types.d.ts +19 -19
  3498. package/types/x-modules/scroll/components/scroll.types.d.ts.map +1 -1
  3499. package/types/x-modules/scroll/components/scroll.vue.d.ts +41 -39
  3500. package/types/x-modules/scroll/components/scroll.vue.d.ts.map +1 -1
  3501. package/types/x-modules/scroll/events.types.d.ts +52 -52
  3502. package/types/x-modules/scroll/events.types.d.ts.map +1 -1
  3503. package/types/x-modules/scroll/index.d.ts +5 -5
  3504. package/types/x-modules/scroll/index.d.ts.map +1 -1
  3505. package/types/x-modules/scroll/store/emitters.d.ts +6 -6
  3506. package/types/x-modules/scroll/store/emitters.d.ts.map +1 -1
  3507. package/types/x-modules/scroll/store/index.d.ts +3 -3
  3508. package/types/x-modules/scroll/store/index.d.ts.map +1 -1
  3509. package/types/x-modules/scroll/store/module.d.ts +7 -7
  3510. package/types/x-modules/scroll/store/module.d.ts.map +1 -1
  3511. package/types/x-modules/scroll/store/types.d.ts +97 -97
  3512. package/types/x-modules/scroll/store/types.d.ts.map +1 -1
  3513. package/types/x-modules/scroll/wiring.d.ts +73 -73
  3514. package/types/x-modules/scroll/wiring.d.ts.map +1 -1
  3515. package/types/x-modules/scroll/x-module.d.ts +15 -15
  3516. package/types/x-modules/scroll/x-module.d.ts.map +1 -1
  3517. package/types/x-modules/search/components/banner.vue.d.ts +42 -139
  3518. package/types/x-modules/search/components/banner.vue.d.ts.map +1 -1
  3519. package/types/x-modules/search/components/banners-list.vue.d.ts +29 -29
  3520. package/types/x-modules/search/components/banners-list.vue.d.ts.map +1 -1
  3521. package/types/x-modules/search/components/fallback-disclaimer.vue.d.ts +11 -11
  3522. package/types/x-modules/search/components/fallback-disclaimer.vue.d.ts.map +1 -1
  3523. package/types/x-modules/search/components/index.d.ts +14 -14
  3524. package/types/x-modules/search/components/index.d.ts.map +1 -1
  3525. package/types/x-modules/search/components/partial-query-button.vue.d.ts +32 -32
  3526. package/types/x-modules/search/components/partial-query-button.vue.d.ts.map +1 -1
  3527. package/types/x-modules/search/components/partial-results-list.vue.d.ts +51 -53
  3528. package/types/x-modules/search/components/partial-results-list.vue.d.ts.map +1 -1
  3529. package/types/x-modules/search/components/promoted.vue.d.ts +38 -38
  3530. package/types/x-modules/search/components/promoted.vue.d.ts.map +1 -1
  3531. package/types/x-modules/search/components/promoteds-list.vue.d.ts +29 -29
  3532. package/types/x-modules/search/components/promoteds-list.vue.d.ts.map +1 -1
  3533. package/types/x-modules/search/components/redirection.vue.d.ts +64 -64
  3534. package/types/x-modules/search/components/redirection.vue.d.ts.map +1 -1
  3535. package/types/x-modules/search/components/results-list.vue.d.ts +31 -31
  3536. package/types/x-modules/search/components/results-list.vue.d.ts.map +1 -1
  3537. package/types/x-modules/search/components/sort-dropdown.vue.d.ts +32 -30
  3538. package/types/x-modules/search/components/sort-dropdown.vue.d.ts.map +1 -1
  3539. package/types/x-modules/search/components/sort-list.vue.d.ts +47 -45
  3540. package/types/x-modules/search/components/sort-list.vue.d.ts.map +1 -1
  3541. package/types/x-modules/search/components/sort-picker-list.types.d.ts +12 -0
  3542. package/types/x-modules/search/components/sort-picker-list.types.d.ts.map +1 -0
  3543. package/types/x-modules/search/components/sort-picker-list.vue.d.ts +42 -49
  3544. package/types/x-modules/search/components/sort-picker-list.vue.d.ts.map +1 -1
  3545. package/types/x-modules/search/components/spellcheck-button.vue.d.ts +13 -13
  3546. package/types/x-modules/search/components/spellcheck-button.vue.d.ts.map +1 -1
  3547. package/types/x-modules/search/components/spellcheck.vue.d.ts +15 -15
  3548. package/types/x-modules/search/components/spellcheck.vue.d.ts.map +1 -1
  3549. package/types/x-modules/search/config.types.d.ts +13 -11
  3550. package/types/x-modules/search/config.types.d.ts.map +1 -1
  3551. package/types/x-modules/search/events.types.d.ts +110 -106
  3552. package/types/x-modules/search/events.types.d.ts.map +1 -1
  3553. package/types/x-modules/search/index.d.ts +7 -7
  3554. package/types/x-modules/search/index.d.ts.map +1 -1
  3555. package/types/x-modules/search/store/actions/fetch-and-save-search-response.action.d.ts +14 -14
  3556. package/types/x-modules/search/store/actions/fetch-and-save-search-response.action.d.ts.map +1 -1
  3557. package/types/x-modules/search/store/actions/fetch-search-response.action.d.ts +12 -12
  3558. package/types/x-modules/search/store/actions/fetch-search-response.action.d.ts.map +1 -1
  3559. package/types/x-modules/search/store/actions/increase-page-apending-results.action.d.ts +10 -10
  3560. package/types/x-modules/search/store/actions/increase-page-apending-results.action.d.ts.map +1 -1
  3561. package/types/x-modules/search/store/actions/index.d.ts +7 -7
  3562. package/types/x-modules/search/store/actions/index.d.ts.map +1 -1
  3563. package/types/x-modules/search/store/actions/reset-request-on-refinement.action.d.ts +10 -11
  3564. package/types/x-modules/search/store/actions/reset-request-on-refinement.action.d.ts.map +1 -1
  3565. package/types/x-modules/search/store/actions/save-origin.action.d.ts +10 -11
  3566. package/types/x-modules/search/store/actions/save-origin.action.d.ts.map +1 -1
  3567. package/types/x-modules/search/store/actions/save-search-response.action.d.ts +10 -11
  3568. package/types/x-modules/search/store/actions/save-search-response.action.d.ts.map +1 -1
  3569. package/types/x-modules/search/store/actions/set-url-params.action.d.ts +10 -12
  3570. package/types/x-modules/search/store/actions/set-url-params.action.d.ts.map +1 -1
  3571. package/types/x-modules/search/store/emitters.d.ts +38 -38
  3572. package/types/x-modules/search/store/emitters.d.ts.map +1 -1
  3573. package/types/x-modules/search/store/getters/index.d.ts +2 -2
  3574. package/types/x-modules/search/store/getters/index.d.ts.map +1 -1
  3575. package/types/x-modules/search/store/getters/query.getter.d.ts +12 -12
  3576. package/types/x-modules/search/store/getters/query.getter.d.ts.map +1 -1
  3577. package/types/x-modules/search/store/getters/request.getter.d.ts +12 -13
  3578. package/types/x-modules/search/store/getters/request.getter.d.ts.map +1 -1
  3579. package/types/x-modules/search/store/index.d.ts +5 -5
  3580. package/types/x-modules/search/store/index.d.ts.map +1 -1
  3581. package/types/x-modules/search/store/module.d.ts +41 -41
  3582. package/types/x-modules/search/store/module.d.ts.map +1 -1
  3583. package/types/x-modules/search/store/types.d.ts +288 -288
  3584. package/types/x-modules/search/store/types.d.ts.map +1 -1
  3585. package/types/x-modules/search/types.d.ts +34 -34
  3586. package/types/x-modules/search/types.d.ts.map +1 -1
  3587. package/types/x-modules/search/wiring.d.ts +221 -217
  3588. package/types/x-modules/search/wiring.d.ts.map +1 -1
  3589. package/types/x-modules/search/x-module.d.ts +15 -15
  3590. package/types/x-modules/search/x-module.d.ts.map +1 -1
  3591. package/types/x-modules/search-box/components/clear-search-input.vue.d.ts +25 -19
  3592. package/types/x-modules/search-box/components/clear-search-input.vue.d.ts.map +1 -1
  3593. package/types/x-modules/search-box/components/index.d.ts +4 -4
  3594. package/types/x-modules/search-box/components/index.d.ts.map +1 -1
  3595. package/types/x-modules/search-box/components/search-button.vue.d.ts +17 -18
  3596. package/types/x-modules/search-box/components/search-button.vue.d.ts.map +1 -1
  3597. package/types/x-modules/search-box/components/search-input-placeholder.vue.d.ts +84 -84
  3598. package/types/x-modules/search-box/components/search-input-placeholder.vue.d.ts.map +1 -1
  3599. package/types/x-modules/search-box/components/search-input.vue.d.ts +83 -83
  3600. package/types/x-modules/search-box/components/search-input.vue.d.ts.map +1 -1
  3601. package/types/x-modules/search-box/events.types.d.ts +73 -73
  3602. package/types/x-modules/search-box/events.types.d.ts.map +1 -1
  3603. package/types/x-modules/search-box/index.d.ts +5 -5
  3604. package/types/x-modules/search-box/index.d.ts.map +1 -1
  3605. package/types/x-modules/search-box/store/actions/set-input-status.action.d.ts +11 -11
  3606. package/types/x-modules/search-box/store/actions/set-input-status.action.d.ts.map +1 -1
  3607. package/types/x-modules/search-box/store/actions/set-url-params.action.d.ts +10 -11
  3608. package/types/x-modules/search-box/store/actions/set-url-params.action.d.ts.map +1 -1
  3609. package/types/x-modules/search-box/store/emitters.d.ts +13 -13
  3610. package/types/x-modules/search-box/store/emitters.d.ts.map +1 -1
  3611. package/types/x-modules/search-box/store/index.d.ts +3 -3
  3612. package/types/x-modules/search-box/store/index.d.ts.map +1 -1
  3613. package/types/x-modules/search-box/store/module.d.ts +7 -7
  3614. package/types/x-modules/search-box/store/module.d.ts.map +1 -1
  3615. package/types/x-modules/search-box/store/types.d.ts +69 -69
  3616. package/types/x-modules/search-box/store/types.d.ts.map +1 -1
  3617. package/types/x-modules/search-box/wiring.d.ts +42 -42
  3618. package/types/x-modules/search-box/wiring.d.ts.map +1 -1
  3619. package/types/x-modules/search-box/x-module.d.ts +15 -15
  3620. package/types/x-modules/search-box/x-module.d.ts.map +1 -1
  3621. package/types/x-modules/semantic-queries/components/index.d.ts +2 -2
  3622. package/types/x-modules/semantic-queries/components/index.d.ts.map +1 -1
  3623. package/types/x-modules/semantic-queries/components/semantic-queries.vue.d.ts +12 -11
  3624. package/types/x-modules/semantic-queries/components/semantic-queries.vue.d.ts.map +1 -1
  3625. package/types/x-modules/semantic-queries/components/semantic-query.vue.d.ts +31 -29
  3626. package/types/x-modules/semantic-queries/components/semantic-query.vue.d.ts.map +1 -1
  3627. package/types/x-modules/semantic-queries/config.types.d.ts +15 -15
  3628. package/types/x-modules/semantic-queries/config.types.d.ts.map +1 -1
  3629. package/types/x-modules/semantic-queries/events.types.d.ts +24 -24
  3630. package/types/x-modules/semantic-queries/events.types.d.ts.map +1 -1
  3631. package/types/x-modules/semantic-queries/index.d.ts +6 -6
  3632. package/types/x-modules/semantic-queries/index.d.ts.map +1 -1
  3633. package/types/x-modules/semantic-queries/store/actions/fetch-and-save-semantic-query.action.d.ts +12 -12
  3634. package/types/x-modules/semantic-queries/store/actions/fetch-and-save-semantic-query.action.d.ts.map +1 -1
  3635. package/types/x-modules/semantic-queries/store/actions/fetch-semantic-query.action.d.ts +12 -12
  3636. package/types/x-modules/semantic-queries/store/actions/fetch-semantic-query.action.d.ts.map +1 -1
  3637. package/types/x-modules/semantic-queries/store/actions/index.d.ts +2 -2
  3638. package/types/x-modules/semantic-queries/store/actions/index.d.ts.map +1 -1
  3639. package/types/x-modules/semantic-queries/store/emitters.d.ts +9 -9
  3640. package/types/x-modules/semantic-queries/store/emitters.d.ts.map +1 -1
  3641. package/types/x-modules/semantic-queries/store/getters/index.d.ts +3 -2
  3642. package/types/x-modules/semantic-queries/store/getters/index.d.ts.map +1 -1
  3643. package/types/x-modules/semantic-queries/store/getters/normalized-query.getter.d.ts +12 -12
  3644. package/types/x-modules/semantic-queries/store/getters/normalized-query.getter.d.ts.map +1 -1
  3645. package/types/x-modules/semantic-queries/store/getters/request.getter.d.ts +13 -12
  3646. package/types/x-modules/semantic-queries/store/getters/request.getter.d.ts.map +1 -1
  3647. package/types/x-modules/semantic-queries/store/getters/semanti-queries-query.getter.d.ts +13 -0
  3648. package/types/x-modules/semantic-queries/store/getters/semanti-queries-query.getter.d.ts.map +1 -0
  3649. package/types/x-modules/semantic-queries/store/index.d.ts +4 -4
  3650. package/types/x-modules/semantic-queries/store/index.d.ts.map +1 -1
  3651. package/types/x-modules/semantic-queries/store/module.d.ts +7 -7
  3652. package/types/x-modules/semantic-queries/store/module.d.ts.map +1 -1
  3653. package/types/x-modules/semantic-queries/store/types.d.ts +102 -90
  3654. package/types/x-modules/semantic-queries/store/types.d.ts.map +1 -1
  3655. package/types/x-modules/semantic-queries/wiring.d.ts +65 -62
  3656. package/types/x-modules/semantic-queries/wiring.d.ts.map +1 -1
  3657. package/types/x-modules/semantic-queries/x-module.d.ts +15 -15
  3658. package/types/x-modules/semantic-queries/x-module.d.ts.map +1 -1
  3659. package/types/x-modules/tagging/components/index.d.ts +1 -1
  3660. package/types/x-modules/tagging/components/index.d.ts.map +1 -1
  3661. package/types/x-modules/tagging/components/tagging.vue.d.ts +84 -82
  3662. package/types/x-modules/tagging/components/tagging.vue.d.ts.map +1 -1
  3663. package/types/x-modules/tagging/config.types.d.ts +25 -25
  3664. package/types/x-modules/tagging/config.types.d.ts.map +1 -1
  3665. package/types/x-modules/tagging/events.types.d.ts +51 -51
  3666. package/types/x-modules/tagging/events.types.d.ts.map +1 -1
  3667. package/types/x-modules/tagging/index.d.ts +7 -7
  3668. package/types/x-modules/tagging/index.d.ts.map +1 -1
  3669. package/types/x-modules/tagging/service/{pdp-add-to-cart.service.d.ts → external-tagging.service.d.ts} +100 -82
  3670. package/types/x-modules/tagging/service/external-tagging.service.d.ts.map +1 -0
  3671. package/types/x-modules/tagging/service/index.d.ts +2 -2
  3672. package/types/x-modules/tagging/service/index.d.ts.map +1 -1
  3673. package/types/x-modules/tagging/service/types.d.ts +38 -29
  3674. package/types/x-modules/tagging/service/types.d.ts.map +1 -1
  3675. package/types/x-modules/tagging/store/actions/index.d.ts +1 -1
  3676. package/types/x-modules/tagging/store/actions/index.d.ts.map +1 -1
  3677. package/types/x-modules/tagging/store/actions/track.action.d.ts +10 -11
  3678. package/types/x-modules/tagging/store/actions/track.action.d.ts.map +1 -1
  3679. package/types/x-modules/tagging/store/emitters.d.ts +13 -13
  3680. package/types/x-modules/tagging/store/emitters.d.ts.map +1 -1
  3681. package/types/x-modules/tagging/store/index.d.ts +4 -4
  3682. package/types/x-modules/tagging/store/index.d.ts.map +1 -1
  3683. package/types/x-modules/tagging/store/module.d.ts +7 -7
  3684. package/types/x-modules/tagging/store/module.d.ts.map +1 -1
  3685. package/types/x-modules/tagging/store/types.d.ts +80 -80
  3686. package/types/x-modules/tagging/store/types.d.ts.map +1 -1
  3687. package/types/x-modules/tagging/wiring.d.ts +267 -164
  3688. package/types/x-modules/tagging/wiring.d.ts.map +1 -1
  3689. package/types/x-modules/tagging/x-module.d.ts +15 -15
  3690. package/types/x-modules/tagging/x-module.d.ts.map +1 -1
  3691. package/types/x-modules/url/components/index.d.ts +1 -1
  3692. package/types/x-modules/url/components/index.d.ts.map +1 -1
  3693. package/types/x-modules/url/components/url-handler.vue.d.ts +16 -12
  3694. package/types/x-modules/url/components/url-handler.vue.d.ts.map +1 -1
  3695. package/types/x-modules/url/events.types.d.ts +30 -31
  3696. package/types/x-modules/url/events.types.d.ts.map +1 -1
  3697. package/types/x-modules/url/index.d.ts +5 -5
  3698. package/types/x-modules/url/index.d.ts.map +1 -1
  3699. package/types/x-modules/url/store/emitters.d.ts +49 -49
  3700. package/types/x-modules/url/store/emitters.d.ts.map +1 -1
  3701. package/types/x-modules/url/store/getters/url-params.getter.d.ts +9 -11
  3702. package/types/x-modules/url/store/getters/url-params.getter.d.ts.map +1 -1
  3703. package/types/x-modules/url/store/index.d.ts +3 -3
  3704. package/types/x-modules/url/store/index.d.ts.map +1 -1
  3705. package/types/x-modules/url/store/initial-state.d.ts +8 -8
  3706. package/types/x-modules/url/store/initial-state.d.ts.map +1 -1
  3707. package/types/x-modules/url/store/module.d.ts +7 -7
  3708. package/types/x-modules/url/store/module.d.ts.map +1 -1
  3709. package/types/x-modules/url/store/mutations/set-params.mutation.d.ts +12 -12
  3710. package/types/x-modules/url/store/mutations/set-params.mutation.d.ts.map +1 -1
  3711. package/types/x-modules/url/store/types.d.ts +108 -102
  3712. package/types/x-modules/url/store/types.d.ts.map +1 -1
  3713. package/types/x-modules/url/wiring.d.ts +117 -108
  3714. package/types/x-modules/url/wiring.d.ts.map +1 -1
  3715. package/types/x-modules/url/x-module.d.ts +15 -15
  3716. package/types/x-modules/url/x-module.d.ts.map +1 -1
  3717. package/types/x-modules/x-modules.types.d.ts +97 -95
  3718. package/types/x-modules/x-modules.types.d.ts.map +1 -1
  3719. package/url/index.js +1 -1
  3720. package/design-system/deprecated-full-theme.css +0 -8828
  3721. package/docs/API-reference/api/x-components.defaultpdpaddtocartservice._constructor_.md +0 -21
  3722. package/docs/API-reference/api/x-components.defaultpdpaddtocartservice.clickedresultstoragekey.md +0 -11
  3723. package/docs/API-reference/api/x-components.defaultpdpaddtocartservice.clickedresultstoragettlms.md +0 -11
  3724. package/docs/API-reference/api/x-components.defaultpdpaddtocartservice.instance.md +0 -13
  3725. package/docs/API-reference/api/x-components.defaultpdpaddtocartservice.localstorageservice.md +0 -11
  3726. package/docs/API-reference/api/x-components.defaultpdpaddtocartservice.md +0 -41
  3727. package/docs/API-reference/api/x-components.defaultpdpaddtocartservice.movetosessionstorage.md +0 -24
  3728. package/docs/API-reference/api/x-components.defaultpdpaddtocartservice.result_clicked_id_key.md +0 -13
  3729. package/docs/API-reference/api/x-components.defaultpdpaddtocartservice.sessionstorageservice.md +0 -11
  3730. package/docs/API-reference/api/x-components.defaultpdpaddtocartservice.storeresultclicked.md +0 -24
  3731. package/docs/API-reference/api/x-components.defaultpdpaddtocartservice.trackaddtocart.md +0 -24
  3732. package/docs/API-reference/api/x-components.facetsstate.query.md +0 -13
  3733. package/docs/API-reference/api/x-components.pdpaddtocartservice.md +0 -22
  3734. package/docs/API-reference/api/x-components.pdpaddtocartservice.movetosessionstorage.md +0 -24
  3735. package/docs/API-reference/api/x-components.pdpaddtocartservice.storeresultclicked.md +0 -24
  3736. package/docs/API-reference/api/x-components.pdpaddtocartservice.trackaddtocart.md +0 -24
  3737. package/docs/API-reference/api/x-components.querysuggestionsxevents.querysuggestionsdisplayed.md +0 -13
  3738. package/docs/API-reference/api/x-components.relatedpromptrequest.md +0 -13
  3739. package/docs/API-reference/api/x-components.taggingconfig.clickedresultstoragettlms.md +0 -13
  3740. package/docs/API-reference/api/x-components.usestore.md +0 -19
  3741. package/docs/API-reference/api/x-components.xactioncontext.commit_1.md +0 -23
  3742. package/docs/API-reference/api/x-components.xactioncontext.dispatch_1.md +0 -23
  3743. package/docs/API-reference/api/x-components.xcomponentbusapi.emit_1.md +0 -25
  3744. package/docs/assets/features/overview-my-history.svg +0 -279
  3745. package/docs/assets/features/overview-product-results-card.svg +0 -128
  3746. package/docs/assets/interface/build-search-ui.svg +0 -167
  3747. package/docs/assets/interface/experience-search-intro.svg +0 -1
  3748. package/docs/assets/interface/integration-guide.svg +0 -1
  3749. package/docs/assets/interface/integration-video.png +0 -0
  3750. package/docs/assets/interface/x-architecture.svg +0 -1
  3751. package/docs/assets/interface/x-empathize.gif +0 -0
  3752. package/docs/assets/interface/x-facets.gif +0 -0
  3753. package/docs/assets/interface/x-facets.svg +0 -189
  3754. package/docs/assets/interface/x-history-queries.gif +0 -0
  3755. package/docs/assets/interface/x-id-results.gif +0 -0
  3756. package/docs/assets/interface/x-next-queries.gif +0 -0
  3757. package/docs/assets/interface/x-popular-searches.gif +0 -0
  3758. package/docs/assets/interface/x-query-suggestions.gif +0 -0
  3759. package/docs/assets/interface/x-recommendations.gif +0 -0
  3760. package/docs/assets/interface/x-recommendations.svg +0 -472
  3761. package/docs/assets/interface/x-related-tags.gif +0 -0
  3762. package/docs/assets/interface/x-results-layout.svg +0 -259
  3763. package/docs/assets/interface/x-search-box-elements.svg +0 -1
  3764. package/docs/assets/interface/x-search-box.svg +0 -60
  3765. package/docs/build-search-ui/README.md +0 -127
  3766. package/docs/build-search-ui/sidebar.js +0 -7
  3767. package/docs/build-search-ui/web-archetype-development-guide.md +0 -186
  3768. package/docs/build-search-ui/web-archetype-integration-guide.md +0 -458
  3769. package/docs/build-search-ui/web-how-to-use-x-components-guide.md +0 -200
  3770. package/docs/build-search-ui/web-x-architecture.md +0 -83
  3771. package/docs/build-search-ui/web-x-components-development-guide.md +0 -157
  3772. package/docs/experience-search-and-discovery/README.md +0 -132
  3773. package/docs/experience-search-and-discovery/empathize.md +0 -119
  3774. package/docs/experience-search-and-discovery/facets-and-filters.md +0 -154
  3775. package/docs/experience-search-and-discovery/history-queries.md +0 -70
  3776. package/docs/experience-search-and-discovery/id-results.md +0 -49
  3777. package/docs/experience-search-and-discovery/my-history.md +0 -60
  3778. package/docs/experience-search-and-discovery/next-queries.md +0 -72
  3779. package/docs/experience-search-and-discovery/popular-searches.md +0 -50
  3780. package/docs/experience-search-and-discovery/product-results-ui.md +0 -82
  3781. package/docs/experience-search-and-discovery/query-suggestions.md +0 -48
  3782. package/docs/experience-search-and-discovery/recommendations.md +0 -134
  3783. package/docs/experience-search-and-discovery/related-tags.md +0 -66
  3784. package/docs/experience-search-and-discovery/search-box.md +0 -99
  3785. package/docs/experience-search-and-discovery/serp-ui.md +0 -125
  3786. package/docs/experience-search-and-discovery/sidebar.js +0 -17
  3787. package/docs/experience-search-and-discovery/web-local-storage.md +0 -30
  3788. package/docs/input-status-machine-state.png +0 -0
  3789. package/js/components/animations/animate-clip-path/animate-clip-path.style.scss.js.map +0 -1
  3790. package/js/components/animations/animate-scale/animate-scale.style.scss.js.map +0 -1
  3791. package/js/components/animations/animate-translate/animate-translate.style.scss.js.map +0 -1
  3792. package/js/composables/use-store.js +0 -15
  3793. package/js/composables/use-store.js.map +0 -1
  3794. package/js/x-modules/tagging/service/pdp-add-to-cart.service.js.map +0 -1
  3795. package/types/adapter/e2e-adapter.d.ts +0 -19
  3796. package/types/adapter/e2e-adapter.d.ts.map +0 -1
  3797. package/types/composables/use-store.d.ts +0 -10
  3798. package/types/composables/use-store.d.ts.map +0 -1
  3799. package/types/x-modules/tagging/service/pdp-add-to-cart.service.d.ts.map +0 -1
package/CHANGELOG.md CHANGED
@@ -3,1644 +3,2183 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
- ## [6.0.0-alpha.22](https://github.com/empathyco/x/compare/@empathyco/x-components@6.0.0-alpha.21...@empathyco/x-components@6.0.0-alpha.22) (2024-12-09)
7
-
6
+ ## 6.0.0-alpha.220 (2026-03-13)
8
7
 
9
- ### Bug Fixes
8
+ * Make `eslint-config` & `prettier` great again (#2049) ([6f6ca7e](https://github.com/empathyco/x/commit/6f6ca7e)), closes [#2049](https://github.com/empathyco/x/issues/2049)
10
9
 
11
- * fix ref usage ([12d5a05](https://github.com/empathyco/x/commit/12d5a053b55d8a4f09b6e396f16a9ce1877c0774))
12
10
 
13
11
 
14
12
 
15
- ## [6.0.0-alpha.21](https://github.com/empathyco/x/compare/@empathyco/x-components@6.0.0-alpha.20...@empathyco/x-components@6.0.0-alpha.21) (2024-12-09)
16
13
 
14
+ ## 6.0.0-alpha.219 (2026-03-09)
17
15
 
18
- ### Features
16
+ - feat(deep-merge-storage-service): clean up deep-merge and storage-service deps and side effects (#20 ([668130c](https://github.com/empathyco/x/commit/668130c)), closes [#2048](https://github.com/empathyco/x/issues/2048)
19
17
 
20
- * **x-installer:** extend domElement type to allow ShadowRoot ([900eb9c](https://github.com/empathyco/x/commit/900eb9c0c9bce7b48897b86ca11e4f1ec82d783b))
18
+ ## 6.0.0-alpha.218 (2026-03-05)
21
19
 
20
+ - fix: rename `AiOverviewMounted` to `AiComponentMounted` across components, tests, and wiring (#2044) ([28b3c10](https://github.com/empathyco/x/commit/28b3c10)), closes [#2044](https://github.com/empathyco/x/issues/2044)
22
21
 
22
+ ## 6.0.0-alpha.217 (2026-03-05)
23
23
 
24
- ## [6.0.0-alpha.20](https://github.com/empathyco/x/compare/@empathyco/x-components@6.0.0-alpha.19...@empathyco/x-components@6.0.0-alpha.20) (2024-11-25)
24
+ - feat(x-utils): recover cjs bundler ([5f9dd59](https://github.com/empathyco/x/commit/5f9dd59))
25
25
 
26
+ ## 6.0.0-alpha.216 (2026-03-04)
26
27
 
27
- ### BREAKING CHANGES
28
+ - fix: update slot props in AI carousel and improve height transition styles (#2041) ([e025504](https://github.com/empathyco/x/commit/e025504)), closes [#2041](https://github.com/empathyco/x/issues/2041)
28
29
 
29
- * **xds:** the x tailwincss plugin no longer admits an options configuration. The plugin theme is accessible through theme: extend: { x: {...}} so now if you need to customize a value you can do it via extending the general tailwind theme:
30
+ ## 6.0.0-alpha.215 (2026-03-04)
30
31
 
31
- module.exports = {
32
- theme: {
33
- extend: {
34
- spacing: theme => theme('x.spacing'),
35
- colors: theme => theme('x.colors'),
36
- screens: theme => theme('x.screens'),
37
- fontSize: theme => theme('x.fontSize'),
38
- fontFamily: theme => theme('x.fontFamily'),
39
- x: {
40
- colors: {
41
- neutral: {
42
- 5: '#56ac91'
43
- }
44
- ....
32
+ - feat: add AI carousel component with related integration and tests ([8fe744e](https://github.com/empathyco/x/commit/8fe744e))
33
+ - feat: implement title expansion toggle in AI carousel component ([a7ce3e2](https://github.com/empathyco/x/commit/a7ce3e2))
34
+ - test: remove slot customization test from AI carousel component ([b077cc5](https://github.com/empathyco/x/commit/b077cc5))
35
+ - fix: update feature naming from 'ai-carousel' to 'ai_carousel' in component and tests ([2fb1607](https://github.com/empathyco/x/commit/2fb1607))
36
+ - fix: update feature naming from 'ai-carousel' to 'ai_carousel' in component and tests ([d95f9c4](https://github.com/empathyco/x/commit/d95f9c4))
37
+ - chore: remove Vue alias configuration from Vite setup ([168a0e3](https://github.com/empathyco/x/commit/168a0e3))
45
38
 
46
- To add new components you can do it via https://tailwindcss.com/docs/adding-custom-styles#adding-component-classes
39
+ ## 6.0.0-alpha.214 (2026-03-04)
47
40
 
48
- ### Features
41
+ **Note:** Version bump only for package @empathyco/x-components
49
42
 
50
- * **xds:** avoid overriding consumers theme by xds (#1658) ([bd3ed79](https://github.com/empathyco/x/commit/bd3ed79f654fc7e76939c7d0baa2a67e6b879ed8))
43
+ ## 6.0.0-alpha.213 (2026-03-03)
51
44
 
45
+ **Note:** Version bump only for package @empathyco/x-components
52
46
 
47
+ ## 6.0.0-alpha.212 (2026-03-03)
53
48
 
54
- ## [6.0.0-alpha.19](https://github.com/empathyco/x/compare/@empathyco/x-components@6.0.0-alpha.18...@empathyco/x-components@6.0.0-alpha.19) (2024-11-25)
49
+ **Note:** Version bump only for package @empathyco/x-components
55
50
 
51
+ ## 6.0.0-alpha.211 (2026-03-03)
56
52
 
57
- ### Features
53
+ **Note:** Version bump only for package @empathyco/x-components
58
54
 
59
- * Add content class in base slider to ease customisation (#1662) ([63d7b99](https://github.com/empathyco/x/commit/63d7b9983ec37fb979115ec35a32d2ec2dfc1eca))
55
+ ## 6.0.0-alpha.210 (2026-03-03)
60
56
 
57
+ - chore: remove Vue alias configuration from Vite setup (#2035) ([81ca671](https://github.com/empathyco/x/commit/81ca671)), closes [#2035](https://github.com/empathyco/x/issues/2035)
61
58
 
59
+ ## 6.0.0-alpha.209 (2026-03-03)
62
60
 
63
- ## [6.0.0-alpha.18](https://github.com/empathyco/x/compare/@empathyco/x-components@6.0.0-alpha.17...@empathyco/x-components@6.0.0-alpha.18) (2024-11-22)
61
+ **Note:** Version bump only for package @empathyco/x-components
64
62
 
63
+ ## 6.0.0-alpha.208 (2026-03-02)
65
64
 
66
- ### Features
65
+ - chore: remove Jest-related files and dependencies after migrating to Vitest ([e4455c1](https://github.com/empathyco/x/commit/e4455c1))
66
+ - test: update test files to use Vitest for assertions and mocking ([3a40537](https://github.com/empathyco/x/commit/3a40537))
67
67
 
68
- * add related prompts selection events (#1663) ([8cdf6db](https://github.com/empathyco/x/commit/8cdf6dbaff4a5e111fbc77a898a502ce133e1afe))
68
+ ## 6.0.0-alpha.207 (2026-03-02)
69
69
 
70
+ **Note:** Version bump only for package @empathyco/x-components
70
71
 
72
+ ## 6.0.0-alpha.206 (2026-02-27)
71
73
 
72
- ## [6.0.0-alpha.17](https://github.com/empathyco/x/compare/@empathyco/x-components@6.0.0-alpha.16...@empathyco/x-components@6.0.0-alpha.17) (2024-11-21)
74
+ - feat: remove Cypress-related configurations and tests ([67ec01d](https://github.com/empathyco/x/commit/67ec01d))
75
+ - feat: update test configurations and clean up SVG files ([3c45eec](https://github.com/empathyco/x/commit/3c45eec))
76
+ - refactor: fix minor type issues in sort-list component ([e8eddfa](https://github.com/empathyco/x/commit/e8eddfa))
77
+ - refactor: fix type issues ([5f4061b](https://github.com/empathyco/x/commit/5f4061b))
73
78
 
79
+ ## 6.0.0-alpha.205 (2026-02-25)
74
80
 
75
- ### Features
81
+ - chore(deps): update dependency marked to v17 (#2003) ([2191e4d](https://github.com/empathyco/x/commit/2191e4d)), closes [#2003](https://github.com/empathyco/x/issues/2003)
76
82
 
77
- * add selection state to related prompts module (#1659) ([220c449](https://github.com/empathyco/x/commit/220c44926709378ebee87a21e06c6f188c5d3cd1))
83
+ ## 6.0.0-alpha.204 (2026-02-25)
78
84
 
85
+ - chore(deps): update all non-major dependencies (#1976) ([1a54734](https://github.com/empathyco/x/commit/1a54734)), closes [#1976](https://github.com/empathyco/x/issues/1976)
86
+ - chore(deps): update vue version to 3.5.28 ([c023c00](https://github.com/empathyco/x/commit/c023c00))
87
+ - refactor: fix type issues ([74216e4](https://github.com/empathyco/x/commit/74216e4))
88
+ - build(tsconfig): fix libs and add skipLibCheck option ([c1db14a](https://github.com/empathyco/x/commit/c1db14a))
79
89
 
80
- ### Bug Fixes
90
+ ## 6.0.0-alpha.203 (2026-02-24)
81
91
 
82
- * **animation-prop:** decommission old animation-prop.ts and generalize the new one (#1660) ([493b6bd](https://github.com/empathyco/x/commit/493b6bd1e8a9de2731b582bb60fac6e29a1a0a47))
92
+ - refactor: remove sass ([1557098](https://github.com/empathyco/x/commit/1557098))
83
93
 
94
+ ## 6.0.0-alpha.202 (2026-02-18)
84
95
 
96
+ - feat(x-design-system): add `x-design-system` package with initial skeleton for tailwind 4 (#1988) ([e30f630](https://github.com/empathyco/x/commit/e30f630)), closes [#1988](https://github.com/empathyco/x/issues/1988)
85
97
 
86
- ## [6.0.0-alpha.16](https://github.com/empathyco/x/compare/@empathyco/x-components@6.0.0-alpha.15...@empathyco/x-components@6.0.0-alpha.16) (2024-11-21)
98
+ ## 6.0.0-alpha.201 (2026-02-12)
87
99
 
100
+ - feat(query-preview): add lazy loading support to QueryPreview (#1980) ([ce95a17](https://github.com/empathyco/x/commit/ce95a17)), closes [#1980](https://github.com/empathyco/x/issues/1980)
88
101
 
89
- ### Bug Fixes
102
+ ## 6.0.0-alpha.200 (2026-02-11)
90
103
 
91
- * **next-queries:** export types from module(#1661) ([ef0f71e](https://github.com/empathyco/x/commit/ef0f71eb08494699b4c017d077dc9fc8fbe97ce0))
104
+ **Note:** Version bump only for package @empathyco/x-components
92
105
 
106
+ ## 6.0.0-alpha.199 (2026-02-11)
93
107
 
108
+ - fix: solve errors & warnings on serving the demo locally (#1985) ([18e65f3](https://github.com/empathyco/x/commit/18e65f3)), closes [#1985](https://github.com/empathyco/x/issues/1985)
94
109
 
95
- ## [6.0.0-alpha.15](https://github.com/empathyco/x/compare/@empathyco/x-components@6.0.0-alpha.14...@empathyco/x-components@6.0.0-alpha.15) (2024-11-20)
110
+ ## 6.0.0-alpha.198 (2026-02-11)
96
111
 
112
+ **Note:** Version bump only for package @empathyco/x-components
97
113
 
98
- ### Bug Fixes
114
+ ## 6.0.0-alpha.197 (2026-01-30)
99
115
 
100
- * **define-component:** relax definecomponent type to avoid type collisions (#1657) ([2ff1b67](https://github.com/empathyco/x/commit/2ff1b67bf38f6b59425131e55354ebfe681a3b66))
116
+ - chore(lerna): enforce exact dependency versions (#1975) ([6939587](https://github.com/empathyco/x/commit/6939587)), closes [#1975](https://github.com/empathyco/x/issues/1975)
101
117
 
118
+ ## 6.0.0-alpha.196 (2026-01-29)
102
119
 
120
+ - chore(deps): update all non-major dependencies (#1957) ([41a8824](https://github.com/empathyco/x/commit/41a8824)), closes [#1957](https://github.com/empathyco/x/issues/1957)
103
121
 
104
- ## [6.0.0-alpha.14](https://github.com/empathyco/x/compare/@empathyco/x-components@6.0.0-alpha.13...@empathyco/x-components@6.0.0-alpha.14) (2024-11-20)
122
+ ## 6.0.0-alpha.195 (2026-01-28)
105
123
 
106
- **Note:** Version bump only for package @empathyco/x-components
124
+ - chore(deps): pin x-tailwindcss version (#1973) ([3b8eacf](https://github.com/empathyco/x/commit/3b8eacf)), closes [#1973](https://github.com/empathyco/x/issues/1973)
125
+ - chore(deps): update dependency @cucumber/messages to v32 (#1972) ([86ddbfd](https://github.com/empathyco/x/commit/86ddbfd)), closes [#1972](https://github.com/empathyco/x/issues/1972)
107
126
 
127
+ ## 6.0.0-alpha.194 (2026-01-22)
108
128
 
129
+ - docs: update code examples (#1967) ([3787069](https://github.com/empathyco/x/commit/3787069)), closes [#1967](https://github.com/empathyco/x/issues/1967)
130
+ - docs: update code examples (#1968) ([60c3989](https://github.com/empathyco/x/commit/60c3989)), closes [#1968](https://github.com/empathyco/x/issues/1968)
109
131
 
132
+ ## 6.0.0-alpha.193 (2026-01-22)
110
133
 
134
+ - docs: Update x-modules components documentation (3/6) (#1965) ([625676c](https://github.com/empathyco/x/commit/625676c)), closes [#1965](https://github.com/empathyco/x/issues/1965)
135
+ - docs: Update x-modules components documentation (4/6) (#1966) ([a1648b9](https://github.com/empathyco/x/commit/a1648b9)), closes [#1966](https://github.com/empathyco/x/issues/1966)
111
136
 
112
- ## [6.0.0-alpha.13](https://github.com/empathyco/x/compare/@empathyco/x-components@6.0.0-alpha.12...@empathyco/x-components@6.0.0-alpha.13) (2024-11-13)
137
+ ## 6.0.0-alpha.192 (2026-01-22)
113
138
 
139
+ - feat(ai): add `cta-button` slot and improve toggle button structure in ai-overview component ([0301790](https://github.com/empathyco/x/commit/0301790))
140
+ - feat(ai): add test for `cta-button` slot customization in ai-overview component ([8cbe493](https://github.com/empathyco/x/commit/8cbe493))
141
+ - docs: Update x-modules components documentation (2/6) (#1964) ([4a04b7f](https://github.com/empathyco/x/commit/4a04b7f)), closes [#1964](https://github.com/empathyco/x/issues/1964)
114
142
 
115
- ### Features
143
+ ## 6.0.0-alpha.191 (2026-01-22)
116
144
 
117
- * add lang parameter to the queriesPreview hash (#1653) ([b41e6c6](https://github.com/empathyco/x/commit/b41e6c6dfe629270a7919cf7f5c528b839c7c831))
145
+ - docs: Update x-modules components documentation (1/6) (#1963) ([7b236fc](https://github.com/empathyco/x/commit/7b236fc)), closes [#1963](https://github.com/empathyco/x/issues/1963)
118
146
 
147
+ ## 6.0.0-alpha.190 (2026-01-21)
119
148
 
149
+ - docs: Update common components documentation (#1962) ([9c51d49](https://github.com/empathyco/x/commit/9c51d49)), closes [#1962](https://github.com/empathyco/x/issues/1962)
120
150
 
121
- ## [6.0.0-alpha.12](https://github.com/empathyco/x/compare/@empathyco/x-components@6.0.0-alpha.11...@empathyco/x-components@6.0.0-alpha.12) (2024-11-04)
151
+ ## 6.0.0-alpha.189 (2026-01-14)
122
152
 
153
+ - chore(deps): update dependency @badeball/cypress-cucumber-preprocessor to v24 (#1958) ([3a99988](https://github.com/empathyco/x/commit/3a99988)), closes [#1958](https://github.com/empathyco/x/issues/1958)
123
154
 
124
- ### Features
155
+ ## 6.0.0-alpha.188 (2026-01-07)
125
156
 
126
- * new base-slider component (#1650) ([a3b1a0a](https://github.com/empathyco/x/commit/a3b1a0ad1c53d2ae39ae3e9d4229518825a040af))
157
+ - chore(deps): update all non-major dependencies (#1937) ([e8054f1](https://github.com/empathyco/x/commit/e8054f1)), closes [#1937](https://github.com/empathyco/x/issues/1937)
127
158
 
159
+ ## 6.0.0-alpha.187 (2025-12-17)
128
160
 
161
+ - chore: upgrade Typescript related deps (#1948) ([19dbdd7](https://github.com/empathyco/x/commit/19dbdd7)), closes [#1948](https://github.com/empathyco/x/issues/1948)
129
162
 
130
- ## [6.0.0-alpha.11](https://github.com/empathyco/x/compare/@empathyco/x-components@6.0.0-alpha.10...@empathyco/x-components@6.0.0-alpha.11) (2024-11-01)
163
+ ## 6.0.0-alpha.186 (2025-12-16)
131
164
 
165
+ - chore: upgrade Vite related dependencies (#1944) ([813fc5e](https://github.com/empathyco/x/commit/813fc5e)), closes [#1944](https://github.com/empathyco/x/issues/1944)
166
+ - chore(deps): pin dependency @empathyco/x-tailwindcss to 2.0.0-alpha.18 (#1945) ([d8c5af9](https://github.com/empathyco/x/commit/d8c5af9)), closes [#1945](https://github.com/empathyco/x/issues/1945)
132
167
 
133
- ### Features
168
+ ## 6.0.0-alpha.185 (2025-12-11)
134
169
 
135
- * create related prompts module (#1642) ([36cdcc6](https://github.com/empathyco/x/commit/36cdcc681d4b049815b99a42d48c22d30c49fafa))
170
+ - chore: upgrade @vue and @vueuse/core (#1943) ([f16b475](https://github.com/empathyco/x/commit/f16b475)), closes [#1943](https://github.com/empathyco/x/issues/1943)
136
171
 
172
+ ## 6.0.0-alpha.184 (2025-12-11)
137
173
 
174
+ - chore(tests): upgrade cypress and enable e2e tests (#1942) ([b6ad1dd](https://github.com/empathyco/x/commit/b6ad1dd)), closes [#1942](https://github.com/empathyco/x/issues/1942)
138
175
 
139
- ## [6.0.0-alpha.10](https://github.com/empathyco/x/compare/@empathyco/x-components@6.0.0-alpha.9...@empathyco/x-components@6.0.0-alpha.10) (2024-10-31)
176
+ ## 6.0.0-alpha.183 (2025-12-08)
140
177
 
141
- **Note:** Version bump only for package @empathyco/x-components
178
+ - chore(deps): update cypress-related dependencies (#1941) ([3c751ef](https://github.com/empathyco/x/commit/3c751ef)), closes [#1941](https://github.com/empathyco/x/issues/1941)
142
179
 
180
+ ## 6.0.0-alpha.182 (2025-11-26)
143
181
 
182
+ - chore(deps): upgrade cypress version to 14.5.4 (#1933) ([83b93e8](https://github.com/empathyco/x/commit/83b93e8)), closes [#1933](https://github.com/empathyco/x/issues/1933)
144
183
 
184
+ ## 6.0.0-alpha.181 (2025-11-20)
145
185
 
186
+ - feat: add standalone facets endpoint and module foundation (#1928) ([b3109e5](https://github.com/empathyco/x/commit/b3109e5)), closes [#1928](https://github.com/empathyco/x/issues/1928)
146
187
 
147
- ## [6.0.0-alpha.9](https://github.com/empathyco/x/compare/@empathyco/x-components@6.0.0-alpha.8...@empathyco/x-components@6.0.0-alpha.9) (2024-10-31)
188
+ ## 6.0.0-alpha.180 (2025-11-19)
148
189
 
149
- **Note:** Version bump only for package @empathyco/x-components
190
+ - chore(deps): update dependency @types/node to v24 (#1927) ([4b58181](https://github.com/empathyco/x/commit/4b58181)), closes [#1927](https://github.com/empathyco/x/issues/1927)
150
191
 
192
+ ## 6.0.0-alpha.179 (2025-11-12)
151
193
 
194
+ - chore(deps): pin dependency @empathyco/x-tailwindcss to 2.0.0-alpha.17 (#1926) ([0ea2e89](https://github.com/empathyco/x/commit/0ea2e89)), closes [#1926](https://github.com/empathyco/x/issues/1926)
152
195
 
196
+ ## 6.0.0-alpha.178 (2025-11-07)
153
197
 
198
+ - refactor(queries-preview): include whole extraParams object in queries preview hash generation (#191 ([df7a373](https://github.com/empathyco/x/commit/df7a373)), closes [#1916](https://github.com/empathyco/x/issues/1916)
154
199
 
155
- ## [6.0.0-alpha.8](https://github.com/empathyco/x/compare/@empathyco/x-components@6.0.0-alpha.7...@empathyco/x-components@6.0.0-alpha.8) (2024-10-31)
200
+ ## 6.0.0-alpha.177 (2025-11-05)
156
201
 
157
- **Note:** Version bump only for package @empathyco/x-components
202
+ - feat(ai): refactor title styling and add margin to content title in ai-overview component ([9d8dc8d](https://github.com/empathyco/x/commit/9d8dc8d))
158
203
 
204
+ ## 6.0.0-alpha.176 (2025-11-04)
159
205
 
206
+ - refactor(ai): rename `x-ai-overview-content` to `x-ai-overview-conten… (#1922) ([3908d74](https://github.com/empathyco/x/commit/3908d74)), closes [#1922](https://github.com/empathyco/x/issues/1922)
160
207
 
208
+ ## 6.0.0-alpha.175 (2025-11-04)
161
209
 
210
+ - feat(ai): add `contentClasses` prop and styling improvements to ai-overview component ([6f887c9](https://github.com/empathyco/x/commit/6f887c9))
162
211
 
163
- ## [6.0.0-alpha.7](https://github.com/empathyco/x/compare/@empathyco/x-components@6.0.0-alpha.6...@empathyco/x-components@6.0.0-alpha.7) (2024-10-28)
212
+ ## 6.0.0-alpha.174 (2025-11-04)
164
213
 
165
214
  **Note:** Version bump only for package @empathyco/x-components
166
215
 
216
+ ## 6.0.0-alpha.173 (2025-11-03)
167
217
 
218
+ - feat(ai): add aiSummarize endpoint and integrate with ai-overview (#1915) ([3423237](https://github.com/empathyco/x/commit/3423237)), closes [#1915](https://github.com/empathyco/x/issues/1915)
168
219
 
220
+ ## 6.0.0-alpha.172 (2025-11-03)
169
221
 
222
+ - fix(AiOverview): remove query when clicking a product ([4028e81](https://github.com/empathyco/x/commit/4028e81))
170
223
 
171
- ## [6.0.0-alpha.6](https://github.com/empathyco/x/compare/@empathyco/x-components@6.0.0-alpha.5...@empathyco/x-components@6.0.0-alpha.6) (2024-10-28)
224
+ ## 6.0.0-alpha.171 (2025-10-30)
172
225
 
226
+ - chore(deps): install marked in x-component to parse markdown ([cf90867](https://github.com/empathyco/x/commit/cf90867))
173
227
 
174
- ### Features
228
+ ## 6.0.0-alpha.170 (2025-10-30)
175
229
 
176
- * add types for related prompts (#1640) ([9822c28](https://github.com/empathyco/x/commit/9822c285410f6d308a8a0e43f47e951b052592a2))
230
+ - fix(AiOverview): Collapse AiOverview when AiSuggestions request changes ([a5bb16c](https://github.com/empathyco/x/commit/a5bb16c))
177
231
 
232
+ ## 6.0.0-alpha.169 (2025-10-29)
178
233
 
234
+ - fix: doc ([b5b7f16](https://github.com/empathyco/x/commit/b5b7f16))
235
+ - fix: raname some variables ([4db954b](https://github.com/empathyco/x/commit/4db954b))
236
+ - feat(ai-overview): add support to auto expand in search no results ([e2682e0](https://github.com/empathyco/x/commit/e2682e0))
237
+ - feat(ai): perform suggestions search on expand and track queries ([76133f4](https://github.com/empathyco/x/commit/76133f4))
179
238
 
180
- ## [6.0.0-alpha.5](https://github.com/empathyco/x/compare/@empathyco/x-components@6.0.0-alpha.4...@empathyco/x-components@6.0.0-alpha.5) (2024-10-28)
239
+ ## 6.0.0-alpha.168 (2025-10-27)
181
240
 
241
+ - feat(ai): add `extra-content` slot to ai-overview and use in home view ([4a51932](https://github.com/empathyco/x/commit/4a51932))
182
242
 
183
- ### Build System
243
+ ## 6.0.0-alpha.167 (2025-10-27)
184
244
 
185
- * use vue latest version as peer dependency (#1651) ([1618993](https://github.com/empathyco/x/commit/161899326d325db46f39eead4ca7b57984b58b39))
245
+ - chore(deps): update dependency @cucumber/messages to v30 (#1909) ([d450cf2](https://github.com/empathyco/x/commit/d450cf2)), closes [#1909](https://github.com/empathyco/x/issues/1909)
186
246
 
247
+ ## 6.0.0-alpha.166 (2025-10-24)
187
248
 
249
+ - fix(ai): export missing store things (#1907) ([ac5f37a](https://github.com/empathyco/x/commit/ac5f37a)), closes [#1907](https://github.com/empathyco/x/issues/1907)
188
250
 
189
- ## [6.0.0-alpha.4](https://github.com/empathyco/x/compare/@empathyco/x-components@5.0.0-alpha.83...@empathyco/x-components@6.0.0-alpha.4) (2024-10-24)
251
+ ## 6.0.0-alpha.165 (2025-10-22)
190
252
 
253
+ - fix(url-handler): disable attribute inheritance to avoid error with GlobalEvents ([dfa0979](https://github.com/empathyco/x/commit/dfa0979))
191
254
 
192
- ### Features
255
+ ## 6.0.0-alpha.164 (2025-10-20)
193
256
 
194
- * update x-components and related packages to vue 3 (#1644) ([d590842](https://github.com/empathyco/x/commit/d5908427544b9a65bbc16a860ea6f73270ee7c26))
257
+ - feat(ai): connect query preview selection with ai module (#1904) ([400bacb](https://github.com/empathyco/x/commit/400bacb)), closes [#1904](https://github.com/empathyco/x/issues/1904)
195
258
 
259
+ ## 6.0.0-alpha.163 (2025-10-15)
196
260
 
261
+ - fix: minor improvements in implementation ([454fb8c](https://github.com/empathyco/x/commit/454fb8c))
262
+ - feat(AiOverview): add selected filters to requests ([2a6a446](https://github.com/empathyco/x/commit/2a6a446))
197
263
 
198
- ## [6.0.0-alpha.3](https://github.com/empathyco/x/compare/@empathyco/x-components@6.0.0-alpha.2...@empathyco/x-components@6.0.0-alpha.3) (2024-10-04)
264
+ ## 6.0.0-alpha.162 (2025-10-13)
199
265
 
266
+ - feat(ai): add `suggestions-extra-content` slot to ai-overview component ([350a7c1](https://github.com/empathyco/x/commit/350a7c1))
200
267
 
201
- ### Bug Fixes
268
+ ## 6.0.0-alpha.161 (2025-10-02)
202
269
 
203
- * **scroll:** scroll direction inconsistency (#1629) ([ad970ae](https://github.com/empathyco/x/commit/ad970ae8cd7898f23baa11d3a128d3251cd57cdb))
270
+ - fix: fire search only if Empathise is open (#1895) ([2412415](https://github.com/empathyco/x/commit/2412415)), closes [#1895](https://github.com/empathyco/x/issues/1895) [#1894](https://github.com/empathyco/x/issues/1894)
204
271
 
272
+ ## 6.0.0-alpha.160 (2025-10-02)
205
273
 
274
+ - feat(AiOverview): add origin field to the store module (#1893) ([355ace6](https://github.com/empathyco/x/commit/355ace6)), closes [#1893](https://github.com/empathyco/x/issues/1893)
206
275
 
207
- ## [6.0.0-alpha.2](https://github.com/empathyco/x/compare/@empathyco/x-components@6.0.0-alpha.1...@empathyco/x-components@6.0.0-alpha.2) (2024-09-25)
276
+ ## 6.0.0-alpha.159 (2025-10-01)
208
277
 
278
+ - chore(deps): pin dependency @empathyco/x-tailwindcss to 2.0.0-alpha.16 (#1834) ([69e6d9b](https://github.com/empathyco/x/commit/69e6d9b)), closes [#1834](https://github.com/empathyco/x/issues/1834)
209
279
 
210
- ### BREAKING CHANGES
280
+ ## 6.0.0-alpha.158 (2025-10-01)
211
281
 
212
- * **history-queries-switch:** remove `change` event emission in favour of `update:modelValue` in `BaseSwitch` component.
282
+ - feat(base-teleport): support dynamic host styles and improve type safety (#1839) ([0713104](https://github.com/empathyco/x/commit/0713104)), closes [#1839](https://github.com/empathyco/x/issues/1839)
283
+ - chore(deps): update dependency @badeball/cypress-cucumber-preprocessor to v23 (#1885) ([5af25a4](https://github.com/empathyco/x/commit/5af25a4)), closes [#1885](https://github.com/empathyco/x/issues/1885)
213
284
 
214
- ### Bug Fixes
285
+ ## 6.0.0-alpha.157 (2025-10-01)
215
286
 
216
- * **history-queries-switch:** migrate value to modelValue (#1618) ([82a6e27](https://github.com/empathyco/x/commit/82a6e27b9a78388b6c0b42c57ce7ff6e63293686))
287
+ - fix: selected tag being removed (#1894) ([287cb48](https://github.com/empathyco/x/commit/287cb48)), closes [#1894](https://github.com/empathyco/x/issues/1894)
217
288
 
289
+ ## 6.0.0-alpha.156 (2025-09-26)
218
290
 
219
- ### Testing
291
+ - feat(ai): smoothly scroll to AI overview on collapse and add relevant test ([45e8133](https://github.com/empathyco/x/commit/45e8133))
220
292
 
221
- * active and fix linter for tests (#1616) ([0f35e7c](https://github.com/empathyco/x/commit/0f35e7caf529e7a06252abe0ea64b119c1206566))
222
- * adjust test to vue3 (#1608) ([0f4bb97](https://github.com/empathyco/x/commit/0f4bb97dcba50b21c98575d51bda944bfe532b1f))
223
- * **e2e-components:** rewrite all e2e sheet components to accomplish vue3 (#1619) ([5a419b2](https://github.com/empathyco/x/commit/5a419b2d882c151f81d9921d591140e5471f5b05))
224
- * **e2e:** fix e2e tests (#1617) ([f81add6](https://github.com/empathyco/x/commit/f81add665e5b2f36ecedf25d14eb5f6573f0e0fb))
293
+ ## 6.0.0-alpha.155 (2025-09-26)
225
294
 
295
+ - style(ai): prevent content shrinking by adding `flex-shrink: 0` to overview icon (#1891) ([368ca3a](https://github.com/empathyco/x/commit/368ca3a)), closes [#1891](https://github.com/empathyco/x/issues/1891)
226
296
 
297
+ ## 6.0.0-alpha.154 (2025-09-25)
227
298
 
228
- ## [6.0.0-alpha.1](https://github.com/empathyco/x/compare/@empathyco/x-components@5.0.0-alpha.81...@empathyco/x-components@6.0.0-alpha.1) (2024-09-05)
299
+ - refactor(AiOverview): transform tailwind classes into css (#1888) ([0d2297a](https://github.com/empathyco/x/commit/0d2297a)), closes [#1888](https://github.com/empathyco/x/issues/1888)
300
+ - `query-preview` trade off (#1890) ([c990dbc](https://github.com/empathyco/x/commit/c990dbc)), closes [#1890](https://github.com/empathyco/x/issues/1890)
229
301
 
302
+ ### BREAKING-CHANGE
230
303
 
231
- ### BREAKING CHANGES
304
+ - The `updateAQueryPreviewResult` mutation payload now accepts a results array and a hash of string instead of computed of string
232
305
 
233
- * @empathyco/x-components v6 and @empathyco/x-archetype-utils v2 are only compatible with Vue 3 and if you are looking for the Vue 2 versions, take look at the main brach.
234
- * refactors the GlobalXBus to use a prop to receive the listeners instead of relying on attributes.
306
+ ## 6.0.0-alpha.153 (2025-09-25)
235
307
 
236
- ### Features
308
+ - refactor(ai): remove unused test for `title-loading` slot in ai-overview ([c3a0513](https://github.com/empathyco/x/commit/c3a0513))
309
+ - fix(ai): rename slot `titleLoading` to `title-loading` in ai-overview and update test ([3d40bd4](https://github.com/empathyco/x/commit/3d40bd4))
310
+ - feat(ai): add slot support for titleLoading in ai-overview component and update test ([2c08fdd](https://github.com/empathyco/x/commit/2c08fdd))
237
311
 
238
- * bump packages versions (#1611) ([eb7d377](https://github.com/empathyco/x/commit/eb7d377f0da3d09b78bc964de90529326889eb62))
239
- * make internal demo app functional (#1574) ([a485dea](https://github.com/empathyco/x/commit/a485dea768918280e2fec46cae0d5a3f4932002f))
240
- * **x-installer:** update to vue3 and adapt x-installer (#1572) ([c6b28e5](https://github.com/empathyco/x/commit/c6b28e5e9a07832e992f27a40d7513dbec90d2f2))
312
+ ## 6.0.0-alpha.152 (2025-09-24)
241
313
 
314
+ - feat(AiOverview): handle query tagging for suggested queries (#1887) ([8b47df6](https://github.com/empathyco/x/commit/8b47df6)), closes [#1887](https://github.com/empathyco/x/issues/1887)
242
315
 
243
- ### Bug Fixes
316
+ ## 6.0.0-alpha.151 (2025-09-23)
244
317
 
245
- * adjust to new vue render function API (#1596) ([7ec2b97](https://github.com/empathyco/x/commit/7ec2b9719f18275e7843544f26f94c393fef7090))
246
- * **infinite-scroll:** getting xBus from XPlugin instead useXBus ([b936ae5](https://github.com/empathyco/x/commit/b936ae585b4ef5ae390515cfc2c3a0dfc782ad39))
247
- * **layout:** avoid shared CSS classes between layouts with scoped (#1605) ([b3cc3f5](https://github.com/empathyco/x/commit/b3cc3f528f71b0877a406c65cadfbecda7aca756))
248
- * **list-components:** fix list components, migrate infinite-scroll directive and deprecated layouts (#1576) ([4b57f19](https://github.com/empathyco/x/commit/4b57f19be601220a4dc6874dc1d5efa8fdbcf991))
249
- * **search:** replace results state to append new results instead of pushing them (#1597) ([e64e3cb](https://github.com/empathyco/x/commit/e64e3cb9f3c046d1c30249fb56b0b3ad32f97925))
318
+ - Add tagging to ai overview search queries (#1882) ([4a7b9fc](https://github.com/empathyco/x/commit/4a7b9fc)), closes [#1882](https://github.com/empathyco/x/issues/1882)
250
319
 
320
+ ## 6.0.0-alpha.150 (2025-09-22)
251
321
 
252
- ### Testing
322
+ - feat(AiOverview): handle new noResult chunk in AiOverview (#1886) ([2c41469](https://github.com/empathyco/x/commit/2c41469)), closes [#1886](https://github.com/empathyco/x/issues/1886)
253
323
 
254
- * **auto-progress-bar:** fix test after Vue3 update (#1582) ([335c370](https://github.com/empathyco/x/commit/335c37021f9a0f6fefaec01714cc31fb6bf66391))
255
- * **components:** fix tests after Vue3 update BATCH 1 ([5d4dec8](https://github.com/empathyco/x/commit/5d4dec81b5b9ee99f1cbfc1d88bbf58cd5188602))
256
- * **vue-jest:** update vue-jest dependency (#1581) ([46ff08b](https://github.com/empathyco/x/commit/46ff08bb5834d790b0c6414fc549141b9a64f1d1))
324
+ ## 6.0.0-alpha.149 (2025-09-22)
257
325
 
326
+ - style(ai-overview): fade animation to show results (#1880) ([84ee675](https://github.com/empathyco/x/commit/84ee675)), closes [#1880](https://github.com/empathyco/x/issues/1880)
258
327
 
259
- ### Code Refactoring
328
+ ## 6.0.0-alpha.148 (2025-09-18)
260
329
 
261
- * **animation-factory:** fix Vue3 breaking changes (#1579) ([f915731](https://github.com/empathyco/x/commit/f915731cc8ea662a2066fee054f47885ee2154a9))
262
- * **base-switch:** decommission of value prop (#1589) ([35968eb](https://github.com/empathyco/x/commit/35968ebb69634984e867b03221d373efe4af96c8))
263
- * **base-switch:** migrate component to vue3 (#1588) ([875a6e2](https://github.com/empathyco/x/commit/875a6e2638885498396db362753550857ec8d7e2))
264
- * **components:** remove warnings first batch (#1575) ([1877da6](https://github.com/empathyco/x/commit/1877da61c2eb5aff5742387dc2285b3db86afda5))
265
- * get rid of NoElement component and useNoElementRender composable (#1583) ([059eecc](https://github.com/empathyco/x/commit/059eecc0fd5aa1612c1fc7b4d5ec08cfe5fc5b84))
266
- * **render-function:** clear void calls (#1580) ([7875ff5](https://github.com/empathyco/x/commit/7875ff5b8420ea1ed03edd3fee28a822582b4641))
267
- * **staggered-fade-and-slide:** use Vue native staggered transition (#1578) ([79e136f](https://github.com/empathyco/x/commit/79e136f04b0b75ddea77c464b8f5ea0ed6602eb1))
268
- * **v-deep:** replace by :deep() (#1577) ([71c08db](https://github.com/empathyco/x/commit/71c08dbc175093bbfc56160e3b07b8774fcbc683))
330
+ - feat(ai-overview): make component more configurable (#1884) ([8b4b579](https://github.com/empathyco/x/commit/8b4b579)), closes [#1884](https://github.com/empathyco/x/issues/1884)
269
331
 
332
+ ## 6.0.0-alpha.147 (2025-09-18)
270
333
 
271
- ### Build System
334
+ - fix(ai-overview): expose setExpanded function ([30baae2](https://github.com/empathyco/x/commit/30baae2))
272
335
 
273
- * adjust rollup production build for Vue3 (#1603) ([ed587b1](https://github.com/empathyco/x/commit/ed587b16a56b32734e9cf3ff05311954627f3820))
336
+ ## 6.0.0-alpha.146 (2025-09-18)
274
337
 
338
+ - feat(AiOverview): add SpinnerIcon component and update ai-overview for loading state (#1881) ([e4b03b1](https://github.com/empathyco/x/commit/e4b03b1)), closes [#1881](https://github.com/empathyco/x/issues/1881)
275
339
 
276
- ### Continuous Integration
340
+ ## 6.0.0-alpha.145 (2025-09-12)
277
341
 
278
- * **linter:** fix linter issues to pass the CI (#1606) ([aff3151](https://github.com/empathyco/x/commit/aff3151818c64885d7c28e69f511d33ae41b38f5))
342
+ - feat(AiOverview): allow customisation of SlidingPanel buttons through props (#1876) ([f923ef1](https://github.com/empathyco/x/commit/f923ef1)), closes [#1876](https://github.com/empathyco/x/issues/1876)
279
343
 
344
+ ## 6.0.0-alpha.144 (2025-09-12)
280
345
 
346
+ - refactor(ai): remove unused titleLoadingText in ai-overview tests ([c09e07d](https://github.com/empathyco/x/commit/c09e07d))
347
+ - refactor(ai): rename onExpandedButtonClick to onExpandButtonClick and update references ([13f2ad6](https://github.com/empathyco/x/commit/13f2ad6))
348
+ - refactor(ai): rename setExpanded to onExpandedButtonClick and update usage ([0713e3c](https://github.com/empathyco/x/commit/0713e3c))
281
349
 
282
- ## [5.0.0-alpha.83](https://github.com/empathyco/x/compare/@empathyco/x-components@5.0.0-alpha.82...@empathyco/x-components@5.0.0-alpha.83) (2024-10-03)
350
+ ## 6.0.0-alpha.143 (2025-09-12)
283
351
 
352
+ - refactor(ai): remove null safety from suggestionsRequest (#1874) ([7245431](https://github.com/empathyco/x/commit/7245431)), closes [#1874](https://github.com/empathyco/x/issues/1874)
284
353
 
285
- ### Bug Fixes
354
+ ## 6.0.0-alpha.142 (2025-09-12)
286
355
 
287
- * snippet config extra params reactivity (#1628) ([c87788a](https://github.com/empathyco/x/commit/c87788a6f194e6b8f59b520f05e9ed617c98bae6))
356
+ - refactor(ai): simplify toggle button chevron classes and styles (#1873) ([59419eb](https://github.com/empathyco/x/commit/59419eb)), closes [#1873](https://github.com/empathyco/x/issues/1873)
288
357
 
358
+ ## 6.0.0-alpha.141 (2025-09-11)
289
359
 
360
+ - feat(ai): enhance sliding panel customization (#1872) ([199a6cc](https://github.com/empathyco/x/commit/199a6cc)), closes [#1872](https://github.com/empathyco/x/issues/1872)
290
361
 
291
- ## [5.0.0-alpha.82](https://github.com/empathyco/x/compare/@empathyco/x-components@5.0.0-alpha.81...@empathyco/x-components@5.0.0-alpha.82) (2024-09-30)
362
+ ## 6.0.0-alpha.140 (2025-09-11)
292
363
 
364
+ - refactor(sliding-panel): simplify scrolling logic and enhance reactivity (#1870) ([c659e00](https://github.com/empathyco/x/commit/c659e00)), closes [#1870](https://github.com/empathyco/x/issues/1870)
365
+ - chore: pr review ([6a1d503](https://github.com/empathyco/x/commit/6a1d503))
366
+ - feat(AiOverview): add display tagging ([73aa630](https://github.com/empathyco/x/commit/73aa630))
367
+ - feat(AiOverview): add toolingDisplayClick tagging ([42f1fd4](https://github.com/empathyco/x/commit/42f1fd4))
293
368
 
294
- ### Bug Fixes
369
+ ## 6.0.0-alpha.139 (2025-09-09)
295
370
 
296
- * **tagging:** query tagging and send session param (#1627) ([69dd690](https://github.com/empathyco/x/commit/69dd690c1adf9195782f4747ba5d255251f5ac3c))
371
+ - chore: pr review ([d30c56f](https://github.com/empathyco/x/commit/d30c56f))
372
+ - style(AiOverview): minor adjustment ([7728c9f](https://github.com/empathyco/x/commit/7728c9f))
373
+ - feat(AiOverview): remove the skeleton to display the incremental content from the store ([1d41ee5](https://github.com/empathyco/x/commit/1d41ee5))
297
374
 
375
+ ## 6.0.0-alpha.138 (2025-09-09)
298
376
 
377
+ - feat(ai): add numFound property to the response of suggestionSearch ([d0118ae](https://github.com/empathyco/x/commit/d0118ae))
299
378
 
300
- ## [5.0.0-alpha.81](https://github.com/empathyco/x/compare/@empathyco/x-components@5.0.0-alpha.80...@empathyco/x-components@5.0.0-alpha.81) (2024-08-20)
379
+ ## 6.0.0-alpha.137 (2025-09-08)
301
380
 
381
+ - feat(AiOverview): minor component adjustments (#1867) ([554cd79](https://github.com/empathyco/x/commit/554cd79)), closes [#1867](https://github.com/empathyco/x/issues/1867)
302
382
 
303
- ### Features
383
+ ## 6.0.0-alpha.136 (2025-09-05)
304
384
 
305
- * **querySuggestions:** hide suggestions that match with any session query (#1600) ([2f51375](https://github.com/empathyco/x/commit/2f51375e04d46e2aba77f08332797285829ebde7))
385
+ - fix(ai): reset state handling (#1864) ([29aa62c](https://github.com/empathyco/x/commit/29aa62c)), closes [#1864](https://github.com/empathyco/x/issues/1864)
306
386
 
387
+ ## 6.0.0-alpha.135 (2025-09-04)
307
388
 
389
+ - feat(ai): color customization (#1863) ([2445441](https://github.com/empathyco/x/commit/2445441)), closes [#1863](https://github.com/empathyco/x/issues/1863)
308
390
 
309
- ## [5.0.0-alpha.80](https://github.com/empathyco/x/compare/@empathyco/x-components@5.0.0-alpha.79...@empathyco/x-components@5.0.0-alpha.80) (2024-08-19)
391
+ ## 6.0.0-alpha.134 (2025-09-04)
310
392
 
311
- **Note:** Version bump only for package @empathyco/x-components
393
+ - chore: minor adjustment ([ae27549](https://github.com/empathyco/x/commit/ae27549))
394
+ - chore(ai-store): remove unused getter ([1ea4ff3](https://github.com/empathyco/x/commit/1ea4ff3))
395
+ - feat(AiOverview): adjust style ([db7653f](https://github.com/empathyco/x/commit/db7653f))
312
396
 
397
+ ## 6.0.0-alpha.133 (2025-09-04)
313
398
 
399
+ - feat(AiOverview): component implementation (#1861) ([17b6535](https://github.com/empathyco/x/commit/17b6535)), closes [#1861](https://github.com/empathyco/x/issues/1861)
314
400
 
401
+ ## 6.0.0-alpha.132 (2025-09-03)
315
402
 
403
+ - test: fix unit tests ([604b2a1](https://github.com/empathyco/x/commit/604b2a1))
404
+ - feat(ai): add AiSuggestionQuery model ([6df871d](https://github.com/empathyco/x/commit/6df871d))
405
+ - feat(ai): add loading flag to both suggestions connections ([365a073](https://github.com/empathyco/x/commit/365a073))
406
+ - feat(ai): add suggestionsSearchRequest in store ([16383d0](https://github.com/empathyco/x/commit/16383d0))
407
+ - feat(ai): avoid crashes on streaming parsing ([b847b69](https://github.com/empathyco/x/commit/b847b69))
408
+ - feat(ai): questions to suggestions ([574cd62](https://github.com/empathyco/x/commit/574cd62))
409
+ - refactor(ai): fetchAndSave for both requests ([5d2a355](https://github.com/empathyco/x/commit/5d2a355))
410
+ - fix(ai): PR suggestions ([7c77c1a](https://github.com/empathyco/x/commit/7c77c1a))
316
411
 
317
- ## [5.0.0-alpha.79](https://github.com/empathyco/x/compare/@empathyco/x-components@5.0.0-alpha.78...@empathyco/x-components@5.0.0-alpha.79) (2024-08-14)
412
+ ## 6.0.0-alpha.131 (2025-09-02)
318
413
 
414
+ - chore: pr review ([eacfeeb](https://github.com/empathyco/x/commit/eacfeeb))
415
+ - feat(x-adapter): create streamHttpClient function ([991fe3c](https://github.com/empathyco/x/commit/991fe3c))
319
416
 
320
- ### Features
417
+ ## 6.0.0-alpha.130 (2025-09-01)
321
418
 
322
- * update result information in the QPs (#1591) ([3e99d0c](https://github.com/empathyco/x/commit/3e99d0cdcb25366af2adff977e25d58d45f7421f))
419
+ - refactor(suggestions-search): rename ([3ffe0b0](https://github.com/empathyco/x/commit/3ffe0b0))
420
+ - fix(e2e): mock adapter ([74ac6a5](https://github.com/empathyco/x/commit/74ac6a5))
323
421
 
422
+ ## 6.0.0-alpha.129 (2025-08-25)
324
423
 
424
+ - fix(ai): AIOverview gradient missing properties ([2c87386](https://github.com/empathyco/x/commit/2c87386))
325
425
 
326
- ## [5.0.0-alpha.78](https://github.com/empathyco/x/compare/@empathyco/x-components@5.0.0-alpha.77...@empathyco/x-components@5.0.0-alpha.78) (2024-08-13)
426
+ ## 6.0.0-alpha.128 (2025-08-22)
327
427
 
428
+ - fix: fixed test ([e202a8d](https://github.com/empathyco/x/commit/e202a8d))
429
+ - test: AIOverview tested gradient div ([2f7b634](https://github.com/empathyco/x/commit/2f7b634))
430
+ - style(ai-overview): improved gradient in AiOverview ([42bb328](https://github.com/empathyco/x/commit/42bb328))
431
+ - feat(ai): AIOverview reset on query change ([cd11378](https://github.com/empathyco/x/commit/cd11378))
432
+ - feat(ai): AIOverview slot expansion transition ([c87e086](https://github.com/empathyco/x/commit/c87e086))
328
433
 
329
- ### Features
434
+ ## 6.0.0-alpha.127 (2025-08-21)
330
435
 
331
- * **main-modal:** make events configurable via props (#1590) ([60d630c](https://github.com/empathyco/x/commit/60d630ca2a181d2919b9f1019abbf1eee5dd2c30))
436
+ - fix(ai): register module to use ai overview ([59cfbd7](https://github.com/empathyco/x/commit/59cfbd7))
437
+ - fix(ai): remove AiOverview from home ([b9ebdce](https://github.com/empathyco/x/commit/b9ebdce))
332
438
 
439
+ ## 6.0.0-alpha.126 (2025-08-21)
333
440
 
441
+ - fix: applied format ([713c3ab](https://github.com/empathyco/x/commit/713c3ab))
442
+ - fix: applied some fixes mentioned in the comments ([69e9cd2](https://github.com/empathyco/x/commit/69e9cd2))
443
+ - fix(ai): apply styles ([15c2358](https://github.com/empathyco/x/commit/15c2358))
444
+ - fix(ai): integrate AIOverview in Home.vue ([2558948](https://github.com/empathyco/x/commit/2558948))
445
+ - fix(ai): set query when clicking on a query preview ([93090c5](https://github.com/empathyco/x/commit/93090c5))
446
+ - feat: implemented AiOverview default slot ([aa94a07](https://github.com/empathyco/x/commit/aa94a07))
447
+ - feat(ai): AI Overview component ([cf43216](https://github.com/empathyco/x/commit/cf43216))
448
+ - feat(ai): AiOverview custom button Text ([0e15561](https://github.com/empathyco/x/commit/0e15561))
449
+ - feat(ai): AiOverview header implementation ([3e9df81](https://github.com/empathyco/x/commit/3e9df81))
450
+ - feat(ai): bind question to slot default ([2d14717](https://github.com/empathyco/x/commit/2d14717))
451
+ - feat(ai): integrate AIOverview in Home.vue ([22a2176](https://github.com/empathyco/x/commit/22a2176))
452
+ - test(ai-question-results): added test and migrate the tailwind to css ([8e6d559](https://github.com/empathyco/x/commit/8e6d559))
453
+ - test(ai): slot fallback ([acdf20a](https://github.com/empathyco/x/commit/acdf20a))
454
+ - styles(ai): gradient ([abba0e2](https://github.com/empathyco/x/commit/abba0e2))
455
+ - style: added some styles to sliding panel ([b517493](https://github.com/empathyco/x/commit/b517493))
334
456
 
335
- ## [5.0.0-alpha.77](https://github.com/empathyco/x/compare/@empathyco/x-components@5.0.0-alpha.76...@empathyco/x-components@5.0.0-alpha.77) (2024-08-13)
457
+ ## 6.0.0-alpha.125 (2025-08-21)
336
458
 
337
459
  **Note:** Version bump only for package @empathyco/x-components
338
460
 
461
+ ## 6.0.0-alpha.124 (2025-08-20)
339
462
 
463
+ - test(ai): actions and getters ([ee1aac0](https://github.com/empathyco/x/commit/ee1aac0))
464
+ - test(ai): add AiQuestion stub ([64cf1ba](https://github.com/empathyco/x/commit/64cf1ba))
465
+ - refactor(ai): remove Object assign ([da8f2c4](https://github.com/empathyco/x/commit/da8f2c4))
466
+ - chore(ai): docs ([acd1c3a](https://github.com/empathyco/x/commit/acd1c3a))
467
+ - feat(ai): force questions with quere ([939586f](https://github.com/empathyco/x/commit/939586f))
468
+ - feat(ai): remove fetch and save ([fb36045](https://github.com/empathyco/x/commit/fb36045))
469
+ - feat(ai): wiring, store, emitters for ai module ([48840be](https://github.com/empathyco/x/commit/48840be))
340
470
 
471
+ ## 6.0.0-alpha.123 (2025-08-19)
341
472
 
473
+ - feat(ai): add aiTasks on XComponentsAdapter ([79f0a55](https://github.com/empathyco/x/commit/79f0a55))
474
+ - feat(platform-adapter): add questions v1 endpoint ([63323d3](https://github.com/empathyco/x/commit/63323d3))
342
475
 
343
- ## [5.0.0-alpha.76](https://github.com/empathyco/x/compare/@empathyco/x-components@5.0.0-alpha.75...@empathyco/x-components@5.0.0-alpha.76) (2024-08-08)
476
+ ## 6.0.0-alpha.122 (2025-08-18)
344
477
 
478
+ - test: fix empty test suite ([3fbb6b7](https://github.com/empathyco/x/commit/3fbb6b7))
479
+ - feat(ai): add initial x-module ([189cefe](https://github.com/empathyco/x/commit/189cefe))
480
+ - feat(ai): initial ai overview skeleton ([7cd260b](https://github.com/empathyco/x/commit/7cd260b))
481
+ - fix: move ai dir ([f30ecb2](https://github.com/empathyco/x/commit/f30ecb2))
345
482
 
346
- ### Bug Fixes
483
+ ## 6.0.0-alpha.121 (2025-08-12)
347
484
 
348
- * send origin in query tagging (#1585) ([92efdf7](https://github.com/empathyco/x/commit/92efdf71a4f794d58b9f68cf68783ca0489eb7ee))
485
+ **Note:** Version bump only for package @empathyco/x-components
349
486
 
487
+ ## 6.0.0-alpha.120 (2025-08-11)
350
488
 
489
+ - feat(empathize): implement search and close fallback on no-content state (#1833) ([7a4120c](https://github.com/empathyco/x/commit/7a4120c)), closes [#1833](https://github.com/empathyco/x/issues/1833)
351
490
 
352
- ## [5.0.0-alpha.75](https://github.com/empathyco/x/compare/@empathyco/x-components@5.0.0-alpha.74...@empathyco/x-components@5.0.0-alpha.75) (2024-07-23)
491
+ ## 6.0.0-alpha.119 (2025-08-06)
353
492
 
493
+ - chore(deps): add missing type dep ([8ff4322](https://github.com/empathyco/x/commit/8ff4322))
494
+ - chore(deps): pin dependencies ([b1764e7](https://github.com/empathyco/x/commit/b1764e7))
495
+ - chore(deps): update jest to 29 ([ad31210](https://github.com/empathyco/x/commit/ad31210))
496
+ - test: fix timers issue with useFakeTimers params ([037c0f7](https://github.com/empathyco/x/commit/037c0f7))
497
+ - test: update snapshots manually ([3169ee2](https://github.com/empathyco/x/commit/3169ee2))
354
498
 
355
- ### Code Refactoring
499
+ ## 6.0.0-alpha.118 (2025-07-31)
356
500
 
357
- * **no-element:** towards getting rid of no-element component (#1564) ([12bb73d](https://github.com/empathyco/x/commit/12bb73dbe7ff6cf761cc2e6581b56e78c9c3359a))
501
+ - ci: add typecheck ([94becff](https://github.com/empathyco/x/commit/94becff))
358
502
 
503
+ ## 6.0.0-alpha.117 (2025-07-17)
359
504
 
505
+ - refactor(animation): replace 'content-visibility' with standard property access ([bfcdd6d](https://github.com/empathyco/x/commit/bfcdd6d))
360
506
 
361
- ## [5.0.0-alpha.74](https://github.com/empathyco/x/compare/@empathyco/x-components@5.0.0-alpha.73...@empathyco/x-components@5.0.0-alpha.74) (2024-07-23)
507
+ ## 6.0.0-alpha.116 (2025-07-16)
362
508
 
509
+ - chore(deps): upgrade typescript to version 5.8.3 ([e334a69](https://github.com/empathyco/x/commit/e334a69))
363
510
 
364
- ### Features
511
+ ## 6.0.0-alpha.115 (2025-07-16)
365
512
 
366
- * **display-emitter:** support Vue3 to the component (#1555) ([21bcd52](https://github.com/empathyco/x/commit/21bcd5228bf2cc3e8f31d49fe55683788438e089))
513
+ - chore(deps): update vite (#1796) ([6c23bed](https://github.com/empathyco/x/commit/6c23bed)), closes [#1796](https://github.com/empathyco/x/issues/1796)
367
514
 
515
+ ## 6.0.0-alpha.114 (2025-07-15)
368
516
 
517
+ - feat: add aria label to base modal ([cb1f674](https://github.com/empathyco/x/commit/cb1f674))
369
518
 
370
- ## [5.0.0-alpha.73](https://github.com/empathyco/x/compare/@empathyco/x-components@5.0.0-alpha.72...@empathyco/x-components@5.0.0-alpha.73) (2024-07-18)
519
+ ## 6.0.0-alpha.113 (2025-07-14)
371
520
 
521
+ - chore(deps): remove unused glob dependency ([fee1ff6](https://github.com/empathyco/x/commit/fee1ff6))
522
+ - chore(deps): update dependency @types/glob to v9 ([ce0578c](https://github.com/empathyco/x/commit/ce0578c))
372
523
 
373
- ### Bug Fixes
524
+ ## 6.0.0-alpha.112 (2025-07-14)
374
525
 
375
- * keyboard navigation within shadow dom (#1571) ([1784c4c](https://github.com/empathyco/x/commit/1784c4cb6f130947a2454f5adbabcaf4821f8ab2))
526
+ - chore(deps): update dependency @cucumber/messages to v28 ([09c9c4e](https://github.com/empathyco/x/commit/09c9c4e))
376
527
 
528
+ ## 6.0.0-alpha.111 (2025-07-09)
377
529
 
530
+ - docs: fix API Extractor ([137b708](https://github.com/empathyco/x/commit/137b708))
531
+ - fix(x-bus): improve type handling ([009e9ad](https://github.com/empathyco/x/commit/009e9ad))
532
+ - feat(x-bus): expose class ([44750c7](https://github.com/empathyco/x/commit/44750c7))
533
+ - refactor(x-bus): move to x-components ([a2aadcd](https://github.com/empathyco/x/commit/a2aadcd))
378
534
 
379
- ## [5.0.0-alpha.72](https://github.com/empathyco/x/compare/@empathyco/x-components@5.0.0-alpha.71...@empathyco/x-components@5.0.0-alpha.72) (2024-07-18)
535
+ ## 6.0.0-alpha.110 (2025-07-07)
380
536
 
537
+ - feat!: revert save filtered related prompts in related prompts state ([ccd7065](https://github.com/empathyco/x/commit/ccd7065))
381
538
 
382
- ### Bug Fixes
539
+ ### BREAKING CHANGE
383
540
 
384
- * **queryPreviewList:** repeated query loading issue (#1566) ([60aa0c0](https://github.com/empathyco/x/commit/60aa0c0975eabc3a282cfece4ab64fd29c02a3cb))
541
+ - the backend is already filtering the related prompts in their side, so we can remove the filtering on the frontend.
385
542
 
543
+ * Drop use of `useFilteredRelatedPrompts` prop in related-promtps-tag-list.vue component.
544
+ * Drop use of `relatedPromptsFiltered` array in RelatedPrompts state.
545
+ * Drop use of `setFilteredRelatedPromptsProducts` mutation in RelatedPrompts module.
546
+ * Remove related-prompts.utils.ts utils file.
386
547
 
548
+ ## 6.0.0-alpha.109 (2025-07-03)
387
549
 
388
- ## [5.0.0-alpha.71](https://github.com/empathyco/x/compare/@empathyco/x-components@5.0.0-alpha.70...@empathyco/x-components@5.0.0-alpha.71) (2024-07-15)
550
+ - chore(deps): update @vueuse/core to version 10.11.0 ([c37a645](https://github.com/empathyco/x/commit/c37a645))
389
551
 
390
- **Note:** Version bump only for package @empathyco/x-components
552
+ ## 6.0.0-alpha.108 (2025-07-02)
391
553
 
554
+ - docs: add BaseTeleport documentation (#1818) ([080cef1](https://github.com/empathyco/x/commit/080cef1)), closes [#1818](https://github.com/empathyco/x/issues/1818)
392
555
 
556
+ ## 6.0.0-alpha.107 (2025-07-01)
393
557
 
558
+ - feat: create ReloadRelatedPromptsRequested event (#1817) ([854c28e](https://github.com/empathyco/x/commit/854c28e)), closes [#1817](https://github.com/empathyco/x/issues/1817)
394
559
 
560
+ ## 6.0.0-alpha.106 (2025-07-01)
395
561
 
396
- ## [5.0.0-alpha.70](https://github.com/empathyco/x/compare/@empathyco/x-components@5.0.0-alpha.69...@empathyco/x-components@5.0.0-alpha.70) (2024-07-11)
562
+ - feat: save filtered related prompts in the related prompts state (#1816) ([bded354](https://github.com/empathyco/x/commit/bded354)), closes [#1816](https://github.com/empathyco/x/issues/1816)
397
563
 
564
+ ## 6.0.0-alpha.105 (2025-06-30)
398
565
 
399
- ### Features
566
+ - chore(deps): pin dependency @empathyco/x-tailwindcss to 2.0.0-alpha.12 (#1814) ([d9a1522](https://github.com/empathyco/x/commit/d9a1522)), closes [#1814](https://github.com/empathyco/x/issues/1814)
400
567
 
401
- * migrate internal view components (#1563) ([df0d026](https://github.com/empathyco/x/commit/df0d02634d1193f35918a5c8fd6913faa65c9ab7))
568
+ ## 6.0.0-alpha.104 (2025-06-27)
402
569
 
570
+ - chore(deps): update vue-router and vue-i18n (#1813) ([11563f7](https://github.com/empathyco/x/commit/11563f7)), closes [#1813](https://github.com/empathyco/x/issues/1813)
403
571
 
572
+ ## 6.0.0-alpha.103 (2025-06-27)
404
573
 
405
- ## [5.0.0-alpha.69](https://github.com/empathyco/x/compare/@empathyco/x-components@5.0.0-alpha.68...@empathyco/x-components@5.0.0-alpha.69) (2024-07-11)
574
+ - feat: avoid related-prompts animation from top of the serp (#1812) ([e333a98](https://github.com/empathyco/x/commit/e333a98)), closes [#1812](https://github.com/empathyco/x/issues/1812)
406
575
 
576
+ ## 6.0.0-alpha.102 (2025-06-26)
407
577
 
408
- ### Features
578
+ - chore(deps): bump high confidence packages (#1810) ([892f1b2](https://github.com/empathyco/x/commit/892f1b2)), closes [#1810](https://github.com/empathyco/x/issues/1810)
409
579
 
410
- * migrate Scroll and ScrolToTop componentes (#1562) ([c8182f4](https://github.com/empathyco/x/commit/c8182f4a4435e1e62e7eaee518fb6325fe01bf7e))
580
+ ## 6.0.0-alpha.101 (2025-06-26)
411
581
 
582
+ - feat(related-prompts): add related prompts images as default (#1811) ([e7e51b4](https://github.com/empathyco/x/commit/e7e51b4)), closes [#1811](https://github.com/empathyco/x/issues/1811)
412
583
 
584
+ ## 6.0.0-alpha.100 (2025-06-25)
413
585
 
414
- ## [5.0.0-alpha.68](https://github.com/empathyco/x/compare/@empathyco/x-components@5.0.0-alpha.67...@empathyco/x-components@5.0.0-alpha.68) (2024-07-10)
586
+ - chore(deps): pin dependency @empathyco/x-tailwindcss to 2.0.0-alpha.11 (#1808) ([c614b25](https://github.com/empathyco/x/commit/c614b25)), closes [#1808](https://github.com/empathyco/x/issues/1808)
415
587
 
588
+ ## 6.0.0-alpha.99 (2025-06-20)
416
589
 
417
- ### Features
590
+ - ci: add typecheck script to package.json (#1806) ([912d163](https://github.com/empathyco/x/commit/912d163)), closes [#1806](https://github.com/empathyco/x/issues/1806)
418
591
 
419
- * **create-animation:** migrate to composition API (#1553) ([1097c0d](https://github.com/empathyco/x/commit/1097c0d1b9dd63f9573812b9ddb41b790725b46e))
592
+ ## 6.0.0-alpha.98 (2025-06-18)
420
593
 
594
+ **Note:** Version bump only for package @empathyco/x-components
421
595
 
596
+ ## 6.0.0-alpha.97 (2025-06-17)
422
597
 
423
- ## [5.0.0-alpha.67](https://github.com/empathyco/x/compare/@empathyco/x-components@5.0.0-alpha.66...@empathyco/x-components@5.0.0-alpha.67) (2024-07-10)
598
+ - fix(docs): fix related prompts documentation (#1801) ([7f9ee87](https://github.com/empathyco/x/commit/7f9ee87)), closes [#1801](https://github.com/empathyco/x/issues/1801)
599
+ - feat(use-store): remove use-store ([752d70f](https://github.com/empathyco/x/commit/752d70f))
424
600
 
601
+ ## 6.0.0-alpha.96 (2025-06-13)
425
602
 
426
- ### Features
603
+ **Note:** Version bump only for package @empathyco/x-components
427
604
 
428
- * migrate url-handler x-module (#1556) ([9445758](https://github.com/empathyco/x/commit/94457580884be4b03ec72fa18231350bdf3f115a))
605
+ ## 6.0.0-alpha.95 (2025-06-06)
429
606
 
607
+ - feat(logger): remove x-logger (#1800) ([70d210a](https://github.com/empathyco/x/commit/70d210a)), closes [#1800](https://github.com/empathyco/x/issues/1800)
430
608
 
609
+ ## 6.0.0-alpha.94 (2025-06-04)
431
610
 
432
- ## [5.0.0-alpha.66](https://github.com/empathyco/x/compare/@empathyco/x-components@5.0.0-alpha.65...@empathyco/x-components@5.0.0-alpha.66) (2024-07-10)
611
+ - feat!: remove deprecated design system (#1793) ([97a853d](https://github.com/empathyco/x/commit/97a853d)), closes [#1793](https://github.com/empathyco/x/issues/1793)
433
612
 
613
+ ### BREAKING CHANGE
434
614
 
435
- ### Features
615
+ - remove deprecated-full-theme.css
436
616
 
437
- * **icons:** migrate icons to composition API (#1551) ([243419f](https://github.com/empathyco/x/commit/243419f15b504cea6f8db3ef53899915a174a031))
617
+ Signed-off-by: davidglezz <davidg@empathy.co>
438
618
 
619
+ - refactor: extract dev mode styles
439
620
 
621
+ Signed-off-by: davidglezz <davidg@empathy.co>
440
622
 
441
- ## [5.0.0-alpha.65](https://github.com/empathyco/x/compare/@empathyco/x-components@5.0.0-alpha.64...@empathyco/x-components@5.0.0-alpha.65) (2024-07-09)
623
+ ## 6.0.0-alpha.93 (2025-06-03)
624
+
625
+ - chore(deps): pin dependency @cucumber/messages to 27.2.0 ([7f80eb2](https://github.com/empathyco/x/commit/7f80eb2))
626
+
627
+ ## [6.0.0-alpha.92](https://github.com/empathyco/x/compare/@empathyco/x-components@6.0.0-alpha.91...@empathyco/x-components@6.0.0-alpha.92) (2025-06-03)
628
+
629
+ **Note:** Version bump only for package @empathyco/x-components
442
630
 
631
+ ## [6.0.0-alpha.91](https://github.com/empathyco/x/compare/@empathyco/x-components@6.0.0-alpha.90...@empathyco/x-components@6.0.0-alpha.91) (2025-06-03)
443
632
 
444
633
  ### Features
445
634
 
446
- * migrate experience controls (#1530) ([91ee6d0](https://github.com/empathyco/x/commit/91ee6d0f171b870c42e6dcc95229a6be66b7067e))
635
+ - track by default click on promoted result (#1794) ([9645e49](https://github.com/empathyco/x/commit/9645e49dfb4696e74012966ac6095b04672ed299))
447
636
 
637
+ ## [6.0.0-alpha.90](https://github.com/empathyco/x/compare/@empathyco/x-components@6.0.0-alpha.89...@empathyco/x-components@6.0.0-alpha.90) (2025-05-21)
448
638
 
639
+ **Note:** Version bump only for package @empathyco/x-components
449
640
 
450
- ## [5.0.0-alpha.64](https://github.com/empathyco/x/compare/@empathyco/x-components@5.0.0-alpha.63...@empathyco/x-components@5.0.0-alpha.64) (2024-07-09)
641
+ ## [6.0.0-alpha.89](https://github.com/empathyco/x/compare/@empathyco/x-components@6.0.0-alpha.88...@empathyco/x-components@6.0.0-alpha.89) (2025-05-20)
451
642
 
643
+ **Note:** Version bump only for package @empathyco/x-components
452
644
 
453
- ### Bug Fixes
645
+ ## [6.0.0-alpha.88](https://github.com/empathyco/x/compare/@empathyco/x-components@6.0.0-alpha.87...@empathyco/x-components@6.0.0-alpha.88) (2025-05-20)
454
646
 
455
- * **main-scroll:** obtain observed container element reliably to work with any Vue version (#1552) ([0b4e415](https://github.com/empathyco/x/commit/0b4e41504409dd35a3da0fcf35fa471ea8350f6f))
647
+ ### Testing
456
648
 
649
+ - **base-teleport:** improve tests ([fbcb3bc](https://github.com/empathyco/x/commit/fbcb3bc05f02589123b383f066ab833ce78d5db9))
457
650
 
651
+ ## [6.0.0-alpha.87](https://github.com/empathyco/x/compare/@empathyco/x-components@6.0.0-alpha.86...@empathyco/x-components@6.0.0-alpha.87) (2025-05-20)
458
652
 
459
- ## [5.0.0-alpha.63](https://github.com/empathyco/x/compare/@empathyco/x-components@5.0.0-alpha.62...@empathyco/x-components@5.0.0-alpha.63) (2024-07-08)
653
+ **Note:** Version bump only for package @empathyco/x-components
460
654
 
655
+ ## [6.0.0-alpha.86](https://github.com/empathyco/x/compare/@empathyco/x-components@6.0.0-alpha.85...@empathyco/x-components@6.0.0-alpha.86) (2025-05-19)
461
656
 
462
657
  ### Features
463
658
 
464
- * migrate filters components to Composition API (#1550) ([dd6a2d7](https://github.com/empathyco/x/commit/dd6a2d728632e81c25cc918c1cac1aa10daab590))
659
+ - **base-teleport:** support SSR ensuring DOM existence ([5ad6f28](https://github.com/empathyco/x/commit/5ad6f28c46fea6e6e665796cf7ddb722285746ce))
465
660
 
661
+ ## [6.0.0-alpha.85](https://github.com/empathyco/x/compare/@empathyco/x-components@6.0.0-alpha.84...@empathyco/x-components@6.0.0-alpha.85) (2025-05-19)
466
662
 
663
+ **Note:** Version bump only for package @empathyco/x-components
467
664
 
468
- ## [5.0.0-alpha.62](https://github.com/empathyco/x/compare/@empathyco/x-components@5.0.0-alpha.61...@empathyco/x-components@5.0.0-alpha.62) (2024-07-08)
665
+ ## [6.0.0-alpha.84](https://github.com/empathyco/x/compare/@empathyco/x-components@6.0.0-alpha.83...@empathyco/x-components@6.0.0-alpha.84) (2025-05-15)
469
666
 
667
+ ### Bug Fixes
470
668
 
471
- ### Features
669
+ - **base-teleport:** improve target element observation logic ([4304720](https://github.com/empathyco/x/commit/4304720aaf81202f32555a87d04c078cbfb8f122))
472
670
 
473
- * **renderless-extra-param:** migrate to composition API (#1546) ([3f111f9](https://github.com/empathyco/x/commit/3f111f98fdf0a4175dce0a5d8711bb8d4e4729df))
671
+ ## [6.0.0-alpha.83](https://github.com/empathyco/x/compare/@empathyco/x-components@6.0.0-alpha.82...@empathyco/x-components@6.0.0-alpha.83) (2025-05-14)
474
672
 
673
+ ### Bug Fixes
475
674
 
675
+ - **base-teleport:** add style tag after DOMContentLoaded was fired ([1086d37](https://github.com/empathyco/x/commit/1086d37358c50ebf0396193607d1c3075ffdbdfa))
476
676
 
477
- ## [5.0.0-alpha.61](https://github.com/empathyco/x/compare/@empathyco/x-components@5.0.0-alpha.60...@empathyco/x-components@5.0.0-alpha.61) (2024-07-03)
677
+ ## [6.0.0-alpha.82](https://github.com/empathyco/x/compare/@empathyco/x-components@6.0.0-alpha.81...@empathyco/x-components@6.0.0-alpha.82) (2025-05-14)
478
678
 
679
+ **Note:** Version bump only for package @empathyco/x-components
479
680
 
480
- ### Features
681
+ ## [6.0.0-alpha.81](https://github.com/empathyco/x/compare/@empathyco/x-components@6.0.0-alpha.80...@empathyco/x-components@6.0.0-alpha.81) (2025-05-14)
481
682
 
482
- * **fallback-disclaimer:** migration to composition api (#1545) ([6af6737](https://github.com/empathyco/x/commit/6af6737e854616567822e6ea5a09f093a7368960))
683
+ ### Bug Fixes
483
684
 
685
+ - **base-teleport:** fix container element ([e54e755](https://github.com/empathyco/x/commit/e54e755bab06ab0172148a74563e0a3f283bad2d))
686
+ - **base-teleport:** fix shadowRoot support ([d712296](https://github.com/empathyco/x/commit/d712296bb46e58592a3d433f1b3022d0762e740a))
687
+ - **base-teleport:** move teleport host styles to a script tag ([feaaa3d](https://github.com/empathyco/x/commit/feaaa3d43ad5ede1c4e2cf7065fa4c113e5df3ae))
688
+ - remove unused event (#1744) ([e7584e0](https://github.com/empathyco/x/commit/e7584e01d387816021984faf986af27ade2d15b1))
484
689
 
690
+ ### Documentation
485
691
 
486
- ## [5.0.0-alpha.60](https://github.com/empathyco/x/compare/@empathyco/x-components@5.0.0-alpha.59...@empathyco/x-components@5.0.0-alpha.60) (2024-07-03)
692
+ - **base-teleport:** add comments for better understanding. ([05efd6d](https://github.com/empathyco/x/commit/05efd6d882021d63f59124d3893bbdc2d771a15e))
487
693
 
694
+ ## [6.0.0-alpha.80](https://github.com/empathyco/x/compare/@empathyco/x-components@6.0.0-alpha.79...@empathyco/x-components@6.0.0-alpha.80) (2025-05-12)
488
695
 
489
696
  ### Features
490
697
 
491
- * migrate device-detector component (#1544) ([4083571](https://github.com/empathyco/x/commit/4083571bd2fdfc268b529c4ea5a02acb81eecc32))
698
+ - **base-teleport:** make target prop reactive ([603aaaf](https://github.com/empathyco/x/commit/603aaafe2e3b462f4ecfe3e7ee9ef886ac0d42f4))
699
+ - **base-teleport:** use isConnected ([0a7cef4](https://github.com/empathyco/x/commit/0a7cef4b428c93f6d231d141eae86a022db366d8))
700
+ - implement target presence observable in BaseTeleport ([fa82b66](https://github.com/empathyco/x/commit/fa82b6645434d0e1cedc9f611d8f1856bc3cd1bc))
701
+
702
+ ### Bug Fixes
492
703
 
704
+ - **base-teleport:** fix isolation check ([55b3e07](https://github.com/empathyco/x/commit/55b3e073bd642fbbe161f5235350fc4bf42defae))
493
705
 
706
+ ## [6.0.0-alpha.79](https://github.com/empathyco/x/compare/@empathyco/x-components@6.0.0-alpha.78...@empathyco/x-components@6.0.0-alpha.79) (2025-05-08)
494
707
 
495
- ## [5.0.0-alpha.59](https://github.com/empathyco/x/compare/@empathyco/x-components@5.0.0-alpha.58...@empathyco/x-components@5.0.0-alpha.59) (2024-07-03)
708
+ ### Bug Fixes
709
+
710
+ - disable default tagging on related-prompts no-result scenario (#1776) ([61480a6](https://github.com/empathyco/x/commit/61480a6069aa73124d2a16e394b549ee78214d89))
496
711
 
712
+ ## [6.0.0-alpha.78](https://github.com/empathyco/x/compare/@empathyco/x-components@6.0.0-alpha.77...@empathyco/x-components@6.0.0-alpha.78) (2025-05-08)
497
713
 
498
714
  ### Features
499
715
 
500
- * **tagging:** migrate to composition API (#1543) ([f06e35d](https://github.com/empathyco/x/commit/f06e35d25fb561bca1b53f579ed7ace8674b9085))
716
+ - **base-teleport:** support shadowRoot ([04c5299](https://github.com/empathyco/x/commit/04c5299756fba1aa332ce083ac27c1e3b7e8c523))
717
+ - **home:** add teleport test section with BaseTeleport component ([a1d34d7](https://github.com/empathyco/x/commit/a1d34d736d7f04144b2b6bb7e69acc41cc330d13))
501
718
 
719
+ ## [6.0.0-alpha.77](https://github.com/empathyco/x/compare/@empathyco/x-components@6.0.0-alpha.76...@empathyco/x-components@6.0.0-alpha.77) (2025-05-06)
502
720
 
721
+ ### Features
503
722
 
504
- ## [5.0.0-alpha.58](https://github.com/empathyco/x/compare/@empathyco/x-components@5.0.0-alpha.57...@empathyco/x-components@5.0.0-alpha.58) (2024-07-02)
723
+ - sent the correct totalHits value when RPs are displayed in no-r… (#1773) ([227c1ee](https://github.com/empathyco/x/commit/227c1ee07330f59f62f450d70badbd2e048a78f9))
505
724
 
725
+ ## [6.0.0-alpha.76](https://github.com/empathyco/x/compare/@empathyco/x-components@6.0.0-alpha.75...@empathyco/x-components@6.0.0-alpha.76) (2025-05-05)
506
726
 
507
- ### BREAKING CHANGES
727
+ ### Code Refactoring
508
728
 
509
- * **simple-filter:** use cssClasses prop to pass classes through the component in Vue 3 instead of class or :class when using RenderlessFilter or SimpleFilter components
729
+ - **use-getter:** improve type inference while keeping old signature (#1771) ([6d6f380](https://github.com/empathyco/x/commit/6d6f380b4ef6dec0b7e70657cfcee5552ba987d2))
510
730
 
511
- ### Features
731
+ ## [6.0.0-alpha.75](https://github.com/empathyco/x/compare/@empathyco/x-components@6.0.0-alpha.74...@empathyco/x-components@6.0.0-alpha.75) (2025-05-05)
512
732
 
513
- * **simple-filter:** migrate RenderlessFilter and SimpleFilter to composition API(#1529) ([8d3a2f2](https://github.com/empathyco/x/commit/8d3a2f23748eec700be10f83cad909b6fdf2aa9b))
733
+ ### Bug Fixes
514
734
 
735
+ - prop type definition in BaseTeleport component ([316a87a](https://github.com/empathyco/x/commit/316a87acee266082b86c0b6a1ad69009610fc0c9))
515
736
 
737
+ ### Code Refactoring
516
738
 
517
- ## [5.0.0-alpha.57](https://github.com/empathyco/x/compare/@empathyco/x-components@5.0.0-alpha.56...@empathyco/x-components@5.0.0-alpha.57) (2024-07-01)
739
+ - Update packages/x-components/src/components/base-teleport.vue ([5d53538](https://github.com/empathyco/x/commit/5d5353852613346769c86de34a02c7c1e89e680b))
740
+
741
+ ## [6.0.0-alpha.74](https://github.com/empathyco/x/compare/@empathyco/x-components@6.0.0-alpha.73...@empathyco/x-components@6.0.0-alpha.74) (2025-05-01)
742
+
743
+ ### Code Refactoring
744
+
745
+ - **home:** simplify related prompts queries preview logic ([d8162c3](https://github.com/empathyco/x/commit/d8162c3e3221b87df5ae16fecd6db4a035774f8d))
518
746
 
747
+ ## [6.0.0-alpha.73](https://github.com/empathyco/x/compare/@empathyco/x-components@6.0.0-alpha.72...@empathyco/x-components@6.0.0-alpha.73) (2025-05-01)
519
748
 
520
749
  ### Features
521
750
 
522
- * **facets:** migrate AllFilter component to Composition API (#1535) ([0b00671](https://github.com/empathyco/x/commit/0b006711297f6fb3721622082fe63b87ce4bcbf7))
751
+ - add ios-utils to x-components (#1766) ([1ffcc56](https://github.com/empathyco/x/commit/1ffcc5688e66d535ff477c334bcd9356b1071c1b))
523
752
 
753
+ ## [6.0.0-alpha.72](https://github.com/empathyco/x/compare/@empathyco/x-components@6.0.0-alpha.71...@empathyco/x-components@6.0.0-alpha.72) (2025-04-30)
524
754
 
525
- ### Bug Fixes
755
+ ### Features
526
756
 
527
- * **vue3:** fix minor Vue3 warnings about migration (#1533) ([8b65ea7](https://github.com/empathyco/x/commit/8b65ea796c7e02c973ba9566bd6bae17fc879c3e))
757
+ - **base-teleport:** improve base teleport (#1762) ([f0f53f4](https://github.com/empathyco/x/commit/f0f53f452d5cc7ff3f4dc9baa368057b59ab4a64))
528
758
 
759
+ ## [6.0.0-alpha.71](https://github.com/empathyco/x/compare/@empathyco/x-components@6.0.0-alpha.70...@empathyco/x-components@6.0.0-alpha.71) (2025-04-30)
529
760
 
761
+ ### Bug Fixes
530
762
 
531
- ## [5.0.0-alpha.56](https://github.com/empathyco/x/compare/@empathyco/x-components@5.0.0-alpha.55...@empathyco/x-components@5.0.0-alpha.56) (2024-07-01)
763
+ - **related-prompt:** decouple component from x-tailwindcss dep (#1765) ([5f5ac64](https://github.com/empathyco/x/commit/5f5ac6433736e403d04980b79416c9ac3e5e7125))
532
764
 
765
+ ## [6.0.0-alpha.70](https://github.com/empathyco/x/compare/@empathyco/x-components@6.0.0-alpha.69...@empathyco/x-components@6.0.0-alpha.70) (2025-04-30)
533
766
 
534
767
  ### Features
535
768
 
536
- * migrate `Redirection` component to composition api (#1532) ([93c0809](https://github.com/empathyco/x/commit/93c08094a33f9828631ad4e4bbb9ac7831db5963))
769
+ - add add2cart location to FeatureLocation type (#1764) ([732a0da](https://github.com/empathyco/x/commit/732a0da3c1fdd70c685078663809943a91d72627))
537
770
 
771
+ ## [6.0.0-alpha.69](https://github.com/empathyco/x/compare/@empathyco/x-components@6.0.0-alpha.68...@empathyco/x-components@6.0.0-alpha.69) (2025-04-28)
538
772
 
773
+ **Note:** Version bump only for package @empathyco/x-components
539
774
 
540
- ## [5.0.0-alpha.55](https://github.com/empathyco/x/compare/@empathyco/x-components@5.0.0-alpha.54...@empathyco/x-components@5.0.0-alpha.55) (2024-06-26)
775
+ ## [6.0.0-alpha.68](https://github.com/empathyco/x/compare/@empathyco/x-components@6.0.0-alpha.67...@empathyco/x-components@6.0.0-alpha.68) (2025-04-28)
541
776
 
777
+ **Note:** Version bump only for package @empathyco/x-components
542
778
 
543
- ### BREAKING CHANGES
779
+ ## [6.0.0-alpha.67](https://github.com/empathyco/x/compare/@empathyco/x-components@6.0.0-alpha.66...@empathyco/x-components@6.0.0-alpha.67) (2025-04-24)
544
780
 
545
- * **use-register-x-module:** get rid of useRegisterXModule composable. Use XPlugin.registerXModule(xModule) or InstallXOptions.initialXModules instead
781
+ ### Features
546
782
 
547
- ### Code Refactoring
783
+ - add append and inject element approach in BaseTeleport component (#1753) ([34a54d0](https://github.com/empathyco/x/commit/34a54d0995f91803da69ee1703881165fa68fa90))
548
784
 
549
- * **use-register-x-module:** get rid of register x-module composable and deprecated the mixin for the same (#1534) ([4dabc84](https://github.com/empathyco/x/commit/4dabc84c67720e4bfca739b685f3fed5d100f693))
785
+ ## [6.0.0-alpha.66](https://github.com/empathyco/x/compare/@empathyco/x-components@6.0.0-alpha.65...@empathyco/x-components@6.0.0-alpha.66) (2025-04-21)
550
786
 
787
+ **Note:** Version bump only for package @empathyco/x-components
551
788
 
789
+ ## [6.0.0-alpha.65](https://github.com/empathyco/x/compare/@empathyco/x-components@6.0.0-alpha.64...@empathyco/x-components@6.0.0-alpha.65) (2025-04-17)
552
790
 
553
- ## [5.0.0-alpha.54](https://github.com/empathyco/x/compare/@empathyco/x-components@5.0.0-alpha.53...@empathyco/x-components@5.0.0-alpha.54) (2024-06-24)
791
+ ### Documentation
554
792
 
793
+ - update CHANGELOG to reflect breaking change on #1741 (#1752) ([34da8e6](https://github.com/empathyco/x/commit/34da8e6f8132fbd0f5a82aabd5ecee1e36db0c2a))
555
794
 
556
- ### Features
795
+ ## [6.0.0-alpha.64](https://github.com/empathyco/x/compare/@empathyco/x-components@6.0.0-alpha.63...@empathyco/x-components@6.0.0-alpha.64) (2025-04-16)
796
+
797
+ ### ⚠ BREAKING CHANGES
557
798
 
558
- * replace DisableAnimationMixin by useDisableAnimation composable (#1469) ([f498d3f](https://github.com/empathyco/x/commit/f498d3fba5d294391dcfca47f9724558e98f50f0))
799
+ - Simplified the `useState` composable function usage removing the need to specify state paths explicitly. Now it returns a proxy object that dynamically computes state properties. Therefore `useState` now will receive **only one** parameter, the module name.
559
800
 
801
+ ### Bug Fixes
560
802
 
803
+ - **use-state:** improve type definitions for state paths ([df67d71](https://github.com/empathyco/x/commit/df67d719d1def432ca20a7e321bc3e95d2e38782))
561
804
 
562
- ## [5.0.0-alpha.53](https://github.com/empathyco/x/compare/@empathyco/x-components@5.0.0-alpha.52...@empathyco/x-components@5.0.0-alpha.53) (2024-06-24)
805
+ ### Code Refactoring
563
806
 
807
+ - **use-state:** change usages ([aeb0782](https://github.com/empathyco/x/commit/aeb0782f063a12ccf8ec2c437f7beebf98fd4061))
808
+ - **use-state:** simplify state property retrieval using Proxy ([ce21d81](https://github.com/empathyco/x/commit/ce21d817e116b49637b79278f77ab109ffaf2993))
564
809
 
565
- ### Features
810
+ ## [6.0.0-alpha.63](https://github.com/empathyco/x/compare/@empathyco/x-components@6.0.0-alpha.62...@empathyco/x-components@6.0.0-alpha.63) (2025-04-15)
566
811
 
567
- * **extra-params:** migrate extra params and snippet config extra params (#1531) ([d869f18](https://github.com/empathyco/x/commit/d869f1886c11f74af8a6350033d7567385ad629d))
812
+ ### Bug Fixes
568
813
 
814
+ - **x-components:** fix type error on bus emit (#1751) ([7357693](https://github.com/empathyco/x/commit/7357693bc9ffa5d5fbd60ca40fa7760b33da2782))
569
815
 
816
+ ## [6.0.0-alpha.62](https://github.com/empathyco/x/compare/@empathyco/x-components@6.0.0-alpha.61...@empathyco/x-components@6.0.0-alpha.62) (2025-04-14)
570
817
 
571
- ## [5.0.0-alpha.52](https://github.com/empathyco/x/compare/@empathyco/x-components@5.0.0-alpha.51...@empathyco/x-components@5.0.0-alpha.52) (2024-06-20)
818
+ **Note:** Version bump only for package @empathyco/x-components
572
819
 
820
+ ## [6.0.0-alpha.61](https://github.com/empathyco/x/compare/@empathyco/x-components@6.0.0-alpha.60...@empathyco/x-components@6.0.0-alpha.61) (2025-04-10)
573
821
 
574
822
  ### Features
575
823
 
576
- * migrate `QueryPreviewButton` component to composition API (#1525) ([3eff0c7](https://github.com/empathyco/x/commit/3eff0c7c9479abbebbda59e8cc538af6f55375e1))
824
+ - create generic custom teleport component (#1742) ([b738e2a](https://github.com/empathyco/x/commit/b738e2a33a49bd6c598d38b0785d19f49dd57bce))
577
825
 
826
+ ## [6.0.0-alpha.60](https://github.com/empathyco/x/compare/@empathyco/x-components@6.0.0-alpha.59...@empathyco/x-components@6.0.0-alpha.60) (2025-04-08)
578
827
 
828
+ ### Bug Fixes
579
829
 
580
- ## [5.0.0-alpha.51](https://github.com/empathyco/x/compare/@empathyco/x-components@5.0.0-alpha.50...@empathyco/x-components@5.0.0-alpha.51) (2024-06-19)
830
+ - send the query + tag as query param if a related tag is selected (#1739) ([0061d2b](https://github.com/empathyco/x/commit/0061d2b3426fc053c793ca9861e2942b2309a4d7))
581
831
 
832
+ ## [6.0.0-alpha.59](https://github.com/empathyco/x/compare/@empathyco/x-components@6.0.0-alpha.58...@empathyco/x-components@6.0.0-alpha.59) (2025-04-07)
582
833
 
583
- ### Features
834
+ ### Styling
584
835
 
585
- * migrate popular-searches x-module (#1524) ([f79456d](https://github.com/empathyco/x/commit/f79456d4589b3f9dee5fd86fad9625b853dde267))
836
+ - **related-prompt:** align text left (#1736) ([c0d8544](https://github.com/empathyco/x/commit/c0d85447ee74dd27e66d42e3f023d42609468495))
586
837
 
838
+ ## [6.0.0-alpha.58](https://github.com/empathyco/x/compare/@empathyco/x-components@6.0.0-alpha.57...@empathyco/x-components@6.0.0-alpha.58) (2025-04-02)
587
839
 
840
+ ### Bug Fixes
588
841
 
589
- ## [5.0.0-alpha.50](https://github.com/empathyco/x/compare/@empathyco/x-components@5.0.0-alpha.49...@empathyco/x-components@5.0.0-alpha.50) (2024-06-19)
842
+ - base-switch classes are not reacting to external changes to modelValue (#1735) ([578310a](https://github.com/empathyco/x/commit/578310ad82faf99b3667ce6a1a43995f34b10eca))
590
843
 
844
+ ## [6.0.0-alpha.57](https://github.com/empathyco/x/compare/@empathyco/x-components@6.0.0-alpha.56...@empathyco/x-components@6.0.0-alpha.57) (2025-04-02)
591
845
 
592
846
  ### Features
593
847
 
594
- * migrate `facets provider` component to use Composition API (#1523) ([eff7b8d](https://github.com/empathyco/x/commit/eff7b8d92c54aece07061c2d8ce58507a56e7d01))
848
+ - ResultFeature type augmentation (#1727) ([dc02fb8](https://github.com/empathyco/x/commit/dc02fb8bf30a8eab237a1d12d538891b4ba74bbb))
595
849
 
850
+ ## [6.0.0-alpha.56](https://github.com/empathyco/x/compare/@empathyco/x-components@6.0.0-alpha.55...@empathyco/x-components@6.0.0-alpha.56) (2025-03-26)
596
851
 
852
+ ### Features
597
853
 
598
- ## [5.0.0-alpha.49](https://github.com/empathyco/x/compare/@empathyco/x-components@5.0.0-alpha.48...@empathyco/x-components@5.0.0-alpha.49) (2024-06-18)
854
+ - **related-prompt:** persist prompt in URL (#1723) ([63529d8](https://github.com/empathyco/x/commit/63529d899b9a471604ad498c198a3962a5411f87))
599
855
 
856
+ ## [6.0.0-alpha.55](https://github.com/empathyco/x/compare/@empathyco/x-components@6.0.0-alpha.54...@empathyco/x-components@6.0.0-alpha.55) (2025-03-24)
600
857
 
601
- ### Features
858
+ **Note:** Version bump only for package @empathyco/x-components
602
859
 
603
- * migrate `next-queries` module to composition API ([324d5d8](https://github.com/empathyco/x/commit/324d5d866167352b9ad5e1b2858853ce197fe7fe))
860
+ ## [6.0.0-alpha.54](https://github.com/empathyco/x/compare/@empathyco/x-components@6.0.0-alpha.53...@empathyco/x-components@6.0.0-alpha.54) (2025-03-24)
604
861
 
862
+ ### ⚠ BREAKING CHANGES
605
863
 
864
+ - - Checkout info added on add2cart action previously saved into SessionStorage, passes to be saved in LocalStorage with the established ttl.
606
865
 
607
- ## [5.0.0-alpha.48](https://github.com/empathyco/x/compare/@empathyco/x-components@5.0.0-alpha.47...@empathyco/x-components@5.0.0-alpha.48) (2024-06-18)
866
+ ### Features
608
867
 
868
+ - save checkout info in the LocalStorage with a ttl (#1731) ([99249d5](https://github.com/empathyco/x/commit/99249d5fd85db0100883d689b1c013958d961b7b))
609
869
 
610
- ### Features
870
+ ## [6.0.0-alpha.53](https://github.com/empathyco/x/compare/@empathyco/x-components@6.0.0-alpha.52...@empathyco/x-components@6.0.0-alpha.53) (2025-03-20)
611
871
 
612
- * migrate `identifier-results` x-module to composition API (#1521) ([81b18d0](https://github.com/empathyco/x/commit/81b18d03b3ae2ba9df05f5c288a7eab0e0e7966c))
872
+ ### Bug Fixes
613
873
 
874
+ - update toolingDisplayTagging to be inside tagging object (#1728) ([96e349e](https://github.com/empathyco/x/commit/96e349ebece45e4dd7bcd45f35afa78cd0880627))
614
875
 
876
+ ## [6.0.0-alpha.52](https://github.com/empathyco/x/compare/@empathyco/x-components@6.0.0-alpha.51...@empathyco/x-components@6.0.0-alpha.52) (2025-03-19)
615
877
 
616
- ## [5.0.0-alpha.47](https://github.com/empathyco/x/compare/@empathyco/x-components@5.0.0-alpha.46...@empathyco/x-components@5.0.0-alpha.47) (2024-06-17)
878
+ **Note:** Version bump only for package @empathyco/x-components
617
879
 
880
+ ## [6.0.0-alpha.51](https://github.com/empathyco/x/compare/@empathyco/x-components@6.0.0-alpha.50...@empathyco/x-components@6.0.0-alpha.51) (2025-03-19)
618
881
 
619
882
  ### Bug Fixes
620
883
 
621
- * **x-module:** deprecate useRegisterXModule composable in favour of register the x-module itself in the import (#1520) ([525b020](https://github.com/empathyco/x/commit/525b020f033b1e44d95e5b4042c8201636c87287))
884
+ - related-prompts-tag-list refresh on request change (#1724) ([7f7c7ce](https://github.com/empathyco/x/commit/7f7c7ce0d9c6468b92ada221a2c887f796310aaf))
622
885
 
886
+ ## [6.0.0-alpha.50](https://github.com/empathyco/x/compare/@empathyco/x-components@6.0.0-alpha.49...@empathyco/x-components@6.0.0-alpha.50) (2025-03-19)
623
887
 
888
+ ### Documentation
624
889
 
625
- ## [5.0.0-alpha.46](https://github.com/empathyco/x/compare/@empathyco/x-components@5.0.0-alpha.45...@empathyco/x-components@5.0.0-alpha.46) (2024-06-17)
890
+ - update x-components CHANGELOG to reflect breaking change (#1725) ([db03940](https://github.com/empathyco/x/commit/db03940b00cc7795a82031d075e79715455bc3e5))
626
891
 
892
+ ## [6.0.0-alpha.49](https://github.com/empathyco/x/compare/@empathyco/x-components@6.0.0-alpha.48...@empathyco/x-components@6.0.0-alpha.49) (2025-03-17)
627
893
 
628
- ### Features
894
+ ### Bug Fixes
629
895
 
630
- * **search:** add the capability to reload the current search (#1515) ([617c3b0](https://github.com/empathyco/x/commit/617c3b0d4c07a1054d95c9b4316b86dc5112643e))
896
+ - **related-prompt:** expanded related prompt width on mobile ([25a49d6](https://github.com/empathyco/x/commit/25a49d6987039b9391a3d321b83b39ba4caf2f33))
631
897
 
898
+ ## [6.0.0-alpha.48](https://github.com/empathyco/x/compare/@empathyco/x-components@6.0.0-alpha.47...@empathyco/x-components@6.0.0-alpha.48) (2025-03-14)
632
899
 
900
+ ### Features
633
901
 
634
- ## [5.0.0-alpha.45](https://github.com/empathyco/x/compare/@empathyco/x-components@5.0.0-alpha.44...@empathyco/x-components@5.0.0-alpha.45) (2024-06-14)
902
+ - add slot for extra content in related prompts component (#1719) ([7247c90](https://github.com/empathyco/x/commit/7247c90b239caa6e928b378a10208ee9ffe09fb5))
635
903
 
904
+ ## [6.0.0-alpha.47](https://github.com/empathyco/x/compare/@empathyco/x-components@6.0.0-alpha.46...@empathyco/x-components@6.0.0-alpha.47) (2025-03-13)
636
905
 
637
- ### Features
906
+ ### Bug Fixes
638
907
 
639
- * **recommendations:** migrate recommendations x-module to composition api (#1519) ([5d44214](https://github.com/empathyco/x/commit/5d44214092af033d9cbf88ec9f306d15a1ded120))
908
+ - **url-handler:** replace '+' with '%20' in query parameters only ([6fed89f](https://github.com/empathyco/x/commit/6fed89fba25b5ec19e32603c6c43b3e3d3df25e7))
640
909
 
910
+ ## [6.0.0-alpha.46](https://github.com/empathyco/x/compare/@empathyco/x-components@6.0.0-alpha.45...@empathyco/x-components@6.0.0-alpha.46) (2025-03-13)
641
911
 
912
+ ### ⚠ BREAKING CHANGES
642
913
 
643
- ## [5.0.0-alpha.44](https://github.com/empathyco/x/compare/@empathyco/x-components@5.0.0-alpha.43...@empathyco/x-components@5.0.0-alpha.44) (2024-06-14)
914
+ Renaming properties in the Tagging module and renaming DefaultPDPAddToCartService to DefaultExternalTaggingService:
915
+
916
+ - packages/x-components/src/x-modules/tagging/components/tagging.vue: Modified the property names in the Tagging component to use storageTTLMs and storageKey instead of clickedResultStorageTTLMs and clickedResultStorageKey.
917
+
918
+ - packages/x-components/src/x-modules/tagging/config.types.ts: Modified the TaggingConfig interface to use storageTTLMs and storageKey instead of clickedResultStorageTTLMs and clickedResultStorageKey.
644
919
 
920
+ - packages/x-components/src/x-modules/tagging/service/external-tagging.service.ts: Renamed service. Previously known as DefaultPDPAddToCartService
645
921
 
646
922
  ### Features
647
923
 
648
- * migrate `Spellcheck` and `SpellcheckButton` components to composition api (#1518) ([0e848a7](https://github.com/empathyco/x/commit/0e848a70d69a780b4a053d5bc78b432178f21327))
924
+ - store result info on add to cart events to be able to track checkout (#1718) ([3ac62b0](https://github.com/empathyco/x/commit/3ac62b072b5841af29fd450b5c13779f085cea50))
649
925
 
926
+ ## [6.0.0-alpha.45](https://github.com/empathyco/x/compare/@empathyco/x-components@6.0.0-alpha.44...@empathyco/x-components@6.0.0-alpha.45) (2025-03-03)
650
927
 
928
+ ### Bug Fixes
651
929
 
652
- ## [5.0.0-alpha.43](https://github.com/empathyco/x/compare/@empathyco/x-components@5.0.0-alpha.42...@empathyco/x-components@5.0.0-alpha.43) (2024-06-13)
930
+ - remove selected filters from state when there are no results (#1716) ([1324ce9](https://github.com/empathyco/x/commit/1324ce96bbb6fa753fbe1623fcfd0bc93050dd4f))
653
931
 
932
+ ## [6.0.0-alpha.44](https://github.com/empathyco/x/compare/@empathyco/x-components@6.0.0-alpha.43...@empathyco/x-components@6.0.0-alpha.44) (2025-02-28)
654
933
 
655
934
  ### Features
656
935
 
657
- * migrate semantics queries module to composition api (#1508) ([72914a2](https://github.com/empathyco/x/commit/72914a25195e2e546da343d32c6a4544b38bdd91))
936
+ - refactor RPs types and send toolingDisplayClick when a prompt is selected (#1715) ([eefb327](https://github.com/empathyco/x/commit/eefb327445a07e1dd63db779d4948f78257ee67b))
658
937
 
938
+ ## [6.0.0-alpha.43](https://github.com/empathyco/x/compare/@empathyco/x-components@6.0.0-alpha.42...@empathyco/x-components@6.0.0-alpha.43) (2025-02-27)
659
939
 
940
+ ### Code Refactoring
660
941
 
661
- ## [5.0.0-alpha.42](https://github.com/empathyco/x/compare/@empathyco/x-components@5.0.0-alpha.41...@empathyco/x-components@5.0.0-alpha.42) (2024-06-12)
942
+ - **empathize:** use computed for hasContent to improve reactivity (#1712) ([76de6ac](https://github.com/empathyco/x/commit/76de6ac65c345a4add6c9e0eb80c3853c518ed31))
662
943
 
944
+ ## [6.0.0-alpha.42](https://github.com/empathyco/x/compare/@empathyco/x-components@6.0.0-alpha.41...@empathyco/x-components@6.0.0-alpha.42) (2025-02-26)
663
945
 
664
- ### Features
946
+ ### Code Refactoring
665
947
 
666
- * migrate `Banner` and `Promoted` to composition API (#1506) ([c102fd9](https://github.com/empathyco/x/commit/c102fd96b26425df2ed8d73d58b3db8fc454deeb))
667
- * migrate RTs module to composition API (#1498) ([22c5325](https://github.com/empathyco/x/commit/22c5325666441121e8ee64bfaa4c51ddad11939a))
948
+ - related prompts type (#1714) ([13a1940](https://github.com/empathyco/x/commit/13a1940ddd5d455a64b68d519b9857677b746887))
668
949
 
950
+ ## [6.0.0-alpha.41](https://github.com/empathyco/x/compare/@empathyco/x-components@6.0.0-alpha.40...@empathyco/x-components@6.0.0-alpha.41) (2025-02-19)
669
951
 
952
+ ### Code Refactoring
670
953
 
671
- ## [5.0.0-alpha.41](https://github.com/empathyco/x/compare/@empathyco/x-components@5.0.0-alpha.40...@empathyco/x-components@5.0.0-alpha.41) (2024-06-12)
954
+ - **typing:** avoiding export default (#1711) ([fe1d67a](https://github.com/empathyco/x/commit/fe1d67ad3ecfef745d9c483bc3fe58b10b312847))
672
955
 
956
+ ## [6.0.0-alpha.40](https://github.com/empathyco/x/compare/@empathyco/x-components@6.0.0-alpha.39...@empathyco/x-components@6.0.0-alpha.40) (2025-02-18)
673
957
 
674
- ### Features
958
+ ### Styling
675
959
 
676
- * migrate `query suggestions` module to composition api (#1497) ([4a9c742](https://github.com/empathyco/x/commit/4a9c742007476367328be6c978d16ec16ae115c1))
960
+ - **related-prompts-tag-list:** add showButton and scrollContainerClass props (#1708) ([ff78329](https://github.com/empathyco/x/commit/ff783295f33cb20f962ec3d9508194a46047a2ee))
677
961
 
962
+ ## [6.0.0-alpha.39](https://github.com/empathyco/x/compare/@empathyco/x-components@6.0.0-alpha.38...@empathyco/x-components@6.0.0-alpha.39) (2025-02-17)
678
963
 
964
+ ### Features
679
965
 
680
- ## [5.0.0-alpha.40](https://github.com/empathyco/x/compare/@empathyco/x-components@5.0.0-alpha.39...@empathyco/x-components@5.0.0-alpha.40) (2024-06-12)
966
+ - change display-click-provider component location (#1709) ([132a671](https://github.com/empathyco/x/commit/132a67150fa9d777a65dc780c61f1e1d7f77d97e))
681
967
 
968
+ ## [6.0.0-alpha.38](https://github.com/empathyco/x/compare/@empathyco/x-components@6.0.0-alpha.37...@empathyco/x-components@6.0.0-alpha.38) (2025-02-17)
682
969
 
683
970
  ### Features
684
971
 
685
- * migrate history queries x module to composition api (#1494) ([cd51e9b](https://github.com/empathyco/x/commit/cd51e9bb2afb77bbb8f935445bfda360dcfaafde))
972
+ - related-prompts tooling tagging (#1703) ([24df720](https://github.com/empathyco/x/commit/24df7200df5de76a7530e24953367dd09f683fdc))
686
973
 
974
+ ## [6.0.0-alpha.37](https://github.com/empathyco/x/compare/@empathyco/x-components@6.0.0-alpha.36...@empathyco/x-components@6.0.0-alpha.37) (2025-02-17)
687
975
 
976
+ ### Code Refactoring
688
977
 
689
- ## [5.0.0-alpha.39](https://github.com/empathyco/x/compare/@empathyco/x-components@5.0.0-alpha.34...@empathyco/x-components@5.0.0-alpha.39) (2024-06-11)
690
-
978
+ - **RelatedPrompt:** component logic to be reusable (#1696) ([fede761](https://github.com/empathyco/x/commit/fede7611e14fab550da63a7a2d793479680f5aba))
691
979
 
692
- ### Bug Fixes
980
+ ## [6.0.0-alpha.36](https://github.com/empathyco/x/compare/@empathyco/x-components@6.0.0-alpha.35...@empathyco/x-components@6.0.0-alpha.36) (2025-01-28)
693
981
 
694
- * **semantic-queries:** cancel track no results query on QueryPreviewUnmounted event (#1507) ([cc6518e](https://github.com/empathyco/x/commit/cc6518efe8e00bf02240ca54e39ef77d05a3139f))
982
+ ### Features
695
983
 
984
+ - remove tailwind class dependency from page-loader-button.vue (#1693) ([26e7c05](https://github.com/empathyco/x/commit/26e7c05970a560be28aa5be55a2bcbfc5277642a))
696
985
 
697
- ### Continuous Integration
986
+ ### Bug Fixes
698
987
 
699
- * add token to checkout action (#1511) ([c7cd70a](https://github.com/empathyco/x/commit/c7cd70a5b6df5701b5e46b4558b82485bc40f953))
700
- * fix package version and remove `persist-credentials` (#1513) ([c3add80](https://github.com/empathyco/x/commit/c3add8033ac5515e715e1ffff636b6df8133bccc))
988
+ - **extra-params:** give more priority to values prop over params state in the ExtraParamsProvided payload (#1700) ([d924211](https://github.com/empathyco/x/commit/d9242110a4443cba3cf78ee7c7f9d7689e8fe3a9))
701
989
 
990
+ ## [6.0.0-alpha.35](https://github.com/empathyco/x/compare/@empathyco/x-components@6.0.0-alpha.34...@empathyco/x-components@6.0.0-alpha.35) (2025-01-22)
702
991
 
992
+ **Note:** Version bump only for package @empathyco/x-components
703
993
 
704
- ## [5.0.0-alpha.38](https://github.com/empathyco/x/compare/@empathyco/x-components@5.0.0-alpha.37...@empathyco/x-components@5.0.0-alpha.38) (2024-06-11)
994
+ ## [6.0.0-alpha.34](https://github.com/empathyco/x/compare/@empathyco/x-components@6.0.0-alpha.33...@empathyco/x-components@6.0.0-alpha.34) (2025-01-22)
705
995
 
706
- **Note:** Version bump only for package @empathyco/x-components
996
+ ### Bug Fixes
707
997
 
708
- ## [5.0.0-alpha.37](https://github.com/empathyco/x/compare/@empathyco/x-components@5.0.0-alpha.36...@empathyco/x-components@5.0.0-alpha.37) (2024-06-10)
998
+ - **page-selector:** request should start at 0 (#1697) ([5dbad85](https://github.com/empathyco/x/commit/5dbad85a6c844eeaf3b2f0df8d63b4e503ab2a9f))
709
999
 
710
- **Note:** Version bump only for package @empathyco/x-components
1000
+ ## [6.0.0-alpha.33](https://github.com/empathyco/x/compare/@empathyco/x-components@6.0.0-alpha.32...@empathyco/x-components@6.0.0-alpha.33) (2025-01-21)
711
1001
 
712
- ## [5.0.0-alpha.36](https://github.com/empathyco/x/compare/@empathyco/x-components@5.0.0-alpha.35...@empathyco/x-components@5.0.0-alpha.36) (2024-06-10)
1002
+ ### Features
713
1003
 
714
- **Note:** Version bump only for package @empathyco/x-components
1004
+ - create pagination component (#1687) ([63b20bd](https://github.com/empathyco/x/commit/63b20bd13e28d433d609ef9210dd17dbc7f963dc))
715
1005
 
716
- ## [5.0.0-alpha.35](https://github.com/empathyco/x/compare/@empathyco/x-components@5.0.0-alpha.34...@empathyco/x-components@5.0.0-alpha.35) (2024-06-07)
1006
+ ## [6.0.0-alpha.32](https://github.com/empathyco/x/compare/@empathyco/x-components@6.0.0-alpha.31...@empathyco/x-components@6.0.0-alpha.32) (2025-01-16)
717
1007
 
718
- **Note:** Version bump only for package @empathyco/x-components
1008
+ ### Bug Fixes
719
1009
 
1010
+ - send related-prompts request when a query preview is accepted (#1692) ([ba336b3](https://github.com/empathyco/x/commit/ba336b37574d541b0f220e916ece77a07b6f05fc))
720
1011
 
721
- ## [5.0.0-alpha.34](https://github.com/empathyco/x/compare/@empathyco/x-components@5.0.0-alpha.33...@empathyco/x-components@5.0.0-alpha.34) (2024-06-06)
1012
+ ## [6.0.0-alpha.31](https://github.com/empathyco/x/compare/@empathyco/x-components@6.0.0-alpha.30...@empathyco/x-components@6.0.0-alpha.31) (2025-01-15)
722
1013
 
723
1014
  **Note:** Version bump only for package @empathyco/x-components
724
1015
 
1016
+ ## [6.0.0-alpha.30](https://github.com/empathyco/x/compare/@empathyco/x-components@6.0.0-alpha.29...@empathyco/x-components@6.0.0-alpha.30) (2025-01-15)
725
1017
 
726
- ## [5.0.0-alpha.33](https://github.com/empathyco/x/compare/@empathyco/x-components@5.0.0-alpha.32...@empathyco/x-components@5.0.0-alpha.33) (2024-06-05)
1018
+ ### Bug Fixes
727
1019
 
1020
+ - replace `x-w-[calc(100%)]` with a custom one (#1690) ([ecff709](https://github.com/empathyco/x/commit/ecff709280ea8716414439107dc017b396ffc0b4))
728
1021
 
729
- ### Code Refactoring
1022
+ ## [6.0.0-alpha.29](https://github.com/empathyco/x/compare/@empathyco/x-components@6.0.0-alpha.28...@empathyco/x-components@6.0.0-alpha.29) (2025-01-13)
1023
+
1024
+ ### Styling
730
1025
 
731
- * **keyboard-navigation:** use xBus only (#1502) ([8bb3c60](https://github.com/empathyco/x/commit/8bb3c604f308598a124719345bb4cf15a4d83103))
1026
+ - **tailwind:** extend tailwind config to be used by the demo (#1668) ([f33992e](https://github.com/empathyco/x/commit/f33992ed8743367677e1e35fb7dd07e6dcce7424))
732
1027
 
1028
+ ## [6.0.0-alpha.28](https://github.com/empathyco/x/compare/@empathyco/x-components@6.0.0-alpha.27...@empathyco/x-components@6.0.0-alpha.28) (2025-01-09)
733
1029
 
1030
+ ### Features
734
1031
 
735
- ## [5.0.0-alpha.32](https://github.com/empathyco/x/compare/@empathyco/x-components@5.0.0-alpha.31...@empathyco/x-components@5.0.0-alpha.32) (2024-06-05)
1032
+ - **components:** make reference selector for `BaseModal` reactive (#1686) ([b25c2af](https://github.com/empathyco/x/commit/b25c2af800880ecd4ce36369be3e55a626be55e5))
736
1033
 
1034
+ ## [6.0.0-alpha.27](https://github.com/empathyco/x/compare/@empathyco/x-components@6.0.0-alpha.26...@empathyco/x-components@6.0.0-alpha.27) (2025-01-09)
737
1035
 
738
1036
  ### Features
739
1037
 
740
- * migrate PartialQueryButton and PartialResultsList (#1501) ([5e87123](https://github.com/empathyco/x/commit/5e87123d4a6c1edeb05f83c31ee8f096b5558e0f))
1038
+ - add related prompts list component (#1680) ([8011a96](https://github.com/empathyco/x/commit/8011a967528f6fa33af41aca45971cb9f30d6a8f))
741
1039
 
1040
+ ## [6.0.0-alpha.26](https://github.com/empathyco/x/compare/@empathyco/x-components@6.0.0-alpha.25...@empathyco/x-components@6.0.0-alpha.26) (2025-01-07)
742
1041
 
1042
+ ### Code Refactoring
743
1043
 
744
- ## [5.0.0-alpha.31](https://github.com/empathyco/x/compare/@empathyco/x-components@5.0.0-alpha.30...@empathyco/x-components@5.0.0-alpha.31) (2024-06-04)
1044
+ - **store:** deprecate useStore in favor of vuex's useStore ([de4fecf](https://github.com/empathyco/x/commit/de4fecfa6dcfd9f0d408d34a60d4bdd00dffce99))
745
1045
 
1046
+ ## [6.0.0-alpha.25](https://github.com/empathyco/x/compare/@empathyco/x-components@6.0.0-alpha.24...@empathyco/x-components@6.0.0-alpha.25) (2025-01-06)
746
1047
 
747
- ### Features
1048
+ ### Continuous Integration
748
1049
 
749
- * migrate BaseEventsModal to composition API ([7ef04b6](https://github.com/empathyco/x/commit/7ef04b65bcef2eb9b9dc5bc107bc02823831d444))
1050
+ - remove template comments from build ([443d277](https://github.com/empathyco/x/commit/443d27761bc2c024931245d9e6a7b26766101ed7))
750
1051
 
1052
+ ## [6.0.0-alpha.24](https://github.com/empathyco/x/compare/@empathyco/x-components@6.0.0-alpha.23...@empathyco/x-components@6.0.0-alpha.24) (2024-12-19)
751
1053
 
1054
+ ### Bug Fixes
752
1055
 
753
- ## [5.0.0-alpha.30](https://github.com/empathyco/x/compare/@empathyco/x-components@5.0.0-alpha.29...@empathyco/x-components@5.0.0-alpha.30) (2024-06-04)
1056
+ - **types:** update installExtraPlugins to support Promise return type ([99d0620](https://github.com/empathyco/x/commit/99d0620d7017167441d63805d29446778432d60b))
754
1057
 
1058
+ ## [6.0.0-alpha.23](https://github.com/empathyco/x/compare/@empathyco/x-components@6.0.0-alpha.22...@empathyco/x-components@6.0.0-alpha.23) (2024-12-12)
755
1059
 
756
- ### Features
1060
+ ### Bug Fixes
757
1061
 
758
- * **base-id-modal:** migrate to composition API (#1500) ([6274c67](https://github.com/empathyco/x/commit/6274c676946536c9c1c4e54205ebda18c79b8f55))
1062
+ - **components:** export missing store utils (#1677) ([a1f9cee](https://github.com/empathyco/x/commit/a1f9cee4b2006a71689fc2ce7f07f12816fbb574))
759
1063
 
1064
+ ## [6.0.0-alpha.22](https://github.com/empathyco/x/compare/@empathyco/x-components@6.0.0-alpha.21...@empathyco/x-components@6.0.0-alpha.22) (2024-12-09)
760
1065
 
1066
+ ### Bug Fixes
761
1067
 
762
- ## [5.0.0-alpha.29](https://github.com/empathyco/x/compare/@empathyco/x-components@5.0.0-alpha.28...@empathyco/x-components@5.0.0-alpha.29) (2024-05-31)
1068
+ - fix ref usage ([12d5a05](https://github.com/empathyco/x/commit/12d5a053b55d8a4f09b6e396f16a9ce1877c0774))
763
1069
 
1070
+ ## [6.0.0-alpha.21](https://github.com/empathyco/x/compare/@empathyco/x-components@6.0.0-alpha.20...@empathyco/x-components@6.0.0-alpha.21) (2024-12-09)
764
1071
 
765
1072
  ### Features
766
1073
 
767
- * **keyboard-navigation:** migrate keyboard-navigation component to composition API (#1493) ([4cf31c9](https://github.com/empathyco/x/commit/4cf31c9df4b751514deaaef4c9abfe4ee5ddfc40))
1074
+ - **x-installer:** extend domElement type to allow ShadowRoot ([900eb9c](https://github.com/empathyco/x/commit/900eb9c0c9bce7b48897b86ca11e4f1ec82d783b))
768
1075
 
1076
+ ## [6.0.0-alpha.20](https://github.com/empathyco/x/compare/@empathyco/x-components@6.0.0-alpha.19...@empathyco/x-components@6.0.0-alpha.20) (2024-11-25)
769
1077
 
1078
+ ### ⚠ BREAKING CHANGES
770
1079
 
771
- ## [5.0.0-alpha.28](https://github.com/empathyco/x/compare/@empathyco/x-components@5.0.0-alpha.27...@empathyco/x-components@5.0.0-alpha.28) (2024-05-31)
1080
+ - **xds:** the x tailwincss plugin no longer admits an options configuration. The plugin theme is accessible through theme: extend: { x: {...}} so now if you need to customize a value you can do it via extending the general tailwind theme:
1081
+
1082
+ ```ts
1083
+ module.exports = {
1084
+ theme: {
1085
+ extend: {
1086
+ spacing: theme => theme('x.spacing'),
1087
+ colors: theme => theme('x.colors'),
1088
+ screens: theme => theme('x.screens'),
1089
+ fontSize: theme => theme('x.fontSize'),
1090
+ fontFamily: theme => theme('x.fontFamily'),
1091
+ x: {
1092
+ colors: {
1093
+ neutral: {
1094
+ 5: '#56ac91',
1095
+ },
1096
+ },
1097
+ },
1098
+ },
1099
+ },
1100
+ }
1101
+ ```
772
1102
 
1103
+ To add new components you can do it via https://tailwindcss.com/docs/adding-custom-styles#adding-component-classes
773
1104
 
774
1105
  ### Features
775
1106
 
776
- * **panels:** migrate `base-panels` components to composition api (#1491) ([077ad4d](https://github.com/empathyco/x/commit/077ad4d1bcc1dcf0ae2e16a02f1ac073481a1892))
777
- * **result-images:** migrate result images components to composition API (#1496) ([624fb45](https://github.com/empathyco/x/commit/624fb459e71b3c0905e53ba70c1a3a15f581a0fc))
1107
+ - **xds:** avoid overriding consumers theme by xds (#1658) ([bd3ed79](https://github.com/empathyco/x/commit/bd3ed79f654fc7e76939c7d0baa2a67e6b879ed8))
778
1108
 
1109
+ ## [6.0.0-alpha.19](https://github.com/empathyco/x/compare/@empathyco/x-components@6.0.0-alpha.18...@empathyco/x-components@6.0.0-alpha.19) (2024-11-25)
779
1110
 
1111
+ ### Features
780
1112
 
781
- ## [5.0.0-alpha.27](https://github.com/empathyco/x/compare/@empathyco/x-components@5.0.0-alpha.26...@empathyco/x-components@5.0.0-alpha.27) (2024-05-30)
1113
+ - Add content class in base slider to ease customisation (#1662) ([63d7b99](https://github.com/empathyco/x/commit/63d7b9983ec37fb979115ec35a32d2ec2dfc1eca))
782
1114
 
1115
+ ## [6.0.0-alpha.18](https://github.com/empathyco/x/compare/@empathyco/x-components@6.0.0-alpha.17...@empathyco/x-components@6.0.0-alpha.18) (2024-11-22)
783
1116
 
784
1117
  ### Features
785
1118
 
786
- * **highlight:** migrate highlight component to composition API (#1486) ([10dd541](https://github.com/empathyco/x/commit/10dd5417f861d6e1152483abbd510059d2917f48))
787
-
1119
+ - add related prompts selection events (#1663) ([8cdf6db](https://github.com/empathyco/x/commit/8cdf6dbaff4a5e111fbc77a898a502ce133e1afe))
788
1120
 
1121
+ ## [6.0.0-alpha.17](https://github.com/empathyco/x/compare/@empathyco/x-components@6.0.0-alpha.16...@empathyco/x-components@6.0.0-alpha.17) (2024-11-21)
789
1122
 
790
- ## [5.0.0-alpha.26](https://github.com/empathyco/x/compare/@empathyco/x-components@5.0.0-alpha.25...@empathyco/x-components@5.0.0-alpha.26) (2024-05-30)
1123
+ ### Features
791
1124
 
1125
+ - add selection state to related prompts module (#1659) ([220c449](https://github.com/empathyco/x/commit/220c44926709378ebee87a21e06c6f188c5d3cd1))
792
1126
 
793
1127
  ### Bug Fixes
794
1128
 
795
- * **animation:** fix Expected Object, got Function on animations props (#1489) ([4467edc](https://github.com/empathyco/x/commit/4467edcb08c8d4f59044209d0f9a800745f6d6af))
1129
+ - **animation-prop:** decommission old animation-prop.ts and generalize the new one (#1660) ([493b6bd](https://github.com/empathyco/x/commit/493b6bd1e8a9de2731b582bb60fac6e29a1a0a47))
796
1130
 
1131
+ ## [6.0.0-alpha.16](https://github.com/empathyco/x/compare/@empathyco/x-components@6.0.0-alpha.15...@empathyco/x-components@6.0.0-alpha.16) (2024-11-21)
797
1132
 
1133
+ ### Bug Fixes
798
1134
 
799
- ## [5.0.0-alpha.25](https://github.com/empathyco/x/compare/@empathyco/x-components@5.0.0-alpha.24...@empathyco/x-components@5.0.0-alpha.25) (2024-05-29)
1135
+ - **next-queries:** export types from module(#1661) ([ef0f71e](https://github.com/empathyco/x/commit/ef0f71eb08494699b4c017d077dc9fc8fbe97ce0))
800
1136
 
1137
+ ## [6.0.0-alpha.15](https://github.com/empathyco/x/compare/@empathyco/x-components@6.0.0-alpha.14...@empathyco/x-components@6.0.0-alpha.15) (2024-11-20)
801
1138
 
802
- ### Features
1139
+ ### Bug Fixes
803
1140
 
804
- * migrate base suggestions component to composition API ([34bd833](https://github.com/empathyco/x/commit/34bd833e58f9b5f559df17ec2781e529476cdda8))
1141
+ - **define-component:** relax definecomponent type to avoid type collisions (#1657) ([2ff1b67](https://github.com/empathyco/x/commit/2ff1b67bf38f6b59425131e55354ebfe681a3b66))
805
1142
 
1143
+ ## [6.0.0-alpha.14](https://github.com/empathyco/x/compare/@empathyco/x-components@6.0.0-alpha.13...@empathyco/x-components@6.0.0-alpha.14) (2024-11-20)
806
1144
 
807
- ### Bug Fixes
1145
+ **Note:** Version bump only for package @empathyco/x-components
808
1146
 
809
- * build ([f3b6ea9](https://github.com/empathyco/x/commit/f3b6ea91039dcfb1a2d2a50977b65aec7c5cd4c8))
810
- * fix type of prop ([fbfca6f](https://github.com/empathyco/x/commit/fbfca6f09f3d5145f87b4a2b7f6e4f7084468996))
1147
+ ## [6.0.0-alpha.13](https://github.com/empathyco/x/compare/@empathyco/x-components@6.0.0-alpha.12...@empathyco/x-components@6.0.0-alpha.13) (2024-11-13)
811
1148
 
1149
+ ### Features
812
1150
 
813
- ### Code Refactoring
1151
+ - add lang parameter to the queriesPreview hash (#1653) ([b41e6c6](https://github.com/empathyco/x/commit/b41e6c6dfe629270a7919cf7f5c528b839c7c831))
814
1152
 
815
- * use implicit return ([99dce8d](https://github.com/empathyco/x/commit/99dce8d461c0b966fabca4ef61ced10ab44b20e2))
816
- * use implicit return ([4405835](https://github.com/empathyco/x/commit/440583514bf78eae6b8531d89ef28a22718831ea))
1153
+ ## [6.0.0-alpha.12](https://github.com/empathyco/x/compare/@empathyco/x-components@6.0.0-alpha.11...@empathyco/x-components@6.0.0-alpha.12) (2024-11-04)
817
1154
 
1155
+ ### Features
818
1156
 
1157
+ - new base-slider component (#1650) ([a3b1a0a](https://github.com/empathyco/x/commit/a3b1a0ad1c53d2ae39ae3e9d4229518825a040af))
819
1158
 
820
- ## [5.0.0-alpha.24](https://github.com/empathyco/x/compare/@empathyco/x-components@5.0.0-alpha.23...@empathyco/x-components@5.0.0-alpha.24) (2024-05-29)
1159
+ ## [6.0.0-alpha.11](https://github.com/empathyco/x/compare/@empathyco/x-components@6.0.0-alpha.10...@empathyco/x-components@6.0.0-alpha.11) (2024-11-01)
821
1160
 
1161
+ ### Features
822
1162
 
823
- ### Bug Fixes
1163
+ - create related prompts module (#1642) ([36cdcc6](https://github.com/empathyco/x/commit/36cdcc681d4b049815b99a42d48c22d30c49fafa))
824
1164
 
825
- * handle dynamic content in empathize (#1492) ([db082ef](https://github.com/empathyco/x/commit/db082efdcfa6fda3863a344f884cd05848bac97d))
1165
+ ## [6.0.0-alpha.10](https://github.com/empathyco/x/compare/@empathyco/x-components@6.0.0-alpha.9...@empathyco/x-components@6.0.0-alpha.10) (2024-10-31)
826
1166
 
1167
+ **Note:** Version bump only for package @empathyco/x-components
827
1168
 
1169
+ ## [6.0.0-alpha.9](https://github.com/empathyco/x/compare/@empathyco/x-components@6.0.0-alpha.8...@empathyco/x-components@6.0.0-alpha.9) (2024-10-31)
828
1170
 
829
- ## [5.0.0-alpha.23](https://github.com/empathyco/x/compare/@empathyco/x-components@5.0.0-alpha.22...@empathyco/x-components@5.0.0-alpha.23) (2024-05-28)
1171
+ **Note:** Version bump only for package @empathyco/x-components
830
1172
 
1173
+ ## [6.0.0-alpha.8](https://github.com/empathyco/x/compare/@empathyco/x-components@6.0.0-alpha.7...@empathyco/x-components@6.0.0-alpha.8) (2024-10-31)
831
1174
 
832
- ### Features
1175
+ **Note:** Version bump only for package @empathyco/x-components
833
1176
 
834
- * **base-modal:** migrate base-modal component and side effects (#1479) ([610ec16](https://github.com/empathyco/x/commit/610ec16e20b10a344936b2914c61085e22a09dfd))
835
- * **sliding-panel:** migrate sliding-panel component to composition API (#1485) ([bf9e1a3](https://github.com/empathyco/x/commit/bf9e1a38364a23402562a19ce8095452da5f02d7))
1177
+ ## [6.0.0-alpha.7](https://github.com/empathyco/x/compare/@empathyco/x-components@6.0.0-alpha.6...@empathyco/x-components@6.0.0-alpha.7) (2024-10-28)
836
1178
 
1179
+ **Note:** Version bump only for package @empathyco/x-components
837
1180
 
1181
+ ## [6.0.0-alpha.6](https://github.com/empathyco/x/compare/@empathyco/x-components@6.0.0-alpha.5...@empathyco/x-components@6.0.0-alpha.6) (2024-10-28)
838
1182
 
839
- ## [5.0.0-alpha.22](https://github.com/empathyco/x/compare/@empathyco/x-components@5.0.0-alpha.21...@empathyco/x-components@5.0.0-alpha.22) (2024-05-28)
1183
+ ### Features
840
1184
 
1185
+ - add types for related prompts (#1640) ([9822c28](https://github.com/empathyco/x/commit/9822c285410f6d308a8a0e43f47e951b052592a2))
841
1186
 
842
- ### Code Refactoring
1187
+ ## [6.0.0-alpha.5](https://github.com/empathyco/x/compare/@empathyco/x-components@6.0.0-alpha.4...@empathyco/x-components@6.0.0-alpha.5) (2024-10-28)
843
1188
 
844
- * migrate `BaseVariableColumnGrid` to Composition API (#1482) ([b7e292a](https://github.com/empathyco/x/commit/b7e292ae55560f557dd7db3cfbceed993c7b318e))
1189
+ ### Build System
845
1190
 
1191
+ - use vue latest version as peer dependency (#1651) ([1618993](https://github.com/empathyco/x/commit/161899326d325db46f39eead4ca7b57984b58b39))
846
1192
 
1193
+ ## [6.0.0-alpha.4](https://github.com/empathyco/x/compare/@empathyco/x-components@5.0.0-alpha.83...@empathyco/x-components@6.0.0-alpha.4) (2024-10-24)
847
1194
 
848
- ## [5.0.0-alpha.21](https://github.com/empathyco/x/compare/@empathyco/x-components@5.0.0-alpha.20...@empathyco/x-components@5.0.0-alpha.21) (2024-05-28)
1195
+ ### Features
849
1196
 
1197
+ - update x-components and related packages to vue 3 (#1644) ([d590842](https://github.com/empathyco/x/commit/d5908427544b9a65bbc16a860ea6f73270ee7c26))
850
1198
 
851
- ### Features
1199
+ ## [6.0.0-alpha.3](https://github.com/empathyco/x/compare/@empathyco/x-components@6.0.0-alpha.2...@empathyco/x-components@6.0.0-alpha.3) (2024-10-04)
1200
+
1201
+ ### Bug Fixes
852
1202
 
853
- * replace extra divs with `NoElement` (#1484) ([cc7042e](https://github.com/empathyco/x/commit/cc7042e5f144f2abc9eb39e3834c8a153795f558))
1203
+ - **scroll:** scroll direction inconsistency (#1629) ([ad970ae](https://github.com/empathyco/x/commit/ad970ae8cd7898f23baa11d3a128d3251cd57cdb))
854
1204
 
1205
+ ## [6.0.0-alpha.2](https://github.com/empathyco/x/compare/@empathyco/x-components@6.0.0-alpha.1...@empathyco/x-components@6.0.0-alpha.2) (2024-09-25)
855
1206
 
1207
+ ### ⚠ BREAKING CHANGES
856
1208
 
857
- ## [5.0.0-alpha.20](https://github.com/empathyco/x/compare/@empathyco/x-components@5.0.0-alpha.19...@empathyco/x-components@5.0.0-alpha.20) (2024-05-28)
1209
+ - **history-queries-switch:** remove `change` event emission in favour of `update:modelValue` in `BaseSwitch` component.
858
1210
 
1211
+ ### Bug Fixes
859
1212
 
860
- ### Features
1213
+ - **history-queries-switch:** migrate value to modelValue (#1618) ([82a6e27](https://github.com/empathyco/x/commit/82a6e27b9a78388b6c0b42c57ce7ff6e63293686))
861
1214
 
862
- * **empathize:** migrate empathize component to composition API (#1481) ([ae34083](https://github.com/empathyco/x/commit/ae34083978ea658f7b740f7a4f701b3dd74c0b2f))
1215
+ ### Testing
863
1216
 
1217
+ - active and fix linter for tests (#1616) ([0f35e7c](https://github.com/empathyco/x/commit/0f35e7caf529e7a06252abe0ea64b119c1206566))
1218
+ - adjust test to vue3 (#1608) ([0f4bb97](https://github.com/empathyco/x/commit/0f4bb97dcba50b21c98575d51bda944bfe532b1f))
1219
+ - **e2e-components:** rewrite all e2e sheet components to accomplish vue3 (#1619) ([5a419b2](https://github.com/empathyco/x/commit/5a419b2d882c151f81d9921d591140e5471f5b05))
1220
+ - **e2e:** fix e2e tests (#1617) ([f81add6](https://github.com/empathyco/x/commit/f81add665e5b2f36ecedf25d14eb5f6573f0e0fb))
864
1221
 
1222
+ ## [6.0.0-alpha.1](https://github.com/empathyco/x/compare/@empathyco/x-components@5.0.0-alpha.81...@empathyco/x-components@6.0.0-alpha.1) (2024-09-05)
865
1223
 
866
- ## [5.0.0-alpha.19](https://github.com/empathyco/x/compare/@empathyco/x-components@5.0.0-alpha.18...@empathyco/x-components@5.0.0-alpha.19) (2024-05-27)
1224
+ ### BREAKING CHANGES
867
1225
 
1226
+ - @empathyco/x-components v6 and @empathyco/x-archetype-utils v2 are only compatible with Vue 3 and if you are looking for the Vue 2 versions, take look at the main brach.
1227
+ - refactors the GlobalXBus to use a prop to receive the listeners instead of relying on attributes.
868
1228
 
869
1229
  ### Features
870
1230
 
871
- * Replace `layoutsmixin` by `useLayouts` composable (#1480) ([71feaae](https://github.com/empathyco/x/commit/71feaae8493fb683919967bdf52de161a4e4fbf2))
872
-
1231
+ - bump packages versions (#1611) ([eb7d377](https://github.com/empathyco/x/commit/eb7d377f0da3d09b78bc964de90529326889eb62))
1232
+ - make internal demo app functional (#1574) ([a485dea](https://github.com/empathyco/x/commit/a485dea768918280e2fec46cae0d5a3f4932002f))
1233
+ - **x-installer:** update to vue3 and adapt x-installer (#1572) ([c6b28e5](https://github.com/empathyco/x/commit/c6b28e5e9a07832e992f27a40d7513dbec90d2f2))
873
1234
 
1235
+ ### Bug Fixes
874
1236
 
875
- ## [5.0.0-alpha.18](https://github.com/empathyco/x/compare/@empathyco/x-components@5.0.0-alpha.17...@empathyco/x-components@5.0.0-alpha.18) (2024-05-23)
1237
+ - adjust to new vue render function API (#1596) ([7ec2b97](https://github.com/empathyco/x/commit/7ec2b9719f18275e7843544f26f94c393fef7090))
1238
+ - **infinite-scroll:** getting xBus from XPlugin instead useXBus ([b936ae5](https://github.com/empathyco/x/commit/b936ae585b4ef5ae390515cfc2c3a0dfc782ad39))
1239
+ - **layout:** avoid shared CSS classes between layouts with scoped (#1605) ([b3cc3f5](https://github.com/empathyco/x/commit/b3cc3f528f71b0877a406c65cadfbecda7aca756))
1240
+ - **list-components:** fix list components, migrate infinite-scroll directive and deprecated layouts (#1576) ([4b57f19](https://github.com/empathyco/x/commit/4b57f19be601220a4dc6874dc1d5efa8fdbcf991))
1241
+ - **search:** replace results state to append new results instead of pushing them (#1597) ([e64e3cb](https://github.com/empathyco/x/commit/e64e3cb9f3c046d1c30249fb56b0b3ad32f97925))
876
1242
 
1243
+ ### Testing
877
1244
 
878
- ### Features
1245
+ - **auto-progress-bar:** fix test after Vue3 update (#1582) ([335c370](https://github.com/empathyco/x/commit/335c37021f9a0f6fefaec01714cc31fb6bf66391))
1246
+ - **components:** fix tests after Vue3 update BATCH 1 ([5d4dec8](https://github.com/empathyco/x/commit/5d4dec81b5b9ee99f1cbfc1d88bbf58cd5188602))
1247
+ - **vue-jest:** update vue-jest dependency (#1581) ([46ff08b](https://github.com/empathyco/x/commit/46ff08bb5834d790b0c6414fc549141b9a64f1d1))
879
1248
 
880
- * **search-box:** migrate search-box x-module components to Composition API (#1476) ([5c2b7bc](https://github.com/empathyco/x/commit/5c2b7bcf47281f9a3bb2ea65a1bfb73c6d850260))
1249
+ ### Code Refactoring
881
1250
 
1251
+ - **animation-factory:** fix Vue3 breaking changes (#1579) ([f915731](https://github.com/empathyco/x/commit/f915731cc8ea662a2066fee054f47885ee2154a9))
1252
+ - **base-switch:** decommission of value prop (#1589) ([35968eb](https://github.com/empathyco/x/commit/35968ebb69634984e867b03221d373efe4af96c8))
1253
+ - **base-switch:** migrate component to vue3 (#1588) ([875a6e2](https://github.com/empathyco/x/commit/875a6e2638885498396db362753550857ec8d7e2))
1254
+ - **components:** remove warnings first batch (#1575) ([1877da6](https://github.com/empathyco/x/commit/1877da61c2eb5aff5742387dc2285b3db86afda5))
1255
+ - get rid of NoElement component and useNoElementRender composable (#1583) ([059eecc](https://github.com/empathyco/x/commit/059eecc0fd5aa1612c1fc7b4d5ec08cfe5fc5b84))
1256
+ - **render-function:** clear void calls (#1580) ([7875ff5](https://github.com/empathyco/x/commit/7875ff5b8420ea1ed03edd3fee28a822582b4641))
1257
+ - **staggered-fade-and-slide:** use Vue native staggered transition (#1578) ([79e136f](https://github.com/empathyco/x/commit/79e136f04b0b75ddea77c464b8f5ea0ed6602eb1))
1258
+ - **v-deep:** replace by :deep() (#1577) ([71c08db](https://github.com/empathyco/x/commit/71c08dbc175093bbfc56160e3b07b8774fcbc683))
882
1259
 
1260
+ ### Build System
883
1261
 
884
- ## [5.0.0-alpha.17](https://github.com/empathyco/x/compare/@empathyco/x-components@5.0.0-alpha.16...@empathyco/x-components@5.0.0-alpha.17) (2024-05-22)
1262
+ - adjust rollup production build for Vue3 (#1603) ([ed587b1](https://github.com/empathyco/x/commit/ed587b16a56b32734e9cf3ff05311954627f3820))
885
1263
 
1264
+ ### Continuous Integration
886
1265
 
887
- ### Features
1266
+ - **linter:** fix linter issues to pass the CI (#1606) ([aff3151](https://github.com/empathyco/x/commit/aff3151818c64885d7c28e69f511d33ae41b38f5))
888
1267
 
889
- * **use-debounce:** create useDebounce composable to deprecate Debounce decorator (#1475) ([67f0e42](https://github.com/empathyco/x/commit/67f0e42079839ec9c0f74a9d25ecf9bb2de9a9ab))
1268
+ ## [5.0.0-alpha.83](https://github.com/empathyco/x/compare/@empathyco/x-components@5.0.0-alpha.82...@empathyco/x-components@5.0.0-alpha.83) (2024-10-03)
890
1269
 
1270
+ ### Bug Fixes
891
1271
 
1272
+ - snippet config extra params reactivity (#1628) ([c87788a](https://github.com/empathyco/x/commit/c87788a6f194e6b8f59b520f05e9ed617c98bae6))
892
1273
 
893
- ## [5.0.0-alpha.16](https://github.com/empathyco/x/compare/@empathyco/x-components@5.0.0-alpha.15...@empathyco/x-components@5.0.0-alpha.16) (2024-05-22)
1274
+ ## [5.0.0-alpha.82](https://github.com/empathyco/x/compare/@empathyco/x-components@5.0.0-alpha.81...@empathyco/x-components@5.0.0-alpha.82) (2024-09-30)
894
1275
 
1276
+ ### Bug Fixes
895
1277
 
896
- ### Code Refactoring
1278
+ - **tagging:** query tagging and send session param (#1627) ([69dd690](https://github.com/empathyco/x/commit/69dd690c1adf9195782f4747ba5d255251f5ac3c))
897
1279
 
898
- * **noElement:** use the full array of VNodes from the default slot (#1474) ([8fb904c](https://github.com/empathyco/x/commit/8fb904caf9be32ab573bcc9acba4dbc602dd1bc6))
1280
+ ## [5.0.0-alpha.81](https://github.com/empathyco/x/compare/@empathyco/x-components@5.0.0-alpha.80...@empathyco/x-components@5.0.0-alpha.81) (2024-08-20)
899
1281
 
1282
+ ### Features
900
1283
 
1284
+ - **querySuggestions:** hide suggestions that match with any session query (#1600) ([2f51375](https://github.com/empathyco/x/commit/2f51375e04d46e2aba77f08332797285829ebde7))
901
1285
 
902
- ## [5.0.0-alpha.15](https://github.com/empathyco/x/compare/@empathyco/x-components@5.0.0-alpha.14...@empathyco/x-components@5.0.0-alpha.15) (2024-05-21)
1286
+ ## [5.0.0-alpha.80](https://github.com/empathyco/x/compare/@empathyco/x-components@5.0.0-alpha.79...@empathyco/x-components@5.0.0-alpha.80) (2024-08-19)
903
1287
 
904
1288
  **Note:** Version bump only for package @empathyco/x-components
905
1289
 
1290
+ ## [5.0.0-alpha.79](https://github.com/empathyco/x/compare/@empathyco/x-components@5.0.0-alpha.78...@empathyco/x-components@5.0.0-alpha.79) (2024-08-14)
906
1291
 
1292
+ ### Features
907
1293
 
1294
+ - update result information in the QPs (#1591) ([3e99d0c](https://github.com/empathyco/x/commit/3e99d0cdcb25366af2adff977e25d58d45f7421f))
908
1295
 
1296
+ ## [5.0.0-alpha.78](https://github.com/empathyco/x/compare/@empathyco/x-components@5.0.0-alpha.77...@empathyco/x-components@5.0.0-alpha.78) (2024-08-13)
909
1297
 
910
- ## [5.0.0-alpha.14](https://github.com/empathyco/x/compare/@empathyco/x-components@5.0.0-alpha.13...@empathyco/x-components@5.0.0-alpha.14) (2024-05-21)
1298
+ ### Features
911
1299
 
1300
+ - **main-modal:** make events configurable via props (#1590) ([60d630c](https://github.com/empathyco/x/commit/60d630ca2a181d2919b9f1019abbf1eee5dd2c30))
912
1301
 
913
- ### Features
1302
+ ## [5.0.0-alpha.77](https://github.com/empathyco/x/compare/@empathyco/x-components@5.0.0-alpha.76...@empathyco/x-components@5.0.0-alpha.77) (2024-08-13)
1303
+
1304
+ **Note:** Version bump only for package @empathyco/x-components
914
1305
 
915
- * **use-x-bus:** unsubscribe from bus events when component is unmounted (#1472) ([36f542a](https://github.com/empathyco/x/commit/36f542ad255096816fccba4c7dcec8e5a9571550))
1306
+ ## [5.0.0-alpha.76](https://github.com/empathyco/x/compare/@empathyco/x-components@5.0.0-alpha.75...@empathyco/x-components@5.0.0-alpha.76) (2024-08-08)
916
1307
 
1308
+ ### Bug Fixes
917
1309
 
1310
+ - send origin in query tagging (#1585) ([92efdf7](https://github.com/empathyco/x/commit/92efdf71a4f794d58b9f68cf68783ca0489eb7ee))
918
1311
 
919
- ## [5.0.0-alpha.13](https://github.com/empathyco/x/compare/@empathyco/x-components@5.0.0-alpha.12...@empathyco/x-components@5.0.0-alpha.13) (2024-05-17)
1312
+ ## [5.0.0-alpha.75](https://github.com/empathyco/x/compare/@empathyco/x-components@5.0.0-alpha.74...@empathyco/x-components@5.0.0-alpha.75) (2024-07-23)
920
1313
 
1314
+ ### Code Refactoring
921
1315
 
922
- ### BREAKING CHANGES
1316
+ - **no-element:** towards getting rid of no-element component (#1564) ([12bb73d](https://github.com/empathyco/x/commit/12bb73dbe7ff6cf761cc2e6581b56e78c9c3359a))
923
1317
 
924
- * **scroll:** `WindowScroll' component will no longer be available and has been removed.
1318
+ ## [5.0.0-alpha.74](https://github.com/empathyco/x/compare/@empathyco/x-components@5.0.0-alpha.73...@empathyco/x-components@5.0.0-alpha.74) (2024-07-23)
925
1319
 
926
1320
  ### Features
927
1321
 
928
- * **scroll:** replace `ScrollMixin` by `UseScroll` composable (#1473) ([26244cd](https://github.com/empathyco/x/commit/26244cdc8ced863918f0ceb8138ca89bf6792461))
1322
+ - **display-emitter:** support Vue3 to the component (#1555) ([21bcd52](https://github.com/empathyco/x/commit/21bcd5228bf2cc3e8f31d49fe55683788438e089))
929
1323
 
1324
+ ## [5.0.0-alpha.73](https://github.com/empathyco/x/compare/@empathyco/x-components@5.0.0-alpha.72...@empathyco/x-components@5.0.0-alpha.73) (2024-07-18)
930
1325
 
1326
+ ### Bug Fixes
931
1327
 
932
- ## [5.0.0-alpha.12](https://github.com/empathyco/x/compare/@empathyco/x-components@5.0.0-alpha.11...@empathyco/x-components@5.0.0-alpha.12) (2024-05-15)
1328
+ - keyboard navigation within shadow dom (#1571) ([1784c4c](https://github.com/empathyco/x/commit/1784c4cb6f130947a2454f5adbabcaf4821f8ab2))
933
1329
 
1330
+ ## [5.0.0-alpha.72](https://github.com/empathyco/x/compare/@empathyco/x-components@5.0.0-alpha.71...@empathyco/x-components@5.0.0-alpha.72) (2024-07-18)
934
1331
 
935
- ### Features
1332
+ ### Bug Fixes
936
1333
 
937
- * migrate `FiltersInjection` mixin (#1467) ([839c663](https://github.com/empathyco/x/commit/839c66334c98ed399ce354a2c5a3a842734ed54c))
1334
+ - **queryPreviewList:** repeated query loading issue (#1566) ([60aa0c0](https://github.com/empathyco/x/commit/60aa0c0975eabc3a282cfece4ab64fd29c02a3cb))
938
1335
 
1336
+ ## [5.0.0-alpha.71](https://github.com/empathyco/x/compare/@empathyco/x-components@5.0.0-alpha.70...@empathyco/x-components@5.0.0-alpha.71) (2024-07-15)
939
1337
 
1338
+ **Note:** Version bump only for package @empathyco/x-components
940
1339
 
941
- ## [5.0.0-alpha.11](https://github.com/empathyco/x/compare/@empathyco/x-components@5.0.0-alpha.10...@empathyco/x-components@5.0.0-alpha.11) (2024-05-13)
1340
+ ## [5.0.0-alpha.70](https://github.com/empathyco/x/compare/@empathyco/x-components@5.0.0-alpha.69...@empathyco/x-components@5.0.0-alpha.70) (2024-07-11)
942
1341
 
1342
+ ### Features
1343
+
1344
+ - migrate internal view components (#1563) ([df0d026](https://github.com/empathyco/x/commit/df0d02634d1193f35918a5c8fd6913faa65c9ab7))
1345
+
1346
+ ## [5.0.0-alpha.69](https://github.com/empathyco/x/compare/@empathyco/x-components@5.0.0-alpha.68...@empathyco/x-components@5.0.0-alpha.69) (2024-07-11)
943
1347
 
944
1348
  ### Features
945
1349
 
946
- * replace `AnimationsMixin` with `useCollapseAnimation` composable (#1468) ([e3ee9d9](https://github.com/empathyco/x/commit/e3ee9d94f9acc4abdcd1c591a754c86d9a6abbb7))
1350
+ - migrate Scroll and ScrolToTop componentes (#1562) ([c8182f4](https://github.com/empathyco/x/commit/c8182f4a4435e1e62e7eaee518fb6325fe01bf7e))
947
1351
 
1352
+ ## [5.0.0-alpha.68](https://github.com/empathyco/x/compare/@empathyco/x-components@5.0.0-alpha.67...@empathyco/x-components@5.0.0-alpha.68) (2024-07-10)
948
1353
 
1354
+ ### Features
949
1355
 
950
- ## [5.0.0-alpha.10](https://github.com/empathyco/x/compare/@empathyco/x-components@5.0.0-alpha.9...@empathyco/x-components@5.0.0-alpha.10) (2024-05-09)
1356
+ - **create-animation:** migrate to composition API (#1553) ([1097c0d](https://github.com/empathyco/x/commit/1097c0d1b9dd63f9573812b9ddb41b790725b46e))
951
1357
 
1358
+ ## [5.0.0-alpha.67](https://github.com/empathyco/x/compare/@empathyco/x-components@5.0.0-alpha.66...@empathyco/x-components@5.0.0-alpha.67) (2024-07-10)
952
1359
 
953
1360
  ### Features
954
1361
 
955
- * Replace FacetsMixin by useFacets composable (#1462) ([bb7e0ce](https://github.com/empathyco/x/commit/bb7e0cede8653d82e436db696e80c1bdbcb9cc41))
1362
+ - migrate url-handler x-module (#1556) ([9445758](https://github.com/empathyco/x/commit/94457580884be4b03ec72fa18231350bdf3f115a))
956
1363
 
1364
+ ## [5.0.0-alpha.66](https://github.com/empathyco/x/compare/@empathyco/x-components@5.0.0-alpha.65...@empathyco/x-components@5.0.0-alpha.66) (2024-07-10)
957
1365
 
1366
+ ### Features
958
1367
 
959
- ## [5.0.0-alpha.9](https://github.com/empathyco/x/compare/@empathyco/x-components@5.0.0-alpha.8...@empathyco/x-components@5.0.0-alpha.9) (2024-05-09)
1368
+ - **icons:** migrate icons to composition API (#1551) ([243419f](https://github.com/empathyco/x/commit/243419f15b504cea6f8db3ef53899915a174a031))
960
1369
 
1370
+ ## [5.0.0-alpha.65](https://github.com/empathyco/x/compare/@empathyco/x-components@5.0.0-alpha.64...@empathyco/x-components@5.0.0-alpha.65) (2024-07-09)
961
1371
 
962
1372
  ### Features
963
1373
 
964
- * migrate `ItemsListInjection` mixin (#1460) ([a89fb51](https://github.com/empathyco/x/commit/a89fb5179de040695f13d56f43de50917e1c7f97))
1374
+ - migrate experience controls (#1530) ([91ee6d0](https://github.com/empathyco/x/commit/91ee6d0f171b870c42e6dcc95229a6be66b7067e))
965
1375
 
1376
+ ## [5.0.0-alpha.64](https://github.com/empathyco/x/compare/@empathyco/x-components@5.0.0-alpha.63...@empathyco/x-components@5.0.0-alpha.64) (2024-07-09)
966
1377
 
1378
+ ### Bug Fixes
967
1379
 
968
- ## [5.0.0-alpha.8](https://github.com/empathyco/x/compare/@empathyco/x-components@5.0.0-alpha.7...@empathyco/x-components@5.0.0-alpha.8) (2024-05-08)
1380
+ - **main-scroll:** obtain observed container element reliably to work with any Vue version (#1552) ([0b4e415](https://github.com/empathyco/x/commit/0b4e41504409dd35a3da0fcf35fa471ea8350f6f))
969
1381
 
1382
+ ## [5.0.0-alpha.63](https://github.com/empathyco/x/compare/@empathyco/x-components@5.0.0-alpha.62...@empathyco/x-components@5.0.0-alpha.63) (2024-07-08)
970
1383
 
971
- ### ⚠ BREAKING CHANGES
1384
+ ### Features
1385
+
1386
+ - migrate filters components to Composition API (#1550) ([dd6a2d7](https://github.com/empathyco/x/commit/dd6a2d728632e81c25cc918c1cac1aa10daab590))
972
1387
 
973
- * `MainScroll` drops the usage of `NoElement` as root element and uses a div instead. This extra div could break the style of an application that relies on `MainScroll` rendering their content directly.
974
- `MainScrollItem` drops the usage of `NoElement` if no `tag` prop is passed and uses a div as fallback.
1388
+ ## [5.0.0-alpha.62](https://github.com/empathyco/x/compare/@empathyco/x-components@5.0.0-alpha.61...@empathyco/x-components@5.0.0-alpha.62) (2024-07-08)
975
1389
 
976
1390
  ### Features
977
1391
 
978
- * migrate `MainScroll` and `MainScrollItem` components (#1456) ([b720132](https://github.com/empathyco/x/commit/b7201322bbf1f5696e80e00622d21d653228177c))
1392
+ - **renderless-extra-param:** migrate to composition API (#1546) ([3f111f9](https://github.com/empathyco/x/commit/3f111f98fdf0a4175dce0a5d8711bb8d4e4729df))
979
1393
 
1394
+ ## [5.0.0-alpha.61](https://github.com/empathyco/x/compare/@empathyco/x-components@5.0.0-alpha.60...@empathyco/x-components@5.0.0-alpha.61) (2024-07-03)
980
1395
 
1396
+ ### Features
981
1397
 
982
- ## [5.0.0-alpha.7](https://github.com/empathyco/x/compare/@empathyco/x-components@5.0.0-alpha.6...@empathyco/x-components@5.0.0-alpha.7) (2024-05-06)
1398
+ - **fallback-disclaimer:** migration to composition api (#1545) ([6af6737](https://github.com/empathyco/x/commit/6af6737e854616567822e6ea5a09f093a7368960))
983
1399
 
1400
+ ## [5.0.0-alpha.60](https://github.com/empathyco/x/compare/@empathyco/x-components@5.0.0-alpha.59...@empathyco/x-components@5.0.0-alpha.60) (2024-07-03)
984
1401
 
985
- ### ⚠ BREAKING CHANGES
1402
+ ### Features
986
1403
 
987
- * **ColumnPickerMixin:** `BaseColumnPickerDropdown` component will no longer emit the `change` event, use `update:modelValue` instead.
988
- `BaseColumnPickerDropdown` prop for the selected columns was renamed from `value` to `modelValue`.
1404
+ - migrate device-detector component (#1544) ([4083571](https://github.com/empathyco/x/commit/4083571bd2fdfc268b529c4ea5a02acb81eecc32))
989
1405
 
990
- `BaseColumnPickerList` component will no longer emit the `change` event, use `update:modelValue` instead.
991
- `BaseColumnPickerList` prop for the selected columns was renamed from `value` to `modelValue`.
1406
+ ## [5.0.0-alpha.59](https://github.com/empathyco/x/compare/@empathyco/x-components@5.0.0-alpha.58...@empathyco/x-components@5.0.0-alpha.59) (2024-07-03)
992
1407
 
993
- `ColumnPickerMixin` has been removed.
1408
+ ### Features
994
1409
 
995
- ### Code Refactoring
1410
+ - **tagging:** migrate to composition API (#1543) ([f06e35d](https://github.com/empathyco/x/commit/f06e35d25fb561bca1b53f579ed7ace8674b9085))
996
1411
 
997
- * **ColumnPickerMixin:** get rid of `ColumnPickerMixin` and refactor components which use it (#1461) ([c5b84da](https://github.com/empathyco/x/commit/c5b84da32b75a37d028e91b64220016a2cfb3037))
1412
+ ## [5.0.0-alpha.58](https://github.com/empathyco/x/compare/@empathyco/x-components@5.0.0-alpha.57...@empathyco/x-components@5.0.0-alpha.58) (2024-07-02)
998
1413
 
1414
+ ### ⚠ BREAKING CHANGES
999
1415
 
1416
+ - **simple-filter:** use cssClasses prop to pass classes through the component in Vue 3 instead of class or :class when using RenderlessFilter or SimpleFilter components
1000
1417
 
1001
- ## [5.0.0-alpha.6](https://github.com/empathyco/x/compare/@empathyco/x-components@5.0.0-alpha.5...@empathyco/x-components@5.0.0-alpha.6) (2024-05-03)
1418
+ ### Features
1002
1419
 
1003
- **Note:** Version bump only for package @empathyco/x-components
1420
+ - **simple-filter:** migrate RenderlessFilter and SimpleFilter to composition API(#1529) ([8d3a2f2](https://github.com/empathyco/x/commit/8d3a2f23748eec700be10f83cad909b6fdf2aa9b))
1004
1421
 
1422
+ ## [5.0.0-alpha.57](https://github.com/empathyco/x/compare/@empathyco/x-components@5.0.0-alpha.56...@empathyco/x-components@5.0.0-alpha.57) (2024-07-01)
1005
1423
 
1424
+ ### Features
1006
1425
 
1426
+ - **facets:** migrate AllFilter component to Composition API (#1535) ([0b00671](https://github.com/empathyco/x/commit/0b006711297f6fb3721622082fe63b87ce4bcbf7))
1007
1427
 
1428
+ ### Bug Fixes
1008
1429
 
1009
- ## [5.0.0-alpha.5](https://github.com/empathyco/x/compare/@empathyco/x-components@5.0.0-alpha.4...@empathyco/x-components@5.0.0-alpha.5) (2024-05-01)
1430
+ - **vue3:** fix minor Vue3 warnings about migration (#1533) ([8b65ea7](https://github.com/empathyco/x/commit/8b65ea796c7e02c973ba9566bd6bae17fc879c3e))
1010
1431
 
1432
+ ## [5.0.0-alpha.56](https://github.com/empathyco/x/compare/@empathyco/x-components@5.0.0-alpha.55...@empathyco/x-components@5.0.0-alpha.56) (2024-07-01)
1011
1433
 
1012
- ### Testing
1434
+ ### Features
1013
1435
 
1014
- * add Sort components to Vue 3 migration test (#1454) ([7ccffb0](https://github.com/empathyco/x/commit/7ccffb084cdf6521c57977eca4d19d93f6586a2d))
1436
+ - migrate `Redirection` component to composition api (#1532) ([93c0809](https://github.com/empathyco/x/commit/93c08094a33f9828631ad4e4bbb9ac7831db5963))
1015
1437
 
1438
+ ## [5.0.0-alpha.55](https://github.com/empathyco/x/compare/@empathyco/x-components@5.0.0-alpha.54...@empathyco/x-components@5.0.0-alpha.55) (2024-06-26)
1016
1439
 
1440
+ ### ⚠ BREAKING CHANGES
1017
1441
 
1018
- ## [5.0.0-alpha.4](https://github.com/empathyco/x/compare/@empathyco/x-components@5.0.0-alpha.3...@empathyco/x-components@5.0.0-alpha.4) (2024-05-01)
1442
+ - **use-register-x-module:** get rid of useRegisterXModule composable. Use XPlugin.registerXModule(xModule) or InstallXOptions.initialXModules instead
1019
1443
 
1444
+ ### Code Refactoring
1020
1445
 
1021
- ### Bug Fixes
1446
+ - **use-register-x-module:** get rid of register x-module composable and deprecated the mixin for the same (#1534) ([4dabc84](https://github.com/empathyco/x/commit/4dabc84c67720e4bfca739b685f3fed5d100f693))
1022
1447
 
1023
- * **query-preview-list:** enable inherit attrs (#1458) ([1adbfe0](https://github.com/empathyco/x/commit/1adbfe04665e289aa0c325daced40f257669fe2d))
1448
+ ## [5.0.0-alpha.54](https://github.com/empathyco/x/compare/@empathyco/x-components@5.0.0-alpha.53...@empathyco/x-components@5.0.0-alpha.54) (2024-06-24)
1024
1449
 
1450
+ ### Features
1025
1451
 
1452
+ - replace DisableAnimationMixin by useDisableAnimation composable (#1469) ([f498d3f](https://github.com/empathyco/x/commit/f498d3fba5d294391dcfca47f9724558e98f50f0))
1026
1453
 
1027
- ## [5.0.0-alpha.3](https://github.com/empathyco/x/compare/@empathyco/x-components@5.0.0-alpha.2...@empathyco/x-components@5.0.0-alpha.3) (2024-05-01)
1454
+ ## [5.0.0-alpha.53](https://github.com/empathyco/x/compare/@empathyco/x-components@5.0.0-alpha.52...@empathyco/x-components@5.0.0-alpha.53) (2024-06-24)
1028
1455
 
1456
+ ### Features
1029
1457
 
1030
- ### Code Refactoring
1458
+ - **extra-params:** migrate extra params and snippet config extra params (#1531) ([d869f18](https://github.com/empathyco/x/commit/d869f1886c11f74af8a6350033d7567385ad629d))
1031
1459
 
1032
- * **base-event-button:** migrate base-event-button component to Composition API (#1457) ([39a7a8e](https://github.com/empathyco/x/commit/39a7a8ed4767ae78d447e6ddca530c41f9f681dc))
1460
+ ## [5.0.0-alpha.52](https://github.com/empathyco/x/compare/@empathyco/x-components@5.0.0-alpha.51...@empathyco/x-components@5.0.0-alpha.52) (2024-06-20)
1033
1461
 
1462
+ ### Features
1034
1463
 
1464
+ - migrate `QueryPreviewButton` component to composition API (#1525) ([3eff0c7](https://github.com/empathyco/x/commit/3eff0c7c9479abbebbda59e8cc538af6f55375e1))
1035
1465
 
1036
- ## [5.0.0-alpha.2](https://github.com/empathyco/x/compare/@empathyco/x-components@5.0.0-alpha.1...@empathyco/x-components@5.0.0-alpha.2) (2024-05-01)
1466
+ ## [5.0.0-alpha.51](https://github.com/empathyco/x/compare/@empathyco/x-components@5.0.0-alpha.50...@empathyco/x-components@5.0.0-alpha.51) (2024-06-19)
1037
1467
 
1468
+ ### Features
1038
1469
 
1039
- ### Documentation
1470
+ - migrate popular-searches x-module (#1524) ([f79456d](https://github.com/empathyco/x/commit/f79456d4589b3f9dee5fd86fad9625b853dde267))
1040
1471
 
1041
- * fix typo (#1455) ([44eae35](https://github.com/empathyco/x/commit/44eae359b33f9642eb9af02701fd6a3295a2deb9))
1472
+ ## [5.0.0-alpha.50](https://github.com/empathyco/x/compare/@empathyco/x-components@5.0.0-alpha.49...@empathyco/x-components@5.0.0-alpha.50) (2024-06-19)
1042
1473
 
1474
+ ### Features
1043
1475
 
1476
+ - migrate `facets provider` component to use Composition API (#1523) ([eff7b8d](https://github.com/empathyco/x/commit/eff7b8d92c54aece07061c2d8ce58507a56e7d01))
1044
1477
 
1045
- ## [5.0.0-alpha.1](https://github.com/empathyco/x/compare/@empathyco/x-components@5.0.0-alpha.0...@empathyco/x-components@5.0.0-alpha.1) (2024-04-29)
1478
+ ## [5.0.0-alpha.49](https://github.com/empathyco/x/compare/@empathyco/x-components@5.0.0-alpha.48...@empathyco/x-components@5.0.0-alpha.49) (2024-06-18)
1046
1479
 
1480
+ ### Features
1047
1481
 
1048
- ### Code Refactoring
1482
+ - migrate `next-queries` module to composition API ([324d5d8](https://github.com/empathyco/x/commit/324d5d866167352b9ad5e1b2858853ce197fe7fe))
1049
1483
 
1050
- * **query-preview:** migrate query preview component x provide (#1452) ([a60c62a](https://github.com/empathyco/x/commit/a60c62a35d7ba3f13e6561583a0af9f5a46c61b2))
1484
+ ## [5.0.0-alpha.48](https://github.com/empathyco/x/compare/@empathyco/x-components@5.0.0-alpha.47...@empathyco/x-components@5.0.0-alpha.48) (2024-06-18)
1051
1485
 
1486
+ ### Features
1052
1487
 
1488
+ - migrate `identifier-results` x-module to composition API (#1521) ([81b18d0](https://github.com/empathyco/x/commit/81b18d03b3ae2ba9df05f5c288a7eab0e0e7966c))
1053
1489
 
1054
- ## [5.0.0-alpha.0](https://github.com/empathyco/x/compare/@empathyco/x-components@4.1.0-alpha.46...@empathyco/x-components@5.0.0-alpha.0) (2024-04-24)
1490
+ ## [5.0.0-alpha.47](https://github.com/empathyco/x/compare/@empathyco/x-components@5.0.0-alpha.46...@empathyco/x-components@5.0.0-alpha.47) (2024-06-17)
1055
1491
 
1492
+ ### Bug Fixes
1056
1493
 
1057
- ### BREAKING CHANGES
1494
+ - **x-module:** deprecate useRegisterXModule composable in favour of register the x-module itself in the import (#1520) ([525b020](https://github.com/empathyco/x/commit/525b020f033b1e44d95e5b4042c8201636c87287))
1058
1495
 
1059
- * **sort-mixin:** base-dropdown component will no longer emit the `change` event, use `update:modelValue` instead.
1060
- base-dropdown prop for the selected item was renamed from `value` to `modelValue`.
1496
+ ## [5.0.0-alpha.46](https://github.com/empathyco/x/compare/@empathyco/x-components@5.0.0-alpha.45...@empathyco/x-components@5.0.0-alpha.46) (2024-06-17)
1061
1497
 
1062
- ### Code Refactoring
1498
+ ### Features
1063
1499
 
1064
- * **sort-mixin:** get rid of SortMixin and refactor components which use it (#1448) ([de0a287](https://github.com/empathyco/x/commit/de0a28754d8fefe8c4db6aa7b7cb5d8407016be2))
1500
+ - **search:** add the capability to reload the current search (#1515) ([617c3b0](https://github.com/empathyco/x/commit/617c3b0d4c07a1054d95c9b4316b86dc5112643e))
1065
1501
 
1502
+ ## [5.0.0-alpha.45](https://github.com/empathyco/x/compare/@empathyco/x-components@5.0.0-alpha.44...@empathyco/x-components@5.0.0-alpha.45) (2024-06-14)
1066
1503
 
1504
+ ### Features
1067
1505
 
1068
- ## [4.1.0-alpha.46](https://github.com/empathyco/x/compare/@empathyco/x-components@4.1.0-alpha.45...@empathyco/x-components@4.1.0-alpha.46) (2024-04-22)
1506
+ - **recommendations:** migrate recommendations x-module to composition api (#1519) ([5d44214](https://github.com/empathyco/x/commit/5d44214092af033d9cbf88ec9f306d15a1ded120))
1069
1507
 
1508
+ ## [5.0.0-alpha.44](https://github.com/empathyco/x/compare/@empathyco/x-components@5.0.0-alpha.43...@empathyco/x-components@5.0.0-alpha.44) (2024-06-14)
1070
1509
 
1071
1510
  ### Features
1072
1511
 
1073
- * export pageLoaderButton component (#1449) ([115f744](https://github.com/empathyco/x/commit/115f7448fc92cee5be4151191d4b1a347fd570a1))
1512
+ - migrate `Spellcheck` and `SpellcheckButton` components to composition api (#1518) ([0e848a7](https://github.com/empathyco/x/commit/0e848a70d69a780b4a053d5bc78b432178f21327))
1074
1513
 
1514
+ ## [5.0.0-alpha.43](https://github.com/empathyco/x/compare/@empathyco/x-components@5.0.0-alpha.42...@empathyco/x-components@5.0.0-alpha.43) (2024-06-13)
1075
1515
 
1516
+ ### Features
1076
1517
 
1077
- ## [4.1.0-alpha.45](https://github.com/empathyco/x/compare/@empathyco/x-components@4.1.0-alpha.44...@empathyco/x-components@4.1.0-alpha.45) (2024-04-19)
1518
+ - migrate semantics queries module to composition api (#1508) ([72914a2](https://github.com/empathyco/x/commit/72914a25195e2e546da343d32c6a4544b38bdd91))
1078
1519
 
1520
+ ## [5.0.0-alpha.42](https://github.com/empathyco/x/compare/@empathyco/x-components@5.0.0-alpha.41...@empathyco/x-components@5.0.0-alpha.42) (2024-06-12)
1079
1521
 
1080
1522
  ### Features
1081
1523
 
1082
- * **bus:** make `useXBus` get bus from `XPlugin` (#1447) ([c57d1af](https://github.com/empathyco/x/commit/c57d1aff8df162e5b99b78822ba5013b617d4aba))
1524
+ - migrate `Banner` and `Promoted` to composition API (#1506) ([c102fd9](https://github.com/empathyco/x/commit/c102fd96b26425df2ed8d73d58b3db8fc454deeb))
1525
+ - migrate RTs module to composition API (#1498) ([22c5325](https://github.com/empathyco/x/commit/22c5325666441121e8ee64bfaa4c51ddad11939a))
1083
1526
 
1527
+ ## [5.0.0-alpha.41](https://github.com/empathyco/x/compare/@empathyco/x-components@5.0.0-alpha.40...@empathyco/x-components@5.0.0-alpha.41) (2024-06-12)
1084
1528
 
1529
+ ### Features
1085
1530
 
1086
- ## [4.1.0-alpha.44](https://github.com/empathyco/x/compare/@empathyco/x-components@4.1.0-alpha.43...@empathyco/x-components@4.1.0-alpha.44) (2024-04-19)
1531
+ - migrate `query suggestions` module to composition api (#1497) ([4a9c742](https://github.com/empathyco/x/commit/4a9c742007476367328be6c978d16ec16ae115c1))
1087
1532
 
1533
+ ## [5.0.0-alpha.40](https://github.com/empathyco/x/compare/@empathyco/x-components@5.0.0-alpha.39...@empathyco/x-components@5.0.0-alpha.40) (2024-06-12)
1088
1534
 
1089
1535
  ### Features
1090
1536
 
1091
- * EMP-3849 Create vue3-migration-test package ([399fe51](https://github.com/empathyco/x/commit/399fe5176b8c0a5206ed7da4edf9c54c1219f70b))
1537
+ - migrate history queries x module to composition api (#1494) ([cd51e9b](https://github.com/empathyco/x/commit/cd51e9bb2afb77bbb8f935445bfda360dcfaafde))
1092
1538
 
1539
+ ## [5.0.0-alpha.39](https://github.com/empathyco/x/compare/@empathyco/x-components@5.0.0-alpha.34...@empathyco/x-components@5.0.0-alpha.39) (2024-06-11)
1093
1540
 
1094
1541
  ### Bug Fixes
1095
1542
 
1096
- * Fix @vue/compat alias for x-components imports ([d6d7e2f](https://github.com/empathyco/x/commit/d6d7e2f26e6944af7453c213b8d0a1d28ff359eb))
1097
- * Fix Vue alias for Cypress component testing ([6a71960](https://github.com/empathyco/x/commit/6a71960ffeef4c4b964084c924feac76e25850b5))
1543
+ - **semantic-queries:** cancel track no results query on QueryPreviewUnmounted event (#1507) ([cc6518e](https://github.com/empathyco/x/commit/cc6518efe8e00bf02240ca54e39ef77d05a3139f))
1098
1544
 
1545
+ ### Continuous Integration
1099
1546
 
1547
+ - add token to checkout action (#1511) ([c7cd70a](https://github.com/empathyco/x/commit/c7cd70a5b6df5701b5e46b4558b82485bc40f953))
1548
+ - fix package version and remove `persist-credentials` (#1513) ([c3add80](https://github.com/empathyco/x/commit/c3add8033ac5515e715e1ffff636b6df8133bccc))
1100
1549
 
1101
- ## [4.1.0-alpha.43](https://github.com/empathyco/x/compare/@empathyco/x-components@4.1.0-alpha.42...@empathyco/x-components@4.1.0-alpha.43) (2024-04-08)
1550
+ ## [5.0.0-alpha.38](https://github.com/empathyco/x/compare/@empathyco/x-components@5.0.0-alpha.37...@empathyco/x-components@5.0.0-alpha.38) (2024-06-11)
1102
1551
 
1552
+ **Note:** Version bump only for package @empathyco/x-components
1103
1553
 
1104
- ### Features
1554
+ ## [5.0.0-alpha.37](https://github.com/empathyco/x/compare/@empathyco/x-components@5.0.0-alpha.36...@empathyco/x-components@5.0.0-alpha.37) (2024-06-10)
1105
1555
 
1106
- * migrate result variant provider (#1440) ([b981d9b](https://github.com/empathyco/x/commit/b981d9ba35394288957e13adbffbaaded142e6c7))
1556
+ **Note:** Version bump only for package @empathyco/x-components
1107
1557
 
1558
+ ## [5.0.0-alpha.36](https://github.com/empathyco/x/compare/@empathyco/x-components@5.0.0-alpha.35...@empathyco/x-components@5.0.0-alpha.36) (2024-06-10)
1108
1559
 
1560
+ **Note:** Version bump only for package @empathyco/x-components
1109
1561
 
1110
- ## [4.1.0-alpha.42](https://github.com/empathyco/x/compare/@empathyco/x-components@4.1.0-alpha.41...@empathyco/x-components@4.1.0-alpha.42) (2024-04-08)
1562
+ ## [5.0.0-alpha.35](https://github.com/empathyco/x/compare/@empathyco/x-components@5.0.0-alpha.34...@empathyco/x-components@5.0.0-alpha.35) (2024-06-07)
1111
1563
 
1564
+ **Note:** Version bump only for package @empathyco/x-components
1112
1565
 
1113
- ### Features
1566
+ ## [5.0.0-alpha.34](https://github.com/empathyco/x/compare/@empathyco/x-components@5.0.0-alpha.33...@empathyco/x-components@5.0.0-alpha.34) (2024-06-06)
1114
1567
 
1115
- * migrate result variants selector component (#1438) ([1e6d681](https://github.com/empathyco/x/commit/1e6d681d7368ca04810df5d8d6116e702face4ff))
1568
+ **Note:** Version bump only for package @empathyco/x-components
1116
1569
 
1570
+ ## [5.0.0-alpha.33](https://github.com/empathyco/x/compare/@empathyco/x-components@5.0.0-alpha.32...@empathyco/x-components@5.0.0-alpha.33) (2024-06-05)
1117
1571
 
1572
+ ### Code Refactoring
1118
1573
 
1119
- ## [4.1.0-alpha.41](https://github.com/empathyco/x/compare/@empathyco/x-components@4.1.0-alpha.40...@empathyco/x-components@4.1.0-alpha.41) (2024-04-08)
1574
+ - **keyboard-navigation:** use xBus only (#1502) ([8bb3c60](https://github.com/empathyco/x/commit/8bb3c604f308598a124719345bb4cf15a4d83103))
1120
1575
 
1576
+ ## [5.0.0-alpha.32](https://github.com/empathyco/x/compare/@empathyco/x-components@5.0.0-alpha.31...@empathyco/x-components@5.0.0-alpha.32) (2024-06-05)
1121
1577
 
1122
1578
  ### Features
1123
1579
 
1124
- * migrate base-grid component to vue 2.7 (#1441) ([1974715](https://github.com/empathyco/x/commit/19747154d727bec6cbee171df7d655c34f714db0))
1580
+ - migrate PartialQueryButton and PartialResultsList (#1501) ([5e87123](https://github.com/empathyco/x/commit/5e87123d4a6c1edeb05f83c31ee8f096b5558e0f))
1125
1581
 
1582
+ ## [5.0.0-alpha.31](https://github.com/empathyco/x/compare/@empathyco/x-components@5.0.0-alpha.30...@empathyco/x-components@5.0.0-alpha.31) (2024-06-04)
1126
1583
 
1584
+ ### Features
1127
1585
 
1128
- ## [4.1.0-alpha.40](https://github.com/empathyco/x/compare/@empathyco/x-components@4.1.0-alpha.39...@empathyco/x-components@4.1.0-alpha.40) (2024-04-04)
1586
+ - migrate BaseEventsModal to composition API ([7ef04b6](https://github.com/empathyco/x/commit/7ef04b65bcef2eb9b9dc5bc107bc02823831d444))
1129
1587
 
1588
+ ## [5.0.0-alpha.30](https://github.com/empathyco/x/compare/@empathyco/x-components@5.0.0-alpha.29...@empathyco/x-components@5.0.0-alpha.30) (2024-06-04)
1130
1589
 
1131
- ### Code Refactoring
1590
+ ### Features
1132
1591
 
1133
- * remove useHybridInject (#1439) ([f3f6c75](https://github.com/empathyco/x/commit/f3f6c75b9860937869eee89249a50a65480054b8))
1592
+ - **base-id-modal:** migrate to composition API (#1500) ([6274c67](https://github.com/empathyco/x/commit/6274c676946536c9c1c4e54205ebda18c79b8f55))
1134
1593
 
1594
+ ## [5.0.0-alpha.29](https://github.com/empathyco/x/compare/@empathyco/x-components@5.0.0-alpha.28...@empathyco/x-components@5.0.0-alpha.29) (2024-05-31)
1135
1595
 
1596
+ ### Features
1136
1597
 
1137
- ## [4.1.0-alpha.39](https://github.com/empathyco/x/compare/@empathyco/x-components@4.1.0-alpha.38...@empathyco/x-components@4.1.0-alpha.39) (2024-04-04)
1598
+ - **keyboard-navigation:** migrate keyboard-navigation component to composition API (#1493) ([4cf31c9](https://github.com/empathyco/x/commit/4cf31c9df4b751514deaaef4c9abfe4ee5ddfc40))
1138
1599
 
1600
+ ## [5.0.0-alpha.28](https://github.com/empathyco/x/compare/@empathyco/x-components@5.0.0-alpha.27...@empathyco/x-components@5.0.0-alpha.28) (2024-05-31)
1139
1601
 
1140
1602
  ### Features
1141
1603
 
1142
- * modify use-$x composable (#1434) ([cd9a0d1](https://github.com/empathyco/x/commit/cd9a0d1acc95e9b79142aa1abe4b5df5d04aef40))
1604
+ - **panels:** migrate `base-panels` components to composition api (#1491) ([077ad4d](https://github.com/empathyco/x/commit/077ad4d1bcc1dcf0ae2e16a02f1ac073481a1892))
1605
+ - **result-images:** migrate result images components to composition API (#1496) ([624fb45](https://github.com/empathyco/x/commit/624fb459e71b3c0905e53ba70c1a3a15f581a0fc))
1143
1606
 
1607
+ ## [5.0.0-alpha.27](https://github.com/empathyco/x/compare/@empathyco/x-components@5.0.0-alpha.26...@empathyco/x-components@5.0.0-alpha.27) (2024-05-30)
1144
1608
 
1609
+ ### Features
1145
1610
 
1146
- ## [4.1.0-alpha.38](https://github.com/empathyco/x/compare/@empathyco/x-components@4.1.0-alpha.37...@empathyco/x-components@4.1.0-alpha.38) (2024-03-27)
1611
+ - **highlight:** migrate highlight component to composition API (#1486) ([10dd541](https://github.com/empathyco/x/commit/10dd5417f861d6e1152483abbd510059d2917f48))
1147
1612
 
1613
+ ## [5.0.0-alpha.26](https://github.com/empathyco/x/compare/@empathyco/x-components@5.0.0-alpha.25...@empathyco/x-components@5.0.0-alpha.26) (2024-05-30)
1148
1614
 
1149
1615
  ### Bug Fixes
1150
1616
 
1151
- * make arrays reactive with ref in useHybridInject (#1437) ([75e6fbf](https://github.com/empathyco/x/commit/75e6fbf0b5c2cc95a2bb6f5549afed5eeca635ca))
1617
+ - **animation:** fix Expected Object, got Function on animations props (#1489) ([4467edc](https://github.com/empathyco/x/commit/4467edcb08c8d4f59044209d0f9a800745f6d6af))
1152
1618
 
1619
+ ## [5.0.0-alpha.25](https://github.com/empathyco/x/compare/@empathyco/x-components@5.0.0-alpha.24...@empathyco/x-components@5.0.0-alpha.25) (2024-05-29)
1153
1620
 
1621
+ ### Features
1154
1622
 
1155
- ## [4.1.0-alpha.37](https://github.com/empathyco/x/compare/@empathyco/x-components@4.1.0-alpha.36...@empathyco/x-components@4.1.0-alpha.37) (2024-03-22)
1156
-
1157
-
1158
- ### Code Refactoring
1623
+ - migrate base suggestions component to composition API ([34bd833](https://github.com/empathyco/x/commit/34bd833e58f9b5f559df17ec2781e529476cdda8))
1159
1624
 
1160
- * migrate aside to vue 2.7 and use hybridInject (#1433) ([3c94afc](https://github.com/empathyco/x/commit/3c94afc813e58d6c70943e103f814129a17c7eff))
1625
+ ### Bug Fixes
1161
1626
 
1627
+ - build ([f3b6ea9](https://github.com/empathyco/x/commit/f3b6ea91039dcfb1a2d2a50977b65aec7c5cd4c8))
1628
+ - fix type of prop ([fbfca6f](https://github.com/empathyco/x/commit/fbfca6f09f3d5145f87b4a2b7f6e4f7084468996))
1162
1629
 
1630
+ ### Code Refactoring
1163
1631
 
1164
- ## [4.1.0-alpha.36](https://github.com/empathyco/x/compare/@empathyco/x-components@4.1.0-alpha.35...@empathyco/x-components@4.1.0-alpha.36) (2024-03-21)
1632
+ - use implicit return ([99dce8d](https://github.com/empathyco/x/commit/99dce8d461c0b966fabca4ef61ced10ab44b20e2))
1633
+ - use implicit return ([4405835](https://github.com/empathyco/x/commit/440583514bf78eae6b8531d89ef28a22718831ea))
1165
1634
 
1635
+ ## [5.0.0-alpha.24](https://github.com/empathyco/x/compare/@empathyco/x-components@5.0.0-alpha.23...@empathyco/x-components@5.0.0-alpha.24) (2024-05-29)
1166
1636
 
1167
1637
  ### Bug Fixes
1168
1638
 
1169
- * bus handling of a location ref (#1432) ([b980638](https://github.com/empathyco/x/commit/b98063826f5657088bb613db1a529a446389ed67))
1639
+ - handle dynamic content in empathize (#1492) ([db082ef](https://github.com/empathyco/x/commit/db082efdcfa6fda3863a344f884cd05848bac97d))
1170
1640
 
1641
+ ## [5.0.0-alpha.23](https://github.com/empathyco/x/compare/@empathyco/x-components@5.0.0-alpha.22...@empathyco/x-components@5.0.0-alpha.23) (2024-05-28)
1171
1642
 
1643
+ ### Features
1172
1644
 
1173
- ## [4.1.0-alpha.35](https://github.com/empathyco/x/compare/@empathyco/x-components@4.1.0-alpha.34...@empathyco/x-components@4.1.0-alpha.35) (2024-03-20)
1645
+ - **base-modal:** migrate base-modal component and side effects (#1479) ([610ec16](https://github.com/empathyco/x/commit/610ec16e20b10a344936b2914c61085e22a09dfd))
1646
+ - **sliding-panel:** migrate sliding-panel component to composition API (#1485) ([bf9e1a3](https://github.com/empathyco/x/commit/bf9e1a38364a23402562a19ce8095452da5f02d7))
1174
1647
 
1648
+ ## [5.0.0-alpha.22](https://github.com/empathyco/x/compare/@empathyco/x-components@5.0.0-alpha.21...@empathyco/x-components@5.0.0-alpha.22) (2024-05-28)
1175
1649
 
1176
1650
  ### Code Refactoring
1177
1651
 
1178
- * create alias api composable (#1426) ([6badb3a](https://github.com/empathyco/x/commit/6badb3a9815f880f0f411f948b3755f50e9e60a7))
1652
+ - migrate `BaseVariableColumnGrid` to Composition API (#1482) ([b7e292a](https://github.com/empathyco/x/commit/b7e292ae55560f557dd7db3cfbceed993c7b318e))
1179
1653
 
1654
+ ## [5.0.0-alpha.21](https://github.com/empathyco/x/compare/@empathyco/x-components@5.0.0-alpha.20...@empathyco/x-components@5.0.0-alpha.21) (2024-05-28)
1180
1655
 
1656
+ ### Features
1181
1657
 
1182
- ## [4.1.0-alpha.34](https://github.com/empathyco/x/compare/@empathyco/x-components@4.1.0-alpha.33...@empathyco/x-components@4.1.0-alpha.34) (2024-03-19)
1658
+ - replace extra divs with `NoElement` (#1484) ([cc7042e](https://github.com/empathyco/x/commit/cc7042e5f144f2abc9eb39e3834c8a153795f558))
1183
1659
 
1660
+ ## [5.0.0-alpha.20](https://github.com/empathyco/x/compare/@empathyco/x-components@5.0.0-alpha.19...@empathyco/x-components@5.0.0-alpha.20) (2024-05-28)
1184
1661
 
1185
- ### Code Refactoring
1662
+ ### Features
1186
1663
 
1187
- * migrate no-element component to vue 2.7 ([29d6a61](https://github.com/empathyco/x/commit/29d6a613aa5a46a6584fcb99015a5cbd99d43b42))
1664
+ - **empathize:** migrate empathize component to composition API (#1481) ([ae34083](https://github.com/empathyco/x/commit/ae34083978ea658f7b740f7a4f701b3dd74c0b2f))
1188
1665
 
1666
+ ## [5.0.0-alpha.19](https://github.com/empathyco/x/compare/@empathyco/x-components@5.0.0-alpha.18...@empathyco/x-components@5.0.0-alpha.19) (2024-05-27)
1189
1667
 
1668
+ ### Features
1190
1669
 
1191
- ## [4.1.0-alpha.33](https://github.com/empathyco/x/compare/@empathyco/x-components@4.1.0-alpha.32...@empathyco/x-components@4.1.0-alpha.33) (2024-03-19)
1670
+ - Replace `layoutsmixin` by `useLayouts` composable (#1480) ([71feaae](https://github.com/empathyco/x/commit/71feaae8493fb683919967bdf52de161a4e4fbf2))
1192
1671
 
1672
+ ## [5.0.0-alpha.18](https://github.com/empathyco/x/compare/@empathyco/x-components@5.0.0-alpha.17...@empathyco/x-components@5.0.0-alpha.18) (2024-05-23)
1193
1673
 
1194
- ### Code Refactoring
1674
+ ### Features
1195
1675
 
1196
- * migrate snippet-callbacks to vue 2.7 (#1431) ([168ff1d](https://github.com/empathyco/x/commit/168ff1db8ac964fd12c307c61756d23d84e6ad76))
1676
+ - **search-box:** migrate search-box x-module components to Composition API (#1476) ([5c2b7bc](https://github.com/empathyco/x/commit/5c2b7bcf47281f9a3bb2ea65a1bfb73c6d850260))
1197
1677
 
1678
+ ## [5.0.0-alpha.17](https://github.com/empathyco/x/compare/@empathyco/x-components@5.0.0-alpha.16...@empathyco/x-components@5.0.0-alpha.17) (2024-05-22)
1198
1679
 
1680
+ ### Features
1199
1681
 
1200
- ## [4.1.0-alpha.32](https://github.com/empathyco/x/compare/@empathyco/x-components@4.1.0-alpha.31...@empathyco/x-components@4.1.0-alpha.32) (2024-03-13)
1682
+ - **use-debounce:** create useDebounce composable to deprecate Debounce decorator (#1475) ([67f0e42](https://github.com/empathyco/x/commit/67f0e42079839ec9c0f74a9d25ecf9bb2de9a9ab))
1201
1683
 
1684
+ ## [5.0.0-alpha.16](https://github.com/empathyco/x/compare/@empathyco/x-components@5.0.0-alpha.15...@empathyco/x-components@5.0.0-alpha.16) (2024-05-22)
1202
1685
 
1203
1686
  ### Code Refactoring
1204
1687
 
1205
- * migrate preselected filters component (#1422) ([4a38318](https://github.com/empathyco/x/commit/4a383186b5ca669938ffbc230c9c3d02805e866b))
1688
+ - **noElement:** use the full array of VNodes from the default slot (#1474) ([8fb904c](https://github.com/empathyco/x/commit/8fb904caf9be32ab573bcc9acba4dbc602dd1bc6))
1689
+
1690
+ ## [5.0.0-alpha.15](https://github.com/empathyco/x/compare/@empathyco/x-components@5.0.0-alpha.14...@empathyco/x-components@5.0.0-alpha.15) (2024-05-21)
1206
1691
 
1692
+ **Note:** Version bump only for package @empathyco/x-components
1207
1693
 
1694
+ ## [5.0.0-alpha.14](https://github.com/empathyco/x/compare/@empathyco/x-components@5.0.0-alpha.13...@empathyco/x-components@5.0.0-alpha.14) (2024-05-21)
1208
1695
 
1209
- ## [4.1.0-alpha.31](https://github.com/empathyco/x/compare/@empathyco/x-components@4.1.0-alpha.30...@empathyco/x-components@4.1.0-alpha.31) (2024-03-13)
1696
+ ### Features
1210
1697
 
1698
+ - **use-x-bus:** unsubscribe from bus events when component is unmounted (#1472) ([36f542a](https://github.com/empathyco/x/commit/36f542ad255096816fccba4c7dcec8e5a9571550))
1211
1699
 
1212
- ### Code Refactoring
1700
+ ## [5.0.0-alpha.13](https://github.com/empathyco/x/compare/@empathyco/x-components@5.0.0-alpha.12...@empathyco/x-components@5.0.0-alpha.13) (2024-05-17)
1213
1701
 
1214
- * migrate global-x-bus component (#1429) ([48c8ff5](https://github.com/empathyco/x/commit/48c8ff58f112c7ff11df4568358bde8542f32b0a))
1702
+ ### BREAKING CHANGES
1215
1703
 
1704
+ - **scroll:** `WindowScroll' component will no longer be available and has been removed.
1216
1705
 
1706
+ ### Features
1217
1707
 
1218
- ## [4.1.0-alpha.30](https://github.com/empathyco/x/compare/@empathyco/x-components@4.1.0-alpha.29...@empathyco/x-components@4.1.0-alpha.30) (2024-03-12)
1708
+ - **scroll:** replace `ScrollMixin` by `UseScroll` composable (#1473) ([26244cd](https://github.com/empathyco/x/commit/26244cdc8ced863918f0ceb8138ca89bf6792461))
1219
1709
 
1710
+ ## [5.0.0-alpha.12](https://github.com/empathyco/x/compare/@empathyco/x-components@5.0.0-alpha.11...@empathyco/x-components@5.0.0-alpha.12) (2024-05-15)
1220
1711
 
1221
1712
  ### Features
1222
1713
 
1223
- * send totalHits -1 when there are no results and semantics (#1425) ([d393649](https://github.com/empathyco/x/commit/d39364944d2ee76ee5412480e9c3cdeb55fc4fa1))
1714
+ - migrate `FiltersInjection` mixin (#1467) ([839c663](https://github.com/empathyco/x/commit/839c66334c98ed399ce354a2c5a3a842734ed54c))
1224
1715
 
1716
+ ## [5.0.0-alpha.11](https://github.com/empathyco/x/compare/@empathyco/x-components@5.0.0-alpha.10...@empathyco/x-components@5.0.0-alpha.11) (2024-05-13)
1225
1717
 
1718
+ ### Features
1226
1719
 
1227
- ## [4.1.0-alpha.29](https://github.com/empathyco/x/compare/@empathyco/x-components@4.1.0-alpha.28...@empathyco/x-components@4.1.0-alpha.29) (2024-03-08)
1720
+ - replace `AnimationsMixin` with `useCollapseAnimation` composable (#1468) ([e3ee9d9](https://github.com/empathyco/x/commit/e3ee9d94f9acc4abdcd1c591a754c86d9a6abbb7))
1228
1721
 
1722
+ ## [5.0.0-alpha.10](https://github.com/empathyco/x/compare/@empathyco/x-components@5.0.0-alpha.9...@empathyco/x-components@5.0.0-alpha.10) (2024-05-09)
1229
1723
 
1230
1724
  ### Features
1231
1725
 
1232
- * create load next page component (#1424) ([cf05167](https://github.com/empathyco/x/commit/cf05167904dfdc018e36f33c7d0df2ff0e5de4a9))
1726
+ - Replace FacetsMixin by useFacets composable (#1462) ([bb7e0ce](https://github.com/empathyco/x/commit/bb7e0cede8653d82e436db696e80c1bdbcb9cc41))
1233
1727
 
1728
+ ## [5.0.0-alpha.9](https://github.com/empathyco/x/compare/@empathyco/x-components@5.0.0-alpha.8...@empathyco/x-components@5.0.0-alpha.9) (2024-05-09)
1234
1729
 
1730
+ ### Features
1235
1731
 
1236
- ## [4.1.0-alpha.28](https://github.com/empathyco/x/compare/@empathyco/x-components@4.1.0-alpha.27...@empathyco/x-components@4.1.0-alpha.28) (2024-03-07)
1732
+ - migrate `ItemsListInjection` mixin (#1460) ([a89fb51](https://github.com/empathyco/x/commit/a89fb5179de040695f13d56f43de50917e1c7f97))
1237
1733
 
1734
+ ## [5.0.0-alpha.8](https://github.com/empathyco/x/compare/@empathyco/x-components@5.0.0-alpha.7...@empathyco/x-components@5.0.0-alpha.8) (2024-05-08)
1238
1735
 
1239
- ### Bug Fixes
1736
+ ### BREAKING CHANGES
1240
1737
 
1241
- * Next Queries not being calculated when using Related Tags (#1428) ([50306b6](https://github.com/empathyco/x/commit/50306b600c681c1bd54e209ee048893295a016cb))
1738
+ - `MainScroll` drops the usage of `NoElement` as root element and uses a div instead. This extra div could break the style of an application that relies on `MainScroll` rendering their content directly.
1739
+ `MainScrollItem` drops the usage of `NoElement` if no `tag` prop is passed and uses a div as fallback.
1242
1740
 
1741
+ ### Features
1243
1742
 
1743
+ - migrate `MainScroll` and `MainScrollItem` components (#1456) ([b720132](https://github.com/empathyco/x/commit/b7201322bbf1f5696e80e00622d21d653228177c))
1244
1744
 
1245
- ## [4.1.0-alpha.27](https://github.com/empathyco/x/compare/@empathyco/x-components@4.1.0-alpha.26...@empathyco/x-components@4.1.0-alpha.27) (2024-03-04)
1745
+ ## [5.0.0-alpha.7](https://github.com/empathyco/x/compare/@empathyco/x-components@5.0.0-alpha.6...@empathyco/x-components@5.0.0-alpha.7) (2024-05-06)
1246
1746
 
1747
+ ### ⚠ BREAKING CHANGES
1247
1748
 
1248
- ### Features
1749
+ - **ColumnPickerMixin:** `BaseColumnPickerDropdown` component will no longer emit the `change` event, use `update:modelValue` instead.
1750
+ `BaseColumnPickerDropdown` prop for the selected columns was renamed from `value` to `modelValue`.
1249
1751
 
1250
- * change useHybridInject so it works more like vue inject (#1427) ([f7e2946](https://github.com/empathyco/x/commit/f7e2946771213c06b6b7f6c9b4987ba971303463))
1752
+ `BaseColumnPickerList` component will no longer emit the `change` event, use `update:modelValue` instead.
1753
+ `BaseColumnPickerList` prop for the selected columns was renamed from `value` to `modelValue`.
1251
1754
 
1755
+ `ColumnPickerMixin` has been removed.
1252
1756
 
1757
+ ### Code Refactoring
1253
1758
 
1254
- ## [4.1.0-alpha.26](https://github.com/empathyco/x/compare/@empathyco/x-components@4.1.0-alpha.25...@empathyco/x-components@4.1.0-alpha.26) (2024-02-23)
1759
+ - **ColumnPickerMixin:** get rid of `ColumnPickerMixin` and refactor components which use it (#1461) ([c5b84da](https://github.com/empathyco/x/commit/c5b84da32b75a37d028e91b64220016a2cfb3037))
1255
1760
 
1761
+ ## [5.0.0-alpha.6](https://github.com/empathyco/x/compare/@empathyco/x-components@5.0.0-alpha.5...@empathyco/x-components@5.0.0-alpha.6) (2024-05-03)
1256
1762
 
1257
- ### Documentation
1763
+ **Note:** Version bump only for package @empathyco/x-components
1258
1764
 
1259
- * replace enable/disable with activate/deactivate (#1420) ([5370c7c](https://github.com/empathyco/x/commit/5370c7c908db1f78d1b315dfd46a518cb534ca8d))
1765
+ ## [5.0.0-alpha.5](https://github.com/empathyco/x/compare/@empathyco/x-components@5.0.0-alpha.4...@empathyco/x-components@5.0.0-alpha.5) (2024-05-01)
1260
1766
 
1767
+ ### Testing
1261
1768
 
1769
+ - add Sort components to Vue 3 migration test (#1454) ([7ccffb0](https://github.com/empathyco/x/commit/7ccffb084cdf6521c57977eca4d19d93f6586a2d))
1262
1770
 
1263
- ## [4.1.0-alpha.25](https://github.com/empathyco/x/compare/@empathyco/x-components@4.1.0-alpha.24...@empathyco/x-components@4.1.0-alpha.25) (2024-02-23)
1771
+ ## [5.0.0-alpha.4](https://github.com/empathyco/x/compare/@empathyco/x-components@5.0.0-alpha.3...@empathyco/x-components@5.0.0-alpha.4) (2024-05-01)
1264
1772
 
1773
+ ### Bug Fixes
1265
1774
 
1266
- ### Code Refactoring
1775
+ - **query-preview-list:** enable inherit attrs (#1458) ([1adbfe0](https://github.com/empathyco/x/commit/1adbfe04665e289aa0c325daced40f257669fe2d))
1267
1776
 
1268
- * **components:** migrate location-provider component to vue 2.7 (#1421) ([98377e8](https://github.com/empathyco/x/commit/98377e8fb4e3a65dce7aa8ddd144cd69f2ab1395))
1777
+ ## [5.0.0-alpha.3](https://github.com/empathyco/x/compare/@empathyco/x-components@5.0.0-alpha.2...@empathyco/x-components@5.0.0-alpha.3) (2024-05-01)
1269
1778
 
1779
+ ### Code Refactoring
1270
1780
 
1781
+ - **base-event-button:** migrate base-event-button component to Composition API (#1457) ([39a7a8e](https://github.com/empathyco/x/commit/39a7a8ed4767ae78d447e6ddca530c41f9f681dc))
1271
1782
 
1272
- ## [4.1.0-alpha.24](https://github.com/empathyco/x/compare/@empathyco/x-components@4.1.0-alpha.23...@empathyco/x-components@4.1.0-alpha.24) (2024-02-21)
1783
+ ## [5.0.0-alpha.2](https://github.com/empathyco/x/compare/@empathyco/x-components@5.0.0-alpha.1...@empathyco/x-components@5.0.0-alpha.2) (2024-05-01)
1273
1784
 
1785
+ ### Documentation
1274
1786
 
1275
- ### Features
1787
+ - fix typo (#1455) ([44eae35](https://github.com/empathyco/x/commit/44eae359b33f9642eb9af02701fd6a3295a2deb9))
1276
1788
 
1277
- * migrating base-rating component using defineComponent sintax (#1419) ([3fb116a](https://github.com/empathyco/x/commit/3fb116ad5a28addcf53c6d66035072e7013a7818))
1789
+ ## [5.0.0-alpha.1](https://github.com/empathyco/x/compare/@empathyco/x-components@5.0.0-alpha.0...@empathyco/x-components@5.0.0-alpha.1) (2024-04-29)
1278
1790
 
1791
+ ### Code Refactoring
1279
1792
 
1793
+ - **query-preview:** migrate query preview component x provide (#1452) ([a60c62a](https://github.com/empathyco/x/commit/a60c62a35d7ba3f13e6561583a0af9f5a46c61b2))
1280
1794
 
1281
- ## [4.1.0-alpha.23](https://github.com/empathyco/x/compare/@empathyco/x-components@4.1.0-alpha.22...@empathyco/x-components@4.1.0-alpha.23) (2024-02-21)
1795
+ ## [5.0.0-alpha.0](https://github.com/empathyco/x/compare/@empathyco/x-components@4.1.0-alpha.46...@empathyco/x-components@5.0.0-alpha.0) (2024-04-24)
1282
1796
 
1283
- **Note:** Version bump only for package @empathyco/x-components
1797
+ ### BREAKING CHANGES
1284
1798
 
1799
+ - **sort-mixin:** base-dropdown component will no longer emit the `change` event, use `update:modelValue` instead.
1800
+ base-dropdown prop for the selected item was renamed from `value` to `modelValue`.
1285
1801
 
1802
+ ### Code Refactoring
1286
1803
 
1804
+ - **sort-mixin:** get rid of SortMixin and refactor components which use it (#1448) ([de0a287](https://github.com/empathyco/x/commit/de0a28754d8fefe8c4db6aa7b7cb5d8407016be2))
1287
1805
 
1806
+ ## [4.1.0-alpha.46](https://github.com/empathyco/x/compare/@empathyco/x-components@4.1.0-alpha.45...@empathyco/x-components@4.1.0-alpha.46) (2024-04-22)
1288
1807
 
1289
- ## [4.1.0-alpha.22](https://github.com/empathyco/x/compare/@empathyco/x-components@4.1.0-alpha.21...@empathyco/x-components@4.1.0-alpha.22) (2024-02-21)
1808
+ ### Features
1809
+
1810
+ - export pageLoaderButton component (#1449) ([115f744](https://github.com/empathyco/x/commit/115f7448fc92cee5be4151191d4b1a347fd570a1))
1290
1811
 
1812
+ ## [4.1.0-alpha.45](https://github.com/empathyco/x/compare/@empathyco/x-components@4.1.0-alpha.44...@empathyco/x-components@4.1.0-alpha.45) (2024-04-19)
1291
1813
 
1292
1814
  ### Features
1293
1815
 
1294
- * **filters:** update preselected filters component so it reacts to snippetConfig changes (#1404) ([05983f3](https://github.com/empathyco/x/commit/05983f352830b7d52c2b586566938749fa9ce44e))
1816
+ - **bus:** make `useXBus` get bus from `XPlugin` (#1447) ([c57d1af](https://github.com/empathyco/x/commit/c57d1aff8df162e5b99b78822ba5013b617d4aba))
1817
+
1818
+ ## [4.1.0-alpha.44](https://github.com/empathyco/x/compare/@empathyco/x-components@4.1.0-alpha.43...@empathyco/x-components@4.1.0-alpha.44) (2024-04-19)
1295
1819
 
1820
+ ### Features
1296
1821
 
1822
+ - EMP-3849 Create vue3-migration-test package ([399fe51](https://github.com/empathyco/x/commit/399fe5176b8c0a5206ed7da4edf9c54c1219f70b))
1297
1823
 
1298
- ## [4.1.0-alpha.21](https://github.com/empathyco/x/compare/@empathyco/x-components@4.1.0-alpha.20...@empathyco/x-components@4.1.0-alpha.21) (2024-02-20)
1824
+ ### Bug Fixes
1299
1825
 
1826
+ - Fix @vue/compat alias for x-components imports ([d6d7e2f](https://github.com/empathyco/x/commit/d6d7e2f26e6944af7453c213b8d0a1d28ff359eb))
1827
+ - Fix Vue alias for Cypress component testing ([6a71960](https://github.com/empathyco/x/commit/6a71960ffeef4c4b964084c924feac76e25850b5))
1828
+
1829
+ ## [4.1.0-alpha.43](https://github.com/empathyco/x/compare/@empathyco/x-components@4.1.0-alpha.42...@empathyco/x-components@4.1.0-alpha.43) (2024-04-08)
1300
1830
 
1301
1831
  ### Features
1302
1832
 
1303
- * migrate base-switch to use defineComponent sintax (#1415) ([0592ec9](https://github.com/empathyco/x/commit/0592ec94f7f47c91946d0e3a465dde134dd12021))
1833
+ - migrate result variant provider (#1440) ([b981d9b](https://github.com/empathyco/x/commit/b981d9ba35394288957e13adbffbaaded142e6c7))
1304
1834
 
1835
+ ## [4.1.0-alpha.42](https://github.com/empathyco/x/compare/@empathyco/x-components@4.1.0-alpha.41...@empathyco/x-components@4.1.0-alpha.42) (2024-04-08)
1305
1836
 
1837
+ ### Features
1306
1838
 
1307
- ## [4.1.0-alpha.20](https://github.com/empathyco/x/compare/@empathyco/x-components@4.1.0-alpha.19...@empathyco/x-components@4.1.0-alpha.20) (2024-02-20)
1839
+ - migrate result variants selector component (#1438) ([1e6d681](https://github.com/empathyco/x/commit/1e6d681d7368ca04810df5d8d6116e702face4ff))
1308
1840
 
1841
+ ## [4.1.0-alpha.41](https://github.com/empathyco/x/compare/@empathyco/x-components@4.1.0-alpha.40...@empathyco/x-components@4.1.0-alpha.41) (2024-04-08)
1309
1842
 
1310
- ### Bug Fixes
1843
+ ### Features
1311
1844
 
1312
- * **tagging:** fix e2e test when a display result has no queryTagging (#1416) ([6193307](https://github.com/empathyco/x/commit/6193307e609ab340fcd5f1f047d87b352c571e72))
1845
+ - migrate base-grid component to vue 2.7 (#1441) ([1974715](https://github.com/empathyco/x/commit/19747154d727bec6cbee171df7d655c34f714db0))
1313
1846
 
1847
+ ## [4.1.0-alpha.40](https://github.com/empathyco/x/compare/@empathyco/x-components@4.1.0-alpha.39...@empathyco/x-components@4.1.0-alpha.40) (2024-04-04)
1314
1848
 
1849
+ ### Code Refactoring
1315
1850
 
1316
- ## [4.1.0-alpha.19](https://github.com/empathyco/x/compare/@empathyco/x-components@4.1.0-alpha.18...@empathyco/x-components@4.1.0-alpha.19) (2024-02-20)
1851
+ - remove useHybridInject (#1439) ([f3f6c75](https://github.com/empathyco/x/commit/f3f6c75b9860937869eee89249a50a65480054b8))
1317
1852
 
1853
+ ## [4.1.0-alpha.39](https://github.com/empathyco/x/compare/@empathyco/x-components@4.1.0-alpha.38...@empathyco/x-components@4.1.0-alpha.39) (2024-04-04)
1318
1854
 
1319
1855
  ### Features
1320
1856
 
1321
- * **composables:** create XBus composable (#1412) ([5246135](https://github.com/empathyco/x/commit/5246135aaf2581e338dcf1934aeb8fb781cfe0a0))
1322
- * **tagging:** send query event when a result from a QP is clicked (#1409) ([2236948](https://github.com/empathyco/x/commit/22369482f51fc2e9b36c7b8280ad0da3ab5e504d))
1857
+ - modify use-$x composable (#1434) ([cd9a0d1](https://github.com/empathyco/x/commit/cd9a0d1acc95e9b79142aa1abe4b5df5d04aef40))
1323
1858
 
1859
+ ## [4.1.0-alpha.38](https://github.com/empathyco/x/compare/@empathyco/x-components@4.1.0-alpha.37...@empathyco/x-components@4.1.0-alpha.38) (2024-03-27)
1860
+
1861
+ ### Bug Fixes
1862
+
1863
+ - make arrays reactive with ref in useHybridInject (#1437) ([75e6fbf](https://github.com/empathyco/x/commit/75e6fbf0b5c2cc95a2bb6f5549afed5eeca635ca))
1864
+
1865
+ ## [4.1.0-alpha.37](https://github.com/empathyco/x/compare/@empathyco/x-components@4.1.0-alpha.36...@empathyco/x-components@4.1.0-alpha.37) (2024-03-22)
1324
1866
 
1325
1867
  ### Code Refactoring
1326
1868
 
1327
- * migrate cross-fade component to vue 2.7 (#1414) ([7f28d20](https://github.com/empathyco/x/commit/7f28d20f3d644cd69da0914ff7a1f3e2819b2966))
1328
- * migrate fade component to vue 2.7 (#1413) ([4a8d016](https://github.com/empathyco/x/commit/4a8d0166f34876c71a77ac5326af0f44e4956e77))
1329
- * move getRottXComponent to a util (#1410) ([6f93f23](https://github.com/empathyco/x/commit/6f93f238fae6da2db7251eb8b2524e306e415814))
1869
+ - migrate aside to vue 2.7 and use hybridInject (#1433) ([3c94afc](https://github.com/empathyco/x/commit/3c94afc813e58d6c70943e103f814129a17c7eff))
1330
1870
 
1871
+ ## [4.1.0-alpha.36](https://github.com/empathyco/x/compare/@empathyco/x-components@4.1.0-alpha.35...@empathyco/x-components@4.1.0-alpha.36) (2024-03-21)
1331
1872
 
1873
+ ### Bug Fixes
1332
1874
 
1333
- ## [4.1.0-alpha.18](https://github.com/empathyco/x/compare/@empathyco/x-components@4.1.0-alpha.17...@empathyco/x-components@4.1.0-alpha.18) (2024-02-16)
1875
+ - bus handling of a location ref (#1432) ([b980638](https://github.com/empathyco/x/commit/b98063826f5657088bb613db1a529a446389ed67))
1334
1876
 
1877
+ ## [4.1.0-alpha.35](https://github.com/empathyco/x/compare/@empathyco/x-components@4.1.0-alpha.34...@empathyco/x-components@4.1.0-alpha.35) (2024-03-20)
1335
1878
 
1336
1879
  ### Code Refactoring
1337
1880
 
1338
- * **components:** migrate animate-width component to vue 2.7 (#1411) ([47c26fb](https://github.com/empathyco/x/commit/47c26fba64025ae6fc391979e8d82fd366afe5b9))
1881
+ - create alias api composable (#1426) ([6badb3a](https://github.com/empathyco/x/commit/6badb3a9815f880f0f411f948b3755f50e9e60a7))
1339
1882
 
1883
+ ## [4.1.0-alpha.34](https://github.com/empathyco/x/compare/@empathyco/x-components@4.1.0-alpha.33...@empathyco/x-components@4.1.0-alpha.34) (2024-03-19)
1340
1884
 
1885
+ ### Code Refactoring
1341
1886
 
1342
- ## [4.1.0-alpha.17](https://github.com/empathyco/x/compare/@empathyco/x-components@4.1.0-alpha.16...@empathyco/x-components@4.1.0-alpha.17) (2024-02-14)
1887
+ - migrate no-element component to vue 2.7 ([29d6a61](https://github.com/empathyco/x/commit/29d6a613aa5a46a6584fcb99015a5cbd99d43b42))
1343
1888
 
1889
+ ## [4.1.0-alpha.33](https://github.com/empathyco/x/compare/@empathyco/x-components@4.1.0-alpha.32...@empathyco/x-components@4.1.0-alpha.33) (2024-03-19)
1344
1890
 
1345
- ### Features
1891
+ ### Code Refactoring
1346
1892
 
1347
- * **composables:** create use getter composable (#1407) ([44a1488](https://github.com/empathyco/x/commit/44a148848ab027a624a3a1980ed4a62cb0956dea))
1893
+ - migrate snippet-callbacks to vue 2.7 (#1431) ([168ff1d](https://github.com/empathyco/x/commit/168ff1db8ac964fd12c307c61756d23d84e6ad76))
1348
1894
 
1895
+ ## [4.1.0-alpha.32](https://github.com/empathyco/x/compare/@empathyco/x-components@4.1.0-alpha.31...@empathyco/x-components@4.1.0-alpha.32) (2024-03-13)
1349
1896
 
1897
+ ### Code Refactoring
1350
1898
 
1351
- ## [4.1.0-alpha.16](https://github.com/empathyco/x/compare/@empathyco/x-components@4.1.0-alpha.15...@empathyco/x-components@4.1.0-alpha.16) (2024-02-14)
1899
+ - migrate preselected filters component (#1422) ([4a38318](https://github.com/empathyco/x/commit/4a383186b5ca669938ffbc230c9c3d02805e866b))
1352
1900
 
1901
+ ## [4.1.0-alpha.31](https://github.com/empathyco/x/compare/@empathyco/x-components@4.1.0-alpha.30...@empathyco/x-components@4.1.0-alpha.31) (2024-03-13)
1353
1902
 
1354
- ### Testing
1903
+ ### Code Refactoring
1355
1904
 
1356
- * uncomment tests that were expected to fail (#1405) ([f2310a4](https://github.com/empathyco/x/commit/f2310a43133a1b6e1531d59d8e392912eff96894))
1905
+ - migrate global-x-bus component (#1429) ([48c8ff5](https://github.com/empathyco/x/commit/48c8ff58f112c7ff11df4568358bde8542f32b0a))
1357
1906
 
1907
+ ## [4.1.0-alpha.30](https://github.com/empathyco/x/compare/@empathyco/x-components@4.1.0-alpha.29...@empathyco/x-components@4.1.0-alpha.30) (2024-03-12)
1358
1908
 
1909
+ ### Features
1359
1910
 
1360
- ## [4.1.0-alpha.15](https://github.com/empathyco/x/compare/@empathyco/x-components@4.1.0-alpha.14...@empathyco/x-components@4.1.0-alpha.15) (2024-02-13)
1911
+ - send totalHits -1 when there are no results and semantics (#1425) ([d393649](https://github.com/empathyco/x/commit/d39364944d2ee76ee5412480e9c3cdeb55fc4fa1))
1361
1912
 
1913
+ ## [4.1.0-alpha.29](https://github.com/empathyco/x/compare/@empathyco/x-components@4.1.0-alpha.28...@empathyco/x-components@4.1.0-alpha.29) (2024-03-08)
1362
1914
 
1363
1915
  ### Features
1364
1916
 
1365
- * **composables:** create useState composable (#1402) ([435af42](https://github.com/empathyco/x/commit/435af4222a2ed08d44d728a973406c0e1122b862))
1917
+ - create load next page component (#1424) ([cf05167](https://github.com/empathyco/x/commit/cf05167904dfdc018e36f33c7d0df2ff0e5de4a9))
1366
1918
 
1919
+ ## [4.1.0-alpha.28](https://github.com/empathyco/x/compare/@empathyco/x-components@4.1.0-alpha.27...@empathyco/x-components@4.1.0-alpha.28) (2024-03-07)
1367
1920
 
1921
+ ### Bug Fixes
1368
1922
 
1369
- ## [4.1.0-alpha.14](https://github.com/empathyco/x/compare/@empathyco/x-components@4.1.0-alpha.13...@empathyco/x-components@4.1.0-alpha.14) (2024-02-05)
1923
+ - Next Queries not being calculated when using Related Tags (#1428) ([50306b6](https://github.com/empathyco/x/commit/50306b600c681c1bd54e209ee048893295a016cb))
1370
1924
 
1925
+ ## [4.1.0-alpha.27](https://github.com/empathyco/x/compare/@empathyco/x-components@4.1.0-alpha.26...@empathyco/x-components@4.1.0-alpha.27) (2024-03-04)
1371
1926
 
1372
1927
  ### Features
1373
1928
 
1374
- * **components:** create useStore composable (#1401) ([b4e42b9](https://github.com/empathyco/x/commit/b4e42b95bdee4dcc869908e9505830cc15e975a8))
1375
- * creating useRegisterXModule composable (#1399) ([850a741](https://github.com/empathyco/x/commit/850a741f3a144ae79374d85e7e2f6a2f1c502946))
1929
+ - change useHybridInject so it works more like vue inject (#1427) ([f7e2946](https://github.com/empathyco/x/commit/f7e2946771213c06b6b7f6c9b4987ba971303463))
1376
1930
 
1931
+ ## [4.1.0-alpha.26](https://github.com/empathyco/x/compare/@empathyco/x-components@4.1.0-alpha.25...@empathyco/x-components@4.1.0-alpha.26) (2024-02-23)
1377
1932
 
1378
- ### Code Refactoring
1933
+ ### Documentation
1379
1934
 
1380
- * **tagging:** change sessionId creation logic from nanoId to UUID (#1398) ([be06367](https://github.com/empathyco/x/commit/be063673bb74559efab5be9bf6f7ec56688c71f9))
1935
+ - replace enable/disable with activate/deactivate (#1420) ([5370c7c](https://github.com/empathyco/x/commit/5370c7c908db1f78d1b315dfd46a518cb534ca8d))
1381
1936
 
1937
+ ## [4.1.0-alpha.25](https://github.com/empathyco/x/compare/@empathyco/x-components@4.1.0-alpha.24...@empathyco/x-components@4.1.0-alpha.25) (2024-02-23)
1382
1938
 
1939
+ ### Code Refactoring
1383
1940
 
1384
- ## [4.1.0-alpha.13](https://github.com/empathyco/x/compare/@empathyco/x-components@4.1.0-alpha.12...@empathyco/x-components@4.1.0-alpha.13) (2024-01-25)
1941
+ - **components:** migrate location-provider component to vue 2.7 (#1421) ([98377e8](https://github.com/empathyco/x/commit/98377e8fb4e3a65dce7aa8ddd144cd69f2ab1395))
1385
1942
 
1943
+ ## [4.1.0-alpha.24](https://github.com/empathyco/x/compare/@empathyco/x-components@4.1.0-alpha.23...@empathyco/x-components@4.1.0-alpha.24) (2024-02-21)
1386
1944
 
1387
1945
  ### Features
1388
1946
 
1389
- * **queries-preview:** allow queries preview with same query but different filters or params (#1392) ([4c1f63a](https://github.com/empathyco/x/commit/4c1f63aaf4e9fc75d3b8298b2ea41c1fc207940a))
1390
-
1947
+ - migrating base-rating component using defineComponent sintax (#1419) ([3fb116a](https://github.com/empathyco/x/commit/3fb116ad5a28addcf53c6d66035072e7013a7818))
1391
1948
 
1949
+ ## [4.1.0-alpha.23](https://github.com/empathyco/x/compare/@empathyco/x-components@4.1.0-alpha.22...@empathyco/x-components@4.1.0-alpha.23) (2024-02-21)
1392
1950
 
1393
- ## [4.1.0-alpha.12](https://github.com/empathyco/x/compare/@empathyco/x-components@4.1.0-alpha.11...@empathyco/x-components@4.1.0-alpha.12) (2024-01-25)
1951
+ **Note:** Version bump only for package @empathyco/x-components
1394
1952
 
1953
+ ## [4.1.0-alpha.22](https://github.com/empathyco/x/compare/@empathyco/x-components@4.1.0-alpha.21...@empathyco/x-components@4.1.0-alpha.22) (2024-02-21)
1395
1954
 
1396
1955
  ### Features
1397
1956
 
1398
- * **components:** composable and component to fire callbacks when an element appears on viewport (#1391) ([c463352](https://github.com/empathyco/x/commit/c46335243c74c604e6f8168c158461edff9d4eb5))
1957
+ - **filters:** update preselected filters component so it reacts to snippetConfig changes (#1404) ([05983f3](https://github.com/empathyco/x/commit/05983f352830b7d52c2b586566938749fa9ce44e))
1399
1958
 
1959
+ ## [4.1.0-alpha.21](https://github.com/empathyco/x/compare/@empathyco/x-components@4.1.0-alpha.20...@empathyco/x-components@4.1.0-alpha.21) (2024-02-20)
1400
1960
 
1961
+ ### Features
1401
1962
 
1402
- ## [4.1.0-alpha.11](https://github.com/empathyco/x/compare/@empathyco/x-components@4.1.0-alpha.10...@empathyco/x-components@4.1.0-alpha.11) (2024-01-22)
1963
+ - migrate base-switch to use defineComponent sintax (#1415) ([0592ec9](https://github.com/empathyco/x/commit/0592ec94f7f47c91946d0e3a465dde134dd12021))
1403
1964
 
1965
+ ## [4.1.0-alpha.20](https://github.com/empathyco/x/compare/@empathyco/x-components@4.1.0-alpha.19...@empathyco/x-components@4.1.0-alpha.20) (2024-02-20)
1404
1966
 
1405
1967
  ### Bug Fixes
1406
1968
 
1407
- * prevent snippet-config-extra-params of firing change event with no changes (#1393) ([73a7a1b](https://github.com/empathyco/x/commit/73a7a1b4168fbcbca23b665baf45fd0e7398f494))
1408
-
1969
+ - **tagging:** fix e2e test when a display result has no queryTagging (#1416) ([6193307](https://github.com/empathyco/x/commit/6193307e609ab340fcd5f1f047d87b352c571e72))
1409
1970
 
1971
+ ## [4.1.0-alpha.19](https://github.com/empathyco/x/compare/@empathyco/x-components@4.1.0-alpha.18...@empathyco/x-components@4.1.0-alpha.19) (2024-02-20)
1410
1972
 
1411
- ## [4.1.0-alpha.10](https://github.com/empathyco/x/compare/@empathyco/x-components@4.1.0-alpha.9...@empathyco/x-components@4.1.0-alpha.10) (2024-01-17)
1973
+ ### Features
1412
1974
 
1413
- **Note:** Version bump only for package @empathyco/x-components
1975
+ - **composables:** create XBus composable (#1412) ([5246135](https://github.com/empathyco/x/commit/5246135aaf2581e338dcf1934aeb8fb781cfe0a0))
1976
+ - **tagging:** send query event when a result from a QP is clicked (#1409) ([2236948](https://github.com/empathyco/x/commit/22369482f51fc2e9b36c7b8280ad0da3ab5e504d))
1414
1977
 
1978
+ ### Code Refactoring
1415
1979
 
1980
+ - migrate cross-fade component to vue 2.7 (#1414) ([7f28d20](https://github.com/empathyco/x/commit/7f28d20f3d644cd69da0914ff7a1f3e2819b2966))
1981
+ - migrate fade component to vue 2.7 (#1413) ([4a8d016](https://github.com/empathyco/x/commit/4a8d0166f34876c71a77ac5326af0f44e4956e77))
1982
+ - move getRottXComponent to a util (#1410) ([6f93f23](https://github.com/empathyco/x/commit/6f93f238fae6da2db7251eb8b2524e306e415814))
1416
1983
 
1984
+ ## [4.1.0-alpha.18](https://github.com/empathyco/x/compare/@empathyco/x-components@4.1.0-alpha.17...@empathyco/x-components@4.1.0-alpha.18) (2024-02-16)
1417
1985
 
1986
+ ### Code Refactoring
1418
1987
 
1419
- ## [4.1.0-alpha.9](https://github.com/empathyco/x/compare/@empathyco/x-components@4.1.0-alpha.8...@empathyco/x-components@4.1.0-alpha.9) (2024-01-17)
1988
+ - **components:** migrate animate-width component to vue 2.7 (#1411) ([47c26fb](https://github.com/empathyco/x/commit/47c26fba64025ae6fc391979e8d82fd366afe5b9))
1420
1989
 
1421
- **Note:** Version bump only for package @empathyco/x-components
1990
+ ## [4.1.0-alpha.17](https://github.com/empathyco/x/compare/@empathyco/x-components@4.1.0-alpha.16...@empathyco/x-components@4.1.0-alpha.17) (2024-02-14)
1422
1991
 
1992
+ ### Features
1423
1993
 
1994
+ - **composables:** create use getter composable (#1407) ([44a1488](https://github.com/empathyco/x/commit/44a148848ab027a624a3a1980ed4a62cb0956dea))
1424
1995
 
1996
+ ## [4.1.0-alpha.16](https://github.com/empathyco/x/compare/@empathyco/x-components@4.1.0-alpha.15...@empathyco/x-components@4.1.0-alpha.16) (2024-02-14)
1425
1997
 
1998
+ ### Testing
1426
1999
 
1427
- ## [4.1.0-alpha.8](https://github.com/empathyco/x/compare/@empathyco/x-components@4.1.0-alpha.7...@empathyco/x-components@4.1.0-alpha.8) (2024-01-15)
2000
+ - uncomment tests that were expected to fail (#1405) ([f2310a4](https://github.com/empathyco/x/commit/f2310a43133a1b6e1531d59d8e392912eff96894))
1428
2001
 
2002
+ ## [4.1.0-alpha.15](https://github.com/empathyco/x/compare/@empathyco/x-components@4.1.0-alpha.14...@empathyco/x-components@4.1.0-alpha.15) (2024-02-13)
1429
2003
 
1430
2004
  ### Features
1431
2005
 
1432
- * **queries-preview:** display tagging from QP request accessible in QP component (#1389) ([27dfec8](https://github.com/empathyco/x/commit/27dfec8dc2725a7c2300e306d82617a2d1de130f))
1433
-
2006
+ - **composables:** create useState composable (#1402) ([435af42](https://github.com/empathyco/x/commit/435af4222a2ed08d44d728a973406c0e1122b862))
1434
2007
 
2008
+ ## [4.1.0-alpha.14](https://github.com/empathyco/x/compare/@empathyco/x-components@4.1.0-alpha.13...@empathyco/x-components@4.1.0-alpha.14) (2024-02-05)
1435
2009
 
1436
- ## [4.1.0-alpha.7](https://github.com/empathyco/x/compare/@empathyco/x-components@4.1.0-alpha.6...@empathyco/x-components@4.1.0-alpha.7) (2024-01-12)
2010
+ ### Features
1437
2011
 
2012
+ - **components:** create useStore composable (#1401) ([b4e42b9](https://github.com/empathyco/x/commit/b4e42b95bdee4dcc869908e9505830cc15e975a8))
2013
+ - creating useRegisterXModule composable (#1399) ([850a741](https://github.com/empathyco/x/commit/850a741f3a144ae79374d85e7e2f6a2f1c502946))
1438
2014
 
1439
- ### Features
2015
+ ### Code Refactoring
1440
2016
 
1441
- * **search:** handle display tagging from search response (#1388) ([b6b5d86](https://github.com/empathyco/x/commit/b6b5d8657947b8510f9d23530d709e757e5e3ecf))
2017
+ - **tagging:** change sessionId creation logic from nanoId to UUID (#1398) ([be06367](https://github.com/empathyco/x/commit/be063673bb74559efab5be9bf6f7ec56688c71f9))
1442
2018
 
2019
+ ## [4.1.0-alpha.13](https://github.com/empathyco/x/compare/@empathyco/x-components@4.1.0-alpha.12...@empathyco/x-components@4.1.0-alpha.13) (2024-01-25)
1443
2020
 
2021
+ ### Features
1444
2022
 
1445
- ## [4.1.0-alpha.6](https://github.com/empathyco/x/compare/@empathyco/x-components@4.1.0-alpha.5...@empathyco/x-components@4.1.0-alpha.6) (2024-01-11)
2023
+ - **queries-preview:** allow queries preview with same query but different filters or params (#1392) ([4c1f63a](https://github.com/empathyco/x/commit/4c1f63aaf4e9fc75d3b8298b2ea41c1fc207940a))
1446
2024
 
2025
+ ## [4.1.0-alpha.12](https://github.com/empathyco/x/compare/@empathyco/x-components@4.1.0-alpha.11...@empathyco/x-components@4.1.0-alpha.12) (2024-01-25)
1447
2026
 
1448
2027
  ### Features
1449
2028
 
1450
- * update to rollup 4 (#1370) ([a5c471b](https://github.com/empathyco/x/commit/a5c471b7d139393b7c2c0dffd88973029f2ced31))
2029
+ - **components:** composable and component to fire callbacks when an element appears on viewport (#1391) ([c463352](https://github.com/empathyco/x/commit/c46335243c74c604e6f8168c158461edff9d4eb5))
1451
2030
 
2031
+ ## [4.1.0-alpha.11](https://github.com/empathyco/x/compare/@empathyco/x-components@4.1.0-alpha.10...@empathyco/x-components@4.1.0-alpha.11) (2024-01-22)
1452
2032
 
2033
+ ### Bug Fixes
1453
2034
 
1454
- ## [4.1.0-alpha.5](https://github.com/empathyco/x/compare/@empathyco/x-components@4.1.0-alpha.4...@empathyco/x-components@4.1.0-alpha.5) (2024-01-03)
2035
+ - prevent snippet-config-extra-params of firing change event with no changes (#1393) ([73a7a1b](https://github.com/empathyco/x/commit/73a7a1b4168fbcbca23b665baf45fd0e7398f494))
1455
2036
 
2037
+ ## [4.1.0-alpha.10](https://github.com/empathyco/x/compare/@empathyco/x-components@4.1.0-alpha.9...@empathyco/x-components@4.1.0-alpha.10) (2024-01-17)
1456
2038
 
1457
- ### Documentation
2039
+ **Note:** Version bump only for package @empathyco/x-components
1458
2040
 
1459
- * **integration:** add getSnippetConfig info (#1387) ([622286b](https://github.com/empathyco/x/commit/622286be7b9e552f3dd1e5563a295c7bd267cc49))
2041
+ ## [4.1.0-alpha.9](https://github.com/empathyco/x/compare/@empathyco/x-components@4.1.0-alpha.8...@empathyco/x-components@4.1.0-alpha.9) (2024-01-17)
1460
2042
 
2043
+ **Note:** Version bump only for package @empathyco/x-components
1461
2044
 
2045
+ ## [4.1.0-alpha.8](https://github.com/empathyco/x/compare/@empathyco/x-components@4.1.0-alpha.7...@empathyco/x-components@4.1.0-alpha.8) (2024-01-15)
1462
2046
 
1463
- ## [4.1.0-alpha.4](https://github.com/empathyco/x/compare/@empathyco/x-components@4.1.0-alpha.3...@empathyco/x-components@4.1.0-alpha.4) (2023-12-29)
2047
+ ### Features
1464
2048
 
2049
+ - **queries-preview:** display tagging from QP request accessible in QP component (#1389) ([27dfec8](https://github.com/empathyco/x/commit/27dfec8dc2725a7c2300e306d82617a2d1de130f))
2050
+
2051
+ ## [4.1.0-alpha.7](https://github.com/empathyco/x/compare/@empathyco/x-components@4.1.0-alpha.6...@empathyco/x-components@4.1.0-alpha.7) (2024-01-12)
1465
2052
 
1466
2053
  ### Features
1467
2054
 
1468
- * **x-plugin:** add snippet config getter to XAPI (#1378) ([a76e1b7](https://github.com/empathyco/x/commit/a76e1b716b9aa86fc6853bcf4d1bb7aaa9478f4a))
2055
+ - **search:** handle display tagging from search response (#1388) ([b6b5d86](https://github.com/empathyco/x/commit/b6b5d8657947b8510f9d23530d709e757e5e3ecf))
1469
2056
 
2057
+ ## [4.1.0-alpha.6](https://github.com/empathyco/x/compare/@empathyco/x-components@4.1.0-alpha.5...@empathyco/x-components@4.1.0-alpha.6) (2024-01-11)
1470
2058
 
2059
+ ### Features
1471
2060
 
1472
- ## [4.1.0-alpha.3](https://github.com/empathyco/x/compare/@empathyco/x-components@4.1.0-alpha.2...@empathyco/x-components@4.1.0-alpha.3) (2023-12-29)
2061
+ - update to rollup 4 (#1370) ([a5c471b](https://github.com/empathyco/x/commit/a5c471b7d139393b7c2c0dffd88973029f2ced31))
1473
2062
 
2063
+ ## [4.1.0-alpha.5](https://github.com/empathyco/x/compare/@empathyco/x-components@4.1.0-alpha.4...@empathyco/x-components@4.1.0-alpha.5) (2024-01-03)
1474
2064
 
1475
2065
  ### Documentation
1476
2066
 
1477
- * optimize images for SEO (#1379) ([b115a08](https://github.com/empathyco/x/commit/b115a08caa450447f0515532c3d9c9fd1125a1a4))
2067
+ - **integration:** add getSnippetConfig info (#1387) ([622286b](https://github.com/empathyco/x/commit/622286be7b9e552f3dd1e5563a295c7bd267cc49))
1478
2068
 
2069
+ ## [4.1.0-alpha.4](https://github.com/empathyco/x/compare/@empathyco/x-components@4.1.0-alpha.3...@empathyco/x-components@4.1.0-alpha.4) (2023-12-29)
1479
2070
 
2071
+ ### Features
1480
2072
 
1481
- ## [4.1.0-alpha.2](https://github.com/empathyco/x/compare/@empathyco/x-components@4.1.0-alpha.1...@empathyco/x-components@4.1.0-alpha.2) (2023-12-28)
2073
+ - **x-plugin:** add snippet config getter to XAPI (#1378) ([a76e1b7](https://github.com/empathyco/x/commit/a76e1b716b9aa86fc6853bcf4d1bb7aaa9478f4a))
1482
2074
 
1483
- **Note:** Version bump only for package @empathyco/x-components
2075
+ ## [4.1.0-alpha.3](https://github.com/empathyco/x/compare/@empathyco/x-components@4.1.0-alpha.2...@empathyco/x-components@4.1.0-alpha.3) (2023-12-29)
1484
2076
 
2077
+ ### Documentation
1485
2078
 
2079
+ - optimize images for SEO (#1379) ([b115a08](https://github.com/empathyco/x/commit/b115a08caa450447f0515532c3d9c9fd1125a1a4))
1486
2080
 
2081
+ ## [4.1.0-alpha.2](https://github.com/empathyco/x/compare/@empathyco/x-components@4.1.0-alpha.1...@empathyco/x-components@4.1.0-alpha.2) (2023-12-28)
1487
2082
 
2083
+ **Note:** Version bump only for package @empathyco/x-components
1488
2084
 
1489
2085
  ## [4.1.0-alpha.1](https://github.com/empathyco/x/compare/@empathyco/x-components@4.1.0-alpha.0...@empathyco/x-components@4.1.0-alpha.1) (2023-12-27)
1490
2086
 
1491
2087
  **Note:** Version bump only for package @empathyco/x-components
1492
2088
 
1493
-
1494
-
1495
-
1496
-
1497
2089
  ## [4.1.0-alpha.0](https://github.com/empathyco/x/compare/@empathyco/x-components@4.0.2-alpha.0...@empathyco/x-components@4.1.0-alpha.0) (2023-12-11)
1498
2090
 
1499
-
1500
2091
  ### Features
1501
2092
 
1502
- * **query-preview:** use cached query-previews (#1360) ([2579ca4](https://github.com/empathyco/x/commit/2579ca42d52c6f6c428b9129d63dc4a0ddb4788c))
1503
-
1504
-
2093
+ - **query-preview:** use cached query-previews (#1360) ([2579ca4](https://github.com/empathyco/x/commit/2579ca42d52c6f6c428b9129d63dc4a0ddb4788c))
1505
2094
 
1506
2095
  ## [4.0.2-alpha.0](https://github.com/empathyco/x/compare/@empathyco/x-components@4.0.1...@empathyco/x-components@4.0.2-alpha.0) (2023-11-29)
1507
2096
 
1508
2097
  **Note:** Version bump only for package @empathyco/x-components
1509
2098
 
1510
-
1511
-
1512
-
1513
-
1514
2099
  ## [4.0.1](https://github.com/empathyco/x/compare/@empathyco/x-components@4.0.1-alpha.0...@empathyco/x-components@4.0.1) (2023-11-24)
1515
2100
 
1516
2101
  **Note:** Version bump only for package @empathyco/x-components
1517
2102
 
1518
-
1519
-
1520
-
1521
-
1522
2103
  ## [4.0.1-alpha.0](https://github.com/empathyco/x/compare/@empathyco/x-components@4.0.0-alpha.1...@empathyco/x-components@4.0.1-alpha.0) (2023-11-22)
1523
2104
 
1524
2105
  **Note:** Version bump only for package @empathyco/x-components
1525
2106
 
1526
-
1527
-
1528
-
1529
-
1530
2107
  ## [4.0.0](https://github.com/empathyco/x/compare/@empathyco/x-components@4.0.0-alpha.1...@empathyco/x-components@4.0.0) (2023-11-21)
1531
2108
 
1532
2109
  **Note:** Version bump only for package @empathyco/x-components
1533
2110
 
1534
-
1535
-
1536
-
1537
-
1538
2111
  ## [4.0.0-alpha.1](https://github.com/empathyco/x/compare/@empathyco/x-components@4.0.0-alpha.0...@empathyco/x-components@4.0.0-alpha.1) (2023-11-20)
1539
2112
 
1540
-
1541
2113
  ### Bug Fixes
1542
2114
 
1543
- * use `cypress run` for headless testing (#1357) ([bc88050](https://github.com/empathyco/x/commit/bc88050a6c525e65d8b0e2d1adacf5d823df9137))
1544
-
1545
-
2115
+ - use `cypress run` for headless testing (#1357) ([bc88050](https://github.com/empathyco/x/commit/bc88050a6c525e65d8b0e2d1adacf5d823df9137))
1546
2116
 
1547
2117
  ## [4.0.0-alpha.0](https://github.com/empathyco/x/compare/@empathyco/x-components@3.1.0-alpha.3...@empathyco/x-components@4.0.0-alpha.0) (2023-11-16)
1548
2118
 
1549
-
1550
2119
  ### ⚠ BREAKING CHANGES
1551
2120
 
1552
- * **components:** remove deprecated origins from (#1344)
1553
- * **facets:** The '__unknown-facet__' value for a facetId is deprecated: it has been replaced by the UNKNOWN_FACET_KEY constant, whose value is '__unknown__'.
2121
+ - **components:** remove deprecated origins from (#1344)
2122
+ - **facets:** The '**unknown-facet**' value for a facetId is deprecated: it has been replaced by the UNKNOWN_FACET_KEY constant, whose value is '**unknown**'.
1554
2123
 
1555
2124
  Co-authored-by: Guillermo Cacheda <cachedacodes@gmail.com>
1556
2125
 
1557
2126
  ### Features
1558
2127
 
1559
- * **components:** remove deprecated origins (#1355) ([3d7c981](https://github.com/empathyco/x/commit/3d7c981380bd8af30724780f7810808d563db471))
1560
- * **facets:** Unify __unknown__ and __unknown-facet__ in a constant (#1351) ([30585f2](https://github.com/empathyco/x/commit/30585f2d57653aa33c68f748ff10f93202f1887e))
1561
-
1562
-
2128
+ - **components:** remove deprecated origins (#1355) ([3d7c981](https://github.com/empathyco/x/commit/3d7c981380bd8af30724780f7810808d563db471))
2129
+ - **facets:** Unify **unknown** and **unknown-facet** in a constant (#1351) ([30585f2](https://github.com/empathyco/x/commit/30585f2d57653aa33c68f748ff10f93202f1887e))
1563
2130
 
1564
2131
  ## [3.1.0-alpha.3](https://github.com/empathyco/x/compare/@empathyco/x-components@3.1.0-alpha.2...@empathyco/x-components@3.1.0-alpha.3) (2023-11-13)
1565
2132
 
1566
-
1567
2133
  ### Features
1568
2134
 
1569
- * migrate from `vue-cli` to `vite` (#1350) ([52a3b6e](https://github.com/empathyco/x/commit/52a3b6e7d94587f6934e838a2e68c99af97f7999))
1570
-
1571
-
2135
+ - migrate from `vue-cli` to `vite` (#1350) ([52a3b6e](https://github.com/empathyco/x/commit/52a3b6e7d94587f6934e838a2e68c99af97f7999))
1572
2136
 
1573
2137
  ## [3.1.0-alpha.2](https://github.com/empathyco/x/compare/@empathyco/x-components@3.1.0-alpha.1...@empathyco/x-components@3.1.0-alpha.2) (2023-11-13)
1574
2138
 
1575
-
1576
2139
  ### Documentation
1577
2140
 
1578
- * **integration:** how to track add2cart event (#1349) ([65509fd](https://github.com/empathyco/x/commit/65509fdfcbd89ce823bd2a36898c3bbf21b7b3ce))
1579
-
1580
-
2141
+ - **integration:** how to track add2cart event (#1349) ([65509fd](https://github.com/empathyco/x/commit/65509fdfcbd89ce823bd2a36898c3bbf21b7b3ce))
1581
2142
 
1582
2143
  ## [3.1.0-alpha.1](https://github.com/empathyco/x/compare/@empathyco/x-components@3.1.0-alpha.0...@empathyco/x-components@3.1.0-alpha.1) (2023-11-10)
1583
2144
 
1584
-
1585
2145
  ### Documentation
1586
2146
 
1587
- * fix `@empathyco/x-components import path in examples (#1353) ([071f12d](https://github.com/empathyco/x/commit/071f12dd96285a02f56c9ddc52c8fe6b802cefae))
1588
-
1589
-
2147
+ - fix `@empathyco/x-components import path in examples (#1353) ([071f12d](https://github.com/empathyco/x/commit/071f12dd96285a02f56c9ddc52c8fe6b802cefae))
1590
2148
 
1591
2149
  ## [3.1.0-alpha.0](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.1-alpha.4...@empathyco/x-components@3.1.0-alpha.0) (2023-11-06)
1592
2150
 
1593
-
1594
2151
  ### Features
1595
2152
 
1596
- * **extra-params:** allow currency to be an extra param as default ([319851d](https://github.com/empathyco/x/commit/319851da07f04a79aae128081c9c45cd7ae1b1e9))
1597
-
1598
-
2153
+ - **extra-params:** allow currency to be an extra param as default ([319851d](https://github.com/empathyco/x/commit/319851da07f04a79aae128081c9c45cd7ae1b1e9))
1599
2154
 
1600
2155
  ## [3.0.1-alpha.4](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.1-alpha.3...@empathyco/x-components@3.0.1-alpha.4) (2023-10-31)
1601
2156
 
1602
-
1603
2157
  ### Bug Fixes
1604
2158
 
1605
- * **x-plugin:** improve ResultFeature type values (#1344) ([c4c9f6e](https://github.com/empathyco/x/commit/c4c9f6e69d9f9f2a68619d6f10e918c649b42894))
1606
-
1607
-
2159
+ - **x-plugin:** improve ResultFeature type values (#1344) ([c4c9f6e](https://github.com/empathyco/x/commit/c4c9f6e69d9f9f2a68619d6f10e918c649b42894))
1608
2160
 
1609
2161
  ## [3.0.1-alpha.3](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.1-alpha.2...@empathyco/x-components@3.0.1-alpha.3) (2023-10-30)
1610
2162
 
1611
-
1612
2163
  ### Bug Fixes
1613
2164
 
1614
- * identation error in search-box.md ([614407e](https://github.com/empathyco/x/commit/614407e17a4f198e9c8ad11ca324a00ee7275fa6))
1615
-
1616
-
2165
+ - identation error in search-box.md ([614407e](https://github.com/empathyco/x/commit/614407e17a4f198e9c8ad11ca324a00ee7275fa6))
1617
2166
 
1618
2167
  ## [3.0.1-alpha.2](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.1-alpha.1...@empathyco/x-components@3.0.1-alpha.2) (2023-10-27)
1619
2168
 
1620
-
1621
2169
  ### Documentation
1622
2170
 
1623
- * **static-docs:** added redirections in static docs metadata (#1341) ([8c1d27f](https://github.com/empathyco/x/commit/8c1d27fdef0ff5b95a274d0693c98495799436bb))
1624
-
1625
-
2171
+ - **static-docs:** added redirections in static docs metadata (#1341) ([8c1d27f](https://github.com/empathyco/x/commit/8c1d27fdef0ff5b95a274d0693c98495799436bb))
1626
2172
 
1627
2173
  ## [3.0.1-alpha.1](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.1-alpha.0...@empathyco/x-components@3.0.1-alpha.1) (2023-10-26)
1628
2174
 
1629
-
1630
2175
  ### Bug Fixes
1631
2176
 
1632
- * **history-queries:** map selected filters correctly when coming from Query Preview (#1325) ([61fdfd1](https://github.com/empathyco/x/commit/61fdfd1f4af0183952084abfd8a72ecdd76ee6ee))
1633
-
1634
-
2177
+ - **history-queries:** map selected filters correctly when coming from Query Preview (#1325) ([61fdfd1](https://github.com/empathyco/x/commit/61fdfd1f4af0183952084abfd8a72ecdd76ee6ee))
1635
2178
 
1636
2179
  ## [3.0.1-alpha.0](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.425...@empathyco/x-components@3.0.1-alpha.0) (2023-10-24)
1637
2180
 
1638
2181
  **Note:** Version bump only for package @empathyco/x-components
1639
2182
 
1640
-
1641
-
1642
-
1643
-
1644
2183
  # Change Log
1645
2184
 
1646
2185
  All notable changes to this project will be documented in this file. See
@@ -1652,12 +2191,9 @@ All notable changes to this project will be documented in this file. See
1652
2191
 
1653
2192
  ## [3.0.0-alpha.425](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.424...@empathyco/x-components@3.0.0-alpha.425) (2023-10-23)
1654
2193
 
1655
-
1656
2194
  ### Documentation
1657
2195
 
1658
- * **integration:** update integration documentation for query preview with filters [(#1336)](https://github.com/empathyco/x/pull/1336) ([b6d6b70](https://github.com/empathyco/x/commit/b6d6b70a6dff5fa22beac9980026e837aded8f8a))
1659
-
1660
-
2196
+ - **integration:** update integration documentation for query preview with filters [(#1336)](https://github.com/empathyco/x/pull/1336) ([b6d6b70](https://github.com/empathyco/x/commit/b6d6b70a6dff5fa22beac9980026e837aded8f8a))
1661
2197
 
1662
2198
  ## [3.0.0-alpha.424](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.423...@empathyco/x-components@3.0.0-alpha.424) (2023-10-23)
1663
2199