@cooperco/cooper-component-library 0.1.0 → 0.1.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/component-lib.js +127 -114
- package/dist/component-lib.umd.cjs +22 -22
- package/dist/style.css +1 -0
- package/dist/vite.svg +16 -0
- package/package.json +93 -93
- package/src/config/defaultPassthrough.ts +261 -0
package/dist/component-lib.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { defineComponent as M, computed as x, ref as re, openBlock as d, createBlock as T, resolveDynamicComponent as F, normalizeClass as h, withCtx as X, createElementBlock as g, toDisplayString as A, createCommentVNode as w, Fragment as H, renderList as W, mergeProps as C, createElementVNode as $, withModifiers as Ie, withDirectives as q, vShow as Z, readonly as gn, getCurrentInstance as Ft, onMounted as hn, nextTick as vn, watch as bn, resolveDirective as Rt, renderSlot as D, createTextVNode as We, unref as
|
|
1
|
+
import { defineComponent as M, computed as x, ref as re, openBlock as d, createBlock as T, resolveDynamicComponent as F, normalizeClass as h, withCtx as X, createElementBlock as g, toDisplayString as A, createCommentVNode as w, Fragment as H, renderList as W, mergeProps as C, createElementVNode as $, withModifiers as Ie, withDirectives as q, vShow as Z, readonly as gn, getCurrentInstance as Ft, onMounted as hn, nextTick as vn, watch as bn, resolveDirective as Rt, renderSlot as D, createTextVNode as We, unref as B, normalizeStyle as z, createSlots as Ht, resolveComponent as Je, normalizeProps as ze, reactive as yn, inject as Qe, h as wn, watchEffect as $n, createVNode as Wt, guardReactiveProps as zt } from "vue";
|
|
2
2
|
const at = "-", Cn = (t) => {
|
|
3
3
|
const e = xn(t), {
|
|
4
4
|
conflictingClassGroups: n,
|
|
@@ -219,7 +219,7 @@ function Ln(t, ...e) {
|
|
|
219
219
|
const L = (t) => {
|
|
220
220
|
const e = (n) => n[t] || [];
|
|
221
221
|
return e.isThemeGetter = !0, e;
|
|
222
|
-
}, qt = /^\[(?:([a-z-]+):)?(.+)\]$/i, Vn = /^\d+\/\d+$/,
|
|
222
|
+
}, qt = /^\[(?:([a-z-]+):)?(.+)\]$/i, Vn = /^\d+\/\d+$/, Nn = /* @__PURE__ */ new Set(["px", "full", "screen"]), Bn = /^(\d+(\.\d+)?)?(xs|sm|md|lg|xl)$/, Mn = /\d+(%|px|r?em|[sdl]?v([hwib]|min|max)|pt|pc|in|cm|mm|cap|ch|ex|r?lh|cq(w|h|i|b|min|max))|\b(calc|min|max|clamp)\(.+\)|^0$/, Dn = /^(rgba?|hsla?|hwb|(ok)?(lab|lch))\(.+\)$/, Fn = /^(inset_)?-?((\d+)?\.?(\d+)[a-z]+|0)_-?((\d+)?\.?(\d+)[a-z]+|0)/, Rn = /^(url|image|image-set|cross-fade|element|(repeating-)?(linear|radial|conic)-gradient)\(.+\)$/, Q = (t) => de(t) || Nn.has(t) || Vn.test(t), ee = (t) => fe(t, "length", Xn), de = (t) => !!t && !Number.isNaN(Number(t)), Ke = (t) => fe(t, "number", de), ye = (t) => !!t && Number.isInteger(Number(t)), Hn = (t) => t.endsWith("%") && de(t.slice(0, -1)), _ = (t) => qt.test(t), te = (t) => Bn.test(t), Wn = /* @__PURE__ */ new Set(["length", "size", "percentage"]), zn = (t) => fe(t, Wn, Xt), Un = (t) => fe(t, "position", Xt), Kn = /* @__PURE__ */ new Set(["image", "url"]), Gn = (t) => fe(t, Kn, Yn), qn = (t) => fe(t, "", Zn), we = () => !0, fe = (t, e, n) => {
|
|
223
223
|
const r = qt.exec(t);
|
|
224
224
|
return r ? r[1] ? typeof e == "string" ? r[1] === e : e.has(r[1]) : n(r[2]) : !1;
|
|
225
225
|
}, Xn = (t) => (
|
|
@@ -228,7 +228,7 @@ const L = (t) => {
|
|
|
228
228
|
// I could also use lookbehind assertion in `lengthUnitRegex` but that isn't supported widely enough.
|
|
229
229
|
Mn.test(t) && !Dn.test(t)
|
|
230
230
|
), Xt = () => !1, Zn = (t) => Fn.test(t), Yn = (t) => Rn.test(t), Jn = () => {
|
|
231
|
-
const t = L("colors"), e = L("spacing"), n = L("blur"), r = L("brightness"), o = L("borderColor"), i = L("borderRadius"), s = L("borderSpacing"), a = L("borderWidth"), l = L("contrast"), u = L("grayscale"), c = L("hueRotate"), f = L("invert"), p = L("gap"), m = L("gradientColorStops"), b = L("gradientColorStopPositions"), y = L("inset"), v = L("margin"), S = L("opacity"), k = L("padding"), U = L("saturate"), G = L("scale"), se = L("sepia"), me = L("skew"), ge = L("space"),
|
|
231
|
+
const t = L("colors"), e = L("spacing"), n = L("blur"), r = L("brightness"), o = L("borderColor"), i = L("borderRadius"), s = L("borderSpacing"), a = L("borderWidth"), l = L("contrast"), u = L("grayscale"), c = L("hueRotate"), f = L("invert"), p = L("gap"), m = L("gradientColorStops"), b = L("gradientColorStopPositions"), y = L("inset"), v = L("margin"), S = L("opacity"), k = L("padding"), U = L("saturate"), G = L("scale"), se = L("sepia"), me = L("skew"), ge = L("space"), Ne = L("translate"), le = () => ["auto", "contain", "none"], he = () => ["auto", "hidden", "clip", "visible", "scroll"], ve = () => ["auto", _, e], E = () => [_, e], Be = () => ["", Q, ee], ie = () => ["auto", de, _], Me = () => ["bottom", "center", "left", "left-bottom", "left-top", "right", "right-bottom", "right-top", "top"], ue = () => ["solid", "dashed", "dotted", "double", "none"], ct = () => ["normal", "multiply", "screen", "overlay", "darken", "lighten", "color-dodge", "color-burn", "hard-light", "soft-light", "difference", "exclusion", "hue", "saturation", "color", "luminosity"], Ue = () => ["start", "end", "center", "between", "around", "evenly", "stretch"], be = () => ["", "0", _], dt = () => ["auto", "avoid", "all", "avoid-page", "page", "left", "right", "column"], J = () => [de, _];
|
|
232
232
|
return {
|
|
233
233
|
cacheSize: 500,
|
|
234
234
|
separator: ":",
|
|
@@ -240,7 +240,7 @@ const L = (t) => {
|
|
|
240
240
|
borderColor: [t],
|
|
241
241
|
borderRadius: ["none", "", "full", te, _],
|
|
242
242
|
borderSpacing: E(),
|
|
243
|
-
borderWidth:
|
|
243
|
+
borderWidth: Be(),
|
|
244
244
|
contrast: J(),
|
|
245
245
|
grayscale: be(),
|
|
246
246
|
hueRotate: J(),
|
|
@@ -1546,7 +1546,7 @@ const L = (t) => {
|
|
|
1546
1546
|
* @see https://tailwindcss.com/docs/ring-width
|
|
1547
1547
|
*/
|
|
1548
1548
|
"ring-w": [{
|
|
1549
|
-
ring:
|
|
1549
|
+
ring: Be()
|
|
1550
1550
|
}],
|
|
1551
1551
|
/**
|
|
1552
1552
|
* Ring Width Inset
|
|
@@ -1880,14 +1880,14 @@ const L = (t) => {
|
|
|
1880
1880
|
* @see https://tailwindcss.com/docs/translate
|
|
1881
1881
|
*/
|
|
1882
1882
|
"translate-x": [{
|
|
1883
|
-
"translate-x": [
|
|
1883
|
+
"translate-x": [Ne]
|
|
1884
1884
|
}],
|
|
1885
1885
|
/**
|
|
1886
1886
|
* Translate Y
|
|
1887
1887
|
* @see https://tailwindcss.com/docs/translate
|
|
1888
1888
|
*/
|
|
1889
1889
|
"translate-y": [{
|
|
1890
|
-
"translate-y": [
|
|
1890
|
+
"translate-y": [Ne]
|
|
1891
1891
|
}],
|
|
1892
1892
|
/**
|
|
1893
1893
|
* Skew X
|
|
@@ -2288,9 +2288,7 @@ const L = (t) => {
|
|
|
2288
2288
|
// word-spacing so that text wraps when not in mobile
|
|
2289
2289
|
icon: "absolute top-4 right-6",
|
|
2290
2290
|
content: "group-[.first]:rounded-tl-none group-[.last]:rounded-tr-none transition-opacity duration-200 opacity-0 left-0 absolute w-full p-12 text-white rounded-2xl bg-primary group-[.active]:opacity-100"
|
|
2291
|
-
}), nr = P(R, {})
|
|
2292
|
-
P(R, {});
|
|
2293
|
-
const rr = P(
|
|
2291
|
+
}), nr = P(R, {}), ua = P(R, {}), rr = P(
|
|
2294
2292
|
R,
|
|
2295
2293
|
{
|
|
2296
2294
|
root: "px-8 md:px-0",
|
|
@@ -2322,17 +2320,12 @@ const rr = P(
|
|
|
2322
2320
|
},
|
|
2323
2321
|
fill: {},
|
|
2324
2322
|
outline: {}
|
|
2325
|
-
}
|
|
2326
|
-
P(R, {});
|
|
2327
|
-
P(R, {});
|
|
2328
|
-
const sr = P(
|
|
2323
|
+
}, ca = P(R, {}), da = P(R, {}), sr = P(
|
|
2329
2324
|
R,
|
|
2330
2325
|
{}
|
|
2331
2326
|
), lr = P(R, {
|
|
2332
2327
|
icon: "ps-2 text-xs"
|
|
2333
|
-
})
|
|
2334
|
-
P(R, {});
|
|
2335
|
-
const ur = P(R, {
|
|
2328
|
+
}), fa = P(R, {}), ur = P(R, {
|
|
2336
2329
|
root: "px-8 md:px-0",
|
|
2337
2330
|
content: "max-w-[1024px] flex justify-evenly gap-4 mx-auto flex-col md:flex-row"
|
|
2338
2331
|
}), cr = P(R, {
|
|
@@ -2357,14 +2350,12 @@ const ur = P(R, {
|
|
|
2357
2350
|
body: "h-full flex flex-col justify-between",
|
|
2358
2351
|
footer: "font-bold text-center mt-4 space-y-2",
|
|
2359
2352
|
footerContent: "font-bold text-center"
|
|
2360
|
-
}
|
|
2361
|
-
P(pe, {
|
|
2353
|
+
}, pa = P(pe, {
|
|
2362
2354
|
root: "bg-white rounded-2xl p-8",
|
|
2363
2355
|
ctas: "text-center",
|
|
2364
2356
|
media: "mb-6 mx-auto",
|
|
2365
2357
|
numericLabel: "bg-[#18a589] w-[50px] p-2 rounded-[50%] h-[40px] rounded-lg text-3xl md:text-3xl text-white flex items-center justify-center leading-none font-bold absolute left-[-4%] md:left-[-4%] top-8 md:top-8"
|
|
2366
|
-
})
|
|
2367
|
-
P(
|
|
2358
|
+
}), ma = P(
|
|
2368
2359
|
pe,
|
|
2369
2360
|
{
|
|
2370
2361
|
root: "!w-full",
|
|
@@ -2375,23 +2366,18 @@ P(
|
|
|
2375
2366
|
subheadline: "text-[4.5vmin] md:text-3xl font-bold text-white max-w-[400px]",
|
|
2376
2367
|
description: "text-lg max-w-[400px]"
|
|
2377
2368
|
}
|
|
2378
|
-
)
|
|
2379
|
-
P(pe, {
|
|
2369
|
+
), ga = P(pe, {
|
|
2380
2370
|
media: "relative mb-4 md:w-3/4 mx-auto"
|
|
2381
|
-
})
|
|
2382
|
-
P(pe, {
|
|
2371
|
+
}), ha = P(pe, {
|
|
2383
2372
|
ctas: "flex-col gap-4",
|
|
2384
2373
|
description: "text-center"
|
|
2385
|
-
})
|
|
2386
|
-
P(pe, {
|
|
2374
|
+
}), va = P(pe, {
|
|
2387
2375
|
root: "bg-white p-8 rounded-xl",
|
|
2388
2376
|
headline: "text-3xl md:text-3xl mb-2 text-primary font-bold",
|
|
2389
2377
|
subheadline: "text-base md:text-base text-primary-950 text-center",
|
|
2390
2378
|
media: "mb-4 mt-6",
|
|
2391
2379
|
description: "text-left"
|
|
2392
|
-
})
|
|
2393
|
-
P(R, {});
|
|
2394
|
-
const ua = /* @__PURE__ */ M({
|
|
2380
|
+
}), ba = P(R, {}), ya = /* @__PURE__ */ M({
|
|
2395
2381
|
__name: "Accordion",
|
|
2396
2382
|
props: {
|
|
2397
2383
|
__typename: {},
|
|
@@ -2446,7 +2432,7 @@ const ua = /* @__PURE__ */ M({
|
|
|
2446
2432
|
}, 8, ["class"]);
|
|
2447
2433
|
};
|
|
2448
2434
|
}
|
|
2449
|
-
}), fr = ["id"], pr = ["aria-controls"], mr = ["id", "aria-labelledby"], gr = ["id"], hr = ["aria-expanded", "aria-controls"], vr = ["id", "aria-labelledby"],
|
|
2435
|
+
}), fr = ["id"], pr = ["aria-controls"], mr = ["id", "aria-labelledby"], gr = ["id"], hr = ["aria-expanded", "aria-controls"], vr = ["id", "aria-labelledby"], wa = /* @__PURE__ */ M({
|
|
2450
2436
|
__name: "AccordionItem",
|
|
2451
2437
|
props: {
|
|
2452
2438
|
__typename: {},
|
|
@@ -2583,7 +2569,7 @@ const ua = /* @__PURE__ */ M({
|
|
|
2583
2569
|
class: /* @__PURE__ */ h("pi pi-chevron-down")
|
|
2584
2570
|
}, Cr = {
|
|
2585
2571
|
class: /* @__PURE__ */ h("pi pi-chevron-up")
|
|
2586
|
-
}, Sr = ["id", "aria-labelledby"],
|
|
2572
|
+
}, Sr = ["id", "aria-labelledby"], $a = /* @__PURE__ */ M({
|
|
2587
2573
|
__name: "AccordionListItem",
|
|
2588
2574
|
props: {
|
|
2589
2575
|
__typename: {},
|
|
@@ -2656,7 +2642,7 @@ const ua = /* @__PURE__ */ M({
|
|
|
2656
2642
|
class: /* @__PURE__ */ h("pi pi-plus-circle")
|
|
2657
2643
|
}, kr = {
|
|
2658
2644
|
class: /* @__PURE__ */ h("pi pi-times-circle")
|
|
2659
|
-
}, Pr = ["id", "aria-labelledby"],
|
|
2645
|
+
}, Pr = ["id", "aria-labelledby"], Ca = /* @__PURE__ */ M({
|
|
2660
2646
|
__name: "AccordionTileItem",
|
|
2661
2647
|
props: {
|
|
2662
2648
|
__typename: {},
|
|
@@ -3333,13 +3319,13 @@ var j = {
|
|
|
3333
3319
|
}
|
|
3334
3320
|
};
|
|
3335
3321
|
function mt(t, e) {
|
|
3336
|
-
return Mr(t) ||
|
|
3322
|
+
return Mr(t) || Br(t, e) || ut(t, e) || Nr();
|
|
3337
3323
|
}
|
|
3338
|
-
function
|
|
3324
|
+
function Nr() {
|
|
3339
3325
|
throw new TypeError(`Invalid attempt to destructure non-iterable instance.
|
|
3340
3326
|
In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`);
|
|
3341
3327
|
}
|
|
3342
|
-
function
|
|
3328
|
+
function Br(t, e) {
|
|
3343
3329
|
var n = t == null ? null : typeof Symbol < "u" && t[Symbol.iterator] || t["@@iterator"];
|
|
3344
3330
|
if (n != null) {
|
|
3345
3331
|
var r, o, i, s, a = [], l = !0, u = !1;
|
|
@@ -3758,8 +3744,8 @@ function Zt(t) {
|
|
|
3758
3744
|
}, ge = function(he) {
|
|
3759
3745
|
var ve = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : {};
|
|
3760
3746
|
if (a) {
|
|
3761
|
-
var E = bt(bt({}, se), ve),
|
|
3762
|
-
o.value = a.querySelector('style[data-primevue-style-id="'.concat(
|
|
3747
|
+
var E = bt(bt({}, se), ve), Be = E.name || m, ie = E.id || y, Me = E.nonce || U;
|
|
3748
|
+
o.value = a.querySelector('style[data-primevue-style-id="'.concat(Be, '"]')) || a.getElementById(ie) || a.createElement("style"), o.value.isConnected || (r.value = he || t, j.setAttributes(o.value, {
|
|
3763
3749
|
type: "text/css",
|
|
3764
3750
|
id: ie,
|
|
3765
3751
|
media: S,
|
|
@@ -3770,14 +3756,14 @@ function Zt(t) {
|
|
|
3770
3756
|
immediate: !0
|
|
3771
3757
|
}), n.value = !0);
|
|
3772
3758
|
}
|
|
3773
|
-
},
|
|
3759
|
+
}, Ne = function() {
|
|
3774
3760
|
!a || !n.value || (me(), j.isExist(o.value) && a.head.removeChild(o.value), n.value = !1);
|
|
3775
3761
|
};
|
|
3776
3762
|
return u && !f && Kr(ge), {
|
|
3777
3763
|
id: y,
|
|
3778
3764
|
name: m,
|
|
3779
3765
|
css: r,
|
|
3780
|
-
unload:
|
|
3766
|
+
unload: Ne,
|
|
3781
3767
|
load: ge,
|
|
3782
3768
|
isLoaded: gn(n)
|
|
3783
3769
|
};
|
|
@@ -4592,7 +4578,7 @@ function Pt(t, e) {
|
|
|
4592
4578
|
}
|
|
4593
4579
|
return n;
|
|
4594
4580
|
}
|
|
4595
|
-
function
|
|
4581
|
+
function N(t) {
|
|
4596
4582
|
for (var e = 1; e < arguments.length; e++) {
|
|
4597
4583
|
var n = arguments[e] != null ? arguments[e] : {};
|
|
4598
4584
|
e % 2 ? Pt(Object(n), !0).forEach(function(r) {
|
|
@@ -4604,13 +4590,13 @@ function B(t) {
|
|
|
4604
4590
|
return t;
|
|
4605
4591
|
}
|
|
4606
4592
|
function rt(t, e, n) {
|
|
4607
|
-
return e =
|
|
4593
|
+
return e = No(e), e in t ? Object.defineProperty(t, e, { value: n, enumerable: !0, configurable: !0, writable: !0 }) : t[e] = n, t;
|
|
4608
4594
|
}
|
|
4609
|
-
function
|
|
4610
|
-
var e =
|
|
4595
|
+
function No(t) {
|
|
4596
|
+
var e = Bo(t, "string");
|
|
4611
4597
|
return Oe(e) == "symbol" ? e : String(e);
|
|
4612
4598
|
}
|
|
4613
|
-
function
|
|
4599
|
+
function Bo(t, e) {
|
|
4614
4600
|
if (Oe(t) != "object" || !t)
|
|
4615
4601
|
return t;
|
|
4616
4602
|
var n = t[Symbol.toPrimitive];
|
|
@@ -4642,14 +4628,14 @@ var O = {
|
|
|
4642
4628
|
return I.isString(k) || I.isArray(k) ? {
|
|
4643
4629
|
class: k
|
|
4644
4630
|
} : k;
|
|
4645
|
-
}, u = ((e = r.binding) === null || e === void 0 || (e = e.value) === null || e === void 0 ? void 0 : e.ptOptions) || ((n = r.$config) === null || n === void 0 ? void 0 : n.ptOptions) || {}, c = u.mergeSections, f = c === void 0 ? !0 : c, p = u.mergeProps, m = p === void 0 ? !1 : p, b = a ? O._useDefaultPT(r, r.defaultPT(), l, i, s) : void 0, y = O._usePT(r, O._getPT(o, r.$name), l, i,
|
|
4631
|
+
}, u = ((e = r.binding) === null || e === void 0 || (e = e.value) === null || e === void 0 ? void 0 : e.ptOptions) || ((n = r.$config) === null || n === void 0 ? void 0 : n.ptOptions) || {}, c = u.mergeSections, f = c === void 0 ? !0 : c, p = u.mergeProps, m = p === void 0 ? !1 : p, b = a ? O._useDefaultPT(r, r.defaultPT(), l, i, s) : void 0, y = O._usePT(r, O._getPT(o, r.$name), l, i, N(N({}, s), {}, {
|
|
4646
4632
|
global: b || {}
|
|
4647
4633
|
})), v = O._getPTDatasets(r, i);
|
|
4648
|
-
return f || !f && y ? m ? O._mergeProps(r, m, b, y, v) :
|
|
4634
|
+
return f || !f && y ? m ? O._mergeProps(r, m, b, y, v) : N(N(N({}, b), y), v) : N(N({}, y), v);
|
|
4649
4635
|
},
|
|
4650
4636
|
_getPTDatasets: function() {
|
|
4651
4637
|
var e = arguments.length > 0 && arguments[0] !== void 0 ? arguments[0] : {}, n = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : "", r = "data-pc-";
|
|
4652
|
-
return
|
|
4638
|
+
return N(N({}, n === "root" && rt({}, "".concat(r, "name"), I.toFlatCase(e.$name))), {}, rt({}, "".concat(r, "section"), I.toFlatCase(n)));
|
|
4653
4639
|
},
|
|
4654
4640
|
_getPT: function(e) {
|
|
4655
4641
|
var n = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : "", r = arguments.length > 2 ? arguments[2] : void 0, o = function(s) {
|
|
@@ -4668,7 +4654,7 @@ var O = {
|
|
|
4668
4654
|
};
|
|
4669
4655
|
if (n != null && n.hasOwnProperty("_usept")) {
|
|
4670
4656
|
var a, l = n._usept || ((a = e.$config) === null || a === void 0 ? void 0 : a.ptOptions) || {}, u = l.mergeSections, c = u === void 0 ? !0 : u, f = l.mergeProps, p = f === void 0 ? !1 : f, m = s(n.originalValue), b = s(n.value);
|
|
4671
|
-
return m === void 0 && b === void 0 ? void 0 : I.isString(b) ? b : I.isString(m) ? m : c || !c && b ? p ? O._mergeProps(e, p, m, b) :
|
|
4657
|
+
return m === void 0 && b === void 0 ? void 0 : I.isString(b) ? b : I.isString(m) ? m : c || !c && b ? p ? O._mergeProps(e, p, m, b) : N(N({}, m), b) : b;
|
|
4672
4658
|
}
|
|
4673
4659
|
return s(n);
|
|
4674
4660
|
},
|
|
@@ -4694,8 +4680,8 @@ var O = {
|
|
|
4694
4680
|
var n = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : {}, r = function(i, s, a, l, u) {
|
|
4695
4681
|
var c, f;
|
|
4696
4682
|
s._$instances = s._$instances || {};
|
|
4697
|
-
var p = O._getConfig(a, l), m = s._$instances[e] || {}, b = I.isEmpty(m) ?
|
|
4698
|
-
s._$instances[e] =
|
|
4683
|
+
var p = O._getConfig(a, l), m = s._$instances[e] || {}, b = I.isEmpty(m) ? N(N({}, n), n == null ? void 0 : n.methods) : {};
|
|
4684
|
+
s._$instances[e] = N(N({}, m), {}, {
|
|
4699
4685
|
/* new instance variables to pass in directive methods */
|
|
4700
4686
|
$name: e,
|
|
4701
4687
|
$host: s,
|
|
@@ -4703,7 +4689,7 @@ var O = {
|
|
|
4703
4689
|
$modifiers: a == null ? void 0 : a.modifiers,
|
|
4704
4690
|
$value: a == null ? void 0 : a.value,
|
|
4705
4691
|
$el: m.$el || s || void 0,
|
|
4706
|
-
$style:
|
|
4692
|
+
$style: N({
|
|
4707
4693
|
classes: void 0,
|
|
4708
4694
|
inlineStyles: void 0,
|
|
4709
4695
|
loadStyle: function() {
|
|
@@ -4724,7 +4710,7 @@ var O = {
|
|
|
4724
4710
|
/* instance's methods */
|
|
4725
4711
|
ptm: function() {
|
|
4726
4712
|
var v, S = arguments.length > 0 && arguments[0] !== void 0 ? arguments[0] : "", k = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : {};
|
|
4727
|
-
return O._getPTValue(s.$instance, (v = s.$instance) === null || v === void 0 || (v = v.$binding) === null || v === void 0 || (v = v.value) === null || v === void 0 ? void 0 : v.pt, S,
|
|
4713
|
+
return O._getPTValue(s.$instance, (v = s.$instance) === null || v === void 0 || (v = v.$binding) === null || v === void 0 || (v = v.value) === null || v === void 0 ? void 0 : v.pt, S, N({}, k));
|
|
4728
4714
|
},
|
|
4729
4715
|
ptmo: function() {
|
|
4730
4716
|
var v = arguments.length > 0 && arguments[0] !== void 0 ? arguments[0] : {}, S = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : "", k = arguments.length > 2 && arguments[2] !== void 0 ? arguments[2] : {};
|
|
@@ -4732,11 +4718,11 @@ var O = {
|
|
|
4732
4718
|
},
|
|
4733
4719
|
cx: function() {
|
|
4734
4720
|
var v, S, k = arguments.length > 0 && arguments[0] !== void 0 ? arguments[0] : "", U = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : {};
|
|
4735
|
-
return (v = s.$instance) !== null && v !== void 0 && v.isUnstyled() ? void 0 : O._getOptionValue((S = s.$instance) === null || S === void 0 || (S = S.$style) === null || S === void 0 ? void 0 : S.classes, k,
|
|
4721
|
+
return (v = s.$instance) !== null && v !== void 0 && v.isUnstyled() ? void 0 : O._getOptionValue((S = s.$instance) === null || S === void 0 || (S = S.$style) === null || S === void 0 ? void 0 : S.classes, k, N({}, U));
|
|
4736
4722
|
},
|
|
4737
4723
|
sx: function() {
|
|
4738
4724
|
var v, S = arguments.length > 0 && arguments[0] !== void 0 ? arguments[0] : "", k = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : !0, U = arguments.length > 2 && arguments[2] !== void 0 ? arguments[2] : {};
|
|
4739
|
-
return k ? O._getOptionValue((v = s.$instance) === null || v === void 0 || (v = v.$style) === null || v === void 0 ? void 0 : v.inlineStyles, S,
|
|
4725
|
+
return k ? O._getOptionValue((v = s.$instance) === null || v === void 0 || (v = v.$style) === null || v === void 0 ? void 0 : v.inlineStyles, S, N({}, U)) : void 0;
|
|
4740
4726
|
}
|
|
4741
4727
|
}, b), s.$instance = s._$instances[e], (c = (f = s.$instance)[i]) === null || c === void 0 || c.call(f, s, a, l, u), s["$".concat(e)] = s.$instance, O._hook(e, i, s, a, l, u);
|
|
4742
4728
|
};
|
|
@@ -4776,10 +4762,10 @@ var O = {
|
|
|
4776
4762
|
},
|
|
4777
4763
|
extend: function() {
|
|
4778
4764
|
var e = O._getMeta.apply(O, arguments), n = _t(e, 2), r = n[0], o = n[1];
|
|
4779
|
-
return
|
|
4765
|
+
return N({
|
|
4780
4766
|
extend: function() {
|
|
4781
4767
|
var s = O._getMeta.apply(O, arguments), a = _t(s, 2), l = a[0], u = a[1];
|
|
4782
|
-
return O.extend(l,
|
|
4768
|
+
return O.extend(l, N(N(N({}, o), o == null ? void 0 : o.methods), u));
|
|
4783
4769
|
}
|
|
4784
4770
|
}, O._extend(r, o));
|
|
4785
4771
|
}
|
|
@@ -5519,7 +5505,7 @@ function ui(t, e, n, r, o, i) {
|
|
|
5519
5505
|
}, t.ptm("footer")), [D(t.$slots, "footer")], 16)) : w("", !0)], 16);
|
|
5520
5506
|
}
|
|
5521
5507
|
an.render = ui;
|
|
5522
|
-
const
|
|
5508
|
+
const Sa = /* @__PURE__ */ M({
|
|
5523
5509
|
__name: "CarouselModule",
|
|
5524
5510
|
props: {
|
|
5525
5511
|
__typename: {},
|
|
@@ -5546,7 +5532,7 @@ const pa = /* @__PURE__ */ M({
|
|
|
5546
5532
|
);
|
|
5547
5533
|
return (i, s) => {
|
|
5548
5534
|
var a;
|
|
5549
|
-
return d(), T(
|
|
5535
|
+
return d(), T(B(an), {
|
|
5550
5536
|
value: i.modules,
|
|
5551
5537
|
"num-visible": 1,
|
|
5552
5538
|
"num-scroll": 1,
|
|
@@ -5581,7 +5567,7 @@ const pa = /* @__PURE__ */ M({
|
|
|
5581
5567
|
}
|
|
5582
5568
|
});
|
|
5583
5569
|
var $e = /* @__PURE__ */ ((t) => (t[t.IconTile = 0] = "IconTile", t[t.ImageTile = 1] = "ImageTile", t[t.VideoTile = 2] = "VideoTile", t[t.ImageStackedAnimatedTile = 3] = "ImageStackedAnimatedTile", t[t.VideoLeft = 4] = "VideoLeft", t[t.Hero = 5] = "Hero", t[t.Centered = 6] = "Centered", t))($e || {}), Ce = /* @__PURE__ */ ((t) => (t[t.fill = 0] = "fill", t[t.outline = 1] = "outline", t[t.link = 2] = "link", t[t.logo = 3] = "logo", t))(Ce || {});
|
|
5584
|
-
const
|
|
5570
|
+
const xa = /* @__PURE__ */ M({
|
|
5585
5571
|
__name: "ContainerModule",
|
|
5586
5572
|
props: {
|
|
5587
5573
|
__typename: {},
|
|
@@ -5978,7 +5964,7 @@ const dn = /* @__PURE__ */ M({
|
|
|
5978
5964
|
});
|
|
5979
5965
|
return (l, u) => {
|
|
5980
5966
|
const c = oe;
|
|
5981
|
-
return d(), T(
|
|
5967
|
+
return d(), T(B(cn), {
|
|
5982
5968
|
class: h(i.value),
|
|
5983
5969
|
style: z(s.value),
|
|
5984
5970
|
"aria-label": l.ariaLabel,
|
|
@@ -5994,11 +5980,11 @@ const dn = /* @__PURE__ */ M({
|
|
|
5994
5980
|
}, [
|
|
5995
5981
|
typeof l.Logo != "string" && ((p = l.Logo) != null && p.__typename) ? (d(), T(c, ze(C({ key: 0 }, l.Logo)), null, 16)) : typeof l.Logo == "string" ? (d(), g("div", {
|
|
5996
5982
|
key: 1,
|
|
5997
|
-
class: h(
|
|
5983
|
+
class: h(B(K)(l.Logo, (m = n.value) == null ? void 0 : m.logo))
|
|
5998
5984
|
}, null, 2)) : w("", !0)
|
|
5999
5985
|
], 2)) : w("", !0),
|
|
6000
5986
|
$("p", {
|
|
6001
|
-
class: h(
|
|
5987
|
+
class: h(B(K)("pointer-events-none", ((b = n.value) == null ? void 0 : b.title) ?? ""))
|
|
6002
5988
|
}, A(l.title), 3)
|
|
6003
5989
|
];
|
|
6004
5990
|
}),
|
|
@@ -6006,7 +5992,7 @@ const dn = /* @__PURE__ */ M({
|
|
|
6006
5992
|
}, 8, ["class", "style", "aria-label", "link", "href"]);
|
|
6007
5993
|
};
|
|
6008
5994
|
}
|
|
6009
|
-
}),
|
|
5995
|
+
}), Ia = /* @__PURE__ */ M({
|
|
6010
5996
|
__name: "ContentModule",
|
|
6011
5997
|
props: {
|
|
6012
5998
|
__typename: {},
|
|
@@ -6047,19 +6033,19 @@ const dn = /* @__PURE__ */ M({
|
|
|
6047
6033
|
s.logo ? (d(), T(l, C({ key: 0 }, s.logo, { class: i.value }), null, 16, ["class"])) : w("", !0),
|
|
6048
6034
|
s.headline ? (d(), g("h2", {
|
|
6049
6035
|
key: 1,
|
|
6050
|
-
class: h(`${s.headline && !s.subHeadline ? "mb-4" : ""} ${
|
|
6036
|
+
class: h(`${s.headline && !s.subHeadline ? "mb-4" : ""} ${B(K)(((f = n.value) == null ? void 0 : f.headline) ?? "", o.value)}`)
|
|
6051
6037
|
}, A(s.headline), 3)) : w("", !0),
|
|
6052
6038
|
s.subHeadline ? (d(), g("h2", {
|
|
6053
6039
|
key: 2,
|
|
6054
|
-
class: h(`content-module-subheadline ${
|
|
6040
|
+
class: h(`content-module-subheadline ${B(K)(((p = n.value) == null ? void 0 : p.subheadline) ?? "", o.value)}`)
|
|
6055
6041
|
}, A(s.subHeadline), 3)) : w("", !0),
|
|
6056
6042
|
s.description ? (d(), g("p", {
|
|
6057
6043
|
key: 3,
|
|
6058
|
-
class: h(`content-module-description ${
|
|
6044
|
+
class: h(`content-module-description ${B(K)(((m = n.value) == null ? void 0 : m.description) ?? "", o.value)}`)
|
|
6059
6045
|
}, A(s.description), 3)) : w("", !0),
|
|
6060
6046
|
s.ctas ? (d(), g("div", {
|
|
6061
6047
|
key: 4,
|
|
6062
|
-
class: h(`content-module-ctas ${
|
|
6048
|
+
class: h(`content-module-ctas ${B(K)(((b = n.value) == null ? void 0 : b.ctas) ?? "", o.value)}`)
|
|
6063
6049
|
}, [
|
|
6064
6050
|
(d(!0), g(H, null, W(s.ctas, (y, v) => (d(), T(dn, C({ ref_for: !0 }, y, {
|
|
6065
6051
|
key: `cta-${y.title}-${v}`
|
|
@@ -6069,7 +6055,7 @@ const dn = /* @__PURE__ */ M({
|
|
|
6069
6055
|
], 6);
|
|
6070
6056
|
};
|
|
6071
6057
|
}
|
|
6072
|
-
}),
|
|
6058
|
+
}), _a = /* @__PURE__ */ M({
|
|
6073
6059
|
__name: "ContainerCollectionModule",
|
|
6074
6060
|
props: {
|
|
6075
6061
|
__typename: {},
|
|
@@ -6148,19 +6134,19 @@ function Vt(t) {
|
|
|
6148
6134
|
return typeof t == "string" || t && typeof t == "object";
|
|
6149
6135
|
}
|
|
6150
6136
|
Symbol(process.env.NODE_ENV !== "production" ? "navigation failure" : "");
|
|
6151
|
-
var
|
|
6137
|
+
var Nt;
|
|
6152
6138
|
(function(t) {
|
|
6153
6139
|
t[t.aborted = 4] = "aborted", t[t.cancelled = 8] = "cancelled", t[t.duplicated = 16] = "duplicated";
|
|
6154
|
-
})(
|
|
6140
|
+
})(Nt || (Nt = {}));
|
|
6155
6141
|
Symbol(process.env.NODE_ENV !== "production" ? "router view location matched" : "");
|
|
6156
6142
|
Symbol(process.env.NODE_ENV !== "production" ? "router view depth" : "");
|
|
6157
6143
|
const fn = Symbol(process.env.NODE_ENV !== "production" ? "router" : ""), Pi = Symbol(process.env.NODE_ENV !== "production" ? "route location" : "");
|
|
6158
6144
|
Symbol(process.env.NODE_ENV !== "production" ? "router view location" : "");
|
|
6159
|
-
function
|
|
6145
|
+
function Bt(t) {
|
|
6160
6146
|
const e = Qe(fn), n = Qe(Pi);
|
|
6161
6147
|
let r = !1, o = null;
|
|
6162
6148
|
const i = x(() => {
|
|
6163
|
-
const c =
|
|
6149
|
+
const c = B(t.to);
|
|
6164
6150
|
return process.env.NODE_ENV !== "production" && (!r || c !== o) && (Vt(c) || (r ? Tt(`Invalid value for prop "to" in useLink()
|
|
6165
6151
|
- to:`, c, `
|
|
6166
6152
|
- previous to:`, o, `
|
|
@@ -6185,8 +6171,8 @@ function Nt(t) {
|
|
|
6185
6171
|
);
|
|
6186
6172
|
}), a = x(() => s.value > -1 && Ei(n.params, i.value.params)), l = x(() => s.value > -1 && s.value === n.matched.length - 1 && _i(n.params, i.value.params));
|
|
6187
6173
|
function u(c = {}) {
|
|
6188
|
-
return Oi(c) ? e[
|
|
6189
|
-
|
|
6174
|
+
return Oi(c) ? e[B(t.replace) ? "replace" : "push"](
|
|
6175
|
+
B(t.to)
|
|
6190
6176
|
// avoid uncaught errors are they are logged anyway
|
|
6191
6177
|
).catch(Ii) : Promise.resolve();
|
|
6192
6178
|
}
|
|
@@ -6200,7 +6186,7 @@ function Nt(t) {
|
|
|
6200
6186
|
error: null
|
|
6201
6187
|
};
|
|
6202
6188
|
c.__vrl_devtools = c.__vrl_devtools || [], c.__vrl_devtools.push(f), $n(() => {
|
|
6203
|
-
f.route = i.value, f.isActive = a.value, f.isExactActive = l.value, f.error = Vt(
|
|
6189
|
+
f.route = i.value, f.isActive = a.value, f.isExactActive = l.value, f.error = Vt(B(t.to)) ? null : 'Invalid "to" value';
|
|
6204
6190
|
}, { flush: "post" });
|
|
6205
6191
|
}
|
|
6206
6192
|
}
|
|
@@ -6230,9 +6216,9 @@ const Ai = /* @__PURE__ */ M({
|
|
|
6230
6216
|
default: "page"
|
|
6231
6217
|
}
|
|
6232
6218
|
},
|
|
6233
|
-
useLink:
|
|
6219
|
+
useLink: Bt,
|
|
6234
6220
|
setup(t, { slots: e }) {
|
|
6235
|
-
const n = yn(
|
|
6221
|
+
const n = yn(Bt(t)), { options: r } = Qe(fn), o = x(() => ({
|
|
6236
6222
|
[Dt(t.activeClass, r.linkActiveClass, "router-link-active")]: n.isActive,
|
|
6237
6223
|
// [getLinkClass(
|
|
6238
6224
|
// props.inactiveClass,
|
|
@@ -6285,7 +6271,7 @@ const Dt = (t, e, n) => t ?? e ?? n, ji = {
|
|
|
6285
6271
|
}, Vi = {
|
|
6286
6272
|
key: 1,
|
|
6287
6273
|
class: "mb-2 font-bold"
|
|
6288
|
-
},
|
|
6274
|
+
}, Ni = ["innerHTML"], pn = /* @__PURE__ */ M({
|
|
6289
6275
|
__name: "NavigationElement",
|
|
6290
6276
|
props: {
|
|
6291
6277
|
elementType: {},
|
|
@@ -6315,11 +6301,11 @@ const Dt = (t, e, n) => t ?? e ?? n, ji = {
|
|
|
6315
6301
|
class: h(s.value)
|
|
6316
6302
|
}, {
|
|
6317
6303
|
default: X(() => [
|
|
6318
|
-
o.value ===
|
|
6304
|
+
o.value === B(ae).header || a.isChild && (r.value || a.subNavigation) ? (d(), T(F(r.value || a.isChild ? B(Ti) : "button"), {
|
|
6319
6305
|
key: 0,
|
|
6320
6306
|
to: r.value,
|
|
6321
6307
|
class: h(["flex items-center hover:underline", {
|
|
6322
|
-
"whitespace-nowrap": o.value ===
|
|
6308
|
+
"whitespace-nowrap": o.value === B(ae).header
|
|
6323
6309
|
}]),
|
|
6324
6310
|
"aria-expanded": "true",
|
|
6325
6311
|
"aria-haspopup": "true",
|
|
@@ -6343,12 +6329,12 @@ const Dt = (t, e, n) => t ?? e ?? n, ji = {
|
|
|
6343
6329
|
];
|
|
6344
6330
|
}),
|
|
6345
6331
|
_: 1
|
|
6346
|
-
}, 8, ["to", "class"])) : o.value ==
|
|
6332
|
+
}, 8, ["to", "class"])) : o.value == B(ae).footer ? (d(), g("h2", Vi, A(a.title), 1)) : w("", !0),
|
|
6347
6333
|
!a.isChild && a.subNavigation ? (d(), g("ul", {
|
|
6348
6334
|
key: 2,
|
|
6349
6335
|
class: h({
|
|
6350
|
-
hidden: !i.value && o.value ==
|
|
6351
|
-
"sm:absolute left-0 z-10 sm:mt-2 space-y-2 origin-top-right rounded-md ring-opacity-5 focus:outline-none sm:shadow-lg sm:ring-1 sm:ring-white sm:bg-white p-5": o.value ==
|
|
6336
|
+
hidden: !i.value && o.value == B(ae).header,
|
|
6337
|
+
"sm:absolute left-0 z-10 sm:mt-2 space-y-2 origin-top-right rounded-md ring-opacity-5 focus:outline-none sm:shadow-lg sm:ring-1 sm:ring-white sm:bg-white p-5": o.value == B(ae).header
|
|
6352
6338
|
}),
|
|
6353
6339
|
role: "menu",
|
|
6354
6340
|
"aria-orientation": "vertical",
|
|
@@ -6366,13 +6352,13 @@ const Dt = (t, e, n) => t ?? e ?? n, ji = {
|
|
|
6366
6352
|
a.htmlRef ? (d(), g("div", {
|
|
6367
6353
|
key: 3,
|
|
6368
6354
|
innerHTML: a.htmlRef
|
|
6369
|
-
}, null, 8,
|
|
6355
|
+
}, null, 8, Ni)) : w("", !0)
|
|
6370
6356
|
]),
|
|
6371
6357
|
_: 1
|
|
6372
6358
|
}, 8, ["class"]);
|
|
6373
6359
|
};
|
|
6374
6360
|
}
|
|
6375
|
-
}),
|
|
6361
|
+
}), Bi = { class: "container flex flex-col mx-auto" }, Mi = { class: "flex justify-between flex-col sm:flex-row p-5 gap-4" }, Di = {
|
|
6376
6362
|
href: "/",
|
|
6377
6363
|
class: "footer-navigation-logo text-center"
|
|
6378
6364
|
}, Fi = {
|
|
@@ -6381,7 +6367,7 @@ const Dt = (t, e, n) => t ?? e ?? n, ji = {
|
|
|
6381
6367
|
}, Ri = {
|
|
6382
6368
|
key: 1,
|
|
6383
6369
|
class: "flex flex-wrap footer-social space-x-2"
|
|
6384
|
-
}, Hi = ["href"], Wi = /* @__PURE__ */ $("hr", null, null, -1), zi = ["innerHTML"],
|
|
6370
|
+
}, Hi = ["href"], Wi = /* @__PURE__ */ $("hr", null, null, -1), zi = ["innerHTML"], ka = /* @__PURE__ */ M({
|
|
6385
6371
|
__name: "FooterNavigation",
|
|
6386
6372
|
props: {
|
|
6387
6373
|
title: {},
|
|
@@ -6401,7 +6387,7 @@ const Dt = (t, e, n) => t ?? e ?? n, ji = {
|
|
|
6401
6387
|
class: "w-full p-5",
|
|
6402
6388
|
style: z(n.value)
|
|
6403
6389
|
}, [
|
|
6404
|
-
$("div",
|
|
6390
|
+
$("div", Bi, [
|
|
6405
6391
|
$("div", Mi, [
|
|
6406
6392
|
$("a", Di, [
|
|
6407
6393
|
r.logo ? (d(), g("img", C({
|
|
@@ -6441,7 +6427,7 @@ const Dt = (t, e, n) => t ?? e ?? n, ji = {
|
|
|
6441
6427
|
])
|
|
6442
6428
|
], 4));
|
|
6443
6429
|
}
|
|
6444
|
-
}),
|
|
6430
|
+
}), Pa = /* @__PURE__ */ M({
|
|
6445
6431
|
__name: "LogoCollectionModule",
|
|
6446
6432
|
props: {
|
|
6447
6433
|
__typename: {},
|
|
@@ -6499,7 +6485,7 @@ const Dt = (t, e, n) => t ?? e ?? n, ji = {
|
|
|
6499
6485
|
key: 1,
|
|
6500
6486
|
"fill-rule": "evenodd",
|
|
6501
6487
|
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"
|
|
6502
|
-
},
|
|
6488
|
+
}, Aa = /* @__PURE__ */ M({
|
|
6503
6489
|
__name: "PrimaryNavigation",
|
|
6504
6490
|
props: {
|
|
6505
6491
|
title: {},
|
|
@@ -6555,7 +6541,7 @@ const Dt = (t, e, n) => t ?? e ?? n, ji = {
|
|
|
6555
6541
|
])
|
|
6556
6542
|
], 4));
|
|
6557
6543
|
}
|
|
6558
|
-
}),
|
|
6544
|
+
}), Ta = /* @__PURE__ */ M({
|
|
6559
6545
|
__name: "SplitModule",
|
|
6560
6546
|
props: {
|
|
6561
6547
|
__typename: {},
|
|
@@ -6592,7 +6578,7 @@ const Dt = (t, e, n) => t ?? e ?? n, ji = {
|
|
|
6592
6578
|
class: h(`headline ${((a = n.value) == null ? void 0 : a.headline) ?? ""}`)
|
|
6593
6579
|
}, A(i.headline), 3),
|
|
6594
6580
|
$("div", {
|
|
6595
|
-
class: h(`split-module-content ${
|
|
6581
|
+
class: h(`split-module-content ${B(K)("flex justify-evenly gap-4 mx-auto items-center", ((l = n.value) == null ? void 0 : l.content) ?? "")}`)
|
|
6596
6582
|
}, [
|
|
6597
6583
|
i.start ? (d(), T(F(i.start.__typename), C({ key: 0 }, i.start, {
|
|
6598
6584
|
class: `split-module-start ${((u = n.value) == null ? void 0 : u.start) ?? ""}`
|
|
@@ -6609,7 +6595,7 @@ const Dt = (t, e, n) => t ?? e ?? n, ji = {
|
|
|
6609
6595
|
_: 1
|
|
6610
6596
|
}, 8, ["style", "class"]));
|
|
6611
6597
|
}
|
|
6612
|
-
}),
|
|
6598
|
+
}), Oa = /* @__PURE__ */ M({
|
|
6613
6599
|
__name: "TestimonialModule",
|
|
6614
6600
|
props: {
|
|
6615
6601
|
__typename: {},
|
|
@@ -6668,7 +6654,7 @@ const Dt = (t, e, n) => t ?? e ?? n, ji = {
|
|
|
6668
6654
|
], 4);
|
|
6669
6655
|
};
|
|
6670
6656
|
}
|
|
6671
|
-
}),
|
|
6657
|
+
}), Ea = /* @__PURE__ */ M({
|
|
6672
6658
|
__name: "TileCollectionModule",
|
|
6673
6659
|
props: {
|
|
6674
6660
|
__typename: {},
|
|
@@ -6706,7 +6692,7 @@ const Dt = (t, e, n) => t ?? e ?? n, ji = {
|
|
|
6706
6692
|
}, A(o.description), 3)) : w("", !0),
|
|
6707
6693
|
o.modules ? (d(), g("ul", {
|
|
6708
6694
|
key: 2,
|
|
6709
|
-
class: h(`tile-collection-content ${
|
|
6695
|
+
class: h(`tile-collection-content ${B(K)(`flex flex-col ${o.variant !== "ImageStackedAnimatedTile" ? "md:flex-row flex-wrap gap-12 md:gap-6" : "gap-12"} justify-center`, ((c = n.value) == null ? void 0 : c.content) ?? "")}`)
|
|
6710
6696
|
}, [
|
|
6711
6697
|
(d(!0), g(H, null, W(o.modules, (f, p) => {
|
|
6712
6698
|
var m;
|
|
@@ -6796,7 +6782,7 @@ const na = ["src", "height", "width"], ra = ["alt", "height", "width"], oa = ["s
|
|
|
6796
6782
|
}), aa = {
|
|
6797
6783
|
key: 0,
|
|
6798
6784
|
class: "tile-content-text"
|
|
6799
|
-
}, sa = /* @__PURE__ */ $("div", { class: "tile-content-media-background" }, null, -1),
|
|
6785
|
+
}, sa = /* @__PURE__ */ $("div", { class: "tile-content-media-background" }, null, -1), ja = /* @__PURE__ */ M({
|
|
6800
6786
|
__name: "TileContent",
|
|
6801
6787
|
props: {
|
|
6802
6788
|
__typename: {},
|
|
@@ -6840,7 +6826,7 @@ const na = ["src", "height", "width"], ra = ["alt", "height", "width"], oa = ["s
|
|
|
6840
6826
|
style: z(o.value),
|
|
6841
6827
|
class: h(`tile-label absolute ${(u = n.value) == null ? void 0 : u.label}`)
|
|
6842
6828
|
}, A(i.cardLabel.content), 7)) : w("", !0),
|
|
6843
|
-
Wt(
|
|
6829
|
+
Wt(B(mn), {
|
|
6844
6830
|
class: h(`${((c = n.value) == null ? void 0 : c.container) ?? ""} tile-content-container shadow-none`),
|
|
6845
6831
|
style: z(r.value),
|
|
6846
6832
|
"pt:footer:class": `tile-content-ctas ${((f = n.value) == null ? void 0 : f.ctas) ?? ""}`,
|
|
@@ -6884,7 +6870,7 @@ const na = ["src", "height", "width"], ra = ["alt", "height", "width"], oa = ["s
|
|
|
6884
6870
|
i.Image ? (d(), T(oe, C({ key: 1 }, i.Image, {
|
|
6885
6871
|
class: (
|
|
6886
6872
|
// @ts-ignore
|
|
6887
|
-
|
|
6873
|
+
B(K)("w-full", i.Image.class)
|
|
6888
6874
|
)
|
|
6889
6875
|
}), null, 16, ["class"])) : w("", !0),
|
|
6890
6876
|
i.Video ? (d(), T(ia, ze(C({ key: 2 }, i.Video)), null, 16)) : w("", !0)
|
|
@@ -6925,23 +6911,50 @@ const na = ["src", "height", "width"], ra = ["alt", "height", "width"], oa = ["s
|
|
|
6925
6911
|
}
|
|
6926
6912
|
});
|
|
6927
6913
|
export {
|
|
6928
|
-
|
|
6929
|
-
|
|
6930
|
-
|
|
6931
|
-
|
|
6914
|
+
ya as Accordion,
|
|
6915
|
+
wa as AccordionItem,
|
|
6916
|
+
st as AccordionItemPt,
|
|
6917
|
+
$a as AccordionListItem,
|
|
6918
|
+
er as AccordionListItemPt,
|
|
6919
|
+
Qn as AccordionPt,
|
|
6920
|
+
Ca as AccordionTileItem,
|
|
6921
|
+
tr as AccordionTileItemPt,
|
|
6932
6922
|
dn as CTA,
|
|
6933
|
-
|
|
6934
|
-
|
|
6935
|
-
|
|
6936
|
-
|
|
6937
|
-
|
|
6923
|
+
ar as CTAPt,
|
|
6924
|
+
Sa as CarouselModule,
|
|
6925
|
+
ua as CarouselModuleAltPt,
|
|
6926
|
+
nr as CarouselModulePt,
|
|
6927
|
+
_a as ContainerCollectionModule,
|
|
6928
|
+
rr as ContainerCollectionModulePt,
|
|
6929
|
+
xa as ContainerModule,
|
|
6930
|
+
or as ContainerModulePt,
|
|
6931
|
+
Ia as ContentModule,
|
|
6932
|
+
ir as ContentModulePt,
|
|
6933
|
+
R as DEFAULT_PASSTHROUGH,
|
|
6934
|
+
ka as FooterNavigation,
|
|
6935
|
+
ca as FooterNavigationPt,
|
|
6938
6936
|
oe as Image,
|
|
6939
|
-
|
|
6937
|
+
da as ImagePt,
|
|
6938
|
+
Pa as LogoCollectionModule,
|
|
6939
|
+
sr as LogoCollectionModulePt,
|
|
6940
6940
|
pn as NavigationElement,
|
|
6941
|
-
|
|
6942
|
-
|
|
6943
|
-
|
|
6944
|
-
|
|
6945
|
-
|
|
6946
|
-
|
|
6941
|
+
lr as NavigationElementPt,
|
|
6942
|
+
Aa as PrimaryNavigation,
|
|
6943
|
+
fa as PrimaryNavigationPt,
|
|
6944
|
+
Ta as SplitModule,
|
|
6945
|
+
ur as SplitModulePt,
|
|
6946
|
+
Oa as TestimonialModule,
|
|
6947
|
+
cr as TestimonialModulePt,
|
|
6948
|
+
Ea as TileCollectionModule,
|
|
6949
|
+
dr as TileCollectionModulePt,
|
|
6950
|
+
ja as TileContent,
|
|
6951
|
+
pa as TileContentIconTilePt,
|
|
6952
|
+
ma as TileContentImageStackedAnimatedTilePt,
|
|
6953
|
+
ga as TileContentImageTilePt,
|
|
6954
|
+
pe as TileContentPt,
|
|
6955
|
+
ha as TileContentTextTilePt,
|
|
6956
|
+
va as TileContentVideoTilePt,
|
|
6957
|
+
ia as Video,
|
|
6958
|
+
ba as VideoPt,
|
|
6959
|
+
P as combinePassthroughs
|
|
6947
6960
|
};
|