@florid-kit/components 0.11.0 → 1.0.0

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/index.mjs CHANGED
@@ -3,7 +3,7 @@
3
3
  * Copyright 2019 Google LLC
4
4
  * SPDX-License-Identifier: BSD-3-Clause
5
5
  */
6
- const S1 = globalThis, J1 = S1.ShadowRoot && (S1.ShadyCSS === void 0 || S1.ShadyCSS.nativeShadow) && "adoptedStyleSheets" in Document.prototype && "replace" in CSSStyleSheet.prototype, Q1 = Symbol(), w2 = /* @__PURE__ */ new WeakMap();
6
+ const S1 = globalThis, Y1 = S1.ShadowRoot && (S1.ShadyCSS === void 0 || S1.ShadyCSS.nativeShadow) && "adoptedStyleSheets" in Document.prototype && "replace" in CSSStyleSheet.prototype, Q1 = Symbol(), w2 = /* @__PURE__ */ new WeakMap();
7
7
  let _2 = class {
8
8
  constructor(t, i, n) {
9
9
  if (this._$cssResult$ = !0, n !== Q1) throw Error("CSSResult is not constructable. Use `unsafeCSS` or `css` instead.");
@@ -12,7 +12,7 @@ let _2 = class {
12
12
  get styleSheet() {
13
13
  let t = this.o;
14
14
  const i = this.t;
15
- if (J1 && t === void 0) {
15
+ if (Y1 && t === void 0) {
16
16
  const n = i !== void 0 && i.length === 1;
17
17
  n && (t = w2.get(i)), t === void 0 && ((this.o = t = new CSSStyleSheet()).replaceSync(this.cssText), n && w2.set(i, t));
18
18
  }
@@ -30,12 +30,12 @@ const D2 = (e) => new _2(typeof e == "string" ? e : e + "", void 0, Q1), g = (e,
30
30
  })(o) + e[s + 1], e[0]);
31
31
  return new _2(i, e, Q1);
32
32
  }, T2 = (e, t) => {
33
- if (J1) e.adoptedStyleSheets = t.map((i) => i instanceof CSSStyleSheet ? i : i.styleSheet);
33
+ if (Y1) e.adoptedStyleSheets = t.map((i) => i instanceof CSSStyleSheet ? i : i.styleSheet);
34
34
  else for (const i of t) {
35
35
  const n = document.createElement("style"), o = S1.litNonce;
36
36
  o !== void 0 && n.setAttribute("nonce", o), n.textContent = i.cssText, e.appendChild(n);
37
37
  }
38
- }, b2 = J1 ? (e) => e : (e) => e instanceof CSSStyleSheet ? ((t) => {
38
+ }, b2 = Y1 ? (e) => e : (e) => e instanceof CSSStyleSheet ? ((t) => {
39
39
  let i = "";
40
40
  for (const n of t.cssRules) i += n.cssText;
41
41
  return D2(i);
@@ -284,20 +284,20 @@ d1.elementStyles = [], d1.shadowRootOptions = { mode: "open" }, d1[w1("elementPr
284
284
  */
285
285
  const b1 = globalThis, A1 = b1.trustedTypes, y2 = A1 ? A1.createPolicy("lit-html", { createHTML: (e) => e }) : void 0, S2 = "$lit$", t1 = `lit$${Math.random().toFixed(9).slice(2)}$`, F2 = "?" + t1, G2 = `<${F2}>`, l1 = document, L1 = () => l1.createComment(""), y1 = (e) => e === null || typeof e != "object" && typeof e != "function", e2 = Array.isArray, X2 = (e) => e2(e) || typeof (e == null ? void 0 : e[Symbol.iterator]) == "function", R1 = `[
286
286
  \f\r]`, f1 = /<(?:(!--|\/[^a-zA-Z])|(\/?[a-zA-Z][^>\s]*)|(\/?$))/g, x2 = /-->/g, H2 = />/g, n1 = RegExp(`>|${R1}(?:([^\\s"'>=/]+)(${R1}*=${R1}*(?:[^
287
- \f\r"'\`<>=]|("|')|))|$)`, "g"), V2 = /'/g, $2 = /"/g, A2 = /^(?:script|style|textarea|title)$/i, Y2 = (e) => (t, ...i) => ({ _$litType$: e, strings: t, values: i }), a = Y2(1), i1 = Symbol.for("lit-noChange"), d = Symbol.for("lit-nothing"), B2 = /* @__PURE__ */ new WeakMap(), s1 = l1.createTreeWalker(l1, 129);
287
+ \f\r"'\`<>=]|("|')|))|$)`, "g"), V2 = /'/g, B2 = /"/g, A2 = /^(?:script|style|textarea|title)$/i, J2 = (e) => (t, ...i) => ({ _$litType$: e, strings: t, values: i }), a = J2(1), i1 = Symbol.for("lit-noChange"), d = Symbol.for("lit-nothing"), $2 = /* @__PURE__ */ new WeakMap(), s1 = l1.createTreeWalker(l1, 129);
288
288
  function O2(e, t) {
289
289
  if (!e2(e) || !e.hasOwnProperty("raw")) throw Error("invalid template strings array");
290
290
  return y2 !== void 0 ? y2.createHTML(t) : t;
291
291
  }
292
- const J2 = (e, t) => {
292
+ const Y2 = (e, t) => {
293
293
  const i = e.length - 1, n = [];
294
294
  let o, s = t === 2 ? "<svg>" : t === 3 ? "<math>" : "", r = f1;
295
295
  for (let c = 0; c < i; c++) {
296
296
  const h = e[c];
297
- let u, L, f = -1, q = 0;
298
- for (; q < h.length && (r.lastIndex = q, L = r.exec(h), L !== null); ) q = r.lastIndex, r === f1 ? L[1] === "!--" ? r = x2 : L[1] !== void 0 ? r = H2 : L[2] !== void 0 ? (A2.test(L[2]) && (o = RegExp("</" + L[2], "g")), r = n1) : L[3] !== void 0 && (r = n1) : r === n1 ? L[0] === ">" ? (r = o ?? f1, f = -1) : L[1] === void 0 ? f = -2 : (f = r.lastIndex - L[2].length, u = L[1], r = L[3] === void 0 ? n1 : L[3] === '"' ? $2 : V2) : r === $2 || r === V2 ? r = n1 : r === x2 || r === H2 ? r = f1 : (r = n1, o = void 0);
297
+ let u, b, v = -1, q = 0;
298
+ for (; q < h.length && (r.lastIndex = q, b = r.exec(h), b !== null); ) q = r.lastIndex, r === f1 ? b[1] === "!--" ? r = x2 : b[1] !== void 0 ? r = H2 : b[2] !== void 0 ? (A2.test(b[2]) && (o = RegExp("</" + b[2], "g")), r = n1) : b[3] !== void 0 && (r = n1) : r === n1 ? b[0] === ">" ? (r = o ?? f1, v = -1) : b[1] === void 0 ? v = -2 : (v = r.lastIndex - b[2].length, u = b[1], r = b[3] === void 0 ? n1 : b[3] === '"' ? B2 : V2) : r === B2 || r === V2 ? r = n1 : r === x2 || r === H2 ? r = f1 : (r = n1, o = void 0);
299
299
  const Q = r === n1 && e[c + 1].startsWith("/>") ? " " : "";
300
- s += r === f1 ? h + G2 : f >= 0 ? (n.push(u), h.slice(0, f) + S2 + h.slice(f) + t1 + Q) : h + t1 + (f === -2 ? c : Q);
300
+ s += r === f1 ? h + G2 : v >= 0 ? (n.push(u), h.slice(0, v) + S2 + h.slice(v) + t1 + Q) : h + t1 + (v === -2 ? c : Q);
301
301
  }
302
302
  return [O2(e, s + (e[i] || "<?>") + (t === 2 ? "</svg>" : t === 3 ? "</math>" : "")), n];
303
303
  };
@@ -306,29 +306,29 @@ class x1 {
306
306
  let o;
307
307
  this.parts = [];
308
308
  let s = 0, r = 0;
309
- const c = t.length - 1, h = this.parts, [u, L] = J2(t, i);
309
+ const c = t.length - 1, h = this.parts, [u, b] = Y2(t, i);
310
310
  if (this.el = x1.createElement(u, n), s1.currentNode = this.el.content, i === 2 || i === 3) {
311
- const f = this.el.content.firstChild;
312
- f.replaceWith(...f.childNodes);
311
+ const v = this.el.content.firstChild;
312
+ v.replaceWith(...v.childNodes);
313
313
  }
314
314
  for (; (o = s1.nextNode()) !== null && h.length < c; ) {
315
315
  if (o.nodeType === 1) {
316
- if (o.hasAttributes()) for (const f of o.getAttributeNames()) if (f.endsWith(S2)) {
317
- const q = L[r++], Q = o.getAttribute(f).split(t1), _1 = /([.?@])?(.*)/.exec(q);
318
- h.push({ type: 1, index: s, name: _1[2], strings: Q, ctor: _1[1] === "." ? t3 : _1[1] === "?" ? e3 : _1[1] === "@" ? i3 : P1 }), o.removeAttribute(f);
319
- } else f.startsWith(t1) && (h.push({ type: 6, index: s }), o.removeAttribute(f));
316
+ if (o.hasAttributes()) for (const v of o.getAttributeNames()) if (v.endsWith(S2)) {
317
+ const q = b[r++], Q = o.getAttribute(v).split(t1), _1 = /([.?@])?(.*)/.exec(q);
318
+ h.push({ type: 1, index: s, name: _1[2], strings: Q, ctor: _1[1] === "." ? t3 : _1[1] === "?" ? e3 : _1[1] === "@" ? i3 : P1 }), o.removeAttribute(v);
319
+ } else v.startsWith(t1) && (h.push({ type: 6, index: s }), o.removeAttribute(v));
320
320
  if (A2.test(o.tagName)) {
321
- const f = o.textContent.split(t1), q = f.length - 1;
321
+ const v = o.textContent.split(t1), q = v.length - 1;
322
322
  if (q > 0) {
323
323
  o.textContent = A1 ? A1.emptyScript : "";
324
- for (let Q = 0; Q < q; Q++) o.append(f[Q], L1()), s1.nextNode(), h.push({ type: 2, index: ++s });
325
- o.append(f[q], L1());
324
+ for (let Q = 0; Q < q; Q++) o.append(v[Q], L1()), s1.nextNode(), h.push({ type: 2, index: ++s });
325
+ o.append(v[q], L1());
326
326
  }
327
327
  }
328
328
  } else if (o.nodeType === 8) if (o.data === F2) h.push({ type: 2, index: s });
329
329
  else {
330
- let f = -1;
331
- for (; (f = o.data.indexOf(t1, f + 1)) !== -1; ) h.push({ type: 7, index: s }), f += t1.length - 1;
330
+ let v = -1;
331
+ for (; (v = o.data.indexOf(t1, v + 1)) !== -1; ) h.push({ type: 7, index: s }), v += t1.length - 1;
332
332
  }
333
333
  s++;
334
334
  }
@@ -414,8 +414,8 @@ class k1 {
414
414
  }
415
415
  }
416
416
  _$AC(t) {
417
- let i = B2.get(t.strings);
418
- return i === void 0 && B2.set(t.strings, i = new x1(t)), i;
417
+ let i = $2.get(t.strings);
418
+ return i === void 0 && $2.set(t.strings, i = new x1(t)), i;
419
419
  }
420
420
  k(t) {
421
421
  e2(this._$AH) || (this._$AH = [], this._$AR());
@@ -554,7 +554,7 @@ q1 == null || q1({ LitElement: p });
554
554
  * Copyright 2017 Google LLC
555
555
  * SPDX-License-Identifier: BSD-3-Clause
556
556
  */
557
- const v = (e) => (t, i) => {
557
+ const f = (e) => (t, i) => {
558
558
  i !== void 0 ? i.addInitializer(() => {
559
559
  customElements.define(e, t);
560
560
  }) : customElements.define(e, t);
@@ -749,10 +749,10 @@ const c3 = `<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="h
749
749
  `, V3 = `<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
750
750
  <path d="M7.99376 14.4486C7.46684 14.4486 6.93991 14.251 6.54472 13.8558C6.14953 13.4606 5.8202 12.9995 5.68847 12.4067H3.77837C2.98798 12.4067 2.59279 12.4067 2.32933 12.1433C2.13173 12.0116 2 11.7481 2 11.5505C2 11.2212 2.13173 10.826 2.52692 10.1673L2.92212 9.4428C3.31731 8.78415 3.51491 8.05963 3.64664 7.3351L3.84423 5.68847C3.97596 4.63462 4.43702 3.7125 5.22741 3.05385C6.01779 2.39519 7.00578 2 7.99376 2C8.98174 2 10.0356 2.39519 10.7601 3.05385C11.5505 3.7125 12.0116 4.70049 12.1433 5.68847L12.3409 7.26924C12.4067 8.05963 12.6702 8.78415 13.0654 9.37693L13.4606 10.1015C13.8558 10.7601 14.0534 11.0894 13.9875 11.4846C13.9875 11.7481 13.8558 11.9457 13.6582 12.0774C13.3947 12.3409 12.9995 12.3409 12.2092 12.3409H10.2991C10.1673 12.9337 9.83799 13.4606 9.4428 13.7899C9.04761 14.1851 8.52068 14.3827 7.99376 14.3827V14.4486ZM6.28126 12.4067C6.41299 12.8019 6.61058 13.1971 6.93991 13.4606C7.5327 13.9875 8.45482 13.9875 9.11347 13.4606C9.4428 13.1971 9.6404 12.8019 9.77213 12.4067H6.28126ZM7.99376 2.65865C7.13751 2.65865 6.28126 2.98798 5.6226 3.58077C4.96395 4.17356 4.56875 4.96395 4.43702 5.88606L4.23943 7.46684C4.1077 8.32309 3.84423 9.11347 3.44904 9.83799L3.05385 10.5625C2.72452 11.0894 2.59279 11.3529 2.59279 11.5505C2.59279 11.6164 2.59279 11.7481 2.72452 11.814C2.85625 11.8798 3.25144 11.8798 3.77837 11.8798H12.2092C12.7361 11.8798 13.1971 11.8798 13.263 11.814C13.3289 11.814 13.3947 11.6822 13.3947 11.5505C13.3947 11.4188 13.1971 11.0894 12.9337 10.5625L12.5385 9.83799C12.0774 9.11347 11.814 8.32309 11.7481 7.5327L11.5505 5.88606C11.4846 5.02981 11.0236 4.17356 10.3649 3.58077C9.70626 2.98798 8.85001 2.65865 7.99376 2.65865Z" fill="#3F2B2E"/>
751
751
  </svg>
752
- `, $3 = `<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
752
+ `, B3 = `<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
753
753
  <path d="M8.79502 11.6311C8.39179 12.123 7.60821 12.123 7.20498 11.6311L2.21403 5.54238C1.69947 4.91464 2.17092 4 3.00905 4L12.991 4C13.8291 4 14.3005 4.91465 13.786 5.54238L8.79502 11.6311Z" fill="#3F2B2E"/>
754
754
  </svg>
755
- `, B3 = `<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
755
+ `, $3 = `<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
756
756
  <path d="M7.20498 4.36894C7.60821 3.87702 8.39179 3.87702 8.79502 4.36894L13.786 10.4576C14.3005 11.0854 13.8291 12 12.991 12L3.00905 12C2.17092 12 1.69947 11.0854 2.21403 10.4576L7.20498 4.36894Z" fill="#3F2B2E"/>
757
757
  </svg>
758
758
  `, E3 = `<svg width="12" height="12" viewBox="0 0 12 12" fill="none" xmlns="http://www.w3.org/2000/svg">
@@ -827,10 +827,10 @@ const c3 = `<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="h
827
827
  `, X3 = `<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
828
828
  <path d="M14.5 5.53C13.67 5.25 12.28 4.96 10.5 4.81C10.1 2.65 9.26 1 8.01 1C6.76 1 5.93 2.66 5.52 4.82C3.95 4.97 2.69 5.24 1.56 5.52L1 5.66L4.49 15H11.52L15 5.7L14.49 5.53H14.5ZM8.02 2.04C8.49 2.04 9.08 3.04 9.45 4.74C8.99 4.72 8.52 4.7 8.02 4.7C7.52 4.7 7.04 4.72 6.59 4.74C6.95 3.04 7.55 2.04 8.02 2.04ZM10.83 13.96H5.2L2.37 6.39C3.22 6.19 4.18 6 5.37 5.87C5.29 6.56 5.25 7.28 5.25 7.99H6.27C6.27 7.18 6.33 6.45 6.42 5.78C6.92 5.75 7.45 5.73 8.03 5.73C8.61 5.73 9.13 5.75 9.64 5.78C9.73 6.45 9.79 7.18 9.79 7.99H10.81C10.81 7.27 10.77 6.55 10.69 5.85C11.94 5.97 12.96 6.15 13.7 6.35L10.86 13.94L10.83 13.96Z" fill="#3F2B2E"/>
829
829
  </svg>
830
- `, Y3 = `<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
830
+ `, J3 = `<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
831
831
  <path d="M22.45 8.29332C21.09 7.83311 18.77 7.36289 15.8 7.12278C15.18 3.70123 13.89 1 12 1C10.11 1 8.82 3.70123 8.2 7.13279C5.57 7.36289 3.47 7.80309 1.6 8.27331L1 8.42337L6.49 23H17.52L23 8.46339L22.45 8.28331V8.29332ZM12.01 2.12051C13 2.12051 14.08 4.05139 14.67 7.05275C13.82 7.00273 12.94 6.97271 12.01 6.97271C11.08 6.97271 10.19 7.00273 9.35 7.05275C9.94 4.05139 11.01 2.12051 12.01 2.12051ZM16.77 21.8895H7.25L2.47 9.21373C4.08 8.82356 5.87 8.4734 8.03 8.2633C7.87 9.47385 7.78 10.7444 7.78 11.995H8.88C8.88 10.6244 8.98 9.33379 9.15 8.16326C10.03 8.10323 10.98 8.07322 12 8.07322C13.02 8.07322 13.95 8.10323 14.85 8.16326C15.02 9.33379 15.12 10.6144 15.12 11.995H16.22C16.22 10.7344 16.13 9.46385 15.97 8.24329C18.34 8.44338 20.26 8.80355 21.54 9.17372L16.75 21.8795L16.77 21.8895Z" fill="#3F2B2E"/>
832
832
  </svg>
833
- `, J3 = `<svg width="12" height="12" viewBox="0 0 12 12" fill="none" xmlns="http://www.w3.org/2000/svg">
833
+ `, Y3 = `<svg width="12" height="12" viewBox="0 0 12 12" fill="none" xmlns="http://www.w3.org/2000/svg">
834
834
  <path d="M7.30478 5.82558C7.30478 5.87403 7.30478 5.92248 7.30478 5.98062H7.95219C7.95219 5.71899 7.92231 5.45736 7.90239 5.20543L7.29482 5.82558H7.30478Z" fill="#432A2E"/>
835
835
  <path d="M3.51992 9.03295L7.5737 4.8469L7.87251 4.53682L7.94223 4.4593L8.38048 4.01357L10.761 1.55233L10.1335 1L7.3745 3.84884L6.84661 4.39147L3.19123 8.17054L3.08167 8.28682L1 10.438L1.61753 11L3.22112 9.34302L3.51992 9.03295Z" fill="#432A2E"/>
836
836
  <path d="M2.99203 7.66667L1.89641 4.82752C2.55378 4.67248 3.29084 4.54651 4.15737 4.4593C4.09761 4.95349 4.05777 5.46705 4.05777 5.98062H4.61554L4.70518 5.88372C4.70518 5.34108 4.74502 4.8469 4.81474 4.40116C5.18327 4.38178 5.58167 4.3624 6 4.3624C6.05976 4.3624 6.10956 4.3624 6.16932 4.3624L6.77689 3.73256C6.51793 3.72287 6.26892 3.71318 6 3.71318C5.62151 3.71318 5.26295 3.72287 4.9243 3.74225C5.19323 2.51163 5.64143 1.77519 6 1.77519C6.32868 1.77519 6.73705 2.41473 7.01594 3.5L7.54382 2.95736C7.21514 1.89147 6.69721 1.13566 6.00996 1.13566C5.14343 1.13566 4.54582 2.30814 4.25697 3.80039C3.11155 3.89729 2.19522 4.09109 1.37849 4.29457L1.01992 4.38178L2.48406 8.18992L2.98207 7.67636L2.99203 7.66667Z" fill="#432A2E"/>
@@ -965,11 +965,11 @@ const c3 = `<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="h
965
965
  <path d="M1 5.92417C1.55625 5.37441 2.73125 4.06635 4.5125 2L4.75 2.13902C4.18125 3.29542 3.49375 4.58452 2.69375 6C3.49375 7.41548 4.175 8.70458 4.75 9.86098L4.5125 10C2.73125 7.93997 1.5625 6.63191 1 6.07583V5.91153V5.92417Z" fill="#3F2B2E"/>
966
966
  <path d="M11 6.07583C10.4438 6.62559 9.26875 7.93365 7.4875 10L7.25 9.86098C7.81875 8.70458 8.50625 7.41548 9.30625 6C8.50625 4.58452 7.825 3.29542 7.25 2.13902L7.4875 2C9.26875 4.06003 10.4375 5.36809 11 5.92417V6.08847V6.07583Z" fill="#3F2B2E"/>
967
967
  </svg>
968
- `, $t = `<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
968
+ `, Bt = `<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
969
969
  <path d="M1 7.88626C1.77875 7.06161 3.42375 5.09953 5.9175 2L6.25 2.20853C5.45375 3.94313 4.49125 5.87678 3.37125 8C4.49125 10.1232 5.445 12.0569 6.25 13.7915L5.9175 14C3.42375 10.91 1.7875 8.94787 1 8.11374V7.8673V7.88626Z" fill="#3F2B2E"/>
970
970
  <path d="M15 8.11374C14.2212 8.93839 12.5763 10.9005 10.0825 14L9.75 13.7915C10.5462 12.0569 11.5087 10.1232 12.6287 8C11.5087 5.87678 10.555 3.94313 9.75 2.20853L10.0825 2C12.5763 5.09005 14.2125 7.05213 15 7.88626V8.1327V8.11374Z" fill="#3F2B2E"/>
971
971
  </svg>
972
- `, Bt = `<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
972
+ `, $t = `<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
973
973
  <path d="M1 11.8104C2.22375 10.436 4.80875 7.16588 8.7275 2L9.25 2.34755C7.99875 5.23855 6.48625 8.4613 4.72625 12C6.48625 15.5387 7.985 18.7615 9.25 21.6525L8.7275 22C4.80875 16.8499 2.2375 13.5798 1 12.1896V11.7788V11.8104Z" fill="#3F2B2E"/>
974
974
  <path d="M23 12.1896C21.7763 13.564 19.1913 16.8341 15.2725 22L14.75 21.6525C16.0013 18.7615 17.5138 15.5387 19.2738 12C17.5138 8.4613 16.015 5.23855 14.75 2.34755L15.2725 2C19.1913 7.15008 21.7625 10.4202 23 11.8104V12.2212V12.1896Z" fill="#3F2B2E"/>
975
975
  </svg>
@@ -1054,10 +1054,10 @@ const c3 = `<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="h
1054
1054
  `, Xt = `<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
1055
1055
  <path d="M14.99 8.13385L13.7909 7.08923C14.4204 6.23846 14.7402 5.54923 14.7802 5.47385L13.9308 5C13.9308 5 11.8722 9.35077 7.995 9.35077C4.11777 9.35077 2.1192 5.04308 2.09921 5L1.25981 5.48462C1.28979 5.56 1.61956 6.23846 2.23911 7.06769L1 8.13385L1.58958 8.95231L2.87866 7.84308C3.30835 8.31692 3.81799 8.80154 4.40757 9.21077L3.62812 10.6969L4.44754 11.2246L5.24697 9.71692C5.91649 10.0615 6.66595 10.2877 7.49536 10.3631V12H8.44468V10.3631C9.34404 10.2985 10.1535 10.0508 10.853 9.68462L11.6624 11.2138L12.4818 10.6862L11.6824 9.17846C12.252 8.78 12.7416 8.31692 13.1613 7.85385L14.4104 8.94154L15 8.12308L14.99 8.13385Z" fill="#3F2B2E"/>
1056
1056
  </svg>
1057
- `, Yt = `<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
1057
+ `, Jt = `<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
1058
1058
  <path d="M23.5 12.07L21.28 10.24C22.41 8.82 23.01 7.62 23.07 7.5L22.13 7C22.1 7.07 18.64 14.07 12.01 14.07C5.38 14.07 1.97 7.08 1.94 7.01L1 7.52C1.06 7.64 1.66 8.81 2.77 10.2L0.5 12.07L1.15 12.94L3.48 11.02C4.26 11.88 5.22 12.75 6.36 13.48L4.93 16.07L5.84 16.62L7.28 14.01C8.48 14.63 9.86 15.04 11.4 15.13V18H12.46V15.14C14.12 15.07 15.59 14.63 16.85 13.97L18.31 16.62L19.22 16.07L17.77 13.44C18.88 12.73 19.8 11.89 20.56 11.06L22.83 12.93L23.48 12.06L23.5 12.07Z" fill="#3F2B2E"/>
1059
1059
  </svg>
1060
- `, Jt = `<svg width="12" height="12" viewBox="0 0 12 12" fill="none" xmlns="http://www.w3.org/2000/svg">
1060
+ `, Yt = `<svg width="12" height="12" viewBox="0 0 12 12" fill="none" xmlns="http://www.w3.org/2000/svg">
1061
1061
  <path d="M5.99 9.74C2.49 9.74 0.66 6.3 0.58 6.15L0.5 6L0.58 5.85C0.65 5.7 2.39 2.25 6.01 2.25H6.02C9.7 2.25 11.36 5.71 11.43 5.85L11.5 6L11.43 6.15C11.36 6.3 9.57 9.75 5.99 9.75V9.74ZM1.27 5.99C1.66 6.63 3.3 9.06 5.98 9.06C8.66 9.06 10.36 6.62 10.73 5.98C10.38 5.35 8.84 2.92 6.01 2.92C3.23 2.92 1.64 5.34 1.27 5.99Z" fill="#3F2B2E"/>
1062
1062
  <path d="M6 8.05C5.27 8.05 4.57 7.68 4.23 7.11L4.14 6.92C4.03 6.68 3.96 6.42 3.94 6.13V5.99C3.94 5.66 4.01 5.35 4.14 5.06L4.19 4.95C4.53 4.33 5.25 3.93 6.01 3.93C6.77 3.93 7.44 4.31 7.78 4.88C7.97 5.22 8.06 5.53 8.07 5.86V5.99C8.07 6.32 8 6.63 7.87 6.92L7.82 7.03C7.49 7.65 6.76 8.05 6.01 8.05H6ZM6 4.61C5.49 4.61 5 4.87 4.79 5.25L4.75 5.33C4.66 5.53 4.61 5.75 4.61 5.98V6.09C4.63 6.27 4.67 6.46 4.75 6.63L4.8 6.73C5.03 7.11 5.51 7.35 6 7.35C6.49 7.35 7 7.09 7.21 6.71L7.25 6.62C7.34 6.42 7.39 6.2 7.39 5.97V5.85C7.38 5.64 7.32 5.43 7.21 5.23C6.97 4.83 6.49 4.58 6 4.58V4.61Z" fill="#3F2B2E"/>
1063
1063
  </svg>
@@ -1188,11 +1188,11 @@ const c3 = `<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="h
1188
1188
  <path d="M10.5 8.79C10.48 8.39 10.38 8 10.2 7.66L10.16 7.59C9.93 7.2 9.56 6.89 9.13 6.69L10.31 3.5L10.02 3.4C9.49 3.22 8.59 3.03 7.45 2.94C7.19 1.57 6.67 0.5 5.91 0.5C5.15 0.5 4.62 1.58 4.36 2.95C3.35 3.04 2.54 3.22 1.82 3.4L1.5 3.48L3.7 9.42H5.66C5.7 9.67 5.76 9.91 5.85 10.12L5.96 10.35C6.36 11.05 7.18 11.5 8.05 11.5C8.92 11.5 9.81 11.01 10.2 10.26L10.26 10.12C10.42 9.76 10.5 9.37 10.5 8.97V8.79ZM5.9 1.07C6.21 1.07 6.61 1.74 6.85 2.88C6.55 2.86 6.23 2.85 5.9 2.85C5.57 2.85 5.25 2.86 4.95 2.88C5.19 1.74 5.59 1.07 5.9 1.07ZM5.91 7.67L5.85 7.81C5.71 8.12 5.65 8.46 5.63 8.81H4.09L2.27 3.89C2.85 3.75 3.51 3.63 4.27 3.55C4.21 4.01 4.18 4.48 4.18 4.95H4.76C4.76 4.42 4.8 3.94 4.86 3.5C5.19 3.48 5.53 3.47 5.91 3.47C6.29 3.47 6.63 3.48 6.96 3.5C7.02 3.94 7.06 4.42 7.06 4.95H7.63C7.63 4.48 7.6 4 7.54 3.54C8.37 3.62 9.07 3.74 9.54 3.87L8.57 6.5C8.4 6.46 8.23 6.43 8.06 6.43C7.16 6.43 6.31 6.92 5.92 7.67H5.91ZM9.92 8.95C9.92 9.27 9.86 9.57 9.74 9.85L9.69 9.97C9.41 10.51 8.74 10.88 8.06 10.88C7.38 10.88 6.76 10.54 6.44 9.99L6.38 9.85C6.28 9.62 6.22 9.36 6.19 9.09V8.94C6.19 8.62 6.25 8.32 6.38 8.04L6.43 7.92C6.71 7.38 7.38 7.01 8.06 7.01C8.74 7.01 9.37 7.36 9.69 7.92C9.83 8.19 9.91 8.49 9.92 8.79V8.95Z" fill="#3F2B2E"/>
1189
1189
  <path d="M7.91 8.8H6.77V9.4H8.49V7.61H7.91V8.8Z" fill="#3F2B2E"/>
1190
1190
  </svg>
1191
- `, $6 = `<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
1191
+ `, B6 = `<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
1192
1192
  <path d="M14.49 11.7975C14.46 11.2372 14.31 10.7168 14.04 10.2265L13.99 10.1464C13.67 9.61608 13.15 9.1958 12.54 8.91561L14.23 4.59273L13.77 4.44263C13.02 4.20247 11.75 3.94229 10.13 3.81221C9.76 1.93095 9 0.5 7.87 0.5C6.74 0.5 5.97 1.94096 5.61 3.82221C4.18 3.9523 3.04 4.18246 2.01 4.43262L1.5 4.5527L4.68 12.6781H7.48C7.54 13.0083 7.62 13.3185 7.75 13.5987L7.91 13.9189C8.5 14.8796 9.69 15.5 10.95 15.5C12.21 15.5 13.5 14.8195 14.07 13.7889L14.16 13.5987C14.39 13.1084 14.5 12.568 14.5 12.0177V11.7875L14.49 11.7975ZM7.86 1.4006C8.28 1.4006 8.83 2.27118 9.16 3.75217C8.74 3.73215 8.31 3.72215 7.86 3.72215C7.41 3.72215 6.97 3.73215 6.56 3.75217C6.89 2.27118 7.43 1.4006 7.86 1.4006ZM7.83 10.2565L7.74 10.4466C7.55 10.8669 7.45 11.3172 7.42 11.7775H5.3L2.73 5.19313C3.53 5.01301 4.42 4.8529 5.46 4.74283C5.39 5.34323 5.35 5.96364 5.35 6.59406H6.27C6.27 5.8936 6.32 5.25317 6.4 4.67278C6.86 4.64276 7.34 4.63276 7.86 4.63276C8.38 4.63276 8.86 4.64276 9.32 4.67278C9.4 5.25317 9.45 5.8936 9.45 6.59406H10.37C10.37 5.96364 10.33 5.34323 10.26 4.73282C11.39 4.83289 12.33 4.993 13 5.17312L11.65 8.63542C11.42 8.5954 11.18 8.55537 10.94 8.55537C9.64 8.55537 8.39 9.23582 7.82 10.2665L7.83 10.2565ZM13.57 12.0277C13.57 12.448 13.48 12.8582 13.31 13.2285L13.24 13.3886C12.85 14.0991 11.91 14.5994 10.95 14.5994C9.99 14.5994 9.13 14.1491 8.7 13.4586L8.59 13.2285C8.45 12.9183 8.36 12.5781 8.33 12.2278V12.0277C8.33 11.6074 8.42 11.1971 8.59 10.8269L8.66 10.6668C9.05 9.9563 9.99 9.45597 10.95 9.45597C11.91 9.45597 12.78 9.92628 13.2 10.6067L13.24 10.6768C13.44 11.037 13.55 11.4273 13.57 11.8276V12.0277Z" fill="#3F2B2E"/>
1193
1193
  <path d="M10.69 11.7675H9.1V12.6781H11.61V10.2065H10.69V11.7675Z" fill="#3F2B2E"/>
1194
1194
  </svg>
1195
- `, B6 = `<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
1195
+ `, $6 = `<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
1196
1196
  <path d="M21.5 17.6976C21.46 16.8972 21.2401 16.1469 20.8503 15.4466L20.7704 15.3165C20.2806 14.5061 19.4511 13.8658 18.4916 13.4757L21.0203 7.03274L20.5605 6.88267C19.4111 6.51251 17.4621 6.13233 14.9634 5.94225C14.4437 3.17099 13.3543 1 11.7651 1C10.176 1 9.08653 3.18099 8.56681 5.95225C6.34798 6.14234 4.5889 6.4925 3.00973 6.87267L2.5 6.99272L7.12756 18.7781H11.3753C11.4553 19.3183 11.5852 19.8286 11.8051 20.2988L12.035 20.749C12.8745 22.1196 14.5936 23 16.4027 23C18.2117 23 20.0608 22.0396 20.8703 20.5789L21.0003 20.2988C21.3301 19.5884 21.49 18.8281 21.49 18.0277V17.6976H21.5ZM11.7751 1.8904C12.6147 1.8904 13.5142 3.45111 14.0139 5.87221C13.3043 5.8322 12.5647 5.81219 11.7751 5.81219C10.9855 5.81219 10.2359 5.8422 9.5363 5.88222C10.036 3.46112 10.9356 1.90041 11.7751 1.90041V1.8904ZM11.935 15.4766L11.8051 15.7567C11.4953 16.417 11.3354 17.1373 11.3154 17.8777H7.76723L3.74934 7.63302C5.09863 7.32287 6.60784 7.03274 8.42688 6.87267C8.28695 7.85312 8.21699 8.88358 8.21699 9.89404H9.1465C9.1465 8.78354 9.22646 7.74307 9.36639 6.80264C10.116 6.75261 10.9056 6.73261 11.7651 6.73261C12.6247 6.73261 13.4043 6.76262 14.1639 6.80264C14.3038 7.74307 14.3937 8.78354 14.3937 9.90405H15.3233C15.3233 8.88358 15.2533 7.85312 15.1134 6.87267C17.1123 7.03274 18.7215 7.32287 19.8009 7.62301L17.612 13.2156C17.2123 13.1255 16.8125 13.0755 16.4027 13.0755C14.5337 13.0755 12.7446 14.0359 11.935 15.4966V15.4766ZM20.5705 18.0277C20.5705 18.698 20.4306 19.3383 20.1607 19.9286L20.0508 20.1787C19.4211 21.3092 17.9219 22.0996 16.4127 22.0996C14.9035 22.0996 13.5142 21.3893 12.8346 20.2888L12.6547 19.9286C12.4248 19.4384 12.2948 18.9081 12.2449 18.3379V18.0377C12.2449 17.3674 12.3848 16.7271 12.6547 16.1369L12.7646 15.8868C13.3943 14.7563 14.8935 13.9659 16.4027 13.9659C17.9119 13.9659 19.3211 14.7162 19.9808 15.7967L20.0508 15.9068C20.3606 16.477 20.5405 17.0973 20.5805 17.7376V18.0377L20.5705 18.0277Z" fill="#3F2B2E"/>
1197
1197
  <path d="M16.2528 17.8777H13.6241V18.7781H17.1723V15.3165H16.2528V17.8777Z" fill="#3F2B2E"/>
1198
1198
  </svg>
@@ -1289,11 +1289,11 @@ const c3 = `<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="h
1289
1289
  <path d="M14 14.97V14.5806C13.9374 13.6419 13.687 12.7832 13.2487 12.0243C13.2487 12.0243 13.2487 12.0143 13.2383 12.0043L13.1443 11.8545C12.1426 10.2468 10.1704 9.24822 8.01043 9.24822C5.85044 9.24822 3.69043 10.3566 2.7513 12.0243L2.58435 12.3538C2.58435 12.3538 2.57391 12.3937 2.56348 12.4137C2.19826 13.1826 2 14.0713 2 14.97C2 14.97 2 14.97 2 14.98H3.21043C3.21043 14.2311 3.37739 13.5021 3.66957 12.873C3.66957 12.873 3.66957 12.873 3.66957 12.8631L3.82609 12.5635C4.55652 11.2753 6.23652 10.4165 8 10.4165C9.76348 10.4165 11.3287 11.2154 12.0904 12.4437L12.1739 12.5835C12.5287 13.2026 12.727 13.9016 12.7791 14.6405V14.99L13.9896 15L14 14.97Z" fill="#3F2B2E"/>
1290
1290
  <path d="M4.53565 6.33238L4.70261 6.65193C5.3287 7.67047 6.62261 8.32953 8 8.32953C9.37739 8.32953 10.7443 7.62054 11.3704 6.5321L11.4748 6.3224C11.7148 5.81312 11.84 5.24394 11.84 4.66476V4.42511C11.7983 3.86591 11.6313 3.3067 11.36 2.78745L11.2974 2.6776C10.6713 1.67903 9.34609 1 8 1C6.65391 1 5.24522 1.70899 4.62957 2.78745L4.52522 2.99715C4.28522 3.50642 4.16 4.07561 4.16 4.65478V4.90442C4.20174 5.42368 4.31652 5.89301 4.53565 6.34237V6.33238ZM5.37043 4.65478C5.37043 4.23538 5.46435 3.82596 5.62087 3.49643L5.70435 3.32668C6.10087 2.63766 7.04 2.16833 8 2.16833C8.96 2.16833 9.83652 2.62767 10.2852 3.34665C10.4835 3.70613 10.5983 4.10556 10.6296 4.46505V4.67475C10.6296 5.09415 10.5357 5.50357 10.3791 5.8331L10.2957 6.00285C9.89913 6.69187 8.96 7.17118 8 7.17118C7.04 7.17118 6.16348 6.7418 5.71478 6.00285L5.62087 5.8331C5.47478 5.53352 5.3913 5.19401 5.36 4.85449V4.64479L5.37043 4.65478Z" fill="#3F2B2E"/>
1291
1291
  </svg>
1292
- `, Y6 = `<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
1292
+ `, J6 = `<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
1293
1293
  <path d="M12.005 14.168C12.9534 14.168 13.8819 14.3279 14.7704 14.5876C16.9667 15.2371 18.8636 16.6058 19.8619 18.4242L20.1215 18.9337C20.6905 20.1526 21 21.5513 21 22.98C21 22.98 21 22.99 21 23H19.7421C19.7421 21.7511 19.4825 20.5322 18.9933 19.4932L18.7438 19.0136C17.9052 17.485 16.2779 16.3161 14.391 15.7666C13.6223 15.5468 12.8236 15.4169 11.995 15.4169C11.1764 15.4169 10.3777 15.5468 9.60899 15.7666C7.72213 16.3161 6.09484 17.475 5.25624 19.0136L5.00666 19.4932C4.51747 20.5422 4.2579 21.7611 4.2579 23H3C3 23 3 22.99 3 22.98C3 21.5513 3.2995 20.1526 3.87854 18.9337L4.1381 18.4242C5.13644 16.6058 7.03328 15.2271 9.22962 14.5876C10.1181 14.3279 11.0466 14.168 11.995 14.168" fill="#3F2B2E"/>
1294
1294
  <path d="M6.91348 9.07266L7.17304 9.55223C8.1015 11.0808 9.99834 12.0699 12.005 12.0699C14.0116 12.0699 16.0383 11.0009 16.9468 9.38238L17.1065 9.06267C17.4559 8.29337 17.6456 7.42416 17.6456 6.53497V6.1653C17.5857 5.29609 17.3461 4.46685 16.9368 3.68756L16.8469 3.51771C15.9285 2.00908 13.9917 1 12.015 1C10.0383 1 7.97171 2.06903 7.07321 3.67757L6.91348 3.99728C6.56406 4.76658 6.37438 5.63579 6.37438 6.52498V6.89464C6.43428 7.68392 6.61398 8.39328 6.92346 9.07266H6.91348ZM7.61231 6.52498C7.61231 5.81562 7.76206 5.11626 8.03161 4.52679L8.17138 4.24705C8.84027 3.03815 10.3777 2.22888 11.995 2.22888C13.5225 2.22888 15.0599 3.01817 15.7388 4.12716L15.8186 4.26703C16.1481 4.88647 16.3378 5.54587 16.3777 6.20527V6.53497C16.3777 7.24432 16.228 7.94369 15.9584 8.53315L15.8186 8.8129C15.1398 10.0318 13.6023 10.8411 11.995 10.8411C10.3877 10.8411 8.9401 10.0917 8.25125 8.94278L8.0416 8.54314C7.802 8.02361 7.66223 7.45413 7.61231 6.85468V6.52498Z" fill="#3F2B2E"/>
1295
1295
  </svg>
1296
- `, J6 = `<svg width="12" height="12" viewBox="0 0 12 12" fill="none" xmlns="http://www.w3.org/2000/svg">
1296
+ `, Y6 = `<svg width="12" height="12" viewBox="0 0 12 12" fill="none" xmlns="http://www.w3.org/2000/svg">
1297
1297
  <path d="M8.2404 4.25C8.2404 4.25 8.2704 3.29 7.7004 2.6C7.3104 2.13 6.7304 1.88 6.0204 1.87C6.0204 1.87 5.9804 1.87 5.9704 1.87C5.3304 1.88 4.8204 2.08 4.4304 2.45C3.7104 3.15 3.7504 4.21 3.7504 4.24V11.06L4.4404 11.5H7.5604L8.2504 11.06V4.25H8.2404ZM7.4404 4.24V10.67L7.3004 10.76H4.6704L4.5304 10.67V4.23C4.5304 4.23 4.5104 3.43 4.9904 2.97C5.2304 2.74 5.5504 2.62 5.9804 2.62C6.4604 2.62 6.8204 2.77 7.0604 3.07C7.4504 3.54 7.4304 4.23 7.4304 4.25L7.4404 4.24Z" fill="#3F2B2E"/>
1298
1298
  <path d="M6.8504 1.56L6.7704 0.5H5.2104L5.1304 1.56H6.8504Z" fill="#3F2B2E"/>
1299
1299
  </svg>
@@ -1395,10 +1395,10 @@ const c3 = `<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="h
1395
1395
  `, V4 = `<svg width="12" height="12" viewBox="0 0 12 12" fill="none" xmlns="http://www.w3.org/2000/svg">
1396
1396
  <path d="M10.99 5.05599L10.8701 4.68638H7.3037L6.1948 1.25H5.83517L4.71628 4.67639H1.11988L1 5.02603L3.91708 7.12382L2.7982 10.5103L3.10789 10.74L6.01498 8.64222L8.9021 10.75L9.22178 10.5202L8.11289 7.13381L11 5.06598L10.99 5.05599ZM9.49151 5.3357L7.3037 6.55442V5.3357H9.49151Z" fill="#432A2E"/>
1397
1397
  </svg>
1398
- `, $4 = `<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
1398
+ `, B4 = `<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
1399
1399
  <path d="M15 6.656L14.84 6.12639H9.85L8.29 1.25H7.79L6.22 6.11639H6.21L1.16 6.1064L1 6.60603L5.09 9.59382L3.52 14.4003L3.95 14.73L5.99 13.2411L8.03 11.7522L12.07 14.75L12.52 14.4202L10.96 9.6138L15 6.66599V6.656ZM12.66 7.12565L10.37 8.79441L9.85 9.17413V7.12565H12.66ZM9.85 11.8521V9.42395L10.01 9.91358L10.89 12.6216L9.86 11.8521H9.85Z" fill="#432A2E"/>
1400
1400
  </svg>
1401
- `, B4 = `<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
1401
+ `, $4 = `<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
1402
1402
  <path d="M21.99 10.124L21.7601 9.37362H14.6337L12.4148 2.5H11.6952L9.45627 9.35361L2.22989 9.3336L2 10.044L7.83708 14.2462L5.5982 21.0197L6.21789 21.48L12.035 17.2778L17.8021 21.5L18.4418 21.0398L16.2229 14.2662L22 10.114L21.99 10.124ZM15.963 13.2256L15.8731 10.3741H19.921L15.953 13.2256H15.963ZM16.9225 19.629L16.1429 19.0587L16.083 17.0577L16.9225 19.629Z" fill="#3F2B2E"/>
1403
1403
  </svg>
1404
1404
  `, E4 = `<svg width="12" height="12" viewBox="0 0 12 12" fill="none" xmlns="http://www.w3.org/2000/svg">
@@ -1449,8 +1449,8 @@ const c3 = `<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="h
1449
1449
  arrowTop: x3,
1450
1450
  cart: H3,
1451
1451
  notifyme: V3,
1452
- triangledown: $3,
1453
- triangleup: B3,
1452
+ triangledown: B3,
1453
+ triangleup: $3,
1454
1454
  checkstroke: E3,
1455
1455
  pause: M3,
1456
1456
  mapDualArrow: k3,
@@ -1463,8 +1463,8 @@ const c3 = `<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="h
1463
1463
  "occ-address": { small: D3, medium: T3, large: j3 },
1464
1464
  "occ-back": { small: R3, medium: U3, large: q3 },
1465
1465
  "occ-bag-filled": { small: N3, medium: K3, large: W3 },
1466
- "occ-bag-outlined": { small: G3, medium: X3, large: Y3 },
1467
- "occ-bag-strike": { small: J3, medium: Q3, large: tt },
1466
+ "occ-bag-outlined": { small: G3, medium: X3, large: J3 },
1467
+ "occ-bag-strike": { small: Y3, medium: Q3, large: tt },
1468
1468
  "occ-bottle": { small: et, medium: it, large: ot },
1469
1469
  "occ-briefcase": { small: nt, medium: st, large: rt },
1470
1470
  "occ-burger": { small: lt, medium: at, large: ct },
@@ -1473,7 +1473,7 @@ const c3 = `<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="h
1473
1473
  "occ-check-filled": { small: vt, medium: ft, large: wt },
1474
1474
  "occ-check-outlined": { small: bt, medium: mt, large: Lt },
1475
1475
  "occ-chevron-bottom": { small: yt, medium: xt, large: Ht },
1476
- "occ-chevron-double": { small: Vt, medium: $t, large: Bt },
1476
+ "occ-chevron-double": { small: Vt, medium: Bt, large: $t },
1477
1477
  "occ-chevron-left": { small: Et, medium: Mt, large: kt },
1478
1478
  "occ-chevron-right": { small: Zt, medium: _t, large: St },
1479
1479
  "occ-chevron-top": { small: Ft, medium: At, large: Ot },
@@ -1481,8 +1481,8 @@ const c3 = `<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="h
1481
1481
  "occ-close-outlined": { small: Dt, medium: Tt, large: jt },
1482
1482
  "occ-cream": { small: Rt, medium: Ut, large: qt },
1483
1483
  "occ-cream-tube": { small: Nt, medium: Kt, large: Wt },
1484
- "occ-eye-hide": { small: Gt, medium: Xt, large: Yt },
1485
- "occ-eye-show": { small: Jt, medium: Qt, large: t6 },
1484
+ "occ-eye-hide": { small: Gt, medium: Xt, large: Jt },
1485
+ "occ-eye-show": { small: Yt, medium: Qt, large: t6 },
1486
1486
  "occ-geoloc": { small: e6, medium: i6, large: o6 },
1487
1487
  "occ-gift": { small: n6, medium: s6, large: r6 },
1488
1488
  "occ-hand-shake": { small: l6, medium: a6, large: c6 },
@@ -1491,7 +1491,7 @@ const c3 = `<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="h
1491
1491
  "occ-mail": { small: v6, medium: f6, large: w6 },
1492
1492
  "occ-message": { small: b6, medium: m6, large: L6 },
1493
1493
  "occ-minus": { small: y6, medium: x6, large: H6 },
1494
- "occ-order": { small: V6, medium: $6, large: B6 },
1494
+ "occ-order": { small: V6, medium: B6, large: $6 },
1495
1495
  "occ-order-sent": { small: E6, medium: M6, large: k6 },
1496
1496
  "occ-padlock": { small: Z6, medium: _6, large: S6 },
1497
1497
  "occ-pause": { small: F6, medium: A6, large: O6 },
@@ -1499,8 +1499,8 @@ const c3 = `<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="h
1499
1499
  "occ-plus": { small: D6, medium: T6, large: j6 },
1500
1500
  "occ-product": { small: R6, medium: U6, large: q6 },
1501
1501
  "occ-profil-filled": { small: N6, medium: K6, large: W6 },
1502
- "occ-profil-outlined": { small: G6, medium: X6, large: Y6 },
1503
- "occ-refill": { small: J6, medium: Q6, large: t4 },
1502
+ "occ-profil-outlined": { small: G6, medium: X6, large: J6 },
1503
+ "occ-refill": { small: Y6, medium: Q6, large: t4 },
1504
1504
  "occ-refine": { small: e4, medium: i4, large: o4 },
1505
1505
  "occ-reward-card": { small: n4, medium: s4, large: r4 },
1506
1506
  "occ-samples": { small: l4, medium: a4, large: c4 },
@@ -1509,7 +1509,7 @@ const c3 = `<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="h
1509
1509
  "occ-star-100": { small: v4, medium: f4, large: w4 },
1510
1510
  "occ-star-25": { small: b4, medium: m4, large: L4 },
1511
1511
  "occ-star-50": { small: y4, medium: x4, large: H4 },
1512
- "occ-star-75": { small: V4, medium: $4, large: B4 },
1512
+ "occ-star-75": { small: V4, medium: B4, large: $4 },
1513
1513
  "occ-store": { small: E4, medium: M4, large: k4 },
1514
1514
  "occ-warning": { small: Z4, medium: _4, large: S4 },
1515
1515
  "occ-wishlist-filled": { small: F4, medium: E2, large: E2 },
@@ -1693,7 +1693,7 @@ class X4 extends G4 {
1693
1693
  (!t || !(o in t) && n[o] === i[o]) && (n[o] = void 0);
1694
1694
  }
1695
1695
  }
1696
- class Y4 extends X4 {
1696
+ class J4 extends X4 {
1697
1697
  constructor() {
1698
1698
  super(...arguments), this.eventData = {};
1699
1699
  }
@@ -1737,7 +1737,7 @@ class Y4 extends X4 {
1737
1737
  }
1738
1738
  }
1739
1739
  }
1740
- class J4 extends Y4 {
1740
+ class Y4 extends J4 {
1741
1741
  apply(t) {
1742
1742
  if (!t)
1743
1743
  return;
@@ -1786,13 +1786,13 @@ class J4 extends Y4 {
1786
1786
  }
1787
1787
  }
1788
1788
  }
1789
- const k2 = a2(J4);
1789
+ const k2 = a2(Y4);
1790
1790
  /**
1791
1791
  * @license
1792
1792
  * Copyright 2018 Google LLC
1793
1793
  * SPDX-License-Identifier: BSD-3-Clause
1794
1794
  */
1795
- const M = (e) => e ?? d;
1795
+ const E = (e) => e ?? d;
1796
1796
  var Q4 = Object.defineProperty, t5 = Object.getOwnPropertyDescriptor, T = (e, t, i, n) => {
1797
1797
  for (var o = n > 1 ? void 0 : n ? t5(t, i) : t, s = e.length - 1, r; s >= 0; s--)
1798
1798
  (r = e[s]) && (o = (n ? r(t, i, o) : r(o)) || o);
@@ -1820,7 +1820,7 @@ let k = class extends p {
1820
1820
  ` : a`
1821
1821
  <button
1822
1822
  type="button"
1823
- aria-label=${M(h)}
1823
+ aria-label=${E(h)}
1824
1824
  aria-describedby=${this.getAttribute("aria-describedby") || d}
1825
1825
  class="icon-button ${this.size} ${this.bgstyle} ${this.status} ${n}"
1826
1826
  ?disabled="${this.disabled}"
@@ -2043,7 +2043,7 @@ T([
2043
2043
  l({ type: String })
2044
2044
  ], k.prototype, "srLabel", 2);
2045
2045
  k = T([
2046
- v("o-icon-button")
2046
+ f("o-icon-button")
2047
2047
  ], k);
2048
2048
  var e5 = Object.defineProperty, i5 = Object.getOwnPropertyDescriptor, w = (e, t, i, n) => {
2049
2049
  for (var o = n > 1 ? void 0 : n ? i5(t, i) : t, s = e.length - 1, r; s >= 0; s--)
@@ -2154,12 +2154,12 @@ let C = class extends p {
2154
2154
  }
2155
2155
  }
2156
2156
  if (document.querySelector("#refineandsortpopin")) {
2157
- const r = t.querySelector(".close-btn"), c = r ? this.resolveFocusable(r) : null, h = t.querySelector(".js-clear-refinements"), u = h ? this.resolveFocusable(h) : null, L = (f) => {
2158
- e.preventDefault(), e.stopPropagation(), f.focus();
2157
+ const r = t.querySelector(".close-btn"), c = r ? this.resolveFocusable(r) : null, h = t.querySelector(".js-clear-refinements"), u = h ? this.resolveFocusable(h) : null, b = (v) => {
2158
+ e.preventDefault(), e.stopPropagation(), v.focus();
2159
2159
  };
2160
2160
  if (c && u) {
2161
- if (!e.shiftKey && i === u) return L(c);
2162
- if (e.shiftKey && i === c) return L(u);
2161
+ if (!e.shiftKey && i === u) return b(c);
2162
+ if (e.shiftKey && i === c) return b(u);
2163
2163
  }
2164
2164
  }
2165
2165
  const o = this.renderRoot.querySelector(".close-btn");
@@ -2656,7 +2656,7 @@ w([
2656
2656
  l({ type: Boolean })
2657
2657
  ], C.prototype, "isHidingDetail", 2);
2658
2658
  C = w([
2659
- v("o-side-panel")
2659
+ f("o-side-panel")
2660
2660
  ], C);
2661
2661
  var o5 = Object.defineProperty, n5 = Object.getOwnPropertyDescriptor, H = (e, t, i, n) => {
2662
2662
  for (var o = n > 1 ? void 0 : n ? n5(t, i) : t, s = e.length - 1, r; s >= 0; s--)
@@ -2664,7 +2664,7 @@ var o5 = Object.defineProperty, n5 = Object.getOwnPropertyDescriptor, H = (e, t,
2664
2664
  return n && o && o5(t, i, o), o;
2665
2665
  };
2666
2666
  const s5 = s2(p);
2667
- let b = class extends s5 {
2667
+ let m = class extends s5 {
2668
2668
  constructor() {
2669
2669
  super(...arguments), this.type = "submit", this.value = "", this.variant = "primary", this.text = "", this.textsecond = "", this.fullwidth = !1, this.disabled = !1, this.startIconModel = "", this.endIconModel = "", this.startIcon = !1, this.endIcon = !1, this.panelTarget = "", this.href = "", this.target = "", this.underlined = !1, this.withbadge = !1, this.hideRoleButton = !1;
2670
2670
  }
@@ -2733,9 +2733,9 @@ let b = class extends s5 {
2733
2733
  `;
2734
2734
  }
2735
2735
  };
2736
- a3(b);
2737
- b.formAssociated = !0;
2738
- b.styles = g`
2736
+ a3(m);
2737
+ m.formAssociated = !0;
2738
+ m.styles = g`
2739
2739
  :host {
2740
2740
  --button-border: transparent;
2741
2741
  --badge-outer-width: 19px;
@@ -2944,58 +2944,58 @@ b.styles = g`
2944
2944
  `;
2945
2945
  H([
2946
2946
  l()
2947
- ], b.prototype, "type", 2);
2947
+ ], m.prototype, "type", 2);
2948
2948
  H([
2949
2949
  l()
2950
- ], b.prototype, "value", 2);
2950
+ ], m.prototype, "value", 2);
2951
2951
  H([
2952
2952
  l({ type: String, reflect: !0 })
2953
- ], b.prototype, "variant", 2);
2953
+ ], m.prototype, "variant", 2);
2954
2954
  H([
2955
2955
  l({ type: String })
2956
- ], b.prototype, "text", 2);
2956
+ ], m.prototype, "text", 2);
2957
2957
  H([
2958
2958
  l({ type: String })
2959
- ], b.prototype, "textsecond", 2);
2959
+ ], m.prototype, "textsecond", 2);
2960
2960
  H([
2961
2961
  l({ type: Boolean, reflect: !0 })
2962
- ], b.prototype, "fullwidth", 2);
2962
+ ], m.prototype, "fullwidth", 2);
2963
2963
  H([
2964
2964
  l({ type: Boolean, reflect: !0 })
2965
- ], b.prototype, "disabled", 2);
2965
+ ], m.prototype, "disabled", 2);
2966
2966
  H([
2967
2967
  l({ type: String })
2968
- ], b.prototype, "startIconModel", 2);
2968
+ ], m.prototype, "startIconModel", 2);
2969
2969
  H([
2970
2970
  l({ type: String })
2971
- ], b.prototype, "endIconModel", 2);
2971
+ ], m.prototype, "endIconModel", 2);
2972
2972
  H([
2973
2973
  l({ type: Boolean, reflect: !0, attribute: "starticon" })
2974
- ], b.prototype, "startIcon", 2);
2974
+ ], m.prototype, "startIcon", 2);
2975
2975
  H([
2976
2976
  l({ type: Boolean, reflect: !0, attribute: "endicon" })
2977
- ], b.prototype, "endIcon", 2);
2977
+ ], m.prototype, "endIcon", 2);
2978
2978
  H([
2979
2979
  l({ type: String, attribute: "paneltarget" })
2980
- ], b.prototype, "panelTarget", 2);
2980
+ ], m.prototype, "panelTarget", 2);
2981
2981
  H([
2982
2982
  l({ type: String })
2983
- ], b.prototype, "href", 2);
2983
+ ], m.prototype, "href", 2);
2984
2984
  H([
2985
2985
  l({ type: String })
2986
- ], b.prototype, "target", 2);
2986
+ ], m.prototype, "target", 2);
2987
2987
  H([
2988
2988
  l({ type: Boolean, reflect: !0 })
2989
- ], b.prototype, "underlined", 2);
2989
+ ], m.prototype, "underlined", 2);
2990
2990
  H([
2991
2991
  l({ type: Boolean, reflect: !0 })
2992
- ], b.prototype, "withbadge", 2);
2992
+ ], m.prototype, "withbadge", 2);
2993
2993
  H([
2994
2994
  l({ type: Boolean, reflect: !0 })
2995
- ], b.prototype, "hideRoleButton", 2);
2996
- b = H([
2997
- v("o-button")
2998
- ], b);
2995
+ ], m.prototype, "hideRoleButton", 2);
2996
+ m = H([
2997
+ f("o-button")
2998
+ ], m);
2999
2999
  var r5 = Object.defineProperty, l5 = Object.getOwnPropertyDescriptor, z1 = (e, t, i, n) => {
3000
3000
  for (var o = n > 1 ? void 0 : n ? l5(t, i) : t, s = e.length - 1, r; s >= 0; s--)
3001
3001
  (r = e[s]) && (o = (n ? r(t, i, o) : r(o)) || o);
@@ -3107,7 +3107,7 @@ z1([
3107
3107
  l({ type: String, reflect: !0 })
3108
3108
  ], C1.prototype, "label", 2);
3109
3109
  C1 = z1([
3110
- v("o-wishlist-button")
3110
+ f("o-wishlist-button")
3111
3111
  ], C1);
3112
3112
  var a5 = Object.defineProperty, c5 = Object.getOwnPropertyDescriptor, a1 = (e, t, i, n) => {
3113
3113
  for (var o = n > 1 ? void 0 : n ? c5(t, i) : t, s = e.length - 1, r; s >= 0; s--)
@@ -3147,7 +3147,7 @@ let N = class extends p {
3147
3147
  <a
3148
3148
  class="link-wrapper"
3149
3149
  href="${this.href}"
3150
- target="${M(this.target || void 0)}"
3150
+ target="${E(this.target || void 0)}"
3151
3151
  @click="${this._handleClick}"
3152
3152
  >
3153
3153
  ${t}
@@ -3261,7 +3261,7 @@ a1([
3261
3261
  l({ type: Boolean, reflect: !0 })
3262
3262
  ], N.prototype, "reverseEndIcon", 2);
3263
3263
  N = a1([
3264
- v("o-link")
3264
+ f("o-link")
3265
3265
  ], N);
3266
3266
  var h5 = Object.defineProperty, d5 = Object.getOwnPropertyDescriptor, I1 = (e, t, i, n) => {
3267
3267
  for (var o = n > 1 ? void 0 : n ? d5(t, i) : t, s = e.length - 1, r; s >= 0; s--)
@@ -3339,7 +3339,7 @@ I1([
3339
3339
  l({ type: String })
3340
3340
  ], g1.prototype, "href", 2);
3341
3341
  g1 = I1([
3342
- v("o-rating")
3342
+ f("o-rating")
3343
3343
  ], g1);
3344
3344
  var p5 = Object.defineProperty, C5 = Object.getOwnPropertyDescriptor, o1 = (e, t, i, n) => {
3345
3345
  for (var o = n > 1 ? void 0 : n ? C5(t, i) : t, s = e.length - 1, r; s >= 0; s--)
@@ -3564,7 +3564,7 @@ o1([
3564
3564
  G()
3565
3565
  ], D.prototype, "focusedIndex", 2);
3566
3566
  D = o1([
3567
- v("thumbnail-navigation")
3567
+ f("thumbnail-navigation")
3568
3568
  ], D);
3569
3569
  var g5 = Object.defineProperty, u5 = Object.getOwnPropertyDescriptor, h2 = (e, t, i, n) => {
3570
3570
  for (var o = n > 1 ? void 0 : n ? u5(t, i) : t, s = e.length - 1, r; s >= 0; s--)
@@ -3645,7 +3645,7 @@ h2([
3645
3645
  l({ type: String, reflect: !0 })
3646
3646
  ], H1.prototype, "bgstyle", 2);
3647
3647
  H1 = h2([
3648
- v("o-tag")
3648
+ f("o-tag")
3649
3649
  ], H1);
3650
3650
  var v5 = Object.defineProperty, f5 = Object.getOwnPropertyDescriptor, d2 = (e, t, i, n) => {
3651
3651
  for (var o = n > 1 ? void 0 : n ? f5(t, i) : t, s = e.length - 1, r; s >= 0; s--)
@@ -3765,9 +3765,9 @@ d2([
3765
3765
  l({ type: String, reflect: !0 })
3766
3766
  ], V1.prototype, "text", 2);
3767
3767
  V1 = d2([
3768
- v("o-tooltip")
3768
+ f("o-tooltip")
3769
3769
  ], V1);
3770
- var w5 = Object.defineProperty, b5 = Object.getOwnPropertyDescriptor, Y = (e, t, i, n) => {
3770
+ var w5 = Object.defineProperty, b5 = Object.getOwnPropertyDescriptor, J = (e, t, i, n) => {
3771
3771
  for (var o = n > 1 ? void 0 : n ? b5(t, i) : t, s = e.length - 1, r; s >= 0; s--)
3772
3772
  (r = e[s]) && (o = (n ? r(t, i, o) : r(o)) || o);
3773
3773
  return n && o && w5(t, i, o), o;
@@ -4034,32 +4034,32 @@ z.styles = g`
4034
4034
  display: none;
4035
4035
  }
4036
4036
  `;
4037
- Y([
4037
+ J([
4038
4038
  l({ type: Array, reflect: !0 })
4039
4039
  ], z.prototype, "options", 2);
4040
- Y([
4040
+ J([
4041
4041
  l({ type: String, reflect: !0 })
4042
4042
  ], z.prototype, "value", 2);
4043
- Y([
4043
+ J([
4044
4044
  l({ type: String, reflect: !0 })
4045
4045
  ], z.prototype, "name", 2);
4046
- Y([
4046
+ J([
4047
4047
  l({ type: Boolean, reflect: !0 })
4048
4048
  ], z.prototype, "disabled", 2);
4049
- Y([
4049
+ J([
4050
4050
  l({ type: String, reflect: !0 })
4051
4051
  ], z.prototype, "width", 2);
4052
- Y([
4052
+ J([
4053
4053
  G()
4054
4054
  ], z.prototype, "open", 2);
4055
- Y([
4055
+ J([
4056
4056
  G()
4057
4057
  ], z.prototype, "activeIndex", 2);
4058
- Y([
4058
+ J([
4059
4059
  G()
4060
4060
  ], z.prototype, "menuWidth", 2);
4061
- z = Y([
4062
- v("o-dropdown")
4061
+ z = J([
4062
+ f("o-dropdown")
4063
4063
  ], z);
4064
4064
  var m5 = Object.getOwnPropertyDescriptor, L5 = (e, t, i, n) => {
4065
4065
  for (var o = n > 1 ? void 0 : n ? m5(t, i) : t, s = e.length - 1, r; s >= 0; s--)
@@ -4115,7 +4115,7 @@ G1.styles = g`
4115
4115
  }
4116
4116
  `;
4117
4117
  G1 = L5([
4118
- v("o-dots")
4118
+ f("o-dots")
4119
4119
  ], G1);
4120
4120
  var y5 = Object.defineProperty, x5 = Object.getOwnPropertyDescriptor, j = (e, t, i, n) => {
4121
4121
  for (var o = n > 1 ? void 0 : n ? x5(t, i) : t, s = e.length - 1, r; s >= 0; s--)
@@ -4124,16 +4124,76 @@ var y5 = Object.defineProperty, x5 = Object.getOwnPropertyDescriptor, j = (e, t,
4124
4124
  };
4125
4125
  let Z = class extends p {
4126
4126
  constructor() {
4127
- super(...arguments), this.options = [], this.value = "", this.name = "", this.additionaltext = "+X variant(s)", this.disabled = !1, this.width = "100%", this.open = !1, this.activeIndex = -1, this.menuWidth = "", this._handleOutsideClick = (e) => {
4128
- this.contains(e.target) || (this.open = !1, this.activeIndex = -1);
4127
+ super(...arguments), this.options = [], this.value = "", this.name = "", this.additionaltext = "+X variant(s)", this.disabled = !1, this.width = "100%", this.open = !1, this.activeIndex = -1, this.menuWidth = "", this._sent = /* @__PURE__ */ new Set(), this._pendingByKey = /* @__PURE__ */ new Map(), this._handleOutsideClick = (e) => {
4128
+ this.contains(e.target) || (this.open = !1, this.activeIndex = -1, this._stopObserveVisibleItems());
4129
4129
  };
4130
4130
  }
4131
+ _getKey(e, t, i) {
4132
+ return (t == null ? void 0 : t.productId) ?? e.value ?? String(i);
4133
+ }
4134
+ _scheduleFlush() {
4135
+ this._flushTimer || (this._flushTimer = window.setTimeout(() => {
4136
+ this._flushTimer = void 0, this._flushPending();
4137
+ }, 80));
4138
+ }
4139
+ _flushPending() {
4140
+ if (!this.open || this._pendingByKey.size === 0) return;
4141
+ const e = Array.from(this._pendingByKey.values());
4142
+ this._pendingByKey.clear(), this.dispatchEvent(
4143
+ new CustomEvent("event-tracking", {
4144
+ detail: {
4145
+ products: e
4146
+ },
4147
+ bubbles: !0,
4148
+ composed: !0
4149
+ })
4150
+ );
4151
+ }
4131
4152
  connectedCallback() {
4132
4153
  super.connectedCallback(), document.addEventListener("click", this._handleOutsideClick);
4133
4154
  }
4134
4155
  disconnectedCallback() {
4135
4156
  document.removeEventListener("click", this._handleOutsideClick), super.disconnectedCallback();
4136
4157
  }
4158
+ _startObserveVisibleItems() {
4159
+ var t;
4160
+ this._stopObserveVisibleItems();
4161
+ const e = (t = this.renderRoot) == null ? void 0 : t.querySelector("#dropdown-listbox");
4162
+ e && (this._io = new IntersectionObserver(
4163
+ (i) => {
4164
+ if (this.open)
4165
+ for (const n of i) {
4166
+ if (!n.isIntersecting) continue;
4167
+ const o = n.target, s = o.dataset.index;
4168
+ if (!s) continue;
4169
+ const r = Number(s), c = this.options[r];
4170
+ if (!c || c.disabled) continue;
4171
+ const h = c.dataproduct ?? o.dataset.product;
4172
+ if (!h) continue;
4173
+ let u;
4174
+ try {
4175
+ u = JSON.parse(h);
4176
+ } catch (v) {
4177
+ console.warn("Invalid dataproduct JSON:", h, v);
4178
+ continue;
4179
+ }
4180
+ const b = this._getKey(c, u, r);
4181
+ this._sent.has(b) || (this._sent.add(b), this._pendingByKey.set(b, u), this._scheduleFlush());
4182
+ }
4183
+ },
4184
+ {
4185
+ root: e,
4186
+ threshold: 0.75
4187
+ }
4188
+ ), e.querySelectorAll("li[role='option']").forEach((i) => {
4189
+ var n;
4190
+ return (n = this._io) == null ? void 0 : n.observe(i);
4191
+ }));
4192
+ }
4193
+ _stopObserveVisibleItems() {
4194
+ var e;
4195
+ this._flushPending(), this._flushTimer && (clearTimeout(this._flushTimer), this._flushTimer = void 0), (e = this._io) == null || e.disconnect(), this._io = void 0;
4196
+ }
4137
4197
  toggle() {
4138
4198
  var e;
4139
4199
  if (!this.disabled) {
@@ -4141,7 +4201,9 @@ let Z = class extends p {
4141
4201
  const t = (e = this.renderRoot) == null ? void 0 : e.querySelector("button");
4142
4202
  t && (this.menuWidth = `${t.getBoundingClientRect().width}px`);
4143
4203
  }
4144
- this.open && this.updateComplete.then(() => this._focusActiveOption());
4204
+ this.open ? this.updateComplete.then(() => {
4205
+ this._focusActiveOption(), this._startObserveVisibleItems();
4206
+ }) : this._stopObserveVisibleItems();
4145
4207
  }
4146
4208
  }
4147
4209
  _focusActiveOption() {
@@ -4206,7 +4268,7 @@ let Z = class extends p {
4206
4268
  ?disabled=${this.disabled}
4207
4269
  class="btn-dropdown"
4208
4270
  >
4209
- <img alt="${M(t == null ? void 0 : t.label)}" src="${M(t == null ? void 0 : t.imgurl)}" />
4271
+ <img alt="${E(t == null ? void 0 : t.label)}" src="${E(t == null ? void 0 : t.imgurl)}" />
4210
4272
  <span id="dropdown-label" class="label">
4211
4273
  ${t ? t.label : "Select an option"}
4212
4274
  </span>
@@ -4235,17 +4297,20 @@ let Z = class extends p {
4235
4297
  <li
4236
4298
  id="option-${n}"
4237
4299
  role="option"
4300
+ data-index="${n}"
4301
+ data-product="${E(i.dataproduct)}"
4238
4302
  aria-selected="${i.value === this.value}"
4239
4303
  aria-disabled="${i.disabled ? "true" : "false"}"
4240
4304
  tabindex="${n === this.activeIndex ? "0" : "-1"}"
4241
4305
  class="${n === this.activeIndex ? "active" : ""} ${i.disabled ? "disabled" : ""}"
4242
4306
  @click=${() => this.selectOption(i)}
4243
4307
  >
4244
- <a href="${M(i.url)}">
4245
- <img alt="${M(i.label)}" src="${M(i.imgurl)}" />
4308
+
4309
+ <a href="${E(i.url)}">
4310
+ <img alt="${E(i.label)}" src="${E(i.imgurl)}" />
4246
4311
  <span class="label">${i.label}</span>
4247
4312
  <div class="right">
4248
- <span class="additional-text">${M(i.additionaltext)}</span>
4313
+ <span class="additional-text">${E(i.additionaltext)}</span>
4249
4314
  ${i.value === this.value && !i.additionaltext ? a`
4250
4315
  <span class="check">${P(e)}</span>` : null}
4251
4316
  </div>
@@ -4464,7 +4529,7 @@ j([
4464
4529
  G()
4465
4530
  ], Z.prototype, "menuWidth", 2);
4466
4531
  Z = j([
4467
- v("o-dropdown-variant")
4532
+ f("o-dropdown-variant")
4468
4533
  ], Z);
4469
4534
  /**
4470
4535
  * @license
@@ -4497,12 +4562,12 @@ const I2 = "important", H5 = " !" + I2, V5 = a2(class extends c2 {
4497
4562
  return i1;
4498
4563
  }
4499
4564
  });
4500
- var $5 = Object.defineProperty, B5 = Object.getOwnPropertyDescriptor, p2 = (e, t, i, n) => {
4501
- for (var o = n > 1 ? void 0 : n ? B5(t, i) : t, s = e.length - 1, r; s >= 0; s--)
4565
+ var B5 = Object.defineProperty, $5 = Object.getOwnPropertyDescriptor, p2 = (e, t, i, n) => {
4566
+ for (var o = n > 1 ? void 0 : n ? $5(t, i) : t, s = e.length - 1, r; s >= 0; s--)
4502
4567
  (r = e[s]) && (o = (n ? r(t, i, o) : r(o)) || o);
4503
- return n && o && $5(t, i, o), o;
4568
+ return n && o && B5(t, i, o), o;
4504
4569
  };
4505
- let $1 = class extends p {
4570
+ let B1 = class extends p {
4506
4571
  constructor() {
4507
4572
  super(...arguments), this.option = {}, this.imageSize = 64;
4508
4573
  }
@@ -4514,16 +4579,16 @@ let $1 = class extends p {
4514
4579
  width: `${this.imageSize}px`,
4515
4580
  height: `${this.imageSize}px`
4516
4581
  }, n = this.option && this.option.title ? e(this.option.title) : "", o = this.option && this.option.description ? e(this.option.description) : "", s = a`
4517
- ${this.option.imgurl ? a`<img src="${this.option.imgurl}" alt="${M(n)}" aria-hidden="true" style=${V5(i)} />` : ""}
4582
+ ${this.option.imgurl ? a`<img src="${this.option.imgurl}" alt="${E(n)}" aria-hidden="true" style=${V5(i)} />` : ""}
4518
4583
  <div class="m-reassurance-content">
4519
- <h3 class="a-reassurance-text">${M(n)}</h3>
4520
- <p class="a-reassurance-description">${M(o)}</p>
4584
+ <h3 class="a-reassurance-text">${E(n)}</h3>
4585
+ <p class="a-reassurance-description">${E(o)}</p>
4521
4586
  </div>
4522
4587
  `;
4523
- return t ? a`<a href="${M(this.option.url)}" class="reassurance-item clickable">${s}</a>` : a`<div class="reassurance-item">${s}</div>`;
4588
+ return t ? a`<a href="${E(this.option.url)}" class="reassurance-item clickable">${s}</a>` : a`<div class="reassurance-item">${s}</div>`;
4524
4589
  }
4525
4590
  };
4526
- $1.styles = g`
4591
+ B1.styles = g`
4527
4592
  :host {
4528
4593
  display: inline-block;
4529
4594
  position: relative;
@@ -4607,14 +4672,14 @@ $1.styles = g`
4607
4672
  `;
4608
4673
  p2([
4609
4674
  l({ type: Object, reflect: !0 })
4610
- ], $1.prototype, "option", 2);
4675
+ ], B1.prototype, "option", 2);
4611
4676
  p2([
4612
4677
  l({ type: Number, reflect: !0 })
4613
- ], $1.prototype, "imageSize", 2);
4614
- $1 = p2([
4615
- v("o-reassurance")
4616
- ], $1);
4617
- var E5 = Object.defineProperty, M5 = Object.getOwnPropertyDescriptor, J = (e, t, i, n) => {
4678
+ ], B1.prototype, "imageSize", 2);
4679
+ B1 = p2([
4680
+ f("o-reassurance")
4681
+ ], B1);
4682
+ var E5 = Object.defineProperty, M5 = Object.getOwnPropertyDescriptor, Y = (e, t, i, n) => {
4618
4683
  for (var o = n > 1 ? void 0 : n ? M5(t, i) : t, s = e.length - 1, r; s >= 0; s--)
4619
4684
  (r = e[s]) && (o = (n ? r(t, i, o) : r(o)) || o);
4620
4685
  return n && o && E5(t, i, o), o;
@@ -4738,39 +4803,39 @@ _.styles = g`
4738
4803
  align-items: center;
4739
4804
  }
4740
4805
  `;
4741
- J([
4806
+ Y([
4742
4807
  l({ type: String, reflect: !0 })
4743
4808
  ], _.prototype, "link", 2);
4744
- J([
4809
+ Y([
4745
4810
  l({ reflect: !0 })
4746
4811
  ], _.prototype, "name", 2);
4747
- J([
4812
+ Y([
4748
4813
  l({ reflect: !0 })
4749
4814
  ], _.prototype, "value", 2);
4750
- J([
4815
+ Y([
4751
4816
  l({ type: String })
4752
4817
  ], _.prototype, "text", 2);
4753
- J([
4818
+ Y([
4754
4819
  l({ type: String, reflect: !0 })
4755
4820
  ], _.prototype, "size", 2);
4756
- J([
4821
+ Y([
4757
4822
  l({ type: Boolean, reflect: !0 })
4758
4823
  ], _.prototype, "selected", 2);
4759
- J([
4824
+ Y([
4760
4825
  l({ type: Boolean, reflect: !0 })
4761
4826
  ], _.prototype, "fullwidth", 2);
4762
- J([
4827
+ Y([
4763
4828
  l({ type: Boolean, reflect: !0 })
4764
4829
  ], _.prototype, "inactive", 2);
4765
- _ = J([
4766
- v("o-chip")
4830
+ _ = Y([
4831
+ f("o-chip")
4767
4832
  ], _);
4768
4833
  var Z5 = Object.defineProperty, _5 = Object.getOwnPropertyDescriptor, C2 = (e, t, i, n) => {
4769
4834
  for (var o = n > 1 ? void 0 : n ? _5(t, i) : t, s = e.length - 1, r; s >= 0; s--)
4770
4835
  (r = e[s]) && (o = (n ? r(t, i, o) : r(o)) || o);
4771
4836
  return n && o && Z5(t, i, o), o;
4772
4837
  };
4773
- let B1 = class extends p {
4838
+ let $1 = class extends p {
4774
4839
  constructor() {
4775
4840
  super(), this.name = "", this.value = "", this.addEventListener("selected", this.onChipSelected);
4776
4841
  }
@@ -4786,7 +4851,7 @@ let B1 = class extends p {
4786
4851
  `;
4787
4852
  }
4788
4853
  };
4789
- B1.styles = g`
4854
+ $1.styles = g`
4790
4855
  :host {
4791
4856
  display: flex;
4792
4857
  flex-direction: row;
@@ -4796,13 +4861,13 @@ B1.styles = g`
4796
4861
  `;
4797
4862
  C2([
4798
4863
  l({ reflect: !0 })
4799
- ], B1.prototype, "name", 2);
4864
+ ], $1.prototype, "name", 2);
4800
4865
  C2([
4801
4866
  l({ reflect: !0 })
4802
- ], B1.prototype, "value", 2);
4803
- B1 = C2([
4804
- v("o-chipset")
4805
- ], B1);
4867
+ ], $1.prototype, "value", 2);
4868
+ $1 = C2([
4869
+ f("o-chipset")
4870
+ ], $1);
4806
4871
  var S5 = Object.defineProperty, F5 = Object.getOwnPropertyDescriptor, R = (e, t, i, n) => {
4807
4872
  for (var o = n > 1 ? void 0 : n ? F5(t, i) : t, s = e.length - 1, r; s >= 0; s--)
4808
4873
  (r = e[s]) && (o = (n ? r(t, i, o) : r(o)) || o);
@@ -5006,7 +5071,7 @@ R([
5006
5071
  l({ type: Boolean, reflect: !0 })
5007
5072
  ], S.prototype, "fullwidth", 2);
5008
5073
  S = R([
5009
- v("o-filter-chip")
5074
+ f("o-filter-chip")
5010
5075
  ], S);
5011
5076
  var O5 = Object.defineProperty, A = (e, t, i, n) => {
5012
5077
  for (var o = void 0, s = e.length - 1, r; s >= 0; s--)
@@ -5194,44 +5259,44 @@ v2.styles = g`
5194
5259
  cursor: pointer;
5195
5260
  }
5196
5261
  `;
5197
- let $ = v2;
5262
+ let B = v2;
5198
5263
  A([
5199
5264
  l({ type: String })
5200
- ], $.prototype, "type");
5265
+ ], B.prototype, "type");
5201
5266
  A([
5202
5267
  l({ type: String })
5203
- ], $.prototype, "titleProduct");
5268
+ ], B.prototype, "titleProduct");
5204
5269
  A([
5205
5270
  l({ type: String })
5206
- ], $.prototype, "volume");
5271
+ ], B.prototype, "volume");
5207
5272
  A([
5208
5273
  l({ type: String })
5209
- ], $.prototype, "perLiter");
5274
+ ], B.prototype, "perLiter");
5210
5275
  A([
5211
5276
  l({ type: String })
5212
- ], $.prototype, "mainPrice");
5277
+ ], B.prototype, "mainPrice");
5213
5278
  A([
5214
5279
  l({ type: String })
5215
- ], $.prototype, "imageUrl");
5280
+ ], B.prototype, "imageUrl");
5216
5281
  A([
5217
5282
  l({ type: String })
5218
- ], $.prototype, "altImage");
5283
+ ], B.prototype, "altImage");
5219
5284
  A([
5220
5285
  l({ type: Boolean })
5221
- ], $.prototype, "fullwidth");
5286
+ ], B.prototype, "fullwidth");
5222
5287
  A([
5223
5288
  l({ type: String })
5224
- ], $.prototype, "tagText");
5289
+ ], B.prototype, "tagText");
5225
5290
  A([
5226
5291
  l({ type: Boolean })
5227
- ], $.prototype, "outOfStock");
5292
+ ], B.prototype, "outOfStock");
5228
5293
  A([
5229
5294
  l({ attribute: !1 })
5230
- ], $.prototype, "onClickTile");
5295
+ ], B.prototype, "onClickTile");
5231
5296
  A([
5232
5297
  l({ attribute: !1 })
5233
- ], $.prototype, "onClickIcon");
5234
- customElements.define("mini-tile", $);
5298
+ ], B.prototype, "onClickIcon");
5299
+ customElements.define("mini-tile", B);
5235
5300
  var P5 = Object.defineProperty, z5 = Object.getOwnPropertyDescriptor, D1 = (e, t, i, n) => {
5236
5301
  for (var o = n > 1 ? void 0 : n ? z5(t, i) : t, s = e.length - 1, r; s >= 0; s--)
5237
5302
  (r = e[s]) && (o = (n ? r(t, i, o) : r(o)) || o);
@@ -5297,14 +5362,14 @@ D1([
5297
5362
  l({ type: String })
5298
5363
  ], u1.prototype, "srlabel", 2);
5299
5364
  u1 = D1([
5300
- v("o-badge")
5365
+ f("o-badge")
5301
5366
  ], u1);
5302
5367
  var I5 = Object.defineProperty, D5 = Object.getOwnPropertyDescriptor, O = (e, t, i, n) => {
5303
5368
  for (var o = n > 1 ? void 0 : n ? D5(t, i) : t, s = e.length - 1, r; s >= 0; s--)
5304
5369
  (r = e[s]) && (o = (n ? r(t, i, o) : r(o)) || o);
5305
5370
  return n && o && I5(t, i, o), o;
5306
5371
  };
5307
- let B = class extends p {
5372
+ let $ = class extends p {
5308
5373
  constructor() {
5309
5374
  super(...arguments), this.icon = "info", this.text = "Sample text", this.verticalanchor = "top", this.horizontalanchor = "right", this.verticaloffset = 24, this.horizontaloffset = 24, this.animationduration = 500, this.animationaxis = "horizontal", this.animated = !0, this.lifeduration = 5e3, this.multiline = !1;
5310
5375
  }
@@ -5368,7 +5433,7 @@ let B = class extends p {
5368
5433
  `;
5369
5434
  }
5370
5435
  };
5371
- B.styles = g`
5436
+ $.styles = g`
5372
5437
  :host {
5373
5438
  --vertical-offset: 24px;
5374
5439
  --horizontal-offset: 24px;
@@ -5448,46 +5513,46 @@ B.styles = g`
5448
5513
  `;
5449
5514
  O([
5450
5515
  l({ type: String, reflect: !0 })
5451
- ], B.prototype, "icon", 2);
5516
+ ], $.prototype, "icon", 2);
5452
5517
  O([
5453
5518
  l({ type: String, reflect: !0 })
5454
- ], B.prototype, "text", 2);
5519
+ ], $.prototype, "text", 2);
5455
5520
  O([
5456
5521
  l({ type: String, reflect: !0 })
5457
- ], B.prototype, "verticalanchor", 2);
5522
+ ], $.prototype, "verticalanchor", 2);
5458
5523
  O([
5459
5524
  l({ type: String, reflect: !0 })
5460
- ], B.prototype, "horizontalanchor", 2);
5525
+ ], $.prototype, "horizontalanchor", 2);
5461
5526
  O([
5462
5527
  l({ type: Number, reflect: !0 })
5463
- ], B.prototype, "verticaloffset", 2);
5528
+ ], $.prototype, "verticaloffset", 2);
5464
5529
  O([
5465
5530
  l({ type: Number, reflect: !0 })
5466
- ], B.prototype, "horizontaloffset", 2);
5531
+ ], $.prototype, "horizontaloffset", 2);
5467
5532
  O([
5468
5533
  l({ type: Number, reflect: !0 })
5469
- ], B.prototype, "animationduration", 2);
5534
+ ], $.prototype, "animationduration", 2);
5470
5535
  O([
5471
5536
  l({ type: String, reflect: !0 })
5472
- ], B.prototype, "animationaxis", 2);
5537
+ ], $.prototype, "animationaxis", 2);
5473
5538
  O([
5474
5539
  l({ type: Boolean, reflect: !0 })
5475
- ], B.prototype, "animated", 2);
5540
+ ], $.prototype, "animated", 2);
5476
5541
  O([
5477
5542
  l({ type: Number, reflect: !0 })
5478
- ], B.prototype, "lifeduration", 2);
5543
+ ], $.prototype, "lifeduration", 2);
5479
5544
  O([
5480
5545
  l({ type: Boolean, reflect: !0 })
5481
- ], B.prototype, "multiline", 2);
5482
- B = O([
5483
- v("o-toast")
5484
- ], B);
5546
+ ], $.prototype, "multiline", 2);
5547
+ $ = O([
5548
+ f("o-toast")
5549
+ ], $);
5485
5550
  var T5 = Object.defineProperty, j5 = Object.getOwnPropertyDescriptor, I = (e, t, i, n) => {
5486
5551
  for (var o = n > 1 ? void 0 : n ? j5(t, i) : t, s = e.length - 1, r; s >= 0; s--)
5487
5552
  (r = e[s]) && (o = (n ? r(t, i, o) : r(o)) || o);
5488
5553
  return n && o && T5(t, i, o), o;
5489
5554
  };
5490
- let R5 = 0, E = class extends p {
5555
+ let R5 = 0, M = class extends p {
5491
5556
  constructor() {
5492
5557
  super(), this.checked = !1, this.indeterminate = !1, this.disabled = !1, this.size = "S", this.showLabel = !0, this.label = "Checkbox", this.name = "", this.value = "on", this.inputId = "", this.inputId || (this.inputId = `o-checkbox-${++R5}`);
5493
5558
  }
@@ -5527,7 +5592,7 @@ let R5 = 0, E = class extends p {
5527
5592
  `;
5528
5593
  }
5529
5594
  };
5530
- E.styles = g`
5595
+ M.styles = g`
5531
5596
  :host {
5532
5597
  display: inline-flex;
5533
5598
  align-items: center;
@@ -5632,37 +5697,37 @@ E.styles = g`
5632
5697
  `;
5633
5698
  I([
5634
5699
  l({ type: Boolean, reflect: !0 })
5635
- ], E.prototype, "checked", 2);
5700
+ ], M.prototype, "checked", 2);
5636
5701
  I([
5637
5702
  l({ type: Boolean, reflect: !0 })
5638
- ], E.prototype, "indeterminate", 2);
5703
+ ], M.prototype, "indeterminate", 2);
5639
5704
  I([
5640
5705
  l({ type: Boolean, reflect: !0 })
5641
- ], E.prototype, "disabled", 2);
5706
+ ], M.prototype, "disabled", 2);
5642
5707
  I([
5643
5708
  l({ type: String, reflect: !0 })
5644
- ], E.prototype, "size", 2);
5709
+ ], M.prototype, "size", 2);
5645
5710
  I([
5646
5711
  l({ type: Boolean })
5647
- ], E.prototype, "showLabel", 2);
5712
+ ], M.prototype, "showLabel", 2);
5648
5713
  I([
5649
5714
  l({ type: String })
5650
- ], E.prototype, "label", 2);
5715
+ ], M.prototype, "label", 2);
5651
5716
  I([
5652
5717
  l({ type: String })
5653
- ], E.prototype, "name", 2);
5718
+ ], M.prototype, "name", 2);
5654
5719
  I([
5655
5720
  l({ type: String })
5656
- ], E.prototype, "value", 2);
5721
+ ], M.prototype, "value", 2);
5657
5722
  I([
5658
5723
  l({ type: String, reflect: !0 })
5659
- ], E.prototype, "inputId", 2);
5724
+ ], M.prototype, "inputId", 2);
5660
5725
  I([
5661
5726
  i2("input")
5662
- ], E.prototype, "inputEl", 2);
5663
- E = I([
5664
- v("o-checkbox")
5665
- ], E);
5727
+ ], M.prototype, "inputEl", 2);
5728
+ M = I([
5729
+ f("o-checkbox")
5730
+ ], M);
5666
5731
  var U5 = Object.defineProperty, q5 = Object.getOwnPropertyDescriptor, U = (e, t, i, n) => {
5667
5732
  for (var o = n > 1 ? void 0 : n ? q5(t, i) : t, s = e.length - 1, r; s >= 0; s--)
5668
5733
  (r = e[s]) && (o = (n ? r(t, i, o) : r(o)) || o);
@@ -5820,7 +5885,7 @@ U([
5820
5885
  i2("input")
5821
5886
  ], F.prototype, "inputEl", 2);
5822
5887
  F = U([
5823
- v("o-radio")
5888
+ f("o-radio")
5824
5889
  ], F);
5825
5890
  var K5 = Object.getOwnPropertyDescriptor, W5 = (e, t, i, n) => {
5826
5891
  for (var o = n > 1 ? void 0 : n ? K5(t, i) : t, s = e.length - 1, r; s >= 0; s--)
@@ -5851,7 +5916,7 @@ X1.styles = g`
5851
5916
  }
5852
5917
  `;
5853
5918
  X1 = W5([
5854
- v("o-breadcrumbs")
5919
+ f("o-breadcrumbs")
5855
5920
  ], X1);
5856
5921
  var G5 = Object.defineProperty, X5 = Object.getOwnPropertyDescriptor, g2 = (e, t, i, n) => {
5857
5922
  for (var o = n > 1 ? void 0 : n ? X5(t, i) : t, s = e.length - 1, r; s >= 0; s--)
@@ -5928,12 +5993,12 @@ g2([
5928
5993
  l({ type: Boolean, reflect: !0 })
5929
5994
  ], E1.prototype, "active", 2);
5930
5995
  E1 = g2([
5931
- v("o-breadcrumb")
5996
+ f("o-breadcrumb")
5932
5997
  ], E1);
5933
- var Y5 = Object.defineProperty, J5 = Object.getOwnPropertyDescriptor, c1 = (e, t, i, n) => {
5934
- for (var o = n > 1 ? void 0 : n ? J5(t, i) : t, s = e.length - 1, r; s >= 0; s--)
5998
+ var J5 = Object.defineProperty, Y5 = Object.getOwnPropertyDescriptor, c1 = (e, t, i, n) => {
5999
+ for (var o = n > 1 ? void 0 : n ? Y5(t, i) : t, s = e.length - 1, r; s >= 0; s--)
5935
6000
  (r = e[s]) && (o = (n ? r(t, i, o) : r(o)) || o);
5936
- return n && o && Y5(t, i, o), o;
6001
+ return n && o && J5(t, i, o), o;
5937
6002
  };
5938
6003
  let K = class extends p {
5939
6004
  constructor() {
@@ -6058,7 +6123,7 @@ c1([
6058
6123
  l({ type: Boolean, reflect: !0, attribute: "showhover" })
6059
6124
  ], K.prototype, "showHover", 2);
6060
6125
  K = c1([
6061
- v("o-arch-image")
6126
+ f("o-arch-image")
6062
6127
  ], K);
6063
6128
  const Q5 = `<?xml version="1.0" encoding="UTF-8" standalone="no"?>
6064
6129
  <svg
@@ -6469,7 +6534,7 @@ var i0 = Object.defineProperty, o0 = Object.getOwnPropertyDescriptor, x = (e, t,
6469
6534
  (r = e[s]) && (o = (n ? r(t, i, o) : r(o)) || o);
6470
6535
  return n && o && i0(t, i, o), o;
6471
6536
  };
6472
- let m = class extends p {
6537
+ let L = class extends p {
6473
6538
  constructor() {
6474
6539
  super(...arguments), this.type = "cart | notifyme", this.titleProduct = "", this.descriptionProduct = "", this.volume = "", this.perLiter = "", this.mainPrice = "", this.salesPercentage = "", this.oldPrice = "", this.imageUrl = "https://placehold.co/112x140", this.outOfStock = !1, this.outOfStockText = "Out of stock", this.altImage = "", this.fullwidth = !1, this.current = !1, this.hideIcon = !1, this.tagText = "";
6475
6540
  }
@@ -6538,7 +6603,7 @@ let m = class extends p {
6538
6603
  `;
6539
6604
  }
6540
6605
  };
6541
- m.styles = g`
6606
+ L.styles = g`
6542
6607
  :host {
6543
6608
  display: block;
6544
6609
  max-width: 100%;
@@ -6709,61 +6774,61 @@ m.styles = g`
6709
6774
  `;
6710
6775
  x([
6711
6776
  l({ type: String })
6712
- ], m.prototype, "type", 2);
6777
+ ], L.prototype, "type", 2);
6713
6778
  x([
6714
6779
  l({ type: String })
6715
- ], m.prototype, "titleProduct", 2);
6780
+ ], L.prototype, "titleProduct", 2);
6716
6781
  x([
6717
6782
  l({ type: String })
6718
- ], m.prototype, "descriptionProduct", 2);
6783
+ ], L.prototype, "descriptionProduct", 2);
6719
6784
  x([
6720
6785
  l({ type: String })
6721
- ], m.prototype, "volume", 2);
6786
+ ], L.prototype, "volume", 2);
6722
6787
  x([
6723
6788
  l({ type: String })
6724
- ], m.prototype, "perLiter", 2);
6789
+ ], L.prototype, "perLiter", 2);
6725
6790
  x([
6726
6791
  l({ type: String })
6727
- ], m.prototype, "mainPrice", 2);
6792
+ ], L.prototype, "mainPrice", 2);
6728
6793
  x([
6729
6794
  l({ type: String })
6730
- ], m.prototype, "salesPercentage", 2);
6795
+ ], L.prototype, "salesPercentage", 2);
6731
6796
  x([
6732
6797
  l({ type: String })
6733
- ], m.prototype, "oldPrice", 2);
6798
+ ], L.prototype, "oldPrice", 2);
6734
6799
  x([
6735
6800
  l({ type: String })
6736
- ], m.prototype, "imageUrl", 2);
6801
+ ], L.prototype, "imageUrl", 2);
6737
6802
  x([
6738
6803
  l({ type: Boolean })
6739
- ], m.prototype, "outOfStock", 2);
6804
+ ], L.prototype, "outOfStock", 2);
6740
6805
  x([
6741
6806
  l({ type: String })
6742
- ], m.prototype, "outOfStockText", 2);
6807
+ ], L.prototype, "outOfStockText", 2);
6743
6808
  x([
6744
6809
  l({ type: String })
6745
- ], m.prototype, "altImage", 2);
6810
+ ], L.prototype, "altImage", 2);
6746
6811
  x([
6747
6812
  l({ type: Boolean })
6748
- ], m.prototype, "fullwidth", 2);
6813
+ ], L.prototype, "fullwidth", 2);
6749
6814
  x([
6750
6815
  l({ type: Boolean })
6751
- ], m.prototype, "current", 2);
6816
+ ], L.prototype, "current", 2);
6752
6817
  x([
6753
6818
  l({ type: Boolean })
6754
- ], m.prototype, "hideIcon", 2);
6819
+ ], L.prototype, "hideIcon", 2);
6755
6820
  x([
6756
6821
  l({ type: String })
6757
- ], m.prototype, "tagText", 2);
6822
+ ], L.prototype, "tagText", 2);
6758
6823
  x([
6759
6824
  l({ attribute: !1 })
6760
- ], m.prototype, "onClickTile", 2);
6825
+ ], L.prototype, "onClickTile", 2);
6761
6826
  x([
6762
6827
  l({ attribute: !1 })
6763
- ], m.prototype, "onClickIcon", 2);
6764
- m = x([
6765
- v("o-medium-tile")
6766
- ], m);
6828
+ ], L.prototype, "onClickIcon", 2);
6829
+ L = x([
6830
+ f("o-medium-tile")
6831
+ ], L);
6767
6832
  var n0 = Object.defineProperty, s0 = Object.getOwnPropertyDescriptor, h1 = (e, t, i, n) => {
6768
6833
  for (var o = n > 1 ? void 0 : n ? s0(t, i) : t, s = e.length - 1, r; s >= 0; s--)
6769
6834
  (r = e[s]) && (o = (n ? r(t, i, o) : r(o)) || o);
@@ -6896,14 +6961,14 @@ h1([
6896
6961
  l({ type: Boolean, reflect: !0 })
6897
6962
  ], W.prototype, "inactive", 2);
6898
6963
  W = h1([
6899
- v("o-tab")
6964
+ f("o-tab")
6900
6965
  ], W);
6901
6966
  var r0 = Object.getOwnPropertyDescriptor, l0 = (e, t, i, n) => {
6902
6967
  for (var o = n > 1 ? void 0 : n ? r0(t, i) : t, s = e.length - 1, r; s >= 0; s--)
6903
6968
  (r = e[s]) && (o = r(o) || o);
6904
6969
  return o;
6905
6970
  };
6906
- let Y1 = class extends p {
6971
+ let J1 = class extends p {
6907
6972
  constructor() {
6908
6973
  super(), this.addEventListener("selected", this.onTabSelected);
6909
6974
  }
@@ -6926,7 +6991,7 @@ let Y1 = class extends p {
6926
6991
  `;
6927
6992
  }
6928
6993
  };
6929
- Y1.styles = g`
6994
+ J1.styles = g`
6930
6995
  :host {
6931
6996
  display: flex;
6932
6997
  flex-direction: row;
@@ -6935,9 +7000,9 @@ Y1.styles = g`
6935
7000
  gap: var(--spacing-s);
6936
7001
  }
6937
7002
  `;
6938
- Y1 = l0([
6939
- v("o-tablist")
6940
- ], Y1);
7003
+ J1 = l0([
7004
+ f("o-tablist")
7005
+ ], J1);
6941
7006
  var a0 = Object.defineProperty, c0 = Object.getOwnPropertyDescriptor, T1 = (e, t, i, n) => {
6942
7007
  for (var o = n > 1 ? void 0 : n ? c0(t, i) : t, s = e.length - 1, r; s >= 0; s--)
6943
7008
  (r = e[s]) && (o = (n ? r(t, i, o) : r(o)) || o);
@@ -7113,7 +7178,7 @@ T1([
7113
7178
  l({ type: Boolean, reflect: !0 })
7114
7179
  ], v1.prototype, "disabled", 2);
7115
7180
  v1 = T1([
7116
- v("o-accordion")
7181
+ f("o-accordion")
7117
7182
  ], v1);
7118
7183
  var d0 = Object.defineProperty, p0 = Object.getOwnPropertyDescriptor, u2 = (e, t, i, n) => {
7119
7184
  for (var o = n > 1 ? void 0 : n ? p0(t, i) : t, s = e.length - 1, r; s >= 0; s--)
@@ -7167,5 +7232,5 @@ u2([
7167
7232
  i2("slot")
7168
7233
  ], M1.prototype, "defaultSlot", 2);
7169
7234
  M1 = u2([
7170
- v("o-accordion-group")
7235
+ f("o-accordion-group")
7171
7236
  ], M1);