@cooperco/cooper-component-library 0.1.22 → 0.1.23
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.
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { inject as Je, provide as rr, ref as te, readonly as fn, getCurrentInstance as xt, onMounted as mn, nextTick as or, watch as
|
|
1
|
+
import { inject as Je, provide as rr, ref as te, readonly as fn, getCurrentInstance as xt, onMounted as mn, nextTick as or, watch as ye, mergeProps as T, openBlock as p, createElementBlock as h, renderSlot as Q, createTextVNode as nt, toDisplayString as O, createElementVNode as k, resolveComponent as vt, resolveDirective as gn, withDirectives as re, normalizeClass as g, createBlock as I, createCommentVNode as w, defineComponent as H, computed as x, resolveDynamicComponent as ee, unref as v, withCtx as Z, Fragment as K, renderList as Y, withModifiers as Qe, vShow as ae, normalizeStyle as fe, createSlots as ke, normalizeProps as We, reactive as ir, h as ar, watchEffect as lr, createVNode as me, guardReactiveProps as hn, useAttrs as sr, getCurrentScope as ur, onScopeDispose as cr, toRef as dr, customRef as pr } from "vue";
|
|
2
2
|
const It = "-", fr = (t) => {
|
|
3
3
|
const e = gr(t), {
|
|
4
4
|
conflictingClassGroups: n,
|
|
@@ -228,7 +228,7 @@ const z = (t) => {
|
|
|
228
228
|
// I could also use lookbehind assertion in `lengthUnitRegex` but that isn't supported widely enough.
|
|
229
229
|
Ar.test(t) && !_r.test(t)
|
|
230
230
|
), wn = () => !1, Hr = (t) => Lr.test(t), Fr = (t) => Or.test(t), Wr = () => {
|
|
231
|
-
const t = z("colors"), e = z("spacing"), n = z("blur"), r = z("brightness"), o = z("borderColor"), i = z("borderRadius"), s = z("borderSpacing"), l = z("borderWidth"), a = z("contrast"), u = z("grayscale"), c = z("hueRotate"), d = z("invert"), m = z("gap"), f = z("gradientColorStops"), $ = z("gradientColorStopPositions"), C = z("inset"), b = z("margin"), y = z("opacity"), S = z("padding"), E = z("saturate"), V = z("scale"), D = z("sepia"), F = z("skew"), j = z("space"), M = z("translate"), N = () => ["auto", "contain", "none"], W = () => ["auto", "hidden", "clip", "visible", "scroll"], q = () => ["auto", _, e], L = () => [_, e], ie = () => ["", ue, ce],
|
|
231
|
+
const t = z("colors"), e = z("spacing"), n = z("blur"), r = z("brightness"), o = z("borderColor"), i = z("borderRadius"), s = z("borderSpacing"), l = z("borderWidth"), a = z("contrast"), u = z("grayscale"), c = z("hueRotate"), d = z("invert"), m = z("gap"), f = z("gradientColorStops"), $ = z("gradientColorStopPositions"), C = z("inset"), b = z("margin"), y = z("opacity"), S = z("padding"), E = z("saturate"), V = z("scale"), D = z("sepia"), F = z("skew"), j = z("space"), M = z("translate"), N = () => ["auto", "contain", "none"], W = () => ["auto", "hidden", "clip", "visible", "scroll"], q = () => ["auto", _, e], L = () => [_, e], ie = () => ["", ue, ce], he = () => ["auto", we, _], Ge = () => ["bottom", "center", "left", "left-bottom", "left-top", "right", "right-bottom", "right-top", "top"], be = () => ["solid", "dashed", "dotted", "double", "none"], Et = () => ["normal", "multiply", "screen", "overlay", "darken", "lighten", "color-dodge", "color-burn", "hard-light", "soft-light", "difference", "exclusion", "hue", "saturation", "color", "luminosity"], st = () => ["start", "end", "center", "between", "around", "evenly", "stretch"], Ie = () => ["", "0", _], jt = () => ["auto", "avoid", "all", "avoid-page", "page", "left", "right", "column"], se = () => [we, _];
|
|
232
232
|
return {
|
|
233
233
|
cacheSize: 500,
|
|
234
234
|
separator: ":",
|
|
@@ -546,14 +546,14 @@ const z = (t) => {
|
|
|
546
546
|
* @see https://tailwindcss.com/docs/grid-column
|
|
547
547
|
*/
|
|
548
548
|
"col-start": [{
|
|
549
|
-
"col-start":
|
|
549
|
+
"col-start": he()
|
|
550
550
|
}],
|
|
551
551
|
/**
|
|
552
552
|
* Grid Column End
|
|
553
553
|
* @see https://tailwindcss.com/docs/grid-column
|
|
554
554
|
*/
|
|
555
555
|
"col-end": [{
|
|
556
|
-
"col-end":
|
|
556
|
+
"col-end": he()
|
|
557
557
|
}],
|
|
558
558
|
/**
|
|
559
559
|
* Grid Template Rows
|
|
@@ -576,14 +576,14 @@ const z = (t) => {
|
|
|
576
576
|
* @see https://tailwindcss.com/docs/grid-row
|
|
577
577
|
*/
|
|
578
578
|
"row-start": [{
|
|
579
|
-
"row-start":
|
|
579
|
+
"row-start": he()
|
|
580
580
|
}],
|
|
581
581
|
/**
|
|
582
582
|
* Grid Row End
|
|
583
583
|
* @see https://tailwindcss.com/docs/grid-row
|
|
584
584
|
*/
|
|
585
585
|
"row-end": [{
|
|
586
|
-
"row-end":
|
|
586
|
+
"row-end": he()
|
|
587
587
|
}],
|
|
588
588
|
/**
|
|
589
589
|
* Grid Auto Flow
|
|
@@ -2242,7 +2242,7 @@ const z = (t) => {
|
|
|
2242
2242
|
"font-size": ["leading"]
|
|
2243
2243
|
}
|
|
2244
2244
|
};
|
|
2245
|
-
},
|
|
2245
|
+
}, G = /* @__PURE__ */ Sr(Wr), J = {
|
|
2246
2246
|
headline: "mb-8 md:mb-12 text-4xl md:text-5xl font-bold leading-tight text-center",
|
|
2247
2247
|
subheadline: "mb-2",
|
|
2248
2248
|
bodyCopy: "",
|
|
@@ -2254,12 +2254,12 @@ const z = (t) => {
|
|
|
2254
2254
|
}, P = (t, e) => {
|
|
2255
2255
|
const n = {};
|
|
2256
2256
|
for (const r in t)
|
|
2257
|
-
n[r] =
|
|
2257
|
+
n[r] = G(
|
|
2258
2258
|
t[r] ?? "",
|
|
2259
2259
|
e[r] ?? ""
|
|
2260
2260
|
);
|
|
2261
2261
|
for (const r in e)
|
|
2262
|
-
n[r] =
|
|
2262
|
+
n[r] = G(
|
|
2263
2263
|
n[r] ?? "",
|
|
2264
2264
|
e[r] ?? ""
|
|
2265
2265
|
);
|
|
@@ -2775,7 +2775,7 @@ const ne = (t) => {
|
|
|
2775
2775
|
backgroundColor: o,
|
|
2776
2776
|
palette: i
|
|
2777
2777
|
};
|
|
2778
|
-
},
|
|
2778
|
+
}, Ul = (t, e) => {
|
|
2779
2779
|
je = t, e ? et = e : et = Object.keys(t)[0];
|
|
2780
2780
|
};
|
|
2781
2781
|
function ct(t, e) {
|
|
@@ -3807,13 +3807,13 @@ function Hn(t) {
|
|
|
3807
3807
|
}, j = function(W) {
|
|
3808
3808
|
var q = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : {};
|
|
3809
3809
|
if (l) {
|
|
3810
|
-
var L = Ht(Ht({}, D), q), ie = L.name || f,
|
|
3811
|
-
o.value = l.querySelector('style[data-primevue-style-id="'.concat(ie, '"]')) || l.getElementById(
|
|
3810
|
+
var L = Ht(Ht({}, D), q), ie = L.name || f, he = L.id || C, Ge = L.nonce || E;
|
|
3811
|
+
o.value = l.querySelector('style[data-primevue-style-id="'.concat(ie, '"]')) || l.getElementById(he) || l.createElement("style"), o.value.isConnected || (r.value = W || t, R.setAttributes(o.value, {
|
|
3812
3812
|
type: "text/css",
|
|
3813
|
-
id:
|
|
3813
|
+
id: he,
|
|
3814
3814
|
media: y,
|
|
3815
3815
|
nonce: Ge
|
|
3816
|
-
}), l.head.appendChild(o.value), R.setAttribute(o.value, "data-primevue-style-id", f), R.setAttributes(o.value, L)), !n.value && (F =
|
|
3816
|
+
}), l.head.appendChild(o.value), R.setAttribute(o.value, "data-primevue-style-id", f), R.setAttributes(o.value, L)), !n.value && (F = ye(r, function(be) {
|
|
3817
3817
|
o.value.textContent = be;
|
|
3818
3818
|
}, {
|
|
3819
3819
|
immediate: !0
|
|
@@ -5183,7 +5183,7 @@ const hi = ["innerHTML"], vi = /* @__PURE__ */ H({
|
|
|
5183
5183
|
key: 1,
|
|
5184
5184
|
class: g(`accordion-module-container flex ${((C = o.value) == null ? void 0 : C.container) ?? ""}`)
|
|
5185
5185
|
}, [
|
|
5186
|
-
(p(!0), h(
|
|
5186
|
+
(p(!0), h(K, null, Y(d.modules, (b, y) => (p(), h(K, {
|
|
5187
5187
|
key: `${b.headline}-${y}`
|
|
5188
5188
|
}, [
|
|
5189
5189
|
d.type === "Tile" || y <= u.value ? (p(), I(ee(`Accordion${d.type}Item`), T({
|
|
@@ -5332,12 +5332,13 @@ const hi = ["innerHTML"], vi = /* @__PURE__ */ H({
|
|
|
5332
5332
|
], 2));
|
|
5333
5333
|
};
|
|
5334
5334
|
}
|
|
5335
|
-
}), Si = ["src", "alt"], oe = /* @__PURE__ */ H({
|
|
5335
|
+
}), Si = ["src", "alt"], xi = ["src", "alt"], oe = /* @__PURE__ */ H({
|
|
5336
5336
|
__name: "Image",
|
|
5337
5337
|
props: {
|
|
5338
5338
|
__typename: {},
|
|
5339
5339
|
entryTitle: {},
|
|
5340
5340
|
media: {},
|
|
5341
|
+
mobileMedia: {},
|
|
5341
5342
|
altTag: {},
|
|
5342
5343
|
isFullWidth: { type: Boolean, default: !1 },
|
|
5343
5344
|
class: {}
|
|
@@ -5351,25 +5352,38 @@ const hi = ["innerHTML"], vi = /* @__PURE__ */ H({
|
|
|
5351
5352
|
return (o = e.media) != null && o.height ? typeof ((i = e.media) == null ? void 0 : i.height) == "number" ? `${(s = e.media) == null ? void 0 : s.height}px` : (l = e.media) == null ? void 0 : l.height : null;
|
|
5352
5353
|
});
|
|
5353
5354
|
return (o, i) => {
|
|
5354
|
-
var s;
|
|
5355
|
-
return p(), h(
|
|
5356
|
-
|
|
5357
|
-
|
|
5358
|
-
|
|
5359
|
-
|
|
5360
|
-
|
|
5361
|
-
|
|
5362
|
-
|
|
5363
|
-
|
|
5364
|
-
|
|
5365
|
-
|
|
5355
|
+
var s, l;
|
|
5356
|
+
return p(), h(K, null, [
|
|
5357
|
+
k("img", {
|
|
5358
|
+
class: g(`${e.class} hidden md:flex`),
|
|
5359
|
+
src: (s = o.media) == null ? void 0 : s.url,
|
|
5360
|
+
alt: o.altTag,
|
|
5361
|
+
style: fe(
|
|
5362
|
+
{
|
|
5363
|
+
width: n.value,
|
|
5364
|
+
height: r.value
|
|
5365
|
+
}
|
|
5366
|
+
)
|
|
5367
|
+
}, null, 14, Si),
|
|
5368
|
+
k("img", {
|
|
5369
|
+
class: g(`${e.class} sm:flex md:hidden`),
|
|
5370
|
+
src: (l = o.mobileMedia) != null && l.url ? o.mobileMedia.url : o.media.url,
|
|
5371
|
+
alt: o.altTag,
|
|
5372
|
+
style: fe(
|
|
5373
|
+
{
|
|
5374
|
+
width: n.value,
|
|
5375
|
+
height: r.value
|
|
5376
|
+
}
|
|
5377
|
+
)
|
|
5378
|
+
}, null, 14, xi)
|
|
5379
|
+
], 64);
|
|
5366
5380
|
};
|
|
5367
5381
|
}
|
|
5368
|
-
}),
|
|
5382
|
+
}), Ii = ["id"], Pi = ["aria-controls"], Ai = {
|
|
5369
5383
|
class: /* @__PURE__ */ g("pi pi-chevron-down")
|
|
5370
|
-
},
|
|
5384
|
+
}, _i = {
|
|
5371
5385
|
class: /* @__PURE__ */ g("pi pi-chevron-up")
|
|
5372
|
-
},
|
|
5386
|
+
}, Li = ["id", "aria-labelledby", "innerHTML"], Oi = /* @__PURE__ */ H({
|
|
5373
5387
|
__name: "AccordionListItem",
|
|
5374
5388
|
props: {
|
|
5375
5389
|
__typename: {},
|
|
@@ -5426,29 +5440,29 @@ const hi = ["innerHTML"], vi = /* @__PURE__ */ H({
|
|
|
5426
5440
|
k("div", {
|
|
5427
5441
|
class: g((d = n.value) == null ? void 0 : d.icon)
|
|
5428
5442
|
}, [
|
|
5429
|
-
re(k("i",
|
|
5443
|
+
re(k("i", Ai, null, 512), [
|
|
5430
5444
|
[ae, !o.value]
|
|
5431
5445
|
]),
|
|
5432
|
-
re(k("i",
|
|
5446
|
+
re(k("i", _i, null, 512), [
|
|
5433
5447
|
[ae, o.value]
|
|
5434
5448
|
])
|
|
5435
5449
|
], 2)
|
|
5436
|
-
], 10,
|
|
5437
|
-
], 10,
|
|
5450
|
+
], 10, Pi)
|
|
5451
|
+
], 10, Ii),
|
|
5438
5452
|
k("div", {
|
|
5439
5453
|
id: `accordion-collapse-body-${i.itemNumber}`,
|
|
5440
5454
|
class: g(`accordion-item-body text-${v(r).copy} ${o.value ? "active" : "hidden"} ${((m = n.value) == null ? void 0 : m.bodyCopy) ?? ""}`),
|
|
5441
5455
|
"aria-labelledby": `accordion-collapse-heading-${i.itemNumber}`,
|
|
5442
5456
|
innerHTML: i.bodyCopy
|
|
5443
|
-
}, null, 10,
|
|
5457
|
+
}, null, 10, Li)
|
|
5444
5458
|
], 2);
|
|
5445
5459
|
};
|
|
5446
5460
|
}
|
|
5447
|
-
}),
|
|
5461
|
+
}), Ei = ["id"], ji = ["aria-controls"], Mi = {
|
|
5448
5462
|
class: /* @__PURE__ */ g("pi pi-plus-circle")
|
|
5449
|
-
},
|
|
5463
|
+
}, Vi = {
|
|
5450
5464
|
class: /* @__PURE__ */ g("pi pi-times-circle")
|
|
5451
|
-
},
|
|
5465
|
+
}, Ni = ["id", "aria-labelledby", "innerHTML"], Bi = /* @__PURE__ */ H({
|
|
5452
5466
|
__name: "AccordionTileItem",
|
|
5453
5467
|
props: {
|
|
5454
5468
|
__typename: {},
|
|
@@ -5507,21 +5521,21 @@ const hi = ["innerHTML"], vi = /* @__PURE__ */ H({
|
|
|
5507
5521
|
k("div", {
|
|
5508
5522
|
class: g((b = r.value) == null ? void 0 : b.icon)
|
|
5509
5523
|
}, [
|
|
5510
|
-
re(k("i",
|
|
5524
|
+
re(k("i", Mi, null, 512), [
|
|
5511
5525
|
[ae, a.openAccordionIndex !== a.itemNumber]
|
|
5512
5526
|
]),
|
|
5513
|
-
re(k("i",
|
|
5527
|
+
re(k("i", Vi, null, 512), [
|
|
5514
5528
|
[ae, a.openAccordionIndex === a.itemNumber]
|
|
5515
5529
|
])
|
|
5516
5530
|
], 2)
|
|
5517
|
-
], 10,
|
|
5518
|
-
], 10,
|
|
5531
|
+
], 10, ji)
|
|
5532
|
+
], 10, Ei),
|
|
5519
5533
|
k("div", {
|
|
5520
5534
|
id: `accordion-collapse-body-${a.itemNumber}`,
|
|
5521
5535
|
class: g(`accordion-item-body ${i.value ? "active" : "hidden"} z-30 ${((y = r.value) == null ? void 0 : y.bodyCopy) ?? ""} bg-${(S = v(o).interactive) == null ? void 0 : S.bg} text-${(E = v(o).interactive) == null ? void 0 : E.copy}`),
|
|
5522
5536
|
"aria-labelledby": `accordion-collapse-heading-${a.itemNumber}`,
|
|
5523
5537
|
innerHTML: a.bodyCopy
|
|
5524
|
-
}, null, 10,
|
|
5538
|
+
}, null, 10, Ni)
|
|
5525
5539
|
], 2);
|
|
5526
5540
|
};
|
|
5527
5541
|
}
|
|
@@ -5529,72 +5543,72 @@ const hi = ["innerHTML"], vi = /* @__PURE__ */ H({
|
|
|
5529
5543
|
var qn = {
|
|
5530
5544
|
name: "ChevronDownIcon",
|
|
5531
5545
|
extends: Ue
|
|
5532
|
-
},
|
|
5546
|
+
}, Ri = /* @__PURE__ */ k("path", {
|
|
5533
5547
|
d: "M7.01744 10.398C6.91269 10.3985 6.8089 10.378 6.71215 10.3379C6.61541 10.2977 6.52766 10.2386 6.45405 10.1641L1.13907 4.84913C1.03306 4.69404 0.985221 4.5065 1.00399 4.31958C1.02276 4.13266 1.10693 3.95838 1.24166 3.82747C1.37639 3.69655 1.55301 3.61742 1.74039 3.60402C1.92777 3.59062 2.11386 3.64382 2.26584 3.75424L7.01744 8.47394L11.769 3.75424C11.9189 3.65709 12.097 3.61306 12.2748 3.62921C12.4527 3.64535 12.6199 3.72073 12.7498 3.84328C12.8797 3.96582 12.9647 4.12842 12.9912 4.30502C13.0177 4.48162 12.9841 4.662 12.8958 4.81724L7.58083 10.1322C7.50996 10.2125 7.42344 10.2775 7.32656 10.3232C7.22968 10.3689 7.12449 10.3944 7.01744 10.398Z",
|
|
5534
5548
|
fill: "currentColor"
|
|
5535
|
-
}, null, -1),
|
|
5536
|
-
function
|
|
5549
|
+
}, null, -1), Di = [Ri];
|
|
5550
|
+
function Hi(t, e, n, r, o, i) {
|
|
5537
5551
|
return p(), h("svg", T({
|
|
5538
5552
|
width: "14",
|
|
5539
5553
|
height: "14",
|
|
5540
5554
|
viewBox: "0 0 14 14",
|
|
5541
5555
|
fill: "none",
|
|
5542
5556
|
xmlns: "http://www.w3.org/2000/svg"
|
|
5543
|
-
}, t.pti()),
|
|
5557
|
+
}, t.pti()), Di, 16);
|
|
5544
5558
|
}
|
|
5545
|
-
qn.render =
|
|
5559
|
+
qn.render = Hi;
|
|
5546
5560
|
var Xn = {
|
|
5547
5561
|
name: "ChevronLeftIcon",
|
|
5548
5562
|
extends: Ue
|
|
5549
|
-
},
|
|
5563
|
+
}, Fi = /* @__PURE__ */ k("path", {
|
|
5550
5564
|
d: "M9.61296 13C9.50997 13.0005 9.40792 12.9804 9.3128 12.9409C9.21767 12.9014 9.13139 12.8433 9.05902 12.7701L3.83313 7.54416C3.68634 7.39718 3.60388 7.19795 3.60388 6.99022C3.60388 6.78249 3.68634 6.58325 3.83313 6.43628L9.05902 1.21039C9.20762 1.07192 9.40416 0.996539 9.60724 1.00012C9.81032 1.00371 10.0041 1.08597 10.1477 1.22959C10.2913 1.37322 10.3736 1.56698 10.3772 1.77005C10.3808 1.97313 10.3054 2.16968 10.1669 2.31827L5.49496 6.99022L10.1669 11.6622C10.3137 11.8091 10.3962 12.0084 10.3962 12.2161C10.3962 12.4238 10.3137 12.6231 10.1669 12.7701C10.0945 12.8433 10.0083 12.9014 9.91313 12.9409C9.81801 12.9804 9.71596 13.0005 9.61296 13Z",
|
|
5551
5565
|
fill: "currentColor"
|
|
5552
|
-
}, null, -1),
|
|
5553
|
-
function
|
|
5566
|
+
}, null, -1), Wi = [Fi];
|
|
5567
|
+
function zi(t, e, n, r, o, i) {
|
|
5554
5568
|
return p(), h("svg", T({
|
|
5555
5569
|
width: "14",
|
|
5556
5570
|
height: "14",
|
|
5557
5571
|
viewBox: "0 0 14 14",
|
|
5558
5572
|
fill: "none",
|
|
5559
5573
|
xmlns: "http://www.w3.org/2000/svg"
|
|
5560
|
-
}, t.pti()),
|
|
5574
|
+
}, t.pti()), Wi, 16);
|
|
5561
5575
|
}
|
|
5562
|
-
Xn.render =
|
|
5576
|
+
Xn.render = zi;
|
|
5563
5577
|
var Yn = {
|
|
5564
5578
|
name: "ChevronRightIcon",
|
|
5565
5579
|
extends: Ue
|
|
5566
|
-
},
|
|
5580
|
+
}, Ui = /* @__PURE__ */ k("path", {
|
|
5567
5581
|
d: "M4.38708 13C4.28408 13.0005 4.18203 12.9804 4.08691 12.9409C3.99178 12.9014 3.9055 12.8433 3.83313 12.7701C3.68634 12.6231 3.60388 12.4238 3.60388 12.2161C3.60388 12.0084 3.68634 11.8091 3.83313 11.6622L8.50507 6.99022L3.83313 2.31827C3.69467 2.16968 3.61928 1.97313 3.62287 1.77005C3.62645 1.56698 3.70872 1.37322 3.85234 1.22959C3.99596 1.08597 4.18972 1.00371 4.3928 1.00012C4.59588 0.996539 4.79242 1.07192 4.94102 1.21039L10.1669 6.43628C10.3137 6.58325 10.3962 6.78249 10.3962 6.99022C10.3962 7.19795 10.3137 7.39718 10.1669 7.54416L4.94102 12.7701C4.86865 12.8433 4.78237 12.9014 4.68724 12.9409C4.59212 12.9804 4.49007 13.0005 4.38708 13Z",
|
|
5568
5582
|
fill: "currentColor"
|
|
5569
|
-
}, null, -1),
|
|
5570
|
-
function
|
|
5583
|
+
}, null, -1), Ki = [Ui];
|
|
5584
|
+
function Gi(t, e, n, r, o, i) {
|
|
5571
5585
|
return p(), h("svg", T({
|
|
5572
5586
|
width: "14",
|
|
5573
5587
|
height: "14",
|
|
5574
5588
|
viewBox: "0 0 14 14",
|
|
5575
5589
|
fill: "none",
|
|
5576
5590
|
xmlns: "http://www.w3.org/2000/svg"
|
|
5577
|
-
}, t.pti()),
|
|
5591
|
+
}, t.pti()), Ki, 16);
|
|
5578
5592
|
}
|
|
5579
|
-
Yn.render =
|
|
5593
|
+
Yn.render = Gi;
|
|
5580
5594
|
var Zn = {
|
|
5581
5595
|
name: "ChevronUpIcon",
|
|
5582
5596
|
extends: Ue
|
|
5583
|
-
},
|
|
5597
|
+
}, qi = /* @__PURE__ */ k("path", {
|
|
5584
5598
|
d: "M12.2097 10.4113C12.1057 10.4118 12.0027 10.3915 11.9067 10.3516C11.8107 10.3118 11.7237 10.2532 11.6506 10.1792L6.93602 5.46461L2.22139 10.1476C2.07272 10.244 1.89599 10.2877 1.71953 10.2717C1.54307 10.2556 1.3771 10.1808 1.24822 10.0593C1.11933 9.93766 1.035 9.77633 1.00874 9.6011C0.982477 9.42587 1.0158 9.2469 1.10338 9.09287L6.37701 3.81923C6.52533 3.6711 6.72639 3.58789 6.93602 3.58789C7.14565 3.58789 7.3467 3.6711 7.49502 3.81923L12.7687 9.09287C12.9168 9.24119 13 9.44225 13 9.65187C13 9.8615 12.9168 10.0626 12.7687 10.2109C12.616 10.3487 12.4151 10.4207 12.2097 10.4113Z",
|
|
5585
5599
|
fill: "currentColor"
|
|
5586
|
-
}, null, -1),
|
|
5587
|
-
function
|
|
5600
|
+
}, null, -1), Xi = [qi];
|
|
5601
|
+
function Yi(t, e, n, r, o, i) {
|
|
5588
5602
|
return p(), h("svg", T({
|
|
5589
5603
|
width: "14",
|
|
5590
5604
|
height: "14",
|
|
5591
5605
|
viewBox: "0 0 14 14",
|
|
5592
5606
|
fill: "none",
|
|
5593
5607
|
xmlns: "http://www.w3.org/2000/svg"
|
|
5594
|
-
}, t.pti()),
|
|
5608
|
+
}, t.pti()), Xi, 16);
|
|
5595
5609
|
}
|
|
5596
|
-
Zn.render =
|
|
5597
|
-
var
|
|
5610
|
+
Zn.render = Yi;
|
|
5611
|
+
var Zi = {
|
|
5598
5612
|
root: function(e) {
|
|
5599
5613
|
var n = e.instance;
|
|
5600
5614
|
return ["p-carousel p-component", {
|
|
@@ -5646,10 +5660,10 @@ var Yi = {
|
|
|
5646
5660
|
},
|
|
5647
5661
|
indicatorButton: "p-link",
|
|
5648
5662
|
footer: "p-carousel-footer"
|
|
5649
|
-
},
|
|
5663
|
+
}, Ji = le.extend({
|
|
5650
5664
|
name: "carousel",
|
|
5651
|
-
classes:
|
|
5652
|
-
}),
|
|
5665
|
+
classes: Zi
|
|
5666
|
+
}), Qi = {
|
|
5653
5667
|
name: "BaseCarousel",
|
|
5654
5668
|
extends: ze,
|
|
5655
5669
|
props: {
|
|
@@ -5703,7 +5717,7 @@ var Yi = {
|
|
|
5703
5717
|
default: null
|
|
5704
5718
|
}
|
|
5705
5719
|
},
|
|
5706
|
-
style:
|
|
5720
|
+
style: Ji,
|
|
5707
5721
|
provide: function() {
|
|
5708
5722
|
return {
|
|
5709
5723
|
$parentInstance: this
|
|
@@ -5711,13 +5725,13 @@ var Yi = {
|
|
|
5711
5725
|
}
|
|
5712
5726
|
};
|
|
5713
5727
|
function $e(t) {
|
|
5714
|
-
return
|
|
5728
|
+
return ra(t) || na(t) || ta(t) || ea();
|
|
5715
5729
|
}
|
|
5716
|
-
function
|
|
5730
|
+
function ea() {
|
|
5717
5731
|
throw new TypeError(`Invalid attempt to spread non-iterable instance.
|
|
5718
5732
|
In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`);
|
|
5719
5733
|
}
|
|
5720
|
-
function
|
|
5734
|
+
function ta(t, e) {
|
|
5721
5735
|
if (t) {
|
|
5722
5736
|
if (typeof t == "string")
|
|
5723
5737
|
return kt(t, e);
|
|
@@ -5728,11 +5742,11 @@ function ea(t, e) {
|
|
|
5728
5742
|
return kt(t, e);
|
|
5729
5743
|
}
|
|
5730
5744
|
}
|
|
5731
|
-
function
|
|
5745
|
+
function na(t) {
|
|
5732
5746
|
if (typeof Symbol < "u" && t[Symbol.iterator] != null || t["@@iterator"] != null)
|
|
5733
5747
|
return Array.from(t);
|
|
5734
5748
|
}
|
|
5735
|
-
function
|
|
5749
|
+
function ra(t) {
|
|
5736
5750
|
if (Array.isArray(t))
|
|
5737
5751
|
return kt(t);
|
|
5738
5752
|
}
|
|
@@ -5744,7 +5758,7 @@ function kt(t, e) {
|
|
|
5744
5758
|
}
|
|
5745
5759
|
var Jn = {
|
|
5746
5760
|
name: "Carousel",
|
|
5747
|
-
extends:
|
|
5761
|
+
extends: Qi,
|
|
5748
5762
|
inheritAttrs: !1,
|
|
5749
5763
|
emits: ["update:page"],
|
|
5750
5764
|
isRemainingItemsAdded: !1,
|
|
@@ -6058,21 +6072,21 @@ function Xe(t) {
|
|
|
6058
6072
|
for (var e = 1; e < arguments.length; e++) {
|
|
6059
6073
|
var n = arguments[e] != null ? arguments[e] : {};
|
|
6060
6074
|
e % 2 ? Jt(Object(n), !0).forEach(function(r) {
|
|
6061
|
-
|
|
6075
|
+
oa(t, r, n[r]);
|
|
6062
6076
|
}) : Object.getOwnPropertyDescriptors ? Object.defineProperties(t, Object.getOwnPropertyDescriptors(n)) : Jt(Object(n)).forEach(function(r) {
|
|
6063
6077
|
Object.defineProperty(t, r, Object.getOwnPropertyDescriptor(n, r));
|
|
6064
6078
|
});
|
|
6065
6079
|
}
|
|
6066
6080
|
return t;
|
|
6067
6081
|
}
|
|
6068
|
-
function
|
|
6069
|
-
return e =
|
|
6082
|
+
function oa(t, e, n) {
|
|
6083
|
+
return e = ia(e), e in t ? Object.defineProperty(t, e, { value: n, enumerable: !0, configurable: !0, writable: !0 }) : t[e] = n, t;
|
|
6070
6084
|
}
|
|
6071
|
-
function
|
|
6072
|
-
var e =
|
|
6085
|
+
function ia(t) {
|
|
6086
|
+
var e = aa(t, "string");
|
|
6073
6087
|
return Fe(e) == "symbol" ? e : String(e);
|
|
6074
6088
|
}
|
|
6075
|
-
function
|
|
6089
|
+
function aa(t, e) {
|
|
6076
6090
|
if (Fe(t) != "object" || !t)
|
|
6077
6091
|
return t;
|
|
6078
6092
|
var n = t[Symbol.toPrimitive];
|
|
@@ -6084,8 +6098,8 @@ function ia(t, e) {
|
|
|
6084
6098
|
}
|
|
6085
6099
|
return (e === "string" ? String : Number)(t);
|
|
6086
6100
|
}
|
|
6087
|
-
var
|
|
6088
|
-
function
|
|
6101
|
+
var la = ["aria-live"], sa = ["disabled", "aria-label"], ua = ["data-p-carousel-item-active", "data-p-carousel-item-start", "data-p-carousel-item-end"], ca = ["aria-hidden", "aria-label", "aria-roledescription", "data-p-carousel-item-active", "data-p-carousel-item-start", "data-p-carousel-item-end"], da = ["disabled", "aria-label"], pa = ["data-p-highlight"], fa = ["tabindex", "aria-label", "aria-current", "onClick"];
|
|
6102
|
+
function ma(t, e, n, r, o, i) {
|
|
6089
6103
|
var s = gn("ripple");
|
|
6090
6104
|
return p(), h("div", T({
|
|
6091
6105
|
class: t.cx("root"),
|
|
@@ -6118,7 +6132,7 @@ function fa(t, e, n, r, o, i) {
|
|
|
6118
6132
|
return [(p(), I(ee(i.isVertical() ? "ChevronUpIcon" : "ChevronLeftIcon"), T({
|
|
6119
6133
|
class: t.cx("previousButtonIcon")
|
|
6120
6134
|
}, t.ptm("previousButtonIcon")), null, 16, ["class"]))];
|
|
6121
|
-
})], 16,
|
|
6135
|
+
})], 16, sa)), [[s]]) : w("", !0), k("div", T({
|
|
6122
6136
|
class: t.cx("itemsContent"),
|
|
6123
6137
|
style: [{
|
|
6124
6138
|
height: i.isVertical() ? t.verticalViewPortHeight : "auto"
|
|
@@ -6138,7 +6152,7 @@ function fa(t, e, n, r, o, i) {
|
|
|
6138
6152
|
onTransitionend: e[1] || (e[1] = function() {
|
|
6139
6153
|
return i.onTransitionEnd && i.onTransitionEnd.apply(i, arguments);
|
|
6140
6154
|
})
|
|
6141
|
-
}, t.ptm("itemsContainer")), [i.isCircular() ? (p(!0), h(
|
|
6155
|
+
}, t.ptm("itemsContainer")), [i.isCircular() ? (p(!0), h(K, {
|
|
6142
6156
|
key: 0
|
|
6143
6157
|
}, Y(t.value.slice(-1 * o.d_numVisible), function(l, a) {
|
|
6144
6158
|
return p(), h("div", T({
|
|
@@ -6156,8 +6170,8 @@ function fa(t, e, n, r, o, i) {
|
|
|
6156
6170
|
}), [Q(t.$slots, "item", {
|
|
6157
6171
|
data: l,
|
|
6158
6172
|
index: a
|
|
6159
|
-
})], 16,
|
|
6160
|
-
}), 128)) : w("", !0), (p(!0), h(
|
|
6173
|
+
})], 16, ua);
|
|
6174
|
+
}), 128)) : w("", !0), (p(!0), h(K, null, Y(t.value, function(l, a) {
|
|
6161
6175
|
return p(), h("div", T({
|
|
6162
6176
|
key: a,
|
|
6163
6177
|
class: t.cx("item", {
|
|
@@ -6174,8 +6188,8 @@ function fa(t, e, n, r, o, i) {
|
|
|
6174
6188
|
}), [Q(t.$slots, "item", {
|
|
6175
6189
|
data: l,
|
|
6176
6190
|
index: a
|
|
6177
|
-
})], 16,
|
|
6178
|
-
}), 128)), i.isCircular() ? (p(!0), h(
|
|
6191
|
+
})], 16, ca);
|
|
6192
|
+
}), 128)), i.isCircular() ? (p(!0), h(K, {
|
|
6179
6193
|
key: 1
|
|
6180
6194
|
}, Y(t.value.slice(0, o.d_numVisible), function(l, a) {
|
|
6181
6195
|
return p(), h("div", T({
|
|
@@ -6205,14 +6219,14 @@ function fa(t, e, n, r, o, i) {
|
|
|
6205
6219
|
return [(p(), I(ee(i.isVertical() ? "ChevronDownIcon" : "ChevronRightIcon"), T({
|
|
6206
6220
|
class: t.cx("nextButtonIcon")
|
|
6207
6221
|
}, t.ptm("nextButtonIcon")), null, 16, ["class"]))];
|
|
6208
|
-
})], 16,
|
|
6222
|
+
})], 16, da)), [[s]]) : w("", !0)], 16, la), i.totalIndicators >= 0 && t.showIndicators ? (p(), h("ul", T({
|
|
6209
6223
|
key: 0,
|
|
6210
6224
|
ref: "indicatorContent",
|
|
6211
6225
|
class: [t.cx("indicators"), t.indicatorsContentClass],
|
|
6212
6226
|
onKeydown: e[6] || (e[6] = function() {
|
|
6213
6227
|
return i.onIndicatorKeydown && i.onIndicatorKeydown.apply(i, arguments);
|
|
6214
6228
|
})
|
|
6215
|
-
}, t.ptm("indicators")), [(p(!0), h(
|
|
6229
|
+
}, t.ptm("indicators")), [(p(!0), h(K, null, Y(i.totalIndicators, function(l, a) {
|
|
6216
6230
|
return p(), h("li", T({
|
|
6217
6231
|
key: "p-carousel-indicator-" + a.toString(),
|
|
6218
6232
|
class: t.cx("indicator", {
|
|
@@ -6229,14 +6243,14 @@ function fa(t, e, n, r, o, i) {
|
|
|
6229
6243
|
onClick: function(c) {
|
|
6230
6244
|
return i.onIndicatorClick(c, a);
|
|
6231
6245
|
}
|
|
6232
|
-
}, t.ptm("indicatorButton", i.getIndicatorPTOptions(a))), null, 16,
|
|
6246
|
+
}, t.ptm("indicatorButton", i.getIndicatorPTOptions(a))), null, 16, fa)], 16, pa);
|
|
6233
6247
|
}), 128))], 16)) : w("", !0)], 16)), t.$slots.footer ? (p(), h("div", T({
|
|
6234
6248
|
key: 3,
|
|
6235
6249
|
class: t.cx("footer")
|
|
6236
6250
|
}, t.ptm("footer")), [Q(t.$slots, "footer")], 16)) : w("", !0)], 16);
|
|
6237
6251
|
}
|
|
6238
|
-
Jn.render =
|
|
6239
|
-
const
|
|
6252
|
+
Jn.render = ma;
|
|
6253
|
+
const ga = ["innerHTML"], ha = /* @__PURE__ */ H({
|
|
6240
6254
|
__name: "CarouselModule",
|
|
6241
6255
|
props: {
|
|
6242
6256
|
__typename: {},
|
|
@@ -6250,7 +6264,7 @@ const ma = ["innerHTML"], ga = /* @__PURE__ */ H({
|
|
|
6250
6264
|
},
|
|
6251
6265
|
setup(t) {
|
|
6252
6266
|
const e = t, n = x(() => P(Sn, e.pt ?? {})), { backgroundColor: r, palette: o } = ne(e), i = x(
|
|
6253
|
-
() => `${
|
|
6267
|
+
() => `${G(e.variant !== "Hero" ? "py-16 px-8" : "", `bg-${r}`, e.class)} ${e.variant.toLowerCase()} carousel`
|
|
6254
6268
|
);
|
|
6255
6269
|
return (s, l) => {
|
|
6256
6270
|
var a;
|
|
@@ -6277,7 +6291,7 @@ const ma = ["innerHTML"], ga = /* @__PURE__ */ H({
|
|
|
6277
6291
|
k("h2", {
|
|
6278
6292
|
class: g(`carousel-headline ${((u = n.value) == null ? void 0 : u.headline) ?? ""} text-${v(o).headline}`),
|
|
6279
6293
|
innerHTML: s.headline
|
|
6280
|
-
}, null, 10,
|
|
6294
|
+
}, null, 10, ga)
|
|
6281
6295
|
];
|
|
6282
6296
|
}),
|
|
6283
6297
|
key: "0"
|
|
@@ -6287,7 +6301,7 @@ const ma = ["innerHTML"], ga = /* @__PURE__ */ H({
|
|
|
6287
6301
|
}
|
|
6288
6302
|
});
|
|
6289
6303
|
var _e = /* @__PURE__ */ ((t) => (t[t.IconTile = 0] = "IconTile", t[t.ImageTile = 1] = "ImageTile", t[t.VideoTile = 2] = "VideoTile", t[t.ImageStackedAnimatedTile = 3] = "ImageStackedAnimatedTile", t[t.VideoLeft = 4] = "VideoLeft", t[t.Hero = 5] = "Hero", t[t.Centered = 6] = "Centered", t))(_e || {});
|
|
6290
|
-
const
|
|
6304
|
+
const va = ["innerHTML"], ya = /* @__PURE__ */ H({
|
|
6291
6305
|
__name: "ContainerModule",
|
|
6292
6306
|
props: {
|
|
6293
6307
|
__typename: {},
|
|
@@ -6311,7 +6325,7 @@ const ha = ["innerHTML"], va = /* @__PURE__ */ H({
|
|
|
6311
6325
|
() => P(In[e.variant], e.pt ?? {})
|
|
6312
6326
|
), i = x(() => _e[e.variant] === _e.Hero), s = x(() => _e[e.variant] === _e.Centered), l = x(() => {
|
|
6313
6327
|
var y;
|
|
6314
|
-
return
|
|
6328
|
+
return G(
|
|
6315
6329
|
`container-module ${e.backgroundImage ? "" : `bg-${n}`} relative ${(y = o.value) == null ? void 0 : y.root} ${i.value ? e.backgroundImage ? "md:h-[60vw] md:max-h-[70vh]" : "md:h-[500px] md:max-h-[500px]" : ""} `,
|
|
6316
6330
|
e.class ?? ""
|
|
6317
6331
|
);
|
|
@@ -6336,7 +6350,7 @@ const ha = ["innerHTML"], va = /* @__PURE__ */ H({
|
|
|
6336
6350
|
key: 0,
|
|
6337
6351
|
class: g(`container-module-headline ${!y.isChild && i.value ? "py-16" : ""} ${s.value ? "text-center" : ""} ${((F = o.value) == null ? void 0 : F.headline) ?? ""} text-${v(r).headline}`),
|
|
6338
6352
|
innerHTML: y.headline
|
|
6339
|
-
}, null, 10,
|
|
6353
|
+
}, null, 10, va)) : w("", !0),
|
|
6340
6354
|
y.subHeadline ? (p(), h("p", {
|
|
6341
6355
|
key: 1,
|
|
6342
6356
|
class: g(`container-module-subheadline ${s.value ? "text-center" : ""} ${((j = o.value) == null ? void 0 : j.subheadline) ?? ""} text-${v(r).subheadline}`)
|
|
@@ -6353,7 +6367,7 @@ const ha = ["innerHTML"], va = /* @__PURE__ */ H({
|
|
|
6353
6367
|
"is-child": !0,
|
|
6354
6368
|
"is-hero": !!(v(a) === "ContentModule" && i.value)
|
|
6355
6369
|
}), null, 16, ["is-hero"])) : w("", !0)
|
|
6356
|
-
], 2)) : (p(), h(
|
|
6370
|
+
], 2)) : (p(), h(K, { key: 1 }, [
|
|
6357
6371
|
y.start ? (p(), h("div", {
|
|
6358
6372
|
key: 0,
|
|
6359
6373
|
class: g(`container-module-start basis-1/2 ${((W = o.value) == null ? void 0 : W.start) ?? ""} ${i.value && v(u) !== "Image" ? "py-16 md:pr-16 md:pl-0 px-12" : ""}`)
|
|
@@ -6383,7 +6397,7 @@ const ha = ["innerHTML"], va = /* @__PURE__ */ H({
|
|
|
6383
6397
|
}
|
|
6384
6398
|
});
|
|
6385
6399
|
var Qn = /* @__PURE__ */ ((t) => (t.Left = "left", t.Center = "center", t.Right = "right", t.Inline = "inline", t))(Qn || {});
|
|
6386
|
-
const
|
|
6400
|
+
const ge = /* @__PURE__ */ H({
|
|
6387
6401
|
__name: "CTA",
|
|
6388
6402
|
props: {
|
|
6389
6403
|
__typename: {},
|
|
@@ -6408,7 +6422,7 @@ const me = /* @__PURE__ */ H({
|
|
|
6408
6422
|
var $;
|
|
6409
6423
|
const f = [
|
|
6410
6424
|
"cta whitespace-nowrap",
|
|
6411
|
-
|
|
6425
|
+
G((($ = n.value) == null ? void 0 : $.root) ?? "", e.class ?? "", "flex items-center gap-2")
|
|
6412
6426
|
];
|
|
6413
6427
|
if ((e.buttonType === "link" || e.buttonType === "logo") && f.push("hover:underline"), f.push(`text-${e.textColor ?? i.copy}`), e.size)
|
|
6414
6428
|
switch (e.size) {
|
|
@@ -6464,12 +6478,12 @@ const me = /* @__PURE__ */ H({
|
|
|
6464
6478
|
}, [
|
|
6465
6479
|
typeof f.logo == "object" ? (p(), I(C, We(T({ key: 0 }, f.logo)), null, 16)) : typeof f.logo == "string" ? (p(), h("div", {
|
|
6466
6480
|
key: 1,
|
|
6467
|
-
class: g(v(
|
|
6481
|
+
class: g(v(G)(f.logo, (y = n.value) == null ? void 0 : y.logo))
|
|
6468
6482
|
}, null, 2)) : w("", !0)
|
|
6469
6483
|
], 2)) : w("", !0),
|
|
6470
6484
|
k("p", {
|
|
6471
6485
|
class: g(
|
|
6472
|
-
v(
|
|
6486
|
+
v(G)("pointer-events-none whitespace-nowrap", ((S = n.value) == null ? void 0 : S.headline) ?? "")
|
|
6473
6487
|
)
|
|
6474
6488
|
}, O(f.title), 3)
|
|
6475
6489
|
];
|
|
@@ -6478,7 +6492,7 @@ const me = /* @__PURE__ */ H({
|
|
|
6478
6492
|
}, 8, ["as", "class", "aria-label", "aria-description", "target", "rel", "href", "to", "link"]);
|
|
6479
6493
|
};
|
|
6480
6494
|
}
|
|
6481
|
-
}),
|
|
6495
|
+
}), ba = ["innerHTML"], $a = ["innerHTML"], wa = /* @__PURE__ */ H({
|
|
6482
6496
|
__name: "ContentModule",
|
|
6483
6497
|
props: {
|
|
6484
6498
|
__typename: {},
|
|
@@ -6520,7 +6534,7 @@ const me = /* @__PURE__ */ H({
|
|
|
6520
6534
|
const c = [
|
|
6521
6535
|
"content-module-headline",
|
|
6522
6536
|
`text-${l.headline}`,
|
|
6523
|
-
|
|
6537
|
+
G(((d = n == null ? void 0 : n.value) == null ? void 0 : d.headline) ?? "", r.value)
|
|
6524
6538
|
];
|
|
6525
6539
|
return e.isChild ? c.push("text-3xl md:text-4xl") : c.push("text-3xl md:text-5xl"), (e.description || e.subHeadline && e.isHero) && c.push("mb-4 md:mb-6"), c.join(" ");
|
|
6526
6540
|
}), u = x(() => {
|
|
@@ -6528,7 +6542,7 @@ const me = /* @__PURE__ */ H({
|
|
|
6528
6542
|
return [
|
|
6529
6543
|
"content-module-subheadline mb-2",
|
|
6530
6544
|
`text-${l.subheadline}`,
|
|
6531
|
-
|
|
6545
|
+
G(((d = n == null ? void 0 : n.value) == null ? void 0 : d.subheadline) ?? "", r.value)
|
|
6532
6546
|
].join(" ");
|
|
6533
6547
|
});
|
|
6534
6548
|
return (c, d) => {
|
|
@@ -6549,21 +6563,21 @@ const me = /* @__PURE__ */ H({
|
|
|
6549
6563
|
key: 2,
|
|
6550
6564
|
class: g(a.value),
|
|
6551
6565
|
innerHTML: c.headline
|
|
6552
|
-
}, null, 10,
|
|
6566
|
+
}, null, 10, ba)) : w("", !0),
|
|
6553
6567
|
c.subHeadline && c.isHero ? (p(), h("h6", {
|
|
6554
6568
|
key: 3,
|
|
6555
6569
|
class: g(u.value)
|
|
6556
6570
|
}, O(c.subHeadline), 3)) : w("", !0),
|
|
6557
6571
|
c.description ? (p(), h("p", {
|
|
6558
6572
|
key: 4,
|
|
6559
|
-
class: g(`content-module-description text-${v(l).copy} ${v(
|
|
6573
|
+
class: g(`content-module-description text-${v(l).copy} ${v(G)(((C = n.value) == null ? void 0 : C.description) ?? "", r.value)}`),
|
|
6560
6574
|
innerHTML: c.description
|
|
6561
|
-
}, null, 10,
|
|
6575
|
+
}, null, 10, $a)) : w("", !0),
|
|
6562
6576
|
c.ctas ? (p(), h("div", {
|
|
6563
6577
|
key: 5,
|
|
6564
|
-
class: g(`content-module-ctas flex flex-wrap gap-4 ${o.value} ${v(
|
|
6578
|
+
class: g(`content-module-ctas flex flex-wrap gap-4 ${o.value} ${v(G)(((b = n.value) == null ? void 0 : b.ctas) ?? "", r.value)}`)
|
|
6565
6579
|
}, [
|
|
6566
|
-
(p(!0), h(
|
|
6580
|
+
(p(!0), h(K, null, Y(c.ctas, (y, S) => (p(), I(ge, T({ ref_for: !0 }, y, {
|
|
6567
6581
|
key: `cta-${y.title}-${S}`
|
|
6568
6582
|
}), null, 16))), 128))
|
|
6569
6583
|
], 2)) : w("", !0)
|
|
@@ -6571,7 +6585,7 @@ const me = /* @__PURE__ */ H({
|
|
|
6571
6585
|
], 2);
|
|
6572
6586
|
};
|
|
6573
6587
|
}
|
|
6574
|
-
}),
|
|
6588
|
+
}), Ca = ["innerHTML"], ka = /* @__PURE__ */ H({
|
|
6575
6589
|
__name: "ContainerCollectionModule",
|
|
6576
6590
|
props: {
|
|
6577
6591
|
__typename: {},
|
|
@@ -6595,11 +6609,11 @@ const me = /* @__PURE__ */ H({
|
|
|
6595
6609
|
key: 0,
|
|
6596
6610
|
class: g(`container-collection-headline ${(l = n.value) == null ? void 0 : l.headline} text-${v(o).headline}`),
|
|
6597
6611
|
innerHTML: i.headline
|
|
6598
|
-
}, null, 10,
|
|
6612
|
+
}, null, 10, Ca)) : w("", !0),
|
|
6599
6613
|
k("div", {
|
|
6600
6614
|
class: g(`container-collection-content space-y-8 mx-auto container ${(a = n.value) == null ? void 0 : a.bodyCopy}`)
|
|
6601
6615
|
}, [
|
|
6602
|
-
(p(!0), h(
|
|
6616
|
+
(p(!0), h(K, null, Y(i.modules, (u, c) => (p(), I(ee(u.__typename), T({ ref_for: !0 }, u, {
|
|
6603
6617
|
key: `${u == null ? void 0 : u.__typename}-${c}`,
|
|
6604
6618
|
"is-child": !0
|
|
6605
6619
|
}), null, 16))), 128))
|
|
@@ -6608,13 +6622,13 @@ const me = /* @__PURE__ */ H({
|
|
|
6608
6622
|
};
|
|
6609
6623
|
}
|
|
6610
6624
|
});
|
|
6611
|
-
var
|
|
6625
|
+
var ve = /* @__PURE__ */ ((t) => (t[t.header = 0] = "header", t[t.footer = 1] = "footer", t))(ve || {});
|
|
6612
6626
|
/*!
|
|
6613
6627
|
* vue-router v4.4.3
|
|
6614
6628
|
* (c) 2024 Eduardo San Martin Morote
|
|
6615
6629
|
* @license MIT
|
|
6616
6630
|
*/
|
|
6617
|
-
const
|
|
6631
|
+
const Ta = typeof document < "u", Sa = () => {
|
|
6618
6632
|
}, tt = Array.isArray;
|
|
6619
6633
|
function Qt(t) {
|
|
6620
6634
|
const e = Array.from(arguments).slice(1);
|
|
@@ -6623,15 +6637,15 @@ function Qt(t) {
|
|
|
6623
6637
|
function en(t, e) {
|
|
6624
6638
|
return (t.aliasOf || t) === (e.aliasOf || e);
|
|
6625
6639
|
}
|
|
6626
|
-
function
|
|
6640
|
+
function xa(t, e) {
|
|
6627
6641
|
if (Object.keys(t).length !== Object.keys(e).length)
|
|
6628
6642
|
return !1;
|
|
6629
6643
|
for (const n in t)
|
|
6630
|
-
if (!
|
|
6644
|
+
if (!Ia(t[n], e[n]))
|
|
6631
6645
|
return !1;
|
|
6632
6646
|
return !0;
|
|
6633
6647
|
}
|
|
6634
|
-
function
|
|
6648
|
+
function Ia(t, e) {
|
|
6635
6649
|
return tt(t) ? tn(t, e) : tt(e) ? tn(e, t) : t === e;
|
|
6636
6650
|
}
|
|
6637
6651
|
function tn(t, e) {
|
|
@@ -6655,10 +6669,10 @@ var an;
|
|
|
6655
6669
|
})(an || (an = {}));
|
|
6656
6670
|
Symbol(process.env.NODE_ENV !== "production" ? "router view location matched" : "");
|
|
6657
6671
|
Symbol(process.env.NODE_ENV !== "production" ? "router view depth" : "");
|
|
6658
|
-
const er = Symbol(process.env.NODE_ENV !== "production" ? "router" : ""),
|
|
6672
|
+
const er = Symbol(process.env.NODE_ENV !== "production" ? "router" : ""), Pa = Symbol(process.env.NODE_ENV !== "production" ? "route location" : "");
|
|
6659
6673
|
Symbol(process.env.NODE_ENV !== "production" ? "router view location" : "");
|
|
6660
6674
|
function ln(t) {
|
|
6661
|
-
const e = Je(er), n = Je(
|
|
6675
|
+
const e = Je(er), n = Je(Pa);
|
|
6662
6676
|
let r = !1, o = null;
|
|
6663
6677
|
const i = x(() => {
|
|
6664
6678
|
const c = v(t.to);
|
|
@@ -6684,14 +6698,14 @@ function ln(t) {
|
|
|
6684
6698
|
un(m) === C && // avoid comparing the child with its parent
|
|
6685
6699
|
f[f.length - 1].path !== C ? f.findIndex(en.bind(null, c[d - 2])) : $
|
|
6686
6700
|
);
|
|
6687
|
-
}), l = x(() => s.value > -1 &&
|
|
6701
|
+
}), l = x(() => s.value > -1 && La(n.params, i.value.params)), a = x(() => s.value > -1 && s.value === n.matched.length - 1 && xa(n.params, i.value.params));
|
|
6688
6702
|
function u(c = {}) {
|
|
6689
|
-
return
|
|
6703
|
+
return _a(c) ? e[v(t.replace) ? "replace" : "push"](
|
|
6690
6704
|
v(t.to)
|
|
6691
6705
|
// avoid uncaught errors are they are logged anyway
|
|
6692
|
-
).catch(
|
|
6706
|
+
).catch(Sa) : Promise.resolve();
|
|
6693
6707
|
}
|
|
6694
|
-
if (process.env.NODE_ENV !== "production" &&
|
|
6708
|
+
if (process.env.NODE_ENV !== "production" && Ta) {
|
|
6695
6709
|
const c = xt();
|
|
6696
6710
|
if (c) {
|
|
6697
6711
|
const d = {
|
|
@@ -6713,7 +6727,7 @@ function ln(t) {
|
|
|
6713
6727
|
navigate: u
|
|
6714
6728
|
};
|
|
6715
6729
|
}
|
|
6716
|
-
const
|
|
6730
|
+
const Aa = /* @__PURE__ */ H({
|
|
6717
6731
|
name: "RouterLink",
|
|
6718
6732
|
compatConfig: { MODE: 3 },
|
|
6719
6733
|
props: {
|
|
@@ -6754,8 +6768,8 @@ const Pa = /* @__PURE__ */ H({
|
|
|
6754
6768
|
}, i);
|
|
6755
6769
|
};
|
|
6756
6770
|
}
|
|
6757
|
-
}), sn =
|
|
6758
|
-
function
|
|
6771
|
+
}), sn = Aa;
|
|
6772
|
+
function _a(t) {
|
|
6759
6773
|
if (!(t.metaKey || t.altKey || t.ctrlKey || t.shiftKey) && !t.defaultPrevented && !(t.button !== void 0 && t.button !== 0)) {
|
|
6760
6774
|
if (t.currentTarget && t.currentTarget.getAttribute) {
|
|
6761
6775
|
const e = t.currentTarget.getAttribute("target");
|
|
@@ -6765,7 +6779,7 @@ function Aa(t) {
|
|
|
6765
6779
|
return t.preventDefault && t.preventDefault(), !0;
|
|
6766
6780
|
}
|
|
6767
6781
|
}
|
|
6768
|
-
function
|
|
6782
|
+
function La(t, e) {
|
|
6769
6783
|
for (const n in e) {
|
|
6770
6784
|
const r = e[n], o = t[n];
|
|
6771
6785
|
if (typeof r == "string") {
|
|
@@ -6779,14 +6793,14 @@ function _a(t, e) {
|
|
|
6779
6793
|
function un(t) {
|
|
6780
6794
|
return t ? t.aliasOf ? t.aliasOf.path : t.path : "";
|
|
6781
6795
|
}
|
|
6782
|
-
const cn = (t, e, n) => t ?? e ?? n,
|
|
6796
|
+
const cn = (t, e, n) => t ?? e ?? n, Oa = {
|
|
6783
6797
|
class: /* @__PURE__ */ g("pi pi-chevron-down")
|
|
6784
|
-
}, Oa = {
|
|
6785
|
-
class: /* @__PURE__ */ g("pi pi-chevron-up")
|
|
6786
6798
|
}, Ea = {
|
|
6799
|
+
class: /* @__PURE__ */ g("pi pi-chevron-up")
|
|
6800
|
+
}, ja = {
|
|
6787
6801
|
key: 1,
|
|
6788
6802
|
class: "mb-2 font-bold"
|
|
6789
|
-
},
|
|
6803
|
+
}, Ma = ["innerHTML"], ot = /* @__PURE__ */ H({
|
|
6790
6804
|
__name: "NavigationElement",
|
|
6791
6805
|
props: {
|
|
6792
6806
|
elementType: {},
|
|
@@ -6807,7 +6821,7 @@ const cn = (t, e, n) => t ?? e ?? n, La = {
|
|
|
6807
6821
|
}), o = x(() => {
|
|
6808
6822
|
var u, c, d;
|
|
6809
6823
|
return (c = (u = e.linkRef) == null ? void 0 : u.page) != null && c.slug ? sn : (d = e.linkRef) != null && d.externalUrl ? "a" : "button";
|
|
6810
|
-
}), i = x(() =>
|
|
6824
|
+
}), i = x(() => ve[e.elementType ?? "header"]), s = te(!1), l = x(
|
|
6811
6825
|
() => `relative m-0 ${e.class ?? ""} ${e.isChild ? "sub-" : ""}navigation-element`
|
|
6812
6826
|
), a = () => {
|
|
6813
6827
|
s.value = !s.value;
|
|
@@ -6818,12 +6832,12 @@ const cn = (t, e, n) => t ?? e ?? n, La = {
|
|
|
6818
6832
|
class: g(l.value)
|
|
6819
6833
|
}, {
|
|
6820
6834
|
default: Z(() => [
|
|
6821
|
-
i.value === v(
|
|
6835
|
+
i.value === v(ve).header || u.isChild && (r.value || u.subNavigation) ? (p(), I(ee(o.value), {
|
|
6822
6836
|
key: 0,
|
|
6823
6837
|
to: o.value === v(sn) ? r.value : void 0,
|
|
6824
6838
|
href: o.value === "a" ? r.value : void 0,
|
|
6825
6839
|
class: g(["flex items-center hover:underline", {
|
|
6826
|
-
"whitespace-nowrap": i.value === v(
|
|
6840
|
+
"whitespace-nowrap": i.value === v(ve).header
|
|
6827
6841
|
}]),
|
|
6828
6842
|
"aria-expanded": o.value === "button" ? !0 : void 0,
|
|
6829
6843
|
"aria-haspopup": o.value === "button" ? !0 : void 0,
|
|
@@ -6837,29 +6851,29 @@ const cn = (t, e, n) => t ?? e ?? n, La = {
|
|
|
6837
6851
|
key: 0,
|
|
6838
6852
|
class: g((m = n.value) == null ? void 0 : m.icon)
|
|
6839
6853
|
}, [
|
|
6840
|
-
re(k("i",
|
|
6854
|
+
re(k("i", Oa, null, 512), [
|
|
6841
6855
|
[ae, !s.value]
|
|
6842
6856
|
]),
|
|
6843
|
-
re(k("i",
|
|
6857
|
+
re(k("i", Ea, null, 512), [
|
|
6844
6858
|
[ae, s.value]
|
|
6845
6859
|
])
|
|
6846
6860
|
], 2)) : w("", !0)
|
|
6847
6861
|
];
|
|
6848
6862
|
}),
|
|
6849
6863
|
_: 1
|
|
6850
|
-
}, 8, ["to", "href", "class", "aria-expanded", "aria-haspopup"])) : i.value == v(
|
|
6864
|
+
}, 8, ["to", "href", "class", "aria-expanded", "aria-haspopup"])) : i.value == v(ve).footer ? (p(), h("h2", ja, O(u.title), 1)) : w("", !0),
|
|
6851
6865
|
!u.isChild && u.subNavigation ? (p(), h("ul", {
|
|
6852
6866
|
key: 2,
|
|
6853
6867
|
class: g({
|
|
6854
|
-
hidden: !s.value && i.value == v(
|
|
6855
|
-
"sm:absolute left-0 z-10 sm:mt-2 space-y-2 origin-top-right rounded-md ring-opacity-5 focus:outline-none sm:shadow-lg sm:ring-1 sm:ring-white sm:bg-white p-5": i.value == v(
|
|
6868
|
+
hidden: !s.value && i.value == v(ve).header,
|
|
6869
|
+
"sm:absolute left-0 z-10 sm:mt-2 space-y-2 origin-top-right rounded-md ring-opacity-5 focus:outline-none sm:shadow-lg sm:ring-1 sm:ring-white sm:bg-white p-5": i.value == v(ve).header
|
|
6856
6870
|
}),
|
|
6857
6871
|
role: "menu",
|
|
6858
6872
|
"aria-orientation": "vertical",
|
|
6859
6873
|
"aria-labelledby": "menu-button",
|
|
6860
6874
|
tabindex: "-1"
|
|
6861
6875
|
}, [
|
|
6862
|
-
(p(!0), h(
|
|
6876
|
+
(p(!0), h(K, null, Y(u.subNavigation, (m, f) => (p(), I(d, T({
|
|
6863
6877
|
key: m.title,
|
|
6864
6878
|
class: ["ms-3 sm:ms-0", `sub-navigation-element-item-${f}`],
|
|
6865
6879
|
role: "menuitem",
|
|
@@ -6870,17 +6884,17 @@ const cn = (t, e, n) => t ?? e ?? n, La = {
|
|
|
6870
6884
|
u.htmlRef ? (p(), h("div", {
|
|
6871
6885
|
key: 3,
|
|
6872
6886
|
innerHTML: u.htmlRef
|
|
6873
|
-
}, null, 8,
|
|
6887
|
+
}, null, 8, Ma)) : w("", !0)
|
|
6874
6888
|
]),
|
|
6875
6889
|
_: 1
|
|
6876
6890
|
}, 8, ["class"]);
|
|
6877
6891
|
};
|
|
6878
6892
|
}
|
|
6879
|
-
}),
|
|
6893
|
+
}), Va = {
|
|
6880
6894
|
key: 0,
|
|
6881
6895
|
id: "social-media",
|
|
6882
6896
|
class: "flex flex-wrap footer-social space-x-0.5 2xl:space-x-2 whitespace-normal"
|
|
6883
|
-
},
|
|
6897
|
+
}, Na = ["href"], Tt = /* @__PURE__ */ H({
|
|
6884
6898
|
__name: "SocialMediaRef",
|
|
6885
6899
|
props: {
|
|
6886
6900
|
socialMediaRef: {}
|
|
@@ -6888,26 +6902,26 @@ const cn = (t, e, n) => t ?? e ?? n, La = {
|
|
|
6888
6902
|
setup(t) {
|
|
6889
6903
|
return (e, n) => {
|
|
6890
6904
|
const r = oe;
|
|
6891
|
-
return e.socialMediaRef ? (p(), h("div",
|
|
6892
|
-
(p(!0), h(
|
|
6905
|
+
return e.socialMediaRef ? (p(), h("div", Va, [
|
|
6906
|
+
(p(!0), h(K, null, Y(e.socialMediaRef, (o, i) => {
|
|
6893
6907
|
var s, l;
|
|
6894
6908
|
return p(), h("a", {
|
|
6895
6909
|
key: `footer-social-item-${o.icon.altTag}-${i}`,
|
|
6896
6910
|
class: g(`footer-social-item-${i} mt-1`),
|
|
6897
6911
|
href: (s = o == null ? void 0 : o.url) == null ? void 0 : s.externalUrl
|
|
6898
6912
|
}, [
|
|
6899
|
-
|
|
6913
|
+
me(r, {
|
|
6900
6914
|
media: (l = o == null ? void 0 : o.icon) == null ? void 0 : l.media
|
|
6901
6915
|
}, null, 8, ["media"])
|
|
6902
|
-
], 10,
|
|
6916
|
+
], 10, Na);
|
|
6903
6917
|
}), 128))
|
|
6904
6918
|
])) : w("", !0);
|
|
6905
6919
|
};
|
|
6906
6920
|
}
|
|
6907
|
-
}),
|
|
6921
|
+
}), Ba = {
|
|
6908
6922
|
id: "footer-copyright",
|
|
6909
6923
|
class: "flex flex-row justify-between whitespace-normal items-center"
|
|
6910
|
-
},
|
|
6924
|
+
}, Ra = { class: "footer-copyright-links basis-1/3" }, Da = { class: "flex flex-row divide-x items-center" }, Ha = { class: "footer-copyright-logos flex items-center justify-evenly basis-1/3" }, St = /* @__PURE__ */ H({
|
|
6911
6925
|
__name: "FooterCopyright",
|
|
6912
6926
|
props: {
|
|
6913
6927
|
navigation: {},
|
|
@@ -6916,13 +6930,13 @@ const cn = (t, e, n) => t ?? e ?? n, La = {
|
|
|
6916
6930
|
addTextMargin: { type: Boolean }
|
|
6917
6931
|
},
|
|
6918
6932
|
setup(t) {
|
|
6919
|
-
return (e, n) => (p(), h("div",
|
|
6933
|
+
return (e, n) => (p(), h("div", Ba, [
|
|
6920
6934
|
k("div", {
|
|
6921
6935
|
class: g(["footer-copyright basis-1/3", { "mt-8": e.addTextMargin }])
|
|
6922
6936
|
}, O(e.copyRight), 3),
|
|
6923
|
-
k("div",
|
|
6924
|
-
k("div",
|
|
6925
|
-
(p(!0), h(
|
|
6937
|
+
k("div", Ra, [
|
|
6938
|
+
k("div", Da, [
|
|
6939
|
+
(p(!0), h(K, null, Y(e.navigation, (r, o) => (p(), I(ot, T({
|
|
6926
6940
|
key: `footer-nav-item-${r.title}-${o}`,
|
|
6927
6941
|
class: `footer-nav-item-${o} px-2.5`,
|
|
6928
6942
|
role: "menuitem",
|
|
@@ -6931,8 +6945,8 @@ const cn = (t, e, n) => t ?? e ?? n, La = {
|
|
|
6931
6945
|
}, { ...r, isChild: !1, elementType: "header" }), null, 16, ["class"]))), 128))
|
|
6932
6946
|
])
|
|
6933
6947
|
]),
|
|
6934
|
-
k("div",
|
|
6935
|
-
(p(!0), h(
|
|
6948
|
+
k("div", Ha, [
|
|
6949
|
+
(p(!0), h(K, null, Y(e.logos, (r, o) => (p(), I(oe, {
|
|
6936
6950
|
key: `footer-copy-right-logo-${o}`,
|
|
6937
6951
|
class: "grow ml-auto",
|
|
6938
6952
|
media: r.media
|
|
@@ -6940,16 +6954,16 @@ const cn = (t, e, n) => t ?? e ?? n, La = {
|
|
|
6940
6954
|
])
|
|
6941
6955
|
]));
|
|
6942
6956
|
}
|
|
6943
|
-
}),
|
|
6957
|
+
}), Fa = { class: "container flex flex-col mx-auto" }, Wa = {
|
|
6944
6958
|
href: "/",
|
|
6945
6959
|
class: "footer-navigation-logo text-center"
|
|
6946
|
-
},
|
|
6960
|
+
}, za = {
|
|
6947
6961
|
key: 0,
|
|
6948
6962
|
class: "footer-navigation px-2 pt-2 pb-4 sm:flex sm:p-0 sm:space-x-2 md:space-x-4 space-y-5 sm:space-y-0 mb-12"
|
|
6949
|
-
},
|
|
6963
|
+
}, Ua = {
|
|
6950
6964
|
key: 1,
|
|
6951
6965
|
class: "grow"
|
|
6952
|
-
},
|
|
6966
|
+
}, Ka = ["innerHTML"], Ga = /* @__PURE__ */ H({
|
|
6953
6967
|
__name: "FooterNavigation",
|
|
6954
6968
|
props: {
|
|
6955
6969
|
title: {},
|
|
@@ -6970,16 +6984,16 @@ const cn = (t, e, n) => t ?? e ?? n, La = {
|
|
|
6970
6984
|
}));
|
|
6971
6985
|
return (r, o) => (p(), h("footer", {
|
|
6972
6986
|
class: "w-full p-5 content-center py-16 px-40",
|
|
6973
|
-
style:
|
|
6987
|
+
style: fe(n.value)
|
|
6974
6988
|
}, [
|
|
6975
|
-
k("div",
|
|
6989
|
+
k("div", Fa, [
|
|
6976
6990
|
k("div", {
|
|
6977
6991
|
class: g(["flex flex-col sm:flex-row gap-4 items-start", {
|
|
6978
6992
|
"p-5 justify-between": r.navigation && r.navigation.length > 0,
|
|
6979
6993
|
"mb-4 items-center": !r.navigation || r.navigation.length === 0
|
|
6980
6994
|
}])
|
|
6981
6995
|
}, [
|
|
6982
|
-
k("a",
|
|
6996
|
+
k("a", Wa, [
|
|
6983
6997
|
r.logo ? (p(), I(oe, {
|
|
6984
6998
|
key: 0,
|
|
6985
6999
|
class: "min-h-[95px] min-w-[100px] w-[100px] h-[95px]",
|
|
@@ -6987,8 +7001,8 @@ const cn = (t, e, n) => t ?? e ?? n, La = {
|
|
|
6987
7001
|
}, null, 8, ["media"])) : w("", !0),
|
|
6988
7002
|
nt(" " + O(r.title), 1)
|
|
6989
7003
|
]),
|
|
6990
|
-
r.navigation ? (p(), h("div",
|
|
6991
|
-
(p(!0), h(
|
|
7004
|
+
r.navigation ? (p(), h("div", za, [
|
|
7005
|
+
(p(!0), h(K, null, Y(r.navigation, (i, s) => (p(), I(ot, T({
|
|
6992
7006
|
key: `footer-nav-item-${i.title}-${s}`,
|
|
6993
7007
|
class: `footer-nav-item-${s}`,
|
|
6994
7008
|
role: "menuitem",
|
|
@@ -6996,18 +7010,18 @@ const cn = (t, e, n) => t ?? e ?? n, La = {
|
|
|
6996
7010
|
ref_for: !0
|
|
6997
7011
|
}, { ...i, isChild: !1, elementType: "footer" }), null, 16, ["class"]))), 128))
|
|
6998
7012
|
])) : w("", !0),
|
|
6999
|
-
!r.navigation || r.navigation.length === 0 ? (p(), h("div",
|
|
7013
|
+
!r.navigation || r.navigation.length === 0 ? (p(), h("div", Ua, [
|
|
7000
7014
|
r.socialMediaRef ? (p(), I(Tt, {
|
|
7001
7015
|
key: 0,
|
|
7002
7016
|
"social-media-ref": r.socialMediaRef
|
|
7003
7017
|
}, null, 8, ["social-media-ref"])) : w("", !0),
|
|
7004
|
-
|
|
7018
|
+
me(St, {
|
|
7005
7019
|
"copy-right": r.copyRight,
|
|
7006
7020
|
navigation: r.copyRightLinks,
|
|
7007
7021
|
logos: r.copyRightLogos,
|
|
7008
7022
|
"add-text-margin": !0
|
|
7009
7023
|
}, null, 8, ["copy-right", "navigation", "logos"])
|
|
7010
|
-
])) : (p(), h(
|
|
7024
|
+
])) : (p(), h(K, { key: 2 }, [
|
|
7011
7025
|
r.socialMediaRef ? (p(), I(Tt, {
|
|
7012
7026
|
key: 0,
|
|
7013
7027
|
"social-media-ref": r.socialMediaRef
|
|
@@ -7025,11 +7039,11 @@ const cn = (t, e, n) => t ?? e ?? n, La = {
|
|
|
7025
7039
|
key: 1,
|
|
7026
7040
|
class: "footer-legal py-5",
|
|
7027
7041
|
innerHTML: r.legalText
|
|
7028
|
-
}, null, 8,
|
|
7042
|
+
}, null, 8, Ka)) : w("", !0)
|
|
7029
7043
|
])
|
|
7030
7044
|
], 4));
|
|
7031
7045
|
}
|
|
7032
|
-
}),
|
|
7046
|
+
}), qa = ["innerHTML"], Xa = /* @__PURE__ */ H({
|
|
7033
7047
|
__name: "LogoCollectionModule",
|
|
7034
7048
|
props: {
|
|
7035
7049
|
__typename: {},
|
|
@@ -7051,7 +7065,7 @@ const cn = (t, e, n) => t ?? e ?? n, La = {
|
|
|
7051
7065
|
var u, c, d;
|
|
7052
7066
|
const a = oe;
|
|
7053
7067
|
return p(), h("section", {
|
|
7054
|
-
style:
|
|
7068
|
+
style: fe(r.value),
|
|
7055
7069
|
class: g(`logo-module ${e.class ?? ""} bg-${v(o)}`)
|
|
7056
7070
|
}, [
|
|
7057
7071
|
k("div", {
|
|
@@ -7061,12 +7075,12 @@ const cn = (t, e, n) => t ?? e ?? n, La = {
|
|
|
7061
7075
|
key: 0,
|
|
7062
7076
|
class: g(`logo-module-headline ${((c = n.value) == null ? void 0 : c.headline) ?? ""} text-${v(i).headline}`),
|
|
7063
7077
|
innerHTML: s.headline
|
|
7064
|
-
}, null, 10,
|
|
7078
|
+
}, null, 10, qa)) : w("", !0),
|
|
7065
7079
|
s.logos ? (p(), h("div", {
|
|
7066
7080
|
key: 1,
|
|
7067
7081
|
class: g(`logo-module-content flex flex-wrap justify-evenly gap-2 ${((d = n.value) == null ? void 0 : d.bodyCopy) ?? ""}`)
|
|
7068
7082
|
}, [
|
|
7069
|
-
(p(!0), h(
|
|
7083
|
+
(p(!0), h(K, null, Y(s.logos, (m, f) => (p(), I(a, T({ ref_for: !0 }, m, {
|
|
7070
7084
|
key: `cta-${m.altTag}-${f}`
|
|
7071
7085
|
}), null, 16))), 128))
|
|
7072
7086
|
], 2)) : w("", !0)
|
|
@@ -7074,22 +7088,22 @@ const cn = (t, e, n) => t ?? e ?? n, La = {
|
|
|
7074
7088
|
], 6);
|
|
7075
7089
|
};
|
|
7076
7090
|
}
|
|
7077
|
-
}),
|
|
7091
|
+
}), Ya = { class: "container sm:flex sm:justify-between sm:items-center mx-auto" }, Za = { class: "flex items-center justify-between py-3 sm:p-0" }, Ja = {
|
|
7078
7092
|
key: 0,
|
|
7079
7093
|
href: "/",
|
|
7080
7094
|
class: "primary-navigation-logo flex items-center h-12 sm:h-16"
|
|
7081
|
-
},
|
|
7095
|
+
}, Qa = { class: "sm:hidden" }, el = {
|
|
7082
7096
|
class: "h-6 w-6 fill-current",
|
|
7083
7097
|
viewBox: "0 0 24 24"
|
|
7084
|
-
},
|
|
7098
|
+
}, tl = {
|
|
7085
7099
|
key: 0,
|
|
7086
7100
|
"fill-rule": "evenodd",
|
|
7087
7101
|
d: "M18.278 16.864a1 1 0 0 1-1.414 1.414l-4.829-4.828-4.828 4.828a1 1 0 0 1-1.414-1.414l4.828-4.829-4.828-4.828a1 1 0 0 1 1.414-1.414l4.829 4.828 4.828-4.828a1 1 0 1 1 1.414 1.414l-4.828 4.829 4.828 4.828z"
|
|
7088
|
-
},
|
|
7102
|
+
}, nl = {
|
|
7089
7103
|
key: 1,
|
|
7090
7104
|
"fill-rule": "evenodd",
|
|
7091
7105
|
d: "M4 5h16a1 1 0 0 1 0 2H4a1 1 0 1 1 0-2zm0 6h16a1 1 0 0 1 0 2H4a1 1 0 0 1 0-2zm0 6h16a1 1 0 0 1 0 2H4a1 1 0 0 1 0-2z"
|
|
7092
|
-
},
|
|
7106
|
+
}, rl = /* @__PURE__ */ H({
|
|
7093
7107
|
__name: "PrimaryNavigation",
|
|
7094
7108
|
props: {
|
|
7095
7109
|
title: {},
|
|
@@ -7105,25 +7119,25 @@ const cn = (t, e, n) => t ?? e ?? n, La = {
|
|
|
7105
7119
|
color: e.textColor ?? "inherit"
|
|
7106
7120
|
}));
|
|
7107
7121
|
return (o, i) => {
|
|
7108
|
-
const s =
|
|
7122
|
+
const s = ge;
|
|
7109
7123
|
return p(), h("header", {
|
|
7110
7124
|
class: "primary-navigation-header sticky top-0 z-50 p-5 shadow-2xl",
|
|
7111
|
-
style:
|
|
7125
|
+
style: fe(r.value)
|
|
7112
7126
|
}, [
|
|
7113
|
-
k("div",
|
|
7114
|
-
k("div",
|
|
7115
|
-
o.logo ? (p(), h("a",
|
|
7116
|
-
|
|
7127
|
+
k("div", Ya, [
|
|
7128
|
+
k("div", Za, [
|
|
7129
|
+
o.logo ? (p(), h("a", Ja, [
|
|
7130
|
+
me(oe, We(hn(o.logo)), null, 16)
|
|
7117
7131
|
])) : w("", !0),
|
|
7118
|
-
k("div",
|
|
7132
|
+
k("div", Qa, [
|
|
7119
7133
|
k("button", {
|
|
7120
7134
|
type: "button",
|
|
7121
7135
|
class: "block",
|
|
7122
7136
|
onClick: i[0] || (i[0] = (l) => n.value = !n.value)
|
|
7123
7137
|
}, [
|
|
7124
|
-
(p(), h("svg",
|
|
7125
|
-
n.value ? (p(), h("path",
|
|
7126
|
-
n.value ? w("", !0) : (p(), h("path",
|
|
7138
|
+
(p(), h("svg", el, [
|
|
7139
|
+
n.value ? (p(), h("path", tl)) : w("", !0),
|
|
7140
|
+
n.value ? w("", !0) : (p(), h("path", nl))
|
|
7127
7141
|
]))
|
|
7128
7142
|
])
|
|
7129
7143
|
])
|
|
@@ -7132,7 +7146,7 @@ const cn = (t, e, n) => t ?? e ?? n, La = {
|
|
|
7132
7146
|
key: 0,
|
|
7133
7147
|
class: g(["primary-navigation items-center px-2 pt-2 pb-4 sm:flex gap-4 sm:justify-evenly sm:p-0", n.value ? "block" : "hidden"])
|
|
7134
7148
|
}, [
|
|
7135
|
-
(p(!0), h(
|
|
7149
|
+
(p(!0), h(K, null, Y(o.navigation, (l, a) => (p(), I(ot, T({
|
|
7136
7150
|
key: `${l.title}-${a}`,
|
|
7137
7151
|
role: "menuitem",
|
|
7138
7152
|
tabindex: "-1",
|
|
@@ -7143,7 +7157,7 @@ const cn = (t, e, n) => t ?? e ?? n, La = {
|
|
|
7143
7157
|
isChild: !1,
|
|
7144
7158
|
elementType: "header"
|
|
7145
7159
|
}), null, 16))), 128)),
|
|
7146
|
-
(p(!0), h(
|
|
7160
|
+
(p(!0), h(K, null, Y(o.ctas, (l) => (p(), I(s, T({
|
|
7147
7161
|
key: l.title,
|
|
7148
7162
|
ref_for: !0
|
|
7149
7163
|
}, l), null, 16))), 128))
|
|
@@ -7152,7 +7166,7 @@ const cn = (t, e, n) => t ?? e ?? n, La = {
|
|
|
7152
7166
|
], 4);
|
|
7153
7167
|
};
|
|
7154
7168
|
}
|
|
7155
|
-
}),
|
|
7169
|
+
}), ol = ["innerHTML"], il = /* @__PURE__ */ H({
|
|
7156
7170
|
__name: "SplitModule",
|
|
7157
7171
|
props: {
|
|
7158
7172
|
__typename: {},
|
|
@@ -7173,13 +7187,13 @@ const cn = (t, e, n) => t ?? e ?? n, La = {
|
|
|
7173
7187
|
"background-image": `url(${e.backgroundImage ?? ""})`,
|
|
7174
7188
|
"background-size": "cover"
|
|
7175
7189
|
})), { backgroundColor: o, palette: i } = ne(e), s = x(
|
|
7176
|
-
() =>
|
|
7190
|
+
() => G(
|
|
7177
7191
|
`split-module ${e.isChild ? "" : "py-0 px-8 md:px-8 md:py-16"} bg-${o}`,
|
|
7178
7192
|
e.class ?? ""
|
|
7179
7193
|
)
|
|
7180
7194
|
);
|
|
7181
7195
|
return (l, a) => (p(), I(ee(l.isChild ? "div" : "section"), {
|
|
7182
|
-
style:
|
|
7196
|
+
style: fe(r.value),
|
|
7183
7197
|
class: g(s.value)
|
|
7184
7198
|
}, {
|
|
7185
7199
|
default: Z(() => {
|
|
@@ -7189,9 +7203,9 @@ const cn = (t, e, n) => t ?? e ?? n, La = {
|
|
|
7189
7203
|
key: 0,
|
|
7190
7204
|
class: g(`headline ${((u = n.value) == null ? void 0 : u.headline) ?? ""} text-${v(i).headline}`),
|
|
7191
7205
|
innerHTML: l.headline
|
|
7192
|
-
}, null, 10,
|
|
7206
|
+
}, null, 10, ol)) : w("", !0),
|
|
7193
7207
|
k("div", {
|
|
7194
|
-
class: g(`split-module-content ${v(
|
|
7208
|
+
class: g(`split-module-content ${v(G)("flex justify-evenly gap-4 mx-auto items-center", ((c = n.value) == null ? void 0 : c.bodyCopy) ?? "")}`)
|
|
7195
7209
|
}, [
|
|
7196
7210
|
l.start ? (p(), I(ee(l.start.__typename), T({ key: 0 }, l.start, {
|
|
7197
7211
|
class: `split-module-start ${((d = n.value) == null ? void 0 : d.start) ?? ""}`,
|
|
@@ -7211,7 +7225,7 @@ const cn = (t, e, n) => t ?? e ?? n, La = {
|
|
|
7211
7225
|
_: 1
|
|
7212
7226
|
}, 8, ["style", "class"]));
|
|
7213
7227
|
}
|
|
7214
|
-
}),
|
|
7228
|
+
}), al = ["innerHTML"], ll = /* @__PURE__ */ H({
|
|
7215
7229
|
__name: "TestimonialModule",
|
|
7216
7230
|
props: {
|
|
7217
7231
|
__typename: {},
|
|
@@ -7235,8 +7249,8 @@ const cn = (t, e, n) => t ?? e ?? n, La = {
|
|
|
7235
7249
|
return (i, s) => {
|
|
7236
7250
|
var l, a, u, c, d, m, f;
|
|
7237
7251
|
return p(), h("div", {
|
|
7238
|
-
class: g(`testimonial ${v(
|
|
7239
|
-
style:
|
|
7252
|
+
class: g(`testimonial ${v(G)("p-5", e.class ?? "")}`),
|
|
7253
|
+
style: fe(o.value)
|
|
7240
7254
|
}, [
|
|
7241
7255
|
k("div", {
|
|
7242
7256
|
class: g(`container mx-auto flex flex-col lg:flex-row gap-8 ${((l = n.value) == null ? void 0 : l.container) ?? ""}`)
|
|
@@ -7254,7 +7268,7 @@ const cn = (t, e, n) => t ?? e ?? n, La = {
|
|
|
7254
7268
|
key: 0,
|
|
7255
7269
|
class: g(`testimonial-headline ${((c = n.value) == null ? void 0 : c.headline) ?? ""} text-${v(r).headline}`),
|
|
7256
7270
|
innerHTML: i.headline
|
|
7257
|
-
}, null, 10,
|
|
7271
|
+
}, null, 10, al)) : w("", !0),
|
|
7258
7272
|
i.quote ? (p(), h("p", {
|
|
7259
7273
|
key: 1,
|
|
7260
7274
|
class: g(`testimonial-quote ${((d = n.value) == null ? void 0 : d.quote) ?? ""} text-${v(r).copyAccent}`)
|
|
@@ -7272,10 +7286,10 @@ const cn = (t, e, n) => t ?? e ?? n, La = {
|
|
|
7272
7286
|
], 6);
|
|
7273
7287
|
};
|
|
7274
7288
|
}
|
|
7275
|
-
}),
|
|
7289
|
+
}), sl = ["innerHTML"], ul = {
|
|
7276
7290
|
key: 3,
|
|
7277
7291
|
class: "mx-auto mt-16 w-fit"
|
|
7278
|
-
},
|
|
7292
|
+
}, cl = /* @__PURE__ */ H({
|
|
7279
7293
|
__name: "TileCollectionModule",
|
|
7280
7294
|
props: {
|
|
7281
7295
|
__typename: {},
|
|
@@ -7312,9 +7326,9 @@ const cn = (t, e, n) => t ?? e ?? n, La = {
|
|
|
7312
7326
|
});
|
|
7313
7327
|
return (s, l) => {
|
|
7314
7328
|
var u, c, d, m, f;
|
|
7315
|
-
const a =
|
|
7329
|
+
const a = ge;
|
|
7316
7330
|
return p(), h("section", {
|
|
7317
|
-
class: g(`tile-collection ${s.variant} ${v(
|
|
7331
|
+
class: g(`tile-collection ${s.variant} ${v(G)("overflow-hidden py-16", ((u = n.value) == null ? void 0 : u.root) ?? "", e.class ?? "")} bg-${v(r)}`)
|
|
7318
7332
|
}, [
|
|
7319
7333
|
k("div", {
|
|
7320
7334
|
class: g(`container mx-auto ${((c = n.value) == null ? void 0 : c.container) ?? ""}`)
|
|
@@ -7323,16 +7337,16 @@ const cn = (t, e, n) => t ?? e ?? n, La = {
|
|
|
7323
7337
|
key: 0,
|
|
7324
7338
|
class: g(`tile-collection-headline ${((d = n.value) == null ? void 0 : d.headline) ?? ""} text-${v(o).headline} ${s.description ? "mb-2" : ""}`),
|
|
7325
7339
|
innerHTML: s.headline
|
|
7326
|
-
}, null, 10,
|
|
7340
|
+
}, null, 10, sl)) : w("", !0),
|
|
7327
7341
|
s.description ? (p(), h("h3", {
|
|
7328
7342
|
key: 1,
|
|
7329
7343
|
class: g(`tile-collection-description ${((m = n.value) == null ? void 0 : m.description) ?? ""} text-${v(o).copy}`)
|
|
7330
7344
|
}, O(s.description), 3)) : w("", !0),
|
|
7331
7345
|
s.modules ? (p(), h("div", {
|
|
7332
7346
|
key: 2,
|
|
7333
|
-
class: g(`tile-collection-content ${v(
|
|
7347
|
+
class: g(`tile-collection-content ${v(G)(`flex flex-col ${s.variant !== "ImageStackedAnimatedTile" ? "md:flex-row flex-wrap gap-4 md:gap-6" : "gap-4"} justify-center`, ((f = n.value) == null ? void 0 : f.bodyCopy) ?? "")}`)
|
|
7334
7348
|
}, [
|
|
7335
|
-
(p(!0), h(
|
|
7349
|
+
(p(!0), h(K, null, Y(s.modules, ($, C) => {
|
|
7336
7350
|
var b;
|
|
7337
7351
|
return p(), I(ee(`TileContent${s.variant}`), T({
|
|
7338
7352
|
key: `${$ == null ? void 0 : $.headline}-${C}`,
|
|
@@ -7344,8 +7358,8 @@ const cn = (t, e, n) => t ?? e ?? n, La = {
|
|
|
7344
7358
|
}), null, 16, ["class", "index", "tile-label-type"]);
|
|
7345
7359
|
}), 128))
|
|
7346
7360
|
], 2)) : w("", !0),
|
|
7347
|
-
s.ctas ? (p(), h("div",
|
|
7348
|
-
(p(!0), h(
|
|
7361
|
+
s.ctas ? (p(), h("div", ul, [
|
|
7362
|
+
(p(!0), h(K, null, Y(s.ctas, ($) => (p(), I(a, T({
|
|
7349
7363
|
key: `${$.title}-cta`,
|
|
7350
7364
|
ref_for: !0
|
|
7351
7365
|
}, $, { size: "xl" }), null, 16))), 128))
|
|
@@ -7372,18 +7386,18 @@ const cn = (t, e, n) => t ?? e ?? n, La = {
|
|
|
7372
7386
|
), i = x(() => {
|
|
7373
7387
|
var l;
|
|
7374
7388
|
let s = e.type === "Numeric" ? "right-0" : "right-[-4%]";
|
|
7375
|
-
return e.alignment === "left" && (s = e.type === "Numeric" ? "left-0" : "left-[-4%]"), `tile-label absolute ${typeof r.value == "number" ? "w-[36px] h-[36px] md:h-[60px] md:w-[60px]" : "w-[120px]"} ${
|
|
7389
|
+
return e.alignment === "left" && (s = e.type === "Numeric" ? "left-0" : "left-[-4%]"), `tile-label absolute ${typeof r.value == "number" ? "w-[36px] h-[36px] md:h-[60px] md:w-[60px]" : "w-[120px]"} ${G(`text-${e.textColor}`, `bg-${e.backgroundColor}`, ((l = o == null ? void 0 : o.value) == null ? void 0 : l.root) ?? "", s, n.class)}`;
|
|
7376
7390
|
});
|
|
7377
7391
|
return (s, l) => r.value ? (p(), h("div", {
|
|
7378
7392
|
key: 0,
|
|
7379
7393
|
class: g(i.value),
|
|
7380
|
-
style:
|
|
7394
|
+
style: fe({
|
|
7381
7395
|
backgroundColor: s.backgroundColor
|
|
7382
7396
|
})
|
|
7383
7397
|
}, O(r.value), 7)) : w("", !0);
|
|
7384
7398
|
}
|
|
7385
7399
|
}), it = (t, e) => t.buttonType === "fill" ? t.color ?? je[e].cta.fill.bg : null, at = (t, e) => t.textColor ?? je[e].cta[t.buttonType].copy;
|
|
7386
|
-
var
|
|
7400
|
+
var dl = {
|
|
7387
7401
|
root: "p-card p-component",
|
|
7388
7402
|
header: "p-card-header",
|
|
7389
7403
|
body: "p-card-body",
|
|
@@ -7392,19 +7406,19 @@ var cl = {
|
|
|
7392
7406
|
subtitle: "p-card-subtitle",
|
|
7393
7407
|
content: "p-card-content",
|
|
7394
7408
|
footer: "p-card-footer"
|
|
7395
|
-
},
|
|
7409
|
+
}, pl = le.extend({
|
|
7396
7410
|
name: "card",
|
|
7397
|
-
classes:
|
|
7398
|
-
}),
|
|
7411
|
+
classes: dl
|
|
7412
|
+
}), fl = {
|
|
7399
7413
|
name: "BaseCard",
|
|
7400
7414
|
extends: ze,
|
|
7401
|
-
style:
|
|
7415
|
+
style: pl
|
|
7402
7416
|
}, xe = {
|
|
7403
7417
|
name: "Card",
|
|
7404
|
-
extends:
|
|
7418
|
+
extends: fl,
|
|
7405
7419
|
inheritAttrs: !1
|
|
7406
7420
|
};
|
|
7407
|
-
function
|
|
7421
|
+
function ml(t, e, n, r, o, i) {
|
|
7408
7422
|
return p(), h("div", T({
|
|
7409
7423
|
class: t.cx("root")
|
|
7410
7424
|
}, t.ptmi("root")), [t.$slots.header ? (p(), h("div", T({
|
|
@@ -7428,8 +7442,8 @@ function fl(t, e, n, r, o, i) {
|
|
|
7428
7442
|
class: t.cx("footer")
|
|
7429
7443
|
}, t.ptm("footer")), [Q(t.$slots, "footer")], 16)) : w("", !0)], 16)], 16);
|
|
7430
7444
|
}
|
|
7431
|
-
xe.render =
|
|
7432
|
-
const
|
|
7445
|
+
xe.render = ml;
|
|
7446
|
+
const gl = ["src", "height", "width"], hl = ["src", "height", "width"], lt = /* @__PURE__ */ H({
|
|
7433
7447
|
__name: "Video",
|
|
7434
7448
|
props: {
|
|
7435
7449
|
__typename: {},
|
|
@@ -7451,7 +7465,7 @@ const ml = ["src", "height", "width"], gl = ["src", "height", "width"], lt = /*
|
|
|
7451
7465
|
height: (i = r.thumbnail.media) != null && i.height ? r.thumbnail.media.height : "100%",
|
|
7452
7466
|
width: (s = r.thumbnail.media) != null && s.width ? r.thumbnail.media.width : "100%",
|
|
7453
7467
|
allow: "autoplay"
|
|
7454
|
-
}, null, 10,
|
|
7468
|
+
}, null, 10, hl)) : w("", !0) : (p(), h("div", {
|
|
7455
7469
|
key: 0,
|
|
7456
7470
|
class: g(`${r.$props.class} relative`),
|
|
7457
7471
|
onClick: n
|
|
@@ -7481,11 +7495,11 @@ const ml = ["src", "height", "width"], gl = ["src", "height", "width"], lt = /*
|
|
|
7481
7495
|
src: r.thumbnail.media.url,
|
|
7482
7496
|
height: r.thumbnail.media.height,
|
|
7483
7497
|
width: r.thumbnail.media.width
|
|
7484
|
-
}, null, 8,
|
|
7498
|
+
}, null, 8, gl)
|
|
7485
7499
|
], 2));
|
|
7486
7500
|
};
|
|
7487
7501
|
}
|
|
7488
|
-
}),
|
|
7502
|
+
}), vl = ["innerHTML"], yl = /* @__PURE__ */ H({
|
|
7489
7503
|
__name: "TileContentIconTile",
|
|
7490
7504
|
props: {
|
|
7491
7505
|
__typename: {},
|
|
@@ -7513,9 +7527,9 @@ const ml = ["src", "height", "width"], gl = ["src", "height", "width"], lt = /*
|
|
|
7513
7527
|
), { palette: r } = ne(e), o = e.backgroundColor ? r : r.tile, i = typeof e.index == "number", s = e.backgroundColor ? e.backgroundColor : r.tile.bg, l = x(() => e.alignment === "center" ? "items-center" : e.alignment === "right" ? "items-end" : "items-start");
|
|
7514
7528
|
return (a, u) => {
|
|
7515
7529
|
var m, f, $, C, b, y, S, E, V, D, F;
|
|
7516
|
-
const c = Ke, d =
|
|
7530
|
+
const c = Ke, d = ge;
|
|
7517
7531
|
return p(), h("div", {
|
|
7518
|
-
class: g(`tile-content ${v(
|
|
7532
|
+
class: g(`tile-content ${v(G)((m = n.value) == null ? void 0 : m.root, i ? "" : "w-full md:w-full lg:w-full")} ${e.class} bg-${v(s)}`)
|
|
7519
7533
|
}, [
|
|
7520
7534
|
a.tileLabel || a.tileLabelType ? (p(), I(c, T({ key: 0 }, a.tileLabel, {
|
|
7521
7535
|
type: a.tileLabelType ?? ((f = a.tileLabel) == null ? void 0 : f.type),
|
|
@@ -7525,7 +7539,7 @@ const ml = ["src", "height", "width"], gl = ["src", "height", "width"], lt = /*
|
|
|
7525
7539
|
index: a.index,
|
|
7526
7540
|
alignment: ((E = a.tileLabel) == null ? void 0 : E.alignment) ?? "right"
|
|
7527
7541
|
}), null, 16, ["type", "class", "background-color", "text-color", "index", "alignment"])) : w("", !0),
|
|
7528
|
-
|
|
7542
|
+
me(v(xe), {
|
|
7529
7543
|
class: g(`${((V = n.value) == null ? void 0 : V.container) ?? ""} tile-content-container shadow-none`),
|
|
7530
7544
|
"pt:footer:class": `tile-content-footer ${((D = n.value) == null ? void 0 : D.footer) ?? ""}`,
|
|
7531
7545
|
"pt:body:class": ((F = n.value) == null ? void 0 : F.body) ?? ""
|
|
@@ -7544,7 +7558,7 @@ const ml = ["src", "height", "width"], gl = ["src", "height", "width"], lt = /*
|
|
|
7544
7558
|
}, [
|
|
7545
7559
|
u[0] || (u[0] = k("div", { class: "tile-content-media-background" }, null, -1)),
|
|
7546
7560
|
a.image ? (p(), I(oe, T({ key: 0 }, a.image, {
|
|
7547
|
-
class: v(
|
|
7561
|
+
class: v(G)((W = (N = a.image) == null ? void 0 : N.media) != null && W.width ? "" : "w-full", a.image.class)
|
|
7548
7562
|
}), null, 16, ["class"])) : w("", !0),
|
|
7549
7563
|
a.video ? (p(), I(lt, T({ key: 1 }, a.video, { class: "w-full" }), null, 16)) : w("", !0)
|
|
7550
7564
|
], 2)) : w("", !0),
|
|
@@ -7560,7 +7574,7 @@ const ml = ["src", "height", "width"], gl = ["src", "height", "width"], lt = /*
|
|
|
7560
7574
|
key: 3,
|
|
7561
7575
|
class: g(`tile-content-description ${((ie = n.value) == null ? void 0 : ie.description) ?? ""} text-${v(o).copy} text-${a.alignment}`),
|
|
7562
7576
|
innerHTML: a.description
|
|
7563
|
-
}, null, 10,
|
|
7577
|
+
}, null, 10, vl)) : w("", !0)
|
|
7564
7578
|
], 2)
|
|
7565
7579
|
];
|
|
7566
7580
|
}),
|
|
@@ -7578,7 +7592,7 @@ const ml = ["src", "height", "width"], gl = ["src", "height", "width"], lt = /*
|
|
|
7578
7592
|
k("div", {
|
|
7579
7593
|
class: g(((M = n.value) == null ? void 0 : M.ctas) ?? "")
|
|
7580
7594
|
}, [
|
|
7581
|
-
(p(!0), h(
|
|
7595
|
+
(p(!0), h(K, null, Y(a.ctas, (N, W) => {
|
|
7582
7596
|
var q;
|
|
7583
7597
|
return p(), I(d, T({
|
|
7584
7598
|
key: `cta-${N.title}-${W}`,
|
|
@@ -7597,7 +7611,7 @@ const ml = ["src", "height", "width"], gl = ["src", "height", "width"], lt = /*
|
|
|
7597
7611
|
], 2);
|
|
7598
7612
|
};
|
|
7599
7613
|
}
|
|
7600
|
-
}),
|
|
7614
|
+
}), bl = ["innerHTML"], $l = /* @__PURE__ */ H({
|
|
7601
7615
|
__name: "TileContentImageTile",
|
|
7602
7616
|
props: {
|
|
7603
7617
|
__typename: {},
|
|
@@ -7625,11 +7639,11 @@ const ml = ["src", "height", "width"], gl = ["src", "height", "width"], lt = /*
|
|
|
7625
7639
|
), { palette: r } = ne(e), o = e.backgroundColor ? r : r.tile, i = typeof e.index == "number", s = e.backgroundColor ? e.backgroundColor : r.tile.bg, l = x(() => e.alignment === "center" ? "items-center" : e.alignment === "right" ? "items-end" : "items-start");
|
|
7626
7640
|
return (a, u) => {
|
|
7627
7641
|
var m, f, $, C;
|
|
7628
|
-
const c = Ke, d =
|
|
7642
|
+
const c = Ke, d = ge;
|
|
7629
7643
|
return p(), h("div", {
|
|
7630
|
-
class: g(`tile-content ${v(
|
|
7644
|
+
class: g(`tile-content ${v(G)(((m = n.value) == null ? void 0 : m.root) ?? "", i ? "" : "w-full md:w-full lg:w-full", `bg-${v(s)}`, e.class ?? "")}`)
|
|
7631
7645
|
}, [
|
|
7632
|
-
|
|
7646
|
+
me(v(xe), {
|
|
7633
7647
|
class: g(`${((f = n.value) == null ? void 0 : f.container) ?? ""} tile-content-container shadow-none`),
|
|
7634
7648
|
"pt:footer:class": `tile-content-ctas ${(($ = n.value) == null ? void 0 : $.footer) ?? ""}`,
|
|
7635
7649
|
"pt:body:class": ((C = n.value) == null ? void 0 : C.body) ?? ""
|
|
@@ -7659,7 +7673,7 @@ const ml = ["src", "height", "width"], gl = ["src", "height", "width"], lt = /*
|
|
|
7659
7673
|
}, null, 8, ["class", "index", "alignment", "type", "background-color", "text-color"])) : w("", !0),
|
|
7660
7674
|
u[0] || (u[0] = k("div", { class: "tile-content-media-background" }, null, -1)),
|
|
7661
7675
|
a.image ? (p(), I(oe, T({ key: 1 }, a.image, {
|
|
7662
|
-
class: v(
|
|
7676
|
+
class: v(G)(
|
|
7663
7677
|
"rounded-full",
|
|
7664
7678
|
(W = (N = a.image) == null ? void 0 : N.media) != null && W.width ? "" : "w-full",
|
|
7665
7679
|
a.image.class
|
|
@@ -7678,7 +7692,7 @@ const ml = ["src", "height", "width"], gl = ["src", "height", "width"], lt = /*
|
|
|
7678
7692
|
key: 3,
|
|
7679
7693
|
class: g(`tile-content-description ${((ie = n.value) == null ? void 0 : ie.description) ?? ""} text-${v(o).copy} text-${a.alignment}`),
|
|
7680
7694
|
innerHTML: a.description
|
|
7681
|
-
}, null, 10,
|
|
7695
|
+
}, null, 10, bl)) : w("", !0)
|
|
7682
7696
|
], 2)
|
|
7683
7697
|
];
|
|
7684
7698
|
}),
|
|
@@ -7696,7 +7710,7 @@ const ml = ["src", "height", "width"], gl = ["src", "height", "width"], lt = /*
|
|
|
7696
7710
|
k("div", {
|
|
7697
7711
|
class: g(((y = n.value) == null ? void 0 : y.ctas) ?? "")
|
|
7698
7712
|
}, [
|
|
7699
|
-
(p(!0), h(
|
|
7713
|
+
(p(!0), h(K, null, Y(a.ctas, (S, E) => {
|
|
7700
7714
|
var V;
|
|
7701
7715
|
return p(), I(d, T({
|
|
7702
7716
|
key: `cta-${S.title}-${E}`,
|
|
@@ -7715,7 +7729,7 @@ const ml = ["src", "height", "width"], gl = ["src", "height", "width"], lt = /*
|
|
|
7715
7729
|
], 2);
|
|
7716
7730
|
};
|
|
7717
7731
|
}
|
|
7718
|
-
}),
|
|
7732
|
+
}), wl = ["innerHTML"], Cl = /* @__PURE__ */ H({
|
|
7719
7733
|
__name: "TileContentTextTile",
|
|
7720
7734
|
props: {
|
|
7721
7735
|
__typename: {},
|
|
@@ -7743,9 +7757,9 @@ const ml = ["src", "height", "width"], gl = ["src", "height", "width"], lt = /*
|
|
|
7743
7757
|
), r = typeof e.index == "number", { palette: o } = ne(e), i = e.backgroundColor ? o : o.tile, s = e.backgroundColor ? e.backgroundColor : o.tile.bg;
|
|
7744
7758
|
return (l, a) => {
|
|
7745
7759
|
var d, m, f, $, C, b, y, S, E, V;
|
|
7746
|
-
const u = Ke, c =
|
|
7760
|
+
const u = Ke, c = ge;
|
|
7747
7761
|
return p(), h("div", {
|
|
7748
|
-
class: g(`tile-content ${v(
|
|
7762
|
+
class: g(`tile-content ${v(G)((d = n.value) == null ? void 0 : d.root, r ? "" : "w-full md:w-full lg:w-full")} ${e.class} bg-${v(s)}`)
|
|
7749
7763
|
}, [
|
|
7750
7764
|
l.tileLabel || l.tileLabelType ? (p(), I(u, T({ key: 0 }, l.tileLabel, {
|
|
7751
7765
|
class: l.tileLabelType === "Numeric" || ((m = l.tileLabel) == null ? void 0 : m.type) === "Numeric" ? (f = n.value) == null ? void 0 : f.numericLabel : ($ = n.value) == null ? void 0 : $.label,
|
|
@@ -7754,7 +7768,7 @@ const ml = ["src", "height", "width"], gl = ["src", "height", "width"], lt = /*
|
|
|
7754
7768
|
"background-color": v(i).label[l.tileLabelType ?? ((b = l.tileLabel) == null ? void 0 : b.type) ?? "Text"].bg,
|
|
7755
7769
|
"text-color": v(i).label[l.tileLabelType ?? ((y = l.tileLabel) == null ? void 0 : y.type) ?? "Text"].copy
|
|
7756
7770
|
}), null, 16, ["class", "index", "type", "background-color", "text-color"])) : w("", !0),
|
|
7757
|
-
|
|
7771
|
+
me(v(xe), {
|
|
7758
7772
|
class: g(`${((S = n.value) == null ? void 0 : S.container) ?? ""} tile-content-container shadow-none`),
|
|
7759
7773
|
"pt:footer:class": `tile-content-ctas ${((E = n.value) == null ? void 0 : E.footer) ?? ""}`,
|
|
7760
7774
|
"pt:body:class": ((V = n.value) == null ? void 0 : V.body) ?? ""
|
|
@@ -7779,7 +7793,7 @@ const ml = ["src", "height", "width"], gl = ["src", "height", "width"], lt = /*
|
|
|
7779
7793
|
key: 2,
|
|
7780
7794
|
class: g(`tile-content-description ${((M = n.value) == null ? void 0 : M.description) ?? ""} text-${v(i).copy} text-${l.alignment}`),
|
|
7781
7795
|
innerHTML: l.description
|
|
7782
|
-
}, null, 10,
|
|
7796
|
+
}, null, 10, wl)) : w("", !0)
|
|
7783
7797
|
], 2)
|
|
7784
7798
|
];
|
|
7785
7799
|
}),
|
|
@@ -7797,7 +7811,7 @@ const ml = ["src", "height", "width"], gl = ["src", "height", "width"], lt = /*
|
|
|
7797
7811
|
k("div", {
|
|
7798
7812
|
class: g(((F = n.value) == null ? void 0 : F.ctas) ?? "")
|
|
7799
7813
|
}, [
|
|
7800
|
-
(p(!0), h(
|
|
7814
|
+
(p(!0), h(K, null, Y(l.ctas, (j, M) => {
|
|
7801
7815
|
var N;
|
|
7802
7816
|
return p(), I(c, T({
|
|
7803
7817
|
key: `cta-${j.title}-${M}`,
|
|
@@ -7816,7 +7830,7 @@ const ml = ["src", "height", "width"], gl = ["src", "height", "width"], lt = /*
|
|
|
7816
7830
|
], 2);
|
|
7817
7831
|
};
|
|
7818
7832
|
}
|
|
7819
|
-
}),
|
|
7833
|
+
}), kl = ["innerHTML"], Tl = /* @__PURE__ */ H({
|
|
7820
7834
|
__name: "TileContentVideoTile",
|
|
7821
7835
|
props: {
|
|
7822
7836
|
__typename: {},
|
|
@@ -7844,9 +7858,9 @@ const ml = ["src", "height", "width"], gl = ["src", "height", "width"], lt = /*
|
|
|
7844
7858
|
), r = typeof e.index == "number", { palette: o } = ne(e), i = e.backgroundColor ? o : o.tile, s = e.backgroundColor ? e.backgroundColor : o.tile.bg, l = x(() => e.alignment === "center" ? "items-center" : e.alignment === "right" ? "items-end" : "items-start");
|
|
7845
7859
|
return (a, u) => {
|
|
7846
7860
|
var m, f, $, C, b, y, S, E, V, D, F;
|
|
7847
|
-
const c = Ke, d =
|
|
7861
|
+
const c = Ke, d = ge;
|
|
7848
7862
|
return p(), h("div", {
|
|
7849
|
-
class: g(`tile-content ${v(
|
|
7863
|
+
class: g(`tile-content ${v(G)("relative text-center list-none flex-auto rounded overflow-visible mx-auto shadow-none", `bg-${v(s)}`, r ? "" : "w-full md:w-full lg:w-full", ((m = n.value) == null ? void 0 : m.root) ?? "", e.class ?? "")} ${e.class}`)
|
|
7850
7864
|
}, [
|
|
7851
7865
|
a.tileLabel || a.tileLabelType ? (p(), I(c, {
|
|
7852
7866
|
key: 0,
|
|
@@ -7859,7 +7873,7 @@ const ml = ["src", "height", "width"], gl = ["src", "height", "width"], lt = /*
|
|
|
7859
7873
|
"background-color": v(i).label[a.tileLabelType ?? ((S = a.tileLabel) == null ? void 0 : S.type) ?? "Text"].bg,
|
|
7860
7874
|
"text-color": v(i).label[a.tileLabelType ?? ((E = a.tileLabel) == null ? void 0 : E.type) ?? "Text"].copy
|
|
7861
7875
|
}, null, 8, ["class", "index", "alignment", "type", "background-color", "text-color"])) : w("", !0),
|
|
7862
|
-
|
|
7876
|
+
me(v(xe), {
|
|
7863
7877
|
class: g(`${((V = n.value) == null ? void 0 : V.container) ?? ""} tile-content-container shadow-none`),
|
|
7864
7878
|
"pt:footer:class": `tile-content-ctas ${((D = n.value) == null ? void 0 : D.ctas) ?? ""}`,
|
|
7865
7879
|
"pt:body:class": ((F = n.value) == null ? void 0 : F.body) ?? ""
|
|
@@ -7890,7 +7904,7 @@ const ml = ["src", "height", "width"], gl = ["src", "height", "width"], lt = /*
|
|
|
7890
7904
|
key: 3,
|
|
7891
7905
|
class: g(`tile-content-description ${((q = n.value) == null ? void 0 : q.description) ?? ""} text-${v(i).copy} text-${a.alignment}`),
|
|
7892
7906
|
innerHTML: a.description
|
|
7893
|
-
}, null, 10,
|
|
7907
|
+
}, null, 10, kl)) : w("", !0)
|
|
7894
7908
|
], 2)
|
|
7895
7909
|
];
|
|
7896
7910
|
}),
|
|
@@ -7905,7 +7919,7 @@ const ml = ["src", "height", "width"], gl = ["src", "height", "width"], lt = /*
|
|
|
7905
7919
|
key: 0,
|
|
7906
7920
|
class: g(`${((j = n.value) == null ? void 0 : j.footer) ?? ""} text-${v(i).copy}`)
|
|
7907
7921
|
}, O(a.footer), 3)) : w("", !0),
|
|
7908
|
-
(p(!0), h(
|
|
7922
|
+
(p(!0), h(K, null, Y(a.ctas, (M, N) => {
|
|
7909
7923
|
var W;
|
|
7910
7924
|
return p(), I(d, T({
|
|
7911
7925
|
key: `cta-${M.title}-${N}`,
|
|
@@ -7930,19 +7944,19 @@ function Lt(t) {
|
|
|
7930
7944
|
function Ce(t) {
|
|
7931
7945
|
return typeof t == "function" ? t() : v(t);
|
|
7932
7946
|
}
|
|
7933
|
-
const
|
|
7947
|
+
const Sl = {
|
|
7934
7948
|
mounted: "mounted",
|
|
7935
7949
|
updated: "updated",
|
|
7936
7950
|
unmounted: "unmounted"
|
|
7937
7951
|
}, tr = typeof window < "u" && typeof document < "u";
|
|
7938
7952
|
typeof WorkerGlobalScope < "u" && globalThis instanceof WorkerGlobalScope;
|
|
7939
|
-
const
|
|
7940
|
-
}, dn = /* @__PURE__ */
|
|
7941
|
-
function
|
|
7953
|
+
const xl = (t) => t != null, Il = Object.prototype.toString, Pl = (t) => Il.call(t) === "[object Object]", Ee = () => {
|
|
7954
|
+
}, dn = /* @__PURE__ */ Al();
|
|
7955
|
+
function Al() {
|
|
7942
7956
|
var t, e;
|
|
7943
7957
|
return tr && ((t = window == null ? void 0 : window.navigator) == null ? void 0 : t.userAgent) && (/iP(?:ad|hone|od)/.test(window.navigator.userAgent) || ((e = window == null ? void 0 : window.navigator) == null ? void 0 : e.maxTouchPoints) > 2 && /iPad|Macintosh/.test(window == null ? void 0 : window.navigator.userAgent));
|
|
7944
7958
|
}
|
|
7945
|
-
function
|
|
7959
|
+
function _l(...t) {
|
|
7946
7960
|
if (t.length !== 1)
|
|
7947
7961
|
return dr(...t);
|
|
7948
7962
|
const e = t[0];
|
|
@@ -7954,19 +7968,19 @@ function Ze(t) {
|
|
|
7954
7968
|
const n = Ce(t);
|
|
7955
7969
|
return (e = n == null ? void 0 : n.$el) != null ? e : n;
|
|
7956
7970
|
}
|
|
7957
|
-
function
|
|
7971
|
+
function Ll(...t) {
|
|
7958
7972
|
let e, n, r, o;
|
|
7959
7973
|
if (typeof t[0] == "string" || Array.isArray(t[0]) ? ([n, r, o] = t, e = Ot) : [e, n, r, o] = t, !e)
|
|
7960
7974
|
return Ee;
|
|
7961
7975
|
Array.isArray(n) || (n = [n]), Array.isArray(r) || (r = [r]);
|
|
7962
7976
|
const i = [], s = () => {
|
|
7963
7977
|
i.forEach((c) => c()), i.length = 0;
|
|
7964
|
-
}, l = (c, d, m, f) => (c.addEventListener(d, m, f), () => c.removeEventListener(d, m, f)), a =
|
|
7978
|
+
}, l = (c, d, m, f) => (c.addEventListener(d, m, f), () => c.removeEventListener(d, m, f)), a = ye(
|
|
7965
7979
|
() => [Ze(e), Ce(o)],
|
|
7966
7980
|
([c, d]) => {
|
|
7967
7981
|
if (s(), !c)
|
|
7968
7982
|
return;
|
|
7969
|
-
const m =
|
|
7983
|
+
const m = Pl(d) ? { ...d } : d;
|
|
7970
7984
|
i.push(
|
|
7971
7985
|
...n.flatMap((f) => r.map(($) => l(c, f, $, m)))
|
|
7972
7986
|
);
|
|
@@ -7977,29 +7991,29 @@ function _l(...t) {
|
|
|
7977
7991
|
};
|
|
7978
7992
|
return Lt(u), u;
|
|
7979
7993
|
}
|
|
7980
|
-
function
|
|
7994
|
+
function Ol() {
|
|
7981
7995
|
const t = te(!1), e = xt();
|
|
7982
7996
|
return e && mn(() => {
|
|
7983
7997
|
t.value = !0;
|
|
7984
7998
|
}, e), t;
|
|
7985
7999
|
}
|
|
7986
|
-
function
|
|
7987
|
-
const e =
|
|
8000
|
+
function El(t) {
|
|
8001
|
+
const e = Ol();
|
|
7988
8002
|
return x(() => (e.value, !!t()));
|
|
7989
8003
|
}
|
|
7990
|
-
function
|
|
8004
|
+
function jl(t, e, n = {}) {
|
|
7991
8005
|
const {
|
|
7992
8006
|
root: r,
|
|
7993
8007
|
rootMargin: o = "0px",
|
|
7994
8008
|
threshold: i = 0,
|
|
7995
8009
|
window: s = Ot,
|
|
7996
8010
|
immediate: l = !0
|
|
7997
|
-
} = n, a =
|
|
8011
|
+
} = n, a = El(() => s && "IntersectionObserver" in s), u = x(() => {
|
|
7998
8012
|
const $ = Ce(t);
|
|
7999
|
-
return (Array.isArray($) ? $ : [$]).map(Ze).filter(
|
|
8013
|
+
return (Array.isArray($) ? $ : [$]).map(Ze).filter(xl);
|
|
8000
8014
|
});
|
|
8001
8015
|
let c = Ee;
|
|
8002
|
-
const d = te(l), m = a.value ?
|
|
8016
|
+
const d = te(l), m = a.value ? ye(
|
|
8003
8017
|
() => [u.value, Ze(r), d.value],
|
|
8004
8018
|
([$, C]) => {
|
|
8005
8019
|
if (c(), !d.value || !$.length)
|
|
@@ -8034,7 +8048,7 @@ function El(t, e, n = {}) {
|
|
|
8034
8048
|
}
|
|
8035
8049
|
function pn(t, e = {}) {
|
|
8036
8050
|
const { window: n = Ot, scrollTarget: r, threshold: o = 0 } = e, i = te(!1);
|
|
8037
|
-
return
|
|
8051
|
+
return jl(
|
|
8038
8052
|
t,
|
|
8039
8053
|
(s) => {
|
|
8040
8054
|
let l = i.value, a = 0;
|
|
@@ -8049,14 +8063,14 @@ function pn(t, e = {}) {
|
|
|
8049
8063
|
}
|
|
8050
8064
|
), i;
|
|
8051
8065
|
}
|
|
8052
|
-
const
|
|
8053
|
-
[
|
|
8066
|
+
const Ml = {
|
|
8067
|
+
[Sl.mounted](t, e) {
|
|
8054
8068
|
if (typeof e.value == "function") {
|
|
8055
8069
|
const n = e.value, r = pn(t);
|
|
8056
|
-
|
|
8070
|
+
ye(r, (o) => n(o), { immediate: !0 });
|
|
8057
8071
|
} else {
|
|
8058
8072
|
const [n, r] = e.value, o = pn(t, r);
|
|
8059
|
-
|
|
8073
|
+
ye(o, (i) => n(i), { immediate: !0 });
|
|
8060
8074
|
}
|
|
8061
8075
|
}
|
|
8062
8076
|
};
|
|
@@ -8072,15 +8086,15 @@ function nr(t) {
|
|
|
8072
8086
|
return !n || n.tagName === "BODY" ? !1 : nr(n);
|
|
8073
8087
|
}
|
|
8074
8088
|
}
|
|
8075
|
-
function
|
|
8089
|
+
function Vl(t) {
|
|
8076
8090
|
const e = t || window.event, n = e.target;
|
|
8077
8091
|
return nr(n) ? !1 : e.touches.length > 1 ? !0 : (e.preventDefault && e.preventDefault(), !1);
|
|
8078
8092
|
}
|
|
8079
8093
|
const ht = /* @__PURE__ */ new WeakMap();
|
|
8080
|
-
function
|
|
8094
|
+
function Nl(t, e = !1) {
|
|
8081
8095
|
const n = te(e);
|
|
8082
8096
|
let r = null, o = "";
|
|
8083
|
-
|
|
8097
|
+
ye(_l(t), (l) => {
|
|
8084
8098
|
const a = gt(Ce(l));
|
|
8085
8099
|
if (a) {
|
|
8086
8100
|
const u = a;
|
|
@@ -8094,11 +8108,11 @@ function Vl(t, e = !1) {
|
|
|
8094
8108
|
});
|
|
8095
8109
|
const i = () => {
|
|
8096
8110
|
const l = gt(Ce(t));
|
|
8097
|
-
!l || n.value || (dn && (r =
|
|
8111
|
+
!l || n.value || (dn && (r = Ll(
|
|
8098
8112
|
l,
|
|
8099
8113
|
"touchmove",
|
|
8100
8114
|
(a) => {
|
|
8101
|
-
|
|
8115
|
+
Vl(a);
|
|
8102
8116
|
},
|
|
8103
8117
|
{ passive: !1 }
|
|
8104
8118
|
)), l.style.overflow = "hidden", n.value = !0);
|
|
@@ -8115,19 +8129,19 @@ function Vl(t, e = !1) {
|
|
|
8115
8129
|
}
|
|
8116
8130
|
});
|
|
8117
8131
|
}
|
|
8118
|
-
function
|
|
8132
|
+
function Bl() {
|
|
8119
8133
|
let t = !1;
|
|
8120
8134
|
const e = te(!1);
|
|
8121
8135
|
return (n, r) => {
|
|
8122
8136
|
if (e.value = r.value, t)
|
|
8123
8137
|
return;
|
|
8124
8138
|
t = !0;
|
|
8125
|
-
const o =
|
|
8126
|
-
|
|
8139
|
+
const o = Nl(n, r.value);
|
|
8140
|
+
ye(e, (i) => o.value = i);
|
|
8127
8141
|
};
|
|
8128
8142
|
}
|
|
8129
|
-
|
|
8130
|
-
const
|
|
8143
|
+
Bl();
|
|
8144
|
+
const Rl = ["innerHTML"], Dl = ["innerHTML"], Hl = ["src"], Fl = /* @__PURE__ */ H({
|
|
8131
8145
|
__name: "TileContentImageStackedAnimatedTile",
|
|
8132
8146
|
props: {
|
|
8133
8147
|
__typename: {},
|
|
@@ -8162,9 +8176,9 @@ const Bl = ["innerHTML"], Rl = ["innerHTML"], Dl = ["src"], Hl = /* @__PURE__ */
|
|
|
8162
8176
|
var $, C, b, y;
|
|
8163
8177
|
const f = Ke;
|
|
8164
8178
|
return p(), h("div", {
|
|
8165
|
-
class: g(`tile-content ${v(
|
|
8179
|
+
class: g(`tile-content ${v(G)((($ = o.value) == null ? void 0 : $.root) ?? "", r.class ?? "")} max-w-[1024px] mb-16 md:mb-0`)
|
|
8166
8180
|
}, [
|
|
8167
|
-
|
|
8181
|
+
me(v(xe), {
|
|
8168
8182
|
class: g(`${((C = o.value) == null ? void 0 : C.container) ?? ""} tile-content-container shadow-none`),
|
|
8169
8183
|
"pt:footer:class": `tile-content-ctas ${((b = o.value) == null ? void 0 : b.ctas) ?? ""}`,
|
|
8170
8184
|
"pt:body:class": ((y = o.value) == null ? void 0 : y.body) ?? ""
|
|
@@ -8182,12 +8196,12 @@ const Bl = ["innerHTML"], Rl = ["innerHTML"], Dl = ["src"], Hl = /* @__PURE__ */
|
|
|
8182
8196
|
key: 0,
|
|
8183
8197
|
class: g(`tile-content-headline w-full ${((V = o.value) == null ? void 0 : V.headline) ?? ""} text-${v(a).headline}`),
|
|
8184
8198
|
innerHTML: d.headline
|
|
8185
|
-
}, null, 10,
|
|
8199
|
+
}, null, 10, Rl)) : w("", !0),
|
|
8186
8200
|
d.description ? (p(), h("p", {
|
|
8187
8201
|
key: 1,
|
|
8188
8202
|
class: g(`tile-content-description ${((D = o.value) == null ? void 0 : D.description) ?? ""} w-full text-${v(l).copy}`),
|
|
8189
8203
|
innerHTML: d.description
|
|
8190
|
-
}, null, 10,
|
|
8204
|
+
}, null, 10, Dl)) : w("", !0)
|
|
8191
8205
|
], 2),
|
|
8192
8206
|
d.video || d.image ? re((p(), h("div", {
|
|
8193
8207
|
key: 0,
|
|
@@ -8215,7 +8229,7 @@ const Bl = ["innerHTML"], Rl = ["innerHTML"], Dl = ["src"], Hl = /* @__PURE__ */
|
|
|
8215
8229
|
"rotate-180": !i.value
|
|
8216
8230
|
}),
|
|
8217
8231
|
src: (i.value, "https://images.ctfassets.net/qqblaiss500w/5Bp3ySaz0pqR5gLtdxOQoi/db01031466deed9b7b959c08c17e5681/circles1.f3eead2.svg")
|
|
8218
|
-
}, null, 10,
|
|
8232
|
+
}, null, 10, Hl),
|
|
8219
8233
|
d.tileLabel || d.tileLabelType ? (p(), I(f, T({ key: 0 }, d.tileLabel, {
|
|
8220
8234
|
class: {
|
|
8221
8235
|
[((j = o.value) == null ? void 0 : j.numericLabel) ?? ""]: d.tileLabelType === "Numeric" || ((M = d.tileLabel) == null ? void 0 : M.type) === "Numeric",
|
|
@@ -8229,14 +8243,14 @@ const Bl = ["innerHTML"], Rl = ["innerHTML"], Dl = ["src"], Hl = /* @__PURE__ */
|
|
|
8229
8243
|
"text-color": v(a).label[d.tileLabelType ?? ((ie = d.tileLabel) == null ? void 0 : ie.type) ?? "Text"].copy
|
|
8230
8244
|
}), null, 16, ["class", "index", "type", "alignment", "background-color", "text-color"])) : w("", !0),
|
|
8231
8245
|
d.image ? (p(), I(oe, T({ key: 1 }, d.image, {
|
|
8232
|
-
class: v(
|
|
8246
|
+
class: v(G)(
|
|
8233
8247
|
"w-full min-w-[150px] md:min-w-[350px] relative rounded-full z-10",
|
|
8234
8248
|
d.image.class
|
|
8235
8249
|
)
|
|
8236
8250
|
}), null, 16, ["class"])) : w("", !0),
|
|
8237
8251
|
d.video ? (p(), I(lt, We(T({ key: 2 }, d.video)), null, 16)) : w("", !0)
|
|
8238
8252
|
], 2)), [
|
|
8239
|
-
[v(
|
|
8253
|
+
[v(Ml), c]
|
|
8240
8254
|
]) : w("", !0)
|
|
8241
8255
|
], 2)
|
|
8242
8256
|
];
|
|
@@ -8260,38 +8274,38 @@ const Bl = ["innerHTML"], Rl = ["innerHTML"], Dl = ["src"], Hl = /* @__PURE__ */
|
|
|
8260
8274
|
], 2);
|
|
8261
8275
|
};
|
|
8262
8276
|
}
|
|
8263
|
-
}),
|
|
8277
|
+
}), Wl = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
8264
8278
|
__proto__: null,
|
|
8265
8279
|
Accordion: vi,
|
|
8266
8280
|
AccordionItem: Ti,
|
|
8267
|
-
AccordionListItem:
|
|
8268
|
-
AccordionTileItem:
|
|
8269
|
-
CTA:
|
|
8270
|
-
CarouselModule:
|
|
8271
|
-
ContainerCollectionModule:
|
|
8272
|
-
ContainerModule:
|
|
8273
|
-
ContentModule:
|
|
8281
|
+
AccordionListItem: Oi,
|
|
8282
|
+
AccordionTileItem: Bi,
|
|
8283
|
+
CTA: ge,
|
|
8284
|
+
CarouselModule: ha,
|
|
8285
|
+
ContainerCollectionModule: ka,
|
|
8286
|
+
ContainerModule: ya,
|
|
8287
|
+
ContentModule: wa,
|
|
8274
8288
|
FooterCopyright: St,
|
|
8275
|
-
FooterNavigation:
|
|
8289
|
+
FooterNavigation: Ga,
|
|
8276
8290
|
Image: oe,
|
|
8277
|
-
LogoCollectionModule:
|
|
8291
|
+
LogoCollectionModule: Xa,
|
|
8278
8292
|
NavigationElement: ot,
|
|
8279
|
-
PrimaryNavigation:
|
|
8293
|
+
PrimaryNavigation: rl,
|
|
8280
8294
|
SocialMediaRef: Tt,
|
|
8281
|
-
SplitModule:
|
|
8282
|
-
TestimonialModule:
|
|
8283
|
-
TileCollectionModule:
|
|
8284
|
-
TileContentIconTile:
|
|
8285
|
-
TileContentImageStackedAnimatedTile:
|
|
8286
|
-
TileContentImageTile:
|
|
8287
|
-
TileContentTextTile:
|
|
8288
|
-
TileContentVideoTile:
|
|
8295
|
+
SplitModule: il,
|
|
8296
|
+
TestimonialModule: ll,
|
|
8297
|
+
TileCollectionModule: cl,
|
|
8298
|
+
TileContentIconTile: yl,
|
|
8299
|
+
TileContentImageStackedAnimatedTile: Fl,
|
|
8300
|
+
TileContentImageTile: $l,
|
|
8301
|
+
TileContentTextTile: Cl,
|
|
8302
|
+
TileContentVideoTile: Tl,
|
|
8289
8303
|
Video: lt
|
|
8290
|
-
}, Symbol.toStringTag, { value: "Module" })),
|
|
8291
|
-
Object.entries(
|
|
8304
|
+
}, Symbol.toStringTag, { value: "Module" })), Kl = (t) => {
|
|
8305
|
+
Object.entries(Wl).forEach(([e, n]) => {
|
|
8292
8306
|
t.component(e, n);
|
|
8293
8307
|
});
|
|
8294
|
-
},
|
|
8308
|
+
}, Gl = (t, e) => {
|
|
8295
8309
|
const n = Xr[`${t}Pt`];
|
|
8296
8310
|
if (n)
|
|
8297
8311
|
for (const r of Object.keys(e))
|
|
@@ -8301,61 +8315,61 @@ export {
|
|
|
8301
8315
|
vi as Accordion,
|
|
8302
8316
|
Ti as AccordionItem,
|
|
8303
8317
|
rt as AccordionItemPt,
|
|
8304
|
-
|
|
8318
|
+
Oi as AccordionListItem,
|
|
8305
8319
|
kn as AccordionListItemPt,
|
|
8306
8320
|
Cn as AccordionPt,
|
|
8307
|
-
|
|
8321
|
+
Bi as AccordionTileItem,
|
|
8308
8322
|
Tn as AccordionTileItemPt,
|
|
8309
8323
|
je as COLOR_PALETTES,
|
|
8310
|
-
|
|
8324
|
+
ge as CTA,
|
|
8311
8325
|
An as CTAPt,
|
|
8312
|
-
|
|
8326
|
+
ha as CarouselModule,
|
|
8313
8327
|
zr as CarouselModuleAltPt,
|
|
8314
8328
|
Sn as CarouselModulePt,
|
|
8315
|
-
|
|
8329
|
+
ka as ContainerCollectionModule,
|
|
8316
8330
|
xn as ContainerCollectionModulePt,
|
|
8317
|
-
|
|
8331
|
+
ya as ContainerModule,
|
|
8318
8332
|
In as ContainerModulePt,
|
|
8319
|
-
|
|
8333
|
+
wa as ContentModule,
|
|
8320
8334
|
Pn as ContentModulePt,
|
|
8321
8335
|
et as DEFAULT_COLOR,
|
|
8322
8336
|
Yr as DEFAULT_PALETTES,
|
|
8323
8337
|
J as DEFAULT_PASSTHROUGH,
|
|
8324
8338
|
St as FooterCopyright,
|
|
8325
|
-
|
|
8339
|
+
Ga as FooterNavigation,
|
|
8326
8340
|
Ur as FooterNavigationPt,
|
|
8327
8341
|
oe as Image,
|
|
8328
8342
|
Kr as ImagePt,
|
|
8329
|
-
|
|
8343
|
+
Xa as LogoCollectionModule,
|
|
8330
8344
|
_n as LogoCollectionModulePt,
|
|
8331
8345
|
ot as NavigationElement,
|
|
8332
8346
|
Ln as NavigationElementPt,
|
|
8333
|
-
|
|
8347
|
+
rl as PrimaryNavigation,
|
|
8334
8348
|
Gr as PrimaryNavigationPt,
|
|
8335
8349
|
Tt as SocialMediaRef,
|
|
8336
|
-
|
|
8350
|
+
il as SplitModule,
|
|
8337
8351
|
On as SplitModulePt,
|
|
8338
|
-
|
|
8352
|
+
ll as TestimonialModule,
|
|
8339
8353
|
En as TestimonialModulePt,
|
|
8340
|
-
|
|
8354
|
+
cl as TileCollectionModule,
|
|
8341
8355
|
jn as TileCollectionModulePt,
|
|
8342
|
-
|
|
8356
|
+
yl as TileContentIconTile,
|
|
8343
8357
|
Mn as TileContentIconTilePt,
|
|
8344
|
-
|
|
8358
|
+
Fl as TileContentImageStackedAnimatedTile,
|
|
8345
8359
|
Vn as TileContentImageStackedAnimatedTilePt,
|
|
8346
|
-
|
|
8360
|
+
$l as TileContentImageTile,
|
|
8347
8361
|
Nn as TileContentImageTilePt,
|
|
8348
8362
|
Se as TileContentPt,
|
|
8349
|
-
|
|
8363
|
+
Cl as TileContentTextTile,
|
|
8350
8364
|
Bn as TileContentTextTilePt,
|
|
8351
|
-
|
|
8365
|
+
Tl as TileContentVideoTile,
|
|
8352
8366
|
Rn as TileContentVideoTilePt,
|
|
8353
8367
|
Dn as TileLabelPt,
|
|
8354
8368
|
lt as Video,
|
|
8355
8369
|
qr as VideoPt,
|
|
8356
8370
|
P as combinePassthroughs,
|
|
8357
|
-
|
|
8358
|
-
|
|
8359
|
-
|
|
8371
|
+
Kl as initGlobalComponents,
|
|
8372
|
+
Ul as overridePalette,
|
|
8373
|
+
Gl as overridePassthrough,
|
|
8360
8374
|
ne as withColorPalette
|
|
8361
8375
|
};
|