@cooperco/cooper-component-library 0.1.46 → 0.1.48
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { inject as et, provide as uo, ref as X, readonly as bn, getCurrentInstance as rt, onMounted as Lt, nextTick as co, watch as $e, mergeProps as
|
|
1
|
+
import { inject as et, provide as uo, ref as X, readonly as bn, getCurrentInstance as rt, onMounted as Lt, nextTick as co, watch as $e, mergeProps as x, openBlock as p, createElementBlock as h, renderSlot as te, createTextVNode as it, toDisplayString as M, createElementVNode as k, resolveComponent as Ct, resolveDirective as $n, withDirectives as ae, normalizeClass as m, createBlock as P, createCommentVNode as C, defineComponent as R, computed as S, resolveDynamicComponent as ee, unref as v, withCtx as J, Fragment as W, renderList as Y, withModifiers as tt, vShow as se, getCurrentScope as po, onScopeDispose as fo, toRef as mo, customRef as go, normalizeStyle as fe, createSlots as xe, createVNode as ce, normalizeProps as qe, reactive as ho, h as yo, watchEffect as vo, guardReactiveProps as wn, useAttrs as bo } from "vue";
|
|
2
2
|
const Ot = "-", $o = (t) => {
|
|
3
3
|
const e = Co(t), {
|
|
4
4
|
conflictingClassGroups: n,
|
|
@@ -108,26 +108,26 @@ const Ot = "-", $o = (t) => {
|
|
|
108
108
|
} = t, o = e.length === 1, i = e[0], r = e.length, l = (a) => {
|
|
109
109
|
const s = [];
|
|
110
110
|
let c = 0, u = 0, d;
|
|
111
|
-
for (let
|
|
112
|
-
let
|
|
111
|
+
for (let b = 0; b < a.length; b++) {
|
|
112
|
+
let w = a[b];
|
|
113
113
|
if (c === 0) {
|
|
114
|
-
if (
|
|
115
|
-
s.push(a.slice(u,
|
|
114
|
+
if (w === i && (o || a.slice(b, b + r) === e)) {
|
|
115
|
+
s.push(a.slice(u, b)), u = b + r;
|
|
116
116
|
continue;
|
|
117
117
|
}
|
|
118
|
-
if (
|
|
119
|
-
d =
|
|
118
|
+
if (w === "/") {
|
|
119
|
+
d = b;
|
|
120
120
|
continue;
|
|
121
121
|
}
|
|
122
122
|
}
|
|
123
|
-
|
|
123
|
+
w === "[" ? c++ : w === "]" && c--;
|
|
124
124
|
}
|
|
125
|
-
const
|
|
125
|
+
const f = s.length === 0 ? a : a.substring(u), y = f.startsWith(kn), g = y ? f.substring(1) : f, $ = d && d > u ? d - u : void 0;
|
|
126
126
|
return {
|
|
127
127
|
modifiers: s,
|
|
128
|
-
hasImportantModifier:
|
|
129
|
-
baseClassName:
|
|
130
|
-
maybePostfixModifierPosition:
|
|
128
|
+
hasImportantModifier: y,
|
|
129
|
+
baseClassName: g,
|
|
130
|
+
maybePostfixModifierPosition: $
|
|
131
131
|
};
|
|
132
132
|
};
|
|
133
133
|
return n ? (a) => n({
|
|
@@ -142,44 +142,44 @@ const Ot = "-", $o = (t) => {
|
|
|
142
142
|
return t.forEach((o) => {
|
|
143
143
|
o[0] === "[" ? (e.push(...n.sort(), o), n = []) : n.push(o);
|
|
144
144
|
}), e.push(...n.sort()), e;
|
|
145
|
-
},
|
|
145
|
+
}, Po = (t) => ({
|
|
146
146
|
cache: So(t.cacheSize),
|
|
147
147
|
parseClassName: xo(t),
|
|
148
148
|
...$o(t)
|
|
149
|
-
}),
|
|
149
|
+
}), Ao = /\s+/, _o = (t, e) => {
|
|
150
150
|
const {
|
|
151
151
|
parseClassName: n,
|
|
152
152
|
getClassGroupId: o,
|
|
153
153
|
getConflictingClassGroupIds: i
|
|
154
|
-
} = e, r = [], l = t.trim().split(
|
|
154
|
+
} = e, r = [], l = t.trim().split(Ao);
|
|
155
155
|
let a = "";
|
|
156
156
|
for (let s = l.length - 1; s >= 0; s -= 1) {
|
|
157
157
|
const c = l[s], {
|
|
158
158
|
modifiers: u,
|
|
159
159
|
hasImportantModifier: d,
|
|
160
|
-
baseClassName:
|
|
161
|
-
maybePostfixModifierPosition:
|
|
160
|
+
baseClassName: f,
|
|
161
|
+
maybePostfixModifierPosition: y
|
|
162
162
|
} = n(c);
|
|
163
|
-
let
|
|
164
|
-
if (
|
|
165
|
-
if (!
|
|
163
|
+
let g = !!y, $ = o(g ? f.substring(0, y) : f);
|
|
164
|
+
if (!$) {
|
|
165
|
+
if (!g) {
|
|
166
166
|
a = c + (a.length > 0 ? " " + a : a);
|
|
167
167
|
continue;
|
|
168
168
|
}
|
|
169
|
-
if (
|
|
169
|
+
if ($ = o(f), !$) {
|
|
170
170
|
a = c + (a.length > 0 ? " " + a : a);
|
|
171
171
|
continue;
|
|
172
172
|
}
|
|
173
|
-
|
|
173
|
+
g = !1;
|
|
174
174
|
}
|
|
175
|
-
const
|
|
175
|
+
const b = Io(u).join(":"), w = d ? b + kn : b, I = w + $;
|
|
176
176
|
if (r.includes(I))
|
|
177
177
|
continue;
|
|
178
178
|
r.push(I);
|
|
179
|
-
const
|
|
180
|
-
for (let E = 0; E <
|
|
181
|
-
const j =
|
|
182
|
-
r.push(
|
|
179
|
+
const T = i($, g);
|
|
180
|
+
for (let E = 0; E < T.length; ++E) {
|
|
181
|
+
const j = T[E];
|
|
182
|
+
r.push(w + j);
|
|
183
183
|
}
|
|
184
184
|
a = c + (a.length > 0 ? " " + a : a);
|
|
185
185
|
}
|
|
@@ -203,13 +203,13 @@ function Oo(t, ...e) {
|
|
|
203
203
|
let n, o, i, r = l;
|
|
204
204
|
function l(s) {
|
|
205
205
|
const c = e.reduce((u, d) => d(u), t());
|
|
206
|
-
return n =
|
|
206
|
+
return n = Po(c), o = n.cache.get, i = n.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 u =
|
|
212
|
+
const u = _o(s, n);
|
|
213
213
|
return i(s, u), u;
|
|
214
214
|
}
|
|
215
215
|
return function() {
|
|
@@ -228,7 +228,7 @@ const K = (t) => {
|
|
|
228
228
|
// I could also use lookbehind assertion in `lengthUnitRegex` but that isn't supported widely enough.
|
|
229
229
|
Vo.test(t) && !No.test(t)
|
|
230
230
|
), xn = () => !1, Go = (t) => Bo.test(t), Xo = (t) => Ho.test(t), Zo = () => {
|
|
231
|
-
const t = K("colors"), e = K("spacing"), n = K("blur"), o = K("brightness"), i = K("borderColor"), r = K("borderRadius"), l = K("borderSpacing"), a = K("borderWidth"), s = K("contrast"), c = K("grayscale"), u = K("hueRotate"), d = K("invert"),
|
|
231
|
+
const t = K("colors"), e = K("spacing"), n = K("blur"), o = K("brightness"), i = K("borderColor"), r = K("borderRadius"), l = K("borderSpacing"), a = K("borderWidth"), s = K("contrast"), c = K("grayscale"), u = K("hueRotate"), d = K("invert"), f = K("gap"), y = K("gradientColorStops"), g = K("gradientColorStopPositions"), $ = K("inset"), b = K("margin"), w = K("opacity"), I = K("padding"), T = K("saturate"), E = K("scale"), j = K("sepia"), D = K("skew"), V = K("space"), B = K("translate"), H = () => ["auto", "contain", "none"], z = () => ["auto", "hidden", "clip", "visible", "scroll"], q = () => ["auto", O, e], A = () => [O, e], oe = () => ["", pe, me], re = () => ["auto", Se, O], le = () => ["bottom", "center", "left", "left-bottom", "left-top", "right", "right-bottom", "right-top", "top"], Ce = () => ["solid", "dashed", "dotted", "double", "none"], Ht = () => ["normal", "multiply", "screen", "overlay", "darken", "lighten", "color-dodge", "color-burn", "hard-light", "soft-light", "difference", "exclusion", "hue", "saturation", "color", "luminosity"], pt = () => ["start", "end", "center", "between", "around", "evenly", "stretch"], _e = () => ["", "0", O], Dt = () => ["auto", "avoid", "all", "avoid-page", "page", "left", "right", "column"], de = () => [Se, O];
|
|
232
232
|
return {
|
|
233
233
|
cacheSize: 500,
|
|
234
234
|
separator: ":",
|
|
@@ -239,25 +239,25 @@ const K = (t) => {
|
|
|
239
239
|
brightness: de(),
|
|
240
240
|
borderColor: [t],
|
|
241
241
|
borderRadius: ["none", "", "full", ge, O],
|
|
242
|
-
borderSpacing:
|
|
242
|
+
borderSpacing: A(),
|
|
243
243
|
borderWidth: oe(),
|
|
244
244
|
contrast: de(),
|
|
245
|
-
grayscale:
|
|
245
|
+
grayscale: _e(),
|
|
246
246
|
hueRotate: de(),
|
|
247
|
-
invert:
|
|
248
|
-
gap:
|
|
247
|
+
invert: _e(),
|
|
248
|
+
gap: A(),
|
|
249
249
|
gradientColorStops: [t],
|
|
250
250
|
gradientColorStopPositions: [Do, me],
|
|
251
251
|
inset: q(),
|
|
252
252
|
margin: q(),
|
|
253
253
|
opacity: de(),
|
|
254
|
-
padding:
|
|
254
|
+
padding: A(),
|
|
255
255
|
saturate: de(),
|
|
256
256
|
scale: de(),
|
|
257
|
-
sepia:
|
|
257
|
+
sepia: _e(),
|
|
258
258
|
skew: de(),
|
|
259
|
-
space:
|
|
260
|
-
translate:
|
|
259
|
+
space: A(),
|
|
260
|
+
translate: A()
|
|
261
261
|
},
|
|
262
262
|
classGroups: {
|
|
263
263
|
// Layout
|
|
@@ -405,63 +405,63 @@ const K = (t) => {
|
|
|
405
405
|
* @see https://tailwindcss.com/docs/top-right-bottom-left
|
|
406
406
|
*/
|
|
407
407
|
inset: [{
|
|
408
|
-
inset: [
|
|
408
|
+
inset: [$]
|
|
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": [$]
|
|
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": [$]
|
|
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: [$]
|
|
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: [$]
|
|
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: [$]
|
|
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: [$]
|
|
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: [$]
|
|
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: [$]
|
|
465
465
|
}],
|
|
466
466
|
/**
|
|
467
467
|
* Visibility
|
|
@@ -509,14 +509,14 @@ const K = (t) => {
|
|
|
509
509
|
* @see https://tailwindcss.com/docs/flex-grow
|
|
510
510
|
*/
|
|
511
511
|
grow: [{
|
|
512
|
-
grow:
|
|
512
|
+
grow: _e()
|
|
513
513
|
}],
|
|
514
514
|
/**
|
|
515
515
|
* Flex Shrink
|
|
516
516
|
* @see https://tailwindcss.com/docs/flex-shrink
|
|
517
517
|
*/
|
|
518
518
|
shrink: [{
|
|
519
|
-
shrink:
|
|
519
|
+
shrink: _e()
|
|
520
520
|
}],
|
|
521
521
|
/**
|
|
522
522
|
* Order
|
|
@@ -611,21 +611,21 @@ const K = (t) => {
|
|
|
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
|
|
@@ -759,63 +759,63 @@ const K = (t) => {
|
|
|
759
759
|
* @see https://tailwindcss.com/docs/margin
|
|
760
760
|
*/
|
|
761
761
|
m: [{
|
|
762
|
-
m: [
|
|
762
|
+
m: [b]
|
|
763
763
|
}],
|
|
764
764
|
/**
|
|
765
765
|
* Margin X
|
|
766
766
|
* @see https://tailwindcss.com/docs/margin
|
|
767
767
|
*/
|
|
768
768
|
mx: [{
|
|
769
|
-
mx: [
|
|
769
|
+
mx: [b]
|
|
770
770
|
}],
|
|
771
771
|
/**
|
|
772
772
|
* Margin Y
|
|
773
773
|
* @see https://tailwindcss.com/docs/margin
|
|
774
774
|
*/
|
|
775
775
|
my: [{
|
|
776
|
-
my: [
|
|
776
|
+
my: [b]
|
|
777
777
|
}],
|
|
778
778
|
/**
|
|
779
779
|
* Margin Start
|
|
780
780
|
* @see https://tailwindcss.com/docs/margin
|
|
781
781
|
*/
|
|
782
782
|
ms: [{
|
|
783
|
-
ms: [
|
|
783
|
+
ms: [b]
|
|
784
784
|
}],
|
|
785
785
|
/**
|
|
786
786
|
* Margin End
|
|
787
787
|
* @see https://tailwindcss.com/docs/margin
|
|
788
788
|
*/
|
|
789
789
|
me: [{
|
|
790
|
-
me: [
|
|
790
|
+
me: [b]
|
|
791
791
|
}],
|
|
792
792
|
/**
|
|
793
793
|
* Margin Top
|
|
794
794
|
* @see https://tailwindcss.com/docs/margin
|
|
795
795
|
*/
|
|
796
796
|
mt: [{
|
|
797
|
-
mt: [
|
|
797
|
+
mt: [b]
|
|
798
798
|
}],
|
|
799
799
|
/**
|
|
800
800
|
* Margin Right
|
|
801
801
|
* @see https://tailwindcss.com/docs/margin
|
|
802
802
|
*/
|
|
803
803
|
mr: [{
|
|
804
|
-
mr: [
|
|
804
|
+
mr: [b]
|
|
805
805
|
}],
|
|
806
806
|
/**
|
|
807
807
|
* Margin Bottom
|
|
808
808
|
* @see https://tailwindcss.com/docs/margin
|
|
809
809
|
*/
|
|
810
810
|
mb: [{
|
|
811
|
-
mb: [
|
|
811
|
+
mb: [b]
|
|
812
812
|
}],
|
|
813
813
|
/**
|
|
814
814
|
* Margin Left
|
|
815
815
|
* @see https://tailwindcss.com/docs/margin
|
|
816
816
|
*/
|
|
817
817
|
ml: [{
|
|
818
|
-
ml: [
|
|
818
|
+
ml: [b]
|
|
819
819
|
}],
|
|
820
820
|
/**
|
|
821
821
|
* Space Between X
|
|
@@ -1010,7 +1010,7 @@ const K = (t) => {
|
|
|
1010
1010
|
* @see https://tailwindcss.com/docs/placeholder-opacity
|
|
1011
1011
|
*/
|
|
1012
1012
|
"placeholder-opacity": [{
|
|
1013
|
-
"placeholder-opacity": [
|
|
1013
|
+
"placeholder-opacity": [w]
|
|
1014
1014
|
}],
|
|
1015
1015
|
/**
|
|
1016
1016
|
* Text Alignment
|
|
@@ -1031,7 +1031,7 @@ const K = (t) => {
|
|
|
1031
1031
|
* @see https://tailwindcss.com/docs/text-opacity
|
|
1032
1032
|
*/
|
|
1033
1033
|
"text-opacity": [{
|
|
1034
|
-
"text-opacity": [
|
|
1034
|
+
"text-opacity": [w]
|
|
1035
1035
|
}],
|
|
1036
1036
|
/**
|
|
1037
1037
|
* Text Decoration
|
|
@@ -1088,7 +1088,7 @@ const K = (t) => {
|
|
|
1088
1088
|
* @see https://tailwindcss.com/docs/text-indent
|
|
1089
1089
|
*/
|
|
1090
1090
|
indent: [{
|
|
1091
|
-
indent:
|
|
1091
|
+
indent: A()
|
|
1092
1092
|
}],
|
|
1093
1093
|
/**
|
|
1094
1094
|
* Vertical Alignment
|
|
@@ -1146,7 +1146,7 @@ const K = (t) => {
|
|
|
1146
1146
|
* @see https://tailwindcss.com/docs/background-opacity
|
|
1147
1147
|
*/
|
|
1148
1148
|
"bg-opacity": [{
|
|
1149
|
-
"bg-opacity": [
|
|
1149
|
+
"bg-opacity": [w]
|
|
1150
1150
|
}],
|
|
1151
1151
|
/**
|
|
1152
1152
|
* Background Origin
|
|
@@ -1199,42 +1199,42 @@ const K = (t) => {
|
|
|
1199
1199
|
* @see https://tailwindcss.com/docs/gradient-color-stops
|
|
1200
1200
|
*/
|
|
1201
1201
|
"gradient-from-pos": [{
|
|
1202
|
-
from: [
|
|
1202
|
+
from: [g]
|
|
1203
1203
|
}],
|
|
1204
1204
|
/**
|
|
1205
1205
|
* Gradient Color Stops Via Position
|
|
1206
1206
|
* @see https://tailwindcss.com/docs/gradient-color-stops
|
|
1207
1207
|
*/
|
|
1208
1208
|
"gradient-via-pos": [{
|
|
1209
|
-
via: [
|
|
1209
|
+
via: [g]
|
|
1210
1210
|
}],
|
|
1211
1211
|
/**
|
|
1212
1212
|
* Gradient Color Stops To Position
|
|
1213
1213
|
* @see https://tailwindcss.com/docs/gradient-color-stops
|
|
1214
1214
|
*/
|
|
1215
1215
|
"gradient-to-pos": [{
|
|
1216
|
-
to: [
|
|
1216
|
+
to: [g]
|
|
1217
1217
|
}],
|
|
1218
1218
|
/**
|
|
1219
1219
|
* Gradient Color Stops From
|
|
1220
1220
|
* @see https://tailwindcss.com/docs/gradient-color-stops
|
|
1221
1221
|
*/
|
|
1222
1222
|
"gradient-from": [{
|
|
1223
|
-
from: [
|
|
1223
|
+
from: [y]
|
|
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: [y]
|
|
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: [y]
|
|
1238
1238
|
}],
|
|
1239
1239
|
// Borders
|
|
1240
1240
|
/**
|
|
@@ -1410,7 +1410,7 @@ const K = (t) => {
|
|
|
1410
1410
|
* @see https://tailwindcss.com/docs/border-opacity
|
|
1411
1411
|
*/
|
|
1412
1412
|
"border-opacity": [{
|
|
1413
|
-
"border-opacity": [
|
|
1413
|
+
"border-opacity": [w]
|
|
1414
1414
|
}],
|
|
1415
1415
|
/**
|
|
1416
1416
|
* Border Style
|
|
@@ -1448,7 +1448,7 @@ const K = (t) => {
|
|
|
1448
1448
|
* @see https://tailwindcss.com/docs/divide-opacity
|
|
1449
1449
|
*/
|
|
1450
1450
|
"divide-opacity": [{
|
|
1451
|
-
"divide-opacity": [
|
|
1451
|
+
"divide-opacity": [w]
|
|
1452
1452
|
}],
|
|
1453
1453
|
/**
|
|
1454
1454
|
* Divide Style
|
|
@@ -1565,7 +1565,7 @@ const K = (t) => {
|
|
|
1565
1565
|
* @see https://tailwindcss.com/docs/ring-opacity
|
|
1566
1566
|
*/
|
|
1567
1567
|
"ring-opacity": [{
|
|
1568
|
-
"ring-opacity": [
|
|
1568
|
+
"ring-opacity": [w]
|
|
1569
1569
|
}],
|
|
1570
1570
|
/**
|
|
1571
1571
|
* Ring Offset Width
|
|
@@ -1601,7 +1601,7 @@ const K = (t) => {
|
|
|
1601
1601
|
* @see https://tailwindcss.com/docs/opacity
|
|
1602
1602
|
*/
|
|
1603
1603
|
opacity: [{
|
|
1604
|
-
opacity: [
|
|
1604
|
+
opacity: [w]
|
|
1605
1605
|
}],
|
|
1606
1606
|
/**
|
|
1607
1607
|
* Mix Blend Mode
|
|
@@ -1680,7 +1680,7 @@ const K = (t) => {
|
|
|
1680
1680
|
* @see https://tailwindcss.com/docs/saturate
|
|
1681
1681
|
*/
|
|
1682
1682
|
saturate: [{
|
|
1683
|
-
saturate: [
|
|
1683
|
+
saturate: [T]
|
|
1684
1684
|
}],
|
|
1685
1685
|
/**
|
|
1686
1686
|
* Sepia
|
|
@@ -1744,14 +1744,14 @@ const K = (t) => {
|
|
|
1744
1744
|
* @see https://tailwindcss.com/docs/backdrop-opacity
|
|
1745
1745
|
*/
|
|
1746
1746
|
"backdrop-opacity": [{
|
|
1747
|
-
"backdrop-opacity": [
|
|
1747
|
+
"backdrop-opacity": [w]
|
|
1748
1748
|
}],
|
|
1749
1749
|
/**
|
|
1750
1750
|
* Backdrop Saturate
|
|
1751
1751
|
* @see https://tailwindcss.com/docs/backdrop-saturate
|
|
1752
1752
|
*/
|
|
1753
1753
|
"backdrop-saturate": [{
|
|
1754
|
-
"backdrop-saturate": [
|
|
1754
|
+
"backdrop-saturate": [T]
|
|
1755
1755
|
}],
|
|
1756
1756
|
/**
|
|
1757
1757
|
* Backdrop Sepia
|
|
@@ -1965,126 +1965,126 @@ const K = (t) => {
|
|
|
1965
1965
|
* @see https://tailwindcss.com/docs/scroll-margin
|
|
1966
1966
|
*/
|
|
1967
1967
|
"scroll-m": [{
|
|
1968
|
-
"scroll-m":
|
|
1968
|
+
"scroll-m": A()
|
|
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": A()
|
|
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": A()
|
|
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": A()
|
|
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": A()
|
|
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": A()
|
|
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": A()
|
|
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": A()
|
|
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": A()
|
|
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": A()
|
|
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": A()
|
|
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": A()
|
|
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": A()
|
|
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": A()
|
|
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": A()
|
|
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": A()
|
|
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": A()
|
|
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": A()
|
|
2088
2088
|
}],
|
|
2089
2089
|
/**
|
|
2090
2090
|
* Scroll Snap Align
|
|
@@ -2250,7 +2250,7 @@ const K = (t) => {
|
|
|
2250
2250
|
center: "",
|
|
2251
2251
|
end: "",
|
|
2252
2252
|
container: "max-w-[1440px] mx-auto"
|
|
2253
|
-
},
|
|
2253
|
+
}, _ = (t, e) => {
|
|
2254
2254
|
const n = {};
|
|
2255
2255
|
for (const o in t)
|
|
2256
2256
|
n[o] = U(
|
|
@@ -2264,10 +2264,10 @@ const K = (t) => {
|
|
|
2264
2264
|
);
|
|
2265
2265
|
return n;
|
|
2266
2266
|
}, In = {
|
|
2267
|
-
List:
|
|
2267
|
+
List: _(ne, {
|
|
2268
2268
|
container: "flex flex-col"
|
|
2269
2269
|
}),
|
|
2270
|
-
Tile:
|
|
2270
|
+
Tile: _(ne, {
|
|
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,18 +2275,18 @@ const K = (t) => {
|
|
|
2275
2275
|
}, at = {
|
|
2276
2276
|
headline: "text-lg md:text-lg mb-0 *:text-left",
|
|
2277
2277
|
image: "w-14 mr-4"
|
|
2278
|
-
},
|
|
2278
|
+
}, Pn = _(at, {
|
|
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
|
-
}),
|
|
2282
|
+
}), An = _(at, {
|
|
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]",
|
|
2286
2286
|
// word-spacing so that text wraps when not in mobile
|
|
2287
2287
|
icon: "absolute top-4 right-6",
|
|
2288
2288
|
bodyCopy: "group-[.first]:rounded-tl-none group-[.last]:rounded-tr-none transition-opacity duration-200 opacity-0 left-0 absolute w-full p-12 rounded-2xl group-[.active]:opacity-100"
|
|
2289
|
-
}),
|
|
2289
|
+
}), _n = {
|
|
2290
2290
|
headline: ne.headline,
|
|
2291
2291
|
root: "flex flex-col",
|
|
2292
2292
|
bodyCopy: "flex flex-col overflow-auto",
|
|
@@ -2299,19 +2299,19 @@ const K = (t) => {
|
|
|
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
|
-
}, Yo =
|
|
2302
|
+
}, Yo = _(ne, {}), Ln = _(
|
|
2303
2303
|
ne,
|
|
2304
2304
|
{
|
|
2305
2305
|
root: "px-8 md:px-0",
|
|
2306
2306
|
bodyCopy: "max-w-[1440px]"
|
|
2307
2307
|
}
|
|
2308
2308
|
), On = {
|
|
2309
|
-
Centered:
|
|
2309
|
+
Centered: _(ne, {
|
|
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: _(
|
|
2315
2315
|
{ ...ne, container: "" },
|
|
2316
2316
|
{
|
|
2317
2317
|
root: "w-full",
|
|
@@ -2320,7 +2320,7 @@ const K = (t) => {
|
|
|
2320
2320
|
bodyCopy: "w-full"
|
|
2321
2321
|
}
|
|
2322
2322
|
)
|
|
2323
|
-
}, En =
|
|
2323
|
+
}, En = _(
|
|
2324
2324
|
{ ...ne, headline: "" },
|
|
2325
2325
|
{
|
|
2326
2326
|
headline: "text-3xl md:text-4xl font-bold leading-tight",
|
|
@@ -2338,25 +2338,25 @@ const K = (t) => {
|
|
|
2338
2338
|
},
|
|
2339
2339
|
fill: {},
|
|
2340
2340
|
outline: {}
|
|
2341
|
-
}, Jo =
|
|
2341
|
+
}, Jo = _(ne, {}), Qo = _(ne, {}), Mn = _(
|
|
2342
2342
|
ne,
|
|
2343
2343
|
{}
|
|
2344
|
-
), Vn =
|
|
2344
|
+
), Vn = _(ne, {
|
|
2345
2345
|
icon: "ps-2 text-xs"
|
|
2346
|
-
}), er =
|
|
2346
|
+
}), er = _(ne, {}), Nn = _(ne, {
|
|
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
|
-
}), Bn =
|
|
2349
|
+
}), Bn = _(ne, {
|
|
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
|
-
}), Hn =
|
|
2355
|
+
}), Hn = _(ne, {
|
|
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"
|
|
2359
|
-
}),
|
|
2359
|
+
}), Pe = {
|
|
2360
2360
|
root: "w-full relative flex-auto rounded overflow-visible mx-auto shadow-none flex-none m-0",
|
|
2361
2361
|
// label:
|
|
2362
2362
|
// 'bg-[#18a589] w-[120px] p-2 rounded-[50%] rounded-lg text-2xl flex items-center justify-center leading-none font-bold absolute right-[-4%] top-8',
|
|
@@ -2371,13 +2371,13 @@ const K = (t) => {
|
|
|
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
|
-
}, Dn =
|
|
2374
|
+
}, Dn = _(Pe, {
|
|
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
|
-
}), Fn =
|
|
2380
|
-
|
|
2379
|
+
}), Fn = _(
|
|
2380
|
+
Pe,
|
|
2381
2381
|
{
|
|
2382
2382
|
root: "!w-full !mx-auto",
|
|
2383
2383
|
inner: "justify-center",
|
|
@@ -2387,13 +2387,13 @@ const K = (t) => {
|
|
|
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
|
-
), Rn =
|
|
2390
|
+
), Rn = _(Pe, {
|
|
2391
2391
|
media: "relative mb-4 md:w-3/4",
|
|
2392
2392
|
numericLabel: "w-[12vmin] h-[12vmin] text-[8vmin] md:text-3xl"
|
|
2393
|
-
}), Wn =
|
|
2393
|
+
}), Wn = _(Pe, {
|
|
2394
2394
|
root: "rounded-2xl px-6 py-8",
|
|
2395
2395
|
ctas: "flex-col gap-4"
|
|
2396
|
-
}), zn =
|
|
2396
|
+
}), zn = _(Pe, {
|
|
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,15 +2405,15 @@ const K = (t) => {
|
|
|
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
|
-
}, tr =
|
|
2408
|
+
}, tr = _(ne, {}), nr = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
2409
2409
|
__proto__: null,
|
|
2410
2410
|
AccordionItemPt: at,
|
|
2411
|
-
AccordionListItemPt:
|
|
2411
|
+
AccordionListItemPt: Pn,
|
|
2412
2412
|
AccordionPt: In,
|
|
2413
|
-
AccordionTileItemPt:
|
|
2413
|
+
AccordionTileItemPt: An,
|
|
2414
2414
|
CTAPt: jn,
|
|
2415
2415
|
CarouselModuleAltPt: Yo,
|
|
2416
|
-
CarouselModulePt:
|
|
2416
|
+
CarouselModulePt: _n,
|
|
2417
2417
|
ContainerCollectionModulePt: Ln,
|
|
2418
2418
|
ContainerModulePt: On,
|
|
2419
2419
|
ContentModulePt: En,
|
|
@@ -2429,12 +2429,12 @@ const K = (t) => {
|
|
|
2429
2429
|
TileContentIconTilePt: Dn,
|
|
2430
2430
|
TileContentImageStackedAnimatedTilePt: Fn,
|
|
2431
2431
|
TileContentImageTilePt: Rn,
|
|
2432
|
-
TileContentPt:
|
|
2432
|
+
TileContentPt: Pe,
|
|
2433
2433
|
TileContentTextTilePt: Wn,
|
|
2434
2434
|
TileContentVideoTilePt: zn,
|
|
2435
2435
|
TileLabelPt: Un,
|
|
2436
2436
|
VideoPt: tr,
|
|
2437
|
-
combinePassthroughs:
|
|
2437
|
+
combinePassthroughs: _
|
|
2438
2438
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
2439
2439
|
let nt = "lily";
|
|
2440
2440
|
const or = {
|
|
@@ -2831,7 +2831,7 @@ const Q = (t) => {
|
|
|
2831
2831
|
backgroundColor: o,
|
|
2832
2832
|
palette: i
|
|
2833
2833
|
};
|
|
2834
|
-
},
|
|
2834
|
+
}, ss = (t, e) => {
|
|
2835
2835
|
Ve = t, e ? nt = e : nt = Object.keys(t)[0];
|
|
2836
2836
|
};
|
|
2837
2837
|
function mt(t, e) {
|
|
@@ -3082,18 +3082,18 @@ var F = {
|
|
|
3082
3082
|
if (this.isElement(e)) {
|
|
3083
3083
|
var i = function r(l, a) {
|
|
3084
3084
|
var s, c, u = e != null && (s = e.$attrs) !== null && s !== void 0 && s[l] ? [e == null || (c = e.$attrs) === null || c === void 0 ? void 0 : c[l]] : [];
|
|
3085
|
-
return [a].flat().reduce(function(d,
|
|
3086
|
-
if (
|
|
3087
|
-
var
|
|
3088
|
-
if (
|
|
3089
|
-
d.push(
|
|
3090
|
-
else if (
|
|
3091
|
-
var
|
|
3092
|
-
var
|
|
3093
|
-
return l === "style" && (I || I === 0) ? "".concat(
|
|
3085
|
+
return [a].flat().reduce(function(d, f) {
|
|
3086
|
+
if (f != null) {
|
|
3087
|
+
var y = je(f);
|
|
3088
|
+
if (y === "string" || y === "number")
|
|
3089
|
+
d.push(f);
|
|
3090
|
+
else if (y === "object") {
|
|
3091
|
+
var g = Array.isArray(f) ? r(l, f) : Object.entries(f).map(function($) {
|
|
3092
|
+
var b = gt($, 2), w = b[0], I = b[1];
|
|
3093
|
+
return l === "style" && (I || I === 0) ? "".concat(w.replace(/([a-z])([A-Z])/g, "$1-$2").toLowerCase(), ":").concat(I) : I ? w : void 0;
|
|
3094
3094
|
});
|
|
3095
|
-
d =
|
|
3096
|
-
return
|
|
3095
|
+
d = g.length ? d.concat(g.filter(function($) {
|
|
3096
|
+
return !!$;
|
|
3097
3097
|
})) : d;
|
|
3098
3098
|
}
|
|
3099
3099
|
}
|
|
@@ -3141,8 +3141,8 @@ var F = {
|
|
|
3141
3141
|
var i = e.offsetParent ? {
|
|
3142
3142
|
width: e.offsetWidth,
|
|
3143
3143
|
height: e.offsetHeight
|
|
3144
|
-
} : this.getHiddenElementDimensions(e), r = i.height, l = i.width, a = n.offsetHeight, s = n.offsetWidth, c = n.getBoundingClientRect(), u = this.getWindowScrollTop(), d = this.getWindowScrollLeft(),
|
|
3145
|
-
c.top + a + r >
|
|
3144
|
+
} : this.getHiddenElementDimensions(e), r = i.height, l = i.width, a = n.offsetHeight, s = n.offsetWidth, c = n.getBoundingClientRect(), u = this.getWindowScrollTop(), d = this.getWindowScrollLeft(), f = this.getViewport(), y, g, $ = "top";
|
|
3145
|
+
c.top + a + r > f.height ? (y = c.top + u - r, $ = "bottom", y < 0 && (y = u)) : y = a + c.top + u, c.left + l > f.width ? g = Math.max(0, c.left + d + s - l) : g = c.left + d, e.style.top = y + "px", e.style.left = g + "px", e.style.transformOrigin = $, o && (e.style.marginTop = $ === "bottom" ? "calc(var(--p-anchor-gutter) * -1)" : "calc(var(--p-anchor-gutter))");
|
|
3146
3146
|
}
|
|
3147
3147
|
},
|
|
3148
3148
|
relativePosition: function(e, n) {
|
|
@@ -3172,10 +3172,10 @@ var F = {
|
|
|
3172
3172
|
getScrollableParents: function(e) {
|
|
3173
3173
|
var n = [];
|
|
3174
3174
|
if (e) {
|
|
3175
|
-
var o = this.getParents(e), i = /(auto|scroll)/, r = function(
|
|
3175
|
+
var o = this.getParents(e), i = /(auto|scroll)/, r = function(b) {
|
|
3176
3176
|
try {
|
|
3177
|
-
var
|
|
3178
|
-
return i.test(
|
|
3177
|
+
var w = window.getComputedStyle(b, null);
|
|
3178
|
+
return i.test(w.getPropertyValue("overflow")) || i.test(w.getPropertyValue("overflowX")) || i.test(w.getPropertyValue("overflowY"));
|
|
3179
3179
|
} catch {
|
|
3180
3180
|
return !1;
|
|
3181
3181
|
}
|
|
@@ -3184,22 +3184,22 @@ var F = {
|
|
|
3184
3184
|
for (l.s(); !(a = l.n()).done; ) {
|
|
3185
3185
|
var s = a.value, c = s.nodeType === 1 && s.dataset.scrollselectors;
|
|
3186
3186
|
if (c) {
|
|
3187
|
-
var u = c.split(","), d = mt(u),
|
|
3187
|
+
var u = c.split(","), d = mt(u), f;
|
|
3188
3188
|
try {
|
|
3189
|
-
for (d.s(); !(
|
|
3190
|
-
var
|
|
3191
|
-
|
|
3189
|
+
for (d.s(); !(f = d.n()).done; ) {
|
|
3190
|
+
var y = f.value, g = this.findSingle(s, y);
|
|
3191
|
+
g && r(g) && n.push(g);
|
|
3192
3192
|
}
|
|
3193
|
-
} catch (
|
|
3194
|
-
d.e(
|
|
3193
|
+
} catch ($) {
|
|
3194
|
+
d.e($);
|
|
3195
3195
|
} finally {
|
|
3196
3196
|
d.f();
|
|
3197
3197
|
}
|
|
3198
3198
|
}
|
|
3199
3199
|
s.nodeType !== 9 && r(s) && n.push(s);
|
|
3200
3200
|
}
|
|
3201
|
-
} catch (
|
|
3202
|
-
l.e(
|
|
3201
|
+
} catch ($) {
|
|
3202
|
+
l.e($);
|
|
3203
3203
|
} finally {
|
|
3204
3204
|
l.f();
|
|
3205
3205
|
}
|
|
@@ -3259,8 +3259,8 @@ var F = {
|
|
|
3259
3259
|
return (typeof HTMLElement > "u" ? "undefined" : je(HTMLElement)) === "object" ? e instanceof HTMLElement : e && je(e) === "object" && e !== null && e.nodeType === 1 && typeof e.nodeName == "string";
|
|
3260
3260
|
},
|
|
3261
3261
|
scrollInView: function(e, n) {
|
|
3262
|
-
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 = n.getBoundingClientRect(), c = s.top + document.body.scrollTop - (a.top + document.body.scrollTop) - i - l, u = e.scrollTop, d = e.clientHeight,
|
|
3263
|
-
c < 0 ? e.scrollTop = u + c : c +
|
|
3262
|
+
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 = n.getBoundingClientRect(), c = s.top + document.body.scrollTop - (a.top + document.body.scrollTop) - i - l, u = e.scrollTop, d = e.clientHeight, f = this.getOuterHeight(n);
|
|
3263
|
+
c < 0 ? e.scrollTop = u + c : c + f > d && (e.scrollTop = u + c - d + f);
|
|
3264
3264
|
},
|
|
3265
3265
|
clearSelection: function() {
|
|
3266
3266
|
if (window.getSelection)
|
|
@@ -3572,14 +3572,14 @@ var L = {
|
|
|
3572
3572
|
return !1;
|
|
3573
3573
|
if (u && d)
|
|
3574
3574
|
return e.toString() == n.toString();
|
|
3575
|
-
var
|
|
3576
|
-
if (l =
|
|
3575
|
+
var f = Object.keys(e);
|
|
3576
|
+
if (l = f.length, l !== Object.keys(n).length)
|
|
3577
3577
|
return !1;
|
|
3578
3578
|
for (r = l; r-- !== 0; )
|
|
3579
|
-
if (!Object.prototype.hasOwnProperty.call(n,
|
|
3579
|
+
if (!Object.prototype.hasOwnProperty.call(n, f[r]))
|
|
3580
3580
|
return !1;
|
|
3581
3581
|
for (r = l; r-- !== 0; )
|
|
3582
|
-
if (a =
|
|
3582
|
+
if (a = f[r], !this.deepEquals(e[a], n[a]))
|
|
3583
3583
|
return !1;
|
|
3584
3584
|
return !0;
|
|
3585
3585
|
}
|
|
@@ -3859,17 +3859,17 @@ function wr(t) {
|
|
|
3859
3859
|
}
|
|
3860
3860
|
var Cr = 0;
|
|
3861
3861
|
function qn(t) {
|
|
3862
|
-
var e = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : {}, n = X(!1), o = X(t), i = X(null), r = F.isClient() ? window.document : void 0, l = e.document, a = l === void 0 ? r : l, s = e.immediate, c = s === void 0 ? !0 : s, u = e.manual, d = u === void 0 ? !1 : u,
|
|
3862
|
+
var e = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : {}, n = X(!1), o = X(t), i = X(null), r = F.isClient() ? window.document : void 0, l = e.document, a = l === void 0 ? r : l, s = e.immediate, c = s === void 0 ? !0 : s, u = e.manual, d = u === void 0 ? !1 : u, f = e.name, y = f === void 0 ? "style_".concat(++Cr) : f, g = e.id, $ = g === void 0 ? void 0 : g, b = e.media, w = b === void 0 ? void 0 : b, I = e.nonce, T = I === void 0 ? void 0 : I, E = e.props, j = E === void 0 ? {} : E, D = function() {
|
|
3863
3863
|
}, V = function(z) {
|
|
3864
3864
|
var q = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : {};
|
|
3865
3865
|
if (a) {
|
|
3866
|
-
var
|
|
3866
|
+
var A = Kt(Kt({}, j), q), oe = A.name || y, re = A.id || $, le = A.nonce || T;
|
|
3867
3867
|
i.value = a.querySelector('style[data-primevue-style-id="'.concat(oe, '"]')) || a.getElementById(re) || a.createElement("style"), i.value.isConnected || (o.value = z || t, F.setAttributes(i.value, {
|
|
3868
3868
|
type: "text/css",
|
|
3869
3869
|
id: re,
|
|
3870
|
-
media:
|
|
3870
|
+
media: w,
|
|
3871
3871
|
nonce: le
|
|
3872
|
-
}), a.head.appendChild(i.value), F.setAttribute(i.value, "data-primevue-style-id",
|
|
3872
|
+
}), a.head.appendChild(i.value), F.setAttribute(i.value, "data-primevue-style-id", y), F.setAttributes(i.value, A)), !n.value && (D = $e(o, function(Ce) {
|
|
3873
3873
|
i.value.textContent = Ce;
|
|
3874
3874
|
}, {
|
|
3875
3875
|
immediate: !0
|
|
@@ -3879,8 +3879,8 @@ function qn(t) {
|
|
|
3879
3879
|
!a || !n.value || (D(), F.isExist(i.value) && a.head.removeChild(i.value), n.value = !1);
|
|
3880
3880
|
};
|
|
3881
3881
|
return c && !d && wr(V), {
|
|
3882
|
-
id:
|
|
3883
|
-
name:
|
|
3882
|
+
id: $,
|
|
3883
|
+
name: y,
|
|
3884
3884
|
css: o,
|
|
3885
3885
|
unload: B,
|
|
3886
3886
|
load: V,
|
|
@@ -3959,21 +3959,21 @@ function yt(t) {
|
|
|
3959
3959
|
for (var e = 1; e < arguments.length; e++) {
|
|
3960
3960
|
var n = arguments[e] != null ? arguments[e] : {};
|
|
3961
3961
|
e % 2 ? Xt(Object(n), !0).forEach(function(o) {
|
|
3962
|
-
|
|
3962
|
+
Pr(t, o, n[o]);
|
|
3963
3963
|
}) : Object.getOwnPropertyDescriptors ? Object.defineProperties(t, Object.getOwnPropertyDescriptors(n)) : Xt(Object(n)).forEach(function(o) {
|
|
3964
3964
|
Object.defineProperty(t, o, Object.getOwnPropertyDescriptor(n, o));
|
|
3965
3965
|
});
|
|
3966
3966
|
}
|
|
3967
3967
|
return t;
|
|
3968
3968
|
}
|
|
3969
|
-
function
|
|
3970
|
-
return e =
|
|
3969
|
+
function Pr(t, e, n) {
|
|
3970
|
+
return e = Ar(e), e in t ? Object.defineProperty(t, e, { value: n, enumerable: !0, configurable: !0, writable: !0 }) : t[e] = n, t;
|
|
3971
3971
|
}
|
|
3972
|
-
function
|
|
3973
|
-
var e =
|
|
3972
|
+
function Ar(t) {
|
|
3973
|
+
var e = _r(t, "string");
|
|
3974
3974
|
return Be(e) == "symbol" ? e : String(e);
|
|
3975
3975
|
}
|
|
3976
|
-
function
|
|
3976
|
+
function _r(t, e) {
|
|
3977
3977
|
if (Be(t) != "object" || !t)
|
|
3978
3978
|
return t;
|
|
3979
3979
|
var n = t[Symbol.toPrimitive];
|
|
@@ -4256,10 +4256,10 @@ var Ke = {
|
|
|
4256
4256
|
}
|
|
4257
4257
|
},
|
|
4258
4258
|
beforeCreate: function() {
|
|
4259
|
-
var e, n, o, i, r, l, a, s, c, u, d,
|
|
4260
|
-
(i =
|
|
4261
|
-
var
|
|
4262
|
-
(u =
|
|
4259
|
+
var e, n, o, i, r, l, a, s, c, u, d, f = (e = this.pt) === null || e === void 0 ? void 0 : e._usept, y = f ? (n = this.pt) === null || n === void 0 || (n = n.originalValue) === null || n === void 0 ? void 0 : n[this.$.type.name] : void 0, g = f ? (o = this.pt) === null || o === void 0 || (o = o.value) === null || o === void 0 ? void 0 : o[this.$.type.name] : this.pt;
|
|
4260
|
+
(i = g || y) === null || i === void 0 || (i = i.hooks) === null || i === void 0 || (r = i.onBeforeCreate) === null || r === void 0 || r.call(i);
|
|
4261
|
+
var $ = (l = this.$config) === null || l === void 0 || (l = l.pt) === null || l === void 0 ? void 0 : l._usept, b = $ ? (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, w = $ ? (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;
|
|
4262
|
+
(u = w || b) === null || u === void 0 || (u = u[this.$.type.name]) === null || u === void 0 || (u = u.hooks) === null || u === void 0 || (d = u.onBeforeCreate) === null || d === void 0 || d.call(u);
|
|
4263
4263
|
},
|
|
4264
4264
|
created: function() {
|
|
4265
4265
|
this._hook("onCreated");
|
|
@@ -4295,7 +4295,7 @@ var Ke = {
|
|
|
4295
4295
|
_mergeProps: function(e) {
|
|
4296
4296
|
for (var n = arguments.length, o = new Array(n > 1 ? n - 1 : 0), i = 1; i < n; i++)
|
|
4297
4297
|
o[i - 1] = arguments[i];
|
|
4298
|
-
return L.isFunction(e) ? e.apply(void 0, o) :
|
|
4298
|
+
return L.isFunction(e) ? e.apply(void 0, o) : x.apply(void 0, o);
|
|
4299
4299
|
},
|
|
4300
4300
|
_loadGlobalStyles: function() {
|
|
4301
4301
|
var e, n = this._useGlobalPT(this._getOptionValue, "global.css", this.$params);
|
|
@@ -4317,15 +4317,15 @@ var Ke = {
|
|
|
4317
4317
|
}) || ""], o), i.join("."), o) : void 0 : L.getItemValue(e, o);
|
|
4318
4318
|
},
|
|
4319
4319
|
_getPTValue: function() {
|
|
4320
|
-
var e, n = 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, u = a.mergeProps, d = u === void 0 ? !1 : u,
|
|
4321
|
-
global:
|
|
4322
|
-
})),
|
|
4323
|
-
return c || !c &&
|
|
4320
|
+
var e, n = 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, u = a.mergeProps, d = u === void 0 ? !1 : u, f = r ? l ? this._useGlobalPT(this._getPTClassValue, o, i) : this._useDefaultPT(this._getPTClassValue, o, i) : void 0, y = l ? void 0 : this._getPTSelf(n, this._getPTClassValue, o, G(G({}, i), {}, {
|
|
4321
|
+
global: f || {}
|
|
4322
|
+
})), g = this._getPTDatasets(o);
|
|
4323
|
+
return c || !c && y ? d ? this._mergeProps(d, f, y, g) : G(G(G({}, f), y), g) : G(G({}, y), g);
|
|
4324
4324
|
},
|
|
4325
4325
|
_getPTSelf: function() {
|
|
4326
4326
|
for (var e = arguments.length > 0 && arguments[0] !== void 0 ? arguments[0] : {}, n = arguments.length, o = new Array(n > 1 ? n - 1 : 0), i = 1; i < n; i++)
|
|
4327
4327
|
o[i - 1] = arguments[i];
|
|
4328
|
-
return
|
|
4328
|
+
return x(
|
|
4329
4329
|
this._usePT.apply(this, [this._getPT(e, this.$name)].concat(o)),
|
|
4330
4330
|
// Exp; <component :pt="{}"
|
|
4331
4331
|
this._usePT.apply(this, [this.$_attrsPT].concat(o))
|
|
@@ -4344,8 +4344,8 @@ var Ke = {
|
|
|
4344
4344
|
},
|
|
4345
4345
|
_getPT: function(e) {
|
|
4346
4346
|
var n = this, o = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : "", i = arguments.length > 2 ? arguments[2] : void 0, r = function(a) {
|
|
4347
|
-
var s, c = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : !1, u = i ? i(a) : a, d = L.toFlatCase(o),
|
|
4348
|
-
return (s = c ? d !==
|
|
4347
|
+
var s, c = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : !1, u = i ? i(a) : a, d = L.toFlatCase(o), f = L.toFlatCase(n.$name);
|
|
4348
|
+
return (s = c ? d !== f ? u == null ? void 0 : u[d] : void 0 : u == null ? void 0 : u[d]) !== null && s !== void 0 ? s : u;
|
|
4349
4349
|
};
|
|
4350
4350
|
return e != null && e.hasOwnProperty("_usept") ? {
|
|
4351
4351
|
_usept: e._usept,
|
|
@@ -4354,12 +4354,12 @@ var Ke = {
|
|
|
4354
4354
|
} : r(e, !0);
|
|
4355
4355
|
},
|
|
4356
4356
|
_usePT: function(e, n, o, i) {
|
|
4357
|
-
var r = function(
|
|
4358
|
-
return n(
|
|
4357
|
+
var r = function($) {
|
|
4358
|
+
return n($, o, i);
|
|
4359
4359
|
};
|
|
4360
4360
|
if (e != null && e.hasOwnProperty("_usept")) {
|
|
4361
|
-
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, u = a.mergeProps, d = u === void 0 ? !1 : u,
|
|
4362
|
-
return
|
|
4361
|
+
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, u = a.mergeProps, d = u === void 0 ? !1 : u, f = r(e.originalValue), y = r(e.value);
|
|
4362
|
+
return f === void 0 && y === void 0 ? void 0 : L.isString(y) ? y : L.isString(f) ? f : c || !c && y ? d ? this._mergeProps(d, f, y) : G(G({}, f), y) : y;
|
|
4363
4363
|
}
|
|
4364
4364
|
return r(e);
|
|
4365
4365
|
},
|
|
@@ -4375,7 +4375,7 @@ var Ke = {
|
|
|
4375
4375
|
},
|
|
4376
4376
|
ptmi: function() {
|
|
4377
4377
|
var e = arguments.length > 0 && arguments[0] !== void 0 ? arguments[0] : "", n = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : {};
|
|
4378
|
-
return
|
|
4378
|
+
return x(this.$_attrsNoPT, this.ptm(e, n));
|
|
4379
4379
|
},
|
|
4380
4380
|
ptmo: function() {
|
|
4381
4381
|
var e = arguments.length > 0 && arguments[0] !== void 0 ? arguments[0] : {}, n = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : "", o = arguments.length > 2 && arguments[2] !== void 0 ? arguments[2] : {};
|
|
@@ -4454,8 +4454,8 @@ var Ke = {
|
|
|
4454
4454
|
return o == null ? void 0 : o.startsWith("pt:");
|
|
4455
4455
|
}).reduce(function(e, n) {
|
|
4456
4456
|
var o = Ze(n, 2), i = o[0], r = o[1], l = i.split(":"), a = Dr(l), s = a.slice(1);
|
|
4457
|
-
return s == null || s.reduce(function(c, u, d,
|
|
4458
|
-
return !c[u] && (c[u] = d ===
|
|
4457
|
+
return s == null || s.reduce(function(c, u, d, f) {
|
|
4458
|
+
return !c[u] && (c[u] = d === f.length - 1 ? r : {}), c[u];
|
|
4459
4459
|
}, e), e;
|
|
4460
4460
|
}, {});
|
|
4461
4461
|
},
|
|
@@ -4498,7 +4498,7 @@ var Ke = {
|
|
|
4498
4498
|
inheritAttrs: !1
|
|
4499
4499
|
};
|
|
4500
4500
|
function qr(t, e, n, o, i, r) {
|
|
4501
|
-
return p(), h("span",
|
|
4501
|
+
return p(), h("span", x({
|
|
4502
4502
|
class: t.cx("root")
|
|
4503
4503
|
}, t.ptmi("root")), [te(t.$slots, "default", {}, function() {
|
|
4504
4504
|
return [it(M(t.value), 1)];
|
|
@@ -4624,7 +4624,7 @@ var Ge = {
|
|
|
4624
4624
|
fill: "currentColor"
|
|
4625
4625
|
}, null, -1), Qr = [Jr];
|
|
4626
4626
|
function ei(t, e, n, o, i, r) {
|
|
4627
|
-
return p(), h("svg",
|
|
4627
|
+
return p(), h("svg", x({
|
|
4628
4628
|
width: "14",
|
|
4629
4629
|
height: "14",
|
|
4630
4630
|
viewBox: "0 0 14 14",
|
|
@@ -4751,10 +4751,10 @@ var N = {
|
|
|
4751
4751
|
return L.isString(I) || L.isArray(I) ? {
|
|
4752
4752
|
class: I
|
|
4753
4753
|
} : I;
|
|
4754
|
-
}, c = ((e = o.binding) === null || e === void 0 || (e = e.value) === null || e === void 0 ? void 0 : e.ptOptions) || ((n = o.$config) === null || n === void 0 ? void 0 : n.ptOptions) || {}, u = c.mergeSections, d = u === void 0 ? !0 : u,
|
|
4755
|
-
global:
|
|
4756
|
-
})),
|
|
4757
|
-
return d || !d &&
|
|
4754
|
+
}, c = ((e = o.binding) === null || e === void 0 || (e = e.value) === null || e === void 0 ? void 0 : e.ptOptions) || ((n = o.$config) === null || n === void 0 ? void 0 : n.ptOptions) || {}, u = c.mergeSections, d = u === void 0 ? !0 : u, f = c.mergeProps, y = f === void 0 ? !1 : f, g = a ? N._useDefaultPT(o, o.defaultPT(), s, r, l) : void 0, $ = N._usePT(o, N._getPT(i, o.$name), s, r, Z(Z({}, l), {}, {
|
|
4755
|
+
global: g || {}
|
|
4756
|
+
})), b = N._getPTDatasets(o, r);
|
|
4757
|
+
return d || !d && $ ? y ? N._mergeProps(o, y, g, $, b) : Z(Z(Z({}, g), $), b) : Z(Z({}, $), b);
|
|
4758
4758
|
},
|
|
4759
4759
|
_getPTDatasets: function() {
|
|
4760
4760
|
var e = arguments.length > 0 && arguments[0] !== void 0 ? arguments[0] : {}, n = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : "", o = "data-pc-";
|
|
@@ -4772,12 +4772,12 @@ var N = {
|
|
|
4772
4772
|
} : i(e);
|
|
4773
4773
|
},
|
|
4774
4774
|
_usePT: function() {
|
|
4775
|
-
var e = arguments.length > 0 && arguments[0] !== void 0 ? arguments[0] : {}, n = arguments.length > 1 ? arguments[1] : void 0, o = arguments.length > 2 ? arguments[2] : void 0, i = arguments.length > 3 ? arguments[3] : void 0, r = arguments.length > 4 ? arguments[4] : void 0, l = function(
|
|
4776
|
-
return o(
|
|
4775
|
+
var e = arguments.length > 0 && arguments[0] !== void 0 ? arguments[0] : {}, n = arguments.length > 1 ? arguments[1] : void 0, o = arguments.length > 2 ? arguments[2] : void 0, i = arguments.length > 3 ? arguments[3] : void 0, r = arguments.length > 4 ? arguments[4] : void 0, l = function(b) {
|
|
4776
|
+
return o(b, i, r);
|
|
4777
4777
|
};
|
|
4778
4778
|
if (n != null && n.hasOwnProperty("_usept")) {
|
|
4779
|
-
var a, s = n._usept || ((a = e.$config) === null || a === void 0 ? void 0 : a.ptOptions) || {}, c = s.mergeSections, u = c === void 0 ? !0 : c, d = s.mergeProps,
|
|
4780
|
-
return
|
|
4779
|
+
var a, s = n._usept || ((a = e.$config) === null || a === void 0 ? void 0 : a.ptOptions) || {}, c = s.mergeSections, u = c === void 0 ? !0 : c, d = s.mergeProps, f = d === void 0 ? !1 : d, y = l(n.originalValue), g = l(n.value);
|
|
4780
|
+
return y === void 0 && g === void 0 ? void 0 : L.isString(g) ? g : L.isString(y) ? y : u || !u && g ? f ? N._mergeProps(e, f, y, g) : Z(Z({}, y), g) : g;
|
|
4781
4781
|
}
|
|
4782
4782
|
return l(n);
|
|
4783
4783
|
},
|
|
@@ -4786,87 +4786,87 @@ var N = {
|
|
|
4786
4786
|
return N._usePT(e, n, o, i, r);
|
|
4787
4787
|
},
|
|
4788
4788
|
_hook: function(e, n, o, i, r, l) {
|
|
4789
|
-
var a, s, c = "on".concat(L.toCapitalCase(n)), u = N._getConfig(i, r), d = o == null ? void 0 : o.$instance,
|
|
4789
|
+
var a, s, c = "on".concat(L.toCapitalCase(n)), u = N._getConfig(i, r), d = o == null ? void 0 : o.$instance, f = N._usePT(d, N._getPT(i == null || (a = i.value) === null || a === void 0 ? void 0 : a.pt, e), N._getOptionValue, "hooks.".concat(c)), y = N._useDefaultPT(d, u == null || (s = u.pt) === null || s === void 0 || (s = s.directives) === null || s === void 0 ? void 0 : s[e], N._getOptionValue, "hooks.".concat(c)), g = {
|
|
4790
4790
|
el: o,
|
|
4791
4791
|
binding: i,
|
|
4792
4792
|
vnode: r,
|
|
4793
4793
|
prevVnode: l
|
|
4794
4794
|
};
|
|
4795
|
-
|
|
4795
|
+
f == null || f(d, g), y == null || y(d, g);
|
|
4796
4796
|
},
|
|
4797
4797
|
_mergeProps: function() {
|
|
4798
4798
|
for (var e = arguments.length > 1 ? arguments[1] : void 0, n = arguments.length, o = new Array(n > 2 ? n - 2 : 0), i = 2; i < n; i++)
|
|
4799
4799
|
o[i - 2] = arguments[i];
|
|
4800
|
-
return L.isFunction(e) ? e.apply(void 0, o) :
|
|
4800
|
+
return L.isFunction(e) ? e.apply(void 0, o) : x.apply(void 0, o);
|
|
4801
4801
|
},
|
|
4802
4802
|
_extend: function(e) {
|
|
4803
4803
|
var n = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : {}, o = function(r, l, a, s, c) {
|
|
4804
4804
|
var u, d;
|
|
4805
4805
|
l._$instances = l._$instances || {};
|
|
4806
|
-
var
|
|
4807
|
-
l._$instances[e] = Z(Z({},
|
|
4806
|
+
var f = N._getConfig(a, s), y = l._$instances[e] || {}, g = L.isEmpty(y) ? Z(Z({}, n), n == null ? void 0 : n.methods) : {};
|
|
4807
|
+
l._$instances[e] = Z(Z({}, y), {}, {
|
|
4808
4808
|
/* new instance variables to pass in directive methods */
|
|
4809
4809
|
$name: e,
|
|
4810
4810
|
$host: l,
|
|
4811
4811
|
$binding: a,
|
|
4812
4812
|
$modifiers: a == null ? void 0 : a.modifiers,
|
|
4813
4813
|
$value: a == null ? void 0 : a.value,
|
|
4814
|
-
$el:
|
|
4814
|
+
$el: y.$el || l || void 0,
|
|
4815
4815
|
$style: Z({
|
|
4816
4816
|
classes: void 0,
|
|
4817
4817
|
inlineStyles: void 0,
|
|
4818
4818
|
loadStyle: function() {
|
|
4819
4819
|
}
|
|
4820
4820
|
}, n == null ? void 0 : n.style),
|
|
4821
|
-
$config:
|
|
4821
|
+
$config: f,
|
|
4822
4822
|
/* computed instance variables */
|
|
4823
4823
|
defaultPT: function() {
|
|
4824
|
-
return N._getPT(
|
|
4825
|
-
var
|
|
4826
|
-
return
|
|
4824
|
+
return N._getPT(f == null ? void 0 : f.pt, void 0, function(b) {
|
|
4825
|
+
var w;
|
|
4826
|
+
return b == null || (w = b.directives) === null || w === void 0 ? void 0 : w[e];
|
|
4827
4827
|
});
|
|
4828
4828
|
},
|
|
4829
4829
|
isUnstyled: function() {
|
|
4830
|
-
var
|
|
4831
|
-
return ((
|
|
4830
|
+
var b, w;
|
|
4831
|
+
return ((b = l.$instance) === null || b === void 0 || (b = b.$binding) === null || b === void 0 || (b = b.value) === null || b === void 0 ? void 0 : b.unstyled) !== void 0 ? (w = l.$instance) === null || w === void 0 || (w = w.$binding) === null || w === void 0 || (w = w.value) === null || w === void 0 ? void 0 : w.unstyled : f == null ? void 0 : f.unstyled;
|
|
4832
4832
|
},
|
|
4833
4833
|
/* instance's methods */
|
|
4834
4834
|
ptm: function() {
|
|
4835
|
-
var
|
|
4836
|
-
return N._getPTValue(l.$instance, (
|
|
4835
|
+
var b, w = arguments.length > 0 && arguments[0] !== void 0 ? arguments[0] : "", I = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : {};
|
|
4836
|
+
return N._getPTValue(l.$instance, (b = l.$instance) === null || b === void 0 || (b = b.$binding) === null || b === void 0 || (b = b.value) === null || b === void 0 ? void 0 : b.pt, w, Z({}, I));
|
|
4837
4837
|
},
|
|
4838
4838
|
ptmo: function() {
|
|
4839
|
-
var
|
|
4840
|
-
return N._getPTValue(l.$instance,
|
|
4839
|
+
var b = arguments.length > 0 && arguments[0] !== void 0 ? arguments[0] : {}, w = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : "", I = arguments.length > 2 && arguments[2] !== void 0 ? arguments[2] : {};
|
|
4840
|
+
return N._getPTValue(l.$instance, b, w, I, !1);
|
|
4841
4841
|
},
|
|
4842
4842
|
cx: function() {
|
|
4843
|
-
var
|
|
4844
|
-
return (
|
|
4843
|
+
var b, w, I = arguments.length > 0 && arguments[0] !== void 0 ? arguments[0] : "", T = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : {};
|
|
4844
|
+
return (b = l.$instance) !== null && b !== void 0 && b.isUnstyled() ? void 0 : N._getOptionValue((w = l.$instance) === null || w === void 0 || (w = w.$style) === null || w === void 0 ? void 0 : w.classes, I, Z({}, T));
|
|
4845
4845
|
},
|
|
4846
4846
|
sx: function() {
|
|
4847
|
-
var
|
|
4848
|
-
return I ? N._getOptionValue((
|
|
4847
|
+
var b, w = arguments.length > 0 && arguments[0] !== void 0 ? arguments[0] : "", I = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : !0, T = arguments.length > 2 && arguments[2] !== void 0 ? arguments[2] : {};
|
|
4848
|
+
return I ? N._getOptionValue((b = l.$instance) === null || b === void 0 || (b = b.$style) === null || b === void 0 ? void 0 : b.inlineStyles, w, Z({}, T)) : void 0;
|
|
4849
4849
|
}
|
|
4850
|
-
},
|
|
4850
|
+
}, g), l.$instance = l._$instances[e], (u = (d = l.$instance)[r]) === null || u === void 0 || u.call(d, l, a, s, c), l["$".concat(e)] = l.$instance, N._hook(e, r, l, a, s, c);
|
|
4851
4851
|
};
|
|
4852
4852
|
return {
|
|
4853
4853
|
created: function(r, l, a, s) {
|
|
4854
4854
|
o("created", r, l, a, s);
|
|
4855
4855
|
},
|
|
4856
4856
|
beforeMount: function(r, l, a, s) {
|
|
4857
|
-
var c, u, d,
|
|
4857
|
+
var c, u, d, f, y = N._getConfig(l, a);
|
|
4858
4858
|
ue.loadStyle({
|
|
4859
|
-
nonce:
|
|
4859
|
+
nonce: y == null || (c = y.csp) === null || c === void 0 ? void 0 : c.nonce
|
|
4860
4860
|
}), !((u = r.$instance) !== null && u !== void 0 && u.isUnstyled()) && ((d = r.$instance) === null || d === void 0 || (d = d.$style) === null || d === void 0 || d.loadStyle({
|
|
4861
|
-
nonce:
|
|
4861
|
+
nonce: y == null || (f = y.csp) === null || f === void 0 ? void 0 : f.nonce
|
|
4862
4862
|
})), o("beforeMount", r, l, a, s);
|
|
4863
4863
|
},
|
|
4864
4864
|
mounted: function(r, l, a, s) {
|
|
4865
|
-
var c, u, d,
|
|
4865
|
+
var c, u, d, f, y = N._getConfig(l, a);
|
|
4866
4866
|
ue.loadStyle({
|
|
4867
|
-
nonce:
|
|
4867
|
+
nonce: y == null || (c = y.csp) === null || c === void 0 ? void 0 : c.nonce
|
|
4868
4868
|
}), !((u = r.$instance) !== null && u !== void 0 && u.isUnstyled()) && ((d = r.$instance) === null || d === void 0 || (d = d.$style) === null || d === void 0 || d.loadStyle({
|
|
4869
|
-
nonce:
|
|
4869
|
+
nonce: y == null || (f = y.csp) === null || f === void 0 ? void 0 : f.nonce
|
|
4870
4870
|
})), o("mounted", r, l, a, s);
|
|
4871
4871
|
},
|
|
4872
4872
|
beforeUpdate: function(r, l, a, s) {
|
|
@@ -5154,7 +5154,7 @@ var yi = {
|
|
|
5154
5154
|
}, $i = ["aria-label", "disabled", "data-p-severity"];
|
|
5155
5155
|
function wi(t, e, n, o, i, r) {
|
|
5156
5156
|
var l = Ct("SpinnerIcon"), a = Ct("Badge"), s = $n("ripple");
|
|
5157
|
-
return ae((p(), h("button",
|
|
5157
|
+
return ae((p(), h("button", x({
|
|
5158
5158
|
class: t.cx("root"),
|
|
5159
5159
|
type: "button",
|
|
5160
5160
|
"aria-label": r.defaultAriaLabel,
|
|
@@ -5164,33 +5164,33 @@ function wi(t, e, n, o, i, r) {
|
|
|
5164
5164
|
}), [te(t.$slots, "default", {}, function() {
|
|
5165
5165
|
return [t.loading ? te(t.$slots, "loadingicon", {
|
|
5166
5166
|
key: 0,
|
|
5167
|
-
class:
|
|
5167
|
+
class: m([t.cx("loadingIcon"), t.cx("icon")])
|
|
5168
5168
|
}, function() {
|
|
5169
|
-
return [t.loadingIcon ? (p(), h("span",
|
|
5169
|
+
return [t.loadingIcon ? (p(), h("span", x({
|
|
5170
5170
|
key: 0,
|
|
5171
5171
|
class: [t.cx("loadingIcon"), t.cx("icon"), t.loadingIcon]
|
|
5172
|
-
}, t.ptm("loadingIcon")), null, 16)) : (p(),
|
|
5172
|
+
}, t.ptm("loadingIcon")), null, 16)) : (p(), P(l, x({
|
|
5173
5173
|
key: 1,
|
|
5174
5174
|
class: [t.cx("loadingIcon"), t.cx("icon")],
|
|
5175
5175
|
spin: ""
|
|
5176
5176
|
}, t.ptm("loadingIcon")), null, 16, ["class"]))];
|
|
5177
5177
|
}) : te(t.$slots, "icon", {
|
|
5178
5178
|
key: 1,
|
|
5179
|
-
class:
|
|
5179
|
+
class: m([t.cx("icon")])
|
|
5180
5180
|
}, function() {
|
|
5181
|
-
return [t.icon ? (p(), h("span",
|
|
5181
|
+
return [t.icon ? (p(), h("span", x({
|
|
5182
5182
|
key: 0,
|
|
5183
5183
|
class: [t.cx("icon"), t.icon, t.iconClass]
|
|
5184
|
-
}, t.ptm("icon")), null, 16)) :
|
|
5185
|
-
}), k("span",
|
|
5184
|
+
}, t.ptm("icon")), null, 16)) : C("", !0)];
|
|
5185
|
+
}), k("span", x({
|
|
5186
5186
|
class: t.cx("label")
|
|
5187
|
-
}, t.ptm("label")), M(t.label || " "), 17), t.badge ? (p(),
|
|
5187
|
+
}, t.ptm("label")), M(t.label || " "), 17), t.badge ? (p(), P(a, x({
|
|
5188
5188
|
key: 2,
|
|
5189
5189
|
value: t.badge,
|
|
5190
5190
|
class: t.badgeClass,
|
|
5191
5191
|
severity: t.badgeSeverity,
|
|
5192
5192
|
unstyled: t.unstyled
|
|
5193
|
-
}, t.ptm("badge")), null, 16, ["value", "class", "severity", "unstyled"])) :
|
|
5193
|
+
}, t.ptm("badge")), null, 16, ["value", "class", "severity", "unstyled"])) : C("", !0)];
|
|
5194
5194
|
})], 16, $i)), [[s]]);
|
|
5195
5195
|
}
|
|
5196
5196
|
Mt.render = wi;
|
|
@@ -5211,7 +5211,7 @@ const Ci = ["innerHTML"], ki = /* @__PURE__ */ R({
|
|
|
5211
5211
|
},
|
|
5212
5212
|
setup(t) {
|
|
5213
5213
|
const e = t, n = S(() => e.type === "List" ? "pi-chevron-down" : "pi-plus-circle"), o = S(() => e.type === "List" ? "pi-times" : "pi-times-circle"), i = S(
|
|
5214
|
-
() =>
|
|
5214
|
+
() => _(In[e.type], e.pt ?? {})
|
|
5215
5215
|
), { backgroundColor: r, palette: l } = Q(e), a = X(e.startOpen ? 0 : null), s = (d) => {
|
|
5216
5216
|
a.value = a.value === d ? null : d;
|
|
5217
5217
|
}, c = X(
|
|
@@ -5219,54 +5219,54 @@ const Ci = ["innerHTML"], ki = /* @__PURE__ */ R({
|
|
|
5219
5219
|
), u = () => {
|
|
5220
5220
|
c.value = c.value + 4;
|
|
5221
5221
|
};
|
|
5222
|
-
return (d,
|
|
5223
|
-
var
|
|
5224
|
-
return p(),
|
|
5225
|
-
class:
|
|
5222
|
+
return (d, f) => {
|
|
5223
|
+
var y;
|
|
5224
|
+
return p(), P(ee(d.isChild ? "div" : "section"), {
|
|
5225
|
+
class: m(`accordion-module ${((y = i.value) == null ? void 0 : y.root) ?? ""} bg-${v(r)} ${e.class ?? ""}`)
|
|
5226
5226
|
}, {
|
|
5227
5227
|
default: J(() => {
|
|
5228
|
-
var
|
|
5228
|
+
var g, $;
|
|
5229
5229
|
return [
|
|
5230
5230
|
d.headline ? (p(), h("h3", {
|
|
5231
5231
|
key: 0,
|
|
5232
|
-
class:
|
|
5232
|
+
class: m(`accordion-module-headline ${((g = i.value) == null ? void 0 : g.headline) ?? ""} text-${v(l).headline}`),
|
|
5233
5233
|
innerHTML: d.headline
|
|
5234
|
-
}, null, 10, Ci)) :
|
|
5234
|
+
}, null, 10, Ci)) : C("", !0),
|
|
5235
5235
|
d.modules ? (p(), h("div", {
|
|
5236
5236
|
key: 1,
|
|
5237
|
-
class:
|
|
5237
|
+
class: m(`accordion-module-container flex ${(($ = i.value) == null ? void 0 : $.container) ?? ""}`)
|
|
5238
5238
|
}, [
|
|
5239
|
-
(p(!0), h(W, null, Y(d.modules, (
|
|
5240
|
-
key: `${
|
|
5239
|
+
(p(!0), h(W, null, Y(d.modules, (b, w) => (p(), h(W, {
|
|
5240
|
+
key: `${b.headline}-${w}`
|
|
5241
5241
|
}, [
|
|
5242
|
-
d.type === "Tile" ||
|
|
5242
|
+
d.type === "Tile" || w <= c.value ? (p(), P(ee(`Accordion${d.type}Item`), x({
|
|
5243
5243
|
key: 0,
|
|
5244
5244
|
ref_for: !0
|
|
5245
|
-
},
|
|
5246
|
-
"item-number":
|
|
5247
|
-
"is-first":
|
|
5248
|
-
"is-last":
|
|
5245
|
+
}, b, {
|
|
5246
|
+
"item-number": w,
|
|
5247
|
+
"is-first": w === 0,
|
|
5248
|
+
"is-last": w === c.value,
|
|
5249
5249
|
"icon-default": n.value,
|
|
5250
5250
|
"icon-active": o.value,
|
|
5251
5251
|
"total-items": d.modules.length,
|
|
5252
5252
|
"open-accordion-index": a.value,
|
|
5253
|
-
onToggleAccordion: (I) => s(
|
|
5254
|
-
}), null, 16, ["item-number", "is-first", "is-last", "icon-default", "icon-active", "total-items", "open-accordion-index", "onToggleAccordion"])) :
|
|
5253
|
+
onToggleAccordion: (I) => s(w)
|
|
5254
|
+
}), null, 16, ["item-number", "is-first", "is-last", "icon-default", "icon-active", "total-items", "open-accordion-index", "onToggleAccordion"])) : C("", !0)
|
|
5255
5255
|
], 64))), 128)),
|
|
5256
|
-
d.modules.length > 4 ? (p(),
|
|
5256
|
+
d.modules.length > 4 ? (p(), P(v(Mt), {
|
|
5257
5257
|
key: 0,
|
|
5258
5258
|
label: e.loadMoreButtonTitle ?? "Load More",
|
|
5259
5259
|
class: "mt-10 text-lily rounded-[2rem] bg-rosemary py-2 px-10 whitespace-nowrap float-left max-w-[fit-content] text-xl",
|
|
5260
5260
|
onClick: u
|
|
5261
|
-
}, null, 8, ["label"])) :
|
|
5262
|
-
], 2)) :
|
|
5261
|
+
}, null, 8, ["label"])) : C("", !0)
|
|
5262
|
+
], 2)) : C("", !0)
|
|
5263
5263
|
];
|
|
5264
5264
|
}),
|
|
5265
5265
|
_: 1
|
|
5266
5266
|
}, 8, ["class"]);
|
|
5267
5267
|
};
|
|
5268
5268
|
}
|
|
5269
|
-
}), Ti = ["id"], Si = ["aria-controls"], xi = ["id", "aria-labelledby"], Ii = ["id"],
|
|
5269
|
+
}), Ti = ["id"], Si = ["aria-controls"], xi = ["id", "aria-labelledby"], Ii = ["id"], Pi = ["aria-expanded", "aria-controls"], Ai = ["id", "aria-labelledby"], _i = /* @__PURE__ */ R({
|
|
5270
5270
|
__name: "AccordionItem",
|
|
5271
5271
|
props: {
|
|
5272
5272
|
__typename: {},
|
|
@@ -5287,14 +5287,14 @@ const Ci = ["innerHTML"], ki = /* @__PURE__ */ R({
|
|
|
5287
5287
|
},
|
|
5288
5288
|
emits: ["toggleAccordion"],
|
|
5289
5289
|
setup(t, { emit: e }) {
|
|
5290
|
-
const n = t, o = S(() =>
|
|
5290
|
+
const n = t, o = S(() => _(at, n.pt ?? {})), i = X(!1), r = e, l = (a) => {
|
|
5291
5291
|
r("toggleAccordion", a);
|
|
5292
5292
|
};
|
|
5293
5293
|
return (a, s) => {
|
|
5294
|
-
var c, u, d,
|
|
5294
|
+
var c, u, d, f, y, g, $, b;
|
|
5295
5295
|
return a.isListType ? (p(), h("div", {
|
|
5296
5296
|
key: 0,
|
|
5297
|
-
class:
|
|
5297
|
+
class: m({
|
|
5298
5298
|
[`accordion-item-${a.itemNumber}`]: !0,
|
|
5299
5299
|
active: i.value,
|
|
5300
5300
|
first: a.isFirst,
|
|
@@ -5306,27 +5306,27 @@ const Ci = ["innerHTML"], ki = /* @__PURE__ */ R({
|
|
|
5306
5306
|
}, [
|
|
5307
5307
|
k("h3", {
|
|
5308
5308
|
id: `accordion-collapse-headline-${a.itemNumber}`,
|
|
5309
|
-
class:
|
|
5309
|
+
class: m(`flex accordion-item-headline ${((c = o.value) == null ? void 0 : c.headline) ?? ""}`)
|
|
5310
5310
|
}, [
|
|
5311
5311
|
k("button", {
|
|
5312
5312
|
type: "button",
|
|
5313
|
-
class:
|
|
5313
|
+
class: m(`flex items-center w-full ${((u = o.value) == null ? void 0 : u.button) ?? ""} justify-between`),
|
|
5314
5314
|
"data-accordion-target": "#accordion-collapse-body-1",
|
|
5315
5315
|
"aria-expanded": !0,
|
|
5316
5316
|
"aria-controls": `accordion-collapse-body-${a.itemNumber}`,
|
|
5317
|
-
onClick: s[0] || (s[0] = tt((
|
|
5317
|
+
onClick: s[0] || (s[0] = tt((w) => i.value = !i.value, ["prevent"]))
|
|
5318
5318
|
}, [
|
|
5319
5319
|
k("span", null, M(a.headline), 1),
|
|
5320
5320
|
k("div", {
|
|
5321
|
-
class:
|
|
5321
|
+
class: m(`${((d = o.value) == null ? void 0 : d.icon) ?? ""}`)
|
|
5322
5322
|
}, [
|
|
5323
5323
|
ae(k("i", {
|
|
5324
|
-
class:
|
|
5324
|
+
class: m(`pi ${a.iconDefault}`)
|
|
5325
5325
|
}, null, 2), [
|
|
5326
5326
|
[se, !i.value]
|
|
5327
5327
|
]),
|
|
5328
5328
|
ae(k("i", {
|
|
5329
|
-
class:
|
|
5329
|
+
class: m(`pi ${a.iconActive}`)
|
|
5330
5330
|
}, null, 2), [
|
|
5331
5331
|
[se, i.value]
|
|
5332
5332
|
])
|
|
@@ -5335,12 +5335,12 @@ const Ci = ["innerHTML"], ki = /* @__PURE__ */ R({
|
|
|
5335
5335
|
], 10, Ti),
|
|
5336
5336
|
k("div", {
|
|
5337
5337
|
id: `accordion-collapse-body-${a.itemNumber}`,
|
|
5338
|
-
class:
|
|
5338
|
+
class: m(`accordion-item-body ${i.value ? "show" : "hidden"} ${((f = o.value) == null ? void 0 : f.bodyCopy) ?? ""}`),
|
|
5339
5339
|
"aria-labelledby": `accordion-collapse-heading-${a.itemNumber}`
|
|
5340
5340
|
}, M(a.bodyCopy), 11, xi)
|
|
5341
5341
|
], 2)) : (p(), h("div", {
|
|
5342
5342
|
key: 1,
|
|
5343
|
-
class:
|
|
5343
|
+
class: m([{
|
|
5344
5344
|
[`accordion-item-${a.itemNumber}`]: !0,
|
|
5345
5345
|
active: a.openAccordionIndex === a.itemNumber,
|
|
5346
5346
|
first: a.isFirst,
|
|
@@ -5350,38 +5350,38 @@ const Ci = ["innerHTML"], ki = /* @__PURE__ */ R({
|
|
|
5350
5350
|
}, [
|
|
5351
5351
|
k("h3", {
|
|
5352
5352
|
id: `accordion-collapse-headline-${a.itemNumber}`,
|
|
5353
|
-
class:
|
|
5353
|
+
class: m(`flex accordion-item-headline ${((y = o.value) == null ? void 0 : y.headline) ?? ""}`)
|
|
5354
5354
|
}, [
|
|
5355
5355
|
k("button", {
|
|
5356
5356
|
type: "button",
|
|
5357
|
-
class:
|
|
5357
|
+
class: m(`flex items-center w-full ${((g = o.value) == null ? void 0 : g.button) ?? ""} ${n.isListType ? "justify-between" : "justify-center"}`),
|
|
5358
5358
|
"data-accordion-target": "#accordion-collapse-body-1",
|
|
5359
5359
|
"aria-expanded": a.openAccordionIndex === a.itemNumber,
|
|
5360
5360
|
"aria-controls": `accordion-collapse-body-${a.itemNumber}`,
|
|
5361
|
-
onClick: s[1] || (s[1] = tt((
|
|
5361
|
+
onClick: s[1] || (s[1] = tt((w) => l(a.itemNumber), ["prevent"]))
|
|
5362
5362
|
}, [
|
|
5363
5363
|
k("span", null, M(a.headline), 1),
|
|
5364
5364
|
k("div", {
|
|
5365
|
-
class:
|
|
5365
|
+
class: m(`${(($ = o.value) == null ? void 0 : $.icon) ?? ""}`)
|
|
5366
5366
|
}, [
|
|
5367
5367
|
ae(k("i", {
|
|
5368
|
-
class:
|
|
5368
|
+
class: m(`pi ${a.iconDefault}`)
|
|
5369
5369
|
}, null, 2), [
|
|
5370
5370
|
[se, a.openAccordionIndex !== a.itemNumber]
|
|
5371
5371
|
]),
|
|
5372
5372
|
ae(k("i", {
|
|
5373
|
-
class:
|
|
5373
|
+
class: m(`pi ${a.iconActive}`)
|
|
5374
5374
|
}, null, 2), [
|
|
5375
5375
|
[se, a.openAccordionIndex === a.itemNumber]
|
|
5376
5376
|
])
|
|
5377
5377
|
], 2)
|
|
5378
|
-
], 10,
|
|
5378
|
+
], 10, Pi)
|
|
5379
5379
|
], 10, Ii),
|
|
5380
5380
|
k("div", {
|
|
5381
5381
|
id: `accordion-collapse-body-${a.itemNumber}`,
|
|
5382
|
-
class:
|
|
5382
|
+
class: m(`accordion-item-body ${a.openAccordionIndex !== a.itemNumber ? "hidden" : "active"} ${((b = o.value) == null ? void 0 : b.bodyCopy) ?? ""}`),
|
|
5383
5383
|
"aria-labelledby": `accordion-collapse-heading-${a.itemNumber}`
|
|
5384
|
-
}, M(a.bodyCopy), 11,
|
|
5384
|
+
}, M(a.bodyCopy), 11, Ai)
|
|
5385
5385
|
], 2));
|
|
5386
5386
|
};
|
|
5387
5387
|
}
|
|
@@ -5390,7 +5390,7 @@ function lt(t) {
|
|
|
5390
5390
|
return po() ? (fo(t), !0) : !1;
|
|
5391
5391
|
}
|
|
5392
5392
|
function ve(t) {
|
|
5393
|
-
return typeof t == "function" ? t() :
|
|
5393
|
+
return typeof t == "function" ? t() : v(t);
|
|
5394
5394
|
}
|
|
5395
5395
|
const Li = {
|
|
5396
5396
|
mounted: "mounted",
|
|
@@ -5434,32 +5434,32 @@ function Bi(t, e, n = {}) {
|
|
|
5434
5434
|
window: l = eo,
|
|
5435
5435
|
immediate: a = !0
|
|
5436
5436
|
} = n, s = Ni(() => l && "IntersectionObserver" in l), c = S(() => {
|
|
5437
|
-
const
|
|
5438
|
-
return (Array.isArray(
|
|
5437
|
+
const g = ve(t);
|
|
5438
|
+
return (Array.isArray(g) ? g : [g]).map(bt).filter(Qn);
|
|
5439
5439
|
});
|
|
5440
5440
|
let u = be;
|
|
5441
|
-
const d = X(a),
|
|
5441
|
+
const d = X(a), f = s.value ? $e(
|
|
5442
5442
|
() => [c.value, bt(o), d.value],
|
|
5443
|
-
([
|
|
5444
|
-
if (u(), !d.value || !
|
|
5443
|
+
([g, $]) => {
|
|
5444
|
+
if (u(), !d.value || !g.length)
|
|
5445
5445
|
return;
|
|
5446
|
-
const
|
|
5446
|
+
const b = new IntersectionObserver(
|
|
5447
5447
|
e,
|
|
5448
5448
|
{
|
|
5449
|
-
root: bt(
|
|
5449
|
+
root: bt($),
|
|
5450
5450
|
rootMargin: i,
|
|
5451
5451
|
threshold: r
|
|
5452
5452
|
}
|
|
5453
5453
|
);
|
|
5454
|
-
|
|
5455
|
-
|
|
5454
|
+
g.forEach((w) => w && b.observe(w)), u = () => {
|
|
5455
|
+
b.disconnect(), u = be;
|
|
5456
5456
|
};
|
|
5457
5457
|
},
|
|
5458
5458
|
{ immediate: a, flush: "post" }
|
|
5459
|
-
) : be,
|
|
5460
|
-
u(),
|
|
5459
|
+
) : be, y = () => {
|
|
5460
|
+
u(), f(), d.value = !1;
|
|
5461
5461
|
};
|
|
5462
|
-
return lt(
|
|
5462
|
+
return lt(y), {
|
|
5463
5463
|
isSupported: s,
|
|
5464
5464
|
isActive: d,
|
|
5465
5465
|
pause() {
|
|
@@ -5468,7 +5468,7 @@ function Bi(t, e, n = {}) {
|
|
|
5468
5468
|
resume() {
|
|
5469
5469
|
d.value = !0;
|
|
5470
5470
|
},
|
|
5471
|
-
stop:
|
|
5471
|
+
stop: y
|
|
5472
5472
|
};
|
|
5473
5473
|
}
|
|
5474
5474
|
function Nt(t, e = {}) {
|
|
@@ -5501,14 +5501,14 @@ const Hi = /* @__PURE__ */ R({
|
|
|
5501
5501
|
return (i, r) => {
|
|
5502
5502
|
var l;
|
|
5503
5503
|
return p(), h("div", {
|
|
5504
|
-
class:
|
|
5504
|
+
class: m(`w-full overflow-hidden ${e.class ?? ""}`)
|
|
5505
5505
|
}, [
|
|
5506
5506
|
k("div", {
|
|
5507
5507
|
ref_key: "content",
|
|
5508
5508
|
ref: n,
|
|
5509
|
-
class:
|
|
5509
|
+
class: m(`should-animate ${v(o) ? "animate" : ""}`)
|
|
5510
5510
|
}, [
|
|
5511
|
-
i.component && ((l = i.component) != null && l.__typename) ? (p(),
|
|
5511
|
+
i.component && ((l = i.component) != null && l.__typename) ? (p(), P(ee(i.component.__typename), x({ key: 0 }, i.component, { "is-child": !0 }), null, 16)) : te(i.$slots, "default", { key: 1 }, void 0, !0)
|
|
5512
5512
|
], 2)
|
|
5513
5513
|
], 2);
|
|
5514
5514
|
};
|
|
@@ -5548,15 +5548,15 @@ const Hi = /* @__PURE__ */ R({
|
|
|
5548
5548
|
var c, u;
|
|
5549
5549
|
const s = to;
|
|
5550
5550
|
return p(), h(W, null, [
|
|
5551
|
-
l.animated ? (p(),
|
|
5551
|
+
l.animated ? (p(), P(s, {
|
|
5552
5552
|
key: 0,
|
|
5553
|
-
class:
|
|
5553
|
+
class: m(l.$props.class)
|
|
5554
5554
|
}, {
|
|
5555
5555
|
default: J(() => {
|
|
5556
5556
|
var d;
|
|
5557
5557
|
return [
|
|
5558
5558
|
k("img", {
|
|
5559
|
-
class:
|
|
5559
|
+
class: m(e.class),
|
|
5560
5560
|
src: (d = l.media) == null ? void 0 : d.url,
|
|
5561
5561
|
alt: l.altTag,
|
|
5562
5562
|
style: fe(
|
|
@@ -5571,7 +5571,7 @@ const Hi = /* @__PURE__ */ R({
|
|
|
5571
5571
|
_: 1
|
|
5572
5572
|
}, 8, ["class"])) : (p(), h("img", {
|
|
5573
5573
|
key: 1,
|
|
5574
|
-
class:
|
|
5574
|
+
class: m(`${e.class} hidden md:flex`),
|
|
5575
5575
|
src: (c = l.media) == null ? void 0 : c.url,
|
|
5576
5576
|
alt: l.altTag,
|
|
5577
5577
|
style: fe(
|
|
@@ -5581,9 +5581,9 @@ const Hi = /* @__PURE__ */ R({
|
|
|
5581
5581
|
}
|
|
5582
5582
|
)
|
|
5583
5583
|
}, null, 14, Fi)),
|
|
5584
|
-
l.animated ?
|
|
5584
|
+
l.animated ? C("", !0) : (p(), h("img", {
|
|
5585
5585
|
key: 2,
|
|
5586
|
-
class:
|
|
5586
|
+
class: m(`${e.class} sm:flex md:hidden`),
|
|
5587
5587
|
src: (u = l.mobileMedia) != null && u.url ? l.mobileMedia.url : l.media.url,
|
|
5588
5588
|
alt: l.altTag,
|
|
5589
5589
|
style: fe(
|
|
@@ -5617,14 +5617,14 @@ const Hi = /* @__PURE__ */ R({
|
|
|
5617
5617
|
},
|
|
5618
5618
|
setup(t) {
|
|
5619
5619
|
const e = t, n = S(
|
|
5620
|
-
() =>
|
|
5620
|
+
() => _(Pn, e.pt ?? {})
|
|
5621
5621
|
), { palette: o } = Q(e), i = X(e.openAccordionIndex === e.itemNumber);
|
|
5622
5622
|
return (r, l) => {
|
|
5623
|
-
var a, s, c, u, d,
|
|
5623
|
+
var a, s, c, u, d, f;
|
|
5624
5624
|
return p(), h("div", {
|
|
5625
|
-
class:
|
|
5625
|
+
class: m({
|
|
5626
5626
|
[`${((a = n.value) == null ? void 0 : a.root) ?? ""}`]: !0,
|
|
5627
|
-
[`border-b first:border-t border-${
|
|
5627
|
+
[`border-b first:border-t border-${v(o).copy}`]: !0,
|
|
5628
5628
|
[`accordion-item-${r.itemNumber}`]: !0,
|
|
5629
5629
|
active: i.value,
|
|
5630
5630
|
first: r.isFirst,
|
|
@@ -5636,30 +5636,30 @@ const Hi = /* @__PURE__ */ R({
|
|
|
5636
5636
|
}, [
|
|
5637
5637
|
k("div", {
|
|
5638
5638
|
id: `accordion-collapse-headline-${r.itemNumber}`,
|
|
5639
|
-
class:
|
|
5639
|
+
class: m(`flex accordion-item-headline ${((s = n.value) == null ? void 0 : s.headline) ?? ""}`)
|
|
5640
5640
|
}, [
|
|
5641
|
-
r.image ? (p(),
|
|
5641
|
+
r.image ? (p(), P(ie, x({ key: 0 }, r.image, {
|
|
5642
5642
|
class: `${((c = n.value) == null ? void 0 : c.image) ?? ""}`
|
|
5643
|
-
}), null, 16, ["class"])) :
|
|
5643
|
+
}), null, 16, ["class"])) : C("", !0),
|
|
5644
5644
|
k("button", {
|
|
5645
5645
|
type: "button",
|
|
5646
|
-
class:
|
|
5646
|
+
class: m(`flex items-center justify-between w-full text-${v(o).subheadline} ${((u = n.value) == null ? void 0 : u.button) ?? ""}`),
|
|
5647
5647
|
"data-accordion-target": "#accordion-collapse-body-1",
|
|
5648
5648
|
"aria-expanded": "true",
|
|
5649
5649
|
"aria-controls": `accordion-collapse-body-${r.itemNumber}`,
|
|
5650
|
-
onClick: l[0] || (l[0] = tt((
|
|
5650
|
+
onClick: l[0] || (l[0] = tt((y) => i.value = !i.value, ["prevent"]))
|
|
5651
5651
|
}, [
|
|
5652
5652
|
k("span", null, M(r.headline), 1),
|
|
5653
5653
|
k("div", {
|
|
5654
|
-
class:
|
|
5654
|
+
class: m(`${((d = n.value) == null ? void 0 : d.icon) ?? ""} text-${v(o).bullet}`)
|
|
5655
5655
|
}, [
|
|
5656
5656
|
ae(k("i", {
|
|
5657
|
-
class:
|
|
5657
|
+
class: m(`pi ${r.iconDefault}`)
|
|
5658
5658
|
}, null, 2), [
|
|
5659
5659
|
[se, !i.value]
|
|
5660
5660
|
]),
|
|
5661
5661
|
ae(k("i", {
|
|
5662
|
-
class:
|
|
5662
|
+
class: m(`pi ${r.iconActive}`)
|
|
5663
5663
|
}, null, 2), [
|
|
5664
5664
|
[se, i.value]
|
|
5665
5665
|
])
|
|
@@ -5668,7 +5668,7 @@ const Hi = /* @__PURE__ */ R({
|
|
|
5668
5668
|
], 10, Wi),
|
|
5669
5669
|
k("div", {
|
|
5670
5670
|
id: `accordion-collapse-body-${r.itemNumber}`,
|
|
5671
|
-
class:
|
|
5671
|
+
class: m(`accordion-item-body text-${v(o).copy} ${i.value ? "active" : "hidden"} ${((f = n.value) == null ? void 0 : f.bodyCopy) ?? ""}`),
|
|
5672
5672
|
"aria-labelledby": `accordion-collapse-heading-${r.itemNumber}`,
|
|
5673
5673
|
innerHTML: r.bodyCopy
|
|
5674
5674
|
}, null, 10, Ui)
|
|
@@ -5676,9 +5676,9 @@ const Hi = /* @__PURE__ */ R({
|
|
|
5676
5676
|
};
|
|
5677
5677
|
}
|
|
5678
5678
|
}), Ki = ["id"], Gi = ["aria-controls"], Xi = {
|
|
5679
|
-
class: /* @__PURE__ */
|
|
5679
|
+
class: /* @__PURE__ */ m("pi pi-plus-circle")
|
|
5680
5680
|
}, Zi = {
|
|
5681
|
-
class: /* @__PURE__ */
|
|
5681
|
+
class: /* @__PURE__ */ m("pi pi-times-circle")
|
|
5682
5682
|
}, Yi = ["id", "aria-labelledby", "innerHTML"], Ji = /* @__PURE__ */ R({
|
|
5683
5683
|
__name: "AccordionTileItem",
|
|
5684
5684
|
props: {
|
|
@@ -5701,14 +5701,14 @@ const Hi = /* @__PURE__ */ R({
|
|
|
5701
5701
|
emits: ["toggleAccordion"],
|
|
5702
5702
|
setup(t, { emit: e }) {
|
|
5703
5703
|
const n = t, o = S(
|
|
5704
|
-
() =>
|
|
5704
|
+
() => _(An, n.pt ?? {})
|
|
5705
5705
|
), { palette: i } = Q(n), r = S(() => n.openAccordionIndex === n.itemNumber), l = e, a = (s) => {
|
|
5706
5706
|
l("toggleAccordion", s);
|
|
5707
5707
|
};
|
|
5708
5708
|
return (s, c) => {
|
|
5709
|
-
var u, d,
|
|
5709
|
+
var u, d, f, y, g, $, b, w, I, T;
|
|
5710
5710
|
return p(), h("div", {
|
|
5711
|
-
class:
|
|
5711
|
+
class: m({
|
|
5712
5712
|
[`accordion-item-${s.itemNumber}`]: !0,
|
|
5713
5713
|
[((u = o.value) == null ? void 0 : u.root) ?? ""]: !0,
|
|
5714
5714
|
active: r.value,
|
|
@@ -5721,14 +5721,14 @@ const Hi = /* @__PURE__ */ R({
|
|
|
5721
5721
|
}, [
|
|
5722
5722
|
k("div", {
|
|
5723
5723
|
id: `accordion-collapse-headline-${s.itemNumber}`,
|
|
5724
|
-
class:
|
|
5724
|
+
class: m(`flex accordion-item-headline text-2xl p-8 !mb-0 md:p-16 ${((d = o.value) == null ? void 0 : d.headline) ?? ""} bg-${(f = v(i).interactive) == null ? void 0 : f.bg}`)
|
|
5725
5725
|
}, [
|
|
5726
|
-
s.image ? (p(),
|
|
5727
|
-
class: `${((
|
|
5728
|
-
}), null, 16, ["class"])) :
|
|
5726
|
+
s.image ? (p(), P(ie, x({ key: 0 }, s.image, {
|
|
5727
|
+
class: `${((y = o.value) == null ? void 0 : y.image) ?? ""}`
|
|
5728
|
+
}), null, 16, ["class"])) : C("", !0),
|
|
5729
5729
|
k("button", {
|
|
5730
5730
|
type: "button",
|
|
5731
|
-
class:
|
|
5731
|
+
class: m(`flex items-center w-full ${((g = o.value) == null ? void 0 : g.button) ?? ""} text-${($ = v(i).interactive) == null ? void 0 : $.copy}`),
|
|
5732
5732
|
"data-accordion-target": "#accordion-collapse-body-1",
|
|
5733
5733
|
"aria-expanded": "true",
|
|
5734
5734
|
"aria-controls": `accordion-collapse-body-${s.itemNumber}`,
|
|
@@ -5736,7 +5736,7 @@ const Hi = /* @__PURE__ */ R({
|
|
|
5736
5736
|
}, [
|
|
5737
5737
|
k("span", null, M(s.headline), 1),
|
|
5738
5738
|
k("div", {
|
|
5739
|
-
class:
|
|
5739
|
+
class: m((b = o.value) == null ? void 0 : b.icon)
|
|
5740
5740
|
}, [
|
|
5741
5741
|
ae(k("i", Xi, null, 512), [
|
|
5742
5742
|
[se, s.openAccordionIndex !== s.itemNumber]
|
|
@@ -5749,7 +5749,7 @@ const Hi = /* @__PURE__ */ R({
|
|
|
5749
5749
|
], 10, Ki),
|
|
5750
5750
|
k("div", {
|
|
5751
5751
|
id: `accordion-collapse-body-${s.itemNumber}`,
|
|
5752
|
-
class:
|
|
5752
|
+
class: m(`accordion-item-body ${r.value ? "active" : "hidden"} z-30 ${((w = o.value) == null ? void 0 : w.bodyCopy) ?? ""} bg-${(I = v(i).interactive) == null ? void 0 : I.bg} text-${(T = v(i).interactive) == null ? void 0 : T.copy}`),
|
|
5753
5753
|
"aria-labelledby": `accordion-collapse-heading-${s.itemNumber}`,
|
|
5754
5754
|
innerHTML: s.bodyCopy
|
|
5755
5755
|
}, null, 10, Yi)
|
|
@@ -5765,7 +5765,7 @@ var no = {
|
|
|
5765
5765
|
fill: "currentColor"
|
|
5766
5766
|
}, null, -1), ea = [Qi];
|
|
5767
5767
|
function ta(t, e, n, o, i, r) {
|
|
5768
|
-
return p(), h("svg",
|
|
5768
|
+
return p(), h("svg", x({
|
|
5769
5769
|
width: "14",
|
|
5770
5770
|
height: "14",
|
|
5771
5771
|
viewBox: "0 0 14 14",
|
|
@@ -5782,7 +5782,7 @@ var oo = {
|
|
|
5782
5782
|
fill: "currentColor"
|
|
5783
5783
|
}, null, -1), oa = [na];
|
|
5784
5784
|
function ra(t, e, n, o, i, r) {
|
|
5785
|
-
return p(), h("svg",
|
|
5785
|
+
return p(), h("svg", x({
|
|
5786
5786
|
width: "14",
|
|
5787
5787
|
height: "14",
|
|
5788
5788
|
viewBox: "0 0 14 14",
|
|
@@ -5799,7 +5799,7 @@ var ro = {
|
|
|
5799
5799
|
fill: "currentColor"
|
|
5800
5800
|
}, null, -1), aa = [ia];
|
|
5801
5801
|
function la(t, e, n, o, i, r) {
|
|
5802
|
-
return p(), h("svg",
|
|
5802
|
+
return p(), h("svg", x({
|
|
5803
5803
|
width: "14",
|
|
5804
5804
|
height: "14",
|
|
5805
5805
|
viewBox: "0 0 14 14",
|
|
@@ -5816,7 +5816,7 @@ var io = {
|
|
|
5816
5816
|
fill: "currentColor"
|
|
5817
5817
|
}, null, -1), ua = [sa];
|
|
5818
5818
|
function ca(t, e, n, o, i, r) {
|
|
5819
|
-
return p(), h("svg",
|
|
5819
|
+
return p(), h("svg", x({
|
|
5820
5820
|
width: "14",
|
|
5821
5821
|
height: "14",
|
|
5822
5822
|
viewBox: "0 0 14 14",
|
|
@@ -5951,12 +5951,12 @@ In order to be iterable, non-array objects must have a [Symbol.iterator]() metho
|
|
|
5951
5951
|
function ga(t, e) {
|
|
5952
5952
|
if (t) {
|
|
5953
5953
|
if (typeof t == "string")
|
|
5954
|
-
return
|
|
5954
|
+
return Pt(t, e);
|
|
5955
5955
|
var n = Object.prototype.toString.call(t).slice(8, -1);
|
|
5956
5956
|
if (n === "Object" && t.constructor && (n = t.constructor.name), n === "Map" || n === "Set")
|
|
5957
5957
|
return Array.from(t);
|
|
5958
5958
|
if (n === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n))
|
|
5959
|
-
return
|
|
5959
|
+
return Pt(t, e);
|
|
5960
5960
|
}
|
|
5961
5961
|
}
|
|
5962
5962
|
function ha(t) {
|
|
@@ -5965,9 +5965,9 @@ function ha(t) {
|
|
|
5965
5965
|
}
|
|
5966
5966
|
function ya(t) {
|
|
5967
5967
|
if (Array.isArray(t))
|
|
5968
|
-
return
|
|
5968
|
+
return Pt(t);
|
|
5969
5969
|
}
|
|
5970
|
-
function
|
|
5970
|
+
function Pt(t, e) {
|
|
5971
5971
|
(e == null || e > t.length) && (e = t.length);
|
|
5972
5972
|
for (var n = 0, o = new Array(e); n < e; n++)
|
|
5973
5973
|
o[n] = t[n];
|
|
@@ -6316,25 +6316,25 @@ function $a(t, e) {
|
|
|
6316
6316
|
return (e === "string" ? String : Number)(t);
|
|
6317
6317
|
}
|
|
6318
6318
|
var wa = ["aria-live"], Ca = ["disabled", "aria-label"], ka = ["data-p-carousel-item-active", "data-p-carousel-item-start", "data-p-carousel-item-end"], Ta = ["aria-hidden", "aria-label", "aria-roledescription", "data-p-carousel-item-active", "data-p-carousel-item-start", "data-p-carousel-item-end"], Sa = ["disabled", "aria-label"], xa = ["data-p-highlight"], Ia = ["tabindex", "aria-label", "aria-current", "onClick"];
|
|
6319
|
-
function
|
|
6319
|
+
function Pa(t, e, n, o, i, r) {
|
|
6320
6320
|
var l = $n("ripple");
|
|
6321
|
-
return p(), h("div",
|
|
6321
|
+
return p(), h("div", x({
|
|
6322
6322
|
class: t.cx("root"),
|
|
6323
6323
|
role: "region"
|
|
6324
|
-
}, t.ptmi("root")), [t.$slots.header ? (p(), h("div",
|
|
6324
|
+
}, t.ptmi("root")), [t.$slots.header ? (p(), h("div", x({
|
|
6325
6325
|
key: 0,
|
|
6326
6326
|
class: t.cx("header")
|
|
6327
|
-
}, t.ptm("header")), [te(t.$slots, "header")], 16)) :
|
|
6327
|
+
}, t.ptm("header")), [te(t.$slots, "header")], 16)) : C("", !0), r.empty ? te(t.$slots, "empty", {
|
|
6328
6328
|
key: 2
|
|
6329
6329
|
}, function() {
|
|
6330
6330
|
return [it(M(r.emptyMessageText), 1)];
|
|
6331
|
-
}) : (p(), h("div",
|
|
6331
|
+
}) : (p(), h("div", x({
|
|
6332
6332
|
key: 1,
|
|
6333
6333
|
class: [t.cx("content"), t.contentClass]
|
|
6334
|
-
}, t.ptm("content")), [k("div",
|
|
6334
|
+
}, t.ptm("content")), [k("div", x({
|
|
6335
6335
|
class: [t.cx("container"), t.containerClass],
|
|
6336
6336
|
"aria-live": i.allowAutoplay ? "polite" : "off"
|
|
6337
|
-
}, t.ptm("container")), [t.showNavigators ? ae((p(), h("button",
|
|
6337
|
+
}, t.ptm("container")), [t.showNavigators ? ae((p(), h("button", x({
|
|
6338
6338
|
key: 0,
|
|
6339
6339
|
type: "button",
|
|
6340
6340
|
class: t.cx("previousButton"),
|
|
@@ -6346,10 +6346,10 @@ function Aa(t, e, n, o, i, r) {
|
|
|
6346
6346
|
}, Ye(Ye({}, t.prevButtonProps), t.ptm("previousButton")), {
|
|
6347
6347
|
"data-pc-group-section": "navigator"
|
|
6348
6348
|
}), [te(t.$slots, "previousicon", {}, function() {
|
|
6349
|
-
return [(p(),
|
|
6349
|
+
return [(p(), P(ee(r.isVertical() ? "ChevronUpIcon" : "ChevronLeftIcon"), x({
|
|
6350
6350
|
class: t.cx("previousButtonIcon")
|
|
6351
6351
|
}, t.ptm("previousButtonIcon")), null, 16, ["class"]))];
|
|
6352
|
-
})], 16, Ca)), [[l]]) :
|
|
6352
|
+
})], 16, Ca)), [[l]]) : C("", !0), k("div", x({
|
|
6353
6353
|
class: t.cx("itemsContent"),
|
|
6354
6354
|
style: [{
|
|
6355
6355
|
height: r.isVertical() ? t.verticalViewPortHeight : "auto"
|
|
@@ -6363,7 +6363,7 @@ function Aa(t, e, n, o, i, r) {
|
|
|
6363
6363
|
onTouchmove: e[4] || (e[4] = function() {
|
|
6364
6364
|
return r.onTouchMove && r.onTouchMove.apply(r, arguments);
|
|
6365
6365
|
})
|
|
6366
|
-
}, t.ptm("itemsContent")), [k("div",
|
|
6366
|
+
}, t.ptm("itemsContent")), [k("div", x({
|
|
6367
6367
|
ref: "itemsContainer",
|
|
6368
6368
|
class: t.cx("itemsContainer"),
|
|
6369
6369
|
onTransitionend: e[1] || (e[1] = function() {
|
|
@@ -6372,7 +6372,7 @@ function Aa(t, e, n, o, i, r) {
|
|
|
6372
6372
|
}, t.ptm("itemsContainer")), [r.isCircular() ? (p(!0), h(W, {
|
|
6373
6373
|
key: 0
|
|
6374
6374
|
}, Y(t.value.slice(-1 * i.d_numVisible), function(a, s) {
|
|
6375
|
-
return p(), h("div",
|
|
6375
|
+
return p(), h("div", x({
|
|
6376
6376
|
key: s + "_scloned",
|
|
6377
6377
|
class: t.cx("itemCloned", {
|
|
6378
6378
|
index: s,
|
|
@@ -6388,8 +6388,8 @@ function Aa(t, e, n, o, i, r) {
|
|
|
6388
6388
|
data: a,
|
|
6389
6389
|
index: s
|
|
6390
6390
|
})], 16, ka);
|
|
6391
|
-
}), 128)) :
|
|
6392
|
-
return p(), h("div",
|
|
6391
|
+
}), 128)) : C("", !0), (p(!0), h(W, null, Y(t.value, function(a, s) {
|
|
6392
|
+
return p(), h("div", x({
|
|
6393
6393
|
key: s,
|
|
6394
6394
|
class: t.cx("item", {
|
|
6395
6395
|
index: s
|
|
@@ -6409,7 +6409,7 @@ function Aa(t, e, n, o, i, r) {
|
|
|
6409
6409
|
}), 128)), r.isCircular() ? (p(!0), h(W, {
|
|
6410
6410
|
key: 1
|
|
6411
6411
|
}, Y(t.value.slice(0, i.d_numVisible), function(a, s) {
|
|
6412
|
-
return p(), h("div",
|
|
6412
|
+
return p(), h("div", x({
|
|
6413
6413
|
key: s + "_fcloned",
|
|
6414
6414
|
class: t.cx("itemCloned", {
|
|
6415
6415
|
index: s,
|
|
@@ -6421,7 +6421,7 @@ function Aa(t, e, n, o, i, r) {
|
|
|
6421
6421
|
data: a,
|
|
6422
6422
|
index: s
|
|
6423
6423
|
})], 16);
|
|
6424
|
-
}), 128)) :
|
|
6424
|
+
}), 128)) : C("", !0)], 16)], 16), t.showNavigators ? ae((p(), h("button", x({
|
|
6425
6425
|
key: 1,
|
|
6426
6426
|
type: "button",
|
|
6427
6427
|
class: t.cx("nextButton"),
|
|
@@ -6433,10 +6433,10 @@ function Aa(t, e, n, o, i, r) {
|
|
|
6433
6433
|
}, Ye(Ye({}, t.nextButtonProps), t.ptm("nextButton")), {
|
|
6434
6434
|
"data-pc-group-section": "navigator"
|
|
6435
6435
|
}), [te(t.$slots, "nexticon", {}, function() {
|
|
6436
|
-
return [(p(),
|
|
6436
|
+
return [(p(), P(ee(r.isVertical() ? "ChevronDownIcon" : "ChevronRightIcon"), x({
|
|
6437
6437
|
class: t.cx("nextButtonIcon")
|
|
6438
6438
|
}, t.ptm("nextButtonIcon")), null, 16, ["class"]))];
|
|
6439
|
-
})], 16, Sa)), [[l]]) :
|
|
6439
|
+
})], 16, Sa)), [[l]]) : C("", !0)], 16, wa), r.totalIndicators >= 0 && t.showIndicators ? (p(), h("ul", x({
|
|
6440
6440
|
key: 0,
|
|
6441
6441
|
ref: "indicatorContent",
|
|
6442
6442
|
class: [t.cx("indicators"), t.indicatorsContentClass],
|
|
@@ -6444,14 +6444,14 @@ function Aa(t, e, n, o, i, r) {
|
|
|
6444
6444
|
return r.onIndicatorKeydown && r.onIndicatorKeydown.apply(r, arguments);
|
|
6445
6445
|
})
|
|
6446
6446
|
}, t.ptm("indicators")), [(p(!0), h(W, null, Y(r.totalIndicators, function(a, s) {
|
|
6447
|
-
return p(), h("li",
|
|
6447
|
+
return p(), h("li", x({
|
|
6448
6448
|
key: "p-carousel-indicator-" + s.toString(),
|
|
6449
6449
|
class: t.cx("indicator", {
|
|
6450
6450
|
index: s
|
|
6451
6451
|
})
|
|
6452
6452
|
}, t.ptm("indicator", r.getIndicatorPTOptions(s)), {
|
|
6453
6453
|
"data-p-highlight": i.d_page === s
|
|
6454
|
-
}), [k("button",
|
|
6454
|
+
}), [k("button", x({
|
|
6455
6455
|
class: t.cx("indicatorButton"),
|
|
6456
6456
|
type: "button",
|
|
6457
6457
|
tabindex: i.d_page === s ? "0" : "-1",
|
|
@@ -6461,13 +6461,13 @@ function Aa(t, e, n, o, i, r) {
|
|
|
6461
6461
|
return r.onIndicatorClick(u, s);
|
|
6462
6462
|
}
|
|
6463
6463
|
}, t.ptm("indicatorButton", r.getIndicatorPTOptions(s))), null, 16, Ia)], 16, xa);
|
|
6464
|
-
}), 128))], 16)) :
|
|
6464
|
+
}), 128))], 16)) : C("", !0)], 16)), t.$slots.footer ? (p(), h("div", x({
|
|
6465
6465
|
key: 3,
|
|
6466
6466
|
class: t.cx("footer")
|
|
6467
|
-
}, t.ptm("footer")), [te(t.$slots, "footer")], 16)) :
|
|
6467
|
+
}, t.ptm("footer")), [te(t.$slots, "footer")], 16)) : C("", !0)], 16);
|
|
6468
6468
|
}
|
|
6469
|
-
ao.render =
|
|
6470
|
-
const
|
|
6469
|
+
ao.render = Pa;
|
|
6470
|
+
const Aa = ["innerHTML"], _a = { class: "flex justify-center items-center gap-6 absolute z-50 bottom-6 left-0 right-0 w-fit me-auto ms-auto" }, La = ["onClick"], Oa = { class: "flex items-center gap-4" }, Ea = ["onClick"], ja = ["onClick"], Ma = /* @__PURE__ */ R({
|
|
6471
6471
|
__name: "CarouselModule",
|
|
6472
6472
|
props: {
|
|
6473
6473
|
__typename: {},
|
|
@@ -6479,27 +6479,27 @@ const _a = ["innerHTML"], Pa = { class: "flex justify-center items-center gap-6
|
|
|
6479
6479
|
class: {}
|
|
6480
6480
|
},
|
|
6481
6481
|
setup(t) {
|
|
6482
|
-
const e = t, n = S(() =>
|
|
6482
|
+
const e = t, n = S(() => _(_n, e.pt ?? {})), o = X(0), i = S(() => o.value > 0), r = S(() => o.value < e.carouselItems.length - 1), { backgroundColor: l, palette: a } = Q(e), s = S(
|
|
6483
6483
|
() => `${U(e.variant !== "Hero" ? "py-16 px-8" : "", `bg-${l}`, e.class)} ${e.variant.toLowerCase()} carousel relative`
|
|
6484
6484
|
);
|
|
6485
6485
|
return (c, u) => {
|
|
6486
6486
|
var d;
|
|
6487
|
-
return p(),
|
|
6487
|
+
return p(), P(v(ao), {
|
|
6488
6488
|
value: c.carouselItems,
|
|
6489
6489
|
"num-visible": 1,
|
|
6490
6490
|
"num-scroll": 1,
|
|
6491
|
-
class:
|
|
6491
|
+
class: m(s.value),
|
|
6492
6492
|
pt: n.value,
|
|
6493
6493
|
"show-navigators": !1,
|
|
6494
6494
|
"show-indicators": !1,
|
|
6495
6495
|
page: o.value,
|
|
6496
6496
|
"pt:item:class": `carousel-item w-full ${((d = n.value) == null ? void 0 : d.item) ?? ""}`
|
|
6497
6497
|
}, xe({
|
|
6498
|
-
item: J((
|
|
6499
|
-
(p(),
|
|
6498
|
+
item: J((f) => [
|
|
6499
|
+
(p(), P(ee(f.data.__typename), x(f.data, { "is-child": !0 }), null, 16))
|
|
6500
6500
|
]),
|
|
6501
6501
|
footer: J(() => [
|
|
6502
|
-
k("div",
|
|
6502
|
+
k("div", _a, [
|
|
6503
6503
|
k("button", {
|
|
6504
6504
|
onClick: () => i.value ? o.value-- : o.value = c.carouselItems.length - 1
|
|
6505
6505
|
}, u[0] || (u[0] = [
|
|
@@ -6509,10 +6509,10 @@ const _a = ["innerHTML"], Pa = { class: "flex justify-center items-center gap-6
|
|
|
6509
6509
|
}, null, -1)
|
|
6510
6510
|
]), 8, La),
|
|
6511
6511
|
k("div", Oa, [
|
|
6512
|
-
(p(!0), h(W, null, Y(c.carouselItems, (
|
|
6513
|
-
key:
|
|
6514
|
-
onClick: () => o.value =
|
|
6515
|
-
class:
|
|
6512
|
+
(p(!0), h(W, null, Y(c.carouselItems, (f, y) => (p(), h("button", {
|
|
6513
|
+
key: y,
|
|
6514
|
+
onClick: () => o.value = y,
|
|
6515
|
+
class: m(`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 === y ? "bg-secondary border-none" : "border-gray-400"}`)
|
|
6516
6516
|
}, null, 10, Ea))), 128))
|
|
6517
6517
|
]),
|
|
6518
6518
|
k("button", {
|
|
@@ -6530,12 +6530,12 @@ const _a = ["innerHTML"], Pa = { class: "flex justify-center items-center gap-6
|
|
|
6530
6530
|
c.headline ? {
|
|
6531
6531
|
name: "header",
|
|
6532
6532
|
fn: J(() => {
|
|
6533
|
-
var
|
|
6533
|
+
var f;
|
|
6534
6534
|
return [
|
|
6535
6535
|
k("h2", {
|
|
6536
|
-
class:
|
|
6536
|
+
class: m(`carousel-headline ${((f = n.value) == null ? void 0 : f.headline) ?? ""} text-${v(a).headline}`),
|
|
6537
6537
|
innerHTML: c.headline
|
|
6538
|
-
}, null, 10,
|
|
6538
|
+
}, null, 10, Aa)
|
|
6539
6539
|
];
|
|
6540
6540
|
}),
|
|
6541
6541
|
key: "0"
|
|
@@ -6565,13 +6565,13 @@ const Va = ["innerHTML"], Na = /* @__PURE__ */ R({
|
|
|
6565
6565
|
class: {}
|
|
6566
6566
|
},
|
|
6567
6567
|
setup(t) {
|
|
6568
|
-
var
|
|
6568
|
+
var y, g, $, b, w, I;
|
|
6569
6569
|
const e = t, { backgroundColor: n, palette: o } = Q(e), i = S(
|
|
6570
|
-
() =>
|
|
6570
|
+
() => _(On[e.variant], e.pt ?? {})
|
|
6571
6571
|
), r = S(() => Ee[e.variant] === Ee.Hero), l = S(() => Ee[e.variant] === Ee.Centered), a = S(() => {
|
|
6572
|
-
var
|
|
6572
|
+
var T, E, j;
|
|
6573
6573
|
return U(
|
|
6574
|
-
`container-module md:flex bg-${n} relative ${(
|
|
6574
|
+
`container-module md:flex bg-${n} relative ${(T = i.value) == null ? void 0 : T.root} ${r.value ? e.backgroundImage ? `md:h-[60vw] md:max-h-[70vh] ${(E = i.value) == null ? void 0 : E.container}` : `${(j = i.value) == null ? void 0 : j.container}` : ""} `,
|
|
6575
6575
|
e.class ?? "",
|
|
6576
6576
|
e.mobileImagePosition === "Top" && r.value ? "clip-mobile-hero sm:no-clip" : ""
|
|
6577
6577
|
);
|
|
@@ -6580,69 +6580,69 @@ const Va = ["innerHTML"], Na = /* @__PURE__ */ R({
|
|
|
6580
6580
|
e.backgroundImageClass ?? ""
|
|
6581
6581
|
)), c = S(() => {
|
|
6582
6582
|
var E, j;
|
|
6583
|
-
let
|
|
6584
|
-
return
|
|
6585
|
-
}), u = ((
|
|
6586
|
-
return (
|
|
6583
|
+
let T = JSON.parse(JSON.stringify(e.backgroundImage));
|
|
6584
|
+
return T != null && T.media.width && (T.media.width = void 0), T != null && T.media.height && (T.media.height = void 0), (E = T == null ? void 0 : T.mobileMedia) != null && E.width && (T.mobileMedia.width = void 0), (j = T == null ? void 0 : T.mobileMedia) != null && j.height && (T.mobileMedia.height = void 0), T;
|
|
6585
|
+
}), u = ((y = e.fullWidthContent) == null ? void 0 : y.__typename) === "TileContent" ? "TileContentTextTile" : (g = e.fullWidthContent) == null ? void 0 : g.__typename, d = (($ = e.start) == null ? void 0 : $.__typename) === "TileContent" ? "TileContentTextTile" : (b = e.start) == null ? void 0 : b.__typename, f = ((w = e.end) == null ? void 0 : w.__typename) === "TileContent" ? "TileContentTextTile" : (I = e.end) == null ? void 0 : I.__typename;
|
|
6586
|
+
return (T, E) => {
|
|
6587
6587
|
const j = ie;
|
|
6588
|
-
return p(),
|
|
6589
|
-
class:
|
|
6588
|
+
return p(), P(ee(T.isChild ? "div" : "section"), {
|
|
6589
|
+
class: m(a.value)
|
|
6590
6590
|
}, {
|
|
6591
6591
|
default: J(() => {
|
|
6592
|
-
var D, V, B, H, z, q,
|
|
6592
|
+
var D, V, B, H, z, q, A, oe, re;
|
|
6593
6593
|
return [
|
|
6594
|
-
|
|
6594
|
+
T.backgroundImage && c.value ? (p(), P(j, {
|
|
6595
6595
|
key: 0,
|
|
6596
6596
|
media: c.value.media,
|
|
6597
6597
|
"mobile-media": c.value.mobileMedia,
|
|
6598
|
-
class:
|
|
6599
|
-
}, null, 8, ["media", "mobile-media", "class"])) :
|
|
6598
|
+
class: m(s.value)
|
|
6599
|
+
}, null, 8, ["media", "mobile-media", "class"])) : C("", !0),
|
|
6600
6600
|
k("div", {
|
|
6601
|
-
class:
|
|
6601
|
+
class: m(`container-module-inner relative z-10 ${r.value ? ((D = T.start) == null ? void 0 : D.__typename) === "Image" ? "container-hero-right" : "container-hero" : "container"} ${T.isChild || r.value ? "" : "py-4 px-8 md:py-16 md:px-4"} ${((V = i.value) == null ? void 0 : V.inner) ?? ""}`)
|
|
6602
6602
|
}, [
|
|
6603
|
-
|
|
6603
|
+
T.headline ? (p(), h("h2", {
|
|
6604
6604
|
key: 0,
|
|
6605
|
-
class:
|
|
6606
|
-
innerHTML:
|
|
6607
|
-
}, null, 10, Va)) :
|
|
6608
|
-
|
|
6605
|
+
class: m(`container-module-headline ${!T.isChild && r.value ? "py-16" : ""} ${l.value ? "text-center" : ""} ${((B = i.value) == null ? void 0 : B.headline) ?? ""} text-${v(o).headline}`),
|
|
6606
|
+
innerHTML: T.headline
|
|
6607
|
+
}, null, 10, Va)) : C("", !0),
|
|
6608
|
+
T.subHeadline ? (p(), h("p", {
|
|
6609
6609
|
key: 1,
|
|
6610
|
-
class:
|
|
6611
|
-
}, M(
|
|
6612
|
-
|
|
6610
|
+
class: m(`container-module-subheadline ${l.value ? "text-center" : ""} ${((H = i.value) == null ? void 0 : H.subheadline) ?? ""} text-${v(o).subheadline}`)
|
|
6611
|
+
}, M(T.subHeadline), 3)) : C("", !0),
|
|
6612
|
+
T.fullWidthContent || T.start || T.end ? (p(), h("div", {
|
|
6613
6613
|
key: 2,
|
|
6614
|
-
class:
|
|
6614
|
+
class: m(`container-module-content flex flex-col ${((z = T.end) == null ? void 0 : z.__typename) === "Image" && e.mobileImagePosition !== "Bottom" && "flex-col-reverse"} md:flex-row gap-5 h-full ${((q = i.value) == null ? void 0 : q.bodyCopy) ?? ""}`)
|
|
6615
6615
|
}, [
|
|
6616
|
-
|
|
6616
|
+
T.fullWidthContent ? (p(), h("div", {
|
|
6617
6617
|
key: 0,
|
|
6618
|
-
class:
|
|
6618
|
+
class: m(`container-module-full-width-content ${((A = i.value) == null ? void 0 : A.fullWidthContent) ?? ""} ${l.value ? "mx-auto" : ""}`)
|
|
6619
6619
|
}, [
|
|
6620
|
-
|
|
6620
|
+
v(u) ? (p(), P(ee(v(u)), x({ key: 0 }, T.fullWidthContent, {
|
|
6621
6621
|
"is-child": !0,
|
|
6622
|
-
"is-hero": !!(
|
|
6623
|
-
}), null, 16, ["is-hero"])) :
|
|
6622
|
+
"is-hero": !!(v(u) === "ContentModule" && r.value)
|
|
6623
|
+
}), null, 16, ["is-hero"])) : C("", !0)
|
|
6624
6624
|
], 2)) : (p(), h(W, { key: 1 }, [
|
|
6625
|
-
|
|
6625
|
+
T.start ? (p(), h("div", {
|
|
6626
6626
|
key: 0,
|
|
6627
|
-
class:
|
|
6627
|
+
class: m(`container-module-start basis-1/2 ${((oe = i.value) == null ? void 0 : oe.start) ?? ""} ${r.value && v(d) !== "Image" ? "py-16 md:pr-16 md:pl-0 px-12" : ""}`)
|
|
6628
6628
|
}, [
|
|
6629
|
-
|
|
6629
|
+
v(d) ? (p(), P(ee(v(d)), x({ key: 0 }, T.start, {
|
|
6630
6630
|
"is-child": !0,
|
|
6631
|
-
"is-hero": !!(
|
|
6632
|
-
}), null, 16, ["is-hero"])) :
|
|
6633
|
-
], 2)) :
|
|
6631
|
+
"is-hero": !!(v(d) === "ContentModule" && r.value)
|
|
6632
|
+
}), null, 16, ["is-hero"])) : C("", !0)
|
|
6633
|
+
], 2)) : C("", !0),
|
|
6634
6634
|
k("div", {
|
|
6635
|
-
class:
|
|
6635
|
+
class: m(`container-module-end basis-1/2 ${((re = i.value) == null ? void 0 : re.end) ?? ""} ${r.value && v(f) !== "Image" ? "py-16 md:pr-16 md:pl-0 px-12" : ""}`)
|
|
6636
6636
|
}, [
|
|
6637
|
-
|
|
6637
|
+
v(f) ? (p(), P(ee(v(f)), x({ key: 0 }, T.end, {
|
|
6638
6638
|
"is-child": !0,
|
|
6639
|
-
"is-hero": !!(
|
|
6640
|
-
}), null, 16, ["is-hero"])) :
|
|
6639
|
+
"is-hero": !!(v(f) === "ContentModule" && r.value)
|
|
6640
|
+
}), null, 16, ["is-hero"])) : C("", !0)
|
|
6641
6641
|
], 2)
|
|
6642
6642
|
], 64))
|
|
6643
|
-
], 2)) :
|
|
6643
|
+
], 2)) : C("", !0)
|
|
6644
6644
|
], 2),
|
|
6645
|
-
te(
|
|
6645
|
+
te(T.$slots, "default")
|
|
6646
6646
|
];
|
|
6647
6647
|
}),
|
|
6648
6648
|
_: 3
|
|
@@ -6671,85 +6671,89 @@ const we = /* @__PURE__ */ R({
|
|
|
6671
6671
|
},
|
|
6672
6672
|
setup(t) {
|
|
6673
6673
|
const e = t, n = S(
|
|
6674
|
-
() =>
|
|
6674
|
+
() => _(jn[e.buttonType], e.pt ?? {})
|
|
6675
6675
|
), o = S(() => e.buttonType === "link" || e.buttonType === "logo"), { palette: i } = Q(e), r = i.cta[e.buttonType], l = S(() => {
|
|
6676
|
-
var
|
|
6677
|
-
const
|
|
6676
|
+
var $;
|
|
6677
|
+
const g = [
|
|
6678
6678
|
"cta whitespace-nowrap",
|
|
6679
|
-
U(((
|
|
6679
|
+
U((($ = n.value) == null ? void 0 : $.root) ?? "", e.class ?? "", "flex items-center gap-2")
|
|
6680
6680
|
];
|
|
6681
|
-
if ((e.buttonType === "link" || e.buttonType === "logo") &&
|
|
6681
|
+
if ((e.buttonType === "link" || e.buttonType === "logo") && g.push("hover:underline"), g.push(`text-${e.textColor ?? r.copy}`), e.size)
|
|
6682
6682
|
switch (e.size) {
|
|
6683
6683
|
case "sm":
|
|
6684
|
-
|
|
6684
|
+
g.push("*:text-sm"), e.buttonType === "fill" && g.push("py-0.5 px-4");
|
|
6685
6685
|
break;
|
|
6686
6686
|
case "lg":
|
|
6687
|
-
|
|
6687
|
+
g.push("*:text-lg font-bold"), e.buttonType === "fill" && g.push("py-1.5 px-8");
|
|
6688
6688
|
break;
|
|
6689
6689
|
case "xl":
|
|
6690
|
-
|
|
6690
|
+
g.push("*:text-xl font-bold"), e.buttonType === "fill" && g.push("py-2 px-12");
|
|
6691
6691
|
break;
|
|
6692
6692
|
case "xxl":
|
|
6693
|
-
|
|
6693
|
+
g.push("*:text-3xl font-bold"), e.buttonType === "fill" && g.push("py-2 px-16");
|
|
6694
6694
|
break;
|
|
6695
6695
|
}
|
|
6696
|
-
return e.buttonType === "fill" && (
|
|
6696
|
+
return e.buttonType === "fill" && (g.push("rounded-[2rem]"), (e.color || r.bg) && g.push(`bg-${e.color || r.bg}`), e.size || g.push("py-1 px-4")), r.border && g.push(`border-${e.color ?? r.border}`), g.join(" ");
|
|
6697
6697
|
}), a = S(() => {
|
|
6698
|
-
var
|
|
6699
|
-
return (
|
|
6698
|
+
var g, $, b, w, I, T;
|
|
6699
|
+
return ($ = (g = e.link) == null ? void 0 : g.page) != null && $.slug ? `${(w = (b = e.link) == null ? void 0 : b.page) == null ? void 0 : w.slug}` : (I = e.link) != null && I.externalUrl ? (T = e.link) == null ? void 0 : T.externalUrl : "";
|
|
6700
6700
|
}), s = S(() => {
|
|
6701
|
-
var
|
|
6702
|
-
return !!((
|
|
6701
|
+
var g;
|
|
6702
|
+
return !!((g = e.link) != null && g.externalUrl);
|
|
6703
6703
|
}), c = S(() => {
|
|
6704
|
-
var
|
|
6705
|
-
return e.ariaLabel ?? ((
|
|
6704
|
+
var g;
|
|
6705
|
+
return e.ariaLabel ?? ((g = e.link) == null ? void 0 : g.ariaLabel) ?? e.title;
|
|
6706
6706
|
}), u = S(() => {
|
|
6707
|
-
var
|
|
6708
|
-
return e.ariaDescription ?? ((
|
|
6707
|
+
var g;
|
|
6708
|
+
return e.ariaDescription ?? ((g = e.link) == null ? void 0 : g.ariaDescription) ?? "";
|
|
6709
6709
|
}), d = S(() => {
|
|
6710
|
-
var
|
|
6711
|
-
return e.target === "New Tab" || ((
|
|
6712
|
-
}),
|
|
6713
|
-
|
|
6714
|
-
|
|
6715
|
-
|
|
6710
|
+
var g, $, b;
|
|
6711
|
+
return e.target === "New Tab" || ((g = e.link) == null ? void 0 : g.target) === "New Tab" ? "_blank" : e.target === "Same Tab" || (($ = e.link) == null ? void 0 : $.target) === "Same Tab" ? "_self" : (b = e.link) != null && b.externalUrl ? "_blank" : "_self";
|
|
6712
|
+
}), f = S(() => {
|
|
6713
|
+
var g;
|
|
6714
|
+
return s.value ? (g = e.link) == null ? void 0 : g.thirdPartyId : void 0;
|
|
6715
|
+
}), y = S(() => s.value ? "a" : "router-link");
|
|
6716
|
+
return (g, $) => {
|
|
6717
|
+
const b = ie;
|
|
6718
|
+
return p(), P(ee(y.value), {
|
|
6719
|
+
id: f.value,
|
|
6716
6720
|
"aria-label": c.value,
|
|
6717
6721
|
"aria-description": u.value,
|
|
6718
6722
|
to: s.value ? "" : a.value,
|
|
6719
6723
|
href: s.value ? a.value : "",
|
|
6720
6724
|
target: s.value ? d.value : "",
|
|
6721
6725
|
rel: s.value ? "noopener" : "",
|
|
6722
|
-
class:
|
|
6726
|
+
class: m(e.class)
|
|
6723
6727
|
}, {
|
|
6724
6728
|
default: J(() => [
|
|
6725
|
-
ce(
|
|
6726
|
-
class:
|
|
6729
|
+
ce(v(Mt), {
|
|
6730
|
+
class: m(l.value),
|
|
6727
6731
|
link: o.value
|
|
6728
6732
|
}, {
|
|
6729
6733
|
default: J(() => {
|
|
6730
|
-
var
|
|
6734
|
+
var w, I, T;
|
|
6731
6735
|
return [
|
|
6732
|
-
|
|
6736
|
+
g.logo ? (p(), h("div", {
|
|
6733
6737
|
key: 0,
|
|
6734
|
-
class:
|
|
6738
|
+
class: m(`${g.buttonType === "logo" ? (w = n.value) == null ? void 0 : w.logo : ""} ${g.buttonType === "logo" ? `bg-${e.textColor ?? v(r).copy}` : ""}`)
|
|
6735
6739
|
}, [
|
|
6736
|
-
typeof
|
|
6740
|
+
typeof g.logo == "object" ? (p(), P(b, qe(x({ key: 0 }, g.logo)), null, 16)) : typeof g.logo == "string" ? (p(), h("div", {
|
|
6737
6741
|
key: 1,
|
|
6738
|
-
class:
|
|
6739
|
-
}, null, 2)) :
|
|
6740
|
-
], 2)) :
|
|
6742
|
+
class: m(v(U)(g.logo, (I = n.value) == null ? void 0 : I.logo))
|
|
6743
|
+
}, null, 2)) : C("", !0)
|
|
6744
|
+
], 2)) : C("", !0),
|
|
6741
6745
|
k("p", {
|
|
6742
|
-
class:
|
|
6743
|
-
|
|
6746
|
+
class: m(
|
|
6747
|
+
v(U)("pointer-events-none whitespace-nowrap", ((T = n.value) == null ? void 0 : T.headline) ?? "")
|
|
6744
6748
|
)
|
|
6745
|
-
}, M(
|
|
6749
|
+
}, M(g.title), 3)
|
|
6746
6750
|
];
|
|
6747
6751
|
}),
|
|
6748
6752
|
_: 1
|
|
6749
6753
|
}, 8, ["class", "link"])
|
|
6750
6754
|
]),
|
|
6751
6755
|
_: 1
|
|
6752
|
-
}, 8, ["aria-label", "aria-description", "to", "href", "target", "rel", "class"]);
|
|
6756
|
+
}, 8, ["id", "aria-label", "aria-description", "to", "href", "target", "rel", "class"]);
|
|
6753
6757
|
};
|
|
6754
6758
|
}
|
|
6755
6759
|
}), Ba = { key: 2 }, Ha = ["innerHTML"], Da = ["innerHTML"], Fa = ["innerHTML"], Ra = /* @__PURE__ */ R({
|
|
@@ -6770,7 +6774,7 @@ const we = /* @__PURE__ */ R({
|
|
|
6770
6774
|
class: {}
|
|
6771
6775
|
},
|
|
6772
6776
|
setup(t) {
|
|
6773
|
-
const e = t, n = e.alignment ? e.alignment.toLowerCase() : "left", o = S(() =>
|
|
6777
|
+
const e = t, n = e.alignment ? e.alignment.toLowerCase() : "left", o = S(() => _(En, e.pt ?? {})), i = S(() => n === Te.Inline ? "text-left md:text-left" : `text-${n}`), r = S(() => {
|
|
6774
6778
|
let d = "";
|
|
6775
6779
|
switch (n) {
|
|
6776
6780
|
case Te.Right:
|
|
@@ -6785,68 +6789,68 @@ const we = /* @__PURE__ */ R({
|
|
|
6785
6789
|
return d;
|
|
6786
6790
|
}), l = S(
|
|
6787
6791
|
() => {
|
|
6788
|
-
var d,
|
|
6789
|
-
return `${((d = o.value) == null ? void 0 : d.logo) ?? ""} ${(
|
|
6792
|
+
var d, f;
|
|
6793
|
+
return `${((d = o.value) == null ? void 0 : d.logo) ?? ""} ${(f = e == null ? void 0 : e.logo) == null ? void 0 : f.class}`;
|
|
6790
6794
|
}
|
|
6791
6795
|
), { backgroundColor: a, palette: s } = Q(e), c = S(() => {
|
|
6792
|
-
var
|
|
6796
|
+
var f;
|
|
6793
6797
|
const d = [
|
|
6794
6798
|
"content-module-headline",
|
|
6795
6799
|
`text-${s.headline}`,
|
|
6796
|
-
U(((
|
|
6800
|
+
U(((f = o == null ? void 0 : o.value) == null ? void 0 : f.headline) ?? "", i.value)
|
|
6797
6801
|
];
|
|
6798
6802
|
return e.isChild ? e.isHero && e.isChild ? d.push("text-4xl md:text-5xl") : d.push("text-3xl md:text-4xl") : d.push("text-3xl md:text-5xl"), (e.bodyCopy || e.subHeadline && e.isHero) && d.push("mb-4 md:mb-6"), d.join(" ");
|
|
6799
6803
|
}), u = S(() => {
|
|
6800
|
-
var
|
|
6804
|
+
var f;
|
|
6801
6805
|
return [
|
|
6802
6806
|
"content-module-subheadline mb-2",
|
|
6803
6807
|
`text-${s.subheadline}`,
|
|
6804
|
-
U(((
|
|
6808
|
+
U(((f = o == null ? void 0 : o.value) == null ? void 0 : f.subheadline) ?? "", i.value)
|
|
6805
6809
|
].join(" ");
|
|
6806
6810
|
});
|
|
6807
|
-
return (d,
|
|
6808
|
-
var
|
|
6809
|
-
const
|
|
6811
|
+
return (d, f) => {
|
|
6812
|
+
var g, $, b, w;
|
|
6813
|
+
const y = ie;
|
|
6810
6814
|
return p(), h("div", {
|
|
6811
|
-
class:
|
|
6815
|
+
class: m(`content-module ${d.isChild ? "" : "p-8 md:p-16"} ${((g = o.value) == null ? void 0 : g.root) ?? ""} ${e.class ?? ""} ${e.backgroundColor || !d.isChild ? `bg-${v(a)}` : ""}`)
|
|
6812
6816
|
}, [
|
|
6813
6817
|
k("div", {
|
|
6814
|
-
class:
|
|
6818
|
+
class: m(`content-module-container mx-auto ${(($ = o.value) == null ? void 0 : $.container) ?? ""} ${v(n) === v(Te).Inline ? "flex flex-col md:flex-row justify-between items-center gap-4" : ""}`)
|
|
6815
6819
|
}, [
|
|
6816
|
-
d.logo ? (p(),
|
|
6820
|
+
d.logo ? (p(), P(y, x({ key: 0 }, d.logo, { class: l.value }), null, 16, ["class"])) : C("", !0),
|
|
6817
6821
|
d.subHeadline && !d.isHero ? (p(), h("h6", {
|
|
6818
6822
|
key: 1,
|
|
6819
|
-
class:
|
|
6820
|
-
}, M(d.subHeadline), 3)) :
|
|
6823
|
+
class: m(u.value)
|
|
6824
|
+
}, M(d.subHeadline), 3)) : C("", !0),
|
|
6821
6825
|
d.headline ? (p(), h("div", Ba, [
|
|
6822
6826
|
d.isHero ? (p(), h("h1", {
|
|
6823
6827
|
key: 0,
|
|
6824
|
-
class:
|
|
6828
|
+
class: m(c.value),
|
|
6825
6829
|
innerHTML: d.headline
|
|
6826
6830
|
}, null, 10, Ha)) : (p(), h("h2", {
|
|
6827
6831
|
key: 1,
|
|
6828
|
-
class:
|
|
6832
|
+
class: m(c.value),
|
|
6829
6833
|
innerHTML: d.headline
|
|
6830
6834
|
}, null, 10, Da))
|
|
6831
|
-
])) :
|
|
6835
|
+
])) : C("", !0),
|
|
6832
6836
|
d.subHeadline && d.isHero ? (p(), h("h6", {
|
|
6833
6837
|
key: 3,
|
|
6834
|
-
class:
|
|
6835
|
-
}, M(d.subHeadline), 3)) :
|
|
6838
|
+
class: m(u.value)
|
|
6839
|
+
}, M(d.subHeadline), 3)) : C("", !0),
|
|
6836
6840
|
d.bodyCopy ? (p(), h("div", {
|
|
6837
6841
|
key: 4,
|
|
6838
|
-
class:
|
|
6842
|
+
class: m(`content-module-body-copy text-${v(s).copy} ${v(U)(((b = o.value) == null ? void 0 : b.bodyCopy) ?? "", i.value)}`),
|
|
6839
6843
|
innerHTML: d.bodyCopy
|
|
6840
|
-
}, null, 10, Fa)) :
|
|
6844
|
+
}, null, 10, Fa)) : C("", !0),
|
|
6841
6845
|
d.ctas ? (p(), h("div", {
|
|
6842
6846
|
key: 5,
|
|
6843
|
-
class:
|
|
6847
|
+
class: m(`content-module-ctas flex flex-wrap gap-4 ${r.value} ${v(U)(((w = o.value) == null ? void 0 : w.ctas) ?? "", i.value)}`)
|
|
6844
6848
|
}, [
|
|
6845
|
-
(p(!0), h(W, null, Y(d.ctas, (I,
|
|
6846
|
-
key: `cta-${I.title}-${
|
|
6849
|
+
(p(!0), h(W, null, Y(d.ctas, (I, T) => (p(), P(we, x({ ref_for: !0 }, I, {
|
|
6850
|
+
key: `cta-${I.title}-${T}`,
|
|
6847
6851
|
class: `${d.isHero ? "w-full sm:w-auto justify-center" : ""}`
|
|
6848
6852
|
}), null, 16, ["class"]))), 128))
|
|
6849
|
-
], 2)) :
|
|
6853
|
+
], 2)) : C("", !0)
|
|
6850
6854
|
], 2)
|
|
6851
6855
|
], 2);
|
|
6852
6856
|
};
|
|
@@ -6863,22 +6867,22 @@ const we = /* @__PURE__ */ R({
|
|
|
6863
6867
|
},
|
|
6864
6868
|
setup(t) {
|
|
6865
6869
|
const e = t, n = S(
|
|
6866
|
-
() =>
|
|
6870
|
+
() => _(Ln, e.pt ?? {})
|
|
6867
6871
|
), { backgroundColor: o, palette: i } = Q(e);
|
|
6868
6872
|
return (r, l) => {
|
|
6869
6873
|
var a, s;
|
|
6870
6874
|
return p(), h("section", {
|
|
6871
|
-
class:
|
|
6875
|
+
class: m(`container-collection ${e.class ?? ""} bg-${v(o)}`)
|
|
6872
6876
|
}, [
|
|
6873
6877
|
r.headline ? (p(), h("h2", {
|
|
6874
6878
|
key: 0,
|
|
6875
|
-
class:
|
|
6879
|
+
class: m(`container-collection-headline ${(a = n.value) == null ? void 0 : a.headline} text-${v(i).headline}`),
|
|
6876
6880
|
innerHTML: r.headline
|
|
6877
|
-
}, null, 10, Wa)) :
|
|
6881
|
+
}, null, 10, Wa)) : C("", !0),
|
|
6878
6882
|
k("div", {
|
|
6879
|
-
class:
|
|
6883
|
+
class: m(`container-collection-content space-y-8 mx-auto container ${(s = n.value) == null ? void 0 : s.bodyCopy}`)
|
|
6880
6884
|
}, [
|
|
6881
|
-
(p(!0), h(W, null, Y(r.modules, (c, u) => (p(),
|
|
6885
|
+
(p(!0), h(W, null, Y(r.modules, (c, u) => (p(), P(ee(c.__typename), x({ ref_for: !0 }, c, {
|
|
6882
6886
|
key: `${c == null ? void 0 : c.__typename}-${u}`,
|
|
6883
6887
|
"is-child": !0
|
|
6884
6888
|
}), null, 16))), 128))
|
|
@@ -6940,7 +6944,7 @@ function mn(t) {
|
|
|
6940
6944
|
const e = et(lo), n = et(Xa);
|
|
6941
6945
|
let o = !1, i = null;
|
|
6942
6946
|
const r = S(() => {
|
|
6943
|
-
const u =
|
|
6947
|
+
const u = v(t.to);
|
|
6944
6948
|
return process.env.NODE_ENV !== "production" && (!o || u !== i) && (pn(u) || (o ? ln(`Invalid value for prop "to" in useLink()
|
|
6945
6949
|
- to:`, u, `
|
|
6946
6950
|
- previous to:`, i, `
|
|
@@ -6948,25 +6952,25 @@ function mn(t) {
|
|
|
6948
6952
|
- to:`, u, `
|
|
6949
6953
|
- props:`, t)), i = u, o = !0), e.resolve(u);
|
|
6950
6954
|
}), l = S(() => {
|
|
6951
|
-
const { matched: u } = r.value, { length: d } = u,
|
|
6952
|
-
if (!
|
|
6955
|
+
const { matched: u } = r.value, { length: d } = u, f = u[d - 1], y = n.matched;
|
|
6956
|
+
if (!f || !y.length)
|
|
6953
6957
|
return -1;
|
|
6954
|
-
const
|
|
6955
|
-
if (
|
|
6956
|
-
return
|
|
6957
|
-
const
|
|
6958
|
+
const g = y.findIndex(sn.bind(null, f));
|
|
6959
|
+
if (g > -1)
|
|
6960
|
+
return g;
|
|
6961
|
+
const $ = hn(u[d - 2]);
|
|
6958
6962
|
return (
|
|
6959
6963
|
// we are dealing with nested routes
|
|
6960
6964
|
d > 1 && // if the parent and matched route have the same path, this link is
|
|
6961
6965
|
// referring to the empty child. Or we currently are on a different
|
|
6962
6966
|
// child of the same parent
|
|
6963
|
-
hn(
|
|
6964
|
-
|
|
6967
|
+
hn(f) === $ && // avoid comparing the child with its parent
|
|
6968
|
+
y[y.length - 1].path !== $ ? y.findIndex(sn.bind(null, u[d - 2])) : g
|
|
6965
6969
|
);
|
|
6966
6970
|
}), a = S(() => l.value > -1 && Ja(n.params, r.value.params)), s = S(() => l.value > -1 && l.value === n.matched.length - 1 && Ka(n.params, r.value.params));
|
|
6967
6971
|
function c(u = {}) {
|
|
6968
|
-
return Ya(u) ? e[
|
|
6969
|
-
|
|
6972
|
+
return Ya(u) ? e[v(t.replace) ? "replace" : "push"](
|
|
6973
|
+
v(t.to)
|
|
6970
6974
|
// avoid uncaught errors are they are logged anyway
|
|
6971
6975
|
).catch(qa) : Promise.resolve();
|
|
6972
6976
|
}
|
|
@@ -6980,7 +6984,7 @@ function mn(t) {
|
|
|
6980
6984
|
error: null
|
|
6981
6985
|
};
|
|
6982
6986
|
u.__vrl_devtools = u.__vrl_devtools || [], u.__vrl_devtools.push(d), vo(() => {
|
|
6983
|
-
d.route = r.value, d.isActive = a.value, d.isExactActive = s.value, d.error = pn(
|
|
6987
|
+
d.route = r.value, d.isActive = a.value, d.isExactActive = s.value, d.error = pn(v(t.to)) ? null : 'Invalid "to" value';
|
|
6984
6988
|
}, { flush: "post" });
|
|
6985
6989
|
}
|
|
6986
6990
|
}
|
|
@@ -7059,9 +7063,9 @@ function hn(t) {
|
|
|
7059
7063
|
return t ? t.aliasOf ? t.aliasOf.path : t.path : "";
|
|
7060
7064
|
}
|
|
7061
7065
|
const yn = (t, e, n) => t ?? e ?? n, Qa = {
|
|
7062
|
-
class: /* @__PURE__ */
|
|
7066
|
+
class: /* @__PURE__ */ m("pi pi-chevron-down")
|
|
7063
7067
|
}, el = {
|
|
7064
|
-
class: /* @__PURE__ */
|
|
7068
|
+
class: /* @__PURE__ */ m("pi pi-chevron-up")
|
|
7065
7069
|
}, tl = ["innerHTML"], Ue = /* @__PURE__ */ R({
|
|
7066
7070
|
__name: "NavigationElement",
|
|
7067
7071
|
props: {
|
|
@@ -7077,79 +7081,85 @@ const yn = (t, e, n) => t ?? e ?? n, Qa = {
|
|
|
7077
7081
|
},
|
|
7078
7082
|
setup(t) {
|
|
7079
7083
|
const e = t, n = S(
|
|
7080
|
-
() =>
|
|
7081
|
-
), { backgroundColor: o, palette: i } = Q(e), r = S(
|
|
7082
|
-
|
|
7083
|
-
|
|
7084
|
-
|
|
7085
|
-
|
|
7086
|
-
|
|
7087
|
-
|
|
7084
|
+
() => _(Vn, e.pt ?? {})
|
|
7085
|
+
), { backgroundColor: o, palette: i } = Q(e), r = S(
|
|
7086
|
+
() => {
|
|
7087
|
+
var f, y;
|
|
7088
|
+
return (f = e.link) != null && f.externalUrl ? (y = e.link) == null ? void 0 : y.thirdPartyId : void 0;
|
|
7089
|
+
}
|
|
7090
|
+
), l = S(() => {
|
|
7091
|
+
var f, y, g, $, b, w;
|
|
7092
|
+
return (y = (f = e.link) == null ? void 0 : f.page) != null && y.slug ? `${($ = (g = e.link) == null ? void 0 : g.page) == null ? void 0 : $.slug}` : (b = e.link) != null && b.externalUrl ? (w = e.link) == null ? void 0 : w.externalUrl : "";
|
|
7093
|
+
}), a = S(() => {
|
|
7094
|
+
var f, y, g;
|
|
7095
|
+
return (y = (f = e.link) == null ? void 0 : f.page) != null && y.slug ? gn : (g = e.link) != null && g.externalUrl ? "a" : "button";
|
|
7096
|
+
}), s = S(() => ye[e.elementType ?? "header"]), c = X(!1), u = S(
|
|
7088
7097
|
() => `relative py-2 md:py-0 ${e.class ?? ""} ${e.isChild ? "sub-" : ""}navigation-element`
|
|
7089
|
-
),
|
|
7090
|
-
|
|
7098
|
+
), d = () => {
|
|
7099
|
+
c.value = !c.value;
|
|
7091
7100
|
};
|
|
7092
|
-
return (
|
|
7093
|
-
const
|
|
7094
|
-
return p(),
|
|
7095
|
-
class:
|
|
7101
|
+
return (f, y) => {
|
|
7102
|
+
const g = Ct("NavigationElement", !0);
|
|
7103
|
+
return p(), P(ee(f.isChild ? "li" : "div"), {
|
|
7104
|
+
class: m(u.value)
|
|
7096
7105
|
}, {
|
|
7097
7106
|
default: J(() => [
|
|
7098
|
-
|
|
7107
|
+
s.value === v(ye).header || f.isChild && (l.value || f.subNavigation) ? (p(), P(ee(a.value), {
|
|
7099
7108
|
key: 0,
|
|
7100
|
-
|
|
7101
|
-
|
|
7102
|
-
|
|
7103
|
-
|
|
7104
|
-
"aria-
|
|
7105
|
-
|
|
7109
|
+
id: r.value,
|
|
7110
|
+
to: a.value === v(gn) ? l.value : void 0,
|
|
7111
|
+
href: a.value === "a" ? l.value : void 0,
|
|
7112
|
+
class: m(`flex leading-tight items-center hover:underline cursor-pointer text-${v(i).copy} ${s.value === v(ye).header ? "whitespace-nowrap" : ""}`),
|
|
7113
|
+
"aria-expanded": a.value === "button" ? !0 : void 0,
|
|
7114
|
+
"aria-haspopup": a.value === "button" ? !0 : void 0,
|
|
7115
|
+
onClick: d
|
|
7106
7116
|
}, {
|
|
7107
7117
|
default: J(() => {
|
|
7108
|
-
var
|
|
7118
|
+
var $;
|
|
7109
7119
|
return [
|
|
7110
|
-
it(M(
|
|
7111
|
-
!
|
|
7120
|
+
it(M(f.title) + " ", 1),
|
|
7121
|
+
!f.isChild && f.subNavigation && !(l.value || f.isChild) ? (p(), h("div", {
|
|
7112
7122
|
key: 0,
|
|
7113
|
-
class:
|
|
7123
|
+
class: m(($ = n.value) == null ? void 0 : $.icon)
|
|
7114
7124
|
}, [
|
|
7115
7125
|
ae(k("i", Qa, null, 512), [
|
|
7116
|
-
[se, !
|
|
7126
|
+
[se, !c.value]
|
|
7117
7127
|
]),
|
|
7118
7128
|
ae(k("i", el, null, 512), [
|
|
7119
|
-
[se,
|
|
7129
|
+
[se, c.value]
|
|
7120
7130
|
])
|
|
7121
|
-
], 2)) :
|
|
7131
|
+
], 2)) : C("", !0)
|
|
7122
7132
|
];
|
|
7123
7133
|
}),
|
|
7124
7134
|
_: 1
|
|
7125
|
-
}, 8, ["to", "href", "class", "aria-expanded", "aria-haspopup"])) :
|
|
7135
|
+
}, 8, ["id", "to", "href", "class", "aria-expanded", "aria-haspopup"])) : s.value == v(ye).footer ? (p(), h("h2", {
|
|
7126
7136
|
key: 1,
|
|
7127
|
-
class:
|
|
7128
|
-
}, M(
|
|
7129
|
-
!
|
|
7137
|
+
class: m(`mb-2 font-bold text-${v(i).copy}`)
|
|
7138
|
+
}, M(f.title), 3)) : C("", !0),
|
|
7139
|
+
!f.isChild && f.subNavigation ? (p(), h("ul", {
|
|
7130
7140
|
key: 2,
|
|
7131
|
-
class:
|
|
7132
|
-
hidden: !
|
|
7133
|
-
[`sm:absolute left-0 z-10 sm:mt-2 space-y-2 origin-top-right rounded-md bg-${
|
|
7134
|
-
"space-y-2 opacity-90":
|
|
7141
|
+
class: m({
|
|
7142
|
+
hidden: !c.value && s.value == v(ye).header,
|
|
7143
|
+
[`sm:absolute left-0 z-10 sm:mt-2 space-y-2 origin-top-right rounded-md bg-${v(o)} ring-opacity-5 focus:outline-none sm:shadow-lg p-5`]: s.value == v(ye).header,
|
|
7144
|
+
"space-y-2 opacity-90": s.value == v(ye).footer
|
|
7135
7145
|
}),
|
|
7136
7146
|
role: "menu",
|
|
7137
7147
|
"aria-orientation": "vertical",
|
|
7138
7148
|
"aria-labelledby": "menu-button",
|
|
7139
7149
|
tabindex: "-1"
|
|
7140
7150
|
}, [
|
|
7141
|
-
(p(!0), h(W, null, Y(
|
|
7142
|
-
key:
|
|
7143
|
-
class: ["ms-3 sm:ms-0", `sub-navigation-element-item-${
|
|
7151
|
+
(p(!0), h(W, null, Y(f.subNavigation, ($, b) => (p(), P(g, x({
|
|
7152
|
+
key: $.title,
|
|
7153
|
+
class: ["ms-3 sm:ms-0", `sub-navigation-element-item-${b}`],
|
|
7144
7154
|
role: "menuitem",
|
|
7145
7155
|
tabindex: "-1",
|
|
7146
7156
|
ref_for: !0
|
|
7147
|
-
}, {
|
|
7148
|
-
], 2)) :
|
|
7149
|
-
|
|
7157
|
+
}, { ...$, elementType: f.elementType, isChild: !0 }), null, 16, ["class"]))), 128))
|
|
7158
|
+
], 2)) : C("", !0),
|
|
7159
|
+
f.htmlRef ? (p(), h("div", {
|
|
7150
7160
|
key: 3,
|
|
7151
|
-
innerHTML:
|
|
7152
|
-
}, null, 8, tl)) :
|
|
7161
|
+
innerHTML: f.htmlRef
|
|
7162
|
+
}, null, 8, tl)) : C("", !0)
|
|
7153
7163
|
]),
|
|
7154
7164
|
_: 1
|
|
7155
7165
|
}, 8, ["class"]);
|
|
@@ -7159,7 +7169,7 @@ const yn = (t, e, n) => t ?? e ?? n, Qa = {
|
|
|
7159
7169
|
key: 0,
|
|
7160
7170
|
id: "social-media",
|
|
7161
7171
|
class: "flex flex-wrap footer-social gap-2 whitespace-normal"
|
|
7162
|
-
}, ol = ["href"],
|
|
7172
|
+
}, ol = ["id", "href"], At = /* @__PURE__ */ R({
|
|
7163
7173
|
__name: "SocialMediaRef",
|
|
7164
7174
|
props: {
|
|
7165
7175
|
socialMediaRef: {}
|
|
@@ -7169,18 +7179,19 @@ const yn = (t, e, n) => t ?? e ?? n, Qa = {
|
|
|
7169
7179
|
const o = ie;
|
|
7170
7180
|
return e.socialMediaRef ? (p(), h("div", nl, [
|
|
7171
7181
|
(p(!0), h(W, null, Y(e.socialMediaRef, (i, r) => {
|
|
7172
|
-
var l, a;
|
|
7182
|
+
var l, a, s;
|
|
7173
7183
|
return p(), h("a", {
|
|
7184
|
+
id: (l = i.link) == null ? void 0 : l.thirdPartyId,
|
|
7174
7185
|
key: `footer-social-item-${i.icon.altTag}-${r}`,
|
|
7175
|
-
class:
|
|
7176
|
-
href: (
|
|
7186
|
+
class: m(`footer-social-item-${r}`),
|
|
7187
|
+
href: (a = i == null ? void 0 : i.link) == null ? void 0 : a.externalUrl
|
|
7177
7188
|
}, [
|
|
7178
7189
|
ce(o, {
|
|
7179
|
-
media: (
|
|
7190
|
+
media: (s = i == null ? void 0 : i.icon) == null ? void 0 : s.media
|
|
7180
7191
|
}, null, 8, ["media"])
|
|
7181
7192
|
], 10, ol);
|
|
7182
7193
|
}), 128))
|
|
7183
|
-
])) :
|
|
7194
|
+
])) : C("", !0);
|
|
7184
7195
|
};
|
|
7185
7196
|
}
|
|
7186
7197
|
}), rl = {
|
|
@@ -7189,7 +7200,7 @@ const yn = (t, e, n) => t ?? e ?? n, Qa = {
|
|
|
7189
7200
|
}, il = {
|
|
7190
7201
|
key: 0,
|
|
7191
7202
|
class: "footer-copyright-links basis-1/3"
|
|
7192
|
-
}, al = { class: "
|
|
7203
|
+
}, al = { class: "basis-1/3 footer-copyright-logos" }, ll = { class: "flex items-start md:items-center justify-evenly space-x-2" }, _t = /* @__PURE__ */ R({
|
|
7193
7204
|
__name: "FooterCopyright",
|
|
7194
7205
|
props: {
|
|
7195
7206
|
navigation: {},
|
|
@@ -7202,32 +7213,34 @@ const yn = (t, e, n) => t ?? e ?? n, Qa = {
|
|
|
7202
7213
|
const e = t, { palette: n } = Q(e);
|
|
7203
7214
|
return (o, i) => (p(), h("div", rl, [
|
|
7204
7215
|
k("div", {
|
|
7205
|
-
class:
|
|
7216
|
+
class: m(`text-${v(n).copy} ${o.addTextMargin ? "mt-8" : ""} w-[90%] md:w-auto basis-1/3`)
|
|
7206
7217
|
}, M(o.copyRight), 3),
|
|
7207
7218
|
o.isCenterAlign ? (p(), h("div", il, [
|
|
7208
|
-
k("div",
|
|
7209
|
-
|
|
7219
|
+
k("div", {
|
|
7220
|
+
class: m(`flex flex-row divide-x divide-${v(n).copy} items-center`)
|
|
7221
|
+
}, [
|
|
7222
|
+
(p(!0), h(W, null, Y(o.navigation, (r, l) => (p(), P(Ue, x({
|
|
7210
7223
|
key: `footer-nav-item-${r.title}-${l}`,
|
|
7211
7224
|
class: `footer-nav-item-${l} px-2.5`,
|
|
7212
7225
|
role: "menuitem",
|
|
7213
7226
|
tabindex: "-1",
|
|
7214
7227
|
ref_for: !0
|
|
7215
7228
|
}, { ...r, isChild: !1, elementType: "header" }), null, 16, ["class"]))), 128))
|
|
7216
|
-
])
|
|
7217
|
-
])) :
|
|
7218
|
-
k("div",
|
|
7219
|
-
k("div",
|
|
7220
|
-
(p(!0), h(W, null, Y(o.logos, (r, l) => (p(),
|
|
7229
|
+
], 2)
|
|
7230
|
+
])) : C("", !0),
|
|
7231
|
+
k("div", al, [
|
|
7232
|
+
k("div", ll, [
|
|
7233
|
+
(p(!0), h(W, null, Y(o.logos, (r, l) => (p(), P(ie, {
|
|
7221
7234
|
key: `footer-copy-right-logo-${l}`,
|
|
7222
7235
|
class: "grow ml-auto",
|
|
7223
7236
|
media: r.media
|
|
7224
7237
|
}, null, 8, ["media"]))), 128))
|
|
7225
7238
|
]),
|
|
7226
|
-
o.isCenterAlign ?
|
|
7239
|
+
o.isCenterAlign ? C("", !0) : (p(), h("div", {
|
|
7227
7240
|
key: 0,
|
|
7228
|
-
class:
|
|
7241
|
+
class: m(`flex flex-row divide-x divide-${v(n).copy} items-center justify-end ${o.navigation && o.navigation.length ? "mt-6" : ""}`)
|
|
7229
7242
|
}, [
|
|
7230
|
-
(p(!0), h(W, null, Y(o.navigation, (r, l) => (p(),
|
|
7243
|
+
(p(!0), h(W, null, Y(o.navigation, (r, l) => (p(), P(Ue, x({
|
|
7231
7244
|
key: `footer-nav-item-${r.title}-${l}`,
|
|
7232
7245
|
class: `footer-nav-item-${l} px-2.5`,
|
|
7233
7246
|
role: "menuitem",
|
|
@@ -7238,16 +7251,16 @@ const yn = (t, e, n) => t ?? e ?? n, Qa = {
|
|
|
7238
7251
|
])
|
|
7239
7252
|
]));
|
|
7240
7253
|
}
|
|
7241
|
-
}),
|
|
7254
|
+
}), sl = { class: "container flex flex-col mx-auto" }, ul = {
|
|
7242
7255
|
href: "/",
|
|
7243
7256
|
class: "footer-navigation-logo text-center"
|
|
7244
|
-
},
|
|
7257
|
+
}, cl = {
|
|
7245
7258
|
key: 0,
|
|
7246
7259
|
class: "footer-navigation px-2 pt-2 pb-4 sm:flex sm:p-0 sm:space-x-2 md:space-x-4 space-y-5 sm:space-y-0 mb-12"
|
|
7247
|
-
},
|
|
7260
|
+
}, dl = {
|
|
7248
7261
|
key: 1,
|
|
7249
7262
|
class: "grow"
|
|
7250
|
-
},
|
|
7263
|
+
}, pl = ["innerHTML"], fl = /* @__PURE__ */ R({
|
|
7251
7264
|
__name: "FooterNavigation",
|
|
7252
7265
|
props: {
|
|
7253
7266
|
title: {},
|
|
@@ -7265,38 +7278,38 @@ const yn = (t, e, n) => t ?? e ?? n, Qa = {
|
|
|
7265
7278
|
() => !!(e.navigation && e.navigation.length > 0)
|
|
7266
7279
|
);
|
|
7267
7280
|
return (r, l) => (p(), h("footer", {
|
|
7268
|
-
class:
|
|
7281
|
+
class: m(`w-full p-8 content-center md:py-16 px-6 lg:px-0 mx-auto bg-${v(n)}`)
|
|
7269
7282
|
}, [
|
|
7270
|
-
k("div",
|
|
7283
|
+
k("div", sl, [
|
|
7271
7284
|
k("div", {
|
|
7272
|
-
class:
|
|
7285
|
+
class: m(["flex flex-col sm:flex-row md:gap-4", {
|
|
7273
7286
|
"p-5 justify-between items-start": r.navigation && r.navigation.length > 0,
|
|
7274
7287
|
"mb-4 md:items-start": !r.navigation || r.navigation.length === 0
|
|
7275
7288
|
}])
|
|
7276
7289
|
}, [
|
|
7277
|
-
k("a",
|
|
7278
|
-
r.logo ? (p(),
|
|
7290
|
+
k("a", ul, [
|
|
7291
|
+
r.logo ? (p(), P(ie, {
|
|
7279
7292
|
key: 0,
|
|
7280
7293
|
class: "min-h-[95px] min-w-[100px] h-[100px]",
|
|
7281
7294
|
media: r.logo.media
|
|
7282
|
-
}, null, 8, ["media"])) :
|
|
7295
|
+
}, null, 8, ["media"])) : C("", !0),
|
|
7283
7296
|
it(" " + M(r.title), 1)
|
|
7284
7297
|
]),
|
|
7285
|
-
r.navigation && r.navigation.length > 0 ? (p(), h("div",
|
|
7286
|
-
(p(!0), h(W, null, Y(r.navigation, (a, s) => (p(),
|
|
7298
|
+
r.navigation && r.navigation.length > 0 ? (p(), h("div", cl, [
|
|
7299
|
+
(p(!0), h(W, null, Y(r.navigation, (a, s) => (p(), P(Ue, x({
|
|
7287
7300
|
key: `footer-nav-item-${a.title}-${s}`,
|
|
7288
7301
|
class: `footer-nav-item-${s}`,
|
|
7289
7302
|
role: "menuitem",
|
|
7290
7303
|
tabindex: "-1",
|
|
7291
7304
|
ref_for: !0
|
|
7292
7305
|
}, { ...a, isChild: !1, elementType: "footer" }), null, 16, ["class"]))), 128))
|
|
7293
|
-
])) :
|
|
7294
|
-
!r.navigation || r.navigation.length === 0 ? (p(), h("div",
|
|
7295
|
-
r.socialMediaRef ? (p(),
|
|
7306
|
+
])) : C("", !0),
|
|
7307
|
+
!r.navigation || r.navigation.length === 0 ? (p(), h("div", dl, [
|
|
7308
|
+
r.socialMediaRef ? (p(), P(At, {
|
|
7296
7309
|
key: 0,
|
|
7297
7310
|
"social-media-ref": r.socialMediaRef
|
|
7298
|
-
}, null, 8, ["social-media-ref"])) :
|
|
7299
|
-
ce(
|
|
7311
|
+
}, null, 8, ["social-media-ref"])) : C("", !0),
|
|
7312
|
+
ce(_t, {
|
|
7300
7313
|
"is-center-align": i.value,
|
|
7301
7314
|
"copy-right": r.copyRight,
|
|
7302
7315
|
navigation: r.copyRightLinks,
|
|
@@ -7304,29 +7317,31 @@ const yn = (t, e, n) => t ?? e ?? n, Qa = {
|
|
|
7304
7317
|
"add-text-margin": !0
|
|
7305
7318
|
}, null, 8, ["is-center-align", "copy-right", "navigation", "logos"])
|
|
7306
7319
|
])) : (p(), h(W, { key: 2 }, [
|
|
7307
|
-
r.socialMediaRef ? (p(),
|
|
7320
|
+
r.socialMediaRef ? (p(), P(At, {
|
|
7308
7321
|
key: 0,
|
|
7309
7322
|
"social-media-ref": r.socialMediaRef
|
|
7310
|
-
}, null, 8, ["social-media-ref"])) :
|
|
7323
|
+
}, null, 8, ["social-media-ref"])) : C("", !0)
|
|
7311
7324
|
], 64))
|
|
7312
7325
|
], 2),
|
|
7313
|
-
r.navigation && r.navigation.length > 0 ? (p(),
|
|
7326
|
+
r.navigation && r.navigation.length > 0 ? (p(), P(_t, {
|
|
7314
7327
|
key: 0,
|
|
7315
7328
|
"is-center-align": i.value,
|
|
7316
7329
|
"copy-right": r.copyRight,
|
|
7317
7330
|
navigation: r.copyRightLinks,
|
|
7318
7331
|
logos: r.copyRightLogos
|
|
7319
|
-
}, null, 8, ["is-center-align", "copy-right", "navigation", "logos"])) :
|
|
7320
|
-
|
|
7332
|
+
}, null, 8, ["is-center-align", "copy-right", "navigation", "logos"])) : C("", !0),
|
|
7333
|
+
k("hr", {
|
|
7334
|
+
class: m(`border-${v(o).copy}`)
|
|
7335
|
+
}, null, 2),
|
|
7321
7336
|
r.legalText ? (p(), h("div", {
|
|
7322
7337
|
key: 1,
|
|
7323
|
-
class:
|
|
7338
|
+
class: m(`py-5 text-xs md:text-sm opacity-80 text-${v(o).copy}`),
|
|
7324
7339
|
innerHTML: r.legalText
|
|
7325
|
-
}, null, 10,
|
|
7340
|
+
}, null, 10, pl)) : C("", !0)
|
|
7326
7341
|
])
|
|
7327
7342
|
], 2));
|
|
7328
7343
|
}
|
|
7329
|
-
}),
|
|
7344
|
+
}), ml = ["innerHTML"], gl = /* @__PURE__ */ R({
|
|
7330
7345
|
__name: "LogoCollectionModule",
|
|
7331
7346
|
props: {
|
|
7332
7347
|
__typename: {},
|
|
@@ -7338,7 +7353,7 @@ const yn = (t, e, n) => t ?? e ?? n, Qa = {
|
|
|
7338
7353
|
},
|
|
7339
7354
|
setup(t) {
|
|
7340
7355
|
const e = t, n = S(
|
|
7341
|
-
() =>
|
|
7356
|
+
() => _(Mn, e.pt ?? {})
|
|
7342
7357
|
), o = S(() => ({
|
|
7343
7358
|
"background-color": e.backgroundColor ?? "transparent",
|
|
7344
7359
|
color: "inherit"
|
|
@@ -7348,41 +7363,41 @@ const yn = (t, e, n) => t ?? e ?? n, Qa = {
|
|
|
7348
7363
|
const s = ie;
|
|
7349
7364
|
return p(), h("section", {
|
|
7350
7365
|
style: fe(o.value),
|
|
7351
|
-
class:
|
|
7366
|
+
class: m(`logo-module ${e.class ?? ""} bg-${v(i)}`)
|
|
7352
7367
|
}, [
|
|
7353
7368
|
k("div", {
|
|
7354
|
-
class:
|
|
7369
|
+
class: m(`container mx-auto ${((c = n.value) == null ? void 0 : c.container) ?? ""}`)
|
|
7355
7370
|
}, [
|
|
7356
7371
|
l.headline ? (p(), h("h2", {
|
|
7357
7372
|
key: 0,
|
|
7358
|
-
class:
|
|
7373
|
+
class: m(`logo-module-headline ${((u = n.value) == null ? void 0 : u.headline) ?? ""} text-${v(r).headline}`),
|
|
7359
7374
|
innerHTML: l.headline
|
|
7360
|
-
}, null, 10,
|
|
7375
|
+
}, null, 10, ml)) : C("", !0),
|
|
7361
7376
|
l.logos ? (p(), h("div", {
|
|
7362
7377
|
key: 1,
|
|
7363
|
-
class:
|
|
7378
|
+
class: m(`logo-module-content flex flex-wrap justify-evenly gap-2 ${((d = n.value) == null ? void 0 : d.bodyCopy) ?? ""}`)
|
|
7364
7379
|
}, [
|
|
7365
|
-
(p(!0), h(W, null, Y(l.logos, (
|
|
7366
|
-
key: `cta-${
|
|
7380
|
+
(p(!0), h(W, null, Y(l.logos, (f, y) => (p(), P(s, x({ ref_for: !0 }, f, {
|
|
7381
|
+
key: `cta-${f.altTag}-${y}`
|
|
7367
7382
|
}), null, 16))), 128))
|
|
7368
|
-
], 2)) :
|
|
7383
|
+
], 2)) : C("", !0)
|
|
7369
7384
|
], 2)
|
|
7370
7385
|
], 6);
|
|
7371
7386
|
};
|
|
7372
7387
|
}
|
|
7373
|
-
}),
|
|
7388
|
+
}), hl = { class: "container sm:flex sm:justify-between sm:items-center mx-auto" }, yl = { class: "flex items-center justify-between py-3 sm:p-0" }, vl = {
|
|
7374
7389
|
key: 0,
|
|
7375
7390
|
href: "/",
|
|
7376
7391
|
class: "primary-navigation-logo items-center h-10 md:h-12 lg:flex"
|
|
7377
|
-
},
|
|
7392
|
+
}, bl = { class: "sm:hidden" }, $l = {
|
|
7378
7393
|
key: 0,
|
|
7379
7394
|
"fill-rule": "evenodd",
|
|
7380
7395
|
d: "M18.278 16.864a1 1 0 0 1-1.414 1.414l-4.829-4.828-4.828 4.828a1 1 0 0 1-1.414-1.414l4.828-4.829-4.828-4.828a1 1 0 0 1 1.414-1.414l4.829 4.828 4.828-4.828a1 1 0 1 1 1.414 1.414l-4.828 4.829 4.828 4.828z"
|
|
7381
|
-
},
|
|
7396
|
+
}, wl = {
|
|
7382
7397
|
key: 1,
|
|
7383
7398
|
"fill-rule": "evenodd",
|
|
7384
7399
|
d: "M4 5h16a1 1 0 0 1 0 2H4a1 1 0 1 1 0-2zm0 6h16a1 1 0 0 1 0 2H4a1 1 0 0 1 0-2zm0 6h16a1 1 0 0 1 0 2H4a1 1 0 0 1 0-2z"
|
|
7385
|
-
},
|
|
7400
|
+
}, Cl = /* @__PURE__ */ R({
|
|
7386
7401
|
__name: "PrimaryNavigation",
|
|
7387
7402
|
props: {
|
|
7388
7403
|
title: {},
|
|
@@ -7391,60 +7406,65 @@ const yn = (t, e, n) => t ?? e ?? n, Qa = {
|
|
|
7391
7406
|
navigation: {},
|
|
7392
7407
|
ctas: {}
|
|
7393
7408
|
},
|
|
7394
|
-
|
|
7395
|
-
|
|
7396
|
-
|
|
7397
|
-
|
|
7409
|
+
emits: ["navigation-click", "cta-click"],
|
|
7410
|
+
setup(t, { emit: e }) {
|
|
7411
|
+
const n = t, o = X(!1), { backgroundColor: i, palette: r } = Q(n), l = e;
|
|
7412
|
+
return (a, s) => {
|
|
7413
|
+
const c = we;
|
|
7398
7414
|
return p(), h("header", {
|
|
7399
|
-
class:
|
|
7415
|
+
class: m(`primary-navigation-header sticky top-0 z-50 p-2 md:p-5 shadow-2xl bg-${v(i)}`)
|
|
7400
7416
|
}, [
|
|
7401
|
-
k("div",
|
|
7402
|
-
k("div",
|
|
7403
|
-
|
|
7404
|
-
ce(ie, qe(wn(
|
|
7405
|
-
])) :
|
|
7406
|
-
k("div",
|
|
7417
|
+
k("div", hl, [
|
|
7418
|
+
k("div", yl, [
|
|
7419
|
+
a.logo ? (p(), h("a", vl, [
|
|
7420
|
+
ce(ie, qe(wn(a.logo)), null, 16)
|
|
7421
|
+
])) : C("", !0),
|
|
7422
|
+
k("div", bl, [
|
|
7407
7423
|
k("button", {
|
|
7408
7424
|
type: "button",
|
|
7409
7425
|
class: "block",
|
|
7410
|
-
onClick:
|
|
7426
|
+
onClick: s[0] || (s[0] = (u) => o.value = !o.value)
|
|
7411
7427
|
}, [
|
|
7412
7428
|
(p(), h("svg", {
|
|
7413
|
-
class:
|
|
7429
|
+
class: m(`h-6 w-6 fill-${v(r).copy}`),
|
|
7414
7430
|
viewBox: "0 0 24 24"
|
|
7415
7431
|
}, [
|
|
7416
|
-
|
|
7417
|
-
|
|
7432
|
+
o.value ? (p(), h("path", $l)) : C("", !0),
|
|
7433
|
+
o.value ? C("", !0) : (p(), h("path", wl))
|
|
7418
7434
|
], 2))
|
|
7419
7435
|
])
|
|
7420
7436
|
])
|
|
7421
7437
|
]),
|
|
7422
|
-
|
|
7438
|
+
a.navigation ? (p(), h("nav", {
|
|
7423
7439
|
key: 0,
|
|
7424
|
-
class:
|
|
7440
|
+
class: m(["primary-navigation items-center px-2 pt-2 pb-4 sm:flex gap-4 sm:justify-evenly sm:p-0", o.value ? "block" : "hidden"])
|
|
7425
7441
|
}, [
|
|
7426
|
-
(p(!0), h(W, null, Y(
|
|
7427
|
-
key: `${
|
|
7442
|
+
(p(!0), h(W, null, Y(a.navigation, (u, d) => (p(), P(Ue, x({
|
|
7443
|
+
key: `${u.title}-${d}`,
|
|
7428
7444
|
role: "menuitem",
|
|
7429
7445
|
tabindex: "-1",
|
|
7430
7446
|
ref_for: !0
|
|
7431
7447
|
}, {
|
|
7432
|
-
...
|
|
7433
|
-
class: `primary-nav-item-${
|
|
7448
|
+
...u,
|
|
7449
|
+
class: `primary-nav-item-${d} ${u.class || ""} ${u.dividerLine ? "md:border-r pr-4 h-full" : ""}`,
|
|
7434
7450
|
isChild: !1,
|
|
7435
7451
|
elementType: "header"
|
|
7436
|
-
}
|
|
7437
|
-
|
|
7438
|
-
|
|
7439
|
-
|
|
7452
|
+
}, {
|
|
7453
|
+
onClick: (f) => l("navigation-click", u)
|
|
7454
|
+
}), null, 16, ["onClick"]))), 128)),
|
|
7455
|
+
(p(!0), h(W, null, Y(a.ctas, (u) => (p(), P(c, x({
|
|
7456
|
+
key: u.title,
|
|
7457
|
+
class: ["my-4 md:my-0", u.buttonType === "fill" ? "justify-center w-full" : ""],
|
|
7440
7458
|
ref_for: !0
|
|
7441
|
-
},
|
|
7442
|
-
|
|
7459
|
+
}, u, {
|
|
7460
|
+
onClick: (d) => l("cta-click", u)
|
|
7461
|
+
}), null, 16, ["class", "onClick"]))), 128))
|
|
7462
|
+
], 2)) : C("", !0)
|
|
7443
7463
|
])
|
|
7444
7464
|
], 2);
|
|
7445
7465
|
};
|
|
7446
7466
|
}
|
|
7447
|
-
}),
|
|
7467
|
+
}), kl = ["innerHTML"], Tl = /* @__PURE__ */ R({
|
|
7448
7468
|
__name: "SplitModule",
|
|
7449
7469
|
props: {
|
|
7450
7470
|
__typename: {},
|
|
@@ -7460,7 +7480,7 @@ const yn = (t, e, n) => t ?? e ?? n, Qa = {
|
|
|
7460
7480
|
class: {}
|
|
7461
7481
|
},
|
|
7462
7482
|
setup(t) {
|
|
7463
|
-
const e = t, n = S(() =>
|
|
7483
|
+
const e = t, n = S(() => _(Nn, e.pt ?? {})), o = S(() => ({
|
|
7464
7484
|
"background-image": `url(${e.backgroundImage ?? ""})`,
|
|
7465
7485
|
"background-size": "cover"
|
|
7466
7486
|
})), { backgroundColor: i, palette: r } = Q(e), l = S(
|
|
@@ -7469,40 +7489,40 @@ const yn = (t, e, n) => t ?? e ?? n, Qa = {
|
|
|
7469
7489
|
e.class ?? ""
|
|
7470
7490
|
)
|
|
7471
7491
|
);
|
|
7472
|
-
return (a, s) => (p(),
|
|
7492
|
+
return (a, s) => (p(), P(ee(a.isChild ? "div" : "section"), {
|
|
7473
7493
|
style: fe(o.value),
|
|
7474
|
-
class:
|
|
7494
|
+
class: m(l.value)
|
|
7475
7495
|
}, {
|
|
7476
7496
|
default: J(() => {
|
|
7477
|
-
var c, u, d,
|
|
7497
|
+
var c, u, d, f, y;
|
|
7478
7498
|
return [
|
|
7479
7499
|
a.headline ? (p(), h("h2", {
|
|
7480
7500
|
key: 0,
|
|
7481
|
-
class:
|
|
7501
|
+
class: m(`headline ${((c = n.value) == null ? void 0 : c.headline) ?? ""} text-${v(r).headline}`),
|
|
7482
7502
|
innerHTML: a.headline
|
|
7483
|
-
}, null, 10,
|
|
7503
|
+
}, null, 10, kl)) : C("", !0),
|
|
7484
7504
|
k("div", {
|
|
7485
|
-
class:
|
|
7505
|
+
class: m(`split-module-content ${v(U)("flex justify-evenly gap-4 mx-auto items-center", ((u = n.value) == null ? void 0 : u.bodyCopy) ?? "")}`)
|
|
7486
7506
|
}, [
|
|
7487
|
-
a.start ? (p(),
|
|
7507
|
+
a.start ? (p(), P(ee(a.start.__typename), x({ key: 0 }, a.start, {
|
|
7488
7508
|
class: `split-module-start ${((d = n.value) == null ? void 0 : d.start) ?? ""}`,
|
|
7489
7509
|
"is-child": !0
|
|
7490
|
-
}), null, 16, ["class"])) :
|
|
7491
|
-
a.center ? (p(),
|
|
7492
|
-
class: `split-module-center ${((
|
|
7510
|
+
}), null, 16, ["class"])) : C("", !0),
|
|
7511
|
+
a.center ? (p(), P(ee(a.center.__typename), x({ key: 1 }, a.center, {
|
|
7512
|
+
class: `split-module-center ${((f = n.value) == null ? void 0 : f.center) ?? ""}`,
|
|
7493
7513
|
"is-child": !0
|
|
7494
|
-
}), null, 16, ["class"])) :
|
|
7495
|
-
a.end ? (p(),
|
|
7496
|
-
class: `split-module-end ${((
|
|
7514
|
+
}), null, 16, ["class"])) : C("", !0),
|
|
7515
|
+
a.end ? (p(), P(ee(a.end.__typename), x({ key: 2 }, a.end, {
|
|
7516
|
+
class: `split-module-end ${((y = n.value) == null ? void 0 : y.end) ?? ""}`,
|
|
7497
7517
|
"is-child": !0
|
|
7498
|
-
}), null, 16, ["class"])) :
|
|
7518
|
+
}), null, 16, ["class"])) : C("", !0)
|
|
7499
7519
|
], 2)
|
|
7500
7520
|
];
|
|
7501
7521
|
}),
|
|
7502
7522
|
_: 1
|
|
7503
7523
|
}, 8, ["style", "class"]));
|
|
7504
7524
|
}
|
|
7505
|
-
}),
|
|
7525
|
+
}), Sl = ["innerHTML"], xl = /* @__PURE__ */ R({
|
|
7506
7526
|
__name: "TestimonialModule",
|
|
7507
7527
|
props: {
|
|
7508
7528
|
__typename: {},
|
|
@@ -7518,58 +7538,58 @@ const yn = (t, e, n) => t ?? e ?? n, Qa = {
|
|
|
7518
7538
|
},
|
|
7519
7539
|
setup(t) {
|
|
7520
7540
|
const e = t, n = S(
|
|
7521
|
-
() =>
|
|
7541
|
+
() => _(Bn, e.pt ?? {})
|
|
7522
7542
|
), { palette: o } = Q(e), i = S(() => ({
|
|
7523
7543
|
"background-color": e.backgroundColor ?? "transparent",
|
|
7524
7544
|
color: e.textColor ?? "inherit"
|
|
7525
7545
|
}));
|
|
7526
7546
|
return (r, l) => {
|
|
7527
|
-
var a, s, c, u, d,
|
|
7547
|
+
var a, s, c, u, d, f, y;
|
|
7528
7548
|
return p(), h("div", {
|
|
7529
|
-
class:
|
|
7549
|
+
class: m(`testimonial ${v(U)("p-5", e.class ?? "")}`),
|
|
7530
7550
|
style: fe(i.value)
|
|
7531
7551
|
}, [
|
|
7532
7552
|
k("div", {
|
|
7533
|
-
class:
|
|
7553
|
+
class: m(`container mx-auto flex flex-col lg:flex-row gap-8 ${((a = n.value) == null ? void 0 : a.container) ?? ""}`)
|
|
7534
7554
|
}, [
|
|
7535
7555
|
r.media ? (p(), h("div", {
|
|
7536
7556
|
key: 0,
|
|
7537
|
-
class:
|
|
7557
|
+
class: m(`testimonial-media ${((s = n.value) == null ? void 0 : s.media) ?? ""}`)
|
|
7538
7558
|
}, [
|
|
7539
|
-
(p(),
|
|
7540
|
-
], 2)) :
|
|
7559
|
+
(p(), P(ee(r.media.__typename), qe(wn(r.media)), null, 16))
|
|
7560
|
+
], 2)) : C("", !0),
|
|
7541
7561
|
k("div", {
|
|
7542
|
-
class:
|
|
7562
|
+
class: m(`testimonial-text ${((c = n.value) == null ? void 0 : c.text) ?? ""}`)
|
|
7543
7563
|
}, [
|
|
7544
7564
|
r.headline ? (p(), h("h3", {
|
|
7545
7565
|
key: 0,
|
|
7546
|
-
class:
|
|
7566
|
+
class: m(`testimonial-headline ${((u = n.value) == null ? void 0 : u.headline) ?? ""} text-${v(o).headline}`),
|
|
7547
7567
|
innerHTML: r.headline
|
|
7548
|
-
}, null, 10,
|
|
7568
|
+
}, null, 10, Sl)) : C("", !0),
|
|
7549
7569
|
r.quote ? (p(), h("p", {
|
|
7550
7570
|
key: 1,
|
|
7551
|
-
class:
|
|
7552
|
-
}, ' "' + M(r.quote) + '" ', 3)) :
|
|
7571
|
+
class: m(`testimonial-quote ${((d = n.value) == null ? void 0 : d.quote) ?? ""} text-${v(o).copyAccent}`)
|
|
7572
|
+
}, ' "' + M(r.quote) + '" ', 3)) : C("", !0),
|
|
7553
7573
|
r.author ? (p(), h("p", {
|
|
7554
7574
|
key: 2,
|
|
7555
|
-
class:
|
|
7556
|
-
}, M(r.author), 3)) :
|
|
7575
|
+
class: m(`testimonial-author ${((f = n.value) == null ? void 0 : f.author) ?? ""} text-${v(o).copy}`)
|
|
7576
|
+
}, M(r.author), 3)) : C("", !0),
|
|
7557
7577
|
r.details ? (p(), h("p", {
|
|
7558
7578
|
key: 3,
|
|
7559
|
-
class:
|
|
7560
|
-
}, M(r.details), 3)) :
|
|
7579
|
+
class: m(`testimonial-details ${((y = n.value) == null ? void 0 : y.details) ?? ""} text-${v(o).copy}`)
|
|
7580
|
+
}, M(r.details), 3)) : C("", !0)
|
|
7561
7581
|
], 2)
|
|
7562
7582
|
], 2)
|
|
7563
7583
|
], 6);
|
|
7564
7584
|
};
|
|
7565
7585
|
}
|
|
7566
|
-
}),
|
|
7586
|
+
}), Il = ["innerHTML"], Pl = {
|
|
7567
7587
|
key: 3,
|
|
7568
7588
|
class: "mx-auto mt-16 w-fit"
|
|
7569
|
-
},
|
|
7589
|
+
}, Al = {
|
|
7570
7590
|
key: 0,
|
|
7571
7591
|
class: "w-full overflow-hidden pt-8"
|
|
7572
|
-
},
|
|
7592
|
+
}, _l = /* @__PURE__ */ R({
|
|
7573
7593
|
__name: "TileCollectionModule",
|
|
7574
7594
|
props: {
|
|
7575
7595
|
__typename: {},
|
|
@@ -7588,7 +7608,7 @@ const yn = (t, e, n) => t ?? e ?? n, Qa = {
|
|
|
7588
7608
|
},
|
|
7589
7609
|
setup(t) {
|
|
7590
7610
|
const e = t, n = S(
|
|
7591
|
-
() =>
|
|
7611
|
+
() => _(Hn, e.pt ?? {})
|
|
7592
7612
|
), { backgroundColor: o, palette: i } = Q(e), r = S(() => {
|
|
7593
7613
|
const a = ["w-full md:w-[47%]"];
|
|
7594
7614
|
switch (e.modules.length < e.cols ? e.modules.length : e.cols) {
|
|
@@ -7614,47 +7634,47 @@ const yn = (t, e, n) => t ?? e ?? n, Qa = {
|
|
|
7614
7634
|
}
|
|
7615
7635
|
});
|
|
7616
7636
|
return (a, s) => {
|
|
7617
|
-
var d,
|
|
7637
|
+
var d, f, y, g, $;
|
|
7618
7638
|
const c = we, u = ie;
|
|
7619
7639
|
return p(), h("section", {
|
|
7620
|
-
class:
|
|
7640
|
+
class: m(`tile-collection ${a.variant} ${v(U)("overflow-hidden py-16", a.includeDecoration ? "!pb-0" : "", ((d = n.value) == null ? void 0 : d.root) ?? "", e.class ?? "")} bg-${v(o)}`)
|
|
7621
7641
|
}, [
|
|
7622
7642
|
k("div", {
|
|
7623
|
-
class:
|
|
7643
|
+
class: m(`container mx-auto ${((f = n.value) == null ? void 0 : f.container) ?? ""}`)
|
|
7624
7644
|
}, [
|
|
7625
7645
|
a.headline ? (p(), h("h2", {
|
|
7626
7646
|
key: 0,
|
|
7627
|
-
class:
|
|
7647
|
+
class: m(`tile-collection-headline ${((y = n.value) == null ? void 0 : y.headline) ?? ""} text-${v(i).headline} ${a.bodyCopy ? "mb-2" : ""}`),
|
|
7628
7648
|
innerHTML: a.headline
|
|
7629
|
-
}, null, 10,
|
|
7649
|
+
}, null, 10, Il)) : C("", !0),
|
|
7630
7650
|
a.bodyCopy ? (p(), h("h3", {
|
|
7631
7651
|
key: 1,
|
|
7632
|
-
class:
|
|
7633
|
-
}, M(a.bodyCopy), 3)) :
|
|
7652
|
+
class: m(`tile-collection-body-copy ${((g = n.value) == null ? void 0 : g.bodyCopy) ?? ""} text-${v(i).copy}`)
|
|
7653
|
+
}, M(a.bodyCopy), 3)) : C("", !0),
|
|
7634
7654
|
a.modules ? (p(), h("div", {
|
|
7635
7655
|
key: 2,
|
|
7636
|
-
class:
|
|
7656
|
+
class: m(`tile-collection-content ${v(U)(`flex flex-col ${a.variant !== "ImageStackedAnimatedTile" ? "md:flex-row flex-wrap gap-12 md:gap-6" : "gap-12 md:gap-4"} justify-center`, (($ = n.value) == null ? void 0 : $.bodyCopy) ?? "")}`)
|
|
7637
7657
|
}, [
|
|
7638
|
-
(p(!0), h(W, null, Y(a.modules, (
|
|
7658
|
+
(p(!0), h(W, null, Y(a.modules, (b, w) => {
|
|
7639
7659
|
var I;
|
|
7640
|
-
return p(),
|
|
7641
|
-
key: `${
|
|
7642
|
-
class: `tile-collection-content-item-${
|
|
7660
|
+
return p(), P(ee(`TileContent${a.variant}`), x({
|
|
7661
|
+
key: `${b == null ? void 0 : b.headline}-${w}`,
|
|
7662
|
+
class: `tile-collection-content-item-${w} ${r.value} ${((I = n.value) == null ? void 0 : I.item) ?? ""} ${b.class}`,
|
|
7643
7663
|
ref_for: !0
|
|
7644
|
-
},
|
|
7645
|
-
index:
|
|
7664
|
+
}, b, {
|
|
7665
|
+
index: w,
|
|
7646
7666
|
"tile-label-type": a.tileLabelType
|
|
7647
7667
|
}), null, 16, ["class", "index", "tile-label-type"]);
|
|
7648
7668
|
}), 128))
|
|
7649
|
-
], 2)) :
|
|
7650
|
-
a.ctas ? (p(), h("div",
|
|
7651
|
-
(p(!0), h(W, null, Y(a.ctas, (
|
|
7652
|
-
key: `${
|
|
7669
|
+
], 2)) : C("", !0),
|
|
7670
|
+
a.ctas ? (p(), h("div", Pl, [
|
|
7671
|
+
(p(!0), h(W, null, Y(a.ctas, (b) => (p(), P(c, x({
|
|
7672
|
+
key: `${b.title}-cta`,
|
|
7653
7673
|
ref_for: !0
|
|
7654
|
-
},
|
|
7655
|
-
])) :
|
|
7674
|
+
}, b, { size: "xl" }), null, 16))), 128))
|
|
7675
|
+
])) : C("", !0)
|
|
7656
7676
|
], 2),
|
|
7657
|
-
a.includeDecoration ? (p(), h("div",
|
|
7677
|
+
a.includeDecoration ? (p(), h("div", Al, [
|
|
7658
7678
|
ce(u, {
|
|
7659
7679
|
animated: !0,
|
|
7660
7680
|
media: {
|
|
@@ -7663,7 +7683,7 @@ const yn = (t, e, n) => t ?? e ?? n, Qa = {
|
|
|
7663
7683
|
"alt-tag": "Stem cell background image, series of multicolor circles in a circular pattern.",
|
|
7664
7684
|
class: "w-full md:w-3/4 h-[20vw] md:h-[200px] object-top object-cover mx-auto"
|
|
7665
7685
|
}, null, 8, ["media"])
|
|
7666
|
-
])) :
|
|
7686
|
+
])) : C("", !0)
|
|
7667
7687
|
], 2);
|
|
7668
7688
|
};
|
|
7669
7689
|
}
|
|
@@ -7681,7 +7701,7 @@ const yn = (t, e, n) => t ?? e ?? n, Qa = {
|
|
|
7681
7701
|
},
|
|
7682
7702
|
setup(t) {
|
|
7683
7703
|
const e = t, n = bo(), o = S(() => e.type === "Numeric" && !e.copy ? (e.index ?? 0) + 1 : e.copy), i = S(
|
|
7684
|
-
() =>
|
|
7704
|
+
() => _(Un[e.type], e.pt ?? {})
|
|
7685
7705
|
), r = S(() => {
|
|
7686
7706
|
var a;
|
|
7687
7707
|
let l = e.type === "Numeric" ? "right-2 md:right-4" : "right-[-4%]";
|
|
@@ -7689,14 +7709,14 @@ const yn = (t, e, n) => t ?? e ?? n, Qa = {
|
|
|
7689
7709
|
});
|
|
7690
7710
|
return (l, a) => o.value ? (p(), h("div", {
|
|
7691
7711
|
key: 0,
|
|
7692
|
-
class:
|
|
7712
|
+
class: m(r.value),
|
|
7693
7713
|
style: fe({
|
|
7694
7714
|
backgroundColor: l.backgroundColor
|
|
7695
7715
|
})
|
|
7696
|
-
}, M(o.value), 7)) :
|
|
7716
|
+
}, M(o.value), 7)) : C("", !0);
|
|
7697
7717
|
}
|
|
7698
7718
|
}), ut = (t, e) => t.buttonType === "fill" ? t.color ?? Ve[e].cta.fill.bg : null, ct = (t, e) => t.textColor ?? Ve[e].cta[t.buttonType].copy;
|
|
7699
|
-
var
|
|
7719
|
+
var Ll = {
|
|
7700
7720
|
root: "p-card p-component",
|
|
7701
7721
|
header: "p-card-header",
|
|
7702
7722
|
body: "p-card-body",
|
|
@@ -7705,44 +7725,44 @@ var Ol = {
|
|
|
7705
7725
|
subtitle: "p-card-subtitle",
|
|
7706
7726
|
content: "p-card-content",
|
|
7707
7727
|
footer: "p-card-footer"
|
|
7708
|
-
},
|
|
7728
|
+
}, Ol = ue.extend({
|
|
7709
7729
|
name: "card",
|
|
7710
|
-
classes:
|
|
7711
|
-
}),
|
|
7730
|
+
classes: Ll
|
|
7731
|
+
}), El = {
|
|
7712
7732
|
name: "BaseCard",
|
|
7713
7733
|
extends: Ke,
|
|
7714
|
-
style:
|
|
7715
|
-
},
|
|
7734
|
+
style: Ol
|
|
7735
|
+
}, Ae = {
|
|
7716
7736
|
name: "Card",
|
|
7717
|
-
extends:
|
|
7737
|
+
extends: El,
|
|
7718
7738
|
inheritAttrs: !1
|
|
7719
7739
|
};
|
|
7720
|
-
function
|
|
7721
|
-
return p(), h("div",
|
|
7740
|
+
function jl(t, e, n, o, i, r) {
|
|
7741
|
+
return p(), h("div", x({
|
|
7722
7742
|
class: t.cx("root")
|
|
7723
|
-
}, t.ptmi("root")), [t.$slots.header ? (p(), h("div",
|
|
7743
|
+
}, t.ptmi("root")), [t.$slots.header ? (p(), h("div", x({
|
|
7724
7744
|
key: 0,
|
|
7725
7745
|
class: t.cx("header")
|
|
7726
|
-
}, t.ptm("header")), [te(t.$slots, "header")], 16)) :
|
|
7746
|
+
}, t.ptm("header")), [te(t.$slots, "header")], 16)) : C("", !0), k("div", x({
|
|
7727
7747
|
class: t.cx("body")
|
|
7728
|
-
}, t.ptm("body")), [t.$slots.title || t.$slots.subtitle ? (p(), h("div",
|
|
7748
|
+
}, t.ptm("body")), [t.$slots.title || t.$slots.subtitle ? (p(), h("div", x({
|
|
7729
7749
|
key: 0,
|
|
7730
7750
|
class: t.cx("caption")
|
|
7731
|
-
}, t.ptm("caption")), [t.$slots.title ? (p(), h("div",
|
|
7751
|
+
}, t.ptm("caption")), [t.$slots.title ? (p(), h("div", x({
|
|
7732
7752
|
key: 0,
|
|
7733
7753
|
class: t.cx("title")
|
|
7734
|
-
}, t.ptm("title")), [te(t.$slots, "title")], 16)) :
|
|
7754
|
+
}, t.ptm("title")), [te(t.$slots, "title")], 16)) : C("", !0), t.$slots.subtitle ? (p(), h("div", x({
|
|
7735
7755
|
key: 1,
|
|
7736
7756
|
class: t.cx("subtitle")
|
|
7737
|
-
}, t.ptm("subtitle")), [te(t.$slots, "subtitle")], 16)) :
|
|
7757
|
+
}, t.ptm("subtitle")), [te(t.$slots, "subtitle")], 16)) : C("", !0)], 16)) : C("", !0), k("div", x({
|
|
7738
7758
|
class: t.cx("content")
|
|
7739
|
-
}, t.ptm("content")), [te(t.$slots, "content")], 16), t.$slots.footer ? (p(), h("div",
|
|
7759
|
+
}, t.ptm("content")), [te(t.$slots, "content")], 16), t.$slots.footer ? (p(), h("div", x({
|
|
7740
7760
|
key: 1,
|
|
7741
7761
|
class: t.cx("footer")
|
|
7742
|
-
}, t.ptm("footer")), [te(t.$slots, "footer")], 16)) :
|
|
7762
|
+
}, t.ptm("footer")), [te(t.$slots, "footer")], 16)) : C("", !0)], 16)], 16);
|
|
7743
7763
|
}
|
|
7744
|
-
|
|
7745
|
-
const
|
|
7764
|
+
Ae.render = jl;
|
|
7765
|
+
const Ml = ["src", "height", "width"], Vl = ["src", "height", "width"], dt = /* @__PURE__ */ R({
|
|
7746
7766
|
__name: "Video",
|
|
7747
7767
|
props: {
|
|
7748
7768
|
__typename: {},
|
|
@@ -7757,16 +7777,16 @@ const Vl = ["src", "height", "width"], Nl = ["src", "height", "width"], dt = /*
|
|
|
7757
7777
|
}
|
|
7758
7778
|
return (o, i) => {
|
|
7759
7779
|
var r, l;
|
|
7760
|
-
return
|
|
7780
|
+
return v(e) ? v(e) ? (p(), h("iframe", {
|
|
7761
7781
|
key: 1,
|
|
7762
|
-
class:
|
|
7782
|
+
class: m(`${o.$props.class} w-full`),
|
|
7763
7783
|
src: o.url,
|
|
7764
7784
|
height: (r = o.thumbnail.media) != null && r.height ? o.thumbnail.media.height : "100%",
|
|
7765
7785
|
width: (l = o.thumbnail.media) != null && l.width ? o.thumbnail.media.width : "100%",
|
|
7766
7786
|
allow: "autoplay"
|
|
7767
|
-
}, null, 10,
|
|
7787
|
+
}, null, 10, Vl)) : C("", !0) : (p(), h("div", {
|
|
7768
7788
|
key: 0,
|
|
7769
|
-
class:
|
|
7789
|
+
class: m(`${o.$props.class} relative cursor-pointer`),
|
|
7770
7790
|
onClick: n
|
|
7771
7791
|
}, [
|
|
7772
7792
|
i[0] || (i[0] = k("svg", {
|
|
@@ -7794,11 +7814,11 @@ const Vl = ["src", "height", "width"], Nl = ["src", "height", "width"], dt = /*
|
|
|
7794
7814
|
src: o.thumbnail.media.url,
|
|
7795
7815
|
height: o.thumbnail.media.height,
|
|
7796
7816
|
width: o.thumbnail.media.width
|
|
7797
|
-
}, null, 8,
|
|
7817
|
+
}, null, 8, Ml)
|
|
7798
7818
|
], 2));
|
|
7799
7819
|
};
|
|
7800
7820
|
}
|
|
7801
|
-
}),
|
|
7821
|
+
}), Nl = ["innerHTML"], Bl = /* @__PURE__ */ R({
|
|
7802
7822
|
__name: "TileContentIconTile",
|
|
7803
7823
|
props: {
|
|
7804
7824
|
__typename: {},
|
|
@@ -7821,61 +7841,61 @@ const Vl = ["src", "height", "width"], Nl = ["src", "height", "width"], dt = /*
|
|
|
7821
7841
|
},
|
|
7822
7842
|
setup(t) {
|
|
7823
7843
|
const e = t, n = S(
|
|
7824
|
-
() =>
|
|
7844
|
+
() => _(Dn, e.pt ?? {})
|
|
7825
7845
|
), { palette: o } = Q(e), i = e.backgroundColor ? o : o.tile, r = typeof e.index == "number", l = e.backgroundColor ? e.backgroundColor : o.tile.bg, a = S(() => e.alignment === "center" ? "items-center" : e.alignment === "right" ? "items-end" : "items-start"), s = X(null), c = Nt(s, { threshold: 0.1 });
|
|
7826
7846
|
return (u, d) => {
|
|
7827
|
-
var
|
|
7828
|
-
const
|
|
7847
|
+
var g, $, b, w, I, T, E, j, D, V, B;
|
|
7848
|
+
const f = Xe, y = we;
|
|
7829
7849
|
return p(), h("div", {
|
|
7830
7850
|
ref_key: "content",
|
|
7831
7851
|
ref: s,
|
|
7832
7852
|
style: fe({ transitionDelay: `${(u.index ?? 0) * 0.2}s` }),
|
|
7833
|
-
class:
|
|
7853
|
+
class: m(`tile-content animate-slide-on-top ${v(c) ? "visible" : ""} ${v(U)((g = n.value) == null ? void 0 : g.root, r ? "" : "w-full md:w-full lg:w-full")} ${e.class} bg-${v(l)}`)
|
|
7834
7854
|
}, [
|
|
7835
|
-
u.tileLabel || u.tileLabelType ? (p(),
|
|
7836
|
-
type: u.tileLabelType ?? ((
|
|
7837
|
-
class: u.tileLabelType === "Numeric" || ((
|
|
7838
|
-
"background-color":
|
|
7839
|
-
"text-color":
|
|
7855
|
+
u.tileLabel || u.tileLabelType ? (p(), P(f, x({ key: 0 }, u.tileLabel, {
|
|
7856
|
+
type: u.tileLabelType ?? (($ = u.tileLabel) == null ? void 0 : $.type),
|
|
7857
|
+
class: u.tileLabelType === "Numeric" || ((b = u.tileLabel) == null ? void 0 : b.type) === "Numeric" ? (w = n.value) == null ? void 0 : w.numericLabel : (I = n.value) == null ? void 0 : I.label,
|
|
7858
|
+
"background-color": v(i).label[u.tileLabelType ?? ((T = u.tileLabel) == null ? void 0 : T.type) ?? "Text"].bg,
|
|
7859
|
+
"text-color": v(i).label[u.tileLabelType ?? ((E = u.tileLabel) == null ? void 0 : E.type) ?? "Text"].copy,
|
|
7840
7860
|
index: u.index,
|
|
7841
7861
|
alignment: ((j = u.tileLabel) == null ? void 0 : j.alignment) ?? "right"
|
|
7842
|
-
}), null, 16, ["type", "class", "background-color", "text-color", "index", "alignment"])) :
|
|
7843
|
-
ce(
|
|
7844
|
-
class:
|
|
7862
|
+
}), null, 16, ["type", "class", "background-color", "text-color", "index", "alignment"])) : C("", !0),
|
|
7863
|
+
ce(v(Ae), {
|
|
7864
|
+
class: m(`${((D = n.value) == null ? void 0 : D.container) ?? ""} tile-content-container shadow-none`),
|
|
7845
7865
|
"pt:footer:class": `tile-content-footer ${((V = n.value) == null ? void 0 : V.footer) ?? ""}`,
|
|
7846
7866
|
"pt:body:class": ((B = n.value) == null ? void 0 : B.body) ?? ""
|
|
7847
7867
|
}, xe({ _: 2 }, [
|
|
7848
7868
|
u.bodyCopy || u.listItems ? {
|
|
7849
7869
|
name: "content",
|
|
7850
7870
|
fn: J(() => {
|
|
7851
|
-
var H, z, q,
|
|
7871
|
+
var H, z, q, A, oe, re, le;
|
|
7852
7872
|
return [
|
|
7853
7873
|
k("div", {
|
|
7854
|
-
class:
|
|
7874
|
+
class: m(`flex flex-col tile-content-inner ${((H = n.value) == null ? void 0 : H.bodyCopy) ?? ""} ${a.value}`)
|
|
7855
7875
|
}, [
|
|
7856
7876
|
u.image ? (p(), h("div", {
|
|
7857
7877
|
key: 0,
|
|
7858
|
-
class:
|
|
7878
|
+
class: m(`tile-content-media ${((z = n.value) == null ? void 0 : z.media) ?? ""}`)
|
|
7859
7879
|
}, [
|
|
7860
7880
|
d[0] || (d[0] = k("div", { class: "tile-content-media-background" }, null, -1)),
|
|
7861
|
-
u.image ? (p(),
|
|
7862
|
-
class:
|
|
7863
|
-
}), null, 16, ["class"])) :
|
|
7864
|
-
u.video ? (p(),
|
|
7865
|
-
], 2)) :
|
|
7881
|
+
u.image ? (p(), P(ie, x({ key: 0 }, u.image, {
|
|
7882
|
+
class: v(U)((A = (q = u.image) == null ? void 0 : q.media) != null && A.width ? "" : "w-full", u.image.class)
|
|
7883
|
+
}), null, 16, ["class"])) : C("", !0),
|
|
7884
|
+
u.video ? (p(), P(dt, x({ key: 1 }, u.video, { class: "w-full" }), null, 16)) : C("", !0)
|
|
7885
|
+
], 2)) : C("", !0),
|
|
7866
7886
|
u.headline ? (p(), h("h3", {
|
|
7867
7887
|
key: 1,
|
|
7868
|
-
class:
|
|
7869
|
-
}, M(u.headline), 3)) :
|
|
7888
|
+
class: m(`tile-content-headline ${((oe = n.value) == null ? void 0 : oe.headline) ?? ""} text-${v(i).headline} text-${u.alignment}`)
|
|
7889
|
+
}, M(u.headline), 3)) : C("", !0),
|
|
7870
7890
|
u.subheadline ? (p(), h("h6", {
|
|
7871
7891
|
key: 2,
|
|
7872
|
-
class:
|
|
7873
|
-
}, M(u.subheadline), 3)) :
|
|
7892
|
+
class: m(`tile-content-subheadline ${((re = n.value) == null ? void 0 : re.subheadline) ?? ""} text-${v(i).headline} text-${u.alignment}`)
|
|
7893
|
+
}, M(u.subheadline), 3)) : C("", !0),
|
|
7874
7894
|
u.bodyCopy ? (p(), h("div", {
|
|
7875
7895
|
key: 3,
|
|
7876
|
-
class:
|
|
7896
|
+
class: m(`tile-content-body-copy ${((le = n.value) == null ? void 0 : le.bodyCopy) ?? ""} text-${v(i).copy} text-${u.alignment}`),
|
|
7877
7897
|
innerHTML: u.bodyCopy
|
|
7878
|
-
}, null, 10,
|
|
7898
|
+
}, null, 10, Nl)) : C("", !0)
|
|
7879
7899
|
], 2)
|
|
7880
7900
|
];
|
|
7881
7901
|
}),
|
|
@@ -7888,18 +7908,18 @@ const Vl = ["src", "height", "width"], Nl = ["src", "height", "width"], dt = /*
|
|
|
7888
7908
|
return [
|
|
7889
7909
|
u.footer ? (p(), h("p", {
|
|
7890
7910
|
key: 0,
|
|
7891
|
-
class:
|
|
7892
|
-
}, M(u.footer), 3)) :
|
|
7911
|
+
class: m(`${((H = n.value) == null ? void 0 : H.footerContent) ?? ""} text-${v(i).copy}`)
|
|
7912
|
+
}, M(u.footer), 3)) : C("", !0),
|
|
7893
7913
|
k("div", {
|
|
7894
|
-
class:
|
|
7914
|
+
class: m(((z = n.value) == null ? void 0 : z.ctas) ?? "")
|
|
7895
7915
|
}, [
|
|
7896
|
-
(p(!0), h(W, null, Y(u.ctas, (q,
|
|
7916
|
+
(p(!0), h(W, null, Y(u.ctas, (q, A) => {
|
|
7897
7917
|
var oe;
|
|
7898
|
-
return p(),
|
|
7899
|
-
key: `cta-${q.title}-${
|
|
7900
|
-
class: `cta-${
|
|
7901
|
-
color:
|
|
7902
|
-
"text-color":
|
|
7918
|
+
return p(), P(y, x({
|
|
7919
|
+
key: `cta-${q.title}-${A}`,
|
|
7920
|
+
class: `cta-${A} ${(oe = n.value) == null ? void 0 : oe.cta}`,
|
|
7921
|
+
color: v(ut)(q, v(l)),
|
|
7922
|
+
"text-color": v(ct)(q, v(l)),
|
|
7903
7923
|
ref_for: !0
|
|
7904
7924
|
}, q), null, 16, ["class", "color", "text-color"]);
|
|
7905
7925
|
}), 128))
|
|
@@ -7912,7 +7932,7 @@ const Vl = ["src", "height", "width"], Nl = ["src", "height", "width"], dt = /*
|
|
|
7912
7932
|
], 6);
|
|
7913
7933
|
};
|
|
7914
7934
|
}
|
|
7915
|
-
}),
|
|
7935
|
+
}), Hl = /* @__PURE__ */ st(Bl, [["__scopeId", "data-v-c3708d8c"]]), Dl = ["innerHTML"], Fl = /* @__PURE__ */ R({
|
|
7916
7936
|
__name: "TileContentImageTile",
|
|
7917
7937
|
props: {
|
|
7918
7938
|
__typename: {},
|
|
@@ -7935,67 +7955,67 @@ const Vl = ["src", "height", "width"], Nl = ["src", "height", "width"], dt = /*
|
|
|
7935
7955
|
},
|
|
7936
7956
|
setup(t) {
|
|
7937
7957
|
const e = t, n = S(
|
|
7938
|
-
() =>
|
|
7958
|
+
() => _(Rn, e.pt ?? {})
|
|
7939
7959
|
), { palette: o } = Q(e), i = e.backgroundColor ? o : o.tile, r = typeof e.index == "number", l = e.backgroundColor ? e.backgroundColor : o.tile.bg, a = S(() => e.alignment === "center" ? "items-center" : e.alignment === "right" ? "items-end" : "items-start"), s = X(null), c = Nt(s, { threshold: 0.1 });
|
|
7940
7960
|
return (u, d) => {
|
|
7941
|
-
var
|
|
7942
|
-
const
|
|
7961
|
+
var g, $, b, w;
|
|
7962
|
+
const f = Xe, y = we;
|
|
7943
7963
|
return p(), h("div", {
|
|
7944
7964
|
ref_key: "content",
|
|
7945
7965
|
ref: s,
|
|
7946
7966
|
style: fe({ transitionDelay: `${(u.index ?? 0) * 0.2}s` }),
|
|
7947
|
-
class:
|
|
7967
|
+
class: m(`tile-content animate-slide-in-right ${v(c) ? "visible" : ""} ${v(U)(((g = n.value) == null ? void 0 : g.root) ?? "", r ? "" : "w-full md:w-full lg:w-full", `bg-${v(l)}`, e.class ?? "")}`)
|
|
7948
7968
|
}, [
|
|
7949
|
-
ce(
|
|
7950
|
-
class:
|
|
7951
|
-
"pt:footer:class": `tile-content-ctas ${((
|
|
7952
|
-
"pt:body:class": ((
|
|
7969
|
+
ce(v(Ae), {
|
|
7970
|
+
class: m(`${(($ = n.value) == null ? void 0 : $.container) ?? ""} tile-content-container shadow-none`),
|
|
7971
|
+
"pt:footer:class": `tile-content-ctas ${((b = n.value) == null ? void 0 : b.footer) ?? ""}`,
|
|
7972
|
+
"pt:body:class": ((w = n.value) == null ? void 0 : w.body) ?? ""
|
|
7953
7973
|
}, xe({ _: 2 }, [
|
|
7954
7974
|
u.bodyCopy || u.listItems ? {
|
|
7955
7975
|
name: "content",
|
|
7956
7976
|
fn: J(() => {
|
|
7957
|
-
var I,
|
|
7977
|
+
var I, T, E, j, D, V, B, H, z, q, A, oe, re, le;
|
|
7958
7978
|
return [
|
|
7959
7979
|
k("div", {
|
|
7960
|
-
class:
|
|
7980
|
+
class: m(`flex flex-col tile-content-inner ${((I = n.value) == null ? void 0 : I.bodyCopy) ?? ""} ${a.value}`)
|
|
7961
7981
|
}, [
|
|
7962
7982
|
u.image ? (p(), h("div", {
|
|
7963
7983
|
key: 0,
|
|
7964
|
-
class:
|
|
7984
|
+
class: m(`tile-content-media w-4/5 ${((T = n.value) == null ? void 0 : T.media) ?? ""}`)
|
|
7965
7985
|
}, [
|
|
7966
|
-
u.tileLabel || u.tileLabelType ? (p(),
|
|
7986
|
+
u.tileLabel || u.tileLabelType ? (p(), P(f, {
|
|
7967
7987
|
key: 0,
|
|
7968
|
-
class:
|
|
7988
|
+
class: m(
|
|
7969
7989
|
u.tileLabelType === "Numeric" || ((E = u.tileLabel) == null ? void 0 : E.type) === "Numeric" ? (j = n.value) == null ? void 0 : j.numericLabel : (D = n.value) == null ? void 0 : D.label
|
|
7970
7990
|
),
|
|
7971
7991
|
index: u.index,
|
|
7972
7992
|
alignment: ((V = u.tileLabel) == null ? void 0 : V.alignment) ?? "left",
|
|
7973
7993
|
type: u.tileLabelType ?? ((B = u.tileLabel) == null ? void 0 : B.type),
|
|
7974
|
-
"background-color":
|
|
7975
|
-
"text-color":
|
|
7976
|
-
}, null, 8, ["class", "index", "alignment", "type", "background-color", "text-color"])) :
|
|
7994
|
+
"background-color": v(i).label[u.tileLabelType ?? ((H = u.tileLabel) == null ? void 0 : H.type) ?? "Text"].bg,
|
|
7995
|
+
"text-color": v(i).label[u.tileLabelType ?? ((z = u.tileLabel) == null ? void 0 : z.type) ?? "Text"].copy
|
|
7996
|
+
}, null, 8, ["class", "index", "alignment", "type", "background-color", "text-color"])) : C("", !0),
|
|
7977
7997
|
d[0] || (d[0] = k("div", { class: "tile-content-media-background" }, null, -1)),
|
|
7978
|
-
u.image ? (p(),
|
|
7979
|
-
class:
|
|
7998
|
+
u.image ? (p(), P(ie, x({ key: 1 }, u.image, {
|
|
7999
|
+
class: v(U)(
|
|
7980
8000
|
"rounded-full",
|
|
7981
|
-
(
|
|
8001
|
+
(A = (q = u.image) == null ? void 0 : q.media) != null && A.width ? "" : "w-full",
|
|
7982
8002
|
u.image.class
|
|
7983
8003
|
)
|
|
7984
|
-
}), null, 16, ["class"])) :
|
|
7985
|
-
], 2)) :
|
|
8004
|
+
}), null, 16, ["class"])) : C("", !0)
|
|
8005
|
+
], 2)) : C("", !0),
|
|
7986
8006
|
u.headline ? (p(), h("h3", {
|
|
7987
8007
|
key: 1,
|
|
7988
|
-
class:
|
|
7989
|
-
}, M(u.headline), 3)) :
|
|
8008
|
+
class: m(`tile-content-headline ${((oe = n.value) == null ? void 0 : oe.headline) ?? ""} text-${v(i).headline}`)
|
|
8009
|
+
}, M(u.headline), 3)) : C("", !0),
|
|
7990
8010
|
u.subheadline ? (p(), h("h6", {
|
|
7991
8011
|
key: 2,
|
|
7992
|
-
class:
|
|
7993
|
-
}, M(u.subheadline), 3)) :
|
|
8012
|
+
class: m(`tile-content-subheadline ${((re = n.value) == null ? void 0 : re.subheadline) ?? ""} text-${v(i).copy}`)
|
|
8013
|
+
}, M(u.subheadline), 3)) : C("", !0),
|
|
7994
8014
|
u.bodyCopy ? (p(), h("div", {
|
|
7995
8015
|
key: 3,
|
|
7996
|
-
class:
|
|
8016
|
+
class: m(`tile-content-body-copy ${((le = n.value) == null ? void 0 : le.bodyCopy) ?? ""} text-${v(i).copy} text-${u.alignment}`),
|
|
7997
8017
|
innerHTML: u.bodyCopy
|
|
7998
|
-
}, null, 10,
|
|
8018
|
+
}, null, 10, Dl)) : C("", !0)
|
|
7999
8019
|
], 2)
|
|
8000
8020
|
];
|
|
8001
8021
|
}),
|
|
@@ -8004,22 +8024,22 @@ const Vl = ["src", "height", "width"], Nl = ["src", "height", "width"], dt = /*
|
|
|
8004
8024
|
u.ctas || u.footer ? {
|
|
8005
8025
|
name: "footer",
|
|
8006
8026
|
fn: J(() => {
|
|
8007
|
-
var I,
|
|
8027
|
+
var I, T;
|
|
8008
8028
|
return [
|
|
8009
8029
|
u.footer ? (p(), h("p", {
|
|
8010
8030
|
key: 0,
|
|
8011
|
-
class:
|
|
8012
|
-
}, M(u.footer), 3)) :
|
|
8031
|
+
class: m(`${((I = n.value) == null ? void 0 : I.footerContent) ?? ""} text-${v(i).copy} text-${u.alignment}`)
|
|
8032
|
+
}, M(u.footer), 3)) : C("", !0),
|
|
8013
8033
|
k("div", {
|
|
8014
|
-
class:
|
|
8034
|
+
class: m(((T = n.value) == null ? void 0 : T.ctas) ?? "")
|
|
8015
8035
|
}, [
|
|
8016
8036
|
(p(!0), h(W, null, Y(u.ctas, (E, j) => {
|
|
8017
8037
|
var D;
|
|
8018
|
-
return p(),
|
|
8038
|
+
return p(), P(y, x({
|
|
8019
8039
|
key: `cta-${E.title}-${j}`,
|
|
8020
8040
|
class: `cta-${j} ${(D = n.value) == null ? void 0 : D.cta}`,
|
|
8021
|
-
color:
|
|
8022
|
-
"text-color":
|
|
8041
|
+
color: v(ut)(E, v(l)),
|
|
8042
|
+
"text-color": v(ct)(E, v(l)),
|
|
8023
8043
|
ref_for: !0
|
|
8024
8044
|
}, E), null, 16, ["class", "color", "text-color"]);
|
|
8025
8045
|
}), 128))
|
|
@@ -8032,7 +8052,7 @@ const Vl = ["src", "height", "width"], Nl = ["src", "height", "width"], dt = /*
|
|
|
8032
8052
|
], 6);
|
|
8033
8053
|
};
|
|
8034
8054
|
}
|
|
8035
|
-
}),
|
|
8055
|
+
}), Rl = /* @__PURE__ */ st(Fl, [["__scopeId", "data-v-a6018848"]]), Wl = ["innerHTML"], zl = /* @__PURE__ */ R({
|
|
8036
8056
|
__name: "TileContentTextTile",
|
|
8037
8057
|
props: {
|
|
8038
8058
|
__typename: {},
|
|
@@ -8055,24 +8075,24 @@ const Vl = ["src", "height", "width"], Nl = ["src", "height", "width"], dt = /*
|
|
|
8055
8075
|
},
|
|
8056
8076
|
setup(t) {
|
|
8057
8077
|
const e = t, n = S(
|
|
8058
|
-
() =>
|
|
8078
|
+
() => _(Wn, e.pt ?? {})
|
|
8059
8079
|
), o = typeof e.index == "number", { palette: i } = Q(e), r = e.backgroundColor ? i : i.tile, l = e.backgroundColor ? e.backgroundColor : i.tile.bg;
|
|
8060
8080
|
return (a, s) => {
|
|
8061
|
-
var d,
|
|
8081
|
+
var d, f, y, g, $, b, w, I, T, E;
|
|
8062
8082
|
const c = Xe, u = we;
|
|
8063
8083
|
return p(), h("div", {
|
|
8064
|
-
class:
|
|
8084
|
+
class: m(`tile-content ${v(U)((d = n.value) == null ? void 0 : d.root, o ? "" : "w-full md:w-full lg:w-full")} ${e.class} bg-${v(l)}`)
|
|
8065
8085
|
}, [
|
|
8066
|
-
a.tileLabel || a.tileLabelType ? (p(),
|
|
8067
|
-
class: a.tileLabelType === "Numeric" || ((
|
|
8086
|
+
a.tileLabel || a.tileLabelType ? (p(), P(c, x({ key: 0 }, a.tileLabel, {
|
|
8087
|
+
class: a.tileLabelType === "Numeric" || ((f = a.tileLabel) == null ? void 0 : f.type) === "Numeric" ? (y = n.value) == null ? void 0 : y.numericLabel : (g = n.value) == null ? void 0 : g.label,
|
|
8068
8088
|
index: a.index,
|
|
8069
|
-
type: a.tileLabelType ?? ((
|
|
8070
|
-
"background-color":
|
|
8071
|
-
"text-color":
|
|
8072
|
-
}), null, 16, ["class", "index", "type", "background-color", "text-color"])) :
|
|
8073
|
-
ce(
|
|
8074
|
-
class:
|
|
8075
|
-
"pt:footer:class": `tile-content-ctas ${((
|
|
8089
|
+
type: a.tileLabelType ?? (($ = a.tileLabel) == null ? void 0 : $.type),
|
|
8090
|
+
"background-color": v(r).label[a.tileLabelType ?? ((b = a.tileLabel) == null ? void 0 : b.type) ?? "Text"].bg,
|
|
8091
|
+
"text-color": v(r).label[a.tileLabelType ?? ((w = a.tileLabel) == null ? void 0 : w.type) ?? "Text"].copy
|
|
8092
|
+
}), null, 16, ["class", "index", "type", "background-color", "text-color"])) : C("", !0),
|
|
8093
|
+
ce(v(Ae), {
|
|
8094
|
+
class: m(`${((I = n.value) == null ? void 0 : I.container) ?? ""} tile-content-container shadow-none`),
|
|
8095
|
+
"pt:footer:class": `tile-content-ctas ${((T = n.value) == null ? void 0 : T.footer) ?? ""}`,
|
|
8076
8096
|
"pt:body:class": ((E = n.value) == null ? void 0 : E.body) ?? ""
|
|
8077
8097
|
}, xe({ _: 2 }, [
|
|
8078
8098
|
a.bodyCopy || a.subheadline || a.headline ? {
|
|
@@ -8081,21 +8101,21 @@ const Vl = ["src", "height", "width"], Nl = ["src", "height", "width"], dt = /*
|
|
|
8081
8101
|
var j, D, V, B;
|
|
8082
8102
|
return [
|
|
8083
8103
|
k("div", {
|
|
8084
|
-
class:
|
|
8104
|
+
class: m(`flex flex-col tile-content-inner ${((j = n.value) == null ? void 0 : j.bodyCopy) ?? ""}`)
|
|
8085
8105
|
}, [
|
|
8086
8106
|
a.subheadline ? (p(), h("h6", {
|
|
8087
8107
|
key: 0,
|
|
8088
|
-
class:
|
|
8089
|
-
}, M(a.subheadline), 3)) :
|
|
8108
|
+
class: m(`tile-content-subheadline ${((D = n.value) == null ? void 0 : D.subheadline) ?? ""} text-${v(r).copy} text-${a.alignment}`)
|
|
8109
|
+
}, M(a.subheadline), 3)) : C("", !0),
|
|
8090
8110
|
a.headline ? (p(), h("h2", {
|
|
8091
8111
|
key: 1,
|
|
8092
|
-
class:
|
|
8093
|
-
}, M(a.headline), 3)) :
|
|
8112
|
+
class: m(`tile-content-headline ${((V = n.value) == null ? void 0 : V.headline) ?? ""} text-${v(r).headline} text-${a.alignment}`)
|
|
8113
|
+
}, M(a.headline), 3)) : C("", !0),
|
|
8094
8114
|
a.bodyCopy ? (p(), h("div", {
|
|
8095
8115
|
key: 2,
|
|
8096
|
-
class:
|
|
8116
|
+
class: m(`tile-content-body-copy ${((B = n.value) == null ? void 0 : B.bodyCopy) ?? ""} text-${v(r).copy} text-${a.alignment}`),
|
|
8097
8117
|
innerHTML: a.bodyCopy
|
|
8098
|
-
}, null, 10,
|
|
8118
|
+
}, null, 10, Wl)) : C("", !0)
|
|
8099
8119
|
], 2)
|
|
8100
8120
|
];
|
|
8101
8121
|
}),
|
|
@@ -8108,18 +8128,18 @@ const Vl = ["src", "height", "width"], Nl = ["src", "height", "width"], dt = /*
|
|
|
8108
8128
|
return [
|
|
8109
8129
|
a.footer ? (p(), h("p", {
|
|
8110
8130
|
key: 0,
|
|
8111
|
-
class:
|
|
8112
|
-
}, M(a.footer), 3)) :
|
|
8131
|
+
class: m(`${((j = n.value) == null ? void 0 : j.footerContent) ?? ""} text-${v(r).copy} text-${a.alignment}`)
|
|
8132
|
+
}, M(a.footer), 3)) : C("", !0),
|
|
8113
8133
|
k("div", {
|
|
8114
|
-
class:
|
|
8134
|
+
class: m(((D = n.value) == null ? void 0 : D.ctas) ?? "")
|
|
8115
8135
|
}, [
|
|
8116
8136
|
(p(!0), h(W, null, Y(a.ctas, (V, B) => {
|
|
8117
8137
|
var H;
|
|
8118
|
-
return p(),
|
|
8138
|
+
return p(), P(u, x({
|
|
8119
8139
|
key: `cta-${V.title}-${B}`,
|
|
8120
8140
|
class: `cta-${B} ${(H = n.value) == null ? void 0 : H.cta} w-full`,
|
|
8121
|
-
color:
|
|
8122
|
-
"text-color":
|
|
8141
|
+
color: v(ut)(V, v(l)),
|
|
8142
|
+
"text-color": v(ct)(V, v(l)),
|
|
8123
8143
|
size: V.size ?? "xxl",
|
|
8124
8144
|
ref_for: !0
|
|
8125
8145
|
}, V), null, 16, ["class", "color", "text-color", "size"]);
|
|
@@ -8133,7 +8153,7 @@ const Vl = ["src", "height", "width"], Nl = ["src", "height", "width"], dt = /*
|
|
|
8133
8153
|
], 2);
|
|
8134
8154
|
};
|
|
8135
8155
|
}
|
|
8136
|
-
}),
|
|
8156
|
+
}), Ul = ["innerHTML"], ql = /* @__PURE__ */ R({
|
|
8137
8157
|
__name: "TileContentVideoTile",
|
|
8138
8158
|
props: {
|
|
8139
8159
|
__typename: {},
|
|
@@ -8156,27 +8176,27 @@ const Vl = ["src", "height", "width"], Nl = ["src", "height", "width"], dt = /*
|
|
|
8156
8176
|
},
|
|
8157
8177
|
setup(t) {
|
|
8158
8178
|
const e = t, n = S(
|
|
8159
|
-
() =>
|
|
8179
|
+
() => _(zn, e.pt ?? {})
|
|
8160
8180
|
), o = typeof e.index == "number", { palette: i } = Q(e), r = e.backgroundColor ? i : i.tile, l = e.backgroundColor ? e.backgroundColor : i.tile.bg, a = S(() => e.alignment === "center" ? "items-center" : e.alignment === "right" ? "items-end" : "items-start");
|
|
8161
8181
|
return (s, c) => {
|
|
8162
|
-
var
|
|
8182
|
+
var f, y, g, $, b, w, I, T, E, j, D;
|
|
8163
8183
|
const u = Xe, d = we;
|
|
8164
8184
|
return p(), h("div", {
|
|
8165
|
-
class:
|
|
8185
|
+
class: m(`tile-content ${v(U)("relative text-center list-none flex-auto rounded overflow-visible mx-auto shadow-none", `bg-${v(l)}`, o ? "" : "w-full md:w-full lg:w-full", ((f = n.value) == null ? void 0 : f.root) ?? "", e.class ?? "")} ${e.class}`)
|
|
8166
8186
|
}, [
|
|
8167
|
-
s.tileLabel || s.tileLabelType ? (p(),
|
|
8187
|
+
s.tileLabel || s.tileLabelType ? (p(), P(u, {
|
|
8168
8188
|
key: 0,
|
|
8169
|
-
class:
|
|
8170
|
-
s.tileLabelType === "Numeric" || ((
|
|
8189
|
+
class: m(
|
|
8190
|
+
s.tileLabelType === "Numeric" || ((y = s.tileLabel) == null ? void 0 : y.type) === "Numeric" ? (g = n.value) == null ? void 0 : g.numericLabel : ($ = n.value) == null ? void 0 : $.label
|
|
8171
8191
|
),
|
|
8172
8192
|
index: s.index,
|
|
8173
|
-
alignment: ((
|
|
8174
|
-
type: s.tileLabelType ?? ((
|
|
8175
|
-
"background-color":
|
|
8176
|
-
"text-color":
|
|
8177
|
-
}, null, 8, ["class", "index", "alignment", "type", "background-color", "text-color"])) :
|
|
8178
|
-
ce(
|
|
8179
|
-
class:
|
|
8193
|
+
alignment: ((b = s.tileLabel) == null ? void 0 : b.alignment) ?? "right",
|
|
8194
|
+
type: s.tileLabelType ?? ((w = s.tileLabel) == null ? void 0 : w.type),
|
|
8195
|
+
"background-color": v(r).label[s.tileLabelType ?? ((I = s.tileLabel) == null ? void 0 : I.type) ?? "Text"].bg,
|
|
8196
|
+
"text-color": v(r).label[s.tileLabelType ?? ((T = s.tileLabel) == null ? void 0 : T.type) ?? "Text"].copy
|
|
8197
|
+
}, null, 8, ["class", "index", "alignment", "type", "background-color", "text-color"])) : C("", !0),
|
|
8198
|
+
ce(v(Ae), {
|
|
8199
|
+
class: m(`${((E = n.value) == null ? void 0 : E.container) ?? ""} tile-content-container shadow-none`),
|
|
8180
8200
|
"pt:footer:class": `tile-content-ctas ${((j = n.value) == null ? void 0 : j.ctas) ?? ""}`,
|
|
8181
8201
|
"pt:body:class": ((D = n.value) == null ? void 0 : D.body) ?? ""
|
|
8182
8202
|
}, xe({ _: 2 }, [
|
|
@@ -8186,27 +8206,27 @@ const Vl = ["src", "height", "width"], Nl = ["src", "height", "width"], dt = /*
|
|
|
8186
8206
|
var V, B, H, z, q;
|
|
8187
8207
|
return [
|
|
8188
8208
|
k("div", {
|
|
8189
|
-
class:
|
|
8209
|
+
class: m(`flex flex-col tile-content-inner ${((V = n.value) == null ? void 0 : V.bodyCopy) ?? ""} ${a.value}`)
|
|
8190
8210
|
}, [
|
|
8191
8211
|
s.headline ? (p(), h("h3", {
|
|
8192
8212
|
key: 0,
|
|
8193
|
-
class:
|
|
8194
|
-
}, M(s.headline), 3)) :
|
|
8213
|
+
class: m(`tile-content-headline ${((B = n.value) == null ? void 0 : B.headline) ?? ""} text-${v(r).headline} text-${s.alignment}`)
|
|
8214
|
+
}, M(s.headline), 3)) : C("", !0),
|
|
8195
8215
|
s.subheadline ? (p(), h("h6", {
|
|
8196
8216
|
key: 1,
|
|
8197
|
-
class:
|
|
8198
|
-
}, M(s.subheadline), 3)) :
|
|
8217
|
+
class: m(`tile-content-subheadline ${((H = n.value) == null ? void 0 : H.subheadline) ?? ""} text-${v(r).copy} text-${s.alignment}`)
|
|
8218
|
+
}, M(s.subheadline), 3)) : C("", !0),
|
|
8199
8219
|
s.video ? (p(), h("div", {
|
|
8200
8220
|
key: 2,
|
|
8201
|
-
class:
|
|
8221
|
+
class: m(`tile-content-media w-full ${((z = n.value) == null ? void 0 : z.media) ?? ""}`)
|
|
8202
8222
|
}, [
|
|
8203
|
-
s.video ? (p(),
|
|
8204
|
-
], 2)) :
|
|
8223
|
+
s.video ? (p(), P(dt, qe(x({ key: 0 }, s.video)), null, 16)) : C("", !0)
|
|
8224
|
+
], 2)) : C("", !0),
|
|
8205
8225
|
s.bodyCopy ? (p(), h("div", {
|
|
8206
8226
|
key: 3,
|
|
8207
|
-
class:
|
|
8227
|
+
class: m(`tile-content-body-copy ${((q = n.value) == null ? void 0 : q.bodyCopy) ?? ""} text-${v(r).copy} text-${s.alignment}`),
|
|
8208
8228
|
innerHTML: s.bodyCopy
|
|
8209
|
-
}, null, 10,
|
|
8229
|
+
}, null, 10, Ul)) : C("", !0)
|
|
8210
8230
|
], 2)
|
|
8211
8231
|
];
|
|
8212
8232
|
}),
|
|
@@ -8219,15 +8239,15 @@ const Vl = ["src", "height", "width"], Nl = ["src", "height", "width"], dt = /*
|
|
|
8219
8239
|
return [
|
|
8220
8240
|
s.footer ? (p(), h("p", {
|
|
8221
8241
|
key: 0,
|
|
8222
|
-
class:
|
|
8223
|
-
}, M(s.footer), 3)) :
|
|
8242
|
+
class: m(`${((V = n.value) == null ? void 0 : V.footer) ?? ""} text-${v(r).copy}`)
|
|
8243
|
+
}, M(s.footer), 3)) : C("", !0),
|
|
8224
8244
|
(p(!0), h(W, null, Y(s.ctas, (B, H) => {
|
|
8225
8245
|
var z;
|
|
8226
|
-
return p(),
|
|
8246
|
+
return p(), P(d, x({
|
|
8227
8247
|
key: `cta-${B.title}-${H}`,
|
|
8228
8248
|
class: `cta-${H} ${(z = n.value) == null ? void 0 : z.cta}`,
|
|
8229
|
-
color:
|
|
8230
|
-
"text-color":
|
|
8249
|
+
color: v(ut)(B, v(l)),
|
|
8250
|
+
"text-color": v(ct)(B, v(l)),
|
|
8231
8251
|
ref_for: !0
|
|
8232
8252
|
}, B), null, 16, ["class", "color", "text-color"]);
|
|
8233
8253
|
}), 128))
|
|
@@ -8245,21 +8265,21 @@ function Qe(t) {
|
|
|
8245
8265
|
const n = ve(t);
|
|
8246
8266
|
return (e = n == null ? void 0 : n.$el) != null ? e : n;
|
|
8247
8267
|
}
|
|
8248
|
-
function
|
|
8268
|
+
function Kl(...t) {
|
|
8249
8269
|
let e, n, o, i;
|
|
8250
8270
|
if (typeof t[0] == "string" || Array.isArray(t[0]) ? ([n, o, i] = t, e = Bt) : [e, n, o, i] = t, !e)
|
|
8251
8271
|
return be;
|
|
8252
8272
|
Array.isArray(n) || (n = [n]), Array.isArray(o) || (o = [o]);
|
|
8253
8273
|
const r = [], l = () => {
|
|
8254
8274
|
r.forEach((u) => u()), r.length = 0;
|
|
8255
|
-
}, a = (u, d,
|
|
8275
|
+
}, a = (u, d, f, y) => (u.addEventListener(d, f, y), () => u.removeEventListener(d, f, y)), s = $e(
|
|
8256
8276
|
() => [Qe(e), ve(i)],
|
|
8257
8277
|
([u, d]) => {
|
|
8258
8278
|
if (l(), !u)
|
|
8259
8279
|
return;
|
|
8260
|
-
const
|
|
8280
|
+
const f = Ei(d) ? { ...d } : d;
|
|
8261
8281
|
r.push(
|
|
8262
|
-
...n.flatMap((
|
|
8282
|
+
...n.flatMap((y) => o.map((g) => a(u, y, g, f)))
|
|
8263
8283
|
);
|
|
8264
8284
|
},
|
|
8265
8285
|
{ immediate: !0, flush: "post" }
|
|
@@ -8268,50 +8288,50 @@ function Gl(...t) {
|
|
|
8268
8288
|
};
|
|
8269
8289
|
return lt(c), c;
|
|
8270
8290
|
}
|
|
8271
|
-
function
|
|
8291
|
+
function Gl() {
|
|
8272
8292
|
const t = X(!1), e = rt();
|
|
8273
8293
|
return e && Lt(() => {
|
|
8274
8294
|
t.value = !0;
|
|
8275
8295
|
}, e), t;
|
|
8276
8296
|
}
|
|
8277
|
-
function
|
|
8278
|
-
const e =
|
|
8297
|
+
function Xl(t) {
|
|
8298
|
+
const e = Gl();
|
|
8279
8299
|
return S(() => (e.value, !!t()));
|
|
8280
8300
|
}
|
|
8281
|
-
function
|
|
8301
|
+
function Zl(t, e, n = {}) {
|
|
8282
8302
|
const {
|
|
8283
8303
|
root: o,
|
|
8284
8304
|
rootMargin: i = "0px",
|
|
8285
8305
|
threshold: r = 0,
|
|
8286
8306
|
window: l = Bt,
|
|
8287
8307
|
immediate: a = !0
|
|
8288
|
-
} = n, s =
|
|
8289
|
-
const
|
|
8290
|
-
return (Array.isArray(
|
|
8308
|
+
} = n, s = Xl(() => l && "IntersectionObserver" in l), c = S(() => {
|
|
8309
|
+
const g = ve(t);
|
|
8310
|
+
return (Array.isArray(g) ? g : [g]).map(Qe).filter(Qn);
|
|
8291
8311
|
});
|
|
8292
8312
|
let u = be;
|
|
8293
|
-
const d = X(a),
|
|
8313
|
+
const d = X(a), f = s.value ? $e(
|
|
8294
8314
|
() => [c.value, Qe(o), d.value],
|
|
8295
|
-
([
|
|
8296
|
-
if (u(), !d.value || !
|
|
8315
|
+
([g, $]) => {
|
|
8316
|
+
if (u(), !d.value || !g.length)
|
|
8297
8317
|
return;
|
|
8298
|
-
const
|
|
8318
|
+
const b = new IntersectionObserver(
|
|
8299
8319
|
e,
|
|
8300
8320
|
{
|
|
8301
|
-
root: Qe(
|
|
8321
|
+
root: Qe($),
|
|
8302
8322
|
rootMargin: i,
|
|
8303
8323
|
threshold: r
|
|
8304
8324
|
}
|
|
8305
8325
|
);
|
|
8306
|
-
|
|
8307
|
-
|
|
8326
|
+
g.forEach((w) => w && b.observe(w)), u = () => {
|
|
8327
|
+
b.disconnect(), u = be;
|
|
8308
8328
|
};
|
|
8309
8329
|
},
|
|
8310
8330
|
{ immediate: a, flush: "post" }
|
|
8311
|
-
) : be,
|
|
8312
|
-
u(),
|
|
8331
|
+
) : be, y = () => {
|
|
8332
|
+
u(), f(), d.value = !1;
|
|
8313
8333
|
};
|
|
8314
|
-
return lt(
|
|
8334
|
+
return lt(y), {
|
|
8315
8335
|
isSupported: s,
|
|
8316
8336
|
isActive: d,
|
|
8317
8337
|
pause() {
|
|
@@ -8320,12 +8340,12 @@ function Yl(t, e, n = {}) {
|
|
|
8320
8340
|
resume() {
|
|
8321
8341
|
d.value = !0;
|
|
8322
8342
|
},
|
|
8323
|
-
stop:
|
|
8343
|
+
stop: y
|
|
8324
8344
|
};
|
|
8325
8345
|
}
|
|
8326
8346
|
function vn(t, e = {}) {
|
|
8327
8347
|
const { window: n = Bt, scrollTarget: o, threshold: i = 0 } = e, r = X(!1);
|
|
8328
|
-
return
|
|
8348
|
+
return Zl(
|
|
8329
8349
|
t,
|
|
8330
8350
|
(l) => {
|
|
8331
8351
|
let a = r.value, s = 0;
|
|
@@ -8340,7 +8360,7 @@ function vn(t, e = {}) {
|
|
|
8340
8360
|
}
|
|
8341
8361
|
), r;
|
|
8342
8362
|
}
|
|
8343
|
-
const
|
|
8363
|
+
const Yl = {
|
|
8344
8364
|
[Li.mounted](t, e) {
|
|
8345
8365
|
if (typeof e.value == "function") {
|
|
8346
8366
|
const n = e.value, o = vn(t);
|
|
@@ -8363,12 +8383,12 @@ function so(t) {
|
|
|
8363
8383
|
return !n || n.tagName === "BODY" ? !1 : so(n);
|
|
8364
8384
|
}
|
|
8365
8385
|
}
|
|
8366
|
-
function
|
|
8386
|
+
function Jl(t) {
|
|
8367
8387
|
const e = t || window.event, n = e.target;
|
|
8368
8388
|
return so(n) ? !1 : e.touches.length > 1 ? !0 : (e.preventDefault && e.preventDefault(), !1);
|
|
8369
8389
|
}
|
|
8370
8390
|
const wt = /* @__PURE__ */ new WeakMap();
|
|
8371
|
-
function
|
|
8391
|
+
function Ql(t, e = !1) {
|
|
8372
8392
|
const n = X(e);
|
|
8373
8393
|
let o = null, i = "";
|
|
8374
8394
|
$e(Mi(t), (a) => {
|
|
@@ -8385,11 +8405,11 @@ function es(t, e = !1) {
|
|
|
8385
8405
|
});
|
|
8386
8406
|
const r = () => {
|
|
8387
8407
|
const a = $t(ve(t));
|
|
8388
|
-
!a || n.value || (rn && (o =
|
|
8408
|
+
!a || n.value || (rn && (o = Kl(
|
|
8389
8409
|
a,
|
|
8390
8410
|
"touchmove",
|
|
8391
8411
|
(s) => {
|
|
8392
|
-
|
|
8412
|
+
Jl(s);
|
|
8393
8413
|
},
|
|
8394
8414
|
{ passive: !1 }
|
|
8395
8415
|
)), a.style.overflow = "hidden", n.value = !0);
|
|
@@ -8406,19 +8426,19 @@ function es(t, e = !1) {
|
|
|
8406
8426
|
}
|
|
8407
8427
|
});
|
|
8408
8428
|
}
|
|
8409
|
-
function
|
|
8429
|
+
function es() {
|
|
8410
8430
|
let t = !1;
|
|
8411
8431
|
const e = X(!1);
|
|
8412
8432
|
return (n, o) => {
|
|
8413
8433
|
if (e.value = o.value, t)
|
|
8414
8434
|
return;
|
|
8415
8435
|
t = !0;
|
|
8416
|
-
const i =
|
|
8436
|
+
const i = Ql(n, o.value);
|
|
8417
8437
|
$e(e, (r) => i.value = r);
|
|
8418
8438
|
};
|
|
8419
8439
|
}
|
|
8420
|
-
|
|
8421
|
-
const
|
|
8440
|
+
es();
|
|
8441
|
+
const ts = ["innerHTML"], ns = ["innerHTML"], os = ["src"], rs = /* @__PURE__ */ R({
|
|
8422
8442
|
__name: "TileContentImageStackedAnimatedTile",
|
|
8423
8443
|
props: {
|
|
8424
8444
|
__typename: {},
|
|
@@ -8441,7 +8461,7 @@ const ns = ["innerHTML"], os = ["innerHTML"], rs = ["src"], is = /* @__PURE__ */
|
|
|
8441
8461
|
},
|
|
8442
8462
|
setup(t) {
|
|
8443
8463
|
const e = X(null), n = X(!1), o = t, i = S(
|
|
8444
|
-
() =>
|
|
8464
|
+
() => _(Fn, o.pt ?? {})
|
|
8445
8465
|
), r = S(() => !((o.index ?? 0) % 2)), l = S(() => o.index === 0), { palette: a } = Q(o), s = S(() => {
|
|
8446
8466
|
var u;
|
|
8447
8467
|
return (u = o.tileLabel) != null && u.alignment ? o.tileLabel.alignment : r.value ? "right" : "left";
|
|
@@ -8449,44 +8469,44 @@ const ns = ["innerHTML"], os = ["innerHTML"], rs = ["src"], is = /* @__PURE__ */
|
|
|
8449
8469
|
n.value = u;
|
|
8450
8470
|
};
|
|
8451
8471
|
return (u, d) => {
|
|
8452
|
-
var
|
|
8453
|
-
const
|
|
8472
|
+
var y, g, $, b;
|
|
8473
|
+
const f = Xe;
|
|
8454
8474
|
return p(), h("div", {
|
|
8455
|
-
class:
|
|
8475
|
+
class: m(`tile-content ${v(U)(((y = i.value) == null ? void 0 : y.root) ?? "", o.class ?? "")} max-w-[1024px]`)
|
|
8456
8476
|
}, [
|
|
8457
|
-
ce(
|
|
8458
|
-
class:
|
|
8459
|
-
"pt:footer:class": `tile-content-ctas ${((
|
|
8460
|
-
"pt:body:class": ((
|
|
8477
|
+
ce(v(Ae), {
|
|
8478
|
+
class: m(`${((g = i.value) == null ? void 0 : g.container) ?? ""} tile-content-container shadow-none`),
|
|
8479
|
+
"pt:footer:class": `tile-content-ctas ${(($ = i.value) == null ? void 0 : $.ctas) ?? ""}`,
|
|
8480
|
+
"pt:body:class": ((b = i.value) == null ? void 0 : b.body) ?? ""
|
|
8461
8481
|
}, xe({
|
|
8462
8482
|
content: J(() => {
|
|
8463
|
-
var
|
|
8483
|
+
var w, I, T, E, j, D, V, B, H, z, q, A;
|
|
8464
8484
|
return [
|
|
8465
8485
|
k("div", {
|
|
8466
|
-
class:
|
|
8486
|
+
class: m(`flex gap-[5vmin] md:gap-12 relative ${r.value ? "flex-row-reverse" : ""} tile-content-inner ${((w = i.value) == null ? void 0 : w.bodyCopy) ?? ""}`)
|
|
8467
8487
|
}, [
|
|
8468
8488
|
k("div", {
|
|
8469
|
-
class:
|
|
8489
|
+
class: m(`tile-content-text flex-auto relative z-20 flex flex-col justify-center ${((I = i.value) == null ? void 0 : I.text) ?? ""} text-left ${r.value ? "items-start" : "items-end"}`)
|
|
8470
8490
|
}, [
|
|
8471
8491
|
u.headline ? (p(), h("h3", {
|
|
8472
8492
|
key: 0,
|
|
8473
|
-
class:
|
|
8493
|
+
class: m(`tile-content-headline w-full ${((T = i.value) == null ? void 0 : T.headline) ?? ""} text-${v(a).subheadline}`),
|
|
8474
8494
|
innerHTML: u.headline
|
|
8475
|
-
}, null, 10,
|
|
8495
|
+
}, null, 10, ts)) : C("", !0),
|
|
8476
8496
|
u.bodyCopy ? (p(), h("div", {
|
|
8477
8497
|
key: 1,
|
|
8478
|
-
class:
|
|
8498
|
+
class: m(`tile-content-body-copy ${((E = i.value) == null ? void 0 : E.description) ?? ""} w-full text-${v(a).copy}`),
|
|
8479
8499
|
innerHTML: u.bodyCopy
|
|
8480
|
-
}, null, 10,
|
|
8500
|
+
}, null, 10, ns)) : C("", !0)
|
|
8481
8501
|
], 2),
|
|
8482
8502
|
u.video || u.image ? ae((p(), h("div", {
|
|
8483
8503
|
key: 0,
|
|
8484
8504
|
ref_key: "target",
|
|
8485
8505
|
ref: e,
|
|
8486
|
-
class:
|
|
8506
|
+
class: m(`tile-content-media relative ${((j = i.value) == null ? void 0 : j.media) ?? ""} max-w-[350px]`)
|
|
8487
8507
|
}, [
|
|
8488
8508
|
k("img", {
|
|
8489
|
-
class:
|
|
8509
|
+
class: m({
|
|
8490
8510
|
"should-animate": !0,
|
|
8491
8511
|
absolute: !0,
|
|
8492
8512
|
animate: n.value,
|
|
@@ -8505,8 +8525,8 @@ const ns = ["innerHTML"], os = ["innerHTML"], rs = ["src"], is = /* @__PURE__ */
|
|
|
8505
8525
|
"animate-odd": !r.value && n.value
|
|
8506
8526
|
}),
|
|
8507
8527
|
src: (r.value, "https://images.ctfassets.net/qqblaiss500w/5Bp3ySaz0pqR5gLtdxOQoi/db01031466deed9b7b959c08c17e5681/circles1.f3eead2.svg")
|
|
8508
|
-
}, null, 10,
|
|
8509
|
-
u.tileLabel || u.tileLabelType ? (p(),
|
|
8528
|
+
}, null, 10, os),
|
|
8529
|
+
u.tileLabel || u.tileLabelType ? (p(), P(f, x({ key: 0 }, u.tileLabel, {
|
|
8510
8530
|
class: {
|
|
8511
8531
|
[((D = i.value) == null ? void 0 : D.numericLabel) ?? ""]: u.tileLabelType === "Numeric" || ((V = u.tileLabel) == null ? void 0 : V.type) === "Numeric",
|
|
8512
8532
|
[((B = i.value) == null ? void 0 : B.label) ?? ""]: u.tileLabelType === "Text" || ((H = u.tileLabel) == null ? void 0 : H.type) === "Text",
|
|
@@ -8517,19 +8537,19 @@ const ns = ["innerHTML"], os = ["innerHTML"], rs = ["src"], is = /* @__PURE__ */
|
|
|
8517
8537
|
index: u.index,
|
|
8518
8538
|
type: u.tileLabelType ?? ((z = u.tileLabel) == null ? void 0 : z.type),
|
|
8519
8539
|
alignment: s.value,
|
|
8520
|
-
"background-color":
|
|
8521
|
-
"text-color":
|
|
8522
|
-
}), null, 16, ["class", "index", "type", "alignment", "background-color", "text-color"])) :
|
|
8523
|
-
u.image ? (p(),
|
|
8524
|
-
class:
|
|
8540
|
+
"background-color": v(a).label[u.tileLabelType ?? ((q = u.tileLabel) == null ? void 0 : q.type) ?? "Text"].bg,
|
|
8541
|
+
"text-color": v(a).label[u.tileLabelType ?? ((A = u.tileLabel) == null ? void 0 : A.type) ?? "Text"].copy
|
|
8542
|
+
}), null, 16, ["class", "index", "type", "alignment", "background-color", "text-color"])) : C("", !0),
|
|
8543
|
+
u.image ? (p(), P(ie, x({ key: 1 }, u.image, {
|
|
8544
|
+
class: v(U)(
|
|
8525
8545
|
"w-full min-w-[150px] md:min-w-[350px] relative rounded-full z-10",
|
|
8526
8546
|
u.image.class
|
|
8527
8547
|
)
|
|
8528
|
-
}), null, 16, ["class"])) :
|
|
8529
|
-
u.video ? (p(),
|
|
8548
|
+
}), null, 16, ["class"])) : C("", !0),
|
|
8549
|
+
u.video ? (p(), P(dt, qe(x({ key: 2 }, u.video)), null, 16)) : C("", !0)
|
|
8530
8550
|
], 2)), [
|
|
8531
|
-
[
|
|
8532
|
-
]) :
|
|
8551
|
+
[v(Yl), c]
|
|
8552
|
+
]) : C("", !0)
|
|
8533
8553
|
], 2)
|
|
8534
8554
|
];
|
|
8535
8555
|
}),
|
|
@@ -8538,12 +8558,12 @@ const ns = ["innerHTML"], os = ["innerHTML"], rs = ["src"], is = /* @__PURE__ */
|
|
|
8538
8558
|
u.ctas || u.footer ? {
|
|
8539
8559
|
name: "footer",
|
|
8540
8560
|
fn: J(() => {
|
|
8541
|
-
var
|
|
8561
|
+
var w;
|
|
8542
8562
|
return [
|
|
8543
8563
|
u.footer ? (p(), h("p", {
|
|
8544
8564
|
key: 0,
|
|
8545
|
-
class:
|
|
8546
|
-
}, M(u.footer), 3)) :
|
|
8565
|
+
class: m(`${((w = i.value) == null ? void 0 : w.footer) ?? ""} text-${v(a).copy}`)
|
|
8566
|
+
}, M(u.footer), 3)) : C("", !0)
|
|
8547
8567
|
];
|
|
8548
8568
|
}),
|
|
8549
8569
|
key: "0"
|
|
@@ -8552,10 +8572,10 @@ const ns = ["innerHTML"], os = ["innerHTML"], rs = ["src"], is = /* @__PURE__ */
|
|
|
8552
8572
|
], 2);
|
|
8553
8573
|
};
|
|
8554
8574
|
}
|
|
8555
|
-
}),
|
|
8575
|
+
}), is = /* @__PURE__ */ st(rs, [["__scopeId", "data-v-2163591e"]]), as = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
8556
8576
|
__proto__: null,
|
|
8557
8577
|
Accordion: ki,
|
|
8558
|
-
AccordionItem:
|
|
8578
|
+
AccordionItem: _i,
|
|
8559
8579
|
AccordionListItem: qi,
|
|
8560
8580
|
AccordionTileItem: Ji,
|
|
8561
8581
|
AnimationWrapper: to,
|
|
@@ -8564,27 +8584,27 @@ const ns = ["innerHTML"], os = ["innerHTML"], rs = ["src"], is = /* @__PURE__ */
|
|
|
8564
8584
|
ContainerCollectionModule: za,
|
|
8565
8585
|
ContainerModule: Na,
|
|
8566
8586
|
ContentModule: Ra,
|
|
8567
|
-
FooterCopyright:
|
|
8568
|
-
FooterNavigation:
|
|
8587
|
+
FooterCopyright: _t,
|
|
8588
|
+
FooterNavigation: fl,
|
|
8569
8589
|
Image: ie,
|
|
8570
|
-
LogoCollectionModule:
|
|
8590
|
+
LogoCollectionModule: gl,
|
|
8571
8591
|
NavigationElement: Ue,
|
|
8572
|
-
PrimaryNavigation:
|
|
8573
|
-
SocialMediaRef:
|
|
8574
|
-
SplitModule:
|
|
8575
|
-
TestimonialModule:
|
|
8576
|
-
TileCollectionModule:
|
|
8577
|
-
TileContentIconTile:
|
|
8578
|
-
TileContentImageStackedAnimatedTile:
|
|
8579
|
-
TileContentImageTile:
|
|
8580
|
-
TileContentTextTile:
|
|
8581
|
-
TileContentVideoTile:
|
|
8592
|
+
PrimaryNavigation: Cl,
|
|
8593
|
+
SocialMediaRef: At,
|
|
8594
|
+
SplitModule: Tl,
|
|
8595
|
+
TestimonialModule: xl,
|
|
8596
|
+
TileCollectionModule: _l,
|
|
8597
|
+
TileContentIconTile: Hl,
|
|
8598
|
+
TileContentImageStackedAnimatedTile: is,
|
|
8599
|
+
TileContentImageTile: Rl,
|
|
8600
|
+
TileContentTextTile: zl,
|
|
8601
|
+
TileContentVideoTile: ql,
|
|
8582
8602
|
Video: dt
|
|
8583
|
-
}, Symbol.toStringTag, { value: "Module" })),
|
|
8584
|
-
Object.entries(
|
|
8603
|
+
}, Symbol.toStringTag, { value: "Module" })), us = (t) => {
|
|
8604
|
+
Object.entries(as).forEach(([e, n]) => {
|
|
8585
8605
|
t.component(e, n);
|
|
8586
8606
|
});
|
|
8587
|
-
},
|
|
8607
|
+
}, cs = (t, e) => {
|
|
8588
8608
|
const n = (i, r) => {
|
|
8589
8609
|
for (const l of Object.keys(r))
|
|
8590
8610
|
typeof r[l] == "object" ? n(i[l], r[l]) : i[l] = r[l];
|
|
@@ -8593,20 +8613,20 @@ const ns = ["innerHTML"], os = ["innerHTML"], rs = ["src"], is = /* @__PURE__ */
|
|
|
8593
8613
|
};
|
|
8594
8614
|
export {
|
|
8595
8615
|
ki as Accordion,
|
|
8596
|
-
|
|
8616
|
+
_i as AccordionItem,
|
|
8597
8617
|
at as AccordionItemPt,
|
|
8598
8618
|
qi as AccordionListItem,
|
|
8599
|
-
|
|
8619
|
+
Pn as AccordionListItemPt,
|
|
8600
8620
|
In as AccordionPt,
|
|
8601
8621
|
Ji as AccordionTileItem,
|
|
8602
|
-
|
|
8622
|
+
An as AccordionTileItemPt,
|
|
8603
8623
|
to as AnimationWrapper,
|
|
8604
8624
|
Ve as COLOR_PALETTES,
|
|
8605
8625
|
we as CTA,
|
|
8606
8626
|
jn as CTAPt,
|
|
8607
8627
|
Ma as CarouselModule,
|
|
8608
8628
|
Yo as CarouselModuleAltPt,
|
|
8609
|
-
|
|
8629
|
+
_n as CarouselModulePt,
|
|
8610
8630
|
za as ContainerCollectionModule,
|
|
8611
8631
|
Ln as ContainerCollectionModulePt,
|
|
8612
8632
|
Na as ContainerModule,
|
|
@@ -8616,41 +8636,41 @@ export {
|
|
|
8616
8636
|
nt as DEFAULT_COLOR,
|
|
8617
8637
|
or as DEFAULT_PALETTES,
|
|
8618
8638
|
ne as DEFAULT_PASSTHROUGH,
|
|
8619
|
-
|
|
8620
|
-
|
|
8639
|
+
_t as FooterCopyright,
|
|
8640
|
+
fl as FooterNavigation,
|
|
8621
8641
|
Jo as FooterNavigationPt,
|
|
8622
8642
|
ie as Image,
|
|
8623
8643
|
Qo as ImagePt,
|
|
8624
|
-
|
|
8644
|
+
gl as LogoCollectionModule,
|
|
8625
8645
|
Mn as LogoCollectionModulePt,
|
|
8626
8646
|
Ue as NavigationElement,
|
|
8627
8647
|
Vn as NavigationElementPt,
|
|
8628
|
-
|
|
8648
|
+
Cl as PrimaryNavigation,
|
|
8629
8649
|
er as PrimaryNavigationPt,
|
|
8630
|
-
|
|
8631
|
-
|
|
8650
|
+
At as SocialMediaRef,
|
|
8651
|
+
Tl as SplitModule,
|
|
8632
8652
|
Nn as SplitModulePt,
|
|
8633
|
-
|
|
8653
|
+
xl as TestimonialModule,
|
|
8634
8654
|
Bn as TestimonialModulePt,
|
|
8635
|
-
|
|
8655
|
+
_l as TileCollectionModule,
|
|
8636
8656
|
Hn as TileCollectionModulePt,
|
|
8637
|
-
|
|
8657
|
+
Hl as TileContentIconTile,
|
|
8638
8658
|
Dn as TileContentIconTilePt,
|
|
8639
|
-
|
|
8659
|
+
is as TileContentImageStackedAnimatedTile,
|
|
8640
8660
|
Fn as TileContentImageStackedAnimatedTilePt,
|
|
8641
|
-
|
|
8661
|
+
Rl as TileContentImageTile,
|
|
8642
8662
|
Rn as TileContentImageTilePt,
|
|
8643
|
-
|
|
8644
|
-
|
|
8663
|
+
Pe as TileContentPt,
|
|
8664
|
+
zl as TileContentTextTile,
|
|
8645
8665
|
Wn as TileContentTextTilePt,
|
|
8646
|
-
|
|
8666
|
+
ql as TileContentVideoTile,
|
|
8647
8667
|
zn as TileContentVideoTilePt,
|
|
8648
8668
|
Un as TileLabelPt,
|
|
8649
8669
|
dt as Video,
|
|
8650
8670
|
tr as VideoPt,
|
|
8651
|
-
|
|
8652
|
-
|
|
8653
|
-
|
|
8654
|
-
|
|
8671
|
+
_ as combinePassthroughs,
|
|
8672
|
+
us as initGlobalComponents,
|
|
8673
|
+
ss as overridePalette,
|
|
8674
|
+
cs as overridePassthrough,
|
|
8655
8675
|
Q as withColorPalette
|
|
8656
8676
|
};
|