@cooperco/cooper-component-library 0.1.2 → 0.1.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/dist/lib/component-lib.js +239 -237
- package/dist/lib/component-lib.umd.cjs +16 -16
- package/dist/types/components/Accordion/AccordionItem.d.ts +3 -3
- package/dist/types/components/CTA/CTA.d.ts +2 -2
- package/dist/types/components/TileContent/TileContent.d.ts +2 -2
- package/dist/types/config/defaultPassthrough.d.ts +1 -1
- package/dist/types/types.d.ts +1 -1
- package/package.json +1 -1
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { defineComponent as D, computed as
|
|
2
|
-
const dt = "-",
|
|
1
|
+
import { defineComponent as D, computed as k, ref as se, openBlock as d, createBlock as I, resolveDynamicComponent as U, normalizeClass as m, withCtx as H, createElementBlock as g, toDisplayString as T, createCommentVNode as b, Fragment as z, renderList as K, mergeProps as S, createElementVNode as C, withModifiers as Ie, withDirectives as Z, vShow as Q, normalizeStyle as Y, readonly as yn, getCurrentInstance as qt, onMounted as $n, nextTick as wn, watch as Cn, resolveDirective as Xt, renderSlot as W, createTextVNode as Ve, unref as E, createSlots as Ne, resolveComponent as rt, normalizeProps as qe, reactive as Sn, inject as ot, h as kn, watchEffect as xn, useAttrs as Zt, createVNode as Be, guardReactiveProps as Yt } from "vue";
|
|
2
|
+
const dt = "-", In = (t) => {
|
|
3
3
|
const e = _n(t), {
|
|
4
4
|
conflictingClassGroups: n,
|
|
5
5
|
conflictingClassGroupModifiers: r
|
|
@@ -145,7 +145,7 @@ const dt = "-", xn = (t) => {
|
|
|
145
145
|
}, jn = (t) => ({
|
|
146
146
|
cache: On(t.cacheSize),
|
|
147
147
|
parseClassName: En(t),
|
|
148
|
-
...
|
|
148
|
+
...In(t)
|
|
149
149
|
}), Vn = /\s+/, Nn = (t, e) => {
|
|
150
150
|
const {
|
|
151
151
|
parseClassName: n,
|
|
@@ -172,10 +172,10 @@ const dt = "-", xn = (t) => {
|
|
|
172
172
|
}
|
|
173
173
|
y = !1;
|
|
174
174
|
}
|
|
175
|
-
const v = Ln(c).join(":"), w = p ? v + Qt : v,
|
|
176
|
-
if (i.includes(
|
|
175
|
+
const v = Ln(c).join(":"), w = p ? v + Qt : v, x = w + $;
|
|
176
|
+
if (i.includes(x))
|
|
177
177
|
continue;
|
|
178
|
-
i.push(
|
|
178
|
+
i.push(x);
|
|
179
179
|
const V = o($, y);
|
|
180
180
|
for (let N = 0; N < V.length; ++N) {
|
|
181
181
|
const q = V[N];
|
|
@@ -228,7 +228,7 @@ const B = (t) => {
|
|
|
228
228
|
// I could also use lookbehind assertion in `lengthUnitRegex` but that isn't supported widely enough.
|
|
229
229
|
Hn.test(t) && !zn.test(t)
|
|
230
230
|
), nn = () => !1, er = (t) => Wn.test(t), tr = (t) => Un.test(t), nr = () => {
|
|
231
|
-
const t = B("colors"), e = B("spacing"), n = B("blur"), r = B("brightness"), o = B("borderColor"), i = B("borderRadius"), s = B("borderSpacing"), a = B("borderWidth"), l = B("contrast"), u = B("grayscale"), c = B("hueRotate"), p = B("invert"), f = B("gap"), h = B("gradientColorStops"), y = B("gradientColorStopPositions"), $ = B("inset"), v = B("margin"), w = B("opacity"),
|
|
231
|
+
const t = B("colors"), e = B("spacing"), n = B("blur"), r = B("brightness"), o = B("borderColor"), i = B("borderRadius"), s = B("borderSpacing"), a = B("borderWidth"), l = B("contrast"), u = B("grayscale"), c = B("hueRotate"), p = B("invert"), f = B("gap"), h = B("gradientColorStops"), y = B("gradientColorStopPositions"), $ = B("inset"), v = B("margin"), w = B("opacity"), x = B("padding"), V = B("saturate"), N = B("scale"), q = B("sepia"), X = B("skew"), re = B("space"), le = B("translate"), pe = () => ["auto", "contain", "none"], ve = () => ["auto", "hidden", "clip", "visible", "scroll"], be = () => ["auto", A, e], L = () => [A, e], He = () => ["", ne, oe], ue = () => ["auto", ge, A], ze = () => ["bottom", "center", "left", "left-bottom", "left-top", "right", "right-bottom", "right-top", "top"], fe = () => ["solid", "dashed", "dotted", "double", "none"], vt = () => ["normal", "multiply", "screen", "overlay", "darken", "lighten", "color-dodge", "color-burn", "hard-light", "soft-light", "difference", "exclusion", "hue", "saturation", "color", "luminosity"], Ze = () => ["start", "end", "center", "between", "around", "evenly", "stretch"], ye = () => ["", "0", A], bt = () => ["auto", "avoid", "all", "avoid-page", "page", "left", "right", "column"], te = () => [ge, A];
|
|
232
232
|
return {
|
|
233
233
|
cacheSize: 500,
|
|
234
234
|
separator: ":",
|
|
@@ -696,63 +696,63 @@ const B = (t) => {
|
|
|
696
696
|
* @see https://tailwindcss.com/docs/padding
|
|
697
697
|
*/
|
|
698
698
|
p: [{
|
|
699
|
-
p: [
|
|
699
|
+
p: [x]
|
|
700
700
|
}],
|
|
701
701
|
/**
|
|
702
702
|
* Padding X
|
|
703
703
|
* @see https://tailwindcss.com/docs/padding
|
|
704
704
|
*/
|
|
705
705
|
px: [{
|
|
706
|
-
px: [
|
|
706
|
+
px: [x]
|
|
707
707
|
}],
|
|
708
708
|
/**
|
|
709
709
|
* Padding Y
|
|
710
710
|
* @see https://tailwindcss.com/docs/padding
|
|
711
711
|
*/
|
|
712
712
|
py: [{
|
|
713
|
-
py: [
|
|
713
|
+
py: [x]
|
|
714
714
|
}],
|
|
715
715
|
/**
|
|
716
716
|
* Padding Start
|
|
717
717
|
* @see https://tailwindcss.com/docs/padding
|
|
718
718
|
*/
|
|
719
719
|
ps: [{
|
|
720
|
-
ps: [
|
|
720
|
+
ps: [x]
|
|
721
721
|
}],
|
|
722
722
|
/**
|
|
723
723
|
* Padding End
|
|
724
724
|
* @see https://tailwindcss.com/docs/padding
|
|
725
725
|
*/
|
|
726
726
|
pe: [{
|
|
727
|
-
pe: [
|
|
727
|
+
pe: [x]
|
|
728
728
|
}],
|
|
729
729
|
/**
|
|
730
730
|
* Padding Top
|
|
731
731
|
* @see https://tailwindcss.com/docs/padding
|
|
732
732
|
*/
|
|
733
733
|
pt: [{
|
|
734
|
-
pt: [
|
|
734
|
+
pt: [x]
|
|
735
735
|
}],
|
|
736
736
|
/**
|
|
737
737
|
* Padding Right
|
|
738
738
|
* @see https://tailwindcss.com/docs/padding
|
|
739
739
|
*/
|
|
740
740
|
pr: [{
|
|
741
|
-
pr: [
|
|
741
|
+
pr: [x]
|
|
742
742
|
}],
|
|
743
743
|
/**
|
|
744
744
|
* Padding Bottom
|
|
745
745
|
* @see https://tailwindcss.com/docs/padding
|
|
746
746
|
*/
|
|
747
747
|
pb: [{
|
|
748
|
-
pb: [
|
|
748
|
+
pb: [x]
|
|
749
749
|
}],
|
|
750
750
|
/**
|
|
751
751
|
* Padding Left
|
|
752
752
|
* @see https://tailwindcss.com/docs/padding
|
|
753
753
|
*/
|
|
754
754
|
pl: [{
|
|
755
|
-
pl: [
|
|
755
|
+
pl: [x]
|
|
756
756
|
}],
|
|
757
757
|
/**
|
|
758
758
|
* Margin
|
|
@@ -2245,7 +2245,7 @@ const B = (t) => {
|
|
|
2245
2245
|
}, R = /* @__PURE__ */ Mn(nr), G = {
|
|
2246
2246
|
headline: "mb-12 text-4xl md:text-5xl font-bold leading-tight text-center text-primary",
|
|
2247
2247
|
subheadline: "mb-2",
|
|
2248
|
-
|
|
2248
|
+
bodyCopy: "",
|
|
2249
2249
|
description: "",
|
|
2250
2250
|
start: "",
|
|
2251
2251
|
center: "",
|
|
@@ -2280,18 +2280,18 @@ const B = (t) => {
|
|
|
2280
2280
|
root: "border-b first:border-t border-black",
|
|
2281
2281
|
headline: "text-primary-950 text-xl md:text-xl py-6 pr-2 *:text-left font-bold ",
|
|
2282
2282
|
icon: "text-primary-950",
|
|
2283
|
-
|
|
2283
|
+
bodyCopy: "pb-6"
|
|
2284
2284
|
}), ir = _(pt, {
|
|
2285
2285
|
root: " w-full md:w-[23%]",
|
|
2286
2286
|
headline: "transition-height mb-0 h-[90%] duration-200 py-16 md:text-3xl text-3xl text-center relative rounded-2xl text-white h-[90%] bg-primary group-[.active]:rounded-t-2lg group-[.active]:rounded-b-none group-[.active]:h-full flex items-center justify-center",
|
|
2287
2287
|
button: "h-full w-fit text-center *:text-center justify-center md:*:[word-spacing:100px]",
|
|
2288
2288
|
// word-spacing so that text wraps when not in mobile
|
|
2289
2289
|
icon: "absolute top-4 right-6",
|
|
2290
|
-
|
|
2290
|
+
bodyCopy: "group-[.first]:rounded-tl-none group-[.last]:rounded-tr-none transition-opacity duration-200 opacity-0 left-0 absolute w-full p-12 text-white rounded-2xl bg-primary group-[.active]:opacity-100"
|
|
2291
2291
|
}), ar = {
|
|
2292
2292
|
headline: G.headline,
|
|
2293
2293
|
root: "flex flex-col",
|
|
2294
|
-
|
|
2294
|
+
bodyCopy: "flex flex-col overflow-auto",
|
|
2295
2295
|
container: "flex",
|
|
2296
2296
|
previousbutton: "flex justify-center items-center self-center overflow-hidden w-8 h-8 mx-2 rounded-full border-0 text-secondary hover:bg-surface-50 dark:hover:bg-surface-800 focus-visible:outline-none focus-visible:ring-1 focus-visible:ring-primary-500 dark:focus-visible:ring-primary-400 transition duration-200 ease-in-out",
|
|
2297
2297
|
nextbutton: "flex justify-center items-center self-center overflow-hidden w-8 h-8 mx-2 rounded-full border-0 text-secondary hover:bg-surface-50 dark:hover:bg-surface-800 focus-visible:outline-none focus-visible:ring-1 focus-visible:ring-primary-500 dark:focus-visible:ring-primary-400 transition duration-200 ease-in-out",
|
|
@@ -2305,7 +2305,7 @@ const B = (t) => {
|
|
|
2305
2305
|
G,
|
|
2306
2306
|
{
|
|
2307
2307
|
root: "px-8 md:px-0",
|
|
2308
|
-
|
|
2308
|
+
bodyCopy: "max-w-[1024px]"
|
|
2309
2309
|
}
|
|
2310
2310
|
), lr = {
|
|
2311
2311
|
Centered: _(G, {
|
|
@@ -2340,7 +2340,7 @@ const B = (t) => {
|
|
|
2340
2340
|
icon: "ps-2 text-xs"
|
|
2341
2341
|
}), Ha = _(G, {}), fr = _(G, {
|
|
2342
2342
|
root: "px-8 md:px-0",
|
|
2343
|
-
|
|
2343
|
+
bodyCopy: "max-w-[1024px] flex justify-evenly gap-4 mx-auto flex-col md:flex-row"
|
|
2344
2344
|
}), mr = _(G, {
|
|
2345
2345
|
headline: "text-primary-950",
|
|
2346
2346
|
quote: "text-primary-950 text-lg font-bold",
|
|
@@ -2414,14 +2414,14 @@ const B = (t) => {
|
|
|
2414
2414
|
class: {}
|
|
2415
2415
|
},
|
|
2416
2416
|
setup(t) {
|
|
2417
|
-
const e = t, n =
|
|
2417
|
+
const e = t, n = k(() => e.type === "List" ? "pi-chevron-down" : "pi-plus-circle"), r = k(() => e.type === "List" ? "pi-chevron-up" : "pi-times-circle"), o = k(
|
|
2418
2418
|
() => _(rr[e.type], e.pt ?? {})
|
|
2419
2419
|
), i = se(null), s = (a) => {
|
|
2420
2420
|
i.value = i.value === a ? null : a;
|
|
2421
2421
|
};
|
|
2422
2422
|
return (a, l) => {
|
|
2423
2423
|
var u;
|
|
2424
|
-
return d(),
|
|
2424
|
+
return d(), I(U(a.isChild ? "div" : "section"), {
|
|
2425
2425
|
class: m(`accordion-module ${((u = o.value) == null ? void 0 : u.root) ?? ""} ${e.class ?? ""}`)
|
|
2426
2426
|
}, {
|
|
2427
2427
|
default: H(() => {
|
|
@@ -2435,8 +2435,8 @@ const B = (t) => {
|
|
|
2435
2435
|
key: 1,
|
|
2436
2436
|
class: m(`accordion-module-container flex ${((p = o.value) == null ? void 0 : p.container) ?? ""}`)
|
|
2437
2437
|
}, [
|
|
2438
|
-
(d(!0), g(z, null, K(a.modules, (f, h) => (d(),
|
|
2439
|
-
key: `${f.
|
|
2438
|
+
(d(!0), g(z, null, K(a.modules, (f, h) => (d(), I(U(`Accordion${a.type}Item`), S({
|
|
2439
|
+
key: `${f.headline}-${h}`,
|
|
2440
2440
|
ref_for: !0
|
|
2441
2441
|
}, f, {
|
|
2442
2442
|
"item-number": h,
|
|
@@ -2455,13 +2455,13 @@ const B = (t) => {
|
|
|
2455
2455
|
}, 8, ["class"]);
|
|
2456
2456
|
};
|
|
2457
2457
|
}
|
|
2458
|
-
}), Cr = ["id"], Sr = ["aria-controls"],
|
|
2458
|
+
}), Cr = ["id"], Sr = ["aria-controls"], kr = ["id", "aria-labelledby"], xr = ["id"], Ir = ["aria-expanded", "aria-controls"], Tr = ["id", "aria-labelledby"], _r = /* @__PURE__ */ D({
|
|
2459
2459
|
__name: "AccordionItem",
|
|
2460
2460
|
props: {
|
|
2461
2461
|
__typename: {},
|
|
2462
2462
|
itemNumber: {},
|
|
2463
|
-
|
|
2464
|
-
|
|
2463
|
+
headline: {},
|
|
2464
|
+
bodyCopy: {},
|
|
2465
2465
|
pt: {},
|
|
2466
2466
|
isFirst: { type: Boolean },
|
|
2467
2467
|
isLast: { type: Boolean },
|
|
@@ -2471,12 +2471,12 @@ const B = (t) => {
|
|
|
2471
2471
|
isListType: { type: Boolean },
|
|
2472
2472
|
openAccordionIndex: {},
|
|
2473
2473
|
toggleAccordion: {},
|
|
2474
|
-
|
|
2474
|
+
image: {},
|
|
2475
2475
|
class: {}
|
|
2476
2476
|
},
|
|
2477
2477
|
emits: ["toggleAccordion"],
|
|
2478
2478
|
setup(t, { emit: e }) {
|
|
2479
|
-
const n = t, r =
|
|
2479
|
+
const n = t, r = k(() => _(pt, n.pt ?? {})), o = se(!1), i = e, s = (a) => {
|
|
2480
2480
|
i("toggleAccordion", a);
|
|
2481
2481
|
};
|
|
2482
2482
|
return (a, l) => {
|
|
@@ -2503,9 +2503,9 @@ const B = (t) => {
|
|
|
2503
2503
|
"data-accordion-target": "#accordion-collapse-body-1",
|
|
2504
2504
|
"aria-expanded": !0,
|
|
2505
2505
|
"aria-controls": `accordion-collapse-body-${a.itemNumber}`,
|
|
2506
|
-
onClick: l[0] || (l[0] =
|
|
2506
|
+
onClick: l[0] || (l[0] = Ie((w) => o.value = !o.value, ["prevent"]))
|
|
2507
2507
|
}, [
|
|
2508
|
-
C("span", null, T(a.
|
|
2508
|
+
C("span", null, T(a.headline), 1),
|
|
2509
2509
|
C("div", {
|
|
2510
2510
|
class: m(`${((p = r.value) == null ? void 0 : p.icon) ?? ""}`)
|
|
2511
2511
|
}, [
|
|
@@ -2524,9 +2524,9 @@ const B = (t) => {
|
|
|
2524
2524
|
], 10, Cr),
|
|
2525
2525
|
C("div", {
|
|
2526
2526
|
id: `accordion-collapse-body-${a.itemNumber}`,
|
|
2527
|
-
class: m(`accordion-item-body ${o.value ? "show" : "hidden"} ${((f = r.value) == null ? void 0 : f.
|
|
2527
|
+
class: m(`accordion-item-body ${o.value ? "show" : "hidden"} ${((f = r.value) == null ? void 0 : f.bodyCopy) ?? ""}`),
|
|
2528
2528
|
"aria-labelledby": `accordion-collapse-heading-${a.itemNumber}`
|
|
2529
|
-
}, T(a.
|
|
2529
|
+
}, T(a.bodyCopy), 11, kr)
|
|
2530
2530
|
], 2)) : (d(), g("div", {
|
|
2531
2531
|
key: 1,
|
|
2532
2532
|
class: m([{
|
|
@@ -2547,9 +2547,9 @@ const B = (t) => {
|
|
|
2547
2547
|
"data-accordion-target": "#accordion-collapse-body-1",
|
|
2548
2548
|
"aria-expanded": a.openAccordionIndex === a.itemNumber,
|
|
2549
2549
|
"aria-controls": `accordion-collapse-body-${a.itemNumber}`,
|
|
2550
|
-
onClick: l[1] || (l[1] =
|
|
2550
|
+
onClick: l[1] || (l[1] = Ie((w) => s(a.itemNumber), ["prevent"]))
|
|
2551
2551
|
}, [
|
|
2552
|
-
C("span", null, T(a.
|
|
2552
|
+
C("span", null, T(a.headline), 1),
|
|
2553
2553
|
C("div", {
|
|
2554
2554
|
class: m(`${(($ = r.value) == null ? void 0 : $.icon) ?? ""}`)
|
|
2555
2555
|
}, [
|
|
@@ -2564,13 +2564,13 @@ const B = (t) => {
|
|
|
2564
2564
|
[Q, a.openAccordionIndex === a.itemNumber]
|
|
2565
2565
|
])
|
|
2566
2566
|
], 2)
|
|
2567
|
-
], 10,
|
|
2568
|
-
], 10,
|
|
2567
|
+
], 10, Ir)
|
|
2568
|
+
], 10, xr),
|
|
2569
2569
|
C("div", {
|
|
2570
2570
|
id: `accordion-collapse-body-${a.itemNumber}`,
|
|
2571
|
-
class: m(`accordion-item-body ${a.openAccordionIndex !== a.itemNumber ? "hidden" : "active"} ${((v = r.value) == null ? void 0 : v.
|
|
2571
|
+
class: m(`accordion-item-body ${a.openAccordionIndex !== a.itemNumber ? "hidden" : "active"} ${((v = r.value) == null ? void 0 : v.bodyCopy) ?? ""}`),
|
|
2572
2572
|
"aria-labelledby": `accordion-collapse-heading-${a.itemNumber}`
|
|
2573
|
-
}, T(a.
|
|
2573
|
+
}, T(a.bodyCopy), 11, Tr)
|
|
2574
2574
|
], 2));
|
|
2575
2575
|
};
|
|
2576
2576
|
}
|
|
@@ -2585,7 +2585,7 @@ const B = (t) => {
|
|
|
2585
2585
|
class: {}
|
|
2586
2586
|
},
|
|
2587
2587
|
setup(t) {
|
|
2588
|
-
const e = t, n =
|
|
2588
|
+
const e = t, n = k(() => e.isFullWidth ? "100%" : e.media.width ? typeof e.media.width == "number" ? `${e.media.width}px` : e.media.width : null), r = k(() => e.media.height ? typeof e.media.height == "number" ? `${e.media.height}px` : e.media.height : null);
|
|
2589
2589
|
return (o, i) => (d(), g("img", {
|
|
2590
2590
|
class: m(e.class),
|
|
2591
2591
|
src: o.media.src,
|
|
@@ -2607,8 +2607,8 @@ const B = (t) => {
|
|
|
2607
2607
|
props: {
|
|
2608
2608
|
__typename: {},
|
|
2609
2609
|
itemNumber: {},
|
|
2610
|
-
|
|
2611
|
-
|
|
2610
|
+
headline: {},
|
|
2611
|
+
bodyCopy: {},
|
|
2612
2612
|
pt: {},
|
|
2613
2613
|
isFirst: { type: Boolean },
|
|
2614
2614
|
isLast: { type: Boolean },
|
|
@@ -2618,11 +2618,11 @@ const B = (t) => {
|
|
|
2618
2618
|
isListType: { type: Boolean },
|
|
2619
2619
|
openAccordionIndex: {},
|
|
2620
2620
|
toggleAccordion: { type: Function },
|
|
2621
|
-
|
|
2621
|
+
image: {},
|
|
2622
2622
|
class: {}
|
|
2623
2623
|
},
|
|
2624
2624
|
setup(t) {
|
|
2625
|
-
const e = t, n =
|
|
2625
|
+
const e = t, n = k(
|
|
2626
2626
|
() => _(or, e.pt ?? {})
|
|
2627
2627
|
), r = se(!1);
|
|
2628
2628
|
return (o, i) => {
|
|
@@ -2643,7 +2643,7 @@ const B = (t) => {
|
|
|
2643
2643
|
id: `accordion-collapse-headline-${o.itemNumber}`,
|
|
2644
2644
|
class: m(`flex accordion-item-headline ${((a = n.value) == null ? void 0 : a.headline) ?? ""}`)
|
|
2645
2645
|
}, [
|
|
2646
|
-
o.
|
|
2646
|
+
o.image ? (d(), I(J, S({ key: 0 }, o.image, {
|
|
2647
2647
|
class: `${((l = n.value) == null ? void 0 : l.image) ?? ""}`
|
|
2648
2648
|
}), null, 16, ["class"])) : b("", !0),
|
|
2649
2649
|
C("button", {
|
|
@@ -2652,9 +2652,9 @@ const B = (t) => {
|
|
|
2652
2652
|
"data-accordion-target": "#accordion-collapse-body-1",
|
|
2653
2653
|
"aria-expanded": "true",
|
|
2654
2654
|
"aria-controls": `accordion-collapse-body-${o.itemNumber}`,
|
|
2655
|
-
onClick: i[0] || (i[0] =
|
|
2655
|
+
onClick: i[0] || (i[0] = Ie((f) => r.value = !r.value, ["prevent"]))
|
|
2656
2656
|
}, [
|
|
2657
|
-
C("span", null, T(o.
|
|
2657
|
+
C("span", null, T(o.headline), 1),
|
|
2658
2658
|
C("div", {
|
|
2659
2659
|
class: m((c = n.value) == null ? void 0 : c.icon)
|
|
2660
2660
|
}, [
|
|
@@ -2669,9 +2669,9 @@ const B = (t) => {
|
|
|
2669
2669
|
], 10, Ar),
|
|
2670
2670
|
C("div", {
|
|
2671
2671
|
id: `accordion-collapse-body-${o.itemNumber}`,
|
|
2672
|
-
class: m(`accordion-item-body ${r.value ? "active" : "hidden"} ${((p = n.value) == null ? void 0 : p.
|
|
2672
|
+
class: m(`accordion-item-body ${r.value ? "active" : "hidden"} ${((p = n.value) == null ? void 0 : p.bodyCopy) ?? ""}`),
|
|
2673
2673
|
"aria-labelledby": `accordion-collapse-heading-${o.itemNumber}`
|
|
2674
|
-
}, T(o.
|
|
2674
|
+
}, T(o.bodyCopy), 11, jr)
|
|
2675
2675
|
], 2);
|
|
2676
2676
|
};
|
|
2677
2677
|
}
|
|
@@ -2684,8 +2684,8 @@ const B = (t) => {
|
|
|
2684
2684
|
props: {
|
|
2685
2685
|
__typename: {},
|
|
2686
2686
|
itemNumber: {},
|
|
2687
|
-
|
|
2688
|
-
|
|
2687
|
+
headline: {},
|
|
2688
|
+
bodyCopy: {},
|
|
2689
2689
|
pt: {},
|
|
2690
2690
|
isFirst: { type: Boolean },
|
|
2691
2691
|
isLast: { type: Boolean },
|
|
@@ -2695,14 +2695,14 @@ const B = (t) => {
|
|
|
2695
2695
|
isListType: { type: Boolean },
|
|
2696
2696
|
openAccordionIndex: {},
|
|
2697
2697
|
toggleAccordion: { type: Function },
|
|
2698
|
-
|
|
2698
|
+
image: {},
|
|
2699
2699
|
class: {}
|
|
2700
2700
|
},
|
|
2701
2701
|
emits: ["toggleAccordion"],
|
|
2702
2702
|
setup(t, { emit: e }) {
|
|
2703
|
-
const n = t, r =
|
|
2703
|
+
const n = t, r = k(
|
|
2704
2704
|
() => _(ir, n.pt ?? {})
|
|
2705
|
-
), o =
|
|
2705
|
+
), o = k(() => n.openAccordionIndex === n.itemNumber), i = e, s = (a) => {
|
|
2706
2706
|
i("toggleAccordion", a);
|
|
2707
2707
|
};
|
|
2708
2708
|
return (a, l) => {
|
|
@@ -2723,7 +2723,7 @@ const B = (t) => {
|
|
|
2723
2723
|
id: `accordion-collapse-headline-${a.itemNumber}`,
|
|
2724
2724
|
class: m(`flex accordion-item-headline ${((c = r.value) == null ? void 0 : c.headline) ?? ""}`)
|
|
2725
2725
|
}, [
|
|
2726
|
-
a.
|
|
2726
|
+
a.image ? (d(), I(J, S({ key: 0 }, a.image, {
|
|
2727
2727
|
class: `${((p = r.value) == null ? void 0 : p.image) ?? ""}`
|
|
2728
2728
|
}), null, 16, ["class"])) : b("", !0),
|
|
2729
2729
|
C("button", {
|
|
@@ -2732,9 +2732,9 @@ const B = (t) => {
|
|
|
2732
2732
|
"data-accordion-target": "#accordion-collapse-body-1",
|
|
2733
2733
|
"aria-expanded": "true",
|
|
2734
2734
|
"aria-controls": `accordion-collapse-body-${a.itemNumber}`,
|
|
2735
|
-
onClick: l[0] || (l[0] =
|
|
2735
|
+
onClick: l[0] || (l[0] = Ie(($) => s(a.itemNumber), ["prevent"]))
|
|
2736
2736
|
}, [
|
|
2737
|
-
C("span", null, T(a.
|
|
2737
|
+
C("span", null, T(a.headline), 1),
|
|
2738
2738
|
C("div", {
|
|
2739
2739
|
class: m((h = r.value) == null ? void 0 : h.icon)
|
|
2740
2740
|
}, [
|
|
@@ -2749,9 +2749,9 @@ const B = (t) => {
|
|
|
2749
2749
|
], 10, Nr),
|
|
2750
2750
|
C("div", {
|
|
2751
2751
|
id: `accordion-collapse-body-${a.itemNumber}`,
|
|
2752
|
-
class: m(`accordion-item-body ${o.value ? "active" : "hidden"} ${((y = r.value) == null ? void 0 : y.
|
|
2752
|
+
class: m(`accordion-item-body ${o.value ? "active" : "hidden"} ${((y = r.value) == null ? void 0 : y.bodyCopy) ?? ""}`),
|
|
2753
2753
|
"aria-labelledby": `accordion-collapse-heading-${a.itemNumber}`
|
|
2754
|
-
}, T(a.
|
|
2754
|
+
}, T(a.bodyCopy), 11, Fr)
|
|
2755
2755
|
], 2);
|
|
2756
2756
|
};
|
|
2757
2757
|
}
|
|
@@ -2804,13 +2804,13 @@ function Ur(t) {
|
|
|
2804
2804
|
if (Array.isArray(t))
|
|
2805
2805
|
return at(t);
|
|
2806
2806
|
}
|
|
2807
|
-
function
|
|
2807
|
+
function ke(t) {
|
|
2808
2808
|
"@babel/helpers - typeof";
|
|
2809
|
-
return
|
|
2809
|
+
return ke = typeof Symbol == "function" && typeof Symbol.iterator == "symbol" ? function(e) {
|
|
2810
2810
|
return typeof e;
|
|
2811
2811
|
} : function(e) {
|
|
2812
2812
|
return e && typeof Symbol == "function" && e.constructor === Symbol && e !== Symbol.prototype ? "symbol" : typeof e;
|
|
2813
|
-
},
|
|
2813
|
+
}, ke(t);
|
|
2814
2814
|
}
|
|
2815
2815
|
function Qe(t, e) {
|
|
2816
2816
|
return qr(t) || Gr(t, e) || ft(t, e) || Kr();
|
|
@@ -3006,13 +3006,13 @@ var j = {
|
|
|
3006
3006
|
var l, u, c = e != null && (l = e.$attrs) !== null && l !== void 0 && l[s] ? [e == null || (u = e.$attrs) === null || u === void 0 ? void 0 : u[s]] : [];
|
|
3007
3007
|
return [a].flat().reduce(function(p, f) {
|
|
3008
3008
|
if (f != null) {
|
|
3009
|
-
var h =
|
|
3009
|
+
var h = ke(f);
|
|
3010
3010
|
if (h === "string" || h === "number")
|
|
3011
3011
|
p.push(f);
|
|
3012
3012
|
else if (h === "object") {
|
|
3013
3013
|
var y = Array.isArray(f) ? i(s, f) : Object.entries(f).map(function($) {
|
|
3014
|
-
var v = Qe($, 2), w = v[0],
|
|
3015
|
-
return s === "style" && (
|
|
3014
|
+
var v = Qe($, 2), w = v[0], x = v[1];
|
|
3015
|
+
return s === "style" && (x || x === 0) ? "".concat(w.replace(/([a-z])([A-Z])/g, "$1-$2").toLowerCase(), ":").concat(x) : x ? w : void 0;
|
|
3016
3016
|
});
|
|
3017
3017
|
p = y.length ? p.concat(y.filter(function($) {
|
|
3018
3018
|
return !!$;
|
|
@@ -3178,7 +3178,7 @@ var j = {
|
|
|
3178
3178
|
throw new Error("Cannot append " + n + " to " + e);
|
|
3179
3179
|
},
|
|
3180
3180
|
isElement: function(e) {
|
|
3181
|
-
return (typeof HTMLElement > "u" ? "undefined" :
|
|
3181
|
+
return (typeof HTMLElement > "u" ? "undefined" : ke(HTMLElement)) === "object" ? e instanceof HTMLElement : e && ke(e) === "object" && e !== null && e.nodeType === 1 && typeof e.nodeName == "string";
|
|
3182
3182
|
},
|
|
3183
3183
|
scrollInView: function(e, n) {
|
|
3184
3184
|
var r = getComputedStyle(e).getPropertyValue("borderTopWidth"), o = r ? parseFloat(r) : 0, i = getComputedStyle(e).getPropertyValue("paddingTop"), s = i ? parseFloat(i) : 0, a = e.getBoundingClientRect(), l = n.getBoundingClientRect(), u = l.top + document.body.scrollTop - (a.top + document.body.scrollTop) - o - s, c = e.scrollTop, p = e.clientHeight, f = this.getOuterHeight(n);
|
|
@@ -3457,13 +3457,13 @@ function st(t, e) {
|
|
|
3457
3457
|
r[n] = t[n];
|
|
3458
3458
|
return r;
|
|
3459
3459
|
}
|
|
3460
|
-
function
|
|
3460
|
+
function xe(t) {
|
|
3461
3461
|
"@babel/helpers - typeof";
|
|
3462
|
-
return
|
|
3462
|
+
return xe = typeof Symbol == "function" && typeof Symbol.iterator == "symbol" ? function(e) {
|
|
3463
3463
|
return typeof e;
|
|
3464
3464
|
} : function(e) {
|
|
3465
3465
|
return e && typeof Symbol == "function" && e.constructor === Symbol && e !== Symbol.prototype ? "symbol" : typeof e;
|
|
3466
|
-
},
|
|
3466
|
+
}, xe(t);
|
|
3467
3467
|
}
|
|
3468
3468
|
var P = {
|
|
3469
3469
|
equals: function(e, n, r) {
|
|
@@ -3472,7 +3472,7 @@ var P = {
|
|
|
3472
3472
|
deepEquals: function(e, n) {
|
|
3473
3473
|
if (e === n)
|
|
3474
3474
|
return !0;
|
|
3475
|
-
if (e && n &&
|
|
3475
|
+
if (e && n && xe(e) == "object" && xe(n) == "object") {
|
|
3476
3476
|
var r = Array.isArray(e), o = Array.isArray(n), i, s, a;
|
|
3477
3477
|
if (r && o) {
|
|
3478
3478
|
if (s = e.length, s != n.length)
|
|
@@ -3635,7 +3635,7 @@ var P = {
|
|
|
3635
3635
|
}) ? e[0].toUpperCase() + e.slice(1) : e;
|
|
3636
3636
|
},
|
|
3637
3637
|
isEmpty: function(e) {
|
|
3638
|
-
return e == null || e === "" || Array.isArray(e) && e.length === 0 || !(e instanceof Date) &&
|
|
3638
|
+
return e == null || e === "" || Array.isArray(e) && e.length === 0 || !(e instanceof Date) && xe(e) === "object" && Object.keys(e).length === 0;
|
|
3639
3639
|
},
|
|
3640
3640
|
isNotEmpty: function(e) {
|
|
3641
3641
|
return !this.isEmpty(e);
|
|
@@ -3735,7 +3735,7 @@ function Te(t) {
|
|
|
3735
3735
|
return e && typeof Symbol == "function" && e.constructor === Symbol && e !== Symbol.prototype ? "symbol" : typeof e;
|
|
3736
3736
|
}, Te(t);
|
|
3737
3737
|
}
|
|
3738
|
-
function
|
|
3738
|
+
function kt(t, e) {
|
|
3739
3739
|
var n = Object.keys(t);
|
|
3740
3740
|
if (Object.getOwnPropertySymbols) {
|
|
3741
3741
|
var r = Object.getOwnPropertySymbols(t);
|
|
@@ -3745,12 +3745,12 @@ function It(t, e) {
|
|
|
3745
3745
|
}
|
|
3746
3746
|
return n;
|
|
3747
3747
|
}
|
|
3748
|
-
function
|
|
3748
|
+
function xt(t) {
|
|
3749
3749
|
for (var e = 1; e < arguments.length; e++) {
|
|
3750
3750
|
var n = arguments[e] != null ? arguments[e] : {};
|
|
3751
|
-
e % 2 ?
|
|
3751
|
+
e % 2 ? kt(Object(n), !0).forEach(function(r) {
|
|
3752
3752
|
no(t, r, n[r]);
|
|
3753
|
-
}) : Object.getOwnPropertyDescriptors ? Object.defineProperties(t, Object.getOwnPropertyDescriptors(n)) :
|
|
3753
|
+
}) : Object.getOwnPropertyDescriptors ? Object.defineProperties(t, Object.getOwnPropertyDescriptors(n)) : kt(Object(n)).forEach(function(r) {
|
|
3754
3754
|
Object.defineProperty(t, r, Object.getOwnPropertyDescriptor(n, r));
|
|
3755
3755
|
});
|
|
3756
3756
|
}
|
|
@@ -3781,11 +3781,11 @@ function io(t) {
|
|
|
3781
3781
|
}
|
|
3782
3782
|
var ao = 0;
|
|
3783
3783
|
function rn(t) {
|
|
3784
|
-
var e = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : {}, n = se(!1), r = se(t), o = se(null), i = j.isClient() ? window.document : void 0, s = e.document, a = s === void 0 ? i : s, l = e.immediate, u = l === void 0 ? !0 : l, c = e.manual, p = c === void 0 ? !1 : c, f = e.name, h = f === void 0 ? "style_".concat(++ao) : f, y = e.id, $ = y === void 0 ? void 0 : y, v = e.media, w = v === void 0 ? void 0 : v,
|
|
3784
|
+
var e = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : {}, n = se(!1), r = se(t), o = se(null), i = j.isClient() ? window.document : void 0, s = e.document, a = s === void 0 ? i : s, l = e.immediate, u = l === void 0 ? !0 : l, c = e.manual, p = c === void 0 ? !1 : c, f = e.name, h = f === void 0 ? "style_".concat(++ao) : f, y = e.id, $ = y === void 0 ? void 0 : y, v = e.media, w = v === void 0 ? void 0 : v, x = e.nonce, V = x === void 0 ? void 0 : x, N = e.props, q = N === void 0 ? {} : N, X = function() {
|
|
3785
3785
|
}, re = function(ve) {
|
|
3786
3786
|
var be = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : {};
|
|
3787
3787
|
if (a) {
|
|
3788
|
-
var L =
|
|
3788
|
+
var L = xt(xt({}, q), be), He = L.name || h, ue = L.id || $, ze = L.nonce || V;
|
|
3789
3789
|
o.value = a.querySelector('style[data-primevue-style-id="'.concat(He, '"]')) || a.getElementById(ue) || a.createElement("style"), o.value.isConnected || (r.value = ve || t, j.setAttributes(o.value, {
|
|
3790
3790
|
type: "text/css",
|
|
3791
3791
|
id: ue,
|
|
@@ -3827,15 +3827,15 @@ In order to be iterable, non-array objects must have a [Symbol.iterator]() metho
|
|
|
3827
3827
|
function uo(t, e) {
|
|
3828
3828
|
if (t) {
|
|
3829
3829
|
if (typeof t == "string")
|
|
3830
|
-
return
|
|
3830
|
+
return It(t, e);
|
|
3831
3831
|
var n = Object.prototype.toString.call(t).slice(8, -1);
|
|
3832
3832
|
if (n === "Object" && t.constructor && (n = t.constructor.name), n === "Map" || n === "Set")
|
|
3833
3833
|
return Array.from(t);
|
|
3834
3834
|
if (n === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n))
|
|
3835
|
-
return
|
|
3835
|
+
return It(t, e);
|
|
3836
3836
|
}
|
|
3837
3837
|
}
|
|
3838
|
-
function
|
|
3838
|
+
function It(t, e) {
|
|
3839
3839
|
(e == null || e > t.length) && (e = t.length);
|
|
3840
3840
|
for (var n = 0, r = new Array(e); n < e; n++)
|
|
3841
3841
|
r[n] = t[n];
|
|
@@ -4022,14 +4022,14 @@ function Ae(t) {
|
|
|
4022
4022
|
}, Ae(t);
|
|
4023
4023
|
}
|
|
4024
4024
|
function So(t) {
|
|
4025
|
-
return sn(t) ||
|
|
4025
|
+
return sn(t) || ko(t) || an(t) || on();
|
|
4026
4026
|
}
|
|
4027
|
-
function
|
|
4027
|
+
function ko(t) {
|
|
4028
4028
|
if (typeof Symbol < "u" && t[Symbol.iterator] != null || t["@@iterator"] != null)
|
|
4029
4029
|
return Array.from(t);
|
|
4030
4030
|
}
|
|
4031
4031
|
function We(t, e) {
|
|
4032
|
-
return sn(t) ||
|
|
4032
|
+
return sn(t) || xo(t, e) || an(t, e) || on();
|
|
4033
4033
|
}
|
|
4034
4034
|
function on() {
|
|
4035
4035
|
throw new TypeError(`Invalid attempt to destructure non-iterable instance.
|
|
@@ -4052,7 +4052,7 @@ function Pt(t, e) {
|
|
|
4052
4052
|
r[n] = t[n];
|
|
4053
4053
|
return r;
|
|
4054
4054
|
}
|
|
4055
|
-
function
|
|
4055
|
+
function xo(t, e) {
|
|
4056
4056
|
var n = t == null ? null : typeof Symbol < "u" && t[Symbol.iterator] || t["@@iterator"];
|
|
4057
4057
|
if (n != null) {
|
|
4058
4058
|
var r, o, i, s, a = [], l = !0, u = !1;
|
|
@@ -4104,9 +4104,9 @@ function M(t) {
|
|
|
4104
4104
|
return t;
|
|
4105
4105
|
}
|
|
4106
4106
|
function Ke(t, e, n) {
|
|
4107
|
-
return e =
|
|
4107
|
+
return e = Io(e), e in t ? Object.defineProperty(t, e, { value: n, enumerable: !0, configurable: !0, writable: !0 }) : t[e] = n, t;
|
|
4108
4108
|
}
|
|
4109
|
-
function
|
|
4109
|
+
function Io(t) {
|
|
4110
4110
|
var e = To(t, "string");
|
|
4111
4111
|
return Ae(e) == "symbol" ? e : String(e);
|
|
4112
4112
|
}
|
|
@@ -4665,10 +4665,10 @@ var O = {
|
|
|
4665
4665
|
},
|
|
4666
4666
|
_getPTValue: function() {
|
|
4667
4667
|
var e, n, r = arguments.length > 0 && arguments[0] !== void 0 ? arguments[0] : {}, o = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : {}, i = arguments.length > 2 && arguments[2] !== void 0 ? arguments[2] : "", s = arguments.length > 3 && arguments[3] !== void 0 ? arguments[3] : {}, a = arguments.length > 4 && arguments[4] !== void 0 ? arguments[4] : !0, l = function() {
|
|
4668
|
-
var
|
|
4669
|
-
return P.isString(
|
|
4670
|
-
class:
|
|
4671
|
-
} :
|
|
4668
|
+
var x = O._getOptionValue.apply(O, arguments);
|
|
4669
|
+
return P.isString(x) || P.isArray(x) ? {
|
|
4670
|
+
class: x
|
|
4671
|
+
} : x;
|
|
4672
4672
|
}, u = ((e = r.binding) === null || e === void 0 || (e = e.value) === null || e === void 0 ? void 0 : e.ptOptions) || ((n = r.$config) === null || n === void 0 ? void 0 : n.ptOptions) || {}, c = u.mergeSections, p = c === void 0 ? !0 : c, f = u.mergeProps, h = f === void 0 ? !1 : f, y = a ? O._useDefaultPT(r, r.defaultPT(), l, i, s) : void 0, $ = O._usePT(r, O._getPT(o, r.$name), l, i, F(F({}, s), {}, {
|
|
4673
4673
|
global: y || {}
|
|
4674
4674
|
})), v = O._getPTDatasets(r, i);
|
|
@@ -4750,20 +4750,20 @@ var O = {
|
|
|
4750
4750
|
},
|
|
4751
4751
|
/* instance's methods */
|
|
4752
4752
|
ptm: function() {
|
|
4753
|
-
var v, w = arguments.length > 0 && arguments[0] !== void 0 ? arguments[0] : "",
|
|
4754
|
-
return O._getPTValue(s.$instance, (v = s.$instance) === null || v === void 0 || (v = v.$binding) === null || v === void 0 || (v = v.value) === null || v === void 0 ? void 0 : v.pt, w, F({},
|
|
4753
|
+
var v, w = arguments.length > 0 && arguments[0] !== void 0 ? arguments[0] : "", x = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : {};
|
|
4754
|
+
return O._getPTValue(s.$instance, (v = s.$instance) === null || v === void 0 || (v = v.$binding) === null || v === void 0 || (v = v.value) === null || v === void 0 ? void 0 : v.pt, w, F({}, x));
|
|
4755
4755
|
},
|
|
4756
4756
|
ptmo: function() {
|
|
4757
|
-
var v = arguments.length > 0 && arguments[0] !== void 0 ? arguments[0] : {}, w = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : "",
|
|
4758
|
-
return O._getPTValue(s.$instance, v, w,
|
|
4757
|
+
var v = arguments.length > 0 && arguments[0] !== void 0 ? arguments[0] : {}, w = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : "", x = arguments.length > 2 && arguments[2] !== void 0 ? arguments[2] : {};
|
|
4758
|
+
return O._getPTValue(s.$instance, v, w, x, !1);
|
|
4759
4759
|
},
|
|
4760
4760
|
cx: function() {
|
|
4761
|
-
var v, w,
|
|
4762
|
-
return (v = s.$instance) !== null && v !== void 0 && v.isUnstyled() ? void 0 : O._getOptionValue((w = s.$instance) === null || w === void 0 || (w = w.$style) === null || w === void 0 ? void 0 : w.classes,
|
|
4761
|
+
var v, w, x = arguments.length > 0 && arguments[0] !== void 0 ? arguments[0] : "", V = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : {};
|
|
4762
|
+
return (v = s.$instance) !== null && v !== void 0 && v.isUnstyled() ? void 0 : O._getOptionValue((w = s.$instance) === null || w === void 0 || (w = w.$style) === null || w === void 0 ? void 0 : w.classes, x, F({}, V));
|
|
4763
4763
|
},
|
|
4764
4764
|
sx: function() {
|
|
4765
|
-
var v, w = arguments.length > 0 && arguments[0] !== void 0 ? arguments[0] : "",
|
|
4766
|
-
return
|
|
4765
|
+
var v, w = arguments.length > 0 && arguments[0] !== void 0 ? arguments[0] : "", x = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : !0, V = arguments.length > 2 && arguments[2] !== void 0 ? arguments[2] : {};
|
|
4766
|
+
return x ? O._getOptionValue((v = s.$instance) === null || v === void 0 || (v = v.$style) === null || v === void 0 ? void 0 : v.inlineStyles, w, F({}, V)) : void 0;
|
|
4767
4767
|
}
|
|
4768
4768
|
}, y), s.$instance = s._$instances[e], (c = (p = s.$instance)[i]) === null || c === void 0 || c.call(p, s, a, l, u), s["$".concat(e)] = s.$instance, O._hook(e, i, s, a, l, u);
|
|
4769
4769
|
};
|
|
@@ -5425,7 +5425,7 @@ function Ci(t, e, n, r, o, i) {
|
|
|
5425
5425
|
}, Ue(Ue({}, t.prevButtonProps), t.ptm("previousButton")), {
|
|
5426
5426
|
"data-pc-group-section": "navigator"
|
|
5427
5427
|
}), [W(t.$slots, "previousicon", {}, function() {
|
|
5428
|
-
return [(d(),
|
|
5428
|
+
return [(d(), I(U(i.isVertical() ? "ChevronUpIcon" : "ChevronLeftIcon"), S({
|
|
5429
5429
|
class: t.cx("previousButtonIcon")
|
|
5430
5430
|
}, t.ptm("previousButtonIcon")), null, 16, ["class"]))];
|
|
5431
5431
|
})], 16, hi)), [[s]]) : b("", !0), C("div", S({
|
|
@@ -5512,7 +5512,7 @@ function Ci(t, e, n, r, o, i) {
|
|
|
5512
5512
|
}, Ue(Ue({}, t.nextButtonProps), t.ptm("nextButton")), {
|
|
5513
5513
|
"data-pc-group-section": "navigator"
|
|
5514
5514
|
}), [W(t.$slots, "nexticon", {}, function() {
|
|
5515
|
-
return [(d(),
|
|
5515
|
+
return [(d(), I(U(i.isVertical() ? "ChevronDownIcon" : "ChevronRightIcon"), S({
|
|
5516
5516
|
class: t.cx("nextButtonIcon")
|
|
5517
5517
|
}, t.ptm("nextButtonIcon")), null, 16, ["class"]))];
|
|
5518
5518
|
})], 16, yi)), [[s]]) : b("", !0)], 16, gi), i.totalIndicators >= 0 && t.showIndicators ? (d(), g("ul", S({
|
|
@@ -5560,17 +5560,17 @@ const Si = /* @__PURE__ */ D({
|
|
|
5560
5560
|
class: {}
|
|
5561
5561
|
},
|
|
5562
5562
|
setup(t) {
|
|
5563
|
-
const e = t, n =
|
|
5563
|
+
const e = t, n = k(() => _(ar, e.pt ?? {})), r = k(() => ({
|
|
5564
5564
|
"background-color": e.backgroundColor ?? "transparent",
|
|
5565
5565
|
"background-image": `url(${e.backgroundImage ?? ""})`,
|
|
5566
5566
|
"background-size": "cover",
|
|
5567
5567
|
color: e.textColor ?? "inherit"
|
|
5568
|
-
})), o =
|
|
5568
|
+
})), o = k(
|
|
5569
5569
|
() => `${R("py-16 px-8", e.class)} ${e.variant.toLowerCase()} carousel`
|
|
5570
5570
|
);
|
|
5571
5571
|
return (i, s) => {
|
|
5572
5572
|
var a;
|
|
5573
|
-
return d(),
|
|
5573
|
+
return d(), I(E(fn), {
|
|
5574
5574
|
value: i.modules,
|
|
5575
5575
|
"num-visible": 1,
|
|
5576
5576
|
"num-scroll": 1,
|
|
@@ -5580,7 +5580,7 @@ const Si = /* @__PURE__ */ D({
|
|
|
5580
5580
|
"pt:item:class": `carousel-item w-full ${((a = n.value) == null ? void 0 : a.item) ?? ""}`
|
|
5581
5581
|
}, Ne({
|
|
5582
5582
|
item: H((l) => [
|
|
5583
|
-
(d(),
|
|
5583
|
+
(d(), I(U(l.data.__typename), S(l.data, { "is-child": !0 }), null, 16))
|
|
5584
5584
|
]),
|
|
5585
5585
|
footer: H(() => []),
|
|
5586
5586
|
nexticon: H(() => []),
|
|
@@ -5603,7 +5603,7 @@ const Si = /* @__PURE__ */ D({
|
|
|
5603
5603
|
}
|
|
5604
5604
|
});
|
|
5605
5605
|
var Ce = /* @__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))(Ce || {}), Se = /* @__PURE__ */ ((t) => (t[t.fill = 0] = "fill", t[t.outline = 1] = "outline", t[t.link = 2] = "link", t[t.logo = 3] = "logo", t))(Se || {});
|
|
5606
|
-
const
|
|
5606
|
+
const ki = /* @__PURE__ */ D({
|
|
5607
5607
|
__name: "ContainerModule",
|
|
5608
5608
|
props: {
|
|
5609
5609
|
__typename: {},
|
|
@@ -5621,28 +5621,28 @@ const Ii = /* @__PURE__ */ D({
|
|
|
5621
5621
|
class: {}
|
|
5622
5622
|
},
|
|
5623
5623
|
setup(t) {
|
|
5624
|
-
const e = t, n =
|
|
5624
|
+
const e = t, n = k(
|
|
5625
5625
|
() => _(lr[e.variant], e.pt ?? {})
|
|
5626
|
-
), r =
|
|
5626
|
+
), r = k(() => Ce[e.variant] === Ce.Hero), o = k(() => Ce[e.variant] === Ce.Centered), i = k(() => {
|
|
5627
5627
|
var a;
|
|
5628
5628
|
return R(
|
|
5629
5629
|
`container-module relative ${(a = n.value) == null ? void 0 : a.root} ${r.value || e.isChild ? "" : "py-16 px-8"}`,
|
|
5630
5630
|
e.class ?? ""
|
|
5631
5631
|
);
|
|
5632
|
-
}), s =
|
|
5632
|
+
}), s = k(() => ({
|
|
5633
5633
|
"background-color": e.backgroundColor ?? "transparent",
|
|
5634
5634
|
color: e.textColor ?? "inherit"
|
|
5635
5635
|
}));
|
|
5636
5636
|
return (a, l) => {
|
|
5637
5637
|
const u = J;
|
|
5638
|
-
return d(),
|
|
5638
|
+
return d(), I(U(a.isChild ? "div" : "section"), {
|
|
5639
5639
|
style: Y(s.value),
|
|
5640
5640
|
class: m(i.value)
|
|
5641
5641
|
}, {
|
|
5642
5642
|
default: H(() => {
|
|
5643
|
-
var c, p, f, h, y, $, v, w,
|
|
5643
|
+
var c, p, f, h, y, $, v, w, x;
|
|
5644
5644
|
return [
|
|
5645
|
-
a.backgroundImage ? (d(),
|
|
5645
|
+
a.backgroundImage ? (d(), I(u, {
|
|
5646
5646
|
key: 0,
|
|
5647
5647
|
media: { src: a.backgroundImage },
|
|
5648
5648
|
class: "md:absolute md:top-0 md:right-0 object-cover w-full h-full z-0"
|
|
@@ -5659,24 +5659,24 @@ const Ii = /* @__PURE__ */ D({
|
|
|
5659
5659
|
class: m(`container-module-subheadline ${o.value ? "text-center" : ""} ${((f = n.value) == null ? void 0 : f.subheadline) ?? ""}`)
|
|
5660
5660
|
}, T(a.subHeadline), 3)) : b("", !0),
|
|
5661
5661
|
C("div", {
|
|
5662
|
-
class: m(`container-module-content flex flex-col-reverse md:flex-row gap-5 h-full ${((h = n.value) == null ? void 0 : h.
|
|
5662
|
+
class: m(`container-module-content flex flex-col-reverse md:flex-row gap-5 h-full ${((h = n.value) == null ? void 0 : h.bodyCopy) ?? ""}`)
|
|
5663
5663
|
}, [
|
|
5664
5664
|
a.fullWidthContent ? (d(), g("div", {
|
|
5665
5665
|
key: 0,
|
|
5666
5666
|
class: m(`container-module-full-width-content ${((y = n.value) == null ? void 0 : y.fullWidthContent) ?? ""} ${o.value ? "mx-auto" : ""}`)
|
|
5667
5667
|
}, [
|
|
5668
|
-
a.fullWidthContent.__typename ? (d(),
|
|
5668
|
+
a.fullWidthContent.__typename ? (d(), I(U(a.fullWidthContent.__typename), S({ key: 0 }, a.fullWidthContent, { "is-child": !0 }), null, 16)) : b("", !0)
|
|
5669
5669
|
], 2)) : (d(), g(z, { key: 1 }, [
|
|
5670
5670
|
a.start ? (d(), g("div", {
|
|
5671
5671
|
key: 0,
|
|
5672
5672
|
class: m(`container-module-start basis-1/2 ${(($ = n.value) == null ? void 0 : $.start) ?? ""}`)
|
|
5673
5673
|
}, [
|
|
5674
|
-
(v = a.start) != null && v.__typename ? (d(),
|
|
5674
|
+
(v = a.start) != null && v.__typename ? (d(), I(U(a.start.__typename), S({ key: 0 }, a.start, { "is-child": !0 }), null, 16)) : b("", !0)
|
|
5675
5675
|
], 2)) : b("", !0),
|
|
5676
5676
|
C("div", {
|
|
5677
5677
|
class: m(`container-module-end basis-1/2 ${((w = n.value) == null ? void 0 : w.end) ?? ""}`)
|
|
5678
5678
|
}, [
|
|
5679
|
-
(
|
|
5679
|
+
(x = a.end) != null && x.__typename ? (d(), I(U(a.end.__typename), S({ key: 0 }, a.end, { "is-child": !0 }), null, 16)) : b("", !0)
|
|
5680
5680
|
], 2)
|
|
5681
5681
|
], 64))
|
|
5682
5682
|
], 2)
|
|
@@ -5689,7 +5689,7 @@ const Ii = /* @__PURE__ */ D({
|
|
|
5689
5689
|
};
|
|
5690
5690
|
}
|
|
5691
5691
|
});
|
|
5692
|
-
var mn = /* @__PURE__ */ ((t) => (t.Left = "left", t.Center = "center", t.Right = "right", t))(mn || {}),
|
|
5692
|
+
var mn = /* @__PURE__ */ ((t) => (t.Left = "left", t.Center = "center", t.Right = "right", t))(mn || {}), xi = {
|
|
5693
5693
|
root: function(e) {
|
|
5694
5694
|
var n = e.props, r = e.instance;
|
|
5695
5695
|
return ["p-badge p-component", {
|
|
@@ -5705,9 +5705,9 @@ var mn = /* @__PURE__ */ ((t) => (t.Left = "left", t.Center = "center", t.Right
|
|
|
5705
5705
|
"p-badge-contrast": n.severity === "contrast"
|
|
5706
5706
|
}];
|
|
5707
5707
|
}
|
|
5708
|
-
},
|
|
5708
|
+
}, Ii = ee.extend({
|
|
5709
5709
|
name: "badge",
|
|
5710
|
-
classes:
|
|
5710
|
+
classes: xi
|
|
5711
5711
|
}), Ti = {
|
|
5712
5712
|
name: "BaseBadge",
|
|
5713
5713
|
extends: De,
|
|
@@ -5725,7 +5725,7 @@ var mn = /* @__PURE__ */ ((t) => (t.Left = "left", t.Center = "center", t.Right
|
|
|
5725
5725
|
default: null
|
|
5726
5726
|
}
|
|
5727
5727
|
},
|
|
5728
|
-
style:
|
|
5728
|
+
style: Ii,
|
|
5729
5729
|
provide: function() {
|
|
5730
5730
|
return {
|
|
5731
5731
|
$parentInstance: this
|
|
@@ -5943,7 +5943,7 @@ function Mi(t, e, n, r, o, i) {
|
|
|
5943
5943
|
return [t.loadingIcon ? (d(), g("span", S({
|
|
5944
5944
|
key: 0,
|
|
5945
5945
|
class: [t.cx("loadingIcon"), t.cx("icon"), t.loadingIcon]
|
|
5946
|
-
}, t.ptm("loadingIcon")), null, 16)) : (d(),
|
|
5946
|
+
}, t.ptm("loadingIcon")), null, 16)) : (d(), I(s, S({
|
|
5947
5947
|
key: 1,
|
|
5948
5948
|
class: [t.cx("loadingIcon"), t.cx("icon")],
|
|
5949
5949
|
spin: ""
|
|
@@ -5958,7 +5958,7 @@ function Mi(t, e, n, r, o, i) {
|
|
|
5958
5958
|
}, t.ptm("icon")), null, 16)) : b("", !0)];
|
|
5959
5959
|
}), C("span", S({
|
|
5960
5960
|
class: t.cx("label")
|
|
5961
|
-
}, t.ptm("label")), T(t.label || " "), 17), t.badge ? (d(),
|
|
5961
|
+
}, t.ptm("label")), T(t.label || " "), 17), t.badge ? (d(), I(a, S({
|
|
5962
5962
|
key: 2,
|
|
5963
5963
|
value: t.badge,
|
|
5964
5964
|
class: t.badgeClass,
|
|
@@ -5977,7 +5977,7 @@ const de = /* @__PURE__ */ D({
|
|
|
5977
5977
|
color: {},
|
|
5978
5978
|
textColor: {},
|
|
5979
5979
|
buttonType: {},
|
|
5980
|
-
|
|
5980
|
+
logo: {},
|
|
5981
5981
|
pt: {},
|
|
5982
5982
|
ariaLabel: {},
|
|
5983
5983
|
anchor: {},
|
|
@@ -5985,21 +5985,21 @@ const de = /* @__PURE__ */ D({
|
|
|
5985
5985
|
class: {}
|
|
5986
5986
|
},
|
|
5987
5987
|
setup(t) {
|
|
5988
|
-
const e = t, n =
|
|
5988
|
+
const e = t, n = k(
|
|
5989
5989
|
() => _(cr[e.buttonType], e.pt ?? {})
|
|
5990
|
-
), r =
|
|
5990
|
+
), r = k(() => Se[e == null ? void 0 : e.buttonType]), o = k(() => e.buttonType === "link" || e.buttonType === "logo"), i = k(
|
|
5991
5991
|
() => `cta whitespace-nowrap ${e.buttonType === "link" || e.buttonType === "logo" ? "hover:underline" : ""} ${R(e.class ?? "", "flex items-center gap-2")}`
|
|
5992
|
-
), s =
|
|
5992
|
+
), s = k(() => ({
|
|
5993
5993
|
color: e.textColor,
|
|
5994
5994
|
"background-color": r.value == Se.fill ? e.color : "transparent",
|
|
5995
5995
|
"border-color": r.value != Se.link && r.value != Se.logo ? e.color : "transparent"
|
|
5996
|
-
})), a =
|
|
5996
|
+
})), a = k(() => {
|
|
5997
5997
|
var l;
|
|
5998
5998
|
return (l = e == null ? void 0 : e.url) == null ? void 0 : l.link;
|
|
5999
5999
|
});
|
|
6000
6000
|
return (l, u) => {
|
|
6001
6001
|
const c = J;
|
|
6002
|
-
return d(),
|
|
6002
|
+
return d(), I(E(vn), {
|
|
6003
6003
|
class: m(i.value),
|
|
6004
6004
|
style: Y(s.value),
|
|
6005
6005
|
"aria-label": l.ariaLabel,
|
|
@@ -6009,17 +6009,19 @@ const de = /* @__PURE__ */ D({
|
|
|
6009
6009
|
default: H(() => {
|
|
6010
6010
|
var p, f, h;
|
|
6011
6011
|
return [
|
|
6012
|
-
l.
|
|
6012
|
+
l.logo ? (d(), g("div", {
|
|
6013
6013
|
key: 0,
|
|
6014
6014
|
class: m(l.buttonType === "logo" ? (p = n.value) == null ? void 0 : p.logo : "")
|
|
6015
6015
|
}, [
|
|
6016
|
-
typeof l.
|
|
6016
|
+
typeof l.logo == "object" ? (d(), I(c, qe(S({ key: 0 }, l.logo)), null, 16)) : typeof l.logo == "string" ? (d(), g("div", {
|
|
6017
6017
|
key: 1,
|
|
6018
|
-
class: m(E(R)(l.
|
|
6018
|
+
class: m(E(R)(l.logo, (f = n.value) == null ? void 0 : f.logo))
|
|
6019
6019
|
}, null, 2)) : b("", !0)
|
|
6020
6020
|
], 2)) : b("", !0),
|
|
6021
6021
|
C("p", {
|
|
6022
|
-
class: m(
|
|
6022
|
+
class: m(
|
|
6023
|
+
E(R)("pointer-events-none whitespace-nowrap", ((h = n.value) == null ? void 0 : h.headline) ?? "")
|
|
6024
|
+
)
|
|
6023
6025
|
}, T(l.title), 3)
|
|
6024
6026
|
];
|
|
6025
6027
|
}),
|
|
@@ -6045,10 +6047,10 @@ const de = /* @__PURE__ */ D({
|
|
|
6045
6047
|
class: {}
|
|
6046
6048
|
},
|
|
6047
6049
|
setup(t) {
|
|
6048
|
-
const e = t, n =
|
|
6050
|
+
const e = t, n = k(() => _(ur, e.pt ?? {})), r = k(() => ({
|
|
6049
6051
|
"background-color": e.backgroundColor ?? "transparent",
|
|
6050
6052
|
color: e.textColor ?? "inherit"
|
|
6051
|
-
})), o =
|
|
6053
|
+
})), o = k(() => `text-${e.alignment}`), i = k(
|
|
6052
6054
|
() => {
|
|
6053
6055
|
var s, a;
|
|
6054
6056
|
return `${((s = n.value) == null ? void 0 : s.logo) ?? ""} ${(a = e == null ? void 0 : e.logo) == null ? void 0 : a.class}`;
|
|
@@ -6064,7 +6066,7 @@ const de = /* @__PURE__ */ D({
|
|
|
6064
6066
|
C("div", {
|
|
6065
6067
|
class: m(`content-module-container mx-auto ${((c = n.value) == null ? void 0 : c.container) ?? ""}`)
|
|
6066
6068
|
}, [
|
|
6067
|
-
s.logo ? (d(),
|
|
6069
|
+
s.logo ? (d(), I(l, S({ key: 0 }, s.logo, { class: i.value }), null, 16, ["class"])) : b("", !0),
|
|
6068
6070
|
s.headline ? (d(), g("h2", {
|
|
6069
6071
|
key: 1,
|
|
6070
6072
|
class: m(`${s.headline && !s.subHeadline ? "mb-4" : ""} ${E(R)(((p = n.value) == null ? void 0 : p.headline) ?? "", o.value)}`)
|
|
@@ -6081,7 +6083,7 @@ const de = /* @__PURE__ */ D({
|
|
|
6081
6083
|
key: 4,
|
|
6082
6084
|
class: m(`content-module-ctas ${E(R)(((y = n.value) == null ? void 0 : y.ctas) ?? "", o.value)}`)
|
|
6083
6085
|
}, [
|
|
6084
|
-
(d(!0), g(z, null, K(s.ctas, ($, v) => (d(),
|
|
6086
|
+
(d(!0), g(z, null, K(s.ctas, ($, v) => (d(), I(de, S({ ref_for: !0 }, $, {
|
|
6085
6087
|
key: `cta-${$.title}-${v}`
|
|
6086
6088
|
}), null, 16))), 128))
|
|
6087
6089
|
], 2)) : b("", !0)
|
|
@@ -6101,9 +6103,9 @@ const de = /* @__PURE__ */ D({
|
|
|
6101
6103
|
class: {}
|
|
6102
6104
|
},
|
|
6103
6105
|
setup(t) {
|
|
6104
|
-
const e = t, n =
|
|
6106
|
+
const e = t, n = k(
|
|
6105
6107
|
() => _(sr, e.pt ?? {})
|
|
6106
|
-
), r =
|
|
6108
|
+
), r = k(() => ({
|
|
6107
6109
|
"background-color": e.backgroundColor ?? "transparent"
|
|
6108
6110
|
}));
|
|
6109
6111
|
return (o, i) => {
|
|
@@ -6117,9 +6119,9 @@ const de = /* @__PURE__ */ D({
|
|
|
6117
6119
|
class: m(`container-collection-headline ${(s = n.value) == null ? void 0 : s.headline}`)
|
|
6118
6120
|
}, T(o.headline), 3)) : b("", !0),
|
|
6119
6121
|
C("div", {
|
|
6120
|
-
class: m(`container-collection-content mx-auto container ${(a = n.value) == null ? void 0 : a.
|
|
6122
|
+
class: m(`container-collection-content mx-auto container ${(a = n.value) == null ? void 0 : a.bodyCopy}`)
|
|
6121
6123
|
}, [
|
|
6122
|
-
(d(!0), g(z, null, K(o.modules, (l, u) => (d(),
|
|
6124
|
+
(d(!0), g(z, null, K(o.modules, (l, u) => (d(), I(U(l.__typename), S({ ref_for: !0 }, l, {
|
|
6123
6125
|
key: `${l == null ? void 0 : l.__typename}-${u}`,
|
|
6124
6126
|
"is-child": !0
|
|
6125
6127
|
}), null, 16))), 128))
|
|
@@ -6180,7 +6182,7 @@ Symbol(process.env.NODE_ENV !== "production" ? "router view location" : "");
|
|
|
6180
6182
|
function Wt(t) {
|
|
6181
6183
|
const e = ot(bn), n = ot(Ui);
|
|
6182
6184
|
let r = !1, o = null;
|
|
6183
|
-
const i =
|
|
6185
|
+
const i = k(() => {
|
|
6184
6186
|
const c = E(t.to);
|
|
6185
6187
|
return process.env.NODE_ENV !== "production" && (!r || c !== o) && (Ht(c) || (r ? Bt(`Invalid value for prop "to" in useLink()
|
|
6186
6188
|
- to:`, c, `
|
|
@@ -6188,7 +6190,7 @@ function Wt(t) {
|
|
|
6188
6190
|
- props:`, t) : Bt(`Invalid value for prop "to" in useLink()
|
|
6189
6191
|
- to:`, c, `
|
|
6190
6192
|
- props:`, t)), o = c, r = !0), e.resolve(c);
|
|
6191
|
-
}), s =
|
|
6193
|
+
}), s = k(() => {
|
|
6192
6194
|
const { matched: c } = i.value, { length: p } = c, f = c[p - 1], h = n.matched;
|
|
6193
6195
|
if (!f || !h.length)
|
|
6194
6196
|
return -1;
|
|
@@ -6204,7 +6206,7 @@ function Wt(t) {
|
|
|
6204
6206
|
Ut(f) === $ && // avoid comparing the child with its parent
|
|
6205
6207
|
h[h.length - 1].path !== $ ? h.findIndex(Mt.bind(null, c[p - 2])) : y
|
|
6206
6208
|
);
|
|
6207
|
-
}), a =
|
|
6209
|
+
}), a = k(() => s.value > -1 && Xi(n.params, i.value.params)), l = k(() => s.value > -1 && s.value === n.matched.length - 1 && zi(n.params, i.value.params));
|
|
6208
6210
|
function u(c = {}) {
|
|
6209
6211
|
return qi(c) ? e[E(t.replace) ? "replace" : "push"](
|
|
6210
6212
|
E(t.to)
|
|
@@ -6220,14 +6222,14 @@ function Wt(t) {
|
|
|
6220
6222
|
isExactActive: l.value,
|
|
6221
6223
|
error: null
|
|
6222
6224
|
};
|
|
6223
|
-
c.__vrl_devtools = c.__vrl_devtools || [], c.__vrl_devtools.push(p),
|
|
6225
|
+
c.__vrl_devtools = c.__vrl_devtools || [], c.__vrl_devtools.push(p), xn(() => {
|
|
6224
6226
|
p.route = i.value, p.isActive = a.value, p.isExactActive = l.value, p.error = Ht(E(t.to)) ? null : 'Invalid "to" value';
|
|
6225
6227
|
}, { flush: "post" });
|
|
6226
6228
|
}
|
|
6227
6229
|
}
|
|
6228
6230
|
return {
|
|
6229
6231
|
route: i,
|
|
6230
|
-
href:
|
|
6232
|
+
href: k(() => i.value.href),
|
|
6231
6233
|
isActive: a,
|
|
6232
6234
|
isExactActive: l,
|
|
6233
6235
|
navigate: u
|
|
@@ -6253,7 +6255,7 @@ const Ki = /* @__PURE__ */ D({
|
|
|
6253
6255
|
},
|
|
6254
6256
|
useLink: Wt,
|
|
6255
6257
|
setup(t, { slots: e }) {
|
|
6256
|
-
const n = Sn(Wt(t)), { options: r } = ot(bn), o =
|
|
6258
|
+
const n = Sn(Wt(t)), { options: r } = ot(bn), o = k(() => ({
|
|
6257
6259
|
[Kt(t.activeClass, r.linkActiveClass, "router-link-active")]: n.isActive,
|
|
6258
6260
|
// [getLinkClass(
|
|
6259
6261
|
// props.inactiveClass,
|
|
@@ -6264,7 +6266,7 @@ const Ki = /* @__PURE__ */ D({
|
|
|
6264
6266
|
}));
|
|
6265
6267
|
return () => {
|
|
6266
6268
|
const i = e.default && e.default(n);
|
|
6267
|
-
return t.custom ? i :
|
|
6269
|
+
return t.custom ? i : kn("a", {
|
|
6268
6270
|
"aria-current": n.isExactActive ? t.ariaCurrentValue : null,
|
|
6269
6271
|
href: n.href,
|
|
6270
6272
|
// this would override user added attrs but Vue will still add
|
|
@@ -6319,21 +6321,21 @@ const Kt = (t, e, n) => t ?? e ?? n, Zi = {
|
|
|
6319
6321
|
class: {}
|
|
6320
6322
|
},
|
|
6321
6323
|
setup(t) {
|
|
6322
|
-
const e = t, n = Zt(), r =
|
|
6324
|
+
const e = t, n = Zt(), r = k(
|
|
6323
6325
|
() => _(pr, e.pt ?? {})
|
|
6324
|
-
), o =
|
|
6326
|
+
), o = k(() => {
|
|
6325
6327
|
var l, u, c;
|
|
6326
6328
|
return (l = e.linkRef) != null && l.page ? `/${(u = e.linkRef) == null ? void 0 : u.page}` : (c = e == null ? void 0 : e.linkRef) == null ? void 0 : c.link;
|
|
6327
|
-
}), i =
|
|
6329
|
+
}), i = k(() => ce[e.elementType ?? "header"]), s = se(!1), a = k(
|
|
6328
6330
|
() => `relative m-0 ${n.class ?? ""} ${e.isChild ? "sub-" : ""}navigation-element`
|
|
6329
6331
|
);
|
|
6330
6332
|
return (l, u) => {
|
|
6331
6333
|
const c = rt("NavigationElement", !0);
|
|
6332
|
-
return d(),
|
|
6334
|
+
return d(), I(U(l.isChild ? "li" : "div"), {
|
|
6333
6335
|
class: m(a.value)
|
|
6334
6336
|
}, {
|
|
6335
6337
|
default: H(() => [
|
|
6336
|
-
i.value === E(ce).header || l.isChild && (o.value || l.subNavigation) ? (d(),
|
|
6338
|
+
i.value === E(ce).header || l.isChild && (o.value || l.subNavigation) ? (d(), I(U(o.value || l.isChild ? E(Gi) : "button"), {
|
|
6337
6339
|
key: 0,
|
|
6338
6340
|
to: o.value,
|
|
6339
6341
|
class: m(["flex items-center hover:underline", {
|
|
@@ -6341,7 +6343,7 @@ const Kt = (t, e, n) => t ?? e ?? n, Zi = {
|
|
|
6341
6343
|
}]),
|
|
6342
6344
|
"aria-expanded": "true",
|
|
6343
6345
|
"aria-haspopup": "true",
|
|
6344
|
-
onClick: u[0] || (u[0] =
|
|
6346
|
+
onClick: u[0] || (u[0] = Ie((p) => s.value = !s.value, ["prevent"]))
|
|
6345
6347
|
}, {
|
|
6346
6348
|
default: H(() => {
|
|
6347
6349
|
var p;
|
|
@@ -6373,7 +6375,7 @@ const Kt = (t, e, n) => t ?? e ?? n, Zi = {
|
|
|
6373
6375
|
"aria-labelledby": "menu-button",
|
|
6374
6376
|
tabindex: "-1"
|
|
6375
6377
|
}, [
|
|
6376
|
-
(d(!0), g(z, null, K(l.subNavigation, (p, f) => (d(),
|
|
6378
|
+
(d(!0), g(z, null, K(l.subNavigation, (p, f) => (d(), I(c, S({
|
|
6377
6379
|
key: p.title,
|
|
6378
6380
|
class: ["ms-3 sm:ms-0", `sub-navigation-element-item-${f}`],
|
|
6379
6381
|
role: "menuitem",
|
|
@@ -6411,7 +6413,7 @@ const Kt = (t, e, n) => t ?? e ?? n, Zi = {
|
|
|
6411
6413
|
socialMediaRef: {}
|
|
6412
6414
|
},
|
|
6413
6415
|
setup(t) {
|
|
6414
|
-
const e = t, n =
|
|
6416
|
+
const e = t, n = k(() => ({
|
|
6415
6417
|
"background-color": e.backgroundColor ?? "transparent",
|
|
6416
6418
|
color: e.textColor ?? "inherit"
|
|
6417
6419
|
}));
|
|
@@ -6429,7 +6431,7 @@ const Kt = (t, e, n) => t ?? e ?? n, Zi = {
|
|
|
6429
6431
|
Ve(" " + T(r.title), 1)
|
|
6430
6432
|
]),
|
|
6431
6433
|
r.navigation ? (d(), g("div", ra, [
|
|
6432
|
-
(d(!0), g(z, null, K(r.navigation, (i, s) => (d(),
|
|
6434
|
+
(d(!0), g(z, null, K(r.navigation, (i, s) => (d(), I(gt, S({
|
|
6433
6435
|
key: `footer-nav-item-${i.title}-${s}`,
|
|
6434
6436
|
class: `footer-nav-item-${s}`,
|
|
6435
6437
|
role: "menuitem",
|
|
@@ -6471,9 +6473,9 @@ const Kt = (t, e, n) => t ?? e ?? n, Zi = {
|
|
|
6471
6473
|
class: {}
|
|
6472
6474
|
},
|
|
6473
6475
|
setup(t) {
|
|
6474
|
-
const e = t, n =
|
|
6476
|
+
const e = t, n = k(
|
|
6475
6477
|
() => _(dr, e.pt ?? {})
|
|
6476
|
-
), r =
|
|
6478
|
+
), r = k(() => ({
|
|
6477
6479
|
"background-color": e.backgroundColor ?? "transparent",
|
|
6478
6480
|
color: e.textColor ?? "inherit"
|
|
6479
6481
|
}));
|
|
@@ -6493,9 +6495,9 @@ const Kt = (t, e, n) => t ?? e ?? n, Zi = {
|
|
|
6493
6495
|
}, T(o.headline), 3)) : b("", !0),
|
|
6494
6496
|
o.modules ? (d(), g("div", {
|
|
6495
6497
|
key: 1,
|
|
6496
|
-
class: m(`logo-module-content flex flex-wrap justify-evenly gap-2 ${((u = n.value) == null ? void 0 : u.
|
|
6498
|
+
class: m(`logo-module-content flex flex-wrap justify-evenly gap-2 ${((u = n.value) == null ? void 0 : u.bodyCopy) ?? ""}`)
|
|
6497
6499
|
}, [
|
|
6498
|
-
(d(!0), g(z, null, K(o.modules, (c, p) => (d(),
|
|
6500
|
+
(d(!0), g(z, null, K(o.modules, (c, p) => (d(), I(s, S({ ref_for: !0 }, c, {
|
|
6499
6501
|
key: `cta-${c.altTag}-${p}`
|
|
6500
6502
|
}), null, 16))), 128))
|
|
6501
6503
|
], 2)) : b("", !0)
|
|
@@ -6529,7 +6531,7 @@ const Kt = (t, e, n) => t ?? e ?? n, Zi = {
|
|
|
6529
6531
|
ctas: {}
|
|
6530
6532
|
},
|
|
6531
6533
|
setup(t) {
|
|
6532
|
-
const e = t, n = se(!0), r =
|
|
6534
|
+
const e = t, n = se(!0), r = k(() => ({
|
|
6533
6535
|
"background-color": e.backgroundColor ?? "white",
|
|
6534
6536
|
color: e.textColor ?? "inherit"
|
|
6535
6537
|
}));
|
|
@@ -6561,7 +6563,7 @@ const Kt = (t, e, n) => t ?? e ?? n, Zi = {
|
|
|
6561
6563
|
key: 0,
|
|
6562
6564
|
class: m(["primary-navigation items-center px-2 pt-2 pb-4 sm:flex gap-4 sm:justify-evenly sm:p-0", n.value ? "block" : "hidden"])
|
|
6563
6565
|
}, [
|
|
6564
|
-
(d(!0), g(z, null, K(o.navigation, (a, l) => (d(),
|
|
6566
|
+
(d(!0), g(z, null, K(o.navigation, (a, l) => (d(), I(gt, S({
|
|
6565
6567
|
key: `${a.title}-${l}`,
|
|
6566
6568
|
role: "menuitem",
|
|
6567
6569
|
tabindex: "-1",
|
|
@@ -6572,7 +6574,7 @@ const Kt = (t, e, n) => t ?? e ?? n, Zi = {
|
|
|
6572
6574
|
isChild: !1,
|
|
6573
6575
|
elementType: "header"
|
|
6574
6576
|
}), null, 16))), 128)),
|
|
6575
|
-
(d(!0), g(z, null, K(o.ctas, (a) => (d(),
|
|
6577
|
+
(d(!0), g(z, null, K(o.ctas, (a) => (d(), I(s, S({
|
|
6576
6578
|
key: a.title,
|
|
6577
6579
|
ref_for: !0
|
|
6578
6580
|
}, a), null, 16))), 128))
|
|
@@ -6597,14 +6599,14 @@ const Kt = (t, e, n) => t ?? e ?? n, Zi = {
|
|
|
6597
6599
|
class: {}
|
|
6598
6600
|
},
|
|
6599
6601
|
setup(t) {
|
|
6600
|
-
const e = t, n =
|
|
6602
|
+
const e = t, n = k(() => _(fr, e.pt ?? {})), r = k(() => ({
|
|
6601
6603
|
"background-color": e.backgroundColor ?? "transparent",
|
|
6602
6604
|
"background-image": `url(${e.backgroundImage ?? ""})`,
|
|
6603
6605
|
"background-size": "cover"
|
|
6604
|
-
})), o =
|
|
6606
|
+
})), o = k(
|
|
6605
6607
|
() => R(`split-module ${e.isChild ? "" : "py-16"}`, e.class ?? "")
|
|
6606
6608
|
);
|
|
6607
|
-
return (i, s) => (d(),
|
|
6609
|
+
return (i, s) => (d(), I(U(i.isChild ? "div" : "section"), {
|
|
6608
6610
|
style: Y(r.value),
|
|
6609
6611
|
class: m(o.value)
|
|
6610
6612
|
}, {
|
|
@@ -6615,15 +6617,15 @@ const Kt = (t, e, n) => t ?? e ?? n, Zi = {
|
|
|
6615
6617
|
class: m(`headline ${((a = n.value) == null ? void 0 : a.headline) ?? ""}`)
|
|
6616
6618
|
}, T(i.headline), 3),
|
|
6617
6619
|
C("div", {
|
|
6618
|
-
class: m(`split-module-content ${E(R)("flex justify-evenly gap-4 mx-auto items-center", ((l = n.value) == null ? void 0 : l.
|
|
6620
|
+
class: m(`split-module-content ${E(R)("flex justify-evenly gap-4 mx-auto items-center", ((l = n.value) == null ? void 0 : l.bodyCopy) ?? "")}`)
|
|
6619
6621
|
}, [
|
|
6620
|
-
i.start ? (d(),
|
|
6622
|
+
i.start ? (d(), I(U(i.start.__typename), S({ key: 0 }, i.start, {
|
|
6621
6623
|
class: `split-module-start ${((u = n.value) == null ? void 0 : u.start) ?? ""}`
|
|
6622
6624
|
}), null, 16, ["class"])) : b("", !0),
|
|
6623
|
-
i.center ? (d(),
|
|
6625
|
+
i.center ? (d(), I(U(i.center.__typename), S({ key: 1 }, i.center, {
|
|
6624
6626
|
class: `split-module-center ${((c = n.value) == null ? void 0 : c.center) ?? ""}`
|
|
6625
6627
|
}), null, 16, ["class"])) : b("", !0),
|
|
6626
|
-
i.end ? (d(),
|
|
6628
|
+
i.end ? (d(), I(U(i.end.__typename), S({ key: 2 }, i.end, {
|
|
6627
6629
|
class: `split-module-end ${((p = n.value) == null ? void 0 : p.end) ?? ""}`
|
|
6628
6630
|
}), null, 16, ["class"])) : b("", !0)
|
|
6629
6631
|
], 2)
|
|
@@ -6647,9 +6649,9 @@ const Kt = (t, e, n) => t ?? e ?? n, Zi = {
|
|
|
6647
6649
|
class: {}
|
|
6648
6650
|
},
|
|
6649
6651
|
setup(t) {
|
|
6650
|
-
const e = t, n =
|
|
6652
|
+
const e = t, n = k(
|
|
6651
6653
|
() => _(mr, e.pt ?? {})
|
|
6652
|
-
), r =
|
|
6654
|
+
), r = k(() => ({
|
|
6653
6655
|
"background-color": e.backgroundColor ?? "transparent",
|
|
6654
6656
|
color: e.textColor ?? "inherit"
|
|
6655
6657
|
}));
|
|
@@ -6666,7 +6668,7 @@ const Kt = (t, e, n) => t ?? e ?? n, Zi = {
|
|
|
6666
6668
|
key: 0,
|
|
6667
6669
|
class: m(`testimonial-media ${((a = n.value) == null ? void 0 : a.media) ?? ""}`)
|
|
6668
6670
|
}, [
|
|
6669
|
-
(d(),
|
|
6671
|
+
(d(), I(U(o.media.__typename), qe(Yt(o.media)), null, 16))
|
|
6670
6672
|
], 2)) : b("", !0),
|
|
6671
6673
|
C("div", {
|
|
6672
6674
|
class: m(`testimonial-text ${((l = n.value) == null ? void 0 : l.text) ?? ""}`)
|
|
@@ -6707,9 +6709,9 @@ const Kt = (t, e, n) => t ?? e ?? n, Zi = {
|
|
|
6707
6709
|
class: {}
|
|
6708
6710
|
},
|
|
6709
6711
|
setup(t) {
|
|
6710
|
-
const e = t, n =
|
|
6712
|
+
const e = t, n = k(
|
|
6711
6713
|
() => _(gr, e.pt ?? {})
|
|
6712
|
-
), r =
|
|
6714
|
+
), r = k(() => ({
|
|
6713
6715
|
"background-color": e.backgroundColor ?? "transparent",
|
|
6714
6716
|
color: e.textColor ?? "inherit"
|
|
6715
6717
|
}));
|
|
@@ -6732,11 +6734,11 @@ const Kt = (t, e, n) => t ?? e ?? n, Zi = {
|
|
|
6732
6734
|
}, T(o.description), 3)) : b("", !0),
|
|
6733
6735
|
o.modules ? (d(), g("ul", {
|
|
6734
6736
|
key: 2,
|
|
6735
|
-
class: m(`tile-collection-content ${E(R)(`flex flex-col ${o.variant !== "ImageStackedAnimatedTile" ? "md:flex-row flex-wrap gap-12 md:gap-6" : "gap-12"} justify-center`, ((c = n.value) == null ? void 0 : c.
|
|
6737
|
+
class: m(`tile-collection-content ${E(R)(`flex flex-col ${o.variant !== "ImageStackedAnimatedTile" ? "md:flex-row flex-wrap gap-12 md:gap-6" : "gap-12"} justify-center`, ((c = n.value) == null ? void 0 : c.bodyCopy) ?? "")}`)
|
|
6736
6738
|
}, [
|
|
6737
6739
|
(d(!0), g(z, null, K(o.modules, (p, f) => {
|
|
6738
6740
|
var h;
|
|
6739
|
-
return d(),
|
|
6741
|
+
return d(), I(U(`TileContent${o.variant}`), S({
|
|
6740
6742
|
key: `${p == null ? void 0 : p.headline}-${f}`,
|
|
6741
6743
|
class: `tile-collection-content-item-${f} ${((h = n.value) == null ? void 0 : h.item) ?? ""} ${p.class}`,
|
|
6742
6744
|
ref_for: !0
|
|
@@ -6762,11 +6764,11 @@ const Kt = (t, e, n) => t ?? e ?? n, Zi = {
|
|
|
6762
6764
|
index: {}
|
|
6763
6765
|
},
|
|
6764
6766
|
setup(t) {
|
|
6765
|
-
const e = t, n = Zt(), r =
|
|
6767
|
+
const e = t, n = Zt(), r = k(
|
|
6766
6768
|
() => e.type === "Numeric" ? (e.index ?? 0) + 1 : e.copy
|
|
6767
|
-
), o =
|
|
6769
|
+
), o = k(
|
|
6768
6770
|
() => _($r[e.type], e.pt ?? {})
|
|
6769
|
-
), i =
|
|
6771
|
+
), i = k(() => {
|
|
6770
6772
|
var a;
|
|
6771
6773
|
let s = e.type === "Numeric" ? "right-0" : "right-[-4%]";
|
|
6772
6774
|
return e.alignment === "left" && (s = e.type === "Numeric" ? "left-0" : "left-[-4%]"), `tile-label absolute ${R(((a = o == null ? void 0 : o.value) == null ? void 0 : a.root) ?? "", s, n.class)}`;
|
|
@@ -6801,7 +6803,7 @@ var wa = {
|
|
|
6801
6803
|
extends: Sa,
|
|
6802
6804
|
inheritAttrs: !1
|
|
6803
6805
|
};
|
|
6804
|
-
function
|
|
6806
|
+
function ka(t, e, n, r, o, i) {
|
|
6805
6807
|
return d(), g("div", S({
|
|
6806
6808
|
class: t.cx("root")
|
|
6807
6809
|
}, t.ptmi("root")), [t.$slots.header ? (d(), g("div", S({
|
|
@@ -6825,8 +6827,8 @@ function Ia(t, e, n, r, o, i) {
|
|
|
6825
6827
|
class: t.cx("footer")
|
|
6826
6828
|
}, t.ptm("footer")), [W(t.$slots, "footer")], 16)) : b("", !0)], 16)], 16);
|
|
6827
6829
|
}
|
|
6828
|
-
Re.render =
|
|
6829
|
-
const
|
|
6830
|
+
Re.render = ka;
|
|
6831
|
+
const xa = ["src", "height", "width"], Ia = ["alt", "height", "width"], Ta = ["src"], ht = /* @__PURE__ */ D({
|
|
6830
6832
|
__name: "Video",
|
|
6831
6833
|
props: {
|
|
6832
6834
|
__typename: {},
|
|
@@ -6842,7 +6844,7 @@ const ka = ["src", "height", "width"], xa = ["alt", "height", "width"], Ta = ["s
|
|
|
6842
6844
|
src: e.media.src,
|
|
6843
6845
|
height: e.media.height,
|
|
6844
6846
|
width: e.media.width
|
|
6845
|
-
}, null, 10,
|
|
6847
|
+
}, null, 10, xa)) : (d(), g("video", {
|
|
6846
6848
|
key: 1,
|
|
6847
6849
|
class: m(e.$props.class),
|
|
6848
6850
|
alt: e.altTag,
|
|
@@ -6852,15 +6854,15 @@ const ka = ["src", "height", "width"], xa = ["alt", "height", "width"], Ta = ["s
|
|
|
6852
6854
|
C("source", {
|
|
6853
6855
|
src: e.media.src
|
|
6854
6856
|
}, null, 8, Ta)
|
|
6855
|
-
], 10,
|
|
6857
|
+
], 10, Ia));
|
|
6856
6858
|
}
|
|
6857
6859
|
}), _a = /* @__PURE__ */ C("div", { class: "tile-content-media-background" }, null, -1), Pa = ["innerHTML"], Aa = /* @__PURE__ */ D({
|
|
6858
6860
|
__name: "TileContentIconTile",
|
|
6859
6861
|
props: {
|
|
6860
6862
|
__typename: {},
|
|
6861
6863
|
index: {},
|
|
6862
|
-
|
|
6863
|
-
|
|
6864
|
+
image: {},
|
|
6865
|
+
video: {},
|
|
6864
6866
|
headline: {},
|
|
6865
6867
|
subheadline: {},
|
|
6866
6868
|
description: {},
|
|
@@ -6877,7 +6879,7 @@ const ka = ["src", "height", "width"], xa = ["alt", "height", "width"], Ta = ["s
|
|
|
6877
6879
|
class: {}
|
|
6878
6880
|
},
|
|
6879
6881
|
setup(t) {
|
|
6880
|
-
const e = t, n =
|
|
6882
|
+
const e = t, n = k(
|
|
6881
6883
|
() => _(hr, e.pt ?? {})
|
|
6882
6884
|
);
|
|
6883
6885
|
return (r, o) => {
|
|
@@ -6886,7 +6888,7 @@ const ka = ["src", "height", "width"], xa = ["alt", "height", "width"], Ta = ["s
|
|
|
6886
6888
|
return d(), g("div", {
|
|
6887
6889
|
class: m(`tile-content ${((a = n.value) == null ? void 0 : a.root) ?? ""}`)
|
|
6888
6890
|
}, [
|
|
6889
|
-
r.tileLabel || r.tileLabelType ? (d(),
|
|
6891
|
+
r.tileLabel || r.tileLabelType ? (d(), I(i, S({ key: 0 }, r.tileLabel, {
|
|
6890
6892
|
type: r.tileLabelType ?? ((l = r.tileLabel) == null ? void 0 : l.type),
|
|
6891
6893
|
class: r.tileLabelType === "Numeric" || ((u = r.tileLabel) == null ? void 0 : u.type) === "Numeric" ? (c = n.value) == null ? void 0 : c.numericLabel : (p = n.value) == null ? void 0 : p.label,
|
|
6892
6894
|
index: r.index,
|
|
@@ -6900,20 +6902,20 @@ const ka = ["src", "height", "width"], xa = ["alt", "height", "width"], Ta = ["s
|
|
|
6900
6902
|
r.description || r.listItems ? {
|
|
6901
6903
|
name: "content",
|
|
6902
6904
|
fn: H(() => {
|
|
6903
|
-
var v, w,
|
|
6905
|
+
var v, w, x, V, N, q, X;
|
|
6904
6906
|
return [
|
|
6905
6907
|
C("div", {
|
|
6906
|
-
class: m(`flex flex-col tile-content-inner ${((v = n.value) == null ? void 0 : v.
|
|
6908
|
+
class: m(`flex flex-col tile-content-inner ${((v = n.value) == null ? void 0 : v.bodyCopy) ?? ""}`)
|
|
6907
6909
|
}, [
|
|
6908
|
-
r.
|
|
6910
|
+
r.image ? (d(), g("div", {
|
|
6909
6911
|
key: 0,
|
|
6910
6912
|
class: m(`tile-content-media ${((w = n.value) == null ? void 0 : w.media) ?? ""}`)
|
|
6911
6913
|
}, [
|
|
6912
6914
|
_a,
|
|
6913
|
-
r.
|
|
6914
|
-
class: E(R)((V = (
|
|
6915
|
+
r.image ? (d(), I(J, S({ key: 0 }, r.image, {
|
|
6916
|
+
class: E(R)((V = (x = r.image) == null ? void 0 : x.media) != null && V.width ? "" : "w-full", r.image.class)
|
|
6915
6917
|
}), null, 16, ["class"])) : b("", !0),
|
|
6916
|
-
r.
|
|
6918
|
+
r.video ? (d(), I(ht, S({ key: 1 }, r.video, { class: "w-full" }), null, 16)) : b("", !0)
|
|
6917
6919
|
], 2)) : b("", !0),
|
|
6918
6920
|
r.headline ? (d(), g("h3", {
|
|
6919
6921
|
key: 1,
|
|
@@ -6945,13 +6947,13 @@ const ka = ["src", "height", "width"], xa = ["alt", "height", "width"], Ta = ["s
|
|
|
6945
6947
|
C("div", {
|
|
6946
6948
|
class: m(((w = n.value) == null ? void 0 : w.ctas) ?? "")
|
|
6947
6949
|
}, [
|
|
6948
|
-
(d(!0), g(z, null, K(r.ctas, (
|
|
6950
|
+
(d(!0), g(z, null, K(r.ctas, (x, V) => {
|
|
6949
6951
|
var N;
|
|
6950
|
-
return d(),
|
|
6951
|
-
key: `cta-${
|
|
6952
|
+
return d(), I(s, S({
|
|
6953
|
+
key: `cta-${x.title}-${V}`,
|
|
6952
6954
|
class: `cta-${V} ${(N = n.value) == null ? void 0 : N.cta}`,
|
|
6953
6955
|
ref_for: !0
|
|
6954
|
-
},
|
|
6956
|
+
}, x), null, 16, ["class"]);
|
|
6955
6957
|
}), 128))
|
|
6956
6958
|
], 2)
|
|
6957
6959
|
];
|
|
@@ -6967,8 +6969,8 @@ const ka = ["src", "height", "width"], xa = ["alt", "height", "width"], Ta = ["s
|
|
|
6967
6969
|
props: {
|
|
6968
6970
|
__typename: {},
|
|
6969
6971
|
index: {},
|
|
6970
|
-
|
|
6971
|
-
|
|
6972
|
+
image: {},
|
|
6973
|
+
video: {},
|
|
6972
6974
|
headline: {},
|
|
6973
6975
|
subheadline: {},
|
|
6974
6976
|
description: {},
|
|
@@ -6985,7 +6987,7 @@ const ka = ["src", "height", "width"], xa = ["alt", "height", "width"], Ta = ["s
|
|
|
6985
6987
|
class: {}
|
|
6986
6988
|
},
|
|
6987
6989
|
setup(t) {
|
|
6988
|
-
const e = t, n =
|
|
6990
|
+
const e = t, n = k(
|
|
6989
6991
|
() => _(br, e.pt ?? {})
|
|
6990
6992
|
);
|
|
6991
6993
|
return (r, o) => {
|
|
@@ -7002,16 +7004,16 @@ const ka = ["src", "height", "width"], xa = ["alt", "height", "width"], Ta = ["s
|
|
|
7002
7004
|
r.description || r.listItems ? {
|
|
7003
7005
|
name: "content",
|
|
7004
7006
|
fn: H(() => {
|
|
7005
|
-
var p, f, h, y, $, v, w,
|
|
7007
|
+
var p, f, h, y, $, v, w, x, V, N, q, X;
|
|
7006
7008
|
return [
|
|
7007
7009
|
C("div", {
|
|
7008
|
-
class: m(`flex flex-col tile-content-inner ${((p = n.value) == null ? void 0 : p.
|
|
7010
|
+
class: m(`flex flex-col tile-content-inner ${((p = n.value) == null ? void 0 : p.bodyCopy) ?? ""}`)
|
|
7009
7011
|
}, [
|
|
7010
|
-
r.
|
|
7012
|
+
r.image ? (d(), g("div", {
|
|
7011
7013
|
key: 0,
|
|
7012
7014
|
class: m(`tile-content-media w-4/5 ${((f = n.value) == null ? void 0 : f.media) ?? ""}`)
|
|
7013
7015
|
}, [
|
|
7014
|
-
r.tileLabel || r.tileLabelType ? (d(),
|
|
7016
|
+
r.tileLabel || r.tileLabelType ? (d(), I(i, {
|
|
7015
7017
|
key: 0,
|
|
7016
7018
|
class: m(
|
|
7017
7019
|
r.tileLabelType === "Numeric" || ((h = r.tileLabel) == null ? void 0 : h.type) === "Numeric" ? (y = n.value) == null ? void 0 : y.numericLabel : ($ = n.value) == null ? void 0 : $.label
|
|
@@ -7021,11 +7023,11 @@ const ka = ["src", "height", "width"], xa = ["alt", "height", "width"], Ta = ["s
|
|
|
7021
7023
|
type: r.tileLabelType ?? ((w = r.tileLabel) == null ? void 0 : w.type)
|
|
7022
7024
|
}, null, 8, ["class", "index", "alignment", "type"])) : b("", !0),
|
|
7023
7025
|
Oa,
|
|
7024
|
-
r.
|
|
7026
|
+
r.image ? (d(), I(J, S({ key: 1 }, r.image, {
|
|
7025
7027
|
class: E(R)(
|
|
7026
7028
|
"rounded-full",
|
|
7027
|
-
(V = (
|
|
7028
|
-
r.
|
|
7029
|
+
(V = (x = r.image) == null ? void 0 : x.media) != null && V.width ? "" : "w-full",
|
|
7030
|
+
r.image.class
|
|
7029
7031
|
)
|
|
7030
7032
|
}), null, 16, ["class"])) : b("", !0)
|
|
7031
7033
|
], 2)) : b("", !0),
|
|
@@ -7061,7 +7063,7 @@ const ka = ["src", "height", "width"], xa = ["alt", "height", "width"], Ta = ["s
|
|
|
7061
7063
|
}, [
|
|
7062
7064
|
(d(!0), g(z, null, K(r.ctas, (h, y) => {
|
|
7063
7065
|
var $;
|
|
7064
|
-
return d(),
|
|
7066
|
+
return d(), I(s, S({
|
|
7065
7067
|
key: `cta-${h.title}-${y}`,
|
|
7066
7068
|
class: `cta-${y} ${($ = n.value) == null ? void 0 : $.cta}`,
|
|
7067
7069
|
ref_for: !0
|
|
@@ -7081,8 +7083,8 @@ const ka = ["src", "height", "width"], xa = ["alt", "height", "width"], Ta = ["s
|
|
|
7081
7083
|
props: {
|
|
7082
7084
|
__typename: {},
|
|
7083
7085
|
index: {},
|
|
7084
|
-
|
|
7085
|
-
|
|
7086
|
+
image: {},
|
|
7087
|
+
video: {},
|
|
7086
7088
|
headline: {},
|
|
7087
7089
|
subheadline: {},
|
|
7088
7090
|
description: {},
|
|
@@ -7099,7 +7101,7 @@ const ka = ["src", "height", "width"], xa = ["alt", "height", "width"], Ta = ["s
|
|
|
7099
7101
|
class: {}
|
|
7100
7102
|
},
|
|
7101
7103
|
setup(t) {
|
|
7102
|
-
const e = t, n =
|
|
7104
|
+
const e = t, n = k(
|
|
7103
7105
|
() => _(yr, e.pt ?? {})
|
|
7104
7106
|
);
|
|
7105
7107
|
return (r, o) => {
|
|
@@ -7108,7 +7110,7 @@ const ka = ["src", "height", "width"], xa = ["alt", "height", "width"], Ta = ["s
|
|
|
7108
7110
|
return d(), g("div", {
|
|
7109
7111
|
class: m(`tile-content ${((a = n.value) == null ? void 0 : a.root) ?? ""}`)
|
|
7110
7112
|
}, [
|
|
7111
|
-
r.tileLabel || r.tileLabelType ? (d(),
|
|
7113
|
+
r.tileLabel || r.tileLabelType ? (d(), I(i, S({ key: 0 }, r.tileLabel, {
|
|
7112
7114
|
class: r.tileLabelType === "Numeric" || ((l = r.tileLabel) == null ? void 0 : l.type) === "Numeric" ? (u = n.value) == null ? void 0 : u.numericLabel : (c = n.value) == null ? void 0 : c.label,
|
|
7113
7115
|
index: r.index,
|
|
7114
7116
|
type: r.tileLabelType ?? ((p = r.tileLabel) == null ? void 0 : p.type)
|
|
@@ -7129,10 +7131,10 @@ const ka = ["src", "height", "width"], xa = ["alt", "height", "width"], Ta = ["s
|
|
|
7129
7131
|
r.description || r.subheadline ? {
|
|
7130
7132
|
name: "content",
|
|
7131
7133
|
fn: H(() => {
|
|
7132
|
-
var v, w,
|
|
7134
|
+
var v, w, x;
|
|
7133
7135
|
return [
|
|
7134
7136
|
C("div", {
|
|
7135
|
-
class: m(`flex flex-col tile-content-inner ${((v = n.value) == null ? void 0 : v.
|
|
7137
|
+
class: m(`flex flex-col tile-content-inner ${((v = n.value) == null ? void 0 : v.bodyCopy) ?? ""}`)
|
|
7136
7138
|
}, [
|
|
7137
7139
|
r.subheadline ? (d(), g("h6", {
|
|
7138
7140
|
key: 0,
|
|
@@ -7140,7 +7142,7 @@ const ka = ["src", "height", "width"], xa = ["alt", "height", "width"], Ta = ["s
|
|
|
7140
7142
|
}, T(r.subheadline), 3)) : b("", !0),
|
|
7141
7143
|
r.description ? (d(), g("div", {
|
|
7142
7144
|
key: 1,
|
|
7143
|
-
class: m(`tile-content-description ${((
|
|
7145
|
+
class: m(`tile-content-description ${((x = n.value) == null ? void 0 : x.description) ?? ""}`),
|
|
7144
7146
|
innerHTML: r.description
|
|
7145
7147
|
}, null, 10, ja)) : b("", !0)
|
|
7146
7148
|
], 2)
|
|
@@ -7160,13 +7162,13 @@ const ka = ["src", "height", "width"], xa = ["alt", "height", "width"], Ta = ["s
|
|
|
7160
7162
|
C("div", {
|
|
7161
7163
|
class: m(((w = n.value) == null ? void 0 : w.ctas) ?? "")
|
|
7162
7164
|
}, [
|
|
7163
|
-
(d(!0), g(z, null, K(r.ctas, (
|
|
7165
|
+
(d(!0), g(z, null, K(r.ctas, (x, V) => {
|
|
7164
7166
|
var N;
|
|
7165
|
-
return d(),
|
|
7166
|
-
key: `cta-${
|
|
7167
|
+
return d(), I(s, S({
|
|
7168
|
+
key: `cta-${x.title}-${V}`,
|
|
7167
7169
|
class: `cta-${V} ${(N = n.value) == null ? void 0 : N.cta}`,
|
|
7168
7170
|
ref_for: !0
|
|
7169
|
-
},
|
|
7171
|
+
}, x), null, 16, ["class"]);
|
|
7170
7172
|
}), 128))
|
|
7171
7173
|
], 2)
|
|
7172
7174
|
];
|
|
@@ -7182,8 +7184,8 @@ const ka = ["src", "height", "width"], xa = ["alt", "height", "width"], Ta = ["s
|
|
|
7182
7184
|
props: {
|
|
7183
7185
|
__typename: {},
|
|
7184
7186
|
index: {},
|
|
7185
|
-
|
|
7186
|
-
|
|
7187
|
+
image: {},
|
|
7188
|
+
video: {},
|
|
7187
7189
|
headline: {},
|
|
7188
7190
|
subheadline: {},
|
|
7189
7191
|
description: {},
|
|
@@ -7200,9 +7202,9 @@ const ka = ["src", "height", "width"], xa = ["alt", "height", "width"], Ta = ["s
|
|
|
7200
7202
|
class: {}
|
|
7201
7203
|
},
|
|
7202
7204
|
setup(t) {
|
|
7203
|
-
const e = t, n =
|
|
7205
|
+
const e = t, n = k(
|
|
7204
7206
|
() => _(vr, e.pt ?? {})
|
|
7205
|
-
), r =
|
|
7207
|
+
), r = k(() => !((e.index ?? 0) % 2)), o = k(() => e.index === 0), i = k(() => {
|
|
7206
7208
|
if (e.tileLabel)
|
|
7207
7209
|
return e.tileLabel.alignment ? e.tileLabel.alignment : r.value ? "right" : "left";
|
|
7208
7210
|
});
|
|
@@ -7218,10 +7220,10 @@ const ka = ["src", "height", "width"], xa = ["alt", "height", "width"], Ta = ["s
|
|
|
7218
7220
|
"pt:body:class": ((h = n.value) == null ? void 0 : h.body) ?? ""
|
|
7219
7221
|
}, Ne({
|
|
7220
7222
|
content: H(() => {
|
|
7221
|
-
var y, $, v, w,
|
|
7223
|
+
var y, $, v, w, x, V, N, q, X, re, le;
|
|
7222
7224
|
return [
|
|
7223
7225
|
C("div", {
|
|
7224
|
-
class: m(`flex gap-[5vmin] md:gap-12 relative ${r.value ? "flex-row-reverse" : ""} tile-content-inner ${((y = n.value) == null ? void 0 : y.
|
|
7226
|
+
class: m(`flex gap-[5vmin] md:gap-12 relative ${r.value ? "flex-row-reverse" : ""} tile-content-inner ${((y = n.value) == null ? void 0 : y.bodyCopy) ?? ""}`)
|
|
7225
7227
|
}, [
|
|
7226
7228
|
C("div", {
|
|
7227
7229
|
class: m(`tile-content-text flex-auto relative z-20 flex flex-col justify-center ${(($ = n.value) == null ? void 0 : $.text) ?? ""} ${r.value ? "items-start *:text-left" : "items-end *:text-right"}`)
|
|
@@ -7236,10 +7238,10 @@ const ka = ["src", "height", "width"], xa = ["alt", "height", "width"], Ta = ["s
|
|
|
7236
7238
|
}, T(s.subheadline), 3)) : b("", !0),
|
|
7237
7239
|
s.description ? (d(), g("p", {
|
|
7238
7240
|
key: 2,
|
|
7239
|
-
class: m(`tile-content-description ${((
|
|
7241
|
+
class: m(`tile-content-description ${((x = n.value) == null ? void 0 : x.description) ?? ""} w-full`)
|
|
7240
7242
|
}, T(s.description), 3)) : b("", !0)
|
|
7241
7243
|
], 2),
|
|
7242
|
-
s.
|
|
7244
|
+
s.video || s.image ? (d(), g("div", {
|
|
7243
7245
|
key: 0,
|
|
7244
7246
|
class: m(`tile-content-media relative ${((V = n.value) == null ? void 0 : V.media) ?? ""}`)
|
|
7245
7247
|
}, [
|
|
@@ -7262,7 +7264,7 @@ const ka = ["src", "height", "width"], xa = ["alt", "height", "width"], Ta = ["s
|
|
|
7262
7264
|
}),
|
|
7263
7265
|
src: (r.value, "https://images.ctfassets.net/qqblaiss500w/5Bp3ySaz0pqR5gLtdxOQoi/db01031466deed9b7b959c08c17e5681/circles1.f3eead2.svg")
|
|
7264
7266
|
}, null, 10, Va),
|
|
7265
|
-
s.tileLabel || s.tileLabelType ? (d(),
|
|
7267
|
+
s.tileLabel || s.tileLabelType ? (d(), I(l, S({ key: 0 }, s.tileLabel, {
|
|
7266
7268
|
class: {
|
|
7267
7269
|
[((N = n.value) == null ? void 0 : N.numericLabel) ?? ""]: s.tileLabelType === "Numeric" || ((q = s.tileLabel) == null ? void 0 : q.type) === "Numeric",
|
|
7268
7270
|
[((X = n.value) == null ? void 0 : X.label) ?? ""]: s.tileLabelType === "Text" || ((re = s.tileLabel) == null ? void 0 : re.type) === "Text",
|
|
@@ -7272,13 +7274,13 @@ const ka = ["src", "height", "width"], xa = ["alt", "height", "width"], Ta = ["s
|
|
|
7272
7274
|
type: s.tileLabelType ?? ((le = s.tileLabel) == null ? void 0 : le.type),
|
|
7273
7275
|
alignment: i.value
|
|
7274
7276
|
}), null, 16, ["class", "index", "type", "alignment"])) : b("", !0),
|
|
7275
|
-
s.
|
|
7277
|
+
s.image ? (d(), I(J, S({ key: 1 }, s.image, {
|
|
7276
7278
|
class: E(R)(
|
|
7277
7279
|
"w-full md:min-w-[350px] relative rounded-full z-10",
|
|
7278
|
-
s.
|
|
7280
|
+
s.image.class
|
|
7279
7281
|
)
|
|
7280
7282
|
}), null, 16, ["class"])) : b("", !0),
|
|
7281
|
-
s.
|
|
7283
|
+
s.video ? (d(), I(ht, qe(S({ key: 2 }, s.video)), null, 16)) : b("", !0)
|
|
7282
7284
|
], 2)) : b("", !0)
|
|
7283
7285
|
], 2)
|
|
7284
7286
|
];
|
|
@@ -7296,7 +7298,7 @@ const ka = ["src", "height", "width"], xa = ["alt", "height", "width"], Ta = ["s
|
|
|
7296
7298
|
}, T(s.footer), 3)) : b("", !0),
|
|
7297
7299
|
(d(!0), g(z, null, K(s.ctas, ($, v) => {
|
|
7298
7300
|
var w;
|
|
7299
|
-
return d(),
|
|
7301
|
+
return d(), I(u, S({
|
|
7300
7302
|
key: `cta-${$.title}-${v}`,
|
|
7301
7303
|
class: `cta-${v} ${(w = n.value) == null ? void 0 : w.cta}`,
|
|
7302
7304
|
ref_for: !0
|
|
@@ -7319,7 +7321,7 @@ const ka = ["src", "height", "width"], xa = ["alt", "height", "width"], Ta = ["s
|
|
|
7319
7321
|
CTA: de,
|
|
7320
7322
|
CarouselModule: Si,
|
|
7321
7323
|
ContainerCollectionModule: Fi,
|
|
7322
|
-
ContainerModule:
|
|
7324
|
+
ContainerModule: ki,
|
|
7323
7325
|
ContentModule: Di,
|
|
7324
7326
|
FooterNavigation: la,
|
|
7325
7327
|
Image: J,
|
|
@@ -7356,7 +7358,7 @@ export {
|
|
|
7356
7358
|
ar as CarouselModulePt,
|
|
7357
7359
|
Fi as ContainerCollectionModule,
|
|
7358
7360
|
sr as ContainerCollectionModulePt,
|
|
7359
|
-
|
|
7361
|
+
ki as ContainerModule,
|
|
7360
7362
|
lr as ContainerModulePt,
|
|
7361
7363
|
Di as ContentModule,
|
|
7362
7364
|
ur as ContentModulePt,
|