@florid-kit/components 2.4.0 → 2.4.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/components/reassurance.d.ts +1 -0
- package/index.js +64 -44
- package/index.mjs +160 -137
- package/package.json +1 -1
package/index.mjs
CHANGED
|
@@ -3,16 +3,16 @@
|
|
|
3
3
|
* Copyright 2019 Google LLC
|
|
4
4
|
* SPDX-License-Identifier: BSD-3-Clause
|
|
5
5
|
*/
|
|
6
|
-
const G1 = globalThis,
|
|
6
|
+
const G1 = globalThis, v2 = G1.ShadowRoot && (G1.ShadyCSS === void 0 || G1.ShadyCSS.nativeShadow) && "adoptedStyleSheets" in Document.prototype && "replace" in CSSStyleSheet.prototype, b2 = Symbol(), k2 = /* @__PURE__ */ new WeakMap();
|
|
7
7
|
let U2 = class {
|
|
8
8
|
constructor(t, o, n) {
|
|
9
|
-
if (this._$cssResult$ = !0, n !==
|
|
9
|
+
if (this._$cssResult$ = !0, n !== b2) throw Error("CSSResult is not constructable. Use `unsafeCSS` or `css` instead.");
|
|
10
10
|
this.cssText = t, this.t = o;
|
|
11
11
|
}
|
|
12
12
|
get styleSheet() {
|
|
13
13
|
let t = this.o;
|
|
14
14
|
const o = this.t;
|
|
15
|
-
if (
|
|
15
|
+
if (v2 && t === void 0) {
|
|
16
16
|
const n = o !== void 0 && o.length === 1;
|
|
17
17
|
n && (t = k2.get(o)), t === void 0 && ((this.o = t = new CSSStyleSheet()).replaceSync(this.cssText), n && k2.set(o, t));
|
|
18
18
|
}
|
|
@@ -22,20 +22,20 @@ let U2 = class {
|
|
|
22
22
|
return this.cssText;
|
|
23
23
|
}
|
|
24
24
|
};
|
|
25
|
-
const t0 = (e) => new U2(typeof e == "string" ? e : e + "", void 0,
|
|
25
|
+
const t0 = (e) => new U2(typeof e == "string" ? e : e + "", void 0, b2), C = (e, ...t) => {
|
|
26
26
|
const o = e.length === 1 ? e[0] : t.reduce((n, i, s) => n + ((r) => {
|
|
27
27
|
if (r._$cssResult$ === !0) return r.cssText;
|
|
28
28
|
if (typeof r == "number") return r;
|
|
29
29
|
throw Error("Value passed to 'css' function must be a 'css' function result: " + r + ". Use 'unsafeCSS' to pass non-literal values, but take care to ensure page security.");
|
|
30
30
|
})(i) + e[s + 1], e[0]);
|
|
31
|
-
return new U2(o, e,
|
|
31
|
+
return new U2(o, e, b2);
|
|
32
32
|
}, e0 = (e, t) => {
|
|
33
|
-
if (
|
|
33
|
+
if (v2) e.adoptedStyleSheets = t.map((o) => o instanceof CSSStyleSheet ? o : o.styleSheet);
|
|
34
34
|
else for (const o of t) {
|
|
35
35
|
const n = document.createElement("style"), i = G1.litNonce;
|
|
36
36
|
i !== void 0 && n.setAttribute("nonce", i), n.textContent = o.cssText, e.appendChild(n);
|
|
37
37
|
}
|
|
38
|
-
}, Z2 =
|
|
38
|
+
}, Z2 = v2 ? (e) => e : (e) => e instanceof CSSStyleSheet ? ((t) => {
|
|
39
39
|
let o = "";
|
|
40
40
|
for (const n of t.cssRules) o += n.cssText;
|
|
41
41
|
return t0(o);
|
|
@@ -45,7 +45,7 @@ const t0 = (e) => new U2(typeof e == "string" ? e : e + "", void 0, v2), C = (e,
|
|
|
45
45
|
* Copyright 2017 Google LLC
|
|
46
46
|
* SPDX-License-Identifier: BSD-3-Clause
|
|
47
47
|
*/
|
|
48
|
-
const { is: o0, defineProperty: i0, getOwnPropertyDescriptor: n0, getOwnPropertyNames: s0, getOwnPropertySymbols: r0, getPrototypeOf: l0 } = Object, p1 = globalThis, _2 = p1.trustedTypes, a0 = _2 ? _2.emptyScript : "",
|
|
48
|
+
const { is: o0, defineProperty: i0, getOwnPropertyDescriptor: n0, getOwnPropertyNames: s0, getOwnPropertySymbols: r0, getPrototypeOf: l0 } = Object, p1 = globalThis, _2 = p1.trustedTypes, a0 = _2 ? _2.emptyScript : "", l2 = p1.reactiveElementPolyfillSupport, _1 = (e, t) => e, X1 = { toAttribute(e, t) {
|
|
49
49
|
switch (t) {
|
|
50
50
|
case Boolean:
|
|
51
51
|
e = e ? a0 : null;
|
|
@@ -73,7 +73,7 @@ const { is: o0, defineProperty: i0, getOwnPropertyDescriptor: n0, getOwnProperty
|
|
|
73
73
|
}
|
|
74
74
|
}
|
|
75
75
|
return o;
|
|
76
|
-
} },
|
|
76
|
+
} }, w2 = (e, t) => !o0(e, t), S2 = { attribute: !0, type: String, converter: X1, reflect: !1, useDefault: !1, hasChanged: w2 };
|
|
77
77
|
Symbol.metadata ?? (Symbol.metadata = Symbol("metadata")), p1.litPropertyMetadata ?? (p1.litPropertyMetadata = /* @__PURE__ */ new WeakMap());
|
|
78
78
|
let $1 = class extends HTMLElement {
|
|
79
79
|
static addInitializer(t) {
|
|
@@ -103,13 +103,13 @@ let $1 = class extends HTMLElement {
|
|
|
103
103
|
return this.elementProperties.get(t) ?? S2;
|
|
104
104
|
}
|
|
105
105
|
static _$Ei() {
|
|
106
|
-
if (this.hasOwnProperty(
|
|
106
|
+
if (this.hasOwnProperty(_1("elementProperties"))) return;
|
|
107
107
|
const t = l0(this);
|
|
108
108
|
t.finalize(), t.l !== void 0 && (this.l = [...t.l]), this.elementProperties = new Map(t.elementProperties);
|
|
109
109
|
}
|
|
110
110
|
static finalize() {
|
|
111
|
-
if (this.hasOwnProperty(
|
|
112
|
-
if (this.finalized = !0, this._$Ei(), this.hasOwnProperty(
|
|
111
|
+
if (this.hasOwnProperty(_1("finalized"))) return;
|
|
112
|
+
if (this.finalized = !0, this._$Ei(), this.hasOwnProperty(_1("properties"))) {
|
|
113
113
|
const o = this.properties, n = [...s0(o), ...r0(o)];
|
|
114
114
|
for (const i of n) this.createProperty(i, o[i]);
|
|
115
115
|
}
|
|
@@ -200,7 +200,7 @@ let $1 = class extends HTMLElement {
|
|
|
200
200
|
var i;
|
|
201
201
|
if (t !== void 0) {
|
|
202
202
|
const s = this.constructor, r = this[t];
|
|
203
|
-
if (n ?? (n = s.getPropertyOptions(t)), !((n.hasChanged ??
|
|
203
|
+
if (n ?? (n = s.getPropertyOptions(t)), !((n.hasChanged ?? w2)(r, o) || n.useDefault && n.reflect && r === ((i = this._$Ej) == null ? void 0 : i.get(t)) && !this.hasAttribute(s._$Eu(t, n)))) return;
|
|
204
204
|
this.C(t, o, n);
|
|
205
205
|
}
|
|
206
206
|
this.isUpdatePending === !1 && (this._$ES = this._$EP());
|
|
@@ -276,38 +276,38 @@ let $1 = class extends HTMLElement {
|
|
|
276
276
|
firstUpdated(t) {
|
|
277
277
|
}
|
|
278
278
|
};
|
|
279
|
-
$1.elementStyles = [], $1.shadowRootOptions = { mode: "open" }, $1[
|
|
279
|
+
$1.elementStyles = [], $1.shadowRootOptions = { mode: "open" }, $1[_1("elementProperties")] = /* @__PURE__ */ new Map(), $1[_1("finalized")] = /* @__PURE__ */ new Map(), l2 == null || l2({ ReactiveElement: $1 }), (p1.reactiveElementVersions ?? (p1.reactiveElementVersions = [])).push("2.1.0");
|
|
280
280
|
/**
|
|
281
281
|
* @license
|
|
282
282
|
* Copyright 2017 Google LLC
|
|
283
283
|
* SPDX-License-Identifier: BSD-3-Clause
|
|
284
284
|
*/
|
|
285
|
-
const
|
|
286
|
-
\f\r]`,
|
|
285
|
+
const S1 = globalThis, Y1 = S1.trustedTypes, F2 = Y1 ? Y1.createPolicy("lit-html", { createHTML: (e) => e }) : void 0, q2 = "$lit$", d1 = `lit$${Math.random().toFixed(9).slice(2)}$`, N2 = "?" + d1, c0 = `<${N2}>`, w1 = document, O1 = () => w1.createComment(""), A1 = (e) => e === null || typeof e != "object" && typeof e != "function", m2 = Array.isArray, h0 = (e) => m2(e) || typeof (e == null ? void 0 : e[Symbol.iterator]) == "function", a2 = `[
|
|
286
|
+
\f\r]`, Z1 = /<(?:(!--|\/[^a-zA-Z])|(\/?[a-zA-Z][^>\s]*)|(\/?$))/g, O2 = /-->/g, A2 = />/g, f1 = RegExp(`>|${a2}(?:([^\\s"'>=/]+)(${a2}*=${a2}*(?:[^
|
|
287
287
|
\f\r"'\`<>=]|("|')|))|$)`, "g"), I2 = /'/g, P2 = /"/g, K2 = /^(?:script|style|textarea|title)$/i, d0 = (e) => (t, ...o) => ({ _$litType$: e, strings: t, values: o }), a = d0(1), A = Symbol.for("lit-noChange"), d = Symbol.for("lit-nothing"), z2 = /* @__PURE__ */ new WeakMap(), v1 = w1.createTreeWalker(w1, 129);
|
|
288
288
|
function W2(e, t) {
|
|
289
|
-
if (!
|
|
289
|
+
if (!m2(e) || !e.hasOwnProperty("raw")) throw Error("invalid template strings array");
|
|
290
290
|
return F2 !== void 0 ? F2.createHTML(t) : t;
|
|
291
291
|
}
|
|
292
292
|
const p0 = (e, t) => {
|
|
293
293
|
const o = e.length - 1, n = [];
|
|
294
|
-
let i, s = t === 2 ? "<svg>" : t === 3 ? "<math>" : "", r =
|
|
294
|
+
let i, s = t === 2 ? "<svg>" : t === 3 ? "<math>" : "", r = Z1;
|
|
295
295
|
for (let c = 0; c < o; c++) {
|
|
296
296
|
const h = e[c];
|
|
297
297
|
let f, w, v = -1, i1 = 0;
|
|
298
|
-
for (; i1 < h.length && (r.lastIndex = i1, w = r.exec(h), w !== null); ) i1 = r.lastIndex, r ===
|
|
298
|
+
for (; i1 < h.length && (r.lastIndex = i1, w = r.exec(h), w !== null); ) i1 = r.lastIndex, r === Z1 ? w[1] === "!--" ? r = O2 : w[1] !== void 0 ? r = A2 : w[2] !== void 0 ? (K2.test(w[2]) && (i = RegExp("</" + w[2], "g")), r = f1) : w[3] !== void 0 && (r = f1) : r === f1 ? w[0] === ">" ? (r = i ?? Z1, v = -1) : w[1] === void 0 ? v = -2 : (v = r.lastIndex - w[2].length, f = w[1], r = w[3] === void 0 ? f1 : w[3] === '"' ? P2 : I2) : r === P2 || r === I2 ? r = f1 : r === O2 || r === A2 ? r = Z1 : (r = f1, i = void 0);
|
|
299
299
|
const h1 = r === f1 && e[c + 1].startsWith("/>") ? " " : "";
|
|
300
|
-
s += r ===
|
|
300
|
+
s += r === Z1 ? h + c0 : v >= 0 ? (n.push(f), h.slice(0, v) + q2 + h.slice(v) + d1 + h1) : h + d1 + (v === -2 ? c : h1);
|
|
301
301
|
}
|
|
302
302
|
return [W2(e, s + (e[o] || "<?>") + (t === 2 ? "</svg>" : t === 3 ? "</math>" : "")), n];
|
|
303
303
|
};
|
|
304
|
-
class
|
|
304
|
+
class I1 {
|
|
305
305
|
constructor({ strings: t, _$litType$: o }, n) {
|
|
306
306
|
let i;
|
|
307
307
|
this.parts = [];
|
|
308
308
|
let s = 0, r = 0;
|
|
309
309
|
const c = t.length - 1, h = this.parts, [f, w] = p0(t, o);
|
|
310
|
-
if (this.el =
|
|
310
|
+
if (this.el = I1.createElement(f, n), v1.currentNode = this.el.content, o === 2 || o === 3) {
|
|
311
311
|
const v = this.el.content.firstChild;
|
|
312
312
|
v.replaceWith(...v.childNodes);
|
|
313
313
|
}
|
|
@@ -321,8 +321,8 @@ class A1 {
|
|
|
321
321
|
const v = i.textContent.split(d1), i1 = v.length - 1;
|
|
322
322
|
if (i1 > 0) {
|
|
323
323
|
i.textContent = Y1 ? Y1.emptyScript : "";
|
|
324
|
-
for (let h1 = 0; h1 < i1; h1++) i.append(v[h1],
|
|
325
|
-
i.append(v[i1],
|
|
324
|
+
for (let h1 = 0; h1 < i1; h1++) i.append(v[h1], O1()), v1.nextNode(), h.push({ type: 2, index: ++s });
|
|
325
|
+
i.append(v[i1], O1());
|
|
326
326
|
}
|
|
327
327
|
}
|
|
328
328
|
} else if (i.nodeType === 8) if (i.data === N2) h.push({ type: 2, index: s });
|
|
@@ -342,7 +342,7 @@ function B1(e, t, o = e, n) {
|
|
|
342
342
|
var r, c;
|
|
343
343
|
if (t === A) return t;
|
|
344
344
|
let i = n !== void 0 ? (r = o._$Co) == null ? void 0 : r[n] : o._$Cl;
|
|
345
|
-
const s =
|
|
345
|
+
const s = A1(t) ? void 0 : t._$litDirective$;
|
|
346
346
|
return (i == null ? void 0 : i.constructor) !== s && ((c = i == null ? void 0 : i._$AO) == null || c.call(i, !1), s === void 0 ? i = void 0 : (i = new s(e), i._$AT(e, o, n)), n !== void 0 ? (o._$Co ?? (o._$Co = []))[n] = i : o._$Cl = i), i !== void 0 && (t = B1(e, i._$AS(e, t.values), i, n)), t;
|
|
347
347
|
}
|
|
348
348
|
class C0 {
|
|
@@ -393,7 +393,7 @@ class U1 {
|
|
|
393
393
|
return this._$AB;
|
|
394
394
|
}
|
|
395
395
|
_$AI(t, o = this) {
|
|
396
|
-
t = B1(this, t, o),
|
|
396
|
+
t = B1(this, t, o), A1(t) ? t === d || t == null || t === "" ? (this._$AH !== d && this._$AR(), this._$AH = d) : t !== this._$AH && t !== A && this._(t) : t._$litType$ !== void 0 ? this.$(t) : t.nodeType !== void 0 ? this.T(t) : h0(t) ? this.k(t) : this._(t);
|
|
397
397
|
}
|
|
398
398
|
O(t) {
|
|
399
399
|
return this._$AA.parentNode.insertBefore(t, this._$AB);
|
|
@@ -402,11 +402,11 @@ class U1 {
|
|
|
402
402
|
this._$AH !== t && (this._$AR(), this._$AH = this.O(t));
|
|
403
403
|
}
|
|
404
404
|
_(t) {
|
|
405
|
-
this._$AH !== d &&
|
|
405
|
+
this._$AH !== d && A1(this._$AH) ? this._$AA.nextSibling.data = t : this.T(w1.createTextNode(t)), this._$AH = t;
|
|
406
406
|
}
|
|
407
407
|
$(t) {
|
|
408
408
|
var s;
|
|
409
|
-
const { values: o, _$litType$: n } = t, i = typeof n == "number" ? this._$AC(t) : (n.el === void 0 && (n.el =
|
|
409
|
+
const { values: o, _$litType$: n } = t, i = typeof n == "number" ? this._$AC(t) : (n.el === void 0 && (n.el = I1.createElement(W2(n.h, n.h[0]), this.options)), n);
|
|
410
410
|
if (((s = this._$AH) == null ? void 0 : s._$AD) === i) this._$AH.p(o);
|
|
411
411
|
else {
|
|
412
412
|
const r = new C0(i, this), c = r.u(this.options);
|
|
@@ -415,13 +415,13 @@ class U1 {
|
|
|
415
415
|
}
|
|
416
416
|
_$AC(t) {
|
|
417
417
|
let o = z2.get(t.strings);
|
|
418
|
-
return o === void 0 && z2.set(t.strings, o = new
|
|
418
|
+
return o === void 0 && z2.set(t.strings, o = new I1(t)), o;
|
|
419
419
|
}
|
|
420
420
|
k(t) {
|
|
421
|
-
|
|
421
|
+
m2(this._$AH) || (this._$AH = [], this._$AR());
|
|
422
422
|
const o = this._$AH;
|
|
423
423
|
let n, i = 0;
|
|
424
|
-
for (const s of t) i === o.length ? o.push(n = new U1(this.O(
|
|
424
|
+
for (const s of t) i === o.length ? o.push(n = new U1(this.O(O1()), this.O(O1()), this, this.options)) : n = o[i], n._$AI(s), i++;
|
|
425
425
|
i < o.length && (this._$AR(n && n._$AB.nextSibling, i), o.length = i);
|
|
426
426
|
}
|
|
427
427
|
_$AR(t = this._$AA.nextSibling, o) {
|
|
@@ -449,11 +449,11 @@ class Q1 {
|
|
|
449
449
|
_$AI(t, o = this, n, i) {
|
|
450
450
|
const s = this.strings;
|
|
451
451
|
let r = !1;
|
|
452
|
-
if (s === void 0) t = B1(this, t, o, 0), r = !
|
|
452
|
+
if (s === void 0) t = B1(this, t, o, 0), r = !A1(t) || t !== this._$AH && t !== A, r && (this._$AH = t);
|
|
453
453
|
else {
|
|
454
454
|
const c = t;
|
|
455
455
|
let h, f;
|
|
456
|
-
for (t = s[0], h = 0; h < s.length - 1; h++) f = B1(this, c[n + h], o, h), f === A && (f = this._$AH[h]), r || (r = !
|
|
456
|
+
for (t = s[0], h = 0; h < s.length - 1; h++) f = B1(this, c[n + h], o, h), f === A && (f = this._$AH[h]), r || (r = !A1(f) || f !== this._$AH[h]), f === d ? t = d : t !== d && (t += (f ?? "") + s[h + 1]), this._$AH[h] = f;
|
|
457
457
|
}
|
|
458
458
|
r && !i && this.j(t);
|
|
459
459
|
}
|
|
@@ -502,14 +502,14 @@ class v0 {
|
|
|
502
502
|
B1(this, t);
|
|
503
503
|
}
|
|
504
504
|
}
|
|
505
|
-
const
|
|
506
|
-
|
|
505
|
+
const c2 = S1.litHtmlPolyfillSupport;
|
|
506
|
+
c2 == null || c2(I1, U1), (S1.litHtmlVersions ?? (S1.litHtmlVersions = [])).push("3.3.0");
|
|
507
507
|
const b0 = (e, t, o) => {
|
|
508
508
|
const n = (o == null ? void 0 : o.renderBefore) ?? t;
|
|
509
509
|
let i = n._$litPart$;
|
|
510
510
|
if (i === void 0) {
|
|
511
511
|
const s = (o == null ? void 0 : o.renderBefore) ?? null;
|
|
512
|
-
n._$litPart$ = i = new U1(t.insertBefore(
|
|
512
|
+
n._$litPart$ = i = new U1(t.insertBefore(O1(), s), s, void 0, o ?? {});
|
|
513
513
|
}
|
|
514
514
|
return i._$AI(e), i;
|
|
515
515
|
};
|
|
@@ -546,8 +546,8 @@ let p = class extends $1 {
|
|
|
546
546
|
};
|
|
547
547
|
var R2;
|
|
548
548
|
p._$litElement$ = !0, p.finalized = !0, (R2 = b1.litElementHydrateSupport) == null || R2.call(b1, { LitElement: p });
|
|
549
|
-
const
|
|
550
|
-
|
|
549
|
+
const h2 = b1.litElementPolyfillSupport;
|
|
550
|
+
h2 == null || h2({ LitElement: p });
|
|
551
551
|
(b1.litElementVersions ?? (b1.litElementVersions = [])).push("4.2.0");
|
|
552
552
|
/**
|
|
553
553
|
* @license
|
|
@@ -564,7 +564,7 @@ const u = (e) => (t, o) => {
|
|
|
564
564
|
* Copyright 2017 Google LLC
|
|
565
565
|
* SPDX-License-Identifier: BSD-3-Clause
|
|
566
566
|
*/
|
|
567
|
-
const w0 = { attribute: !0, type: String, converter: X1, reflect: !1, hasChanged:
|
|
567
|
+
const w0 = { attribute: !0, type: String, converter: X1, reflect: !1, hasChanged: w2 }, m0 = (e = w0, t, o) => {
|
|
568
568
|
const { kind: n, metadata: i } = o;
|
|
569
569
|
let s = globalThis.litPropertyMetadata.get(i);
|
|
570
570
|
if (s === void 0 && globalThis.litPropertyMetadata.set(i, s = /* @__PURE__ */ new Map()), n === "setter" && ((e = Object.create(e)).wrapped = !0), s.set(o.name, e), n === "accessor") {
|
|
@@ -630,7 +630,7 @@ C`
|
|
|
630
630
|
box-sizing: border-box;
|
|
631
631
|
}
|
|
632
632
|
`;
|
|
633
|
-
const
|
|
633
|
+
const y2 = C`
|
|
634
634
|
border: 0 !important;
|
|
635
635
|
clip: rect(0.1rem, 0.1rem, 0.1rem, 0.1rem) !important;
|
|
636
636
|
-webkit-clip-path: inset(50%) !important;
|
|
@@ -657,12 +657,12 @@ const m2 = C`
|
|
|
657
657
|
* Copyright 2023 Google LLC
|
|
658
658
|
* SPDX-License-Identifier: Apache-2.0
|
|
659
659
|
*/
|
|
660
|
-
const
|
|
660
|
+
const P1 = Symbol("internals"), d2 = Symbol("privateInternals");
|
|
661
661
|
function t2(e) {
|
|
662
662
|
var t;
|
|
663
663
|
class o extends e {
|
|
664
|
-
get [(t =
|
|
665
|
-
return this[
|
|
664
|
+
get [(t = P1, t)]() {
|
|
665
|
+
return this[d2] || (this[d2] = this.attachInternals()), this[d2];
|
|
666
666
|
}
|
|
667
667
|
}
|
|
668
668
|
return o;
|
|
@@ -676,7 +676,7 @@ function x0(e) {
|
|
|
676
676
|
e.addInitializer((t) => {
|
|
677
677
|
const o = t;
|
|
678
678
|
o.addEventListener("click", async (n) => {
|
|
679
|
-
const { type: i, [
|
|
679
|
+
const { type: i, [P1]: s } = o, { form: r } = s;
|
|
680
680
|
if (!(!r || i === "button") && (await new Promise((c) => {
|
|
681
681
|
setTimeout(c);
|
|
682
682
|
}), !n.defaultPrevented)) {
|
|
@@ -1534,7 +1534,7 @@ const $0 = `<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="h
|
|
|
1534
1534
|
checkbox: J0,
|
|
1535
1535
|
sliderLeftArrow: Q0,
|
|
1536
1536
|
sliderRightArrow: t3
|
|
1537
|
-
},
|
|
1537
|
+
}, L2 = {
|
|
1538
1538
|
"occ-address": { small: e3, medium: o3, large: i3 },
|
|
1539
1539
|
"occ-autorep": { small: n3, medium: s3, large: r3 },
|
|
1540
1540
|
"occ-back": { small: l3, medium: a3, large: c3 },
|
|
@@ -1593,7 +1593,7 @@ const $0 = `<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="h
|
|
|
1593
1593
|
"occ-wishlist-filled": { small: n5, medium: D2, large: D2 },
|
|
1594
1594
|
"occ-wishlist-outlined": { small: s5, medium: T2, large: T2 }
|
|
1595
1595
|
}, l5 = Object.fromEntries(
|
|
1596
|
-
Object.entries(
|
|
1596
|
+
Object.entries(L2).map(([e, t]) => [
|
|
1597
1597
|
e,
|
|
1598
1598
|
t.medium ?? t.small ?? t.large ?? ""
|
|
1599
1599
|
])
|
|
@@ -1605,8 +1605,8 @@ const $0 = `<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="h
|
|
|
1605
1605
|
small: 12,
|
|
1606
1606
|
medium: 16,
|
|
1607
1607
|
large: 24
|
|
1608
|
-
}, c5 = (e) => Object.prototype.hasOwnProperty.call(
|
|
1609
|
-
const n =
|
|
1608
|
+
}, c5 = (e) => Object.prototype.hasOwnProperty.call(L2, e), h5 = (e) => e === "xsmall" ? "small" : e, d5 = (e, t, o) => {
|
|
1609
|
+
const n = L2[e];
|
|
1610
1610
|
if (o) {
|
|
1611
1611
|
const i = h5(t);
|
|
1612
1612
|
return n[i] ?? n.large ?? n.medium ?? n.small ?? "";
|
|
@@ -1654,7 +1654,7 @@ let o2 = class {
|
|
|
1654
1654
|
* Copyright 2017 Google LLC
|
|
1655
1655
|
* SPDX-License-Identifier: BSD-3-Clause
|
|
1656
1656
|
*/
|
|
1657
|
-
class
|
|
1657
|
+
class p2 extends o2 {
|
|
1658
1658
|
constructor(t) {
|
|
1659
1659
|
if (super(t), this.it = d, t.type !== n1.CHILD) throw Error(this.constructor.directiveName + "() can only be used in child bindings");
|
|
1660
1660
|
}
|
|
@@ -1668,16 +1668,16 @@ class d2 extends o2 {
|
|
|
1668
1668
|
return o.raw = o, this._t = { _$litType$: this.constructor.resultType, strings: o, values: [] };
|
|
1669
1669
|
}
|
|
1670
1670
|
}
|
|
1671
|
-
|
|
1671
|
+
p2.directiveName = "unsafeHTML", p2.resultType = 1;
|
|
1672
1672
|
/**
|
|
1673
1673
|
* @license
|
|
1674
1674
|
* Copyright 2017 Google LLC
|
|
1675
1675
|
* SPDX-License-Identifier: BSD-3-Clause
|
|
1676
1676
|
*/
|
|
1677
|
-
class
|
|
1677
|
+
class C2 extends p2 {
|
|
1678
1678
|
}
|
|
1679
|
-
|
|
1680
|
-
const q = e2(
|
|
1679
|
+
C2.directiveName = "unsafeSVG", C2.resultType = 2;
|
|
1680
|
+
const q = e2(C2);
|
|
1681
1681
|
/**
|
|
1682
1682
|
* @license
|
|
1683
1683
|
* Copyright 2020 Google LLC
|
|
@@ -1689,11 +1689,11 @@ const X2 = (e) => e.strings === void 0, g5 = {}, f5 = (e, t = g5) => e._$AH = t;
|
|
|
1689
1689
|
* Copyright 2017 Google LLC
|
|
1690
1690
|
* SPDX-License-Identifier: BSD-3-Clause
|
|
1691
1691
|
*/
|
|
1692
|
-
const
|
|
1692
|
+
const F1 = (e, t) => {
|
|
1693
1693
|
var n;
|
|
1694
1694
|
const o = e._$AN;
|
|
1695
1695
|
if (o === void 0) return !1;
|
|
1696
|
-
for (const i of o) (n = i._$AO) == null || n.call(i, t, !1),
|
|
1696
|
+
for (const i of o) (n = i._$AO) == null || n.call(i, t, !1), F1(i, t);
|
|
1697
1697
|
return !0;
|
|
1698
1698
|
}, J1 = (e) => {
|
|
1699
1699
|
let t, o;
|
|
@@ -1714,9 +1714,9 @@ function v5(e) {
|
|
|
1714
1714
|
}
|
|
1715
1715
|
function b5(e, t = !1, o = 0) {
|
|
1716
1716
|
const n = this._$AH, i = this._$AN;
|
|
1717
|
-
if (i !== void 0 && i.size !== 0) if (t) if (Array.isArray(n)) for (let s = o; s < n.length; s++)
|
|
1718
|
-
else n != null && (
|
|
1719
|
-
else
|
|
1717
|
+
if (i !== void 0 && i.size !== 0) if (t) if (Array.isArray(n)) for (let s = o; s < n.length; s++) F1(n[s], !1), J1(n[s]);
|
|
1718
|
+
else n != null && (F1(n, !1), J1(n));
|
|
1719
|
+
else F1(this, e);
|
|
1720
1720
|
}
|
|
1721
1721
|
const w5 = (e) => {
|
|
1722
1722
|
e.type == n1.CHILD && (e._$AP ?? (e._$AP = b5), e._$AQ ?? (e._$AQ = v5));
|
|
@@ -1730,7 +1730,7 @@ class m5 extends o2 {
|
|
|
1730
1730
|
}
|
|
1731
1731
|
_$AO(t, o = !0) {
|
|
1732
1732
|
var n, i;
|
|
1733
|
-
t !== this.isConnected && (this.isConnected = t, t ? (n = this.reconnected) == null || n.call(this) : (i = this.disconnected) == null || i.call(this)), o && (
|
|
1733
|
+
t !== this.isConnected && (this.isConnected = t, t ? (n = this.reconnected) == null || n.call(this) : (i = this.disconnected) == null || i.call(this)), o && (F1(this, t), J1(this));
|
|
1734
1734
|
}
|
|
1735
1735
|
setValue(t) {
|
|
1736
1736
|
if (X2(this._$Ct)) this._$Ct._$AI(t, this);
|
|
@@ -2094,7 +2094,7 @@ I.styles = C`
|
|
|
2094
2094
|
}
|
|
2095
2095
|
|
|
2096
2096
|
.sr-only {
|
|
2097
|
-
${
|
|
2097
|
+
${y2}
|
|
2098
2098
|
}
|
|
2099
2099
|
`;
|
|
2100
2100
|
J([
|
|
@@ -2757,7 +2757,7 @@ let m = class extends k5 {
|
|
|
2757
2757
|
this.setAttribute("name", e);
|
|
2758
2758
|
}
|
|
2759
2759
|
get form() {
|
|
2760
|
-
return this[
|
|
2760
|
+
return this[P1].form;
|
|
2761
2761
|
}
|
|
2762
2762
|
handleClick(e) {
|
|
2763
2763
|
if (!(e instanceof KeyboardEvent && !["Enter", " "].includes(e.key)) && this.panelTarget) {
|
|
@@ -3088,7 +3088,7 @@ L([
|
|
|
3088
3088
|
m = L([
|
|
3089
3089
|
u("o-button")
|
|
3090
3090
|
], m);
|
|
3091
|
-
var Z5 = Object.defineProperty, _5 = Object.getOwnPropertyDescriptor,
|
|
3091
|
+
var Z5 = Object.defineProperty, _5 = Object.getOwnPropertyDescriptor, k1 = (e, t, o, n) => {
|
|
3092
3092
|
for (var i = n > 1 ? void 0 : n ? _5(t, o) : t, s = e.length - 1, r; s >= 0; s--)
|
|
3093
3093
|
(r = e[s]) && (i = (n ? r(t, o, i) : r(i)) || i);
|
|
3094
3094
|
return n && i && Z5(t, o, i), i;
|
|
@@ -3182,7 +3182,7 @@ C1.styles = C`
|
|
|
3182
3182
|
}
|
|
3183
3183
|
|
|
3184
3184
|
.sr-only {
|
|
3185
|
-
${
|
|
3185
|
+
${y2}
|
|
3186
3186
|
}
|
|
3187
3187
|
|
|
3188
3188
|
:host([icon="occ-wishlist-outlined"][bgstyle="none-contrast"]) .wishlist-button svg path {
|
|
@@ -3194,22 +3194,22 @@ C1.styles = C`
|
|
|
3194
3194
|
stroke: var(--color-content-action-secondary);
|
|
3195
3195
|
}
|
|
3196
3196
|
`;
|
|
3197
|
-
|
|
3197
|
+
k1([
|
|
3198
3198
|
l({ type: String, reflect: !0 })
|
|
3199
3199
|
], C1.prototype, "status", 2);
|
|
3200
|
-
|
|
3200
|
+
k1([
|
|
3201
3201
|
l({ type: String, reflect: !0 })
|
|
3202
3202
|
], C1.prototype, "icon", 2);
|
|
3203
|
-
|
|
3203
|
+
k1([
|
|
3204
3204
|
l({ type: String, reflect: !0 })
|
|
3205
3205
|
], C1.prototype, "bgstyle", 2);
|
|
3206
|
-
|
|
3206
|
+
k1([
|
|
3207
3207
|
l({ type: String, reflect: !0 })
|
|
3208
3208
|
], C1.prototype, "ariaDescribedBy", 2);
|
|
3209
|
-
|
|
3209
|
+
k1([
|
|
3210
3210
|
l({ type: String, reflect: !0 })
|
|
3211
3211
|
], C1.prototype, "label", 2);
|
|
3212
|
-
C1 =
|
|
3212
|
+
C1 = k1([
|
|
3213
3213
|
u("o-wishlist-button")
|
|
3214
3214
|
], C1);
|
|
3215
3215
|
var S5 = Object.defineProperty, F5 = Object.getOwnPropertyDescriptor, y1 = (e, t, o, n) => {
|
|
@@ -3669,12 +3669,12 @@ u1([
|
|
|
3669
3669
|
X = u1([
|
|
3670
3670
|
u("thumbnail-navigation")
|
|
3671
3671
|
], X);
|
|
3672
|
-
var z5 = Object.defineProperty, D5 = Object.getOwnPropertyDescriptor,
|
|
3672
|
+
var z5 = Object.defineProperty, D5 = Object.getOwnPropertyDescriptor, x2 = (e, t, o, n) => {
|
|
3673
3673
|
for (var i = n > 1 ? void 0 : n ? D5(t, o) : t, s = e.length - 1, r; s >= 0; s--)
|
|
3674
3674
|
(r = e[s]) && (i = (n ? r(t, o, i) : r(i)) || i);
|
|
3675
3675
|
return n && i && z5(t, o, i), i;
|
|
3676
3676
|
};
|
|
3677
|
-
let
|
|
3677
|
+
let z1 = class extends p {
|
|
3678
3678
|
constructor() {
|
|
3679
3679
|
super(...arguments), this.type = "", this.bgstyle = "background-white";
|
|
3680
3680
|
}
|
|
@@ -3684,7 +3684,7 @@ let P1 = class extends p {
|
|
|
3684
3684
|
`;
|
|
3685
3685
|
}
|
|
3686
3686
|
};
|
|
3687
|
-
|
|
3687
|
+
z1.styles = C`
|
|
3688
3688
|
.tag {
|
|
3689
3689
|
display: inline-block;
|
|
3690
3690
|
padding: var(--spacing-2-xs) var(--spacing-s);
|
|
@@ -3741,21 +3741,21 @@ P1.styles = C`
|
|
|
3741
3741
|
}
|
|
3742
3742
|
|
|
3743
3743
|
`;
|
|
3744
|
-
|
|
3744
|
+
x2([
|
|
3745
3745
|
l({ type: String, reflect: !0 })
|
|
3746
|
-
],
|
|
3747
|
-
|
|
3746
|
+
], z1.prototype, "type", 2);
|
|
3747
|
+
x2([
|
|
3748
3748
|
l({ type: String, reflect: !0 })
|
|
3749
|
-
],
|
|
3750
|
-
|
|
3749
|
+
], z1.prototype, "bgstyle", 2);
|
|
3750
|
+
z1 = x2([
|
|
3751
3751
|
u("o-tag")
|
|
3752
|
-
],
|
|
3753
|
-
var T5 = Object.defineProperty, j5 = Object.getOwnPropertyDescriptor,
|
|
3752
|
+
], z1);
|
|
3753
|
+
var T5 = Object.defineProperty, j5 = Object.getOwnPropertyDescriptor, $2 = (e, t, o, n) => {
|
|
3754
3754
|
for (var i = n > 1 ? void 0 : n ? j5(t, o) : t, s = e.length - 1, r; s >= 0; s--)
|
|
3755
3755
|
(r = e[s]) && (i = (n ? r(t, o, i) : r(i)) || i);
|
|
3756
3756
|
return n && i && T5(t, o, i), i;
|
|
3757
3757
|
};
|
|
3758
|
-
let
|
|
3758
|
+
let D1 = class extends p {
|
|
3759
3759
|
constructor() {
|
|
3760
3760
|
super(...arguments), this.type = "top", this.text = "";
|
|
3761
3761
|
}
|
|
@@ -3768,7 +3768,7 @@ let z1 = class extends p {
|
|
|
3768
3768
|
`;
|
|
3769
3769
|
}
|
|
3770
3770
|
};
|
|
3771
|
-
|
|
3771
|
+
D1.styles = C`
|
|
3772
3772
|
.tooltip {
|
|
3773
3773
|
position: relative;
|
|
3774
3774
|
display: inline-block;
|
|
@@ -3861,15 +3861,15 @@ z1.styles = C`
|
|
|
3861
3861
|
}
|
|
3862
3862
|
|
|
3863
3863
|
`;
|
|
3864
|
-
|
|
3864
|
+
$2([
|
|
3865
3865
|
l({ type: String, reflect: !0 })
|
|
3866
|
-
],
|
|
3867
|
-
|
|
3866
|
+
], D1.prototype, "type", 2);
|
|
3867
|
+
$2([
|
|
3868
3868
|
l({ type: String, reflect: !0 })
|
|
3869
|
-
],
|
|
3870
|
-
|
|
3869
|
+
], D1.prototype, "text", 2);
|
|
3870
|
+
D1 = $2([
|
|
3871
3871
|
u("o-tooltip")
|
|
3872
|
-
],
|
|
3872
|
+
], D1);
|
|
3873
3873
|
var R5 = Object.defineProperty, U5 = Object.getOwnPropertyDescriptor, a1 = (e, t, o, n) => {
|
|
3874
3874
|
for (var i = n > 1 ? void 0 : n ? U5(t, o) : t, s = e.length - 1, r; s >= 0; s--)
|
|
3875
3875
|
(r = e[s]) && (i = (n ? r(t, o, i) : r(i)) || i);
|
|
@@ -4169,12 +4169,12 @@ var q5 = Object.getOwnPropertyDescriptor, N5 = (e, t, o, n) => {
|
|
|
4169
4169
|
(r = e[s]) && (i = r(i) || i);
|
|
4170
4170
|
return i;
|
|
4171
4171
|
};
|
|
4172
|
-
let
|
|
4172
|
+
let u2 = class extends p {
|
|
4173
4173
|
render() {
|
|
4174
4174
|
return a` <span class="dots"></span> `;
|
|
4175
4175
|
}
|
|
4176
4176
|
};
|
|
4177
|
-
|
|
4177
|
+
u2.styles = C`
|
|
4178
4178
|
:host {
|
|
4179
4179
|
display: flex;
|
|
4180
4180
|
align-items: center;
|
|
@@ -4217,9 +4217,9 @@ C2.styles = C`
|
|
|
4217
4217
|
background-color: var(--color-container-action-primary-pressed);
|
|
4218
4218
|
}
|
|
4219
4219
|
`;
|
|
4220
|
-
|
|
4220
|
+
u2 = N5([
|
|
4221
4221
|
u("o-dots")
|
|
4222
|
-
],
|
|
4222
|
+
], u2);
|
|
4223
4223
|
var K5 = Object.defineProperty, W5 = Object.getOwnPropertyDescriptor, Q = (e, t, o, n) => {
|
|
4224
4224
|
for (var i = n > 1 ? void 0 : n ? W5(t, o) : t, s = e.length - 1, r; s >= 0; s--)
|
|
4225
4225
|
(r = e[s]) && (i = (n ? r(t, o, i) : r(i)) || i);
|
|
@@ -4687,14 +4687,14 @@ const J2 = "important", G5 = " !" + J2, X5 = e2(class extends o2 {
|
|
|
4687
4687
|
return A;
|
|
4688
4688
|
}
|
|
4689
4689
|
});
|
|
4690
|
-
var Y5 = Object.defineProperty, J5 = Object.getOwnPropertyDescriptor,
|
|
4690
|
+
var Y5 = Object.defineProperty, J5 = Object.getOwnPropertyDescriptor, n2 = (e, t, o, n) => {
|
|
4691
4691
|
for (var i = n > 1 ? void 0 : n ? J5(t, o) : t, s = e.length - 1, r; s >= 0; s--)
|
|
4692
4692
|
(r = e[s]) && (i = (n ? r(t, o, i) : r(i)) || i);
|
|
4693
4693
|
return n && i && Y5(t, o, i), i;
|
|
4694
4694
|
};
|
|
4695
|
-
let
|
|
4695
|
+
let V1 = class extends p {
|
|
4696
4696
|
constructor() {
|
|
4697
|
-
super(...arguments), this.option = {}, this.imageSize = 64;
|
|
4697
|
+
super(...arguments), this.option = {}, this.imageSize = 64, this.fullwidth = !1;
|
|
4698
4698
|
}
|
|
4699
4699
|
render() {
|
|
4700
4700
|
const e = (r) => {
|
|
@@ -4710,10 +4710,10 @@ let D1 = class extends p {
|
|
|
4710
4710
|
<p class="a-reassurance-description">${V(i)}</p>
|
|
4711
4711
|
</div>
|
|
4712
4712
|
`;
|
|
4713
|
-
return t ? a`<a href="${V(this.option.url)}" class="reassurance-item clickable">${s}</a>` : a`<div class="reassurance-item">${s}</div>`;
|
|
4713
|
+
return t ? a`<a href="${V(this.option.url)}" class="reassurance-item clickable">${s}</a>` : a`<div class="reassurance-item ${this.fullwidth ? "fullwidth" : ""}">${s}</div>`;
|
|
4714
4714
|
}
|
|
4715
4715
|
};
|
|
4716
|
-
|
|
4716
|
+
V1.styles = C`
|
|
4717
4717
|
:host {
|
|
4718
4718
|
display: inline-block;
|
|
4719
4719
|
position: relative;
|
|
@@ -4730,6 +4730,16 @@ D1.styles = C`
|
|
|
4730
4730
|
padding: var(--spacing-xl);
|
|
4731
4731
|
}
|
|
4732
4732
|
|
|
4733
|
+
.tile.fullwidth {
|
|
4734
|
+
width: 100%;
|
|
4735
|
+
max-width: 100%;
|
|
4736
|
+
}
|
|
4737
|
+
|
|
4738
|
+
.reassurance-item.fullwidth {
|
|
4739
|
+
width: 100%;
|
|
4740
|
+
max-width: 100%;
|
|
4741
|
+
}
|
|
4742
|
+
|
|
4733
4743
|
.reassurance-item:has(img) {
|
|
4734
4744
|
padding: 3px var(--spacing-s) 3px var(--spacing-2-xs);
|
|
4735
4745
|
}
|
|
@@ -4795,15 +4805,18 @@ D1.styles = C`
|
|
|
4795
4805
|
overflow: hidden;
|
|
4796
4806
|
}
|
|
4797
4807
|
`;
|
|
4798
|
-
|
|
4808
|
+
n2([
|
|
4799
4809
|
l({ type: Object, reflect: !0 })
|
|
4800
|
-
],
|
|
4801
|
-
|
|
4810
|
+
], V1.prototype, "option", 2);
|
|
4811
|
+
n2([
|
|
4802
4812
|
l({ type: Number, reflect: !0 })
|
|
4803
|
-
],
|
|
4804
|
-
|
|
4813
|
+
], V1.prototype, "imageSize", 2);
|
|
4814
|
+
n2([
|
|
4815
|
+
l({ type: Boolean })
|
|
4816
|
+
], V1.prototype, "fullwidth", 2);
|
|
4817
|
+
V1 = n2([
|
|
4805
4818
|
u("o-reassurance")
|
|
4806
|
-
],
|
|
4819
|
+
], V1);
|
|
4807
4820
|
var Q5 = Object.defineProperty, t6 = Object.getOwnPropertyDescriptor, c1 = (e, t, o, n) => {
|
|
4808
4821
|
for (var i = n > 1 ? void 0 : n ? t6(t, o) : t, s = e.length - 1, r; s >= 0; s--)
|
|
4809
4822
|
(r = e[s]) && (i = (n ? r(t, o, i) : r(i)) || i);
|
|
@@ -5422,12 +5435,12 @@ R([
|
|
|
5422
5435
|
l({ attribute: !1 })
|
|
5423
5436
|
], k.prototype, "onClickIcon");
|
|
5424
5437
|
customElements.define("mini-tile", k);
|
|
5425
|
-
var a6 = Object.defineProperty, c6 = Object.getOwnPropertyDescriptor,
|
|
5438
|
+
var a6 = Object.defineProperty, c6 = Object.getOwnPropertyDescriptor, s2 = (e, t, o, n) => {
|
|
5426
5439
|
for (var i = n > 1 ? void 0 : n ? c6(t, o) : t, s = e.length - 1, r; s >= 0; s--)
|
|
5427
5440
|
(r = e[s]) && (i = (n ? r(t, o, i) : r(i)) || i);
|
|
5428
5441
|
return n && i && a6(t, o, i), i;
|
|
5429
5442
|
};
|
|
5430
|
-
let
|
|
5443
|
+
let E1 = class extends p {
|
|
5431
5444
|
constructor() {
|
|
5432
5445
|
super(...arguments), this.variant = "cart", this.text = 0, this.srlabel = "";
|
|
5433
5446
|
}
|
|
@@ -5439,7 +5452,7 @@ let V1 = class extends p {
|
|
|
5439
5452
|
`;
|
|
5440
5453
|
}
|
|
5441
5454
|
};
|
|
5442
|
-
|
|
5455
|
+
E1.styles = C`
|
|
5443
5456
|
:host([variant]) {
|
|
5444
5457
|
--badge-width: 19px;
|
|
5445
5458
|
display: inline-block;
|
|
@@ -5474,21 +5487,21 @@ V1.styles = C`
|
|
|
5474
5487
|
}
|
|
5475
5488
|
|
|
5476
5489
|
.sr-only {
|
|
5477
|
-
${
|
|
5490
|
+
${y2}
|
|
5478
5491
|
}
|
|
5479
5492
|
`;
|
|
5480
|
-
|
|
5493
|
+
s2([
|
|
5481
5494
|
l({ type: String, reflect: !0 })
|
|
5482
|
-
],
|
|
5483
|
-
|
|
5495
|
+
], E1.prototype, "variant", 2);
|
|
5496
|
+
s2([
|
|
5484
5497
|
l({ type: Number })
|
|
5485
|
-
],
|
|
5486
|
-
|
|
5498
|
+
], E1.prototype, "text", 2);
|
|
5499
|
+
s2([
|
|
5487
5500
|
l({ type: String })
|
|
5488
|
-
],
|
|
5489
|
-
|
|
5501
|
+
], E1.prototype, "srlabel", 2);
|
|
5502
|
+
E1 = s2([
|
|
5490
5503
|
u("o-badge")
|
|
5491
|
-
],
|
|
5504
|
+
], E1);
|
|
5492
5505
|
var h6 = Object.defineProperty, d6 = Object.getOwnPropertyDescriptor, U = (e, t, o, n) => {
|
|
5493
5506
|
for (var i = n > 1 ? void 0 : n ? d6(t, o) : t, s = e.length - 1, r; s >= 0; s--)
|
|
5494
5507
|
(r = e[s]) && (i = (n ? r(t, o, i) : r(i)) || i);
|
|
@@ -6017,7 +6030,7 @@ var b6 = Object.getOwnPropertyDescriptor, w6 = (e, t, o, n) => {
|
|
|
6017
6030
|
(r = e[s]) && (i = r(i) || i);
|
|
6018
6031
|
return i;
|
|
6019
6032
|
};
|
|
6020
|
-
let
|
|
6033
|
+
let g2 = class extends p {
|
|
6021
6034
|
render() {
|
|
6022
6035
|
return a`
|
|
6023
6036
|
<nav aria-label="Breadcrumbs">
|
|
@@ -6028,7 +6041,7 @@ let u2 = class extends p {
|
|
|
6028
6041
|
`;
|
|
6029
6042
|
}
|
|
6030
6043
|
};
|
|
6031
|
-
|
|
6044
|
+
g2.styles = C`
|
|
6032
6045
|
nav {
|
|
6033
6046
|
max-width: 144rem;
|
|
6034
6047
|
margin: auto;
|
|
@@ -6040,9 +6053,9 @@ u2.styles = C`
|
|
|
6040
6053
|
padding: var(--spacing-4-xs);
|
|
6041
6054
|
}
|
|
6042
6055
|
`;
|
|
6043
|
-
|
|
6056
|
+
g2 = w6([
|
|
6044
6057
|
u("o-breadcrumbs")
|
|
6045
|
-
],
|
|
6058
|
+
], g2);
|
|
6046
6059
|
var m6 = Object.defineProperty, y6 = Object.getOwnPropertyDescriptor, H2 = (e, t, o, n) => {
|
|
6047
6060
|
for (var i = n > 1 ? void 0 : n ? y6(t, o) : t, s = e.length - 1, r; s >= 0; s--)
|
|
6048
6061
|
(r = e[s]) && (i = (n ? r(t, o, i) : r(i)) || i);
|
|
@@ -7093,7 +7106,7 @@ var Z6 = Object.getOwnPropertyDescriptor, _6 = (e, t, o, n) => {
|
|
|
7093
7106
|
(r = e[s]) && (i = r(i) || i);
|
|
7094
7107
|
return i;
|
|
7095
7108
|
};
|
|
7096
|
-
let
|
|
7109
|
+
let f2 = class extends p {
|
|
7097
7110
|
constructor() {
|
|
7098
7111
|
super(), this.addEventListener("selected", this.onTabSelected);
|
|
7099
7112
|
}
|
|
@@ -7116,7 +7129,7 @@ let g2 = class extends p {
|
|
|
7116
7129
|
`;
|
|
7117
7130
|
}
|
|
7118
7131
|
};
|
|
7119
|
-
|
|
7132
|
+
f2.styles = C`
|
|
7120
7133
|
:host {
|
|
7121
7134
|
display: flex;
|
|
7122
7135
|
flex-direction: row;
|
|
@@ -7125,15 +7138,15 @@ g2.styles = C`
|
|
|
7125
7138
|
gap: var(--spacing-s);
|
|
7126
7139
|
}
|
|
7127
7140
|
`;
|
|
7128
|
-
|
|
7141
|
+
f2 = _6([
|
|
7129
7142
|
u("o-tablist")
|
|
7130
|
-
],
|
|
7131
|
-
var S6 = Object.defineProperty, F6 = Object.getOwnPropertyDescriptor,
|
|
7143
|
+
], f2);
|
|
7144
|
+
var S6 = Object.defineProperty, F6 = Object.getOwnPropertyDescriptor, r2 = (e, t, o, n) => {
|
|
7132
7145
|
for (var i = n > 1 ? void 0 : n ? F6(t, o) : t, s = e.length - 1, r; s >= 0; s--)
|
|
7133
7146
|
(r = e[s]) && (i = (n ? r(t, o, i) : r(i)) || i);
|
|
7134
7147
|
return n && i && S6(t, o, i), i;
|
|
7135
7148
|
};
|
|
7136
|
-
let O6 = 0,
|
|
7149
|
+
let O6 = 0, M1 = class extends p {
|
|
7137
7150
|
constructor() {
|
|
7138
7151
|
super(), this.label = "", this.expanded = !1, this.disabled = !1;
|
|
7139
7152
|
const e = ++O6;
|
|
@@ -7181,7 +7194,7 @@ let O6 = 0, E1 = class extends p {
|
|
|
7181
7194
|
`;
|
|
7182
7195
|
}
|
|
7183
7196
|
};
|
|
7184
|
-
|
|
7197
|
+
M1.styles = C`
|
|
7185
7198
|
:host {
|
|
7186
7199
|
display: block;
|
|
7187
7200
|
border-bottom: var(--color-border-tertiary) solid 1px;
|
|
@@ -7294,18 +7307,18 @@ E1.styles = C`
|
|
|
7294
7307
|
padding-bottom: var(--spacing-3-xl);
|
|
7295
7308
|
}
|
|
7296
7309
|
`;
|
|
7297
|
-
|
|
7310
|
+
r2([
|
|
7298
7311
|
l({ type: String })
|
|
7299
|
-
],
|
|
7300
|
-
|
|
7312
|
+
], M1.prototype, "label", 2);
|
|
7313
|
+
r2([
|
|
7301
7314
|
l({ type: Boolean, reflect: !0 })
|
|
7302
|
-
],
|
|
7303
|
-
|
|
7315
|
+
], M1.prototype, "expanded", 2);
|
|
7316
|
+
r2([
|
|
7304
7317
|
l({ type: Boolean, reflect: !0 })
|
|
7305
|
-
],
|
|
7306
|
-
|
|
7318
|
+
], M1.prototype, "disabled", 2);
|
|
7319
|
+
M1 = r2([
|
|
7307
7320
|
u("o-accordion")
|
|
7308
|
-
],
|
|
7321
|
+
], M1);
|
|
7309
7322
|
var A6 = Object.defineProperty, I6 = Object.getOwnPropertyDescriptor, V2 = (e, t, o, n) => {
|
|
7310
7323
|
for (var i = n > 1 ? void 0 : n ? I6(t, o) : t, s = e.length - 1, r; s >= 0; s--)
|
|
7311
7324
|
(r = e[s]) && (i = (n ? r(t, o, i) : r(i)) || i);
|
|
@@ -7652,7 +7665,7 @@ Y.styles = C`
|
|
|
7652
7665
|
padding: var(--spacing-4-xl) 153px var(--spacing-3-xl) 153px;
|
|
7653
7666
|
|
|
7654
7667
|
@media (max-width: 1023px) {
|
|
7655
|
-
padding: var(--spacing-4-xl)
|
|
7668
|
+
padding: var(--spacing-4-xl) var(--spacing-xl) var(--spacing-3-xl) var(--spacing-xl);
|
|
7656
7669
|
}
|
|
7657
7670
|
}
|
|
7658
7671
|
|
|
@@ -7676,9 +7689,17 @@ Y.styles = C`
|
|
|
7676
7689
|
|
|
7677
7690
|
@media (max-width: 767px) {
|
|
7678
7691
|
flex-direction: column;
|
|
7692
|
+
width: 100%;
|
|
7693
|
+
align-items: center;
|
|
7694
|
+
justify-content: center;
|
|
7679
7695
|
}
|
|
7680
7696
|
}
|
|
7681
7697
|
|
|
7698
|
+
.footer-content-simplify .footer-left-simplify a,
|
|
7699
|
+
.footer-content-simplify .footer-right-simplify a {
|
|
7700
|
+
|
|
7701
|
+
}
|
|
7702
|
+
|
|
7682
7703
|
.footer-content-simplify a, .footer-copyright-simplify span {
|
|
7683
7704
|
text-decoration: none;
|
|
7684
7705
|
color: var(--color-content-action-secondary);
|
|
@@ -7709,6 +7730,8 @@ Y.styles = C`
|
|
|
7709
7730
|
|
|
7710
7731
|
.footer-copyright-simplify {
|
|
7711
7732
|
padding-bottom: var(--spacing-3-xl);
|
|
7733
|
+
text-align: center;
|
|
7734
|
+
width: 100;
|
|
7712
7735
|
}
|
|
7713
7736
|
|
|
7714
7737
|
.footer-copyright-simplify span {
|
|
@@ -7782,7 +7805,7 @@ let m1 = class extends p {
|
|
|
7782
7805
|
m1.styles = C`
|
|
7783
7806
|
:host {
|
|
7784
7807
|
--feedback-text-color: var(--color-content-action-secondary, #3F2B2E);
|
|
7785
|
-
--feedback-bg-color:
|
|
7808
|
+
--feedback-bg-color: var(--color-container-bg-default, #F5F0EB);
|
|
7786
7809
|
|
|
7787
7810
|
display: block;
|
|
7788
7811
|
width: fit-content;
|
|
@@ -7904,10 +7927,10 @@ let X6 = 0, H = class extends G6 {
|
|
|
7904
7927
|
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-${++X6}`);
|
|
7905
7928
|
}
|
|
7906
7929
|
updated(e) {
|
|
7907
|
-
(e.has("value") || e.has("name")) && this[
|
|
7930
|
+
(e.has("value") || e.has("name")) && this[P1].setFormValue(this.value);
|
|
7908
7931
|
}
|
|
7909
7932
|
formResetCallback() {
|
|
7910
|
-
this.value = "", this[
|
|
7933
|
+
this.value = "", this[P1].setFormValue("");
|
|
7911
7934
|
}
|
|
7912
7935
|
handleInput(e) {
|
|
7913
7936
|
e.stopPropagation();
|