@cooperco/cooper-component-library 0.1.7 → 0.1.9
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.
|
@@ -2932,7 +2932,7 @@ const R = (t) => {
|
|
|
2932
2932
|
const e = t, n = x(() => e.isFullWidth ? "100%" : e.media.width ? typeof e.media.width == "number" ? `${e.media.width}px` : e.media.width : null), r = x(() => e.media.height ? typeof e.media.height == "number" ? `${e.media.height}px` : e.media.height : null);
|
|
2933
2933
|
return (i, a) => (d(), g("img", {
|
|
2934
2934
|
class: m(e.class),
|
|
2935
|
-
src: i.media.
|
|
2935
|
+
src: i.media.url,
|
|
2936
2936
|
alt: i.altTag,
|
|
2937
2937
|
style: ue(
|
|
2938
2938
|
{
|
|
@@ -7282,7 +7282,7 @@ const Ra = ["src", "height", "width"], za = ["alt", "height", "width"], Wa = ["s
|
|
|
7282
7282
|
return (e, n) => e.isEmbedded ? (d(), g("iframe", {
|
|
7283
7283
|
key: 0,
|
|
7284
7284
|
class: m(e.$props.class),
|
|
7285
|
-
src: e.media.
|
|
7285
|
+
src: e.media.url,
|
|
7286
7286
|
height: e.media.height,
|
|
7287
7287
|
width: e.media.width
|
|
7288
7288
|
}, null, 10, Ra)) : (d(), g("video", {
|
|
@@ -7293,7 +7293,7 @@ const Ra = ["src", "height", "width"], za = ["alt", "height", "width"], Wa = ["s
|
|
|
7293
7293
|
width: e.media.width
|
|
7294
7294
|
}, [
|
|
7295
7295
|
T("source", {
|
|
7296
|
-
src: e.media.
|
|
7296
|
+
src: e.media.url
|
|
7297
7297
|
}, null, 8, Wa)
|
|
7298
7298
|
], 10, za));
|
|
7299
7299
|
}
|
|
@@ -7787,18 +7787,18 @@ const Ra = ["src", "height", "width"], za = ["alt", "height", "width"], Wa = ["s
|
|
|
7787
7787
|
}, [
|
|
7788
7788
|
o.headline ? (d(), g("h3", {
|
|
7789
7789
|
key: 0,
|
|
7790
|
-
|
|
7791
|
-
|
|
7790
|
+
class: m(`tile-content-headline w-full ${((k = n.value) == null ? void 0 : k.headline) ?? ""} text-${b(a).headline}`),
|
|
7791
|
+
innerHTML: o.headline
|
|
7792
7792
|
}, null, 10, nl)) : w("", !0),
|
|
7793
7793
|
o.subheadline ? (d(), g("h6", {
|
|
7794
7794
|
key: 1,
|
|
7795
|
-
|
|
7796
|
-
|
|
7795
|
+
class: m(`tile-content-subheadline ${((L = n.value) == null ? void 0 : L.subheadline) ?? ""} w-full text-${b(a).headline}`),
|
|
7796
|
+
innerHTML: o.subheadline
|
|
7797
7797
|
}, null, 10, rl)) : w("", !0),
|
|
7798
7798
|
o.description ? (d(), g("p", {
|
|
7799
7799
|
key: 2,
|
|
7800
|
-
|
|
7801
|
-
|
|
7800
|
+
class: m(`tile-content-description ${((E = n.value) == null ? void 0 : E.description) ?? ""} w-full text-${b(a).copy}`),
|
|
7801
|
+
innerHTML: o.description
|
|
7802
7802
|
}, null, 10, ol)) : w("", !0)
|
|
7803
7803
|
], 2),
|
|
7804
7804
|
o.video || o.image ? (d(), g("div", {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
(function(k,t){typeof exports=="object"&&typeof module<"u"?t(exports,require("vue")):typeof define=="function"&&define.amd?define(["exports","vue"],t):(k=typeof globalThis<"u"?globalThis:k||self,t(k.ComponentLib={},k.Vue))})(this,function(k,t){"use strict";const Ve="-",In=n=>{const e=_n(n),{conflictingClassGroups:o,conflictingClassGroupModifiers:r}=n;return{getClassGroupId:c=>{const s=c.split(Ve);return s[0]===""&&s.length!==1&&s.shift(),Xe(s,e)||An(c)},getConflictingClassGroupIds:(c,s)=>{const i=o[c]||[];return s&&r[c]?[...i,...r[c]]:i}}},Xe=(n,e)=>{var c;if(n.length===0)return e.classGroupId;const o=n[0],r=e.nextPart.get(o),l=r?Xe(n.slice(1),r):void 0;if(l)return l;if(e.validators.length===0)return;const a=n.join(Ve);return(c=e.validators.find(({validator:s})=>s(a)))==null?void 0:c.classGroupId},Ze=/^\[(.+)\]$/,An=n=>{if(Ze.test(n)){const e=Ze.exec(n)[1],o=e==null?void 0:e.substring(0,e.indexOf(":"));if(o)return"arbitrary.."+o}},_n=n=>{const{theme:e,prefix:o}=n,r={nextPart:new Map,validators:[]};return Nn(Object.entries(n.classGroups),o).forEach(([a,c])=>{Ne(c,r,a,e)}),r},Ne=(n,e,o,r)=>{n.forEach(l=>{if(typeof l=="string"){const a=l===""?e:Ye(e,l);a.classGroupId=o;return}if(typeof l=="function"){if(Vn(l)){Ne(l(r),e,o,r);return}e.validators.push({validator:l,classGroupId:o});return}Object.entries(l).forEach(([a,c])=>{Ne(c,Ye(e,a),o,r)})})},Ye=(n,e)=>{let o=n;return e.split(Ve).forEach(r=>{o.nextPart.has(r)||o.nextPart.set(r,{nextPart:new Map,validators:[]}),o=o.nextPart.get(r)}),o},Vn=n=>n.isThemeGetter,Nn=(n,e)=>e?n.map(([o,r])=>{const l=r.map(a=>typeof a=="string"?e+a:typeof a=="object"?Object.fromEntries(Object.entries(a).map(([c,s])=>[e+c,s])):a);return[o,l]}):n,Ln=n=>{if(n<1)return{get:()=>{},set:()=>{}};let e=0,o=new Map,r=new Map;const l=(a,c)=>{o.set(a,c),e++,e>n&&(e=0,r=o,o=new Map)};return{get(a){let c=o.get(a);if(c!==void 0)return c;if((c=r.get(a))!==void 0)return l(a,c),c},set(a,c){o.has(a)?o.set(a,c):l(a,c)}}},Je="!",On=n=>{const{separator:e,experimentalParseClassName:o}=n,r=e.length===1,l=e[0],a=e.length,c=s=>{const i=[];let d=0,u=0,p;for(let g=0;g<s.length;g++){let b=s[g];if(d===0){if(b===l&&(r||s.slice(g,g+a)===e)){i.push(s.slice(u,g)),u=g+a;continue}if(b==="/"){p=g;continue}}b==="["?d++:b==="]"&&d--}const m=i.length===0?s:s.substring(u),f=m.startsWith(Je),h=f?m.substring(1):m,y=p&&p>u?p-u:void 0;return{modifiers:i,hasImportantModifier:f,baseClassName:h,maybePostfixModifierPosition:y}};return o?s=>o({className:s,parseClassName:c}):c},zn=n=>{if(n.length<=1)return n;const e=[];let o=[];return n.forEach(r=>{r[0]==="["?(e.push(...o.sort(),r),o=[]):o.push(r)}),e.push(...o.sort()),e},jn=n=>({cache:Ln(n.cacheSize),parseClassName:On(n),...In(n)}),Mn=/\s+/,Dn=(n,e)=>{const{parseClassName:o,getClassGroupId:r,getConflictingClassGroupIds:l}=e,a=[],c=n.trim().split(Mn);let s="";for(let i=c.length-1;i>=0;i-=1){const d=c[i],{modifiers:u,hasImportantModifier:p,baseClassName:m,maybePostfixModifierPosition:f}=o(d);let h=!!f,y=r(h?m.substring(0,f):m);if(!y){if(!h){s=d+(s.length>0?" "+s:s);continue}if(y=r(m),!y){s=d+(s.length>0?" "+s:s);continue}h=!1}const g=zn(u).join(":"),b=p?g+Je:g,C=b+y;if(a.includes(C))continue;a.push(C);const S=l(y,h);for(let P=0;P<S.length;++P){const _=S[P];a.push(b+_)}s=d+(s.length>0?" "+s:s)}return s};function Fn(){let n=0,e,o,r="";for(;n<arguments.length;)(e=arguments[n++])&&(o=Qe(e))&&(r&&(r+=" "),r+=o);return r}const Qe=n=>{if(typeof n=="string")return n;let e,o="";for(let r=0;r<n.length;r++)n[r]&&(e=Qe(n[r]))&&(o&&(o+=" "),o+=e);return o};function Hn(n,...e){let o,r,l,a=c;function c(i){const d=e.reduce((u,p)=>p(u),n());return o=jn(d),r=o.cache.get,l=o.cache.set,a=s,s(i)}function s(i){const d=r(i);if(d)return d;const u=Dn(i,o);return l(i,u),u}return function(){return a(Fn.apply(null,arguments))}}const N=n=>{const e=o=>o[n]||[];return e.isThemeGetter=!0,e},et=/^\[(?:([a-z-]+):)?(.+)\]$/i,Rn=/^\d+\/\d+$/,Wn=new Set(["px","full","screen"]),Un=/^(\d+(\.\d+)?)?(xs|sm|md|lg|xl)$/,Kn=/\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$/,Gn=/^(rgba?|hsla?|hwb|(ok)?(lab|lch))\(.+\)$/,qn=/^(inset_)?-?((\d+)?\.?(\d+)[a-z]+|0)_-?((\d+)?\.?(\d+)[a-z]+|0)/,Xn=/^(url|image|image-set|cross-fade|element|(repeating-)?(linear|radial|conic)-gradient)\(.+\)$/,K=n=>Q(n)||Wn.has(n)||Rn.test(n),q=n=>ee(n,"length",oo),Q=n=>!!n&&!Number.isNaN(Number(n)),Le=n=>ee(n,"number",Q),ie=n=>!!n&&Number.isInteger(Number(n)),Zn=n=>n.endsWith("%")&&Q(n.slice(0,-1)),w=n=>et.test(n),X=n=>Un.test(n),Yn=new Set(["length","size","percentage"]),Jn=n=>ee(n,Yn,tt),Qn=n=>ee(n,"position",tt),eo=new Set(["image","url"]),to=n=>ee(n,eo,io),no=n=>ee(n,"",ro),le=()=>!0,ee=(n,e,o)=>{const r=et.exec(n);return r?r[1]?typeof e=="string"?r[1]===e:e.has(r[1]):o(r[2]):!1},oo=n=>Kn.test(n)&&!Gn.test(n),tt=()=>!1,ro=n=>qn.test(n),io=n=>Xn.test(n),L=Hn(()=>{const n=N("colors"),e=N("spacing"),o=N("blur"),r=N("brightness"),l=N("borderColor"),a=N("borderRadius"),c=N("borderSpacing"),s=N("borderWidth"),i=N("contrast"),d=N("grayscale"),u=N("hueRotate"),p=N("invert"),m=N("gap"),f=N("gradientColorStops"),h=N("gradientColorStopPositions"),y=N("inset"),g=N("margin"),b=N("opacity"),C=N("padding"),S=N("saturate"),P=N("scale"),_=N("sepia"),V=N("skew"),E=N("space"),x=N("translate"),A=()=>["auto","contain","none"],j=()=>["auto","hidden","clip","visible","scroll"],M=()=>["auto",w,e],B=()=>[w,e],U=()=>["",K,q],J=()=>["auto",Q,w],_e=()=>["bottom","center","left","left-bottom","left-top","right","right-bottom","right-top","top"],re=()=>["solid","dashed","dotted","double","none"],En=()=>["normal","multiply","screen","overlay","darken","lighten","color-dodge","color-burn","hard-light","soft-light","difference","exclusion","hue","saturation","color","luminosity"],qe=()=>["start","end","center","between","around","evenly","stretch"],ve=()=>["","0",w],xn=()=>["auto","avoid","all","avoid-page","page","left","right","column"],G=()=>[Q,w];return{cacheSize:500,separator:":",theme:{colors:[le],spacing:[K,q],blur:["none","",X,w],brightness:G(),borderColor:[n],borderRadius:["none","","full",X,w],borderSpacing:B(),borderWidth:U(),contrast:G(),grayscale:ve(),hueRotate:G(),invert:ve(),gap:B(),gradientColorStops:[n],gradientColorStopPositions:[Zn,q],inset:M(),margin:M(),opacity:G(),padding:B(),saturate:G(),scale:G(),sepia:ve(),skew:G(),space:B(),translate:B()},classGroups:{aspect:[{aspect:["auto","square","video",w]}],container:["container"],columns:[{columns:[X]}],"break-after":[{"break-after":xn()}],"break-before":[{"break-before":xn()}],"break-inside":[{"break-inside":["auto","avoid","avoid-page","avoid-column"]}],"box-decoration":[{"box-decoration":["slice","clone"]}],box:[{box:["border","content"]}],display:["block","inline-block","inline","flex","inline-flex","table","inline-table","table-caption","table-cell","table-column","table-column-group","table-footer-group","table-header-group","table-row-group","table-row","flow-root","grid","inline-grid","contents","list-item","hidden"],float:[{float:["right","left","none","start","end"]}],clear:[{clear:["left","right","both","none","start","end"]}],isolation:["isolate","isolation-auto"],"object-fit":[{object:["contain","cover","fill","none","scale-down"]}],"object-position":[{object:[..._e(),w]}],overflow:[{overflow:j()}],"overflow-x":[{"overflow-x":j()}],"overflow-y":[{"overflow-y":j()}],overscroll:[{overscroll:A()}],"overscroll-x":[{"overscroll-x":A()}],"overscroll-y":[{"overscroll-y":A()}],position:["static","fixed","absolute","relative","sticky"],inset:[{inset:[y]}],"inset-x":[{"inset-x":[y]}],"inset-y":[{"inset-y":[y]}],start:[{start:[y]}],end:[{end:[y]}],top:[{top:[y]}],right:[{right:[y]}],bottom:[{bottom:[y]}],left:[{left:[y]}],visibility:["visible","invisible","collapse"],z:[{z:["auto",ie,w]}],basis:[{basis:M()}],"flex-direction":[{flex:["row","row-reverse","col","col-reverse"]}],"flex-wrap":[{flex:["wrap","wrap-reverse","nowrap"]}],flex:[{flex:["1","auto","initial","none",w]}],grow:[{grow:ve()}],shrink:[{shrink:ve()}],order:[{order:["first","last","none",ie,w]}],"grid-cols":[{"grid-cols":[le]}],"col-start-end":[{col:["auto",{span:["full",ie,w]},w]}],"col-start":[{"col-start":J()}],"col-end":[{"col-end":J()}],"grid-rows":[{"grid-rows":[le]}],"row-start-end":[{row:["auto",{span:[ie,w]},w]}],"row-start":[{"row-start":J()}],"row-end":[{"row-end":J()}],"grid-flow":[{"grid-flow":["row","col","dense","row-dense","col-dense"]}],"auto-cols":[{"auto-cols":["auto","min","max","fr",w]}],"auto-rows":[{"auto-rows":["auto","min","max","fr",w]}],gap:[{gap:[m]}],"gap-x":[{"gap-x":[m]}],"gap-y":[{"gap-y":[m]}],"justify-content":[{justify:["normal",...qe()]}],"justify-items":[{"justify-items":["start","end","center","stretch"]}],"justify-self":[{"justify-self":["auto","start","end","center","stretch"]}],"align-content":[{content:["normal",...qe(),"baseline"]}],"align-items":[{items:["start","end","center","baseline","stretch"]}],"align-self":[{self:["auto","start","end","center","stretch","baseline"]}],"place-content":[{"place-content":[...qe(),"baseline"]}],"place-items":[{"place-items":["start","end","center","baseline","stretch"]}],"place-self":[{"place-self":["auto","start","end","center","stretch"]}],p:[{p:[C]}],px:[{px:[C]}],py:[{py:[C]}],ps:[{ps:[C]}],pe:[{pe:[C]}],pt:[{pt:[C]}],pr:[{pr:[C]}],pb:[{pb:[C]}],pl:[{pl:[C]}],m:[{m:[g]}],mx:[{mx:[g]}],my:[{my:[g]}],ms:[{ms:[g]}],me:[{me:[g]}],mt:[{mt:[g]}],mr:[{mr:[g]}],mb:[{mb:[g]}],ml:[{ml:[g]}],"space-x":[{"space-x":[E]}],"space-x-reverse":["space-x-reverse"],"space-y":[{"space-y":[E]}],"space-y-reverse":["space-y-reverse"],w:[{w:["auto","min","max","fit","svw","lvw","dvw",w,e]}],"min-w":[{"min-w":[w,e,"min","max","fit"]}],"max-w":[{"max-w":[w,e,"none","full","min","max","fit","prose",{screen:[X]},X]}],h:[{h:[w,e,"auto","min","max","fit","svh","lvh","dvh"]}],"min-h":[{"min-h":[w,e,"min","max","fit","svh","lvh","dvh"]}],"max-h":[{"max-h":[w,e,"min","max","fit","svh","lvh","dvh"]}],size:[{size:[w,e,"auto","min","max","fit"]}],"font-size":[{text:["base",X,q]}],"font-smoothing":["antialiased","subpixel-antialiased"],"font-style":["italic","not-italic"],"font-weight":[{font:["thin","extralight","light","normal","medium","semibold","bold","extrabold","black",Le]}],"font-family":[{font:[le]}],"fvn-normal":["normal-nums"],"fvn-ordinal":["ordinal"],"fvn-slashed-zero":["slashed-zero"],"fvn-figure":["lining-nums","oldstyle-nums"],"fvn-spacing":["proportional-nums","tabular-nums"],"fvn-fraction":["diagonal-fractions","stacked-fractons"],tracking:[{tracking:["tighter","tight","normal","wide","wider","widest",w]}],"line-clamp":[{"line-clamp":["none",Q,Le]}],leading:[{leading:["none","tight","snug","normal","relaxed","loose",K,w]}],"list-image":[{"list-image":["none",w]}],"list-style-type":[{list:["none","disc","decimal",w]}],"list-style-position":[{list:["inside","outside"]}],"placeholder-color":[{placeholder:[n]}],"placeholder-opacity":[{"placeholder-opacity":[b]}],"text-alignment":[{text:["left","center","right","justify","start","end"]}],"text-color":[{text:[n]}],"text-opacity":[{"text-opacity":[b]}],"text-decoration":["underline","overline","line-through","no-underline"],"text-decoration-style":[{decoration:[...re(),"wavy"]}],"text-decoration-thickness":[{decoration:["auto","from-font",K,q]}],"underline-offset":[{"underline-offset":["auto",K,w]}],"text-decoration-color":[{decoration:[n]}],"text-transform":["uppercase","lowercase","capitalize","normal-case"],"text-overflow":["truncate","text-ellipsis","text-clip"],"text-wrap":[{text:["wrap","nowrap","balance","pretty"]}],indent:[{indent:B()}],"vertical-align":[{align:["baseline","top","middle","bottom","text-top","text-bottom","sub","super",w]}],whitespace:[{whitespace:["normal","nowrap","pre","pre-line","pre-wrap","break-spaces"]}],break:[{break:["normal","words","all","keep"]}],hyphens:[{hyphens:["none","manual","auto"]}],content:[{content:["none",w]}],"bg-attachment":[{bg:["fixed","local","scroll"]}],"bg-clip":[{"bg-clip":["border","padding","content","text"]}],"bg-opacity":[{"bg-opacity":[b]}],"bg-origin":[{"bg-origin":["border","padding","content"]}],"bg-position":[{bg:[..._e(),Qn]}],"bg-repeat":[{bg:["no-repeat",{repeat:["","x","y","round","space"]}]}],"bg-size":[{bg:["auto","cover","contain",Jn]}],"bg-image":[{bg:["none",{"gradient-to":["t","tr","r","br","b","bl","l","tl"]},to]}],"bg-color":[{bg:[n]}],"gradient-from-pos":[{from:[h]}],"gradient-via-pos":[{via:[h]}],"gradient-to-pos":[{to:[h]}],"gradient-from":[{from:[f]}],"gradient-via":[{via:[f]}],"gradient-to":[{to:[f]}],rounded:[{rounded:[a]}],"rounded-s":[{"rounded-s":[a]}],"rounded-e":[{"rounded-e":[a]}],"rounded-t":[{"rounded-t":[a]}],"rounded-r":[{"rounded-r":[a]}],"rounded-b":[{"rounded-b":[a]}],"rounded-l":[{"rounded-l":[a]}],"rounded-ss":[{"rounded-ss":[a]}],"rounded-se":[{"rounded-se":[a]}],"rounded-ee":[{"rounded-ee":[a]}],"rounded-es":[{"rounded-es":[a]}],"rounded-tl":[{"rounded-tl":[a]}],"rounded-tr":[{"rounded-tr":[a]}],"rounded-br":[{"rounded-br":[a]}],"rounded-bl":[{"rounded-bl":[a]}],"border-w":[{border:[s]}],"border-w-x":[{"border-x":[s]}],"border-w-y":[{"border-y":[s]}],"border-w-s":[{"border-s":[s]}],"border-w-e":[{"border-e":[s]}],"border-w-t":[{"border-t":[s]}],"border-w-r":[{"border-r":[s]}],"border-w-b":[{"border-b":[s]}],"border-w-l":[{"border-l":[s]}],"border-opacity":[{"border-opacity":[b]}],"border-style":[{border:[...re(),"hidden"]}],"divide-x":[{"divide-x":[s]}],"divide-x-reverse":["divide-x-reverse"],"divide-y":[{"divide-y":[s]}],"divide-y-reverse":["divide-y-reverse"],"divide-opacity":[{"divide-opacity":[b]}],"divide-style":[{divide:re()}],"border-color":[{border:[l]}],"border-color-x":[{"border-x":[l]}],"border-color-y":[{"border-y":[l]}],"border-color-t":[{"border-t":[l]}],"border-color-r":[{"border-r":[l]}],"border-color-b":[{"border-b":[l]}],"border-color-l":[{"border-l":[l]}],"divide-color":[{divide:[l]}],"outline-style":[{outline:["",...re()]}],"outline-offset":[{"outline-offset":[K,w]}],"outline-w":[{outline:[K,q]}],"outline-color":[{outline:[n]}],"ring-w":[{ring:U()}],"ring-w-inset":["ring-inset"],"ring-color":[{ring:[n]}],"ring-opacity":[{"ring-opacity":[b]}],"ring-offset-w":[{"ring-offset":[K,q]}],"ring-offset-color":[{"ring-offset":[n]}],shadow:[{shadow:["","inner","none",X,no]}],"shadow-color":[{shadow:[le]}],opacity:[{opacity:[b]}],"mix-blend":[{"mix-blend":[...En(),"plus-lighter","plus-darker"]}],"bg-blend":[{"bg-blend":En()}],filter:[{filter:["","none"]}],blur:[{blur:[o]}],brightness:[{brightness:[r]}],contrast:[{contrast:[i]}],"drop-shadow":[{"drop-shadow":["","none",X,w]}],grayscale:[{grayscale:[d]}],"hue-rotate":[{"hue-rotate":[u]}],invert:[{invert:[p]}],saturate:[{saturate:[S]}],sepia:[{sepia:[_]}],"backdrop-filter":[{"backdrop-filter":["","none"]}],"backdrop-blur":[{"backdrop-blur":[o]}],"backdrop-brightness":[{"backdrop-brightness":[r]}],"backdrop-contrast":[{"backdrop-contrast":[i]}],"backdrop-grayscale":[{"backdrop-grayscale":[d]}],"backdrop-hue-rotate":[{"backdrop-hue-rotate":[u]}],"backdrop-invert":[{"backdrop-invert":[p]}],"backdrop-opacity":[{"backdrop-opacity":[b]}],"backdrop-saturate":[{"backdrop-saturate":[S]}],"backdrop-sepia":[{"backdrop-sepia":[_]}],"border-collapse":[{border:["collapse","separate"]}],"border-spacing":[{"border-spacing":[c]}],"border-spacing-x":[{"border-spacing-x":[c]}],"border-spacing-y":[{"border-spacing-y":[c]}],"table-layout":[{table:["auto","fixed"]}],caption:[{caption:["top","bottom"]}],transition:[{transition:["none","all","","colors","opacity","shadow","transform",w]}],duration:[{duration:G()}],ease:[{ease:["linear","in","out","in-out",w]}],delay:[{delay:G()}],animate:[{animate:["none","spin","ping","pulse","bounce",w]}],transform:[{transform:["","gpu","none"]}],scale:[{scale:[P]}],"scale-x":[{"scale-x":[P]}],"scale-y":[{"scale-y":[P]}],rotate:[{rotate:[ie,w]}],"translate-x":[{"translate-x":[x]}],"translate-y":[{"translate-y":[x]}],"skew-x":[{"skew-x":[V]}],"skew-y":[{"skew-y":[V]}],"transform-origin":[{origin:["center","top","top-right","right","bottom-right","bottom","bottom-left","left","top-left",w]}],accent:[{accent:["auto",n]}],appearance:[{appearance:["none","auto"]}],cursor:[{cursor:["auto","default","pointer","wait","text","move","help","not-allowed","none","context-menu","progress","cell","crosshair","vertical-text","alias","copy","no-drop","grab","grabbing","all-scroll","col-resize","row-resize","n-resize","e-resize","s-resize","w-resize","ne-resize","nw-resize","se-resize","sw-resize","ew-resize","ns-resize","nesw-resize","nwse-resize","zoom-in","zoom-out",w]}],"caret-color":[{caret:[n]}],"pointer-events":[{"pointer-events":["none","auto"]}],resize:[{resize:["none","y","x",""]}],"scroll-behavior":[{scroll:["auto","smooth"]}],"scroll-m":[{"scroll-m":B()}],"scroll-mx":[{"scroll-mx":B()}],"scroll-my":[{"scroll-my":B()}],"scroll-ms":[{"scroll-ms":B()}],"scroll-me":[{"scroll-me":B()}],"scroll-mt":[{"scroll-mt":B()}],"scroll-mr":[{"scroll-mr":B()}],"scroll-mb":[{"scroll-mb":B()}],"scroll-ml":[{"scroll-ml":B()}],"scroll-p":[{"scroll-p":B()}],"scroll-px":[{"scroll-px":B()}],"scroll-py":[{"scroll-py":B()}],"scroll-ps":[{"scroll-ps":B()}],"scroll-pe":[{"scroll-pe":B()}],"scroll-pt":[{"scroll-pt":B()}],"scroll-pr":[{"scroll-pr":B()}],"scroll-pb":[{"scroll-pb":B()}],"scroll-pl":[{"scroll-pl":B()}],"snap-align":[{snap:["start","end","center","align-none"]}],"snap-stop":[{snap:["normal","always"]}],"snap-type":[{snap:["none","x","y","both"]}],"snap-strictness":[{snap:["mandatory","proximity"]}],touch:[{touch:["auto","none","manipulation"]}],"touch-x":[{"touch-pan":["x","left","right"]}],"touch-y":[{"touch-pan":["y","up","down"]}],"touch-pz":["touch-pinch-zoom"],select:[{select:["none","text","all","auto"]}],"will-change":[{"will-change":["auto","scroll","contents","transform",w]}],fill:[{fill:[n,"none"]}],"stroke-w":[{stroke:[K,q,Le]}],stroke:[{stroke:[n,"none"]}],sr:["sr-only","not-sr-only"],"forced-color-adjust":[{"forced-color-adjust":["auto","none"]}]},conflictingClassGroups:{overflow:["overflow-x","overflow-y"],overscroll:["overscroll-x","overscroll-y"],inset:["inset-x","inset-y","start","end","top","right","bottom","left"],"inset-x":["right","left"],"inset-y":["top","bottom"],flex:["basis","grow","shrink"],gap:["gap-x","gap-y"],p:["px","py","ps","pe","pt","pr","pb","pl"],px:["pr","pl"],py:["pt","pb"],m:["mx","my","ms","me","mt","mr","mb","ml"],mx:["mr","ml"],my:["mt","mb"],size:["w","h"],"font-size":["leading"],"fvn-normal":["fvn-ordinal","fvn-slashed-zero","fvn-figure","fvn-spacing","fvn-fraction"],"fvn-ordinal":["fvn-normal"],"fvn-slashed-zero":["fvn-normal"],"fvn-figure":["fvn-normal"],"fvn-spacing":["fvn-normal"],"fvn-fraction":["fvn-normal"],"line-clamp":["display","overflow"],rounded:["rounded-s","rounded-e","rounded-t","rounded-r","rounded-b","rounded-l","rounded-ss","rounded-se","rounded-ee","rounded-es","rounded-tl","rounded-tr","rounded-br","rounded-bl"],"rounded-s":["rounded-ss","rounded-es"],"rounded-e":["rounded-se","rounded-ee"],"rounded-t":["rounded-tl","rounded-tr"],"rounded-r":["rounded-tr","rounded-br"],"rounded-b":["rounded-br","rounded-bl"],"rounded-l":["rounded-tl","rounded-bl"],"border-spacing":["border-spacing-x","border-spacing-y"],"border-w":["border-w-s","border-w-e","border-w-t","border-w-r","border-w-b","border-w-l"],"border-w-x":["border-w-r","border-w-l"],"border-w-y":["border-w-t","border-w-b"],"border-color":["border-color-t","border-color-r","border-color-b","border-color-l"],"border-color-x":["border-color-r","border-color-l"],"border-color-y":["border-color-t","border-color-b"],"scroll-m":["scroll-mx","scroll-my","scroll-ms","scroll-me","scroll-mt","scroll-mr","scroll-mb","scroll-ml"],"scroll-mx":["scroll-mr","scroll-ml"],"scroll-my":["scroll-mt","scroll-mb"],"scroll-p":["scroll-px","scroll-py","scroll-ps","scroll-pe","scroll-pt","scroll-pr","scroll-pb","scroll-pl"],"scroll-px":["scroll-pr","scroll-pl"],"scroll-py":["scroll-pt","scroll-pb"],touch:["touch-x","touch-y","touch-pz"],"touch-x":["touch"],"touch-y":["touch"],"touch-pz":["touch"]},conflictingClassGroupModifiers:{"font-size":["leading"]}}}),D={headline:"mb-8 md:mb-12 text-4xl md:text-5xl font-bold leading-tight text-center",subheadline:"mb-2",bodyCopy:"",description:"",start:"",center:"",end:"",container:"max-w-[1440px] mx-auto"},$=(n,e)=>{const o={};for(const r in n)o[r]=L(n[r]??"",e[r]??"");for(const r in e)o[r]=L(o[r]??"",e[r]??"");return o},nt={List:$(D,{container:"flex flex-col"}),Tile:$(D,{container:"flex flex-wrap gap-4 items-stretch relative",root:"mb-0 relative transition-all duration-200 has-[.active]:mb-[550px]"})},we=$(D,{headline:"text-lg md:text-lg mb-0 *:text-left",image:"w-14 mr-4"}),ot=$(we,{root:"border-b first:border-t border-black",headline:"text-xl md:text-xl py-6 pr-2 *:text-left font-bold md:mb-0",bodyCopy:"pb-6"}),rt=$(we,{root:" w-full md:w-[23%]",headline:"transition-height mb-0 h-[90%] duration-200 py-16 md:text-3xl text-3xl text-center relative rounded-2xl h-[90%] group-[.active]:rounded-t-2lg group-[.active]:rounded-b-none group-[.active]:h-full flex items-center justify-center",button:"h-full w-fit text-center *:text-center justify-center md:*:[word-spacing:100px]",icon:"absolute top-4 right-6",bodyCopy:"group-[.first]:rounded-tl-none group-[.last]:rounded-tr-none transition-opacity duration-200 opacity-0 left-0 absolute w-full p-12 rounded-2xl group-[.active]:opacity-100"}),it={headline:D.headline,root:"flex flex-col",bodyCopy:"flex flex-col overflow-auto",container:"flex",previousbutton:"flex justify-center items-center self-center overflow-hidden w-8 h-8 mx-2 rounded-full border-0 hover:bg-surface-50 dark:hover:bg-surface-800 focus-visible:outline-none focus-visible:ring-1 focus-visible:ring-primary-500 dark:focus-visible:ring-primary-400 transition duration-200 ease-in-out",nextbutton:"flex justify-center items-center self-center overflow-hidden w-8 h-8 mx-2 rounded-full border-0 hover:bg-surface-50 dark:hover:bg-surface-800 focus-visible:outline-none focus-visible:ring-1 focus-visible:ring-primary-500 dark:focus-visible:ring-primary-400 transition duration-200 ease-in-out",itemscontent:"overflow-hidden w-full",itemscontainer:"flex",item:"flex shrink-0 grow w-full sm:w-[50%] md:w-[33.333333333333336%]",indicators:"flex justify-center flex-wrap",indicator:"group mr-2 mb-2",indicatorbutton:"w-3 h-3 rounded-full transition duration-200 focus:outline-none focus:outline-offset-0 focus:ring-1 focus:ring-primary-500 dark:focus:ring-primary-400 border border-secondary dark:bg-surface-700 dark:hover:bg-surface-600 group-[.p-highlight]:bg-secondary group-[.p-highlight]:border-none"},lo=$(D,{}),lt=$(D,{root:"px-8 md:px-0",bodyCopy:"max-w-[1440px]"}),at={Centered:$(D,{root:"px-8 md:px-0 overflow-hidden",inner:"h-full mx-auto max-w-[1440] py-4 px-8 md:py-16 md:px-4",fullWidthContent:"max-w-full w-full"}),Hero:$(D,{root:"w-full",inner:"w-full md:flex md:items-center h-full mb-0",headline:"md:text-left text-[8.75vmin] md:text-6xl text-center",bodyCopy:"w-full"})},st=$({...D,headline:""},{headline:"text-3xl md:text-4xl font-bold leading-tight ",subheadline:"font-bold text-xl",description:"",ctas:"mt-8",cta:""}),ct={link:{logo:"p-2 rounded-full"},logo:{logo:"p-2 rounded-full"},fill:{},outline:{}},ao=$(D,{}),so=$(D,{}),dt=$(D,{}),ut=$(D,{icon:"ps-2 text-xs"}),co=$(D,{}),pt=$(D,{root:"px-8 md:px-0",bodyCopy:"max-w-[1440px] flex justify-evenly gap-4 mx-auto flex-col md:flex-row"}),mt=$(D,{quote:"text-lg font-bold",text:"space-y-4 w-full md:w-1/2",author:"text-lg",details:"text-lg",media:"md:w-1/2 w-full"}),ft=$(D,{root:"px-8 md:px-0",description:"md:text-center mb-8 md:mb-12"}),te={root:"w-full relative flex-auto rounded overflow-visible mx-auto shadow-none flex-none !m-0",headline:"mb-4 text-4xl md:text-3xl font-bold",cta:"text-xl *:font-bold mx-auto font-bold",ctas:"flex gap-2",container:"h-full",description:"leading-normal text-lg",body:"h-full flex flex-col justify-between",footer:"font-bold mt-4 space-y-2",footerContent:"font-bold text-center"},gt=$(te,{root:"rounded-2xl py-8 px-6",ctas:"text-center",media:"mb-6",numericLabel:"w-[10vmin] h-[8vmin] md:h-[40px] md:w-[50px] p-2 rounded-[50%] rounded-lg text-[6vmin] md:text-3xl flex items-center justify-center leading-none font-bold absolute left-[-4%] md:left-[-4%] top-8 md:top-8"}),ht=$(te,{root:"!w-full !mx-auto",inner:"justify-center",numericLabel:"rounded-full flex items-center justify-center font-bold absolute z-20 w-auto w-[5vmin] h-[5vmin] md:h-[70px] md:w-[70px] text-[4vmin] md:text-5xl rounded-full font-bold top-[4vmin] md:top-16",media:"flex-[1_0_26%] md:flex-[1_0_20%]",headline:"font-bold text-left max-w-[400px]",subheadline:"text-[4.5vmin] md:text-3xl font-bold max-w-[400px] text-left",description:"text-md md:text-lg max-w-[400px]"}),yt=$(te,{media:"relative mb-4 md:w-3/4"}),bt=$(te,{root:"rounded-2xl px-6 py-8",ctas:"flex-col gap-4"}),Ct=$(te,{root:"p-8 rounded-xl",headline:"text-3xl md:text-3xl mb-2 font-bold",subheadline:"text-base md:text-base",media:"mb-4 mt-6"}),kt={Numeric:{root:"h-[15vmin] w-[15vmin] md:w-[60px] md:h-[60px] p-2 rounded-full text-[10vmin] md:text-4xl flex items-center justify-center leading-none font-bold absolute top-0"},Text:{root:"w-[120px] p-2 rounded-[50%] rounded-lg text-2xl flex items-center justify-center leading-none font-bold absolute top-8"}},uo=$(D,{}),Se={lily:{headline:"wisteria",subheadline:"iris",copy:"soil",copyAccent:"iris",bullet:"rosemary",cta:{fill:{bg:"rosemary",copy:"lily"},outline:{copy:"gentian",border:"gentian"},link:{copy:"gentian"},logo:{copy:"gentian"}},uiElement:{bg:"rosemary",copy:"lily",border:"soil"},tile:{bg:"lily",copy:"soil",headline:"iris",label:{Numeric:{bg:"wisteria",copy:"lily"},Text:{bg:"rosemary",copy:"lily"}}},label:{Numeric:{bg:"wisteria",copy:"lily"},Text:{bg:"rosemary",copy:"lily"}},interactive:{copy:"lily",bg:"wisteria"}},iris:{headline:"lily",subheadline:"lily",copy:"lily",copyAccent:"lavender",bullet:"rosemary",cta:{fill:{bg:"rosemary",copy:"lily"},outline:{border:"lily",copy:"lily"},link:{copy:"rosemary"},logo:{copy:"rosemary"}},uiElement:{bg:"rosemary",copy:"lily",border:"lily"},tile:{bg:"lily",copy:"soil",headline:"iris",label:{Numeric:{bg:"wisteria",copy:"lily"},Text:{bg:"rosemary",copy:"lily"}}},label:{Numeric:{bg:"wisteria",copy:"lily"},Text:{bg:"rosemary",copy:"lily"}},interactive:{bg:"wisteria",copy:"lily"}},wisteria:{headline:"lily",subheadline:"lily",copy:"lily",copyAccent:"lily",bullet:"lily",cta:{fill:{bg:"lily",copy:"iris"},outline:{copy:"lily",border:"lily"},link:{copy:"lily"},logo:{copy:"lily"}},uiElement:{bg:"iris",copy:"lily",border:"lily"},tile:{bg:"iris",copy:"lily",headline:"lily",label:{Numeric:{bg:"iris",copy:"lily"},Text:{bg:"iris",copy:"lily"}}},label:{Numeric:{bg:"lily",copy:"iris"},Text:{bg:"iris",copy:"lily"}},interactive:{bg:"iris",copy:"lily"}},pebble:{headline:"wisteria",subheadline:"iris",copy:"soil",copyAccent:"iris",bullet:"iris",cta:{fill:{bg:"wisteria",copy:"lily"},outline:{copy:"gentian",border:"gentian"},link:{copy:"gentian"},logo:{copy:"gentian"}},uiElement:{bg:"iris",copy:"lily",border:"iris"},tile:{bg:"wisteria",headline:"lily",copy:"lily",label:{Numeric:{bg:"wisteria",copy:"lily"},Text:{bg:"iris",copy:"lily"}}},label:{Numeric:{bg:"wisteria",copy:"lily"},Text:{bg:"iris",copy:"lily"}},interactive:{bg:"wisteria",copy:"white"}},lavender:{headline:"iris",subheadline:"iris",copy:"soil",copyAccent:"iris",bullet:"iris",cta:{fill:{bg:"iris",copy:"lily"},outline:{copy:"iris",border:"iris"},link:{copy:"iris"},logo:{copy:"iris"}},uiElement:{bg:"iris",copy:"white",border:"soil"},tile:{bg:"lily",copy:"soil",headline:"iris",label:{Numeric:{bg:"wisteria",copy:"lily"},Text:{bg:"iris",copy:"lily"}}},label:{Numeric:{bg:"iris",copy:"lily"},Text:{bg:"iris",copy:"lily"}}},rosemary:{headline:"lily",subheadline:"lily",copy:"soil",copyAccent:"iris",bullet:"iris",cta:{fill:{bg:"iris",copy:"lily"},outline:{copy:"iris",border:"iris"},link:{copy:"iris"},logo:{copy:"iris"}},uiElement:{bg:"iris",copy:"lily",border:"lily"},tile:{bg:"lily",copy:"soil",headline:"iris",label:{Numeric:{bg:"wisteria",copy:"lily"},Text:{bg:"iris",copy:"lily"}}},label:{Numeric:{bg:"iris",copy:"lily"},Text:{bg:"iris",copy:"lily"}}}},F=n=>{const{backgroundColor:e,isProvider:o=!1}=n,r=t.inject("backgroundColor"),l=e??r??"lily";!r&&o&&t.provide("backgroundColor",l);const a=Se[l]??Se.lily;return{backgroundColor:l,palette:a}},po=["innerHTML"],$t=t.defineComponent({__name:"Accordion",props:{__typename:{},modules:{},headline:{},isChild:{type:Boolean},iconDefault:{default:"pi-chevron-down"},iconActive:{default:"pi-chevron-up"},type:{},backgroundColor:{},pt:{},imageIcon:{},isProvider:{type:Boolean,default:!0},class:{}},setup(n){const e=n,o=t.computed(()=>e.type==="List"?"pi-chevron-down":"pi-plus-circle"),r=t.computed(()=>e.type==="List"?"pi-chevron-up":"pi-times-circle"),l=t.computed(()=>$(nt[e.type],e.pt??{})),{backgroundColor:a,palette:c}=F(e),s=t.ref(null),i=d=>{s.value=s.value===d?null:d};return(d,u)=>{var p;return t.openBlock(),t.createBlock(t.resolveDynamicComponent(d.isChild?"div":"section"),{class:t.normalizeClass(`accordion-module ${((p=l.value)==null?void 0:p.root)??""} bg-${t.unref(a)} ${e.class??""}`)},{default:t.withCtx(()=>{var m,f;return[d.headline?(t.openBlock(),t.createElementBlock("h3",{key:0,innerHTML:d.headline,class:t.normalizeClass(`accordion-module-headline ${((m=l.value)==null?void 0:m.headline)??""} text-${t.unref(c).headline}`)},null,10,po)):t.createCommentVNode("",!0),d.modules?(t.openBlock(),t.createElementBlock("div",{key:1,class:t.normalizeClass(`accordion-module-container flex ${((f=l.value)==null?void 0:f.container)??""}`)},[(t.openBlock(!0),t.createElementBlock(t.Fragment,null,t.renderList(d.modules,(h,y)=>(t.openBlock(),t.createBlock(t.resolveDynamicComponent(`Accordion${d.type}Item`),t.mergeProps({key:`${h.headline}-${y}`,ref_for:!0},h,{"item-number":y,"is-first":y===0,"is-last":y===d.modules.length-1,"icon-default":o.value,"icon-active":r.value,"total-items":d.modules.length,"open-accordion-index":s.value,onToggleAccordion:g=>i(y)}),null,16,["item-number","is-first","is-last","icon-default","icon-active","total-items","open-accordion-index","onToggleAccordion"]))),128))],2)):t.createCommentVNode("",!0)]}),_:1},8,["class"])}}}),mo=["id"],fo=["aria-controls"],go=["id","aria-labelledby"],ho=["id"],yo=["aria-expanded","aria-controls"],bo=["id","aria-labelledby"],vt=t.defineComponent({__name:"AccordionItem",props:{__typename:{},itemNumber:{},headline:{},bodyCopy:{},pt:{},isFirst:{type:Boolean},isLast:{type:Boolean},iconActive:{},iconDefault:{},totalItems:{default:4},isListType:{type:Boolean},openAccordionIndex:{},toggleAccordion:{},image:{},class:{}},emits:["toggleAccordion"],setup(n,{emit:e}){const o=n,r=t.computed(()=>$(we,o.pt??{})),l=t.ref(!1),a=e,c=s=>{a("toggleAccordion",s)};return(s,i)=>{var d,u,p,m,f,h,y,g;return s.isListType?(t.openBlock(),t.createElementBlock("div",{key:0,class:t.normalizeClass({[`accordion-item-${s.itemNumber}`]:!0,active:l.value,first:s.isFirst,last:s.isLast,"accordion-item":!0,group:!0,[`${o.class??""}`]:!0})},[t.createElementVNode("h3",{id:`accordion-collapse-headline-${s.itemNumber}`,class:t.normalizeClass(`flex accordion-item-headline ${((d=r.value)==null?void 0:d.headline)??""}`)},[t.createElementVNode("button",{type:"button",class:t.normalizeClass(`flex items-center w-full ${((u=r.value)==null?void 0:u.button)??""} justify-between`),"data-accordion-target":"#accordion-collapse-body-1","aria-expanded":!0,"aria-controls":`accordion-collapse-body-${s.itemNumber}`,onClick:i[0]||(i[0]=t.withModifiers(b=>l.value=!l.value,["prevent"]))},[t.createElementVNode("span",null,t.toDisplayString(s.headline),1),t.createElementVNode("div",{class:t.normalizeClass(`${((p=r.value)==null?void 0:p.icon)??""}`)},[t.withDirectives(t.createElementVNode("i",{class:t.normalizeClass(`pi ${s.iconDefault}`)},null,2),[[t.vShow,!l.value]]),t.withDirectives(t.createElementVNode("i",{class:t.normalizeClass(`pi ${s.iconActive}`)},null,2),[[t.vShow,l.value]])],2)],10,fo)],10,mo),t.createElementVNode("div",{id:`accordion-collapse-body-${s.itemNumber}`,class:t.normalizeClass(`accordion-item-body ${l.value?"show":"hidden"} ${((m=r.value)==null?void 0:m.bodyCopy)??""}`),"aria-labelledby":`accordion-collapse-heading-${s.itemNumber}`},t.toDisplayString(s.bodyCopy),11,go)],2)):(t.openBlock(),t.createElementBlock("div",{key:1,class:t.normalizeClass([{[`accordion-item-${s.itemNumber}`]:!0,active:s.openAccordionIndex===s.itemNumber,first:s.isFirst,last:s.isLast,[`accordion-item-width-${Math.floor(100/o.totalItems)}`]:!0},"accordion-item group"])},[t.createElementVNode("h3",{id:`accordion-collapse-headline-${s.itemNumber}`,class:t.normalizeClass(`flex accordion-item-headline ${((f=r.value)==null?void 0:f.headline)??""}`)},[t.createElementVNode("button",{type:"button",class:t.normalizeClass(`flex items-center w-full ${((h=r.value)==null?void 0:h.button)??""} ${o.isListType?"justify-between":"justify-center"}`),"data-accordion-target":"#accordion-collapse-body-1","aria-expanded":s.openAccordionIndex===s.itemNumber,"aria-controls":`accordion-collapse-body-${s.itemNumber}`,onClick:i[1]||(i[1]=t.withModifiers(b=>c(s.itemNumber),["prevent"]))},[t.createElementVNode("span",null,t.toDisplayString(s.headline),1),t.createElementVNode("div",{class:t.normalizeClass(`${((y=r.value)==null?void 0:y.icon)??""}`)},[t.withDirectives(t.createElementVNode("i",{class:t.normalizeClass(`pi ${s.iconDefault}`)},null,2),[[t.vShow,s.openAccordionIndex!==s.itemNumber]]),t.withDirectives(t.createElementVNode("i",{class:t.normalizeClass(`pi ${s.iconActive}`)},null,2),[[t.vShow,s.openAccordionIndex===s.itemNumber]])],2)],10,yo)],10,ho),t.createElementVNode("div",{id:`accordion-collapse-body-${s.itemNumber}`,class:t.normalizeClass(`accordion-item-body ${s.openAccordionIndex!==s.itemNumber?"hidden":"active"} ${((g=r.value)==null?void 0:g.bodyCopy)??""}`),"aria-labelledby":`accordion-collapse-heading-${s.itemNumber}`},t.toDisplayString(s.bodyCopy),11,bo)],2))}}}),Co=["src","alt"],H=t.defineComponent({__name:"Image",props:{__typename:{},entryTitle:{},media:{},altTag:{},isFullWidth:{type:Boolean,default:!1},class:{}},setup(n){const e=n,o=t.computed(()=>e.isFullWidth?"100%":e.media.width?typeof e.media.width=="number"?`${e.media.width}px`:e.media.width:null),r=t.computed(()=>e.media.height?typeof e.media.height=="number"?`${e.media.height}px`:e.media.height:null);return(l,a)=>(t.openBlock(),t.createElementBlock("img",{class:t.normalizeClass(e.class),src:l.media.src,alt:l.altTag,style:t.normalizeStyle({width:o.value,height:r.value})},null,14,Co))}}),ko=["id"],$o=["aria-controls"],vo={class:t.normalizeClass("pi pi-chevron-down")},wo={class:t.normalizeClass("pi pi-chevron-up")},So=["id","aria-labelledby","innerHTML"],wt=t.defineComponent({__name:"AccordionListItem",props:{__typename:{},itemNumber:{},headline:{},bodyCopy:{},pt:{},isFirst:{type:Boolean},isLast:{type:Boolean},iconActive:{},iconDefault:{},totalItems:{},isListType:{type:Boolean},openAccordionIndex:{},toggleAccordion:{type:Function},image:{},class:{}},setup(n){const e=n,o=t.computed(()=>$(ot,e.pt??{})),{palette:r}=F(e),l=t.ref(!1);return(a,c)=>{var s,i,d,u,p,m;return t.openBlock(),t.createElementBlock("div",{class:t.normalizeClass({[`${((s=o.value)==null?void 0:s.root)??""}`]:!0,[`border-b first:border-t border-${t.unref(r).copy}`]:!0,[`accordion-item-${a.itemNumber}`]:!0,active:l.value,first:a.isFirst,last:a.isLast,"accordion-item":!0,group:!0,[`${e.class??""}`]:!0})},[t.createElementVNode("div",{id:`accordion-collapse-headline-${a.itemNumber}`,class:t.normalizeClass(`flex accordion-item-headline ${((i=o.value)==null?void 0:i.headline)??""}`)},[a.image?(t.openBlock(),t.createBlock(H,t.mergeProps({key:0},a.image,{class:`${((d=o.value)==null?void 0:d.image)??""}`}),null,16,["class"])):t.createCommentVNode("",!0),t.createElementVNode("button",{type:"button",class:t.normalizeClass(`flex items-center justify-between w-full text-${t.unref(r).subheadline} ${((u=o.value)==null?void 0:u.button)??""}`),"data-accordion-target":"#accordion-collapse-body-1","aria-expanded":"true","aria-controls":`accordion-collapse-body-${a.itemNumber}`,onClick:c[0]||(c[0]=t.withModifiers(f=>l.value=!l.value,["prevent"]))},[t.createElementVNode("span",null,t.toDisplayString(a.headline),1),t.createElementVNode("div",{class:t.normalizeClass((p=o.value)==null?void 0:p.icon)},[t.withDirectives(t.createElementVNode("i",vo,null,512),[[t.vShow,!l.value]]),t.withDirectives(t.createElementVNode("i",wo,null,512),[[t.vShow,l.value]])],2)],10,$o)],10,ko),t.createElementVNode("div",{id:`accordion-collapse-body-${a.itemNumber}`,class:t.normalizeClass(`accordion-item-body text-${t.unref(r).copy} ${l.value?"active":"hidden"} ${((m=o.value)==null?void 0:m.bodyCopy)??""}`),"aria-labelledby":`accordion-collapse-heading-${a.itemNumber}`,innerHTML:a.bodyCopy},null,10,So)],2)}}}),Bo=["id"],To=["aria-controls"],Po={class:t.normalizeClass("pi pi-plus-circle")},Eo={class:t.normalizeClass("pi pi-times-circle")},xo=["id","aria-labelledby","innerHTML"],St=t.defineComponent({__name:"AccordionTileItem",props:{__typename:{},itemNumber:{},headline:{},bodyCopy:{},pt:{},isFirst:{type:Boolean},isLast:{type:Boolean},iconActive:{},iconDefault:{},totalItems:{},isListType:{type:Boolean},openAccordionIndex:{},toggleAccordion:{type:Function},image:{},class:{}},emits:["toggleAccordion"],setup(n,{emit:e}){const o=n,r=t.computed(()=>$(rt,o.pt??{})),{palette:l}=F(o),a=t.computed(()=>o.openAccordionIndex===o.itemNumber),c=e,s=i=>{c("toggleAccordion",i)};return(i,d)=>{var u,p,m,f,h,y,g,b,C,S;return t.openBlock(),t.createElementBlock("div",{class:t.normalizeClass({[`accordion-item-${i.itemNumber}`]:!0,[((u=r.value)==null?void 0:u.root)??""]:!0,active:a.value,first:i.isFirst,last:i.isLast,"accordion-item":!0,group:!0,[`${o.class??""}`]:!0})},[t.createElementVNode("div",{id:`accordion-collapse-headline-${i.itemNumber}`,class:t.normalizeClass(`flex accordion-item-headline text-2xl p-8 !mb-0 md:p-16 ${((p=r.value)==null?void 0:p.headline)??""} bg-${(m=t.unref(l).interactive)==null?void 0:m.bg}`)},[i.image?(t.openBlock(),t.createBlock(H,t.mergeProps({key:0},i.image,{class:`${((f=r.value)==null?void 0:f.image)??""}`}),null,16,["class"])):t.createCommentVNode("",!0),t.createElementVNode("button",{type:"button",class:t.normalizeClass(`flex items-center w-full ${((h=r.value)==null?void 0:h.button)??""} text-${(y=t.unref(l).interactive)==null?void 0:y.copy}`),"data-accordion-target":"#accordion-collapse-body-1","aria-expanded":"true","aria-controls":`accordion-collapse-body-${i.itemNumber}`,onClick:d[0]||(d[0]=t.withModifiers(P=>s(i.itemNumber),["prevent"]))},[t.createElementVNode("span",null,t.toDisplayString(i.headline),1),t.createElementVNode("div",{class:t.normalizeClass((g=r.value)==null?void 0:g.icon)},[t.withDirectives(t.createElementVNode("i",Po,null,512),[[t.vShow,i.openAccordionIndex!==i.itemNumber]]),t.withDirectives(t.createElementVNode("i",Eo,null,512),[[t.vShow,i.openAccordionIndex===i.itemNumber]])],2)],10,To)],10,Bo),t.createElementVNode("div",{id:`accordion-collapse-body-${i.itemNumber}`,class:t.normalizeClass(`accordion-item-body ${a.value?"active":"hidden"} z-30 ${((b=r.value)==null?void 0:b.bodyCopy)??""} bg-${(C=t.unref(l).interactive)==null?void 0:C.bg} text-${(S=t.unref(l).interactive)==null?void 0:S.copy}`),"aria-labelledby":`accordion-collapse-heading-${i.itemNumber}`,innerHTML:i.bodyCopy},null,10,xo)],2)}}});function Oe(n,e){var o=typeof Symbol<"u"&&n[Symbol.iterator]||n["@@iterator"];if(!o){if(Array.isArray(n)||(o=je(n))||e){o&&(n=o);var r=0,l=function(){};return{s:l,n:function(){return r>=n.length?{done:!0}:{done:!1,value:n[r++]}},e:function(d){throw d},f:l}}throw new TypeError(`Invalid attempt to iterate non-iterable instance.
|
|
1
|
+
(function(k,t){typeof exports=="object"&&typeof module<"u"?t(exports,require("vue")):typeof define=="function"&&define.amd?define(["exports","vue"],t):(k=typeof globalThis<"u"?globalThis:k||self,t(k.ComponentLib={},k.Vue))})(this,function(k,t){"use strict";const Ve="-",In=n=>{const e=_n(n),{conflictingClassGroups:o,conflictingClassGroupModifiers:r}=n;return{getClassGroupId:c=>{const s=c.split(Ve);return s[0]===""&&s.length!==1&&s.shift(),Xe(s,e)||An(c)},getConflictingClassGroupIds:(c,s)=>{const i=o[c]||[];return s&&r[c]?[...i,...r[c]]:i}}},Xe=(n,e)=>{var c;if(n.length===0)return e.classGroupId;const o=n[0],r=e.nextPart.get(o),l=r?Xe(n.slice(1),r):void 0;if(l)return l;if(e.validators.length===0)return;const a=n.join(Ve);return(c=e.validators.find(({validator:s})=>s(a)))==null?void 0:c.classGroupId},Ze=/^\[(.+)\]$/,An=n=>{if(Ze.test(n)){const e=Ze.exec(n)[1],o=e==null?void 0:e.substring(0,e.indexOf(":"));if(o)return"arbitrary.."+o}},_n=n=>{const{theme:e,prefix:o}=n,r={nextPart:new Map,validators:[]};return Nn(Object.entries(n.classGroups),o).forEach(([a,c])=>{Ne(c,r,a,e)}),r},Ne=(n,e,o,r)=>{n.forEach(l=>{if(typeof l=="string"){const a=l===""?e:Ye(e,l);a.classGroupId=o;return}if(typeof l=="function"){if(Vn(l)){Ne(l(r),e,o,r);return}e.validators.push({validator:l,classGroupId:o});return}Object.entries(l).forEach(([a,c])=>{Ne(c,Ye(e,a),o,r)})})},Ye=(n,e)=>{let o=n;return e.split(Ve).forEach(r=>{o.nextPart.has(r)||o.nextPart.set(r,{nextPart:new Map,validators:[]}),o=o.nextPart.get(r)}),o},Vn=n=>n.isThemeGetter,Nn=(n,e)=>e?n.map(([o,r])=>{const l=r.map(a=>typeof a=="string"?e+a:typeof a=="object"?Object.fromEntries(Object.entries(a).map(([c,s])=>[e+c,s])):a);return[o,l]}):n,Ln=n=>{if(n<1)return{get:()=>{},set:()=>{}};let e=0,o=new Map,r=new Map;const l=(a,c)=>{o.set(a,c),e++,e>n&&(e=0,r=o,o=new Map)};return{get(a){let c=o.get(a);if(c!==void 0)return c;if((c=r.get(a))!==void 0)return l(a,c),c},set(a,c){o.has(a)?o.set(a,c):l(a,c)}}},Je="!",On=n=>{const{separator:e,experimentalParseClassName:o}=n,r=e.length===1,l=e[0],a=e.length,c=s=>{const i=[];let d=0,u=0,p;for(let g=0;g<s.length;g++){let b=s[g];if(d===0){if(b===l&&(r||s.slice(g,g+a)===e)){i.push(s.slice(u,g)),u=g+a;continue}if(b==="/"){p=g;continue}}b==="["?d++:b==="]"&&d--}const m=i.length===0?s:s.substring(u),f=m.startsWith(Je),h=f?m.substring(1):m,y=p&&p>u?p-u:void 0;return{modifiers:i,hasImportantModifier:f,baseClassName:h,maybePostfixModifierPosition:y}};return o?s=>o({className:s,parseClassName:c}):c},zn=n=>{if(n.length<=1)return n;const e=[];let o=[];return n.forEach(r=>{r[0]==="["?(e.push(...o.sort(),r),o=[]):o.push(r)}),e.push(...o.sort()),e},jn=n=>({cache:Ln(n.cacheSize),parseClassName:On(n),...In(n)}),Mn=/\s+/,Dn=(n,e)=>{const{parseClassName:o,getClassGroupId:r,getConflictingClassGroupIds:l}=e,a=[],c=n.trim().split(Mn);let s="";for(let i=c.length-1;i>=0;i-=1){const d=c[i],{modifiers:u,hasImportantModifier:p,baseClassName:m,maybePostfixModifierPosition:f}=o(d);let h=!!f,y=r(h?m.substring(0,f):m);if(!y){if(!h){s=d+(s.length>0?" "+s:s);continue}if(y=r(m),!y){s=d+(s.length>0?" "+s:s);continue}h=!1}const g=zn(u).join(":"),b=p?g+Je:g,C=b+y;if(a.includes(C))continue;a.push(C);const S=l(y,h);for(let P=0;P<S.length;++P){const _=S[P];a.push(b+_)}s=d+(s.length>0?" "+s:s)}return s};function Fn(){let n=0,e,o,r="";for(;n<arguments.length;)(e=arguments[n++])&&(o=Qe(e))&&(r&&(r+=" "),r+=o);return r}const Qe=n=>{if(typeof n=="string")return n;let e,o="";for(let r=0;r<n.length;r++)n[r]&&(e=Qe(n[r]))&&(o&&(o+=" "),o+=e);return o};function Hn(n,...e){let o,r,l,a=c;function c(i){const d=e.reduce((u,p)=>p(u),n());return o=jn(d),r=o.cache.get,l=o.cache.set,a=s,s(i)}function s(i){const d=r(i);if(d)return d;const u=Dn(i,o);return l(i,u),u}return function(){return a(Fn.apply(null,arguments))}}const N=n=>{const e=o=>o[n]||[];return e.isThemeGetter=!0,e},et=/^\[(?:([a-z-]+):)?(.+)\]$/i,Rn=/^\d+\/\d+$/,Wn=new Set(["px","full","screen"]),Un=/^(\d+(\.\d+)?)?(xs|sm|md|lg|xl)$/,Kn=/\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$/,Gn=/^(rgba?|hsla?|hwb|(ok)?(lab|lch))\(.+\)$/,qn=/^(inset_)?-?((\d+)?\.?(\d+)[a-z]+|0)_-?((\d+)?\.?(\d+)[a-z]+|0)/,Xn=/^(url|image|image-set|cross-fade|element|(repeating-)?(linear|radial|conic)-gradient)\(.+\)$/,K=n=>Q(n)||Wn.has(n)||Rn.test(n),q=n=>ee(n,"length",oo),Q=n=>!!n&&!Number.isNaN(Number(n)),Le=n=>ee(n,"number",Q),ie=n=>!!n&&Number.isInteger(Number(n)),Zn=n=>n.endsWith("%")&&Q(n.slice(0,-1)),w=n=>et.test(n),X=n=>Un.test(n),Yn=new Set(["length","size","percentage"]),Jn=n=>ee(n,Yn,tt),Qn=n=>ee(n,"position",tt),eo=new Set(["image","url"]),to=n=>ee(n,eo,io),no=n=>ee(n,"",ro),le=()=>!0,ee=(n,e,o)=>{const r=et.exec(n);return r?r[1]?typeof e=="string"?r[1]===e:e.has(r[1]):o(r[2]):!1},oo=n=>Kn.test(n)&&!Gn.test(n),tt=()=>!1,ro=n=>qn.test(n),io=n=>Xn.test(n),L=Hn(()=>{const n=N("colors"),e=N("spacing"),o=N("blur"),r=N("brightness"),l=N("borderColor"),a=N("borderRadius"),c=N("borderSpacing"),s=N("borderWidth"),i=N("contrast"),d=N("grayscale"),u=N("hueRotate"),p=N("invert"),m=N("gap"),f=N("gradientColorStops"),h=N("gradientColorStopPositions"),y=N("inset"),g=N("margin"),b=N("opacity"),C=N("padding"),S=N("saturate"),P=N("scale"),_=N("sepia"),V=N("skew"),E=N("space"),x=N("translate"),A=()=>["auto","contain","none"],j=()=>["auto","hidden","clip","visible","scroll"],M=()=>["auto",w,e],B=()=>[w,e],U=()=>["",K,q],J=()=>["auto",Q,w],_e=()=>["bottom","center","left","left-bottom","left-top","right","right-bottom","right-top","top"],re=()=>["solid","dashed","dotted","double","none"],En=()=>["normal","multiply","screen","overlay","darken","lighten","color-dodge","color-burn","hard-light","soft-light","difference","exclusion","hue","saturation","color","luminosity"],qe=()=>["start","end","center","between","around","evenly","stretch"],ve=()=>["","0",w],xn=()=>["auto","avoid","all","avoid-page","page","left","right","column"],G=()=>[Q,w];return{cacheSize:500,separator:":",theme:{colors:[le],spacing:[K,q],blur:["none","",X,w],brightness:G(),borderColor:[n],borderRadius:["none","","full",X,w],borderSpacing:B(),borderWidth:U(),contrast:G(),grayscale:ve(),hueRotate:G(),invert:ve(),gap:B(),gradientColorStops:[n],gradientColorStopPositions:[Zn,q],inset:M(),margin:M(),opacity:G(),padding:B(),saturate:G(),scale:G(),sepia:ve(),skew:G(),space:B(),translate:B()},classGroups:{aspect:[{aspect:["auto","square","video",w]}],container:["container"],columns:[{columns:[X]}],"break-after":[{"break-after":xn()}],"break-before":[{"break-before":xn()}],"break-inside":[{"break-inside":["auto","avoid","avoid-page","avoid-column"]}],"box-decoration":[{"box-decoration":["slice","clone"]}],box:[{box:["border","content"]}],display:["block","inline-block","inline","flex","inline-flex","table","inline-table","table-caption","table-cell","table-column","table-column-group","table-footer-group","table-header-group","table-row-group","table-row","flow-root","grid","inline-grid","contents","list-item","hidden"],float:[{float:["right","left","none","start","end"]}],clear:[{clear:["left","right","both","none","start","end"]}],isolation:["isolate","isolation-auto"],"object-fit":[{object:["contain","cover","fill","none","scale-down"]}],"object-position":[{object:[..._e(),w]}],overflow:[{overflow:j()}],"overflow-x":[{"overflow-x":j()}],"overflow-y":[{"overflow-y":j()}],overscroll:[{overscroll:A()}],"overscroll-x":[{"overscroll-x":A()}],"overscroll-y":[{"overscroll-y":A()}],position:["static","fixed","absolute","relative","sticky"],inset:[{inset:[y]}],"inset-x":[{"inset-x":[y]}],"inset-y":[{"inset-y":[y]}],start:[{start:[y]}],end:[{end:[y]}],top:[{top:[y]}],right:[{right:[y]}],bottom:[{bottom:[y]}],left:[{left:[y]}],visibility:["visible","invisible","collapse"],z:[{z:["auto",ie,w]}],basis:[{basis:M()}],"flex-direction":[{flex:["row","row-reverse","col","col-reverse"]}],"flex-wrap":[{flex:["wrap","wrap-reverse","nowrap"]}],flex:[{flex:["1","auto","initial","none",w]}],grow:[{grow:ve()}],shrink:[{shrink:ve()}],order:[{order:["first","last","none",ie,w]}],"grid-cols":[{"grid-cols":[le]}],"col-start-end":[{col:["auto",{span:["full",ie,w]},w]}],"col-start":[{"col-start":J()}],"col-end":[{"col-end":J()}],"grid-rows":[{"grid-rows":[le]}],"row-start-end":[{row:["auto",{span:[ie,w]},w]}],"row-start":[{"row-start":J()}],"row-end":[{"row-end":J()}],"grid-flow":[{"grid-flow":["row","col","dense","row-dense","col-dense"]}],"auto-cols":[{"auto-cols":["auto","min","max","fr",w]}],"auto-rows":[{"auto-rows":["auto","min","max","fr",w]}],gap:[{gap:[m]}],"gap-x":[{"gap-x":[m]}],"gap-y":[{"gap-y":[m]}],"justify-content":[{justify:["normal",...qe()]}],"justify-items":[{"justify-items":["start","end","center","stretch"]}],"justify-self":[{"justify-self":["auto","start","end","center","stretch"]}],"align-content":[{content:["normal",...qe(),"baseline"]}],"align-items":[{items:["start","end","center","baseline","stretch"]}],"align-self":[{self:["auto","start","end","center","stretch","baseline"]}],"place-content":[{"place-content":[...qe(),"baseline"]}],"place-items":[{"place-items":["start","end","center","baseline","stretch"]}],"place-self":[{"place-self":["auto","start","end","center","stretch"]}],p:[{p:[C]}],px:[{px:[C]}],py:[{py:[C]}],ps:[{ps:[C]}],pe:[{pe:[C]}],pt:[{pt:[C]}],pr:[{pr:[C]}],pb:[{pb:[C]}],pl:[{pl:[C]}],m:[{m:[g]}],mx:[{mx:[g]}],my:[{my:[g]}],ms:[{ms:[g]}],me:[{me:[g]}],mt:[{mt:[g]}],mr:[{mr:[g]}],mb:[{mb:[g]}],ml:[{ml:[g]}],"space-x":[{"space-x":[E]}],"space-x-reverse":["space-x-reverse"],"space-y":[{"space-y":[E]}],"space-y-reverse":["space-y-reverse"],w:[{w:["auto","min","max","fit","svw","lvw","dvw",w,e]}],"min-w":[{"min-w":[w,e,"min","max","fit"]}],"max-w":[{"max-w":[w,e,"none","full","min","max","fit","prose",{screen:[X]},X]}],h:[{h:[w,e,"auto","min","max","fit","svh","lvh","dvh"]}],"min-h":[{"min-h":[w,e,"min","max","fit","svh","lvh","dvh"]}],"max-h":[{"max-h":[w,e,"min","max","fit","svh","lvh","dvh"]}],size:[{size:[w,e,"auto","min","max","fit"]}],"font-size":[{text:["base",X,q]}],"font-smoothing":["antialiased","subpixel-antialiased"],"font-style":["italic","not-italic"],"font-weight":[{font:["thin","extralight","light","normal","medium","semibold","bold","extrabold","black",Le]}],"font-family":[{font:[le]}],"fvn-normal":["normal-nums"],"fvn-ordinal":["ordinal"],"fvn-slashed-zero":["slashed-zero"],"fvn-figure":["lining-nums","oldstyle-nums"],"fvn-spacing":["proportional-nums","tabular-nums"],"fvn-fraction":["diagonal-fractions","stacked-fractons"],tracking:[{tracking:["tighter","tight","normal","wide","wider","widest",w]}],"line-clamp":[{"line-clamp":["none",Q,Le]}],leading:[{leading:["none","tight","snug","normal","relaxed","loose",K,w]}],"list-image":[{"list-image":["none",w]}],"list-style-type":[{list:["none","disc","decimal",w]}],"list-style-position":[{list:["inside","outside"]}],"placeholder-color":[{placeholder:[n]}],"placeholder-opacity":[{"placeholder-opacity":[b]}],"text-alignment":[{text:["left","center","right","justify","start","end"]}],"text-color":[{text:[n]}],"text-opacity":[{"text-opacity":[b]}],"text-decoration":["underline","overline","line-through","no-underline"],"text-decoration-style":[{decoration:[...re(),"wavy"]}],"text-decoration-thickness":[{decoration:["auto","from-font",K,q]}],"underline-offset":[{"underline-offset":["auto",K,w]}],"text-decoration-color":[{decoration:[n]}],"text-transform":["uppercase","lowercase","capitalize","normal-case"],"text-overflow":["truncate","text-ellipsis","text-clip"],"text-wrap":[{text:["wrap","nowrap","balance","pretty"]}],indent:[{indent:B()}],"vertical-align":[{align:["baseline","top","middle","bottom","text-top","text-bottom","sub","super",w]}],whitespace:[{whitespace:["normal","nowrap","pre","pre-line","pre-wrap","break-spaces"]}],break:[{break:["normal","words","all","keep"]}],hyphens:[{hyphens:["none","manual","auto"]}],content:[{content:["none",w]}],"bg-attachment":[{bg:["fixed","local","scroll"]}],"bg-clip":[{"bg-clip":["border","padding","content","text"]}],"bg-opacity":[{"bg-opacity":[b]}],"bg-origin":[{"bg-origin":["border","padding","content"]}],"bg-position":[{bg:[..._e(),Qn]}],"bg-repeat":[{bg:["no-repeat",{repeat:["","x","y","round","space"]}]}],"bg-size":[{bg:["auto","cover","contain",Jn]}],"bg-image":[{bg:["none",{"gradient-to":["t","tr","r","br","b","bl","l","tl"]},to]}],"bg-color":[{bg:[n]}],"gradient-from-pos":[{from:[h]}],"gradient-via-pos":[{via:[h]}],"gradient-to-pos":[{to:[h]}],"gradient-from":[{from:[f]}],"gradient-via":[{via:[f]}],"gradient-to":[{to:[f]}],rounded:[{rounded:[a]}],"rounded-s":[{"rounded-s":[a]}],"rounded-e":[{"rounded-e":[a]}],"rounded-t":[{"rounded-t":[a]}],"rounded-r":[{"rounded-r":[a]}],"rounded-b":[{"rounded-b":[a]}],"rounded-l":[{"rounded-l":[a]}],"rounded-ss":[{"rounded-ss":[a]}],"rounded-se":[{"rounded-se":[a]}],"rounded-ee":[{"rounded-ee":[a]}],"rounded-es":[{"rounded-es":[a]}],"rounded-tl":[{"rounded-tl":[a]}],"rounded-tr":[{"rounded-tr":[a]}],"rounded-br":[{"rounded-br":[a]}],"rounded-bl":[{"rounded-bl":[a]}],"border-w":[{border:[s]}],"border-w-x":[{"border-x":[s]}],"border-w-y":[{"border-y":[s]}],"border-w-s":[{"border-s":[s]}],"border-w-e":[{"border-e":[s]}],"border-w-t":[{"border-t":[s]}],"border-w-r":[{"border-r":[s]}],"border-w-b":[{"border-b":[s]}],"border-w-l":[{"border-l":[s]}],"border-opacity":[{"border-opacity":[b]}],"border-style":[{border:[...re(),"hidden"]}],"divide-x":[{"divide-x":[s]}],"divide-x-reverse":["divide-x-reverse"],"divide-y":[{"divide-y":[s]}],"divide-y-reverse":["divide-y-reverse"],"divide-opacity":[{"divide-opacity":[b]}],"divide-style":[{divide:re()}],"border-color":[{border:[l]}],"border-color-x":[{"border-x":[l]}],"border-color-y":[{"border-y":[l]}],"border-color-t":[{"border-t":[l]}],"border-color-r":[{"border-r":[l]}],"border-color-b":[{"border-b":[l]}],"border-color-l":[{"border-l":[l]}],"divide-color":[{divide:[l]}],"outline-style":[{outline:["",...re()]}],"outline-offset":[{"outline-offset":[K,w]}],"outline-w":[{outline:[K,q]}],"outline-color":[{outline:[n]}],"ring-w":[{ring:U()}],"ring-w-inset":["ring-inset"],"ring-color":[{ring:[n]}],"ring-opacity":[{"ring-opacity":[b]}],"ring-offset-w":[{"ring-offset":[K,q]}],"ring-offset-color":[{"ring-offset":[n]}],shadow:[{shadow:["","inner","none",X,no]}],"shadow-color":[{shadow:[le]}],opacity:[{opacity:[b]}],"mix-blend":[{"mix-blend":[...En(),"plus-lighter","plus-darker"]}],"bg-blend":[{"bg-blend":En()}],filter:[{filter:["","none"]}],blur:[{blur:[o]}],brightness:[{brightness:[r]}],contrast:[{contrast:[i]}],"drop-shadow":[{"drop-shadow":["","none",X,w]}],grayscale:[{grayscale:[d]}],"hue-rotate":[{"hue-rotate":[u]}],invert:[{invert:[p]}],saturate:[{saturate:[S]}],sepia:[{sepia:[_]}],"backdrop-filter":[{"backdrop-filter":["","none"]}],"backdrop-blur":[{"backdrop-blur":[o]}],"backdrop-brightness":[{"backdrop-brightness":[r]}],"backdrop-contrast":[{"backdrop-contrast":[i]}],"backdrop-grayscale":[{"backdrop-grayscale":[d]}],"backdrop-hue-rotate":[{"backdrop-hue-rotate":[u]}],"backdrop-invert":[{"backdrop-invert":[p]}],"backdrop-opacity":[{"backdrop-opacity":[b]}],"backdrop-saturate":[{"backdrop-saturate":[S]}],"backdrop-sepia":[{"backdrop-sepia":[_]}],"border-collapse":[{border:["collapse","separate"]}],"border-spacing":[{"border-spacing":[c]}],"border-spacing-x":[{"border-spacing-x":[c]}],"border-spacing-y":[{"border-spacing-y":[c]}],"table-layout":[{table:["auto","fixed"]}],caption:[{caption:["top","bottom"]}],transition:[{transition:["none","all","","colors","opacity","shadow","transform",w]}],duration:[{duration:G()}],ease:[{ease:["linear","in","out","in-out",w]}],delay:[{delay:G()}],animate:[{animate:["none","spin","ping","pulse","bounce",w]}],transform:[{transform:["","gpu","none"]}],scale:[{scale:[P]}],"scale-x":[{"scale-x":[P]}],"scale-y":[{"scale-y":[P]}],rotate:[{rotate:[ie,w]}],"translate-x":[{"translate-x":[x]}],"translate-y":[{"translate-y":[x]}],"skew-x":[{"skew-x":[V]}],"skew-y":[{"skew-y":[V]}],"transform-origin":[{origin:["center","top","top-right","right","bottom-right","bottom","bottom-left","left","top-left",w]}],accent:[{accent:["auto",n]}],appearance:[{appearance:["none","auto"]}],cursor:[{cursor:["auto","default","pointer","wait","text","move","help","not-allowed","none","context-menu","progress","cell","crosshair","vertical-text","alias","copy","no-drop","grab","grabbing","all-scroll","col-resize","row-resize","n-resize","e-resize","s-resize","w-resize","ne-resize","nw-resize","se-resize","sw-resize","ew-resize","ns-resize","nesw-resize","nwse-resize","zoom-in","zoom-out",w]}],"caret-color":[{caret:[n]}],"pointer-events":[{"pointer-events":["none","auto"]}],resize:[{resize:["none","y","x",""]}],"scroll-behavior":[{scroll:["auto","smooth"]}],"scroll-m":[{"scroll-m":B()}],"scroll-mx":[{"scroll-mx":B()}],"scroll-my":[{"scroll-my":B()}],"scroll-ms":[{"scroll-ms":B()}],"scroll-me":[{"scroll-me":B()}],"scroll-mt":[{"scroll-mt":B()}],"scroll-mr":[{"scroll-mr":B()}],"scroll-mb":[{"scroll-mb":B()}],"scroll-ml":[{"scroll-ml":B()}],"scroll-p":[{"scroll-p":B()}],"scroll-px":[{"scroll-px":B()}],"scroll-py":[{"scroll-py":B()}],"scroll-ps":[{"scroll-ps":B()}],"scroll-pe":[{"scroll-pe":B()}],"scroll-pt":[{"scroll-pt":B()}],"scroll-pr":[{"scroll-pr":B()}],"scroll-pb":[{"scroll-pb":B()}],"scroll-pl":[{"scroll-pl":B()}],"snap-align":[{snap:["start","end","center","align-none"]}],"snap-stop":[{snap:["normal","always"]}],"snap-type":[{snap:["none","x","y","both"]}],"snap-strictness":[{snap:["mandatory","proximity"]}],touch:[{touch:["auto","none","manipulation"]}],"touch-x":[{"touch-pan":["x","left","right"]}],"touch-y":[{"touch-pan":["y","up","down"]}],"touch-pz":["touch-pinch-zoom"],select:[{select:["none","text","all","auto"]}],"will-change":[{"will-change":["auto","scroll","contents","transform",w]}],fill:[{fill:[n,"none"]}],"stroke-w":[{stroke:[K,q,Le]}],stroke:[{stroke:[n,"none"]}],sr:["sr-only","not-sr-only"],"forced-color-adjust":[{"forced-color-adjust":["auto","none"]}]},conflictingClassGroups:{overflow:["overflow-x","overflow-y"],overscroll:["overscroll-x","overscroll-y"],inset:["inset-x","inset-y","start","end","top","right","bottom","left"],"inset-x":["right","left"],"inset-y":["top","bottom"],flex:["basis","grow","shrink"],gap:["gap-x","gap-y"],p:["px","py","ps","pe","pt","pr","pb","pl"],px:["pr","pl"],py:["pt","pb"],m:["mx","my","ms","me","mt","mr","mb","ml"],mx:["mr","ml"],my:["mt","mb"],size:["w","h"],"font-size":["leading"],"fvn-normal":["fvn-ordinal","fvn-slashed-zero","fvn-figure","fvn-spacing","fvn-fraction"],"fvn-ordinal":["fvn-normal"],"fvn-slashed-zero":["fvn-normal"],"fvn-figure":["fvn-normal"],"fvn-spacing":["fvn-normal"],"fvn-fraction":["fvn-normal"],"line-clamp":["display","overflow"],rounded:["rounded-s","rounded-e","rounded-t","rounded-r","rounded-b","rounded-l","rounded-ss","rounded-se","rounded-ee","rounded-es","rounded-tl","rounded-tr","rounded-br","rounded-bl"],"rounded-s":["rounded-ss","rounded-es"],"rounded-e":["rounded-se","rounded-ee"],"rounded-t":["rounded-tl","rounded-tr"],"rounded-r":["rounded-tr","rounded-br"],"rounded-b":["rounded-br","rounded-bl"],"rounded-l":["rounded-tl","rounded-bl"],"border-spacing":["border-spacing-x","border-spacing-y"],"border-w":["border-w-s","border-w-e","border-w-t","border-w-r","border-w-b","border-w-l"],"border-w-x":["border-w-r","border-w-l"],"border-w-y":["border-w-t","border-w-b"],"border-color":["border-color-t","border-color-r","border-color-b","border-color-l"],"border-color-x":["border-color-r","border-color-l"],"border-color-y":["border-color-t","border-color-b"],"scroll-m":["scroll-mx","scroll-my","scroll-ms","scroll-me","scroll-mt","scroll-mr","scroll-mb","scroll-ml"],"scroll-mx":["scroll-mr","scroll-ml"],"scroll-my":["scroll-mt","scroll-mb"],"scroll-p":["scroll-px","scroll-py","scroll-ps","scroll-pe","scroll-pt","scroll-pr","scroll-pb","scroll-pl"],"scroll-px":["scroll-pr","scroll-pl"],"scroll-py":["scroll-pt","scroll-pb"],touch:["touch-x","touch-y","touch-pz"],"touch-x":["touch"],"touch-y":["touch"],"touch-pz":["touch"]},conflictingClassGroupModifiers:{"font-size":["leading"]}}}),D={headline:"mb-8 md:mb-12 text-4xl md:text-5xl font-bold leading-tight text-center",subheadline:"mb-2",bodyCopy:"",description:"",start:"",center:"",end:"",container:"max-w-[1440px] mx-auto"},$=(n,e)=>{const o={};for(const r in n)o[r]=L(n[r]??"",e[r]??"");for(const r in e)o[r]=L(o[r]??"",e[r]??"");return o},nt={List:$(D,{container:"flex flex-col"}),Tile:$(D,{container:"flex flex-wrap gap-4 items-stretch relative",root:"mb-0 relative transition-all duration-200 has-[.active]:mb-[550px]"})},we=$(D,{headline:"text-lg md:text-lg mb-0 *:text-left",image:"w-14 mr-4"}),ot=$(we,{root:"border-b first:border-t border-black",headline:"text-xl md:text-xl py-6 pr-2 *:text-left font-bold md:mb-0",bodyCopy:"pb-6"}),rt=$(we,{root:" w-full md:w-[23%]",headline:"transition-height mb-0 h-[90%] duration-200 py-16 md:text-3xl text-3xl text-center relative rounded-2xl h-[90%] group-[.active]:rounded-t-2lg group-[.active]:rounded-b-none group-[.active]:h-full flex items-center justify-center",button:"h-full w-fit text-center *:text-center justify-center md:*:[word-spacing:100px]",icon:"absolute top-4 right-6",bodyCopy:"group-[.first]:rounded-tl-none group-[.last]:rounded-tr-none transition-opacity duration-200 opacity-0 left-0 absolute w-full p-12 rounded-2xl group-[.active]:opacity-100"}),it={headline:D.headline,root:"flex flex-col",bodyCopy:"flex flex-col overflow-auto",container:"flex",previousbutton:"flex justify-center items-center self-center overflow-hidden w-8 h-8 mx-2 rounded-full border-0 hover:bg-surface-50 dark:hover:bg-surface-800 focus-visible:outline-none focus-visible:ring-1 focus-visible:ring-primary-500 dark:focus-visible:ring-primary-400 transition duration-200 ease-in-out",nextbutton:"flex justify-center items-center self-center overflow-hidden w-8 h-8 mx-2 rounded-full border-0 hover:bg-surface-50 dark:hover:bg-surface-800 focus-visible:outline-none focus-visible:ring-1 focus-visible:ring-primary-500 dark:focus-visible:ring-primary-400 transition duration-200 ease-in-out",itemscontent:"overflow-hidden w-full",itemscontainer:"flex",item:"flex shrink-0 grow w-full sm:w-[50%] md:w-[33.333333333333336%]",indicators:"flex justify-center flex-wrap",indicator:"group mr-2 mb-2",indicatorbutton:"w-3 h-3 rounded-full transition duration-200 focus:outline-none focus:outline-offset-0 focus:ring-1 focus:ring-primary-500 dark:focus:ring-primary-400 border border-secondary dark:bg-surface-700 dark:hover:bg-surface-600 group-[.p-highlight]:bg-secondary group-[.p-highlight]:border-none"},lo=$(D,{}),lt=$(D,{root:"px-8 md:px-0",bodyCopy:"max-w-[1440px]"}),at={Centered:$(D,{root:"px-8 md:px-0 overflow-hidden",inner:"h-full mx-auto max-w-[1440] py-4 px-8 md:py-16 md:px-4",fullWidthContent:"max-w-full w-full"}),Hero:$(D,{root:"w-full",inner:"w-full md:flex md:items-center h-full mb-0",headline:"md:text-left text-[8.75vmin] md:text-6xl text-center",bodyCopy:"w-full"})},st=$({...D,headline:""},{headline:"text-3xl md:text-4xl font-bold leading-tight ",subheadline:"font-bold text-xl",description:"",ctas:"mt-8",cta:""}),ct={link:{logo:"p-2 rounded-full"},logo:{logo:"p-2 rounded-full"},fill:{},outline:{}},ao=$(D,{}),so=$(D,{}),dt=$(D,{}),ut=$(D,{icon:"ps-2 text-xs"}),co=$(D,{}),pt=$(D,{root:"px-8 md:px-0",bodyCopy:"max-w-[1440px] flex justify-evenly gap-4 mx-auto flex-col md:flex-row"}),mt=$(D,{quote:"text-lg font-bold",text:"space-y-4 w-full md:w-1/2",author:"text-lg",details:"text-lg",media:"md:w-1/2 w-full"}),ft=$(D,{root:"px-8 md:px-0",description:"md:text-center mb-8 md:mb-12"}),te={root:"w-full relative flex-auto rounded overflow-visible mx-auto shadow-none flex-none !m-0",headline:"mb-4 text-4xl md:text-3xl font-bold",cta:"text-xl *:font-bold mx-auto font-bold",ctas:"flex gap-2",container:"h-full",description:"leading-normal text-lg",body:"h-full flex flex-col justify-between",footer:"font-bold mt-4 space-y-2",footerContent:"font-bold text-center"},gt=$(te,{root:"rounded-2xl py-8 px-6",ctas:"text-center",media:"mb-6",numericLabel:"w-[10vmin] h-[8vmin] md:h-[40px] md:w-[50px] p-2 rounded-[50%] rounded-lg text-[6vmin] md:text-3xl flex items-center justify-center leading-none font-bold absolute left-[-4%] md:left-[-4%] top-8 md:top-8"}),ht=$(te,{root:"!w-full !mx-auto",inner:"justify-center",numericLabel:"rounded-full flex items-center justify-center font-bold absolute z-20 w-auto w-[5vmin] h-[5vmin] md:h-[70px] md:w-[70px] text-[4vmin] md:text-5xl rounded-full font-bold top-[4vmin] md:top-16",media:"flex-[1_0_26%] md:flex-[1_0_20%]",headline:"font-bold text-left max-w-[400px]",subheadline:"text-[4.5vmin] md:text-3xl font-bold max-w-[400px] text-left",description:"text-md md:text-lg max-w-[400px]"}),yt=$(te,{media:"relative mb-4 md:w-3/4"}),bt=$(te,{root:"rounded-2xl px-6 py-8",ctas:"flex-col gap-4"}),Ct=$(te,{root:"p-8 rounded-xl",headline:"text-3xl md:text-3xl mb-2 font-bold",subheadline:"text-base md:text-base",media:"mb-4 mt-6"}),kt={Numeric:{root:"h-[15vmin] w-[15vmin] md:w-[60px] md:h-[60px] p-2 rounded-full text-[10vmin] md:text-4xl flex items-center justify-center leading-none font-bold absolute top-0"},Text:{root:"w-[120px] p-2 rounded-[50%] rounded-lg text-2xl flex items-center justify-center leading-none font-bold absolute top-8"}},uo=$(D,{}),Se={lily:{headline:"wisteria",subheadline:"iris",copy:"soil",copyAccent:"iris",bullet:"rosemary",cta:{fill:{bg:"rosemary",copy:"lily"},outline:{copy:"gentian",border:"gentian"},link:{copy:"gentian"},logo:{copy:"gentian"}},uiElement:{bg:"rosemary",copy:"lily",border:"soil"},tile:{bg:"lily",copy:"soil",headline:"iris",label:{Numeric:{bg:"wisteria",copy:"lily"},Text:{bg:"rosemary",copy:"lily"}}},label:{Numeric:{bg:"wisteria",copy:"lily"},Text:{bg:"rosemary",copy:"lily"}},interactive:{copy:"lily",bg:"wisteria"}},iris:{headline:"lily",subheadline:"lily",copy:"lily",copyAccent:"lavender",bullet:"rosemary",cta:{fill:{bg:"rosemary",copy:"lily"},outline:{border:"lily",copy:"lily"},link:{copy:"rosemary"},logo:{copy:"rosemary"}},uiElement:{bg:"rosemary",copy:"lily",border:"lily"},tile:{bg:"lily",copy:"soil",headline:"iris",label:{Numeric:{bg:"wisteria",copy:"lily"},Text:{bg:"rosemary",copy:"lily"}}},label:{Numeric:{bg:"wisteria",copy:"lily"},Text:{bg:"rosemary",copy:"lily"}},interactive:{bg:"wisteria",copy:"lily"}},wisteria:{headline:"lily",subheadline:"lily",copy:"lily",copyAccent:"lily",bullet:"lily",cta:{fill:{bg:"lily",copy:"iris"},outline:{copy:"lily",border:"lily"},link:{copy:"lily"},logo:{copy:"lily"}},uiElement:{bg:"iris",copy:"lily",border:"lily"},tile:{bg:"iris",copy:"lily",headline:"lily",label:{Numeric:{bg:"iris",copy:"lily"},Text:{bg:"iris",copy:"lily"}}},label:{Numeric:{bg:"lily",copy:"iris"},Text:{bg:"iris",copy:"lily"}},interactive:{bg:"iris",copy:"lily"}},pebble:{headline:"wisteria",subheadline:"iris",copy:"soil",copyAccent:"iris",bullet:"iris",cta:{fill:{bg:"wisteria",copy:"lily"},outline:{copy:"gentian",border:"gentian"},link:{copy:"gentian"},logo:{copy:"gentian"}},uiElement:{bg:"iris",copy:"lily",border:"iris"},tile:{bg:"wisteria",headline:"lily",copy:"lily",label:{Numeric:{bg:"wisteria",copy:"lily"},Text:{bg:"iris",copy:"lily"}}},label:{Numeric:{bg:"wisteria",copy:"lily"},Text:{bg:"iris",copy:"lily"}},interactive:{bg:"wisteria",copy:"white"}},lavender:{headline:"iris",subheadline:"iris",copy:"soil",copyAccent:"iris",bullet:"iris",cta:{fill:{bg:"iris",copy:"lily"},outline:{copy:"iris",border:"iris"},link:{copy:"iris"},logo:{copy:"iris"}},uiElement:{bg:"iris",copy:"white",border:"soil"},tile:{bg:"lily",copy:"soil",headline:"iris",label:{Numeric:{bg:"wisteria",copy:"lily"},Text:{bg:"iris",copy:"lily"}}},label:{Numeric:{bg:"iris",copy:"lily"},Text:{bg:"iris",copy:"lily"}}},rosemary:{headline:"lily",subheadline:"lily",copy:"soil",copyAccent:"iris",bullet:"iris",cta:{fill:{bg:"iris",copy:"lily"},outline:{copy:"iris",border:"iris"},link:{copy:"iris"},logo:{copy:"iris"}},uiElement:{bg:"iris",copy:"lily",border:"lily"},tile:{bg:"lily",copy:"soil",headline:"iris",label:{Numeric:{bg:"wisteria",copy:"lily"},Text:{bg:"iris",copy:"lily"}}},label:{Numeric:{bg:"iris",copy:"lily"},Text:{bg:"iris",copy:"lily"}}}},F=n=>{const{backgroundColor:e,isProvider:o=!1}=n,r=t.inject("backgroundColor"),l=e??r??"lily";!r&&o&&t.provide("backgroundColor",l);const a=Se[l]??Se.lily;return{backgroundColor:l,palette:a}},po=["innerHTML"],$t=t.defineComponent({__name:"Accordion",props:{__typename:{},modules:{},headline:{},isChild:{type:Boolean},iconDefault:{default:"pi-chevron-down"},iconActive:{default:"pi-chevron-up"},type:{},backgroundColor:{},pt:{},imageIcon:{},isProvider:{type:Boolean,default:!0},class:{}},setup(n){const e=n,o=t.computed(()=>e.type==="List"?"pi-chevron-down":"pi-plus-circle"),r=t.computed(()=>e.type==="List"?"pi-chevron-up":"pi-times-circle"),l=t.computed(()=>$(nt[e.type],e.pt??{})),{backgroundColor:a,palette:c}=F(e),s=t.ref(null),i=d=>{s.value=s.value===d?null:d};return(d,u)=>{var p;return t.openBlock(),t.createBlock(t.resolveDynamicComponent(d.isChild?"div":"section"),{class:t.normalizeClass(`accordion-module ${((p=l.value)==null?void 0:p.root)??""} bg-${t.unref(a)} ${e.class??""}`)},{default:t.withCtx(()=>{var m,f;return[d.headline?(t.openBlock(),t.createElementBlock("h3",{key:0,innerHTML:d.headline,class:t.normalizeClass(`accordion-module-headline ${((m=l.value)==null?void 0:m.headline)??""} text-${t.unref(c).headline}`)},null,10,po)):t.createCommentVNode("",!0),d.modules?(t.openBlock(),t.createElementBlock("div",{key:1,class:t.normalizeClass(`accordion-module-container flex ${((f=l.value)==null?void 0:f.container)??""}`)},[(t.openBlock(!0),t.createElementBlock(t.Fragment,null,t.renderList(d.modules,(h,y)=>(t.openBlock(),t.createBlock(t.resolveDynamicComponent(`Accordion${d.type}Item`),t.mergeProps({key:`${h.headline}-${y}`,ref_for:!0},h,{"item-number":y,"is-first":y===0,"is-last":y===d.modules.length-1,"icon-default":o.value,"icon-active":r.value,"total-items":d.modules.length,"open-accordion-index":s.value,onToggleAccordion:g=>i(y)}),null,16,["item-number","is-first","is-last","icon-default","icon-active","total-items","open-accordion-index","onToggleAccordion"]))),128))],2)):t.createCommentVNode("",!0)]}),_:1},8,["class"])}}}),mo=["id"],fo=["aria-controls"],go=["id","aria-labelledby"],ho=["id"],yo=["aria-expanded","aria-controls"],bo=["id","aria-labelledby"],vt=t.defineComponent({__name:"AccordionItem",props:{__typename:{},itemNumber:{},headline:{},bodyCopy:{},pt:{},isFirst:{type:Boolean},isLast:{type:Boolean},iconActive:{},iconDefault:{},totalItems:{default:4},isListType:{type:Boolean},openAccordionIndex:{},toggleAccordion:{},image:{},class:{}},emits:["toggleAccordion"],setup(n,{emit:e}){const o=n,r=t.computed(()=>$(we,o.pt??{})),l=t.ref(!1),a=e,c=s=>{a("toggleAccordion",s)};return(s,i)=>{var d,u,p,m,f,h,y,g;return s.isListType?(t.openBlock(),t.createElementBlock("div",{key:0,class:t.normalizeClass({[`accordion-item-${s.itemNumber}`]:!0,active:l.value,first:s.isFirst,last:s.isLast,"accordion-item":!0,group:!0,[`${o.class??""}`]:!0})},[t.createElementVNode("h3",{id:`accordion-collapse-headline-${s.itemNumber}`,class:t.normalizeClass(`flex accordion-item-headline ${((d=r.value)==null?void 0:d.headline)??""}`)},[t.createElementVNode("button",{type:"button",class:t.normalizeClass(`flex items-center w-full ${((u=r.value)==null?void 0:u.button)??""} justify-between`),"data-accordion-target":"#accordion-collapse-body-1","aria-expanded":!0,"aria-controls":`accordion-collapse-body-${s.itemNumber}`,onClick:i[0]||(i[0]=t.withModifiers(b=>l.value=!l.value,["prevent"]))},[t.createElementVNode("span",null,t.toDisplayString(s.headline),1),t.createElementVNode("div",{class:t.normalizeClass(`${((p=r.value)==null?void 0:p.icon)??""}`)},[t.withDirectives(t.createElementVNode("i",{class:t.normalizeClass(`pi ${s.iconDefault}`)},null,2),[[t.vShow,!l.value]]),t.withDirectives(t.createElementVNode("i",{class:t.normalizeClass(`pi ${s.iconActive}`)},null,2),[[t.vShow,l.value]])],2)],10,fo)],10,mo),t.createElementVNode("div",{id:`accordion-collapse-body-${s.itemNumber}`,class:t.normalizeClass(`accordion-item-body ${l.value?"show":"hidden"} ${((m=r.value)==null?void 0:m.bodyCopy)??""}`),"aria-labelledby":`accordion-collapse-heading-${s.itemNumber}`},t.toDisplayString(s.bodyCopy),11,go)],2)):(t.openBlock(),t.createElementBlock("div",{key:1,class:t.normalizeClass([{[`accordion-item-${s.itemNumber}`]:!0,active:s.openAccordionIndex===s.itemNumber,first:s.isFirst,last:s.isLast,[`accordion-item-width-${Math.floor(100/o.totalItems)}`]:!0},"accordion-item group"])},[t.createElementVNode("h3",{id:`accordion-collapse-headline-${s.itemNumber}`,class:t.normalizeClass(`flex accordion-item-headline ${((f=r.value)==null?void 0:f.headline)??""}`)},[t.createElementVNode("button",{type:"button",class:t.normalizeClass(`flex items-center w-full ${((h=r.value)==null?void 0:h.button)??""} ${o.isListType?"justify-between":"justify-center"}`),"data-accordion-target":"#accordion-collapse-body-1","aria-expanded":s.openAccordionIndex===s.itemNumber,"aria-controls":`accordion-collapse-body-${s.itemNumber}`,onClick:i[1]||(i[1]=t.withModifiers(b=>c(s.itemNumber),["prevent"]))},[t.createElementVNode("span",null,t.toDisplayString(s.headline),1),t.createElementVNode("div",{class:t.normalizeClass(`${((y=r.value)==null?void 0:y.icon)??""}`)},[t.withDirectives(t.createElementVNode("i",{class:t.normalizeClass(`pi ${s.iconDefault}`)},null,2),[[t.vShow,s.openAccordionIndex!==s.itemNumber]]),t.withDirectives(t.createElementVNode("i",{class:t.normalizeClass(`pi ${s.iconActive}`)},null,2),[[t.vShow,s.openAccordionIndex===s.itemNumber]])],2)],10,yo)],10,ho),t.createElementVNode("div",{id:`accordion-collapse-body-${s.itemNumber}`,class:t.normalizeClass(`accordion-item-body ${s.openAccordionIndex!==s.itemNumber?"hidden":"active"} ${((g=r.value)==null?void 0:g.bodyCopy)??""}`),"aria-labelledby":`accordion-collapse-heading-${s.itemNumber}`},t.toDisplayString(s.bodyCopy),11,bo)],2))}}}),Co=["src","alt"],H=t.defineComponent({__name:"Image",props:{__typename:{},entryTitle:{},media:{},altTag:{},isFullWidth:{type:Boolean,default:!1},class:{}},setup(n){const e=n,o=t.computed(()=>e.isFullWidth?"100%":e.media.width?typeof e.media.width=="number"?`${e.media.width}px`:e.media.width:null),r=t.computed(()=>e.media.height?typeof e.media.height=="number"?`${e.media.height}px`:e.media.height:null);return(l,a)=>(t.openBlock(),t.createElementBlock("img",{class:t.normalizeClass(e.class),src:l.media.url,alt:l.altTag,style:t.normalizeStyle({width:o.value,height:r.value})},null,14,Co))}}),ko=["id"],$o=["aria-controls"],vo={class:t.normalizeClass("pi pi-chevron-down")},wo={class:t.normalizeClass("pi pi-chevron-up")},So=["id","aria-labelledby","innerHTML"],wt=t.defineComponent({__name:"AccordionListItem",props:{__typename:{},itemNumber:{},headline:{},bodyCopy:{},pt:{},isFirst:{type:Boolean},isLast:{type:Boolean},iconActive:{},iconDefault:{},totalItems:{},isListType:{type:Boolean},openAccordionIndex:{},toggleAccordion:{type:Function},image:{},class:{}},setup(n){const e=n,o=t.computed(()=>$(ot,e.pt??{})),{palette:r}=F(e),l=t.ref(!1);return(a,c)=>{var s,i,d,u,p,m;return t.openBlock(),t.createElementBlock("div",{class:t.normalizeClass({[`${((s=o.value)==null?void 0:s.root)??""}`]:!0,[`border-b first:border-t border-${t.unref(r).copy}`]:!0,[`accordion-item-${a.itemNumber}`]:!0,active:l.value,first:a.isFirst,last:a.isLast,"accordion-item":!0,group:!0,[`${e.class??""}`]:!0})},[t.createElementVNode("div",{id:`accordion-collapse-headline-${a.itemNumber}`,class:t.normalizeClass(`flex accordion-item-headline ${((i=o.value)==null?void 0:i.headline)??""}`)},[a.image?(t.openBlock(),t.createBlock(H,t.mergeProps({key:0},a.image,{class:`${((d=o.value)==null?void 0:d.image)??""}`}),null,16,["class"])):t.createCommentVNode("",!0),t.createElementVNode("button",{type:"button",class:t.normalizeClass(`flex items-center justify-between w-full text-${t.unref(r).subheadline} ${((u=o.value)==null?void 0:u.button)??""}`),"data-accordion-target":"#accordion-collapse-body-1","aria-expanded":"true","aria-controls":`accordion-collapse-body-${a.itemNumber}`,onClick:c[0]||(c[0]=t.withModifiers(f=>l.value=!l.value,["prevent"]))},[t.createElementVNode("span",null,t.toDisplayString(a.headline),1),t.createElementVNode("div",{class:t.normalizeClass((p=o.value)==null?void 0:p.icon)},[t.withDirectives(t.createElementVNode("i",vo,null,512),[[t.vShow,!l.value]]),t.withDirectives(t.createElementVNode("i",wo,null,512),[[t.vShow,l.value]])],2)],10,$o)],10,ko),t.createElementVNode("div",{id:`accordion-collapse-body-${a.itemNumber}`,class:t.normalizeClass(`accordion-item-body text-${t.unref(r).copy} ${l.value?"active":"hidden"} ${((m=o.value)==null?void 0:m.bodyCopy)??""}`),"aria-labelledby":`accordion-collapse-heading-${a.itemNumber}`,innerHTML:a.bodyCopy},null,10,So)],2)}}}),Bo=["id"],To=["aria-controls"],Po={class:t.normalizeClass("pi pi-plus-circle")},Eo={class:t.normalizeClass("pi pi-times-circle")},xo=["id","aria-labelledby","innerHTML"],St=t.defineComponent({__name:"AccordionTileItem",props:{__typename:{},itemNumber:{},headline:{},bodyCopy:{},pt:{},isFirst:{type:Boolean},isLast:{type:Boolean},iconActive:{},iconDefault:{},totalItems:{},isListType:{type:Boolean},openAccordionIndex:{},toggleAccordion:{type:Function},image:{},class:{}},emits:["toggleAccordion"],setup(n,{emit:e}){const o=n,r=t.computed(()=>$(rt,o.pt??{})),{palette:l}=F(o),a=t.computed(()=>o.openAccordionIndex===o.itemNumber),c=e,s=i=>{c("toggleAccordion",i)};return(i,d)=>{var u,p,m,f,h,y,g,b,C,S;return t.openBlock(),t.createElementBlock("div",{class:t.normalizeClass({[`accordion-item-${i.itemNumber}`]:!0,[((u=r.value)==null?void 0:u.root)??""]:!0,active:a.value,first:i.isFirst,last:i.isLast,"accordion-item":!0,group:!0,[`${o.class??""}`]:!0})},[t.createElementVNode("div",{id:`accordion-collapse-headline-${i.itemNumber}`,class:t.normalizeClass(`flex accordion-item-headline text-2xl p-8 !mb-0 md:p-16 ${((p=r.value)==null?void 0:p.headline)??""} bg-${(m=t.unref(l).interactive)==null?void 0:m.bg}`)},[i.image?(t.openBlock(),t.createBlock(H,t.mergeProps({key:0},i.image,{class:`${((f=r.value)==null?void 0:f.image)??""}`}),null,16,["class"])):t.createCommentVNode("",!0),t.createElementVNode("button",{type:"button",class:t.normalizeClass(`flex items-center w-full ${((h=r.value)==null?void 0:h.button)??""} text-${(y=t.unref(l).interactive)==null?void 0:y.copy}`),"data-accordion-target":"#accordion-collapse-body-1","aria-expanded":"true","aria-controls":`accordion-collapse-body-${i.itemNumber}`,onClick:d[0]||(d[0]=t.withModifiers(P=>s(i.itemNumber),["prevent"]))},[t.createElementVNode("span",null,t.toDisplayString(i.headline),1),t.createElementVNode("div",{class:t.normalizeClass((g=r.value)==null?void 0:g.icon)},[t.withDirectives(t.createElementVNode("i",Po,null,512),[[t.vShow,i.openAccordionIndex!==i.itemNumber]]),t.withDirectives(t.createElementVNode("i",Eo,null,512),[[t.vShow,i.openAccordionIndex===i.itemNumber]])],2)],10,To)],10,Bo),t.createElementVNode("div",{id:`accordion-collapse-body-${i.itemNumber}`,class:t.normalizeClass(`accordion-item-body ${a.value?"active":"hidden"} z-30 ${((b=r.value)==null?void 0:b.bodyCopy)??""} bg-${(C=t.unref(l).interactive)==null?void 0:C.bg} text-${(S=t.unref(l).interactive)==null?void 0:S.copy}`),"aria-labelledby":`accordion-collapse-heading-${i.itemNumber}`,innerHTML:i.bodyCopy},null,10,xo)],2)}}});function Oe(n,e){var o=typeof Symbol<"u"&&n[Symbol.iterator]||n["@@iterator"];if(!o){if(Array.isArray(n)||(o=je(n))||e){o&&(n=o);var r=0,l=function(){};return{s:l,n:function(){return r>=n.length?{done:!0}:{done:!1,value:n[r++]}},e:function(d){throw d},f:l}}throw new TypeError(`Invalid attempt to iterate non-iterable instance.
|
|
2
2
|
In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`)}var a=!0,c=!1,s;return{s:function(){o=o.call(n)},n:function(){var d=o.next();return a=d.done,d},e:function(d){c=!0,s=d},f:function(){try{!a&&o.return!=null&&o.return()}finally{if(c)throw s}}}}function Io(n){return Vo(n)||_o(n)||je(n)||Ao()}function Ao(){throw new TypeError(`Invalid attempt to spread non-iterable instance.
|
|
3
3
|
In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`)}function _o(n){if(typeof Symbol<"u"&&n[Symbol.iterator]!=null||n["@@iterator"]!=null)return Array.from(n)}function Vo(n){if(Array.isArray(n))return Me(n)}function ae(n){"@babel/helpers - typeof";return ae=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},ae(n)}function ze(n,e){return Oo(n)||Lo(n,e)||je(n,e)||No()}function No(){throw new TypeError(`Invalid attempt to destructure non-iterable instance.
|
|
4
4
|
In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`)}function je(n,e){if(n){if(typeof n=="string")return Me(n,e);var o=Object.prototype.toString.call(n).slice(8,-1);if(o==="Object"&&n.constructor&&(o=n.constructor.name),o==="Map"||o==="Set")return Array.from(n);if(o==="Arguments"||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(o))return Me(n,e)}}function Me(n,e){(e==null||e>n.length)&&(e=n.length);for(var o=0,r=new Array(e);o<e;o++)r[o]=n[o];return r}function Lo(n,e){var o=n==null?null:typeof Symbol<"u"&&n[Symbol.iterator]||n["@@iterator"];if(o!=null){var r,l,a,c,s=[],i=!0,d=!1;try{if(a=(o=o.call(n)).next,e!==0)for(;!(i=(r=a.call(o)).done)&&(s.push(r.value),s.length!==e);i=!0);}catch(u){d=!0,l=u}finally{try{if(!i&&o.return!=null&&(c=o.return(),Object(c)!==c))return}finally{if(d)throw l}}return s}}function Oo(n){if(Array.isArray(n))return n}var I={innerWidth:function(e){if(e){var o=e.offsetWidth,r=getComputedStyle(e);return o+=parseFloat(r.paddingLeft)+parseFloat(r.paddingRight),o}return 0},width:function(e){if(e){var o=e.offsetWidth,r=getComputedStyle(e);return o-=parseFloat(r.paddingLeft)+parseFloat(r.paddingRight),o}return 0},getWindowScrollTop:function(){var e=document.documentElement;return(window.pageYOffset||e.scrollTop)-(e.clientTop||0)},getWindowScrollLeft:function(){var e=document.documentElement;return(window.pageXOffset||e.scrollLeft)-(e.clientLeft||0)},getOuterWidth:function(e,o){if(e){var r=e.offsetWidth;if(o){var l=getComputedStyle(e);r+=parseFloat(l.marginLeft)+parseFloat(l.marginRight)}return r}return 0},getOuterHeight:function(e,o){if(e){var r=e.offsetHeight;if(o){var l=getComputedStyle(e);r+=parseFloat(l.marginTop)+parseFloat(l.marginBottom)}return r}return 0},getClientHeight:function(e,o){if(e){var r=e.clientHeight;if(o){var l=getComputedStyle(e);r+=parseFloat(l.marginTop)+parseFloat(l.marginBottom)}return r}return 0},getViewport:function(){var e=window,o=document,r=o.documentElement,l=o.getElementsByTagName("body")[0],a=e.innerWidth||r.clientWidth||l.clientWidth,c=e.innerHeight||r.clientHeight||l.clientHeight;return{width:a,height:c}},getOffset:function(e){if(e){var o=e.getBoundingClientRect();return{top:o.top+(window.pageYOffset||document.documentElement.scrollTop||document.body.scrollTop||0),left:o.left+(window.pageXOffset||document.documentElement.scrollLeft||document.body.scrollLeft||0)}}return{top:"auto",left:"auto"}},index:function(e){if(e)for(var o,r=(o=this.getParentNode(e))===null||o===void 0?void 0:o.childNodes,l=0,a=0;a<r.length;a++){if(r[a]===e)return l;r[a].nodeType===1&&l++}return-1},addMultipleClasses:function(e,o){var r=this;e&&o&&[o].flat().filter(Boolean).forEach(function(l){return l.split(" ").forEach(function(a){return r.addClass(e,a)})})},removeMultipleClasses:function(e,o){var r=this;e&&o&&[o].flat().filter(Boolean).forEach(function(l){return l.split(" ").forEach(function(a){return r.removeClass(e,a)})})},addClass:function(e,o){e&&o&&!this.hasClass(e,o)&&(e.classList?e.classList.add(o):e.className+=" "+o)},removeClass:function(e,o){e&&o&&(e.classList?e.classList.remove(o):e.className=e.className.replace(new RegExp("(^|\\b)"+o.split(" ").join("|")+"(\\b|$)","gi")," "))},hasClass:function(e,o){return e?e.classList?e.classList.contains(o):new RegExp("(^| )"+o+"( |$)","gi").test(e.className):!1},addStyles:function(e){var o=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{};e&&Object.entries(o).forEach(function(r){var l=ze(r,2),a=l[0],c=l[1];return e.style[a]=c})},find:function(e,o){return this.isElement(e)?e.querySelectorAll(o):[]},findSingle:function(e,o){return this.isElement(e)?e.querySelector(o):null},createElement:function(e){var o=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{};if(e){var r=document.createElement(e);this.setAttributes(r,o);for(var l=arguments.length,a=new Array(l>2?l-2:0),c=2;c<l;c++)a[c-2]=arguments[c];return r.append.apply(r,a),r}},setAttribute:function(e){var o=arguments.length>1&&arguments[1]!==void 0?arguments[1]:"",r=arguments.length>2?arguments[2]:void 0;this.isElement(e)&&r!==null&&r!==void 0&&e.setAttribute(o,r)},setAttributes:function(e){var o=this,r=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{};if(this.isElement(e)){var l=function a(c,s){var i,d,u=e!=null&&(i=e.$attrs)!==null&&i!==void 0&&i[c]?[e==null||(d=e.$attrs)===null||d===void 0?void 0:d[c]]:[];return[s].flat().reduce(function(p,m){if(m!=null){var f=ae(m);if(f==="string"||f==="number")p.push(m);else if(f==="object"){var h=Array.isArray(m)?a(c,m):Object.entries(m).map(function(y){var g=ze(y,2),b=g[0],C=g[1];return c==="style"&&(C||C===0)?"".concat(b.replace(/([a-z])([A-Z])/g,"$1-$2").toLowerCase(),":").concat(C):C?b:void 0});p=h.length?p.concat(h.filter(function(y){return!!y})):p}}return p},u)};Object.entries(r).forEach(function(a){var c=ze(a,2),s=c[0],i=c[1];if(i!=null){var d=s.match(/^on(.+)/);d?e.addEventListener(d[1].toLowerCase(),i):s==="p-bind"?o.setAttributes(e,i):(i=s==="class"?Io(new Set(l("class",i))).join(" ").trim():s==="style"?l("style",i).join(";").trim():i,(e.$attrs=e.$attrs||{})&&(e.$attrs[s]=i),e.setAttribute(s,i))}})}},getAttribute:function(e,o){if(this.isElement(e)){var r=e.getAttribute(o);return isNaN(r)?r==="true"||r==="false"?r==="true":r:+r}},isAttributeEquals:function(e,o,r){return this.isElement(e)?this.getAttribute(e,o)===r:!1},isAttributeNotEquals:function(e,o,r){return!this.isAttributeEquals(e,o,r)},getHeight:function(e){if(e){var o=e.offsetHeight,r=getComputedStyle(e);return o-=parseFloat(r.paddingTop)+parseFloat(r.paddingBottom)+parseFloat(r.borderTopWidth)+parseFloat(r.borderBottomWidth),o}return 0},getWidth:function(e){if(e){var o=e.offsetWidth,r=getComputedStyle(e);return o-=parseFloat(r.paddingLeft)+parseFloat(r.paddingRight)+parseFloat(r.borderLeftWidth)+parseFloat(r.borderRightWidth),o}return 0},absolutePosition:function(e,o){var r=arguments.length>2&&arguments[2]!==void 0?arguments[2]:!0;if(e){var l=e.offsetParent?{width:e.offsetWidth,height:e.offsetHeight}:this.getHiddenElementDimensions(e),a=l.height,c=l.width,s=o.offsetHeight,i=o.offsetWidth,d=o.getBoundingClientRect(),u=this.getWindowScrollTop(),p=this.getWindowScrollLeft(),m=this.getViewport(),f,h,y="top";d.top+s+a>m.height?(f=d.top+u-a,y="bottom",f<0&&(f=u)):f=s+d.top+u,d.left+c>m.width?h=Math.max(0,d.left+p+i-c):h=d.left+p,e.style.top=f+"px",e.style.left=h+"px",e.style.transformOrigin=y,r&&(e.style.marginTop=y==="bottom"?"calc(var(--p-anchor-gutter) * -1)":"calc(var(--p-anchor-gutter))")}},relativePosition:function(e,o){var r=arguments.length>2&&arguments[2]!==void 0?arguments[2]:!0;if(e){var l=e.offsetParent?{width:e.offsetWidth,height:e.offsetHeight}:this.getHiddenElementDimensions(e),a=o.offsetHeight,c=o.getBoundingClientRect(),s=this.getViewport(),i,d,u="top";c.top+a+l.height>s.height?(i=-1*l.height,u="bottom",c.top+i<0&&(i=-1*c.top)):i=a,l.width>s.width?d=c.left*-1:c.left+l.width>s.width?d=(c.left+l.width-s.width)*-1:d=0,e.style.top=i+"px",e.style.left=d+"px",e.style.transformOrigin=u,r&&(e.style.marginTop=u==="bottom"?"calc(var(--p-anchor-gutter) * -1)":"calc(var(--p-anchor-gutter))")}},nestedPosition:function(e,o){if(e){var r=e.parentElement,l=this.getOffset(r),a=this.getViewport(),c=e.offsetParent?e.offsetWidth:this.getHiddenElementOuterWidth(e),s=this.getOuterWidth(r.children[0]),i;parseInt(l.left,10)+s+c>a.width-this.calculateScrollbarWidth()?parseInt(l.left,10)<c?o%2===1?i=parseInt(l.left,10)?"-"+parseInt(l.left,10)+"px":"100%":o%2===0&&(i=a.width-c-this.calculateScrollbarWidth()+"px"):i="-100%":i="100%",e.style.top="0px",e.style.left=i}},getParentNode:function(e){var o=e==null?void 0:e.parentNode;return o&&o instanceof ShadowRoot&&o.host&&(o=o.host),o},getParents:function(e){var o=arguments.length>1&&arguments[1]!==void 0?arguments[1]:[],r=this.getParentNode(e);return r===null?o:this.getParents(r,o.concat([r]))},getScrollableParents:function(e){var o=[];if(e){var r=this.getParents(e),l=/(auto|scroll)/,a=function(g){try{var b=window.getComputedStyle(g,null);return l.test(b.getPropertyValue("overflow"))||l.test(b.getPropertyValue("overflowX"))||l.test(b.getPropertyValue("overflowY"))}catch{return!1}},c=Oe(r),s;try{for(c.s();!(s=c.n()).done;){var i=s.value,d=i.nodeType===1&&i.dataset.scrollselectors;if(d){var u=d.split(","),p=Oe(u),m;try{for(p.s();!(m=p.n()).done;){var f=m.value,h=this.findSingle(i,f);h&&a(h)&&o.push(h)}}catch(y){p.e(y)}finally{p.f()}}i.nodeType!==9&&a(i)&&o.push(i)}}catch(y){c.e(y)}finally{c.f()}}return o},getHiddenElementOuterHeight:function(e){if(e){e.style.visibility="hidden",e.style.display="block";var o=e.offsetHeight;return e.style.display="none",e.style.visibility="visible",o}return 0},getHiddenElementOuterWidth:function(e){if(e){e.style.visibility="hidden",e.style.display="block";var o=e.offsetWidth;return e.style.display="none",e.style.visibility="visible",o}return 0},getHiddenElementDimensions:function(e){if(e){var o={};return e.style.visibility="hidden",e.style.display="block",o.width=e.offsetWidth,o.height=e.offsetHeight,e.style.display="none",e.style.visibility="visible",o}return 0},fadeIn:function(e,o){if(e){e.style.opacity=0;var r=+new Date,l=0,a=function c(){l=+e.style.opacity+(new Date().getTime()-r)/o,e.style.opacity=l,r=+new Date,+l<1&&(window.requestAnimationFrame&&requestAnimationFrame(c)||setTimeout(c,16))};a()}},fadeOut:function(e,o){if(e)var r=1,l=50,a=o,c=l/a,s=setInterval(function(){r-=c,r<=0&&(r=0,clearInterval(s)),e.style.opacity=r},l)},getUserAgent:function(){return navigator.userAgent},appendChild:function(e,o){if(this.isElement(o))o.appendChild(e);else if(o.el&&o.elElement)o.elElement.appendChild(e);else throw new Error("Cannot append "+o+" to "+e)},isElement:function(e){return(typeof HTMLElement>"u"?"undefined":ae(HTMLElement))==="object"?e instanceof HTMLElement:e&&ae(e)==="object"&&e!==null&&e.nodeType===1&&typeof e.nodeName=="string"},scrollInView:function(e,o){var r=getComputedStyle(e).getPropertyValue("borderTopWidth"),l=r?parseFloat(r):0,a=getComputedStyle(e).getPropertyValue("paddingTop"),c=a?parseFloat(a):0,s=e.getBoundingClientRect(),i=o.getBoundingClientRect(),d=i.top+document.body.scrollTop-(s.top+document.body.scrollTop)-l-c,u=e.scrollTop,p=e.clientHeight,m=this.getOuterHeight(o);d<0?e.scrollTop=u+d:d+m>p&&(e.scrollTop=u+d-p+m)},clearSelection:function(){if(window.getSelection)window.getSelection().empty?window.getSelection().empty():window.getSelection().removeAllRanges&&window.getSelection().rangeCount>0&&window.getSelection().getRangeAt(0).getClientRects().length>0&&window.getSelection().removeAllRanges();else if(document.selection&&document.selection.empty)try{document.selection.empty()}catch{}},getSelection:function(){return window.getSelection?window.getSelection().toString():document.getSelection?document.getSelection().toString():document.selection?document.selection.createRange().text:null},calculateScrollbarWidth:function(){if(this.calculatedScrollbarWidth!=null)return this.calculatedScrollbarWidth;var e=document.createElement("div");this.addStyles(e,{width:"100px",height:"100px",overflow:"scroll",position:"absolute",top:"-9999px"}),document.body.appendChild(e);var o=e.offsetWidth-e.clientWidth;return document.body.removeChild(e),this.calculatedScrollbarWidth=o,o},calculateBodyScrollbarWidth:function(){return window.innerWidth-document.documentElement.offsetWidth},getBrowser:function(){if(!this.browser){var e=this.resolveUserAgent();this.browser={},e.browser&&(this.browser[e.browser]=!0,this.browser.version=e.version),this.browser.chrome?this.browser.webkit=!0:this.browser.webkit&&(this.browser.safari=!0)}return this.browser},resolveUserAgent:function(){var e=navigator.userAgent.toLowerCase(),o=/(chrome)[ ]([\w.]+)/.exec(e)||/(webkit)[ ]([\w.]+)/.exec(e)||/(opera)(?:.*version|)[ ]([\w.]+)/.exec(e)||/(msie) ([\w.]+)/.exec(e)||e.indexOf("compatible")<0&&/(mozilla)(?:.*? rv:([\w.]+)|)/.exec(e)||[];return{browser:o[1]||"",version:o[2]||"0"}},isVisible:function(e){return e&&e.offsetParent!=null},invokeElementMethod:function(e,o,r){e[o].apply(e,r)},isExist:function(e){return!!(e!==null&&typeof e<"u"&&e.nodeName&&this.getParentNode(e))},isClient:function(){return!!(typeof window<"u"&&window.document&&window.document.createElement)},focus:function(e,o){e&&document.activeElement!==e&&e.focus(o)},isFocusableElement:function(e){var o=arguments.length>1&&arguments[1]!==void 0?arguments[1]:"";return this.isElement(e)?e.matches('button:not([tabindex = "-1"]):not([disabled]):not([style*="display:none"]):not([hidden])'.concat(o,`,
|
|
@@ -95,4 +95,4 @@ In order to be iterable, non-array objects must have a [Symbol.iterator]() metho
|
|
|
95
95
|
- previous to:`,l,`
|
|
96
96
|
- props:`,n):ln(`Invalid value for prop "to" in useLink()
|
|
97
97
|
- to:`,u,`
|
|
98
|
-
- props:`,n)),l=u,r=!0),e.resolve(u)}),c=t.computed(()=>{const{matched:u}=a.value,{length:p}=u,m=u[p-1],f=o.matched;if(!m||!f.length)return-1;const h=f.findIndex(an.bind(null,m));if(h>-1)return h;const y=gn(u[p-2]);return p>1&&gn(m)===y&&f[f.length-1].path!==y?f.findIndex(an.bind(null,u[p-2])):h}),s=t.computed(()=>c.value>-1&&ji(o.params,a.value.params)),i=t.computed(()=>c.value>-1&&c.value===o.matched.length-1&&Vi(o.params,a.value.params));function d(u={}){return zi(u)?e[t.unref(n.replace)?"replace":"push"](t.unref(n.to)).catch(_i):Promise.resolve()}if(process.env.NODE_ENV!=="production"&&Ai){const u=t.getCurrentInstance();if(u){const p={route:a.value,isActive:s.value,isExactActive:i.value,error:null};u.__vrl_devtools=u.__vrl_devtools||[],u.__vrl_devtools.push(p),t.watchEffect(()=>{p.route=a.value,p.isActive=s.value,p.isExactActive=i.value,p.error=un(t.unref(n.to))?null:'Invalid "to" value'},{flush:"post"})}}return{route:a,href:t.computed(()=>a.value.href),isActive:s,isExactActive:i,navigate:d}}const Oi=t.defineComponent({name:"RouterLink",compatConfig:{MODE:3},props:{to:{type:[String,Object],required:!0},replace:Boolean,activeClass:String,exactActiveClass:String,custom:Boolean,ariaCurrentValue:{type:String,default:"page"}},useLink:fn,setup(n,{slots:e}){const o=t.reactive(fn(n)),{options:r}=t.inject(mn),l=t.computed(()=>({[hn(n.activeClass,r.linkActiveClass,"router-link-active")]:o.isActive,[hn(n.exactActiveClass,r.linkExactActiveClass,"router-link-exact-active")]:o.isExactActive}));return()=>{const a=e.default&&e.default(o);return n.custom?a:t.h("a",{"aria-current":o.isExactActive?n.ariaCurrentValue:null,href:o.href,onClick:o.navigate,class:l.value},a)}}});function zi(n){if(!(n.metaKey||n.altKey||n.ctrlKey||n.shiftKey)&&!n.defaultPrevented&&!(n.button!==void 0&&n.button!==0)){if(n.currentTarget&&n.currentTarget.getAttribute){const e=n.currentTarget.getAttribute("target");if(/\b_blank\b/i.test(e))return}return n.preventDefault&&n.preventDefault(),!0}}function ji(n,e){for(const o in e){const r=e[o],l=n[o];if(typeof r=="string"){if(r!==l)return!1}else if(!Ee(l)||l.length!==r.length||r.some((a,c)=>a!==l[c]))return!1}return!0}function gn(n){return n?n.aliasOf?n.aliasOf.path:n.path:""}const hn=(n,e,o)=>n??e??o,Mi={class:t.normalizeClass("pi pi-chevron-down")},Di={class:t.normalizeClass("pi pi-chevron-up")},Fi={key:1,class:"mb-2 font-bold"},Hi=["innerHTML"],xe=t.defineComponent({__name:"NavigationElement",props:{elementType:{},title:{},linkRef:{},htmlRef:{},subNavigation:{},isChild:{type:Boolean},pt:{},class:{}},setup(n){const e=n,o=t.useAttrs(),r=t.computed(()=>$(ut,e.pt??{})),l=t.computed(()=>{var i,d,u,p,m,f;return(d=(i=e.linkRef)==null?void 0:i.page)!=null&&d.slug?`${(p=(u=e.linkRef)==null?void 0:u.page)==null?void 0:p.slug}`:(m=e.linkRef)!=null&&m.externalUrl?(f=e.linkRef)==null?void 0:f.externalUrl:""}),a=t.computed(()=>Y[e.elementType??"header"]),c=t.ref(!1),s=t.computed(()=>`relative m-0 ${o.class??""} ${e.isChild?"sub-":""}navigation-element`);return(i,d)=>{const u=t.resolveComponent("NavigationElement",!0);return t.openBlock(),t.createBlock(t.resolveDynamicComponent(i.isChild?"li":"div"),{class:t.normalizeClass(s.value)},{default:t.withCtx(()=>[a.value===t.unref(Y).header||i.isChild&&(l.value||i.subNavigation)?(t.openBlock(),t.createBlock(t.resolveDynamicComponent(l.value||i.isChild?t.unref(Oi):"button"),{key:0,to:l.value,class:t.normalizeClass(["flex items-center hover:underline",{"whitespace-nowrap":a.value===t.unref(Y).header}]),"aria-expanded":"true","aria-haspopup":"true",onClick:d[0]||(d[0]=t.withModifiers(p=>c.value=!c.value,["prevent"]))},{default:t.withCtx(()=>{var p;return[t.createTextVNode(t.toDisplayString(i.title)+" ",1),!i.isChild&&i.subNavigation&&!(l.value||i.isChild)?(t.openBlock(),t.createElementBlock("div",{key:0,class:t.normalizeClass((p=r.value)==null?void 0:p.icon)},[t.withDirectives(t.createElementVNode("i",Mi,null,512),[[t.vShow,!c.value]]),t.withDirectives(t.createElementVNode("i",Di,null,512),[[t.vShow,c.value]])],2)):t.createCommentVNode("",!0)]}),_:1},8,["to","class"])):a.value==t.unref(Y).footer?(t.openBlock(),t.createElementBlock("h2",Fi,t.toDisplayString(i.title),1)):t.createCommentVNode("",!0),!i.isChild&&i.subNavigation?(t.openBlock(),t.createElementBlock("ul",{key:2,class:t.normalizeClass({hidden:!c.value&&a.value==t.unref(Y).header,"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":a.value==t.unref(Y).header}),role:"menu","aria-orientation":"vertical","aria-labelledby":"menu-button",tabindex:"-1"},[(t.openBlock(!0),t.createElementBlock(t.Fragment,null,t.renderList(i.subNavigation,(p,m)=>(t.openBlock(),t.createBlock(u,t.mergeProps({key:p.title,class:["ms-3 sm:ms-0",`sub-navigation-element-item-${m}`],role:"menuitem",tabindex:"-1",ref_for:!0},{...p,elementType:i.elementType,isChild:!0}),null,16,["class"]))),128))],2)):t.createCommentVNode("",!0),i.htmlRef?(t.openBlock(),t.createElementBlock("div",{key:3,innerHTML:i.htmlRef},null,8,Hi)):t.createCommentVNode("",!0)]),_:1},8,["class"])}}}),Ri={class:"container flex flex-col mx-auto"},Wi={class:"flex justify-between flex-col sm:flex-row p-5 gap-4"},Ui={href:"/",class:"footer-navigation-logo text-center"},Ki={key:0,class:"footer-navigation px-2 pt-2 pb-4 sm:flex sm:p-0 sm:space-x-2 md:space-x-4 space-y-5 sm:space-y-0"},Gi={key:1,class:"flex flex-wrap footer-social space-x-2"},qi=["href"],Xi=t.createElementVNode("hr",null,null,-1),Zi=["innerHTML"],yn=t.defineComponent({__name:"FooterNavigation",props:{title:{},logo:{},legalText:{},textColor:{},backgroundColor:{},navigation:{},socialMediaRef:{}},setup(n){const e=n,o=t.computed(()=>({"background-color":e.backgroundColor??"transparent",color:e.textColor??"inherit"}));return(r,l)=>(t.openBlock(),t.createElementBlock("footer",{class:"w-full p-5",style:t.normalizeStyle(o.value)},[t.createElementVNode("div",Ri,[t.createElementVNode("div",Wi,[t.createElementVNode("a",Ui,[r.logo?(t.openBlock(),t.createElementBlock("img",t.mergeProps({key:0,class:"min-h-[95px] min-w-[100px] w-[100px] h-[95px]"},r.logo),null,16)):t.createCommentVNode("",!0),t.createTextVNode(" "+t.toDisplayString(r.title),1)]),r.navigation?(t.openBlock(),t.createElementBlock("div",Ki,[(t.openBlock(!0),t.createElementBlock(t.Fragment,null,t.renderList(r.navigation,(a,c)=>(t.openBlock(),t.createBlock(xe,t.mergeProps({key:`footer-nav-item-${a.title}-${c}`,class:`footer-nav-item-${c}`,role:"menuitem",tabindex:"-1",ref_for:!0},{...a,isChild:!1,elementType:"footer"}),null,16,["class"]))),128))])):t.createCommentVNode("",!0),r.socialMediaRef?(t.openBlock(),t.createElementBlock("div",Gi,[(t.openBlock(!0),t.createElementBlock(t.Fragment,null,t.renderList(r.socialMediaRef,(a,c)=>{var s;return t.openBlock(),t.createElementBlock("a",{key:`footer-social-item-${a.icon.altTag}-${c}`,class:t.normalizeClass(`footer-social-item-${c}`),href:(s=a==null?void 0:a.url)==null?void 0:s.externalUrl},[t.createElementVNode("img",t.mergeProps({ref_for:!0},a.icon),null,16)],10,qi)}),128))])):t.createCommentVNode("",!0)]),Xi,r.legalText?(t.openBlock(),t.createElementBlock("div",{key:0,class:"footer-legal py-5",innerHTML:r.legalText},null,8,Zi)):t.createCommentVNode("",!0)])],4))}}),Yi=["innerHTML"],bn=t.defineComponent({__name:"LogoCollectionModule",props:{__typename:{},headline:{},modules:{},textColor:{},backgroundColor:{},pt:{},isProvider:{type:Boolean,default:!0},class:{}},setup(n){const e=n,o=t.computed(()=>$(dt,e.pt??{})),r=t.computed(()=>({"background-color":e.backgroundColor??"transparent",color:e.textColor??"inherit"})),{backgroundColor:l,palette:a}=F(e);return(c,s)=>{var d,u,p;const i=H;return t.openBlock(),t.createElementBlock("section",{style:t.normalizeStyle(r.value),class:t.normalizeClass(`logo-module ${e.class??""} bg-${t.unref(l)}`)},[t.createElementVNode("div",{class:t.normalizeClass(`container mx-auto ${((d=o.value)==null?void 0:d.container)??""}`)},[c.headline?(t.openBlock(),t.createElementBlock("h2",{key:0,innerHTML:c.headline,class:t.normalizeClass(`logo-module-headline ${((u=o.value)==null?void 0:u.headline)??""} text-${t.unref(a).headline}`)},null,10,Yi)):t.createCommentVNode("",!0),c.modules?(t.openBlock(),t.createElementBlock("div",{key:1,class:t.normalizeClass(`logo-module-content flex flex-wrap justify-evenly gap-2 ${((p=o.value)==null?void 0:p.bodyCopy)??""}`)},[(t.openBlock(!0),t.createElementBlock(t.Fragment,null,t.renderList(c.modules,(m,f)=>(t.openBlock(),t.createBlock(i,t.mergeProps({ref_for:!0},m,{key:`cta-${m.altTag}-${f}`}),null,16))),128))],2)):t.createCommentVNode("",!0)],2)],6)}}}),Ji={class:"container sm:flex sm:justify-between sm:items-center mx-auto"},Qi={class:"flex items-center justify-between py-3 sm:p-0"},el={key:0,href:"/",class:"primary-navigation-logo flex items-center h-12 sm:h-16 ps-5"},tl={class:"sm:hidden"},nl={class:"h-6 w-6 fill-current",viewBox:"0 0 24 24"},ol={key:0,"fill-rule":"evenodd",d:"M18.278 16.864a1 1 0 0 1-1.414 1.414l-4.829-4.828-4.828 4.828a1 1 0 0 1-1.414-1.414l4.828-4.829-4.828-4.828a1 1 0 0 1 1.414-1.414l4.829 4.828 4.828-4.828a1 1 0 1 1 1.414 1.414l-4.828 4.829 4.828 4.828z"},rl={key:1,"fill-rule":"evenodd",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"},Cn=t.defineComponent({__name:"PrimaryNavigation",props:{title:{},logo:{},textColor:{},backgroundColor:{},navigation:{},ctas:{}},setup(n){const e=n,o=t.ref(!0),r=t.computed(()=>({"background-color":e.backgroundColor??"white",color:e.textColor??"inherit"}));return(l,a)=>{const c=W;return t.openBlock(),t.createElementBlock("header",{class:"primary-navigation-header sticky top-0 z-50 p-5 shadow-2xl",style:t.normalizeStyle(r.value)},[t.createElementVNode("div",Ji,[t.createElementVNode("div",Qi,[l.logo?(t.openBlock(),t.createElementBlock("a",el,[t.createVNode(H,t.normalizeProps(t.guardReactiveProps(l.logo)),null,16)])):t.createCommentVNode("",!0),t.createElementVNode("div",tl,[t.createElementVNode("button",{type:"button",class:"block",onClick:a[0]||(a[0]=s=>o.value=!o.value)},[(t.openBlock(),t.createElementBlock("svg",nl,[o.value?(t.openBlock(),t.createElementBlock("path",ol)):t.createCommentVNode("",!0),o.value?t.createCommentVNode("",!0):(t.openBlock(),t.createElementBlock("path",rl))]))])])]),l.navigation?(t.openBlock(),t.createElementBlock("nav",{key:0,class:t.normalizeClass(["primary-navigation items-center px-2 pt-2 pb-4 sm:flex gap-4 sm:justify-evenly sm:p-0",o.value?"block":"hidden"])},[(t.openBlock(!0),t.createElementBlock(t.Fragment,null,t.renderList(l.navigation,(s,i)=>(t.openBlock(),t.createBlock(xe,t.mergeProps({key:`${s.title}-${i}`,role:"menuitem",tabindex:"-1",ref_for:!0},{...s,class:`primary-nav-item-${i} ${s.class}`,isChild:!1,elementType:"header"}),null,16))),128)),(t.openBlock(!0),t.createElementBlock(t.Fragment,null,t.renderList(l.ctas,s=>(t.openBlock(),t.createBlock(c,t.mergeProps({key:s.title,ref_for:!0},s),null,16))),128))],2)):t.createCommentVNode("",!0)])],4)}}}),il=["innerHTML"],kn=t.defineComponent({__name:"SplitModule",props:{__typename:{},entryTitle:{},headline:{},start:{},center:{},end:{},backgroundImage:{},backgroundColor:{},pt:{},isChild:{type:Boolean},isProvider:{type:Boolean,default:!0},class:{}},setup(n){const e=n,o=t.computed(()=>$(pt,e.pt??{})),r=t.computed(()=>({"background-image":`url(${e.backgroundImage??""})`,"background-size":"cover"})),{backgroundColor:l,palette:a}=F(e),c=t.computed(()=>L(`split-module ${e.isChild?"":"py-0 px-8 md:px-8 md:py-16"} bg-${l}`,e.class??""));return(s,i)=>(t.openBlock(),t.createBlock(t.resolveDynamicComponent(s.isChild?"div":"section"),{style:t.normalizeStyle(r.value),class:t.normalizeClass(c.value)},{default:t.withCtx(()=>{var d,u,p,m,f,h,y,g;return[s.headline?(t.openBlock(),t.createElementBlock("h2",{key:0,class:t.normalizeClass(`headline ${((d=o.value)==null?void 0:d.headline)??""} text-${t.unref(a).headline}`),innerHTML:s.headline},null,10,il)):t.createCommentVNode("",!0),t.createElementVNode("div",{class:t.normalizeClass(`split-module-content ${t.unref(L)("flex justify-evenly gap-4 mx-auto items-center",((u=o.value)==null?void 0:u.bodyCopy)??"")}`)},[s.start?(t.openBlock(),t.createBlock(t.resolveDynamicComponent(s.start.__typename),t.mergeProps({key:0},s.start,{class:`split-module-start ${((p=o.value)==null?void 0:p.start)??""} ${["Image","Video"].includes(((m=s.start)==null?void 0:m.__typename)??"")?"":"p-16"}`,"is-child":!0}),null,16,["class"])):t.createCommentVNode("",!0),s.center?(t.openBlock(),t.createBlock(t.resolveDynamicComponent(s.center.__typename),t.mergeProps({key:1},s.center,{class:`split-module-center ${((f=o.value)==null?void 0:f.center)??""} ${["Image","Video"].includes(((h=s.center)==null?void 0:h.__typename)??"")?"":"p-16"}`,"is-child":!0}),null,16,["class"])):t.createCommentVNode("",!0),s.end?(t.openBlock(),t.createBlock(t.resolveDynamicComponent(s.end.__typename),t.mergeProps({key:2},s.end,{class:`split-module-end ${((y=o.value)==null?void 0:y.end)??""} ${["Image","Video"].includes(((g=s.end)==null?void 0:g.__typename)??"")?"":"p-16"}`,"is-child":!0}),null,16,["class"])):t.createCommentVNode("",!0)],2)]}),_:1},8,["style","class"]))}}),ll=["innerHTML"],$n=t.defineComponent({__name:"TestimonialModule",props:{__typename:{},headline:{},quote:{},author:{},details:{},media:{},textColor:{},backgroundColor:{},pt:{},class:{}},setup(n){const e=n,o=t.computed(()=>$(mt,e.pt??{})),{palette:r}=F(e),l=t.computed(()=>({"background-color":e.backgroundColor??"transparent",color:e.textColor??"inherit"}));return(a,c)=>{var s,i,d,u,p,m,f;return t.openBlock(),t.createElementBlock("div",{class:t.normalizeClass(`testimonial ${t.unref(L)("p-5",e.class??"")}`),style:t.normalizeStyle(l.value)},[t.createElementVNode("div",{class:t.normalizeClass(`container mx-auto flex flex-col lg:flex-row gap-8 ${((s=o.value)==null?void 0:s.container)??""}`)},[a.media?(t.openBlock(),t.createElementBlock("div",{key:0,class:t.normalizeClass(`testimonial-media ${((i=o.value)==null?void 0:i.media)??""}`)},[(t.openBlock(),t.createBlock(t.resolveDynamicComponent(a.media.__typename),t.normalizeProps(t.guardReactiveProps(a.media)),null,16))],2)):t.createCommentVNode("",!0),t.createElementVNode("div",{class:t.normalizeClass(`testimonial-text ${((d=o.value)==null?void 0:d.text)??""}`)},[a.headline?(t.openBlock(),t.createElementBlock("h3",{key:0,innerHTML:a.headline,class:t.normalizeClass(`testimonial-headline ${((u=o.value)==null?void 0:u.headline)??""} text-${t.unref(r).headline}`)},null,10,ll)):t.createCommentVNode("",!0),a.quote?(t.openBlock(),t.createElementBlock("p",{key:1,class:t.normalizeClass(`testimonial-quote ${((p=o.value)==null?void 0:p.quote)??""} text-${t.unref(r).copyAccent}`)},' "'+t.toDisplayString(a.quote)+'" ',3)):t.createCommentVNode("",!0),a.author?(t.openBlock(),t.createElementBlock("p",{key:2,class:t.normalizeClass(`testimonial-author ${((m=o.value)==null?void 0:m.author)??""} text-${t.unref(r).copy}`)},t.toDisplayString(a.author),3)):t.createCommentVNode("",!0),a.details?(t.openBlock(),t.createElementBlock("p",{key:3,class:t.normalizeClass(`testimonial-details ${((f=o.value)==null?void 0:f.details)??""} text-${t.unref(r).copy}`)},t.toDisplayString(a.details),3)):t.createCommentVNode("",!0)],2)],2)],6)}}}),al=["innerHTML"],sl={key:3,class:"mx-auto mt-16 w-fit"},vn=t.defineComponent({__name:"TileCollectionModule",props:{__typename:{},headline:{},description:{},modules:{},textColor:{},backgroundColor:{},tileLabelType:{},ctas:{},cols:{default:3},variant:{},pt:{},isProvider:{type:Boolean,default:!0},class:{}},setup(n){const e=n,o=t.computed(()=>$(ft,e.pt??{})),{backgroundColor:r,palette:l}=F(e),a=t.computed(()=>{const c=["w-full md:w-[47%]"];switch(e.modules.length<e.cols?e.modules.length:e.cols){case 4:c.push("lg:w-[23%]");break;case 3:c.push("lg:w-[31%]");break;case 1:c.push("md:w-full");break}return c.join(" ")});return(c,s)=>{var d,u,p,m,f;const i=W;return t.openBlock(),t.createElementBlock("section",{class:t.normalizeClass(`tile-collection ${c.variant} ${t.unref(L)("overflow-hidden py-16",((d=o.value)==null?void 0:d.root)??"",e.class??"")} bg-${t.unref(r)}`)},[t.createElementVNode("div",{class:t.normalizeClass(`container mx-auto ${((u=o.value)==null?void 0:u.container)??""}`)},[c.headline?(t.openBlock(),t.createElementBlock("h2",{key:0,innerHTML:c.headline,class:t.normalizeClass(`tile-collection-headline ${((p=o.value)==null?void 0:p.headline)??""} text-${t.unref(l).headline} ${c.description?"mb-4":""}`)},null,10,al)):t.createCommentVNode("",!0),c.description?(t.openBlock(),t.createElementBlock("h3",{key:1,class:t.normalizeClass(`tile-collection-description ${((m=o.value)==null?void 0:m.description)??""} text-${t.unref(l).copy}`)},t.toDisplayString(c.description),3)):t.createCommentVNode("",!0),c.modules?(t.openBlock(),t.createElementBlock("div",{key:2,class:t.normalizeClass(`tile-collection-content ${t.unref(L)(`flex flex-col ${c.variant!=="ImageStackedAnimatedTile"?"md:flex-row flex-wrap gap-4 md:gap-6":"gap-4"} justify-center`,((f=o.value)==null?void 0:f.bodyCopy)??"")}`)},[(t.openBlock(!0),t.createElementBlock(t.Fragment,null,t.renderList(c.modules,(h,y)=>{var g;return t.openBlock(),t.createBlock(t.resolveDynamicComponent(`TileContent${c.variant}`),t.mergeProps({key:`${h==null?void 0:h.headline}-${y}`,class:`tile-collection-content-item-${y} ${a.value} ${((g=o.value)==null?void 0:g.item)??""} ${h.class}`,ref_for:!0},h,{index:y,"tile-label-type":c.tileLabelType}),null,16,["class","index","tile-label-type"])}),128))],2)):t.createCommentVNode("",!0),c.ctas?(t.openBlock(),t.createElementBlock("div",sl,[(t.openBlock(!0),t.createElementBlock(t.Fragment,null,t.renderList(c.ctas,h=>(t.openBlock(),t.createBlock(i,t.mergeProps({key:`${h.title}-cta`,ref_for:!0},h,{size:"xl"}),null,16))),128))])):t.createCommentVNode("",!0)],2)],2)}}}),ke=t.defineComponent({__name:"TileLabel",props:{__typename:{},copy:{},type:{default:"Text"},backgroundColor:{},textColor:{},alignment:{default:"right"},pt:{},index:{}},setup(n){const e=n,o=t.useAttrs(),r=t.computed(()=>e.type==="Numeric"&&!e.copy?(e.index??0)+1:e.copy),l=t.computed(()=>$(kt[e.type],e.pt??{})),a=t.computed(()=>{var s;let c=e.type==="Numeric"?"right-0":"right-[-4%]";return e.alignment==="left"&&(c=e.type==="Numeric"?"left-0":"left-[-4%]"),`tile-label absolute ${typeof r.value=="number"?"w-[60px]":"w-[120px]"} ${L(`text-${e.textColor}`,`bg-${e.backgroundColor}`,((s=l==null?void 0:l.value)==null?void 0:s.root)??"",c,o.class)}`});return(c,s)=>r.value?(t.openBlock(),t.createElementBlock("div",{key:0,class:t.normalizeClass(a.value),style:t.normalizeStyle({backgroundColor:c.backgroundColor})},t.toDisplayString(r.value),7)):t.createCommentVNode("",!0)}}),Ie=(n,e)=>n.buttonType==="fill"?n.color??Se[e].cta.fill.bg:null,Ae=(n,e)=>n.textColor??Se[e].cta[n.buttonType].copy;var cl={root:"p-card p-component",header:"p-card-header",body:"p-card-body",caption:"p-card-caption",title:"p-card-title",subtitle:"p-card-subtitle",content:"p-card-content",footer:"p-card-footer"},dl=R.extend({name:"card",classes:cl}),ul={name:"BaseCard",extends:me,style:dl},oe={name:"Card",extends:ul,inheritAttrs:!1};function pl(n,e,o,r,l,a){return t.openBlock(),t.createElementBlock("div",t.mergeProps({class:n.cx("root")},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),t.createElementVNode("div",t.mergeProps({class:n.cx("body")},n.ptm("body")),[n.$slots.title||n.$slots.subtitle?(t.openBlock(),t.createElementBlock("div",t.mergeProps({key:0,class:n.cx("caption")},n.ptm("caption")),[n.$slots.title?(t.openBlock(),t.createElementBlock("div",t.mergeProps({key:0,class:n.cx("title")},n.ptm("title")),[t.renderSlot(n.$slots,"title")],16)):t.createCommentVNode("",!0),n.$slots.subtitle?(t.openBlock(),t.createElementBlock("div",t.mergeProps({key:1,class:n.cx("subtitle")},n.ptm("subtitle")),[t.renderSlot(n.$slots,"subtitle")],16)):t.createCommentVNode("",!0)],16)):t.createCommentVNode("",!0),t.createElementVNode("div",t.mergeProps({class:n.cx("content")},n.ptm("content")),[t.renderSlot(n.$slots,"content")],16),n.$slots.footer?(t.openBlock(),t.createElementBlock("div",t.mergeProps({key:1,class:n.cx("footer")},n.ptm("footer")),[t.renderSlot(n.$slots,"footer")],16)):t.createCommentVNode("",!0)],16)],16)}oe.render=pl;const ml=["src","height","width"],fl=["alt","height","width"],gl=["src"],$e=t.defineComponent({__name:"Video",props:{__typename:{},media:{},altTag:{},isEmbedded:{type:Boolean,default:!1},class:{}},setup(n){return(e,o)=>e.isEmbedded?(t.openBlock(),t.createElementBlock("iframe",{key:0,class:t.normalizeClass(e.$props.class),src:e.media.src,height:e.media.height,width:e.media.width},null,10,ml)):(t.openBlock(),t.createElementBlock("video",{key:1,class:t.normalizeClass(e.$props.class),alt:e.altTag,height:e.media.height,width:e.media.width},[t.createElementVNode("source",{src:e.media.src},null,8,gl)],10,fl))}}),hl=t.createElementVNode("div",{class:"tile-content-media-background"},null,-1),yl=["innerHTML"],wn=t.defineComponent({__name:"TileContentIconTile",props:{__typename:{},index:{},image:{},video:{},headline:{},subheadline:{},description:{},ctas:{},textColor:{},backgroundColor:{},tileLabel:{},tileLabelType:{},alignment:{default:"left"},pt:{},listItems:{},footer:{},isProvider:{type:Boolean,default:!0},class:{}},setup(n){const e=n,o=t.computed(()=>$(gt,e.pt??{})),{palette:r}=F(e),l=e.backgroundColor?r:r.tile,a=typeof e.index=="number",c=e.backgroundColor?e.backgroundColor:r.tile.bg,s=t.computed(()=>e.alignment==="center"?"items-center":e.alignment==="right"?"items-end":"items-start");return(i,d)=>{var m,f,h,y,g,b,C,S,P,_,V;const u=ke,p=W;return t.openBlock(),t.createElementBlock("div",{class:t.normalizeClass(`tile-content ${t.unref(L)((m=o.value)==null?void 0:m.root,a?"":"w-full md:w-full lg:w-full")} ${e.class} bg-${t.unref(c)}`)},[i.tileLabel||i.tileLabelType?(t.openBlock(),t.createBlock(u,t.mergeProps({key:0},i.tileLabel,{type:i.tileLabelType??((f=i.tileLabel)==null?void 0:f.type),class:i.tileLabelType==="Numeric"||((h=i.tileLabel)==null?void 0:h.type)==="Numeric"?(y=o.value)==null?void 0:y.numericLabel:(g=o.value)==null?void 0:g.label,"background-color":t.unref(l).label[i.tileLabelType??((b=i.tileLabel)==null?void 0:b.type)??"Text"].bg,"text-color":t.unref(l).label[i.tileLabelType??((C=i.tileLabel)==null?void 0:C.type)??"Text"].copy,index:i.index,alignment:((S=i.tileLabel)==null?void 0:S.alignment)??"right"}),null,16,["type","class","background-color","text-color","index","alignment"])):t.createCommentVNode("",!0),t.createVNode(t.unref(oe),{class:t.normalizeClass(`${((P=o.value)==null?void 0:P.container)??""} tile-content-container shadow-none`),"pt:footer:class":`tile-content-footer ${((_=o.value)==null?void 0:_.footer)??""}`,"pt:body:class":((V=o.value)==null?void 0:V.body)??""},t.createSlots({_:2},[i.description||i.listItems?{name:"content",fn:t.withCtx(()=>{var E,x,A,j,M,B,U;return[t.createElementVNode("div",{class:t.normalizeClass(`flex flex-col tile-content-inner ${((E=o.value)==null?void 0:E.bodyCopy)??""} ${s.value}`)},[i.image?(t.openBlock(),t.createElementBlock("div",{key:0,class:t.normalizeClass(`tile-content-media ${((x=o.value)==null?void 0:x.media)??""}`)},[hl,i.image?(t.openBlock(),t.createBlock(H,t.mergeProps({key:0},i.image,{class:t.unref(L)((j=(A=i.image)==null?void 0:A.media)!=null&&j.width?"":"w-full",i.image.class)}),null,16,["class"])):t.createCommentVNode("",!0),i.video?(t.openBlock(),t.createBlock($e,t.mergeProps({key:1},i.video,{class:"w-full"}),null,16)):t.createCommentVNode("",!0)],2)):t.createCommentVNode("",!0),i.headline?(t.openBlock(),t.createElementBlock("h3",{key:1,class:t.normalizeClass(`tile-content-headline ${((M=o.value)==null?void 0:M.headline)??""} text-${t.unref(l).headline} text-${i.alignment}`)},t.toDisplayString(i.headline),3)):t.createCommentVNode("",!0),i.subheadline?(t.openBlock(),t.createElementBlock("h6",{key:2,class:t.normalizeClass(`tile-content-subheadline ${((B=o.value)==null?void 0:B.subheadline)??""} text-${t.unref(l).headline} text-${i.alignment}`)},t.toDisplayString(i.subheadline),3)):t.createCommentVNode("",!0),i.description?(t.openBlock(),t.createElementBlock("div",{key:3,class:t.normalizeClass(`tile-content-description ${((U=o.value)==null?void 0:U.description)??""} text-${t.unref(l).copy} text-${i.alignment}`),innerHTML:i.description},null,10,yl)):t.createCommentVNode("",!0)],2)]}),key:"0"}:void 0,i.ctas||i.footer?{name:"footer",fn:t.withCtx(()=>{var E,x;return[i.footer?(t.openBlock(),t.createElementBlock("p",{key:0,class:t.normalizeClass(`${((E=o.value)==null?void 0:E.footerContent)??""} text-${t.unref(l).copy}`)},t.toDisplayString(i.footer),3)):t.createCommentVNode("",!0),t.createElementVNode("div",{class:t.normalizeClass(((x=o.value)==null?void 0:x.ctas)??"")},[(t.openBlock(!0),t.createElementBlock(t.Fragment,null,t.renderList(i.ctas,(A,j)=>{var M;return t.openBlock(),t.createBlock(p,t.mergeProps({key:`cta-${A.title}-${j}`,class:`cta-${j} ${(M=o.value)==null?void 0:M.cta}`,color:t.unref(Ie)(A,t.unref(c)),"text-color":t.unref(Ae)(A,t.unref(c)),ref_for:!0},A),null,16,["class","color","text-color"])}),128))],2)]}),key:"1"}:void 0]),1032,["class","pt:footer:class","pt:body:class"])],2)}}}),bl=t.createElementVNode("div",{class:"tile-content-media-background"},null,-1),Cl=["innerHTML"],Sn=t.defineComponent({__name:"TileContentImageTile",props:{__typename:{},index:{},image:{},video:{},headline:{},subheadline:{},description:{},ctas:{},textColor:{},backgroundColor:{},tileLabel:{},tileLabelType:{},alignment:{default:"left"},pt:{},listItems:{},footer:{},isProvider:{type:Boolean,default:!0},class:{}},setup(n){const e=n,o=t.computed(()=>$(yt,e.pt??{})),{palette:r}=F(e),l=e.backgroundColor?r:r.tile,a=typeof e.index=="number",c=e.backgroundColor?e.backgroundColor:r.tile.bg,s=t.computed(()=>e.alignment==="center"?"items-center":e.alignment==="right"?"items-end":"items-start");return(i,d)=>{var m,f,h,y;const u=ke,p=W;return t.openBlock(),t.createElementBlock("div",{class:t.normalizeClass(`tile-content ${t.unref(L)(((m=o.value)==null?void 0:m.root)??"",a?"":"w-full md:w-full lg:w-full",`bg-${t.unref(c)}`,e.class??"")}`)},[t.createVNode(t.unref(oe),{class:t.normalizeClass(`${((f=o.value)==null?void 0:f.container)??""} tile-content-container shadow-none`),"pt:footer:class":`tile-content-ctas ${((h=o.value)==null?void 0:h.footer)??""}`,"pt:body:class":((y=o.value)==null?void 0:y.body)??""},t.createSlots({_:2},[i.description||i.listItems?{name:"content",fn:t.withCtx(()=>{var g,b,C,S,P,_,V,E,x,A,j,M,B,U;return[t.createElementVNode("div",{class:t.normalizeClass(`flex flex-col tile-content-inner ${((g=o.value)==null?void 0:g.bodyCopy)??""} ${s.value}`)},[i.image?(t.openBlock(),t.createElementBlock("div",{key:0,class:t.normalizeClass(`tile-content-media w-4/5 ${((b=o.value)==null?void 0:b.media)??""}`)},[i.tileLabel||i.tileLabelType?(t.openBlock(),t.createBlock(u,{key:0,class:t.normalizeClass(i.tileLabelType==="Numeric"||((C=i.tileLabel)==null?void 0:C.type)==="Numeric"?(S=o.value)==null?void 0:S.numericLabel:(P=o.value)==null?void 0:P.label),index:i.index,alignment:((_=i.tileLabel)==null?void 0:_.alignment)??"left",type:i.tileLabelType??((V=i.tileLabel)==null?void 0:V.type),"background-color":t.unref(l).label[i.tileLabelType??((E=i.tileLabel)==null?void 0:E.type)??"Text"].bg,"text-color":t.unref(l).label[i.tileLabelType??((x=i.tileLabel)==null?void 0:x.type)??"Text"].copy},null,8,["class","index","alignment","type","background-color","text-color"])):t.createCommentVNode("",!0),bl,i.image?(t.openBlock(),t.createBlock(H,t.mergeProps({key:1},i.image,{class:t.unref(L)("rounded-full",(j=(A=i.image)==null?void 0:A.media)!=null&&j.width?"":"w-full",i.image.class)}),null,16,["class"])):t.createCommentVNode("",!0)],2)):t.createCommentVNode("",!0),i.headline?(t.openBlock(),t.createElementBlock("h3",{key:1,class:t.normalizeClass(`tile-content-headline ${((M=o.value)==null?void 0:M.headline)??""} text-${t.unref(l).headline}`)},t.toDisplayString(i.headline),3)):t.createCommentVNode("",!0),i.subheadline?(t.openBlock(),t.createElementBlock("h6",{key:2,class:t.normalizeClass(`tile-content-subheadline ${((B=o.value)==null?void 0:B.subheadline)??""} text-${t.unref(l).copy}`)},t.toDisplayString(i.subheadline),3)):t.createCommentVNode("",!0),i.description?(t.openBlock(),t.createElementBlock("div",{key:3,class:t.normalizeClass(`tile-content-description ${((U=o.value)==null?void 0:U.description)??""} text-${t.unref(l).copy} text-${i.alignment}`),innerHTML:i.description},null,10,Cl)):t.createCommentVNode("",!0)],2)]}),key:"0"}:void 0,i.ctas||i.footer?{name:"footer",fn:t.withCtx(()=>{var g,b;return[i.footer?(t.openBlock(),t.createElementBlock("p",{key:0,class:t.normalizeClass(`${((g=o.value)==null?void 0:g.footerContent)??""} text-${t.unref(l).copy} text-${i.alignment}`)},t.toDisplayString(i.footer),3)):t.createCommentVNode("",!0),t.createElementVNode("div",{class:t.normalizeClass(((b=o.value)==null?void 0:b.ctas)??"")},[(t.openBlock(!0),t.createElementBlock(t.Fragment,null,t.renderList(i.ctas,(C,S)=>{var P;return t.openBlock(),t.createBlock(p,t.mergeProps({key:`cta-${C.title}-${S}`,class:`cta-${S} ${(P=o.value)==null?void 0:P.cta}`,color:t.unref(Ie)(C,t.unref(c)),textColor:t.unref(Ae)(C,t.unref(c)),ref_for:!0},C),null,16,["class","color","textColor"])}),128))],2)]}),key:"1"}:void 0]),1032,["class","pt:footer:class","pt:body:class"])],2)}}}),kl=["innerHTML"],Bn=t.defineComponent({__name:"TileContentTextTile",props:{__typename:{},index:{},image:{},video:{},headline:{},subheadline:{},description:{},ctas:{},textColor:{},backgroundColor:{},tileLabel:{},tileLabelType:{},alignment:{default:"left"},pt:{},listItems:{},footer:{},isProvider:{type:Boolean,default:!0},class:{}},setup(n){const e=n,o=t.computed(()=>$(bt,e.pt??{})),r=typeof e.index=="number",{palette:l}=F(e),a=e.backgroundColor?l:l.tile,c=e.backgroundColor?e.backgroundColor:l.tile.bg;return(s,i)=>{var p,m,f,h,y,g,b,C,S,P;const d=ke,u=W;return t.openBlock(),t.createElementBlock("div",{class:t.normalizeClass(`tile-content ${t.unref(L)((p=o.value)==null?void 0:p.root,r?"":"w-full md:w-full lg:w-full")} ${e.class} bg-${t.unref(c)}`)},[s.tileLabel||s.tileLabelType?(t.openBlock(),t.createBlock(d,t.mergeProps({key:0},s.tileLabel,{class:s.tileLabelType==="Numeric"||((m=s.tileLabel)==null?void 0:m.type)==="Numeric"?(f=o.value)==null?void 0:f.numericLabel:(h=o.value)==null?void 0:h.label,index:s.index,type:s.tileLabelType??((y=s.tileLabel)==null?void 0:y.type),"background-color":t.unref(a).label[s.tileLabelType??((g=s.tileLabel)==null?void 0:g.type)??"Text"].bg,"text-color":t.unref(a).label[s.tileLabelType??((b=s.tileLabel)==null?void 0:b.type)??"Text"].copy}),null,16,["class","index","type","background-color","text-color"])):t.createCommentVNode("",!0),t.createVNode(t.unref(oe),{class:t.normalizeClass(`${((C=o.value)==null?void 0:C.container)??""} tile-content-container shadow-none`),"pt:footer:class":`tile-content-ctas ${((S=o.value)==null?void 0:S.footer)??""}`,"pt:body:class":((P=o.value)==null?void 0:P.body)??""},t.createSlots({_:2},[s.description||s.subheadline||s.headline?{name:"content",fn:t.withCtx(()=>{var _,V,E,x;return[t.createElementVNode("div",{class:t.normalizeClass(`flex flex-col tile-content-inner ${((_=o.value)==null?void 0:_.bodyCopy)??""}`)},[s.subheadline?(t.openBlock(),t.createElementBlock("h6",{key:0,class:t.normalizeClass(`tile-content-subheadline ${((V=o.value)==null?void 0:V.subheadline)??""} text-${t.unref(a).copy} text-${s.alignment}`)},t.toDisplayString(s.subheadline),3)):t.createCommentVNode("",!0),s.headline?(t.openBlock(),t.createElementBlock("h2",{key:1,class:t.normalizeClass(`tile-content-headline ${((E=o.value)==null?void 0:E.headline)??""} text-${t.unref(a).headline} text-${s.alignment}`)},t.toDisplayString(s.headline),3)):t.createCommentVNode("",!0),s.description?(t.openBlock(),t.createElementBlock("div",{key:2,class:t.normalizeClass(`tile-content-description ${((x=o.value)==null?void 0:x.description)??""} text-${t.unref(a).copy} text-${s.alignment}`),innerHTML:s.description},null,10,kl)):t.createCommentVNode("",!0)],2)]}),key:"0"}:void 0,s.ctas||s.footer?{name:"footer",fn:t.withCtx(()=>{var _,V;return[s.footer?(t.openBlock(),t.createElementBlock("p",{key:0,class:t.normalizeClass(`${((_=o.value)==null?void 0:_.footerContent)??""} text-${t.unref(a).copy} text-${s.alignment}`)},t.toDisplayString(s.footer),3)):t.createCommentVNode("",!0),t.createElementVNode("div",{class:t.normalizeClass(((V=o.value)==null?void 0:V.ctas)??"")},[(t.openBlock(!0),t.createElementBlock(t.Fragment,null,t.renderList(s.ctas,(E,x)=>{var A;return t.openBlock(),t.createBlock(u,t.mergeProps({key:`cta-${E.title}-${x}`,class:`cta-${x} ${(A=o.value)==null?void 0:A.cta} w-full`,color:t.unref(Ie)(E,t.unref(c)),textColor:t.unref(Ae)(E,t.unref(c)),ref_for:!0},E),null,16,["class","color","textColor"])}),128))],2)]}),key:"1"}:void 0]),1032,["class","pt:footer:class","pt:body:class"])],2)}}}),$l=t.createElementVNode("div",{class:"tile-content-media-background"},null,-1),vl=["innerHTML"],Tn=t.defineComponent({__name:"TileContentVideoTile",props:{__typename:{},index:{},image:{},video:{},headline:{},subheadline:{},description:{},ctas:{},textColor:{},backgroundColor:{},tileLabel:{},tileLabelType:{},alignment:{default:"left"},pt:{},listItems:{},footer:{},isProvider:{type:Boolean,default:!0},class:{}},setup(n){const e=n,o=t.computed(()=>$(Ct,e.pt??{})),r=typeof e.index=="number",{palette:l}=F(e),a=e.backgroundColor?l:l.tile,c=e.backgroundColor?e.backgroundColor:l.tile.bg,s=t.computed(()=>e.alignment==="center"?"items-center":e.alignment==="right"?"items-end":"items-start");return(i,d)=>{var m,f,h,y,g,b,C,S,P,_,V;const u=ke,p=W;return t.openBlock(),t.createElementBlock("div",{class:t.normalizeClass(`tile-content ${t.unref(L)("relative text-center list-none flex-auto rounded overflow-visible mx-auto shadow-none",`bg-${t.unref(c)}`,r?"":"w-full md:w-full lg:w-full",((m=o.value)==null?void 0:m.root)??"",e.class??"")} ${e.class}`)},[i.tileLabel||i.tileLabelType?(t.openBlock(),t.createBlock(u,{key:0,class:t.normalizeClass(i.tileLabelType==="Numeric"||((f=i.tileLabel)==null?void 0:f.type)==="Numeric"?(h=o.value)==null?void 0:h.numericLabel:(y=o.value)==null?void 0:y.label),index:i.index,alignment:((g=i.tileLabel)==null?void 0:g.alignment)??"right",type:i.tileLabelType??((b=i.tileLabel)==null?void 0:b.type),"background-color":t.unref(a).label[i.tileLabelType??((C=i.tileLabel)==null?void 0:C.type)??"Text"].bg,"text-color":t.unref(a).label[i.tileLabelType??((S=i.tileLabel)==null?void 0:S.type)??"Text"].copy},null,8,["class","index","alignment","type","background-color","text-color"])):t.createCommentVNode("",!0),t.createVNode(t.unref(oe),{class:t.normalizeClass(`${((P=o.value)==null?void 0:P.container)??""} tile-content-container shadow-none`),"pt:footer:class":`tile-content-ctas ${((_=o.value)==null?void 0:_.ctas)??""}`,"pt:body:class":((V=o.value)==null?void 0:V.body)??""},t.createSlots({_:2},[i.description||i.listItems?{name:"content",fn:t.withCtx(()=>{var E,x,A,j,M;return[t.createElementVNode("div",{class:t.normalizeClass(`flex flex-col tile-content-inner ${((E=o.value)==null?void 0:E.bodyCopy)??""} ${s.value}`)},[i.headline?(t.openBlock(),t.createElementBlock("h3",{key:0,class:t.normalizeClass(`tile-content-headline ${((x=o.value)==null?void 0:x.headline)??""} text-${t.unref(a).headline} text-${i.alignment}`)},t.toDisplayString(i.headline),3)):t.createCommentVNode("",!0),i.subheadline?(t.openBlock(),t.createElementBlock("h6",{key:1,class:t.normalizeClass(`tile-content-subheadline ${((A=o.value)==null?void 0:A.subheadline)??""} text-${t.unref(a).copy} text-${i.alignment}`)},t.toDisplayString(i.subheadline),3)):t.createCommentVNode("",!0),i.video?(t.openBlock(),t.createElementBlock("div",{key:2,class:t.normalizeClass(`tile-content-media ${((j=o.value)==null?void 0:j.media)??""}`)},[$l,i.video?(t.openBlock(),t.createBlock($e,t.mergeProps({key:0},i.video,{class:"w-full"}),null,16)):t.createCommentVNode("",!0)],2)):t.createCommentVNode("",!0),i.description?(t.openBlock(),t.createElementBlock("div",{key:3,class:t.normalizeClass(`tile-content-description ${((M=o.value)==null?void 0:M.description)??""} text-${t.unref(a).copy} text-${i.alignment}`),innerHTML:i.description},null,10,vl)):t.createCommentVNode("",!0)],2)]}),key:"0"}:void 0,i.ctas||i.footer?{name:"footer",fn:t.withCtx(()=>{var E;return[i.footer?(t.openBlock(),t.createElementBlock("p",{key:0,class:t.normalizeClass(`${((E=o.value)==null?void 0:E.footer)??""} text-${t.unref(a).copy}`)},t.toDisplayString(i.footer),3)):t.createCommentVNode("",!0),(t.openBlock(!0),t.createElementBlock(t.Fragment,null,t.renderList(i.ctas,(x,A)=>{var j;return t.openBlock(),t.createBlock(p,t.mergeProps({key:`cta-${x.title}-${A}`,class:`cta-${A} ${(j=o.value)==null?void 0:j.cta}`,color:t.unref(Ie)(x,t.unref(c)),textColor:t.unref(Ae)(x,t.unref(c)),ref_for:!0},x),null,16,["class","color","textColor"])}),128))]}),key:"1"}:void 0]),1032,["class","pt:footer:class","pt:body:class"])],2)}}}),wl=["innerHTML"],Sl=["innerHTML"],Bl=["innerHTML"],Tl=["src"],Pn=t.defineComponent({__name:"TileContentImageStackedAnimatedTile",props:{__typename:{},index:{},image:{},video:{},headline:{},subheadline:{},description:{},ctas:{},textColor:{},backgroundColor:{},tileLabel:{},tileLabelType:{},alignment:{},pt:{},listItems:{},footer:{},isProvider:{type:Boolean},class:{}},setup(n){const e=n,o=t.computed(()=>$(ht,e.pt??{})),r=t.computed(()=>!((e.index??0)%2)),l=t.computed(()=>e.index===0),{palette:a}=F(e),c=a.tile,s=t.computed(()=>{var i;return(i=e.tileLabel)!=null&&i.alignment?e.tileLabel.alignment:r.value?"right":"left"});return(i,d)=>{var m,f,h,y;const u=ke,p=W;return t.openBlock(),t.createElementBlock("div",{class:t.normalizeClass(`tile-content ${t.unref(L)(((m=o.value)==null?void 0:m.root)??"",e.class??"")} max-w-[1024px]`)},[t.createVNode(t.unref(oe),{class:t.normalizeClass(`${((f=o.value)==null?void 0:f.container)??""} tile-content-container shadow-none`),"pt:footer:class":`tile-content-ctas ${((h=o.value)==null?void 0:h.ctas)??""}`,"pt:body:class":((y=o.value)==null?void 0:y.body)??""},t.createSlots({content:t.withCtx(()=>{var g,b,C,S,P,_,V,E,x,A,j,M,B;return[t.createElementVNode("div",{class:t.normalizeClass(`flex gap-[5vmin] md:gap-12 relative ${r.value?"flex-row-reverse":""} tile-content-inner ${((g=o.value)==null?void 0:g.bodyCopy)??""}`)},[t.createElementVNode("div",{class:t.normalizeClass(`tile-content-text flex-auto relative z-20 flex flex-col justify-center ${((b=o.value)==null?void 0:b.text)??""} ${r.value?"items-start *:text-left":"items-end *:text-right"}`)},[i.headline?(t.openBlock(),t.createElementBlock("h3",{key:0,innerHTML:i.headline,class:t.normalizeClass(`tile-content-headline w-full ${((C=o.value)==null?void 0:C.headline)??""} text-${t.unref(a).headline}`)},null,10,wl)):t.createCommentVNode("",!0),i.subheadline?(t.openBlock(),t.createElementBlock("h6",{key:1,innerHTML:i.subheadline,class:t.normalizeClass(`tile-content-subheadline ${((S=o.value)==null?void 0:S.subheadline)??""} w-full text-${t.unref(a).headline}`)},null,10,Sl)):t.createCommentVNode("",!0),i.description?(t.openBlock(),t.createElementBlock("p",{key:2,innerHTML:i.description,class:t.normalizeClass(`tile-content-description ${((P=o.value)==null?void 0:P.description)??""} w-full text-${t.unref(a).copy}`)},null,10,Bl)):t.createCommentVNode("",!0)],2),i.video||i.image?(t.openBlock(),t.createElementBlock("div",{key:0,class:t.normalizeClass(`tile-content-media relative ${((_=o.value)==null?void 0:_.media)??""} max-w-[350px]`)},[t.createElementVNode("img",{class:t.normalizeClass({absolute:!0,"w-full":!0,"z-0":!0,"top-[36%]":l.value,"left-[-16%]":l.value,"bg-left-top":r.value&&!l.value||!r.value,"rotate-90":r.value&&!l.value,"left-[-28%]":r.value&&!l.value,"top-[-10%]":r.value&&!l.value,"top-[-16%]":!r.value,"right-[-16%]":!r.value,"rotate-180":!r.value}),src:(r.value,"https://images.ctfassets.net/qqblaiss500w/5Bp3ySaz0pqR5gLtdxOQoi/db01031466deed9b7b959c08c17e5681/circles1.f3eead2.svg")},null,10,Tl),i.tileLabel||i.tileLabelType?(t.openBlock(),t.createBlock(u,t.mergeProps({key:0},i.tileLabel,{class:{[((V=o.value)==null?void 0:V.numericLabel)??""]:i.tileLabelType==="Numeric"||((E=i.tileLabel)==null?void 0:E.type)==="Numeric",[((x=o.value)==null?void 0:x.label)??""]:i.tileLabelType==="Text"||((A=i.tileLabel)==null?void 0:A.type)==="Text","top-8":!0},index:i.index,type:i.tileLabelType??((j=i.tileLabel)==null?void 0:j.type),alignment:s.value,"background-color":t.unref(c).label[i.tileLabelType??((M=i.tileLabel)==null?void 0:M.type)??"Text"].bg,"text-color":t.unref(c).label[i.tileLabelType??((B=i.tileLabel)==null?void 0:B.type)??"Text"].copy}),null,16,["class","index","type","alignment","background-color","text-color"])):t.createCommentVNode("",!0),i.image?(t.openBlock(),t.createBlock(H,t.mergeProps({key:1},i.image,{class:t.unref(L)("w-full md:min-w-[350px] relative rounded-full z-10",i.image.class)}),null,16,["class"])):t.createCommentVNode("",!0),i.video?(t.openBlock(),t.createBlock($e,t.normalizeProps(t.mergeProps({key:2},i.video)),null,16)):t.createCommentVNode("",!0)],2)):t.createCommentVNode("",!0)],2)]}),_:2},[i.ctas||i.footer?{name:"footer",fn:t.withCtx(()=>{var g;return[i.footer?(t.openBlock(),t.createElementBlock("p",{key:0,class:t.normalizeClass(`${((g=o.value)==null?void 0:g.footer)??""} text-${t.unref(a).copy}`)},t.toDisplayString(i.footer),3)):t.createCommentVNode("",!0),(t.openBlock(!0),t.createElementBlock(t.Fragment,null,t.renderList(i.ctas,(b,C)=>{var S;return t.openBlock(),t.createBlock(p,t.mergeProps({key:`cta-${b.title}-${C}`,class:`cta-${C} ${(S=o.value)==null?void 0:S.cta}`,ref_for:!0},b),null,16,["class"])}),128))]}),key:"0"}:void 0]),1032,["class","pt:footer:class","pt:body:class"])],2)}}}),Pl=Object.freeze(Object.defineProperty({__proto__:null,Accordion:$t,AccordionItem:vt,AccordionListItem:wt,AccordionTileItem:St,CTA:W,CarouselModule:Yt,ContainerCollectionModule:rn,ContainerModule:Jt,ContentModule:on,FooterNavigation:yn,Image:H,LogoCollectionModule:bn,NavigationElement:xe,PrimaryNavigation:Cn,SplitModule:kn,TestimonialModule:$n,TileCollectionModule:vn,TileContentIconTile:wn,TileContentImageStackedAnimatedTile:Pn,TileContentImageTile:Sn,TileContentTextTile:Bn,TileContentVideoTile:Tn,Video:$e},Symbol.toStringTag,{value:"Module"})),El=n=>{Object.entries(Pl).forEach(([e,o])=>{n.component(e,o)})};k.Accordion=$t,k.AccordionItem=vt,k.AccordionItemPt=we,k.AccordionListItem=wt,k.AccordionListItemPt=ot,k.AccordionPt=nt,k.AccordionTileItem=St,k.AccordionTileItemPt=rt,k.CTA=W,k.CTAPt=ct,k.CarouselModule=Yt,k.CarouselModuleAltPt=lo,k.CarouselModulePt=it,k.ContainerCollectionModule=rn,k.ContainerCollectionModulePt=lt,k.ContainerModule=Jt,k.ContainerModulePt=at,k.ContentModule=on,k.ContentModulePt=st,k.DEFAULT_PASSTHROUGH=D,k.FooterNavigation=yn,k.FooterNavigationPt=ao,k.Image=H,k.ImagePt=so,k.LogoCollectionModule=bn,k.LogoCollectionModulePt=dt,k.NavigationElement=xe,k.NavigationElementPt=ut,k.PrimaryNavigation=Cn,k.PrimaryNavigationPt=co,k.SplitModule=kn,k.SplitModulePt=pt,k.TestimonialModule=$n,k.TestimonialModulePt=mt,k.TileCollectionModule=vn,k.TileCollectionModulePt=ft,k.TileContentIconTile=wn,k.TileContentIconTilePt=gt,k.TileContentImageStackedAnimatedTile=Pn,k.TileContentImageStackedAnimatedTilePt=ht,k.TileContentImageTile=Sn,k.TileContentImageTilePt=yt,k.TileContentPt=te,k.TileContentTextTile=Bn,k.TileContentTextTilePt=bt,k.TileContentVideoTile=Tn,k.TileContentVideoTilePt=Ct,k.TileLabelPt=kt,k.Video=$e,k.VideoPt=uo,k.combinePassthroughs=$,k.initGlobalComponents=El,Object.defineProperty(k,Symbol.toStringTag,{value:"Module"})});
|
|
98
|
+
- props:`,n)),l=u,r=!0),e.resolve(u)}),c=t.computed(()=>{const{matched:u}=a.value,{length:p}=u,m=u[p-1],f=o.matched;if(!m||!f.length)return-1;const h=f.findIndex(an.bind(null,m));if(h>-1)return h;const y=gn(u[p-2]);return p>1&&gn(m)===y&&f[f.length-1].path!==y?f.findIndex(an.bind(null,u[p-2])):h}),s=t.computed(()=>c.value>-1&&ji(o.params,a.value.params)),i=t.computed(()=>c.value>-1&&c.value===o.matched.length-1&&Vi(o.params,a.value.params));function d(u={}){return zi(u)?e[t.unref(n.replace)?"replace":"push"](t.unref(n.to)).catch(_i):Promise.resolve()}if(process.env.NODE_ENV!=="production"&&Ai){const u=t.getCurrentInstance();if(u){const p={route:a.value,isActive:s.value,isExactActive:i.value,error:null};u.__vrl_devtools=u.__vrl_devtools||[],u.__vrl_devtools.push(p),t.watchEffect(()=>{p.route=a.value,p.isActive=s.value,p.isExactActive=i.value,p.error=un(t.unref(n.to))?null:'Invalid "to" value'},{flush:"post"})}}return{route:a,href:t.computed(()=>a.value.href),isActive:s,isExactActive:i,navigate:d}}const Oi=t.defineComponent({name:"RouterLink",compatConfig:{MODE:3},props:{to:{type:[String,Object],required:!0},replace:Boolean,activeClass:String,exactActiveClass:String,custom:Boolean,ariaCurrentValue:{type:String,default:"page"}},useLink:fn,setup(n,{slots:e}){const o=t.reactive(fn(n)),{options:r}=t.inject(mn),l=t.computed(()=>({[hn(n.activeClass,r.linkActiveClass,"router-link-active")]:o.isActive,[hn(n.exactActiveClass,r.linkExactActiveClass,"router-link-exact-active")]:o.isExactActive}));return()=>{const a=e.default&&e.default(o);return n.custom?a:t.h("a",{"aria-current":o.isExactActive?n.ariaCurrentValue:null,href:o.href,onClick:o.navigate,class:l.value},a)}}});function zi(n){if(!(n.metaKey||n.altKey||n.ctrlKey||n.shiftKey)&&!n.defaultPrevented&&!(n.button!==void 0&&n.button!==0)){if(n.currentTarget&&n.currentTarget.getAttribute){const e=n.currentTarget.getAttribute("target");if(/\b_blank\b/i.test(e))return}return n.preventDefault&&n.preventDefault(),!0}}function ji(n,e){for(const o in e){const r=e[o],l=n[o];if(typeof r=="string"){if(r!==l)return!1}else if(!Ee(l)||l.length!==r.length||r.some((a,c)=>a!==l[c]))return!1}return!0}function gn(n){return n?n.aliasOf?n.aliasOf.path:n.path:""}const hn=(n,e,o)=>n??e??o,Mi={class:t.normalizeClass("pi pi-chevron-down")},Di={class:t.normalizeClass("pi pi-chevron-up")},Fi={key:1,class:"mb-2 font-bold"},Hi=["innerHTML"],xe=t.defineComponent({__name:"NavigationElement",props:{elementType:{},title:{},linkRef:{},htmlRef:{},subNavigation:{},isChild:{type:Boolean},pt:{},class:{}},setup(n){const e=n,o=t.useAttrs(),r=t.computed(()=>$(ut,e.pt??{})),l=t.computed(()=>{var i,d,u,p,m,f;return(d=(i=e.linkRef)==null?void 0:i.page)!=null&&d.slug?`${(p=(u=e.linkRef)==null?void 0:u.page)==null?void 0:p.slug}`:(m=e.linkRef)!=null&&m.externalUrl?(f=e.linkRef)==null?void 0:f.externalUrl:""}),a=t.computed(()=>Y[e.elementType??"header"]),c=t.ref(!1),s=t.computed(()=>`relative m-0 ${o.class??""} ${e.isChild?"sub-":""}navigation-element`);return(i,d)=>{const u=t.resolveComponent("NavigationElement",!0);return t.openBlock(),t.createBlock(t.resolveDynamicComponent(i.isChild?"li":"div"),{class:t.normalizeClass(s.value)},{default:t.withCtx(()=>[a.value===t.unref(Y).header||i.isChild&&(l.value||i.subNavigation)?(t.openBlock(),t.createBlock(t.resolveDynamicComponent(l.value||i.isChild?t.unref(Oi):"button"),{key:0,to:l.value,class:t.normalizeClass(["flex items-center hover:underline",{"whitespace-nowrap":a.value===t.unref(Y).header}]),"aria-expanded":"true","aria-haspopup":"true",onClick:d[0]||(d[0]=t.withModifiers(p=>c.value=!c.value,["prevent"]))},{default:t.withCtx(()=>{var p;return[t.createTextVNode(t.toDisplayString(i.title)+" ",1),!i.isChild&&i.subNavigation&&!(l.value||i.isChild)?(t.openBlock(),t.createElementBlock("div",{key:0,class:t.normalizeClass((p=r.value)==null?void 0:p.icon)},[t.withDirectives(t.createElementVNode("i",Mi,null,512),[[t.vShow,!c.value]]),t.withDirectives(t.createElementVNode("i",Di,null,512),[[t.vShow,c.value]])],2)):t.createCommentVNode("",!0)]}),_:1},8,["to","class"])):a.value==t.unref(Y).footer?(t.openBlock(),t.createElementBlock("h2",Fi,t.toDisplayString(i.title),1)):t.createCommentVNode("",!0),!i.isChild&&i.subNavigation?(t.openBlock(),t.createElementBlock("ul",{key:2,class:t.normalizeClass({hidden:!c.value&&a.value==t.unref(Y).header,"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":a.value==t.unref(Y).header}),role:"menu","aria-orientation":"vertical","aria-labelledby":"menu-button",tabindex:"-1"},[(t.openBlock(!0),t.createElementBlock(t.Fragment,null,t.renderList(i.subNavigation,(p,m)=>(t.openBlock(),t.createBlock(u,t.mergeProps({key:p.title,class:["ms-3 sm:ms-0",`sub-navigation-element-item-${m}`],role:"menuitem",tabindex:"-1",ref_for:!0},{...p,elementType:i.elementType,isChild:!0}),null,16,["class"]))),128))],2)):t.createCommentVNode("",!0),i.htmlRef?(t.openBlock(),t.createElementBlock("div",{key:3,innerHTML:i.htmlRef},null,8,Hi)):t.createCommentVNode("",!0)]),_:1},8,["class"])}}}),Ri={class:"container flex flex-col mx-auto"},Wi={class:"flex justify-between flex-col sm:flex-row p-5 gap-4"},Ui={href:"/",class:"footer-navigation-logo text-center"},Ki={key:0,class:"footer-navigation px-2 pt-2 pb-4 sm:flex sm:p-0 sm:space-x-2 md:space-x-4 space-y-5 sm:space-y-0"},Gi={key:1,class:"flex flex-wrap footer-social space-x-2"},qi=["href"],Xi=t.createElementVNode("hr",null,null,-1),Zi=["innerHTML"],yn=t.defineComponent({__name:"FooterNavigation",props:{title:{},logo:{},legalText:{},textColor:{},backgroundColor:{},navigation:{},socialMediaRef:{}},setup(n){const e=n,o=t.computed(()=>({"background-color":e.backgroundColor??"transparent",color:e.textColor??"inherit"}));return(r,l)=>(t.openBlock(),t.createElementBlock("footer",{class:"w-full p-5",style:t.normalizeStyle(o.value)},[t.createElementVNode("div",Ri,[t.createElementVNode("div",Wi,[t.createElementVNode("a",Ui,[r.logo?(t.openBlock(),t.createElementBlock("img",t.mergeProps({key:0,class:"min-h-[95px] min-w-[100px] w-[100px] h-[95px]"},r.logo),null,16)):t.createCommentVNode("",!0),t.createTextVNode(" "+t.toDisplayString(r.title),1)]),r.navigation?(t.openBlock(),t.createElementBlock("div",Ki,[(t.openBlock(!0),t.createElementBlock(t.Fragment,null,t.renderList(r.navigation,(a,c)=>(t.openBlock(),t.createBlock(xe,t.mergeProps({key:`footer-nav-item-${a.title}-${c}`,class:`footer-nav-item-${c}`,role:"menuitem",tabindex:"-1",ref_for:!0},{...a,isChild:!1,elementType:"footer"}),null,16,["class"]))),128))])):t.createCommentVNode("",!0),r.socialMediaRef?(t.openBlock(),t.createElementBlock("div",Gi,[(t.openBlock(!0),t.createElementBlock(t.Fragment,null,t.renderList(r.socialMediaRef,(a,c)=>{var s;return t.openBlock(),t.createElementBlock("a",{key:`footer-social-item-${a.icon.altTag}-${c}`,class:t.normalizeClass(`footer-social-item-${c}`),href:(s=a==null?void 0:a.url)==null?void 0:s.externalUrl},[t.createElementVNode("img",t.mergeProps({ref_for:!0},a.icon),null,16)],10,qi)}),128))])):t.createCommentVNode("",!0)]),Xi,r.legalText?(t.openBlock(),t.createElementBlock("div",{key:0,class:"footer-legal py-5",innerHTML:r.legalText},null,8,Zi)):t.createCommentVNode("",!0)])],4))}}),Yi=["innerHTML"],bn=t.defineComponent({__name:"LogoCollectionModule",props:{__typename:{},headline:{},modules:{},textColor:{},backgroundColor:{},pt:{},isProvider:{type:Boolean,default:!0},class:{}},setup(n){const e=n,o=t.computed(()=>$(dt,e.pt??{})),r=t.computed(()=>({"background-color":e.backgroundColor??"transparent",color:e.textColor??"inherit"})),{backgroundColor:l,palette:a}=F(e);return(c,s)=>{var d,u,p;const i=H;return t.openBlock(),t.createElementBlock("section",{style:t.normalizeStyle(r.value),class:t.normalizeClass(`logo-module ${e.class??""} bg-${t.unref(l)}`)},[t.createElementVNode("div",{class:t.normalizeClass(`container mx-auto ${((d=o.value)==null?void 0:d.container)??""}`)},[c.headline?(t.openBlock(),t.createElementBlock("h2",{key:0,innerHTML:c.headline,class:t.normalizeClass(`logo-module-headline ${((u=o.value)==null?void 0:u.headline)??""} text-${t.unref(a).headline}`)},null,10,Yi)):t.createCommentVNode("",!0),c.modules?(t.openBlock(),t.createElementBlock("div",{key:1,class:t.normalizeClass(`logo-module-content flex flex-wrap justify-evenly gap-2 ${((p=o.value)==null?void 0:p.bodyCopy)??""}`)},[(t.openBlock(!0),t.createElementBlock(t.Fragment,null,t.renderList(c.modules,(m,f)=>(t.openBlock(),t.createBlock(i,t.mergeProps({ref_for:!0},m,{key:`cta-${m.altTag}-${f}`}),null,16))),128))],2)):t.createCommentVNode("",!0)],2)],6)}}}),Ji={class:"container sm:flex sm:justify-between sm:items-center mx-auto"},Qi={class:"flex items-center justify-between py-3 sm:p-0"},el={key:0,href:"/",class:"primary-navigation-logo flex items-center h-12 sm:h-16 ps-5"},tl={class:"sm:hidden"},nl={class:"h-6 w-6 fill-current",viewBox:"0 0 24 24"},ol={key:0,"fill-rule":"evenodd",d:"M18.278 16.864a1 1 0 0 1-1.414 1.414l-4.829-4.828-4.828 4.828a1 1 0 0 1-1.414-1.414l4.828-4.829-4.828-4.828a1 1 0 0 1 1.414-1.414l4.829 4.828 4.828-4.828a1 1 0 1 1 1.414 1.414l-4.828 4.829 4.828 4.828z"},rl={key:1,"fill-rule":"evenodd",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"},Cn=t.defineComponent({__name:"PrimaryNavigation",props:{title:{},logo:{},textColor:{},backgroundColor:{},navigation:{},ctas:{}},setup(n){const e=n,o=t.ref(!0),r=t.computed(()=>({"background-color":e.backgroundColor??"white",color:e.textColor??"inherit"}));return(l,a)=>{const c=W;return t.openBlock(),t.createElementBlock("header",{class:"primary-navigation-header sticky top-0 z-50 p-5 shadow-2xl",style:t.normalizeStyle(r.value)},[t.createElementVNode("div",Ji,[t.createElementVNode("div",Qi,[l.logo?(t.openBlock(),t.createElementBlock("a",el,[t.createVNode(H,t.normalizeProps(t.guardReactiveProps(l.logo)),null,16)])):t.createCommentVNode("",!0),t.createElementVNode("div",tl,[t.createElementVNode("button",{type:"button",class:"block",onClick:a[0]||(a[0]=s=>o.value=!o.value)},[(t.openBlock(),t.createElementBlock("svg",nl,[o.value?(t.openBlock(),t.createElementBlock("path",ol)):t.createCommentVNode("",!0),o.value?t.createCommentVNode("",!0):(t.openBlock(),t.createElementBlock("path",rl))]))])])]),l.navigation?(t.openBlock(),t.createElementBlock("nav",{key:0,class:t.normalizeClass(["primary-navigation items-center px-2 pt-2 pb-4 sm:flex gap-4 sm:justify-evenly sm:p-0",o.value?"block":"hidden"])},[(t.openBlock(!0),t.createElementBlock(t.Fragment,null,t.renderList(l.navigation,(s,i)=>(t.openBlock(),t.createBlock(xe,t.mergeProps({key:`${s.title}-${i}`,role:"menuitem",tabindex:"-1",ref_for:!0},{...s,class:`primary-nav-item-${i} ${s.class}`,isChild:!1,elementType:"header"}),null,16))),128)),(t.openBlock(!0),t.createElementBlock(t.Fragment,null,t.renderList(l.ctas,s=>(t.openBlock(),t.createBlock(c,t.mergeProps({key:s.title,ref_for:!0},s),null,16))),128))],2)):t.createCommentVNode("",!0)])],4)}}}),il=["innerHTML"],kn=t.defineComponent({__name:"SplitModule",props:{__typename:{},entryTitle:{},headline:{},start:{},center:{},end:{},backgroundImage:{},backgroundColor:{},pt:{},isChild:{type:Boolean},isProvider:{type:Boolean,default:!0},class:{}},setup(n){const e=n,o=t.computed(()=>$(pt,e.pt??{})),r=t.computed(()=>({"background-image":`url(${e.backgroundImage??""})`,"background-size":"cover"})),{backgroundColor:l,palette:a}=F(e),c=t.computed(()=>L(`split-module ${e.isChild?"":"py-0 px-8 md:px-8 md:py-16"} bg-${l}`,e.class??""));return(s,i)=>(t.openBlock(),t.createBlock(t.resolveDynamicComponent(s.isChild?"div":"section"),{style:t.normalizeStyle(r.value),class:t.normalizeClass(c.value)},{default:t.withCtx(()=>{var d,u,p,m,f,h,y,g;return[s.headline?(t.openBlock(),t.createElementBlock("h2",{key:0,class:t.normalizeClass(`headline ${((d=o.value)==null?void 0:d.headline)??""} text-${t.unref(a).headline}`),innerHTML:s.headline},null,10,il)):t.createCommentVNode("",!0),t.createElementVNode("div",{class:t.normalizeClass(`split-module-content ${t.unref(L)("flex justify-evenly gap-4 mx-auto items-center",((u=o.value)==null?void 0:u.bodyCopy)??"")}`)},[s.start?(t.openBlock(),t.createBlock(t.resolveDynamicComponent(s.start.__typename),t.mergeProps({key:0},s.start,{class:`split-module-start ${((p=o.value)==null?void 0:p.start)??""} ${["Image","Video"].includes(((m=s.start)==null?void 0:m.__typename)??"")?"":"p-16"}`,"is-child":!0}),null,16,["class"])):t.createCommentVNode("",!0),s.center?(t.openBlock(),t.createBlock(t.resolveDynamicComponent(s.center.__typename),t.mergeProps({key:1},s.center,{class:`split-module-center ${((f=o.value)==null?void 0:f.center)??""} ${["Image","Video"].includes(((h=s.center)==null?void 0:h.__typename)??"")?"":"p-16"}`,"is-child":!0}),null,16,["class"])):t.createCommentVNode("",!0),s.end?(t.openBlock(),t.createBlock(t.resolveDynamicComponent(s.end.__typename),t.mergeProps({key:2},s.end,{class:`split-module-end ${((y=o.value)==null?void 0:y.end)??""} ${["Image","Video"].includes(((g=s.end)==null?void 0:g.__typename)??"")?"":"p-16"}`,"is-child":!0}),null,16,["class"])):t.createCommentVNode("",!0)],2)]}),_:1},8,["style","class"]))}}),ll=["innerHTML"],$n=t.defineComponent({__name:"TestimonialModule",props:{__typename:{},headline:{},quote:{},author:{},details:{},media:{},textColor:{},backgroundColor:{},pt:{},class:{}},setup(n){const e=n,o=t.computed(()=>$(mt,e.pt??{})),{palette:r}=F(e),l=t.computed(()=>({"background-color":e.backgroundColor??"transparent",color:e.textColor??"inherit"}));return(a,c)=>{var s,i,d,u,p,m,f;return t.openBlock(),t.createElementBlock("div",{class:t.normalizeClass(`testimonial ${t.unref(L)("p-5",e.class??"")}`),style:t.normalizeStyle(l.value)},[t.createElementVNode("div",{class:t.normalizeClass(`container mx-auto flex flex-col lg:flex-row gap-8 ${((s=o.value)==null?void 0:s.container)??""}`)},[a.media?(t.openBlock(),t.createElementBlock("div",{key:0,class:t.normalizeClass(`testimonial-media ${((i=o.value)==null?void 0:i.media)??""}`)},[(t.openBlock(),t.createBlock(t.resolveDynamicComponent(a.media.__typename),t.normalizeProps(t.guardReactiveProps(a.media)),null,16))],2)):t.createCommentVNode("",!0),t.createElementVNode("div",{class:t.normalizeClass(`testimonial-text ${((d=o.value)==null?void 0:d.text)??""}`)},[a.headline?(t.openBlock(),t.createElementBlock("h3",{key:0,innerHTML:a.headline,class:t.normalizeClass(`testimonial-headline ${((u=o.value)==null?void 0:u.headline)??""} text-${t.unref(r).headline}`)},null,10,ll)):t.createCommentVNode("",!0),a.quote?(t.openBlock(),t.createElementBlock("p",{key:1,class:t.normalizeClass(`testimonial-quote ${((p=o.value)==null?void 0:p.quote)??""} text-${t.unref(r).copyAccent}`)},' "'+t.toDisplayString(a.quote)+'" ',3)):t.createCommentVNode("",!0),a.author?(t.openBlock(),t.createElementBlock("p",{key:2,class:t.normalizeClass(`testimonial-author ${((m=o.value)==null?void 0:m.author)??""} text-${t.unref(r).copy}`)},t.toDisplayString(a.author),3)):t.createCommentVNode("",!0),a.details?(t.openBlock(),t.createElementBlock("p",{key:3,class:t.normalizeClass(`testimonial-details ${((f=o.value)==null?void 0:f.details)??""} text-${t.unref(r).copy}`)},t.toDisplayString(a.details),3)):t.createCommentVNode("",!0)],2)],2)],6)}}}),al=["innerHTML"],sl={key:3,class:"mx-auto mt-16 w-fit"},vn=t.defineComponent({__name:"TileCollectionModule",props:{__typename:{},headline:{},description:{},modules:{},textColor:{},backgroundColor:{},tileLabelType:{},ctas:{},cols:{default:3},variant:{},pt:{},isProvider:{type:Boolean,default:!0},class:{}},setup(n){const e=n,o=t.computed(()=>$(ft,e.pt??{})),{backgroundColor:r,palette:l}=F(e),a=t.computed(()=>{const c=["w-full md:w-[47%]"];switch(e.modules.length<e.cols?e.modules.length:e.cols){case 4:c.push("lg:w-[23%]");break;case 3:c.push("lg:w-[31%]");break;case 1:c.push("md:w-full");break}return c.join(" ")});return(c,s)=>{var d,u,p,m,f;const i=W;return t.openBlock(),t.createElementBlock("section",{class:t.normalizeClass(`tile-collection ${c.variant} ${t.unref(L)("overflow-hidden py-16",((d=o.value)==null?void 0:d.root)??"",e.class??"")} bg-${t.unref(r)}`)},[t.createElementVNode("div",{class:t.normalizeClass(`container mx-auto ${((u=o.value)==null?void 0:u.container)??""}`)},[c.headline?(t.openBlock(),t.createElementBlock("h2",{key:0,innerHTML:c.headline,class:t.normalizeClass(`tile-collection-headline ${((p=o.value)==null?void 0:p.headline)??""} text-${t.unref(l).headline} ${c.description?"mb-4":""}`)},null,10,al)):t.createCommentVNode("",!0),c.description?(t.openBlock(),t.createElementBlock("h3",{key:1,class:t.normalizeClass(`tile-collection-description ${((m=o.value)==null?void 0:m.description)??""} text-${t.unref(l).copy}`)},t.toDisplayString(c.description),3)):t.createCommentVNode("",!0),c.modules?(t.openBlock(),t.createElementBlock("div",{key:2,class:t.normalizeClass(`tile-collection-content ${t.unref(L)(`flex flex-col ${c.variant!=="ImageStackedAnimatedTile"?"md:flex-row flex-wrap gap-4 md:gap-6":"gap-4"} justify-center`,((f=o.value)==null?void 0:f.bodyCopy)??"")}`)},[(t.openBlock(!0),t.createElementBlock(t.Fragment,null,t.renderList(c.modules,(h,y)=>{var g;return t.openBlock(),t.createBlock(t.resolveDynamicComponent(`TileContent${c.variant}`),t.mergeProps({key:`${h==null?void 0:h.headline}-${y}`,class:`tile-collection-content-item-${y} ${a.value} ${((g=o.value)==null?void 0:g.item)??""} ${h.class}`,ref_for:!0},h,{index:y,"tile-label-type":c.tileLabelType}),null,16,["class","index","tile-label-type"])}),128))],2)):t.createCommentVNode("",!0),c.ctas?(t.openBlock(),t.createElementBlock("div",sl,[(t.openBlock(!0),t.createElementBlock(t.Fragment,null,t.renderList(c.ctas,h=>(t.openBlock(),t.createBlock(i,t.mergeProps({key:`${h.title}-cta`,ref_for:!0},h,{size:"xl"}),null,16))),128))])):t.createCommentVNode("",!0)],2)],2)}}}),ke=t.defineComponent({__name:"TileLabel",props:{__typename:{},copy:{},type:{default:"Text"},backgroundColor:{},textColor:{},alignment:{default:"right"},pt:{},index:{}},setup(n){const e=n,o=t.useAttrs(),r=t.computed(()=>e.type==="Numeric"&&!e.copy?(e.index??0)+1:e.copy),l=t.computed(()=>$(kt[e.type],e.pt??{})),a=t.computed(()=>{var s;let c=e.type==="Numeric"?"right-0":"right-[-4%]";return e.alignment==="left"&&(c=e.type==="Numeric"?"left-0":"left-[-4%]"),`tile-label absolute ${typeof r.value=="number"?"w-[60px]":"w-[120px]"} ${L(`text-${e.textColor}`,`bg-${e.backgroundColor}`,((s=l==null?void 0:l.value)==null?void 0:s.root)??"",c,o.class)}`});return(c,s)=>r.value?(t.openBlock(),t.createElementBlock("div",{key:0,class:t.normalizeClass(a.value),style:t.normalizeStyle({backgroundColor:c.backgroundColor})},t.toDisplayString(r.value),7)):t.createCommentVNode("",!0)}}),Ie=(n,e)=>n.buttonType==="fill"?n.color??Se[e].cta.fill.bg:null,Ae=(n,e)=>n.textColor??Se[e].cta[n.buttonType].copy;var cl={root:"p-card p-component",header:"p-card-header",body:"p-card-body",caption:"p-card-caption",title:"p-card-title",subtitle:"p-card-subtitle",content:"p-card-content",footer:"p-card-footer"},dl=R.extend({name:"card",classes:cl}),ul={name:"BaseCard",extends:me,style:dl},oe={name:"Card",extends:ul,inheritAttrs:!1};function pl(n,e,o,r,l,a){return t.openBlock(),t.createElementBlock("div",t.mergeProps({class:n.cx("root")},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),t.createElementVNode("div",t.mergeProps({class:n.cx("body")},n.ptm("body")),[n.$slots.title||n.$slots.subtitle?(t.openBlock(),t.createElementBlock("div",t.mergeProps({key:0,class:n.cx("caption")},n.ptm("caption")),[n.$slots.title?(t.openBlock(),t.createElementBlock("div",t.mergeProps({key:0,class:n.cx("title")},n.ptm("title")),[t.renderSlot(n.$slots,"title")],16)):t.createCommentVNode("",!0),n.$slots.subtitle?(t.openBlock(),t.createElementBlock("div",t.mergeProps({key:1,class:n.cx("subtitle")},n.ptm("subtitle")),[t.renderSlot(n.$slots,"subtitle")],16)):t.createCommentVNode("",!0)],16)):t.createCommentVNode("",!0),t.createElementVNode("div",t.mergeProps({class:n.cx("content")},n.ptm("content")),[t.renderSlot(n.$slots,"content")],16),n.$slots.footer?(t.openBlock(),t.createElementBlock("div",t.mergeProps({key:1,class:n.cx("footer")},n.ptm("footer")),[t.renderSlot(n.$slots,"footer")],16)):t.createCommentVNode("",!0)],16)],16)}oe.render=pl;const ml=["src","height","width"],fl=["alt","height","width"],gl=["src"],$e=t.defineComponent({__name:"Video",props:{__typename:{},media:{},altTag:{},isEmbedded:{type:Boolean,default:!1},class:{}},setup(n){return(e,o)=>e.isEmbedded?(t.openBlock(),t.createElementBlock("iframe",{key:0,class:t.normalizeClass(e.$props.class),src:e.media.url,height:e.media.height,width:e.media.width},null,10,ml)):(t.openBlock(),t.createElementBlock("video",{key:1,class:t.normalizeClass(e.$props.class),alt:e.altTag,height:e.media.height,width:e.media.width},[t.createElementVNode("source",{src:e.media.url},null,8,gl)],10,fl))}}),hl=t.createElementVNode("div",{class:"tile-content-media-background"},null,-1),yl=["innerHTML"],wn=t.defineComponent({__name:"TileContentIconTile",props:{__typename:{},index:{},image:{},video:{},headline:{},subheadline:{},description:{},ctas:{},textColor:{},backgroundColor:{},tileLabel:{},tileLabelType:{},alignment:{default:"left"},pt:{},listItems:{},footer:{},isProvider:{type:Boolean,default:!0},class:{}},setup(n){const e=n,o=t.computed(()=>$(gt,e.pt??{})),{palette:r}=F(e),l=e.backgroundColor?r:r.tile,a=typeof e.index=="number",c=e.backgroundColor?e.backgroundColor:r.tile.bg,s=t.computed(()=>e.alignment==="center"?"items-center":e.alignment==="right"?"items-end":"items-start");return(i,d)=>{var m,f,h,y,g,b,C,S,P,_,V;const u=ke,p=W;return t.openBlock(),t.createElementBlock("div",{class:t.normalizeClass(`tile-content ${t.unref(L)((m=o.value)==null?void 0:m.root,a?"":"w-full md:w-full lg:w-full")} ${e.class} bg-${t.unref(c)}`)},[i.tileLabel||i.tileLabelType?(t.openBlock(),t.createBlock(u,t.mergeProps({key:0},i.tileLabel,{type:i.tileLabelType??((f=i.tileLabel)==null?void 0:f.type),class:i.tileLabelType==="Numeric"||((h=i.tileLabel)==null?void 0:h.type)==="Numeric"?(y=o.value)==null?void 0:y.numericLabel:(g=o.value)==null?void 0:g.label,"background-color":t.unref(l).label[i.tileLabelType??((b=i.tileLabel)==null?void 0:b.type)??"Text"].bg,"text-color":t.unref(l).label[i.tileLabelType??((C=i.tileLabel)==null?void 0:C.type)??"Text"].copy,index:i.index,alignment:((S=i.tileLabel)==null?void 0:S.alignment)??"right"}),null,16,["type","class","background-color","text-color","index","alignment"])):t.createCommentVNode("",!0),t.createVNode(t.unref(oe),{class:t.normalizeClass(`${((P=o.value)==null?void 0:P.container)??""} tile-content-container shadow-none`),"pt:footer:class":`tile-content-footer ${((_=o.value)==null?void 0:_.footer)??""}`,"pt:body:class":((V=o.value)==null?void 0:V.body)??""},t.createSlots({_:2},[i.description||i.listItems?{name:"content",fn:t.withCtx(()=>{var E,x,A,j,M,B,U;return[t.createElementVNode("div",{class:t.normalizeClass(`flex flex-col tile-content-inner ${((E=o.value)==null?void 0:E.bodyCopy)??""} ${s.value}`)},[i.image?(t.openBlock(),t.createElementBlock("div",{key:0,class:t.normalizeClass(`tile-content-media ${((x=o.value)==null?void 0:x.media)??""}`)},[hl,i.image?(t.openBlock(),t.createBlock(H,t.mergeProps({key:0},i.image,{class:t.unref(L)((j=(A=i.image)==null?void 0:A.media)!=null&&j.width?"":"w-full",i.image.class)}),null,16,["class"])):t.createCommentVNode("",!0),i.video?(t.openBlock(),t.createBlock($e,t.mergeProps({key:1},i.video,{class:"w-full"}),null,16)):t.createCommentVNode("",!0)],2)):t.createCommentVNode("",!0),i.headline?(t.openBlock(),t.createElementBlock("h3",{key:1,class:t.normalizeClass(`tile-content-headline ${((M=o.value)==null?void 0:M.headline)??""} text-${t.unref(l).headline} text-${i.alignment}`)},t.toDisplayString(i.headline),3)):t.createCommentVNode("",!0),i.subheadline?(t.openBlock(),t.createElementBlock("h6",{key:2,class:t.normalizeClass(`tile-content-subheadline ${((B=o.value)==null?void 0:B.subheadline)??""} text-${t.unref(l).headline} text-${i.alignment}`)},t.toDisplayString(i.subheadline),3)):t.createCommentVNode("",!0),i.description?(t.openBlock(),t.createElementBlock("div",{key:3,class:t.normalizeClass(`tile-content-description ${((U=o.value)==null?void 0:U.description)??""} text-${t.unref(l).copy} text-${i.alignment}`),innerHTML:i.description},null,10,yl)):t.createCommentVNode("",!0)],2)]}),key:"0"}:void 0,i.ctas||i.footer?{name:"footer",fn:t.withCtx(()=>{var E,x;return[i.footer?(t.openBlock(),t.createElementBlock("p",{key:0,class:t.normalizeClass(`${((E=o.value)==null?void 0:E.footerContent)??""} text-${t.unref(l).copy}`)},t.toDisplayString(i.footer),3)):t.createCommentVNode("",!0),t.createElementVNode("div",{class:t.normalizeClass(((x=o.value)==null?void 0:x.ctas)??"")},[(t.openBlock(!0),t.createElementBlock(t.Fragment,null,t.renderList(i.ctas,(A,j)=>{var M;return t.openBlock(),t.createBlock(p,t.mergeProps({key:`cta-${A.title}-${j}`,class:`cta-${j} ${(M=o.value)==null?void 0:M.cta}`,color:t.unref(Ie)(A,t.unref(c)),"text-color":t.unref(Ae)(A,t.unref(c)),ref_for:!0},A),null,16,["class","color","text-color"])}),128))],2)]}),key:"1"}:void 0]),1032,["class","pt:footer:class","pt:body:class"])],2)}}}),bl=t.createElementVNode("div",{class:"tile-content-media-background"},null,-1),Cl=["innerHTML"],Sn=t.defineComponent({__name:"TileContentImageTile",props:{__typename:{},index:{},image:{},video:{},headline:{},subheadline:{},description:{},ctas:{},textColor:{},backgroundColor:{},tileLabel:{},tileLabelType:{},alignment:{default:"left"},pt:{},listItems:{},footer:{},isProvider:{type:Boolean,default:!0},class:{}},setup(n){const e=n,o=t.computed(()=>$(yt,e.pt??{})),{palette:r}=F(e),l=e.backgroundColor?r:r.tile,a=typeof e.index=="number",c=e.backgroundColor?e.backgroundColor:r.tile.bg,s=t.computed(()=>e.alignment==="center"?"items-center":e.alignment==="right"?"items-end":"items-start");return(i,d)=>{var m,f,h,y;const u=ke,p=W;return t.openBlock(),t.createElementBlock("div",{class:t.normalizeClass(`tile-content ${t.unref(L)(((m=o.value)==null?void 0:m.root)??"",a?"":"w-full md:w-full lg:w-full",`bg-${t.unref(c)}`,e.class??"")}`)},[t.createVNode(t.unref(oe),{class:t.normalizeClass(`${((f=o.value)==null?void 0:f.container)??""} tile-content-container shadow-none`),"pt:footer:class":`tile-content-ctas ${((h=o.value)==null?void 0:h.footer)??""}`,"pt:body:class":((y=o.value)==null?void 0:y.body)??""},t.createSlots({_:2},[i.description||i.listItems?{name:"content",fn:t.withCtx(()=>{var g,b,C,S,P,_,V,E,x,A,j,M,B,U;return[t.createElementVNode("div",{class:t.normalizeClass(`flex flex-col tile-content-inner ${((g=o.value)==null?void 0:g.bodyCopy)??""} ${s.value}`)},[i.image?(t.openBlock(),t.createElementBlock("div",{key:0,class:t.normalizeClass(`tile-content-media w-4/5 ${((b=o.value)==null?void 0:b.media)??""}`)},[i.tileLabel||i.tileLabelType?(t.openBlock(),t.createBlock(u,{key:0,class:t.normalizeClass(i.tileLabelType==="Numeric"||((C=i.tileLabel)==null?void 0:C.type)==="Numeric"?(S=o.value)==null?void 0:S.numericLabel:(P=o.value)==null?void 0:P.label),index:i.index,alignment:((_=i.tileLabel)==null?void 0:_.alignment)??"left",type:i.tileLabelType??((V=i.tileLabel)==null?void 0:V.type),"background-color":t.unref(l).label[i.tileLabelType??((E=i.tileLabel)==null?void 0:E.type)??"Text"].bg,"text-color":t.unref(l).label[i.tileLabelType??((x=i.tileLabel)==null?void 0:x.type)??"Text"].copy},null,8,["class","index","alignment","type","background-color","text-color"])):t.createCommentVNode("",!0),bl,i.image?(t.openBlock(),t.createBlock(H,t.mergeProps({key:1},i.image,{class:t.unref(L)("rounded-full",(j=(A=i.image)==null?void 0:A.media)!=null&&j.width?"":"w-full",i.image.class)}),null,16,["class"])):t.createCommentVNode("",!0)],2)):t.createCommentVNode("",!0),i.headline?(t.openBlock(),t.createElementBlock("h3",{key:1,class:t.normalizeClass(`tile-content-headline ${((M=o.value)==null?void 0:M.headline)??""} text-${t.unref(l).headline}`)},t.toDisplayString(i.headline),3)):t.createCommentVNode("",!0),i.subheadline?(t.openBlock(),t.createElementBlock("h6",{key:2,class:t.normalizeClass(`tile-content-subheadline ${((B=o.value)==null?void 0:B.subheadline)??""} text-${t.unref(l).copy}`)},t.toDisplayString(i.subheadline),3)):t.createCommentVNode("",!0),i.description?(t.openBlock(),t.createElementBlock("div",{key:3,class:t.normalizeClass(`tile-content-description ${((U=o.value)==null?void 0:U.description)??""} text-${t.unref(l).copy} text-${i.alignment}`),innerHTML:i.description},null,10,Cl)):t.createCommentVNode("",!0)],2)]}),key:"0"}:void 0,i.ctas||i.footer?{name:"footer",fn:t.withCtx(()=>{var g,b;return[i.footer?(t.openBlock(),t.createElementBlock("p",{key:0,class:t.normalizeClass(`${((g=o.value)==null?void 0:g.footerContent)??""} text-${t.unref(l).copy} text-${i.alignment}`)},t.toDisplayString(i.footer),3)):t.createCommentVNode("",!0),t.createElementVNode("div",{class:t.normalizeClass(((b=o.value)==null?void 0:b.ctas)??"")},[(t.openBlock(!0),t.createElementBlock(t.Fragment,null,t.renderList(i.ctas,(C,S)=>{var P;return t.openBlock(),t.createBlock(p,t.mergeProps({key:`cta-${C.title}-${S}`,class:`cta-${S} ${(P=o.value)==null?void 0:P.cta}`,color:t.unref(Ie)(C,t.unref(c)),textColor:t.unref(Ae)(C,t.unref(c)),ref_for:!0},C),null,16,["class","color","textColor"])}),128))],2)]}),key:"1"}:void 0]),1032,["class","pt:footer:class","pt:body:class"])],2)}}}),kl=["innerHTML"],Bn=t.defineComponent({__name:"TileContentTextTile",props:{__typename:{},index:{},image:{},video:{},headline:{},subheadline:{},description:{},ctas:{},textColor:{},backgroundColor:{},tileLabel:{},tileLabelType:{},alignment:{default:"left"},pt:{},listItems:{},footer:{},isProvider:{type:Boolean,default:!0},class:{}},setup(n){const e=n,o=t.computed(()=>$(bt,e.pt??{})),r=typeof e.index=="number",{palette:l}=F(e),a=e.backgroundColor?l:l.tile,c=e.backgroundColor?e.backgroundColor:l.tile.bg;return(s,i)=>{var p,m,f,h,y,g,b,C,S,P;const d=ke,u=W;return t.openBlock(),t.createElementBlock("div",{class:t.normalizeClass(`tile-content ${t.unref(L)((p=o.value)==null?void 0:p.root,r?"":"w-full md:w-full lg:w-full")} ${e.class} bg-${t.unref(c)}`)},[s.tileLabel||s.tileLabelType?(t.openBlock(),t.createBlock(d,t.mergeProps({key:0},s.tileLabel,{class:s.tileLabelType==="Numeric"||((m=s.tileLabel)==null?void 0:m.type)==="Numeric"?(f=o.value)==null?void 0:f.numericLabel:(h=o.value)==null?void 0:h.label,index:s.index,type:s.tileLabelType??((y=s.tileLabel)==null?void 0:y.type),"background-color":t.unref(a).label[s.tileLabelType??((g=s.tileLabel)==null?void 0:g.type)??"Text"].bg,"text-color":t.unref(a).label[s.tileLabelType??((b=s.tileLabel)==null?void 0:b.type)??"Text"].copy}),null,16,["class","index","type","background-color","text-color"])):t.createCommentVNode("",!0),t.createVNode(t.unref(oe),{class:t.normalizeClass(`${((C=o.value)==null?void 0:C.container)??""} tile-content-container shadow-none`),"pt:footer:class":`tile-content-ctas ${((S=o.value)==null?void 0:S.footer)??""}`,"pt:body:class":((P=o.value)==null?void 0:P.body)??""},t.createSlots({_:2},[s.description||s.subheadline||s.headline?{name:"content",fn:t.withCtx(()=>{var _,V,E,x;return[t.createElementVNode("div",{class:t.normalizeClass(`flex flex-col tile-content-inner ${((_=o.value)==null?void 0:_.bodyCopy)??""}`)},[s.subheadline?(t.openBlock(),t.createElementBlock("h6",{key:0,class:t.normalizeClass(`tile-content-subheadline ${((V=o.value)==null?void 0:V.subheadline)??""} text-${t.unref(a).copy} text-${s.alignment}`)},t.toDisplayString(s.subheadline),3)):t.createCommentVNode("",!0),s.headline?(t.openBlock(),t.createElementBlock("h2",{key:1,class:t.normalizeClass(`tile-content-headline ${((E=o.value)==null?void 0:E.headline)??""} text-${t.unref(a).headline} text-${s.alignment}`)},t.toDisplayString(s.headline),3)):t.createCommentVNode("",!0),s.description?(t.openBlock(),t.createElementBlock("div",{key:2,class:t.normalizeClass(`tile-content-description ${((x=o.value)==null?void 0:x.description)??""} text-${t.unref(a).copy} text-${s.alignment}`),innerHTML:s.description},null,10,kl)):t.createCommentVNode("",!0)],2)]}),key:"0"}:void 0,s.ctas||s.footer?{name:"footer",fn:t.withCtx(()=>{var _,V;return[s.footer?(t.openBlock(),t.createElementBlock("p",{key:0,class:t.normalizeClass(`${((_=o.value)==null?void 0:_.footerContent)??""} text-${t.unref(a).copy} text-${s.alignment}`)},t.toDisplayString(s.footer),3)):t.createCommentVNode("",!0),t.createElementVNode("div",{class:t.normalizeClass(((V=o.value)==null?void 0:V.ctas)??"")},[(t.openBlock(!0),t.createElementBlock(t.Fragment,null,t.renderList(s.ctas,(E,x)=>{var A;return t.openBlock(),t.createBlock(u,t.mergeProps({key:`cta-${E.title}-${x}`,class:`cta-${x} ${(A=o.value)==null?void 0:A.cta} w-full`,color:t.unref(Ie)(E,t.unref(c)),textColor:t.unref(Ae)(E,t.unref(c)),ref_for:!0},E),null,16,["class","color","textColor"])}),128))],2)]}),key:"1"}:void 0]),1032,["class","pt:footer:class","pt:body:class"])],2)}}}),$l=t.createElementVNode("div",{class:"tile-content-media-background"},null,-1),vl=["innerHTML"],Tn=t.defineComponent({__name:"TileContentVideoTile",props:{__typename:{},index:{},image:{},video:{},headline:{},subheadline:{},description:{},ctas:{},textColor:{},backgroundColor:{},tileLabel:{},tileLabelType:{},alignment:{default:"left"},pt:{},listItems:{},footer:{},isProvider:{type:Boolean,default:!0},class:{}},setup(n){const e=n,o=t.computed(()=>$(Ct,e.pt??{})),r=typeof e.index=="number",{palette:l}=F(e),a=e.backgroundColor?l:l.tile,c=e.backgroundColor?e.backgroundColor:l.tile.bg,s=t.computed(()=>e.alignment==="center"?"items-center":e.alignment==="right"?"items-end":"items-start");return(i,d)=>{var m,f,h,y,g,b,C,S,P,_,V;const u=ke,p=W;return t.openBlock(),t.createElementBlock("div",{class:t.normalizeClass(`tile-content ${t.unref(L)("relative text-center list-none flex-auto rounded overflow-visible mx-auto shadow-none",`bg-${t.unref(c)}`,r?"":"w-full md:w-full lg:w-full",((m=o.value)==null?void 0:m.root)??"",e.class??"")} ${e.class}`)},[i.tileLabel||i.tileLabelType?(t.openBlock(),t.createBlock(u,{key:0,class:t.normalizeClass(i.tileLabelType==="Numeric"||((f=i.tileLabel)==null?void 0:f.type)==="Numeric"?(h=o.value)==null?void 0:h.numericLabel:(y=o.value)==null?void 0:y.label),index:i.index,alignment:((g=i.tileLabel)==null?void 0:g.alignment)??"right",type:i.tileLabelType??((b=i.tileLabel)==null?void 0:b.type),"background-color":t.unref(a).label[i.tileLabelType??((C=i.tileLabel)==null?void 0:C.type)??"Text"].bg,"text-color":t.unref(a).label[i.tileLabelType??((S=i.tileLabel)==null?void 0:S.type)??"Text"].copy},null,8,["class","index","alignment","type","background-color","text-color"])):t.createCommentVNode("",!0),t.createVNode(t.unref(oe),{class:t.normalizeClass(`${((P=o.value)==null?void 0:P.container)??""} tile-content-container shadow-none`),"pt:footer:class":`tile-content-ctas ${((_=o.value)==null?void 0:_.ctas)??""}`,"pt:body:class":((V=o.value)==null?void 0:V.body)??""},t.createSlots({_:2},[i.description||i.listItems?{name:"content",fn:t.withCtx(()=>{var E,x,A,j,M;return[t.createElementVNode("div",{class:t.normalizeClass(`flex flex-col tile-content-inner ${((E=o.value)==null?void 0:E.bodyCopy)??""} ${s.value}`)},[i.headline?(t.openBlock(),t.createElementBlock("h3",{key:0,class:t.normalizeClass(`tile-content-headline ${((x=o.value)==null?void 0:x.headline)??""} text-${t.unref(a).headline} text-${i.alignment}`)},t.toDisplayString(i.headline),3)):t.createCommentVNode("",!0),i.subheadline?(t.openBlock(),t.createElementBlock("h6",{key:1,class:t.normalizeClass(`tile-content-subheadline ${((A=o.value)==null?void 0:A.subheadline)??""} text-${t.unref(a).copy} text-${i.alignment}`)},t.toDisplayString(i.subheadline),3)):t.createCommentVNode("",!0),i.video?(t.openBlock(),t.createElementBlock("div",{key:2,class:t.normalizeClass(`tile-content-media ${((j=o.value)==null?void 0:j.media)??""}`)},[$l,i.video?(t.openBlock(),t.createBlock($e,t.mergeProps({key:0},i.video,{class:"w-full"}),null,16)):t.createCommentVNode("",!0)],2)):t.createCommentVNode("",!0),i.description?(t.openBlock(),t.createElementBlock("div",{key:3,class:t.normalizeClass(`tile-content-description ${((M=o.value)==null?void 0:M.description)??""} text-${t.unref(a).copy} text-${i.alignment}`),innerHTML:i.description},null,10,vl)):t.createCommentVNode("",!0)],2)]}),key:"0"}:void 0,i.ctas||i.footer?{name:"footer",fn:t.withCtx(()=>{var E;return[i.footer?(t.openBlock(),t.createElementBlock("p",{key:0,class:t.normalizeClass(`${((E=o.value)==null?void 0:E.footer)??""} text-${t.unref(a).copy}`)},t.toDisplayString(i.footer),3)):t.createCommentVNode("",!0),(t.openBlock(!0),t.createElementBlock(t.Fragment,null,t.renderList(i.ctas,(x,A)=>{var j;return t.openBlock(),t.createBlock(p,t.mergeProps({key:`cta-${x.title}-${A}`,class:`cta-${A} ${(j=o.value)==null?void 0:j.cta}`,color:t.unref(Ie)(x,t.unref(c)),textColor:t.unref(Ae)(x,t.unref(c)),ref_for:!0},x),null,16,["class","color","textColor"])}),128))]}),key:"1"}:void 0]),1032,["class","pt:footer:class","pt:body:class"])],2)}}}),wl=["innerHTML"],Sl=["innerHTML"],Bl=["innerHTML"],Tl=["src"],Pn=t.defineComponent({__name:"TileContentImageStackedAnimatedTile",props:{__typename:{},index:{},image:{},video:{},headline:{},subheadline:{},description:{},ctas:{},textColor:{},backgroundColor:{},tileLabel:{},tileLabelType:{},alignment:{},pt:{},listItems:{},footer:{},isProvider:{type:Boolean},class:{}},setup(n){const e=n,o=t.computed(()=>$(ht,e.pt??{})),r=t.computed(()=>!((e.index??0)%2)),l=t.computed(()=>e.index===0),{palette:a}=F(e),c=a.tile,s=t.computed(()=>{var i;return(i=e.tileLabel)!=null&&i.alignment?e.tileLabel.alignment:r.value?"right":"left"});return(i,d)=>{var m,f,h,y;const u=ke,p=W;return t.openBlock(),t.createElementBlock("div",{class:t.normalizeClass(`tile-content ${t.unref(L)(((m=o.value)==null?void 0:m.root)??"",e.class??"")} max-w-[1024px]`)},[t.createVNode(t.unref(oe),{class:t.normalizeClass(`${((f=o.value)==null?void 0:f.container)??""} tile-content-container shadow-none`),"pt:footer:class":`tile-content-ctas ${((h=o.value)==null?void 0:h.ctas)??""}`,"pt:body:class":((y=o.value)==null?void 0:y.body)??""},t.createSlots({content:t.withCtx(()=>{var g,b,C,S,P,_,V,E,x,A,j,M,B;return[t.createElementVNode("div",{class:t.normalizeClass(`flex gap-[5vmin] md:gap-12 relative ${r.value?"flex-row-reverse":""} tile-content-inner ${((g=o.value)==null?void 0:g.bodyCopy)??""}`)},[t.createElementVNode("div",{class:t.normalizeClass(`tile-content-text flex-auto relative z-20 flex flex-col justify-center ${((b=o.value)==null?void 0:b.text)??""} ${r.value?"items-start *:text-left":"items-end *:text-right"}`)},[i.headline?(t.openBlock(),t.createElementBlock("h3",{key:0,class:t.normalizeClass(`tile-content-headline w-full ${((C=o.value)==null?void 0:C.headline)??""} text-${t.unref(a).headline}`),innerHTML:i.headline},null,10,wl)):t.createCommentVNode("",!0),i.subheadline?(t.openBlock(),t.createElementBlock("h6",{key:1,class:t.normalizeClass(`tile-content-subheadline ${((S=o.value)==null?void 0:S.subheadline)??""} w-full text-${t.unref(a).headline}`),innerHTML:i.subheadline},null,10,Sl)):t.createCommentVNode("",!0),i.description?(t.openBlock(),t.createElementBlock("p",{key:2,class:t.normalizeClass(`tile-content-description ${((P=o.value)==null?void 0:P.description)??""} w-full text-${t.unref(a).copy}`),innerHTML:i.description},null,10,Bl)):t.createCommentVNode("",!0)],2),i.video||i.image?(t.openBlock(),t.createElementBlock("div",{key:0,class:t.normalizeClass(`tile-content-media relative ${((_=o.value)==null?void 0:_.media)??""} max-w-[350px]`)},[t.createElementVNode("img",{class:t.normalizeClass({absolute:!0,"w-full":!0,"z-0":!0,"top-[36%]":l.value,"left-[-16%]":l.value,"bg-left-top":r.value&&!l.value||!r.value,"rotate-90":r.value&&!l.value,"left-[-28%]":r.value&&!l.value,"top-[-10%]":r.value&&!l.value,"top-[-16%]":!r.value,"right-[-16%]":!r.value,"rotate-180":!r.value}),src:(r.value,"https://images.ctfassets.net/qqblaiss500w/5Bp3ySaz0pqR5gLtdxOQoi/db01031466deed9b7b959c08c17e5681/circles1.f3eead2.svg")},null,10,Tl),i.tileLabel||i.tileLabelType?(t.openBlock(),t.createBlock(u,t.mergeProps({key:0},i.tileLabel,{class:{[((V=o.value)==null?void 0:V.numericLabel)??""]:i.tileLabelType==="Numeric"||((E=i.tileLabel)==null?void 0:E.type)==="Numeric",[((x=o.value)==null?void 0:x.label)??""]:i.tileLabelType==="Text"||((A=i.tileLabel)==null?void 0:A.type)==="Text","top-8":!0},index:i.index,type:i.tileLabelType??((j=i.tileLabel)==null?void 0:j.type),alignment:s.value,"background-color":t.unref(c).label[i.tileLabelType??((M=i.tileLabel)==null?void 0:M.type)??"Text"].bg,"text-color":t.unref(c).label[i.tileLabelType??((B=i.tileLabel)==null?void 0:B.type)??"Text"].copy}),null,16,["class","index","type","alignment","background-color","text-color"])):t.createCommentVNode("",!0),i.image?(t.openBlock(),t.createBlock(H,t.mergeProps({key:1},i.image,{class:t.unref(L)("w-full md:min-w-[350px] relative rounded-full z-10",i.image.class)}),null,16,["class"])):t.createCommentVNode("",!0),i.video?(t.openBlock(),t.createBlock($e,t.normalizeProps(t.mergeProps({key:2},i.video)),null,16)):t.createCommentVNode("",!0)],2)):t.createCommentVNode("",!0)],2)]}),_:2},[i.ctas||i.footer?{name:"footer",fn:t.withCtx(()=>{var g;return[i.footer?(t.openBlock(),t.createElementBlock("p",{key:0,class:t.normalizeClass(`${((g=o.value)==null?void 0:g.footer)??""} text-${t.unref(a).copy}`)},t.toDisplayString(i.footer),3)):t.createCommentVNode("",!0),(t.openBlock(!0),t.createElementBlock(t.Fragment,null,t.renderList(i.ctas,(b,C)=>{var S;return t.openBlock(),t.createBlock(p,t.mergeProps({key:`cta-${b.title}-${C}`,class:`cta-${C} ${(S=o.value)==null?void 0:S.cta}`,ref_for:!0},b),null,16,["class"])}),128))]}),key:"0"}:void 0]),1032,["class","pt:footer:class","pt:body:class"])],2)}}}),Pl=Object.freeze(Object.defineProperty({__proto__:null,Accordion:$t,AccordionItem:vt,AccordionListItem:wt,AccordionTileItem:St,CTA:W,CarouselModule:Yt,ContainerCollectionModule:rn,ContainerModule:Jt,ContentModule:on,FooterNavigation:yn,Image:H,LogoCollectionModule:bn,NavigationElement:xe,PrimaryNavigation:Cn,SplitModule:kn,TestimonialModule:$n,TileCollectionModule:vn,TileContentIconTile:wn,TileContentImageStackedAnimatedTile:Pn,TileContentImageTile:Sn,TileContentTextTile:Bn,TileContentVideoTile:Tn,Video:$e},Symbol.toStringTag,{value:"Module"})),El=n=>{Object.entries(Pl).forEach(([e,o])=>{n.component(e,o)})};k.Accordion=$t,k.AccordionItem=vt,k.AccordionItemPt=we,k.AccordionListItem=wt,k.AccordionListItemPt=ot,k.AccordionPt=nt,k.AccordionTileItem=St,k.AccordionTileItemPt=rt,k.CTA=W,k.CTAPt=ct,k.CarouselModule=Yt,k.CarouselModuleAltPt=lo,k.CarouselModulePt=it,k.ContainerCollectionModule=rn,k.ContainerCollectionModulePt=lt,k.ContainerModule=Jt,k.ContainerModulePt=at,k.ContentModule=on,k.ContentModulePt=st,k.DEFAULT_PASSTHROUGH=D,k.FooterNavigation=yn,k.FooterNavigationPt=ao,k.Image=H,k.ImagePt=so,k.LogoCollectionModule=bn,k.LogoCollectionModulePt=dt,k.NavigationElement=xe,k.NavigationElementPt=ut,k.PrimaryNavigation=Cn,k.PrimaryNavigationPt=co,k.SplitModule=kn,k.SplitModulePt=pt,k.TestimonialModule=$n,k.TestimonialModulePt=mt,k.TileCollectionModule=vn,k.TileCollectionModulePt=ft,k.TileContentIconTile=wn,k.TileContentIconTilePt=gt,k.TileContentImageStackedAnimatedTile=Pn,k.TileContentImageStackedAnimatedTilePt=ht,k.TileContentImageTile=Sn,k.TileContentImageTilePt=yt,k.TileContentPt=te,k.TileContentTextTile=Bn,k.TileContentTextTilePt=bt,k.TileContentVideoTile=Tn,k.TileContentVideoTilePt=Ct,k.TileLabelPt=kt,k.Video=$e,k.VideoPt=uo,k.combinePassthroughs=$,k.initGlobalComponents=El,Object.defineProperty(k,Symbol.toStringTag,{value:"Module"})});
|
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.
|
|
4
|
+
"version": "0.1.9",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"files": [
|
|
7
7
|
"dist"
|
|
@@ -25,6 +25,7 @@
|
|
|
25
25
|
},
|
|
26
26
|
"dependencies": {
|
|
27
27
|
"@primevue/themes": "^4.0.0",
|
|
28
|
+
"contentful-migration": "^4.23.2",
|
|
28
29
|
"graphql": "^16.9.0",
|
|
29
30
|
"graphql-tag": "^2.12.6",
|
|
30
31
|
"primeicons": "^7.0.0",
|