@windstream/react-shared-components 0.0.14 → 0.0.15

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.
@@ -30,11 +30,16 @@ declare const FloatingBanner: React.FC<{
30
30
  fields: FloatingBannerProps;
31
31
  }>;
32
32
 
33
- type FooterProps = {};
33
+ type FooterProps = {
34
+ body: React$1.ReactNode;
35
+ links?: Array<any>;
36
+ bottomLinks?: Array<any>;
37
+ copyrights?: React$1.ReactNode;
38
+ terms?: string;
39
+ maxWidth?: boolean;
40
+ };
34
41
 
35
- declare const Footer: React.FC<{
36
- fields: FooterProps;
37
- }>;
42
+ declare const Footer: React$1.FC<FooterProps>;
38
43
 
39
44
  type ImagePromoBarProps = {};
40
45
 
@@ -61,7 +66,7 @@ declare const Text: React.FC<{
61
66
  }>;
62
67
 
63
68
  type ButtonProps = {
64
- showButtonAs: "solid" | "link";
69
+ showButtonAs: "solid" | "text";
65
70
  buttonVariant: "primary_brand" | "secondary" | "primary_inverse";
66
71
  buttonLabel: string;
67
72
  buttonPrefix: string;
@@ -76,6 +81,8 @@ type ButtonProps = {
76
81
  clickToOpen: string;
77
82
  tabmodalNameToOpen: string;
78
83
  preDefinedFunctionExecution: string;
84
+ linkClassName?: string;
85
+ linkVariant?: "unstyled" | "default";
79
86
  };
80
87
 
81
88
  declare const Button: React$1.FC<ButtonProps>;
@@ -111,6 +118,7 @@ type CtaCalloutProps = {
111
118
  descriptionAlignment?: "center" | "left" | "right";
112
119
  contentAlignment?: "center" | "left" | "right";
113
120
  button?: any;
121
+ maxWidth?: boolean;
114
122
  };
115
123
 
116
124
  declare const CtaCallout: React$1.FC<CtaCalloutProps>;
@@ -1,2 +1,2 @@
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"}),s=({fields:r})=>e("div",{children:"Cards"}),l=({fields:r})=>e("div",{children:"Carousel"}),i=({fields:r})=>e("div",{children:"FloatingBanner"}),d=({fields:r})=>e("div",{children:"Footer component"}),c=({fields:r})=>e("div",{children:"Image Promo Bar"}),m=({fields:r})=>e("div",{children:"Navigation"}),p=({fields:r})=>e("div",{children:"Primary Hero"}),u=({fields:r})=>e("div",{children:"Text Block"});function b(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=b(e[r]))&&(t&&(t+=" "),t+=o)}else for(o in e)e[o]&&(t&&(t+=" "),t+=o);return t}const f=e=>{const r=v(e),{conflictingClassGroups:o,conflictingClassGroupModifiers:t}=e;return{getClassGroupId:e=>{const o=e.split("-");return""===o[0]&&1!==o.length&&o.shift(),g(o,r)||x(e)},getConflictingClassGroupIds:(e,r)=>{const n=o[e]||[];return r&&t[e]?[...n,...t[e]]:n}}},g=(e,r)=>{if(0===e.length)return r.classGroupId;const o=e[0],t=r.nextPart.get(o),n=t?g(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},h=/^\[(.+)\]$/,x=e=>{if(h.test(e)){const r=h.exec(e)[1],o=r?.substring(0,r.indexOf(":"));if(o)return"arbitrary.."+o}},v=e=>{const{theme:r,classGroups:o}=e,t={nextPart:new Map,validators:[]};for(const e in o)w(o[e],t,e,r);return t},w=(e,r,o,t)=>{e.forEach(e=>{if("string"==typeof e){return void((""===e?r:y(r,e)).classGroupId=o)}if("function"==typeof e)return k(e)?void w(e(t),r,o,t):void r.validators.push({validator:e,classGroupId:o});Object.entries(e).forEach(([e,n])=>{w(n,y(r,e),o,t)})})},y=(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},k=e=>e.isThemeGetter,C=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)}}},z=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=N(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},N=e=>e.endsWith("!")?e.substring(0,e.length-1):e.startsWith("!")?e.substring(1):e,$=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}},M=/\s+/;function G(){let e,r,o=0,t="";for(;o<arguments.length;)(e=arguments[o++])&&(r=j(e))&&(t&&(t+=" "),t+=r);return t}const j=e=>{if("string"==typeof e)return e;let r,o="";for(let t=0;t<e.length;t++)e[t]&&(r=j(e[t]))&&(o&&(o+=" "),o+=r);return o};function I(e,...r){let o,t,n,a=function(l){const i=r.reduce((e,r)=>r(e),e());return o=(e=>({cache:C(e.cacheSize),parseClassName:z(e),sortModifiers:$(e),...f(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(M);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:u}=o(r);if(d){i=r+(i.length>0?" "+i:i);continue}let b=!!u,f=t(b?p.substring(0,u):p);if(!f){if(!b){i=r+(i.length>0?" "+i:i);continue}if(f=t(p),!f){i=r+(i.length>0?" "+i:i);continue}b=!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,b);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(G.apply(null,arguments))}}const P=e=>{const r=r=>r[e]||[];return r.isThemeGetter=!0,r},B=/^\[(?:(\w[\w-]*):)?(.+)\]$/i,F=/^\((?:(\w[\w-]*):)?(.+)\)$/i,E=/^\d+\/\d+$/,S=/^(\d+(\.\d+)?)?(xs|sm|md|lg|xl)$/,D=/\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$/,T=/^(rgba?|hsla?|hwb|(ok)?(lab|lch)|color-mix)\(.+\)$/,A=/^(inset_)?-?((\d+)?\.?(\d+)[a-z]+|0)_-?((\d+)?\.?(\d+)[a-z]+|0)/,_=/^(url|image|image-set|cross-fade|element|(repeating-)?(linear|radial|conic)-gradient)\(.+\)$/,L=e=>E.test(e),O=e=>!!e&&!Number.isNaN(Number(e)),W=e=>!!e&&Number.isInteger(Number(e)),q=e=>e.endsWith("%")&&O(e.slice(0,-1)),H=e=>S.test(e),R=()=>!0,V=e=>D.test(e)&&!T.test(e),Q=()=>!1,J=e=>A.test(e),K=e=>_.test(e),U=e=>!Y(e)&&!ne(e),X=e=>me(e,fe,Q),Y=e=>B.test(e),Z=e=>me(e,ge,V),ee=e=>me(e,he,O),re=e=>me(e,ue,Q),oe=e=>me(e,be,K),te=e=>me(e,ve,J),ne=e=>F.test(e),ae=e=>pe(e,ge),se=e=>pe(e,xe),le=e=>pe(e,ue),ie=e=>pe(e,fe),de=e=>pe(e,be),ce=e=>pe(e,ve,!0),me=(e,r,o)=>{const t=B.exec(e);return!!t&&(t[1]?r(t[1]):o(t[2]))},pe=(e,r,o=!1)=>{const t=F.exec(e);return!!t&&(t[1]?r(t[1]):o)},ue=e=>"position"===e||"percentage"===e,be=e=>"image"===e||"url"===e,fe=e=>"length"===e||"size"===e||"bg-size"===e,ge=e=>"length"===e,he=e=>"number"===e,xe=e=>"family-name"===e,ve=e=>"shadow"===e,we=()=>{const e=P("color"),r=P("font"),o=P("text"),t=P("font-weight"),n=P("tracking"),a=P("leading"),s=P("breakpoint"),l=P("container"),i=P("spacing"),d=P("radius"),c=P("shadow"),m=P("inset-shadow"),p=P("text-shadow"),u=P("drop-shadow"),b=P("blur"),f=P("perspective"),g=P("aspect"),h=P("ease"),x=P("animate"),v=()=>["center","top","bottom","left","right","top-left","left-top","top-right","right-top","bottom-right","right-bottom","bottom-left","left-bottom",ne,Y],w=()=>[ne,Y,i],y=()=>[L,"full","auto",...w()],k=()=>[W,"none","subgrid",ne,Y],C=()=>["auto",{span:["full",W,ne,Y]},W,ne,Y],z=()=>[W,"auto",ne,Y],N=()=>["auto","min","max","fr",ne,Y],$=()=>["auto",...w()],M=()=>[L,"auto","full","dvw","dvh","lvw","lvh","svw","svh","min","max","fit",...w()],G=()=>[e,ne,Y],j=()=>["center","top","bottom","left","right","top-left","left-top","top-right","right-top","bottom-right","right-bottom","bottom-left","left-bottom",le,re,{position:[ne,Y]}],I=()=>["auto","cover","contain",ie,X,{size:[ne,Y]}],B=()=>[q,ae,Z],F=()=>["","none","full",d,ne,Y],E=()=>["",O,ae,Z],S=()=>[O,q,le,re],D=()=>["","none",b,ne,Y],T=()=>["none",O,ne,Y],A=()=>["none",O,ne,Y],_=()=>[O,ne,Y],V=()=>[L,"full",...w()];return{cacheSize:500,theme:{animate:["spin","ping","pulse","bounce"],aspect:["video"],blur:[H],breakpoint:[H],color:[R],container:[H],"drop-shadow":[H],ease:["in","out","in-out"],font:[U],"font-weight":["thin","extralight","light","normal","medium","semibold","bold","extrabold","black"],"inset-shadow":[H],leading:["none","tight","snug","normal","relaxed","loose"],perspective:["dramatic","near","normal","midrange","distant","none"],radius:[H],shadow:[H],spacing:["px",O],text:[H],"text-shadow":[H],tracking:["tighter","tight","normal","wide","wider","widest"]},classGroups:{aspect:[{aspect:["auto","square",L,Y,ne,g]}],container:["container"],columns:[{columns:[O,Y,ne,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:[W,"auto",ne,Y]}],basis:[{basis:[L,"full","auto",l,...w()]}],"flex-direction":[{flex:["row","row-reverse","col","col-reverse"]}],"flex-wrap":[{flex:["nowrap","wrap","wrap-reverse"]}],flex:[{flex:[O,L,"auto","initial","none",Y]}],grow:[{grow:["",O,ne,Y]}],shrink:[{shrink:["",O,ne,Y]}],order:[{order:[W,"first","last","none",ne,Y]}],"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:M()}],w:[{w:[l,"screen",...M()]}],"min-w":[{"min-w":[l,"screen","none",...M()]}],"max-w":[{"max-w":[l,"screen","none","prose",{screen:[s]},...M()]}],h:[{h:["screen","lh",...M()]}],"min-h":[{"min-h":["screen","lh","none",...M()]}],"max-h":[{"max-h":["screen","lh",...M()]}],"font-size":[{text:["base",o,ae,Z]}],"font-smoothing":["antialiased","subpixel-antialiased"],"font-style":["italic","not-italic"],"font-weight":[{font:[t,ne,ee]}],"font-stretch":[{"font-stretch":["ultra-condensed","extra-condensed","condensed","semi-condensed","normal","semi-expanded","expanded","extra-expanded","ultra-expanded",q,Y]}],"font-family":[{font:[se,Y,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,ne,Y]}],"line-clamp":[{"line-clamp":[O,"none",ne,ee]}],leading:[{leading:[a,...w()]}],"list-image":[{"list-image":["none",ne,Y]}],"list-style-position":[{list:["inside","outside"]}],"list-style-type":[{list:["disc","decimal","none",ne,Y]}],"text-alignment":[{text:["left","center","right","justify","start","end"]}],"placeholder-color":[{placeholder:G()}],"text-color":[{text:G()}],"text-decoration":["underline","overline","line-through","no-underline"],"text-decoration-style":[{decoration:["solid","dashed","dotted","double","wavy"]}],"text-decoration-thickness":[{decoration:[O,"from-font","auto",ne,Z]}],"text-decoration-color":[{decoration:G()}],"underline-offset":[{"underline-offset":[O,"auto",ne,Y]}],"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",ne,Y]}],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",ne,Y]}],"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:I()}],"bg-image":[{bg:["none",{linear:[{to:["t","tr","r","br","b","bl","l","tl"]},W,ne,Y],radial:["",ne,Y],conic:[W,ne,Y]},de,oe]}],"bg-color":[{bg:G()}],"gradient-from-pos":[{from:B()}],"gradient-via-pos":[{via:B()}],"gradient-to-pos":[{to:B()}],"gradient-from":[{from:G()}],"gradient-via":[{via:G()}],"gradient-to":[{to:G()}],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:G()}],"border-color-x":[{"border-x":G()}],"border-color-y":[{"border-y":G()}],"border-color-s":[{"border-s":G()}],"border-color-e":[{"border-e":G()}],"border-color-t":[{"border-t":G()}],"border-color-r":[{"border-r":G()}],"border-color-b":[{"border-b":G()}],"border-color-l":[{"border-l":G()}],"divide-color":[{divide:G()}],"outline-style":[{outline:["solid","dashed","dotted","double","none","hidden"]}],"outline-offset":[{"outline-offset":[O,ne,Y]}],"outline-w":[{outline:["",O,ae,Z]}],"outline-color":[{outline:G()}],shadow:[{shadow:["","none",c,ce,te]}],"shadow-color":[{shadow:G()}],"inset-shadow":[{"inset-shadow":["none",m,ce,te]}],"inset-shadow-color":[{"inset-shadow":G()}],"ring-w":[{ring:E()}],"ring-w-inset":["ring-inset"],"ring-color":[{ring:G()}],"ring-offset-w":[{"ring-offset":[O,Z]}],"ring-offset-color":[{"ring-offset":G()}],"inset-ring-w":[{"inset-ring":E()}],"inset-ring-color":[{"inset-ring":G()}],"text-shadow":[{"text-shadow":["none",p,ce,te]}],"text-shadow-color":[{"text-shadow":G()}],opacity:[{opacity:[O,ne,Y]}],"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":[O]}],"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":G()}],"mask-image-linear-to-color":[{"mask-linear-to":G()}],"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":G()}],"mask-image-t-to-color":[{"mask-t-to":G()}],"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":G()}],"mask-image-r-to-color":[{"mask-r-to":G()}],"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":G()}],"mask-image-b-to-color":[{"mask-b-to":G()}],"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":G()}],"mask-image-l-to-color":[{"mask-l-to":G()}],"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":G()}],"mask-image-x-to-color":[{"mask-x-to":G()}],"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":G()}],"mask-image-y-to-color":[{"mask-y-to":G()}],"mask-image-radial":[{"mask-radial":[ne,Y]}],"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":G()}],"mask-image-radial-to-color":[{"mask-radial-to":G()}],"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":[O]}],"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":G()}],"mask-image-conic-to-color":[{"mask-conic-to":G()}],"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:I()}],"mask-type":[{"mask-type":["alpha","luminance"]}],"mask-image":[{mask:["none",ne,Y]}],filter:[{filter:["","none",ne,Y]}],blur:[{blur:D()}],brightness:[{brightness:[O,ne,Y]}],contrast:[{contrast:[O,ne,Y]}],"drop-shadow":[{"drop-shadow":["","none",u,ce,te]}],"drop-shadow-color":[{"drop-shadow":G()}],grayscale:[{grayscale:["",O,ne,Y]}],"hue-rotate":[{"hue-rotate":[O,ne,Y]}],invert:[{invert:["",O,ne,Y]}],saturate:[{saturate:[O,ne,Y]}],sepia:[{sepia:["",O,ne,Y]}],"backdrop-filter":[{"backdrop-filter":["","none",ne,Y]}],"backdrop-blur":[{"backdrop-blur":D()}],"backdrop-brightness":[{"backdrop-brightness":[O,ne,Y]}],"backdrop-contrast":[{"backdrop-contrast":[O,ne,Y]}],"backdrop-grayscale":[{"backdrop-grayscale":["",O,ne,Y]}],"backdrop-hue-rotate":[{"backdrop-hue-rotate":[O,ne,Y]}],"backdrop-invert":[{"backdrop-invert":["",O,ne,Y]}],"backdrop-opacity":[{"backdrop-opacity":[O,ne,Y]}],"backdrop-saturate":[{"backdrop-saturate":[O,ne,Y]}],"backdrop-sepia":[{"backdrop-sepia":["",O,ne,Y]}],"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",ne,Y]}],"transition-behavior":[{transition:["normal","discrete"]}],duration:[{duration:[O,"initial",ne,Y]}],ease:[{ease:["linear","initial",h,ne,Y]}],delay:[{delay:[O,ne,Y]}],animate:[{animate:["none",x,ne,Y]}],backface:[{backface:["hidden","visible"]}],perspective:[{perspective:[f,ne,Y]}],"perspective-origin":[{"perspective-origin":v()}],rotate:[{rotate:T()}],"rotate-x":[{"rotate-x":T()}],"rotate-y":[{"rotate-y":T()}],"rotate-z":[{"rotate-z":T()}],scale:[{scale:A()}],"scale-x":[{"scale-x":A()}],"scale-y":[{"scale-y":A()}],"scale-z":[{"scale-z":A()}],"scale-3d":["scale-3d"],skew:[{skew:_()}],"skew-x":[{"skew-x":_()}],"skew-y":[{"skew-y":_()}],transform:[{transform:[ne,Y,"","none","gpu","cpu"]}],"transform-origin":[{origin:v()}],"transform-style":[{transform:["3d","flat"]}],translate:[{translate:V()}],"translate-x":[{"translate-x":V()}],"translate-y":[{"translate-y":V()}],"translate-z":[{"translate-z":V()}],"translate-none":["translate-none"],accent:[{accent:G()}],appearance:[{appearance:["none","auto"]}],"caret-color":[{caret:G()}],"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",ne,Y]}],"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",ne,Y]}],fill:[{fill:["none",...G()]}],"stroke-w":[{stroke:[O,ae,Z,ee]}],stroke:[{stroke:["none",...G()]}],"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"]}},ye=(e,r,o)=>{void 0!==o&&(e[r]=o)},ke=(e,r)=>{if(r)for(const o in r)ye(e,o,r[o])},Ce=(e,r)=>{if(r)for(const o in r)ze(e,r,o)},ze=(e,r,o)=>{const t=r[o];void 0!==t&&(e[o]=e[o]?e[o].concat(t):t)},Ne=((e,...r)=>"function"==typeof e?I(we,e,...r):I(()=>((e,{cacheSize:r,prefix:o,experimentalParseClassName:t,extend:n={},override:a={}})=>(ye(e,"cacheSize",r),ye(e,"prefix",o),ye(e,"experimentalParseClassName",t),ke(e.theme,a.theme),ke(e.classGroups,a.classGroups),ke(e.conflictingClassGroups,a.conflictingClassGroups),ke(e.conflictingClassGroupModifiers,a.conflictingClassGroupModifiers),ye(e,"orderSensitiveModifiers",a.orderSensitiveModifiers),Ce(e.theme,n.theme),Ce(e.classGroups,n.classGroups),Ce(e.conflictingClassGroups,n.conflictingClassGroups),Ce(e.conflictingClassGroupModifiers,n.conflictingClassGroupModifiers),ze(e,n,"orderSensitiveModifiers"),e))(we(),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"]}}}),$e=(...e)=>Ne(function(){for(var e,r,o=0,t="",n=arguments.length;o<n;o++)(e=arguments[o])&&(r=b(e))&&(t&&(t+=" "),t+=r);return t}(...e)),Me=({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:$e("material-symbols-rounded",d),onClick:c,"data-testid":m,children:r})};Me.displayName="MaterialIcon";const 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=t(({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=$e((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=$e((s||t)&&"cursor-not-allowed",t&&"pl-7",s&&"bg-bg-fill-brand-disabled");return $e(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:$e(`${p} ${m}`),disabled:s||t,...d,children:[t?e(Me,{name:"progress_activity",className:"animate-spin"}):null,a?r("span",{className:"flex flex-col",children:[e("span",{className:$e(Ge(i)),children:a}),n]}):n]})});je.displayName="BrandButton";const Ie=t(({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:$e(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})});Ie.displayName="Link";const Pe=({showButtonAs:r,buttonVariant:o,buttonLabel:t,buttonPrefix:n,badge:a,badgeIcon:s,buttonIcon:l,buttonIconPosition:i,href:d,target:c,anchorId:m,preserveQueryParameters:p,clickToOpen:u,tabmodalNameToOpen:b,preDefinedFunctionExecution:f})=>"solid"===r?e(je,{id:m,variant:o,text:t,label:n}):"link"===r?e(Ie,{href:d,target:c,children:t}):null,Be=({fields:r})=>e("div",{children:"Modal Block"}),Fe=({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,u=p?m[t]:void 0,b=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!=u?u:b?"":"bg-white"}`,style:b,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:b,children:o})},Ee=t(({children:e,as:r,className:t="",style:n,...a},s)=>{const l=r||"p";return o.createElement(l,{ref:s,className:t,style:n,...a},e)});Ee.displayName="Text";const Se=({title:o,background:t="white",button:n,color:a,contentAlignment:s,description:l,descriptionAlignment:i,enableHeading:d,subTitle:c})=>r("div",{className:`${{blue:"bg-[#07B2E2]",green:"bg-[#26B170]",yellow:"bg-[#F5FF1E]",purple:"bg-[#931D69]",white:"bg-white",navy:"bg-[#00002D]"}[t]} flex flex-col text-${a} px-5 py-16 lg:px-13 lg:py-24 `,children:[e(Ee,{as:d?"h1":"h2",className:`heading2 lg:heading1 text-${s}`,children:o}),e(Ee,{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(Pe,{...n})})]});export{n as Accordion,Pe as Button,a as Callout,s as Cards,l as Carousel,Se as CtaCallout,i as FloatingBanner,d as Footer,c as ImagePromoBar,Be as Modal,m as Navigation,p as PrimaryHero,Fe as ShapeBackgroundWrapper,u as Text};
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)||b(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},u=/^\[(.+)\]$/,b=e=>{if(u.test(e)){const r=u.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:u}=o(r);if(d){i=r+(i.length>0?" "+i:i);continue}let b=!!u,f=t(b?p.substring(0,u):p);if(!f){if(!b){i=r+(i.length>0?" "+i:i);continue}if(f=t(p),!f){i=r+(i.length>0?" "+i:i);continue}b=!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,b);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,ue,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,be),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,ue=e=>"number"===e,be=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"),u=M("drop-shadow"),b=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",b,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",u,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})=>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,u=p?m[t]:void 0,b=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!=u?u:b?"":"bg-white"}`,style:b,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:b,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})=>r("div",{className:`${{blue:"bg-[#07B2E2]",green:"bg-[#26B170]",yellow:"bg-[#F5FF1E]",purple:"bg-[#931D69]",white:"bg-white",navy:"bg-[#00002D]"}[t]} ${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};
2
2
  //# sourceMappingURL=index.esm.js.map