@cooperco/cooper-component-library 0.1.34 → 0.1.35

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 Qe, provide as ur, ref as X, readonly as bn, getCurrentInstance as rt, onMounted as Lt, nextTick as cr, watch as be, mergeProps as T, openBlock as p, createElementBlock as h, renderSlot as Q, createTextVNode as ot, toDisplayString as j, createElementVNode as S, resolveComponent as Ct, resolveDirective as $n, withDirectives as ie, normalizeClass as g, createBlock as I, createCommentVNode as C, defineComponent as R, computed as x, resolveDynamicComponent as ee, unref as y, withCtx as Z, Fragment as q, renderList as J, withModifiers as et, vShow as ue, getCurrentScope as dr, onScopeDispose as pr, toRef as fr, customRef as mr, normalizeStyle as le, createSlots as xe, normalizeProps as Ue, reactive as gr, h as hr, watchEffect as yr, createVNode as fe, guardReactiveProps as wn, useAttrs as vr } from "vue";
1
+ import { inject as Qe, provide as ur, ref as X, readonly as bn, getCurrentInstance as rt, onMounted as Lt, nextTick as cr, watch as be, mergeProps as T, openBlock as p, createElementBlock as h, renderSlot as ee, createTextVNode as ot, toDisplayString as j, createElementVNode as S, resolveComponent as Ct, resolveDirective as $n, withDirectives as ie, normalizeClass as g, createBlock as I, createCommentVNode as C, defineComponent as R, computed as x, resolveDynamicComponent as Q, unref as y, withCtx as Z, Fragment as q, renderList as J, withModifiers as et, vShow as ue, getCurrentScope as dr, onScopeDispose as pr, toRef as fr, customRef as mr, normalizeStyle as le, createSlots as xe, createVNode as de, normalizeProps as Ue, reactive as gr, h as hr, watchEffect as yr, guardReactiveProps as wn, useAttrs as vr } from "vue";
2
2
  const Ot = "-", br = (t) => {
3
3
  const e = wr(t), {
4
4
  conflictingClassGroups: n,
@@ -219,7 +219,7 @@ function Lr(t, ...e) {
219
219
  const U = (t) => {
220
220
  const e = (n) => n[t] || [];
221
221
  return e.isThemeGetter = !0, e;
222
- }, Tn = /^\[(?:([a-z-]+):)?(.+)\]$/i, Or = /^\d+\/\d+$/, Er = /* @__PURE__ */ new Set(["px", "full", "screen"]), jr = /^(\d+(\.\d+)?)?(xs|sm|md|lg|xl)$/, Mr = /\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$/, Vr = /^(rgba?|hsla?|hwb|(ok)?(lab|lch))\(.+\)$/, Nr = /^(inset_)?-?((\d+)?\.?(\d+)[a-z]+|0)_-?((\d+)?\.?(\d+)[a-z]+|0)/, Br = /^(url|image|image-set|cross-fade|element|(repeating-)?(linear|radial|conic)-gradient)\(.+\)$/, pe = (t) => Te(t) || Er.has(t) || Or.test(t), me = (t) => Ie(t, "length", Kr), Te = (t) => !!t && !Number.isNaN(Number(t)), ft = (t) => Ie(t, "number", Te), Le = (t) => !!t && Number.isInteger(Number(t)), Dr = (t) => t.endsWith("%") && Te(t.slice(0, -1)), O = (t) => Tn.test(t), ge = (t) => jr.test(t), Hr = /* @__PURE__ */ new Set(["length", "size", "percentage"]), Fr = (t) => Ie(t, Hr, xn), Rr = (t) => Ie(t, "position", xn), Wr = /* @__PURE__ */ new Set(["image", "url"]), zr = (t) => Ie(t, Wr, Gr), Ur = (t) => Ie(t, "", qr), Oe = () => !0, Ie = (t, e, n) => {
222
+ }, Tn = /^\[(?:([a-z-]+):)?(.+)\]$/i, Or = /^\d+\/\d+$/, Er = /* @__PURE__ */ new Set(["px", "full", "screen"]), jr = /^(\d+(\.\d+)?)?(xs|sm|md|lg|xl)$/, Mr = /\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$/, Vr = /^(rgba?|hsla?|hwb|(ok)?(lab|lch))\(.+\)$/, Nr = /^(inset_)?-?((\d+)?\.?(\d+)[a-z]+|0)_-?((\d+)?\.?(\d+)[a-z]+|0)/, Br = /^(url|image|image-set|cross-fade|element|(repeating-)?(linear|radial|conic)-gradient)\(.+\)$/, fe = (t) => Te(t) || Er.has(t) || Or.test(t), me = (t) => Ie(t, "length", Kr), Te = (t) => !!t && !Number.isNaN(Number(t)), ft = (t) => Ie(t, "number", Te), Le = (t) => !!t && Number.isInteger(Number(t)), Dr = (t) => t.endsWith("%") && Te(t.slice(0, -1)), O = (t) => Tn.test(t), ge = (t) => jr.test(t), Hr = /* @__PURE__ */ new Set(["length", "size", "percentage"]), Fr = (t) => Ie(t, Hr, xn), Rr = (t) => Ie(t, "position", xn), Wr = /* @__PURE__ */ new Set(["image", "url"]), zr = (t) => Ie(t, Wr, Gr), Ur = (t) => Ie(t, "", qr), Oe = () => !0, Ie = (t, e, n) => {
223
223
  const r = Tn.exec(t);
224
224
  return r ? r[1] ? typeof e == "string" ? r[1] === e : e.has(r[1]) : n(r[2]) : !1;
225
225
  }, Kr = (t) => (
@@ -228,34 +228,34 @@ const U = (t) => {
228
228
  // I could also use lookbehind assertion in `lengthUnitRegex` but that isn't supported widely enough.
229
229
  Mr.test(t) && !Vr.test(t)
230
230
  ), xn = () => !1, qr = (t) => Nr.test(t), Gr = (t) => Br.test(t), Xr = () => {
231
- const t = U("colors"), e = U("spacing"), n = U("blur"), r = U("brightness"), o = U("borderColor"), i = U("borderRadius"), l = U("borderSpacing"), a = U("borderWidth"), s = U("contrast"), c = U("grayscale"), u = U("hueRotate"), d = U("invert"), m = U("gap"), f = U("gradientColorStops"), b = U("gradientColorStopPositions"), k = U("inset"), v = U("margin"), w = U("opacity"), $ = U("padding"), L = U("saturate"), E = U("scale"), N = U("sepia"), H = U("skew"), V = U("space"), B = U("translate"), D = () => ["auto", "contain", "none"], W = () => ["auto", "hidden", "clip", "visible", "scroll"], z = () => ["auto", O, e], P = () => [O, e], re = () => ["", pe, me], ae = () => ["auto", Te, O], se = () => ["bottom", "center", "left", "left-bottom", "left-top", "right", "right-bottom", "right-top", "top"], Ce = () => ["solid", "dashed", "dotted", "double", "none"], Dt = () => ["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"], Ae = () => ["", "0", O], Ht = () => ["auto", "avoid", "all", "avoid-page", "page", "left", "right", "column"], de = () => [Te, O];
231
+ const t = U("colors"), e = U("spacing"), n = U("blur"), r = U("brightness"), o = U("borderColor"), i = U("borderRadius"), l = U("borderSpacing"), a = U("borderWidth"), s = U("contrast"), c = U("grayscale"), u = U("hueRotate"), d = U("invert"), m = U("gap"), f = U("gradientColorStops"), b = U("gradientColorStopPositions"), k = U("inset"), v = U("margin"), w = U("opacity"), $ = U("padding"), L = U("saturate"), E = U("scale"), N = U("sepia"), H = U("skew"), V = U("space"), B = U("translate"), D = () => ["auto", "contain", "none"], W = () => ["auto", "hidden", "clip", "visible", "scroll"], z = () => ["auto", O, e], P = () => [O, e], re = () => ["", fe, me], ae = () => ["auto", Te, O], se = () => ["bottom", "center", "left", "left-bottom", "left-top", "right", "right-bottom", "right-top", "top"], Ce = () => ["solid", "dashed", "dotted", "double", "none"], Dt = () => ["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"], Ae = () => ["", "0", O], Ht = () => ["auto", "avoid", "all", "avoid-page", "page", "left", "right", "column"], pe = () => [Te, O];
232
232
  return {
233
233
  cacheSize: 500,
234
234
  separator: ":",
235
235
  theme: {
236
236
  colors: [Oe],
237
- spacing: [pe, me],
237
+ spacing: [fe, me],
238
238
  blur: ["none", "", ge, O],
239
- brightness: de(),
239
+ brightness: pe(),
240
240
  borderColor: [t],
241
241
  borderRadius: ["none", "", "full", ge, O],
242
242
  borderSpacing: P(),
243
243
  borderWidth: re(),
244
- contrast: de(),
244
+ contrast: pe(),
245
245
  grayscale: Ae(),
246
- hueRotate: de(),
246
+ hueRotate: pe(),
247
247
  invert: Ae(),
248
248
  gap: P(),
249
249
  gradientColorStops: [t],
250
250
  gradientColorStopPositions: [Dr, me],
251
251
  inset: z(),
252
252
  margin: z(),
253
- opacity: de(),
253
+ opacity: pe(),
254
254
  padding: P(),
255
- saturate: de(),
256
- scale: de(),
255
+ saturate: pe(),
256
+ scale: pe(),
257
257
  sepia: Ae(),
258
- skew: de(),
258
+ skew: pe(),
259
259
  space: P(),
260
260
  translate: P()
261
261
  },
@@ -974,7 +974,7 @@ const U = (t) => {
974
974
  * @see https://tailwindcss.com/docs/line-height
975
975
  */
976
976
  leading: [{
977
- leading: ["none", "tight", "snug", "normal", "relaxed", "loose", pe, O]
977
+ leading: ["none", "tight", "snug", "normal", "relaxed", "loose", fe, O]
978
978
  }],
979
979
  /**
980
980
  * List Style Image
@@ -1050,14 +1050,14 @@ const U = (t) => {
1050
1050
  * @see https://tailwindcss.com/docs/text-decoration-thickness
1051
1051
  */
1052
1052
  "text-decoration-thickness": [{
1053
- decoration: ["auto", "from-font", pe, me]
1053
+ decoration: ["auto", "from-font", fe, me]
1054
1054
  }],
1055
1055
  /**
1056
1056
  * Text Underline Offset
1057
1057
  * @see https://tailwindcss.com/docs/text-underline-offset
1058
1058
  */
1059
1059
  "underline-offset": [{
1060
- "underline-offset": ["auto", pe, O]
1060
+ "underline-offset": ["auto", fe, O]
1061
1061
  }],
1062
1062
  /**
1063
1063
  * Text Decoration Color
@@ -1525,14 +1525,14 @@ const U = (t) => {
1525
1525
  * @see https://tailwindcss.com/docs/outline-offset
1526
1526
  */
1527
1527
  "outline-offset": [{
1528
- "outline-offset": [pe, O]
1528
+ "outline-offset": [fe, O]
1529
1529
  }],
1530
1530
  /**
1531
1531
  * Outline Width
1532
1532
  * @see https://tailwindcss.com/docs/outline-width
1533
1533
  */
1534
1534
  "outline-w": [{
1535
- outline: [pe, me]
1535
+ outline: [fe, me]
1536
1536
  }],
1537
1537
  /**
1538
1538
  * Outline Color
@@ -1572,7 +1572,7 @@ const U = (t) => {
1572
1572
  * @see https://tailwindcss.com/docs/ring-offset-width
1573
1573
  */
1574
1574
  "ring-offset-w": [{
1575
- "ring-offset": [pe, me]
1575
+ "ring-offset": [fe, me]
1576
1576
  }],
1577
1577
  /**
1578
1578
  * Ring Offset Color
@@ -1816,7 +1816,7 @@ const U = (t) => {
1816
1816
  * @see https://tailwindcss.com/docs/transition-duration
1817
1817
  */
1818
1818
  duration: [{
1819
- duration: de()
1819
+ duration: pe()
1820
1820
  }],
1821
1821
  /**
1822
1822
  * Transition Timing Function
@@ -1830,7 +1830,7 @@ const U = (t) => {
1830
1830
  * @see https://tailwindcss.com/docs/transition-delay
1831
1831
  */
1832
1832
  delay: [{
1833
- delay: de()
1833
+ delay: pe()
1834
1834
  }],
1835
1835
  /**
1836
1836
  * Animation
@@ -2167,7 +2167,7 @@ const U = (t) => {
2167
2167
  * @see https://tailwindcss.com/docs/stroke-width
2168
2168
  */
2169
2169
  "stroke-w": [{
2170
- stroke: [pe, me, ft]
2170
+ stroke: [fe, me, ft]
2171
2171
  }],
2172
2172
  /**
2173
2173
  * Stroke
@@ -4447,7 +4447,7 @@ var Ke = {
4447
4447
  function Ko(t, e, n, r, o, i) {
4448
4448
  return p(), h("span", T({
4449
4449
  class: t.cx("root")
4450
- }, t.ptmi("root")), [Q(t.$slots, "default", {}, function() {
4450
+ }, t.ptmi("root")), [ee(t.$slots, "default", {}, function() {
4451
4451
  return [ot(j(t.value), 1)];
4452
4452
  })], 16);
4453
4453
  }
@@ -5108,8 +5108,8 @@ function wi(t, e, n, r, o, i) {
5108
5108
  disabled: i.disabled
5109
5109
  }, i.getPTOptions("root"), {
5110
5110
  "data-p-severity": t.severity
5111
- }), [Q(t.$slots, "default", {}, function() {
5112
- return [t.loading ? Q(t.$slots, "loadingicon", {
5111
+ }), [ee(t.$slots, "default", {}, function() {
5112
+ return [t.loading ? ee(t.$slots, "loadingicon", {
5113
5113
  key: 0,
5114
5114
  class: g([t.cx("loadingIcon"), t.cx("icon")])
5115
5115
  }, function() {
@@ -5121,7 +5121,7 @@ function wi(t, e, n, r, o, i) {
5121
5121
  class: [t.cx("loadingIcon"), t.cx("icon")],
5122
5122
  spin: ""
5123
5123
  }, t.ptm("loadingIcon")), null, 16, ["class"]))];
5124
- }) : Q(t.$slots, "icon", {
5124
+ }) : ee(t.$slots, "icon", {
5125
5125
  key: 1,
5126
5126
  class: g([t.cx("icon")])
5127
5127
  }, function() {
@@ -5171,7 +5171,7 @@ const Ci = ["innerHTML"], ki = /* @__PURE__ */ R({
5171
5171
  };
5172
5172
  return (d, m) => {
5173
5173
  var f;
5174
- return p(), I(ee(d.isChild ? "div" : "section"), {
5174
+ return p(), I(Q(d.isChild ? "div" : "section"), {
5175
5175
  class: g(`accordion-module ${((f = o.value) == null ? void 0 : f.root) ?? ""} bg-${y(i)} ${e.class ?? ""}`)
5176
5176
  }, {
5177
5177
  default: Z(() => {
@@ -5189,7 +5189,7 @@ const Ci = ["innerHTML"], ki = /* @__PURE__ */ R({
5189
5189
  (p(!0), h(q, null, J(d.modules, (v, w) => (p(), h(q, {
5190
5190
  key: `${v.headline}-${w}`
5191
5191
  }, [
5192
- d.type === "Tile" || w <= c.value ? (p(), I(ee(`Accordion${d.type}Item`), T({
5192
+ d.type === "Tile" || w <= c.value ? (p(), I(Q(`Accordion${d.type}Item`), T({
5193
5193
  key: 0,
5194
5194
  ref_for: !0
5195
5195
  }, v, {
@@ -5458,7 +5458,7 @@ const Di = /* @__PURE__ */ R({
5458
5458
  ref: n,
5459
5459
  class: g(`should-animate ${y(r) ? "animate" : ""}`)
5460
5460
  }, [
5461
- o.component && ((l = o.component) != null && l.__typename) ? (p(), I(ee(o.component.__typename), T({ key: 0 }, o.component, { "is-child": !0 }), null, 16)) : Q(o.$slots, "default", { key: 1 }, void 0, !0)
5461
+ o.component && ((l = o.component) != null && l.__typename) ? (p(), I(Q(o.component.__typename), T({ key: 0 }, o.component, { "is-child": !0 }), null, 16)) : ee(o.$slots, "default", { key: 1 }, void 0, !0)
5462
5462
  ], 2)
5463
5463
  ], 2);
5464
5464
  };
@@ -6273,7 +6273,7 @@ function Aa(t, e, n, r, o, i) {
6273
6273
  }, t.ptmi("root")), [t.$slots.header ? (p(), h("div", T({
6274
6274
  key: 0,
6275
6275
  class: t.cx("header")
6276
- }, t.ptm("header")), [Q(t.$slots, "header")], 16)) : C("", !0), i.empty ? Q(t.$slots, "empty", {
6276
+ }, t.ptm("header")), [ee(t.$slots, "header")], 16)) : C("", !0), i.empty ? ee(t.$slots, "empty", {
6277
6277
  key: 2
6278
6278
  }, function() {
6279
6279
  return [ot(j(i.emptyMessageText), 1)];
@@ -6294,8 +6294,8 @@ function Aa(t, e, n, r, o, i) {
6294
6294
  })
6295
6295
  }, Ye(Ye({}, t.prevButtonProps), t.ptm("previousButton")), {
6296
6296
  "data-pc-group-section": "navigator"
6297
- }), [Q(t.$slots, "previousicon", {}, function() {
6298
- return [(p(), I(ee(i.isVertical() ? "ChevronUpIcon" : "ChevronLeftIcon"), T({
6297
+ }), [ee(t.$slots, "previousicon", {}, function() {
6298
+ return [(p(), I(Q(i.isVertical() ? "ChevronUpIcon" : "ChevronLeftIcon"), T({
6299
6299
  class: t.cx("previousButtonIcon")
6300
6300
  }, t.ptm("previousButtonIcon")), null, 16, ["class"]))];
6301
6301
  })], 16, Sa)), [[l]]) : C("", !0), S("div", T({
@@ -6333,7 +6333,7 @@ function Aa(t, e, n, r, o, i) {
6333
6333
  "data-p-carousel-item-active": o.totalShiftedItems * -1 === t.value.length + o.d_numVisible,
6334
6334
  "data-p-carousel-item-start": s === 0,
6335
6335
  "data-p-carousel-item-end": t.value.slice(-1 * o.d_numVisible).length - 1 === s
6336
- }), [Q(t.$slots, "item", {
6336
+ }), [ee(t.$slots, "item", {
6337
6337
  data: a,
6338
6338
  index: s
6339
6339
  })], 16, Ta);
@@ -6351,7 +6351,7 @@ function Aa(t, e, n, r, o, i) {
6351
6351
  "data-p-carousel-item-active": i.firstIndex() <= s && i.lastIndex() >= s,
6352
6352
  "data-p-carousel-item-start": i.firstIndex() === s,
6353
6353
  "data-p-carousel-item-end": i.lastIndex() === s
6354
- }), [Q(t.$slots, "item", {
6354
+ }), [ee(t.$slots, "item", {
6355
6355
  data: a,
6356
6356
  index: s
6357
6357
  })], 16, xa);
@@ -6366,7 +6366,7 @@ function Aa(t, e, n, r, o, i) {
6366
6366
  totalShiftedItems: o.totalShiftedItems,
6367
6367
  d_numVisible: o.d_numVisible
6368
6368
  })
6369
- }, t.ptm("itemCloned")), [Q(t.$slots, "item", {
6369
+ }, t.ptm("itemCloned")), [ee(t.$slots, "item", {
6370
6370
  data: a,
6371
6371
  index: s
6372
6372
  })], 16);
@@ -6381,8 +6381,8 @@ function Aa(t, e, n, r, o, i) {
6381
6381
  })
6382
6382
  }, Ye(Ye({}, t.nextButtonProps), t.ptm("nextButton")), {
6383
6383
  "data-pc-group-section": "navigator"
6384
- }), [Q(t.$slots, "nexticon", {}, function() {
6385
- return [(p(), I(ee(i.isVertical() ? "ChevronDownIcon" : "ChevronRightIcon"), T({
6384
+ }), [ee(t.$slots, "nexticon", {}, function() {
6385
+ return [(p(), I(Q(i.isVertical() ? "ChevronDownIcon" : "ChevronRightIcon"), T({
6386
6386
  class: t.cx("nextButtonIcon")
6387
6387
  }, t.ptm("nextButtonIcon")), null, 16, ["class"]))];
6388
6388
  })], 16, Ia)), [[l]]) : C("", !0)], 16, ka), i.totalIndicators >= 0 && t.showIndicators ? (p(), h("ul", T({
@@ -6413,7 +6413,7 @@ function Aa(t, e, n, r, o, i) {
6413
6413
  }), 128))], 16)) : C("", !0)], 16)), t.$slots.footer ? (p(), h("div", T({
6414
6414
  key: 3,
6415
6415
  class: t.cx("footer")
6416
- }, t.ptm("footer")), [Q(t.$slots, "footer")], 16)) : C("", !0)], 16);
6416
+ }, t.ptm("footer")), [ee(t.$slots, "footer")], 16)) : C("", !0)], 16);
6417
6417
  }
6418
6418
  ar.render = Aa;
6419
6419
  const La = ["innerHTML"], Oa = /* @__PURE__ */ R({
@@ -6443,7 +6443,7 @@ const La = ["innerHTML"], Oa = /* @__PURE__ */ R({
6443
6443
  "pt:item:class": `carousel-item w-full ${((s = n.value) == null ? void 0 : s.item) ?? ""}`
6444
6444
  }, xe({
6445
6445
  item: Z((c) => [
6446
- (p(), I(ee(c.data.__typename), T(c.data, { "is-child": !0 }), null, 16))
6446
+ (p(), I(Q(c.data.__typename), T(c.data, { "is-child": !0 }), null, 16))
6447
6447
  ]),
6448
6448
  footer: Z(() => []),
6449
6449
  nexticon: Z(() => []),
@@ -6502,7 +6502,7 @@ const Ea = ["innerHTML"], ja = /* @__PURE__ */ R({
6502
6502
  }), c = ((m = e.fullWidthContent) == null ? void 0 : m.__typename) === "TileContent" ? "TileContentTextTile" : (f = e.fullWidthContent) == null ? void 0 : f.__typename, u = ((b = e.start) == null ? void 0 : b.__typename) === "TileContent" ? "TileContentTextTile" : (k = e.start) == null ? void 0 : k.__typename, d = ((v = e.end) == null ? void 0 : v.__typename) === "TileContent" ? "TileContentTextTile" : (w = e.end) == null ? void 0 : w.__typename;
6503
6503
  return ($, L) => {
6504
6504
  const E = oe;
6505
- return p(), I(ee($.isChild ? "div" : "section"), {
6505
+ return p(), I(Q($.isChild ? "div" : "section"), {
6506
6506
  class: g(a.value)
6507
6507
  }, {
6508
6508
  default: Z(() => {
@@ -6534,7 +6534,7 @@ const Ea = ["innerHTML"], ja = /* @__PURE__ */ R({
6534
6534
  key: 0,
6535
6535
  class: g(`container-module-full-width-content ${((z = o.value) == null ? void 0 : z.fullWidthContent) ?? ""} ${l.value ? "mx-auto" : ""}`)
6536
6536
  }, [
6537
- y(c) ? (p(), I(ee(y(c)), T({ key: 0 }, $.fullWidthContent, {
6537
+ y(c) ? (p(), I(Q(y(c)), T({ key: 0 }, $.fullWidthContent, {
6538
6538
  "is-child": !0,
6539
6539
  "is-hero": !!(y(c) === "ContentModule" && i.value)
6540
6540
  }), null, 16, ["is-hero"])) : C("", !0)
@@ -6543,7 +6543,7 @@ const Ea = ["innerHTML"], ja = /* @__PURE__ */ R({
6543
6543
  key: 0,
6544
6544
  class: g(`container-module-start basis-1/2 ${((P = o.value) == null ? void 0 : P.start) ?? ""} ${i.value && y(u) !== "Image" ? "py-16 md:pr-16 md:pl-0 px-12" : ""}`)
6545
6545
  }, [
6546
- y(u) ? (p(), I(ee(y(u)), T({ key: 0 }, $.start, {
6546
+ y(u) ? (p(), I(Q(y(u)), T({ key: 0 }, $.start, {
6547
6547
  "is-child": !0,
6548
6548
  "is-hero": !!(y(u) === "ContentModule" && i.value)
6549
6549
  }), null, 16, ["is-hero"])) : C("", !0)
@@ -6551,7 +6551,7 @@ const Ea = ["innerHTML"], ja = /* @__PURE__ */ R({
6551
6551
  S("div", {
6552
6552
  class: g(`container-module-end basis-1/2 ${((re = o.value) == null ? void 0 : re.end) ?? ""} ${i.value && y(d) !== "Image" ? "py-16 md:pr-16 md:pl-0 px-12" : ""}`)
6553
6553
  }, [
6554
- y(d) ? (p(), I(ee(y(d)), T({ key: 0 }, $.end, {
6554
+ y(d) ? (p(), I(Q(y(d)), T({ key: 0 }, $.end, {
6555
6555
  "is-child": !0,
6556
6556
  "is-hero": !!(y(d) === "ContentModule" && i.value)
6557
6557
  }), null, 16, ["is-hero"])) : C("", !0)
@@ -6559,7 +6559,7 @@ const Ea = ["innerHTML"], ja = /* @__PURE__ */ R({
6559
6559
  ], 64))
6560
6560
  ], 2)) : C("", !0)
6561
6561
  ], 2),
6562
- Q($.$slots, "default")
6562
+ ee($.$slots, "default")
6563
6563
  ];
6564
6564
  }),
6565
6565
  _: 3
@@ -6629,38 +6629,43 @@ const $e = /* @__PURE__ */ R({
6629
6629
  }), m = x(() => s.value ? "a" : "router-link");
6630
6630
  return (f, b) => {
6631
6631
  const k = oe;
6632
- return p(), I(y(Mt), {
6633
- as: m.value,
6634
- class: g(l.value),
6632
+ return p(), I(Q(m.value), {
6635
6633
  "aria-label": c.value,
6636
6634
  "aria-description": u.value,
6637
- target: s.value ? d.value : "",
6638
- rel: s.value ? "noopener" : "",
6639
- href: s.value ? a.value : "",
6640
6635
  to: s.value ? "" : a.value,
6641
- link: r.value
6636
+ href: s.value ? a.value : "",
6637
+ target: s.value ? d.value : "",
6638
+ rel: s.value ? "noopener" : ""
6642
6639
  }, {
6643
- default: Z(() => {
6644
- var v, w, $;
6645
- return [
6646
- f.logo ? (p(), h("div", {
6647
- key: 0,
6648
- class: g(`${f.buttonType === "logo" ? (v = n.value) == null ? void 0 : v.logo : ""} ${f.buttonType === "logo" ? `bg-${e.textColor ?? y(i).copy}` : ""}`)
6649
- }, [
6650
- typeof f.logo == "object" ? (p(), I(k, Ue(T({ key: 0 }, f.logo)), null, 16)) : typeof f.logo == "string" ? (p(), h("div", {
6651
- key: 1,
6652
- class: g(y(G)(f.logo, (w = n.value) == null ? void 0 : w.logo))
6653
- }, null, 2)) : C("", !0)
6654
- ], 2)) : C("", !0),
6655
- S("p", {
6656
- class: g(
6657
- y(G)("pointer-events-none whitespace-nowrap", (($ = n.value) == null ? void 0 : $.headline) ?? "")
6658
- )
6659
- }, j(f.title), 3)
6660
- ];
6661
- }),
6640
+ default: Z(() => [
6641
+ de(y(Mt), {
6642
+ class: g(l.value),
6643
+ link: r.value
6644
+ }, {
6645
+ default: Z(() => {
6646
+ var v, w, $;
6647
+ return [
6648
+ f.logo ? (p(), h("div", {
6649
+ key: 0,
6650
+ class: g(`${f.buttonType === "logo" ? (v = n.value) == null ? void 0 : v.logo : ""} ${f.buttonType === "logo" ? `bg-${e.textColor ?? y(i).copy}` : ""}`)
6651
+ }, [
6652
+ typeof f.logo == "object" ? (p(), I(k, Ue(T({ key: 0 }, f.logo)), null, 16)) : typeof f.logo == "string" ? (p(), h("div", {
6653
+ key: 1,
6654
+ class: g(y(G)(f.logo, (w = n.value) == null ? void 0 : w.logo))
6655
+ }, null, 2)) : C("", !0)
6656
+ ], 2)) : C("", !0),
6657
+ S("p", {
6658
+ class: g(
6659
+ y(G)("pointer-events-none whitespace-nowrap", (($ = n.value) == null ? void 0 : $.headline) ?? "")
6660
+ )
6661
+ }, j(f.title), 3)
6662
+ ];
6663
+ }),
6664
+ _: 1
6665
+ }, 8, ["class", "link"])
6666
+ ]),
6662
6667
  _: 1
6663
- }, 8, ["as", "class", "aria-label", "aria-description", "target", "rel", "href", "to", "link"]);
6668
+ }, 8, ["aria-label", "aria-description", "to", "href", "target", "rel"]);
6664
6669
  };
6665
6670
  }
6666
6671
  }), Ma = { key: 2 }, Va = ["innerHTML"], Na = ["innerHTML"], Ba = ["innerHTML"], Da = /* @__PURE__ */ R({
@@ -6791,7 +6796,7 @@ const $e = /* @__PURE__ */ R({
6791
6796
  S("div", {
6792
6797
  class: g(`container-collection-content space-y-8 mx-auto container ${(s = n.value) == null ? void 0 : s.bodyCopy}`)
6793
6798
  }, [
6794
- (p(!0), h(q, null, J(i.modules, (c, u) => (p(), I(ee(c.__typename), T({ ref_for: !0 }, c, {
6799
+ (p(!0), h(q, null, J(i.modules, (c, u) => (p(), I(Q(c.__typename), T({ ref_for: !0 }, c, {
6795
6800
  key: `${c == null ? void 0 : c.__typename}-${u}`,
6796
6801
  "is-child": !0
6797
6802
  }), null, 16))), 128))
@@ -7006,11 +7011,11 @@ const yn = (t, e, n) => t ?? e ?? n, Ya = {
7006
7011
  };
7007
7012
  return (c, u) => {
7008
7013
  const d = Ct("NavigationElement", !0);
7009
- return p(), I(ee(c.isChild ? "li" : "div"), {
7014
+ return p(), I(Q(c.isChild ? "li" : "div"), {
7010
7015
  class: g(a.value)
7011
7016
  }, {
7012
7017
  default: Z(() => [
7013
- i.value === y(we).header || c.isChild && (r.value || c.subNavigation) ? (p(), I(ee(o.value), {
7018
+ i.value === y(we).header || c.isChild && (r.value || c.subNavigation) ? (p(), I(Q(o.value), {
7014
7019
  key: 0,
7015
7020
  to: o.value === y(gn) ? r.value : void 0,
7016
7021
  href: o.value === "a" ? r.value : void 0,
@@ -7088,7 +7093,7 @@ const yn = (t, e, n) => t ?? e ?? n, Ya = {
7088
7093
  class: g(`footer-social-item-${i} mt-1`),
7089
7094
  href: (l = o == null ? void 0 : o.link) == null ? void 0 : l.externalUrl
7090
7095
  }, [
7091
- fe(r, {
7096
+ de(r, {
7092
7097
  media: (a = o == null ? void 0 : o.icon) == null ? void 0 : a.media
7093
7098
  }, null, 8, ["media"])
7094
7099
  ], 10, tl);
@@ -7193,7 +7198,7 @@ const yn = (t, e, n) => t ?? e ?? n, Ya = {
7193
7198
  key: 0,
7194
7199
  "social-media-ref": r.socialMediaRef
7195
7200
  }, null, 8, ["social-media-ref"])) : C("", !0),
7196
- fe(At, {
7201
+ de(At, {
7197
7202
  "copy-right": r.copyRight,
7198
7203
  navigation: r.copyRightLinks,
7199
7204
  logos: r.copyRightLogos,
@@ -7305,7 +7310,7 @@ const yn = (t, e, n) => t ?? e ?? n, Ya = {
7305
7310
  S("div", ml, [
7306
7311
  S("div", gl, [
7307
7312
  o.logo ? (p(), h("a", hl, [
7308
- fe(oe, Ue(wn(o.logo)), null, 16)
7313
+ de(oe, Ue(wn(o.logo)), null, 16)
7309
7314
  ])) : C("", !0),
7310
7315
  S("div", yl, [
7311
7316
  S("button", {
@@ -7370,7 +7375,7 @@ const yn = (t, e, n) => t ?? e ?? n, Ya = {
7370
7375
  e.class ?? ""
7371
7376
  )
7372
7377
  );
7373
- return (a, s) => (p(), I(ee(a.isChild ? "div" : "section"), {
7378
+ return (a, s) => (p(), I(Q(a.isChild ? "div" : "section"), {
7374
7379
  style: le(r.value),
7375
7380
  class: g(l.value)
7376
7381
  }, {
@@ -7385,15 +7390,15 @@ const yn = (t, e, n) => t ?? e ?? n, Ya = {
7385
7390
  S("div", {
7386
7391
  class: g(`split-module-content ${y(G)("flex justify-evenly gap-4 mx-auto items-center", ((u = n.value) == null ? void 0 : u.bodyCopy) ?? "")}`)
7387
7392
  }, [
7388
- a.start ? (p(), I(ee(a.start.__typename), T({ key: 0 }, a.start, {
7393
+ a.start ? (p(), I(Q(a.start.__typename), T({ key: 0 }, a.start, {
7389
7394
  class: `split-module-start ${((d = n.value) == null ? void 0 : d.start) ?? ""}`,
7390
7395
  "is-child": !0
7391
7396
  }), null, 16, ["class"])) : C("", !0),
7392
- a.center ? (p(), I(ee(a.center.__typename), T({ key: 1 }, a.center, {
7397
+ a.center ? (p(), I(Q(a.center.__typename), T({ key: 1 }, a.center, {
7393
7398
  class: `split-module-center ${((m = n.value) == null ? void 0 : m.center) ?? ""}`,
7394
7399
  "is-child": !0
7395
7400
  }), null, 16, ["class"])) : C("", !0),
7396
- a.end ? (p(), I(ee(a.end.__typename), T({ key: 2 }, a.end, {
7401
+ a.end ? (p(), I(Q(a.end.__typename), T({ key: 2 }, a.end, {
7397
7402
  class: `split-module-end ${((f = n.value) == null ? void 0 : f.end) ?? ""}`,
7398
7403
  "is-child": !0
7399
7404
  }), null, 16, ["class"])) : C("", !0)
@@ -7437,7 +7442,7 @@ const yn = (t, e, n) => t ?? e ?? n, Ya = {
7437
7442
  key: 0,
7438
7443
  class: g(`testimonial-media ${((s = n.value) == null ? void 0 : s.media) ?? ""}`)
7439
7444
  }, [
7440
- (p(), I(ee(i.media.__typename), Ue(wn(i.media)), null, 16))
7445
+ (p(), I(Q(i.media.__typename), Ue(wn(i.media)), null, 16))
7441
7446
  ], 2)) : C("", !0),
7442
7447
  S("div", {
7443
7448
  class: g(`testimonial-text ${((c = n.value) == null ? void 0 : c.text) ?? ""}`)
@@ -7539,7 +7544,7 @@ const yn = (t, e, n) => t ?? e ?? n, Ya = {
7539
7544
  }, [
7540
7545
  (p(!0), h(q, null, J(a.modules, (v, w) => {
7541
7546
  var $;
7542
- return p(), I(ee(`TileContent${a.variant}`), T({
7547
+ return p(), I(Q(`TileContent${a.variant}`), T({
7543
7548
  key: `${v == null ? void 0 : v.headline}-${w}`,
7544
7549
  class: `tile-collection-content-item-${w} ${i.value} ${(($ = n.value) == null ? void 0 : $.item) ?? ""} ${v.class}`,
7545
7550
  ref_for: !0
@@ -7557,7 +7562,7 @@ const yn = (t, e, n) => t ?? e ?? n, Ya = {
7557
7562
  ])) : C("", !0)
7558
7563
  ], 2),
7559
7564
  a.includeDecoration ? (p(), h("div", _l, [
7560
- fe(u, {
7565
+ de(u, {
7561
7566
  animated: !0,
7562
7567
  media: {
7563
7568
  url: l.value
@@ -7625,7 +7630,7 @@ function El(t, e, n, r, o, i) {
7625
7630
  }, t.ptmi("root")), [t.$slots.header ? (p(), h("div", T({
7626
7631
  key: 0,
7627
7632
  class: t.cx("header")
7628
- }, t.ptm("header")), [Q(t.$slots, "header")], 16)) : C("", !0), S("div", T({
7633
+ }, t.ptm("header")), [ee(t.$slots, "header")], 16)) : C("", !0), S("div", T({
7629
7634
  class: t.cx("body")
7630
7635
  }, t.ptm("body")), [t.$slots.title || t.$slots.subtitle ? (p(), h("div", T({
7631
7636
  key: 0,
@@ -7633,15 +7638,15 @@ function El(t, e, n, r, o, i) {
7633
7638
  }, t.ptm("caption")), [t.$slots.title ? (p(), h("div", T({
7634
7639
  key: 0,
7635
7640
  class: t.cx("title")
7636
- }, t.ptm("title")), [Q(t.$slots, "title")], 16)) : C("", !0), t.$slots.subtitle ? (p(), h("div", T({
7641
+ }, t.ptm("title")), [ee(t.$slots, "title")], 16)) : C("", !0), t.$slots.subtitle ? (p(), h("div", T({
7637
7642
  key: 1,
7638
7643
  class: t.cx("subtitle")
7639
- }, t.ptm("subtitle")), [Q(t.$slots, "subtitle")], 16)) : C("", !0)], 16)) : C("", !0), S("div", T({
7644
+ }, t.ptm("subtitle")), [ee(t.$slots, "subtitle")], 16)) : C("", !0)], 16)) : C("", !0), S("div", T({
7640
7645
  class: t.cx("content")
7641
- }, t.ptm("content")), [Q(t.$slots, "content")], 16), t.$slots.footer ? (p(), h("div", T({
7646
+ }, t.ptm("content")), [ee(t.$slots, "content")], 16), t.$slots.footer ? (p(), h("div", T({
7642
7647
  key: 1,
7643
7648
  class: t.cx("footer")
7644
- }, t.ptm("footer")), [Q(t.$slots, "footer")], 16)) : C("", !0)], 16)], 16);
7649
+ }, t.ptm("footer")), [ee(t.$slots, "footer")], 16)) : C("", !0)], 16)], 16);
7645
7650
  }
7646
7651
  Pe.render = El;
7647
7652
  const jl = ["src", "height", "width"], Ml = ["src", "height", "width"], dt = /* @__PURE__ */ R({
@@ -7743,7 +7748,7 @@ const jl = ["src", "height", "width"], Ml = ["src", "height", "width"], dt = /*
7743
7748
  index: u.index,
7744
7749
  alignment: ((N = u.tileLabel) == null ? void 0 : N.alignment) ?? "right"
7745
7750
  }), null, 16, ["type", "class", "background-color", "text-color", "index", "alignment"])) : C("", !0),
7746
- fe(y(Pe), {
7751
+ de(y(Pe), {
7747
7752
  class: g(`${((H = n.value) == null ? void 0 : H.container) ?? ""} tile-content-container shadow-none`),
7748
7753
  "pt:footer:class": `tile-content-footer ${((V = n.value) == null ? void 0 : V.footer) ?? ""}`,
7749
7754
  "pt:body:class": ((B = n.value) == null ? void 0 : B.body) ?? ""
@@ -7850,7 +7855,7 @@ const jl = ["src", "height", "width"], Ml = ["src", "height", "width"], dt = /*
7850
7855
  style: le({ transitionDelay: `${(u.index ?? 0) * 0.2}s` }),
7851
7856
  class: g(`tile-content animate-slide-in-right ${y(c) ? "visible" : ""} ${y(G)(((b = n.value) == null ? void 0 : b.root) ?? "", i ? "" : "w-full md:w-full lg:w-full", `bg-${y(l)}`, e.class ?? "")}`)
7852
7857
  }, [
7853
- fe(y(Pe), {
7858
+ de(y(Pe), {
7854
7859
  class: g(`${((k = n.value) == null ? void 0 : k.container) ?? ""} tile-content-container shadow-none`),
7855
7860
  "pt:footer:class": `tile-content-ctas ${((v = n.value) == null ? void 0 : v.footer) ?? ""}`,
7856
7861
  "pt:body:class": ((w = n.value) == null ? void 0 : w.body) ?? ""
@@ -7975,7 +7980,7 @@ const jl = ["src", "height", "width"], Ml = ["src", "height", "width"], dt = /*
7975
7980
  "background-color": y(i).label[a.tileLabelType ?? ((v = a.tileLabel) == null ? void 0 : v.type) ?? "Text"].bg,
7976
7981
  "text-color": y(i).label[a.tileLabelType ?? ((w = a.tileLabel) == null ? void 0 : w.type) ?? "Text"].copy
7977
7982
  }), null, 16, ["class", "index", "type", "background-color", "text-color"])) : C("", !0),
7978
- fe(y(Pe), {
7983
+ de(y(Pe), {
7979
7984
  class: g(`${(($ = n.value) == null ? void 0 : $.container) ?? ""} tile-content-container shadow-none`),
7980
7985
  "pt:footer:class": `tile-content-ctas ${((L = n.value) == null ? void 0 : L.footer) ?? ""}`,
7981
7986
  "pt:body:class": ((E = n.value) == null ? void 0 : E.body) ?? ""
@@ -8080,7 +8085,7 @@ const jl = ["src", "height", "width"], Ml = ["src", "height", "width"], dt = /*
8080
8085
  "background-color": y(i).label[s.tileLabelType ?? (($ = s.tileLabel) == null ? void 0 : $.type) ?? "Text"].bg,
8081
8086
  "text-color": y(i).label[s.tileLabelType ?? ((L = s.tileLabel) == null ? void 0 : L.type) ?? "Text"].copy
8082
8087
  }, null, 8, ["class", "index", "alignment", "type", "background-color", "text-color"])) : C("", !0),
8083
- fe(y(Pe), {
8088
+ de(y(Pe), {
8084
8089
  class: g(`${((E = n.value) == null ? void 0 : E.container) ?? ""} tile-content-container shadow-none`),
8085
8090
  "pt:footer:class": `tile-content-ctas ${((N = n.value) == null ? void 0 : N.ctas) ?? ""}`,
8086
8091
  "pt:body:class": ((H = n.value) == null ? void 0 : H.body) ?? ""
@@ -8360,7 +8365,7 @@ const es = ["innerHTML"], ts = ["innerHTML"], ns = ["src"], rs = /* @__PURE__ */
8360
8365
  return p(), h("div", {
8361
8366
  class: g(`tile-content ${y(G)(((f = o.value) == null ? void 0 : f.root) ?? "", r.class ?? "")} max-w-[1024px] mb-16 md:mb-0`)
8362
8367
  }, [
8363
- fe(y(Pe), {
8368
+ de(y(Pe), {
8364
8369
  class: g(`${((b = o.value) == null ? void 0 : b.container) ?? ""} tile-content-container shadow-none`),
8365
8370
  "pt:footer:class": `tile-content-ctas ${((k = o.value) == null ? void 0 : k.ctas) ?? ""}`,
8366
8371
  "pt:body:class": ((v = o.value) == null ? void 0 : v.body) ?? ""
@@ -86,7 +86,7 @@ In order to be iterable, non-array objects must have a [Symbol.iterator]() metho
86
86
  flex: 1 0 `).concat(100/s.numVisible,`%
87
87
  }
88
88
  }
89
- `)}}this.carouselStyle.innerHTML=o},isVertical:function(){return this.orientation==="vertical"},isCircular:function(){return this.value&&this.d_circular&&this.value.length>=this.d_numVisible},isAutoplay:function(){return this.autoplayInterval&&this.allowAutoplay},firstIndex:function(){return this.isCircular()?-1*(this.totalShiftedItems+this.d_numVisible):this.totalShiftedItems*-1},lastIndex:function(){return this.firstIndex()+this.d_numVisible-1},ariaSlideNumber:function(e){return this.$primevue.config.locale.aria?this.$primevue.config.locale.aria.slideNumber.replace(/{slideNumber}/g,e):void 0},ariaPageLabel:function(e){return this.$primevue.config.locale.aria?this.$primevue.config.locale.aria.pageLabel.replace(/{page}/g,e):void 0}},computed:{totalIndicators:function(){return this.value?Math.max(Math.ceil((this.value.length-this.d_numVisible)/this.d_numScroll)+1,0):0},backwardIsDisabled:function(){return this.value&&(!this.circular||this.value.length<this.d_numVisible)&&this.d_page===0},forwardIsDisabled:function(){return this.value&&(!this.circular||this.value.length<this.d_numVisible)&&(this.d_page===this.totalIndicators-1||this.totalIndicators===0)},ariaSlideLabel:function(){return this.$primevue.config.locale.aria?this.$primevue.config.locale.aria.slide:void 0},ariaPrevButtonLabel:function(){return this.$primevue.config.locale.aria?this.$primevue.config.locale.aria.prevPageLabel:void 0},ariaNextButtonLabel:function(){return this.$primevue.config.locale.aria?this.$primevue.config.locale.aria.nextPageLabel:void 0},attributeSelector:function(){return qo()},empty:function(){return!this.value||this.value.length===0},emptyMessageText:function(){var e;return((e=this.$primevue.config)===null||e===void 0||(e=e.locale)===null||e===void 0?void 0:e.emptyMessage)||""}},components:{ChevronRightIcon:kn,ChevronDownIcon:bn,ChevronLeftIcon:Cn,ChevronUpIcon:wn},directives:{ripple:dn}};function ve(n){"@babel/helpers - typeof";return ve=typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?function(e){return typeof e}:function(e){return e&&typeof Symbol=="function"&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e},ve(n)}function vn(n,e){var o=Object.keys(n);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(n);e&&(r=r.filter(function(i){return Object.getOwnPropertyDescriptor(n,i).enumerable})),o.push.apply(o,r)}return o}function Ve(n){for(var e=1;e<arguments.length;e++){var o=arguments[e]!=null?arguments[e]:{};e%2?vn(Object(o),!0).forEach(function(r){Ki(n,r,o[r])}):Object.getOwnPropertyDescriptors?Object.defineProperties(n,Object.getOwnPropertyDescriptors(o)):vn(Object(o)).forEach(function(r){Object.defineProperty(n,r,Object.getOwnPropertyDescriptor(o,r))})}return n}function Ki(n,e,o){return e=qi(e),e in n?Object.defineProperty(n,e,{value:o,enumerable:!0,configurable:!0,writable:!0}):n[e]=o,n}function qi(n){var e=Gi(n,"string");return ve(e)=="symbol"?e:String(e)}function Gi(n,e){if(ve(n)!="object"||!n)return n;var o=n[Symbol.toPrimitive];if(o!==void 0){var r=o.call(n,e||"default");if(ve(r)!="object")return r;throw new TypeError("@@toPrimitive must return a primitive value.")}return(e==="string"?String:Number)(n)}var Xi=["aria-live"],Yi=["disabled","aria-label"],Zi=["data-p-carousel-item-active","data-p-carousel-item-start","data-p-carousel-item-end"],Ji=["aria-hidden","aria-label","aria-roledescription","data-p-carousel-item-active","data-p-carousel-item-start","data-p-carousel-item-end"],Qi=["disabled","aria-label"],el=["data-p-highlight"],tl=["tabindex","aria-label","aria-current","onClick"];function nl(n,e,o,r,i,l){var s=t.resolveDirective("ripple");return t.openBlock(),t.createElementBlock("div",t.mergeProps({class:n.cx("root"),role:"region"},n.ptmi("root")),[n.$slots.header?(t.openBlock(),t.createElementBlock("div",t.mergeProps({key:0,class:n.cx("header")},n.ptm("header")),[t.renderSlot(n.$slots,"header")],16)):t.createCommentVNode("",!0),l.empty?t.renderSlot(n.$slots,"empty",{key:2},function(){return[t.createTextVNode(t.toDisplayString(l.emptyMessageText),1)]}):(t.openBlock(),t.createElementBlock("div",t.mergeProps({key:1,class:[n.cx("content"),n.contentClass]},n.ptm("content")),[t.createElementVNode("div",t.mergeProps({class:[n.cx("container"),n.containerClass],"aria-live":i.allowAutoplay?"polite":"off"},n.ptm("container")),[n.showNavigators?t.withDirectives((t.openBlock(),t.createElementBlock("button",t.mergeProps({key:0,type:"button",class:n.cx("previousButton"),disabled:l.backwardIsDisabled,"aria-label":l.ariaPrevButtonLabel,onClick:e[0]||(e[0]=function(){return l.navBackward&&l.navBackward.apply(l,arguments)})},Ve(Ve({},n.prevButtonProps),n.ptm("previousButton")),{"data-pc-group-section":"navigator"}),[t.renderSlot(n.$slots,"previousicon",{},function(){return[(t.openBlock(),t.createBlock(t.resolveDynamicComponent(l.isVertical()?"ChevronUpIcon":"ChevronLeftIcon"),t.mergeProps({class:n.cx("previousButtonIcon")},n.ptm("previousButtonIcon")),null,16,["class"]))]})],16,Yi)),[[s]]):t.createCommentVNode("",!0),t.createElementVNode("div",t.mergeProps({class:n.cx("itemsContent"),style:[{height:l.isVertical()?n.verticalViewPortHeight:"auto"}],onTouchend:e[2]||(e[2]=function(){return l.onTouchEnd&&l.onTouchEnd.apply(l,arguments)}),onTouchstart:e[3]||(e[3]=function(){return l.onTouchStart&&l.onTouchStart.apply(l,arguments)}),onTouchmove:e[4]||(e[4]=function(){return l.onTouchMove&&l.onTouchMove.apply(l,arguments)})},n.ptm("itemsContent")),[t.createElementVNode("div",t.mergeProps({ref:"itemsContainer",class:n.cx("itemsContainer"),onTransitionend:e[1]||(e[1]=function(){return l.onTransitionEnd&&l.onTransitionEnd.apply(l,arguments)})},n.ptm("itemsContainer")),[l.isCircular()?(t.openBlock(!0),t.createElementBlock(t.Fragment,{key:0},t.renderList(n.value.slice(-1*i.d_numVisible),function(a,c){return t.openBlock(),t.createElementBlock("div",t.mergeProps({key:c+"_scloned",class:n.cx("itemCloned",{index:c,value:n.value,totalShiftedItems:i.totalShiftedItems,d_numVisible:i.d_numVisible})},n.ptm("itemCloned"),{"data-p-carousel-item-active":i.totalShiftedItems*-1===n.value.length+i.d_numVisible,"data-p-carousel-item-start":c===0,"data-p-carousel-item-end":n.value.slice(-1*i.d_numVisible).length-1===c}),[t.renderSlot(n.$slots,"item",{data:a,index:c})],16,Zi)}),128)):t.createCommentVNode("",!0),(t.openBlock(!0),t.createElementBlock(t.Fragment,null,t.renderList(n.value,function(a,c){return t.openBlock(),t.createElementBlock("div",t.mergeProps({key:c,class:n.cx("item",{index:c}),role:"group","aria-hidden":l.firstIndex()>c||l.lastIndex()<c?!0:void 0,"aria-label":l.ariaSlideNumber(c),"aria-roledescription":l.ariaSlideLabel},n.ptm("item"),{"data-p-carousel-item-active":l.firstIndex()<=c&&l.lastIndex()>=c,"data-p-carousel-item-start":l.firstIndex()===c,"data-p-carousel-item-end":l.lastIndex()===c}),[t.renderSlot(n.$slots,"item",{data:a,index:c})],16,Ji)}),128)),l.isCircular()?(t.openBlock(!0),t.createElementBlock(t.Fragment,{key:1},t.renderList(n.value.slice(0,i.d_numVisible),function(a,c){return t.openBlock(),t.createElementBlock("div",t.mergeProps({key:c+"_fcloned",class:n.cx("itemCloned",{index:c,value:n.value,totalShiftedItems:i.totalShiftedItems,d_numVisible:i.d_numVisible})},n.ptm("itemCloned")),[t.renderSlot(n.$slots,"item",{data:a,index:c})],16)}),128)):t.createCommentVNode("",!0)],16)],16),n.showNavigators?t.withDirectives((t.openBlock(),t.createElementBlock("button",t.mergeProps({key:1,type:"button",class:n.cx("nextButton"),disabled:l.forwardIsDisabled,"aria-label":l.ariaNextButtonLabel,onClick:e[5]||(e[5]=function(){return l.navForward&&l.navForward.apply(l,arguments)})},Ve(Ve({},n.nextButtonProps),n.ptm("nextButton")),{"data-pc-group-section":"navigator"}),[t.renderSlot(n.$slots,"nexticon",{},function(){return[(t.openBlock(),t.createBlock(t.resolveDynamicComponent(l.isVertical()?"ChevronDownIcon":"ChevronRightIcon"),t.mergeProps({class:n.cx("nextButtonIcon")},n.ptm("nextButtonIcon")),null,16,["class"]))]})],16,Qi)),[[s]]):t.createCommentVNode("",!0)],16,Xi),l.totalIndicators>=0&&n.showIndicators?(t.openBlock(),t.createElementBlock("ul",t.mergeProps({key:0,ref:"indicatorContent",class:[n.cx("indicators"),n.indicatorsContentClass],onKeydown:e[6]||(e[6]=function(){return l.onIndicatorKeydown&&l.onIndicatorKeydown.apply(l,arguments)})},n.ptm("indicators")),[(t.openBlock(!0),t.createElementBlock(t.Fragment,null,t.renderList(l.totalIndicators,function(a,c){return t.openBlock(),t.createElementBlock("li",t.mergeProps({key:"p-carousel-indicator-"+c.toString(),class:n.cx("indicator",{index:c})},n.ptm("indicator",l.getIndicatorPTOptions(c)),{"data-p-highlight":i.d_page===c}),[t.createElementVNode("button",t.mergeProps({class:n.cx("indicatorButton"),type:"button",tabindex:i.d_page===c?"0":"-1","aria-label":l.ariaPageLabel(c+1),"aria-current":i.d_page===c?"page":void 0,onClick:function(d){return l.onIndicatorClick(d,c)}},n.ptm("indicatorButton",l.getIndicatorPTOptions(c))),null,16,tl)],16,el)}),128))],16)):t.createCommentVNode("",!0)],16)),n.$slots.footer?(t.openBlock(),t.createElementBlock("div",t.mergeProps({key:3,class:n.cx("footer")},n.ptm("footer")),[t.renderSlot(n.$slots,"footer")],16)):t.createCommentVNode("",!0)],16)}$n.render=nl;const ol=["innerHTML"],Sn=t.defineComponent({__name:"CarouselModule",props:{__typename:{},headline:{},carouselItems:{},backgroundColor:{},pt:{},variant:{default:"Default"},isProvider:{type:Boolean,default:!0},class:{}},setup(n){const e=n,o=t.computed(()=>w(Ke,e.pt??{})),{backgroundColor:r,palette:i}=F(e),l=t.computed(()=>`${O(e.variant!=="Hero"?"py-16 px-8":"",`bg-${r}`,e.class)} ${e.variant.toLowerCase()} carousel`);return(s,a)=>{var c;return t.openBlock(),t.createBlock(t.unref($n),{value:s.carouselItems,"num-visible":1,"num-scroll":1,class:t.normalizeClass(l.value),pt:o.value,"pt:item:class":`carousel-item w-full ${((c=o.value)==null?void 0:c.item)??""}`},t.createSlots({item:t.withCtx(u=>[(t.openBlock(),t.createBlock(t.resolveDynamicComponent(u.data.__typename),t.mergeProps(u.data,{"is-child":!0}),null,16))]),footer:t.withCtx(()=>[]),nexticon:t.withCtx(()=>[]),_:2},[s.headline?{name:"header",fn:t.withCtx(()=>{var u;return[t.createElementVNode("h2",{class:t.normalizeClass(`carousel-headline ${((u=o.value)==null?void 0:u.headline)??""} text-${t.unref(i).headline}`),innerHTML:s.headline},null,10,ol)]}),key:"0"}:void 0]),1032,["value","class","pt","pt:item:class"])}}});var Se=(n=>(n[n.IconTile=0]="IconTile",n[n.ImageTile=1]="ImageTile",n[n.VideoTile=2]="VideoTile",n[n.ImageStackedAnimatedTile=3]="ImageStackedAnimatedTile",n[n.VideoLeft=4]="VideoLeft",n[n.Hero=5]="Hero",n[n.Centered=6]="Centered",n))(Se||{});const rl=["innerHTML"],Bn=t.defineComponent({__name:"ContainerModule",props:{__typename:{},headline:{},subHeadline:{},fullWidthContent:{},start:{},end:{},textColor:{},backgroundColor:{},backgroundImage:{},variant:{default:"Centered"},isChild:{type:Boolean,default:!1},pt:{},isProvider:{type:Boolean,default:!0},class:{}},setup(n){var f,m,h,C,g,b;const e=n,{backgroundColor:o,palette:r}=F(e),i=t.computed(()=>w(Ge[e.variant],e.pt??{})),l=t.computed(()=>Se[e.variant]===Se.Hero),s=t.computed(()=>Se[e.variant]===Se.Centered),a=t.computed(()=>{var y,B,T;return O(`container-module bg-${o} relative ${(y=i.value)==null?void 0:y.root} ${l.value?e.backgroundImage?`md:h-[60vw] md:max-h-[70vh] ${(B=i.value)==null?void 0:B.container}`:`md:h-[500px] md:max-h-[500px] ${(T=i.value)==null?void 0:T.container}`:""} `,e.class??"")}),c=t.computed(()=>{var B,T;let y=JSON.parse(JSON.stringify(e.backgroundImage));return y!=null&&y.media.width&&(y.media.width=void 0),y!=null&&y.media.height&&(y.media.height=void 0),(B=y==null?void 0:y.mobileMedia)!=null&&B.width&&(y.mobileMedia.width=void 0),(T=y==null?void 0:y.mobileMedia)!=null&&T.height&&(y.mobileMedia.height=void 0),y}),u=((f=e.fullWidthContent)==null?void 0:f.__typename)==="TileContent"?"TileContentTextTile":(m=e.fullWidthContent)==null?void 0:m.__typename,d=((h=e.start)==null?void 0:h.__typename)==="TileContent"?"TileContentTextTile":(C=e.start)==null?void 0:C.__typename,p=((g=e.end)==null?void 0:g.__typename)==="TileContent"?"TileContentTextTile":(b=e.end)==null?void 0:b.__typename;return(y,B)=>{const T=H;return t.openBlock(),t.createBlock(t.resolveDynamicComponent(y.isChild?"div":"section"),{class:t.normalizeClass(a.value)},{default:t.withCtx(()=>{var x,V,P,I,_,N,j,$,R;return[y.backgroundImage&&c.value?(t.openBlock(),t.createBlock(T,{key:0,media:c.value.media,"mobile-media":c.value.mobileMedia,class:t.normalizeClass(`md:absolute md:top-0 md:right-0 object-cover w-full h-full z-0 ${l.value?"object-bottom":""}`)},null,8,["media","mobile-media","class"])):t.createCommentVNode("",!0),t.createElementVNode("div",{class:t.normalizeClass(`container-module-inner relative z-10 ${l.value?((x=y.start)==null?void 0:x.__typename)==="Image"?"container-hero-right":"container-hero":"container"} ${y.isChild||l.value?"":"py-4 px-8 md:py-16 md:px-4"} ${((V=i.value)==null?void 0:V.inner)??""}`)},[y.headline?(t.openBlock(),t.createElementBlock("h2",{key:0,class:t.normalizeClass(`container-module-headline ${!y.isChild&&l.value?"py-16":""} ${s.value?"text-center":""} ${((P=i.value)==null?void 0:P.headline)??""} text-${t.unref(r).headline}`),innerHTML:y.headline},null,10,rl)):t.createCommentVNode("",!0),y.subHeadline?(t.openBlock(),t.createElementBlock("p",{key:1,class:t.normalizeClass(`container-module-subheadline ${s.value?"text-center":""} ${((I=i.value)==null?void 0:I.subheadline)??""} text-${t.unref(r).subheadline}`)},t.toDisplayString(y.subHeadline),3)):t.createCommentVNode("",!0),y.fullWidthContent||y.start||y.end?(t.openBlock(),t.createElementBlock("div",{key:2,class:t.normalizeClass(`container-module-content flex flex-col ${((_=y.end)==null?void 0:_.__typename)==="Image"&&"flex-col-reverse"} md:flex-row gap-5 h-full ${((N=i.value)==null?void 0:N.bodyCopy)??""}`)},[y.fullWidthContent?(t.openBlock(),t.createElementBlock("div",{key:0,class:t.normalizeClass(`container-module-full-width-content ${((j=i.value)==null?void 0:j.fullWidthContent)??""} ${s.value?"mx-auto":""}`)},[t.unref(u)?(t.openBlock(),t.createBlock(t.resolveDynamicComponent(t.unref(u)),t.mergeProps({key:0},y.fullWidthContent,{"is-child":!0,"is-hero":!!(t.unref(u)==="ContentModule"&&l.value)}),null,16,["is-hero"])):t.createCommentVNode("",!0)],2)):(t.openBlock(),t.createElementBlock(t.Fragment,{key:1},[y.start?(t.openBlock(),t.createElementBlock("div",{key:0,class:t.normalizeClass(`container-module-start basis-1/2 ${(($=i.value)==null?void 0:$.start)??""} ${l.value&&t.unref(d)!=="Image"?"py-16 md:pr-16 md:pl-0 px-12":""}`)},[t.unref(d)?(t.openBlock(),t.createBlock(t.resolveDynamicComponent(t.unref(d)),t.mergeProps({key:0},y.start,{"is-child":!0,"is-hero":!!(t.unref(d)==="ContentModule"&&l.value)}),null,16,["is-hero"])):t.createCommentVNode("",!0)],2)):t.createCommentVNode("",!0),t.createElementVNode("div",{class:t.normalizeClass(`container-module-end basis-1/2 ${((R=i.value)==null?void 0:R.end)??""} ${l.value&&t.unref(p)!=="Image"?"py-16 md:pr-16 md:pl-0 px-12":""}`)},[t.unref(p)?(t.openBlock(),t.createBlock(t.resolveDynamicComponent(t.unref(p)),t.mergeProps({key:0},y.end,{"is-child":!0,"is-hero":!!(t.unref(p)==="ContentModule"&&l.value)}),null,16,["is-hero"])):t.createCommentVNode("",!0)],2)],64))],2)):t.createCommentVNode("",!0)],2),t.renderSlot(y.$slots,"default")]}),_:3},8,["class"])}}});var le=(n=>(n.Left="left",n.Center="center",n.Right="right",n.Inline="inline",n))(le||{});const G=t.defineComponent({__name:"CTA",props:{__typename:{},title:{},link:{},color:{},textColor:{},buttonType:{},logo:{},pt:{},ariaLabel:{},ariaDescription:{},anchor:{},target:{},size:{},class:{}},setup(n){const e=n,o=t.computed(()=>w(Ye[e.buttonType],e.pt??{})),r=t.computed(()=>e.buttonType==="link"||e.buttonType==="logo"),{palette:i}=F(e),l=i.cta[e.buttonType],s=t.computed(()=>{var h;const m=["cta whitespace-nowrap",O(((h=o.value)==null?void 0:h.root)??"",e.class??"","flex items-center gap-2")];if((e.buttonType==="link"||e.buttonType==="logo")&&m.push("hover:underline"),m.push(`text-${e.textColor??l.copy}`),e.size)switch(e.size){case"sm":m.push("*:text-sm"),e.buttonType==="fill"&&m.push("py-0.5 px-4");break;case"lg":m.push("*:text-lg font-bold"),e.buttonType==="fill"&&m.push("py-1.5 px-8");break;case"xl":m.push("*:text-xl font-bold"),e.buttonType==="fill"&&m.push("py-2 px-12");break;case"xxl":m.push("*:text-3xl font-bold"),e.buttonType==="fill"&&m.push("py-2 px-16");break}return e.buttonType==="fill"&&(m.push("rounded-[2rem]"),(e.color||l.bg)&&m.push(`bg-${e.color||l.bg}`),e.size||m.push("py-1 px-4")),l.border&&m.push(`border-${e.color??l.border}`),m.join(" ")}),a=t.computed(()=>{var m,h,C,g,b,y;return(h=(m=e.link)==null?void 0:m.page)!=null&&h.slug?`${(g=(C=e.link)==null?void 0:C.page)==null?void 0:g.slug}`:(b=e.link)!=null&&b.externalUrl?(y=e.link)==null?void 0:y.externalUrl:""}),c=t.computed(()=>{var m;return!!((m=e.link)!=null&&m.externalUrl)}),u=t.computed(()=>{var m;return e.ariaLabel??((m=e.link)==null?void 0:m.ariaLabel)??e.title}),d=t.computed(()=>{var m;return e.ariaDescription??((m=e.link)==null?void 0:m.ariaDescription)??""}),p=t.computed(()=>{var m,h,C;return e.target==="New Tab"||((m=e.link)==null?void 0:m.target)==="New Tab"?"_blank":e.target==="Same Tab"||((h=e.link)==null?void 0:h.target)==="Same Tab"?"_self":(C=e.link)!=null&&C.externalUrl?"_blank":"_self"}),f=t.computed(()=>c.value?"a":"router-link");return(m,h)=>{const C=H;return t.openBlock(),t.createBlock(t.unref(Ct),{as:f.value,class:t.normalizeClass(s.value),"aria-label":u.value,"aria-description":d.value,target:c.value?p.value:"",rel:c.value?"noopener":"",href:c.value?a.value:"",to:c.value?"":a.value,link:r.value},{default:t.withCtx(()=>{var g,b,y;return[m.logo?(t.openBlock(),t.createElementBlock("div",{key:0,class:t.normalizeClass(`${m.buttonType==="logo"?(g=o.value)==null?void 0:g.logo:""} ${m.buttonType==="logo"?`bg-${e.textColor??t.unref(l).copy}`:""}`)},[typeof m.logo=="object"?(t.openBlock(),t.createBlock(C,t.normalizeProps(t.mergeProps({key:0},m.logo)),null,16)):typeof m.logo=="string"?(t.openBlock(),t.createElementBlock("div",{key:1,class:t.normalizeClass(t.unref(O)(m.logo,(b=o.value)==null?void 0:b.logo))},null,2)):t.createCommentVNode("",!0)],2)):t.createCommentVNode("",!0),t.createElementVNode("p",{class:t.normalizeClass(t.unref(O)("pointer-events-none whitespace-nowrap",((y=o.value)==null?void 0:y.headline)??""))},t.toDisplayString(m.title),3)]}),_:1},8,["as","class","aria-label","aria-description","target","rel","href","to","link"])}}}),il={key:2},ll=["innerHTML"],al=["innerHTML"],sl=["innerHTML"],Tn=t.defineComponent({__name:"ContentModule",props:{__typename:{},headline:{},subHeadline:{},bodyCopy:{},ctas:{},textColor:{},backgroundColor:{},pt:{},logo:{},isHero:{type:Boolean,default:!1},alignment:{default:le.Left},isChild:{type:Boolean},isProvider:{type:Boolean},class:{}},setup(n){const e=n,o=e.alignment?e.alignment.toLowerCase():"left",r=t.computed(()=>w(Xe,e.pt??{})),i=t.computed(()=>o===le.Inline?"text-left md:text-left":`text-${o}`),l=t.computed(()=>{let p="";switch(o){case le.Right:p="justify-end";break;case le.Center:p="justify-center";break;default:p="justify-start"}return p}),s=t.computed(()=>{var p,f;return`${((p=r.value)==null?void 0:p.logo)??""} ${(f=e==null?void 0:e.logo)==null?void 0:f.class}`}),{backgroundColor:a,palette:c}=F(e),u=t.computed(()=>{var f;const p=["content-module-headline",`text-${c.headline}`,O(((f=r==null?void 0:r.value)==null?void 0:f.headline)??"",i.value)];return e.isChild?p.push("text-3xl md:text-4xl"):p.push("text-3xl md:text-5xl"),(e.bodyCopy||e.subHeadline&&e.isHero)&&p.push("mb-4 md:mb-6"),p.join(" ")}),d=t.computed(()=>{var f;return["content-module-subheadline mb-2",`text-${c.subheadline}`,O(((f=r==null?void 0:r.value)==null?void 0:f.subheadline)??"",i.value)].join(" ")});return(p,f)=>{var h,C,g,b;const m=H;return t.openBlock(),t.createElementBlock("div",{class:t.normalizeClass(`content-module ${p.isChild?"":"p-8 md:p-16"} ${((h=r.value)==null?void 0:h.root)??""} ${e.class??""} ${e.backgroundColor||!p.isChild?`bg-${t.unref(a)}`:""}`)},[t.createElementVNode("div",{class:t.normalizeClass(`content-module-container mx-auto ${((C=r.value)==null?void 0:C.container)??""} ${t.unref(o)===t.unref(le).Inline?"flex flex-col md:flex-row justify-between items-center gap-4":""}`)},[p.logo?(t.openBlock(),t.createBlock(m,t.mergeProps({key:0},p.logo,{class:s.value}),null,16,["class"])):t.createCommentVNode("",!0),p.subHeadline&&!p.isHero?(t.openBlock(),t.createElementBlock("h6",{key:1,class:t.normalizeClass(d.value)},t.toDisplayString(p.subHeadline),3)):t.createCommentVNode("",!0),p.headline?(t.openBlock(),t.createElementBlock("div",il,[p.isHero?(t.openBlock(),t.createElementBlock("h1",{key:0,class:t.normalizeClass(u.value),innerHTML:p.headline},null,10,ll)):(t.openBlock(),t.createElementBlock("h2",{key:1,class:t.normalizeClass(u.value),innerHTML:p.headline},null,10,al))])):t.createCommentVNode("",!0),p.subHeadline&&p.isHero?(t.openBlock(),t.createElementBlock("h6",{key:3,class:t.normalizeClass(d.value)},t.toDisplayString(p.subHeadline),3)):t.createCommentVNode("",!0),p.bodyCopy?(t.openBlock(),t.createElementBlock("div",{key:4,class:t.normalizeClass(`content-module-body-copy text-${t.unref(c).copy} ${t.unref(O)(((g=r.value)==null?void 0:g.bodyCopy)??"",i.value)}`),innerHTML:p.bodyCopy},null,10,sl)):t.createCommentVNode("",!0),p.ctas?(t.openBlock(),t.createElementBlock("div",{key:5,class:t.normalizeClass(`content-module-ctas flex flex-wrap gap-4 ${l.value} ${t.unref(O)(((b=r.value)==null?void 0:b.ctas)??"",i.value)}`)},[(t.openBlock(!0),t.createElementBlock(t.Fragment,null,t.renderList(p.ctas,(y,B)=>(t.openBlock(),t.createBlock(G,t.mergeProps({ref_for:!0},y,{key:`cta-${y.title}-${B}`,class:`${p.isHero?"w-full sm:w-auto justify-center":""}`}),null,16,["class"]))),128))],2)):t.createCommentVNode("",!0)],2)],2)}}}),cl=["innerHTML"],En=t.defineComponent({__name:"ContainerCollectionModule",props:{__typename:{},headline:{},modules:{},backgroundColor:{},pt:{},isProvider:{type:Boolean,default:!0},class:{}},setup(n){const e=n,o=t.computed(()=>w(qe,e.pt??{})),{backgroundColor:r,palette:i}=F(e);return(l,s)=>{var a,c;return t.openBlock(),t.createElementBlock("section",{class:t.normalizeClass(`container-collection ${e.class??""} bg-${t.unref(r)}`)},[l.headline?(t.openBlock(),t.createElementBlock("h2",{key:0,class:t.normalizeClass(`container-collection-headline ${(a=o.value)==null?void 0:a.headline} text-${t.unref(i).headline}`),innerHTML:l.headline},null,10,cl)):t.createCommentVNode("",!0),t.createElementVNode("div",{class:t.normalizeClass(`container-collection-content space-y-8 mx-auto container ${(c=o.value)==null?void 0:c.bodyCopy}`)},[(t.openBlock(!0),t.createElementBlock(t.Fragment,null,t.renderList(l.modules,(u,d)=>(t.openBlock(),t.createBlock(t.resolveDynamicComponent(u.__typename),t.mergeProps({ref_for:!0},u,{key:`${u==null?void 0:u.__typename}-${d}`,"is-child":!0}),null,16))),128))],2)],2)}}});var ne=(n=>(n[n.header=0]="header",n[n.footer=1]="footer",n))(ne||{});/*!
89
+ `)}}this.carouselStyle.innerHTML=o},isVertical:function(){return this.orientation==="vertical"},isCircular:function(){return this.value&&this.d_circular&&this.value.length>=this.d_numVisible},isAutoplay:function(){return this.autoplayInterval&&this.allowAutoplay},firstIndex:function(){return this.isCircular()?-1*(this.totalShiftedItems+this.d_numVisible):this.totalShiftedItems*-1},lastIndex:function(){return this.firstIndex()+this.d_numVisible-1},ariaSlideNumber:function(e){return this.$primevue.config.locale.aria?this.$primevue.config.locale.aria.slideNumber.replace(/{slideNumber}/g,e):void 0},ariaPageLabel:function(e){return this.$primevue.config.locale.aria?this.$primevue.config.locale.aria.pageLabel.replace(/{page}/g,e):void 0}},computed:{totalIndicators:function(){return this.value?Math.max(Math.ceil((this.value.length-this.d_numVisible)/this.d_numScroll)+1,0):0},backwardIsDisabled:function(){return this.value&&(!this.circular||this.value.length<this.d_numVisible)&&this.d_page===0},forwardIsDisabled:function(){return this.value&&(!this.circular||this.value.length<this.d_numVisible)&&(this.d_page===this.totalIndicators-1||this.totalIndicators===0)},ariaSlideLabel:function(){return this.$primevue.config.locale.aria?this.$primevue.config.locale.aria.slide:void 0},ariaPrevButtonLabel:function(){return this.$primevue.config.locale.aria?this.$primevue.config.locale.aria.prevPageLabel:void 0},ariaNextButtonLabel:function(){return this.$primevue.config.locale.aria?this.$primevue.config.locale.aria.nextPageLabel:void 0},attributeSelector:function(){return qo()},empty:function(){return!this.value||this.value.length===0},emptyMessageText:function(){var e;return((e=this.$primevue.config)===null||e===void 0||(e=e.locale)===null||e===void 0?void 0:e.emptyMessage)||""}},components:{ChevronRightIcon:kn,ChevronDownIcon:bn,ChevronLeftIcon:Cn,ChevronUpIcon:wn},directives:{ripple:dn}};function ve(n){"@babel/helpers - typeof";return ve=typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?function(e){return typeof e}:function(e){return e&&typeof Symbol=="function"&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e},ve(n)}function vn(n,e){var o=Object.keys(n);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(n);e&&(r=r.filter(function(i){return Object.getOwnPropertyDescriptor(n,i).enumerable})),o.push.apply(o,r)}return o}function Ve(n){for(var e=1;e<arguments.length;e++){var o=arguments[e]!=null?arguments[e]:{};e%2?vn(Object(o),!0).forEach(function(r){Ki(n,r,o[r])}):Object.getOwnPropertyDescriptors?Object.defineProperties(n,Object.getOwnPropertyDescriptors(o)):vn(Object(o)).forEach(function(r){Object.defineProperty(n,r,Object.getOwnPropertyDescriptor(o,r))})}return n}function Ki(n,e,o){return e=qi(e),e in n?Object.defineProperty(n,e,{value:o,enumerable:!0,configurable:!0,writable:!0}):n[e]=o,n}function qi(n){var e=Gi(n,"string");return ve(e)=="symbol"?e:String(e)}function Gi(n,e){if(ve(n)!="object"||!n)return n;var o=n[Symbol.toPrimitive];if(o!==void 0){var r=o.call(n,e||"default");if(ve(r)!="object")return r;throw new TypeError("@@toPrimitive must return a primitive value.")}return(e==="string"?String:Number)(n)}var Xi=["aria-live"],Yi=["disabled","aria-label"],Zi=["data-p-carousel-item-active","data-p-carousel-item-start","data-p-carousel-item-end"],Ji=["aria-hidden","aria-label","aria-roledescription","data-p-carousel-item-active","data-p-carousel-item-start","data-p-carousel-item-end"],Qi=["disabled","aria-label"],el=["data-p-highlight"],tl=["tabindex","aria-label","aria-current","onClick"];function nl(n,e,o,r,i,l){var s=t.resolveDirective("ripple");return t.openBlock(),t.createElementBlock("div",t.mergeProps({class:n.cx("root"),role:"region"},n.ptmi("root")),[n.$slots.header?(t.openBlock(),t.createElementBlock("div",t.mergeProps({key:0,class:n.cx("header")},n.ptm("header")),[t.renderSlot(n.$slots,"header")],16)):t.createCommentVNode("",!0),l.empty?t.renderSlot(n.$slots,"empty",{key:2},function(){return[t.createTextVNode(t.toDisplayString(l.emptyMessageText),1)]}):(t.openBlock(),t.createElementBlock("div",t.mergeProps({key:1,class:[n.cx("content"),n.contentClass]},n.ptm("content")),[t.createElementVNode("div",t.mergeProps({class:[n.cx("container"),n.containerClass],"aria-live":i.allowAutoplay?"polite":"off"},n.ptm("container")),[n.showNavigators?t.withDirectives((t.openBlock(),t.createElementBlock("button",t.mergeProps({key:0,type:"button",class:n.cx("previousButton"),disabled:l.backwardIsDisabled,"aria-label":l.ariaPrevButtonLabel,onClick:e[0]||(e[0]=function(){return l.navBackward&&l.navBackward.apply(l,arguments)})},Ve(Ve({},n.prevButtonProps),n.ptm("previousButton")),{"data-pc-group-section":"navigator"}),[t.renderSlot(n.$slots,"previousicon",{},function(){return[(t.openBlock(),t.createBlock(t.resolveDynamicComponent(l.isVertical()?"ChevronUpIcon":"ChevronLeftIcon"),t.mergeProps({class:n.cx("previousButtonIcon")},n.ptm("previousButtonIcon")),null,16,["class"]))]})],16,Yi)),[[s]]):t.createCommentVNode("",!0),t.createElementVNode("div",t.mergeProps({class:n.cx("itemsContent"),style:[{height:l.isVertical()?n.verticalViewPortHeight:"auto"}],onTouchend:e[2]||(e[2]=function(){return l.onTouchEnd&&l.onTouchEnd.apply(l,arguments)}),onTouchstart:e[3]||(e[3]=function(){return l.onTouchStart&&l.onTouchStart.apply(l,arguments)}),onTouchmove:e[4]||(e[4]=function(){return l.onTouchMove&&l.onTouchMove.apply(l,arguments)})},n.ptm("itemsContent")),[t.createElementVNode("div",t.mergeProps({ref:"itemsContainer",class:n.cx("itemsContainer"),onTransitionend:e[1]||(e[1]=function(){return l.onTransitionEnd&&l.onTransitionEnd.apply(l,arguments)})},n.ptm("itemsContainer")),[l.isCircular()?(t.openBlock(!0),t.createElementBlock(t.Fragment,{key:0},t.renderList(n.value.slice(-1*i.d_numVisible),function(a,c){return t.openBlock(),t.createElementBlock("div",t.mergeProps({key:c+"_scloned",class:n.cx("itemCloned",{index:c,value:n.value,totalShiftedItems:i.totalShiftedItems,d_numVisible:i.d_numVisible})},n.ptm("itemCloned"),{"data-p-carousel-item-active":i.totalShiftedItems*-1===n.value.length+i.d_numVisible,"data-p-carousel-item-start":c===0,"data-p-carousel-item-end":n.value.slice(-1*i.d_numVisible).length-1===c}),[t.renderSlot(n.$slots,"item",{data:a,index:c})],16,Zi)}),128)):t.createCommentVNode("",!0),(t.openBlock(!0),t.createElementBlock(t.Fragment,null,t.renderList(n.value,function(a,c){return t.openBlock(),t.createElementBlock("div",t.mergeProps({key:c,class:n.cx("item",{index:c}),role:"group","aria-hidden":l.firstIndex()>c||l.lastIndex()<c?!0:void 0,"aria-label":l.ariaSlideNumber(c),"aria-roledescription":l.ariaSlideLabel},n.ptm("item"),{"data-p-carousel-item-active":l.firstIndex()<=c&&l.lastIndex()>=c,"data-p-carousel-item-start":l.firstIndex()===c,"data-p-carousel-item-end":l.lastIndex()===c}),[t.renderSlot(n.$slots,"item",{data:a,index:c})],16,Ji)}),128)),l.isCircular()?(t.openBlock(!0),t.createElementBlock(t.Fragment,{key:1},t.renderList(n.value.slice(0,i.d_numVisible),function(a,c){return t.openBlock(),t.createElementBlock("div",t.mergeProps({key:c+"_fcloned",class:n.cx("itemCloned",{index:c,value:n.value,totalShiftedItems:i.totalShiftedItems,d_numVisible:i.d_numVisible})},n.ptm("itemCloned")),[t.renderSlot(n.$slots,"item",{data:a,index:c})],16)}),128)):t.createCommentVNode("",!0)],16)],16),n.showNavigators?t.withDirectives((t.openBlock(),t.createElementBlock("button",t.mergeProps({key:1,type:"button",class:n.cx("nextButton"),disabled:l.forwardIsDisabled,"aria-label":l.ariaNextButtonLabel,onClick:e[5]||(e[5]=function(){return l.navForward&&l.navForward.apply(l,arguments)})},Ve(Ve({},n.nextButtonProps),n.ptm("nextButton")),{"data-pc-group-section":"navigator"}),[t.renderSlot(n.$slots,"nexticon",{},function(){return[(t.openBlock(),t.createBlock(t.resolveDynamicComponent(l.isVertical()?"ChevronDownIcon":"ChevronRightIcon"),t.mergeProps({class:n.cx("nextButtonIcon")},n.ptm("nextButtonIcon")),null,16,["class"]))]})],16,Qi)),[[s]]):t.createCommentVNode("",!0)],16,Xi),l.totalIndicators>=0&&n.showIndicators?(t.openBlock(),t.createElementBlock("ul",t.mergeProps({key:0,ref:"indicatorContent",class:[n.cx("indicators"),n.indicatorsContentClass],onKeydown:e[6]||(e[6]=function(){return l.onIndicatorKeydown&&l.onIndicatorKeydown.apply(l,arguments)})},n.ptm("indicators")),[(t.openBlock(!0),t.createElementBlock(t.Fragment,null,t.renderList(l.totalIndicators,function(a,c){return t.openBlock(),t.createElementBlock("li",t.mergeProps({key:"p-carousel-indicator-"+c.toString(),class:n.cx("indicator",{index:c})},n.ptm("indicator",l.getIndicatorPTOptions(c)),{"data-p-highlight":i.d_page===c}),[t.createElementVNode("button",t.mergeProps({class:n.cx("indicatorButton"),type:"button",tabindex:i.d_page===c?"0":"-1","aria-label":l.ariaPageLabel(c+1),"aria-current":i.d_page===c?"page":void 0,onClick:function(d){return l.onIndicatorClick(d,c)}},n.ptm("indicatorButton",l.getIndicatorPTOptions(c))),null,16,tl)],16,el)}),128))],16)):t.createCommentVNode("",!0)],16)),n.$slots.footer?(t.openBlock(),t.createElementBlock("div",t.mergeProps({key:3,class:n.cx("footer")},n.ptm("footer")),[t.renderSlot(n.$slots,"footer")],16)):t.createCommentVNode("",!0)],16)}$n.render=nl;const ol=["innerHTML"],Sn=t.defineComponent({__name:"CarouselModule",props:{__typename:{},headline:{},carouselItems:{},backgroundColor:{},pt:{},variant:{default:"Default"},isProvider:{type:Boolean,default:!0},class:{}},setup(n){const e=n,o=t.computed(()=>w(Ke,e.pt??{})),{backgroundColor:r,palette:i}=F(e),l=t.computed(()=>`${O(e.variant!=="Hero"?"py-16 px-8":"",`bg-${r}`,e.class)} ${e.variant.toLowerCase()} carousel`);return(s,a)=>{var c;return t.openBlock(),t.createBlock(t.unref($n),{value:s.carouselItems,"num-visible":1,"num-scroll":1,class:t.normalizeClass(l.value),pt:o.value,"pt:item:class":`carousel-item w-full ${((c=o.value)==null?void 0:c.item)??""}`},t.createSlots({item:t.withCtx(u=>[(t.openBlock(),t.createBlock(t.resolveDynamicComponent(u.data.__typename),t.mergeProps(u.data,{"is-child":!0}),null,16))]),footer:t.withCtx(()=>[]),nexticon:t.withCtx(()=>[]),_:2},[s.headline?{name:"header",fn:t.withCtx(()=>{var u;return[t.createElementVNode("h2",{class:t.normalizeClass(`carousel-headline ${((u=o.value)==null?void 0:u.headline)??""} text-${t.unref(i).headline}`),innerHTML:s.headline},null,10,ol)]}),key:"0"}:void 0]),1032,["value","class","pt","pt:item:class"])}}});var Se=(n=>(n[n.IconTile=0]="IconTile",n[n.ImageTile=1]="ImageTile",n[n.VideoTile=2]="VideoTile",n[n.ImageStackedAnimatedTile=3]="ImageStackedAnimatedTile",n[n.VideoLeft=4]="VideoLeft",n[n.Hero=5]="Hero",n[n.Centered=6]="Centered",n))(Se||{});const rl=["innerHTML"],Bn=t.defineComponent({__name:"ContainerModule",props:{__typename:{},headline:{},subHeadline:{},fullWidthContent:{},start:{},end:{},textColor:{},backgroundColor:{},backgroundImage:{},variant:{default:"Centered"},isChild:{type:Boolean,default:!1},pt:{},isProvider:{type:Boolean,default:!0},class:{}},setup(n){var f,m,h,C,g,b;const e=n,{backgroundColor:o,palette:r}=F(e),i=t.computed(()=>w(Ge[e.variant],e.pt??{})),l=t.computed(()=>Se[e.variant]===Se.Hero),s=t.computed(()=>Se[e.variant]===Se.Centered),a=t.computed(()=>{var y,B,T;return O(`container-module bg-${o} relative ${(y=i.value)==null?void 0:y.root} ${l.value?e.backgroundImage?`md:h-[60vw] md:max-h-[70vh] ${(B=i.value)==null?void 0:B.container}`:`md:h-[500px] md:max-h-[500px] ${(T=i.value)==null?void 0:T.container}`:""} `,e.class??"")}),c=t.computed(()=>{var B,T;let y=JSON.parse(JSON.stringify(e.backgroundImage));return y!=null&&y.media.width&&(y.media.width=void 0),y!=null&&y.media.height&&(y.media.height=void 0),(B=y==null?void 0:y.mobileMedia)!=null&&B.width&&(y.mobileMedia.width=void 0),(T=y==null?void 0:y.mobileMedia)!=null&&T.height&&(y.mobileMedia.height=void 0),y}),u=((f=e.fullWidthContent)==null?void 0:f.__typename)==="TileContent"?"TileContentTextTile":(m=e.fullWidthContent)==null?void 0:m.__typename,d=((h=e.start)==null?void 0:h.__typename)==="TileContent"?"TileContentTextTile":(C=e.start)==null?void 0:C.__typename,p=((g=e.end)==null?void 0:g.__typename)==="TileContent"?"TileContentTextTile":(b=e.end)==null?void 0:b.__typename;return(y,B)=>{const T=H;return t.openBlock(),t.createBlock(t.resolveDynamicComponent(y.isChild?"div":"section"),{class:t.normalizeClass(a.value)},{default:t.withCtx(()=>{var x,V,P,I,_,N,j,$,R;return[y.backgroundImage&&c.value?(t.openBlock(),t.createBlock(T,{key:0,media:c.value.media,"mobile-media":c.value.mobileMedia,class:t.normalizeClass(`md:absolute md:top-0 md:right-0 object-cover w-full h-full z-0 ${l.value?"object-bottom":""}`)},null,8,["media","mobile-media","class"])):t.createCommentVNode("",!0),t.createElementVNode("div",{class:t.normalizeClass(`container-module-inner relative z-10 ${l.value?((x=y.start)==null?void 0:x.__typename)==="Image"?"container-hero-right":"container-hero":"container"} ${y.isChild||l.value?"":"py-4 px-8 md:py-16 md:px-4"} ${((V=i.value)==null?void 0:V.inner)??""}`)},[y.headline?(t.openBlock(),t.createElementBlock("h2",{key:0,class:t.normalizeClass(`container-module-headline ${!y.isChild&&l.value?"py-16":""} ${s.value?"text-center":""} ${((P=i.value)==null?void 0:P.headline)??""} text-${t.unref(r).headline}`),innerHTML:y.headline},null,10,rl)):t.createCommentVNode("",!0),y.subHeadline?(t.openBlock(),t.createElementBlock("p",{key:1,class:t.normalizeClass(`container-module-subheadline ${s.value?"text-center":""} ${((I=i.value)==null?void 0:I.subheadline)??""} text-${t.unref(r).subheadline}`)},t.toDisplayString(y.subHeadline),3)):t.createCommentVNode("",!0),y.fullWidthContent||y.start||y.end?(t.openBlock(),t.createElementBlock("div",{key:2,class:t.normalizeClass(`container-module-content flex flex-col ${((_=y.end)==null?void 0:_.__typename)==="Image"&&"flex-col-reverse"} md:flex-row gap-5 h-full ${((N=i.value)==null?void 0:N.bodyCopy)??""}`)},[y.fullWidthContent?(t.openBlock(),t.createElementBlock("div",{key:0,class:t.normalizeClass(`container-module-full-width-content ${((j=i.value)==null?void 0:j.fullWidthContent)??""} ${s.value?"mx-auto":""}`)},[t.unref(u)?(t.openBlock(),t.createBlock(t.resolveDynamicComponent(t.unref(u)),t.mergeProps({key:0},y.fullWidthContent,{"is-child":!0,"is-hero":!!(t.unref(u)==="ContentModule"&&l.value)}),null,16,["is-hero"])):t.createCommentVNode("",!0)],2)):(t.openBlock(),t.createElementBlock(t.Fragment,{key:1},[y.start?(t.openBlock(),t.createElementBlock("div",{key:0,class:t.normalizeClass(`container-module-start basis-1/2 ${(($=i.value)==null?void 0:$.start)??""} ${l.value&&t.unref(d)!=="Image"?"py-16 md:pr-16 md:pl-0 px-12":""}`)},[t.unref(d)?(t.openBlock(),t.createBlock(t.resolveDynamicComponent(t.unref(d)),t.mergeProps({key:0},y.start,{"is-child":!0,"is-hero":!!(t.unref(d)==="ContentModule"&&l.value)}),null,16,["is-hero"])):t.createCommentVNode("",!0)],2)):t.createCommentVNode("",!0),t.createElementVNode("div",{class:t.normalizeClass(`container-module-end basis-1/2 ${((R=i.value)==null?void 0:R.end)??""} ${l.value&&t.unref(p)!=="Image"?"py-16 md:pr-16 md:pl-0 px-12":""}`)},[t.unref(p)?(t.openBlock(),t.createBlock(t.resolveDynamicComponent(t.unref(p)),t.mergeProps({key:0},y.end,{"is-child":!0,"is-hero":!!(t.unref(p)==="ContentModule"&&l.value)}),null,16,["is-hero"])):t.createCommentVNode("",!0)],2)],64))],2)):t.createCommentVNode("",!0)],2),t.renderSlot(y.$slots,"default")]}),_:3},8,["class"])}}});var le=(n=>(n.Left="left",n.Center="center",n.Right="right",n.Inline="inline",n))(le||{});const G=t.defineComponent({__name:"CTA",props:{__typename:{},title:{},link:{},color:{},textColor:{},buttonType:{},logo:{},pt:{},ariaLabel:{},ariaDescription:{},anchor:{},target:{},size:{},class:{}},setup(n){const e=n,o=t.computed(()=>w(Ye[e.buttonType],e.pt??{})),r=t.computed(()=>e.buttonType==="link"||e.buttonType==="logo"),{palette:i}=F(e),l=i.cta[e.buttonType],s=t.computed(()=>{var h;const m=["cta whitespace-nowrap",O(((h=o.value)==null?void 0:h.root)??"",e.class??"","flex items-center gap-2")];if((e.buttonType==="link"||e.buttonType==="logo")&&m.push("hover:underline"),m.push(`text-${e.textColor??l.copy}`),e.size)switch(e.size){case"sm":m.push("*:text-sm"),e.buttonType==="fill"&&m.push("py-0.5 px-4");break;case"lg":m.push("*:text-lg font-bold"),e.buttonType==="fill"&&m.push("py-1.5 px-8");break;case"xl":m.push("*:text-xl font-bold"),e.buttonType==="fill"&&m.push("py-2 px-12");break;case"xxl":m.push("*:text-3xl font-bold"),e.buttonType==="fill"&&m.push("py-2 px-16");break}return e.buttonType==="fill"&&(m.push("rounded-[2rem]"),(e.color||l.bg)&&m.push(`bg-${e.color||l.bg}`),e.size||m.push("py-1 px-4")),l.border&&m.push(`border-${e.color??l.border}`),m.join(" ")}),a=t.computed(()=>{var m,h,C,g,b,y;return(h=(m=e.link)==null?void 0:m.page)!=null&&h.slug?`${(g=(C=e.link)==null?void 0:C.page)==null?void 0:g.slug}`:(b=e.link)!=null&&b.externalUrl?(y=e.link)==null?void 0:y.externalUrl:""}),c=t.computed(()=>{var m;return!!((m=e.link)!=null&&m.externalUrl)}),u=t.computed(()=>{var m;return e.ariaLabel??((m=e.link)==null?void 0:m.ariaLabel)??e.title}),d=t.computed(()=>{var m;return e.ariaDescription??((m=e.link)==null?void 0:m.ariaDescription)??""}),p=t.computed(()=>{var m,h,C;return e.target==="New Tab"||((m=e.link)==null?void 0:m.target)==="New Tab"?"_blank":e.target==="Same Tab"||((h=e.link)==null?void 0:h.target)==="Same Tab"?"_self":(C=e.link)!=null&&C.externalUrl?"_blank":"_self"}),f=t.computed(()=>c.value?"a":"router-link");return(m,h)=>{const C=H;return t.openBlock(),t.createBlock(t.resolveDynamicComponent(f.value),{"aria-label":u.value,"aria-description":d.value,to:c.value?"":a.value,href:c.value?a.value:"",target:c.value?p.value:"",rel:c.value?"noopener":""},{default:t.withCtx(()=>[t.createVNode(t.unref(Ct),{class:t.normalizeClass(s.value),link:r.value},{default:t.withCtx(()=>{var g,b,y;return[m.logo?(t.openBlock(),t.createElementBlock("div",{key:0,class:t.normalizeClass(`${m.buttonType==="logo"?(g=o.value)==null?void 0:g.logo:""} ${m.buttonType==="logo"?`bg-${e.textColor??t.unref(l).copy}`:""}`)},[typeof m.logo=="object"?(t.openBlock(),t.createBlock(C,t.normalizeProps(t.mergeProps({key:0},m.logo)),null,16)):typeof m.logo=="string"?(t.openBlock(),t.createElementBlock("div",{key:1,class:t.normalizeClass(t.unref(O)(m.logo,(b=o.value)==null?void 0:b.logo))},null,2)):t.createCommentVNode("",!0)],2)):t.createCommentVNode("",!0),t.createElementVNode("p",{class:t.normalizeClass(t.unref(O)("pointer-events-none whitespace-nowrap",((y=o.value)==null?void 0:y.headline)??""))},t.toDisplayString(m.title),3)]}),_:1},8,["class","link"])]),_:1},8,["aria-label","aria-description","to","href","target","rel"])}}}),il={key:2},ll=["innerHTML"],al=["innerHTML"],sl=["innerHTML"],Tn=t.defineComponent({__name:"ContentModule",props:{__typename:{},headline:{},subHeadline:{},bodyCopy:{},ctas:{},textColor:{},backgroundColor:{},pt:{},logo:{},isHero:{type:Boolean,default:!1},alignment:{default:le.Left},isChild:{type:Boolean},isProvider:{type:Boolean},class:{}},setup(n){const e=n,o=e.alignment?e.alignment.toLowerCase():"left",r=t.computed(()=>w(Xe,e.pt??{})),i=t.computed(()=>o===le.Inline?"text-left md:text-left":`text-${o}`),l=t.computed(()=>{let p="";switch(o){case le.Right:p="justify-end";break;case le.Center:p="justify-center";break;default:p="justify-start"}return p}),s=t.computed(()=>{var p,f;return`${((p=r.value)==null?void 0:p.logo)??""} ${(f=e==null?void 0:e.logo)==null?void 0:f.class}`}),{backgroundColor:a,palette:c}=F(e),u=t.computed(()=>{var f;const p=["content-module-headline",`text-${c.headline}`,O(((f=r==null?void 0:r.value)==null?void 0:f.headline)??"",i.value)];return e.isChild?p.push("text-3xl md:text-4xl"):p.push("text-3xl md:text-5xl"),(e.bodyCopy||e.subHeadline&&e.isHero)&&p.push("mb-4 md:mb-6"),p.join(" ")}),d=t.computed(()=>{var f;return["content-module-subheadline mb-2",`text-${c.subheadline}`,O(((f=r==null?void 0:r.value)==null?void 0:f.subheadline)??"",i.value)].join(" ")});return(p,f)=>{var h,C,g,b;const m=H;return t.openBlock(),t.createElementBlock("div",{class:t.normalizeClass(`content-module ${p.isChild?"":"p-8 md:p-16"} ${((h=r.value)==null?void 0:h.root)??""} ${e.class??""} ${e.backgroundColor||!p.isChild?`bg-${t.unref(a)}`:""}`)},[t.createElementVNode("div",{class:t.normalizeClass(`content-module-container mx-auto ${((C=r.value)==null?void 0:C.container)??""} ${t.unref(o)===t.unref(le).Inline?"flex flex-col md:flex-row justify-between items-center gap-4":""}`)},[p.logo?(t.openBlock(),t.createBlock(m,t.mergeProps({key:0},p.logo,{class:s.value}),null,16,["class"])):t.createCommentVNode("",!0),p.subHeadline&&!p.isHero?(t.openBlock(),t.createElementBlock("h6",{key:1,class:t.normalizeClass(d.value)},t.toDisplayString(p.subHeadline),3)):t.createCommentVNode("",!0),p.headline?(t.openBlock(),t.createElementBlock("div",il,[p.isHero?(t.openBlock(),t.createElementBlock("h1",{key:0,class:t.normalizeClass(u.value),innerHTML:p.headline},null,10,ll)):(t.openBlock(),t.createElementBlock("h2",{key:1,class:t.normalizeClass(u.value),innerHTML:p.headline},null,10,al))])):t.createCommentVNode("",!0),p.subHeadline&&p.isHero?(t.openBlock(),t.createElementBlock("h6",{key:3,class:t.normalizeClass(d.value)},t.toDisplayString(p.subHeadline),3)):t.createCommentVNode("",!0),p.bodyCopy?(t.openBlock(),t.createElementBlock("div",{key:4,class:t.normalizeClass(`content-module-body-copy text-${t.unref(c).copy} ${t.unref(O)(((g=r.value)==null?void 0:g.bodyCopy)??"",i.value)}`),innerHTML:p.bodyCopy},null,10,sl)):t.createCommentVNode("",!0),p.ctas?(t.openBlock(),t.createElementBlock("div",{key:5,class:t.normalizeClass(`content-module-ctas flex flex-wrap gap-4 ${l.value} ${t.unref(O)(((b=r.value)==null?void 0:b.ctas)??"",i.value)}`)},[(t.openBlock(!0),t.createElementBlock(t.Fragment,null,t.renderList(p.ctas,(y,B)=>(t.openBlock(),t.createBlock(G,t.mergeProps({ref_for:!0},y,{key:`cta-${y.title}-${B}`,class:`${p.isHero?"w-full sm:w-auto justify-center":""}`}),null,16,["class"]))),128))],2)):t.createCommentVNode("",!0)],2)],2)}}}),cl=["innerHTML"],En=t.defineComponent({__name:"ContainerCollectionModule",props:{__typename:{},headline:{},modules:{},backgroundColor:{},pt:{},isProvider:{type:Boolean,default:!0},class:{}},setup(n){const e=n,o=t.computed(()=>w(qe,e.pt??{})),{backgroundColor:r,palette:i}=F(e);return(l,s)=>{var a,c;return t.openBlock(),t.createElementBlock("section",{class:t.normalizeClass(`container-collection ${e.class??""} bg-${t.unref(r)}`)},[l.headline?(t.openBlock(),t.createElementBlock("h2",{key:0,class:t.normalizeClass(`container-collection-headline ${(a=o.value)==null?void 0:a.headline} text-${t.unref(i).headline}`),innerHTML:l.headline},null,10,cl)):t.createCommentVNode("",!0),t.createElementVNode("div",{class:t.normalizeClass(`container-collection-content space-y-8 mx-auto container ${(c=o.value)==null?void 0:c.bodyCopy}`)},[(t.openBlock(!0),t.createElementBlock(t.Fragment,null,t.renderList(l.modules,(u,d)=>(t.openBlock(),t.createBlock(t.resolveDynamicComponent(u.__typename),t.mergeProps({ref_for:!0},u,{key:`${u==null?void 0:u.__typename}-${d}`,"is-child":!0}),null,16))),128))],2)],2)}}});var ne=(n=>(n[n.header=0]="header",n[n.footer=1]="footer",n))(ne||{});/*!
90
90
  * vue-router v4.4.3
91
91
  * (c) 2024 Eduardo San Martin Morote
92
92
  * @license MIT
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@cooperco/cooper-component-library",
3
3
  "private": false,
4
- "version": "0.1.34",
4
+ "version": "0.1.35",
5
5
  "type": "module",
6
6
  "files": [
7
7
  "dist"