@empathyco/x-components 3.0.0-alpha.33 → 3.0.0-alpha.331
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.
- package/CHANGELOG.md +3610 -30
- package/README.md +27 -8
- package/core/index.d.ts +0 -1
- package/core/index.js +101 -59
- package/core/index.js.map +1 -1
- package/design-system/.-mixins.css +0 -1
- package/design-system/badge-default.css +13 -7
- package/design-system/base.css +18 -28
- package/design-system/default-theme.css +946 -1426
- package/design-system/deprecated-full-theme.css +1686 -0
- package/design-system/dropdown-card.css +4 -2
- package/design-system/dropdown-default.css +162 -125
- package/design-system/dropdown-l.css +4 -2
- package/design-system/dropdown-line.css +4 -2
- package/design-system/dropdown-m.css +4 -2
- package/design-system/dropdown-pill.css +4 -2
- package/design-system/dropdown-s.css +4 -2
- package/design-system/dropdown-xl.css +4 -2
- package/design-system/facet-card.css +4 -2
- package/design-system/facet-default.css +80 -55
- package/design-system/facet-line.css +12 -4
- package/design-system/facet-outlined.css +4 -2
- package/design-system/filter-default.css +57 -31
- package/design-system/filter-hierarchical.css +25 -17
- package/design-system/filter-justified.css +2 -1
- package/design-system/full-theme.css +4110 -4254
- package/design-system/grid-default.css +16 -5
- package/design-system/list-default.css +87 -72
- package/design-system/list-gap.css +483 -223
- package/design-system/list-padding.css +272 -193
- package/design-system/message-default.css +31 -17
- package/design-system/option-list-bottom.css +93 -23
- package/design-system/option-list-default.css +124 -74
- package/design-system/progress-bar-progress-bar.css +10 -8
- package/design-system/result-card.css +4 -2
- package/design-system/result-default.css +38 -36
- package/design-system/row-default.css +97 -62
- package/design-system/row-gap.css +87 -6
- package/design-system/row-padding.css +12 -6
- package/design-system/tag-card.css +4 -2
- package/design-system/tag-default.css +164 -40
- package/design-system/tag-ghost.css +18 -2
- package/design-system/tag-pill.css +4 -2
- package/design-system/utilities-background-color.css +30 -7
- package/design-system/utilities-border-color.css +30 -7
- package/design-system/utilities-border-radius.css +1004 -1025
- package/design-system/utilities-border-width.css +265 -264
- package/design-system/utilities-box-shadow.css +87 -22
- package/design-system/utilities-dev-mode.css +2 -1
- package/design-system/utilities-fill-color.css +43 -0
- package/design-system/utilities-flex.css +43 -0
- package/design-system/utilities-line-clamp.css +34 -0
- package/design-system/utilities-margin.css +308 -331
- package/design-system/utilities-padding.css +294 -317
- package/design-system/utilities-position.css +19 -0
- package/device/index.js +3 -3
- package/docs/API-reference/api/index.md +1 -1
- package/docs/API-reference/api/x-adapter-platform.bannerschema.md +11 -0
- package/docs/API-reference/api/x-adapter-platform.extracturlparameters.md +29 -0
- package/docs/API-reference/api/x-adapter-platform.facetconfig.md +21 -0
- package/docs/API-reference/api/x-adapter-platform.facetconfig.modelname.md +11 -0
- package/docs/API-reference/api/x-adapter-platform.facetconfig.schema.md +11 -0
- package/docs/API-reference/api/x-adapter-platform.facetschema.md +11 -0
- package/docs/API-reference/api/x-adapter-platform.getfacetconfig.md +26 -0
- package/docs/API-reference/api/x-adapter-platform.gettagginginfofromurl.md +26 -0
- package/docs/API-reference/api/x-adapter-platform.hierarchicalfilterschema.md +11 -0
- package/docs/API-reference/api/x-adapter-platform.identifierresultsendpointadapter.md +11 -0
- package/docs/API-reference/api/x-adapter-platform.identifierresultsrequestmapper.md +11 -0
- package/docs/API-reference/api/x-adapter-platform.identifierresultsrequestschema.md +11 -0
- package/docs/API-reference/api/x-adapter-platform.identifierresultsresponsemapper.md +11 -0
- package/docs/API-reference/api/x-adapter-platform.identifierresultsresponseschema.md +11 -0
- package/docs/API-reference/api/x-adapter-platform.md +108 -0
- package/docs/API-reference/api/x-adapter-platform.nextqueriesendpointadapter.md +13 -0
- package/docs/API-reference/api/x-adapter-platform.nextqueriesrequestmapper.md +11 -0
- package/docs/API-reference/api/x-adapter-platform.nextqueriesrequestschema.md +11 -0
- package/docs/API-reference/api/x-adapter-platform.nextqueriesresponsemapper.md +11 -0
- package/docs/API-reference/api/x-adapter-platform.nextqueriesresponseschema.md +11 -0
- package/docs/API-reference/api/x-adapter-platform.nextqueryschema.md +11 -0
- package/docs/API-reference/api/x-adapter-platform.numberfilterschema.md +11 -0
- package/docs/API-reference/api/x-adapter-platform.partialresultsschema.md +11 -0
- package/docs/API-reference/api/x-adapter-platform.platformadapter.identifierresults.md +11 -0
- package/docs/API-reference/api/x-adapter-platform.platformadapter.md +11 -0
- package/docs/API-reference/api/x-adapter-platform.platformadapter.nextqueries.md +11 -0
- package/docs/API-reference/api/x-adapter-platform.platformadapter.popularsearches.md +11 -0
- package/docs/API-reference/api/x-adapter-platform.platformadapter.querysuggestions.md +11 -0
- package/docs/API-reference/api/x-adapter-platform.platformadapter.recommendations.md +11 -0
- package/docs/API-reference/api/x-adapter-platform.platformadapter.relatedtags.md +11 -0
- package/docs/API-reference/api/x-adapter-platform.platformadapter.search.md +11 -0
- package/docs/API-reference/api/x-adapter-platform.platformadapter.tagging.md +11 -0
- package/docs/API-reference/api/x-adapter-platform.platformbanner.id.md +11 -0
- package/docs/API-reference/api/x-adapter-platform.platformbanner.image_url.md +11 -0
- package/docs/API-reference/api/x-adapter-platform.platformbanner.md +25 -0
- package/docs/API-reference/api/x-adapter-platform.platformbanner.position.md +11 -0
- package/docs/API-reference/api/x-adapter-platform.platformbanner.tagging.md +14 -0
- package/docs/API-reference/api/x-adapter-platform.platformbanner.title.md +11 -0
- package/docs/API-reference/api/x-adapter-platform.platformbanner.url.md +11 -0
- package/docs/API-reference/api/x-adapter-platform.platformfacet.facet.md +11 -0
- package/docs/API-reference/api/x-adapter-platform.platformfacet.md +22 -0
- package/docs/API-reference/api/x-adapter-platform.platformfacet.type.md +11 -0
- package/docs/API-reference/api/x-adapter-platform.platformfacet.values.md +11 -0
- package/docs/API-reference/api/x-adapter-platform.platformfacettype.md +13 -0
- package/docs/API-reference/api/x-adapter-platform.platformfilter.count.md +11 -0
- package/docs/API-reference/api/x-adapter-platform.platformfilter.filter.md +11 -0
- package/docs/API-reference/api/x-adapter-platform.platformfilter.id.md +11 -0
- package/docs/API-reference/api/x-adapter-platform.platformfilter.md +23 -0
- package/docs/API-reference/api/x-adapter-platform.platformfilter.value.md +11 -0
- package/docs/API-reference/api/x-adapter-platform.platformhierarchicalfilter.children.md +11 -0
- package/docs/API-reference/api/x-adapter-platform.platformhierarchicalfilter.md +21 -0
- package/docs/API-reference/api/x-adapter-platform.platformidentifierresultsrequest.md +15 -0
- package/docs/API-reference/api/x-adapter-platform.platformidentifierresultsresponse.catalog.md +16 -0
- package/docs/API-reference/api/x-adapter-platform.platformidentifierresultsresponse.md +20 -0
- package/docs/API-reference/api/x-adapter-platform.platformnextqueriesrequest.md +15 -0
- package/docs/API-reference/api/x-adapter-platform.platformnextqueriesresponse.data.md +13 -0
- package/docs/API-reference/api/x-adapter-platform.platformnextqueriesresponse.md +20 -0
- package/docs/API-reference/api/x-adapter-platform.platformnextquery.md +22 -0
- package/docs/API-reference/api/x-adapter-platform.platformnextquery.position.md +11 -0
- package/docs/API-reference/api/x-adapter-platform.platformnextquery.query.md +11 -0
- package/docs/API-reference/api/x-adapter-platform.platformnextquery.source.md +11 -0
- package/docs/API-reference/api/x-adapter-platform.platformpartialresult.content.md +11 -0
- package/docs/API-reference/api/x-adapter-platform.platformpartialresult.md +20 -0
- package/docs/API-reference/api/x-adapter-platform.platformpartialresult.numfound.md +11 -0
- package/docs/API-reference/api/x-adapter-platform.platformpartialresult.term.md +11 -0
- package/docs/API-reference/api/x-adapter-platform.platformpopularsearchesrequest.md +15 -0
- package/docs/API-reference/api/x-adapter-platform.platformpopularsearchesresponse.md +20 -0
- package/docs/API-reference/api/x-adapter-platform.platformpopularsearchesresponse.toptrends.md +13 -0
- package/docs/API-reference/api/x-adapter-platform.platformpromoted.id.md +11 -0
- package/docs/API-reference/api/x-adapter-platform.platformpromoted.image_url.md +11 -0
- package/docs/API-reference/api/x-adapter-platform.platformpromoted.md +25 -0
- package/docs/API-reference/api/x-adapter-platform.platformpromoted.position.md +11 -0
- package/docs/API-reference/api/x-adapter-platform.platformpromoted.tagging.md +13 -0
- package/docs/API-reference/api/x-adapter-platform.platformpromoted.title.md +11 -0
- package/docs/API-reference/api/x-adapter-platform.platformpromoted.url.md +11 -0
- package/docs/API-reference/api/x-adapter-platform.platformquerysuggestionsrequest.md +15 -0
- package/docs/API-reference/api/x-adapter-platform.platformquerysuggestionsresponse.md +20 -0
- package/docs/API-reference/api/x-adapter-platform.platformquerysuggestionsresponse.toptrends.md +13 -0
- package/docs/API-reference/api/x-adapter-platform.platformrecommendationsrequest.md +15 -0
- package/docs/API-reference/api/x-adapter-platform.platformrecommendationsresponse.md +20 -0
- package/docs/API-reference/api/x-adapter-platform.platformrecommendationsresponse.topclicked.md +14 -0
- package/docs/API-reference/api/x-adapter-platform.platformredirection.id.md +11 -0
- package/docs/API-reference/api/x-adapter-platform.platformredirection.md +22 -0
- package/docs/API-reference/api/x-adapter-platform.platformredirection.tagging.md +13 -0
- package/docs/API-reference/api/x-adapter-platform.platformredirection.url.md +11 -0
- package/docs/API-reference/api/x-adapter-platform.platformrelatedtag.md +23 -0
- package/docs/API-reference/api/x-adapter-platform.platformrelatedtag.position.md +11 -0
- package/docs/API-reference/api/x-adapter-platform.platformrelatedtag.query.md +11 -0
- package/docs/API-reference/api/x-adapter-platform.platformrelatedtag.source.md +11 -0
- package/docs/API-reference/api/x-adapter-platform.platformrelatedtag.tag.md +11 -0
- package/docs/API-reference/api/x-adapter-platform.platformrelatedtagsrequest.md +15 -0
- package/docs/API-reference/api/x-adapter-platform.platformrelatedtagsresponse.data.md +13 -0
- package/docs/API-reference/api/x-adapter-platform.platformrelatedtagsresponse.md +21 -0
- package/docs/API-reference/api/x-adapter-platform.platformrelatedtagsresponse.status.md +11 -0
- package/docs/API-reference/api/x-adapter-platform.platformresult.id.md +11 -0
- package/docs/API-reference/api/x-adapter-platform.platformresult.image.md +11 -0
- package/docs/API-reference/api/x-adapter-platform.platformresult.md +25 -0
- package/docs/API-reference/api/x-adapter-platform.platformresult.name.md +11 -0
- package/docs/API-reference/api/x-adapter-platform.platformresult.price.md +11 -0
- package/docs/API-reference/api/x-adapter-platform.platformresult.tagging.md +11 -0
- package/docs/API-reference/api/x-adapter-platform.platformresult.url.md +11 -0
- package/docs/API-reference/api/x-adapter-platform.platformsearchrequest.md +15 -0
- package/docs/API-reference/api/x-adapter-platform.platformsearchresponse.banner.md +13 -0
- package/docs/API-reference/api/x-adapter-platform.platformsearchresponse.catalog.md +20 -0
- package/docs/API-reference/api/x-adapter-platform.platformsearchresponse.direct.md +13 -0
- package/docs/API-reference/api/x-adapter-platform.platformsearchresponse.md +23 -0
- package/docs/API-reference/api/x-adapter-platform.platformsearchresponse.promoted.md +13 -0
- package/docs/API-reference/api/x-adapter-platform.platformsuggestion.md +20 -0
- package/docs/API-reference/api/x-adapter-platform.platformsuggestion.title_raw.md +11 -0
- package/docs/API-reference/api/x-adapter-platform.platformtagging.add2cart.md +11 -0
- package/docs/API-reference/api/x-adapter-platform.platformtagging.checkout.md +11 -0
- package/docs/API-reference/api/x-adapter-platform.platformtagging.click.md +11 -0
- package/docs/API-reference/api/x-adapter-platform.platformtagging.md +22 -0
- package/docs/API-reference/api/x-adapter-platform.popularsearchesendpointadapter.md +11 -0
- package/docs/API-reference/api/x-adapter-platform.popularsearchesrequestmapper.md +11 -0
- package/docs/API-reference/api/x-adapter-platform.popularsearchesrequestschema.md +11 -0
- package/docs/API-reference/api/x-adapter-platform.popularsearchesresponsemapper.md +11 -0
- package/docs/API-reference/api/x-adapter-platform.popularsearchesresponseschema.md +11 -0
- package/docs/API-reference/api/x-adapter-platform.promotedschema.md +11 -0
- package/docs/API-reference/api/x-adapter-platform.querysuggestionsendpointadapter.md +11 -0
- package/docs/API-reference/api/x-adapter-platform.querysuggestionsrequestmapper.md +11 -0
- package/docs/API-reference/api/x-adapter-platform.querysuggestionsrequestschema.md +11 -0
- package/docs/API-reference/api/x-adapter-platform.querysuggestionsresponsemapper.md +11 -0
- package/docs/API-reference/api/x-adapter-platform.querysuggestionsresponseschema.md +11 -0
- package/docs/API-reference/api/x-adapter-platform.recommendationsendpointadapter.md +11 -0
- package/docs/API-reference/api/x-adapter-platform.recommendationsrequestmapper.md +11 -0
- package/docs/API-reference/api/x-adapter-platform.recommendationsrequestschema.md +11 -0
- package/docs/API-reference/api/x-adapter-platform.recommendationsresponsemapper.md +11 -0
- package/docs/API-reference/api/x-adapter-platform.recommendationsresponseschema.md +11 -0
- package/docs/API-reference/api/x-adapter-platform.redirectionschema.md +11 -0
- package/docs/API-reference/api/x-adapter-platform.relatedtagschema.md +11 -0
- package/docs/API-reference/api/x-adapter-platform.relatedtagsendpointadapter.md +13 -0
- package/docs/API-reference/api/x-adapter-platform.relatedtagsrequestmapper.md +11 -0
- package/docs/API-reference/api/x-adapter-platform.relatedtagsrequestschema.md +11 -0
- package/docs/API-reference/api/x-adapter-platform.relatedtagsresponsemapper.md +11 -0
- package/docs/API-reference/api/x-adapter-platform.relatedtagsresponseschema.md +11 -0
- package/docs/API-reference/api/x-adapter-platform.resultschema.md +11 -0
- package/docs/API-reference/api/x-adapter-platform.searchendpointadapter.md +11 -0
- package/docs/API-reference/api/x-adapter-platform.searchrequestmapper.md +11 -0
- package/docs/API-reference/api/x-adapter-platform.searchrequestschema.md +11 -0
- package/docs/API-reference/api/x-adapter-platform.searchresponsemapper.md +11 -0
- package/docs/API-reference/api/x-adapter-platform.searchresponseschema.md +11 -0
- package/docs/API-reference/api/x-adapter-platform.simplefilterschema.md +11 -0
- package/docs/API-reference/api/x-adapter-platform.suggestionschema.md +11 -0
- package/docs/API-reference/api/x-adapter-platform.taggingendpointadapter.md +11 -0
- package/docs/API-reference/api/x-adapter-platform.taggingrequestmapper.md +11 -0
- package/docs/API-reference/api/x-components.actionnamesfor.md +3 -3
- package/docs/API-reference/api/x-components.actionsclass.md +3 -3
- package/docs/API-reference/api/x-components.actionsdictionary.md +2 -2
- package/docs/API-reference/api/x-components.actionstree.md +3 -3
- package/docs/API-reference/api/x-components.addquerytohistory.md +1 -1
- package/docs/API-reference/api/x-components.addquerytohistoryaction.addquerytohistory.md +2 -2
- package/docs/API-reference/api/x-components.addquerytohistoryaction.md +2 -2
- package/docs/API-reference/api/x-components.addquerytohistoryqueries.md +1 -1
- package/docs/API-reference/api/x-components.allfilter.facet.md +1 -1
- package/docs/API-reference/api/x-components.allfilter.isselected.md +1 -1
- package/docs/API-reference/api/x-components.allfilter.md +3 -3
- package/docs/API-reference/api/x-components.allfilter.selectedfiltersbyfacet.md +1 -1
- package/docs/API-reference/api/x-components.animateclippath.md +13 -0
- package/docs/API-reference/api/x-components.animatescale.md +13 -0
- package/docs/API-reference/api/x-components.animatetranslate.md +13 -0
- package/docs/API-reference/api/x-components.animatewidth.md +2 -2
- package/docs/API-reference/api/x-components.anyactionstree.md +3 -3
- package/docs/API-reference/api/x-components.anygetterstree.md +3 -3
- package/docs/API-reference/api/x-components.anymutationstree.md +3 -3
- package/docs/API-reference/api/x-components.anysimplestateselector.md +3 -3
- package/docs/API-reference/api/x-components.anystateselector.md +3 -3
- package/docs/API-reference/api/x-components.anystoreemitters.md +3 -3
- package/docs/API-reference/api/x-components.anywire.md +3 -3
- package/docs/API-reference/api/x-components.anyxmodule.md +3 -3
- package/docs/API-reference/api/x-components.anyxstoremodule.md +3 -3
- package/docs/API-reference/api/x-components.anyxstoremoduleoption.md +3 -3
- package/docs/API-reference/api/x-components.arefiltersdifferent.md +2 -2
- package/docs/API-reference/api/x-components.arraytoobject.md +2 -2
- package/docs/API-reference/api/x-components.arraytoobject_1.md +4 -4
- package/docs/API-reference/api/x-components.arrowdownicon.md +11 -0
- package/docs/API-reference/api/x-components.arrowkey.md +2 -2
- package/docs/API-reference/api/x-components.arrowlefticon.md +11 -0
- package/docs/API-reference/api/x-components.arrowrighticon.md +11 -0
- package/docs/API-reference/api/x-components.arrowupicon.md +11 -0
- package/docs/API-reference/api/x-components.autoprogressbar.md +27 -13
- package/docs/API-reference/api/x-components.bagicon.md +1 -1
- package/docs/API-reference/api/x-components.banner.banner.md +1 -1
- package/docs/API-reference/api/x-components.banner.imagefailed.md +13 -0
- package/docs/API-reference/api/x-components.banner.md +4 -3
- package/docs/API-reference/api/x-components.bannerslist.animation.md +1 -1
- package/docs/API-reference/api/x-components.bannerslist.md +3 -3
- package/docs/API-reference/api/x-components.bannerslist.stateitems.md +1 -1
- package/docs/API-reference/api/x-components.barcodeicon.md +1 -1
- package/docs/API-reference/api/x-components.barcodetinyicon.md +1 -1
- package/docs/API-reference/api/x-components.baseaddtocart.events.md +1 -1
- package/docs/API-reference/api/x-components.baseaddtocart.md +4 -4
- package/docs/API-reference/api/x-components.baseaddtocart.result.md +1 -1
- package/docs/API-reference/api/x-components.basecolumnpickerdropdown.animation.md +1 -1
- package/docs/API-reference/api/x-components.basecolumnpickerdropdown.emitevent.md +2 -2
- package/docs/API-reference/api/x-components.basecolumnpickerdropdown.md +3 -3
- package/docs/API-reference/api/x-components.basecolumnpickerlist.md +4 -2
- package/docs/API-reference/api/x-components.basecurrency.format.md +1 -1
- package/docs/API-reference/api/x-components.basecurrency.injectedformat.md +1 -1
- package/docs/API-reference/api/x-components.basecurrency.md +4 -4
- package/docs/API-reference/api/x-components.basecurrency.value.md +1 -1
- package/docs/API-reference/api/x-components.basedropdown._refs.md +2 -1
- package/docs/API-reference/api/x-components.basedropdown.animation.md +1 -1
- package/docs/API-reference/api/x-components.basedropdown.arialabel.md +13 -0
- package/docs/API-reference/api/x-components.basedropdown.closeifeventisoutofdropdown.md +2 -2
- package/docs/API-reference/api/x-components.basedropdown.items.md +1 -1
- package/docs/API-reference/api/x-components.basedropdown.listid.md +11 -0
- package/docs/API-reference/api/x-components.basedropdown.md +6 -4
- package/docs/API-reference/api/x-components.basedropdown.searchtimeoutms.md +1 -1
- package/docs/API-reference/api/x-components.basedropdown.value.md +1 -1
- package/docs/API-reference/api/x-components.baseeventbutton.emitevents.md +2 -2
- package/docs/API-reference/api/x-components.baseeventbutton.events.md +1 -1
- package/docs/API-reference/api/x-components.baseeventbutton.md +4 -4
- package/docs/API-reference/api/x-components.baseeventsmodal.animation.md +1 -1
- package/docs/API-reference/api/x-components.baseeventsmodal.bodyclickevent.md +1 -1
- package/docs/API-reference/api/x-components.baseeventsmodal.emitbodyclickevent.md +2 -2
- package/docs/API-reference/api/x-components.baseeventsmodal.eventstoclosemodal.md +1 -1
- package/docs/API-reference/api/x-components.baseeventsmodal.eventstoopenmodal.md +1 -1
- package/docs/API-reference/api/x-components.baseeventsmodal.isopen.md +1 -1
- package/docs/API-reference/api/x-components.baseeventsmodal.md +6 -6
- package/docs/API-reference/api/x-components.baseeventsmodal.openerelement.md +1 -1
- package/docs/API-reference/api/x-components.baseeventsmodalclose.closingevent.md +1 -1
- package/docs/API-reference/api/x-components.baseeventsmodalclose.events.md +1 -1
- package/docs/API-reference/api/x-components.baseeventsmodalclose.md +4 -4
- package/docs/API-reference/api/x-components.baseeventsmodalopen.events.md +1 -1
- package/docs/API-reference/api/x-components.baseeventsmodalopen.md +4 -4
- package/docs/API-reference/api/x-components.baseeventsmodalopen.openingevent.md +1 -1
- package/docs/API-reference/api/x-components.basefallbackimage.md +1 -1
- package/docs/API-reference/api/x-components.basegrid.animation.md +1 -1
- package/docs/API-reference/api/x-components.basegrid.columns.md +1 -1
- package/docs/API-reference/api/x-components.basegrid.computeditems.md +1 -1
- package/docs/API-reference/api/x-components.basegrid.items.md +1 -1
- package/docs/API-reference/api/x-components.basegrid.md +6 -6
- package/docs/API-reference/api/x-components.baseheadertogglepanel.animation.md +1 -1
- package/docs/API-reference/api/x-components.baseheadertogglepanel.md +4 -4
- package/docs/API-reference/api/x-components.baseheadertogglepanel.startcollapsed.md +1 -1
- package/docs/API-reference/api/x-components.baseidmodal.animation.md +1 -1
- package/docs/API-reference/api/x-components.baseidmodal.closemodal.md +2 -2
- package/docs/API-reference/api/x-components.baseidmodal.emitclickoutofmodal.md +2 -2
- package/docs/API-reference/api/x-components.baseidmodal.isopen.md +1 -1
- package/docs/API-reference/api/x-components.baseidmodal.md +6 -6
- package/docs/API-reference/api/x-components.baseidmodal.modalid.md +1 -1
- package/docs/API-reference/api/x-components.baseidmodal.openerelement.md +1 -1
- package/docs/API-reference/api/x-components.baseidmodal.openmodal.md +2 -2
- package/docs/API-reference/api/x-components.baseidmodalclose.emitclosemodalevent.md +24 -0
- package/docs/API-reference/api/x-components.baseidmodalclose.md +10 -5
- package/docs/API-reference/api/x-components.baseidmodalclose.modalid.md +3 -1
- package/docs/API-reference/api/x-components.baseidmodalopen.emitopenmodalevent.md +24 -0
- package/docs/API-reference/api/x-components.baseidmodalopen.md +10 -5
- package/docs/API-reference/api/x-components.baseidmodalopen.modalid.md +3 -1
- package/docs/API-reference/api/x-components.baseidtogglepanel.animation.md +1 -1
- package/docs/API-reference/api/x-components.baseidtogglepanel.emitstateevent.md +2 -2
- package/docs/API-reference/api/x-components.baseidtogglepanel.isopen.md +1 -1
- package/docs/API-reference/api/x-components.baseidtogglepanel.md +5 -6
- package/docs/API-reference/api/x-components.baseidtogglepanel.panelid.md +1 -1
- package/docs/API-reference/api/x-components.baseidtogglepanel.startopen.md +1 -1
- package/docs/API-reference/api/x-components.baseidtogglepanel.togglepanel.md +2 -2
- package/docs/API-reference/api/x-components.baseidtogglepanelbutton.ispanelopen.md +1 -1
- package/docs/API-reference/api/x-components.baseidtogglepanelbutton.md +4 -4
- package/docs/API-reference/api/x-components.baseidtogglepanelbutton.panelid.md +1 -1
- package/docs/API-reference/api/x-components.baseidtogglepanelbutton.updatepanelstate.md +2 -2
- package/docs/API-reference/api/x-components.basekeyboardnavigation.elementtofocus.md +1 -1
- package/docs/API-reference/api/x-components.basekeyboardnavigation.eventsfordirectionlimit.md +1 -1
- package/docs/API-reference/api/x-components.basekeyboardnavigation.md +7 -7
- package/docs/API-reference/api/x-components.basekeyboardnavigation.mounted.md +2 -2
- package/docs/API-reference/api/x-components.basekeyboardnavigation.navigationhijacker.md +1 -1
- package/docs/API-reference/api/x-components.basekeyboardnavigation.navigationhijackerevents.md +1 -1
- package/docs/API-reference/api/x-components.basekeyboardnavigation.navigationservice.md +1 -1
- package/docs/API-reference/api/x-components.basekeyboardnavigation.triggernavigation.md +2 -2
- package/docs/API-reference/api/x-components.basemodal._refs.md +2 -1
- package/docs/API-reference/api/x-components.basemodal.animation.md +2 -2
- package/docs/API-reference/api/x-components.basemodal.focusonopen.md +13 -0
- package/docs/API-reference/api/x-components.basemodal.iswaitingforleave.md +13 -0
- package/docs/API-reference/api/x-components.basemodal.md +13 -9
- package/docs/API-reference/api/x-components.basemodal.mounted.md +2 -2
- package/docs/API-reference/api/x-components.basemodal.open.md +1 -1
- package/docs/API-reference/api/x-components.basemodal.overlayanimation.md +13 -0
- package/docs/API-reference/api/x-components.basemodal.previousbodyoverflow.md +1 -1
- package/docs/API-reference/api/x-components.basemodal.previoushtmloverflow.md +1 -1
- package/docs/API-reference/api/x-components.basemodal.referenceelement.md +13 -0
- package/docs/API-reference/api/x-components.basemodal.referenceselector.md +13 -0
- package/docs/API-reference/api/x-components.baseplaceholderimage.md +1 -1
- package/docs/API-reference/api/x-components.basepricefilterlabel.filter.md +1 -1
- package/docs/API-reference/api/x-components.basepricefilterlabel.format.md +1 -1
- package/docs/API-reference/api/x-components.basepricefilterlabel.from.md +1 -1
- package/docs/API-reference/api/x-components.basepricefilterlabel.fromto.md +1 -1
- package/docs/API-reference/api/x-components.basepricefilterlabel.label.md +1 -1
- package/docs/API-reference/api/x-components.basepricefilterlabel.lessthan.md +1 -1
- package/docs/API-reference/api/x-components.basepricefilterlabel.md +4 -4
- package/docs/API-reference/api/x-components.basepricefilterlabel.render.md +2 -2
- package/docs/API-reference/api/x-components.baserating.max.md +1 -1
- package/docs/API-reference/api/x-components.baserating.md +4 -4
- package/docs/API-reference/api/x-components.baserating.value.md +1 -1
- package/docs/API-reference/api/x-components.baseratingfilterlabel.filter.md +1 -1
- package/docs/API-reference/api/x-components.baseratingfilterlabel.max.md +1 -1
- package/docs/API-reference/api/x-components.baseratingfilterlabel.md +3 -3
- package/docs/API-reference/api/x-components.baseresultcurrentprice.format.md +1 -1
- package/docs/API-reference/api/x-components.baseresultcurrentprice.md +4 -4
- package/docs/API-reference/api/x-components.baseresultcurrentprice.result.md +1 -1
- package/docs/API-reference/api/x-components.baseresultimage.hoveranimation.md +13 -0
- package/docs/API-reference/api/x-components.baseresultimage.loadanimation.md +13 -0
- package/docs/API-reference/api/x-components.baseresultimage.md +6 -14
- package/docs/API-reference/api/x-components.baseresultimage.result.md +1 -1
- package/docs/API-reference/api/x-components.baseresultimage.shownextimageonhover.md +13 -0
- package/docs/API-reference/api/x-components.baseresultlink.md +4 -4
- package/docs/API-reference/api/x-components.baseresultlink.result.md +1 -1
- package/docs/API-reference/api/x-components.baseresultpreviousprice.format.md +3 -3
- package/docs/API-reference/api/x-components.baseresultpreviousprice.md +4 -4
- package/docs/API-reference/api/x-components.baseresultpreviousprice.result.md +1 -1
- package/docs/API-reference/api/x-components.baseresultrating.link.md +13 -0
- package/docs/API-reference/api/x-components.baseresultrating.md +22 -0
- package/docs/API-reference/api/x-components.baseresultrating.result.md +13 -0
- package/docs/API-reference/api/x-components.basescroll.md +2 -2
- package/docs/API-reference/api/x-components.basesuggestion.dynamiccssclasses.md +1 -1
- package/docs/API-reference/api/x-components.basesuggestion.emitevents.md +2 -2
- package/docs/API-reference/api/x-components.basesuggestion.events.md +2 -2
- package/docs/API-reference/api/x-components.basesuggestion.feature.md +1 -1
- package/docs/API-reference/api/x-components.basesuggestion.filter.md +13 -0
- package/docs/API-reference/api/x-components.basesuggestion.highlightcurated.md +13 -0
- package/docs/API-reference/api/x-components.basesuggestion.md +11 -10
- package/docs/API-reference/api/x-components.basesuggestion.query.md +1 -1
- package/docs/API-reference/api/x-components.basesuggestion.suggestion.md +1 -1
- package/docs/API-reference/api/x-components.basesuggestion.suggestionselectedevents.md +1 -1
- package/docs/API-reference/api/x-components.basesuggestions.animation.md +1 -1
- package/docs/API-reference/api/x-components.basesuggestions.maxitemstorender.md +1 -1
- package/docs/API-reference/api/x-components.basesuggestions.md +8 -6
- package/docs/API-reference/api/x-components.basesuggestions.showfacets.md +13 -0
- package/docs/API-reference/api/x-components.basesuggestions.showplainsuggestion.md +13 -0
- package/docs/API-reference/api/x-components.basesuggestions.suggestions.md +1 -1
- package/docs/API-reference/api/x-components.baseswitch.md +21 -0
- package/docs/API-reference/api/x-components.baseswitch.value.md +13 -0
- package/docs/API-reference/api/x-components.basetabspanel.allowtabdeselect.md +13 -0
- package/docs/API-reference/api/x-components.basetabspanel.contentanimation.md +13 -0
- package/docs/API-reference/api/x-components.basetabspanel.initialtab.md +13 -0
- package/docs/API-reference/api/x-components.basetabspanel.md +24 -0
- package/docs/API-reference/api/x-components.basetabspanel.tabsanimation.md +13 -0
- package/docs/API-reference/api/x-components.basetogglepanel.animation.md +1 -1
- package/docs/API-reference/api/x-components.basetogglepanel.md +4 -4
- package/docs/API-reference/api/x-components.basetogglepanel.open.md +1 -1
- package/docs/API-reference/api/x-components.basevariablecolumngrid.animation.md +1 -1
- package/docs/API-reference/api/x-components.basevariablecolumngrid.items.md +1 -1
- package/docs/API-reference/api/x-components.basevariablecolumngrid.md +4 -4
- package/docs/API-reference/api/x-components.basexapi.addproducttocart.md +24 -0
- package/docs/API-reference/api/x-components.basexapi.close.md +17 -0
- package/docs/API-reference/api/x-components.basexapi.init.md +3 -3
- package/docs/API-reference/api/x-components.basexapi.md +5 -2
- package/docs/API-reference/api/x-components.basexapi.search.md +3 -3
- package/docs/API-reference/api/x-components.basexapi.setinitcallback.md +2 -2
- package/docs/API-reference/api/x-components.basexapi.setsnippetconfig.md +24 -0
- package/docs/API-reference/api/x-components.basexbus.emit.md +4 -4
- package/docs/API-reference/api/x-components.basexbus.md +2 -2
- package/docs/API-reference/api/x-components.basexbus.on.md +3 -3
- package/docs/API-reference/api/x-components.cancelfetchandsaveidentifierresults.md +1 -1
- package/docs/API-reference/api/x-components.cancelfetchandsaveidentifierresultswire.md +1 -1
- package/docs/API-reference/api/x-components.cancelfetchandsavenextqueries.md +1 -1
- package/docs/API-reference/api/x-components.cancelfetchandsavepopularsearches.md +1 -1
- package/docs/API-reference/api/x-components.cancelfetchandsavequerysuggestions.md +1 -1
- package/docs/API-reference/api/x-components.cancelfetchandsaverecommendations.md +1 -1
- package/docs/API-reference/api/x-components.cancelfetchandsaverelatedtags.md +1 -1
- package/docs/API-reference/api/x-components.cancelfetchandsaverelatedtagswire.md +1 -1
- package/docs/API-reference/api/x-components.cancelfetchandsavesearchresponse.md +1 -1
- package/docs/API-reference/api/x-components.cancelfetchandsavesearchresponsewire.md +2 -2
- package/docs/API-reference/api/x-components.cancelfetchandsavesuggestionswire.md +1 -1
- package/docs/API-reference/api/x-components.capitalize.md +2 -2
- package/docs/API-reference/api/x-components.cartfilledicon.md +11 -0
- package/docs/API-reference/api/x-components.carticon.md +1 -1
- package/docs/API-reference/api/x-components.checkboxselectedfilledicon.md +11 -0
- package/docs/API-reference/api/x-components.checkboxselectedicon.md +1 -1
- package/docs/API-reference/api/x-components.checkboxunselectedfilledicon.md +11 -0
- package/docs/API-reference/api/x-components.checkboxunselectedicon.md +1 -1
- package/docs/API-reference/api/x-components.checkicon.md +1 -1
- package/docs/API-reference/api/x-components.checktinyicon.md +1 -1
- package/docs/API-reference/api/x-components.chevrondownicon.md +1 -1
- package/docs/API-reference/api/x-components.chevronlefticon.md +1 -1
- package/docs/API-reference/api/x-components.chevronrighticon.md +1 -1
- package/docs/API-reference/api/x-components.chevrontinydownicon.md +1 -1
- package/docs/API-reference/api/x-components.chevrontinylefticon.md +1 -1
- package/docs/API-reference/api/x-components.chevrontinyrighticon.md +1 -1
- package/docs/API-reference/api/x-components.chevrontinyupicon.md +1 -1
- package/docs/API-reference/api/x-components.chevronupicon.md +1 -1
- package/docs/API-reference/api/x-components.clearfilters.md +5 -8
- package/docs/API-reference/api/x-components.clearhistoryqueries.md +1 -1
- package/docs/API-reference/api/x-components.clearhistoryqueriesquery.md +1 -1
- package/docs/API-reference/api/x-components.clearidentifierresultsquery.md +1 -1
- package/docs/API-reference/api/x-components.clearpendingscrolltowire.md +1 -1
- package/docs/API-reference/api/x-components.clearquerypreviewwire.md +13 -0
- package/docs/API-reference/api/x-components.clearquerysuggestionsquery.md +1 -1
- package/docs/API-reference/api/x-components.clearrelatedtagsquery.md +1 -1
- package/docs/API-reference/api/x-components.clearsearchinput.dynamicclasses.md +1 -1
- package/docs/API-reference/api/x-components.clearsearchinput.isqueryempty.md +1 -1
- package/docs/API-reference/api/x-components.clearsearchinput.md +4 -4
- package/docs/API-reference/api/x-components.clearsearchinput.query.md +1 -1
- package/docs/API-reference/api/x-components.clearsearchquery.md +13 -0
- package/docs/API-reference/api/x-components.clearselectedrelatedtags.md +1 -1
- package/docs/API-reference/api/x-components.clone.md +2 -2
- package/docs/API-reference/api/x-components.closemainmodal.md +15 -0
- package/docs/API-reference/api/x-components.collapseheight.appear.md +13 -0
- package/docs/API-reference/api/x-components.collapseheight.md +8 -2
- package/docs/API-reference/api/x-components.collapsewidth.appear.md +13 -0
- package/docs/API-reference/api/x-components.collapsewidth.md +8 -2
- package/docs/API-reference/api/x-components.columnpickermixin.columns.md +1 -1
- package/docs/API-reference/api/x-components.columnpickermixin.md +4 -4
- package/docs/API-reference/api/x-components.columnpickermixin.value.md +1 -1
- package/docs/API-reference/api/x-components.cornerarrowleft.md +11 -0
- package/docs/API-reference/api/x-components.cornerarrowright.md +11 -0
- package/docs/API-reference/api/x-components.createcollapseanimationmixin.md +2 -2
- package/docs/API-reference/api/x-components.createfetchandsaveactions.md +2 -2
- package/docs/API-reference/api/x-components.createrawfilters.md +4 -4
- package/docs/API-reference/api/x-components.createstoreemitters.md +2 -2
- package/docs/API-reference/api/x-components.createtrackwire.md +26 -0
- package/docs/API-reference/api/x-components.createwirefromfunction.md +2 -2
- package/docs/API-reference/api/x-components.createwiring.md +2 -2
- package/docs/API-reference/api/x-components.crossfade.appear.md +13 -0
- package/docs/API-reference/api/x-components.crossfade.md +9 -3
- package/docs/API-reference/api/x-components.crossicon.md +1 -1
- package/docs/API-reference/api/x-components.crosstinyicon.md +1 -1
- package/docs/API-reference/api/x-components.curatedcheckfilledicon.md +11 -0
- package/docs/API-reference/api/x-components.curatedcheckicon.md +11 -0
- package/docs/API-reference/api/x-components.curatedchecktinyfilledicon.md +11 -0
- package/docs/API-reference/api/x-components.curatedchecktinyicon.md +11 -0
- package/docs/API-reference/api/x-components.currencyformatter.md +3 -3
- package/docs/API-reference/api/x-components.debounce.md +8 -4
- package/docs/API-reference/api/x-components.debouncedfunction.cancel.md +2 -2
- package/docs/API-reference/api/x-components.debouncedfunction.md +1 -1
- package/docs/API-reference/api/x-components.debouncefunction.md +1 -1
- package/docs/API-reference/api/x-components.debounceoptions.leading.md +1 -1
- package/docs/API-reference/api/x-components.debounceoptions.md +5 -5
- package/docs/API-reference/api/x-components.debounceoptions.trailing.md +1 -1
- package/docs/API-reference/api/x-components.decoratorfor.md +2 -2
- package/docs/API-reference/api/x-components.deepfilter.md +10 -8
- package/docs/API-reference/api/x-components.deepflat.md +10 -8
- package/docs/API-reference/api/x-components.defaultfacetsservice._constructor_.md +2 -2
- package/docs/API-reference/api/x-components.defaultfacetsservice.clearfilters.md +3 -3
- package/docs/API-reference/api/x-components.defaultfacetsservice.deselect.md +2 -2
- package/docs/API-reference/api/x-components.defaultfacetsservice.filterentityfactory.md +1 -1
- package/docs/API-reference/api/x-components.defaultfacetsservice.instance.md +1 -1
- package/docs/API-reference/api/x-components.defaultfacetsservice.md +6 -4
- package/docs/API-reference/api/x-components.defaultfacetsservice.select.md +2 -2
- package/docs/API-reference/api/x-components.defaultfacetsservice.selectpreselectedfilters.md +15 -0
- package/docs/API-reference/api/x-components.defaultfacetsservice.setfacets.md +2 -2
- package/docs/API-reference/api/x-components.defaultfacetsservice.toggle.md +2 -2
- package/docs/API-reference/api/x-components.defaultfacetsservice.updatefacets.md +2 -2
- package/docs/API-reference/api/x-components.defaultfacetsservice.updatefiltersselectedstate.md +3 -3
- package/docs/API-reference/api/x-components.defaultfacetsservice.updatepreselectedfilters.md +22 -0
- package/docs/API-reference/api/x-components.defaultpdpaddtocartservice._constructor_.md +21 -0
- package/docs/API-reference/api/x-components.defaultpdpaddtocartservice.clickedresultstoragekey.md +11 -0
- package/docs/API-reference/api/x-components.defaultpdpaddtocartservice.clickedresultstoragettlms.md +11 -0
- package/docs/API-reference/api/x-components.defaultpdpaddtocartservice.instance.md +13 -0
- package/docs/API-reference/api/x-components.defaultpdpaddtocartservice.localstorageservice.md +11 -0
- package/docs/API-reference/api/x-components.defaultpdpaddtocartservice.md +41 -0
- package/docs/API-reference/api/x-components.defaultpdpaddtocartservice.movetosessionstorage.md +24 -0
- package/docs/API-reference/api/x-components.defaultpdpaddtocartservice.result_clicked_id_key.md +13 -0
- package/docs/API-reference/api/x-components.defaultpdpaddtocartservice.sessionstorageservice.md +11 -0
- package/docs/API-reference/api/x-components.defaultpdpaddtocartservice.store.md +11 -0
- package/docs/API-reference/api/x-components.defaultpdpaddtocartservice.storeresultclicked.md +24 -0
- package/docs/API-reference/api/x-components.defaultpdpaddtocartservice.trackaddtocart.md +24 -0
- package/docs/API-reference/api/x-components.deviceactions.md +1 -1
- package/docs/API-reference/api/x-components.devicedetector.breakpoints.md +1 -1
- package/docs/API-reference/api/x-components.devicedetector.force.md +1 -1
- package/docs/API-reference/api/x-components.devicedetector.md +5 -5
- package/docs/API-reference/api/x-components.devicedetector.throttlems.md +1 -1
- package/docs/API-reference/api/x-components.devicegetters.md +1 -1
- package/docs/API-reference/api/x-components.devicemutations.md +1 -1
- package/docs/API-reference/api/x-components.devicemutations.setname.md +2 -2
- package/docs/API-reference/api/x-components.devicestate.md +4 -4
- package/docs/API-reference/api/x-components.devicestate.name.md +1 -1
- package/docs/API-reference/api/x-components.devicexevents.deviceprovided.md +1 -1
- package/docs/API-reference/api/x-components.devicexevents.md +4 -4
- package/docs/API-reference/api/x-components.devicexmodule.md +1 -1
- package/docs/API-reference/api/x-components.devicexstoremodule.md +3 -3
- package/docs/API-reference/api/x-components.diagonalarrowleftdownicon.md +11 -0
- package/docs/API-reference/api/x-components.diagonalarrowlefttopicon.md +11 -0
- package/docs/API-reference/api/x-components.diagonalarrowrightdownicon.md +11 -0
- package/docs/API-reference/api/x-components.diagonalarrowrighttopicon.md +11 -0
- package/docs/API-reference/api/x-components.directionalfocusnavigationservice._constructor_.md +2 -2
- package/docs/API-reference/api/x-components.directionalfocusnavigationservice.md +2 -2
- package/docs/API-reference/api/x-components.directionalfocusnavigationservice.navigateto.md +2 -2
- package/docs/API-reference/api/x-components.disableanimationmixin.animationname.md +13 -0
- package/docs/API-reference/api/x-components.disableanimationmixin.disableanimation.md +13 -0
- package/docs/API-reference/api/x-components.disableanimationmixin.md +22 -0
- package/docs/API-reference/api/x-components.documentdirection.md +2 -2
- package/docs/API-reference/api/x-components.editablenumberrangefilter.filter.md +1 -1
- package/docs/API-reference/api/x-components.editablenumberrangefilter.hasclearbutton.md +1 -1
- package/docs/API-reference/api/x-components.editablenumberrangefilter.isinstant.md +1 -1
- package/docs/API-reference/api/x-components.editablenumberrangefilter.md +4 -2
- package/docs/API-reference/api/x-components.editablenumberrangefilter.rangefiltermax.md +11 -0
- package/docs/API-reference/api/x-components.editablenumberrangefilter.rangefiltermin.md +11 -0
- package/docs/API-reference/api/x-components.emitter.md +3 -3
- package/docs/API-reference/api/x-components.emitters.md +3 -3
- package/docs/API-reference/api/x-components.empathize._refs.md +13 -0
- package/docs/API-reference/api/x-components.empathize.animation.md +1 -1
- package/docs/API-reference/api/x-components.empathize.eventstocloseempathize.md +1 -1
- package/docs/API-reference/api/x-components.empathize.eventstoopenempathize.md +1 -1
- package/docs/API-reference/api/x-components.empathize.md +12 -5
- package/docs/API-reference/api/x-components.empathize.updated.md +17 -0
- package/docs/API-reference/api/x-components.empathizeactions.md +1 -1
- package/docs/API-reference/api/x-components.empathizeconfig.md +1 -1
- package/docs/API-reference/api/x-components.empathizegetters.md +1 -1
- package/docs/API-reference/api/x-components.empathizemutations.md +1 -1
- package/docs/API-reference/api/x-components.empathizemutations.setisopen.md +2 -2
- package/docs/API-reference/api/x-components.empathizestate.config.md +1 -1
- package/docs/API-reference/api/x-components.empathizestate.isopen.md +1 -1
- package/docs/API-reference/api/x-components.empathizestate.md +5 -5
- package/docs/API-reference/api/x-components.empathizexevents.empathizeclosed.md +1 -1
- package/docs/API-reference/api/x-components.empathizexevents.empathizeopened.md +1 -1
- package/docs/API-reference/api/x-components.empathizexevents.md +6 -6
- package/docs/API-reference/api/x-components.empathizexevents.userclosedempathize.md +1 -1
- package/docs/API-reference/api/x-components.empathizexmodule.md +1 -1
- package/docs/API-reference/api/x-components.empathizexstoremodule.md +3 -3
- package/docs/API-reference/api/x-components.eventsfordirectionlimit.md +3 -3
- package/docs/API-reference/api/x-components.excludefilterswithnoresults.md +2 -2
- package/docs/API-reference/api/x-components.excludefilterswithnoresults.render.md +2 -2
- package/docs/API-reference/api/x-components.extractactionpayload.md +3 -3
- package/docs/API-reference/api/x-components.extractactionreturn.md +2 -2
- package/docs/API-reference/api/x-components.extractactions.md +3 -3
- package/docs/API-reference/api/x-components.extractgetters.md +3 -3
- package/docs/API-reference/api/x-components.extractmutationpayload.md +3 -3
- package/docs/API-reference/api/x-components.extractmutations.md +3 -3
- package/docs/API-reference/api/x-components.extractpayload.md +2 -2
- package/docs/API-reference/api/x-components.extractstate.md +3 -3
- package/docs/API-reference/api/x-components.extraparams.created.md +17 -0
- package/docs/API-reference/api/x-components.extraparams.md +5 -5
- package/docs/API-reference/api/x-components.extraparams.render.md +2 -2
- package/docs/API-reference/api/x-components.extraparams.storeextraparams.md +1 -1
- package/docs/API-reference/api/x-components.extraparams.values.md +1 -1
- package/docs/API-reference/api/x-components.extraparamsactions.md +1 -1
- package/docs/API-reference/api/x-components.extraparamsgetters.md +1 -1
- package/docs/API-reference/api/x-components.extraparamsmutations.md +1 -1
- package/docs/API-reference/api/x-components.extraparamsmutations.setparams.md +3 -3
- package/docs/API-reference/api/x-components.extraparamsstate.md +4 -4
- package/docs/API-reference/api/x-components.extraparamsstate.params.md +1 -1
- package/docs/API-reference/api/x-components.extraparamsxevents.extraparamschanged.md +1 -1
- package/docs/API-reference/api/x-components.extraparamsxevents.extraparamsinitialized.md +1 -1
- package/docs/API-reference/api/x-components.extraparamsxevents.extraparamsprovided.md +1 -1
- package/docs/API-reference/api/x-components.extraparamsxevents.md +7 -7
- package/docs/API-reference/api/x-components.extraparamsxevents.userchangedextraparams.md +1 -1
- package/docs/API-reference/api/x-components.extraparamsxmodule.md +1 -1
- package/docs/API-reference/api/x-components.extraparamsxstoremodule.md +3 -3
- package/docs/API-reference/api/x-components.extrapluginsoptions.bus.md +1 -1
- package/docs/API-reference/api/x-components.extrapluginsoptions.md +6 -6
- package/docs/API-reference/api/x-components.extrapluginsoptions.snippet.md +2 -2
- package/docs/API-reference/api/x-components.extrapluginsoptions.vue.md +1 -1
- package/docs/API-reference/api/x-components.facetgroupentry.facetid.md +1 -1
- package/docs/API-reference/api/x-components.facetgroupentry.groupid.md +1 -1
- package/docs/API-reference/api/x-components.facetgroupentry.md +5 -5
- package/docs/API-reference/api/x-components.facets.animation.md +1 -1
- package/docs/API-reference/api/x-components.facets.md +1 -1
- package/docs/API-reference/api/x-components.facets.renderablefacets.md +1 -1
- package/docs/API-reference/api/x-components.facetsactions.md +1 -1
- package/docs/API-reference/api/x-components.facetsactionscontext.md +3 -3
- package/docs/API-reference/api/x-components.facetsgetters.facets.md +1 -1
- package/docs/API-reference/api/x-components.facetsgetters.md +6 -6
- package/docs/API-reference/api/x-components.facetsgetters.selectedfilters.md +1 -1
- package/docs/API-reference/api/x-components.facetsgetters.selectedfiltersbyfacet.md +1 -1
- package/docs/API-reference/api/x-components.facetsgroup.facets.md +1 -1
- package/docs/API-reference/api/x-components.facetsgroup.id.md +1 -1
- package/docs/API-reference/api/x-components.facetsgroup.md +5 -5
- package/docs/API-reference/api/x-components.facetsmixin.alwaysvisible.md +13 -0
- package/docs/API-reference/api/x-components.facetsmixin.facetsids.md +13 -0
- package/docs/API-reference/api/x-components.facetsmixin.md +22 -0
- package/docs/API-reference/api/x-components.facetsmutations.md +4 -2
- package/docs/API-reference/api/x-components.facetsmutations.mutatefilter.md +24 -0
- package/docs/API-reference/api/x-components.facetsmutations.removefacet.md +2 -2
- package/docs/API-reference/api/x-components.facetsmutations.removefilter.md +2 -2
- package/docs/API-reference/api/x-components.facetsmutations.removefilters.md +2 -2
- package/docs/API-reference/api/x-components.facetsmutations.setfacet.md +2 -2
- package/docs/API-reference/api/x-components.facetsmutations.setfacetgroup.md +2 -2
- package/docs/API-reference/api/x-components.facetsmutations.setfilters.md +2 -2
- package/docs/API-reference/api/x-components.facetsmutations.setpreselectedfilters.md +24 -0
- package/docs/API-reference/api/x-components.facetsmutations.setquery.md +24 -0
- package/docs/API-reference/api/x-components.facetsprovider.groupid.md +1 -1
- package/docs/API-reference/api/x-components.facetsprovider.md +2 -2
- package/docs/API-reference/api/x-components.facetsprovider.providefacets.md +2 -2
- package/docs/API-reference/api/x-components.facetsprovider.render.md +2 -2
- package/docs/API-reference/api/x-components.facetsservice.clearfilters.md +3 -3
- package/docs/API-reference/api/x-components.facetsservice.deselect.md +2 -2
- package/docs/API-reference/api/x-components.facetsservice.md +4 -1
- package/docs/API-reference/api/x-components.facetsservice.select.md +2 -2
- package/docs/API-reference/api/x-components.facetsservice.selectpreselectedfilters.md +17 -0
- package/docs/API-reference/api/x-components.facetsservice.setfacets.md +2 -2
- package/docs/API-reference/api/x-components.facetsservice.setquery.md +24 -0
- package/docs/API-reference/api/x-components.facetsservice.toggle.md +2 -2
- package/docs/API-reference/api/x-components.facetsservice.updatefacets.md +2 -2
- package/docs/API-reference/api/x-components.facetsservice.updatepreselectedfilters.md +24 -0
- package/docs/API-reference/api/x-components.facetsstate.facets.md +1 -1
- package/docs/API-reference/api/x-components.facetsstate.filters.md +1 -1
- package/docs/API-reference/api/x-components.facetsstate.groups.md +1 -1
- package/docs/API-reference/api/x-components.facetsstate.md +8 -6
- package/docs/API-reference/api/x-components.facetsstate.preselectedfilters.md +13 -0
- package/docs/API-reference/api/x-components.facetsstate.query.md +13 -0
- package/docs/API-reference/api/x-components.facetsxevents.facetsgroupchanged.md +2 -2
- package/docs/API-reference/api/x-components.facetsxevents.facetsgroupprovided.md +2 -2
- package/docs/API-reference/api/x-components.facetsxevents.facetsquerychanged.md +13 -0
- package/docs/API-reference/api/x-components.facetsxevents.md +16 -14
- package/docs/API-reference/api/x-components.facetsxevents.preselectedfiltersprovided.md +13 -0
- package/docs/API-reference/api/x-components.facetsxevents.selectedfilterschanged.md +2 -2
- package/docs/API-reference/api/x-components.facetsxevents.userchangedselectedfilters.md +2 -2
- package/docs/API-reference/api/x-components.facetsxevents.userclickedafilter.md +2 -2
- package/docs/API-reference/api/x-components.facetsxevents.userclickedahierarchicalfilter.md +2 -2
- package/docs/API-reference/api/x-components.facetsxevents.userclickedallfilter.md +2 -2
- package/docs/API-reference/api/x-components.facetsxevents.userclickedanumberrangefilter.md +2 -2
- package/docs/API-reference/api/x-components.facetsxevents.userclickedasimplefilter.md +2 -2
- package/docs/API-reference/api/x-components.facetsxevents.userclickedclearallfilters.md +2 -2
- package/docs/API-reference/api/x-components.facetsxevents.usermodifiededitablenumberrangefilter.md +2 -2
- package/docs/API-reference/api/x-components.facetsxmodule.md +1 -1
- package/docs/API-reference/api/x-components.facetsxstoremodule.md +3 -3
- package/docs/API-reference/api/x-components.fade.appear.md +13 -0
- package/docs/API-reference/api/x-components.fade.md +21 -0
- package/docs/API-reference/api/x-components.fadeandslide.animationname.md +13 -0
- package/docs/API-reference/api/x-components.fadeandslide.appear.md +13 -0
- package/docs/API-reference/api/x-components.fadeandslide.md +6 -4
- package/docs/API-reference/api/x-components.fadeandslide.tag.md +1 -1
- package/docs/API-reference/api/x-components.featurelocation.md +2 -2
- package/docs/API-reference/api/x-components.fetchandsaveactions.cancelprevious.md +1 -1
- package/docs/API-reference/api/x-components.fetchandsaveactions.fetchandsave.md +1 -1
- package/docs/API-reference/api/x-components.fetchandsaveactions.md +5 -5
- package/docs/API-reference/api/x-components.fetchandsavehooks.fetch.md +2 -2
- package/docs/API-reference/api/x-components.fetchandsavehooks.md +3 -3
- package/docs/API-reference/api/x-components.fetchandsavehooks.oncancel.md +2 -2
- package/docs/API-reference/api/x-components.fetchandsavehooks.onerror.md +2 -2
- package/docs/API-reference/api/x-components.fetchandsavehooks.onsuccess.md +2 -2
- package/docs/API-reference/api/x-components.fetchandsaveidentifierresults.md +2 -2
- package/docs/API-reference/api/x-components.fetchandsaveidentifierresultswire.md +2 -2
- package/docs/API-reference/api/x-components.fetchandsavenextqueries.md +1 -1
- package/docs/API-reference/api/x-components.fetchandsavenextquerieswire.md +2 -2
- package/docs/API-reference/api/x-components.fetchandsavenextquerypreviewwire.md +13 -0
- package/docs/API-reference/api/x-components.fetchandsavepopularsearches.md +2 -2
- package/docs/API-reference/api/x-components.fetchandsavequerypreview.md +13 -0
- package/docs/API-reference/api/x-components.fetchandsavequerypreviewwire.md +13 -0
- package/docs/API-reference/api/x-components.fetchandsavequerysuggestions.md +2 -2
- package/docs/API-reference/api/x-components.fetchandsaverecommendations.md +2 -2
- package/docs/API-reference/api/x-components.fetchandsaverelatedtags.md +1 -1
- package/docs/API-reference/api/x-components.fetchandsaverelatedtagswire.md +2 -2
- package/docs/API-reference/api/x-components.fetchandsavesearchresponse.md +2 -2
- package/docs/API-reference/api/x-components.fetchandsavesearchresponsewire.md +2 -2
- package/docs/API-reference/api/x-components.fetchandsavesuggestionswire.md +2 -2
- package/docs/API-reference/api/x-components.fetchidentifierresults.md +1 -1
- package/docs/API-reference/api/x-components.fetchnextqueries.md +1 -1
- package/docs/API-reference/api/x-components.fetchpopularsearches.md +1 -1
- package/docs/API-reference/api/x-components.fetchquerypreview.md +13 -0
- package/docs/API-reference/api/x-components.fetchquerysuggestions.md +1 -1
- package/docs/API-reference/api/x-components.fetchrecommendations.md +1 -1
- package/docs/API-reference/api/x-components.fetchrelatedtags.md +1 -1
- package/docs/API-reference/api/x-components.fetchsearchresponse.md +1 -1
- package/docs/API-reference/api/x-components.filter.md +2 -2
- package/docs/API-reference/api/x-components.filterblacklistedmodules.md +2 -2
- package/docs/API-reference/api/x-components.filterfalsypayload.md +4 -4
- package/docs/API-reference/api/x-components.filtersbyfacet.md +2 -2
- package/docs/API-reference/api/x-components.filtersicon.md +1 -1
- package/docs/API-reference/api/x-components.filtersinjectionmixin.filters.md +1 -1
- package/docs/API-reference/api/x-components.filtersinjectionmixin.injectedfilters.md +1 -1
- package/docs/API-reference/api/x-components.filtersinjectionmixin.md +4 -4
- package/docs/API-reference/api/x-components.filtersinjectionmixin.parentid.md +1 -1
- package/docs/API-reference/api/x-components.filterslist.animation.md +1 -1
- package/docs/API-reference/api/x-components.filterslist.cssclasses.md +1 -1
- package/docs/API-reference/api/x-components.filterslist.hasfilterstorender.md +1 -1
- package/docs/API-reference/api/x-components.filterslist.md +5 -5
- package/docs/API-reference/api/x-components.filterssearch.debounceinms.md +1 -1
- package/docs/API-reference/api/x-components.filterssearch.filterssearchinputmessage.md +11 -0
- package/docs/API-reference/api/x-components.filterssearch.md +6 -5
- package/docs/API-reference/api/x-components.filterssearch.query.md +1 -1
- package/docs/API-reference/api/x-components.filterssearch.setquerydebounced.md +1 -1
- package/docs/API-reference/api/x-components.filtertruthypayload.md +2 -2
- package/docs/API-reference/api/x-components.filterwhitelistedmodules.md +2 -2
- package/docs/API-reference/api/x-components.firstparameter.md +2 -4
- package/docs/API-reference/api/x-components.fixedheaderandasideslayout.isbackdropvisible.md +11 -0
- package/docs/API-reference/api/x-components.fixedheaderandasideslayout.leftasideanimation.md +11 -0
- package/docs/API-reference/api/x-components.fixedheaderandasideslayout.md +30 -0
- package/docs/API-reference/api/x-components.fixedheaderandasideslayout.rightasideanimation.md +11 -0
- package/docs/API-reference/api/x-components.fixedheaderandasideslayout.scrollposition.md +11 -0
- package/docs/API-reference/api/x-components.fixedheaderandasideslayout.setposition.md +22 -0
- package/docs/API-reference/api/x-components.flathierarchicalfilters.md +26 -0
- package/docs/API-reference/api/x-components.focusable_selectors.md +13 -0
- package/docs/API-reference/api/x-components.getrootxcomponent.md +4 -4
- package/docs/API-reference/api/x-components.getstateandgettersfrommodule.md +2 -2
- package/docs/API-reference/api/x-components.gettargetelement.md +30 -0
- package/docs/API-reference/api/x-components.getter.md +2 -2
- package/docs/API-reference/api/x-components.gettersclass.md +3 -3
- package/docs/API-reference/api/x-components.getterstree.md +3 -3
- package/docs/API-reference/api/x-components.geturlparameter.md +1 -1
- package/docs/API-reference/api/x-components.globalxbus.created.md +2 -2
- package/docs/API-reference/api/x-components.globalxbus.md +2 -2
- package/docs/API-reference/api/x-components.grid1colicon.md +1 -1
- package/docs/API-reference/api/x-components.grid2colicon.md +1 -1
- package/docs/API-reference/api/x-components.grid2rowsicon.md +11 -0
- package/docs/API-reference/api/x-components.grid4colicon.md +11 -0
- package/docs/API-reference/api/x-components.groupid.md +2 -2
- package/docs/API-reference/api/x-components.groupitemsby.md +2 -2
- package/docs/API-reference/api/x-components.hearticon.md +11 -0
- package/docs/API-reference/api/x-components.hearticonfilled.md +11 -0
- package/docs/API-reference/api/x-components.hideicon.md +1 -1
- package/docs/API-reference/api/x-components.hierarchicalfilter.childrenanimation.md +1 -1
- package/docs/API-reference/api/x-components.hierarchicalfilter.clickevents.md +13 -0
- package/docs/API-reference/api/x-components.hierarchicalfilter.filter.md +1 -1
- package/docs/API-reference/api/x-components.hierarchicalfilter.isfilterpartiallyselected.md +2 -2
- package/docs/API-reference/api/x-components.hierarchicalfilter.md +5 -4
- package/docs/API-reference/api/x-components.highlight.highlight.md +13 -0
- package/docs/API-reference/api/x-components.highlight.matchclass.md +13 -0
- package/docs/API-reference/api/x-components.highlight.md +23 -0
- package/docs/API-reference/api/x-components.highlight.text.md +13 -0
- package/docs/API-reference/api/x-components.historyicon.md +1 -1
- package/docs/API-reference/api/x-components.historyqueries.md +1 -1
- package/docs/API-reference/api/x-components.historyqueriesactioncontext.md +3 -3
- package/docs/API-reference/api/x-components.historyqueriesactions.addquerytohistory.md +2 -2
- package/docs/API-reference/api/x-components.historyqueriesactions.loadhistoryqueriesfrombrowserstorage.md +2 -2
- package/docs/API-reference/api/x-components.historyqueriesactions.md +3 -1
- package/docs/API-reference/api/x-components.historyqueriesactions.refreshsession.md +2 -2
- package/docs/API-reference/api/x-components.historyqueriesactions.removefromhistory.md +2 -2
- package/docs/API-reference/api/x-components.historyqueriesactions.sethistoryqueries.md +2 -2
- package/docs/API-reference/api/x-components.historyqueriesactions.seturlparams.md +2 -2
- package/docs/API-reference/api/x-components.historyqueriesactions.togglehistoryqueries.md +24 -0
- package/docs/API-reference/api/x-components.historyqueriesactions.updatehistoryquerieswithsearchresponse.md +24 -0
- package/docs/API-reference/api/x-components.historyqueriesconfig.debounceinms.md +1 -1
- package/docs/API-reference/api/x-components.historyqueriesconfig.hideifequalsquery.md +1 -1
- package/docs/API-reference/api/x-components.historyqueriesconfig.maxitemstostore.md +1 -1
- package/docs/API-reference/api/x-components.historyqueriesconfig.md +7 -7
- package/docs/API-reference/api/x-components.historyqueriesconfig.sessionttlinms.md +1 -1
- package/docs/API-reference/api/x-components.historyqueriesgetter.historyqueries.md +2 -2
- package/docs/API-reference/api/x-components.historyqueriesgetter.md +2 -2
- package/docs/API-reference/api/x-components.historyqueriesgetters.historyqueries.md +1 -1
- package/docs/API-reference/api/x-components.historyqueriesgetters.historyquerieswithresults.md +13 -0
- package/docs/API-reference/api/x-components.historyqueriesgetters.md +8 -7
- package/docs/API-reference/api/x-components.historyqueriesgetters.normalizedquery.md +1 -1
- package/docs/API-reference/api/x-components.historyqueriesgetters.sessionhistoryqueries.md +1 -1
- package/docs/API-reference/api/x-components.historyqueriesgetters.storagekey.md +1 -1
- package/docs/API-reference/api/x-components.historyqueriesmutations.md +4 -2
- package/docs/API-reference/api/x-components.historyqueriesmutations.sethistoryqueries.md +2 -2
- package/docs/API-reference/api/x-components.historyqueriesmutations.setisenabled.md +24 -0
- package/docs/API-reference/api/x-components.historyqueriesmutations.setquery.md +2 -2
- package/docs/API-reference/api/x-components.historyqueriesmutations.setsessiontimestamp.md +2 -2
- package/docs/API-reference/api/x-components.historyqueriesstate.config.md +1 -1
- package/docs/API-reference/api/x-components.historyqueriesstate.historyqueries.md +1 -1
- package/docs/API-reference/api/x-components.historyqueriesstate.isenabled.md +13 -0
- package/docs/API-reference/api/x-components.historyqueriesstate.md +10 -8
- package/docs/API-reference/api/x-components.historyqueriesstate.query.md +1 -1
- package/docs/API-reference/api/x-components.historyqueriesstate.sessiontimestampinms.md +1 -1
- package/docs/API-reference/api/x-components.historyqueriesswitch.hashistoryqueries.md +13 -0
- package/docs/API-reference/api/x-components.historyqueriesswitch.historyqueries.md +13 -0
- package/docs/API-reference/api/x-components.historyqueriesswitch.md +22 -0
- package/docs/API-reference/api/x-components.historyqueriesxevents.historyqueriesdisplayed.md +2 -2
- package/docs/API-reference/api/x-components.historyqueriesxevents.historyqueriesquerychanged.md +2 -2
- package/docs/API-reference/api/x-components.historyqueriesxevents.historyqueriesstoragekeychanged.md +2 -2
- package/docs/API-reference/api/x-components.historyqueriesxevents.md +14 -10
- package/docs/API-reference/api/x-components.historyqueriesxevents.sessionhistoryquerieschanged.md +2 -2
- package/docs/API-reference/api/x-components.historyqueriesxevents.userclickedconfirmdisablehistoryqueries.md +13 -0
- package/docs/API-reference/api/x-components.historyqueriesxevents.userclickeddisablehistoryqueries.md +13 -0
- package/docs/API-reference/api/x-components.historyqueriesxevents.userclickeddismissdisablehistoryqueries.md +13 -0
- package/docs/API-reference/api/x-components.historyqueriesxevents.userclickedenablehistoryqueries.md +13 -0
- package/docs/API-reference/api/x-components.historyqueriesxevents.userpressedclearhistoryqueries.md +2 -2
- package/docs/API-reference/api/x-components.historyqueriesxevents.userpressedremovehistoryquery.md +2 -2
- package/docs/API-reference/api/x-components.historyqueriesxevents.userselectedahistoryquery.md +2 -2
- package/docs/API-reference/api/x-components.historyqueriesxmodule.md +1 -1
- package/docs/API-reference/api/x-components.historyqueriesxstoremodule.md +3 -3
- package/docs/API-reference/api/x-components.historyquery.md +4 -4
- package/docs/API-reference/api/x-components.historyquery.suggestion.md +1 -1
- package/docs/API-reference/api/x-components.historytinyicon.md +1 -1
- package/docs/API-reference/api/x-components.identifierdetectionregexp.md +1 -1
- package/docs/API-reference/api/x-components.identifierhighlightregexp.md +1 -1
- package/docs/API-reference/api/x-components.identifierresult.highlightedqueryhtml.md +1 -1
- package/docs/API-reference/api/x-components.identifierresult.identifierhighlightregexp.md +1 -1
- package/docs/API-reference/api/x-components.identifierresult.md +4 -4
- package/docs/API-reference/api/x-components.identifierresult.query.md +1 -1
- package/docs/API-reference/api/x-components.identifierresult.result.md +1 -1
- package/docs/API-reference/api/x-components.identifierresults.animation.md +1 -1
- package/docs/API-reference/api/x-components.identifierresults.identifierresults.md +1 -1
- package/docs/API-reference/api/x-components.identifierresults.maxitemstorender.md +13 -0
- package/docs/API-reference/api/x-components.identifierresults.md +5 -4
- package/docs/API-reference/api/x-components.identifierresults.resultclickextraevents.md +1 -1
- package/docs/API-reference/api/x-components.identifierresultsactions.cancelfetchandsaveidentifierresults.md +2 -2
- package/docs/API-reference/api/x-components.identifierresultsactions.fetchandsaveidentifierresults.md +4 -4
- package/docs/API-reference/api/x-components.identifierresultsactions.fetchidentifierresults.md +4 -4
- package/docs/API-reference/api/x-components.identifierresultsactions.md +1 -1
- package/docs/API-reference/api/x-components.identifierresultsactions.saveorigin.md +2 -2
- package/docs/API-reference/api/x-components.identifierresultsactions.savequery.md +2 -2
- package/docs/API-reference/api/x-components.identifierresultsactionscontext.md +3 -3
- package/docs/API-reference/api/x-components.identifierresultsconfig.debounceinms.md +1 -1
- package/docs/API-reference/api/x-components.identifierresultsconfig.identifierdetectionregexp.md +1 -1
- package/docs/API-reference/api/x-components.identifierresultsconfig.maxitemstorequest.md +1 -1
- package/docs/API-reference/api/x-components.identifierresultsconfig.md +7 -7
- package/docs/API-reference/api/x-components.identifierresultsconfig.separatorchars.md +1 -1
- package/docs/API-reference/api/x-components.identifierresultsgetters.identifierdetectionregexp.md +1 -1
- package/docs/API-reference/api/x-components.identifierresultsgetters.identifierhighlightregexp.md +1 -1
- package/docs/API-reference/api/x-components.identifierresultsgetters.identifierresultsrequest.md +2 -2
- package/docs/API-reference/api/x-components.identifierresultsgetters.md +6 -6
- package/docs/API-reference/api/x-components.identifierresultsmutations.md +3 -3
- package/docs/API-reference/api/x-components.identifierresultsmutations.setidentifierresults.md +2 -2
- package/docs/API-reference/api/x-components.identifierresultsmutations.setorigin.md +2 -2
- package/docs/API-reference/api/x-components.identifierresultsmutations.setparams.md +3 -3
- package/docs/API-reference/api/x-components.identifierresultsmutations.setquery.md +2 -2
- package/docs/API-reference/api/x-components.identifierresultsrequest.md +1 -1
- package/docs/API-reference/api/x-components.identifierresultsstate.config.md +1 -1
- package/docs/API-reference/api/x-components.identifierresultsstate.identifierresults.md +1 -1
- package/docs/API-reference/api/x-components.identifierresultsstate.md +10 -10
- package/docs/API-reference/api/x-components.identifierresultsstate.origin.md +1 -1
- package/docs/API-reference/api/x-components.identifierresultsstate.params.md +1 -1
- package/docs/API-reference/api/x-components.identifierresultsstate.query.md +1 -1
- package/docs/API-reference/api/x-components.identifierresultsxevents.identifierresultschanged.md +2 -2
- package/docs/API-reference/api/x-components.identifierresultsxevents.identifierresultsrequestchanged.md +3 -3
- package/docs/API-reference/api/x-components.identifierresultsxevents.md +6 -6
- package/docs/API-reference/api/x-components.identifierresultsxevents.userclickedaidentifierresult.md +2 -2
- package/docs/API-reference/api/x-components.identifierresultsxmodule.md +1 -1
- package/docs/API-reference/api/x-components.identifierresultsxstoremodule.md +3 -3
- package/docs/API-reference/api/x-components.increasepageappendingresults.md +3 -3
- package/docs/API-reference/api/x-components.increasepageappendingresultswire.md +13 -0
- package/docs/API-reference/api/x-components.infinitescroll.md +3 -3
- package/docs/API-reference/api/x-components.infinitescroll.oninfinitescrollend.md +1 -1
- package/docs/API-reference/api/x-components.initwrapper.api.md +13 -0
- package/docs/API-reference/api/x-components.initwrapper.app.md +13 -0
- package/docs/API-reference/api/x-components.initwrapper.bus.md +13 -0
- package/docs/API-reference/api/x-components.initwrapper.md +23 -0
- package/docs/API-reference/api/x-components.initwrapper.plugin.md +13 -0
- package/docs/API-reference/api/x-components.installxoptions.api.md +1 -1
- package/docs/API-reference/api/x-components.installxoptions.app.md +2 -2
- package/docs/API-reference/api/x-components.installxoptions.bus.md +1 -1
- package/docs/API-reference/api/x-components.installxoptions.domelement.md +3 -3
- package/docs/API-reference/api/x-components.installxoptions.installextraplugins.md +2 -2
- package/docs/API-reference/api/x-components.installxoptions.md +13 -12
- package/docs/API-reference/api/x-components.installxoptions.oncreateapp.md +13 -0
- package/docs/API-reference/api/x-components.installxoptions.plugin.md +1 -1
- package/docs/API-reference/api/x-components.installxoptions.vue.md +1 -1
- package/docs/API-reference/api/x-components.installxoptions.vueoptions.md +1 -1
- package/docs/API-reference/api/x-components.internalsearchrequest.md +21 -0
- package/docs/API-reference/api/x-components.internalsearchrequest.page.md +13 -0
- package/docs/API-reference/api/x-components.internalsearchresponse.md +22 -0
- package/docs/API-reference/api/x-components.internalsearchresponse.request.md +13 -0
- package/docs/API-reference/api/x-components.internalsearchresponse.status.md +13 -0
- package/docs/API-reference/api/x-components.isarrayempty.md +2 -2
- package/docs/API-reference/api/x-components.iselementequalorcontained.md +2 -2
- package/docs/API-reference/api/x-components.isinrange.md +2 -2
- package/docs/API-reference/api/x-components.isnewquery.md +2 -2
- package/docs/API-reference/api/x-components.isstringempty.md +3 -3
- package/docs/API-reference/api/x-components.isxcomponent.md +4 -4
- package/docs/API-reference/api/x-components.itemslist.animation.md +1 -1
- package/docs/API-reference/api/x-components.itemslist.items.md +1 -1
- package/docs/API-reference/api/x-components.itemslist.md +4 -4
- package/docs/API-reference/api/x-components.itemslistinjectionmixin.md +2 -2
- package/docs/API-reference/api/x-components.lightbulboff.md +11 -0
- package/docs/API-reference/api/x-components.lightbulbon.md +11 -0
- package/docs/API-reference/api/x-components.listitem.md +2 -2
- package/docs/API-reference/api/x-components.loadhistoryqueriesfrombrowserstorage.md +1 -1
- package/docs/API-reference/api/x-components.loadhistoryqueriesfrombrowserstoragewire.md +1 -1
- package/docs/API-reference/api/x-components.locationprovider.location.md +1 -1
- package/docs/API-reference/api/x-components.locationprovider.md +3 -3
- package/docs/API-reference/api/x-components.mainmodal.animation.md +13 -0
- package/docs/API-reference/api/x-components.mainmodal.focusonopen.md +13 -0
- package/docs/API-reference/api/x-components.mainmodal.md +22 -0
- package/docs/API-reference/api/x-components.mainscroll.margin.md +1 -1
- package/docs/API-reference/api/x-components.mainscroll.md +4 -4
- package/docs/API-reference/api/x-components.mainscroll.mounted.md +2 -2
- package/docs/API-reference/api/x-components.mainscroll.restorescrolltimeoutms.md +1 -1
- package/docs/API-reference/api/x-components.mainscroll.threshold.md +1 -1
- package/docs/API-reference/api/x-components.mainscroll.usewindow.md +1 -1
- package/docs/API-reference/api/x-components.mainscroll.visibleelementsobserver.md +1 -1
- package/docs/API-reference/api/x-components.mainscrollitem._el.md +1 -1
- package/docs/API-reference/api/x-components.mainscrollitem.item.md +1 -1
- package/docs/API-reference/api/x-components.mainscrollitem.md +2 -2
- package/docs/API-reference/api/x-components.mainscrollitem.observeitem.md +2 -2
- package/docs/API-reference/api/x-components.mainscrollitem.tag.md +1 -1
- package/docs/API-reference/api/x-components.mapwire.md +2 -2
- package/docs/API-reference/api/x-components.maybearray.md +13 -0
- package/docs/API-reference/api/x-components.md +157 -75
- package/docs/API-reference/api/x-components.menuicon.md +1 -1
- package/docs/API-reference/api/x-components.minusicon.md +1 -1
- package/docs/API-reference/api/x-components.minustinyicon.md +1 -1
- package/docs/API-reference/api/x-components.monadicfunction.md +2 -2
- package/docs/API-reference/api/x-components.multicolumnmaxwidthlayout.asideanimation.md +1 -1
- package/docs/API-reference/api/x-components.multicolumnmaxwidthlayout.md +3 -3
- package/docs/API-reference/api/x-components.mutatefilterpayload.filter.md +13 -0
- package/docs/API-reference/api/x-components.mutatefilterpayload.md +21 -0
- package/docs/API-reference/api/x-components.mutatefilterpayload.newfilterstate.md +13 -0
- package/docs/API-reference/api/x-components.mutationnamesfor.md +3 -3
- package/docs/API-reference/api/x-components.mutationsdictionary.md +2 -2
- package/docs/API-reference/api/x-components.mutationstree.md +3 -3
- package/docs/API-reference/api/x-components.myhistory.animation.md +13 -0
- package/docs/API-reference/api/x-components.myhistory.locale.md +13 -0
- package/docs/API-reference/api/x-components.myhistory.md +26 -0
- package/docs/API-reference/api/x-components.namespaceddebounce.md +4 -4
- package/docs/API-reference/api/x-components.namespacedthrottle.md +4 -4
- package/docs/API-reference/api/x-components.namespacedtimeselector.md +15 -0
- package/docs/API-reference/api/x-components.namespacedtimewireoperator.md +4 -4
- package/docs/API-reference/api/x-components.namespacedwirecommit.md +1 -1
- package/docs/API-reference/api/x-components.namespacedwirecommitpayload.md +3 -3
- package/docs/API-reference/api/x-components.namespacedwirecommitwithoutpayload.md +3 -3
- package/docs/API-reference/api/x-components.namespacedwiredispatch.md +1 -1
- package/docs/API-reference/api/x-components.namespacedwiredispatchpayload.md +3 -3
- package/docs/API-reference/api/x-components.namespacedwiredispatchwithoutpayload.md +3 -3
- package/docs/API-reference/api/x-components.namespacedwiringdata.md +3 -3
- package/docs/API-reference/api/x-components.nextqueries.highlightcurated.md +13 -0
- package/docs/API-reference/api/x-components.nextqueries.md +1 -1
- package/docs/API-reference/api/x-components.nextqueries.suggestions.md +13 -0
- package/docs/API-reference/api/x-components.nextqueriesactioncontext.md +3 -3
- package/docs/API-reference/api/x-components.nextqueriesactions.cancelfetchandsavenextqueries.md +2 -2
- package/docs/API-reference/api/x-components.nextqueriesactions.fetchandsavenextqueries.md +2 -2
- package/docs/API-reference/api/x-components.nextqueriesactions.fetchandsavenextquerypreview.md +27 -0
- package/docs/API-reference/api/x-components.nextqueriesactions.fetchnextqueries.md +2 -2
- package/docs/API-reference/api/x-components.nextqueriesactions.fetchnextquerypreview.md +29 -0
- package/docs/API-reference/api/x-components.nextqueriesactions.md +3 -1
- package/docs/API-reference/api/x-components.nextqueriesactions.setqueryfromlasthistoryquery.md +2 -2
- package/docs/API-reference/api/x-components.nextqueriesactions.seturlparams.md +2 -2
- package/docs/API-reference/api/x-components.nextqueriesconfig.hidesessionqueries.md +1 -1
- package/docs/API-reference/api/x-components.nextqueriesconfig.loadoninit.md +1 -1
- package/docs/API-reference/api/x-components.nextqueriesconfig.maxitemstorequest.md +1 -1
- package/docs/API-reference/api/x-components.nextqueriesconfig.maxpreviewitemstorequest.md +13 -0
- package/docs/API-reference/api/x-components.nextqueriesconfig.md +7 -6
- package/docs/API-reference/api/x-components.nextqueriesgetters.md +5 -5
- package/docs/API-reference/api/x-components.nextqueriesgetters.nextqueries.md +1 -1
- package/docs/API-reference/api/x-components.nextqueriesgetters.request.md +1 -1
- package/docs/API-reference/api/x-components.nextquerieslist.animation.md +1 -1
- package/docs/API-reference/api/x-components.nextquerieslist.frequency.md +1 -1
- package/docs/API-reference/api/x-components.nextquerieslist.hasmoreitems.md +13 -0
- package/docs/API-reference/api/x-components.nextquerieslist.injectedquery.md +13 -0
- package/docs/API-reference/api/x-components.nextquerieslist.maxgroups.md +1 -1
- package/docs/API-reference/api/x-components.nextquerieslist.maxnextqueriespergroup.md +1 -1
- package/docs/API-reference/api/x-components.nextquerieslist.md +6 -3
- package/docs/API-reference/api/x-components.nextquerieslist.offset.md +1 -1
- package/docs/API-reference/api/x-components.nextquerieslist.showonlyafteroffset.md +13 -0
- package/docs/API-reference/api/x-components.nextqueriesmutations.md +5 -3
- package/docs/API-reference/api/x-components.nextqueriesmutations.resetresultspreview.md +17 -0
- package/docs/API-reference/api/x-components.nextqueriesmutations.setnextqueries.md +2 -2
- package/docs/API-reference/api/x-components.nextqueriesmutations.setparams.md +3 -3
- package/docs/API-reference/api/x-components.nextqueriesmutations.setquery.md +2 -2
- package/docs/API-reference/api/x-components.nextqueriesmutations.setresultspreview.md +24 -0
- package/docs/API-reference/api/x-components.nextqueriesmutations.setsearchedqueries.md +2 -2
- package/docs/API-reference/api/x-components.nextqueriesrequest.md +1 -1
- package/docs/API-reference/api/x-components.nextqueriesstate.config.md +1 -1
- package/docs/API-reference/api/x-components.nextqueriesstate.md +11 -10
- package/docs/API-reference/api/x-components.nextqueriesstate.nextqueries.md +1 -1
- package/docs/API-reference/api/x-components.nextqueriesstate.params.md +1 -1
- package/docs/API-reference/api/x-components.nextqueriesstate.query.md +1 -1
- package/docs/API-reference/api/x-components.nextqueriesstate.resultspreview.md +13 -0
- package/docs/API-reference/api/x-components.nextqueriesstate.searchedqueries.md +1 -1
- package/docs/API-reference/api/x-components.nextqueriesxevents.md +8 -7
- package/docs/API-reference/api/x-components.nextqueriesxevents.nextquerieschanged.md +2 -2
- package/docs/API-reference/api/x-components.nextqueriesxevents.nextqueriesdisplayed.md +2 -2
- package/docs/API-reference/api/x-components.nextqueriesxevents.nextqueriesrequestchanged.md +2 -2
- package/docs/API-reference/api/x-components.nextqueriesxevents.nextquerypreviewmountedhook.md +13 -0
- package/docs/API-reference/api/x-components.nextqueriesxevents.userselectedanextquery.md +2 -2
- package/docs/API-reference/api/x-components.nextqueriesxmodule.md +1 -1
- package/docs/API-reference/api/x-components.nextqueriesxstoremodule.md +3 -3
- package/docs/API-reference/api/x-components.nextquery.events.md +1 -1
- package/docs/API-reference/api/x-components.nextquery.highlightcurated.md +13 -0
- package/docs/API-reference/api/x-components.nextquery.md +5 -4
- package/docs/API-reference/api/x-components.nextquery.suggestion.md +1 -1
- package/docs/API-reference/api/x-components.nextquerypreview.maxitemstorender.md +13 -0
- package/docs/API-reference/api/x-components.nextquerypreview.md +30 -0
- package/docs/API-reference/api/x-components.nextquerypreview.mounted.md +17 -0
- package/docs/API-reference/api/x-components.nextquerypreview.previewresults.md +13 -0
- package/docs/API-reference/api/x-components.nextquerypreview.suggestion.md +13 -0
- package/docs/API-reference/api/x-components.nextquerypreview.suggestionresults.md +13 -0
- package/docs/API-reference/api/x-components.niladicfunction.md +2 -2
- package/docs/API-reference/api/x-components.normalisedsnippetconfig.md +15 -0
- package/docs/API-reference/api/x-components.normalizedquery.md +1 -1
- package/docs/API-reference/api/x-components.normalizestring.md +2 -2
- package/docs/API-reference/api/x-components.numberrangefilter.clickevents.md +13 -0
- package/docs/API-reference/api/x-components.numberrangefilter.filter.md +1 -1
- package/docs/API-reference/api/x-components.numberrangefilter.md +3 -2
- package/docs/API-reference/api/x-components.openmainmodal.md +15 -0
- package/docs/API-reference/api/x-components.pair.md +2 -2
- package/docs/API-reference/api/x-components.partialquerybutton.emitevents.md +2 -2
- package/docs/API-reference/api/x-components.partialquerybutton.md +3 -3
- package/docs/API-reference/api/x-components.partialquerybutton.query.md +1 -1
- package/docs/API-reference/api/x-components.partialresultslist.animation.md +1 -1
- package/docs/API-reference/api/x-components.partialresultslist.items.md +1 -1
- package/docs/API-reference/api/x-components.partialresultslist.maxitemstorender.md +1 -1
- package/docs/API-reference/api/x-components.partialresultslist.md +4 -4
- package/docs/API-reference/api/x-components.payloadfactorydata.md +3 -3
- package/docs/API-reference/api/x-components.pdpaddtocartservice.md +22 -0
- package/docs/API-reference/api/x-components.pdpaddtocartservice.movetosessionstorage.md +24 -0
- package/docs/API-reference/api/x-components.pdpaddtocartservice.storeresultclicked.md +24 -0
- package/docs/API-reference/api/x-components.pdpaddtocartservice.trackaddtocart.md +24 -0
- package/docs/API-reference/api/x-components.plusicon.md +1 -1
- package/docs/API-reference/api/x-components.plustinyicon.md +11 -0
- package/docs/API-reference/api/x-components.popularsearch.events.md +1 -1
- package/docs/API-reference/api/x-components.popularsearch.md +4 -4
- package/docs/API-reference/api/x-components.popularsearch.suggestion.md +1 -1
- package/docs/API-reference/api/x-components.popularsearches.md +1 -1
- package/docs/API-reference/api/x-components.popularsearchesactioncontext.md +3 -3
- package/docs/API-reference/api/x-components.popularsearchesactions.cancelfetchandsavesuggestions.md +2 -2
- package/docs/API-reference/api/x-components.popularsearchesactions.fetchandsavesuggestions.md +4 -4
- package/docs/API-reference/api/x-components.popularsearchesactions.fetchsuggestions.md +4 -4
- package/docs/API-reference/api/x-components.popularsearchesactions.md +1 -1
- package/docs/API-reference/api/x-components.popularsearchesconfig.hidesessionqueries.md +1 -1
- package/docs/API-reference/api/x-components.popularsearchesconfig.maxitemstorequest.md +1 -1
- package/docs/API-reference/api/x-components.popularsearchesconfig.md +5 -6
- package/docs/API-reference/api/x-components.popularsearchesgetters.md +5 -5
- package/docs/API-reference/api/x-components.popularsearchesgetters.popularsearches.md +1 -1
- package/docs/API-reference/api/x-components.popularsearchesgetters.request.md +2 -2
- package/docs/API-reference/api/x-components.popularsearchesmutations.md +2 -2
- package/docs/API-reference/api/x-components.popularsearchesmutations.setparams.md +3 -3
- package/docs/API-reference/api/x-components.popularsearchesmutations.setsearchedqueries.md +2 -2
- package/docs/API-reference/api/x-components.popularsearchesmutations.setsuggestions.md +2 -2
- package/docs/API-reference/api/x-components.popularsearchesrequest.md +1 -1
- package/docs/API-reference/api/x-components.popularsearchesstate.config.md +1 -1
- package/docs/API-reference/api/x-components.popularsearchesstate.md +8 -8
- package/docs/API-reference/api/x-components.popularsearchesstate.params.md +1 -1
- package/docs/API-reference/api/x-components.popularsearchesstate.popularsearches.md +1 -1
- package/docs/API-reference/api/x-components.popularsearchesstate.searchedqueries.md +1 -1
- package/docs/API-reference/api/x-components.popularsearchesxevents.md +6 -6
- package/docs/API-reference/api/x-components.popularsearchesxevents.popularsearchdisplayed.md +2 -2
- package/docs/API-reference/api/x-components.popularsearchesxevents.popularsearchesrequestchanged.md +3 -3
- package/docs/API-reference/api/x-components.popularsearchesxevents.userselectedapopularsearch.md +2 -2
- package/docs/API-reference/api/x-components.popularsearchesxmodule.md +1 -1
- package/docs/API-reference/api/x-components.popularsearchesxstoremodule.md +3 -3
- package/docs/API-reference/api/x-components.preselectedfilters.created.md +17 -0
- package/docs/API-reference/api/x-components.preselectedfilters.filters.md +18 -0
- package/docs/API-reference/api/x-components.preselectedfilters.md +28 -0
- package/docs/API-reference/api/x-components.preselectedfilters.render.md +15 -0
- package/docs/API-reference/api/x-components.privatexmoduleoptions.md +5 -5
- package/docs/API-reference/api/x-components.privatexmoduleoptions.storeemitters.md +2 -2
- package/docs/API-reference/api/x-components.privatexmoduleoptions.storemodule.md +1 -1
- package/docs/API-reference/api/x-components.privatexmodulesoptions.md +3 -3
- package/docs/API-reference/api/x-components.promoted.md +2 -2
- package/docs/API-reference/api/x-components.promoted.promoted.md +1 -1
- package/docs/API-reference/api/x-components.promotedslist.animation.md +1 -1
- package/docs/API-reference/api/x-components.promotedslist.md +3 -3
- package/docs/API-reference/api/x-components.promotedslist.stateitems.md +1 -1
- package/docs/API-reference/api/x-components.propswithtype.md +7 -8
- package/docs/API-reference/api/x-components.queriespreviewactioncontext.md +15 -0
- package/docs/API-reference/api/x-components.queriespreviewactions.fetchandsavequerypreview.md +24 -0
- package/docs/API-reference/api/x-components.queriespreviewactions.fetchquerypreview.md +26 -0
- package/docs/API-reference/api/x-components.queriespreviewactions.md +21 -0
- package/docs/API-reference/api/x-components.queriespreviewconfig.maxitemstorequest.md +13 -0
- package/docs/API-reference/api/x-components.queriespreviewconfig.md +20 -0
- package/docs/API-reference/api/x-components.queriespreviewgetters.md +13 -0
- package/docs/API-reference/api/x-components.queriespreviewmutations.clearquerypreview.md +24 -0
- package/docs/API-reference/api/x-components.queriespreviewmutations.md +23 -0
- package/docs/API-reference/api/x-components.queriespreviewmutations.setparams.md +24 -0
- package/docs/API-reference/api/x-components.queriespreviewmutations.setquerypreview.md +24 -0
- package/docs/API-reference/api/x-components.queriespreviewmutations.setstatus.md +24 -0
- package/docs/API-reference/api/x-components.queriespreviewstate.config.md +13 -0
- package/docs/API-reference/api/x-components.queriespreviewstate.md +22 -0
- package/docs/API-reference/api/x-components.queriespreviewstate.params.md +13 -0
- package/docs/API-reference/api/x-components.queriespreviewstate.queriespreview.md +11 -0
- package/docs/API-reference/api/x-components.queriespreviewxevents.md +21 -0
- package/docs/API-reference/api/x-components.queriespreviewxevents.querypreviewrequestchanged.md +13 -0
- package/docs/API-reference/api/x-components.queriespreviewxevents.querypreviewunmountedhook.md +13 -0
- package/docs/API-reference/api/x-components.queriespreviewxmodule.md +13 -0
- package/docs/API-reference/api/x-components.queriespreviewxstoremodule.md +15 -0
- package/docs/API-reference/api/x-components.queryfeature.md +2 -2
- package/docs/API-reference/api/x-components.queryorigin.md +3 -3
- package/docs/API-reference/api/x-components.queryorigininit.md +3 -3
- package/docs/API-reference/api/x-components.querypreview.config.md +13 -0
- package/docs/API-reference/api/x-components.querypreview.debouncetimems.md +13 -0
- package/docs/API-reference/api/x-components.querypreview.maxitemstorender.md +13 -0
- package/docs/API-reference/api/x-components.querypreview.md +29 -0
- package/docs/API-reference/api/x-components.querypreview.params.md +13 -0
- package/docs/API-reference/api/x-components.querypreview.previewresults.md +13 -0
- package/docs/API-reference/api/x-components.querypreview.query.md +13 -0
- package/docs/API-reference/api/x-components.querypreview.queryfeature.md +13 -0
- package/docs/API-reference/api/x-components.querypreview.querypreviewresults.md +13 -0
- package/docs/API-reference/api/x-components.querypreview.results.md +18 -0
- package/docs/API-reference/api/x-components.querypreviewinfo.md +21 -0
- package/docs/API-reference/api/x-components.querypreviewinfo.query.md +13 -0
- package/docs/API-reference/api/x-components.querypreviewinfo.title.md +13 -0
- package/docs/API-reference/api/x-components.querypreviewitem.md +23 -0
- package/docs/API-reference/api/x-components.querypreviewitem.request.md +13 -0
- package/docs/API-reference/api/x-components.querypreviewitem.results.md +13 -0
- package/docs/API-reference/api/x-components.querypreviewitem.totalresults.md +13 -0
- package/docs/API-reference/api/x-components.querypreviewlist.animation.md +13 -0
- package/docs/API-reference/api/x-components.querypreviewlist.md +23 -0
- package/docs/API-reference/api/x-components.querypreviewlist.queries.md +13 -0
- package/docs/API-reference/api/x-components.querypreviewlist.queriesstatus.md +13 -0
- package/docs/API-reference/api/x-components.querypreviewstatuspayload.md +21 -0
- package/docs/API-reference/api/x-components.querypreviewstatuspayload.query.md +13 -0
- package/docs/API-reference/api/x-components.querypreviewstatuspayload.status.md +13 -0
- package/docs/API-reference/api/x-components.querysuggestion.md +3 -3
- package/docs/API-reference/api/x-components.querysuggestion.suggestion.md +1 -1
- package/docs/API-reference/api/x-components.querysuggestions.md +1 -1
- package/docs/API-reference/api/x-components.querysuggestionsactioncontext.md +3 -3
- package/docs/API-reference/api/x-components.querysuggestionsactions.cancelfetchandsavesuggestions.md +2 -2
- package/docs/API-reference/api/x-components.querysuggestionsactions.fetchandsavesuggestions.md +4 -4
- package/docs/API-reference/api/x-components.querysuggestionsactions.fetchsuggestions.md +4 -4
- package/docs/API-reference/api/x-components.querysuggestionsactions.md +1 -1
- package/docs/API-reference/api/x-components.querysuggestionsactions.seturlparams.md +2 -2
- package/docs/API-reference/api/x-components.querysuggestionsconfig.debounceinms.md +1 -1
- package/docs/API-reference/api/x-components.querysuggestionsconfig.hideifequalsquery.md +1 -1
- package/docs/API-reference/api/x-components.querysuggestionsconfig.maxitemstorequest.md +1 -1
- package/docs/API-reference/api/x-components.querysuggestionsconfig.md +6 -7
- package/docs/API-reference/api/x-components.querysuggestionsgetter.md +2 -2
- package/docs/API-reference/api/x-components.querysuggestionsgetter.querysuggestions.md +2 -2
- package/docs/API-reference/api/x-components.querysuggestionsgetters.md +6 -6
- package/docs/API-reference/api/x-components.querysuggestionsgetters.normalizedquery.md +1 -1
- package/docs/API-reference/api/x-components.querysuggestionsgetters.querysuggestions.md +1 -1
- package/docs/API-reference/api/x-components.querysuggestionsgetters.request.md +2 -2
- package/docs/API-reference/api/x-components.querysuggestionsmutations.md +3 -3
- package/docs/API-reference/api/x-components.querysuggestionsmutations.setparams.md +3 -3
- package/docs/API-reference/api/x-components.querysuggestionsmutations.setquery.md +2 -2
- package/docs/API-reference/api/x-components.querysuggestionsmutations.setsuggestions.md +2 -2
- package/docs/API-reference/api/x-components.querysuggestionsrequest.md +1 -1
- package/docs/API-reference/api/x-components.querysuggestionsstate.config.md +1 -1
- package/docs/API-reference/api/x-components.querysuggestionsstate.md +9 -9
- package/docs/API-reference/api/x-components.querysuggestionsstate.params.md +1 -1
- package/docs/API-reference/api/x-components.querysuggestionsstate.query.md +1 -1
- package/docs/API-reference/api/x-components.querysuggestionsstate.suggestions.md +1 -1
- package/docs/API-reference/api/x-components.querysuggestionsxevents.md +7 -7
- package/docs/API-reference/api/x-components.querysuggestionsxevents.querysuggestionschanged.md +2 -2
- package/docs/API-reference/api/x-components.querysuggestionsxevents.querysuggestionsdisplayed.md +2 -2
- package/docs/API-reference/api/x-components.querysuggestionsxevents.querysuggestionsrequestchanged.md +3 -3
- package/docs/API-reference/api/x-components.querysuggestionsxevents.userselectedaquerysuggestion.md +2 -2
- package/docs/API-reference/api/x-components.querysuggestionsxmodule.md +1 -1
- package/docs/API-reference/api/x-components.querysuggestionsxstoremodule.md +3 -3
- package/docs/API-reference/api/x-components.radiobuttonselectedicon.md +11 -0
- package/docs/API-reference/api/x-components.radiobuttonunselectedicon.md +11 -0
- package/docs/API-reference/api/x-components.recommendations.animation.md +1 -1
- package/docs/API-reference/api/x-components.recommendations.maxitemstorender.md +1 -1
- package/docs/API-reference/api/x-components.recommendations.md +5 -5
- package/docs/API-reference/api/x-components.recommendations.resultclickextraevents.md +1 -1
- package/docs/API-reference/api/x-components.recommendations.storedrecommendations.md +1 -1
- package/docs/API-reference/api/x-components.recommendations_origin.md +1 -1
- package/docs/API-reference/api/x-components.recommendationsactioncontext.md +3 -3
- package/docs/API-reference/api/x-components.recommendationsactions.cancelfetchandsaverecommendations.md +2 -2
- package/docs/API-reference/api/x-components.recommendationsactions.fetchandsaverecommendations.md +4 -4
- package/docs/API-reference/api/x-components.recommendationsactions.fetchrecommendations.md +4 -4
- package/docs/API-reference/api/x-components.recommendationsactions.md +1 -1
- package/docs/API-reference/api/x-components.recommendationsconfig.maxitemstorequest.md +1 -1
- package/docs/API-reference/api/x-components.recommendationsconfig.md +4 -4
- package/docs/API-reference/api/x-components.recommendationsgetters.md +4 -4
- package/docs/API-reference/api/x-components.recommendationsgetters.request.md +2 -2
- package/docs/API-reference/api/x-components.recommendationsmutations.md +3 -2
- package/docs/API-reference/api/x-components.recommendationsmutations.setparams.md +3 -3
- package/docs/API-reference/api/x-components.recommendationsmutations.setrecommendations.md +2 -2
- package/docs/API-reference/api/x-components.recommendationsmutations.updaterecommendation.md +24 -0
- package/docs/API-reference/api/x-components.recommendationsrequest.md +1 -1
- package/docs/API-reference/api/x-components.recommendationsstate.config.md +1 -1
- package/docs/API-reference/api/x-components.recommendationsstate.md +8 -8
- package/docs/API-reference/api/x-components.recommendationsstate.origin.md +1 -1
- package/docs/API-reference/api/x-components.recommendationsstate.params.md +1 -1
- package/docs/API-reference/api/x-components.recommendationsstate.recommendations.md +1 -1
- package/docs/API-reference/api/x-components.recommendationsxevents.md +6 -6
- package/docs/API-reference/api/x-components.recommendationsxevents.recommendationschanged.md +2 -2
- package/docs/API-reference/api/x-components.recommendationsxevents.recommendationsrequestchanged.md +3 -3
- package/docs/API-reference/api/x-components.recommendationsxevents.userclickedarecommendation.md +2 -2
- package/docs/API-reference/api/x-components.recommendationsxmodule.md +1 -1
- package/docs/API-reference/api/x-components.recommendationsxstoremodule.md +3 -3
- package/docs/API-reference/api/x-components.redirection.abortredirect.md +2 -2
- package/docs/API-reference/api/x-components.redirection.delayinseconds.md +1 -1
- package/docs/API-reference/api/x-components.redirection.isredirecting.md +1 -1
- package/docs/API-reference/api/x-components.redirection.md +5 -5
- package/docs/API-reference/api/x-components.redirection.mode.md +1 -1
- package/docs/API-reference/api/x-components.redirection.redirect.md +2 -2
- package/docs/API-reference/api/x-components.redirection.redirections.md +1 -1
- package/docs/API-reference/api/x-components.refreshhistoryqueriessession.md +1 -1
- package/docs/API-reference/api/x-components.refreshsession.md +1 -1
- package/docs/API-reference/api/x-components.relatedtag.emitevents.md +2 -2
- package/docs/API-reference/api/x-components.relatedtag.highlightcurated.md +1 -1
- package/docs/API-reference/api/x-components.relatedtag.md +5 -5
- package/docs/API-reference/api/x-components.relatedtag.relatedtag.md +1 -1
- package/docs/API-reference/api/x-components.relatedtags.animation.md +1 -1
- package/docs/API-reference/api/x-components.relatedtags.highlightcurated.md +1 -1
- package/docs/API-reference/api/x-components.relatedtags.maxitemstorender.md +1 -1
- package/docs/API-reference/api/x-components.relatedtags.md +1 -1
- package/docs/API-reference/api/x-components.relatedtags.relatedtags.md +1 -1
- package/docs/API-reference/api/x-components.relatedtags.storedrelatedtags.md +1 -1
- package/docs/API-reference/api/x-components.relatedtagsactioncontext.md +3 -3
- package/docs/API-reference/api/x-components.relatedtagsactions.cancelfetchandsaverelatedtags.md +2 -2
- package/docs/API-reference/api/x-components.relatedtagsactions.fetchandsaverelatedtags.md +2 -2
- package/docs/API-reference/api/x-components.relatedtagsactions.fetchrelatedtags.md +2 -2
- package/docs/API-reference/api/x-components.relatedtagsactions.md +1 -1
- package/docs/API-reference/api/x-components.relatedtagsactions.seturlparams.md +2 -2
- package/docs/API-reference/api/x-components.relatedtagsactions.togglerelatedtag.md +2 -2
- package/docs/API-reference/api/x-components.relatedtagsconfig.maxitemstorequest.md +1 -1
- package/docs/API-reference/api/x-components.relatedtagsconfig.md +4 -4
- package/docs/API-reference/api/x-components.relatedtagsgetters.md +6 -5
- package/docs/API-reference/api/x-components.relatedtagsgetters.query.md +13 -0
- package/docs/API-reference/api/x-components.relatedtagsgetters.relatedtags.md +1 -1
- package/docs/API-reference/api/x-components.relatedtagsgetters.request.md +1 -1
- package/docs/API-reference/api/x-components.relatedtagsmutations.md +3 -4
- package/docs/API-reference/api/x-components.relatedtagsmutations.setparams.md +3 -3
- package/docs/API-reference/api/x-components.relatedtagsmutations.setrelatedtags.md +2 -2
- package/docs/API-reference/api/x-components.relatedtagsmutations.setselectedrelatedtags.md +2 -2
- package/docs/API-reference/api/x-components.relatedtagsquery.md +13 -0
- package/docs/API-reference/api/x-components.relatedtagsrequest.md +1 -1
- package/docs/API-reference/api/x-components.relatedtagsstate.config.md +1 -1
- package/docs/API-reference/api/x-components.relatedtagsstate.md +9 -10
- package/docs/API-reference/api/x-components.relatedtagsstate.params.md +1 -1
- package/docs/API-reference/api/x-components.relatedtagsstate.relatedtags.md +1 -1
- package/docs/API-reference/api/x-components.relatedtagsstate.selectedrelatedtags.md +1 -1
- package/docs/API-reference/api/x-components.relatedtagsxevents.md +9 -9
- package/docs/API-reference/api/x-components.relatedtagsxevents.relatedtagschanged.md +2 -2
- package/docs/API-reference/api/x-components.relatedtagsxevents.relatedtagsrequestchanged.md +2 -2
- package/docs/API-reference/api/x-components.relatedtagsxevents.selectedrelatedtagschanged.md +2 -2
- package/docs/API-reference/api/x-components.relatedtagsxevents.userdeselectedarelatedtag.md +2 -2
- package/docs/API-reference/api/x-components.relatedtagsxevents.userpickedarelatedtag.md +2 -2
- package/docs/API-reference/api/x-components.relatedtagsxevents.userselectedarelatedtag.md +2 -2
- package/docs/API-reference/api/x-components.relatedtagsxmodule.md +1 -1
- package/docs/API-reference/api/x-components.relatedtagsxstoremodule.md +3 -3
- package/docs/API-reference/api/x-components.removefromhistory.md +1 -1
- package/docs/API-reference/api/x-components.removehistoryquery.historyquery.md +1 -1
- package/docs/API-reference/api/x-components.removehistoryquery.md +1 -1
- package/docs/API-reference/api/x-components.removehistoryquery.removehistoryqueryevent.md +2 -2
- package/docs/API-reference/api/x-components.renderlessextraparams.md +3 -3
- package/docs/API-reference/api/x-components.renderlessextraparams.name.md +1 -1
- package/docs/API-reference/api/x-components.renderlessextraparams.stateparams.md +1 -1
- package/docs/API-reference/api/x-components.renderlessfilter.clickevents.md +1 -1
- package/docs/API-reference/api/x-components.renderlessfilter.filter.md +1 -1
- package/docs/API-reference/api/x-components.renderlessfilter.md +3 -3
- package/docs/API-reference/api/x-components.renderlessfilter.render.md +2 -2
- package/docs/API-reference/api/x-components.requeststatus.md +2 -2
- package/docs/API-reference/api/x-components.resetappending.md +2 -2
- package/docs/API-reference/api/x-components.resetrequestonrefinement.md +13 -0
- package/docs/API-reference/api/x-components.resetrequestonrefinementwire.md +13 -0
- package/docs/API-reference/api/x-components.resetresultspreviewwire.md +13 -0
- package/docs/API-reference/api/x-components.resetspellcheckquery.md +2 -2
- package/docs/API-reference/api/x-components.resetstateifnorequestwire.md +13 -0
- package/docs/API-reference/api/x-components.resultfeature.md +2 -2
- package/docs/API-reference/api/x-components.resultorigin.md +3 -3
- package/docs/API-reference/api/x-components.resultslist.animation.md +1 -1
- package/docs/API-reference/api/x-components.resultslist.hasmoreitems.md +13 -0
- package/docs/API-reference/api/x-components.resultslist.items.md +1 -1
- package/docs/API-reference/api/x-components.resultslist.md +15 -4
- package/docs/API-reference/api/x-components.resultslist.providedquery.md +13 -0
- package/docs/API-reference/api/x-components.resultslist.searchquery.md +13 -0
- package/docs/API-reference/api/x-components.resultslist.searchstatus.md +13 -0
- package/docs/API-reference/api/x-components.resultslist.totalresults.md +13 -0
- package/docs/API-reference/api/x-components.resultslist.updatequery.md +24 -0
- package/docs/API-reference/api/x-components.resultvariantselector.level.md +13 -0
- package/docs/API-reference/api/x-components.resultvariantselector.md +24 -0
- package/docs/API-reference/api/x-components.resultvariantselector.result.md +13 -0
- package/docs/API-reference/api/x-components.resultvariantselector.selectedvariants.md +13 -0
- package/docs/API-reference/api/x-components.resultvariantselector.selectresultvariant.md +13 -0
- package/docs/API-reference/api/x-components.resultvariantsprovider.autoselectdepth.md +13 -0
- package/docs/API-reference/api/x-components.resultvariantsprovider.md +37 -0
- package/docs/API-reference/api/x-components.resultvariantsprovider.render.md +26 -0
- package/docs/API-reference/api/x-components.resultvariantsprovider.resetselectedvariants.md +17 -0
- package/docs/API-reference/api/x-components.resultvariantsprovider.result.md +13 -0
- package/docs/API-reference/api/x-components.resultvariantsprovider.resulttoprovide.md +13 -0
- package/docs/API-reference/api/x-components.resultvariantsprovider.selectedvariants.md +13 -0
- package/docs/API-reference/api/x-components.resultvariantsprovider.selectfirstvariants.md +24 -0
- package/docs/API-reference/api/x-components.resultvariantsprovider.selectresultvariant.md +25 -0
- package/docs/API-reference/api/x-components.returns.md +2 -4
- package/docs/API-reference/api/x-components.rootstorestateandgetters.md +3 -3
- package/docs/API-reference/api/x-components.rootxstorestate.md +4 -4
- package/docs/API-reference/api/x-components.rootxstorestate.x.md +1 -1
- package/docs/API-reference/api/x-components.sanitize.md +1 -1
- package/docs/API-reference/api/x-components.saveidentifierresultsorigin.md +13 -0
- package/docs/API-reference/api/x-components.saveidentifierresultsoriginwire.md +1 -1
- package/docs/API-reference/api/x-components.saveoriginwire.md +2 -2
- package/docs/API-reference/api/x-components.savequery.md +1 -1
- package/docs/API-reference/api/x-components.savesearchorigin.md +13 -0
- package/docs/API-reference/api/x-components.savesearchresponse.md +13 -0
- package/docs/API-reference/api/x-components.scroll.id.md +1 -1
- package/docs/API-reference/api/x-components.scroll.md +3 -5
- package/docs/API-reference/api/x-components.scrollactions.md +1 -1
- package/docs/API-reference/api/x-components.scrollcomponentstate.direction.md +1 -1
- package/docs/API-reference/api/x-components.scrollcomponentstate.hasalmostreachedend.md +1 -1
- package/docs/API-reference/api/x-components.scrollcomponentstate.hasreachedend.md +1 -1
- package/docs/API-reference/api/x-components.scrollcomponentstate.hasreachedstart.md +1 -1
- package/docs/API-reference/api/x-components.scrollcomponentstate.md +8 -8
- package/docs/API-reference/api/x-components.scrollcomponentstate.position.md +1 -1
- package/docs/API-reference/api/x-components.scrolldirection.md +2 -2
- package/docs/API-reference/api/x-components.scrollgetters.md +1 -1
- package/docs/API-reference/api/x-components.scrollmixin._el.md +1 -1
- package/docs/API-reference/api/x-components.scrollmixin.distancetobottom.md +1 -1
- package/docs/API-reference/api/x-components.scrollmixin.firstelementthresholdpx.md +1 -1
- package/docs/API-reference/api/x-components.scrollmixin.md +4 -3
- package/docs/API-reference/api/x-components.scrollmixin.reseton.md +13 -0
- package/docs/API-reference/api/x-components.scrollmixin.resetonchange.md +1 -1
- package/docs/API-reference/api/x-components.scrollmixin.throttlems.md +1 -1
- package/docs/API-reference/api/x-components.scrollmutations.md +1 -1
- package/docs/API-reference/api/x-components.scrollmutations.setpendingscrollto.md +2 -2
- package/docs/API-reference/api/x-components.scrollmutations.setscrollcomponentstate.md +2 -2
- package/docs/API-reference/api/x-components.scrollstate.data.md +1 -1
- package/docs/API-reference/api/x-components.scrollstate.md +5 -5
- package/docs/API-reference/api/x-components.scrollstate.pendingscrollto.md +1 -1
- package/docs/API-reference/api/x-components.scrollstatepayload.md +5 -5
- package/docs/API-reference/api/x-components.scrollstatepayload.newstate.md +1 -1
- package/docs/API-reference/api/x-components.scrolltotop.animation.md +1 -1
- package/docs/API-reference/api/x-components.scrolltotop.md +3 -3
- package/docs/API-reference/api/x-components.scrolltotop.scrollid.md +1 -1
- package/docs/API-reference/api/x-components.scrolltotop.thresholdpx.md +1 -1
- package/docs/API-reference/api/x-components.scrollvisibilityobserver.md +1 -1
- package/docs/API-reference/api/x-components.scrollvisibilityobserver.observe.md +2 -2
- package/docs/API-reference/api/x-components.scrollvisibilityobserver.unobserve.md +2 -2
- package/docs/API-reference/api/x-components.scrollxevents.md +11 -11
- package/docs/API-reference/api/x-components.scrollxevents.scrollrestorefailed.md +1 -1
- package/docs/API-reference/api/x-components.scrollxevents.scrollrestoresucceeded.md +1 -1
- package/docs/API-reference/api/x-components.scrollxevents.useralmostreachedscrollend.md +1 -1
- package/docs/API-reference/api/x-components.scrollxevents.userchangedscrolldirection.md +1 -1
- package/docs/API-reference/api/x-components.scrollxevents.userreachedscrollend.md +1 -1
- package/docs/API-reference/api/x-components.scrollxevents.userreachedscrollstart.md +1 -1
- package/docs/API-reference/api/x-components.scrollxevents.userscrolled.md +1 -1
- package/docs/API-reference/api/x-components.scrollxevents.userscrolledtoelement.md +1 -1
- package/docs/API-reference/api/x-components.scrollxmodule.md +1 -1
- package/docs/API-reference/api/x-components.scrollxstoremodule.md +3 -3
- package/docs/API-reference/api/x-components.searchactioncontext.md +3 -3
- package/docs/API-reference/api/x-components.searchactions.cancelfetchandsavesearchresponse.md +2 -2
- package/docs/API-reference/api/x-components.searchactions.fetchandsavesearchresponse.md +4 -4
- package/docs/API-reference/api/x-components.searchactions.fetchsearchresponse.md +4 -4
- package/docs/API-reference/api/x-components.searchactions.increasepageappendingresults.md +2 -2
- package/docs/API-reference/api/x-components.searchactions.md +3 -1
- package/docs/API-reference/api/x-components.searchactions.resetrequestonrefinement.md +24 -0
- package/docs/API-reference/api/x-components.searchactions.saveorigin.md +2 -2
- package/docs/API-reference/api/x-components.searchactions.savesearchresponse.md +24 -0
- package/docs/API-reference/api/x-components.searchactions.seturlparams.md +2 -2
- package/docs/API-reference/api/x-components.searchboxactions.md +2 -1
- package/docs/API-reference/api/x-components.searchboxactions.setinputstatus.md +24 -0
- package/docs/API-reference/api/x-components.searchboxactions.seturlparams.md +2 -2
- package/docs/API-reference/api/x-components.searchboxgetters.md +4 -4
- package/docs/API-reference/api/x-components.searchboxgetters.trimmedquery.md +1 -1
- package/docs/API-reference/api/x-components.searchboxmutations.md +4 -2
- package/docs/API-reference/api/x-components.searchboxmutations.setinputstatus.md +24 -0
- package/docs/API-reference/api/x-components.searchboxmutations.setquery.md +2 -2
- package/docs/API-reference/api/x-components.searchboxstate.inputstatus.md +13 -0
- package/docs/API-reference/api/x-components.searchboxstate.md +7 -5
- package/docs/API-reference/api/x-components.searchboxstate.query.md +1 -1
- package/docs/API-reference/api/x-components.searchboxxevents.md +15 -13
- package/docs/API-reference/api/x-components.searchboxxevents.searchboxquerychanged.md +1 -1
- package/docs/API-reference/api/x-components.searchboxxevents.userblurredsearchbox.md +1 -1
- package/docs/API-reference/api/x-components.searchboxxevents.userclearedquery.md +1 -1
- package/docs/API-reference/api/x-components.searchboxxevents.userclickedsearchbox.md +1 -1
- package/docs/API-reference/api/x-components.searchboxxevents.userfocusedsearchbox.md +1 -1
- package/docs/API-reference/api/x-components.searchboxxevents.userhoveredinsearchbox.md +13 -0
- package/docs/API-reference/api/x-components.searchboxxevents.userhoveredoutsearchbox.md +13 -0
- package/docs/API-reference/api/x-components.searchboxxevents.useristypingaquery.md +1 -1
- package/docs/API-reference/api/x-components.searchboxxevents.userpressedclearsearchboxbutton.md +1 -1
- package/docs/API-reference/api/x-components.searchboxxevents.userpressedenterkey.md +1 -1
- package/docs/API-reference/api/x-components.searchboxxevents.userpressedsearchbutton.md +1 -1
- package/docs/API-reference/api/x-components.searchboxxevents.usertalked.md +1 -1
- package/docs/API-reference/api/x-components.searchboxxmodule.md +1 -1
- package/docs/API-reference/api/x-components.searchboxxstoremodule.md +3 -3
- package/docs/API-reference/api/x-components.searchbutton.dynamicclasses.md +1 -1
- package/docs/API-reference/api/x-components.searchbutton.emitevents.md +2 -2
- package/docs/API-reference/api/x-components.searchbutton.isqueryempty.md +1 -1
- package/docs/API-reference/api/x-components.searchbutton.md +5 -5
- package/docs/API-reference/api/x-components.searchbutton.query.md +1 -1
- package/docs/API-reference/api/x-components.searchconfig.md +4 -4
- package/docs/API-reference/api/x-components.searchconfig.pagesize.md +1 -1
- package/docs/API-reference/api/x-components.searchgetters.md +5 -4
- package/docs/API-reference/api/x-components.searchgetters.query.md +13 -0
- package/docs/API-reference/api/x-components.searchgetters.request.md +3 -3
- package/docs/API-reference/api/x-components.searchicon.md +1 -1
- package/docs/API-reference/api/x-components.searchinput._refs.md +1 -1
- package/docs/API-reference/api/x-components.searchinput.autocompletekeyboardkeys.md +1 -1
- package/docs/API-reference/api/x-components.searchinput.autocompletesuggestionsevent.md +1 -1
- package/docs/API-reference/api/x-components.searchinput.autofocus.md +1 -1
- package/docs/API-reference/api/x-components.searchinput.debounceduseracceptedaquery.md +1 -1
- package/docs/API-reference/api/x-components.searchinput.instant.md +1 -1
- package/docs/API-reference/api/x-components.searchinput.instantdebounceinms.md +1 -1
- package/docs/API-reference/api/x-components.searchinput.maxlength.md +1 -1
- package/docs/API-reference/api/x-components.searchinput.md +10 -9
- package/docs/API-reference/api/x-components.searchinput.mounted.md +2 -2
- package/docs/API-reference/api/x-components.searchinput.query.md +1 -1
- package/docs/API-reference/api/x-components.searchinput.searchinputmessage.md +11 -0
- package/docs/API-reference/api/x-components.searchinputplaceholder.animateonlyonhover.md +13 -0
- package/docs/API-reference/api/x-components.searchinputplaceholder.animation.md +13 -0
- package/docs/API-reference/api/x-components.searchinputplaceholder.animationintervalms.md +13 -0
- package/docs/API-reference/api/x-components.searchinputplaceholder.beforedestroy.md +15 -0
- package/docs/API-reference/api/x-components.searchinputplaceholder.md +34 -0
- package/docs/API-reference/api/x-components.searchinputplaceholder.messages.md +13 -0
- package/docs/API-reference/api/x-components.searchinputplaceholder.onuserblurredsearchbox.md +15 -0
- package/docs/API-reference/api/x-components.searchinputplaceholder.onuserfocusedsearchbox.md +15 -0
- package/docs/API-reference/api/x-components.searchinputplaceholder.onuserhoveredinsearchbox.md +15 -0
- package/docs/API-reference/api/x-components.searchinputplaceholder.onuserhoveredoutsearchbox.md +15 -0
- package/docs/API-reference/api/x-components.searchmutations.appendresults.md +2 -2
- package/docs/API-reference/api/x-components.searchmutations.md +5 -3
- package/docs/API-reference/api/x-components.searchmutations.resetstate.md +17 -0
- package/docs/API-reference/api/x-components.searchmutations.setbanners.md +2 -2
- package/docs/API-reference/api/x-components.searchmutations.setfacets.md +2 -2
- package/docs/API-reference/api/x-components.searchmutations.setisappendresults.md +2 -2
- package/docs/API-reference/api/x-components.searchmutations.setorigin.md +2 -2
- package/docs/API-reference/api/x-components.searchmutations.setpage.md +2 -2
- package/docs/API-reference/api/x-components.searchmutations.setpagesize.md +2 -2
- package/docs/API-reference/api/x-components.searchmutations.setparams.md +3 -3
- package/docs/API-reference/api/x-components.searchmutations.setpartialresults.md +2 -2
- package/docs/API-reference/api/x-components.searchmutations.setpromoteds.md +2 -2
- package/docs/API-reference/api/x-components.searchmutations.setquery.md +2 -2
- package/docs/API-reference/api/x-components.searchmutations.setquerytagging.md +4 -4
- package/docs/API-reference/api/x-components.searchmutations.setredirections.md +2 -2
- package/docs/API-reference/api/x-components.searchmutations.setrelatedtags.md +2 -2
- package/docs/API-reference/api/x-components.searchmutations.setresults.md +2 -2
- package/docs/API-reference/api/x-components.searchmutations.setselectedfilters.md +2 -2
- package/docs/API-reference/api/x-components.searchmutations.setsort.md +2 -2
- package/docs/API-reference/api/x-components.searchmutations.setspellcheck.md +2 -2
- package/docs/API-reference/api/x-components.searchmutations.settotalresults.md +2 -2
- package/docs/API-reference/api/x-components.searchmutations.updateresult.md +24 -0
- package/docs/API-reference/api/x-components.searchquery.md +13 -0
- package/docs/API-reference/api/x-components.searchrequest.md +1 -1
- package/docs/API-reference/api/x-components.searchstate.banners.md +1 -1
- package/docs/API-reference/api/x-components.searchstate.config.md +1 -1
- package/docs/API-reference/api/x-components.searchstate.facets.md +1 -1
- package/docs/API-reference/api/x-components.searchstate.isappendresults.md +1 -1
- package/docs/API-reference/api/x-components.searchstate.md +23 -23
- package/docs/API-reference/api/x-components.searchstate.origin.md +1 -1
- package/docs/API-reference/api/x-components.searchstate.page.md +1 -1
- package/docs/API-reference/api/x-components.searchstate.params.md +1 -1
- package/docs/API-reference/api/x-components.searchstate.partialresults.md +1 -1
- package/docs/API-reference/api/x-components.searchstate.promoteds.md +1 -1
- package/docs/API-reference/api/x-components.searchstate.query.md +1 -1
- package/docs/API-reference/api/x-components.searchstate.querytagging.md +2 -2
- package/docs/API-reference/api/x-components.searchstate.redirections.md +1 -1
- package/docs/API-reference/api/x-components.searchstate.relatedtags.md +1 -1
- package/docs/API-reference/api/x-components.searchstate.results.md +1 -1
- package/docs/API-reference/api/x-components.searchstate.selectedfilters.md +1 -1
- package/docs/API-reference/api/x-components.searchstate.sort.md +1 -1
- package/docs/API-reference/api/x-components.searchstate.spellcheckedquery.md +1 -1
- package/docs/API-reference/api/x-components.searchstate.totalresults.md +1 -1
- package/docs/API-reference/api/x-components.searchtinyicon.md +1 -1
- package/docs/API-reference/api/x-components.searchxevents.facetschanged.md +2 -2
- package/docs/API-reference/api/x-components.searchxevents.md +20 -16
- package/docs/API-reference/api/x-components.searchxevents.pagechanged.md +2 -2
- package/docs/API-reference/api/x-components.searchxevents.resultschanged.md +2 -2
- package/docs/API-reference/api/x-components.searchxevents.searchrequestchanged.md +3 -3
- package/docs/API-reference/api/x-components.searchxevents.searchrequestupdated.md +18 -0
- package/docs/API-reference/api/x-components.searchxevents.searchresponsechanged.md +13 -0
- package/docs/API-reference/api/x-components.searchxevents.searchtaggingchanged.md +3 -3
- package/docs/API-reference/api/x-components.searchxevents.selectedsortprovided.md +2 -2
- package/docs/API-reference/api/x-components.searchxevents.sortchanged.md +2 -2
- package/docs/API-reference/api/x-components.searchxevents.spellcheckchanged.md +2 -2
- package/docs/API-reference/api/x-components.searchxevents.userclickedabanner.md +13 -0
- package/docs/API-reference/api/x-components.searchxevents.userclickedabortaredirection.md +1 -1
- package/docs/API-reference/api/x-components.searchxevents.userclickedapromoted.md +13 -0
- package/docs/API-reference/api/x-components.searchxevents.userclickedaredirection.md +2 -2
- package/docs/API-reference/api/x-components.searchxevents.userclickedasort.md +2 -2
- package/docs/API-reference/api/x-components.searchxevents.userclickedpartialquery.md +2 -2
- package/docs/API-reference/api/x-components.searchxevents.userreachedresultslistend.md +1 -1
- package/docs/API-reference/api/x-components.searchxmodule.md +1 -1
- package/docs/API-reference/api/x-components.searchxstoremodule.md +3 -3
- package/docs/API-reference/api/x-components.selectedfilters.md +1 -1
- package/docs/API-reference/api/x-components.selectedfiltersbyfacet.md +1 -1
- package/docs/API-reference/api/x-components.selectedfilterslist.animation.md +1 -1
- package/docs/API-reference/api/x-components.selectedfilterslist.md +9 -7
- package/docs/API-reference/api/x-components.sessionhistoryqueries.md +1 -1
- package/docs/API-reference/api/x-components.setconsent.md +2 -2
- package/docs/API-reference/api/x-components.setextraparams.md +2 -2
- package/docs/API-reference/api/x-components.sethistoryqueries.md +1 -1
- package/docs/API-reference/api/x-components.sethistoryqueriesdisabled.md +13 -0
- package/docs/API-reference/api/x-components.sethistoryqueriesenabled.md +13 -0
- package/docs/API-reference/api/x-components.sethistoryqueriesquery.md +1 -1
- package/docs/API-reference/api/x-components.setidentifierresultsextraparams.md +2 -2
- package/docs/API-reference/api/x-components.setidentifierresultsquery.md +1 -1
- package/docs/API-reference/api/x-components.setinitialextraparams.md +2 -2
- package/docs/API-reference/api/x-components.setname.md +1 -1
- package/docs/API-reference/api/x-components.setnextqueriesextraparams.md +2 -2
- package/docs/API-reference/api/x-components.setnextqueriesquery.md +1 -1
- package/docs/API-reference/api/x-components.setparams.md +1 -1
- package/docs/API-reference/api/x-components.setpendingscrolltowire.md +1 -1
- package/docs/API-reference/api/x-components.setpopularsearchesextraparams.md +2 -2
- package/docs/API-reference/api/x-components.setqueriespreviewextraparamswire.md +13 -0
- package/docs/API-reference/api/x-components.setqueryfromlasthistoryquery.md +1 -1
- package/docs/API-reference/api/x-components.setqueryfromlasthistoryquerywire.md +1 -1
- package/docs/API-reference/api/x-components.setquerysuggestionsextraparams.md +2 -2
- package/docs/API-reference/api/x-components.setquerysuggestionsquery.md +1 -1
- package/docs/API-reference/api/x-components.setquerytagginginfo.md +13 -0
- package/docs/API-reference/api/x-components.setrecommendationsextraparams.md +2 -2
- package/docs/API-reference/api/x-components.setrelatedtags.md +2 -2
- package/docs/API-reference/api/x-components.setrelatedtagsextraparams.md +2 -2
- package/docs/API-reference/api/x-components.setrelatedtagsquery.md +1 -1
- package/docs/API-reference/api/x-components.setscrolldirectionwire.md +1 -1
- package/docs/API-reference/api/x-components.setscrollhasalmostreachedendwire.md +1 -1
- package/docs/API-reference/api/x-components.setscrollhasreachedendwire.md +1 -1
- package/docs/API-reference/api/x-components.setscrollhasreachedstartwire.md +1 -1
- package/docs/API-reference/api/x-components.setscrollpositionwire.md +1 -1
- package/docs/API-reference/api/x-components.setsearchedqueries.md +1 -1
- package/docs/API-reference/api/x-components.setsearchedqueriesinpopularsearches.md +1 -1
- package/docs/API-reference/api/x-components.setsearchextraparams.md +2 -2
- package/docs/API-reference/api/x-components.setsearchpage.md +2 -2
- package/docs/API-reference/api/x-components.setsearchquery.md +2 -2
- package/docs/API-reference/api/x-components.setsearchurlparams.md +13 -0
- package/docs/API-reference/api/x-components.setselectedfilters.md +2 -2
- package/docs/API-reference/api/x-components.setsort.md +2 -2
- package/docs/API-reference/api/x-components.setstatus.md +2 -2
- package/docs/API-reference/api/x-components.settaggingconfig.md +13 -0
- package/docs/API-reference/api/x-components.settingsicon.md +11 -0
- package/docs/API-reference/api/x-components.setupdevtools.md +27 -0
- package/docs/API-reference/api/x-components.seturlfilters.md +1 -1
- package/docs/API-reference/api/x-components.seturlpage.md +1 -1
- package/docs/API-reference/api/x-components.seturlparams.md +2 -2
- package/docs/API-reference/api/x-components.seturlparamswire.md +1 -1
- package/docs/API-reference/api/x-components.seturlquery.md +1 -1
- package/docs/API-reference/api/x-components.seturlrelatedtags.md +1 -1
- package/docs/API-reference/api/x-components.seturlscroll.md +1 -1
- package/docs/API-reference/api/x-components.seturlsort.md +1 -1
- package/docs/API-reference/api/x-components.showicon.md +1 -1
- package/docs/API-reference/api/x-components.simplefilter.clickevents.md +13 -0
- package/docs/API-reference/api/x-components.simplefilter.filter.md +1 -1
- package/docs/API-reference/api/x-components.simplefilter.md +3 -2
- package/docs/API-reference/api/x-components.simplestateselector.md +2 -4
- package/docs/API-reference/api/x-components.singlecolumnlayout.asideanimation.md +1 -1
- package/docs/API-reference/api/x-components.singlecolumnlayout.md +3 -3
- package/docs/API-reference/api/x-components.slicedfilters.max.md +1 -1
- package/docs/API-reference/api/x-components.slicedfilters.md +3 -3
- package/docs/API-reference/api/x-components.slicedfilters.showmorefilters.md +1 -1
- package/docs/API-reference/api/x-components.slidingpanel.md +7 -15
- package/docs/API-reference/api/x-components.slidingpanel.resetoncontentchange.md +13 -0
- package/docs/API-reference/api/x-components.slidingpanel.scrollfactor.md +2 -2
- package/docs/API-reference/api/x-components.slidingpanel.showbuttons.md +2 -2
- package/docs/API-reference/api/x-components.snippetcallbacks.md +2 -2
- package/docs/API-reference/api/x-components.snippetconfig.callbacks.md +1 -1
- package/docs/API-reference/api/x-components.snippetconfig.consent.md +1 -1
- package/docs/API-reference/api/x-components.snippetconfig.currency.md +1 -1
- package/docs/API-reference/api/x-components.snippetconfig.documentdirection.md +1 -1
- package/docs/API-reference/api/x-components.snippetconfig.env.md +2 -2
- package/docs/API-reference/api/x-components.snippetconfig.filters.md +13 -0
- package/docs/API-reference/api/x-components.snippetconfig.instance.md +1 -1
- package/docs/API-reference/api/x-components.snippetconfig.isspa.md +13 -0
- package/docs/API-reference/api/x-components.snippetconfig.lang.md +2 -2
- package/docs/API-reference/api/x-components.snippetconfig.md +16 -12
- package/docs/API-reference/api/x-components.snippetconfig.productid.md +13 -0
- package/docs/API-reference/api/x-components.snippetconfig.queriespreview.md +13 -0
- package/docs/API-reference/api/x-components.snippetconfig.scope.md +1 -1
- package/docs/API-reference/api/x-components.snippetconfig.uilang.md +13 -0
- package/docs/API-reference/api/x-components.snippetconfigextraparams.excludedextraparams.md +13 -0
- package/docs/API-reference/api/x-components.snippetconfigextraparams.md +9 -2
- package/docs/API-reference/api/x-components.snippetconfigextraparams.values.md +13 -0
- package/docs/API-reference/api/x-components.sortazicon.md +11 -0
- package/docs/API-reference/api/x-components.sortdropdown.animation.md +1 -1
- package/docs/API-reference/api/x-components.sortdropdown.md +3 -3
- package/docs/API-reference/api/x-components.sortedfilters.md +2 -2
- package/docs/API-reference/api/x-components.sortedfilters.render.md +2 -2
- package/docs/API-reference/api/x-components.sortlist.animation.md +1 -1
- package/docs/API-reference/api/x-components.sortlist.md +3 -3
- package/docs/API-reference/api/x-components.sortmixin.items.md +1 -1
- package/docs/API-reference/api/x-components.sortmixin.md +3 -3
- package/docs/API-reference/api/x-components.sortmixin.providedselectedsort.md +1 -1
- package/docs/API-reference/api/x-components.sortpricedownicon.md +11 -0
- package/docs/API-reference/api/x-components.sortpriceupicon.md +11 -0
- package/docs/API-reference/api/x-components.sortrelevancyicon.md +11 -0
- package/docs/API-reference/api/x-components.sortzaicon.md +11 -0
- package/docs/API-reference/api/x-components.spatialnavigation.md +1 -1
- package/docs/API-reference/api/x-components.spatialnavigation.navigateto.md +2 -2
- package/docs/API-reference/api/x-components.spellcheck.md +2 -2
- package/docs/API-reference/api/x-components.spellcheck.query.md +1 -1
- package/docs/API-reference/api/x-components.spellcheck.spellcheckedquery.md +1 -1
- package/docs/API-reference/api/x-components.spellcheckbutton.emitevents.md +2 -2
- package/docs/API-reference/api/x-components.spellcheckbutton.md +3 -3
- package/docs/API-reference/api/x-components.spellcheckbutton.spellcheckedquery.md +1 -1
- package/docs/API-reference/api/x-components.split_words_regex.md +13 -0
- package/docs/API-reference/api/x-components.staggeredfadeandslide.animationname.md +13 -0
- package/docs/API-reference/api/x-components.staggeredfadeandslide.appear.md +13 -0
- package/docs/API-reference/api/x-components.staggeredfadeandslide.md +10 -3
- package/docs/API-reference/api/x-components.staggeringtransitiongroup.beforecreate.md +2 -2
- package/docs/API-reference/api/x-components.staggeringtransitiongroup.beforeupdate.md +2 -2
- package/docs/API-reference/api/x-components.staggeringtransitiongroup.md +11 -2
- package/docs/API-reference/api/x-components.staggeringtransitiongroup.mounted.md +2 -2
- package/docs/API-reference/api/x-components.staggeringtransitiongroup.moveclass.md +13 -0
- package/docs/API-reference/api/x-components.staggeringtransitiongroup.name.md +13 -0
- package/docs/API-reference/api/x-components.staggeringtransitiongroup.render.md +2 -2
- package/docs/API-reference/api/x-components.staggeringtransitiongroup.staggering.md +13 -0
- package/docs/API-reference/api/x-components.staggeringtransitiongroup.tag.md +13 -0
- package/docs/API-reference/api/x-components.staggeringtransitiongroup.updated.md +2 -2
- package/docs/API-reference/api/x-components.starfilledicon.md +11 -0
- package/docs/API-reference/api/x-components.staricon.md +1 -1
- package/docs/API-reference/api/x-components.state.md +2 -2
- package/docs/API-reference/api/x-components.stateselector.filter.md +2 -2
- package/docs/API-reference/api/x-components.stateselector.md +6 -6
- package/docs/API-reference/api/x-components.stateselector.selector.md +1 -1
- package/docs/API-reference/api/x-components.statusmutations.md +1 -1
- package/docs/API-reference/api/x-components.statusmutations.setstatus.md +2 -2
- package/docs/API-reference/api/x-components.statusstate.md +4 -4
- package/docs/API-reference/api/x-components.statusstate.status.md +1 -1
- package/docs/API-reference/api/x-components.storagekey.md +1 -1
- package/docs/API-reference/api/x-components.storeemitters.md +3 -3
- package/docs/API-reference/api/x-components.storemodulestateandgetters.md +3 -3
- package/docs/API-reference/api/x-components.subobject.md +29 -0
- package/docs/API-reference/api/x-components.tagfilledicon.md +11 -0
- package/docs/API-reference/api/x-components.tagging.activeconsent.md +1 -1
- package/docs/API-reference/api/x-components.tagging.clickedresultstoragekey.md +13 -0
- package/docs/API-reference/api/x-components.tagging.clickedresultstoragettlms.md +13 -0
- package/docs/API-reference/api/x-components.tagging.config.md +11 -0
- package/docs/API-reference/api/x-components.tagging.consent.md +1 -1
- package/docs/API-reference/api/x-components.tagging.created.md +17 -0
- package/docs/API-reference/api/x-components.tagging.md +9 -5
- package/docs/API-reference/api/x-components.tagging.render.md +2 -2
- package/docs/API-reference/api/x-components.taggingactions.md +1 -1
- package/docs/API-reference/api/x-components.taggingactions.track.md +4 -4
- package/docs/API-reference/api/x-components.taggingconfig.clickedresultstoragekey.md +13 -0
- package/docs/API-reference/api/x-components.taggingconfig.clickedresultstoragettlms.md +13 -0
- package/docs/API-reference/api/x-components.taggingconfig.md +7 -5
- package/docs/API-reference/api/x-components.taggingconfig.querytaggingdebouncems.md +1 -1
- package/docs/API-reference/api/x-components.taggingconfig.sessionttlms.md +1 -1
- package/docs/API-reference/api/x-components.tagginggetters.md +1 -1
- package/docs/API-reference/api/x-components.taggingmutations.md +3 -3
- package/docs/API-reference/api/x-components.taggingmutations.setconsent.md +2 -2
- package/docs/API-reference/api/x-components.taggingmutations.setquerytagginginfo.md +24 -0
- package/docs/API-reference/api/x-components.taggingmutations.settaggingconfig.md +24 -0
- package/docs/API-reference/api/x-components.taggingstate.config.md +1 -1
- package/docs/API-reference/api/x-components.taggingstate.consent.md +1 -1
- package/docs/API-reference/api/x-components.taggingstate.md +6 -5
- package/docs/API-reference/api/x-components.taggingstate.querytagginginfo.md +13 -0
- package/docs/API-reference/api/x-components.taggingxevents.consentchanged.md +2 -2
- package/docs/API-reference/api/x-components.taggingxevents.consentprovided.md +2 -2
- package/docs/API-reference/api/x-components.taggingxevents.md +10 -7
- package/docs/API-reference/api/x-components.taggingxevents.pdpisloaded.md +13 -0
- package/docs/API-reference/api/x-components.taggingxevents.resulturltrackingenabled.md +13 -0
- package/docs/API-reference/api/x-components.taggingxevents.searchtaggingreceived.md +13 -0
- package/docs/API-reference/api/x-components.taggingxevents.taggingconfigprovided.md +13 -0
- package/docs/API-reference/api/x-components.taggingxevents.userclickedpdpaddtocart.md +13 -0
- package/docs/API-reference/api/x-components.taggingxmodule.md +1 -1
- package/docs/API-reference/api/x-components.taggingxstoremodule.md +3 -3
- package/docs/API-reference/api/x-components.tagicon.md +1 -1
- package/docs/API-reference/api/x-components.takenavigationcontrol.md +3 -3
- package/docs/API-reference/api/x-components.throttle.md +5 -5
- package/docs/API-reference/api/x-components.throttlefunction.md +1 -1
- package/docs/API-reference/api/x-components.timedwireoperatoroptions.cancelon.md +13 -0
- package/docs/API-reference/api/x-components.timedwireoperatoroptions.forceon.md +13 -0
- package/docs/API-reference/api/x-components.timedwireoperatoroptions.md +21 -0
- package/docs/API-reference/api/x-components.timeselector.md +15 -0
- package/docs/API-reference/api/x-components.togglerelatedtag.md +1 -1
- package/docs/API-reference/api/x-components.togglerelatedtagwire.md +1 -1
- package/docs/API-reference/api/x-components.tokebabcase.md +2 -2
- package/docs/API-reference/api/x-components.track.md +1 -1
- package/docs/API-reference/api/x-components.trackaddtocartwire.md +13 -0
- package/docs/API-reference/api/x-components.trackbannerclickedwire.md +13 -0
- package/docs/API-reference/api/x-components.trackquerywire.md +13 -0
- package/docs/API-reference/api/x-components.trackresultclickedwire.md +13 -0
- package/docs/API-reference/api/x-components.trashicon.md +1 -1
- package/docs/API-reference/api/x-components.trashopenicon.md +1 -1
- package/docs/API-reference/api/x-components.trendingicon.md +1 -1
- package/docs/API-reference/api/x-components.trendingtinyicon.md +1 -1
- package/docs/API-reference/api/x-components.updatehistoryquerieswithsearchresponse.md +13 -0
- package/docs/API-reference/api/x-components.urlactioncontext.md +3 -3
- package/docs/API-reference/api/x-components.urlactions.md +1 -1
- package/docs/API-reference/api/x-components.urlgetters.md +4 -4
- package/docs/API-reference/api/x-components.urlgetters.urlparams.md +1 -1
- package/docs/API-reference/api/x-components.urlhandler.created.md +2 -2
- package/docs/API-reference/api/x-components.urlhandler.initialextraparams.md +11 -0
- package/docs/API-reference/api/x-components.urlhandler.md +9 -3
- package/docs/API-reference/api/x-components.urlhandler.updateurlwithpush.md +2 -2
- package/docs/API-reference/api/x-components.urlhandler.updateurlwithreplace.md +2 -2
- package/docs/API-reference/api/x-components.urlmutations.md +3 -2
- package/docs/API-reference/api/x-components.urlmutations.setfilters.md +2 -2
- package/docs/API-reference/api/x-components.urlmutations.setinitialextraparams.md +3 -3
- package/docs/API-reference/api/x-components.urlmutations.setpage.md +2 -2
- package/docs/API-reference/api/x-components.urlmutations.setparams.md +2 -2
- package/docs/API-reference/api/x-components.urlmutations.setquery.md +2 -2
- package/docs/API-reference/api/x-components.urlmutations.setrelatedtags.md +2 -2
- package/docs/API-reference/api/x-components.urlmutations.setscroll.md +2 -2
- package/docs/API-reference/api/x-components.urlmutations.setsort.md +2 -2
- package/docs/API-reference/api/x-components.urlparamkey.md +3 -3
- package/docs/API-reference/api/x-components.urlparams.filter.md +1 -1
- package/docs/API-reference/api/x-components.urlparams.md +9 -9
- package/docs/API-reference/api/x-components.urlparams.page.md +1 -1
- package/docs/API-reference/api/x-components.urlparams.query.md +1 -1
- package/docs/API-reference/api/x-components.urlparams.scroll.md +1 -1
- package/docs/API-reference/api/x-components.urlparams.sort.md +1 -1
- package/docs/API-reference/api/x-components.urlparams.tag.md +1 -1
- package/docs/API-reference/api/x-components.urlparamvalue.md +2 -2
- package/docs/API-reference/api/x-components.urlstate.initialextraparams.md +11 -0
- package/docs/API-reference/api/x-components.urlstate.md +10 -6
- package/docs/API-reference/api/x-components.urlxevents.extraparamsloadedfromurl.md +2 -2
- package/docs/API-reference/api/x-components.urlxevents.md +7 -7
- package/docs/API-reference/api/x-components.urlxevents.paramsloadedfromurl.md +1 -1
- package/docs/API-reference/api/x-components.urlxevents.pushableurlstatechanged.md +1 -1
- package/docs/API-reference/api/x-components.urlxevents.replaceableurlstatechanged.md +1 -1
- package/docs/API-reference/api/x-components.urlxmodule.md +1 -1
- package/docs/API-reference/api/x-components.urlxstoremodule.md +3 -3
- package/docs/API-reference/api/x-components.userfilledicon.md +11 -0
- package/docs/API-reference/api/x-components.usericon.md +1 -1
- package/docs/API-reference/api/x-components.vueconstructorpartialargument.md +2 -2
- package/docs/API-reference/api/x-components.vuecssclasses.md +2 -4
- package/docs/API-reference/api/x-components.watchedinternalsearchrequest.md +21 -0
- package/docs/API-reference/api/x-components.watchedinternalsearchrequest.newrequest.md +11 -0
- package/docs/API-reference/api/x-components.watchedinternalsearchrequest.oldrequest.md +11 -0
- package/docs/API-reference/api/x-components.windowscroll.beforedestroy.md +2 -2
- package/docs/API-reference/api/x-components.windowscroll.id.md +1 -1
- package/docs/API-reference/api/x-components.windowscroll.md +4 -4
- package/docs/API-reference/api/x-components.windowscroll.mounted.md +2 -2
- package/docs/API-reference/api/x-components.windowscroll.render.md +2 -2
- package/docs/API-reference/api/x-components.windowscroll.scrollableelement.md +1 -1
- package/docs/API-reference/api/x-components.wire.md +3 -3
- package/docs/API-reference/api/x-components.wirecommit.md +2 -2
- package/docs/API-reference/api/x-components.wirecommit_1.md +2 -2
- package/docs/API-reference/api/x-components.wirecommit_2.md +2 -2
- package/docs/API-reference/api/x-components.wirecommitwithoutpayload.md +2 -2
- package/docs/API-reference/api/x-components.wiredispatch.md +2 -2
- package/docs/API-reference/api/x-components.wiredispatch_1.md +2 -2
- package/docs/API-reference/api/x-components.wiredispatch_2.md +2 -2
- package/docs/API-reference/api/x-components.wiredispatchwithoutpayload.md +2 -2
- package/docs/API-reference/api/x-components.wireforevent.md +3 -3
- package/docs/API-reference/api/x-components.wiremetadata.component.md +13 -0
- package/docs/API-reference/api/x-components.wiremetadata.feature.md +1 -1
- package/docs/API-reference/api/x-components.wiremetadata.id.md +1 -1
- package/docs/API-reference/api/x-components.wiremetadata.location.md +1 -1
- package/docs/API-reference/api/x-components.wiremetadata.md +10 -8
- package/docs/API-reference/api/x-components.wiremetadata.modulename.md +1 -1
- package/docs/API-reference/api/x-components.wiremetadata.oldvalue.md +13 -0
- package/docs/API-reference/api/x-components.wiremetadata.target.md +1 -1
- package/docs/API-reference/api/x-components.wireparams.md +5 -5
- package/docs/API-reference/api/x-components.wireparams.store.md +1 -1
- package/docs/API-reference/api/x-components.wirepayload.eventpayload.md +1 -1
- package/docs/API-reference/api/x-components.wirepayload.md +5 -5
- package/docs/API-reference/api/x-components.wirepayload.metadata.md +1 -1
- package/docs/API-reference/api/x-components.wireservice.md +2 -2
- package/docs/API-reference/api/x-components.wireservicewithoutpayload.md +2 -2
- package/docs/API-reference/api/x-components.wiring.md +4 -4
- package/docs/API-reference/api/x-components.xactioncontext.commit.md +2 -2
- package/docs/API-reference/api/x-components.xactioncontext.commit_1.md +2 -2
- package/docs/API-reference/api/x-components.xactioncontext.dispatch.md +2 -2
- package/docs/API-reference/api/x-components.xactioncontext.dispatch_1.md +2 -2
- package/docs/API-reference/api/x-components.xactioncontext.getters.md +1 -1
- package/docs/API-reference/api/x-components.xactioncontext.md +5 -5
- package/docs/API-reference/api/x-components.xapi.addproducttocart.md +28 -0
- package/docs/API-reference/api/x-components.xapi.init.md +2 -2
- package/docs/API-reference/api/x-components.xapi.md +3 -1
- package/docs/API-reference/api/x-components.xapi.search.md +3 -3
- package/docs/API-reference/api/x-components.xapi.setsnippetconfig.md +24 -0
- package/docs/API-reference/api/x-components.xbus.emit.md +2 -2
- package/docs/API-reference/api/x-components.xbus.emit_1.md +3 -3
- package/docs/API-reference/api/x-components.xbus.md +1 -1
- package/docs/API-reference/api/x-components.xbus.on.md +2 -2
- package/docs/API-reference/api/x-components.xbus.on_1.md +3 -3
- package/docs/API-reference/api/x-components.xbus.on_2.md +2 -2
- package/docs/API-reference/api/x-components.xcomponentaliasapi.device.md +1 -1
- package/docs/API-reference/api/x-components.xcomponentaliasapi.facets.md +1 -1
- package/docs/API-reference/api/x-components.xcomponentaliasapi.fullhistoryqueries.md +13 -0
- package/docs/API-reference/api/x-components.xcomponentaliasapi.historyqueries.md +2 -2
- package/docs/API-reference/api/x-components.xcomponentaliasapi.historyquerieswithresults.md +13 -0
- package/docs/API-reference/api/x-components.xcomponentaliasapi.identifierresults.md +1 -1
- package/docs/API-reference/api/x-components.xcomponentaliasapi.isempathizeopen.md +1 -1
- package/docs/API-reference/api/x-components.xcomponentaliasapi.md +28 -22
- package/docs/API-reference/api/x-components.xcomponentaliasapi.nextqueries.md +1 -1
- package/docs/API-reference/api/x-components.xcomponentaliasapi.noresults.md +1 -1
- package/docs/API-reference/api/x-components.xcomponentaliasapi.partialresults.md +1 -1
- package/docs/API-reference/api/x-components.xcomponentaliasapi.popularsearches.md +1 -1
- package/docs/API-reference/api/x-components.xcomponentaliasapi.query.md +1 -1
- package/docs/API-reference/api/x-components.xcomponentaliasapi.querysuggestions.md +1 -1
- package/docs/API-reference/api/x-components.xcomponentaliasapi.recommendations.md +1 -1
- package/docs/API-reference/api/x-components.xcomponentaliasapi.redirections.md +1 -1
- package/docs/API-reference/api/x-components.xcomponentaliasapi.relatedtags.md +1 -1
- package/docs/API-reference/api/x-components.xcomponentaliasapi.results.md +13 -0
- package/docs/API-reference/api/x-components.xcomponentaliasapi.scroll.md +13 -0
- package/docs/API-reference/api/x-components.xcomponentaliasapi.searchboxstatus.md +13 -0
- package/docs/API-reference/api/x-components.xcomponentaliasapi.selectedfilters.md +1 -1
- package/docs/API-reference/api/x-components.xcomponentaliasapi.selectedrelatedtags.md +1 -1
- package/docs/API-reference/api/x-components.xcomponentaliasapi.selectedsort.md +13 -0
- package/docs/API-reference/api/x-components.xcomponentaliasapi.spellcheckedquery.md +1 -1
- package/docs/API-reference/api/x-components.xcomponentaliasapi.status.md +1 -1
- package/docs/API-reference/api/x-components.xcomponentaliasapi.totalresults.md +1 -1
- package/docs/API-reference/api/x-components.xcomponentaliasqueryapi.facets.md +13 -0
- package/docs/API-reference/api/x-components.xcomponentaliasqueryapi.md +9 -8
- package/docs/API-reference/api/x-components.xcomponentaliasqueryapi.nextqueries.md +1 -1
- package/docs/API-reference/api/x-components.xcomponentaliasqueryapi.querysuggestions.md +1 -1
- package/docs/API-reference/api/x-components.xcomponentaliasqueryapi.relatedtags.md +1 -1
- package/docs/API-reference/api/x-components.xcomponentaliasqueryapi.search.md +1 -1
- package/docs/API-reference/api/x-components.xcomponentaliasqueryapi.searchbox.md +1 -1
- package/docs/API-reference/api/x-components.xcomponentaliasstatusapi.identifierresults.md +1 -1
- package/docs/API-reference/api/x-components.xcomponentaliasstatusapi.md +10 -10
- package/docs/API-reference/api/x-components.xcomponentaliasstatusapi.nextqueries.md +1 -1
- package/docs/API-reference/api/x-components.xcomponentaliasstatusapi.popularsearches.md +1 -1
- package/docs/API-reference/api/x-components.xcomponentaliasstatusapi.querysuggestions.md +1 -1
- package/docs/API-reference/api/x-components.xcomponentaliasstatusapi.recommendations.md +1 -1
- package/docs/API-reference/api/x-components.xcomponentaliasstatusapi.relatedtags.md +1 -1
- package/docs/API-reference/api/x-components.xcomponentaliasstatusapi.search.md +1 -1
- package/docs/API-reference/api/x-components.xcomponentapi.md +2 -2
- package/docs/API-reference/api/x-components.xcomponentbusapi.emit.md +2 -2
- package/docs/API-reference/api/x-components.xcomponentbusapi.emit_1.md +3 -3
- package/docs/API-reference/api/x-components.xcomponentbusapi.md +4 -4
- package/docs/API-reference/api/x-components.xcomponentbusapi.on.md +1 -1
- package/docs/API-reference/api/x-components.xcomponentmixin.md +2 -2
- package/docs/API-reference/api/x-components.xemit.md +3 -3
- package/docs/API-reference/api/x-components.xevent.md +3 -3
- package/docs/API-reference/api/x-components.xeventlisteners.md +4 -4
- package/docs/API-reference/api/x-components.xeventpayload.md +3 -3
- package/docs/API-reference/api/x-components.xeventsof.md +3 -3
- package/docs/API-reference/api/x-components.xeventstypes.columnsnumberprovided.md +2 -2
- package/docs/API-reference/api/x-components.xeventstypes.md +34 -29
- package/docs/API-reference/api/x-components.xeventstypes.moduleregistered.md +13 -0
- package/docs/API-reference/api/x-components.xeventstypes.renderedcolumnsnumberchanged.md +13 -0
- package/docs/API-reference/api/x-components.xeventstypes.snippetcallbackexecuted.md +4 -2
- package/docs/API-reference/api/x-components.xeventstypes.suggestionsdisplayed.md +2 -2
- package/docs/API-reference/api/x-components.xeventstypes.togglepanelstatechanged.md +2 -2
- package/docs/API-reference/api/x-components.xeventstypes.useracceptedaquery.md +2 -2
- package/docs/API-reference/api/x-components.xeventstypes.useracceptedspellcheckquery.md +2 -2
- package/docs/API-reference/api/x-components.xeventstypes.userclickedaresult.md +2 -2
- package/docs/API-reference/api/x-components.xeventstypes.userclickedaresultrating.md +13 -0
- package/docs/API-reference/api/x-components.xeventstypes.userclickedcloseeventsmodal.md +2 -2
- package/docs/API-reference/api/x-components.xeventstypes.userclickedclosemodal.md +2 -2
- package/docs/API-reference/api/x-components.xeventstypes.userclickedclosex.md +13 -0
- package/docs/API-reference/api/x-components.xeventstypes.userclickedcolumnpicker.md +2 -2
- package/docs/API-reference/api/x-components.xeventstypes.userclickedopeneventsmodal.md +2 -2
- package/docs/API-reference/api/x-components.xeventstypes.userclickedopenmodal.md +2 -2
- package/docs/API-reference/api/x-components.xeventstypes.userclickedopenx.md +13 -0
- package/docs/API-reference/api/x-components.xeventstypes.userclickedoutofeventsmodal.md +2 -2
- package/docs/API-reference/api/x-components.xeventstypes.userclickedoutofmainmodal.md +13 -0
- package/docs/API-reference/api/x-components.xeventstypes.userclickedoutofmodal.md +2 -2
- package/docs/API-reference/api/x-components.xeventstypes.userclickedpaneltogglebutton.md +2 -2
- package/docs/API-reference/api/x-components.xeventstypes.userclickedresultaddtocart.md +2 -2
- package/docs/API-reference/api/x-components.xeventstypes.userclickedscrolltotop.md +2 -2
- package/docs/API-reference/api/x-components.xeventstypes.useropenxprogrammatically.md +2 -2
- package/docs/API-reference/api/x-components.xeventstypes.userpressedarrowkey.md +2 -2
- package/docs/API-reference/api/x-components.xeventstypes.userreachedempathizetop.md +2 -2
- package/docs/API-reference/api/x-components.xeventstypes.userselectedaresultvariant.md +17 -0
- package/docs/API-reference/api/x-components.xeventstypes.userselectedasuggestion.md +2 -2
- package/docs/API-reference/api/x-components.xinject.md +3 -3
- package/docs/API-reference/api/x-components.xinjectkey.md +2 -2
- package/docs/API-reference/api/x-components.xinstaller._constructor_.md +5 -1
- package/docs/API-reference/api/x-components.xinstaller.init.md +6 -11
- package/docs/API-reference/api/x-components.xinstaller.init_1.md +15 -0
- package/docs/API-reference/api/x-components.xinstaller.md +12 -9
- package/docs/API-reference/api/x-components.xinstaller.normalisesnippetconfig.md +22 -0
- package/docs/API-reference/api/x-components.xinstaller.normalisesnippetconfig_1.md +22 -0
- package/docs/API-reference/api/x-components.xinstaller.options.md +1 -1
- package/docs/API-reference/api/x-components.xmodule.md +7 -7
- package/docs/API-reference/api/x-components.xmodule.name.md +1 -1
- package/docs/API-reference/api/x-components.xmodule.storeemitters.md +1 -1
- package/docs/API-reference/api/x-components.xmodule.storemodule.md +1 -1
- package/docs/API-reference/api/x-components.xmodule.wiring.md +1 -1
- package/docs/API-reference/api/x-components.xmodulename.md +3 -3
- package/docs/API-reference/api/x-components.xmoduleoptions.config.md +1 -1
- package/docs/API-reference/api/x-components.xmoduleoptions.md +5 -5
- package/docs/API-reference/api/x-components.xmoduleoptions.wiring.md +1 -1
- package/docs/API-reference/api/x-components.xmodulesoptions.md +3 -3
- package/docs/API-reference/api/x-components.xmodulestree.device.md +1 -1
- package/docs/API-reference/api/x-components.xmodulestree.empathize.md +1 -1
- package/docs/API-reference/api/x-components.xmodulestree.extraparams.md +1 -1
- package/docs/API-reference/api/x-components.xmodulestree.facets.md +1 -1
- package/docs/API-reference/api/x-components.xmodulestree.historyqueries.md +1 -1
- package/docs/API-reference/api/x-components.xmodulestree.identifierresults.md +1 -1
- package/docs/API-reference/api/x-components.xmodulestree.md +20 -19
- package/docs/API-reference/api/x-components.xmodulestree.nextqueries.md +1 -1
- package/docs/API-reference/api/x-components.xmodulestree.popularsearches.md +1 -1
- package/docs/API-reference/api/x-components.xmodulestree.queriespreview.md +11 -0
- package/docs/API-reference/api/x-components.xmodulestree.querysuggestions.md +1 -1
- package/docs/API-reference/api/x-components.xmodulestree.recommendations.md +1 -1
- package/docs/API-reference/api/x-components.xmodulestree.relatedtags.md +1 -1
- package/docs/API-reference/api/x-components.xmodulestree.scroll.md +1 -1
- package/docs/API-reference/api/x-components.xmodulestree.search.md +1 -1
- package/docs/API-reference/api/x-components.xmodulestree.searchbox.md +1 -1
- package/docs/API-reference/api/x-components.xmodulestree.tagging.md +1 -1
- package/docs/API-reference/api/x-components.xmodulestree.url.md +1 -1
- package/docs/API-reference/api/x-components.xon.md +3 -3
- package/docs/API-reference/api/x-components.xplugin._constructor_.md +1 -1
- package/docs/API-reference/api/x-components.xplugin.adapter.md +3 -3
- package/docs/API-reference/api/x-components.xplugin.bus.md +1 -1
- package/docs/API-reference/api/x-components.xplugin.md +5 -7
- package/docs/API-reference/api/x-components.xplugin.registerxmodule.md +2 -2
- package/docs/API-reference/api/x-components.xplugin.store.md +1 -1
- package/docs/API-reference/api/x-components.xplugin.wiring.md +11 -0
- package/docs/API-reference/api/x-components.xpluginoptions.__private__xmodules.md +1 -1
- package/docs/API-reference/api/x-components.xpluginoptions.adapter.md +2 -2
- package/docs/API-reference/api/x-components.xpluginoptions.initialxmodules.md +1 -1
- package/docs/API-reference/api/x-components.xpluginoptions.md +8 -8
- package/docs/API-reference/api/x-components.xpluginoptions.store.md +1 -1
- package/docs/API-reference/api/x-components.xpluginoptions.xmodules.md +1 -1
- package/docs/API-reference/api/x-components.xprovide.md +2 -2
- package/docs/API-reference/api/x-components.xstoremodule.actions.md +1 -1
- package/docs/API-reference/api/x-components.xstoremodule.getters.md +1 -1
- package/docs/API-reference/api/x-components.xstoremodule.md +7 -7
- package/docs/API-reference/api/x-components.xstoremodule.mutations.md +1 -1
- package/docs/API-reference/api/x-components.xstoremodule.state.md +1 -1
- package/docs/API-reference/api/x-components.xstoremoduleoptions.md +3 -3
- package/docs/API-reference/api/x-types.banner.image.md +1 -1
- package/docs/API-reference/api/x-types.banner.md +8 -7
- package/docs/API-reference/api/x-types.banner.position.md +13 -0
- package/docs/API-reference/api/x-types.banner.title.md +2 -2
- package/docs/API-reference/api/x-types.banner.url.md +2 -2
- package/docs/API-reference/api/x-types.bannerschema.md +1 -1
- package/docs/API-reference/api/x-types.booleanfilter.label.md +1 -1
- package/docs/API-reference/api/x-types.booleanfilter.md +7 -7
- package/docs/API-reference/api/x-types.booleanfilter.modelname.md +1 -1
- package/docs/API-reference/api/x-types.booleanfilter.totalresults.md +1 -1
- package/docs/API-reference/api/x-types.booleanfiltermodelname.md +3 -3
- package/docs/API-reference/api/x-types.booleanfiltermodelnames.md +1 -1
- package/docs/API-reference/api/x-types.booleanfilterschema.md +1 -1
- package/docs/API-reference/api/x-types.editablenumberrangefacet.filters.md +1 -1
- package/docs/API-reference/api/x-types.editablenumberrangefacet.md +6 -6
- package/docs/API-reference/api/x-types.editablenumberrangefacet.modelname.md +1 -1
- package/docs/API-reference/api/x-types.editablenumberrangefacetschema.md +1 -1
- package/docs/API-reference/api/x-types.editablenumberrangefilter.md +6 -6
- package/docs/API-reference/api/x-types.editablenumberrangefilter.modelname.md +1 -1
- package/docs/API-reference/api/x-types.editablenumberrangefilter.range.md +1 -1
- package/docs/API-reference/api/x-types.editablenumberrangefilterschema.md +1 -1
- package/docs/API-reference/api/x-types.extraparamsrequest.extraparams.md +13 -0
- package/docs/API-reference/api/x-types.extraparamsrequest.md +20 -0
- package/docs/API-reference/api/x-types.facet.filters.md +1 -1
- package/docs/API-reference/api/x-types.facet.label.md +1 -1
- package/docs/API-reference/api/x-types.facet.md +6 -6
- package/docs/API-reference/api/x-types.facetfilter.facetid.md +1 -1
- package/docs/API-reference/api/x-types.facetfilter.md +6 -6
- package/docs/API-reference/api/x-types.facetfilter.modelname.md +2 -2
- package/docs/API-reference/api/x-types.facetfilterschema.md +2 -2
- package/docs/API-reference/api/x-types.facetmodelname.md +2 -2
- package/docs/API-reference/api/x-types.facetschema.md +1 -1
- package/docs/API-reference/api/x-types.filter.md +5 -5
- package/docs/API-reference/api/x-types.filter.selected.md +1 -1
- package/docs/API-reference/api/x-types.filterablerequest.filters.md +11 -0
- package/docs/API-reference/api/x-types.filterablerequest.md +20 -0
- package/docs/API-reference/api/x-types.filtermodelname.md +3 -3
- package/docs/API-reference/api/x-types.filterschema.md +1 -1
- package/docs/API-reference/api/x-types.hierarchicalfacet.filters.md +1 -1
- package/docs/API-reference/api/x-types.hierarchicalfacet.md +6 -6
- package/docs/API-reference/api/x-types.hierarchicalfacet.modelname.md +1 -1
- package/docs/API-reference/api/x-types.hierarchicalfacetschema.md +1 -1
- package/docs/API-reference/api/x-types.hierarchicalfilter.children.md +3 -3
- package/docs/API-reference/api/x-types.hierarchicalfilter.md +7 -7
- package/docs/API-reference/api/x-types.hierarchicalfilter.modelname.md +1 -1
- package/docs/API-reference/api/x-types.hierarchicalfilter.parentid.md +2 -2
- package/docs/API-reference/api/x-types.hierarchicalfilterschema.md +1 -1
- package/docs/API-reference/api/x-types.historyquery.md +5 -5
- package/docs/API-reference/api/x-types.historyquery.timestamp.md +1 -1
- package/docs/API-reference/api/x-types.historyqueryschema.md +1 -1
- package/docs/API-reference/api/x-types.identifiable.id.md +1 -1
- package/docs/API-reference/api/x-types.identifiable.md +4 -4
- package/docs/API-reference/api/x-types.identifierresultsrequest.md +15 -0
- package/docs/API-reference/api/x-types.identifierresultsresponse.md +20 -0
- package/docs/API-reference/api/x-types.identifierresultsresponse.results.md +11 -0
- package/docs/API-reference/api/x-types.isbooleanfilter.md +2 -2
- package/docs/API-reference/api/x-types.iseditablenumberrangefacet.md +2 -2
- package/docs/API-reference/api/x-types.iseditablenumberrangefilter.md +2 -2
- package/docs/API-reference/api/x-types.isfacetfilter.md +2 -2
- package/docs/API-reference/api/x-types.ishierarchicalfacet.md +2 -2
- package/docs/API-reference/api/x-types.ishierarchicalfilter.md +2 -2
- package/docs/API-reference/api/x-types.isnumberrangefacet.md +2 -2
- package/docs/API-reference/api/x-types.isnumberrangefilter.md +2 -2
- package/docs/API-reference/api/x-types.israwfilter.md +2 -2
- package/docs/API-reference/api/x-types.issimplefacet.md +2 -2
- package/docs/API-reference/api/x-types.issimplefilter.md +2 -2
- package/docs/API-reference/api/x-types.md +27 -3
- package/docs/API-reference/api/x-types.modelnametype.md +3 -3
- package/docs/API-reference/api/x-types.namedmodel.md +4 -4
- package/docs/API-reference/api/x-types.namedmodel.modelname.md +1 -1
- package/docs/API-reference/api/x-types.nextqueries.md +5 -5
- package/docs/API-reference/api/x-types.nextqueries.nextqueries.md +1 -1
- package/docs/API-reference/api/x-types.nextqueriesrequest.md +15 -0
- package/docs/API-reference/api/x-types.nextqueriesresponse.md +20 -0
- package/docs/API-reference/api/x-types.nextqueriesresponse.nextqueries.md +11 -0
- package/docs/API-reference/api/x-types.nextquery.iscurated.md +13 -0
- package/docs/API-reference/api/x-types.nextquery.md +8 -2
- package/docs/API-reference/api/x-types.nextqueryschema.md +1 -1
- package/docs/API-reference/api/x-types.numberrangefacet.filters.md +1 -1
- package/docs/API-reference/api/x-types.numberrangefacet.md +6 -6
- package/docs/API-reference/api/x-types.numberrangefacet.modelname.md +1 -1
- package/docs/API-reference/api/x-types.numberrangefacetschema.md +1 -1
- package/docs/API-reference/api/x-types.numberrangefilter.md +6 -6
- package/docs/API-reference/api/x-types.numberrangefilter.modelname.md +1 -1
- package/docs/API-reference/api/x-types.numberrangefilter.range.md +1 -1
- package/docs/API-reference/api/x-types.numberrangefilterschema.md +1 -1
- package/docs/API-reference/api/x-types.pageablerequest.md +21 -0
- package/docs/API-reference/api/x-types.pageablerequest.rows.md +11 -0
- package/docs/API-reference/api/x-types.pageablerequest.start.md +11 -0
- package/docs/API-reference/api/x-types.partialresult.md +6 -6
- package/docs/API-reference/api/x-types.partialresult.results.md +1 -1
- package/docs/API-reference/api/x-types.partialresult.totalresults.md +1 -1
- package/docs/API-reference/api/x-types.popularsearchesrequest.md +15 -0
- package/docs/API-reference/api/x-types.popularsearchesresponse.md +20 -0
- package/docs/API-reference/api/x-types.popularsearchesresponse.suggestions.md +11 -0
- package/docs/API-reference/api/x-types.previewable.facets.md +1 -1
- package/docs/API-reference/api/x-types.previewable.md +7 -7
- package/docs/API-reference/api/x-types.previewable.query.md +1 -1
- package/docs/API-reference/api/x-types.previewable.results.md +1 -1
- package/docs/API-reference/api/x-types.previewable.totalresults.md +1 -1
- package/docs/API-reference/api/x-types.previewresults.items.md +13 -0
- package/docs/API-reference/api/x-types.previewresults.md +22 -0
- package/docs/API-reference/api/x-types.previewresults.query.md +13 -0
- package/docs/API-reference/api/x-types.previewresults.totalresults.md +13 -0
- package/docs/API-reference/api/x-types.promoted.image.md +1 -1
- package/docs/API-reference/api/x-types.promoted.md +8 -7
- package/docs/API-reference/api/x-types.promoted.position.md +13 -0
- package/docs/API-reference/api/x-types.promoted.title.md +1 -1
- package/docs/API-reference/api/x-types.promoted.url.md +1 -1
- package/docs/API-reference/api/x-types.promotedschema.md +1 -1
- package/docs/API-reference/api/x-types.queryablerequest.md +20 -0
- package/docs/API-reference/api/x-types.queryablerequest.query.md +11 -0
- package/docs/API-reference/api/x-types.querysuggestionsrequest.md +15 -0
- package/docs/API-reference/api/x-types.querysuggestionsresponse.md +20 -0
- package/docs/API-reference/api/x-types.querysuggestionsresponse.suggestions.md +11 -0
- package/docs/API-reference/api/x-types.rangevalue.max.md +1 -1
- package/docs/API-reference/api/x-types.rangevalue.md +5 -5
- package/docs/API-reference/api/x-types.rangevalue.min.md +1 -1
- package/docs/API-reference/api/x-types.rawfilter.id.md +1 -1
- package/docs/API-reference/api/x-types.rawfilter.md +7 -7
- package/docs/API-reference/api/x-types.rawfilter.modelname.md +1 -1
- package/docs/API-reference/api/x-types.rawfilter.selected.md +2 -2
- package/docs/API-reference/api/x-types.rawfilterschema.md +1 -1
- package/docs/API-reference/api/x-types.recommendationschema.md +1 -1
- package/docs/API-reference/api/x-types.recommendationsrequest.md +15 -0
- package/docs/API-reference/api/x-types.recommendationsresponse.md +20 -0
- package/docs/API-reference/api/x-types.recommendationsresponse.results.md +11 -0
- package/docs/API-reference/api/x-types.redirection.md +5 -5
- package/docs/API-reference/api/x-types.redirection.url.md +1 -1
- package/docs/API-reference/api/x-types.redirectionschema.md +1 -1
- package/docs/API-reference/api/x-types.relatedtag.iscurated.md +1 -1
- package/docs/API-reference/api/x-types.relatedtag.md +6 -8
- package/docs/API-reference/api/x-types.relatedtag.tag.md +1 -1
- package/docs/API-reference/api/x-types.relatedtagschema.md +1 -1
- package/docs/API-reference/api/x-types.relatedtagsrequest.md +15 -0
- package/docs/API-reference/api/x-types.relatedtagsresponse.md +20 -0
- package/docs/API-reference/api/x-types.relatedtagsresponse.relatedtags.md +11 -0
- package/docs/API-reference/api/x-types.result.identifier.md +2 -2
- package/docs/API-reference/api/x-types.result.images.md +2 -2
- package/docs/API-reference/api/x-types.result.iswishlisted.md +2 -2
- package/docs/API-reference/api/x-types.result.md +13 -12
- package/docs/API-reference/api/x-types.result.name.md +2 -2
- package/docs/API-reference/api/x-types.result.price.md +2 -2
- package/docs/API-reference/api/x-types.result.rating.md +2 -2
- package/docs/API-reference/api/x-types.result.type.md +2 -2
- package/docs/API-reference/api/x-types.result.url.md +2 -2
- package/docs/API-reference/api/x-types.result.variants.md +13 -0
- package/docs/API-reference/api/x-types.resultidentifier.md +4 -4
- package/docs/API-reference/api/x-types.resultidentifier.value.md +1 -1
- package/docs/API-reference/api/x-types.resultprice.hasdiscount.md +1 -1
- package/docs/API-reference/api/x-types.resultprice.md +6 -6
- package/docs/API-reference/api/x-types.resultprice.originalvalue.md +1 -1
- package/docs/API-reference/api/x-types.resultprice.value.md +1 -1
- package/docs/API-reference/api/x-types.resultrating.md +4 -4
- package/docs/API-reference/api/x-types.resultrating.value.md +1 -1
- package/docs/API-reference/api/x-types.resultschema.md +1 -1
- package/docs/API-reference/api/x-types.resultvariant.md +15 -0
- package/docs/API-reference/api/x-types.searchrequest.md +15 -0
- package/docs/API-reference/api/x-types.searchresponse.banners.md +11 -0
- package/docs/API-reference/api/x-types.searchresponse.facets.md +11 -0
- package/docs/API-reference/api/x-types.searchresponse.md +28 -0
- package/docs/API-reference/api/x-types.searchresponse.partialresults.md +11 -0
- package/docs/API-reference/api/x-types.searchresponse.promoteds.md +11 -0
- package/docs/API-reference/api/x-types.searchresponse.querytagging.md +11 -0
- package/docs/API-reference/api/x-types.searchresponse.redirections.md +11 -0
- package/docs/API-reference/api/x-types.searchresponse.results.md +11 -0
- package/docs/API-reference/api/x-types.searchresponse.spellcheck.md +11 -0
- package/docs/API-reference/api/x-types.searchresponse.totalresults.md +11 -0
- package/docs/API-reference/api/x-types.simplefacet.filters.md +1 -1
- package/docs/API-reference/api/x-types.simplefacet.md +6 -6
- package/docs/API-reference/api/x-types.simplefacet.modelname.md +1 -1
- package/docs/API-reference/api/x-types.simplefacetschema.md +1 -1
- package/docs/API-reference/api/x-types.simplefilter.md +5 -5
- package/docs/API-reference/api/x-types.simplefilter.modelname.md +1 -1
- package/docs/API-reference/api/x-types.simplefilterschema.md +1 -1
- package/docs/API-reference/api/x-types.sort.md +2 -2
- package/docs/API-reference/api/x-types.sortablerequest.md +20 -0
- package/docs/API-reference/api/x-types.sortablerequest.sort.md +11 -0
- package/docs/API-reference/api/x-types.suggestion.iscurated.md +13 -0
- package/docs/API-reference/api/x-types.suggestion.key.md +1 -1
- package/docs/API-reference/api/x-types.suggestion.md +6 -6
- package/docs/API-reference/api/x-types.suggestionschema.md +1 -1
- package/docs/API-reference/api/x-types.taggable.md +4 -4
- package/docs/API-reference/api/x-types.taggable.tagging.md +2 -2
- package/docs/API-reference/api/x-types.taggableschema.md +1 -1
- package/docs/API-reference/api/x-types.tagging.add2cart.md +3 -3
- package/docs/API-reference/api/x-types.tagging.checkout.md +3 -3
- package/docs/API-reference/api/x-types.tagging.click.md +3 -3
- package/docs/API-reference/api/x-types.tagging.md +8 -8
- package/docs/API-reference/api/x-types.tagging.query.md +3 -3
- package/docs/API-reference/api/x-types.tagging.wishlist.md +3 -3
- package/docs/API-reference/api/x-types.taggingrequest.md +21 -0
- package/docs/API-reference/api/x-types.taggingrequest.params.md +13 -0
- package/docs/API-reference/api/x-types.taggingrequest.url.md +13 -0
- package/docs/API-reference/api/x-types.taggingrequestschema.md +13 -0
- package/docs/API-reference/api/x-types.taggingschema.md +1 -1
- package/docs/API-reference/api/x-types.trackablerequest.md +20 -0
- package/docs/API-reference/api/x-types.trackablerequest.origin.md +11 -0
- package/docs/API-reference/api/x-types.trackableshowresponse.md +20 -0
- package/docs/API-reference/api/x-types.trackableshowresponse.showtagging.md +11 -0
- package/docs/API-reference/api/x-types.userinfo.md +6 -6
- package/docs/API-reference/api/x-types.userinfo.session.md +1 -1
- package/docs/API-reference/api/x-types.userinfo.user.md +1 -1
- package/docs/API-reference/api/x-types.userinfo.usertype.md +1 -1
- package/docs/API-reference/api/x-types.xcomponentsadapter.identifierresults.md +11 -0
- package/docs/API-reference/api/x-types.xcomponentsadapter.md +25 -0
- package/docs/API-reference/api/x-types.xcomponentsadapter.nextqueries.md +11 -0
- package/docs/API-reference/api/x-types.xcomponentsadapter.popularsearches.md +11 -0
- package/docs/API-reference/api/x-types.xcomponentsadapter.querysuggestions.md +11 -0
- package/docs/API-reference/api/x-types.xcomponentsadapter.recommendations.md +11 -0
- package/docs/API-reference/api/x-types.xcomponentsadapter.relatedtags.md +11 -0
- package/docs/API-reference/api/x-types.xcomponentsadapter.search.md +11 -0
- package/docs/API-reference/api/x-types.xcomponentsadapter.tagging.md +11 -0
- package/docs/API-reference/components/common/animations/x-components.animate-width.md +5 -8
- package/docs/API-reference/components/common/animations/x-components.collapse-height.md +11 -9
- package/docs/API-reference/components/common/animations/x-components.collapse-width.md +11 -9
- package/docs/API-reference/components/common/animations/x-components.cross-fade.md +10 -8
- package/docs/API-reference/components/common/animations/x-components.fade-and-slide.md +9 -12
- package/docs/API-reference/components/common/animations/x-components.fade.md +51 -0
- package/docs/API-reference/components/common/animations/x-components.staggered-fade-and-slide.md +10 -8
- package/docs/API-reference/components/common/animations/x-components.staggering-transition-group.md +31 -0
- package/docs/API-reference/components/common/column-picker/x-components.base-column-picker-dropdown.md +13 -20
- package/docs/API-reference/components/common/column-picker/x-components.base-column-picker-list.md +34 -15
- package/docs/API-reference/components/common/currency/x-components.base-currency.md +270 -62
- package/docs/API-reference/components/common/filters/labels/x-components.base-price-filter-label.md +13 -17
- package/docs/API-reference/components/common/filters/labels/x-components.base-rating-filter-label.md +8 -12
- package/docs/API-reference/components/common/icons/x-components.arrow-down.md +7 -0
- package/docs/API-reference/components/common/icons/x-components.arrow-left.md +7 -0
- package/docs/API-reference/components/common/icons/x-components.arrow-right.md +7 -0
- package/docs/API-reference/components/common/icons/x-components.arrow-up.md +7 -0
- package/docs/API-reference/components/common/icons/x-components.bag.md +3 -4
- package/docs/API-reference/components/common/icons/x-components.bar-code.md +4 -5
- package/docs/API-reference/components/common/icons/x-components.barcode-tiny.md +4 -5
- package/docs/API-reference/components/common/icons/x-components.cart-filled.md +7 -0
- package/docs/API-reference/components/common/icons/x-components.cart.md +3 -4
- package/docs/API-reference/components/common/icons/x-components.check-tiny.md +4 -5
- package/docs/API-reference/components/common/icons/x-components.check.md +3 -4
- package/docs/API-reference/components/common/icons/x-components.checkbox-selected-filled.md +7 -0
- package/docs/API-reference/components/common/icons/x-components.checkbox-selected.md +4 -5
- package/docs/API-reference/components/common/icons/x-components.checkbox-unselected-filled.md +7 -0
- package/docs/API-reference/components/common/icons/x-components.checkbox-unselected.md +4 -5
- package/docs/API-reference/components/common/icons/x-components.chevron-down.md +4 -5
- package/docs/API-reference/components/common/icons/x-components.chevron-left.md +4 -5
- package/docs/API-reference/components/common/icons/x-components.chevron-right.md +4 -5
- package/docs/API-reference/components/common/icons/x-components.chevron-tiny-down.md +4 -5
- package/docs/API-reference/components/common/icons/x-components.chevron-tiny-left.md +4 -5
- package/docs/API-reference/components/common/icons/x-components.chevron-tiny-right.md +4 -5
- package/docs/API-reference/components/common/icons/x-components.chevron-tiny-up.md +4 -5
- package/docs/API-reference/components/common/icons/x-components.chevron-up.md +4 -5
- package/docs/API-reference/components/common/icons/x-components.corner-arrow-left.md +7 -0
- package/docs/API-reference/components/common/icons/x-components.corner-arrow-right.md +7 -0
- package/docs/API-reference/components/common/icons/x-components.cross-tiny.md +4 -5
- package/docs/API-reference/components/common/icons/x-components.cross.md +3 -4
- package/docs/API-reference/components/common/icons/x-components.curated-check-filled.md +7 -0
- package/docs/API-reference/components/common/icons/x-components.curated-check-tiny-filled.md +7 -0
- package/docs/API-reference/components/common/icons/x-components.curated-check-tiny.md +7 -0
- package/docs/API-reference/components/common/icons/x-components.curated-check.md +7 -0
- package/docs/API-reference/components/common/icons/x-components.diagonal-arrow-left-down.md +7 -0
- package/docs/API-reference/components/common/icons/x-components.diagonal-arrow-left-top.md +7 -0
- package/docs/API-reference/components/common/icons/x-components.diagonal-arrow-right-down.md +7 -0
- package/docs/API-reference/components/common/icons/x-components.diagonal-arrow-right-top.md +7 -0
- package/docs/API-reference/components/common/icons/x-components.filters.md +3 -4
- package/docs/API-reference/components/common/icons/x-components.grid-1-col.md +4 -5
- package/docs/API-reference/components/common/icons/x-components.grid-2-col.md +4 -5
- package/docs/API-reference/components/common/icons/x-components.grid-2-rows.md +7 -0
- package/docs/API-reference/components/common/icons/x-components.grid-4-col.md +7 -0
- package/docs/API-reference/components/common/icons/x-components.heart-filled.md +7 -0
- package/docs/API-reference/components/common/icons/x-components.heart.md +7 -0
- package/docs/API-reference/components/common/icons/x-components.hide.md +3 -4
- package/docs/API-reference/components/common/icons/x-components.history-tiny.md +4 -5
- package/docs/API-reference/components/common/icons/x-components.history.md +3 -4
- package/docs/API-reference/components/common/icons/x-components.light-bulb-off.md +7 -0
- package/docs/API-reference/components/common/icons/x-components.light-bulb-on.md +7 -0
- package/docs/API-reference/components/common/icons/x-components.menu.md +3 -4
- package/docs/API-reference/components/common/icons/x-components.minus-tiny.md +4 -5
- package/docs/API-reference/components/common/icons/x-components.minus.md +3 -4
- package/docs/API-reference/components/common/icons/x-components.plus-tiny.md +7 -0
- package/docs/API-reference/components/common/icons/x-components.plus.md +3 -4
- package/docs/API-reference/components/common/icons/x-components.radiobutton-selected.md +7 -0
- package/docs/API-reference/components/common/icons/x-components.radiobutton-unselected.md +7 -0
- package/docs/API-reference/components/common/icons/x-components.search-tiny.md +4 -5
- package/docs/API-reference/components/common/icons/x-components.search.md +3 -4
- package/docs/API-reference/components/common/icons/x-components.settings.md +7 -0
- package/docs/API-reference/components/common/icons/x-components.show.md +3 -4
- package/docs/API-reference/components/common/icons/x-components.sort-az.md +7 -0
- package/docs/API-reference/components/common/icons/x-components.sort-price-down.md +7 -0
- package/docs/API-reference/components/common/icons/x-components.sort-price-up.md +7 -0
- package/docs/API-reference/components/common/icons/x-components.sort-relevancy.md +7 -0
- package/docs/API-reference/components/common/icons/x-components.sort-za.md +7 -0
- package/docs/API-reference/components/common/icons/x-components.star-filled.md +7 -0
- package/docs/API-reference/components/common/icons/x-components.star.md +3 -4
- package/docs/API-reference/components/common/icons/x-components.tag-filled.md +7 -0
- package/docs/API-reference/components/common/icons/x-components.tag.md +3 -4
- package/docs/API-reference/components/common/icons/x-components.trash-open.md +4 -5
- package/docs/API-reference/components/common/icons/x-components.trash.md +3 -4
- package/docs/API-reference/components/common/icons/x-components.trending-tiny.md +4 -5
- package/docs/API-reference/components/common/icons/x-components.trending.md +3 -4
- package/docs/API-reference/components/common/icons/x-components.user-filled.md +7 -0
- package/docs/API-reference/components/common/icons/x-components.user.md +3 -4
- package/docs/API-reference/components/common/layouts/x-components.fixed-header-and-asides-layout.md +9 -9
- package/docs/API-reference/components/common/layouts/x-components.multi-column-max-width-layout.md +6 -9
- package/docs/API-reference/components/common/layouts/x-components.single-column-layout.md +19 -19
- package/docs/API-reference/components/common/modals/x-components.base-events-modal-close.md +7 -11
- package/docs/API-reference/components/common/modals/x-components.base-events-modal-open.md +7 -11
- package/docs/API-reference/components/common/modals/x-components.base-events-modal.md +35 -16
- package/docs/API-reference/components/common/modals/x-components.base-id-modal-close.md +49 -22
- package/docs/API-reference/components/common/modals/x-components.base-id-modal-open.md +49 -22
- package/docs/API-reference/components/common/modals/x-components.base-id-modal.md +41 -12
- package/docs/API-reference/components/common/modals/x-components.base-modal.md +60 -15
- package/docs/API-reference/components/common/modals/x-components.close-main-modal.md +51 -0
- package/docs/API-reference/components/common/modals/x-components.main-modal.md +90 -0
- package/docs/API-reference/components/common/modals/x-components.open-main-modal.md +51 -0
- package/docs/API-reference/components/common/panels/x-components.base-header-toggle-panel.md +8 -12
- package/docs/API-reference/components/common/panels/x-components.base-id-toggle-panel-button.md +7 -14
- package/docs/API-reference/components/common/panels/x-components.base-id-toggle-panel.md +6 -16
- package/docs/API-reference/components/common/panels/x-components.base-tabs-panel.md +332 -0
- package/docs/API-reference/components/common/panels/x-components.base-toggle-panel.md +6 -10
- package/docs/API-reference/components/common/result/x-components.base-result-add-to-cart.md +6 -10
- package/docs/API-reference/components/common/result/x-components.base-result-current-price.md +7 -11
- package/docs/API-reference/components/common/result/x-components.base-result-fallback-image.md +4 -5
- package/docs/API-reference/components/common/result/x-components.base-result-image.md +71 -20
- package/docs/API-reference/components/common/result/x-components.base-result-link.md +11 -26
- package/docs/API-reference/components/common/result/x-components.base-result-placeholder-image.md +4 -5
- package/docs/API-reference/components/common/result/x-components.base-result-previous-price.md +43 -18
- package/docs/API-reference/components/common/result/x-components.base-result-rating.md +252 -0
- package/docs/API-reference/components/common/result/x-components.result-variant-selector.md +297 -0
- package/docs/API-reference/components/common/result/x-components.result-variants-provider.md +188 -0
- package/docs/API-reference/components/common/scroll/x-components.base-scroll.md +58 -43
- package/docs/API-reference/components/common/suggestions/x-components.base-suggestion.md +101 -47
- package/docs/API-reference/components/common/suggestions/x-components.base-suggestions.md +111 -20
- package/docs/API-reference/components/common/x-components.auto-progress-bar.md +21 -10
- package/docs/API-reference/components/common/x-components.base-dropdown.md +10 -13
- package/docs/API-reference/components/common/x-components.base-event-button.md +6 -13
- package/docs/API-reference/components/common/x-components.base-grid.md +12 -19
- package/docs/API-reference/components/common/x-components.base-keyboard-navigation.md +8 -17
- package/docs/API-reference/components/common/x-components.base-rating.md +13 -17
- package/docs/API-reference/components/common/x-components.base-switch.md +76 -0
- package/docs/API-reference/components/common/x-components.base-variable-column-grid.md +8 -14
- package/docs/API-reference/components/common/x-components.global-x-bus.md +6 -7
- package/docs/API-reference/components/common/x-components.highlight.md +97 -0
- package/docs/API-reference/components/common/x-components.items-list.md +7 -9
- package/docs/API-reference/components/common/x-components.location-provider.md +6 -7
- package/docs/API-reference/components/common/x-components.sliding-panel.md +236 -40
- package/docs/API-reference/components/common/x-components.snippet-callbacks.md +3 -7
- package/docs/API-reference/components/device/x-components.device-detector.md +4 -9
- package/docs/API-reference/components/empathize/x-components.empathize.md +10 -14
- package/docs/API-reference/components/extra-params/x-components.extra-params.md +4 -8
- package/docs/API-reference/components/extra-params/x-components.renderless-extra-param.md +6 -10
- package/docs/API-reference/components/extra-params/x-components.snippet-config-extra-params.md +10 -7
- package/docs/API-reference/components/facets/x-components.clear-filters.md +11 -14
- package/docs/API-reference/components/facets/x-components.facets/facets-provider.md +5 -11
- package/docs/API-reference/components/facets/x-components.facets/facets.md +43 -24
- package/docs/API-reference/components/facets/x-components.filters/all-filter.md +9 -16
- package/docs/API-reference/components/facets/x-components.filters/editable-number-range-filter.md +8 -21
- package/docs/API-reference/components/facets/x-components.filters/hierarchical-filter.md +152 -36
- package/docs/API-reference/components/facets/x-components.filters/number-range-filter.md +122 -25
- package/docs/API-reference/components/facets/x-components.filters/renderless-filter.md +7 -13
- package/docs/API-reference/components/facets/x-components.filters/simple-filter.md +61 -24
- package/docs/API-reference/components/facets/x-components.lists/exclude-filters-with-no-results.md +7 -15
- package/docs/API-reference/components/facets/x-components.lists/filters-list.md +7 -12
- package/docs/API-reference/components/facets/x-components.lists/filters-search.md +13 -15
- package/docs/API-reference/components/facets/x-components.lists/selected-filters-list.md +22 -29
- package/docs/API-reference/components/facets/x-components.lists/selected-filters.md +15 -22
- package/docs/API-reference/components/facets/x-components.lists/sliced-filters.md +7 -12
- package/docs/API-reference/components/facets/x-components.lists/sorted-filters.md +9 -12
- package/docs/API-reference/components/facets/x-components.preselected-filters.md +76 -0
- package/docs/API-reference/components/history-queries/x-components.clear-history-queries.md +35 -15
- package/docs/API-reference/components/history-queries/x-components.history-queries-switch.md +97 -0
- package/docs/API-reference/components/history-queries/x-components.history-queries.md +182 -59
- package/docs/API-reference/components/history-queries/x-components.history-query.md +141 -33
- package/docs/API-reference/components/history-queries/x-components.my-history.md +197 -0
- package/docs/API-reference/components/history-queries/x-components.remove-history-query.md +6 -11
- package/docs/API-reference/components/identifier-results/x-components.identifier-result.md +6 -10
- package/docs/API-reference/components/identifier-results/x-components.identifier-results.md +34 -14
- package/docs/API-reference/components/next-queries/x-components.next-queries-list.md +54 -20
- package/docs/API-reference/components/next-queries/x-components.next-queries.md +136 -47
- package/docs/API-reference/components/next-queries/x-components.next-query-preview.md +201 -0
- package/docs/API-reference/components/next-queries/x-components.next-query.md +80 -28
- package/docs/API-reference/components/popular-searches/x-components.popular-search.md +65 -27
- package/docs/API-reference/components/popular-searches/x-components.popular-searches.md +109 -48
- package/docs/API-reference/components/queries-preview/x-components.query-preview-list.md +134 -0
- package/docs/API-reference/components/queries-preview/x-components.query-preview.md +202 -0
- package/docs/API-reference/components/query-suggestions/x-components.query-suggestion.md +17 -22
- package/docs/API-reference/components/query-suggestions/x-components.query-suggestions.md +42 -43
- package/docs/API-reference/components/recommendations/x-components.recommendations.md +104 -77
- package/docs/API-reference/components/related-tags/x-components.related-tag.md +18 -29
- package/docs/API-reference/components/related-tags/x-components.related-tags.md +29 -34
- package/docs/API-reference/components/scroll/x-components.main-scroll-item.md +4 -8
- package/docs/API-reference/components/scroll/x-components.main-scroll.md +5 -12
- package/docs/API-reference/components/scroll/x-components.scroll-to-top.md +6 -10
- package/docs/API-reference/components/scroll/x-components.scroll.md +24 -35
- package/docs/API-reference/components/scroll/x-components.window-scroll.md +9 -16
- package/docs/API-reference/components/search/x-components.banner.md +5 -10
- package/docs/API-reference/components/search/x-components.banners-list.md +7 -16
- package/docs/API-reference/components/search/x-components.partial-query-button.md +7 -12
- package/docs/API-reference/components/search/x-components.partial-results-list.md +8 -12
- package/docs/API-reference/components/search/x-components.promoted.md +5 -9
- package/docs/API-reference/components/search/x-components.promoteds-list.md +7 -16
- package/docs/API-reference/components/search/x-components.redirection.md +4 -9
- package/docs/API-reference/components/search/x-components.results-list.md +16 -19
- package/docs/API-reference/components/search/x-components.sort-dropdown.md +9 -13
- package/docs/API-reference/components/search/x-components.sort-list.md +5 -9
- package/docs/API-reference/components/search/x-components.spellcheck-button.md +7 -12
- package/docs/API-reference/components/search/x-components.spellcheck.md +6 -14
- package/docs/API-reference/components/search-box/x-components.clear-search-input.md +30 -33
- package/docs/API-reference/components/search-box/x-components.search-button.md +43 -28
- package/docs/API-reference/components/search-box/x-components.search-input-placeholder.md +102 -0
- package/docs/API-reference/components/search-box/x-components.search-input.md +32 -26
- package/docs/API-reference/components/tagging/x-components.tagging.md +41 -22
- package/docs/API-reference/components/url/x-components.url-handler.md +3 -8
- package/docs/assets/features/overview-my-history.svg +279 -0
- package/docs/assets/features/overview-product-results-card.svg +128 -0
- package/docs/assets/interface/build-search-ui.svg +167 -0
- package/docs/assets/interface/experience-search-intro.svg +1 -0
- package/docs/assets/interface/integration-guide.svg +1 -0
- package/docs/assets/interface/integration-video.png +0 -0
- package/docs/assets/interface/x-architecture.svg +1 -0
- package/docs/assets/interface/x-empathize.gif +0 -0
- package/docs/assets/interface/x-facets.gif +0 -0
- package/docs/assets/interface/x-facets.svg +189 -0
- package/docs/assets/interface/x-history-queries.gif +0 -0
- package/docs/assets/interface/x-id-results.gif +0 -0
- package/docs/assets/interface/x-next-queries.gif +0 -0
- package/docs/assets/interface/x-popular-searches.gif +0 -0
- package/docs/assets/interface/x-query-suggestions.gif +0 -0
- package/docs/assets/interface/x-recommendations.gif +0 -0
- package/docs/assets/interface/x-related-tags.gif +0 -0
- package/docs/assets/interface/x-results-layout.svg +259 -0
- package/docs/assets/interface/x-search-box-elements.svg +1 -0
- package/docs/assets/interface/x-search-box.svg +60 -0
- package/docs/build-search-ui/README.md +51 -37
- package/docs/build-search-ui/sidebar.js +7 -0
- package/docs/build-search-ui/web-archetype-development-guide.md +185 -0
- package/docs/build-search-ui/web-archetype-integration-guide.md +292 -127
- package/docs/build-search-ui/web-how-to-use-x-components-guide.md +199 -0
- package/docs/build-search-ui/web-x-architecture.md +83 -0
- package/docs/build-search-ui/web-x-components-development-guide.md +156 -0
- package/docs/experience-search-and-discovery/README.md +129 -0
- package/docs/experience-search-and-discovery/empathize.md +113 -0
- package/docs/experience-search-and-discovery/facets-and-filters.md +150 -0
- package/docs/experience-search-and-discovery/history-queries.md +66 -0
- package/docs/experience-search-and-discovery/id-results.md +45 -0
- package/docs/experience-search-and-discovery/my-history.md +56 -0
- package/docs/experience-search-and-discovery/next-queries.md +67 -0
- package/docs/experience-search-and-discovery/popular-searches.md +46 -0
- package/docs/experience-search-and-discovery/product-results-ui.md +78 -0
- package/docs/experience-search-and-discovery/query-suggestions.md +44 -0
- package/docs/experience-search-and-discovery/recommendations.md +48 -0
- package/docs/experience-search-and-discovery/related-tags.md +62 -0
- package/docs/experience-search-and-discovery/search-box.md +93 -0
- package/docs/experience-search-and-discovery/serp-ui.md +121 -0
- package/docs/experience-search-and-discovery/sidebar.js +17 -0
- package/docs/experience-search-and-discovery/web-local-storage.md +24 -0
- package/docs/input-status-machine-state.png +0 -0
- package/empathize/index.js +3 -3
- package/extra-params/index.js +5 -5
- package/facets/index.js +13 -12
- package/history-queries/index.js +9 -7
- package/identifier-results/index.js +5 -5
- package/js/components/animations/animate-clip-path/animate-clip-path.factory.js +18 -0
- package/js/components/animations/animate-clip-path/animate-clip-path.factory.js.map +1 -0
- package/js/components/animations/animate-clip-path/animate-clip-path.style.scss.js +16 -0
- package/js/components/animations/animate-clip-path/animate-clip-path.style.scss.js.map +1 -0
- package/js/components/animations/animate-scale/animate-scale.factory.js +18 -0
- package/js/components/animations/animate-scale/animate-scale.factory.js.map +1 -0
- package/js/components/animations/animate-scale/animate-scale.style.scss.js +16 -0
- package/js/components/animations/animate-scale/animate-scale.style.scss.js.map +1 -0
- package/js/components/animations/animate-translate/animate-translate.factory.js +18 -0
- package/js/components/animations/animate-translate/animate-translate.factory.js.map +1 -0
- package/js/components/animations/animate-translate/animate-translate.style.scss.js +16 -0
- package/js/components/animations/animate-translate/animate-translate.style.scss.js.map +1 -0
- package/js/components/animations/animate-width.vue.js +22 -17
- package/js/components/animations/animate-width.vue.js.map +1 -1
- package/js/components/animations/animate-width.vue_rollup-plugin-vue_script.vue.js +20 -0
- package/js/components/animations/animate-width.vue_rollup-plugin-vue_script.vue.js.map +1 -0
- package/js/components/animations/animate-width.vue_rollup-plugin-vue_styles.0.vue.js +16 -0
- package/js/components/animations/animate-width.vue_rollup-plugin-vue_styles.0.vue.js.map +1 -0
- package/js/components/animations/animations.mixin.js +17 -6
- package/js/components/animations/animations.mixin.js.map +1 -1
- package/js/components/animations/collapse-height.vue.js +25 -23
- package/js/components/animations/collapse-height.vue.js.map +1 -1
- package/js/components/animations/collapse-height.vue_rollup-plugin-vue_script.vue.js +29 -0
- package/js/components/animations/collapse-height.vue_rollup-plugin-vue_script.vue.js.map +1 -0
- package/js/components/animations/collapse-height.vue_rollup-plugin-vue_styles.0.vue.js +16 -0
- package/js/components/animations/collapse-height.vue_rollup-plugin-vue_styles.0.vue.js.map +1 -0
- package/js/components/animations/collapse-width.vue.js +25 -23
- package/js/components/animations/collapse-width.vue.js.map +1 -1
- package/js/components/animations/collapse-width.vue_rollup-plugin-vue_script.vue.js +29 -0
- package/js/components/animations/collapse-width.vue_rollup-plugin-vue_script.vue.js.map +1 -0
- package/js/components/animations/collapse-width.vue_rollup-plugin-vue_styles.0.vue.js +16 -0
- package/js/components/animations/collapse-width.vue_rollup-plugin-vue_styles.0.vue.js.map +1 -0
- package/js/components/animations/create-directional-animation-factory.js +31 -0
- package/js/components/animations/create-directional-animation-factory.js.map +1 -0
- package/js/components/animations/cross-fade.vue.js +19 -17
- package/js/components/animations/cross-fade.vue.js.map +1 -1
- package/js/components/animations/cross-fade.vue_rollup-plugin-vue_script.vue.js +27 -0
- package/js/components/animations/cross-fade.vue_rollup-plugin-vue_script.vue.js.map +1 -0
- package/js/components/animations/cross-fade.vue_rollup-plugin-vue_styles.0.vue.js +16 -0
- package/js/components/animations/cross-fade.vue_rollup-plugin-vue_styles.0.vue.js.map +1 -0
- package/js/components/animations/disable-animation.mixin.js +32 -0
- package/js/components/animations/disable-animation.mixin.js.map +1 -0
- package/js/components/animations/fade-and-slide.vue.js +22 -20
- package/js/components/animations/fade-and-slide.vue.js.map +1 -1
- package/js/components/animations/fade-and-slide.vue_rollup-plugin-vue_script.vue.js +40 -0
- package/js/components/animations/fade-and-slide.vue_rollup-plugin-vue_script.vue.js.map +1 -0
- package/js/components/animations/fade-and-slide.vue_rollup-plugin-vue_styles.0.vue.js +16 -0
- package/js/components/animations/fade-and-slide.vue_rollup-plugin-vue_styles.0.vue.js.map +1 -0
- package/js/components/animations/fade.vue.js +60 -0
- package/js/components/animations/fade.vue.js.map +1 -0
- package/js/components/animations/fade.vue_rollup-plugin-vue_script.vue.js +27 -0
- package/js/components/animations/fade.vue_rollup-plugin-vue_script.vue.js.map +1 -0
- package/js/components/animations/fade.vue_rollup-plugin-vue_styles.0.vue.js +16 -0
- package/js/components/animations/fade.vue_rollup-plugin-vue_styles.0.vue.js.map +1 -0
- package/js/components/animations/staggered-fade-and-slide.vue.js +14 -17
- package/js/components/animations/staggered-fade-and-slide.vue.js.map +1 -1
- package/js/components/animations/staggered-fade-and-slide.vue_rollup-plugin-vue_script.vue.js +39 -0
- package/js/components/animations/staggered-fade-and-slide.vue_rollup-plugin-vue_script.vue.js.map +1 -0
- package/js/components/animations/staggered-fade-and-slide.vue_rollup-plugin-vue_styles.0.vue.js +16 -0
- package/js/components/animations/staggered-fade-and-slide.vue_rollup-plugin-vue_styles.0.vue.js.map +1 -0
- package/js/components/animations/staggering-transition-group.vue.js +39 -0
- package/js/components/animations/staggering-transition-group.vue.js.map +1 -0
- package/js/components/animations/staggering-transition-group.vue_rollup-plugin-vue_script.vue.js +318 -0
- package/js/components/animations/staggering-transition-group.vue_rollup-plugin-vue_script.vue.js.map +1 -0
- package/js/components/animations/staggering-transition-group.vue_rollup-plugin-vue_styles.0.vue.js +16 -0
- package/js/components/animations/staggering-transition-group.vue_rollup-plugin-vue_styles.0.vue.js.map +1 -0
- package/js/components/auto-progress-bar.vue.js +15 -17
- package/js/components/auto-progress-bar.vue.js.map +1 -1
- package/js/components/auto-progress-bar.vue_rollup-plugin-vue_script.vue.js +48 -0
- package/js/components/auto-progress-bar.vue_rollup-plugin-vue_script.vue.js.map +1 -0
- package/js/components/auto-progress-bar.vue_rollup-plugin-vue_styles.0.vue.js +16 -0
- package/js/components/auto-progress-bar.vue_rollup-plugin-vue_styles.0.vue.js.map +1 -0
- package/js/components/base-dropdown.vue.js +131 -122
- package/js/components/base-dropdown.vue.js.map +1 -1
- package/js/components/base-dropdown.vue_rollup-plugin-vue_script.vue.js +343 -0
- package/js/components/base-dropdown.vue_rollup-plugin-vue_script.vue.js.map +1 -0
- package/js/components/base-dropdown.vue_rollup-plugin-vue_styles.0.vue.js +16 -0
- package/js/components/base-dropdown.vue_rollup-plugin-vue_styles.0.vue.js.map +1 -0
- package/js/components/base-event-button.vue.js +9 -9
- package/js/components/base-event-button.vue.js.map +1 -1
- package/js/components/base-event-button.vue_rollup-plugin-vue_script.vue.js +30 -0
- package/js/components/base-event-button.vue_rollup-plugin-vue_script.vue.js.map +1 -0
- package/js/components/base-grid.vue.js +19 -20
- package/js/components/base-grid.vue.js.map +1 -1
- package/js/components/base-grid.vue_rollup-plugin-vue_script.vue.js +131 -0
- package/js/components/base-grid.vue_rollup-plugin-vue_script.vue.js.map +1 -0
- package/js/components/base-grid.vue_rollup-plugin-vue_styles.0.vue.js +16 -0
- package/js/components/base-grid.vue_rollup-plugin-vue_styles.0.vue.js.map +1 -0
- package/js/components/base-keyboard-navigation.vue.js +15 -12
- package/js/components/base-keyboard-navigation.vue.js.map +1 -1
- package/js/components/base-keyboard-navigation.vue_rollup-plugin-vue_script.vue.js +110 -0
- package/js/components/base-keyboard-navigation.vue_rollup-plugin-vue_script.vue.js.map +1 -0
- package/js/components/base-rating.vue.js +25 -24
- package/js/components/base-rating.vue.js.map +1 -1
- package/js/components/base-rating.vue_rollup-plugin-vue_script.vue.js +50 -0
- package/js/components/base-rating.vue_rollup-plugin-vue_script.vue.js.map +1 -0
- package/js/components/base-rating.vue_rollup-plugin-vue_styles.0.vue.js +16 -0
- package/js/components/base-rating.vue_rollup-plugin-vue_styles.0.vue.js.map +1 -0
- package/js/components/base-switch.vue.js +56 -0
- package/js/components/base-switch.vue.js.map +1 -0
- package/js/components/base-switch.vue_rollup-plugin-vue_script.vue.js +47 -0
- package/js/components/base-switch.vue_rollup-plugin-vue_script.vue.js.map +1 -0
- package/js/components/base-switch.vue_rollup-plugin-vue_styles.0.vue.js +16 -0
- package/js/components/base-switch.vue_rollup-plugin-vue_styles.0.vue.js.map +1 -0
- package/js/components/base-variable-column-grid.vue.js +11 -10
- package/js/components/base-variable-column-grid.vue.js.map +1 -1
- package/js/components/base-variable-column-grid.vue_rollup-plugin-vue_script.vue.js +55 -0
- package/js/components/base-variable-column-grid.vue_rollup-plugin-vue_script.vue.js.map +1 -0
- package/js/components/column-picker/base-column-picker-dropdown.vue.js +16 -12
- package/js/components/column-picker/base-column-picker-dropdown.vue.js.map +1 -1
- package/js/components/column-picker/base-column-picker-dropdown.vue_rollup-plugin-vue_script.vue.js +42 -0
- package/js/components/column-picker/base-column-picker-dropdown.vue_rollup-plugin-vue_script.vue.js.map +1 -0
- package/js/components/column-picker/base-column-picker-list.vue.js +22 -21
- package/js/components/column-picker/base-column-picker-list.vue.js.map +1 -1
- package/js/components/column-picker/base-column-picker-list.vue_rollup-plugin-vue_script.vue.js +52 -0
- package/js/components/column-picker/base-column-picker-list.vue_rollup-plugin-vue_script.vue.js.map +1 -0
- package/js/components/column-picker/base-column-picker-list.vue_rollup-plugin-vue_styles.0.vue.js +16 -0
- package/js/components/column-picker/base-column-picker-list.vue_rollup-plugin-vue_styles.0.vue.js.map +1 -0
- package/js/components/column-picker/column-picker.mixin.js +46 -53
- package/js/components/column-picker/column-picker.mixin.js.map +1 -1
- package/js/components/currency/base-currency.vue.js +12 -11
- package/js/components/currency/base-currency.vue.js.map +1 -1
- package/js/components/currency/base-currency.vue_rollup-plugin-vue_script.vue.js +82 -0
- package/js/components/currency/base-currency.vue_rollup-plugin-vue_script.vue.js.map +1 -0
- package/js/components/decorators/bus.decorators.js +30 -41
- package/js/components/decorators/bus.decorators.js.map +1 -1
- package/js/components/decorators/debounce.decorators.js +16 -12
- package/js/components/decorators/debounce.decorators.js.map +1 -1
- package/js/components/decorators/injection.consts.js +38 -2
- package/js/components/decorators/injection.consts.js.map +1 -1
- package/js/components/decorators/injection.decorators.js +22 -26
- package/js/components/decorators/injection.decorators.js.map +1 -1
- package/js/components/decorators/store.decorators.js +11 -13
- package/js/components/decorators/store.decorators.js.map +1 -1
- package/js/components/dynamic-props.mixin.js +29 -0
- package/js/components/dynamic-props.mixin.js.map +1 -0
- package/js/components/filters/labels/base-price-filter-label.vue.js +9 -9
- package/js/components/filters/labels/base-price-filter-label.vue.js.map +1 -1
- package/js/components/filters/labels/base-price-filter-label.vue_rollup-plugin-vue_script.vue.js +73 -0
- package/js/components/filters/labels/base-price-filter-label.vue_rollup-plugin-vue_script.vue.js.map +1 -0
- package/js/components/filters/labels/base-rating-filter-label.vue.js +13 -12
- package/js/components/filters/labels/base-rating-filter-label.vue.js.map +1 -1
- package/js/components/filters/labels/base-rating-filter-label.vue_rollup-plugin-vue_script.vue.js +41 -0
- package/js/components/filters/labels/base-rating-filter-label.vue_rollup-plugin-vue_script.vue.js.map +1 -0
- package/js/components/global-x-bus.vue.js +9 -9
- package/js/components/global-x-bus.vue.js.map +1 -1
- package/js/components/global-x-bus.vue_rollup-plugin-vue_script.vue.js +41 -0
- package/js/components/global-x-bus.vue_rollup-plugin-vue_script.vue.js.map +1 -0
- package/js/components/highlight.vue.js +93 -0
- package/js/components/highlight.vue.js.map +1 -0
- package/js/components/highlight.vue_rollup-plugin-vue_script.vue.js +95 -0
- package/js/components/highlight.vue_rollup-plugin-vue_script.vue.js.map +1 -0
- package/js/components/icons/arrow-down.vue.js +75 -0
- package/js/components/icons/arrow-down.vue.js.map +1 -0
- package/js/components/icons/arrow-down.vue_rollup-plugin-vue_script.vue.js +4 -0
- package/js/components/icons/arrow-down.vue_rollup-plugin-vue_script.vue.js.map +1 -0
- package/js/components/icons/arrow-left.vue.js +75 -0
- package/js/components/icons/arrow-left.vue.js.map +1 -0
- package/js/components/icons/arrow-left.vue_rollup-plugin-vue_script.vue.js +4 -0
- package/js/components/icons/arrow-left.vue_rollup-plugin-vue_script.vue.js.map +1 -0
- package/js/components/icons/arrow-right.vue.js +75 -0
- package/js/components/icons/arrow-right.vue.js.map +1 -0
- package/js/components/icons/arrow-right.vue_rollup-plugin-vue_script.vue.js +4 -0
- package/js/components/icons/arrow-right.vue_rollup-plugin-vue_script.vue.js.map +1 -0
- package/js/components/icons/arrow-up.vue.js +75 -0
- package/js/components/icons/arrow-up.vue.js.map +1 -0
- package/js/components/icons/arrow-up.vue_rollup-plugin-vue_script.vue.js +4 -0
- package/js/components/icons/arrow-up.vue_rollup-plugin-vue_script.vue.js.map +1 -0
- package/js/components/icons/bag.vue.js +30 -26
- package/js/components/icons/bag.vue.js.map +1 -1
- package/js/components/icons/bag.vue_rollup-plugin-vue_script.vue.js +4 -0
- package/js/components/icons/bag.vue_rollup-plugin-vue_script.vue.js.map +1 -0
- package/js/components/icons/bar-code.vue.js +20 -26
- package/js/components/icons/bar-code.vue.js.map +1 -1
- package/js/components/icons/bar-code.vue_rollup-plugin-vue_script.vue.js +4 -0
- package/js/components/icons/bar-code.vue_rollup-plugin-vue_script.vue.js.map +1 -0
- package/js/components/icons/barcode-tiny.vue.js +20 -26
- package/js/components/icons/barcode-tiny.vue.js.map +1 -1
- package/js/components/icons/barcode-tiny.vue_rollup-plugin-vue_script.vue.js +4 -0
- package/js/components/icons/barcode-tiny.vue_rollup-plugin-vue_script.vue.js.map +1 -0
- package/js/components/icons/cart-filled.vue.js +82 -0
- package/js/components/icons/cart-filled.vue.js.map +1 -0
- package/js/components/icons/cart-filled.vue_rollup-plugin-vue_script.vue.js +4 -0
- package/js/components/icons/cart-filled.vue_rollup-plugin-vue_script.vue.js.map +1 -0
- package/js/components/icons/cart.vue.js +30 -36
- package/js/components/icons/cart.vue.js.map +1 -1
- package/js/components/icons/cart.vue_rollup-plugin-vue_script.vue.js +4 -0
- package/js/components/icons/cart.vue_rollup-plugin-vue_script.vue.js.map +1 -0
- package/js/components/icons/check-tiny.vue.js +21 -14
- package/js/components/icons/check-tiny.vue.js.map +1 -1
- package/js/components/icons/check-tiny.vue_rollup-plugin-vue_script.vue.js +4 -0
- package/js/components/icons/check-tiny.vue_rollup-plugin-vue_script.vue.js.map +1 -0
- package/js/components/icons/check.vue.js +21 -14
- package/js/components/icons/check.vue.js.map +1 -1
- package/js/components/icons/check.vue_rollup-plugin-vue_script.vue.js +4 -0
- package/js/components/icons/check.vue_rollup-plugin-vue_script.vue.js.map +1 -0
- package/js/components/icons/checkbox-selected-filled.vue.js +79 -0
- package/js/components/icons/checkbox-selected-filled.vue.js.map +1 -0
- package/js/components/icons/checkbox-selected-filled.vue_rollup-plugin-vue_script.vue.js +4 -0
- package/js/components/icons/checkbox-selected-filled.vue_rollup-plugin-vue_script.vue.js.map +1 -0
- package/js/components/icons/checkbox-selected.vue.js +33 -18
- package/js/components/icons/checkbox-selected.vue.js.map +1 -1
- package/js/components/icons/checkbox-selected.vue_rollup-plugin-vue_script.vue.js +4 -0
- package/js/components/icons/checkbox-selected.vue_rollup-plugin-vue_script.vue.js.map +1 -0
- package/js/components/icons/checkbox-unselected-filled.vue.js +70 -0
- package/js/components/icons/checkbox-unselected-filled.vue.js.map +1 -0
- package/js/components/icons/checkbox-unselected-filled.vue_rollup-plugin-vue_script.vue.js +4 -0
- package/js/components/icons/checkbox-unselected-filled.vue_rollup-plugin-vue_script.vue.js.map +1 -0
- package/js/components/icons/checkbox-unselected.vue.js +24 -16
- package/js/components/icons/checkbox-unselected.vue.js.map +1 -1
- package/js/components/icons/checkbox-unselected.vue_rollup-plugin-vue_script.vue.js +4 -0
- package/js/components/icons/checkbox-unselected.vue_rollup-plugin-vue_script.vue.js.map +1 -0
- package/js/components/icons/chevron-down.vue.js +21 -20
- package/js/components/icons/chevron-down.vue.js.map +1 -1
- package/js/components/icons/chevron-down.vue_rollup-plugin-vue_script.vue.js +4 -0
- package/js/components/icons/chevron-down.vue_rollup-plugin-vue_script.vue.js.map +1 -0
- package/js/components/icons/chevron-left.vue.js +21 -20
- package/js/components/icons/chevron-left.vue.js.map +1 -1
- package/js/components/icons/chevron-left.vue_rollup-plugin-vue_script.vue.js +4 -0
- package/js/components/icons/chevron-left.vue_rollup-plugin-vue_script.vue.js.map +1 -0
- package/js/components/icons/chevron-right.vue.js +21 -14
- package/js/components/icons/chevron-right.vue.js.map +1 -1
- package/js/components/icons/chevron-right.vue_rollup-plugin-vue_script.vue.js +4 -0
- package/js/components/icons/chevron-right.vue_rollup-plugin-vue_script.vue.js.map +1 -0
- package/js/components/icons/chevron-tiny-down.vue.js +21 -20
- package/js/components/icons/chevron-tiny-down.vue.js.map +1 -1
- package/js/components/icons/chevron-tiny-down.vue_rollup-plugin-vue_script.vue.js +4 -0
- package/js/components/icons/chevron-tiny-down.vue_rollup-plugin-vue_script.vue.js.map +1 -0
- package/js/components/icons/chevron-tiny-left.vue.js +21 -20
- package/js/components/icons/chevron-tiny-left.vue.js.map +1 -1
- package/js/components/icons/chevron-tiny-left.vue_rollup-plugin-vue_script.vue.js +4 -0
- package/js/components/icons/chevron-tiny-left.vue_rollup-plugin-vue_script.vue.js.map +1 -0
- package/js/components/icons/chevron-tiny-right.vue.js +21 -20
- package/js/components/icons/chevron-tiny-right.vue.js.map +1 -1
- package/js/components/icons/chevron-tiny-right.vue_rollup-plugin-vue_script.vue.js +4 -0
- package/js/components/icons/chevron-tiny-right.vue_rollup-plugin-vue_script.vue.js.map +1 -0
- package/js/components/icons/chevron-tiny-up.vue.js +21 -20
- package/js/components/icons/chevron-tiny-up.vue.js.map +1 -1
- package/js/components/icons/chevron-tiny-up.vue_rollup-plugin-vue_script.vue.js +4 -0
- package/js/components/icons/chevron-tiny-up.vue_rollup-plugin-vue_script.vue.js.map +1 -0
- package/js/components/icons/chevron-up.vue.js +21 -20
- package/js/components/icons/chevron-up.vue.js.map +1 -1
- package/js/components/icons/chevron-up.vue_rollup-plugin-vue_script.vue.js +4 -0
- package/js/components/icons/chevron-up.vue_rollup-plugin-vue_script.vue.js.map +1 -0
- package/js/components/icons/corner-arrow-left.vue.js +66 -0
- package/js/components/icons/corner-arrow-left.vue.js.map +1 -0
- package/js/components/icons/corner-arrow-left.vue_rollup-plugin-vue_script.vue.js +4 -0
- package/js/components/icons/corner-arrow-left.vue_rollup-plugin-vue_script.vue.js.map +1 -0
- package/js/components/icons/corner-arrow-right.vue.js +66 -0
- package/js/components/icons/corner-arrow-right.vue.js.map +1 -0
- package/js/components/icons/corner-arrow-right.vue_rollup-plugin-vue_script.vue.js +4 -0
- package/js/components/icons/corner-arrow-right.vue_rollup-plugin-vue_script.vue.js.map +1 -0
- package/js/components/icons/cross-tiny.vue.js +21 -14
- package/js/components/icons/cross-tiny.vue.js.map +1 -1
- package/js/components/icons/cross-tiny.vue_rollup-plugin-vue_script.vue.js +4 -0
- package/js/components/icons/cross-tiny.vue_rollup-plugin-vue_script.vue.js.map +1 -0
- package/js/components/icons/cross.vue.js +21 -16
- package/js/components/icons/cross.vue.js.map +1 -1
- package/js/components/icons/cross.vue_rollup-plugin-vue_script.vue.js +4 -0
- package/js/components/icons/cross.vue_rollup-plugin-vue_script.vue.js.map +1 -0
- package/js/components/icons/curated-check-filled.vue.js +78 -0
- package/js/components/icons/curated-check-filled.vue.js.map +1 -0
- package/js/components/icons/curated-check-filled.vue_rollup-plugin-vue_script.vue.js +4 -0
- package/js/components/icons/curated-check-filled.vue_rollup-plugin-vue_script.vue.js.map +1 -0
- package/js/components/icons/curated-check-tiny-filled.vue.js +78 -0
- package/js/components/icons/curated-check-tiny-filled.vue.js.map +1 -0
- package/js/components/icons/curated-check-tiny-filled.vue_rollup-plugin-vue_script.vue.js +4 -0
- package/js/components/icons/curated-check-tiny-filled.vue_rollup-plugin-vue_script.vue.js.map +1 -0
- package/js/components/icons/curated-check-tiny.vue.js +77 -0
- package/js/components/icons/curated-check-tiny.vue.js.map +1 -0
- package/js/components/icons/curated-check-tiny.vue_rollup-plugin-vue_script.vue.js +4 -0
- package/js/components/icons/curated-check-tiny.vue_rollup-plugin-vue_script.vue.js.map +1 -0
- package/js/components/icons/curated-check.vue.js +77 -0
- package/js/components/icons/curated-check.vue.js.map +1 -0
- package/js/components/icons/curated-check.vue_rollup-plugin-vue_script.vue.js +4 -0
- package/js/components/icons/curated-check.vue_rollup-plugin-vue_script.vue.js.map +1 -0
- package/js/components/icons/diagonal-arrow-left-down.vue.js +66 -0
- package/js/components/icons/diagonal-arrow-left-down.vue.js.map +1 -0
- package/js/components/icons/diagonal-arrow-left-down.vue_rollup-plugin-vue_script.vue.js +4 -0
- package/js/components/icons/diagonal-arrow-left-down.vue_rollup-plugin-vue_script.vue.js.map +1 -0
- package/js/components/icons/diagonal-arrow-left-top.vue.js +66 -0
- package/js/components/icons/diagonal-arrow-left-top.vue.js.map +1 -0
- package/js/components/icons/diagonal-arrow-left-top.vue_rollup-plugin-vue_script.vue.js +4 -0
- package/js/components/icons/diagonal-arrow-left-top.vue_rollup-plugin-vue_script.vue.js.map +1 -0
- package/js/components/icons/diagonal-arrow-right-down.vue.js +66 -0
- package/js/components/icons/diagonal-arrow-right-down.vue.js.map +1 -0
- package/js/components/icons/diagonal-arrow-right-down.vue_rollup-plugin-vue_script.vue.js +4 -0
- package/js/components/icons/diagonal-arrow-right-down.vue_rollup-plugin-vue_script.vue.js.map +1 -0
- package/js/components/icons/diagonal-arrow-right-top.vue.js +66 -0
- package/js/components/icons/diagonal-arrow-right-top.vue.js.map +1 -0
- package/js/components/icons/diagonal-arrow-right-top.vue_rollup-plugin-vue_script.vue.js +4 -0
- package/js/components/icons/diagonal-arrow-right-top.vue_rollup-plugin-vue_script.vue.js.map +1 -0
- package/js/components/icons/filters.vue.js +20 -30
- package/js/components/icons/filters.vue.js.map +1 -1
- package/js/components/icons/filters.vue_rollup-plugin-vue_script.vue.js +4 -0
- package/js/components/icons/filters.vue_rollup-plugin-vue_script.vue.js.map +1 -0
- package/js/components/icons/grid-1-col.vue.js +20 -18
- package/js/components/icons/grid-1-col.vue.js.map +1 -1
- package/js/components/icons/grid-1-col.vue_rollup-plugin-vue_script.vue.js +4 -0
- package/js/components/icons/grid-1-col.vue_rollup-plugin-vue_script.vue.js.map +1 -0
- package/js/components/icons/grid-2-col.vue.js +20 -28
- package/js/components/icons/grid-2-col.vue.js.map +1 -1
- package/js/components/icons/grid-2-col.vue_rollup-plugin-vue_script.vue.js +4 -0
- package/js/components/icons/grid-2-col.vue_rollup-plugin-vue_script.vue.js.map +1 -0
- package/js/components/icons/grid-2-rows.vue.js +72 -0
- package/js/components/icons/grid-2-rows.vue.js.map +1 -0
- package/js/components/icons/grid-2-rows.vue_rollup-plugin-vue_script.vue.js +4 -0
- package/js/components/icons/grid-2-rows.vue_rollup-plugin-vue_script.vue.js.map +1 -0
- package/js/components/icons/grid-4-col.vue.js +65 -0
- package/js/components/icons/grid-4-col.vue.js.map +1 -0
- package/js/components/icons/grid-4-col.vue_rollup-plugin-vue_script.vue.js +4 -0
- package/js/components/icons/grid-4-col.vue_rollup-plugin-vue_script.vue.js.map +1 -0
- package/js/components/icons/heart-filled.vue.js +67 -0
- package/js/components/icons/heart-filled.vue.js.map +1 -0
- package/js/components/icons/heart-filled.vue_rollup-plugin-vue_script.vue.js +4 -0
- package/js/components/icons/heart-filled.vue_rollup-plugin-vue_script.vue.js.map +1 -0
- package/js/components/icons/heart.vue.js +66 -0
- package/js/components/icons/heart.vue.js.map +1 -0
- package/js/components/icons/heart.vue_rollup-plugin-vue_script.vue.js +4 -0
- package/js/components/icons/heart.vue_rollup-plugin-vue_script.vue.js.map +1 -0
- package/js/components/icons/hide.vue.js +21 -32
- package/js/components/icons/hide.vue.js.map +1 -1
- package/js/components/icons/hide.vue_rollup-plugin-vue_script.vue.js +4 -0
- package/js/components/icons/hide.vue_rollup-plugin-vue_script.vue.js.map +1 -0
- package/js/components/icons/history-tiny.vue.js +30 -29
- package/js/components/icons/history-tiny.vue.js.map +1 -1
- package/js/components/icons/history-tiny.vue_rollup-plugin-vue_script.vue.js +4 -0
- package/js/components/icons/history-tiny.vue_rollup-plugin-vue_script.vue.js.map +1 -0
- package/js/components/icons/history.vue.js +30 -29
- package/js/components/icons/history.vue.js.map +1 -1
- package/js/components/icons/history.vue_rollup-plugin-vue_script.vue.js +4 -0
- package/js/components/icons/history.vue_rollup-plugin-vue_script.vue.js.map +1 -0
- package/js/components/icons/light-bulb-off.vue.js +73 -0
- package/js/components/icons/light-bulb-off.vue.js.map +1 -0
- package/js/components/icons/light-bulb-off.vue_rollup-plugin-vue_script.vue.js +4 -0
- package/js/components/icons/light-bulb-off.vue_rollup-plugin-vue_script.vue.js.map +1 -0
- package/js/components/icons/light-bulb-on.vue.js +81 -0
- package/js/components/icons/light-bulb-on.vue.js.map +1 -0
- package/js/components/icons/light-bulb-on.vue_rollup-plugin-vue_script.vue.js +4 -0
- package/js/components/icons/light-bulb-on.vue_rollup-plugin-vue_script.vue.js.map +1 -0
- package/js/components/icons/menu.vue.js +21 -22
- package/js/components/icons/menu.vue.js.map +1 -1
- package/js/components/icons/menu.vue_rollup-plugin-vue_script.vue.js +4 -0
- package/js/components/icons/menu.vue_rollup-plugin-vue_script.vue.js.map +1 -0
- package/js/components/icons/minus-tiny.vue.js +21 -14
- package/js/components/icons/minus-tiny.vue.js.map +1 -1
- package/js/components/icons/minus-tiny.vue_rollup-plugin-vue_script.vue.js +4 -0
- package/js/components/icons/minus-tiny.vue_rollup-plugin-vue_script.vue.js.map +1 -0
- package/js/components/icons/minus.vue.js +21 -14
- package/js/components/icons/minus.vue.js.map +1 -1
- package/js/components/icons/minus.vue_rollup-plugin-vue_script.vue.js +4 -0
- package/js/components/icons/minus.vue_rollup-plugin-vue_script.vue.js.map +1 -0
- package/js/components/icons/plus-tiny.vue.js +66 -0
- package/js/components/icons/plus-tiny.vue.js.map +1 -0
- package/js/components/icons/plus-tiny.vue_rollup-plugin-vue_script.vue.js +4 -0
- package/js/components/icons/plus-tiny.vue_rollup-plugin-vue_script.vue.js.map +1 -0
- package/js/components/icons/plus.vue.js +21 -14
- package/js/components/icons/plus.vue.js.map +1 -1
- package/js/components/icons/plus.vue_rollup-plugin-vue_script.vue.js +4 -0
- package/js/components/icons/plus.vue_rollup-plugin-vue_script.vue.js.map +1 -0
- package/js/components/icons/radiobutton-selected.vue.js +81 -0
- package/js/components/icons/radiobutton-selected.vue.js.map +1 -0
- package/js/components/icons/radiobutton-selected.vue_rollup-plugin-vue_script.vue.js +4 -0
- package/js/components/icons/radiobutton-selected.vue_rollup-plugin-vue_script.vue.js.map +1 -0
- package/js/components/icons/radiobutton-unselected.vue.js +73 -0
- package/js/components/icons/radiobutton-unselected.vue.js.map +1 -0
- package/js/components/icons/radiobutton-unselected.vue_rollup-plugin-vue_script.vue.js +4 -0
- package/js/components/icons/radiobutton-unselected.vue_rollup-plugin-vue_script.vue.js.map +1 -0
- package/js/components/icons/search-tiny.vue.js +21 -18
- package/js/components/icons/search-tiny.vue.js.map +1 -1
- package/js/components/icons/search-tiny.vue_rollup-plugin-vue_script.vue.js +4 -0
- package/js/components/icons/search-tiny.vue_rollup-plugin-vue_script.vue.js.map +1 -0
- package/js/components/icons/search.vue.js +21 -20
- package/js/components/icons/search.vue.js.map +1 -1
- package/js/components/icons/search.vue_rollup-plugin-vue_script.vue.js +4 -0
- package/js/components/icons/search.vue_rollup-plugin-vue_script.vue.js.map +1 -0
- package/js/components/icons/settings.vue.js +82 -0
- package/js/components/icons/settings.vue.js.map +1 -0
- package/js/components/icons/settings.vue_rollup-plugin-vue_script.vue.js +4 -0
- package/js/components/icons/settings.vue_rollup-plugin-vue_script.vue.js.map +1 -0
- package/js/components/icons/show.vue.js +32 -22
- package/js/components/icons/show.vue.js.map +1 -1
- package/js/components/icons/show.vue_rollup-plugin-vue_script.vue.js +4 -0
- package/js/components/icons/show.vue_rollup-plugin-vue_script.vue.js.map +1 -0
- package/js/components/icons/sort-az.vue.js +94 -0
- package/js/components/icons/sort-az.vue.js.map +1 -0
- package/js/components/icons/sort-az.vue_rollup-plugin-vue_script.vue.js +4 -0
- package/js/components/icons/sort-az.vue_rollup-plugin-vue_script.vue.js.map +1 -0
- package/js/components/icons/sort-price-down.vue.js +102 -0
- package/js/components/icons/sort-price-down.vue.js.map +1 -0
- package/js/components/icons/sort-price-down.vue_rollup-plugin-vue_script.vue.js +4 -0
- package/js/components/icons/sort-price-down.vue_rollup-plugin-vue_script.vue.js.map +1 -0
- package/js/components/icons/sort-price-up.vue.js +102 -0
- package/js/components/icons/sort-price-up.vue.js.map +1 -0
- package/js/components/icons/sort-price-up.vue_rollup-plugin-vue_script.vue.js +4 -0
- package/js/components/icons/sort-price-up.vue_rollup-plugin-vue_script.vue.js.map +1 -0
- package/js/components/icons/sort-relevancy.vue.js +84 -0
- package/js/components/icons/sort-relevancy.vue.js.map +1 -0
- package/js/components/icons/sort-relevancy.vue_rollup-plugin-vue_script.vue.js +4 -0
- package/js/components/icons/sort-relevancy.vue_rollup-plugin-vue_script.vue.js.map +1 -0
- package/js/components/icons/sort-za.vue.js +94 -0
- package/js/components/icons/sort-za.vue.js.map +1 -0
- package/js/components/icons/sort-za.vue_rollup-plugin-vue_script.vue.js +4 -0
- package/js/components/icons/sort-za.vue_rollup-plugin-vue_script.vue.js.map +1 -0
- package/js/components/icons/star-filled.vue.js +76 -0
- package/js/components/icons/star-filled.vue.js.map +1 -0
- package/js/components/icons/star-filled.vue_rollup-plugin-vue_script.vue.js +4 -0
- package/js/components/icons/star-filled.vue_rollup-plugin-vue_script.vue.js.map +1 -0
- package/js/components/icons/star.vue.js +23 -18
- package/js/components/icons/star.vue.js.map +1 -1
- package/js/components/icons/star.vue_rollup-plugin-vue_script.vue.js +4 -0
- package/js/components/icons/star.vue_rollup-plugin-vue_script.vue.js.map +1 -0
- package/js/components/icons/tag-filled.vue.js +76 -0
- package/js/components/icons/tag-filled.vue.js.map +1 -0
- package/js/components/icons/tag-filled.vue_rollup-plugin-vue_script.vue.js +4 -0
- package/js/components/icons/tag-filled.vue_rollup-plugin-vue_script.vue.js.map +1 -0
- package/js/components/icons/tag.vue.js +28 -12
- package/js/components/icons/tag.vue.js.map +1 -1
- package/js/components/icons/tag.vue_rollup-plugin-vue_script.vue.js +4 -0
- package/js/components/icons/tag.vue_rollup-plugin-vue_script.vue.js.map +1 -0
- package/js/components/icons/trash-open.vue.js +57 -45
- package/js/components/icons/trash-open.vue.js.map +1 -1
- package/js/components/icons/trash-open.vue_rollup-plugin-vue_script.vue.js +4 -0
- package/js/components/icons/trash-open.vue_rollup-plugin-vue_script.vue.js.map +1 -0
- package/js/components/icons/trash.vue.js +57 -28
- package/js/components/icons/trash.vue.js.map +1 -1
- package/js/components/icons/trash.vue_rollup-plugin-vue_script.vue.js +4 -0
- package/js/components/icons/trash.vue_rollup-plugin-vue_script.vue.js.map +1 -0
- package/js/components/icons/trending-tiny.vue.js +30 -28
- package/js/components/icons/trending-tiny.vue.js.map +1 -1
- package/js/components/icons/trending-tiny.vue_rollup-plugin-vue_script.vue.js +4 -0
- package/js/components/icons/trending-tiny.vue_rollup-plugin-vue_script.vue.js.map +1 -0
- package/js/components/icons/trending.vue.js +30 -28
- package/js/components/icons/trending.vue.js.map +1 -1
- package/js/components/icons/trending.vue_rollup-plugin-vue_script.vue.js +4 -0
- package/js/components/icons/trending.vue_rollup-plugin-vue_script.vue.js.map +1 -0
- package/js/components/icons/user-filled.vue.js +72 -0
- package/js/components/icons/user-filled.vue.js.map +1 -0
- package/js/components/icons/user-filled.vue_rollup-plugin-vue_script.vue.js +4 -0
- package/js/components/icons/user-filled.vue_rollup-plugin-vue_script.vue.js.map +1 -0
- package/js/components/icons/user.vue.js +21 -20
- package/js/components/icons/user.vue.js.map +1 -1
- package/js/components/icons/user.vue_rollup-plugin-vue_script.vue.js +4 -0
- package/js/components/icons/user.vue_rollup-plugin-vue_script.vue.js.map +1 -0
- package/js/components/items-list-injection.mixin.js +22 -31
- package/js/components/items-list-injection.mixin.js.map +1 -1
- package/js/components/items-list.vue.js +11 -10
- package/js/components/items-list.vue.js.map +1 -1
- package/js/components/items-list.vue_rollup-plugin-vue_script.vue.js +44 -0
- package/js/components/items-list.vue_rollup-plugin-vue_script.vue.js.map +1 -0
- package/js/components/layouts/fixed-header-and-asides-layout.vue.js +235 -0
- package/js/components/layouts/fixed-header-and-asides-layout.vue.js.map +1 -0
- package/js/components/layouts/fixed-header-and-asides-layout.vue_rollup-plugin-vue_script.vue.js +41 -0
- package/js/components/layouts/fixed-header-and-asides-layout.vue_rollup-plugin-vue_script.vue.js.map +1 -0
- package/js/components/layouts/fixed-header-and-asides-layout.vue_rollup-plugin-vue_styles.0.vue.js +16 -0
- package/js/components/layouts/fixed-header-and-asides-layout.vue_rollup-plugin-vue_styles.0.vue.js.map +1 -0
- package/js/components/layouts/layouts.mixin.js +16 -25
- package/js/components/layouts/layouts.mixin.js.map +1 -1
- package/js/components/layouts/multi-column-max-width-layout.vue.js +82 -59
- package/js/components/layouts/multi-column-max-width-layout.vue.js.map +1 -1
- package/js/components/layouts/multi-column-max-width-layout.vue_rollup-plugin-vue_script.vue.js +28 -0
- package/js/components/layouts/multi-column-max-width-layout.vue_rollup-plugin-vue_script.vue.js.map +1 -0
- package/js/components/layouts/multi-column-max-width-layout.vue_rollup-plugin-vue_styles.0.vue.js +16 -0
- package/js/components/layouts/multi-column-max-width-layout.vue_rollup-plugin-vue_styles.0.vue.js.map +1 -0
- package/js/components/layouts/multi-column-max-width-layout.vue_rollup-plugin-vue_styles.1.vue.js +16 -0
- package/js/components/layouts/multi-column-max-width-layout.vue_rollup-plugin-vue_styles.1.vue.js.map +1 -0
- package/js/components/layouts/single-column-layout.vue.js +89 -54
- package/js/components/layouts/single-column-layout.vue.js.map +1 -1
- package/js/components/layouts/single-column-layout.vue_rollup-plugin-vue_script.vue.js +29 -0
- package/js/components/layouts/single-column-layout.vue_rollup-plugin-vue_script.vue.js.map +1 -0
- package/js/components/layouts/single-column-layout.vue_rollup-plugin-vue_styles.0.vue.js +16 -0
- package/js/components/layouts/single-column-layout.vue_rollup-plugin-vue_styles.0.vue.js.map +1 -0
- package/js/components/location-provider.vue.js +9 -9
- package/js/components/location-provider.vue.js.map +1 -1
- package/js/components/location-provider.vue_rollup-plugin-vue_script.vue.js +23 -0
- package/js/components/location-provider.vue_rollup-plugin-vue_script.vue.js.map +1 -0
- package/js/components/modals/base-events-modal-close.vue.js +15 -11
- package/js/components/modals/base-events-modal-close.vue.js.map +1 -1
- package/js/components/modals/base-events-modal-close.vue_rollup-plugin-vue_script.vue.js +28 -0
- package/js/components/modals/base-events-modal-close.vue_rollup-plugin-vue_script.vue.js.map +1 -0
- package/js/components/modals/base-events-modal-open.vue.js +15 -11
- package/js/components/modals/base-events-modal-open.vue.js.map +1 -1
- package/js/components/modals/base-events-modal-open.vue_rollup-plugin-vue_script.vue.js +28 -0
- package/js/components/modals/base-events-modal-open.vue_rollup-plugin-vue_script.vue.js.map +1 -0
- package/js/components/modals/base-events-modal.vue.js +20 -15
- package/js/components/modals/base-events-modal.vue.js.map +1 -1
- package/js/components/modals/base-events-modal.vue_rollup-plugin-vue_script.vue.js +94 -0
- package/js/components/modals/base-events-modal.vue_rollup-plugin-vue_script.vue.js.map +1 -0
- package/js/components/modals/base-id-modal-close.vue.js +30 -18
- package/js/components/modals/base-id-modal-close.vue.js.map +1 -1
- package/js/components/modals/base-id-modal-close.vue_rollup-plugin-vue_script.vue.js +35 -0
- package/js/components/modals/base-id-modal-close.vue_rollup-plugin-vue_script.vue.js.map +1 -0
- package/js/components/modals/base-id-modal-open.vue.js +30 -18
- package/js/components/modals/base-id-modal-open.vue.js.map +1 -1
- package/js/components/modals/base-id-modal-open.vue_rollup-plugin-vue_script.vue.js +35 -0
- package/js/components/modals/base-id-modal-open.vue_rollup-plugin-vue_script.vue.js.map +1 -0
- package/js/components/modals/base-id-modal.vue.js +20 -15
- package/js/components/modals/base-id-modal.vue.js.map +1 -1
- package/js/components/modals/base-id-modal.vue_rollup-plugin-vue_script.vue.js +83 -0
- package/js/components/modals/base-id-modal.vue_rollup-plugin-vue_script.vue.js.map +1 -0
- package/js/components/modals/base-modal.vue.js +60 -42
- package/js/components/modals/base-modal.vue.js.map +1 -1
- package/js/components/modals/base-modal.vue_rollup-plugin-vue_script.vue.js +195 -0
- package/js/components/modals/base-modal.vue_rollup-plugin-vue_script.vue.js.map +1 -0
- package/js/components/modals/base-modal.vue_rollup-plugin-vue_styles.0.vue.js +16 -0
- package/js/components/modals/base-modal.vue_rollup-plugin-vue_styles.0.vue.js.map +1 -0
- package/js/components/modals/close-main-modal.vue.js +61 -0
- package/js/components/modals/close-main-modal.vue.js.map +1 -0
- package/js/components/modals/close-main-modal.vue_rollup-plugin-vue_script.vue.js +32 -0
- package/js/components/modals/close-main-modal.vue_rollup-plugin-vue_script.vue.js.map +1 -0
- package/js/components/modals/main-modal.vue.js +67 -0
- package/js/components/modals/main-modal.vue.js.map +1 -0
- package/js/components/modals/main-modal.vue_rollup-plugin-vue_script.vue.js +51 -0
- package/js/components/modals/main-modal.vue_rollup-plugin-vue_script.vue.js.map +1 -0
- package/js/components/modals/open-main-modal.vue.js +61 -0
- package/js/components/modals/open-main-modal.vue.js.map +1 -0
- package/js/components/modals/open-main-modal.vue_rollup-plugin-vue_script.vue.js +32 -0
- package/js/components/modals/open-main-modal.vue_rollup-plugin-vue_script.vue.js.map +1 -0
- package/js/components/no-element.js +3 -4
- package/js/components/no-element.js.map +1 -1
- package/js/components/panels/base-header-toggle-panel.vue.js +17 -19
- package/js/components/panels/base-header-toggle-panel.vue.js.map +1 -1
- package/js/components/panels/base-header-toggle-panel.vue_rollup-plugin-vue_script.vue.js +55 -0
- package/js/components/panels/base-header-toggle-panel.vue_rollup-plugin-vue_script.vue.js.map +1 -0
- package/js/components/panels/base-header-toggle-panel.vue_rollup-plugin-vue_styles.0.vue.js +16 -0
- package/js/components/panels/base-header-toggle-panel.vue_rollup-plugin-vue_styles.0.vue.js.map +1 -0
- package/js/components/panels/base-id-toggle-panel-button.vue.js +15 -11
- package/js/components/panels/base-id-toggle-panel-button.vue.js.map +1 -1
- package/js/components/panels/base-id-toggle-panel-button.vue_rollup-plugin-vue_script.vue.js +61 -0
- package/js/components/panels/base-id-toggle-panel-button.vue_rollup-plugin-vue_script.vue.js.map +1 -0
- package/js/components/panels/base-id-toggle-panel.vue.js +9 -9
- package/js/components/panels/base-id-toggle-panel.vue.js.map +1 -1
- package/js/components/panels/base-id-toggle-panel.vue_rollup-plugin-vue_script.vue.js +78 -0
- package/js/components/panels/base-id-toggle-panel.vue_rollup-plugin-vue_script.vue.js.map +1 -0
- package/js/components/panels/base-tabs-panel.vue.js +146 -0
- package/js/components/panels/base-tabs-panel.vue.js.map +1 -0
- package/js/components/panels/base-tabs-panel.vue_rollup-plugin-vue_script.vue.js +78 -0
- package/js/components/panels/base-tabs-panel.vue_rollup-plugin-vue_script.vue.js.map +1 -0
- package/js/components/panels/base-toggle-panel.vue.js +11 -10
- package/js/components/panels/base-toggle-panel.vue.js.map +1 -1
- package/js/components/panels/base-toggle-panel.vue_rollup-plugin-vue_script.vue.js +25 -0
- package/js/components/panels/base-toggle-panel.vue_rollup-plugin-vue_script.vue.js.map +1 -0
- package/js/components/result/base-result-add-to-cart.vue.js +16 -13
- package/js/components/result/base-result-add-to-cart.vue.js.map +1 -1
- package/js/components/result/base-result-add-to-cart.vue_rollup-plugin-vue_script.vue.js +35 -0
- package/js/components/result/base-result-add-to-cart.vue_rollup-plugin-vue_script.vue.js.map +1 -0
- package/js/components/result/base-result-current-price.vue.js +13 -11
- package/js/components/result/base-result-current-price.vue.js.map +1 -1
- package/js/components/result/base-result-current-price.vue_rollup-plugin-vue_script.vue.js +40 -0
- package/js/components/result/base-result-current-price.vue_rollup-plugin-vue_script.vue.js.map +1 -0
- package/js/components/result/base-result-fallback-image.vue.js +17 -16
- package/js/components/result/base-result-fallback-image.vue.js.map +1 -1
- package/js/components/result/base-result-fallback-image.vue_rollup-plugin-vue_script.vue.js +4 -0
- package/js/components/result/base-result-fallback-image.vue_rollup-plugin-vue_script.vue.js.map +1 -0
- package/js/components/result/base-result-image.vue.js +55 -52
- package/js/components/result/base-result-image.vue.js.map +1 -1
- package/js/components/result/base-result-image.vue_rollup-plugin-vue_script.vue.js +143 -0
- package/js/components/result/base-result-image.vue_rollup-plugin-vue_script.vue.js.map +1 -0
- package/js/components/result/base-result-image.vue_rollup-plugin-vue_styles.0.vue.js +16 -0
- package/js/components/result/base-result-image.vue_rollup-plugin-vue_styles.0.vue.js.map +1 -0
- package/js/components/result/base-result-link.vue.js +16 -19
- package/js/components/result/base-result-link.vue.js.map +1 -1
- package/js/components/result/base-result-link.vue_rollup-plugin-vue_script.vue.js +41 -0
- package/js/components/result/base-result-link.vue_rollup-plugin-vue_script.vue.js.map +1 -0
- package/js/components/result/base-result-link.vue_rollup-plugin-vue_styles.0.vue.js +16 -0
- package/js/components/result/base-result-link.vue_rollup-plugin-vue_styles.0.vue.js.map +1 -0
- package/js/components/result/base-result-placeholder-image.vue.js +17 -16
- package/js/components/result/base-result-placeholder-image.vue.js.map +1 -1
- package/js/components/result/base-result-placeholder-image.vue_rollup-plugin-vue_script.vue.js +4 -0
- package/js/components/result/base-result-placeholder-image.vue_rollup-plugin-vue_script.vue.js.map +1 -0
- package/js/components/result/base-result-previous-price.vue.js +13 -11
- package/js/components/result/base-result-previous-price.vue.js.map +1 -1
- package/js/components/result/base-result-previous-price.vue_rollup-plugin-vue_script.vue.js +27 -0
- package/js/components/result/base-result-previous-price.vue_rollup-plugin-vue_script.vue.js.map +1 -0
- package/js/components/result/base-result-rating.vue.js +99 -0
- package/js/components/result/base-result-rating.vue.js.map +1 -0
- package/js/components/result/base-result-rating.vue_rollup-plugin-vue_script.vue.js +38 -0
- package/js/components/result/base-result-rating.vue_rollup-plugin-vue_script.vue.js.map +1 -0
- package/js/components/result/base-result-rating.vue_rollup-plugin-vue_styles.0.vue.js +16 -0
- package/js/components/result/base-result-rating.vue_rollup-plugin-vue_styles.0.vue.js.map +1 -0
- package/js/components/result/result-variant-selector.vue.js +133 -0
- package/js/components/result/result-variant-selector.vue.js.map +1 -0
- package/js/components/result/result-variant-selector.vue_rollup-plugin-vue_script.vue.js +80 -0
- package/js/components/result/result-variant-selector.vue_rollup-plugin-vue_script.vue.js.map +1 -0
- package/js/components/result/result-variants-provider.vue.js +39 -0
- package/js/components/result/result-variants-provider.vue.js.map +1 -0
- package/js/components/result/result-variants-provider.vue_rollup-plugin-vue_script.vue.js +130 -0
- package/js/components/result/result-variants-provider.vue_rollup-plugin-vue_script.vue.js.map +1 -0
- package/js/components/scroll/base-scroll.vue.js +12 -15
- package/js/components/scroll/base-scroll.vue.js.map +1 -1
- package/js/components/scroll/base-scroll.vue_rollup-plugin-vue_script.vue.js +20 -0
- package/js/components/scroll/base-scroll.vue_rollup-plugin-vue_script.vue.js.map +1 -0
- package/js/components/scroll/scroll.mixin.js +141 -168
- package/js/components/scroll/scroll.mixin.js.map +1 -1
- package/js/components/sliding-panel.vue.js +24 -23
- package/js/components/sliding-panel.vue.js.map +1 -1
- package/js/components/sliding-panel.vue_rollup-plugin-vue_script.vue.js +160 -0
- package/js/components/sliding-panel.vue_rollup-plugin-vue_script.vue.js.map +1 -0
- package/js/components/sliding-panel.vue_rollup-plugin-vue_styles.0.vue.js +16 -0
- package/js/components/sliding-panel.vue_rollup-plugin-vue_styles.0.vue.js.map +1 -0
- package/js/components/snippet-callbacks.vue.js +9 -9
- package/js/components/snippet-callbacks.vue.js.map +1 -1
- package/js/components/snippet-callbacks.vue_rollup-plugin-vue_script.vue.js +51 -0
- package/js/components/snippet-callbacks.vue_rollup-plugin-vue_script.vue.js.map +1 -0
- package/js/components/suggestions/base-suggestion.vue.js +25 -20
- package/js/components/suggestions/base-suggestion.vue.js.map +1 -1
- package/js/components/suggestions/base-suggestion.vue_rollup-plugin-vue_script.vue.js +113 -0
- package/js/components/suggestions/base-suggestion.vue_rollup-plugin-vue_script.vue.js.map +1 -0
- package/js/components/suggestions/base-suggestions.vue.js +18 -18
- package/js/components/suggestions/base-suggestions.vue.js.map +1 -1
- package/js/components/suggestions/base-suggestions.vue_rollup-plugin-vue_script.vue.js +108 -0
- package/js/components/suggestions/base-suggestions.vue_rollup-plugin-vue_script.vue.js.map +1 -0
- package/js/components/suggestions/base-suggestions.vue_rollup-plugin-vue_styles.0.vue.js +16 -0
- package/js/components/suggestions/base-suggestions.vue_rollup-plugin-vue_styles.0.vue.js.map +1 -0
- package/js/components/x-component.mixin.js +1 -4
- package/js/components/x-component.mixin.js.map +1 -1
- package/js/components/x-component.utils.js +3 -20
- package/js/components/x-component.utils.js.map +1 -1
- package/js/directives/infinite-scroll/infinite-scroll.js +25 -28
- package/js/directives/infinite-scroll/infinite-scroll.js.map +1 -1
- package/js/index.js +197 -135
- package/js/index.js.map +1 -1
- package/js/plugins/devtools/colors.utils.js +49 -0
- package/js/plugins/devtools/colors.utils.js.map +1 -0
- package/js/plugins/devtools/devtools.plugin.js +31 -0
- package/js/plugins/devtools/devtools.plugin.js.map +1 -0
- package/js/plugins/devtools/timeline.devtools.js +98 -0
- package/js/plugins/devtools/timeline.devtools.js.map +1 -0
- package/js/plugins/devtools/wiring.devtools.js +118 -0
- package/js/plugins/devtools/wiring.devtools.js.map +1 -0
- package/js/plugins/x-bus.js +19 -20
- package/js/plugins/x-bus.js.map +1 -1
- package/js/plugins/x-emitters.js +33 -35
- package/js/plugins/x-emitters.js.map +1 -1
- package/js/plugins/x-plugin.alias.js +48 -46
- package/js/plugins/x-plugin.alias.js.map +1 -1
- package/js/plugins/x-plugin.js +129 -184
- package/js/plugins/x-plugin.js.map +1 -1
- package/js/plugins/x-plugin.mixin.js +25 -16
- package/js/plugins/x-plugin.mixin.js.map +1 -1
- package/js/plugins/x-plugin.utils.js +1 -1
- package/js/plugins/x-plugin.utils.js.map +1 -1
- package/js/services/directional-focus-navigation.service.js +73 -78
- package/js/services/directional-focus-navigation.service.js.map +1 -1
- package/js/services/state-machine.service.js +30 -0
- package/js/services/state-machine.service.js.map +1 -0
- package/js/store/utils/fetch-and-save-action.utils.js +17 -13
- package/js/store/utils/fetch-and-save-action.utils.js.map +1 -1
- package/js/store/utils/getters-proxy.utils.js +11 -15
- package/js/store/utils/getters-proxy.utils.js.map +1 -1
- package/js/store/utils/query.utils.js +37 -0
- package/js/store/utils/query.utils.js.map +1 -0
- package/js/store/utils/status-store.utils.js.map +1 -1
- package/js/store/utils/store-emitters.utils.js.map +1 -1
- package/js/store/x.module.js +4 -3
- package/js/store/x.module.js.map +1 -1
- package/js/utils/array.js +31 -62
- package/js/utils/array.js.map +1 -1
- package/js/utils/cancellable-promise.js +6 -6
- package/js/utils/cancellable-promise.js.map +1 -1
- package/js/utils/clone.js.map +1 -1
- package/js/utils/currency-formatter.js +18 -21
- package/js/utils/currency-formatter.js.map +1 -1
- package/js/utils/debounce.js +9 -14
- package/js/utils/debounce.js.map +1 -1
- package/js/utils/filters.js +2 -2
- package/js/utils/filters.js.map +1 -1
- package/js/utils/focus.js +11 -0
- package/js/utils/focus.js.map +1 -0
- package/js/utils/function.js.map +1 -1
- package/js/utils/get-url-parameters.js +3 -3
- package/js/utils/get-url-parameters.js.map +1 -1
- package/js/utils/html.js +18 -1
- package/js/utils/html.js.map +1 -1
- package/js/utils/is-new-query.js +48 -0
- package/js/utils/is-new-query.js.map +1 -0
- package/js/utils/normalize.js +4 -5
- package/js/utils/normalize.js.map +1 -1
- package/js/utils/number.js +1 -2
- package/js/utils/number.js.map +1 -1
- package/js/utils/origin.js +2 -3
- package/js/utils/origin.js.map +1 -1
- package/js/utils/sanitize.js +3 -3
- package/js/utils/sanitize.js.map +1 -1
- package/js/utils/storage.js +2 -2
- package/js/utils/storage.js.map +1 -1
- package/js/utils/string.js.map +1 -1
- package/js/utils/throttle.js +6 -10
- package/js/utils/throttle.js.map +1 -1
- package/js/wiring/namespaced-wires.factory.js +9 -13
- package/js/wiring/namespaced-wires.factory.js.map +1 -1
- package/js/wiring/namespaced-wires.operators.js +2 -8
- package/js/wiring/namespaced-wires.operators.js.map +1 -1
- package/js/wiring/wires-operators.utils.js +54 -0
- package/js/wiring/wires-operators.utils.js.map +1 -0
- package/js/wiring/wires.factory.js +22 -29
- package/js/wiring/wires.factory.js.map +1 -1
- package/js/wiring/wires.operators.js +26 -44
- package/js/wiring/wires.operators.js.map +1 -1
- package/js/wiring/wiring.utils.js.map +1 -1
- package/js/x-installer/api/base-api.js +51 -17
- package/js/x-installer/api/base-api.js.map +1 -1
- package/js/x-installer/x-installer/x-installer.js +130 -145
- package/js/x-installer/x-installer/x-installer.js.map +1 -1
- package/js/x-modules/device/components/device-detector.vue.js +9 -9
- package/js/x-modules/device/components/device-detector.vue.js.map +1 -1
- package/js/x-modules/device/components/device-detector.vue_rollup-plugin-vue_script.vue.js +122 -0
- package/js/x-modules/device/components/device-detector.vue_rollup-plugin-vue_script.vue.js.map +1 -0
- package/js/x-modules/device/store/emitters.js +1 -4
- package/js/x-modules/device/store/emitters.js.map +1 -1
- package/js/x-modules/device/store/module.js +4 -4
- package/js/x-modules/device/store/module.js.map +1 -1
- package/js/x-modules/device/wiring.js +5 -5
- package/js/x-modules/device/wiring.js.map +1 -1
- package/js/x-modules/device/x-module.js +2 -2
- package/js/x-modules/device/x-module.js.map +1 -1
- package/js/x-modules/empathize/components/empathize.vue.js +42 -25
- package/js/x-modules/empathize/components/empathize.vue.js.map +1 -1
- package/js/x-modules/empathize/components/empathize.vue_rollup-plugin-vue_script.vue.js +121 -0
- package/js/x-modules/empathize/components/empathize.vue_rollup-plugin-vue_script.vue.js.map +1 -0
- package/js/x-modules/empathize/store/emitters.js +1 -4
- package/js/x-modules/empathize/store/emitters.js.map +1 -1
- package/js/x-modules/empathize/store/module.js +4 -4
- package/js/x-modules/empathize/store/module.js.map +1 -1
- package/js/x-modules/empathize/wiring.js +6 -6
- package/js/x-modules/empathize/wiring.js.map +1 -1
- package/js/x-modules/empathize/x-module.js +2 -2
- package/js/x-modules/empathize/x-module.js.map +1 -1
- package/js/x-modules/extra-params/components/extra-params.vue.js +9 -9
- package/js/x-modules/extra-params/components/extra-params.vue.js.map +1 -1
- package/js/x-modules/extra-params/components/extra-params.vue_rollup-plugin-vue_script.vue.js +184 -0
- package/js/x-modules/extra-params/components/extra-params.vue_rollup-plugin-vue_script.vue.js.map +1 -0
- package/js/x-modules/extra-params/components/renderless-extra-param.vue.js +11 -10
- package/js/x-modules/extra-params/components/renderless-extra-param.vue.js.map +1 -1
- package/js/x-modules/extra-params/components/renderless-extra-param.vue_rollup-plugin-vue_script.vue.js +197 -0
- package/js/x-modules/extra-params/components/renderless-extra-param.vue_rollup-plugin-vue_script.vue.js.map +1 -0
- package/js/x-modules/extra-params/components/snippet-config-extra-params.vue.js +9 -9
- package/js/x-modules/extra-params/components/snippet-config-extra-params.vue.js.map +1 -1
- package/js/x-modules/extra-params/components/snippet-config-extra-params.vue_rollup-plugin-vue_script.vue.js +76 -0
- package/js/x-modules/extra-params/components/snippet-config-extra-params.vue_rollup-plugin-vue_script.vue.js.map +1 -0
- package/js/x-modules/extra-params/store/emitters.js +2 -5
- package/js/x-modules/extra-params/store/emitters.js.map +1 -1
- package/js/x-modules/extra-params/store/module.js +5 -7
- package/js/x-modules/extra-params/store/module.js.map +1 -1
- package/js/x-modules/extra-params/wiring.js +9 -10
- package/js/x-modules/extra-params/wiring.js.map +1 -1
- package/js/x-modules/extra-params/x-module.js +2 -2
- package/js/x-modules/extra-params/x-module.js.map +1 -1
- package/js/x-modules/facets/components/clear-filters.vue.js +18 -18
- package/js/x-modules/facets/components/clear-filters.vue.js.map +1 -1
- package/js/x-modules/facets/components/clear-filters.vue_rollup-plugin-vue_script.vue.js +196 -0
- package/js/x-modules/facets/components/clear-filters.vue_rollup-plugin-vue_script.vue.js.map +1 -0
- package/js/x-modules/facets/components/facets/facets-provider.vue.js +13 -16
- package/js/x-modules/facets/components/facets/facets-provider.vue.js.map +1 -1
- package/js/x-modules/facets/components/facets/facets-provider.vue_rollup-plugin-vue_script.vue.js +245 -0
- package/js/x-modules/facets/components/facets/facets-provider.vue_rollup-plugin-vue_script.vue.js.map +1 -0
- package/js/x-modules/facets/components/facets/facets-provider.vue_rollup-plugin-vue_styles.0.vue.js +16 -0
- package/js/x-modules/facets/components/facets/facets-provider.vue_rollup-plugin-vue_styles.0.vue.js.map +1 -0
- package/js/x-modules/facets/components/facets/facets.vue.js +28 -23
- package/js/x-modules/facets/components/facets/facets.vue.js.map +1 -1
- package/js/x-modules/facets/components/facets/facets.vue_rollup-plugin-vue_script.vue.js +109 -0
- package/js/x-modules/facets/components/facets/facets.vue_rollup-plugin-vue_script.vue.js.map +1 -0
- package/js/x-modules/facets/components/facets/facets.vue_rollup-plugin-vue_styles.0.vue.js +16 -0
- package/js/x-modules/facets/components/facets/facets.vue_rollup-plugin-vue_styles.0.vue.js.map +1 -0
- package/js/x-modules/facets/components/facets.mixin.js +67 -0
- package/js/x-modules/facets/components/facets.mixin.js.map +1 -0
- package/js/x-modules/facets/components/filters/all-filter.vue.js +12 -11
- package/js/x-modules/facets/components/filters/all-filter.vue.js.map +1 -1
- package/js/x-modules/facets/components/filters/all-filter.vue_rollup-plugin-vue_script.vue.js +213 -0
- package/js/x-modules/facets/components/filters/all-filter.vue_rollup-plugin-vue_script.vue.js.map +1 -0
- package/js/x-modules/facets/components/filters/editable-number-range-filter.vue.js +37 -29
- package/js/x-modules/facets/components/filters/editable-number-range-filter.vue.js.map +1 -1
- package/js/x-modules/facets/components/filters/editable-number-range-filter.vue_rollup-plugin-vue_script.vue.js +193 -0
- package/js/x-modules/facets/components/filters/editable-number-range-filter.vue_rollup-plugin-vue_script.vue.js.map +1 -0
- package/js/x-modules/facets/components/filters/editable-number-range-filter.vue_rollup-plugin-vue_styles.0.vue.js +16 -0
- package/js/x-modules/facets/components/filters/editable-number-range-filter.vue_rollup-plugin-vue_styles.0.vue.js.map +1 -0
- package/js/x-modules/facets/components/filters/hierarchical-filter.vue.js +29 -20
- package/js/x-modules/facets/components/filters/hierarchical-filter.vue.js.map +1 -1
- package/js/x-modules/facets/components/filters/hierarchical-filter.vue_rollup-plugin-vue_script.vue.js +110 -0
- package/js/x-modules/facets/components/filters/hierarchical-filter.vue_rollup-plugin-vue_script.vue.js.map +1 -0
- package/js/x-modules/facets/components/filters/number-range-filter.vue.js +56 -14
- package/js/x-modules/facets/components/filters/number-range-filter.vue.js.map +1 -1
- package/js/x-modules/facets/components/filters/number-range-filter.vue_rollup-plugin-vue_script.vue.js +197 -0
- package/js/x-modules/facets/components/filters/number-range-filter.vue_rollup-plugin-vue_script.vue.js.map +1 -0
- package/js/x-modules/facets/components/filters/renderless-filter.vue.js +9 -9
- package/js/x-modules/facets/components/filters/renderless-filter.vue.js.map +1 -1
- package/js/x-modules/facets/components/filters/renderless-filter.vue_rollup-plugin-vue_script.vue.js +233 -0
- package/js/x-modules/facets/components/filters/renderless-filter.vue_rollup-plugin-vue_script.vue.js.map +1 -0
- package/js/x-modules/facets/components/filters/simple-filter.vue.js +18 -14
- package/js/x-modules/facets/components/filters/simple-filter.vue.js.map +1 -1
- package/js/x-modules/facets/components/filters/simple-filter.vue_rollup-plugin-vue_script.vue.js +197 -0
- package/js/x-modules/facets/components/filters/simple-filter.vue_rollup-plugin-vue_script.vue.js.map +1 -0
- package/js/x-modules/facets/components/lists/exclude-filters-with-no-results.vue.js +9 -9
- package/js/x-modules/facets/components/lists/exclude-filters-with-no-results.vue.js.map +1 -1
- package/js/x-modules/facets/components/lists/exclude-filters-with-no-results.vue_rollup-plugin-vue_script.vue.js +189 -0
- package/js/x-modules/facets/components/lists/exclude-filters-with-no-results.vue_rollup-plugin-vue_script.vue.js.map +1 -0
- package/js/x-modules/facets/components/lists/filters-injection.mixin.js +44 -57
- package/js/x-modules/facets/components/lists/filters-injection.mixin.js.map +1 -1
- package/js/x-modules/facets/components/lists/filters-list.vue.js +13 -16
- package/js/x-modules/facets/components/lists/filters-list.vue.js.map +1 -1
- package/js/x-modules/facets/components/lists/filters-list.vue_rollup-plugin-vue_script.vue.js +202 -0
- package/js/x-modules/facets/components/lists/filters-list.vue_rollup-plugin-vue_script.vue.js.map +1 -0
- package/js/x-modules/facets/components/lists/filters-list.vue_rollup-plugin-vue_styles.0.vue.js +16 -0
- package/js/x-modules/facets/components/lists/filters-list.vue_rollup-plugin-vue_styles.0.vue.js.map +1 -0
- package/js/x-modules/facets/components/lists/filters-search.vue.js +23 -21
- package/js/x-modules/facets/components/lists/filters-search.vue.js.map +1 -1
- package/js/x-modules/facets/components/lists/filters-search.vue_rollup-plugin-vue_script.vue.js +233 -0
- package/js/x-modules/facets/components/lists/filters-search.vue_rollup-plugin-vue_script.vue.js.map +1 -0
- package/js/x-modules/facets/components/lists/filters-search.vue_rollup-plugin-vue_styles.0.vue.js +16 -0
- package/js/x-modules/facets/components/lists/filters-search.vue_rollup-plugin-vue_styles.0.vue.js.map +1 -0
- package/js/x-modules/facets/components/lists/selected-filters-list.vue.js +22 -18
- package/js/x-modules/facets/components/lists/selected-filters-list.vue.js.map +1 -1
- package/js/x-modules/facets/components/lists/selected-filters-list.vue_rollup-plugin-vue_script.vue.js +52 -0
- package/js/x-modules/facets/components/lists/selected-filters-list.vue_rollup-plugin-vue_script.vue.js.map +1 -0
- package/js/x-modules/facets/components/lists/selected-filters.vue.js +12 -11
- package/js/x-modules/facets/components/lists/selected-filters.vue.js.map +1 -1
- package/js/x-modules/facets/components/lists/selected-filters.vue_rollup-plugin-vue_script.vue.js +175 -0
- package/js/x-modules/facets/components/lists/selected-filters.vue_rollup-plugin-vue_script.vue.js.map +1 -0
- package/js/x-modules/facets/components/lists/sliced-filters.vue.js +23 -18
- package/js/x-modules/facets/components/lists/sliced-filters.vue.js.map +1 -1
- package/js/x-modules/facets/components/lists/sliced-filters.vue_rollup-plugin-vue_script.vue.js +230 -0
- package/js/x-modules/facets/components/lists/sliced-filters.vue_rollup-plugin-vue_script.vue.js.map +1 -0
- package/js/x-modules/facets/components/lists/sorted-filters.vue.js +9 -9
- package/js/x-modules/facets/components/lists/sorted-filters.vue.js.map +1 -1
- package/js/x-modules/facets/components/lists/sorted-filters.vue_rollup-plugin-vue_script.vue.js +191 -0
- package/js/x-modules/facets/components/lists/sorted-filters.vue_rollup-plugin-vue_script.vue.js.map +1 -0
- package/js/x-modules/facets/components/preselected-filters.vue.js +39 -0
- package/js/x-modules/facets/components/preselected-filters.vue.js.map +1 -0
- package/js/x-modules/facets/components/preselected-filters.vue_rollup-plugin-vue_script.vue.js +39 -0
- package/js/x-modules/facets/components/preselected-filters.vue_rollup-plugin-vue_script.vue.js.map +1 -0
- package/js/x-modules/facets/entities/add-facet-if-not-present.js.map +1 -1
- package/js/x-modules/facets/entities/editable-number-range-filter.entity.js +34 -28
- package/js/x-modules/facets/entities/editable-number-range-filter.entity.js.map +1 -1
- package/js/x-modules/facets/entities/filter-entity.factory.js +57 -32
- package/js/x-modules/facets/entities/filter-entity.factory.js.map +1 -1
- package/js/x-modules/facets/entities/hierarchical-filter.entity.js +27 -32
- package/js/x-modules/facets/entities/hierarchical-filter.entity.js.map +1 -1
- package/js/x-modules/facets/entities/number-range-filter.entity.js +10 -12
- package/js/x-modules/facets/entities/number-range-filter.entity.js.map +1 -1
- package/js/x-modules/facets/entities/raw-filter.entity.js +9 -10
- package/js/x-modules/facets/entities/raw-filter.entity.js.map +1 -1
- package/js/x-modules/facets/entities/simple-filter.entity.js +10 -12
- package/js/x-modules/facets/entities/simple-filter.entity.js.map +1 -1
- package/js/x-modules/facets/entities/single-select.modifier.js +22 -35
- package/js/x-modules/facets/entities/single-select.modifier.js.map +1 -1
- package/js/x-modules/facets/entities/types.js +7 -8
- package/js/x-modules/facets/entities/types.js.map +1 -1
- package/js/x-modules/facets/service/facets.service.js +117 -104
- package/js/x-modules/facets/service/facets.service.js.map +1 -1
- package/js/x-modules/facets/store/emitters.js +8 -3
- package/js/x-modules/facets/store/emitters.js.map +1 -1
- package/js/x-modules/facets/store/getters/facets.getter.js +8 -11
- package/js/x-modules/facets/store/getters/facets.getter.js.map +1 -1
- package/js/x-modules/facets/store/getters/selected-filters-by-facet.getter.js +5 -7
- package/js/x-modules/facets/store/getters/selected-filters-by-facet.getter.js.map +1 -1
- package/js/x-modules/facets/store/getters/selected-filters.getter.js +1 -3
- package/js/x-modules/facets/store/getters/selected-filters.getter.js.map +1 -1
- package/js/x-modules/facets/store/module.js +26 -23
- package/js/x-modules/facets/store/module.js.map +1 -1
- package/js/x-modules/facets/utils.js +10 -38
- package/js/x-modules/facets/utils.js.map +1 -1
- package/js/x-modules/facets/wiring.js +64 -27
- package/js/x-modules/facets/wiring.js.map +1 -1
- package/js/x-modules/facets/x-module.js +2 -2
- package/js/x-modules/facets/x-module.js.map +1 -1
- package/js/x-modules/history-queries/components/clear-history-queries.vue.js +13 -11
- package/js/x-modules/history-queries/components/clear-history-queries.vue.js.map +1 -1
- package/js/x-modules/history-queries/components/clear-history-queries.vue_rollup-plugin-vue_script.vue.js +62 -0
- package/js/x-modules/history-queries/components/clear-history-queries.vue_rollup-plugin-vue_script.vue.js.map +1 -0
- package/js/x-modules/history-queries/components/history-queries-switch.vue.js +50 -0
- package/js/x-modules/history-queries/components/history-queries-switch.vue.js.map +1 -0
- package/js/x-modules/history-queries/components/history-queries-switch.vue_rollup-plugin-vue_script.vue.js +53 -0
- package/js/x-modules/history-queries/components/history-queries-switch.vue_rollup-plugin-vue_script.vue.js.map +1 -0
- package/js/x-modules/history-queries/components/history-queries.vue.js +93 -75
- package/js/x-modules/history-queries/components/history-queries.vue.js.map +1 -1
- package/js/x-modules/history-queries/components/history-queries.vue_rollup-plugin-vue_script.vue.js +32 -0
- package/js/x-modules/history-queries/components/history-queries.vue_rollup-plugin-vue_script.vue.js.map +1 -0
- package/js/x-modules/history-queries/components/history-query.vue.js +32 -22
- package/js/x-modules/history-queries/components/history-query.vue.js.map +1 -1
- package/js/x-modules/history-queries/components/history-query.vue_rollup-plugin-vue_script.vue.js +46 -0
- package/js/x-modules/history-queries/components/history-query.vue_rollup-plugin-vue_script.vue.js.map +1 -0
- package/js/x-modules/history-queries/components/my-history.vue.js +199 -0
- package/js/x-modules/history-queries/components/my-history.vue.js.map +1 -0
- package/js/x-modules/history-queries/components/my-history.vue_rollup-plugin-vue_script.vue.js +117 -0
- package/js/x-modules/history-queries/components/my-history.vue_rollup-plugin-vue_script.vue.js.map +1 -0
- package/js/x-modules/history-queries/components/remove-history-query.vue.js +11 -11
- package/js/x-modules/history-queries/components/remove-history-query.vue.js.map +1 -1
- package/js/x-modules/history-queries/components/remove-history-query.vue_rollup-plugin-vue_script.vue.js +41 -0
- package/js/x-modules/history-queries/components/remove-history-query.vue_rollup-plugin-vue_script.vue.js.map +1 -0
- package/js/x-modules/history-queries/store/actions/add-query-to-history.action.js +32 -39
- package/js/x-modules/history-queries/store/actions/add-query-to-history.action.js.map +1 -1
- package/js/x-modules/history-queries/store/actions/load-history-queries-from-browser-storage.action.js +2 -4
- package/js/x-modules/history-queries/store/actions/load-history-queries-from-browser-storage.action.js.map +1 -1
- package/js/x-modules/history-queries/store/actions/refresh-session.action.js +2 -4
- package/js/x-modules/history-queries/store/actions/refresh-session.action.js.map +1 -1
- package/js/x-modules/history-queries/store/actions/remove-query-from-history.action.js +2 -3
- package/js/x-modules/history-queries/store/actions/remove-query-from-history.action.js.map +1 -1
- package/js/x-modules/history-queries/store/actions/set-history-queries.action.js +7 -6
- package/js/x-modules/history-queries/store/actions/set-history-queries.action.js.map +1 -1
- package/js/x-modules/history-queries/store/actions/set-url-params.action.js +1 -3
- package/js/x-modules/history-queries/store/actions/set-url-params.action.js.map +1 -1
- package/js/x-modules/history-queries/store/actions/toggle-history-queries.action.js +13 -0
- package/js/x-modules/history-queries/store/actions/toggle-history-queries.action.js.map +1 -0
- package/js/x-modules/history-queries/store/actions/update-history-queries-with-search-response.action.js +42 -0
- package/js/x-modules/history-queries/store/actions/update-history-queries-with-search-response.action.js.map +1 -0
- package/js/x-modules/history-queries/store/constants.js +4 -3
- package/js/x-modules/history-queries/store/constants.js.map +1 -1
- package/js/x-modules/history-queries/store/emitters.js +4 -7
- package/js/x-modules/history-queries/store/emitters.js.map +1 -1
- package/js/x-modules/history-queries/store/getters/history-queries-with-results.getter.js +18 -0
- package/js/x-modules/history-queries/store/getters/history-queries-with-results.getter.js.map +1 -0
- package/js/x-modules/history-queries/store/getters/history-queries.getter.js +11 -15
- package/js/x-modules/history-queries/store/getters/history-queries.getter.js.map +1 -1
- package/js/x-modules/history-queries/store/getters/normalized-query.getter.js +1 -4
- package/js/x-modules/history-queries/store/getters/normalized-query.getter.js.map +1 -1
- package/js/x-modules/history-queries/store/getters/session-history-queries.getter.js +2 -3
- package/js/x-modules/history-queries/store/getters/session-history-queries.getter.js.map +1 -1
- package/js/x-modules/history-queries/store/getters/storage-key.getter.js +1 -1
- package/js/x-modules/history-queries/store/getters/storage-key.getter.js.map +1 -1
- package/js/x-modules/history-queries/store/module.js +29 -18
- package/js/x-modules/history-queries/store/module.js.map +1 -1
- package/js/x-modules/history-queries/wiring.js +59 -29
- package/js/x-modules/history-queries/wiring.js.map +1 -1
- package/js/x-modules/history-queries/x-module.js +2 -2
- package/js/x-modules/history-queries/x-module.js.map +1 -1
- package/js/x-modules/identifier-results/components/identifier-result.vue.js +9 -9
- package/js/x-modules/identifier-results/components/identifier-result.vue.js.map +1 -1
- package/js/x-modules/identifier-results/components/identifier-result.vue_rollup-plugin-vue_script.vue.js +46 -0
- package/js/x-modules/identifier-results/components/identifier-result.vue_rollup-plugin-vue_script.vue.js.map +1 -0
- package/js/x-modules/identifier-results/components/identifier-results.vue.js +10 -10
- package/js/x-modules/identifier-results/components/identifier-results.vue.js.map +1 -1
- package/js/x-modules/identifier-results/components/identifier-results.vue_rollup-plugin-vue_script.vue.js +58 -0
- package/js/x-modules/identifier-results/components/identifier-results.vue_rollup-plugin-vue_script.vue.js.map +1 -0
- package/js/x-modules/identifier-results/store/actions/fetch-and-save-identifier-results.action.js +9 -9
- package/js/x-modules/identifier-results/store/actions/fetch-and-save-identifier-results.action.js.map +1 -1
- package/js/x-modules/identifier-results/store/actions/fetch-identifier-results.action.js +2 -5
- package/js/x-modules/identifier-results/store/actions/fetch-identifier-results.action.js.map +1 -1
- package/js/x-modules/identifier-results/store/actions/save-origin.action.js +1 -2
- package/js/x-modules/identifier-results/store/actions/save-origin.action.js.map +1 -1
- package/js/x-modules/identifier-results/store/actions/save-query.action.js +1 -2
- package/js/x-modules/identifier-results/store/actions/save-query.action.js.map +1 -1
- package/js/x-modules/identifier-results/store/emitters.js +4 -7
- package/js/x-modules/identifier-results/store/emitters.js.map +1 -1
- package/js/x-modules/identifier-results/store/getters/identifier-detection-regexp.getter.js +1 -2
- package/js/x-modules/identifier-results/store/getters/identifier-detection-regexp.getter.js.map +1 -1
- package/js/x-modules/identifier-results/store/getters/identifier-highlight-regexp.getter.js +6 -7
- package/js/x-modules/identifier-results/store/getters/identifier-highlight-regexp.getter.js.map +1 -1
- package/js/x-modules/identifier-results/store/getters/identifier-results-request.getter.js +8 -6
- package/js/x-modules/identifier-results/store/getters/identifier-results-request.getter.js.map +1 -1
- package/js/x-modules/identifier-results/store/module.js +17 -19
- package/js/x-modules/identifier-results/store/module.js.map +1 -1
- package/js/x-modules/identifier-results/wiring.js +31 -33
- package/js/x-modules/identifier-results/wiring.js.map +1 -1
- package/js/x-modules/identifier-results/x-module.js +2 -2
- package/js/x-modules/identifier-results/x-module.js.map +1 -1
- package/js/x-modules/next-queries/components/next-queries-list.vue.js +15 -12
- package/js/x-modules/next-queries/components/next-queries-list.vue.js.map +1 -1
- package/js/x-modules/next-queries/components/next-queries-list.vue_rollup-plugin-vue_script.vue.js +125 -0
- package/js/x-modules/next-queries/components/next-queries-list.vue_rollup-plugin-vue_script.vue.js.map +1 -0
- package/js/x-modules/next-queries/components/next-queries.vue.js +79 -59
- package/js/x-modules/next-queries/components/next-queries.vue.js.map +1 -1
- package/js/x-modules/next-queries/components/next-queries.vue_rollup-plugin-vue_script.vue.js +48 -0
- package/js/x-modules/next-queries/components/next-queries.vue_rollup-plugin-vue_script.vue.js.map +1 -0
- package/js/x-modules/next-queries/components/next-query-preview.vue.js +94 -0
- package/js/x-modules/next-queries/components/next-query-preview.vue.js.map +1 -0
- package/js/x-modules/next-queries/components/next-query-preview.vue_rollup-plugin-vue_script.vue.js +57 -0
- package/js/x-modules/next-queries/components/next-query-preview.vue_rollup-plugin-vue_script.vue.js.map +1 -0
- package/js/x-modules/next-queries/components/next-query.vue.js +20 -17
- package/js/x-modules/next-queries/components/next-query.vue.js.map +1 -1
- package/js/x-modules/next-queries/components/next-query.vue_rollup-plugin-vue_script.vue.js +53 -0
- package/js/x-modules/next-queries/components/next-query.vue_rollup-plugin-vue_script.vue.js.map +1 -0
- package/js/x-modules/next-queries/store/actions/fetch-and-save-next-queries.action.js +6 -8
- package/js/x-modules/next-queries/store/actions/fetch-and-save-next-queries.action.js.map +1 -1
- package/js/x-modules/next-queries/store/actions/fetch-and-save-next-query-preview.action.js +22 -0
- package/js/x-modules/next-queries/store/actions/fetch-and-save-next-query-preview.action.js.map +1 -0
- package/js/x-modules/next-queries/store/actions/fetch-next-queries.action.js +2 -5
- package/js/x-modules/next-queries/store/actions/fetch-next-queries.action.js.map +1 -1
- package/js/x-modules/next-queries/store/actions/fetch-next-query-preview.action.js +30 -0
- package/js/x-modules/next-queries/store/actions/fetch-next-query-preview.action.js.map +1 -0
- package/js/x-modules/next-queries/store/actions/set-query-from-last-history-query.action.js +1 -2
- package/js/x-modules/next-queries/store/actions/set-query-from-last-history-query.action.js.map +1 -1
- package/js/x-modules/next-queries/store/actions/set-url-params.action.js +1 -3
- package/js/x-modules/next-queries/store/actions/set-url-params.action.js.map +1 -1
- package/js/x-modules/next-queries/store/emitters.js +4 -7
- package/js/x-modules/next-queries/store/emitters.js.map +1 -1
- package/js/x-modules/next-queries/store/getters/next-queries.getter.js +3 -7
- package/js/x-modules/next-queries/store/getters/next-queries.getter.js.map +1 -1
- package/js/x-modules/next-queries/store/getters/request.getter.js +8 -5
- package/js/x-modules/next-queries/store/getters/request.getter.js.map +1 -1
- package/js/x-modules/next-queries/store/module.js +30 -19
- package/js/x-modules/next-queries/store/module.js.map +1 -1
- package/js/x-modules/next-queries/wiring.js +46 -19
- package/js/x-modules/next-queries/wiring.js.map +1 -1
- package/js/x-modules/next-queries/x-module.js +2 -2
- package/js/x-modules/next-queries/x-module.js.map +1 -1
- package/js/x-modules/popular-searches/components/popular-search.vue.js +13 -20
- package/js/x-modules/popular-searches/components/popular-search.vue.js.map +1 -1
- package/js/x-modules/popular-searches/components/popular-search.vue_rollup-plugin-vue_script.vue.js +40 -0
- package/js/x-modules/popular-searches/components/popular-search.vue_rollup-plugin-vue_script.vue.js.map +1 -0
- package/js/x-modules/popular-searches/components/popular-searches.vue.js +74 -59
- package/js/x-modules/popular-searches/components/popular-searches.vue.js.map +1 -1
- package/js/x-modules/popular-searches/components/popular-searches.vue_rollup-plugin-vue_script.vue.js +33 -0
- package/js/x-modules/popular-searches/components/popular-searches.vue_rollup-plugin-vue_script.vue.js.map +1 -0
- package/js/x-modules/popular-searches/store/actions/fetch-and-save-suggestions.action.js +6 -8
- package/js/x-modules/popular-searches/store/actions/fetch-and-save-suggestions.action.js.map +1 -1
- package/js/x-modules/popular-searches/store/actions/fetch-suggestions.action.js +2 -7
- package/js/x-modules/popular-searches/store/actions/fetch-suggestions.action.js.map +1 -1
- package/js/x-modules/popular-searches/store/emitters.js +2 -2
- package/js/x-modules/popular-searches/store/emitters.js.map +1 -1
- package/js/x-modules/popular-searches/store/getters/popular-searches.getter.js +3 -7
- package/js/x-modules/popular-searches/store/getters/popular-searches.getter.js.map +1 -1
- package/js/x-modules/popular-searches/store/getters/request.getter.js +6 -5
- package/js/x-modules/popular-searches/store/getters/request.getter.js.map +1 -1
- package/js/x-modules/popular-searches/store/module.js +13 -14
- package/js/x-modules/popular-searches/store/module.js.map +1 -1
- package/js/x-modules/popular-searches/wiring.js +11 -11
- package/js/x-modules/popular-searches/wiring.js.map +1 -1
- package/js/x-modules/popular-searches/x-module.js +2 -2
- package/js/x-modules/popular-searches/x-module.js.map +1 -1
- package/js/x-modules/queries-preview/components/query-preview-list.vue.js +90 -0
- package/js/x-modules/queries-preview/components/query-preview-list.vue.js.map +1 -0
- package/js/x-modules/queries-preview/components/query-preview-list.vue_rollup-plugin-vue_script.vue.js +96 -0
- package/js/x-modules/queries-preview/components/query-preview-list.vue_rollup-plugin-vue_script.vue.js.map +1 -0
- package/js/x-modules/queries-preview/components/query-preview.vue.js +100 -0
- package/js/x-modules/queries-preview/components/query-preview.vue.js.map +1 -0
- package/js/x-modules/queries-preview/components/query-preview.vue_rollup-plugin-vue_script.vue.js +167 -0
- package/js/x-modules/queries-preview/components/query-preview.vue_rollup-plugin-vue_script.vue.js.map +1 -0
- package/js/x-modules/queries-preview/store/actions/fetch-and-save-query-preview.action.js +40 -0
- package/js/x-modules/queries-preview/store/actions/fetch-and-save-query-preview.action.js.map +1 -0
- package/js/x-modules/queries-preview/store/actions/fetch-query-preview.action.js +24 -0
- package/js/x-modules/queries-preview/store/actions/fetch-query-preview.action.js.map +1 -0
- package/js/x-modules/queries-preview/store/emitters.js +12 -0
- package/js/x-modules/queries-preview/store/emitters.js.map +1 -0
- package/js/x-modules/queries-preview/store/module.js +40 -0
- package/js/x-modules/queries-preview/store/module.js.map +1 -0
- package/js/x-modules/queries-preview/wiring.js +58 -0
- package/js/x-modules/queries-preview/wiring.js.map +1 -0
- package/js/x-modules/queries-preview/x-module.js +19 -0
- package/js/x-modules/queries-preview/x-module.js.map +1 -0
- package/js/x-modules/query-suggestions/components/query-suggestion.vue.js +15 -22
- package/js/x-modules/query-suggestions/components/query-suggestion.vue.js.map +1 -1
- package/js/x-modules/query-suggestions/components/query-suggestion.vue_rollup-plugin-vue_script.vue.js +44 -0
- package/js/x-modules/query-suggestions/components/query-suggestion.vue_rollup-plugin-vue_script.vue.js.map +1 -0
- package/js/x-modules/query-suggestions/components/query-suggestions.vue.js +74 -60
- package/js/x-modules/query-suggestions/components/query-suggestions.vue.js.map +1 -1
- package/js/x-modules/query-suggestions/components/query-suggestions.vue_rollup-plugin-vue_script.vue.js +33 -0
- package/js/x-modules/query-suggestions/components/query-suggestions.vue_rollup-plugin-vue_script.vue.js.map +1 -0
- package/js/x-modules/query-suggestions/store/actions/fetch-and-save-suggestions.action.js +6 -8
- package/js/x-modules/query-suggestions/store/actions/fetch-and-save-suggestions.action.js.map +1 -1
- package/js/x-modules/query-suggestions/store/actions/fetch-suggestions.action.js +8 -6
- package/js/x-modules/query-suggestions/store/actions/fetch-suggestions.action.js.map +1 -1
- package/js/x-modules/query-suggestions/store/actions/set-url-params.action.js +1 -3
- package/js/x-modules/query-suggestions/store/actions/set-url-params.action.js.map +1 -1
- package/js/x-modules/query-suggestions/store/emitters.js +3 -6
- package/js/x-modules/query-suggestions/store/emitters.js.map +1 -1
- package/js/x-modules/query-suggestions/store/getters/normalized-query.getter.js +1 -4
- package/js/x-modules/query-suggestions/store/getters/normalized-query.getter.js.map +1 -1
- package/js/x-modules/query-suggestions/store/getters/query-suggestions.getter.js +10 -14
- package/js/x-modules/query-suggestions/store/getters/query-suggestions.getter.js.map +1 -1
- package/js/x-modules/query-suggestions/store/getters/request.getter.js +8 -5
- package/js/x-modules/query-suggestions/store/getters/request.getter.js.map +1 -1
- package/js/x-modules/query-suggestions/store/module.js +15 -17
- package/js/x-modules/query-suggestions/store/module.js.map +1 -1
- package/js/x-modules/query-suggestions/wiring.js +27 -24
- package/js/x-modules/query-suggestions/wiring.js.map +1 -1
- package/js/x-modules/query-suggestions/x-module.js +2 -2
- package/js/x-modules/query-suggestions/x-module.js.map +1 -1
- package/js/x-modules/recommendations/components/recommendations.vue.js +19 -19
- package/js/x-modules/recommendations/components/recommendations.vue.js.map +1 -1
- package/js/x-modules/recommendations/components/recommendations.vue_rollup-plugin-vue_script.vue.js +65 -0
- package/js/x-modules/recommendations/components/recommendations.vue_rollup-plugin-vue_script.vue.js.map +1 -0
- package/js/x-modules/recommendations/components/recommendations.vue_rollup-plugin-vue_styles.0.vue.js +16 -0
- package/js/x-modules/recommendations/components/recommendations.vue_rollup-plugin-vue_styles.0.vue.js.map +1 -0
- package/js/x-modules/recommendations/store/actions/fetch-and-save-recommendations.action.js +6 -8
- package/js/x-modules/recommendations/store/actions/fetch-and-save-recommendations.action.js.map +1 -1
- package/js/x-modules/recommendations/store/actions/fetch-recommendations.action.js +8 -8
- package/js/x-modules/recommendations/store/actions/fetch-recommendations.action.js.map +1 -1
- package/js/x-modules/recommendations/store/constants.js +1 -1
- package/js/x-modules/recommendations/store/constants.js.map +1 -1
- package/js/x-modules/recommendations/store/emitters.js +3 -5
- package/js/x-modules/recommendations/store/emitters.js.map +1 -1
- package/js/x-modules/recommendations/store/getters/request.getter.js +7 -5
- package/js/x-modules/recommendations/store/getters/request.getter.js.map +1 -1
- package/js/x-modules/recommendations/store/module.js +16 -10
- package/js/x-modules/recommendations/store/module.js.map +1 -1
- package/js/x-modules/recommendations/wiring.js +9 -9
- package/js/x-modules/recommendations/wiring.js.map +1 -1
- package/js/x-modules/recommendations/x-module.js +2 -2
- package/js/x-modules/recommendations/x-module.js.map +1 -1
- package/js/x-modules/related-tags/components/related-tag.vue.js +15 -17
- package/js/x-modules/related-tags/components/related-tag.vue.js.map +1 -1
- package/js/x-modules/related-tags/components/related-tag.vue_rollup-plugin-vue_script.vue.js +92 -0
- package/js/x-modules/related-tags/components/related-tag.vue_rollup-plugin-vue_script.vue.js.map +1 -0
- package/js/x-modules/related-tags/components/related-tag.vue_rollup-plugin-vue_styles.0.vue.js +16 -0
- package/js/x-modules/related-tags/components/related-tag.vue_rollup-plugin-vue_styles.0.vue.js.map +1 -0
- package/js/x-modules/related-tags/components/related-tags.vue.js +22 -21
- package/js/x-modules/related-tags/components/related-tags.vue.js.map +1 -1
- package/js/x-modules/related-tags/components/related-tags.vue_rollup-plugin-vue_script.vue.js +44 -0
- package/js/x-modules/related-tags/components/related-tags.vue_rollup-plugin-vue_script.vue.js.map +1 -0
- package/js/x-modules/related-tags/components/related-tags.vue_rollup-plugin-vue_styles.0.vue.js +16 -0
- package/js/x-modules/related-tags/components/related-tags.vue_rollup-plugin-vue_styles.0.vue.js.map +1 -0
- package/js/x-modules/related-tags/store/actions/fetch-and-save-related-tags.action.js +6 -8
- package/js/x-modules/related-tags/store/actions/fetch-and-save-related-tags.action.js.map +1 -1
- package/js/x-modules/related-tags/store/actions/fetch-related-tags.action.js +2 -7
- package/js/x-modules/related-tags/store/actions/fetch-related-tags.action.js.map +1 -1
- package/js/x-modules/related-tags/store/actions/set-url-params.action.js +5 -10
- package/js/x-modules/related-tags/store/actions/set-url-params.action.js.map +1 -1
- package/js/x-modules/related-tags/store/actions/toggle-related-tag.action.js +4 -7
- package/js/x-modules/related-tags/store/actions/toggle-related-tag.action.js.map +1 -1
- package/js/x-modules/related-tags/store/emitters.js +5 -8
- package/js/x-modules/related-tags/store/emitters.js.map +1 -1
- package/js/x-modules/related-tags/store/getters/query.getter.js +18 -0
- package/js/x-modules/related-tags/store/getters/query.getter.js.map +1 -0
- package/js/x-modules/related-tags/store/getters/related-tags.getter.js +1 -6
- package/js/x-modules/related-tags/store/getters/related-tags.getter.js.map +1 -1
- package/js/x-modules/related-tags/store/getters/request.getter.js +10 -5
- package/js/x-modules/related-tags/store/getters/request.getter.js.map +1 -1
- package/js/x-modules/related-tags/store/module.js +18 -17
- package/js/x-modules/related-tags/store/module.js.map +1 -1
- package/js/x-modules/related-tags/wiring.js +33 -24
- package/js/x-modules/related-tags/wiring.js.map +1 -1
- package/js/x-modules/related-tags/x-module.js +2 -2
- package/js/x-modules/related-tags/x-module.js.map +1 -1
- package/js/x-modules/scroll/components/main-scroll-item.vue.js +13 -10
- package/js/x-modules/scroll/components/main-scroll-item.vue.js.map +1 -1
- package/js/x-modules/scroll/components/main-scroll-item.vue_rollup-plugin-vue_script.vue.js +217 -0
- package/js/x-modules/scroll/components/main-scroll-item.vue_rollup-plugin-vue_script.vue.js.map +1 -0
- package/js/x-modules/scroll/components/main-scroll.vue.js +18 -10
- package/js/x-modules/scroll/components/main-scroll.vue.js.map +1 -1
- package/js/x-modules/scroll/components/main-scroll.vue_rollup-plugin-vue_script.vue.js +216 -0
- package/js/x-modules/scroll/components/main-scroll.vue_rollup-plugin-vue_script.vue.js.map +1 -0
- package/js/x-modules/scroll/components/scroll-to-top.vue.js +17 -12
- package/js/x-modules/scroll/components/scroll-to-top.vue.js.map +1 -1
- package/js/x-modules/scroll/components/scroll-to-top.vue_rollup-plugin-vue_script.vue.js +245 -0
- package/js/x-modules/scroll/components/scroll-to-top.vue_rollup-plugin-vue_script.vue.js.map +1 -0
- package/js/x-modules/scroll/components/scroll.const.js +2 -2
- package/js/x-modules/scroll/components/scroll.const.js.map +1 -1
- package/js/x-modules/scroll/components/scroll.vue.js +23 -22
- package/js/x-modules/scroll/components/scroll.vue.js.map +1 -1
- package/js/x-modules/scroll/components/scroll.vue_rollup-plugin-vue_script.vue.js +98 -0
- package/js/x-modules/scroll/components/scroll.vue_rollup-plugin-vue_script.vue.js.map +1 -0
- package/js/x-modules/scroll/components/window-scroll.vue.js +9 -9
- package/js/x-modules/scroll/components/window-scroll.vue.js.map +1 -1
- package/js/x-modules/scroll/components/window-scroll.vue_rollup-plugin-vue_script.vue.js +220 -0
- package/js/x-modules/scroll/components/window-scroll.vue_rollup-plugin-vue_script.vue.js.map +1 -0
- package/js/x-modules/scroll/store/emitters.js +1 -4
- package/js/x-modules/scroll/store/emitters.js.map +1 -1
- package/js/x-modules/scroll/store/module.js +5 -6
- package/js/x-modules/scroll/store/module.js.map +1 -1
- package/js/x-modules/scroll/wiring.js +34 -52
- package/js/x-modules/scroll/wiring.js.map +1 -1
- package/js/x-modules/scroll/x-module.js +2 -2
- package/js/x-modules/scroll/x-module.js.map +1 -1
- package/js/x-modules/search/components/banner.vue.js +46 -31
- package/js/x-modules/search/components/banner.vue.js.map +1 -1
- package/js/x-modules/search/components/banner.vue_rollup-plugin-vue_script.vue.js +61 -0
- package/js/x-modules/search/components/banner.vue_rollup-plugin-vue_script.vue.js.map +1 -0
- package/js/x-modules/search/components/banner.vue_rollup-plugin-vue_styles.0.vue.js +16 -0
- package/js/x-modules/search/components/banner.vue_rollup-plugin-vue_styles.0.vue.js.map +1 -0
- package/js/x-modules/search/components/banners-list.vue.js +15 -12
- package/js/x-modules/search/components/banners-list.vue.js.map +1 -1
- package/js/x-modules/search/components/banners-list.vue_rollup-plugin-vue_script.vue.js +108 -0
- package/js/x-modules/search/components/banners-list.vue_rollup-plugin-vue_script.vue.js.map +1 -0
- package/js/x-modules/search/components/partial-query-button.vue.js +12 -11
- package/js/x-modules/search/components/partial-query-button.vue.js.map +1 -1
- package/js/x-modules/search/components/partial-query-button.vue_rollup-plugin-vue_script.vue.js +48 -0
- package/js/x-modules/search/components/partial-query-button.vue_rollup-plugin-vue_script.vue.js.map +1 -0
- package/js/x-modules/search/components/partial-results-list.vue.js +13 -16
- package/js/x-modules/search/components/partial-results-list.vue.js.map +1 -1
- package/js/x-modules/search/components/partial-results-list.vue_rollup-plugin-vue_script.vue.js +43 -0
- package/js/x-modules/search/components/partial-results-list.vue_rollup-plugin-vue_script.vue.js.map +1 -0
- package/js/x-modules/search/components/partial-results-list.vue_rollup-plugin-vue_styles.0.vue.js +16 -0
- package/js/x-modules/search/components/partial-results-list.vue_rollup-plugin-vue_styles.0.vue.js.map +1 -0
- package/js/x-modules/search/components/promoted.vue.js +18 -19
- package/js/x-modules/search/components/promoted.vue.js.map +1 -1
- package/js/x-modules/search/components/promoted.vue_rollup-plugin-vue_script.vue.js +35 -0
- package/js/x-modules/search/components/promoted.vue_rollup-plugin-vue_script.vue.js.map +1 -0
- package/js/x-modules/search/components/promoted.vue_rollup-plugin-vue_styles.0.vue.js +16 -0
- package/js/x-modules/search/components/promoted.vue_rollup-plugin-vue_styles.0.vue.js.map +1 -0
- package/js/x-modules/search/components/promoteds-list.vue.js +15 -12
- package/js/x-modules/search/components/promoteds-list.vue.js.map +1 -1
- package/js/x-modules/search/components/promoteds-list.vue_rollup-plugin-vue_script.vue.js +72 -0
- package/js/x-modules/search/components/promoteds-list.vue_rollup-plugin-vue_script.vue.js.map +1 -0
- package/js/x-modules/search/components/redirection.vue.js +11 -11
- package/js/x-modules/search/components/redirection.vue.js.map +1 -1
- package/js/x-modules/search/components/redirection.vue_rollup-plugin-vue_script.vue.js +101 -0
- package/js/x-modules/search/components/redirection.vue_rollup-plugin-vue_script.vue.js.map +1 -0
- package/js/x-modules/search/components/results-list.vue.js +15 -12
- package/js/x-modules/search/components/results-list.vue.js.map +1 -1
- package/js/x-modules/search/components/results-list.vue_rollup-plugin-vue_script.vue.js +98 -0
- package/js/x-modules/search/components/results-list.vue_rollup-plugin-vue_script.vue.js.map +1 -0
- package/js/x-modules/search/components/sort-dropdown.vue.js +16 -12
- package/js/x-modules/search/components/sort-dropdown.vue.js.map +1 -1
- package/js/x-modules/search/components/sort-dropdown.vue_rollup-plugin-vue_script.vue.js +44 -0
- package/js/x-modules/search/components/sort-dropdown.vue_rollup-plugin-vue_script.vue.js.map +1 -0
- package/js/x-modules/search/components/sort-list.vue.js +19 -20
- package/js/x-modules/search/components/sort-list.vue.js.map +1 -1
- package/js/x-modules/search/components/sort-list.vue_rollup-plugin-vue_script.vue.js +195 -0
- package/js/x-modules/search/components/sort-list.vue_rollup-plugin-vue_script.vue.js.map +1 -0
- package/js/x-modules/search/components/sort-list.vue_rollup-plugin-vue_styles.0.vue.js +16 -0
- package/js/x-modules/search/components/sort-list.vue_rollup-plugin-vue_styles.0.vue.js.map +1 -0
- package/js/x-modules/search/components/sort.mixin.js +100 -71
- package/js/x-modules/search/components/sort.mixin.js.map +1 -1
- package/js/x-modules/search/components/spellcheck-button.vue.js +11 -10
- package/js/x-modules/search/components/spellcheck-button.vue.js.map +1 -1
- package/js/x-modules/search/components/spellcheck-button.vue_rollup-plugin-vue_script.vue.js +49 -0
- package/js/x-modules/search/components/spellcheck-button.vue_rollup-plugin-vue_script.vue.js.map +1 -0
- package/js/x-modules/search/components/spellcheck.vue.js +13 -11
- package/js/x-modules/search/components/spellcheck.vue.js.map +1 -1
- package/js/x-modules/search/components/spellcheck.vue_rollup-plugin-vue_script.vue.js +178 -0
- package/js/x-modules/search/components/spellcheck.vue_rollup-plugin-vue_script.vue.js.map +1 -0
- package/js/x-modules/search/store/actions/fetch-and-save-search-response.action.js +32 -27
- package/js/x-modules/search/store/actions/fetch-and-save-search-response.action.js.map +1 -1
- package/js/x-modules/search/store/actions/fetch-search-response.action.js +1 -18
- package/js/x-modules/search/store/actions/fetch-search-response.action.js.map +1 -1
- package/js/x-modules/search/store/actions/increase-page-apending-results.action.js +3 -4
- package/js/x-modules/search/store/actions/increase-page-apending-results.action.js.map +1 -1
- package/js/x-modules/search/store/actions/reset-request-on-refinement.action.js +34 -0
- package/js/x-modules/search/store/actions/reset-request-on-refinement.action.js.map +1 -0
- package/js/x-modules/search/store/actions/save-origin.action.js +1 -2
- package/js/x-modules/search/store/actions/save-origin.action.js.map +1 -1
- package/js/x-modules/search/store/actions/save-search-response.action.js +32 -0
- package/js/x-modules/search/store/actions/save-search-response.action.js.map +1 -0
- package/js/x-modules/search/store/actions/set-url-params.action.js +1 -3
- package/js/x-modules/search/store/actions/set-url-params.action.js.map +1 -1
- package/js/x-modules/search/store/emitters.js +30 -17
- package/js/x-modules/search/store/emitters.js.map +1 -1
- package/js/x-modules/search/store/getters/query.getter.js +18 -0
- package/js/x-modules/search/store/getters/query.getter.js.map +1 -0
- package/js/x-modules/search/store/getters/request.getter.js +12 -7
- package/js/x-modules/search/store/getters/request.getter.js.map +1 -1
- package/js/x-modules/search/store/module.js +86 -65
- package/js/x-modules/search/store/module.js.map +1 -1
- package/js/x-modules/search/wiring.js +70 -70
- package/js/x-modules/search/wiring.js.map +1 -1
- package/js/x-modules/search/x-module.js +2 -2
- package/js/x-modules/search/x-module.js.map +1 -1
- package/js/x-modules/search-box/components/clear-search-input.vue.js +12 -11
- package/js/x-modules/search-box/components/clear-search-input.vue.js.map +1 -1
- package/js/x-modules/search-box/components/clear-search-input.vue_rollup-plugin-vue_script.vue.js +53 -0
- package/js/x-modules/search-box/components/clear-search-input.vue_rollup-plugin-vue_script.vue.js.map +1 -0
- package/js/x-modules/search-box/components/search-button.vue.js +12 -11
- package/js/x-modules/search-box/components/search-button.vue.js.map +1 -1
- package/js/x-modules/search-box/components/search-button.vue_rollup-plugin-vue_script.vue.js +62 -0
- package/js/x-modules/search-box/components/search-button.vue_rollup-plugin-vue_script.vue.js.map +1 -0
- package/js/x-modules/search-box/components/search-input-placeholder.vue.js +67 -0
- package/js/x-modules/search-box/components/search-input-placeholder.vue.js.map +1 -0
- package/js/x-modules/search-box/components/search-input-placeholder.vue_rollup-plugin-vue_script.vue.js +328 -0
- package/js/x-modules/search-box/components/search-input-placeholder.vue_rollup-plugin-vue_script.vue.js.map +1 -0
- package/js/x-modules/search-box/components/search-input-placeholder.vue_rollup-plugin-vue_styles.0.vue.js +16 -0
- package/js/x-modules/search-box/components/search-input-placeholder.vue_rollup-plugin-vue_styles.0.vue.js.map +1 -0
- package/js/x-modules/search-box/components/search-input-placeholder.vue_rollup-plugin-vue_styles.1.vue.js +16 -0
- package/js/x-modules/search-box/components/search-input-placeholder.vue_rollup-plugin-vue_styles.1.vue.js.map +1 -0
- package/js/x-modules/search-box/components/search-input.vue.js +69 -57
- package/js/x-modules/search-box/components/search-input.vue.js.map +1 -1
- package/js/x-modules/search-box/components/search-input.vue_rollup-plugin-vue_script.vue.js +215 -0
- package/js/x-modules/search-box/components/search-input.vue_rollup-plugin-vue_script.vue.js.map +1 -0
- package/js/x-modules/search-box/components/search-input.vue_rollup-plugin-vue_styles.0.vue.js +16 -0
- package/js/x-modules/search-box/components/search-input.vue_rollup-plugin-vue_styles.0.vue.js.map +1 -0
- package/js/x-modules/search-box/store/actions/set-input-status.action.js +49 -0
- package/js/x-modules/search-box/store/actions/set-input-status.action.js.map +1 -0
- package/js/x-modules/search-box/store/actions/set-url-params.action.js +1 -3
- package/js/x-modules/search-box/store/actions/set-url-params.action.js.map +1 -1
- package/js/x-modules/search-box/store/emitters.js +4 -7
- package/js/x-modules/search-box/store/emitters.js.map +1 -1
- package/js/x-modules/search-box/store/module.js +13 -8
- package/js/x-modules/search-box/store/module.js.map +1 -1
- package/js/x-modules/search-box/wiring.js +44 -13
- package/js/x-modules/search-box/wiring.js.map +1 -1
- package/js/x-modules/search-box/x-module.js +2 -2
- package/js/x-modules/search-box/x-module.js.map +1 -1
- package/js/x-modules/tagging/components/tagging.vue.js +9 -9
- package/js/x-modules/tagging/components/tagging.vue.js.map +1 -1
- package/js/x-modules/tagging/components/tagging.vue_rollup-plugin-vue_script.vue.js +89 -0
- package/js/x-modules/tagging/components/tagging.vue_rollup-plugin-vue_script.vue.js.map +1 -0
- package/js/x-modules/tagging/service/pdp-add-to-cart.service.js +157 -0
- package/js/x-modules/tagging/service/pdp-add-to-cart.service.js.map +1 -0
- package/js/x-modules/tagging/store/actions/track.action.js +13 -13
- package/js/x-modules/tagging/store/actions/track.action.js.map +1 -1
- package/js/x-modules/tagging/store/emitters.js +7 -5
- package/js/x-modules/tagging/store/emitters.js.map +1 -1
- package/js/x-modules/tagging/store/module.js +15 -12
- package/js/x-modules/tagging/store/module.js.map +1 -1
- package/js/x-modules/tagging/wiring.js +113 -32
- package/js/x-modules/tagging/wiring.js.map +1 -1
- package/js/x-modules/tagging/x-module.js +2 -2
- package/js/x-modules/tagging/x-module.js.map +1 -1
- package/js/x-modules/url/components/url-handler.vue.js +10 -10
- package/js/x-modules/url/components/url-handler.vue.js.map +1 -1
- package/js/x-modules/url/components/url-handler.vue_rollup-plugin-vue_script.vue.js +472 -0
- package/js/x-modules/url/components/url-handler.vue_rollup-plugin-vue_script.vue.js.map +1 -0
- package/js/x-modules/url/store/emitters.js +10 -18
- package/js/x-modules/url/store/emitters.js.map +1 -1
- package/js/x-modules/url/store/getters/url-params.getter.js +6 -10
- package/js/x-modules/url/store/getters/url-params.getter.js.map +1 -1
- package/js/x-modules/url/store/initial-state.js +1 -1
- package/js/x-modules/url/store/initial-state.js.map +1 -1
- package/js/x-modules/url/store/module.js +18 -17
- package/js/x-modules/url/store/module.js.map +1 -1
- package/js/x-modules/url/store/mutations/set-params.mutation.js +3 -3
- package/js/x-modules/url/store/mutations/set-params.mutation.js.map +1 -1
- package/js/x-modules/url/wiring.js +23 -23
- package/js/x-modules/url/wiring.js.map +1 -1
- package/js/x-modules/url/x-module.js +2 -2
- package/js/x-modules/url/x-module.js.map +1 -1
- package/next-queries/index.js +8 -7
- package/package.json +73 -64
- package/popular-searches/index.js +6 -6
- package/queries-preview/index.d.ts +1 -0
- package/queries-preview/index.js +8 -0
- package/query-suggestions/index.js +5 -5
- package/recommendations/index.js +3 -3
- package/related-tags/index.js +5 -4
- package/report/tsdoc-metadata.json +1 -1
- package/report/x-adapter-platform.api.json +5674 -0
- package/report/x-components.api.json +16189 -4219
- package/report/x-components.api.md +1357 -398
- package/report/x-types.api.json +2769 -537
- package/scroll/index.js +7 -7
- package/search/index.js +16 -10
- package/search-box/index.js +6 -5
- package/tagging/index.js +5 -5
- package/types/adapter/e2e-adapter.d.ts +19 -0
- package/types/adapter/e2e-adapter.d.ts.map +1 -0
- package/types/adapter/mocked-responses.d.ts +40 -0
- package/types/adapter/mocked-responses.d.ts.map +1 -0
- package/types/components/animations/animate-clip-path/animate-clip-path.factory.d.ts +14 -0
- package/types/components/animations/animate-clip-path/animate-clip-path.factory.d.ts.map +1 -0
- package/types/components/animations/animate-scale/animate-scale.factory.d.ts +14 -0
- package/types/components/animations/animate-scale/animate-scale.factory.d.ts.map +1 -0
- package/types/components/animations/animate-translate/animate-translate.factory.d.ts +14 -0
- package/types/components/animations/animate-translate/animate-translate.factory.d.ts.map +1 -0
- package/types/components/animations/animate-width.vue.d.ts.map +1 -1
- package/types/components/animations/animations.mixin.d.ts +1 -1
- package/types/components/animations/animations.mixin.d.ts.map +1 -1
- package/types/components/animations/collapse-height.vue.d.ts +4 -0
- package/types/components/animations/collapse-height.vue.d.ts.map +1 -1
- package/types/components/animations/collapse-width.vue.d.ts +4 -0
- package/types/components/animations/collapse-width.vue.d.ts.map +1 -1
- package/types/components/animations/create-directional-animation-factory.d.ts +13 -0
- package/types/components/animations/create-directional-animation-factory.d.ts.map +1 -0
- package/types/components/animations/cross-fade.vue.d.ts +5 -1
- package/types/components/animations/cross-fade.vue.d.ts.map +1 -1
- package/types/components/animations/disable-animation.mixin.d.ts +28 -0
- package/types/components/animations/disable-animation.mixin.d.ts.map +1 -0
- package/types/components/animations/fade-and-slide.vue.d.ts +14 -2
- package/types/components/animations/fade-and-slide.vue.d.ts.map +1 -1
- package/types/components/animations/fade.vue.d.ts +14 -0
- package/types/components/animations/fade.vue.d.ts.map +1 -0
- package/types/components/animations/index.d.ts +7 -3
- package/types/components/animations/index.d.ts.map +1 -1
- package/types/components/animations/staggered-fade-and-slide.vue.d.ts +14 -2
- package/types/components/animations/staggered-fade-and-slide.vue.d.ts.map +1 -1
- package/types/components/animations/staggering-transition-group.vue.d.ts +288 -0
- package/types/components/animations/staggering-transition-group.vue.d.ts.map +1 -0
- package/types/components/auto-progress-bar.vue.d.ts +33 -10
- package/types/components/auto-progress-bar.vue.d.ts.map +1 -1
- package/types/components/base-dropdown.vue.d.ts +18 -2
- package/types/components/base-dropdown.vue.d.ts.map +1 -1
- package/types/components/base-event-button.vue.d.ts.map +1 -1
- package/types/components/base-grid.vue.d.ts +19 -0
- package/types/components/base-grid.vue.d.ts.map +1 -1
- package/types/components/base-keyboard-navigation.vue.d.ts.map +1 -1
- package/types/components/base-rating.vue.d.ts.map +1 -1
- package/types/components/base-switch.vue.d.ts +32 -0
- package/types/components/base-switch.vue.d.ts.map +1 -0
- package/types/components/base-variable-column-grid.vue.d.ts.map +1 -1
- package/types/components/column-picker/base-column-picker-dropdown.vue.d.ts.map +1 -1
- package/types/components/column-picker/base-column-picker-list.vue.d.ts +4 -1
- package/types/components/column-picker/base-column-picker-list.vue.d.ts.map +1 -1
- package/types/components/currency/base-currency.vue.d.ts.map +1 -1
- package/types/components/decorators/bus.decorators.d.ts.map +1 -1
- package/types/components/decorators/debounce.decorators.d.ts +4 -1
- package/types/components/decorators/debounce.decorators.d.ts.map +1 -1
- package/types/components/decorators/injection.consts.d.ts +37 -0
- package/types/components/decorators/injection.consts.d.ts.map +1 -1
- package/types/components/decorators/injection.decorators.d.ts +1 -1
- package/types/components/decorators/injection.decorators.d.ts.map +1 -1
- package/types/components/dynamic-props.mixin.d.ts +23 -0
- package/types/components/dynamic-props.mixin.d.ts.map +1 -0
- package/types/components/filters/labels/base-price-filter-label.vue.d.ts.map +1 -1
- package/types/components/filters/labels/base-rating-filter-label.vue.d.ts.map +1 -1
- package/types/components/global-x-bus.vue.d.ts.map +1 -1
- package/types/components/highlight.vue.d.ts +86 -0
- package/types/components/highlight.vue.d.ts.map +1 -0
- package/types/components/icons/arrow-down.vue.d.ts +3 -0
- package/types/components/icons/arrow-down.vue.d.ts.map +1 -0
- package/types/components/icons/arrow-left.vue.d.ts +3 -0
- package/types/components/icons/arrow-left.vue.d.ts.map +1 -0
- package/types/components/icons/arrow-right.vue.d.ts +3 -0
- package/types/components/icons/arrow-right.vue.d.ts.map +1 -0
- package/types/components/icons/arrow-up.vue.d.ts +3 -0
- package/types/components/icons/arrow-up.vue.d.ts.map +1 -0
- package/types/components/icons/bag.vue.d.ts.map +1 -1
- package/types/components/icons/bar-code.vue.d.ts.map +1 -1
- package/types/components/icons/barcode-tiny.vue.d.ts.map +1 -1
- package/types/components/icons/cart-filled.vue.d.ts +3 -0
- package/types/components/icons/cart-filled.vue.d.ts.map +1 -0
- package/types/components/icons/cart.vue.d.ts.map +1 -1
- package/types/components/icons/check-tiny.vue.d.ts.map +1 -1
- package/types/components/icons/check.vue.d.ts.map +1 -1
- package/types/components/icons/checkbox-selected-filled.vue.d.ts +3 -0
- package/types/components/icons/checkbox-selected-filled.vue.d.ts.map +1 -0
- package/types/components/icons/checkbox-selected.vue.d.ts.map +1 -1
- package/types/components/icons/checkbox-unselected-filled.vue.d.ts +3 -0
- package/types/components/icons/checkbox-unselected-filled.vue.d.ts.map +1 -0
- package/types/components/icons/checkbox-unselected.vue.d.ts.map +1 -1
- package/types/components/icons/chevron-down.vue.d.ts.map +1 -1
- package/types/components/icons/chevron-left.vue.d.ts.map +1 -1
- package/types/components/icons/chevron-right.vue.d.ts.map +1 -1
- package/types/components/icons/chevron-tiny-down.vue.d.ts.map +1 -1
- package/types/components/icons/chevron-tiny-left.vue.d.ts.map +1 -1
- package/types/components/icons/chevron-tiny-right.vue.d.ts.map +1 -1
- package/types/components/icons/chevron-tiny-up.vue.d.ts.map +1 -1
- package/types/components/icons/chevron-up.vue.d.ts.map +1 -1
- package/types/components/icons/corner-arrow-left.vue.d.ts +3 -0
- package/types/components/icons/corner-arrow-left.vue.d.ts.map +1 -0
- package/types/components/icons/corner-arrow-right.vue.d.ts +3 -0
- package/types/components/icons/corner-arrow-right.vue.d.ts.map +1 -0
- package/types/components/icons/cross-tiny.vue.d.ts.map +1 -1
- package/types/components/icons/cross.vue.d.ts.map +1 -1
- package/types/components/icons/curated-check-filled.vue.d.ts +3 -0
- package/types/components/icons/curated-check-filled.vue.d.ts.map +1 -0
- package/types/components/icons/curated-check-tiny-filled.vue.d.ts +3 -0
- package/types/components/icons/curated-check-tiny-filled.vue.d.ts.map +1 -0
- package/types/components/icons/curated-check-tiny.vue.d.ts +3 -0
- package/types/components/icons/curated-check-tiny.vue.d.ts.map +1 -0
- package/types/components/icons/curated-check.vue.d.ts +3 -0
- package/types/components/icons/curated-check.vue.d.ts.map +1 -0
- package/types/components/icons/diagonal-arrow-left-down.vue.d.ts +3 -0
- package/types/components/icons/diagonal-arrow-left-down.vue.d.ts.map +1 -0
- package/types/components/icons/diagonal-arrow-left-top.vue.d.ts +3 -0
- package/types/components/icons/diagonal-arrow-left-top.vue.d.ts.map +1 -0
- package/types/components/icons/diagonal-arrow-right-down.vue.d.ts +3 -0
- package/types/components/icons/diagonal-arrow-right-down.vue.d.ts.map +1 -0
- package/types/components/icons/diagonal-arrow-right-top.vue.d.ts +3 -0
- package/types/components/icons/diagonal-arrow-right-top.vue.d.ts.map +1 -0
- package/types/components/icons/filters.vue.d.ts.map +1 -1
- package/types/components/icons/grid-1-col.vue.d.ts.map +1 -1
- package/types/components/icons/grid-2-col.vue.d.ts.map +1 -1
- package/types/components/icons/grid-2-rows.vue.d.ts +3 -0
- package/types/components/icons/grid-2-rows.vue.d.ts.map +1 -0
- package/types/components/icons/grid-4-col.vue.d.ts +3 -0
- package/types/components/icons/grid-4-col.vue.d.ts.map +1 -0
- package/types/components/icons/heart-filled.vue.d.ts +3 -0
- package/types/components/icons/heart-filled.vue.d.ts.map +1 -0
- package/types/components/icons/heart.vue.d.ts +3 -0
- package/types/components/icons/heart.vue.d.ts.map +1 -0
- package/types/components/icons/hide.vue.d.ts.map +1 -1
- package/types/components/icons/history-tiny.vue.d.ts.map +1 -1
- package/types/components/icons/history.vue.d.ts.map +1 -1
- package/types/components/icons/index.d.ts +35 -7
- package/types/components/icons/index.d.ts.map +1 -1
- package/types/components/icons/light-bulb-off.vue.d.ts +3 -0
- package/types/components/icons/light-bulb-off.vue.d.ts.map +1 -0
- package/types/components/icons/light-bulb-on.vue.d.ts +3 -0
- package/types/components/icons/light-bulb-on.vue.d.ts.map +1 -0
- package/types/components/icons/menu.vue.d.ts.map +1 -1
- package/types/components/icons/minus-tiny.vue.d.ts.map +1 -1
- package/types/components/icons/minus.vue.d.ts.map +1 -1
- package/types/components/icons/plus-tiny.vue.d.ts +3 -0
- package/types/components/icons/plus-tiny.vue.d.ts.map +1 -0
- package/types/components/icons/plus.vue.d.ts.map +1 -1
- package/types/components/icons/radiobutton-selected.vue.d.ts +3 -0
- package/types/components/icons/radiobutton-selected.vue.d.ts.map +1 -0
- package/types/components/icons/radiobutton-unselected.vue.d.ts +3 -0
- package/types/components/icons/radiobutton-unselected.vue.d.ts.map +1 -0
- package/types/components/icons/search-tiny.vue.d.ts.map +1 -1
- package/types/components/icons/search.vue.d.ts.map +1 -1
- package/types/components/icons/settings.vue.d.ts +3 -0
- package/types/components/icons/settings.vue.d.ts.map +1 -0
- package/types/components/icons/show.vue.d.ts.map +1 -1
- package/types/components/icons/sort-az.vue.d.ts +3 -0
- package/types/components/icons/sort-az.vue.d.ts.map +1 -0
- package/types/components/icons/sort-price-down.vue.d.ts +3 -0
- package/types/components/icons/sort-price-down.vue.d.ts.map +1 -0
- package/types/components/icons/sort-price-up.vue.d.ts +3 -0
- package/types/components/icons/sort-price-up.vue.d.ts.map +1 -0
- package/types/components/icons/sort-relevancy.vue.d.ts +3 -0
- package/types/components/icons/sort-relevancy.vue.d.ts.map +1 -0
- package/types/components/icons/sort-za.vue.d.ts +3 -0
- package/types/components/icons/sort-za.vue.d.ts.map +1 -0
- package/types/components/icons/star-filled.vue.d.ts +3 -0
- package/types/components/icons/star-filled.vue.d.ts.map +1 -0
- package/types/components/icons/star.vue.d.ts.map +1 -1
- package/types/components/icons/tag-filled.vue.d.ts +3 -0
- package/types/components/icons/tag-filled.vue.d.ts.map +1 -0
- package/types/components/icons/tag.vue.d.ts.map +1 -1
- package/types/components/icons/trash-open.vue.d.ts.map +1 -1
- package/types/components/icons/trash.vue.d.ts.map +1 -1
- package/types/components/icons/trending-tiny.vue.d.ts.map +1 -1
- package/types/components/icons/trending.vue.d.ts.map +1 -1
- package/types/components/icons/user-filled.vue.d.ts +3 -0
- package/types/components/icons/user-filled.vue.d.ts.map +1 -0
- package/types/components/icons/user.vue.d.ts.map +1 -1
- package/types/components/index.d.ts +7 -8
- package/types/components/index.d.ts.map +1 -1
- package/types/components/items-list.vue.d.ts.map +1 -1
- package/types/components/layouts/fixed-header-and-asides-layout.vue.d.ts +17 -0
- package/types/components/layouts/fixed-header-and-asides-layout.vue.d.ts.map +1 -0
- package/types/components/layouts/index.d.ts +4 -0
- package/types/components/layouts/index.d.ts.map +1 -0
- package/types/components/layouts/multi-column-max-width-layout.vue.d.ts.map +1 -1
- package/types/components/layouts/single-column-layout.vue.d.ts.map +1 -1
- package/types/components/location-provider.vue.d.ts.map +1 -1
- package/types/components/modals/base-events-modal-close.vue.d.ts.map +1 -1
- package/types/components/modals/base-events-modal-open.vue.d.ts.map +1 -1
- package/types/components/modals/base-events-modal.vue.d.ts.map +1 -1
- package/types/components/modals/base-id-modal-close.vue.d.ts +15 -4
- package/types/components/modals/base-id-modal-close.vue.d.ts.map +1 -1
- package/types/components/modals/base-id-modal-open.vue.d.ts +15 -4
- package/types/components/modals/base-id-modal-open.vue.d.ts.map +1 -1
- package/types/components/modals/base-id-modal.vue.d.ts.map +1 -1
- package/types/components/modals/base-modal.vue.d.ts +55 -6
- package/types/components/modals/base-modal.vue.d.ts.map +1 -1
- package/types/components/modals/close-main-modal.vue.d.ts +16 -0
- package/types/components/modals/close-main-modal.vue.d.ts.map +1 -0
- package/types/components/modals/index.d.ts +3 -0
- package/types/components/modals/index.d.ts.map +1 -1
- package/types/components/modals/main-modal.vue.d.ts +39 -0
- package/types/components/modals/main-modal.vue.d.ts.map +1 -0
- package/types/components/modals/open-main-modal.vue.d.ts +16 -0
- package/types/components/modals/open-main-modal.vue.d.ts.map +1 -0
- package/types/components/no-element.d.ts +1 -1
- package/types/components/no-element.d.ts.map +1 -1
- package/types/components/panels/base-header-toggle-panel.vue.d.ts.map +1 -1
- package/types/components/panels/base-id-toggle-panel-button.vue.d.ts.map +1 -1
- package/types/components/panels/base-id-toggle-panel.vue.d.ts +0 -5
- package/types/components/panels/base-id-toggle-panel.vue.d.ts.map +1 -1
- package/types/components/panels/base-tabs-panel.vue.d.ts +67 -0
- package/types/components/panels/base-tabs-panel.vue.d.ts.map +1 -0
- package/types/components/panels/base-toggle-panel.vue.d.ts.map +1 -1
- package/types/components/panels/index.d.ts +1 -0
- package/types/components/panels/index.d.ts.map +1 -1
- package/types/components/result/base-result-add-to-cart.vue.d.ts.map +1 -1
- package/types/components/result/base-result-current-price.vue.d.ts.map +1 -1
- package/types/components/result/base-result-fallback-image.vue.d.ts.map +1 -1
- package/types/components/result/base-result-image.vue.d.ts +46 -37
- package/types/components/result/base-result-image.vue.d.ts.map +1 -1
- package/types/components/result/base-result-link.vue.d.ts +3 -10
- package/types/components/result/base-result-link.vue.d.ts.map +1 -1
- package/types/components/result/base-result-placeholder-image.vue.d.ts.map +1 -1
- package/types/components/result/base-result-previous-price.vue.d.ts +1 -2
- package/types/components/result/base-result-previous-price.vue.d.ts.map +1 -1
- package/types/components/result/base-result-rating.vue.d.ts +29 -0
- package/types/components/result/base-result-rating.vue.d.ts.map +1 -0
- package/types/components/result/index.d.ts +3 -0
- package/types/components/result/index.d.ts.map +1 -1
- package/types/components/result/result-variant-selector.vue.d.ts +64 -0
- package/types/components/result/result-variant-selector.vue.d.ts.map +1 -0
- package/types/components/result/result-variants-provider.vue.d.ts +77 -0
- package/types/components/result/result-variants-provider.vue.d.ts.map +1 -0
- package/types/components/scroll/base-scroll.vue.d.ts.map +1 -1
- package/types/components/scroll/scroll.mixin.d.ts +7 -0
- package/types/components/scroll/scroll.mixin.d.ts.map +1 -1
- package/types/components/scroll/scroll.types.d.ts +1 -1
- package/types/components/scroll/scroll.types.d.ts.map +1 -1
- package/types/components/sliding-panel.vue.d.ts +41 -20
- package/types/components/sliding-panel.vue.d.ts.map +1 -1
- package/types/components/snippet-callbacks.vue.d.ts.map +1 -1
- package/types/components/suggestions/base-suggestion.vue.d.ts +26 -31
- package/types/components/suggestions/base-suggestion.vue.d.ts.map +1 -1
- package/types/components/suggestions/base-suggestions.vue.d.ts +36 -4
- package/types/components/suggestions/base-suggestions.vue.d.ts.map +1 -1
- package/types/components/x-component.mixin.d.ts.map +1 -1
- package/types/components/x-component.utils.d.ts +1 -16
- package/types/components/x-component.utils.d.ts.map +1 -1
- package/types/directives/infinite-scroll/infinite-scroll.d.ts +4 -4
- package/types/index.d.ts +1 -1
- package/types/index.d.ts.map +1 -1
- package/types/plugins/devtools/colors.utils.d.ts +22 -0
- package/types/plugins/devtools/colors.utils.d.ts.map +1 -0
- package/types/plugins/devtools/devtools.plugin.d.ts +12 -0
- package/types/plugins/devtools/devtools.plugin.d.ts.map +1 -0
- package/types/plugins/devtools/timeline.devtools.d.ts +20 -0
- package/types/plugins/devtools/timeline.devtools.d.ts.map +1 -0
- package/types/plugins/devtools/wiring.devtools.d.ts +21 -0
- package/types/plugins/devtools/wiring.devtools.d.ts.map +1 -0
- package/types/plugins/index.d.ts +1 -0
- package/types/plugins/index.d.ts.map +1 -1
- package/types/plugins/x-bus.d.ts +1 -1
- package/types/plugins/x-bus.d.ts.map +1 -1
- package/types/plugins/x-bus.types.d.ts +2 -2
- package/types/plugins/x-bus.types.d.ts.map +1 -1
- package/types/plugins/x-emitters.d.ts.map +1 -1
- package/types/plugins/x-plugin.alias.d.ts +4 -6
- package/types/plugins/x-plugin.alias.d.ts.map +1 -1
- package/types/plugins/x-plugin.d.ts +19 -30
- package/types/plugins/x-plugin.d.ts.map +1 -1
- package/types/plugins/x-plugin.mixin.d.ts +13 -3
- package/types/plugins/x-plugin.mixin.d.ts.map +1 -1
- package/types/plugins/x-plugin.types.d.ts +53 -21
- package/types/plugins/x-plugin.types.d.ts.map +1 -1
- package/types/router.d.ts.map +1 -1
- package/types/services/directional-focus-navigation.service.d.ts.map +1 -1
- package/types/services/services.types.d.ts +41 -1
- package/types/services/services.types.d.ts.map +1 -1
- package/types/services/state-machine.service.d.ts +31 -0
- package/types/services/state-machine.service.d.ts.map +1 -0
- package/types/store/actions.types.d.ts +7 -6
- package/types/store/actions.types.d.ts.map +1 -1
- package/types/store/getters.types.d.ts +4 -4
- package/types/store/getters.types.d.ts.map +1 -1
- package/types/store/mutations.types.d.ts +4 -4
- package/types/store/mutations.types.d.ts.map +1 -1
- package/types/store/store.types.d.ts +10 -10
- package/types/store/store.types.d.ts.map +1 -1
- package/types/store/utils/fetch-and-save-action.utils.d.ts +2 -0
- package/types/store/utils/fetch-and-save-action.utils.d.ts.map +1 -1
- package/types/store/utils/getters-proxy.utils.d.ts.map +1 -1
- package/types/store/utils/query.utils.d.ts +56 -0
- package/types/store/utils/query.utils.d.ts.map +1 -0
- package/types/store/utils/status-store.utils.d.ts +1 -1
- package/types/store/utils/status-store.utils.d.ts.map +1 -1
- package/types/store/utils/store-emitters.utils.d.ts +7 -6
- package/types/store/utils/store-emitters.utils.d.ts.map +1 -1
- package/types/store/x.module.d.ts +1 -1
- package/types/store/x.module.d.ts.map +1 -1
- package/types/types/origin.d.ts +6 -6
- package/types/types/origin.d.ts.map +1 -1
- package/types/utils/array.d.ts +19 -17
- package/types/utils/array.d.ts.map +1 -1
- package/types/utils/filters.d.ts +2 -2
- package/types/utils/filters.d.ts.map +1 -1
- package/types/utils/focus.d.ts +7 -0
- package/types/utils/focus.d.ts.map +1 -0
- package/types/utils/html.d.ts +15 -0
- package/types/utils/html.d.ts.map +1 -1
- package/types/utils/index.d.ts +2 -1
- package/types/utils/index.d.ts.map +1 -1
- package/types/utils/is-new-query.d.ts +36 -0
- package/types/utils/is-new-query.d.ts.map +1 -0
- package/types/utils/types.d.ts +41 -51
- package/types/utils/types.d.ts.map +1 -1
- package/types/views/adapter.d.ts +6 -0
- package/types/views/adapter.d.ts.map +1 -0
- package/types/views/base-config.d.ts.map +1 -1
- package/types/views/home/types.d.ts +25 -0
- package/types/views/home/types.d.ts.map +1 -0
- package/types/wiring/events.types.d.ts +88 -50
- package/types/wiring/events.types.d.ts.map +1 -1
- package/types/wiring/namespaced-wires.operators.d.ts +2 -3
- package/types/wiring/namespaced-wires.operators.d.ts.map +1 -1
- package/types/wiring/namespaced-wiring.types.d.ts +14 -15
- package/types/wiring/namespaced-wiring.types.d.ts.map +1 -1
- package/types/wiring/wires-operators.utils.d.ts +36 -0
- package/types/wiring/wires-operators.utils.d.ts.map +1 -0
- package/types/wiring/wires.factory.d.ts +3 -2
- package/types/wiring/wires.factory.d.ts.map +1 -1
- package/types/wiring/wires.operators.d.ts +6 -9
- package/types/wiring/wires.operators.d.ts.map +1 -1
- package/types/wiring/wiring.types.d.ts +32 -13
- package/types/wiring/wiring.types.d.ts.map +1 -1
- package/types/x-installer/api/api.types.d.ts +61 -8
- package/types/x-installer/api/api.types.d.ts.map +1 -1
- package/types/x-installer/api/base-api.d.ts +36 -1
- package/types/x-installer/api/base-api.d.ts.map +1 -1
- package/types/x-installer/x-installer/types.d.ts +53 -19
- package/types/x-installer/x-installer/types.d.ts.map +1 -1
- package/types/x-installer/x-installer/x-installer.d.ts +54 -48
- package/types/x-installer/x-installer/x-installer.d.ts.map +1 -1
- package/types/x-modules/device/components/device-detector.vue.d.ts +2 -2
- package/types/x-modules/device/components/device-detector.vue.d.ts.map +1 -1
- package/types/x-modules/device/store/types.d.ts +1 -1
- package/types/x-modules/device/store/types.d.ts.map +1 -1
- package/types/x-modules/device/x-module.d.ts +1 -1
- package/types/x-modules/device/x-module.d.ts.map +1 -1
- package/types/x-modules/empathize/components/empathize.vue.d.ts +18 -0
- package/types/x-modules/empathize/components/empathize.vue.d.ts.map +1 -1
- package/types/x-modules/empathize/store/types.d.ts +1 -1
- package/types/x-modules/empathize/store/types.d.ts.map +1 -1
- package/types/x-modules/empathize/x-module.d.ts +1 -1
- package/types/x-modules/empathize/x-module.d.ts.map +1 -1
- package/types/x-modules/extra-params/components/extra-params.vue.d.ts +2 -2
- package/types/x-modules/extra-params/components/extra-params.vue.d.ts.map +1 -1
- package/types/x-modules/extra-params/components/renderless-extra-param.vue.d.ts +1 -1
- package/types/x-modules/extra-params/components/renderless-extra-param.vue.d.ts.map +1 -1
- package/types/x-modules/extra-params/components/snippet-config-extra-params.vue.d.ts +16 -3
- package/types/x-modules/extra-params/components/snippet-config-extra-params.vue.d.ts.map +1 -1
- package/types/x-modules/extra-params/events.types.d.ts +1 -1
- package/types/x-modules/extra-params/events.types.d.ts.map +1 -1
- package/types/x-modules/extra-params/store/emitters.d.ts +1 -1
- package/types/x-modules/extra-params/store/types.d.ts +2 -2
- package/types/x-modules/extra-params/store/types.d.ts.map +1 -1
- package/types/x-modules/extra-params/wiring.d.ts +4 -4
- package/types/x-modules/extra-params/wiring.d.ts.map +1 -1
- package/types/x-modules/extra-params/x-module.d.ts +2 -2
- package/types/x-modules/extra-params/x-module.d.ts.map +1 -1
- package/types/x-modules/facets/components/clear-filters.vue.d.ts +4 -51
- package/types/x-modules/facets/components/clear-filters.vue.d.ts.map +1 -1
- package/types/x-modules/facets/components/facets/facets-provider.vue.d.ts +0 -8
- package/types/x-modules/facets/components/facets/facets-provider.vue.d.ts.map +1 -1
- package/types/x-modules/facets/components/facets/facets.vue.d.ts +7 -10
- package/types/x-modules/facets/components/facets/facets.vue.d.ts.map +1 -1
- package/types/x-modules/facets/components/facets.mixin.d.ts +60 -0
- package/types/x-modules/facets/components/facets.mixin.d.ts.map +1 -0
- package/types/x-modules/facets/components/filters/all-filter.vue.d.ts.map +1 -1
- package/types/x-modules/facets/components/filters/editable-number-range-filter.vue.d.ts +2 -0
- package/types/x-modules/facets/components/filters/editable-number-range-filter.vue.d.ts.map +1 -1
- package/types/x-modules/facets/components/filters/hierarchical-filter.vue.d.ts +15 -8
- package/types/x-modules/facets/components/filters/hierarchical-filter.vue.d.ts.map +1 -1
- package/types/x-modules/facets/components/filters/number-range-filter.vue.d.ts +9 -4
- package/types/x-modules/facets/components/filters/number-range-filter.vue.d.ts.map +1 -1
- package/types/x-modules/facets/components/filters/renderless-filter.vue.d.ts.map +1 -1
- package/types/x-modules/facets/components/filters/simple-filter.vue.d.ts +9 -4
- package/types/x-modules/facets/components/filters/simple-filter.vue.d.ts.map +1 -1
- package/types/x-modules/facets/components/index.d.ts +1 -1
- package/types/x-modules/facets/components/index.d.ts.map +1 -1
- package/types/x-modules/facets/components/lists/exclude-filters-with-no-results.vue.d.ts.map +1 -1
- package/types/x-modules/facets/components/lists/filters-list.vue.d.ts.map +1 -1
- package/types/x-modules/facets/components/lists/filters-search.vue.d.ts +1 -0
- package/types/x-modules/facets/components/lists/filters-search.vue.d.ts.map +1 -1
- package/types/x-modules/facets/components/lists/selected-filters-list.vue.d.ts +6 -20
- package/types/x-modules/facets/components/lists/selected-filters-list.vue.d.ts.map +1 -1
- package/types/x-modules/facets/components/lists/selected-filters.vue.d.ts +4 -52
- package/types/x-modules/facets/components/lists/selected-filters.vue.d.ts.map +1 -1
- package/types/x-modules/facets/components/lists/sliced-filters.vue.d.ts.map +1 -1
- package/types/x-modules/facets/components/lists/sorted-filters.vue.d.ts.map +1 -1
- package/types/x-modules/facets/components/preselected-filters.vue.d.ts +32 -0
- package/types/x-modules/facets/components/preselected-filters.vue.d.ts.map +1 -0
- package/types/x-modules/facets/entities/editable-number-range-filter.entity.d.ts +1 -1
- package/types/x-modules/facets/entities/editable-number-range-filter.entity.d.ts.map +1 -1
- package/types/x-modules/facets/entities/filter-entity.factory.d.ts +23 -3
- package/types/x-modules/facets/entities/filter-entity.factory.d.ts.map +1 -1
- package/types/x-modules/facets/entities/hierarchical-filter.entity.d.ts +2 -1
- package/types/x-modules/facets/entities/hierarchical-filter.entity.d.ts.map +1 -1
- package/types/x-modules/facets/entities/single-select.modifier.d.ts.map +1 -1
- package/types/x-modules/facets/events.types.d.ts +23 -13
- package/types/x-modules/facets/events.types.d.ts.map +1 -1
- package/types/x-modules/facets/index.d.ts +1 -0
- package/types/x-modules/facets/index.d.ts.map +1 -1
- package/types/x-modules/facets/service/facets.service.d.ts +29 -0
- package/types/x-modules/facets/service/facets.service.d.ts.map +1 -1
- package/types/x-modules/facets/service/types.d.ts +17 -0
- package/types/x-modules/facets/service/types.d.ts.map +1 -1
- package/types/x-modules/facets/store/emitters.d.ts +5 -0
- package/types/x-modules/facets/store/emitters.d.ts.map +1 -1
- package/types/x-modules/facets/store/getters/selected-filters-by-facet.getter.d.ts.map +1 -1
- package/types/x-modules/facets/store/module.d.ts.map +1 -1
- package/types/x-modules/facets/store/types.d.ts +41 -8
- package/types/x-modules/facets/store/types.d.ts.map +1 -1
- package/types/x-modules/facets/utils.d.ts +6 -24
- package/types/x-modules/facets/utils.d.ts.map +1 -1
- package/types/x-modules/facets/wiring.d.ts +19 -3
- package/types/x-modules/facets/wiring.d.ts.map +1 -1
- package/types/x-modules/facets/x-module.d.ts +1 -1
- package/types/x-modules/facets/x-module.d.ts.map +1 -1
- package/types/x-modules/history-queries/components/clear-history-queries.vue.d.ts.map +1 -1
- package/types/x-modules/history-queries/components/history-queries-switch.vue.d.ts +33 -0
- package/types/x-modules/history-queries/components/history-queries-switch.vue.d.ts.map +1 -0
- package/types/x-modules/history-queries/components/history-queries.vue.d.ts +2 -18
- package/types/x-modules/history-queries/components/history-queries.vue.d.ts.map +1 -1
- package/types/x-modules/history-queries/components/history-query.vue.d.ts +3 -2
- package/types/x-modules/history-queries/components/history-query.vue.d.ts.map +1 -1
- package/types/x-modules/history-queries/components/index.d.ts +2 -0
- package/types/x-modules/history-queries/components/index.d.ts.map +1 -1
- package/types/x-modules/history-queries/components/my-history.vue.d.ts +96 -0
- package/types/x-modules/history-queries/components/my-history.vue.d.ts.map +1 -0
- package/types/x-modules/history-queries/components/remove-history-query.vue.d.ts +1 -1
- package/types/x-modules/history-queries/components/remove-history-query.vue.d.ts.map +1 -1
- package/types/x-modules/history-queries/events.types.d.ts +27 -7
- package/types/x-modules/history-queries/events.types.d.ts.map +1 -1
- package/types/x-modules/history-queries/store/actions/add-query-to-history.action.d.ts.map +1 -1
- package/types/x-modules/history-queries/store/actions/set-history-queries.action.d.ts.map +1 -1
- package/types/x-modules/history-queries/store/actions/toggle-history-queries.action.d.ts +3 -0
- package/types/x-modules/history-queries/store/actions/toggle-history-queries.action.d.ts.map +1 -0
- package/types/x-modules/history-queries/store/actions/update-history-queries-with-search-response.action.d.ts +22 -0
- package/types/x-modules/history-queries/store/actions/update-history-queries-with-search-response.action.d.ts.map +1 -0
- package/types/x-modules/history-queries/store/constants.d.ts +1 -0
- package/types/x-modules/history-queries/store/constants.d.ts.map +1 -1
- package/types/x-modules/history-queries/store/getters/history-queries-with-results.getter.d.ts +16 -0
- package/types/x-modules/history-queries/store/getters/history-queries-with-results.getter.d.ts.map +1 -0
- package/types/x-modules/history-queries/store/module.d.ts.map +1 -1
- package/types/x-modules/history-queries/store/types.d.ts +34 -4
- package/types/x-modules/history-queries/store/types.d.ts.map +1 -1
- package/types/x-modules/history-queries/wiring.d.ts +36 -3
- package/types/x-modules/history-queries/wiring.d.ts.map +1 -1
- package/types/x-modules/history-queries/x-module.d.ts +1 -1
- package/types/x-modules/history-queries/x-module.d.ts.map +1 -1
- package/types/x-modules/identifier-results/components/identifier-result.vue.d.ts.map +1 -1
- package/types/x-modules/identifier-results/components/identifier-results.vue.d.ts +14 -0
- package/types/x-modules/identifier-results/components/identifier-results.vue.d.ts.map +1 -1
- package/types/x-modules/identifier-results/events.types.d.ts +5 -6
- package/types/x-modules/identifier-results/events.types.d.ts.map +1 -1
- package/types/x-modules/identifier-results/store/actions/fetch-and-save-identifier-results.action.d.ts +2 -2
- package/types/x-modules/identifier-results/store/actions/fetch-and-save-identifier-results.action.d.ts.map +1 -1
- package/types/x-modules/identifier-results/store/actions/index.d.ts +5 -0
- package/types/x-modules/identifier-results/store/actions/index.d.ts.map +1 -0
- package/types/x-modules/identifier-results/store/emitters.d.ts +1 -1
- package/types/x-modules/identifier-results/store/getters/identifier-results-request.getter.d.ts.map +1 -1
- package/types/x-modules/identifier-results/store/index.d.ts +1 -4
- package/types/x-modules/identifier-results/store/index.d.ts.map +1 -1
- package/types/x-modules/identifier-results/store/module.d.ts.map +1 -1
- package/types/x-modules/identifier-results/store/types.d.ts +18 -14
- package/types/x-modules/identifier-results/store/types.d.ts.map +1 -1
- package/types/x-modules/identifier-results/wiring.d.ts +15 -8
- package/types/x-modules/identifier-results/wiring.d.ts.map +1 -1
- package/types/x-modules/identifier-results/x-module.d.ts +1 -1
- package/types/x-modules/identifier-results/x-module.d.ts.map +1 -1
- package/types/x-modules/next-queries/components/index.d.ts +2 -1
- package/types/x-modules/next-queries/components/index.d.ts.map +1 -1
- package/types/x-modules/next-queries/components/next-queries-list.vue.d.ts +31 -0
- package/types/x-modules/next-queries/components/next-queries-list.vue.d.ts.map +1 -1
- package/types/x-modules/next-queries/components/next-queries.vue.d.ts +17 -11
- package/types/x-modules/next-queries/components/next-queries.vue.d.ts.map +1 -1
- package/types/x-modules/next-queries/components/next-query-preview.vue.d.ts +41 -0
- package/types/x-modules/next-queries/components/next-query-preview.vue.d.ts.map +1 -0
- package/types/x-modules/next-queries/components/next-query.vue.d.ts +14 -0
- package/types/x-modules/next-queries/components/next-query.vue.d.ts.map +1 -1
- package/types/x-modules/next-queries/config.types.d.ts +4 -0
- package/types/x-modules/next-queries/config.types.d.ts.map +1 -1
- package/types/x-modules/next-queries/events.types.d.ts +10 -6
- package/types/x-modules/next-queries/events.types.d.ts.map +1 -1
- package/types/x-modules/next-queries/store/actions/fetch-and-save-next-queries.action.d.ts +1 -1
- package/types/x-modules/next-queries/store/actions/fetch-and-save-next-queries.action.d.ts.map +1 -1
- package/types/x-modules/next-queries/store/actions/fetch-and-save-next-query-preview.action.d.ts +3 -0
- package/types/x-modules/next-queries/store/actions/fetch-and-save-next-query-preview.action.d.ts.map +1 -0
- package/types/x-modules/next-queries/store/actions/fetch-next-query-preview.action.d.ts +13 -0
- package/types/x-modules/next-queries/store/actions/fetch-next-query-preview.action.d.ts.map +1 -0
- package/types/x-modules/next-queries/store/emitters.d.ts +1 -1
- package/types/x-modules/next-queries/store/module.d.ts.map +1 -1
- package/types/x-modules/next-queries/store/types.d.ts +45 -9
- package/types/x-modules/next-queries/store/types.d.ts.map +1 -1
- package/types/x-modules/next-queries/wiring.d.ts +24 -6
- package/types/x-modules/next-queries/wiring.d.ts.map +1 -1
- package/types/x-modules/next-queries/x-module.d.ts +1 -1
- package/types/x-modules/next-queries/x-module.d.ts.map +1 -1
- package/types/x-modules/popular-searches/components/popular-search.vue.d.ts.map +1 -1
- package/types/x-modules/popular-searches/components/popular-searches.vue.d.ts +0 -12
- package/types/x-modules/popular-searches/components/popular-searches.vue.d.ts.map +1 -1
- package/types/x-modules/popular-searches/config.types.d.ts +0 -20
- package/types/x-modules/popular-searches/config.types.d.ts.map +1 -1
- package/types/x-modules/popular-searches/events.types.d.ts +5 -6
- package/types/x-modules/popular-searches/events.types.d.ts.map +1 -1
- package/types/x-modules/popular-searches/store/actions/fetch-and-save-suggestions.action.d.ts +2 -2
- package/types/x-modules/popular-searches/store/actions/fetch-and-save-suggestions.action.d.ts.map +1 -1
- package/types/x-modules/popular-searches/store/actions/fetch-suggestions.action.d.ts.map +1 -1
- package/types/x-modules/popular-searches/store/emitters.d.ts +1 -1
- package/types/x-modules/popular-searches/store/module.d.ts.map +1 -1
- package/types/x-modules/popular-searches/store/types.d.ts +8 -9
- package/types/x-modules/popular-searches/store/types.d.ts.map +1 -1
- package/types/x-modules/popular-searches/wiring.d.ts +3 -3
- package/types/x-modules/popular-searches/wiring.d.ts.map +1 -1
- package/types/x-modules/popular-searches/x-module.d.ts +1 -1
- package/types/x-modules/popular-searches/x-module.d.ts.map +1 -1
- package/types/x-modules/queries-preview/components/index.d.ts +3 -0
- package/types/x-modules/queries-preview/components/index.d.ts.map +1 -0
- package/types/x-modules/queries-preview/components/query-preview-list.vue.d.ts +63 -0
- package/types/x-modules/queries-preview/components/query-preview-list.vue.d.ts.map +1 -0
- package/types/x-modules/queries-preview/components/query-preview.vue.d.ts +123 -0
- package/types/x-modules/queries-preview/components/query-preview.vue.d.ts.map +1 -0
- package/types/x-modules/queries-preview/config.types.d.ts +12 -0
- package/types/x-modules/queries-preview/config.types.d.ts.map +1 -0
- package/types/x-modules/queries-preview/events.types.d.ts +20 -0
- package/types/x-modules/queries-preview/events.types.d.ts.map +1 -0
- package/types/x-modules/queries-preview/index.d.ts +7 -0
- package/types/x-modules/queries-preview/index.d.ts.map +1 -0
- package/types/x-modules/queries-preview/store/actions/fetch-and-save-query-preview.action.d.ts +13 -0
- package/types/x-modules/queries-preview/store/actions/fetch-and-save-query-preview.action.d.ts.map +1 -0
- package/types/x-modules/queries-preview/store/actions/fetch-query-preview.action.d.ts +13 -0
- package/types/x-modules/queries-preview/store/actions/fetch-query-preview.action.d.ts.map +1 -0
- package/types/x-modules/queries-preview/store/emitters.d.ts +7 -0
- package/types/x-modules/queries-preview/store/emitters.d.ts.map +1 -0
- package/types/x-modules/queries-preview/store/index.d.ts +6 -0
- package/types/x-modules/queries-preview/store/index.d.ts.map +1 -0
- package/types/x-modules/queries-preview/store/module.d.ts +8 -0
- package/types/x-modules/queries-preview/store/module.d.ts.map +1 -0
- package/types/x-modules/queries-preview/store/types.d.ts +121 -0
- package/types/x-modules/queries-preview/store/types.d.ts.map +1 -0
- package/types/x-modules/queries-preview/wiring.d.ts +35 -0
- package/types/x-modules/queries-preview/wiring.d.ts.map +1 -0
- package/types/x-modules/queries-preview/x-module.d.ts +16 -0
- package/types/x-modules/queries-preview/x-module.d.ts.map +1 -0
- package/types/x-modules/query-suggestions/components/query-suggestion.vue.d.ts.map +1 -1
- package/types/x-modules/query-suggestions/components/query-suggestions.vue.d.ts +0 -12
- package/types/x-modules/query-suggestions/components/query-suggestions.vue.d.ts.map +1 -1
- package/types/x-modules/query-suggestions/config.types.d.ts +0 -23
- package/types/x-modules/query-suggestions/config.types.d.ts.map +1 -1
- package/types/x-modules/query-suggestions/events.types.d.ts +6 -7
- package/types/x-modules/query-suggestions/events.types.d.ts.map +1 -1
- package/types/x-modules/query-suggestions/store/actions/fetch-and-save-suggestions.action.d.ts +2 -2
- package/types/x-modules/query-suggestions/store/actions/fetch-and-save-suggestions.action.d.ts.map +1 -1
- package/types/x-modules/query-suggestions/store/emitters.d.ts +1 -1
- package/types/x-modules/query-suggestions/store/module.d.ts.map +1 -1
- package/types/x-modules/query-suggestions/store/types.d.ts +14 -12
- package/types/x-modules/query-suggestions/store/types.d.ts.map +1 -1
- package/types/x-modules/query-suggestions/wiring.d.ts +13 -7
- package/types/x-modules/query-suggestions/wiring.d.ts.map +1 -1
- package/types/x-modules/query-suggestions/x-module.d.ts +1 -1
- package/types/x-modules/query-suggestions/x-module.d.ts.map +1 -1
- package/types/x-modules/recommendations/components/recommendations.vue.d.ts.map +1 -1
- package/types/x-modules/recommendations/events.types.d.ts +5 -6
- package/types/x-modules/recommendations/events.types.d.ts.map +1 -1
- package/types/x-modules/recommendations/store/actions/fetch-and-save-recommendations.action.d.ts +2 -2
- package/types/x-modules/recommendations/store/actions/fetch-and-save-recommendations.action.d.ts.map +1 -1
- package/types/x-modules/recommendations/store/actions/fetch-recommendations.action.d.ts.map +1 -1
- package/types/x-modules/recommendations/store/emitters.d.ts +2 -1
- package/types/x-modules/recommendations/store/emitters.d.ts.map +1 -1
- package/types/x-modules/recommendations/store/module.d.ts.map +1 -1
- package/types/x-modules/recommendations/store/types.d.ts +14 -8
- package/types/x-modules/recommendations/store/types.d.ts.map +1 -1
- package/types/x-modules/recommendations/wiring.d.ts +3 -3
- package/types/x-modules/recommendations/wiring.d.ts.map +1 -1
- package/types/x-modules/recommendations/x-module.d.ts +1 -1
- package/types/x-modules/recommendations/x-module.d.ts.map +1 -1
- package/types/x-modules/related-tags/components/related-tag.vue.d.ts.map +1 -1
- package/types/x-modules/related-tags/components/related-tags.vue.d.ts.map +1 -1
- package/types/x-modules/related-tags/events.types.d.ts +7 -8
- package/types/x-modules/related-tags/events.types.d.ts.map +1 -1
- package/types/x-modules/related-tags/store/actions/fetch-and-save-related-tags.action.d.ts +1 -1
- package/types/x-modules/related-tags/store/actions/fetch-and-save-related-tags.action.d.ts.map +1 -1
- package/types/x-modules/related-tags/store/actions/fetch-related-tags.action.d.ts.map +1 -1
- package/types/x-modules/related-tags/store/actions/set-url-params.action.d.ts.map +1 -1
- package/types/x-modules/related-tags/store/emitters.d.ts +1 -1
- package/types/x-modules/related-tags/store/getters/query.getter.d.ts +13 -0
- package/types/x-modules/related-tags/store/getters/query.getter.d.ts.map +1 -0
- package/types/x-modules/related-tags/store/getters/request.getter.d.ts +2 -0
- package/types/x-modules/related-tags/store/getters/request.getter.d.ts.map +1 -1
- package/types/x-modules/related-tags/store/index.d.ts +1 -0
- package/types/x-modules/related-tags/store/index.d.ts.map +1 -1
- package/types/x-modules/related-tags/store/module.d.ts.map +1 -1
- package/types/x-modules/related-tags/store/types.d.ts +15 -18
- package/types/x-modules/related-tags/store/types.d.ts.map +1 -1
- package/types/x-modules/related-tags/wiring.d.ts +15 -6
- package/types/x-modules/related-tags/wiring.d.ts.map +1 -1
- package/types/x-modules/related-tags/x-module.d.ts +1 -1
- package/types/x-modules/related-tags/x-module.d.ts.map +1 -1
- package/types/x-modules/scroll/components/main-scroll-item.vue.d.ts.map +1 -1
- package/types/x-modules/scroll/components/main-scroll.vue.d.ts +18 -2
- package/types/x-modules/scroll/components/main-scroll.vue.d.ts.map +1 -1
- package/types/x-modules/scroll/components/scroll-to-top.vue.d.ts +1 -1
- package/types/x-modules/scroll/components/scroll-to-top.vue.d.ts.map +1 -1
- package/types/x-modules/scroll/components/scroll.vue.d.ts +2 -17
- package/types/x-modules/scroll/components/scroll.vue.d.ts.map +1 -1
- package/types/x-modules/scroll/components/window-scroll.vue.d.ts +1 -1
- package/types/x-modules/scroll/components/window-scroll.vue.d.ts.map +1 -1
- package/types/x-modules/scroll/store/types.d.ts +2 -2
- package/types/x-modules/scroll/store/types.d.ts.map +1 -1
- package/types/x-modules/scroll/x-module.d.ts +1 -1
- package/types/x-modules/scroll/x-module.d.ts.map +1 -1
- package/types/x-modules/search/components/banner.vue.d.ts +27 -3
- package/types/x-modules/search/components/banner.vue.d.ts.map +1 -1
- package/types/x-modules/search/components/banners-list.vue.d.ts +23 -0
- package/types/x-modules/search/components/banners-list.vue.d.ts.map +1 -1
- package/types/x-modules/search/components/partial-query-button.vue.d.ts.map +1 -1
- package/types/x-modules/search/components/partial-results-list.vue.d.ts.map +1 -1
- package/types/x-modules/search/components/promoted.vue.d.ts +6 -0
- package/types/x-modules/search/components/promoted.vue.d.ts.map +1 -1
- package/types/x-modules/search/components/promoteds-list.vue.d.ts.map +1 -1
- package/types/x-modules/search/components/redirection.vue.d.ts +1 -1
- package/types/x-modules/search/components/redirection.vue.d.ts.map +1 -1
- package/types/x-modules/search/components/results-list.vue.d.ts +32 -0
- package/types/x-modules/search/components/results-list.vue.d.ts.map +1 -1
- package/types/x-modules/search/components/sort-dropdown.vue.d.ts.map +1 -1
- package/types/x-modules/search/components/sort-list.vue.d.ts.map +1 -1
- package/types/x-modules/search/components/spellcheck-button.vue.d.ts.map +1 -1
- package/types/x-modules/search/components/spellcheck.vue.d.ts.map +1 -1
- package/types/x-modules/search/events.types.d.ts +40 -15
- package/types/x-modules/search/events.types.d.ts.map +1 -1
- package/types/x-modules/search/index.d.ts +1 -0
- package/types/x-modules/search/index.d.ts.map +1 -1
- package/types/x-modules/search/store/actions/fetch-and-save-search-response.action.d.ts +2 -2
- package/types/x-modules/search/store/actions/fetch-and-save-search-response.action.d.ts.map +1 -1
- package/types/x-modules/search/store/actions/fetch-search-response.action.d.ts.map +1 -1
- package/types/x-modules/search/store/actions/index.d.ts +8 -0
- package/types/x-modules/search/store/actions/index.d.ts.map +1 -0
- package/types/x-modules/search/store/actions/reset-request-on-refinement.action.d.ts +12 -0
- package/types/x-modules/search/store/actions/reset-request-on-refinement.action.d.ts.map +1 -0
- package/types/x-modules/search/store/actions/save-search-response.action.d.ts +12 -0
- package/types/x-modules/search/store/actions/save-search-response.action.d.ts.map +1 -0
- package/types/x-modules/search/store/emitters.d.ts +22 -3
- package/types/x-modules/search/store/emitters.d.ts.map +1 -1
- package/types/x-modules/search/store/getters/index.d.ts +3 -0
- package/types/x-modules/search/store/getters/index.d.ts.map +1 -0
- package/types/x-modules/search/store/getters/query.getter.d.ts +13 -0
- package/types/x-modules/search/store/getters/query.getter.d.ts.map +1 -0
- package/types/x-modules/search/store/getters/request.getter.d.ts +2 -0
- package/types/x-modules/search/store/getters/request.getter.d.ts.map +1 -1
- package/types/x-modules/search/store/index.d.ts +2 -3
- package/types/x-modules/search/store/index.d.ts.map +1 -1
- package/types/x-modules/search/store/module.d.ts +29 -0
- package/types/x-modules/search/store/module.d.ts.map +1 -1
- package/types/x-modules/search/store/types.d.ts +46 -16
- package/types/x-modules/search/store/types.d.ts.map +1 -1
- package/types/x-modules/search/types.d.ts +35 -0
- package/types/x-modules/search/types.d.ts.map +1 -0
- package/types/x-modules/search/wiring.d.ts +54 -60
- package/types/x-modules/search/wiring.d.ts.map +1 -1
- package/types/x-modules/search/x-module.d.ts +1 -1
- package/types/x-modules/search/x-module.d.ts.map +1 -1
- package/types/x-modules/search-box/components/clear-search-input.vue.d.ts.map +1 -1
- package/types/x-modules/search-box/components/index.d.ts +1 -0
- package/types/x-modules/search-box/components/index.d.ts.map +1 -1
- package/types/x-modules/search-box/components/search-button.vue.d.ts.map +1 -1
- package/types/x-modules/search-box/components/search-input-placeholder.vue.d.ts +126 -0
- package/types/x-modules/search-box/components/search-input-placeholder.vue.d.ts.map +1 -0
- package/types/x-modules/search-box/components/search-input.vue.d.ts +27 -4
- package/types/x-modules/search-box/components/search-input.vue.d.ts.map +1 -1
- package/types/x-modules/search-box/events.types.d.ts +10 -0
- package/types/x-modules/search-box/events.types.d.ts.map +1 -1
- package/types/x-modules/search-box/store/actions/set-input-status.action.d.ts +12 -0
- package/types/x-modules/search-box/store/actions/set-input-status.action.d.ts.map +1 -0
- package/types/x-modules/search-box/store/module.d.ts.map +1 -1
- package/types/x-modules/search-box/store/types.d.ts +31 -4
- package/types/x-modules/search-box/store/types.d.ts.map +1 -1
- package/types/x-modules/search-box/wiring.d.ts +24 -5
- package/types/x-modules/search-box/wiring.d.ts.map +1 -1
- package/types/x-modules/search-box/x-module.d.ts +1 -1
- package/types/x-modules/search-box/x-module.d.ts.map +1 -1
- package/types/x-modules/tagging/components/tagging.vue.d.ts +29 -2
- package/types/x-modules/tagging/components/tagging.vue.d.ts.map +1 -1
- package/types/x-modules/tagging/config.types.d.ts +9 -0
- package/types/x-modules/tagging/config.types.d.ts.map +1 -1
- package/types/x-modules/tagging/events.types.d.ts +26 -8
- package/types/x-modules/tagging/events.types.d.ts.map +1 -1
- package/types/x-modules/tagging/service/index.d.ts +1 -1
- package/types/x-modules/tagging/service/index.d.ts.map +1 -1
- package/types/x-modules/tagging/service/pdp-add-to-cart.service.d.ts +82 -0
- package/types/x-modules/tagging/service/pdp-add-to-cart.service.d.ts.map +1 -0
- package/types/x-modules/tagging/service/types.d.ts +18 -9
- package/types/x-modules/tagging/service/types.d.ts.map +1 -1
- package/types/x-modules/tagging/store/emitters.d.ts +5 -0
- package/types/x-modules/tagging/store/emitters.d.ts.map +1 -1
- package/types/x-modules/tagging/store/module.d.ts.map +1 -1
- package/types/x-modules/tagging/store/types.d.ts +13 -9
- package/types/x-modules/tagging/store/types.d.ts.map +1 -1
- package/types/x-modules/tagging/wiring.d.ts +63 -14
- package/types/x-modules/tagging/wiring.d.ts.map +1 -1
- package/types/x-modules/tagging/x-module.d.ts +1 -1
- package/types/x-modules/tagging/x-module.d.ts.map +1 -1
- package/types/x-modules/url/components/url-handler.vue.d.ts +75 -11
- package/types/x-modules/url/components/url-handler.vue.d.ts.map +1 -1
- package/types/x-modules/url/events.types.d.ts +3 -2
- package/types/x-modules/url/events.types.d.ts.map +1 -1
- package/types/x-modules/url/store/module.d.ts.map +1 -1
- package/types/x-modules/url/store/types.d.ts +9 -8
- package/types/x-modules/url/store/types.d.ts.map +1 -1
- package/types/x-modules/url/wiring.d.ts +5 -5
- package/types/x-modules/url/wiring.d.ts.map +1 -1
- package/types/x-modules/url/x-module.d.ts +1 -1
- package/types/x-modules/url/x-module.d.ts.map +1 -1
- package/types/x-modules/x-modules.types.d.ts +10 -6
- package/types/x-modules/x-modules.types.d.ts.map +1 -1
- package/url/index.js +3 -3
- package/build-helpers/plugins/polyfills-wrapper.plugin.js +0 -36
- package/build-helpers/utils/polyfills.util.js +0 -68
- package/design-system/button-card.css +0 -20
- package/design-system/button-default.css +0 -65
- package/design-system/button-ghost.css +0 -18
- package/design-system/button-pill.css +0 -20
- package/design-system/button-primary.css +0 -19
- package/design-system/button-round.css +0 -23
- package/design-system/button-secondary.css +0 -19
- package/design-system/button-tertiary.css +0 -19
- package/design-system/icon-default.css +0 -24
- package/design-system/icon-l.css +0 -7
- package/design-system/icon-m.css +0 -7
- package/design-system/icon-s.css +0 -7
- package/design-system/icon-xl.css +0 -7
- package/design-system/input-card.css +0 -18
- package/design-system/input-default.css +0 -74
- package/design-system/input-group-card.css +0 -30
- package/design-system/input-group-default.css +0 -132
- package/design-system/input-group-line.css +0 -39
- package/design-system/input-group-pill.css +0 -22
- package/design-system/input-line.css +0 -20
- package/design-system/input-pill.css +0 -14
- package/design-system/picture-card.css +0 -13
- package/design-system/picture-colored.css +0 -14
- package/design-system/picture-cover.css +0 -17
- package/design-system/picture-default.css +0 -43
- package/design-system/picture-fixed-ratio.css +0 -25
- package/design-system/scroll-default.css +0 -26
- package/design-system/sliding-panel-default.css +0 -38
- package/design-system/sliding-panel-default.token.css +0 -7
- package/design-system/suggestion-default.css +0 -81
- package/design-system/suggestion-group-default.css +0 -55
- package/design-system/typography-accent.css +0 -2
- package/design-system/typography-accent.token.css +0 -2
- package/design-system/typography-bold.css +0 -14
- package/design-system/typography-default.css +0 -82
- package/design-system/typography-light.css +0 -14
- package/design-system/typography-secondary.css +0 -2
- package/design-system/typography-secondary.token.css +0 -2
- package/design-system/typography-stroke.css +0 -14
- package/design-system/utilities-font-color.css +0 -20
- package/design-system/utilities-font-weight.css +0 -8
- package/docs/API-reference/api/x-adapter.ancestorbinding.default.md +0 -11
- package/docs/API-reference/api/x-adapter.ancestorbinding.md +0 -21
- package/docs/API-reference/api/x-adapter.ancestorbinding.whenanyancestoris.md +0 -11
- package/docs/API-reference/api/x-adapter.ancestorconstantbinding.md +0 -20
- package/docs/API-reference/api/x-adapter.ancestorconstantbinding.toconstantwhenanyancestoris.md +0 -11
- package/docs/API-reference/api/x-adapter.beacontrackingrequestor.md +0 -21
- package/docs/API-reference/api/x-adapter.beacontrackingrequestor.request.md +0 -22
- package/docs/API-reference/api/x-adapter.beforerequest.md +0 -15
- package/docs/API-reference/api/x-adapter.beforerequestcontext.feature.md +0 -11
- package/docs/API-reference/api/x-adapter.beforerequestcontext.md +0 -24
- package/docs/API-reference/api/x-adapter.beforerequestcontext.rawrequest.md +0 -11
- package/docs/API-reference/api/x-adapter.beforerequestcontext.request.md +0 -11
- package/docs/API-reference/api/x-adapter.beforerequestcontext.requestoptions.md +0 -11
- package/docs/API-reference/api/x-adapter.beforerequestcontext.url.md +0 -11
- package/docs/API-reference/api/x-adapter.beforeresponsetransform.md +0 -15
- package/docs/API-reference/api/x-adapter.beforeresponsetransformcontext.md +0 -21
- package/docs/API-reference/api/x-adapter.beforeresponsetransformcontext.rawresponse.md +0 -11
- package/docs/API-reference/api/x-adapter.binding.md +0 -15
- package/docs/API-reference/api/x-adapter.bindingdictionary.md +0 -15
- package/docs/API-reference/api/x-adapter.bindings.md +0 -13
- package/docs/API-reference/api/x-adapter.cacheservice.clear.md +0 -15
- package/docs/API-reference/api/x-adapter.cacheservice.getitem.md +0 -22
- package/docs/API-reference/api/x-adapter.cacheservice.md +0 -23
- package/docs/API-reference/api/x-adapter.cacheservice.removeitem.md +0 -22
- package/docs/API-reference/api/x-adapter.cacheservice.setitem.md +0 -24
- package/docs/API-reference/api/x-adapter.classbinding.md +0 -15
- package/docs/API-reference/api/x-adapter.clicksrecommendationsrequest.md +0 -22
- package/docs/API-reference/api/x-adapter.clicksrecommendationsrequest.productids.md +0 -11
- package/docs/API-reference/api/x-adapter.clicksrecommendationsrequest.section.md +0 -11
- package/docs/API-reference/api/x-adapter.clicksrecommendationsresponse.md +0 -22
- package/docs/API-reference/api/x-adapter.clicksrecommendationsresponse.results.md +0 -11
- package/docs/API-reference/api/x-adapter.clicksrecommendationsresponse.totalresults.md +0 -11
- package/docs/API-reference/api/x-adapter.configchangedlistener.md +0 -13
- package/docs/API-reference/api/x-adapter.constantbinding.md +0 -15
- package/docs/API-reference/api/x-adapter.containerconfigparser._constructor_.md +0 -21
- package/docs/API-reference/api/x-adapter.containerconfigparser.md +0 -26
- package/docs/API-reference/api/x-adapter.containerconfigparser.parse.md +0 -15
- package/docs/API-reference/api/x-adapter.contextualbinding.md +0 -15
- package/docs/API-reference/api/x-adapter.deeppartial.md +0 -17
- package/docs/API-reference/api/x-adapter.default_cache_config.md +0 -18
- package/docs/API-reference/api/x-adapter.default_empathy_adapter_config.md +0 -13
- package/docs/API-reference/api/x-adapter.dependencies.md +0 -70
- package/docs/API-reference/api/x-adapter.dictionary.md +0 -13
- package/docs/API-reference/api/x-adapter.dynamicbinding.md +0 -20
- package/docs/API-reference/api/x-adapter.dynamicbinding.todynamic.md +0 -11
- package/docs/API-reference/api/x-adapter.empathyadapter._constructor_.md +0 -22
- package/docs/API-reference/api/x-adapter.empathyadapter.addconfigchangedlistener.md +0 -22
- package/docs/API-reference/api/x-adapter.empathyadapter.cache.md +0 -11
- package/docs/API-reference/api/x-adapter.empathyadapter.config.md +0 -11
- package/docs/API-reference/api/x-adapter.empathyadapter.configchangedlisteners.md +0 -11
- package/docs/API-reference/api/x-adapter.empathyadapter.getclicksrecommendations.md +0 -23
- package/docs/API-reference/api/x-adapter.empathyadapter.getnextqueries.md +0 -23
- package/docs/API-reference/api/x-adapter.empathyadapter.getqueriesrecommendations.md +0 -23
- package/docs/API-reference/api/x-adapter.empathyadapter.getrelatedtags.md +0 -23
- package/docs/API-reference/api/x-adapter.empathyadapter.getsectionrecommendations.md +0 -23
- package/docs/API-reference/api/x-adapter.empathyadapter.getsuggestions.md +0 -23
- package/docs/API-reference/api/x-adapter.empathyadapter.gettoprecommendations.md +0 -23
- package/docs/API-reference/api/x-adapter.empathyadapter.getuserrecommendations.md +0 -23
- package/docs/API-reference/api/x-adapter.empathyadapter.invalidatecache.md +0 -15
- package/docs/API-reference/api/x-adapter.empathyadapter.md +0 -51
- package/docs/API-reference/api/x-adapter.empathyadapter.notifyconfigchangedlisteners.md +0 -15
- package/docs/API-reference/api/x-adapter.empathyadapter.removeconfigchangedlistener.md +0 -22
- package/docs/API-reference/api/x-adapter.empathyadapter.requestors.md +0 -11
- package/docs/API-reference/api/x-adapter.empathyadapter.search.md +0 -23
- package/docs/API-reference/api/x-adapter.empathyadapter.searchbyid.md +0 -23
- package/docs/API-reference/api/x-adapter.empathyadapter.setconfig.md +0 -22
- package/docs/API-reference/api/x-adapter.empathyadapter.track.md +0 -22
- package/docs/API-reference/api/x-adapter.empathyadapterbuilder._constructor_.md +0 -22
- package/docs/API-reference/api/x-adapter.empathyadapterbuilder.adapterclass.md +0 -11
- package/docs/API-reference/api/x-adapter.empathyadapterbuilder.addclassmapper.md +0 -24
- package/docs/API-reference/api/x-adapter.empathyadapterbuilder.addclassrequestmapper.md +0 -23
- package/docs/API-reference/api/x-adapter.empathyadapterbuilder.addhook.md +0 -24
- package/docs/API-reference/api/x-adapter.empathyadapterbuilder.addmapper.md +0 -24
- package/docs/API-reference/api/x-adapter.empathyadapterbuilder.addrequestmapper.md +0 -23
- package/docs/API-reference/api/x-adapter.empathyadapterbuilder.build.md +0 -15
- package/docs/API-reference/api/x-adapter.empathyadapterbuilder.completepartialfacetsconfig.md +0 -15
- package/docs/API-reference/api/x-adapter.empathyadapterbuilder.config.md +0 -11
- package/docs/API-reference/api/x-adapter.empathyadapterbuilder.configurator.md +0 -11
- package/docs/API-reference/api/x-adapter.empathyadapterbuilder.configurecontainer.md +0 -22
- package/docs/API-reference/api/x-adapter.empathyadapterbuilder.container.md +0 -11
- package/docs/API-reference/api/x-adapter.empathyadapterbuilder.createmapperclass.md +0 -22
- package/docs/API-reference/api/x-adapter.empathyadapterbuilder.createrequestmapperclass.md +0 -22
- package/docs/API-reference/api/x-adapter.empathyadapterbuilder.defaultbindingsconfig.md +0 -11
- package/docs/API-reference/api/x-adapter.empathyadapterbuilder.enablecache.md +0 -22
- package/docs/API-reference/api/x-adapter.empathyadapterbuilder.initcontainerbindings.md +0 -15
- package/docs/API-reference/api/x-adapter.empathyadapterbuilder.md +0 -65
- package/docs/API-reference/api/x-adapter.empathyadapterbuilder.onbeforerequest.md +0 -23
- package/docs/API-reference/api/x-adapter.empathyadapterbuilder.onbeforeresponsetransformed.md +0 -23
- package/docs/API-reference/api/x-adapter.empathyadapterbuilder.onresponsetransformed.md +0 -23
- package/docs/API-reference/api/x-adapter.empathyadapterbuilder.replaceclassmapper.md +0 -23
- package/docs/API-reference/api/x-adapter.empathyadapterbuilder.replaceclassrequestmapper.md +0 -22
- package/docs/API-reference/api/x-adapter.empathyadapterbuilder.replacemapper.md +0 -23
- package/docs/API-reference/api/x-adapter.empathyadapterbuilder.replacerequestmapper.md +0 -22
- package/docs/API-reference/api/x-adapter.empathyadapterbuilder.setenvironment.md +0 -22
- package/docs/API-reference/api/x-adapter.empathyadapterbuilder.setfacetconfig.md +0 -23
- package/docs/API-reference/api/x-adapter.empathyadapterbuilder.setfeatureconfig.md +0 -23
- package/docs/API-reference/api/x-adapter.empathyadapterbuilder.setinstance.md +0 -22
- package/docs/API-reference/api/x-adapter.empathyadapterbuilder.setlang.md +0 -22
- package/docs/API-reference/api/x-adapter.empathyadapterbuilder.setqueryconfig.md +0 -22
- package/docs/API-reference/api/x-adapter.empathyadapterbuilder.setrequestparams.md +0 -22
- package/docs/API-reference/api/x-adapter.empathyadapterbuilder.setresulttrackingconfig.md +0 -22
- package/docs/API-reference/api/x-adapter.empathyadapterbuilder.setscope.md +0 -22
- package/docs/API-reference/api/x-adapter.empathyadapterbuilder.setuserinfo.md +0 -22
- package/docs/API-reference/api/x-adapter.empathyadapterbuilder.withconfiguration.md +0 -22
- package/docs/API-reference/api/x-adapter.empathyadapterconfig.env.md +0 -11
- package/docs/API-reference/api/x-adapter.empathyadapterconfig.features.md +0 -13
- package/docs/API-reference/api/x-adapter.empathyadapterconfig.instance.md +0 -11
- package/docs/API-reference/api/x-adapter.empathyadapterconfig.mappings.md +0 -17
- package/docs/API-reference/api/x-adapter.empathyadapterconfig.md +0 -24
- package/docs/API-reference/api/x-adapter.empathyadapterconfig.requestparams.md +0 -15
- package/docs/API-reference/api/x-adapter.empathyadapterconfigchangedlistener.md +0 -15
- package/docs/API-reference/api/x-adapter.empathybanner.id.md +0 -11
- package/docs/API-reference/api/x-adapter.empathybanner.imagename.md +0 -11
- package/docs/API-reference/api/x-adapter.empathybanner.md +0 -24
- package/docs/API-reference/api/x-adapter.empathybanner.title.md +0 -11
- package/docs/API-reference/api/x-adapter.empathybanner.trackable_url.md +0 -11
- package/docs/API-reference/api/x-adapter.empathybanner.url.md +0 -11
- package/docs/API-reference/api/x-adapter.empathybannermapper._constructor_.md +0 -20
- package/docs/API-reference/api/x-adapter.empathybannermapper.map.md +0 -24
- package/docs/API-reference/api/x-adapter.empathybannermapper.md +0 -27
- package/docs/API-reference/api/x-adapter.empathybooleanfiltermapper.map.md +0 -24
- package/docs/API-reference/api/x-adapter.empathybooleanfiltermapper.md +0 -21
- package/docs/API-reference/api/x-adapter.empathycacheservice._constructor_.md +0 -20
- package/docs/API-reference/api/x-adapter.empathycacheservice.clear.md +0 -15
- package/docs/API-reference/api/x-adapter.empathycacheservice.getitem.md +0 -22
- package/docs/API-reference/api/x-adapter.empathycacheservice.hash.md +0 -22
- package/docs/API-reference/api/x-adapter.empathycacheservice.md +0 -39
- package/docs/API-reference/api/x-adapter.empathycacheservice.minutestomilliseconds.md +0 -22
- package/docs/API-reference/api/x-adapter.empathycacheservice.removeitem.md +0 -22
- package/docs/API-reference/api/x-adapter.empathycacheservice.setitem.md +0 -24
- package/docs/API-reference/api/x-adapter.empathycacheservice.storageservice.md +0 -11
- package/docs/API-reference/api/x-adapter.empathycacheservice.transformkey.md +0 -22
- package/docs/API-reference/api/x-adapter.empathyclicksrecommendationsrequest.md +0 -21
- package/docs/API-reference/api/x-adapter.empathyclicksrecommendationsrequest.productid.md +0 -11
- package/docs/API-reference/api/x-adapter.empathyclicksrecommendationsrequestmapper.map.md +0 -23
- package/docs/API-reference/api/x-adapter.empathyclicksrecommendationsrequestmapper.md +0 -21
- package/docs/API-reference/api/x-adapter.empathydirect.id.md +0 -11
- package/docs/API-reference/api/x-adapter.empathydirect.md +0 -22
- package/docs/API-reference/api/x-adapter.empathydirect.trackable_url.md +0 -11
- package/docs/API-reference/api/x-adapter.empathydirect.url.md +0 -11
- package/docs/API-reference/api/x-adapter.empathyendpointsservice._constructor_.md +0 -20
- package/docs/API-reference/api/x-adapter.empathyendpointsservice.buildurl.md +0 -22
- package/docs/API-reference/api/x-adapter.empathyendpointsservice.md +0 -27
- package/docs/API-reference/api/x-adapter.empathyfacet.facet.md +0 -11
- package/docs/API-reference/api/x-adapter.empathyfacet.md +0 -21
- package/docs/API-reference/api/x-adapter.empathyfacet.values.md +0 -11
- package/docs/API-reference/api/x-adapter.empathyfacetfiltermapper.map.md +0 -24
- package/docs/API-reference/api/x-adapter.empathyfacetfiltermapper.md +0 -21
- package/docs/API-reference/api/x-adapter.empathyfacetmapper._constructor_.md +0 -20
- package/docs/API-reference/api/x-adapter.empathyfacetmapper.facetsconfig.md +0 -11
- package/docs/API-reference/api/x-adapter.empathyfacetmapper.map.md +0 -24
- package/docs/API-reference/api/x-adapter.empathyfacetmapper.md +0 -33
- package/docs/API-reference/api/x-adapter.empathyfilter.count.md +0 -11
- package/docs/API-reference/api/x-adapter.empathyfilter.filter.md +0 -11
- package/docs/API-reference/api/x-adapter.empathyfilter.md +0 -24
- package/docs/API-reference/api/x-adapter.empathyfilter.selected.md +0 -11
- package/docs/API-reference/api/x-adapter.empathyfilter.value.md +0 -11
- package/docs/API-reference/api/x-adapter.empathyfilter.values.md +0 -11
- package/docs/API-reference/api/x-adapter.empathyhierarchicalfacetmapper._constructor_.md +0 -20
- package/docs/API-reference/api/x-adapter.empathyhierarchicalfacetmapper.map.md +0 -24
- package/docs/API-reference/api/x-adapter.empathyhierarchicalfacetmapper.mapdeepfilter.md +0 -25
- package/docs/API-reference/api/x-adapter.empathyhierarchicalfacetmapper.mapfilter.md +0 -11
- package/docs/API-reference/api/x-adapter.empathyhierarchicalfacetmapper.mapfilterstree.md +0 -24
- package/docs/API-reference/api/x-adapter.empathyhierarchicalfacetmapper.md +0 -35
- package/docs/API-reference/api/x-adapter.empathyhierarchicalfiltermapper.map.md +0 -24
- package/docs/API-reference/api/x-adapter.empathyhierarchicalfiltermapper.md +0 -21
- package/docs/API-reference/api/x-adapter.empathynextqueriesrequest.lang.md +0 -11
- package/docs/API-reference/api/x-adapter.empathynextqueriesrequest.md +0 -21
- package/docs/API-reference/api/x-adapter.empathynextqueriesrequest.q.md +0 -11
- package/docs/API-reference/api/x-adapter.empathynextquery.md +0 -20
- package/docs/API-reference/api/x-adapter.empathynextquery.query.md +0 -11
- package/docs/API-reference/api/x-adapter.empathynextquerymapper.map.md +0 -23
- package/docs/API-reference/api/x-adapter.empathynextquerymapper.md +0 -21
- package/docs/API-reference/api/x-adapter.empathynumberrangefacetmapper._constructor_.md +0 -21
- package/docs/API-reference/api/x-adapter.empathynumberrangefacetmapper.facetsconfig.md +0 -11
- package/docs/API-reference/api/x-adapter.empathynumberrangefacetmapper.map.md +0 -24
- package/docs/API-reference/api/x-adapter.empathynumberrangefacetmapper.mapfilter.md +0 -11
- package/docs/API-reference/api/x-adapter.empathynumberrangefacetmapper.mapfilters.md +0 -25
- package/docs/API-reference/api/x-adapter.empathynumberrangefacetmapper.md +0 -35
- package/docs/API-reference/api/x-adapter.empathynumberrangefiltermapper.map.md +0 -24
- package/docs/API-reference/api/x-adapter.empathynumberrangefiltermapper.md +0 -21
- package/docs/API-reference/api/x-adapter.empathypartialresult.docs.md +0 -11
- package/docs/API-reference/api/x-adapter.empathypartialresult.md +0 -22
- package/docs/API-reference/api/x-adapter.empathypartialresult.numfound.md +0 -11
- package/docs/API-reference/api/x-adapter.empathypartialresult.suggestion.md +0 -11
- package/docs/API-reference/api/x-adapter.empathypartialresultmapper._constructor_.md +0 -20
- package/docs/API-reference/api/x-adapter.empathypartialresultmapper.map.md +0 -24
- package/docs/API-reference/api/x-adapter.empathypartialresultmapper.md +0 -27
- package/docs/API-reference/api/x-adapter.empathypromoted.id.md +0 -11
- package/docs/API-reference/api/x-adapter.empathypromoted.imagename.md +0 -11
- package/docs/API-reference/api/x-adapter.empathypromoted.md +0 -24
- package/docs/API-reference/api/x-adapter.empathypromoted.title.md +0 -11
- package/docs/API-reference/api/x-adapter.empathypromoted.trackable_url.md +0 -11
- package/docs/API-reference/api/x-adapter.empathypromoted.url.md +0 -11
- package/docs/API-reference/api/x-adapter.empathypromotedmapper._constructor_.md +0 -20
- package/docs/API-reference/api/x-adapter.empathypromotedmapper.map.md +0 -24
- package/docs/API-reference/api/x-adapter.empathypromotedmapper.md +0 -27
- package/docs/API-reference/api/x-adapter.empathyqueriesrecommendationsrequest.md +0 -21
- package/docs/API-reference/api/x-adapter.empathyqueriesrecommendationsrequest.query.md +0 -11
- package/docs/API-reference/api/x-adapter.empathyqueriesrecommendationsrequestmapper._constructor_.md +0 -20
- package/docs/API-reference/api/x-adapter.empathyqueriesrecommendationsrequestmapper.map.md +0 -24
- package/docs/API-reference/api/x-adapter.empathyqueriesrecommendationsrequestmapper.md +0 -27
- package/docs/API-reference/api/x-adapter.empathyqueryablerequestmapper._constructor_.md +0 -20
- package/docs/API-reference/api/x-adapter.empathyqueryablerequestmapper.map.md +0 -24
- package/docs/API-reference/api/x-adapter.empathyqueryablerequestmapper.md +0 -27
- package/docs/API-reference/api/x-adapter.empathyredirectionmapper._constructor_.md +0 -20
- package/docs/API-reference/api/x-adapter.empathyredirectionmapper.map.md +0 -24
- package/docs/API-reference/api/x-adapter.empathyredirectionmapper.md +0 -27
- package/docs/API-reference/api/x-adapter.empathyrelatedtag.md +0 -22
- package/docs/API-reference/api/x-adapter.empathyrelatedtag.query.md +0 -11
- package/docs/API-reference/api/x-adapter.empathyrelatedtag.source.md +0 -11
- package/docs/API-reference/api/x-adapter.empathyrelatedtag.tag.md +0 -11
- package/docs/API-reference/api/x-adapter.empathyrelatedtagmapper.map.md +0 -23
- package/docs/API-reference/api/x-adapter.empathyrelatedtagmapper.md +0 -21
- package/docs/API-reference/api/x-adapter.empathyrelatedtagsrequest.lang.md +0 -11
- package/docs/API-reference/api/x-adapter.empathyrelatedtagsrequest.md +0 -21
- package/docs/API-reference/api/x-adapter.empathyrelatedtagsrequest.q.md +0 -11
- package/docs/API-reference/api/x-adapter.empathyrequestfiltersmapper._constructor_.md +0 -20
- package/docs/API-reference/api/x-adapter.empathyrequestfiltersmapper.map.md +0 -24
- package/docs/API-reference/api/x-adapter.empathyrequestfiltersmapper.md +0 -27
- package/docs/API-reference/api/x-adapter.empathyrequestfilterssolrsyntaxmapper._constructor_.md +0 -20
- package/docs/API-reference/api/x-adapter.empathyrequestfilterssolrsyntaxmapper.map.md +0 -23
- package/docs/API-reference/api/x-adapter.empathyrequestfilterssolrsyntaxmapper.md +0 -27
- package/docs/API-reference/api/x-adapter.empathyrequestparamsmapper._constructor_.md +0 -20
- package/docs/API-reference/api/x-adapter.empathyrequestparamsmapper.map.md +0 -23
- package/docs/API-reference/api/x-adapter.empathyrequestparamsmapper.md +0 -27
- package/docs/API-reference/api/x-adapter.empathyrequestquerymapper._constructor_.md +0 -20
- package/docs/API-reference/api/x-adapter.empathyrequestquerymapper.map.md +0 -23
- package/docs/API-reference/api/x-adapter.empathyrequestquerymapper.md +0 -28
- package/docs/API-reference/api/x-adapter.empathyrequestquerymapper.normalizequery.md +0 -22
- package/docs/API-reference/api/x-adapter.empathyrequestrelatedtagsquerymapper.map.md +0 -23
- package/docs/API-reference/api/x-adapter.empathyrequestrelatedtagsquerymapper.md +0 -21
- package/docs/API-reference/api/x-adapter.empathyrequestsortmapper.map.md +0 -22
- package/docs/API-reference/api/x-adapter.empathyrequestsortmapper.md +0 -21
- package/docs/API-reference/api/x-adapter.empathyresult.eb_sku.md +0 -11
- package/docs/API-reference/api/x-adapter.empathyresult.ebtagging.md +0 -16
- package/docs/API-reference/api/x-adapter.empathyresult.id.md +0 -11
- package/docs/API-reference/api/x-adapter.empathyresult.image.md +0 -11
- package/docs/API-reference/api/x-adapter.empathyresult.iswishlisted.md +0 -11
- package/docs/API-reference/api/x-adapter.empathyresult.md +0 -29
- package/docs/API-reference/api/x-adapter.empathyresult.name.md +0 -11
- package/docs/API-reference/api/x-adapter.empathyresult.originalprice.md +0 -11
- package/docs/API-reference/api/x-adapter.empathyresult.price.md +0 -11
- package/docs/API-reference/api/x-adapter.empathyresult.rating.md +0 -11
- package/docs/API-reference/api/x-adapter.empathyresult.url.md +0 -11
- package/docs/API-reference/api/x-adapter.empathyresultmapper._constructor_.md +0 -21
- package/docs/API-reference/api/x-adapter.empathyresultmapper.map.md +0 -24
- package/docs/API-reference/api/x-adapter.empathyresultmapper.md +0 -27
- package/docs/API-reference/api/x-adapter.empathyresultquerytaggingmapper._constructor_.md +0 -21
- package/docs/API-reference/api/x-adapter.empathyresultquerytaggingmapper.map.md +0 -24
- package/docs/API-reference/api/x-adapter.empathyresultquerytaggingmapper.md +0 -27
- package/docs/API-reference/api/x-adapter.empathysearchbyidrequest.catalogue.md +0 -11
- package/docs/API-reference/api/x-adapter.empathysearchbyidrequest.lang.md +0 -11
- package/docs/API-reference/api/x-adapter.empathysearchbyidrequest.md +0 -25
- package/docs/API-reference/api/x-adapter.empathysearchbyidrequest.q.md +0 -11
- package/docs/API-reference/api/x-adapter.empathysearchbyidrequest.rows.md +0 -11
- package/docs/API-reference/api/x-adapter.empathysearchbyidrequest.store.md +0 -11
- package/docs/API-reference/api/x-adapter.empathysearchbyidrequest.warehouse.md +0 -11
- package/docs/API-reference/api/x-adapter.empathysearchrequest.catalogue.md +0 -11
- package/docs/API-reference/api/x-adapter.empathysearchrequest.filter.md +0 -11
- package/docs/API-reference/api/x-adapter.empathysearchrequest.lang.md +0 -11
- package/docs/API-reference/api/x-adapter.empathysearchrequest.md +0 -31
- package/docs/API-reference/api/x-adapter.empathysearchrequest.origin.md +0 -11
- package/docs/API-reference/api/x-adapter.empathysearchrequest.q.md +0 -11
- package/docs/API-reference/api/x-adapter.empathysearchrequest.rows.md +0 -11
- package/docs/API-reference/api/x-adapter.empathysearchrequest.scope.md +0 -11
- package/docs/API-reference/api/x-adapter.empathysearchrequest.sort.md +0 -11
- package/docs/API-reference/api/x-adapter.empathysearchrequest.sortdirection.md +0 -11
- package/docs/API-reference/api/x-adapter.empathysearchrequest.start.md +0 -11
- package/docs/API-reference/api/x-adapter.empathysearchrequest.store.md +0 -11
- package/docs/API-reference/api/x-adapter.empathysearchrequest.warehouse.md +0 -11
- package/docs/API-reference/api/x-adapter.empathysearchrequestmapper._constructor_.md +0 -22
- package/docs/API-reference/api/x-adapter.empathysearchrequestmapper.map.md +0 -24
- package/docs/API-reference/api/x-adapter.empathysearchrequestmapper.md +0 -27
- package/docs/API-reference/api/x-adapter.empathysectionrecommendationsrequest.md +0 -21
- package/docs/API-reference/api/x-adapter.empathysectionrecommendationsrequest.section.md +0 -11
- package/docs/API-reference/api/x-adapter.empathysectionrecommendationsrequestmapper.map.md +0 -23
- package/docs/API-reference/api/x-adapter.empathysectionrecommendationsrequestmapper.md +0 -21
- package/docs/API-reference/api/x-adapter.empathysimplefacetmapper._constructor_.md +0 -20
- package/docs/API-reference/api/x-adapter.empathysimplefacetmapper.map.md +0 -24
- package/docs/API-reference/api/x-adapter.empathysimplefacetmapper.mapfilter.md +0 -11
- package/docs/API-reference/api/x-adapter.empathysimplefacetmapper.mapfilters.md +0 -24
- package/docs/API-reference/api/x-adapter.empathysimplefacetmapper.md +0 -34
- package/docs/API-reference/api/x-adapter.empathysimplefiltermapper.map.md +0 -24
- package/docs/API-reference/api/x-adapter.empathysimplefiltermapper.md +0 -21
- package/docs/API-reference/api/x-adapter.empathysimplerequestmapper.map.md +0 -23
- package/docs/API-reference/api/x-adapter.empathysimplerequestmapper.md +0 -21
- package/docs/API-reference/api/x-adapter.empathysimplevaluemapper.map.md +0 -22
- package/docs/API-reference/api/x-adapter.empathysimplevaluemapper.md +0 -21
- package/docs/API-reference/api/x-adapter.empathysuggestion.facets.md +0 -11
- package/docs/API-reference/api/x-adapter.empathysuggestion.md +0 -22
- package/docs/API-reference/api/x-adapter.empathysuggestion.title.md +0 -11
- package/docs/API-reference/api/x-adapter.empathysuggestion.title_raw.md +0 -11
- package/docs/API-reference/api/x-adapter.empathysuggestionfacetsmapper._constructor_.md +0 -20
- package/docs/API-reference/api/x-adapter.empathysuggestionfacetsmapper.map.md +0 -24
- package/docs/API-reference/api/x-adapter.empathysuggestionfacetsmapper.md +0 -27
- package/docs/API-reference/api/x-adapter.empathysuggestionmapper.map.md +0 -24
- package/docs/API-reference/api/x-adapter.empathysuggestionmapper.md +0 -21
- package/docs/API-reference/api/x-adapter.empathysuggestionsrequest.catalogue.md +0 -11
- package/docs/API-reference/api/x-adapter.empathysuggestionsrequest.lang.md +0 -11
- package/docs/API-reference/api/x-adapter.empathysuggestionsrequest.md +0 -25
- package/docs/API-reference/api/x-adapter.empathysuggestionsrequest.q.md +0 -11
- package/docs/API-reference/api/x-adapter.empathysuggestionsrequest.rows.md +0 -11
- package/docs/API-reference/api/x-adapter.empathysuggestionsrequest.store.md +0 -11
- package/docs/API-reference/api/x-adapter.empathysuggestionsrequest.warehouse.md +0 -11
- package/docs/API-reference/api/x-adapter.empathytaggingmapper.map.md +0 -23
- package/docs/API-reference/api/x-adapter.empathytaggingmapper.md +0 -21
- package/docs/API-reference/api/x-adapter.empathytoprecommendationsrequest.catalogue.md +0 -11
- package/docs/API-reference/api/x-adapter.empathytoprecommendationsrequest.lang.md +0 -11
- package/docs/API-reference/api/x-adapter.empathytoprecommendationsrequest.md +0 -27
- package/docs/API-reference/api/x-adapter.empathytoprecommendationsrequest.origin.md +0 -11
- package/docs/API-reference/api/x-adapter.empathytoprecommendationsrequest.q.md +0 -11
- package/docs/API-reference/api/x-adapter.empathytoprecommendationsrequest.rows.md +0 -11
- package/docs/API-reference/api/x-adapter.empathytoprecommendationsrequest.scope.md +0 -11
- package/docs/API-reference/api/x-adapter.empathytoprecommendationsrequest.store.md +0 -11
- package/docs/API-reference/api/x-adapter.empathytoprecommendationsrequest.warehouse.md +0 -11
- package/docs/API-reference/api/x-adapter.empathyuserinfomapper.map.md +0 -23
- package/docs/API-reference/api/x-adapter.empathyuserinfomapper.md +0 -21
- package/docs/API-reference/api/x-adapter.empathyuserinforequest.md +0 -22
- package/docs/API-reference/api/x-adapter.empathyuserinforequest.session.md +0 -11
- package/docs/API-reference/api/x-adapter.empathyuserinforequest.user.md +0 -11
- package/docs/API-reference/api/x-adapter.empathyuserinforequest.user_type.md +0 -11
- package/docs/API-reference/api/x-adapter.empathyuserrecommendationsrequest.md +0 -15
- package/docs/API-reference/api/x-adapter.endpointsservice.buildurl.md +0 -22
- package/docs/API-reference/api/x-adapter.endpointsservice.md +0 -20
- package/docs/API-reference/api/x-adapter.entitynames.md +0 -15
- package/docs/API-reference/api/x-adapter.extraparamsrequest.md +0 -13
- package/docs/API-reference/api/x-adapter.facetconfig.isdynamic.md +0 -11
- package/docs/API-reference/api/x-adapter.facetconfig.md +0 -22
- package/docs/API-reference/api/x-adapter.facetconfig.modelname.md +0 -11
- package/docs/API-reference/api/x-adapter.facetconfig.template.md +0 -11
- package/docs/API-reference/api/x-adapter.facetsconfig.default.md +0 -11
- package/docs/API-reference/api/x-adapter.facetsconfig.md +0 -21
- package/docs/API-reference/api/x-adapter.facetsconfig.named.md +0 -11
- package/docs/API-reference/api/x-adapter.featureconfig.cachettlinminutes.md +0 -11
- package/docs/API-reference/api/x-adapter.featureconfig.endpoint.md +0 -11
- package/docs/API-reference/api/x-adapter.featureconfig.md +0 -22
- package/docs/API-reference/api/x-adapter.featureconfig.responsepaths.md +0 -11
- package/docs/API-reference/api/x-adapter.featurenames.md +0 -13
- package/docs/API-reference/api/x-adapter.featurerequestor._constructor_.md +0 -28
- package/docs/API-reference/api/x-adapter.featurerequestor.beforerequest.md +0 -11
- package/docs/API-reference/api/x-adapter.featurerequestor.beforeresponsetransformed.md +0 -11
- package/docs/API-reference/api/x-adapter.featurerequestor.config.md +0 -11
- package/docs/API-reference/api/x-adapter.featurerequestor.endpointsservice.md +0 -11
- package/docs/API-reference/api/x-adapter.featurerequestor.feature.md +0 -11
- package/docs/API-reference/api/x-adapter.featurerequestor.featureconfig.md +0 -11
- package/docs/API-reference/api/x-adapter.featurerequestor.httpclient.md +0 -11
- package/docs/API-reference/api/x-adapter.featurerequestor.maprequest.md +0 -11
- package/docs/API-reference/api/x-adapter.featurerequestor.md +0 -45
- package/docs/API-reference/api/x-adapter.featurerequestor.request.md +0 -23
- package/docs/API-reference/api/x-adapter.featurerequestor.responsemappers.md +0 -11
- package/docs/API-reference/api/x-adapter.featurerequestor.responsetransformed.md +0 -11
- package/docs/API-reference/api/x-adapter.featurerequestor.runhooks.md +0 -23
- package/docs/API-reference/api/x-adapter.featurerequestor.transformresponse.md +0 -23
- package/docs/API-reference/api/x-adapter.featurerequestor.transformresponseselection.md +0 -24
- package/docs/API-reference/api/x-adapter.featuresresponsetypes.clicksrecommendations.md +0 -11
- package/docs/API-reference/api/x-adapter.featuresresponsetypes.md +0 -30
- package/docs/API-reference/api/x-adapter.featuresresponsetypes.nextqueries.md +0 -11
- package/docs/API-reference/api/x-adapter.featuresresponsetypes.queriesrecommendations.md +0 -11
- package/docs/API-reference/api/x-adapter.featuresresponsetypes.relatedtags.md +0 -11
- package/docs/API-reference/api/x-adapter.featuresresponsetypes.search.md +0 -11
- package/docs/API-reference/api/x-adapter.featuresresponsetypes.searchbyid.md +0 -11
- package/docs/API-reference/api/x-adapter.featuresresponsetypes.sectionrecommendations.md +0 -11
- package/docs/API-reference/api/x-adapter.featuresresponsetypes.suggestions.md +0 -11
- package/docs/API-reference/api/x-adapter.featuresresponsetypes.toprecommendations.md +0 -11
- package/docs/API-reference/api/x-adapter.featuresresponsetypes.track.md +0 -11
- package/docs/API-reference/api/x-adapter.featuresresponsetypes.userrecommendations.md +0 -11
- package/docs/API-reference/api/x-adapter.fetchhttpclient._constructor_.md +0 -20
- package/docs/API-reference/api/x-adapter.fetchhttpclient.buildurl.md +0 -23
- package/docs/API-reference/api/x-adapter.fetchhttpclient.cache.md +0 -11
- package/docs/API-reference/api/x-adapter.fetchhttpclient.cancelpreviousrequest.md +0 -22
- package/docs/API-reference/api/x-adapter.fetchhttpclient.createabortcontroller.md +0 -22
- package/docs/API-reference/api/x-adapter.fetchhttpclient.get.md +0 -24
- package/docs/API-reference/api/x-adapter.fetchhttpclient.getrequestoptions.md +0 -23
- package/docs/API-reference/api/x-adapter.fetchhttpclient.md +0 -40
- package/docs/API-reference/api/x-adapter.fetchhttpclient.parseresponse.md +0 -22
- package/docs/API-reference/api/x-adapter.fetchhttpclient.requestsabortcontrollers.md +0 -11
- package/docs/API-reference/api/x-adapter.fetchhttpclient.storeincache.md +0 -23
- package/docs/API-reference/api/x-adapter.filterablerequest.filters.md +0 -11
- package/docs/API-reference/api/x-adapter.filterablerequest.md +0 -20
- package/docs/API-reference/api/x-adapter.filtervaluemapperparams.config.md +0 -11
- package/docs/API-reference/api/x-adapter.filtervaluemapperparams.filter.md +0 -11
- package/docs/API-reference/api/x-adapter.filtervaluemapperparams.md +0 -25
- package/docs/API-reference/api/x-adapter.httpclient.get.md +0 -24
- package/docs/API-reference/api/x-adapter.httpclient.md +0 -20
- package/docs/API-reference/api/x-adapter.mapfn.md +0 -15
- package/docs/API-reference/api/x-adapter.mapper.map.md +0 -24
- package/docs/API-reference/api/x-adapter.mapper.md +0 -20
- package/docs/API-reference/api/x-adapter.maprequest.md +0 -15
- package/docs/API-reference/api/x-adapter.mapresponse.md +0 -15
- package/docs/API-reference/api/x-adapter.md +0 -179
- package/docs/API-reference/api/x-adapter.newable.md +0 -13
- package/docs/API-reference/api/x-adapter.nextqueriesrequest.md +0 -15
- package/docs/API-reference/api/x-adapter.nextqueriesresponse.md +0 -20
- package/docs/API-reference/api/x-adapter.nextqueriesresponse.nextqueries.md +0 -11
- package/docs/API-reference/api/x-adapter.pageablerequest.md +0 -21
- package/docs/API-reference/api/x-adapter.pageablerequest.rows.md +0 -11
- package/docs/API-reference/api/x-adapter.pageablerequest.start.md +0 -11
- package/docs/API-reference/api/x-adapter.parentbinding.default.md +0 -11
- package/docs/API-reference/api/x-adapter.parentbinding.md +0 -21
- package/docs/API-reference/api/x-adapter.parentbinding.wheninjectedinto.md +0 -11
- package/docs/API-reference/api/x-adapter.parentconstantbinding.md +0 -20
- package/docs/API-reference/api/x-adapter.parentconstantbinding.toconstantwheninjectedinto.md +0 -11
- package/docs/API-reference/api/x-adapter.pipemappers.md +0 -24
- package/docs/API-reference/api/x-adapter.primitive.md +0 -13
- package/docs/API-reference/api/x-adapter.queriesrecommendationsrequest.md +0 -22
- package/docs/API-reference/api/x-adapter.queriesrecommendationsrequest.queries.md +0 -11
- package/docs/API-reference/api/x-adapter.queriesrecommendationsrequest.section.md +0 -11
- package/docs/API-reference/api/x-adapter.queriesrecommendationsresponse.md +0 -22
- package/docs/API-reference/api/x-adapter.queriesrecommendationsresponse.results.md +0 -11
- package/docs/API-reference/api/x-adapter.queriesrecommendationsresponse.totalresults.md +0 -11
- package/docs/API-reference/api/x-adapter.queryablerequest.md +0 -21
- package/docs/API-reference/api/x-adapter.queryablerequest.query.md +0 -11
- package/docs/API-reference/api/x-adapter.queryablerequest.relatedtags.md +0 -11
- package/docs/API-reference/api/x-adapter.queryconfig.maxlength.md +0 -11
- package/docs/API-reference/api/x-adapter.queryconfig.maxwords.md +0 -11
- package/docs/API-reference/api/x-adapter.queryconfig.md +0 -21
- package/docs/API-reference/api/x-adapter.relatedtagsrequest.md +0 -15
- package/docs/API-reference/api/x-adapter.relatedtagsresponse.md +0 -20
- package/docs/API-reference/api/x-adapter.relatedtagsresponse.relatedtags.md +0 -11
- package/docs/API-reference/api/x-adapter.requesterror._constructor_.md +0 -21
- package/docs/API-reference/api/x-adapter.requesterror.md +0 -28
- package/docs/API-reference/api/x-adapter.requesterror.message.md +0 -11
- package/docs/API-reference/api/x-adapter.requesterror.response.md +0 -11
- package/docs/API-reference/api/x-adapter.requestmapper.md +0 -15
- package/docs/API-reference/api/x-adapter.requestmappercontext.feature.md +0 -11
- package/docs/API-reference/api/x-adapter.requestmappercontext.md +0 -22
- package/docs/API-reference/api/x-adapter.requestmappercontext.requestoptions.md +0 -11
- package/docs/API-reference/api/x-adapter.requestmappercontext.url.md +0 -11
- package/docs/API-reference/api/x-adapter.requestoptions.headers.md +0 -11
- package/docs/API-reference/api/x-adapter.requestoptions.md +0 -22
- package/docs/API-reference/api/x-adapter.requestoptions.requestid.md +0 -11
- package/docs/API-reference/api/x-adapter.requestoptions.ttlinminutes.md +0 -11
- package/docs/API-reference/api/x-adapter.requestor.md +0 -20
- package/docs/API-reference/api/x-adapter.requestor.request.md +0 -23
- package/docs/API-reference/api/x-adapter.requestors._constructor_.md +0 -30
- package/docs/API-reference/api/x-adapter.requestors.clicksrecommendations.md +0 -11
- package/docs/API-reference/api/x-adapter.requestors.md +0 -37
- package/docs/API-reference/api/x-adapter.requestors.nextqueries.md +0 -11
- package/docs/API-reference/api/x-adapter.requestors.queriesrecommendations.md +0 -11
- package/docs/API-reference/api/x-adapter.requestors.relatedtags.md +0 -11
- package/docs/API-reference/api/x-adapter.requestors.search.md +0 -11
- package/docs/API-reference/api/x-adapter.requestors.searchbyid.md +0 -11
- package/docs/API-reference/api/x-adapter.requestors.sectionrecommendations.md +0 -11
- package/docs/API-reference/api/x-adapter.requestors.suggestions.md +0 -11
- package/docs/API-reference/api/x-adapter.requestors.toprecommendations.md +0 -11
- package/docs/API-reference/api/x-adapter.requestors.track.md +0 -11
- package/docs/API-reference/api/x-adapter.requestors.userrecommendations.md +0 -11
- package/docs/API-reference/api/x-adapter.responsemapper.md +0 -15
- package/docs/API-reference/api/x-adapter.responsemappercontext.md +0 -23
- package/docs/API-reference/api/x-adapter.responsemappercontext.rawrequest.md +0 -11
- package/docs/API-reference/api/x-adapter.responsemappercontext.rawresponse.md +0 -11
- package/docs/API-reference/api/x-adapter.responsemappercontext.request.md +0 -11
- package/docs/API-reference/api/x-adapter.responsemappers._constructor_.md +0 -32
- package/docs/API-reference/api/x-adapter.responsemappers.banners.md +0 -11
- package/docs/API-reference/api/x-adapter.responsemappers.facets.md +0 -11
- package/docs/API-reference/api/x-adapter.responsemappers.md +0 -39
- package/docs/API-reference/api/x-adapter.responsemappers.nextqueries.md +0 -11
- package/docs/API-reference/api/x-adapter.responsemappers.partialresults.md +0 -11
- package/docs/API-reference/api/x-adapter.responsemappers.promoteds.md +0 -11
- package/docs/API-reference/api/x-adapter.responsemappers.querytagging.md +0 -11
- package/docs/API-reference/api/x-adapter.responsemappers.redirections.md +0 -11
- package/docs/API-reference/api/x-adapter.responsemappers.relatedtags.md +0 -11
- package/docs/API-reference/api/x-adapter.responsemappers.results.md +0 -11
- package/docs/API-reference/api/x-adapter.responsemappers.showtagging.md +0 -11
- package/docs/API-reference/api/x-adapter.responsemappers.spellcheck.md +0 -11
- package/docs/API-reference/api/x-adapter.responsemappers.suggestions.md +0 -11
- package/docs/API-reference/api/x-adapter.responsemappers.totalresults.md +0 -11
- package/docs/API-reference/api/x-adapter.responsetransformed.md +0 -15
- package/docs/API-reference/api/x-adapter.responsetransformedcontext.md +0 -21
- package/docs/API-reference/api/x-adapter.responsetransformedcontext.response.md +0 -11
- package/docs/API-reference/api/x-adapter.searchadapter.addconfigchangedlistener.md +0 -22
- package/docs/API-reference/api/x-adapter.searchadapter.getclicksrecommendations.md +0 -23
- package/docs/API-reference/api/x-adapter.searchadapter.getnextqueries.md +0 -23
- package/docs/API-reference/api/x-adapter.searchadapter.getqueriesrecommendations.md +0 -23
- package/docs/API-reference/api/x-adapter.searchadapter.getrelatedtags.md +0 -23
- package/docs/API-reference/api/x-adapter.searchadapter.getsectionrecommendations.md +0 -23
- package/docs/API-reference/api/x-adapter.searchadapter.getsuggestions.md +0 -23
- package/docs/API-reference/api/x-adapter.searchadapter.gettoprecommendations.md +0 -23
- package/docs/API-reference/api/x-adapter.searchadapter.getuserrecommendations.md +0 -23
- package/docs/API-reference/api/x-adapter.searchadapter.invalidatecache.md +0 -15
- package/docs/API-reference/api/x-adapter.searchadapter.md +0 -34
- package/docs/API-reference/api/x-adapter.searchadapter.removeconfigchangedlistener.md +0 -22
- package/docs/API-reference/api/x-adapter.searchadapter.search.md +0 -23
- package/docs/API-reference/api/x-adapter.searchadapter.searchbyid.md +0 -23
- package/docs/API-reference/api/x-adapter.searchadapter.setconfig.md +0 -22
- package/docs/API-reference/api/x-adapter.searchadapter.track.md +0 -22
- package/docs/API-reference/api/x-adapter.searchbyidrequest.md +0 -15
- package/docs/API-reference/api/x-adapter.searchbyidresponse.md +0 -20
- package/docs/API-reference/api/x-adapter.searchbyidresponse.results.md +0 -11
- package/docs/API-reference/api/x-adapter.searchrequest.md +0 -21
- package/docs/API-reference/api/x-adapter.searchrequest.sort.md +0 -11
- package/docs/API-reference/api/x-adapter.searchresponse.banners.md +0 -11
- package/docs/API-reference/api/x-adapter.searchresponse.facets.md +0 -11
- package/docs/API-reference/api/x-adapter.searchresponse.md +0 -28
- package/docs/API-reference/api/x-adapter.searchresponse.partialresults.md +0 -11
- package/docs/API-reference/api/x-adapter.searchresponse.promoteds.md +0 -11
- package/docs/API-reference/api/x-adapter.searchresponse.querytagging.md +0 -11
- package/docs/API-reference/api/x-adapter.searchresponse.redirections.md +0 -11
- package/docs/API-reference/api/x-adapter.searchresponse.results.md +0 -11
- package/docs/API-reference/api/x-adapter.searchresponse.spellcheck.md +0 -11
- package/docs/API-reference/api/x-adapter.searchresponse.totalresults.md +0 -11
- package/docs/API-reference/api/x-adapter.sectionrecommendationsrequest.md +0 -21
- package/docs/API-reference/api/x-adapter.sectionrecommendationsrequest.section.md +0 -11
- package/docs/API-reference/api/x-adapter.sectionrecommendationsresponse.md +0 -21
- package/docs/API-reference/api/x-adapter.sectionrecommendationsresponse.results.md +0 -11
- package/docs/API-reference/api/x-adapter.simpleconstantbinding.md +0 -20
- package/docs/API-reference/api/x-adapter.simpleconstantbinding.toconstant.md +0 -11
- package/docs/API-reference/api/x-adapter.suggestionsrequest.md +0 -15
- package/docs/API-reference/api/x-adapter.suggestionsresponse.md +0 -20
- package/docs/API-reference/api/x-adapter.suggestionsresponse.suggestions.md +0 -11
- package/docs/API-reference/api/x-adapter.toprecommendationsrequest.md +0 -15
- package/docs/API-reference/api/x-adapter.toprecommendationsresponse.md +0 -20
- package/docs/API-reference/api/x-adapter.toprecommendationsresponse.results.md +0 -11
- package/docs/API-reference/api/x-adapter.trackablerequest.md +0 -20
- package/docs/API-reference/api/x-adapter.trackablerequest.origin.md +0 -11
- package/docs/API-reference/api/x-adapter.trackableshowresponse.md +0 -20
- package/docs/API-reference/api/x-adapter.trackableshowresponse.showtagging.md +0 -11
- package/docs/API-reference/api/x-adapter.trackingrequest.md +0 -21
- package/docs/API-reference/api/x-adapter.trackingrequest.params.md +0 -11
- package/docs/API-reference/api/x-adapter.trackingrequest.url.md +0 -11
- package/docs/API-reference/api/x-adapter.trackingresultconfig.add2cart.md +0 -11
- package/docs/API-reference/api/x-adapter.trackingresultconfig.checkout.md +0 -11
- package/docs/API-reference/api/x-adapter.trackingresultconfig.click.md +0 -11
- package/docs/API-reference/api/x-adapter.trackingresultconfig.md +0 -22
- package/docs/API-reference/api/x-adapter.usercontextrequest.md +0 -22
- package/docs/API-reference/api/x-adapter.usercontextrequest.session.md +0 -11
- package/docs/API-reference/api/x-adapter.usercontextrequest.user.md +0 -11
- package/docs/API-reference/api/x-adapter.usercontextrequest.usertype.md +0 -11
- package/docs/API-reference/api/x-adapter.userrecommendationsrequest.md +0 -21
- package/docs/API-reference/api/x-adapter.userrecommendationsrequest.section.md +0 -11
- package/docs/API-reference/api/x-adapter.userrecommendationsresponse.md +0 -22
- package/docs/API-reference/api/x-adapter.userrecommendationsresponse.results.md +0 -11
- package/docs/API-reference/api/x-adapter.userrecommendationsresponse.totalresults.md +0 -11
- package/docs/API-reference/api/x-components.anyfunction.md +0 -13
- package/docs/API-reference/api/x-components.arrowicon.md +0 -11
- package/docs/API-reference/api/x-components.autoprogressbar.durationinseconds.md +0 -13
- package/docs/API-reference/api/x-components.autoprogressbar.isloading.md +0 -13
- package/docs/API-reference/api/x-components.basefilter.clickevents.md +0 -13
- package/docs/API-reference/api/x-components.basefilter.filter.md +0 -13
- package/docs/API-reference/api/x-components.basefilter.md +0 -22
- package/docs/API-reference/api/x-components.baseidmodalclose.events.md +0 -11
- package/docs/API-reference/api/x-components.baseidmodalopen.events.md +0 -11
- package/docs/API-reference/api/x-components.baseidtogglepanel.created.md +0 -17
- package/docs/API-reference/api/x-components.basemodal.showoverlay.md +0 -13
- package/docs/API-reference/api/x-components.baseresultimage._refs.md +0 -15
- package/docs/API-reference/api/x-components.baseresultimage.animation.md +0 -13
- package/docs/API-reference/api/x-components.baseresultimage.failedimages.md +0 -13
- package/docs/API-reference/api/x-components.baseresultimage.hasenteredview.md +0 -13
- package/docs/API-reference/api/x-components.baseresultimage.hasimageloaded.md +0 -13
- package/docs/API-reference/api/x-components.baseresultimage.mounted.md +0 -15
- package/docs/API-reference/api/x-components.basesuggestion.queryhtml.md +0 -18
- package/docs/API-reference/api/x-components.checkboxcardselectedicon.md +0 -11
- package/docs/API-reference/api/x-components.checkboxcardunselectedicon.md +0 -11
- package/docs/API-reference/api/x-components.cleanundefined.md +0 -26
- package/docs/API-reference/api/x-components.clearfilters.alwaysvisible.md +0 -13
- package/docs/API-reference/api/x-components.clearfilters.facetsids.md +0 -13
- package/docs/API-reference/api/x-components.collapsefromtop.md +0 -15
- package/docs/API-reference/api/x-components.compilemessage.md +0 -27
- package/docs/API-reference/api/x-components.deeppartial.md +0 -17
- package/docs/API-reference/api/x-components.defaultsessionservice._constructor_.md +0 -21
- package/docs/API-reference/api/x-components.defaultsessionservice.clearsessionid.md +0 -17
- package/docs/API-reference/api/x-components.defaultsessionservice.getsessionid.md +0 -19
- package/docs/API-reference/api/x-components.defaultsessionservice.instance.md +0 -13
- package/docs/API-reference/api/x-components.defaultsessionservice.md +0 -37
- package/docs/API-reference/api/x-components.defaultsessionservice.session_id_key.md +0 -13
- package/docs/API-reference/api/x-components.defaultsessionservice.storageservice.md +0 -11
- package/docs/API-reference/api/x-components.defaultsessionservice.ttlms.md +0 -11
- package/docs/API-reference/api/x-components.dictionary.md +0 -13
- package/docs/API-reference/api/x-components.extraparams.mounted.md +0 -17
- package/docs/API-reference/api/x-components.facetsmutations.setfilter.md +0 -24
- package/docs/API-reference/api/x-components.foreach.md +0 -25
- package/docs/API-reference/api/x-components.historyqueries.animation.md +0 -13
- package/docs/API-reference/api/x-components.historyqueries.maxitemstorender.md +0 -13
- package/docs/API-reference/api/x-components.map.md +0 -27
- package/docs/API-reference/api/x-components.namespacedtimeretrieving.md +0 -15
- package/docs/API-reference/api/x-components.nextqueries.animation.md +0 -13
- package/docs/API-reference/api/x-components.nextqueries.maxitemstorender.md +0 -13
- package/docs/API-reference/api/x-components.nonprimitive.md +0 -13
- package/docs/API-reference/api/x-components.nq1icon.md +0 -11
- package/docs/API-reference/api/x-components.nq2icon.md +0 -11
- package/docs/API-reference/api/x-components.nq3icon.md +0 -11
- package/docs/API-reference/api/x-components.nq4icon.md +0 -11
- package/docs/API-reference/api/x-components.objectfilter.md +0 -27
- package/docs/API-reference/api/x-components.popularsearches.animation.md +0 -13
- package/docs/API-reference/api/x-components.popularsearches.maxitemstorender.md +0 -13
- package/docs/API-reference/api/x-components.popularsearchesconfig.showextrasuggestionwithoutfilter.md +0 -34
- package/docs/API-reference/api/x-components.primitive.md +0 -15
- package/docs/API-reference/api/x-components.querysuggestions.animation.md +0 -13
- package/docs/API-reference/api/x-components.querysuggestions.maxitemstorender.md +0 -13
- package/docs/API-reference/api/x-components.querysuggestionsconfig.showextrasuggestionwithoutfilter.md +0 -38
- package/docs/API-reference/api/x-components.reduce.md +0 -28
- package/docs/API-reference/api/x-components.relatedtagsmutations.setquery.md +0 -24
- package/docs/API-reference/api/x-components.relatedtagsstate.query.md +0 -13
- package/docs/API-reference/api/x-components.resetfacets.md +0 -13
- package/docs/API-reference/api/x-components.resetpage.md +0 -13
- package/docs/API-reference/api/x-components.resetsort.md +0 -13
- package/docs/API-reference/api/x-components.saveorigin.md +0 -13
- package/docs/API-reference/api/x-components.scroll.distancetobottom.md +0 -13
- package/docs/API-reference/api/x-components.scroll.throttlems.md +0 -13
- package/docs/API-reference/api/x-components.selectedfilters.alwaysvisible.md +0 -13
- package/docs/API-reference/api/x-components.selectedfilters.facetid.md +0 -13
- package/docs/API-reference/api/x-components.selectedfilters.selectedfiltersbyfacet.md +0 -13
- package/docs/API-reference/api/x-components.selectedfilters.selectedfiltersgetter.md +0 -13
- package/docs/API-reference/api/x-components.selectedfilterslist.alwaysvisible.md +0 -15
- package/docs/API-reference/api/x-components.selectedfilterslist.facetid.md +0 -13
- package/docs/API-reference/api/x-components.sessionservice.clearsessionid.md +0 -17
- package/docs/API-reference/api/x-components.sessionservice.getsessionid.md +0 -23
- package/docs/API-reference/api/x-components.sessionservice.md +0 -21
- package/docs/API-reference/api/x-components.setpagesize.md +0 -13
- package/docs/API-reference/api/x-components.setquerytaggingdebounce.md +0 -13
- package/docs/API-reference/api/x-components.setsessionduration.md +0 -13
- package/docs/API-reference/api/x-components.slidingpanel._refs.md +0 -15
- package/docs/API-reference/api/x-components.slidingpanel.beforedestroy.md +0 -15
- package/docs/API-reference/api/x-components.slidingpanel.isscrollatend.md +0 -13
- package/docs/API-reference/api/x-components.slidingpanel.isscrollatstart.md +0 -13
- package/docs/API-reference/api/x-components.slidingpanel.mounted.md +0 -15
- package/docs/API-reference/api/x-components.slidingpanel.scrollobserver.md +0 -13
- package/docs/API-reference/api/x-components.snippetconfig.searchlang.md +0 -13
- package/docs/API-reference/api/x-components.taggingmutations.setquerytaggingdebounce.md +0 -24
- package/docs/API-reference/api/x-components.taggingmutations.setsessionduration.md +0 -24
- package/docs/API-reference/api/x-components.taggingxevents.querytaggingdebounceprovided.md +0 -13
- package/docs/API-reference/api/x-components.taggingxevents.sessiondurationprovided.md +0 -13
- package/docs/API-reference/api/x-components.timeretrieving.md +0 -15
- package/docs/API-reference/api/x-components.trackwire.md +0 -13
- package/docs/API-reference/api/x-components.translatefromleft.md +0 -15
- package/docs/API-reference/api/x-components.translatefromright.md +0 -15
- package/docs/API-reference/api/x-components.xcomponent.md +0 -15
- package/docs/API-reference/api/x-components.xeventstypes.adapterconfigchanged.md +0 -13
- package/docs/API-reference/api/x-components.xeventstypes.userrightclickedaresult.md +0 -13
- package/docs/API-reference/api/x-types.relatedtag.previous.md +0 -13
- package/docs/API-reference/api/x-types.relatedtag.selected.md +0 -13
- package/docs/API-reference/api/x-types.suggestion.facets.md +0 -13
- package/docs/API-reference/api/x-types.tagginginfo.md +0 -21
- package/docs/API-reference/api/x-types.tagginginfo.params.md +0 -13
- package/docs/API-reference/api/x-types.tagginginfo.url.md +0 -13
- package/docs/API-reference/api/x-types.tagginginfoschema.md +0 -13
- package/docs/API-reference/components/common/animations/x-components.collapse-from-top.md +0 -31
- package/docs/API-reference/components/common/animations/x-components.translate-from-left.md +0 -30
- package/docs/API-reference/components/common/animations/x-components.translate-from-right.md +0 -30
- package/docs/API-reference/components/common/icons/x-components.arrow.md +0 -8
- package/docs/API-reference/components/common/icons/x-components.checkbox-card-selected.md +0 -8
- package/docs/API-reference/components/common/icons/x-components.checkbox-card-unselected.md +0 -8
- package/docs/API-reference/components/common/icons/x-components.nq-1.md +0 -8
- package/docs/API-reference/components/common/icons/x-components.nq-2.md +0 -8
- package/docs/API-reference/components/common/icons/x-components.nq-3.md +0 -8
- package/docs/API-reference/components/common/icons/x-components.nq-4.md +0 -8
- package/docs/API-reference/components/common/x-components.staggering-transition-group.md +0 -35
- package/docs/API-reference/components/facets/x-components.filters/base-filter.md +0 -78
- package/docs/build-search-ui/web-use-x-components-guide.md +0 -170
- package/docs/build-search-ui/web-x-components-integration-guide.md +0 -197
- package/docs/build-search-ui/x-architecture/README.md +0 -133
- package/docs/sidebar.json +0 -1
- package/js/components/animations/animate-width.vue_rollup-plugin-vue=script.js +0 -22
- package/js/components/animations/animate-width.vue_rollup-plugin-vue=script.js.map +0 -1
- package/js/components/animations/collapse-from-top.vue.js +0 -58
- package/js/components/animations/collapse-from-top.vue.js.map +0 -1
- package/js/components/animations/collapse-from-top.vue_rollup-plugin-vue=script.js +0 -23
- package/js/components/animations/collapse-from-top.vue_rollup-plugin-vue=script.js.map +0 -1
- package/js/components/animations/collapse-height.vue_rollup-plugin-vue=script.js +0 -26
- package/js/components/animations/collapse-height.vue_rollup-plugin-vue=script.js.map +0 -1
- package/js/components/animations/collapse-width.vue_rollup-plugin-vue=script.js +0 -26
- package/js/components/animations/collapse-width.vue_rollup-plugin-vue=script.js.map +0 -1
- package/js/components/animations/cross-fade.vue_rollup-plugin-vue=script.js +0 -23
- package/js/components/animations/cross-fade.vue_rollup-plugin-vue=script.js.map +0 -1
- package/js/components/animations/fade-and-slide.vue_rollup-plugin-vue=script.js +0 -26
- package/js/components/animations/fade-and-slide.vue_rollup-plugin-vue=script.js.map +0 -1
- package/js/components/animations/staggered-fade-and-slide.vue_rollup-plugin-vue=script.js +0 -26
- package/js/components/animations/staggered-fade-and-slide.vue_rollup-plugin-vue=script.js.map +0 -1
- package/js/components/animations/translate-from-left.vue.js +0 -58
- package/js/components/animations/translate-from-left.vue.js.map +0 -1
- package/js/components/animations/translate-from-left.vue_rollup-plugin-vue=script.js +0 -23
- package/js/components/animations/translate-from-left.vue_rollup-plugin-vue=script.js.map +0 -1
- package/js/components/animations/translate-from-right.vue.js +0 -58
- package/js/components/animations/translate-from-right.vue.js.map +0 -1
- package/js/components/animations/translate-from-right.vue_rollup-plugin-vue=script.js +0 -23
- package/js/components/animations/translate-from-right.vue_rollup-plugin-vue=script.js.map +0 -1
- package/js/components/auto-progress-bar.vue_rollup-plugin-vue=script.js +0 -42
- package/js/components/auto-progress-bar.vue_rollup-plugin-vue=script.js.map +0 -1
- package/js/components/base-dropdown.vue_rollup-plugin-vue=script.js +0 -341
- package/js/components/base-dropdown.vue_rollup-plugin-vue=script.js.map +0 -1
- package/js/components/base-event-button.vue_rollup-plugin-vue=script.js +0 -36
- package/js/components/base-event-button.vue_rollup-plugin-vue=script.js.map +0 -1
- package/js/components/base-grid.vue_rollup-plugin-vue=script.js +0 -115
- package/js/components/base-grid.vue_rollup-plugin-vue=script.js.map +0 -1
- package/js/components/base-keyboard-navigation.vue_rollup-plugin-vue=script.js +0 -126
- package/js/components/base-keyboard-navigation.vue_rollup-plugin-vue=script.js.map +0 -1
- package/js/components/base-rating.vue_rollup-plugin-vue=script.js +0 -62
- package/js/components/base-rating.vue_rollup-plugin-vue=script.js.map +0 -1
- package/js/components/base-variable-column-grid.vue_rollup-plugin-vue=script.js +0 -57
- package/js/components/base-variable-column-grid.vue_rollup-plugin-vue=script.js.map +0 -1
- package/js/components/column-picker/base-column-picker-dropdown.vue_rollup-plugin-vue=script.js +0 -46
- package/js/components/column-picker/base-column-picker-dropdown.vue_rollup-plugin-vue=script.js.map +0 -1
- package/js/components/column-picker/base-column-picker-list.vue_rollup-plugin-vue=script.js +0 -57
- package/js/components/column-picker/base-column-picker-list.vue_rollup-plugin-vue=script.js.map +0 -1
- package/js/components/currency/base-currency.vue_rollup-plugin-vue=script.js +0 -98
- package/js/components/currency/base-currency.vue_rollup-plugin-vue=script.js.map +0 -1
- package/js/components/filters/labels/base-price-filter-label.vue_rollup-plugin-vue=script.js +0 -82
- package/js/components/filters/labels/base-price-filter-label.vue_rollup-plugin-vue=script.js.map +0 -1
- package/js/components/filters/labels/base-rating-filter-label.vue_rollup-plugin-vue=script.js +0 -50
- package/js/components/filters/labels/base-rating-filter-label.vue_rollup-plugin-vue=script.js.map +0 -1
- package/js/components/global-x-bus.vue_rollup-plugin-vue=script.js +0 -46
- package/js/components/global-x-bus.vue_rollup-plugin-vue=script.js.map +0 -1
- package/js/components/icons/arrow.vue.js +0 -61
- package/js/components/icons/arrow.vue.js.map +0 -1
- package/js/components/icons/arrow.vue_rollup-plugin-vue=script.js +0 -4
- package/js/components/icons/arrow.vue_rollup-plugin-vue=script.js.map +0 -1
- package/js/components/icons/bag.vue_rollup-plugin-vue=script.js +0 -4
- package/js/components/icons/bag.vue_rollup-plugin-vue=script.js.map +0 -1
- package/js/components/icons/bar-code.vue_rollup-plugin-vue=script.js +0 -4
- package/js/components/icons/bar-code.vue_rollup-plugin-vue=script.js.map +0 -1
- package/js/components/icons/barcode-tiny.vue_rollup-plugin-vue=script.js +0 -4
- package/js/components/icons/barcode-tiny.vue_rollup-plugin-vue=script.js.map +0 -1
- package/js/components/icons/cart.vue_rollup-plugin-vue=script.js +0 -4
- package/js/components/icons/cart.vue_rollup-plugin-vue=script.js.map +0 -1
- package/js/components/icons/check-tiny.vue_rollup-plugin-vue=script.js +0 -4
- package/js/components/icons/check-tiny.vue_rollup-plugin-vue=script.js.map +0 -1
- package/js/components/icons/check.vue_rollup-plugin-vue=script.js +0 -4
- package/js/components/icons/check.vue_rollup-plugin-vue=script.js.map +0 -1
- package/js/components/icons/checkbox-card-selected.vue.js +0 -63
- package/js/components/icons/checkbox-card-selected.vue.js.map +0 -1
- package/js/components/icons/checkbox-card-selected.vue_rollup-plugin-vue=script.js +0 -4
- package/js/components/icons/checkbox-card-selected.vue_rollup-plugin-vue=script.js.map +0 -1
- package/js/components/icons/checkbox-card-unselected.vue.js +0 -61
- package/js/components/icons/checkbox-card-unselected.vue.js.map +0 -1
- package/js/components/icons/checkbox-card-unselected.vue_rollup-plugin-vue=script.js +0 -4
- package/js/components/icons/checkbox-card-unselected.vue_rollup-plugin-vue=script.js.map +0 -1
- package/js/components/icons/checkbox-selected.vue_rollup-plugin-vue=script.js +0 -4
- package/js/components/icons/checkbox-selected.vue_rollup-plugin-vue=script.js.map +0 -1
- package/js/components/icons/checkbox-unselected.vue_rollup-plugin-vue=script.js +0 -4
- package/js/components/icons/checkbox-unselected.vue_rollup-plugin-vue=script.js.map +0 -1
- package/js/components/icons/chevron-down.vue_rollup-plugin-vue=script.js +0 -4
- package/js/components/icons/chevron-down.vue_rollup-plugin-vue=script.js.map +0 -1
- package/js/components/icons/chevron-left.vue_rollup-plugin-vue=script.js +0 -4
- package/js/components/icons/chevron-left.vue_rollup-plugin-vue=script.js.map +0 -1
- package/js/components/icons/chevron-right.vue_rollup-plugin-vue=script.js +0 -4
- package/js/components/icons/chevron-right.vue_rollup-plugin-vue=script.js.map +0 -1
- package/js/components/icons/chevron-tiny-down.vue_rollup-plugin-vue=script.js +0 -4
- package/js/components/icons/chevron-tiny-down.vue_rollup-plugin-vue=script.js.map +0 -1
- package/js/components/icons/chevron-tiny-left.vue_rollup-plugin-vue=script.js +0 -4
- package/js/components/icons/chevron-tiny-left.vue_rollup-plugin-vue=script.js.map +0 -1
- package/js/components/icons/chevron-tiny-right.vue_rollup-plugin-vue=script.js +0 -4
- package/js/components/icons/chevron-tiny-right.vue_rollup-plugin-vue=script.js.map +0 -1
- package/js/components/icons/chevron-tiny-up.vue_rollup-plugin-vue=script.js +0 -4
- package/js/components/icons/chevron-tiny-up.vue_rollup-plugin-vue=script.js.map +0 -1
- package/js/components/icons/chevron-up.vue_rollup-plugin-vue=script.js +0 -4
- package/js/components/icons/chevron-up.vue_rollup-plugin-vue=script.js.map +0 -1
- package/js/components/icons/cross-tiny.vue_rollup-plugin-vue=script.js +0 -4
- package/js/components/icons/cross-tiny.vue_rollup-plugin-vue=script.js.map +0 -1
- package/js/components/icons/cross.vue_rollup-plugin-vue=script.js +0 -4
- package/js/components/icons/cross.vue_rollup-plugin-vue=script.js.map +0 -1
- package/js/components/icons/filters.vue_rollup-plugin-vue=script.js +0 -4
- package/js/components/icons/filters.vue_rollup-plugin-vue=script.js.map +0 -1
- package/js/components/icons/grid-1-col.vue_rollup-plugin-vue=script.js +0 -4
- package/js/components/icons/grid-1-col.vue_rollup-plugin-vue=script.js.map +0 -1
- package/js/components/icons/grid-2-col.vue_rollup-plugin-vue=script.js +0 -4
- package/js/components/icons/grid-2-col.vue_rollup-plugin-vue=script.js.map +0 -1
- package/js/components/icons/hide.vue_rollup-plugin-vue=script.js +0 -4
- package/js/components/icons/hide.vue_rollup-plugin-vue=script.js.map +0 -1
- package/js/components/icons/history-tiny.vue_rollup-plugin-vue=script.js +0 -4
- package/js/components/icons/history-tiny.vue_rollup-plugin-vue=script.js.map +0 -1
- package/js/components/icons/history.vue_rollup-plugin-vue=script.js +0 -4
- package/js/components/icons/history.vue_rollup-plugin-vue=script.js.map +0 -1
- package/js/components/icons/menu.vue_rollup-plugin-vue=script.js +0 -4
- package/js/components/icons/menu.vue_rollup-plugin-vue=script.js.map +0 -1
- package/js/components/icons/minus-tiny.vue_rollup-plugin-vue=script.js +0 -4
- package/js/components/icons/minus-tiny.vue_rollup-plugin-vue=script.js.map +0 -1
- package/js/components/icons/minus.vue_rollup-plugin-vue=script.js +0 -4
- package/js/components/icons/minus.vue_rollup-plugin-vue=script.js.map +0 -1
- package/js/components/icons/nq-1.vue.js +0 -61
- package/js/components/icons/nq-1.vue.js.map +0 -1
- package/js/components/icons/nq-1.vue_rollup-plugin-vue=script.js +0 -4
- package/js/components/icons/nq-1.vue_rollup-plugin-vue=script.js.map +0 -1
- package/js/components/icons/nq-2.vue.js +0 -61
- package/js/components/icons/nq-2.vue.js.map +0 -1
- package/js/components/icons/nq-2.vue_rollup-plugin-vue=script.js +0 -4
- package/js/components/icons/nq-2.vue_rollup-plugin-vue=script.js.map +0 -1
- package/js/components/icons/nq-3.vue.js +0 -65
- package/js/components/icons/nq-3.vue.js.map +0 -1
- package/js/components/icons/nq-3.vue_rollup-plugin-vue=script.js +0 -4
- package/js/components/icons/nq-3.vue_rollup-plugin-vue=script.js.map +0 -1
- package/js/components/icons/nq-4.vue.js +0 -73
- package/js/components/icons/nq-4.vue.js.map +0 -1
- package/js/components/icons/nq-4.vue_rollup-plugin-vue=script.js +0 -4
- package/js/components/icons/nq-4.vue_rollup-plugin-vue=script.js.map +0 -1
- package/js/components/icons/plus.vue_rollup-plugin-vue=script.js +0 -4
- package/js/components/icons/plus.vue_rollup-plugin-vue=script.js.map +0 -1
- package/js/components/icons/search-tiny.vue_rollup-plugin-vue=script.js +0 -4
- package/js/components/icons/search-tiny.vue_rollup-plugin-vue=script.js.map +0 -1
- package/js/components/icons/search.vue_rollup-plugin-vue=script.js +0 -4
- package/js/components/icons/search.vue_rollup-plugin-vue=script.js.map +0 -1
- package/js/components/icons/show.vue_rollup-plugin-vue=script.js +0 -4
- package/js/components/icons/show.vue_rollup-plugin-vue=script.js.map +0 -1
- package/js/components/icons/star.vue_rollup-plugin-vue=script.js +0 -4
- package/js/components/icons/star.vue_rollup-plugin-vue=script.js.map +0 -1
- package/js/components/icons/tag.vue_rollup-plugin-vue=script.js +0 -4
- package/js/components/icons/tag.vue_rollup-plugin-vue=script.js.map +0 -1
- package/js/components/icons/trash-open.vue_rollup-plugin-vue=script.js +0 -4
- package/js/components/icons/trash-open.vue_rollup-plugin-vue=script.js.map +0 -1
- package/js/components/icons/trash.vue_rollup-plugin-vue=script.js +0 -4
- package/js/components/icons/trash.vue_rollup-plugin-vue=script.js.map +0 -1
- package/js/components/icons/trending-tiny.vue_rollup-plugin-vue=script.js +0 -4
- package/js/components/icons/trending-tiny.vue_rollup-plugin-vue=script.js.map +0 -1
- package/js/components/icons/trending.vue_rollup-plugin-vue=script.js +0 -4
- package/js/components/icons/trending.vue_rollup-plugin-vue=script.js.map +0 -1
- package/js/components/icons/user.vue_rollup-plugin-vue=script.js +0 -4
- package/js/components/icons/user.vue_rollup-plugin-vue=script.js.map +0 -1
- package/js/components/items-list.vue_rollup-plugin-vue=script.js +0 -47
- package/js/components/items-list.vue_rollup-plugin-vue=script.js.map +0 -1
- package/js/components/layouts/multi-column-max-width-layout.vue_rollup-plugin-vue=script.js +0 -32
- package/js/components/layouts/multi-column-max-width-layout.vue_rollup-plugin-vue=script.js.map +0 -1
- package/js/components/layouts/single-column-layout.vue_rollup-plugin-vue=script.js +0 -33
- package/js/components/layouts/single-column-layout.vue_rollup-plugin-vue=script.js.map +0 -1
- package/js/components/location-provider.vue_rollup-plugin-vue=script.js +0 -27
- package/js/components/location-provider.vue_rollup-plugin-vue=script.js.map +0 -1
- package/js/components/modals/base-events-modal-close.vue_rollup-plugin-vue=script.js +0 -37
- package/js/components/modals/base-events-modal-close.vue_rollup-plugin-vue=script.js.map +0 -1
- package/js/components/modals/base-events-modal-open.vue_rollup-plugin-vue=script.js +0 -37
- package/js/components/modals/base-events-modal-open.vue_rollup-plugin-vue=script.js.map +0 -1
- package/js/components/modals/base-events-modal.vue_rollup-plugin-vue=script.js +0 -96
- package/js/components/modals/base-events-modal.vue_rollup-plugin-vue=script.js.map +0 -1
- package/js/components/modals/base-id-modal-close.vue_rollup-plugin-vue=script.js +0 -36
- package/js/components/modals/base-id-modal-close.vue_rollup-plugin-vue=script.js.map +0 -1
- package/js/components/modals/base-id-modal-open.vue_rollup-plugin-vue=script.js +0 -36
- package/js/components/modals/base-id-modal-open.vue_rollup-plugin-vue=script.js.map +0 -1
- package/js/components/modals/base-id-modal.vue_rollup-plugin-vue=script.js +0 -85
- package/js/components/modals/base-id-modal.vue_rollup-plugin-vue=script.js.map +0 -1
- package/js/components/modals/base-modal.vue_rollup-plugin-vue=script.js +0 -126
- package/js/components/modals/base-modal.vue_rollup-plugin-vue=script.js.map +0 -1
- package/js/components/panels/base-header-toggle-panel.vue_rollup-plugin-vue=script.js +0 -57
- package/js/components/panels/base-header-toggle-panel.vue_rollup-plugin-vue=script.js.map +0 -1
- package/js/components/panels/base-id-toggle-panel-button.vue_rollup-plugin-vue=script.js +0 -68
- package/js/components/panels/base-id-toggle-panel-button.vue_rollup-plugin-vue=script.js.map +0 -1
- package/js/components/panels/base-id-toggle-panel.vue_rollup-plugin-vue=script.js +0 -85
- package/js/components/panels/base-id-toggle-panel.vue_rollup-plugin-vue=script.js.map +0 -1
- package/js/components/panels/base-toggle-panel.vue_rollup-plugin-vue=script.js +0 -29
- package/js/components/panels/base-toggle-panel.vue_rollup-plugin-vue=script.js.map +0 -1
- package/js/components/result/base-result-add-to-cart.vue_rollup-plugin-vue=script.js +0 -43
- package/js/components/result/base-result-add-to-cart.vue_rollup-plugin-vue=script.js.map +0 -1
- package/js/components/result/base-result-current-price.vue_rollup-plugin-vue=script.js +0 -48
- package/js/components/result/base-result-current-price.vue_rollup-plugin-vue=script.js.map +0 -1
- package/js/components/result/base-result-fallback-image.vue_rollup-plugin-vue=script.js +0 -4
- package/js/components/result/base-result-fallback-image.vue_rollup-plugin-vue=script.js.map +0 -1
- package/js/components/result/base-result-image.vue_rollup-plugin-vue=script.js +0 -148
- package/js/components/result/base-result-image.vue_rollup-plugin-vue=script.js.map +0 -1
- package/js/components/result/base-result-link.vue_rollup-plugin-vue=script.js +0 -55
- package/js/components/result/base-result-link.vue_rollup-plugin-vue=script.js.map +0 -1
- package/js/components/result/base-result-placeholder-image.vue_rollup-plugin-vue=script.js +0 -4
- package/js/components/result/base-result-placeholder-image.vue_rollup-plugin-vue=script.js.map +0 -1
- package/js/components/result/base-result-previous-price.vue_rollup-plugin-vue=script.js +0 -31
- package/js/components/result/base-result-previous-price.vue_rollup-plugin-vue=script.js.map +0 -1
- package/js/components/scroll/base-scroll.vue_rollup-plugin-vue=script.js +0 -24
- package/js/components/scroll/base-scroll.vue_rollup-plugin-vue=script.js.map +0 -1
- package/js/components/sliding-panel.vue_rollup-plugin-vue=script.js +0 -146
- package/js/components/sliding-panel.vue_rollup-plugin-vue=script.js.map +0 -1
- package/js/components/snippet-callbacks.vue_rollup-plugin-vue=script.js +0 -58
- package/js/components/snippet-callbacks.vue_rollup-plugin-vue=script.js.map +0 -1
- package/js/components/staggering-transition-group.vue.js +0 -42
- package/js/components/staggering-transition-group.vue.js.map +0 -1
- package/js/components/staggering-transition-group.vue_rollup-plugin-vue=script.js +0 -354
- package/js/components/staggering-transition-group.vue_rollup-plugin-vue=script.js.map +0 -1
- package/js/components/suggestions/base-suggestion.vue_rollup-plugin-vue=script.js +0 -144
- package/js/components/suggestions/base-suggestion.vue_rollup-plugin-vue=script.js.map +0 -1
- package/js/components/suggestions/base-suggestions.vue_rollup-plugin-vue=script.js +0 -87
- package/js/components/suggestions/base-suggestions.vue_rollup-plugin-vue=script.js.map +0 -1
- package/js/filters/compile-message.filter.js +0 -29
- package/js/filters/compile-message.filter.js.map +0 -1
- package/js/filters/filters.registry.js +0 -9
- package/js/filters/filters.registry.js.map +0 -1
- package/js/utils/object.js +0 -85
- package/js/utils/object.js.map +0 -1
- package/js/wiring/utils/wire-racing-handling.js +0 -108
- package/js/wiring/utils/wire-racing-handling.js.map +0 -1
- package/js/x-modules/device/components/device-detector.vue_rollup-plugin-vue=script.js +0 -141
- package/js/x-modules/device/components/device-detector.vue_rollup-plugin-vue=script.js.map +0 -1
- package/js/x-modules/empathize/components/empathize.vue_rollup-plugin-vue=script.js +0 -107
- package/js/x-modules/empathize/components/empathize.vue_rollup-plugin-vue=script.js.map +0 -1
- package/js/x-modules/extra-params/components/extra-params.vue_rollup-plugin-vue=script.js +0 -150
- package/js/x-modules/extra-params/components/extra-params.vue_rollup-plugin-vue=script.js.map +0 -1
- package/js/x-modules/extra-params/components/renderless-extra-param.vue_rollup-plugin-vue=script.js +0 -167
- package/js/x-modules/extra-params/components/renderless-extra-param.vue_rollup-plugin-vue=script.js.map +0 -1
- package/js/x-modules/extra-params/components/snippet-config-extra-params.vue_rollup-plugin-vue=script.js +0 -182
- package/js/x-modules/extra-params/components/snippet-config-extra-params.vue_rollup-plugin-vue=script.js.map +0 -1
- package/js/x-modules/facets/components/clear-filters.vue_rollup-plugin-vue=script.js +0 -230
- package/js/x-modules/facets/components/clear-filters.vue_rollup-plugin-vue=script.js.map +0 -1
- package/js/x-modules/facets/components/facets/facets-provider.vue_rollup-plugin-vue=script.js +0 -216
- package/js/x-modules/facets/components/facets/facets-provider.vue_rollup-plugin-vue=script.js.map +0 -1
- package/js/x-modules/facets/components/facets/facets.vue_rollup-plugin-vue=script.js +0 -124
- package/js/x-modules/facets/components/facets/facets.vue_rollup-plugin-vue=script.js.map +0 -1
- package/js/x-modules/facets/components/filters/all-filter.vue_rollup-plugin-vue=script.js +0 -191
- package/js/x-modules/facets/components/filters/all-filter.vue_rollup-plugin-vue=script.js.map +0 -1
- package/js/x-modules/facets/components/filters/base-filter.vue.js +0 -69
- package/js/x-modules/facets/components/filters/base-filter.vue.js.map +0 -1
- package/js/x-modules/facets/components/filters/base-filter.vue_rollup-plugin-vue=script.js +0 -183
- package/js/x-modules/facets/components/filters/base-filter.vue_rollup-plugin-vue=script.js.map +0 -1
- package/js/x-modules/facets/components/filters/editable-number-range-filter.vue_rollup-plugin-vue=script.js +0 -210
- package/js/x-modules/facets/components/filters/editable-number-range-filter.vue_rollup-plugin-vue=script.js.map +0 -1
- package/js/x-modules/facets/components/filters/hierarchical-filter.vue_rollup-plugin-vue=script.js +0 -219
- package/js/x-modules/facets/components/filters/hierarchical-filter.vue_rollup-plugin-vue=script.js.map +0 -1
- package/js/x-modules/facets/components/filters/number-range-filter.vue_rollup-plugin-vue=script.js +0 -168
- package/js/x-modules/facets/components/filters/number-range-filter.vue_rollup-plugin-vue=script.js.map +0 -1
- package/js/x-modules/facets/components/filters/renderless-filter.vue_rollup-plugin-vue=script.js +0 -211
- package/js/x-modules/facets/components/filters/renderless-filter.vue_rollup-plugin-vue=script.js.map +0 -1
- package/js/x-modules/facets/components/filters/simple-filter.vue_rollup-plugin-vue=script.js +0 -169
- package/js/x-modules/facets/components/filters/simple-filter.vue_rollup-plugin-vue=script.js.map +0 -1
- package/js/x-modules/facets/components/lists/exclude-filters-with-no-results.vue_rollup-plugin-vue=script.js +0 -159
- package/js/x-modules/facets/components/lists/exclude-filters-with-no-results.vue_rollup-plugin-vue=script.js.map +0 -1
- package/js/x-modules/facets/components/lists/filters-list.vue_rollup-plugin-vue=script.js +0 -182
- package/js/x-modules/facets/components/lists/filters-list.vue_rollup-plugin-vue=script.js.map +0 -1
- package/js/x-modules/facets/components/lists/filters-search.vue_rollup-plugin-vue=script.js +0 -204
- package/js/x-modules/facets/components/lists/filters-search.vue_rollup-plugin-vue=script.js.map +0 -1
- package/js/x-modules/facets/components/lists/selected-filters-list.vue_rollup-plugin-vue=script.js +0 -59
- package/js/x-modules/facets/components/lists/selected-filters-list.vue_rollup-plugin-vue=script.js.map +0 -1
- package/js/x-modules/facets/components/lists/selected-filters.vue_rollup-plugin-vue=script.js +0 -186
- package/js/x-modules/facets/components/lists/selected-filters.vue_rollup-plugin-vue=script.js.map +0 -1
- package/js/x-modules/facets/components/lists/sliced-filters.vue_rollup-plugin-vue=script.js +0 -209
- package/js/x-modules/facets/components/lists/sliced-filters.vue_rollup-plugin-vue=script.js.map +0 -1
- package/js/x-modules/facets/components/lists/sorted-filters.vue_rollup-plugin-vue=script.js +0 -177
- package/js/x-modules/facets/components/lists/sorted-filters.vue_rollup-plugin-vue=script.js.map +0 -1
- package/js/x-modules/history-queries/components/clear-history-queries.vue_rollup-plugin-vue=script.js +0 -72
- package/js/x-modules/history-queries/components/clear-history-queries.vue_rollup-plugin-vue=script.js.map +0 -1
- package/js/x-modules/history-queries/components/history-queries.vue_rollup-plugin-vue=script.js +0 -45
- package/js/x-modules/history-queries/components/history-queries.vue_rollup-plugin-vue=script.js.map +0 -1
- package/js/x-modules/history-queries/components/history-query.vue_rollup-plugin-vue=script.js +0 -53
- package/js/x-modules/history-queries/components/history-query.vue_rollup-plugin-vue=script.js.map +0 -1
- package/js/x-modules/history-queries/components/remove-history-query.vue_rollup-plugin-vue=script.js +0 -49
- package/js/x-modules/history-queries/components/remove-history-query.vue_rollup-plugin-vue=script.js.map +0 -1
- package/js/x-modules/identifier-results/components/identifier-result.vue_rollup-plugin-vue=script.js +0 -54
- package/js/x-modules/identifier-results/components/identifier-result.vue_rollup-plugin-vue=script.js.map +0 -1
- package/js/x-modules/identifier-results/components/identifier-results.vue_rollup-plugin-vue=script.js +0 -47
- package/js/x-modules/identifier-results/components/identifier-results.vue_rollup-plugin-vue=script.js.map +0 -1
- package/js/x-modules/next-queries/components/next-queries-list.vue_rollup-plugin-vue=script.js +0 -101
- package/js/x-modules/next-queries/components/next-queries-list.vue_rollup-plugin-vue=script.js.map +0 -1
- package/js/x-modules/next-queries/components/next-queries.vue_rollup-plugin-vue=script.js +0 -43
- package/js/x-modules/next-queries/components/next-queries.vue_rollup-plugin-vue=script.js.map +0 -1
- package/js/x-modules/next-queries/components/next-query.vue_rollup-plugin-vue=script.js +0 -48
- package/js/x-modules/next-queries/components/next-query.vue_rollup-plugin-vue=script.js.map +0 -1
- package/js/x-modules/popular-searches/components/popular-search.vue_rollup-plugin-vue=script.js +0 -48
- package/js/x-modules/popular-searches/components/popular-search.vue_rollup-plugin-vue=script.js.map +0 -1
- package/js/x-modules/popular-searches/components/popular-searches.vue_rollup-plugin-vue=script.js +0 -42
- package/js/x-modules/popular-searches/components/popular-searches.vue_rollup-plugin-vue=script.js.map +0 -1
- package/js/x-modules/query-suggestions/components/query-suggestion.vue_rollup-plugin-vue=script.js +0 -46
- package/js/x-modules/query-suggestions/components/query-suggestion.vue_rollup-plugin-vue=script.js.map +0 -1
- package/js/x-modules/query-suggestions/components/query-suggestions.vue_rollup-plugin-vue=script.js +0 -41
- package/js/x-modules/query-suggestions/components/query-suggestions.vue_rollup-plugin-vue=script.js.map +0 -1
- package/js/x-modules/recommendations/components/recommendations.vue_rollup-plugin-vue=script.js +0 -71
- package/js/x-modules/recommendations/components/recommendations.vue_rollup-plugin-vue=script.js.map +0 -1
- package/js/x-modules/related-tags/components/related-tag.vue_rollup-plugin-vue=script.js +0 -109
- package/js/x-modules/related-tags/components/related-tag.vue_rollup-plugin-vue=script.js.map +0 -1
- package/js/x-modules/related-tags/components/related-tags.vue_rollup-plugin-vue=script.js +0 -52
- package/js/x-modules/related-tags/components/related-tags.vue_rollup-plugin-vue=script.js.map +0 -1
- package/js/x-modules/scroll/components/main-scroll-item.vue_rollup-plugin-vue=script.js +0 -191
- package/js/x-modules/scroll/components/main-scroll-item.vue_rollup-plugin-vue=script.js.map +0 -1
- package/js/x-modules/scroll/components/main-scroll.vue_rollup-plugin-vue=script.js +0 -204
- package/js/x-modules/scroll/components/main-scroll.vue_rollup-plugin-vue=script.js.map +0 -1
- package/js/x-modules/scroll/components/scroll-to-top.vue_rollup-plugin-vue=script.js +0 -234
- package/js/x-modules/scroll/components/scroll-to-top.vue_rollup-plugin-vue=script.js.map +0 -1
- package/js/x-modules/scroll/components/scroll.vue_rollup-plugin-vue=script.js +0 -110
- package/js/x-modules/scroll/components/scroll.vue_rollup-plugin-vue=script.js.map +0 -1
- package/js/x-modules/scroll/components/window-scroll.vue_rollup-plugin-vue=script.js +0 -189
- package/js/x-modules/scroll/components/window-scroll.vue_rollup-plugin-vue=script.js.map +0 -1
- package/js/x-modules/search/components/banner.vue_rollup-plugin-vue=script.js +0 -32
- package/js/x-modules/search/components/banner.vue_rollup-plugin-vue=script.js.map +0 -1
- package/js/x-modules/search/components/banners-list.vue_rollup-plugin-vue=script.js +0 -64
- package/js/x-modules/search/components/banners-list.vue_rollup-plugin-vue=script.js.map +0 -1
- package/js/x-modules/search/components/partial-query-button.vue_rollup-plugin-vue=script.js +0 -52
- package/js/x-modules/search/components/partial-query-button.vue_rollup-plugin-vue=script.js.map +0 -1
- package/js/x-modules/search/components/partial-results-list.vue_rollup-plugin-vue=script.js +0 -51
- package/js/x-modules/search/components/partial-results-list.vue_rollup-plugin-vue=script.js.map +0 -1
- package/js/x-modules/search/components/promoted.vue_rollup-plugin-vue=script.js +0 -31
- package/js/x-modules/search/components/promoted.vue_rollup-plugin-vue=script.js.map +0 -1
- package/js/x-modules/search/components/promoteds-list.vue_rollup-plugin-vue=script.js +0 -64
- package/js/x-modules/search/components/promoteds-list.vue_rollup-plugin-vue=script.js.map +0 -1
- package/js/x-modules/search/components/redirection.vue_rollup-plugin-vue=script.js +0 -108
- package/js/x-modules/search/components/redirection.vue_rollup-plugin-vue=script.js.map +0 -1
- package/js/x-modules/search/components/results-list.vue_rollup-plugin-vue=script.js +0 -56
- package/js/x-modules/search/components/results-list.vue_rollup-plugin-vue=script.js.map +0 -1
- package/js/x-modules/search/components/sort-dropdown.vue_rollup-plugin-vue=script.js +0 -48
- package/js/x-modules/search/components/sort-dropdown.vue_rollup-plugin-vue=script.js.map +0 -1
- package/js/x-modules/search/components/sort-list.vue_rollup-plugin-vue=script.js +0 -166
- package/js/x-modules/search/components/sort-list.vue_rollup-plugin-vue=script.js.map +0 -1
- package/js/x-modules/search/components/spellcheck-button.vue_rollup-plugin-vue=script.js +0 -53
- package/js/x-modules/search/components/spellcheck-button.vue_rollup-plugin-vue=script.js.map +0 -1
- package/js/x-modules/search/components/spellcheck.vue_rollup-plugin-vue=script.js +0 -143
- package/js/x-modules/search/components/spellcheck.vue_rollup-plugin-vue=script.js.map +0 -1
- package/js/x-modules/search-box/components/clear-search-input.vue_rollup-plugin-vue=script.js +0 -63
- package/js/x-modules/search-box/components/clear-search-input.vue_rollup-plugin-vue=script.js.map +0 -1
- package/js/x-modules/search-box/components/search-button.vue_rollup-plugin-vue=script.js +0 -74
- package/js/x-modules/search-box/components/search-button.vue_rollup-plugin-vue=script.js.map +0 -1
- package/js/x-modules/search-box/components/search-input.vue_rollup-plugin-vue=script.js +0 -189
- package/js/x-modules/search-box/components/search-input.vue_rollup-plugin-vue=script.js.map +0 -1
- package/js/x-modules/tagging/components/tagging.vue_rollup-plugin-vue=script.js +0 -65
- package/js/x-modules/tagging/components/tagging.vue_rollup-plugin-vue=script.js.map +0 -1
- package/js/x-modules/tagging/service/session.service.js +0 -52
- package/js/x-modules/tagging/service/session.service.js.map +0 -1
- package/js/x-modules/url/components/url-handler.vue_rollup-plugin-vue=script.js +0 -243
- package/js/x-modules/url/components/url-handler.vue_rollup-plugin-vue=script.js.map +0 -1
- package/report/x-adapter.api.json +0 -23531
- package/types/adapter/mocked-adapter.d.ts +0 -18
- package/types/adapter/mocked-adapter.d.ts.map +0 -1
- package/types/adapter/real-adapter.d.ts +0 -2
- package/types/adapter/real-adapter.d.ts.map +0 -1
- package/types/adapter/util.d.ts +0 -12
- package/types/adapter/util.d.ts.map +0 -1
- package/types/components/animations/collapse-from-top.vue.d.ts +0 -10
- package/types/components/animations/collapse-from-top.vue.d.ts.map +0 -1
- package/types/components/animations/translate-from-left.vue.d.ts +0 -10
- package/types/components/animations/translate-from-left.vue.d.ts.map +0 -1
- package/types/components/animations/translate-from-right.vue.d.ts +0 -10
- package/types/components/animations/translate-from-right.vue.d.ts.map +0 -1
- package/types/components/icons/arrow.vue.d.ts +0 -3
- package/types/components/icons/arrow.vue.d.ts.map +0 -1
- package/types/components/icons/checkbox-card-selected.vue.d.ts +0 -3
- package/types/components/icons/checkbox-card-selected.vue.d.ts.map +0 -1
- package/types/components/icons/checkbox-card-unselected.vue.d.ts +0 -3
- package/types/components/icons/checkbox-card-unselected.vue.d.ts.map +0 -1
- package/types/components/icons/nq-1.vue.d.ts +0 -3
- package/types/components/icons/nq-1.vue.d.ts.map +0 -1
- package/types/components/icons/nq-2.vue.d.ts +0 -3
- package/types/components/icons/nq-2.vue.d.ts.map +0 -1
- package/types/components/icons/nq-3.vue.d.ts +0 -3
- package/types/components/icons/nq-3.vue.d.ts.map +0 -1
- package/types/components/icons/nq-4.vue.d.ts +0 -3
- package/types/components/icons/nq-4.vue.d.ts.map +0 -1
- package/types/components/staggering-transition-group.vue.d.ts +0 -273
- package/types/components/staggering-transition-group.vue.d.ts.map +0 -1
- package/types/components/x-component.types.d.ts +0 -19
- package/types/components/x-component.types.d.ts.map +0 -1
- package/types/filters/compile-message.filter.d.ts +0 -11
- package/types/filters/compile-message.filter.d.ts.map +0 -1
- package/types/filters/filters.registry.d.ts +0 -7
- package/types/filters/filters.registry.d.ts.map +0 -1
- package/types/filters/index.d.ts +0 -2
- package/types/filters/index.d.ts.map +0 -1
- package/types/utils/object.d.ts +0 -49
- package/types/utils/object.d.ts.map +0 -1
- package/types/wiring/utils/wire-racing-handling.d.ts +0 -27
- package/types/wiring/utils/wire-racing-handling.d.ts.map +0 -1
- package/types/x-modules/facets/components/filters/base-filter.vue.d.ts +0 -39
- package/types/x-modules/facets/components/filters/base-filter.vue.d.ts.map +0 -1
- package/types/x-modules/tagging/service/session.service.d.ts +0 -37
- package/types/x-modules/tagging/service/session.service.d.ts.map +0 -1
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,3616 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file. See
|
|
4
4
|
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
## [3.0.0-alpha.331](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.330...@empathyco/x-components@3.0.0-alpha.331) (2023-03-14)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @empathyco/x-components
|
|
9
|
+
|
|
10
|
+
# Change Log
|
|
11
|
+
|
|
12
|
+
All notable changes to this project will be documented in this file. See
|
|
13
|
+
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
14
|
+
|
|
15
|
+
## [3.0.0-alpha.330](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.329...@empathyco/x-components@3.0.0-alpha.330) (2023-03-09)
|
|
16
|
+
|
|
17
|
+
### Code Refactoring
|
|
18
|
+
|
|
19
|
+
- **components:** migrate `AutoProgressBar` to `Composition API` (#1087)
|
|
20
|
+
([30cfa06](https://github.com/empathyco/x/commit/30cfa06ea5894412ab61db44b876c0645d17913e)),
|
|
21
|
+
closes [EX-8049](https://searchbroker.atlassian.net/browse/EX-8049)
|
|
22
|
+
|
|
23
|
+
# Change Log
|
|
24
|
+
|
|
25
|
+
All notable changes to this project will be documented in this file. See
|
|
26
|
+
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
27
|
+
|
|
28
|
+
## [3.0.0-alpha.329](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.328...@empathyco/x-components@3.0.0-alpha.329) (2023-03-09)
|
|
29
|
+
|
|
30
|
+
**Note:** Version bump only for package @empathyco/x-components
|
|
31
|
+
|
|
32
|
+
# Change Log
|
|
33
|
+
|
|
34
|
+
All notable changes to this project will be documented in this file. See
|
|
35
|
+
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
36
|
+
|
|
37
|
+
## [3.0.0-alpha.328](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.327...@empathyco/x-components@3.0.0-alpha.328) (2023-03-07)
|
|
38
|
+
|
|
39
|
+
### Bug Fixes
|
|
40
|
+
|
|
41
|
+
- **edocs-live-examples:** Live example was not rendered
|
|
42
|
+
([5aa2653](https://github.com/empathyco/x/commit/5aa2653054686a3a6b8ada0478f171518d7733c2))
|
|
43
|
+
|
|
44
|
+
# Change Log
|
|
45
|
+
|
|
46
|
+
All notable changes to this project will be documented in this file. See
|
|
47
|
+
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
48
|
+
|
|
49
|
+
## [3.0.0-alpha.327](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.326...@empathyco/x-components@3.0.0-alpha.327) (2023-03-07)
|
|
50
|
+
|
|
51
|
+
### Bug Fixes
|
|
52
|
+
|
|
53
|
+
- **deps:** remove `only-allow` pnpm (#1097)
|
|
54
|
+
([b2a63d3](https://github.com/empathyco/x/commit/b2a63d308f20804d55a266189ab5d6242f88f6d8)),
|
|
55
|
+
closes [EX-8082](https://searchbroker.atlassian.net/browse/EX-8082)
|
|
56
|
+
|
|
57
|
+
### Documentation
|
|
58
|
+
|
|
59
|
+
- **related-tags:** added curation options (#1095)
|
|
60
|
+
([ab458c7](https://github.com/empathyco/x/commit/ab458c767fc508f4c1cfd4362589a408a09cfbc9))
|
|
61
|
+
|
|
62
|
+
# Change Log
|
|
63
|
+
|
|
64
|
+
All notable changes to this project will be documented in this file. See
|
|
65
|
+
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
66
|
+
|
|
67
|
+
## [3.0.0-alpha.326](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.325...@empathyco/x-components@3.0.0-alpha.326) (2023-03-06)
|
|
68
|
+
|
|
69
|
+
### Documentation
|
|
70
|
+
|
|
71
|
+
- **integration:** add close api function (#1096)
|
|
72
|
+
([2602e90](https://github.com/empathyco/x/commit/2602e90cf05eea95707d15ea0dac2a319fee6604))
|
|
73
|
+
|
|
74
|
+
# Change Log
|
|
75
|
+
|
|
76
|
+
All notable changes to this project will be documented in this file. See
|
|
77
|
+
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
78
|
+
|
|
79
|
+
## [3.0.0-alpha.325](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.324...@empathyco/x-components@3.0.0-alpha.325) (2023-03-02)
|
|
80
|
+
|
|
81
|
+
**Note:** Version bump only for package @empathyco/x-components
|
|
82
|
+
|
|
83
|
+
# Change Log
|
|
84
|
+
|
|
85
|
+
All notable changes to this project will be documented in this file. See
|
|
86
|
+
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
87
|
+
|
|
88
|
+
## [3.0.0-alpha.324](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.323...@empathyco/x-components@3.0.0-alpha.324) (2023-03-02)
|
|
89
|
+
|
|
90
|
+
### Features
|
|
91
|
+
|
|
92
|
+
- **query-preview:** add query preview list component to orchestrate requests (#1084)
|
|
93
|
+
([dda5cd7](https://github.com/empathyco/x/commit/dda5cd7c0fa4c91ecdc837a6bfb3493a5db883bd)),
|
|
94
|
+
closes [EX-7541](https://searchbroker.atlassian.net/browse/EX-7541)
|
|
95
|
+
|
|
96
|
+
# Change Log
|
|
97
|
+
|
|
98
|
+
All notable changes to this project will be documented in this file. See
|
|
99
|
+
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
100
|
+
|
|
101
|
+
## [3.0.0-alpha.323](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.322...@empathyco/x-components@3.0.0-alpha.323) (2023-03-01)
|
|
102
|
+
|
|
103
|
+
**Note:** Version bump only for package @empathyco/x-components
|
|
104
|
+
|
|
105
|
+
# Change Log
|
|
106
|
+
|
|
107
|
+
All notable changes to this project will be documented in this file. See
|
|
108
|
+
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
109
|
+
|
|
110
|
+
## [3.0.0-alpha.322](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.321...@empathyco/x-components@3.0.0-alpha.322) (2023-03-01)
|
|
111
|
+
|
|
112
|
+
**Note:** Version bump only for package @empathyco/x-components
|
|
113
|
+
|
|
114
|
+
# Change Log
|
|
115
|
+
|
|
116
|
+
All notable changes to this project will be documented in this file. See
|
|
117
|
+
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
118
|
+
|
|
119
|
+
## [3.0.0-alpha.321](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.320...@empathyco/x-components@3.0.0-alpha.321) (2023-03-01)
|
|
120
|
+
|
|
121
|
+
### Features
|
|
122
|
+
|
|
123
|
+
- Add close event to BaseXAPI (#1091)
|
|
124
|
+
([1aaaeb0](https://github.com/empathyco/x/commit/1aaaeb0dd2cb20a90655e9afe7622de67616e708)),
|
|
125
|
+
closes [EX-8050](https://searchbroker.atlassian.net/browse/EX-8050)
|
|
126
|
+
|
|
127
|
+
### Bug Fixes
|
|
128
|
+
|
|
129
|
+
- **design-system:** fix deprecated typography and picture components (#1090)
|
|
130
|
+
([4f1bdb7](https://github.com/empathyco/x/commit/4f1bdb7d69a49e51d39dd2a7f8050b0fce3ef96e)),
|
|
131
|
+
closes [EX-8053](https://searchbroker.atlassian.net/browse/EX-8053)
|
|
132
|
+
|
|
133
|
+
# Change Log
|
|
134
|
+
|
|
135
|
+
All notable changes to this project will be documented in this file. See
|
|
136
|
+
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
137
|
+
|
|
138
|
+
## [3.0.0-alpha.320](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.319...@empathyco/x-components@3.0.0-alpha.320) (2023-02-28)
|
|
139
|
+
|
|
140
|
+
### Bug Fixes
|
|
141
|
+
|
|
142
|
+
- **components:** Fix open issue when focused on body. Fix `SearchInputPlaceholder` styles. (#1078)
|
|
143
|
+
([25aa285](https://github.com/empathyco/x/commit/25aa2851daf713512c42ef394707a9f1fc41fe4b)),
|
|
144
|
+
closes [EX-8011](https://searchbroker.atlassian.net/browse/EX-8011)
|
|
145
|
+
|
|
146
|
+
# Change Log
|
|
147
|
+
|
|
148
|
+
All notable changes to this project will be documented in this file. See
|
|
149
|
+
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
150
|
+
|
|
151
|
+
## [3.0.0-alpha.319](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.318...@empathyco/x-components@3.0.0-alpha.319) (2023-02-27)
|
|
152
|
+
|
|
153
|
+
### Features
|
|
154
|
+
|
|
155
|
+
- **banner:** add support without title and no clickable (#1069)
|
|
156
|
+
([7207767](https://github.com/empathyco/x/commit/72077675691dc8fab7361f64e0302aa8d33213fa))
|
|
157
|
+
|
|
158
|
+
# Change Log
|
|
159
|
+
|
|
160
|
+
All notable changes to this project will be documented in this file. See
|
|
161
|
+
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
162
|
+
|
|
163
|
+
## [3.0.0-alpha.318](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.317...@empathyco/x-components@3.0.0-alpha.318) (2023-02-21)
|
|
164
|
+
|
|
165
|
+
**Note:** Version bump only for package @empathyco/x-components
|
|
166
|
+
|
|
167
|
+
# Change Log
|
|
168
|
+
|
|
169
|
+
All notable changes to this project will be documented in this file. See
|
|
170
|
+
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
171
|
+
|
|
172
|
+
## [3.0.0-alpha.317](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.316...@empathyco/x-components@3.0.0-alpha.317) (2023-02-17)
|
|
173
|
+
|
|
174
|
+
### Build System
|
|
175
|
+
|
|
176
|
+
- **dependencies:** bump `@bahmutov/cypress-esbuild-preprocessor` from `2.1.5` to `2.2.0` (#1082)
|
|
177
|
+
([106c2d1](https://github.com/empathyco/x/commit/106c2d1eba6e1d3b03ac75a04bdec3e961579fef))
|
|
178
|
+
|
|
179
|
+
# Change Log
|
|
180
|
+
|
|
181
|
+
All notable changes to this project will be documented in this file. See
|
|
182
|
+
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
183
|
+
|
|
184
|
+
## [3.0.0-alpha.316](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.315...@empathyco/x-components@3.0.0-alpha.316) (2023-02-16)
|
|
185
|
+
|
|
186
|
+
### Features
|
|
187
|
+
|
|
188
|
+
- remove `x-suggestion` class from `BaseSuggestion` component (#1077)
|
|
189
|
+
([31f48e9](https://github.com/empathyco/x/commit/31f48e91ca06348d9122ad301f765b48c2fc963f)),
|
|
190
|
+
closes [EX-8006](https://searchbroker.atlassian.net/browse/EX-8006)
|
|
191
|
+
|
|
192
|
+
# Change Log
|
|
193
|
+
|
|
194
|
+
All notable changes to this project will be documented in this file. See
|
|
195
|
+
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
196
|
+
|
|
197
|
+
## [3.0.0-alpha.315](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.314...@empathyco/x-components@3.0.0-alpha.315) (2023-02-15)
|
|
198
|
+
|
|
199
|
+
### Features
|
|
200
|
+
|
|
201
|
+
- **design-system:** Add `Input Group` component to the X Desing System. (#1066)
|
|
202
|
+
([5f83b14](https://github.com/empathyco/x/commit/5f83b1460408e0e3b6a5f7fedaf91ee006d27a9c)),
|
|
203
|
+
closes [EX-7944](https://searchbroker.atlassian.net/browse/EX-7944)
|
|
204
|
+
|
|
205
|
+
# Change Log
|
|
206
|
+
|
|
207
|
+
All notable changes to this project will be documented in this file. See
|
|
208
|
+
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
209
|
+
|
|
210
|
+
## [3.0.0-alpha.314](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.313...@empathyco/x-components@3.0.0-alpha.314) (2023-02-15)
|
|
211
|
+
|
|
212
|
+
### Features
|
|
213
|
+
|
|
214
|
+
- **desing-system:** Add layout `layout-stack` util. (#1076)
|
|
215
|
+
([38db5b3](https://github.com/empathyco/x/commit/38db5b3b4c10a2bd288e9e79b15232f063002156)),
|
|
216
|
+
closes [EX-8000](https://searchbroker.atlassian.net/browse/EX-8000)
|
|
217
|
+
|
|
218
|
+
# Change Log
|
|
219
|
+
|
|
220
|
+
All notable changes to this project will be documented in this file. See
|
|
221
|
+
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
222
|
+
|
|
223
|
+
## [3.0.0-alpha.313](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.312...@empathyco/x-components@3.0.0-alpha.313) (2023-02-14)
|
|
224
|
+
|
|
225
|
+
### ⚠ BREAKING CHANGES
|
|
226
|
+
|
|
227
|
+
- **design-system:** design system scroll styles are deprecated. To continue using them import from
|
|
228
|
+
deprecated-full-theme.css
|
|
229
|
+
|
|
230
|
+
### Features
|
|
231
|
+
|
|
232
|
+
- **design-system:** deprecate old x-scroll styles (#1073)
|
|
233
|
+
([3916c5f](https://github.com/empathyco/x/commit/3916c5fab866a51f5c2df089cef3e80a9c0ae1ee)),
|
|
234
|
+
closes [EX-7982](https://searchbroker.atlassian.net/browse/EX-7982)
|
|
235
|
+
|
|
236
|
+
### Bug Fixes
|
|
237
|
+
|
|
238
|
+
- **modal:** set focusOnOpen for the main-modal to false (#1074)
|
|
239
|
+
([655e8eb](https://github.com/empathyco/x/commit/655e8eb6bc5bedab6b79ab2a7c7d6110f9d27437)),
|
|
240
|
+
closes [EX-7710](https://searchbroker.atlassian.net/browse/EX-7710)
|
|
241
|
+
|
|
242
|
+
# Change Log
|
|
243
|
+
|
|
244
|
+
All notable changes to this project will be documented in this file. See
|
|
245
|
+
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
246
|
+
|
|
247
|
+
## [3.0.0-alpha.312](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.311...@empathyco/x-components@3.0.0-alpha.312) (2023-02-14)
|
|
248
|
+
|
|
249
|
+
### Build System
|
|
250
|
+
|
|
251
|
+
- Delete unused `Jenkinsfile`. (#1075)
|
|
252
|
+
([fb9a15b](https://github.com/empathyco/x/commit/fb9a15b80686293b3bd14c8129ed045d8a6c99f2))
|
|
253
|
+
|
|
254
|
+
# Change Log
|
|
255
|
+
|
|
256
|
+
All notable changes to this project will be documented in this file. See
|
|
257
|
+
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
258
|
+
|
|
259
|
+
## [3.0.0-alpha.311](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.310...@empathyco/x-components@3.0.0-alpha.311) (2023-02-10)
|
|
260
|
+
|
|
261
|
+
**Note:** Version bump only for package @empathyco/x-components
|
|
262
|
+
|
|
263
|
+
# Change Log
|
|
264
|
+
|
|
265
|
+
All notable changes to this project will be documented in this file. See
|
|
266
|
+
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
267
|
+
|
|
268
|
+
## [3.0.0-alpha.310](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.309...@empathyco/x-components@3.0.0-alpha.310) (2023-02-08)
|
|
269
|
+
|
|
270
|
+
### Bug Fixes
|
|
271
|
+
|
|
272
|
+
- **search:** reset `query`, `page` and `sort` on clear query (#1045)
|
|
273
|
+
([5dc0603](https://github.com/empathyco/x/commit/5dc060304980f5c373cd1aa8aebd4d3932723a35)),
|
|
274
|
+
closes [EX-7663](https://searchbroker.atlassian.net/browse/EX-7663)
|
|
275
|
+
|
|
276
|
+
### Continuous Integration
|
|
277
|
+
|
|
278
|
+
- refactor `lint` command to benefit from `nx parallelisation` (#1051)
|
|
279
|
+
([1af1503](https://github.com/empathyco/x/commit/1af1503ff118d6232fdbb27e203037a89b1b52e0)),
|
|
280
|
+
closes [EX-7926](https://searchbroker.atlassian.net/browse/EX-7926)
|
|
281
|
+
|
|
282
|
+
# Change Log
|
|
283
|
+
|
|
284
|
+
All notable changes to this project will be documented in this file. See
|
|
285
|
+
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
286
|
+
|
|
287
|
+
## [3.0.0-alpha.309](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.308...@empathyco/x-components@3.0.0-alpha.309) (2023-02-07)
|
|
288
|
+
|
|
289
|
+
### Continuous Integration
|
|
290
|
+
|
|
291
|
+
- migrate from `npm` & `lerna bootstrap` to `pnpm` (#1047)
|
|
292
|
+
([aaaba4f](https://github.com/empathyco/x/commit/aaaba4f8a5498c16e17ea6daf9c18a1f49918f70)),
|
|
293
|
+
closes [EX-7891](https://searchbroker.atlassian.net/browse/EX-7891)
|
|
294
|
+
|
|
295
|
+
# Change Log
|
|
296
|
+
|
|
297
|
+
All notable changes to this project will be documented in this file. See
|
|
298
|
+
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
299
|
+
|
|
300
|
+
## [3.0.0-alpha.308](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.307...@empathyco/x-components@3.0.0-alpha.308) (2023-02-06)
|
|
301
|
+
|
|
302
|
+
### ⚠ BREAKING CHANGES
|
|
303
|
+
|
|
304
|
+
- **design-system:** Old design-system `Icon` styles are now located in the
|
|
305
|
+
`deprecated-full-theme.css` file. Removed `checkbox-card`, `nq1`, `nq2`, `nq3`, and `nq4 icons`.
|
|
306
|
+
|
|
307
|
+
### Features
|
|
308
|
+
|
|
309
|
+
- **design-system:** add `icon` to XDS (#1053)
|
|
310
|
+
([21605ab](https://github.com/empathyco/x/commit/21605abc99f5da05556cfa7edb4213c61c205b78)),
|
|
311
|
+
closes [EX-7783](https://searchbroker.atlassian.net/browse/EX-7783)
|
|
312
|
+
|
|
313
|
+
# Change Log
|
|
314
|
+
|
|
315
|
+
All notable changes to this project will be documented in this file. See
|
|
316
|
+
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
317
|
+
|
|
318
|
+
## [3.0.0-alpha.307](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.306...@empathyco/x-components@3.0.0-alpha.307) (2023-02-03)
|
|
319
|
+
|
|
320
|
+
### Build System
|
|
321
|
+
|
|
322
|
+
- **deps:** update deps (#1062)
|
|
323
|
+
([59f29b9](https://github.com/empathyco/x/commit/59f29b9c5861f790a65b061eec628eb35d066b68))
|
|
324
|
+
|
|
325
|
+
# Change Log
|
|
326
|
+
|
|
327
|
+
All notable changes to this project will be documented in this file. See
|
|
328
|
+
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
329
|
+
|
|
330
|
+
## [3.0.0-alpha.306](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.305...@empathyco/x-components@3.0.0-alpha.306) (2023-02-01)
|
|
331
|
+
|
|
332
|
+
**Note:** Version bump only for package @empathyco/x-components
|
|
333
|
+
|
|
334
|
+
# Change Log
|
|
335
|
+
|
|
336
|
+
All notable changes to this project will be documented in this file. See
|
|
337
|
+
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
338
|
+
|
|
339
|
+
## [3.0.0-alpha.305](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.304...@empathyco/x-components@3.0.0-alpha.305) (2023-01-30)
|
|
340
|
+
|
|
341
|
+
### Features
|
|
342
|
+
|
|
343
|
+
- **history-queries:** emit click event on HistoryQuery click (#1048)
|
|
344
|
+
([2e7d074](https://github.com/empathyco/x/commit/2e7d07484571a9458a14fab4435b10523f6e7457)),
|
|
345
|
+
closes [EX-7879](https://searchbroker.atlassian.net/browse/EX-7879)
|
|
346
|
+
|
|
347
|
+
# Change Log
|
|
348
|
+
|
|
349
|
+
All notable changes to this project will be documented in this file. See
|
|
350
|
+
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
351
|
+
|
|
352
|
+
## [3.0.0-alpha.304](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.303...@empathyco/x-components@3.0.0-alpha.304) (2023-01-30)
|
|
353
|
+
|
|
354
|
+
### Features
|
|
355
|
+
|
|
356
|
+
- **history-queries:** bind formatTime callback to MyHistory suggestion slot (#1049)
|
|
357
|
+
([0e20cf3](https://github.com/empathyco/x/commit/0e20cf3315b2f2a687ee63b14bb50bac021eb57f)),
|
|
358
|
+
closes [EX-7879](https://searchbroker.atlassian.net/browse/EX-7879)
|
|
359
|
+
|
|
360
|
+
# Change Log
|
|
361
|
+
|
|
362
|
+
All notable changes to this project will be documented in this file. See
|
|
363
|
+
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
364
|
+
|
|
365
|
+
## [3.0.0-alpha.303](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.302...@empathyco/x-components@3.0.0-alpha.303) (2023-01-27)
|
|
366
|
+
|
|
367
|
+
### Build System
|
|
368
|
+
|
|
369
|
+
- **deps:** update deps (#1046)
|
|
370
|
+
([b6957df](https://github.com/empathyco/x/commit/b6957df9d88c0d94c2543047991a63afadd707ff))
|
|
371
|
+
|
|
372
|
+
# Change Log
|
|
373
|
+
|
|
374
|
+
All notable changes to this project will be documented in this file. See
|
|
375
|
+
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
376
|
+
|
|
377
|
+
## [3.0.0-alpha.302](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.301...@empathyco/x-components@3.0.0-alpha.302) (2023-01-26)
|
|
378
|
+
|
|
379
|
+
### ⚠ BREAKING CHANGES
|
|
380
|
+
|
|
381
|
+
- **components:** class `x-picture__image` renamed to `x-picture-image`, deprecate classes
|
|
382
|
+
`x-picture__image--placeholder` and `x-picture__image--fallback`
|
|
383
|
+
|
|
384
|
+
### Features
|
|
385
|
+
|
|
386
|
+
- **components:** deprecate x-picture\_\_image and placeholder/fallback styles (#1036)
|
|
387
|
+
([73a08a5](https://github.com/empathyco/x/commit/73a08a576b3f9b715cccefee8cb452d00cd45bcb)),
|
|
388
|
+
closes [EX-7888](https://searchbroker.atlassian.net/browse/EX-7888)
|
|
389
|
+
|
|
390
|
+
# Change Log
|
|
391
|
+
|
|
392
|
+
All notable changes to this project will be documented in this file. See
|
|
393
|
+
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
394
|
+
|
|
395
|
+
## [3.0.0-alpha.301](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.300...@empathyco/x-components@3.0.0-alpha.301) (2023-01-25)
|
|
396
|
+
|
|
397
|
+
### Documentation
|
|
398
|
+
|
|
399
|
+
- correcting `video-reference` id (#1038)
|
|
400
|
+
([bc46163](https://github.com/empathyco/x/commit/bc461638d10ecc9160d3c58bd9c7bfdc26d5df1e))
|
|
401
|
+
|
|
402
|
+
# Change Log
|
|
403
|
+
|
|
404
|
+
All notable changes to this project will be documented in this file. See
|
|
405
|
+
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
406
|
+
|
|
407
|
+
## [3.0.0-alpha.300](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.299...@empathyco/x-components@3.0.0-alpha.300) (2023-01-25)
|
|
408
|
+
|
|
409
|
+
### Build System
|
|
410
|
+
|
|
411
|
+
- **dependencies:** update `typescript` to `4.9.4` and its dependencies to their latest version
|
|
412
|
+
(#993)
|
|
413
|
+
([500ab57](https://github.com/empathyco/x/commit/500ab57e4729f5c4dcefaa31ed4a8497ddd349b9)),
|
|
414
|
+
closes [EX-7288](https://searchbroker.atlassian.net/browse/EX-7288)
|
|
415
|
+
|
|
416
|
+
# Change Log
|
|
417
|
+
|
|
418
|
+
All notable changes to this project will be documented in this file. See
|
|
419
|
+
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
420
|
+
|
|
421
|
+
## [3.0.0-alpha.299](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.298...@empathyco/x-components@3.0.0-alpha.299) (2023-01-24)
|
|
422
|
+
|
|
423
|
+
**Note:** Version bump only for package @empathyco/x-components
|
|
424
|
+
|
|
425
|
+
# Change Log
|
|
426
|
+
|
|
427
|
+
All notable changes to this project will be documented in this file. See
|
|
428
|
+
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
429
|
+
|
|
430
|
+
## [3.0.0-alpha.298](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.297...@empathyco/x-components@3.0.0-alpha.298) (2023-01-24)
|
|
431
|
+
|
|
432
|
+
**Note:** Version bump only for package @empathyco/x-components
|
|
433
|
+
|
|
434
|
+
# Change Log
|
|
435
|
+
|
|
436
|
+
All notable changes to this project will be documented in this file. See
|
|
437
|
+
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
438
|
+
|
|
439
|
+
## [3.0.0-alpha.297](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.296...@empathyco/x-components@3.0.0-alpha.297) (2023-01-24)
|
|
440
|
+
|
|
441
|
+
### Features
|
|
442
|
+
|
|
443
|
+
- add `prettier-plugin-tailwindcss` (#1033)
|
|
444
|
+
([c3eae8b](https://github.com/empathyco/x/commit/c3eae8bef0a75fa1e78f1190947a74fa9269d6bd)),
|
|
445
|
+
closes [EX-7884](https://searchbroker.atlassian.net/browse/EX-7884)
|
|
446
|
+
|
|
447
|
+
# Change Log
|
|
448
|
+
|
|
449
|
+
All notable changes to this project will be documented in this file. See
|
|
450
|
+
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
451
|
+
|
|
452
|
+
## [3.0.0-alpha.296](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.295...@empathyco/x-components@3.0.0-alpha.296) (2023-01-24)
|
|
453
|
+
|
|
454
|
+
### Features
|
|
455
|
+
|
|
456
|
+
- remove duplicates from image placeholder/fallback classes (#1032)
|
|
457
|
+
([2c5390c](https://github.com/empathyco/x/commit/2c5390c0e5cf2d4bc0b843422d2e99415b6e58ff)),
|
|
458
|
+
closes [EX-7836](https://searchbroker.atlassian.net/browse/EX-7836)
|
|
459
|
+
|
|
460
|
+
# Change Log
|
|
461
|
+
|
|
462
|
+
All notable changes to this project will be documented in this file. See
|
|
463
|
+
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
464
|
+
|
|
465
|
+
## [3.0.0-alpha.295](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.294...@empathyco/x-components@3.0.0-alpha.295) (2023-01-24)
|
|
466
|
+
|
|
467
|
+
### ⚠ BREAKING CHANGES
|
|
468
|
+
|
|
469
|
+
- **components:** Renamed `SlidingPanel` css classes `x-sliding-panel--at-start` and
|
|
470
|
+
`x-sliding-panel--at-end` to `x-sliding-panel-at-start` and `x-sliding-panel-at-end` respectively.
|
|
471
|
+
- **components:** Renamed `SlidingPanel` buttons css classes `x-sliding-panel__button-left` and
|
|
472
|
+
`x-sliding-panel__button-right` to `x-sliding-panel-button-left` and
|
|
473
|
+
`x-sliding-panel-button-right` respectively.
|
|
474
|
+
- **components:** Old design-system `SlidingPanel` styles (including the updated button classes) are
|
|
475
|
+
now located in the `deprecated-full-theme.css` file.
|
|
476
|
+
|
|
477
|
+
### Features
|
|
478
|
+
|
|
479
|
+
- **components:** use XDS `sliding panel` (#1028)
|
|
480
|
+
([9773003](https://github.com/empathyco/x/commit/97730036b473678b8487a386bc6d83bd3ecf872d)),
|
|
481
|
+
closes [EX-7831](https://searchbroker.atlassian.net/browse/EX-7831)
|
|
482
|
+
|
|
483
|
+
# Change Log
|
|
484
|
+
|
|
485
|
+
All notable changes to this project will be documented in this file. See
|
|
486
|
+
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
487
|
+
|
|
488
|
+
## [3.0.0-alpha.294](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.293...@empathyco/x-components@3.0.0-alpha.294) (2023-01-23)
|
|
489
|
+
|
|
490
|
+
### ⚠ BREAKING CHANGES
|
|
491
|
+
|
|
492
|
+
- **design-system:** `picture` and some `result` styles related are now deprecated. To continue
|
|
493
|
+
using them import from `deprecated-full-theme.css`.
|
|
494
|
+
- Rename `x-result-picture__image` to `x-result-picture-image`.
|
|
495
|
+
|
|
496
|
+
### Features
|
|
497
|
+
|
|
498
|
+
- **design-system:** add `product-image` `XDS` component (#1025)
|
|
499
|
+
([d60e239](https://github.com/empathyco/x/commit/d60e239012d04d547b5430eb8afc22536f66d838))
|
|
500
|
+
|
|
501
|
+
# Change Log
|
|
502
|
+
|
|
503
|
+
All notable changes to this project will be documented in this file. See
|
|
504
|
+
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
505
|
+
|
|
506
|
+
## [3.0.0-alpha.293](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.292...@empathyco/x-components@3.0.0-alpha.293) (2023-01-23)
|
|
507
|
+
|
|
508
|
+
### Styling
|
|
509
|
+
|
|
510
|
+
- update prettier and format code (#1026)
|
|
511
|
+
([a18cc17](https://github.com/empathyco/x/commit/a18cc172b6638962d53192905cd466f12bccacac)),
|
|
512
|
+
closes [EX-7877](https://searchbroker.atlassian.net/browse/EX-7877)
|
|
513
|
+
|
|
514
|
+
## [3.0.0-alpha.292](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.291...@empathyco/x-components@3.0.0-alpha.292) (2023-01-23)
|
|
515
|
+
|
|
516
|
+
**Note:** Version bump only for package @empathyco/x-components
|
|
517
|
+
|
|
518
|
+
# Change Log
|
|
519
|
+
|
|
520
|
+
All notable changes to this project will be documented in this file. See
|
|
521
|
+
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
522
|
+
|
|
523
|
+
## [3.0.0-alpha.291](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.290...@empathyco/x-components@3.0.0-alpha.291) (2023-01-20)
|
|
524
|
+
|
|
525
|
+
### Build System
|
|
526
|
+
|
|
527
|
+
- **deps:** update dependencies (#1024)
|
|
528
|
+
([e99425f](https://github.com/empathyco/x/commit/e99425fc315526afe40b1fd536bcfde1fc1af08a))
|
|
529
|
+
|
|
530
|
+
## [3.0.0-alpha.290](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.289...@empathyco/x-components@3.0.0-alpha.290) (2023-01-20)
|
|
531
|
+
|
|
532
|
+
**Note:** Version bump only for package @empathyco/x-components
|
|
533
|
+
|
|
534
|
+
## [3.0.0-alpha.289](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.288...@empathyco/x-components@3.0.0-alpha.289) (2023-01-19)
|
|
535
|
+
|
|
536
|
+
**Note:** Version bump only for package @empathyco/x-components
|
|
537
|
+
|
|
538
|
+
## [3.0.0-alpha.288](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.287...@empathyco/x-components@3.0.0-alpha.288) (2023-01-18)
|
|
539
|
+
|
|
540
|
+
**Note:** Version bump only for package @empathyco/x-components
|
|
541
|
+
|
|
542
|
+
## [3.0.0-alpha.287](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.286...@empathyco/x-components@3.0.0-alpha.287) (2023-01-18)
|
|
543
|
+
|
|
544
|
+
### Features
|
|
545
|
+
|
|
546
|
+
- **components:** add `contentClass` to `modals` (#1009)
|
|
547
|
+
([68b8790](https://github.com/empathyco/x/commit/68b8790289dd6e233c0199497cdb09f515ccbeec)),
|
|
548
|
+
closes [EX-7479](https://searchbroker.atlassian.net/browse/EX-7479)
|
|
549
|
+
|
|
550
|
+
## [3.0.0-alpha.286](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.285...@empathyco/x-components@3.0.0-alpha.286) (2023-01-18)
|
|
551
|
+
|
|
552
|
+
### ⚠ BREAKING CHANGES
|
|
553
|
+
|
|
554
|
+
- **history-queries:** Renamed `removeHistoryQueryClass` prop to `removeButtonClass`.
|
|
555
|
+
|
|
556
|
+
### Features
|
|
557
|
+
|
|
558
|
+
- **history-queries:** add dynamic classes to the history query suggestion (#1014)
|
|
559
|
+
([ddd4ac7](https://github.com/empathyco/x/commit/ddd4ac76f30f90bb68497d507948caee060944cf)),
|
|
560
|
+
closes [EX-7853](https://searchbroker.atlassian.net/browse/EX-7853)
|
|
561
|
+
|
|
562
|
+
## [3.0.0-alpha.285](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.284...@empathyco/x-components@3.0.0-alpha.285) (2023-01-17)
|
|
563
|
+
|
|
564
|
+
### ⚠ BREAKING CHANGES
|
|
565
|
+
|
|
566
|
+
- Rename `x-grid` class to `x-grid-list`.
|
|
567
|
+
- Rename `x-grid__item` class to `x-grid-list__item`.
|
|
568
|
+
- Rename `x-grid--cols-{cols}` class to `x-grid-list--cols-{cols}`.
|
|
569
|
+
|
|
570
|
+
### Features
|
|
571
|
+
|
|
572
|
+
- rename `x-grid` class to `x-grid-list` (#1015)
|
|
573
|
+
([dbb5d50](https://github.com/empathyco/x/commit/dbb5d502dd9c1e69c18d137edc8be2e13bceaeb2)),
|
|
574
|
+
closes [EX-7481](https://searchbroker.atlassian.net/browse/EX-7481)
|
|
575
|
+
|
|
576
|
+
## [3.0.0-alpha.284](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.283...@empathyco/x-components@3.0.0-alpha.284) (2023-01-17)
|
|
577
|
+
|
|
578
|
+
**Note:** Version bump only for package @empathyco/x-components
|
|
579
|
+
|
|
580
|
+
## [3.0.0-alpha.283](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.282...@empathyco/x-components@3.0.0-alpha.283) (2023-01-17)
|
|
581
|
+
|
|
582
|
+
**Note:** Version bump only for package @empathyco/x-components
|
|
583
|
+
|
|
584
|
+
## [3.0.0-alpha.282](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.281...@empathyco/x-components@3.0.0-alpha.282) (2023-01-17)
|
|
585
|
+
|
|
586
|
+
### Features
|
|
587
|
+
|
|
588
|
+
- add dynamic classes to the suggestion item inside the `base-suggestions` (#1008)
|
|
589
|
+
([3e0b683](https://github.com/empathyco/x/commit/3e0b683eb83b9b2e9f6ebb0a17b80a9ff46d6e3c)),
|
|
590
|
+
closes [EX-7834](https://searchbroker.atlassian.net/browse/EX-7834)
|
|
591
|
+
|
|
592
|
+
## [3.0.0-alpha.281](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.280...@empathyco/x-components@3.0.0-alpha.281) (2023-01-16)
|
|
593
|
+
|
|
594
|
+
### Features
|
|
595
|
+
|
|
596
|
+
- **history-queries:** add dynamic classes to the remove history query button (#1007)
|
|
597
|
+
([b5623d1](https://github.com/empathyco/x/commit/b5623d1c6f7f2709251164c6055b616218163c6f)),
|
|
598
|
+
closes [EX-7833](https://searchbroker.atlassian.net/browse/EX-7833)
|
|
599
|
+
|
|
600
|
+
# Change Log
|
|
601
|
+
|
|
602
|
+
All notable changes to this project will be documented in this file. See
|
|
603
|
+
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
604
|
+
|
|
605
|
+
## [3.0.0-alpha.280](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.279...@empathyco/x-components@3.0.0-alpha.280) (2023-01-13)
|
|
606
|
+
|
|
607
|
+
**Note:** Version bump only for package @empathyco/x-components
|
|
608
|
+
|
|
609
|
+
# Change Log
|
|
610
|
+
|
|
611
|
+
All notable changes to this project will be documented in this file. See
|
|
612
|
+
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
613
|
+
|
|
614
|
+
## [3.0.0-alpha.279](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.278...@empathyco/x-components@3.0.0-alpha.279) (2023-01-13)
|
|
615
|
+
|
|
616
|
+
**Note:** Version bump only for package @empathyco/x-components
|
|
617
|
+
|
|
618
|
+
# Change Log
|
|
619
|
+
|
|
620
|
+
All notable changes to this project will be documented in this file. See
|
|
621
|
+
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
622
|
+
|
|
623
|
+
## [3.0.0-alpha.278](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.277...@empathyco/x-components@3.0.0-alpha.278) (2023-01-13)
|
|
624
|
+
|
|
625
|
+
### Build System
|
|
626
|
+
|
|
627
|
+
- **deps:** update dependencies (#1004)
|
|
628
|
+
([7343506](https://github.com/empathyco/x/commit/73435063e97648ed5bb87600bb7cfbb5eb64b70c))
|
|
629
|
+
|
|
630
|
+
## [3.0.0-alpha.277](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.276...@empathyco/x-components@3.0.0-alpha.277) (2023-01-12)
|
|
631
|
+
|
|
632
|
+
### Documentation
|
|
633
|
+
|
|
634
|
+
- assets migration (#995)
|
|
635
|
+
([04678f1](https://github.com/empathyco/x/commit/04678f104a9e9383af7284d349f26e6c0f5454df))
|
|
636
|
+
|
|
637
|
+
## [3.0.0-alpha.276](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.275...@empathyco/x-components@3.0.0-alpha.276) (2023-01-11)
|
|
638
|
+
|
|
639
|
+
**Note:** Version bump only for package @empathyco/x-components
|
|
640
|
+
|
|
641
|
+
## [3.0.0-alpha.275](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.274...@empathyco/x-components@3.0.0-alpha.275) (2023-01-10)
|
|
642
|
+
|
|
643
|
+
**Note:** Version bump only for package @empathyco/x-components
|
|
644
|
+
|
|
645
|
+
## [3.0.0-alpha.274](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.273...@empathyco/x-components@3.0.0-alpha.274) (2023-01-09)
|
|
646
|
+
|
|
647
|
+
### Features
|
|
648
|
+
|
|
649
|
+
- **history-queries:** expose `historyQueriesWithResults` in the alias API (#991)
|
|
650
|
+
([90c17f5](https://github.com/empathyco/x/commit/90c17f54a1bc1a4c613d06e64dd630f9e1efca61)),
|
|
651
|
+
closes [EX-7476](https://searchbroker.atlassian.net/browse/EX-7476)
|
|
652
|
+
|
|
653
|
+
## [3.0.0-alpha.273](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.272...@empathyco/x-components@3.0.0-alpha.273) (2023-01-09)
|
|
654
|
+
|
|
655
|
+
### ⚠ BREAKING CHANGES
|
|
656
|
+
|
|
657
|
+
- **design-system:** suggestion and suggestion group styles are now deprecated. To continue using
|
|
658
|
+
them import from `deprecated-full-theme.css`.
|
|
659
|
+
|
|
660
|
+
### Features
|
|
661
|
+
|
|
662
|
+
- **design-system:** deprecate old suggestion and suggestion group styles (#975)
|
|
663
|
+
([69d8bc5](https://github.com/empathyco/x/commit/69d8bc59ce43660b3295dcafa9283598d1143336)),
|
|
664
|
+
closes [EX-7725](https://searchbroker.atlassian.net/browse/EX-7725)
|
|
665
|
+
|
|
666
|
+
# Change Log
|
|
667
|
+
|
|
668
|
+
All notable changes to this project will be documented in this file. See
|
|
669
|
+
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
670
|
+
|
|
671
|
+
## [3.0.0-alpha.272](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.271...@empathyco/x-components@3.0.0-alpha.272) (2023-01-09)
|
|
672
|
+
|
|
673
|
+
### Features
|
|
674
|
+
|
|
675
|
+
- **design-system:** deprecate old typography styles (#973)
|
|
676
|
+
([15d6d64](https://github.com/empathyco/x/commit/15d6d64c18fe28664e873802fe34073158c30648)),
|
|
677
|
+
closes [EX-7726](https://searchbroker.atlassian.net/browse/EX-7726)
|
|
678
|
+
|
|
679
|
+
# Change Log
|
|
680
|
+
|
|
681
|
+
All notable changes to this project will be documented in this file. See
|
|
682
|
+
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
683
|
+
|
|
684
|
+
## [3.0.0-alpha.271](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.270...@empathyco/x-components@3.0.0-alpha.271) (2023-01-06)
|
|
685
|
+
|
|
686
|
+
### Build System
|
|
687
|
+
|
|
688
|
+
- **deps:** update dependencies
|
|
689
|
+
([491f9c5](https://github.com/empathyco/x/commit/491f9c5a27cf5eaa4dc3f31c97ea514bb8f3515b))
|
|
690
|
+
|
|
691
|
+
# Change Log
|
|
692
|
+
|
|
693
|
+
All notable changes to this project will be documented in this file. See
|
|
694
|
+
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
695
|
+
|
|
696
|
+
## [3.0.0-alpha.270](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.269...@empathyco/x-components@3.0.0-alpha.270) (2023-01-04)
|
|
697
|
+
|
|
698
|
+
### Features
|
|
699
|
+
|
|
700
|
+
- rename `search-types` to `x-types` (#928)
|
|
701
|
+
([1ac0008](https://github.com/empathyco/x/commit/1ac00084a4f46f453741c6b04a7c18e88c637cee))
|
|
702
|
+
|
|
703
|
+
# Change Log
|
|
704
|
+
|
|
705
|
+
All notable changes to this project will be documented in this file. See
|
|
706
|
+
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
707
|
+
|
|
708
|
+
## [3.0.0-alpha.269](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.268...@empathyco/x-components@3.0.0-alpha.269) (2023-01-04)
|
|
709
|
+
|
|
710
|
+
### Features
|
|
711
|
+
|
|
712
|
+
- add view to test base-result-link accessibility (#972)
|
|
713
|
+
([21d185a](https://github.com/empathyco/x/commit/21d185a8a107f95be4436dabfbeffe83bc7dcd62))
|
|
714
|
+
|
|
715
|
+
# Change Log
|
|
716
|
+
|
|
717
|
+
All notable changes to this project will be documented in this file. See
|
|
718
|
+
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
719
|
+
|
|
720
|
+
## [3.0.0-alpha.268](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.267...@empathyco/x-components@3.0.0-alpha.268) (2023-01-03)
|
|
721
|
+
|
|
722
|
+
### Build System
|
|
723
|
+
|
|
724
|
+
- **deps:** update `vue` to version `2.7` (#971)
|
|
725
|
+
([09fb0fe](https://github.com/empathyco/x/commit/09fb0fe5dbef020565571a4fafc89d2aac544c8e)),
|
|
726
|
+
closes [EX-7730](https://searchbroker.atlassian.net/browse/EX-7730)
|
|
727
|
+
|
|
728
|
+
## [3.0.0-alpha.267](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.266...@empathyco/x-components@3.0.0-alpha.267) (2023-01-03)
|
|
729
|
+
|
|
730
|
+
**Note:** Version bump only for package @empathyco/x-components
|
|
731
|
+
|
|
732
|
+
# Change Log
|
|
733
|
+
|
|
734
|
+
All notable changes to this project will be documented in this file. See
|
|
735
|
+
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
736
|
+
|
|
737
|
+
## [3.0.0-alpha.266](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.265...@empathyco/x-components@3.0.0-alpha.266) (2023-01-02)
|
|
738
|
+
|
|
739
|
+
### Continuous Integration
|
|
740
|
+
|
|
741
|
+
- make Cypress cache depend on package. Make eslint cache restore last version if no exact match.
|
|
742
|
+
([2498972](https://github.com/empathyco/x/commit/24989726d8e5c6c3450b344fbbc623a3f7246b53)),
|
|
743
|
+
closes [EX-7721](https://searchbroker.atlassian.net/browse/EX-7721)
|
|
744
|
+
|
|
745
|
+
# Change Log
|
|
746
|
+
|
|
747
|
+
All notable changes to this project will be documented in this file. See
|
|
748
|
+
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
749
|
+
|
|
750
|
+
## [3.0.0-alpha.265](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.264...@empathyco/x-components@3.0.0-alpha.265) (2022-12-30)
|
|
751
|
+
|
|
752
|
+
### Testing
|
|
753
|
+
|
|
754
|
+
- **e2e:** update `cypress` to version `12.1.0` and replace `cypress-cucumber-preprocessor` with
|
|
755
|
+
`@badeball/cypress-cucumber-preprocessor` (#747)
|
|
756
|
+
([2adb2cd](https://github.com/empathyco/x/commit/2adb2cd03591c37934fb385b120822ef271c359f))
|
|
757
|
+
|
|
758
|
+
## [3.0.0-alpha.264](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.263...@empathyco/x-components@3.0.0-alpha.264) (2022-12-30)
|
|
759
|
+
|
|
760
|
+
**Note:** Version bump only for package @empathyco/x-components
|
|
761
|
+
|
|
762
|
+
## [3.0.0-alpha.263](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.262...@empathyco/x-components@3.0.0-alpha.263) (2022-12-30)
|
|
763
|
+
|
|
764
|
+
### Features
|
|
765
|
+
|
|
766
|
+
- **design-system:** Add suggestion group component (#943)
|
|
767
|
+
([4bac818](https://github.com/empathyco/x/commit/4bac8183a29ec17a99a90edeae55ba3d4301b626)),
|
|
768
|
+
closes [EX-7496](https://searchbroker.atlassian.net/browse/EX-7496)
|
|
769
|
+
|
|
770
|
+
# Change Log
|
|
771
|
+
|
|
772
|
+
All notable changes to this project will be documented in this file. See
|
|
773
|
+
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
774
|
+
|
|
775
|
+
## [3.0.0-alpha.262](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.261...@empathyco/x-components@3.0.0-alpha.262) (2022-12-29)
|
|
776
|
+
|
|
777
|
+
**Note:** Version bump only for package @empathyco/x-components
|
|
778
|
+
|
|
779
|
+
## [3.0.0-alpha.261](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.260...@empathyco/x-components@3.0.0-alpha.261) (2022-12-29)
|
|
780
|
+
|
|
781
|
+
### Bug Fixes
|
|
782
|
+
|
|
783
|
+
- **build:** use the default `vue-cli` `webpack` configuration in `rollup-plugin-vue` (#961)
|
|
784
|
+
([f9a9238](https://github.com/empathyco/x/commit/f9a9238cf4a05a6a35129336f318c9440cb6732d)),
|
|
785
|
+
closes [EX-7706](https://searchbroker.atlassian.net/browse/EX-7706)
|
|
786
|
+
|
|
787
|
+
## [3.0.0-alpha.260](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.259...@empathyco/x-components@3.0.0-alpha.260) (2022-12-26)
|
|
788
|
+
|
|
789
|
+
### Documentation
|
|
790
|
+
|
|
791
|
+
- fix typo in UrlHandler docs (#959)
|
|
792
|
+
([75e4bbe](https://github.com/empathyco/x/commit/75e4bbe47d4298fccb5d26f6145ac3d203d64b2e))
|
|
793
|
+
|
|
794
|
+
## [3.0.0-alpha.259](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.258...@empathyco/x-components@3.0.0-alpha.259) (2022-12-26)
|
|
795
|
+
|
|
796
|
+
### Features
|
|
797
|
+
|
|
798
|
+
- modify base-events-modal-close and base-events-modal-open for WCAG compliance (#946)
|
|
799
|
+
([1f5abdf](https://github.com/empathyco/x/commit/1f5abdf36c6eec18b73f13a78be4c7616016d6fd)),
|
|
800
|
+
closes [EX-7669](https://searchbroker.atlassian.net/browse/EX-7669)
|
|
801
|
+
|
|
802
|
+
# Change Log
|
|
803
|
+
|
|
804
|
+
All notable changes to this project will be documented in this file. See
|
|
805
|
+
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
806
|
+
|
|
807
|
+
## [3.0.0-alpha.258](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.257...@empathyco/x-components@3.0.0-alpha.258) (2022-12-26)
|
|
808
|
+
|
|
809
|
+
**Note:** Version bump only for package @empathyco/x-components
|
|
810
|
+
|
|
811
|
+
# Change Log
|
|
812
|
+
|
|
813
|
+
All notable changes to this project will be documented in this file. See
|
|
814
|
+
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
815
|
+
|
|
816
|
+
## [3.0.0-alpha.257](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.256...@empathyco/x-components@3.0.0-alpha.257) (2022-12-23)
|
|
817
|
+
|
|
818
|
+
**Note:** Version bump only for package @empathyco/x-components
|
|
819
|
+
|
|
820
|
+
# Change Log
|
|
821
|
+
|
|
822
|
+
All notable changes to this project will be documented in this file. See
|
|
823
|
+
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
824
|
+
|
|
825
|
+
## [3.0.0-alpha.256](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.255...@empathyco/x-components@3.0.0-alpha.256) (2022-12-22)
|
|
826
|
+
|
|
827
|
+
### Bug Fixes
|
|
828
|
+
|
|
829
|
+
- **components:** image flickering on re-rendering (#945)
|
|
830
|
+
([3b1b558](https://github.com/empathyco/x/commit/3b1b55857ac1c5169a771c465fa32fb4313ab63c)),
|
|
831
|
+
closes [EX-7610](https://searchbroker.atlassian.net/browse/EX-7610)
|
|
832
|
+
|
|
833
|
+
# Change Log
|
|
834
|
+
|
|
835
|
+
All notable changes to this project will be documented in this file. See
|
|
836
|
+
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
837
|
+
|
|
838
|
+
## [3.0.0-alpha.255](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.254...@empathyco/x-components@3.0.0-alpha.255) (2022-12-22)
|
|
839
|
+
|
|
840
|
+
**Note:** Version bump only for package @empathyco/x-components
|
|
841
|
+
|
|
842
|
+
# Change Log
|
|
843
|
+
|
|
844
|
+
All notable changes to this project will be documented in this file. See
|
|
845
|
+
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
846
|
+
|
|
847
|
+
## [3.0.0-alpha.254](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.253...@empathyco/x-components@3.0.0-alpha.254) (2022-12-20)
|
|
848
|
+
|
|
849
|
+
### ⚠ BREAKING CHANGES
|
|
850
|
+
|
|
851
|
+
- Rename `NextQueryPreviewMounted` to `NextQueryPreviewMountedHook` and `QueryPreviewRemoved` to
|
|
852
|
+
`QueryPreviewUnmountedHook`
|
|
853
|
+
|
|
854
|
+
### Features
|
|
855
|
+
|
|
856
|
+
- Rename lifecycle hook events (#939)
|
|
857
|
+
([e626b89](https://github.com/empathyco/x/commit/e626b899849b6742e0bce57d86a8ff89718817bf)),
|
|
858
|
+
closes [EX-7580](https://searchbroker.atlassian.net/browse/EX-7580)
|
|
859
|
+
- **scroll:** capture listeners in MainScrollItem component (#942)
|
|
860
|
+
([2719a3d](https://github.com/empathyco/x/commit/2719a3dd6c1408f9413ecbee4ebf3c46bf24eea2))
|
|
861
|
+
|
|
862
|
+
# Change Log
|
|
863
|
+
|
|
864
|
+
All notable changes to this project will be documented in this file. See
|
|
865
|
+
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
866
|
+
|
|
867
|
+
## [3.0.0-alpha.253](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.252...@empathyco/x-components@3.0.0-alpha.253) (2022-12-19)
|
|
868
|
+
|
|
869
|
+
**Note:** Version bump only for package @empathyco/x-components
|
|
870
|
+
|
|
871
|
+
# Change Log
|
|
872
|
+
|
|
873
|
+
All notable changes to this project will be documented in this file. See
|
|
874
|
+
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
875
|
+
|
|
876
|
+
## [3.0.0-alpha.252](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.251...@empathyco/x-components@3.0.0-alpha.252) (2022-12-16)
|
|
877
|
+
|
|
878
|
+
**Note:** Version bump only for package @empathyco/x-components
|
|
879
|
+
|
|
880
|
+
## [3.0.0-alpha.251](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.250...@empathyco/x-components@3.0.0-alpha.251) (2022-12-15)
|
|
881
|
+
|
|
882
|
+
### Documentation
|
|
883
|
+
|
|
884
|
+
- use new docs video reference component (#923)
|
|
885
|
+
([c1f2bff](https://github.com/empathyco/x/commit/c1f2bffa684c10149c97b4d746fecbe4519fa126))
|
|
886
|
+
|
|
887
|
+
## [3.0.0-alpha.250](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.249...@empathyco/x-components@3.0.0-alpha.250) (2022-12-15)
|
|
888
|
+
|
|
889
|
+
### Continuous Integration
|
|
890
|
+
|
|
891
|
+
- use matrix steps and jest projects (#919)
|
|
892
|
+
([dec53f5](https://github.com/empathyco/x/commit/dec53f5da572a4a5f3c8519222c1ed94ed981967))
|
|
893
|
+
|
|
894
|
+
## [3.0.0-alpha.249](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.248...@empathyco/x-components@3.0.0-alpha.249) (2022-12-14)
|
|
895
|
+
|
|
896
|
+
### Features
|
|
897
|
+
|
|
898
|
+
- **recommendations:** emit `RecommendationsChanged` (#922)
|
|
899
|
+
([11119c3](https://github.com/empathyco/x/commit/11119c353bb26ac5dc3fdd774a513b68a1098771))
|
|
900
|
+
|
|
901
|
+
## [3.0.0-alpha.248](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.247...@empathyco/x-components@3.0.0-alpha.248) (2022-12-12)
|
|
902
|
+
|
|
903
|
+
### Bug Fixes
|
|
904
|
+
|
|
905
|
+
- remove warning when the event is not defined (#918)
|
|
906
|
+
([7f70e25](https://github.com/empathyco/x/commit/7f70e257bae41ba34f72c1c580c79862448faea9)),
|
|
907
|
+
closes [EX-7617](https://searchbroker.atlassian.net/browse/EX-7617)
|
|
908
|
+
|
|
909
|
+
# Change Log
|
|
910
|
+
|
|
911
|
+
All notable changes to this project will be documented in this file. See
|
|
912
|
+
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
913
|
+
|
|
914
|
+
## [3.0.0-alpha.247](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.246...@empathyco/x-components@3.0.0-alpha.247) (2022-12-09)
|
|
915
|
+
|
|
916
|
+
**Note:** Version bump only for package @empathyco/x-components
|
|
917
|
+
|
|
918
|
+
# Change Log
|
|
919
|
+
|
|
920
|
+
All notable changes to this project will be documented in this file. See
|
|
921
|
+
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
922
|
+
|
|
923
|
+
## [3.0.0-alpha.246](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.245...@empathyco/x-components@3.0.0-alpha.246) (2022-12-09)
|
|
924
|
+
|
|
925
|
+
### Build System
|
|
926
|
+
|
|
927
|
+
- **deps:** update dependencies (#908)
|
|
928
|
+
([840da52](https://github.com/empathyco/x/commit/840da52dec32e04cf2b402cca2646b49c839e6e8))
|
|
929
|
+
|
|
930
|
+
### Code Refactoring
|
|
931
|
+
|
|
932
|
+
- **plugin:** Rename `inputStatus` to `searchBoxStatus` in Alias API. (#913)
|
|
933
|
+
([5cb837e](https://github.com/empathyco/x/commit/5cb837ed57db3fb5543a7f8e82d9beea0088cdd9)),
|
|
934
|
+
closes [EX-7597](https://searchbroker.atlassian.net/browse/EX-7597)
|
|
935
|
+
|
|
936
|
+
# Change Log
|
|
937
|
+
|
|
938
|
+
All notable changes to this project will be documented in this file. See
|
|
939
|
+
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
940
|
+
|
|
941
|
+
## [3.0.0-alpha.245](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.244...@empathyco/x-components@3.0.0-alpha.245) (2022-12-09)
|
|
942
|
+
|
|
943
|
+
### Features
|
|
944
|
+
|
|
945
|
+
- **search-box:** add input status handling(#903)
|
|
946
|
+
([c74b8fb](https://github.com/empathyco/x/commit/c74b8fbc9734541774c535792466333b78197146)),
|
|
947
|
+
closes [EX-6474](https://searchbroker.atlassian.net/browse/EX-6474)
|
|
948
|
+
|
|
949
|
+
# Change Log
|
|
950
|
+
|
|
951
|
+
All notable changes to this project will be documented in this file. See
|
|
952
|
+
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
953
|
+
|
|
954
|
+
## [3.0.0-alpha.244](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.243...@empathyco/x-components@3.0.0-alpha.244) (2022-12-08)
|
|
955
|
+
|
|
956
|
+
### ⚠ BREAKING CHANGES
|
|
957
|
+
|
|
958
|
+
- Removes `queryHTML` slot scope prop from `BaseSuggestion`, `PopularSearch` `QuerySuggestion` and
|
|
959
|
+
`HistoryQuery`. Use the new `Highlight` component instead.
|
|
960
|
+
|
|
961
|
+
### Features
|
|
962
|
+
|
|
963
|
+
- **components:** Use `Highlight` component inside suggestion components.(#894)
|
|
964
|
+
([ceb9c0c](https://github.com/empathyco/x/commit/ceb9c0c729d9a7a3b8a983e5b23912d561f2bd4d)),
|
|
965
|
+
closes [EX-7469](https://searchbroker.atlassian.net/browse/EX-7469)
|
|
966
|
+
|
|
967
|
+
# Change Log
|
|
968
|
+
|
|
969
|
+
All notable changes to this project will be documented in this file. See
|
|
970
|
+
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
971
|
+
|
|
972
|
+
## [3.0.0-alpha.243](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.242...@empathyco/x-components@3.0.0-alpha.243) (2022-12-08)
|
|
973
|
+
|
|
974
|
+
### Testing
|
|
975
|
+
|
|
976
|
+
- **e2e:** make `HistoryQueries` test wait for no results (#906)
|
|
977
|
+
([82cc3dd](https://github.com/empathyco/x/commit/82cc3ddc0f1339fbff6c04e2eff7dfbf24598672)),
|
|
978
|
+
closes [EX-7591](https://searchbroker.atlassian.net/browse/EX-7591)
|
|
979
|
+
|
|
980
|
+
# Change Log
|
|
981
|
+
|
|
982
|
+
All notable changes to this project will be documented in this file. See
|
|
983
|
+
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
984
|
+
|
|
985
|
+
## [3.0.0-alpha.242](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.241...@empathyco/x-components@3.0.0-alpha.242) (2022-12-07)
|
|
986
|
+
|
|
987
|
+
### ⚠ BREAKING CHANGES
|
|
988
|
+
|
|
989
|
+
- the event `SearchResponseProvided` was renamed to `SearchResponseChanged`
|
|
990
|
+
|
|
991
|
+
### Code Refactoring
|
|
992
|
+
|
|
993
|
+
- Simplify suggestions list slots. (#893)
|
|
994
|
+
([fc4ccb9](https://github.com/empathyco/x/commit/fc4ccb97a91b4c2ff7dfd0d7aed9747d7841b4ed)),
|
|
995
|
+
closes [EX-7469](https://searchbroker.atlassian.net/browse/EX-7469)
|
|
996
|
+
|
|
997
|
+
# Change Log
|
|
998
|
+
|
|
999
|
+
All notable changes to this project will be documented in this file. See
|
|
1000
|
+
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
1001
|
+
|
|
1002
|
+
## [3.0.0-alpha.241](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.240...@empathyco/x-components@3.0.0-alpha.241) (2022-12-06)
|
|
1003
|
+
|
|
1004
|
+
**Note:** Version bump only for package @empathyco/x-components
|
|
1005
|
+
|
|
1006
|
+
# Change Log
|
|
1007
|
+
|
|
1008
|
+
All notable changes to this project will be documented in this file. See
|
|
1009
|
+
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
1010
|
+
|
|
1011
|
+
## [3.0.0-alpha.240](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.239...@empathyco/x-components@3.0.0-alpha.240) (2022-12-02)
|
|
1012
|
+
|
|
1013
|
+
### Features
|
|
1014
|
+
|
|
1015
|
+
- **history-queries:** Hide history queries with no results (#865)
|
|
1016
|
+
([58f155d](https://github.com/empathyco/x/commit/58f155d2eefe1676646d320c9f310ad1d28aab5e))
|
|
1017
|
+
|
|
1018
|
+
# Change Log
|
|
1019
|
+
|
|
1020
|
+
All notable changes to this project will be documented in this file. See
|
|
1021
|
+
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
1022
|
+
|
|
1023
|
+
## [3.0.0-alpha.239](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.238...@empathyco/x-components@3.0.0-alpha.239) (2022-12-01)
|
|
1024
|
+
|
|
1025
|
+
**Note:** Version bump only for package @empathyco/x-components
|
|
1026
|
+
|
|
1027
|
+
# Change Log
|
|
1028
|
+
|
|
1029
|
+
All notable changes to this project will be documented in this file. See
|
|
1030
|
+
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
1031
|
+
|
|
1032
|
+
## [3.0.0-alpha.238](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.237...@empathyco/x-components@3.0.0-alpha.238) (2022-12-01)
|
|
1033
|
+
|
|
1034
|
+
### Features
|
|
1035
|
+
|
|
1036
|
+
- **components:** add `getTargetElement` util to retrieve the `event.target` (#870)
|
|
1037
|
+
([8be7beb](https://github.com/empathyco/x/commit/8be7beba25a5a90b142fbb1a905d41503befc92c))
|
|
1038
|
+
|
|
1039
|
+
### Bug Fixes
|
|
1040
|
+
|
|
1041
|
+
- **components:** reset`BaseResultImage` images state when `result` `prop` changes (#888)
|
|
1042
|
+
([a783ace](https://github.com/empathyco/x/commit/a783ace74929db22b7ed087b0eb19481078a35f5))
|
|
1043
|
+
|
|
1044
|
+
# Change Log
|
|
1045
|
+
|
|
1046
|
+
All notable changes to this project will be documented in this file. See
|
|
1047
|
+
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
1048
|
+
|
|
1049
|
+
## [3.0.0-alpha.237](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.236...@empathyco/x-components@3.0.0-alpha.237) (2022-12-01)
|
|
1050
|
+
|
|
1051
|
+
### Features
|
|
1052
|
+
|
|
1053
|
+
- **recommendations:** add `updateRecommendation` mutation (#891)
|
|
1054
|
+
([0e9ceec](https://github.com/empathyco/x/commit/0e9ceec145458a55ccbe4abf8e7b49f64d1717ae))
|
|
1055
|
+
|
|
1056
|
+
# Change Log
|
|
1057
|
+
|
|
1058
|
+
All notable changes to this project will be documented in this file. See
|
|
1059
|
+
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
1060
|
+
|
|
1061
|
+
## [3.0.0-alpha.236](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.235...@empathyco/x-components@3.0.0-alpha.236) (2022-11-29)
|
|
1062
|
+
|
|
1063
|
+
### Features
|
|
1064
|
+
|
|
1065
|
+
- **tabs-panel:** add base tabs panel component (#871)
|
|
1066
|
+
([ebd5feb](https://github.com/empathyco/x/commit/ebd5feb4006315236ae62f8de03d6a986d9ced10)),
|
|
1067
|
+
closes [EX-6142](https://searchbroker.atlassian.net/browse/EX-6142)
|
|
1068
|
+
|
|
1069
|
+
# Change Log
|
|
1070
|
+
|
|
1071
|
+
All notable changes to this project will be documented in this file. See
|
|
1072
|
+
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
1073
|
+
|
|
1074
|
+
## [3.0.0-alpha.235](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.234...@empathyco/x-components@3.0.0-alpha.235) (2022-11-29)
|
|
1075
|
+
|
|
1076
|
+
**Note:** Version bump only for package @empathyco/x-components
|
|
1077
|
+
|
|
1078
|
+
# Change Log
|
|
1079
|
+
|
|
1080
|
+
All notable changes to this project will be documented in this file. See
|
|
1081
|
+
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
1082
|
+
|
|
1083
|
+
## [3.0.0-alpha.234](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.233...@empathyco/x-components@3.0.0-alpha.234) (2022-11-29)
|
|
1084
|
+
|
|
1085
|
+
**Note:** Version bump only for package @empathyco/x-components
|
|
1086
|
+
|
|
1087
|
+
# Change Log
|
|
1088
|
+
|
|
1089
|
+
All notable changes to this project will be documented in this file. See
|
|
1090
|
+
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
1091
|
+
|
|
1092
|
+
## [3.0.0-alpha.233](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.232...@empathyco/x-components@3.0.0-alpha.233) (2022-11-28)
|
|
1093
|
+
|
|
1094
|
+
**Note:** Version bump only for package @empathyco/x-components
|
|
1095
|
+
|
|
1096
|
+
# Change Log
|
|
1097
|
+
|
|
1098
|
+
All notable changes to this project will be documented in this file. See
|
|
1099
|
+
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
1100
|
+
|
|
1101
|
+
## [3.0.0-alpha.232](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.231...@empathyco/x-components@3.0.0-alpha.232) (2022-11-28)
|
|
1102
|
+
|
|
1103
|
+
### Features
|
|
1104
|
+
|
|
1105
|
+
- add `Highlight` component (#872)
|
|
1106
|
+
([1b5aa57](https://github.com/empathyco/x/commit/1b5aa5793b7916ec0433b4110b7ef355f882f4f6)),
|
|
1107
|
+
closes [EX-7468](https://searchbroker.atlassian.net/browse/EX-7468)
|
|
1108
|
+
|
|
1109
|
+
# Change Log
|
|
1110
|
+
|
|
1111
|
+
All notable changes to this project will be documented in this file. See
|
|
1112
|
+
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
1113
|
+
|
|
1114
|
+
## [3.0.0-alpha.231](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.230...@empathyco/x-components@3.0.0-alpha.231) (2022-11-28)
|
|
1115
|
+
|
|
1116
|
+
### ⚠ BREAKING CHANGES
|
|
1117
|
+
|
|
1118
|
+
- **components:** Renamed prop `animation` of `BaseResultImage` to `loadAnimation`.
|
|
1119
|
+
|
|
1120
|
+
### Features
|
|
1121
|
+
|
|
1122
|
+
- show next result image on hover (#863)
|
|
1123
|
+
([8fd02cc](https://github.com/empathyco/x/commit/8fd02cc8f9913dfa0e06af83251db4577656099e)),
|
|
1124
|
+
closes [EX-5970](https://searchbroker.atlassian.net/browse/EX-5970)
|
|
1125
|
+
|
|
1126
|
+
### Bug Fixes
|
|
1127
|
+
|
|
1128
|
+
- **components:** Fix InfiniteScroll get root element inside Shadow DOM. (#874)
|
|
1129
|
+
([340293f](https://github.com/empathyco/x/commit/340293ffc1946c69018fcfa67a069f443110763d))
|
|
1130
|
+
|
|
1131
|
+
# Change Log
|
|
1132
|
+
|
|
1133
|
+
All notable changes to this project will be documented in this file. See
|
|
1134
|
+
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
1135
|
+
|
|
1136
|
+
## [3.0.0-alpha.230](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.229...@empathyco/x-components@3.0.0-alpha.230) (2022-11-24)
|
|
1137
|
+
|
|
1138
|
+
### Features
|
|
1139
|
+
|
|
1140
|
+
- Emit SearchResponseProvided event from Search Module (#864)
|
|
1141
|
+
([586899d](https://github.com/empathyco/x/commit/586899dbb556f50772bdfd1dc4eb5216ebd15e41)),
|
|
1142
|
+
closes [EX-5167](https://searchbroker.atlassian.net/browse/EX-5167)
|
|
1143
|
+
|
|
1144
|
+
# Change Log
|
|
1145
|
+
|
|
1146
|
+
All notable changes to this project will be documented in this file. See
|
|
1147
|
+
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
1148
|
+
|
|
1149
|
+
## [3.0.0-alpha.229](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.228...@empathyco/x-components@3.0.0-alpha.229) (2022-11-22)
|
|
1150
|
+
|
|
1151
|
+
### Features
|
|
1152
|
+
|
|
1153
|
+
- make base dropdown based components accesible (#846)
|
|
1154
|
+
([71d4233](https://github.com/empathyco/x/commit/71d4233ad5c18fb19f205591bf8b9a0adf160884))
|
|
1155
|
+
|
|
1156
|
+
### Bug Fixes
|
|
1157
|
+
|
|
1158
|
+
- make `appear` attribute configurable on animations that have it set to `true` by default (#862)
|
|
1159
|
+
([7e2cd52](https://github.com/empathyco/x/commit/7e2cd52933385fcee4a7944fd474d2314ac3291d)),
|
|
1160
|
+
closes [EX-5970](https://searchbroker.atlassian.net/browse/EX-5970)
|
|
1161
|
+
|
|
1162
|
+
# Change Log
|
|
1163
|
+
|
|
1164
|
+
All notable changes to this project will be documented in this file. See
|
|
1165
|
+
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
1166
|
+
|
|
1167
|
+
## [3.0.0-alpha.228](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.227...@empathyco/x-components@3.0.0-alpha.228) (2022-11-17)
|
|
1168
|
+
|
|
1169
|
+
### Features
|
|
1170
|
+
|
|
1171
|
+
- adding edocs preview
|
|
1172
|
+
([8580a72](https://github.com/empathyco/x/commit/8580a72fa3b9125ad7a487995eabedb7ecfbde2b))
|
|
1173
|
+
|
|
1174
|
+
# Change Log
|
|
1175
|
+
|
|
1176
|
+
All notable changes to this project will be documented in this file. See
|
|
1177
|
+
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
1178
|
+
|
|
1179
|
+
## [3.0.0-alpha.227](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.226...@empathyco/x-components@3.0.0-alpha.227) (2022-11-15)
|
|
1180
|
+
|
|
1181
|
+
### Features
|
|
1182
|
+
|
|
1183
|
+
- **design-system:** add `suggestion` component to the XDS (#838)
|
|
1184
|
+
([055af83](https://github.com/empathyco/x/commit/055af838ddbf3a1293936d5994c455e4e8499654))
|
|
1185
|
+
- history-queries-switch wai aria adjustments (#847)
|
|
1186
|
+
([c05e194](https://github.com/empathyco/x/commit/c05e194306520aef2d8d684f38f616ab26e9ebf9)),
|
|
1187
|
+
closes [EX-7344](https://searchbroker.atlassian.net/browse/EX-7344)
|
|
1188
|
+
|
|
1189
|
+
# Change Log
|
|
1190
|
+
|
|
1191
|
+
All notable changes to this project will be documented in this file. See
|
|
1192
|
+
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
1193
|
+
|
|
1194
|
+
## [3.0.0-alpha.226](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.225...@empathyco/x-components@3.0.0-alpha.226) (2022-11-14)
|
|
1195
|
+
|
|
1196
|
+
### Features
|
|
1197
|
+
|
|
1198
|
+
- Change suggestion components to bind $attrs to base suggestions (#831)
|
|
1199
|
+
([49c139b](https://github.com/empathyco/x/commit/49c139bc55f4cc1a2e1e0ec2e2e7972376eaf487)),
|
|
1200
|
+
closes [EX-7356](https://searchbroker.atlassian.net/browse/EX-7356)
|
|
1201
|
+
|
|
1202
|
+
# Change Log
|
|
1203
|
+
|
|
1204
|
+
All notable changes to this project will be documented in this file. See
|
|
1205
|
+
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
1206
|
+
|
|
1207
|
+
## [3.0.0-alpha.225](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.224...@empathyco/x-components@3.0.0-alpha.225) (2022-11-11)
|
|
1208
|
+
|
|
1209
|
+
**Note:** Version bump only for package @empathyco/x-components
|
|
1210
|
+
|
|
1211
|
+
# Change Log
|
|
1212
|
+
|
|
1213
|
+
All notable changes to this project will be documented in this file. See
|
|
1214
|
+
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
1215
|
+
|
|
1216
|
+
## [3.0.0-alpha.224](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.223...@empathyco/x-components@3.0.0-alpha.224) (2022-11-11)
|
|
1217
|
+
|
|
1218
|
+
### Bug Fixes
|
|
1219
|
+
|
|
1220
|
+
- **animations:** make content-visibility CSS property and createCollapseAnimationMixin work
|
|
1221
|
+
together (#839)
|
|
1222
|
+
([50d5c87](https://github.com/empathyco/x/commit/50d5c8744e5a8d2c8db5aed33e71bd8a39a76cf3))
|
|
1223
|
+
|
|
1224
|
+
# Change Log
|
|
1225
|
+
|
|
1226
|
+
All notable changes to this project will be documented in this file. See
|
|
1227
|
+
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
1228
|
+
|
|
1229
|
+
## [3.0.0-alpha.223](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.222...@empathyco/x-components@3.0.0-alpha.223) (2022-11-10)
|
|
1230
|
+
|
|
1231
|
+
**Note:** Version bump only for package @empathyco/x-components
|
|
1232
|
+
|
|
1233
|
+
# Change Log
|
|
1234
|
+
|
|
1235
|
+
All notable changes to this project will be documented in this file. See
|
|
1236
|
+
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
1237
|
+
|
|
1238
|
+
## [3.0.0-alpha.222](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.221...@empathyco/x-components@3.0.0-alpha.222) (2022-11-10)
|
|
1239
|
+
|
|
1240
|
+
### Features
|
|
1241
|
+
|
|
1242
|
+
- **x-plugin:** Add function as possible value of `domElement` in InstallXOptions.(#836)
|
|
1243
|
+
([99a96ef](https://github.com/empathyco/x/commit/99a96ef2303f27b656835253203bc73758a337ae))
|
|
1244
|
+
|
|
1245
|
+
# Change Log
|
|
1246
|
+
|
|
1247
|
+
All notable changes to this project will be documented in this file. See
|
|
1248
|
+
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
1249
|
+
|
|
1250
|
+
## [3.0.0-alpha.221](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.220...@empathyco/x-components@3.0.0-alpha.221) (2022-11-10)
|
|
1251
|
+
|
|
1252
|
+
### Features
|
|
1253
|
+
|
|
1254
|
+
- place modal under selected element (#829)
|
|
1255
|
+
([1f46d42](https://github.com/empathyco/x/commit/1f46d428dccdf4807110afc48b5fd600b41bfeae))
|
|
1256
|
+
|
|
1257
|
+
# Change Log
|
|
1258
|
+
|
|
1259
|
+
All notable changes to this project will be documented in this file. See
|
|
1260
|
+
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
1261
|
+
|
|
1262
|
+
## [3.0.0-alpha.220](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.219...@empathyco/x-components@3.0.0-alpha.220) (2022-11-09)
|
|
1263
|
+
|
|
1264
|
+
### Features
|
|
1265
|
+
|
|
1266
|
+
- **empathize:** show Empathize only when it has content (#820)
|
|
1267
|
+
([c926335](https://github.com/empathyco/x/commit/c926335a33dca2e8d379accd065726e02bd6f384)),
|
|
1268
|
+
closes [EX-7169](https://searchbroker.atlassian.net/browse/EX-7169)
|
|
1269
|
+
|
|
1270
|
+
# Change Log
|
|
1271
|
+
|
|
1272
|
+
All notable changes to this project will be documented in this file. See
|
|
1273
|
+
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
1274
|
+
|
|
1275
|
+
## [3.0.0-alpha.219](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.218...@empathyco/x-components@3.0.0-alpha.219) (2022-11-09)
|
|
1276
|
+
|
|
1277
|
+
### Features
|
|
1278
|
+
|
|
1279
|
+
- **tagging:** track banner clicks (#822)
|
|
1280
|
+
([504d6bf](https://github.com/empathyco/x/commit/504d6bf29ca86ece7b8116cb32a676f05624468d))
|
|
1281
|
+
|
|
1282
|
+
# Change Log
|
|
1283
|
+
|
|
1284
|
+
All notable changes to this project will be documented in this file. See
|
|
1285
|
+
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
1286
|
+
|
|
1287
|
+
## [3.0.0-alpha.218](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.217...@empathyco/x-components@3.0.0-alpha.218) (2022-11-09)
|
|
1288
|
+
|
|
1289
|
+
### ⚠ BREAKING CHANGES
|
|
1290
|
+
|
|
1291
|
+
- **design-system:** the old design system button styles are now located in the
|
|
1292
|
+
`deprecated-full-theme.css`, if a setup is not using the new design system, it must import this
|
|
1293
|
+
file.
|
|
1294
|
+
|
|
1295
|
+
### Features
|
|
1296
|
+
|
|
1297
|
+
- **design-system:** deprecate old design system button styles (#830)
|
|
1298
|
+
([78fbf63](https://github.com/empathyco/x/commit/78fbf63116a9312e361540388b2573e0939dc7ae))
|
|
1299
|
+
|
|
1300
|
+
# Change Log
|
|
1301
|
+
|
|
1302
|
+
All notable changes to this project will be documented in this file. See
|
|
1303
|
+
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
1304
|
+
|
|
1305
|
+
## [3.0.0-alpha.217](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.216...@empathyco/x-components@3.0.0-alpha.217) (2022-11-08)
|
|
1306
|
+
|
|
1307
|
+
### Bug Fixes
|
|
1308
|
+
|
|
1309
|
+
- remove `resize-observer-browser` types from tsconfig (#833)
|
|
1310
|
+
([ce46b2c](https://github.com/empathyco/x/commit/ce46b2cefba5b727679c81862542e367a903b4b0)),
|
|
1311
|
+
closes [EX-7373](https://searchbroker.atlassian.net/browse/EX-7373)
|
|
1312
|
+
|
|
1313
|
+
# Change Log
|
|
1314
|
+
|
|
1315
|
+
All notable changes to this project will be documented in this file. See
|
|
1316
|
+
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
1317
|
+
|
|
1318
|
+
## [3.0.0-alpha.216](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.215...@empathyco/x-components@3.0.0-alpha.216) (2022-11-08)
|
|
1319
|
+
|
|
1320
|
+
**Note:** Version bump only for package @empathyco/x-components
|
|
1321
|
+
|
|
1322
|
+
# Change Log
|
|
1323
|
+
|
|
1324
|
+
All notable changes to this project will be documented in this file. See
|
|
1325
|
+
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
1326
|
+
|
|
1327
|
+
## [3.0.0-alpha.215](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.214...@empathyco/x-components@3.0.0-alpha.215) (2022-11-04)
|
|
1328
|
+
|
|
1329
|
+
### Features
|
|
1330
|
+
|
|
1331
|
+
- wai-aria for BaseEventButton based components (#816)
|
|
1332
|
+
([3dfd29e](https://github.com/empathyco/x/commit/3dfd29e8f8cc57c5caeeda609ccd4903434bd74a)),
|
|
1333
|
+
closes [EX-7204](https://searchbroker.atlassian.net/browse/EX-7204)
|
|
1334
|
+
|
|
1335
|
+
# Change Log
|
|
1336
|
+
|
|
1337
|
+
All notable changes to this project will be documented in this file. See
|
|
1338
|
+
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
1339
|
+
|
|
1340
|
+
## [3.0.0-alpha.214](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.213...@empathyco/x-components@3.0.0-alpha.214) (2022-11-03)
|
|
1341
|
+
|
|
1342
|
+
### Features
|
|
1343
|
+
|
|
1344
|
+
- **design-system:** add tailwind showcase component (#778)
|
|
1345
|
+
([0178ef5](https://github.com/empathyco/x/commit/0178ef5a4b472e2ca14f98f1243d08e36e1f5840)),
|
|
1346
|
+
closes [EX-7078](https://searchbroker.atlassian.net/browse/EX-7078)
|
|
1347
|
+
|
|
1348
|
+
# Change Log
|
|
1349
|
+
|
|
1350
|
+
All notable changes to this project will be documented in this file. See
|
|
1351
|
+
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
1352
|
+
|
|
1353
|
+
## [3.0.0-alpha.213](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.212...@empathyco/x-components@3.0.0-alpha.213) (2022-11-03)
|
|
1354
|
+
|
|
1355
|
+
### Features
|
|
1356
|
+
|
|
1357
|
+
- Use Banner position (= row) to sort grid (#802)
|
|
1358
|
+
([28836a7](https://github.com/empathyco/x/commit/28836a71b91f210f425098f41ab71136a1b7b34c)),
|
|
1359
|
+
closes [EX-7292](https://searchbroker.atlassian.net/browse/EX-7292)
|
|
1360
|
+
|
|
1361
|
+
# Change Log
|
|
1362
|
+
|
|
1363
|
+
All notable changes to this project will be documented in this file. See
|
|
1364
|
+
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
1365
|
+
|
|
1366
|
+
## [3.0.0-alpha.212](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.211...@empathyco/x-components@3.0.0-alpha.212) (2022-11-03)
|
|
1367
|
+
|
|
1368
|
+
### ⚠ BREAKING CHANGES
|
|
1369
|
+
|
|
1370
|
+
- **components:** `facets` are now optional in `Suggestion`.
|
|
1371
|
+
|
|
1372
|
+
### Features
|
|
1373
|
+
|
|
1374
|
+
- **components:** add filters to base-suggestions (#758)
|
|
1375
|
+
([2014861](https://github.com/empathyco/x/commit/2014861453215808ee4279f9484f1d845780d7bf)),
|
|
1376
|
+
closes [EX-6346](https://searchbroker.atlassian.net/browse/EX-6346)
|
|
1377
|
+
|
|
1378
|
+
# Change Log
|
|
1379
|
+
|
|
1380
|
+
All notable changes to this project will be documented in this file. See
|
|
1381
|
+
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
1382
|
+
|
|
1383
|
+
## [3.0.0-alpha.211](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.210...@empathyco/x-components@3.0.0-alpha.211) (2022-11-02)
|
|
1384
|
+
|
|
1385
|
+
### Features
|
|
1386
|
+
|
|
1387
|
+
- **components:** insert promoteds in the grid using position (#801)
|
|
1388
|
+
([b537cae](https://github.com/empathyco/x/commit/b537caeb2077fa6b8d5898d0dbdb9069a06ab2e8)),
|
|
1389
|
+
closes [EX-7295](https://searchbroker.atlassian.net/browse/EX-7295)
|
|
1390
|
+
|
|
1391
|
+
### Bug Fixes
|
|
1392
|
+
|
|
1393
|
+
- make promoted and banner position optional (#817)
|
|
1394
|
+
([a2a8d5d](https://github.com/empathyco/x/commit/a2a8d5dcc03451e046d00f87f3545dfd46c050c5)),
|
|
1395
|
+
closes [EX-7333](https://searchbroker.atlassian.net/browse/EX-7333)
|
|
1396
|
+
|
|
1397
|
+
# Change Log
|
|
1398
|
+
|
|
1399
|
+
All notable changes to this project will be documented in this file. See
|
|
1400
|
+
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
1401
|
+
|
|
1402
|
+
## [3.0.0-alpha.210](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.209...@empathyco/x-components@3.0.0-alpha.210) (2022-11-02)
|
|
1403
|
+
|
|
1404
|
+
**Note:** Version bump only for package @empathyco/x-components
|
|
1405
|
+
|
|
1406
|
+
# Change Log
|
|
1407
|
+
|
|
1408
|
+
All notable changes to this project will be documented in this file. See
|
|
1409
|
+
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
1410
|
+
|
|
1411
|
+
## [3.0.0-alpha.209](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.208...@empathyco/x-components@3.0.0-alpha.209) (2022-11-02)
|
|
1412
|
+
|
|
1413
|
+
### Features
|
|
1414
|
+
|
|
1415
|
+
- **components:** Emit ColumnsNumberRendered event on BaseGrid (#806)
|
|
1416
|
+
([87a8ca9](https://github.com/empathyco/x/commit/87a8ca947f8d83dff1a0044db80649eb297361fb)),
|
|
1417
|
+
closes [EX-7291](https://searchbroker.atlassian.net/browse/EX-7291)
|
|
1418
|
+
|
|
1419
|
+
# Change Log
|
|
1420
|
+
|
|
1421
|
+
All notable changes to this project will be documented in this file. See
|
|
1422
|
+
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
1423
|
+
|
|
1424
|
+
## [3.0.0-alpha.208](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.207...@empathyco/x-components@3.0.0-alpha.208) (2022-11-02)
|
|
1425
|
+
|
|
1426
|
+
### Features
|
|
1427
|
+
|
|
1428
|
+
- apply dynamic css mixin to sliding panel and column picker list buttons (#815)
|
|
1429
|
+
([4cc040d](https://github.com/empathyco/x/commit/4cc040d7d7c4751a5f31c6e36acfa64d28cbb23d)),
|
|
1430
|
+
closes [EX-7224](https://searchbroker.atlassian.net/browse/EX-7224)
|
|
1431
|
+
|
|
1432
|
+
# Change Log
|
|
1433
|
+
|
|
1434
|
+
All notable changes to this project will be documented in this file. See
|
|
1435
|
+
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
1436
|
+
|
|
1437
|
+
## [3.0.0-alpha.207](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.206...@empathyco/x-components@3.0.0-alpha.207) (2022-11-02)
|
|
1438
|
+
|
|
1439
|
+
### Bug Fixes
|
|
1440
|
+
|
|
1441
|
+
- type empathize events and replace UserPressedEnter with UserPressedEnterKey
|
|
1442
|
+
([98055c4](https://github.com/empathyco/x/commit/98055c44e165b06013e63c9829fd363f5e50c87a))
|
|
1443
|
+
|
|
1444
|
+
# Change Log
|
|
1445
|
+
|
|
1446
|
+
All notable changes to this project will be documented in this file. See
|
|
1447
|
+
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
1448
|
+
|
|
1449
|
+
## [3.0.0-alpha.206](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.205...@empathyco/x-components@3.0.0-alpha.206) (2022-10-31)
|
|
1450
|
+
|
|
1451
|
+
### Features
|
|
1452
|
+
|
|
1453
|
+
- add `dynamic-props` mixin (#798)
|
|
1454
|
+
([defafbb](https://github.com/empathyco/x/commit/defafbb2c40f51e3c44474b469b353472a91a828)),
|
|
1455
|
+
closes [EX-7220](https://searchbroker.atlassian.net/browse/EX-7220)
|
|
1456
|
+
|
|
1457
|
+
# Change Log
|
|
1458
|
+
|
|
1459
|
+
All notable changes to this project will be documented in this file. See
|
|
1460
|
+
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
1461
|
+
|
|
1462
|
+
## [3.0.0-alpha.205](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.204...@empathyco/x-components@3.0.0-alpha.205) (2022-10-31)
|
|
1463
|
+
|
|
1464
|
+
### Features
|
|
1465
|
+
|
|
1466
|
+
- add position on Banner and Promoted models (#800)
|
|
1467
|
+
([e7393fb](https://github.com/empathyco/x/commit/e7393fbce8d0767d3c762aa714fe94e162203a12)),
|
|
1468
|
+
closes [EX-7293](https://searchbroker.atlassian.net/browse/EX-7293)
|
|
1469
|
+
|
|
1470
|
+
# Change Log
|
|
1471
|
+
|
|
1472
|
+
All notable changes to this project will be documented in this file. See
|
|
1473
|
+
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
1474
|
+
|
|
1475
|
+
## [3.0.0-alpha.204](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.203...@empathyco/x-components@3.0.0-alpha.204) (2022-10-27)
|
|
1476
|
+
|
|
1477
|
+
**Note:** Version bump only for package @empathyco/x-components
|
|
1478
|
+
|
|
1479
|
+
# Change Log
|
|
1480
|
+
|
|
1481
|
+
All notable changes to this project will be documented in this file. See
|
|
1482
|
+
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
1483
|
+
|
|
1484
|
+
## [3.0.0-alpha.203](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.202...@empathyco/x-components@3.0.0-alpha.203) (2022-10-26)
|
|
1485
|
+
|
|
1486
|
+
### Features
|
|
1487
|
+
|
|
1488
|
+
- **design-system:** add zoom effect (#799)
|
|
1489
|
+
([e7af33a](https://github.com/empathyco/x/commit/e7af33a7d2186e4fc6191961ee8b12a35198fc59)),
|
|
1490
|
+
closes [EX-6315](https://searchbroker.atlassian.net/browse/EX-6315)
|
|
1491
|
+
|
|
1492
|
+
# Change Log
|
|
1493
|
+
|
|
1494
|
+
All notable changes to this project will be documented in this file. See
|
|
1495
|
+
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
1496
|
+
|
|
1497
|
+
## [3.0.0-alpha.202](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.201...@empathyco/x-components@3.0.0-alpha.202) (2022-10-24)
|
|
1498
|
+
|
|
1499
|
+
**Note:** Version bump only for package @empathyco/x-components
|
|
1500
|
+
|
|
1501
|
+
# Change Log
|
|
1502
|
+
|
|
1503
|
+
All notable changes to this project will be documented in this file. See
|
|
1504
|
+
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
1505
|
+
|
|
1506
|
+
## [3.0.0-alpha.201](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.200...@empathyco/x-components@3.0.0-alpha.201) (2022-10-21)
|
|
1507
|
+
|
|
1508
|
+
### ⚠ BREAKING CHANGES
|
|
1509
|
+
|
|
1510
|
+
- **tagging:** `tagging` property of `Taggable` and `queryTagging` property of `SearchResponse` are
|
|
1511
|
+
optional.
|
|
1512
|
+
|
|
1513
|
+
### Features
|
|
1514
|
+
|
|
1515
|
+
- **tagging:** make `tagging` and `queryTagging` optional (#797)
|
|
1516
|
+
([0e49156](https://github.com/empathyco/x/commit/0e49156308d4e77d667a2191697101674cdbf213)),
|
|
1517
|
+
closes [EX-7231](https://searchbroker.atlassian.net/browse/EX-7231)
|
|
1518
|
+
|
|
1519
|
+
# Change Log
|
|
1520
|
+
|
|
1521
|
+
All notable changes to this project will be documented in this file. See
|
|
1522
|
+
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
1523
|
+
|
|
1524
|
+
## [3.0.0-alpha.200](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.199...@empathyco/x-components@3.0.0-alpha.200) (2022-10-21)
|
|
1525
|
+
|
|
1526
|
+
### Continuous Integration
|
|
1527
|
+
|
|
1528
|
+
- export webpack config from `x-archetype-utils` (#760)
|
|
1529
|
+
([0d7bfa2](https://github.com/empathyco/x/commit/0d7bfa2a63b5aaa3b220a0338fcefdaedc888f32)),
|
|
1530
|
+
closes [EX-7222](https://searchbroker.atlassian.net/browse/EX-7222)
|
|
1531
|
+
|
|
1532
|
+
# Change Log
|
|
1533
|
+
|
|
1534
|
+
All notable changes to this project will be documented in this file. See
|
|
1535
|
+
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
1536
|
+
|
|
1537
|
+
## [3.0.0-alpha.199](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.198...@empathyco/x-components@3.0.0-alpha.199) (2022-10-20)
|
|
1538
|
+
|
|
1539
|
+
### Documentation
|
|
1540
|
+
|
|
1541
|
+
- **functional:** titles refactor and change image source (#790)
|
|
1542
|
+
([cc177a5](https://github.com/empathyco/x/commit/cc177a5bad6fab363d40140e699e11e0ec6bc53c))
|
|
1543
|
+
|
|
1544
|
+
# Change Log
|
|
1545
|
+
|
|
1546
|
+
All notable changes to this project will be documented in this file. See
|
|
1547
|
+
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
1548
|
+
|
|
1549
|
+
## [3.0.0-alpha.198](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.197...@empathyco/x-components@3.0.0-alpha.198) (2022-10-20)
|
|
1550
|
+
|
|
1551
|
+
### Bug Fixes
|
|
1552
|
+
|
|
1553
|
+
- **related-tags:** use `query` instead of `tag` as `key` to ensure unique values (#792)
|
|
1554
|
+
([53e86bd](https://github.com/empathyco/x/commit/53e86bd43137a9e4cd389f58e0efce8bcf63632c)),
|
|
1555
|
+
closes [EX-7236](https://searchbroker.atlassian.net/browse/EX-7236)
|
|
1556
|
+
|
|
1557
|
+
# Change Log
|
|
1558
|
+
|
|
1559
|
+
All notable changes to this project will be documented in this file. See
|
|
1560
|
+
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
1561
|
+
|
|
1562
|
+
## [3.0.0-alpha.197](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.196...@empathyco/x-components@3.0.0-alpha.197) (2022-10-19)
|
|
1563
|
+
|
|
1564
|
+
**Note:** Version bump only for package @empathyco/x-components
|
|
1565
|
+
|
|
1566
|
+
# Change Log
|
|
1567
|
+
|
|
1568
|
+
All notable changes to this project will be documented in this file. See
|
|
1569
|
+
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
1570
|
+
|
|
1571
|
+
## [3.0.0-alpha.196](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.195...@empathyco/x-components@3.0.0-alpha.196) (2022-10-19)
|
|
1572
|
+
|
|
1573
|
+
### Features
|
|
1574
|
+
|
|
1575
|
+
- **search-box:** add `SearchInputPlaceholder` component (#771)
|
|
1576
|
+
([a2e73e3](https://github.com/empathyco/x/commit/a2e73e3895c5454898fbc7ddc6d2202e03448fff)),
|
|
1577
|
+
closes [EX-7178](https://searchbroker.atlassian.net/browse/EX-7178)
|
|
1578
|
+
|
|
1579
|
+
# Change Log
|
|
1580
|
+
|
|
1581
|
+
All notable changes to this project will be documented in this file. See
|
|
1582
|
+
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
1583
|
+
|
|
1584
|
+
## [3.0.0-alpha.195](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.194...@empathyco/x-components@3.0.0-alpha.195) (2022-10-19)
|
|
1585
|
+
|
|
1586
|
+
**Note:** Version bump only for package @empathyco/x-components
|
|
1587
|
+
|
|
1588
|
+
# Change Log
|
|
1589
|
+
|
|
1590
|
+
All notable changes to this project will be documented in this file. See
|
|
1591
|
+
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
1592
|
+
|
|
1593
|
+
## [3.0.0-alpha.194](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.193...@empathyco/x-components@3.0.0-alpha.194) (2022-10-18)
|
|
1594
|
+
|
|
1595
|
+
### Features
|
|
1596
|
+
|
|
1597
|
+
- **components:** Add new origins to the `animateClipPath` animation factory. (#777)
|
|
1598
|
+
([d016057](https://github.com/empathyco/x/commit/d016057ea0c92901dc88df755351b4acee32f472)),
|
|
1599
|
+
closes [EX-7195](https://searchbroker.atlassian.net/browse/EX-7195)
|
|
1600
|
+
|
|
1601
|
+
# Change Log
|
|
1602
|
+
|
|
1603
|
+
All notable changes to this project will be documented in this file. See
|
|
1604
|
+
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
1605
|
+
|
|
1606
|
+
## [3.0.0-alpha.193](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.192...@empathyco/x-components@3.0.0-alpha.193) (2022-10-17)
|
|
1607
|
+
|
|
1608
|
+
### Testing
|
|
1609
|
+
|
|
1610
|
+
- **next-queries:** next queries preview e2e tests (#759)
|
|
1611
|
+
([adccbf4](https://github.com/empathyco/x/commit/adccbf4a111ac65915b017aca799ac523347ddc1)),
|
|
1612
|
+
closes [EX-6848](https://searchbroker.atlassian.net/browse/EX-6848)
|
|
1613
|
+
|
|
1614
|
+
# Change Log
|
|
1615
|
+
|
|
1616
|
+
All notable changes to this project will be documented in this file. See
|
|
1617
|
+
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
1618
|
+
|
|
1619
|
+
## [3.0.0-alpha.192](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.191...@empathyco/x-components@3.0.0-alpha.192) (2022-10-14)
|
|
1620
|
+
|
|
1621
|
+
### Continuous Integration
|
|
1622
|
+
|
|
1623
|
+
- update `runners` version (#740)
|
|
1624
|
+
([38f246c](https://github.com/empathyco/x/commit/38f246c306dac40c4afbcdea08336052981ca9b8))
|
|
1625
|
+
|
|
1626
|
+
# Change Log
|
|
1627
|
+
|
|
1628
|
+
All notable changes to this project will be documented in this file. See
|
|
1629
|
+
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
1630
|
+
|
|
1631
|
+
## [3.0.0-alpha.191](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.190...@empathyco/x-components@3.0.0-alpha.191) (2022-10-13)
|
|
1632
|
+
|
|
1633
|
+
### Features
|
|
1634
|
+
|
|
1635
|
+
- Add directional origins for translate animations (#773)
|
|
1636
|
+
([9f4a0b0](https://github.com/empathyco/x/commit/9f4a0b03c675291672081388e42fcec725ab594d))
|
|
1637
|
+
- Add search input hover events (#772)
|
|
1638
|
+
([393cc87](https://github.com/empathyco/x/commit/393cc877457f618396a5b71a7a826e6e8d139c3a)),
|
|
1639
|
+
closes [EX-7177](https://searchbroker.atlassian.net/browse/EX-7177)
|
|
1640
|
+
|
|
1641
|
+
# Change Log
|
|
1642
|
+
|
|
1643
|
+
All notable changes to this project will be documented in this file. See
|
|
1644
|
+
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
1645
|
+
|
|
1646
|
+
## [3.0.0-alpha.190](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.189...@empathyco/x-components@3.0.0-alpha.190) (2022-10-12)
|
|
1647
|
+
|
|
1648
|
+
### Features
|
|
1649
|
+
|
|
1650
|
+
- hidde overflow-y in the sliding panel (#768)
|
|
1651
|
+
([3458e61](https://github.com/empathyco/x/commit/3458e618005e6a1bcd875127749a90b411b80f86)),
|
|
1652
|
+
closes [EX-7015](https://searchbroker.atlassian.net/browse/EX-7015)
|
|
1653
|
+
|
|
1654
|
+
# Change Log
|
|
1655
|
+
|
|
1656
|
+
All notable changes to this project will be documented in this file. See
|
|
1657
|
+
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
1658
|
+
|
|
1659
|
+
## [3.0.0-alpha.189](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.188...@empathyco/x-components@3.0.0-alpha.189) (2022-10-06)
|
|
1660
|
+
|
|
1661
|
+
**Note:** Version bump only for package @empathyco/x-components
|
|
1662
|
+
|
|
1663
|
+
# Change Log
|
|
1664
|
+
|
|
1665
|
+
All notable changes to this project will be documented in this file. See
|
|
1666
|
+
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
1667
|
+
|
|
1668
|
+
## [3.0.0-alpha.188](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.187...@empathyco/x-components@3.0.0-alpha.188) (2022-10-05)
|
|
1669
|
+
|
|
1670
|
+
### Bug Fixes
|
|
1671
|
+
|
|
1672
|
+
- wait for the extra params to make the initial requests (#754)
|
|
1673
|
+
([468a61b](https://github.com/empathyco/x/commit/468a61b69e11b3917a33d44bd415a5ea14c5c409)),
|
|
1674
|
+
closes [EX-6977](https://searchbroker.atlassian.net/browse/EX-6977)
|
|
1675
|
+
|
|
1676
|
+
# Change Log
|
|
1677
|
+
|
|
1678
|
+
All notable changes to this project will be documented in this file. See
|
|
1679
|
+
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
1680
|
+
|
|
1681
|
+
## [3.0.0-alpha.187](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.186...@empathyco/x-components@3.0.0-alpha.187) (2022-10-05)
|
|
1682
|
+
|
|
1683
|
+
### Features
|
|
1684
|
+
|
|
1685
|
+
- **query-preview:** Add `debounceTimeMs` to `QueryPreview` component. (#752)
|
|
1686
|
+
([ddca375](https://github.com/empathyco/x/commit/ddca375201056d374515b7426df1fac3a1ecf6c1)),
|
|
1687
|
+
closes [EX-7049](https://searchbroker.atlassian.net/browse/EX-7049)
|
|
1688
|
+
|
|
1689
|
+
# Change Log
|
|
1690
|
+
|
|
1691
|
+
All notable changes to this project will be documented in this file. See
|
|
1692
|
+
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
1693
|
+
|
|
1694
|
+
## [3.0.0-alpha.186](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.185...@empathyco/x-components@3.0.0-alpha.186) (2022-10-03)
|
|
1695
|
+
|
|
1696
|
+
### Features
|
|
1697
|
+
|
|
1698
|
+
- make `adapter` configurable in the `home` view (#750)
|
|
1699
|
+
([0fcc5cf](https://github.com/empathyco/x/commit/0fcc5cf38995a439b3011e1b7d94e7edaa7f9ce5)),
|
|
1700
|
+
closes [EX-7073](https://searchbroker.atlassian.net/browse/EX-7073)
|
|
1701
|
+
|
|
1702
|
+
# Change Log
|
|
1703
|
+
|
|
1704
|
+
All notable changes to this project will be documented in this file. See
|
|
1705
|
+
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
1706
|
+
|
|
1707
|
+
## [3.0.0-alpha.185](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.184...@empathyco/x-components@3.0.0-alpha.185) (2022-09-30)
|
|
1708
|
+
|
|
1709
|
+
### Bug Fixes
|
|
1710
|
+
|
|
1711
|
+
- **base-modal:** add prop to allow the modal to move the focus to an element within it on open
|
|
1712
|
+
(#748) ([0954926](https://github.com/empathyco/x/commit/0954926d7e95ab53e3a8fe263265b63f1a5f20d7))
|
|
1713
|
+
|
|
1714
|
+
# Change Log
|
|
1715
|
+
|
|
1716
|
+
All notable changes to this project will be documented in this file. See
|
|
1717
|
+
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
1718
|
+
|
|
1719
|
+
## [3.0.0-alpha.184](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.183...@empathyco/x-components@3.0.0-alpha.184) (2022-09-30)
|
|
1720
|
+
|
|
1721
|
+
### Continuous Integration
|
|
1722
|
+
|
|
1723
|
+
- silent jest and eslint warnings (#749)
|
|
1724
|
+
([1413677](https://github.com/empathyco/x/commit/14136776e6a616e21ecd4585a071cdee1569d1cb))
|
|
1725
|
+
|
|
1726
|
+
# Change Log
|
|
1727
|
+
|
|
1728
|
+
All notable changes to this project will be documented in this file. See
|
|
1729
|
+
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
1730
|
+
|
|
1731
|
+
## [3.0.0-alpha.183](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.182...@empathyco/x-components@3.0.0-alpha.183) (2022-09-29)
|
|
1732
|
+
|
|
1733
|
+
### Features
|
|
1734
|
+
|
|
1735
|
+
- **next-queries:** add `origin` to `next queries preview` (#746)
|
|
1736
|
+
([8928676](https://github.com/empathyco/x/commit/89286768a007d9b8888bfbc6db43c39b6d963380)),
|
|
1737
|
+
closes [EX-6757](https://searchbroker.atlassian.net/browse/EX-6757)
|
|
1738
|
+
|
|
1739
|
+
# Change Log
|
|
1740
|
+
|
|
1741
|
+
All notable changes to this project will be documented in this file. See
|
|
1742
|
+
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
1743
|
+
|
|
1744
|
+
## [3.0.0-alpha.182](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.181...@empathyco/x-components@3.0.0-alpha.182) (2022-09-27)
|
|
1745
|
+
|
|
1746
|
+
### Bug Fixes
|
|
1747
|
+
|
|
1748
|
+
- **components:** restore scroll on `BaseModal` (#736)
|
|
1749
|
+
([d7b18a1](https://github.com/empathyco/x/commit/d7b18a1630f7da36ecd4c52f5b73b8c101612a86)),
|
|
1750
|
+
closes [EX-7091](https://searchbroker.atlassian.net/browse/EX-7091)
|
|
1751
|
+
|
|
1752
|
+
### Documentation
|
|
1753
|
+
|
|
1754
|
+
- add `queriesPreview` to archetype integration (#735)
|
|
1755
|
+
([57c719a](https://github.com/empathyco/x/commit/57c719a55208e149c9382483df02ac84cac33259)),
|
|
1756
|
+
closes [EX-6613](https://searchbroker.atlassian.net/browse/EX-6613)
|
|
1757
|
+
|
|
1758
|
+
# Change Log
|
|
1759
|
+
|
|
1760
|
+
All notable changes to this project will be documented in this file. See
|
|
1761
|
+
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
1762
|
+
|
|
1763
|
+
## [3.0.0-alpha.181](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.180...@empathyco/x-components@3.0.0-alpha.181) (2022-09-27)
|
|
1764
|
+
|
|
1765
|
+
### Features
|
|
1766
|
+
|
|
1767
|
+
- **query-preview:** add `origin` to `QueryPreview` component (#737)
|
|
1768
|
+
([9c235bc](https://github.com/empathyco/x/commit/9c235bc9457cc959fa2a386b8dce114ff3bf6df7)),
|
|
1769
|
+
closes [EX-7077](https://searchbroker.atlassian.net/browse/EX-7077)
|
|
1770
|
+
|
|
1771
|
+
# Change Log
|
|
1772
|
+
|
|
1773
|
+
All notable changes to this project will be documented in this file. See
|
|
1774
|
+
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
1775
|
+
|
|
1776
|
+
## [3.0.0-alpha.180](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.179...@empathyco/x-components@3.0.0-alpha.180) (2022-09-27)
|
|
1777
|
+
|
|
1778
|
+
**Note:** Version bump only for package @empathyco/x-components
|
|
1779
|
+
|
|
1780
|
+
# Change Log
|
|
1781
|
+
|
|
1782
|
+
All notable changes to this project will be documented in this file. See
|
|
1783
|
+
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
1784
|
+
|
|
1785
|
+
## [3.0.0-alpha.179](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.178...@empathyco/x-components@3.0.0-alpha.179) (2022-09-27)
|
|
1786
|
+
|
|
1787
|
+
### Features
|
|
1788
|
+
|
|
1789
|
+
- add `vue devtools` plugin to ease `XEvents` and `wiring` visualization (#215)
|
|
1790
|
+
([bd148ec](https://github.com/empathyco/x/commit/bd148ecb9682f8d4161d278c03f110f8f050d323)),
|
|
1791
|
+
closes [EX-7032](https://searchbroker.atlassian.net/browse/EX-7032)
|
|
1792
|
+
|
|
1793
|
+
# Change Log
|
|
1794
|
+
|
|
1795
|
+
All notable changes to this project will be documented in this file. See
|
|
1796
|
+
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
1797
|
+
|
|
1798
|
+
## [3.0.0-alpha.178](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.177...@empathyco/x-components@3.0.0-alpha.178) (2022-09-21)
|
|
1799
|
+
|
|
1800
|
+
### Features
|
|
1801
|
+
|
|
1802
|
+
- Improve `tailwindcss` types (#730)
|
|
1803
|
+
([b7ab20c](https://github.com/empathyco/x/commit/b7ab20cfb0faa7f21fdf4aaaa4ae3e6d44bc6a79)),
|
|
1804
|
+
closes [EX-7041](https://searchbroker.atlassian.net/browse/EX-7041)
|
|
1805
|
+
|
|
1806
|
+
# Change Log
|
|
1807
|
+
|
|
1808
|
+
All notable changes to this project will be documented in this file. See
|
|
1809
|
+
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
1810
|
+
|
|
1811
|
+
## [3.0.0-alpha.177](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.176...@empathyco/x-components@3.0.0-alpha.177) (2022-09-21)
|
|
1812
|
+
|
|
1813
|
+
### Features
|
|
1814
|
+
|
|
1815
|
+
- **search-input:** prevent `<` or `>` input (#433)
|
|
1816
|
+
([afc865f](https://github.com/empathyco/x/commit/afc865f2e13d775e5ee4a602536dfd2ee8b474b8)),
|
|
1817
|
+
closes [EX-7035](https://searchbroker.atlassian.net/browse/EX-7035)
|
|
1818
|
+
|
|
1819
|
+
# Change Log
|
|
1820
|
+
|
|
1821
|
+
All notable changes to this project will be documented in this file. See
|
|
1822
|
+
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
1823
|
+
|
|
1824
|
+
## [3.0.0-alpha.176](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.175...@empathyco/x-components@3.0.0-alpha.176) (2022-09-20)
|
|
1825
|
+
|
|
1826
|
+
### Features
|
|
1827
|
+
|
|
1828
|
+
- Improve tailwindcss types. (#725)
|
|
1829
|
+
([14dec97](https://github.com/empathyco/x/commit/14dec974174cd18e63cb5f4e9a690a9989de44bc)),
|
|
1830
|
+
closes [EX-6790](https://searchbroker.atlassian.net/browse/EX-6790)
|
|
1831
|
+
|
|
1832
|
+
# Change Log
|
|
1833
|
+
|
|
1834
|
+
All notable changes to this project will be documented in this file. See
|
|
1835
|
+
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
1836
|
+
|
|
1837
|
+
## [3.0.0-alpha.175](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.174...@empathyco/x-components@3.0.0-alpha.175) (2022-09-20)
|
|
1838
|
+
|
|
1839
|
+
### Features
|
|
1840
|
+
|
|
1841
|
+
- **facets:** remove filters on new query (#717)
|
|
1842
|
+
([e452ece](https://github.com/empathyco/x/commit/e452ecebb194b2fa248402405e26ed1044c1d849)),
|
|
1843
|
+
closes [EX-6196](https://searchbroker.atlassian.net/browse/EX-6196)
|
|
1844
|
+
|
|
1845
|
+
# Change Log
|
|
1846
|
+
|
|
1847
|
+
All notable changes to this project will be documented in this file. See
|
|
1848
|
+
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
1849
|
+
|
|
1850
|
+
## [3.0.0-alpha.174](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.173...@empathyco/x-components@3.0.0-alpha.174) (2022-09-19)
|
|
1851
|
+
|
|
1852
|
+
### Features
|
|
1853
|
+
|
|
1854
|
+
- **design-system:** generate old design system tokens with tailwind values (#675)
|
|
1855
|
+
([7aa42e4](https://github.com/empathyco/x/commit/7aa42e4e26ec34fea942bbf7f0c7f10a97a94237)),
|
|
1856
|
+
closes [EX-6790](https://searchbroker.atlassian.net/browse/EX-6790)
|
|
1857
|
+
|
|
1858
|
+
# Change Log
|
|
1859
|
+
|
|
1860
|
+
All notable changes to this project will be documented in this file. See
|
|
1861
|
+
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
1862
|
+
|
|
1863
|
+
## [3.0.0-alpha.173](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.172...@empathyco/x-components@3.0.0-alpha.173) (2022-09-16)
|
|
1864
|
+
|
|
1865
|
+
**Note:** Version bump only for package @empathyco/x-components
|
|
1866
|
+
|
|
1867
|
+
# Change Log
|
|
1868
|
+
|
|
1869
|
+
All notable changes to this project will be documented in this file. See
|
|
1870
|
+
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
1871
|
+
|
|
1872
|
+
## [3.0.0-alpha.172](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.171...@empathyco/x-components@3.0.0-alpha.172) (2022-09-13)
|
|
1873
|
+
|
|
1874
|
+
### Features
|
|
1875
|
+
|
|
1876
|
+
- **next-queries:** add `concatWhenNoMoreItems` prop (#705)
|
|
1877
|
+
([ac73fb7](https://github.com/empathyco/x/commit/ac73fb7d2e66c3cb1aab0b64586d9e86495436de)),
|
|
1878
|
+
closes [EX-6841](https://searchbroker.atlassian.net/browse/EX-6841)
|
|
1879
|
+
|
|
1880
|
+
# Change Log
|
|
1881
|
+
|
|
1882
|
+
All notable changes to this project will be documented in this file. See
|
|
1883
|
+
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
1884
|
+
|
|
1885
|
+
## [3.0.0-alpha.171](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.170...@empathyco/x-components@3.0.0-alpha.171) (2022-09-13)
|
|
1886
|
+
|
|
1887
|
+
### Features
|
|
1888
|
+
|
|
1889
|
+
- add `uiLang` parameter (#714)
|
|
1890
|
+
([f4108d4](https://github.com/empathyco/x/commit/f4108d4a76582dac7b1f8cd240e91f226e7b1ad5)),
|
|
1891
|
+
closes [EX-6855](https://searchbroker.atlassian.net/browse/EX-6855)
|
|
1892
|
+
|
|
1893
|
+
# Change Log
|
|
1894
|
+
|
|
1895
|
+
All notable changes to this project will be documented in this file. See
|
|
1896
|
+
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
1897
|
+
|
|
1898
|
+
## [3.0.0-alpha.170](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.169...@empathyco/x-components@3.0.0-alpha.170) (2022-09-09)
|
|
1899
|
+
|
|
1900
|
+
### Features
|
|
1901
|
+
|
|
1902
|
+
- **components:** add disable animation mixin (#703)
|
|
1903
|
+
([ea344f9](https://github.com/empathyco/x/commit/ea344f9d5e7b36da6aabdd4fe5d2a1ad05dbcfc8)),
|
|
1904
|
+
closes [EX-6838](https://searchbroker.atlassian.net/browse/EX-6838)
|
|
1905
|
+
- disable `@typescript-eslint/no-extra-parens` rule (#715)
|
|
1906
|
+
([3718017](https://github.com/empathyco/x/commit/3718017c5528156f931bc8b1f2d208cdb50781ed)),
|
|
1907
|
+
closes [EX-6996](https://searchbroker.atlassian.net/browse/EX-6996)
|
|
1908
|
+
|
|
1909
|
+
# Change Log
|
|
1910
|
+
|
|
1911
|
+
All notable changes to this project will be documented in this file. See
|
|
1912
|
+
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
1913
|
+
|
|
1914
|
+
## [3.0.0-alpha.169](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.168...@empathyco/x-components@3.0.0-alpha.169) (2022-09-08)
|
|
1915
|
+
|
|
1916
|
+
### Features
|
|
1917
|
+
|
|
1918
|
+
- **search:** add `updateResult` mutation (#706)
|
|
1919
|
+
([809e346](https://github.com/empathyco/x/commit/809e34694e5a54bd72e92272aa69a9123bef94c4)),
|
|
1920
|
+
closes [EX-6894](https://searchbroker.atlassian.net/browse/EX-6894)
|
|
1921
|
+
|
|
1922
|
+
# Change Log
|
|
1923
|
+
|
|
1924
|
+
All notable changes to this project will be documented in this file. See
|
|
1925
|
+
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
1926
|
+
|
|
1927
|
+
## [3.0.0-alpha.168](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.167...@empathyco/x-components@3.0.0-alpha.168) (2022-09-07)
|
|
1928
|
+
|
|
1929
|
+
### Bug Fixes
|
|
1930
|
+
|
|
1931
|
+
- **components:** Fix the error on console in `BaseResultImage` with `CrossFade` Animation. (#688)
|
|
1932
|
+
([3bcf6e1](https://github.com/empathyco/x/commit/3bcf6e120918b4257f38ddb5078adfe39a7c8a3f)),
|
|
1933
|
+
closes [EX-6924](https://searchbroker.atlassian.net/browse/EX-6924)
|
|
1934
|
+
|
|
1935
|
+
# Change Log
|
|
1936
|
+
|
|
1937
|
+
All notable changes to this project will be documented in this file. See
|
|
1938
|
+
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
1939
|
+
|
|
1940
|
+
## [3.0.0-alpha.167](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.166...@empathyco/x-components@3.0.0-alpha.167) (2022-09-06)
|
|
1941
|
+
|
|
1942
|
+
### Features
|
|
1943
|
+
|
|
1944
|
+
- **queries-preview:** add query preview component (#699)
|
|
1945
|
+
([676cda4](https://github.com/empathyco/x/commit/676cda42a3cbd37ee00e3200a89854c6c1bec3ee)),
|
|
1946
|
+
closes [EX-6845](https://searchbroker.atlassian.net/browse/EX-6845)
|
|
1947
|
+
|
|
1948
|
+
# Change Log
|
|
1949
|
+
|
|
1950
|
+
All notable changes to this project will be documented in this file. See
|
|
1951
|
+
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
1952
|
+
|
|
1953
|
+
## [3.0.0-alpha.166](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.165...@empathyco/x-components@3.0.0-alpha.166) (2022-09-02)
|
|
1954
|
+
|
|
1955
|
+
### Bug Fixes
|
|
1956
|
+
|
|
1957
|
+
- Make `Home` grid next queries use grid data rather than state data. (#687)
|
|
1958
|
+
([e340ed0](https://github.com/empathyco/x/commit/e340ed0c4fc4d70a0912c38296812c2fcc0c4e23)),
|
|
1959
|
+
closes [EX-6955](https://searchbroker.atlassian.net/browse/EX-6955)
|
|
1960
|
+
|
|
1961
|
+
# Change Log
|
|
1962
|
+
|
|
1963
|
+
All notable changes to this project will be documented in this file. See
|
|
1964
|
+
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
1965
|
+
|
|
1966
|
+
## [3.0.0-alpha.165](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.164...@empathyco/x-components@3.0.0-alpha.165) (2022-08-31)
|
|
1967
|
+
|
|
1968
|
+
### Build System
|
|
1969
|
+
|
|
1970
|
+
- **dependencies:** fix Vue & Vuex versions (#686)
|
|
1971
|
+
([177e851](https://github.com/empathyco/x/commit/177e8511f4458fa13c627210cdfbbf6d42a85b17)),
|
|
1972
|
+
closes [EX-6918](https://searchbroker.atlassian.net/browse/EX-6918)
|
|
1973
|
+
|
|
1974
|
+
# Change Log
|
|
1975
|
+
|
|
1976
|
+
All notable changes to this project will be documented in this file. See
|
|
1977
|
+
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
1978
|
+
|
|
1979
|
+
## [3.0.0-alpha.164](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.163...@empathyco/x-components@3.0.0-alpha.164) (2022-08-30)
|
|
1980
|
+
|
|
1981
|
+
### Features
|
|
1982
|
+
|
|
1983
|
+
- **queries-preview:** add wiring and actions (#677)
|
|
1984
|
+
([a92e350](https://github.com/empathyco/x/commit/a92e3509be65dfce17796efa6fae14a370bc875c)),
|
|
1985
|
+
closes [EX-6844](https://searchbroker.atlassian.net/browse/EX-6844)
|
|
1986
|
+
|
|
1987
|
+
# Change Log
|
|
1988
|
+
|
|
1989
|
+
All notable changes to this project will be documented in this file. See
|
|
1990
|
+
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
1991
|
+
|
|
1992
|
+
## [3.0.0-alpha.163](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.162...@empathyco/x-components@3.0.0-alpha.163) (2022-08-29)
|
|
1993
|
+
|
|
1994
|
+
### Documentation
|
|
1995
|
+
|
|
1996
|
+
- **functional:** add my history ui and related docs (#685)
|
|
1997
|
+
([3a9ac8a](https://github.com/empathyco/x/commit/3a9ac8a769d64196b31f05872fb92ec26dc635ad))
|
|
1998
|
+
|
|
1999
|
+
# Change Log
|
|
2000
|
+
|
|
2001
|
+
All notable changes to this project will be documented in this file. See
|
|
2002
|
+
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
2003
|
+
|
|
2004
|
+
## [3.0.0-alpha.162](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.161...@empathyco/x-components@3.0.0-alpha.162) (2022-08-29)
|
|
2005
|
+
|
|
2006
|
+
### Build System
|
|
2007
|
+
|
|
2008
|
+
- Support SSR with createInjectorSSR for styles. (#674)
|
|
2009
|
+
([85473c3](https://github.com/empathyco/x/commit/85473c31f5aa755890bef4d20f787ba1453b8843)),
|
|
2010
|
+
closes [EX-6892](https://searchbroker.atlassian.net/browse/EX-6892)
|
|
2011
|
+
|
|
2012
|
+
# Change Log
|
|
2013
|
+
|
|
2014
|
+
All notable changes to this project will be documented in this file. See
|
|
2015
|
+
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
2016
|
+
|
|
2017
|
+
## [3.0.0-alpha.161](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.160...@empathyco/x-components@3.0.0-alpha.161) (2022-08-26)
|
|
2018
|
+
|
|
2019
|
+
### Features
|
|
2020
|
+
|
|
2021
|
+
- **components:** variants auto selection (#679)
|
|
2022
|
+
([c1c8664](https://github.com/empathyco/x/commit/c1c866481ae8866fec4fd9e2dd5389fcba00e62b)),
|
|
2023
|
+
closes [EX-6878](https://searchbroker.atlassian.net/browse/EX-6878)
|
|
2024
|
+
|
|
2025
|
+
# Change Log
|
|
2026
|
+
|
|
2027
|
+
All notable changes to this project will be documented in this file. See
|
|
2028
|
+
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
2029
|
+
|
|
2030
|
+
## [3.0.0-alpha.160](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.159...@empathyco/x-components@3.0.0-alpha.160) (2022-08-25)
|
|
2031
|
+
|
|
2032
|
+
### Features
|
|
2033
|
+
|
|
2034
|
+
- **components:** merge a variant with the result (#667)
|
|
2035
|
+
([553d0e5](https://github.com/empathyco/x/commit/553d0e5de8ef5468eb673246f39fbeb826301fa1)),
|
|
2036
|
+
closes [EX-6762](https://searchbroker.atlassian.net/browse/EX-6762)
|
|
2037
|
+
|
|
2038
|
+
# Change Log
|
|
2039
|
+
|
|
2040
|
+
All notable changes to this project will be documented in this file. See
|
|
2041
|
+
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
2042
|
+
|
|
2043
|
+
## [3.0.0-alpha.159](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.158...@empathyco/x-components@3.0.0-alpha.159) (2022-08-24)
|
|
2044
|
+
|
|
2045
|
+
### Documentation
|
|
2046
|
+
|
|
2047
|
+
- update functional docs callout formatting (#671)
|
|
2048
|
+
([5f1de74](https://github.com/empathyco/x/commit/5f1de74c2e86adb638d692781483cac1ccf70a71))
|
|
2049
|
+
|
|
2050
|
+
# Change Log
|
|
2051
|
+
|
|
2052
|
+
All notable changes to this project will be documented in this file. See
|
|
2053
|
+
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
2054
|
+
|
|
2055
|
+
## [3.0.0-alpha.158](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.156...@empathyco/x-components@3.0.0-alpha.158) (2022-08-24)
|
|
2056
|
+
|
|
2057
|
+
### Features
|
|
2058
|
+
|
|
2059
|
+
- **adapter:** disable cancel http client (#658)
|
|
2060
|
+
([3b5b86d](https://github.com/empathyco/x/commit/3b5b86d4725edefa084181a704df716a389eecbc)),
|
|
2061
|
+
closes [EX-6875](https://searchbroker.atlassian.net/browse/EX-6875)
|
|
2062
|
+
- **queries-preview:** create `queriesPreview` module (#670)
|
|
2063
|
+
([317d961](https://github.com/empathyco/x/commit/317d961e94b0b7454cb4d858d401c4264c74cf0e)),
|
|
2064
|
+
closes [EX-6638](https://searchbroker.atlassian.net/browse/EX-6638)
|
|
2065
|
+
|
|
2066
|
+
### Bug Fixes
|
|
2067
|
+
|
|
2068
|
+
- conflict version (#673)
|
|
2069
|
+
([fb74dd0](https://github.com/empathyco/x/commit/fb74dd0b992522a9441da1daabe5a8789426324f)),
|
|
2070
|
+
closes [EX-6896](https://searchbroker.atlassian.net/browse/EX-6896)
|
|
2071
|
+
|
|
2072
|
+
# Change Log
|
|
2073
|
+
|
|
2074
|
+
All notable changes to this project will be documented in this file. See
|
|
2075
|
+
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
2076
|
+
|
|
2077
|
+
## [3.0.0-alpha.157](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.156...@empathyco/x-components@3.0.0-alpha.157) (2022-08-24)
|
|
2078
|
+
|
|
2079
|
+
### Features
|
|
2080
|
+
|
|
2081
|
+
- **queries-preview:** create `queriesPreview` module (#670)
|
|
2082
|
+
([317d961](https://github.com/empathyco/x/commit/317d961e94b0b7454cb4d858d401c4264c74cf0e)),
|
|
2083
|
+
closes [EX-6638](https://searchbroker.atlassian.net/browse/EX-6638)
|
|
2084
|
+
|
|
2085
|
+
# Change Log
|
|
2086
|
+
|
|
2087
|
+
All notable changes to this project will be documented in this file. See
|
|
2088
|
+
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
2089
|
+
|
|
2090
|
+
## [3.0.0-alpha.156](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.155...@empathyco/x-components@3.0.0-alpha.156) (2022-08-19)
|
|
2091
|
+
|
|
2092
|
+
**Note:** Version bump only for package @empathyco/x-components
|
|
2093
|
+
|
|
2094
|
+
# Change Log
|
|
2095
|
+
|
|
2096
|
+
All notable changes to this project will be documented in this file. See
|
|
2097
|
+
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
2098
|
+
|
|
2099
|
+
## [3.0.0-alpha.155](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.154...@empathyco/x-components@3.0.0-alpha.155) (2022-08-18)
|
|
2100
|
+
|
|
2101
|
+
### Features
|
|
2102
|
+
|
|
2103
|
+
- **design-system:** add `tailwindcss` to `x-components` and configure it to use `x-tailwindcss`
|
|
2104
|
+
(#655)
|
|
2105
|
+
([4109a8a](https://github.com/empathyco/x/commit/4109a8ad9d29378078603d97e31c073ceb2671ae)),
|
|
2106
|
+
closes [EX-6793](https://searchbroker.atlassian.net/browse/EX-6793)
|
|
2107
|
+
|
|
2108
|
+
# Change Log
|
|
2109
|
+
|
|
2110
|
+
All notable changes to this project will be documented in this file. See
|
|
2111
|
+
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
2112
|
+
|
|
2113
|
+
## [3.0.0-alpha.154](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.153...@empathyco/x-components@3.0.0-alpha.154) (2022-08-12)
|
|
2114
|
+
|
|
2115
|
+
### Features
|
|
2116
|
+
|
|
2117
|
+
- add `queriesPreview` option to snippet config (#654)
|
|
2118
|
+
([7733c98](https://github.com/empathyco/x/commit/7733c9856b2859574ca0cace9c79b8b58545f46a)),
|
|
2119
|
+
closes [EX-6849](https://searchbroker.atlassian.net/browse/EX-6849)
|
|
2120
|
+
|
|
2121
|
+
# Change Log
|
|
2122
|
+
|
|
2123
|
+
All notable changes to this project will be documented in this file. See
|
|
2124
|
+
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
2125
|
+
|
|
2126
|
+
## [3.0.0-alpha.153](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.152...@empathyco/x-components@3.0.0-alpha.153) (2022-08-10)
|
|
2127
|
+
|
|
2128
|
+
### Features
|
|
2129
|
+
|
|
2130
|
+
- **next-queries:** add `maxItemsToRender` prop to `NextQueryPreview` component (#646)
|
|
2131
|
+
([848427c](https://github.com/empathyco/x/commit/848427cb9dae85c72549ab026b3785194ec4adbd)),
|
|
2132
|
+
closes [EX-6820](https://searchbroker.atlassian.net/browse/EX-6820)
|
|
2133
|
+
|
|
2134
|
+
# Change Log
|
|
2135
|
+
|
|
2136
|
+
All notable changes to this project will be documented in this file. See
|
|
2137
|
+
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
2138
|
+
|
|
2139
|
+
## [3.0.0-alpha.152](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.151...@empathyco/x-components@3.0.0-alpha.152) (2022-08-10)
|
|
2140
|
+
|
|
2141
|
+
### ⚠ BREAKING CHANGES
|
|
2142
|
+
|
|
2143
|
+
- **result:** `Result` model properties are optional, except `id`, `modelName` and `tagging`.
|
|
2144
|
+
|
|
2145
|
+
### Features
|
|
2146
|
+
|
|
2147
|
+
- **result:** add `variants` support (#644)
|
|
2148
|
+
([d5db09e](https://github.com/empathyco/x/commit/d5db09e9be92d0df65329680ee286959030ccecc)),
|
|
2149
|
+
closes [EX-6760](https://searchbroker.atlassian.net/browse/EX-6760)
|
|
2150
|
+
|
|
2151
|
+
# Change Log
|
|
2152
|
+
|
|
2153
|
+
All notable changes to this project will be documented in this file. See
|
|
2154
|
+
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
2155
|
+
|
|
2156
|
+
## [3.0.0-alpha.151](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.150...@empathyco/x-components@3.0.0-alpha.151) (2022-08-09)
|
|
2157
|
+
|
|
2158
|
+
### Documentation
|
|
2159
|
+
|
|
2160
|
+
- clarify how to subscribe to any `XEvent` (#645)
|
|
2161
|
+
([d57941a](https://github.com/empathyco/x/commit/d57941a52d23f56cb7c04ed49b816a252473243f)),
|
|
2162
|
+
closes [EX-6816](https://searchbroker.atlassian.net/browse/EX-6816)
|
|
2163
|
+
|
|
2164
|
+
# Change Log
|
|
2165
|
+
|
|
2166
|
+
All notable changes to this project will be documented in this file. See
|
|
2167
|
+
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
2168
|
+
|
|
2169
|
+
## [3.0.0-alpha.150](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.149...@empathyco/x-components@3.0.0-alpha.150) (2022-08-08)
|
|
2170
|
+
|
|
2171
|
+
### Features
|
|
2172
|
+
|
|
2173
|
+
- **components:** make `BaseIdModalOpen` rendering configurable (#637)
|
|
2174
|
+
([77cb564](https://github.com/empathyco/x/commit/77cb5646b1e43c8b7aa428db4102dc6aca8affdf)),
|
|
2175
|
+
closes [EX-6751](https://searchbroker.atlassian.net/browse/EX-6751)
|
|
2176
|
+
|
|
2177
|
+
# Change Log
|
|
2178
|
+
|
|
2179
|
+
All notable changes to this project will be documented in this file. See
|
|
2180
|
+
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
2181
|
+
|
|
2182
|
+
## [3.0.0-alpha.149](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.148...@empathyco/x-components@3.0.0-alpha.149) (2022-08-08)
|
|
2183
|
+
|
|
2184
|
+
### Bug Fixes
|
|
2185
|
+
|
|
2186
|
+
- **facets:** fix `SingleSelectModifier` handling for selecting hierar… (#643)
|
|
2187
|
+
([d9a18e0](https://github.com/empathyco/x/commit/d9a18e06c5241c5b6db9b93ba67c1d9018360160)),
|
|
2188
|
+
closes [EX-6810](https://searchbroker.atlassian.net/browse/EX-6810)
|
|
2189
|
+
|
|
2190
|
+
# Change Log
|
|
2191
|
+
|
|
2192
|
+
All notable changes to this project will be documented in this file. See
|
|
2193
|
+
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
2194
|
+
|
|
2195
|
+
## [3.0.0-alpha.148](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.147...@empathyco/x-components@3.0.0-alpha.148) (2022-08-04)
|
|
2196
|
+
|
|
2197
|
+
### Features
|
|
2198
|
+
|
|
2199
|
+
- **next-queries:** add next query preview component (#631)
|
|
2200
|
+
([1513ab1](https://github.com/empathyco/x/commit/1513ab1ef0cbcf42d72f483d99815eba76b5eaad)),
|
|
2201
|
+
closes [EX-6646](https://searchbroker.atlassian.net/browse/EX-6646)
|
|
2202
|
+
|
|
2203
|
+
# Change Log
|
|
2204
|
+
|
|
2205
|
+
All notable changes to this project will be documented in this file. See
|
|
2206
|
+
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
2207
|
+
|
|
2208
|
+
## [3.0.0-alpha.147](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.146...@empathyco/x-components@3.0.0-alpha.147) (2022-08-03)
|
|
2209
|
+
|
|
2210
|
+
### ⚠ BREAKING CHANGES
|
|
2211
|
+
|
|
2212
|
+
- **facets:** Removed the `setFilter`mutation from `facets` X-Module. Use `mutateFilter` instead.
|
|
2213
|
+
- **facets:** Modified the `HierarchicalFilter.children` Model type. Now it is an
|
|
2214
|
+
`Array<HierarchicalFilter>` instead of an array of ids.
|
|
2215
|
+
|
|
2216
|
+
### Features
|
|
2217
|
+
|
|
2218
|
+
- **facets:** Move filters flattening from `x-adapter-platform` to `x-components`. (#626)
|
|
2219
|
+
([2bebaeb](https://github.com/empathyco/x/commit/2bebaeb2863fe794f1b3bea924904651b9302ef6)),
|
|
2220
|
+
closes [EX-6484](https://searchbroker.atlassian.net/browse/EX-6484)
|
|
2221
|
+
|
|
2222
|
+
# Change Log
|
|
2223
|
+
|
|
2224
|
+
All notable changes to this project will be documented in this file. See
|
|
2225
|
+
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
2226
|
+
|
|
2227
|
+
## [3.0.0-alpha.146](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.145...@empathyco/x-components@3.0.0-alpha.146) (2022-08-03)
|
|
2228
|
+
|
|
2229
|
+
### Documentation
|
|
2230
|
+
|
|
2231
|
+
- bring functional docs from eDocs project (#630)
|
|
2232
|
+
([27e6dd6](https://github.com/empathyco/x/commit/27e6dd646084983c37fc52894dc95544253405d5)),
|
|
2233
|
+
closes [EX-6237](https://searchbroker.atlassian.net/browse/EX-6237)
|
|
2234
|
+
|
|
2235
|
+
# Change Log
|
|
2236
|
+
|
|
2237
|
+
All notable changes to this project will be documented in this file. See
|
|
2238
|
+
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
2239
|
+
|
|
2240
|
+
## [3.0.0-alpha.145](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.144...@empathyco/x-components@3.0.0-alpha.145) (2022-08-01)
|
|
2241
|
+
|
|
2242
|
+
### Documentation
|
|
2243
|
+
|
|
2244
|
+
- update archetype integration and x-adapter docs (#628)
|
|
2245
|
+
([247899e](https://github.com/empathyco/x/commit/247899e39d4f415f59b8ec1b7376fc72530028c2)),
|
|
2246
|
+
closes [EX-6728](https://searchbroker.atlassian.net/browse/EX-6728)
|
|
2247
|
+
|
|
2248
|
+
# Change Log
|
|
2249
|
+
|
|
2250
|
+
All notable changes to this project will be documented in this file. See
|
|
2251
|
+
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
2252
|
+
|
|
2253
|
+
## [3.0.0-alpha.144](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.143...@empathyco/x-components@3.0.0-alpha.144) (2022-08-01)
|
|
2254
|
+
|
|
2255
|
+
### ⚠ BREAKING CHANGES
|
|
2256
|
+
|
|
2257
|
+
- `--x-number-aspect-ratio-picture` is now inverted. Previously a value of 2 meant that it was twice
|
|
2258
|
+
taller than wider. Now it means twice wider than taller.
|
|
2259
|
+
|
|
2260
|
+
- feat(design-system): Re-do aspect ratio logic with modern `aspect-ratio` property
|
|
2261
|
+
([7fae9dc](https://github.com/empathyco/x/commit/7fae9dcab71ec8a945f70aa706cce1cb57b4ddd8)),
|
|
2262
|
+
closes [EX-6463](https://searchbroker.atlassian.net/browse/EX-6463)
|
|
2263
|
+
|
|
2264
|
+
# Change Log
|
|
2265
|
+
|
|
2266
|
+
All notable changes to this project will be documented in this file. See
|
|
2267
|
+
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
2268
|
+
|
|
2269
|
+
## [3.0.0-alpha.143](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.142...@empathyco/x-components@3.0.0-alpha.143) (2022-08-01)
|
|
2270
|
+
|
|
2271
|
+
### Features
|
|
2272
|
+
|
|
2273
|
+
- **components:** make `BaseIdModalClose` rendering configurable (#627)
|
|
2274
|
+
([4bf97af](https://github.com/empathyco/x/commit/4bf97af19ac5f2fd1b08b6e4097dec45eef00679)),
|
|
2275
|
+
closes [EX-6726](https://searchbroker.atlassian.net/browse/EX-6726)
|
|
2276
|
+
|
|
2277
|
+
# Change Log
|
|
2278
|
+
|
|
2279
|
+
All notable changes to this project will be documented in this file. See
|
|
2280
|
+
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
2281
|
+
|
|
2282
|
+
## [3.0.0-alpha.142](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.141...@empathyco/x-components@3.0.0-alpha.142) (2022-07-29)
|
|
2283
|
+
|
|
2284
|
+
### Features
|
|
2285
|
+
|
|
2286
|
+
- Remove vue filters (#635)
|
|
2287
|
+
([5026e84](https://github.com/empathyco/x/commit/5026e84b7dec3a283af8fdd2f68f84b49d332911)),
|
|
2288
|
+
closes [EX-6508](https://searchbroker.atlassian.net/browse/EX-6508)
|
|
2289
|
+
|
|
2290
|
+
# Change Log
|
|
2291
|
+
|
|
2292
|
+
All notable changes to this project will be documented in this file. See
|
|
2293
|
+
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
2294
|
+
|
|
2295
|
+
## [3.0.0-alpha.141](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.140...@empathyco/x-components@3.0.0-alpha.141) (2022-07-28)
|
|
2296
|
+
|
|
2297
|
+
### Features
|
|
2298
|
+
|
|
2299
|
+
- **next-queries:** add next query preview logic (#611)
|
|
2300
|
+
([fc611fa](https://github.com/empathyco/x/commit/fc611faa39e63e5f916cd19928e9ab0755f8dc7f)),
|
|
2301
|
+
closes [EX-6119](https://searchbroker.atlassian.net/browse/EX-6119)
|
|
2302
|
+
|
|
2303
|
+
# Change Log
|
|
2304
|
+
|
|
2305
|
+
All notable changes to this project will be documented in this file. See
|
|
2306
|
+
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
2307
|
+
|
|
2308
|
+
## [3.0.0-alpha.140](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.139...@empathyco/x-components@3.0.0-alpha.140) (2022-07-26)
|
|
2309
|
+
|
|
2310
|
+
**Note:** Version bump only for package @empathyco/x-components
|
|
2311
|
+
|
|
2312
|
+
# Change Log
|
|
2313
|
+
|
|
2314
|
+
All notable changes to this project will be documented in this file. See
|
|
2315
|
+
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
2316
|
+
|
|
2317
|
+
## [3.0.0-alpha.139](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.138...@empathyco/x-components@3.0.0-alpha.139) (2022-07-22)
|
|
2318
|
+
|
|
2319
|
+
### Features
|
|
2320
|
+
|
|
2321
|
+
- **history-queries:** disable `MyHistory` without confirmation when the `history queries` list is
|
|
2322
|
+
empty (#615)
|
|
2323
|
+
([8b0b1d6](https://github.com/empathyco/x/commit/8b0b1d6e818557eba9482dcd149ed3882ca6c854)),
|
|
2324
|
+
closes [EX-6696](https://searchbroker.atlassian.net/browse/EX-6696)
|
|
2325
|
+
|
|
2326
|
+
# Change Log
|
|
2327
|
+
|
|
2328
|
+
All notable changes to this project will be documented in this file. See
|
|
2329
|
+
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
2330
|
+
|
|
2331
|
+
## [3.0.0-alpha.138](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.137...@empathyco/x-components@3.0.0-alpha.138) (2022-07-22)
|
|
2332
|
+
|
|
2333
|
+
**Note:** Version bump only for package @empathyco/x-components
|
|
2334
|
+
|
|
2335
|
+
# Change Log
|
|
2336
|
+
|
|
2337
|
+
All notable changes to this project will be documented in this file. See
|
|
2338
|
+
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
2339
|
+
|
|
2340
|
+
## [3.0.0-alpha.137](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.136...@empathyco/x-components@3.0.0-alpha.137) (2022-07-21)
|
|
2341
|
+
|
|
2342
|
+
### Features
|
|
2343
|
+
|
|
2344
|
+
- **components:** add `MainModal`, `OpenMainModal` and `CloseMainModal` (#609)
|
|
2345
|
+
([526ab58](https://github.com/empathyco/x/commit/526ab5813f58258180b5640cab6bf0f2179fa40a)),
|
|
2346
|
+
closes [EX-6546](https://searchbroker.atlassian.net/browse/EX-6546)
|
|
2347
|
+
|
|
2348
|
+
# Change Log
|
|
2349
|
+
|
|
2350
|
+
All notable changes to this project will be documented in this file. See
|
|
2351
|
+
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
2352
|
+
|
|
2353
|
+
## [3.0.0-alpha.136](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.135...@empathyco/x-components@3.0.0-alpha.136) (2022-07-21)
|
|
2354
|
+
|
|
2355
|
+
### Bug Fixes
|
|
2356
|
+
|
|
2357
|
+
- `pointer-events` affecting scrolling in sliding panel in `SingleColumnLayout` aside (#614)
|
|
2358
|
+
([1463bc1](https://github.com/empathyco/x/commit/1463bc1d5dd1fbd9c279077d7240329b853f82be)),
|
|
2359
|
+
closes [EX-6595](https://searchbroker.atlassian.net/browse/EX-6595)
|
|
2360
|
+
|
|
2361
|
+
# Change Log
|
|
2362
|
+
|
|
2363
|
+
All notable changes to this project will be documented in this file. See
|
|
2364
|
+
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
2365
|
+
|
|
2366
|
+
## [3.0.0-alpha.135](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.134...@empathyco/x-components@3.0.0-alpha.135) (2022-07-21)
|
|
2367
|
+
|
|
2368
|
+
### Testing
|
|
2369
|
+
|
|
2370
|
+
- **e2e:** search modal re-opens properly after being closed (#613)
|
|
2371
|
+
([43282ab](https://github.com/empathyco/x/commit/43282ab1d0ab54af7794c88c89aa8e62326d73d8)),
|
|
2372
|
+
closes [EX-6708](https://searchbroker.atlassian.net/browse/EX-6708)
|
|
2373
|
+
|
|
2374
|
+
# Change Log
|
|
2375
|
+
|
|
2376
|
+
All notable changes to this project will be documented in this file. See
|
|
2377
|
+
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
2378
|
+
|
|
2379
|
+
## [3.0.0-alpha.134](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.133...@empathyco/x-components@3.0.0-alpha.134) (2022-07-20)
|
|
2380
|
+
|
|
2381
|
+
### Bug Fixes
|
|
2382
|
+
|
|
2383
|
+
- **components:** now properly checks if a has content (#612)
|
|
2384
|
+
([ad2f6dc](https://github.com/empathyco/x/commit/ad2f6dc522d9da59dde2e2c5f90510c0f93380ab)),
|
|
2385
|
+
closes [EX-6681](https://searchbroker.atlassian.net/browse/EX-6681)
|
|
2386
|
+
|
|
2387
|
+
# Change Log
|
|
2388
|
+
|
|
2389
|
+
All notable changes to this project will be documented in this file. See
|
|
2390
|
+
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
2391
|
+
|
|
2392
|
+
## [3.0.0-alpha.133](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.132...@empathyco/x-components@3.0.0-alpha.133) (2022-07-15)
|
|
2393
|
+
|
|
2394
|
+
### Bug Fixes
|
|
2395
|
+
|
|
2396
|
+
- **components:** Add option to extend transitions with listeners and attributes (#600)
|
|
2397
|
+
([16d5262](https://github.com/empathyco/x/commit/16d5262ab2213d53c736e89774089313755abeff)),
|
|
2398
|
+
closes [EX-6457](https://searchbroker.atlassian.net/browse/EX-6457)
|
|
2399
|
+
|
|
2400
|
+
# Change Log
|
|
2401
|
+
|
|
2402
|
+
All notable changes to this project will be documented in this file. See
|
|
2403
|
+
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
2404
|
+
|
|
2405
|
+
## [3.0.0-alpha.132](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.131...@empathyco/x-components@3.0.0-alpha.132) (2022-07-14)
|
|
2406
|
+
|
|
2407
|
+
### Features
|
|
2408
|
+
|
|
2409
|
+
- **history-queries:** add `UserClickedDismissDisableHistoryQueries` event
|
|
2410
|
+
([ea0bddc](https://github.com/empathyco/x/commit/ea0bddce87ec1e87b753bb39863cbee903fb9eed)),
|
|
2411
|
+
closes [EX-6682](https://searchbroker.atlassian.net/browse/EX-6682)
|
|
2412
|
+
|
|
2413
|
+
# Change Log
|
|
2414
|
+
|
|
2415
|
+
All notable changes to this project will be documented in this file. See
|
|
2416
|
+
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
2417
|
+
|
|
2418
|
+
## [3.0.0-alpha.131](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.130...@empathyco/x-components@3.0.0-alpha.131) (2022-07-13)
|
|
2419
|
+
|
|
2420
|
+
### Features
|
|
2421
|
+
|
|
2422
|
+
- **history-queries:** add `HistoryQueriesSwitch` component (#593)
|
|
2423
|
+
([8c87cc3](https://github.com/empathyco/x/commit/8c87cc3a35336720d3da79ab7347e52caa4cd922)),
|
|
2424
|
+
closes [EX-6515](https://searchbroker.atlassian.net/browse/EX-6515)
|
|
2425
|
+
|
|
2426
|
+
# Change Log
|
|
2427
|
+
|
|
2428
|
+
All notable changes to this project will be documented in this file. See
|
|
2429
|
+
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
2430
|
+
|
|
2431
|
+
## [3.0.0-alpha.130](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.129...@empathyco/x-components@3.0.0-alpha.130) (2022-07-12)
|
|
2432
|
+
|
|
2433
|
+
### Features
|
|
2434
|
+
|
|
2435
|
+
- Move `XAPI` from `window.X` to `window.InterfaceX` (#599)
|
|
2436
|
+
([4538778](https://github.com/empathyco/x/commit/45387783c947f859667f2786ba9013b83b952063)),
|
|
2437
|
+
closes [EX-6645](https://searchbroker.atlassian.net/browse/EX-6645)
|
|
2438
|
+
|
|
2439
|
+
# Change Log
|
|
2440
|
+
|
|
2441
|
+
All notable changes to this project will be documented in this file. See
|
|
2442
|
+
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
2443
|
+
|
|
2444
|
+
## [3.0.0-alpha.129](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.128...@empathyco/x-components@3.0.0-alpha.129) (2022-07-11)
|
|
2445
|
+
|
|
2446
|
+
### Features
|
|
2447
|
+
|
|
2448
|
+
- **history-queries:** bind `formatTime` to `suggestion-content` slot (#598)
|
|
2449
|
+
([589eef2](https://github.com/empathyco/x/commit/589eef287534e9916dcda7b0ad86626eb450decd)),
|
|
2450
|
+
closes [EX-6611](https://searchbroker.atlassian.net/browse/EX-6611)
|
|
2451
|
+
|
|
2452
|
+
# Change Log
|
|
2453
|
+
|
|
2454
|
+
All notable changes to this project will be documented in this file. See
|
|
2455
|
+
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
2456
|
+
|
|
2457
|
+
## [3.0.0-alpha.128](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.127...@empathyco/x-components@3.0.0-alpha.128) (2022-07-11)
|
|
2458
|
+
|
|
2459
|
+
### Documentation
|
|
2460
|
+
|
|
2461
|
+
- Add module type to integration script docs (#592)
|
|
2462
|
+
([907bda8](https://github.com/empathyco/x/commit/907bda8b4d825c93461089691f284c1758624a89))
|
|
2463
|
+
|
|
2464
|
+
# Change Log
|
|
2465
|
+
|
|
2466
|
+
All notable changes to this project will be documented in this file. See
|
|
2467
|
+
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
2468
|
+
|
|
2469
|
+
## [3.0.0-alpha.127](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.126...@empathyco/x-components@3.0.0-alpha.127) (2022-07-11)
|
|
2470
|
+
|
|
2471
|
+
### Features
|
|
2472
|
+
|
|
2473
|
+
- **components:** add new slot `extra-aside` to `SingleColumnLayout` and
|
|
2474
|
+
`FixedHeaderAndAsidesLayout` (#591)
|
|
2475
|
+
([91d406e](https://github.com/empathyco/x/commit/91d406ed7267d420009a5f3ee8c5cc092f74546a)),
|
|
2476
|
+
closes [EX-6614](https://searchbroker.atlassian.net/browse/EX-6614)
|
|
2477
|
+
|
|
2478
|
+
# Change Log
|
|
2479
|
+
|
|
2480
|
+
All notable changes to this project will be documented in this file. See
|
|
2481
|
+
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
2482
|
+
|
|
2483
|
+
## [3.0.0-alpha.126](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.125...@empathyco/x-components@3.0.0-alpha.126) (2022-07-07)
|
|
2484
|
+
|
|
2485
|
+
### Features
|
|
2486
|
+
|
|
2487
|
+
- **x-plugin:** add full `history queries` list to `alias API`
|
|
2488
|
+
([e0e0430](https://github.com/empathyco/x/commit/e0e04301b6158dfc379d495e92c04ec5ef35c4ab)),
|
|
2489
|
+
closes [EX-6610](https://searchbroker.atlassian.net/browse/EX-6610)
|
|
2490
|
+
|
|
2491
|
+
# Change Log
|
|
2492
|
+
|
|
2493
|
+
All notable changes to this project will be documented in this file. See
|
|
2494
|
+
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
2495
|
+
|
|
2496
|
+
## [3.0.0-alpha.125](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.124...@empathyco/x-components@3.0.0-alpha.125) (2022-07-07)
|
|
2497
|
+
|
|
2498
|
+
### Features
|
|
2499
|
+
|
|
2500
|
+
- add settings icon (#589)
|
|
2501
|
+
([7f93849](https://github.com/empathyco/x/commit/7f9384915718805809ff733f2be60ae6ebb01910)),
|
|
2502
|
+
closes [EX-6519](https://searchbroker.atlassian.net/browse/EX-6519)
|
|
2503
|
+
|
|
2504
|
+
# Change Log
|
|
2505
|
+
|
|
2506
|
+
All notable changes to this project will be documented in this file. See
|
|
2507
|
+
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
2508
|
+
|
|
2509
|
+
## [3.0.0-alpha.124](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.123...@empathyco/x-components@3.0.0-alpha.124) (2022-07-06)
|
|
2510
|
+
|
|
2511
|
+
### Features
|
|
2512
|
+
|
|
2513
|
+
- add 'my_history' as feature location (#587)
|
|
2514
|
+
([7b0263e](https://github.com/empathyco/x/commit/7b0263e23c9afb2af61174ac53bdedd3eb4263ba)),
|
|
2515
|
+
closes [EX-6527](https://searchbroker.atlassian.net/browse/EX-6527)
|
|
2516
|
+
- **components:** add `BaseSwitch` component (#586)
|
|
2517
|
+
([31cde2d](https://github.com/empathyco/x/commit/31cde2dfb79dcc549c8662b558ef5b80529f2d01)),
|
|
2518
|
+
closes [EX-6004](https://searchbroker.atlassian.net/browse/EX-6004)
|
|
2519
|
+
|
|
2520
|
+
### Testing
|
|
2521
|
+
|
|
2522
|
+
- fix exclude-filters e2e test (#588)
|
|
2523
|
+
([51ecc52](https://github.com/empathyco/x/commit/51ecc5234b665a2320a760d485bf6da74648f902)),
|
|
2524
|
+
closes [EX-6590](https://searchbroker.atlassian.net/browse/EX-6590)
|
|
2525
|
+
|
|
2526
|
+
# Change Log
|
|
2527
|
+
|
|
2528
|
+
All notable changes to this project will be documented in this file. See
|
|
2529
|
+
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
2530
|
+
|
|
2531
|
+
## [3.0.0-alpha.123](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.122...@empathyco/x-components@3.0.0-alpha.123) (2022-07-04)
|
|
2532
|
+
|
|
2533
|
+
**Note:** Version bump only for package @empathyco/x-components
|
|
2534
|
+
|
|
2535
|
+
# Change Log
|
|
2536
|
+
|
|
2537
|
+
All notable changes to this project will be documented in this file. See
|
|
2538
|
+
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
2539
|
+
|
|
2540
|
+
## [3.0.0-alpha.122](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.121...@empathyco/x-components@3.0.0-alpha.122) (2022-06-30)
|
|
2541
|
+
|
|
2542
|
+
### Code Refactoring
|
|
2543
|
+
|
|
2544
|
+
- Move aside to its own component in Home view. (#581)
|
|
2545
|
+
([5b40994](https://github.com/empathyco/x/commit/5b40994af47c268ed10f06624ac1fdc634523a6d)),
|
|
2546
|
+
closes [EX-6525](https://searchbroker.atlassian.net/browse/EX-6525)
|
|
2547
|
+
|
|
2548
|
+
# Change Log
|
|
2549
|
+
|
|
2550
|
+
All notable changes to this project will be documented in this file. See
|
|
2551
|
+
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
2552
|
+
|
|
2553
|
+
## [3.0.0-alpha.121](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.120...@empathyco/x-components@3.0.0-alpha.121) (2022-06-29)
|
|
2554
|
+
|
|
2555
|
+
### Features
|
|
2556
|
+
|
|
2557
|
+
- **components:** add grid-4-col and update light-bulb icons (#579)
|
|
2558
|
+
([5312952](https://github.com/empathyco/x/commit/5312952c69f67525a35b77008128264eddaae206)),
|
|
2559
|
+
closes [EX-6506](https://searchbroker.atlassian.net/browse/EX-6506)
|
|
2560
|
+
|
|
2561
|
+
# Change Log
|
|
2562
|
+
|
|
2563
|
+
All notable changes to this project will be documented in this file. See
|
|
2564
|
+
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
2565
|
+
|
|
2566
|
+
## [3.0.0-alpha.120](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.119...@empathyco/x-components@3.0.0-alpha.120) (2022-06-27)
|
|
2567
|
+
|
|
2568
|
+
**Note:** Version bump only for package @empathyco/x-components
|
|
2569
|
+
|
|
2570
|
+
# Change Log
|
|
2571
|
+
|
|
2572
|
+
All notable changes to this project will be documented in this file. See
|
|
2573
|
+
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
2574
|
+
|
|
2575
|
+
## [3.0.0-alpha.119](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.118...@empathyco/x-components@3.0.0-alpha.119) (2022-06-24)
|
|
2576
|
+
|
|
2577
|
+
**Note:** Version bump only for package @empathyco/x-components
|
|
2578
|
+
|
|
2579
|
+
# Change Log
|
|
2580
|
+
|
|
2581
|
+
All notable changes to this project will be documented in this file. See
|
|
2582
|
+
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
2583
|
+
|
|
2584
|
+
## [3.0.0-alpha.118](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.117...@empathyco/x-components@3.0.0-alpha.118) (2022-06-23)
|
|
2585
|
+
|
|
2586
|
+
### Features
|
|
2587
|
+
|
|
2588
|
+
- **identifier-results:** add maxItemsToRender prop (#576)
|
|
2589
|
+
([c740b8b](https://github.com/empathyco/x/commit/c740b8b8c1a66d25eb8cc2aaa84303cb186ae8ea)),
|
|
2590
|
+
closes [EX-6414](https://searchbroker.atlassian.net/browse/EX-6414)
|
|
2591
|
+
|
|
2592
|
+
# Change Log
|
|
2593
|
+
|
|
2594
|
+
All notable changes to this project will be documented in this file. See
|
|
2595
|
+
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
2596
|
+
|
|
2597
|
+
## [3.0.0-alpha.117](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.116...@empathyco/x-components@3.0.0-alpha.117) (2022-06-23)
|
|
2598
|
+
|
|
2599
|
+
### Features
|
|
2600
|
+
|
|
2601
|
+
- **components:** add radio button icons (#574)
|
|
2602
|
+
([4432d5f](https://github.com/empathyco/x/commit/4432d5f927e5c5cac6cb7481923e32ceb6cb0499)),
|
|
2603
|
+
closes [EX-6439](https://searchbroker.atlassian.net/browse/EX-6439)
|
|
2604
|
+
|
|
2605
|
+
### Bug Fixes
|
|
2606
|
+
|
|
2607
|
+
- Remove `@empathyco/x-platform-adapter` dependency from library code. (#575)
|
|
2608
|
+
([104c7e1](https://github.com/empathyco/x/commit/104c7e10855a67b2adfa68d42d82431f9194ee15)),
|
|
2609
|
+
closes [EX-6437](https://searchbroker.atlassian.net/browse/EX-6437)
|
|
2610
|
+
|
|
2611
|
+
# Change Log
|
|
2612
|
+
|
|
2613
|
+
All notable changes to this project will be documented in this file. See
|
|
2614
|
+
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
2615
|
+
|
|
2616
|
+
## [3.0.0-alpha.116](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.115...@empathyco/x-components@3.0.0-alpha.116) (2022-06-22)
|
|
2617
|
+
|
|
2618
|
+
### Features
|
|
2619
|
+
|
|
2620
|
+
- **facets:** Add slot by Facet ModelName. (#572)
|
|
2621
|
+
([899515a](https://github.com/empathyco/x/commit/899515a1424bfab9a8d937a1feb9507917173807)),
|
|
2622
|
+
closes [EX-6433](https://searchbroker.atlassian.net/browse/EX-6433)
|
|
2623
|
+
|
|
2624
|
+
# Change Log
|
|
2625
|
+
|
|
2626
|
+
All notable changes to this project will be documented in this file. See
|
|
2627
|
+
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
2628
|
+
|
|
2629
|
+
## [3.0.0-alpha.115](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.114...@empathyco/x-components@3.0.0-alpha.115) (2022-06-21)
|
|
2630
|
+
|
|
2631
|
+
### Features
|
|
2632
|
+
|
|
2633
|
+
- remove old adapter package and use the new one (#568)
|
|
2634
|
+
([1632a59](https://github.com/empathyco/x/commit/1632a594b6905e6403c82b2189300eefd45b3691)),
|
|
2635
|
+
closes [EX-6286](https://searchbroker.atlassian.net/browse/EX-6286)
|
|
2636
|
+
|
|
2637
|
+
# Change Log
|
|
2638
|
+
|
|
2639
|
+
All notable changes to this project will be documented in this file. See
|
|
2640
|
+
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
2641
|
+
|
|
2642
|
+
## [3.0.0-alpha.114](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.113...@empathyco/x-components@3.0.0-alpha.114) (2022-06-21)
|
|
2643
|
+
|
|
2644
|
+
### Build System
|
|
2645
|
+
|
|
2646
|
+
- sync duplicated dependencies (#567)
|
|
2647
|
+
([912e968](https://github.com/empathyco/x/commit/912e9687851594871b3296a5fb26129327939d96)),
|
|
2648
|
+
closes [EX-6412](https://searchbroker.atlassian.net/browse/EX-6412)
|
|
2649
|
+
|
|
2650
|
+
# Change Log
|
|
2651
|
+
|
|
2652
|
+
All notable changes to this project will be documented in this file. See
|
|
2653
|
+
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
2654
|
+
|
|
2655
|
+
## [3.0.0-alpha.113](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.112...@empathyco/x-components@3.0.0-alpha.113) (2022-06-20)
|
|
2656
|
+
|
|
2657
|
+
### Features
|
|
2658
|
+
|
|
2659
|
+
- **adapter:** use the `x-adapter-platform` (#565)
|
|
2660
|
+
([55bccb4](https://github.com/empathyco/x/commit/55bccb4118bc0fd2468b736eb470942aaae2e4ae)),
|
|
2661
|
+
closes [EX-5936](https://searchbroker.atlassian.net/browse/EX-5936)
|
|
2662
|
+
|
|
2663
|
+
# Change Log
|
|
2664
|
+
|
|
2665
|
+
All notable changes to this project will be documented in this file. See
|
|
2666
|
+
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
2667
|
+
|
|
2668
|
+
## [3.0.0-alpha.112](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.111...@empathyco/x-components@3.0.0-alpha.112) (2022-06-17)
|
|
2669
|
+
|
|
2670
|
+
### Documentation
|
|
2671
|
+
|
|
2672
|
+
- fix broken link in x-components readme (#561)
|
|
2673
|
+
([7e3f551](https://github.com/empathyco/x/commit/7e3f551866709299e0f7d2d9e282c890dc2faa21))
|
|
2674
|
+
|
|
2675
|
+
# Change Log
|
|
2676
|
+
|
|
2677
|
+
All notable changes to this project will be documented in this file. See
|
|
2678
|
+
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
2679
|
+
|
|
2680
|
+
## [3.0.0-alpha.111](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.110...@empathyco/x-components@3.0.0-alpha.111) (2022-06-16)
|
|
2681
|
+
|
|
2682
|
+
### Features
|
|
2683
|
+
|
|
2684
|
+
- **x-plugin:** add results to `Alias API` (#545)
|
|
2685
|
+
([9993ab6](https://github.com/empathyco/x/commit/9993ab6c31f0b532a9cc12eea2f3fb18dd6fd856)),
|
|
2686
|
+
closes [EX-6324](https://searchbroker.atlassian.net/browse/EX-6324)
|
|
2687
|
+
|
|
2688
|
+
# Change Log
|
|
2689
|
+
|
|
2690
|
+
All notable changes to this project will be documented in this file. See
|
|
2691
|
+
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
2692
|
+
|
|
2693
|
+
## [3.0.0-alpha.110](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.109...@empathyco/x-components@3.0.0-alpha.110) (2022-06-16)
|
|
2694
|
+
|
|
2695
|
+
**Note:** Version bump only for package @empathyco/x-components
|
|
2696
|
+
|
|
2697
|
+
# Change Log
|
|
2698
|
+
|
|
2699
|
+
All notable changes to this project will be documented in this file. See
|
|
2700
|
+
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
2701
|
+
|
|
2702
|
+
## [3.0.0-alpha.109](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.108...@empathyco/x-components@3.0.0-alpha.109) (2022-06-13)
|
|
2703
|
+
|
|
2704
|
+
### Documentation
|
|
2705
|
+
|
|
2706
|
+
- add local storage info and data purposes
|
|
2707
|
+
([c1b0b05](https://github.com/empathyco/x/commit/c1b0b05cd9260227cb0689283ff27f34a2b01e51)),
|
|
2708
|
+
closes [EX-4123](https://searchbroker.atlassian.net/browse/EX-4123)
|
|
2709
|
+
|
|
2710
|
+
# Change Log
|
|
2711
|
+
|
|
2712
|
+
All notable changes to this project will be documented in this file. See
|
|
2713
|
+
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
2714
|
+
|
|
2715
|
+
## [3.0.0-alpha.108](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.107...@empathyco/x-components@3.0.0-alpha.108) (2022-06-09)
|
|
2716
|
+
|
|
2717
|
+
**Note:** Version bump only for package @empathyco/x-components
|
|
2718
|
+
|
|
2719
|
+
# Change Log
|
|
2720
|
+
|
|
2721
|
+
All notable changes to this project will be documented in this file. See
|
|
2722
|
+
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
2723
|
+
|
|
2724
|
+
## [3.0.0-alpha.107](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.106...@empathyco/x-components@3.0.0-alpha.107) (2022-06-09)
|
|
2725
|
+
|
|
2726
|
+
**Note:** Version bump only for package @empathyco/x-components
|
|
2727
|
+
|
|
2728
|
+
# Change Log
|
|
2729
|
+
|
|
2730
|
+
All notable changes to this project will be documented in this file. See
|
|
2731
|
+
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
2732
|
+
|
|
2733
|
+
## [3.0.0-alpha.106](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.105...@empathyco/x-components@3.0.0-alpha.106) (2022-06-09)
|
|
2734
|
+
|
|
2735
|
+
**Note:** Version bump only for package @empathyco/x-components
|
|
2736
|
+
|
|
2737
|
+
# Change Log
|
|
2738
|
+
|
|
2739
|
+
All notable changes to this project will be documented in this file. See
|
|
2740
|
+
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
2741
|
+
|
|
2742
|
+
## [3.0.0-alpha.105](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.104...@empathyco/x-components@3.0.0-alpha.105) (2022-06-08)
|
|
2743
|
+
|
|
2744
|
+
**Note:** Version bump only for package @empathyco/x-components
|
|
2745
|
+
|
|
2746
|
+
# Change Log
|
|
2747
|
+
|
|
2748
|
+
All notable changes to this project will be documented in this file. See
|
|
2749
|
+
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
2750
|
+
|
|
2751
|
+
## [3.0.0-alpha.104](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.103...@empathyco/x-components@3.0.0-alpha.104) (2022-06-07)
|
|
2752
|
+
|
|
2753
|
+
### Features
|
|
2754
|
+
|
|
2755
|
+
- fix rest of warnings for accessibility
|
|
2756
|
+
([553d5ba](https://github.com/empathyco/x/commit/553d5bac9256871e69de2c3b87dfc99a993d0f1f)),
|
|
2757
|
+
closes [EX-6149](https://searchbroker.atlassian.net/browse/EX-6149)
|
|
2758
|
+
|
|
2759
|
+
# Change Log
|
|
2760
|
+
|
|
2761
|
+
All notable changes to this project will be documented in this file. See
|
|
2762
|
+
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
2763
|
+
|
|
2764
|
+
## [3.0.0-alpha.103](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.102...@empathyco/x-components@3.0.0-alpha.103) (2022-05-25)
|
|
2765
|
+
|
|
2766
|
+
### Documentation
|
|
2767
|
+
|
|
2768
|
+
- fix links and minor typos
|
|
2769
|
+
([e0197d5](https://github.com/empathyco/x/commit/e0197d5bff978048aed39dff5878d60682b7aa9f)),
|
|
2770
|
+
closes [EX-6125](https://searchbroker.atlassian.net/browse/EX-6125)
|
|
2771
|
+
|
|
2772
|
+
# Change Log
|
|
2773
|
+
|
|
2774
|
+
All notable changes to this project will be documented in this file. See
|
|
2775
|
+
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
2776
|
+
|
|
2777
|
+
## [3.0.0-alpha.102](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.101...@empathyco/x-components@3.0.0-alpha.102) (2022-05-19)
|
|
2778
|
+
|
|
2779
|
+
### Features
|
|
2780
|
+
|
|
2781
|
+
- **facets:** add `PreselectedFilters` component
|
|
2782
|
+
([5496d78](https://github.com/empathyco/x/commit/5496d7868c77d8b9211fd532bf964770da1d6a3c)),
|
|
2783
|
+
closes [EX-6023](https://searchbroker.atlassian.net/browse/EX-6023)
|
|
2784
|
+
|
|
2785
|
+
# Change Log
|
|
2786
|
+
|
|
2787
|
+
All notable changes to this project will be documented in this file. See
|
|
2788
|
+
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
2789
|
+
|
|
2790
|
+
## [3.0.0-alpha.101](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.100...@empathyco/x-components@3.0.0-alpha.101) (2022-05-18)
|
|
2791
|
+
|
|
2792
|
+
### Bug Fixes
|
|
2793
|
+
|
|
2794
|
+
- **related-tags:** related tags are now kept when navigating back
|
|
2795
|
+
([db9f875](https://github.com/empathyco/x/commit/db9f87560000bca05ad3fe06fc449e170c3b9d08)),
|
|
2796
|
+
closes [EX-6131](https://searchbroker.atlassian.net/browse/EX-6131)
|
|
2797
|
+
|
|
2798
|
+
# Change Log
|
|
2799
|
+
|
|
2800
|
+
All notable changes to this project will be documented in this file. See
|
|
2801
|
+
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
2802
|
+
|
|
2803
|
+
## [3.0.0-alpha.100](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.99...@empathyco/x-components@3.0.0-alpha.100) (2022-05-17)
|
|
2804
|
+
|
|
2805
|
+
### Bug Fixes
|
|
2806
|
+
|
|
2807
|
+
- **build:** supports being built on Windows based machines
|
|
2808
|
+
([6e760fa](https://github.com/empathyco/x/commit/6e760fab8d39162897574abab95884cadd6252b8))
|
|
2809
|
+
|
|
2810
|
+
# Change Log
|
|
2811
|
+
|
|
2812
|
+
All notable changes to this project will be documented in this file. See
|
|
2813
|
+
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
2814
|
+
|
|
2815
|
+
## [3.0.0-alpha.99](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.98...@empathyco/x-components@3.0.0-alpha.99) (2022-05-17)
|
|
2816
|
+
|
|
2817
|
+
### Bug Fixes
|
|
2818
|
+
|
|
2819
|
+
- **url:** a `query` is required to store params in the `URL`
|
|
2820
|
+
([b105da3](https://github.com/empathyco/x/commit/b105da33b35aaa1e3796790d0ec88c74caf856e5)),
|
|
2821
|
+
closes [EX-6134](https://searchbroker.atlassian.net/browse/EX-6134)
|
|
2822
|
+
|
|
2823
|
+
# Change Log
|
|
2824
|
+
|
|
2825
|
+
All notable changes to this project will be documented in this file. See
|
|
2826
|
+
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
2827
|
+
|
|
2828
|
+
## [3.0.0-alpha.98](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.97...@empathyco/x-components@3.0.0-alpha.98) (2022-05-13)
|
|
2829
|
+
|
|
2830
|
+
### Features
|
|
2831
|
+
|
|
2832
|
+
- fix form label warnings
|
|
2833
|
+
([2437b09](https://github.com/empathyco/x/commit/2437b096ca1ddb9b97c3207e338b9fb587bc3ea7)),
|
|
2834
|
+
closes [EX-6025](https://searchbroker.atlassian.net/browse/EX-6025)
|
|
2835
|
+
|
|
2836
|
+
# Change Log
|
|
2837
|
+
|
|
2838
|
+
All notable changes to this project will be documented in this file. See
|
|
2839
|
+
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
2840
|
+
|
|
2841
|
+
## [3.0.0-alpha.97](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.96...@empathyco/x-components@3.0.0-alpha.97) (2022-05-13)
|
|
2842
|
+
|
|
2843
|
+
### Features
|
|
2844
|
+
|
|
2845
|
+
- move `response` types to `@empathyco/x-types`
|
|
2846
|
+
([77fb812](https://github.com/empathyco/x/commit/77fb812b77fe0c84462a4b5b2eb7f0439e2d8061)),
|
|
2847
|
+
closes [EX-6092](https://searchbroker.atlassian.net/browse/EX-6092)
|
|
2848
|
+
|
|
2849
|
+
# Change Log
|
|
2850
|
+
|
|
2851
|
+
All notable changes to this project will be documented in this file. See
|
|
2852
|
+
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
2853
|
+
|
|
2854
|
+
## [3.0.0-alpha.96](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.95...@empathyco/x-components@3.0.0-alpha.96) (2022-05-13)
|
|
2855
|
+
|
|
2856
|
+
### ⚠ BREAKING CHANGES
|
|
2857
|
+
|
|
2858
|
+
- **facets:** Renamed method `registerFilterModifier` in `FilterEntityFactory` to
|
|
2859
|
+
`registerModifierByFacetId`.
|
|
2860
|
+
- **facets:** Changed `modifiers` parameter of `registerFilterModifier` in `FilterEntityFactory`
|
|
2861
|
+
from a single array in favour of rest parameters.
|
|
2862
|
+
|
|
2863
|
+
### Features
|
|
2864
|
+
|
|
2865
|
+
- **facets:** add `registerModifierByFilterModelName`
|
|
2866
|
+
([36956a1](https://github.com/empathyco/x/commit/36956a13b33cc5430381d33ac53cd33b706136da)),
|
|
2867
|
+
closes [EX-6106](https://searchbroker.atlassian.net/browse/EX-6106)
|
|
2868
|
+
|
|
2869
|
+
# Change Log
|
|
2870
|
+
|
|
2871
|
+
All notable changes to this project will be documented in this file. See
|
|
2872
|
+
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
2873
|
+
|
|
2874
|
+
## [3.0.0-alpha.95](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.94...@empathyco/x-components@3.0.0-alpha.95) (2022-05-11)
|
|
2875
|
+
|
|
2876
|
+
### ⚠ BREAKING CHANGES
|
|
2877
|
+
|
|
2878
|
+
- Request types moved to `x-types` package. Change the imports from `x-adapter` to `x-type`.
|
|
2879
|
+
- Removed `TaggingInfo` type. Use `TaggingRequest` from `@empathyco/x-types` instead.
|
|
2880
|
+
|
|
2881
|
+
### Features
|
|
2882
|
+
|
|
2883
|
+
- move `Request` types to `x-types` package
|
|
2884
|
+
([7cc85c1](https://github.com/empathyco/x/commit/7cc85c1d371b604b3188d8cc2076eab5fc9460e4)),
|
|
2885
|
+
closes [EX-6066](https://searchbroker.atlassian.net/browse/EX-6066)
|
|
2886
|
+
|
|
2887
|
+
# Change Log
|
|
2888
|
+
|
|
2889
|
+
All notable changes to this project will be documented in this file. See
|
|
2890
|
+
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
2891
|
+
|
|
2892
|
+
## [3.0.0-alpha.94](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.93...@empathyco/x-components@3.0.0-alpha.94) (2022-05-09)
|
|
2893
|
+
|
|
2894
|
+
**Note:** Version bump only for package @empathyco/x-components
|
|
2895
|
+
|
|
2896
|
+
# Change Log
|
|
2897
|
+
|
|
2898
|
+
All notable changes to this project will be documented in this file. See
|
|
2899
|
+
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
2900
|
+
|
|
2901
|
+
## [3.0.0-alpha.93](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.92...@empathyco/x-components@3.0.0-alpha.93) (2022-05-06)
|
|
2902
|
+
|
|
2903
|
+
**Note:** Version bump only for package @empathyco/x-components
|
|
2904
|
+
|
|
2905
|
+
# Change Log
|
|
2906
|
+
|
|
2907
|
+
All notable changes to this project will be documented in this file. See
|
|
2908
|
+
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
2909
|
+
|
|
2910
|
+
## [3.0.0-alpha.92](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.91...@empathyco/x-components@3.0.0-alpha.92) (2022-05-05)
|
|
2911
|
+
|
|
2912
|
+
### Features
|
|
2913
|
+
|
|
2914
|
+
- **facets:** expose `clickEvents` as a `prop` in filters components using a `RenderlessFilter`
|
|
2915
|
+
([013d83d](https://github.com/empathyco/x/commit/013d83d93ac734a1365bbf98a19ae15dc2f1a64b)),
|
|
2916
|
+
closes [EX-5986](https://searchbroker.atlassian.net/browse/EX-5986)
|
|
2917
|
+
|
|
2918
|
+
# Change Log
|
|
2919
|
+
|
|
2920
|
+
All notable changes to this project will be documented in this file. See
|
|
2921
|
+
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
2922
|
+
|
|
2923
|
+
## [3.0.0-alpha.91](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.90...@empathyco/x-components@3.0.0-alpha.91) (2022-05-04)
|
|
2924
|
+
|
|
2925
|
+
### Features
|
|
2926
|
+
|
|
2927
|
+
- add `alt-text` accessibility
|
|
2928
|
+
([da5a10a](https://github.com/empathyco/x/commit/da5a10a236aae5fae96943fe0ad54849df15e7f5)),
|
|
2929
|
+
closes [EX-5930](https://searchbroker.atlassian.net/browse/EX-5930)
|
|
2930
|
+
|
|
2931
|
+
# Change Log
|
|
2932
|
+
|
|
2933
|
+
All notable changes to this project will be documented in this file. See
|
|
2934
|
+
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
2935
|
+
|
|
2936
|
+
## [3.0.0-alpha.90](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.89...@empathyco/x-components@3.0.0-alpha.90) (2022-05-03)
|
|
2937
|
+
|
|
2938
|
+
### Features
|
|
2939
|
+
|
|
2940
|
+
- **history-queries:** add `MyHistory` component
|
|
2941
|
+
([9929212](https://github.com/empathyco/x/commit/992921275edcca7a6c14ab6dfeaa2dbacae6a5e8)),
|
|
2942
|
+
closes [EX-5703](https://searchbroker.atlassian.net/browse/EX-5703)
|
|
2943
|
+
|
|
2944
|
+
# Change Log
|
|
2945
|
+
|
|
2946
|
+
All notable changes to this project will be documented in this file. See
|
|
2947
|
+
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
2948
|
+
|
|
2949
|
+
## [3.0.0-alpha.89](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.88...@empathyco/x-components@3.0.0-alpha.89) (2022-04-29)
|
|
2950
|
+
|
|
2951
|
+
### Build System
|
|
2952
|
+
|
|
2953
|
+
- **deps:** update eslint-plugin dependencies (#447)
|
|
2954
|
+
([51d60f0](https://github.com/empathyco/x/commit/51d60f0e11fa9667a784bbdb10ba1f39159b382f)),
|
|
2955
|
+
closes [EX-5383](https://searchbroker.atlassian.net/browse/EX-5383)
|
|
2956
|
+
|
|
2957
|
+
# Change Log
|
|
2958
|
+
|
|
2959
|
+
All notable changes to this project will be documented in this file. See
|
|
2960
|
+
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
2961
|
+
|
|
2962
|
+
## [3.0.0-alpha.88](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.87...@empathyco/x-components@3.0.0-alpha.88) (2022-04-29)
|
|
2963
|
+
|
|
2964
|
+
**Note:** Version bump only for package @empathyco/x-components
|
|
2965
|
+
|
|
2966
|
+
# Change Log
|
|
2967
|
+
|
|
2968
|
+
All notable changes to this project will be documented in this file. See
|
|
2969
|
+
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
2970
|
+
|
|
2971
|
+
## [3.0.0-alpha.86](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.85...@empathyco/x-components@3.0.0-alpha.86) (2022-04-19)
|
|
2972
|
+
|
|
2973
|
+
### Features
|
|
2974
|
+
|
|
2975
|
+
- **eslint:** add `vuejs-accessibility` plugin (#427)
|
|
2976
|
+
([6789771](https://github.com/empathyco/x/commit/6789771ab88a909552da74095694a4c2a191a51d)),
|
|
2977
|
+
closes [EX-5845](https://searchbroker.atlassian.net/browse/EX-5845)
|
|
2978
|
+
|
|
2979
|
+
# Change Log
|
|
2980
|
+
|
|
2981
|
+
All notable changes to this project will be documented in this file. See
|
|
2982
|
+
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
2983
|
+
|
|
2984
|
+
## [3.0.0-alpha.85](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.84...@empathyco/x-components@3.0.0-alpha.85) (2022-04-14)
|
|
2985
|
+
|
|
2986
|
+
### Features
|
|
2987
|
+
|
|
2988
|
+
- extract SessionService to x-utils package
|
|
2989
|
+
([5268808](https://github.com/empathyco/x/commit/52688087e577dfd7ce9b0669b21ada75ae67053c))
|
|
2990
|
+
|
|
2991
|
+
# Change Log
|
|
2992
|
+
|
|
2993
|
+
All notable changes to this project will be documented in this file. See
|
|
2994
|
+
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
2995
|
+
|
|
2996
|
+
## [3.0.0-alpha.84](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.83...@empathyco/x-components@3.0.0-alpha.84) (2022-04-07)
|
|
2997
|
+
|
|
2998
|
+
**Note:** Version bump only for package @empathyco/x-components
|
|
2999
|
+
|
|
3000
|
+
# Change Log
|
|
3001
|
+
|
|
3002
|
+
All notable changes to this project will be documented in this file. See
|
|
3003
|
+
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
3004
|
+
|
|
3005
|
+
## [3.0.0-alpha.83](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.82...@empathyco/x-components@3.0.0-alpha.83) (2022-04-07)
|
|
3006
|
+
|
|
3007
|
+
### Code Refactoring
|
|
3008
|
+
|
|
3009
|
+
- move DeepPartial type from x-components to x-utils
|
|
3010
|
+
([a26f0c5](https://github.com/empathyco/x/commit/a26f0c54317f17144b4262c60b0a0dc086883eb9)),
|
|
3011
|
+
closes [EX-5835](https://searchbroker.atlassian.net/browse/EX-5835)
|
|
3012
|
+
|
|
3013
|
+
### Documentation
|
|
3014
|
+
|
|
3015
|
+
- activating ready live-examples
|
|
3016
|
+
([953e6c2](https://github.com/empathyco/x/commit/953e6c2ead73cd464fbb861bcc917134eac478a1)),
|
|
3017
|
+
closes [EX-5705](https://searchbroker.atlassian.net/browse/EX-5705)
|
|
3018
|
+
|
|
3019
|
+
# Change Log
|
|
3020
|
+
|
|
3021
|
+
All notable changes to this project will be documented in this file. See
|
|
3022
|
+
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
3023
|
+
|
|
3024
|
+
## [3.0.0-alpha.82](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.81...@empathyco/x-components@3.0.0-alpha.82) (2022-04-05)
|
|
3025
|
+
|
|
3026
|
+
**Note:** Version bump only for package @empathyco/x-components
|
|
3027
|
+
|
|
3028
|
+
# Change Log
|
|
3029
|
+
|
|
3030
|
+
All notable changes to this project will be documented in this file. See
|
|
3031
|
+
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
3032
|
+
|
|
3033
|
+
## [3.0.0-alpha.81](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.80...@empathyco/x-components@3.0.0-alpha.81) (2022-04-05)
|
|
3034
|
+
|
|
3035
|
+
**Note:** Version bump only for package @empathyco/x-components
|
|
3036
|
+
|
|
3037
|
+
# Change Log
|
|
3038
|
+
|
|
3039
|
+
All notable changes to this project will be documented in this file. See
|
|
3040
|
+
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
3041
|
+
|
|
3042
|
+
## [3.0.0-alpha.80](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.79...@empathyco/x-components@3.0.0-alpha.80) (2022-04-04)
|
|
3043
|
+
|
|
3044
|
+
### Testing
|
|
3045
|
+
|
|
3046
|
+
- Restructure files for non global step def (#382)
|
|
3047
|
+
([d212692](https://github.com/empathyco/x/commit/d21269273e87e58312fde996fd9be3e5883958b4)),
|
|
3048
|
+
closes [EX-5739](https://searchbroker.atlassian.net/browse/EX-5739)
|
|
3049
|
+
[EX-5739](https://searchbroker.atlassian.net/browse/EX-5739)
|
|
3050
|
+
[EX-5739](https://searchbroker.atlassian.net/browse/EX-5739)
|
|
3051
|
+
|
|
3052
|
+
# Change Log
|
|
3053
|
+
|
|
3054
|
+
All notable changes to this project will be documented in this file. See
|
|
3055
|
+
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
3056
|
+
|
|
3057
|
+
## [3.0.0-alpha.79](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.78...@empathyco/x-components@3.0.0-alpha.79) (2022-04-04)
|
|
3058
|
+
|
|
3059
|
+
### Build System
|
|
3060
|
+
|
|
3061
|
+
- **deps:** Upgrade Cypress and Vue Cli plugins versions. (#399)
|
|
3062
|
+
([630d6b0](https://github.com/empathyco/x/commit/630d6b0d767a3484140ecd252e2be10817e0900d)),
|
|
3063
|
+
closes [EX-5417](https://searchbroker.atlassian.net/browse/EX-5417)
|
|
3064
|
+
|
|
3065
|
+
# Change Log
|
|
3066
|
+
|
|
3067
|
+
All notable changes to this project will be documented in this file. See
|
|
3068
|
+
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
3069
|
+
|
|
3070
|
+
## [3.0.0-alpha.78](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.77...@empathyco/x-components@3.0.0-alpha.78) (2022-04-04)
|
|
3071
|
+
|
|
3072
|
+
**Note:** Version bump only for package @empathyco/x-components
|
|
3073
|
+
|
|
3074
|
+
# Change Log
|
|
3075
|
+
|
|
3076
|
+
All notable changes to this project will be documented in this file. See
|
|
3077
|
+
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
3078
|
+
|
|
3079
|
+
## [3.0.0-alpha.77](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.76...@empathyco/x-components@3.0.0-alpha.77) (2022-04-01)
|
|
3080
|
+
|
|
3081
|
+
### Code Refactoring
|
|
3082
|
+
|
|
3083
|
+
- move `object` utils from `x-components` to `x-utils`
|
|
3084
|
+
([512b350](https://github.com/empathyco/x/commit/512b350da4a3dd73ddbd78a7b2965a1e07735a8e)),
|
|
3085
|
+
closes [EX-5793](https://searchbroker.atlassian.net/browse/EX-5793)
|
|
3086
|
+
|
|
3087
|
+
# Change Log
|
|
3088
|
+
|
|
3089
|
+
All notable changes to this project will be documented in this file. See
|
|
3090
|
+
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
3091
|
+
|
|
3092
|
+
## [3.0.0-alpha.76](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.75...@empathyco/x-components@3.0.0-alpha.76) (2022-04-01)
|
|
3093
|
+
|
|
3094
|
+
### Code Refactoring
|
|
3095
|
+
|
|
3096
|
+
- move `NonPrimitive`, `Primitive` and `AnyFunction` types from `x-components` to `x-utils`
|
|
3097
|
+
([7efe460](https://github.com/empathyco/x/commit/7efe4605303492e2de6f42d844f1c3244e0bcef1)),
|
|
3098
|
+
closes [EX-5792](https://searchbroker.atlassian.net/browse/EX-5792)
|
|
3099
|
+
|
|
3100
|
+
### Documentation
|
|
3101
|
+
|
|
3102
|
+
- fix links and update repository information and development setup for `x-components` (#394)
|
|
3103
|
+
([64d2118](https://github.com/empathyco/x/commit/64d2118f95673048df7e1a791ec3ae26da316ec9))
|
|
3104
|
+
|
|
3105
|
+
# Change Log
|
|
3106
|
+
|
|
3107
|
+
All notable changes to this project will be documented in this file. See
|
|
3108
|
+
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
3109
|
+
|
|
3110
|
+
## [3.0.0-alpha.75](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.74...@empathyco/x-components@3.0.0-alpha.75) (2022-03-31)
|
|
3111
|
+
|
|
3112
|
+
**Note:** Version bump only for package @empathyco/x-components
|
|
3113
|
+
|
|
3114
|
+
## [3.0.0-alpha.74](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.73...@empathyco/x-components@3.0.0-alpha.74) (2022-03-31)
|
|
3115
|
+
|
|
3116
|
+
### Bug Fixes
|
|
3117
|
+
|
|
3118
|
+
- **base-currency:** format preference goes prop to be injected by default
|
|
3119
|
+
([29d5e8d](https://github.com/empathyco/x/commit/29d5e8d576019504ef642af6119c764292f44c51)),
|
|
3120
|
+
closes [EX-5649](https://searchbroker.atlassian.net/browse/EX-5649)
|
|
3121
|
+
|
|
3122
|
+
# Change Log
|
|
3123
|
+
|
|
3124
|
+
All notable changes to this project will be documented in this file. See
|
|
3125
|
+
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
3126
|
+
|
|
3127
|
+
## [3.0.0-alpha.73](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.72...@empathyco/x-components@3.0.0-alpha.73) (2022-03-24)
|
|
3128
|
+
|
|
3129
|
+
### Features
|
|
3130
|
+
|
|
3131
|
+
- **history-queries:** add toggle to enable/disable the history queries
|
|
3132
|
+
([655b55a](https://github.com/empathyco/x/commit/655b55a3f10788073a842d18f7849634e5f94376)),
|
|
3133
|
+
closes [EX-5600](https://searchbroker.atlassian.net/browse/EX-5600)
|
|
3134
|
+
|
|
3135
|
+
## [3.0.0-alpha.72](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.71...@empathyco/x-components@3.0.0-alpha.72) (2022-03-23)
|
|
3136
|
+
|
|
3137
|
+
### Documentation
|
|
3138
|
+
|
|
3139
|
+
- Update documentation to differentiate integration from development
|
|
3140
|
+
([fc8d9fa](https://github.com/empathyco/x/commit/fc8d9faa57faafee90c0f4da159b6040294c099c)),
|
|
3141
|
+
closes [EX-5608](https://searchbroker.atlassian.net/browse/EX-5608)
|
|
3142
|
+
|
|
3143
|
+
## [3.0.0-alpha.71](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.70...@empathyco/x-components@3.0.0-alpha.71) (2022-03-23)
|
|
3144
|
+
|
|
3145
|
+
### Testing
|
|
3146
|
+
|
|
3147
|
+
- E2E tests maintenance (#371) [[EX-5618](https://searchbroker.atlassian.net/browse/EX-5618)]
|
|
3148
|
+
([e12ca33](https://github.com/empathyco/x/commit/e12ca335235c654f5e1e9ae608950bf527954448))
|
|
3149
|
+
|
|
3150
|
+
## [3.0.0-alpha.70](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.69...@empathyco/x-components@3.0.0-alpha.70) (2022-03-21)
|
|
3151
|
+
|
|
3152
|
+
**Note:** Version bump only for package @empathyco/x-components
|
|
3153
|
+
|
|
3154
|
+
## [3.0.0-alpha.69](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.68...@empathyco/x-components@3.0.0-alpha.69) (2022-03-18)
|
|
3155
|
+
|
|
3156
|
+
### Features
|
|
3157
|
+
|
|
3158
|
+
- **history-queries:** add `my-history` component
|
|
3159
|
+
([a7de7f2](https://github.com/empathyco/x/commit/a7de7f297251bf4290787e362f46b2ab3ec6a428)),
|
|
3160
|
+
closes [EX-3582](https://searchbroker.atlassian.net/browse/EX-3582)
|
|
3161
|
+
|
|
3162
|
+
## [3.0.0-alpha.68](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.67...@empathyco/x-components@3.0.0-alpha.68) (2022-03-16)
|
|
3163
|
+
|
|
3164
|
+
### Bug Fixes
|
|
3165
|
+
|
|
3166
|
+
- prevent node-ipc vulnerability
|
|
3167
|
+
([fc8b83c](https://github.com/empathyco/x/commit/fc8b83ce73bdbd7148ce99ad3a95d7a7658bd8ba))
|
|
3168
|
+
|
|
3169
|
+
## [3.0.0-alpha.67](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.66...@empathyco/x-components@3.0.0-alpha.67) (2022-03-11)
|
|
3170
|
+
|
|
3171
|
+
### ⚠ BREAKING CHANGES
|
|
3172
|
+
|
|
3173
|
+
- Remove `selected` and `previous` logic from related tags.
|
|
3174
|
+
- Remove `EmpathyRequestRelatedTagsQueryMapper`.
|
|
3175
|
+
|
|
3176
|
+
### Features
|
|
3177
|
+
|
|
3178
|
+
- move related tags concatenation logic (#365)
|
|
3179
|
+
([4e71797](https://github.com/empathyco/x/commit/4e717970198f67018a9b66ed6e47f511ecef4c62)),
|
|
3180
|
+
closes [EX-5410](https://searchbroker.atlassian.net/browse/EX-5410)
|
|
3181
|
+
|
|
3182
|
+
## [3.0.0-alpha.66](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.65...@empathyco/x-components@3.0.0-alpha.66) (2022-03-09)
|
|
3183
|
+
|
|
3184
|
+
### Testing
|
|
3185
|
+
|
|
3186
|
+
- **e2e:** Fix E2E tests in Firefox
|
|
3187
|
+
([6d25577](https://github.com/empathyco/x/commit/6d25577ad383e6e82a3072eb22809872dc0dc865)),
|
|
3188
|
+
closes [EX-5525](https://searchbroker.atlassian.net/browse/EX-5525)
|
|
3189
|
+
|
|
3190
|
+
## [3.0.0-alpha.65](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.64...@empathyco/x-components@3.0.0-alpha.65) (2022-03-08)
|
|
3191
|
+
|
|
3192
|
+
### Features
|
|
3193
|
+
|
|
3194
|
+
- update typescript
|
|
3195
|
+
([73edca6](https://github.com/empathyco/x/commit/73edca61c1cea39d82a7ab94bc18c8bff94c138c)),
|
|
3196
|
+
closes [EX-5367](https://searchbroker.atlassian.net/browse/EX-5367)
|
|
3197
|
+
|
|
3198
|
+
## [3.0.0-alpha.64](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.63...@empathyco/x-components@3.0.0-alpha.64) (2022-03-03)
|
|
3199
|
+
|
|
3200
|
+
### Features
|
|
3201
|
+
|
|
3202
|
+
- Add `setSnippetConfig` function to the `X` API
|
|
3203
|
+
([8c53cc7](https://github.com/empathyco/x/commit/8c53cc74cdd95e1a8ef3aa8167206cd81685d1e7)),
|
|
3204
|
+
closes [EX-5384](https://searchbroker.atlassian.net/browse/EX-5384)
|
|
3205
|
+
|
|
3206
|
+
## [3.0.0-alpha.63](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.62...@empathyco/x-components@3.0.0-alpha.63) (2022-03-01)
|
|
3207
|
+
|
|
3208
|
+
### Build System
|
|
3209
|
+
|
|
3210
|
+
- remove `polyfills` support
|
|
3211
|
+
([a06fcf3](https://github.com/empathyco/x/commit/a06fcf333b06a4d26c32304127f02125d101a0fd)),
|
|
3212
|
+
closes [EX-3559](https://searchbroker.atlassian.net/browse/EX-3559)
|
|
3213
|
+
|
|
3214
|
+
## [3.0.0-alpha.62](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.61...@empathyco/x-components@3.0.0-alpha.62) (2022-02-28)
|
|
3215
|
+
|
|
3216
|
+
**Note:** Version bump only for package @empathyco/x-components
|
|
3217
|
+
|
|
3218
|
+
## [3.0.0-alpha.61](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.60...@empathyco/x-components@3.0.0-alpha.61) (2022-02-24)
|
|
3219
|
+
|
|
3220
|
+
### Testing
|
|
3221
|
+
|
|
3222
|
+
- **e2e:** add `extra-params` scenarios
|
|
3223
|
+
([4275c28](https://github.com/empathyco/x/commit/4275c2811ea7b0eaaf588fa4d96a7ae3cf4c43c7)),
|
|
3224
|
+
closes [EX-5377](https://searchbroker.atlassian.net/browse/EX-5377)
|
|
3225
|
+
|
|
3226
|
+
## [3.0.0-alpha.60](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.59...@empathyco/x-components@3.0.0-alpha.60) (2022-02-24)
|
|
3227
|
+
|
|
3228
|
+
### Features
|
|
3229
|
+
|
|
3230
|
+
- **facets:** add facets mixin to share logic between components
|
|
3231
|
+
([c8a9046](https://github.com/empathyco/x/commit/c8a904612213cd12040dd6fa1348f6c9a7726eda)),
|
|
3232
|
+
closes [EX-2899](https://searchbroker.atlassian.net/browse/EX-2899)
|
|
3233
|
+
|
|
3234
|
+
### Testing
|
|
3235
|
+
|
|
3236
|
+
- **e2e:** fix `tagging` using the `mockedAdapter` and replacing `fetch` for `sendBeacon`
|
|
3237
|
+
([cf06d2f](https://github.com/empathyco/x/commit/cf06d2f7e9aff3987bc14fa46cd65eace402e612)),
|
|
3238
|
+
closes [EX-5374](https://searchbroker.atlassian.net/browse/EX-5374)
|
|
3239
|
+
|
|
3240
|
+
## [3.0.0-alpha.59](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.58...@empathyco/x-components@3.0.0-alpha.59) (2022-02-17)
|
|
3241
|
+
|
|
3242
|
+
### Features
|
|
3243
|
+
|
|
3244
|
+
- **design-system:** add `curated` modifier to the `suggestion`
|
|
3245
|
+
([dd229fd](https://github.com/empathyco/x/commit/dd229fd3d64840ed3041bec618a1a23e3726430d)),
|
|
3246
|
+
closes [EX-5290](https://searchbroker.atlassian.net/browse/EX-5290)
|
|
3247
|
+
|
|
3248
|
+
## [3.0.0-alpha.58](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.57...@empathyco/x-components@3.0.0-alpha.58) (2022-02-16)
|
|
3249
|
+
|
|
3250
|
+
### Features
|
|
3251
|
+
|
|
3252
|
+
- **scroll:** add scroll data state to the alias API
|
|
3253
|
+
([7f5642c](https://github.com/empathyco/x/commit/7f5642cf5e60fe96a22c8fe9897c9ba73cbede55)),
|
|
3254
|
+
closes [EX-5249](https://searchbroker.atlassian.net/browse/EX-5249)
|
|
3255
|
+
|
|
3256
|
+
## [3.0.0-alpha.57](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.56...@empathyco/x-components@3.0.0-alpha.57) (2022-02-16)
|
|
3257
|
+
|
|
3258
|
+
### Bug Fixes
|
|
3259
|
+
|
|
3260
|
+
- **build:** Fix build side effects to include css.
|
|
3261
|
+
([f79d7b9](https://github.com/empathyco/x/commit/f79d7b9e738485e14ac8f88b343a97d8f55c51e6)),
|
|
3262
|
+
closes [EX-5396](https://searchbroker.atlassian.net/browse/EX-5396)
|
|
3263
|
+
|
|
3264
|
+
## [3.0.0-alpha.56](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.55...@empathyco/x-components@3.0.0-alpha.56) (2022-02-15)
|
|
3265
|
+
|
|
3266
|
+
### Bug Fixes
|
|
3267
|
+
|
|
3268
|
+
- **decorators:** pending `debounced` execution is cancelled when the component is destroyed
|
|
3269
|
+
([27da789](https://github.com/empathyco/x/commit/27da789412804f3f768d07e8ffd846ea2df8553e)),
|
|
3270
|
+
closes [EX-5215](https://searchbroker.atlassian.net/browse/EX-5215)
|
|
3271
|
+
|
|
3272
|
+
## [3.0.0-alpha.55](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.54...@empathyco/x-components@3.0.0-alpha.55) (2022-02-10)
|
|
3273
|
+
|
|
3274
|
+
**Note:** Version bump only for package @empathyco/x-components
|
|
3275
|
+
|
|
3276
|
+
## [3.0.0-alpha.54](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.53...@empathyco/x-components@3.0.0-alpha.54) (2022-02-09)
|
|
3277
|
+
|
|
3278
|
+
### ⚠ BREAKING CHANGES
|
|
3279
|
+
|
|
3280
|
+
- **components:** Removed `CollapseFromTop` Animation. Use `animateScale()` instead.
|
|
3281
|
+
- **components:** Removed `TranslateFromLeft` and `TranslateFromRight` components. Use
|
|
3282
|
+
`animateTranslate('left')` and `animateTranslate('right')` instead.
|
|
3283
|
+
|
|
3284
|
+
### Features
|
|
3285
|
+
|
|
3286
|
+
- **components:** created abstract factory for animations
|
|
3287
|
+
([a6120c1](https://github.com/empathyco/x/commit/a6120c135f93e5993f8d41b2b823085a2bf3d291)),
|
|
3288
|
+
closes [EX-5355](https://searchbroker.atlassian.net/browse/EX-5355)
|
|
3289
|
+
|
|
3290
|
+
## [3.0.0-alpha.53](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.52...@empathyco/x-components@3.0.0-alpha.53) (2022-02-08)
|
|
3291
|
+
|
|
3292
|
+
### Continuous Integration
|
|
3293
|
+
|
|
3294
|
+
- update rollup and plugins version
|
|
3295
|
+
([d240f3d](https://github.com/empathyco/x/commit/d240f3de8bc3e226d0bd8ac2d9bd4282cc660b86)),
|
|
3296
|
+
closes [EX-5342](https://searchbroker.atlassian.net/browse/EX-5342)
|
|
3297
|
+
|
|
3298
|
+
## [3.0.0-alpha.52](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.51...@empathyco/x-components@3.0.0-alpha.52) (2022-02-07)
|
|
3299
|
+
|
|
3300
|
+
### Documentation
|
|
3301
|
+
|
|
3302
|
+
- fix multiple broken links
|
|
3303
|
+
([226a2e5](https://github.com/empathyco/x/commit/226a2e54a4ed8832c7c47d26254e85c301913d98)),
|
|
3304
|
+
closes [EX-5035](https://searchbroker.atlassian.net/browse/EX-5035)
|
|
3305
|
+
|
|
3306
|
+
## [3.0.0-alpha.51](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.50...@empathyco/x-components@3.0.0-alpha.51) (2022-02-04)
|
|
3307
|
+
|
|
3308
|
+
### Code Refactoring
|
|
3309
|
+
|
|
3310
|
+
- change to the top of the wiring the ParamsLoadedFromUrl event.
|
|
3311
|
+
([26634c8](https://github.com/empathyco/x/commit/26634c8010bc4d2e795caceefc622c6329fad72c)),
|
|
3312
|
+
closes [EX-5327](https://searchbroker.atlassian.net/browse/EX-5327)
|
|
3313
|
+
|
|
3314
|
+
## [3.0.0-alpha.50](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.49...@empathyco/x-components@3.0.0-alpha.50) (2022-02-04)
|
|
3315
|
+
|
|
3316
|
+
### Features
|
|
3317
|
+
|
|
3318
|
+
- **design-system:** change curated tag toke values to reuse default ones.
|
|
3319
|
+
([2fd261a](https://github.com/empathyco/x/commit/2fd261ae54ec3de8eabdbcd5611bf5e1416d37f8)),
|
|
3320
|
+
closes [EX-5354](https://searchbroker.atlassian.net/browse/EX-5354)
|
|
3321
|
+
|
|
3322
|
+
## [3.0.0-alpha.49](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.48...@empathyco/x-components@3.0.0-alpha.49) (2022-02-03)
|
|
3323
|
+
|
|
3324
|
+
### Continuous Integration
|
|
3325
|
+
|
|
3326
|
+
- release alpha version on every push to main branch
|
|
3327
|
+
([f86e0b3](https://github.com/empathyco/x/commit/f86e0b3ad14e7a9bd6d659219fe12f6d94ebdb94)),
|
|
3328
|
+
closes [EX-5263](https://searchbroker.atlassian.net/browse/EX-5263)
|
|
3329
|
+
|
|
3330
|
+
## [3.0.0-alpha.48](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.47...@empathyco/x-components@3.0.0-alpha.48) (2022-02-02)
|
|
3331
|
+
|
|
3332
|
+
### ⚠ BREAKING CHANGES
|
|
3333
|
+
|
|
3334
|
+
- **facets:** Remove `BaseFilter` component. Use `RenderlessFilter`instead.
|
|
3335
|
+
|
|
3336
|
+
### Features
|
|
3337
|
+
|
|
3338
|
+
- **design-system:** add curated tags (#311)
|
|
3339
|
+
([9f40c2b](https://github.com/empathyco/x/commit/9f40c2b17eb08353efc964dba075470877eead46)),
|
|
3340
|
+
closes [EX-5089](https://searchbroker.atlassian.net/browse/EX-5089)
|
|
3341
|
+
- **extra-params:** add option to add more extra params using a prop in `SnippetConfigExtraParams`
|
|
3342
|
+
component
|
|
3343
|
+
([7f9f8b2](https://github.com/empathyco/x/commit/7f9f8b2a7d2a78ed5a101f6e005fffa4f20d3594)),
|
|
3344
|
+
closes [EX-5205](https://searchbroker.atlassian.net/browse/EX-5205)
|
|
3345
|
+
- **facets:** change `NumberRangeFilter` component to use `RenderlessFilter` instead of `BaseFilter`
|
|
3346
|
+
([f0edfac](https://github.com/empathyco/x/commit/f0edfac14a184ed7fefd27e1c1e700848ada4471)),
|
|
3347
|
+
closes [EX-3953](https://searchbroker.atlassian.net/browse/EX-3953)
|
|
3348
|
+
- update polyfills plugin to work with chunks
|
|
3349
|
+
([54c1842](https://github.com/empathyco/x/commit/54c18420011e5e452bd8b48d640cbd067d0ce921)),
|
|
3350
|
+
closes [EX-5278](https://searchbroker.atlassian.net/browse/EX-5278)
|
|
3351
|
+
|
|
3352
|
+
## [3.0.0-alpha.47](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.46...@empathyco/x-components@3.0.0-alpha.47) (2022-02-01)
|
|
3353
|
+
|
|
3354
|
+
### Features
|
|
3355
|
+
|
|
3356
|
+
- **components:** Add `payload` and `metadata` to the `SnippetCallbackExecuted` event payload
|
|
3357
|
+
([a18b8fa](https://github.com/empathyco/x/commit/a18b8fafcc7607fef82d3c9fb1211669f3bbc8a3)),
|
|
3358
|
+
closes [EX-5324](https://searchbroker.atlassian.net/browse/EX-5324)
|
|
3359
|
+
- **components:** Allow `BaseResultAddToCart` to use external listeners.
|
|
3360
|
+
([a596c07](https://github.com/empathyco/x/commit/a596c07c1ead0e8d3fcf169afddaf15ad6d92e47)),
|
|
3361
|
+
closes [EX-5323](https://searchbroker.atlassian.net/browse/EX-5323)
|
|
3362
|
+
- **EX-3539:** track PDP add to cart (#306)
|
|
3363
|
+
([dcad4f6](https://github.com/empathyco/x/commit/dcad4f69ce6b267960f882b3831459e372086272)),
|
|
3364
|
+
closes [EX-3539](https://searchbroker.atlassian.net/browse/EX-3539)
|
|
3365
|
+
[EX-3538](https://searchbroker.atlassian.net/browse/EX-3538)
|
|
3366
|
+
|
|
3367
|
+
## [3.0.0-alpha.46](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.45...@empathyco/x-components@3.0.0-alpha.46) (2022-01-24)
|
|
3368
|
+
|
|
3369
|
+
### Bug Fixes
|
|
3370
|
+
|
|
3371
|
+
- **components:** Fix BaseGrid auto columns CSS. (#308)
|
|
3372
|
+
([77563f0](https://github.com/empathyco/x/commit/77563f0eb71d806fb2cefb88b750c4852918b8c0)),
|
|
3373
|
+
closes [EX-5295](https://searchbroker.atlassian.net/browse/EX-5295)
|
|
3374
|
+
|
|
3375
|
+
### Build System
|
|
3376
|
+
|
|
3377
|
+
- Fix colors.js dependency issue
|
|
3378
|
+
([2ffcc22](https://github.com/empathyco/x/commit/2ffcc222f5666d7866c8d7cd3a0eec7c0bb1f938)),
|
|
3379
|
+
closes [EX-5293](https://searchbroker.atlassian.net/browse/EX-5293)
|
|
3380
|
+
|
|
3381
|
+
## [3.0.0-alpha.45](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.44...@empathyco/x-components@3.0.0-alpha.45) (2022-01-20)
|
|
3382
|
+
|
|
3383
|
+
### Features
|
|
3384
|
+
|
|
3385
|
+
- **design-system:** allow suggestions to be tags
|
|
3386
|
+
([24c94bb](https://github.com/empathyco/x/commit/24c94bb604f87a2135a36be5a298f053eba80738)),
|
|
3387
|
+
closes [EX-4917](https://searchbroker.atlassian.net/browse/EX-4917)
|
|
3388
|
+
|
|
3389
|
+
### Bug Fixes
|
|
3390
|
+
|
|
3391
|
+
- **url:** default `extra params` are now properly restored
|
|
3392
|
+
([5540929](https://github.com/empathyco/x/commit/554092985a394e1d2b6087b1129282993da7e8c6)),
|
|
3393
|
+
closes [EX-5203](https://searchbroker.atlassian.net/browse/EX-5203)
|
|
3394
|
+
|
|
3395
|
+
### Testing
|
|
3396
|
+
|
|
3397
|
+
- **e2e:** make `tagging` tests wait for redirection before assertion
|
|
3398
|
+
([f98cd25](https://github.com/empathyco/x/commit/f98cd254084f60893b1eb723d4081bf0c0f44166)),
|
|
3399
|
+
closes [EX-5273](https://searchbroker.atlassian.net/browse/EX-5273)
|
|
3400
|
+
|
|
3401
|
+
## [3.0.0-alpha.44](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.43...@empathyco/x-components@3.0.0-alpha.44) (2022-01-14)
|
|
3402
|
+
|
|
3403
|
+
### ⚠ BREAKING CHANGES
|
|
3404
|
+
|
|
3405
|
+
- **components:** `SlidingPanel` buttons do not have the round variant set by default.
|
|
3406
|
+
|
|
3407
|
+
### Features
|
|
3408
|
+
|
|
3409
|
+
- **components:** add `buttonClass` prop in `SlidingPanel`
|
|
3410
|
+
([fa554a2](https://github.com/empathyco/x/commit/fa554a2231ec9a00b5aea566970c2b7b0d34845f)),
|
|
3411
|
+
closes [EX-5233](https://searchbroker.atlassian.net/browse/EX-5233)
|
|
3412
|
+
- **components:** add Result Rating component
|
|
3413
|
+
([db5cbb5](https://github.com/empathyco/x/commit/db5cbb5779e0e503ec934df4cda3dd241c49fc8e)),
|
|
3414
|
+
closes [EX-5243](https://searchbroker.atlassian.net/browse/EX-5243)
|
|
3415
|
+
|
|
3416
|
+
### Bug Fixes
|
|
3417
|
+
|
|
3418
|
+
- **design-system:** Fix some style issues and add two missing utilities
|
|
3419
|
+
([c4ae728](https://github.com/empathyco/x/commit/c4ae728d78b36ee566ca283626e36bf9b6aed07f)),
|
|
3420
|
+
closes [EX-5270](https://searchbroker.atlassian.net/browse/EX-5270)
|
|
3421
|
+
- **identifier-results:** Fix default plugin config. (#296)
|
|
3422
|
+
([68d4b93](https://github.com/empathyco/x/commit/68d4b93f3f8d439814a11055ac657c0bce5accfd)),
|
|
3423
|
+
closes [EX-5247](https://searchbroker.atlassian.net/browse/EX-5247)
|
|
3424
|
+
[EX-5247](https://searchbroker.atlassian.net/browse/EX-5247)
|
|
3425
|
+
|
|
3426
|
+
## [3.0.0-alpha.43](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.42...@empathyco/x-components@3.0.0-alpha.43) (2022-01-06)
|
|
3427
|
+
|
|
3428
|
+
### Features
|
|
3429
|
+
|
|
3430
|
+
- **components:** Add icons for Arrows UP DOWN LEFT and RIGHT. (#295)
|
|
3431
|
+
([693b26f](https://github.com/empathyco/x/commit/693b26f8e2d250f97bcf0cce472299b2edcc4823)),
|
|
3432
|
+
closes [EX-5245](https://searchbroker.atlassian.net/browse/EX-5245)
|
|
3433
|
+
|
|
3434
|
+
## [3.0.0-alpha.42](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.41...@empathyco/x-components@3.0.0-alpha.42) (2022-01-05)
|
|
3435
|
+
|
|
3436
|
+
### Features
|
|
3437
|
+
|
|
3438
|
+
- **design-system:** Add more utility classes.
|
|
3439
|
+
([592e076](https://github.com/empathyco/x/commit/592e0761d201d80fdf62ba260ac4ef0847fb7f17)),
|
|
3440
|
+
closes [EX-5241](https://searchbroker.atlassian.net/browse/EX-5241)
|
|
3441
|
+
- **desing-system:** Add `Grid2RowsIcon` component
|
|
3442
|
+
([cbd014f](https://github.com/empathyco/x/commit/cbd014fb1a07c2aa738c3ef828c9caf5ec9ded39)),
|
|
3443
|
+
closes [EX-5238](https://searchbroker.atlassian.net/browse/EX-5238)
|
|
3444
|
+
|
|
3445
|
+
### Bug Fixes
|
|
3446
|
+
|
|
3447
|
+
- **design-system:** Fix grid styles to stretch cells.
|
|
3448
|
+
([3292229](https://github.com/empathyco/x/commit/32922290173cc87fe5c82934b9a9e01dc27b3c23)),
|
|
3449
|
+
closes [EX-5239](https://searchbroker.atlassian.net/browse/EX-5239)
|
|
3450
|
+
- **design-system:** Fix Sliding Panel styles.
|
|
3451
|
+
([bcf2092](https://github.com/empathyco/x/commit/bcf20925c3baf7847792b7b77b07178d62a27e7e)),
|
|
3452
|
+
closes [EX-5234](https://searchbroker.atlassian.net/browse/EX-5234)
|
|
3453
|
+
|
|
3454
|
+
## [3.0.0-alpha.41](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.40...@empathyco/x-components@3.0.0-alpha.41) (2022-01-03)
|
|
3455
|
+
|
|
3456
|
+
### Features
|
|
3457
|
+
|
|
3458
|
+
- **next-queries:** add isCurated property
|
|
3459
|
+
([8b7b313](https://github.com/empathyco/x/commit/8b7b3132c7fa8aff095a92c84abdc150be705976)),
|
|
3460
|
+
closes [EX-5152](https://searchbroker.atlassian.net/browse/EX-5152)
|
|
3461
|
+
|
|
3462
|
+
## [3.0.0-alpha.40](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.39...@empathyco/x-components@3.0.0-alpha.40) (2021-12-29)
|
|
3463
|
+
|
|
3464
|
+
### Features
|
|
3465
|
+
|
|
3466
|
+
- **tagging:** add new `SearchTaggingReceived` event for tracking the query
|
|
3467
|
+
([d58b697](https://github.com/empathyco/x/commit/d58b69730915ccd6fb2b0656ff7280450275b5be)),
|
|
3468
|
+
closes [EX-5170](https://searchbroker.atlassian.net/browse/EX-5170)
|
|
3469
|
+
|
|
3470
|
+
### Bug Fixes
|
|
3471
|
+
|
|
3472
|
+
- **components:** `SlidingPanel` can now disable the resetting scroll … (#286)
|
|
3473
|
+
([788eb18](https://github.com/empathyco/x/commit/788eb18bf0e066d932484143d0412497f3dada6e)),
|
|
3474
|
+
closes [EX-5197](https://searchbroker.atlassian.net/browse/EX-5197)
|
|
3475
|
+
- **related-tags:** clear selected related tags when user changes extra params
|
|
3476
|
+
([b2d9b94](https://github.com/empathyco/x/commit/b2d9b94053aebbbda41659dbc3e4602931fd1bb5)),
|
|
3477
|
+
closes [EX-5188](https://searchbroker.atlassian.net/browse/EX-5188)
|
|
3478
|
+
- **search:** batch state reset calls after a search.request parameter changes (#283)
|
|
3479
|
+
([492e856](https://github.com/empathyco/x/commit/492e8566913428426459ada29ca4963730cfcd7c)),
|
|
3480
|
+
closes [EX-5057](https://searchbroker.atlassian.net/browse/EX-5057)
|
|
3481
|
+
- **search:** next page is now requested if it has less than the page size results. (#284)
|
|
3482
|
+
([f574792](https://github.com/empathyco/x/commit/f5747923f60f81564ebf124d95cae8a5d92400d4)),
|
|
3483
|
+
closes [EX-5194](https://searchbroker.atlassian.net/browse/EX-5194)
|
|
3484
|
+
|
|
3485
|
+
## [3.0.0-alpha.39](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.38...@empathyco/x-components@3.0.0-alpha.39) (2021-12-22)
|
|
3486
|
+
|
|
3487
|
+
### Features
|
|
3488
|
+
|
|
3489
|
+
- **design-system:** Add bottom variant to `x-shadow` utility in the Design System
|
|
3490
|
+
([a23552f](https://github.com/empathyco/x/commit/a23552f29d1ec1b7939c770862d91f9e2f3a4890)),
|
|
3491
|
+
closes [EX-5184](https://searchbroker.atlassian.net/browse/EX-5184)
|
|
3492
|
+
|
|
3493
|
+
### Bug Fixes
|
|
3494
|
+
|
|
3495
|
+
- Fix multiple issues.
|
|
3496
|
+
([2f5515e](https://github.com/empathyco/x/commit/2f5515e5bcaca67f085ff3eef4fb52698041292c)),
|
|
3497
|
+
closes [EX-5179](https://searchbroker.atlassian.net/browse/EX-5179)
|
|
3498
|
+
|
|
3499
|
+
## [3.0.0-alpha.38](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.37...@empathyco/x-components@3.0.0-alpha.38) (2021-12-22)
|
|
3500
|
+
|
|
3501
|
+
### Features
|
|
3502
|
+
|
|
3503
|
+
- **desing-system:** Add new color tokens. (#275)
|
|
3504
|
+
([e93fcc4](https://github.com/empathyco/x/commit/e93fcc4cea0e975441695f14a66b0863cb5896af)),
|
|
3505
|
+
closes [EX-5171](https://searchbroker.atlassian.net/browse/EX-5171)
|
|
3506
|
+
- **test:** refactor base tests to cypress component testing
|
|
3507
|
+
([dc7a924](https://github.com/empathyco/x/commit/dc7a924b612411470742d222bcc6531fa656ce13)),
|
|
3508
|
+
closes [EX-4928](https://searchbroker.atlassian.net/browse/EX-4928)
|
|
3509
|
+
- **x-plugin:** Add selected sort (#274)
|
|
3510
|
+
([b4c0d14](https://github.com/empathyco/x/commit/b4c0d140ca5eba8de189068fef5dd2a6249c1207)),
|
|
3511
|
+
closes [EX-5165](https://searchbroker.atlassian.net/browse/EX-5165)
|
|
3512
|
+
|
|
3513
|
+
### Bug Fixes
|
|
3514
|
+
|
|
3515
|
+
- **components:** Fix infinite scroll not working in Android Chrome. (#277)
|
|
3516
|
+
([19c3d77](https://github.com/empathyco/x/commit/19c3d77f124a1bbc099bae0e5dbb80fb30a132a1)),
|
|
3517
|
+
closes [EX-5181](https://searchbroker.atlassian.net/browse/EX-5181)
|
|
3518
|
+
- **search:** rows and start parameters calculations moved from getter to action to avoid multiple
|
|
3519
|
+
requests
|
|
3520
|
+
([84752ba](https://github.com/empathyco/x/commit/84752ba3eb1ab728b6adf5cc62ea31646f42b959)),
|
|
3521
|
+
closes [EX-5047](https://searchbroker.atlassian.net/browse/EX-5047)
|
|
3522
|
+
|
|
3523
|
+
## [3.0.0-alpha.37](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.36...@empathyco/x-components@3.0.0-alpha.37) (2021-12-15)
|
|
3524
|
+
|
|
3525
|
+
### Features
|
|
3526
|
+
|
|
3527
|
+
- **scroll:** remove animations on pending element to scroll
|
|
3528
|
+
([7a33653](https://github.com/empathyco/x/commit/7a336531c4fedb2c38133a5464f9b7e9736cef68)),
|
|
3529
|
+
closes [EX-5025](https://searchbroker.atlassian.net/browse/EX-5025)
|
|
3530
|
+
- **tagging:** Include 'location' parameter to track result events. (#273)
|
|
3531
|
+
([69bab4b](https://github.com/empathyco/x/commit/69bab4b81f85725f3fc0a9bdc3177db09dd46a40)),
|
|
3532
|
+
closes [EX-5163](https://searchbroker.atlassian.net/browse/EX-5163)
|
|
3533
|
+
[EX-5163](https://searchbroker.atlassian.net/browse/EX-5163)
|
|
3534
|
+
|
|
3535
|
+
## [3.0.0-alpha.36](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.35...@empathyco/x-components@3.0.0-alpha.36) (2021-12-15)
|
|
3536
|
+
|
|
3537
|
+
### Build System
|
|
3538
|
+
|
|
3539
|
+
- Load PostCSS plugins from rollup build (#272)
|
|
3540
|
+
([aaed2f3](https://github.com/empathyco/x/commit/aaed2f328b0b7252853922703283c77bcd1221d0)),
|
|
3541
|
+
closes [EX-5162](https://searchbroker.atlassian.net/browse/EX-5162)
|
|
3542
|
+
|
|
3543
|
+
### Testing
|
|
3544
|
+
|
|
3545
|
+
- **e2e:** fix tagging tests (#270)
|
|
3546
|
+
([ff2ecba](https://github.com/empathyco/x/commit/ff2ecbac79fd3c16d72a05c133dbe0b60de606f7)),
|
|
3547
|
+
closes [EX-5161](https://searchbroker.atlassian.net/browse/EX-5161)
|
|
3548
|
+
|
|
3549
|
+
## [3.0.0-alpha.35](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.34...@empathyco/x-components@3.0.0-alpha.35) (2021-12-14)
|
|
3550
|
+
|
|
3551
|
+
### Features
|
|
3552
|
+
|
|
3553
|
+
- **components:** fix 'BaseRating' component styles (#264)
|
|
3554
|
+
([053447f](https://github.com/empathyco/x/commit/053447fdb2884f04f6099b6b78876c006568a644)),
|
|
3555
|
+
closes [EX-5096](https://searchbroker.atlassian.net/browse/EX-5096)
|
|
3556
|
+
- **plugin:** move alias creation from created hook to beforeCreated
|
|
3557
|
+
([57f98e6](https://github.com/empathyco/x/commit/57f98e6587c0c589c4b6581a5f2c1da1a45757d8)),
|
|
3558
|
+
closes [EX-4331](https://searchbroker.atlassian.net/browse/EX-4331)
|
|
3559
|
+
- **tagging:** track pending query
|
|
3560
|
+
([e6c8fd4](https://github.com/empathyco/x/commit/e6c8fd401b28b2e931ebf78697f218f53134cc5a)),
|
|
3561
|
+
closes [EX-4963](https://searchbroker.atlassian.net/browse/EX-4963)
|
|
3562
|
+
- **tagging:** track result click events
|
|
3563
|
+
([81f009b](https://github.com/empathyco/x/commit/81f009b0a6264c44436082e457bcb4a12daf5d19)),
|
|
3564
|
+
closes [EX-3527](https://searchbroker.atlassian.net/browse/EX-3527)
|
|
3565
|
+
- **tagging:** track the 'UserClickedResultAddToCart'event in tagging
|
|
3566
|
+
([873d345](https://github.com/empathyco/x/commit/873d345d67199a64fe9f10c70944b4f74f290405)),
|
|
3567
|
+
closes [EX-3529](https://searchbroker.atlassian.net/browse/EX-3529)
|
|
3568
|
+
- **wiring:** add force and cancel support to debounce and throttle wire operators. Update rxjs to
|
|
3569
|
+
v7. ([1fe2f29](https://github.com/empathyco/x/commit/1fe2f298589b1aa44798f3911379fe11905a43a9)),
|
|
3570
|
+
closes [EX-5123](https://searchbroker.atlassian.net/browse/EX-5123)
|
|
3571
|
+
|
|
3572
|
+
### Bug Fixes
|
|
3573
|
+
|
|
3574
|
+
- **components:** Export missing layout components
|
|
3575
|
+
([15986f5](https://github.com/empathyco/x/commit/15986f56b8b78b49abe70936c0bd2ba6d85a6bbb)),
|
|
3576
|
+
closes [EX-5160](https://searchbroker.atlassian.net/browse/EX-5160)
|
|
3577
|
+
- **extra-params:** prevent callbacks option from the snippet config to be taken as extra params
|
|
3578
|
+
([2940d2c](https://github.com/empathyco/x/commit/2940d2c7163904a193c459892792b2153de7d079)),
|
|
3579
|
+
closes [EX-5104](https://searchbroker.atlassian.net/browse/EX-5104)
|
|
3580
|
+
|
|
3581
|
+
### Testing
|
|
3582
|
+
|
|
3583
|
+
- **e2e:** make url tests intercept tracking and wait for each request
|
|
3584
|
+
([393dbea](https://github.com/empathyco/x/commit/393dbea71648b010a4f3d197c180c91741c6054b)),
|
|
3585
|
+
closes [EX-5127](https://searchbroker.atlassian.net/browse/EX-5127)
|
|
3586
|
+
|
|
3587
|
+
### Documentation
|
|
3588
|
+
|
|
3589
|
+
- add guide for integrating X Interface into an existing website
|
|
3590
|
+
([9e14a52](https://github.com/empathyco/x/commit/9e14a52389c77deede822643e50b34e5bbf78ddf)),
|
|
3591
|
+
closes [EX-5143](https://searchbroker.atlassian.net/browse/EX-5143)
|
|
3592
|
+
- change h1 to be h2
|
|
3593
|
+
([a7e16c6](https://github.com/empathyco/x/commit/a7e16c616fe2593eccf93799f9a46c688857b35b)),
|
|
3594
|
+
closes [EX-5064](https://searchbroker.atlassian.net/browse/EX-5064)
|
|
3595
|
+
|
|
3596
|
+
## [3.0.0-alpha.34](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.33...@empathyco/x-components@3.0.0-alpha.34) (2021-12-03)
|
|
3597
|
+
|
|
3598
|
+
### Features
|
|
3599
|
+
|
|
3600
|
+
- **search-box:** focus search input after clicking clear search button
|
|
3601
|
+
([d28994c](https://github.com/empathyco/x/commit/d28994c1995834a1adb19798060051089200d7f7)),
|
|
3602
|
+
closes [EX-2242](https://searchbroker.atlassian.net/browse/EX-2242)
|
|
3603
|
+
- **tagging:** move `origin` from `request.getter` to `fetchAndSave.action`
|
|
3604
|
+
([b0bb40d](https://github.com/empathyco/x/commit/b0bb40de5e2ae7f65e2e2df032a1da9a51f0cb4d)),
|
|
3605
|
+
closes [EX-5079](https://searchbroker.atlassian.net/browse/EX-5079)
|
|
3606
|
+
- **url:** set `origin` when navigating
|
|
3607
|
+
([02aa766](https://github.com/empathyco/x/commit/02aa7661a15c3718f4809d094a01b0f684a1f55d)),
|
|
3608
|
+
closes [EX-3541](https://searchbroker.atlassian.net/browse/EX-3541)
|
|
3609
|
+
|
|
3610
|
+
### Documentation
|
|
3611
|
+
|
|
3612
|
+
- Remove docusaurus headers
|
|
3613
|
+
([6252165](https://github.com/empathyco/x/commit/62521658374eb5c78112314502606e2d82113a95)),
|
|
3614
|
+
closes [EX-5081](https://searchbroker.atlassian.net/browse/EX-5081)
|
|
3615
|
+
|
|
6
3616
|
## [3.0.0-alpha.33](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.32...@empathyco/x-components@3.0.0-alpha.33) (2021-11-30)
|
|
7
3617
|
|
|
8
3618
|
### Features
|
|
@@ -18,11 +3628,6 @@ All notable changes to this project will be documented in this file. See
|
|
|
18
3628
|
([087d646](https://github.com/empathyco/x/commit/087d646a2b97f945e9c4f81112925a6783d66f41)),
|
|
19
3629
|
closes [EX-5077](https://searchbroker.atlassian.net/browse/EX-5077)
|
|
20
3630
|
|
|
21
|
-
# Change Log
|
|
22
|
-
|
|
23
|
-
All notable changes to this project will be documented in this file. See
|
|
24
|
-
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
25
|
-
|
|
26
3631
|
## [3.0.0-alpha.32](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.31...@empathyco/x-components@3.0.0-alpha.32) (2021-11-29)
|
|
27
3632
|
|
|
28
3633
|
### ⚠ BREAKING CHANGES
|
|
@@ -53,11 +3658,6 @@ All notable changes to this project will be documented in this file. See
|
|
|
53
3658
|
([f3fee15](https://github.com/empathyco/x/commit/f3fee157d724292f5cbb7166908d48ef2fb4fe8c)),
|
|
54
3659
|
closes [EX-5027](https://searchbroker.atlassian.net/browse/EX-5027)
|
|
55
3660
|
|
|
56
|
-
# Change Log
|
|
57
|
-
|
|
58
|
-
All notable changes to this project will be documented in this file. See
|
|
59
|
-
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
60
|
-
|
|
61
3661
|
## [3.0.0-alpha.31](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.30...@empathyco/x-components@3.0.0-alpha.31) (2021-11-25)
|
|
62
3662
|
|
|
63
3663
|
### Features
|
|
@@ -90,11 +3690,6 @@ All notable changes to this project will be documented in this file. See
|
|
|
90
3690
|
([8a40986](https://github.com/empathyco/x/commit/8a409865fea2cd67e0c2daa5d4464f553ff33a2b)),
|
|
91
3691
|
closes [EX-5033](https://searchbroker.atlassian.net/browse/EX-5033)
|
|
92
3692
|
|
|
93
|
-
# Change Log
|
|
94
|
-
|
|
95
|
-
All notable changes to this project will be documented in this file. See
|
|
96
|
-
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
97
|
-
|
|
98
3693
|
## [3.0.0-alpha.30](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.29...@empathyco/x-components@3.0.0-alpha.30) (2021-11-22)
|
|
99
3694
|
|
|
100
3695
|
### Features
|
|
@@ -158,11 +3753,6 @@ All notable changes to this project will be documented in this file. See
|
|
|
158
3753
|
([5142bb5](https://github.com/empathyco/x/commit/5142bb5fb61181f199fa1019cf7c910d9736deb8)),
|
|
159
3754
|
closes [EX-3801](https://searchbroker.atlassian.net/browse/EX-3801)
|
|
160
3755
|
|
|
161
|
-
# Change Log
|
|
162
|
-
|
|
163
|
-
All notable changes to this project will be documented in this file. See
|
|
164
|
-
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
165
|
-
|
|
166
3756
|
## [3.0.0-alpha.29](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.28...@empathyco/x-components@3.0.0-alpha.29) (2021-11-09)
|
|
167
3757
|
|
|
168
3758
|
### Features
|
|
@@ -171,11 +3761,6 @@ All notable changes to this project will be documented in this file. See
|
|
|
171
3761
|
([6d98ca3](https://github.com/empathyco/x/commit/6d98ca3e031a9075c27f436419818e2d85b610cc)),
|
|
172
3762
|
closes [EX-3517](https://searchbroker.atlassian.net/browse/EX-3517)
|
|
173
3763
|
|
|
174
|
-
# Change Log
|
|
175
|
-
|
|
176
|
-
All notable changes to this project will be documented in this file. See
|
|
177
|
-
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
178
|
-
|
|
179
3764
|
## [3.0.0-alpha.28](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.27...@empathyco/x-components@3.0.0-alpha.28) (2021-11-03)
|
|
180
3765
|
|
|
181
3766
|
### Features
|
|
@@ -223,11 +3808,6 @@ All notable changes to this project will be documented in this file. See
|
|
|
223
3808
|
([bfb56a8](https://github.com/empathyco/x/commit/bfb56a8a004fccdde20e4f2342b591e37679201c)),
|
|
224
3809
|
closes [EX-4953](https://searchbroker.atlassian.net/browse/EX-4953)
|
|
225
3810
|
|
|
226
|
-
# Change Log
|
|
227
|
-
|
|
228
|
-
All notable changes to this project will be documented in this file. See
|
|
229
|
-
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
230
|
-
|
|
231
3811
|
## [3.0.0-alpha.27](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.26...@empathyco/x-components@3.0.0-alpha.27) (2021-10-25)
|
|
232
3812
|
|
|
233
3813
|
### ⚠ BREAKING CHANGES
|