@cooperco/cooper-component-library 0.1.65 → 0.1.67
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/cms/0060-update-testimonial-module.js +24 -0
- package/dist/cms/contentful/migrations/scripts/0060-update-testimonial-module.js +24 -0
- package/dist/cms/migrations/scripts/0060-update-testimonial-module.js +24 -0
- package/dist/cms/scripts/0060-update-testimonial-module.js +24 -0
- package/dist/lib/component-lib.js +809 -800
- package/dist/lib/component-lib.umd.cjs +12 -12
- package/dist/lib/css/main.css +40 -0
- package/dist/lib/style.css +1 -1
- package/dist/types/src/components/TestimonialModule/TestimonialModule.d.ts +1 -0
- package/package.json +1 -1
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { ref as G, readonly as un, getCurrentInstance as Lt, onMounted as Ot, nextTick as Jn, watch as xe, mergeProps as T, openBlock as d, createElementBlock as b, renderSlot as oe, createTextVNode as it, toDisplayString as M, createElementVNode as k, resolveComponent as Ct, resolveDirective as cn, withDirectives as
|
|
1
|
+
import { ref as G, readonly as un, getCurrentInstance as Lt, onMounted as Ot, nextTick as Jn, watch as xe, mergeProps as T, openBlock as d, createElementBlock as b, renderSlot as oe, createTextVNode as it, toDisplayString as M, createElementVNode as k, resolveComponent as Ct, resolveDirective as cn, withDirectives as se, normalizeClass as h, createBlock as _, createCommentVNode as w, defineComponent as K, computed as S, resolveDynamicComponent as te, unref as m, withCtx as Q, Fragment as D, renderList as q, withModifiers as ot, vShow as fe, getCurrentScope as Qn, onScopeDispose as eo, toRef as to, customRef as no, normalizeStyle as ae, createSlots as Ae, createVNode as de, normalizeProps as at, guardReactiveProps as oo, useAttrs as ro } from "vue";
|
|
2
2
|
const Et = "-", io = (n) => {
|
|
3
3
|
const e = lo(n), {
|
|
4
4
|
conflictingClassGroups: t,
|
|
@@ -107,12 +107,12 @@ const Et = "-", io = (n) => {
|
|
|
107
107
|
experimentalParseClassName: t
|
|
108
108
|
} = n, o = e.length === 1, i = e[0], r = e.length, l = (a) => {
|
|
109
109
|
const s = [];
|
|
110
|
-
let c = 0,
|
|
110
|
+
let c = 0, p = 0, u;
|
|
111
111
|
for (let $ = 0; $ < a.length; $++) {
|
|
112
112
|
let C = a[$];
|
|
113
113
|
if (c === 0) {
|
|
114
114
|
if (C === i && (o || a.slice($, $ + r) === e)) {
|
|
115
|
-
s.push(a.slice(
|
|
115
|
+
s.push(a.slice(p, $)), p = $ + r;
|
|
116
116
|
continue;
|
|
117
117
|
}
|
|
118
118
|
if (C === "/") {
|
|
@@ -122,12 +122,12 @@ const Et = "-", io = (n) => {
|
|
|
122
122
|
}
|
|
123
123
|
C === "[" ? c++ : C === "]" && c--;
|
|
124
124
|
}
|
|
125
|
-
const
|
|
125
|
+
const f = s.length === 0 ? a : a.substring(p), g = f.startsWith(pn), v = g ? f.substring(1) : f, y = u && u > p ? u - p : void 0;
|
|
126
126
|
return {
|
|
127
127
|
modifiers: s,
|
|
128
|
-
hasImportantModifier:
|
|
128
|
+
hasImportantModifier: g,
|
|
129
129
|
baseClassName: v,
|
|
130
|
-
maybePostfixModifierPosition:
|
|
130
|
+
maybePostfixModifierPosition: y
|
|
131
131
|
};
|
|
132
132
|
};
|
|
133
133
|
return t ? (a) => t({
|
|
@@ -155,28 +155,28 @@ const Et = "-", io = (n) => {
|
|
|
155
155
|
let a = "";
|
|
156
156
|
for (let s = l.length - 1; s >= 0; s -= 1) {
|
|
157
157
|
const c = l[s], {
|
|
158
|
-
modifiers:
|
|
158
|
+
modifiers: p,
|
|
159
159
|
hasImportantModifier: u,
|
|
160
|
-
baseClassName:
|
|
161
|
-
maybePostfixModifierPosition:
|
|
160
|
+
baseClassName: f,
|
|
161
|
+
maybePostfixModifierPosition: g
|
|
162
162
|
} = t(c);
|
|
163
|
-
let v = !!
|
|
164
|
-
if (!
|
|
163
|
+
let v = !!g, y = o(v ? f.substring(0, g) : f);
|
|
164
|
+
if (!y) {
|
|
165
165
|
if (!v) {
|
|
166
166
|
a = c + (a.length > 0 ? " " + a : a);
|
|
167
167
|
continue;
|
|
168
168
|
}
|
|
169
|
-
if (
|
|
169
|
+
if (y = o(f), !y) {
|
|
170
170
|
a = c + (a.length > 0 ? " " + a : a);
|
|
171
171
|
continue;
|
|
172
172
|
}
|
|
173
173
|
v = !1;
|
|
174
174
|
}
|
|
175
|
-
const $ = fo(
|
|
175
|
+
const $ = fo(p).join(":"), C = u ? $ + pn : $, I = C + y;
|
|
176
176
|
if (r.includes(I))
|
|
177
177
|
continue;
|
|
178
178
|
r.push(I);
|
|
179
|
-
const O = i(
|
|
179
|
+
const O = i(y, v);
|
|
180
180
|
for (let B = 0; B < O.length; ++B) {
|
|
181
181
|
const V = O[B];
|
|
182
182
|
r.push(C + V);
|
|
@@ -202,15 +202,15 @@ const fn = (n) => {
|
|
|
202
202
|
function bo(n, ...e) {
|
|
203
203
|
let t, o, i, r = l;
|
|
204
204
|
function l(s) {
|
|
205
|
-
const c = e.reduce((
|
|
205
|
+
const c = e.reduce((p, u) => u(p), n());
|
|
206
206
|
return t = mo(c), o = t.cache.get, i = t.cache.set, r = a, a(s);
|
|
207
207
|
}
|
|
208
208
|
function a(s) {
|
|
209
209
|
const c = o(s);
|
|
210
210
|
if (c)
|
|
211
211
|
return c;
|
|
212
|
-
const
|
|
213
|
-
return i(s,
|
|
212
|
+
const p = ho(s, t);
|
|
213
|
+
return i(s, p), p;
|
|
214
214
|
}
|
|
215
215
|
return function() {
|
|
216
216
|
return r(yo.apply(null, arguments));
|
|
@@ -219,7 +219,7 @@ function bo(n, ...e) {
|
|
|
219
219
|
const Z = (n) => {
|
|
220
220
|
const e = (t) => t[n] || [];
|
|
221
221
|
return e.isThemeGetter = !0, e;
|
|
222
|
-
}, mn = /^\[(?:([a-z-]+):)?(.+)\]$/i, vo = /^\d+\/\d+$/, $o = /* @__PURE__ */ new Set(["px", "full", "screen"]), wo = /^(\d+(\.\d+)?)?(xs|sm|md|lg|xl)$/, Co = /\d+(%|px|r?em|[sdl]?v([hwib]|min|max)|pt|pc|in|cm|mm|cap|ch|ex|r?lh|cq(w|h|i|b|min|max))|\b(calc|min|max|clamp)\(.+\)|^0$/, ko = /^(rgba?|hsla?|hwb|(ok)?(lab|lch))\(.+\)$/, xo = /^(inset_)?-?((\d+)?\.?(\d+)[a-z]+|0)_-?((\d+)?\.?(\d+)[a-z]+|0)/, To = /^(url|image|image-set|cross-fade|element|(repeating-)?(linear|radial|conic)-gradient)\(.+\)$/, ge = (n) =>
|
|
222
|
+
}, mn = /^\[(?:([a-z-]+):)?(.+)\]$/i, vo = /^\d+\/\d+$/, $o = /* @__PURE__ */ new Set(["px", "full", "screen"]), wo = /^(\d+(\.\d+)?)?(xs|sm|md|lg|xl)$/, Co = /\d+(%|px|r?em|[sdl]?v([hwib]|min|max)|pt|pc|in|cm|mm|cap|ch|ex|r?lh|cq(w|h|i|b|min|max))|\b(calc|min|max|clamp)\(.+\)|^0$/, ko = /^(rgba?|hsla?|hwb|(ok)?(lab|lch))\(.+\)$/, xo = /^(inset_)?-?((\d+)?\.?(\d+)[a-z]+|0)_-?((\d+)?\.?(\d+)[a-z]+|0)/, To = /^(url|image|image-set|cross-fade|element|(repeating-)?(linear|radial|conic)-gradient)\(.+\)$/, ge = (n) => Pe(n) || $o.has(n) || vo.test(n), ye = (n) => Le(n, "length", Eo), Pe = (n) => !!n && !Number.isNaN(Number(n)), ft = (n) => Le(n, "number", Pe), Me = (n) => !!n && Number.isInteger(Number(n)), So = (n) => n.endsWith("%") && Pe(n.slice(0, -1)), j = (n) => mn.test(n), be = (n) => wo.test(n), Io = /* @__PURE__ */ new Set(["length", "size", "percentage"]), _o = (n) => Le(n, Io, gn), Po = (n) => Le(n, "position", gn), Ao = /* @__PURE__ */ new Set(["image", "url"]), Lo = (n) => Le(n, Ao, Mo), Oo = (n) => Le(n, "", jo), Be = () => !0, Le = (n, e, t) => {
|
|
223
223
|
const o = mn.exec(n);
|
|
224
224
|
return o ? o[1] ? typeof e == "string" ? o[1] === e : e.has(o[1]) : t(o[2]) : !1;
|
|
225
225
|
}, Eo = (n) => (
|
|
@@ -228,7 +228,7 @@ const Z = (n) => {
|
|
|
228
228
|
// I could also use lookbehind assertion in `lengthUnitRegex` but that isn't supported widely enough.
|
|
229
229
|
Co.test(n) && !ko.test(n)
|
|
230
230
|
), gn = () => !1, jo = (n) => xo.test(n), Mo = (n) => To.test(n), Bo = () => {
|
|
231
|
-
const n = Z("colors"), e = Z("spacing"), t = Z("blur"), o = Z("brightness"), i = Z("borderColor"), r = Z("borderRadius"), l = Z("borderSpacing"), a = Z("borderWidth"), s = Z("contrast"), c = Z("grayscale"),
|
|
231
|
+
const n = Z("colors"), e = Z("spacing"), t = Z("blur"), o = Z("brightness"), i = Z("borderColor"), r = Z("borderRadius"), l = Z("borderSpacing"), a = Z("borderWidth"), s = Z("contrast"), c = Z("grayscale"), p = Z("hueRotate"), u = Z("invert"), f = Z("gap"), g = Z("gradientColorStops"), v = Z("gradientColorStopPositions"), y = Z("inset"), $ = Z("margin"), C = Z("opacity"), I = Z("padding"), O = Z("saturate"), B = Z("scale"), V = Z("sepia"), z = Z("skew"), W = Z("space"), F = Z("translate"), N = () => ["auto", "contain", "none"], x = () => ["auto", "hidden", "clip", "visible", "scroll"], L = () => ["auto", j, e], P = () => [j, e], X = () => ["", ge, ye], ne = () => ["auto", Pe, j], ue = () => ["bottom", "center", "left", "left-bottom", "left-top", "right", "right-bottom", "right-top", "top"], ie = () => ["solid", "dashed", "dotted", "double", "none"], Ee = () => ["normal", "multiply", "screen", "overlay", "darken", "lighten", "color-dodge", "color-burn", "hard-light", "soft-light", "difference", "exclusion", "hue", "saturation", "color", "luminosity"], Se = () => ["start", "end", "center", "between", "around", "evenly", "stretch"], he = () => ["", "0", j], je = () => ["auto", "avoid", "all", "avoid-page", "page", "left", "right", "column"], ce = () => [Pe, j];
|
|
232
232
|
return {
|
|
233
233
|
cacheSize: 500,
|
|
234
234
|
separator: ":",
|
|
@@ -236,28 +236,28 @@ const Z = (n) => {
|
|
|
236
236
|
colors: [Be],
|
|
237
237
|
spacing: [ge, ye],
|
|
238
238
|
blur: ["none", "", be, j],
|
|
239
|
-
brightness:
|
|
239
|
+
brightness: ce(),
|
|
240
240
|
borderColor: [n],
|
|
241
241
|
borderRadius: ["none", "", "full", be, j],
|
|
242
|
-
borderSpacing:
|
|
242
|
+
borderSpacing: P(),
|
|
243
243
|
borderWidth: X(),
|
|
244
|
-
contrast:
|
|
244
|
+
contrast: ce(),
|
|
245
245
|
grayscale: he(),
|
|
246
|
-
hueRotate:
|
|
246
|
+
hueRotate: ce(),
|
|
247
247
|
invert: he(),
|
|
248
|
-
gap:
|
|
248
|
+
gap: P(),
|
|
249
249
|
gradientColorStops: [n],
|
|
250
250
|
gradientColorStopPositions: [So, ye],
|
|
251
251
|
inset: L(),
|
|
252
252
|
margin: L(),
|
|
253
|
-
opacity:
|
|
254
|
-
padding:
|
|
255
|
-
saturate:
|
|
256
|
-
scale:
|
|
253
|
+
opacity: ce(),
|
|
254
|
+
padding: P(),
|
|
255
|
+
saturate: ce(),
|
|
256
|
+
scale: ce(),
|
|
257
257
|
sepia: he(),
|
|
258
|
-
skew:
|
|
259
|
-
space:
|
|
260
|
-
translate:
|
|
258
|
+
skew: ce(),
|
|
259
|
+
space: P(),
|
|
260
|
+
translate: P()
|
|
261
261
|
},
|
|
262
262
|
classGroups: {
|
|
263
263
|
// Layout
|
|
@@ -351,7 +351,7 @@ const Z = (n) => {
|
|
|
351
351
|
* @see https://tailwindcss.com/docs/object-position
|
|
352
352
|
*/
|
|
353
353
|
"object-position": [{
|
|
354
|
-
object: [...
|
|
354
|
+
object: [...ue(), j]
|
|
355
355
|
}],
|
|
356
356
|
/**
|
|
357
357
|
* Overflow
|
|
@@ -405,63 +405,63 @@ const Z = (n) => {
|
|
|
405
405
|
* @see https://tailwindcss.com/docs/top-right-bottom-left
|
|
406
406
|
*/
|
|
407
407
|
inset: [{
|
|
408
|
-
inset: [
|
|
408
|
+
inset: [y]
|
|
409
409
|
}],
|
|
410
410
|
/**
|
|
411
411
|
* Right / Left
|
|
412
412
|
* @see https://tailwindcss.com/docs/top-right-bottom-left
|
|
413
413
|
*/
|
|
414
414
|
"inset-x": [{
|
|
415
|
-
"inset-x": [
|
|
415
|
+
"inset-x": [y]
|
|
416
416
|
}],
|
|
417
417
|
/**
|
|
418
418
|
* Top / Bottom
|
|
419
419
|
* @see https://tailwindcss.com/docs/top-right-bottom-left
|
|
420
420
|
*/
|
|
421
421
|
"inset-y": [{
|
|
422
|
-
"inset-y": [
|
|
422
|
+
"inset-y": [y]
|
|
423
423
|
}],
|
|
424
424
|
/**
|
|
425
425
|
* Start
|
|
426
426
|
* @see https://tailwindcss.com/docs/top-right-bottom-left
|
|
427
427
|
*/
|
|
428
428
|
start: [{
|
|
429
|
-
start: [
|
|
429
|
+
start: [y]
|
|
430
430
|
}],
|
|
431
431
|
/**
|
|
432
432
|
* End
|
|
433
433
|
* @see https://tailwindcss.com/docs/top-right-bottom-left
|
|
434
434
|
*/
|
|
435
435
|
end: [{
|
|
436
|
-
end: [
|
|
436
|
+
end: [y]
|
|
437
437
|
}],
|
|
438
438
|
/**
|
|
439
439
|
* Top
|
|
440
440
|
* @see https://tailwindcss.com/docs/top-right-bottom-left
|
|
441
441
|
*/
|
|
442
442
|
top: [{
|
|
443
|
-
top: [
|
|
443
|
+
top: [y]
|
|
444
444
|
}],
|
|
445
445
|
/**
|
|
446
446
|
* Right
|
|
447
447
|
* @see https://tailwindcss.com/docs/top-right-bottom-left
|
|
448
448
|
*/
|
|
449
449
|
right: [{
|
|
450
|
-
right: [
|
|
450
|
+
right: [y]
|
|
451
451
|
}],
|
|
452
452
|
/**
|
|
453
453
|
* Bottom
|
|
454
454
|
* @see https://tailwindcss.com/docs/top-right-bottom-left
|
|
455
455
|
*/
|
|
456
456
|
bottom: [{
|
|
457
|
-
bottom: [
|
|
457
|
+
bottom: [y]
|
|
458
458
|
}],
|
|
459
459
|
/**
|
|
460
460
|
* Left
|
|
461
461
|
* @see https://tailwindcss.com/docs/top-right-bottom-left
|
|
462
462
|
*/
|
|
463
463
|
left: [{
|
|
464
|
-
left: [
|
|
464
|
+
left: [y]
|
|
465
465
|
}],
|
|
466
466
|
/**
|
|
467
467
|
* Visibility
|
|
@@ -611,21 +611,21 @@ const Z = (n) => {
|
|
|
611
611
|
* @see https://tailwindcss.com/docs/gap
|
|
612
612
|
*/
|
|
613
613
|
gap: [{
|
|
614
|
-
gap: [
|
|
614
|
+
gap: [f]
|
|
615
615
|
}],
|
|
616
616
|
/**
|
|
617
617
|
* Gap X
|
|
618
618
|
* @see https://tailwindcss.com/docs/gap
|
|
619
619
|
*/
|
|
620
620
|
"gap-x": [{
|
|
621
|
-
"gap-x": [
|
|
621
|
+
"gap-x": [f]
|
|
622
622
|
}],
|
|
623
623
|
/**
|
|
624
624
|
* Gap Y
|
|
625
625
|
* @see https://tailwindcss.com/docs/gap
|
|
626
626
|
*/
|
|
627
627
|
"gap-y": [{
|
|
628
|
-
"gap-y": [
|
|
628
|
+
"gap-y": [f]
|
|
629
629
|
}],
|
|
630
630
|
/**
|
|
631
631
|
* Justify Content
|
|
@@ -967,7 +967,7 @@ const Z = (n) => {
|
|
|
967
967
|
* @see https://tailwindcss.com/docs/line-clamp
|
|
968
968
|
*/
|
|
969
969
|
"line-clamp": [{
|
|
970
|
-
"line-clamp": ["none",
|
|
970
|
+
"line-clamp": ["none", Pe, ft]
|
|
971
971
|
}],
|
|
972
972
|
/**
|
|
973
973
|
* Line Height
|
|
@@ -1088,7 +1088,7 @@ const Z = (n) => {
|
|
|
1088
1088
|
* @see https://tailwindcss.com/docs/text-indent
|
|
1089
1089
|
*/
|
|
1090
1090
|
indent: [{
|
|
1091
|
-
indent:
|
|
1091
|
+
indent: P()
|
|
1092
1092
|
}],
|
|
1093
1093
|
/**
|
|
1094
1094
|
* Vertical Alignment
|
|
@@ -1160,7 +1160,7 @@ const Z = (n) => {
|
|
|
1160
1160
|
* @see https://tailwindcss.com/docs/background-position
|
|
1161
1161
|
*/
|
|
1162
1162
|
"bg-position": [{
|
|
1163
|
-
bg: [...
|
|
1163
|
+
bg: [...ue(), Po]
|
|
1164
1164
|
}],
|
|
1165
1165
|
/**
|
|
1166
1166
|
* Background Repeat
|
|
@@ -1220,21 +1220,21 @@ const Z = (n) => {
|
|
|
1220
1220
|
* @see https://tailwindcss.com/docs/gradient-color-stops
|
|
1221
1221
|
*/
|
|
1222
1222
|
"gradient-from": [{
|
|
1223
|
-
from: [
|
|
1223
|
+
from: [g]
|
|
1224
1224
|
}],
|
|
1225
1225
|
/**
|
|
1226
1226
|
* Gradient Color Stops Via
|
|
1227
1227
|
* @see https://tailwindcss.com/docs/gradient-color-stops
|
|
1228
1228
|
*/
|
|
1229
1229
|
"gradient-via": [{
|
|
1230
|
-
via: [
|
|
1230
|
+
via: [g]
|
|
1231
1231
|
}],
|
|
1232
1232
|
/**
|
|
1233
1233
|
* Gradient Color Stops To
|
|
1234
1234
|
* @see https://tailwindcss.com/docs/gradient-color-stops
|
|
1235
1235
|
*/
|
|
1236
1236
|
"gradient-to": [{
|
|
1237
|
-
to: [
|
|
1237
|
+
to: [g]
|
|
1238
1238
|
}],
|
|
1239
1239
|
// Borders
|
|
1240
1240
|
/**
|
|
@@ -1666,7 +1666,7 @@ const Z = (n) => {
|
|
|
1666
1666
|
* @see https://tailwindcss.com/docs/hue-rotate
|
|
1667
1667
|
*/
|
|
1668
1668
|
"hue-rotate": [{
|
|
1669
|
-
"hue-rotate": [
|
|
1669
|
+
"hue-rotate": [p]
|
|
1670
1670
|
}],
|
|
1671
1671
|
/**
|
|
1672
1672
|
* Invert
|
|
@@ -1730,7 +1730,7 @@ const Z = (n) => {
|
|
|
1730
1730
|
* @see https://tailwindcss.com/docs/backdrop-hue-rotate
|
|
1731
1731
|
*/
|
|
1732
1732
|
"backdrop-hue-rotate": [{
|
|
1733
|
-
"backdrop-hue-rotate": [
|
|
1733
|
+
"backdrop-hue-rotate": [p]
|
|
1734
1734
|
}],
|
|
1735
1735
|
/**
|
|
1736
1736
|
* Backdrop Invert
|
|
@@ -1816,7 +1816,7 @@ const Z = (n) => {
|
|
|
1816
1816
|
* @see https://tailwindcss.com/docs/transition-duration
|
|
1817
1817
|
*/
|
|
1818
1818
|
duration: [{
|
|
1819
|
-
duration:
|
|
1819
|
+
duration: ce()
|
|
1820
1820
|
}],
|
|
1821
1821
|
/**
|
|
1822
1822
|
* Transition Timing Function
|
|
@@ -1830,7 +1830,7 @@ const Z = (n) => {
|
|
|
1830
1830
|
* @see https://tailwindcss.com/docs/transition-delay
|
|
1831
1831
|
*/
|
|
1832
1832
|
delay: [{
|
|
1833
|
-
delay:
|
|
1833
|
+
delay: ce()
|
|
1834
1834
|
}],
|
|
1835
1835
|
/**
|
|
1836
1836
|
* Animation
|
|
@@ -1965,126 +1965,126 @@ const Z = (n) => {
|
|
|
1965
1965
|
* @see https://tailwindcss.com/docs/scroll-margin
|
|
1966
1966
|
*/
|
|
1967
1967
|
"scroll-m": [{
|
|
1968
|
-
"scroll-m":
|
|
1968
|
+
"scroll-m": P()
|
|
1969
1969
|
}],
|
|
1970
1970
|
/**
|
|
1971
1971
|
* Scroll Margin X
|
|
1972
1972
|
* @see https://tailwindcss.com/docs/scroll-margin
|
|
1973
1973
|
*/
|
|
1974
1974
|
"scroll-mx": [{
|
|
1975
|
-
"scroll-mx":
|
|
1975
|
+
"scroll-mx": P()
|
|
1976
1976
|
}],
|
|
1977
1977
|
/**
|
|
1978
1978
|
* Scroll Margin Y
|
|
1979
1979
|
* @see https://tailwindcss.com/docs/scroll-margin
|
|
1980
1980
|
*/
|
|
1981
1981
|
"scroll-my": [{
|
|
1982
|
-
"scroll-my":
|
|
1982
|
+
"scroll-my": P()
|
|
1983
1983
|
}],
|
|
1984
1984
|
/**
|
|
1985
1985
|
* Scroll Margin Start
|
|
1986
1986
|
* @see https://tailwindcss.com/docs/scroll-margin
|
|
1987
1987
|
*/
|
|
1988
1988
|
"scroll-ms": [{
|
|
1989
|
-
"scroll-ms":
|
|
1989
|
+
"scroll-ms": P()
|
|
1990
1990
|
}],
|
|
1991
1991
|
/**
|
|
1992
1992
|
* Scroll Margin End
|
|
1993
1993
|
* @see https://tailwindcss.com/docs/scroll-margin
|
|
1994
1994
|
*/
|
|
1995
1995
|
"scroll-me": [{
|
|
1996
|
-
"scroll-me":
|
|
1996
|
+
"scroll-me": P()
|
|
1997
1997
|
}],
|
|
1998
1998
|
/**
|
|
1999
1999
|
* Scroll Margin Top
|
|
2000
2000
|
* @see https://tailwindcss.com/docs/scroll-margin
|
|
2001
2001
|
*/
|
|
2002
2002
|
"scroll-mt": [{
|
|
2003
|
-
"scroll-mt":
|
|
2003
|
+
"scroll-mt": P()
|
|
2004
2004
|
}],
|
|
2005
2005
|
/**
|
|
2006
2006
|
* Scroll Margin Right
|
|
2007
2007
|
* @see https://tailwindcss.com/docs/scroll-margin
|
|
2008
2008
|
*/
|
|
2009
2009
|
"scroll-mr": [{
|
|
2010
|
-
"scroll-mr":
|
|
2010
|
+
"scroll-mr": P()
|
|
2011
2011
|
}],
|
|
2012
2012
|
/**
|
|
2013
2013
|
* Scroll Margin Bottom
|
|
2014
2014
|
* @see https://tailwindcss.com/docs/scroll-margin
|
|
2015
2015
|
*/
|
|
2016
2016
|
"scroll-mb": [{
|
|
2017
|
-
"scroll-mb":
|
|
2017
|
+
"scroll-mb": P()
|
|
2018
2018
|
}],
|
|
2019
2019
|
/**
|
|
2020
2020
|
* Scroll Margin Left
|
|
2021
2021
|
* @see https://tailwindcss.com/docs/scroll-margin
|
|
2022
2022
|
*/
|
|
2023
2023
|
"scroll-ml": [{
|
|
2024
|
-
"scroll-ml":
|
|
2024
|
+
"scroll-ml": P()
|
|
2025
2025
|
}],
|
|
2026
2026
|
/**
|
|
2027
2027
|
* Scroll Padding
|
|
2028
2028
|
* @see https://tailwindcss.com/docs/scroll-padding
|
|
2029
2029
|
*/
|
|
2030
2030
|
"scroll-p": [{
|
|
2031
|
-
"scroll-p":
|
|
2031
|
+
"scroll-p": P()
|
|
2032
2032
|
}],
|
|
2033
2033
|
/**
|
|
2034
2034
|
* Scroll Padding X
|
|
2035
2035
|
* @see https://tailwindcss.com/docs/scroll-padding
|
|
2036
2036
|
*/
|
|
2037
2037
|
"scroll-px": [{
|
|
2038
|
-
"scroll-px":
|
|
2038
|
+
"scroll-px": P()
|
|
2039
2039
|
}],
|
|
2040
2040
|
/**
|
|
2041
2041
|
* Scroll Padding Y
|
|
2042
2042
|
* @see https://tailwindcss.com/docs/scroll-padding
|
|
2043
2043
|
*/
|
|
2044
2044
|
"scroll-py": [{
|
|
2045
|
-
"scroll-py":
|
|
2045
|
+
"scroll-py": P()
|
|
2046
2046
|
}],
|
|
2047
2047
|
/**
|
|
2048
2048
|
* Scroll Padding Start
|
|
2049
2049
|
* @see https://tailwindcss.com/docs/scroll-padding
|
|
2050
2050
|
*/
|
|
2051
2051
|
"scroll-ps": [{
|
|
2052
|
-
"scroll-ps":
|
|
2052
|
+
"scroll-ps": P()
|
|
2053
2053
|
}],
|
|
2054
2054
|
/**
|
|
2055
2055
|
* Scroll Padding End
|
|
2056
2056
|
* @see https://tailwindcss.com/docs/scroll-padding
|
|
2057
2057
|
*/
|
|
2058
2058
|
"scroll-pe": [{
|
|
2059
|
-
"scroll-pe":
|
|
2059
|
+
"scroll-pe": P()
|
|
2060
2060
|
}],
|
|
2061
2061
|
/**
|
|
2062
2062
|
* Scroll Padding Top
|
|
2063
2063
|
* @see https://tailwindcss.com/docs/scroll-padding
|
|
2064
2064
|
*/
|
|
2065
2065
|
"scroll-pt": [{
|
|
2066
|
-
"scroll-pt":
|
|
2066
|
+
"scroll-pt": P()
|
|
2067
2067
|
}],
|
|
2068
2068
|
/**
|
|
2069
2069
|
* Scroll Padding Right
|
|
2070
2070
|
* @see https://tailwindcss.com/docs/scroll-padding
|
|
2071
2071
|
*/
|
|
2072
2072
|
"scroll-pr": [{
|
|
2073
|
-
"scroll-pr":
|
|
2073
|
+
"scroll-pr": P()
|
|
2074
2074
|
}],
|
|
2075
2075
|
/**
|
|
2076
2076
|
* Scroll Padding Bottom
|
|
2077
2077
|
* @see https://tailwindcss.com/docs/scroll-padding
|
|
2078
2078
|
*/
|
|
2079
2079
|
"scroll-pb": [{
|
|
2080
|
-
"scroll-pb":
|
|
2080
|
+
"scroll-pb": P()
|
|
2081
2081
|
}],
|
|
2082
2082
|
/**
|
|
2083
2083
|
* Scroll Padding Left
|
|
2084
2084
|
* @see https://tailwindcss.com/docs/scroll-padding
|
|
2085
2085
|
*/
|
|
2086
2086
|
"scroll-pl": [{
|
|
2087
|
-
"scroll-pl":
|
|
2087
|
+
"scroll-pl": P()
|
|
2088
2088
|
}],
|
|
2089
2089
|
/**
|
|
2090
2090
|
* Scroll Snap Align
|
|
@@ -2250,7 +2250,7 @@ const Z = (n) => {
|
|
|
2250
2250
|
center: "",
|
|
2251
2251
|
end: "",
|
|
2252
2252
|
container: "max-w-[1440px] mx-auto"
|
|
2253
|
-
},
|
|
2253
|
+
}, A = (n, e) => {
|
|
2254
2254
|
const t = {};
|
|
2255
2255
|
for (const o in n)
|
|
2256
2256
|
t[o] = R(
|
|
@@ -2264,10 +2264,10 @@ const Z = (n) => {
|
|
|
2264
2264
|
);
|
|
2265
2265
|
return t;
|
|
2266
2266
|
}, hn = {
|
|
2267
|
-
List:
|
|
2267
|
+
List: A(re, {
|
|
2268
2268
|
container: "flex flex-col"
|
|
2269
2269
|
}),
|
|
2270
|
-
Tile:
|
|
2270
|
+
Tile: A(re, {
|
|
2271
2271
|
container: "flex flex-wrap gap-4 items-stretch relative",
|
|
2272
2272
|
// we should make the "has-.." class programmatic, so it goes off the height of the opened item.
|
|
2273
2273
|
root: "mb-0 relative transition-all duration-200 has-[.active]:mb-[550px]"
|
|
@@ -2275,11 +2275,11 @@ const Z = (n) => {
|
|
|
2275
2275
|
}, lt = {
|
|
2276
2276
|
headline: "text-lg md:text-lg mb-0 *:text-left",
|
|
2277
2277
|
image: "w-14 mr-4"
|
|
2278
|
-
}, yn =
|
|
2278
|
+
}, yn = A(lt, {
|
|
2279
2279
|
root: "border-b first:border-t border-black",
|
|
2280
2280
|
headline: "text-xl md:text-xl py-6 pr-2 *:text-left font-bold md:mb-0",
|
|
2281
2281
|
bodyCopy: "pb-6"
|
|
2282
|
-
}), bn =
|
|
2282
|
+
}), bn = A(lt, {
|
|
2283
2283
|
root: " w-full md:w-[23%]",
|
|
2284
2284
|
headline: "transition-height mb-0 h-[90%] duration-200 py-16 md:text-3xl text-3xl text-center relative rounded-2xl h-[90%] group-[.active]:rounded-t-2lg group-[.active]:rounded-b-none group-[.active]:h-full flex items-center justify-center",
|
|
2285
2285
|
button: "h-full w-fit text-center *:text-center justify-center md:*:[word-spacing:100px]",
|
|
@@ -2299,19 +2299,19 @@ const Z = (n) => {
|
|
|
2299
2299
|
indicators: "flex justify-center flex-wrap",
|
|
2300
2300
|
indicator: "group mr-2 mb-2",
|
|
2301
2301
|
indicatorbutton: "w-3 h-3 rounded-full transition duration-200 focus:outline-none focus:outline-offset-0 focus:ring-1 focus:ring-primary-500 dark:focus:ring-primary-400 border border-secondary dark:bg-surface-700 dark:hover:bg-surface-600 group-[.p-highlight]:bg-secondary group-[.p-highlight]:border-none"
|
|
2302
|
-
}, Vo =
|
|
2302
|
+
}, Vo = A(re, {}), $n = A(
|
|
2303
2303
|
re,
|
|
2304
2304
|
{
|
|
2305
2305
|
root: "px-8 md:px-0",
|
|
2306
2306
|
bodyCopy: "max-w-[1440px]"
|
|
2307
2307
|
}
|
|
2308
2308
|
), wn = {
|
|
2309
|
-
Centered:
|
|
2309
|
+
Centered: A(re, {
|
|
2310
2310
|
root: "overflow-hidden",
|
|
2311
2311
|
inner: "h-full mx-auto max-w-[1440px]",
|
|
2312
2312
|
fullWidthContent: "max-w-full w-full"
|
|
2313
2313
|
}),
|
|
2314
|
-
Hero:
|
|
2314
|
+
Hero: A(
|
|
2315
2315
|
{ ...re, container: "" },
|
|
2316
2316
|
{
|
|
2317
2317
|
root: "w-full",
|
|
@@ -2320,7 +2320,7 @@ const Z = (n) => {
|
|
|
2320
2320
|
bodyCopy: "w-full max-w-[1440px] mx-auto"
|
|
2321
2321
|
}
|
|
2322
2322
|
)
|
|
2323
|
-
}, Cn =
|
|
2323
|
+
}, Cn = A(
|
|
2324
2324
|
{ ...re, headline: "" },
|
|
2325
2325
|
{
|
|
2326
2326
|
headline: "text-3xl md:text-4xl font-bold leading-tight",
|
|
@@ -2338,21 +2338,21 @@ const Z = (n) => {
|
|
|
2338
2338
|
},
|
|
2339
2339
|
fill: {},
|
|
2340
2340
|
outline: {}
|
|
2341
|
-
}, No =
|
|
2341
|
+
}, No = A(re, {}), Ho = A(re, {}), xn = A(
|
|
2342
2342
|
re,
|
|
2343
2343
|
{}
|
|
2344
|
-
), Tn =
|
|
2344
|
+
), Tn = A(re, {
|
|
2345
2345
|
icon: "ps-2 text-xs"
|
|
2346
|
-
}), Do =
|
|
2346
|
+
}), Do = A(re, {}), Sn = A(re, {
|
|
2347
2347
|
root: "px-8 md:px-0",
|
|
2348
2348
|
bodyCopy: "max-w-[1440px] flex justify-evenly gap-4 mx-auto flex-col md:flex-row"
|
|
2349
|
-
}), In =
|
|
2349
|
+
}), In = A(re, {
|
|
2350
2350
|
quote: "text-lg font-bold",
|
|
2351
2351
|
text: "space-y-4 w-full md:w-1/2",
|
|
2352
2352
|
author: "text-lg",
|
|
2353
2353
|
details: "text-lg",
|
|
2354
2354
|
media: "md:w-1/2 w-full"
|
|
2355
|
-
}), _n =
|
|
2355
|
+
}), _n = A(re, {
|
|
2356
2356
|
root: "px-5 md:px-0",
|
|
2357
2357
|
headline: "mb-8 md:mb-12 text-3xl md:text-5xl font-bold leading-tight text-center",
|
|
2358
2358
|
bodyCopy: "md:text-center mb-8 md:mb-12"
|
|
@@ -2371,12 +2371,12 @@ const Z = (n) => {
|
|
|
2371
2371
|
body: "h-full flex flex-col justify-between",
|
|
2372
2372
|
footer: "font-bold mt-4 space-y-2",
|
|
2373
2373
|
footerContent: "font-bold text-center"
|
|
2374
|
-
},
|
|
2374
|
+
}, Pn = A(Oe, {
|
|
2375
2375
|
root: "rounded-2xl py-8 px-6",
|
|
2376
2376
|
ctas: "text-center",
|
|
2377
2377
|
media: "mb-6",
|
|
2378
2378
|
numericLabel: "w-[10vmin] h-[8vmin] md:h-[40px] md:w-[50px] p-2 rounded-[50%] rounded-lg text-[4vmin] md:text-3xl flex items-center justify-center leading-none font-bold absolute left-[-4%] md:left-[-4%] top-8 md:top-8"
|
|
2379
|
-
}),
|
|
2379
|
+
}), An = A(
|
|
2380
2380
|
Oe,
|
|
2381
2381
|
{
|
|
2382
2382
|
root: "!w-full !mx-auto",
|
|
@@ -2387,13 +2387,13 @@ const Z = (n) => {
|
|
|
2387
2387
|
subheadline: "text-[4.5vmin] md:text-3xl font-bold max-w-[400px] text-left",
|
|
2388
2388
|
description: "text-lg md:text-lg max-w-[400px] leading-6"
|
|
2389
2389
|
}
|
|
2390
|
-
), Ln =
|
|
2390
|
+
), Ln = A(Oe, {
|
|
2391
2391
|
media: "relative mb-4 md:w-3/4",
|
|
2392
2392
|
numericLabel: "w-[12vmin] h-[12vmin] text-[8vmin] md:text-3xl"
|
|
2393
|
-
}), On =
|
|
2393
|
+
}), On = A(Oe, {
|
|
2394
2394
|
root: "rounded-2xl px-6 py-8",
|
|
2395
2395
|
ctas: "flex-col gap-4"
|
|
2396
|
-
}), En =
|
|
2396
|
+
}), En = A(Oe, {
|
|
2397
2397
|
root: "p-8 rounded-xl",
|
|
2398
2398
|
headline: "text-3xl md:text-3xl mb-2 font-bold",
|
|
2399
2399
|
subheadline: "text-base md:text-base",
|
|
@@ -2405,7 +2405,7 @@ const Z = (n) => {
|
|
|
2405
2405
|
Text: {
|
|
2406
2406
|
root: "w-[120px] p-2 rounded-[50%] rounded-lg text-2xl flex items-center justify-center leading-none font-bold absolute top-8"
|
|
2407
2407
|
}
|
|
2408
|
-
}, Fo =
|
|
2408
|
+
}, Fo = A(re, {}), Mn = {
|
|
2409
2409
|
root: "bg-[#6b4de0] transition-[height] duration-300 ease-in-out h-auto overflow-hidden leading-none",
|
|
2410
2410
|
container: "max-w-[1440px] mx-auto my-5 w-full h-full flex items-center pl-[27px] pr-[54px] relative",
|
|
2411
2411
|
content: "flex items-center justify-center gap-4",
|
|
@@ -2435,15 +2435,15 @@ const Z = (n) => {
|
|
|
2435
2435
|
SplitModulePt: Sn,
|
|
2436
2436
|
TestimonialModulePt: In,
|
|
2437
2437
|
TileCollectionModulePt: _n,
|
|
2438
|
-
TileContentIconTilePt:
|
|
2439
|
-
TileContentImageStackedAnimatedTilePt:
|
|
2438
|
+
TileContentIconTilePt: Pn,
|
|
2439
|
+
TileContentImageStackedAnimatedTilePt: An,
|
|
2440
2440
|
TileContentImageTilePt: Ln,
|
|
2441
2441
|
TileContentPt: Oe,
|
|
2442
2442
|
TileContentTextTilePt: On,
|
|
2443
2443
|
TileContentVideoTilePt: En,
|
|
2444
2444
|
TileLabelPt: jn,
|
|
2445
2445
|
VideoPt: Fo,
|
|
2446
|
-
combinePassthroughs:
|
|
2446
|
+
combinePassthroughs: A
|
|
2447
2447
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
2448
2448
|
let rt = "lily";
|
|
2449
2449
|
const zo = {
|
|
@@ -2929,8 +2929,8 @@ function Xo(n, e) {
|
|
|
2929
2929
|
if (r = (t = t.call(n)).next, e !== 0)
|
|
2930
2930
|
for (; !(s = (o = r.call(t)).done) && (a.push(o.value), a.length !== e); s = !0)
|
|
2931
2931
|
;
|
|
2932
|
-
} catch (
|
|
2933
|
-
c = !0, i =
|
|
2932
|
+
} catch (p) {
|
|
2933
|
+
c = !0, i = p;
|
|
2934
2934
|
} finally {
|
|
2935
2935
|
try {
|
|
2936
2936
|
if (!s && t.return != null && (l = t.return(), Object(l) !== l))
|
|
@@ -3088,24 +3088,24 @@ var U = {
|
|
|
3088
3088
|
var t = this, o = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : {};
|
|
3089
3089
|
if (this.isElement(e)) {
|
|
3090
3090
|
var i = function r(l, a) {
|
|
3091
|
-
var s, c,
|
|
3092
|
-
return [a].flat().reduce(function(u,
|
|
3093
|
-
if (
|
|
3094
|
-
var
|
|
3095
|
-
if (
|
|
3096
|
-
u.push(
|
|
3097
|
-
else if (
|
|
3098
|
-
var v = Array.isArray(
|
|
3099
|
-
var $ = gt(
|
|
3091
|
+
var s, c, p = e != null && (s = e.$attrs) !== null && s !== void 0 && s[l] ? [e == null || (c = e.$attrs) === null || c === void 0 ? void 0 : c[l]] : [];
|
|
3092
|
+
return [a].flat().reduce(function(u, f) {
|
|
3093
|
+
if (f != null) {
|
|
3094
|
+
var g = Ne(f);
|
|
3095
|
+
if (g === "string" || g === "number")
|
|
3096
|
+
u.push(f);
|
|
3097
|
+
else if (g === "object") {
|
|
3098
|
+
var v = Array.isArray(f) ? r(l, f) : Object.entries(f).map(function(y) {
|
|
3099
|
+
var $ = gt(y, 2), C = $[0], I = $[1];
|
|
3100
3100
|
return l === "style" && (I || I === 0) ? "".concat(C.replace(/([a-z])([A-Z])/g, "$1-$2").toLowerCase(), ":").concat(I) : I ? C : void 0;
|
|
3101
3101
|
});
|
|
3102
|
-
u = v.length ? u.concat(v.filter(function(
|
|
3103
|
-
return !!
|
|
3102
|
+
u = v.length ? u.concat(v.filter(function(y) {
|
|
3103
|
+
return !!y;
|
|
3104
3104
|
})) : u;
|
|
3105
3105
|
}
|
|
3106
3106
|
}
|
|
3107
3107
|
return u;
|
|
3108
|
-
},
|
|
3108
|
+
}, p);
|
|
3109
3109
|
};
|
|
3110
3110
|
Object.entries(o).forEach(function(r) {
|
|
3111
3111
|
var l = gt(r, 2), a = l[0], s = l[1];
|
|
@@ -3148,8 +3148,8 @@ var U = {
|
|
|
3148
3148
|
var i = e.offsetParent ? {
|
|
3149
3149
|
width: e.offsetWidth,
|
|
3150
3150
|
height: e.offsetHeight
|
|
3151
|
-
} : this.getHiddenElementDimensions(e), r = i.height, l = i.width, a = t.offsetHeight, s = t.offsetWidth, c = t.getBoundingClientRect(),
|
|
3152
|
-
c.top + a + r >
|
|
3151
|
+
} : this.getHiddenElementDimensions(e), r = i.height, l = i.width, a = t.offsetHeight, s = t.offsetWidth, c = t.getBoundingClientRect(), p = this.getWindowScrollTop(), u = this.getWindowScrollLeft(), f = this.getViewport(), g, v, y = "top";
|
|
3152
|
+
c.top + a + r > f.height ? (g = c.top + p - r, y = "bottom", g < 0 && (g = p)) : g = a + c.top + p, c.left + l > f.width ? v = Math.max(0, c.left + u + s - l) : v = c.left + u, e.style.top = g + "px", e.style.left = v + "px", e.style.transformOrigin = y, o && (e.style.marginTop = y === "bottom" ? "calc(var(--p-anchor-gutter) * -1)" : "calc(var(--p-anchor-gutter))");
|
|
3153
3153
|
}
|
|
3154
3154
|
},
|
|
3155
3155
|
relativePosition: function(e, t) {
|
|
@@ -3158,8 +3158,8 @@ var U = {
|
|
|
3158
3158
|
var i = e.offsetParent ? {
|
|
3159
3159
|
width: e.offsetWidth,
|
|
3160
3160
|
height: e.offsetHeight
|
|
3161
|
-
} : this.getHiddenElementDimensions(e), r = t.offsetHeight, l = t.getBoundingClientRect(), a = this.getViewport(), s, c,
|
|
3162
|
-
l.top + r + i.height > a.height ? (s = -1 * i.height,
|
|
3161
|
+
} : this.getHiddenElementDimensions(e), r = t.offsetHeight, l = t.getBoundingClientRect(), a = this.getViewport(), s, c, p = "top";
|
|
3162
|
+
l.top + r + i.height > a.height ? (s = -1 * i.height, p = "bottom", l.top + s < 0 && (s = -1 * l.top)) : s = r, i.width > a.width ? c = l.left * -1 : l.left + i.width > a.width ? c = (l.left + i.width - a.width) * -1 : c = 0, e.style.top = s + "px", e.style.left = c + "px", e.style.transformOrigin = p, o && (e.style.marginTop = p === "bottom" ? "calc(var(--p-anchor-gutter) * -1)" : "calc(var(--p-anchor-gutter))");
|
|
3163
3163
|
}
|
|
3164
3164
|
},
|
|
3165
3165
|
nestedPosition: function(e, t) {
|
|
@@ -3191,22 +3191,22 @@ var U = {
|
|
|
3191
3191
|
for (l.s(); !(a = l.n()).done; ) {
|
|
3192
3192
|
var s = a.value, c = s.nodeType === 1 && s.dataset.scrollselectors;
|
|
3193
3193
|
if (c) {
|
|
3194
|
-
var
|
|
3194
|
+
var p = c.split(","), u = mt(p), f;
|
|
3195
3195
|
try {
|
|
3196
|
-
for (u.s(); !(
|
|
3197
|
-
var
|
|
3196
|
+
for (u.s(); !(f = u.n()).done; ) {
|
|
3197
|
+
var g = f.value, v = this.findSingle(s, g);
|
|
3198
3198
|
v && r(v) && t.push(v);
|
|
3199
3199
|
}
|
|
3200
|
-
} catch (
|
|
3201
|
-
u.e(
|
|
3200
|
+
} catch (y) {
|
|
3201
|
+
u.e(y);
|
|
3202
3202
|
} finally {
|
|
3203
3203
|
u.f();
|
|
3204
3204
|
}
|
|
3205
3205
|
}
|
|
3206
3206
|
s.nodeType !== 9 && r(s) && t.push(s);
|
|
3207
3207
|
}
|
|
3208
|
-
} catch (
|
|
3209
|
-
l.e(
|
|
3208
|
+
} catch (y) {
|
|
3209
|
+
l.e(y);
|
|
3210
3210
|
} finally {
|
|
3211
3211
|
l.f();
|
|
3212
3212
|
}
|
|
@@ -3266,8 +3266,8 @@ var U = {
|
|
|
3266
3266
|
return (typeof HTMLElement > "u" ? "undefined" : Ne(HTMLElement)) === "object" ? e instanceof HTMLElement : e && Ne(e) === "object" && e !== null && e.nodeType === 1 && typeof e.nodeName == "string";
|
|
3267
3267
|
},
|
|
3268
3268
|
scrollInView: function(e, t) {
|
|
3269
|
-
var o = getComputedStyle(e).getPropertyValue("borderTopWidth"), i = o ? parseFloat(o) : 0, r = getComputedStyle(e).getPropertyValue("paddingTop"), l = r ? parseFloat(r) : 0, a = e.getBoundingClientRect(), s = t.getBoundingClientRect(), c = s.top + document.body.scrollTop - (a.top + document.body.scrollTop) - i - l,
|
|
3270
|
-
c < 0 ? e.scrollTop =
|
|
3269
|
+
var o = getComputedStyle(e).getPropertyValue("borderTopWidth"), i = o ? parseFloat(o) : 0, r = getComputedStyle(e).getPropertyValue("paddingTop"), l = r ? parseFloat(r) : 0, a = e.getBoundingClientRect(), s = t.getBoundingClientRect(), c = s.top + document.body.scrollTop - (a.top + document.body.scrollTop) - i - l, p = e.scrollTop, u = e.clientHeight, f = this.getOuterHeight(t);
|
|
3270
|
+
c < 0 ? e.scrollTop = p + c : c + f > u && (e.scrollTop = p + c - u + f);
|
|
3271
3271
|
},
|
|
3272
3272
|
clearSelection: function() {
|
|
3273
3273
|
if (window.getSelection)
|
|
@@ -3459,8 +3459,8 @@ function Jo(n, e) {
|
|
|
3459
3459
|
if (r = (t = t.call(n)).next, e !== 0)
|
|
3460
3460
|
for (; !(s = (o = r.call(t)).done) && (a.push(o.value), a.length !== e); s = !0)
|
|
3461
3461
|
;
|
|
3462
|
-
} catch (
|
|
3463
|
-
c = !0, i =
|
|
3462
|
+
} catch (p) {
|
|
3463
|
+
c = !0, i = p;
|
|
3464
3464
|
} finally {
|
|
3465
3465
|
try {
|
|
3466
3466
|
if (!s && t.return != null && (l = t.return(), Object(l) !== l))
|
|
@@ -3574,19 +3574,19 @@ var E = {
|
|
|
3574
3574
|
return !1;
|
|
3575
3575
|
if (s && c)
|
|
3576
3576
|
return e.getTime() == t.getTime();
|
|
3577
|
-
var
|
|
3578
|
-
if (
|
|
3577
|
+
var p = e instanceof RegExp, u = t instanceof RegExp;
|
|
3578
|
+
if (p != u)
|
|
3579
3579
|
return !1;
|
|
3580
|
-
if (
|
|
3580
|
+
if (p && u)
|
|
3581
3581
|
return e.toString() == t.toString();
|
|
3582
|
-
var
|
|
3583
|
-
if (l =
|
|
3582
|
+
var f = Object.keys(e);
|
|
3583
|
+
if (l = f.length, l !== Object.keys(t).length)
|
|
3584
3584
|
return !1;
|
|
3585
3585
|
for (r = l; r-- !== 0; )
|
|
3586
|
-
if (!Object.prototype.hasOwnProperty.call(t,
|
|
3586
|
+
if (!Object.prototype.hasOwnProperty.call(t, f[r]))
|
|
3587
3587
|
return !1;
|
|
3588
3588
|
for (r = l; r-- !== 0; )
|
|
3589
|
-
if (a =
|
|
3589
|
+
if (a = f[r], !this.deepEquals(e[a], t[a]))
|
|
3590
3590
|
return !1;
|
|
3591
3591
|
return !0;
|
|
3592
3592
|
}
|
|
@@ -3629,8 +3629,8 @@ var E = {
|
|
|
3629
3629
|
var a = l.value, s = ht(t), c;
|
|
3630
3630
|
try {
|
|
3631
3631
|
for (s.s(); !(c = s.n()).done; ) {
|
|
3632
|
-
var
|
|
3633
|
-
if (String(this.resolveFieldData(a,
|
|
3632
|
+
var p = c.value;
|
|
3633
|
+
if (String(this.resolveFieldData(a, p)).toLowerCase().indexOf(o.toLowerCase()) > -1) {
|
|
3634
3634
|
i.push(a);
|
|
3635
3635
|
break;
|
|
3636
3636
|
}
|
|
@@ -3801,8 +3801,8 @@ var E = {
|
|
|
3801
3801
|
return t.stringify(a, o, i + o);
|
|
3802
3802
|
}).join(", ") + "]" : this.isDate(e) ? e.toISOString() : this.isFunction(e) ? e.toString() : this.isObject(e) ? `{
|
|
3803
3803
|
` + Object.entries(e).map(function(a) {
|
|
3804
|
-
var s = Wt(a, 2), c = s[0],
|
|
3805
|
-
return "".concat(l).concat(c, ": ").concat(t.stringify(
|
|
3804
|
+
var s = Wt(a, 2), c = s[0], p = s[1];
|
|
3805
|
+
return "".concat(l).concat(c, ": ").concat(t.stringify(p, o, i + o));
|
|
3806
3806
|
}).join(`,
|
|
3807
3807
|
`) + `
|
|
3808
3808
|
`.concat(r) + "}" : JSON.stringify(e);
|
|
@@ -3866,17 +3866,17 @@ function lr(n) {
|
|
|
3866
3866
|
}
|
|
3867
3867
|
var sr = 0;
|
|
3868
3868
|
function Bn(n) {
|
|
3869
|
-
var e = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : {}, t = G(!1), o = G(n), i = G(null), r = U.isClient() ? window.document : void 0, l = e.document, a = l === void 0 ? r : l, s = e.immediate, c = s === void 0 ? !0 : s,
|
|
3869
|
+
var e = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : {}, t = G(!1), o = G(n), i = G(null), r = U.isClient() ? window.document : void 0, l = e.document, a = l === void 0 ? r : l, s = e.immediate, c = s === void 0 ? !0 : s, p = e.manual, u = p === void 0 ? !1 : p, f = e.name, g = f === void 0 ? "style_".concat(++sr) : f, v = e.id, y = v === void 0 ? void 0 : v, $ = e.media, C = $ === void 0 ? void 0 : $, I = e.nonce, O = I === void 0 ? void 0 : I, B = e.props, V = B === void 0 ? {} : B, z = function() {
|
|
3870
3870
|
}, W = function(x) {
|
|
3871
3871
|
var L = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : {};
|
|
3872
3872
|
if (a) {
|
|
3873
|
-
var
|
|
3873
|
+
var P = Gt(Gt({}, V), L), X = P.name || g, ne = P.id || y, ue = P.nonce || O;
|
|
3874
3874
|
i.value = a.querySelector('style[data-primevue-style-id="'.concat(X, '"]')) || a.getElementById(ne) || a.createElement("style"), i.value.isConnected || (o.value = x || n, U.setAttributes(i.value, {
|
|
3875
3875
|
type: "text/css",
|
|
3876
3876
|
id: ne,
|
|
3877
3877
|
media: C,
|
|
3878
|
-
nonce:
|
|
3879
|
-
}), a.head.appendChild(i.value), U.setAttribute(i.value, "data-primevue-style-id",
|
|
3878
|
+
nonce: ue
|
|
3879
|
+
}), a.head.appendChild(i.value), U.setAttribute(i.value, "data-primevue-style-id", g), U.setAttributes(i.value, P)), !t.value && (z = xe(o, function(ie) {
|
|
3880
3880
|
i.value.textContent = ie;
|
|
3881
3881
|
}, {
|
|
3882
3882
|
immediate: !0
|
|
@@ -3886,8 +3886,8 @@ function Bn(n) {
|
|
|
3886
3886
|
!a || !t.value || (z(), U.isExist(i.value) && a.head.removeChild(i.value), t.value = !1);
|
|
3887
3887
|
};
|
|
3888
3888
|
return c && !u && lr(W), {
|
|
3889
|
-
id:
|
|
3890
|
-
name:
|
|
3889
|
+
id: y,
|
|
3890
|
+
name: g,
|
|
3891
3891
|
css: o,
|
|
3892
3892
|
unload: F,
|
|
3893
3893
|
load: W,
|
|
@@ -3934,8 +3934,8 @@ function pr(n, e) {
|
|
|
3934
3934
|
if (r = (t = t.call(n)).next, e !== 0)
|
|
3935
3935
|
for (; !(s = (o = r.call(t)).done) && (a.push(o.value), a.length !== e); s = !0)
|
|
3936
3936
|
;
|
|
3937
|
-
} catch (
|
|
3938
|
-
c = !0, i =
|
|
3937
|
+
} catch (p) {
|
|
3938
|
+
c = !0, i = p;
|
|
3939
3939
|
} finally {
|
|
3940
3940
|
try {
|
|
3941
3941
|
if (!s && t.return != null && (l = t.return(), Object(l) !== l))
|
|
@@ -4168,8 +4168,8 @@ function _r(n, e) {
|
|
|
4168
4168
|
} else
|
|
4169
4169
|
for (; !(s = (o = r.call(t)).done) && (a.push(o.value), a.length !== e); s = !0)
|
|
4170
4170
|
;
|
|
4171
|
-
} catch (
|
|
4172
|
-
c = !0, i =
|
|
4171
|
+
} catch (p) {
|
|
4172
|
+
c = !0, i = p;
|
|
4173
4173
|
} finally {
|
|
4174
4174
|
try {
|
|
4175
4175
|
if (!s && t.return != null && (l = t.return(), Object(l) !== l))
|
|
@@ -4208,13 +4208,13 @@ function Y(n) {
|
|
|
4208
4208
|
return n;
|
|
4209
4209
|
}
|
|
4210
4210
|
function tt(n, e, t) {
|
|
4211
|
-
return e =
|
|
4211
|
+
return e = Pr(e), e in n ? Object.defineProperty(n, e, { value: t, enumerable: !0, configurable: !0, writable: !0 }) : n[e] = t, n;
|
|
4212
4212
|
}
|
|
4213
|
-
function
|
|
4214
|
-
var e =
|
|
4213
|
+
function Pr(n) {
|
|
4214
|
+
var e = Ar(n, "string");
|
|
4215
4215
|
return We(e) == "symbol" ? e : String(e);
|
|
4216
4216
|
}
|
|
4217
|
-
function
|
|
4217
|
+
function Ar(n, e) {
|
|
4218
4218
|
if (We(n) != "object" || !n)
|
|
4219
4219
|
return n;
|
|
4220
4220
|
var t = n[Symbol.toPrimitive];
|
|
@@ -4263,10 +4263,10 @@ var Xe = {
|
|
|
4263
4263
|
}
|
|
4264
4264
|
},
|
|
4265
4265
|
beforeCreate: function() {
|
|
4266
|
-
var e, t, o, i, r, l, a, s, c,
|
|
4267
|
-
(i = v ||
|
|
4268
|
-
var
|
|
4269
|
-
(
|
|
4266
|
+
var e, t, o, i, r, l, a, s, c, p, u, f = (e = this.pt) === null || e === void 0 ? void 0 : e._usept, g = f ? (t = this.pt) === null || t === void 0 || (t = t.originalValue) === null || t === void 0 ? void 0 : t[this.$.type.name] : void 0, v = f ? (o = this.pt) === null || o === void 0 || (o = o.value) === null || o === void 0 ? void 0 : o[this.$.type.name] : this.pt;
|
|
4267
|
+
(i = v || g) === null || i === void 0 || (i = i.hooks) === null || i === void 0 || (r = i.onBeforeCreate) === null || r === void 0 || r.call(i);
|
|
4268
|
+
var y = (l = this.$config) === null || l === void 0 || (l = l.pt) === null || l === void 0 ? void 0 : l._usept, $ = y ? (a = this.$primevue) === null || a === void 0 || (a = a.config) === null || a === void 0 || (a = a.pt) === null || a === void 0 ? void 0 : a.originalValue : void 0, C = y ? (s = this.$primevue) === null || s === void 0 || (s = s.config) === null || s === void 0 || (s = s.pt) === null || s === void 0 ? void 0 : s.value : (c = this.$primevue) === null || c === void 0 || (c = c.config) === null || c === void 0 ? void 0 : c.pt;
|
|
4269
|
+
(p = C || $) === null || p === void 0 || (p = p[this.$.type.name]) === null || p === void 0 || (p = p.hooks) === null || p === void 0 || (u = p.onBeforeCreate) === null || u === void 0 || u.call(p);
|
|
4270
4270
|
},
|
|
4271
4271
|
created: function() {
|
|
4272
4272
|
this._hook("onCreated");
|
|
@@ -4324,10 +4324,10 @@ var Xe = {
|
|
|
4324
4324
|
}) || ""], o), i.join("."), o) : void 0 : E.getItemValue(e, o);
|
|
4325
4325
|
},
|
|
4326
4326
|
_getPTValue: function() {
|
|
4327
|
-
var e, t = 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] : {}, r = arguments.length > 3 && arguments[3] !== void 0 ? arguments[3] : !0, l = /./g.test(o) && !!i[o.split(".")[0]], a = this._getPropValue("ptOptions") || ((e = this.$config) === null || e === void 0 ? void 0 : e.ptOptions) || {}, s = a.mergeSections, c = s === void 0 ? !0 : s,
|
|
4328
|
-
global:
|
|
4327
|
+
var e, t = 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] : {}, r = arguments.length > 3 && arguments[3] !== void 0 ? arguments[3] : !0, l = /./g.test(o) && !!i[o.split(".")[0]], a = this._getPropValue("ptOptions") || ((e = this.$config) === null || e === void 0 ? void 0 : e.ptOptions) || {}, s = a.mergeSections, c = s === void 0 ? !0 : s, p = a.mergeProps, u = p === void 0 ? !1 : p, f = r ? l ? this._useGlobalPT(this._getPTClassValue, o, i) : this._useDefaultPT(this._getPTClassValue, o, i) : void 0, g = l ? void 0 : this._getPTSelf(t, this._getPTClassValue, o, Y(Y({}, i), {}, {
|
|
4328
|
+
global: f || {}
|
|
4329
4329
|
})), v = this._getPTDatasets(o);
|
|
4330
|
-
return c || !c &&
|
|
4330
|
+
return c || !c && g ? u ? this._mergeProps(u, f, g, v) : Y(Y(Y({}, f), g), v) : Y(Y({}, g), v);
|
|
4331
4331
|
},
|
|
4332
4332
|
_getPTSelf: function() {
|
|
4333
4333
|
for (var e = arguments.length > 0 && arguments[0] !== void 0 ? arguments[0] : {}, t = arguments.length, o = new Array(t > 1 ? t - 1 : 0), i = 1; i < t; i++)
|
|
@@ -4351,8 +4351,8 @@ var Xe = {
|
|
|
4351
4351
|
},
|
|
4352
4352
|
_getPT: function(e) {
|
|
4353
4353
|
var t = this, o = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : "", i = arguments.length > 2 ? arguments[2] : void 0, r = function(a) {
|
|
4354
|
-
var s, c = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : !1,
|
|
4355
|
-
return (s = c ? u !==
|
|
4354
|
+
var s, c = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : !1, p = i ? i(a) : a, u = E.toFlatCase(o), f = E.toFlatCase(t.$name);
|
|
4355
|
+
return (s = c ? u !== f ? p == null ? void 0 : p[u] : void 0 : p == null ? void 0 : p[u]) !== null && s !== void 0 ? s : p;
|
|
4356
4356
|
};
|
|
4357
4357
|
return e != null && e.hasOwnProperty("_usept") ? {
|
|
4358
4358
|
_usept: e._usept,
|
|
@@ -4361,12 +4361,12 @@ var Xe = {
|
|
|
4361
4361
|
} : r(e, !0);
|
|
4362
4362
|
},
|
|
4363
4363
|
_usePT: function(e, t, o, i) {
|
|
4364
|
-
var r = function(
|
|
4365
|
-
return t(
|
|
4364
|
+
var r = function(y) {
|
|
4365
|
+
return t(y, o, i);
|
|
4366
4366
|
};
|
|
4367
4367
|
if (e != null && e.hasOwnProperty("_usept")) {
|
|
4368
|
-
var l, a = e._usept || ((l = this.$config) === null || l === void 0 ? void 0 : l.ptOptions) || {}, s = a.mergeSections, c = s === void 0 ? !0 : s,
|
|
4369
|
-
return
|
|
4368
|
+
var l, a = e._usept || ((l = this.$config) === null || l === void 0 ? void 0 : l.ptOptions) || {}, s = a.mergeSections, c = s === void 0 ? !0 : s, p = a.mergeProps, u = p === void 0 ? !1 : p, f = r(e.originalValue), g = r(e.value);
|
|
4369
|
+
return f === void 0 && g === void 0 ? void 0 : E.isString(g) ? g : E.isString(f) ? f : c || !c && g ? u ? this._mergeProps(u, f, g) : Y(Y({}, f), g) : g;
|
|
4370
4370
|
}
|
|
4371
4371
|
return r(e);
|
|
4372
4372
|
},
|
|
@@ -4461,8 +4461,8 @@ var Xe = {
|
|
|
4461
4461
|
return o == null ? void 0 : o.startsWith("pt:");
|
|
4462
4462
|
}).reduce(function(e, t) {
|
|
4463
4463
|
var o = Qe(t, 2), i = o[0], r = o[1], l = i.split(":"), a = Sr(l), s = a.slice(1);
|
|
4464
|
-
return s == null || s.reduce(function(c,
|
|
4465
|
-
return !c[
|
|
4464
|
+
return s == null || s.reduce(function(c, p, u, f) {
|
|
4465
|
+
return !c[p] && (c[p] = u === f.length - 1 ? r : {}), c[p];
|
|
4466
4466
|
}, e), e;
|
|
4467
4467
|
}, {});
|
|
4468
4468
|
},
|
|
@@ -4680,8 +4680,8 @@ function zr(n, e) {
|
|
|
4680
4680
|
if (r = (t = t.call(n)).next, e !== 0)
|
|
4681
4681
|
for (; !(s = (o = r.call(t)).done) && (a.push(o.value), a.length !== e); s = !0)
|
|
4682
4682
|
;
|
|
4683
|
-
} catch (
|
|
4684
|
-
c = !0, i =
|
|
4683
|
+
} catch (p) {
|
|
4684
|
+
c = !0, i = p;
|
|
4685
4685
|
} finally {
|
|
4686
4686
|
try {
|
|
4687
4687
|
if (!s && t.return != null && (l = t.return(), Object(l) !== l))
|
|
@@ -4758,10 +4758,10 @@ var H = {
|
|
|
4758
4758
|
return E.isString(I) || E.isArray(I) ? {
|
|
4759
4759
|
class: I
|
|
4760
4760
|
} : I;
|
|
4761
|
-
}, c = ((e = o.binding) === null || e === void 0 || (e = e.value) === null || e === void 0 ? void 0 : e.ptOptions) || ((t = o.$config) === null || t === void 0 ? void 0 : t.ptOptions) || {},
|
|
4761
|
+
}, c = ((e = o.binding) === null || e === void 0 || (e = e.value) === null || e === void 0 ? void 0 : e.ptOptions) || ((t = o.$config) === null || t === void 0 ? void 0 : t.ptOptions) || {}, p = c.mergeSections, u = p === void 0 ? !0 : p, f = c.mergeProps, g = f === void 0 ? !1 : f, v = a ? H._useDefaultPT(o, o.defaultPT(), s, r, l) : void 0, y = H._usePT(o, H._getPT(i, o.$name), s, r, J(J({}, l), {}, {
|
|
4762
4762
|
global: v || {}
|
|
4763
4763
|
})), $ = H._getPTDatasets(o, r);
|
|
4764
|
-
return u || !u &&
|
|
4764
|
+
return u || !u && y ? g ? H._mergeProps(o, g, v, y, $) : J(J(J({}, v), y), $) : J(J({}, y), $);
|
|
4765
4765
|
},
|
|
4766
4766
|
_getPTDatasets: function() {
|
|
4767
4767
|
var e = arguments.length > 0 && arguments[0] !== void 0 ? arguments[0] : {}, t = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : "", o = "data-pc-";
|
|
@@ -4783,8 +4783,8 @@ var H = {
|
|
|
4783
4783
|
return o($, i, r);
|
|
4784
4784
|
};
|
|
4785
4785
|
if (t != null && t.hasOwnProperty("_usept")) {
|
|
4786
|
-
var a, s = t._usept || ((a = e.$config) === null || a === void 0 ? void 0 : a.ptOptions) || {}, c = s.mergeSections,
|
|
4787
|
-
return
|
|
4786
|
+
var a, s = t._usept || ((a = e.$config) === null || a === void 0 ? void 0 : a.ptOptions) || {}, c = s.mergeSections, p = c === void 0 ? !0 : c, u = s.mergeProps, f = u === void 0 ? !1 : u, g = l(t.originalValue), v = l(t.value);
|
|
4787
|
+
return g === void 0 && v === void 0 ? void 0 : E.isString(v) ? v : E.isString(g) ? g : p || !p && v ? f ? H._mergeProps(e, f, g, v) : J(J({}, g), v) : v;
|
|
4788
4788
|
}
|
|
4789
4789
|
return l(t);
|
|
4790
4790
|
},
|
|
@@ -4793,13 +4793,13 @@ var H = {
|
|
|
4793
4793
|
return H._usePT(e, t, o, i, r);
|
|
4794
4794
|
},
|
|
4795
4795
|
_hook: function(e, t, o, i, r, l) {
|
|
4796
|
-
var a, s, c = "on".concat(E.toCapitalCase(t)),
|
|
4796
|
+
var a, s, c = "on".concat(E.toCapitalCase(t)), p = H._getConfig(i, r), u = o == null ? void 0 : o.$instance, f = H._usePT(u, H._getPT(i == null || (a = i.value) === null || a === void 0 ? void 0 : a.pt, e), H._getOptionValue, "hooks.".concat(c)), g = H._useDefaultPT(u, p == null || (s = p.pt) === null || s === void 0 || (s = s.directives) === null || s === void 0 ? void 0 : s[e], H._getOptionValue, "hooks.".concat(c)), v = {
|
|
4797
4797
|
el: o,
|
|
4798
4798
|
binding: i,
|
|
4799
4799
|
vnode: r,
|
|
4800
4800
|
prevVnode: l
|
|
4801
4801
|
};
|
|
4802
|
-
|
|
4802
|
+
f == null || f(u, v), g == null || g(u, v);
|
|
4803
4803
|
},
|
|
4804
4804
|
_mergeProps: function() {
|
|
4805
4805
|
for (var e = arguments.length > 1 ? arguments[1] : void 0, t = arguments.length, o = new Array(t > 2 ? t - 2 : 0), i = 2; i < t; i++)
|
|
@@ -4808,34 +4808,34 @@ var H = {
|
|
|
4808
4808
|
},
|
|
4809
4809
|
_extend: function(e) {
|
|
4810
4810
|
var t = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : {}, o = function(r, l, a, s, c) {
|
|
4811
|
-
var
|
|
4811
|
+
var p, u;
|
|
4812
4812
|
l._$instances = l._$instances || {};
|
|
4813
|
-
var
|
|
4814
|
-
l._$instances[e] = J(J({},
|
|
4813
|
+
var f = H._getConfig(a, s), g = l._$instances[e] || {}, v = E.isEmpty(g) ? J(J({}, t), t == null ? void 0 : t.methods) : {};
|
|
4814
|
+
l._$instances[e] = J(J({}, g), {}, {
|
|
4815
4815
|
/* new instance variables to pass in directive methods */
|
|
4816
4816
|
$name: e,
|
|
4817
4817
|
$host: l,
|
|
4818
4818
|
$binding: a,
|
|
4819
4819
|
$modifiers: a == null ? void 0 : a.modifiers,
|
|
4820
4820
|
$value: a == null ? void 0 : a.value,
|
|
4821
|
-
$el:
|
|
4821
|
+
$el: g.$el || l || void 0,
|
|
4822
4822
|
$style: J({
|
|
4823
4823
|
classes: void 0,
|
|
4824
4824
|
inlineStyles: void 0,
|
|
4825
4825
|
loadStyle: function() {
|
|
4826
4826
|
}
|
|
4827
4827
|
}, t == null ? void 0 : t.style),
|
|
4828
|
-
$config:
|
|
4828
|
+
$config: f,
|
|
4829
4829
|
/* computed instance variables */
|
|
4830
4830
|
defaultPT: function() {
|
|
4831
|
-
return H._getPT(
|
|
4831
|
+
return H._getPT(f == null ? void 0 : f.pt, void 0, function($) {
|
|
4832
4832
|
var C;
|
|
4833
4833
|
return $ == null || (C = $.directives) === null || C === void 0 ? void 0 : C[e];
|
|
4834
4834
|
});
|
|
4835
4835
|
},
|
|
4836
4836
|
isUnstyled: function() {
|
|
4837
4837
|
var $, C;
|
|
4838
|
-
return (($ = l.$instance) === null || $ === void 0 || ($ = $.$binding) === null || $ === void 0 || ($ = $.value) === null || $ === void 0 ? void 0 : $.unstyled) !== void 0 ? (C = l.$instance) === null || C === void 0 || (C = C.$binding) === null || C === void 0 || (C = C.value) === null || C === void 0 ? void 0 : C.unstyled :
|
|
4838
|
+
return (($ = l.$instance) === null || $ === void 0 || ($ = $.$binding) === null || $ === void 0 || ($ = $.value) === null || $ === void 0 ? void 0 : $.unstyled) !== void 0 ? (C = l.$instance) === null || C === void 0 || (C = C.$binding) === null || C === void 0 || (C = C.value) === null || C === void 0 ? void 0 : C.unstyled : f == null ? void 0 : f.unstyled;
|
|
4839
4839
|
},
|
|
4840
4840
|
/* instance's methods */
|
|
4841
4841
|
ptm: function() {
|
|
@@ -4854,26 +4854,26 @@ var H = {
|
|
|
4854
4854
|
var $, C = arguments.length > 0 && arguments[0] !== void 0 ? arguments[0] : "", I = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : !0, O = arguments.length > 2 && arguments[2] !== void 0 ? arguments[2] : {};
|
|
4855
4855
|
return I ? H._getOptionValue(($ = l.$instance) === null || $ === void 0 || ($ = $.$style) === null || $ === void 0 ? void 0 : $.inlineStyles, C, J({}, O)) : void 0;
|
|
4856
4856
|
}
|
|
4857
|
-
}, v), l.$instance = l._$instances[e], (
|
|
4857
|
+
}, v), l.$instance = l._$instances[e], (p = (u = l.$instance)[r]) === null || p === void 0 || p.call(u, l, a, s, c), l["$".concat(e)] = l.$instance, H._hook(e, r, l, a, s, c);
|
|
4858
4858
|
};
|
|
4859
4859
|
return {
|
|
4860
4860
|
created: function(r, l, a, s) {
|
|
4861
4861
|
o("created", r, l, a, s);
|
|
4862
4862
|
},
|
|
4863
4863
|
beforeMount: function(r, l, a, s) {
|
|
4864
|
-
var c,
|
|
4864
|
+
var c, p, u, f, g = H._getConfig(l, a);
|
|
4865
4865
|
me.loadStyle({
|
|
4866
|
-
nonce:
|
|
4867
|
-
}), !((
|
|
4868
|
-
nonce:
|
|
4866
|
+
nonce: g == null || (c = g.csp) === null || c === void 0 ? void 0 : c.nonce
|
|
4867
|
+
}), !((p = r.$instance) !== null && p !== void 0 && p.isUnstyled()) && ((u = r.$instance) === null || u === void 0 || (u = u.$style) === null || u === void 0 || u.loadStyle({
|
|
4868
|
+
nonce: g == null || (f = g.csp) === null || f === void 0 ? void 0 : f.nonce
|
|
4869
4869
|
})), o("beforeMount", r, l, a, s);
|
|
4870
4870
|
},
|
|
4871
4871
|
mounted: function(r, l, a, s) {
|
|
4872
|
-
var c,
|
|
4872
|
+
var c, p, u, f, g = H._getConfig(l, a);
|
|
4873
4873
|
me.loadStyle({
|
|
4874
|
-
nonce:
|
|
4875
|
-
}), !((
|
|
4876
|
-
nonce:
|
|
4874
|
+
nonce: g == null || (c = g.csp) === null || c === void 0 ? void 0 : c.nonce
|
|
4875
|
+
}), !((p = r.$instance) !== null && p !== void 0 && p.isUnstyled()) && ((u = r.$instance) === null || u === void 0 || (u = u.$style) === null || u === void 0 || u.loadStyle({
|
|
4876
|
+
nonce: g == null || (f = g.csp) === null || f === void 0 ? void 0 : f.nonce
|
|
4877
4877
|
})), o("mounted", r, l, a, s);
|
|
4878
4878
|
},
|
|
4879
4879
|
beforeUpdate: function(r, l, a, s) {
|
|
@@ -5161,7 +5161,7 @@ var oi = {
|
|
|
5161
5161
|
}, ai = ["aria-label", "disabled", "data-p-severity"];
|
|
5162
5162
|
function li(n, e, t, o, i, r) {
|
|
5163
5163
|
var l = Ct("SpinnerIcon"), a = Ct("Badge"), s = cn("ripple");
|
|
5164
|
-
return
|
|
5164
|
+
return se((d(), b("button", T({
|
|
5165
5165
|
class: n.cx("root"),
|
|
5166
5166
|
type: "button",
|
|
5167
5167
|
"aria-label": r.defaultAriaLabel,
|
|
@@ -5171,7 +5171,7 @@ function li(n, e, t, o, i, r) {
|
|
|
5171
5171
|
}), [oe(n.$slots, "default", {}, function() {
|
|
5172
5172
|
return [n.loading ? oe(n.$slots, "loadingicon", {
|
|
5173
5173
|
key: 0,
|
|
5174
|
-
class:
|
|
5174
|
+
class: h([n.cx("loadingIcon"), n.cx("icon")])
|
|
5175
5175
|
}, function() {
|
|
5176
5176
|
return [n.loadingIcon ? (d(), b("span", T({
|
|
5177
5177
|
key: 0,
|
|
@@ -5183,7 +5183,7 @@ function li(n, e, t, o, i, r) {
|
|
|
5183
5183
|
}, n.ptm("loadingIcon")), null, 16, ["class"]))];
|
|
5184
5184
|
}) : oe(n.$slots, "icon", {
|
|
5185
5185
|
key: 1,
|
|
5186
|
-
class:
|
|
5186
|
+
class: h([n.cx("icon")])
|
|
5187
5187
|
}, function() {
|
|
5188
5188
|
return [n.icon ? (d(), b("span", T({
|
|
5189
5189
|
key: 0,
|
|
@@ -5219,7 +5219,7 @@ const si = ["innerHTML"], ui = /* @__PURE__ */ K({
|
|
|
5219
5219
|
},
|
|
5220
5220
|
setup(n) {
|
|
5221
5221
|
const e = n, t = S(() => e.type === "List" ? "pi-chevron-down" : "pi-plus-circle"), o = S(() => e.type === "List" ? "pi-times" : "pi-times-circle"), i = S(
|
|
5222
|
-
() =>
|
|
5222
|
+
() => A(hn[e.type], e.pt ?? {})
|
|
5223
5223
|
), { backgroundColor: r, palette: l } = ee({
|
|
5224
5224
|
...e,
|
|
5225
5225
|
backgroundColor: e.backgroundColor || e.parentBackgroundColor
|
|
@@ -5227,25 +5227,25 @@ const si = ["innerHTML"], ui = /* @__PURE__ */ K({
|
|
|
5227
5227
|
a.value = a.value === u ? null : u;
|
|
5228
5228
|
}, c = G(
|
|
5229
5229
|
e.modules.length - 1 <= 4 ? e.modules.length - 1 : 4
|
|
5230
|
-
),
|
|
5230
|
+
), p = () => {
|
|
5231
5231
|
c.value = c.value + 4;
|
|
5232
5232
|
};
|
|
5233
|
-
return (u,
|
|
5234
|
-
var
|
|
5233
|
+
return (u, f) => {
|
|
5234
|
+
var g;
|
|
5235
5235
|
return d(), _(te(u.isChild ? "div" : "section"), {
|
|
5236
|
-
class:
|
|
5236
|
+
class: h(`accordion-module ${((g = i.value) == null ? void 0 : g.root) ?? ""} bg-${m(r)} ${e.class ?? ""}`)
|
|
5237
5237
|
}, {
|
|
5238
5238
|
default: Q(() => {
|
|
5239
|
-
var v,
|
|
5239
|
+
var v, y;
|
|
5240
5240
|
return [
|
|
5241
5241
|
u.headline ? (d(), b("h3", {
|
|
5242
5242
|
key: 0,
|
|
5243
|
-
class:
|
|
5243
|
+
class: h(`accordion-module-headline ${((v = i.value) == null ? void 0 : v.headline) ?? ""} text-${m(l).headline}`),
|
|
5244
5244
|
innerHTML: u.headline
|
|
5245
5245
|
}, null, 10, si)) : w("", !0),
|
|
5246
5246
|
u.modules ? (d(), b("div", {
|
|
5247
5247
|
key: 1,
|
|
5248
|
-
class:
|
|
5248
|
+
class: h(`accordion-module-container flex ${((y = i.value) == null ? void 0 : y.container) ?? ""}`)
|
|
5249
5249
|
}, [
|
|
5250
5250
|
(d(!0), b(D, null, q(u.modules, ($, C) => (d(), b(D, {
|
|
5251
5251
|
key: `${$.headline}-${C}`
|
|
@@ -5261,15 +5261,15 @@ const si = ["innerHTML"], ui = /* @__PURE__ */ K({
|
|
|
5261
5261
|
"icon-active": o.value,
|
|
5262
5262
|
"total-items": u.modules.length,
|
|
5263
5263
|
"open-accordion-index": a.value,
|
|
5264
|
-
"background-color":
|
|
5264
|
+
"background-color": m(r),
|
|
5265
5265
|
onToggleAccordion: (I) => s(C)
|
|
5266
5266
|
}), null, 16, ["item-number", "is-first", "is-last", "icon-default", "icon-active", "total-items", "open-accordion-index", "background-color", "onToggleAccordion"])) : w("", !0)
|
|
5267
5267
|
], 64))), 128)),
|
|
5268
|
-
u.modules.length > 5 ? (d(), _(
|
|
5268
|
+
u.modules.length > 5 ? (d(), _(m(st), {
|
|
5269
5269
|
key: 0,
|
|
5270
5270
|
label: e.loadMoreButtonTitle ?? "Load More",
|
|
5271
5271
|
class: "mt-10 text-lily rounded-[2rem] bg-rosemary py-2 px-10 whitespace-nowrap float-left max-w-[fit-content] text-xl",
|
|
5272
|
-
onClick:
|
|
5272
|
+
onClick: p
|
|
5273
5273
|
}, null, 8, ["label"])) : w("", !0)
|
|
5274
5274
|
], 2)) : w("", !0)
|
|
5275
5275
|
];
|
|
@@ -5300,14 +5300,14 @@ const si = ["innerHTML"], ui = /* @__PURE__ */ K({
|
|
|
5300
5300
|
},
|
|
5301
5301
|
emits: ["toggleAccordion"],
|
|
5302
5302
|
setup(n, { emit: e }) {
|
|
5303
|
-
const t = n, o = S(() =>
|
|
5303
|
+
const t = n, o = S(() => A(lt, t.pt ?? {})), i = G(!1), r = e, l = (a) => {
|
|
5304
5304
|
r("toggleAccordion", a);
|
|
5305
5305
|
};
|
|
5306
5306
|
return (a, s) => {
|
|
5307
|
-
var c,
|
|
5307
|
+
var c, p, u, f, g, v, y, $;
|
|
5308
5308
|
return a.isListType ? (d(), b("div", {
|
|
5309
5309
|
key: 0,
|
|
5310
|
-
class:
|
|
5310
|
+
class: h({
|
|
5311
5311
|
[`accordion-item-${a.itemNumber}`]: !0,
|
|
5312
5312
|
active: i.value,
|
|
5313
5313
|
first: a.isFirst,
|
|
@@ -5319,11 +5319,11 @@ const si = ["innerHTML"], ui = /* @__PURE__ */ K({
|
|
|
5319
5319
|
}, [
|
|
5320
5320
|
k("h3", {
|
|
5321
5321
|
id: `accordion-collapse-headline-${a.itemNumber}`,
|
|
5322
|
-
class:
|
|
5322
|
+
class: h(`flex accordion-item-headline ${((c = o.value) == null ? void 0 : c.headline) ?? ""}`)
|
|
5323
5323
|
}, [
|
|
5324
5324
|
k("button", {
|
|
5325
5325
|
type: "button",
|
|
5326
|
-
class:
|
|
5326
|
+
class: h(`flex items-center w-full ${((p = o.value) == null ? void 0 : p.button) ?? ""} justify-between`),
|
|
5327
5327
|
"data-accordion-target": "#accordion-collapse-body-1",
|
|
5328
5328
|
"aria-expanded": !0,
|
|
5329
5329
|
"aria-controls": `accordion-collapse-body-${a.itemNumber}`,
|
|
@@ -5331,29 +5331,29 @@ const si = ["innerHTML"], ui = /* @__PURE__ */ K({
|
|
|
5331
5331
|
}, [
|
|
5332
5332
|
k("span", null, M(a.headline), 1),
|
|
5333
5333
|
k("div", {
|
|
5334
|
-
class:
|
|
5334
|
+
class: h(`${((u = o.value) == null ? void 0 : u.icon) ?? ""}`)
|
|
5335
5335
|
}, [
|
|
5336
|
-
|
|
5337
|
-
class:
|
|
5336
|
+
se(k("i", {
|
|
5337
|
+
class: h(`pi ${a.iconDefault}`)
|
|
5338
5338
|
}, null, 2), [
|
|
5339
|
-
[
|
|
5339
|
+
[fe, !i.value]
|
|
5340
5340
|
]),
|
|
5341
|
-
|
|
5342
|
-
class:
|
|
5341
|
+
se(k("i", {
|
|
5342
|
+
class: h(`pi ${a.iconActive}`)
|
|
5343
5343
|
}, null, 2), [
|
|
5344
|
-
[
|
|
5344
|
+
[fe, i.value]
|
|
5345
5345
|
])
|
|
5346
5346
|
], 2)
|
|
5347
5347
|
], 10, di)
|
|
5348
5348
|
], 10, ci),
|
|
5349
5349
|
k("div", {
|
|
5350
5350
|
id: `accordion-collapse-body-${a.itemNumber}`,
|
|
5351
|
-
class:
|
|
5351
|
+
class: h(`accordion-item-body ${i.value ? "show" : "hidden"} ${((f = o.value) == null ? void 0 : f.bodyCopy) ?? ""}`),
|
|
5352
5352
|
"aria-labelledby": `accordion-collapse-heading-${a.itemNumber}`
|
|
5353
5353
|
}, M(a.bodyCopy), 11, pi)
|
|
5354
5354
|
], 2)) : (d(), b("div", {
|
|
5355
5355
|
key: 1,
|
|
5356
|
-
class:
|
|
5356
|
+
class: h([{
|
|
5357
5357
|
[`accordion-item-${a.itemNumber}`]: !0,
|
|
5358
5358
|
active: a.openAccordionIndex === a.itemNumber,
|
|
5359
5359
|
first: a.isFirst,
|
|
@@ -5363,11 +5363,11 @@ const si = ["innerHTML"], ui = /* @__PURE__ */ K({
|
|
|
5363
5363
|
}, [
|
|
5364
5364
|
k("h3", {
|
|
5365
5365
|
id: `accordion-collapse-headline-${a.itemNumber}`,
|
|
5366
|
-
class:
|
|
5366
|
+
class: h(`flex accordion-item-headline ${((g = o.value) == null ? void 0 : g.headline) ?? ""}`)
|
|
5367
5367
|
}, [
|
|
5368
5368
|
k("button", {
|
|
5369
5369
|
type: "button",
|
|
5370
|
-
class:
|
|
5370
|
+
class: h(`flex items-center w-full ${((v = o.value) == null ? void 0 : v.button) ?? ""} ${t.isListType ? "justify-between" : "justify-center"}`),
|
|
5371
5371
|
"data-accordion-target": "#accordion-collapse-body-1",
|
|
5372
5372
|
"aria-expanded": a.openAccordionIndex === a.itemNumber,
|
|
5373
5373
|
"aria-controls": `accordion-collapse-body-${a.itemNumber}`,
|
|
@@ -5375,24 +5375,24 @@ const si = ["innerHTML"], ui = /* @__PURE__ */ K({
|
|
|
5375
5375
|
}, [
|
|
5376
5376
|
k("span", null, M(a.headline), 1),
|
|
5377
5377
|
k("div", {
|
|
5378
|
-
class:
|
|
5378
|
+
class: h(`${((y = o.value) == null ? void 0 : y.icon) ?? ""}`)
|
|
5379
5379
|
}, [
|
|
5380
|
-
|
|
5381
|
-
class:
|
|
5380
|
+
se(k("i", {
|
|
5381
|
+
class: h(`pi ${a.iconDefault}`)
|
|
5382
5382
|
}, null, 2), [
|
|
5383
|
-
[
|
|
5383
|
+
[fe, a.openAccordionIndex !== a.itemNumber]
|
|
5384
5384
|
]),
|
|
5385
|
-
|
|
5386
|
-
class:
|
|
5385
|
+
se(k("i", {
|
|
5386
|
+
class: h(`pi ${a.iconActive}`)
|
|
5387
5387
|
}, null, 2), [
|
|
5388
|
-
[
|
|
5388
|
+
[fe, a.openAccordionIndex === a.itemNumber]
|
|
5389
5389
|
])
|
|
5390
5390
|
], 2)
|
|
5391
5391
|
], 10, mi)
|
|
5392
5392
|
], 10, fi),
|
|
5393
5393
|
k("div", {
|
|
5394
5394
|
id: `accordion-collapse-body-${a.itemNumber}`,
|
|
5395
|
-
class:
|
|
5395
|
+
class: h(`accordion-item-body ${a.openAccordionIndex !== a.itemNumber ? "hidden" : "active"} ${(($ = o.value) == null ? void 0 : $.bodyCopy) ?? ""}`),
|
|
5396
5396
|
"aria-labelledby": `accordion-collapse-heading-${a.itemNumber}`
|
|
5397
5397
|
}, M(a.bodyCopy), 11, gi)
|
|
5398
5398
|
], 2));
|
|
@@ -5403,7 +5403,7 @@ function ut(n) {
|
|
|
5403
5403
|
return Qn() ? (eo(n), !0) : !1;
|
|
5404
5404
|
}
|
|
5405
5405
|
function Ce(n) {
|
|
5406
|
-
return typeof n == "function" ? n() :
|
|
5406
|
+
return typeof n == "function" ? n() : m(n);
|
|
5407
5407
|
}
|
|
5408
5408
|
const yi = {
|
|
5409
5409
|
mounted: "mounted",
|
|
@@ -5450,38 +5450,38 @@ function xi(n, e, t = {}) {
|
|
|
5450
5450
|
const v = Ce(n);
|
|
5451
5451
|
return (Array.isArray(v) ? v : [v]).map(vt).filter(zn);
|
|
5452
5452
|
});
|
|
5453
|
-
let
|
|
5454
|
-
const u = G(a),
|
|
5453
|
+
let p = ke;
|
|
5454
|
+
const u = G(a), f = s.value ? xe(
|
|
5455
5455
|
() => [c.value, vt(o), u.value],
|
|
5456
|
-
([v,
|
|
5457
|
-
if (
|
|
5456
|
+
([v, y]) => {
|
|
5457
|
+
if (p(), !u.value || !v.length)
|
|
5458
5458
|
return;
|
|
5459
5459
|
const $ = new IntersectionObserver(
|
|
5460
5460
|
e,
|
|
5461
5461
|
{
|
|
5462
|
-
root: vt(
|
|
5462
|
+
root: vt(y),
|
|
5463
5463
|
rootMargin: i,
|
|
5464
5464
|
threshold: r
|
|
5465
5465
|
}
|
|
5466
5466
|
);
|
|
5467
|
-
v.forEach((C) => C && $.observe(C)),
|
|
5468
|
-
$.disconnect(),
|
|
5467
|
+
v.forEach((C) => C && $.observe(C)), p = () => {
|
|
5468
|
+
$.disconnect(), p = ke;
|
|
5469
5469
|
};
|
|
5470
5470
|
},
|
|
5471
5471
|
{ immediate: a, flush: "post" }
|
|
5472
|
-
) : ke,
|
|
5473
|
-
|
|
5472
|
+
) : ke, g = () => {
|
|
5473
|
+
p(), f(), u.value = !1;
|
|
5474
5474
|
};
|
|
5475
|
-
return ut(
|
|
5475
|
+
return ut(g), {
|
|
5476
5476
|
isSupported: s,
|
|
5477
5477
|
isActive: u,
|
|
5478
5478
|
pause() {
|
|
5479
|
-
|
|
5479
|
+
p(), u.value = !1;
|
|
5480
5480
|
},
|
|
5481
5481
|
resume() {
|
|
5482
5482
|
u.value = !0;
|
|
5483
5483
|
},
|
|
5484
|
-
stop:
|
|
5484
|
+
stop: g
|
|
5485
5485
|
};
|
|
5486
5486
|
}
|
|
5487
5487
|
function Vt(n, e = {}) {
|
|
@@ -5514,12 +5514,12 @@ const Ti = /* @__PURE__ */ K({
|
|
|
5514
5514
|
return (i, r) => {
|
|
5515
5515
|
var l;
|
|
5516
5516
|
return d(), b("div", {
|
|
5517
|
-
class:
|
|
5517
|
+
class: h(`w-full overflow-hidden ${e.class ?? ""}`)
|
|
5518
5518
|
}, [
|
|
5519
5519
|
k("div", {
|
|
5520
5520
|
ref_key: "content",
|
|
5521
5521
|
ref: t,
|
|
5522
|
-
class:
|
|
5522
|
+
class: h(`should-animate ${m(o) ? "animate" : ""}`)
|
|
5523
5523
|
}, [
|
|
5524
5524
|
i.component && ((l = i.component) != null && l.__typename) ? (d(), _(te(i.component.__typename), T({ key: 0 }, i.component, { "is-child": !0 }), null, 16)) : oe(i.$slots, "default", { key: 1 }, void 0, !0)
|
|
5525
5525
|
], 2)
|
|
@@ -5531,7 +5531,7 @@ const Ti = /* @__PURE__ */ K({
|
|
|
5531
5531
|
for (const [o, i] of e)
|
|
5532
5532
|
t[o] = i;
|
|
5533
5533
|
return t;
|
|
5534
|
-
}, Un = /* @__PURE__ */ Ye(Ti, [["__scopeId", "data-v-38a806d4"]]), Si = ["src", "alt"], Ii = ["src", "alt"], _i = ["src", "alt"],
|
|
5534
|
+
}, Un = /* @__PURE__ */ Ye(Ti, [["__scopeId", "data-v-38a806d4"]]), Si = ["src", "alt"], Ii = ["src", "alt"], _i = ["src", "alt"], le = /* @__PURE__ */ K({
|
|
5535
5535
|
inheritAttrs: !1,
|
|
5536
5536
|
__name: "Image",
|
|
5537
5537
|
props: {
|
|
@@ -5559,21 +5559,21 @@ const Ti = /* @__PURE__ */ K({
|
|
|
5559
5559
|
return (l = e.mobileMedia) != null && l.height ? typeof ((a = e.mobileMedia) == null ? void 0 : a.height) == "number" ? `${(s = e.mobileMedia) == null ? void 0 : s.height}px` : (c = e.mobileMedia) == null ? void 0 : c.height : null;
|
|
5560
5560
|
});
|
|
5561
5561
|
return (l, a) => {
|
|
5562
|
-
var c,
|
|
5562
|
+
var c, p;
|
|
5563
5563
|
const s = Un;
|
|
5564
5564
|
return d(), b(D, null, [
|
|
5565
5565
|
l.animated ? (d(), _(s, {
|
|
5566
5566
|
key: 0,
|
|
5567
|
-
class:
|
|
5567
|
+
class: h(l.$props.class)
|
|
5568
5568
|
}, {
|
|
5569
5569
|
default: Q(() => {
|
|
5570
5570
|
var u;
|
|
5571
5571
|
return [
|
|
5572
5572
|
k("img", {
|
|
5573
|
-
class:
|
|
5573
|
+
class: h(e.class),
|
|
5574
5574
|
src: (u = l.media) == null ? void 0 : u.url,
|
|
5575
5575
|
alt: l.altTag,
|
|
5576
|
-
style:
|
|
5576
|
+
style: ae(
|
|
5577
5577
|
{
|
|
5578
5578
|
desktopWidth: t.value,
|
|
5579
5579
|
desktopHeight: o.value
|
|
@@ -5585,10 +5585,10 @@ const Ti = /* @__PURE__ */ K({
|
|
|
5585
5585
|
_: 1
|
|
5586
5586
|
}, 8, ["class"])) : (d(), b("img", {
|
|
5587
5587
|
key: 1,
|
|
5588
|
-
class:
|
|
5588
|
+
class: h(`${e.class} hidden md:flex`),
|
|
5589
5589
|
src: (c = l.media) == null ? void 0 : c.url,
|
|
5590
5590
|
alt: l.altTag,
|
|
5591
|
-
style:
|
|
5591
|
+
style: ae(
|
|
5592
5592
|
{
|
|
5593
5593
|
width: t.value,
|
|
5594
5594
|
height: o.value
|
|
@@ -5597,10 +5597,10 @@ const Ti = /* @__PURE__ */ K({
|
|
|
5597
5597
|
}, null, 14, Ii)),
|
|
5598
5598
|
l.animated ? w("", !0) : (d(), b("img", {
|
|
5599
5599
|
key: 2,
|
|
5600
|
-
class:
|
|
5601
|
-
src: (
|
|
5600
|
+
class: h(`${e.class} sm:flex md:hidden`),
|
|
5601
|
+
src: (p = l.mobileMedia) != null && p.url ? l.mobileMedia.url : l.media.url,
|
|
5602
5602
|
alt: l.altTag,
|
|
5603
|
-
style:
|
|
5603
|
+
style: ae(
|
|
5604
5604
|
{
|
|
5605
5605
|
width: i.value || t.value,
|
|
5606
5606
|
height: r.value || o.value
|
|
@@ -5610,7 +5610,7 @@ const Ti = /* @__PURE__ */ K({
|
|
|
5610
5610
|
], 64);
|
|
5611
5611
|
};
|
|
5612
5612
|
}
|
|
5613
|
-
}),
|
|
5613
|
+
}), Pi = ["id"], Ai = ["aria-controls"], Li = ["id", "aria-labelledby", "innerHTML"], Oi = /* @__PURE__ */ K({
|
|
5614
5614
|
__name: "AccordionListItem",
|
|
5615
5615
|
props: {
|
|
5616
5616
|
__typename: {},
|
|
@@ -5632,14 +5632,14 @@ const Ti = /* @__PURE__ */ K({
|
|
|
5632
5632
|
},
|
|
5633
5633
|
setup(n) {
|
|
5634
5634
|
const e = n, t = S(
|
|
5635
|
-
() =>
|
|
5635
|
+
() => A(yn, e.pt ?? {})
|
|
5636
5636
|
), { palette: o } = ee(e), i = G(e.openAccordionIndex === e.itemNumber);
|
|
5637
5637
|
return (r, l) => {
|
|
5638
|
-
var a, s, c,
|
|
5638
|
+
var a, s, c, p, u, f;
|
|
5639
5639
|
return d(), b("div", {
|
|
5640
|
-
class:
|
|
5640
|
+
class: h({
|
|
5641
5641
|
[`${((a = t.value) == null ? void 0 : a.root) ?? ""}`]: !0,
|
|
5642
|
-
[`border-b first:border-t border-${
|
|
5642
|
+
[`border-b first:border-t border-${m(o).copy}`]: !0,
|
|
5643
5643
|
[`accordion-item-${r.itemNumber}`]: !0,
|
|
5644
5644
|
active: i.value,
|
|
5645
5645
|
first: r.isFirst,
|
|
@@ -5651,39 +5651,39 @@ const Ti = /* @__PURE__ */ K({
|
|
|
5651
5651
|
}, [
|
|
5652
5652
|
k("div", {
|
|
5653
5653
|
id: `accordion-collapse-headline-${r.itemNumber}`,
|
|
5654
|
-
class:
|
|
5654
|
+
class: h(`flex accordion-item-headline ${((s = t.value) == null ? void 0 : s.headline) ?? ""}`)
|
|
5655
5655
|
}, [
|
|
5656
|
-
r.image ? (d(), _(
|
|
5656
|
+
r.image ? (d(), _(le, T({ key: 0 }, r.image, {
|
|
5657
5657
|
class: `${((c = t.value) == null ? void 0 : c.image) ?? ""}`
|
|
5658
5658
|
}), null, 16, ["class"])) : w("", !0),
|
|
5659
5659
|
k("button", {
|
|
5660
5660
|
type: "button",
|
|
5661
|
-
class:
|
|
5661
|
+
class: h(`flex items-center justify-between w-full text-${m(o).subheadline} ${((p = t.value) == null ? void 0 : p.button) ?? ""}`),
|
|
5662
5662
|
"data-accordion-target": "#accordion-collapse-body-1",
|
|
5663
5663
|
"aria-expanded": "true",
|
|
5664
5664
|
"aria-controls": `accordion-collapse-body-${r.itemNumber}`,
|
|
5665
|
-
onClick: l[0] || (l[0] = ot((
|
|
5665
|
+
onClick: l[0] || (l[0] = ot((g) => i.value = !i.value, ["prevent"]))
|
|
5666
5666
|
}, [
|
|
5667
5667
|
k("span", null, M(r.headline), 1),
|
|
5668
5668
|
k("div", {
|
|
5669
|
-
class:
|
|
5669
|
+
class: h(`${((u = t.value) == null ? void 0 : u.icon) ?? ""} text-${m(o).bullet}`)
|
|
5670
5670
|
}, [
|
|
5671
|
-
|
|
5672
|
-
class:
|
|
5671
|
+
se(k("i", {
|
|
5672
|
+
class: h(`pi ${r.iconDefault}`)
|
|
5673
5673
|
}, null, 2), [
|
|
5674
|
-
[
|
|
5674
|
+
[fe, !i.value]
|
|
5675
5675
|
]),
|
|
5676
|
-
|
|
5677
|
-
class:
|
|
5676
|
+
se(k("i", {
|
|
5677
|
+
class: h(`pi ${r.iconActive}`)
|
|
5678
5678
|
}, null, 2), [
|
|
5679
|
-
[
|
|
5679
|
+
[fe, i.value]
|
|
5680
5680
|
])
|
|
5681
5681
|
], 2)
|
|
5682
|
-
], 10,
|
|
5683
|
-
], 10,
|
|
5682
|
+
], 10, Ai)
|
|
5683
|
+
], 10, Pi),
|
|
5684
5684
|
k("div", {
|
|
5685
5685
|
id: `accordion-collapse-body-${r.itemNumber}`,
|
|
5686
|
-
class:
|
|
5686
|
+
class: h(`accordion-item-body text-${m(o).copy} ${i.value ? "active" : "hidden"} ${((f = t.value) == null ? void 0 : f.bodyCopy) ?? ""}`),
|
|
5687
5687
|
"aria-labelledby": `accordion-collapse-heading-${r.itemNumber}`,
|
|
5688
5688
|
innerHTML: r.bodyCopy
|
|
5689
5689
|
}, null, 10, Li)
|
|
@@ -5691,9 +5691,9 @@ const Ti = /* @__PURE__ */ K({
|
|
|
5691
5691
|
};
|
|
5692
5692
|
}
|
|
5693
5693
|
}), Ei = ["id"], ji = ["aria-controls"], Mi = {
|
|
5694
|
-
class: /* @__PURE__ */
|
|
5694
|
+
class: /* @__PURE__ */ h("pi pi-plus-circle")
|
|
5695
5695
|
}, Bi = {
|
|
5696
|
-
class: /* @__PURE__ */
|
|
5696
|
+
class: /* @__PURE__ */ h("pi pi-times-circle")
|
|
5697
5697
|
}, Vi = ["id", "aria-labelledby", "innerHTML"], Ni = /* @__PURE__ */ K({
|
|
5698
5698
|
__name: "AccordionTileItem",
|
|
5699
5699
|
props: {
|
|
@@ -5717,16 +5717,16 @@ const Ti = /* @__PURE__ */ K({
|
|
|
5717
5717
|
emits: ["toggleAccordion"],
|
|
5718
5718
|
setup(n, { emit: e }) {
|
|
5719
5719
|
const t = n, o = S(
|
|
5720
|
-
() =>
|
|
5720
|
+
() => A(bn, t.pt ?? {})
|
|
5721
5721
|
), { palette: i } = ee(t), r = S(() => t.openAccordionIndex === t.itemNumber), l = e, a = (s) => {
|
|
5722
5722
|
l("toggleAccordion", s);
|
|
5723
5723
|
};
|
|
5724
5724
|
return (s, c) => {
|
|
5725
|
-
var
|
|
5725
|
+
var p, u, f, g, v, y, $, C, I, O;
|
|
5726
5726
|
return d(), b("div", {
|
|
5727
|
-
class:
|
|
5727
|
+
class: h({
|
|
5728
5728
|
[`accordion-item-${s.itemNumber}`]: !0,
|
|
5729
|
-
[((
|
|
5729
|
+
[((p = o.value) == null ? void 0 : p.root) ?? ""]: !0,
|
|
5730
5730
|
active: r.value,
|
|
5731
5731
|
first: s.isFirst,
|
|
5732
5732
|
last: s.isLast,
|
|
@@ -5737,14 +5737,14 @@ const Ti = /* @__PURE__ */ K({
|
|
|
5737
5737
|
}, [
|
|
5738
5738
|
k("div", {
|
|
5739
5739
|
id: `accordion-collapse-headline-${s.itemNumber}`,
|
|
5740
|
-
class:
|
|
5740
|
+
class: h(`flex accordion-item-headline text-2xl p-8 !mb-0 md:p-16 ${((u = o.value) == null ? void 0 : u.headline) ?? ""} bg-${(f = m(i).interactive) == null ? void 0 : f.bg}`)
|
|
5741
5741
|
}, [
|
|
5742
|
-
s.image ? (d(), _(
|
|
5743
|
-
class: `${((
|
|
5742
|
+
s.image ? (d(), _(le, T({ key: 0 }, s.image, {
|
|
5743
|
+
class: `${((g = o.value) == null ? void 0 : g.image) ?? ""}`
|
|
5744
5744
|
}), null, 16, ["class"])) : w("", !0),
|
|
5745
5745
|
k("button", {
|
|
5746
5746
|
type: "button",
|
|
5747
|
-
class:
|
|
5747
|
+
class: h(`flex items-center w-full ${((v = o.value) == null ? void 0 : v.button) ?? ""} text-${(y = m(i).interactive) == null ? void 0 : y.copy}`),
|
|
5748
5748
|
"data-accordion-target": "#accordion-collapse-body-1",
|
|
5749
5749
|
"aria-expanded": "true",
|
|
5750
5750
|
"aria-controls": `accordion-collapse-body-${s.itemNumber}`,
|
|
@@ -5752,20 +5752,20 @@ const Ti = /* @__PURE__ */ K({
|
|
|
5752
5752
|
}, [
|
|
5753
5753
|
k("span", null, M(s.headline), 1),
|
|
5754
5754
|
k("div", {
|
|
5755
|
-
class:
|
|
5755
|
+
class: h(($ = o.value) == null ? void 0 : $.icon)
|
|
5756
5756
|
}, [
|
|
5757
|
-
|
|
5758
|
-
[
|
|
5757
|
+
se(k("i", Mi, null, 512), [
|
|
5758
|
+
[fe, s.openAccordionIndex !== s.itemNumber]
|
|
5759
5759
|
]),
|
|
5760
|
-
|
|
5761
|
-
[
|
|
5760
|
+
se(k("i", Bi, null, 512), [
|
|
5761
|
+
[fe, s.openAccordionIndex === s.itemNumber]
|
|
5762
5762
|
])
|
|
5763
5763
|
], 2)
|
|
5764
5764
|
], 10, ji)
|
|
5765
5765
|
], 10, Ei),
|
|
5766
5766
|
k("div", {
|
|
5767
5767
|
id: `accordion-collapse-body-${s.itemNumber}`,
|
|
5768
|
-
class:
|
|
5768
|
+
class: h(`accordion-item-body ${r.value ? "active" : "hidden"} z-30 ${((C = o.value) == null ? void 0 : C.bodyCopy) ?? ""} bg-${(I = m(i).interactive) == null ? void 0 : I.bg} text-${(O = m(i).interactive) == null ? void 0 : O.copy}`),
|
|
5769
5769
|
"aria-labelledby": `accordion-collapse-heading-${s.itemNumber}`,
|
|
5770
5770
|
innerHTML: s.bodyCopy
|
|
5771
5771
|
}, null, 10, Vi)
|
|
@@ -6205,8 +6205,8 @@ var Zn = {
|
|
|
6205
6205
|
if (this.responsiveOptions && !this.isUnstyled) {
|
|
6206
6206
|
var o = Ie(this.responsiveOptions), i = E.localeComparator();
|
|
6207
6207
|
o.sort(function(a, s) {
|
|
6208
|
-
var c = a.breakpoint,
|
|
6209
|
-
return E.sort(c,
|
|
6208
|
+
var c = a.breakpoint, p = s.breakpoint;
|
|
6209
|
+
return E.sort(c, p, -1, i);
|
|
6210
6210
|
});
|
|
6211
6211
|
for (var r = 0; r < o.length; r++) {
|
|
6212
6212
|
var l = o[r];
|
|
@@ -6350,7 +6350,7 @@ function ma(n, e, t, o, i, r) {
|
|
|
6350
6350
|
}, n.ptm("content")), [k("div", T({
|
|
6351
6351
|
class: [n.cx("container"), n.containerClass],
|
|
6352
6352
|
"aria-live": i.allowAutoplay ? "polite" : "off"
|
|
6353
|
-
}, n.ptm("container")), [n.showNavigators ?
|
|
6353
|
+
}, n.ptm("container")), [n.showNavigators ? se((d(), b("button", T({
|
|
6354
6354
|
key: 0,
|
|
6355
6355
|
type: "button",
|
|
6356
6356
|
class: n.cx("previousButton"),
|
|
@@ -6437,7 +6437,7 @@ function ma(n, e, t, o, i, r) {
|
|
|
6437
6437
|
data: a,
|
|
6438
6438
|
index: s
|
|
6439
6439
|
})], 16);
|
|
6440
|
-
}), 128)) : w("", !0)], 16)], 16), n.showNavigators ?
|
|
6440
|
+
}), 128)) : w("", !0)], 16)], 16), n.showNavigators ? se((d(), b("button", T({
|
|
6441
6441
|
key: 1,
|
|
6442
6442
|
type: "button",
|
|
6443
6443
|
class: n.cx("nextButton"),
|
|
@@ -6473,8 +6473,8 @@ function ma(n, e, t, o, i, r) {
|
|
|
6473
6473
|
tabindex: i.d_page === s ? "0" : "-1",
|
|
6474
6474
|
"aria-label": r.ariaPageLabel(s + 1),
|
|
6475
6475
|
"aria-current": i.d_page === s ? "page" : void 0,
|
|
6476
|
-
onClick: function(
|
|
6477
|
-
return r.onIndicatorClick(
|
|
6476
|
+
onClick: function(p) {
|
|
6477
|
+
return r.onIndicatorClick(p, s);
|
|
6478
6478
|
}
|
|
6479
6479
|
}, n.ptm("indicatorButton", r.getIndicatorPTOptions(s))), null, 16, fa)], 16, pa);
|
|
6480
6480
|
}), 128))], 16)) : w("", !0)], 16)), n.$slots.footer ? (d(), b("div", T({
|
|
@@ -6495,45 +6495,45 @@ const ga = ["innerHTML"], ha = { class: "flex justify-center items-center gap-6
|
|
|
6495
6495
|
class: {}
|
|
6496
6496
|
},
|
|
6497
6497
|
setup(n) {
|
|
6498
|
-
const e = n, t = S(() =>
|
|
6498
|
+
const e = n, t = S(() => A(vn, e.pt ?? {})), o = G(0), i = S(() => o.value > 0), r = S(() => o.value < e.carouselItems.length - 1), { backgroundColor: l, palette: a } = ee(e), s = S(
|
|
6499
6499
|
() => `${R(e.variant !== "Hero" ? "py-16 px-8" : "", `bg-${l}`, e.class)} ${e.variant.toLowerCase()} carousel relative`
|
|
6500
6500
|
);
|
|
6501
|
-
return (c,
|
|
6501
|
+
return (c, p) => {
|
|
6502
6502
|
var u;
|
|
6503
|
-
return d(), _(
|
|
6503
|
+
return d(), _(m(Zn), {
|
|
6504
6504
|
value: c.carouselItems,
|
|
6505
6505
|
"num-visible": 1,
|
|
6506
6506
|
"num-scroll": 1,
|
|
6507
|
-
class:
|
|
6507
|
+
class: h(s.value),
|
|
6508
6508
|
pt: t.value,
|
|
6509
6509
|
"show-navigators": !1,
|
|
6510
6510
|
"show-indicators": !1,
|
|
6511
6511
|
page: o.value,
|
|
6512
6512
|
"pt:item:class": `carousel-item w-full ${((u = t.value) == null ? void 0 : u.item) ?? ""}`
|
|
6513
|
-
},
|
|
6514
|
-
item: Q((
|
|
6515
|
-
(d(), _(te(
|
|
6513
|
+
}, Ae({
|
|
6514
|
+
item: Q((f) => [
|
|
6515
|
+
(d(), _(te(f.data.__typename), T(f.data, { "is-child": !0 }), null, 16))
|
|
6516
6516
|
]),
|
|
6517
6517
|
footer: Q(() => [
|
|
6518
6518
|
k("div", ha, [
|
|
6519
6519
|
k("button", {
|
|
6520
6520
|
onClick: () => i.value ? o.value-- : o.value = c.carouselItems.length - 1
|
|
6521
|
-
},
|
|
6521
|
+
}, p[0] || (p[0] = [
|
|
6522
6522
|
k("img", {
|
|
6523
6523
|
class: "w-[11px]",
|
|
6524
6524
|
src: "https://images.ctfassets.net/qqblaiss500w/5Nhdf7R1DeedcyBCxbqEGZ/789698047434d57ca6337e3f210ee1f9/icon-left-arrow.svg?fm=webp"
|
|
6525
6525
|
}, null, -1)
|
|
6526
6526
|
]), 8, ya),
|
|
6527
6527
|
k("div", ba, [
|
|
6528
|
-
(d(!0), b(D, null, q(c.carouselItems, (
|
|
6529
|
-
key:
|
|
6530
|
-
onClick: () => o.value =
|
|
6531
|
-
class:
|
|
6528
|
+
(d(!0), b(D, null, q(c.carouselItems, (f, g) => (d(), b("button", {
|
|
6529
|
+
key: g,
|
|
6530
|
+
onClick: () => o.value = g,
|
|
6531
|
+
class: h(`w-[11px] h-[11px] rounded-full transition duration-200 focus:outline-none focus:outline-offset-0 focus:ring-1 focus:ring-primary-500 dark:focus:ring-primary-400 border dark:bg-surface-700 dark:hover:bg-surface-600 ${o.value === g ? "bg-secondary border-none" : "border-gray-400"}`)
|
|
6532
6532
|
}, null, 10, va))), 128))
|
|
6533
6533
|
]),
|
|
6534
6534
|
k("button", {
|
|
6535
6535
|
onClick: () => r.value ? o.value++ : o.value = 0
|
|
6536
|
-
},
|
|
6536
|
+
}, p[1] || (p[1] = [
|
|
6537
6537
|
k("img", {
|
|
6538
6538
|
class: "w-[11px]",
|
|
6539
6539
|
src: "https://images.ctfassets.net/qqblaiss500w/52baRb2rAQgjt4FV4eCjog/91068343d7082e65d18f4eb4030656d9/icon-right-arrow.svg?fm=webp"
|
|
@@ -6546,10 +6546,10 @@ const ga = ["innerHTML"], ha = { class: "flex justify-center items-center gap-6
|
|
|
6546
6546
|
c.headline ? {
|
|
6547
6547
|
name: "header",
|
|
6548
6548
|
fn: Q(() => {
|
|
6549
|
-
var
|
|
6549
|
+
var f;
|
|
6550
6550
|
return [
|
|
6551
6551
|
k("h2", {
|
|
6552
|
-
class:
|
|
6552
|
+
class: h(`carousel-headline ${((f = t.value) == null ? void 0 : f.headline) ?? ""} text-${m(a).headline}`),
|
|
6553
6553
|
innerHTML: c.headline
|
|
6554
6554
|
}, null, 10, ga)
|
|
6555
6555
|
];
|
|
@@ -6590,104 +6590,104 @@ const Ca = ["innerHTML"], ka = {
|
|
|
6590
6590
|
setup(n) {
|
|
6591
6591
|
var B, V, z, W, F, N;
|
|
6592
6592
|
const e = n, { backgroundColor: t, palette: o } = ee(e), i = S(
|
|
6593
|
-
() =>
|
|
6593
|
+
() => A(wn[e.variant], e.pt ?? {})
|
|
6594
6594
|
), r = S(() => Ve[e.variant] === Ve.Hero), l = S(() => Ve[e.variant] === Ve.Centered), a = S(() => {
|
|
6595
6595
|
if (!r.value)
|
|
6596
6596
|
return "";
|
|
6597
6597
|
const x = [];
|
|
6598
|
-
return
|
|
6598
|
+
return g === "ContentModule" && v === "Image" && x.push("md:flex md:items-center md:z-10"), g !== "Image" && (x.push("py-16 px-8 md:py-0 md:pr-0 lg:pr-16 md:pl-0"), e.testimonialTile && x.push("pt-8 md:pt-0")), e.mobileImagePosition === "Bottom" && x.push("pt-16 pb-0 md:py-0"), R(...x);
|
|
6599
6599
|
}), s = S(() => r.value && v !== "Image" ? "py-16 md:pr-16 md:pl-0 px-12" : r.value && v === "Image" ? e.testimonialTile ? "hidden md:block md:absolute md:h-[100%] md:right-0 md:z-0 clip-hero" : "md:absolute md:h-[100%] md:right-0 md:z-0 clip-hero" : ""), c = S(() => {
|
|
6600
|
-
var x, L,
|
|
6600
|
+
var x, L, P;
|
|
6601
6601
|
return R(
|
|
6602
|
-
`container-module md:flex ${e.backgroundImage ? "" : `bg-${t}`} relative ${(x = i.value) == null ? void 0 : x.root} ${r.value ? e.backgroundImage ? `md:h-[60vw] md:max-h-[33.75rem] ${(L = i.value) == null ? void 0 : L.container}` : `${(
|
|
6603
|
-
r.value &&
|
|
6602
|
+
`container-module md:flex ${e.backgroundImage ? "" : `bg-${t}`} relative ${(x = i.value) == null ? void 0 : x.root} ${r.value ? e.backgroundImage ? `md:h-[60vw] md:max-h-[33.75rem] ${(L = i.value) == null ? void 0 : L.container}` : `${(P = i.value) == null ? void 0 : P.container}` : ""} `,
|
|
6603
|
+
r.value && g === "ContentModule" && v === "Image" ? "md:h-[33.75rem] " : "",
|
|
6604
6604
|
e.class ?? "",
|
|
6605
6605
|
e.mobileImagePosition === "Top" && r.value && !e.testimonialTile ? "clip-mobile-hero sm:no-clip" : ""
|
|
6606
6606
|
);
|
|
6607
|
-
}),
|
|
6607
|
+
}), p = S(() => R(
|
|
6608
6608
|
`md:absolute md:top-0 md:right-0 object-cover w-full h-full z-0', ${r.value ? "object-bottom" : ""}`,
|
|
6609
6609
|
e.backgroundImageClass ?? ""
|
|
6610
6610
|
)), u = S(() => {
|
|
6611
|
-
var L,
|
|
6611
|
+
var L, P;
|
|
6612
6612
|
let x = JSON.parse(JSON.stringify(e.backgroundImage));
|
|
6613
|
-
return x != null && x.media.width && (x.media.width = void 0), x != null && x.media.height && (x.media.height = void 0), (L = x == null ? void 0 : x.mobileMedia) != null && L.width && (x.mobileMedia.width = void 0), (
|
|
6614
|
-
}),
|
|
6613
|
+
return x != null && x.media.width && (x.media.width = void 0), x != null && x.media.height && (x.media.height = void 0), (L = x == null ? void 0 : x.mobileMedia) != null && L.width && (x.mobileMedia.width = void 0), (P = x == null ? void 0 : x.mobileMedia) != null && P.height && (x.mobileMedia.height = void 0), x;
|
|
6614
|
+
}), f = ((B = e.fullWidthContent) == null ? void 0 : B.__typename) === "TileContent" ? "TileContentTextTile" : (V = e.fullWidthContent) == null ? void 0 : V.__typename, g = ((z = e.start) == null ? void 0 : z.__typename) === "TileContent" ? "TileContentTextTile" : (W = e.start) == null ? void 0 : W.__typename, v = ((F = e.end) == null ? void 0 : F.__typename) === "TileContent" ? "TileContentTextTile" : (N = e.end) == null ? void 0 : N.__typename, y = (x) => {
|
|
6615
6615
|
const L = x;
|
|
6616
6616
|
return L == null ? void 0 : L.backgroundColor;
|
|
6617
6617
|
}, $ = S(() => {
|
|
6618
6618
|
var x, L;
|
|
6619
6619
|
return ((x = e.end) == null ? void 0 : x.__typename) === "Image" || ((L = e.end) == null ? void 0 : L.__typename) === "Video";
|
|
6620
6620
|
}), C = S(() => {
|
|
6621
|
-
var
|
|
6622
|
-
const x = ((
|
|
6621
|
+
var P, X;
|
|
6622
|
+
const x = ((P = e.start) == null ? void 0 : P.__typename) === "Accordion", L = ((X = e.end) == null ? void 0 : X.__typename) === "Accordion";
|
|
6623
6623
|
return x && L ? "basis-2/3 pr-8" : x ? "basis-2/3 pr-16" : L ? "basis-1/3" : "basis-1/2";
|
|
6624
6624
|
}), I = S(() => {
|
|
6625
|
-
var
|
|
6626
|
-
const x = ((
|
|
6625
|
+
var P, X;
|
|
6626
|
+
const x = ((P = e.start) == null ? void 0 : P.__typename) === "Accordion", L = ((X = e.end) == null ? void 0 : X.__typename) === "Accordion";
|
|
6627
6627
|
return x && L ? "basis-2/3 pl-8" : L ? "basis-2/3 pl-16" : x ? "basis-1/3" : "basis-1/2";
|
|
6628
6628
|
}), O = S(() => r.value && v === "Image" ? "md:h-full w-full object-cover" : "");
|
|
6629
6629
|
return (x, L) => {
|
|
6630
|
-
const
|
|
6630
|
+
const P = le;
|
|
6631
6631
|
return d(), _(te(x.isChild ? "div" : "section"), {
|
|
6632
|
-
class:
|
|
6632
|
+
class: h(c.value)
|
|
6633
6633
|
}, {
|
|
6634
6634
|
default: Q(() => {
|
|
6635
|
-
var X, ne,
|
|
6635
|
+
var X, ne, ue, ie, Ee, Se, he, je, ce, Dt, Ft;
|
|
6636
6636
|
return [
|
|
6637
|
-
x.backgroundImage && u.value ? (d(), _(
|
|
6637
|
+
x.backgroundImage && u.value ? (d(), _(P, {
|
|
6638
6638
|
key: 0,
|
|
6639
6639
|
media: u.value.media,
|
|
6640
6640
|
"mobile-media": u.value.mobileMedia,
|
|
6641
|
-
class:
|
|
6641
|
+
class: h(p.value)
|
|
6642
6642
|
}, null, 8, ["media", "mobile-media", "class"])) : w("", !0),
|
|
6643
6643
|
k("div", {
|
|
6644
|
-
class:
|
|
6644
|
+
class: h(`container-module-inner relative z-10 ${r.value ? ((X = x.start) == null ? void 0 : X.__typename) === "Image" ? "container-hero-right" : "container-hero" : "container"} ${x.isChild || r.value ? "" : "py-4 px-8 md:py-16 md:px-4"} ${((ne = i.value) == null ? void 0 : ne.inner) ?? ""}`)
|
|
6645
6645
|
}, [
|
|
6646
6646
|
x.headline ? (d(), b("h2", {
|
|
6647
6647
|
key: 0,
|
|
6648
|
-
class:
|
|
6648
|
+
class: h(`container-module-headline ${!x.isChild && r.value ? "py-16" : ""} ${l.value ? "text-center" : ""} ${((ue = i.value) == null ? void 0 : ue.headline) ?? ""} text-${m(o).headline}`),
|
|
6649
6649
|
innerHTML: x.headline
|
|
6650
6650
|
}, null, 10, Ca)) : w("", !0),
|
|
6651
6651
|
x.subHeadline ? (d(), b("p", {
|
|
6652
6652
|
key: 1,
|
|
6653
|
-
class:
|
|
6653
|
+
class: h(`container-module-subheadline ${l.value ? "text-center" : ""} ${((ie = i.value) == null ? void 0 : ie.subheadline) ?? ""} text-${m(o).subheadline}`)
|
|
6654
6654
|
}, M(x.subHeadline), 3)) : w("", !0),
|
|
6655
6655
|
x.fullWidthContent || x.start || x.end ? (d(), b("div", {
|
|
6656
6656
|
key: 2,
|
|
6657
|
-
class:
|
|
6657
|
+
class: h(`container-module-content flex flex-col ${$.value && e.mobileImagePosition !== "Bottom" && "flex-col-reverse"} md:flex-row ${r.value ? "" : "md:justify-between gap-5"} ${r.value ? "md:h-full" : "h-full"} ${((Ee = i.value) == null ? void 0 : Ee.bodyCopy) ?? ""}`)
|
|
6658
6658
|
}, [
|
|
6659
6659
|
x.fullWidthContent ? (d(), b("div", {
|
|
6660
6660
|
key: 0,
|
|
6661
|
-
class:
|
|
6661
|
+
class: h(`container-module-full-width-content ${((Se = i.value) == null ? void 0 : Se.fullWidthContent) ?? ""} ${l.value ? "mx-auto" : ""}`)
|
|
6662
6662
|
}, [
|
|
6663
|
-
|
|
6663
|
+
m(f) ? (d(), _(te(m(f)), T({ key: 0 }, x.fullWidthContent, {
|
|
6664
6664
|
"is-child": !0,
|
|
6665
|
-
"is-hero": !!(
|
|
6666
|
-
"background-color":
|
|
6667
|
-
"parent-background-color":
|
|
6665
|
+
"is-hero": !!(m(f) === "ContentModule" && r.value),
|
|
6666
|
+
"background-color": y(x.fullWidthContent),
|
|
6667
|
+
"parent-background-color": m(t),
|
|
6668
6668
|
"parent-has-background-image": !!x.backgroundImage
|
|
6669
6669
|
}), null, 16, ["is-hero", "background-color", "parent-background-color", "parent-has-background-image"])) : w("", !0)
|
|
6670
6670
|
], 2)) : (d(), b(D, { key: 1 }, [
|
|
6671
6671
|
x.start ? (d(), b("div", {
|
|
6672
6672
|
key: 0,
|
|
6673
|
-
class:
|
|
6673
|
+
class: h(`container-module-start ${C.value} ${((he = i.value) == null ? void 0 : he.start) ?? ""} ${a.value}`)
|
|
6674
6674
|
}, [
|
|
6675
|
-
|
|
6675
|
+
m(g) ? (d(), _(te(m(g)), T({ key: 0 }, x.start, {
|
|
6676
6676
|
"is-child": !0,
|
|
6677
|
-
"is-hero": !!(
|
|
6678
|
-
"background-color":
|
|
6679
|
-
"parent-background-color":
|
|
6677
|
+
"is-hero": !!(m(g) === "ContentModule" && r.value),
|
|
6678
|
+
"background-color": y(x.start),
|
|
6679
|
+
"parent-background-color": m(t),
|
|
6680
6680
|
"parent-has-background-image": !!x.backgroundImage
|
|
6681
6681
|
}), null, 16, ["is-hero", "background-color", "parent-background-color", "parent-has-background-image"])) : w("", !0)
|
|
6682
6682
|
], 2)) : w("", !0),
|
|
6683
6683
|
k("div", {
|
|
6684
|
-
class:
|
|
6684
|
+
class: h(`container-module-end ${I.value} ${((je = i.value) == null ? void 0 : je.end) ?? ""} ${s.value}`)
|
|
6685
6685
|
}, [
|
|
6686
|
-
|
|
6686
|
+
m(v) ? (d(), _(te(m(v)), T({ key: 0 }, x.end, {
|
|
6687
6687
|
"is-child": !0,
|
|
6688
|
-
"is-hero": !!(
|
|
6689
|
-
"background-color":
|
|
6690
|
-
"parent-background-color":
|
|
6688
|
+
"is-hero": !!(m(v) === "ContentModule" && r.value),
|
|
6689
|
+
"background-color": y(x.end),
|
|
6690
|
+
"parent-background-color": m(t),
|
|
6691
6691
|
"parent-has-background-image": !!x.backgroundImage,
|
|
6692
6692
|
class: O.value
|
|
6693
6693
|
}), null, 16, ["is-hero", "background-color", "parent-background-color", "parent-has-background-image", "class"])) : w("", !0)
|
|
@@ -6696,7 +6696,7 @@ const Ca = ["innerHTML"], ka = {
|
|
|
6696
6696
|
], 2)) : w("", !0),
|
|
6697
6697
|
x.testimonialTile ? (d(), b("div", ka, [
|
|
6698
6698
|
k("div", {
|
|
6699
|
-
class:
|
|
6699
|
+
class: h(`bg-${(ce = m(o).interactive) == null ? void 0 : ce.bg} rounded-xl md:rounded-r-none px-6 py-6 md:py-8 md:px-10 text-${(Dt = m(o).interactive) == null ? void 0 : Dt.copy} max-w-[80vw] md:max-w-[25vw] w-full shadow-lg relative md:top-0 md:right-0 md:bottom-0 md:flex flex-col justify-center`)
|
|
6700
6700
|
}, [
|
|
6701
6701
|
x.testimonialTile.media && x.testimonialTile.media.__typename === "Image" ? (d(), b("img", {
|
|
6702
6702
|
key: 0,
|
|
@@ -6707,7 +6707,7 @@ const Ca = ["innerHTML"], ka = {
|
|
|
6707
6707
|
x.testimonialTile.quote ? (d(), b("p", Ta, ' "' + M(x.testimonialTile.quote) + '" ', 1)) : w("", !0),
|
|
6708
6708
|
x.testimonialTile.author ? (d(), b("p", {
|
|
6709
6709
|
key: 2,
|
|
6710
|
-
class:
|
|
6710
|
+
class: h(`text-sm md:text-[17px] text-${(Ft = m(o).interactive) == null ? void 0 : Ft.copy} text-right font-normal`)
|
|
6711
6711
|
}, " - " + M(x.testimonialTile.author), 3)) : w("", !0)
|
|
6712
6712
|
], 2)
|
|
6713
6713
|
])) : w("", !0)
|
|
@@ -6729,7 +6729,7 @@ const Nt = (n, e) => {
|
|
|
6729
6729
|
return "_blank";
|
|
6730
6730
|
if (n === "Same Tab")
|
|
6731
6731
|
return "_self";
|
|
6732
|
-
}, Ia = { class: "flex items-center justify-center gap-2" },
|
|
6732
|
+
}, Ia = { class: "flex items-center justify-center gap-2" }, pe = /* @__PURE__ */ K({
|
|
6733
6733
|
__name: "CTA",
|
|
6734
6734
|
props: {
|
|
6735
6735
|
__typename: {},
|
|
@@ -6754,70 +6754,70 @@ const Nt = (n, e) => {
|
|
|
6754
6754
|
emits: ["trigger"],
|
|
6755
6755
|
setup(n, { emit: e }) {
|
|
6756
6756
|
const t = n, o = e, i = S(
|
|
6757
|
-
() =>
|
|
6757
|
+
() => A(kn[t.buttonType], t.pt ?? {})
|
|
6758
6758
|
), r = S(() => t.buttonType === "link" || t.buttonType === "logo"), { palette: l } = ee(t), a = S(() => {
|
|
6759
|
-
var
|
|
6760
|
-
return ((
|
|
6759
|
+
var y;
|
|
6760
|
+
return ((y = l == null ? void 0 : l.cta) == null ? void 0 : y[t.buttonType]) || {
|
|
6761
6761
|
copy: "soil",
|
|
6762
6762
|
bg: "lily"
|
|
6763
6763
|
};
|
|
6764
6764
|
}), s = S(() => {
|
|
6765
6765
|
var $;
|
|
6766
|
-
const
|
|
6766
|
+
const y = [
|
|
6767
6767
|
"cta whitespace-nowrap",
|
|
6768
6768
|
R((($ = i.value) == null ? void 0 : $.root) ?? "", t.class ?? "", "flex items-center gap-2")
|
|
6769
6769
|
];
|
|
6770
|
-
if ((t.buttonType === "link" || t.buttonType === "logo") &&
|
|
6770
|
+
if ((t.buttonType === "link" || t.buttonType === "logo") && y.push("hover:underline"), y.push(`text-${t.textColor ?? a.value.copy}`), t.size)
|
|
6771
6771
|
switch (t.size) {
|
|
6772
6772
|
case "sm":
|
|
6773
|
-
|
|
6773
|
+
y.push("*:text-sm"), t.buttonType === "fill" && y.push("py-0.5 px-4");
|
|
6774
6774
|
break;
|
|
6775
6775
|
case "lg":
|
|
6776
|
-
|
|
6776
|
+
y.push("*:text-lg font-bold"), t.buttonType === "fill" && y.push("py-1.5 px-8");
|
|
6777
6777
|
break;
|
|
6778
6778
|
case "xl":
|
|
6779
|
-
|
|
6779
|
+
y.push("*:text-xl font-bold"), t.buttonType === "fill" && y.push("py-2 px-12");
|
|
6780
6780
|
break;
|
|
6781
6781
|
case "xxl":
|
|
6782
|
-
|
|
6782
|
+
y.push("*:text-3xl font-bold"), t.buttonType === "fill" && y.push("py-2 px-16");
|
|
6783
6783
|
break;
|
|
6784
6784
|
}
|
|
6785
|
-
return t.buttonType === "fill" && (
|
|
6785
|
+
return t.buttonType === "fill" && (y.push("rounded-[2rem]"), (t.color || a.value.bg) && y.push(`bg-${t.color || a.value.bg}`), t.size || y.push("py-1 px-4")), t.buttonType !== "outline" && a.value.border && y.push(`border-${t.color ?? a.value.border}`), y.join(" ");
|
|
6786
6786
|
}), c = S(() => {
|
|
6787
|
-
var
|
|
6788
|
-
return ($ = (
|
|
6789
|
-
}), f = S(() => {
|
|
6790
|
-
var h;
|
|
6791
|
-
return !!((h = t.link) != null && h.externalUrl);
|
|
6792
|
-
}), u = S(() => {
|
|
6793
|
-
var h;
|
|
6794
|
-
return t.ariaLabel ?? ((h = t.link) == null ? void 0 : h.ariaLabel) ?? t.title;
|
|
6787
|
+
var y, $, C, I, O, B;
|
|
6788
|
+
return ($ = (y = t.link) == null ? void 0 : y.page) != null && $.slug ? `${(I = (C = t.link) == null ? void 0 : C.page) == null ? void 0 : I.slug}` : (O = t.link) != null && O.externalUrl ? (B = t.link) == null ? void 0 : B.externalUrl : "";
|
|
6795
6789
|
}), p = S(() => {
|
|
6796
|
-
var
|
|
6797
|
-
return (
|
|
6798
|
-
}),
|
|
6799
|
-
var
|
|
6800
|
-
return
|
|
6790
|
+
var y;
|
|
6791
|
+
return !!((y = t.link) != null && y.externalUrl);
|
|
6792
|
+
}), u = S(() => {
|
|
6793
|
+
var y;
|
|
6794
|
+
return t.ariaLabel ?? ((y = t.link) == null ? void 0 : y.ariaLabel) ?? t.title;
|
|
6795
|
+
}), f = S(() => {
|
|
6796
|
+
var y, $;
|
|
6797
|
+
return (y = t.ctaAction) != null && y.ariaDescription ? t.ctaAction.ariaDescription : t.ariaDescription ?? (($ = t.link) == null ? void 0 : $.ariaDescription) ?? "";
|
|
6798
|
+
}), g = S(() => {
|
|
6799
|
+
var y;
|
|
6800
|
+
return p.value ? (y = t.link) == null ? void 0 : y.thirdPartyId : void 0;
|
|
6801
6801
|
}), v = () => {
|
|
6802
|
-
var
|
|
6803
|
-
(
|
|
6802
|
+
var y;
|
|
6803
|
+
(y = t.ctaAction) != null && y.triggerMappingValue && o("trigger", t.ctaAction.triggerMappingValue), t.onClick && t.onClick();
|
|
6804
6804
|
};
|
|
6805
|
-
return (
|
|
6805
|
+
return (y, $) => {
|
|
6806
6806
|
var I;
|
|
6807
|
-
const C =
|
|
6807
|
+
const C = le;
|
|
6808
6808
|
return d(), _(te("a"), {
|
|
6809
|
-
id:
|
|
6809
|
+
id: g.value,
|
|
6810
6810
|
"aria-label": u.value,
|
|
6811
|
-
"aria-description":
|
|
6811
|
+
"aria-description": f.value,
|
|
6812
6812
|
href: c.value ?? void 0,
|
|
6813
|
-
target:
|
|
6814
|
-
rel:
|
|
6815
|
-
class:
|
|
6813
|
+
target: m(Nt)(t.target || ((I = t.link) == null ? void 0 : I.target), t.link),
|
|
6814
|
+
rel: p.value ? "noopener" : "",
|
|
6815
|
+
class: h(t.class),
|
|
6816
6816
|
onClick: v
|
|
6817
6817
|
}, {
|
|
6818
6818
|
default: Q(() => [
|
|
6819
|
-
|
|
6820
|
-
class:
|
|
6819
|
+
de(m(st), {
|
|
6820
|
+
class: h(s.value),
|
|
6821
6821
|
link: r.value,
|
|
6822
6822
|
onClick: v
|
|
6823
6823
|
}, {
|
|
@@ -6825,20 +6825,20 @@ const Nt = (n, e) => {
|
|
|
6825
6825
|
var O, B, V;
|
|
6826
6826
|
return [
|
|
6827
6827
|
k("div", Ia, [
|
|
6828
|
-
|
|
6828
|
+
y.logo ? (d(), b("div", {
|
|
6829
6829
|
key: 0,
|
|
6830
|
-
class:
|
|
6830
|
+
class: h(`flex items-center ${y.buttonType === "logo" ? (O = i.value) == null ? void 0 : O.logo : ""} ${y.buttonType === "logo" ? `bg-${t.textColor ?? a.value.copy}` : ""}`)
|
|
6831
6831
|
}, [
|
|
6832
|
-
typeof
|
|
6832
|
+
typeof y.logo == "object" ? (d(), _(C, at(T({ key: 0 }, y.logo)), null, 16)) : typeof y.logo == "string" ? (d(), b("div", {
|
|
6833
6833
|
key: 1,
|
|
6834
|
-
class:
|
|
6834
|
+
class: h(m(R)(y.logo, (B = i.value) == null ? void 0 : B.logo))
|
|
6835
6835
|
}, null, 2)) : w("", !0)
|
|
6836
6836
|
], 2)) : w("", !0),
|
|
6837
6837
|
k("p", {
|
|
6838
|
-
class:
|
|
6839
|
-
|
|
6838
|
+
class: h(
|
|
6839
|
+
m(R)("pointer-events-none whitespace-nowrap", ((V = i.value) == null ? void 0 : V.headline) ?? "")
|
|
6840
6840
|
)
|
|
6841
|
-
}, M(
|
|
6841
|
+
}, M(y.title), 3)
|
|
6842
6842
|
])
|
|
6843
6843
|
];
|
|
6844
6844
|
}),
|
|
@@ -6849,7 +6849,7 @@ const Nt = (n, e) => {
|
|
|
6849
6849
|
}, 8, ["id", "aria-label", "aria-description", "href", "target", "rel", "class"]);
|
|
6850
6850
|
};
|
|
6851
6851
|
}
|
|
6852
|
-
}), _a = { key: 2 },
|
|
6852
|
+
}), _a = { key: 2 }, Pa = ["innerHTML"], Aa = ["innerHTML"], La = ["innerHTML"], Oa = /* @__PURE__ */ K({
|
|
6853
6853
|
__name: "ContentModule",
|
|
6854
6854
|
props: {
|
|
6855
6855
|
__typename: {},
|
|
@@ -6869,7 +6869,7 @@ const Nt = (n, e) => {
|
|
|
6869
6869
|
class: {}
|
|
6870
6870
|
},
|
|
6871
6871
|
setup(n) {
|
|
6872
|
-
const e = n, t = e.alignment ? e.alignment.toLowerCase() : "left", o = S(() =>
|
|
6872
|
+
const e = n, t = e.alignment ? e.alignment.toLowerCase() : "left", o = S(() => A(Cn, e.pt ?? {})), i = S(() => t === _e.Inline ? "text-left md:text-left" : `text-${t}`), r = S(() => {
|
|
6873
6873
|
let u = "";
|
|
6874
6874
|
switch (t) {
|
|
6875
6875
|
case _e.Right:
|
|
@@ -6884,70 +6884,70 @@ const Nt = (n, e) => {
|
|
|
6884
6884
|
return u;
|
|
6885
6885
|
}), l = S(
|
|
6886
6886
|
() => {
|
|
6887
|
-
var u,
|
|
6888
|
-
return `${((u = o.value) == null ? void 0 : u.logo) ?? ""} ${(
|
|
6887
|
+
var u, f;
|
|
6888
|
+
return `${((u = o.value) == null ? void 0 : u.logo) ?? ""} ${(f = e == null ? void 0 : e.logo) == null ? void 0 : f.class}`;
|
|
6889
6889
|
}
|
|
6890
6890
|
), { backgroundColor: a, palette: s } = ee({
|
|
6891
6891
|
...e,
|
|
6892
6892
|
backgroundColor: e.backgroundColor || e.parentBackgroundColor
|
|
6893
6893
|
}), c = S(() => {
|
|
6894
|
-
var
|
|
6894
|
+
var f;
|
|
6895
6895
|
const u = [
|
|
6896
6896
|
"content-module-headline",
|
|
6897
6897
|
`text-${s.headline}`,
|
|
6898
|
-
R(((
|
|
6898
|
+
R(((f = o == null ? void 0 : o.value) == null ? void 0 : f.headline) ?? "", i.value)
|
|
6899
6899
|
];
|
|
6900
6900
|
return e.isChild ? e.isHero && e.isChild ? u.push("text-4xl md:text-5xl") : u.push("text-3xl md:text-4xl") : u.push("text-3xl md:text-5xl"), (e.bodyCopy || e.subHeadline && e.isHero) && u.push("mb-4 md:mb-6"), u.join(" ");
|
|
6901
|
-
}),
|
|
6902
|
-
var
|
|
6901
|
+
}), p = S(() => {
|
|
6902
|
+
var f;
|
|
6903
6903
|
return [
|
|
6904
6904
|
"content-module-subheadline mb-2",
|
|
6905
6905
|
`text-${s.subheadline}`,
|
|
6906
|
-
R(((
|
|
6906
|
+
R(((f = o == null ? void 0 : o.value) == null ? void 0 : f.subheadline) ?? "", i.value)
|
|
6907
6907
|
].join(" ");
|
|
6908
6908
|
});
|
|
6909
|
-
return (u,
|
|
6910
|
-
var v,
|
|
6911
|
-
const
|
|
6909
|
+
return (u, f) => {
|
|
6910
|
+
var v, y, $, C;
|
|
6911
|
+
const g = le;
|
|
6912
6912
|
return d(), b("div", {
|
|
6913
|
-
class:
|
|
6913
|
+
class: h(`content-module ${u.isChild ? "" : "p-8 md:p-16"} ${((v = o.value) == null ? void 0 : v.root) ?? ""} ${e.class ?? ""} ${!e.parentHasBackgroundImage && (e.backgroundColor || !u.isChild) ? `bg-${m(a)}` : ""}`)
|
|
6914
6914
|
}, [
|
|
6915
6915
|
k("div", {
|
|
6916
|
-
class:
|
|
6916
|
+
class: h(`content-module-container mx-auto ${((y = o.value) == null ? void 0 : y.container) ?? ""} ${m(t) === m(_e).Inline ? "flex flex-col md:flex-row justify-between items-center gap-4" : ""}`)
|
|
6917
6917
|
}, [
|
|
6918
|
-
u.logo ? (d(), _(
|
|
6918
|
+
u.logo ? (d(), _(g, T({ key: 0 }, u.logo, { class: l.value }), null, 16, ["class"])) : w("", !0),
|
|
6919
6919
|
u.subHeadline && !u.isHero ? (d(), b("h6", {
|
|
6920
6920
|
key: 1,
|
|
6921
|
-
class:
|
|
6921
|
+
class: h(p.value)
|
|
6922
6922
|
}, M(u.subHeadline), 3)) : w("", !0),
|
|
6923
6923
|
u.headline ? (d(), b("div", _a, [
|
|
6924
6924
|
u.isHero ? (d(), b("h1", {
|
|
6925
6925
|
key: 0,
|
|
6926
|
-
class:
|
|
6926
|
+
class: h(c.value),
|
|
6927
6927
|
innerHTML: u.headline
|
|
6928
|
-
}, null, 10,
|
|
6928
|
+
}, null, 10, Pa)) : (d(), b("h2", {
|
|
6929
6929
|
key: 1,
|
|
6930
|
-
class:
|
|
6930
|
+
class: h(c.value),
|
|
6931
6931
|
innerHTML: u.headline
|
|
6932
|
-
}, null, 10,
|
|
6932
|
+
}, null, 10, Aa))
|
|
6933
6933
|
])) : w("", !0),
|
|
6934
6934
|
u.subHeadline && u.isHero ? (d(), b("h6", {
|
|
6935
6935
|
key: 3,
|
|
6936
|
-
class:
|
|
6936
|
+
class: h(p.value)
|
|
6937
6937
|
}, M(u.subHeadline), 3)) : w("", !0),
|
|
6938
6938
|
u.bodyCopy ? (d(), b("div", {
|
|
6939
6939
|
key: 4,
|
|
6940
|
-
class:
|
|
6940
|
+
class: h(`content-module-body-copy text-[17px] text-${m(s).copy} ${m(R)((($ = o.value) == null ? void 0 : $.bodyCopy) ?? "", i.value)}`),
|
|
6941
6941
|
innerHTML: u.bodyCopy
|
|
6942
6942
|
}, null, 10, La)) : w("", !0),
|
|
6943
6943
|
u.ctas ? (d(), b("div", {
|
|
6944
6944
|
key: 5,
|
|
6945
|
-
class:
|
|
6945
|
+
class: h(`content-module-ctas flex flex-wrap gap-4 ${r.value} ${m(R)(((C = o.value) == null ? void 0 : C.ctas) ?? "", i.value)}`)
|
|
6946
6946
|
}, [
|
|
6947
|
-
(d(!0), b(D, null, q(u.ctas, (I, O) => (d(), _(
|
|
6947
|
+
(d(!0), b(D, null, q(u.ctas, (I, O) => (d(), _(pe, T({ ref_for: !0 }, I, {
|
|
6948
6948
|
key: `cta-${I.title}-${O}`,
|
|
6949
6949
|
class: `${u.isHero ? "w-full sm:w-auto justify-center" : ""}`,
|
|
6950
|
-
"background-color":
|
|
6950
|
+
"background-color": m(a)
|
|
6951
6951
|
}), null, 16, ["class", "background-color"]))), 128))
|
|
6952
6952
|
], 2)) : w("", !0)
|
|
6953
6953
|
], 2)
|
|
@@ -6966,23 +6966,23 @@ const Nt = (n, e) => {
|
|
|
6966
6966
|
},
|
|
6967
6967
|
setup(n) {
|
|
6968
6968
|
const e = n, t = S(
|
|
6969
|
-
() =>
|
|
6969
|
+
() => A($n, e.pt ?? {})
|
|
6970
6970
|
), { backgroundColor: o, palette: i } = ee(e);
|
|
6971
6971
|
return (r, l) => {
|
|
6972
6972
|
var a, s;
|
|
6973
6973
|
return d(), b("section", {
|
|
6974
|
-
class:
|
|
6974
|
+
class: h(`container-collection ${e.class ?? ""} bg-${m(o)}`)
|
|
6975
6975
|
}, [
|
|
6976
6976
|
r.headline ? (d(), b("h2", {
|
|
6977
6977
|
key: 0,
|
|
6978
|
-
class:
|
|
6978
|
+
class: h(`container-collection-headline ${(a = t.value) == null ? void 0 : a.headline} text-${m(i).headline}`),
|
|
6979
6979
|
innerHTML: r.headline
|
|
6980
6980
|
}, null, 10, Ea)) : w("", !0),
|
|
6981
6981
|
k("div", {
|
|
6982
|
-
class:
|
|
6982
|
+
class: h(`container-collection-content space-y-8 mx-auto container ${(s = t.value) == null ? void 0 : s.bodyCopy}`)
|
|
6983
6983
|
}, [
|
|
6984
|
-
(d(!0), b(D, null, q(r.modules, (c,
|
|
6985
|
-
key: `${c == null ? void 0 : c.__typename}-${
|
|
6984
|
+
(d(!0), b(D, null, q(r.modules, (c, p) => (d(), _(te(c.__typename), T({ ref_for: !0 }, c, {
|
|
6985
|
+
key: `${c == null ? void 0 : c.__typename}-${p}`,
|
|
6986
6986
|
"is-child": !0
|
|
6987
6987
|
}), null, 16))), 128))
|
|
6988
6988
|
], 2)
|
|
@@ -6992,9 +6992,9 @@ const Nt = (n, e) => {
|
|
|
6992
6992
|
});
|
|
6993
6993
|
var $e = /* @__PURE__ */ ((n) => (n[n.header = 0] = "header", n[n.footer = 1] = "footer", n))($e || {});
|
|
6994
6994
|
const Ma = {
|
|
6995
|
-
class: /* @__PURE__ */
|
|
6995
|
+
class: /* @__PURE__ */ h("pi pi-chevron-down")
|
|
6996
6996
|
}, Ba = {
|
|
6997
|
-
class: /* @__PURE__ */
|
|
6997
|
+
class: /* @__PURE__ */ h("pi pi-chevron-up")
|
|
6998
6998
|
}, Va = ["innerHTML"], we = /* @__PURE__ */ K({
|
|
6999
6999
|
__name: "NavigationElement",
|
|
7000
7000
|
props: {
|
|
@@ -7014,37 +7014,37 @@ const Ma = {
|
|
|
7014
7014
|
},
|
|
7015
7015
|
setup(n) {
|
|
7016
7016
|
const e = n, t = S(
|
|
7017
|
-
() =>
|
|
7017
|
+
() => A(Tn, e.pt ?? {})
|
|
7018
7018
|
), { backgroundColor: o, palette: i } = ee(e), r = S(
|
|
7019
7019
|
() => {
|
|
7020
|
-
var
|
|
7021
|
-
return (
|
|
7020
|
+
var f, g;
|
|
7021
|
+
return (f = e.link) != null && f.externalUrl ? (g = e.link) == null ? void 0 : g.thirdPartyId : void 0;
|
|
7022
7022
|
}
|
|
7023
7023
|
), l = S(() => {
|
|
7024
|
-
var
|
|
7025
|
-
return (
|
|
7024
|
+
var f, g, v, y, $, C;
|
|
7025
|
+
return (g = (f = e.link) == null ? void 0 : f.page) != null && g.slug ? `${(y = (v = e.link) == null ? void 0 : v.page) == null ? void 0 : y.slug}` : ($ = e.link) != null && $.externalUrl ? (C = e.link) == null ? void 0 : C.externalUrl : "";
|
|
7026
7026
|
}), a = S(() => {
|
|
7027
|
-
var
|
|
7028
|
-
return (
|
|
7029
|
-
}), s = S(() => $e[e.elementType ?? "header"]), c = G(!1),
|
|
7027
|
+
var f, g, v;
|
|
7028
|
+
return (g = (f = e.link) == null ? void 0 : f.page) != null && g.slug || (v = e.link) != null && v.externalUrl ? "a" : "button";
|
|
7029
|
+
}), s = S(() => $e[e.elementType ?? "header"]), c = G(!1), p = S(
|
|
7030
7030
|
() => `relative py-2 md:py-0 ${e.class ?? ""} ${e.isChild ? "sub-" : ""}navigation-element`
|
|
7031
7031
|
), u = () => {
|
|
7032
7032
|
c.value = !c.value;
|
|
7033
7033
|
};
|
|
7034
|
-
return (
|
|
7034
|
+
return (f, g) => {
|
|
7035
7035
|
const v = Ct("NavigationElement", !0);
|
|
7036
|
-
return d(), _(te(
|
|
7037
|
-
class:
|
|
7036
|
+
return d(), _(te(f.isChild ? "li" : "div"), {
|
|
7037
|
+
class: h(p.value)
|
|
7038
7038
|
}, {
|
|
7039
7039
|
default: Q(() => {
|
|
7040
|
-
var
|
|
7040
|
+
var y;
|
|
7041
7041
|
return [
|
|
7042
|
-
s.value ===
|
|
7042
|
+
s.value === m($e).header || f.isChild && (l.value || f.subNavigation) ? (d(), _(te(a.value), {
|
|
7043
7043
|
key: 0,
|
|
7044
7044
|
id: r.value,
|
|
7045
7045
|
href: l.value ?? "",
|
|
7046
|
-
target: e.link ?
|
|
7047
|
-
class:
|
|
7046
|
+
target: e.link ? m(Nt)((y = e.link) == null ? void 0 : y.target, e.link) : "_self",
|
|
7047
|
+
class: h(`flex leading-tight items-center hover:underline cursor-pointer text-${m(i).copy} ${s.value === m($e).header ? "whitespace-nowrap" : ""}`),
|
|
7048
7048
|
"aria-expanded": a.value === "button" ? !0 : void 0,
|
|
7049
7049
|
"aria-haspopup": a.value === "button" ? !0 : void 0,
|
|
7050
7050
|
onClick: u
|
|
@@ -7052,48 +7052,48 @@ const Ma = {
|
|
|
7052
7052
|
default: Q(() => {
|
|
7053
7053
|
var $;
|
|
7054
7054
|
return [
|
|
7055
|
-
it(M(
|
|
7056
|
-
!
|
|
7055
|
+
it(M(f.title) + " ", 1),
|
|
7056
|
+
!f.isChild && f.subNavigation && !(l.value || f.isChild) ? (d(), b("div", {
|
|
7057
7057
|
key: 0,
|
|
7058
|
-
class:
|
|
7058
|
+
class: h(($ = t.value) == null ? void 0 : $.icon)
|
|
7059
7059
|
}, [
|
|
7060
|
-
|
|
7061
|
-
[
|
|
7060
|
+
se(k("i", Ma, null, 512), [
|
|
7061
|
+
[fe, !c.value]
|
|
7062
7062
|
]),
|
|
7063
|
-
|
|
7064
|
-
[
|
|
7063
|
+
se(k("i", Ba, null, 512), [
|
|
7064
|
+
[fe, c.value]
|
|
7065
7065
|
])
|
|
7066
7066
|
], 2)) : w("", !0)
|
|
7067
7067
|
];
|
|
7068
7068
|
}),
|
|
7069
7069
|
_: 1
|
|
7070
|
-
}, 8, ["id", "href", "target", "class", "aria-expanded", "aria-haspopup"])) : s.value ==
|
|
7070
|
+
}, 8, ["id", "href", "target", "class", "aria-expanded", "aria-haspopup"])) : s.value == m($e).footer ? (d(), b("h2", {
|
|
7071
7071
|
key: 1,
|
|
7072
|
-
class:
|
|
7073
|
-
}, M(
|
|
7074
|
-
!
|
|
7072
|
+
class: h(`mb-2 font-bold text-${m(i).copy}`)
|
|
7073
|
+
}, M(f.title), 3)) : w("", !0),
|
|
7074
|
+
!f.isChild && f.subNavigation ? (d(), b("ul", {
|
|
7075
7075
|
key: 2,
|
|
7076
|
-
class:
|
|
7077
|
-
hidden: !c.value && s.value ==
|
|
7078
|
-
[`sm:absolute left-0 z-10 sm:mt-2 space-y-2 origin-top-right rounded-md bg-${
|
|
7079
|
-
"space-y-2 opacity-90": s.value ==
|
|
7076
|
+
class: h({
|
|
7077
|
+
hidden: !c.value && s.value == m($e).header,
|
|
7078
|
+
[`sm:absolute left-0 z-10 sm:mt-2 space-y-2 origin-top-right rounded-md bg-${m(o)} ring-opacity-5 focus:outline-none sm:shadow-lg p-5`]: s.value == m($e).header,
|
|
7079
|
+
"space-y-2 opacity-90": s.value == m($e).footer
|
|
7080
7080
|
}),
|
|
7081
7081
|
role: "menu",
|
|
7082
7082
|
"aria-orientation": "vertical",
|
|
7083
7083
|
"aria-labelledby": "menu-button",
|
|
7084
7084
|
tabindex: "-1"
|
|
7085
7085
|
}, [
|
|
7086
|
-
(d(!0), b(D, null, q(
|
|
7086
|
+
(d(!0), b(D, null, q(f.subNavigation, ($, C) => (d(), _(v, T({
|
|
7087
7087
|
key: $.title,
|
|
7088
7088
|
class: ["ms-3 sm:ms-0", `sub-navigation-element-item-${C}`],
|
|
7089
7089
|
role: "menuitem",
|
|
7090
7090
|
tabindex: "-1",
|
|
7091
7091
|
ref_for: !0
|
|
7092
|
-
}, { ...$, elementType:
|
|
7092
|
+
}, { ...$, elementType: f.elementType, isChild: !0, backgroundColor: m(o) }), null, 16, ["class"]))), 128))
|
|
7093
7093
|
], 2)) : w("", !0),
|
|
7094
|
-
|
|
7094
|
+
f.htmlRef ? (d(), b("div", {
|
|
7095
7095
|
key: 3,
|
|
7096
|
-
innerHTML:
|
|
7096
|
+
innerHTML: f.htmlRef
|
|
7097
7097
|
}, null, 8, Va)) : w("", !0)
|
|
7098
7098
|
];
|
|
7099
7099
|
}),
|
|
@@ -7105,25 +7105,25 @@ const Ma = {
|
|
|
7105
7105
|
key: 0,
|
|
7106
7106
|
id: "social-media",
|
|
7107
7107
|
class: "flex flex-wrap footer-social gap-2 whitespace-normal"
|
|
7108
|
-
}, Ha = ["id", "href", "target"],
|
|
7108
|
+
}, Ha = ["id", "href", "target"], Pt = /* @__PURE__ */ K({
|
|
7109
7109
|
__name: "SocialMediaRef",
|
|
7110
7110
|
props: {
|
|
7111
7111
|
socialMediaRef: {}
|
|
7112
7112
|
},
|
|
7113
7113
|
setup(n) {
|
|
7114
7114
|
return (e, t) => {
|
|
7115
|
-
const o =
|
|
7115
|
+
const o = le;
|
|
7116
7116
|
return e.socialMediaRef ? (d(), b("div", Na, [
|
|
7117
7117
|
(d(!0), b(D, null, q(e.socialMediaRef, (i, r) => {
|
|
7118
7118
|
var l, a, s, c;
|
|
7119
7119
|
return d(), b("a", {
|
|
7120
7120
|
id: (l = i.link) == null ? void 0 : l.thirdPartyId,
|
|
7121
7121
|
key: `footer-social-item-${i.icon.altTag}-${r}`,
|
|
7122
|
-
class:
|
|
7122
|
+
class: h(`footer-social-item-${r}`),
|
|
7123
7123
|
href: (a = i == null ? void 0 : i.link) == null ? void 0 : a.externalUrl,
|
|
7124
|
-
target:
|
|
7124
|
+
target: m(Nt)((s = i == null ? void 0 : i.link) == null ? void 0 : s.target, i == null ? void 0 : i.link)
|
|
7125
7125
|
}, [
|
|
7126
|
-
|
|
7126
|
+
de(o, {
|
|
7127
7127
|
media: (c = i == null ? void 0 : i.icon) == null ? void 0 : c.media
|
|
7128
7128
|
}, null, 8, ["media"])
|
|
7129
7129
|
], 10, Ha);
|
|
@@ -7133,13 +7133,13 @@ const Ma = {
|
|
|
7133
7133
|
}
|
|
7134
7134
|
}), Da = {
|
|
7135
7135
|
id: "footer-copyright",
|
|
7136
|
-
class: "flex
|
|
7136
|
+
class: "flex flex-col lg:flex-row lg:justify-between gap-6 lg:gap-10 text-xs text-white"
|
|
7137
7137
|
}, Fa = {
|
|
7138
7138
|
key: 0,
|
|
7139
7139
|
class: "footer-copyright-links basis-1/3"
|
|
7140
7140
|
}, Ra = {
|
|
7141
|
-
class: /* @__PURE__ */
|
|
7142
|
-
}, za = { class: "basis-1/3 footer-copyright-logos" }, Wa = { class: "flex items-start md:items-center justify-evenly space-x-2" },
|
|
7141
|
+
class: /* @__PURE__ */ h("flex flex-row flex-wrap items-center")
|
|
7142
|
+
}, za = { class: "basis-1/3 footer-copyright-logos" }, Wa = { class: "flex items-start md:items-center justify-evenly space-x-2" }, At = /* @__PURE__ */ K({
|
|
7143
7143
|
__name: "FooterCopyright",
|
|
7144
7144
|
props: {
|
|
7145
7145
|
navigation: {},
|
|
@@ -7153,13 +7153,13 @@ const Ma = {
|
|
|
7153
7153
|
const e = n, { palette: t } = ee(e);
|
|
7154
7154
|
return (o, i) => (d(), b("div", Da, [
|
|
7155
7155
|
k("div", {
|
|
7156
|
-
class:
|
|
7156
|
+
class: h(`text-${m(t).copy} ${o.addTextMargin ? "mt-8" : ""} w-[90%] md:w-auto basis-1/3`)
|
|
7157
7157
|
}, M(o.copyRight), 3),
|
|
7158
7158
|
o.isCenterAlign ? (d(), b("div", Fa, [
|
|
7159
7159
|
k("div", Ra, [
|
|
7160
7160
|
(d(!0), b(D, null, q(o.navigation, (r, l) => (d(), _(we, T({
|
|
7161
7161
|
key: `footer-nav-item-${r.title}-${l}`,
|
|
7162
|
-
class: `footer-nav-item-${l} px-2.5 ${r.dividerLine ? `border-r border-${
|
|
7162
|
+
class: `footer-nav-item-${l} px-2.5 ${r.dividerLine ? `border-r border-${m(t).copy}` : ""}`,
|
|
7163
7163
|
role: "menuitem",
|
|
7164
7164
|
tabindex: "-1",
|
|
7165
7165
|
ref_for: !0
|
|
@@ -7173,7 +7173,7 @@ const Ma = {
|
|
|
7173
7173
|
])) : w("", !0),
|
|
7174
7174
|
k("div", za, [
|
|
7175
7175
|
k("div", Wa, [
|
|
7176
|
-
(d(!0), b(D, null, q(o.logos, (r, l) => (d(), _(
|
|
7176
|
+
(d(!0), b(D, null, q(o.logos, (r, l) => (d(), _(le, {
|
|
7177
7177
|
key: `footer-copy-right-logo-${l}`,
|
|
7178
7178
|
class: "grow ml-auto",
|
|
7179
7179
|
media: r.media
|
|
@@ -7181,11 +7181,11 @@ const Ma = {
|
|
|
7181
7181
|
]),
|
|
7182
7182
|
o.isCenterAlign ? w("", !0) : (d(), b("div", {
|
|
7183
7183
|
key: 0,
|
|
7184
|
-
class:
|
|
7184
|
+
class: h(`flex flex-row items-center justify-end ${o.navigation && o.navigation.length ? "mt-6" : ""}`)
|
|
7185
7185
|
}, [
|
|
7186
7186
|
(d(!0), b(D, null, q(o.navigation, (r, l) => (d(), _(we, T({
|
|
7187
7187
|
key: `footer-nav-item-${r.title}-${l}`,
|
|
7188
|
-
class: `footer-nav-item-${l} px-2.5 ${r.dividerLine ? `border-r border-${
|
|
7188
|
+
class: `footer-nav-item-${l} px-2.5 ${r.dividerLine ? `border-r border-${m(t).copy}` : ""}`,
|
|
7189
7189
|
role: "menuitem",
|
|
7190
7190
|
tabindex: "-1",
|
|
7191
7191
|
ref_for: !0
|
|
@@ -7199,12 +7199,12 @@ const Ma = {
|
|
|
7199
7199
|
])
|
|
7200
7200
|
]));
|
|
7201
7201
|
}
|
|
7202
|
-
}), Ua = { class: "
|
|
7202
|
+
}), Ua = { class: "max-w-7xl mx-auto px-4 sm:px-6 lg:px-8 py-12 space-y-2" }, qa = {
|
|
7203
7203
|
href: "/",
|
|
7204
7204
|
class: "footer-navigation-logo text-center"
|
|
7205
7205
|
}, Ka = {
|
|
7206
7206
|
key: 0,
|
|
7207
|
-
class: "
|
|
7207
|
+
class: "grid grid-cols-2 sm:grid-cols-3 gap-x-10 gap-y-8 flex-1"
|
|
7208
7208
|
}, Ga = {
|
|
7209
7209
|
key: 1,
|
|
7210
7210
|
class: "grow"
|
|
@@ -7225,76 +7225,79 @@ const Ma = {
|
|
|
7225
7225
|
const e = n, { backgroundColor: t, palette: o } = ee(e), i = S(
|
|
7226
7226
|
() => !!(e.navigation && e.navigation.length > 0)
|
|
7227
7227
|
);
|
|
7228
|
-
return (r, l) =>
|
|
7229
|
-
|
|
7230
|
-
|
|
7231
|
-
|
|
7232
|
-
|
|
7233
|
-
|
|
7234
|
-
|
|
7235
|
-
"
|
|
7236
|
-
|
|
7237
|
-
|
|
7238
|
-
|
|
7239
|
-
|
|
7240
|
-
|
|
7241
|
-
|
|
7242
|
-
|
|
7243
|
-
|
|
7244
|
-
|
|
7245
|
-
|
|
7246
|
-
|
|
7247
|
-
|
|
7248
|
-
|
|
7249
|
-
|
|
7250
|
-
|
|
7251
|
-
|
|
7252
|
-
|
|
7253
|
-
|
|
7254
|
-
|
|
7255
|
-
|
|
7256
|
-
|
|
7257
|
-
|
|
7258
|
-
|
|
7259
|
-
|
|
7260
|
-
|
|
7261
|
-
|
|
7262
|
-
|
|
7263
|
-
|
|
7264
|
-
|
|
7265
|
-
|
|
7266
|
-
"
|
|
7267
|
-
|
|
7268
|
-
|
|
7269
|
-
|
|
7270
|
-
|
|
7271
|
-
|
|
7272
|
-
|
|
7273
|
-
|
|
7274
|
-
|
|
7275
|
-
|
|
7276
|
-
|
|
7277
|
-
|
|
7278
|
-
|
|
7279
|
-
|
|
7280
|
-
|
|
7281
|
-
|
|
7282
|
-
|
|
7283
|
-
|
|
7284
|
-
|
|
7285
|
-
|
|
7286
|
-
|
|
7287
|
-
|
|
7288
|
-
|
|
7289
|
-
|
|
7290
|
-
|
|
7291
|
-
|
|
7292
|
-
|
|
7293
|
-
|
|
7294
|
-
|
|
7295
|
-
|
|
7296
|
-
|
|
7297
|
-
|
|
7228
|
+
return (r, l) => {
|
|
7229
|
+
var a, s;
|
|
7230
|
+
return d(), b("footer", {
|
|
7231
|
+
class: h(`text-white text-sm leading-relaxed mt-4 bg-${m(t)}`)
|
|
7232
|
+
}, [
|
|
7233
|
+
k("div", Ua, [
|
|
7234
|
+
k("div", {
|
|
7235
|
+
class: h(["flex flex-col lg:flex-row lg:items-start lg:justify-between gap-10", {
|
|
7236
|
+
"p-5 justify-between items-start": r.navigation && r.navigation.length > 0,
|
|
7237
|
+
"mb-4 md:items-start": !r.navigation || r.navigation.length === 0
|
|
7238
|
+
}])
|
|
7239
|
+
}, [
|
|
7240
|
+
k("a", qa, [
|
|
7241
|
+
r.logo ? (d(), _(le, {
|
|
7242
|
+
key: 0,
|
|
7243
|
+
class: "min-h-[95px] min-w-[100px] h-[100px]",
|
|
7244
|
+
media: r.logo.media
|
|
7245
|
+
}, null, 8, ["media"])) : w("", !0),
|
|
7246
|
+
it(" " + M(r.title), 1)
|
|
7247
|
+
]),
|
|
7248
|
+
r.navigation && r.navigation.length > 0 ? (d(), b("div", Ka, [
|
|
7249
|
+
(d(!0), b(D, null, q(r.navigation, (c, p) => (d(), _(we, T({
|
|
7250
|
+
key: `footer-nav-item-${c.title}-${p}`,
|
|
7251
|
+
class: `footer-nav-item-${p}`,
|
|
7252
|
+
role: "menuitem",
|
|
7253
|
+
tabindex: "-1",
|
|
7254
|
+
ref_for: !0
|
|
7255
|
+
}, {
|
|
7256
|
+
...c,
|
|
7257
|
+
isChild: !1,
|
|
7258
|
+
elementType: "footer",
|
|
7259
|
+
backgroundColor: m(t)
|
|
7260
|
+
}), null, 16, ["class"]))), 128))
|
|
7261
|
+
])) : w("", !0),
|
|
7262
|
+
!r.navigation || r.navigation.length === 0 ? (d(), b("div", Ga, [
|
|
7263
|
+
r.socialMediaRef ? (d(), _(Pt, {
|
|
7264
|
+
key: 0,
|
|
7265
|
+
"social-media-ref": r.socialMediaRef
|
|
7266
|
+
}, null, 8, ["social-media-ref"])) : w("", !0),
|
|
7267
|
+
de(At, {
|
|
7268
|
+
"is-center-align": i.value,
|
|
7269
|
+
"copy-right": r.copyRight,
|
|
7270
|
+
navigation: r.copyRightLinks,
|
|
7271
|
+
logos: r.copyRightLogos,
|
|
7272
|
+
"add-text-margin": !0,
|
|
7273
|
+
"background-color": m(t)
|
|
7274
|
+
}, null, 8, ["is-center-align", "copy-right", "navigation", "logos", "background-color"])
|
|
7275
|
+
])) : (d(), b(D, { key: 2 }, [
|
|
7276
|
+
r.socialMediaRef ? (d(), _(Pt, {
|
|
7277
|
+
key: 0,
|
|
7278
|
+
"social-media-ref": r.socialMediaRef
|
|
7279
|
+
}, null, 8, ["social-media-ref"])) : w("", !0)
|
|
7280
|
+
], 64))
|
|
7281
|
+
], 2),
|
|
7282
|
+
r.navigation && r.navigation.length > 0 && r.copyRight && r.copyRightLinks && ((a = r.copyRightLinks) == null ? void 0 : a.length) > 0 && r.copyRightLogos && ((s = r.copyRightLogos) == null ? void 0 : s.length) > 0 ? (d(), _(At, {
|
|
7283
|
+
key: 0,
|
|
7284
|
+
"is-center-align": i.value,
|
|
7285
|
+
"copy-right": r.copyRight,
|
|
7286
|
+
navigation: r.copyRightLinks,
|
|
7287
|
+
logos: r.copyRightLogos,
|
|
7288
|
+
"background-color": m(t)
|
|
7289
|
+
}, null, 8, ["is-center-align", "copy-right", "navigation", "logos", "background-color"])) : w("", !0),
|
|
7290
|
+
k("hr", {
|
|
7291
|
+
class: h(`border-${m(o).copy}`)
|
|
7292
|
+
}, null, 2),
|
|
7293
|
+
r.legalText ? (d(), b("div", {
|
|
7294
|
+
key: 1,
|
|
7295
|
+
class: h(`text-xs md:text-sm opacity-80 text-${m(o).copy}`),
|
|
7296
|
+
innerHTML: r.legalText
|
|
7297
|
+
}, null, 10, Xa)) : w("", !0)
|
|
7298
|
+
])
|
|
7299
|
+
], 2);
|
|
7300
|
+
};
|
|
7298
7301
|
}
|
|
7299
7302
|
}), Ya = ["innerHTML"], Ja = /* @__PURE__ */ K({
|
|
7300
7303
|
__name: "LogoCollectionModule",
|
|
@@ -7308,32 +7311,32 @@ const Ma = {
|
|
|
7308
7311
|
},
|
|
7309
7312
|
setup(n) {
|
|
7310
7313
|
const e = n, t = S(
|
|
7311
|
-
() =>
|
|
7314
|
+
() => A(xn, e.pt ?? {})
|
|
7312
7315
|
), o = S(() => ({
|
|
7313
7316
|
"background-color": e.backgroundColor ?? "transparent",
|
|
7314
7317
|
color: "inherit"
|
|
7315
7318
|
})), { backgroundColor: i, palette: r } = ee(e);
|
|
7316
7319
|
return (l, a) => {
|
|
7317
|
-
var c,
|
|
7318
|
-
const s =
|
|
7320
|
+
var c, p, u;
|
|
7321
|
+
const s = le;
|
|
7319
7322
|
return d(), b("section", {
|
|
7320
|
-
style:
|
|
7321
|
-
class:
|
|
7323
|
+
style: ae(o.value),
|
|
7324
|
+
class: h(`logo-module p-16 ${e.class ?? ""} bg-${m(i)}`)
|
|
7322
7325
|
}, [
|
|
7323
7326
|
k("div", {
|
|
7324
|
-
class:
|
|
7327
|
+
class: h(`container mx-auto ${((c = t.value) == null ? void 0 : c.container) ?? ""}`)
|
|
7325
7328
|
}, [
|
|
7326
7329
|
l.headline ? (d(), b("h2", {
|
|
7327
7330
|
key: 0,
|
|
7328
|
-
class:
|
|
7331
|
+
class: h(`logo-module-headline ${((p = t.value) == null ? void 0 : p.headline) ?? ""} text-${m(r).headline}`),
|
|
7329
7332
|
innerHTML: l.headline
|
|
7330
7333
|
}, null, 10, Ya)) : w("", !0),
|
|
7331
7334
|
l.logos ? (d(), b("div", {
|
|
7332
7335
|
key: 1,
|
|
7333
|
-
class:
|
|
7336
|
+
class: h(`logo-module-content flex flex-wrap justify-evenly gap-2 ${((u = t.value) == null ? void 0 : u.bodyCopy) ?? ""}`)
|
|
7334
7337
|
}, [
|
|
7335
|
-
(d(!0), b(D, null, q(l.logos, (
|
|
7336
|
-
key: `cta-${
|
|
7338
|
+
(d(!0), b(D, null, q(l.logos, (f, g) => (d(), _(s, T({ ref_for: !0 }, f, {
|
|
7339
|
+
key: `cta-${f.altTag}-${g}`
|
|
7337
7340
|
}), null, 16))), 128))
|
|
7338
7341
|
], 2)) : w("", !0)
|
|
7339
7342
|
], 2)
|
|
@@ -7341,7 +7344,7 @@ const Ma = {
|
|
|
7341
7344
|
};
|
|
7342
7345
|
}
|
|
7343
7346
|
}), Qa = {
|
|
7344
|
-
class: /* @__PURE__ */
|
|
7347
|
+
class: /* @__PURE__ */ h("primary-navigation-header sticky top-0 z-50")
|
|
7345
7348
|
}, el = { class: "hidden md:flex bg-[#d9d9d9] w-full" }, tl = {
|
|
7346
7349
|
key: 0,
|
|
7347
7350
|
class: "primary-navigation flex flex-[0_1_87%] justify-end items-center gap-4 py-4 pl-2 pr-0"
|
|
@@ -7373,60 +7376,60 @@ const Ma = {
|
|
|
7373
7376
|
emits: ["navigation-click", "cta-click"],
|
|
7374
7377
|
setup(n, { emit: e }) {
|
|
7375
7378
|
const t = n, o = G(!1), { backgroundColor: i, palette: r } = ee(t), l = e, a = S(() => t.navigation || []), s = S(() => t.ctas || []), c = S(() => {
|
|
7376
|
-
var
|
|
7377
|
-
return ((
|
|
7378
|
-
}),
|
|
7379
|
-
var
|
|
7380
|
-
return ((
|
|
7379
|
+
var f;
|
|
7380
|
+
return ((f = t.inBanner) == null ? void 0 : f.filter((g) => g.__typename ? g.__typename === "NavigationElement" : !("buttonType" in g))) || [];
|
|
7381
|
+
}), p = S(() => {
|
|
7382
|
+
var f;
|
|
7383
|
+
return ((f = t.inBanner) == null ? void 0 : f.filter((g) => g.__typename ? g.__typename === "CTA" : "buttonType" in g)) || [];
|
|
7381
7384
|
}), u = S(() => {
|
|
7382
|
-
const
|
|
7383
|
-
return a.value.forEach((
|
|
7384
|
-
|
|
7385
|
-
}),
|
|
7385
|
+
const f = [];
|
|
7386
|
+
return a.value.forEach((g) => {
|
|
7387
|
+
g.expandedMobile && g.subNavigation && g.subNavigation.length > 0 ? f.push(...g.subNavigation) : f.push(g);
|
|
7388
|
+
}), f;
|
|
7386
7389
|
});
|
|
7387
|
-
return (
|
|
7390
|
+
return (f, g) => (d(), b("header", Qa, [
|
|
7388
7391
|
k("div", el, [
|
|
7389
|
-
c.value.length > 0 ||
|
|
7390
|
-
(d(!0), b(D, null, q(c.value, (v,
|
|
7391
|
-
key: `${v.title}-${
|
|
7392
|
+
c.value.length > 0 || p.value.length > 0 ? (d(), b("nav", tl, [
|
|
7393
|
+
(d(!0), b(D, null, q(c.value, (v, y) => (d(), _(we, T({
|
|
7394
|
+
key: `${v.title}-${y}`,
|
|
7392
7395
|
role: "menuitem",
|
|
7393
7396
|
tabindex: "-1",
|
|
7394
7397
|
ref_for: !0
|
|
7395
7398
|
}, {
|
|
7396
7399
|
...v,
|
|
7397
|
-
class: `primary-nav-item-${
|
|
7400
|
+
class: `primary-nav-item-${y} ${v.class || ""} ${v.dividerLine ? "md:border-r pr-4 h-full" : ""}`,
|
|
7398
7401
|
isChild: !1,
|
|
7399
7402
|
elementType: "header"
|
|
7400
7403
|
}, {
|
|
7401
7404
|
onClick: ($) => l("navigation-click", v)
|
|
7402
7405
|
}), null, 16, ["onClick"]))), 128)),
|
|
7403
|
-
(d(!0), b(D, null, q(
|
|
7406
|
+
(d(!0), b(D, null, q(p.value, (v) => (d(), _(pe, T({
|
|
7404
7407
|
key: v.title,
|
|
7405
7408
|
class: ["my-4 sm:my-0", v.buttonType === "fill" ? "justify-center w-full" : ""],
|
|
7406
7409
|
ref_for: !0
|
|
7407
7410
|
}, v, {
|
|
7408
|
-
onClick: (
|
|
7411
|
+
onClick: (y) => l("cta-click", v)
|
|
7409
7412
|
}), null, 16, ["class", "onClick"]))), 128))
|
|
7410
7413
|
])) : w("", !0)
|
|
7411
7414
|
]),
|
|
7412
7415
|
k("div", {
|
|
7413
|
-
class:
|
|
7416
|
+
class: h(`shadow-2xl bg-${m(i)}`)
|
|
7414
7417
|
}, [
|
|
7415
7418
|
k("div", nl, [
|
|
7416
7419
|
k("div", ol, [
|
|
7417
|
-
|
|
7418
|
-
|
|
7420
|
+
f.logo ? (d(), b("a", rl, [
|
|
7421
|
+
de(le, T(f.logo, { class: "h-full w-auto object-contain" }), null, 16)
|
|
7419
7422
|
])) : w("", !0),
|
|
7420
7423
|
k("div", il, [
|
|
7421
7424
|
c.value.length > 0 ? (d(), b("nav", al, [
|
|
7422
|
-
(d(!0), b(D, null, q(c.value, (v,
|
|
7423
|
-
key: `${v.title}-${
|
|
7425
|
+
(d(!0), b(D, null, q(c.value, (v, y) => (d(), _(we, T({
|
|
7426
|
+
key: `${v.title}-${y}`,
|
|
7424
7427
|
role: "menuitem",
|
|
7425
7428
|
tabindex: "-1",
|
|
7426
7429
|
ref_for: !0
|
|
7427
7430
|
}, {
|
|
7428
7431
|
...v,
|
|
7429
|
-
class: `h-full primary-nav-item-${
|
|
7432
|
+
class: `h-full primary-nav-item-${y} ${v.class || ""} ${v.dividerLine ? "md:border-r pr-4" : ""}`,
|
|
7430
7433
|
isChild: !1,
|
|
7431
7434
|
elementType: "header"
|
|
7432
7435
|
}, {
|
|
@@ -7438,10 +7441,10 @@ const Ma = {
|
|
|
7438
7441
|
class: "block",
|
|
7439
7442
|
"aria-label": o.value ? "Close menu" : "Open menu",
|
|
7440
7443
|
"aria-expanded": o.value,
|
|
7441
|
-
onClick:
|
|
7444
|
+
onClick: g[0] || (g[0] = (v) => o.value = !o.value)
|
|
7442
7445
|
}, [
|
|
7443
7446
|
(d(), b("svg", {
|
|
7444
|
-
class:
|
|
7447
|
+
class: h(`h-6 w-6 fill-${m(r).copy}`),
|
|
7445
7448
|
viewBox: "0 0 24 24"
|
|
7446
7449
|
}, [
|
|
7447
7450
|
o.value ? (d(), b("path", sl)) : w("", !0),
|
|
@@ -7452,47 +7455,47 @@ const Ma = {
|
|
|
7452
7455
|
]),
|
|
7453
7456
|
a.value.length > 0 || s.value.length > 0 ? (d(), b("nav", {
|
|
7454
7457
|
key: 0,
|
|
7455
|
-
class:
|
|
7458
|
+
class: h(["primary-navigation text-sm xl:text-base items-center px-2 pt-2 pb-4 md:flex gap-2 lg:gap-4 md:justify-evenly md:p-0", o.value ? "block" : "hidden"])
|
|
7456
7459
|
}, [
|
|
7457
|
-
(d(!0), b(D, null, q(u.value, (v,
|
|
7458
|
-
key: `mobile-${v.title}-${
|
|
7460
|
+
(d(!0), b(D, null, q(u.value, (v, y) => (d(), _(we, T({
|
|
7461
|
+
key: `mobile-${v.title}-${y}`,
|
|
7459
7462
|
role: "menuitem",
|
|
7460
7463
|
tabindex: "-1",
|
|
7461
7464
|
ref_for: !0
|
|
7462
7465
|
}, {
|
|
7463
7466
|
...v,
|
|
7464
|
-
class: `md:hidden h-full primary-nav-item-${
|
|
7467
|
+
class: `md:hidden h-full primary-nav-item-${y} ${v.class || ""} ${v.dividerLine ? "md:border-r pr-4" : ""}`,
|
|
7465
7468
|
isChild: !1,
|
|
7466
7469
|
elementType: "header"
|
|
7467
7470
|
}, {
|
|
7468
7471
|
onClick: ($) => l("navigation-click", v)
|
|
7469
7472
|
}), null, 16, ["onClick"]))), 128)),
|
|
7470
|
-
(d(!0), b(D, null, q(a.value, (v,
|
|
7471
|
-
key: `desktop-${v.title}-${
|
|
7473
|
+
(d(!0), b(D, null, q(a.value, (v, y) => (d(), _(we, T({
|
|
7474
|
+
key: `desktop-${v.title}-${y}`,
|
|
7472
7475
|
role: "menuitem",
|
|
7473
7476
|
tabindex: "-1",
|
|
7474
7477
|
ref_for: !0
|
|
7475
7478
|
}, {
|
|
7476
7479
|
...v,
|
|
7477
|
-
class: `hidden md:block h-full primary-nav-item-${
|
|
7480
|
+
class: `hidden md:block h-full primary-nav-item-${y} ${v.class || ""} ${v.dividerLine ? "sm:border-r pr-4" : ""}`,
|
|
7478
7481
|
isChild: !1,
|
|
7479
7482
|
elementType: "header"
|
|
7480
7483
|
}, {
|
|
7481
7484
|
onClick: ($) => l("navigation-click", v)
|
|
7482
7485
|
}), null, 16, ["onClick"]))), 128)),
|
|
7483
|
-
(d(!0), b(D, null, q(s.value, (v) => (d(), _(
|
|
7486
|
+
(d(!0), b(D, null, q(s.value, (v) => (d(), _(pe, T({
|
|
7484
7487
|
key: `filtered-${v.title}`,
|
|
7485
7488
|
class: v.buttonType === "fill" ? "justify-center w-full" : "",
|
|
7486
7489
|
ref_for: !0
|
|
7487
7490
|
}, v, {
|
|
7488
|
-
onClick: (
|
|
7491
|
+
onClick: (y) => l("cta-click", v)
|
|
7489
7492
|
}), null, 16, ["class", "onClick"]))), 128)),
|
|
7490
|
-
(d(!0), b(D, null, q(
|
|
7493
|
+
(d(!0), b(D, null, q(p.value, (v) => (d(), _(pe, T({
|
|
7491
7494
|
key: v.title,
|
|
7492
7495
|
class: ["flex md:hidden my-2 md:my-0", v.buttonType === "fill" ? "justify-center w-full" : ""],
|
|
7493
7496
|
ref_for: !0
|
|
7494
7497
|
}, v, {
|
|
7495
|
-
onClick: (
|
|
7498
|
+
onClick: (y) => l("cta-click", v)
|
|
7496
7499
|
}), null, 16, ["class", "onClick"]))), 128))
|
|
7497
7500
|
], 2)) : w("", !0)
|
|
7498
7501
|
])
|
|
@@ -7515,7 +7518,7 @@ const Ma = {
|
|
|
7515
7518
|
class: {}
|
|
7516
7519
|
},
|
|
7517
7520
|
setup(n) {
|
|
7518
|
-
const e = n, t = S(() =>
|
|
7521
|
+
const e = n, t = S(() => A(Sn, e.pt ?? {})), o = S(() => ({
|
|
7519
7522
|
"background-image": `url(${e.backgroundImage ?? ""})`,
|
|
7520
7523
|
"background-size": "cover"
|
|
7521
7524
|
})), { backgroundColor: i, palette: r } = ee(e), l = S(
|
|
@@ -7525,30 +7528,30 @@ const Ma = {
|
|
|
7525
7528
|
)
|
|
7526
7529
|
);
|
|
7527
7530
|
return (a, s) => (d(), _(te(a.isChild ? "div" : "section"), {
|
|
7528
|
-
style:
|
|
7529
|
-
class:
|
|
7531
|
+
style: ae(o.value),
|
|
7532
|
+
class: h(l.value)
|
|
7530
7533
|
}, {
|
|
7531
7534
|
default: Q(() => {
|
|
7532
|
-
var c,
|
|
7535
|
+
var c, p, u, f, g;
|
|
7533
7536
|
return [
|
|
7534
7537
|
a.headline ? (d(), b("h2", {
|
|
7535
7538
|
key: 0,
|
|
7536
|
-
class:
|
|
7539
|
+
class: h(`headline ${((c = t.value) == null ? void 0 : c.headline) ?? ""} text-${m(r).headline}`),
|
|
7537
7540
|
innerHTML: a.headline
|
|
7538
7541
|
}, null, 10, dl)) : w("", !0),
|
|
7539
7542
|
k("div", {
|
|
7540
|
-
class:
|
|
7543
|
+
class: h(`split-module-content ${m(R)("flex justify-evenly gap-4 mx-auto items-center", ((p = t.value) == null ? void 0 : p.bodyCopy) ?? "")}`)
|
|
7541
7544
|
}, [
|
|
7542
7545
|
a.start ? (d(), _(te(a.start.__typename), T({ key: 0 }, a.start, {
|
|
7543
7546
|
class: `split-module-start ${((u = t.value) == null ? void 0 : u.start) ?? ""}`,
|
|
7544
7547
|
"is-child": !0
|
|
7545
7548
|
}), null, 16, ["class"])) : w("", !0),
|
|
7546
7549
|
a.center ? (d(), _(te(a.center.__typename), T({ key: 1 }, a.center, {
|
|
7547
|
-
class: `split-module-center ${((
|
|
7550
|
+
class: `split-module-center ${((f = t.value) == null ? void 0 : f.center) ?? ""}`,
|
|
7548
7551
|
"is-child": !0
|
|
7549
7552
|
}), null, 16, ["class"])) : w("", !0),
|
|
7550
7553
|
a.end ? (d(), _(te(a.end.__typename), T({ key: 2 }, a.end, {
|
|
7551
|
-
class: `split-module-end ${((
|
|
7554
|
+
class: `split-module-end ${((g = t.value) == null ? void 0 : g.end) ?? ""}`,
|
|
7552
7555
|
"is-child": !0
|
|
7553
7556
|
}), null, 16, ["class"])) : w("", !0)
|
|
7554
7557
|
], 2)
|
|
@@ -7568,50 +7571,51 @@ const Ma = {
|
|
|
7568
7571
|
media: {},
|
|
7569
7572
|
textColor: {},
|
|
7570
7573
|
backgroundColor: {},
|
|
7574
|
+
mediaPosition: {},
|
|
7571
7575
|
pt: {},
|
|
7572
7576
|
class: {}
|
|
7573
7577
|
},
|
|
7574
7578
|
setup(n) {
|
|
7575
7579
|
const e = n, t = S(
|
|
7576
|
-
() =>
|
|
7580
|
+
() => A(In, e.pt ?? {})
|
|
7577
7581
|
), { palette: o } = ee(e), i = S(() => ({
|
|
7578
7582
|
"background-color": e.backgroundColor ?? "transparent",
|
|
7579
7583
|
color: e.textColor ?? "inherit"
|
|
7580
7584
|
}));
|
|
7581
7585
|
return (r, l) => {
|
|
7582
|
-
var a, s, c,
|
|
7586
|
+
var a, s, c, p, u, f, g;
|
|
7583
7587
|
return d(), b("div", {
|
|
7584
|
-
class:
|
|
7585
|
-
style:
|
|
7588
|
+
class: h(`testimonial ${m(R)("p-5", e.class ?? "")}`),
|
|
7589
|
+
style: ae(i.value)
|
|
7586
7590
|
}, [
|
|
7587
7591
|
k("div", {
|
|
7588
|
-
class:
|
|
7592
|
+
class: h(`container mx-auto flex flex-col gap-8 ${((a = t.value) == null ? void 0 : a.container) ?? ""} ${r.mediaPosition === "Right" ? "lg:flex-row-reverse" : "lg:flex-row"}`)
|
|
7589
7593
|
}, [
|
|
7590
7594
|
r.media ? (d(), b("div", {
|
|
7591
7595
|
key: 0,
|
|
7592
|
-
class:
|
|
7596
|
+
class: h(`testimonial-media ${((s = t.value) == null ? void 0 : s.media) ?? ""}`)
|
|
7593
7597
|
}, [
|
|
7594
7598
|
(d(), _(te(r.media.__typename), at(oo(r.media)), null, 16))
|
|
7595
7599
|
], 2)) : w("", !0),
|
|
7596
7600
|
k("div", {
|
|
7597
|
-
class:
|
|
7601
|
+
class: h(`testimonial-text ${((c = t.value) == null ? void 0 : c.text) ?? ""}`)
|
|
7598
7602
|
}, [
|
|
7599
7603
|
r.headline ? (d(), b("h3", {
|
|
7600
7604
|
key: 0,
|
|
7601
|
-
class:
|
|
7605
|
+
class: h(`testimonial-headline ${((p = t.value) == null ? void 0 : p.headline) ?? ""} text-${m(o).headline}`),
|
|
7602
7606
|
innerHTML: r.headline
|
|
7603
7607
|
}, null, 10, fl)) : w("", !0),
|
|
7604
7608
|
r.quote ? (d(), b("p", {
|
|
7605
7609
|
key: 1,
|
|
7606
|
-
class:
|
|
7610
|
+
class: h(`testimonial-quote ${((u = t.value) == null ? void 0 : u.quote) ?? ""} text-${m(o).copyAccent}`)
|
|
7607
7611
|
}, ' "' + M(r.quote) + '" ', 3)) : w("", !0),
|
|
7608
7612
|
r.author ? (d(), b("p", {
|
|
7609
7613
|
key: 2,
|
|
7610
|
-
class:
|
|
7614
|
+
class: h(`testimonial-author ${((f = t.value) == null ? void 0 : f.author) ?? ""} text-${m(o).copy}`)
|
|
7611
7615
|
}, M(r.author), 3)) : w("", !0),
|
|
7612
7616
|
r.details ? (d(), b("p", {
|
|
7613
7617
|
key: 3,
|
|
7614
|
-
class:
|
|
7618
|
+
class: h(`testimonial-details ${((g = t.value) == null ? void 0 : g.details) ?? ""} text-${m(o).copy}`)
|
|
7615
7619
|
}, M(r.details), 3)) : w("", !0)
|
|
7616
7620
|
], 2)
|
|
7617
7621
|
], 2)
|
|
@@ -7643,7 +7647,7 @@ const Ma = {
|
|
|
7643
7647
|
},
|
|
7644
7648
|
setup(n) {
|
|
7645
7649
|
const e = n, t = S(
|
|
7646
|
-
() =>
|
|
7650
|
+
() => A(_n, e.pt ?? {})
|
|
7647
7651
|
), { backgroundColor: o, palette: i } = ee(e), r = S(() => {
|
|
7648
7652
|
const a = ["w-full md:w-[47%]"];
|
|
7649
7653
|
switch (e.modules.length < e.cols ? e.modules.length : e.cols) {
|
|
@@ -7669,26 +7673,26 @@ const Ma = {
|
|
|
7669
7673
|
}
|
|
7670
7674
|
});
|
|
7671
7675
|
return (a, s) => {
|
|
7672
|
-
var u,
|
|
7673
|
-
const c =
|
|
7676
|
+
var u, f, g, v, y;
|
|
7677
|
+
const c = pe, p = le;
|
|
7674
7678
|
return d(), b("section", {
|
|
7675
|
-
class:
|
|
7679
|
+
class: h(`tile-collection ${a.variant} ${m(R)("overflow-hidden py-16", a.includeDecoration ? "!pb-0" : "", ((u = t.value) == null ? void 0 : u.root) ?? "", e.class ?? "")} bg-${m(o)}`)
|
|
7676
7680
|
}, [
|
|
7677
7681
|
k("div", {
|
|
7678
|
-
class:
|
|
7682
|
+
class: h(`container mx-auto ${((f = t.value) == null ? void 0 : f.container) ?? ""}`)
|
|
7679
7683
|
}, [
|
|
7680
7684
|
a.headline ? (d(), b("h2", {
|
|
7681
7685
|
key: 0,
|
|
7682
|
-
class:
|
|
7686
|
+
class: h(`tile-collection-headline ${((g = t.value) == null ? void 0 : g.headline) ?? ""} text-${m(i).headline} ${a.bodyCopy ? "mb-2" : ""}`),
|
|
7683
7687
|
innerHTML: a.headline
|
|
7684
7688
|
}, null, 10, gl)) : w("", !0),
|
|
7685
7689
|
a.bodyCopy ? (d(), b("h3", {
|
|
7686
7690
|
key: 1,
|
|
7687
|
-
class:
|
|
7691
|
+
class: h(`tile-collection-body-copy ${((v = t.value) == null ? void 0 : v.bodyCopy) ?? ""} text-${m(i).copy}`)
|
|
7688
7692
|
}, M(a.bodyCopy), 3)) : w("", !0),
|
|
7689
7693
|
a.modules ? (d(), b("div", {
|
|
7690
7694
|
key: 2,
|
|
7691
|
-
class:
|
|
7695
|
+
class: h(`tile-collection-content ${m(R)(`flex flex-col ${a.variant !== "ImageStackedAnimatedTile" ? "md:flex-row flex-wrap gap-12 md:gap-6" : "gap-12 md:gap-4"} justify-center`, ((y = t.value) == null ? void 0 : y.bodyCopy) ?? "")}`)
|
|
7692
7696
|
}, [
|
|
7693
7697
|
(d(!0), b(D, null, q(a.modules, ($, C) => {
|
|
7694
7698
|
var I;
|
|
@@ -7697,7 +7701,7 @@ const Ma = {
|
|
|
7697
7701
|
class: `tile-collection-content-item-${C} ${r.value} ${((I = t.value) == null ? void 0 : I.item) ?? ""} ${$.class}`,
|
|
7698
7702
|
ref_for: !0
|
|
7699
7703
|
}, $, {
|
|
7700
|
-
"parent-background-color":
|
|
7704
|
+
"parent-background-color": m(o),
|
|
7701
7705
|
index: C,
|
|
7702
7706
|
"tile-label-type": a.tileLabelType
|
|
7703
7707
|
}), null, 16, ["class", "parent-background-color", "index", "tile-label-type"]);
|
|
@@ -7709,12 +7713,12 @@ const Ma = {
|
|
|
7709
7713
|
ref_for: !0
|
|
7710
7714
|
}, $, {
|
|
7711
7715
|
size: "xl",
|
|
7712
|
-
"background-color":
|
|
7716
|
+
"background-color": m(o)
|
|
7713
7717
|
}), null, 16, ["background-color"]))), 128))
|
|
7714
7718
|
])) : w("", !0)
|
|
7715
7719
|
], 2),
|
|
7716
7720
|
a.includeDecoration ? (d(), b("div", yl, [
|
|
7717
|
-
|
|
7721
|
+
de(p, {
|
|
7718
7722
|
animated: !0,
|
|
7719
7723
|
media: {
|
|
7720
7724
|
url: l.value
|
|
@@ -7740,7 +7744,7 @@ const Ma = {
|
|
|
7740
7744
|
},
|
|
7741
7745
|
setup(n) {
|
|
7742
7746
|
const e = n, t = ro(), o = S(() => e.type === "Numeric" && !e.copy ? (e.index ?? 0) + 1 : e.copy), i = S(
|
|
7743
|
-
() =>
|
|
7747
|
+
() => A(jn[e.type], e.pt ?? {})
|
|
7744
7748
|
), r = S(() => {
|
|
7745
7749
|
var a;
|
|
7746
7750
|
let l = e.type === "Numeric" ? "right-2 md:right-4" : "right-[-4%]";
|
|
@@ -7748,8 +7752,8 @@ const Ma = {
|
|
|
7748
7752
|
});
|
|
7749
7753
|
return (l, a) => o.value ? (d(), b("div", {
|
|
7750
7754
|
key: 0,
|
|
7751
|
-
class:
|
|
7752
|
-
style:
|
|
7755
|
+
class: h(r.value),
|
|
7756
|
+
style: ae({
|
|
7753
7757
|
backgroundColor: l.backgroundColor
|
|
7754
7758
|
})
|
|
7755
7759
|
}, M(o.value), 7)) : w("", !0);
|
|
@@ -7816,16 +7820,16 @@ const kl = ["src", "height", "width"], xl = ["src", "height", "width"], pt = /*
|
|
|
7816
7820
|
}
|
|
7817
7821
|
return (o, i) => {
|
|
7818
7822
|
var r, l;
|
|
7819
|
-
return
|
|
7823
|
+
return m(e) ? m(e) ? (d(), b("iframe", {
|
|
7820
7824
|
key: 1,
|
|
7821
|
-
class:
|
|
7825
|
+
class: h(`${o.$props.class} w-full`),
|
|
7822
7826
|
src: o.url,
|
|
7823
7827
|
height: (r = o.thumbnail.media) != null && r.height ? o.thumbnail.media.height : "100%",
|
|
7824
7828
|
width: (l = o.thumbnail.media) != null && l.width ? o.thumbnail.media.width : "100%",
|
|
7825
7829
|
allow: "autoplay"
|
|
7826
7830
|
}, null, 10, xl)) : w("", !0) : (d(), b("div", {
|
|
7827
7831
|
key: 0,
|
|
7828
|
-
class:
|
|
7832
|
+
class: h(`${o.$props.class} relative cursor-pointer`),
|
|
7829
7833
|
onClick: t
|
|
7830
7834
|
}, [
|
|
7831
7835
|
i[0] || (i[0] = k("svg", {
|
|
@@ -7881,63 +7885,64 @@ const kl = ["src", "height", "width"], xl = ["src", "height", "width"], pt = /*
|
|
|
7881
7885
|
},
|
|
7882
7886
|
setup(n) {
|
|
7883
7887
|
const e = n, t = S(
|
|
7884
|
-
() =>
|
|
7888
|
+
() => A(Pn, e.pt ?? {})
|
|
7885
7889
|
), o = e.backgroundColor || e.parentBackgroundColor, { palette: i } = ee({
|
|
7886
7890
|
backgroundColor: o
|
|
7887
|
-
}), r = e.backgroundColor ? i : i.tile, l = typeof e.index == "number", a = e.backgroundColor || i.tile.bg, s = S(() => e.alignment === "center" ? "items-center" : e.alignment === "right" ? "items-end" : "items-start"), c = G(null),
|
|
7888
|
-
return (u,
|
|
7889
|
-
var
|
|
7890
|
-
const
|
|
7891
|
+
}), r = e.backgroundColor ? i : i.tile, l = typeof e.index == "number", a = e.backgroundColor || i.tile.bg, s = S(() => e.alignment === "center" ? "items-center" : e.alignment === "right" ? "items-end" : "items-start"), c = G(null), p = Vt(c, { threshold: 0.1 });
|
|
7892
|
+
return (u, f) => {
|
|
7893
|
+
var y, $, C, I, O, B, V, z, W, F, N;
|
|
7894
|
+
const g = Je, v = pe;
|
|
7891
7895
|
return d(), b("div", {
|
|
7892
7896
|
ref_key: "content",
|
|
7893
7897
|
ref: c,
|
|
7894
|
-
style:
|
|
7895
|
-
class:
|
|
7898
|
+
style: ae({ transitionDelay: `${(u.index ?? 0) * 0.2}s` }),
|
|
7899
|
+
class: h(`tile-content animate-slide-on-top ${m(p) ? "visible" : ""} ${m(R)((y = t.value) == null ? void 0 : y.root, l ? "" : "w-full md:w-full lg:w-full")} ${e.class} bg-${m(a)}`)
|
|
7896
7900
|
}, [
|
|
7897
|
-
u.tileLabel || u.tileLabelType ? (d(), _(
|
|
7901
|
+
u.tileLabel || u.tileLabelType ? (d(), _(g, T({ key: 0 }, u.tileLabel, {
|
|
7898
7902
|
type: u.tileLabelType ?? (($ = u.tileLabel) == null ? void 0 : $.type),
|
|
7899
7903
|
class: u.tileLabelType === "Numeric" || ((C = u.tileLabel) == null ? void 0 : C.type) === "Numeric" ? (I = t.value) == null ? void 0 : I.numericLabel : (O = t.value) == null ? void 0 : O.label,
|
|
7900
|
-
"background-color":
|
|
7901
|
-
"text-color":
|
|
7904
|
+
"background-color": m(r).label[u.tileLabelType ?? ((B = u.tileLabel) == null ? void 0 : B.type) ?? "Text"].bg,
|
|
7905
|
+
"text-color": m(r).label[u.tileLabelType ?? ((V = u.tileLabel) == null ? void 0 : V.type) ?? "Text"].copy,
|
|
7902
7906
|
index: u.index,
|
|
7903
7907
|
alignment: ((z = u.tileLabel) == null ? void 0 : z.alignment) ?? "right"
|
|
7904
7908
|
}), null, 16, ["type", "class", "background-color", "text-color", "index", "alignment"])) : w("", !0),
|
|
7905
|
-
|
|
7906
|
-
class:
|
|
7909
|
+
de(m(Te), {
|
|
7910
|
+
class: h(`${((W = t.value) == null ? void 0 : W.container) ?? ""} tile-content-container shadow-none`),
|
|
7907
7911
|
"pt:footer:class": `tile-content-footer ${((F = t.value) == null ? void 0 : F.footer) ?? ""}`,
|
|
7908
7912
|
"pt:body:class": ((N = t.value) == null ? void 0 : N.body) ?? ""
|
|
7909
|
-
},
|
|
7913
|
+
}, Ae({ _: 2 }, [
|
|
7910
7914
|
u.bodyCopy || u.listItems ? {
|
|
7911
7915
|
name: "content",
|
|
7912
7916
|
fn: Q(() => {
|
|
7913
|
-
var x, L,
|
|
7917
|
+
var x, L, P, X, ne, ue, ie;
|
|
7914
7918
|
return [
|
|
7915
7919
|
k("div", {
|
|
7916
|
-
class:
|
|
7920
|
+
class: h(`flex flex-col tile-content-inner ${((x = t.value) == null ? void 0 : x.bodyCopy) ?? ""} ${s.value}`)
|
|
7917
7921
|
}, [
|
|
7918
7922
|
u.image ? (d(), b("div", {
|
|
7919
7923
|
key: 0,
|
|
7920
|
-
class:
|
|
7924
|
+
class: h(`tile-content-media ${((L = t.value) == null ? void 0 : L.media) ?? ""}`)
|
|
7921
7925
|
}, [
|
|
7922
|
-
|
|
7923
|
-
u.image ? (d(), _(
|
|
7924
|
-
class:
|
|
7926
|
+
f[0] || (f[0] = k("div", { class: "tile-content-media-background" }, null, -1)),
|
|
7927
|
+
u.image ? (d(), _(le, T({ key: 0 }, u.image, {
|
|
7928
|
+
class: m(R)((X = (P = u.image) == null ? void 0 : P.media) != null && X.width ? "" : "w-full", u.image.class)
|
|
7925
7929
|
}), null, 16, ["class"])) : w("", !0),
|
|
7926
7930
|
u.video ? (d(), _(pt, T({ key: 1 }, u.video, { class: "w-full" }), null, 16)) : w("", !0)
|
|
7927
7931
|
], 2)) : w("", !0),
|
|
7928
7932
|
u.headline ? (d(), b("h3", {
|
|
7929
7933
|
key: 1,
|
|
7930
|
-
class:
|
|
7934
|
+
class: h(`tile-content-headline ${((ne = t.value) == null ? void 0 : ne.headline) ?? ""} text-${m(r).headline} text-${u.alignment}`)
|
|
7931
7935
|
}, M(u.headline), 3)) : w("", !0),
|
|
7932
7936
|
u.subheadline ? (d(), b("h6", {
|
|
7933
7937
|
key: 2,
|
|
7934
|
-
class:
|
|
7938
|
+
class: h(`tile-content-subheadline ${((ue = t.value) == null ? void 0 : ue.subheadline) ?? ""} text-${m(r).headline} text-${u.alignment}`)
|
|
7935
7939
|
}, M(u.subheadline), 3)) : w("", !0),
|
|
7936
7940
|
u.bodyCopy ? (d(), b("div", {
|
|
7937
7941
|
key: 3,
|
|
7938
|
-
class:
|
|
7942
|
+
class: h(`tile-content-body-copy ${((ie = t.value) == null ? void 0 : ie.bodyCopy) ?? ""} text-${m(r).copy} text-${u.alignment} body-copy-with-lists`),
|
|
7943
|
+
style: ae({ "--bullet-color": `var(--${m(i).bullet})` }),
|
|
7939
7944
|
innerHTML: u.bodyCopy
|
|
7940
|
-
}, null,
|
|
7945
|
+
}, null, 14, Tl)) : w("", !0)
|
|
7941
7946
|
], 2)
|
|
7942
7947
|
];
|
|
7943
7948
|
}),
|
|
@@ -7950,21 +7955,21 @@ const kl = ["src", "height", "width"], xl = ["src", "height", "width"], pt = /*
|
|
|
7950
7955
|
return [
|
|
7951
7956
|
u.footer ? (d(), b("p", {
|
|
7952
7957
|
key: 0,
|
|
7953
|
-
class:
|
|
7958
|
+
class: h(`${((x = t.value) == null ? void 0 : x.footerContent) ?? ""} text-${m(r).copy}`)
|
|
7954
7959
|
}, M(u.footer), 3)) : w("", !0),
|
|
7955
7960
|
k("div", {
|
|
7956
|
-
class:
|
|
7961
|
+
class: h(((L = t.value) == null ? void 0 : L.ctas) ?? "")
|
|
7957
7962
|
}, [
|
|
7958
|
-
(d(!0), b(D, null, q(u.ctas, (
|
|
7963
|
+
(d(!0), b(D, null, q(u.ctas, (P, X) => {
|
|
7959
7964
|
var ne;
|
|
7960
7965
|
return d(), _(v, T({
|
|
7961
|
-
key: `cta-${
|
|
7966
|
+
key: `cta-${P.title}-${X}`,
|
|
7962
7967
|
class: `cta-${X} ${(ne = t.value) == null ? void 0 : ne.cta}`,
|
|
7963
|
-
color:
|
|
7964
|
-
"text-color":
|
|
7965
|
-
"background-color":
|
|
7968
|
+
color: m(ct)(P, m(a)),
|
|
7969
|
+
"text-color": m(dt)(P, m(a)),
|
|
7970
|
+
"background-color": m(a),
|
|
7966
7971
|
ref_for: !0
|
|
7967
|
-
},
|
|
7972
|
+
}, P), null, 16, ["class", "color", "text-color", "background-color"]);
|
|
7968
7973
|
}), 128))
|
|
7969
7974
|
], 2)
|
|
7970
7975
|
];
|
|
@@ -7975,7 +7980,7 @@ const kl = ["src", "height", "width"], xl = ["src", "height", "width"], pt = /*
|
|
|
7975
7980
|
], 6);
|
|
7976
7981
|
};
|
|
7977
7982
|
}
|
|
7978
|
-
}), Il = /* @__PURE__ */ Ye(Sl, [["__scopeId", "data-v-
|
|
7983
|
+
}), Il = /* @__PURE__ */ Ye(Sl, [["__scopeId", "data-v-4ead40b0"]]), _l = ["innerHTML"], Pl = /* @__PURE__ */ K({
|
|
7979
7984
|
__name: "TileContentImageTile",
|
|
7980
7985
|
props: {
|
|
7981
7986
|
__typename: {},
|
|
@@ -7999,69 +8004,70 @@ const kl = ["src", "height", "width"], xl = ["src", "height", "width"], pt = /*
|
|
|
7999
8004
|
},
|
|
8000
8005
|
setup(n) {
|
|
8001
8006
|
const e = n, t = S(
|
|
8002
|
-
() =>
|
|
8007
|
+
() => A(Ln, e.pt ?? {})
|
|
8003
8008
|
), o = e.backgroundColor || e.parentBackgroundColor, { palette: i } = ee({
|
|
8004
8009
|
backgroundColor: o
|
|
8005
|
-
}), r = e.backgroundColor ? i : i.tile, l = typeof e.index == "number", a = e.backgroundColor || i.tile.bg, s = S(() => e.alignment === "center" ? "items-center" : e.alignment === "right" ? "items-end" : "items-start"), c = G(null),
|
|
8006
|
-
return (u,
|
|
8007
|
-
var
|
|
8008
|
-
const
|
|
8010
|
+
}), r = e.backgroundColor ? i : i.tile, l = typeof e.index == "number", a = e.backgroundColor || i.tile.bg, s = S(() => e.alignment === "center" ? "items-center" : e.alignment === "right" ? "items-end" : "items-start"), c = G(null), p = Vt(c, { threshold: 0.1 });
|
|
8011
|
+
return (u, f) => {
|
|
8012
|
+
var y, $, C, I;
|
|
8013
|
+
const g = Je, v = pe;
|
|
8009
8014
|
return d(), b("div", {
|
|
8010
8015
|
ref_key: "content",
|
|
8011
8016
|
ref: c,
|
|
8012
|
-
style:
|
|
8013
|
-
class:
|
|
8017
|
+
style: ae({ transitionDelay: `${(u.index ?? 0) * 0.2}s` }),
|
|
8018
|
+
class: h(`tile-content animate-slide-in-right ${m(p) ? "visible" : ""} ${m(R)(((y = t.value) == null ? void 0 : y.root) ?? "", l ? "" : "w-full md:w-full lg:w-full", `bg-${m(a)}`, e.class ?? "")}`)
|
|
8014
8019
|
}, [
|
|
8015
|
-
|
|
8016
|
-
class:
|
|
8020
|
+
de(m(Te), {
|
|
8021
|
+
class: h(`${(($ = t.value) == null ? void 0 : $.container) ?? ""} tile-content-container shadow-none`),
|
|
8017
8022
|
"pt:footer:class": `tile-content-ctas ${((C = t.value) == null ? void 0 : C.footer) ?? ""}`,
|
|
8018
8023
|
"pt:body:class": ((I = t.value) == null ? void 0 : I.body) ?? ""
|
|
8019
|
-
},
|
|
8024
|
+
}, Ae({ _: 2 }, [
|
|
8020
8025
|
u.bodyCopy || u.listItems ? {
|
|
8021
8026
|
name: "content",
|
|
8022
8027
|
fn: Q(() => {
|
|
8023
|
-
var O, B, V, z, W, F, N, x, L,
|
|
8028
|
+
var O, B, V, z, W, F, N, x, L, P, X, ne, ue, ie;
|
|
8024
8029
|
return [
|
|
8025
8030
|
k("div", {
|
|
8026
|
-
class:
|
|
8031
|
+
class: h(`flex flex-col tile-content-inner ${((O = t.value) == null ? void 0 : O.bodyCopy) ?? ""} ${s.value}`)
|
|
8027
8032
|
}, [
|
|
8028
8033
|
u.image ? (d(), b("div", {
|
|
8029
8034
|
key: 0,
|
|
8030
|
-
class:
|
|
8035
|
+
class: h(`tile-content-media w-4/5 ${((B = t.value) == null ? void 0 : B.media) ?? ""}`)
|
|
8031
8036
|
}, [
|
|
8032
|
-
u.tileLabel || u.tileLabelType ? (d(), _(
|
|
8037
|
+
u.tileLabel || u.tileLabelType ? (d(), _(g, {
|
|
8033
8038
|
key: 0,
|
|
8034
|
-
class:
|
|
8039
|
+
class: h(
|
|
8035
8040
|
u.tileLabelType === "Numeric" || ((V = u.tileLabel) == null ? void 0 : V.type) === "Numeric" ? (z = t.value) == null ? void 0 : z.numericLabel : (W = t.value) == null ? void 0 : W.label
|
|
8036
8041
|
),
|
|
8037
8042
|
index: u.index,
|
|
8038
8043
|
alignment: ((F = u.tileLabel) == null ? void 0 : F.alignment) ?? "left",
|
|
8039
8044
|
type: u.tileLabelType ?? ((N = u.tileLabel) == null ? void 0 : N.type),
|
|
8040
|
-
"background-color":
|
|
8041
|
-
"text-color":
|
|
8045
|
+
"background-color": m(r).label[u.tileLabelType ?? ((x = u.tileLabel) == null ? void 0 : x.type) ?? "Text"].bg,
|
|
8046
|
+
"text-color": m(r).label[u.tileLabelType ?? ((L = u.tileLabel) == null ? void 0 : L.type) ?? "Text"].copy
|
|
8042
8047
|
}, null, 8, ["class", "index", "alignment", "type", "background-color", "text-color"])) : w("", !0),
|
|
8043
|
-
|
|
8044
|
-
u.image ? (d(), _(
|
|
8045
|
-
class:
|
|
8048
|
+
f[0] || (f[0] = k("div", { class: "tile-content-media-background" }, null, -1)),
|
|
8049
|
+
u.image ? (d(), _(le, T({ key: 1 }, u.image, {
|
|
8050
|
+
class: m(R)(
|
|
8046
8051
|
"rounded-full",
|
|
8047
|
-
(X = (
|
|
8052
|
+
(X = (P = u.image) == null ? void 0 : P.media) != null && X.width ? "" : "w-full",
|
|
8048
8053
|
u.image.class
|
|
8049
8054
|
)
|
|
8050
8055
|
}), null, 16, ["class"])) : w("", !0)
|
|
8051
8056
|
], 2)) : w("", !0),
|
|
8052
8057
|
u.headline ? (d(), b("h3", {
|
|
8053
8058
|
key: 1,
|
|
8054
|
-
class:
|
|
8059
|
+
class: h(`tile-content-headline ${((ne = t.value) == null ? void 0 : ne.headline) ?? ""} text-${m(r).headline}`)
|
|
8055
8060
|
}, M(u.headline), 3)) : w("", !0),
|
|
8056
8061
|
u.subheadline ? (d(), b("h6", {
|
|
8057
8062
|
key: 2,
|
|
8058
|
-
class:
|
|
8063
|
+
class: h(`tile-content-subheadline ${((ue = t.value) == null ? void 0 : ue.subheadline) ?? ""} text-${m(r).copy}`)
|
|
8059
8064
|
}, M(u.subheadline), 3)) : w("", !0),
|
|
8060
8065
|
u.bodyCopy ? (d(), b("div", {
|
|
8061
8066
|
key: 3,
|
|
8062
|
-
class:
|
|
8067
|
+
class: h(`tile-content-body-copy ${((ie = t.value) == null ? void 0 : ie.bodyCopy) ?? ""} text-${m(r).copy} text-${u.alignment} body-copy-with-lists`),
|
|
8068
|
+
style: ae({ "--bullet-color": `var(--${m(i).bullet})` }),
|
|
8063
8069
|
innerHTML: u.bodyCopy
|
|
8064
|
-
}, null,
|
|
8070
|
+
}, null, 14, _l)) : w("", !0)
|
|
8065
8071
|
], 2)
|
|
8066
8072
|
];
|
|
8067
8073
|
}),
|
|
@@ -8074,18 +8080,18 @@ const kl = ["src", "height", "width"], xl = ["src", "height", "width"], pt = /*
|
|
|
8074
8080
|
return [
|
|
8075
8081
|
u.footer ? (d(), b("p", {
|
|
8076
8082
|
key: 0,
|
|
8077
|
-
class:
|
|
8083
|
+
class: h(`${((O = t.value) == null ? void 0 : O.footerContent) ?? ""} text-${m(r).copy} text-${u.alignment}`)
|
|
8078
8084
|
}, M(u.footer), 3)) : w("", !0),
|
|
8079
8085
|
k("div", {
|
|
8080
|
-
class:
|
|
8086
|
+
class: h(((B = t.value) == null ? void 0 : B.ctas) ?? "")
|
|
8081
8087
|
}, [
|
|
8082
8088
|
(d(!0), b(D, null, q(u.ctas, (V, z) => {
|
|
8083
8089
|
var W;
|
|
8084
8090
|
return d(), _(v, T({
|
|
8085
8091
|
key: `cta-${V.title}-${z}`,
|
|
8086
8092
|
class: `cta-${z} ${(W = t.value) == null ? void 0 : W.cta}`,
|
|
8087
|
-
color:
|
|
8088
|
-
"text-color":
|
|
8093
|
+
color: m(ct)(V, m(a)),
|
|
8094
|
+
"text-color": m(dt)(V, m(a)),
|
|
8089
8095
|
ref_for: !0
|
|
8090
8096
|
}, V), null, 16, ["class", "color", "text-color"]);
|
|
8091
8097
|
}), 128))
|
|
@@ -8098,7 +8104,7 @@ const kl = ["src", "height", "width"], xl = ["src", "height", "width"], pt = /*
|
|
|
8098
8104
|
], 6);
|
|
8099
8105
|
};
|
|
8100
8106
|
}
|
|
8101
|
-
}),
|
|
8107
|
+
}), Al = /* @__PURE__ */ Ye(Pl, [["__scopeId", "data-v-a481946a"]]), Ll = ["innerHTML"], Ol = /* @__PURE__ */ K({
|
|
8102
8108
|
__name: "TileContentTextTile",
|
|
8103
8109
|
props: {
|
|
8104
8110
|
__typename: {},
|
|
@@ -8122,49 +8128,50 @@ const kl = ["src", "height", "width"], xl = ["src", "height", "width"], pt = /*
|
|
|
8122
8128
|
},
|
|
8123
8129
|
setup(n) {
|
|
8124
8130
|
const e = n, t = S(
|
|
8125
|
-
() =>
|
|
8131
|
+
() => A(On, e.pt ?? {})
|
|
8126
8132
|
), o = typeof e.index == "number", i = e.backgroundColor || e.parentBackgroundColor, { palette: r } = ee({
|
|
8127
8133
|
backgroundColor: i
|
|
8128
8134
|
}), l = e.backgroundColor ? r : r.tile, a = e.backgroundColor || r.tile.bg;
|
|
8129
8135
|
return (s, c) => {
|
|
8130
|
-
var
|
|
8131
|
-
const
|
|
8136
|
+
var f, g, v, y, $, C, I, O, B, V;
|
|
8137
|
+
const p = Je, u = pe;
|
|
8132
8138
|
return d(), b("div", {
|
|
8133
|
-
class:
|
|
8139
|
+
class: h(`tile-content ${m(R)((f = t.value) == null ? void 0 : f.root, o ? "" : "w-full md:w-full lg:w-full")} ${e.class} bg-${m(a)}`)
|
|
8134
8140
|
}, [
|
|
8135
|
-
s.tileLabel || s.tileLabelType ? (d(), _(
|
|
8136
|
-
class: s.tileLabelType === "Numeric" || ((
|
|
8141
|
+
s.tileLabel || s.tileLabelType ? (d(), _(p, T({ key: 0 }, s.tileLabel, {
|
|
8142
|
+
class: s.tileLabelType === "Numeric" || ((g = s.tileLabel) == null ? void 0 : g.type) === "Numeric" ? (v = t.value) == null ? void 0 : v.numericLabel : (y = t.value) == null ? void 0 : y.label,
|
|
8137
8143
|
index: s.index,
|
|
8138
8144
|
type: s.tileLabelType ?? (($ = s.tileLabel) == null ? void 0 : $.type),
|
|
8139
|
-
"background-color":
|
|
8140
|
-
"text-color":
|
|
8145
|
+
"background-color": m(l).label[s.tileLabelType ?? ((C = s.tileLabel) == null ? void 0 : C.type) ?? "Text"].bg,
|
|
8146
|
+
"text-color": m(l).label[s.tileLabelType ?? ((I = s.tileLabel) == null ? void 0 : I.type) ?? "Text"].copy
|
|
8141
8147
|
}), null, 16, ["class", "index", "type", "background-color", "text-color"])) : w("", !0),
|
|
8142
|
-
|
|
8143
|
-
class:
|
|
8148
|
+
de(m(Te), {
|
|
8149
|
+
class: h(`${((O = t.value) == null ? void 0 : O.container) ?? ""} tile-content-container shadow-none`),
|
|
8144
8150
|
"pt:footer:class": `tile-content-ctas ${((B = t.value) == null ? void 0 : B.footer) ?? ""}`,
|
|
8145
8151
|
"pt:body:class": ((V = t.value) == null ? void 0 : V.body) ?? ""
|
|
8146
|
-
},
|
|
8152
|
+
}, Ae({ _: 2 }, [
|
|
8147
8153
|
s.bodyCopy || s.subheadline || s.headline ? {
|
|
8148
8154
|
name: "content",
|
|
8149
8155
|
fn: Q(() => {
|
|
8150
8156
|
var z, W, F, N;
|
|
8151
8157
|
return [
|
|
8152
8158
|
k("div", {
|
|
8153
|
-
class:
|
|
8159
|
+
class: h(`flex flex-col tile-content-inner ${((z = t.value) == null ? void 0 : z.bodyCopy) ?? ""}`)
|
|
8154
8160
|
}, [
|
|
8155
8161
|
s.subheadline ? (d(), b("h6", {
|
|
8156
8162
|
key: 0,
|
|
8157
|
-
class:
|
|
8163
|
+
class: h(`tile-content-subheadline ${((W = t.value) == null ? void 0 : W.subheadline) ?? ""} text-${m(l).copy} text-${s.alignment}`)
|
|
8158
8164
|
}, M(s.subheadline), 3)) : w("", !0),
|
|
8159
8165
|
s.headline ? (d(), b("h2", {
|
|
8160
8166
|
key: 1,
|
|
8161
|
-
class:
|
|
8167
|
+
class: h(`tile-content-headline ${((F = t.value) == null ? void 0 : F.headline) ?? ""} text-${m(l).headline} text-${s.alignment}`)
|
|
8162
8168
|
}, M(s.headline), 3)) : w("", !0),
|
|
8163
8169
|
s.bodyCopy ? (d(), b("div", {
|
|
8164
8170
|
key: 2,
|
|
8165
|
-
class:
|
|
8171
|
+
class: h(`tile-content-body-copy ${((N = t.value) == null ? void 0 : N.bodyCopy) ?? ""} text-${m(l).copy} text-${s.alignment} body-copy-with-lists`),
|
|
8172
|
+
style: ae({ "--bullet-color": `var(--${m(r).bullet})` }),
|
|
8166
8173
|
innerHTML: s.bodyCopy
|
|
8167
|
-
}, null,
|
|
8174
|
+
}, null, 14, Ll)) : w("", !0)
|
|
8168
8175
|
], 2)
|
|
8169
8176
|
];
|
|
8170
8177
|
}),
|
|
@@ -8177,20 +8184,20 @@ const kl = ["src", "height", "width"], xl = ["src", "height", "width"], pt = /*
|
|
|
8177
8184
|
return [
|
|
8178
8185
|
s.footer ? (d(), b("p", {
|
|
8179
8186
|
key: 0,
|
|
8180
|
-
class:
|
|
8187
|
+
class: h(`${((z = t.value) == null ? void 0 : z.footerContent) ?? ""} text-${m(l).copy} text-${s.alignment}`)
|
|
8181
8188
|
}, M(s.footer), 3)) : w("", !0),
|
|
8182
8189
|
k("div", {
|
|
8183
|
-
class:
|
|
8190
|
+
class: h(((W = t.value) == null ? void 0 : W.ctas) ?? "")
|
|
8184
8191
|
}, [
|
|
8185
8192
|
(d(!0), b(D, null, q(s.ctas, (F, N) => {
|
|
8186
8193
|
var x;
|
|
8187
8194
|
return d(), _(u, T({
|
|
8188
8195
|
key: `cta-${F.title}-${N}`,
|
|
8189
8196
|
class: `cta-${N} ${(x = t.value) == null ? void 0 : x.cta} w-full`,
|
|
8190
|
-
color:
|
|
8191
|
-
"text-color":
|
|
8197
|
+
color: m(ct)(F, m(a)),
|
|
8198
|
+
"text-color": m(dt)(F, m(a)),
|
|
8192
8199
|
size: F.size ?? "xxl",
|
|
8193
|
-
"background-color":
|
|
8200
|
+
"background-color": m(a),
|
|
8194
8201
|
ref_for: !0
|
|
8195
8202
|
}, F), null, 16, ["class", "color", "text-color", "size", "background-color"]);
|
|
8196
8203
|
}), 128))
|
|
@@ -8227,59 +8234,60 @@ const kl = ["src", "height", "width"], xl = ["src", "height", "width"], pt = /*
|
|
|
8227
8234
|
},
|
|
8228
8235
|
setup(n) {
|
|
8229
8236
|
const e = n, t = S(
|
|
8230
|
-
() =>
|
|
8237
|
+
() => A(En, e.pt ?? {})
|
|
8231
8238
|
), o = typeof e.index == "number", i = e.backgroundColor || e.parentBackgroundColor, { palette: r } = ee({
|
|
8232
8239
|
backgroundColor: i
|
|
8233
8240
|
}), l = e.backgroundColor ? r : r.tile, a = e.backgroundColor || r.tile.bg, s = S(() => e.alignment === "center" ? "items-center" : e.alignment === "right" ? "items-end" : "items-start");
|
|
8234
|
-
return (c,
|
|
8235
|
-
var
|
|
8236
|
-
const u = Je,
|
|
8241
|
+
return (c, p) => {
|
|
8242
|
+
var g, v, y, $, C, I, O, B, V, z, W;
|
|
8243
|
+
const u = Je, f = pe;
|
|
8237
8244
|
return d(), b("div", {
|
|
8238
|
-
class:
|
|
8245
|
+
class: h(`tile-content ${m(R)("relative text-center list-none flex-auto rounded overflow-visible mx-auto shadow-none", `bg-${m(a)}`, o ? "" : "w-full md:w-full lg:w-full", ((g = t.value) == null ? void 0 : g.root) ?? "", e.class ?? "")} ${e.class}`)
|
|
8239
8246
|
}, [
|
|
8240
8247
|
c.tileLabel || c.tileLabelType ? (d(), _(u, {
|
|
8241
8248
|
key: 0,
|
|
8242
|
-
class:
|
|
8243
|
-
c.tileLabelType === "Numeric" || ((v = c.tileLabel) == null ? void 0 : v.type) === "Numeric" ? (
|
|
8249
|
+
class: h(
|
|
8250
|
+
c.tileLabelType === "Numeric" || ((v = c.tileLabel) == null ? void 0 : v.type) === "Numeric" ? (y = t.value) == null ? void 0 : y.numericLabel : ($ = t.value) == null ? void 0 : $.label
|
|
8244
8251
|
),
|
|
8245
8252
|
index: c.index,
|
|
8246
8253
|
alignment: ((C = c.tileLabel) == null ? void 0 : C.alignment) ?? "right",
|
|
8247
8254
|
type: c.tileLabelType ?? ((I = c.tileLabel) == null ? void 0 : I.type),
|
|
8248
|
-
"background-color":
|
|
8249
|
-
"text-color":
|
|
8255
|
+
"background-color": m(l).label[c.tileLabelType ?? ((O = c.tileLabel) == null ? void 0 : O.type) ?? "Text"].bg,
|
|
8256
|
+
"text-color": m(l).label[c.tileLabelType ?? ((B = c.tileLabel) == null ? void 0 : B.type) ?? "Text"].copy
|
|
8250
8257
|
}, null, 8, ["class", "index", "alignment", "type", "background-color", "text-color"])) : w("", !0),
|
|
8251
|
-
|
|
8252
|
-
class:
|
|
8258
|
+
de(m(Te), {
|
|
8259
|
+
class: h(`${((V = t.value) == null ? void 0 : V.container) ?? ""} tile-content-container shadow-none`),
|
|
8253
8260
|
"pt:footer:class": `tile-content-ctas ${((z = t.value) == null ? void 0 : z.ctas) ?? ""}`,
|
|
8254
8261
|
"pt:body:class": ((W = t.value) == null ? void 0 : W.body) ?? ""
|
|
8255
|
-
},
|
|
8262
|
+
}, Ae({ _: 2 }, [
|
|
8256
8263
|
c.bodyCopy || c.listItems ? {
|
|
8257
8264
|
name: "content",
|
|
8258
8265
|
fn: Q(() => {
|
|
8259
|
-
var F, N, x, L,
|
|
8266
|
+
var F, N, x, L, P;
|
|
8260
8267
|
return [
|
|
8261
8268
|
k("div", {
|
|
8262
|
-
class:
|
|
8269
|
+
class: h(`flex flex-col tile-content-inner ${((F = t.value) == null ? void 0 : F.bodyCopy) ?? ""} ${s.value}`)
|
|
8263
8270
|
}, [
|
|
8264
8271
|
c.headline ? (d(), b("h3", {
|
|
8265
8272
|
key: 0,
|
|
8266
|
-
class:
|
|
8273
|
+
class: h(`tile-content-headline ${((N = t.value) == null ? void 0 : N.headline) ?? ""} text-${m(l).headline} text-${c.alignment}`)
|
|
8267
8274
|
}, M(c.headline), 3)) : w("", !0),
|
|
8268
8275
|
c.subheadline ? (d(), b("h6", {
|
|
8269
8276
|
key: 1,
|
|
8270
|
-
class:
|
|
8277
|
+
class: h(`tile-content-subheadline ${((x = t.value) == null ? void 0 : x.subheadline) ?? ""} text-${m(l).copy} text-${c.alignment}`)
|
|
8271
8278
|
}, M(c.subheadline), 3)) : w("", !0),
|
|
8272
8279
|
c.video ? (d(), b("div", {
|
|
8273
8280
|
key: 2,
|
|
8274
|
-
class:
|
|
8281
|
+
class: h(`tile-content-media w-full ${((L = t.value) == null ? void 0 : L.media) ?? ""}`)
|
|
8275
8282
|
}, [
|
|
8276
8283
|
c.video ? (d(), _(pt, at(T({ key: 0 }, c.video)), null, 16)) : w("", !0)
|
|
8277
8284
|
], 2)) : w("", !0),
|
|
8278
8285
|
c.bodyCopy ? (d(), b("div", {
|
|
8279
8286
|
key: 3,
|
|
8280
|
-
class:
|
|
8287
|
+
class: h(`tile-content-body-copy ${((P = t.value) == null ? void 0 : P.bodyCopy) ?? ""} text-${m(l).copy} text-${c.alignment} body-copy-with-lists`),
|
|
8288
|
+
style: ae({ "--bullet-color": `var(--${m(r).bullet})` }),
|
|
8281
8289
|
innerHTML: c.bodyCopy
|
|
8282
|
-
}, null,
|
|
8290
|
+
}, null, 14, El)) : w("", !0)
|
|
8283
8291
|
], 2)
|
|
8284
8292
|
];
|
|
8285
8293
|
}),
|
|
@@ -8292,15 +8300,15 @@ const kl = ["src", "height", "width"], xl = ["src", "height", "width"], pt = /*
|
|
|
8292
8300
|
return [
|
|
8293
8301
|
c.footer ? (d(), b("p", {
|
|
8294
8302
|
key: 0,
|
|
8295
|
-
class:
|
|
8303
|
+
class: h(`${((F = t.value) == null ? void 0 : F.footer) ?? ""} text-${m(l).copy}`)
|
|
8296
8304
|
}, M(c.footer), 3)) : w("", !0),
|
|
8297
8305
|
(d(!0), b(D, null, q(c.ctas, (N, x) => {
|
|
8298
8306
|
var L;
|
|
8299
|
-
return d(), _(
|
|
8307
|
+
return d(), _(f, T({
|
|
8300
8308
|
key: `cta-${N.title}-${x}`,
|
|
8301
8309
|
class: `cta-${x} ${(L = t.value) == null ? void 0 : L.cta}`,
|
|
8302
|
-
color:
|
|
8303
|
-
"text-color":
|
|
8310
|
+
color: m(ct)(N, m(a)),
|
|
8311
|
+
"text-color": m(dt)(N, m(a)),
|
|
8304
8312
|
ref_for: !0
|
|
8305
8313
|
}, N), null, 16, ["class", "color", "text-color"]);
|
|
8306
8314
|
}), 128))
|
|
@@ -8324,15 +8332,15 @@ function Ml(...n) {
|
|
|
8324
8332
|
return ke;
|
|
8325
8333
|
Array.isArray(t) || (t = [t]), Array.isArray(o) || (o = [o]);
|
|
8326
8334
|
const r = [], l = () => {
|
|
8327
|
-
r.forEach((
|
|
8328
|
-
}, a = (
|
|
8335
|
+
r.forEach((p) => p()), r.length = 0;
|
|
8336
|
+
}, a = (p, u, f, g) => (p.addEventListener(u, f, g), () => p.removeEventListener(u, f, g)), s = xe(
|
|
8329
8337
|
() => [nt(e), Ce(i)],
|
|
8330
|
-
([
|
|
8331
|
-
if (l(), !
|
|
8338
|
+
([p, u]) => {
|
|
8339
|
+
if (l(), !p)
|
|
8332
8340
|
return;
|
|
8333
|
-
const
|
|
8341
|
+
const f = vi(u) ? { ...u } : u;
|
|
8334
8342
|
r.push(
|
|
8335
|
-
...t.flatMap((
|
|
8343
|
+
...t.flatMap((g) => o.map((v) => a(p, g, v, f)))
|
|
8336
8344
|
);
|
|
8337
8345
|
},
|
|
8338
8346
|
{ immediate: !0, flush: "post" }
|
|
@@ -8362,38 +8370,38 @@ function Nl(n, e, t = {}) {
|
|
|
8362
8370
|
const v = Ce(n);
|
|
8363
8371
|
return (Array.isArray(v) ? v : [v]).map(nt).filter(zn);
|
|
8364
8372
|
});
|
|
8365
|
-
let
|
|
8366
|
-
const u = G(a),
|
|
8373
|
+
let p = ke;
|
|
8374
|
+
const u = G(a), f = s.value ? xe(
|
|
8367
8375
|
() => [c.value, nt(o), u.value],
|
|
8368
|
-
([v,
|
|
8369
|
-
if (
|
|
8376
|
+
([v, y]) => {
|
|
8377
|
+
if (p(), !u.value || !v.length)
|
|
8370
8378
|
return;
|
|
8371
8379
|
const $ = new IntersectionObserver(
|
|
8372
8380
|
e,
|
|
8373
8381
|
{
|
|
8374
|
-
root: nt(
|
|
8382
|
+
root: nt(y),
|
|
8375
8383
|
rootMargin: i,
|
|
8376
8384
|
threshold: r
|
|
8377
8385
|
}
|
|
8378
8386
|
);
|
|
8379
|
-
v.forEach((C) => C && $.observe(C)),
|
|
8380
|
-
$.disconnect(),
|
|
8387
|
+
v.forEach((C) => C && $.observe(C)), p = () => {
|
|
8388
|
+
$.disconnect(), p = ke;
|
|
8381
8389
|
};
|
|
8382
8390
|
},
|
|
8383
8391
|
{ immediate: a, flush: "post" }
|
|
8384
|
-
) : ke,
|
|
8385
|
-
|
|
8392
|
+
) : ke, g = () => {
|
|
8393
|
+
p(), f(), u.value = !1;
|
|
8386
8394
|
};
|
|
8387
|
-
return ut(
|
|
8395
|
+
return ut(g), {
|
|
8388
8396
|
isSupported: s,
|
|
8389
8397
|
isActive: u,
|
|
8390
8398
|
pause() {
|
|
8391
|
-
|
|
8399
|
+
p(), u.value = !1;
|
|
8392
8400
|
},
|
|
8393
8401
|
resume() {
|
|
8394
8402
|
u.value = !0;
|
|
8395
8403
|
},
|
|
8396
|
-
stop:
|
|
8404
|
+
stop: g
|
|
8397
8405
|
};
|
|
8398
8406
|
}
|
|
8399
8407
|
function sn(n, e = {}) {
|
|
@@ -8515,54 +8523,55 @@ const zl = ["innerHTML"], Wl = ["innerHTML"], Ul = ["src"], ql = /* @__PURE__ */
|
|
|
8515
8523
|
},
|
|
8516
8524
|
setup(n) {
|
|
8517
8525
|
const e = G(null), t = G(!1), o = n, i = S(
|
|
8518
|
-
() =>
|
|
8526
|
+
() => A(An, o.pt ?? {})
|
|
8519
8527
|
), r = S(() => !((o.index ?? 0) % 2)), l = S(() => o.index === 0), a = o.backgroundColor || o.parentBackgroundColor, { palette: s } = ee({
|
|
8520
8528
|
backgroundColor: a
|
|
8521
8529
|
}), c = S(() => {
|
|
8522
8530
|
var u;
|
|
8523
8531
|
return (u = o.tileLabel) != null && u.alignment ? o.tileLabel.alignment : r.value ? "right" : "left";
|
|
8524
|
-
}),
|
|
8532
|
+
}), p = (u) => {
|
|
8525
8533
|
t.value = u;
|
|
8526
8534
|
};
|
|
8527
|
-
return (u,
|
|
8528
|
-
var v,
|
|
8529
|
-
const
|
|
8535
|
+
return (u, f) => {
|
|
8536
|
+
var v, y, $, C;
|
|
8537
|
+
const g = Je;
|
|
8530
8538
|
return d(), b("div", {
|
|
8531
|
-
class:
|
|
8539
|
+
class: h(`tile-content ${m(R)(((v = i.value) == null ? void 0 : v.root) ?? "", o.class ?? "")} max-w-[1024px]`)
|
|
8532
8540
|
}, [
|
|
8533
|
-
|
|
8534
|
-
class:
|
|
8541
|
+
de(m(Te), {
|
|
8542
|
+
class: h(`${((y = i.value) == null ? void 0 : y.container) ?? ""} tile-content-container shadow-none`),
|
|
8535
8543
|
"pt:footer:class": `tile-content-ctas ${(($ = i.value) == null ? void 0 : $.ctas) ?? ""}`,
|
|
8536
8544
|
"pt:body:class": ((C = i.value) == null ? void 0 : C.body) ?? ""
|
|
8537
|
-
},
|
|
8545
|
+
}, Ae({
|
|
8538
8546
|
content: Q(() => {
|
|
8539
|
-
var I, O, B, V, z, W, F, N, x, L,
|
|
8547
|
+
var I, O, B, V, z, W, F, N, x, L, P, X;
|
|
8540
8548
|
return [
|
|
8541
8549
|
k("div", {
|
|
8542
|
-
class:
|
|
8550
|
+
class: h(`flex gap-[5vmin] md:gap-12 relative ${r.value ? "flex-row-reverse" : ""} tile-content-inner ${((I = i.value) == null ? void 0 : I.bodyCopy) ?? ""}`)
|
|
8543
8551
|
}, [
|
|
8544
8552
|
k("div", {
|
|
8545
|
-
class:
|
|
8553
|
+
class: h(`tile-content-text flex-auto relative z-20 flex flex-col justify-center ${((O = i.value) == null ? void 0 : O.text) ?? ""} text-left ${r.value ? "items-start" : "items-end"}`)
|
|
8546
8554
|
}, [
|
|
8547
8555
|
u.headline ? (d(), b("h3", {
|
|
8548
8556
|
key: 0,
|
|
8549
|
-
class:
|
|
8557
|
+
class: h(`tile-content-headline w-full ${((B = i.value) == null ? void 0 : B.headline) ?? ""} text-${m(s).subheadline}`),
|
|
8550
8558
|
innerHTML: u.headline
|
|
8551
8559
|
}, null, 10, zl)) : w("", !0),
|
|
8552
8560
|
u.bodyCopy ? (d(), b("div", {
|
|
8553
8561
|
key: 1,
|
|
8554
|
-
class:
|
|
8562
|
+
class: h(`tile-content-body-copy ${((V = i.value) == null ? void 0 : V.description) ?? ""} w-full text-${m(s).copy} body-copy-with-lists`),
|
|
8563
|
+
style: ae({ "--bullet-color": `var(--${m(s).bullet})` }),
|
|
8555
8564
|
innerHTML: u.bodyCopy
|
|
8556
|
-
}, null,
|
|
8565
|
+
}, null, 14, Wl)) : w("", !0)
|
|
8557
8566
|
], 2),
|
|
8558
|
-
u.video || u.image ?
|
|
8567
|
+
u.video || u.image ? se((d(), b("div", {
|
|
8559
8568
|
key: 0,
|
|
8560
8569
|
ref_key: "target",
|
|
8561
8570
|
ref: e,
|
|
8562
|
-
class:
|
|
8571
|
+
class: h(`tile-content-media relative ${((z = i.value) == null ? void 0 : z.media) ?? ""} max-w-[350px]`)
|
|
8563
8572
|
}, [
|
|
8564
8573
|
k("img", {
|
|
8565
|
-
class:
|
|
8574
|
+
class: h({
|
|
8566
8575
|
"should-animate": !0,
|
|
8567
8576
|
absolute: !0,
|
|
8568
8577
|
animate: t.value,
|
|
@@ -8582,7 +8591,7 @@ const zl = ["innerHTML"], Wl = ["innerHTML"], Ul = ["src"], ql = /* @__PURE__ */
|
|
|
8582
8591
|
}),
|
|
8583
8592
|
src: (r.value, "https://images.ctfassets.net/qqblaiss500w/5Bp3ySaz0pqR5gLtdxOQoi/db01031466deed9b7b959c08c17e5681/circles1.f3eead2.svg")
|
|
8584
8593
|
}, null, 10, Ul),
|
|
8585
|
-
u.tileLabel || u.tileLabelType ? (d(), _(
|
|
8594
|
+
u.tileLabel || u.tileLabelType ? (d(), _(g, T({ key: 0 }, u.tileLabel, {
|
|
8586
8595
|
class: {
|
|
8587
8596
|
[((W = i.value) == null ? void 0 : W.numericLabel) ?? ""]: u.tileLabelType === "Numeric" || ((F = u.tileLabel) == null ? void 0 : F.type) === "Numeric",
|
|
8588
8597
|
[((N = i.value) == null ? void 0 : N.label) ?? ""]: u.tileLabelType === "Text" || ((x = u.tileLabel) == null ? void 0 : x.type) === "Text",
|
|
@@ -8593,18 +8602,18 @@ const zl = ["innerHTML"], Wl = ["innerHTML"], Ul = ["src"], ql = /* @__PURE__ */
|
|
|
8593
8602
|
index: u.index,
|
|
8594
8603
|
type: u.tileLabelType ?? ((L = u.tileLabel) == null ? void 0 : L.type),
|
|
8595
8604
|
alignment: c.value,
|
|
8596
|
-
"background-color":
|
|
8597
|
-
"text-color":
|
|
8605
|
+
"background-color": m(s).label[u.tileLabelType ?? ((P = u.tileLabel) == null ? void 0 : P.type) ?? "Text"].bg,
|
|
8606
|
+
"text-color": m(s).label[u.tileLabelType ?? ((X = u.tileLabel) == null ? void 0 : X.type) ?? "Text"].copy
|
|
8598
8607
|
}), null, 16, ["class", "index", "type", "alignment", "background-color", "text-color"])) : w("", !0),
|
|
8599
|
-
u.image ? (d(), _(
|
|
8600
|
-
class:
|
|
8608
|
+
u.image ? (d(), _(le, T({ key: 1 }, u.image, {
|
|
8609
|
+
class: m(R)(
|
|
8601
8610
|
"w-full min-w-[150px] md:min-w-[350px] relative rounded-full z-10",
|
|
8602
8611
|
u.image.class
|
|
8603
8612
|
)
|
|
8604
8613
|
}), null, 16, ["class"])) : w("", !0),
|
|
8605
8614
|
u.video ? (d(), _(pt, at(T({ key: 2 }, u.video)), null, 16)) : w("", !0)
|
|
8606
8615
|
], 2)), [
|
|
8607
|
-
[
|
|
8616
|
+
[m(Hl), p]
|
|
8608
8617
|
]) : w("", !0)
|
|
8609
8618
|
], 2)
|
|
8610
8619
|
];
|
|
@@ -8618,7 +8627,7 @@ const zl = ["innerHTML"], Wl = ["innerHTML"], Ul = ["src"], ql = /* @__PURE__ */
|
|
|
8618
8627
|
return [
|
|
8619
8628
|
u.footer ? (d(), b("p", {
|
|
8620
8629
|
key: 0,
|
|
8621
|
-
class:
|
|
8630
|
+
class: h(`${((I = i.value) == null ? void 0 : I.footer) ?? ""} text-${m(s).copy}`)
|
|
8622
8631
|
}, M(u.footer), 3)) : w("", !0)
|
|
8623
8632
|
];
|
|
8624
8633
|
}),
|
|
@@ -8628,7 +8637,7 @@ const zl = ["innerHTML"], Wl = ["innerHTML"], Ul = ["src"], ql = /* @__PURE__ */
|
|
|
8628
8637
|
], 2);
|
|
8629
8638
|
};
|
|
8630
8639
|
}
|
|
8631
|
-
}), Kl = /* @__PURE__ */ Ye(ql, [["__scopeId", "data-v-
|
|
8640
|
+
}), Kl = /* @__PURE__ */ Ye(ql, [["__scopeId", "data-v-e0d0c2b5"]]), Gl = { key: 0 }, Xl = /* @__PURE__ */ K({
|
|
8632
8641
|
__name: "HelloBar",
|
|
8633
8642
|
props: {
|
|
8634
8643
|
__typename: {},
|
|
@@ -8640,43 +8649,43 @@ const zl = ["innerHTML"], Wl = ["innerHTML"], Ul = ["src"], ql = /* @__PURE__ */
|
|
|
8640
8649
|
setup(n) {
|
|
8641
8650
|
const e = n, t = G("minimized"), o = () => {
|
|
8642
8651
|
t.value = t.value === "maximized" ? "minimized" : "maximized";
|
|
8643
|
-
}, i = S(() =>
|
|
8652
|
+
}, i = S(() => A(Mn, e.pt ?? {}));
|
|
8644
8653
|
return (r, l) => {
|
|
8645
8654
|
var a, s;
|
|
8646
|
-
return e.helloBarData && e.helloBarData.active ? (d(), _(
|
|
8655
|
+
return e.helloBarData && e.helloBarData.active ? (d(), _(m(Te), {
|
|
8647
8656
|
key: 0,
|
|
8648
|
-
"pt:root:class":
|
|
8657
|
+
"pt:root:class": m(R)(
|
|
8649
8658
|
(a = i.value) == null ? void 0 : a.root,
|
|
8650
8659
|
e.class,
|
|
8651
8660
|
"hello-bar shadow-none border-0 rounded-none",
|
|
8652
8661
|
t.value === "maximized" ? "hello-bar-max" : "",
|
|
8653
8662
|
t.value === "minimized" ? "hello-bar-min" : ""
|
|
8654
8663
|
),
|
|
8655
|
-
"pt:body:class":
|
|
8664
|
+
"pt:body:class": m(R)((s = i.value) == null ? void 0 : s.container, "container-center"),
|
|
8656
8665
|
"pt:content:class": "flex flex-col md:flex-row gap-8"
|
|
8657
8666
|
}, {
|
|
8658
8667
|
content: Q(() => {
|
|
8659
|
-
var c,
|
|
8668
|
+
var c, p, u, f, g, v, y, $, C;
|
|
8660
8669
|
return [
|
|
8661
8670
|
k("div", {
|
|
8662
|
-
class:
|
|
8671
|
+
class: h((c = i.value) == null ? void 0 : c.mobileCollapsed)
|
|
8663
8672
|
}, [
|
|
8664
|
-
k("p", null, M((
|
|
8673
|
+
k("p", null, M((p = e.helloBarData) == null ? void 0 : p.mobileCollapsed), 1)
|
|
8665
8674
|
], 2),
|
|
8666
8675
|
k("div", {
|
|
8667
|
-
class:
|
|
8676
|
+
class: h([(u = i.value) == null ? void 0 : u.content, "content"])
|
|
8668
8677
|
}, [
|
|
8669
8678
|
k("p", {
|
|
8670
|
-
class:
|
|
8671
|
-
}, M((
|
|
8679
|
+
class: h([(f = i.value) == null ? void 0 : f.fullCopy, "fullCopy"])
|
|
8680
|
+
}, M((g = e.helloBarData) == null ? void 0 : g.fullCopy), 3)
|
|
8672
8681
|
], 2),
|
|
8673
8682
|
(v = e.helloBarData) != null && v.cta ? (d(), b("section", Gl, [
|
|
8674
|
-
|
|
8675
|
-
class:
|
|
8683
|
+
de(pe, T(e.helloBarData.cta, {
|
|
8684
|
+
class: m(R)((y = i.value) == null ? void 0 : y.cta, "cta")
|
|
8676
8685
|
}), null, 16, ["class"])
|
|
8677
8686
|
])) : w("", !0),
|
|
8678
|
-
|
|
8679
|
-
class:
|
|
8687
|
+
de(m(st), {
|
|
8688
|
+
class: h([($ = i.value) == null ? void 0 : $.toggle, "toggle"]),
|
|
8680
8689
|
"pt:root:class": (C = i.value) == null ? void 0 : C.toggle,
|
|
8681
8690
|
tabindex: "0",
|
|
8682
8691
|
"aria-label": "hello bar close icon",
|
|
@@ -8686,7 +8695,7 @@ const zl = ["innerHTML"], Wl = ["innerHTML"], Ul = ["src"], ql = /* @__PURE__ */
|
|
|
8686
8695
|
default: Q(() => [
|
|
8687
8696
|
k("i", {
|
|
8688
8697
|
class: "pi pi-times-circle",
|
|
8689
|
-
style:
|
|
8698
|
+
style: ae({
|
|
8690
8699
|
fontSize: "16px",
|
|
8691
8700
|
color: "#fff",
|
|
8692
8701
|
transform: t.value === "minimized" ? "rotate(45deg)" : "rotate(0deg)",
|
|
@@ -8709,25 +8718,25 @@ const zl = ["innerHTML"], Wl = ["innerHTML"], Ul = ["src"], ql = /* @__PURE__ */
|
|
|
8709
8718
|
AccordionListItem: Oi,
|
|
8710
8719
|
AccordionTileItem: Ni,
|
|
8711
8720
|
AnimationWrapper: Un,
|
|
8712
|
-
CTA:
|
|
8721
|
+
CTA: pe,
|
|
8713
8722
|
CarouselModule: wa,
|
|
8714
8723
|
ContainerCollectionModule: ja,
|
|
8715
8724
|
ContainerModule: Sa,
|
|
8716
8725
|
ContentModule: Oa,
|
|
8717
|
-
FooterCopyright:
|
|
8726
|
+
FooterCopyright: At,
|
|
8718
8727
|
FooterNavigation: Za,
|
|
8719
8728
|
HelloBar: Zl,
|
|
8720
|
-
Image:
|
|
8729
|
+
Image: le,
|
|
8721
8730
|
LogoCollectionModule: Ja,
|
|
8722
8731
|
NavigationElement: we,
|
|
8723
8732
|
PrimaryNavigation: cl,
|
|
8724
|
-
SocialMediaRef:
|
|
8733
|
+
SocialMediaRef: Pt,
|
|
8725
8734
|
SplitModule: pl,
|
|
8726
8735
|
TestimonialModule: ml,
|
|
8727
8736
|
TileCollectionModule: bl,
|
|
8728
8737
|
TileContentIconTile: Il,
|
|
8729
8738
|
TileContentImageStackedAnimatedTile: Kl,
|
|
8730
|
-
TileContentImageTile:
|
|
8739
|
+
TileContentImageTile: Al,
|
|
8731
8740
|
TileContentTextTile: Ol,
|
|
8732
8741
|
TileContentVideoTile: jl,
|
|
8733
8742
|
Video: pt
|
|
@@ -8753,7 +8762,7 @@ export {
|
|
|
8753
8762
|
bn as AccordionTileItemPt,
|
|
8754
8763
|
Un as AnimationWrapper,
|
|
8755
8764
|
De as COLOR_PALETTES,
|
|
8756
|
-
|
|
8765
|
+
pe as CTA,
|
|
8757
8766
|
kn as CTAPt,
|
|
8758
8767
|
wa as CarouselModule,
|
|
8759
8768
|
Vo as CarouselModuleAltPt,
|
|
@@ -8767,12 +8776,12 @@ export {
|
|
|
8767
8776
|
rt as DEFAULT_COLOR,
|
|
8768
8777
|
zo as DEFAULT_PALETTES,
|
|
8769
8778
|
re as DEFAULT_PASSTHROUGH,
|
|
8770
|
-
|
|
8779
|
+
At as FooterCopyright,
|
|
8771
8780
|
Za as FooterNavigation,
|
|
8772
8781
|
No as FooterNavigationPt,
|
|
8773
8782
|
Zl as HelloBar,
|
|
8774
8783
|
Mn as HelloBarPt,
|
|
8775
|
-
|
|
8784
|
+
le as Image,
|
|
8776
8785
|
Ho as ImagePt,
|
|
8777
8786
|
Ja as LogoCollectionModule,
|
|
8778
8787
|
xn as LogoCollectionModulePt,
|
|
@@ -8780,7 +8789,7 @@ export {
|
|
|
8780
8789
|
Tn as NavigationElementPt,
|
|
8781
8790
|
cl as PrimaryNavigation,
|
|
8782
8791
|
Do as PrimaryNavigationPt,
|
|
8783
|
-
|
|
8792
|
+
Pt as SocialMediaRef,
|
|
8784
8793
|
pl as SplitModule,
|
|
8785
8794
|
Sn as SplitModulePt,
|
|
8786
8795
|
ml as TestimonialModule,
|
|
@@ -8788,10 +8797,10 @@ export {
|
|
|
8788
8797
|
bl as TileCollectionModule,
|
|
8789
8798
|
_n as TileCollectionModulePt,
|
|
8790
8799
|
Il as TileContentIconTile,
|
|
8791
|
-
|
|
8800
|
+
Pn as TileContentIconTilePt,
|
|
8792
8801
|
Kl as TileContentImageStackedAnimatedTile,
|
|
8793
|
-
|
|
8794
|
-
|
|
8802
|
+
An as TileContentImageStackedAnimatedTilePt,
|
|
8803
|
+
Al as TileContentImageTile,
|
|
8795
8804
|
Ln as TileContentImageTilePt,
|
|
8796
8805
|
Oe as TileContentPt,
|
|
8797
8806
|
Ol as TileContentTextTile,
|
|
@@ -8801,7 +8810,7 @@ export {
|
|
|
8801
8810
|
jn as TileLabelPt,
|
|
8802
8811
|
pt as Video,
|
|
8803
8812
|
Fo as VideoPt,
|
|
8804
|
-
|
|
8813
|
+
A as combinePassthroughs,
|
|
8805
8814
|
Nt as getTarget,
|
|
8806
8815
|
es as initGlobalComponents,
|
|
8807
8816
|
Ql as overridePalette,
|