@florid-kit/components 0.10.27 → 0.10.29

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
@@ -22,14 +22,14 @@ let xe = class {
22
22
  return this.cssText;
23
23
  }
24
24
  };
25
- const Ae = (o) => new xe(typeof o == "string" ? o : o + "", void 0, Zt), v = (o, ...t) => {
25
+ const Le = (o) => new xe(typeof o == "string" ? o : o + "", void 0, Zt), f = (o, ...t) => {
26
26
  const e = o.length === 1 ? o[0] : t.reduce((n, i, r) => n + ((s) => {
27
27
  if (s._$cssResult$ === !0) return s.cssText;
28
28
  if (typeof s == "number") return s;
29
29
  throw Error("Value passed to 'css' function must be a 'css' function result: " + s + ". Use 'unsafeCSS' to pass non-literal values, but take care to ensure page security.");
30
30
  })(i) + o[r + 1], o[0]);
31
31
  return new xe(e, o, Zt);
32
- }, Le = (o, t) => {
32
+ }, Be = (o, t) => {
33
33
  if (Vt) o.adoptedStyleSheets = t.map((e) => e instanceof CSSStyleSheet ? e : e.styleSheet);
34
34
  else for (const e of t) {
35
35
  const n = document.createElement("style"), i = Lt.litNonce;
@@ -38,17 +38,17 @@ const Ae = (o) => new xe(typeof o == "string" ? o : o + "", void 0, Zt), v = (o,
38
38
  }, ce = Vt ? (o) => o : (o) => o instanceof CSSStyleSheet ? ((t) => {
39
39
  let e = "";
40
40
  for (const n of t.cssRules) e += n.cssText;
41
- return Ae(e);
41
+ return Le(e);
42
42
  })(o) : o;
43
43
  /**
44
44
  * @license
45
45
  * Copyright 2017 Google LLC
46
46
  * SPDX-License-Identifier: BSD-3-Clause
47
47
  */
48
- const { is: Pe, defineProperty: Be, getOwnPropertyDescriptor: ze, getOwnPropertyNames: Oe, getOwnPropertySymbols: Ie, getPrototypeOf: De } = Object, Q = globalThis, he = Q.trustedTypes, He = he ? he.emptyScript : "", Ht = Q.reactiveElementPolyfillSupport, vt = (o, t) => o, Pt = { toAttribute(o, t) {
48
+ const { is: Pe, defineProperty: ze, getOwnPropertyDescriptor: Oe, getOwnPropertyNames: Ie, getOwnPropertySymbols: De, getPrototypeOf: He } = Object, Q = globalThis, he = Q.trustedTypes, Te = he ? he.emptyScript : "", Ht = Q.reactiveElementPolyfillSupport, vt = (o, t) => o, Bt = { toAttribute(o, t) {
49
49
  switch (t) {
50
50
  case Boolean:
51
- o = o ? He : null;
51
+ o = o ? Te : null;
52
52
  break;
53
53
  case Object:
54
54
  case Array:
@@ -73,7 +73,7 @@ const { is: Pe, defineProperty: Be, getOwnPropertyDescriptor: ze, getOwnProperty
73
73
  }
74
74
  }
75
75
  return e;
76
- } }, Kt = (o, t) => !Pe(o, t), de = { attribute: !0, type: String, converter: Pt, reflect: !1, useDefault: !1, hasChanged: Kt };
76
+ } }, Kt = (o, t) => !Pe(o, t), de = { attribute: !0, type: String, converter: Bt, reflect: !1, useDefault: !1, hasChanged: Kt };
77
77
  Symbol.metadata ?? (Symbol.metadata = Symbol("metadata")), Q.litPropertyMetadata ?? (Q.litPropertyMetadata = /* @__PURE__ */ new WeakMap());
78
78
  let ct = class extends HTMLElement {
79
79
  static addInitializer(t) {
@@ -85,11 +85,11 @@ let ct = class extends HTMLElement {
85
85
  static createProperty(t, e = de) {
86
86
  if (e.state && (e.attribute = !1), this._$Ei(), this.prototype.hasOwnProperty(t) && ((e = Object.create(e)).wrapped = !0), this.elementProperties.set(t, e), !e.noAccessor) {
87
87
  const n = Symbol(), i = this.getPropertyDescriptor(t, n, e);
88
- i !== void 0 && Be(this.prototype, t, i);
88
+ i !== void 0 && ze(this.prototype, t, i);
89
89
  }
90
90
  }
91
91
  static getPropertyDescriptor(t, e, n) {
92
- const { get: i, set: r } = ze(this.prototype, t) ?? { get() {
92
+ const { get: i, set: r } = Oe(this.prototype, t) ?? { get() {
93
93
  return this[e];
94
94
  }, set(s) {
95
95
  this[e] = s;
@@ -104,13 +104,13 @@ let ct = class extends HTMLElement {
104
104
  }
105
105
  static _$Ei() {
106
106
  if (this.hasOwnProperty(vt("elementProperties"))) return;
107
- const t = De(this);
107
+ const t = He(this);
108
108
  t.finalize(), t.l !== void 0 && (this.l = [...t.l]), this.elementProperties = new Map(t.elementProperties);
109
109
  }
110
110
  static finalize() {
111
111
  if (this.hasOwnProperty(vt("finalized"))) return;
112
112
  if (this.finalized = !0, this._$Ei(), this.hasOwnProperty(vt("properties"))) {
113
- const e = this.properties, n = [...Oe(e), ...Ie(e)];
113
+ const e = this.properties, n = [...Ie(e), ...De(e)];
114
114
  for (const i of n) this.createProperty(i, e[i]);
115
115
  }
116
116
  const t = this[Symbol.metadata];
@@ -159,7 +159,7 @@ let ct = class extends HTMLElement {
159
159
  }
160
160
  createRenderRoot() {
161
161
  const t = this.shadowRoot ?? this.attachShadow(this.constructor.shadowRootOptions);
162
- return Le(t, this.constructor.elementStyles), t;
162
+ return Be(t, this.constructor.elementStyles), t;
163
163
  }
164
164
  connectedCallback() {
165
165
  var t;
@@ -184,7 +184,7 @@ let ct = class extends HTMLElement {
184
184
  var r;
185
185
  const n = this.constructor.elementProperties.get(t), i = this.constructor._$Eu(t, n);
186
186
  if (i !== void 0 && n.reflect === !0) {
187
- const s = (((r = n.converter) == null ? void 0 : r.toAttribute) !== void 0 ? n.converter : Pt).toAttribute(e, n.type);
187
+ const s = (((r = n.converter) == null ? void 0 : r.toAttribute) !== void 0 ? n.converter : Bt).toAttribute(e, n.type);
188
188
  this._$Em = t, s == null ? this.removeAttribute(i) : this.setAttribute(i, s), this._$Em = null;
189
189
  }
190
190
  }
@@ -192,7 +192,7 @@ let ct = class extends HTMLElement {
192
192
  var r, s;
193
193
  const n = this.constructor, i = n._$Eh.get(t);
194
194
  if (i !== void 0 && this._$Em !== i) {
195
- const c = n.getPropertyOptions(i), h = typeof c.converter == "function" ? { fromAttribute: c.converter } : ((r = c.converter) == null ? void 0 : r.fromAttribute) !== void 0 ? c.converter : Pt;
195
+ const c = n.getPropertyOptions(i), h = typeof c.converter == "function" ? { fromAttribute: c.converter } : ((r = c.converter) == null ? void 0 : r.fromAttribute) !== void 0 ? c.converter : Bt;
196
196
  this._$Em = i, this[i] = h.fromAttribute(e, c.type) ?? ((s = this._$Ej) == null ? void 0 : s.get(i)) ?? null, this._$Em = null;
197
197
  }
198
198
  }
@@ -282,22 +282,22 @@ ct.elementStyles = [], ct.shadowRootOptions = { mode: "open" }, ct[vt("elementPr
282
282
  * Copyright 2017 Google LLC
283
283
  * SPDX-License-Identifier: BSD-3-Clause
284
284
  */
285
- const gt = globalThis, Bt = gt.trustedTypes, pe = Bt ? Bt.createPolicy("lit-html", { createHTML: (o) => o }) : void 0, we = "$lit$", J = `lit$${Math.random().toFixed(9).slice(2)}$`, $e = "?" + J, Te = `<${$e}>`, st = document, yt = () => st.createComment(""), mt = (o) => o === null || typeof o != "object" && typeof o != "function", Wt = Array.isArray, Me = (o) => Wt(o) || typeof (o == null ? void 0 : o[Symbol.iterator]) == "function", Tt = `[
285
+ const gt = globalThis, Pt = gt.trustedTypes, pe = Pt ? Pt.createPolicy("lit-html", { createHTML: (o) => o }) : void 0, we = "$lit$", J = `lit$${Math.random().toFixed(9).slice(2)}$`, $e = "?" + J, Me = `<${$e}>`, st = document, yt = () => st.createComment(""), mt = (o) => o === null || typeof o != "object" && typeof o != "function", Wt = Array.isArray, je = (o) => Wt(o) || typeof (o == null ? void 0 : o[Symbol.iterator]) == "function", Tt = `[
286
286
  \f\r]`, ft = /<(?:(!--|\/[^a-zA-Z])|(\/?[a-zA-Z][^>\s]*)|(\/?$))/g, ue = /-->/g, fe = />/g, it = RegExp(`>|${Tt}(?:([^\\s"'>=/]+)(${Tt}*=${Tt}*(?:[^
287
- \f\r"'\`<>=]|("|')|))|$)`, "g"), ve = /'/g, ge = /"/g, ke = /^(?:script|style|textarea|title)$/i, je = (o) => (t, ...e) => ({ _$litType$: o, strings: t, values: e }), l = je(1), tt = Symbol.for("lit-noChange"), d = Symbol.for("lit-nothing"), be = /* @__PURE__ */ new WeakMap(), nt = st.createTreeWalker(st, 129);
287
+ \f\r"'\`<>=]|("|')|))|$)`, "g"), ve = /'/g, ge = /"/g, ke = /^(?:script|style|textarea|title)$/i, Fe = (o) => (t, ...e) => ({ _$litType$: o, strings: t, values: e }), l = Fe(1), tt = Symbol.for("lit-noChange"), d = Symbol.for("lit-nothing"), be = /* @__PURE__ */ new WeakMap(), nt = st.createTreeWalker(st, 129);
288
288
  function _e(o, t) {
289
289
  if (!Wt(o) || !o.hasOwnProperty("raw")) throw Error("invalid template strings array");
290
290
  return pe !== void 0 ? pe.createHTML(t) : t;
291
291
  }
292
- const Fe = (o, t) => {
292
+ const Re = (o, t) => {
293
293
  const e = o.length - 1, n = [];
294
294
  let i, r = t === 2 ? "<svg>" : t === 3 ? "<math>" : "", s = ft;
295
295
  for (let c = 0; c < e; c++) {
296
296
  const h = o[c];
297
- let f, x, g = -1, V = 0;
298
- for (; V < h.length && (s.lastIndex = V, x = s.exec(h), x !== null); ) V = s.lastIndex, s === ft ? x[1] === "!--" ? s = ue : x[1] !== void 0 ? s = fe : x[2] !== void 0 ? (ke.test(x[2]) && (i = RegExp("</" + x[2], "g")), s = it) : x[3] !== void 0 && (s = it) : s === it ? x[0] === ">" ? (s = i ?? ft, g = -1) : x[1] === void 0 ? g = -2 : (g = s.lastIndex - x[2].length, f = x[1], s = x[3] === void 0 ? it : x[3] === '"' ? ge : ve) : s === ge || s === ve ? s = it : s === ue || s === fe ? s = ft : (s = it, i = void 0);
297
+ let v, x, g = -1, V = 0;
298
+ for (; V < h.length && (s.lastIndex = V, x = s.exec(h), x !== null); ) V = s.lastIndex, s === ft ? x[1] === "!--" ? s = ue : x[1] !== void 0 ? s = fe : x[2] !== void 0 ? (ke.test(x[2]) && (i = RegExp("</" + x[2], "g")), s = it) : x[3] !== void 0 && (s = it) : s === it ? x[0] === ">" ? (s = i ?? ft, g = -1) : x[1] === void 0 ? g = -2 : (g = s.lastIndex - x[2].length, v = x[1], s = x[3] === void 0 ? it : x[3] === '"' ? ge : ve) : s === ge || s === ve ? s = it : s === ue || s === fe ? s = ft : (s = it, i = void 0);
299
299
  const Y = s === it && o[c + 1].startsWith("/>") ? " " : "";
300
- r += s === ft ? h + Te : g >= 0 ? (n.push(f), h.slice(0, g) + we + h.slice(g) + J + Y) : h + J + (g === -2 ? c : Y);
300
+ r += s === ft ? h + Me : g >= 0 ? (n.push(v), h.slice(0, g) + we + h.slice(g) + J + Y) : h + J + (g === -2 ? c : Y);
301
301
  }
302
302
  return [_e(o, r + (o[e] || "<?>") + (t === 2 ? "</svg>" : t === 3 ? "</math>" : "")), n];
303
303
  };
@@ -306,8 +306,8 @@ class xt {
306
306
  let i;
307
307
  this.parts = [];
308
308
  let r = 0, s = 0;
309
- const c = t.length - 1, h = this.parts, [f, x] = Fe(t, e);
310
- if (this.el = xt.createElement(f, n), nt.currentNode = this.el.content, e === 2 || e === 3) {
309
+ const c = t.length - 1, h = this.parts, [v, x] = Re(t, e);
310
+ if (this.el = xt.createElement(v, n), nt.currentNode = this.el.content, e === 2 || e === 3) {
311
311
  const g = this.el.content.firstChild;
312
312
  g.replaceWith(...g.childNodes);
313
313
  }
@@ -315,12 +315,12 @@ class xt {
315
315
  if (i.nodeType === 1) {
316
316
  if (i.hasAttributes()) for (const g of i.getAttributeNames()) if (g.endsWith(we)) {
317
317
  const V = x[s++], Y = i.getAttribute(g).split(J), At = /([.?@])?(.*)/.exec(V);
318
- h.push({ type: 1, index: r, name: At[2], strings: Y, ctor: At[1] === "." ? Ue : At[1] === "?" ? Ne : At[1] === "@" ? qe : Ot }), i.removeAttribute(g);
318
+ h.push({ type: 1, index: r, name: At[2], strings: Y, ctor: At[1] === "." ? Ne : At[1] === "?" ? qe : At[1] === "@" ? Ve : Ot }), i.removeAttribute(g);
319
319
  } else g.startsWith(J) && (h.push({ type: 6, index: r }), i.removeAttribute(g));
320
320
  if (ke.test(i.tagName)) {
321
321
  const g = i.textContent.split(J), V = g.length - 1;
322
322
  if (V > 0) {
323
- i.textContent = Bt ? Bt.emptyScript : "";
323
+ i.textContent = Pt ? Pt.emptyScript : "";
324
324
  for (let Y = 0; Y < V; Y++) i.append(g[Y], yt()), nt.nextNode(), h.push({ type: 2, index: ++r });
325
325
  i.append(g[V], yt());
326
326
  }
@@ -345,7 +345,7 @@ function ht(o, t, e = o, n) {
345
345
  const r = mt(t) ? void 0 : t._$litDirective$;
346
346
  return (i == null ? void 0 : i.constructor) !== r && ((c = i == null ? void 0 : i._$AO) == null || c.call(i, !1), r === void 0 ? i = void 0 : (i = new r(o), i._$AT(o, e, n)), n !== void 0 ? (e._$Co ?? (e._$Co = []))[n] = i : e._$Cl = i), i !== void 0 && (t = ht(o, i._$AS(o, t.values), i, n)), t;
347
347
  }
348
- class Re {
348
+ class Ue {
349
349
  constructor(t, e) {
350
350
  this._$AV = [], this._$AN = void 0, this._$AD = t, this._$AM = e;
351
351
  }
@@ -361,8 +361,8 @@ class Re {
361
361
  let r = nt.nextNode(), s = 0, c = 0, h = n[0];
362
362
  for (; h !== void 0; ) {
363
363
  if (s === h.index) {
364
- let f;
365
- h.type === 2 ? f = new Et(r, r.nextSibling, this, t) : h.type === 1 ? f = new h.ctor(r, h.name, h.strings, this, t) : h.type === 6 && (f = new Ve(r, this, t)), this._$AV.push(f), h = n[++c];
364
+ let v;
365
+ h.type === 2 ? v = new Et(r, r.nextSibling, this, t) : h.type === 1 ? v = new h.ctor(r, h.name, h.strings, this, t) : h.type === 6 && (v = new Ze(r, this, t)), this._$AV.push(v), h = n[++c];
366
366
  }
367
367
  s !== (h == null ? void 0 : h.index) && (r = nt.nextNode(), s++);
368
368
  }
@@ -393,7 +393,7 @@ class Et {
393
393
  return this._$AB;
394
394
  }
395
395
  _$AI(t, e = this) {
396
- t = ht(this, t, e), mt(t) ? t === d || t == null || t === "" ? (this._$AH !== d && this._$AR(), this._$AH = d) : t !== this._$AH && t !== tt && this._(t) : t._$litType$ !== void 0 ? this.$(t) : t.nodeType !== void 0 ? this.T(t) : Me(t) ? this.k(t) : this._(t);
396
+ t = ht(this, t, e), mt(t) ? t === d || t == null || t === "" ? (this._$AH !== d && this._$AR(), this._$AH = d) : t !== this._$AH && t !== tt && this._(t) : t._$litType$ !== void 0 ? this.$(t) : t.nodeType !== void 0 ? this.T(t) : je(t) ? this.k(t) : this._(t);
397
397
  }
398
398
  O(t) {
399
399
  return this._$AA.parentNode.insertBefore(t, this._$AB);
@@ -409,7 +409,7 @@ class Et {
409
409
  const { values: e, _$litType$: n } = t, i = typeof n == "number" ? this._$AC(t) : (n.el === void 0 && (n.el = xt.createElement(_e(n.h, n.h[0]), this.options)), n);
410
410
  if (((r = this._$AH) == null ? void 0 : r._$AD) === i) this._$AH.p(e);
411
411
  else {
412
- const s = new Re(i, this), c = s.u(this.options);
412
+ const s = new Ue(i, this), c = s.u(this.options);
413
413
  s.p(e), this.T(c), this._$AH = s;
414
414
  }
415
415
  }
@@ -452,8 +452,8 @@ class Ot {
452
452
  if (r === void 0) t = ht(this, t, e, 0), s = !mt(t) || t !== this._$AH && t !== tt, s && (this._$AH = t);
453
453
  else {
454
454
  const c = t;
455
- let h, f;
456
- for (t = r[0], h = 0; h < r.length - 1; h++) f = ht(this, c[n + h], e, h), f === tt && (f = this._$AH[h]), s || (s = !mt(f) || f !== this._$AH[h]), f === d ? t = d : t !== d && (t += (f ?? "") + r[h + 1]), this._$AH[h] = f;
455
+ let h, v;
456
+ for (t = r[0], h = 0; h < r.length - 1; h++) v = ht(this, c[n + h], e, h), v === tt && (v = this._$AH[h]), s || (s = !mt(v) || v !== this._$AH[h]), v === d ? t = d : t !== d && (t += (v ?? "") + r[h + 1]), this._$AH[h] = v;
457
457
  }
458
458
  s && !i && this.j(t);
459
459
  }
@@ -461,7 +461,7 @@ class Ot {
461
461
  t === d ? this.element.removeAttribute(this.name) : this.element.setAttribute(this.name, t ?? "");
462
462
  }
463
463
  }
464
- class Ue extends Ot {
464
+ class Ne extends Ot {
465
465
  constructor() {
466
466
  super(...arguments), this.type = 3;
467
467
  }
@@ -469,7 +469,7 @@ class Ue extends Ot {
469
469
  this.element[this.name] = t === d ? void 0 : t;
470
470
  }
471
471
  }
472
- class Ne extends Ot {
472
+ class qe extends Ot {
473
473
  constructor() {
474
474
  super(...arguments), this.type = 4;
475
475
  }
@@ -477,7 +477,7 @@ class Ne extends Ot {
477
477
  this.element.toggleAttribute(this.name, !!t && t !== d);
478
478
  }
479
479
  }
480
- class qe extends Ot {
480
+ class Ve extends Ot {
481
481
  constructor(t, e, n, i, r) {
482
482
  super(t, e, n, i, r), this.type = 5;
483
483
  }
@@ -491,7 +491,7 @@ class qe extends Ot {
491
491
  typeof this._$AH == "function" ? this._$AH.call(((e = this.options) == null ? void 0 : e.host) ?? this.element, t) : this._$AH.handleEvent(t);
492
492
  }
493
493
  }
494
- class Ve {
494
+ class Ze {
495
495
  constructor(t, e, n) {
496
496
  this.element = t, this.type = 6, this._$AN = void 0, this._$AM = e, this.options = n;
497
497
  }
@@ -504,7 +504,7 @@ class Ve {
504
504
  }
505
505
  const Mt = gt.litHtmlPolyfillSupport;
506
506
  Mt == null || Mt(xt, Et), (gt.litHtmlVersions ?? (gt.litHtmlVersions = [])).push("3.3.0");
507
- const Ze = (o, t, e) => {
507
+ const Ke = (o, t, e) => {
508
508
  const n = (e == null ? void 0 : e.renderBefore) ?? t;
509
509
  let i = n._$litPart$;
510
510
  if (i === void 0) {
@@ -530,7 +530,7 @@ let u = class extends ct {
530
530
  }
531
531
  update(t) {
532
532
  const e = this.render();
533
- this.hasUpdated || (this.renderOptions.isConnected = this.isConnected), super.update(t), this._$Do = Ze(e, this.renderRoot, this.renderOptions);
533
+ this.hasUpdated || (this.renderOptions.isConnected = this.isConnected), super.update(t), this._$Do = Ke(e, this.renderRoot, this.renderOptions);
534
534
  }
535
535
  connectedCallback() {
536
536
  var t;
@@ -564,7 +564,7 @@ const b = (o) => (t, e) => {
564
564
  * Copyright 2017 Google LLC
565
565
  * SPDX-License-Identifier: BSD-3-Clause
566
566
  */
567
- const Ke = { attribute: !0, type: String, converter: Pt, reflect: !1, hasChanged: Kt }, We = (o = Ke, t, e) => {
567
+ const We = { attribute: !0, type: String, converter: Bt, reflect: !1, hasChanged: Kt }, Ge = (o = We, t, e) => {
568
568
  const { kind: n, metadata: i } = e;
569
569
  let r = globalThis.litPropertyMetadata.get(i);
570
570
  if (r === void 0 && globalThis.litPropertyMetadata.set(i, r = /* @__PURE__ */ new Map()), n === "setter" && ((o = Object.create(o)).wrapped = !0), r.set(e.name, o), n === "accessor") {
@@ -586,7 +586,7 @@ const Ke = { attribute: !0, type: String, converter: Pt, reflect: !1, hasChanged
586
586
  throw Error("Unsupported decorator location: " + n);
587
587
  };
588
588
  function a(o) {
589
- return (t, e) => typeof e == "object" ? We(o, t, e) : ((n, i, r) => {
589
+ return (t, e) => typeof e == "object" ? Ge(o, t, e) : ((n, i, r) => {
590
590
  const s = i.hasOwnProperty(r);
591
591
  return i.constructor.createProperty(r, n), s ? Object.getOwnPropertyDescriptor(i, r) : void 0;
592
592
  })(o, t, e);
@@ -604,7 +604,7 @@ function W(o) {
604
604
  * Copyright 2017 Google LLC
605
605
  * SPDX-License-Identifier: BSD-3-Clause
606
606
  */
607
- const Ge = (o, t, e) => (e.configurable = !0, e.enumerable = !0, Reflect.decorate && typeof t != "object" && Object.defineProperty(o, t, e), e);
607
+ const Xe = (o, t, e) => (e.configurable = !0, e.enumerable = !0, Reflect.decorate && typeof t != "object" && Object.defineProperty(o, t, e), e);
608
608
  /**
609
609
  * @license
610
610
  * Copyright 2017 Google LLC
@@ -616,20 +616,33 @@ function Ce(o, t) {
616
616
  var c;
617
617
  return ((c = s.renderRoot) == null ? void 0 : c.querySelector(o)) ?? null;
618
618
  };
619
- return Ge(e, n, { get() {
619
+ return Xe(e, n, { get() {
620
620
  return r(this);
621
621
  } });
622
622
  };
623
623
  }
624
- const at = v`
624
+ const at = f`
625
625
  outline: 1px dashed var(--color-border-primary);
626
626
  outline-offset: 2px;
627
627
  `;
628
- v`
628
+ f`
629
629
  :host * {
630
630
  box-sizing: border-box;
631
631
  }
632
632
  `;
633
+ const Se = f`
634
+ border: 0 !important;
635
+ clip: rect(0.1rem, 0.1rem, 0.1rem, 0.1rem) !important;
636
+ -webkit-clip-path: inset(50%) !important;
637
+ clip-path: inset(50%) !important;
638
+ height: 0.1rem !important;
639
+ margin: -0.1rem !important;
640
+ overflow: hidden !important;
641
+ padding: 0 !important;
642
+ position: absolute !important;
643
+ width: 0.1rem !important;
644
+ white-space: nowrap !important;
645
+ `;
633
646
  /**
634
647
  * @license
635
648
  * Copyright 2023 Google LLC
@@ -650,7 +663,7 @@ function Xt(o) {
650
663
  * Copyright 2023 Google LLC
651
664
  * SPDX-License-Identifier: Apache-2.0
652
665
  */
653
- function Xe(o) {
666
+ function Ye(o) {
654
667
  o.addInitializer((t) => {
655
668
  const e = t;
656
669
  e.addEventListener("click", async (n) => {
@@ -677,141 +690,141 @@ function Xe(o) {
677
690
  });
678
691
  });
679
692
  }
680
- const Ye = `<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
693
+ const Je = `<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
681
694
  <path d="M8 3.6275C7.06799 0.971489 3.25399 -0.0226278 1.67414 2.30983C0.0877404 4.65197 1.67414 6.99412 2.62598 8.33249C3.0147 8.87905 8 14 8 14C8 14 12.9853 8.87905 13.374 8.33249C14.3259 6.99412 15.9123 4.65197 14.3259 2.30983C12.746 -0.0226277 8.97167 0.971489 8 3.6275Z" stroke="#3F2B2E" stroke-linecap="round"/>
682
695
  </svg>
683
- `, Je = `<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
696
+ `, Qe = `<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
684
697
  <path d="M16 8L4 0V16L16 8Z" fill="#3F2B2E"/>
685
698
  </svg>
686
- `, Qe = `<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
699
+ `, to = `<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
687
700
  <path d="M12.2266 8.16162C11.0953 9.26599 8.72489 11.8788 5.11546 16L4.63062 15.7172C5.78886 13.4007 7.17607 10.8283 8.79223 8C7.17607 5.17172 5.78886 2.59933 4.63062 0.282827L5.11546 0C8.72489 4.12121 11.0953 6.73401 12.2266 7.83838V8.16162Z" fill="#3F2B2E"/>
688
701
  </svg>
689
- `, to = `<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
702
+ `, eo = `<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
690
703
  <path d="M5 7.83838C6.02128 6.73401 8.16109 4.12121 11.4195 0L11.8571 0.282829C10.8116 2.59933 9.55927 5.17172 8.1003 8C9.55927 10.8283 10.8115 13.4007 11.8571 15.7172L11.4195 16C8.16109 11.8788 6.02128 9.266 5 8.16162L5 7.83838Z" fill="#3F2B2E"/>
691
704
  </svg>
692
- `, eo = `<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
705
+ `, oo = `<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
693
706
  <path d="M12.2834 14.4585L7.98873 11.3928L3.69404 14.4585L5.33977 9.4972L1 6.39639H6.36554L8 1.4585L9.63446 6.39639H15L10.6602 9.4972L12.306 14.4585H12.2834ZM7.98873 10.328L10.6602 12.2353L9.64573 9.15787L12.2721 7.28568H9.02576L8 4.17317L6.97424 7.28568H3.72786L6.35427 9.15787L5.33977 12.2353L8.01127 10.328H7.98873Z" fill="#3F2B2E"/>
694
707
  </svg>
695
- `, oo = `<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
708
+ `, io = `<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
696
709
  <path d="M15 6.43789H9.63446L8 1.5L6.36554 6.43789H1L5.33977 9.5387L3.69404 14.5L7.98873 11.4343L12.2834 14.5H12.306L10.6602 9.5387L15 6.43789ZM6.36554 11.5396V7.32718H6.97424L8 4.21467L9.02576 7.32718H12.2721L9.64573 9.19937L10.6602 12.2768L8 10.3812L6.36554 11.5513V11.5396Z" fill="#3F2B2E"/>
697
710
  </svg>
698
- `, io = `<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
711
+ `, no = `<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
699
712
  <path d="M15 6.39639H9.63446L8 1.4585L6.36554 6.39639H1L5.33977 9.4972L3.69404 14.4585L7.98873 11.3928L12.2834 14.4585L10.6377 9.4972L14.9775 6.39639H15ZM10.6715 12.2353L8.05636 10.3631V4.32528L9.03704 7.27398H12.2834L9.65701 9.14616L10.6715 12.2236V12.2353Z" fill="#3F2B2E"/>
700
713
  </svg>
701
- `, no = `<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
714
+ `, ro = `<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
702
715
  <path d="M15 6.43789H9.63446L8 1.5L6.36554 6.43789H1L5.33977 9.5387L3.69404 14.5L7.98873 11.4343L9.46538 12.4874L12.2834 14.5H12.306L10.6602 9.5387L15 6.43789ZM9.46538 11.4226V7.32718H12.2721L9.64573 9.19937L10.6602 12.2768L9.46538 11.4226Z" fill="#3F2B2E"/>
703
716
  </svg>
704
- `, ro = `<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
717
+ `, so = `<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
705
718
  <path d="M12.2834 14.4585L7.98873 11.3928L3.69404 14.4585L5.33977 9.4972L1 6.39639H6.36554L8 1.4585L9.63446 6.39639H15L10.6602 9.4972L12.306 14.4585H12.2834Z" fill="#3F2B2E"/>
706
719
  </svg>
707
- `, so = `<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
720
+ `, ao = `<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
708
721
  <path d="M2 2L14 14" stroke="#3F2B2E"/>
709
722
  <path d="M14 2L2 14" stroke="#3F2B2E"/>
710
723
  </svg>
711
- `, ao = `<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
724
+ `, lo = `<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
712
725
  <path d="M7.12506 1C10.5018 1 13.2509 3.74834 13.251 7.125C13.2511 8.59738 12.7172 10.0206 11.7491 11.1299L14.8731 14.2539C15.0433 14.4253 15.0435 14.7018 14.8731 14.873C14.7913 14.9555 14.6797 15.002 14.5635 15.002C14.4475 15.0019 14.3357 14.9554 14.254 14.873L11.1309 11.749C10.0555 12.6818 8.6564 13.251 7.12506 13.251C3.7484 13.2508 1.00006 10.5017 1.00006 7.125C1.00025 3.74846 3.74852 1.00019 7.12506 1ZM7.12506 1.875C4.22971 1.87522 1.87506 4.23058 1.87506 7.12598C1.87532 10.0212 4.22987 12.3758 7.12506 12.376C10.0204 12.376 12.3758 10.0213 12.376 7.12598C12.376 4.23044 10.0206 1.875 7.12506 1.875Z" fill="#3F2B2E"/>
713
726
  </svg>
714
- `, lo = `<?xml version="1.0" encoding="utf-8"?>
727
+ `, co = `<?xml version="1.0" encoding="utf-8"?>
715
728
  <!-- Generator: $$$/GeneralStr/196=Adobe Illustrator 27.6.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
716
729
  <svg version="1.1" id="Calque_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
717
730
  viewBox="0 0 40 40" style="enable-background:new 0 0 40 40;" xml:space="preserve">
718
731
  <path class="st0" d="M40,20c0,0.7-0.6,1.2-1.2,1.2H21.2v17.5c0,0.7-0.6,1.2-1.2,1.2s-1.2-0.6-1.2-1.2V21.2H1.2C0.6,21.2,0,20.7,0,20
719
732
  s0.6-1.2,1.2-1.2h17.5V1.2C18.8,0.6,19.3,0,20,0s1.2,0.6,1.2,1.2v17.5h17.5C39.4,18.8,40,19.3,40,20z"/>
720
733
  </svg>
721
- `, co = `<?xml version="1.0" encoding="utf-8"?>
734
+ `, ho = `<?xml version="1.0" encoding="utf-8"?>
722
735
  <!-- Generator: $$$/GeneralStr/196=Adobe Illustrator 27.6.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
723
736
  <svg version="1.1" id="Calque_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
724
737
  viewBox="0 0 40 40" style="enable-background:new 0 0 40 40;" xml:space="preserve">
725
738
  <path class="st0" d="M38.8,20.5H1.2c-0.7,0-1.2-0.6-1.2-1.2S0.6,18,1.2,18h37.5c0.7,0,1.2,0.6,1.2,1.2S39.4,20.5,38.8,20.5z"/>
726
739
  </svg>
727
- `, ho = `<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
740
+ `, po = `<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
728
741
  <path d="M15.0009 8.12175C15.0009 8.36347 14.805 8.55943 14.5634 8.55943H2.49495L7.43502 13.5017C7.60609 13.6726 7.60628 13.9499 7.43546 14.1211C7.26464 14.2922 6.98749 14.2924 6.81642 14.1215L1.13 8.43163C1.04685 8.34998 1 8.23831 1 8.12175C1 8.00518 1.04685 7.89351 1.13 7.81187L6.81642 2.12286C6.98808 1.95699 7.26094 1.95937 7.4297 2.12819C7.59845 2.29702 7.60082 2.57001 7.43502 2.74175L2.49495 7.68406H14.5634C14.805 7.68406 15.0009 7.88002 15.0009 8.12175Z" fill="#3F2B2E"/>
729
742
  </svg>
730
- `, po = `<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
743
+ `, uo = `<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
731
744
  <path d="M14.1218 7.43502C13.9504 7.60543 13.6735 7.60543 13.5021 7.43502L8.55961 2.49408V14.5625C8.55961 14.8041 8.36365 15 8.12192 15C7.88018 15 7.68422 14.8041 7.68422 14.5625V2.49408L2.74177 7.43502C2.57002 7.60082 2.29703 7.59845 2.1282 7.4297C1.95936 7.26094 1.95699 6.98808 2.12287 6.81642L7.81203 1.13C7.89368 1.04685 8.00535 1 8.12192 1C8.23848 1 8.35015 1.04685 8.4318 1.13L14.121 6.81642C14.2921 6.98702 14.2925 7.26395 14.1218 7.43502Z" fill="#3F2B2E"/>
732
745
  </svg>
733
- `, uo = `<svg width="17" height="16" viewBox="0 0 17 16" fill="none" xmlns="http://www.w3.org/2000/svg">
746
+ `, fo = `<svg width="17" height="16" viewBox="0 0 17 16" fill="none" xmlns="http://www.w3.org/2000/svg">
734
747
  <path d="M6.33317 8.00033C6.33317 3.95024 7.52708 0.666992 8.99984 0.666992C10.4726 0.666992 11.6665 3.95024 11.6665 8.00033M5.33317 15.3337H12.6665L16.3332 6.20033C14.9582 5.76699 12.2998 5.33366 8.99984 5.33366C5.69984 5.33366 3.49984 5.76699 1.6665 6.20033L5.33317 15.3337Z" stroke="#3F2B2E"/>
735
748
  </svg>
736
- `, fo = `<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
749
+ `, vo = `<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
737
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"/>
738
751
  </svg>
739
- `, vo = `<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
752
+ `, go = `<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
740
753
  <path d="M12 17.4585L4 6.4585L20 6.4585L12 17.4585Z" fill="#3F2B2E"/>
741
754
  </svg>
742
- `, go = `<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
755
+ `, bo = `<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
743
756
  <path d="M12 6.4585L20 17.4585H4L12 6.4585Z" fill="#3F2B2E"/>
744
757
  </svg>
745
- `, bo = `<svg width="12" height="12" viewBox="0 0 12 12" fill="none" xmlns="http://www.w3.org/2000/svg">
758
+ `, yo = `<svg width="12" height="12" viewBox="0 0 12 12" fill="none" xmlns="http://www.w3.org/2000/svg">
746
759
  <path d="M5.24611 10.4659C5.04705 10.4654 4.85616 10.3867 4.71465 10.2467L0.210718 5.74273C-0.0737595 5.44819 -0.0696911 4.98 0.219862 4.69045C0.509415 4.4009 0.977603 4.39683 1.27214 4.6813L5.18306 8.59071L10.6628 1.74024C10.9219 1.41646 11.3945 1.36403 11.7183 1.62314C12.042 1.88225 12.0945 2.35477 11.8354 2.67856L5.83012 10.1851C5.69763 10.3521 5.49956 10.4539 5.28665 10.4643L5.24611 10.4659Z" fill="#3F2B2E"/>
747
760
  </svg>
748
- `, yo = `<svg width="8" height="8" viewBox="0 0 8 8" fill="none" xmlns="http://www.w3.org/2000/svg">
761
+ `, mo = `<svg width="8" height="8" viewBox="0 0 8 8" fill="none" xmlns="http://www.w3.org/2000/svg">
749
762
  <rect x="1" width="2" height="8" fill="#3F2B2E"/>
750
763
  <rect x="5" width="2" height="8" fill="#3F2B2E"/>
751
764
  </svg>
752
- `, mo = `<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
765
+ `, xo = `<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
753
766
  <path d="M10.5037 5.99925C10.7795 5.99925 11.0037 6.22311 11.0037 6.49925V14.2922L13.1462 12.1448C13.3411 11.9498 13.6573 11.95 13.8523 12.1448H13.8533C14.0482 12.34 14.0481 12.6565 13.8533 12.8518L10.8572 15.8518C10.6618 16.0471 10.3455 16.0471 10.1501 15.8518L7.15406 12.8518C6.96522 12.6557 6.96774 12.3444 7.15992 12.1516C7.35242 11.9588 7.66416 11.9556 7.86011 12.1448L10.0046 14.2922V6.49925C10.0046 6.22319 10.228 5.99938 10.5037 5.99925ZM5.15699 0.145737C5.35218 -0.0485278 5.66791 -0.0486304 5.86304 0.145737L8.85913 3.14574C9.04829 3.34183 9.04562 3.65402 8.85327 3.84691C8.66066 4.03978 8.34902 4.04225 8.15308 3.85277L6.00952 1.70628V9.49925C6.0095 9.77533 5.78621 9.99918 5.5105 9.99925C5.23473 9.99925 5.0115 9.77538 5.01148 9.49925V1.70628L2.86695 3.85179C2.74288 3.98695 2.55447 4.04321 2.37671 3.99828C2.1991 3.95328 2.06051 3.81475 2.01538 3.63695C1.97026 3.45902 2.02608 3.27015 2.16089 3.14574L5.15699 0.145737Z" fill="#001022"/>
754
767
  </svg>
755
- `, xo = `<svg viewBox="0 0 200 200" preserveAspectRatio="none" xmlns="http://www.w3.org/2000/svg">
768
+ `, wo = `<svg viewBox="0 0 200 200" preserveAspectRatio="none" xmlns="http://www.w3.org/2000/svg">
756
769
  <line x1="0" y1="0" x2="200" y2="200" />
757
- </svg>`, wo = `<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
770
+ </svg>`, $o = `<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
758
771
  <path d="M2.31202e-08 7.85218C0.974855 6.83983 3.01741 4.44477 6.12766 0.666992L6.54545 0.926252C5.54739 3.04971 4.35203 5.40773 2.95938 8.00033C4.35203 10.5929 5.54739 12.9509 6.54545 15.0744L6.12766 15.3337C3.01741 11.5559 0.974855 9.16082 0 8.14847L2.31202e-08 7.85218Z" fill="#3F2B2E"/>
759
772
  <path d="M16 8.14847C15.0251 9.16082 12.9826 11.5559 9.87234 15.3337L9.45455 15.0744C10.4526 12.9509 11.648 10.5929 13.0406 8.00033C11.648 5.40773 10.4526 3.04971 9.45455 0.92625L9.87234 0.666992C12.9826 4.44477 15.0251 6.83983 16 7.85218V8.14847Z" fill="#3F2B2E"/>
760
773
  </svg>
761
- `, $o = `<svg width="16" height="17" viewBox="0 0 16 17" fill="none" xmlns="http://www.w3.org/2000/svg">
774
+ `, ko = `<svg width="16" height="17" viewBox="0 0 16 17" fill="none" xmlns="http://www.w3.org/2000/svg">
762
775
  <path d="M8 0.458496C12.4183 0.458496 16 4.04022 16 8.4585C16 12.8768 12.4183 16.4585 8 16.4585C3.58172 16.4585 0 12.8768 0 8.4585C0 4.04022 3.58172 0.458496 8 0.458496ZM11.8115 5.56787C11.5953 5.39556 11.2797 5.43075 11.1074 5.64697L7.45801 10.2104L4.85254 7.60596C4.65647 7.41684 4.34516 7.41943 4.15234 7.61182C3.95956 7.8046 3.95626 8.11678 4.14551 8.31299L7.14551 11.313C7.23977 11.4062 7.36741 11.4592 7.5 11.4595L7.52832 11.4585C7.67017 11.4503 7.80168 11.3818 7.89062 11.271L11.8906 6.271C12.0629 6.05485 12.0275 5.74022 11.8115 5.56787Z" fill="#3B7902"/>
763
776
  </svg>
764
- `, ko = `<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
777
+ `, _o = `<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
765
778
  <path d="M8 0C12.4183 0 16 3.58172 16 8C16 12.4183 12.4183 16 8 16C3.58172 16 0 12.4183 0 8C0 3.58172 3.58172 0 8 0ZM8 10C7.44772 10 7 10.4477 7 11C7 11.5523 7.44772 12 8 12C8.55229 12 9 11.5523 9 11C9 10.4477 8.55229 10 8 10ZM7.5 4C7.22386 4 7 4.22386 7 4.5V8.5C7 8.77614 7.22386 9 7.5 9H8.5C8.77614 9 9 8.77614 9 8.5V4.5C9 4.22386 8.77614 4 8.5 4H7.5Z" fill="#BB0218"/>
766
779
  </svg>
767
- `, _o = `<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
780
+ `, Co = `<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
768
781
  <path d="M8 0C12.4183 0 16 3.58172 16 8C16 12.4183 12.4183 16 8 16C3.58172 16 0 12.4183 0 8C0 3.58172 3.58172 0 8 0ZM7.16602 6.1084V12H8.84668V6.1084H7.16602ZM8.00684 2.64062C7.45497 2.64062 7.01096 3.09591 7.01074 3.63574C7.01074 4.18774 7.45484 4.63184 8.00684 4.63184C8.55862 4.63159 9.00195 4.18759 9.00195 3.63574C9.00174 3.09606 8.55849 2.64088 8.00684 2.64062Z" fill="#4572A6"/>
769
782
  </svg>
770
- `, Co = `<svg width="16" height="17" viewBox="0 0 16 17" fill="none" xmlns="http://www.w3.org/2000/svg">
783
+ `, So = `<svg width="16" height="17" viewBox="0 0 16 17" fill="none" xmlns="http://www.w3.org/2000/svg">
771
784
  <path d="M16.0003 10.1648C16.0003 13.2904 13.4583 15.8332 10.3336 15.8332H7.00026C6.81617 15.8332 6.66693 15.6839 6.66693 15.4997C6.66693 15.3156 6.81617 15.1663 7.00026 15.1663H10.3336C13.0909 15.1663 15.3336 12.923 15.3336 10.1648C15.3336 7.40663 13.0909 5.16328 10.3336 5.16328H1.13826L3.90226 7.92812C4.0326 8.05831 4.03275 8.26955 3.9026 8.39993C3.77244 8.5303 3.56127 8.53045 3.43093 8.40026L0.0975955 5.06592C-0.0325318 4.93571 -0.0325318 4.72465 0.0975955 4.59444L3.43093 1.2601C3.56172 1.13374 3.76962 1.13555 3.8982 1.26416C4.02678 1.39278 4.02859 1.60075 3.90226 1.73158L1.13826 4.49641H10.3336C13.4583 4.49641 16.0003 7.03918 16.0003 10.1648Z" fill="#001022"/>
772
785
  </svg>
773
- `, So = `<svg xmlns="http://www.w3.org/2000/svg" width="10" height="8" viewBox="0 0 10 8" fill="none">
786
+ `, Eo = `<svg xmlns="http://www.w3.org/2000/svg" width="10" height="8" viewBox="0 0 10 8" fill="none">
774
787
  <path d="M1 4.5415L3 6.5415L9 0.541504" stroke="#FBF9F6" stroke-linecap="round" stroke-linejoin="round"/>
775
- </svg>`, Eo = `<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
788
+ </svg>`, Ao = `<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
776
789
  <path d="M4.5 8L11.5 13L11.5 3L4.5 8Z" fill="#3F2B2E"/>
777
790
  </svg>
778
- `, Ao = `<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
791
+ `, Lo = `<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
779
792
  <path d="M11.5 8L4.5 13L4.5 3L11.5 8Z" fill="#3F2B2E"/>
780
793
  </svg>
781
794
  `, Z = {
782
- wishlist: Ye,
783
- playerv: Je,
784
- chevronRight: Qe,
785
- chevronLeft: to,
786
- icoPlus: lo,
787
- icoMinus: co,
788
- "star-0": eo,
789
- "star-25": oo,
790
- "star-50": io,
791
- "star-75": no,
792
- "star-100": ro,
793
- cross: so,
794
- search: ao,
795
- arrowLeft: ho,
796
- arrowTop: po,
797
- cart: uo,
798
- notifyme: fo,
799
- triangledown: vo,
800
- triangleup: go,
801
- checkstroke: bo,
802
- pause: yo,
803
- mapDualArrow: mo,
804
- swipeDualArrow: wo,
805
- backToBag: Co,
806
- checkbox: So,
807
- sliderLeftArrow: Eo,
808
- sliderRightArrow: Ao
809
- }, Lo = {
810
- strikeDiagonal: xo
795
+ wishlist: Je,
796
+ playerv: Qe,
797
+ chevronRight: to,
798
+ chevronLeft: eo,
799
+ icoPlus: co,
800
+ icoMinus: ho,
801
+ "star-0": oo,
802
+ "star-25": io,
803
+ "star-50": no,
804
+ "star-75": ro,
805
+ "star-100": so,
806
+ cross: ao,
807
+ search: lo,
808
+ arrowLeft: po,
809
+ arrowTop: uo,
810
+ cart: fo,
811
+ notifyme: vo,
812
+ triangledown: go,
813
+ triangleup: bo,
814
+ checkstroke: yo,
815
+ pause: mo,
816
+ mapDualArrow: xo,
817
+ swipeDualArrow: $o,
818
+ backToBag: So,
819
+ checkbox: Eo,
820
+ sliderLeftArrow: Ao,
821
+ sliderRightArrow: Lo
822
+ }, Bo = {
823
+ strikeDiagonal: wo
811
824
  }, Po = {
812
- success: $o,
813
- error: ko,
814
- info: _o
825
+ success: ko,
826
+ error: _o,
827
+ info: Co
815
828
  };
816
829
  /**
817
830
  * @license
@@ -869,7 +882,7 @@ const S = Jt(Ut);
869
882
  * Copyright 2020 Google LLC
870
883
  * SPDX-License-Identifier: BSD-3-Clause
871
884
  */
872
- const Bo = (o) => o.strings === void 0;
885
+ const zo = (o) => o.strings === void 0;
873
886
  /**
874
887
  * @license
875
888
  * Copyright 2017 Google LLC
@@ -887,39 +900,39 @@ const bt = (o, t) => {
887
900
  if ((t = o._$AM) === void 0) break;
888
901
  e = t._$AN, e.delete(o), o = t;
889
902
  } while ((e == null ? void 0 : e.size) === 0);
890
- }, Se = (o) => {
903
+ }, Ee = (o) => {
891
904
  for (let t; t = o._$AM; o = t) {
892
905
  let e = t._$AN;
893
906
  if (e === void 0) t._$AN = e = /* @__PURE__ */ new Set();
894
907
  else if (e.has(o)) break;
895
- e.add(o), Io(t);
908
+ e.add(o), Do(t);
896
909
  }
897
910
  };
898
- function zo(o) {
899
- this._$AN !== void 0 ? (zt(this), this._$AM = o, Se(this)) : this._$AM = o;
911
+ function Oo(o) {
912
+ this._$AN !== void 0 ? (zt(this), this._$AM = o, Ee(this)) : this._$AM = o;
900
913
  }
901
- function Oo(o, t = !1, e = 0) {
914
+ function Io(o, t = !1, e = 0) {
902
915
  const n = this._$AH, i = this._$AN;
903
916
  if (i !== void 0 && i.size !== 0) if (t) if (Array.isArray(n)) for (let r = e; r < n.length; r++) bt(n[r], !1), zt(n[r]);
904
917
  else n != null && (bt(n, !1), zt(n));
905
918
  else bt(this, o);
906
919
  }
907
- const Io = (o) => {
908
- o.type == Yt.CHILD && (o._$AP ?? (o._$AP = Oo), o._$AQ ?? (o._$AQ = zo));
920
+ const Do = (o) => {
921
+ o.type == Yt.CHILD && (o._$AP ?? (o._$AP = Io), o._$AQ ?? (o._$AQ = Oo));
909
922
  };
910
- class Do extends Qt {
923
+ class Ho extends Qt {
911
924
  constructor() {
912
925
  super(...arguments), this._$AN = void 0;
913
926
  }
914
927
  _$AT(t, e, n) {
915
- super._$AT(t, e, n), Se(this), this.isConnected = t._$AU;
928
+ super._$AT(t, e, n), Ee(this), this.isConnected = t._$AU;
916
929
  }
917
930
  _$AO(t, e = !0) {
918
931
  var n, i;
919
932
  t !== this.isConnected && (this.isConnected = t, t ? (n = this.reconnected) == null || n.call(this) : (i = this.disconnected) == null || i.call(this)), e && (bt(this, t), zt(this));
920
933
  }
921
934
  setValue(t) {
922
- if (Bo(this._$Ct)) this._$Ct._$AI(t, this);
935
+ if (zo(this._$Ct)) this._$Ct._$AI(t, this);
923
936
  else {
924
937
  const e = [...this._$Ct._$AH];
925
938
  e[this._$Ci] = t, this._$Ct._$AI(e, this, 0);
@@ -930,7 +943,7 @@ class Do extends Qt {
930
943
  reconnected() {
931
944
  }
932
945
  }
933
- class Ho extends Do {
946
+ class To extends Ho {
934
947
  constructor() {
935
948
  super(...arguments), this.prevData = {};
936
949
  }
@@ -957,7 +970,7 @@ class Ho extends Do {
957
970
  (!t || !(i in t) && n[i] === e[i]) && (n[i] = void 0);
958
971
  }
959
972
  }
960
- class To extends Ho {
973
+ class Mo extends To {
961
974
  constructor() {
962
975
  super(...arguments), this.eventData = {};
963
976
  }
@@ -1001,7 +1014,7 @@ class To extends Ho {
1001
1014
  }
1002
1015
  }
1003
1016
  }
1004
- class Mo extends To {
1017
+ class jo extends Mo {
1005
1018
  apply(t) {
1006
1019
  if (!t)
1007
1020
  return;
@@ -1050,19 +1063,19 @@ class Mo extends To {
1050
1063
  }
1051
1064
  }
1052
1065
  }
1053
- const ye = Jt(Mo);
1066
+ const ye = Jt(jo);
1054
1067
  /**
1055
1068
  * @license
1056
1069
  * Copyright 2018 Google LLC
1057
1070
  * SPDX-License-Identifier: BSD-3-Clause
1058
1071
  */
1059
- const P = (o) => o ?? d;
1060
- var jo = Object.defineProperty, Fo = Object.getOwnPropertyDescriptor, R = (o, t, e, n) => {
1061
- for (var i = n > 1 ? void 0 : n ? Fo(t, e) : t, r = o.length - 1, s; r >= 0; r--)
1072
+ const B = (o) => o ?? d;
1073
+ var Fo = Object.defineProperty, Ro = Object.getOwnPropertyDescriptor, R = (o, t, e, n) => {
1074
+ for (var i = n > 1 ? void 0 : n ? Ro(t, e) : t, r = o.length - 1, s; r >= 0; r--)
1062
1075
  (s = o[r]) && (i = (n ? s(t, e, i) : s(i)) || i);
1063
- return n && i && jo(t, e, i), i;
1076
+ return n && i && Fo(t, e, i), i;
1064
1077
  };
1065
- let B = class extends u {
1078
+ let P = class extends u {
1066
1079
  constructor() {
1067
1080
  super(...arguments), this.bgstyle = "background-light", this.size = "medium", this.status = "empty", this.type = "button", this.strokewidth = "1", this.icon = "wishlist", this.disabled = !1, this.showSrLabel = !1, this.srLabel = "";
1068
1081
  }
@@ -1079,7 +1092,7 @@ let B = class extends u {
1079
1092
  ` : l`
1080
1093
  <button
1081
1094
  type="button"
1082
- aria-label=${P(i)}
1095
+ aria-label=${B(i)}
1083
1096
  aria-describedby=${this.getAttribute("aria-describedby") || d}
1084
1097
  class="icon-button ${this.size} ${this.bgstyle} ${this.status} ${t}"
1085
1098
  ?disabled="${this.disabled}"
@@ -1091,7 +1104,7 @@ let B = class extends u {
1091
1104
  `;
1092
1105
  }
1093
1106
  };
1094
- B.styles = v`
1107
+ P.styles = f`
1095
1108
  :host {
1096
1109
  display: inline-flex;
1097
1110
  justify-content: center;
@@ -1271,43 +1284,43 @@ B.styles = v`
1271
1284
  }
1272
1285
 
1273
1286
  .sr-only {
1274
- display: none;
1287
+ ${Se}
1275
1288
  }
1276
1289
  `;
1277
1290
  R([
1278
1291
  a({ type: String, reflect: !0 })
1279
- ], B.prototype, "bgstyle", 2);
1292
+ ], P.prototype, "bgstyle", 2);
1280
1293
  R([
1281
1294
  a({ type: String, reflect: !0 })
1282
- ], B.prototype, "size", 2);
1295
+ ], P.prototype, "size", 2);
1283
1296
  R([
1284
1297
  a({ type: String, reflect: !0 })
1285
- ], B.prototype, "status", 2);
1298
+ ], P.prototype, "status", 2);
1286
1299
  R([
1287
1300
  a({ type: String, reflect: !0 })
1288
- ], B.prototype, "type", 2);
1301
+ ], P.prototype, "type", 2);
1289
1302
  R([
1290
1303
  a({ type: String })
1291
- ], B.prototype, "strokewidth", 2);
1304
+ ], P.prototype, "strokewidth", 2);
1292
1305
  R([
1293
1306
  a({ type: String })
1294
- ], B.prototype, "icon", 2);
1307
+ ], P.prototype, "icon", 2);
1295
1308
  R([
1296
1309
  a({ type: Boolean, reflect: !0 })
1297
- ], B.prototype, "disabled", 2);
1310
+ ], P.prototype, "disabled", 2);
1298
1311
  R([
1299
1312
  a({ type: Boolean })
1300
- ], B.prototype, "showSrLabel", 2);
1313
+ ], P.prototype, "showSrLabel", 2);
1301
1314
  R([
1302
1315
  a({ type: String })
1303
- ], B.prototype, "srLabel", 2);
1304
- B = R([
1316
+ ], P.prototype, "srLabel", 2);
1317
+ P = R([
1305
1318
  b("o-icon-button")
1306
- ], B);
1307
- var Ro = Object.defineProperty, Uo = Object.getOwnPropertyDescriptor, y = (o, t, e, n) => {
1308
- for (var i = n > 1 ? void 0 : n ? Uo(t, e) : t, r = o.length - 1, s; r >= 0; r--)
1319
+ ], P);
1320
+ var Uo = Object.defineProperty, No = Object.getOwnPropertyDescriptor, y = (o, t, e, n) => {
1321
+ for (var i = n > 1 ? void 0 : n ? No(t, e) : t, r = o.length - 1, s; r >= 0; r--)
1309
1322
  (s = o[r]) && (i = (n ? s(t, e, i) : s(i)) || i);
1310
- return n && i && Ro(t, e, i), i;
1323
+ return n && i && Uo(t, e, i), i;
1311
1324
  };
1312
1325
  let p = class extends u {
1313
1326
  constructor() {
@@ -1400,25 +1413,25 @@ let p = class extends u {
1400
1413
  if (!t) return;
1401
1414
  const e = this.getDeepActiveElement();
1402
1415
  if (this.showDetail) {
1403
- const s = t.querySelector(".detail-view .return-btn"), c = t.querySelector(".detail-view .close-btn"), h = s ? this.resolveFocusable(s) : null, f = c ? this.resolveFocusable(c) : null;
1404
- if (o.shiftKey && h && e === h && f) {
1405
- o.preventDefault(), o.stopPropagation(), f.focus({ preventScroll: !0 });
1416
+ const s = t.querySelector(".detail-view .return-btn"), c = t.querySelector(".detail-view .close-btn"), h = s ? this.resolveFocusable(s) : null, v = c ? this.resolveFocusable(c) : null;
1417
+ if (o.shiftKey && h && e === h && v) {
1418
+ o.preventDefault(), o.stopPropagation(), v.focus({ preventScroll: !0 });
1406
1419
  return;
1407
1420
  }
1408
- if (!o.shiftKey && f && e === f) {
1421
+ if (!o.shiftKey && v && e === v) {
1409
1422
  o.preventDefault(), o.stopPropagation(), (((r = t.querySelector(".detail-scroller")) == null ? void 0 : r.querySelector(
1410
1423
  p.focusablesSelector
1411
- )) ?? h ?? f).focus({ preventScroll: !0 });
1424
+ )) ?? h ?? v).focus({ preventScroll: !0 });
1412
1425
  return;
1413
1426
  }
1414
1427
  }
1415
1428
  if (document.querySelector("#refineandsortpopin")) {
1416
- const s = t.querySelector(".close-btn"), c = s ? this.resolveFocusable(s) : null, h = t.querySelector(".js-clear-refinements"), f = h ? this.resolveFocusable(h) : null, x = (g) => {
1429
+ const s = t.querySelector(".close-btn"), c = s ? this.resolveFocusable(s) : null, h = t.querySelector(".js-clear-refinements"), v = h ? this.resolveFocusable(h) : null, x = (g) => {
1417
1430
  o.preventDefault(), o.stopPropagation(), g.focus();
1418
1431
  };
1419
- if (c && f) {
1420
- if (!o.shiftKey && e === f) return x(c);
1421
- if (o.shiftKey && e === c) return x(f);
1432
+ if (c && v) {
1433
+ if (!o.shiftKey && e === v) return x(c);
1434
+ if (o.shiftKey && e === c) return x(v);
1422
1435
  }
1423
1436
  }
1424
1437
  const i = this.renderRoot.querySelector(".close-btn");
@@ -1599,7 +1612,7 @@ let p = class extends u {
1599
1612
  `;
1600
1613
  }
1601
1614
  };
1602
- p.styles = v`
1615
+ p.styles = f`
1603
1616
  :host {
1604
1617
  --z-overlay: 99;
1605
1618
  --z-panel: 100;
@@ -1914,15 +1927,15 @@ y([
1914
1927
  p = y([
1915
1928
  b("o-side-panel")
1916
1929
  ], p);
1917
- var No = Object.defineProperty, qo = Object.getOwnPropertyDescriptor, _ = (o, t, e, n) => {
1918
- for (var i = n > 1 ? void 0 : n ? qo(t, e) : t, r = o.length - 1, s; r >= 0; r--)
1930
+ var qo = Object.defineProperty, Vo = Object.getOwnPropertyDescriptor, k = (o, t, e, n) => {
1931
+ for (var i = n > 1 ? void 0 : n ? Vo(t, e) : t, r = o.length - 1, s; r >= 0; r--)
1919
1932
  (s = o[r]) && (i = (n ? s(t, e, i) : s(i)) || i);
1920
- return n && i && No(t, e, i), i;
1933
+ return n && i && qo(t, e, i), i;
1921
1934
  };
1922
- const Vo = Xt(u);
1923
- let m = class extends Vo {
1935
+ const Zo = Xt(u);
1936
+ let m = class extends Zo {
1924
1937
  constructor() {
1925
- 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;
1938
+ 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;
1926
1939
  }
1927
1940
  get name() {
1928
1941
  return this.getAttribute("name") ?? "";
@@ -1974,7 +1987,7 @@ let m = class extends Vo {
1974
1987
  target=${this.target || d}
1975
1988
  class="button"
1976
1989
  ?disabled=${this.disabled}
1977
- role="button"
1990
+ role=${this.hideRoleButton ? d : "button"}
1978
1991
  @click=${this.handleClick}
1979
1992
  @keydown=${this.handleClick}
1980
1993
  aria-describedby=${this.getAttribute("aria-describedby") || d}
@@ -1989,9 +2002,9 @@ let m = class extends Vo {
1989
2002
  `;
1990
2003
  }
1991
2004
  };
1992
- Xe(m);
2005
+ Ye(m);
1993
2006
  m.formAssociated = !0;
1994
- m.styles = v`
2007
+ m.styles = f`
1995
2008
  :host {
1996
2009
  --button-border: transparent;
1997
2010
  --badge-outer-width: 19px;
@@ -2198,61 +2211,64 @@ m.styles = v`
2198
2211
  transform: translateX(4px);
2199
2212
  }
2200
2213
  `;
2201
- _([
2214
+ k([
2202
2215
  a()
2203
2216
  ], m.prototype, "type", 2);
2204
- _([
2217
+ k([
2205
2218
  a()
2206
2219
  ], m.prototype, "value", 2);
2207
- _([
2220
+ k([
2208
2221
  a({ type: String, reflect: !0 })
2209
2222
  ], m.prototype, "variant", 2);
2210
- _([
2223
+ k([
2211
2224
  a({ type: String })
2212
2225
  ], m.prototype, "text", 2);
2213
- _([
2226
+ k([
2214
2227
  a({ type: String })
2215
2228
  ], m.prototype, "textsecond", 2);
2216
- _([
2229
+ k([
2217
2230
  a({ type: Boolean, reflect: !0 })
2218
2231
  ], m.prototype, "fullwidth", 2);
2219
- _([
2232
+ k([
2220
2233
  a({ type: Boolean, reflect: !0 })
2221
2234
  ], m.prototype, "disabled", 2);
2222
- _([
2235
+ k([
2223
2236
  a({ type: String })
2224
2237
  ], m.prototype, "startIconModel", 2);
2225
- _([
2238
+ k([
2226
2239
  a({ type: String })
2227
2240
  ], m.prototype, "endIconModel", 2);
2228
- _([
2241
+ k([
2229
2242
  a({ type: Boolean, reflect: !0, attribute: "starticon" })
2230
2243
  ], m.prototype, "startIcon", 2);
2231
- _([
2244
+ k([
2232
2245
  a({ type: Boolean, reflect: !0, attribute: "endicon" })
2233
2246
  ], m.prototype, "endIcon", 2);
2234
- _([
2247
+ k([
2235
2248
  a({ type: String, attribute: "paneltarget" })
2236
2249
  ], m.prototype, "panelTarget", 2);
2237
- _([
2250
+ k([
2238
2251
  a({ type: String })
2239
2252
  ], m.prototype, "href", 2);
2240
- _([
2253
+ k([
2241
2254
  a({ type: String })
2242
2255
  ], m.prototype, "target", 2);
2243
- _([
2256
+ k([
2244
2257
  a({ type: Boolean, reflect: !0 })
2245
2258
  ], m.prototype, "underlined", 2);
2246
- _([
2259
+ k([
2247
2260
  a({ type: Boolean, reflect: !0 })
2248
2261
  ], m.prototype, "withbadge", 2);
2249
- m = _([
2262
+ k([
2263
+ a({ type: Boolean, reflect: !0 })
2264
+ ], m.prototype, "hideRoleButton", 2);
2265
+ m = k([
2250
2266
  b("o-button")
2251
2267
  ], m);
2252
- var Zo = Object.defineProperty, Ko = Object.getOwnPropertyDescriptor, It = (o, t, e, n) => {
2253
- for (var i = n > 1 ? void 0 : n ? Ko(t, e) : t, r = o.length - 1, s; r >= 0; r--)
2268
+ var Ko = Object.defineProperty, Wo = Object.getOwnPropertyDescriptor, It = (o, t, e, n) => {
2269
+ for (var i = n > 1 ? void 0 : n ? Wo(t, e) : t, r = o.length - 1, s; r >= 0; r--)
2254
2270
  (s = o[r]) && (i = (n ? s(t, e, i) : s(i)) || i);
2255
- return n && i && Zo(t, e, i), i;
2271
+ return n && i && Ko(t, e, i), i;
2256
2272
  };
2257
2273
  let dt = class extends u {
2258
2274
  constructor() {
@@ -2295,7 +2311,7 @@ let dt = class extends u {
2295
2311
  this.label = o, this.requestUpdate();
2296
2312
  }
2297
2313
  };
2298
- dt.styles = v`
2314
+ dt.styles = f`
2299
2315
  :host {
2300
2316
  display: inline-flex;
2301
2317
  justify-content: center;
@@ -2347,17 +2363,7 @@ dt.styles = v`
2347
2363
  }
2348
2364
 
2349
2365
  .sr-only {
2350
- border: 0 !important;
2351
- clip: rect(0.1rem, 0.1rem, 0.1rem, 0.1rem) !important;
2352
- -webkit-clip-path: inset(50%) !important;
2353
- clip-path: inset(50%) !important;
2354
- height: 0.1rem !important;
2355
- margin: -0.1rem !important;
2356
- overflow: hidden !important;
2357
- padding: 0 !important;
2358
- position: absolute !important;
2359
- width: 0.1rem !important;
2360
- white-space: nowrap !important;
2366
+ ${Se}
2361
2367
  }
2362
2368
  `;
2363
2369
  It([
@@ -2372,10 +2378,10 @@ It([
2372
2378
  dt = It([
2373
2379
  b("o-wishlist-button")
2374
2380
  ], dt);
2375
- var Wo = Object.defineProperty, Go = Object.getOwnPropertyDescriptor, lt = (o, t, e, n) => {
2376
- for (var i = n > 1 ? void 0 : n ? Go(t, e) : t, r = o.length - 1, s; r >= 0; r--)
2381
+ var Go = Object.defineProperty, Xo = Object.getOwnPropertyDescriptor, lt = (o, t, e, n) => {
2382
+ for (var i = n > 1 ? void 0 : n ? Xo(t, e) : t, r = o.length - 1, s; r >= 0; r--)
2377
2383
  (s = o[r]) && (i = (n ? s(t, e, i) : s(i)) || i);
2378
- return n && i && Wo(t, e, i), i;
2384
+ return n && i && Go(t, e, i), i;
2379
2385
  };
2380
2386
  let K = class extends u {
2381
2387
  constructor() {
@@ -2389,7 +2395,7 @@ let K = class extends u {
2389
2395
  return l`
2390
2396
  <a
2391
2397
  href="${o}"
2392
- target="${P(this.target || void 0)}"
2398
+ target="${B(this.target || void 0)}"
2393
2399
  @click="${this._handleClick}"
2394
2400
  >
2395
2401
  ${this.endIcon && this.reverseEndIcon ? l`
@@ -2415,7 +2421,7 @@ let K = class extends u {
2415
2421
  `;
2416
2422
  }
2417
2423
  };
2418
- K.styles = v`
2424
+ K.styles = f`
2419
2425
  :host([template="standard"]) a {
2420
2426
  color: var(--color-content-action-secondary);
2421
2427
  font-size: var(--font-size-200);
@@ -2519,10 +2525,10 @@ lt([
2519
2525
  K = lt([
2520
2526
  b("o-link")
2521
2527
  ], K);
2522
- var Xo = Object.defineProperty, Yo = Object.getOwnPropertyDescriptor, Dt = (o, t, e, n) => {
2523
- for (var i = n > 1 ? void 0 : n ? Yo(t, e) : t, r = o.length - 1, s; r >= 0; r--)
2528
+ var Yo = Object.defineProperty, Jo = Object.getOwnPropertyDescriptor, Dt = (o, t, e, n) => {
2529
+ for (var i = n > 1 ? void 0 : n ? Jo(t, e) : t, r = o.length - 1, s; r >= 0; r--)
2524
2530
  (s = o[r]) && (i = (n ? s(t, e, i) : s(i)) || i);
2525
- return n && i && Xo(t, e, i), i;
2531
+ return n && i && Yo(t, e, i), i;
2526
2532
  };
2527
2533
  let pt = class extends u {
2528
2534
  constructor() {
@@ -2551,7 +2557,7 @@ let pt = class extends u {
2551
2557
  `;
2552
2558
  }
2553
2559
  };
2554
- pt.styles = v`
2560
+ pt.styles = f`
2555
2561
  svg {
2556
2562
  width: 12px;
2557
2563
  height: 12px;
@@ -2597,10 +2603,10 @@ Dt([
2597
2603
  pt = Dt([
2598
2604
  b("o-rating")
2599
2605
  ], pt);
2600
- var Jo = Object.defineProperty, Qo = Object.getOwnPropertyDescriptor, ot = (o, t, e, n) => {
2601
- for (var i = n > 1 ? void 0 : n ? Qo(t, e) : t, r = o.length - 1, s; r >= 0; r--)
2606
+ var Qo = Object.defineProperty, ti = Object.getOwnPropertyDescriptor, ot = (o, t, e, n) => {
2607
+ for (var i = n > 1 ? void 0 : n ? ti(t, e) : t, r = o.length - 1, s; r >= 0; r--)
2602
2608
  (s = o[r]) && (i = (n ? s(t, e, i) : s(i)) || i);
2603
- return n && i && Jo(t, e, i), i;
2609
+ return n && i && Qo(t, e, i), i;
2604
2610
  };
2605
2611
  let F = class extends u {
2606
2612
  constructor() {
@@ -2693,7 +2699,7 @@ let F = class extends u {
2693
2699
  `;
2694
2700
  }
2695
2701
  };
2696
- F.styles = v`
2702
+ F.styles = f`
2697
2703
  :host {
2698
2704
  display: flex;
2699
2705
  gap: 5px;
@@ -2822,10 +2828,10 @@ ot([
2822
2828
  F = ot([
2823
2829
  b("thumbnail-navigation")
2824
2830
  ], F);
2825
- var ti = Object.defineProperty, ei = Object.getOwnPropertyDescriptor, te = (o, t, e, n) => {
2826
- for (var i = n > 1 ? void 0 : n ? ei(t, e) : t, r = o.length - 1, s; r >= 0; r--)
2831
+ var ei = Object.defineProperty, oi = Object.getOwnPropertyDescriptor, te = (o, t, e, n) => {
2832
+ for (var i = n > 1 ? void 0 : n ? oi(t, e) : t, r = o.length - 1, s; r >= 0; r--)
2827
2833
  (s = o[r]) && (i = (n ? s(t, e, i) : s(i)) || i);
2828
- return n && i && ti(t, e, i), i;
2834
+ return n && i && ei(t, e, i), i;
2829
2835
  };
2830
2836
  let wt = class extends u {
2831
2837
  constructor() {
@@ -2837,7 +2843,7 @@ let wt = class extends u {
2837
2843
  `;
2838
2844
  }
2839
2845
  };
2840
- wt.styles = v`
2846
+ wt.styles = f`
2841
2847
  .tag {
2842
2848
  display: inline-block;
2843
2849
  padding: var(--spacing-2-xs) var(--spacing-s);
@@ -2908,10 +2914,10 @@ te([
2908
2914
  wt = te([
2909
2915
  b("o-tag")
2910
2916
  ], wt);
2911
- var oi = Object.defineProperty, ii = Object.getOwnPropertyDescriptor, ee = (o, t, e, n) => {
2912
- for (var i = n > 1 ? void 0 : n ? ii(t, e) : t, r = o.length - 1, s; r >= 0; r--)
2917
+ var ii = Object.defineProperty, ni = Object.getOwnPropertyDescriptor, ee = (o, t, e, n) => {
2918
+ for (var i = n > 1 ? void 0 : n ? ni(t, e) : t, r = o.length - 1, s; r >= 0; r--)
2913
2919
  (s = o[r]) && (i = (n ? s(t, e, i) : s(i)) || i);
2914
- return n && i && oi(t, e, i), i;
2920
+ return n && i && ii(t, e, i), i;
2915
2921
  };
2916
2922
  let $t = class extends u {
2917
2923
  constructor() {
@@ -2926,7 +2932,7 @@ let $t = class extends u {
2926
2932
  `;
2927
2933
  }
2928
2934
  };
2929
- $t.styles = v`
2935
+ $t.styles = f`
2930
2936
  .tooltip {
2931
2937
  position: relative;
2932
2938
  display: inline-block;
@@ -3028,10 +3034,10 @@ ee([
3028
3034
  $t = ee([
3029
3035
  b("o-tooltip")
3030
3036
  ], $t);
3031
- var ni = Object.defineProperty, ri = Object.getOwnPropertyDescriptor, G = (o, t, e, n) => {
3032
- for (var i = n > 1 ? void 0 : n ? ri(t, e) : t, r = o.length - 1, s; r >= 0; r--)
3037
+ var ri = Object.defineProperty, si = Object.getOwnPropertyDescriptor, G = (o, t, e, n) => {
3038
+ for (var i = n > 1 ? void 0 : n ? si(t, e) : t, r = o.length - 1, s; r >= 0; r--)
3033
3039
  (s = o[r]) && (i = (n ? s(t, e, i) : s(i)) || i);
3034
- return n && i && ni(t, e, i), i;
3040
+ return n && i && ri(t, e, i), i;
3035
3041
  };
3036
3042
  let T = class extends u {
3037
3043
  constructor() {
@@ -3156,7 +3162,7 @@ let T = class extends u {
3156
3162
  `;
3157
3163
  }
3158
3164
  };
3159
- T.styles = v`
3165
+ T.styles = f`
3160
3166
  :host {
3161
3167
  display: inline-block;
3162
3168
  position: relative;
@@ -3322,8 +3328,8 @@ G([
3322
3328
  T = G([
3323
3329
  b("o-dropdown")
3324
3330
  ], T);
3325
- var si = Object.getOwnPropertyDescriptor, ai = (o, t, e, n) => {
3326
- for (var i = n > 1 ? void 0 : n ? si(t, e) : t, r = o.length - 1, s; r >= 0; r--)
3331
+ var ai = Object.getOwnPropertyDescriptor, li = (o, t, e, n) => {
3332
+ for (var i = n > 1 ? void 0 : n ? ai(t, e) : t, r = o.length - 1, s; r >= 0; r--)
3327
3333
  (s = o[r]) && (i = s(i) || i);
3328
3334
  return i;
3329
3335
  };
@@ -3332,7 +3338,7 @@ let Nt = class extends u {
3332
3338
  return l` <span class="dots"></span> `;
3333
3339
  }
3334
3340
  };
3335
- Nt.styles = v`
3341
+ Nt.styles = f`
3336
3342
  :host {
3337
3343
  display: flex;
3338
3344
  align-items: center;
@@ -3375,13 +3381,13 @@ Nt.styles = v`
3375
3381
  background-color: var(--color-container-action-primary-pressed);
3376
3382
  }
3377
3383
  `;
3378
- Nt = ai([
3384
+ Nt = li([
3379
3385
  b("o-dots")
3380
3386
  ], Nt);
3381
- var li = Object.defineProperty, ci = Object.getOwnPropertyDescriptor, U = (o, t, e, n) => {
3382
- for (var i = n > 1 ? void 0 : n ? ci(t, e) : t, r = o.length - 1, s; r >= 0; r--)
3387
+ var ci = Object.defineProperty, hi = Object.getOwnPropertyDescriptor, U = (o, t, e, n) => {
3388
+ for (var i = n > 1 ? void 0 : n ? hi(t, e) : t, r = o.length - 1, s; r >= 0; r--)
3383
3389
  (s = o[r]) && (i = (n ? s(t, e, i) : s(i)) || i);
3384
- return n && i && li(t, e, i), i;
3390
+ return n && i && ci(t, e, i), i;
3385
3391
  };
3386
3392
  let z = class extends u {
3387
3393
  constructor() {
@@ -3467,7 +3473,7 @@ let z = class extends u {
3467
3473
  ?disabled=${this.disabled}
3468
3474
  class="btn-dropdown"
3469
3475
  >
3470
- <img alt="${P(t == null ? void 0 : t.label)}" src="${P(t == null ? void 0 : t.imgurl)}" />
3476
+ <img alt="${B(t == null ? void 0 : t.label)}" src="${B(t == null ? void 0 : t.imgurl)}" />
3471
3477
  <span id="dropdown-label" class="label">
3472
3478
  ${t ? t.label : "Select an option"}
3473
3479
  </span>
@@ -3502,11 +3508,11 @@ let z = class extends u {
3502
3508
  class="${n === this.activeIndex ? "active" : ""} ${e.disabled ? "disabled" : ""}"
3503
3509
  @click=${() => this.selectOption(e)}
3504
3510
  >
3505
- <a href="${P(e.url)}">
3506
- <img alt="${P(e.label)}" src="${P(e.imgurl)}" />
3511
+ <a href="${B(e.url)}">
3512
+ <img alt="${B(e.label)}" src="${B(e.imgurl)}" />
3507
3513
  <span class="label">${e.label}</span>
3508
3514
  <div class="right">
3509
- <span class="additional-text">${P(e.additionaltext)}</span>
3515
+ <span class="additional-text">${B(e.additionaltext)}</span>
3510
3516
  ${e.value === this.value && !e.additionaltext ? l`
3511
3517
  <span class="check">${S(o)}</span>` : null}
3512
3518
  </div>
@@ -3520,7 +3526,7 @@ let z = class extends u {
3520
3526
  `;
3521
3527
  }
3522
3528
  };
3523
- z.styles = v`
3529
+ z.styles = f`
3524
3530
  :host {
3525
3531
  display: inline-block;
3526
3532
  position: relative;
@@ -3731,7 +3737,7 @@ z = U([
3731
3737
  * Copyright 2018 Google LLC
3732
3738
  * SPDX-License-Identifier: BSD-3-Clause
3733
3739
  */
3734
- const Ee = "important", hi = " !" + Ee, di = Jt(class extends Qt {
3740
+ const Ae = "important", di = " !" + Ae, pi = Jt(class extends Qt {
3735
3741
  constructor(o) {
3736
3742
  var t;
3737
3743
  if (super(o), o.type !== Yt.ATTRIBUTE || o.name !== "style" || ((t = o.strings) == null ? void 0 : t.length) > 2) throw Error("The `styleMap` directive must be used in the `style` attribute and must be the only part in the attribute.");
@@ -3750,17 +3756,17 @@ const Ee = "important", hi = " !" + Ee, di = Jt(class extends Qt {
3750
3756
  const i = t[n];
3751
3757
  if (i != null) {
3752
3758
  this.ft.add(n);
3753
- const r = typeof i == "string" && i.endsWith(hi);
3754
- n.includes("-") || r ? e.setProperty(n, r ? i.slice(0, -11) : i, r ? Ee : "") : e[n] = i;
3759
+ const r = typeof i == "string" && i.endsWith(di);
3760
+ n.includes("-") || r ? e.setProperty(n, r ? i.slice(0, -11) : i, r ? Ae : "") : e[n] = i;
3755
3761
  }
3756
3762
  }
3757
3763
  return tt;
3758
3764
  }
3759
3765
  });
3760
- var pi = Object.defineProperty, ui = Object.getOwnPropertyDescriptor, oe = (o, t, e, n) => {
3761
- for (var i = n > 1 ? void 0 : n ? ui(t, e) : t, r = o.length - 1, s; r >= 0; r--)
3766
+ var ui = Object.defineProperty, fi = Object.getOwnPropertyDescriptor, oe = (o, t, e, n) => {
3767
+ for (var i = n > 1 ? void 0 : n ? fi(t, e) : t, r = o.length - 1, s; r >= 0; r--)
3762
3768
  (s = o[r]) && (i = (n ? s(t, e, i) : s(i)) || i);
3763
- return n && i && pi(t, e, i), i;
3769
+ return n && i && ui(t, e, i), i;
3764
3770
  };
3765
3771
  let kt = class extends u {
3766
3772
  constructor() {
@@ -3774,16 +3780,16 @@ let kt = class extends u {
3774
3780
  width: `${this.imageSize}px`,
3775
3781
  height: `${this.imageSize}px`
3776
3782
  }, n = this.option && this.option.title ? o(this.option.title) : "", i = this.option && this.option.description ? o(this.option.description) : "", r = l`
3777
- ${this.option.imgurl ? l`<img src="${this.option.imgurl}" alt="${P(n)}" aria-hidden="true" style=${di(e)} />` : ""}
3783
+ ${this.option.imgurl ? l`<img src="${this.option.imgurl}" alt="${B(n)}" aria-hidden="true" style=${pi(e)} />` : ""}
3778
3784
  <div class="m-reassurance-content">
3779
- <h3 class="a-reassurance-text">${P(n)}</h3>
3780
- <p class="a-reassurance-description">${P(i)}</p>
3785
+ <h3 class="a-reassurance-text">${B(n)}</h3>
3786
+ <p class="a-reassurance-description">${B(i)}</p>
3781
3787
  </div>
3782
3788
  `;
3783
- return t ? l`<a href="${P(this.option.url)}" class="reassurance-item clickable">${r}</a>` : l`<div class="reassurance-item">${r}</div>`;
3789
+ return t ? l`<a href="${B(this.option.url)}" class="reassurance-item clickable">${r}</a>` : l`<div class="reassurance-item">${r}</div>`;
3784
3790
  }
3785
3791
  };
3786
- kt.styles = v`
3792
+ kt.styles = f`
3787
3793
  :host {
3788
3794
  display: inline-block;
3789
3795
  position: relative;
@@ -3874,13 +3880,13 @@ oe([
3874
3880
  kt = oe([
3875
3881
  b("o-reassurance")
3876
3882
  ], kt);
3877
- var fi = Object.defineProperty, vi = Object.getOwnPropertyDescriptor, X = (o, t, e, n) => {
3878
- for (var i = n > 1 ? void 0 : n ? vi(t, e) : t, r = o.length - 1, s; r >= 0; r--)
3883
+ var vi = Object.defineProperty, gi = Object.getOwnPropertyDescriptor, X = (o, t, e, n) => {
3884
+ for (var i = n > 1 ? void 0 : n ? gi(t, e) : t, r = o.length - 1, s; r >= 0; r--)
3879
3885
  (s = o[r]) && (i = (n ? s(t, e, i) : s(i)) || i);
3880
- return n && i && fi(t, e, i), i;
3886
+ return n && i && vi(t, e, i), i;
3881
3887
  };
3882
- const gi = Xt(u);
3883
- let O = class extends gi {
3888
+ const bi = Xt(u);
3889
+ let O = class extends bi {
3884
3890
  constructor() {
3885
3891
  super(...arguments), this.link = "", this.name = "", this.value = "", this.text = "", this.size = "standard", this.selected = !1, this.fullwidth = !1, this.inactive = !1;
3886
3892
  }
@@ -3904,7 +3910,7 @@ let O = class extends gi {
3904
3910
  `;
3905
3911
  }
3906
3912
  };
3907
- O.styles = v`
3913
+ O.styles = f`
3908
3914
  :host {
3909
3915
  cursor: pointer;
3910
3916
  display: inline-flex;
@@ -4025,10 +4031,10 @@ X([
4025
4031
  O = X([
4026
4032
  b("o-chip")
4027
4033
  ], O);
4028
- var bi = Object.defineProperty, yi = Object.getOwnPropertyDescriptor, ie = (o, t, e, n) => {
4029
- for (var i = n > 1 ? void 0 : n ? yi(t, e) : t, r = o.length - 1, s; r >= 0; r--)
4034
+ var yi = Object.defineProperty, mi = Object.getOwnPropertyDescriptor, ie = (o, t, e, n) => {
4035
+ for (var i = n > 1 ? void 0 : n ? mi(t, e) : t, r = o.length - 1, s; r >= 0; r--)
4030
4036
  (s = o[r]) && (i = (n ? s(t, e, i) : s(i)) || i);
4031
- return n && i && bi(t, e, i), i;
4037
+ return n && i && yi(t, e, i), i;
4032
4038
  };
4033
4039
  let _t = class extends u {
4034
4040
  constructor() {
@@ -4046,7 +4052,7 @@ let _t = class extends u {
4046
4052
  `;
4047
4053
  }
4048
4054
  };
4049
- _t.styles = v`
4055
+ _t.styles = f`
4050
4056
  :host {
4051
4057
  display: flex;
4052
4058
  flex-direction: row;
@@ -4063,13 +4069,13 @@ ie([
4063
4069
  _t = ie([
4064
4070
  b("o-chipset")
4065
4071
  ], _t);
4066
- var mi = Object.defineProperty, xi = Object.getOwnPropertyDescriptor, N = (o, t, e, n) => {
4067
- for (var i = n > 1 ? void 0 : n ? xi(t, e) : t, r = o.length - 1, s; r >= 0; r--)
4072
+ var xi = Object.defineProperty, wi = Object.getOwnPropertyDescriptor, N = (o, t, e, n) => {
4073
+ for (var i = n > 1 ? void 0 : n ? wi(t, e) : t, r = o.length - 1, s; r >= 0; r--)
4068
4074
  (s = o[r]) && (i = (n ? s(t, e, i) : s(i)) || i);
4069
- return n && i && mi(t, e, i), i;
4075
+ return n && i && xi(t, e, i), i;
4070
4076
  };
4071
- const wi = Xt(u);
4072
- let I = class extends wi {
4077
+ const $i = Xt(u);
4078
+ let I = class extends $i {
4073
4079
  constructor() {
4074
4080
  super(...arguments), this.name = "", this.value = "", this.type = "", this.text = "", this.selected = !1, this.disabled = !1, this.fullwidth = !1, this.crossIconName = "cross", this.strikethroughImgName = "strikeDiagonal";
4075
4081
  }
@@ -4088,7 +4094,7 @@ let I = class extends wi {
4088
4094
  return l`<span class="cross-icon">${S(o)}</span>`;
4089
4095
  }
4090
4096
  strikeThroughImg() {
4091
- const o = Lo[this.strikethroughImgName].replace(
4097
+ const o = Bo[this.strikethroughImgName].replace(
4092
4098
  "<svg",
4093
4099
  '<svg aria-hidden="true" focusable="false" part="strikethrough"'
4094
4100
  ).replace(/stroke=[#"'a-z1-9]*/gi, "");
@@ -4119,7 +4125,7 @@ let I = class extends wi {
4119
4125
  `;
4120
4126
  }
4121
4127
  };
4122
- I.styles = v`
4128
+ I.styles = f`
4123
4129
  :host {
4124
4130
  cursor: pointer;
4125
4131
  display: inline-flex;
@@ -4272,10 +4278,10 @@ N([
4272
4278
  I = N([
4273
4279
  b("o-filter-chip")
4274
4280
  ], I);
4275
- var $i = Object.defineProperty, M = (o, t, e, n) => {
4281
+ var ki = Object.defineProperty, M = (o, t, e, n) => {
4276
4282
  for (var i = void 0, r = o.length - 1, s; r >= 0; r--)
4277
4283
  (s = o[r]) && (i = s(t, e, i) || i);
4278
- return i && $i(t, e, i), i;
4284
+ return i && ki(t, e, i), i;
4279
4285
  };
4280
4286
  const se = class se extends u {
4281
4287
  constructor() {
@@ -4343,7 +4349,7 @@ const se = class se extends u {
4343
4349
  `;
4344
4350
  }
4345
4351
  };
4346
- se.styles = v`
4352
+ se.styles = f`
4347
4353
  :host {
4348
4354
  display: block;
4349
4355
  max-width: 100%;
@@ -4491,10 +4497,10 @@ M([
4491
4497
  a({ attribute: !1 })
4492
4498
  ], E.prototype, "onClickIcon");
4493
4499
  customElements.define("mini-tile", E);
4494
- var ki = Object.defineProperty, _i = Object.getOwnPropertyDescriptor, ne = (o, t, e, n) => {
4495
- for (var i = n > 1 ? void 0 : n ? _i(t, e) : t, r = o.length - 1, s; r >= 0; r--)
4500
+ var _i = Object.defineProperty, Ci = Object.getOwnPropertyDescriptor, ne = (o, t, e, n) => {
4501
+ for (var i = n > 1 ? void 0 : n ? Ci(t, e) : t, r = o.length - 1, s; r >= 0; r--)
4496
4502
  (s = o[r]) && (i = (n ? s(t, e, i) : s(i)) || i);
4497
- return n && i && ki(t, e, i), i;
4503
+ return n && i && _i(t, e, i), i;
4498
4504
  };
4499
4505
  let Ct = class extends u {
4500
4506
  constructor() {
@@ -4508,7 +4514,7 @@ let Ct = class extends u {
4508
4514
  `;
4509
4515
  }
4510
4516
  };
4511
- Ct.styles = v`
4517
+ Ct.styles = f`
4512
4518
  :host([variant]) {
4513
4519
  --badge-width: 19px;
4514
4520
  display: inline-block;
@@ -4552,10 +4558,10 @@ ne([
4552
4558
  Ct = ne([
4553
4559
  b("o-badge")
4554
4560
  ], Ct);
4555
- var Ci = Object.defineProperty, Si = Object.getOwnPropertyDescriptor, H = (o, t, e, n) => {
4556
- for (var i = n > 1 ? void 0 : n ? Si(t, e) : t, r = o.length - 1, s; r >= 0; r--)
4561
+ var Si = Object.defineProperty, Ei = Object.getOwnPropertyDescriptor, H = (o, t, e, n) => {
4562
+ for (var i = n > 1 ? void 0 : n ? Ei(t, e) : t, r = o.length - 1, s; r >= 0; r--)
4557
4563
  (s = o[r]) && (i = (n ? s(t, e, i) : s(i)) || i);
4558
- return n && i && Ci(t, e, i), i;
4564
+ return n && i && Si(t, e, i), i;
4559
4565
  };
4560
4566
  let A = class extends u {
4561
4567
  constructor() {
@@ -4621,7 +4627,7 @@ let A = class extends u {
4621
4627
  `;
4622
4628
  }
4623
4629
  };
4624
- A.styles = v`
4630
+ A.styles = f`
4625
4631
  :host {
4626
4632
  --vertical-offset: 24px;
4627
4633
  --horizontal-offset: 24px;
@@ -4735,14 +4741,14 @@ H([
4735
4741
  A = H([
4736
4742
  b("o-toast")
4737
4743
  ], A);
4738
- var Ei = Object.defineProperty, Ai = Object.getOwnPropertyDescriptor, j = (o, t, e, n) => {
4739
- for (var i = n > 1 ? void 0 : n ? Ai(t, e) : t, r = o.length - 1, s; r >= 0; r--)
4744
+ var Ai = Object.defineProperty, Li = Object.getOwnPropertyDescriptor, j = (o, t, e, n) => {
4745
+ for (var i = n > 1 ? void 0 : n ? Li(t, e) : t, r = o.length - 1, s; r >= 0; r--)
4740
4746
  (s = o[r]) && (i = (n ? s(t, e, i) : s(i)) || i);
4741
- return n && i && Ei(t, e, i), i;
4747
+ return n && i && Ai(t, e, i), i;
4742
4748
  };
4743
- let Li = 0, L = class extends u {
4749
+ let Bi = 0, L = class extends u {
4744
4750
  constructor() {
4745
- 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-${++Li}`);
4751
+ 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-${++Bi}`);
4746
4752
  }
4747
4753
  toggle() {
4748
4754
  this.disabled || (this.indeterminate ? (this.indeterminate = !1, this.checked = !0) : this.checked = !this.checked, this.syncInput(), this.dispatchEvent(new Event("change", { bubbles: !0, composed: !0 })));
@@ -4780,7 +4786,7 @@ let Li = 0, L = class extends u {
4780
4786
  `;
4781
4787
  }
4782
4788
  };
4783
- L.styles = v`
4789
+ L.styles = f`
4784
4790
  :host {
4785
4791
  display: inline-flex;
4786
4792
  align-items: center;
@@ -4916,14 +4922,14 @@ j([
4916
4922
  L = j([
4917
4923
  b("o-checkbox")
4918
4924
  ], L);
4919
- var Pi = Object.defineProperty, Bi = Object.getOwnPropertyDescriptor, q = (o, t, e, n) => {
4920
- for (var i = n > 1 ? void 0 : n ? Bi(t, e) : t, r = o.length - 1, s; r >= 0; r--)
4925
+ var Pi = Object.defineProperty, zi = Object.getOwnPropertyDescriptor, q = (o, t, e, n) => {
4926
+ for (var i = n > 1 ? void 0 : n ? zi(t, e) : t, r = o.length - 1, s; r >= 0; r--)
4921
4927
  (s = o[r]) && (i = (n ? s(t, e, i) : s(i)) || i);
4922
4928
  return n && i && Pi(t, e, i), i;
4923
4929
  };
4924
- let zi = 0, D = class extends u {
4930
+ let Oi = 0, D = class extends u {
4925
4931
  constructor() {
4926
- super(), this.checked = !1, this.disabled = !1, this.size = "S", this.showLabel = !0, this.label = "Radio button", this.name = "", this.value = "on", this.inputId = "", this.inputId || (this.inputId = `o-radio-${++zi}`);
4932
+ super(), this.checked = !1, this.disabled = !1, this.size = "S", this.showLabel = !0, this.label = "Radio button", this.name = "", this.value = "on", this.inputId = "", this.inputId || (this.inputId = `o-radio-${++Oi}`);
4927
4933
  }
4928
4934
  handleClick() {
4929
4935
  this.disabled || this.checked || (this.checked = !0, this.syncInput(), this.dispatchEvent(new Event("change", { bubbles: !0, composed: !0 })));
@@ -4955,7 +4961,7 @@ let zi = 0, D = class extends u {
4955
4961
  `;
4956
4962
  }
4957
4963
  };
4958
- D.styles = v`
4964
+ D.styles = f`
4959
4965
  :host {
4960
4966
  display: inline-flex;
4961
4967
  align-items: center;
@@ -5075,8 +5081,8 @@ q([
5075
5081
  D = q([
5076
5082
  b("o-radio")
5077
5083
  ], D);
5078
- var Oi = Object.getOwnPropertyDescriptor, Ii = (o, t, e, n) => {
5079
- for (var i = n > 1 ? void 0 : n ? Oi(t, e) : t, r = o.length - 1, s; r >= 0; r--)
5084
+ var Ii = Object.getOwnPropertyDescriptor, Di = (o, t, e, n) => {
5085
+ for (var i = n > 1 ? void 0 : n ? Ii(t, e) : t, r = o.length - 1, s; r >= 0; r--)
5080
5086
  (s = o[r]) && (i = s(i) || i);
5081
5087
  return i;
5082
5088
  };
@@ -5091,7 +5097,7 @@ let qt = class extends u {
5091
5097
  `;
5092
5098
  }
5093
5099
  };
5094
- qt.styles = v`
5100
+ qt.styles = f`
5095
5101
  nav {
5096
5102
  max-width: 144rem;
5097
5103
  margin: auto;
@@ -5103,13 +5109,13 @@ qt.styles = v`
5103
5109
  padding: var(--spacing-4-xs);
5104
5110
  }
5105
5111
  `;
5106
- qt = Ii([
5112
+ qt = Di([
5107
5113
  b("o-breadcrumbs")
5108
5114
  ], qt);
5109
- var Di = Object.defineProperty, Hi = Object.getOwnPropertyDescriptor, re = (o, t, e, n) => {
5110
- for (var i = n > 1 ? void 0 : n ? Hi(t, e) : t, r = o.length - 1, s; r >= 0; r--)
5115
+ var Hi = Object.defineProperty, Ti = Object.getOwnPropertyDescriptor, re = (o, t, e, n) => {
5116
+ for (var i = n > 1 ? void 0 : n ? Ti(t, e) : t, r = o.length - 1, s; r >= 0; r--)
5111
5117
  (s = o[r]) && (i = (n ? s(t, e, i) : s(i)) || i);
5112
- return n && i && Di(t, e, i), i;
5118
+ return n && i && Hi(t, e, i), i;
5113
5119
  };
5114
5120
  let St = class extends u {
5115
5121
  constructor() {
@@ -5132,7 +5138,7 @@ let St = class extends u {
5132
5138
  `;
5133
5139
  }
5134
5140
  };
5135
- St.styles = v`
5141
+ St.styles = f`
5136
5142
  :host(:not([active]))::after {
5137
5143
  content: "/";
5138
5144
  margin: 0 0.5rem;
@@ -5183,10 +5189,10 @@ re([
5183
5189
  St = re([
5184
5190
  b("o-breadcrumb")
5185
5191
  ], St);
5186
- var Ti = Object.defineProperty, Mi = Object.getOwnPropertyDescriptor, ut = (o, t, e, n) => {
5187
- for (var i = n > 1 ? void 0 : n ? Mi(t, e) : t, r = o.length - 1, s; r >= 0; r--)
5192
+ var Mi = Object.defineProperty, ji = Object.getOwnPropertyDescriptor, ut = (o, t, e, n) => {
5193
+ for (var i = n > 1 ? void 0 : n ? ji(t, e) : t, r = o.length - 1, s; r >= 0; r--)
5188
5194
  (s = o[r]) && (i = (n ? s(t, e, i) : s(i)) || i);
5189
- return n && i && Ti(t, e, i), i;
5195
+ return n && i && Mi(t, e, i), i;
5190
5196
  };
5191
5197
  let et = class extends u {
5192
5198
  constructor() {
@@ -5207,7 +5213,7 @@ let et = class extends u {
5207
5213
  </div>`;
5208
5214
  }
5209
5215
  };
5210
- et.styles = v`
5216
+ et.styles = f`
5211
5217
  :host {
5212
5218
  --card-width : 175px;
5213
5219
  --card-height : 260px;
@@ -5298,7 +5304,7 @@ ut([
5298
5304
  et = ut([
5299
5305
  b("o-arch-image")
5300
5306
  ], et);
5301
- const ji = `<?xml version="1.0" encoding="UTF-8" standalone="no"?>
5307
+ const Fi = `<?xml version="1.0" encoding="UTF-8" standalone="no"?>
5302
5308
  <svg
5303
5309
  xmlns:dc="http://purl.org/dc/elements/1.1/"
5304
5310
  xmlns:cc="http://creativecommons.org/ns#"
@@ -5379,10 +5385,10 @@ const ji = `<?xml version="1.0" encoding="UTF-8" standalone="no"?>
5379
5385
  id="path52"
5380
5386
  style="fill:#3F2B2E;fill-opacity:1;fill-rule:nonzero;stroke:none"
5381
5387
  d="m 1647.15,320.5 c -2.07,0 -4.94,-0.199 -8.49,-0.469 -8.68,-0.64 -23.5,-1.062 -37.41,-0.172 -20.4,1.282 -32.01,-0.589 -32.01,-10.687 0,-8.66 8.46,-10.781 15.19,-12.461 11.42,-2.949 17.17,-4.422 17.17,-27.402 l 0.93,-77.731 c 0.5,-38.668 1.03,-80.199 1.26,-103.4296 -51.33,57.4726 -160.86,181.7736 -188.51,217.5116 -6.78,8.68 -10.53,13.449 -17.38,13.449 -9.28,0 -20.13,0.743 -29.55,1.379 -7.55,0.5 -14.21,0.934 -18.55,0.934 -12.43,0 -18.72,-3.953 -18.72,-11.781 0,-10.34 10.9,-11.911 15.93,-12.621 10.36,-1.731 14.33,-3.668 18.82,-7.11 2.1,-1.629 5.01,-3.879 5.01,-26.988 0,-29.461 -3.75,-186.1837 -5.06,-201.8126 -2.12,-24.4688 -4.58,-25.168 -18.72,-29.1485 -6.17,-1.6718 -14.6,-3.9609 -14.6,-12.7421 0,-5.1797 2.84,-11.34771 16.4,-11.34771 1.21,0 3.75,0.23829 7.15,0.61719 11.38,1.22266 33.32,1.64062 46.82,0.3125 25.84,-2.53125 30.46,3.93752 30.46,10.41802 0,9.3593 -9.18,11.8515 -14.53,13.3203 -8.73,2.4922 -15.61,6.5195 -17.27,10.1992 -3.05,6.5234 -4.31,16.8515 -4.31,35.6719 0,10.1093 0.37,54.9488 0.74,98.9808 0.25,28.839 0.47,57.359 0.59,75.558 25.28,-29.508 56.38,-65.5 86.72,-100.609 49.5,-57.2697 96.26,-111.3712 113.23,-132.09 l 1.93,-2.3516 c 3.93,-4.8203 7.75,-9.97652 12.34,-14.19918 3.35,-3.089845 8.47,-4.83985 12.86,-2.871095 3.52,1.570315 5.52,5.300785 6.26,8.941405 0.88,4.26177 0.44,8.69927 0.28,13.01177 -0.59,15.3281 -0.42,31.5898 -0.25,52.0703 0.12,12.1172 0.25,25.7184 0.25,41.4684 0,49.141 1.03,147.141 2.98,161.66 1.58,10.52 2.25,14.879 14.31,18.891 l 2.09,0.75 c 4.07,1.41 11.6,4.027 11.6,12.02 0,4.949 -2.76,10.859 -15.96,10.859" /></g></g></svg>`;
5382
- var Fi = Object.defineProperty, Ri = Object.getOwnPropertyDescriptor, C = (o, t, e, n) => {
5383
- for (var i = n > 1 ? void 0 : n ? Ri(t, e) : t, r = o.length - 1, s; r >= 0; r--)
5388
+ var Ri = Object.defineProperty, Ui = Object.getOwnPropertyDescriptor, C = (o, t, e, n) => {
5389
+ for (var i = n > 1 ? void 0 : n ? Ui(t, e) : t, r = o.length - 1, s; r >= 0; r--)
5384
5390
  (s = o[r]) && (i = (n ? s(t, e, i) : s(i)) || i);
5385
- return n && i && Fi(t, e, i), i;
5391
+ return n && i && Ri(t, e, i), i;
5386
5392
  };
5387
5393
  const ae = class ae extends u {
5388
5394
  constructor() {
@@ -5501,7 +5507,7 @@ const ae = class ae extends u {
5501
5507
  <header part="header" class="${e}">
5502
5508
  ${this.showBackButton ? this._renderBackButton() : null}
5503
5509
  <div class="brand">
5504
- <span slot="logo${this.contrast ? "-contrast" : ""}">${S(ji)}</span>
5510
+ <span slot="logo${this.contrast ? "-contrast" : ""}">${S(Fi)}</span>
5505
5511
  </div>
5506
5512
  <div part="close${this.contrast ? "-contrast" : ""}">${this._renderCloseButton()}</div>
5507
5513
  </header>
@@ -5513,7 +5519,7 @@ const ae = class ae extends u {
5513
5519
  `;
5514
5520
  }
5515
5521
  };
5516
- ae.styles = v`
5522
+ ae.styles = f`
5517
5523
  :host {
5518
5524
  position: fixed;
5519
5525
  inset: 0;
@@ -5699,10 +5705,10 @@ C([
5699
5705
  W()
5700
5706
  ], $.prototype, "_headerHidden", 2);
5701
5707
  customElements.define("o-popin", $);
5702
- var Ui = Object.defineProperty, Ni = Object.getOwnPropertyDescriptor, k = (o, t, e, n) => {
5703
- for (var i = n > 1 ? void 0 : n ? Ni(t, e) : t, r = o.length - 1, s; r >= 0; r--)
5708
+ var Ni = Object.defineProperty, qi = Object.getOwnPropertyDescriptor, _ = (o, t, e, n) => {
5709
+ for (var i = n > 1 ? void 0 : n ? qi(t, e) : t, r = o.length - 1, s; r >= 0; r--)
5704
5710
  (s = o[r]) && (i = (n ? s(t, e, i) : s(i)) || i);
5705
- return n && i && Ui(t, e, i), i;
5711
+ return n && i && Ni(t, e, i), i;
5706
5712
  };
5707
5713
  let w = class extends u {
5708
5714
  constructor() {
@@ -5773,7 +5779,7 @@ let w = class extends u {
5773
5779
  `;
5774
5780
  }
5775
5781
  };
5776
- w.styles = v`
5782
+ w.styles = f`
5777
5783
  :host {
5778
5784
  display: block;
5779
5785
  max-width: 100%;
@@ -5942,57 +5948,57 @@ w.styles = v`
5942
5948
  cursor: pointer;
5943
5949
  }
5944
5950
  `;
5945
- k([
5951
+ _([
5946
5952
  a({ type: String })
5947
5953
  ], w.prototype, "type", 2);
5948
- k([
5954
+ _([
5949
5955
  a({ type: String })
5950
5956
  ], w.prototype, "titleProduct", 2);
5951
- k([
5957
+ _([
5952
5958
  a({ type: String })
5953
5959
  ], w.prototype, "descriptionProduct", 2);
5954
- k([
5960
+ _([
5955
5961
  a({ type: String })
5956
5962
  ], w.prototype, "volume", 2);
5957
- k([
5963
+ _([
5958
5964
  a({ type: String })
5959
5965
  ], w.prototype, "perLiter", 2);
5960
- k([
5966
+ _([
5961
5967
  a({ type: String })
5962
5968
  ], w.prototype, "mainPrice", 2);
5963
- k([
5969
+ _([
5964
5970
  a({ type: String })
5965
5971
  ], w.prototype, "salesPercentage", 2);
5966
- k([
5972
+ _([
5967
5973
  a({ type: String })
5968
5974
  ], w.prototype, "oldPrice", 2);
5969
- k([
5975
+ _([
5970
5976
  a({ type: String })
5971
5977
  ], w.prototype, "imageUrl", 2);
5972
- k([
5978
+ _([
5973
5979
  a({ type: Boolean })
5974
5980
  ], w.prototype, "outOfStock", 2);
5975
- k([
5981
+ _([
5976
5982
  a({ type: String })
5977
5983
  ], w.prototype, "altImage", 2);
5978
- k([
5984
+ _([
5979
5985
  a({ type: Boolean })
5980
5986
  ], w.prototype, "fullwidth", 2);
5981
- k([
5987
+ _([
5982
5988
  a({ type: Boolean })
5983
5989
  ], w.prototype, "current", 2);
5984
- k([
5990
+ _([
5985
5991
  a({ type: Boolean })
5986
5992
  ], w.prototype, "hideIcon", 2);
5987
- k([
5993
+ _([
5988
5994
  a({ type: String })
5989
5995
  ], w.prototype, "tagText", 2);
5990
- k([
5996
+ _([
5991
5997
  a({ attribute: !1 })
5992
5998
  ], w.prototype, "onClickTile", 2);
5993
- k([
5999
+ _([
5994
6000
  a({ attribute: !1 })
5995
6001
  ], w.prototype, "onClickIcon", 2);
5996
- w = k([
6002
+ w = _([
5997
6003
  b("o-medium-tile")
5998
6004
  ], w);