@florid-kit/components 2.6.2 → 2.6.3
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/components/icon-button.d.ts +1 -0
- package/index.js +76 -60
- package/index.mjs +264 -245
- package/package.json +1 -1
package/index.mjs
CHANGED
|
@@ -284,12 +284,12 @@ I1.elementStyles = [], I1.shadowRootOptions = { mode: "open" }, I1[G1("elementPr
|
|
|
284
284
|
*/
|
|
285
285
|
const Q1 = globalThis, p2 = Q1.trustedTypes, W2 = p2 ? p2.createPolicy("lit-html", { createHTML: (e) => e }) : void 0, s0 = "$lit$", x1 = `lit$${Math.random().toFixed(9).slice(2)}$`, l0 = "?" + x1, B0 = `<${l0}>`, _1 = document, Y1 = () => _1.createComment(""), J1 = (e) => e === null || typeof e != "object" && typeof e != "function", F2 = Array.isArray, V0 = (e) => F2(e) || typeof (e == null ? void 0 : e[Symbol.iterator]) == "function", x2 = `[
|
|
286
286
|
\f\r]`, W1 = /<(?:(!--|\/[^a-zA-Z])|(\/?[a-zA-Z][^>\s]*)|(\/?$))/g, G2 = /-->/g, Q2 = />/g, E1 = RegExp(`>|${x2}(?:([^\\s"'>=/]+)(${x2}*=${x2}*(?:[^
|
|
287
|
-
\f\r"'\`<>=]|("|')|))|$)`, "g"), X2 = /'/g, Y2 = /"/g, a0 = /^(?:script|style|textarea|title)$/i, E0 = (e) => (t, ...o) => ({ _$litType$: e, strings: t, values: o }), a = E0(1),
|
|
287
|
+
\f\r"'\`<>=]|("|')|))|$)`, "g"), X2 = /'/g, Y2 = /"/g, a0 = /^(?:script|style|textarea|title)$/i, E0 = (e) => (t, ...o) => ({ _$litType$: e, strings: t, values: o }), a = E0(1), G = Symbol.for("lit-noChange"), h = Symbol.for("lit-nothing"), J2 = /* @__PURE__ */ new WeakMap(), k1 = _1.createTreeWalker(_1, 129);
|
|
288
288
|
function c0(e, t) {
|
|
289
289
|
if (!F2(e) || !e.hasOwnProperty("raw")) throw Error("invalid template strings array");
|
|
290
290
|
return W2 !== void 0 ? W2.createHTML(t) : t;
|
|
291
291
|
}
|
|
292
|
-
const
|
|
292
|
+
const k0 = (e, t) => {
|
|
293
293
|
const o = e.length - 1, n = [];
|
|
294
294
|
let i, r = t === 2 ? "<svg>" : t === 3 ? "<math>" : "", l = W1;
|
|
295
295
|
for (let c = 0; c < o; c++) {
|
|
@@ -306,22 +306,22 @@ class t2 {
|
|
|
306
306
|
let i;
|
|
307
307
|
this.parts = [];
|
|
308
308
|
let r = 0, l = 0;
|
|
309
|
-
const c = t.length - 1, d = this.parts, [v, b] =
|
|
310
|
-
if (this.el = t2.createElement(v, n),
|
|
309
|
+
const c = t.length - 1, d = this.parts, [v, b] = k0(t, o);
|
|
310
|
+
if (this.el = t2.createElement(v, n), k1.currentNode = this.el.content, o === 2 || o === 3) {
|
|
311
311
|
const p = this.el.content.firstChild;
|
|
312
312
|
p.replaceWith(...p.childNodes);
|
|
313
313
|
}
|
|
314
|
-
for (; (i =
|
|
314
|
+
for (; (i = k1.nextNode()) !== null && d.length < c; ) {
|
|
315
315
|
if (i.nodeType === 1) {
|
|
316
316
|
if (i.hasAttributes()) for (const p of i.getAttributeNames()) if (p.endsWith(s0)) {
|
|
317
|
-
const H = b[l++], Z = i.getAttribute(p).split(x1),
|
|
318
|
-
d.push({ type: 1, index: r, name:
|
|
317
|
+
const H = b[l++], Z = i.getAttribute(p).split(x1), K = /([.?@])?(.*)/.exec(H);
|
|
318
|
+
d.push({ type: 1, index: r, name: K[2], strings: Z, ctor: K[1] === "." ? _0 : K[1] === "?" ? Z0 : K[1] === "@" ? S0 : u2 }), i.removeAttribute(p);
|
|
319
319
|
} else p.startsWith(x1) && (d.push({ type: 6, index: r }), i.removeAttribute(p));
|
|
320
320
|
if (a0.test(i.tagName)) {
|
|
321
321
|
const p = i.textContent.split(x1), H = p.length - 1;
|
|
322
322
|
if (H > 0) {
|
|
323
323
|
i.textContent = p2 ? p2.emptyScript : "";
|
|
324
|
-
for (let Z = 0; Z < H; Z++) i.append(p[Z], Y1()),
|
|
324
|
+
for (let Z = 0; Z < H; Z++) i.append(p[Z], Y1()), k1.nextNode(), d.push({ type: 2, index: ++r });
|
|
325
325
|
i.append(p[H], Y1());
|
|
326
326
|
}
|
|
327
327
|
}
|
|
@@ -340,12 +340,12 @@ class t2 {
|
|
|
340
340
|
}
|
|
341
341
|
function z1(e, t, o = e, n) {
|
|
342
342
|
var l, c;
|
|
343
|
-
if (t ===
|
|
343
|
+
if (t === G) return t;
|
|
344
344
|
let i = n !== void 0 ? (l = o._$Co) == null ? void 0 : l[n] : o._$Cl;
|
|
345
345
|
const r = J1(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(e), i._$AT(e, o, n)), n !== void 0 ? (o._$Co ?? (o._$Co = []))[n] = i : o._$Cl = i), i !== void 0 && (t = z1(e, i._$AS(e, t.values), i, n)), t;
|
|
347
347
|
}
|
|
348
|
-
class
|
|
348
|
+
class M0 {
|
|
349
349
|
constructor(t, o) {
|
|
350
350
|
this._$AV = [], this._$AN = void 0, this._$AD = t, this._$AM = o;
|
|
351
351
|
}
|
|
@@ -357,16 +357,16 @@ class k0 {
|
|
|
357
357
|
}
|
|
358
358
|
u(t) {
|
|
359
359
|
const { el: { content: o }, parts: n } = this._$AD, i = ((t == null ? void 0 : t.creationScope) ?? _1).importNode(o, !0);
|
|
360
|
-
|
|
361
|
-
let r =
|
|
360
|
+
k1.currentNode = i;
|
|
361
|
+
let r = k1.nextNode(), l = 0, c = 0, d = n[0];
|
|
362
362
|
for (; d !== void 0; ) {
|
|
363
363
|
if (l === d.index) {
|
|
364
364
|
let v;
|
|
365
365
|
d.type === 2 ? v = new s2(r, r.nextSibling, this, t) : d.type === 1 ? v = new d.ctor(r, d.name, d.strings, this, t) : d.type === 6 && (v = new F0(r, this, t)), this._$AV.push(v), d = n[++c];
|
|
366
366
|
}
|
|
367
|
-
l !== (d == null ? void 0 : d.index) && (r =
|
|
367
|
+
l !== (d == null ? void 0 : d.index) && (r = k1.nextNode(), l++);
|
|
368
368
|
}
|
|
369
|
-
return
|
|
369
|
+
return k1.currentNode = _1, i;
|
|
370
370
|
}
|
|
371
371
|
p(t) {
|
|
372
372
|
let o = 0;
|
|
@@ -393,7 +393,7 @@ class s2 {
|
|
|
393
393
|
return this._$AB;
|
|
394
394
|
}
|
|
395
395
|
_$AI(t, o = this) {
|
|
396
|
-
t = z1(this, t, o), J1(t) ? t === h || t == null || t === "" ? (this._$AH !== h && this._$AR(), this._$AH = h) : t !== this._$AH && t !==
|
|
396
|
+
t = z1(this, t, o), J1(t) ? t === h || t == null || t === "" ? (this._$AH !== h && this._$AR(), this._$AH = h) : t !== this._$AH && t !== G && this._(t) : t._$litType$ !== void 0 ? this.$(t) : t.nodeType !== void 0 ? this.T(t) : V0(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 s2 {
|
|
|
409
409
|
const { values: o, _$litType$: n } = t, i = typeof n == "number" ? this._$AC(t) : (n.el === void 0 && (n.el = t2.createElement(c0(n.h, n.h[0]), this.options)), n);
|
|
410
410
|
if (((r = this._$AH) == null ? void 0 : r._$AD) === i) this._$AH.p(o);
|
|
411
411
|
else {
|
|
412
|
-
const l = new
|
|
412
|
+
const l = new M0(i, this), c = l.u(this.options);
|
|
413
413
|
l.p(o), this.T(c), this._$AH = l;
|
|
414
414
|
}
|
|
415
415
|
}
|
|
@@ -449,11 +449,11 @@ class u2 {
|
|
|
449
449
|
_$AI(t, o = this, n, i) {
|
|
450
450
|
const r = this.strings;
|
|
451
451
|
let l = !1;
|
|
452
|
-
if (r === void 0) t = z1(this, t, o, 0), l = !J1(t) || t !== this._$AH && t !==
|
|
452
|
+
if (r === void 0) t = z1(this, t, o, 0), l = !J1(t) || t !== this._$AH && t !== G, l && (this._$AH = t);
|
|
453
453
|
else {
|
|
454
454
|
const c = t;
|
|
455
455
|
let d, v;
|
|
456
|
-
for (t = r[0], d = 0; d < r.length - 1; d++) v = z1(this, c[n + d], o, d), v ===
|
|
456
|
+
for (t = r[0], d = 0; d < r.length - 1; d++) v = z1(this, c[n + d], o, d), v === G && (v = this._$AH[d]), l || (l = !J1(v) || v !== this._$AH[d]), v === h ? t = h : t !== h && (t += (v ?? "") + r[d + 1]), this._$AH[d] = v;
|
|
457
457
|
}
|
|
458
458
|
l && !i && this.j(t);
|
|
459
459
|
}
|
|
@@ -482,7 +482,7 @@ class S0 extends u2 {
|
|
|
482
482
|
super(t, o, n, i, r), this.type = 5;
|
|
483
483
|
}
|
|
484
484
|
_$AI(t, o = this) {
|
|
485
|
-
if ((t = z1(this, t, o, 0) ?? h) ===
|
|
485
|
+
if ((t = z1(this, t, o, 0) ?? h) === G) return;
|
|
486
486
|
const n = this._$AH, i = t === h && n !== h || t.capture !== n.capture || t.once !== n.once || t.passive !== n.passive, r = t !== h && (n === h || i);
|
|
487
487
|
i && this.element.removeEventListener(this.name, this, n), r && this.element.addEventListener(this.name, this, t), this._$AH = t;
|
|
488
488
|
}
|
|
@@ -518,7 +518,7 @@ const O0 = (e, t, o) => {
|
|
|
518
518
|
* Copyright 2017 Google LLC
|
|
519
519
|
* SPDX-License-Identifier: BSD-3-Clause
|
|
520
520
|
*/
|
|
521
|
-
const
|
|
521
|
+
const M1 = globalThis;
|
|
522
522
|
let C = class extends I1 {
|
|
523
523
|
constructor() {
|
|
524
524
|
super(...arguments), this.renderOptions = { host: this }, this._$Do = void 0;
|
|
@@ -541,14 +541,14 @@ let C = class extends I1 {
|
|
|
541
541
|
super.disconnectedCallback(), (t = this._$Do) == null || t.setConnected(!1);
|
|
542
542
|
}
|
|
543
543
|
render() {
|
|
544
|
-
return
|
|
544
|
+
return G;
|
|
545
545
|
}
|
|
546
546
|
};
|
|
547
547
|
var n0;
|
|
548
|
-
C._$litElement$ = !0, C.finalized = !0, (n0 =
|
|
549
|
-
const $2 =
|
|
548
|
+
C._$litElement$ = !0, C.finalized = !0, (n0 = M1.litElementHydrateSupport) == null || n0.call(M1, { LitElement: C });
|
|
549
|
+
const $2 = M1.litElementPolyfillSupport;
|
|
550
550
|
$2 == null || $2({ LitElement: C });
|
|
551
|
-
(
|
|
551
|
+
(M1.litElementVersions ?? (M1.litElementVersions = [])).push("4.2.0");
|
|
552
552
|
/**
|
|
553
553
|
* @license
|
|
554
554
|
* Copyright 2017 Google LLC
|
|
@@ -621,7 +621,7 @@ function q1(e, t) {
|
|
|
621
621
|
} });
|
|
622
622
|
};
|
|
623
623
|
}
|
|
624
|
-
const
|
|
624
|
+
const a1 = u`
|
|
625
625
|
outline: 1px dashed var(--color-border-primary);
|
|
626
626
|
outline-offset: 2px;
|
|
627
627
|
`;
|
|
@@ -695,8 +695,8 @@ function q0() {
|
|
|
695
695
|
const H = p;
|
|
696
696
|
H.hadRecentInput || (H.sources ?? []).forEach((Z) => {
|
|
697
697
|
var V1, N1;
|
|
698
|
-
const
|
|
699
|
-
|
|
698
|
+
const K = (N1 = (V1 = Z.node) == null ? void 0 : V1.nodeName) == null ? void 0 : N1.toLowerCase();
|
|
699
|
+
K != null && K.startsWith("o-") && l.set(K, (l.get(K) ?? 0) + H.value);
|
|
700
700
|
});
|
|
701
701
|
});
|
|
702
702
|
}), c.observe({ type: "layout-shift", buffered: !0 });
|
|
@@ -704,14 +704,14 @@ function q0() {
|
|
|
704
704
|
}
|
|
705
705
|
const d = () => {
|
|
706
706
|
if (o || (o = !0, v.disconnect(), r == null || r.disconnect(), c == null || c.disconnect(), clearTimeout(n), e.size === 0)) return;
|
|
707
|
-
const b = [...e.entries()], p = b.filter(([S]) => S.includes(":init")), H = b.filter(([S]) => S.includes(":to-paint")), Z = p.reduce((S, [, V]) => S + V.count, 0),
|
|
707
|
+
const b = [...e.entries()], p = b.filter(([S]) => S.includes(":init")), H = b.filter(([S]) => S.includes(":to-paint")), Z = p.reduce((S, [, V]) => S + V.count, 0), K = H.length > 0 ? H : p, V1 = Math.max(...K.map(([, S]) => S.max));
|
|
708
708
|
console.group(
|
|
709
709
|
`%c⚡ Web Components Performance%c — ${location.pathname}`,
|
|
710
710
|
"font-weight:bold;color:#b45309",
|
|
711
711
|
"font-weight:normal;color:inherit"
|
|
712
712
|
);
|
|
713
|
-
const N1 = ([S, { count: V, total:
|
|
714
|
-
const P1 =
|
|
713
|
+
const N1 = ([S, { count: V, total: W, min: T, max: y1 }]) => {
|
|
714
|
+
const P1 = W / V;
|
|
715
715
|
return [S, { instances: V, avg: `${P1.toFixed(2)}ms`, min: `${T.toFixed(2)}ms`, max: `${y1.toFixed(2)}ms`, verdict: R0(P1) }];
|
|
716
716
|
};
|
|
717
717
|
if (p.length > 0 && (console.groupCollapsed("JS (Lit render)"), console.table(Object.fromEntries(p.map(N1))), console.groupEnd()), H.length > 0)
|
|
@@ -735,16 +735,16 @@ How to investigate per-component CSS/layout cost:
|
|
|
735
735
|
), console.groupEnd();
|
|
736
736
|
else {
|
|
737
737
|
console.groupCollapsed("To first paint (JS + CSS layout)"), console.table(Object.fromEntries(H.map(N1))), console.groupEnd();
|
|
738
|
-
const S = p.flatMap(([V,
|
|
738
|
+
const S = p.flatMap(([V, W]) => {
|
|
739
739
|
const T = e.get(V.replace(":init", ":to-paint"));
|
|
740
740
|
if (!T) return [];
|
|
741
|
-
const y1 = T.total / T.count -
|
|
741
|
+
const y1 = T.total / T.count - W.total / W.count, P1 = y1 < 1 ? "✓ light" : y1 < 5 ? "~ moderate" : "⚠ heavy";
|
|
742
742
|
return [[V.replace(/:init.*/, ""), { "CSS/layout overhead": `+${y1.toFixed(2)}ms`, verdict: P1 }]];
|
|
743
743
|
});
|
|
744
744
|
S.length > 0 && (console.groupCollapsed("📐 CSS/layout cost (to-paint − init)"), console.table(Object.fromEntries(S)), console.groupEnd());
|
|
745
745
|
}
|
|
746
746
|
if (i.length > 0) {
|
|
747
|
-
const S = i.reduce((V,
|
|
747
|
+
const S = i.reduce((V, W) => V + W.duration, 0);
|
|
748
748
|
console.groupCollapsed(
|
|
749
749
|
`%c🔴 Long tasks: ${i.length} task${i.length > 1 ? "s" : ""} blocked the main thread for ${S.toFixed(0)}ms total%c — user perceives freeze / delayed interactions`,
|
|
750
750
|
"font-weight:bold;color:#dc2626",
|
|
@@ -757,9 +757,9 @@ Fix: split heavy work with scheduler.yield() or setTimeout(..., 0).
|
|
|
757
757
|
⚠ The browser does not expose which function caused the long task.
|
|
758
758
|
'likely components' below are components whose :init overlapped the task window.
|
|
759
759
|
For a precise stack trace, record a profile in DevTools → Performance tab.`
|
|
760
|
-
), i.forEach((V,
|
|
760
|
+
), i.forEach((V, W) => {
|
|
761
761
|
const T = V.start + V.duration, y1 = t.filter((K1) => K1.name.endsWith(":init") && K1.start < T && K1.end > V.start).map((K1) => K1.name.replace(":init", "")), P1 = y1.length > 0 ? [...new Set(y1)].join(", ") : "none identified — task may be from framework or third-party code";
|
|
762
|
-
console.table({ [`task ${
|
|
762
|
+
console.table({ [`task ${W + 1}`]: {
|
|
763
763
|
"start (ms)": V.start.toFixed(0),
|
|
764
764
|
"duration (ms)": V.duration.toFixed(0),
|
|
765
765
|
verdict: V.duration > 200 ? "✗ severe" : V.duration > 100 ? "⚠ high" : "~ noticeable",
|
|
@@ -768,7 +768,7 @@ Fix: split heavy work with scheduler.yield() or setTimeout(..., 0).
|
|
|
768
768
|
}), console.groupEnd();
|
|
769
769
|
}
|
|
770
770
|
if (l.size > 0) {
|
|
771
|
-
const S = [...l.values()].reduce((
|
|
771
|
+
const S = [...l.values()].reduce((W, T) => W + T, 0), V = S < 0.1 ? "✓ good" : S < 0.25 ? "⚠ needs improvement" : "✗ poor";
|
|
772
772
|
console.groupCollapsed(
|
|
773
773
|
`%c📐 Layout shifts from components — total CLS: ${S.toFixed(4)} ${V}%c`,
|
|
774
774
|
"font-weight:bold",
|
|
@@ -781,8 +781,8 @@ Only light-DOM shifts are detected here. Shifts inside shadow DOM are not visibl
|
|
|
781
781
|
to the LayoutShift API. If a component shifts but is not listed, check its host
|
|
782
782
|
element size change on mount (min-height, aspect-ratio, or skeleton placeholder).`
|
|
783
783
|
), console.table(Object.fromEntries(
|
|
784
|
-
[...l.entries()].map(([
|
|
785
|
-
|
|
784
|
+
[...l.entries()].map(([W, T]) => [
|
|
785
|
+
W,
|
|
786
786
|
{
|
|
787
787
|
"CLS contribution": T.toFixed(4),
|
|
788
788
|
verdict: T < 0.01 ? "✓ ok" : T < 0.1 ? "⚠ noticeable" : "✗ poor"
|
|
@@ -1033,10 +1033,10 @@ const N0 = `<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="h
|
|
|
1033
1033
|
<path fill-rule="evenodd" clip-rule="evenodd" d="M9.87 7.62301V7.78308C9.68 11.7149 9.31 17.8877 9.02 18.7381L8.99 18.9181V19.5084H14.99V18.9982L14.96 18.7181C14.68 17.9377 14.3 11.5948 14.13 7.77308V7.61301L13.38 6.63256H10.6L9.87 7.62301ZM10.87 7.98317L11.11 7.66303H12.88L13.13 7.99318C13.14 8.28331 13.17 8.82356 13.2 9.50387C12.94 9.11369 12.5 8.85357 12 8.85357C11.5 8.85357 11.06 9.11369 10.8 9.50387C10.83 8.82356 10.86 8.29331 10.87 7.99318V7.98317ZM12.42 10.2842C12.42 10.5243 12.23 10.7144 11.99 10.7144C11.75 10.7144 11.56 10.5243 11.56 10.2842C11.56 10.0441 11.75 9.85402 11.99 9.85402C12.23 9.85402 12.42 10.0441 12.42 10.2842ZM12 11.7349C12.56 11.7349 13.04 11.4047 13.28 10.9345C13.43 13.5357 13.65 17.0073 13.89 18.4779H10.12C10.36 16.9973 10.58 13.5357 10.73 10.9345C10.97 11.4047 11.45 11.7249 12.01 11.7249L12 11.7349Z" fill="#432A2E"/>
|
|
1034
1034
|
<path fill-rule="evenodd" clip-rule="evenodd" d="M12.64 6.20236V5.45202L13.22 5.51205V4.60164L12.62 4.50159H11.38L10.78 4.60164V5.51205L11.36 5.45202V6.20236H12.64Z" fill="#432A2E"/>
|
|
1035
1035
|
</svg>
|
|
1036
|
-
`,
|
|
1036
|
+
`, k3 = `<svg width="12" height="12" viewBox="0 0 12 12" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
1037
1037
|
<path d="M10.4936 10.49V10.46C10.5837 8.33241 9.61329 5.95505 7.29241 5.76526C6.21199 5.67536 4.86148 5.69534 3.56098 5.70533C3.03078 5.70533 2.53059 5.71532 2.0504 5.70533C2.71065 6.37458 3.74105 7.5333 4.73143 9.08158L4.29126 9.36126C3.04078 7.40344 1.72028 6.09489 1.21008 5.62542L1 5.43563L1.21008 5.24584C1.71027 4.78635 3.01077 3.48779 4.27125 1.5L4.71142 1.77969C3.70103 3.36792 2.66064 4.53663 2.01039 5.19589C2.49057 5.19589 3.00077 5.19589 3.54097 5.19589C4.85147 5.1859 6.21199 5.16593 7.32242 5.25583C9.98344 5.47558 11.0939 8.12264 10.9938 10.48L10.4736 10.5L10.4936 10.49Z" fill="#3F2B2E"/>
|
|
1038
1038
|
</svg>
|
|
1039
|
-
`,
|
|
1039
|
+
`, M3 = `<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
1040
1040
|
<path d="M14.3003 14V13.9601C14.4205 11.1248 13.0684 7.96007 9.81343 7.7005C8.29111 7.5807 6.40824 7.60067 4.57545 7.62063C3.83432 7.62063 3.12324 7.6406 2.46223 7.63062C3.38363 8.51913 4.83585 10.0566 6.21795 12.1231L5.60702 12.4925C3.85435 9.87687 2.00153 8.13977 1.29044 7.51082L1 7.25125L1.29044 6.99168C1.99151 6.37271 3.81429 4.65557 5.57698 2L6.18791 2.36938C4.77575 4.49584 3.32354 6.03328 2.40214 6.91181C3.07316 6.91181 3.79426 6.91181 4.5454 6.90183C6.38821 6.88186 8.29111 6.8619 9.84348 6.9817C13.5792 7.2812 15.1315 10.8053 14.9913 13.9501L14.2602 13.97L14.3003 14Z" fill="#3F2B2E"/>
|
|
1041
1041
|
</svg>
|
|
1042
1042
|
`, _3 = `<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
@@ -1248,12 +1248,12 @@ const N0 = `<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="h
|
|
|
1248
1248
|
`, Et = `<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
1249
1249
|
<path d="M23 1.93L22.07 1L12 11.07L1.93 1L1 1.93L11.07 12L1 22.07L1.93 23L12 12.93L22.07 23L23 22.07L12.93 12L23 1.93Z" fill="#3F2B2E"/>
|
|
1250
1250
|
</svg>
|
|
1251
|
-
`,
|
|
1251
|
+
`, kt = `<svg width="12" height="12" viewBox="0 0 12 12" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
1252
1252
|
<path d="M1 1V3.54254H10.99V1H1ZM10.2707 2.79179H1.70929V1.75075H10.2707V2.79179Z" fill="#3F2B2E"/>
|
|
1253
1253
|
<path d="M1 10.029L2.71828 10.96L9.04196 11L11 10.029V4.27327H1V10.029ZM1.70929 5.03403H10.2707V9.56857L8.87213 10.2593H2.96803L1.70929 9.57858V5.03403Z" fill="#3F2B2E"/>
|
|
1254
1254
|
<path d="M8.84216 8.01702H3.13786V8.76777H8.84216V8.01702Z" fill="#3F2B2E"/>
|
|
1255
1255
|
</svg>
|
|
1256
|
-
`,
|
|
1256
|
+
`, Mt = `<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
1257
1257
|
<path d="M2 2V5.13H13.99V2H2ZM2.9592 4.13V3H13.0408V4.13H2.9592Z" fill="#3F2B2E"/>
|
|
1258
1258
|
<path d="M2 12.82L4.17818 14H11.632L14 12.83V5.9H2V12.82ZM2.9592 6.9H13.0408V12.2L11.4122 13H4.40799L2.9592 12.21V6.9Z" fill="#3F2B2E"/>
|
|
1259
1259
|
<path d="M11.3922 10.34H4.59783V11.34H11.3922V10.34Z" fill="#3F2B2E"/>
|
|
@@ -1517,11 +1517,11 @@ const N0 = `<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="h
|
|
|
1517
1517
|
<path d="M16.2723 6.98V4.75C16.2324 4.11 16.0525 3.48 15.7427 2.94L15.6627 2.82C14.9532 1.73 13.4841 1 11.995 1C10.7058 1 9.04685 1.59 8.23735 2.95L8.12742 3.16C7.85759 3.72 7.71768 4.35 7.71768 5V6.98H4V19.49L4.17989 19.66C5.50906 20.91 8.28732 23 12.005 23C15.7227 23 18.5709 20.9 19.8301 19.65L20 19.49V6.98H16.2723ZM8.83698 5C8.83698 4.52 8.93692 4.06 9.13679 3.65L9.21674 3.48C9.69644 2.69 10.8657 2.11 11.995 2.11C13.1243 2.11 14.2236 2.65 14.7733 3.48C15.0031 3.88 15.133 4.33 15.163 4.77V6.97H8.83698V4.99V5ZM11.995 21.88C8.81699 21.88 6.37851 20.15 5.1193 19V8.1H18.8607V19.01C17.6715 20.15 15.3129 21.88 11.995 21.88Z" fill="#3F2B2E"/>
|
|
1518
1518
|
<path d="M14.4235 12.7C13.9638 11.93 12.9944 11.41 12.015 11.41C10.9856 11.41 10.0062 11.96 9.54653 12.81L9.47658 12.95C9.29669 13.35 9.20675 13.78 9.20675 14.22V14.42C9.23673 14.81 9.32667 15.16 9.47658 15.49L9.6065 15.74C9.97626 16.37 10.6658 16.8 11.4354 16.95V19.45H12.5547V16.96C13.3741 16.81 14.1137 16.33 14.4934 15.63L14.5534 15.49C14.7333 15.09 14.8232 14.67 14.8232 14.22V14.04C14.7933 13.59 14.6833 13.17 14.4235 12.7ZM13.7039 14.22C13.7039 14.51 13.644 14.78 13.534 15.03L13.4941 15.13C13.2442 15.59 12.6346 15.91 12.025 15.91C11.4154 15.91 10.8457 15.61 10.5659 15.16L10.5059 15.02C10.416 14.81 10.356 14.58 10.336 14.36V14.21C10.336 13.93 10.396 13.65 10.5059 13.4L10.5559 13.29C10.8057 12.83 11.4054 12.51 12.025 12.51C12.6446 12.51 13.2142 12.82 13.4941 13.3C13.624 13.54 13.6939 13.8 13.7139 14.05V14.2L13.7039 14.22Z" fill="#3F2B2E"/>
|
|
1519
1519
|
</svg>
|
|
1520
|
-
`,
|
|
1520
|
+
`, ke = `<svg width="12" height="12" viewBox="0 0 12 12" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
1521
1521
|
<path d="M2 2C2 1.44772 2.44772 1 3 1H3.66667C4.21895 1 4.66667 1.44772 4.66667 2V10C4.66667 10.5523 4.21895 11 3.66667 11H3C2.44772 11 2 10.5523 2 10V2Z" fill="#3F2B2E"/>
|
|
1522
1522
|
<path d="M7.33333 2C7.33333 1.44772 7.78105 1 8.33333 1H9C9.55228 1 10 1.44772 10 2V10C10 10.5523 9.55228 11 9 11H8.33333C7.78105 11 7.33333 10.5523 7.33333 10V2Z" fill="#3F2B2E"/>
|
|
1523
1523
|
</svg>
|
|
1524
|
-
`,
|
|
1524
|
+
`, Me = `<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
1525
1525
|
<path d="M3.5 3C3.5 2.44772 3.94772 2 4.5 2H5.5C6.05228 2 6.5 2.44772 6.5 3V13C6.5 13.5523 6.05228 14 5.5 14H4.5C3.94772 14 3.5 13.5523 3.5 13V3Z" fill="#3F2B2E"/>
|
|
1526
1526
|
<path d="M9.5 3C9.5 2.44772 9.94772 2 10.5 2H11.5C12.0523 2 12.5 2.44772 12.5 3V13C12.5 13.5523 12.0523 14 11.5 14H10.5C9.94772 14 9.5 13.5523 9.5 13V3Z" fill="#3F2B2E"/>
|
|
1527
1527
|
</svg>
|
|
@@ -1710,12 +1710,12 @@ const N0 = `<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="h
|
|
|
1710
1710
|
`, E4 = `<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
1711
1711
|
<path d="M12 2C17.5228 2 22 6.47715 22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2ZM12 15.3333C11.5398 15.3333 11.1667 15.7064 11.1667 16.1667C11.1667 16.6269 11.5398 17 12 17C12.4602 17 12.8333 16.6269 12.8333 16.1667C12.8333 15.7064 12.4602 15.3333 12 15.3333ZM12 7.83333C11.5398 7.83333 11.1667 8.20643 11.1667 8.66667V13.6667C11.1667 14.1269 11.5398 14.5 12 14.5C12.4602 14.5 12.8333 14.1269 12.8333 13.6667V8.66667C12.8333 8.20643 12.4602 7.83333 12 7.83333Z" fill="#3F2B2E"/>
|
|
1712
1712
|
</svg>
|
|
1713
|
-
`,
|
|
1713
|
+
`, k4 = `<svg width="12" height="12" viewBox="0 0 12 12" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
1714
1714
|
<path d="M6 8.50049C6.27614 8.50049 6.5 8.72435 6.5 9.00049C6.49987 9.27652 6.27606 9.50049 6 9.50049C5.72394 9.50049 5.50013 9.27652 5.5 9.00049C5.5 8.72435 5.72386 8.50049 6 8.50049Z" fill="#3F2B2E"/>
|
|
1715
1715
|
<path d="M6 2.50049C6.27614 2.50049 6.5 2.72435 6.5 3.00049V7.00049C6.49987 7.27652 6.27606 7.50049 6 7.50049C5.72394 7.50049 5.50013 7.27652 5.5 7.00049V3.00049C5.5 2.72435 5.72386 2.50049 6 2.50049Z" fill="#3F2B2E"/>
|
|
1716
1716
|
<path fill-rule="evenodd" clip-rule="evenodd" d="M6 1C8.76142 1 11 3.23906 11 6.00049C10.9999 8.7618 8.76134 11.0005 6 11.0005C3.23866 11.0005 1.00013 8.7618 1 6.00049C1 3.23906 3.23858 1 6 1ZM6 1.75049C3.65279 1.75049 1.75 3.65328 1.75 6.00049C1.75013 8.34759 3.65287 10.2505 6 10.2505C8.34713 10.2505 10.2499 8.34759 10.25 6.00049C10.25 3.65328 8.34721 1.75049 6 1.75049Z" fill="#3F2B2E"/>
|
|
1717
1717
|
</svg>
|
|
1718
|
-
`,
|
|
1718
|
+
`, M4 = `<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
1719
1719
|
<path d="M8 11.5007C8.3866 11.5007 8.7 11.8141 8.7 12.2007C8.69982 12.5871 8.38649 12.9007 8 12.9007C7.61351 12.9007 7.30018 12.5871 7.3 12.2007C7.3 11.8141 7.6134 11.5007 8 11.5007Z" fill="#3F2B2E"/>
|
|
1720
1720
|
<path d="M8 3.10068C8.3866 3.10068 8.7 3.41408 8.7 3.80068V9.40068C8.69982 9.78713 8.38649 10.1007 8 10.1007C7.61351 10.1007 7.30018 9.78713 7.3 9.40068V3.80068C7.3 3.41408 7.6134 3.10068 8 3.10068Z" fill="#3F2B2E"/>
|
|
1721
1721
|
<path fill-rule="evenodd" clip-rule="evenodd" d="M8 1C11.866 1 15 4.13469 15 8.00068C14.9998 11.8665 11.8659 15.0007 8 15.0007C4.13412 15.0007 1.00018 11.8665 1 8.00068C1 4.13469 4.13401 1 8 1ZM8 2.05068C4.71391 2.05068 2.05 4.71459 2.05 8.00068C2.05018 11.2866 4.71402 13.9507 8 13.9507C11.286 13.9507 13.9498 11.2866 13.95 8.00068C13.95 4.71459 11.2861 2.05068 8 2.05068Z" fill="#3F2B2E"/>
|
|
@@ -1783,7 +1783,7 @@ const N0 = `<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="h
|
|
|
1783
1783
|
}, A2 = {
|
|
1784
1784
|
"occ-address": { small: L3, medium: $3, large: H3 },
|
|
1785
1785
|
"occ-autorep": { small: B3, medium: V3, large: E3 },
|
|
1786
|
-
"occ-back": { small:
|
|
1786
|
+
"occ-back": { small: k3, medium: M3, large: _3 },
|
|
1787
1787
|
"occ-bag-filled": { small: Z3, medium: S3, large: F3 },
|
|
1788
1788
|
"occ-bag-outlined": { small: O3, medium: A3, large: P3 },
|
|
1789
1789
|
"occ-bag-strike": { small: I3, medium: z3, large: D3 },
|
|
@@ -1801,7 +1801,7 @@ const N0 = `<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="h
|
|
|
1801
1801
|
"occ-chevron-top": { small: mt, medium: yt, large: xt },
|
|
1802
1802
|
"occ-close-filled": { small: Lt, medium: $t, large: Ht },
|
|
1803
1803
|
"occ-close-outlined": { small: Bt, medium: Vt, large: Et },
|
|
1804
|
-
"occ-cream": { small:
|
|
1804
|
+
"occ-cream": { small: kt, medium: Mt, large: _t },
|
|
1805
1805
|
"occ-cream-tube": { small: Zt, medium: St, large: Ft },
|
|
1806
1806
|
"occ-eye-hide": { small: Ot, medium: At, large: Pt },
|
|
1807
1807
|
"occ-eye-show": { small: It, medium: zt, large: Dt },
|
|
@@ -1819,7 +1819,7 @@ const N0 = `<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="h
|
|
|
1819
1819
|
"occ-order": { small: me, medium: ye, large: xe },
|
|
1820
1820
|
"occ-order-sent": { small: Le, medium: $e, large: He },
|
|
1821
1821
|
"occ-padlock": { small: Be, medium: Ve, large: Ee },
|
|
1822
|
-
"occ-pause": { small:
|
|
1822
|
+
"occ-pause": { small: ke, medium: Me, large: _e },
|
|
1823
1823
|
"occ-play": { small: Ze, medium: Se, large: Fe },
|
|
1824
1824
|
"occ-plus": { small: Oe, medium: Ae, large: Pe },
|
|
1825
1825
|
"occ-product": { small: Ie, medium: ze, large: De },
|
|
@@ -1837,7 +1837,7 @@ const N0 = `<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="h
|
|
|
1837
1837
|
"occ-star-75": { small: m4, medium: y4, large: x4 },
|
|
1838
1838
|
"occ-store": { small: L4, medium: $4, large: H4 },
|
|
1839
1839
|
"occ-warning": { small: B4, medium: V4, large: E4 },
|
|
1840
|
-
"occ-warning-stroke": { small:
|
|
1840
|
+
"occ-warning-stroke": { small: k4, medium: M4, large: _4 },
|
|
1841
1841
|
"occ-wishlist-filled": { small: Z4, medium: e0, large: e0 },
|
|
1842
1842
|
"occ-wishlist-outlined": { small: S4, medium: o0, large: o0 },
|
|
1843
1843
|
"occ-trash": { small: F4, medium: O4, large: A4 }
|
|
@@ -1909,7 +1909,7 @@ class B2 extends f2 {
|
|
|
1909
1909
|
}
|
|
1910
1910
|
render(t) {
|
|
1911
1911
|
if (t === h || t == null) return this._t = void 0, this.it = t;
|
|
1912
|
-
if (t ===
|
|
1912
|
+
if (t === G) return t;
|
|
1913
1913
|
if (typeof t != "string") throw Error(this.constructor.directiveName + "() called with a non-string value");
|
|
1914
1914
|
if (t === this.it) return this._t;
|
|
1915
1915
|
this.it = t;
|
|
@@ -2120,14 +2120,14 @@ const i0 = g2(t5);
|
|
|
2120
2120
|
* SPDX-License-Identifier: BSD-3-Clause
|
|
2121
2121
|
*/
|
|
2122
2122
|
const E = (e) => e ?? h;
|
|
2123
|
-
var e5 = Object.defineProperty, o5 = Object.getOwnPropertyDescriptor,
|
|
2123
|
+
var e5 = Object.defineProperty, o5 = Object.getOwnPropertyDescriptor, r1 = (e, t, o, n) => {
|
|
2124
2124
|
for (var i = n > 1 ? void 0 : n ? o5(t, o) : t, r = e.length - 1, l; r >= 0; r--)
|
|
2125
2125
|
(l = e[r]) && (i = (n ? l(t, o, i) : l(i)) || i);
|
|
2126
2126
|
return n && i && e5(t, o, i), i;
|
|
2127
2127
|
};
|
|
2128
|
-
let
|
|
2128
|
+
let R = class extends g(C) {
|
|
2129
2129
|
constructor() {
|
|
2130
|
-
super(...arguments), this.bgstyle = "background-light", this.size = "medium", this.status = "empty", this.type = "button", this.strokewidth = "1", this.icon = "", this.disabled = !1, this.showSrLabel = !1, this.srLabel = "";
|
|
2130
|
+
super(...arguments), this.bgstyle = "background-light", this.size = "medium", this.status = "empty", this.type = "button", this.strokewidth = "1", this.icon = "", this.disabled = !1, this.highlight = !1, this.showSrLabel = !1, this.srLabel = "";
|
|
2131
2131
|
}
|
|
2132
2132
|
updated(e) {
|
|
2133
2133
|
super.updated(e), this.style.setProperty("--icon-stroke-width", this.strokewidth);
|
|
@@ -2141,7 +2141,7 @@ let G = class extends g(C) {
|
|
|
2141
2141
|
}), n = `icon-${this.icon}`, i = o ? ` width="${t}" height="${t}"` : "", l = (o ? e.replace(/\s(width|height)=\"[^\"]*\"/g, "") : e).replace("<svg", `<svg aria-hidden="true" focusable="false" part="svg"${i}`).replace(/<path\b/g, '<path part="icon-path"').replace(/<g\b/g, '<g part="icon-group"').replace(/<circle\b/g, '<circle part="icon-circle"'), c = this.showSrLabel ? a`<span class="sr-only">${this.srLabel}</span>` : null, d = this.showSrLabel ? "" : "icon";
|
|
2142
2142
|
return a`
|
|
2143
2143
|
${this.type === "span" ? a`
|
|
2144
|
-
<span part="icon-button" class="icon icon-button ${this.size} ${this.bgstyle} ${this.status} ${n}" ?disabled="${this.disabled}">
|
|
2144
|
+
<span part="icon-button" class="icon icon-button ${this.size} ${this.bgstyle} ${this.status} ${n} ${this.highlight ? "highlight" : ""}" ?disabled="${this.disabled}">
|
|
2145
2145
|
${i1(l)}
|
|
2146
2146
|
</span>
|
|
2147
2147
|
` : a`
|
|
@@ -2150,7 +2150,7 @@ let G = class extends g(C) {
|
|
|
2150
2150
|
aria-label=${E(d)}
|
|
2151
2151
|
aria-describedby=${this.getAttribute("aria-describedby") || h}
|
|
2152
2152
|
part="icon-button"
|
|
2153
|
-
class="icon-button ${this.size} ${this.bgstyle} ${this.status} ${n}"
|
|
2153
|
+
class="icon-button ${this.size} ${this.bgstyle} ${this.status} ${n} ${this.highlight ? "highlight" : ""}"
|
|
2154
2154
|
?disabled="${this.disabled}"
|
|
2155
2155
|
>
|
|
2156
2156
|
${i1(l)}
|
|
@@ -2160,7 +2160,7 @@ let G = class extends g(C) {
|
|
|
2160
2160
|
`;
|
|
2161
2161
|
}
|
|
2162
2162
|
};
|
|
2163
|
-
|
|
2163
|
+
R.styles = u`
|
|
2164
2164
|
:host {
|
|
2165
2165
|
display: inline-flex;
|
|
2166
2166
|
justify-content: center;
|
|
@@ -2340,43 +2340,62 @@ G.styles = u`
|
|
|
2340
2340
|
}
|
|
2341
2341
|
|
|
2342
2342
|
.icon-button:focus-visible {
|
|
2343
|
-
${
|
|
2343
|
+
${a1}
|
|
2344
|
+
}
|
|
2345
|
+
|
|
2346
|
+
.icon-button.highlight {
|
|
2347
|
+
border: 1px solid rgba(0, 0, 0, 0.24) !important;
|
|
2348
|
+
background: rgba(255, 255, 255, 0.56);
|
|
2349
|
+
box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.06);
|
|
2350
|
+
}
|
|
2351
|
+
|
|
2352
|
+
.icon-button.highlight:hover:not(:disabled) {
|
|
2353
|
+
background: rgba(255, 255, 255, 0.68);
|
|
2354
|
+
box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.12);
|
|
2355
|
+
}
|
|
2356
|
+
|
|
2357
|
+
.icon-button.highlight:active:not(:disabled) {
|
|
2358
|
+
background: rgba(255, 255, 255, 0.82);
|
|
2359
|
+
box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.32);
|
|
2344
2360
|
}
|
|
2345
2361
|
|
|
2346
2362
|
.sr-only {
|
|
2347
2363
|
${O2}
|
|
2348
2364
|
}
|
|
2349
2365
|
`;
|
|
2350
|
-
|
|
2366
|
+
r1([
|
|
2351
2367
|
s({ type: String, reflect: !0 })
|
|
2352
|
-
],
|
|
2353
|
-
|
|
2368
|
+
], R.prototype, "bgstyle", 2);
|
|
2369
|
+
r1([
|
|
2354
2370
|
s({ type: String, reflect: !0 })
|
|
2355
|
-
],
|
|
2356
|
-
|
|
2371
|
+
], R.prototype, "size", 2);
|
|
2372
|
+
r1([
|
|
2357
2373
|
s({ type: String, reflect: !0 })
|
|
2358
|
-
],
|
|
2359
|
-
|
|
2374
|
+
], R.prototype, "status", 2);
|
|
2375
|
+
r1([
|
|
2360
2376
|
s({ type: String, reflect: !0 })
|
|
2361
|
-
],
|
|
2362
|
-
|
|
2377
|
+
], R.prototype, "type", 2);
|
|
2378
|
+
r1([
|
|
2363
2379
|
s({ type: String })
|
|
2364
|
-
],
|
|
2365
|
-
|
|
2380
|
+
], R.prototype, "strokewidth", 2);
|
|
2381
|
+
r1([
|
|
2366
2382
|
s({ type: String })
|
|
2367
|
-
],
|
|
2368
|
-
|
|
2383
|
+
], R.prototype, "icon", 2);
|
|
2384
|
+
r1([
|
|
2385
|
+
s({ type: Boolean, reflect: !0 })
|
|
2386
|
+
], R.prototype, "disabled", 2);
|
|
2387
|
+
r1([
|
|
2369
2388
|
s({ type: Boolean, reflect: !0 })
|
|
2370
|
-
],
|
|
2371
|
-
|
|
2389
|
+
], R.prototype, "highlight", 2);
|
|
2390
|
+
r1([
|
|
2372
2391
|
s({ type: Boolean })
|
|
2373
|
-
],
|
|
2374
|
-
|
|
2392
|
+
], R.prototype, "showSrLabel", 2);
|
|
2393
|
+
r1([
|
|
2375
2394
|
s({ type: String })
|
|
2376
|
-
],
|
|
2377
|
-
|
|
2395
|
+
], R.prototype, "srLabel", 2);
|
|
2396
|
+
R = r1([
|
|
2378
2397
|
f("o-icon-button")
|
|
2379
|
-
],
|
|
2398
|
+
], R);
|
|
2380
2399
|
var i5 = Object.defineProperty, n5 = Object.getOwnPropertyDescriptor, y = (e, t, o, n) => {
|
|
2381
2400
|
for (var i = n > 1 ? void 0 : n ? n5(t, o) : t, r = e.length - 1, l; r >= 0; r--)
|
|
2382
2401
|
(l = e[r]) && (i = (n ? l(t, o, i) : l(i)) || i);
|
|
@@ -2814,7 +2833,7 @@ w.styles = u`
|
|
|
2814
2833
|
|
|
2815
2834
|
.panel:focus-visible,
|
|
2816
2835
|
.close-btn:focus-visible {
|
|
2817
|
-
${
|
|
2836
|
+
${a1}
|
|
2818
2837
|
}
|
|
2819
2838
|
|
|
2820
2839
|
[role="document"] {
|
|
@@ -3080,7 +3099,7 @@ x.styles = u`
|
|
|
3080
3099
|
}
|
|
3081
3100
|
|
|
3082
3101
|
:host(.a--tabfocus) .button {
|
|
3083
|
-
${
|
|
3102
|
+
${a1};
|
|
3084
3103
|
}
|
|
3085
3104
|
|
|
3086
3105
|
:host([fullwidth]) {
|
|
@@ -3187,7 +3206,7 @@ x.styles = u`
|
|
|
3187
3206
|
}
|
|
3188
3207
|
|
|
3189
3208
|
.button:focus-visible {
|
|
3190
|
-
${
|
|
3209
|
+
${a1};
|
|
3191
3210
|
}
|
|
3192
3211
|
|
|
3193
3212
|
span.text + span.text::before {
|
|
@@ -3414,7 +3433,7 @@ $1.styles = u`
|
|
|
3414
3433
|
}
|
|
3415
3434
|
|
|
3416
3435
|
.wishlist-button:focus-visible {
|
|
3417
|
-
${
|
|
3436
|
+
${a1};
|
|
3418
3437
|
}
|
|
3419
3438
|
|
|
3420
3439
|
.wishlist-button:hover svg path {
|
|
@@ -3467,7 +3486,7 @@ var h5 = Object.defineProperty, d5 = Object.getOwnPropertyDescriptor, H1 = (e, t
|
|
|
3467
3486
|
(l = e[r]) && (i = (n ? l(t, o, i) : l(i)) || i);
|
|
3468
3487
|
return n && i && h5(t, o, i), i;
|
|
3469
3488
|
};
|
|
3470
|
-
let
|
|
3489
|
+
let c1 = class extends g(C) {
|
|
3471
3490
|
constructor() {
|
|
3472
3491
|
super(...arguments), this.href = "", this.target = "", this.template = "standard", this.inverse = !1, this.endIcon = !1, this.reverseEndIcon = !1, this.disabled = !1;
|
|
3473
3492
|
}
|
|
@@ -3508,7 +3527,7 @@ let a1 = class extends g(C) {
|
|
|
3508
3527
|
` : a`<span class="link-wrapper">${t}</span>`;
|
|
3509
3528
|
}
|
|
3510
3529
|
};
|
|
3511
|
-
|
|
3530
|
+
c1.styles = u`
|
|
3512
3531
|
:host {
|
|
3513
3532
|
cursor: pointer;
|
|
3514
3533
|
}
|
|
@@ -3605,28 +3624,28 @@ a1.styles = u`
|
|
|
3605
3624
|
`;
|
|
3606
3625
|
H1([
|
|
3607
3626
|
s({ type: String })
|
|
3608
|
-
],
|
|
3627
|
+
], c1.prototype, "href", 2);
|
|
3609
3628
|
H1([
|
|
3610
3629
|
s({ type: String })
|
|
3611
|
-
],
|
|
3630
|
+
], c1.prototype, "target", 2);
|
|
3612
3631
|
H1([
|
|
3613
3632
|
s({ type: String, reflect: !0 })
|
|
3614
|
-
],
|
|
3633
|
+
], c1.prototype, "template", 2);
|
|
3615
3634
|
H1([
|
|
3616
3635
|
s({ type: Boolean, reflect: !0 })
|
|
3617
|
-
],
|
|
3636
|
+
], c1.prototype, "inverse", 2);
|
|
3618
3637
|
H1([
|
|
3619
3638
|
s({ type: Boolean, reflect: !0 })
|
|
3620
|
-
],
|
|
3639
|
+
], c1.prototype, "endIcon", 2);
|
|
3621
3640
|
H1([
|
|
3622
3641
|
s({ type: Boolean, reflect: !0 })
|
|
3623
|
-
],
|
|
3642
|
+
], c1.prototype, "reverseEndIcon", 2);
|
|
3624
3643
|
H1([
|
|
3625
3644
|
s({ type: Boolean, reflect: !0 })
|
|
3626
|
-
],
|
|
3627
|
-
|
|
3645
|
+
], c1.prototype, "disabled", 2);
|
|
3646
|
+
c1 = H1([
|
|
3628
3647
|
f("o-link")
|
|
3629
|
-
],
|
|
3648
|
+
], c1);
|
|
3630
3649
|
var p5 = Object.defineProperty, C5 = Object.getOwnPropertyDescriptor, v2 = (e, t, o, n) => {
|
|
3631
3650
|
for (var i = n > 1 ? void 0 : n ? C5(t, o) : t, r = e.length - 1, l; r >= 0; r--)
|
|
3632
3651
|
(l = e[r]) && (i = (n ? l(t, o, i) : l(i)) || i);
|
|
@@ -3710,7 +3729,7 @@ var u5 = Object.defineProperty, g5 = Object.getOwnPropertyDescriptor, B1 = (e, t
|
|
|
3710
3729
|
(l = e[r]) && (i = (n ? l(t, o, i) : l(i)) || i);
|
|
3711
3730
|
return n && i && u5(t, o, i), i;
|
|
3712
3731
|
};
|
|
3713
|
-
let
|
|
3732
|
+
let h1 = class extends g(C) {
|
|
3714
3733
|
constructor() {
|
|
3715
3734
|
super(...arguments), this.thumbnails = [], this.activeIndex = 0, this.disabledIndexes = [], this.maxWidth = "100%", this.altressource = "visual", this.focusedIndex = 0, this.playerIconTemplate = a`
|
|
3716
3735
|
<o-icon-button
|
|
@@ -3801,7 +3820,7 @@ let c1 = class extends g(C) {
|
|
|
3801
3820
|
`;
|
|
3802
3821
|
}
|
|
3803
3822
|
};
|
|
3804
|
-
|
|
3823
|
+
h1.styles = u`
|
|
3805
3824
|
:host {
|
|
3806
3825
|
display: flex;
|
|
3807
3826
|
gap: 5px;
|
|
@@ -3908,28 +3927,28 @@ c1.styles = u`
|
|
|
3908
3927
|
`;
|
|
3909
3928
|
B1([
|
|
3910
3929
|
s({ type: Array })
|
|
3911
|
-
],
|
|
3930
|
+
], h1.prototype, "thumbnails", 2);
|
|
3912
3931
|
B1([
|
|
3913
3932
|
s({ type: Number })
|
|
3914
|
-
],
|
|
3933
|
+
], h1.prototype, "activeIndex", 2);
|
|
3915
3934
|
B1([
|
|
3916
3935
|
s({ type: Array })
|
|
3917
|
-
],
|
|
3936
|
+
], h1.prototype, "disabledIndexes", 2);
|
|
3918
3937
|
B1([
|
|
3919
3938
|
s({ type: String })
|
|
3920
|
-
],
|
|
3939
|
+
], h1.prototype, "maxWidth", 2);
|
|
3921
3940
|
B1([
|
|
3922
3941
|
s({ type: String })
|
|
3923
|
-
],
|
|
3942
|
+
], h1.prototype, "altressource", 2);
|
|
3924
3943
|
B1([
|
|
3925
3944
|
s({ type: Object })
|
|
3926
|
-
],
|
|
3945
|
+
], h1.prototype, "swiperInstance", 2);
|
|
3927
3946
|
B1([
|
|
3928
3947
|
t1()
|
|
3929
|
-
],
|
|
3930
|
-
|
|
3948
|
+
], h1.prototype, "focusedIndex", 2);
|
|
3949
|
+
h1 = B1([
|
|
3931
3950
|
f("thumbnail-navigation")
|
|
3932
|
-
],
|
|
3951
|
+
], h1);
|
|
3933
3952
|
var f5 = Object.defineProperty, v5 = Object.getOwnPropertyDescriptor, P2 = (e, t, o, n) => {
|
|
3934
3953
|
for (var i = n > 1 ? void 0 : n ? v5(t, o) : t, r = e.length - 1, l; r >= 0; r--)
|
|
3935
3954
|
(l = e[r]) && (i = (n ? l(t, o, i) : l(i)) || i);
|
|
@@ -4945,11 +4964,11 @@ const u0 = "important", B5 = " !" + u0, V5 = g2(class extends f2 {
|
|
|
4945
4964
|
n.includes("-") || r ? o.setProperty(n, r ? i.slice(0, -11) : i, r ? u0 : "") : o[n] = i;
|
|
4946
4965
|
}
|
|
4947
4966
|
}
|
|
4948
|
-
return
|
|
4967
|
+
return G;
|
|
4949
4968
|
}
|
|
4950
4969
|
});
|
|
4951
|
-
var E5 = Object.defineProperty,
|
|
4952
|
-
for (var i = n > 1 ? void 0 : n ?
|
|
4970
|
+
var E5 = Object.defineProperty, k5 = Object.getOwnPropertyDescriptor, b2 = (e, t, o, n) => {
|
|
4971
|
+
for (var i = n > 1 ? void 0 : n ? k5(t, o) : t, r = e.length - 1, l; r >= 0; r--)
|
|
4953
4972
|
(l = e[r]) && (i = (n ? l(t, o, i) : l(i)) || i);
|
|
4954
4973
|
return n && i && E5(t, o, i), i;
|
|
4955
4974
|
};
|
|
@@ -5073,10 +5092,10 @@ b2([
|
|
|
5073
5092
|
T1 = b2([
|
|
5074
5093
|
f("o-reassurance")
|
|
5075
5094
|
], T1);
|
|
5076
|
-
var
|
|
5095
|
+
var M5 = Object.defineProperty, _5 = Object.getOwnPropertyDescriptor, m1 = (e, t, o, n) => {
|
|
5077
5096
|
for (var i = n > 1 ? void 0 : n ? _5(t, o) : t, r = e.length - 1, l; r >= 0; r--)
|
|
5078
5097
|
(l = e[r]) && (i = (n ? l(t, o, i) : l(i)) || i);
|
|
5079
|
-
return n && i &&
|
|
5098
|
+
return n && i && M5(t, o, i), i;
|
|
5080
5099
|
};
|
|
5081
5100
|
const Z5 = g(l2(C));
|
|
5082
5101
|
let X = class extends Z5 {
|
|
@@ -5184,7 +5203,7 @@ X.styles = u`
|
|
|
5184
5203
|
|
|
5185
5204
|
.o-chip:focus-visible,
|
|
5186
5205
|
.button:focus-visible {
|
|
5187
|
-
${
|
|
5206
|
+
${a1};
|
|
5188
5207
|
}
|
|
5189
5208
|
|
|
5190
5209
|
span.text + span.text::before {
|
|
@@ -5396,7 +5415,7 @@ Y.styles = u`
|
|
|
5396
5415
|
}
|
|
5397
5416
|
|
|
5398
5417
|
.button:focus-visible {
|
|
5399
|
-
${
|
|
5418
|
+
${a1};
|
|
5400
5419
|
}
|
|
5401
5420
|
|
|
5402
5421
|
span.text + span.text::before {
|
|
@@ -5941,12 +5960,12 @@ o1([
|
|
|
5941
5960
|
z = o1([
|
|
5942
5961
|
f("o-toast")
|
|
5943
5962
|
], z);
|
|
5944
|
-
var j5 = Object.defineProperty, q5 = Object.getOwnPropertyDescriptor,
|
|
5963
|
+
var j5 = Object.defineProperty, q5 = Object.getOwnPropertyDescriptor, s1 = (e, t, o, n) => {
|
|
5945
5964
|
for (var i = n > 1 ? void 0 : n ? q5(t, o) : t, r = e.length - 1, l; r >= 0; r--)
|
|
5946
5965
|
(l = e[r]) && (i = (n ? l(t, o, i) : l(i)) || i);
|
|
5947
5966
|
return n && i && j5(t, o, i), i;
|
|
5948
5967
|
};
|
|
5949
|
-
let U5 = 0,
|
|
5968
|
+
let U5 = 0, j = class extends g(C) {
|
|
5950
5969
|
constructor() {
|
|
5951
5970
|
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-${++U5}`);
|
|
5952
5971
|
}
|
|
@@ -5986,7 +6005,7 @@ let U5 = 0, R = class extends g(C) {
|
|
|
5986
6005
|
`;
|
|
5987
6006
|
}
|
|
5988
6007
|
};
|
|
5989
|
-
|
|
6008
|
+
j.styles = u`
|
|
5990
6009
|
:host {
|
|
5991
6010
|
display: inline-flex;
|
|
5992
6011
|
align-items: center;
|
|
@@ -6089,39 +6108,39 @@ R.styles = u`
|
|
|
6089
6108
|
stroke: var(--color-border-light);
|
|
6090
6109
|
}
|
|
6091
6110
|
`;
|
|
6092
|
-
|
|
6111
|
+
s1([
|
|
6093
6112
|
s({ type: Boolean, reflect: !0 })
|
|
6094
|
-
],
|
|
6095
|
-
|
|
6113
|
+
], j.prototype, "checked", 2);
|
|
6114
|
+
s1([
|
|
6096
6115
|
s({ type: Boolean, reflect: !0 })
|
|
6097
|
-
],
|
|
6098
|
-
|
|
6116
|
+
], j.prototype, "indeterminate", 2);
|
|
6117
|
+
s1([
|
|
6099
6118
|
s({ type: Boolean, reflect: !0 })
|
|
6100
|
-
],
|
|
6101
|
-
|
|
6119
|
+
], j.prototype, "disabled", 2);
|
|
6120
|
+
s1([
|
|
6102
6121
|
s({ type: String, reflect: !0 })
|
|
6103
|
-
],
|
|
6104
|
-
|
|
6122
|
+
], j.prototype, "size", 2);
|
|
6123
|
+
s1([
|
|
6105
6124
|
s({ type: Boolean })
|
|
6106
|
-
],
|
|
6107
|
-
|
|
6125
|
+
], j.prototype, "showLabel", 2);
|
|
6126
|
+
s1([
|
|
6108
6127
|
s({ type: String })
|
|
6109
|
-
],
|
|
6110
|
-
|
|
6128
|
+
], j.prototype, "label", 2);
|
|
6129
|
+
s1([
|
|
6111
6130
|
s({ type: String })
|
|
6112
|
-
],
|
|
6113
|
-
|
|
6131
|
+
], j.prototype, "name", 2);
|
|
6132
|
+
s1([
|
|
6114
6133
|
s({ type: String })
|
|
6115
|
-
],
|
|
6116
|
-
|
|
6134
|
+
], j.prototype, "value", 2);
|
|
6135
|
+
s1([
|
|
6117
6136
|
s({ type: String, reflect: !0 })
|
|
6118
|
-
],
|
|
6119
|
-
|
|
6137
|
+
], j.prototype, "inputId", 2);
|
|
6138
|
+
s1([
|
|
6120
6139
|
q1("input")
|
|
6121
|
-
],
|
|
6122
|
-
|
|
6140
|
+
], j.prototype, "inputEl", 2);
|
|
6141
|
+
j = s1([
|
|
6123
6142
|
f("o-checkbox")
|
|
6124
|
-
],
|
|
6143
|
+
], j);
|
|
6125
6144
|
var N5 = Object.defineProperty, K5 = Object.getOwnPropertyDescriptor, C1 = (e, t, o, n) => {
|
|
6126
6145
|
for (var i = n > 1 ? void 0 : n ? K5(t, o) : t, r = e.length - 1, l; r >= 0; r--)
|
|
6127
6146
|
(l = e[r]) && (i = (n ? l(t, o, i) : l(i)) || i);
|
|
@@ -6286,7 +6305,7 @@ var G5 = Object.getOwnPropertyDescriptor, Q5 = (e, t, o, n) => {
|
|
|
6286
6305
|
(l = e[r]) && (i = l(i) || i);
|
|
6287
6306
|
return i;
|
|
6288
6307
|
};
|
|
6289
|
-
let
|
|
6308
|
+
let k2 = class extends g(C) {
|
|
6290
6309
|
render() {
|
|
6291
6310
|
return a`
|
|
6292
6311
|
<nav aria-label="Breadcrumbs">
|
|
@@ -6297,7 +6316,7 @@ let M2 = class extends g(C) {
|
|
|
6297
6316
|
`;
|
|
6298
6317
|
}
|
|
6299
6318
|
};
|
|
6300
|
-
|
|
6319
|
+
k2.styles = u`
|
|
6301
6320
|
nav {
|
|
6302
6321
|
max-width: 144rem;
|
|
6303
6322
|
margin: auto;
|
|
@@ -6309,9 +6328,9 @@ M2.styles = u`
|
|
|
6309
6328
|
padding: var(--spacing-4-xs);
|
|
6310
6329
|
}
|
|
6311
6330
|
`;
|
|
6312
|
-
|
|
6331
|
+
k2 = Q5([
|
|
6313
6332
|
f("o-breadcrumbs")
|
|
6314
|
-
],
|
|
6333
|
+
], k2);
|
|
6315
6334
|
var X5 = Object.defineProperty, Y5 = Object.getOwnPropertyDescriptor, D2 = (e, t, o, n) => {
|
|
6316
6335
|
for (var i = n > 1 ? void 0 : n ? Y5(t, o) : t, r = e.length - 1, l; r >= 0; r--)
|
|
6317
6336
|
(l = e[r]) && (i = (n ? l(t, o, i) : l(i)) || i);
|
|
@@ -6373,7 +6392,7 @@ n2.styles = u`
|
|
|
6373
6392
|
}
|
|
6374
6393
|
|
|
6375
6394
|
a:focus-visible {
|
|
6376
|
-
${
|
|
6395
|
+
${a1};
|
|
6377
6396
|
}
|
|
6378
6397
|
|
|
6379
6398
|
:host(.a--tabfocus) {
|
|
@@ -6873,56 +6892,56 @@ j2.styles = u`
|
|
|
6873
6892
|
to { transform: translateY(0) scale(1); opacity: 1; }
|
|
6874
6893
|
}
|
|
6875
6894
|
`;
|
|
6876
|
-
let
|
|
6895
|
+
let k = j2;
|
|
6877
6896
|
A([
|
|
6878
6897
|
s({ type: Boolean, reflect: !0 })
|
|
6879
|
-
],
|
|
6898
|
+
], k.prototype, "ispagedesigner", 2);
|
|
6880
6899
|
A([
|
|
6881
6900
|
s({ type: String, reflect: !0 })
|
|
6882
|
-
],
|
|
6901
|
+
], k.prototype, "classPopin", 1);
|
|
6883
6902
|
A([
|
|
6884
6903
|
s({ type: Boolean, reflect: !0 })
|
|
6885
|
-
],
|
|
6904
|
+
], k.prototype, "open", 2);
|
|
6886
6905
|
A([
|
|
6887
6906
|
s({ type: String, reflect: !0 })
|
|
6888
|
-
],
|
|
6907
|
+
], k.prototype, "background", 2);
|
|
6889
6908
|
A([
|
|
6890
6909
|
s({ type: String, attribute: "background-url", reflect: !0 })
|
|
6891
|
-
],
|
|
6910
|
+
], k.prototype, "backgroundUrl", 2);
|
|
6892
6911
|
A([
|
|
6893
6912
|
s({ type: Boolean, attribute: "close-on-esc" })
|
|
6894
|
-
],
|
|
6913
|
+
], k.prototype, "closeOnEsc", 2);
|
|
6895
6914
|
A([
|
|
6896
6915
|
s({ type: Boolean, attribute: "close-on-backdrop" })
|
|
6897
|
-
],
|
|
6916
|
+
], k.prototype, "closeOnBackdrop", 2);
|
|
6898
6917
|
A([
|
|
6899
6918
|
s({ type: Boolean, attribute: "lock-scroll" })
|
|
6900
|
-
],
|
|
6919
|
+
], k.prototype, "lockScroll", 2);
|
|
6901
6920
|
A([
|
|
6902
6921
|
s({ type: String, reflect: !0 })
|
|
6903
|
-
],
|
|
6922
|
+
], k.prototype, "variant", 2);
|
|
6904
6923
|
A([
|
|
6905
6924
|
s({ type: String, attribute: "max-width" })
|
|
6906
|
-
],
|
|
6925
|
+
], k.prototype, "maxWidth", 2);
|
|
6907
6926
|
A([
|
|
6908
6927
|
s({ type: Boolean, reflect: !0 })
|
|
6909
|
-
],
|
|
6928
|
+
], k.prototype, "showBackButton", 2);
|
|
6910
6929
|
A([
|
|
6911
6930
|
s({ type: Boolean, reflect: !0 })
|
|
6912
|
-
],
|
|
6931
|
+
], k.prototype, "contrast", 2);
|
|
6913
6932
|
A([
|
|
6914
6933
|
s({ type: String, reflect: !0 })
|
|
6915
|
-
],
|
|
6934
|
+
], k.prototype, "iconSize", 2);
|
|
6916
6935
|
A([
|
|
6917
6936
|
s({ type: Boolean, attribute: "hide-header-on-scroll" })
|
|
6918
|
-
],
|
|
6937
|
+
], k.prototype, "hideHeaderOnScroll", 2);
|
|
6919
6938
|
A([
|
|
6920
6939
|
t1()
|
|
6921
|
-
],
|
|
6940
|
+
], k.prototype, "_labelId", 2);
|
|
6922
6941
|
A([
|
|
6923
6942
|
t1()
|
|
6924
|
-
],
|
|
6925
|
-
customElements.define("o-popin",
|
|
6943
|
+
], k.prototype, "_headerHidden", 2);
|
|
6944
|
+
customElements.define("o-popin", k);
|
|
6926
6945
|
var n6 = Object.defineProperty, r6 = Object.getOwnPropertyDescriptor, _ = (e, t, o, n) => {
|
|
6927
6946
|
for (var i = n > 1 ? void 0 : n ? r6(t, o) : t, r = e.length - 1, l; r >= 0; r--)
|
|
6928
6947
|
(l = e[r]) && (i = (n ? l(t, o, i) : l(i)) || i);
|
|
@@ -7333,7 +7352,7 @@ v1.styles = u`
|
|
|
7333
7352
|
}
|
|
7334
7353
|
|
|
7335
7354
|
.o-tab:focus-visible {
|
|
7336
|
-
${
|
|
7355
|
+
${a1};
|
|
7337
7356
|
}
|
|
7338
7357
|
`;
|
|
7339
7358
|
O1([
|
|
@@ -7362,7 +7381,7 @@ var a6 = Object.getOwnPropertyDescriptor, c6 = (e, t, o, n) => {
|
|
|
7362
7381
|
(l = e[r]) && (i = l(i) || i);
|
|
7363
7382
|
return i;
|
|
7364
7383
|
};
|
|
7365
|
-
let
|
|
7384
|
+
let M2 = class extends g(C) {
|
|
7366
7385
|
constructor() {
|
|
7367
7386
|
super(), this.addEventListener("selected", this.onTabSelected);
|
|
7368
7387
|
}
|
|
@@ -7385,7 +7404,7 @@ let k2 = class extends g(C) {
|
|
|
7385
7404
|
`;
|
|
7386
7405
|
}
|
|
7387
7406
|
};
|
|
7388
|
-
|
|
7407
|
+
M2.styles = u`
|
|
7389
7408
|
:host {
|
|
7390
7409
|
display: flex;
|
|
7391
7410
|
flex-direction: row;
|
|
@@ -7394,9 +7413,9 @@ k2.styles = u`
|
|
|
7394
7413
|
gap: var(--spacing-s);
|
|
7395
7414
|
}
|
|
7396
7415
|
`;
|
|
7397
|
-
|
|
7416
|
+
M2 = c6([
|
|
7398
7417
|
f("o-tablist")
|
|
7399
|
-
],
|
|
7418
|
+
], M2);
|
|
7400
7419
|
var h6 = Object.defineProperty, d6 = Object.getOwnPropertyDescriptor, m2 = (e, t, o, n) => {
|
|
7401
7420
|
for (var i = n > 1 ? void 0 : n ? d6(t, o) : t, r = e.length - 1, l; r >= 0; r--)
|
|
7402
7421
|
(l = e[r]) && (i = (n ? l(t, o, i) : l(i)) || i);
|
|
@@ -7474,7 +7493,7 @@ j1.styles = u`
|
|
|
7474
7493
|
}
|
|
7475
7494
|
|
|
7476
7495
|
.header:focus-visible {
|
|
7477
|
-
${
|
|
7496
|
+
${a1};
|
|
7478
7497
|
}
|
|
7479
7498
|
|
|
7480
7499
|
:host([disabled]) .header {
|
|
@@ -7630,12 +7649,12 @@ r2 = T2([
|
|
|
7630
7649
|
f("o-accordion-group")
|
|
7631
7650
|
], r2);
|
|
7632
7651
|
const g0 = "data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='UTF-8'%20standalone='no'?%3e%3csvg%20xmlns:dc='http://purl.org/dc/elements/1.1/'%20xmlns:cc='http://creativecommons.org/ns%23'%20xmlns:rdf='http://www.w3.org/1999/02/22-rdf-syntax-ns%23'%20xmlns:svg='http://www.w3.org/2000/svg'%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20761.18665%20179.29333'%20height='179.29333'%20width='761.18665'%20xml:space='preserve'%20id='svg2'%20version='1.1'%3e%3cmetadata%20id='metadata8'%3e%3crdf:RDF%3e%3ccc:Work%20rdf:about=''%3e%3cdc:format%3eimage/svg+xml%3c/dc:format%3e%3cdc:type%20rdf:resource='http://purl.org/dc/dcmitype/StillImage'%20/%3e%3c/cc:Work%3e%3c/rdf:RDF%3e%3c/metadata%3e%3cdefs%20id='defs6'%20/%3e%3cg%20transform='matrix(1.3333333,0,0,-1.3333333,0,179.29333)'%20id='g10'%3e%3cg%20transform='scale(0.1)'%20id='g12'%3e%3cpath%20id='path14'%20style='fill:%233F2B2E;fill-opacity:1;fill-rule:nonzero;stroke:none'%20d='m%20468.051,699.309%20c%20-42.594,-95.364%20-57.399,-99.996%20-160.164,-99.996%20-74.063,0%20-88.914,7.402%20-99.992,20.394%20-13.895,15.707%20-15.758,49.039%20-15.758,95.363%20v%20325%20c%200,96.27%208.304,99.04%2051.855,105.54%20l%2020.348,3.73%20c%207.453,4.63%206.496,23.11%20-1.817,26.83%20-40.781,-1.86%20-82.421,-2.77%20-123.156,-2.77%20-42.5936,0%20-84.2342,0.91%20-130.5545,2.77%20-8.304687,-3.72%20-8.304687,-22.2%20-1.86328,-26.83%20l%2025.92968,-3.73%20c%2043.5508,-6.5%2051.8633,-9.27%2051.8633,-105.54%20V%20695.633%20c%200,-96.32%20-8.3125,-99.086%20-51.8633,-104.625%20L%205.08594,586.371%20c%20-8.3086,-4.629%20-5.539065,-23.156%201.86328,-26.887%2038.92188,1.864%2085.19138,2.821%20132.41778,2.821%20h%2096.27%20c%20103.722,0%20183.375,-0.957%20222.246,-2.821%2011.125,25.028%2031.515,95.418%2038.867,134.289%20-4.582,7.399%20-19.434,10.168%20-28.699,5.536'%20/%3e%3cpath%20id='path16'%20style='fill:%233F2B2E;fill-opacity:1;fill-rule:nonzero;stroke:none'%20d='m%20491.34,1210.42%20c%20-41.641,0%20-52.766,-27.74%20-52.766,-43.5%200,-20.39%2014.797,-31.52%2028.696,-33.33%2022.257,-2.77%2050,-17.63%2050,-48.13%200,-40.79%20-35.196,-67.63%20-74.969,-84.29%20-2.821,-7.404%20-0.906,-18.529%206.492,-24.065%2063.844,15.754%20126.832,67.565%20126.832,137.955%200,50.9%20-38.871,95.36%20-84.285,95.36'%20/%3e%3cpath%20id='path18'%20style='fill:%233F2B2E;fill-opacity:1;fill-rule:nonzero;stroke:none'%20d='m%201108.72,579.656%20c%20-227.99,0%20-311.365,222.196%20-311.365,393.535%200,253.459%20156.286,335.629%20276.675,335.629%20221.03,0%20305.52,-206.03%20305.52,-397.007%200,-227.985%20-131.92,-332.157%20-270.83,-332.157%20z%20m%20-15.06,765.014%20c%20-238.406,0%20-412.008,-177.08%20-412.008,-408.533%200,-208.348%20155.075,-392.375%20412.008,-392.375%20223.4,0%20401.64,170.179%20401.64,403.953%200,203.665%20-134.28,396.955%20-401.64,396.955'%20/%3e%3cpath%20id='path20'%20style='fill:%233F2B2E;fill-opacity:1;fill-rule:nonzero;stroke:none'%20d='m%202152.56,722.48%20c%20-25.88,-60.222%20-76.83,-137.96%20-193.49,-137.96%20-119.43,0%20-242.59,96.269%20-242.59,293.492%200,189.818%20118.48,273.148%20236.09,273.148%20122.25,0%20163.89,-76.84%20179.6,-135.2%206.49,-6.49%2023.16,-5.53%2029.66,1.87%20-9.27,68.53%20-11.08,123.15%20-12.94,144.45%20-8.36,1.86%20-14.81,2.77%20-25.93,5.54%20-43.56,11.13%20-107.4,20.39%20-160.22,20.39%20-93.5,0%20-187,-26.83%20-255.52,-78.69%20-68.53,-52.77%20-116.66,-137.055%20-116.66,-245.356%200,-121.344%2056.49,-205.578%20131.46,-254.668%2066.67,-43.508%20145.36,-62.031%20237.05,-62.031%2060.17,0%20124.06,15.758%20144.45,22.254%2010.17,2.769%2021.25,6.496%2032.37,8.304%2013,17.625%2037.97,78.7%2044.46,140.731%20-4.63,8.355%20-19.43,12.035%20-27.79,3.726'%20/%3e%3cpath%20id='path22'%20style='fill:%233F2B2E;fill-opacity:1;fill-rule:nonzero;stroke:none'%20d='m%202372.16,609.496%20c%2066.66,-43.504%20145.36,-62.031%20237.04,-62.031%2060.17,0%20124.06,15.758%20144.4,22.254%2010.23,2.769%2021.3,6.496%2032.43,8.304%2012.99,17.625%2037.97,78.7%2044.46,140.731%20-4.63,8.359%20-19.44,12.035%20-27.8,3.723%20-25.88,-60.219%20-76.83,-137.954%20-193.49,-137.954%20-119.43,0%20-242.59,96.266%20-242.59,293.489%200,189.818%20118.48,273.148%20236.1,273.148%20122.25,0%20163.89,-76.84%20179.64,-135.2%206.45,-6.49%2023.17,-5.53%2029.61,1.87%20-9.27,68.53%20-11.07,123.15%20-12.94,144.45%20-8.36,1.86%20-14.8,2.77%20-25.93,5.54%20-43.55,11.13%20-107.4,20.39%20-160.16,20.39%20-93.55,0%20-187.05,-26.83%20-255.58,-78.69%20-68.52,-52.77%20-116.66,-137.055%20-116.66,-245.356%200,-121.344%2056.49,-205.578%20131.47,-254.668'%20/%3e%3cpath%20id='path24'%20style='fill:%233F2B2E;fill-opacity:1;fill-rule:nonzero;stroke:none'%20d='m%203164.23,559.523%20c%207.41,3.672%208.31,20.34%201.87,26.832%20l%20-20.4,2.774%20c%20-43.5,5.539%20-51.86,8.359%20-51.86,106.488%20v%20344.443%20c%200,98.13%208.36,100.9%2051.86,106.49%20l%2020.4,2.77%20c%206.44,6.5%205.54,23.11%20-1.87,26.84%20-40.78,-1.82%20-82.42,-2.77%20-123.15,-2.77%20-42.6,0%20-84.24,0.95%20-125.02,2.77%20-7.41,-3.73%20-8.31,-20.34%20-1.81,-26.84%20l%2020.34,-2.77%20c%2043.55,-5.59%2051.86,-8.36%2051.86,-106.49%20V%20695.617%20c%200,-98.129%20-8.31,-100.949%20-51.86,-106.488%20l%20-20.34,-2.774%20c%20-6.5,-6.492%20-5.6,-23.16%201.81,-26.832%2040.78,1.809%2084.28,2.766%20125.02,2.766%2040.73,0%2082.37,-0.957%20123.15,-2.766'%20/%3e%3cpath%20id='path26'%20style='fill:%233F2B2E;fill-opacity:1;fill-rule:nonzero;stroke:none'%20d='m%203482.63,1136.35%20c%2024.12,0%2025.02,-1.87%2025.02,-40.74%20V%20695.637%20c%200,-98.184%20-8.3,-100.949%20-51.86,-104.625%20l%20-38.92,-4.684%20c%20-6.44,-4.582%20-5.53,-23.109%201.92,-26.84%2059.25,1.867%20102.76,2.774%20143.49,2.774%2040.73,0%2082.37,-0.907%20136.1,-2.774%207.45,3.731%208.35,20.395%201.86,26.84%20l%20-33.33,3.727%20c%20-43.55,4.633%20-51.86,7.398%20-51.86,105.582%20v%20399.973%20c%200,38.87%200.91,40.74%2025.02,40.74%20h%2052.77%20c%2099.04,0%20116.66,-17.58%20128.69,-89.83%208.31,-6.44%2024.07,-4.63%2028.7,2.82%20-2.77,29.61%204.63,109.26%2013.9,147.23%20-1.87,2.77%20-6.5,4.58%20-12.04,4.58%20-3.72,0%20-7.4,-1.81%20-11.12,-3.68%20-11.13,-21.29%20-25.03,-24.06%20-70.39,-24.06%20h%20-377.77%20c%20-62.94,0%20-75.88,0.9%20-80.56,24.06%20-1.82,2.77%20-5.54,3.68%20-9.22,3.68%20-4.63,0%20-8.36,-0.91%20-10.17,-3.68%20-6.5,-32.42%20-20.39,-89.82%20-36.15,-139.82%203.72,-9.26%2023.16,-12.03%2029.65,-6.49%2034.24,75.02%2059.27,85.19%20144.41,85.19%20h%2051.86'%20/%3e%3cpath%20id='path28'%20style='fill:%233F2B2E;fill-opacity:1;fill-rule:nonzero;stroke:none'%20d='m%204139.13,830.781%20h%20-96.31%20c%20-22.21,0%20-24.98,0%20-14.81,26.887%20l%2038.87,108.301%20c%2016.67,43.501%2024.12,66.671%2027.79,73.161%20h%201.87%20c%204.63,-6.49%2010.17,-24.07%2025.93,-73.161%20l%2038.87,-111.121%20c%207.4,-22.203%203.72,-24.067%20-22.21,-24.067%20z%20m%20284.23,-244.449%20-13.9,2.82%20c%20-47.18,8.305%20-51.81,14.805%20-73.11,76.836%20l%20-133.32,387.942%20c%20-14.8,41.69%20-26.89,85.19%20-41.69,126.88%20-3.73,4.64%20-8.31,7.4%20-15.71,7.4%20-1.87,0%20-32.43,-37.96%20-64.85,-44.45%202.77,-15.76%20-5.54,-37.97%20-17.58,-67.62%20L%203936.37,746.547%20c%20-19.48,-50%20-34.28,-88.867%20-45.41,-112.934%20-13.85,-30.613%20-24.07,-38.922%20-50.9,-42.648%20l%20-27.8,-4.633%20c%20-6.49,-8.305%20-5.54,-22.203%200.96,-26.836%2032.37,1.863%2061.07,2.77%2091.64,2.77%2037.96,-0.907%2068.52,-0.907%2098.18,-2.77%207.4,3.727%208.31,20.395%201.81,26.836%20l%20-26.84,4.633%20c%20-34.23,4.683%20-37.96,7.449%20-19.43,62.031%20l%2037.96,111.121%20c%208.31,25.028%207.4,25.028%2031.47,25.028%20h%20123.16%20c%2025.93,0%2028.7,0%2037.96,-25.028%20l%2043.5,-125.922%20c%2012.03,-39.781%209.27,-45.367%20-24.07,-49.043%20l%20-20.33,-2.82%20c%20-5.6,-5.484%20-4.69,-22.203%202.77,-26.836%2032.37,0.961%2073.1,2.77%20112.93,2.77%2048.18,0%2082.42,-0.907%20120.38,-2.77%206.45,4.633%206.45,20.395%20-0.95,26.836'%20/%3e%3cpath%20id='path30'%20style='fill:%233F2B2E;fill-opacity:1;fill-rule:nonzero;stroke:none'%20d='m%205133.99,1176.16%20c%20-33.34,-1.81%20-57.4,-2.77%20-97.23,-2.77%20-36.1,0%20-70.34,0.96%20-106.44,2.77%20-9.26,-2.77%20-10.22,-20.34%20-1.86,-26.84%20l%2021.3,-2.77%20c%2023.16,-3.72%2037.96,-9.26%2046.27,-23.16%2016.66,-27.79%2017.57,-112.93%2017.57,-182.413%20V%20760.422%20c%200,-14.805%200,-19.434%20-2.77,-22.203%20-9.27,5.539%20-95.36,103.672%20-134.23,146.265%20l%20-92.59,100.043%20c%20-32.43,35.143%20-133.33,151.803%20-149.09,191.633%20-22.21,-1.81%20-44.46,-2.77%20-63.89,-2.77%20-23.16,0%20-74.07,-0.96%20-109.26,2.77%20-9.27,-2.77%20-10.17,-21.3%20-3.68,-26.84%20l%2013.9,-2.77%20c%2012.94,-2.76%2038.87,-10.22%2049.04,-18.52%2031.52,-26.84%2030.56,-41.7%2030.56,-113.9%20V%20794.707%20c%200,-73.203%200,-153.715%20-12.03,-182.41%20-6.5,-14.805%20-23.16,-18.531%20-40.74,-21.305%20l%20-20.39,-4.629%20c%20-7.4,-6.496%20-5.53,-22.258%201.87,-26.836%2032.37,1.813%2057.39,2.77%2096.32,2.77%2035.14,0%2071.29,-0.957%20105.53,-2.77%209.26,2.77%2010.17,20.34%201.86,26.836%20l%20-20.39,2.774%20c%20-23.11,3.672%20-38.87,9.261%20-47.23,23.16%20-15.71,27.789%20-16.66,112.93%20-16.66,182.41%20v%20180.559%20c%200,49.044%200,59.264%202.82,59.264%2015.7,-13.9%2045.36,-49.092%20105.53,-116.717%20l%20216.65,-247.211%20c%2066.67,-75.93%2093.55,-107.403%20108.36,-126.836%2011.07,-0.907%2024.06,2.773%2031.47,12.941%20-2.78,21.297%20-2.78,135.191%20-2.78,162.984%20v%20221.286%20c%200,73.153%200,153.723%2012.95,182.413%206.49,14.81%2022.2,18.48%2039.82,21.3%20l%2021.3,4.63%20c%207.4,6.5%205.54,22.21%20-1.86,26.84'%20/%3e%3cpath%20id='path32'%20style='fill:%233F2B2E;fill-opacity:1;fill-rule:nonzero;stroke:none'%20d='m%205679.33,699.297%20c%20-32.43,-74.969%20-52.82,-101.805%20-170.38,-99.992%20-77.79,0%20-93.56,7.449%20-104.63,20.39%20-13.9,15.758%20-15.76,49.039%20-15.76,96.317%20v%20117.566%20c%200,23.16%200.91,25.024%2022.2,25.024%20h%2044.46%20c%2080.56,0%2096.32,-1.864%20102.77,-40.778%20l%206.49,-37.008%20c%207.4,-5.593%2025.02,-5.593%2029.66,0.907%20-0.96,29.652%20-2.77,62.031%20-2.77,97.222%200,34.239%201.81,67.621%202.77,92.594%20-4.64,7.399%20-22.26,7.399%20-29.66,0.906%20l%20-6.49,-31.465%20c%20-6.45,-39.832%20-22.21,-40.734%20-102.77,-40.734%20h%20-44.46%20c%20-21.29,0%20-22.2,0.902%20-22.2,24.973%20V%201081.7%20c%200,52.77%200,54.64%2039.83,54.64%20h%2062.03%20c%2025.02,0%2052.76,-1.87%2074.06,-8.32%2029.66,-7.39%2043.55,-30.56%2058.36,-84.28%207.4,-5.54%2025.93,-3.68%2029.6,3.72%20-5.54,39.83%20-11.13,112.99%20-14.8,128.7%20-12.04,-1.82%20-65.76,-2.77%20-125.02,-2.77%20h%20-176.83%20c%20-40.73,0%20-84.23,0.95%20-119.43,2.77%20-7.45,-3.73%20-8.36,-20.34%20-1.86,-26.84%20l%2014.8,-1.86%20c%2043.56,-6.5%2051.86,-9.26%2051.86,-107.4%20V%20695.625%20c%200,-98.133%20-8.3,-100.953%20-51.86,-105.586%20l%20-34.23,-3.676%20c%20-6.5,-6.496%20-5.54,-23.164%201.81,-26.836%2041.69,1.813%2098.18,2.77%20138.91,2.77%20h%20105.59%20c%20108.3,0%20187.95,-0.957%20228.64,-2.77%2012.98,24.973%2033.38,95.364%2038.91,134.235%20-5.53,9.261%20-21.29,12.031%20-29.6,5.535'%20/%3e%3cpath%20id='path34'%20style='fill:%233F2B2E;fill-opacity:1;fill-rule:nonzero;stroke:none'%20d='m%202364.18,188.25%20c%20-6.49,-4.219%20-32.24,-8.328%20-46.69,-8.328%20-1.85,-0.043%20-4.49,-0.024%20-7.13,0.058%20v%200.168%20c%200,48.543%200.13,107.602%200.45,114.172%200.02,0.621%200.07,1.129%200.12,1.559%202.17,0.68%205.92,1.5%209.38,1.5%2023.2,0%2038.94,-5.008%2051.05,-16.231%2010.87,-10.07%2016.65,-26.289%2016.65,-46.898%200,-21.352%20-12.48,-37.871%20-23.83,-46%20z%20M%202494.63,30.5391%20c%20-3.3,0%20-15.22,1.1992%20-30.49,16.4726%20-9.66,9.6485%20-19.19,21.1602%20-32.92,39.7188%20-12.53,16.9685%20-42.27,63.5785%20-51.13,80.8205%207.72,3.238%2017.78,8.187%2024.59,14.179%209.59,7.559%2029.6,23.282%2029.6,59.461%200,24.918%20-11.75,47.668%20-32.21,62.438%20-17.2,12.48%20-36.95,17.801%20-66.08,17.801%20-7.6,0%20-15.64,-0.551%20-23.9,-1.121%20-18,-1.258%20-38.11,-0.969%20-49.47,0%20-6.34,0.562%20-13.63,1.613%20-19.69,-0.848%20-2.7,-1.09%20-5.12,-3.012%20-6.46,-5.59%20-2.2,-4.25%20-0.68,-9.652%202.98,-12.543%203.13,-2.476%207.16,-3.457%2010.98,-4.308%2013.27,-2.211%2013.34,-3.442%2014.11,-15.219%20l%200.19,-3%20c%200.99,-15.051%202.62,-40.223%202.62,-100.5%200,-73.68%20-1.16,-105.8791%20-2.3,-127.5002%20-1.15,-16.082%20-3.84,-16.6016%20-14.2,-18.6211%20-7.08,-1.6289%20-15.91,-3.6602%20-15.91,-12.5078%200,-2.7735%201.19,-11.80081%2016.45,-11.80081%203.87,0%208.61,0.41016%2014.11,0.91016%207.08,0.64063%2015.54,1.41015%2025.21,1.41015%208.38,0%2014.72,-0.70312%2020.27,-1.32031%204.93,-0.54296%209.33,-1%2013.91,-1%2016.97,0%2017.83,9.82811%2017.83,11.80081%200,9.5898%20-10.16,11.4375%20-14.1,12.1484%20-13.35,2.2383%20-14.26,4.9688%20-15.03,7.2891%20-0.86,2.6015%20-2.76,17.289%20-3.23,39.539%20-0.44,16.9727%20-0.05,65.0626%200.45,77.3126%2010.01,0.117%2014.6,-0.832%2017.58,-1.711%202.96,-0.73%205.92,-3.512%209.8,-7.781%202.07,-2.52%209.54,-14.078%2017.46,-26.309%2015.26,-23.6287%2036.18,-55.9881%2051.35,-75.3319%2015.81,-19.6367%2036.55,-39.71872%2070.51,-39.71872%209.42,0%2016.35,0.80078%2020.55,2.3789%202.76,1.04297%2011.14,4.17192%2011.14,11.73052%200,5.621%20-5,11.3203%20-14.57,11.3203'%20/%3e%3cpath%20id='path36'%20style='fill:%233F2B2E;fill-opacity:1;fill-rule:nonzero;stroke:none'%20d='m%202786.45,42.7617%20c%20-13.89,-10.2109%20-28.17,-14.9804%20-44.89,-14.9804%20-33.39,0%20-62.35,16.1093%20-86.05,47.8593%20-19.51,26.3084%20-32.11,62.6214%20-32.11,92.4684%200,41.75%2011.88,79.469%2032.58,103.52%2013.61,15.609%2042.07,31.75%2066.15,31.75%2030.41,0%2055.1,-11.16%2075.47,-34.09%2025.48,-28.91%2041.31,-70.519%2041.31,-108.57%200,-58.11%20-27.13,-99.0471%20-52.46,-117.9573%20z%20M%202731.4,327.441%20c%20-33.07,0%20-70.19,-12.332%20-94.46,-31.332%20-42.99,-32.711%20-63.02,-73.23%20-63.02,-127.531%200,-90.3671%2072.96,-166.70691%20159.3,-166.70691%2020.08,0%2041.93,5.05079%2063.15,14.59771%2034.01,15.0117%2091.57,62.3828%2091.57,144.7112%200,90.129%20-71.67,166.261%20-156.54,166.261'%20/%3e%3cpath%20id='path38'%20style='fill:%233F2B2E;fill-opacity:1;fill-rule:nonzero;stroke:none'%20d='m%203241.2,320.16%20c%20-5.4,-0.5%20-11.47,-1.051%20-17.12,-1.051%20-4.68,0%20-11.71,0.582%20-18.72,1.129%20-7.55,0.602%20-15.07,1.192%20-20.1,1.192%20-15.1,0%20-17.34,-7.11%20-17.34,-11.328%200,-6.411%204.96,-10.641%2014.26,-12.454%2016,-4.128%2016.72,-5.777%2016.72,-8.828%200,-5.89%20-3.43,-19.082%20-8.78,-33.679%20-6.78,-19.192%20-48.42,-126.231%20-66.03,-170.1527%20-18.89,46.4997%20-64.57,165.9727%20-71.97,188.1597%20-2.88,8.692%20-4.46,13.481%20-4.46,17.993%200,1.179%202.19,4.058%208.93,4.937%204.19,0.652%2016.97,2.613%2016.97,13.563%200,2.648%20-1.26,11.32%20-17.34,11.32%20-3.43,0%20-8.81,-0.32%20-15.05,-0.723%20-8.08,-0.508%20-17.71,-1.129%20-26.09,-1.129%20-2.72,0%20-8.73,0.411%20-15.14,0.821%20-7.82,0.5%20-16.18,1.031%20-20.48,1.031%20-16.07,0%20-17.34,-8.672%20-17.34,-11.32%200,-3.891%202.08,-10.762%2016.18,-13.129%209.38,-1.293%2015.25,-6.25%2019.61,-16.582%2019.93,-46.91%2087.31,-220.8284%20101.94,-264.1995%20l%200.84,-2.9024%20c%201.4,-4.79685%203.7,-12.8085687%2012.4,-12.8085687%205.87,0%2010.48,5.0117187%2011.57,12.0312687%201.21,4.8594%207.27,21.9883%2018.11,49.2187%2020.76,50.4805%2037.7,92.1795%2050.73,124.2305%2014.48,35.68%2024.07,59.34%2028.68,69.781%2016.33,36.758%2020.87,38.039%2032.68,41.41%204.17,1.047%2015.27,3.821%2015.27,13.86%200,8.98%20-7.99,11.437%20-28.93,9.609'%20/%3e%3cpath%20id='path40'%20style='fill:%233F2B2E;fill-opacity:1;fill-rule:nonzero;stroke:none'%20d='m%203981.76,320.5%20c%20-2.07,0%20-4.93,-0.199%20-8.48,-0.469%20-8.68,-0.64%20-23.51,-1.062%20-37.42,-0.172%20-20.39,1.282%20-32.01,-0.589%20-32.01,-10.687%200,-8.66%208.46,-10.781%2015.19,-12.461%2011.42,-2.949%2017.17,-4.422%2017.17,-27.402%20l%200.93,-77.731%20c%200.5,-38.668%201.04,-80.199%201.27,-103.4296%20-51.33,57.4726%20-160.86,181.7736%20-188.52,217.5116%20-6.78,8.68%20-10.53,13.449%20-17.38,13.449%20-9.27,0%20-20.13,0.743%20-29.55,1.379%20-7.55,0.5%20-14.21,0.934%20-18.55,0.934%20-12.43,0%20-18.72,-3.953%20-18.72,-11.781%200,-10.34%2010.91,-11.911%2015.94,-12.621%2010.36,-1.731%2014.33,-3.668%2018.82,-7.11%202.09,-1.629%205,-3.879%205,-26.988%200,-29.461%20-3.75,-186.1837%20-5.05,-201.8126%20-2.12,-24.4688%20-4.59,-25.168%20-18.72,-29.1485%20-6.17,-1.6718%20-14.61,-3.9609%20-14.61,-12.7421%200,-5.1797%202.84,-11.34771%2016.41,-11.34771%201.21,0%203.75,0.23829%207.15,0.61719%2011.37,1.22266%2033.32,1.64062%2046.81,0.3125%2025.85,-2.53125%2030.46,3.93752%2030.46,10.41802%200,9.3593%20-9.17,11.8515%20-14.52,13.3203%20-8.74,2.4922%20-15.62,6.5195%20-17.27,10.1992%20-3.06,6.5234%20-4.32,16.8515%20-4.32,35.6719%200,10.1093%200.37,54.9488%200.74,98.9808%200.25,28.839%200.47,57.359%200.6,75.558%2025.28,-29.508%2056.38,-65.5%2086.71,-100.609%2049.5,-57.2697%2096.27,-111.3712%20113.23,-132.09%20l%201.93,-2.3516%20c%203.93,-4.8203%207.75,-9.97652%2012.34,-14.19918%203.36,-3.089845%208.48,-4.83985%2012.86,-2.871095%203.52,1.570315%205.52,5.300785%206.27,8.941405%200.87,4.26177%200.44,8.69927%200.27,13.01177%20-0.59,15.3281%20-0.42,31.5898%20-0.24,52.0703%200.12,12.1172%200.24,25.7184%200.24,41.4684%200,49.141%201.04,147.141%202.99,161.66%201.57,10.52%202.24,14.879%2014.3,18.891%20l%202.1,0.75%20c%204.07,1.41%2011.59,4.027%2011.59,12.02%200,4.949%20-2.76,10.859%20-15.96,10.859'%20/%3e%3cpath%20id='path42'%20style='fill:%233F2B2E;fill-opacity:1;fill-rule:nonzero;stroke:none'%20d='m%204359.11,95.75%20c%20-8.78,0%20-11.45,-9.4687%20-12.75,-14.1797%20-6.2,-18.5703%20-17.07,-32.5586%20-32.39,-41.6211%20-12.67,-7.6797%20-29.05,-11.2578%20-51.55,-11.2578%20-22.15,0%20-53.67,8.2891%20-75.54,31.5%20-19.24,20.7383%20-41.68,61.1996%20-41.68,107.0076%200,43.063%2016.08,82.93%2031.87,99.992%2014.79,15.539%2039.18,36.188%2079.83,36.188%2026.29,0%2052.28,-8.508%2066.69,-22.109%206.76,-5.532%2015.64,-18.758%2018.94,-32.75%202.94,-10.079%208.34,-12.18%2012.39,-12.18%206.78,0%2011.31,6.41%2011.31,15.961%200,1.609%20-0.19,4.461%20-0.44,7.98%20-0.54,7.418%20-1.38,18.61%20-0.45,26.688%200,5.633%20-3.15,11.332%20-8.03,14.551%20l%20-0.35,0.21%20c%20-16.75,9.942%20-57.73,25.711%20-96.36,25.711%20-40.65,0%20-82.92,-15.371%20-110.27,-40.14%20-37.05,-33.551%20-55.05,-74.512%20-55.05,-125.192%200,-40.937%2020.74,-86.6988%2040.84,-107.2887%2024.27,-24.6601%2060.35,-52.94921%20124.48,-52.94921%2041.63,0%2070.47,13.43751%2096.29,28.55081%203.4,2.5664%205.82,6.0273%206.98,10.5469%200.22,1.4804%200.81,4.3515%201.53,7.9101%202.76,13.582%205.02,25.3203%205.02,31.3828%200,10.7071%20-5.67,15.4883%20-11.31,15.4883'%20/%3e%3cpath%20id='path44'%20style='fill:%233F2B2E;fill-opacity:1;fill-rule:nonzero;stroke:none'%20d='m%203567.87,72.3984%20c%20-3.61,1.5625%20-7.64,0.6211%20-10.76,-1.5898%20-3.48,-2.4688%20-6.01,-6.207%20-8.42,-9.6484%20l%20-2.62,-3.7305%20c%20-3.57,-5.1094%20-9.54,-13.6992%20-12.28,-16.1094%20-5.75,-5.1289%20-9.35,-6.6094%20-53,-6.6094%20-33.15,0%20-37.81,0.9883%20-43.8,4.1602%20-5.53,2.7891%20-7.78,10.7773%20-7.78,13.6484%200,3.3594%20-0.19,14.711%20-0.44,28.7422%20-0.39,22.6093%20-0.94,52.2383%20-0.94,66.5083%20v%202.082%20c%2061.54,-0.032%2057.16,-0.524%2065,-2.762%202.15,-0.75%204.32,-3.918%206.05,-9.07%200,0%201.62,-4.02%201.62,-4.032%201.33,-3.277%202.66,-6.867%205.45,-9.207%203.11,-2.609%208.34,-2.961%2011.82,-0.832%202.54,1.551%204.42,4.86%205.35,7.641%201.18,3.469%201.06,7.031%200.47,10.601%20-0.42,2.528%20-1.65,14.649%20-0.89,22.661%200.37,3.359%200.91,7.339%201.4,11.039%200.82,5.937%201.46,11.25%201.46,13.039%200,10.769%20-6.83,13.64%20-10.88,13.64%20-7.44,0%20-10.97,-7.148%20-12.28,-9.8%20-5.18,-10.34%20-7.99,-12.258%20-8.92,-12.77%20-1.76,-1.09%20-4.82,-1.93%20-26.45,-1.93%20h%20-39.2%20v%20107.52%20c%200,4.422%200.18,7.101%200.35,8.738%2015.96,0.774%2076.93,0.524%2087.7,-1.476%203.63,-0.602%209.08,-1.5%2017.69,-21.911%201.35,-3.211%203.02,-6.711%205.7,-9.043%203,-2.609%207.89,-3.558%2011.48,-1.648%203.15,1.672%204.76,5.262%205.41,8.621%200.49,2.52%200.58,5.379%200.02,7.899%20-1.67,7.71%20-2.31,17.339%20-2.73,23.718%20l%20-0.42,5.41%20c%20-1.6,9.993%20-5.85,15.063%20-12.61,15.063%20-1.94,0%20-3.96,-0.121%20-6.58,-0.27%20-4.29,-0.261%20-10.36,-0.652%20-21.13,-0.652%20-9.01,0%20-29.45,-0.219%20-50.52,-0.437%20-22.25,-0.231%20-45.18,-0.493%20-55.89,-0.493%20-7.79,0%20-14.28,0.411%20-20.22,0.77%20-5.38,0.32%20-10.34,0.621%20-15.39,0.621%20-8.86,0%20-15.02,-4.461%20-15.02,-10.859%200,-3.692%201.73,-10.231%2013.17,-12.532%2011.25,-2.488%2015.04,-3.339%2015.04,-28.168%200,-97.863%20-0.47,-142.242%20-2.32,-215.7808%20-0.34,-15.5196%20-5.2,-19.0821%20-18.86,-21.3594%20-4.98,-0.9024%20-15.37,-2.8008%20-15.37,-12.1289%200,-1.9727%200.82,-11.80081%2016.9,-11.80081%201.94,0%206.58,0.3086%2012.45,0.71875%209.5,0.67969%2022.45,1.60156%2031.94,1.60156%2017.71,0%2038.65,-0.41015%2060.92,-0.83984%2025.46,-0.49218%2052.61,-1.01172%2078.73,-1.01172%203.99,0%209.62,1.69926%2013.66,9.76956%202.27,4.4687%204.54,12.8906%207.15,22.6094%201.19,4.4218%202.4,8.9531%203.56,12.8203%200.89,2.9804%201.73,5.9726%201.57,9.1211%20-0.2,3.9804%20-2.49,7.9804%20-6.34,9.7382'%20/%3e%3cpath%20id='path46'%20style='fill:%233F2B2E;fill-opacity:1;fill-rule:nonzero;stroke:none'%20d='m%204685.96,72.3984%20c%20-3.61,1.5625%20-7.64,0.6211%20-10.76,-1.5898%20-3.47,-2.4688%20-6.01,-6.207%20-8.42,-9.6484%20l%20-2.61,-3.7305%20c%20-3.58,-5.1094%20-9.55,-13.6992%20-12.29,-16.1094%20-5.74,-5.1289%20-9.35,-6.6094%20-53,-6.6094%20-33.15,0%20-37.81,0.9883%20-43.8,4.1602%20-5.53,2.7891%20-7.77,10.7773%20-7.77,13.6484%200,3.3594%20-0.2,14.711%20-0.44,28.7422%20-0.4,22.6093%20-0.94,52.2383%20-0.94,66.5083%20v%202.082%20c%2061.53,-0.032%2057.15,-0.524%2065,-2.762%202.14,-0.75%204.31,-3.918%206.04,-9.07%200,0%201.62,-4.02%201.63,-4.032%201.32,-3.277%202.66,-6.867%205.45,-9.207%203.1,-2.609%208.34,-2.961%2011.81,-0.832%202.54,1.551%204.42,4.86%205.35,7.641%201.19,3.469%201.06,7.031%200.47,10.601%20-0.42,2.528%20-1.65,14.649%20-0.88,22.661%200.36,3.359%200.91,7.339%201.4,11.039%200.81,5.937%201.45,11.25%201.45,13.039%200,10.769%20-6.83,13.64%20-10.87,13.64%20-7.45,0%20-10.98,-7.148%20-12.28,-9.8%20-5.19,-10.34%20-8,-12.258%20-8.93,-12.77%20-1.75,-1.09%20-4.81,-1.93%20-26.44,-1.93%20h%20-39.2%20v%20107.52%20c%200,4.422%200.17,7.101%200.34,8.738%2015.96,0.774%2076.93,0.524%2087.71,-1.476%203.62,-0.602%209.08,-1.5%2017.68,-21.911%201.36,-3.211%203.02,-6.711%205.7,-9.043%203.01,-2.609%207.89,-3.558%2011.48,-1.648%203.15,1.672%204.77,5.262%205.42,8.621%200.48,2.52%200.57,5.379%200.02,7.899%20-1.68,7.71%20-2.32,17.339%20-2.74,23.718%20l%20-0.42,5.41%20c%20-1.6,9.993%20-5.84,15.063%20-12.6,15.063%20-1.95,0%20-3.97,-0.121%20-6.59,-0.27%20-4.29,-0.261%20-10.35,-0.652%20-21.13,-0.652%20-9,0%20-29.45,-0.219%20-50.51,-0.437%20-22.25,-0.231%20-45.19,-0.493%20-55.89,-0.493%20-7.8,0%20-14.28,0.411%20-20.23,0.77%20-5.38,0.32%20-10.33,0.621%20-15.39,0.621%20-8.85,0%20-15.02,-4.461%20-15.02,-10.859%200,-3.692%201.73,-10.231%2013.17,-12.532%2011.25,-2.488%2015.05,-3.339%2015.05,-28.168%200,-97.863%20-0.47,-142.242%20-2.32,-215.7808%20-0.35,-15.5196%20-5.21,-19.0821%20-18.87,-21.3594%20-4.98,-0.9024%20-15.36,-2.8008%20-15.36,-12.1289%200,-1.9727%200.81,-11.80081%2016.89,-11.80081%201.95,0%206.58,0.3086%2012.45,0.71875%209.5,0.67969%2022.45,1.60156%2031.94,1.60156%2017.71,0%2038.65,-0.41015%2060.92,-0.83984%2025.46,-0.49218%2052.61,-1.01172%2078.73,-1.01172%204,0%209.62,1.69926%2013.66,9.76956%202.28,4.4687%204.54,12.8906%207.16,22.6094%201.18,4.4218%202.39,8.9531%203.55,12.8203%200.89,2.9804%201.73,5.9726%201.57,9.1211%20-0.2,3.9804%20-2.49,7.9804%20-6.34,9.7382'%20/%3e%3cpath%20id='path48'%20style='fill:%233F2B2E;fill-opacity:1;fill-rule:nonzero;stroke:none'%20d='m%202053.69,162.371%20c%20-11.68,-7.941%20-31.81,-14.121%20-61.83,-3.051%20-0.05,35.121%20-0.25,82.821%20-0.38,112.352%20l%200.49,27.719%20c%203.95,0.937%2011.86,2.14%2018.63,2.14%2019.48,0%2034.06,-6.672%2048.96,-22.472%2019.6,-19.61%2020.61,-49.629%2020.61,-55.45%200,-34.648%20-13.21,-52.211%20-26.48,-61.238%20z%20m%2046.95,130.348%20c%20-19.21,21.211%20-50.04,32.41%20-89.11,32.41%20-4.46,0%20-14.7,-0.84%20-24.84,-1.707%20-7.89,-0.66%20-15.71,-1.332%20-20.37,-1.524%20-12.35,-0.468%20-25.64,-0.937%20-32.48,-0.937%20-9.1,0%20-15.96,-5.07%20-15.96,-11.789%200,-6.453%204.89,-10.531%2015.05,-12.211%2011,-1.18%2011.17,-4.652%2011.34,-7.621%200.84,-8.399%203.21,-69.551%203.21,-107.809%200,-71.222%20-0.47,-125.1208%20-0.94,-135.8826%20-0.61,-10.1289%20-1.58,-11.1289%20-13.09,-13.4375%20-4.02,-0.8593%20-14.68,-3.1093%20-14.68,-12.5312%200,-4.2305%202.2,-11.33986%2016.9,-11.33986%202.22,0%205.57,0.30079%209.59,0.67969%205.3,0.51953%2011.96,1.17187%2018.62,1.17187%2011.77,0%2019.63,-0.70312%2026.62,-1.32031%205.96,-0.53125%2011.34,-1%2017.78,-1%2015.19,0%2015.95,9.82811%2015.95,11.80861%200,10.4492%20-12.13,12.0391%20-16.44,12.6016%20-10.07,1.6289%20-13,2.75%20-14.12,17.1484%20-0.83,11.6484%20-1.73,41.1601%20-1.78,88.9683%207.72,-5.058%2050.78,-21.668%2092.38,5.481%2028.88,18.859%2042.62,46.152%2042.62,82.512%200,24.629%20-9.89,49.5%20-26.25,66.328'%20/%3e%3cpath%20id='path50'%20style='fill:%233F2B2E;fill-opacity:1;fill-rule:nonzero;stroke:none'%20d='m%201237.15,72.3984%20c%20-3.61,1.5625%20-7.64,0.6211%20-10.76,-1.5898%20-3.47,-2.4688%20-6.01,-6.207%20-8.42,-9.6484%20l%20-2.61,-3.7305%20c%20-3.58,-5.1094%20-9.55,-13.6992%20-12.29,-16.1094%20-5.74,-5.1289%20-9.34,-6.6094%20-53,-6.6094%20-33.15,0%20-37.81,0.9883%20-43.8,4.1602%20-5.52,2.7891%20-7.77,10.7773%20-7.77,13.6484%200,3.3594%20-0.2,14.711%20-0.45,28.7422%20-0.39,22.6093%20-0.93,52.2383%20-0.93,66.5083%20v%202.082%20c%2061.53,-0.032%2057.15,-0.524%2065,-2.762%202.14,-0.75%204.31,-3.918%206.04,-9.07%200,0%201.62,-4.02%201.63,-4.032%201.32,-3.277%202.66,-6.867%205.45,-9.207%203.1,-2.609%208.34,-2.961%2011.82,-0.832%202.53,1.551%204.41,4.86%205.34,7.641%201.18,3.469%201.06,7.031%200.47,10.601%20-0.42,2.528%20-1.65,14.649%20-0.88,22.661%200.36,3.359%200.91,7.339%201.4,11.039%200.81,5.937%201.45,11.25%201.45,13.039%200,10.769%20-6.83,13.64%20-10.87,13.64%20-7.45,0%20-10.98,-7.148%20-12.29,-9.8%20-5.17,-10.34%20-7.99,-12.258%20-8.92,-12.77%20-1.75,-1.09%20-4.81,-1.93%20-26.44,-1.93%20h%20-39.2%20v%20107.52%20c%200,4.422%200.17,7.101%200.34,8.738%2015.96,0.774%2076.93,0.524%2087.71,-1.476%203.62,-0.602%209.08,-1.5%2017.68,-21.911%201.36,-3.211%203.03,-6.711%205.7,-9.043%203,-2.609%207.9,-3.558%2011.48,-1.648%203.15,1.672%204.77,5.262%205.42,8.621%200.48,2.52%200.57,5.379%200.02,7.899%20-1.68,7.71%20-2.32,17.339%20-2.74,23.718%20l%20-0.42,5.41%20c%20-1.6,9.993%20-5.84,15.063%20-12.6,15.063%20-1.95,0%20-3.97,-0.121%20-6.59,-0.27%20-4.29,-0.261%20-10.36,-0.652%20-21.14,-0.652%20-8.99,0%20-29.44,-0.219%20-50.5,-0.437%20-22.25,-0.231%20-45.19,-0.493%20-55.89,-0.493%20-7.8,0%20-14.28,0.411%20-20.23,0.77%20-5.38,0.32%20-10.33,0.621%20-15.39,0.621%20-8.85,0%20-15.02,-4.461%20-15.02,-10.859%200,-3.692%201.73,-10.231%2013.17,-12.532%2011.25,-2.488%2015.05,-3.339%2015.05,-28.168%200,-97.863%20-0.47,-142.242%20-2.32,-215.7808%20-0.34,-15.5196%20-5.21,-19.0821%20-18.87,-21.3594%20C%201027,30.8984%201016.62,29%201016.62,19.6719%20c%200,-1.9727%200.81,-11.80081%2016.89,-11.80081%201.95,0%206.58,0.3086%2012.45,0.71875%209.5,0.67969%2022.45,1.60156%2031.94,1.60156%2017.71,0%2038.65,-0.41015%2060.92,-0.83984%2025.46,-0.49218%2052.62,-1.01172%2078.73,-1.01172%204,0%209.62,1.69926%2013.67,9.76956%202.26,4.4687%204.54,12.8906%207.15,22.6094%201.18,4.4218%202.39,8.9531%203.55,12.8203%200.89,2.9804%201.73,5.9726%201.57,9.1211%20-0.2,3.9804%20-2.49,7.9804%20-6.34,9.7382'%20/%3e%3cpath%20id='path52'%20style='fill:%233F2B2E;fill-opacity:1;fill-rule:nonzero;stroke:none'%20d='m%201647.15,320.5%20c%20-2.07,0%20-4.94,-0.199%20-8.49,-0.469%20-8.68,-0.64%20-23.5,-1.062%20-37.41,-0.172%20-20.4,1.282%20-32.01,-0.589%20-32.01,-10.687%200,-8.66%208.46,-10.781%2015.19,-12.461%2011.42,-2.949%2017.17,-4.422%2017.17,-27.402%20l%200.93,-77.731%20c%200.5,-38.668%201.03,-80.199%201.26,-103.4296%20-51.33,57.4726%20-160.86,181.7736%20-188.51,217.5116%20-6.78,8.68%20-10.53,13.449%20-17.38,13.449%20-9.28,0%20-20.13,0.743%20-29.55,1.379%20-7.55,0.5%20-14.21,0.934%20-18.55,0.934%20-12.43,0%20-18.72,-3.953%20-18.72,-11.781%200,-10.34%2010.9,-11.911%2015.93,-12.621%2010.36,-1.731%2014.33,-3.668%2018.82,-7.11%202.1,-1.629%205.01,-3.879%205.01,-26.988%200,-29.461%20-3.75,-186.1837%20-5.06,-201.8126%20-2.12,-24.4688%20-4.58,-25.168%20-18.72,-29.1485%20-6.17,-1.6718%20-14.6,-3.9609%20-14.6,-12.7421%200,-5.1797%202.84,-11.34771%2016.4,-11.34771%201.21,0%203.75,0.23829%207.15,0.61719%2011.38,1.22266%2033.32,1.64062%2046.82,0.3125%2025.84,-2.53125%2030.46,3.93752%2030.46,10.41802%200,9.3593%20-9.18,11.8515%20-14.53,13.3203%20-8.73,2.4922%20-15.61,6.5195%20-17.27,10.1992%20-3.05,6.5234%20-4.31,16.8515%20-4.31,35.6719%200,10.1093%200.37,54.9488%200.74,98.9808%200.25,28.839%200.47,57.359%200.59,75.558%2025.28,-29.508%2056.38,-65.5%2086.72,-100.609%2049.5,-57.2697%2096.26,-111.3712%20113.23,-132.09%20l%201.93,-2.3516%20c%203.93,-4.8203%207.75,-9.97652%2012.34,-14.19918%203.35,-3.089845%208.47,-4.83985%2012.86,-2.871095%203.52,1.570315%205.52,5.300785%206.26,8.941405%200.88,4.26177%200.44,8.69927%200.28,13.01177%20-0.59,15.3281%20-0.42,31.5898%20-0.25,52.0703%200.12,12.1172%200.25,25.7184%200.25,41.4684%200,49.141%201.03,147.141%202.98,161.66%201.58,10.52%202.25,14.879%2014.31,18.891%20l%202.09,0.75%20c%204.07,1.41%2011.6,4.027%2011.6,12.02%200,4.949%20-2.76,10.859%20-15.96,10.859'%20/%3e%3c/g%3e%3c/g%3e%3c/svg%3e";
|
|
7633
|
-
var g6 = Object.defineProperty, f6 = Object.getOwnPropertyDescriptor,
|
|
7652
|
+
var g6 = Object.defineProperty, f6 = Object.getOwnPropertyDescriptor, l1 = (e, t, o, n) => {
|
|
7634
7653
|
for (var i = n > 1 ? void 0 : n ? f6(t, o) : t, r = e.length - 1, l; r >= 0; r--)
|
|
7635
7654
|
(l = e[r]) && (i = (n ? l(t, o, i) : l(i)) || i);
|
|
7636
7655
|
return n && i && g6(t, o, i), i;
|
|
7637
7656
|
};
|
|
7638
|
-
let
|
|
7657
|
+
let q = class extends g(C) {
|
|
7639
7658
|
constructor() {
|
|
7640
7659
|
super(...arguments), this.makeSticky = !1, this.showBackButton = !1, this.backButtonLabel = "", this.backButtonHref = "", this.logoHref = "", this.logoUrl = g0, this.locale = "en", this.loccitaneGroup = "L’Occitane Group", this.isMobile = !1, this.isScrolled = !1, this.handleMediaChange = (e) => {
|
|
7641
7660
|
this.isMobile = e.matches;
|
|
@@ -7705,7 +7724,7 @@ let j = class extends g(C) {
|
|
|
7705
7724
|
</header>`;
|
|
7706
7725
|
}
|
|
7707
7726
|
};
|
|
7708
|
-
|
|
7727
|
+
q.styles = u`
|
|
7709
7728
|
.o-header-simplify {
|
|
7710
7729
|
--header-simplify-height-default: 72px;
|
|
7711
7730
|
--header-simplify-height-scrolled: 60px;
|
|
@@ -7821,39 +7840,39 @@ j.styles = u`
|
|
|
7821
7840
|
${z0};
|
|
7822
7841
|
}
|
|
7823
7842
|
`;
|
|
7824
|
-
|
|
7843
|
+
l1([
|
|
7825
7844
|
s({ type: Boolean, reflect: !0 })
|
|
7826
|
-
],
|
|
7827
|
-
|
|
7845
|
+
], q.prototype, "makeSticky", 2);
|
|
7846
|
+
l1([
|
|
7828
7847
|
s({ type: Boolean, reflect: !0 })
|
|
7829
|
-
],
|
|
7830
|
-
|
|
7848
|
+
], q.prototype, "showBackButton", 2);
|
|
7849
|
+
l1([
|
|
7831
7850
|
s({ type: String, reflect: !0 })
|
|
7832
|
-
],
|
|
7833
|
-
|
|
7851
|
+
], q.prototype, "backButtonLabel", 2);
|
|
7852
|
+
l1([
|
|
7834
7853
|
s({ type: String, reflect: !0 })
|
|
7835
|
-
],
|
|
7836
|
-
|
|
7854
|
+
], q.prototype, "backButtonHref", 2);
|
|
7855
|
+
l1([
|
|
7837
7856
|
s({ type: String, reflect: !0 })
|
|
7838
|
-
],
|
|
7839
|
-
|
|
7857
|
+
], q.prototype, "logoHref", 2);
|
|
7858
|
+
l1([
|
|
7840
7859
|
s({ type: String, reflect: !0 })
|
|
7841
|
-
],
|
|
7842
|
-
|
|
7860
|
+
], q.prototype, "logoUrl", 2);
|
|
7861
|
+
l1([
|
|
7843
7862
|
s({ type: String, reflect: !0 })
|
|
7844
|
-
],
|
|
7845
|
-
|
|
7863
|
+
], q.prototype, "locale", 2);
|
|
7864
|
+
l1([
|
|
7846
7865
|
s({ type: String, reflect: !0 })
|
|
7847
|
-
],
|
|
7848
|
-
|
|
7866
|
+
], q.prototype, "loccitaneGroup", 2);
|
|
7867
|
+
l1([
|
|
7849
7868
|
s({ type: Boolean, attribute: !1 })
|
|
7850
|
-
],
|
|
7851
|
-
|
|
7869
|
+
], q.prototype, "isMobile", 2);
|
|
7870
|
+
l1([
|
|
7852
7871
|
s({ type: Boolean, attribute: !1 })
|
|
7853
|
-
],
|
|
7854
|
-
|
|
7872
|
+
], q.prototype, "isScrolled", 2);
|
|
7873
|
+
q = l1([
|
|
7855
7874
|
f("o-header-simplify")
|
|
7856
|
-
],
|
|
7875
|
+
], q);
|
|
7857
7876
|
const v6 = "data:image/svg+xml,%3csvg%20width='40'%20height='31'%20viewBox='0%200%2040%2031'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M39.3178%2025.5201C39.0127%2025.426%2038.8059%2025.483%2038.6874%2025.5573C38.516%2025.659%2038.4454%2025.8325%2038.4176%2025.9639C38.0545%2027.7908%2035.2304%2029.3228%2032.3155%2029.3674C25.7116%2029.4665%2018.1142%2023.3933%2013.4973%2021.5688C18.7749%2015.5625%2020.3231%208.22991%2023.9516%203.96622C25.6007%202.03021%2027.633%201.30142%2029.567%201.30142C32.1642%201.30142%2033.5208%202.91021%2033.5258%204.50166C33.5334%206.84917%2030.1369%207.73165%2029.8343%205.90223C29.7713%205.52296%2029.5923%204.92307%2028.8711%204.92307C28.2382%204.92307%2027.7566%205.42629%2027.7566%206.09806C27.7566%207.25075%2028.9215%208.05639%2030.5908%208.05639C33.9041%208.05639%2035.6364%206.0584%2035.6364%204.08273C35.6364%202.10705%2033.9116%200%2030.1268%200C27.6784%200%2025.1165%200.783328%2023.1271%202.35494C18.3639%206.11542%2016.0415%2015.3666%2011.4978%2020.7805C9.78815%2020.198%208.34584%2020.0269%206.959%2019.955C2.61944%2019.727%20-0.0861581%2021.8068%200.00209544%2023.8667C0.0449615%2024.8261%200.970363%2026.4373%204.51564%2026.4373C6.02603%2026.4373%208.65094%2025.9316%2011.9365%2023.1801C15.6406%2024.712%2022.6429%2030.8944%2031.1506%2030.9985C36.9551%2031.0704%2039.4691%2028.5642%2039.8322%2026.5043C39.9078%2026.2043%2039.8322%2025.6937%2039.3153%2025.5226L39.3178%2025.5201ZM4.35426%2025.0417C2.93968%2025.0417%202.30425%2024.2832%202.30425%2023.5321C2.30425%2022.4612%203.57763%2021.3779%206.00586%2021.3779C7.27419%2021.3779%208.59295%2021.6779%2010.1185%2022.3224C7.54147%2024.6823%205.41834%2025.0442%204.35678%2025.0442L4.35426%2025.0417Z'%20fill='%233F2B2E'/%3e%3cpath%20d='M29.0653%2010.4312C26.337%2010.4312%2023.3414%2011.7053%2021.9798%2014.0379C21.2889%2015.2204%2020.9459%2016.559%2020.951%2017.9174C20.9459%2019.2758%2021.2863%2020.6144%2021.9798%2021.7969C23.3439%2024.127%2026.337%2025.4036%2029.0653%2025.4036C31.7935%2025.4036%2034.7891%2024.1295%2036.1508%2021.7969C36.8417%2020.6144%2037.1846%2019.2758%2037.1795%2017.9174C37.1846%2016.559%2036.8442%2015.2204%2036.1508%2014.0379C34.7866%2011.7078%2031.7935%2010.4312%2029.0653%2010.4312ZM29.0653%2024.5583C25.3561%2024.3328%2023.4095%2020.8648%2023.4095%2017.9149C23.4095%2014.9651%2025.3561%2011.4971%2029.0653%2011.2715C32.7744%2011.4971%2034.721%2014.9651%2034.721%2017.9149C34.721%2020.8648%2032.7744%2024.3328%2029.0653%2024.5583Z'%20fill='%233F2B2E'/%3e%3c/svg%3e";
|
|
7858
7877
|
var b6 = Object.defineProperty, w6 = Object.getOwnPropertyDescriptor, A1 = (e, t, o, n) => {
|
|
7859
7878
|
for (var i = n > 1 ? void 0 : n ? w6(t, o) : t, r = e.length - 1, l; r >= 0; r--)
|
|
@@ -8168,13 +8187,13 @@ const f0 = g2(class extends f2 {
|
|
|
8168
8187
|
return e;
|
|
8169
8188
|
}
|
|
8170
8189
|
update(e, [t]) {
|
|
8171
|
-
if (t ===
|
|
8190
|
+
if (t === G || t === h) return t;
|
|
8172
8191
|
const o = e.element, n = e.name;
|
|
8173
8192
|
if (e.type === g1.PROPERTY) {
|
|
8174
|
-
if (t === o[n]) return
|
|
8193
|
+
if (t === o[n]) return G;
|
|
8175
8194
|
} else if (e.type === g1.BOOLEAN_ATTRIBUTE) {
|
|
8176
|
-
if (!!t === o.hasAttribute(n)) return
|
|
8177
|
-
} else if (e.type === g1.ATTRIBUTE && o.getAttribute(n) === t + "") return
|
|
8195
|
+
if (!!t === o.hasAttribute(n)) return G;
|
|
8196
|
+
} else if (e.type === g1.ATTRIBUTE && o.getAttribute(n) === t + "") return G;
|
|
8178
8197
|
return K4(e), t;
|
|
8179
8198
|
}
|
|
8180
8199
|
});
|
|
@@ -8462,15 +8481,15 @@ D([
|
|
|
8462
8481
|
F = D([
|
|
8463
8482
|
f("o-input")
|
|
8464
8483
|
], F);
|
|
8465
|
-
var V6 = Object.defineProperty, E6 = Object.getOwnPropertyDescriptor,
|
|
8484
|
+
var V6 = Object.defineProperty, E6 = Object.getOwnPropertyDescriptor, N = (e, t, o, n) => {
|
|
8466
8485
|
for (var i = n > 1 ? void 0 : n ? E6(t, o) : t, r = e.length - 1, l; r >= 0; r--)
|
|
8467
8486
|
(l = e[r]) && (i = (n ? l(t, o, i) : l(i)) || i);
|
|
8468
8487
|
return n && i && V6(t, o, i), i;
|
|
8469
8488
|
};
|
|
8470
|
-
const
|
|
8471
|
-
let
|
|
8489
|
+
const k6 = l2(C);
|
|
8490
|
+
let M6 = 0, O = class extends k6 {
|
|
8472
8491
|
constructor() {
|
|
8473
|
-
super(), this.label = "", this.value = "", this.placeholder = "", this.helperText = "", this.state = "default", this.disabled = !1, this.name = "", this.required = !1, this.rows = 3, this.resize = "none", this.textareaId = "", this.textareaId || (this.textareaId = `o-textarea-${++
|
|
8492
|
+
super(), this.label = "", this.value = "", this.placeholder = "", this.helperText = "", this.state = "default", this.disabled = !1, this.name = "", this.required = !1, this.rows = 3, this.resize = "none", this.textareaId = "", this.textareaId || (this.textareaId = `o-textarea-${++M6}`);
|
|
8474
8493
|
}
|
|
8475
8494
|
updated(e) {
|
|
8476
8495
|
(e.has("value") || e.has("name")) && this[Z1].setFormValue(this.value);
|
|
@@ -8682,43 +8701,43 @@ O.styles = u`
|
|
|
8682
8701
|
--color-content-action-primary: var(--color-content-success, #3b7902);
|
|
8683
8702
|
}
|
|
8684
8703
|
`;
|
|
8685
|
-
|
|
8704
|
+
N([
|
|
8686
8705
|
s({ type: String })
|
|
8687
8706
|
], O.prototype, "label", 2);
|
|
8688
|
-
|
|
8707
|
+
N([
|
|
8689
8708
|
s({ type: String, reflect: !0 })
|
|
8690
8709
|
], O.prototype, "value", 2);
|
|
8691
|
-
|
|
8710
|
+
N([
|
|
8692
8711
|
s({ type: String, reflect: !0 })
|
|
8693
8712
|
], O.prototype, "placeholder", 2);
|
|
8694
|
-
|
|
8713
|
+
N([
|
|
8695
8714
|
s({ type: String, attribute: "helper-text" })
|
|
8696
8715
|
], O.prototype, "helperText", 2);
|
|
8697
|
-
|
|
8716
|
+
N([
|
|
8698
8717
|
s({ type: String, reflect: !0 })
|
|
8699
8718
|
], O.prototype, "state", 2);
|
|
8700
|
-
|
|
8719
|
+
N([
|
|
8701
8720
|
s({ type: Boolean, reflect: !0 })
|
|
8702
8721
|
], O.prototype, "disabled", 2);
|
|
8703
|
-
|
|
8722
|
+
N([
|
|
8704
8723
|
s({ type: String })
|
|
8705
8724
|
], O.prototype, "name", 2);
|
|
8706
|
-
|
|
8725
|
+
N([
|
|
8707
8726
|
s({ type: Boolean })
|
|
8708
8727
|
], O.prototype, "required", 2);
|
|
8709
|
-
|
|
8728
|
+
N([
|
|
8710
8729
|
s({ type: Number })
|
|
8711
8730
|
], O.prototype, "rows", 2);
|
|
8712
|
-
|
|
8731
|
+
N([
|
|
8713
8732
|
s({ type: String, reflect: !0 })
|
|
8714
8733
|
], O.prototype, "resize", 2);
|
|
8715
|
-
|
|
8734
|
+
N([
|
|
8716
8735
|
s({ type: String, reflect: !0, attribute: "textarea-id" })
|
|
8717
8736
|
], O.prototype, "textareaId", 2);
|
|
8718
|
-
|
|
8737
|
+
N([
|
|
8719
8738
|
q1("textarea")
|
|
8720
8739
|
], O.prototype, "textareaEl", 2);
|
|
8721
|
-
O =
|
|
8740
|
+
O = N([
|
|
8722
8741
|
f("o-textarea")
|
|
8723
8742
|
], O);
|
|
8724
8743
|
var _6 = Object.defineProperty, Z6 = Object.getOwnPropertyDescriptor, u1 = (e, t, o, n) => {
|
|
@@ -8726,7 +8745,7 @@ var _6 = Object.defineProperty, Z6 = Object.getOwnPropertyDescriptor, u1 = (e, t
|
|
|
8726
8745
|
(l = e[r]) && (i = (n ? l(t, o, i) : l(i)) || i);
|
|
8727
8746
|
return n && i && _6(t, o, i), i;
|
|
8728
8747
|
};
|
|
8729
|
-
let
|
|
8748
|
+
let U = class extends g(C) {
|
|
8730
8749
|
constructor() {
|
|
8731
8750
|
super(...arguments), this.label = "", this.value = "", this.placeholder = "Search...", this.helperText = "", this.state = "default", this.disabled = !1, this.theme = "default", this.trigger = "input";
|
|
8732
8751
|
}
|
|
@@ -8768,11 +8787,11 @@ let q = class extends g(C) {
|
|
|
8768
8787
|
`;
|
|
8769
8788
|
}
|
|
8770
8789
|
};
|
|
8771
|
-
|
|
8790
|
+
U.shadowRootOptions = {
|
|
8772
8791
|
...C.shadowRootOptions,
|
|
8773
8792
|
delegatesFocus: !0
|
|
8774
8793
|
};
|
|
8775
|
-
|
|
8794
|
+
U.styles = u`
|
|
8776
8795
|
:host {
|
|
8777
8796
|
display: flex;
|
|
8778
8797
|
/* Transparent background for all themes */
|
|
@@ -8794,40 +8813,40 @@ q.styles = u`
|
|
|
8794
8813
|
`;
|
|
8795
8814
|
u1([
|
|
8796
8815
|
s({ type: String })
|
|
8797
|
-
],
|
|
8816
|
+
], U.prototype, "label", 2);
|
|
8798
8817
|
u1([
|
|
8799
8818
|
s({ type: String })
|
|
8800
|
-
],
|
|
8819
|
+
], U.prototype, "value", 2);
|
|
8801
8820
|
u1([
|
|
8802
8821
|
s({ type: String })
|
|
8803
|
-
],
|
|
8822
|
+
], U.prototype, "placeholder", 2);
|
|
8804
8823
|
u1([
|
|
8805
8824
|
s({ type: String, attribute: "helper-text" })
|
|
8806
|
-
],
|
|
8825
|
+
], U.prototype, "helperText", 2);
|
|
8807
8826
|
u1([
|
|
8808
8827
|
s({ type: String, reflect: !0 })
|
|
8809
|
-
],
|
|
8828
|
+
], U.prototype, "state", 2);
|
|
8810
8829
|
u1([
|
|
8811
8830
|
s({ type: Boolean, reflect: !0 })
|
|
8812
|
-
],
|
|
8831
|
+
], U.prototype, "disabled", 2);
|
|
8813
8832
|
u1([
|
|
8814
8833
|
s({ type: String, reflect: !0 })
|
|
8815
|
-
],
|
|
8834
|
+
], U.prototype, "theme", 2);
|
|
8816
8835
|
u1([
|
|
8817
8836
|
s({ type: String })
|
|
8818
|
-
],
|
|
8837
|
+
], U.prototype, "trigger", 2);
|
|
8819
8838
|
u1([
|
|
8820
8839
|
s({ attribute: !1 })
|
|
8821
|
-
],
|
|
8822
|
-
|
|
8840
|
+
], U.prototype, "onSearch", 2);
|
|
8841
|
+
U = u1([
|
|
8823
8842
|
f("o-search-input")
|
|
8824
|
-
],
|
|
8843
|
+
], U);
|
|
8825
8844
|
var S6 = Object.defineProperty, F6 = Object.getOwnPropertyDescriptor, P = (e, t, o, n) => {
|
|
8826
8845
|
for (var i = n > 1 ? void 0 : n ? F6(t, o) : t, r = e.length - 1, l; r >= 0; r--)
|
|
8827
8846
|
(l = e[r]) && (i = (n ? l(t, o, i) : l(i)) || i);
|
|
8828
8847
|
return n && i && S6(t, o, i), i;
|
|
8829
8848
|
};
|
|
8830
|
-
let O6 = 0,
|
|
8849
|
+
let O6 = 0, M = class extends g(C) {
|
|
8831
8850
|
constructor() {
|
|
8832
8851
|
super(...arguments), this.label = "", this.value = "", this.placeholder = "Search...", this.helperText = "", this.state = "default", this.disabled = !1, this.theme = "default", this.options = [], this.searchBy = "value", this.noResultsText = "No results found", this.open = !1, this.filteredOptions = [], this.activeIndex = -1, this._listboxId = `o-search-dropdown-listbox-${++O6}`, this._handleOutsideClick = (e) => {
|
|
8833
8852
|
this.contains(e.target) || (this.open = !1, this.activeIndex = -1);
|
|
@@ -8998,11 +9017,11 @@ let O6 = 0, k = class extends g(C) {
|
|
|
8998
9017
|
`;
|
|
8999
9018
|
}
|
|
9000
9019
|
};
|
|
9001
|
-
|
|
9020
|
+
M.shadowRootOptions = {
|
|
9002
9021
|
...C.shadowRootOptions,
|
|
9003
9022
|
delegatesFocus: !0
|
|
9004
9023
|
};
|
|
9005
|
-
|
|
9024
|
+
M.styles = u`
|
|
9006
9025
|
:host {
|
|
9007
9026
|
display: flex;
|
|
9008
9027
|
position: relative;
|
|
@@ -9082,52 +9101,52 @@ k.styles = u`
|
|
|
9082
9101
|
`;
|
|
9083
9102
|
P([
|
|
9084
9103
|
s({ type: String })
|
|
9085
|
-
],
|
|
9104
|
+
], M.prototype, "label", 2);
|
|
9086
9105
|
P([
|
|
9087
9106
|
s({ type: String })
|
|
9088
|
-
],
|
|
9107
|
+
], M.prototype, "value", 2);
|
|
9089
9108
|
P([
|
|
9090
9109
|
s({ type: String })
|
|
9091
|
-
],
|
|
9110
|
+
], M.prototype, "placeholder", 2);
|
|
9092
9111
|
P([
|
|
9093
9112
|
s({ type: String, attribute: "helper-text" })
|
|
9094
|
-
],
|
|
9113
|
+
], M.prototype, "helperText", 2);
|
|
9095
9114
|
P([
|
|
9096
9115
|
s({ type: String, reflect: !0 })
|
|
9097
|
-
],
|
|
9116
|
+
], M.prototype, "state", 2);
|
|
9098
9117
|
P([
|
|
9099
9118
|
s({ type: Boolean, reflect: !0 })
|
|
9100
|
-
],
|
|
9119
|
+
], M.prototype, "disabled", 2);
|
|
9101
9120
|
P([
|
|
9102
9121
|
s({ type: String, reflect: !0 })
|
|
9103
|
-
],
|
|
9122
|
+
], M.prototype, "theme", 2);
|
|
9104
9123
|
P([
|
|
9105
9124
|
s({ type: Array })
|
|
9106
|
-
],
|
|
9125
|
+
], M.prototype, "options", 2);
|
|
9107
9126
|
P([
|
|
9108
9127
|
s({ type: String, attribute: "search-by" })
|
|
9109
|
-
],
|
|
9128
|
+
], M.prototype, "searchBy", 2);
|
|
9110
9129
|
P([
|
|
9111
9130
|
s({ type: String, attribute: "no-results-text" })
|
|
9112
|
-
],
|
|
9131
|
+
], M.prototype, "noResultsText", 2);
|
|
9113
9132
|
P([
|
|
9114
9133
|
s({ attribute: !1 })
|
|
9115
|
-
],
|
|
9134
|
+
], M.prototype, "onSelect", 2);
|
|
9116
9135
|
P([
|
|
9117
9136
|
t1()
|
|
9118
|
-
],
|
|
9137
|
+
], M.prototype, "open", 2);
|
|
9119
9138
|
P([
|
|
9120
9139
|
t1()
|
|
9121
|
-
],
|
|
9140
|
+
], M.prototype, "filteredOptions", 2);
|
|
9122
9141
|
P([
|
|
9123
9142
|
t1()
|
|
9124
|
-
],
|
|
9143
|
+
], M.prototype, "activeIndex", 2);
|
|
9125
9144
|
P([
|
|
9126
9145
|
q1("o-search-input")
|
|
9127
|
-
],
|
|
9128
|
-
|
|
9146
|
+
], M.prototype, "searchInputEl", 2);
|
|
9147
|
+
M = P([
|
|
9129
9148
|
f("o-search-input-dropdown")
|
|
9130
|
-
],
|
|
9149
|
+
], M);
|
|
9131
9150
|
var A6 = Object.defineProperty, P6 = Object.getOwnPropertyDescriptor, L = (e, t, o, n) => {
|
|
9132
9151
|
for (var i = n > 1 ? void 0 : n ? P6(t, o) : t, r = e.length - 1, l; r >= 0; r--)
|
|
9133
9152
|
(l = e[r]) && (i = (n ? l(t, o, i) : l(i)) || i);
|