@windstream/react-shared-components 0.0.16 → 0.0.18
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/contentful/index.d.ts +60 -8
- package/dist/contentful/index.esm.js +1 -1
- package/dist/contentful/index.esm.js.map +1 -1
- package/dist/contentful/index.js +1 -1
- package/dist/contentful/index.js.map +1 -1
- package/dist/core.d.ts +2 -2
- package/package.json +1 -1
- package/src/contentful/blocks/cta-callout/index.tsx +0 -1
- package/src/contentful/blocks/footer/index.tsx +2 -2
- package/src/contentful/blocks/image-promo-bar/index.tsx +83 -2
- package/src/contentful/blocks/image-promo-bar/types.ts +28 -1
- package/src/contentful/blocks/primary-hero/index.tsx +72 -2
- package/src/contentful/blocks/primary-hero/types.ts +29 -1
|
@@ -41,11 +41,37 @@ type FooterProps = {
|
|
|
41
41
|
|
|
42
42
|
declare const Footer: React$1.FC<FooterProps>;
|
|
43
43
|
|
|
44
|
-
type ImagePromoBarProps = {
|
|
44
|
+
type ImagePromoBarProps = {
|
|
45
|
+
brow: string;
|
|
46
|
+
showAsHeading: boolean;
|
|
47
|
+
title: string;
|
|
48
|
+
subTitle: string;
|
|
49
|
+
image: string;
|
|
50
|
+
mediaPosition: boolean;
|
|
51
|
+
description: React$1.ReactNode;
|
|
52
|
+
openDescriptionLinksOnANewTab: boolean;
|
|
53
|
+
checklist: {
|
|
54
|
+
title: string;
|
|
55
|
+
iconUrl?: string;
|
|
56
|
+
anchorId?: string;
|
|
57
|
+
}[];
|
|
58
|
+
disclaimer: React$1.ReactNode;
|
|
59
|
+
imageLinks: {
|
|
60
|
+
url: string;
|
|
61
|
+
image: string;
|
|
62
|
+
}[];
|
|
63
|
+
cta: any;
|
|
64
|
+
secondaryCta: any;
|
|
65
|
+
ctaDisclaimer: React$1.ReactNode;
|
|
66
|
+
videoLink: {
|
|
67
|
+
image?: string;
|
|
68
|
+
videoPopup?: boolean;
|
|
69
|
+
link?: string;
|
|
70
|
+
};
|
|
71
|
+
maxWidth?: boolean;
|
|
72
|
+
};
|
|
45
73
|
|
|
46
|
-
declare const ImagePromoBar: React.FC<
|
|
47
|
-
fields: ImagePromoBarProps;
|
|
48
|
-
}>;
|
|
74
|
+
declare const ImagePromoBar: React$1.FC<ImagePromoBarProps>;
|
|
49
75
|
|
|
50
76
|
type NavigationProps = {};
|
|
51
77
|
|
|
@@ -53,11 +79,37 @@ declare const Navigation: React.FC<{
|
|
|
53
79
|
fields: NavigationProps;
|
|
54
80
|
}>;
|
|
55
81
|
|
|
56
|
-
type PrimaryHeroProps = {
|
|
82
|
+
type PrimaryHeroProps = {
|
|
83
|
+
title: string;
|
|
84
|
+
showAsHeading?: boolean;
|
|
85
|
+
subTitle?: string;
|
|
86
|
+
price?: string;
|
|
87
|
+
priceSuffix?: string;
|
|
88
|
+
priceCallout?: string;
|
|
89
|
+
pricingDescription?: string;
|
|
90
|
+
pricingDescriptionDisclaimer?: string;
|
|
91
|
+
checklist?: {
|
|
92
|
+
title: string;
|
|
93
|
+
iconUrl?: string;
|
|
94
|
+
anchorId?: string;
|
|
95
|
+
}[];
|
|
96
|
+
logoLockup?: string;
|
|
97
|
+
checkAvailabilityEyebrow?: string;
|
|
98
|
+
primaryCtaPrefix1?: string;
|
|
99
|
+
primaryCtaPrefix2?: string;
|
|
100
|
+
primaryCta1?: any;
|
|
101
|
+
primaryCta2?: any;
|
|
102
|
+
secondaryCtaPrefix?: string;
|
|
103
|
+
secondaryCta?: any;
|
|
104
|
+
bottomLink?: any;
|
|
105
|
+
carouselImages?: string[];
|
|
106
|
+
squareImage?: boolean;
|
|
107
|
+
badgeImage?: string;
|
|
108
|
+
textColor?: string;
|
|
109
|
+
maxWidth?: boolean;
|
|
110
|
+
};
|
|
57
111
|
|
|
58
|
-
declare const PrimaryHero: React.FC<
|
|
59
|
-
fields: PrimaryHeroProps;
|
|
60
|
-
}>;
|
|
112
|
+
declare const PrimaryHero: React$1.FC<PrimaryHeroProps>;
|
|
61
113
|
|
|
62
114
|
type TextProps = {};
|
|
63
115
|
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import{jsx as e,jsxs as r,Fragment as o}from"react/jsx-runtime";import t,{forwardRef as n}from"react";const a=({fields:r})=>e("div",{children:"Accordion"}),s=({fields:r})=>e("div",{children:"Callout"}),l=({fields:r})=>e("div",{children:"Cards"}),i=({fields:r})=>e("div",{children:"Carousel"}),d=({fields:r})=>e("div",{children:"FloatingBanner"});function c(e){var r,o,t="";if("string"==typeof e||"number"==typeof e)t+=e;else if("object"==typeof e)if(Array.isArray(e)){var n=e.length;for(r=0;r<n;r++)e[r]&&(o=c(e[r]))&&(t&&(t+=" "),t+=o)}else for(o in e)e[o]&&(t&&(t+=" "),t+=o);return t}const m=e=>{const r=f(e),{conflictingClassGroups:o,conflictingClassGroupModifiers:t}=e;return{getClassGroupId:e=>{const o=e.split("-");return""===o[0]&&1!==o.length&&o.shift(),p(o,r)||u(e)},getConflictingClassGroupIds:(e,r)=>{const n=o[e]||[];return r&&t[e]?[...n,...t[e]]:n}}},p=(e,r)=>{if(0===e.length)return r.classGroupId;const o=e[0],t=r.nextPart.get(o),n=t?p(e.slice(1),t):void 0;if(n)return n;if(0===r.validators.length)return;const a=e.join("-");return r.validators.find(({validator:e})=>e(a))?.classGroupId},b=/^\[(.+)\]$/,u=e=>{if(b.test(e)){const r=b.exec(e)[1],o=r?.substring(0,r.indexOf(":"));if(o)return"arbitrary.."+o}},f=e=>{const{theme:r,classGroups:o}=e,t={nextPart:new Map,validators:[]};for(const e in o)g(o[e],t,e,r);return t},g=(e,r,o,t)=>{e.forEach(e=>{if("string"==typeof e){return void((""===e?r:h(r,e)).classGroupId=o)}if("function"==typeof e)return x(e)?void g(e(t),r,o,t):void r.validators.push({validator:e,classGroupId:o});Object.entries(e).forEach(([e,n])=>{g(n,h(r,e),o,t)})})},h=(e,r)=>{let o=e;return r.split("-").forEach(e=>{o.nextPart.has(e)||o.nextPart.set(e,{nextPart:new Map,validators:[]}),o=o.nextPart.get(e)}),o},x=e=>e.isThemeGetter,v=e=>{if(e<1)return{get:()=>{},set:()=>{}};let r=0,o=new Map,t=new Map;const n=(n,a)=>{o.set(n,a),r++,r>e&&(r=0,t=o,o=new Map)};return{get(e){let r=o.get(e);return void 0!==r?r:void 0!==(r=t.get(e))?(n(e,r),r):void 0},set(e,r){o.has(e)?o.set(e,r):n(e,r)}}},w=e=>{const{prefix:r,experimentalParseClassName:o}=e;let t=e=>{const r=[];let o,t=0,n=0,a=0;for(let s=0;s<e.length;s++){let l=e[s];if(0===t&&0===n){if(":"===l){r.push(e.slice(a,s)),a=s+1;continue}if("/"===l){o=s;continue}}"["===l?t++:"]"===l?t--:"("===l?n++:")"===l&&n--}const s=0===r.length?e:e.substring(a),l=y(s);return{modifiers:r,hasImportantModifier:l!==s,baseClassName:l,maybePostfixModifierPosition:o&&o>a?o-a:void 0}};if(r){const e=r+":",o=t;t=r=>r.startsWith(e)?o(r.substring(e.length)):{isExternal:!0,modifiers:[],hasImportantModifier:!1,baseClassName:r,maybePostfixModifierPosition:void 0}}if(o){const e=t;t=r=>o({className:r,parseClassName:e})}return t},y=e=>e.endsWith("!")?e.substring(0,e.length-1):e.startsWith("!")?e.substring(1):e,k=e=>{const r=Object.fromEntries(e.orderSensitiveModifiers.map(e=>[e,!0]));return e=>{if(e.length<=1)return e;const o=[];let t=[];return e.forEach(e=>{"["===e[0]||r[e]?(o.push(...t.sort(),e),t=[]):t.push(e)}),o.push(...t.sort()),o}},C=/\s+/;function z(){let e,r,o=0,t="";for(;o<arguments.length;)(e=arguments[o++])&&(r=N(e))&&(t&&(t+=" "),t+=r);return t}const N=e=>{if("string"==typeof e)return e;let r,o="";for(let t=0;t<e.length;t++)e[t]&&(r=N(e[t]))&&(o&&(o+=" "),o+=r);return o};function $(e,...r){let o,t,n,a=function(l){const i=r.reduce((e,r)=>r(e),e());return o=(e=>({cache:v(e.cacheSize),parseClassName:w(e),sortModifiers:k(e),...m(e)}))(i),t=o.cache.get,n=o.cache.set,a=s,s(l)};function s(e){const r=t(e);if(r)return r;const a=((e,r)=>{const{parseClassName:o,getClassGroupId:t,getConflictingClassGroupIds:n,sortModifiers:a}=r,s=[],l=e.trim().split(C);let i="";for(let e=l.length-1;e>=0;e-=1){const r=l[e],{isExternal:d,modifiers:c,hasImportantModifier:m,baseClassName:p,maybePostfixModifierPosition:b}=o(r);if(d){i=r+(i.length>0?" "+i:i);continue}let u=!!b,f=t(u?p.substring(0,b):p);if(!f){if(!u){i=r+(i.length>0?" "+i:i);continue}if(f=t(p),!f){i=r+(i.length>0?" "+i:i);continue}u=!1}const g=a(c).join(":"),h=m?g+"!":g,x=h+f;if(s.includes(x))continue;s.push(x);const v=n(f,u);for(let e=0;e<v.length;++e){const r=v[e];s.push(h+r)}i=r+(i.length>0?" "+i:i)}return i})(e,o);return n(e,a),a}return function(){return a(z.apply(null,arguments))}}const M=e=>{const r=r=>r[e]||[];return r.isThemeGetter=!0,r},G=/^\[(?:(\w[\w-]*):)?(.+)\]$/i,j=/^\((?:(\w[\w-]*):)?(.+)\)$/i,B=/^\d+\/\d+$/,I=/^(\d+(\.\d+)?)?(xs|sm|md|lg|xl)$/,P=/\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$/,F=/^(rgba?|hsla?|hwb|(ok)?(lab|lch)|color-mix)\(.+\)$/,E=/^(inset_)?-?((\d+)?\.?(\d+)[a-z]+|0)_-?((\d+)?\.?(\d+)[a-z]+|0)/,S=/^(url|image|image-set|cross-fade|element|(repeating-)?(linear|radial|conic)-gradient)\(.+\)$/,D=e=>B.test(e),A=e=>!!e&&!Number.isNaN(Number(e)),T=e=>!!e&&Number.isInteger(Number(e)),W=e=>e.endsWith("%")&&A(e.slice(0,-1)),_=e=>I.test(e),L=()=>!0,V=e=>P.test(e)&&!F.test(e),O=()=>!1,q=e=>E.test(e),H=e=>S.test(e),R=e=>!J(e)&&!ee(e),Y=e=>le(e,me,O),J=e=>G.test(e),K=e=>le(e,pe,V),Q=e=>le(e,be,A),U=e=>le(e,de,O),X=e=>le(e,ce,H),Z=e=>le(e,fe,q),ee=e=>j.test(e),re=e=>ie(e,pe),oe=e=>ie(e,ue),te=e=>ie(e,de),ne=e=>ie(e,me),ae=e=>ie(e,ce),se=e=>ie(e,fe,!0),le=(e,r,o)=>{const t=G.exec(e);return!!t&&(t[1]?r(t[1]):o(t[2]))},ie=(e,r,o=!1)=>{const t=j.exec(e);return!!t&&(t[1]?r(t[1]):o)},de=e=>"position"===e||"percentage"===e,ce=e=>"image"===e||"url"===e,me=e=>"length"===e||"size"===e||"bg-size"===e,pe=e=>"length"===e,be=e=>"number"===e,ue=e=>"family-name"===e,fe=e=>"shadow"===e,ge=()=>{const e=M("color"),r=M("font"),o=M("text"),t=M("font-weight"),n=M("tracking"),a=M("leading"),s=M("breakpoint"),l=M("container"),i=M("spacing"),d=M("radius"),c=M("shadow"),m=M("inset-shadow"),p=M("text-shadow"),b=M("drop-shadow"),u=M("blur"),f=M("perspective"),g=M("aspect"),h=M("ease"),x=M("animate"),v=()=>["center","top","bottom","left","right","top-left","left-top","top-right","right-top","bottom-right","right-bottom","bottom-left","left-bottom",ee,J],w=()=>[ee,J,i],y=()=>[D,"full","auto",...w()],k=()=>[T,"none","subgrid",ee,J],C=()=>["auto",{span:["full",T,ee,J]},T,ee,J],z=()=>[T,"auto",ee,J],N=()=>["auto","min","max","fr",ee,J],$=()=>["auto",...w()],G=()=>[D,"auto","full","dvw","dvh","lvw","lvh","svw","svh","min","max","fit",...w()],j=()=>[e,ee,J],B=()=>["center","top","bottom","left","right","top-left","left-top","top-right","right-top","bottom-right","right-bottom","bottom-left","left-bottom",te,U,{position:[ee,J]}],I=()=>["auto","cover","contain",ne,Y,{size:[ee,J]}],P=()=>[W,re,K],F=()=>["","none","full",d,ee,J],E=()=>["",A,re,K],S=()=>[A,W,te,U],V=()=>["","none",u,ee,J],O=()=>["none",A,ee,J],q=()=>["none",A,ee,J],H=()=>[A,ee,J],le=()=>[D,"full",...w()];return{cacheSize:500,theme:{animate:["spin","ping","pulse","bounce"],aspect:["video"],blur:[_],breakpoint:[_],color:[L],container:[_],"drop-shadow":[_],ease:["in","out","in-out"],font:[R],"font-weight":["thin","extralight","light","normal","medium","semibold","bold","extrabold","black"],"inset-shadow":[_],leading:["none","tight","snug","normal","relaxed","loose"],perspective:["dramatic","near","normal","midrange","distant","none"],radius:[_],shadow:[_],spacing:["px",A],text:[_],"text-shadow":[_],tracking:["tighter","tight","normal","wide","wider","widest"]},classGroups:{aspect:[{aspect:["auto","square",D,J,ee,g]}],container:["container"],columns:[{columns:[A,J,ee,l]}],"break-after":[{"break-after":["auto","avoid","all","avoid-page","page","left","right","column"]}],"break-before":[{"break-before":["auto","avoid","all","avoid-page","page","left","right","column"]}],"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"],sr:["sr-only","not-sr-only"],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:v()}],overflow:[{overflow:["auto","hidden","clip","visible","scroll"]}],"overflow-x":[{"overflow-x":["auto","hidden","clip","visible","scroll"]}],"overflow-y":[{"overflow-y":["auto","hidden","clip","visible","scroll"]}],overscroll:[{overscroll:["auto","contain","none"]}],"overscroll-x":[{"overscroll-x":["auto","contain","none"]}],"overscroll-y":[{"overscroll-y":["auto","contain","none"]}],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:[T,"auto",ee,J]}],basis:[{basis:[D,"full","auto",l,...w()]}],"flex-direction":[{flex:["row","row-reverse","col","col-reverse"]}],"flex-wrap":[{flex:["nowrap","wrap","wrap-reverse"]}],flex:[{flex:[A,D,"auto","initial","none",J]}],grow:[{grow:["",A,ee,J]}],shrink:[{shrink:["",A,ee,J]}],order:[{order:[T,"first","last","none",ee,J]}],"grid-cols":[{"grid-cols":k()}],"col-start-end":[{col:C()}],"col-start":[{"col-start":z()}],"col-end":[{"col-end":z()}],"grid-rows":[{"grid-rows":k()}],"row-start-end":[{row:C()}],"row-start":[{"row-start":z()}],"row-end":[{"row-end":z()}],"grid-flow":[{"grid-flow":["row","col","dense","row-dense","col-dense"]}],"auto-cols":[{"auto-cols":N()}],"auto-rows":[{"auto-rows":N()}],gap:[{gap:w()}],"gap-x":[{"gap-x":w()}],"gap-y":[{"gap-y":w()}],"justify-content":[{justify:["start","end","center","between","around","evenly","stretch","baseline","center-safe","end-safe","normal"]}],"justify-items":[{"justify-items":["start","end","center","stretch","center-safe","end-safe","normal"]}],"justify-self":[{"justify-self":["auto","start","end","center","stretch","center-safe","end-safe"]}],"align-content":[{content:["normal","start","end","center","between","around","evenly","stretch","baseline","center-safe","end-safe"]}],"align-items":[{items:["start","end","center","stretch","center-safe","end-safe",{baseline:["","last"]}]}],"align-self":[{self:["auto","start","end","center","stretch","center-safe","end-safe",{baseline:["","last"]}]}],"place-content":[{"place-content":["start","end","center","between","around","evenly","stretch","baseline","center-safe","end-safe"]}],"place-items":[{"place-items":["start","end","center","stretch","center-safe","end-safe","baseline"]}],"place-self":[{"place-self":["auto","start","end","center","stretch","center-safe","end-safe"]}],p:[{p:w()}],px:[{px:w()}],py:[{py:w()}],ps:[{ps:w()}],pe:[{pe:w()}],pt:[{pt:w()}],pr:[{pr:w()}],pb:[{pb:w()}],pl:[{pl:w()}],m:[{m:$()}],mx:[{mx:$()}],my:[{my:$()}],ms:[{ms:$()}],me:[{me:$()}],mt:[{mt:$()}],mr:[{mr:$()}],mb:[{mb:$()}],ml:[{ml:$()}],"space-x":[{"space-x":w()}],"space-x-reverse":["space-x-reverse"],"space-y":[{"space-y":w()}],"space-y-reverse":["space-y-reverse"],size:[{size:G()}],w:[{w:[l,"screen",...G()]}],"min-w":[{"min-w":[l,"screen","none",...G()]}],"max-w":[{"max-w":[l,"screen","none","prose",{screen:[s]},...G()]}],h:[{h:["screen","lh",...G()]}],"min-h":[{"min-h":["screen","lh","none",...G()]}],"max-h":[{"max-h":["screen","lh",...G()]}],"font-size":[{text:["base",o,re,K]}],"font-smoothing":["antialiased","subpixel-antialiased"],"font-style":["italic","not-italic"],"font-weight":[{font:[t,ee,Q]}],"font-stretch":[{"font-stretch":["ultra-condensed","extra-condensed","condensed","semi-condensed","normal","semi-expanded","expanded","extra-expanded","ultra-expanded",W,J]}],"font-family":[{font:[oe,J,r]}],"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-fractions"],tracking:[{tracking:[n,ee,J]}],"line-clamp":[{"line-clamp":[A,"none",ee,Q]}],leading:[{leading:[a,...w()]}],"list-image":[{"list-image":["none",ee,J]}],"list-style-position":[{list:["inside","outside"]}],"list-style-type":[{list:["disc","decimal","none",ee,J]}],"text-alignment":[{text:["left","center","right","justify","start","end"]}],"placeholder-color":[{placeholder:j()}],"text-color":[{text:j()}],"text-decoration":["underline","overline","line-through","no-underline"],"text-decoration-style":[{decoration:["solid","dashed","dotted","double","wavy"]}],"text-decoration-thickness":[{decoration:[A,"from-font","auto",ee,K]}],"text-decoration-color":[{decoration:j()}],"underline-offset":[{"underline-offset":[A,"auto",ee,J]}],"text-transform":["uppercase","lowercase","capitalize","normal-case"],"text-overflow":["truncate","text-ellipsis","text-clip"],"text-wrap":[{text:["wrap","nowrap","balance","pretty"]}],indent:[{indent:w()}],"vertical-align":[{align:["baseline","top","middle","bottom","text-top","text-bottom","sub","super",ee,J]}],whitespace:[{whitespace:["normal","nowrap","pre","pre-line","pre-wrap","break-spaces"]}],break:[{break:["normal","words","all","keep"]}],wrap:[{wrap:["break-word","anywhere","normal"]}],hyphens:[{hyphens:["none","manual","auto"]}],content:[{content:["none",ee,J]}],"bg-attachment":[{bg:["fixed","local","scroll"]}],"bg-clip":[{"bg-clip":["border","padding","content","text"]}],"bg-origin":[{"bg-origin":["border","padding","content"]}],"bg-position":[{bg:B()}],"bg-repeat":[{bg:["no-repeat",{repeat:["","x","y","space","round"]}]}],"bg-size":[{bg:I()}],"bg-image":[{bg:["none",{linear:[{to:["t","tr","r","br","b","bl","l","tl"]},T,ee,J],radial:["",ee,J],conic:[T,ee,J]},ae,X]}],"bg-color":[{bg:j()}],"gradient-from-pos":[{from:P()}],"gradient-via-pos":[{via:P()}],"gradient-to-pos":[{to:P()}],"gradient-from":[{from:j()}],"gradient-via":[{via:j()}],"gradient-to":[{to:j()}],rounded:[{rounded:F()}],"rounded-s":[{"rounded-s":F()}],"rounded-e":[{"rounded-e":F()}],"rounded-t":[{"rounded-t":F()}],"rounded-r":[{"rounded-r":F()}],"rounded-b":[{"rounded-b":F()}],"rounded-l":[{"rounded-l":F()}],"rounded-ss":[{"rounded-ss":F()}],"rounded-se":[{"rounded-se":F()}],"rounded-ee":[{"rounded-ee":F()}],"rounded-es":[{"rounded-es":F()}],"rounded-tl":[{"rounded-tl":F()}],"rounded-tr":[{"rounded-tr":F()}],"rounded-br":[{"rounded-br":F()}],"rounded-bl":[{"rounded-bl":F()}],"border-w":[{border:E()}],"border-w-x":[{"border-x":E()}],"border-w-y":[{"border-y":E()}],"border-w-s":[{"border-s":E()}],"border-w-e":[{"border-e":E()}],"border-w-t":[{"border-t":E()}],"border-w-r":[{"border-r":E()}],"border-w-b":[{"border-b":E()}],"border-w-l":[{"border-l":E()}],"divide-x":[{"divide-x":E()}],"divide-x-reverse":["divide-x-reverse"],"divide-y":[{"divide-y":E()}],"divide-y-reverse":["divide-y-reverse"],"border-style":[{border:["solid","dashed","dotted","double","hidden","none"]}],"divide-style":[{divide:["solid","dashed","dotted","double","hidden","none"]}],"border-color":[{border:j()}],"border-color-x":[{"border-x":j()}],"border-color-y":[{"border-y":j()}],"border-color-s":[{"border-s":j()}],"border-color-e":[{"border-e":j()}],"border-color-t":[{"border-t":j()}],"border-color-r":[{"border-r":j()}],"border-color-b":[{"border-b":j()}],"border-color-l":[{"border-l":j()}],"divide-color":[{divide:j()}],"outline-style":[{outline:["solid","dashed","dotted","double","none","hidden"]}],"outline-offset":[{"outline-offset":[A,ee,J]}],"outline-w":[{outline:["",A,re,K]}],"outline-color":[{outline:j()}],shadow:[{shadow:["","none",c,se,Z]}],"shadow-color":[{shadow:j()}],"inset-shadow":[{"inset-shadow":["none",m,se,Z]}],"inset-shadow-color":[{"inset-shadow":j()}],"ring-w":[{ring:E()}],"ring-w-inset":["ring-inset"],"ring-color":[{ring:j()}],"ring-offset-w":[{"ring-offset":[A,K]}],"ring-offset-color":[{"ring-offset":j()}],"inset-ring-w":[{"inset-ring":E()}],"inset-ring-color":[{"inset-ring":j()}],"text-shadow":[{"text-shadow":["none",p,se,Z]}],"text-shadow-color":[{"text-shadow":j()}],opacity:[{opacity:[A,ee,J]}],"mix-blend":[{"mix-blend":["normal","multiply","screen","overlay","darken","lighten","color-dodge","color-burn","hard-light","soft-light","difference","exclusion","hue","saturation","color","luminosity","plus-darker","plus-lighter"]}],"bg-blend":[{"bg-blend":["normal","multiply","screen","overlay","darken","lighten","color-dodge","color-burn","hard-light","soft-light","difference","exclusion","hue","saturation","color","luminosity"]}],"mask-clip":[{"mask-clip":["border","padding","content","fill","stroke","view"]},"mask-no-clip"],"mask-composite":[{mask:["add","subtract","intersect","exclude"]}],"mask-image-linear-pos":[{"mask-linear":[A]}],"mask-image-linear-from-pos":[{"mask-linear-from":S()}],"mask-image-linear-to-pos":[{"mask-linear-to":S()}],"mask-image-linear-from-color":[{"mask-linear-from":j()}],"mask-image-linear-to-color":[{"mask-linear-to":j()}],"mask-image-t-from-pos":[{"mask-t-from":S()}],"mask-image-t-to-pos":[{"mask-t-to":S()}],"mask-image-t-from-color":[{"mask-t-from":j()}],"mask-image-t-to-color":[{"mask-t-to":j()}],"mask-image-r-from-pos":[{"mask-r-from":S()}],"mask-image-r-to-pos":[{"mask-r-to":S()}],"mask-image-r-from-color":[{"mask-r-from":j()}],"mask-image-r-to-color":[{"mask-r-to":j()}],"mask-image-b-from-pos":[{"mask-b-from":S()}],"mask-image-b-to-pos":[{"mask-b-to":S()}],"mask-image-b-from-color":[{"mask-b-from":j()}],"mask-image-b-to-color":[{"mask-b-to":j()}],"mask-image-l-from-pos":[{"mask-l-from":S()}],"mask-image-l-to-pos":[{"mask-l-to":S()}],"mask-image-l-from-color":[{"mask-l-from":j()}],"mask-image-l-to-color":[{"mask-l-to":j()}],"mask-image-x-from-pos":[{"mask-x-from":S()}],"mask-image-x-to-pos":[{"mask-x-to":S()}],"mask-image-x-from-color":[{"mask-x-from":j()}],"mask-image-x-to-color":[{"mask-x-to":j()}],"mask-image-y-from-pos":[{"mask-y-from":S()}],"mask-image-y-to-pos":[{"mask-y-to":S()}],"mask-image-y-from-color":[{"mask-y-from":j()}],"mask-image-y-to-color":[{"mask-y-to":j()}],"mask-image-radial":[{"mask-radial":[ee,J]}],"mask-image-radial-from-pos":[{"mask-radial-from":S()}],"mask-image-radial-to-pos":[{"mask-radial-to":S()}],"mask-image-radial-from-color":[{"mask-radial-from":j()}],"mask-image-radial-to-color":[{"mask-radial-to":j()}],"mask-image-radial-shape":[{"mask-radial":["circle","ellipse"]}],"mask-image-radial-size":[{"mask-radial":[{closest:["side","corner"],farthest:["side","corner"]}]}],"mask-image-radial-pos":[{"mask-radial-at":["center","top","bottom","left","right","top-left","left-top","top-right","right-top","bottom-right","right-bottom","bottom-left","left-bottom"]}],"mask-image-conic-pos":[{"mask-conic":[A]}],"mask-image-conic-from-pos":[{"mask-conic-from":S()}],"mask-image-conic-to-pos":[{"mask-conic-to":S()}],"mask-image-conic-from-color":[{"mask-conic-from":j()}],"mask-image-conic-to-color":[{"mask-conic-to":j()}],"mask-mode":[{mask:["alpha","luminance","match"]}],"mask-origin":[{"mask-origin":["border","padding","content","fill","stroke","view"]}],"mask-position":[{mask:B()}],"mask-repeat":[{mask:["no-repeat",{repeat:["","x","y","space","round"]}]}],"mask-size":[{mask:I()}],"mask-type":[{"mask-type":["alpha","luminance"]}],"mask-image":[{mask:["none",ee,J]}],filter:[{filter:["","none",ee,J]}],blur:[{blur:V()}],brightness:[{brightness:[A,ee,J]}],contrast:[{contrast:[A,ee,J]}],"drop-shadow":[{"drop-shadow":["","none",b,se,Z]}],"drop-shadow-color":[{"drop-shadow":j()}],grayscale:[{grayscale:["",A,ee,J]}],"hue-rotate":[{"hue-rotate":[A,ee,J]}],invert:[{invert:["",A,ee,J]}],saturate:[{saturate:[A,ee,J]}],sepia:[{sepia:["",A,ee,J]}],"backdrop-filter":[{"backdrop-filter":["","none",ee,J]}],"backdrop-blur":[{"backdrop-blur":V()}],"backdrop-brightness":[{"backdrop-brightness":[A,ee,J]}],"backdrop-contrast":[{"backdrop-contrast":[A,ee,J]}],"backdrop-grayscale":[{"backdrop-grayscale":["",A,ee,J]}],"backdrop-hue-rotate":[{"backdrop-hue-rotate":[A,ee,J]}],"backdrop-invert":[{"backdrop-invert":["",A,ee,J]}],"backdrop-opacity":[{"backdrop-opacity":[A,ee,J]}],"backdrop-saturate":[{"backdrop-saturate":[A,ee,J]}],"backdrop-sepia":[{"backdrop-sepia":["",A,ee,J]}],"border-collapse":[{border:["collapse","separate"]}],"border-spacing":[{"border-spacing":w()}],"border-spacing-x":[{"border-spacing-x":w()}],"border-spacing-y":[{"border-spacing-y":w()}],"table-layout":[{table:["auto","fixed"]}],caption:[{caption:["top","bottom"]}],transition:[{transition:["","all","colors","opacity","shadow","transform","none",ee,J]}],"transition-behavior":[{transition:["normal","discrete"]}],duration:[{duration:[A,"initial",ee,J]}],ease:[{ease:["linear","initial",h,ee,J]}],delay:[{delay:[A,ee,J]}],animate:[{animate:["none",x,ee,J]}],backface:[{backface:["hidden","visible"]}],perspective:[{perspective:[f,ee,J]}],"perspective-origin":[{"perspective-origin":v()}],rotate:[{rotate:O()}],"rotate-x":[{"rotate-x":O()}],"rotate-y":[{"rotate-y":O()}],"rotate-z":[{"rotate-z":O()}],scale:[{scale:q()}],"scale-x":[{"scale-x":q()}],"scale-y":[{"scale-y":q()}],"scale-z":[{"scale-z":q()}],"scale-3d":["scale-3d"],skew:[{skew:H()}],"skew-x":[{"skew-x":H()}],"skew-y":[{"skew-y":H()}],transform:[{transform:[ee,J,"","none","gpu","cpu"]}],"transform-origin":[{origin:v()}],"transform-style":[{transform:["3d","flat"]}],translate:[{translate:le()}],"translate-x":[{"translate-x":le()}],"translate-y":[{"translate-y":le()}],"translate-z":[{"translate-z":le()}],"translate-none":["translate-none"],accent:[{accent:j()}],appearance:[{appearance:["none","auto"]}],"caret-color":[{caret:j()}],"color-scheme":[{scheme:["normal","dark","light","light-dark","only-dark","only-light"]}],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",ee,J]}],"field-sizing":[{"field-sizing":["fixed","content"]}],"pointer-events":[{"pointer-events":["auto","none"]}],resize:[{resize:["none","","y","x"]}],"scroll-behavior":[{scroll:["auto","smooth"]}],"scroll-m":[{"scroll-m":w()}],"scroll-mx":[{"scroll-mx":w()}],"scroll-my":[{"scroll-my":w()}],"scroll-ms":[{"scroll-ms":w()}],"scroll-me":[{"scroll-me":w()}],"scroll-mt":[{"scroll-mt":w()}],"scroll-mr":[{"scroll-mr":w()}],"scroll-mb":[{"scroll-mb":w()}],"scroll-ml":[{"scroll-ml":w()}],"scroll-p":[{"scroll-p":w()}],"scroll-px":[{"scroll-px":w()}],"scroll-py":[{"scroll-py":w()}],"scroll-ps":[{"scroll-ps":w()}],"scroll-pe":[{"scroll-pe":w()}],"scroll-pt":[{"scroll-pt":w()}],"scroll-pr":[{"scroll-pr":w()}],"scroll-pb":[{"scroll-pb":w()}],"scroll-pl":[{"scroll-pl":w()}],"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",ee,J]}],fill:[{fill:["none",...j()]}],"stroke-w":[{stroke:[A,re,K,Q]}],stroke:[{stroke:["none",...j()]}],"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-x","border-w-y","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-x","border-color-y","border-color-s","border-color-e","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"],translate:["translate-x","translate-y","translate-none"],"translate-none":["translate","translate-x","translate-y","translate-z"],"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"]},orderSensitiveModifiers:["*","**","after","backdrop","before","details-content","file","first-letter","first-line","marker","placeholder","selection"]}},he=(e,r,o)=>{void 0!==o&&(e[r]=o)},xe=(e,r)=>{if(r)for(const o in r)he(e,o,r[o])},ve=(e,r)=>{if(r)for(const o in r)we(e,r,o)},we=(e,r,o)=>{const t=r[o];void 0!==t&&(e[o]=e[o]?e[o].concat(t):t)},ye=((e,...r)=>"function"==typeof e?$(ge,e,...r):$(()=>((e,{cacheSize:r,prefix:o,experimentalParseClassName:t,extend:n={},override:a={}})=>(he(e,"cacheSize",r),he(e,"prefix",o),he(e,"experimentalParseClassName",t),xe(e.theme,a.theme),xe(e.classGroups,a.classGroups),xe(e.conflictingClassGroups,a.conflictingClassGroups),xe(e.conflictingClassGroupModifiers,a.conflictingClassGroupModifiers),he(e,"orderSensitiveModifiers",a.orderSensitiveModifiers),ve(e.theme,n.theme),ve(e.classGroups,n.classGroups),ve(e.conflictingClassGroups,n.conflictingClassGroups),ve(e.conflictingClassGroupModifiers,n.conflictingClassGroupModifiers),we(e,n,"orderSensitiveModifiers"),e))(ge(),e),...r))({extend:{classGroups:{"font-variants":["heading1","heading2","heading3","heading4","heading5","heading6","subheading1","subheading2","subheading3","subheading4","subheading5","subheading6","body1","body2","body3","footnote","micro","label1","label2","label3","label4"],"button-sizes":["btn-small","btn-medium","btn-large","btn-x-large"]}}}),ke=(...e)=>ye(function(){for(var e,r,o=0,t="",n=arguments.length;o<n;o++)(e=arguments[o])&&(r=c(e))&&(t&&(t+=" "),t+=r);return t}(...e)),Ce=({name:r,fill:o=0,opticalSize:t="48dp",weight:n="200",emphasis:a=145,size:s=24,color:l="currentColor",style:i={},className:d,onClick:c,dataTestId:m})=>{const p={fontVariationSettings:`'FILL' ${o}, 'wght' ${n}, 'GRAD' ${a}, 'opsz' ${t.substring(0,2)}`,fontSize:`${s}px`,fontFamily:"'Material Symbols Rounded'",color:l||"currentColor",...i};return e("span",{style:p,className:ke("material-symbols-rounded",d),onClick:c,"data-testid":m,children:r})};Ce.displayName="MaterialIcon";const ze=e=>{let r="";return e.base&&(r="x-large"===e.base?"label3 ":"label4 "),e.md&&(r+="x-large"===e.md?"md:label3 ":"md:label4 "),e.lg&&(r+="x-large"===e.lg?"lg:label3 ":"lg:label4 "),r.trim()},Ne=n(({variant:o="primary_brand",isLoading:t=!1,text:n,label:a,disabled:s,fullWidth:l,size:i={base:"medium"},...d},c)=>{const m=(()=>{const e=ke((e=>{let r="";return e.base&&(r=`btn-${e.base} `),e.md&&(r+=`${(e=>{switch(e){case"small":return"md:btn-small";case"medium":return"md:btn-medium";case"large":return"md:btn-large";case"x-large":return"md:btn-x-large"}})(e.md)} `),e.lg&&(r+=`lg:btn-${e.lg} `),r.trim()})(i),"rounded-2xl pl-15 pr-15 inline-flex gap-2 items-center justify-center outline-none focus:ring-2 focus:ring-offset-2 cursor-pointer transition-colors duration-200 align-top",l&&"w-full"),r=ke((s||t)&&"cursor-not-allowed",t&&"pl-7",s&&"bg-bg-fill-brand-disabled");return ke(e,{primary_brand:"bg-bg-fill-brand text-text-brand-on-bg-fill enabled:hover:bg-bg-fill-brand-hover focus:ring-bg-fill-brand",primary_inverse:"bg-bg-surface-inverse text-text-inverse enabled:hover:bg-bg-fill-inverse-hover focus:ring-bg-surface-inverse",secondary:"border-2 border-border-secondary-on-bg-fill bg-bg text-text focus:ring-bg-surface-inverse"}[o]||"",r)})();let p=`button--${o}`;t&&(p+=" button--loading"),s&&(p+=" button--disabled");return r("button",{ref:c,className:ke(`${p} ${m}`),disabled:s||t,...d,children:[t?e(Ce,{name:"progress_activity",className:"animate-spin"}):null,a?r("span",{className:"flex flex-col",children:[e("span",{className:ke(ze(i)),children:a}),n]}):n]})});Ne.displayName="BrandButton";const $e=n(({children:r,href:o,className:t="",onClick:n,variant:a="unstyled",style:s,external:l=!1,disabled:i=!1,...d},c)=>{const m=(()=>{if("unstyled"===a)return"";const e={default:"text-text underline"},r=[i?"opacity-60 cursor-not-allowed pointer-events-none":"cursor-pointer"].filter(Boolean).join(" ");return["transition-colors duration-200 focus:outline-none focus:ring-2 focus:ring-offset-2",e[a]||e.default,r].filter(Boolean).join(" ")})(),p={...d,ref:c,className:ke(m,`link--${a}`,i&&"link--disabled",t),style:s,href:i?void 0:o,onClick:e=>{i?e.preventDefault():null==n||n(e)},...l&&!i&&{target:"_blank",rel:"noopener noreferrer"},...i&&{"aria-disabled":!0,tabIndex:-1}};return e("a",{...p,children:r})});$e.displayName="Link";const Me=({showButtonAs:r,buttonVariant:o,buttonLabel:t,buttonPrefix:n,href:a,target:s,anchorId:l,linkClassName:i,linkVariant:d})=>"solid"===r?e(Ne,{id:l,variant:o,text:t,label:n}):"text"===r?e($e,{href:a,target:s,variant:d||"default",className:`text-text-brand ${i||""}`,children:t}):null,Ge=({body:t,links:n,bottomLinks:a,copyrights:s,terms:l,maxWidth:i=!0})=>e("div",{className:"component-container bg-bg-surface-inverse text-white",children:r("div",{className:` ${i?"mx-auto max-w-120":""} px-5 py-8 lg:px-[120px] lg:py-18`,children:[e("div",{children:t}),e("div",{className:"bg-white h-[1px] border-t-0 opacity-100 dark:opacity-50 my-8 lg:my-16"}),e("div",{className:"grid-1 grid gap-8 md:grid-cols-2 lg:grid-cols-4 py-8",children:null==n?void 0:n.map((t,n)=>{var a,s;return r(o,{children:[r("div",{className:"site-links-group",children:[e("div",{children:null==t?void 0:t.title}),e("div",{className:"flex flex-col",children:null===(s=null===(a=null==t?void 0:t.itemsCollection)||void 0===a?void 0:a.items)||void 0===s?void 0:s.map((r,o)=>e("div",{className:"pt-3",children:e(Me,{...r})},`site-links-${o}`))})]},`link-group-${n}`),e("div",{className:"bg-white h-[1px] border-t-0 opacity-100 dark:opacity-50 block md:hidden "})]})})}),r("div",{className:"pt-8",children:[e("p",{className:"copy-rights",children:s}),r("p",{className:"terms-text text-sm font-normal ",children:["© ",(new Date).getFullYear()," ",l]}),e("ul",{className:"bottom-links list-none",children:null==a?void 0:a.map((r,o)=>e("li",{className:"relative float-left pl-[8px] first-of-type:pl-0 first-of-type:before:content-[''] before:content-['•'] before:absolute before:left-[3px] before:top-1/2 before:-translate-y-1/2 before:text-[14px]",children:e(Me,{...r,className:"text-sm font-normal",linkVariant:"unstyled"})},`links-${o}`))})]})]})}),je=({fields:r})=>e("div",{children:"Image Promo Bar"}),Be=({fields:r})=>e("div",{children:"Navigation"}),Ie=({fields:r})=>e("div",{children:"Primary Hero"}),Pe=({fields:r})=>e("div",{children:"Text Block"}),Fe=({fields:r})=>e("div",{children:"Modal Block"}),Ee=({children:o,background:t,className:n,fill:a="yellow",maxFit:s,show:l=!0,path:i="path2"})=>{const d=`${i}`,c={blue:"text-[#07B2E2]",green:"text-[#26B170]",yellow:"text-[#F5FF1E]",purple:"text-[#931D69]",white:"text-white",navy:"text-[#00002D]"},m={blue:"bg-[#07B2E2]",green:"bg-[#26B170]",yellow:"bg-[#F5FF1E]",purple:"bg-[#931D69]",white:"bg-white",navy:"bg-[#00002D]"},p="string"==typeof t&&t in m,b=p?m[t]:void 0,u=t&&!p?{background:t}:void 0,f=a in c?c[a]:"text-[#F5FF1E]";return l?r("div",{className:`shape-bg relative overflow-hidden ${null!=n?n:""} ${s?"max-content":""} ${null!=b?b:u?"":"bg-white"}`,style:u,children:["path1"===i&&e("svg",{className:`shape-bg-svg absolute pointer-events-none z-0 left-1/2 top-[-2371px] translate-x-[-55%] ${d} fill-current ${f}`,width:"2262",height:"4359",viewBox:"0 0 2262 4359",fill:"none",xmlns:"http://www.w3.org/2000/svg","aria-hidden":"true",focusable:"false",children:e("path",{d:"M1838.72 444.021C2216.45 758.242 2351.22 1060.81 2202.83 1982.25C2062.95 2851.55 1923.57 4265.14 1394.48 4348.94C1079.75 4409.66 766.955 4172.68 508.523 4003.04C340.876 3884.89 192.855 3774.9 26.6866 3661.93C-27.6562 3624.7 8.69435 3542.15 74.1261 3555.69C415.628 3626.61 686.916 3615.36 942.942 3443.48C1410.95 3163.54 1632.32 2141.02 1629.56 1543.75C1637.51 910.76 1276.06 582.318 829.643 352.709C587.562 235.528 333.508 169.963 100.699 149.757C31.9431 143.965 25.0259 47.9703 92.459 33.1281C623.196 -84.6769 1404.59 131.886 1839.84 443.573"})}),"path2"===i&&e("svg",{className:`shape-bg-svg absolute pointer-events-none z-0 left-1/2 top-[45.8px] translate-x-[-101%] ${d} fill-current ${f}`,width:"3739",height:"3666",viewBox:"0 0 3739 3666",fill:"none",xmlns:"http://www.w3.org/2000/svg","aria-hidden":"true",focusable:"false",children:e("path",{d:"M1662.93 3664.31C2153.52 3637.23 2442.1 3474.65 2872.31 2646.41C3278.25 1865.09 4009.1 647.09 3634.26 264.38C3417.79 27.9944 3025.37 31.7818 2716.76 13.9013C2511.72 8.81634 2327.31 8.87399 2126.55 0.511773C2060.73 -2.00127 2040.7 85.9475 2101.3 114.087C2417.76 260.743 2628.86 431.51 2731.94 722.142C2940.79 1225.9 2508.91 2178.82 2150.63 2656.7C1779.64 3169.63 1293.64 3217.84 798.345 3136.04C534.128 3085.8 291.072 2986.97 92.1133 2864.4C33.4593 2828.06 -29.3236 2901.01 15.967 2953.13C371.841 3364.12 1128.29 3656.09 1663.56 3665.34"})}),"path3"===i&&e("svg",{className:`shape-bg-svg absolute pointer-events-none z-0 top-[-2600px] left-1/2 translate-x-[-55%] ${d} fill-current ${f}`,width:"3044",height:"3248",viewBox:"0 0 3044 3248",fill:"none",xmlns:"http://www.w3.org/2000/svg","aria-hidden":"true",focusable:"false",children:e("path",{d:"M1.21857 1353.6C-0.931975 1765.46 120.504 2015.15 791.765 2417.01C1424.98 2796.19 2407.16 3469.31 2746.34 3175.04C2955.08 3005.86 2971.76 2677.32 3002.33 2420C3016.95 2248.7 3026.23 2094.39 3043.38 1926.83C3048.81 1871.88 2976.24 1850.67 2949.63 1899.96C2810.91 2157.33 2657.35 2325.33 2408.95 2396.88C1976.88 2546.15 1201.39 2136.59 819.655 1812.63C409.231 1476.27 393.475 1067.19 486.97 656.895C542.372 438.358 637.352 239.983 749.974 79.7081C783.347 32.4684 725.487 -23.7534 679.587 11.5067C317.699 288.49 35.1358 906.671 0.328344 1354.07"})}),"path4"===i&&e("svg",{className:`shape-bg-svg absolute pointer-events-none z-0 left-1/2 top-[-1966.1px] translate-x-[-48%] ${d} fill-current ${f}`,width:"3739",height:"3666",viewBox:"0 0 3739 3666",fill:"none",xmlns:"http://www.w3.org/2000/svg","aria-hidden":"true",focusable:"false",children:e("path",{d:"M1662.93 3664.31C2153.52 3637.23 2442.1 3474.65 2872.31 2646.41C3278.25 1865.1 4009.1 647.091 3634.26 264.381C3417.79 27.9951 3025.37 31.7826 2716.76 13.902C2511.72 8.81709 2327.31 8.87474 2126.55 0.512528C2060.73 -2.00052 2040.7 85.9483 2101.3 114.088C2417.76 260.743 2628.86 431.51 2731.94 722.143C2940.79 1225.9 2508.91 2178.82 2150.63 2656.7C1779.64 3169.63 1293.64 3217.84 798.345 3136.04C534.128 3085.8 291.072 2986.98 92.1133 2864.4C33.4593 2828.06 -29.3236 2901.01 15.967 2953.13C371.841 3364.12 1128.29 3656.09 1663.56 3665.34"})}),e("div",{className:"shape-bg-content relative z-[1]",children:o})]}):e("div",{className:n,style:u,children:o})},Se=n(({children:e,as:r,className:o="",style:n,...a},s)=>{const l=r||"p";return t.createElement(l,{ref:s,className:o,style:n,...a},e)});Se.displayName="Text";const De=({title:o,background:t="white",button:n,color:a,contentAlignment:s,description:l,descriptionAlignment:i,enableHeading:d,subTitle:c,maxWidth:m=!0})=>e("div",{className:`${{blue:"bg-[#07B2E2]",green:"bg-[#26B170]",yellow:"bg-[#F5FF1E]",purple:"bg-[#931D69]",white:"bg-white",navy:"bg-[#00002D]"}[t]} component-container`,children:r("div",{className:`${m?"mx-auto max-w-120":""} flex flex-col text-${a} px-5 py-16 lg:px-13 lg:py-24 `,children:[e(Se,{as:d?"h1":"h2",className:`heading2 lg:heading1 text-${s}`,children:o}),e(Se,{as:"h3",className:`subheading3 pt-2 lg:pt-3 lg:subheading1 text-${s}`,children:c}),e("div",{className:`text-body1 pt-2 lg:pt-3 text-${i}`,children:l}),e("div",{className:"pt-5 lg:pt-14 flex justify-center ",children:e(Me,{...n})})]})});export{a as Accordion,Me as Button,s as Callout,l as Cards,i as Carousel,De as CtaCallout,d as FloatingBanner,Ge as Footer,je as ImagePromoBar,Fe as Modal,Be as Navigation,Ie as PrimaryHero,Ee as ShapeBackgroundWrapper,Pe as Text};
|
|
1
|
+
import{jsx as e,jsxs as r}from"react/jsx-runtime";import o,{forwardRef as t}from"react";const n=({fields:r})=>e("div",{children:"Accordion"}),a=({fields:r})=>e("div",{children:"Callout"}),i=({fields:r})=>e("div",{children:"Cards"}),l=({fields:r})=>e("div",{children:"Carousel"}),s=({fields:r})=>e("div",{children:"FloatingBanner"});function d(e){var r,o,t="";if("string"==typeof e||"number"==typeof e)t+=e;else if("object"==typeof e)if(Array.isArray(e)){var n=e.length;for(r=0;r<n;r++)e[r]&&(o=d(e[r]))&&(t&&(t+=" "),t+=o)}else for(o in e)e[o]&&(t&&(t+=" "),t+=o);return t}const c=e=>{const r=b(e),{conflictingClassGroups:o,conflictingClassGroupModifiers:t}=e;return{getClassGroupId:e=>{const o=e.split("-");return""===o[0]&&1!==o.length&&o.shift(),m(o,r)||u(e)},getConflictingClassGroupIds:(e,r)=>{const n=o[e]||[];return r&&t[e]?[...n,...t[e]]:n}}},m=(e,r)=>{if(0===e.length)return r.classGroupId;const o=e[0],t=r.nextPart.get(o),n=t?m(e.slice(1),t):void 0;if(n)return n;if(0===r.validators.length)return;const a=e.join("-");return r.validators.find(({validator:e})=>e(a))?.classGroupId},p=/^\[(.+)\]$/,u=e=>{if(p.test(e)){const r=p.exec(e)[1],o=r?.substring(0,r.indexOf(":"));if(o)return"arbitrary.."+o}},b=e=>{const{theme:r,classGroups:o}=e,t={nextPart:new Map,validators:[]};for(const e in o)g(o[e],t,e,r);return t},g=(e,r,o,t)=>{e.forEach(e=>{if("string"==typeof e){return void((""===e?r:f(r,e)).classGroupId=o)}if("function"==typeof e)return h(e)?void g(e(t),r,o,t):void r.validators.push({validator:e,classGroupId:o});Object.entries(e).forEach(([e,n])=>{g(n,f(r,e),o,t)})})},f=(e,r)=>{let o=e;return r.split("-").forEach(e=>{o.nextPart.has(e)||o.nextPart.set(e,{nextPart:new Map,validators:[]}),o=o.nextPart.get(e)}),o},h=e=>e.isThemeGetter,v=e=>{if(e<1)return{get:()=>{},set:()=>{}};let r=0,o=new Map,t=new Map;const n=(n,a)=>{o.set(n,a),r++,r>e&&(r=0,t=o,o=new Map)};return{get(e){let r=o.get(e);return void 0!==r?r:void 0!==(r=t.get(e))?(n(e,r),r):void 0},set(e,r){o.has(e)?o.set(e,r):n(e,r)}}},x=e=>{const{prefix:r,experimentalParseClassName:o}=e;let t=e=>{const r=[];let o,t=0,n=0,a=0;for(let i=0;i<e.length;i++){let l=e[i];if(0===t&&0===n){if(":"===l){r.push(e.slice(a,i)),a=i+1;continue}if("/"===l){o=i;continue}}"["===l?t++:"]"===l?t--:"("===l?n++:")"===l&&n--}const i=0===r.length?e:e.substring(a),l=w(i);return{modifiers:r,hasImportantModifier:l!==i,baseClassName:l,maybePostfixModifierPosition:o&&o>a?o-a:void 0}};if(r){const e=r+":",o=t;t=r=>r.startsWith(e)?o(r.substring(e.length)):{isExternal:!0,modifiers:[],hasImportantModifier:!1,baseClassName:r,maybePostfixModifierPosition:void 0}}if(o){const e=t;t=r=>o({className:r,parseClassName:e})}return t},w=e=>e.endsWith("!")?e.substring(0,e.length-1):e.startsWith("!")?e.substring(1):e,y=e=>{const r=Object.fromEntries(e.orderSensitiveModifiers.map(e=>[e,!0]));return e=>{if(e.length<=1)return e;const o=[];let t=[];return e.forEach(e=>{"["===e[0]||r[e]?(o.push(...t.sort(),e),t=[]):t.push(e)}),o.push(...t.sort()),o}},k=/\s+/;function C(){let e,r,o=0,t="";for(;o<arguments.length;)(e=arguments[o++])&&(r=N(e))&&(t&&(t+=" "),t+=r);return t}const N=e=>{if("string"==typeof e)return e;let r,o="";for(let t=0;t<e.length;t++)e[t]&&(r=N(e[t]))&&(o&&(o+=" "),o+=r);return o};function z(e,...r){let o,t,n,a=function(l){const s=r.reduce((e,r)=>r(e),e());return o=(e=>({cache:v(e.cacheSize),parseClassName:x(e),sortModifiers:y(e),...c(e)}))(s),t=o.cache.get,n=o.cache.set,a=i,i(l)};function i(e){const r=t(e);if(r)return r;const a=((e,r)=>{const{parseClassName:o,getClassGroupId:t,getConflictingClassGroupIds:n,sortModifiers:a}=r,i=[],l=e.trim().split(k);let s="";for(let e=l.length-1;e>=0;e-=1){const r=l[e],{isExternal:d,modifiers:c,hasImportantModifier:m,baseClassName:p,maybePostfixModifierPosition:u}=o(r);if(d){s=r+(s.length>0?" "+s:s);continue}let b=!!u,g=t(b?p.substring(0,u):p);if(!g){if(!b){s=r+(s.length>0?" "+s:s);continue}if(g=t(p),!g){s=r+(s.length>0?" "+s:s);continue}b=!1}const f=a(c).join(":"),h=m?f+"!":f,v=h+g;if(i.includes(v))continue;i.push(v);const x=n(g,b);for(let e=0;e<x.length;++e){const r=x[e];i.push(h+r)}s=r+(s.length>0?" "+s:s)}return s})(e,o);return n(e,a),a}return function(){return a(C.apply(null,arguments))}}const $=e=>{const r=r=>r[e]||[];return r.isThemeGetter=!0,r},M=/^\[(?:(\w[\w-]*):)?(.+)\]$/i,G=/^\((?:(\w[\w-]*):)?(.+)\)$/i,I=/^\d+\/\d+$/,j=/^(\d+(\.\d+)?)?(xs|sm|md|lg|xl)$/,P=/\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$/,B=/^(rgba?|hsla?|hwb|(ok)?(lab|lch)|color-mix)\(.+\)$/,S=/^(inset_)?-?((\d+)?\.?(\d+)[a-z]+|0)_-?((\d+)?\.?(\d+)[a-z]+|0)/,F=/^(url|image|image-set|cross-fade|element|(repeating-)?(linear|radial|conic)-gradient)\(.+\)$/,E=e=>I.test(e),L=e=>!!e&&!Number.isNaN(Number(e)),D=e=>!!e&&Number.isInteger(Number(e)),A=e=>e.endsWith("%")&&L(e.slice(0,-1)),T=e=>j.test(e),W=()=>!0,_=e=>P.test(e)&&!B.test(e),V=()=>!1,q=e=>S.test(e),H=e=>F.test(e),O=e=>!U(e)&&!Z(e),R=e=>ie(e,ce,V),U=e=>M.test(e),Y=e=>ie(e,me,_),J=e=>ie(e,pe,L),K=e=>ie(e,se,V),Q=e=>ie(e,de,H),X=e=>ie(e,be,q),Z=e=>G.test(e),ee=e=>le(e,me),re=e=>le(e,ue),oe=e=>le(e,se),te=e=>le(e,ce),ne=e=>le(e,de),ae=e=>le(e,be,!0),ie=(e,r,o)=>{const t=M.exec(e);return!!t&&(t[1]?r(t[1]):o(t[2]))},le=(e,r,o=!1)=>{const t=G.exec(e);return!!t&&(t[1]?r(t[1]):o)},se=e=>"position"===e||"percentage"===e,de=e=>"image"===e||"url"===e,ce=e=>"length"===e||"size"===e||"bg-size"===e,me=e=>"length"===e,pe=e=>"number"===e,ue=e=>"family-name"===e,be=e=>"shadow"===e,ge=()=>{const e=$("color"),r=$("font"),o=$("text"),t=$("font-weight"),n=$("tracking"),a=$("leading"),i=$("breakpoint"),l=$("container"),s=$("spacing"),d=$("radius"),c=$("shadow"),m=$("inset-shadow"),p=$("text-shadow"),u=$("drop-shadow"),b=$("blur"),g=$("perspective"),f=$("aspect"),h=$("ease"),v=$("animate"),x=()=>["center","top","bottom","left","right","top-left","left-top","top-right","right-top","bottom-right","right-bottom","bottom-left","left-bottom",Z,U],w=()=>[Z,U,s],y=()=>[E,"full","auto",...w()],k=()=>[D,"none","subgrid",Z,U],C=()=>["auto",{span:["full",D,Z,U]},D,Z,U],N=()=>[D,"auto",Z,U],z=()=>["auto","min","max","fr",Z,U],M=()=>["auto",...w()],G=()=>[E,"auto","full","dvw","dvh","lvw","lvh","svw","svh","min","max","fit",...w()],I=()=>[e,Z,U],j=()=>["center","top","bottom","left","right","top-left","left-top","top-right","right-top","bottom-right","right-bottom","bottom-left","left-bottom",oe,K,{position:[Z,U]}],P=()=>["auto","cover","contain",te,R,{size:[Z,U]}],B=()=>[A,ee,Y],S=()=>["","none","full",d,Z,U],F=()=>["",L,ee,Y],_=()=>[L,A,oe,K],V=()=>["","none",b,Z,U],q=()=>["none",L,Z,U],H=()=>["none",L,Z,U],ie=()=>[L,Z,U],le=()=>[E,"full",...w()];return{cacheSize:500,theme:{animate:["spin","ping","pulse","bounce"],aspect:["video"],blur:[T],breakpoint:[T],color:[W],container:[T],"drop-shadow":[T],ease:["in","out","in-out"],font:[O],"font-weight":["thin","extralight","light","normal","medium","semibold","bold","extrabold","black"],"inset-shadow":[T],leading:["none","tight","snug","normal","relaxed","loose"],perspective:["dramatic","near","normal","midrange","distant","none"],radius:[T],shadow:[T],spacing:["px",L],text:[T],"text-shadow":[T],tracking:["tighter","tight","normal","wide","wider","widest"]},classGroups:{aspect:[{aspect:["auto","square",E,U,Z,f]}],container:["container"],columns:[{columns:[L,U,Z,l]}],"break-after":[{"break-after":["auto","avoid","all","avoid-page","page","left","right","column"]}],"break-before":[{"break-before":["auto","avoid","all","avoid-page","page","left","right","column"]}],"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"],sr:["sr-only","not-sr-only"],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:x()}],overflow:[{overflow:["auto","hidden","clip","visible","scroll"]}],"overflow-x":[{"overflow-x":["auto","hidden","clip","visible","scroll"]}],"overflow-y":[{"overflow-y":["auto","hidden","clip","visible","scroll"]}],overscroll:[{overscroll:["auto","contain","none"]}],"overscroll-x":[{"overscroll-x":["auto","contain","none"]}],"overscroll-y":[{"overscroll-y":["auto","contain","none"]}],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:[D,"auto",Z,U]}],basis:[{basis:[E,"full","auto",l,...w()]}],"flex-direction":[{flex:["row","row-reverse","col","col-reverse"]}],"flex-wrap":[{flex:["nowrap","wrap","wrap-reverse"]}],flex:[{flex:[L,E,"auto","initial","none",U]}],grow:[{grow:["",L,Z,U]}],shrink:[{shrink:["",L,Z,U]}],order:[{order:[D,"first","last","none",Z,U]}],"grid-cols":[{"grid-cols":k()}],"col-start-end":[{col:C()}],"col-start":[{"col-start":N()}],"col-end":[{"col-end":N()}],"grid-rows":[{"grid-rows":k()}],"row-start-end":[{row:C()}],"row-start":[{"row-start":N()}],"row-end":[{"row-end":N()}],"grid-flow":[{"grid-flow":["row","col","dense","row-dense","col-dense"]}],"auto-cols":[{"auto-cols":z()}],"auto-rows":[{"auto-rows":z()}],gap:[{gap:w()}],"gap-x":[{"gap-x":w()}],"gap-y":[{"gap-y":w()}],"justify-content":[{justify:["start","end","center","between","around","evenly","stretch","baseline","center-safe","end-safe","normal"]}],"justify-items":[{"justify-items":["start","end","center","stretch","center-safe","end-safe","normal"]}],"justify-self":[{"justify-self":["auto","start","end","center","stretch","center-safe","end-safe"]}],"align-content":[{content:["normal","start","end","center","between","around","evenly","stretch","baseline","center-safe","end-safe"]}],"align-items":[{items:["start","end","center","stretch","center-safe","end-safe",{baseline:["","last"]}]}],"align-self":[{self:["auto","start","end","center","stretch","center-safe","end-safe",{baseline:["","last"]}]}],"place-content":[{"place-content":["start","end","center","between","around","evenly","stretch","baseline","center-safe","end-safe"]}],"place-items":[{"place-items":["start","end","center","stretch","center-safe","end-safe","baseline"]}],"place-self":[{"place-self":["auto","start","end","center","stretch","center-safe","end-safe"]}],p:[{p:w()}],px:[{px:w()}],py:[{py:w()}],ps:[{ps:w()}],pe:[{pe:w()}],pt:[{pt:w()}],pr:[{pr:w()}],pb:[{pb:w()}],pl:[{pl:w()}],m:[{m:M()}],mx:[{mx:M()}],my:[{my:M()}],ms:[{ms:M()}],me:[{me:M()}],mt:[{mt:M()}],mr:[{mr:M()}],mb:[{mb:M()}],ml:[{ml:M()}],"space-x":[{"space-x":w()}],"space-x-reverse":["space-x-reverse"],"space-y":[{"space-y":w()}],"space-y-reverse":["space-y-reverse"],size:[{size:G()}],w:[{w:[l,"screen",...G()]}],"min-w":[{"min-w":[l,"screen","none",...G()]}],"max-w":[{"max-w":[l,"screen","none","prose",{screen:[i]},...G()]}],h:[{h:["screen","lh",...G()]}],"min-h":[{"min-h":["screen","lh","none",...G()]}],"max-h":[{"max-h":["screen","lh",...G()]}],"font-size":[{text:["base",o,ee,Y]}],"font-smoothing":["antialiased","subpixel-antialiased"],"font-style":["italic","not-italic"],"font-weight":[{font:[t,Z,J]}],"font-stretch":[{"font-stretch":["ultra-condensed","extra-condensed","condensed","semi-condensed","normal","semi-expanded","expanded","extra-expanded","ultra-expanded",A,U]}],"font-family":[{font:[re,U,r]}],"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-fractions"],tracking:[{tracking:[n,Z,U]}],"line-clamp":[{"line-clamp":[L,"none",Z,J]}],leading:[{leading:[a,...w()]}],"list-image":[{"list-image":["none",Z,U]}],"list-style-position":[{list:["inside","outside"]}],"list-style-type":[{list:["disc","decimal","none",Z,U]}],"text-alignment":[{text:["left","center","right","justify","start","end"]}],"placeholder-color":[{placeholder:I()}],"text-color":[{text:I()}],"text-decoration":["underline","overline","line-through","no-underline"],"text-decoration-style":[{decoration:["solid","dashed","dotted","double","wavy"]}],"text-decoration-thickness":[{decoration:[L,"from-font","auto",Z,Y]}],"text-decoration-color":[{decoration:I()}],"underline-offset":[{"underline-offset":[L,"auto",Z,U]}],"text-transform":["uppercase","lowercase","capitalize","normal-case"],"text-overflow":["truncate","text-ellipsis","text-clip"],"text-wrap":[{text:["wrap","nowrap","balance","pretty"]}],indent:[{indent:w()}],"vertical-align":[{align:["baseline","top","middle","bottom","text-top","text-bottom","sub","super",Z,U]}],whitespace:[{whitespace:["normal","nowrap","pre","pre-line","pre-wrap","break-spaces"]}],break:[{break:["normal","words","all","keep"]}],wrap:[{wrap:["break-word","anywhere","normal"]}],hyphens:[{hyphens:["none","manual","auto"]}],content:[{content:["none",Z,U]}],"bg-attachment":[{bg:["fixed","local","scroll"]}],"bg-clip":[{"bg-clip":["border","padding","content","text"]}],"bg-origin":[{"bg-origin":["border","padding","content"]}],"bg-position":[{bg:j()}],"bg-repeat":[{bg:["no-repeat",{repeat:["","x","y","space","round"]}]}],"bg-size":[{bg:P()}],"bg-image":[{bg:["none",{linear:[{to:["t","tr","r","br","b","bl","l","tl"]},D,Z,U],radial:["",Z,U],conic:[D,Z,U]},ne,Q]}],"bg-color":[{bg:I()}],"gradient-from-pos":[{from:B()}],"gradient-via-pos":[{via:B()}],"gradient-to-pos":[{to:B()}],"gradient-from":[{from:I()}],"gradient-via":[{via:I()}],"gradient-to":[{to:I()}],rounded:[{rounded:S()}],"rounded-s":[{"rounded-s":S()}],"rounded-e":[{"rounded-e":S()}],"rounded-t":[{"rounded-t":S()}],"rounded-r":[{"rounded-r":S()}],"rounded-b":[{"rounded-b":S()}],"rounded-l":[{"rounded-l":S()}],"rounded-ss":[{"rounded-ss":S()}],"rounded-se":[{"rounded-se":S()}],"rounded-ee":[{"rounded-ee":S()}],"rounded-es":[{"rounded-es":S()}],"rounded-tl":[{"rounded-tl":S()}],"rounded-tr":[{"rounded-tr":S()}],"rounded-br":[{"rounded-br":S()}],"rounded-bl":[{"rounded-bl":S()}],"border-w":[{border:F()}],"border-w-x":[{"border-x":F()}],"border-w-y":[{"border-y":F()}],"border-w-s":[{"border-s":F()}],"border-w-e":[{"border-e":F()}],"border-w-t":[{"border-t":F()}],"border-w-r":[{"border-r":F()}],"border-w-b":[{"border-b":F()}],"border-w-l":[{"border-l":F()}],"divide-x":[{"divide-x":F()}],"divide-x-reverse":["divide-x-reverse"],"divide-y":[{"divide-y":F()}],"divide-y-reverse":["divide-y-reverse"],"border-style":[{border:["solid","dashed","dotted","double","hidden","none"]}],"divide-style":[{divide:["solid","dashed","dotted","double","hidden","none"]}],"border-color":[{border:I()}],"border-color-x":[{"border-x":I()}],"border-color-y":[{"border-y":I()}],"border-color-s":[{"border-s":I()}],"border-color-e":[{"border-e":I()}],"border-color-t":[{"border-t":I()}],"border-color-r":[{"border-r":I()}],"border-color-b":[{"border-b":I()}],"border-color-l":[{"border-l":I()}],"divide-color":[{divide:I()}],"outline-style":[{outline:["solid","dashed","dotted","double","none","hidden"]}],"outline-offset":[{"outline-offset":[L,Z,U]}],"outline-w":[{outline:["",L,ee,Y]}],"outline-color":[{outline:I()}],shadow:[{shadow:["","none",c,ae,X]}],"shadow-color":[{shadow:I()}],"inset-shadow":[{"inset-shadow":["none",m,ae,X]}],"inset-shadow-color":[{"inset-shadow":I()}],"ring-w":[{ring:F()}],"ring-w-inset":["ring-inset"],"ring-color":[{ring:I()}],"ring-offset-w":[{"ring-offset":[L,Y]}],"ring-offset-color":[{"ring-offset":I()}],"inset-ring-w":[{"inset-ring":F()}],"inset-ring-color":[{"inset-ring":I()}],"text-shadow":[{"text-shadow":["none",p,ae,X]}],"text-shadow-color":[{"text-shadow":I()}],opacity:[{opacity:[L,Z,U]}],"mix-blend":[{"mix-blend":["normal","multiply","screen","overlay","darken","lighten","color-dodge","color-burn","hard-light","soft-light","difference","exclusion","hue","saturation","color","luminosity","plus-darker","plus-lighter"]}],"bg-blend":[{"bg-blend":["normal","multiply","screen","overlay","darken","lighten","color-dodge","color-burn","hard-light","soft-light","difference","exclusion","hue","saturation","color","luminosity"]}],"mask-clip":[{"mask-clip":["border","padding","content","fill","stroke","view"]},"mask-no-clip"],"mask-composite":[{mask:["add","subtract","intersect","exclude"]}],"mask-image-linear-pos":[{"mask-linear":[L]}],"mask-image-linear-from-pos":[{"mask-linear-from":_()}],"mask-image-linear-to-pos":[{"mask-linear-to":_()}],"mask-image-linear-from-color":[{"mask-linear-from":I()}],"mask-image-linear-to-color":[{"mask-linear-to":I()}],"mask-image-t-from-pos":[{"mask-t-from":_()}],"mask-image-t-to-pos":[{"mask-t-to":_()}],"mask-image-t-from-color":[{"mask-t-from":I()}],"mask-image-t-to-color":[{"mask-t-to":I()}],"mask-image-r-from-pos":[{"mask-r-from":_()}],"mask-image-r-to-pos":[{"mask-r-to":_()}],"mask-image-r-from-color":[{"mask-r-from":I()}],"mask-image-r-to-color":[{"mask-r-to":I()}],"mask-image-b-from-pos":[{"mask-b-from":_()}],"mask-image-b-to-pos":[{"mask-b-to":_()}],"mask-image-b-from-color":[{"mask-b-from":I()}],"mask-image-b-to-color":[{"mask-b-to":I()}],"mask-image-l-from-pos":[{"mask-l-from":_()}],"mask-image-l-to-pos":[{"mask-l-to":_()}],"mask-image-l-from-color":[{"mask-l-from":I()}],"mask-image-l-to-color":[{"mask-l-to":I()}],"mask-image-x-from-pos":[{"mask-x-from":_()}],"mask-image-x-to-pos":[{"mask-x-to":_()}],"mask-image-x-from-color":[{"mask-x-from":I()}],"mask-image-x-to-color":[{"mask-x-to":I()}],"mask-image-y-from-pos":[{"mask-y-from":_()}],"mask-image-y-to-pos":[{"mask-y-to":_()}],"mask-image-y-from-color":[{"mask-y-from":I()}],"mask-image-y-to-color":[{"mask-y-to":I()}],"mask-image-radial":[{"mask-radial":[Z,U]}],"mask-image-radial-from-pos":[{"mask-radial-from":_()}],"mask-image-radial-to-pos":[{"mask-radial-to":_()}],"mask-image-radial-from-color":[{"mask-radial-from":I()}],"mask-image-radial-to-color":[{"mask-radial-to":I()}],"mask-image-radial-shape":[{"mask-radial":["circle","ellipse"]}],"mask-image-radial-size":[{"mask-radial":[{closest:["side","corner"],farthest:["side","corner"]}]}],"mask-image-radial-pos":[{"mask-radial-at":["center","top","bottom","left","right","top-left","left-top","top-right","right-top","bottom-right","right-bottom","bottom-left","left-bottom"]}],"mask-image-conic-pos":[{"mask-conic":[L]}],"mask-image-conic-from-pos":[{"mask-conic-from":_()}],"mask-image-conic-to-pos":[{"mask-conic-to":_()}],"mask-image-conic-from-color":[{"mask-conic-from":I()}],"mask-image-conic-to-color":[{"mask-conic-to":I()}],"mask-mode":[{mask:["alpha","luminance","match"]}],"mask-origin":[{"mask-origin":["border","padding","content","fill","stroke","view"]}],"mask-position":[{mask:j()}],"mask-repeat":[{mask:["no-repeat",{repeat:["","x","y","space","round"]}]}],"mask-size":[{mask:P()}],"mask-type":[{"mask-type":["alpha","luminance"]}],"mask-image":[{mask:["none",Z,U]}],filter:[{filter:["","none",Z,U]}],blur:[{blur:V()}],brightness:[{brightness:[L,Z,U]}],contrast:[{contrast:[L,Z,U]}],"drop-shadow":[{"drop-shadow":["","none",u,ae,X]}],"drop-shadow-color":[{"drop-shadow":I()}],grayscale:[{grayscale:["",L,Z,U]}],"hue-rotate":[{"hue-rotate":[L,Z,U]}],invert:[{invert:["",L,Z,U]}],saturate:[{saturate:[L,Z,U]}],sepia:[{sepia:["",L,Z,U]}],"backdrop-filter":[{"backdrop-filter":["","none",Z,U]}],"backdrop-blur":[{"backdrop-blur":V()}],"backdrop-brightness":[{"backdrop-brightness":[L,Z,U]}],"backdrop-contrast":[{"backdrop-contrast":[L,Z,U]}],"backdrop-grayscale":[{"backdrop-grayscale":["",L,Z,U]}],"backdrop-hue-rotate":[{"backdrop-hue-rotate":[L,Z,U]}],"backdrop-invert":[{"backdrop-invert":["",L,Z,U]}],"backdrop-opacity":[{"backdrop-opacity":[L,Z,U]}],"backdrop-saturate":[{"backdrop-saturate":[L,Z,U]}],"backdrop-sepia":[{"backdrop-sepia":["",L,Z,U]}],"border-collapse":[{border:["collapse","separate"]}],"border-spacing":[{"border-spacing":w()}],"border-spacing-x":[{"border-spacing-x":w()}],"border-spacing-y":[{"border-spacing-y":w()}],"table-layout":[{table:["auto","fixed"]}],caption:[{caption:["top","bottom"]}],transition:[{transition:["","all","colors","opacity","shadow","transform","none",Z,U]}],"transition-behavior":[{transition:["normal","discrete"]}],duration:[{duration:[L,"initial",Z,U]}],ease:[{ease:["linear","initial",h,Z,U]}],delay:[{delay:[L,Z,U]}],animate:[{animate:["none",v,Z,U]}],backface:[{backface:["hidden","visible"]}],perspective:[{perspective:[g,Z,U]}],"perspective-origin":[{"perspective-origin":x()}],rotate:[{rotate:q()}],"rotate-x":[{"rotate-x":q()}],"rotate-y":[{"rotate-y":q()}],"rotate-z":[{"rotate-z":q()}],scale:[{scale:H()}],"scale-x":[{"scale-x":H()}],"scale-y":[{"scale-y":H()}],"scale-z":[{"scale-z":H()}],"scale-3d":["scale-3d"],skew:[{skew:ie()}],"skew-x":[{"skew-x":ie()}],"skew-y":[{"skew-y":ie()}],transform:[{transform:[Z,U,"","none","gpu","cpu"]}],"transform-origin":[{origin:x()}],"transform-style":[{transform:["3d","flat"]}],translate:[{translate:le()}],"translate-x":[{"translate-x":le()}],"translate-y":[{"translate-y":le()}],"translate-z":[{"translate-z":le()}],"translate-none":["translate-none"],accent:[{accent:I()}],appearance:[{appearance:["none","auto"]}],"caret-color":[{caret:I()}],"color-scheme":[{scheme:["normal","dark","light","light-dark","only-dark","only-light"]}],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",Z,U]}],"field-sizing":[{"field-sizing":["fixed","content"]}],"pointer-events":[{"pointer-events":["auto","none"]}],resize:[{resize:["none","","y","x"]}],"scroll-behavior":[{scroll:["auto","smooth"]}],"scroll-m":[{"scroll-m":w()}],"scroll-mx":[{"scroll-mx":w()}],"scroll-my":[{"scroll-my":w()}],"scroll-ms":[{"scroll-ms":w()}],"scroll-me":[{"scroll-me":w()}],"scroll-mt":[{"scroll-mt":w()}],"scroll-mr":[{"scroll-mr":w()}],"scroll-mb":[{"scroll-mb":w()}],"scroll-ml":[{"scroll-ml":w()}],"scroll-p":[{"scroll-p":w()}],"scroll-px":[{"scroll-px":w()}],"scroll-py":[{"scroll-py":w()}],"scroll-ps":[{"scroll-ps":w()}],"scroll-pe":[{"scroll-pe":w()}],"scroll-pt":[{"scroll-pt":w()}],"scroll-pr":[{"scroll-pr":w()}],"scroll-pb":[{"scroll-pb":w()}],"scroll-pl":[{"scroll-pl":w()}],"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",Z,U]}],fill:[{fill:["none",...I()]}],"stroke-w":[{stroke:[L,ee,Y,J]}],stroke:[{stroke:["none",...I()]}],"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-x","border-w-y","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-x","border-color-y","border-color-s","border-color-e","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"],translate:["translate-x","translate-y","translate-none"],"translate-none":["translate","translate-x","translate-y","translate-z"],"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"]},orderSensitiveModifiers:["*","**","after","backdrop","before","details-content","file","first-letter","first-line","marker","placeholder","selection"]}},fe=(e,r,o)=>{void 0!==o&&(e[r]=o)},he=(e,r)=>{if(r)for(const o in r)fe(e,o,r[o])},ve=(e,r)=>{if(r)for(const o in r)xe(e,r,o)},xe=(e,r,o)=>{const t=r[o];void 0!==t&&(e[o]=e[o]?e[o].concat(t):t)},we=((e,...r)=>"function"==typeof e?z(ge,e,...r):z(()=>((e,{cacheSize:r,prefix:o,experimentalParseClassName:t,extend:n={},override:a={}})=>(fe(e,"cacheSize",r),fe(e,"prefix",o),fe(e,"experimentalParseClassName",t),he(e.theme,a.theme),he(e.classGroups,a.classGroups),he(e.conflictingClassGroups,a.conflictingClassGroups),he(e.conflictingClassGroupModifiers,a.conflictingClassGroupModifiers),fe(e,"orderSensitiveModifiers",a.orderSensitiveModifiers),ve(e.theme,n.theme),ve(e.classGroups,n.classGroups),ve(e.conflictingClassGroups,n.conflictingClassGroups),ve(e.conflictingClassGroupModifiers,n.conflictingClassGroupModifiers),xe(e,n,"orderSensitiveModifiers"),e))(ge(),e),...r))({extend:{classGroups:{"font-variants":["heading1","heading2","heading3","heading4","heading5","heading6","subheading1","subheading2","subheading3","subheading4","subheading5","subheading6","body1","body2","body3","footnote","micro","label1","label2","label3","label4"],"button-sizes":["btn-small","btn-medium","btn-large","btn-x-large"]}}}),ye=(...e)=>we(function(){for(var e,r,o=0,t="",n=arguments.length;o<n;o++)(e=arguments[o])&&(r=d(e))&&(t&&(t+=" "),t+=r);return t}(...e)),ke=({name:r,fill:o=0,opticalSize:t="48dp",weight:n="200",emphasis:a=145,size:i=24,color:l="currentColor",style:s={},className:d,onClick:c,dataTestId:m})=>{const p={fontVariationSettings:`'FILL' ${o}, 'wght' ${n}, 'GRAD' ${a}, 'opsz' ${t.substring(0,2)}`,fontSize:`${i}px`,fontFamily:"'Material Symbols Rounded'",color:l||"currentColor",...s};return e("span",{style:p,className:ye("material-symbols-rounded",d),onClick:c,"data-testid":m,children:r})};ke.displayName="MaterialIcon";const Ce=e=>{let r="";return e.base&&(r="x-large"===e.base?"label3 ":"label4 "),e.md&&(r+="x-large"===e.md?"md:label3 ":"md:label4 "),e.lg&&(r+="x-large"===e.lg?"lg:label3 ":"lg:label4 "),r.trim()},Ne=t(({variant:o="primary_brand",isLoading:t=!1,text:n,label:a,disabled:i,fullWidth:l,size:s={base:"medium"},...d},c)=>{const m=(()=>{const e=ye((e=>{let r="";return e.base&&(r=`btn-${e.base} `),e.md&&(r+=`${(e=>{switch(e){case"small":return"md:btn-small";case"medium":return"md:btn-medium";case"large":return"md:btn-large";case"x-large":return"md:btn-x-large"}})(e.md)} `),e.lg&&(r+=`lg:btn-${e.lg} `),r.trim()})(s),"rounded-2xl pl-15 pr-15 inline-flex gap-2 items-center justify-center outline-none focus:ring-2 focus:ring-offset-2 cursor-pointer transition-colors duration-200 align-top",l&&"w-full"),r=ye((i||t)&&"cursor-not-allowed",t&&"pl-7",i&&"bg-bg-fill-brand-disabled");return ye(e,{primary_brand:"bg-bg-fill-brand text-text-brand-on-bg-fill enabled:hover:bg-bg-fill-brand-hover focus:ring-bg-fill-brand",primary_inverse:"bg-bg-surface-inverse text-text-inverse enabled:hover:bg-bg-fill-inverse-hover focus:ring-bg-surface-inverse",secondary:"border-2 border-border-secondary-on-bg-fill bg-bg text-text focus:ring-bg-surface-inverse"}[o]||"",r)})();let p=`button--${o}`;t&&(p+=" button--loading"),i&&(p+=" button--disabled");return r("button",{ref:c,className:ye(`${p} ${m}`),disabled:i||t,...d,children:[t?e(ke,{name:"progress_activity",className:"animate-spin"}):null,a?r("span",{className:"flex flex-col",children:[e("span",{className:ye(Ce(s)),children:a}),n]}):n]})});Ne.displayName="BrandButton";const ze=t(({children:r,href:o,className:t="",onClick:n,variant:a="unstyled",style:i,external:l=!1,disabled:s=!1,...d},c)=>{const m=(()=>{if("unstyled"===a)return"";const e={default:"text-text underline"},r=[s?"opacity-60 cursor-not-allowed pointer-events-none":"cursor-pointer"].filter(Boolean).join(" ");return["transition-colors duration-200 focus:outline-none focus:ring-2 focus:ring-offset-2",e[a]||e.default,r].filter(Boolean).join(" ")})(),p={...d,ref:c,className:ye(m,`link--${a}`,s&&"link--disabled",t),style:i,href:s?void 0:o,onClick:e=>{s?e.preventDefault():null==n||n(e)},...l&&!s&&{target:"_blank",rel:"noopener noreferrer"},...s&&{"aria-disabled":!0,tabIndex:-1}};return e("a",{...p,children:r})});ze.displayName="Link";const $e=({showButtonAs:r,buttonVariant:o,buttonLabel:t,buttonPrefix:n,href:a,target:i,anchorId:l,linkClassName:s,linkVariant:d})=>"solid"===r?e(Ne,{id:l,variant:o,text:t,label:n}):"text"===r?e(ze,{href:a,target:i,variant:d||"default",className:`text-text-brand ${s||""}`,children:t}):null,Me=({body:o,links:t,bottomLinks:n,copyrights:a,terms:i,maxWidth:l=!0})=>e("div",{className:"component-container bg-bg-surface-inverse text-white",children:r("div",{className:` ${l?"mx-auto max-w-120":""} px-5 py-8 lg:px-[120px] lg:py-18`,children:[e("div",{children:o}),e("div",{className:"bg-white h-[1px] border-t-0 opacity-100 dark:opacity-50 my-8 lg:my-16"}),e("div",{className:"grid-1 grid gap-8 md:grid-cols-2 lg:grid-cols-4 py-8",children:null==t?void 0:t.map((o,t)=>{var n,a;return r("div",{children:[r("div",{className:"site-links-group",children:[e("div",{children:null==o?void 0:o.title}),e("div",{className:"flex flex-col",children:null===(a=null===(n=null==o?void 0:o.itemsCollection)||void 0===n?void 0:n.items)||void 0===a?void 0:a.map((r,o)=>e("div",{className:"pt-3",children:e($e,{...r})},`site-links-${o}`))})]},`link-group-${t}`),e("div",{className:"bg-white h-[1px] border-t-0 opacity-100 dark:opacity-50 block md:hidden "})]},`footer-link-group-${t}`)})}),r("div",{className:"pt-8",children:[e("p",{className:"copy-rights",children:a}),r("p",{className:"terms-text text-sm font-normal ",children:["© ",(new Date).getFullYear()," ",i]}),e("ul",{className:"bottom-links list-none",children:null==n?void 0:n.map((r,o)=>e("li",{className:"relative float-left pl-[8px] first-of-type:pl-0 first-of-type:before:content-[''] before:content-['•'] before:absolute before:left-[3px] before:top-1/2 before:-translate-y-1/2 before:text-[14px]",children:e($e,{...r,className:"text-sm font-normal",linkVariant:"unstyled"})},`links-${o}`))})]})]})}),Ge=({brow:o,showAsHeading:t,title:n,subTitle:a,ctaDisclaimer:i,disclaimer:l,description:s,image:d,imageLinks:c,mediaPosition:m,openDescriptionLinksOnANewTab:p,checklist:u,secondaryCta:b,cta:g,videoLink:f,maxWidth:h=!0})=>e("div",{className:"component-container",children:r("div",{className:"image-promo-bar-content "+(h?"mx-auto max-w-120":""),children:[o&&e("div",{children:o}),n&&e(t?"h1":"div",{children:n}),a&&e("div",{children:a}),d&&e("img",{className:""+(m?"media-right":"media-left"),src:d,alt:n}),s&&e("div",{children:s}),p&&e("div",{children:"Links open in new tab: Yes"}),null==u?void 0:u.map((o,t)=>r("div",{className:"checklist-item",children:[o.iconUrl&&e("img",{src:o.iconUrl,alt:""}),e("span",{children:o.title})]},o.anchorId||t)),null==c?void 0:c.map((o,t)=>e("div",{className:"image-link",children:r("a",{href:o.url,children:["image : ",o.image]})},t)),(null==f?void 0:f.link)&&r("div",{className:"video-section",children:[f.image&&e("img",{src:f.image,alt:"Video preview"}),r("div",{children:["Video URL: ",f.link]}),f.videoPopup&&e("div",{children:"Mode: Popup"})]}),g&&e("div",{className:"primary-cta"}),b&&e("div",{className:"secondary-cta"}),i&&e("div",{children:i}),l&&e("div",{children:l})]})}),Ie=({fields:r})=>e("div",{children:"Navigation"}),je=({maxWidth:o=!0,title:t,showAsHeading:n,subTitle:a,price:i,priceSuffix:l,priceCallout:s,pricingDescription:d,pricingDescriptionDisclaimer:c,checklist:m,logoLockup:p,checkAvailabilityEyebrow:u,primaryCtaPrefix1:b,primaryCtaPrefix2:g,primaryCta1:f,primaryCta2:h,secondaryCtaPrefix:v,secondaryCta:x,carouselImages:w,squareImage:y,badgeImage:k,bottomLink:C})=>e("div",{className:"component-container",children:r("div",{className:"primary-hero-container "+(o?"mx-auto max-w-120":""),children:[t&&e("div",{children:t}),n&&r("div",{children:["Heading Mode: ",String(n)]}),a&&e("div",{children:a}),i&&e("div",{children:i}),l&&e("div",{children:l}),s&&e("div",{children:s}),d&&e("div",{children:d}),c&&e("div",{children:c}),p&&r("div",{children:["Logo: ",p]}),k&&r("div",{children:["Badge: ",k]}),y&&r("div",{children:["Square Layout: ",String(y)]}),null==m?void 0:m.map(e=>r("div",{children:["Checklist Item: ",e.title]},e.anchorId)),u&&e("div",{children:u}),b&&e("div",{children:b}),f&&r("div",{children:["CTA 1: ",f.label]}),g&&e("div",{children:g}),h&&r("div",{children:["CTA 2: ",h.label]}),v&&e("div",{children:v}),x&&r("div",{children:["Secondary: ",x.label]}),C&&r("div",{children:["Bottom Link: ",C.label]}),null==w?void 0:w.map((e,o)=>r("div",{children:["Carousel Image ",o+1,": ",e]},o))]})}),Pe=({fields:r})=>e("div",{children:"Text Block"}),Be=({fields:r})=>e("div",{children:"Modal Block"}),Se=({children:o,background:t,className:n,fill:a="yellow",maxFit:i,show:l=!0,path:s="path2"})=>{const d=`${s}`,c={blue:"text-[#07B2E2]",green:"text-[#26B170]",yellow:"text-[#F5FF1E]",purple:"text-[#931D69]",white:"text-white",navy:"text-[#00002D]"},m={blue:"bg-[#07B2E2]",green:"bg-[#26B170]",yellow:"bg-[#F5FF1E]",purple:"bg-[#931D69]",white:"bg-white",navy:"bg-[#00002D]"},p="string"==typeof t&&t in m,u=p?m[t]:void 0,b=t&&!p?{background:t}:void 0,g=a in c?c[a]:"text-[#F5FF1E]";return l?r("div",{className:`shape-bg relative overflow-hidden ${null!=n?n:""} ${i?"max-content":""} ${null!=u?u:b?"":"bg-white"}`,style:b,children:["path1"===s&&e("svg",{className:`shape-bg-svg absolute pointer-events-none z-0 left-1/2 top-[-2371px] translate-x-[-55%] ${d} fill-current ${g}`,width:"2262",height:"4359",viewBox:"0 0 2262 4359",fill:"none",xmlns:"http://www.w3.org/2000/svg","aria-hidden":"true",focusable:"false",children:e("path",{d:"M1838.72 444.021C2216.45 758.242 2351.22 1060.81 2202.83 1982.25C2062.95 2851.55 1923.57 4265.14 1394.48 4348.94C1079.75 4409.66 766.955 4172.68 508.523 4003.04C340.876 3884.89 192.855 3774.9 26.6866 3661.93C-27.6562 3624.7 8.69435 3542.15 74.1261 3555.69C415.628 3626.61 686.916 3615.36 942.942 3443.48C1410.95 3163.54 1632.32 2141.02 1629.56 1543.75C1637.51 910.76 1276.06 582.318 829.643 352.709C587.562 235.528 333.508 169.963 100.699 149.757C31.9431 143.965 25.0259 47.9703 92.459 33.1281C623.196 -84.6769 1404.59 131.886 1839.84 443.573"})}),"path2"===s&&e("svg",{className:`shape-bg-svg absolute pointer-events-none z-0 left-1/2 top-[45.8px] translate-x-[-101%] ${d} fill-current ${g}`,width:"3739",height:"3666",viewBox:"0 0 3739 3666",fill:"none",xmlns:"http://www.w3.org/2000/svg","aria-hidden":"true",focusable:"false",children:e("path",{d:"M1662.93 3664.31C2153.52 3637.23 2442.1 3474.65 2872.31 2646.41C3278.25 1865.09 4009.1 647.09 3634.26 264.38C3417.79 27.9944 3025.37 31.7818 2716.76 13.9013C2511.72 8.81634 2327.31 8.87399 2126.55 0.511773C2060.73 -2.00127 2040.7 85.9475 2101.3 114.087C2417.76 260.743 2628.86 431.51 2731.94 722.142C2940.79 1225.9 2508.91 2178.82 2150.63 2656.7C1779.64 3169.63 1293.64 3217.84 798.345 3136.04C534.128 3085.8 291.072 2986.97 92.1133 2864.4C33.4593 2828.06 -29.3236 2901.01 15.967 2953.13C371.841 3364.12 1128.29 3656.09 1663.56 3665.34"})}),"path3"===s&&e("svg",{className:`shape-bg-svg absolute pointer-events-none z-0 top-[-2600px] left-1/2 translate-x-[-55%] ${d} fill-current ${g}`,width:"3044",height:"3248",viewBox:"0 0 3044 3248",fill:"none",xmlns:"http://www.w3.org/2000/svg","aria-hidden":"true",focusable:"false",children:e("path",{d:"M1.21857 1353.6C-0.931975 1765.46 120.504 2015.15 791.765 2417.01C1424.98 2796.19 2407.16 3469.31 2746.34 3175.04C2955.08 3005.86 2971.76 2677.32 3002.33 2420C3016.95 2248.7 3026.23 2094.39 3043.38 1926.83C3048.81 1871.88 2976.24 1850.67 2949.63 1899.96C2810.91 2157.33 2657.35 2325.33 2408.95 2396.88C1976.88 2546.15 1201.39 2136.59 819.655 1812.63C409.231 1476.27 393.475 1067.19 486.97 656.895C542.372 438.358 637.352 239.983 749.974 79.7081C783.347 32.4684 725.487 -23.7534 679.587 11.5067C317.699 288.49 35.1358 906.671 0.328344 1354.07"})}),"path4"===s&&e("svg",{className:`shape-bg-svg absolute pointer-events-none z-0 left-1/2 top-[-1966.1px] translate-x-[-48%] ${d} fill-current ${g}`,width:"3739",height:"3666",viewBox:"0 0 3739 3666",fill:"none",xmlns:"http://www.w3.org/2000/svg","aria-hidden":"true",focusable:"false",children:e("path",{d:"M1662.93 3664.31C2153.52 3637.23 2442.1 3474.65 2872.31 2646.41C3278.25 1865.1 4009.1 647.091 3634.26 264.381C3417.79 27.9951 3025.37 31.7826 2716.76 13.902C2511.72 8.81709 2327.31 8.87474 2126.55 0.512528C2060.73 -2.00052 2040.7 85.9483 2101.3 114.088C2417.76 260.743 2628.86 431.51 2731.94 722.143C2940.79 1225.9 2508.91 2178.82 2150.63 2656.7C1779.64 3169.63 1293.64 3217.84 798.345 3136.04C534.128 3085.8 291.072 2986.98 92.1133 2864.4C33.4593 2828.06 -29.3236 2901.01 15.967 2953.13C371.841 3364.12 1128.29 3656.09 1663.56 3665.34"})}),e("div",{className:"shape-bg-content relative z-[1]",children:o})]}):e("div",{className:n,style:b,children:o})},Fe=t(({children:e,as:r,className:t="",style:n,...a},i)=>{const l=r||"p";return o.createElement(l,{ref:i,className:t,style:n,...a},e)});Fe.displayName="Text";const Ee=({title:o,background:t="white",button:n,color:a,contentAlignment:i,description:l,descriptionAlignment:s,enableHeading:d,subTitle:c,maxWidth:m=!0})=>e("div",{className:`${{blue:"bg-[#07B2E2]",green:"bg-[#26B170]",yellow:"bg-[#F5FF1E]",purple:"bg-[#931D69]",white:"bg-white",navy:"bg-[#00002D]"}[t]} component-container`,children:r("div",{className:`${m?"mx-auto max-w-120":""} flex flex-col text-${a} px-5 py-16 lg:px-13 lg:py-24 `,children:[e(Fe,{as:d?"h1":"h2",className:`heading2 lg:heading1 text-${i}`,children:o}),e(Fe,{as:"h3",className:`subheading3 pt-2 lg:pt-3 lg:subheading1 text-${i}`,children:c}),e("div",{className:`text-body1 pt-2 lg:pt-3 text-${s}`,children:l}),e("div",{className:"pt-5 lg:pt-14 flex justify-center ",children:e($e,{...n})})]})});export{n as Accordion,$e as Button,a as Callout,i as Cards,l as Carousel,Ee as CtaCallout,s as FloatingBanner,Me as Footer,Ge as ImagePromoBar,Be as Modal,Ie as Navigation,je as PrimaryHero,Se as ShapeBackgroundWrapper,Pe as Text};
|
|
2
2
|
//# sourceMappingURL=index.esm.js.map
|