@windstream/react-shared-components 0.0.28 → 0.0.30
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/README.md +7 -0
- package/dist/contentful/index.d.ts +22 -4
- 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/dist/index.d.ts +1 -1
- package/dist/styles.css +1 -1
- package/package.json +1 -1
- package/src/contentful/blocks/footer/index.tsx +81 -74
- package/src/contentful/blocks/navigation/Navigation.stories.tsx +1 -1
- package/src/contentful/blocks/navigation/index.tsx +51 -7
- package/src/contentful/blocks/navigation/link-groups.tsx/index.tsx +64 -0
- package/src/contentful/blocks/navigation/types.ts +21 -1
package/README.md
CHANGED
|
@@ -621,3 +621,10 @@ This package is part of the Kinetic ecosystem and works seamlessly with:
|
|
|
621
621
|
- Kinetic design system tokens
|
|
622
622
|
- Kinetic applications and services
|
|
623
623
|
- Other Windstream/Kinetic React packages
|
|
624
|
+
|
|
625
|
+
|
|
626
|
+
## Publishing Quick steps
|
|
627
|
+
- Commit -> Git commit
|
|
628
|
+
- version -> npm version patch
|
|
629
|
+
- build -> npm run build
|
|
630
|
+
- publish -> npm publish --access public
|
|
@@ -89,11 +89,29 @@ type ImagePromoBarProps = {
|
|
|
89
89
|
|
|
90
90
|
declare const ImagePromoBar: React$1.FC<ImagePromoBarProps>;
|
|
91
91
|
|
|
92
|
-
type NavigationProps = {
|
|
92
|
+
type NavigationProps = {
|
|
93
|
+
primaryNavigationLogo?: string;
|
|
94
|
+
primaryNavigationLinks?: Array<any>;
|
|
95
|
+
supportNavigationLinks?: Array<any>;
|
|
96
|
+
utilityNavigationLinks?: Array<any>;
|
|
97
|
+
accountNavigationLinks?: Array<any>;
|
|
98
|
+
searchBarIcon?: string;
|
|
99
|
+
searchBarPlaceholder?: string;
|
|
100
|
+
navigationBackgroundColor?: string;
|
|
101
|
+
utilityNavBackgroundColor?: string;
|
|
102
|
+
utilityNavLinkColor?: string;
|
|
103
|
+
callNowCtaText?: string;
|
|
104
|
+
callNowCtaIcon?: string;
|
|
105
|
+
displaySearchBar?: boolean;
|
|
106
|
+
displayCallNowCta?: boolean;
|
|
107
|
+
displayUtilityNavigation?: boolean;
|
|
108
|
+
showCallButton?: boolean;
|
|
109
|
+
showMobileSliderMenu?: boolean;
|
|
110
|
+
showCallNowCtaInMainNav?: boolean;
|
|
111
|
+
maxWidth?: boolean;
|
|
112
|
+
};
|
|
93
113
|
|
|
94
|
-
declare const Navigation: React.FC<
|
|
95
|
-
fields: NavigationProps;
|
|
96
|
-
}>;
|
|
114
|
+
declare const Navigation: React$1.FC<NavigationProps>;
|
|
97
115
|
|
|
98
116
|
type PrimaryHeroProps = {
|
|
99
117
|
title: string;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
"use client";
|
|
2
2
|
|
|
3
|
-
import{jsx as e,jsxs as r}from"react/jsx-runtime";import t,{forwardRef as o,useRef as n,useState as a,useEffect as l}from"react";import i from"next/image";function s(e){var r,t,o="";if("string"==typeof e||"number"==typeof e)o+=e;else if("object"==typeof e)if(Array.isArray(e)){var n=e.length;for(r=0;r<n;r++)e[r]&&(t=s(e[r]))&&(o&&(o+=" "),o+=t)}else for(t in e)e[t]&&(o&&(o+=" "),o+=t);return o}const d=e=>{const r=u(e),{conflictingClassGroups:t,conflictingClassGroupModifiers:o}=e;return{getClassGroupId:e=>{const t=e.split("-");return""===t[0]&&1!==t.length&&t.shift(),c(t,r)||p(e)},getConflictingClassGroupIds:(e,r)=>{const n=t[e]||[];return r&&o[e]?[...n,...o[e]]:n}}},c=(e,r)=>{if(0===e.length)return r.classGroupId;const t=e[0],o=r.nextPart.get(t),n=o?c(e.slice(1),o):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},m=/^\[(.+)\]$/,p=e=>{if(m.test(e)){const r=m.exec(e)[1],t=r?.substring(0,r.indexOf(":"));if(t)return"arbitrary.."+t}},u=e=>{const{theme:r,classGroups:t}=e,o={nextPart:new Map,validators:[]};for(const e in t)b(t[e],o,e,r);return o},b=(e,r,t,o)=>{e.forEach(e=>{if("string"==typeof e){return void((""===e?r:g(r,e)).classGroupId=t)}if("function"==typeof e)return h(e)?void b(e(o),r,t,o):void r.validators.push({validator:e,classGroupId:t});Object.entries(e).forEach(([e,n])=>{b(n,g(r,e),t,o)})})},g=(e,r)=>{let t=e;return r.split("-").forEach(e=>{t.nextPart.has(e)||t.nextPart.set(e,{nextPart:new Map,validators:[]}),t=t.nextPart.get(e)}),t},h=e=>e.isThemeGetter,f=e=>{if(e<1)return{get:()=>{},set:()=>{}};let r=0,t=new Map,o=new Map;const n=(n,a)=>{t.set(n,a),r++,r>e&&(r=0,o=t,t=new Map)};return{get(e){let r=t.get(e);return void 0!==r?r:void 0!==(r=o.get(e))?(n(e,r),r):void 0},set(e,r){t.has(e)?t.set(e,r):n(e,r)}}},x=e=>{const{prefix:r,experimentalParseClassName:t}=e;let o=e=>{const r=[];let t,o=0,n=0,a=0;for(let l=0;l<e.length;l++){let i=e[l];if(0===o&&0===n){if(":"===i){r.push(e.slice(a,l)),a=l+1;continue}if("/"===i){t=l;continue}}"["===i?o++:"]"===i?o--:"("===i?n++:")"===i&&n--}const l=0===r.length?e:e.substring(a),i=v(l);return{modifiers:r,hasImportantModifier:i!==l,baseClassName:i,maybePostfixModifierPosition:t&&t>a?t-a:void 0}};if(r){const e=r+":",t=o;o=r=>r.startsWith(e)?t(r.substring(e.length)):{isExternal:!0,modifiers:[],hasImportantModifier:!1,baseClassName:r,maybePostfixModifierPosition:void 0}}if(t){const e=o;o=r=>t({className:r,parseClassName:e})}return o},v=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 t=[];let o=[];return e.forEach(e=>{"["===e[0]||r[e]?(t.push(...o.sort(),e),o=[]):o.push(e)}),t.push(...o.sort()),t}},w=/\s+/;function k(){let e,r,t=0,o="";for(;t<arguments.length;)(e=arguments[t++])&&(r=N(e))&&(o&&(o+=" "),o+=r);return o}const N=e=>{if("string"==typeof e)return e;let r,t="";for(let o=0;o<e.length;o++)e[o]&&(r=N(e[o]))&&(t&&(t+=" "),t+=r);return t};function C(e,...r){let t,o,n,a=function(i){const s=r.reduce((e,r)=>r(e),e());return t=(e=>({cache:f(e.cacheSize),parseClassName:x(e),sortModifiers:y(e),...d(e)}))(s),o=t.cache.get,n=t.cache.set,a=l,l(i)};function l(e){const r=o(e);if(r)return r;const a=((e,r)=>{const{parseClassName:t,getClassGroupId:o,getConflictingClassGroupIds:n,sortModifiers:a}=r,l=[],i=e.trim().split(w);let s="";for(let e=i.length-1;e>=0;e-=1){const r=i[e],{isExternal:d,modifiers:c,hasImportantModifier:m,baseClassName:p,maybePostfixModifierPosition:u}=t(r);if(d){s=r+(s.length>0?" "+s:s);continue}let b=!!u,g=o(b?p.substring(0,u):p);if(!g){if(!b){s=r+(s.length>0?" "+s:s);continue}if(g=o(p),!g){s=r+(s.length>0?" "+s:s);continue}b=!1}const h=a(c).join(":"),f=m?h+"!":h,x=f+g;if(l.includes(x))continue;l.push(x);const v=n(g,b);for(let e=0;e<v.length;++e){const r=v[e];l.push(f+r)}s=r+(s.length>0?" "+s:s)}return s})(e,t);return n(e,a),a}return function(){return a(k.apply(null,arguments))}}const z=e=>{const r=r=>r[e]||[];return r.isThemeGetter=!0,r},$=/^\[(?:(\w[\w-]*):)?(.+)\]$/i,M=/^\((?:(\w[\w-]*):)?(.+)\)$/i,G=/^\d+\/\d+$/,j=/^(\d+(\.\d+)?)?(xs|sm|md|lg|xl)$/,B=/\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)\(.+\)$/,I=/^(inset_)?-?((\d+)?\.?(\d+)[a-z]+|0)_-?((\d+)?\.?(\d+)[a-z]+|0)/,E=/^(url|image|image-set|cross-fade|element|(repeating-)?(linear|radial|conic)-gradient)\(.+\)$/,P=e=>G.test(e),D=e=>!!e&&!Number.isNaN(Number(e)),S=e=>!!e&&Number.isInteger(Number(e)),L=e=>e.endsWith("%")&&D(e.slice(0,-1)),A=e=>j.test(e),T=()=>!0,W=e=>B.test(e)&&!F.test(e),_=()=>!1,H=e=>I.test(e),O=e=>E.test(e),V=e=>!R(e)&&!X(e),q=e=>ae(e,de,_),R=e=>$.test(e),U=e=>ae(e,ce,W),Y=e=>ae(e,me,D),J=e=>ae(e,ie,_),K=e=>ae(e,se,O),Q=e=>ae(e,ue,H),X=e=>M.test(e),Z=e=>le(e,ce),ee=e=>le(e,pe),re=e=>le(e,ie),te=e=>le(e,de),oe=e=>le(e,se),ne=e=>le(e,ue,!0),ae=(e,r,t)=>{const o=$.exec(e);return!!o&&(o[1]?r(o[1]):t(o[2]))},le=(e,r,t=!1)=>{const o=M.exec(e);return!!o&&(o[1]?r(o[1]):t)},ie=e=>"position"===e||"percentage"===e,se=e=>"image"===e||"url"===e,de=e=>"length"===e||"size"===e||"bg-size"===e,ce=e=>"length"===e,me=e=>"number"===e,pe=e=>"family-name"===e,ue=e=>"shadow"===e,be=()=>{const e=z("color"),r=z("font"),t=z("text"),o=z("font-weight"),n=z("tracking"),a=z("leading"),l=z("breakpoint"),i=z("container"),s=z("spacing"),d=z("radius"),c=z("shadow"),m=z("inset-shadow"),p=z("text-shadow"),u=z("drop-shadow"),b=z("blur"),g=z("perspective"),h=z("aspect"),f=z("ease"),x=z("animate"),v=()=>["center","top","bottom","left","right","top-left","left-top","top-right","right-top","bottom-right","right-bottom","bottom-left","left-bottom",X,R],y=()=>[X,R,s],w=()=>[P,"full","auto",...y()],k=()=>[S,"none","subgrid",X,R],N=()=>["auto",{span:["full",S,X,R]},S,X,R],C=()=>[S,"auto",X,R],$=()=>["auto","min","max","fr",X,R],M=()=>["auto",...y()],G=()=>[P,"auto","full","dvw","dvh","lvw","lvh","svw","svh","min","max","fit",...y()],j=()=>[e,X,R],B=()=>["center","top","bottom","left","right","top-left","left-top","top-right","right-top","bottom-right","right-bottom","bottom-left","left-bottom",re,J,{position:[X,R]}],F=()=>["auto","cover","contain",te,q,{size:[X,R]}],I=()=>[L,Z,U],E=()=>["","none","full",d,X,R],W=()=>["",D,Z,U],_=()=>[D,L,re,J],H=()=>["","none",b,X,R],O=()=>["none",D,X,R],ae=()=>["none",D,X,R],le=()=>[D,X,R],ie=()=>[P,"full",...y()];return{cacheSize:500,theme:{animate:["spin","ping","pulse","bounce"],aspect:["video"],blur:[A],breakpoint:[A],color:[T],container:[A],"drop-shadow":[A],ease:["in","out","in-out"],font:[V],"font-weight":["thin","extralight","light","normal","medium","semibold","bold","extrabold","black"],"inset-shadow":[A],leading:["none","tight","snug","normal","relaxed","loose"],perspective:["dramatic","near","normal","midrange","distant","none"],radius:[A],shadow:[A],spacing:["px",D],text:[A],"text-shadow":[A],tracking:["tighter","tight","normal","wide","wider","widest"]},classGroups:{aspect:[{aspect:["auto","square",P,R,X,h]}],container:["container"],columns:[{columns:[D,R,X,i]}],"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:w()}],"inset-x":[{"inset-x":w()}],"inset-y":[{"inset-y":w()}],start:[{start:w()}],end:[{end:w()}],top:[{top:w()}],right:[{right:w()}],bottom:[{bottom:w()}],left:[{left:w()}],visibility:["visible","invisible","collapse"],z:[{z:[S,"auto",X,R]}],basis:[{basis:[P,"full","auto",i,...y()]}],"flex-direction":[{flex:["row","row-reverse","col","col-reverse"]}],"flex-wrap":[{flex:["nowrap","wrap","wrap-reverse"]}],flex:[{flex:[D,P,"auto","initial","none",R]}],grow:[{grow:["",D,X,R]}],shrink:[{shrink:["",D,X,R]}],order:[{order:[S,"first","last","none",X,R]}],"grid-cols":[{"grid-cols":k()}],"col-start-end":[{col:N()}],"col-start":[{"col-start":C()}],"col-end":[{"col-end":C()}],"grid-rows":[{"grid-rows":k()}],"row-start-end":[{row:N()}],"row-start":[{"row-start":C()}],"row-end":[{"row-end":C()}],"grid-flow":[{"grid-flow":["row","col","dense","row-dense","col-dense"]}],"auto-cols":[{"auto-cols":$()}],"auto-rows":[{"auto-rows":$()}],gap:[{gap:y()}],"gap-x":[{"gap-x":y()}],"gap-y":[{"gap-y":y()}],"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:y()}],px:[{px:y()}],py:[{py:y()}],ps:[{ps:y()}],pe:[{pe:y()}],pt:[{pt:y()}],pr:[{pr:y()}],pb:[{pb:y()}],pl:[{pl:y()}],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":y()}],"space-x-reverse":["space-x-reverse"],"space-y":[{"space-y":y()}],"space-y-reverse":["space-y-reverse"],size:[{size:G()}],w:[{w:[i,"screen",...G()]}],"min-w":[{"min-w":[i,"screen","none",...G()]}],"max-w":[{"max-w":[i,"screen","none","prose",{screen:[l]},...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",t,Z,U]}],"font-smoothing":["antialiased","subpixel-antialiased"],"font-style":["italic","not-italic"],"font-weight":[{font:[o,X,Y]}],"font-stretch":[{"font-stretch":["ultra-condensed","extra-condensed","condensed","semi-condensed","normal","semi-expanded","expanded","extra-expanded","ultra-expanded",L,R]}],"font-family":[{font:[ee,R,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,X,R]}],"line-clamp":[{"line-clamp":[D,"none",X,Y]}],leading:[{leading:[a,...y()]}],"list-image":[{"list-image":["none",X,R]}],"list-style-position":[{list:["inside","outside"]}],"list-style-type":[{list:["disc","decimal","none",X,R]}],"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:[D,"from-font","auto",X,U]}],"text-decoration-color":[{decoration:j()}],"underline-offset":[{"underline-offset":[D,"auto",X,R]}],"text-transform":["uppercase","lowercase","capitalize","normal-case"],"text-overflow":["truncate","text-ellipsis","text-clip"],"text-wrap":[{text:["wrap","nowrap","balance","pretty"]}],indent:[{indent:y()}],"vertical-align":[{align:["baseline","top","middle","bottom","text-top","text-bottom","sub","super",X,R]}],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",X,R]}],"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:F()}],"bg-image":[{bg:["none",{linear:[{to:["t","tr","r","br","b","bl","l","tl"]},S,X,R],radial:["",X,R],conic:[S,X,R]},oe,K]}],"bg-color":[{bg:j()}],"gradient-from-pos":[{from:I()}],"gradient-via-pos":[{via:I()}],"gradient-to-pos":[{to:I()}],"gradient-from":[{from:j()}],"gradient-via":[{via:j()}],"gradient-to":[{to:j()}],rounded:[{rounded:E()}],"rounded-s":[{"rounded-s":E()}],"rounded-e":[{"rounded-e":E()}],"rounded-t":[{"rounded-t":E()}],"rounded-r":[{"rounded-r":E()}],"rounded-b":[{"rounded-b":E()}],"rounded-l":[{"rounded-l":E()}],"rounded-ss":[{"rounded-ss":E()}],"rounded-se":[{"rounded-se":E()}],"rounded-ee":[{"rounded-ee":E()}],"rounded-es":[{"rounded-es":E()}],"rounded-tl":[{"rounded-tl":E()}],"rounded-tr":[{"rounded-tr":E()}],"rounded-br":[{"rounded-br":E()}],"rounded-bl":[{"rounded-bl":E()}],"border-w":[{border:W()}],"border-w-x":[{"border-x":W()}],"border-w-y":[{"border-y":W()}],"border-w-s":[{"border-s":W()}],"border-w-e":[{"border-e":W()}],"border-w-t":[{"border-t":W()}],"border-w-r":[{"border-r":W()}],"border-w-b":[{"border-b":W()}],"border-w-l":[{"border-l":W()}],"divide-x":[{"divide-x":W()}],"divide-x-reverse":["divide-x-reverse"],"divide-y":[{"divide-y":W()}],"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":[D,X,R]}],"outline-w":[{outline:["",D,Z,U]}],"outline-color":[{outline:j()}],shadow:[{shadow:["","none",c,ne,Q]}],"shadow-color":[{shadow:j()}],"inset-shadow":[{"inset-shadow":["none",m,ne,Q]}],"inset-shadow-color":[{"inset-shadow":j()}],"ring-w":[{ring:W()}],"ring-w-inset":["ring-inset"],"ring-color":[{ring:j()}],"ring-offset-w":[{"ring-offset":[D,U]}],"ring-offset-color":[{"ring-offset":j()}],"inset-ring-w":[{"inset-ring":W()}],"inset-ring-color":[{"inset-ring":j()}],"text-shadow":[{"text-shadow":["none",p,ne,Q]}],"text-shadow-color":[{"text-shadow":j()}],opacity:[{opacity:[D,X,R]}],"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":[D]}],"mask-image-linear-from-pos":[{"mask-linear-from":_()}],"mask-image-linear-to-pos":[{"mask-linear-to":_()}],"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":_()}],"mask-image-t-to-pos":[{"mask-t-to":_()}],"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":_()}],"mask-image-r-to-pos":[{"mask-r-to":_()}],"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":_()}],"mask-image-b-to-pos":[{"mask-b-to":_()}],"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":_()}],"mask-image-l-to-pos":[{"mask-l-to":_()}],"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":_()}],"mask-image-x-to-pos":[{"mask-x-to":_()}],"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":_()}],"mask-image-y-to-pos":[{"mask-y-to":_()}],"mask-image-y-from-color":[{"mask-y-from":j()}],"mask-image-y-to-color":[{"mask-y-to":j()}],"mask-image-radial":[{"mask-radial":[X,R]}],"mask-image-radial-from-pos":[{"mask-radial-from":_()}],"mask-image-radial-to-pos":[{"mask-radial-to":_()}],"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":[D]}],"mask-image-conic-from-pos":[{"mask-conic-from":_()}],"mask-image-conic-to-pos":[{"mask-conic-to":_()}],"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:F()}],"mask-type":[{"mask-type":["alpha","luminance"]}],"mask-image":[{mask:["none",X,R]}],filter:[{filter:["","none",X,R]}],blur:[{blur:H()}],brightness:[{brightness:[D,X,R]}],contrast:[{contrast:[D,X,R]}],"drop-shadow":[{"drop-shadow":["","none",u,ne,Q]}],"drop-shadow-color":[{"drop-shadow":j()}],grayscale:[{grayscale:["",D,X,R]}],"hue-rotate":[{"hue-rotate":[D,X,R]}],invert:[{invert:["",D,X,R]}],saturate:[{saturate:[D,X,R]}],sepia:[{sepia:["",D,X,R]}],"backdrop-filter":[{"backdrop-filter":["","none",X,R]}],"backdrop-blur":[{"backdrop-blur":H()}],"backdrop-brightness":[{"backdrop-brightness":[D,X,R]}],"backdrop-contrast":[{"backdrop-contrast":[D,X,R]}],"backdrop-grayscale":[{"backdrop-grayscale":["",D,X,R]}],"backdrop-hue-rotate":[{"backdrop-hue-rotate":[D,X,R]}],"backdrop-invert":[{"backdrop-invert":["",D,X,R]}],"backdrop-opacity":[{"backdrop-opacity":[D,X,R]}],"backdrop-saturate":[{"backdrop-saturate":[D,X,R]}],"backdrop-sepia":[{"backdrop-sepia":["",D,X,R]}],"border-collapse":[{border:["collapse","separate"]}],"border-spacing":[{"border-spacing":y()}],"border-spacing-x":[{"border-spacing-x":y()}],"border-spacing-y":[{"border-spacing-y":y()}],"table-layout":[{table:["auto","fixed"]}],caption:[{caption:["top","bottom"]}],transition:[{transition:["","all","colors","opacity","shadow","transform","none",X,R]}],"transition-behavior":[{transition:["normal","discrete"]}],duration:[{duration:[D,"initial",X,R]}],ease:[{ease:["linear","initial",f,X,R]}],delay:[{delay:[D,X,R]}],animate:[{animate:["none",x,X,R]}],backface:[{backface:["hidden","visible"]}],perspective:[{perspective:[g,X,R]}],"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:ae()}],"scale-x":[{"scale-x":ae()}],"scale-y":[{"scale-y":ae()}],"scale-z":[{"scale-z":ae()}],"scale-3d":["scale-3d"],skew:[{skew:le()}],"skew-x":[{"skew-x":le()}],"skew-y":[{"skew-y":le()}],transform:[{transform:[X,R,"","none","gpu","cpu"]}],"transform-origin":[{origin:v()}],"transform-style":[{transform:["3d","flat"]}],translate:[{translate:ie()}],"translate-x":[{"translate-x":ie()}],"translate-y":[{"translate-y":ie()}],"translate-z":[{"translate-z":ie()}],"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",X,R]}],"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":y()}],"scroll-mx":[{"scroll-mx":y()}],"scroll-my":[{"scroll-my":y()}],"scroll-ms":[{"scroll-ms":y()}],"scroll-me":[{"scroll-me":y()}],"scroll-mt":[{"scroll-mt":y()}],"scroll-mr":[{"scroll-mr":y()}],"scroll-mb":[{"scroll-mb":y()}],"scroll-ml":[{"scroll-ml":y()}],"scroll-p":[{"scroll-p":y()}],"scroll-px":[{"scroll-px":y()}],"scroll-py":[{"scroll-py":y()}],"scroll-ps":[{"scroll-ps":y()}],"scroll-pe":[{"scroll-pe":y()}],"scroll-pt":[{"scroll-pt":y()}],"scroll-pr":[{"scroll-pr":y()}],"scroll-pb":[{"scroll-pb":y()}],"scroll-pl":[{"scroll-pl":y()}],"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",X,R]}],fill:[{fill:["none",...j()]}],"stroke-w":[{stroke:[D,Z,U,Y]}],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"]}},ge=(e,r,t)=>{void 0!==t&&(e[r]=t)},he=(e,r)=>{if(r)for(const t in r)ge(e,t,r[t])},fe=(e,r)=>{if(r)for(const t in r)xe(e,r,t)},xe=(e,r,t)=>{const o=r[t];void 0!==o&&(e[t]=e[t]?e[t].concat(o):o)},ve=((e,...r)=>"function"==typeof e?C(be,e,...r):C(()=>((e,{cacheSize:r,prefix:t,experimentalParseClassName:o,extend:n={},override:a={}})=>(ge(e,"cacheSize",r),ge(e,"prefix",t),ge(e,"experimentalParseClassName",o),he(e.theme,a.theme),he(e.classGroups,a.classGroups),he(e.conflictingClassGroups,a.conflictingClassGroups),he(e.conflictingClassGroupModifiers,a.conflictingClassGroupModifiers),ge(e,"orderSensitiveModifiers",a.orderSensitiveModifiers),fe(e.theme,n.theme),fe(e.classGroups,n.classGroups),fe(e.conflictingClassGroups,n.conflictingClassGroups),fe(e.conflictingClassGroupModifiers,n.conflictingClassGroupModifiers),xe(e,n,"orderSensitiveModifiers"),e))(be(),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)=>ve(function(){for(var e,r,t=0,o="",n=arguments.length;t<n;t++)(e=arguments[t])&&(r=s(e))&&(o&&(o+=" "),o+=r);return o}(...e)),we=o(({children:r,className:t="",style:o,disabled:n,...a},l)=>e("button",{ref:l,className:ye(t),style:o,disabled:n,...a,children:r}));we.displayName="Button";const ke=r=>{const{open:t,children:o}=r,i=n(null),[s,d]=a(0);return l(()=>{const e=i.current;if(!e)return;const r=()=>{d(t?e.scrollHeight:0)};let o;return r(),t&&(o=new ResizeObserver(()=>r()),o.observe(e)),()=>{o&&o.disconnect()}},[t,o]),e("div",{className:"overflow-hidden transition-all duration-300 ease-in-out",style:{maxHeight:s,opacity:t?1:0},"aria-hidden":!t,children:e("div",{ref:i,children:o})})};ke.displayName="Collapse";const Ne=({name:r,fill:t=0,opticalSize:o="48dp",weight:n="200",emphasis:a=145,size:l=24,color:i="currentColor",style:s={},className:d,onClick:c,dataTestId:m})=>{const p={fontVariationSettings:`'FILL' ${t}, 'wght' ${n}, 'GRAD' ${a}, 'opsz' ${o.substring(0,2)}`,fontSize:`${l}px`,fontFamily:"'Material Symbols Rounded'",color:i||"currentColor",...s};return e("span",{style:p,className:ye("material-symbols-rounded",d),onClick:c,"data-testid":m,children:r})};Ne.displayName="MaterialIcon";const Ce=t=>{const{title:o,defaultOpen:n,children:l,containerClassName:i,titleClassName:s,className:d,buttonClassName:c}=t,[m,p]=a(Boolean(n));return r("div",{className:ye("rounded-lg border",i),children:[r(we,{type:"button",className:ye("flex w-full items-center justify-between gap-4 rounded-t-lg px-4 py-3 text-left",c),onClick:()=>p(e=>!e),children:[e("span",{className:ye("label5",s),children:o}),e(Ne,{name:m?"keyboard_arrow_down":"keyboard_arrow_up",fill:1,size:24})]}),e(ke,{open:m,children:e("div",{className:ye("px-4 py-4",d),children:l})})]})};Ce.displayName="Accordion";const ze=o(({children:e,as:r,className:o="",style:n,...a},l)=>{const i=r||"p";return t.createElement(i,{ref:l,className:o,style:n,...a},e)});ze.displayName="Text";const $e=({items:t,title:o,background:n="white",enableHeading:a=!1,maxWidth:l=!0})=>e("div",{className:`${{blue:"bg-[#07B2E2]",green:"bg-[#26B170]",yellow:"bg-[#F5FF1E]",purple:"bg-[#931D69]",white:"bg-white",navy:"bg-[#00002D]"}[n]} component-container`,children:r("div",{className:(l?"max-w-120 xl:mx-auto":"")+" mx-5 my-8 lg:mx-20 lg:my-18",children:[e("div",{children:e(ze,{as:a?"h1":"h2",className:"heading1 text-left lg:text-center",children:o})}),e("div",{className:"question-answer-section mt-10 lg:mt-16",children:null==t?void 0:t.map((r,t)=>e("div",{children:e(Ce,{title:r.title,containerClassName:"border-0 border-b-[1px]",children:e(ze,{children:r.description})})},`item-${t}`))})]})}),Me=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()},Ge=o(({variant:t="primary_brand",isLoading:o=!1,text:n,label:a,disabled:l,fullWidth:i,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",i&&"w-full"),r=ye((l||o)&&"cursor-not-allowed",o&&"pl-7",l&&"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"}[t]||"",r)})();let p=`button--${t}`;o&&(p+=" button--loading"),l&&(p+=" button--disabled");return r("button",{ref:c,className:ye(`${p} ${m}`),disabled:l||o,...d,children:[o?e(Ne,{name:"progress_activity",className:"animate-spin"}):null,a?r("span",{className:"flex flex-col",children:[e("span",{className:ye(Me(s)),children:a}),n]}):n]})});Ge.displayName="BrandButton";const je=({fields:t})=>r("div",{children:[e(ze,{children:"Callout"}),e(Ge,{label:"Callout"})]}),Be=({fields:r})=>e("div",{children:e(ze,{children:"Cards"})}),Fe=({fields:r})=>e("div",{children:e(ze,{children:"Carousel"})}),Ie=o(({className:r,...t},o)=>e(i,{ref:o,className:ye(r),...t}));Ie.displayName="NextImage";const Ee=o(({children:r,href:t,className:o="",onClick:n,variant:a="unstyled",style:l,external:i=!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",o),style:l,href:s?void 0:t,onClick:e=>{s?e.preventDefault():null==n||n(e)},...i&&!s&&{target:"_blank",rel:"noopener noreferrer"},...s&&{"aria-disabled":!0,tabIndex:-1}};return e("a",{...p,children:r})});Ee.displayName="Link";const Pe=({showButtonAs:r,buttonVariant:t,buttonLabel:o,buttonPrefix:n,href:a,target:l,anchorId:i,linkClassName:s,linkVariant:d})=>"solid"===r?e(Ge,{id:i,variant:t,text:o,label:n}):"text"===r?e(Ee,{href:a,target:l,variant:d||"default",className:`text-text-brand ${s||""}`,children:o}):null,De=({title:t,subtitle:o,description:n,disclaimer:a,icon:l,cta:i,background:s="navy",color:d="white",enableHeading:c,maxWidth:m=!0})=>e("div",{className:"component-container",children:r("div",{className:"mx-5 my-8 lg:mx-20 lg:my-12 lg:rounded-[40px] xl:mx-auto "+(m?" max-w-120":""),children:[r("div",{className:`flex flex-col rounded-[28px] px-5 py-7 lg:flex-row lg:rounded-[40px] lg:px-16 lg:py-9 ${{blue:"bg-[#07B2E2]",green:"bg-[#26B170]",yellow:"bg-[#F5FF1E]",purple:"bg-[#931D69]",white:"bg-white",navy:"bg-[#00002D]"}[s]} ${{blue:"text-[#07B2E2]",green:"text-[#26B170]",yellow:"text-[#F5FF1E]",purple:"text-[#931D69]",white:"text-white",navy:"text-[#00002D]"}[d]} `,children:[l&&e("div",{className:"floating-banner-icon mb-5 flex justify-center lg:mb-0 lg:items-center",children:e("div",{className:"h-[80px] w-[80px] overflow-hidden",children:e(Ie,{width:80,height:80,alt:"icon",src:l})})}),r("div",{className:"flex flex-col justify-center lg:mx-5",children:[t&&e(ze,{as:c?"h1":"h2",className:"heading2 mb-3 lg:w-[90%] text-center lg:text-left",children:t}),o&&e(ze,{as:"h3",className:"heading3 mb-3 text-center lg:text-left",children:o}),n&&e(ze,{as:"div",className:"body1 lg:w-[90%] text-center lg:text-left",children:n})]}),i&&e("div",{className:"mt-5 flex justify-center lg:mt-0 lg:w-[500px] lg:items-center",children:e(Pe,{...i})})]}),a&&e("div",{children:e(ze,{as:"div",className:"body3 mt-3 text-center",children:a})})]})}),Se=({body:t,links:o,bottomLinks:n,copyrights:a,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:"my-8 h-[1px] border-t-0 bg-white opacity-100 lg:my-16 dark:opacity-50"}),e("div",{className:"grid-1 grid gap-8 py-8 md:grid-cols-2 lg:grid-cols-4",children:null==o?void 0:o.map((t,o)=>{var n,a;return r("div",{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===(a=null===(n=null==t?void 0:t.itemsCollection)||void 0===n?void 0:n.items)||void 0===a?void 0:a.map((r,t)=>e("div",{className:"pt-3",children:e(Pe,{...r})},`site-links-${t}`))})]},`link-group-${o}`),e("div",{className:"block h-[1px] border-t-0 bg-white opacity-100 md:hidden dark:opacity-50"})]},`footer-link-group-${o}`)})}),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()," ",l]}),e("ul",{className:"bottom-links list-none",children:null==n?void 0:n.map((r,t)=>e("li",{className:"relative float-left pl-[8px] before:absolute before:left-[3px] before:top-1/2 before:-translate-y-1/2 before:text-[14px] before:content-['•'] first-of-type:pl-0 first-of-type:before:content-['']",children:e(Pe,{...r,className:"text-sm font-normal",linkVariant:"unstyled"})},`links-${t}`))})]})]})}),Le=({brow:t,showAsHeading:o,title:n,subTitle:a,ctaDisclaimer:l,disclaimer:i,description:s,image:d,imageLinks:c,mediaPosition:m,openDescriptionLinksOnANewTab:p,checklist:u,secondaryCta:b,cta:g,videoLink:h,maxWidth:f=!0})=>e("div",{className:"component-container",children:r("div",{className:"image-promo-bar-content "+(f?"mx-auto max-w-120":""),children:[t&&e("div",{children:t}),n&&e(o?"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((t,o)=>r("div",{className:"checklist-item",children:[t.iconUrl&&e("img",{src:t.iconUrl,alt:""}),e("span",{children:t.title})]},t.anchorId||o)),null==c?void 0:c.map((t,o)=>e("div",{className:"image-link",children:r("a",{href:t.url,children:["image : ",t.image]})},o)),(null==h?void 0:h.link)&&r("div",{className:"video-section",children:[h.image&&e("img",{src:h.image,alt:"Video preview"}),r("div",{children:["Video URL: ",h.link]}),h.videoPopup&&e("div",{children:"Mode: Popup"})]}),g&&e("div",{className:"primary-cta"}),b&&e("div",{className:"secondary-cta"}),l&&e("div",{children:l}),i&&e("div",{children:i})]})}),Ae=({fields:r})=>e(ze,{children:"Navigation"}),Te=({maxWidth:t=!0,title:o,showAsHeading:n,subTitle:a,price:l,priceSuffix:i,priceCallout:s,pricingDescription:d,pricingDescriptionDisclaimer:c,checklist:m,logoLockup:p,checkAvailabilityEyebrow:u,primaryCtaPrefix1:b,primaryCtaPrefix2:g,primaryCta1:h,primaryCta2:f,secondaryCtaPrefix:x,secondaryCta:v,carouselImages:y,squareImage:w,badgeImage:k,bottomLink:N})=>e("div",{className:"component-container",children:r("div",{className:"primary-hero-container "+(t?"mx-auto max-w-120":""),children:[o&&e("div",{children:o}),n&&r("div",{children:["Heading Mode: ",String(n)]}),a&&e("div",{children:a}),l&&e("div",{children:l}),i&&e("div",{children:i}),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]}),w&&r("div",{children:["Square Layout: ",String(w)]}),null==m?void 0:m.map((e,t)=>r("div",{children:["Checklist Item: ",e.title]},`checklist-${t}`)),u&&e("div",{children:u}),b&&e("div",{children:b}),h&&r("div",{children:["CTA 1: ",h.label]}),g&&e("div",{children:g}),f&&r("div",{children:["CTA 2: ",f.label]}),x&&e("div",{children:x}),v&&r("div",{children:["Secondary: ",v.label]}),N&&r("div",{children:["Bottom Link: ",N.label]}),null==y?void 0:y.map((e,t)=>r("div",{children:["Carousel Image ",t+1,": ",e]},t))]})}),We=({fields:r})=>e("div",{children:e(ze,{children:"Text Block"})}),_e=({fields:r})=>e("div",{children:e(ze,{children:"Modal Block"})}),He=({children:t,background:o,className:n,fill:a="yellow",maxFit:l,show:i=!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 o&&o in m,u=p?m[o]:void 0,b=o&&!p?{background:o}:void 0,g=a in c?c[a]:"text-[#F5FF1E]";return i?r("div",{className:`shape-bg relative overflow-hidden ${null!=n?n:""} ${l?"max-content":""} ${null!=u?u:b?"":"bg-white"}`,style:b,children:["path1"===s&&e("svg",{className:`shape-bg-svg pointer-events-none absolute left-1/2 top-[-2371px] z-0 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 pointer-events-none absolute left-1/2 top-[45.8px] z-0 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 pointer-events-none absolute left-1/2 top-[-2600px] z-0 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 pointer-events-none absolute left-1/2 top-[-1966.1px] z-0 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:t})]}):e("div",{className:n,style:b,children:t})},Oe=({title:t,background:o="white",button:n,color:a,contentAlignment:l,description:i,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]"}[o]} 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(ze,{as:d?"h1":"h2",className:`heading2 lg:heading1 text-${l}`,children:t}),e(ze,{as:"h3",className:`subheading3 pt-2 lg:subheading1 lg:pt-3 text-${l}`,children:c}),e("div",{className:`pt-2 text-body1 lg:pt-3 text-${s}`,children:i}),e("div",{className:"flex justify-center pt-5 lg:pt-14",children:e(Pe,{...n})})]})});export{$e as Accordion,Pe as Button,je as Callout,Be as Cards,Fe as Carousel,Oe as CtaCallout,De as FloatingBanner,Se as Footer,Le as ImagePromoBar,_e as Modal,Ae as Navigation,Te as PrimaryHero,He as ShapeBackgroundWrapper,We as Text};
|
|
3
|
+
import{jsx as e,jsxs as r,Fragment as t}from"react/jsx-runtime";import o,{forwardRef as n,useRef as l,useState as a,useEffect as i}from"react";import s from"next/image";function d(e){var r,t,o="";if("string"==typeof e||"number"==typeof e)o+=e;else if("object"==typeof e)if(Array.isArray(e)){var n=e.length;for(r=0;r<n;r++)e[r]&&(t=d(e[r]))&&(o&&(o+=" "),o+=t)}else for(t in e)e[t]&&(o&&(o+=" "),o+=t);return o}const c=e=>{const r=b(e),{conflictingClassGroups:t,conflictingClassGroupModifiers:o}=e;return{getClassGroupId:e=>{const t=e.split("-");return""===t[0]&&1!==t.length&&t.shift(),m(t,r)||u(e)},getConflictingClassGroupIds:(e,r)=>{const n=t[e]||[];return r&&o[e]?[...n,...o[e]]:n}}},m=(e,r)=>{if(0===e.length)return r.classGroupId;const t=e[0],o=r.nextPart.get(t),n=o?m(e.slice(1),o):void 0;if(n)return n;if(0===r.validators.length)return;const l=e.join("-");return r.validators.find(({validator:e})=>e(l))?.classGroupId},p=/^\[(.+)\]$/,u=e=>{if(p.test(e)){const r=p.exec(e)[1],t=r?.substring(0,r.indexOf(":"));if(t)return"arbitrary.."+t}},b=e=>{const{theme:r,classGroups:t}=e,o={nextPart:new Map,validators:[]};for(const e in t)g(t[e],o,e,r);return o},g=(e,r,t,o)=>{e.forEach(e=>{if("string"==typeof e){return void((""===e?r:h(r,e)).classGroupId=t)}if("function"==typeof e)return f(e)?void g(e(o),r,t,o):void r.validators.push({validator:e,classGroupId:t});Object.entries(e).forEach(([e,n])=>{g(n,h(r,e),t,o)})})},h=(e,r)=>{let t=e;return r.split("-").forEach(e=>{t.nextPart.has(e)||t.nextPart.set(e,{nextPart:new Map,validators:[]}),t=t.nextPart.get(e)}),t},f=e=>e.isThemeGetter,x=e=>{if(e<1)return{get:()=>{},set:()=>{}};let r=0,t=new Map,o=new Map;const n=(n,l)=>{t.set(n,l),r++,r>e&&(r=0,o=t,t=new Map)};return{get(e){let r=t.get(e);return void 0!==r?r:void 0!==(r=o.get(e))?(n(e,r),r):void 0},set(e,r){t.has(e)?t.set(e,r):n(e,r)}}},v=e=>{const{prefix:r,experimentalParseClassName:t}=e;let o=e=>{const r=[];let t,o=0,n=0,l=0;for(let a=0;a<e.length;a++){let i=e[a];if(0===o&&0===n){if(":"===i){r.push(e.slice(l,a)),l=a+1;continue}if("/"===i){t=a;continue}}"["===i?o++:"]"===i?o--:"("===i?n++:")"===i&&n--}const a=0===r.length?e:e.substring(l),i=y(a);return{modifiers:r,hasImportantModifier:i!==a,baseClassName:i,maybePostfixModifierPosition:t&&t>l?t-l:void 0}};if(r){const e=r+":",t=o;o=r=>r.startsWith(e)?t(r.substring(e.length)):{isExternal:!0,modifiers:[],hasImportantModifier:!1,baseClassName:r,maybePostfixModifierPosition:void 0}}if(t){const e=o;o=r=>t({className:r,parseClassName:e})}return o},y=e=>e.endsWith("!")?e.substring(0,e.length-1):e.startsWith("!")?e.substring(1):e,w=e=>{const r=Object.fromEntries(e.orderSensitiveModifiers.map(e=>[e,!0]));return e=>{if(e.length<=1)return e;const t=[];let o=[];return e.forEach(e=>{"["===e[0]||r[e]?(t.push(...o.sort(),e),o=[]):o.push(e)}),t.push(...o.sort()),t}},k=/\s+/;function N(){let e,r,t=0,o="";for(;t<arguments.length;)(e=arguments[t++])&&(r=C(e))&&(o&&(o+=" "),o+=r);return o}const C=e=>{if("string"==typeof e)return e;let r,t="";for(let o=0;o<e.length;o++)e[o]&&(r=C(e[o]))&&(t&&(t+=" "),t+=r);return t};function z(e,...r){let t,o,n,l=function(i){const s=r.reduce((e,r)=>r(e),e());return t=(e=>({cache:x(e.cacheSize),parseClassName:v(e),sortModifiers:w(e),...c(e)}))(s),o=t.cache.get,n=t.cache.set,l=a,a(i)};function a(e){const r=o(e);if(r)return r;const l=((e,r)=>{const{parseClassName:t,getClassGroupId:o,getConflictingClassGroupIds:n,sortModifiers:l}=r,a=[],i=e.trim().split(k);let s="";for(let e=i.length-1;e>=0;e-=1){const r=i[e],{isExternal:d,modifiers:c,hasImportantModifier:m,baseClassName:p,maybePostfixModifierPosition:u}=t(r);if(d){s=r+(s.length>0?" "+s:s);continue}let b=!!u,g=o(b?p.substring(0,u):p);if(!g){if(!b){s=r+(s.length>0?" "+s:s);continue}if(g=o(p),!g){s=r+(s.length>0?" "+s:s);continue}b=!1}const h=l(c).join(":"),f=m?h+"!":h,x=f+g;if(a.includes(x))continue;a.push(x);const v=n(g,b);for(let e=0;e<v.length;++e){const r=v[e];a.push(f+r)}s=r+(s.length>0?" "+s:s)}return s})(e,t);return n(e,l),l}return function(){return l(N.apply(null,arguments))}}const $=e=>{const r=r=>r[e]||[];return r.isThemeGetter=!0,r},M=/^\[(?:(\w[\w-]*):)?(.+)\]$/i,G=/^\((?:(\w[\w-]*):)?(.+)\)$/i,j=/^\d+\/\d+$/,B=/^(\d+(\.\d+)?)?(xs|sm|md|lg|xl)$/,F=/\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$/,I=/^(rgba?|hsla?|hwb|(ok)?(lab|lch)|color-mix)\(.+\)$/,E=/^(inset_)?-?((\d+)?\.?(\d+)[a-z]+|0)_-?((\d+)?\.?(\d+)[a-z]+|0)/,P=/^(url|image|image-set|cross-fade|element|(repeating-)?(linear|radial|conic)-gradient)\(.+\)$/,D=e=>j.test(e),L=e=>!!e&&!Number.isNaN(Number(e)),S=e=>!!e&&Number.isInteger(Number(e)),A=e=>e.endsWith("%")&&L(e.slice(0,-1)),W=e=>B.test(e),T=()=>!0,_=e=>F.test(e)&&!I.test(e),V=()=>!1,H=e=>E.test(e),O=e=>P.test(e),q=e=>!U(e)&&!Z(e),R=e=>ae(e,ce,V),U=e=>M.test(e),Y=e=>ae(e,me,_),J=e=>ae(e,pe,L),K=e=>ae(e,se,V),Q=e=>ae(e,de,O),X=e=>ae(e,be,H),Z=e=>G.test(e),ee=e=>ie(e,me),re=e=>ie(e,ue),te=e=>ie(e,se),oe=e=>ie(e,ce),ne=e=>ie(e,de),le=e=>ie(e,be,!0),ae=(e,r,t)=>{const o=M.exec(e);return!!o&&(o[1]?r(o[1]):t(o[2]))},ie=(e,r,t=!1)=>{const o=G.exec(e);return!!o&&(o[1]?r(o[1]):t)},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"),t=$("text"),o=$("font-weight"),n=$("tracking"),l=$("leading"),a=$("breakpoint"),i=$("container"),s=$("spacing"),d=$("radius"),c=$("shadow"),m=$("inset-shadow"),p=$("text-shadow"),u=$("drop-shadow"),b=$("blur"),g=$("perspective"),h=$("aspect"),f=$("ease"),x=$("animate"),v=()=>["center","top","bottom","left","right","top-left","left-top","top-right","right-top","bottom-right","right-bottom","bottom-left","left-bottom",Z,U],y=()=>[Z,U,s],w=()=>[D,"full","auto",...y()],k=()=>[S,"none","subgrid",Z,U],N=()=>["auto",{span:["full",S,Z,U]},S,Z,U],C=()=>[S,"auto",Z,U],z=()=>["auto","min","max","fr",Z,U],M=()=>["auto",...y()],G=()=>[D,"auto","full","dvw","dvh","lvw","lvh","svw","svh","min","max","fit",...y()],j=()=>[e,Z,U],B=()=>["center","top","bottom","left","right","top-left","left-top","top-right","right-top","bottom-right","right-bottom","bottom-left","left-bottom",te,K,{position:[Z,U]}],F=()=>["auto","cover","contain",oe,R,{size:[Z,U]}],I=()=>[A,ee,Y],E=()=>["","none","full",d,Z,U],P=()=>["",L,ee,Y],_=()=>[L,A,te,K],V=()=>["","none",b,Z,U],H=()=>["none",L,Z,U],O=()=>["none",L,Z,U],ae=()=>[L,Z,U],ie=()=>[D,"full",...y()];return{cacheSize:500,theme:{animate:["spin","ping","pulse","bounce"],aspect:["video"],blur:[W],breakpoint:[W],color:[T],container:[W],"drop-shadow":[W],ease:["in","out","in-out"],font:[q],"font-weight":["thin","extralight","light","normal","medium","semibold","bold","extrabold","black"],"inset-shadow":[W],leading:["none","tight","snug","normal","relaxed","loose"],perspective:["dramatic","near","normal","midrange","distant","none"],radius:[W],shadow:[W],spacing:["px",L],text:[W],"text-shadow":[W],tracking:["tighter","tight","normal","wide","wider","widest"]},classGroups:{aspect:[{aspect:["auto","square",D,U,Z,h]}],container:["container"],columns:[{columns:[L,U,Z,i]}],"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:w()}],"inset-x":[{"inset-x":w()}],"inset-y":[{"inset-y":w()}],start:[{start:w()}],end:[{end:w()}],top:[{top:w()}],right:[{right:w()}],bottom:[{bottom:w()}],left:[{left:w()}],visibility:["visible","invisible","collapse"],z:[{z:[S,"auto",Z,U]}],basis:[{basis:[D,"full","auto",i,...y()]}],"flex-direction":[{flex:["row","row-reverse","col","col-reverse"]}],"flex-wrap":[{flex:["nowrap","wrap","wrap-reverse"]}],flex:[{flex:[L,D,"auto","initial","none",U]}],grow:[{grow:["",L,Z,U]}],shrink:[{shrink:["",L,Z,U]}],order:[{order:[S,"first","last","none",Z,U]}],"grid-cols":[{"grid-cols":k()}],"col-start-end":[{col:N()}],"col-start":[{"col-start":C()}],"col-end":[{"col-end":C()}],"grid-rows":[{"grid-rows":k()}],"row-start-end":[{row:N()}],"row-start":[{"row-start":C()}],"row-end":[{"row-end":C()}],"grid-flow":[{"grid-flow":["row","col","dense","row-dense","col-dense"]}],"auto-cols":[{"auto-cols":z()}],"auto-rows":[{"auto-rows":z()}],gap:[{gap:y()}],"gap-x":[{"gap-x":y()}],"gap-y":[{"gap-y":y()}],"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:y()}],px:[{px:y()}],py:[{py:y()}],ps:[{ps:y()}],pe:[{pe:y()}],pt:[{pt:y()}],pr:[{pr:y()}],pb:[{pb:y()}],pl:[{pl:y()}],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":y()}],"space-x-reverse":["space-x-reverse"],"space-y":[{"space-y":y()}],"space-y-reverse":["space-y-reverse"],size:[{size:G()}],w:[{w:[i,"screen",...G()]}],"min-w":[{"min-w":[i,"screen","none",...G()]}],"max-w":[{"max-w":[i,"screen","none","prose",{screen:[a]},...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",t,ee,Y]}],"font-smoothing":["antialiased","subpixel-antialiased"],"font-style":["italic","not-italic"],"font-weight":[{font:[o,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:[l,...y()]}],"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: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:[L,"from-font","auto",Z,Y]}],"text-decoration-color":[{decoration:j()}],"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:y()}],"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:B()}],"bg-repeat":[{bg:["no-repeat",{repeat:["","x","y","space","round"]}]}],"bg-size":[{bg:F()}],"bg-image":[{bg:["none",{linear:[{to:["t","tr","r","br","b","bl","l","tl"]},S,Z,U],radial:["",Z,U],conic:[S,Z,U]},ne,Q]}],"bg-color":[{bg:j()}],"gradient-from-pos":[{from:I()}],"gradient-via-pos":[{via:I()}],"gradient-to-pos":[{to:I()}],"gradient-from":[{from:j()}],"gradient-via":[{via:j()}],"gradient-to":[{to:j()}],rounded:[{rounded:E()}],"rounded-s":[{"rounded-s":E()}],"rounded-e":[{"rounded-e":E()}],"rounded-t":[{"rounded-t":E()}],"rounded-r":[{"rounded-r":E()}],"rounded-b":[{"rounded-b":E()}],"rounded-l":[{"rounded-l":E()}],"rounded-ss":[{"rounded-ss":E()}],"rounded-se":[{"rounded-se":E()}],"rounded-ee":[{"rounded-ee":E()}],"rounded-es":[{"rounded-es":E()}],"rounded-tl":[{"rounded-tl":E()}],"rounded-tr":[{"rounded-tr":E()}],"rounded-br":[{"rounded-br":E()}],"rounded-bl":[{"rounded-bl":E()}],"border-w":[{border:P()}],"border-w-x":[{"border-x":P()}],"border-w-y":[{"border-y":P()}],"border-w-s":[{"border-s":P()}],"border-w-e":[{"border-e":P()}],"border-w-t":[{"border-t":P()}],"border-w-r":[{"border-r":P()}],"border-w-b":[{"border-b":P()}],"border-w-l":[{"border-l":P()}],"divide-x":[{"divide-x":P()}],"divide-x-reverse":["divide-x-reverse"],"divide-y":[{"divide-y":P()}],"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":[L,Z,U]}],"outline-w":[{outline:["",L,ee,Y]}],"outline-color":[{outline:j()}],shadow:[{shadow:["","none",c,le,X]}],"shadow-color":[{shadow:j()}],"inset-shadow":[{"inset-shadow":["none",m,le,X]}],"inset-shadow-color":[{"inset-shadow":j()}],"ring-w":[{ring:P()}],"ring-w-inset":["ring-inset"],"ring-color":[{ring:j()}],"ring-offset-w":[{"ring-offset":[L,Y]}],"ring-offset-color":[{"ring-offset":j()}],"inset-ring-w":[{"inset-ring":P()}],"inset-ring-color":[{"inset-ring":j()}],"text-shadow":[{"text-shadow":["none",p,le,X]}],"text-shadow-color":[{"text-shadow":j()}],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":j()}],"mask-image-linear-to-color":[{"mask-linear-to":j()}],"mask-image-t-from-pos":[{"mask-t-from":_()}],"mask-image-t-to-pos":[{"mask-t-to":_()}],"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":_()}],"mask-image-r-to-pos":[{"mask-r-to":_()}],"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":_()}],"mask-image-b-to-pos":[{"mask-b-to":_()}],"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":_()}],"mask-image-l-to-pos":[{"mask-l-to":_()}],"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":_()}],"mask-image-x-to-pos":[{"mask-x-to":_()}],"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":_()}],"mask-image-y-to-pos":[{"mask-y-to":_()}],"mask-image-y-from-color":[{"mask-y-from":j()}],"mask-image-y-to-color":[{"mask-y-to":j()}],"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":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":[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":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:F()}],"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,le,X]}],"drop-shadow-color":[{"drop-shadow":j()}],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":y()}],"border-spacing-x":[{"border-spacing-x":y()}],"border-spacing-y":[{"border-spacing-y":y()}],"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",f,Z,U]}],delay:[{delay:[L,Z,U]}],animate:[{animate:["none",x,Z,U]}],backface:[{backface:["hidden","visible"]}],perspective:[{perspective:[g,Z,U]}],"perspective-origin":[{"perspective-origin":v()}],rotate:[{rotate:H()}],"rotate-x":[{"rotate-x":H()}],"rotate-y":[{"rotate-y":H()}],"rotate-z":[{"rotate-z":H()}],scale:[{scale:O()}],"scale-x":[{"scale-x":O()}],"scale-y":[{"scale-y":O()}],"scale-z":[{"scale-z":O()}],"scale-3d":["scale-3d"],skew:[{skew:ae()}],"skew-x":[{"skew-x":ae()}],"skew-y":[{"skew-y":ae()}],transform:[{transform:[Z,U,"","none","gpu","cpu"]}],"transform-origin":[{origin:v()}],"transform-style":[{transform:["3d","flat"]}],translate:[{translate:ie()}],"translate-x":[{"translate-x":ie()}],"translate-y":[{"translate-y":ie()}],"translate-z":[{"translate-z":ie()}],"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",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":y()}],"scroll-mx":[{"scroll-mx":y()}],"scroll-my":[{"scroll-my":y()}],"scroll-ms":[{"scroll-ms":y()}],"scroll-me":[{"scroll-me":y()}],"scroll-mt":[{"scroll-mt":y()}],"scroll-mr":[{"scroll-mr":y()}],"scroll-mb":[{"scroll-mb":y()}],"scroll-ml":[{"scroll-ml":y()}],"scroll-p":[{"scroll-p":y()}],"scroll-px":[{"scroll-px":y()}],"scroll-py":[{"scroll-py":y()}],"scroll-ps":[{"scroll-ps":y()}],"scroll-pe":[{"scroll-pe":y()}],"scroll-pt":[{"scroll-pt":y()}],"scroll-pr":[{"scroll-pr":y()}],"scroll-pb":[{"scroll-pb":y()}],"scroll-pl":[{"scroll-pl":y()}],"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",...j()]}],"stroke-w":[{stroke:[L,ee,Y,J]}],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,t)=>{void 0!==t&&(e[r]=t)},fe=(e,r)=>{if(r)for(const t in r)he(e,t,r[t])},xe=(e,r)=>{if(r)for(const t in r)ve(e,r,t)},ve=(e,r,t)=>{const o=r[t];void 0!==o&&(e[t]=e[t]?e[t].concat(o):o)},ye=((e,...r)=>"function"==typeof e?z(ge,e,...r):z(()=>((e,{cacheSize:r,prefix:t,experimentalParseClassName:o,extend:n={},override:l={}})=>(he(e,"cacheSize",r),he(e,"prefix",t),he(e,"experimentalParseClassName",o),fe(e.theme,l.theme),fe(e.classGroups,l.classGroups),fe(e.conflictingClassGroups,l.conflictingClassGroups),fe(e.conflictingClassGroupModifiers,l.conflictingClassGroupModifiers),he(e,"orderSensitiveModifiers",l.orderSensitiveModifiers),xe(e.theme,n.theme),xe(e.classGroups,n.classGroups),xe(e.conflictingClassGroups,n.conflictingClassGroups),xe(e.conflictingClassGroupModifiers,n.conflictingClassGroupModifiers),ve(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"]}}}),we=(...e)=>ye(function(){for(var e,r,t=0,o="",n=arguments.length;t<n;t++)(e=arguments[t])&&(r=d(e))&&(o&&(o+=" "),o+=r);return o}(...e)),ke=n(({children:r,className:t="",style:o,disabled:n,...l},a)=>e("button",{ref:a,className:we(t),style:o,disabled:n,...l,children:r}));ke.displayName="Button";const Ne=r=>{const{open:t,children:o}=r,n=l(null),[s,d]=a(0);return i(()=>{const e=n.current;if(!e)return;const r=()=>{d(t?e.scrollHeight:0)};let o;return r(),t&&(o=new ResizeObserver(()=>r()),o.observe(e)),()=>{o&&o.disconnect()}},[t,o]),e("div",{className:"overflow-hidden transition-all duration-300 ease-in-out",style:{maxHeight:s,opacity:t?1:0},"aria-hidden":!t,children:e("div",{ref:n,children:o})})};Ne.displayName="Collapse";const Ce=({name:r,fill:t=0,opticalSize:o="48dp",weight:n="200",emphasis:l=145,size:a=24,color:i="currentColor",style:s={},className:d,onClick:c,dataTestId:m})=>{const p={fontVariationSettings:`'FILL' ${t}, 'wght' ${n}, 'GRAD' ${l}, 'opsz' ${o.substring(0,2)}`,fontSize:`${a}px`,fontFamily:"'Material Symbols Rounded'",color:i||"currentColor",...s};return e("span",{style:p,className:we("material-symbols-rounded",d),onClick:c,"data-testid":m,children:r})};Ce.displayName="MaterialIcon";const ze=t=>{const{title:o,defaultOpen:n,children:l,containerClassName:i,titleClassName:s,className:d,buttonClassName:c}=t,[m,p]=a(Boolean(n));return r("div",{className:we("rounded-lg border",i),children:[r(ke,{type:"button",className:we("flex w-full items-center justify-between gap-4 rounded-t-lg px-4 py-3 text-left",c),onClick:()=>p(e=>!e),children:[e("span",{className:we("label5",s),children:o}),e(Ce,{name:m?"keyboard_arrow_down":"keyboard_arrow_up",fill:1,size:24})]}),e(Ne,{open:m,children:e("div",{className:we("px-4 py-4",d),children:l})})]})};ze.displayName="Accordion";const $e=n(({children:e,as:r,className:t="",style:n,...l},a)=>{const i=r||"p";return o.createElement(i,{ref:a,className:t,style:n,...l},e)});$e.displayName="Text";const Me=({items:t,title:o,background:n="white",enableHeading:l=!1,maxWidth:a=!0})=>e("div",{className:`${{blue:"bg-[#07B2E2]",green:"bg-[#26B170]",yellow:"bg-[#F5FF1E]",purple:"bg-[#931D69]",white:"bg-white",navy:"bg-[#00002D]"}[n]} component-container`,children:r("div",{className:(a?"max-w-120 xl:mx-auto":"")+" mx-5 my-8 lg:mx-20 lg:my-18",children:[e("div",{children:e($e,{as:l?"h1":"h2",className:"heading1 text-left lg:text-center",children:o})}),e("div",{className:"question-answer-section mt-10 lg:mt-16",children:null==t?void 0:t.map((r,t)=>e("div",{children:e(ze,{title:r.title,containerClassName:"border-0 border-b-[1px]",children:e($e,{children:r.description})})},`item-${t}`))})]})}),Ge=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()},je=n(({variant:t="primary_brand",isLoading:o=!1,text:n,label:l,disabled:a,fullWidth:i,size:s={base:"medium"},...d},c)=>{const m=(()=>{const e=we((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",i&&"w-full"),r=we((a||o)&&"cursor-not-allowed",o&&"pl-7",a&&"bg-bg-fill-brand-disabled");return we(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"}[t]||"",r)})();let p=`button--${t}`;o&&(p+=" button--loading"),a&&(p+=" button--disabled");return r("button",{ref:c,className:we(`${p} ${m}`),disabled:a||o,...d,children:[o?e(Ce,{name:"progress_activity",className:"animate-spin"}):null,l?r("span",{className:"flex flex-col",children:[e("span",{className:we(Ge(s)),children:l}),n]}):n]})});je.displayName="BrandButton";const Be=({fields:t})=>r("div",{children:[e($e,{children:"Callout"}),e(je,{label:"Callout"})]}),Fe=({fields:r})=>e("div",{children:e($e,{children:"Cards"})}),Ie=({fields:r})=>e("div",{children:e($e,{children:"Carousel"})}),Ee=n(({className:r,...t},o)=>e(s,{ref:o,className:we(r),...t}));Ee.displayName="NextImage";const Pe=n(({children:r,href:t,className:o="",onClick:n,variant:l="unstyled",style:a,external:i=!1,disabled:s=!1,...d},c)=>{const m=(()=>{if("unstyled"===l)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[l]||e.default,r].filter(Boolean).join(" ")})(),p={...d,ref:c,className:we(m,`link--${l}`,s&&"link--disabled",o),style:a,href:s?void 0:t,onClick:e=>{s?e.preventDefault():null==n||n(e)},...i&&!s&&{target:"_blank",rel:"noopener noreferrer"},...s&&{"aria-disabled":!0,tabIndex:-1}};return e("a",{...p,children:r})});Pe.displayName="Link";const De=({showButtonAs:r,buttonVariant:t,buttonLabel:o,buttonPrefix:n,href:l,target:a,anchorId:i,linkClassName:s,linkVariant:d})=>"solid"===r?e(je,{id:i,variant:t,text:o,label:n}):"text"===r?e(Pe,{href:l,target:a,variant:d||"default",className:`text-text-brand ${s||""}`,children:o}):null,Le=({title:t,subtitle:o,description:n,disclaimer:l,icon:a,cta:i,background:s="navy",color:d="white",enableHeading:c,maxWidth:m=!0})=>e("div",{className:"component-container",children:r("div",{className:"mx-5 my-8 lg:mx-20 lg:my-12 lg:rounded-[40px] xl:mx-auto "+(m?" max-w-120":""),children:[r("div",{className:`flex flex-col rounded-[28px] px-5 py-7 lg:flex-row lg:rounded-[40px] lg:px-16 lg:py-9 ${{blue:"bg-[#07B2E2]",green:"bg-[#26B170]",yellow:"bg-[#F5FF1E]",purple:"bg-[#931D69]",white:"bg-white",navy:"bg-[#00002D]"}[s]} ${{blue:"text-[#07B2E2]",green:"text-[#26B170]",yellow:"text-[#F5FF1E]",purple:"text-[#931D69]",white:"text-white",navy:"text-[#00002D]"}[d]} `,children:[a&&e("div",{className:"floating-banner-icon mb-5 flex justify-center lg:mb-0 lg:items-center",children:e("div",{className:"h-[80px] w-[80px] overflow-hidden",children:e(Ee,{width:80,height:80,alt:"icon",src:a})})}),r("div",{className:"flex flex-col justify-center lg:mx-5",children:[t&&e($e,{as:c?"h1":"h2",className:"heading2 mb-3 lg:w-[90%] text-center lg:text-left",children:t}),o&&e($e,{as:"h3",className:"heading3 mb-3 text-center lg:text-left",children:o}),n&&e($e,{as:"div",className:"body1 lg:w-[90%] text-center lg:text-left",children:n})]}),i&&e("div",{className:"mt-5 flex justify-center lg:mt-0 lg:w-[500px] lg:items-center",children:e(De,{...i})})]}),l&&e("div",{children:e($e,{as:"div",className:"body3 mt-3 text-center",children:l})})]})}),Se=({body:o,links:n,bottomLinks:l,copyrights:a,terms:i,maxWidth:s=!0})=>e("div",{className:"component-container bg-bg-inverse text-white",children:r("div",{className:` ${s?"mx-auto max-w-120":""} px-5 py-8 lg:px-[120px] lg:py-18`,children:[e("div",{children:o}),e("div",{className:"my-8 h-[1px] border-t-0 bg-white opacity-100 lg:my-16 dark:opacity-50"}),e("div",{className:"grid-1 grid gap-8 py-8 md:grid-cols-2 lg:grid-cols-4",children:null==n?void 0:n.map((o,n)=>{var l,a;return r(t,{children:[e("div",{children:r("div",{className:"site-links-group",children:[e($e,{as:"div",className:"label3",children:null==o?void 0:o.title}),e("ul",{className:"flex flex-col",children:null===(a=null===(l=null==o?void 0:o.items)||void 0===l?void 0:l.items)||void 0===a?void 0:a.map((r,t)=>e("li",{className:"pt-3",children:e(De,{...r,linkVariant:"unstyled",linkClassName:"text-white body3"})},`site-links-${t}`))})]},`link-group-${n}`)},`footer-link-group-${n}`),e("div",{className:"block h-[1px] border-t-0 bg-white opacity-100 md:hidden dark:opacity-50"})]})})}),r("div",{className:"lg:pt-8",children:[e("p",{className:"copy-rights",children:a}),r("p",{className:"terms-text footnote text-white",children:["© ",(new Date).getFullYear()," ",i]}),e("ul",{className:"bottom-links list-none",children:null==l?void 0:l.map((r,t)=>e("li",{className:"relative float-left pl-[8px] before:absolute before:left-[3px] before:top-1/2 before:-translate-y-1/2 before:text-[14px] before:content-['•'] first-of-type:pl-0 first-of-type:before:content-['']",children:e(De,{...r,linkClassName:"footnote text-white",linkVariant:"unstyled"})},`links-${t}`))})]})]})}),Ae=({brow:t,showAsHeading:o,title:n,subTitle:l,ctaDisclaimer:a,disclaimer:i,description:s,image:d,imageLinks:c,mediaPosition:m,openDescriptionLinksOnANewTab:p,checklist:u,secondaryCta:b,cta:g,videoLink:h,maxWidth:f=!0})=>e("div",{className:"component-container",children:r("div",{className:"image-promo-bar-content "+(f?"mx-auto max-w-120":""),children:[t&&e("div",{children:t}),n&&e(o?"h1":"div",{children:n}),l&&e("div",{children:l}),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((t,o)=>r("div",{className:"checklist-item",children:[t.iconUrl&&e("img",{src:t.iconUrl,alt:""}),e("span",{children:t.title})]},t.anchorId||o)),null==c?void 0:c.map((t,o)=>e("div",{className:"image-link",children:r("a",{href:t.url,children:["image : ",t.image]})},o)),(null==h?void 0:h.link)&&r("div",{className:"video-section",children:[h.image&&e("img",{src:h.image,alt:"Video preview"}),r("div",{children:["Video URL: ",h.link]}),h.videoPopup&&e("div",{children:"Mode: Popup"})]}),g&&e("div",{className:"primary-cta"}),b&&e("div",{className:"secondary-cta"}),a&&e("div",{children:a}),i&&e("div",{children:i})]})}),We=({link:t})=>{if(!t)return null;if((e=>"string"==typeof e.href)(t)){const r="submenu-link-btn";return e("ul",{children:e("li",{className:"submenu-link",children:e(De,{...t,linkVariant:"unstyled"})},r)})}const{anchorId:o,title:n,items:l}=t,a=Array.isArray(null==l?void 0:l.items)?l.items:[];return r("div",{id:null!=o?o:void 0,children:[e("div",{children:null!=n?n:null}),a.length>0&&e(({items:r})=>e("ul",{children:r.map((r,t)=>{const o=`submenu-link-${t}`;return e("li",{className:"submenu-link",children:e(De,{...r,linkVariant:"unstyled"})},o)})}),{items:a})]})},Te=({primaryNavigationLinks:t,utilityNavigationLinks:o,maxWidth:n=!0})=>e("div",{className:"component-container",children:r("div",{className:"menu-container "+(n?"mx-auto max-w-120":""),children:[e("div",{className:"utility-container",children:e("ul",{className:"flex",children:null==o?void 0:o.map((r,t)=>e("li",{children:e(We,{link:r})},`main-menu-items-${t}`))})}),e("div",{className:"main-nav-container",children:e("ul",{className:"flex",children:null==t?void 0:t.map((r,t)=>e("li",{children:e(We,{link:r})},`main-menu-items-${t}`))})}),e("div",{})]})}),_e=({maxWidth:t=!0,title:o,showAsHeading:n,subTitle:l,price:a,priceSuffix:i,priceCallout:s,pricingDescription:d,pricingDescriptionDisclaimer:c,checklist:m,logoLockup:p,checkAvailabilityEyebrow:u,primaryCtaPrefix1:b,primaryCtaPrefix2:g,primaryCta1:h,primaryCta2:f,secondaryCtaPrefix:x,secondaryCta:v,carouselImages:y,squareImage:w,badgeImage:k,bottomLink:N})=>e("div",{className:"component-container",children:r("div",{className:"primary-hero-container "+(t?"mx-auto max-w-120":""),children:[o&&e("div",{children:o}),n&&r("div",{children:["Heading Mode: ",String(n)]}),l&&e("div",{children:l}),a&&e("div",{children:a}),i&&e("div",{children:i}),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]}),w&&r("div",{children:["Square Layout: ",String(w)]}),null==m?void 0:m.map((e,t)=>r("div",{children:["Checklist Item: ",e.title]},`checklist-${t}`)),u&&e("div",{children:u}),b&&e("div",{children:b}),h&&r("div",{children:["CTA 1: ",h.label]}),g&&e("div",{children:g}),f&&r("div",{children:["CTA 2: ",f.label]}),x&&e("div",{children:x}),v&&r("div",{children:["Secondary: ",v.label]}),N&&r("div",{children:["Bottom Link: ",N.label]}),null==y?void 0:y.map((e,t)=>r("div",{children:["Carousel Image ",t+1,": ",e]},t))]})}),Ve=({fields:r})=>e("div",{children:e($e,{children:"Text Block"})}),He=({fields:r})=>e("div",{children:e($e,{children:"Modal Block"})}),Oe=({children:t,background:o,className:n,fill:l="yellow",maxFit:a,show:i=!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 o&&o in m,u=p?m[o]:void 0,b=o&&!p?{background:o}:void 0,g=l in c?c[l]:"text-[#F5FF1E]";return i?r("div",{className:`shape-bg relative overflow-hidden ${null!=n?n:""} ${a?"max-content":""} ${null!=u?u:b?"":"bg-white"}`,style:b,children:["path1"===s&&e("svg",{className:`shape-bg-svg pointer-events-none absolute left-1/2 top-[-2371px] z-0 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 pointer-events-none absolute left-1/2 top-[45.8px] z-0 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 pointer-events-none absolute left-1/2 top-[-2600px] z-0 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 pointer-events-none absolute left-1/2 top-[-1966.1px] z-0 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:t})]}):e("div",{className:n,style:b,children:t})},qe=({title:t,background:o="white",button:n,color:l,contentAlignment:a,description:i,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]"}[o]} component-container`,children:r("div",{className:`${m?"mx-auto max-w-120":""} flex flex-col text-${l} px-5 py-16 lg:px-13 lg:py-24`,children:[e($e,{as:d?"h1":"h2",className:`heading2 lg:heading1 text-${a}`,children:t}),e($e,{as:"h3",className:`subheading3 pt-2 lg:subheading1 lg:pt-3 text-${a}`,children:c}),e("div",{className:`pt-2 text-body1 lg:pt-3 text-${s}`,children:i}),e("div",{className:"flex justify-center pt-5 lg:pt-14",children:e(De,{...n})})]})});export{Me as Accordion,De as Button,Be as Callout,Fe as Cards,Ie as Carousel,qe as CtaCallout,Le as FloatingBanner,Se as Footer,Ae as ImagePromoBar,He as Modal,Te as Navigation,_e as PrimaryHero,Oe as ShapeBackgroundWrapper,Ve as Text};
|
|
4
4
|
//# sourceMappingURL=index.esm.js.map
|