@florid-kit/components 2.6.3 → 2.6.5
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/assets/icons/icons.d.ts +2 -0
- package/index.js +142 -98
- package/index.mjs +457 -411
- package/package.json +1 -1
package/index.mjs
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
* Copyright 2019 Google LLC
|
|
4
4
|
* SPDX-License-Identifier: BSD-3-Clause
|
|
5
5
|
*/
|
|
6
|
-
const
|
|
6
|
+
const c2 = globalThis, _2 = c2.ShadowRoot && (c2.ShadyCSS === void 0 || c2.ShadyCSS.nativeShadow) && "adoptedStyleSheets" in Document.prototype && "replace" in CSSStyleSheet.prototype, Z2 = Symbol(), q2 = /* @__PURE__ */ new WeakMap();
|
|
7
7
|
let r0 = class {
|
|
8
8
|
constructor(t, o, n) {
|
|
9
9
|
if (this._$cssResult$ = !0, n !== Z2) throw Error("CSSResult is not constructable. Use `unsafeCSS` or `css` instead.");
|
|
@@ -32,7 +32,7 @@ const v0 = (e) => new r0(typeof e == "string" ? e : e + "", void 0, Z2), u = (e,
|
|
|
32
32
|
}, b0 = (e, t) => {
|
|
33
33
|
if (_2) e.adoptedStyleSheets = t.map((o) => o instanceof CSSStyleSheet ? o : o.styleSheet);
|
|
34
34
|
else for (const o of t) {
|
|
35
|
-
const n = document.createElement("style"), i =
|
|
35
|
+
const n = document.createElement("style"), i = c2.litNonce;
|
|
36
36
|
i !== void 0 && n.setAttribute("nonce", i), n.textContent = o.cssText, e.appendChild(n);
|
|
37
37
|
}
|
|
38
38
|
}, U2 = _2 ? (e) => e : (e) => e instanceof CSSStyleSheet ? ((t) => {
|
|
@@ -45,10 +45,10 @@ const v0 = (e) => new r0(typeof e == "string" ? e : e + "", void 0, Z2), u = (e,
|
|
|
45
45
|
* Copyright 2017 Google LLC
|
|
46
46
|
* SPDX-License-Identifier: BSD-3-Clause
|
|
47
47
|
*/
|
|
48
|
-
const { is: w0, defineProperty: m0, getOwnPropertyDescriptor: y0, getOwnPropertyNames: x0, getOwnPropertySymbols: L0, getPrototypeOf: $0 } = Object, L1 = globalThis, N2 = L1.trustedTypes,
|
|
48
|
+
const { is: w0, defineProperty: m0, getOwnPropertyDescriptor: y0, getOwnPropertyNames: x0, getOwnPropertySymbols: L0, getPrototypeOf: $0 } = Object, L1 = globalThis, N2 = L1.trustedTypes, B0 = N2 ? N2.emptyScript : "", y2 = L1.reactiveElementPolyfillSupport, G1 = (e, t) => e, h2 = { toAttribute(e, t) {
|
|
49
49
|
switch (t) {
|
|
50
50
|
case Boolean:
|
|
51
|
-
e = e ?
|
|
51
|
+
e = e ? B0 : null;
|
|
52
52
|
break;
|
|
53
53
|
case Object:
|
|
54
54
|
case Array:
|
|
@@ -73,7 +73,7 @@ const { is: w0, defineProperty: m0, getOwnPropertyDescriptor: y0, getOwnProperty
|
|
|
73
73
|
}
|
|
74
74
|
}
|
|
75
75
|
return o;
|
|
76
|
-
} }, S2 = (e, t) => !w0(e, t), K2 = { attribute: !0, type: String, converter:
|
|
76
|
+
} }, S2 = (e, t) => !w0(e, t), K2 = { attribute: !0, type: String, converter: h2, reflect: !1, useDefault: !1, hasChanged: S2 };
|
|
77
77
|
Symbol.metadata ?? (Symbol.metadata = Symbol("metadata")), L1.litPropertyMetadata ?? (L1.litPropertyMetadata = /* @__PURE__ */ new WeakMap());
|
|
78
78
|
let I1 = class extends HTMLElement {
|
|
79
79
|
static addInitializer(t) {
|
|
@@ -184,7 +184,7 @@ let I1 = class extends HTMLElement {
|
|
|
184
184
|
var r;
|
|
185
185
|
const n = this.constructor.elementProperties.get(t), i = this.constructor._$Eu(t, n);
|
|
186
186
|
if (i !== void 0 && n.reflect === !0) {
|
|
187
|
-
const l = (((r = n.converter) == null ? void 0 : r.toAttribute) !== void 0 ? n.converter :
|
|
187
|
+
const l = (((r = n.converter) == null ? void 0 : r.toAttribute) !== void 0 ? n.converter : h2).toAttribute(o, n.type);
|
|
188
188
|
this._$Em = t, l == null ? this.removeAttribute(i) : this.setAttribute(i, l), this._$Em = null;
|
|
189
189
|
}
|
|
190
190
|
}
|
|
@@ -192,7 +192,7 @@ let I1 = class extends HTMLElement {
|
|
|
192
192
|
var r, l;
|
|
193
193
|
const n = this.constructor, i = n._$Eh.get(t);
|
|
194
194
|
if (i !== void 0 && this._$Em !== i) {
|
|
195
|
-
const c = n.getPropertyOptions(i), d = typeof c.converter == "function" ? { fromAttribute: c.converter } : ((r = c.converter) == null ? void 0 : r.fromAttribute) !== void 0 ? c.converter :
|
|
195
|
+
const c = n.getPropertyOptions(i), d = typeof c.converter == "function" ? { fromAttribute: c.converter } : ((r = c.converter) == null ? void 0 : r.fromAttribute) !== void 0 ? c.converter : h2;
|
|
196
196
|
this._$Em = i, this[i] = d.fromAttribute(o, c.type) ?? ((l = this._$Ej) == null ? void 0 : l.get(i)) ?? null, this._$Em = null;
|
|
197
197
|
}
|
|
198
198
|
}
|
|
@@ -282,22 +282,22 @@ I1.elementStyles = [], I1.shadowRootOptions = { mode: "open" }, I1[G1("elementPr
|
|
|
282
282
|
* Copyright 2017 Google LLC
|
|
283
283
|
* SPDX-License-Identifier: BSD-3-Clause
|
|
284
284
|
*/
|
|
285
|
-
const Q1 = globalThis,
|
|
285
|
+
const Q1 = globalThis, d2 = Q1.trustedTypes, W2 = d2 ? d2.createPolicy("lit-html", { createHTML: (e) => e }) : void 0, s0 = "$lit$", x1 = `lit$${Math.random().toFixed(9).slice(2)}$`, l0 = "?" + x1, H0 = `<${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), G = Symbol.for("lit-noChange"), h = Symbol.for("lit-nothing"), J2 = /* @__PURE__ */ new WeakMap(),
|
|
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(), M1 = _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 M0 = (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++) {
|
|
296
296
|
const d = e[c];
|
|
297
|
-
let v, b, p = -1,
|
|
298
|
-
for (;
|
|
297
|
+
let v, b, p = -1, B = 0;
|
|
298
|
+
for (; B < d.length && (l.lastIndex = B, b = l.exec(d), b !== null); ) B = l.lastIndex, l === W1 ? b[1] === "!--" ? l = G2 : b[1] !== void 0 ? l = Q2 : b[2] !== void 0 ? (a0.test(b[2]) && (i = RegExp("</" + b[2], "g")), l = E1) : b[3] !== void 0 && (l = E1) : l === E1 ? b[0] === ">" ? (l = i ?? W1, p = -1) : b[1] === void 0 ? p = -2 : (p = l.lastIndex - b[2].length, v = b[1], l = b[3] === void 0 ? E1 : b[3] === '"' ? Y2 : X2) : l === Y2 || l === X2 ? l = E1 : l === G2 || l === Q2 ? l = W1 : (l = E1, i = void 0);
|
|
299
299
|
const Z = l === E1 && e[c + 1].startsWith("/>") ? " " : "";
|
|
300
|
-
r += l === W1 ? d +
|
|
300
|
+
r += l === W1 ? d + H0 : p >= 0 ? (n.push(v), d.slice(0, p) + s0 + d.slice(p) + x1 + Z) : d + x1 + (p === -2 ? c : Z);
|
|
301
301
|
}
|
|
302
302
|
return [c0(e, r + (e[o] || "<?>") + (t === 2 ? "</svg>" : t === 3 ? "</math>" : "")), n];
|
|
303
303
|
};
|
|
@@ -306,23 +306,23 @@ 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] = M0(t, o);
|
|
310
|
+
if (this.el = t2.createElement(v, n), M1.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 = M1.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
|
|
318
|
-
d.push({ type: 1, index: r, name: K[2], strings: Z, ctor: K[1] === "." ? _0 : K[1] === "?" ? Z0 : K[1] === "@" ? S0 :
|
|
317
|
+
const B = b[l++], Z = i.getAttribute(p).split(x1), K = /([.?@])?(.*)/.exec(B);
|
|
318
|
+
d.push({ type: 1, index: r, name: K[2], strings: Z, ctor: K[1] === "." ? _0 : K[1] === "?" ? Z0 : K[1] === "@" ? S0 : C2 }), 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
|
-
const p = i.textContent.split(x1),
|
|
322
|
-
if (
|
|
323
|
-
i.textContent =
|
|
324
|
-
for (let Z = 0; Z <
|
|
325
|
-
i.append(p[
|
|
321
|
+
const p = i.textContent.split(x1), B = p.length - 1;
|
|
322
|
+
if (B > 0) {
|
|
323
|
+
i.textContent = d2 ? d2.emptyScript : "";
|
|
324
|
+
for (let Z = 0; Z < B; Z++) i.append(p[Z], Y1()), M1.nextNode(), d.push({ type: 2, index: ++r });
|
|
325
|
+
i.append(p[B], Y1());
|
|
326
326
|
}
|
|
327
327
|
}
|
|
328
328
|
} else if (i.nodeType === 8) if (i.data === l0) d.push({ type: 2, index: r });
|
|
@@ -345,7 +345,7 @@ function z1(e, t, o = e, n) {
|
|
|
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 k0 {
|
|
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 M0 {
|
|
|
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
|
+
M1.currentNode = i;
|
|
361
|
+
let r = M1.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 = M1.nextNode(), l++);
|
|
368
368
|
}
|
|
369
|
-
return
|
|
369
|
+
return M1.currentNode = _1, i;
|
|
370
370
|
}
|
|
371
371
|
p(t) {
|
|
372
372
|
let o = 0;
|
|
@@ -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 k0(i, this), c = l.u(this.options);
|
|
413
413
|
l.p(o), this.T(c), this._$AH = l;
|
|
414
414
|
}
|
|
415
415
|
}
|
|
@@ -436,7 +436,7 @@ class s2 {
|
|
|
436
436
|
this._$AM === void 0 && (this._$Cv = t, (o = this._$AP) == null || o.call(this, t));
|
|
437
437
|
}
|
|
438
438
|
}
|
|
439
|
-
class
|
|
439
|
+
class C2 {
|
|
440
440
|
get tagName() {
|
|
441
441
|
return this.element.tagName;
|
|
442
442
|
}
|
|
@@ -461,7 +461,7 @@ class u2 {
|
|
|
461
461
|
t === h ? this.element.removeAttribute(this.name) : this.element.setAttribute(this.name, t ?? "");
|
|
462
462
|
}
|
|
463
463
|
}
|
|
464
|
-
class _0 extends
|
|
464
|
+
class _0 extends C2 {
|
|
465
465
|
constructor() {
|
|
466
466
|
super(...arguments), this.type = 3;
|
|
467
467
|
}
|
|
@@ -469,7 +469,7 @@ class _0 extends u2 {
|
|
|
469
469
|
this.element[this.name] = t === h ? void 0 : t;
|
|
470
470
|
}
|
|
471
471
|
}
|
|
472
|
-
class Z0 extends
|
|
472
|
+
class Z0 extends C2 {
|
|
473
473
|
constructor() {
|
|
474
474
|
super(...arguments), this.type = 4;
|
|
475
475
|
}
|
|
@@ -477,7 +477,7 @@ class Z0 extends u2 {
|
|
|
477
477
|
this.element.toggleAttribute(this.name, !!t && t !== h);
|
|
478
478
|
}
|
|
479
479
|
}
|
|
480
|
-
class S0 extends
|
|
480
|
+
class S0 extends C2 {
|
|
481
481
|
constructor(t, o, n, i, r) {
|
|
482
482
|
super(t, o, n, i, r), this.type = 5;
|
|
483
483
|
}
|
|
@@ -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 k1 = globalThis;
|
|
522
522
|
let C = class extends I1 {
|
|
523
523
|
constructor() {
|
|
524
524
|
super(...arguments), this.renderOptions = { host: this }, this._$Do = void 0;
|
|
@@ -545,10 +545,10 @@ let C = class extends I1 {
|
|
|
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 = k1.litElementHydrateSupport) == null || n0.call(k1, { LitElement: C });
|
|
549
|
+
const $2 = k1.litElementPolyfillSupport;
|
|
550
550
|
$2 == null || $2({ LitElement: C });
|
|
551
|
-
(
|
|
551
|
+
(k1.litElementVersions ?? (k1.litElementVersions = [])).push("4.2.0");
|
|
552
552
|
/**
|
|
553
553
|
* @license
|
|
554
554
|
* Copyright 2017 Google LLC
|
|
@@ -564,7 +564,7 @@ const f = (e) => (t, o) => {
|
|
|
564
564
|
* Copyright 2017 Google LLC
|
|
565
565
|
* SPDX-License-Identifier: BSD-3-Clause
|
|
566
566
|
*/
|
|
567
|
-
const A0 = { attribute: !0, type: String, converter:
|
|
567
|
+
const A0 = { attribute: !0, type: String, converter: h2, reflect: !1, hasChanged: S2 }, P0 = (e = A0, t, o) => {
|
|
568
568
|
const { kind: n, metadata: i } = o;
|
|
569
569
|
let r = globalThis.litPropertyMetadata.get(i);
|
|
570
570
|
if (r === void 0 && globalThis.litPropertyMetadata.set(i, r = /* @__PURE__ */ new Map()), n === "setter" && ((e = Object.create(e)).wrapped = !0), r.set(o.name, e), n === "accessor") {
|
|
@@ -621,7 +621,7 @@ function q1(e, t) {
|
|
|
621
621
|
} });
|
|
622
622
|
};
|
|
623
623
|
}
|
|
624
|
-
const
|
|
624
|
+
const l1 = u`
|
|
625
625
|
outline: 1px dashed var(--color-border-primary);
|
|
626
626
|
outline-offset: 2px;
|
|
627
627
|
`;
|
|
@@ -657,12 +657,12 @@ const O2 = u`
|
|
|
657
657
|
* Copyright 2023 Google LLC
|
|
658
658
|
* SPDX-License-Identifier: Apache-2.0
|
|
659
659
|
*/
|
|
660
|
-
const Z1 = Symbol("internals"),
|
|
660
|
+
const Z1 = Symbol("internals"), B2 = Symbol("privateInternals");
|
|
661
661
|
function l2(e) {
|
|
662
662
|
var t;
|
|
663
663
|
class o extends e {
|
|
664
664
|
get [(t = Z1, t)]() {
|
|
665
|
-
return this[
|
|
665
|
+
return this[B2] || (this[B2] = this.attachInternals()), this[B2];
|
|
666
666
|
}
|
|
667
667
|
}
|
|
668
668
|
return o;
|
|
@@ -692,11 +692,11 @@ function q0() {
|
|
|
692
692
|
try {
|
|
693
693
|
c = new PerformanceObserver((b) => {
|
|
694
694
|
b.getEntries().forEach((p) => {
|
|
695
|
-
const
|
|
696
|
-
|
|
695
|
+
const B = p;
|
|
696
|
+
B.hadRecentInput || (B.sources ?? []).forEach((Z) => {
|
|
697
697
|
var V1, N1;
|
|
698
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) +
|
|
699
|
+
K != null && K.startsWith("o-") && l.set(K, (l.get(K) ?? 0) + B.value);
|
|
700
700
|
});
|
|
701
701
|
});
|
|
702
702
|
}), c.observe({ type: "layout-shift", buffered: !0 });
|
|
@@ -704,7 +704,7 @@ 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")),
|
|
707
|
+
const b = [...e.entries()], p = b.filter(([S]) => S.includes(":init")), B = b.filter(([S]) => S.includes(":to-paint")), Z = p.reduce((S, [, V]) => S + V.count, 0), K = B.length > 0 ? B : 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",
|
|
@@ -714,7 +714,7 @@ function q0() {
|
|
|
714
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
|
-
if (p.length > 0 && (console.groupCollapsed("JS (Lit render)"), console.table(Object.fromEntries(p.map(N1))), console.groupEnd()),
|
|
717
|
+
if (p.length > 0 && (console.groupCollapsed("JS (Lit render)"), console.table(Object.fromEntries(p.map(N1))), console.groupEnd()), B.length > 0)
|
|
718
718
|
if (Z > 1)
|
|
719
719
|
console.groupCollapsed(
|
|
720
720
|
`🎨 To first paint: ~${V1.toFixed(0)}ms — time until the browser painted all ${Z} components (expand for details)`
|
|
@@ -734,7 +734,7 @@ How to investigate per-component CSS/layout cost:
|
|
|
734
734
|
individual CSS recalc + layout + paint overhead.`
|
|
735
735
|
), console.groupEnd();
|
|
736
736
|
else {
|
|
737
|
-
console.groupCollapsed("To first paint (JS + CSS layout)"), console.table(Object.fromEntries(
|
|
737
|
+
console.groupCollapsed("To first paint (JS + CSS layout)"), console.table(Object.fromEntries(B.map(N1))), console.groupEnd();
|
|
738
738
|
const S = p.flatMap(([V, W]) => {
|
|
739
739
|
const T = e.get(V.replace(":init", ":to-paint"));
|
|
740
740
|
if (!T) return [];
|
|
@@ -802,8 +802,8 @@ element size change on mount (min-height, aspect-ratio, or skeleton placeholder)
|
|
|
802
802
|
}, v = new PerformanceObserver((b) => {
|
|
803
803
|
b.getEntries().filter((p) => p.name.endsWith(":init") || p.name.endsWith(":to-paint")).forEach((p) => {
|
|
804
804
|
var Z;
|
|
805
|
-
const
|
|
806
|
-
T0(e, j0(p.name,
|
|
805
|
+
const B = (Z = p.detail) == null ? void 0 : Z.parent;
|
|
806
|
+
T0(e, j0(p.name, B), p.duration), t.push({ name: p.name, start: p.startTime, end: p.startTime + p.duration });
|
|
807
807
|
}), clearTimeout(n), n = setTimeout(d, 500);
|
|
808
808
|
});
|
|
809
809
|
setTimeout(d, 5e3), v.observe({ type: "measure", buffered: !0 });
|
|
@@ -1011,11 +1011,11 @@ const N0 = `<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="h
|
|
|
1011
1011
|
<path d="M5.3591 5.46338V9.74767H10.6497V5.46338L7.99938 3.08655L5.3591 5.46338ZM9.48953 6.00266V8.55925H6.51922V6.00266L7.99938 4.66445L9.48953 6.00266Z" fill="#3F2B2E"/>
|
|
1012
1012
|
<path d="M14 6.16245C13.94 5.20373 13.68 4.26498 13.2399 3.43609L13.1399 3.25632C12.1498 1.60852 10.0896 0.5 7.99938 0.5C5.80915 0.509987 3.69893 1.67843 2.75883 3.43609C2.05876 4.7743 1.82873 6.41212 2.12877 8.05992C2.97885 12.9334 7.55933 15.2703 7.74935 15.3702L7.99938 15.5L8.2494 15.3702C8.2494 15.3702 8.59944 15.1904 9.13949 14.8409C10.5296 13.9121 13.8 11.2756 13.99 6.91145V6.17244L14 6.16245ZM8.50943 13.8422C8.30941 13.982 8.12939 14.0819 7.99938 14.1618C7.06928 13.6225 3.89895 11.5153 3.26888 7.8502C3.02886 6.48202 3.20888 5.08389 3.77894 4.00533C4.50901 2.64714 6.24919 1.6984 8.00938 1.6984C9.76956 1.6984 11.3797 2.57723 12.1498 3.86551L12.2298 4.01531C12.5799 4.68442 12.7999 5.4534 12.8399 6.2024V6.8715C12.6799 10.5266 10.0596 12.8036 8.50943 13.8322V13.8422Z" fill="#3F2B2E"/>
|
|
1013
1013
|
</svg>
|
|
1014
|
-
`,
|
|
1014
|
+
`, B3 = `<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
1015
1015
|
<path d="M8 8.15V14.46H16.02V8.15L12 4.67L8 8.15ZM14.75 8.72V13.22H9.26V8.72L12 6.34L14.75 8.72Z" fill="#3F2B2E"/>
|
|
1016
1016
|
<path d="M21.5 9.14C21.41 7.67 21 6.23 20.3 4.97L20.15 4.7C18.59 2.19 15.32 0.5 12 0.5C8.52 0.5 5.19 2.29 3.7 4.95C2.58 7 2.23 9.52 2.7 12.05C4.06 19.6 11.41 23.22 11.72 23.37L12 23.5L12.28 23.37C12.28 23.37 12.86 23.09 13.7 22.55C15.94 21.11 21.19 17.02 21.5 10.28V9.14ZM13.01 21.5C12.58 21.78 12.23 21.98 12 22.1C10.68 21.38 5.04 17.96 3.95 11.83C3.53 9.61 3.85 7.32 4.81 5.55C6.06 3.31 9.02 1.75 12 1.75C14.98 1.75 17.73 3.2 19.05 5.33L19.19 5.57C19.79 6.66 20.15 7.92 20.23 9.17V10.25C19.96 16.16 15.59 19.83 13.01 21.5Z" fill="#3F2B2E"/>
|
|
1017
1017
|
</svg>
|
|
1018
|
-
`,
|
|
1018
|
+
`, H3 = `<svg width="12" height="12" viewBox="0 0 12 12" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
1019
1019
|
<path fill-rule="evenodd" clip-rule="evenodd" d="M11.46 0.84L11.5 0.59L11.01 0.5L10.97 0.75C10.85 1.43 10.88 2.4 10.92 3.05L10.08 2.21C8.98 1.14 7.53 0.55 6 0.55C2.98 0.55 0.52 3.01 0.52 6.03H1.02C1.02 3.28 3.25 1.05 5.99 1.05C7.39 1.05 8.72 1.6 9.72 2.57L10.55 3.4C10 3.37 9.18 3.35 8.28 3.46L8.03 3.49L8.09 3.98L8.34 3.95C9.84 3.77 11.16 3.95 11.18 3.95L11.49 3.99L11.46 3.67C11.46 3.67 11.28 1.85 11.46 0.83V0.84Z" fill="#432A2E"/>
|
|
1020
1020
|
<path fill-rule="evenodd" clip-rule="evenodd" d="M5.99 11.01C4.59 11.01 3.26 10.46 2.26 9.49L1.41 8.64C1.99 8.67 2.85 8.68 3.69 8.6L3.64 8.1C2.29 8.23 0.8 8.1 0.79 8.1L0.5 8.07L0.52 8.36C0.52 8.36 0.63 9.76 0.52 11.23L1.02 11.27C1.09 10.38 1.08 9.54 1.06 8.98L1.91 9.84C3.01 10.91 4.46 11.5 5.99 11.5C9.01 11.5 11.46 9.04 11.46 6.02H10.96C10.96 8.77 8.73 11 5.99 11V11.01Z" fill="#432A2E"/>
|
|
1021
1021
|
<path fill-rule="evenodd" clip-rule="evenodd" d="M4.93 3.82V3.9C4.84 5.87 4.65 8.95 4.51 9.38V9.77H7.25L7.5 9.72V9.46L7.48 9.37C7.34 8.98 7.15 5.81 7.06 3.9V3.82L6.68 3.33H5.29L4.93 3.82ZM5.44 4L5.56 3.84H6.44L6.56 4C6.56 4.15 6.58 4.43 6.6 4.78C6.47 4.58 6.26 4.43 6 4.43C5.74 4.43 5.53 4.57 5.4 4.78C5.42 4.43 5.43 4.15 5.44 4ZM6.21 5.15C6.21 5.27 6.12 5.36 6 5.36C5.88 5.36 5.79 5.26 5.79 5.15C5.79 5.04 5.88 4.94 6 4.94C6.12 4.94 6.21 5.04 6.21 5.15ZM6 5.88C6.28 5.88 6.52 5.71 6.64 5.48C6.71 6.8 6.82 8.55 6.94 9.26H5.06C5.18 8.52 5.29 6.78 5.36 5.48C5.48 5.72 5.72 5.89 6 5.89V5.88Z" fill="#432A2E"/>
|
|
@@ -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
|
+
`, M3 = `<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
|
+
`, k3 = `<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">
|
|
@@ -1236,10 +1236,10 @@ const N0 = `<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="h
|
|
|
1236
1236
|
`, $t = `<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
1237
1237
|
<path fill-rule="evenodd" clip-rule="evenodd" d="M1 8C1 4.13401 4.13401 1 8 1C11.866 1 15 4.13401 15 8C15 11.866 11.866 15 8 15C4.13401 15 1 11.866 1 8ZM11.3723 11.3723C11.5433 11.2012 11.5433 10.9238 11.3723 10.7527L8.61863 8L11.3714 5.24725C11.5372 5.07558 11.5348 4.80271 11.366 4.63395C11.1973 4.4652 10.9244 4.46282 10.7527 4.62862L8 7.38137L5.24638 4.62862C5.07471 4.46282 4.80184 4.4652 4.63308 4.63395C4.46432 4.80271 4.46195 5.07558 4.62775 5.24725L7.38138 8L4.62775 10.7536C4.51419 10.8636 4.46881 11.0264 4.50907 11.1793C4.54932 11.3322 4.66894 11.4514 4.82196 11.4913C4.97497 11.5311 5.13756 11.4852 5.24725 11.3714L8 8.61862L10.7527 11.3723C10.9238 11.5433 11.2012 11.5433 11.3723 11.3723Z" fill="#3F2B2E"/>
|
|
1238
1238
|
</svg>
|
|
1239
|
-
`,
|
|
1239
|
+
`, Bt = `<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
1240
1240
|
<path fill-rule="evenodd" clip-rule="evenodd" d="M2 12C2 6.47715 6.47715 2 12 2C17.5228 2 22 6.47715 22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12ZM16.8175 16.8174C17.0619 16.573 17.0619 16.1768 16.8175 15.9324L12.8837 11.9999L16.8162 8.06743C17.0531 7.8222 17.0497 7.43238 16.8086 7.1913C16.5675 6.95021 16.1777 6.94683 15.9325 7.18368L12 11.1162L8.06624 7.18368C7.821 6.94683 7.43119 6.95021 7.1901 7.1913C6.94902 7.43238 6.94563 7.8222 7.18249 8.06743L11.1162 11.9999L7.18249 15.9337C7.02026 16.0908 6.95544 16.3233 7.01294 16.5417C7.07045 16.7602 7.24134 16.9306 7.45993 16.9875C7.67852 17.0443 7.9108 16.9789 8.06749 16.8162L12 12.8837L15.9325 16.8174C16.1769 17.0618 16.5731 17.0618 16.8175 16.8174Z" fill="#3F2B2E"/>
|
|
1241
1241
|
</svg>
|
|
1242
|
-
`,
|
|
1242
|
+
`, Ht = `<svg width="12" height="12" viewBox="0 0 12 12" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
1243
1243
|
<path d="M11 1.56L10.44 1L6 5.44L1.56 1L1 1.56L5.44 6L1 10.44L1.56 11L6 6.56L10.44 11L11 10.44L6.56 6L11 1.56Z" fill="#3F2B2E"/>
|
|
1244
1244
|
</svg>
|
|
1245
1245
|
`, Vt = `<svg width="16" height="16" viewBox="0 0 16 16" 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
|
+
`, Mt = `<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
|
+
`, kt = `<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"/>
|
|
@@ -1499,13 +1499,13 @@ const N0 = `<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="h
|
|
|
1499
1499
|
<path d="M4.22751 7.04H1.42938V8.06H4.22751V7.04Z" fill="#3F2B2E"/>
|
|
1500
1500
|
<path d="M6.9457 2.5L5.11692 4.74V13.5H15.5V4.74L13.6712 2.5H6.9457ZM7.44537 3.52H13.1516L14.001 4.56H6.59594L7.44537 3.52ZM6.15623 12.48V5.58H14.4407V12.48H6.15623Z" fill="#3F2B2E"/>
|
|
1501
1501
|
</svg>
|
|
1502
|
-
`,
|
|
1502
|
+
`, Be = `<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
1503
1503
|
<path d="M18.61 9.45H12.81V10.47H18.61V9.45Z" fill="#3F2B2E"/>
|
|
1504
1504
|
<path d="M6.29 13.53H0.5V14.55H6.29V13.53Z" fill="#3F2B2E"/>
|
|
1505
1505
|
<path d="M6.3 10.81H1.95V11.83H6.3V10.81Z" fill="#3F2B2E"/>
|
|
1506
1506
|
<path d="M20.79 4H10.63L7.92 7.2V20H23.5V7.2L20.79 4ZM11.15 5.02H20.27L22.02 7.09H9.4L11.15 5.02ZM9.01 18.98V8.11H22.41V18.98H9.01Z" fill="#3F2B2E"/>
|
|
1507
1507
|
</svg>
|
|
1508
|
-
`,
|
|
1508
|
+
`, He = `<svg width="12" height="12" viewBox="0 0 12 12" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
1509
1509
|
<path d="M8.18 3.44V2.43C8.16 2.1 8.07 1.78 7.87 1.44C7.51 0.88 6.76 0.5 6 0.5C5.34 0.5 4.5 0.8 4.08 1.51L4.03 1.62C3.89 1.91 3.82 2.23 3.82 2.56V3.44H2V9.72L2.12 9.83C2.78 10.45 4.16 11.5 6 11.5C7.84 11.5 9.26 10.45 9.89 9.82L10 9.71V3.44H8.18ZM4.55 2.56C4.55 2.34 4.6 2.12 4.69 1.94L4.73 1.86C4.95 1.5 5.48 1.23 6.01 1.23C6.54 1.23 7.04 1.48 7.29 1.86C7.4 2.04 7.45 2.25 7.47 2.45V3.44H4.56V2.56H4.55ZM6 10.77C4.5 10.77 3.34 9.96 2.73 9.41V4.18H9.27V9.41C8.69 9.96 7.57 10.77 6.01 10.77H6Z" fill="#3F2B2E"/>
|
|
1510
1510
|
<path d="M7.26 6.3C7.01 5.89 6.52 5.62 6.01 5.62C5.5 5.62 4.96 5.91 4.73 6.34L4.69 6.43C4.6 6.64 4.55 6.86 4.55 7.09V7.19C4.57 7.39 4.61 7.58 4.69 7.75L4.76 7.88C4.94 8.19 5.27 8.42 5.64 8.51V9.66H6.37V8.51C6.77 8.41 7.12 8.17 7.3 7.84L7.34 7.75C7.43 7.54 7.48 7.32 7.48 7.09V7C7.47 6.77 7.41 6.54 7.27 6.3H7.26ZM6.65 7.5C6.44 7.89 5.64 7.97 5.35 7.45C5.31 7.36 5.28 7.26 5.28 7.09C5.28 6.96 5.3 6.84 5.37 6.69C5.48 6.49 5.74 6.35 6.01 6.35C6.28 6.35 6.53 6.49 6.65 6.69C6.71 6.79 6.74 6.91 6.74 7.09C6.74 7.22 6.71 7.34 6.65 7.49V7.5Z" fill="#3F2B2E"/>
|
|
1511
1511
|
</svg>
|
|
@@ -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
|
+
`, Me = `<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
|
+
`, ke = `<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>
|
|
@@ -1698,10 +1698,10 @@ const N0 = `<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="h
|
|
|
1698
1698
|
`, $4 = `<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
1699
1699
|
<path d="M15 4.15L12.93 1.75L2.81 1.8L1 4.08L1.68 4.27C1.85 4.32 2.05 4.37 2.25 4.42V14.25H13.74V4.41C13.86 4.38 13.99 4.36 14.1 4.33L14.99 4.14L15 4.15ZM3.26 2.74L12.5 2.69L13.24 3.55C11.82 3.84 10.18 4.11 7.85 4.11C5.52 4.11 3.85 3.83 2.62 3.54L3.26 2.74ZM10.39 13.25H8.48V7.69C9.32 7.85 9.99 8.43 10.39 8.85V13.25ZM7.55 13.25H5.64V8.84C6.01 8.41 6.66 7.84 7.55 7.68V13.25ZM12.81 13.31H11.32V8.49L11.21 8.36C10.67 7.74 9.54 6.7 8.02 6.7C6.41 6.7 5.32 7.75 4.82 8.38L4.72 8.51V13.32H3.2V4.63C4.41 4.86 5.98 5.06 7.87 5.06C9.94 5.06 11.52 4.84 12.83 4.6V13.31H12.81Z" fill="#3F2B2E"/>
|
|
1700
1700
|
</svg>
|
|
1701
|
-
`,
|
|
1701
|
+
`, B4 = `<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
1702
1702
|
<path d="M23 5.82175L19.98 2.5L3.64 2.58004L1 5.74171L1.73 5.93181C2.07 6.02185 2.45 6.1119 2.86 6.20195V21.5H21.17V6.19194C21.45 6.14192 21.73 6.08189 21.99 6.03186L23 5.83175V5.82175ZM4.13 3.54055L19.54 3.46051L21.13 5.21143C18.78 5.67167 15.87 6.18194 11.79 6.18194C7.71 6.18194 4.79 5.68167 2.74 5.20142L4.13 3.54055ZM16.2 20.4595H12.54V11.2146C14.19 11.4047 15.49 12.4752 16.2 13.2256V20.4595ZM11.54 20.4595H7.88V13.2156C8.55 12.4652 9.8 11.3947 11.54 11.2146V20.4595ZM20.17 20.5495H17.19V12.8655L17.07 12.7254C16.22 11.7849 14.43 10.2141 12.04 10.2141C9.51 10.2141 7.79 11.7949 6.99 12.7354L6.88 12.8655V20.5395H3.86V6.42206C5.88 6.81227 8.54 7.14244 11.78 7.14244C15.32 7.14244 17.98 6.77225 20.17 6.37204V20.5495Z" fill="#3F2B2E"/>
|
|
1703
1703
|
</svg>
|
|
1704
|
-
`,
|
|
1704
|
+
`, H4 = `<svg width="12" height="12" viewBox="0 0 12 12" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
1705
1705
|
<path d="M6 1C8.76142 1 11 3.23858 11 6C11 8.76142 8.76142 11 6 11C3.23858 11 1 8.76142 1 6C1 3.23858 3.23858 1 6 1ZM6 7.66667C5.76988 7.66667 5.58333 7.85321 5.58333 8.08333C5.58333 8.31345 5.76988 8.5 6 8.5C6.23012 8.5 6.41667 8.31345 6.41667 8.08333C6.41667 7.85321 6.23012 7.66667 6 7.66667ZM6 3.91667C5.76988 3.91667 5.58333 4.10321 5.58333 4.33333V6.83333C5.58333 7.06345 5.76988 7.25 6 7.25C6.23012 7.25 6.41667 7.06345 6.41667 6.83333V4.33333C6.41667 4.10321 6.23012 3.91667 6 3.91667Z" fill="#3F2B2E"/>
|
|
1706
1706
|
</svg>
|
|
1707
1707
|
`, V4 = `<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/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
|
+
`, M4 = `<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
|
+
`, k4 = `<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"/>
|
|
@@ -1752,7 +1752,25 @@ const N0 = `<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="h
|
|
|
1752
1752
|
<path d="M15.14 9.34H13.76V17.46H15.14V9.34Z" fill="#3F2B2E"/>
|
|
1753
1753
|
<path d="M17.58 4.72831V3.01908C17.58 1.32985 16.17 1 14.45 1H9.56C7.83 1 6.43 1.32985 6.43 3.01908V4.72831H2V6.08769H2.76L4.76 19.9414C4.76 21.6306 6.17 23 7.89 23H16.11C17.84 23 19.24 21.6306 19.24 19.9414L21.24 6.08769H22V4.72831H17.58ZM7.8 3.01908C7.8 2.07951 8.59 2.35938 9.56 2.35938H14.45C15.42 2.35938 16.21 2.07951 16.21 3.01908V4.72831H7.8V3.01908ZM17.87 19.9314C17.87 20.871 17.08 21.6406 16.11 21.6406H7.89C6.92 21.6406 6.13 20.871 6.13 19.9314L4.13 6.07769H19.87L17.87 19.9314Z" fill="#3F2B2E"/>
|
|
1754
1754
|
</svg>
|
|
1755
|
-
`, P4 =
|
|
1755
|
+
`, P4 = `<svg width="12" height="12" viewBox="0 0 12 12" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
1756
|
+
<path d="M5.19801 3.40012C5.59108 2.86663 6.40893 2.86663 6.80199 3.40012L9.81468 7.48915C10.2806 8.12156 9.81433 9 9.01269 9L2.98731 9C2.18567 9 1.71938 8.12156 2.18532 7.48915L5.19801 3.40012Z" fill="#3F2B2E"/>
|
|
1757
|
+
</svg>
|
|
1758
|
+
`, I4 = `<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
1759
|
+
<path d="M7.20498 4.36894C7.60821 3.87702 8.39179 3.87702 8.79502 4.36894L13.786 10.4576C14.3005 11.0854 13.8291 12 12.991 12L3.00905 12C2.17092 12 1.69947 11.0854 2.21403 10.4576L7.20498 4.36894Z" fill="#3F2B2E"/>
|
|
1760
|
+
</svg>
|
|
1761
|
+
`, z4 = `<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
1762
|
+
<path d="M11.2154 7.35195C11.621 6.88268 12.379 6.88268 12.7846 7.35195L19.7689 15.4327C20.3105 16.0593 19.8396 17 18.9843 17L5.01565 17C4.16044 17 3.68952 16.0593 4.23107 15.4327L11.2154 7.35195Z" fill="#3F2B2E"/>
|
|
1763
|
+
</svg>
|
|
1764
|
+
`, D4 = `<svg width="12" height="12" viewBox="0 0 12 12" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
1765
|
+
<path d="M6.80199 8.59988C6.40892 9.13337 5.59107 9.13337 5.19801 8.59988L2.18532 4.51085C1.71938 3.87844 2.18567 3 2.98731 3L9.01269 3C9.81433 3 10.2806 3.87845 9.81468 4.51085L6.80199 8.59988Z" fill="#3F2B2E"/>
|
|
1766
|
+
</svg>
|
|
1767
|
+
`, T4 = `<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
1768
|
+
<path d="M8.79502 11.6311C8.39179 12.123 7.60821 12.123 7.20498 11.6311L2.21403 5.54238C1.69947 4.91464 2.17092 4 3.00905 4L12.991 4C13.8291 4 14.3005 4.91465 13.786 5.54238L8.79502 11.6311Z" fill="#3F2B2E"/>
|
|
1769
|
+
</svg>
|
|
1770
|
+
`, R4 = `<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
1771
|
+
<path d="M12.7846 16.648C12.379 17.1173 11.621 17.1173 11.2154 16.648L4.23107 8.56728C3.68952 7.94072 4.16044 7 5.01565 7L18.9843 7C19.8396 7 20.3105 7.94072 19.7689 8.56729L12.7846 16.648Z" fill="#3F2B2E"/>
|
|
1772
|
+
</svg>
|
|
1773
|
+
`, j4 = {
|
|
1756
1774
|
wishlist: N0,
|
|
1757
1775
|
playerv: K0,
|
|
1758
1776
|
chevronRight: W0,
|
|
@@ -1781,9 +1799,9 @@ const N0 = `<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="h
|
|
|
1781
1799
|
sliderLeftArrow: y3,
|
|
1782
1800
|
sliderRightArrow: x3
|
|
1783
1801
|
}, A2 = {
|
|
1784
|
-
"occ-address": { small: L3, medium: $3, large:
|
|
1785
|
-
"occ-autorep": { small:
|
|
1786
|
-
"occ-back": { small:
|
|
1802
|
+
"occ-address": { small: L3, medium: $3, large: B3 },
|
|
1803
|
+
"occ-autorep": { small: H3, medium: V3, large: E3 },
|
|
1804
|
+
"occ-back": { small: M3, medium: k3, large: _3 },
|
|
1787
1805
|
"occ-bag-filled": { small: Z3, medium: S3, large: F3 },
|
|
1788
1806
|
"occ-bag-outlined": { small: O3, medium: A3, large: P3 },
|
|
1789
1807
|
"occ-bag-strike": { small: I3, medium: z3, large: D3 },
|
|
@@ -1799,9 +1817,9 @@ const N0 = `<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="h
|
|
|
1799
1817
|
"occ-chevron-left": { small: ut, medium: gt, large: ft },
|
|
1800
1818
|
"occ-chevron-right": { small: vt, medium: bt, large: wt },
|
|
1801
1819
|
"occ-chevron-top": { small: mt, medium: yt, large: xt },
|
|
1802
|
-
"occ-close-filled": { small: Lt, medium: $t, large:
|
|
1803
|
-
"occ-close-outlined": { small:
|
|
1804
|
-
"occ-cream": { small:
|
|
1820
|
+
"occ-close-filled": { small: Lt, medium: $t, large: Bt },
|
|
1821
|
+
"occ-close-outlined": { small: Ht, medium: Vt, large: Et },
|
|
1822
|
+
"occ-cream": { small: Mt, medium: kt, large: _t },
|
|
1805
1823
|
"occ-cream-tube": { small: Zt, medium: St, large: Ft },
|
|
1806
1824
|
"occ-eye-hide": { small: Ot, medium: At, large: Pt },
|
|
1807
1825
|
"occ-eye-show": { small: It, medium: zt, large: Dt },
|
|
@@ -1817,9 +1835,9 @@ const N0 = `<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="h
|
|
|
1817
1835
|
"occ-message": { small: ue, medium: ge, large: fe },
|
|
1818
1836
|
"occ-minus": { small: ve, medium: be, large: we },
|
|
1819
1837
|
"occ-order": { small: me, medium: ye, large: xe },
|
|
1820
|
-
"occ-order-sent": { small: Le, medium: $e, large:
|
|
1821
|
-
"occ-padlock": { small:
|
|
1822
|
-
"occ-pause": { small:
|
|
1838
|
+
"occ-order-sent": { small: Le, medium: $e, large: Be },
|
|
1839
|
+
"occ-padlock": { small: He, medium: Ve, large: Ee },
|
|
1840
|
+
"occ-pause": { small: Me, medium: ke, large: _e },
|
|
1823
1841
|
"occ-play": { small: Ze, medium: Se, large: Fe },
|
|
1824
1842
|
"occ-plus": { small: Oe, medium: Ae, large: Pe },
|
|
1825
1843
|
"occ-product": { small: Ie, medium: ze, large: De },
|
|
@@ -1835,43 +1853,45 @@ const N0 = `<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="h
|
|
|
1835
1853
|
"occ-star-25": { small: u4, medium: g4, large: f4 },
|
|
1836
1854
|
"occ-star-50": { small: v4, medium: b4, large: w4 },
|
|
1837
1855
|
"occ-star-75": { small: m4, medium: y4, large: x4 },
|
|
1838
|
-
"occ-store": { small: L4, medium: $4, large:
|
|
1839
|
-
"occ-warning": { small:
|
|
1840
|
-
"occ-warning-stroke": { small:
|
|
1856
|
+
"occ-store": { small: L4, medium: $4, large: B4 },
|
|
1857
|
+
"occ-warning": { small: H4, medium: V4, large: E4 },
|
|
1858
|
+
"occ-warning-stroke": { small: M4, medium: k4, large: _4 },
|
|
1841
1859
|
"occ-wishlist-filled": { small: Z4, medium: e0, large: e0 },
|
|
1842
1860
|
"occ-wishlist-outlined": { small: S4, medium: o0, large: o0 },
|
|
1843
|
-
"occ-trash": { small: F4, medium: O4, large: A4 }
|
|
1844
|
-
|
|
1861
|
+
"occ-trash": { small: F4, medium: O4, large: A4 },
|
|
1862
|
+
"occ-triangle-up": { small: P4, medium: I4, large: z4 },
|
|
1863
|
+
"occ-triangle-down": { small: D4, medium: T4, large: R4 }
|
|
1864
|
+
}, q4 = Object.fromEntries(
|
|
1845
1865
|
Object.entries(A2).map(([e, t]) => [
|
|
1846
1866
|
e,
|
|
1847
1867
|
t.medium ?? t.small ?? t.large ?? ""
|
|
1848
1868
|
])
|
|
1849
1869
|
), d0 = {
|
|
1850
|
-
...
|
|
1851
|
-
...
|
|
1852
|
-
},
|
|
1870
|
+
...j4,
|
|
1871
|
+
...q4
|
|
1872
|
+
}, U4 = {
|
|
1853
1873
|
xsmall: 8,
|
|
1854
1874
|
small: 12,
|
|
1855
1875
|
medium: 16,
|
|
1856
1876
|
large: 24
|
|
1857
|
-
},
|
|
1877
|
+
}, N4 = (e) => Object.prototype.hasOwnProperty.call(A2, e), K4 = (e) => e === "xsmall" ? "small" : e, W4 = (e, t, o) => {
|
|
1858
1878
|
const n = A2[e];
|
|
1859
1879
|
if (o) {
|
|
1860
|
-
const i =
|
|
1880
|
+
const i = K4(t);
|
|
1861
1881
|
return n[i] ?? n.large ?? n.medium ?? n.small ?? "";
|
|
1862
1882
|
}
|
|
1863
1883
|
return n.large ?? n.medium ?? n.small ?? "";
|
|
1864
|
-
},
|
|
1865
|
-
const n =
|
|
1884
|
+
}, G4 = (e, { size: t, bgstyle: o }) => {
|
|
1885
|
+
const n = U4[t], i = o === "none-light" || o === "none-contrast";
|
|
1866
1886
|
let r = d0[e] ?? "";
|
|
1867
|
-
return
|
|
1887
|
+
return N4(e) && (r = W4(e, t, i)), {
|
|
1868
1888
|
svg: r,
|
|
1869
1889
|
pixelSize: n,
|
|
1870
1890
|
shouldApplyLogicalSize: i
|
|
1871
1891
|
};
|
|
1872
|
-
},
|
|
1892
|
+
}, u2 = d0, Q4 = {
|
|
1873
1893
|
strikeDiagonal: u3
|
|
1874
|
-
},
|
|
1894
|
+
}, X4 = {
|
|
1875
1895
|
success: f3,
|
|
1876
1896
|
error: v3,
|
|
1877
1897
|
info: b3
|
|
@@ -1903,7 +1923,7 @@ let f2 = class {
|
|
|
1903
1923
|
* Copyright 2017 Google LLC
|
|
1904
1924
|
* SPDX-License-Identifier: BSD-3-Clause
|
|
1905
1925
|
*/
|
|
1906
|
-
class
|
|
1926
|
+
class H2 extends f2 {
|
|
1907
1927
|
constructor(t) {
|
|
1908
1928
|
if (super(t), this.it = h, t.type !== g1.CHILD) throw Error(this.constructor.directiveName + "() can only be used in child bindings");
|
|
1909
1929
|
}
|
|
@@ -1917,22 +1937,22 @@ class B2 extends f2 {
|
|
|
1917
1937
|
return o.raw = o, this._t = { _$litType$: this.constructor.resultType, strings: o, values: [] };
|
|
1918
1938
|
}
|
|
1919
1939
|
}
|
|
1920
|
-
|
|
1940
|
+
H2.directiveName = "unsafeHTML", H2.resultType = 1;
|
|
1921
1941
|
/**
|
|
1922
1942
|
* @license
|
|
1923
1943
|
* Copyright 2017 Google LLC
|
|
1924
1944
|
* SPDX-License-Identifier: BSD-3-Clause
|
|
1925
1945
|
*/
|
|
1926
|
-
class V2 extends
|
|
1946
|
+
class V2 extends H2 {
|
|
1927
1947
|
}
|
|
1928
1948
|
V2.directiveName = "unsafeSVG", V2.resultType = 2;
|
|
1929
|
-
const
|
|
1949
|
+
const a1 = g2(V2);
|
|
1930
1950
|
/**
|
|
1931
1951
|
* @license
|
|
1932
1952
|
* Copyright 2020 Google LLC
|
|
1933
1953
|
* SPDX-License-Identifier: BSD-3-Clause
|
|
1934
1954
|
*/
|
|
1935
|
-
const p0 = (e) => e.strings === void 0,
|
|
1955
|
+
const p0 = (e) => e.strings === void 0, Y4 = {}, J4 = (e, t = Y4) => e._$AH = t;
|
|
1936
1956
|
/**
|
|
1937
1957
|
* @license
|
|
1938
1958
|
* Copyright 2017 Google LLC
|
|
@@ -1944,7 +1964,7 @@ const X1 = (e, t) => {
|
|
|
1944
1964
|
if (o === void 0) return !1;
|
|
1945
1965
|
for (const i of o) (n = i._$AO) == null || n.call(i, t, !1), X1(i, t);
|
|
1946
1966
|
return !0;
|
|
1947
|
-
},
|
|
1967
|
+
}, p2 = (e) => {
|
|
1948
1968
|
let t, o;
|
|
1949
1969
|
do {
|
|
1950
1970
|
if ((t = e._$AM) === void 0) break;
|
|
@@ -1955,22 +1975,22 @@ const X1 = (e, t) => {
|
|
|
1955
1975
|
let o = t._$AN;
|
|
1956
1976
|
if (o === void 0) t._$AN = o = /* @__PURE__ */ new Set();
|
|
1957
1977
|
else if (o.has(e)) break;
|
|
1958
|
-
o.add(e),
|
|
1978
|
+
o.add(e), o5(t);
|
|
1959
1979
|
}
|
|
1960
1980
|
};
|
|
1961
|
-
function
|
|
1962
|
-
this._$AN !== void 0 ? (
|
|
1981
|
+
function t5(e) {
|
|
1982
|
+
this._$AN !== void 0 ? (p2(this), this._$AM = e, C0(this)) : this._$AM = e;
|
|
1963
1983
|
}
|
|
1964
|
-
function
|
|
1984
|
+
function e5(e, t = !1, o = 0) {
|
|
1965
1985
|
const n = this._$AH, i = this._$AN;
|
|
1966
|
-
if (i !== void 0 && i.size !== 0) if (t) if (Array.isArray(n)) for (let r = o; r < n.length; r++) X1(n[r], !1),
|
|
1967
|
-
else n != null && (X1(n, !1),
|
|
1986
|
+
if (i !== void 0 && i.size !== 0) if (t) if (Array.isArray(n)) for (let r = o; r < n.length; r++) X1(n[r], !1), p2(n[r]);
|
|
1987
|
+
else n != null && (X1(n, !1), p2(n));
|
|
1968
1988
|
else X1(this, e);
|
|
1969
1989
|
}
|
|
1970
|
-
const
|
|
1971
|
-
e.type == g1.CHILD && (e._$AP ?? (e._$AP =
|
|
1990
|
+
const o5 = (e) => {
|
|
1991
|
+
e.type == g1.CHILD && (e._$AP ?? (e._$AP = e5), e._$AQ ?? (e._$AQ = t5));
|
|
1972
1992
|
};
|
|
1973
|
-
class
|
|
1993
|
+
class i5 extends f2 {
|
|
1974
1994
|
constructor() {
|
|
1975
1995
|
super(...arguments), this._$AN = void 0;
|
|
1976
1996
|
}
|
|
@@ -1979,7 +1999,7 @@ class X4 extends f2 {
|
|
|
1979
1999
|
}
|
|
1980
2000
|
_$AO(t, o = !0) {
|
|
1981
2001
|
var n, i;
|
|
1982
|
-
t !== this.isConnected && (this.isConnected = t, t ? (n = this.reconnected) == null || n.call(this) : (i = this.disconnected) == null || i.call(this)), o && (X1(this, t),
|
|
2002
|
+
t !== this.isConnected && (this.isConnected = t, t ? (n = this.reconnected) == null || n.call(this) : (i = this.disconnected) == null || i.call(this)), o && (X1(this, t), p2(this));
|
|
1983
2003
|
}
|
|
1984
2004
|
setValue(t) {
|
|
1985
2005
|
if (p0(this._$Ct)) this._$Ct._$AI(t, this);
|
|
@@ -1993,7 +2013,7 @@ class X4 extends f2 {
|
|
|
1993
2013
|
reconnected() {
|
|
1994
2014
|
}
|
|
1995
2015
|
}
|
|
1996
|
-
class
|
|
2016
|
+
class n5 extends i5 {
|
|
1997
2017
|
constructor() {
|
|
1998
2018
|
super(...arguments), this.prevData = {};
|
|
1999
2019
|
}
|
|
@@ -2020,7 +2040,7 @@ class Y4 extends X4 {
|
|
|
2020
2040
|
(!t || !(i in t) && n[i] === o[i]) && (n[i] = void 0);
|
|
2021
2041
|
}
|
|
2022
2042
|
}
|
|
2023
|
-
class
|
|
2043
|
+
class r5 extends n5 {
|
|
2024
2044
|
constructor() {
|
|
2025
2045
|
super(...arguments), this.eventData = {};
|
|
2026
2046
|
}
|
|
@@ -2064,7 +2084,7 @@ class J4 extends Y4 {
|
|
|
2064
2084
|
}
|
|
2065
2085
|
}
|
|
2066
2086
|
}
|
|
2067
|
-
class
|
|
2087
|
+
class s5 extends r5 {
|
|
2068
2088
|
apply(t) {
|
|
2069
2089
|
if (!t)
|
|
2070
2090
|
return;
|
|
@@ -2113,17 +2133,17 @@ class t5 extends J4 {
|
|
|
2113
2133
|
}
|
|
2114
2134
|
}
|
|
2115
2135
|
}
|
|
2116
|
-
const i0 = g2(
|
|
2136
|
+
const i0 = g2(s5);
|
|
2117
2137
|
/**
|
|
2118
2138
|
* @license
|
|
2119
2139
|
* Copyright 2018 Google LLC
|
|
2120
2140
|
* SPDX-License-Identifier: BSD-3-Clause
|
|
2121
2141
|
*/
|
|
2122
2142
|
const E = (e) => e ?? h;
|
|
2123
|
-
var
|
|
2124
|
-
for (var i = n > 1 ? void 0 : n ?
|
|
2143
|
+
var l5 = Object.defineProperty, a5 = Object.getOwnPropertyDescriptor, n1 = (e, t, o, n) => {
|
|
2144
|
+
for (var i = n > 1 ? void 0 : n ? a5(t, o) : t, r = e.length - 1, l; r >= 0; r--)
|
|
2125
2145
|
(l = e[r]) && (i = (n ? l(t, o, i) : l(i)) || i);
|
|
2126
|
-
return n && i &&
|
|
2146
|
+
return n && i && l5(t, o, i), i;
|
|
2127
2147
|
};
|
|
2128
2148
|
let R = class extends g(C) {
|
|
2129
2149
|
constructor() {
|
|
@@ -2135,14 +2155,14 @@ let R = class extends g(C) {
|
|
|
2135
2155
|
render() {
|
|
2136
2156
|
if (!this.icon)
|
|
2137
2157
|
return h;
|
|
2138
|
-
const { svg: e, pixelSize: t, shouldApplyLogicalSize: o } =
|
|
2158
|
+
const { svg: e, pixelSize: t, shouldApplyLogicalSize: o } = G4(this.icon, {
|
|
2139
2159
|
size: this.size,
|
|
2140
2160
|
bgstyle: this.bgstyle
|
|
2141
2161
|
}), 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
2162
|
return a`
|
|
2143
2163
|
${this.type === "span" ? a`
|
|
2144
2164
|
<span part="icon-button" class="icon icon-button ${this.size} ${this.bgstyle} ${this.status} ${n} ${this.highlight ? "highlight" : ""}" ?disabled="${this.disabled}">
|
|
2145
|
-
${
|
|
2165
|
+
${a1(l)}
|
|
2146
2166
|
</span>
|
|
2147
2167
|
` : a`
|
|
2148
2168
|
<button
|
|
@@ -2153,7 +2173,7 @@ let R = class extends g(C) {
|
|
|
2153
2173
|
class="icon-button ${this.size} ${this.bgstyle} ${this.status} ${n} ${this.highlight ? "highlight" : ""}"
|
|
2154
2174
|
?disabled="${this.disabled}"
|
|
2155
2175
|
>
|
|
2156
|
-
${
|
|
2176
|
+
${a1(l)}
|
|
2157
2177
|
${c}
|
|
2158
2178
|
</button>
|
|
2159
2179
|
`}
|
|
@@ -2316,6 +2336,32 @@ R.styles = u`
|
|
|
2316
2336
|
background-color: var(--color-alpha-light-light);
|
|
2317
2337
|
}
|
|
2318
2338
|
|
|
2339
|
+
.icon-button.icon-success,
|
|
2340
|
+
.icon-button.icon-error,
|
|
2341
|
+
.icon-button.icon-info {
|
|
2342
|
+
background-color: transparent;
|
|
2343
|
+
width: auto;
|
|
2344
|
+
height: auto;
|
|
2345
|
+
}
|
|
2346
|
+
|
|
2347
|
+
.icon-button.icon-success svg path,
|
|
2348
|
+
.icon-button.icon-error svg path,
|
|
2349
|
+
.icon-button.icon-info svg path {
|
|
2350
|
+
stroke: var(--color-content-action-primary);
|
|
2351
|
+
}
|
|
2352
|
+
|
|
2353
|
+
.icon-button.icon-success svg path {
|
|
2354
|
+
fill: var(--color-content-success);
|
|
2355
|
+
}
|
|
2356
|
+
|
|
2357
|
+
.icon-button.icon-error svg path {
|
|
2358
|
+
fill: var(--color-content-error);
|
|
2359
|
+
}
|
|
2360
|
+
|
|
2361
|
+
.icon-button.icon-info svg path {
|
|
2362
|
+
fill: var(--color-content-info);
|
|
2363
|
+
}
|
|
2364
|
+
|
|
2319
2365
|
/* ghost-contrast */
|
|
2320
2366
|
.icon-button.ghost-contrast {
|
|
2321
2367
|
background-color: transparent;
|
|
@@ -2340,7 +2386,7 @@ R.styles = u`
|
|
|
2340
2386
|
}
|
|
2341
2387
|
|
|
2342
2388
|
.icon-button:focus-visible {
|
|
2343
|
-
${
|
|
2389
|
+
${l1}
|
|
2344
2390
|
}
|
|
2345
2391
|
|
|
2346
2392
|
.icon-button.highlight {
|
|
@@ -2363,43 +2409,43 @@ R.styles = u`
|
|
|
2363
2409
|
${O2}
|
|
2364
2410
|
}
|
|
2365
2411
|
`;
|
|
2366
|
-
|
|
2412
|
+
n1([
|
|
2367
2413
|
s({ type: String, reflect: !0 })
|
|
2368
2414
|
], R.prototype, "bgstyle", 2);
|
|
2369
|
-
|
|
2415
|
+
n1([
|
|
2370
2416
|
s({ type: String, reflect: !0 })
|
|
2371
2417
|
], R.prototype, "size", 2);
|
|
2372
|
-
|
|
2418
|
+
n1([
|
|
2373
2419
|
s({ type: String, reflect: !0 })
|
|
2374
2420
|
], R.prototype, "status", 2);
|
|
2375
|
-
|
|
2421
|
+
n1([
|
|
2376
2422
|
s({ type: String, reflect: !0 })
|
|
2377
2423
|
], R.prototype, "type", 2);
|
|
2378
|
-
|
|
2424
|
+
n1([
|
|
2379
2425
|
s({ type: String })
|
|
2380
2426
|
], R.prototype, "strokewidth", 2);
|
|
2381
|
-
|
|
2427
|
+
n1([
|
|
2382
2428
|
s({ type: String })
|
|
2383
2429
|
], R.prototype, "icon", 2);
|
|
2384
|
-
|
|
2430
|
+
n1([
|
|
2385
2431
|
s({ type: Boolean, reflect: !0 })
|
|
2386
2432
|
], R.prototype, "disabled", 2);
|
|
2387
|
-
|
|
2433
|
+
n1([
|
|
2388
2434
|
s({ type: Boolean, reflect: !0 })
|
|
2389
2435
|
], R.prototype, "highlight", 2);
|
|
2390
|
-
|
|
2436
|
+
n1([
|
|
2391
2437
|
s({ type: Boolean })
|
|
2392
2438
|
], R.prototype, "showSrLabel", 2);
|
|
2393
|
-
|
|
2439
|
+
n1([
|
|
2394
2440
|
s({ type: String })
|
|
2395
2441
|
], R.prototype, "srLabel", 2);
|
|
2396
|
-
R =
|
|
2442
|
+
R = n1([
|
|
2397
2443
|
f("o-icon-button")
|
|
2398
2444
|
], R);
|
|
2399
|
-
var
|
|
2400
|
-
for (var i = n > 1 ? void 0 : n ?
|
|
2445
|
+
var c5 = Object.defineProperty, h5 = Object.getOwnPropertyDescriptor, y = (e, t, o, n) => {
|
|
2446
|
+
for (var i = n > 1 ? void 0 : n ? h5(t, o) : t, r = e.length - 1, l; r >= 0; r--)
|
|
2401
2447
|
(l = e[r]) && (i = (n ? l(t, o, i) : l(i)) || i);
|
|
2402
|
-
return n && i &&
|
|
2448
|
+
return n && i && c5(t, o, i), i;
|
|
2403
2449
|
};
|
|
2404
2450
|
let w = class extends g(C) {
|
|
2405
2451
|
constructor() {
|
|
@@ -2833,7 +2879,7 @@ w.styles = u`
|
|
|
2833
2879
|
|
|
2834
2880
|
.panel:focus-visible,
|
|
2835
2881
|
.close-btn:focus-visible {
|
|
2836
|
-
${
|
|
2882
|
+
${l1}
|
|
2837
2883
|
}
|
|
2838
2884
|
|
|
2839
2885
|
[role="document"] {
|
|
@@ -3009,13 +3055,13 @@ y([
|
|
|
3009
3055
|
w = y([
|
|
3010
3056
|
f("o-side-panel")
|
|
3011
3057
|
], w);
|
|
3012
|
-
var
|
|
3013
|
-
for (var i = n > 1 ? void 0 : n ?
|
|
3058
|
+
var d5 = Object.defineProperty, p5 = Object.getOwnPropertyDescriptor, H = (e, t, o, n) => {
|
|
3059
|
+
for (var i = n > 1 ? void 0 : n ? p5(t, o) : t, r = e.length - 1, l; r >= 0; r--)
|
|
3014
3060
|
(l = e[r]) && (i = (n ? l(t, o, i) : l(i)) || i);
|
|
3015
|
-
return n && i &&
|
|
3061
|
+
return n && i && d5(t, o, i), i;
|
|
3016
3062
|
};
|
|
3017
|
-
const
|
|
3018
|
-
let x = class extends
|
|
3063
|
+
const C5 = g(l2(C));
|
|
3064
|
+
let x = class extends C5 {
|
|
3019
3065
|
constructor() {
|
|
3020
3066
|
super(...arguments), this.type = "submit", this.value = "", this.variant = "primary", this.text = "", this.textsecond = "", this.fullwidth = !1, this.disabled = !1, this.startIconModel = "", this.endIconModel = "", this.startIcon = !1, this.endIcon = !1, this.panelTarget = "", this.href = "", this.target = "", this.underlined = !1, this.withbadge = !1, this.hideRoleButton = !1, this.describedBy = null, this.ariaExpanded = null;
|
|
3021
3067
|
}
|
|
@@ -3040,11 +3086,11 @@ let x = class extends l5 {
|
|
|
3040
3086
|
renderIcon(e) {
|
|
3041
3087
|
const t = e === "start" ? this.startIconModel : this.endIconModel;
|
|
3042
3088
|
if (!t) return h;
|
|
3043
|
-
const o =
|
|
3089
|
+
const o = u2[t].replace(
|
|
3044
3090
|
"<svg",
|
|
3045
3091
|
'<svg aria-hidden="true" focusable="false" part="svg"'
|
|
3046
3092
|
);
|
|
3047
|
-
return a`<span class="${e === "start" ? "icon-start" : "icon-end"}">${
|
|
3093
|
+
return a`<span class="${e === "start" ? "icon-start" : "icon-end"}">${a1(o)}</span>`;
|
|
3048
3094
|
}
|
|
3049
3095
|
renderButton() {
|
|
3050
3096
|
const e = this.text || this.textsecond;
|
|
@@ -3099,7 +3145,7 @@ x.styles = u`
|
|
|
3099
3145
|
}
|
|
3100
3146
|
|
|
3101
3147
|
:host(.a--tabfocus) .button {
|
|
3102
|
-
${
|
|
3148
|
+
${l1};
|
|
3103
3149
|
}
|
|
3104
3150
|
|
|
3105
3151
|
:host([fullwidth]) {
|
|
@@ -3206,7 +3252,7 @@ x.styles = u`
|
|
|
3206
3252
|
}
|
|
3207
3253
|
|
|
3208
3254
|
.button:focus-visible {
|
|
3209
|
-
${
|
|
3255
|
+
${l1};
|
|
3210
3256
|
}
|
|
3211
3257
|
|
|
3212
3258
|
span.text + span.text::before {
|
|
@@ -3297,70 +3343,70 @@ x.styles = u`
|
|
|
3297
3343
|
transform: translateX(4px);
|
|
3298
3344
|
}
|
|
3299
3345
|
`;
|
|
3300
|
-
|
|
3346
|
+
H([
|
|
3301
3347
|
s()
|
|
3302
3348
|
], x.prototype, "type", 2);
|
|
3303
|
-
|
|
3349
|
+
H([
|
|
3304
3350
|
s()
|
|
3305
3351
|
], x.prototype, "value", 2);
|
|
3306
|
-
|
|
3352
|
+
H([
|
|
3307
3353
|
s({ type: String, reflect: !0 })
|
|
3308
3354
|
], x.prototype, "variant", 2);
|
|
3309
|
-
|
|
3355
|
+
H([
|
|
3310
3356
|
s({ type: String })
|
|
3311
3357
|
], x.prototype, "text", 2);
|
|
3312
|
-
|
|
3358
|
+
H([
|
|
3313
3359
|
s({ type: String })
|
|
3314
3360
|
], x.prototype, "textsecond", 2);
|
|
3315
|
-
|
|
3361
|
+
H([
|
|
3316
3362
|
s({ type: Boolean, reflect: !0 })
|
|
3317
3363
|
], x.prototype, "fullwidth", 2);
|
|
3318
|
-
|
|
3364
|
+
H([
|
|
3319
3365
|
s({ type: Boolean, reflect: !0 })
|
|
3320
3366
|
], x.prototype, "disabled", 2);
|
|
3321
|
-
|
|
3367
|
+
H([
|
|
3322
3368
|
s({ type: String })
|
|
3323
3369
|
], x.prototype, "startIconModel", 2);
|
|
3324
|
-
|
|
3370
|
+
H([
|
|
3325
3371
|
s({ type: String })
|
|
3326
3372
|
], x.prototype, "endIconModel", 2);
|
|
3327
|
-
|
|
3373
|
+
H([
|
|
3328
3374
|
s({ type: Boolean, reflect: !0, attribute: "starticon" })
|
|
3329
3375
|
], x.prototype, "startIcon", 2);
|
|
3330
|
-
|
|
3376
|
+
H([
|
|
3331
3377
|
s({ type: Boolean, reflect: !0, attribute: "endicon" })
|
|
3332
3378
|
], x.prototype, "endIcon", 2);
|
|
3333
|
-
|
|
3379
|
+
H([
|
|
3334
3380
|
s({ type: String, attribute: "paneltarget" })
|
|
3335
3381
|
], x.prototype, "panelTarget", 2);
|
|
3336
|
-
|
|
3382
|
+
H([
|
|
3337
3383
|
s({ type: String })
|
|
3338
3384
|
], x.prototype, "href", 2);
|
|
3339
|
-
|
|
3385
|
+
H([
|
|
3340
3386
|
s({ type: String })
|
|
3341
3387
|
], x.prototype, "target", 2);
|
|
3342
|
-
|
|
3388
|
+
H([
|
|
3343
3389
|
s({ type: Boolean, reflect: !0 })
|
|
3344
3390
|
], x.prototype, "underlined", 2);
|
|
3345
|
-
|
|
3391
|
+
H([
|
|
3346
3392
|
s({ type: Boolean, reflect: !0 })
|
|
3347
3393
|
], x.prototype, "withbadge", 2);
|
|
3348
|
-
|
|
3394
|
+
H([
|
|
3349
3395
|
s({ type: Boolean, reflect: !0 })
|
|
3350
3396
|
], x.prototype, "hideRoleButton", 2);
|
|
3351
|
-
|
|
3397
|
+
H([
|
|
3352
3398
|
s({ reflect: !0, attribute: "describedby" })
|
|
3353
3399
|
], x.prototype, "describedBy", 2);
|
|
3354
|
-
|
|
3400
|
+
H([
|
|
3355
3401
|
s({ reflect: !0, attribute: "expanded" })
|
|
3356
3402
|
], x.prototype, "ariaExpanded", 2);
|
|
3357
|
-
x =
|
|
3403
|
+
x = H([
|
|
3358
3404
|
f("o-button")
|
|
3359
3405
|
], x);
|
|
3360
|
-
var
|
|
3361
|
-
for (var i = n > 1 ? void 0 : n ?
|
|
3406
|
+
var u5 = Object.defineProperty, g5 = Object.getOwnPropertyDescriptor, U1 = (e, t, o, n) => {
|
|
3407
|
+
for (var i = n > 1 ? void 0 : n ? g5(t, o) : t, r = e.length - 1, l; r >= 0; r--)
|
|
3362
3408
|
(l = e[r]) && (i = (n ? l(t, o, i) : l(i)) || i);
|
|
3363
|
-
return n && i &&
|
|
3409
|
+
return n && i && u5(t, o, i), i;
|
|
3364
3410
|
};
|
|
3365
3411
|
let $1 = class extends g(C) {
|
|
3366
3412
|
constructor() {
|
|
@@ -3382,14 +3428,14 @@ let $1 = class extends g(C) {
|
|
|
3382
3428
|
(e.key === "Enter" || e.key === " ") && (e.preventDefault(), this.toggleStatus());
|
|
3383
3429
|
}
|
|
3384
3430
|
render() {
|
|
3385
|
-
const e =
|
|
3431
|
+
const e = u2[this.icon].replace(
|
|
3386
3432
|
"<svg",
|
|
3387
3433
|
'<svg aria-hidden="true" focusable="false" part="svg"'
|
|
3388
3434
|
);
|
|
3389
3435
|
return a`
|
|
3390
3436
|
<button type="button" aria-describedby="${this.ariaDescribedBy}" class="wishlist-button">
|
|
3391
3437
|
<span class="sr-only">${this.label}</span>
|
|
3392
|
-
${
|
|
3438
|
+
${a1(e)}
|
|
3393
3439
|
</button>
|
|
3394
3440
|
`;
|
|
3395
3441
|
}
|
|
@@ -3433,7 +3479,7 @@ $1.styles = u`
|
|
|
3433
3479
|
}
|
|
3434
3480
|
|
|
3435
3481
|
.wishlist-button:focus-visible {
|
|
3436
|
-
${
|
|
3482
|
+
${l1};
|
|
3437
3483
|
}
|
|
3438
3484
|
|
|
3439
3485
|
.wishlist-button:hover svg path {
|
|
@@ -3481,10 +3527,10 @@ U1([
|
|
|
3481
3527
|
$1 = U1([
|
|
3482
3528
|
f("o-wishlist-button")
|
|
3483
3529
|
], $1);
|
|
3484
|
-
var
|
|
3485
|
-
for (var i = n > 1 ? void 0 : n ?
|
|
3530
|
+
var f5 = Object.defineProperty, v5 = Object.getOwnPropertyDescriptor, B1 = (e, t, o, n) => {
|
|
3531
|
+
for (var i = n > 1 ? void 0 : n ? v5(t, o) : t, r = e.length - 1, l; r >= 0; r--)
|
|
3486
3532
|
(l = e[r]) && (i = (n ? l(t, o, i) : l(i)) || i);
|
|
3487
|
-
return n && i &&
|
|
3533
|
+
return n && i && f5(t, o, i), i;
|
|
3488
3534
|
};
|
|
3489
3535
|
let c1 = class extends g(C) {
|
|
3490
3536
|
constructor() {
|
|
@@ -3622,34 +3668,34 @@ c1.styles = u`
|
|
|
3622
3668
|
}
|
|
3623
3669
|
}
|
|
3624
3670
|
`;
|
|
3625
|
-
|
|
3671
|
+
B1([
|
|
3626
3672
|
s({ type: String })
|
|
3627
3673
|
], c1.prototype, "href", 2);
|
|
3628
|
-
|
|
3674
|
+
B1([
|
|
3629
3675
|
s({ type: String })
|
|
3630
3676
|
], c1.prototype, "target", 2);
|
|
3631
|
-
|
|
3677
|
+
B1([
|
|
3632
3678
|
s({ type: String, reflect: !0 })
|
|
3633
3679
|
], c1.prototype, "template", 2);
|
|
3634
|
-
|
|
3680
|
+
B1([
|
|
3635
3681
|
s({ type: Boolean, reflect: !0 })
|
|
3636
3682
|
], c1.prototype, "inverse", 2);
|
|
3637
|
-
|
|
3683
|
+
B1([
|
|
3638
3684
|
s({ type: Boolean, reflect: !0 })
|
|
3639
3685
|
], c1.prototype, "endIcon", 2);
|
|
3640
|
-
|
|
3686
|
+
B1([
|
|
3641
3687
|
s({ type: Boolean, reflect: !0 })
|
|
3642
3688
|
], c1.prototype, "reverseEndIcon", 2);
|
|
3643
|
-
|
|
3689
|
+
B1([
|
|
3644
3690
|
s({ type: Boolean, reflect: !0 })
|
|
3645
3691
|
], c1.prototype, "disabled", 2);
|
|
3646
|
-
c1 =
|
|
3692
|
+
c1 = B1([
|
|
3647
3693
|
f("o-link")
|
|
3648
3694
|
], c1);
|
|
3649
|
-
var
|
|
3650
|
-
for (var i = n > 1 ? void 0 : n ?
|
|
3695
|
+
var b5 = Object.defineProperty, w5 = Object.getOwnPropertyDescriptor, v2 = (e, t, o, n) => {
|
|
3696
|
+
for (var i = n > 1 ? void 0 : n ? w5(t, o) : t, r = e.length - 1, l; r >= 0; r--)
|
|
3651
3697
|
(l = e[r]) && (i = (n ? l(t, o, i) : l(i)) || i);
|
|
3652
|
-
return n && i &&
|
|
3698
|
+
return n && i && b5(t, o, i), i;
|
|
3653
3699
|
};
|
|
3654
3700
|
let D1 = class extends g(C) {
|
|
3655
3701
|
constructor() {
|
|
@@ -3670,7 +3716,7 @@ let D1 = class extends g(C) {
|
|
|
3670
3716
|
<div class="rating">
|
|
3671
3717
|
<div class="stars">
|
|
3672
3718
|
${e.map(
|
|
3673
|
-
(t) => a`<
|
|
3719
|
+
(t) => a`<o-icon-button size="medium" bgstyle="none-contrast" type="span" icon="${t}"></o-icon-button>`
|
|
3674
3720
|
)}
|
|
3675
3721
|
</div>
|
|
3676
3722
|
${this.reviewCount != null && this.href != null ? a`<o-link template="review" href="${this.href}">${this.reviewCount}</o-link>` : null}
|
|
@@ -3724,10 +3770,10 @@ v2([
|
|
|
3724
3770
|
D1 = v2([
|
|
3725
3771
|
f("o-rating")
|
|
3726
3772
|
], D1);
|
|
3727
|
-
var
|
|
3728
|
-
for (var i = n > 1 ? void 0 : n ?
|
|
3773
|
+
var m5 = Object.defineProperty, y5 = Object.getOwnPropertyDescriptor, H1 = (e, t, o, n) => {
|
|
3774
|
+
for (var i = n > 1 ? void 0 : n ? y5(t, o) : t, r = e.length - 1, l; r >= 0; r--)
|
|
3729
3775
|
(l = e[r]) && (i = (n ? l(t, o, i) : l(i)) || i);
|
|
3730
|
-
return n && i &&
|
|
3776
|
+
return n && i && m5(t, o, i), i;
|
|
3731
3777
|
};
|
|
3732
3778
|
let h1 = class extends g(C) {
|
|
3733
3779
|
constructor() {
|
|
@@ -3925,34 +3971,34 @@ h1.styles = u`
|
|
|
3925
3971
|
width: 0;
|
|
3926
3972
|
}
|
|
3927
3973
|
`;
|
|
3928
|
-
|
|
3974
|
+
H1([
|
|
3929
3975
|
s({ type: Array })
|
|
3930
3976
|
], h1.prototype, "thumbnails", 2);
|
|
3931
|
-
|
|
3977
|
+
H1([
|
|
3932
3978
|
s({ type: Number })
|
|
3933
3979
|
], h1.prototype, "activeIndex", 2);
|
|
3934
|
-
|
|
3980
|
+
H1([
|
|
3935
3981
|
s({ type: Array })
|
|
3936
3982
|
], h1.prototype, "disabledIndexes", 2);
|
|
3937
|
-
|
|
3983
|
+
H1([
|
|
3938
3984
|
s({ type: String })
|
|
3939
3985
|
], h1.prototype, "maxWidth", 2);
|
|
3940
|
-
|
|
3986
|
+
H1([
|
|
3941
3987
|
s({ type: String })
|
|
3942
3988
|
], h1.prototype, "altressource", 2);
|
|
3943
|
-
|
|
3989
|
+
H1([
|
|
3944
3990
|
s({ type: Object })
|
|
3945
3991
|
], h1.prototype, "swiperInstance", 2);
|
|
3946
|
-
|
|
3992
|
+
H1([
|
|
3947
3993
|
t1()
|
|
3948
3994
|
], h1.prototype, "focusedIndex", 2);
|
|
3949
|
-
h1 =
|
|
3995
|
+
h1 = H1([
|
|
3950
3996
|
f("thumbnail-navigation")
|
|
3951
3997
|
], h1);
|
|
3952
|
-
var
|
|
3953
|
-
for (var i = n > 1 ? void 0 : n ?
|
|
3998
|
+
var x5 = Object.defineProperty, L5 = Object.getOwnPropertyDescriptor, P2 = (e, t, o, n) => {
|
|
3999
|
+
for (var i = n > 1 ? void 0 : n ? L5(t, o) : t, r = e.length - 1, l; r >= 0; r--)
|
|
3954
4000
|
(l = e[r]) && (i = (n ? l(t, o, i) : l(i)) || i);
|
|
3955
|
-
return n && i &&
|
|
4001
|
+
return n && i && x5(t, o, i), i;
|
|
3956
4002
|
};
|
|
3957
4003
|
let e2 = class extends g(C) {
|
|
3958
4004
|
constructor() {
|
|
@@ -4030,10 +4076,10 @@ P2([
|
|
|
4030
4076
|
e2 = P2([
|
|
4031
4077
|
f("o-tag")
|
|
4032
4078
|
], e2);
|
|
4033
|
-
var
|
|
4034
|
-
for (var i = n > 1 ? void 0 : n ?
|
|
4079
|
+
var $5 = Object.defineProperty, B5 = Object.getOwnPropertyDescriptor, I2 = (e, t, o, n) => {
|
|
4080
|
+
for (var i = n > 1 ? void 0 : n ? B5(t, o) : t, r = e.length - 1, l; r >= 0; r--)
|
|
4035
4081
|
(l = e[r]) && (i = (n ? l(t, o, i) : l(i)) || i);
|
|
4036
|
-
return n && i &&
|
|
4082
|
+
return n && i && $5(t, o, i), i;
|
|
4037
4083
|
};
|
|
4038
4084
|
let o2 = class extends g(C) {
|
|
4039
4085
|
constructor() {
|
|
@@ -4150,12 +4196,12 @@ I2([
|
|
|
4150
4196
|
o2 = I2([
|
|
4151
4197
|
f("o-tooltip")
|
|
4152
4198
|
], o2);
|
|
4153
|
-
var
|
|
4154
|
-
for (var i = n > 1 ? void 0 : n ?
|
|
4199
|
+
var H5 = Object.defineProperty, V5 = Object.getOwnPropertyDescriptor, w1 = (e, t, o, n) => {
|
|
4200
|
+
for (var i = n > 1 ? void 0 : n ? V5(t, o) : t, r = e.length - 1, l; r >= 0; r--)
|
|
4155
4201
|
(l = e[r]) && (i = (n ? l(t, o, i) : l(i)) || i);
|
|
4156
|
-
return n && i &&
|
|
4202
|
+
return n && i && H5(t, o, i), i;
|
|
4157
4203
|
};
|
|
4158
|
-
let
|
|
4204
|
+
let i1 = class extends g(C) {
|
|
4159
4205
|
constructor() {
|
|
4160
4206
|
super(...arguments), this.options = [], this.value = "", this.name = "", this.disabled = !1, this.width = "100%", this.open = !1, this.activeIndex = -1, this.menuWidth = "", this._handleOutsideClick = (e) => {
|
|
4161
4207
|
this.contains(e.target) || (this.open = !1, this.activeIndex = -1);
|
|
@@ -4221,7 +4267,7 @@ let n1 = class extends g(C) {
|
|
|
4221
4267
|
this.options.length > 0 && (this.options.some((o) => o.value === this.value) || (this.value = this.options[0].value));
|
|
4222
4268
|
}
|
|
4223
4269
|
render() {
|
|
4224
|
-
const e =
|
|
4270
|
+
const e = u2["occ-check-outlined"].replace(
|
|
4225
4271
|
"<svg",
|
|
4226
4272
|
'<svg aria-hidden="true" focusable="false" part="svg"'
|
|
4227
4273
|
), t = this.options.find((o) => o.value === this.value);
|
|
@@ -4242,7 +4288,7 @@ let n1 = class extends g(C) {
|
|
|
4242
4288
|
${t ? t.label : "Select an option"}
|
|
4243
4289
|
</span>
|
|
4244
4290
|
<span class="arrow">
|
|
4245
|
-
<o-icon-button icon='${this.open ? "
|
|
4291
|
+
<o-icon-button icon='${this.open ? "occ-triangle-up" : "occ-triangle-down"}' size="small" bgstyle="none-contrast" type="span"></o-icon-button>
|
|
4246
4292
|
</span>
|
|
4247
4293
|
</button>
|
|
4248
4294
|
|
|
@@ -4266,10 +4312,10 @@ let n1 = class extends g(C) {
|
|
|
4266
4312
|
${o.url ? a`
|
|
4267
4313
|
<a href="${o.url}">
|
|
4268
4314
|
<span>${o.label}</span>
|
|
4269
|
-
${o.value === this.value ? a`<span class="check">${
|
|
4315
|
+
${o.value === this.value ? a`<span class="check">${a1(e)}</span>` : null}
|
|
4270
4316
|
</a>` : a`
|
|
4271
4317
|
<span>${o.label}</span>
|
|
4272
|
-
${o.value === this.value ? a`<span class="check">${
|
|
4318
|
+
${o.value === this.value ? a`<span class="check">${a1(e)}</span>` : null}`}
|
|
4273
4319
|
</li>`
|
|
4274
4320
|
)}
|
|
4275
4321
|
</ul>` : null}
|
|
@@ -4278,7 +4324,7 @@ let n1 = class extends g(C) {
|
|
|
4278
4324
|
`;
|
|
4279
4325
|
}
|
|
4280
4326
|
};
|
|
4281
|
-
|
|
4327
|
+
i1.styles = u`
|
|
4282
4328
|
:host {
|
|
4283
4329
|
display: inline-block;
|
|
4284
4330
|
position: relative;
|
|
@@ -4419,33 +4465,33 @@ n1.styles = u`
|
|
|
4419
4465
|
`;
|
|
4420
4466
|
w1([
|
|
4421
4467
|
s({ type: Array, reflect: !0 })
|
|
4422
|
-
],
|
|
4468
|
+
], i1.prototype, "options", 2);
|
|
4423
4469
|
w1([
|
|
4424
4470
|
s({ type: String, reflect: !0 })
|
|
4425
|
-
],
|
|
4471
|
+
], i1.prototype, "value", 2);
|
|
4426
4472
|
w1([
|
|
4427
4473
|
s({ type: String, reflect: !0 })
|
|
4428
|
-
],
|
|
4474
|
+
], i1.prototype, "name", 2);
|
|
4429
4475
|
w1([
|
|
4430
4476
|
s({ type: Boolean, reflect: !0 })
|
|
4431
|
-
],
|
|
4477
|
+
], i1.prototype, "disabled", 2);
|
|
4432
4478
|
w1([
|
|
4433
4479
|
s({ type: String, reflect: !0 })
|
|
4434
|
-
],
|
|
4480
|
+
], i1.prototype, "width", 2);
|
|
4435
4481
|
w1([
|
|
4436
4482
|
t1()
|
|
4437
|
-
],
|
|
4483
|
+
], i1.prototype, "open", 2);
|
|
4438
4484
|
w1([
|
|
4439
4485
|
t1()
|
|
4440
|
-
],
|
|
4486
|
+
], i1.prototype, "activeIndex", 2);
|
|
4441
4487
|
w1([
|
|
4442
4488
|
t1()
|
|
4443
|
-
],
|
|
4444
|
-
|
|
4489
|
+
], i1.prototype, "menuWidth", 2);
|
|
4490
|
+
i1 = w1([
|
|
4445
4491
|
f("o-dropdown")
|
|
4446
|
-
],
|
|
4447
|
-
var
|
|
4448
|
-
for (var i = n > 1 ? void 0 : n ?
|
|
4492
|
+
], i1);
|
|
4493
|
+
var E5 = Object.getOwnPropertyDescriptor, M5 = (e, t, o, n) => {
|
|
4494
|
+
for (var i = n > 1 ? void 0 : n ? E5(t, o) : t, r = e.length - 1, l; r >= 0; r--)
|
|
4449
4495
|
(l = e[r]) && (i = l(i) || i);
|
|
4450
4496
|
return i;
|
|
4451
4497
|
};
|
|
@@ -4497,13 +4543,13 @@ E2.styles = u`
|
|
|
4497
4543
|
background-color: var(--color-container-action-primary-pressed);
|
|
4498
4544
|
}
|
|
4499
4545
|
`;
|
|
4500
|
-
E2 =
|
|
4546
|
+
E2 = M5([
|
|
4501
4547
|
f("o-dots")
|
|
4502
4548
|
], E2);
|
|
4503
|
-
var
|
|
4504
|
-
for (var i = n > 1 ? void 0 : n ?
|
|
4549
|
+
var k5 = Object.defineProperty, _5 = Object.getOwnPropertyDescriptor, d1 = (e, t, o, n) => {
|
|
4550
|
+
for (var i = n > 1 ? void 0 : n ? _5(t, o) : t, r = e.length - 1, l; r >= 0; r--)
|
|
4505
4551
|
(l = e[r]) && (i = (n ? l(t, o, i) : l(i)) || i);
|
|
4506
|
-
return n && i &&
|
|
4552
|
+
return n && i && k5(t, o, i), i;
|
|
4507
4553
|
};
|
|
4508
4554
|
let Q = class extends g(C) {
|
|
4509
4555
|
constructor() {
|
|
@@ -4653,7 +4699,7 @@ let Q = class extends g(C) {
|
|
|
4653
4699
|
this.options.length > 0 && (this.options.some((t) => t.value === this.value) || (this.value = this.options[0].value));
|
|
4654
4700
|
}
|
|
4655
4701
|
render() {
|
|
4656
|
-
const e =
|
|
4702
|
+
const e = u2["occ-check-outlined"].replace(
|
|
4657
4703
|
"<svg",
|
|
4658
4704
|
'<svg aria-hidden="true" focusable="false" part="svg"'
|
|
4659
4705
|
), t = this.options.find((o) => o.value === this.value);
|
|
@@ -4679,7 +4725,7 @@ let Q = class extends g(C) {
|
|
|
4679
4725
|
<span class="additional-text">${this.additionaltext}</span>
|
|
4680
4726
|
<span class="arrow">
|
|
4681
4727
|
<o-icon-button
|
|
4682
|
-
icon="${this.open ? "
|
|
4728
|
+
icon="${this.open ? "occ-triangle-up" : "occ-triangle-down"}"
|
|
4683
4729
|
size="medium"
|
|
4684
4730
|
bgstyle="none-contrast"
|
|
4685
4731
|
type="span">
|
|
@@ -4717,7 +4763,7 @@ let Q = class extends g(C) {
|
|
|
4717
4763
|
<div class="right">
|
|
4718
4764
|
<span class="additional-text">${E(o.additionaltext)}</span>
|
|
4719
4765
|
${o.value === this.value && !o.additionaltext ? a`
|
|
4720
|
-
<span class="check">${
|
|
4766
|
+
<span class="check">${a1(e)}</span>` : null}
|
|
4721
4767
|
</div>
|
|
4722
4768
|
</a>
|
|
4723
4769
|
</li>
|
|
@@ -4941,7 +4987,7 @@ Q = d1([
|
|
|
4941
4987
|
* Copyright 2018 Google LLC
|
|
4942
4988
|
* SPDX-License-Identifier: BSD-3-Clause
|
|
4943
4989
|
*/
|
|
4944
|
-
const u0 = "important",
|
|
4990
|
+
const u0 = "important", Z5 = " !" + u0, S5 = g2(class extends f2 {
|
|
4945
4991
|
constructor(e) {
|
|
4946
4992
|
var t;
|
|
4947
4993
|
if (super(e), e.type !== g1.ATTRIBUTE || e.name !== "style" || ((t = e.strings) == null ? void 0 : t.length) > 2) throw Error("The `styleMap` directive must be used in the `style` attribute and must be the only part in the attribute.");
|
|
@@ -4960,17 +5006,17 @@ const u0 = "important", B5 = " !" + u0, V5 = g2(class extends f2 {
|
|
|
4960
5006
|
const i = t[n];
|
|
4961
5007
|
if (i != null) {
|
|
4962
5008
|
this.ft.add(n);
|
|
4963
|
-
const r = typeof i == "string" && i.endsWith(
|
|
5009
|
+
const r = typeof i == "string" && i.endsWith(Z5);
|
|
4964
5010
|
n.includes("-") || r ? o.setProperty(n, r ? i.slice(0, -11) : i, r ? u0 : "") : o[n] = i;
|
|
4965
5011
|
}
|
|
4966
5012
|
}
|
|
4967
5013
|
return G;
|
|
4968
5014
|
}
|
|
4969
5015
|
});
|
|
4970
|
-
var
|
|
4971
|
-
for (var i = n > 1 ? void 0 : n ?
|
|
5016
|
+
var F5 = Object.defineProperty, O5 = Object.getOwnPropertyDescriptor, b2 = (e, t, o, n) => {
|
|
5017
|
+
for (var i = n > 1 ? void 0 : n ? O5(t, o) : t, r = e.length - 1, l; r >= 0; r--)
|
|
4972
5018
|
(l = e[r]) && (i = (n ? l(t, o, i) : l(i)) || i);
|
|
4973
|
-
return n && i &&
|
|
5019
|
+
return n && i && F5(t, o, i), i;
|
|
4974
5020
|
};
|
|
4975
5021
|
let T1 = class extends g(C) {
|
|
4976
5022
|
constructor() {
|
|
@@ -4984,7 +5030,7 @@ let T1 = class extends g(C) {
|
|
|
4984
5030
|
width: `${this.imageSize}px`,
|
|
4985
5031
|
height: `${this.imageSize}px`
|
|
4986
5032
|
}, n = this.option && this.option.title ? e(this.option.title) : "", i = this.option && this.option.description ? e(this.option.description) : "", r = a`
|
|
4987
|
-
${this.option.imgurl ? a`<img src="${this.option.imgurl}" alt="${E(n)}" aria-hidden="true" style=${
|
|
5033
|
+
${this.option.imgurl ? a`<img src="${this.option.imgurl}" alt="${E(n)}" aria-hidden="true" style=${S5(o)} />` : ""}
|
|
4988
5034
|
<div class="m-reassurance-content">
|
|
4989
5035
|
<h3 class="a-reassurance-text">${E(n)}</h3>
|
|
4990
5036
|
<p class="a-reassurance-description">${E(i)}</p>
|
|
@@ -5092,13 +5138,13 @@ b2([
|
|
|
5092
5138
|
T1 = b2([
|
|
5093
5139
|
f("o-reassurance")
|
|
5094
5140
|
], T1);
|
|
5095
|
-
var
|
|
5096
|
-
for (var i = n > 1 ? void 0 : n ?
|
|
5141
|
+
var A5 = Object.defineProperty, P5 = Object.getOwnPropertyDescriptor, m1 = (e, t, o, n) => {
|
|
5142
|
+
for (var i = n > 1 ? void 0 : n ? P5(t, o) : t, r = e.length - 1, l; r >= 0; r--)
|
|
5097
5143
|
(l = e[r]) && (i = (n ? l(t, o, i) : l(i)) || i);
|
|
5098
|
-
return n && i &&
|
|
5144
|
+
return n && i && A5(t, o, i), i;
|
|
5099
5145
|
};
|
|
5100
|
-
const
|
|
5101
|
-
let X = class extends
|
|
5146
|
+
const I5 = g(l2(C));
|
|
5147
|
+
let X = class extends I5 {
|
|
5102
5148
|
constructor() {
|
|
5103
5149
|
super(...arguments), this.link = "", this.name = "", this.value = "", this.text = "", this.size = "standard", this.selected = !1, this.fullwidth = !1, this.inactive = !1;
|
|
5104
5150
|
}
|
|
@@ -5203,7 +5249,7 @@ X.styles = u`
|
|
|
5203
5249
|
|
|
5204
5250
|
.o-chip:focus-visible,
|
|
5205
5251
|
.button:focus-visible {
|
|
5206
|
-
${
|
|
5252
|
+
${l1};
|
|
5207
5253
|
}
|
|
5208
5254
|
|
|
5209
5255
|
span.text + span.text::before {
|
|
@@ -5243,10 +5289,10 @@ m1([
|
|
|
5243
5289
|
X = m1([
|
|
5244
5290
|
f("o-chip")
|
|
5245
5291
|
], X);
|
|
5246
|
-
var
|
|
5247
|
-
for (var i = n > 1 ? void 0 : n ?
|
|
5292
|
+
var z5 = Object.defineProperty, D5 = Object.getOwnPropertyDescriptor, z2 = (e, t, o, n) => {
|
|
5293
|
+
for (var i = n > 1 ? void 0 : n ? D5(t, o) : t, r = e.length - 1, l; r >= 0; r--)
|
|
5248
5294
|
(l = e[r]) && (i = (n ? l(t, o, i) : l(i)) || i);
|
|
5249
|
-
return n && i &&
|
|
5295
|
+
return n && i && z5(t, o, i), i;
|
|
5250
5296
|
};
|
|
5251
5297
|
let i2 = class extends g(C) {
|
|
5252
5298
|
constructor() {
|
|
@@ -5281,13 +5327,13 @@ z2([
|
|
|
5281
5327
|
i2 = z2([
|
|
5282
5328
|
f("o-chipset")
|
|
5283
5329
|
], i2);
|
|
5284
|
-
var
|
|
5285
|
-
for (var i = n > 1 ? void 0 : n ?
|
|
5330
|
+
var T5 = Object.defineProperty, R5 = Object.getOwnPropertyDescriptor, p1 = (e, t, o, n) => {
|
|
5331
|
+
for (var i = n > 1 ? void 0 : n ? R5(t, o) : t, r = e.length - 1, l; r >= 0; r--)
|
|
5286
5332
|
(l = e[r]) && (i = (n ? l(t, o, i) : l(i)) || i);
|
|
5287
|
-
return n && i &&
|
|
5333
|
+
return n && i && T5(t, o, i), i;
|
|
5288
5334
|
};
|
|
5289
|
-
const
|
|
5290
|
-
let Y = class extends
|
|
5335
|
+
const j5 = g(l2(C));
|
|
5336
|
+
let Y = class extends j5 {
|
|
5291
5337
|
constructor() {
|
|
5292
5338
|
super(...arguments), this.name = "", this.value = "", this.type = "", this.text = "", this.selected = !1, this.disabled = !1, this.fullwidth = !1, this.crossIconName = "cross", this.strikethroughImgName = "strikeDiagonal";
|
|
5293
5339
|
}
|
|
@@ -5302,11 +5348,11 @@ let Y = class extends P5 {
|
|
|
5302
5348
|
return a`<o-icon-button size="xsmall" icon="occ-close-outlined" bgstyle="none-light"></o-icon-button>`;
|
|
5303
5349
|
}
|
|
5304
5350
|
strikeThroughImg() {
|
|
5305
|
-
const e =
|
|
5351
|
+
const e = Q4[this.strikethroughImgName].replace(
|
|
5306
5352
|
"<svg",
|
|
5307
5353
|
'<svg aria-hidden="true" focusable="false" part="strikethrough"'
|
|
5308
5354
|
).replace(/stroke=[#"'a-z1-9]*/gi, "");
|
|
5309
|
-
return
|
|
5355
|
+
return a1(e);
|
|
5310
5356
|
}
|
|
5311
5357
|
render() {
|
|
5312
5358
|
const e = this.text;
|
|
@@ -5415,7 +5461,7 @@ Y.styles = u`
|
|
|
5415
5461
|
}
|
|
5416
5462
|
|
|
5417
5463
|
.button:focus-visible {
|
|
5418
|
-
${
|
|
5464
|
+
${l1};
|
|
5419
5465
|
}
|
|
5420
5466
|
|
|
5421
5467
|
span.text + span.text::before {
|
|
@@ -5486,10 +5532,10 @@ p1([
|
|
|
5486
5532
|
Y = p1([
|
|
5487
5533
|
f("o-filter-chip")
|
|
5488
5534
|
], Y);
|
|
5489
|
-
var
|
|
5535
|
+
var q5 = Object.defineProperty, e1 = (e, t, o, n) => {
|
|
5490
5536
|
for (var i = void 0, r = e.length - 1, l; r >= 0; r--)
|
|
5491
5537
|
(l = e[r]) && (i = l(t, o, i) || i);
|
|
5492
|
-
return i &&
|
|
5538
|
+
return i && q5(t, o, i), i;
|
|
5493
5539
|
};
|
|
5494
5540
|
const R2 = class R2 extends g(C) {
|
|
5495
5541
|
constructor() {
|
|
@@ -5710,10 +5756,10 @@ e1([
|
|
|
5710
5756
|
s({ attribute: !1 })
|
|
5711
5757
|
], I.prototype, "onClickIcon");
|
|
5712
5758
|
customElements.define("mini-tile", I);
|
|
5713
|
-
var
|
|
5714
|
-
for (var i = n > 1 ? void 0 : n ?
|
|
5759
|
+
var U5 = Object.defineProperty, N5 = Object.getOwnPropertyDescriptor, w2 = (e, t, o, n) => {
|
|
5760
|
+
for (var i = n > 1 ? void 0 : n ? N5(t, o) : t, r = e.length - 1, l; r >= 0; r--)
|
|
5715
5761
|
(l = e[r]) && (i = (n ? l(t, o, i) : l(i)) || i);
|
|
5716
|
-
return n && i &&
|
|
5762
|
+
return n && i && U5(t, o, i), i;
|
|
5717
5763
|
};
|
|
5718
5764
|
let R1 = class extends g(C) {
|
|
5719
5765
|
constructor() {
|
|
@@ -5777,10 +5823,10 @@ w2([
|
|
|
5777
5823
|
R1 = w2([
|
|
5778
5824
|
f("o-badge")
|
|
5779
5825
|
], R1);
|
|
5780
|
-
var
|
|
5781
|
-
for (var i = n > 1 ? void 0 : n ?
|
|
5826
|
+
var K5 = Object.defineProperty, W5 = Object.getOwnPropertyDescriptor, o1 = (e, t, o, n) => {
|
|
5827
|
+
for (var i = n > 1 ? void 0 : n ? W5(t, o) : t, r = e.length - 1, l; r >= 0; r--)
|
|
5782
5828
|
(l = e[r]) && (i = (n ? l(t, o, i) : l(i)) || i);
|
|
5783
|
-
return n && i &&
|
|
5829
|
+
return n && i && K5(t, o, i), i;
|
|
5784
5830
|
};
|
|
5785
5831
|
let z = class extends g(C) {
|
|
5786
5832
|
constructor() {
|
|
@@ -5826,11 +5872,11 @@ let z = class extends g(C) {
|
|
|
5826
5872
|
});
|
|
5827
5873
|
}
|
|
5828
5874
|
render() {
|
|
5829
|
-
const t =
|
|
5875
|
+
const t = X4[this.icon].replace("<svg", '<svg aria-hidden="true" focusable="false" part="svg"').replace(/<path\b/g, '<path part="icon-path"').replace(/<g\b/g, '<g part="icon-group"').replace(/<circle\b/g, '<circle part="icon-circle"');
|
|
5830
5876
|
return a`
|
|
5831
5877
|
<div class="o-toast">
|
|
5832
5878
|
<div class="o-toast-icon">
|
|
5833
|
-
${
|
|
5879
|
+
${a1(t)}
|
|
5834
5880
|
</div>
|
|
5835
5881
|
<div class="o-toast-text">
|
|
5836
5882
|
${this.text}
|
|
@@ -5960,14 +6006,14 @@ o1([
|
|
|
5960
6006
|
z = o1([
|
|
5961
6007
|
f("o-toast")
|
|
5962
6008
|
], z);
|
|
5963
|
-
var
|
|
5964
|
-
for (var i = n > 1 ? void 0 : n ?
|
|
6009
|
+
var G5 = Object.defineProperty, Q5 = Object.getOwnPropertyDescriptor, r1 = (e, t, o, n) => {
|
|
6010
|
+
for (var i = n > 1 ? void 0 : n ? Q5(t, o) : t, r = e.length - 1, l; r >= 0; r--)
|
|
5965
6011
|
(l = e[r]) && (i = (n ? l(t, o, i) : l(i)) || i);
|
|
5966
|
-
return n && i &&
|
|
6012
|
+
return n && i && G5(t, o, i), i;
|
|
5967
6013
|
};
|
|
5968
|
-
let
|
|
6014
|
+
let X5 = 0, j = class extends g(C) {
|
|
5969
6015
|
constructor() {
|
|
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-${++
|
|
6016
|
+
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-${++X5}`);
|
|
5971
6017
|
}
|
|
5972
6018
|
toggle() {
|
|
5973
6019
|
this.disabled || (this.indeterminate ? (this.indeterminate = !1, this.checked = !0) : this.checked = !this.checked, this.syncInput(), this.dispatchEvent(new Event("change", { bubbles: !0, composed: !0 })));
|
|
@@ -6108,47 +6154,47 @@ j.styles = u`
|
|
|
6108
6154
|
stroke: var(--color-border-light);
|
|
6109
6155
|
}
|
|
6110
6156
|
`;
|
|
6111
|
-
|
|
6157
|
+
r1([
|
|
6112
6158
|
s({ type: Boolean, reflect: !0 })
|
|
6113
6159
|
], j.prototype, "checked", 2);
|
|
6114
|
-
|
|
6160
|
+
r1([
|
|
6115
6161
|
s({ type: Boolean, reflect: !0 })
|
|
6116
6162
|
], j.prototype, "indeterminate", 2);
|
|
6117
|
-
|
|
6163
|
+
r1([
|
|
6118
6164
|
s({ type: Boolean, reflect: !0 })
|
|
6119
6165
|
], j.prototype, "disabled", 2);
|
|
6120
|
-
|
|
6166
|
+
r1([
|
|
6121
6167
|
s({ type: String, reflect: !0 })
|
|
6122
6168
|
], j.prototype, "size", 2);
|
|
6123
|
-
|
|
6169
|
+
r1([
|
|
6124
6170
|
s({ type: Boolean })
|
|
6125
6171
|
], j.prototype, "showLabel", 2);
|
|
6126
|
-
|
|
6172
|
+
r1([
|
|
6127
6173
|
s({ type: String })
|
|
6128
6174
|
], j.prototype, "label", 2);
|
|
6129
|
-
|
|
6175
|
+
r1([
|
|
6130
6176
|
s({ type: String })
|
|
6131
6177
|
], j.prototype, "name", 2);
|
|
6132
|
-
|
|
6178
|
+
r1([
|
|
6133
6179
|
s({ type: String })
|
|
6134
6180
|
], j.prototype, "value", 2);
|
|
6135
|
-
|
|
6181
|
+
r1([
|
|
6136
6182
|
s({ type: String, reflect: !0 })
|
|
6137
6183
|
], j.prototype, "inputId", 2);
|
|
6138
|
-
|
|
6184
|
+
r1([
|
|
6139
6185
|
q1("input")
|
|
6140
6186
|
], j.prototype, "inputEl", 2);
|
|
6141
|
-
j =
|
|
6187
|
+
j = r1([
|
|
6142
6188
|
f("o-checkbox")
|
|
6143
6189
|
], j);
|
|
6144
|
-
var
|
|
6145
|
-
for (var i = n > 1 ? void 0 : n ?
|
|
6190
|
+
var Y5 = Object.defineProperty, J5 = Object.getOwnPropertyDescriptor, C1 = (e, t, o, n) => {
|
|
6191
|
+
for (var i = n > 1 ? void 0 : n ? J5(t, o) : t, r = e.length - 1, l; r >= 0; r--)
|
|
6146
6192
|
(l = e[r]) && (i = (n ? l(t, o, i) : l(i)) || i);
|
|
6147
|
-
return n && i &&
|
|
6193
|
+
return n && i && Y5(t, o, i), i;
|
|
6148
6194
|
};
|
|
6149
|
-
let
|
|
6195
|
+
let t6 = 0, J = class extends g(C) {
|
|
6150
6196
|
constructor() {
|
|
6151
|
-
super(), this.checked = !1, this.disabled = !1, this.size = "S", this.showLabel = !0, this.label = "Radio button", this.name = "", this.value = "on", this.inputId = "", this.inputId || (this.inputId = `o-radio-${++
|
|
6197
|
+
super(), this.checked = !1, this.disabled = !1, this.size = "S", this.showLabel = !0, this.label = "Radio button", this.name = "", this.value = "on", this.inputId = "", this.inputId || (this.inputId = `o-radio-${++t6}`);
|
|
6152
6198
|
}
|
|
6153
6199
|
handleClick() {
|
|
6154
6200
|
this.disabled || this.checked || (this.checked = !0, this.syncInput(), this.dispatchEvent(new Event("change", { bubbles: !0, composed: !0 })));
|
|
@@ -6300,12 +6346,12 @@ C1([
|
|
|
6300
6346
|
J = C1([
|
|
6301
6347
|
f("o-radio")
|
|
6302
6348
|
], J);
|
|
6303
|
-
var
|
|
6304
|
-
for (var i = n > 1 ? void 0 : n ?
|
|
6349
|
+
var e6 = Object.getOwnPropertyDescriptor, o6 = (e, t, o, n) => {
|
|
6350
|
+
for (var i = n > 1 ? void 0 : n ? e6(t, o) : t, r = e.length - 1, l; r >= 0; r--)
|
|
6305
6351
|
(l = e[r]) && (i = l(i) || i);
|
|
6306
6352
|
return i;
|
|
6307
6353
|
};
|
|
6308
|
-
let
|
|
6354
|
+
let M2 = class extends g(C) {
|
|
6309
6355
|
render() {
|
|
6310
6356
|
return a`
|
|
6311
6357
|
<nav aria-label="Breadcrumbs">
|
|
@@ -6316,7 +6362,7 @@ let k2 = class extends g(C) {
|
|
|
6316
6362
|
`;
|
|
6317
6363
|
}
|
|
6318
6364
|
};
|
|
6319
|
-
|
|
6365
|
+
M2.styles = u`
|
|
6320
6366
|
nav {
|
|
6321
6367
|
max-width: 144rem;
|
|
6322
6368
|
margin: auto;
|
|
@@ -6328,13 +6374,13 @@ k2.styles = u`
|
|
|
6328
6374
|
padding: var(--spacing-4-xs);
|
|
6329
6375
|
}
|
|
6330
6376
|
`;
|
|
6331
|
-
|
|
6377
|
+
M2 = o6([
|
|
6332
6378
|
f("o-breadcrumbs")
|
|
6333
|
-
],
|
|
6334
|
-
var
|
|
6335
|
-
for (var i = n > 1 ? void 0 : n ?
|
|
6379
|
+
], M2);
|
|
6380
|
+
var i6 = Object.defineProperty, n6 = Object.getOwnPropertyDescriptor, D2 = (e, t, o, n) => {
|
|
6381
|
+
for (var i = n > 1 ? void 0 : n ? n6(t, o) : t, r = e.length - 1, l; r >= 0; r--)
|
|
6336
6382
|
(l = e[r]) && (i = (n ? l(t, o, i) : l(i)) || i);
|
|
6337
|
-
return n && i &&
|
|
6383
|
+
return n && i && i6(t, o, i), i;
|
|
6338
6384
|
};
|
|
6339
6385
|
let n2 = class extends g(C) {
|
|
6340
6386
|
constructor() {
|
|
@@ -6392,7 +6438,7 @@ n2.styles = u`
|
|
|
6392
6438
|
}
|
|
6393
6439
|
|
|
6394
6440
|
a:focus-visible {
|
|
6395
|
-
${
|
|
6441
|
+
${l1};
|
|
6396
6442
|
}
|
|
6397
6443
|
|
|
6398
6444
|
:host(.a--tabfocus) {
|
|
@@ -6408,10 +6454,10 @@ D2([
|
|
|
6408
6454
|
n2 = D2([
|
|
6409
6455
|
f("o-breadcrumb")
|
|
6410
6456
|
], n2);
|
|
6411
|
-
var
|
|
6412
|
-
for (var i = n > 1 ? void 0 : n ?
|
|
6457
|
+
var r6 = Object.defineProperty, s6 = Object.getOwnPropertyDescriptor, F1 = (e, t, o, n) => {
|
|
6458
|
+
for (var i = n > 1 ? void 0 : n ? s6(t, o) : t, r = e.length - 1, l; r >= 0; r--)
|
|
6413
6459
|
(l = e[r]) && (i = (n ? l(t, o, i) : l(i)) || i);
|
|
6414
|
-
return n && i &&
|
|
6460
|
+
return n && i && r6(t, o, i), i;
|
|
6415
6461
|
};
|
|
6416
6462
|
let f1 = class extends g(C) {
|
|
6417
6463
|
constructor() {
|
|
@@ -6538,7 +6584,7 @@ F1([
|
|
|
6538
6584
|
f1 = F1([
|
|
6539
6585
|
f("o-arch-image")
|
|
6540
6586
|
], f1);
|
|
6541
|
-
const
|
|
6587
|
+
const l6 = `<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
|
6542
6588
|
<svg
|
|
6543
6589
|
xmlns:dc="http://purl.org/dc/elements/1.1/"
|
|
6544
6590
|
xmlns:cc="http://creativecommons.org/ns#"
|
|
@@ -6619,10 +6665,10 @@ const e6 = `<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
|
|
6619
6665
|
id="path52"
|
|
6620
6666
|
style="fill:#3F2B2E;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
|
6621
6667
|
d="m 1647.15,320.5 c -2.07,0 -4.94,-0.199 -8.49,-0.469 -8.68,-0.64 -23.5,-1.062 -37.41,-0.172 -20.4,1.282 -32.01,-0.589 -32.01,-10.687 0,-8.66 8.46,-10.781 15.19,-12.461 11.42,-2.949 17.17,-4.422 17.17,-27.402 l 0.93,-77.731 c 0.5,-38.668 1.03,-80.199 1.26,-103.4296 -51.33,57.4726 -160.86,181.7736 -188.51,217.5116 -6.78,8.68 -10.53,13.449 -17.38,13.449 -9.28,0 -20.13,0.743 -29.55,1.379 -7.55,0.5 -14.21,0.934 -18.55,0.934 -12.43,0 -18.72,-3.953 -18.72,-11.781 0,-10.34 10.9,-11.911 15.93,-12.621 10.36,-1.731 14.33,-3.668 18.82,-7.11 2.1,-1.629 5.01,-3.879 5.01,-26.988 0,-29.461 -3.75,-186.1837 -5.06,-201.8126 -2.12,-24.4688 -4.58,-25.168 -18.72,-29.1485 -6.17,-1.6718 -14.6,-3.9609 -14.6,-12.7421 0,-5.1797 2.84,-11.34771 16.4,-11.34771 1.21,0 3.75,0.23829 7.15,0.61719 11.38,1.22266 33.32,1.64062 46.82,0.3125 25.84,-2.53125 30.46,3.93752 30.46,10.41802 0,9.3593 -9.18,11.8515 -14.53,13.3203 -8.73,2.4922 -15.61,6.5195 -17.27,10.1992 -3.05,6.5234 -4.31,16.8515 -4.31,35.6719 0,10.1093 0.37,54.9488 0.74,98.9808 0.25,28.839 0.47,57.359 0.59,75.558 25.28,-29.508 56.38,-65.5 86.72,-100.609 49.5,-57.2697 96.26,-111.3712 113.23,-132.09 l 1.93,-2.3516 c 3.93,-4.8203 7.75,-9.97652 12.34,-14.19918 3.35,-3.089845 8.47,-4.83985 12.86,-2.871095 3.52,1.570315 5.52,5.300785 6.26,8.941405 0.88,4.26177 0.44,8.69927 0.28,13.01177 -0.59,15.3281 -0.42,31.5898 -0.25,52.0703 0.12,12.1172 0.25,25.7184 0.25,41.4684 0,49.141 1.03,147.141 2.98,161.66 1.58,10.52 2.25,14.879 14.31,18.891 l 2.09,0.75 c 4.07,1.41 11.6,4.027 11.6,12.02 0,4.949 -2.76,10.859 -15.96,10.859" /></g></g></svg>`;
|
|
6622
|
-
var
|
|
6623
|
-
for (var i = n > 1 ? void 0 : n ?
|
|
6668
|
+
var a6 = Object.defineProperty, c6 = Object.getOwnPropertyDescriptor, A = (e, t, o, n) => {
|
|
6669
|
+
for (var i = n > 1 ? void 0 : n ? c6(t, o) : t, r = e.length - 1, l; r >= 0; r--)
|
|
6624
6670
|
(l = e[r]) && (i = (n ? l(t, o, i) : l(i)) || i);
|
|
6625
|
-
return n && i &&
|
|
6671
|
+
return n && i && a6(t, o, i), i;
|
|
6626
6672
|
};
|
|
6627
6673
|
const j2 = class j2 extends g(C) {
|
|
6628
6674
|
constructor() {
|
|
@@ -6744,7 +6790,7 @@ const j2 = class j2 extends g(C) {
|
|
|
6744
6790
|
<header part="header" class="${o}">
|
|
6745
6791
|
${this.showBackButton ? this._renderBackButton() : null}
|
|
6746
6792
|
<div class="brand">
|
|
6747
|
-
<span slot="logo${this.contrast ? "-contrast" : ""}">${
|
|
6793
|
+
<span slot="logo${this.contrast ? "-contrast" : ""}">${a1(l6)}</span>
|
|
6748
6794
|
</div>
|
|
6749
6795
|
<div part="close${this.contrast ? "-contrast" : ""}">${this._renderCloseButton()}</div>
|
|
6750
6796
|
</header>
|
|
@@ -6892,60 +6938,60 @@ j2.styles = u`
|
|
|
6892
6938
|
to { transform: translateY(0) scale(1); opacity: 1; }
|
|
6893
6939
|
}
|
|
6894
6940
|
`;
|
|
6895
|
-
let
|
|
6941
|
+
let M = j2;
|
|
6896
6942
|
A([
|
|
6897
6943
|
s({ type: Boolean, reflect: !0 })
|
|
6898
|
-
],
|
|
6944
|
+
], M.prototype, "ispagedesigner", 2);
|
|
6899
6945
|
A([
|
|
6900
6946
|
s({ type: String, reflect: !0 })
|
|
6901
|
-
],
|
|
6947
|
+
], M.prototype, "classPopin", 1);
|
|
6902
6948
|
A([
|
|
6903
6949
|
s({ type: Boolean, reflect: !0 })
|
|
6904
|
-
],
|
|
6950
|
+
], M.prototype, "open", 2);
|
|
6905
6951
|
A([
|
|
6906
6952
|
s({ type: String, reflect: !0 })
|
|
6907
|
-
],
|
|
6953
|
+
], M.prototype, "background", 2);
|
|
6908
6954
|
A([
|
|
6909
6955
|
s({ type: String, attribute: "background-url", reflect: !0 })
|
|
6910
|
-
],
|
|
6956
|
+
], M.prototype, "backgroundUrl", 2);
|
|
6911
6957
|
A([
|
|
6912
6958
|
s({ type: Boolean, attribute: "close-on-esc" })
|
|
6913
|
-
],
|
|
6959
|
+
], M.prototype, "closeOnEsc", 2);
|
|
6914
6960
|
A([
|
|
6915
6961
|
s({ type: Boolean, attribute: "close-on-backdrop" })
|
|
6916
|
-
],
|
|
6962
|
+
], M.prototype, "closeOnBackdrop", 2);
|
|
6917
6963
|
A([
|
|
6918
6964
|
s({ type: Boolean, attribute: "lock-scroll" })
|
|
6919
|
-
],
|
|
6965
|
+
], M.prototype, "lockScroll", 2);
|
|
6920
6966
|
A([
|
|
6921
6967
|
s({ type: String, reflect: !0 })
|
|
6922
|
-
],
|
|
6968
|
+
], M.prototype, "variant", 2);
|
|
6923
6969
|
A([
|
|
6924
6970
|
s({ type: String, attribute: "max-width" })
|
|
6925
|
-
],
|
|
6971
|
+
], M.prototype, "maxWidth", 2);
|
|
6926
6972
|
A([
|
|
6927
6973
|
s({ type: Boolean, reflect: !0 })
|
|
6928
|
-
],
|
|
6974
|
+
], M.prototype, "showBackButton", 2);
|
|
6929
6975
|
A([
|
|
6930
6976
|
s({ type: Boolean, reflect: !0 })
|
|
6931
|
-
],
|
|
6977
|
+
], M.prototype, "contrast", 2);
|
|
6932
6978
|
A([
|
|
6933
6979
|
s({ type: String, reflect: !0 })
|
|
6934
|
-
],
|
|
6980
|
+
], M.prototype, "iconSize", 2);
|
|
6935
6981
|
A([
|
|
6936
6982
|
s({ type: Boolean, attribute: "hide-header-on-scroll" })
|
|
6937
|
-
],
|
|
6983
|
+
], M.prototype, "hideHeaderOnScroll", 2);
|
|
6938
6984
|
A([
|
|
6939
6985
|
t1()
|
|
6940
|
-
],
|
|
6986
|
+
], M.prototype, "_labelId", 2);
|
|
6941
6987
|
A([
|
|
6942
6988
|
t1()
|
|
6943
|
-
],
|
|
6944
|
-
customElements.define("o-popin",
|
|
6945
|
-
var
|
|
6946
|
-
for (var i = n > 1 ? void 0 : n ?
|
|
6989
|
+
], M.prototype, "_headerHidden", 2);
|
|
6990
|
+
customElements.define("o-popin", M);
|
|
6991
|
+
var h6 = Object.defineProperty, d6 = Object.getOwnPropertyDescriptor, _ = (e, t, o, n) => {
|
|
6992
|
+
for (var i = n > 1 ? void 0 : n ? d6(t, o) : t, r = e.length - 1, l; r >= 0; r--)
|
|
6947
6993
|
(l = e[r]) && (i = (n ? l(t, o, i) : l(i)) || i);
|
|
6948
|
-
return n && i &&
|
|
6994
|
+
return n && i && h6(t, o, i), i;
|
|
6949
6995
|
};
|
|
6950
6996
|
let $ = class extends g(C) {
|
|
6951
6997
|
constructor() {
|
|
@@ -7242,10 +7288,10 @@ _([
|
|
|
7242
7288
|
$ = _([
|
|
7243
7289
|
f("o-medium-tile")
|
|
7244
7290
|
], $);
|
|
7245
|
-
var
|
|
7246
|
-
for (var i = n > 1 ? void 0 : n ?
|
|
7291
|
+
var p6 = Object.defineProperty, C6 = Object.getOwnPropertyDescriptor, O1 = (e, t, o, n) => {
|
|
7292
|
+
for (var i = n > 1 ? void 0 : n ? C6(t, o) : t, r = e.length - 1, l; r >= 0; r--)
|
|
7247
7293
|
(l = e[r]) && (i = (n ? l(t, o, i) : l(i)) || i);
|
|
7248
|
-
return n && i &&
|
|
7294
|
+
return n && i && p6(t, o, i), i;
|
|
7249
7295
|
};
|
|
7250
7296
|
let v1 = class extends g(C) {
|
|
7251
7297
|
constructor() {
|
|
@@ -7352,7 +7398,7 @@ v1.styles = u`
|
|
|
7352
7398
|
}
|
|
7353
7399
|
|
|
7354
7400
|
.o-tab:focus-visible {
|
|
7355
|
-
${
|
|
7401
|
+
${l1};
|
|
7356
7402
|
}
|
|
7357
7403
|
`;
|
|
7358
7404
|
O1([
|
|
@@ -7376,12 +7422,12 @@ O1([
|
|
|
7376
7422
|
v1 = O1([
|
|
7377
7423
|
f("o-tab")
|
|
7378
7424
|
], v1);
|
|
7379
|
-
var
|
|
7380
|
-
for (var i = n > 1 ? void 0 : n ?
|
|
7425
|
+
var u6 = Object.getOwnPropertyDescriptor, g6 = (e, t, o, n) => {
|
|
7426
|
+
for (var i = n > 1 ? void 0 : n ? u6(t, o) : t, r = e.length - 1, l; r >= 0; r--)
|
|
7381
7427
|
(l = e[r]) && (i = l(i) || i);
|
|
7382
7428
|
return i;
|
|
7383
7429
|
};
|
|
7384
|
-
let
|
|
7430
|
+
let k2 = class extends g(C) {
|
|
7385
7431
|
constructor() {
|
|
7386
7432
|
super(), this.addEventListener("selected", this.onTabSelected);
|
|
7387
7433
|
}
|
|
@@ -7404,7 +7450,7 @@ let M2 = class extends g(C) {
|
|
|
7404
7450
|
`;
|
|
7405
7451
|
}
|
|
7406
7452
|
};
|
|
7407
|
-
|
|
7453
|
+
k2.styles = u`
|
|
7408
7454
|
:host {
|
|
7409
7455
|
display: flex;
|
|
7410
7456
|
flex-direction: row;
|
|
@@ -7413,18 +7459,18 @@ M2.styles = u`
|
|
|
7413
7459
|
gap: var(--spacing-s);
|
|
7414
7460
|
}
|
|
7415
7461
|
`;
|
|
7416
|
-
|
|
7462
|
+
k2 = g6([
|
|
7417
7463
|
f("o-tablist")
|
|
7418
|
-
],
|
|
7419
|
-
var
|
|
7420
|
-
for (var i = n > 1 ? void 0 : n ?
|
|
7464
|
+
], k2);
|
|
7465
|
+
var f6 = Object.defineProperty, v6 = Object.getOwnPropertyDescriptor, m2 = (e, t, o, n) => {
|
|
7466
|
+
for (var i = n > 1 ? void 0 : n ? v6(t, o) : t, r = e.length - 1, l; r >= 0; r--)
|
|
7421
7467
|
(l = e[r]) && (i = (n ? l(t, o, i) : l(i)) || i);
|
|
7422
|
-
return n && i &&
|
|
7468
|
+
return n && i && f6(t, o, i), i;
|
|
7423
7469
|
};
|
|
7424
|
-
let
|
|
7470
|
+
let b6 = 0, j1 = class extends g(C) {
|
|
7425
7471
|
constructor() {
|
|
7426
7472
|
super(), this.label = "", this.expanded = !1, this.disabled = !1;
|
|
7427
|
-
const e = ++
|
|
7473
|
+
const e = ++b6;
|
|
7428
7474
|
this.headerId = `o-accordion-header-${e}`, this.panelId = `o-accordion-panel-${e}`;
|
|
7429
7475
|
}
|
|
7430
7476
|
toggle() {
|
|
@@ -7493,7 +7539,7 @@ j1.styles = u`
|
|
|
7493
7539
|
}
|
|
7494
7540
|
|
|
7495
7541
|
.header:focus-visible {
|
|
7496
|
-
${
|
|
7542
|
+
${l1};
|
|
7497
7543
|
}
|
|
7498
7544
|
|
|
7499
7545
|
:host([disabled]) .header {
|
|
@@ -7594,10 +7640,10 @@ m2([
|
|
|
7594
7640
|
j1 = m2([
|
|
7595
7641
|
f("o-accordion")
|
|
7596
7642
|
], j1);
|
|
7597
|
-
var
|
|
7598
|
-
for (var i = n > 1 ? void 0 : n ?
|
|
7643
|
+
var w6 = Object.defineProperty, m6 = Object.getOwnPropertyDescriptor, T2 = (e, t, o, n) => {
|
|
7644
|
+
for (var i = n > 1 ? void 0 : n ? m6(t, o) : t, r = e.length - 1, l; r >= 0; r--)
|
|
7599
7645
|
(l = e[r]) && (i = (n ? l(t, o, i) : l(i)) || i);
|
|
7600
|
-
return n && i &&
|
|
7646
|
+
return n && i && w6(t, o, i), i;
|
|
7601
7647
|
};
|
|
7602
7648
|
let r2 = class extends g(C) {
|
|
7603
7649
|
constructor() {
|
|
@@ -7649,10 +7695,10 @@ r2 = T2([
|
|
|
7649
7695
|
f("o-accordion-group")
|
|
7650
7696
|
], r2);
|
|
7651
7697
|
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";
|
|
7652
|
-
var
|
|
7653
|
-
for (var i = n > 1 ? void 0 : n ?
|
|
7698
|
+
var y6 = Object.defineProperty, x6 = Object.getOwnPropertyDescriptor, s1 = (e, t, o, n) => {
|
|
7699
|
+
for (var i = n > 1 ? void 0 : n ? x6(t, o) : t, r = e.length - 1, l; r >= 0; r--)
|
|
7654
7700
|
(l = e[r]) && (i = (n ? l(t, o, i) : l(i)) || i);
|
|
7655
|
-
return n && i &&
|
|
7701
|
+
return n && i && y6(t, o, i), i;
|
|
7656
7702
|
};
|
|
7657
7703
|
let q = class extends g(C) {
|
|
7658
7704
|
constructor() {
|
|
@@ -7840,44 +7886,44 @@ q.styles = u`
|
|
|
7840
7886
|
${z0};
|
|
7841
7887
|
}
|
|
7842
7888
|
`;
|
|
7843
|
-
|
|
7889
|
+
s1([
|
|
7844
7890
|
s({ type: Boolean, reflect: !0 })
|
|
7845
7891
|
], q.prototype, "makeSticky", 2);
|
|
7846
|
-
|
|
7892
|
+
s1([
|
|
7847
7893
|
s({ type: Boolean, reflect: !0 })
|
|
7848
7894
|
], q.prototype, "showBackButton", 2);
|
|
7849
|
-
|
|
7895
|
+
s1([
|
|
7850
7896
|
s({ type: String, reflect: !0 })
|
|
7851
7897
|
], q.prototype, "backButtonLabel", 2);
|
|
7852
|
-
|
|
7898
|
+
s1([
|
|
7853
7899
|
s({ type: String, reflect: !0 })
|
|
7854
7900
|
], q.prototype, "backButtonHref", 2);
|
|
7855
|
-
|
|
7901
|
+
s1([
|
|
7856
7902
|
s({ type: String, reflect: !0 })
|
|
7857
7903
|
], q.prototype, "logoHref", 2);
|
|
7858
|
-
|
|
7904
|
+
s1([
|
|
7859
7905
|
s({ type: String, reflect: !0 })
|
|
7860
7906
|
], q.prototype, "logoUrl", 2);
|
|
7861
|
-
|
|
7907
|
+
s1([
|
|
7862
7908
|
s({ type: String, reflect: !0 })
|
|
7863
7909
|
], q.prototype, "locale", 2);
|
|
7864
|
-
|
|
7910
|
+
s1([
|
|
7865
7911
|
s({ type: String, reflect: !0 })
|
|
7866
7912
|
], q.prototype, "loccitaneGroup", 2);
|
|
7867
|
-
|
|
7913
|
+
s1([
|
|
7868
7914
|
s({ type: Boolean, attribute: !1 })
|
|
7869
7915
|
], q.prototype, "isMobile", 2);
|
|
7870
|
-
|
|
7916
|
+
s1([
|
|
7871
7917
|
s({ type: Boolean, attribute: !1 })
|
|
7872
7918
|
], q.prototype, "isScrolled", 2);
|
|
7873
|
-
q =
|
|
7919
|
+
q = s1([
|
|
7874
7920
|
f("o-header-simplify")
|
|
7875
7921
|
], q);
|
|
7876
|
-
const
|
|
7877
|
-
var
|
|
7878
|
-
for (var i = n > 1 ? void 0 : n ?
|
|
7922
|
+
const L6 = "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";
|
|
7923
|
+
var $6 = Object.defineProperty, B6 = Object.getOwnPropertyDescriptor, A1 = (e, t, o, n) => {
|
|
7924
|
+
for (var i = n > 1 ? void 0 : n ? B6(t, o) : t, r = e.length - 1, l; r >= 0; r--)
|
|
7879
7925
|
(l = e[r]) && (i = (n ? l(t, o, i) : l(i)) || i);
|
|
7880
|
-
return n && i &&
|
|
7926
|
+
return n && i && $6(t, o, i), i;
|
|
7881
7927
|
};
|
|
7882
7928
|
let b1 = class extends g(C) {
|
|
7883
7929
|
constructor() {
|
|
@@ -7904,7 +7950,7 @@ let b1 = class extends g(C) {
|
|
|
7904
7950
|
</div>
|
|
7905
7951
|
<div class="footer-content-simplify footer-simplify-mobile">
|
|
7906
7952
|
<a class="logo-footer-simplify">
|
|
7907
|
-
<img src="${
|
|
7953
|
+
<img src="${L6}" alt="${this.altImage}" />
|
|
7908
7954
|
</a>
|
|
7909
7955
|
</div>
|
|
7910
7956
|
<div class="footer-copyright-simplify">
|
|
@@ -8044,12 +8090,12 @@ A1([
|
|
|
8044
8090
|
b1 = A1([
|
|
8045
8091
|
f("o-footer-simplify")
|
|
8046
8092
|
], b1);
|
|
8047
|
-
var
|
|
8048
|
-
for (var i = n > 1 ? void 0 : n ?
|
|
8093
|
+
var H6 = Object.defineProperty, V6 = Object.getOwnPropertyDescriptor, a2 = (e, t, o, n) => {
|
|
8094
|
+
for (var i = n > 1 ? void 0 : n ? V6(t, o) : t, r = e.length - 1, l; r >= 0; r--)
|
|
8049
8095
|
(l = e[r]) && (i = (n ? l(t, o, i) : l(i)) || i);
|
|
8050
|
-
return n && i &&
|
|
8096
|
+
return n && i && H6(t, o, i), i;
|
|
8051
8097
|
};
|
|
8052
|
-
const
|
|
8098
|
+
const E6 = {
|
|
8053
8099
|
standard: "occ-check-filled",
|
|
8054
8100
|
success: "occ-check-filled",
|
|
8055
8101
|
error: "occ-close-filled",
|
|
@@ -8060,7 +8106,7 @@ let S1 = class extends g(C) {
|
|
|
8060
8106
|
super(...arguments), this.variant = "standard", this.framed = !1, this.longtext = !1, this.text = "";
|
|
8061
8107
|
}
|
|
8062
8108
|
render() {
|
|
8063
|
-
const e =
|
|
8109
|
+
const e = E6[this.variant];
|
|
8064
8110
|
return a`
|
|
8065
8111
|
<div class="feedback" role="status">
|
|
8066
8112
|
<span class="icon">
|
|
@@ -8158,19 +8204,19 @@ S1.styles = u`
|
|
|
8158
8204
|
line-height: var(--line-height-200);
|
|
8159
8205
|
}
|
|
8160
8206
|
`;
|
|
8161
|
-
|
|
8207
|
+
a2([
|
|
8162
8208
|
s({ type: String, reflect: !0 })
|
|
8163
8209
|
], S1.prototype, "variant", 2);
|
|
8164
|
-
|
|
8210
|
+
a2([
|
|
8165
8211
|
s({ type: Boolean, reflect: !0 })
|
|
8166
8212
|
], S1.prototype, "framed", 2);
|
|
8167
|
-
|
|
8213
|
+
a2([
|
|
8168
8214
|
s({ type: Boolean, reflect: !0 })
|
|
8169
8215
|
], S1.prototype, "longtext", 2);
|
|
8170
|
-
|
|
8216
|
+
a2([
|
|
8171
8217
|
s({ type: String })
|
|
8172
8218
|
], S1.prototype, "text", 2);
|
|
8173
|
-
S1 =
|
|
8219
|
+
S1 = a2([
|
|
8174
8220
|
f("o-feedback-message")
|
|
8175
8221
|
], S1);
|
|
8176
8222
|
/**
|
|
@@ -8194,18 +8240,18 @@ const f0 = g2(class extends f2 {
|
|
|
8194
8240
|
} else if (e.type === g1.BOOLEAN_ATTRIBUTE) {
|
|
8195
8241
|
if (!!t === o.hasAttribute(n)) return G;
|
|
8196
8242
|
} else if (e.type === g1.ATTRIBUTE && o.getAttribute(n) === t + "") return G;
|
|
8197
|
-
return
|
|
8243
|
+
return J4(e), t;
|
|
8198
8244
|
}
|
|
8199
8245
|
});
|
|
8200
|
-
var
|
|
8201
|
-
for (var i = n > 1 ? void 0 : n ?
|
|
8246
|
+
var M6 = Object.defineProperty, k6 = Object.getOwnPropertyDescriptor, D = (e, t, o, n) => {
|
|
8247
|
+
for (var i = n > 1 ? void 0 : n ? k6(t, o) : t, r = e.length - 1, l; r >= 0; r--)
|
|
8202
8248
|
(l = e[r]) && (i = (n ? l(t, o, i) : l(i)) || i);
|
|
8203
|
-
return n && i &&
|
|
8249
|
+
return n && i && M6(t, o, i), i;
|
|
8204
8250
|
};
|
|
8205
|
-
const
|
|
8206
|
-
let
|
|
8251
|
+
const _6 = g(l2(C));
|
|
8252
|
+
let Z6 = 0, F = class extends _6 {
|
|
8207
8253
|
constructor() {
|
|
8208
|
-
super(), this.label = "", this.value = "", this.placeholder = "", this.helperText = "", this.state = "default", this.disabled = !1, this.leadingIcon = "", this.trailingIcon = "", this.name = "", this.required = !1, this.clearLabel = "Clear", this.inputId = "", this.inputId || (this.inputId = `o-input-${++
|
|
8254
|
+
super(), this.label = "", this.value = "", this.placeholder = "", this.helperText = "", this.state = "default", this.disabled = !1, this.leadingIcon = "", this.trailingIcon = "", this.name = "", this.required = !1, this.clearLabel = "Clear", this.inputId = "", this.inputId || (this.inputId = `o-input-${++Z6}`);
|
|
8209
8255
|
}
|
|
8210
8256
|
updated(e) {
|
|
8211
8257
|
(e.has("value") || e.has("name")) && this[Z1].setFormValue(this.value);
|
|
@@ -8481,15 +8527,15 @@ D([
|
|
|
8481
8527
|
F = D([
|
|
8482
8528
|
f("o-input")
|
|
8483
8529
|
], F);
|
|
8484
|
-
var
|
|
8485
|
-
for (var i = n > 1 ? void 0 : n ?
|
|
8530
|
+
var S6 = Object.defineProperty, F6 = Object.getOwnPropertyDescriptor, N = (e, t, o, n) => {
|
|
8531
|
+
for (var i = n > 1 ? void 0 : n ? F6(t, o) : t, r = e.length - 1, l; r >= 0; r--)
|
|
8486
8532
|
(l = e[r]) && (i = (n ? l(t, o, i) : l(i)) || i);
|
|
8487
|
-
return n && i &&
|
|
8533
|
+
return n && i && S6(t, o, i), i;
|
|
8488
8534
|
};
|
|
8489
|
-
const
|
|
8490
|
-
let
|
|
8535
|
+
const O6 = l2(C);
|
|
8536
|
+
let A6 = 0, O = class extends O6 {
|
|
8491
8537
|
constructor() {
|
|
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-${++
|
|
8538
|
+
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-${++A6}`);
|
|
8493
8539
|
}
|
|
8494
8540
|
updated(e) {
|
|
8495
8541
|
(e.has("value") || e.has("name")) && this[Z1].setFormValue(this.value);
|
|
@@ -8740,10 +8786,10 @@ N([
|
|
|
8740
8786
|
O = N([
|
|
8741
8787
|
f("o-textarea")
|
|
8742
8788
|
], O);
|
|
8743
|
-
var
|
|
8744
|
-
for (var i = n > 1 ? void 0 : n ?
|
|
8789
|
+
var P6 = Object.defineProperty, I6 = Object.getOwnPropertyDescriptor, u1 = (e, t, o, n) => {
|
|
8790
|
+
for (var i = n > 1 ? void 0 : n ? I6(t, o) : t, r = e.length - 1, l; r >= 0; r--)
|
|
8745
8791
|
(l = e[r]) && (i = (n ? l(t, o, i) : l(i)) || i);
|
|
8746
|
-
return n && i &&
|
|
8792
|
+
return n && i && P6(t, o, i), i;
|
|
8747
8793
|
};
|
|
8748
8794
|
let U = class extends g(C) {
|
|
8749
8795
|
constructor() {
|
|
@@ -8841,14 +8887,14 @@ u1([
|
|
|
8841
8887
|
U = u1([
|
|
8842
8888
|
f("o-search-input")
|
|
8843
8889
|
], U);
|
|
8844
|
-
var
|
|
8845
|
-
for (var i = n > 1 ? void 0 : n ?
|
|
8890
|
+
var z6 = Object.defineProperty, D6 = Object.getOwnPropertyDescriptor, P = (e, t, o, n) => {
|
|
8891
|
+
for (var i = n > 1 ? void 0 : n ? D6(t, o) : t, r = e.length - 1, l; r >= 0; r--)
|
|
8846
8892
|
(l = e[r]) && (i = (n ? l(t, o, i) : l(i)) || i);
|
|
8847
|
-
return n && i &&
|
|
8893
|
+
return n && i && z6(t, o, i), i;
|
|
8848
8894
|
};
|
|
8849
|
-
let
|
|
8895
|
+
let T6 = 0, k = class extends g(C) {
|
|
8850
8896
|
constructor() {
|
|
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-${++
|
|
8897
|
+
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-${++T6}`, this._handleOutsideClick = (e) => {
|
|
8852
8898
|
this.contains(e.target) || (this.open = !1, this.activeIndex = -1);
|
|
8853
8899
|
}, this._handleFocusOut = () => {
|
|
8854
8900
|
requestAnimationFrame(() => {
|
|
@@ -9017,11 +9063,11 @@ let O6 = 0, M = class extends g(C) {
|
|
|
9017
9063
|
`;
|
|
9018
9064
|
}
|
|
9019
9065
|
};
|
|
9020
|
-
|
|
9066
|
+
k.shadowRootOptions = {
|
|
9021
9067
|
...C.shadowRootOptions,
|
|
9022
9068
|
delegatesFocus: !0
|
|
9023
9069
|
};
|
|
9024
|
-
|
|
9070
|
+
k.styles = u`
|
|
9025
9071
|
:host {
|
|
9026
9072
|
display: flex;
|
|
9027
9073
|
position: relative;
|
|
@@ -9101,56 +9147,56 @@ M.styles = u`
|
|
|
9101
9147
|
`;
|
|
9102
9148
|
P([
|
|
9103
9149
|
s({ type: String })
|
|
9104
|
-
],
|
|
9150
|
+
], k.prototype, "label", 2);
|
|
9105
9151
|
P([
|
|
9106
9152
|
s({ type: String })
|
|
9107
|
-
],
|
|
9153
|
+
], k.prototype, "value", 2);
|
|
9108
9154
|
P([
|
|
9109
9155
|
s({ type: String })
|
|
9110
|
-
],
|
|
9156
|
+
], k.prototype, "placeholder", 2);
|
|
9111
9157
|
P([
|
|
9112
9158
|
s({ type: String, attribute: "helper-text" })
|
|
9113
|
-
],
|
|
9159
|
+
], k.prototype, "helperText", 2);
|
|
9114
9160
|
P([
|
|
9115
9161
|
s({ type: String, reflect: !0 })
|
|
9116
|
-
],
|
|
9162
|
+
], k.prototype, "state", 2);
|
|
9117
9163
|
P([
|
|
9118
9164
|
s({ type: Boolean, reflect: !0 })
|
|
9119
|
-
],
|
|
9165
|
+
], k.prototype, "disabled", 2);
|
|
9120
9166
|
P([
|
|
9121
9167
|
s({ type: String, reflect: !0 })
|
|
9122
|
-
],
|
|
9168
|
+
], k.prototype, "theme", 2);
|
|
9123
9169
|
P([
|
|
9124
9170
|
s({ type: Array })
|
|
9125
|
-
],
|
|
9171
|
+
], k.prototype, "options", 2);
|
|
9126
9172
|
P([
|
|
9127
9173
|
s({ type: String, attribute: "search-by" })
|
|
9128
|
-
],
|
|
9174
|
+
], k.prototype, "searchBy", 2);
|
|
9129
9175
|
P([
|
|
9130
9176
|
s({ type: String, attribute: "no-results-text" })
|
|
9131
|
-
],
|
|
9177
|
+
], k.prototype, "noResultsText", 2);
|
|
9132
9178
|
P([
|
|
9133
9179
|
s({ attribute: !1 })
|
|
9134
|
-
],
|
|
9180
|
+
], k.prototype, "onSelect", 2);
|
|
9135
9181
|
P([
|
|
9136
9182
|
t1()
|
|
9137
|
-
],
|
|
9183
|
+
], k.prototype, "open", 2);
|
|
9138
9184
|
P([
|
|
9139
9185
|
t1()
|
|
9140
|
-
],
|
|
9186
|
+
], k.prototype, "filteredOptions", 2);
|
|
9141
9187
|
P([
|
|
9142
9188
|
t1()
|
|
9143
|
-
],
|
|
9189
|
+
], k.prototype, "activeIndex", 2);
|
|
9144
9190
|
P([
|
|
9145
9191
|
q1("o-search-input")
|
|
9146
|
-
],
|
|
9147
|
-
|
|
9192
|
+
], k.prototype, "searchInputEl", 2);
|
|
9193
|
+
k = P([
|
|
9148
9194
|
f("o-search-input-dropdown")
|
|
9149
|
-
],
|
|
9150
|
-
var
|
|
9151
|
-
for (var i = n > 1 ? void 0 : n ?
|
|
9195
|
+
], k);
|
|
9196
|
+
var R6 = Object.defineProperty, j6 = Object.getOwnPropertyDescriptor, L = (e, t, o, n) => {
|
|
9197
|
+
for (var i = n > 1 ? void 0 : n ? j6(t, o) : t, r = e.length - 1, l; r >= 0; r--)
|
|
9152
9198
|
(l = e[r]) && (i = (n ? l(t, o, i) : l(i)) || i);
|
|
9153
|
-
return n && i &&
|
|
9199
|
+
return n && i && R6(t, o, i), i;
|
|
9154
9200
|
};
|
|
9155
9201
|
let m = class extends g(C) {
|
|
9156
9202
|
constructor() {
|