vviinn-widgets 2.79.0 → 2.79.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (32) hide show
  1. package/dist/cjs/{package-aaf4ee32.js → package-a672586f.js} +1 -1
  2. package/dist/cjs/search-filters_18.cjs.entry.js +6 -3
  3. package/dist/cjs/vviinn-carousel_8.cjs.entry.js +1 -1
  4. package/dist/cjs/vviinn-vpr-button.cjs.entry.js +1 -1
  5. package/dist/cjs/vviinn-vps-button.cjs.entry.js +1 -1
  6. package/dist/cjs/vviinn-vps-widget.cjs.entry.js +1 -1
  7. package/dist/collection/components/vviinn-results/stories/generalArgs.js +1 -1
  8. package/dist/collection/components/vviinn-text-search/vviinn-text-search.css +5 -1
  9. package/dist/collection/components/vviinn-text-search/vviinn-text-search.js +4 -1
  10. package/dist/esm/{package-15e68804.js → package-f53bc121.js} +1 -1
  11. package/dist/esm/search-filters_18.entry.js +6 -3
  12. package/dist/esm/vviinn-carousel_8.entry.js +1 -1
  13. package/dist/esm/vviinn-vpr-button.entry.js +1 -1
  14. package/dist/esm/vviinn-vps-button.entry.js +1 -1
  15. package/dist/esm/vviinn-vps-widget.entry.js +1 -1
  16. package/dist/vviinn-widgets/{p-f9e34e7a.entry.js → p-2417879c.entry.js} +2 -2
  17. package/dist/vviinn-widgets/p-38f952d9.js +1 -0
  18. package/dist/vviinn-widgets/{p-af102d03.entry.js → p-4b51fe89.entry.js} +1 -1
  19. package/dist/vviinn-widgets/{p-db9eda43.entry.js → p-64813b02.entry.js} +1 -1
  20. package/{www/build/p-2081915d.entry.js → dist/vviinn-widgets/p-bb9871bf.entry.js} +1 -1
  21. package/dist/vviinn-widgets/{p-712c3576.entry.js → p-f8ea82b2.entry.js} +1 -1
  22. package/dist/vviinn-widgets/vviinn-widgets.esm.js +1 -1
  23. package/package.json +1 -1
  24. package/www/build/{p-f9e34e7a.entry.js → p-2417879c.entry.js} +2 -2
  25. package/www/build/p-38f952d9.js +1 -0
  26. package/www/build/{p-af102d03.entry.js → p-4b51fe89.entry.js} +1 -1
  27. package/www/build/{p-db9eda43.entry.js → p-64813b02.entry.js} +1 -1
  28. package/{dist/vviinn-widgets/p-2081915d.entry.js → www/build/p-bb9871bf.entry.js} +1 -1
  29. package/www/build/{p-712c3576.entry.js → p-f8ea82b2.entry.js} +1 -1
  30. package/www/build/vviinn-widgets.esm.js +1 -1
  31. package/dist/vviinn-widgets/p-106c9e99.js +0 -1
  32. package/www/build/p-106c9e99.js +0 -1
@@ -1,5 +1,5 @@
1
1
  'use strict';
2
2
 
3
- const version = "2.79.0";
3
+ const version = "2.79.1";
4
4
 
5
5
  exports.version = version;
@@ -7,7 +7,7 @@ const search_store = require('./search.store-ba1e2ead.js');
7
7
  const index$1 = require('./index-21cf53a2.js');
8
8
  const customizedSlots = require('./customized-slots-dacb282b.js');
9
9
  const PlusIcon = require('./PlusIcon-835a5dcc.js');
10
- const _package = require('./package-aaf4ee32.js');
10
+ const _package = require('./package-a672586f.js');
11
11
  const CameraIcon = require('./CameraIcon-5b8efacb.js');
12
12
 
13
13
  const ArrowIcon = () => (index.h("svg", { width: "12", height: "20", fill: "none", xmlns: "http://www.w3.org/2000/svg" },
@@ -4378,7 +4378,7 @@ const VviinnTeaser = class {
4378
4378
  };
4379
4379
  VviinnTeaser.style = vviinnTeaserCss;
4380
4380
 
4381
- const vviinnTextSearchCss = ":host{display:block;position:relative;width:100%}.text-search-input{width:100%;height:48px;padding:0 16px;font-size:16px;box-sizing:border-box;font-style:normal;font-weight:400;border-radius:8px;border:1px solid #e0e0e0;transition:border-color 0.2s;outline:none;overflow:hidden}.text-search-input::-moz-placeholder{color:#a8a8a8}.text-search-input::placeholder{color:#a8a8a8}.text-search-input:focus,.text-search-input:active{border-color:#8d8d8d}.text-search-button{position:absolute;right:1px;top:1px;border:none;border-radius:0 7px 7px 0;width:46px;height:46px;display:flex;justify-content:center;align-items:center;background-color:#f4f4f4;transition:background-color 0.2s;cursor:pointer}.text-search-button:not(:disabled):hover{background-color:#e0e0e0}.text-search-button:disabled{cursor:unset}vviinn-image-selector{position:absolute;right:60px;top:14px}vviinn-preloader{--preloader-size:16px;display:flex;color:#525252}";
4381
+ const vviinnTextSearchCss = ":host{display:block;position:relative;width:100%}.text-search-input{width:100%;height:48px;padding:0 62px 0 16px;font-size:16px;box-sizing:border-box;font-style:normal;font-weight:400;border-radius:8px;border:1px solid #e0e0e0;transition:border-color 0.2s;outline:none;overflow:hidden}.text-search-input--with-icon{padding-right:96px}.text-search-input::-moz-placeholder{color:#a8a8a8}.text-search-input::placeholder{color:#a8a8a8}.text-search-input:focus,.text-search-input:active{border-color:#8d8d8d}.text-search-button{position:absolute;right:1px;top:1px;border:none;border-radius:0 7px 7px 0;width:46px;height:46px;display:flex;justify-content:center;align-items:center;background-color:#f4f4f4;transition:background-color 0.2s;cursor:pointer}.text-search-button:not(:disabled):hover{background-color:#e0e0e0}.text-search-button:disabled{cursor:unset}vviinn-image-selector{position:absolute;right:60px;top:14px}vviinn-preloader{--preloader-size:16px;display:flex;color:#525252}";
4382
4382
 
4383
4383
  const VviinnTextSearch = class {
4384
4384
  constructor(hostRef) {
@@ -4431,7 +4431,10 @@ const VviinnTextSearch = class {
4431
4431
  }
4432
4432
  }
4433
4433
  render() {
4434
- return (index.h(index.Host, { exportparts: "text-search-input" }, index.h("input", { class: "text-search-input", part: "text-search-input", type: "text", placeholder: index$1.instance.t("textSearchPlaceholder"), value: this.searchQuery, onInput: (event) => this.handleInputChange(event), onKeyUp: (event) => this.handleKeyPress(event) }), index.h("button", { class: "text-search-button", onClick: () => this.handleTextSearch(), disabled: search_store.searchState.loading }, search_store.searchState.loading &&
4434
+ return (index.h(index.Host, { exportparts: "text-search-input" }, index.h("input", { class: {
4435
+ "text-search-input": true,
4436
+ "text-search-input--with-icon": this.mode === "textAndImage",
4437
+ }, part: "text-search-input", type: "text", placeholder: index$1.instance.t("textSearchPlaceholder"), value: this.searchQuery, onInput: (event) => this.handleInputChange(event), onKeyUp: (event) => this.handleKeyPress(event) }), index.h("button", { class: "text-search-button", onClick: () => this.handleTextSearch(), disabled: search_store.searchState.loading }, search_store.searchState.loading &&
4435
4438
  search_store.searchState.searchType === "text" &&
4436
4439
  this.showInWidget ? (index.h("vviinn-preloader", null)) : (index.h("slot", { name: "vviinn-text-search-icon" }, index.h(TextSearchIcon, null)))), this.mode === "textAndImage" && (index.h("vviinn-image-selector", { token: this.token, apiPath: this.apiPath, showInTextSearch: true }, index.h("span", { slot: "upload-button-text" }, index.h(CameraIcon.CameraIcon, null))))));
4437
4440
  }
@@ -7,7 +7,7 @@ const search_store = require('./search.store-ba1e2ead.js');
7
7
  const customizedSlots = require('./customized-slots-dacb282b.js');
8
8
  const index$1 = require('./index-21cf53a2.js');
9
9
  const PlusIcon = require('./PlusIcon-835a5dcc.js');
10
- const _package = require('./package-aaf4ee32.js');
10
+ const _package = require('./package-a672586f.js');
11
11
 
12
12
  const BasketIcon = () => (index.h("svg", { width: "25", height: "24", viewBox: "0 0 25 24", fill: "none", xmlns: "http://www.w3.org/2000/svg" },
13
13
  index.h("path", { d: "M7.5 22C6.95 22 6.47917 21.8042 6.0875 21.4125C5.69583 21.0208 5.5 20.55 5.5 20C5.5 19.45 5.69583 18.9792 6.0875 18.5875C6.47917 18.1958 6.95 18 7.5 18C8.05 18 8.52083 18.1958 8.9125 18.5875C9.30417 18.9792 9.5 19.45 9.5 20C9.5 20.55 9.30417 21.0208 8.9125 21.4125C8.52083 21.8042 8.05 22 7.5 22ZM17.5 22C16.95 22 16.4792 21.8042 16.0875 21.4125C15.6958 21.0208 15.5 20.55 15.5 20C15.5 19.45 15.6958 18.9792 16.0875 18.5875C16.4792 18.1958 16.95 18 17.5 18C18.05 18 18.5208 18.1958 18.9125 18.5875C19.3042 18.9792 19.5 19.45 19.5 20C19.5 20.55 19.3042 21.0208 18.9125 21.4125C18.5208 21.8042 18.05 22 17.5 22ZM6.65 6L9.05 11H16.05L18.8 6H6.65ZM5.7 4H20.45C20.8333 4 21.125 4.17083 21.325 4.5125C21.525 4.85417 21.5333 5.2 21.35 5.55L17.8 11.95C17.6167 12.2833 17.3708 12.5417 17.0625 12.725C16.7542 12.9083 16.4167 13 16.05 13H8.6L7.5 15H18.5C18.7833 15 19.0208 15.0958 19.2125 15.2875C19.4042 15.4792 19.5 15.7167 19.5 16C19.5 16.2833 19.4042 16.5208 19.2125 16.7125C19.0208 16.9042 18.7833 17 18.5 17H7.5C6.75 17 6.18333 16.6708 5.8 16.0125C5.41667 15.3542 5.4 14.7 5.75 14.05L7.1 11.6L3.5 4H2.5C2.21667 4 1.97917 3.90417 1.7875 3.7125C1.59583 3.52083 1.5 3.28333 1.5 3C1.5 2.71667 1.59583 2.47917 1.7875 2.2875C1.97917 2.09583 2.21667 2 2.5 2H4.125C4.30833 2 4.48333 2.05 4.65 2.15C4.81667 2.25 4.94167 2.39167 5.025 2.575L5.7 4Z", fill: "#525252" })));
@@ -3,7 +3,7 @@
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
5
  const index = require('./index-4474431a.js');
6
- const _package = require('./package-aaf4ee32.js');
6
+ const _package = require('./package-a672586f.js');
7
7
  const VisualSearchIcon = require('./VisualSearchIcon-f435f5b0.js');
8
8
 
9
9
  const vviinnVprButtonCss = ":host{display:block}";
@@ -3,7 +3,7 @@
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
5
  const index = require('./index-4474431a.js');
6
- const _package = require('./package-aaf4ee32.js');
6
+ const _package = require('./package-a672586f.js');
7
7
  const CameraIcon = require('./CameraIcon-5b8efacb.js');
8
8
  const customizedSlots = require('./customized-slots-dacb282b.js');
9
9
  const constants = require('./constants-7684cbfc.js');
@@ -5,7 +5,7 @@ Object.defineProperty(exports, '__esModule', { value: true });
5
5
  const index = require('./index-4474431a.js');
6
6
  const search_store = require('./search.store-ba1e2ead.js');
7
7
  const index$1 = require('./index-21cf53a2.js');
8
- const _package = require('./package-aaf4ee32.js');
8
+ const _package = require('./package-a672586f.js');
9
9
  const customizedSlots = require('./customized-slots-dacb282b.js');
10
10
  const constants = require('./constants-7684cbfc.js');
11
11
 
@@ -2,7 +2,7 @@ export const generalArgs = {
2
2
  token: process.env.STORYBOOK_TOKEN,
3
3
  apiPath: process.env.STORYBOOK_API_PATH,
4
4
  resultsCount: 12,
5
- imageResolutionWidth: 250,
5
+ imageResolutionWidth: 500,
6
6
  currencySign: "€",
7
7
  locale: "en-US",
8
8
  productDetailsRedirect: true,
@@ -7,7 +7,7 @@
7
7
  .text-search-input {
8
8
  width: 100%;
9
9
  height: 48px;
10
- padding: 0 16px;
10
+ padding: 0 62px 0 16px;
11
11
  font-size: 16px;
12
12
  box-sizing: border-box;
13
13
  font-style: normal;
@@ -19,6 +19,10 @@
19
19
  overflow: hidden;
20
20
  }
21
21
 
22
+ .text-search-input--with-icon {
23
+ padding-right: 96px;
24
+ }
25
+
22
26
  .text-search-input::-moz-placeholder {
23
27
  color: #a8a8a8;
24
28
  }
@@ -55,7 +55,10 @@ export class VviinnTextSearch {
55
55
  }
56
56
  }
57
57
  render() {
58
- return (h(Host, { exportparts: "text-search-input" }, h("input", { class: "text-search-input", part: "text-search-input", type: "text", placeholder: i18next.t("textSearchPlaceholder"), value: this.searchQuery, onInput: (event) => this.handleInputChange(event), onKeyUp: (event) => this.handleKeyPress(event) }), h("button", { class: "text-search-button", onClick: () => this.handleTextSearch(), disabled: searchState.loading }, searchState.loading &&
58
+ return (h(Host, { exportparts: "text-search-input" }, h("input", { class: {
59
+ "text-search-input": true,
60
+ "text-search-input--with-icon": this.mode === "textAndImage",
61
+ }, part: "text-search-input", type: "text", placeholder: i18next.t("textSearchPlaceholder"), value: this.searchQuery, onInput: (event) => this.handleInputChange(event), onKeyUp: (event) => this.handleKeyPress(event) }), h("button", { class: "text-search-button", onClick: () => this.handleTextSearch(), disabled: searchState.loading }, searchState.loading &&
59
62
  searchState.searchType === "text" &&
60
63
  this.showInWidget ? (h("vviinn-preloader", null)) : (h("slot", { name: "vviinn-text-search-icon" }, h(TextSearchIcon, null)))), this.mode === "textAndImage" && (h("vviinn-image-selector", { token: this.token, apiPath: this.apiPath, showInTextSearch: true }, h("span", { slot: "upload-button-text" }, h(CameraIcon, null))))));
61
64
  }
@@ -1,3 +1,3 @@
1
- const version = "2.79.0";
1
+ const version = "2.79.1";
2
2
 
3
3
  export { version as v };
@@ -3,7 +3,7 @@ import { s as searchState, _ as _function, O as Option, l as fromAlt, n as foldV
3
3
  import { i as instance, c as createTrackingApi, v as v4, n as createResultVpsEventByType, o as createProductVpsEventByType, r as resources } from './index-9e9b32a2.js';
4
4
  import { s as slotChangeListener, c as campaignTypeNames } from './customized-slots-299054d1.js';
5
5
  import { P as PlusIcon } from './PlusIcon-8f8206c3.js';
6
- import { v as version } from './package-15e68804.js';
6
+ import { v as version } from './package-f53bc121.js';
7
7
  import { C as CameraIcon } from './CameraIcon-785208d2.js';
8
8
 
9
9
  const ArrowIcon = () => (h("svg", { width: "12", height: "20", fill: "none", xmlns: "http://www.w3.org/2000/svg" },
@@ -4374,7 +4374,7 @@ const VviinnTeaser = class {
4374
4374
  };
4375
4375
  VviinnTeaser.style = vviinnTeaserCss;
4376
4376
 
4377
- const vviinnTextSearchCss = ":host{display:block;position:relative;width:100%}.text-search-input{width:100%;height:48px;padding:0 16px;font-size:16px;box-sizing:border-box;font-style:normal;font-weight:400;border-radius:8px;border:1px solid #e0e0e0;transition:border-color 0.2s;outline:none;overflow:hidden}.text-search-input::-moz-placeholder{color:#a8a8a8}.text-search-input::placeholder{color:#a8a8a8}.text-search-input:focus,.text-search-input:active{border-color:#8d8d8d}.text-search-button{position:absolute;right:1px;top:1px;border:none;border-radius:0 7px 7px 0;width:46px;height:46px;display:flex;justify-content:center;align-items:center;background-color:#f4f4f4;transition:background-color 0.2s;cursor:pointer}.text-search-button:not(:disabled):hover{background-color:#e0e0e0}.text-search-button:disabled{cursor:unset}vviinn-image-selector{position:absolute;right:60px;top:14px}vviinn-preloader{--preloader-size:16px;display:flex;color:#525252}";
4377
+ const vviinnTextSearchCss = ":host{display:block;position:relative;width:100%}.text-search-input{width:100%;height:48px;padding:0 62px 0 16px;font-size:16px;box-sizing:border-box;font-style:normal;font-weight:400;border-radius:8px;border:1px solid #e0e0e0;transition:border-color 0.2s;outline:none;overflow:hidden}.text-search-input--with-icon{padding-right:96px}.text-search-input::-moz-placeholder{color:#a8a8a8}.text-search-input::placeholder{color:#a8a8a8}.text-search-input:focus,.text-search-input:active{border-color:#8d8d8d}.text-search-button{position:absolute;right:1px;top:1px;border:none;border-radius:0 7px 7px 0;width:46px;height:46px;display:flex;justify-content:center;align-items:center;background-color:#f4f4f4;transition:background-color 0.2s;cursor:pointer}.text-search-button:not(:disabled):hover{background-color:#e0e0e0}.text-search-button:disabled{cursor:unset}vviinn-image-selector{position:absolute;right:60px;top:14px}vviinn-preloader{--preloader-size:16px;display:flex;color:#525252}";
4378
4378
 
4379
4379
  const VviinnTextSearch = class {
4380
4380
  constructor(hostRef) {
@@ -4427,7 +4427,10 @@ const VviinnTextSearch = class {
4427
4427
  }
4428
4428
  }
4429
4429
  render() {
4430
- return (h(Host, { exportparts: "text-search-input" }, h("input", { class: "text-search-input", part: "text-search-input", type: "text", placeholder: instance.t("textSearchPlaceholder"), value: this.searchQuery, onInput: (event) => this.handleInputChange(event), onKeyUp: (event) => this.handleKeyPress(event) }), h("button", { class: "text-search-button", onClick: () => this.handleTextSearch(), disabled: searchState.loading }, searchState.loading &&
4430
+ return (h(Host, { exportparts: "text-search-input" }, h("input", { class: {
4431
+ "text-search-input": true,
4432
+ "text-search-input--with-icon": this.mode === "textAndImage",
4433
+ }, part: "text-search-input", type: "text", placeholder: instance.t("textSearchPlaceholder"), value: this.searchQuery, onInput: (event) => this.handleInputChange(event), onKeyUp: (event) => this.handleKeyPress(event) }), h("button", { class: "text-search-button", onClick: () => this.handleTextSearch(), disabled: searchState.loading }, searchState.loading &&
4431
4434
  searchState.searchType === "text" &&
4432
4435
  this.showInWidget ? (h("vviinn-preloader", null)) : (h("slot", { name: "vviinn-text-search-icon" }, h(TextSearchIcon, null)))), this.mode === "textAndImage" && (h("vviinn-image-selector", { token: this.token, apiPath: this.apiPath, showInTextSearch: true }, h("span", { slot: "upload-button-text" }, h(CameraIcon, null))))));
4433
4436
  }
@@ -3,7 +3,7 @@ import { h as has, t as tuple, s as searchState, _ as _function, a as _Array, O
3
3
  import { c as campaignTypeNames, s as slotChangeListener, S as SlotSkeleton, f as fromString, a as fold } from './customized-slots-299054d1.js';
4
4
  import { i as instance, r as resources, v as v4, c as createTrackingApi, a as createAddToBasketVpcEvent, b as createAddToBasketVprEvent, d as createWidgetVpcEvent, e as createWidgetVprEvent, f as createResultVpcEventByType, g as createResultVprEventByType, h as createProductVpcEventByType, j as createProductVprEventByType } from './index-9e9b32a2.js';
5
5
  import { P as PlusIcon } from './PlusIcon-8f8206c3.js';
6
- import { v as version } from './package-15e68804.js';
6
+ import { v as version } from './package-f53bc121.js';
7
7
 
8
8
  const BasketIcon = () => (h("svg", { width: "25", height: "24", viewBox: "0 0 25 24", fill: "none", xmlns: "http://www.w3.org/2000/svg" },
9
9
  h("path", { d: "M7.5 22C6.95 22 6.47917 21.8042 6.0875 21.4125C5.69583 21.0208 5.5 20.55 5.5 20C5.5 19.45 5.69583 18.9792 6.0875 18.5875C6.47917 18.1958 6.95 18 7.5 18C8.05 18 8.52083 18.1958 8.9125 18.5875C9.30417 18.9792 9.5 19.45 9.5 20C9.5 20.55 9.30417 21.0208 8.9125 21.4125C8.52083 21.8042 8.05 22 7.5 22ZM17.5 22C16.95 22 16.4792 21.8042 16.0875 21.4125C15.6958 21.0208 15.5 20.55 15.5 20C15.5 19.45 15.6958 18.9792 16.0875 18.5875C16.4792 18.1958 16.95 18 17.5 18C18.05 18 18.5208 18.1958 18.9125 18.5875C19.3042 18.9792 19.5 19.45 19.5 20C19.5 20.55 19.3042 21.0208 18.9125 21.4125C18.5208 21.8042 18.05 22 17.5 22ZM6.65 6L9.05 11H16.05L18.8 6H6.65ZM5.7 4H20.45C20.8333 4 21.125 4.17083 21.325 4.5125C21.525 4.85417 21.5333 5.2 21.35 5.55L17.8 11.95C17.6167 12.2833 17.3708 12.5417 17.0625 12.725C16.7542 12.9083 16.4167 13 16.05 13H8.6L7.5 15H18.5C18.7833 15 19.0208 15.0958 19.2125 15.2875C19.4042 15.4792 19.5 15.7167 19.5 16C19.5 16.2833 19.4042 16.5208 19.2125 16.7125C19.0208 16.9042 18.7833 17 18.5 17H7.5C6.75 17 6.18333 16.6708 5.8 16.0125C5.41667 15.3542 5.4 14.7 5.75 14.05L7.1 11.6L3.5 4H2.5C2.21667 4 1.97917 3.90417 1.7875 3.7125C1.59583 3.52083 1.5 3.28333 1.5 3C1.5 2.71667 1.59583 2.47917 1.7875 2.2875C1.97917 2.09583 2.21667 2 2.5 2H4.125C4.30833 2 4.48333 2.05 4.65 2.15C4.81667 2.25 4.94167 2.39167 5.025 2.575L5.7 4Z", fill: "#525252" })));
@@ -1,5 +1,5 @@
1
1
  import { r as registerInstance, c as createEvent, h, H as Host, g as getElement } from './index-abf408d8.js';
2
- import { v as version } from './package-15e68804.js';
2
+ import { v as version } from './package-f53bc121.js';
3
3
  import { V as VisualSearchIcon } from './VisualSearchIcon-b301a1d4.js';
4
4
 
5
5
  const vviinnVprButtonCss = ":host{display:block}";
@@ -1,5 +1,5 @@
1
1
  import { r as registerInstance, c as createEvent, h, H as Host, g as getElement } from './index-abf408d8.js';
2
- import { v as version } from './package-15e68804.js';
2
+ import { v as version } from './package-f53bc121.js';
3
3
  import { C as CameraIcon } from './CameraIcon-785208d2.js';
4
4
  import { c as campaignTypeNames, S as SlotSkeleton } from './customized-slots-299054d1.js';
5
5
  import { D as DEFAULT_EXAMPLE_IMAGE } from './constants-8bf233a9.js';
@@ -1,7 +1,7 @@
1
1
  import { h, r as registerInstance, c as createEvent, F as Fragment, H as Host, g as getElement } from './index-abf408d8.js';
2
2
  import { s as searchState, j as makeTextSearchRequest, d as state, k as parseExcludedToParams, O as Option } from './search.store-8fe25d80.js';
3
3
  import { i as instance, r as resources, k as createSearchEvent, l as createFilterEvent, v as v4, c as createTrackingApi, m as createWidgetVpsEvent } from './index-9e9b32a2.js';
4
- import { v as version } from './package-15e68804.js';
4
+ import { v as version } from './package-f53bc121.js';
5
5
  import { c as campaignTypeNames, s as slotChangeListener, S as SlotSkeleton } from './customized-slots-299054d1.js';
6
6
  import { D as DEFAULT_EXAMPLE_IMAGE } from './constants-8bf233a9.js';
7
7