@okam/stack-ui 1.12.1 → 1.13.0
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/components/Button/index.d.ts +2 -1
- package/components/Button/interface.d.ts +4 -0
- package/components/Menu/components/MenuItems.d.ts +3 -0
- package/components/Menu/components/TabContainer.d.ts +3 -0
- package/components/Menu/index.d.ts +3 -0
- package/components/Menu/interface.d.ts +27 -0
- package/components/Popover/interface.d.ts +3 -3
- package/components/SidePanel/interface.d.ts +2 -0
- package/components/TabList/components/TabPanel/TabPanel.d.ts +4 -0
- package/components/TabList/interface.d.ts +18 -0
- package/index.d.ts +6 -0
- package/index.js +9 -6
- package/index.mjs +2857 -1253
- package/package.json +6 -2
- package/providers/Menu/index.d.ts +4 -0
- package/providers/Menu/interface.d.ts +28 -0
- package/providers/SidePanel/index.d.ts +1 -1
- package/providers/SidePanel/interface.d.ts +3 -0
- package/providers/Theme/interface.d.ts +3 -2
- package/transitions/RenderWithOpacity.d.ts +7 -0
package/index.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const
|
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const b=require("react"),i=require("react/jsx-runtime"),$=require("tailwind-variants"),ln=require("radash"),R=require("react-aria"),Io=require("react-div-100vh"),Lo=require("@react-stately/overlays"),Q=require("react-spring"),Me=require("@react-aria/overlays"),ye=require("@react-aria/focus"),Ut=require("react-stately"),No=require("isomorphic-dompurify"),ot=require("@react-aria/i18n"),at=require("lodash"),me=require("react-hook-form"),Bo=require("@react-aria/checkbox"),qo=require("@react-aria/visually-hidden"),Fo=require("@react-stately/toggle"),Vt=require("react-i18next"),Ht=require("@react-aria/datepicker"),cn=require("@react-stately/datepicker"),zt=require("@react-aria/calendar"),Uo=require("@react-stately/calendar"),At=require("@react-aria/utils"),lr=require("next/image"),O=require("lodash.isequal");function Vo(e){const t=Object.create(null,{[Symbol.toStringTag]:{value:"Module"}});if(e){for(const r in e)if(r!=="default"){const n=Object.getOwnPropertyDescriptor(e,r);Object.defineProperty(t,r,n.get?n:{enumerable:!0,get:()=>e[r]})}}return t.default=e,Object.freeze(t)}const Ho=Vo(b),un=e=>e;function zo(){const e=b.createContext(void 0);function t(){const r=b.useContext(e);return r===void 0?null:r}return[t,e.Provider]}const Wo={typography:()=>""},[dn,Yo]=zo();function fn({children:e,brandTheme:t=Wo}){const r=b.useMemo(()=>({brandTheme:t}),[t]);return i.jsx(Yo,{value:r,children:e})}const hn=e=>({children:r})=>i.jsx(fn,{brandTheme:e,children:r}),Go=$.tv({base:"[border-radius: 32px] p-1.5 focus:outline-none text-color-1-500",defaultVariants:{textAlign:"left",isOpen:!1},variants:{textAlign:{center:"text-center",left:"text-left"}}}),Jo=$.tv({base:"grid overflow-hidden w-full items-center border-b-2 border-color-1-500 focus-ring-black",variants:{titleBold:{true:"font-bold"},textAlign:{center:"grid-cols-[3rem_1fr_3rem] pl-0 sm:pl-0",left:"grid-cols-[1fr_3rem]"}}}),Qo=$.tv({base:"",defaultVariants:{textAlign:"left"},variants:{textAlign:{center:"justify-self-center col-start-2",left:"justify-self-start"}}}),Ko=$.tv({base:"text-color-1-500 min-h-12 rotate-90 min-w-12 rounded-full flex items-center justify-center transition duration-500 transform ml-auto aspect-square",variants:{isOpen:{true:"-rotate-90",false:""}}}),Zo=$.tv({base:"font-body text-inherit h-auto grid grid-rows-[0fr] transition-all duration-500",defaultVariants:{textAlign:"left",isOpen:!1},variants:{isOpen:{true:"pb-8 pt-3 grid-rows-[1fr]",false:""},textAlign:{center:"grid-cols-[3rem_1fr_3rem] px-6 text-center",left:"grid-cols-[1fr_3rem] text-left"}}}),Xo=$.tv({base:"overflow-hidden",defaultVariants:{textAlign:"left"},variants:{textAlign:{center:"col-start-2",left:""}}}),ea=$.tv({base:"w-full bg-slate-100"}),mn=$.tv({base:"max-w-screen-lg mx-auto w-full",variants:{fullWidth:{true:"max-w-full col-span-full p-0"},spacing:{small:"mb-3",medium:"mb-6",large:"mb-8",none:"mb-0"}}}),ta=$.tv({extend:mn,base:"grid grid-cols-12 gap-6 px-4 col-span-full",variants:{fullWidth:{true:"max-w-full col-span-full p-0"}}}),ra=$.tv({base:"bg-slate-300 h-64 p-4 flex justify-start items-end",defaultVariants:{size:"small"},variants:{size:{small:"col-span-12 sm:col-span-6 md:col-span-4 lg:col-span-4",medium:"col-span-12 sm:col-span-12 md:col-span-8 lg:col-span-8",large:"lg:col-start-3 sm:col-start-1 sm:col-end-13 lg:col-end-11 md:col-start-3 md:col-end-11 col-start-1 col-end-13"}}}),Ae=$.tv({base:`
|
|
2
2
|
flex
|
|
3
3
|
items-center
|
|
4
4
|
justify-center
|
|
@@ -39,7 +39,7 @@
|
|
|
39
39
|
text-white
|
|
40
40
|
pointer-events-none
|
|
41
41
|
!border-error
|
|
42
|
-
`},size:{default:"min-w-12 min-h-6",large:"min-w-36 min-h-18"},shape:{rounded:"rounded-md",circular:"rounded-full"}}}),
|
|
42
|
+
`},size:{default:"min-w-12 min-h-6",large:"min-w-36 min-h-18"},shape:{rounded:"rounded-md",circular:"rounded-full"}}}),na=$.tv({base:"inline-block text-gray-800"}),oa=$.tv({base:"flex items-center justify-between pb-4"}),aa=$.tv({base:"flex items-center gap-1"}),sa=$.tv({base:"active:bg-color-1-500 p-2 rounded-full active:text-color-1-100 hover:bg-color-1-200 focus-ring-black"}),ia=$.tv({base:"flex-1"}),la=$.tv({base:"text-center"}),ca=$.tv({base:"py-0.5 relative",variants:{isFocusVisible:{true:"z-10",false:""}}}),ua=$.tv({base:"w-10 h-10 outline-none group",variants:{isSelected:{true:"",false:""},isInvalid:{true:"",fasle:""},isDisabled:{true:"disabled",false:""},isRoundedLeft:{true:"rounded-l-full",false:""},isRoundedRight:{true:"rounded-r-full",false:""}},compoundVariants:[{isSelected:!0,isInvalid:!0,class:"bg-red-300"},{isSelected:!0,isInvalid:!1,class:"bg-color-1-300"}]}),da=$.tv({base:"w-full h-full rounded-full flex items-center justify-center cursor-pointer",variants:{isSelected:{true:"",false:""},isInvalid:{true:"",fasle:""},isDisabled:{true:"",false:""},isFocusVisible:{true:"ring-2 group-focus:z-2 ring-violet-600 ring-offset-2",false:""},isSelectionStart:{true:"",false:""},isSelectionEnd:{true:"",false:""}},compoundVariants:[{isDisabled:!0,isInvalid:!1,class:"text-gray-400"},{isSelectionStart:!0,isSelectionEnd:!1,isInvalid:!0,class:"bg-red-600 text-white hover:bg-red-700"},{isSelectionStart:!0,isSelectionEnd:!0,isInvalid:!0,class:"bg-red-600 text-white hover:bg-red-700"},{isSelectionStart:!0,isSelectionEnd:!1,isInvalid:!1,class:"bg-color-1-400 text-white hover:bg-color-1-500"},{isSelectionStart:!0,isSelectionEnd:!0,isInvalid:!1,class:"bg-color-1-400 rounded-full text-white hover:bg-color-1-500"},{isSelectionStart:!1,isSelectionEnd:!0,isInvalid:!0,class:"bg-red-600 text-white hover:bg-red-700"},{isSelectionStart:!1,isSelectionEnd:!0,isInvalid:!1,class:"bg-color-1-400 text-white hover:bg-color-1-500"},{isSelected:!1,isDisabled:!1,class:"hover:bg-color-1-100"},{isSelected:!0,isDisabled:!1,isInvalid:!1,isSelectionStart:!1,isSelectionEnd:!1,class:"hover:bg-color-1-300"},{isSelected:!0,isDisabled:!1,isInvalid:!0,isSelectionStart:!1,isSelectionEnd:!1,class:"hover:bg-red-400"}]}),fa=$.tv({base:"flex justify-between items-center relative h-[475px] mb-18 lg:h-[650px]"}),ha=$.tv({base:"flex justify-center m-auto px-8 w-full h-full"}),ma=$.tv({base:"bg-color-1-500 rounded-full p-4 text-white"}),pa=$.tv({base:"flex focus-ring-black"}),ga=$.tv({base:"hover:cursor-pointer",variants:{color:{gray:"text-gray-300",black:"text-black"},isDisabled:{true:"text-gray-6"}},defaultVariants:{color:"black"}}),ba=$.tv({base:"w-6 h-6 mt-0.5 mr-2.5 rounded-full border-2 border-gray-2 shrink-0 hover:cursor-pointer flex items-center justify-center",variants:{isDisabled:{true:"border-gray-6"},isFocused:{true:"outline-black [outline-offset: 2px]"},isError:{true:"border-red-500"}}}),ya=$.tv({base:"hidden w-4 h-4 bg-gray-300 rounded-full",variants:{selected:{true:"block text-white"}}}),va=$.tv({base:"text-white w-4 h-4 [&_svg]:w-4 [&_svg]:h-4"}),xa=$.tv({base:"relative inline-flex flex-col text-left"}),wa=$.tv({base:"flex items-center border-2 border-color-1-500 rounded focus-ring-black"}),$a=$.tv({base:"fixed inset-0"}),Ca=$.tv({base:"absolute top-full bg-white border border-gray-300 rounded-md shadow-lg mt-2 p-8 z-10"}),Pa=$.tv({base:"pr-1 flex gap-2",defaultVariants:{dateFieldShown:!0},variants:{dateFieldShown:{true:"",false:"hidden"}}}),ja=$.tv({base:"focus-ring-black"}),_a=$.tv({base:"text-color-1-500 bg-color-1-100 border-l-2 border-color-1-500 h-full py-2 px-2"}),Ra=$.tv({base:"text-color-1-500 font-bold px-2"}),Ma=$.tv({base:"object-contain"}),Ta=e=>Ma(e),ne=$.tv({variants:{size:{h1:"text-5xl",h2:"text-4xl",h3:"text-3xl",h4:"text-2xl",h5:"text-xl",h6:"text-lg",leading:"text-md font-bold leading-normal",paragraph:"text-md inline",footnotes:"text-sm",xs:"text-xs"},font:{body:"font-body"},weight:{normal:"font-normal",light:"font-light",bold:"font-bold"},color:{gray:"text-gray-500",white:"text-white"},isError:{true:"text-sm text-error ml-8 py-3"},align:{center:"text-center",left:"text-left",right:"text-right"}},defaultVariants:{size:"paragraph",font:"body"}}),Sa=$.tv({base:"focus-ring-black"}),Da=$.tv({base:" w-screen h-screen relative flex items-center m-auto justify-center"}),ka=$.tv({base:`
|
|
43
43
|
absolute
|
|
44
44
|
xl:top-10
|
|
45
45
|
xl:right-20
|
|
@@ -51,7 +51,7 @@
|
|
|
51
51
|
w-[2.5rem]
|
|
52
52
|
h-[2.5rem]
|
|
53
53
|
focus-ring-black
|
|
54
|
-
`}),
|
|
54
|
+
`}),Ea=$.tv({extend:ne,base:"sr-only"}),Oa=$.tv({base:"text-black flex flex-row items-center hover:cursor-pointer focus-ring-black",variants:{isDisabled:{true:"text-gray-6"}}}),Aa=$.tv({base:"w-6 h-6 mt-0.5 mr-2.5 rounded-full border-2 border-gray-2 shrink-0 hover:cursor-pointer flex items-center justify-center",variants:{isDisabled:{true:"border-gray-6"},isFocused:{true:"outline-black [outline-offset: 2px]"}}}),Ia=$.tv({base:"hidden w-4 h-4 bg-gray-300 rounded-full",variants:{selected:{true:"block text-white"}}}),La=$.tv({base:"block",variants:{isDisabled:{true:"opacity-60 pointer-events-none"}}}),Na=$.tv({base:"flex flex-col gap-4 py-8"}),Ba=$.tv({base:"flex print:hidden relative",defaultVariants:{listDirection:"row"},variants:{listDirection:{row:"flex-row",column:"flex-col"}}}),qa=$.tv({base:"relative z-20 !bg-color-1-500 hover:!bg-color-1-400 w-16 h-16 flex justify-center items-center active:!bg-color-1-400 rounded-full text-white focus-ring-black",variants:{isOpen:{true:"",false:""}}}),Fa=$.tv({base:"!bg-color-1-200 absolute opacity-0 invisible flex transition duration-300 items-center p-0 bg-primary-1 z-0 rounded-b-full rounded-t-full",defaultVariants:{listDirection:"row"},variants:{listDirection:{row:"flex-row pl-14 h-16 left-0",column:"flex-col [width:calc(100% + .5rem)] pt-14 w-16 top-0"},isOpen:{true:"opacity-100 visible",false:""}}}),Ua=$.tv({base:`
|
|
55
55
|
flex
|
|
56
56
|
items-center
|
|
57
57
|
justify-center
|
|
@@ -65,7 +65,7 @@
|
|
|
65
65
|
focus-ring-black
|
|
66
66
|
z-10
|
|
67
67
|
has-focus-ring:z-20
|
|
68
|
-
`,defaultVariants:{listDirection:"row"},variants:{listDirection:{row:"last:rounded-r-full h-full",column:"last:rounded-b-full"}}}),
|
|
68
|
+
`,defaultVariants:{listDirection:"row"},variants:{listDirection:{row:"last:rounded-r-full h-full",column:"last:rounded-b-full"}}}),Va=$.tv({base:"text-white"}),Ha=$.tv({base:""}),za=$.tv({base:"m-auto fixed right-0 top-0 bottom-0 w-full max-w-[512px] [&>div]:h-full"}),Wa=$.tv({base:"h-full w-full flex justify-end"}),Ya=$.tv({base:"bg-black h-full w-full overflow-y-auto"}),Ga=$.tv({base:`
|
|
69
69
|
w-full
|
|
70
70
|
min-h-32
|
|
71
71
|
rounded-2xl
|
|
@@ -80,7 +80,10 @@
|
|
|
80
80
|
placeholder:text-gray-2
|
|
81
81
|
focus-ring-black
|
|
82
82
|
|
|
83
|
-
`,variants:{isError:{true:"border-red-500"}}}),lo=Rt({main:e=>hn(e),gridItem:e=>gn(e),grid:e=>mn(e),container:e=>Bt(e),accordion:{container:e=>an(e),button:e=>ln(e),title:e=>cn(e),icon:e=>un(e),region:e=>dn(e),content:e=>fn(e)},carousel:{container:e=>Mn(e),slideContainer:e=>kn(e),navigationButtons:e=>Sn(e)},calendar:{container:e=>pn(e),header:e=>bn(e),navigationButtonsContainer:e=>xn(e),navigationButtons:e=>yn(e),table:e=>vn(e),dayLabel:e=>$n(e),cellContainer:e=>wn(e),cell:e=>Cn(e),cellDate:e=>jn(e)},datePicker:{container:e=>An(e),button:e=>Bn(e),icon:e=>Nn(e),dateField:e=>On(e),dateSegment:e=>Ln(e),label:e=>Fn(e),calendarPopover:e=>En(e),calendarUnderlay:e=>_n(e)},popover:{button:e=>ve(e),popover:()=>"border-2 text-black p-4 bg-gray-300"},typography:e=>L(e),button:e=>ve(e),sidePanel:{wrapper:e=>oo(e),container:e=>so(e),innerContainer:e=>ao(e)},lightBox:{wrapper:e=>qn(e),container:e=>Yn(e),closeBtn:e=>Hn(e),label:e=>zn(e)},shareButton:{icon:e=>ro(e),button:e=>Xn(e),container:e=>Kn(e),linksList:e=>eo(e),link:e=>to(e),linkIcons:e=>no(e)},checkbox:{container:e=>Dn(e),label:e=>Tn(e),checkBox:e=>Rn(e),checkMark:e=>Pn(e),checkMarkIcon:e=>In(e),errorMessage:e=>L(e)},radio:{label:e=>Jn(e),radio:e=>Gn(e),selectedMark:e=>Wn(e),errorMessage:e=>L(e)},radioGroup:{radioGroup:e=>Qn(e),radioGroupItemsGroup:e=>Zn(e),errorMessage:e=>L(e)},select:{button:e=>ve(e),ul:e=>L({...e,className:"outline outline-2 outline-white outline-offset-2 p-2 my-4 rounded-md w-full flex flex-col gap-6"}),popover:e=>ve(e),errorMessage:e=>L({...e,size:"footnotes",isError:!0}),wrapper:()=>"flex flex-col gap-4 relative",container:()=>"flex flex-col gap-4",li:()=>"transition w-full hover:text-gray-300 focus-ring-white"},textarea:{wrapper:()=>"flex flex-col",container:()=>"flex items-center gap-4",label:()=>"text-gray-3 px-6",input:e=>io(e),errorMessage:e=>L({...e,size:"footnotes",isError:!0})},textInput:{wrapper:()=>"flex flex-col rounded-md px-4 py-1 mb-3 m-0.5 border-2 aria-disabled:pointer-events-none aria-disabled:opacity-30 focus-ring-black",label:()=>"text-xs",container:()=>"flex items-center gap-4",input:()=>"",errorMessage:e=>L({...e,size:"footnotes",isError:!0})},img:Vn}),co=h.memo(At(lo)),x=(e,t={},r=null)=>{const n=Pt();if(n!=null&&e!=null){const{brandTheme:s}=n,a=St.get(s,e);if(typeof a=="function"){const i=a?.(t);if(typeof i=="string")return i}}if(r)return r},R=({as:e="span",themeName:t="typography",tokens:r,customTheme:n,children:s,...a})=>{const i=x(t,r,n);return o.jsx(e,{...a,className:i,children:s})},Qe=h.forwardRef((e,t)=>{const{as:r="span",tokens:n,themeName:s="typography",customTheme:a,children:i,...l}=e,c=x(s,n,a);return o.jsx(r,{...l,ref:t,className:c,children:i})}),_t=h.forwardRef((e,t)=>{const{as:r="a",handlePress:n,children:s,as:a,customTheme:i,tokens:l,themeName:c="button",...d}=e,f=t,{linkProps:m}=y.useLink({...e,elementType:a?.toString(),onPress:n},t??f),u=x(c,l,i);return o.jsx(y.FocusRing,{focusRingClass:"has-focus-ring",children:o.jsx(r,{ref:f,...m,...d,className:u,children:s})})}),Et=h.forwardRef((e,t)=>{const{as:r="button",handlePress:n,children:s,as:a,customTheme:i,tokens:l,themeName:c="button",isDisabled:d=!1,...f}=e,m=t,{buttonProps:u}=y.useButton({...e,isDisabled:d,elementType:a,onPress:n},t??m),g=x(c,l,i);return o.jsx(y.FocusRing,{within:!0,focusRingClass:"has-focus-ring",children:o.jsx(r,{ref:m,...u,...f,className:g,children:s})})}),ne=h.forwardRef((e,t)=>{const{as:r}=e;return r==="a"?o.jsx(_t,{ref:t,...e}):o.jsx(Et,{ref:t,...e})}),uo=e=>{const{as:t}=e,r=h.useRef(null);return t==="a"?o.jsx(_t,{ref:r,...e}):o.jsx(Et,{ref:r,...e})},oe=h.memo(uo),fo=(e,t)=>{const r=e[t];return r?typeof r=="function"?r():Promise.resolve(r):new Promise((n,s)=>{(typeof queueMicrotask=="function"?queueMicrotask:setTimeout)(s.bind(null,new Error("Unknown variable dynamic import: "+t)))})},ho=e=>o.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",height:48,width:48,fill:"currentColor",...e}),Ot=h.memo(ho),mo=Object.freeze(Object.defineProperty({__proto__:null,default:Ot},Symbol.toStringTag,{value:"Module"})),go=e=>{const{icon:t,...r}=e,n=h.useMemo(()=>h.lazy(()=>fo(Object.assign({"../icons/ArrowDown.tsx":()=>Promise.resolve().then(()=>Gs),"../icons/ArrowLeft.tsx":()=>Promise.resolve().then(()=>Qs),"../icons/ArrowRight.tsx":()=>Promise.resolve().then(()=>Ks),"../icons/Check.tsx":()=>Promise.resolve().then(()=>ea),"../icons/ChevronLeft.tsx":()=>Promise.resolve().then(()=>ra),"../icons/ChevronRight.tsx":()=>Promise.resolve().then(()=>oa),"../icons/CloseBtn.tsx":()=>Promise.resolve().then(()=>aa),"../icons/Facebook.tsx":()=>Promise.resolve().then(()=>la),"../icons/FacebookColored.tsx":()=>Promise.resolve().then(()=>ua),"../icons/FacebookRounded.tsx":()=>Promise.resolve().then(()=>fa),"../icons/Globe.tsx":()=>Promise.resolve().then(()=>ma),"../icons/IconFallback.tsx":()=>Promise.resolve().then(()=>mo),"../icons/Instagram.tsx":()=>Promise.resolve().then(()=>pa),"../icons/InstagramColored.tsx":()=>Promise.resolve().then(()=>xa),"../icons/Link.tsx":()=>Promise.resolve().then(()=>va),"../icons/LinkedIn.tsx":()=>Promise.resolve().then(()=>wa),"../icons/Mail.tsx":()=>Promise.resolve().then(()=>ja),"../icons/Plus.tsx":()=>Promise.resolve().then(()=>ka),"../icons/Share.tsx":()=>Promise.resolve().then(()=>Da),"../icons/Twitter.tsx":()=>Promise.resolve().then(()=>Ra),"../icons/TwitterColored.tsx":()=>Promise.resolve().then(()=>Ia),"../icons/Upload.tsx":()=>Promise.resolve().then(()=>Ba),"../icons/X.tsx":()=>Promise.resolve().then(()=>Ea),"../icons/YouTube.tsx":()=>Promise.resolve().then(()=>La),"../icons/YouTubeColored.tsx":()=>Promise.resolve().then(()=>Fa)}),`../icons/${t||"ArrowRight"}.tsx`)),[t]);return o.jsx(h.Suspense,{fallback:o.jsx(Ot,{className:"overflow-visible pointer-events-none"}),children:o.jsx(n,{...r,className:"overflow-visible pointer-events-none",...e})})},_=e=>{const{icon:t,as:r="span",tokens:n,customTheme:s,themeName:a="icon",children:i,...l}=e,c=x(a,n,s);return typeof t!="string"?o.jsxs(r,{...l,className:c,children:[i,t]}):o.jsxs(r,{className:c,children:[i,o.jsx(go,{icon:t,...l})]})},po=e=>{const{customTheme:t,themeName:r="accordion",id:n,tokens:s,title:a,ariaLabel:i,onClick:l,icon:c,children:d}=e,[f,m]=h.useState(!1),u=x(`${r}.container`,{...s,isOpen:f},t),g=x(`${r}.title`,{...s,isOpen:f},t),w=x(`${r}.icon`,{...s,isOpen:f},t),p=x(`${r}.region`,{...s,isOpen:f},t),v=x(`${r}.content`,{...s,isOpen:f},t);return o.jsxs("div",{className:u,id:`accordion-control-${n}`,"aria-label":i,"aria-expanded":f,"aria-controls":`accordion-content-${n}`,children:[o.jsxs(oe,{themeName:`${r}.button`,tokens:{...s,isOpen:f},handlePress:()=>{m(!f),l?.(f)},as:"button",id:`accordion-control-${n}`,"aria-label":i,children:[o.jsx("div",{className:g,children:a}),o.jsx("div",{className:w,children:o.jsx(_,{icon:c??"ArrowDown"})})]}),o.jsx("div",{className:p,role:"region",id:`accordion-content-${n}`,"aria-labelledby":`accordion-control-${n}`,children:o.jsx("div",{className:v,children:d})})]})},bo=e=>{const{sharingLinksList:t,id:r,isOpen:n,setIsOpen:s,onShare:a,themeName:i="shareButton",tokens:l,customTheme:c}=e,d=x(`${i}.linksList`,{...l,isOpen:n},c),f=y.useFocusManager(),m=u=>{u.key==="Escape"&&s(!1);const{listDirection:g}=l??{};g==="row"&&(u.key==="ArrowRight"&&(f.focusNext({wrap:!0}),u.preventDefault()),u.key==="ArrowLeft"&&(f.focusPrevious({wrap:!0}),u.preventDefault())),g==="column"&&(u.key==="ArrowDown"&&(f.focusNext({wrap:!0}),u.preventDefault()),u.key==="ArrowUp"&&(f.focusPrevious({wrap:!0}),u.preventDefault()))};return o.jsx("div",{className:d,id:r,role:"listbox",tabIndex:-1,onKeyDown:m,children:t?.map(u=>{const{ariaLabel:g,onClick:w,href:p,icon:v,key:$}=u;return o.jsx(oe,{themeName:`${i}.link`,tokens:{...l,isOpen:n},handlePress:()=>{a?.($),w?.($)},"aria-label":g,...p?{href:p,rel:"noopener noreferrer",target:"_blank",as:"a"}:{},role:"option",children:o.jsx(_,{themeName:`${i}.linkIcons`,icon:v})},$)})})},xo=e=>{const{ariaLabel:t,icon:r,id:n,sharingLinksList:s,onShare:a,customTheme:i,themeName:l="shareButton",tokens:c,...d}=e,[f,m]=h.useState(!1),u=x(`${l}.container`,c,i),g=p=>{m(!f),!f&&setTimeout(()=>{p.target.parentElement?.lastChild?.firstChild?.focus()})},w=p=>{const v=p.currentTarget.firstChild,$=p.currentTarget.lastChild,S=$.firstChild,D=$.lastChild,{listDirection:j}=c??{};j==="row"&&(p.key==="ArrowRight"&&p.target===v&&(S?.focus(),p.preventDefault()),p.key==="ArrowLeft"&&p.target===v&&(D.focus(),p.preventDefault())),j==="column"&&(p.key==="ArrowDown"&&p.target===v&&(S?.focus(),p.preventDefault()),p.key==="ArrowUp"&&p.target===v&&(D.focus(),p.preventDefault())),p.key==="Escape"&&(m(!1),v?.focus()),document.activeElement===$&&v?.focus()};return o.jsx(y.FocusScope,{autoFocus:!0,restoreFocus:!0,contain:f,children:o.jsxs("div",{className:u,onKeyDown:w,children:[o.jsx(ne,{themeName:`${l}.button`,tokens:{...c,isOpen:f},"aria-label":t,"aria-haspopup":"listbox","aria-expanded":f?"true":"false","aria-controls":"share-buttons",handlePress:g,...d,children:o.jsx(_,{themeName:`${l}.icon`,icon:r??"Share"})}),f&&o.jsx(bo,{id:n,sharingLinksList:s,onShare:a,isOpen:f,setIsOpen:m,themeName:l,customTheme:i,tokens:c})]})})};function Lt(){const e=h.createContext(void 0);function t(){const r=h.useContext(e);if(r===void 0)throw new Error("useCtx must be inside a Provider");return r}return[t,e.Provider]}const Nt=(e,t,r)=>{const n=Gr.useOverlayTriggerState({defaultOpen:e,onOpenChange:f=>t?.(f)}),s=h.useRef(null),a=h.useRef(null);h.useEffect(()=>{if(e){n.open();return}n.close()},[e]);const i=()=>{n.open()},l=()=>{n.close(),r?.()},{buttonProps:c}=y.useButton({elementType:"div",onPress:i},s),{buttonProps:d}=y.useButton({onPress:l},a);return{state:n,openButtonProps:c,closeButtonProps:d,handleOpen:i,handleClose:l,openButtonRef:s,closeButtonRef:a}},[Ft,yo]=Lt();function vo({children:e,defaultSelectedKey:t}){const{state:r,closeButtonProps:n,closeButtonRef:s,openButtonProps:a,openButtonRef:i}=Nt(!1),l=h.useMemo(()=>({defaultSelectedKey:t,overlayState:r,buttonProps:{closeButtonProps:n,closeButtonRef:s,openButtonProps:a,openButtonRef:i}}),[r,t,n,a]);return o.jsx(yo,{value:l,children:e})}const $o=({isVisible:e,children:t})=>Y.useTransition(e,{from:{opacity:0,translateX:"100%"},enter:{opacity:1,translateX:"0%"},leave:{opacity:0,translateX:"25%"}})((n,s)=>s&&o.jsx(Y.animated.div,{style:n,children:t})),wo="fixed",Co=({isVisible:e,children:t})=>Y.useTransition(e,{from:{opacity:0,position:wo,left:0,top:0,zIndex:1e3,bottom:0,height:"100%",width:"100%"},enter:{opacity:1},leave:{opacity:0},config:Y.config.stiff})((n,s)=>s&&o.jsx(Y.animated.div,{style:n,children:t})),jo="fixed",Mo=({isVisible:e,children:t})=>Y.useTransition(e,{from:{opacity:0,scale:.75,position:jo,left:0,top:0,zIndex:1e3,bottom:0,height:"100%",width:"100%"},enter:{opacity:1,scale:1},leave:{opacity:0,scale:.75},config:Y.config.stiff})((n,s)=>s&&o.jsx(Y.animated.div,{style:n,children:t})),ko=e=>{const{children:t}=e,r=h.useRef(null),{overlayProps:n,underlayProps:s}=y.useOverlay(e,r),{modalProps:a}=y.useModal(),{dialogProps:i}=y.useDialog(e,r);return o.jsx("div",{...s,children:o.jsx(y.FocusRing,{focusRingClass:"has-focus-ring",within:!0,autoFocus:!0,children:o.jsx(y.FocusScope,{contain:!0,restoreFocus:!0,autoFocus:!0,children:o.jsx("div",{...n,...i,...a,ref:r,children:t})})})})},Ze=e=>{const[t,r]=h.useState(!1),{children:n,state:s,onCloseCallBack:a,transitionComponent:i=Mo}=e,l=h.useCallback(()=>{s.close(),a?.()},[s.close,a]);return h.useEffect(()=>{!s.isOpen&&t||r(!0)},[s.isOpen]),t?o.jsx(ue.OverlayContainer,{children:o.jsx(i,{isVisible:s.isOpen,children:o.jsx(ko,{isOpen:s.isOpen,onClose:l,isDismissable:!0,children:n})})}):null},So=e=>{const{children:t,closeBtnRender:r,themeName:n="sidePanel",tokens:s,customTheme:a}=e,i=x(`${n}.wrapper`,s,a),l=x(`${n}.container`,s,a),c=x(`${n}.innerContainer`,s,a),{overlayState:d}=Ft();return o.jsx(Ze,{state:d,transitionComponent:Co,children:o.jsxs(Jr,{className:i,children:[r&&r(),o.jsx($o,{isVisible:d.isOpen,children:o.jsx("div",{className:l,children:o.jsx("div",{className:c,children:t})})})]})})},Do=h.memo(So),To=e=>{const{children:t,thumbnailContent:r,isOpen:n,onOpenCallBack:s,onCloseCallBack:a,label:i,themeName:l="lightBox",tokens:c,customTheme:d}=e,{state:f,openButtonRef:m,openButtonProps:u,closeButtonProps:g,closeButtonRef:w}=Nt(n,s,a),p=x(`${l}.container`,c,d);return o.jsxs("div",{children:[o.jsx(re.FocusRing,{focusRingClass:"has-focus-ring",within:!0,children:o.jsxs(ne,{ref:m,themeName:`${l}.wrapper`,...u,...n?{tabIndex:-1}:{},children:[i&&o.jsx(R,{themeName:`${l}.label`,tokens:{size:"footnotes"},children:i}),r]})}),o.jsx(Ze,{onCloseCallBack:a,state:f,children:o.jsxs("div",{children:[o.jsx(ne,{themeName:`${l}.closeBtn`,type:"button",...g,ref:w,children:o.jsx(_,{icon:"CloseBtn"})}),o.jsx("div",{className:p,children:t})]})})]})},Ue=({as:e="div",themeName:t="box",tokens:r,customTheme:n,children:s,className:a,...i})=>{const l=x(t,r,n);return o.jsx(e,{...i,className:l,children:s})},Ut=h.forwardRef((e,t)=>{const{as:r="div",tokens:n,themeName:s="box",customTheme:a,children:i,...l}=e,c=x(s,n,a);return o.jsx(r,{...l,ref:t,className:c,children:i})}),Ro=h.forwardRef((e,t)=>{const{isOpen:r,onClose:n,children:s,positionProps:a,themeName:i="popover",tokens:l,customTheme:c,isDismissable:d,shouldCloseOnBlur:f,...m}=e,{overlayProps:u}=y.useOverlay({isDismissable:d,shouldCloseOnBlur:f,isOpen:r,onClose:n},t),{modalProps:g}=y.useModal(),{dialogProps:w}=y.useDialog({},t),p=x(`${i}.popover`,l,c);return o.jsx(y.FocusScope,{autoFocus:!0,restoreFocus:!0,contain:!0,children:o.jsxs(Ut,{customTheme:p,...y.mergeProps(u,g,w),ref:t,...a,...m,children:[h.Children.map(s,v=>o.jsx(y.FocusRing,{focusRingClass:"has-focus-ring",children:v})),o.jsx(y.DismissButton,{onDismiss:n})]})})});function Po(e){const{children:t,buttonProps:r,placement:n="right",offset:s=5,themeName:a="popover",tokens:i,customTheme:l,...c}=e,d=Dt.useOverlayTriggerState({}),f=h.useRef(null),m=h.useRef(null),{triggerProps:u,overlayProps:g}=y.useOverlayTrigger({type:"dialog"},d,f),{overlayProps:w}=y.useOverlayPosition({targetRef:f,overlayRef:m,placement:n,offset:s,isOpen:d.isOpen}),{onPress:p,...v}=u;return o.jsxs(o.Fragment,{children:[o.jsx(ne,{themeName:`${a}.button`,handlePress:p,...r,...v,ref:f}),d.isOpen&&o.jsx(y.OverlayContainer,{children:o.jsx(Ro,{themeName:a,tokens:i,customTheme:l,...g,...c,positionProps:w,ref:m,isOpen:d.isOpen,onClose:d.close,children:t})})]})}const Io=({content:e,themeName:t="wysiwyg",...r})=>o.jsx(R,{...r,themeName:t,dangerouslySetInnerHTML:{__html:Wr.sanitize(e,{ADD_TAGS:["iframe"],ADD_ATTR:["allow","allowfullscreen","frameborder","scrolling"]})}}),Ao=e=>{const{as:t="time",date:r,tokens:n,customTheme:s,dateFormatterOptions:a={month:"long",day:"numeric",year:"numeric"},themeName:i="typography",...l}=e,c=y.useIsSSR(),d=new Date(r),m=Ie.useDateFormatter(a).format(d),u=x(i,n,s);return c||Ae.isEmpty(m)?null:o.jsx(t,{...l,dateTime:d.toISOString(),className:u,children:m})},Bo=({item:e,state:t,themeName:r="li"})=>{const n=h.useRef(null),{optionProps:s,isFocusVisible:a}=y.useOption({key:e.key},t,n),i=x(r);return o.jsx(Qe,{as:"li",...s,tokens:{className:`${i} ${a?"has-focus-ring":""}`},ref:n,children:e.rendered})},_o=e=>{const t=h.useRef(null),{listBoxRef:r=t,state:n,themeName:s="option"}=e,{listBoxProps:a}=y.useListBox(e,n,r);return o.jsx(y.FocusScope,{autoFocus:!0,restoreFocus:!0,contain:!0,children:o.jsx(Qe,{...a,ref:r,as:"ul",themeName:`${s}.ul`,children:[...n.collection].map(i=>o.jsx(Bo,{themeName:`${s}.li`,item:i,state:n},i.key))})})},Eo=e=>{const t=h.useRef(null),{popoverRef:r=t,state:n,children:s,themeName:a="popover",triggerRef:i,...l}=e,{popoverProps:c,underlayProps:d}=y.usePopover({...e,popoverRef:r,triggerRef:i},n);return o.jsxs(y.Overlay,{children:[o.jsx("div",{...d,style:{position:"fixed",inset:0}}),o.jsxs(Qe,{themeName:a,...l,...c,as:"div",ref:r,children:[o.jsx(y.DismissButton,{onDismiss:n.close}),s,o.jsx(y.DismissButton,{onDismiss:n.close})]})]})},Vt=e=>{const{name:t,placeholderLabel:r,disabled:n,hookFormRef:s,isError:a=!1,errorMessage:i,themeName:l="select",tokens:c,customTheme:d,label:f,onSelectionChange:m,defaultValue:u,value:g,icon:w,...p}=e,v=h.useRef(null),$=Dt.useSelectState({...p,selectedKey:g,defaultSelectedKey:u,onSelectionChange:m}),{triggerProps:S,menuProps:D,labelProps:j}=y.useSelect({...p},$,v),P=x(`${l}.wrapper`,c,d),I=x(`${l}.container`,c,d),{onPress:z,onPressStart:J,...E}=S;return o.jsxs("div",{className:P,children:[f&&o.jsx(R,{...j,as:"label",themeName:`${l}.label`,children:f}),o.jsx(y.HiddenSelect,{...s,state:$,triggerRef:v,name:t,isDisabled:!0}),o.jsxs("div",{className:I,children:[o.jsxs(ne,{...E,handlePress:me=>{z?.(me),J?.(me)},ref:v,disabled:n,themeName:`${l}.button`,tokens:{...c,intent:a?"error":"default"},children:[$.selectedItem?$.selectedItem.rendered:r,o.jsx(_,{icon:w??"ArrowDown"})]}),$.isOpen&&v.current&&o.jsx(Eo,{state:$,tokens:{width:`${v.current?.offsetWidth}`},triggerRef:v,placement:"bottom",themeName:`${l}.popover`,children:o.jsx(_o,{...D,themeName:l,state:$})}),a&&o.jsx(R,{tokens:{...c,isError:a},themeName:`${l}.errorMessage`,children:i})]})]})},Oo=e=>{const{name:t,required:r,children:n}=e,{register:s,formState:a}=H.useFormContext(),l=H.get(a.errors,t)?.message??void 0,{ref:c}=s(t,{required:r?"This is an error message":!1});return o.jsx(Vt,{...e,isError:!Ae.isEmpty(l),errorMessage:l,hookFormRef:c,children:n})},Lo=e=>{const{id:t,label:r,isDisabled:n=!1,isError:s=!1,errorMessage:a,ariaLabel:i,icon:l,themeName:c="checkbox",tokens:d,customTheme:f}=e,m=Kr.useToggleState(e),u=h.useRef(null),{inputProps:g}=Qr.useCheckbox(e,m,u),{isSelected:w}=m,{focusProps:p,isFocusVisible:v}=re.useFocusRing(),$={...d,selected:w,isDisabled:n,isError:s,isFocusVisible:v},S=x(`${c}.container`,$,f),D=x(`${c}.checkBox`,$,f),j=x(`${c}.checkMark`,$,f),P=x(`${c}.checkMarkIcon`,$,f);return o.jsxs("div",{children:[o.jsx(re.FocusRing,{focusRingClass:"has-focus-ring",within:!0,children:o.jsxs("label",{className:S,htmlFor:t,"aria-label":i,"aria-disabled":n,children:[o.jsx(Zr.VisuallyHidden,{children:o.jsx("input",{type:"checkbox",ref:u,"aria-labelledby":t,...g,...p})}),o.jsx("div",{className:D,"aria-checked":w,role:"checkbox","aria-labelledby":t,children:o.jsx("div",{className:j,children:l&&o.jsx(_,{icon:l,customTheme:P})})}),o.jsx(R,{themeName:`${c}.label`,tokens:$,children:r})]})}),s&&a&&o.jsx(R,{themeName:`${c}.errorMessage`,tokens:$,children:a})]})},qt=e=>{const{id:t,label:r,name:n,placeholder:s,required:a,disabled:i=!1,errorMessage:l,ariaLabel:c,value:d,onBlur:f,onChange:m,fieldRef:u,themeName:g="textarea",tokens:w,customTheme:p}=e,v=h.useRef(null),{errorMessageProps:$,inputProps:S,labelProps:D}=y.useTextField(e,v),j={...w,isDisabled:i,isError:l!=null},P=x(`${g}.wrapper`,j,p),I=x(`${g}.input`,j,p),z=x(`${g}.label`,j,p),J=x(`${g}.container`,j,p);return o.jsxs("div",{children:[o.jsxs("div",{className:P,"aria-disabled":i,children:[r&&o.jsx("label",{className:z,...D,children:r}),o.jsx("div",{className:J,children:o.jsx(re.FocusRing,{focusRingClass:"has-focus-ring",children:o.jsx("textarea",{...S,ref:E=>{u?.(E),v.current=E},className:I,placeholder:s,disabled:i,required:a,id:t,name:n,"aria-label":c,"aria-labelledby":t,value:d,onBlur:f,onChange:m})})})]}),l&&o.jsx(R,{themeName:`${g}.errorMessage`,tokens:j,...$,children:l})]})},No=e=>{const{name:t,required:r,minLength:n=0,maxLength:s=99999999,validation:a}=e,{register:i,formState:l}=H.useFormContext(),d=H.get(l.errors,t)?.message??void 0,{t:f}=Je.useTranslation("components"),{ref:m,...u}=i(t,{required:r?f("FORM.ERROR.REQUIRED")??"required":!1,minLength:{value:n,message:f("FORM.ERROR.MIN_LENGTH",{length:n})},maxLength:{value:s,message:f("FORM.ERROR.MAX_LENGTH",{length:n})},...a});return o.jsx(qt,{fieldRef:m,...u,...e,isError:!St.isEmpty(d),errorMessage:d})},Yt=e=>{const{id:t,label:r,required:n,disabled:s=!1,errorMessage:a,ariaLabel:i,value:l,onBlur:c,onChange:d,fieldRef:f,type:m="text",children:u,themeName:g="textInput",tokens:w,customTheme:p}=e,v=h.useRef(null),{errorMessageProps:$,inputProps:S,labelProps:D}=y.useTextField(e,v),j={...w,isDisabled:s,isError:a!=null},P=x(`${g}.wrapper`,j,p),I=x(`${g}.label`,j,p),z=x(`${g}.input`,j,p),J=x(`${g}.container`,j,p);return o.jsxs("div",{children:[o.jsx(re.FocusRing,{focusRingClass:"has-focus-ring",within:!0,children:o.jsxs("div",{"aria-disabled":s,className:P,children:[r&&o.jsx("label",{className:I,...D,children:r}),o.jsxs("div",{className:J,children:[u,o.jsx("input",{...S,className:z,disabled:s,required:n,ref:E=>{f?.(E),v.current=E},"aria-label":i,"aria-labelledby":t,value:l,onBlur:c,onChange:d,type:m})]})]})}),a&&o.jsx(R,{themeName:`${g}.errorMessage`,tokens:j,...$,children:a})]})},Fo=e=>{const{name:t,required:r,minLength:n=0,maxLength:s=99999999,validation:a}=e,{register:i,formState:l}=H.useFormContext(),d=H.get(l.errors,t)?.message??void 0,{t:f}=Je.useTranslation("components"),{ref:m,...u}=i(t,{required:r?f("FORM.ERROR.REQUIRED")??"required":!1,minLength:{value:n,message:f("FORM.ERROR.MIN_LENGTH",{length:n})},maxLength:{value:s,message:f("FORM.ERROR.MAX_LENGTH",{length:n})},...a});return o.jsx(Yt,{fieldRef:m,...u,...e,isError:!Ae.isEmpty(d),errorMessage:d})};function Uo(e,t){if(t.has(e))throw new TypeError("Cannot initialize the same private elements twice on an object")}function Ht(e,t,r){Uo(e,t),t.set(e,r)}function N(e,t){return e-t*Math.floor(e/t)}const zt=1721426;function Q(e,t,r,n){t=he(e,t);let s=t-1,a=-2;return r<=2?a=0:V(t)&&(a=-1),zt-1+365*s+Math.floor(s/4)-Math.floor(s/100)+Math.floor(s/400)+Math.floor((367*r-362)/12+a+n)}function V(e){return e%4===0&&(e%100!==0||e%400===0)}function he(e,t){return e==="BC"?1-t:t}function Be(e){let t="AD";return e<=0&&(t="BC",e=1-e),[t,e]}const Vo={standard:[31,28,31,30,31,30,31,31,30,31,30,31],leapyear:[31,29,31,30,31,30,31,31,30,31,30,31]};class F{fromJulianDay(t){let r=t,n=r-zt,s=Math.floor(n/146097),a=N(n,146097),i=Math.floor(a/36524),l=N(a,36524),c=Math.floor(l/1461),d=N(l,1461),f=Math.floor(d/365),m=s*400+i*100+c*4+f+(i!==4&&f!==4?1:0),[u,g]=Be(m),w=r-Q(u,g,1,1),p=2;r<Q(u,g,3,1)?p=0:V(g)&&(p=1);let v=Math.floor(((w+p)*12+373)/367),$=r-Q(u,g,v,1)+1;return new k(u,g,v,$)}toJulianDay(t){return Q(t.era,t.year,t.month,t.day)}getDaysInMonth(t){return Vo[V(t.year)?"leapyear":"standard"][t.month-1]}getMonthsInYear(t){return 12}getDaysInYear(t){return V(t.year)?366:365}getYearsInEra(t){return 9999}getEras(){return["BC","AD"]}isInverseEra(t){return t.era==="BC"}balanceDate(t){t.year<=0&&(t.era=t.era==="BC"?"AD":"BC",t.year=1-t.year)}constructor(){this.identifier="gregory"}}const qo={"001":1,AD:1,AE:6,AF:6,AI:1,AL:1,AM:1,AN:1,AR:1,AT:1,AU:1,AX:1,AZ:1,BA:1,BE:1,BG:1,BH:6,BM:1,BN:1,BY:1,CH:1,CL:1,CM:1,CN:1,CR:1,CY:1,CZ:1,DE:1,DJ:6,DK:1,DZ:6,EC:1,EE:1,EG:6,ES:1,FI:1,FJ:1,FO:1,FR:1,GB:1,GE:1,GF:1,GP:1,GR:1,HR:1,HU:1,IE:1,IQ:6,IR:6,IS:1,IT:1,JO:6,KG:1,KW:6,KZ:1,LB:1,LI:1,LK:1,LT:1,LU:1,LV:1,LY:6,MC:1,MD:1,ME:1,MK:1,MN:1,MQ:1,MV:5,MY:1,NL:1,NO:1,NZ:1,OM:6,PL:1,QA:6,RE:1,RO:1,RS:1,RU:1,SD:6,SE:1,SI:1,SK:1,SM:1,SY:6,TJ:1,TM:1,TR:1,UA:1,UY:1,UZ:1,VA:1,VN:1,XK:1};function it(e,t){return t=_e(t,e.calendar),e.era===t.era&&e.year===t.year&&e.month===t.month&&e.day===t.day}function Jt(e,t){let r=e.calendar.toJulianDay(e),n=Math.ceil(r+1-Jo(t))%7;return n<0&&(n+=7),n}function Gt(e,t){return e.calendar.toJulianDay(e)-t.calendar.toJulianDay(t)}function Yo(e,t){return lt(e)-lt(t)}function lt(e){return e.hour*36e5+e.minute*6e4+e.second*1e3+e.millisecond}let Le=null;function Wt(){return Le==null&&(Le=new Intl.DateTimeFormat().resolvedOptions().timeZone),Le}function Ho(e){return e.subtract({days:e.day-1})}const ct=new Map;function zo(e){if(Intl.Locale){let r=ct.get(e);return r||(r=new Intl.Locale(e).maximize().region,ct.set(e,r)),r}let t=e.split("-")[1];return t==="u"?null:t}function Jo(e){let t=zo(e);return qo[t]||0}function Go(e,t){let r=e.calendar.getDaysInMonth(e);return Math.ceil((Jt(Ho(e),t)+r)/7)}function ut(e){e=_e(e,new F);let t=he(e.era,e.year);return Qt(t,e.month,e.day,e.hour,e.minute,e.second,e.millisecond)}function Qt(e,t,r,n,s,a,i){let l=new Date;return l.setUTCHours(n,s,a,i),l.setUTCFullYear(e,t-1,r),l.getTime()}function dt(e,t){if(t==="UTC")return 0;if(e>0&&t===Wt())return new Date(e).getTimezoneOffset()*-6e4;let{year:r,month:n,day:s,hour:a,minute:i,second:l}=Zt(e,t);return Qt(r,n,s,a,i,l,0)-Math.floor(e/1e3)*1e3}const ft=new Map;function Zt(e,t){let r=ft.get(t);r||(r=new Intl.DateTimeFormat("en-US",{timeZone:t,hour12:!1,era:"short",year:"numeric",month:"numeric",day:"numeric",hour:"numeric",minute:"numeric",second:"numeric"}),ft.set(t,r));let n=r.formatToParts(new Date(e)),s={};for(let a of n)a.type!=="literal"&&(s[a.type]=a.value);return{year:s.era==="BC"||s.era==="B"?-s.year+1:+s.year,month:+s.month,day:+s.day,hour:s.hour==="24"?0:+s.hour,minute:+s.minute,second:+s.second}}const ht=864e5;function Wo(e,t,r,n){return(r===n?[r]:[r,n]).filter(a=>Qo(e,t,a))}function Qo(e,t,r){let n=Zt(r,t);return e.year===n.year&&e.month===n.month&&e.day===n.day&&e.hour===n.hour&&e.minute===n.minute&&e.second===n.second}function Zo(e,t,r="compatible"){let n=Xt(e);if(t==="UTC")return ut(n);if(t===Wt()&&r==="compatible"){n=_e(n,new F);let c=new Date,d=he(n.era,n.year);return c.setFullYear(d,n.month-1,n.day),c.setHours(n.hour,n.minute,n.second,n.millisecond),c.getTime()}let s=ut(n),a=dt(s-ht,t),i=dt(s+ht,t),l=Wo(n,t,s-a,s-i);if(l.length===1)return l[0];if(l.length>1)switch(r){case"compatible":case"earlier":return l[0];case"later":return l[l.length-1];case"reject":throw new RangeError("Multiple possible absolute times found")}switch(r){case"earlier":return Math.min(s-a,s-i);case"compatible":case"later":return Math.max(s-a,s-i);case"reject":throw new RangeError("No such absolute time found")}}function Kt(e,t,r="compatible"){return new Date(Zo(e,t,r))}function Xt(e,t){let r=0,n=0,s=0,a=0;if("timeZone"in e)({hour:r,minute:n,second:s,millisecond:a}=e);else if("hour"in e&&!t)return e;return t&&({hour:r,minute:n,second:s,millisecond:a}=t),new Se(e.calendar,e.era,e.year,e.month,e.day,r,n,s,a)}function _e(e,t){if(e.calendar.identifier===t.identifier)return e;let r=t.fromJulianDay(e.calendar.toJulianDay(e)),n=e.copy();return n.calendar=t,n.era=r.era,n.year=r.year,n.month=r.month,n.day=r.day,se(n),n}function Ke(e,t){let r=e.copy(),n="hour"in r?ns(r,t):0;Ve(r,t.years||0),r.calendar.balanceYearMonth&&r.calendar.balanceYearMonth(r,e),r.month+=t.months||0,qe(r),er(r),r.day+=(t.weeks||0)*7,r.day+=t.days||0,r.day+=n,Ko(r),r.calendar.balanceDate&&r.calendar.balanceDate(r),r.year<1&&(r.year=1,r.month=1,r.day=1);let s=r.calendar.getYearsInEra(r);if(r.year>s){var a,i;let c=(i=(a=r.calendar).isInverseEra)===null||i===void 0?void 0:i.call(a,r);r.year=s,r.month=c?1:r.calendar.getMonthsInYear(r),r.day=c?1:r.calendar.getDaysInMonth(r)}r.month<1&&(r.month=1,r.day=1);let l=r.calendar.getMonthsInYear(r);return r.month>l&&(r.month=l,r.day=r.calendar.getDaysInMonth(r)),r.day=Math.max(1,Math.min(r.calendar.getDaysInMonth(r),r.day)),r}function Ve(e,t){var r,n;!((n=(r=e.calendar).isInverseEra)===null||n===void 0)&&n.call(r,e)&&(t=-t),e.year+=t}function qe(e){for(;e.month<1;)Ve(e,-1),e.month+=e.calendar.getMonthsInYear(e);let t=0;for(;e.month>(t=e.calendar.getMonthsInYear(e));)e.month-=t,Ve(e,1)}function Ko(e){for(;e.day<1;)e.month--,qe(e),e.day+=e.calendar.getDaysInMonth(e);for(;e.day>e.calendar.getDaysInMonth(e);)e.day-=e.calendar.getDaysInMonth(e),e.month++,qe(e)}function er(e){e.month=Math.max(1,Math.min(e.calendar.getMonthsInYear(e),e.month)),e.day=Math.max(1,Math.min(e.calendar.getDaysInMonth(e),e.day))}function se(e){e.calendar.constrainDate&&e.calendar.constrainDate(e),e.year=Math.max(1,Math.min(e.calendar.getYearsInEra(e),e.year)),er(e)}function Xo(e){let t={};for(let r in e)typeof e[r]=="number"&&(t[r]=-e[r]);return t}function tr(e,t){return Ke(e,Xo(t))}function rr(e,t){let r=e.copy();return t.era!=null&&(r.era=t.era),t.year!=null&&(r.year=t.year),t.month!=null&&(r.month=t.month),t.day!=null&&(r.day=t.day),se(r),r}function es(e,t){let r=e.copy();return t.hour!=null&&(r.hour=t.hour),t.minute!=null&&(r.minute=t.minute),t.second!=null&&(r.second=t.second),t.millisecond!=null&&(r.millisecond=t.millisecond),rs(r),r}function ts(e){e.second+=Math.floor(e.millisecond/1e3),e.millisecond=$e(e.millisecond,1e3),e.minute+=Math.floor(e.second/60),e.second=$e(e.second,60),e.hour+=Math.floor(e.minute/60),e.minute=$e(e.minute,60);let t=Math.floor(e.hour/24);return e.hour=$e(e.hour,24),t}function rs(e){e.millisecond=Math.max(0,Math.min(e.millisecond,1e3)),e.second=Math.max(0,Math.min(e.second,59)),e.minute=Math.max(0,Math.min(e.minute,59)),e.hour=Math.max(0,Math.min(e.hour,23))}function $e(e,t){let r=e%t;return r<0&&(r+=t),r}function ns(e,t){return e.hour+=t.hours||0,e.minute+=t.minutes||0,e.second+=t.seconds||0,e.millisecond+=t.milliseconds||0,ts(e)}function nr(e,t,r,n){let s=e.copy();switch(t){case"era":{let l=e.calendar.getEras(),c=l.indexOf(e.era);if(c<0)throw new Error("Invalid era: "+e.era);c=q(c,r,0,l.length-1,n?.round),s.era=l[c],se(s);break}case"year":var a,i;!((i=(a=s.calendar).isInverseEra)===null||i===void 0)&&i.call(a,s)&&(r=-r),s.year=q(e.year,r,-1/0,9999,n?.round),s.year===-1/0&&(s.year=1),s.calendar.balanceYearMonth&&s.calendar.balanceYearMonth(s,e);break;case"month":s.month=q(e.month,r,1,e.calendar.getMonthsInYear(e),n?.round);break;case"day":s.day=q(e.day,r,1,e.calendar.getDaysInMonth(e),n?.round);break;default:throw new Error("Unsupported field "+t)}return e.calendar.balanceDate&&e.calendar.balanceDate(s),se(s),s}function os(e,t,r,n){let s=e.copy();switch(t){case"hour":{let a=e.hour,i=0,l=23;if(n?.hourCycle===12){let c=a>=12;i=c?12:0,l=c?23:11}s.hour=q(a,r,i,l,n?.round);break}case"minute":s.minute=q(e.minute,r,0,59,n?.round);break;case"second":s.second=q(e.second,r,0,59,n?.round);break;case"millisecond":s.millisecond=q(e.millisecond,r,0,999,n?.round);break;default:throw new Error("Unsupported field "+t)}return s}function q(e,t,r,n,s=!1){if(s){e+=Math.sign(t),e<r&&(e=n);let a=Math.abs(t);t>0?e=Math.ceil(e/a)*a:e=Math.floor(e/a)*a,e>n&&(e=r)}else e+=t,e<r?e=n-(r-e-1):e>n&&(e=r+(e-n-1));return e}function ss(e){return`${String(e.hour).padStart(2,"0")}:${String(e.minute).padStart(2,"0")}:${String(e.second).padStart(2,"0")}${e.millisecond?String(e.millisecond/1e3).slice(1):""}`}function or(e){let t=_e(e,new F);return`${String(t.year).padStart(4,"0")}-${String(t.month).padStart(2,"0")}-${String(t.day).padStart(2,"0")}`}function as(e){return`${or(e)}T${ss(e)}`}function sr(e){let t=typeof e[0]=="object"?e.shift():new F,r;if(typeof e[0]=="string")r=e.shift();else{let i=t.getEras();r=i[i.length-1]}let n=e.shift(),s=e.shift(),a=e.shift();return[t,r,n,s,a]}var is=new WeakMap;class k{copy(){return this.era?new k(this.calendar,this.era,this.year,this.month,this.day):new k(this.calendar,this.year,this.month,this.day)}add(t){return Ke(this,t)}subtract(t){return tr(this,t)}set(t){return rr(this,t)}cycle(t,r,n){return nr(this,t,r,n)}toDate(t){return Kt(this,t)}toString(){return or(this)}compare(t){return Gt(this,t)}constructor(...t){Ht(this,is,{writable:!0,value:void 0});let[r,n,s,a,i]=sr(t);this.calendar=r,this.era=n,this.year=s,this.month=a,this.day=i,se(this)}}var ls=new WeakMap;class Se{copy(){return this.era?new Se(this.calendar,this.era,this.year,this.month,this.day,this.hour,this.minute,this.second,this.millisecond):new Se(this.calendar,this.year,this.month,this.day,this.hour,this.minute,this.second,this.millisecond)}add(t){return Ke(this,t)}subtract(t){return tr(this,t)}set(t){return rr(es(this,t),t)}cycle(t,r,n){switch(t){case"era":case"year":case"month":case"day":return nr(this,t,r,n);default:return os(this,t,r,n)}}toDate(t,r){return Kt(this,t,r)}toString(){return as(this)}compare(t){let r=Gt(this,t);return r===0?Yo(this,Xt(t)):r}constructor(...t){Ht(this,ls,{writable:!0,value:void 0});let[r,n,s,a,i]=sr(t);this.calendar=r,this.era=n,this.year=s,this.month=a,this.day=i,this.hour=t.shift()||0,this.minute=t.shift()||0,this.second=t.shift()||0,this.millisecond=t.shift()||0,se(this)}}const ee=[[1868,9,8],[1912,7,30],[1926,12,25],[1989,1,8],[2019,5,1]],cs=[[1912,7,29],[1926,12,24],[1989,1,7],[2019,4,30]],je=[1867,1911,1925,1988,2018],U=["meiji","taisho","showa","heisei","reiwa"];function mt(e){const t=ee.findIndex(([r,n,s])=>e.year<r||e.year===r&&e.month<n||e.year===r&&e.month===n&&e.day<s);return t===-1?ee.length-1:t===0?0:t-1}function Ne(e){let t=je[U.indexOf(e.era)];if(!t)throw new Error("Unknown era: "+e.era);return new k(e.year+t,e.month,e.day)}class us extends F{fromJulianDay(t){let r=super.fromJulianDay(t),n=mt(r);return new k(this,U[n],r.year-je[n],r.month,r.day)}toJulianDay(t){return super.toJulianDay(Ne(t))}balanceDate(t){let r=Ne(t),n=mt(r);U[n]!==t.era&&(t.era=U[n],t.year=r.year-je[n]),this.constrainDate(t)}constrainDate(t){let r=U.indexOf(t.era),n=cs[r];if(n!=null){let[s,a,i]=n,l=s-je[r];t.year=Math.max(1,Math.min(l,t.year)),t.year===l&&(t.month=Math.min(a,t.month),t.month===a&&(t.day=Math.min(i,t.day)))}if(t.year===1&&r>=0){let[,s,a]=ee[r];t.month=Math.max(s,t.month),t.month===s&&(t.day=Math.max(a,t.day))}}getEras(){return U}getYearsInEra(t){let r=U.indexOf(t.era),n=ee[r],s=ee[r+1];if(s==null)return 9999-n[0]+1;let a=s[0]-n[0];return(t.month<s[1]||t.month===s[1]&&t.day<s[2])&&a++,a}getDaysInMonth(t){return super.getDaysInMonth(Ne(t))}getMinimumMonthInYear(t){let r=gt(t);return r?r[1]:1}getMinimumDayInMonth(t){let r=gt(t);return r&&t.month===r[1]?r[2]:1}constructor(...t){super(...t),this.identifier="japanese"}}function gt(e){if(e.year===1){let t=U.indexOf(e.era);return ee[t]}}const ar=-543;class ds extends F{fromJulianDay(t){let r=super.fromJulianDay(t),n=he(r.era,r.year);return new k(this,n-ar,r.month,r.day)}toJulianDay(t){return super.toJulianDay(pt(t))}getEras(){return["BE"]}getDaysInMonth(t){return super.getDaysInMonth(pt(t))}balanceDate(){}constructor(...t){super(...t),this.identifier="buddhist"}}function pt(e){let[t,r]=Be(e.year+ar);return new k(t,r,e.month,e.day)}const De=1911;function ir(e){return e.era==="minguo"?e.year+De:1-e.year+De}function bt(e){let t=e-De;return t>0?["minguo",t]:["before_minguo",1-t]}class fs extends F{fromJulianDay(t){let r=super.fromJulianDay(t),n=he(r.era,r.year),[s,a]=bt(n);return new k(this,s,a,r.month,r.day)}toJulianDay(t){return super.toJulianDay(xt(t))}getEras(){return["before_minguo","minguo"]}balanceDate(t){let[r,n]=bt(ir(t));t.era=r,t.year=n}isInverseEra(t){return t.era==="before_minguo"}getDaysInMonth(t){return super.getDaysInMonth(xt(t))}getYearsInEra(t){return t.era==="before_minguo"?9999:9999-De}constructor(...t){super(...t),this.identifier="roc"}}function xt(e){let[t,r]=Be(ir(e));return new k(t,r,e.month,e.day)}const hs=1948321;function ms(e){let t=e>0?e-474:e-473,r=N(t,2820)+474;return N((r+38)*31,128)<31}function we(e,t,r){let n=e>0?e-474:e-473,s=N(n,2820)+474,a=t<=7?31*(t-1):30*(t-1)+6;return hs-1+1029983*Math.floor(n/2820)+365*(s-1)+Math.floor((31*s-5)/128)+a+r}class gs{fromJulianDay(t){let r=t-we(475,1,1),n=Math.floor(r/1029983),s=N(r,1029983),a=s===1029982?2820:Math.floor((128*s+46878)/46751),i=474+2820*n+a;i<=0&&i--;let l=t-we(i,1,1)+1,c=l<=186?Math.ceil(l/31):Math.ceil((l-6)/31),d=t-we(i,c,1)+1;return new k(this,i,c,d)}toJulianDay(t){return we(t.year,t.month,t.day)}getMonthsInYear(){return 12}getDaysInMonth(t){return t.month<=6?31:t.month<=11||ms(t.year)?30:29}getEras(){return["AP"]}getYearsInEra(){return 9377}constructor(){this.identifier="persian"}}const Fe=78,yt=80;class ps extends F{fromJulianDay(t){let r=super.fromJulianDay(t),n=r.year-Fe,s=t-Q(r.era,r.year,1,1),a;s<yt?(n--,a=V(r.year-1)?31:30,s+=a+155+90+10):(a=V(r.year)?31:30,s-=yt);let i,l;if(s<a)i=1,l=s+1;else{let c=s-a;c<155?(i=Math.floor(c/31)+2,l=c%31+1):(c-=155,i=Math.floor(c/30)+7,l=c%30+1)}return new k(this,n,i,l)}toJulianDay(t){let r=t.year+Fe,[n,s]=Be(r),a,i;return V(s)?(a=31,i=Q(n,s,3,21)):(a=30,i=Q(n,s,3,22)),t.month===1?i+t.day-1:(i+=a+Math.min(t.month-2,5)*31,t.month>=8&&(i+=(t.month-7)*30),i+=t.day-1,i)}getDaysInMonth(t){return t.month===1&&V(t.year+Fe)||t.month>=2&&t.month<=6?31:30}getYearsInEra(){return 9919}getEras(){return["saka"]}balanceDate(){}constructor(...t){super(...t),this.identifier="indian"}}const Te=1948440,vt=1948439,A=1300,X=1600,bs=460322;function Re(e,t,r,n){return n+Math.ceil(29.5*(r-1))+(t-1)*354+Math.floor((3+11*t)/30)+e-1}function lr(e,t,r){let n=Math.floor((30*(r-t)+10646)/10631),s=Math.min(12,Math.ceil((r-(29+Re(t,n,1,1)))/29.5)+1),a=r-Re(t,n,s,1)+1;return new k(e,n,s,a)}function $t(e){return(14+11*e)%30<11}class Xe{fromJulianDay(t){return lr(this,Te,t)}toJulianDay(t){return Re(Te,t.year,t.month,t.day)}getDaysInMonth(t){let r=29+t.month%2;return t.month===12&&$t(t.year)&&r++,r}getMonthsInYear(){return 12}getDaysInYear(t){return $t(t.year)?355:354}getYearsInEra(){return 9665}getEras(){return["AH"]}constructor(){this.identifier="islamic-civil"}}class xs extends Xe{fromJulianDay(t){return lr(this,vt,t)}toJulianDay(t){return Re(vt,t.year,t.month,t.day)}constructor(...t){super(...t),this.identifier="islamic-tbla"}}const ys="qgpUDckO1AbqBmwDrQpVBakGkgepC9QF2gpcBS0NlQZKB1QLagutBa4ETwoXBYsGpQbVCtYCWwmdBE0KJg2VDawFtgm6AlsKKwWVCsoG6Qr0AnYJtgJWCcoKpAvSC9kF3AJtCU0FpQpSC6ULtAW2CVcFlwJLBaMGUgdlC2oFqworBZUMSg2lDcoF1gpXCasESwmlClILagt1BXYCtwhbBFUFqQW0BdoJ3QRuAjYJqgpUDbIN1QXaAlsJqwRVCkkLZAtxC7QFtQpVCiUNkg7JDtQG6QprCasEkwpJDaQNsg25CroEWworBZUKKgtVC1wFvQQ9Ah0JlQpKC1oLbQW2AjsJmwRVBqkGVAdqC2wFrQpVBSkLkgupC9QF2gpaBasKlQVJB2QHqgu1BbYCVgpNDiULUgtqC60FrgIvCZcESwalBqwG1gpdBZ0ETQoWDZUNqgW1BdoCWwmtBJUFygbkBuoK9QS2AlYJqgpUC9IL2QXqAm0JrQSVCkoLpQuyBbUJ1gSXCkcFkwZJB1ULagVrCisFiwpGDaMNygXWCtsEawJLCaUKUgtpC3UFdgG3CFsCKwVlBbQF2gntBG0BtgimClINqQ3UBdoKWwmrBFMGKQdiB6kLsgW1ClUFJQuSDckO0gbpCmsFqwRVCikNVA2qDbUJugQ7CpsETQqqCtUK2gJdCV4ELgqaDFUNsga5BroEXQotBZUKUguoC7QLuQXaAloJSgukDdEO6AZqC20FNQWVBkoNqA3UDdoGWwWdAisGFQtKC5ULqgWuCi4JjwwnBZUGqgbWCl0FnQI=";let Ye,te;function Me(e){return bs+te[e-A]}function de(e,t){let r=e-A,n=1<<11-(t-1);return Ye[r]&n?30:29}function wt(e,t){let r=Me(e);for(let n=1;n<t;n++)r+=de(e,n);return r}function Ct(e){return te[e+1-A]-te[e-A]}class vs extends Xe{fromJulianDay(t){let r=t-Te,n=Me(A),s=Me(X);if(r<n||r>s)return super.fromJulianDay(t);{let a=A-1,i=1,l=1;for(;l>0;){a++,l=r-Me(a)+1;let c=Ct(a);if(l===c){i=12;break}else if(l<c){let d=de(a,i);for(i=1;l>d;)l-=d,i++,d=de(a,i);break}}return new k(this,a,i,r-wt(a,i)+1)}}toJulianDay(t){return t.year<A||t.year>X?super.toJulianDay(t):Te+wt(t.year,t.month)+(t.day-1)}getDaysInMonth(t){return t.year<A||t.year>X?super.getDaysInMonth(t):de(t.year,t.month)}getDaysInYear(t){return t.year<A||t.year>X?super.getDaysInYear(t):Ct(t.year)}constructor(){if(super(),this.identifier="islamic-umalqura",Ye||(Ye=new Uint16Array(Uint8Array.from(atob(ys),t=>t.charCodeAt(0)).buffer)),!te){te=new Uint32Array(X-A+1);let t=0;for(let r=A;r<=X;r++){te[r-A]=t;for(let n=1;n<=12;n++)t+=de(r,n)}}}}const jt=347997,cr=1080,ur=24*cr,$s=29,ws=12*cr+793,Cs=$s*ur+ws;function W(e){return N(e*7+1,19)<7}function ke(e){let t=Math.floor((235*e-234)/19),r=12084+13753*t,n=t*29+Math.floor(r/25920);return N(3*(n+1),7)<3&&(n+=1),n}function js(e){let t=ke(e-1),r=ke(e);return ke(e+1)-r===356?2:r-t===382?1:0}function fe(e){return ke(e)+js(e)}function dr(e){return fe(e+1)-fe(e)}function Ms(e){let t=dr(e);switch(t>380&&(t-=30),t){case 353:return 0;case 354:return 1;case 355:return 2}}function Ce(e,t){if(t>=6&&!W(e)&&t++,t===4||t===7||t===9||t===11||t===13)return 29;let r=Ms(e);return t===2?r===2?30:29:t===3?r===0?29:30:t===6?W(e)?30:0:30}class ks{fromJulianDay(t){let r=t-jt,n=r*ur/Cs,s=Math.floor((19*n+234)/235)+1,a=fe(s),i=Math.floor(r-a);for(;i<1;)s--,a=fe(s),i=Math.floor(r-a);let l=1,c=0;for(;c<i;)c+=Ce(s,l),l++;l--,c-=Ce(s,l);let d=i-c;return new k(this,s,l,d)}toJulianDay(t){let r=fe(t.year);for(let n=1;n<t.month;n++)r+=Ce(t.year,n);return r+t.day+jt}getDaysInMonth(t){return Ce(t.year,t.month)}getMonthsInYear(t){return W(t.year)?13:12}getDaysInYear(t){return dr(t.year)}getYearsInEra(){return 9999}getEras(){return["AM"]}balanceYearMonth(t,r){r.year!==t.year&&(W(r.year)&&!W(t.year)&&r.month>6?t.month--:!W(r.year)&&W(t.year)&&r.month>6&&t.month++)}constructor(){this.identifier="hebrew"}}const He=1723856,Mt=1824665,ze=5500;function Pe(e,t,r,n){return e+365*t+Math.floor(t/4)+30*(r-1)+n-1}function et(e,t){let r=Math.floor(4*(t-e)/1461),n=1+Math.floor((t-Pe(e,r,1,1))/30),s=t+1-Pe(e,r,n,1);return[r,n,s]}function fr(e){return Math.floor(e%4/3)}function hr(e,t){return t%13!==0?30:fr(e)+5}class tt{fromJulianDay(t){let[r,n,s]=et(He,t),a="AM";return r<=0&&(a="AA",r+=ze),new k(this,a,r,n,s)}toJulianDay(t){let r=t.year;return t.era==="AA"&&(r-=ze),Pe(He,r,t.month,t.day)}getDaysInMonth(t){return hr(t.year,t.month)}getMonthsInYear(){return 13}getDaysInYear(t){return 365+fr(t.year)}getYearsInEra(t){return t.era==="AA"?9999:9991}getEras(){return["AA","AM"]}constructor(){this.identifier="ethiopic"}}class Ss extends tt{fromJulianDay(t){let[r,n,s]=et(He,t);return r+=ze,new k(this,"AA",r,n,s)}getEras(){return["AA"]}getYearsInEra(){return 9999}constructor(...t){super(...t),this.identifier="ethioaa"}}class Ds extends tt{fromJulianDay(t){let[r,n,s]=et(Mt,t),a="CE";return r<=0&&(a="BCE",r=1-r),new k(this,a,r,n,s)}toJulianDay(t){let r=t.year;return t.era==="BCE"&&(r=1-r),Pe(Mt,r,t.month,t.day)}getDaysInMonth(t){let r=t.year;return t.era==="BCE"&&(r=1-r),hr(r,t.month)}isInverseEra(t){return t.era==="BCE"}balanceDate(t){t.year<=0&&(t.era=t.era==="BCE"?"CE":"BCE",t.year=1-t.year)}getEras(){return["BCE","CE"]}getYearsInEra(t){return t.era==="BCE"?9999:9715}constructor(...t){super(...t),this.identifier="coptic"}}function mr(e){switch(e){case"buddhist":return new ds;case"ethiopic":return new tt;case"ethioaa":return new Ss;case"coptic":return new Ds;case"hebrew":return new ks;case"indian":return new ps;case"islamic-civil":return new Xe;case"islamic-tbla":return new xs;case"islamic-umalqura":return new vs;case"japanese":return new us;case"persian":return new gs;case"roc":return new fs;case"gregory":default:return new F}}function Ts({themeName:e="calendar",tokens:t,state:r,date:n}){const s=h.useRef(null),{cellProps:a,buttonProps:i,isSelected:l,isOutsideVisibleRange:c,isDisabled:d,formattedDate:f,isInvalid:m}=We.useCalendarCell({date:n},r,s),u=r?.highlightedRange?it(n,r?.highlightedRange.start):l,g=r?.highlightedRange?it(n,r?.highlightedRange.end):l,{locale:w}=y.useLocale(),p=Jt(n,w),v=l&&(u||p===0||n.day===1),$=l&&(g||p===6||n.day===n.calendar.getDaysInMonth(n)),{focusProps:S,isFocusVisible:D}=re.useFocusRing(),j=x(`${e}.cellContainer`,{...t,isFocusVisible:D}),P=x(`${e}.cell`,{...t,isSelected:l,isInvalid:m,isDisabled:d,isRoundedLeft:v,isRoundedRight:$}),I=x(`${e}.cellDate`,{...t,isSelected:l,isInvalid:m,isDisabled:d,isSelectionStart:u,isSelectionEnd:g});return o.jsx("td",{...a,"aria-disabled":!1,className:j,children:o.jsx("div",{...en.mergeProps(i,S),ref:s,hidden:c,className:P,children:o.jsx("div",{className:I,children:f})})})}function Rs({themeName:e="calendar",customTheme:t,tokens:r,state:n,...s}){const{locale:a}=Ie.useLocale(),{gridProps:i,headerProps:l,weekDays:c}=We.useCalendarGrid({...s},n),d=Go(n.visibleRange.start,a),f=x(`${e}.calendarTable`,r),m=x(`${e}.dayLabel`,r);return o.jsxs("table",{...i,cellPadding:"0",className:f,children:[o.jsx("thead",{...l,children:o.jsx("tr",{children:c.map(u=>o.jsx("th",{className:m,children:u},`${u}`))})}),o.jsx("tbody",{children:[...new Array(d).keys()].map(u=>o.jsx("tr",{children:n.getDatesInWeek(u).map((g,w)=>g?o.jsx(Ts,{state:n,date:g},g?.day):o.jsx("td",{},w))},u))})]})}function gr({buttons:e,tokens:t,customTheme:r,themeName:n="calendar",...s}){const{locale:a}=Ie.useLocale(),i=Xr.useCalendarState({...s,locale:a,createCalendar:mr}),l=h.useRef(null),{calendarProps:c,prevButtonProps:d,nextButtonProps:f,title:m}=We.useCalendar({...s},i),u=x(`${n}.container`,t),g=x(`${n}.header`,t),w=x(`${n}.navigationButtonsContainer`,t);return o.jsxs("div",{...c,ref:l,className:u,children:[o.jsxs("div",{className:g,children:[o.jsx(R,{as:"p",tokens:{size:"h6"},children:m}),o.jsxs("div",{className:w,children:[o.jsx(oe,{themeName:`${n}.navigationButtons`,tokens:{...t},type:"button",...d,handlePress:d?.onPress,children:o.jsx(_,{icon:e?.buttonPrev?.icon??"ArrowLeft"})}),o.jsx(oe,{themeName:`${n}.navigationButtons`,tokens:{...t},type:"button",...f,handlePress:f?.onPress,children:o.jsx(_,{icon:e?.buttonNext?.icon??"ArrowRight"})})]})]}),o.jsx(Rs,{state:i})]})}function Ps({title:e,children:t,...r}){const n=h.useRef(null),{dialogProps:s}=y.useDialog(r,n);return o.jsx("div",{...s,ref:n,children:t})}function Is({themeName:e="datePicker",tokens:t,...r}){const n=rn.useRef(null),{state:s,children:a}={...r},{popoverProps:i,underlayProps:l}=ue.usePopover({...r,popoverRef:n},s),c=x(`${e}.calendarUnderlay`,t),d=x(`${e}.calendarPopover`,t);return o.jsxs(ue.Overlay,{children:[o.jsx("div",{...l,className:c}),o.jsxs("div",{...i,ref:n,className:d,children:[o.jsx(ue.DismissButton,{onDismiss:s.close}),a,o.jsx(ue.DismissButton,{onDismiss:s.close})]})]})}function As({segment:e,state:t}){const r=h.useRef(null),{segmentProps:n}=Ge.useDateSegment(e,t,r),s=x("datePicker.dateSegment");return o.jsx(y.FocusRing,{focusRingClass:"has-focus-ring",children:o.jsxs("div",{...n,ref:r,className:s,children:[o.jsx("span",{"aria-hidden":"true",style:{visibility:e.isPlaceholder?"visible":"hidden",height:e.isPlaceholder?"":0,pointerEvents:"none",display:e.isPlaceholder?"block":"none"},children:e.placeholder}),e.isPlaceholder?"":e.text]})})}function kt(e){const{locale:t}=Ie.useLocale(),r=Tt.useDateFieldState({...e,locale:t,createCalendar:mr}),n=h.useRef(null),{fieldProps:s}=Ge.useDateField(e,r,n);return o.jsx("div",{...s,ref:n,className:"flex",children:r.segments.map((a,i)=>o.jsx(As,{segment:a,state:r},i))})}function Bs({popoverPlacement:e="bottom start",tokens:t,customTheme:r,themeName:n="datePicker",icon:s="ArrowDown",description:a,buttonLabel:i,...l}){const c=Tt.useDatePickerState({...l}),d=h.useRef(null),{groupProps:f,fieldProps:m,labelProps:u,descriptionProps:g,buttonProps:w,dialogProps:p,calendarProps:v}=Ge.useDatePicker({...l},c,d),{label:$}={...l},S=x(`${n}.container`,t),D=x(`${n}.dateField`,t),j=x(`${n}.label`,t);return o.jsxs("div",{className:S,children:[$&&o.jsx("span",{...u,children:$}),a&&o.jsx("div",{...g,children:a}),o.jsx("div",{...f,ref:d,children:o.jsxs(oe,{themeName:`${n}.button`,tokens:{...t},type:"button",...w,handlePress:w.onPress,children:[i&&o.jsx("p",{className:j,children:i}),o.jsxs("div",{className:D,children:[o.jsx(kt,{...m}),c.validationState==="invalid"&&"❌"]}),o.jsx(_,{themeName:`${n}.icon`,tokens:{...t},icon:s})]})}),c.isOpen&&o.jsx(Is,{triggerRef:d,state:c,placement:e,children:o.jsxs(Ps,{...p,children:[o.jsxs("div",{children:[o.jsx(kt,{...m}),c.validationState==="invalid"&&"❌"]}),o.jsx(gr,{...v})]})})]})}function _s(e,t,r){let[n,s]=h.useState(e||t),a=h.useRef(e!==void 0),i=e!==void 0;h.useEffect(()=>{let d=a.current;d!==i&&console.warn(`WARN: A component changed from ${d?"controlled":"uncontrolled"} to ${i?"controlled":"uncontrolled"}.`),a.current=i},[i]);let l=i?e:n,c=h.useCallback((d,...f)=>{let m=(u,...g)=>{r&&(Object.is(l,u)||r(u,...g)),i||(l=u)};typeof d=="function"?(console.warn("We can not support a function callback. See Github Issues for details https://github.com/adobe/react-spectrum/issues/2320"),s((g,...w)=>{let p=d(i?l:g,...w);return m(p,...f),i?g:p})):(i||s(d),m(d,...f))},[i,l,r]);return[l,c]}let Es=Math.round(Math.random()*1e10),Os=0;function pr(e){let t=h.useMemo(()=>e.name||`radio-group-${Es}-${++Os}`,[e.name]),[r,n]=_s(e.value,e.defaultValue,e.onChange),[s,a]=h.useState(null);return{name:t,selectedValue:r,setSelectedValue:l=>{!e.isReadOnly&&!e.isDisabled&&n(l)},lastFocusedValue:s,setLastFocusedValue:a,isDisabled:e.isDisabled||!1,isReadOnly:e.isReadOnly||!1,isRequired:e.isRequired||!1,validationState:e.validationState||null,isInvalid:e.isInvalid||e.validationState==="invalid"}}const br=h.createContext(null),xr=e=>{const{children:t}=e,r=pr(e);return o.jsx(br.Provider,{value:r,children:t})};function yr(){const e=h.useContext(br);return e!==null?e:null}const vr=e=>{const{id:t,label:r,themeName:n="radio",tokens:s,customTheme:a,value:i,fieldRef:l}=e,c=yr(),d=h.useRef(null),{inputProps:f}=y.useRadio(e,c,d),m=c?.selectedValue===i,{focusProps:u}=y.useFocusRing(),g={...s,selected:m},w=x(`${n}.label`,g,a),p=x(`${n}.radio`,g,a),v=x(`${n}.selectedMark`,g,a);return o.jsx("div",{children:o.jsx(y.FocusRing,{focusRingClass:"has-focus-ring",within:!0,children:o.jsxs("label",{htmlFor:t,className:w,children:[o.jsx(y.VisuallyHidden,{children:o.jsx("input",{type:"radio",...y.mergeProps(u,f),ref:$=>{l?.($),d.current=$}})}),o.jsx("div",{className:p,"aria-checked":m,role:"radio","aria-labelledby":t,children:o.jsx("div",{className:v})}),o.jsx(R,{themeName:`${n}.label`,children:r})]})})})},Ls=e=>{const{name:t,required:r}=e,{register:n,formState:s}=H.useFormContext(),i=H.get(s.errors,t)?.message??void 0,{t:l}=Je.useTranslation("components"),{ref:c,...d}=n(t,{required:r?l("FORM.ERROR.REQUIRED")??"required":!1});return o.jsx(vr,{fieldRef:c,...d,...e,isError:!Ae.isEmpty(i),errorMessage:i})},Ns=e=>{const{label:t,isError:r=!1,errorMessage:n,isDisabled:s=!1,children:a,themeName:i="radioGroup",tokens:l}=e,c=pr(e),{radioGroupProps:d}=y.useRadioGroup(e,c),f={...l,isDisabled:s};return o.jsxs(Ue,{...d,"aria-disabled":s,themeName:`${i}.radioGroup`,tokens:f,children:[t&&o.jsx(R,{tokens:{size:"h6"},children:t}),o.jsx(Ue,{themeName:`${i}.radioGroupItemsGroup`,children:o.jsx(xr,{children:a})}),r&&n&&o.jsx(R,{tokens:{isError:!0},children:n})]})};function Fs(e){const t=e.replace(/-/g,"+").replace(/_/g,"/"),r=typeof Buffer<"u"?Buffer.from(t,"base64"):Uint8Array.from(atob(t),n=>n.charCodeAt(0));return new Uint8Array(r)}/**
|
|
83
|
+
`,variants:{isError:{true:"border-red-500"}}}),Ja=un({main:e=>ea(e),gridItem:e=>ra(e),grid:e=>ta(e),container:e=>mn(e),accordion:{container:e=>Go(e),button:e=>Jo(e),title:e=>Qo(e),icon:e=>Ko(e),region:e=>Zo(e),content:e=>Xo(e)},carousel:{container:e=>fa(e),slideContainer:e=>ha(e),navigationButtons:e=>ma(e)},calendar:{container:e=>na(e),header:e=>oa(e),navigationButtonsContainer:e=>aa(e),navigationButtons:e=>sa(e),table:e=>ia(e),dayLabel:e=>la(e),cellContainer:e=>ca(e),cell:e=>ua(e),cellDate:e=>da(e)},datePicker:{container:e=>xa(e),button:e=>wa(e),icon:e=>_a(e),dateField:e=>Pa(e),dateSegment:e=>ja(e),label:e=>Ra(e),calendarPopover:e=>Ca(e),calendarUnderlay:e=>$a(e)},popover:{button:e=>Ae(e),popover:()=>"border-2 text-black p-4 bg-gray-300"},typography:e=>ne(e),button:e=>Ae(e),sidePanel:{wrapper:e=>za(e),container:e=>Wa(e),innerContainer:e=>Ya(e)},lightBox:{wrapper:e=>Sa(e),container:e=>Da(e),closeBtn:e=>ka(e),label:e=>Ea(e)},shareButton:{icon:e=>Va(e),button:e=>qa(e),container:e=>Ba(e),linksList:e=>Fa(e),link:e=>Ua(e),linkIcons:e=>Ha(e)},checkbox:{container:e=>pa(e),label:e=>ga(e),checkBox:e=>ba(e),checkMark:e=>ya(e),checkMarkIcon:e=>va(e),errorMessage:e=>ne(e)},radio:{label:e=>Oa(e),radio:e=>Aa(e),selectedMark:e=>Ia(e),errorMessage:e=>ne(e)},radioGroup:{radioGroup:e=>La(e),radioGroupItemsGroup:e=>Na(e),errorMessage:e=>ne(e)},select:{button:e=>Ae(e),ul:e=>ne({...e,className:"outline outline-2 outline-white outline-offset-2 p-2 my-4 rounded-md w-full flex flex-col gap-6"}),popover:e=>Ae(e),errorMessage:e=>ne({...e,size:"footnotes",isError:!0}),wrapper:()=>"flex flex-col gap-4 relative",container:()=>"flex flex-col gap-4",li:()=>"transition w-full hover:text-gray-300 focus-ring-white"},textarea:{wrapper:()=>"flex flex-col",container:()=>"flex items-center gap-4",label:()=>"text-gray-3 px-6",input:e=>Ga(e),errorMessage:e=>ne({...e,size:"footnotes",isError:!0})},textInput:{wrapper:()=>"flex flex-col rounded-md px-4 py-1 mb-3 m-0.5 border-2 aria-disabled:pointer-events-none aria-disabled:opacity-30 focus-ring-black",label:()=>"text-xs",container:()=>"flex items-center gap-4",input:()=>"",errorMessage:e=>ne({...e,size:"footnotes",isError:!0})},menu:{sidePanel:{wrapper:()=>"",container:()=>"",innerContainer:()=>""},wrapper:()=>""},menuItem:{wrapper:()=>"",container:()=>"",innerContent:()=>"",button:()=>"",anchor:()=>""},img:Ta}),Qa=b.memo(hn(Ja)),C=(e,t={},r=null)=>{const n=dn();if(n!=null&&e!=null){const{brandTheme:o}=n,a=ln.get(o,e);if(typeof a=="function"){const s=a?.(t);if(typeof s=="string")return s}}if(r)return r},G=({as:e="span",themeName:t="typography",tokens:r,customTheme:n,children:o,...a})=>{const s=C(t,r,n);return i.jsx(e,{...a,className:s,children:o})},Wt=b.forwardRef((e,t)=>{const{as:r="span",tokens:n,themeName:o="typography",customTheme:a,children:s,...l}=e,c=C(o,n,a);return i.jsx(r,{...l,ref:t,className:c,children:s})}),Yt=b.forwardRef((e,t)=>{const{as:r="a",handlePress:n,children:o,as:a,customTheme:s,tokens:l,themeName:c="button",nextLinkProps:d,...f}=e,h=t,{linkProps:u}=R.useLink({...e,...d,elementType:a?.toString(),onPress:n},t??h),m=C(c,l,s);return i.jsx(R.FocusRing,{focusRingClass:"has-focus-ring",children:i.jsx(r,{ref:h,...u,...d,...f,className:m,children:o})})}),pn=b.forwardRef((e,t)=>{const{as:r="button",handlePress:n,children:o,as:a,customTheme:s,tokens:l,themeName:c="button",isDisabled:d=!1,...f}=e,h=t,{buttonProps:u}=R.useButton({...e,isDisabled:d,elementType:a,onPress:n},t??h),m=C(c,l,s);return i.jsx(R.FocusRing,{within:!0,focusRingClass:"has-focus-ring",children:i.jsx(r,{ref:h,...u,...f,className:m,children:o})})}),je=b.forwardRef((e,t)=>{const{as:r}=e;return r==="a"?i.jsx(Yt,{ref:t,...e}):i.jsx(pn,{ref:t,...e})}),Ka=e=>{const{as:t}=e,r=b.useRef(null);return t==="a"?i.jsx(Yt,{ref:r,...e}):i.jsx(pn,{ref:r,...e})},ve=b.memo(Ka),Za=(e,t)=>{const r=e[t];return r?typeof r=="function"?r():Promise.resolve(r):new Promise((n,o)=>{(typeof queueMicrotask=="function"?queueMicrotask:setTimeout)(o.bind(null,new Error("Unknown variable dynamic import: "+t)))})},Xa=e=>i.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",height:48,width:48,fill:"currentColor",...e}),gn=b.memo(Xa),es=Object.freeze(Object.defineProperty({__proto__:null,default:gn},Symbol.toStringTag,{value:"Module"})),ts=e=>{const{icon:t,...r}=e,n=b.useMemo(()=>b.lazy(()=>Za(Object.assign({"../icons/ArrowDown.tsx":()=>Promise.resolve().then(()=>pl),"../icons/ArrowLeft.tsx":()=>Promise.resolve().then(()=>bl),"../icons/ArrowRight.tsx":()=>Promise.resolve().then(()=>vl),"../icons/Check.tsx":()=>Promise.resolve().then(()=>wl),"../icons/ChevronLeft.tsx":()=>Promise.resolve().then(()=>Cl),"../icons/ChevronRight.tsx":()=>Promise.resolve().then(()=>jl),"../icons/CloseBtn.tsx":()=>Promise.resolve().then(()=>Rl),"../icons/Facebook.tsx":()=>Promise.resolve().then(()=>Tl),"../icons/FacebookColored.tsx":()=>Promise.resolve().then(()=>Dl),"../icons/FacebookRounded.tsx":()=>Promise.resolve().then(()=>El),"../icons/Globe.tsx":()=>Promise.resolve().then(()=>Al),"../icons/IconFallback.tsx":()=>Promise.resolve().then(()=>es),"../icons/Instagram.tsx":()=>Promise.resolve().then(()=>Ll),"../icons/InstagramColored.tsx":()=>Promise.resolve().then(()=>Bl),"../icons/Link.tsx":()=>Promise.resolve().then(()=>Fl),"../icons/LinkedIn.tsx":()=>Promise.resolve().then(()=>Vl),"../icons/Mail.tsx":()=>Promise.resolve().then(()=>zl),"../icons/Plus.tsx":()=>Promise.resolve().then(()=>Yl),"../icons/Share.tsx":()=>Promise.resolve().then(()=>Jl),"../icons/Twitter.tsx":()=>Promise.resolve().then(()=>Kl),"../icons/TwitterColored.tsx":()=>Promise.resolve().then(()=>Xl),"../icons/Upload.tsx":()=>Promise.resolve().then(()=>tc),"../icons/X.tsx":()=>Promise.resolve().then(()=>nc),"../icons/YouTube.tsx":()=>Promise.resolve().then(()=>ac),"../icons/YouTubeColored.tsx":()=>Promise.resolve().then(()=>ic)}),`../icons/${t||"ArrowRight"}.tsx`)),[t]);return i.jsx(b.Suspense,{fallback:i.jsx(gn,{className:"overflow-visible pointer-events-none"}),children:i.jsx(n,{...r,className:"overflow-visible pointer-events-none",...e})})},ee=e=>{const{icon:t,as:r="span",tokens:n,customTheme:o,themeName:a="icon",children:s,...l}=e,c=C(a,n,o);return typeof t!="string"?i.jsxs(r,{...l,className:c,children:[s,t]}):i.jsxs(r,{className:c,children:[s,i.jsx(ts,{icon:t,...l})]})},rs=e=>{const{customTheme:t,themeName:r="accordion",id:n,tokens:o,title:a,ariaLabel:s,onClick:l,icon:c,children:d}=e,[f,h]=b.useState(!1),u=C(`${r}.container`,{...o,isOpen:f},t),m=C(`${r}.title`,{...o,isOpen:f},t),g=C(`${r}.icon`,{...o,isOpen:f},t),p=C(`${r}.region`,{...o,isOpen:f},t),y=C(`${r}.content`,{...o,isOpen:f},t);return i.jsxs("div",{className:u,id:`accordion-control-${n}`,"aria-label":s,"aria-expanded":f,"aria-controls":`accordion-content-${n}`,children:[i.jsxs(ve,{themeName:`${r}.button`,tokens:{...o,isOpen:f},handlePress:()=>{h(!f),l?.(f)},as:"button",id:`accordion-control-${n}`,"aria-label":s,children:[i.jsx("div",{className:m,children:a}),i.jsx("div",{className:g,children:i.jsx(ee,{icon:c??"ArrowDown"})})]}),i.jsx("div",{className:p,role:"region",id:`accordion-content-${n}`,"aria-labelledby":`accordion-control-${n}`,children:i.jsx("div",{className:y,children:d})})]})},ns=e=>{const{sharingLinksList:t,id:r,isOpen:n,setIsOpen:o,onShare:a,themeName:s="shareButton",tokens:l,customTheme:c}=e,d=C(`${s}.linksList`,{...l,isOpen:n},c),f=R.useFocusManager(),h=u=>{u.key==="Escape"&&o(!1);const{listDirection:m}=l??{};m==="row"&&(u.key==="ArrowRight"&&(f.focusNext({wrap:!0}),u.preventDefault()),u.key==="ArrowLeft"&&(f.focusPrevious({wrap:!0}),u.preventDefault())),m==="column"&&(u.key==="ArrowDown"&&(f.focusNext({wrap:!0}),u.preventDefault()),u.key==="ArrowUp"&&(f.focusPrevious({wrap:!0}),u.preventDefault()))};return i.jsx("div",{className:d,id:r,role:"listbox",tabIndex:-1,onKeyDown:h,children:t?.map(u=>{const{ariaLabel:m,onClick:g,href:p,icon:y,key:v}=u;return i.jsx(ve,{themeName:`${s}.link`,tokens:{...l,isOpen:n},handlePress:()=>{a?.(v),g?.(v)},"aria-label":m,...p?{href:p,rel:"noopener noreferrer",target:"_blank",as:"a"}:{},role:"option",children:i.jsx(ee,{themeName:`${s}.linkIcons`,icon:y})},v)})})},os=e=>{const{ariaLabel:t,icon:r,id:n,sharingLinksList:o,onShare:a,customTheme:s,themeName:l="shareButton",tokens:c,...d}=e,[f,h]=b.useState(!1),u=C(`${l}.container`,c,s),m=p=>{h(!f),!f&&setTimeout(()=>{p.target.parentElement?.lastChild?.firstChild?.focus()})},g=p=>{const y=p.currentTarget.firstChild,v=p.currentTarget.lastChild,P=v.firstChild,w=v.lastChild,{listDirection:x}=c??{};x==="row"&&(p.key==="ArrowRight"&&p.target===y&&(P?.focus(),p.preventDefault()),p.key==="ArrowLeft"&&p.target===y&&(w.focus(),p.preventDefault())),x==="column"&&(p.key==="ArrowDown"&&p.target===y&&(P?.focus(),p.preventDefault()),p.key==="ArrowUp"&&p.target===y&&(w.focus(),p.preventDefault())),p.key==="Escape"&&(h(!1),y?.focus()),document.activeElement===v&&y?.focus()};return i.jsx(R.FocusScope,{autoFocus:!0,restoreFocus:!0,contain:f,children:i.jsxs("div",{className:u,onKeyDown:g,children:[i.jsx(je,{themeName:`${l}.button`,tokens:{...c,isOpen:f},"aria-label":t,"aria-haspopup":"listbox","aria-expanded":f?"true":"false","aria-controls":"share-buttons",handlePress:m,...d,children:i.jsx(ee,{themeName:`${l}.icon`,icon:r??"Share"})}),f&&i.jsx(ns,{id:n,sharingLinksList:o,onShare:a,isOpen:f,setIsOpen:h,themeName:l,customTheme:s,tokens:c})]})})};function bn(){const e=b.createContext(void 0);function t(){const r=b.useContext(e);if(r===void 0)throw new Error("useCtx must be inside a Provider");return r}return[t,e.Provider]}function as(){const e=b.createContext(void 0);function t(){const r=b.useContext(e);return r===void 0?{}:r}return[t,e.Provider]}const yn=(e,t,r)=>{const n=Lo.useOverlayTriggerState({defaultOpen:e,onOpenChange:f=>t?.(f)}),o=b.useRef(null),a=b.useRef(null);b.useEffect(()=>{if(e){n.open();return}n.close()},[e]);const s=()=>{n.open()},l=()=>{n.close(),r?.()},{buttonProps:c}=R.useButton({elementType:"div",onPress:s},o),{buttonProps:d}=R.useButton({onPress:l},a);return{state:n,openButtonProps:c,closeButtonProps:d,handleOpen:s,handleClose:l,openButtonRef:o,closeButtonRef:a}},[vn,ss]=bn();function xn({children:e,defaultSelectedKey:t,onOpenCallback:r,onCloseCallback:n,defaultIsOpen:o=!1}){const{state:a,closeButtonProps:s,closeButtonRef:l,openButtonProps:c,openButtonRef:d}=yn(o,r,n),f=b.useMemo(()=>({defaultSelectedKey:t,overlayState:a,buttonProps:{closeButtonProps:s,closeButtonRef:l,openButtonProps:c,openButtonRef:d}}),[a,t,s,c]);return i.jsx(ss,{value:f,children:e})}const wn=({isVisible:e,children:t})=>Q.useTransition(e,{from:{opacity:0,translateX:"100%"},enter:{opacity:1,translateX:"0%"},leave:{opacity:0,translateX:"25%"}})((n,o)=>o&&i.jsx(Q.animated.div,{style:n,children:t})),is="fixed",ls=({isVisible:e,children:t})=>Q.useTransition(e,{from:{opacity:0,position:is,left:0,top:0,zIndex:1e3,bottom:0,height:"100%",width:"100%"},enter:{opacity:1},leave:{opacity:0},config:Q.config.stiff})((n,o)=>o&&i.jsx(Q.animated.div,{style:n,children:t})),cs="fixed",us=({isVisible:e,children:t})=>Q.useTransition(e,{from:{opacity:0,scale:.75,position:cs,left:0,top:0,zIndex:1e3,bottom:0,height:"100%",width:"100%"},enter:{opacity:1,scale:1},leave:{opacity:0,scale:.75},config:Q.config.stiff})((n,o)=>o&&i.jsx(Q.animated.div,{style:n,children:t})),ds=e=>{const{children:t}=e,r=b.useRef(null),{overlayProps:n,underlayProps:o}=R.useOverlay(e,r),{modalProps:a}=R.useModal(),{dialogProps:s}=R.useDialog(e,r);return i.jsx("div",{...o,children:i.jsx(R.FocusRing,{focusRingClass:"has-focus-ring",within:!0,autoFocus:!0,children:i.jsx(R.FocusScope,{contain:!0,restoreFocus:!0,autoFocus:!0,children:i.jsx("div",{...n,...s,...a,ref:r,children:t})})})})},Gt=e=>{const[t,r]=b.useState(!1),{children:n,state:o,onCloseCallBack:a,transitionComponent:s=us}=e,l=b.useCallback(()=>{o.close(),a?.()},[o.close,a]);return b.useEffect(()=>{!o.isOpen&&t||r(!0)},[o.isOpen]),t?i.jsx(Me.OverlayContainer,{children:i.jsx(s,{isVisible:o.isOpen,children:i.jsx(ds,{isOpen:o.isOpen,onClose:l,isDismissable:!0,children:n})})}):null},fs=e=>{const{children:t,closeBtnRender:r,themeName:n="sidePanel",tokens:o,TransitionAnimation:a=wn,customTheme:s,onCloseCallBack:l}=e,c=C(`${n}.wrapper`,o,s),d=C(`${n}.container`,o,s),f=C(`${n}.innerContainer`,o,s),{overlayState:h}=vn();return i.jsx(Gt,{onCloseCallBack:l,state:h,transitionComponent:ls,children:i.jsxs(Io,{className:c,children:[r&&r(),i.jsx(a,{isVisible:h.isOpen,children:i.jsx("div",{className:d,children:i.jsx("div",{className:f,children:t})})})]})})},$n=b.memo(fs),hs=e=>{const{children:t,thumbnailContent:r,isOpen:n,onOpenCallBack:o,onCloseCallBack:a,label:s,themeName:l="lightBox",tokens:c,customTheme:d}=e,{state:f,openButtonRef:h,openButtonProps:u,closeButtonProps:m,closeButtonRef:g}=yn(n,o,a),p=C(`${l}.container`,c,d);return i.jsxs("div",{children:[i.jsx(ye.FocusRing,{focusRingClass:"has-focus-ring",within:!0,children:i.jsxs(je,{ref:h,themeName:`${l}.wrapper`,...u,...n?{tabIndex:-1}:{},children:[s&&i.jsx(G,{themeName:`${l}.label`,tokens:{size:"footnotes"},children:s}),r]})}),i.jsx(Gt,{onCloseCallBack:a,state:f,children:i.jsxs("div",{children:[i.jsx(je,{themeName:`${l}.closeBtn`,type:"button",...m,ref:g,children:i.jsx(ee,{icon:"CloseBtn"})}),i.jsx("div",{className:p,children:t})]})})]})},he=({as:e="div",themeName:t="box",tokens:r,customTheme:n,children:o,className:a,...s})=>{const l=C(t,r,n);return i.jsx(e,{...s,className:l,children:o})},Jt=b.forwardRef((e,t)=>{const{as:r="div",tokens:n,themeName:o="box",customTheme:a,children:s,...l}=e,c=C(o,n,a);return i.jsx(r,{...l,ref:t,className:c,children:s})}),ms=b.forwardRef((e,t)=>{const{isOpen:r,onClose:n,children:o,positionProps:a,themeName:s="popover",tokens:l,customTheme:c,isDismissable:d,shouldCloseOnBlur:f,...h}=e,{overlayProps:u}=R.useOverlay({isDismissable:d,shouldCloseOnBlur:f,isOpen:r,onClose:n},t),{modalProps:m}=R.useModal(),{dialogProps:g}=R.useDialog({},t),p=C(`${s}.popover`,l,c);return i.jsx(R.FocusScope,{autoFocus:!0,restoreFocus:!0,contain:!0,children:i.jsxs(Jt,{customTheme:p,...R.mergeProps(u,m,g),ref:t,...a,...h,children:[b.Children.map(o,y=>i.jsx(R.FocusRing,{focusRingClass:"has-focus-ring",children:y})),i.jsx(R.DismissButton,{onDismiss:n})]})})});function ps(e){const{children:t,buttonProps:r,placement:n="right",offset:o=5,themeName:a="popover",tokens:s,customTheme:l,...c}=e,d=Ut.useOverlayTriggerState({}),f=b.useRef(null),h=b.useRef(null),{triggerProps:u,overlayProps:m}=R.useOverlayTrigger({type:"dialog"},d,f),{overlayProps:g}=R.useOverlayPosition({targetRef:f,overlayRef:h,placement:n,offset:o,isOpen:d.isOpen}),{onPress:p,...y}=u;return i.jsxs(i.Fragment,{children:[i.jsx(je,{themeName:`${a}.button`,handlePress:p,...r,...y,ref:f}),d.isOpen&&i.jsx(R.OverlayContainer,{children:i.jsx(ms,{themeName:a,tokens:s,customTheme:l,...m,...c,positionProps:g,ref:h,isOpen:d.isOpen,onClose:d.close,children:t})})]})}const gs=({content:e,themeName:t="wysiwyg",...r})=>i.jsx(G,{...r,themeName:t,dangerouslySetInnerHTML:{__html:No.sanitize(e,{ADD_TAGS:["iframe"],ADD_ATTR:["allow","allowfullscreen","frameborder","scrolling"]})}}),bs=e=>{const{as:t="time",date:r,tokens:n,customTheme:o,dateFormatterOptions:a={month:"long",day:"numeric",year:"numeric"},themeName:s="typography",...l}=e,c=R.useIsSSR(),d=new Date(r),h=ot.useDateFormatter(a).format(d),u=C(s,n,o);return c||at.isEmpty(h)?null:i.jsx(t,{...l,dateTime:d.toISOString(),className:u,children:h})},ys=({item:e,state:t,themeName:r="li"})=>{const n=b.useRef(null),{optionProps:o,isFocusVisible:a}=R.useOption({key:e.key},t,n),s=C(r);return i.jsx(Wt,{as:"li",...o,tokens:{className:`${s} ${a?"has-focus-ring":""}`},ref:n,children:e.rendered})},vs=e=>{const t=b.useRef(null),{listBoxRef:r=t,state:n,themeName:o="option"}=e,{listBoxProps:a}=R.useListBox(e,n,r);return i.jsx(R.FocusScope,{autoFocus:!0,restoreFocus:!0,contain:!0,children:i.jsx(Wt,{...a,ref:r,as:"ul",themeName:`${o}.ul`,children:[...n.collection].map(s=>i.jsx(ys,{themeName:`${o}.li`,item:s,state:n},s.key))})})},xs=e=>{const t=b.useRef(null),{popoverRef:r=t,state:n,children:o,themeName:a="popover",triggerRef:s,...l}=e,{popoverProps:c,underlayProps:d}=R.usePopover({...e,popoverRef:r,triggerRef:s},n);return i.jsxs(R.Overlay,{children:[i.jsx("div",{...d,style:{position:"fixed",inset:0}}),i.jsxs(Wt,{themeName:a,...l,...c,as:"div",ref:r,children:[i.jsx(R.DismissButton,{onDismiss:n.close}),o,i.jsx(R.DismissButton,{onDismiss:n.close})]})]})},Cn=e=>{const{name:t,placeholderLabel:r,disabled:n,hookFormRef:o,isError:a=!1,errorMessage:s,themeName:l="select",tokens:c,customTheme:d,label:f,onSelectionChange:h,defaultValue:u,value:m,icon:g,...p}=e,y=b.useRef(null),v=Ut.useSelectState({...p,selectedKey:m,defaultSelectedKey:u,onSelectionChange:h}),{triggerProps:P,menuProps:w,labelProps:x}=R.useSelect({...p},v,y),_=C(`${l}.wrapper`,c,d),j=C(`${l}.container`,c,d),{onPress:M,onPressStart:E,...D}=P;return i.jsxs("div",{className:_,children:[f&&i.jsx(G,{...x,as:"label",themeName:`${l}.label`,children:f}),i.jsx(R.HiddenSelect,{...o,state:v,triggerRef:y,name:t,isDisabled:!0}),i.jsxs("div",{className:j,children:[i.jsxs(je,{...D,handlePress:I=>{M?.(I),E?.(I)},ref:y,disabled:n,themeName:`${l}.button`,tokens:{...c,intent:a?"error":"default"},children:[v.selectedItem?v.selectedItem.rendered:r,i.jsx(ee,{icon:g??"ArrowDown"})]}),v.isOpen&&y.current&&i.jsx(xs,{state:v,tokens:{width:`${y.current?.offsetWidth}`},triggerRef:y,placement:"bottom",themeName:`${l}.popover`,children:i.jsx(vs,{...w,themeName:l,state:v})}),a&&i.jsx(G,{tokens:{...c,isError:a},themeName:`${l}.errorMessage`,children:s})]})]})},ws=e=>{const{name:t,required:r,children:n}=e,{register:o,formState:a}=me.useFormContext(),l=me.get(a.errors,t)?.message??void 0,{ref:c}=o(t,{required:r?"This is an error message":!1});return i.jsx(Cn,{...e,isError:!at.isEmpty(l),errorMessage:l,hookFormRef:c,children:n})},$s=e=>{const{id:t,label:r,isDisabled:n=!1,isError:o=!1,errorMessage:a,ariaLabel:s,icon:l,themeName:c="checkbox",tokens:d,customTheme:f}=e,h=Fo.useToggleState(e),u=b.useRef(null),{inputProps:m}=Bo.useCheckbox(e,h,u),{isSelected:g}=h,{focusProps:p,isFocusVisible:y}=ye.useFocusRing(),v={...d,selected:g,isDisabled:n,isError:o,isFocusVisible:y},P=C(`${c}.container`,v,f),w=C(`${c}.checkBox`,v,f),x=C(`${c}.checkMark`,v,f),_=C(`${c}.checkMarkIcon`,v,f);return i.jsxs("div",{children:[i.jsx(ye.FocusRing,{focusRingClass:"has-focus-ring",within:!0,children:i.jsxs("label",{className:P,htmlFor:t,"aria-label":s,"aria-disabled":n,children:[i.jsx(qo.VisuallyHidden,{children:i.jsx("input",{type:"checkbox",ref:u,"aria-labelledby":t,...m,...p})}),i.jsx("div",{className:w,"aria-checked":g,role:"checkbox","aria-labelledby":t,children:i.jsx("div",{className:x,children:l&&i.jsx(ee,{icon:l,customTheme:_})})}),i.jsx(G,{themeName:`${c}.label`,tokens:v,children:r})]})}),o&&a&&i.jsx(G,{themeName:`${c}.errorMessage`,tokens:v,children:a})]})},Pn=e=>{const{id:t,label:r,name:n,placeholder:o,required:a,disabled:s=!1,errorMessage:l,ariaLabel:c,value:d,onBlur:f,onChange:h,fieldRef:u,themeName:m="textarea",tokens:g,customTheme:p}=e,y=b.useRef(null),{errorMessageProps:v,inputProps:P,labelProps:w}=R.useTextField(e,y),x={...g,isDisabled:s,isError:l!=null},_=C(`${m}.wrapper`,x,p),j=C(`${m}.input`,x,p),M=C(`${m}.label`,x,p),E=C(`${m}.container`,x,p);return i.jsxs("div",{children:[i.jsxs("div",{className:_,"aria-disabled":s,children:[r&&i.jsx("label",{className:M,...w,children:r}),i.jsx("div",{className:E,children:i.jsx(ye.FocusRing,{focusRingClass:"has-focus-ring",children:i.jsx("textarea",{...P,ref:D=>{u?.(D),y.current=D},className:j,placeholder:o,disabled:s,required:a,id:t,name:n,"aria-label":c,"aria-labelledby":t,value:d,onBlur:f,onChange:h})})})]}),l&&i.jsx(G,{themeName:`${m}.errorMessage`,tokens:x,...v,children:l})]})},Cs=e=>{const{name:t,required:r,minLength:n=0,maxLength:o=99999999,validation:a}=e,{register:s,formState:l}=me.useFormContext(),d=me.get(l.errors,t)?.message??void 0,{t:f}=Vt.useTranslation("components"),{ref:h,...u}=s(t,{required:r?f("FORM.ERROR.REQUIRED")??"required":!1,minLength:{value:n,message:f("FORM.ERROR.MIN_LENGTH",{length:n})},maxLength:{value:o,message:f("FORM.ERROR.MAX_LENGTH",{length:n})},...a});return i.jsx(Pn,{fieldRef:h,...u,...e,isError:!ln.isEmpty(d),errorMessage:d})},jn=e=>{const{id:t,label:r,required:n,disabled:o=!1,errorMessage:a,ariaLabel:s,value:l,onBlur:c,onChange:d,fieldRef:f,type:h="text",children:u,themeName:m="textInput",tokens:g,customTheme:p}=e,y=b.useRef(null),{errorMessageProps:v,inputProps:P,labelProps:w}=R.useTextField(e,y),x={...g,isDisabled:o,isError:a!=null},_=C(`${m}.wrapper`,x,p),j=C(`${m}.label`,x,p),M=C(`${m}.input`,x,p),E=C(`${m}.container`,x,p);return i.jsxs("div",{children:[i.jsx(ye.FocusRing,{focusRingClass:"has-focus-ring",within:!0,children:i.jsxs("div",{"aria-disabled":o,className:_,children:[r&&i.jsx("label",{className:j,...w,children:r}),i.jsxs("div",{className:E,children:[u,i.jsx("input",{...P,className:M,disabled:o,required:n,ref:D=>{f?.(D),y.current=D},"aria-label":s,"aria-labelledby":t,value:l,onBlur:c,onChange:d,type:h})]})]})}),a&&i.jsx(G,{themeName:`${m}.errorMessage`,tokens:x,...v,children:a})]})},Ps=e=>{const{name:t,required:r,minLength:n=0,maxLength:o=99999999,validation:a}=e,{register:s,formState:l}=me.useFormContext(),d=me.get(l.errors,t)?.message??void 0,{t:f}=Vt.useTranslation("components"),{ref:h,...u}=s(t,{required:r?f("FORM.ERROR.REQUIRED")??"required":!1,minLength:{value:n,message:f("FORM.ERROR.MIN_LENGTH",{length:n})},maxLength:{value:o,message:f("FORM.ERROR.MAX_LENGTH",{length:n})},...a});return i.jsx(jn,{fieldRef:h,...u,...e,isError:!at.isEmpty(d),errorMessage:d})};function js(e,t){if(t.has(e))throw new TypeError("Cannot initialize the same private elements twice on an object")}function _n(e,t,r){js(e,t),t.set(e,r)}function oe(e,t){return e-t*Math.floor(e/t)}const Rn=1721426;function be(e,t,r,n){t=ke(e,t);let o=t-1,a=-2;return r<=2?a=0:de(t)&&(a=-1),Rn-1+365*o+Math.floor(o/4)-Math.floor(o/100)+Math.floor(o/400)+Math.floor((367*r-362)/12+a+n)}function de(e){return e%4===0&&(e%100!==0||e%400===0)}function ke(e,t){return e==="BC"?1-t:t}function st(e){let t="AD";return e<=0&&(t="BC",e=1-e),[t,e]}const _s={standard:[31,28,31,30,31,30,31,31,30,31,30,31],leapyear:[31,29,31,30,31,30,31,31,30,31,30,31]};class ae{fromJulianDay(t){let r=t,n=r-Rn,o=Math.floor(n/146097),a=oe(n,146097),s=Math.floor(a/36524),l=oe(a,36524),c=Math.floor(l/1461),d=oe(l,1461),f=Math.floor(d/365),h=o*400+s*100+c*4+f+(s!==4&&f!==4?1:0),[u,m]=st(h),g=r-be(u,m,1,1),p=2;r<be(u,m,3,1)?p=0:de(m)&&(p=1);let y=Math.floor(((g+p)*12+373)/367),v=r-be(u,m,y,1)+1;return new F(u,m,y,v)}toJulianDay(t){return be(t.era,t.year,t.month,t.day)}getDaysInMonth(t){return _s[de(t.year)?"leapyear":"standard"][t.month-1]}getMonthsInYear(t){return 12}getDaysInYear(t){return de(t.year)?366:365}getYearsInEra(t){return 9999}getEras(){return["BC","AD"]}isInverseEra(t){return t.era==="BC"}balanceDate(t){t.year<=0&&(t.era=t.era==="BC"?"AD":"BC",t.year=1-t.year)}constructor(){this.identifier="gregory"}}const Rs={"001":1,AD:1,AE:6,AF:6,AI:1,AL:1,AM:1,AN:1,AR:1,AT:1,AU:1,AX:1,AZ:1,BA:1,BE:1,BG:1,BH:6,BM:1,BN:1,BY:1,CH:1,CL:1,CM:1,CN:1,CR:1,CY:1,CZ:1,DE:1,DJ:6,DK:1,DZ:6,EC:1,EE:1,EG:6,ES:1,FI:1,FJ:1,FO:1,FR:1,GB:1,GE:1,GF:1,GP:1,GR:1,HR:1,HU:1,IE:1,IQ:6,IR:6,IS:1,IT:1,JO:6,KG:1,KW:6,KZ:1,LB:1,LI:1,LK:1,LT:1,LU:1,LV:1,LY:6,MC:1,MD:1,ME:1,MK:1,MN:1,MQ:1,MV:5,MY:1,NL:1,NO:1,NZ:1,OM:6,PL:1,QA:6,RE:1,RO:1,RS:1,RU:1,SD:6,SE:1,SI:1,SK:1,SM:1,SY:6,TJ:1,TM:1,TR:1,UA:1,UY:1,UZ:1,VA:1,VN:1,XK:1};function cr(e,t){return t=it(t,e.calendar),e.era===t.era&&e.year===t.year&&e.month===t.month&&e.day===t.day}function Mn(e,t){let r=e.calendar.toJulianDay(e),n=Math.ceil(r+1-Ds(t))%7;return n<0&&(n+=7),n}function Tn(e,t){return e.calendar.toJulianDay(e)-t.calendar.toJulianDay(t)}function Ms(e,t){return ur(e)-ur(t)}function ur(e){return e.hour*36e5+e.minute*6e4+e.second*1e3+e.millisecond}let ft=null;function Sn(){return ft==null&&(ft=new Intl.DateTimeFormat().resolvedOptions().timeZone),ft}function Ts(e){return e.subtract({days:e.day-1})}const dr=new Map;function Ss(e){if(Intl.Locale){let r=dr.get(e);return r||(r=new Intl.Locale(e).maximize().region,dr.set(e,r)),r}let t=e.split("-")[1];return t==="u"?null:t}function Ds(e){let t=Ss(e);return Rs[t]||0}function ks(e,t){let r=e.calendar.getDaysInMonth(e);return Math.ceil((Mn(Ts(e),t)+r)/7)}function fr(e){e=it(e,new ae);let t=ke(e.era,e.year);return Dn(t,e.month,e.day,e.hour,e.minute,e.second,e.millisecond)}function Dn(e,t,r,n,o,a,s){let l=new Date;return l.setUTCHours(n,o,a,s),l.setUTCFullYear(e,t-1,r),l.getTime()}function hr(e,t){if(t==="UTC")return 0;if(e>0&&t===Sn())return new Date(e).getTimezoneOffset()*-6e4;let{year:r,month:n,day:o,hour:a,minute:s,second:l}=kn(e,t);return Dn(r,n,o,a,s,l,0)-Math.floor(e/1e3)*1e3}const mr=new Map;function kn(e,t){let r=mr.get(t);r||(r=new Intl.DateTimeFormat("en-US",{timeZone:t,hour12:!1,era:"short",year:"numeric",month:"numeric",day:"numeric",hour:"numeric",minute:"numeric",second:"numeric"}),mr.set(t,r));let n=r.formatToParts(new Date(e)),o={};for(let a of n)a.type!=="literal"&&(o[a.type]=a.value);return{year:o.era==="BC"||o.era==="B"?-o.year+1:+o.year,month:+o.month,day:+o.day,hour:o.hour==="24"?0:+o.hour,minute:+o.minute,second:+o.second}}const pr=864e5;function Es(e,t,r,n){return(r===n?[r]:[r,n]).filter(a=>Os(e,t,a))}function Os(e,t,r){let n=kn(r,t);return e.year===n.year&&e.month===n.month&&e.day===n.day&&e.hour===n.hour&&e.minute===n.minute&&e.second===n.second}function As(e,t,r="compatible"){let n=On(e);if(t==="UTC")return fr(n);if(t===Sn()&&r==="compatible"){n=it(n,new ae);let c=new Date,d=ke(n.era,n.year);return c.setFullYear(d,n.month-1,n.day),c.setHours(n.hour,n.minute,n.second,n.millisecond),c.getTime()}let o=fr(n),a=hr(o-pr,t),s=hr(o+pr,t),l=Es(n,t,o-a,o-s);if(l.length===1)return l[0];if(l.length>1)switch(r){case"compatible":case"earlier":return l[0];case"later":return l[l.length-1];case"reject":throw new RangeError("Multiple possible absolute times found")}switch(r){case"earlier":return Math.min(o-a,o-s);case"compatible":case"later":return Math.max(o-a,o-s);case"reject":throw new RangeError("No such absolute time found")}}function En(e,t,r="compatible"){return new Date(As(e,t,r))}function On(e,t){let r=0,n=0,o=0,a=0;if("timeZone"in e)({hour:r,minute:n,second:o,millisecond:a}=e);else if("hour"in e&&!t)return e;return t&&({hour:r,minute:n,second:o,millisecond:a}=t),new Xe(e.calendar,e.era,e.year,e.month,e.day,r,n,o,a)}function it(e,t){if(e.calendar.identifier===t.identifier)return e;let r=t.fromJulianDay(e.calendar.toJulianDay(e)),n=e.copy();return n.calendar=t,n.era=r.era,n.year=r.year,n.month=r.month,n.day=r.day,_e(n),n}function Qt(e,t){let r=e.copy(),n="hour"in r?Fs(r,t):0;It(r,t.years||0),r.calendar.balanceYearMonth&&r.calendar.balanceYearMonth(r,e),r.month+=t.months||0,Lt(r),An(r),r.day+=(t.weeks||0)*7,r.day+=t.days||0,r.day+=n,Is(r),r.calendar.balanceDate&&r.calendar.balanceDate(r),r.year<1&&(r.year=1,r.month=1,r.day=1);let o=r.calendar.getYearsInEra(r);if(r.year>o){var a,s;let c=(s=(a=r.calendar).isInverseEra)===null||s===void 0?void 0:s.call(a,r);r.year=o,r.month=c?1:r.calendar.getMonthsInYear(r),r.day=c?1:r.calendar.getDaysInMonth(r)}r.month<1&&(r.month=1,r.day=1);let l=r.calendar.getMonthsInYear(r);return r.month>l&&(r.month=l,r.day=r.calendar.getDaysInMonth(r)),r.day=Math.max(1,Math.min(r.calendar.getDaysInMonth(r),r.day)),r}function It(e,t){var r,n;!((n=(r=e.calendar).isInverseEra)===null||n===void 0)&&n.call(r,e)&&(t=-t),e.year+=t}function Lt(e){for(;e.month<1;)It(e,-1),e.month+=e.calendar.getMonthsInYear(e);let t=0;for(;e.month>(t=e.calendar.getMonthsInYear(e));)e.month-=t,It(e,1)}function Is(e){for(;e.day<1;)e.month--,Lt(e),e.day+=e.calendar.getDaysInMonth(e);for(;e.day>e.calendar.getDaysInMonth(e);)e.day-=e.calendar.getDaysInMonth(e),e.month++,Lt(e)}function An(e){e.month=Math.max(1,Math.min(e.calendar.getMonthsInYear(e),e.month)),e.day=Math.max(1,Math.min(e.calendar.getDaysInMonth(e),e.day))}function _e(e){e.calendar.constrainDate&&e.calendar.constrainDate(e),e.year=Math.max(1,Math.min(e.calendar.getYearsInEra(e),e.year)),An(e)}function Ls(e){let t={};for(let r in e)typeof e[r]=="number"&&(t[r]=-e[r]);return t}function In(e,t){return Qt(e,Ls(t))}function Ln(e,t){let r=e.copy();return t.era!=null&&(r.era=t.era),t.year!=null&&(r.year=t.year),t.month!=null&&(r.month=t.month),t.day!=null&&(r.day=t.day),_e(r),r}function Ns(e,t){let r=e.copy();return t.hour!=null&&(r.hour=t.hour),t.minute!=null&&(r.minute=t.minute),t.second!=null&&(r.second=t.second),t.millisecond!=null&&(r.millisecond=t.millisecond),qs(r),r}function Bs(e){e.second+=Math.floor(e.millisecond/1e3),e.millisecond=Ie(e.millisecond,1e3),e.minute+=Math.floor(e.second/60),e.second=Ie(e.second,60),e.hour+=Math.floor(e.minute/60),e.minute=Ie(e.minute,60);let t=Math.floor(e.hour/24);return e.hour=Ie(e.hour,24),t}function qs(e){e.millisecond=Math.max(0,Math.min(e.millisecond,1e3)),e.second=Math.max(0,Math.min(e.second,59)),e.minute=Math.max(0,Math.min(e.minute,59)),e.hour=Math.max(0,Math.min(e.hour,23))}function Ie(e,t){let r=e%t;return r<0&&(r+=t),r}function Fs(e,t){return e.hour+=t.hours||0,e.minute+=t.minutes||0,e.second+=t.seconds||0,e.millisecond+=t.milliseconds||0,Bs(e)}function Nn(e,t,r,n){let o=e.copy();switch(t){case"era":{let l=e.calendar.getEras(),c=l.indexOf(e.era);if(c<0)throw new Error("Invalid era: "+e.era);c=fe(c,r,0,l.length-1,n?.round),o.era=l[c],_e(o);break}case"year":var a,s;!((s=(a=o.calendar).isInverseEra)===null||s===void 0)&&s.call(a,o)&&(r=-r),o.year=fe(e.year,r,-1/0,9999,n?.round),o.year===-1/0&&(o.year=1),o.calendar.balanceYearMonth&&o.calendar.balanceYearMonth(o,e);break;case"month":o.month=fe(e.month,r,1,e.calendar.getMonthsInYear(e),n?.round);break;case"day":o.day=fe(e.day,r,1,e.calendar.getDaysInMonth(e),n?.round);break;default:throw new Error("Unsupported field "+t)}return e.calendar.balanceDate&&e.calendar.balanceDate(o),_e(o),o}function Us(e,t,r,n){let o=e.copy();switch(t){case"hour":{let a=e.hour,s=0,l=23;if(n?.hourCycle===12){let c=a>=12;s=c?12:0,l=c?23:11}o.hour=fe(a,r,s,l,n?.round);break}case"minute":o.minute=fe(e.minute,r,0,59,n?.round);break;case"second":o.second=fe(e.second,r,0,59,n?.round);break;case"millisecond":o.millisecond=fe(e.millisecond,r,0,999,n?.round);break;default:throw new Error("Unsupported field "+t)}return o}function fe(e,t,r,n,o=!1){if(o){e+=Math.sign(t),e<r&&(e=n);let a=Math.abs(t);t>0?e=Math.ceil(e/a)*a:e=Math.floor(e/a)*a,e>n&&(e=r)}else e+=t,e<r?e=n-(r-e-1):e>n&&(e=r+(e-n-1));return e}function Vs(e){return`${String(e.hour).padStart(2,"0")}:${String(e.minute).padStart(2,"0")}:${String(e.second).padStart(2,"0")}${e.millisecond?String(e.millisecond/1e3).slice(1):""}`}function Bn(e){let t=it(e,new ae);return`${String(t.year).padStart(4,"0")}-${String(t.month).padStart(2,"0")}-${String(t.day).padStart(2,"0")}`}function Hs(e){return`${Bn(e)}T${Vs(e)}`}function qn(e){let t=typeof e[0]=="object"?e.shift():new ae,r;if(typeof e[0]=="string")r=e.shift();else{let s=t.getEras();r=s[s.length-1]}let n=e.shift(),o=e.shift(),a=e.shift();return[t,r,n,o,a]}var zs=new WeakMap;class F{copy(){return this.era?new F(this.calendar,this.era,this.year,this.month,this.day):new F(this.calendar,this.year,this.month,this.day)}add(t){return Qt(this,t)}subtract(t){return In(this,t)}set(t){return Ln(this,t)}cycle(t,r,n){return Nn(this,t,r,n)}toDate(t){return En(this,t)}toString(){return Bn(this)}compare(t){return Tn(this,t)}constructor(...t){_n(this,zs,{writable:!0,value:void 0});let[r,n,o,a,s]=qn(t);this.calendar=r,this.era=n,this.year=o,this.month=a,this.day=s,_e(this)}}var Ws=new WeakMap;class Xe{copy(){return this.era?new Xe(this.calendar,this.era,this.year,this.month,this.day,this.hour,this.minute,this.second,this.millisecond):new Xe(this.calendar,this.year,this.month,this.day,this.hour,this.minute,this.second,this.millisecond)}add(t){return Qt(this,t)}subtract(t){return In(this,t)}set(t){return Ln(Ns(this,t),t)}cycle(t,r,n){switch(t){case"era":case"year":case"month":case"day":return Nn(this,t,r,n);default:return Us(this,t,r,n)}}toDate(t,r){return En(this,t,r)}toString(){return Hs(this)}compare(t){let r=Tn(this,t);return r===0?Ms(this,On(t)):r}constructor(...t){_n(this,Ws,{writable:!0,value:void 0});let[r,n,o,a,s]=qn(t);this.calendar=r,this.era=n,this.year=o,this.month=a,this.day=s,this.hour=t.shift()||0,this.minute=t.shift()||0,this.second=t.shift()||0,this.millisecond=t.shift()||0,_e(this)}}const Ce=[[1868,9,8],[1912,7,30],[1926,12,25],[1989,1,8],[2019,5,1]],Ys=[[1912,7,29],[1926,12,24],[1989,1,7],[2019,4,30]],Qe=[1867,1911,1925,1988,2018],ue=["meiji","taisho","showa","heisei","reiwa"];function gr(e){const t=Ce.findIndex(([r,n,o])=>e.year<r||e.year===r&&e.month<n||e.year===r&&e.month===n&&e.day<o);return t===-1?Ce.length-1:t===0?0:t-1}function ht(e){let t=Qe[ue.indexOf(e.era)];if(!t)throw new Error("Unknown era: "+e.era);return new F(e.year+t,e.month,e.day)}class Gs extends ae{fromJulianDay(t){let r=super.fromJulianDay(t),n=gr(r);return new F(this,ue[n],r.year-Qe[n],r.month,r.day)}toJulianDay(t){return super.toJulianDay(ht(t))}balanceDate(t){let r=ht(t),n=gr(r);ue[n]!==t.era&&(t.era=ue[n],t.year=r.year-Qe[n]),this.constrainDate(t)}constrainDate(t){let r=ue.indexOf(t.era),n=Ys[r];if(n!=null){let[o,a,s]=n,l=o-Qe[r];t.year=Math.max(1,Math.min(l,t.year)),t.year===l&&(t.month=Math.min(a,t.month),t.month===a&&(t.day=Math.min(s,t.day)))}if(t.year===1&&r>=0){let[,o,a]=Ce[r];t.month=Math.max(o,t.month),t.month===o&&(t.day=Math.max(a,t.day))}}getEras(){return ue}getYearsInEra(t){let r=ue.indexOf(t.era),n=Ce[r],o=Ce[r+1];if(o==null)return 9999-n[0]+1;let a=o[0]-n[0];return(t.month<o[1]||t.month===o[1]&&t.day<o[2])&&a++,a}getDaysInMonth(t){return super.getDaysInMonth(ht(t))}getMinimumMonthInYear(t){let r=br(t);return r?r[1]:1}getMinimumDayInMonth(t){let r=br(t);return r&&t.month===r[1]?r[2]:1}constructor(...t){super(...t),this.identifier="japanese"}}function br(e){if(e.year===1){let t=ue.indexOf(e.era);return Ce[t]}}const Fn=-543;class Js extends ae{fromJulianDay(t){let r=super.fromJulianDay(t),n=ke(r.era,r.year);return new F(this,n-Fn,r.month,r.day)}toJulianDay(t){return super.toJulianDay(yr(t))}getEras(){return["BE"]}getDaysInMonth(t){return super.getDaysInMonth(yr(t))}balanceDate(){}constructor(...t){super(...t),this.identifier="buddhist"}}function yr(e){let[t,r]=st(e.year+Fn);return new F(t,r,e.month,e.day)}const et=1911;function Un(e){return e.era==="minguo"?e.year+et:1-e.year+et}function vr(e){let t=e-et;return t>0?["minguo",t]:["before_minguo",1-t]}class Qs extends ae{fromJulianDay(t){let r=super.fromJulianDay(t),n=ke(r.era,r.year),[o,a]=vr(n);return new F(this,o,a,r.month,r.day)}toJulianDay(t){return super.toJulianDay(xr(t))}getEras(){return["before_minguo","minguo"]}balanceDate(t){let[r,n]=vr(Un(t));t.era=r,t.year=n}isInverseEra(t){return t.era==="before_minguo"}getDaysInMonth(t){return super.getDaysInMonth(xr(t))}getYearsInEra(t){return t.era==="before_minguo"?9999:9999-et}constructor(...t){super(...t),this.identifier="roc"}}function xr(e){let[t,r]=st(Un(e));return new F(t,r,e.month,e.day)}const Ks=1948321;function Zs(e){let t=e>0?e-474:e-473,r=oe(t,2820)+474;return oe((r+38)*31,128)<31}function Le(e,t,r){let n=e>0?e-474:e-473,o=oe(n,2820)+474,a=t<=7?31*(t-1):30*(t-1)+6;return Ks-1+1029983*Math.floor(n/2820)+365*(o-1)+Math.floor((31*o-5)/128)+a+r}class Xs{fromJulianDay(t){let r=t-Le(475,1,1),n=Math.floor(r/1029983),o=oe(r,1029983),a=o===1029982?2820:Math.floor((128*o+46878)/46751),s=474+2820*n+a;s<=0&&s--;let l=t-Le(s,1,1)+1,c=l<=186?Math.ceil(l/31):Math.ceil((l-6)/31),d=t-Le(s,c,1)+1;return new F(this,s,c,d)}toJulianDay(t){return Le(t.year,t.month,t.day)}getMonthsInYear(){return 12}getDaysInMonth(t){return t.month<=6?31:t.month<=11||Zs(t.year)?30:29}getEras(){return["AP"]}getYearsInEra(){return 9377}constructor(){this.identifier="persian"}}const mt=78,wr=80;class ei extends ae{fromJulianDay(t){let r=super.fromJulianDay(t),n=r.year-mt,o=t-be(r.era,r.year,1,1),a;o<wr?(n--,a=de(r.year-1)?31:30,o+=a+155+90+10):(a=de(r.year)?31:30,o-=wr);let s,l;if(o<a)s=1,l=o+1;else{let c=o-a;c<155?(s=Math.floor(c/31)+2,l=c%31+1):(c-=155,s=Math.floor(c/30)+7,l=c%30+1)}return new F(this,n,s,l)}toJulianDay(t){let r=t.year+mt,[n,o]=st(r),a,s;return de(o)?(a=31,s=be(n,o,3,21)):(a=30,s=be(n,o,3,22)),t.month===1?s+t.day-1:(s+=a+Math.min(t.month-2,5)*31,t.month>=8&&(s+=(t.month-7)*30),s+=t.day-1,s)}getDaysInMonth(t){return t.month===1&&de(t.year+mt)||t.month>=2&&t.month<=6?31:30}getYearsInEra(){return 9919}getEras(){return["saka"]}balanceDate(){}constructor(...t){super(...t),this.identifier="indian"}}const tt=1948440,$r=1948439,J=1300,$e=1600,ti=460322;function rt(e,t,r,n){return n+Math.ceil(29.5*(r-1))+(t-1)*354+Math.floor((3+11*t)/30)+e-1}function Vn(e,t,r){let n=Math.floor((30*(r-t)+10646)/10631),o=Math.min(12,Math.ceil((r-(29+rt(t,n,1,1)))/29.5)+1),a=r-rt(t,n,o,1)+1;return new F(e,n,o,a)}function Cr(e){return(14+11*e)%30<11}class Kt{fromJulianDay(t){return Vn(this,tt,t)}toJulianDay(t){return rt(tt,t.year,t.month,t.day)}getDaysInMonth(t){let r=29+t.month%2;return t.month===12&&Cr(t.year)&&r++,r}getMonthsInYear(){return 12}getDaysInYear(t){return Cr(t.year)?355:354}getYearsInEra(){return 9665}getEras(){return["AH"]}constructor(){this.identifier="islamic-civil"}}class ri extends Kt{fromJulianDay(t){return Vn(this,$r,t)}toJulianDay(t){return rt($r,t.year,t.month,t.day)}constructor(...t){super(...t),this.identifier="islamic-tbla"}}const ni="qgpUDckO1AbqBmwDrQpVBakGkgepC9QF2gpcBS0NlQZKB1QLagutBa4ETwoXBYsGpQbVCtYCWwmdBE0KJg2VDawFtgm6AlsKKwWVCsoG6Qr0AnYJtgJWCcoKpAvSC9kF3AJtCU0FpQpSC6ULtAW2CVcFlwJLBaMGUgdlC2oFqworBZUMSg2lDcoF1gpXCasESwmlClILagt1BXYCtwhbBFUFqQW0BdoJ3QRuAjYJqgpUDbIN1QXaAlsJqwRVCkkLZAtxC7QFtQpVCiUNkg7JDtQG6QprCasEkwpJDaQNsg25CroEWworBZUKKgtVC1wFvQQ9Ah0JlQpKC1oLbQW2AjsJmwRVBqkGVAdqC2wFrQpVBSkLkgupC9QF2gpaBasKlQVJB2QHqgu1BbYCVgpNDiULUgtqC60FrgIvCZcESwalBqwG1gpdBZ0ETQoWDZUNqgW1BdoCWwmtBJUFygbkBuoK9QS2AlYJqgpUC9IL2QXqAm0JrQSVCkoLpQuyBbUJ1gSXCkcFkwZJB1ULagVrCisFiwpGDaMNygXWCtsEawJLCaUKUgtpC3UFdgG3CFsCKwVlBbQF2gntBG0BtgimClINqQ3UBdoKWwmrBFMGKQdiB6kLsgW1ClUFJQuSDckO0gbpCmsFqwRVCikNVA2qDbUJugQ7CpsETQqqCtUK2gJdCV4ELgqaDFUNsga5BroEXQotBZUKUguoC7QLuQXaAloJSgukDdEO6AZqC20FNQWVBkoNqA3UDdoGWwWdAisGFQtKC5ULqgWuCi4JjwwnBZUGqgbWCl0FnQI=";let Nt,Pe;function Ke(e){return ti+Pe[e-J]}function Te(e,t){let r=e-J,n=1<<11-(t-1);return Nt[r]&n?30:29}function Pr(e,t){let r=Ke(e);for(let n=1;n<t;n++)r+=Te(e,n);return r}function jr(e){return Pe[e+1-J]-Pe[e-J]}class oi extends Kt{fromJulianDay(t){let r=t-tt,n=Ke(J),o=Ke($e);if(r<n||r>o)return super.fromJulianDay(t);{let a=J-1,s=1,l=1;for(;l>0;){a++,l=r-Ke(a)+1;let c=jr(a);if(l===c){s=12;break}else if(l<c){let d=Te(a,s);for(s=1;l>d;)l-=d,s++,d=Te(a,s);break}}return new F(this,a,s,r-Pr(a,s)+1)}}toJulianDay(t){return t.year<J||t.year>$e?super.toJulianDay(t):tt+Pr(t.year,t.month)+(t.day-1)}getDaysInMonth(t){return t.year<J||t.year>$e?super.getDaysInMonth(t):Te(t.year,t.month)}getDaysInYear(t){return t.year<J||t.year>$e?super.getDaysInYear(t):jr(t.year)}constructor(){if(super(),this.identifier="islamic-umalqura",Nt||(Nt=new Uint16Array(Uint8Array.from(atob(ni),t=>t.charCodeAt(0)).buffer)),!Pe){Pe=new Uint32Array($e-J+1);let t=0;for(let r=J;r<=$e;r++){Pe[r-J]=t;for(let n=1;n<=12;n++)t+=Te(r,n)}}}}const _r=347997,Hn=1080,zn=24*Hn,ai=29,si=12*Hn+793,ii=ai*zn+si;function ge(e){return oe(e*7+1,19)<7}function Ze(e){let t=Math.floor((235*e-234)/19),r=12084+13753*t,n=t*29+Math.floor(r/25920);return oe(3*(n+1),7)<3&&(n+=1),n}function li(e){let t=Ze(e-1),r=Ze(e);return Ze(e+1)-r===356?2:r-t===382?1:0}function Se(e){return Ze(e)+li(e)}function Wn(e){return Se(e+1)-Se(e)}function ci(e){let t=Wn(e);switch(t>380&&(t-=30),t){case 353:return 0;case 354:return 1;case 355:return 2}}function Ne(e,t){if(t>=6&&!ge(e)&&t++,t===4||t===7||t===9||t===11||t===13)return 29;let r=ci(e);return t===2?r===2?30:29:t===3?r===0?29:30:t===6?ge(e)?30:0:30}class ui{fromJulianDay(t){let r=t-_r,n=r*zn/ii,o=Math.floor((19*n+234)/235)+1,a=Se(o),s=Math.floor(r-a);for(;s<1;)o--,a=Se(o),s=Math.floor(r-a);let l=1,c=0;for(;c<s;)c+=Ne(o,l),l++;l--,c-=Ne(o,l);let d=s-c;return new F(this,o,l,d)}toJulianDay(t){let r=Se(t.year);for(let n=1;n<t.month;n++)r+=Ne(t.year,n);return r+t.day+_r}getDaysInMonth(t){return Ne(t.year,t.month)}getMonthsInYear(t){return ge(t.year)?13:12}getDaysInYear(t){return Wn(t.year)}getYearsInEra(){return 9999}getEras(){return["AM"]}balanceYearMonth(t,r){r.year!==t.year&&(ge(r.year)&&!ge(t.year)&&r.month>6?t.month--:!ge(r.year)&&ge(t.year)&&r.month>6&&t.month++)}constructor(){this.identifier="hebrew"}}const Bt=1723856,Rr=1824665,qt=5500;function nt(e,t,r,n){return e+365*t+Math.floor(t/4)+30*(r-1)+n-1}function Zt(e,t){let r=Math.floor(4*(t-e)/1461),n=1+Math.floor((t-nt(e,r,1,1))/30),o=t+1-nt(e,r,n,1);return[r,n,o]}function Yn(e){return Math.floor(e%4/3)}function Gn(e,t){return t%13!==0?30:Yn(e)+5}class Xt{fromJulianDay(t){let[r,n,o]=Zt(Bt,t),a="AM";return r<=0&&(a="AA",r+=qt),new F(this,a,r,n,o)}toJulianDay(t){let r=t.year;return t.era==="AA"&&(r-=qt),nt(Bt,r,t.month,t.day)}getDaysInMonth(t){return Gn(t.year,t.month)}getMonthsInYear(){return 13}getDaysInYear(t){return 365+Yn(t.year)}getYearsInEra(t){return t.era==="AA"?9999:9991}getEras(){return["AA","AM"]}constructor(){this.identifier="ethiopic"}}class di extends Xt{fromJulianDay(t){let[r,n,o]=Zt(Bt,t);return r+=qt,new F(this,"AA",r,n,o)}getEras(){return["AA"]}getYearsInEra(){return 9999}constructor(...t){super(...t),this.identifier="ethioaa"}}class fi extends Xt{fromJulianDay(t){let[r,n,o]=Zt(Rr,t),a="CE";return r<=0&&(a="BCE",r=1-r),new F(this,a,r,n,o)}toJulianDay(t){let r=t.year;return t.era==="BCE"&&(r=1-r),nt(Rr,r,t.month,t.day)}getDaysInMonth(t){let r=t.year;return t.era==="BCE"&&(r=1-r),Gn(r,t.month)}isInverseEra(t){return t.era==="BCE"}balanceDate(t){t.year<=0&&(t.era=t.era==="BCE"?"CE":"BCE",t.year=1-t.year)}getEras(){return["BCE","CE"]}getYearsInEra(t){return t.era==="BCE"?9999:9715}constructor(...t){super(...t),this.identifier="coptic"}}function Jn(e){switch(e){case"buddhist":return new Js;case"ethiopic":return new Xt;case"ethioaa":return new di;case"coptic":return new fi;case"hebrew":return new ui;case"indian":return new ei;case"islamic-civil":return new Kt;case"islamic-tbla":return new ri;case"islamic-umalqura":return new oi;case"japanese":return new Gs;case"persian":return new Xs;case"roc":return new Qs;case"gregory":default:return new ae}}function hi({themeName:e="calendar",tokens:t,state:r,date:n}){const o=b.useRef(null),{cellProps:a,buttonProps:s,isSelected:l,isOutsideVisibleRange:c,isDisabled:d,formattedDate:f,isInvalid:h}=zt.useCalendarCell({date:n},r,o),u=r?.highlightedRange?cr(n,r?.highlightedRange.start):l,m=r?.highlightedRange?cr(n,r?.highlightedRange.end):l,{locale:g}=R.useLocale(),p=Mn(n,g),y=l&&(u||p===0||n.day===1),v=l&&(m||p===6||n.day===n.calendar.getDaysInMonth(n)),{focusProps:P,isFocusVisible:w}=ye.useFocusRing(),x=C(`${e}.cellContainer`,{...t,isFocusVisible:w}),_=C(`${e}.cell`,{...t,isSelected:l,isInvalid:h,isDisabled:d,isRoundedLeft:y,isRoundedRight:v}),j=C(`${e}.cellDate`,{...t,isSelected:l,isInvalid:h,isDisabled:d,isSelectionStart:u,isSelectionEnd:m});return i.jsx("td",{...a,"aria-disabled":!1,className:x,children:i.jsx("div",{...At.mergeProps(s,P),ref:o,hidden:c,className:_,children:i.jsx("div",{className:j,children:f})})})}function mi({themeName:e="calendar",customTheme:t,tokens:r,state:n,...o}){const{locale:a}=ot.useLocale(),{gridProps:s,headerProps:l,weekDays:c}=zt.useCalendarGrid({...o},n),d=ks(n.visibleRange.start,a),f=C(`${e}.calendarTable`,r),h=C(`${e}.dayLabel`,r);return i.jsxs("table",{...s,cellPadding:"0",className:f,children:[i.jsx("thead",{...l,children:i.jsx("tr",{children:c.map(u=>i.jsx("th",{className:h,children:u},`${u}`))})}),i.jsx("tbody",{children:[...new Array(d).keys()].map(u=>i.jsx("tr",{children:n.getDatesInWeek(u).map((m,g)=>m?i.jsx(hi,{state:n,date:m},m?.day):i.jsx("td",{},g))},u))})]})}function Qn({buttons:e,tokens:t,customTheme:r,themeName:n="calendar",...o}){const{locale:a}=ot.useLocale(),s=Uo.useCalendarState({...o,locale:a,createCalendar:Jn}),l=b.useRef(null),{calendarProps:c,prevButtonProps:d,nextButtonProps:f,title:h}=zt.useCalendar({...o},s),u=C(`${n}.container`,t),m=C(`${n}.header`,t),g=C(`${n}.navigationButtonsContainer`,t);return i.jsxs("div",{...c,ref:l,className:u,children:[i.jsxs("div",{className:m,children:[i.jsx(G,{as:"p",tokens:{size:"h6"},children:h}),i.jsxs("div",{className:g,children:[i.jsx(ve,{themeName:`${n}.navigationButtons`,tokens:{...t},type:"button",...d,handlePress:d?.onPress,children:i.jsx(ee,{icon:e?.buttonPrev?.icon??"ArrowLeft"})}),i.jsx(ve,{themeName:`${n}.navigationButtons`,tokens:{...t},type:"button",...f,handlePress:f?.onPress,children:i.jsx(ee,{icon:e?.buttonNext?.icon??"ArrowRight"})})]})]}),i.jsx(mi,{state:s})]})}function pi({title:e,children:t,...r}){const n=b.useRef(null),{dialogProps:o}=R.useDialog(r,n);return i.jsx("div",{...o,ref:n,children:t})}function gi({themeName:e="datePicker",tokens:t,...r}){const n=Ho.useRef(null),{state:o,children:a}={...r},{popoverProps:s,underlayProps:l}=Me.usePopover({...r,popoverRef:n},o),c=C(`${e}.calendarUnderlay`,t),d=C(`${e}.calendarPopover`,t);return i.jsxs(Me.Overlay,{children:[i.jsx("div",{...l,className:c}),i.jsxs("div",{...s,ref:n,className:d,children:[i.jsx(Me.DismissButton,{onDismiss:o.close}),a,i.jsx(Me.DismissButton,{onDismiss:o.close})]})]})}function bi({segment:e,state:t}){const r=b.useRef(null),{segmentProps:n}=Ht.useDateSegment(e,t,r),o=C("datePicker.dateSegment");return i.jsx(R.FocusRing,{focusRingClass:"has-focus-ring",children:i.jsxs("div",{...n,ref:r,className:o,children:[i.jsx("span",{"aria-hidden":"true",style:{visibility:e.isPlaceholder?"visible":"hidden",height:e.isPlaceholder?"":0,pointerEvents:"none",display:e.isPlaceholder?"block":"none"},children:e.placeholder}),e.isPlaceholder?"":e.text]})})}function Mr(e){const{locale:t}=ot.useLocale(),r=cn.useDateFieldState({...e,locale:t,createCalendar:Jn}),n=b.useRef(null),{fieldProps:o}=Ht.useDateField(e,r,n);return i.jsx("div",{...o,ref:n,className:"flex",children:r.segments.map((a,s)=>i.jsx(bi,{segment:a,state:r},s))})}function yi({popoverPlacement:e="bottom start",tokens:t,customTheme:r,themeName:n="datePicker",icon:o="ArrowDown",description:a,buttonLabel:s,...l}){const c=cn.useDatePickerState({...l}),d=b.useRef(null),{groupProps:f,fieldProps:h,labelProps:u,descriptionProps:m,buttonProps:g,dialogProps:p,calendarProps:y}=Ht.useDatePicker({...l},c,d),{label:v}={...l},P=C(`${n}.container`,t),w=C(`${n}.dateField`,t),x=C(`${n}.label`,t);return i.jsxs("div",{className:P,children:[v&&i.jsx("span",{...u,children:v}),a&&i.jsx("div",{...m,children:a}),i.jsx("div",{...f,ref:d,children:i.jsxs(ve,{themeName:`${n}.button`,tokens:{...t},type:"button",...g,handlePress:g.onPress,children:[s&&i.jsx("p",{className:x,children:s}),i.jsxs("div",{className:w,children:[i.jsx(Mr,{...h}),c.validationState==="invalid"&&"❌"]}),i.jsx(ee,{themeName:`${n}.icon`,tokens:{...t},icon:o})]})}),c.isOpen&&i.jsx(gi,{triggerRef:d,state:c,placement:e,children:i.jsxs(pi,{...p,children:[i.jsxs("div",{children:[i.jsx(Mr,{...h}),c.validationState==="invalid"&&"❌"]}),i.jsx(Qn,{...y})]})})]})}function vi(e,t,r){let[n,o]=b.useState(e||t),a=b.useRef(e!==void 0),s=e!==void 0;b.useEffect(()=>{let d=a.current;d!==s&&console.warn(`WARN: A component changed from ${d?"controlled":"uncontrolled"} to ${s?"controlled":"uncontrolled"}.`),a.current=s},[s]);let l=s?e:n,c=b.useCallback((d,...f)=>{let h=(u,...m)=>{r&&(Object.is(l,u)||r(u,...m)),s||(l=u)};typeof d=="function"?(console.warn("We can not support a function callback. See Github Issues for details https://github.com/adobe/react-spectrum/issues/2320"),o((m,...g)=>{let p=d(s?l:m,...g);return h(p,...f),s?m:p})):(s||o(d),h(d,...f))},[s,l,r]);return[l,c]}let xi=Math.round(Math.random()*1e10),wi=0;function Kn(e){let t=b.useMemo(()=>e.name||`radio-group-${xi}-${++wi}`,[e.name]),[r,n]=vi(e.value,e.defaultValue,e.onChange),[o,a]=b.useState(null);return{name:t,selectedValue:r,setSelectedValue:l=>{!e.isReadOnly&&!e.isDisabled&&n(l)},lastFocusedValue:o,setLastFocusedValue:a,isDisabled:e.isDisabled||!1,isReadOnly:e.isReadOnly||!1,isRequired:e.isRequired||!1,validationState:e.validationState||null,isInvalid:e.isInvalid||e.validationState==="invalid"}}const Zn=b.createContext(null),Xn=e=>{const{children:t}=e,r=Kn(e);return i.jsx(Zn.Provider,{value:r,children:t})};function eo(){const e=b.useContext(Zn);return e!==null?e:null}const to=e=>{const{id:t,label:r,themeName:n="radio",tokens:o,customTheme:a,value:s,fieldRef:l}=e,c=eo(),d=b.useRef(null),{inputProps:f}=R.useRadio(e,c,d),h=c?.selectedValue===s,{focusProps:u}=R.useFocusRing(),m={...o,selected:h},g=C(`${n}.label`,m,a),p=C(`${n}.radio`,m,a),y=C(`${n}.selectedMark`,m,a);return i.jsx("div",{children:i.jsx(R.FocusRing,{focusRingClass:"has-focus-ring",within:!0,children:i.jsxs("label",{htmlFor:t,className:g,children:[i.jsx(R.VisuallyHidden,{children:i.jsx("input",{type:"radio",...R.mergeProps(u,f),ref:v=>{l?.(v),d.current=v}})}),i.jsx("div",{className:p,"aria-checked":h,role:"radio","aria-labelledby":t,children:i.jsx("div",{className:y})}),i.jsx(G,{themeName:`${n}.label`,children:r})]})})})},$i=e=>{const{name:t,required:r}=e,{register:n,formState:o}=me.useFormContext(),s=me.get(o.errors,t)?.message??void 0,{t:l}=Vt.useTranslation("components"),{ref:c,...d}=n(t,{required:r?l("FORM.ERROR.REQUIRED")??"required":!1});return i.jsx(to,{fieldRef:c,...d,...e,isError:!at.isEmpty(s),errorMessage:s})},Ci=e=>{const{label:t,isError:r=!1,errorMessage:n,isDisabled:o=!1,children:a,themeName:s="radioGroup",tokens:l}=e,c=Kn(e),{radioGroupProps:d}=R.useRadioGroup(e,c),f={...l,isDisabled:o};return i.jsxs(he,{...d,"aria-disabled":o,themeName:`${s}.radioGroup`,tokens:f,children:[t&&i.jsx(G,{tokens:{size:"h6"},children:t}),i.jsx(he,{themeName:`${s}.radioGroupItemsGroup`,children:i.jsx(Xn,{children:a})}),r&&n&&i.jsx(G,{tokens:{isError:!0},children:n})]})},[lt,Pi]=as();function ji({children:e,defaultSelectedKey:t,defaultIsOpen:r,onCloseCallback:n,onOpenCallback:o,tabs:a,openBtn:s,closeBtn:l,...c}){const d=Ut.useTabListState({...c,children:a,defaultSelectedKey:t}),f=b.useMemo(()=>({openBtn:s,closeBtn:l,tabState:d,defaultSelectedKey:t}),[s,l,d,t]);return i.jsx(Pi,{value:f,children:i.jsx(xn,{onCloseCallback:()=>{n?.(),d?.setSelectedKey?.(t)},onOpenCallback:o,defaultIsOpen:r,defaultSelectedKey:t.toString(),children:e})})}const _i=new WeakMap;function Tr(e,t,r){return typeof t=="string"&&(t=t.replace(/\s+/g,"")),`${_i.get(e)}-${r}-${t}`}function Ri(e,t,r){let n=ye.useHasTabbableChild(r)?void 0:0;var o;const a=Tr(t,(o=e.id)!==null&&o!==void 0?o:t?.selectedKey,"tabpanel"),s=At.useLabels({...e,id:a,"aria-labelledby":Tr(t,t?.selectedKey,"tab")});return{tabPanelProps:At.mergeProps(s,{tabIndex:n,role:"tabpanel","aria-describedby":e["aria-describedby"],"aria-details":e["aria-details"]})}}const Mi=({isVisible:e,children:t})=>Q.useTransition(e,{from:{opacity:0},enter:{opacity:1},leave:{opacity:0},config:Q.config.stiff})((n,o)=>o&&i.jsx(Q.animated.div,{style:n,children:t}));function Ti({state:e,customTheme:t,themeName:r="tabPanel",tokens:n,...o}){const a=b.useRef(null),{tabPanelProps:s}=Ri(o,e,a);return i.jsx(Mi,{isVisible:!0,children:i.jsx(Jt,{themeName:`${r}`,tokens:n,customTheme:t,...s,ref:a,children:e.selectedItem?.props.children})})}const ro=e=>{const{tabState:t}=lt();return b.createElement(Ti,{...e,key:t.selectedItem?.key,state:t})},Si=({id:e="main-menu",children:t,beforeTabContent:r,TransitonAnimation:n,themeName:o,tokens:a,customTheme:s})=>{const{closeBtn:l,tabState:c,defaultSelectedKey:d}=lt();return i.jsxs($n,{themeName:`${o}.sidePanel`,tokens:a,customTheme:s,closeBtnRender:l,id:e,TransitionAnimation:n,onCloseCallBack:()=>{c?.setSelectedKey(d)},children:[i.jsx(he,{themeName:`${o}.wrapper`,tokens:a,customTheme:s,children:t}),c?.selectedKey?.toString()===d?null:i.jsxs(he,{themeName:`${o}.tabWrapper`,tokens:a,customTheme:s,children:[r!==null&&r,i.jsx(ro,{themeName:`${o}.tabPanel`,tokens:a,customTheme:s})]})]})};function Di(e){return e&&e.__esModule&&Object.prototype.hasOwnProperty.call(e,"default")?e.default:e}var Ft={exports:{}},De={};De._=De._interop_require_default=ki;function ki(e){return e&&e.__esModule?e:{default:e}}var pt={},gt={},Sr;function no(){return Sr||(Sr=1,function(e){Object.defineProperty(e,"__esModule",{value:!0});function t(s,l){for(var c in l)Object.defineProperty(s,c,{enumerable:!0,get:l[c]})}t(e,{searchParamsToUrlQuery:function(){return r},urlQueryToSearchParams:function(){return o},assign:function(){return a}});function r(s){const l={};return s.forEach((c,d)=>{typeof l[d]>"u"?l[d]=c:Array.isArray(l[d])?l[d].push(c):l[d]=[l[d],c]}),l}function n(s){return typeof s=="string"||typeof s=="number"&&!isNaN(s)||typeof s=="boolean"?String(s):""}function o(s){const l=new URLSearchParams;return Object.entries(s).forEach(c=>{let[d,f]=c;Array.isArray(f)?f.forEach(h=>l.append(d,n(h))):l.set(d,n(f))}),l}function a(s){for(var l=arguments.length,c=new Array(l>1?l-1:0),d=1;d<l;d++)c[d-1]=arguments[d];return c.forEach(f=>{Array.from(f.keys()).forEach(h=>s.delete(h)),f.forEach((h,u)=>s.append(u,h))}),s}}(gt)),gt}var bt={},Be={},Dr;function Ei(){if(Dr)return Be;Dr=1;function e(r){if(typeof WeakMap!="function")return null;var n=new WeakMap,o=new WeakMap;return(e=function(a){return a?o:n})(r)}Be._=Be._interop_require_wildcard=t;function t(r,n){if(!n&&r&&r.__esModule)return r;if(r===null||typeof r!="object"&&typeof r!="function")return{default:r};var o=e(n);if(o&&o.has(r))return o.get(r);var a={},s=Object.defineProperty&&Object.getOwnPropertyDescriptor;for(var l in r)if(l!=="default"&&Object.prototype.hasOwnProperty.call(r,l)){var c=s?Object.getOwnPropertyDescriptor(r,l):null;c&&(c.get||c.set)?Object.defineProperty(a,l,c):a[l]=r[l]}return a.default=r,o&&o.set(r,a),a}return Be}var kr;function oo(){return kr||(kr=1,function(e){Object.defineProperty(e,"__esModule",{value:!0});function t(c,d){for(var f in d)Object.defineProperty(c,f,{enumerable:!0,get:d[f]})}t(e,{formatUrl:function(){return a},urlObjectKeys:function(){return s},formatWithValidation:function(){return l}});const n=Ei()._(no()),o=/https?|ftp|gopher|file/;function a(c){let{auth:d,hostname:f}=c,h=c.protocol||"",u=c.pathname||"",m=c.hash||"",g=c.query||"",p=!1;d=d?encodeURIComponent(d).replace(/%3A/i,":")+"@":"",c.host?p=d+c.host:f&&(p=d+(~f.indexOf(":")?"["+f+"]":f),c.port&&(p+=":"+c.port)),g&&typeof g=="object"&&(g=String(n.urlQueryToSearchParams(g)));let y=c.search||g&&"?"+g||"";return h&&!h.endsWith(":")&&(h+=":"),c.slashes||(!h||o.test(h))&&p!==!1?(p="//"+(p||""),u&&u[0]!=="/"&&(u="/"+u)):p||(p=""),m&&m[0]!=="#"&&(m="#"+m),y&&y[0]!=="?"&&(y="?"+y),u=u.replace(/[?#]/g,encodeURIComponent),y=y.replace("#","%23"),""+h+p+u+y+m}const s=["auth","hash","host","hostname","href","path","pathname","port","protocol","query","search","slashes"];function l(c){return process.env.NODE_ENV==="development"&&c!==null&&typeof c=="object"&&Object.keys(c).forEach(d=>{s.includes(d)||console.warn("Unknown key passed via urlObject into url.format: "+d)}),a(c)}}(bt)),bt}var yt={},Er;function Oi(){return Er||(Er=1,function(e){Object.defineProperty(e,"__esModule",{value:!0}),Object.defineProperty(e,"omit",{enumerable:!0,get:function(){return t}});function t(r,n){const o={};return Object.keys(r).forEach(a=>{n.includes(a)||(o[a]=r[a])}),o}}(yt)),yt}var vt={},Or;function ct(){return Or||(Or=1,function(e){Object.defineProperty(e,"__esModule",{value:!0});function t(w,x){for(var _ in x)Object.defineProperty(w,_,{enumerable:!0,get:x[_]})}t(e,{WEB_VITALS:function(){return r},execOnce:function(){return n},isAbsoluteUrl:function(){return a},getLocationOrigin:function(){return s},getURL:function(){return l},getDisplayName:function(){return c},isResSent:function(){return d},normalizeRepeatedSlashes:function(){return f},loadGetInitialProps:function(){return h},SP:function(){return u},ST:function(){return m},DecodeError:function(){return g},NormalizeError:function(){return p},PageNotFoundError:function(){return y},MissingStaticPage:function(){return v},MiddlewareNotFoundError:function(){return P}});const r=["CLS","FCP","FID","INP","LCP","TTFB"];function n(w){let x=!1,_;return function(){for(var j=arguments.length,M=new Array(j),E=0;E<j;E++)M[E]=arguments[E];return x||(x=!0,_=w(...M)),_}}const o=/^[a-zA-Z][a-zA-Z\d+\-.]*?:/,a=w=>o.test(w);function s(){const{protocol:w,hostname:x,port:_}=window.location;return w+"//"+x+(_?":"+_:"")}function l(){const{href:w}=window.location,x=s();return w.substring(x.length)}function c(w){return typeof w=="string"?w:w.displayName||w.name||"Unknown"}function d(w){return w.finished||w.headersSent}function f(w){const x=w.split("?");return x[0].replace(/\\/g,"/").replace(/\/\/+/g,"/")+(x[1]?"?"+x.slice(1).join("?"):"")}async function h(w,x){if(process.env.NODE_ENV!=="production"){var _;if((_=w.prototype)!=null&&_.getInitialProps){const E='"'+c(w)+'.getInitialProps()" is defined as an instance method - visit https://nextjs.org/docs/messages/get-initial-props-as-an-instance-method for more information.';throw new Error(E)}}const j=x.res||x.ctx&&x.ctx.res;if(!w.getInitialProps)return x.ctx&&x.Component?{pageProps:await h(x.Component,x.ctx)}:{};const M=await w.getInitialProps(x);if(j&&d(j))return M;if(!M){const E='"'+c(w)+'.getInitialProps()" should resolve to an object. But found "'+M+'" instead.';throw new Error(E)}return process.env.NODE_ENV!=="production"&&Object.keys(M).length===0&&!x.ctx&&console.warn(""+c(w)+" returned an empty object from `getInitialProps`. This de-optimizes and prevents automatic static optimization. https://nextjs.org/docs/messages/empty-object-getInitialProps"),M}const u=typeof performance<"u",m=u&&["mark","measure","getEntriesByName"].every(w=>typeof performance[w]=="function");class g extends Error{}class p extends Error{}class y extends Error{constructor(x){super(),this.code="ENOENT",this.name="PageNotFoundError",this.message="Cannot find module for page: "+x}}class v extends Error{constructor(x,_){super(),this.message="Failed to load static file for page: "+x+" "+_}}class P extends Error{constructor(){super(),this.code="ENOENT",this.message="Cannot find the middleware module"}}}(vt)),vt}var qe={exports:{}},xt={},Ar;function ao(){return Ar||(Ar=1,function(e){Object.defineProperty(e,"__esModule",{value:!0}),Object.defineProperty(e,"removeTrailingSlash",{enumerable:!0,get:function(){return t}});function t(r){return r.replace(/\/$/,"")||"/"}}(xt)),xt}var wt={},Ir;function er(){return Ir||(Ir=1,function(e){Object.defineProperty(e,"__esModule",{value:!0}),Object.defineProperty(e,"parsePath",{enumerable:!0,get:function(){return t}});function t(r){const n=r.indexOf("#"),o=r.indexOf("?"),a=o>-1&&(n<0||o<n);return a||n>-1?{pathname:r.substring(0,a?o:n),query:a?r.substring(o,n>-1?n:void 0):"",hash:n>-1?r.slice(n):""}:{pathname:r,query:"",hash:""}}}(wt)),wt}var Lr;function tr(){return Lr||(Lr=1,function(e,t){Object.defineProperty(t,"__esModule",{value:!0}),Object.defineProperty(t,"normalizePathTrailingSlash",{enumerable:!0,get:function(){return o}});const r=ao(),n=er(),o=a=>{if(!a.startsWith("/")||process.env.__NEXT_MANUAL_TRAILING_SLASH)return a;const{pathname:s,query:l,hash:c}=(0,n.parsePath)(a);return process.env.__NEXT_TRAILING_SLASH?/\.[^/]+\/?$/.test(s)?""+(0,r.removeTrailingSlash)(s)+l+c:s.endsWith("/")?""+s+l+c:s+"/"+l+c:""+(0,r.removeTrailingSlash)(s)+l+c};(typeof t.default=="function"||typeof t.default=="object"&&t.default!==null)&&typeof t.default.__esModule>"u"&&(Object.defineProperty(t.default,"__esModule",{value:!0}),Object.assign(t.default,t),e.exports=t.default)}(qe,qe.exports)),qe.exports}var $t={},Fe={exports:{}},Ct={},Nr;function so(){return Nr||(Nr=1,function(e){Object.defineProperty(e,"__esModule",{value:!0}),Object.defineProperty(e,"pathHasPrefix",{enumerable:!0,get:function(){return r}});const t=er();function r(n,o){if(typeof n!="string")return!1;const{pathname:a}=(0,t.parsePath)(n);return a===o||a.startsWith(o+"/")}}(Ct)),Ct}var Br;function Ai(){return Br||(Br=1,function(e,t){Object.defineProperty(t,"__esModule",{value:!0}),Object.defineProperty(t,"hasBasePath",{enumerable:!0,get:function(){return o}});const r=so(),n=process.env.__NEXT_ROUTER_BASEPATH||"";function o(a){return(0,r.pathHasPrefix)(a,n)}(typeof t.default=="function"||typeof t.default=="object"&&t.default!==null)&&typeof t.default.__esModule>"u"&&(Object.defineProperty(t.default,"__esModule",{value:!0}),Object.assign(t.default,t),e.exports=t.default)}(Fe,Fe.exports)),Fe.exports}var qr;function io(){return qr||(qr=1,function(e){Object.defineProperty(e,"__esModule",{value:!0}),Object.defineProperty(e,"isLocalURL",{enumerable:!0,get:function(){return n}});const t=ct(),r=Ai();function n(o){if(!(0,t.isAbsoluteUrl)(o))return!0;try{const a=(0,t.getLocationOrigin)(),s=new URL(o,a);return s.origin===a&&(0,r.hasBasePath)(s.pathname)}catch{return!1}}}($t)),$t}var Pt={},Fr;function Ii(){return Fr||(Fr=1,function(e){Object.defineProperty(e,"__esModule",{value:!0}),Object.defineProperty(e,"isDynamicRoute",{enumerable:!0,get:function(){return r}});const t=/\/\[[^/]+?\](?=\/|$)/;function r(n){return t.test(n)}}(Pt)),Pt}var jt={},_t={},Ur;function Li(){return Ur||(Ur=1,function(e){Object.defineProperty(e,"__esModule",{value:!0}),Object.defineProperty(e,"getRouteMatcher",{enumerable:!0,get:function(){return r}});const t=ct();function r(n){let{re:o,groups:a}=n;return s=>{const l=o.exec(s);if(!l)return!1;const c=f=>{try{return decodeURIComponent(f)}catch{throw new t.DecodeError("failed to decode param")}},d={};return Object.keys(a).forEach(f=>{const h=a[f],u=l[h.pos];u!==void 0&&(d[f]=~u.indexOf("/")?u.split("/").map(m=>c(m)):h.repeat?[c(u)]:c(u))}),d}}}(_t)),_t}var Rt={},Mt={},Vr;function Ni(){return Vr||(Vr=1,function(e){Object.defineProperty(e,"__esModule",{value:!0}),Object.defineProperty(e,"escapeStringRegexp",{enumerable:!0,get:function(){return n}});const t=/[|\\{}()[\]^$+*?.-]/,r=/[|\\{}()[\]^$+*?.-]/g;function n(o){return t.test(o)?o.replace(r,"\\$&"):o}}(Mt)),Mt}var Hr;function Bi(){return Hr||(Hr=1,function(e){Object.defineProperty(e,"__esModule",{value:!0});function t(u,m){for(var g in m)Object.defineProperty(u,g,{enumerable:!0,get:m[g]})}t(e,{getRouteRegex:function(){return l},getNamedRouteRegex:function(){return f},getNamedMiddlewareRegex:function(){return h}});const r=Ni(),n=ao(),o="nxtP";function a(u){const m=u.startsWith("[")&&u.endsWith("]");m&&(u=u.slice(1,-1));const g=u.startsWith("...");return g&&(u=u.slice(3)),{key:u,repeat:g,optional:m}}function s(u){const m=(0,n.removeTrailingSlash)(u).slice(1).split("/"),g={};let p=1;return{parameterizedRoute:m.map(y=>{if(y.startsWith("[")&&y.endsWith("]")){const{key:v,optional:P,repeat:w}=a(y.slice(1,-1));return g[v]={pos:p++,repeat:w,optional:P},w?P?"(?:/(.+?))?":"/(.+?)":"/([^/]+?)"}else return"/"+(0,r.escapeStringRegexp)(y)}).join(""),groups:g}}function l(u){const{parameterizedRoute:m,groups:g}=s(u);return{re:new RegExp("^"+m+"(?:/)?$"),groups:g}}function c(){let u=97,m=1;return()=>{let g="";for(let p=0;p<m;p++)g+=String.fromCharCode(u),u++,u>122&&(m++,u=97);return g}}function d(u,m){const g=(0,n.removeTrailingSlash)(u).slice(1).split("/"),p=c(),y={};return{namedParameterizedRoute:g.map(v=>{if(v.startsWith("[")&&v.endsWith("]")){const{key:P,optional:w,repeat:x}=a(v.slice(1,-1));let _=P.replace(/\W/g,"");m&&(_=""+o+_);let j=!1;return(_.length===0||_.length>30)&&(j=!0),isNaN(parseInt(_.slice(0,1)))||(j=!0),j&&(_=p()),m?y[_]=""+o+P:y[_]=""+P,x?w?"(?:/(?<"+_+">.+?))?":"/(?<"+_+">.+?)":"/(?<"+_+">[^/]+?)"}else return"/"+(0,r.escapeStringRegexp)(v)}).join(""),routeKeys:y}}function f(u,m){const g=d(u,m);return{...l(u),namedRegex:"^"+g.namedParameterizedRoute+"(?:/)?$",routeKeys:g.routeKeys}}function h(u,m){const{parameterizedRoute:g}=s(u),{catchAll:p=!0}=m;if(g==="/")return{namedRegex:"^/"+(p?".*":"")+"$"};const{namedParameterizedRoute:y}=d(u,!1);let v=p?"(?:(/.*)?)":"";return{namedRegex:"^"+y+v+"$"}}}(Rt)),Rt}var zr;function qi(){return zr||(zr=1,function(e){Object.defineProperty(e,"__esModule",{value:!0}),Object.defineProperty(e,"interpolateAs",{enumerable:!0,get:function(){return n}});const t=Li(),r=Bi();function n(o,a,s){let l="";const c=(0,r.getRouteRegex)(o),d=c.groups,f=(a!==o?(0,t.getRouteMatcher)(c)(a):"")||s;l=o;const h=Object.keys(d);return h.every(u=>{let m=f[u]||"";const{repeat:g,optional:p}=d[u];let y="["+(g?"...":"")+u+"]";return p&&(y=(m?"":"/")+"["+y+"]"),g&&!Array.isArray(m)&&(m=[m]),(p||u in f)&&(l=l.replace(y,g?m.map(v=>encodeURIComponent(v)).join("/"):encodeURIComponent(m))||"/")})||(l=""),{params:h,result:l}}}(jt)),jt}var Wr;function Fi(){return Wr||(Wr=1,function(e){Object.defineProperty(e,"__esModule",{value:!0}),Object.defineProperty(e,"resolveHref",{enumerable:!0,get:function(){return d}});const t=no(),r=oo(),n=Oi(),o=ct(),a=tr(),s=io(),l=Ii(),c=qi();function d(f,h,u){let m,g=typeof h=="string"?h:(0,r.formatWithValidation)(h);const p=g.match(/^[a-zA-Z]{1,}:\/\//),y=p?g.slice(p[0].length):g;if((y.split("?")[0]||"").match(/(\/\/|\\)/)){console.error("Invalid href '"+g+"' passed to next/router in page: '"+f.pathname+"'. Repeated forward-slashes (//) or backslashes \\ are not valid in the href.");const P=(0,o.normalizeRepeatedSlashes)(y);g=(p?p[0]:"")+P}if(!(0,s.isLocalURL)(g))return u?[g]:g;try{m=new URL(g.startsWith("#")?f.asPath:f.pathname,"http://n")}catch{m=new URL("/","http://n")}try{const P=new URL(g,m);P.pathname=(0,a.normalizePathTrailingSlash)(P.pathname);let w="";if((0,l.isDynamicRoute)(P.pathname)&&P.searchParams&&u){const _=(0,t.searchParamsToUrlQuery)(P.searchParams),{result:j,params:M}=(0,c.interpolateAs)(P.pathname,P.pathname,_);j&&(w=(0,r.formatWithValidation)({pathname:j,hash:P.hash,query:(0,n.omit)(_,M)}))}const x=P.origin===m.origin?P.href.slice(P.origin.length):P.href;return u?[x,w||x]:x}catch{return u?[g]:g}}}(pt)),pt}var Ue={exports:{}},Tt={},St={},Yr;function lo(){return Yr||(Yr=1,function(e){Object.defineProperty(e,"__esModule",{value:!0}),Object.defineProperty(e,"addPathPrefix",{enumerable:!0,get:function(){return r}});const t=er();function r(n,o){if(!n.startsWith("/")||!o)return n;const{pathname:a,query:s,hash:l}=(0,t.parsePath)(n);return""+o+a+s+l}}(St)),St}var Gr;function Ui(){return Gr||(Gr=1,function(e){Object.defineProperty(e,"__esModule",{value:!0}),Object.defineProperty(e,"addLocale",{enumerable:!0,get:function(){return n}});const t=lo(),r=so();function n(o,a,s,l){if(!a||a===s)return o;const c=o.toLowerCase();return!l&&((0,r.pathHasPrefix)(c,"/api")||(0,r.pathHasPrefix)(c,"/"+a.toLowerCase()))?o:(0,t.addPathPrefix)(o,"/"+a)}}(Tt)),Tt}var Jr;function Vi(){return Jr||(Jr=1,function(e,t){Object.defineProperty(t,"__esModule",{value:!0}),Object.defineProperty(t,"addLocale",{enumerable:!0,get:function(){return n}});const r=tr(),n=function(o){for(var a=arguments.length,s=new Array(a>1?a-1:0),l=1;l<a;l++)s[l-1]=arguments[l];return process.env.__NEXT_I18N_SUPPORT?(0,r.normalizePathTrailingSlash)(Ui().addLocale(o,...s)):o};(typeof t.default=="function"||typeof t.default=="object"&&t.default!==null)&&typeof t.default.__esModule>"u"&&(Object.defineProperty(t.default,"__esModule",{value:!0}),Object.assign(t.default,t),e.exports=t.default)}(Ue,Ue.exports)),Ue.exports}var Dt={},Qr;function Hi(){return Qr||(Qr=1,function(e){Object.defineProperty(e,"__esModule",{value:!0}),Object.defineProperty(e,"RouterContext",{enumerable:!0,get:function(){return n}});const n=De._(b).default.createContext(null);process.env.NODE_ENV!=="production"&&(n.displayName="RouterContext")}(Dt)),Dt}var kt={},Kr;function zi(){return Kr||(Kr=1,function(e){"use client";Object.defineProperty(e,"__esModule",{value:!0});function t(d,f){for(var h in f)Object.defineProperty(d,h,{enumerable:!0,get:f[h]})}t(e,{CacheStates:function(){return o},AppRouterContext:function(){return a},LayoutRouterContext:function(){return s},GlobalLayoutRouterContext:function(){return l},TemplateContext:function(){return c}});const n=De._(b);var o;(function(d){d.LAZY_INITIALIZED="LAZYINITIALIZED",d.DATA_FETCH="DATAFETCH",d.READY="READY"})(o||(o={}));const a=n.default.createContext(null),s=n.default.createContext(null),l=n.default.createContext(null),c=n.default.createContext(null);process.env.NODE_ENV!=="production"&&(a.displayName="AppRouterContext",s.displayName="LayoutRouterContext",l.displayName="GlobalLayoutRouterContext",c.displayName="TemplateContext")}(kt)),kt}var Ve={exports:{}},He={exports:{}},Zr;function Wi(){return Zr||(Zr=1,function(e,t){Object.defineProperty(t,"__esModule",{value:!0});function r(a,s){for(var l in s)Object.defineProperty(a,l,{enumerable:!0,get:s[l]})}r(t,{requestIdleCallback:function(){return n},cancelIdleCallback:function(){return o}});const n=typeof self<"u"&&self.requestIdleCallback&&self.requestIdleCallback.bind(window)||function(a){let s=Date.now();return self.setTimeout(function(){a({didTimeout:!1,timeRemaining:function(){return Math.max(0,50-(Date.now()-s))}})},1)},o=typeof self<"u"&&self.cancelIdleCallback&&self.cancelIdleCallback.bind(window)||function(a){return clearTimeout(a)};(typeof t.default=="function"||typeof t.default=="object"&&t.default!==null)&&typeof t.default.__esModule>"u"&&(Object.defineProperty(t.default,"__esModule",{value:!0}),Object.assign(t.default,t),e.exports=t.default)}(He,He.exports)),He.exports}var Xr;function Yi(){return Xr||(Xr=1,function(e,t){Object.defineProperty(t,"__esModule",{value:!0}),Object.defineProperty(t,"useIntersection",{enumerable:!0,get:function(){return d}});const r=b,n=Wi(),o=typeof IntersectionObserver=="function",a=new Map,s=[];function l(f){const h={root:f.root||null,margin:f.rootMargin||""},u=s.find(y=>y.root===h.root&&y.margin===h.margin);let m;if(u&&(m=a.get(u),m))return m;const g=new Map,p=new IntersectionObserver(y=>{y.forEach(v=>{const P=g.get(v.target),w=v.isIntersecting||v.intersectionRatio>0;P&&w&&P(w)})},f);return m={id:h,observer:p,elements:g},s.push(h),a.set(h,m),m}function c(f,h,u){const{id:m,observer:g,elements:p}=l(u);return p.set(f,h),g.observe(f),function(){if(p.delete(f),g.unobserve(f),p.size===0){g.disconnect(),a.delete(m);const v=s.findIndex(P=>P.root===m.root&&P.margin===m.margin);v>-1&&s.splice(v,1)}}}function d(f){let{rootRef:h,rootMargin:u,disabled:m}=f;const g=m||!o,[p,y]=(0,r.useState)(!1),v=(0,r.useRef)(null),P=(0,r.useCallback)(x=>{v.current=x},[]);(0,r.useEffect)(()=>{if(o){if(g||p)return;const x=v.current;if(x&&x.tagName)return c(x,j=>j&&y(j),{root:h?.current,rootMargin:u})}else if(!p){const x=(0,n.requestIdleCallback)(()=>y(!0));return()=>(0,n.cancelIdleCallback)(x)}},[g,u,h,p,v.current]);const w=(0,r.useCallback)(()=>{y(!1)},[]);return[P,p,w]}(typeof t.default=="function"||typeof t.default=="object"&&t.default!==null)&&typeof t.default.__esModule>"u"&&(Object.defineProperty(t.default,"__esModule",{value:!0}),Object.assign(t.default,t),e.exports=t.default)}(Ve,Ve.exports)),Ve.exports}var ze={exports:{}},We={exports:{}},Et={},en;function Gi(){return en||(en=1,function(e){Object.defineProperty(e,"__esModule",{value:!0}),Object.defineProperty(e,"normalizeLocalePath",{enumerable:!0,get:function(){return t}});function t(r,n){let o;const a=r.split("/");return(n||[]).some(s=>a[1]&&a[1].toLowerCase()===s.toLowerCase()?(o=s,a.splice(1,1),r=a.join("/")||"/",!0):!1),{pathname:r,detectedLocale:o}}}(Et)),Et}var tn;function Ji(){return tn||(tn=1,function(e,t){Object.defineProperty(t,"__esModule",{value:!0}),Object.defineProperty(t,"normalizeLocalePath",{enumerable:!0,get:function(){return r}});const r=(n,o)=>process.env.__NEXT_I18N_SUPPORT?Gi().normalizeLocalePath(n,o):{pathname:n,detectedLocale:void 0};(typeof t.default=="function"||typeof t.default=="object"&&t.default!==null)&&typeof t.default.__esModule>"u"&&(Object.defineProperty(t.default,"__esModule",{value:!0}),Object.assign(t.default,t),e.exports=t.default)}(We,We.exports)),We.exports}var Ye={exports:{}},Ot={},rn;function Qi(){return rn||(rn=1,function(e){Object.defineProperty(e,"__esModule",{value:!0}),Object.defineProperty(e,"detectDomainLocale",{enumerable:!0,get:function(){return t}});function t(r,n,o){if(r){o&&(o=o.toLowerCase());for(const l of r){var a,s;const c=(a=l.domain)==null?void 0:a.split(":")[0].toLowerCase();if(n===c||o===l.defaultLocale.toLowerCase()||(s=l.locales)!=null&&s.some(d=>d.toLowerCase()===o))return l}}}}(Ot)),Ot}var nn;function Ki(){return nn||(nn=1,function(e,t){Object.defineProperty(t,"__esModule",{value:!0}),Object.defineProperty(t,"detectDomainLocale",{enumerable:!0,get:function(){return r}});const r=function(){for(var n=arguments.length,o=new Array(n),a=0;a<n;a++)o[a]=arguments[a];if(process.env.__NEXT_I18N_SUPPORT)return Qi().detectDomainLocale(...o)};(typeof t.default=="function"||typeof t.default=="object"&&t.default!==null)&&typeof t.default.__esModule>"u"&&(Object.defineProperty(t.default,"__esModule",{value:!0}),Object.assign(t.default,t),e.exports=t.default)}(Ye,Ye.exports)),Ye.exports}var on;function Zi(){return on||(on=1,function(e,t){Object.defineProperty(t,"__esModule",{value:!0}),Object.defineProperty(t,"getDomainLocale",{enumerable:!0,get:function(){return n}});const r=process.env.__NEXT_ROUTER_BASEPATH||"";function n(o,a,s,l){if(process.env.__NEXT_I18N_SUPPORT){const c=Ji().normalizeLocalePath,d=Ki().detectDomainLocale,f=a||c(o,s).detectedLocale,h=d(l,void 0,f);if(h){const u="http"+(h.http?"":"s")+"://",m=f===h.defaultLocale?"":"/"+f;return""+u+h.domain+r+m+o}return!1}else return!1}(typeof t.default=="function"||typeof t.default=="object"&&t.default!==null)&&typeof t.default.__esModule>"u"&&(Object.defineProperty(t.default,"__esModule",{value:!0}),Object.assign(t.default,t),e.exports=t.default)}(ze,ze.exports)),ze.exports}var Ge={exports:{}},an;function Xi(){return an||(an=1,function(e,t){Object.defineProperty(t,"__esModule",{value:!0}),Object.defineProperty(t,"addBasePath",{enumerable:!0,get:function(){return a}});const r=lo(),n=tr(),o=process.env.__NEXT_ROUTER_BASEPATH||"";function a(s,l){return process.env.__NEXT_MANUAL_CLIENT_BASE_PATH&&!l?s:(0,n.normalizePathTrailingSlash)((0,r.addPathPrefix)(s,o))}(typeof t.default=="function"||typeof t.default=="object"&&t.default!==null)&&typeof t.default.__esModule>"u"&&(Object.defineProperty(t.default,"__esModule",{value:!0}),Object.assign(t.default,t),e.exports=t.default)}(Ge,Ge.exports)),Ge.exports}var Je={exports:{}},sn;function el(){return sn||(sn=1,function(e,t){Object.defineProperty(t,"__esModule",{value:!0});function r(h,u){for(var m in u)Object.defineProperty(h,m,{enumerable:!0,get:u[m]})}r(t,{PrefetchKind:function(){return f},ACTION_REFRESH:function(){return n},ACTION_NAVIGATE:function(){return o},ACTION_RESTORE:function(){return a},ACTION_SERVER_PATCH:function(){return s},ACTION_PREFETCH:function(){return l},ACTION_FAST_REFRESH:function(){return c},ACTION_SERVER_ACTION:function(){return d}});const n="refresh",o="navigate",a="restore",s="server-patch",l="prefetch",c="fast-refresh",d="server-action";var f;(function(h){h.AUTO="auto",h.FULL="full",h.TEMPORARY="temporary"})(f||(f={})),(typeof t.default=="function"||typeof t.default=="object"&&t.default!==null)&&typeof t.default.__esModule>"u"&&(Object.defineProperty(t.default,"__esModule",{value:!0}),Object.assign(t.default,t),e.exports=t.default)}(Je,Je.exports)),Je.exports}(function(e,t){"use client";Object.defineProperty(t,"__esModule",{value:!0}),Object.defineProperty(t,"default",{enumerable:!0,get:function(){return _}});const n=De._(b),o=Fi(),a=io(),s=oo(),l=ct(),c=Vi(),d=Hi(),f=zi(),h=Yi(),u=Zi(),m=Xi(),g=el(),p=new Set;function y(j,M,E,D,I,V){if(typeof window>"u"||!V&&!(0,a.isLocalURL)(M))return;if(!D.bypassPrefetchedCheck){const W=typeof D.locale<"u"?D.locale:"locale"in j?j.locale:void 0,Y=M+"%"+E+"%"+W;if(p.has(Y))return;p.add(Y)}const K=V?j.prefetch(M,I):j.prefetch(M,E,D);Promise.resolve(K).catch(W=>{if(process.env.NODE_ENV!=="production")throw W})}function v(j){const E=j.currentTarget.getAttribute("target");return E&&E!=="_self"||j.metaKey||j.ctrlKey||j.shiftKey||j.altKey||j.nativeEvent&&j.nativeEvent.which===2}function P(j,M,E,D,I,V,K,W,Y,se){const{nodeName:ie}=j.currentTarget;if(ie.toUpperCase()==="A"&&(v(j)||!Y&&!(0,a.isLocalURL)(E)))return;j.preventDefault();const B=()=>{"beforePopState"in M?M[I?"replace":"push"](E,D,{shallow:V,locale:W,scroll:K}):M[I?"replace":"push"](D||E,{forceOptimisticNavigation:!se})};Y?n.default.startTransition(B):B()}function w(j){return typeof j=="string"?j:(0,s.formatUrl)(j)}const _=n.default.forwardRef(function(M,E){let D;const{href:I,as:V,children:K,prefetch:W=null,passHref:Y,replace:se,shallow:ie,scroll:le,locale:B,onClick:te,onMouseEnter:Z,onTouchStart:X,legacyBehavior:q=process.env.__NEXT_NEW_LINK_BEHAVIOR===!1,...Ee}=M;D=K,q&&(typeof D=="string"||typeof D=="number")&&(D=n.default.createElement("a",null,D));const ce=W!==!1,pe=W===null?g.PrefetchKind.AUTO:g.PrefetchKind.FULL,L=n.default.useContext(d.RouterContext),k=n.default.useContext(f.AppRouterContext),A=L??k,N=!L;if(process.env.NODE_ENV!=="production"){let T=function(S){return new Error("Failed prop type: The prop `"+S.key+"` expects a "+S.expected+" in `<Link>`, but got `"+S.actual+"` instead."+(typeof window<"u"?`
|
|
84
|
+
Open your browser's console to view the Component stack trace.`:""))};Object.keys({href:!0}).forEach(S=>{if(S==="href"&&(M[S]==null||typeof M[S]!="string"&&typeof M[S]!="object"))throw T({key:S,expected:"`string` or `object`",actual:M[S]===null?"null":typeof M[S]})}),Object.keys({as:!0,replace:!0,scroll:!0,shallow:!0,passHref:!0,prefetch:!0,locale:!0,onClick:!0,onMouseEnter:!0,onTouchStart:!0,legacyBehavior:!0}).forEach(S=>{const re=typeof M[S];if(S==="as"){if(M[S]&&re!=="string"&&re!=="object")throw T({key:S,expected:"`string` or `object`",actual:re})}else if(S==="locale"){if(M[S]&&re!=="string")throw T({key:S,expected:"`string`",actual:re})}else if(S==="onClick"||S==="onMouseEnter"||S==="onTouchStart"){if(M[S]&&re!=="function")throw T({key:S,expected:"`function`",actual:re})}else if((S==="replace"||S==="scroll"||S==="shallow"||S==="passHref"||S==="prefetch"||S==="legacyBehavior")&&M[S]!=null&&re!=="boolean")throw T({key:S,expected:"`boolean`",actual:re})});const ir=n.default.useRef(!1);M.prefetch&&!ir.current&&!N&&(ir.current=!0,console.warn("Next.js auto-prefetches automatically based on viewport. The prefetch attribute is no longer needed. More: https://nextjs.org/docs/messages/prefetch-true-deprecated"))}if(process.env.NODE_ENV!=="production"&&N&&!V){let T;if(typeof I=="string"?T=I:typeof I=="object"&&typeof I.pathname=="string"&&(T=I.pathname),T&&T.split("/").some(we=>we.startsWith("[")&&we.endsWith("]")))throw new Error("Dynamic href `"+T+"` found in <Link> while using the `/app` router, this is not supported. Read more: https://nextjs.org/docs/messages/app-dir-dynamic-href")}const{href:z,as:H}=n.default.useMemo(()=>{if(!L){const we=w(I);return{href:we,as:V?w(V):we}}const[T,Re]=(0,o.resolveHref)(L,I,!0);return{href:T,as:V?(0,o.resolveHref)(L,V):Re||T}},[L,I,V]),rr=n.default.useRef(z),nr=n.default.useRef(H);let U;if(q)if(process.env.NODE_ENV==="development"){te&&console.warn('"onClick" was passed to <Link> with `href` of `'+I+'` but "legacyBehavior" was set. The legacy behavior requires onClick be set on the child of next/link'),Z&&console.warn('"onMouseEnter" was passed to <Link> with `href` of `'+I+'` but "legacyBehavior" was set. The legacy behavior requires onMouseEnter be set on the child of next/link');try{U=n.default.Children.only(D)}catch{throw D?new Error("Multiple children were passed to <Link> with `href` of `"+I+"` but only one child is supported https://nextjs.org/docs/messages/link-multiple-children"+(typeof window<"u"?`
|
|
85
|
+
Open your browser's console to view the Component stack trace.`:"")):new Error("No children were passed to <Link> with `href` of `"+I+"` but one child is required https://nextjs.org/docs/messages/link-no-children")}}else U=n.default.Children.only(D);else if(process.env.NODE_ENV==="development"&&D?.type==="a")throw new Error(`Invalid <Link> with <a> child. Please remove <a> or use <Link legacyBehavior>.
|
|
86
|
+
Learn more: https://nextjs.org/docs/messages/invalid-new-link-with-extra-anchor`);const xe=q?U&&typeof U=="object"&&U.ref:E,[or,ar,sr]=(0,h.useIntersection)({rootMargin:"200px"}),Ao=n.default.useCallback(T=>{(nr.current!==H||rr.current!==z)&&(sr(),nr.current=H,rr.current=z),or(T),xe&&(typeof xe=="function"?xe(T):typeof xe=="object"&&(xe.current=T))},[H,xe,z,sr,or]);n.default.useEffect(()=>{process.env.NODE_ENV==="production"&&A&&(!ar||!ce||y(A,z,H,{locale:B},{kind:pe},N))},[H,z,ar,B,ce,L?.locale,A,N,pe]);const Oe={ref:Ao,onClick(T){if(process.env.NODE_ENV!=="production"&&!T)throw new Error('Component rendered inside next/link has to pass click event to "onClick" prop.');!q&&typeof te=="function"&&te(T),q&&U.props&&typeof U.props.onClick=="function"&&U.props.onClick(T),A&&(T.defaultPrevented||P(T,A,z,H,se,ie,le,B,N,ce))},onMouseEnter(T){!q&&typeof Z=="function"&&Z(T),q&&U.props&&typeof U.props.onMouseEnter=="function"&&U.props.onMouseEnter(T),A&&(!ce&&N||y(A,z,H,{locale:B,priority:!0,bypassPrefetchedCheck:!0},{kind:pe},N))},onTouchStart(T){!q&&typeof X=="function"&&X(T),q&&U.props&&typeof U.props.onTouchStart=="function"&&U.props.onTouchStart(T),A&&(!ce&&N||y(A,z,H,{locale:B,priority:!0,bypassPrefetchedCheck:!0},{kind:pe},N))}};if((0,l.isAbsoluteUrl)(H))Oe.href=H;else if(!q||Y||U.type==="a"&&!("href"in U.props)){const T=typeof B<"u"?B:L?.locale,Re=L?.isLocaleDomain&&(0,u.getDomainLocale)(H,T,L?.locales,L?.domainLocales);Oe.href=Re||(0,m.addBasePath)((0,c.addLocale)(H,T,L?.defaultLocale))}return q?n.default.cloneElement(U,Oe):n.default.createElement("a",{...Ee,...Oe},D)});(typeof t.default=="function"||typeof t.default=="object"&&t.default!==null)&&typeof t.default.__esModule>"u"&&(Object.defineProperty(t.default,"__esModule",{value:!0}),Object.assign(t.default,t),e.exports=t.default)})(Ft,Ft.exports);var tl=Ft.exports,rl=tl;const nl=Di(rl),ol=e=>{const{tabState:t,defaultSelectedKey:r}=lt(),{setSelectedKey:n}=t,{id:o,path:a,label:s,themeName:l="button",tokens:c,customTheme:d,target:f,children:h,...u}=e,m=a?.substring(1),g=b.useCallback(()=>{if(m!=null){if(t.selectedKey===m){n(r);return}n(m)}},[m,t.selectedKey,n,r]);return b.createElement(ve,{...u,themeName:`${l}`,tokens:c,customTheme:d,key:`button-${o}`,handlePress:g},b.isValidElement(h)?h:s)},al=e=>{const{id:t,target:r,path:n,label:o,themeName:a="anchor",customTheme:s,tokens:l,nextLinkProps:c,children:d,...f}=e,h=b.useRef(null);return n==null||o==null?null:b.createElement(Yt,{...f,themeName:`${a}`,tokens:l,customTheme:s,nextLinkProps:{scroll:!1,href:n,...c},ref:h,key:`link-${t}`,as:nl,target:r??"_self"},b.isValidElement(d)?d:o)},sl=e=>{const{menuItems:t,children:r,themeName:n="menuItem",tokens:o,customTheme:a}=e;return i.jsxs(he,{themeName:`${n}.wrapper`,tokens:o,customTheme:a,children:[i.jsx(he,{themeName:`${n}.container`,tokens:o,customTheme:a,children:t?.map(s=>{const{id:l,path:c,label:d,...f}=s??{};if(s?.path==null||s.id==null)return null;const h=s.path?.startsWith("#")?"button":"a";return i.jsx(he,{themeName:`${n}.innerContent`,tokens:o,customTheme:a,children:h==="button"?i.jsx(ol,{...f,...s,themeName:`${n}.button`,tokens:o,customTheme:a}):i.jsx(al,{...f,...s,themeName:`${n}.anchor`,tokens:o,customTheme:a})},`li-${s.id}`)})}),r]})};function il(e){const t=e.replace(/-/g,"+").replace(/_/g,"/"),r=typeof Buffer<"u"?Buffer.from(t,"base64"):Uint8Array.from(atob(t),n=>n.charCodeAt(0));return new Uint8Array(r)}/**
|
|
84
87
|
* Encodes an RGBA image to a PNG data URI. RGB should not be premultiplied by A.
|
|
85
88
|
*
|
|
86
89
|
* @remarks
|
|
@@ -90,4 +93,4 @@
|
|
|
90
93
|
* @see https://github.com/evanw/thumbhash
|
|
91
94
|
* @author Evan Wallace
|
|
92
95
|
* @license MIT
|
|
93
|
-
*/function Us(e,t,r){const n=e*4+1,s=6+t*(5+n),a=[137,80,78,71,13,10,26,10,0,0,0,13,73,72,68,82,0,0,e>>8,e&255,0,0,t>>8,t&255,8,6,0,0,0,0,0,0,0,s>>>24,s>>16&255,s>>8&255,s&255,73,68,65,84,120,1],i=[0,498536548,997073096,651767980,1994146192,1802195444,1303535960,1342533948,-306674912,-267414716,-690576408,-882789492,-1687895376,-2032938284,-1609899400,-1111625188];let l=1,c=0;for(let f=0,m=0,u=n-1;f<t;f++,u+=n-1)for(a.push(f+1<t?0:1,n&255,n>>8,~n&255,n>>8^255,0),c=(c+l)%65521;m<u;m++){const g=r[m]&255;a.push(g),l=(l+g)%65521,c=(c+l)%65521}a.push(c>>8,c&255,l>>8,l&255,0,0,0,0,0,0,0,0,73,69,78,68,174,66,96,130);for(let[f,m]of[[12,29],[37,41+s]]){let u=-1;for(let g=f;g<m;g++)u^=a[g],u=u>>>4^i[u&15],u=u>>>4^i[u&15];u=~u,a[m++]=u>>>24,a[m++]=u>>16&255,a[m++]=u>>8&255,a[m++]=u&255}return`data:image/png;base64,${typeof Buffer<"u"?Buffer.from(new Uint8Array(a)).toString("base64"):btoa(String.fromCharCode(...a))}`}function Vs(e){let{PI:t,min:r,max:n,cos:s,round:a}=Math,i=e[0]|e[1]<<8|e[2]<<16,l=e[3]|e[4]<<8,c=(i&63)/63,d=(i>>6&63)/31.5-1,f=(i>>12&63)/31.5-1,m=(i>>18&31)/31,u=i>>23,g=(l>>3&63)/63,w=(l>>9&63)/63,p=l>>15,v=n(3,p?u?5:7:l&7),$=n(3,p?l&7:u?5:7),S=u?(e[5]&15)/15:1,D=(e[5]>>4)/15,j=u?6:5,P=0,I=(ie,O,le)=>{let Z=[];for(let G=0;G<O;G++)for(let K=G?0:1;K*O<ie*(O-G);K++)Z.push(((e[j+(P>>1)]>>((P++&1)<<2)&15)/7.5-1)*le);return Z},z=I(v,$,m),J=I(3,3,g*1.25),E=I(3,3,w*1.25),me=u&&I(5,5,D),ge=qs(e),pe=a(ge>1?32:32*ge),be=a(ge>1?32/ge:32),ae=new Uint8Array(pe*be*4),xe=[],ye=[];for(let ie=0,O=0;ie<be;ie++)for(let le=0;le<pe;le++,O+=4){let Z=c,G=d,K=f,rt=S;for(let C=0,T=n(v,u?5:3);C<T;C++)xe[C]=s(t/pe*(le+.5)*C);for(let C=0,T=n($,u?5:3);C<T;C++)ye[C]=s(t/be*(ie+.5)*C);for(let C=0,T=0;C<$;C++)for(let B=C?0:1,ce=ye[C]*2;B*$<v*($-C);B++,T++)Z+=z[T]*xe[B]*ce;for(let C=0,T=0;C<3;C++)for(let B=C?0:1,ce=ye[C]*2;B<3-C;B++,T++){let st=xe[B]*ce;G+=J[T]*st,K+=E[T]*st}if(u)for(let C=0,T=0;C<5;C++)for(let B=C?0:1,ce=ye[C]*2;B<5-C;B++,T++)rt+=me[T]*xe[B]*ce;let nt=Z-2/3*G,ot=(3*Z-nt+K)/2,zr=ot-K;ae[O]=n(0,255*r(1,ot)),ae[O+1]=n(0,255*r(1,zr)),ae[O+2]=n(0,255*r(1,nt)),ae[O+3]=n(0,255*r(1,rt))}return{w:pe,h:be,rgba:ae}}function qs(e){let t=e[3],r=e[2]&128,n=e[4]&128,s=n?r?5:7:t&7,a=n?t&7:r?5:7;return s/a}function Ys(e){const{w:t,h:r,rgba:n}=Vs(Fs(e));return Us(t,r,n)}const $r=e=>{const{src:t,width:r,height:n,themeName:s="img",tokens:a,customTheme:i,...l}=e,c=x(s,a,i);if(typeof t=="object"){const{blurWidth:d,blurHeight:f,width:m,height:u,...g}=t,w={blurwidth:d,blurheight:f};return o.jsx(at,{className:c,...g,...l,...w,width:m??r,height:u??n})}return o.jsx(at,{width:r,height:n,className:c,src:t,...l})},Hs=process.env.NEXT_PUBLIC_IMG_DOMAIN??"",zs=e=>{const{fit:t,customTheme:r,thumbhash:n,description:s,width:a,height:i,id:l,filenameDownload:c,...d}=e;if(!l||!c)return null;const m=(()=>{try{const u=new URL(`/assets/${l}/${c}`,`https://${Hs}`);return u.searchParams.set("fit",t??"contain"),u}catch(u){return console.warn(u),null}})();return m==null?null:o.jsx($r,{alt:s??"",...n?{blurDataURL:Ys(n),placeholder:"blur"}:{},src:m.href,...d,width:a??void 0,height:i??void 0})},Js=e=>o.jsx("svg",{width:24,height:24,fill:"none",xmlns:"http://www.w3.org/2000/svg",...e,children:o.jsx("path",{d:"M17.728 13.66 12.388 19 7.05 13.66M12.4 5v14",stroke:"currentColor"})}),wr=h.memo(Js,M),Gs=Object.freeze(Object.defineProperty({__proto__:null,default:wr},Symbol.toStringTag,{value:"Module"})),Ws=e=>o.jsxs("svg",{width:24,height:24,fill:"currentColor",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",...e,children:[o.jsx("g",{children:o.jsx("path",{d:"M.075 11.622a1 1 0 0 0 0 .76 1 1 0 0 0 .21.33l8 8a1.004 1.004 0 0 0 1.42-1.42l-6.3-6.29h19.59a1 1 0 0 0 0-2H3.405l6.3-6.29a1 1 0 0 0 0-1.42 1 1 0 0 0-1.42 0l-8 8a1 1 0 0 0-.21.33Z"})}),o.jsx("defs",{children:o.jsx("clipPath",{children:o.jsx("path",{fill:"currentColor",d:"M0 0h24v24H0z"})})})]}),Cr=h.memo(Ws,M),Qs=Object.freeze(Object.defineProperty({__proto__:null,default:Cr},Symbol.toStringTag,{value:"Module"})),Zs=e=>o.jsxs("svg",{width:24,height:24,fill:"currentColor",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",...e,children:[o.jsx("g",{children:o.jsx("path",{d:"M23.92 12.38a1 1 0 0 0 0-.76 1 1 0 0 0-.21-.33l-8-8a1.003 1.003 0 1 0-1.42 1.42l6.3 6.29H1a1 1 0 1 0 0 2h19.59l-6.3 6.29a1 1 0 0 0 0 1.42 1.002 1.002 0 0 0 1.42 0l8-8c.091-.095.162-.207.21-.33Z"})}),o.jsx("defs",{children:o.jsx("clipPath",{children:o.jsx("path",{fill:"currentColor",d:"M0 0h24v24H0z"})})})]}),jr=h.memo(Zs,M),Ks=Object.freeze(Object.defineProperty({__proto__:null,default:jr},Symbol.toStringTag,{value:"Module"})),Xs=e=>o.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",height:48,width:48,fill:"currentColor",viewBox:"0 0 48 48",...e,children:o.jsx("path",{d:"M21.05 33.1 35.2 18.95l-2.3-2.25-11.85 11.85-6-6-2.25 2.25ZM24 44q-4.1 0-7.75-1.575-3.65-1.575-6.375-4.3-2.725-2.725-4.3-6.375Q4 28.1 4 24q0-4.15 1.575-7.8 1.575-3.65 4.3-6.35 2.725-2.7 6.375-4.275Q19.9 4 24 4q4.15 0 7.8 1.575 3.65 1.575 6.35 4.275 2.7 2.7 4.275 6.35Q44 19.85 44 24q0 4.1-1.575 7.75-1.575 3.65-4.275 6.375t-6.35 4.3Q28.15 44 24 44Z"})}),Mr=h.memo(Xs,M),ea=Object.freeze(Object.defineProperty({__proto__:null,default:Mr},Symbol.toStringTag,{value:"Module"})),ta=e=>o.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",height:"48",width:"48",fill:"currentColor",...e,children:o.jsx("path",{d:"M28.05 36 16 23.95 28.05 11.9l2.15 2.15-9.9 9.9 9.9 9.9Z"})}),kr=h.memo(ta,M),ra=Object.freeze(Object.defineProperty({__proto__:null,default:kr},Symbol.toStringTag,{value:"Module"})),na=e=>o.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",height:"48",width:"48",fill:"currentColor",...e,children:o.jsx("path",{d:"m18.75 36-2.15-2.15 9.9-9.9-9.9-9.9 2.15-2.15L30.8 23.95Z"})}),Sr=h.memo(na,M),oa=Object.freeze(Object.defineProperty({__proto__:null,default:Sr},Symbol.toStringTag,{value:"Module"})),sa=e=>o.jsx("svg",{width:42,height:42,fill:"currentColor",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 72 72",...e,children:o.jsx("path",{d:"M46.75 49.625a1.874 1.874 0 0 1-1.331-.544L35.5 39.144l-9.919 9.937a1.876 1.876 0 0 1-2.662 0 1.873 1.873 0 0 1 0-2.662l9.937-9.919-9.937-9.919a1.883 1.883 0 0 1 2.662-2.662l9.92 9.937 9.918-9.937a1.873 1.873 0 0 1 2.662 0 1.876 1.876 0 0 1 0 2.662l-9.937 9.92 9.937 9.918a1.876 1.876 0 0 1-1.33 3.206Z",fill:"currentColor"})}),Dr=h.memo(sa,M),aa=Object.freeze(Object.defineProperty({__proto__:null,default:Dr},Symbol.toStringTag,{value:"Module"})),ia=e=>o.jsx("svg",{width:24,height:24,fill:"currentColor",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",...e,children:o.jsx("path",{d:"M9.161 5.889v2.753H7V12h2.161v10h4.442V12h2.977s.28-1.614.417-3.38h-3.379V6.316a.963.963 0 0 1 .332-.558c.174-.146.396-.233.63-.248H17V2h-3.275C9.063 2 9.173 5.37 9.173 5.889h-.012Z",fill:"currentColor"})}),Tr=h.memo(ia,M),la=Object.freeze(Object.defineProperty({__proto__:null,default:Tr},Symbol.toStringTag,{value:"Module"})),ca=e=>o.jsx("svg",{width:24,height:24,xmlns:"http://www.w3.org/2000/svg",xmlSpace:"preserve",viewBox:"0 0 256 256",...e,children:o.jsx("path",{fill:"#3b5998",strokeMiterlimit:"10",strokeWidth:"0",d:"M147.5 254.3V139.1h38.7l6-45h-44.7V65.2c0-13 3.6-21.9 22.3-21.9h23.7V3.2c-11.6-1.2-23.1-1.8-34.7-1.8-34.3 0-57.8 20.9-57.8 59.4V94H62.2v45.1H101v115.2h46.5z"})}),Rr=h.memo(ca,M),ua=Object.freeze(Object.defineProperty({__proto__:null,default:Rr},Symbol.toStringTag,{value:"Module"})),da=e=>o.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",width:24,height:25,viewBox:"0 0 24 25",fill:"none",...e,children:o.jsx("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M2 12.5001C2 17.4501 5.6 21.5501 10.35 22.4001L10.4094 22.3515C10.4063 22.3509 10.4032 22.3503 10.4001 22.3498V15.2998H7.90015V12.4998H10.4001V10.2998C10.4001 7.79978 12.0001 6.39978 14.3001 6.39978C15.0001 6.39978 15.8001 6.49978 16.5001 6.59978V9.14978H15.2001C14.0001 9.14978 13.7001 9.74978 13.7001 10.5498V12.4998H16.3501L15.9001 15.2998H13.7001V22.3498C13.6696 22.3553 13.639 22.3608 13.6084 22.366L13.65 22.4001C18.4 21.5501 22 17.4501 22 12.5001C22 7.00006 17.5 2.50006 12 2.50006C6.5 2.50006 2 7.00006 2 12.5001Z",fill:"currentColor"})}),Pr=h.memo(da,M),fa=Object.freeze(Object.defineProperty({__proto__:null,default:Pr},Symbol.toStringTag,{value:"Module"})),ha=e=>o.jsxs("svg",{width:"40",height:"40",viewBox:"0 0 67 67",fill:"none",xmlns:"http://www.w3.org/2000/svg",...e,children:[o.jsx("path",{d:"M16.1339 8.5415C18.1397 10.0645 19.8152 11.9792 21.0587 14.1693C22.2848 16.2537 25.064 22.0491 22.5341 25.3227C19.6732 29.0215 11.3848 30.2721 11.3848 33.6807C11.3848 36.2473 15.0181 39.1736 16.9594 42.0386C18.0736 43.6842 18.6691 45.626 18.6691 47.6133C18.6691 49.6006 18.0736 51.5423 16.9594 53.1879C16.0541 54.6088 14.817 55.7884 13.3547 56.6251",stroke:"currentColor",strokeWidth:"5",strokeLinecap:"round",strokeLinejoin:"round"}),o.jsx("path",{d:"M57.8289 14.8058C52.7905 17.106 47.4837 18.766 42.0327 19.747C39.1227 19.9555 38.6895 17.5605 36.4621 14.1724C34.7905 11.6302 30.8874 8.45055 30.8874 5.81443C30.8648 4.90303 30.9876 3.99386 31.2511 3.12109",stroke:"currentColor",strokeWidth:"5",strokeLinecap:"round",strokeLinejoin:"round"}),o.jsx("path",{d:"M33.6799 64.3334C50.6088 64.3334 64.3324 50.6098 64.3324 33.6809C64.3324 16.7519 50.6088 3.02832 33.6799 3.02832C16.751 3.02832 3.02734 16.7519 3.02734 33.6809C3.02734 50.6098 16.751 64.3334 33.6799 64.3334Z",stroke:"currentColor",strokeWidth:"5",strokeLinecap:"round",strokeLinejoin:"round"}),o.jsx("path",{d:"M53.2225 36.1983C53.341 44.781 42.1549 55.5094 36.4658 53.188C31.4796 51.1445 34.9944 47.2291 33.7193 36.1983C33.188 31.6127 38.0842 27.8404 43.4872 27.8404C45.8806 27.6839 48.24 28.4711 50.0597 30.0335C51.8795 31.5958 53.2225 32.8948 53.2225 36.1983Z",stroke:"currentColor",strokeWidth:"5",strokeLinecap:"round",strokeLinejoin:"round"})]}),Ir=h.memo(ha,M),ma=Object.freeze(Object.defineProperty({__proto__:null,default:Ir},Symbol.toStringTag,{value:"Module"})),ga=e=>o.jsx("svg",{width:24,height:24,xmlns:"http://www.w3.org/2000/svg",xmlSpace:"preserve",viewBox:"0 0 256 256",...e,children:o.jsxs("g",{fill:"currentColor",strokeMiterlimit:"10",strokeWidth:"0",children:[o.jsx("path",{d:"M253.5 75.7a92.8 92.8 0 0 0-5.8-30.7A62 62 0 0 0 233 22.6 62 62 0 0 0 210.7 8c-8-3-17.2-5.2-30.7-5.8-13.5-.6-17.8-.8-52.1-.8s-38.7.2-52.2.8A92.8 92.8 0 0 0 45 8c-8.4 3.2-16 8.2-22.4 14.6A62 62 0 0 0 8 45c-3 8-5.2 17.3-5.8 30.7a890 890 0 0 0-.8 52.2c0 34.3.2 38.6.8 52.1A92.8 92.8 0 0 0 8 210.7a62 62 0 0 0 14.5 22.4A62 62 0 0 0 45 247.7c8 3.1 17.3 5.2 30.7 5.9 13.5.6 17.8.7 52.2.7s38.6-.1 52-.7a92.8 92.8 0 0 0 30.8-6c17-6.5 30.4-20 37-36.9 3-8 5.2-17.2 5.8-30.7.7-13.5.8-17.8.8-52.1s-.1-38.7-.8-52.2zM230.8 179c-.6 12.3-2.6 19-4.4 23.4-4.2 11-13 19.8-24 24a69.9 69.9 0 0 1-23.4 4.4c-13.4.6-17.4.7-51.1.7-33.8 0-37.8-.1-51.1-.7-12.4-.6-19-2.6-23.5-4.4-5.5-2-10.5-5.2-14.5-9.4-4.2-4.1-7.5-9-9.5-14.6a69.9 69.9 0 0 1-4.4-23.4c-.6-13.4-.7-17.4-.7-51.1s.1-37.8.7-51.1c.6-12.4 2.6-19 4.4-23.5 2-5.5 5.2-10.5 9.4-14.6 4.1-4.2 9-7.4 14.6-9.4a69.9 69.9 0 0 1 23.5-4.4c13.3-.6 17.3-.7 51-.7 33.8 0 37.8.1 51.1.7 12.4.6 19 2.7 23.5 4.4 5.5 2 10.5 5.2 14.6 9.4 4.2 4.1 7.4 9.1 9.4 14.6a69.9 69.9 0 0 1 4.4 23.5c.6 13.3.7 17.3.7 51s-.1 37.8-.7 51.2z"}),o.jsx("path",{d:"M127.9 63a65 65 0 1 0 0 129.8 65 65 0 0 0 0-129.9zm0 107a42.2 42.2 0 1 1 0-84.3 42.2 42.2 0 0 1 0 84.3zM210.5 60.4a15.2 15.2 0 1 1-30.3 0 15.2 15.2 0 0 1 30.3 0z"})]})}),Ar=h.memo(ga,M),pa=Object.freeze(Object.defineProperty({__proto__:null,default:Ar},Symbol.toStringTag,{value:"Module"})),ba=e=>o.jsx("svg",{width:24,height:24,xmlns:"http://www.w3.org/2000/svg",xmlSpace:"preserve",viewBox:"0 0 256 256",...e,children:o.jsxs("g",{fill:"none",strokeMiterlimit:"10",strokeWidth:"0",transform:"matrix(2.8 0 0 2.8 1.4 1.4)",children:[o.jsxs("linearGradient",{id:"a",x1:"7.6",x2:"82.4",y1:"9.6",y2:"84.4",gradientTransform:"matrix(1 0 0 -1 0 92)",gradientUnits:"userSpaceOnUse",children:[o.jsx("stop",{offset:"0%",stopColor:"#ffd600"}),o.jsx("stop",{offset:"50%",stopColor:"#ff0100"}),o.jsx("stop",{offset:"100%",stopColor:"#d800b9"})]}),o.jsx("path",{fill:"url(#a)",d:"M89.7 26.4c-.2-4.7-1-8-2-10.9a22 22 0 0 0-5.3-8 22 22 0 0 0-8-5.1A33 33 0 0 0 63.7.3C58.8 0 57.2 0 45 0S31.2 0 26.4.3c-4.7.2-8 1-10.9 2a22 22 0 0 0-8 5.3 22 22 0 0 0-5.1 8A33 33 0 0 0 .3 26.3C0 31.2 0 32.8 0 45c0 12.2 0 13.8.3 18.6.2 4.7 1 8 2 10.9a22 22 0 0 0 5.3 8c2.2 2.2 5 4 8 5.1a33 33 0 0 0 10.8 2.1c4.8.2 6.4.3 18.6.3s13.8 0 18.6-.3c4.7-.2 8-1 10.9-2a23 23 0 0 0 13.1-13.2 33 33 0 0 0 2.1-11c.2-4.7.3-6.3.3-18.5s0-13.8-.3-18.6zm-8 36.8c-.3 4.4-1 6.8-1.6 8.3-1.5 4-4.6 7-8.6 8.6-1.5.6-4 1.3-8.3 1.5-4.8.2-6.2.3-18.2.3s-13.4 0-18.2-.3a25 25 0 0 1-8.3-1.5 14 14 0 0 1-5.2-3.4 14 14 0 0 1-3.4-5.2c-.6-1.5-1.3-4-1.5-8.3A313 313 0 0 1 8 45c0-12 0-13.4.3-18.2a25 25 0 0 1 1.5-8.3 14 14 0 0 1 3.4-5.2 14 14 0 0 1 5.2-3.4c1.5-.6 4-1.3 8.3-1.5C31.6 8.2 33 8 45 8s13.4 0 18.2.3c4.4.2 6.8.9 8.3 1.5a14 14 0 0 1 5.2 3.4 14 14 0 0 1 3.4 5.2c.6 1.5 1.3 4 1.5 8.3.2 4.8.3 6.2.3 18.2s0 13.4-.3 18.2z"}),o.jsxs("linearGradient",{id:"b",x1:"28.7",x2:"61.3",y1:"30.7",y2:"63.3",gradientTransform:"matrix(1 0 0 -1 0 92)",gradientUnits:"userSpaceOnUse",children:[o.jsx("stop",{offset:"0%",stopColor:"#ff6400"}),o.jsx("stop",{offset:"50%",stopColor:"#ff0100"}),o.jsx("stop",{offset:"100%",stopColor:"#fd0056"})]}),o.jsx("path",{fill:"url(#b)",d:"M45 21.9A23.1 23.1 0 1 0 45 68 23.1 23.1 0 0 0 45 22zM45 60a15 15 0 1 1 0-30 15 15 0 0 1 0 30z"}),o.jsxs("linearGradient",{id:"c",x1:"65.2",x2:"72.8",y1:"67.2",y2:"74.8",gradientTransform:"matrix(1 0 0 -1 0 92)",gradientUnits:"userSpaceOnUse",children:[o.jsx("stop",{offset:"0%",stopColor:"#f30072"}),o.jsx("stop",{offset:"100%",stopColor:"#e50097"})]}),o.jsx("path",{fill:"url(#c)",d:"M74.4 21a5.4 5.4 0 1 1-10.8 0 5.4 5.4 0 0 1 10.8 0z"})]})}),Br=h.memo(ba,M),xa=Object.freeze(Object.defineProperty({__proto__:null,default:Br},Symbol.toStringTag,{value:"Module"})),ya=e=>o.jsx("svg",{width:24,height:24,xmlns:"http://www.w3.org/2000/svg",xmlSpace:"preserve",viewBox:"0 0 256 256",...e,children:o.jsxs("g",{fill:"currentColor",strokeMiterlimit:"10",strokeWidth:"0",children:[o.jsx("path",{d:"M61.4 254.3A59.8 59.8 0 0 1 19 151.8L65.8 105a11.2 11.2 0 0 1 15.9 16l-46.8 46.7a37.3 37.3 0 0 0 0 53.1 37.6 37.6 0 0 0 53 0l46.9-46.8a11.2 11.2 0 1 1 15.9 16l-46.8 46.7a59.8 59.8 0 0 1-42.5 17.6zM182 154a11.2 11.2 0 0 1-8-19.2L220.8 88a37.6 37.6 0 0 0-53-53.1l-46.9 46.8a11.2 11.2 0 0 1-15.9-16L151.8 19a59.6 59.6 0 0 1 85 0 60.1 60.1 0 0 1 0 84.9l-46.9 46.8c-2.2 2.2-5 3.3-8 3.3z"}),o.jsx("path",{d:"M72.6 194.3a11.2 11.2 0 0 1-8-19.1L175.3 64.7A11.2 11.2 0 1 1 191 80.6L80.6 191c-2.2 2.2-5.1 3.2-8 3.2z"})]})}),_r=h.memo(ya,M),va=Object.freeze(Object.defineProperty({__proto__:null,default:_r},Symbol.toStringTag,{value:"Module"})),$a=e=>o.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",width:18,height:19,viewBox:"0 0 18 19",fill:"none",...e,children:o.jsx("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M0 1.79773C0 1.07677 0.604838 0.5 1.33064 0.5H16.6694C17.3952 0.5 18 1.07677 18 1.79773V17.2023C18 17.9232 17.3952 18.5 16.6694 18.5H1.33064C0.604838 18.5 0 17.9232 0 17.2023V1.79773ZM5.44373 15.5677V7.44492H2.73405V15.5677H5.44373ZM4.08889 6.31541C5.03244 6.31541 5.63728 5.69058 5.63728 4.92155C5.61308 4.1285 5.05663 3.52769 4.11308 3.52769C3.19373 3.52769 2.5647 4.1285 2.5647 4.92155C2.5647 5.69058 3.14534 6.31541 4.08889 6.31541ZM9.65304 15.5677H6.94336C6.94336 15.5677 6.99175 8.18991 6.94336 7.44492H9.67723V8.58586C9.66903 8.59819 9.66097 8.6104 9.65304 8.62249H9.67723V8.58586C10.0439 8.03441 10.6772 7.25266 12.1208 7.25266C13.9111 7.25266 15.2417 8.4062 15.2417 10.9055V15.5677H12.5321V11.2179C12.5321 10.1365 12.145 9.39151 11.153 9.39151C10.403 9.39151 9.94336 9.89619 9.74981 10.3768C9.67723 10.5451 9.65304 10.7854 9.65304 11.0257V15.5677Z",fill:"currentColor"})}),Er=h.memo($a,M),wa=Object.freeze(Object.defineProperty({__proto__:null,default:Er},Symbol.toStringTag,{value:"Module"})),Ca=e=>o.jsx("svg",{width:24,height:24,xmlns:"http://www.w3.org/2000/svg",xmlSpace:"preserve",viewBox:"0 0 256 256",...e,children:o.jsxs("g",{fill:"currentColor",strokeMiterlimit:"10",strokeWidth:"0",transform:"matrix(2.8 0 0 2.8 1.4 1.4)",children:[o.jsx("path",{d:"M80.9 78.8H9c-5 0-9.1-4.1-9.1-9.1V20.3c0-5 4-9 9.1-9H81c5 0 9.1 4 9.1 9v49.4c0 5-4 9-9.1 9zM9 17.2A3.1 3.1 0 0 0 6 20.3v49.4c0 1.7 1.4 3 3.1 3H81c1.7 0 3.1-1.3 3.1-3V20.3c0-1.7-1.4-3-3.1-3H9z"}),o.jsx("path",{d:"M45 55.4c-5.4 0-10.6-2.3-14.2-6.3l-28.3-31 4.4-4 28.3 31c2.5 2.8 6 4.3 9.8 4.3 3.8 0 7.3-1.5 9.8-4.3l28.3-31 4.4 4-28.3 31c-3.6 4-8.8 6.3-14.2 6.3z"}),o.jsx("rect",{width:"39",height:"6",x:"-1",y:"57.2",rx:"0",ry:"0",transform:"rotate(-45.1 18.5 60.2)"}),o.jsx("rect",{width:"6",height:"39",x:"68.5",y:"40.7",rx:"0",ry:"0",transform:"rotate(-44.8 71.5 60.2)"})]})}),Or=h.memo(Ca,M),ja=Object.freeze(Object.defineProperty({__proto__:null,default:Or},Symbol.toStringTag,{value:"Module"})),Ma=e=>o.jsxs("svg",{height:48,width:48,fill:"currentColor",...e,xmlns:"http://www.w3.org/2000/svg",children:[o.jsx("ellipse",{cx:"26",cy:"24.095",rx:"26",ry:"23.547",fill:"#fff"}),o.jsx("path",{d:"M37.742 24.095H14.258M26 13.46V34.73 13.46Z",stroke:"#9E9E9E",strokeWidth:"5",strokeLinecap:"round",strokeLinejoin:"round"})]}),Lr=h.memo(Ma,M),ka=Object.freeze(Object.defineProperty({__proto__:null,default:Lr},Symbol.toStringTag,{value:"Module"})),Sa=e=>o.jsx("svg",{width:24,height:24,xmlns:"http://www.w3.org/2000/svg",xmlSpace:"preserve",viewBox:"0 0 256 256",...e,children:o.jsx("path",{fill:"currentColor",strokeMiterlimit:"10",strokeWidth:"0",d:"M199.75 145.13a54.45 54.45 0 0 0-43.54 21.82l-47.88-23.93c1.4-4.82 2.2-9.9 2.2-15.17a54.3 54.3 0 0 0-2.2-15.16l47.88-23.93a54.45 54.45 0 0 0 43.54 21.82 54.61 54.61 0 0 0 54.56-54.56c0-30.08-24.48-54.56-54.56-54.56s-54.56 24.48-54.56 54.56c0 5.27.79 10.35 2.19 15.17L99.5 95.11A54.45 54.45 0 0 0 55.97 73.3C25.88 73.3 1.4 97.77 1.4 127.86s24.47 54.56 54.56 54.56c17.79 0 33.56-8.6 43.53-21.82l47.88 23.92a54.32 54.32 0 0 0-2.2 15.17c0 30.09 24.48 54.56 54.57 54.56s54.56-24.47 54.56-54.56a54.62 54.62 0 0 0-54.56-54.56zm0-124c19.24 0 34.89 15.65 34.89 34.9s-15.65 34.88-34.9 34.88-34.88-15.65-34.88-34.89 15.65-34.89 34.89-34.89zM55.97 162.75c-19.24 0-34.9-15.65-34.9-34.9s15.66-34.88 34.9-34.88 34.88 15.65 34.88 34.89-15.65 34.89-34.88 34.89zm143.78 71.83a34.93 34.93 0 0 1-34.9-34.89c0-19.24 15.66-34.89 34.9-34.89s34.89 15.65 34.89 34.9a34.93 34.93 0 0 1-34.9 34.88z"})}),Nr=h.memo(Sa,M),Da=Object.freeze(Object.defineProperty({__proto__:null,default:Nr},Symbol.toStringTag,{value:"Module"})),Ta=e=>o.jsx("svg",{width:24,height:24,xmlns:"http://www.w3.org/2000/svg",xmlSpace:"preserve",viewBox:"0 0 256 256",...e,children:o.jsx("path",{fill:"currentColor",strokeMiterlimit:"10",strokeWidth:"0",d:"M81 231A147 147 0 0 0 228 76c11-7 19-16 26-27-9 5-19 7-29 9 10-7 18-17 22-29-10 6-21 10-33 12a52 52 0 0 0-88 48C83 87 45 66 19 35a52 52 0 0 0 16 69c-8 0-16-3-23-7v1c0 25 17 46 41 51a52 52 0 0 1-23 1c6 20 26 35 48 36a104 104 0 0 1-77 21c23 15 51 24 80 24"})}),Fr=h.memo(Ta,M),Ra=Object.freeze(Object.defineProperty({__proto__:null,default:Fr},Symbol.toStringTag,{value:"Module"})),Pa=e=>o.jsx("svg",{width:24,height:24,xmlns:"http://www.w3.org/2000/svg",xmlSpace:"preserve",viewBox:"0 0 256 256",...e,children:o.jsx("path",{fill:"#1da1f2",strokeMiterlimit:"10",strokeWidth:"0",d:"M81 230.6c95.4 0 147.6-79 147.6-147.6 0-2.3 0-4.5-.2-6.7 10.2-7.4 19-16.5 25.9-26.9-9.5 4.2-19.5 7-29.8 8.2a52 52 0 0 0 22.8-28.7 104 104 0 0 1-33 12.6A52 52 0 0 0 126 88.8C84.2 86.7 45.4 67 19 34.6a52 52 0 0 0 16 69.2 51.5 51.5 0 0 1-23.5-6.5v.7c0 24.7 17.4 46 41.6 50.9-7.6 2-15.6 2.4-23.4.9a52 52 0 0 0 48.5 36 104.1 104.1 0 0 1-76.8 21.5A146.9 146.9 0 0 0 81 230.6"})}),Ur=h.memo(Pa,M),Ia=Object.freeze(Object.defineProperty({__proto__:null,default:Ur},Symbol.toStringTag,{value:"Module"})),Aa=e=>o.jsx("svg",{width:24,height:24,fill:"currentColor",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",...e,children:o.jsx("path",{d:"M17 21H7a4 4 0 0 1-4-4v-1a1 1 0 1 1 2 0v1a2 2 0 0 0 2 2h10a2 2 0 0 0 2-2v-1a1 1 0 0 1 2 0v1a4 4 0 0 1-4 4Zm-5-4a1 1 0 0 1-1-1V6.41l-2.29 2.3a1.004 1.004 0 0 1-1.42-1.42l4-4a1 1 0 0 1 .33-.21A1 1 0 0 1 12 3a1 1 0 0 1 .38.08 1 1 0 0 1 .33.21l4 4a1.004 1.004 0 1 1-1.42 1.42L13 6.41V16a1 1 0 0 1-1 1Z",fill:"currentColor"})}),Vr=h.memo(Aa,M),Ba=Object.freeze(Object.defineProperty({__proto__:null,default:Vr},Symbol.toStringTag,{value:"Module"})),_a=e=>o.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",width:24,height:25,viewBox:"0 0 24 25",fill:"none",...e,children:o.jsx("path",{d:"M14.119 11.7052L20.4486 4.5H18.9492L13.4509 10.7549L9.0626 4.5H4L10.6374 13.9594L4 21.5142H5.4994L11.3021 14.9074L15.9374 21.5142H21M6.04057 5.60727H8.34407L18.9481 20.4613H16.644",fill:"currentColor"})}),qr=h.memo(_a,M),Ea=Object.freeze(Object.defineProperty({__proto__:null,default:qr},Symbol.toStringTag,{value:"Module"})),Oa=e=>o.jsx("svg",{width:24,height:24,xmlns:"http://www.w3.org/2000/svg",xmlSpace:"preserve",viewBox:"0 0 256 256",...e,children:o.jsx("path",{fill:"currentColor",strokeMiterlimit:"10",strokeWidth:"0",d:"M249 67c-3-11-11-19-22-22-20-6-99-6-99-6s-79 0-99 6C18 48 10 56 7 67c-6 20-6 61-6 61s0 41 6 61c3 11 11 19 22 22 20 5 99 5 99 5s79 0 99-5c11-3 19-11 22-22 5-20 5-61 5-61s0-41-5-61zm-146 99V90l65 38-65 38z"})}),Yr=h.memo(Oa,M),La=Object.freeze(Object.defineProperty({__proto__:null,default:Yr},Symbol.toStringTag,{value:"Module"})),Na=e=>o.jsx("svg",{width:24,height:24,xmlns:"http://www.w3.org/2000/svg",xmlSpace:"preserve",viewBox:"0 0 256 256",...e,children:o.jsxs("g",{fill:"currentColor",strokeMiterlimit:"10",strokeWidth:"0",children:[o.jsx("path",{fill:"red",d:"M249.02 66.99a31.68 31.68 0 0 0-22.36-22.36c-19.72-5.29-98.8-5.29-98.8-5.29s-79.09 0-98.8 5.29A31.68 31.68 0 0 0 6.68 66.99c-5.28 19.72-5.28 60.87-5.28 60.87s0 41.15 5.28 60.87a31.68 31.68 0 0 0 22.36 22.36c19.72 5.28 98.8 5.28 98.8 5.28s79.1 0 98.81-5.28a31.68 31.68 0 0 0 22.36-22.36c5.29-19.72 5.29-60.87 5.29-60.87s0-41.15-5.29-60.87z"}),o.jsx("path",{fill:"#fff",d:"m102.57 165.8 65.7-37.94-65.7-37.94z"})]})}),Hr=h.memo(Na,M),Fa=Object.freeze(Object.defineProperty({__proto__:null,default:Hr},Symbol.toStringTag,{value:"Module"})),[Ua,Va]=Lt();function qa({children:e}){const[t,r]=h.useState(!1);h.useEffect(()=>{r(!0)},[]);const n=h.useMemo(()=>({isClient:t}),[t]);return o.jsx(Va,{value:n,children:e})}const Ee=(e,t,r="sharing_tool")=>`?utm_source=${e}&utm_medium=${t}&utm_campaign=${r}`,Oe=()=>{const[e,t]=h.useState(),[r,n]=h.useState();return h.useEffect(()=>{t(window.location.href),n(window.document.title)},[]),{windowLocation:e,windowTitle:r}},Ya=(e,t,r)=>{const{windowLocation:n,windowTitle:s}=Oe(),a=r??n,i=Ee(e,t);return`https://www.facebook.com/sharer.php?u=${`${a}${i}`}&t=${s}`},Ha=(e,t,r)=>{const{windowLocation:n,windowTitle:s}=Oe(),a=r??n,i=Ee(e,t),l=`${a}${i}`;return`mailto:?to=&body=${s}%20${l}`},za=(e,t,r)=>{const{windowLocation:n}=Oe(),s=r??n,a=Ee(e,t);return`https://twitter.com/intent/tweet?text=${`${s}${a}`}`};exports.Accordion=po;exports.ArrowDown=wr;exports.ArrowLeft=Cr;exports.ArrowRight=jr;exports.Box=Ue;exports.BoxWithForwardRef=Ut;exports.Button=oe;exports.ButtonWithForwardRef=ne;exports.Calendar=gr;exports.Check=Mr;exports.Checkbox=Lo;exports.ChevronLeft=kr;exports.ChevronRight=Sr;exports.CloseBtn=Dr;exports.Date=Ao;exports.DatePicker=Bs;exports.DirectusImg=zs;exports.Facebook=Tr;exports.FacebookColored=Rr;exports.FacebookRounded=Pr;exports.Globe=Ir;exports.Icon=_;exports.Img=$r;exports.Instagram=Ar;exports.InstagramColored=Br;exports.IsClientContextProvider=qa;exports.Lightbox=To;exports.Link=_r;exports.LinkedIn=Er;exports.Mail=Or;exports.Modal=Ze;exports.Plus=Lr;exports.Popover=Po;exports.Radio=vr;exports.RadioGroup=Ns;exports.RadioGroupProvider=xr;exports.ReactHookFormInput=Fo;exports.ReactHookFormRadio=Ls;exports.ReactHookFormSelect=Oo;exports.ReactHookFormTextArea=No;exports.Select=Vt;exports.Share=Nr;exports.ShareButton=xo;exports.SidePanel=Do;exports.SidePanelContextProvider=vo;exports.TextArea=qt;exports.TextInputField=Yt;exports.ThemeContextProvider=It;exports.ThemeProvider=co;exports.Twitter=Fr;exports.TwitterColored=Ur;exports.Typography=R;exports.Upload=Vr;exports.WysiwygBlock=Io;exports.X=qr;exports.YouTube=Yr;exports.YouTubeColored=Hr;exports.createThemeProvider=At;exports.generateUtmTags=Ee;exports.makeTheme=Rt;exports.useFacebookShareUrl=Ya;exports.useIsClient=Ua;exports.useMailToShareUrl=Ha;exports.useRadioGroupCtx=yr;exports.useSidePanel=Ft;exports.useTheme=Pt;exports.useThemeContext=x;exports.useTwitterShareUrl=za;exports.useWindow=Oe;
|
|
96
|
+
*/function ll(e,t,r){const n=e*4+1,o=6+t*(5+n),a=[137,80,78,71,13,10,26,10,0,0,0,13,73,72,68,82,0,0,e>>8,e&255,0,0,t>>8,t&255,8,6,0,0,0,0,0,0,0,o>>>24,o>>16&255,o>>8&255,o&255,73,68,65,84,120,1],s=[0,498536548,997073096,651767980,1994146192,1802195444,1303535960,1342533948,-306674912,-267414716,-690576408,-882789492,-1687895376,-2032938284,-1609899400,-1111625188];let l=1,c=0;for(let f=0,h=0,u=n-1;f<t;f++,u+=n-1)for(a.push(f+1<t?0:1,n&255,n>>8,~n&255,n>>8^255,0),c=(c+l)%65521;h<u;h++){const m=r[h]&255;a.push(m),l=(l+m)%65521,c=(c+l)%65521}a.push(c>>8,c&255,l>>8,l&255,0,0,0,0,0,0,0,0,73,69,78,68,174,66,96,130);for(let[f,h]of[[12,29],[37,41+o]]){let u=-1;for(let m=f;m<h;m++)u^=a[m],u=u>>>4^s[u&15],u=u>>>4^s[u&15];u=~u,a[h++]=u>>>24,a[h++]=u>>16&255,a[h++]=u>>8&255,a[h++]=u&255}return`data:image/png;base64,${typeof Buffer<"u"?Buffer.from(new Uint8Array(a)).toString("base64"):btoa(String.fromCharCode(...a))}`}function cl(e){let{PI:t,min:r,max:n,cos:o,round:a}=Math,s=e[0]|e[1]<<8|e[2]<<16,l=e[3]|e[4]<<8,c=(s&63)/63,d=(s>>6&63)/31.5-1,f=(s>>12&63)/31.5-1,h=(s>>18&31)/31,u=s>>23,m=(l>>3&63)/63,g=(l>>9&63)/63,p=l>>15,y=n(3,p?u?5:7:l&7),v=n(3,p?l&7:u?5:7),P=u?(e[5]&15)/15:1,w=(e[5]>>4)/15,x=u?6:5,_=0,j=(le,B,te)=>{let Z=[];for(let X=0;X<B;X++)for(let q=X?0:1;q*B<le*(B-X);q++)Z.push(((e[x+(_>>1)]>>((_++&1)<<2)&15)/7.5-1)*te);return Z},M=j(y,v,h),E=j(3,3,m*1.25),D=j(3,3,g*1.25),I=u&&j(5,5,w),V=ul(e),K=a(V>1?32:32*V),W=a(V>1?32/V:32),Y=new Uint8Array(K*W*4),se=[],ie=[];for(let le=0,B=0;le<W;le++)for(let te=0;te<K;te++,B+=4){let Z=c,X=d,q=f,Ee=P;for(let k=0,A=n(y,u?5:3);k<A;k++)se[k]=o(t/K*(te+.5)*k);for(let k=0,A=n(v,u?5:3);k<A;k++)ie[k]=o(t/W*(le+.5)*k);for(let k=0,A=0;k<v;k++)for(let N=k?0:1,z=ie[k]*2;N*v<y*(v-k);N++,A++)Z+=M[A]*se[N]*z;for(let k=0,A=0;k<3;k++)for(let N=k?0:1,z=ie[k]*2;N<3-k;N++,A++){let H=se[N]*z;X+=E[A]*H,q+=D[A]*H}if(u)for(let k=0,A=0;k<5;k++)for(let N=k?0:1,z=ie[k]*2;N<5-k;N++,A++)Ee+=I[A]*se[N]*z;let ce=Z-2/3*X,pe=(3*Z-ce+q)/2,L=pe-q;Y[B]=n(0,255*r(1,pe)),Y[B+1]=n(0,255*r(1,L)),Y[B+2]=n(0,255*r(1,ce)),Y[B+3]=n(0,255*r(1,Ee))}return{w:K,h:W,rgba:Y}}function ul(e){let t=e[3],r=e[2]&128,n=e[4]&128,o=n?r?5:7:t&7,a=n?t&7:r?5:7;return o/a}function dl(e){const{w:t,h:r,rgba:n}=cl(il(e));return ll(t,r,n)}const co=e=>{const{src:t,width:r,height:n,themeName:o="img",tokens:a,customTheme:s,...l}=e,c=C(o,a,s);if(typeof t=="object"){const{blurWidth:d,blurHeight:f,width:h,height:u,...m}=t,g={blurwidth:d,blurheight:f};return i.jsx(lr,{className:c,...m,...l,...g,width:h??r,height:u??n})}return i.jsx(lr,{width:r,height:n,className:c,src:t,...l})},fl=process.env.NEXT_PUBLIC_IMG_DOMAIN??"",hl=e=>{const{fit:t,customTheme:r,thumbhash:n,description:o,width:a,height:s,id:l,filenameDownload:c,...d}=e;if(!l||!c)return null;const h=(()=>{try{const u=new URL(`/assets/${l}/${c}`,`https://${fl}`);return u.searchParams.set("fit",t??"contain"),u}catch(u){return console.warn(u),null}})();return h==null?null:i.jsx(co,{alt:o??"",...n?{blurDataURL:dl(n),placeholder:"blur"}:{},src:h.href,...d,width:a??void 0,height:s??void 0})},ml=e=>i.jsx("svg",{width:24,height:24,fill:"none",xmlns:"http://www.w3.org/2000/svg",...e,children:i.jsx("path",{d:"M17.728 13.66 12.388 19 7.05 13.66M12.4 5v14",stroke:"currentColor"})}),uo=b.memo(ml,O),pl=Object.freeze(Object.defineProperty({__proto__:null,default:uo},Symbol.toStringTag,{value:"Module"})),gl=e=>i.jsxs("svg",{width:24,height:24,fill:"currentColor",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",...e,children:[i.jsx("g",{children:i.jsx("path",{d:"M.075 11.622a1 1 0 0 0 0 .76 1 1 0 0 0 .21.33l8 8a1.004 1.004 0 0 0 1.42-1.42l-6.3-6.29h19.59a1 1 0 0 0 0-2H3.405l6.3-6.29a1 1 0 0 0 0-1.42 1 1 0 0 0-1.42 0l-8 8a1 1 0 0 0-.21.33Z"})}),i.jsx("defs",{children:i.jsx("clipPath",{children:i.jsx("path",{fill:"currentColor",d:"M0 0h24v24H0z"})})})]}),fo=b.memo(gl,O),bl=Object.freeze(Object.defineProperty({__proto__:null,default:fo},Symbol.toStringTag,{value:"Module"})),yl=e=>i.jsxs("svg",{width:24,height:24,fill:"currentColor",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",...e,children:[i.jsx("g",{children:i.jsx("path",{d:"M23.92 12.38a1 1 0 0 0 0-.76 1 1 0 0 0-.21-.33l-8-8a1.003 1.003 0 1 0-1.42 1.42l6.3 6.29H1a1 1 0 1 0 0 2h19.59l-6.3 6.29a1 1 0 0 0 0 1.42 1.002 1.002 0 0 0 1.42 0l8-8c.091-.095.162-.207.21-.33Z"})}),i.jsx("defs",{children:i.jsx("clipPath",{children:i.jsx("path",{fill:"currentColor",d:"M0 0h24v24H0z"})})})]}),ho=b.memo(yl,O),vl=Object.freeze(Object.defineProperty({__proto__:null,default:ho},Symbol.toStringTag,{value:"Module"})),xl=e=>i.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",height:48,width:48,fill:"currentColor",viewBox:"0 0 48 48",...e,children:i.jsx("path",{d:"M21.05 33.1 35.2 18.95l-2.3-2.25-11.85 11.85-6-6-2.25 2.25ZM24 44q-4.1 0-7.75-1.575-3.65-1.575-6.375-4.3-2.725-2.725-4.3-6.375Q4 28.1 4 24q0-4.15 1.575-7.8 1.575-3.65 4.3-6.35 2.725-2.7 6.375-4.275Q19.9 4 24 4q4.15 0 7.8 1.575 3.65 1.575 6.35 4.275 2.7 2.7 4.275 6.35Q44 19.85 44 24q0 4.1-1.575 7.75-1.575 3.65-4.275 6.375t-6.35 4.3Q28.15 44 24 44Z"})}),mo=b.memo(xl,O),wl=Object.freeze(Object.defineProperty({__proto__:null,default:mo},Symbol.toStringTag,{value:"Module"})),$l=e=>i.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",height:"48",width:"48",fill:"currentColor",...e,children:i.jsx("path",{d:"M28.05 36 16 23.95 28.05 11.9l2.15 2.15-9.9 9.9 9.9 9.9Z"})}),po=b.memo($l,O),Cl=Object.freeze(Object.defineProperty({__proto__:null,default:po},Symbol.toStringTag,{value:"Module"})),Pl=e=>i.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",height:"48",width:"48",fill:"currentColor",...e,children:i.jsx("path",{d:"m18.75 36-2.15-2.15 9.9-9.9-9.9-9.9 2.15-2.15L30.8 23.95Z"})}),go=b.memo(Pl,O),jl=Object.freeze(Object.defineProperty({__proto__:null,default:go},Symbol.toStringTag,{value:"Module"})),_l=e=>i.jsx("svg",{width:42,height:42,fill:"currentColor",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 72 72",...e,children:i.jsx("path",{d:"M46.75 49.625a1.874 1.874 0 0 1-1.331-.544L35.5 39.144l-9.919 9.937a1.876 1.876 0 0 1-2.662 0 1.873 1.873 0 0 1 0-2.662l9.937-9.919-9.937-9.919a1.883 1.883 0 0 1 2.662-2.662l9.92 9.937 9.918-9.937a1.873 1.873 0 0 1 2.662 0 1.876 1.876 0 0 1 0 2.662l-9.937 9.92 9.937 9.918a1.876 1.876 0 0 1-1.33 3.206Z",fill:"currentColor"})}),bo=b.memo(_l,O),Rl=Object.freeze(Object.defineProperty({__proto__:null,default:bo},Symbol.toStringTag,{value:"Module"})),Ml=e=>i.jsx("svg",{width:24,height:24,fill:"currentColor",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",...e,children:i.jsx("path",{d:"M9.161 5.889v2.753H7V12h2.161v10h4.442V12h2.977s.28-1.614.417-3.38h-3.379V6.316a.963.963 0 0 1 .332-.558c.174-.146.396-.233.63-.248H17V2h-3.275C9.063 2 9.173 5.37 9.173 5.889h-.012Z",fill:"currentColor"})}),yo=b.memo(Ml,O),Tl=Object.freeze(Object.defineProperty({__proto__:null,default:yo},Symbol.toStringTag,{value:"Module"})),Sl=e=>i.jsx("svg",{width:24,height:24,xmlns:"http://www.w3.org/2000/svg",xmlSpace:"preserve",viewBox:"0 0 256 256",...e,children:i.jsx("path",{fill:"#3b5998",strokeMiterlimit:"10",strokeWidth:"0",d:"M147.5 254.3V139.1h38.7l6-45h-44.7V65.2c0-13 3.6-21.9 22.3-21.9h23.7V3.2c-11.6-1.2-23.1-1.8-34.7-1.8-34.3 0-57.8 20.9-57.8 59.4V94H62.2v45.1H101v115.2h46.5z"})}),vo=b.memo(Sl,O),Dl=Object.freeze(Object.defineProperty({__proto__:null,default:vo},Symbol.toStringTag,{value:"Module"})),kl=e=>i.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",width:24,height:25,viewBox:"0 0 24 25",fill:"none",...e,children:i.jsx("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M2 12.5001C2 17.4501 5.6 21.5501 10.35 22.4001L10.4094 22.3515C10.4063 22.3509 10.4032 22.3503 10.4001 22.3498V15.2998H7.90015V12.4998H10.4001V10.2998C10.4001 7.79978 12.0001 6.39978 14.3001 6.39978C15.0001 6.39978 15.8001 6.49978 16.5001 6.59978V9.14978H15.2001C14.0001 9.14978 13.7001 9.74978 13.7001 10.5498V12.4998H16.3501L15.9001 15.2998H13.7001V22.3498C13.6696 22.3553 13.639 22.3608 13.6084 22.366L13.65 22.4001C18.4 21.5501 22 17.4501 22 12.5001C22 7.00006 17.5 2.50006 12 2.50006C6.5 2.50006 2 7.00006 2 12.5001Z",fill:"currentColor"})}),xo=b.memo(kl,O),El=Object.freeze(Object.defineProperty({__proto__:null,default:xo},Symbol.toStringTag,{value:"Module"})),Ol=e=>i.jsxs("svg",{width:"40",height:"40",viewBox:"0 0 67 67",fill:"none",xmlns:"http://www.w3.org/2000/svg",...e,children:[i.jsx("path",{d:"M16.1339 8.5415C18.1397 10.0645 19.8152 11.9792 21.0587 14.1693C22.2848 16.2537 25.064 22.0491 22.5341 25.3227C19.6732 29.0215 11.3848 30.2721 11.3848 33.6807C11.3848 36.2473 15.0181 39.1736 16.9594 42.0386C18.0736 43.6842 18.6691 45.626 18.6691 47.6133C18.6691 49.6006 18.0736 51.5423 16.9594 53.1879C16.0541 54.6088 14.817 55.7884 13.3547 56.6251",stroke:"currentColor",strokeWidth:"5",strokeLinecap:"round",strokeLinejoin:"round"}),i.jsx("path",{d:"M57.8289 14.8058C52.7905 17.106 47.4837 18.766 42.0327 19.747C39.1227 19.9555 38.6895 17.5605 36.4621 14.1724C34.7905 11.6302 30.8874 8.45055 30.8874 5.81443C30.8648 4.90303 30.9876 3.99386 31.2511 3.12109",stroke:"currentColor",strokeWidth:"5",strokeLinecap:"round",strokeLinejoin:"round"}),i.jsx("path",{d:"M33.6799 64.3334C50.6088 64.3334 64.3324 50.6098 64.3324 33.6809C64.3324 16.7519 50.6088 3.02832 33.6799 3.02832C16.751 3.02832 3.02734 16.7519 3.02734 33.6809C3.02734 50.6098 16.751 64.3334 33.6799 64.3334Z",stroke:"currentColor",strokeWidth:"5",strokeLinecap:"round",strokeLinejoin:"round"}),i.jsx("path",{d:"M53.2225 36.1983C53.341 44.781 42.1549 55.5094 36.4658 53.188C31.4796 51.1445 34.9944 47.2291 33.7193 36.1983C33.188 31.6127 38.0842 27.8404 43.4872 27.8404C45.8806 27.6839 48.24 28.4711 50.0597 30.0335C51.8795 31.5958 53.2225 32.8948 53.2225 36.1983Z",stroke:"currentColor",strokeWidth:"5",strokeLinecap:"round",strokeLinejoin:"round"})]}),wo=b.memo(Ol,O),Al=Object.freeze(Object.defineProperty({__proto__:null,default:wo},Symbol.toStringTag,{value:"Module"})),Il=e=>i.jsx("svg",{width:24,height:24,xmlns:"http://www.w3.org/2000/svg",xmlSpace:"preserve",viewBox:"0 0 256 256",...e,children:i.jsxs("g",{fill:"currentColor",strokeMiterlimit:"10",strokeWidth:"0",children:[i.jsx("path",{d:"M253.5 75.7a92.8 92.8 0 0 0-5.8-30.7A62 62 0 0 0 233 22.6 62 62 0 0 0 210.7 8c-8-3-17.2-5.2-30.7-5.8-13.5-.6-17.8-.8-52.1-.8s-38.7.2-52.2.8A92.8 92.8 0 0 0 45 8c-8.4 3.2-16 8.2-22.4 14.6A62 62 0 0 0 8 45c-3 8-5.2 17.3-5.8 30.7a890 890 0 0 0-.8 52.2c0 34.3.2 38.6.8 52.1A92.8 92.8 0 0 0 8 210.7a62 62 0 0 0 14.5 22.4A62 62 0 0 0 45 247.7c8 3.1 17.3 5.2 30.7 5.9 13.5.6 17.8.7 52.2.7s38.6-.1 52-.7a92.8 92.8 0 0 0 30.8-6c17-6.5 30.4-20 37-36.9 3-8 5.2-17.2 5.8-30.7.7-13.5.8-17.8.8-52.1s-.1-38.7-.8-52.2zM230.8 179c-.6 12.3-2.6 19-4.4 23.4-4.2 11-13 19.8-24 24a69.9 69.9 0 0 1-23.4 4.4c-13.4.6-17.4.7-51.1.7-33.8 0-37.8-.1-51.1-.7-12.4-.6-19-2.6-23.5-4.4-5.5-2-10.5-5.2-14.5-9.4-4.2-4.1-7.5-9-9.5-14.6a69.9 69.9 0 0 1-4.4-23.4c-.6-13.4-.7-17.4-.7-51.1s.1-37.8.7-51.1c.6-12.4 2.6-19 4.4-23.5 2-5.5 5.2-10.5 9.4-14.6 4.1-4.2 9-7.4 14.6-9.4a69.9 69.9 0 0 1 23.5-4.4c13.3-.6 17.3-.7 51-.7 33.8 0 37.8.1 51.1.7 12.4.6 19 2.7 23.5 4.4 5.5 2 10.5 5.2 14.6 9.4 4.2 4.1 7.4 9.1 9.4 14.6a69.9 69.9 0 0 1 4.4 23.5c.6 13.3.7 17.3.7 51s-.1 37.8-.7 51.2z"}),i.jsx("path",{d:"M127.9 63a65 65 0 1 0 0 129.8 65 65 0 0 0 0-129.9zm0 107a42.2 42.2 0 1 1 0-84.3 42.2 42.2 0 0 1 0 84.3zM210.5 60.4a15.2 15.2 0 1 1-30.3 0 15.2 15.2 0 0 1 30.3 0z"})]})}),$o=b.memo(Il,O),Ll=Object.freeze(Object.defineProperty({__proto__:null,default:$o},Symbol.toStringTag,{value:"Module"})),Nl=e=>i.jsx("svg",{width:24,height:24,xmlns:"http://www.w3.org/2000/svg",xmlSpace:"preserve",viewBox:"0 0 256 256",...e,children:i.jsxs("g",{fill:"none",strokeMiterlimit:"10",strokeWidth:"0",transform:"matrix(2.8 0 0 2.8 1.4 1.4)",children:[i.jsxs("linearGradient",{id:"a",x1:"7.6",x2:"82.4",y1:"9.6",y2:"84.4",gradientTransform:"matrix(1 0 0 -1 0 92)",gradientUnits:"userSpaceOnUse",children:[i.jsx("stop",{offset:"0%",stopColor:"#ffd600"}),i.jsx("stop",{offset:"50%",stopColor:"#ff0100"}),i.jsx("stop",{offset:"100%",stopColor:"#d800b9"})]}),i.jsx("path",{fill:"url(#a)",d:"M89.7 26.4c-.2-4.7-1-8-2-10.9a22 22 0 0 0-5.3-8 22 22 0 0 0-8-5.1A33 33 0 0 0 63.7.3C58.8 0 57.2 0 45 0S31.2 0 26.4.3c-4.7.2-8 1-10.9 2a22 22 0 0 0-8 5.3 22 22 0 0 0-5.1 8A33 33 0 0 0 .3 26.3C0 31.2 0 32.8 0 45c0 12.2 0 13.8.3 18.6.2 4.7 1 8 2 10.9a22 22 0 0 0 5.3 8c2.2 2.2 5 4 8 5.1a33 33 0 0 0 10.8 2.1c4.8.2 6.4.3 18.6.3s13.8 0 18.6-.3c4.7-.2 8-1 10.9-2a23 23 0 0 0 13.1-13.2 33 33 0 0 0 2.1-11c.2-4.7.3-6.3.3-18.5s0-13.8-.3-18.6zm-8 36.8c-.3 4.4-1 6.8-1.6 8.3-1.5 4-4.6 7-8.6 8.6-1.5.6-4 1.3-8.3 1.5-4.8.2-6.2.3-18.2.3s-13.4 0-18.2-.3a25 25 0 0 1-8.3-1.5 14 14 0 0 1-5.2-3.4 14 14 0 0 1-3.4-5.2c-.6-1.5-1.3-4-1.5-8.3A313 313 0 0 1 8 45c0-12 0-13.4.3-18.2a25 25 0 0 1 1.5-8.3 14 14 0 0 1 3.4-5.2 14 14 0 0 1 5.2-3.4c1.5-.6 4-1.3 8.3-1.5C31.6 8.2 33 8 45 8s13.4 0 18.2.3c4.4.2 6.8.9 8.3 1.5a14 14 0 0 1 5.2 3.4 14 14 0 0 1 3.4 5.2c.6 1.5 1.3 4 1.5 8.3.2 4.8.3 6.2.3 18.2s0 13.4-.3 18.2z"}),i.jsxs("linearGradient",{id:"b",x1:"28.7",x2:"61.3",y1:"30.7",y2:"63.3",gradientTransform:"matrix(1 0 0 -1 0 92)",gradientUnits:"userSpaceOnUse",children:[i.jsx("stop",{offset:"0%",stopColor:"#ff6400"}),i.jsx("stop",{offset:"50%",stopColor:"#ff0100"}),i.jsx("stop",{offset:"100%",stopColor:"#fd0056"})]}),i.jsx("path",{fill:"url(#b)",d:"M45 21.9A23.1 23.1 0 1 0 45 68 23.1 23.1 0 0 0 45 22zM45 60a15 15 0 1 1 0-30 15 15 0 0 1 0 30z"}),i.jsxs("linearGradient",{id:"c",x1:"65.2",x2:"72.8",y1:"67.2",y2:"74.8",gradientTransform:"matrix(1 0 0 -1 0 92)",gradientUnits:"userSpaceOnUse",children:[i.jsx("stop",{offset:"0%",stopColor:"#f30072"}),i.jsx("stop",{offset:"100%",stopColor:"#e50097"})]}),i.jsx("path",{fill:"url(#c)",d:"M74.4 21a5.4 5.4 0 1 1-10.8 0 5.4 5.4 0 0 1 10.8 0z"})]})}),Co=b.memo(Nl,O),Bl=Object.freeze(Object.defineProperty({__proto__:null,default:Co},Symbol.toStringTag,{value:"Module"})),ql=e=>i.jsx("svg",{width:24,height:24,xmlns:"http://www.w3.org/2000/svg",xmlSpace:"preserve",viewBox:"0 0 256 256",...e,children:i.jsxs("g",{fill:"currentColor",strokeMiterlimit:"10",strokeWidth:"0",children:[i.jsx("path",{d:"M61.4 254.3A59.8 59.8 0 0 1 19 151.8L65.8 105a11.2 11.2 0 0 1 15.9 16l-46.8 46.7a37.3 37.3 0 0 0 0 53.1 37.6 37.6 0 0 0 53 0l46.9-46.8a11.2 11.2 0 1 1 15.9 16l-46.8 46.7a59.8 59.8 0 0 1-42.5 17.6zM182 154a11.2 11.2 0 0 1-8-19.2L220.8 88a37.6 37.6 0 0 0-53-53.1l-46.9 46.8a11.2 11.2 0 0 1-15.9-16L151.8 19a59.6 59.6 0 0 1 85 0 60.1 60.1 0 0 1 0 84.9l-46.9 46.8c-2.2 2.2-5 3.3-8 3.3z"}),i.jsx("path",{d:"M72.6 194.3a11.2 11.2 0 0 1-8-19.1L175.3 64.7A11.2 11.2 0 1 1 191 80.6L80.6 191c-2.2 2.2-5.1 3.2-8 3.2z"})]})}),Po=b.memo(ql,O),Fl=Object.freeze(Object.defineProperty({__proto__:null,default:Po},Symbol.toStringTag,{value:"Module"})),Ul=e=>i.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",width:18,height:19,viewBox:"0 0 18 19",fill:"none",...e,children:i.jsx("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M0 1.79773C0 1.07677 0.604838 0.5 1.33064 0.5H16.6694C17.3952 0.5 18 1.07677 18 1.79773V17.2023C18 17.9232 17.3952 18.5 16.6694 18.5H1.33064C0.604838 18.5 0 17.9232 0 17.2023V1.79773ZM5.44373 15.5677V7.44492H2.73405V15.5677H5.44373ZM4.08889 6.31541C5.03244 6.31541 5.63728 5.69058 5.63728 4.92155C5.61308 4.1285 5.05663 3.52769 4.11308 3.52769C3.19373 3.52769 2.5647 4.1285 2.5647 4.92155C2.5647 5.69058 3.14534 6.31541 4.08889 6.31541ZM9.65304 15.5677H6.94336C6.94336 15.5677 6.99175 8.18991 6.94336 7.44492H9.67723V8.58586C9.66903 8.59819 9.66097 8.6104 9.65304 8.62249H9.67723V8.58586C10.0439 8.03441 10.6772 7.25266 12.1208 7.25266C13.9111 7.25266 15.2417 8.4062 15.2417 10.9055V15.5677H12.5321V11.2179C12.5321 10.1365 12.145 9.39151 11.153 9.39151C10.403 9.39151 9.94336 9.89619 9.74981 10.3768C9.67723 10.5451 9.65304 10.7854 9.65304 11.0257V15.5677Z",fill:"currentColor"})}),jo=b.memo(Ul,O),Vl=Object.freeze(Object.defineProperty({__proto__:null,default:jo},Symbol.toStringTag,{value:"Module"})),Hl=e=>i.jsx("svg",{width:24,height:24,xmlns:"http://www.w3.org/2000/svg",xmlSpace:"preserve",viewBox:"0 0 256 256",...e,children:i.jsxs("g",{fill:"currentColor",strokeMiterlimit:"10",strokeWidth:"0",transform:"matrix(2.8 0 0 2.8 1.4 1.4)",children:[i.jsx("path",{d:"M80.9 78.8H9c-5 0-9.1-4.1-9.1-9.1V20.3c0-5 4-9 9.1-9H81c5 0 9.1 4 9.1 9v49.4c0 5-4 9-9.1 9zM9 17.2A3.1 3.1 0 0 0 6 20.3v49.4c0 1.7 1.4 3 3.1 3H81c1.7 0 3.1-1.3 3.1-3V20.3c0-1.7-1.4-3-3.1-3H9z"}),i.jsx("path",{d:"M45 55.4c-5.4 0-10.6-2.3-14.2-6.3l-28.3-31 4.4-4 28.3 31c2.5 2.8 6 4.3 9.8 4.3 3.8 0 7.3-1.5 9.8-4.3l28.3-31 4.4 4-28.3 31c-3.6 4-8.8 6.3-14.2 6.3z"}),i.jsx("rect",{width:"39",height:"6",x:"-1",y:"57.2",rx:"0",ry:"0",transform:"rotate(-45.1 18.5 60.2)"}),i.jsx("rect",{width:"6",height:"39",x:"68.5",y:"40.7",rx:"0",ry:"0",transform:"rotate(-44.8 71.5 60.2)"})]})}),_o=b.memo(Hl,O),zl=Object.freeze(Object.defineProperty({__proto__:null,default:_o},Symbol.toStringTag,{value:"Module"})),Wl=e=>i.jsxs("svg",{height:48,width:48,fill:"currentColor",...e,xmlns:"http://www.w3.org/2000/svg",children:[i.jsx("ellipse",{cx:"26",cy:"24.095",rx:"26",ry:"23.547",fill:"#fff"}),i.jsx("path",{d:"M37.742 24.095H14.258M26 13.46V34.73 13.46Z",stroke:"#9E9E9E",strokeWidth:"5",strokeLinecap:"round",strokeLinejoin:"round"})]}),Ro=b.memo(Wl,O),Yl=Object.freeze(Object.defineProperty({__proto__:null,default:Ro},Symbol.toStringTag,{value:"Module"})),Gl=e=>i.jsx("svg",{width:24,height:24,xmlns:"http://www.w3.org/2000/svg",xmlSpace:"preserve",viewBox:"0 0 256 256",...e,children:i.jsx("path",{fill:"currentColor",strokeMiterlimit:"10",strokeWidth:"0",d:"M199.75 145.13a54.45 54.45 0 0 0-43.54 21.82l-47.88-23.93c1.4-4.82 2.2-9.9 2.2-15.17a54.3 54.3 0 0 0-2.2-15.16l47.88-23.93a54.45 54.45 0 0 0 43.54 21.82 54.61 54.61 0 0 0 54.56-54.56c0-30.08-24.48-54.56-54.56-54.56s-54.56 24.48-54.56 54.56c0 5.27.79 10.35 2.19 15.17L99.5 95.11A54.45 54.45 0 0 0 55.97 73.3C25.88 73.3 1.4 97.77 1.4 127.86s24.47 54.56 54.56 54.56c17.79 0 33.56-8.6 43.53-21.82l47.88 23.92a54.32 54.32 0 0 0-2.2 15.17c0 30.09 24.48 54.56 54.57 54.56s54.56-24.47 54.56-54.56a54.62 54.62 0 0 0-54.56-54.56zm0-124c19.24 0 34.89 15.65 34.89 34.9s-15.65 34.88-34.9 34.88-34.88-15.65-34.88-34.89 15.65-34.89 34.89-34.89zM55.97 162.75c-19.24 0-34.9-15.65-34.9-34.9s15.66-34.88 34.9-34.88 34.88 15.65 34.88 34.89-15.65 34.89-34.88 34.89zm143.78 71.83a34.93 34.93 0 0 1-34.9-34.89c0-19.24 15.66-34.89 34.9-34.89s34.89 15.65 34.89 34.9a34.93 34.93 0 0 1-34.9 34.88z"})}),Mo=b.memo(Gl,O),Jl=Object.freeze(Object.defineProperty({__proto__:null,default:Mo},Symbol.toStringTag,{value:"Module"})),Ql=e=>i.jsx("svg",{width:24,height:24,xmlns:"http://www.w3.org/2000/svg",xmlSpace:"preserve",viewBox:"0 0 256 256",...e,children:i.jsx("path",{fill:"currentColor",strokeMiterlimit:"10",strokeWidth:"0",d:"M81 231A147 147 0 0 0 228 76c11-7 19-16 26-27-9 5-19 7-29 9 10-7 18-17 22-29-10 6-21 10-33 12a52 52 0 0 0-88 48C83 87 45 66 19 35a52 52 0 0 0 16 69c-8 0-16-3-23-7v1c0 25 17 46 41 51a52 52 0 0 1-23 1c6 20 26 35 48 36a104 104 0 0 1-77 21c23 15 51 24 80 24"})}),To=b.memo(Ql,O),Kl=Object.freeze(Object.defineProperty({__proto__:null,default:To},Symbol.toStringTag,{value:"Module"})),Zl=e=>i.jsx("svg",{width:24,height:24,xmlns:"http://www.w3.org/2000/svg",xmlSpace:"preserve",viewBox:"0 0 256 256",...e,children:i.jsx("path",{fill:"#1da1f2",strokeMiterlimit:"10",strokeWidth:"0",d:"M81 230.6c95.4 0 147.6-79 147.6-147.6 0-2.3 0-4.5-.2-6.7 10.2-7.4 19-16.5 25.9-26.9-9.5 4.2-19.5 7-29.8 8.2a52 52 0 0 0 22.8-28.7 104 104 0 0 1-33 12.6A52 52 0 0 0 126 88.8C84.2 86.7 45.4 67 19 34.6a52 52 0 0 0 16 69.2 51.5 51.5 0 0 1-23.5-6.5v.7c0 24.7 17.4 46 41.6 50.9-7.6 2-15.6 2.4-23.4.9a52 52 0 0 0 48.5 36 104.1 104.1 0 0 1-76.8 21.5A146.9 146.9 0 0 0 81 230.6"})}),So=b.memo(Zl,O),Xl=Object.freeze(Object.defineProperty({__proto__:null,default:So},Symbol.toStringTag,{value:"Module"})),ec=e=>i.jsx("svg",{width:24,height:24,fill:"currentColor",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",...e,children:i.jsx("path",{d:"M17 21H7a4 4 0 0 1-4-4v-1a1 1 0 1 1 2 0v1a2 2 0 0 0 2 2h10a2 2 0 0 0 2-2v-1a1 1 0 0 1 2 0v1a4 4 0 0 1-4 4Zm-5-4a1 1 0 0 1-1-1V6.41l-2.29 2.3a1.004 1.004 0 0 1-1.42-1.42l4-4a1 1 0 0 1 .33-.21A1 1 0 0 1 12 3a1 1 0 0 1 .38.08 1 1 0 0 1 .33.21l4 4a1.004 1.004 0 1 1-1.42 1.42L13 6.41V16a1 1 0 0 1-1 1Z",fill:"currentColor"})}),Do=b.memo(ec,O),tc=Object.freeze(Object.defineProperty({__proto__:null,default:Do},Symbol.toStringTag,{value:"Module"})),rc=e=>i.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",width:24,height:25,viewBox:"0 0 24 25",fill:"none",...e,children:i.jsx("path",{d:"M14.119 11.7052L20.4486 4.5H18.9492L13.4509 10.7549L9.0626 4.5H4L10.6374 13.9594L4 21.5142H5.4994L11.3021 14.9074L15.9374 21.5142H21M6.04057 5.60727H8.34407L18.9481 20.4613H16.644",fill:"currentColor"})}),ko=b.memo(rc,O),nc=Object.freeze(Object.defineProperty({__proto__:null,default:ko},Symbol.toStringTag,{value:"Module"})),oc=e=>i.jsx("svg",{width:24,height:24,xmlns:"http://www.w3.org/2000/svg",xmlSpace:"preserve",viewBox:"0 0 256 256",...e,children:i.jsx("path",{fill:"currentColor",strokeMiterlimit:"10",strokeWidth:"0",d:"M249 67c-3-11-11-19-22-22-20-6-99-6-99-6s-79 0-99 6C18 48 10 56 7 67c-6 20-6 61-6 61s0 41 6 61c3 11 11 19 22 22 20 5 99 5 99 5s79 0 99-5c11-3 19-11 22-22 5-20 5-61 5-61s0-41-5-61zm-146 99V90l65 38-65 38z"})}),Eo=b.memo(oc,O),ac=Object.freeze(Object.defineProperty({__proto__:null,default:Eo},Symbol.toStringTag,{value:"Module"})),sc=e=>i.jsx("svg",{width:24,height:24,xmlns:"http://www.w3.org/2000/svg",xmlSpace:"preserve",viewBox:"0 0 256 256",...e,children:i.jsxs("g",{fill:"currentColor",strokeMiterlimit:"10",strokeWidth:"0",children:[i.jsx("path",{fill:"red",d:"M249.02 66.99a31.68 31.68 0 0 0-22.36-22.36c-19.72-5.29-98.8-5.29-98.8-5.29s-79.09 0-98.8 5.29A31.68 31.68 0 0 0 6.68 66.99c-5.28 19.72-5.28 60.87-5.28 60.87s0 41.15 5.28 60.87a31.68 31.68 0 0 0 22.36 22.36c19.72 5.28 98.8 5.28 98.8 5.28s79.1 0 98.81-5.28a31.68 31.68 0 0 0 22.36-22.36c5.29-19.72 5.29-60.87 5.29-60.87s0-41.15-5.29-60.87z"}),i.jsx("path",{fill:"#fff",d:"m102.57 165.8 65.7-37.94-65.7-37.94z"})]})}),Oo=b.memo(sc,O),ic=Object.freeze(Object.defineProperty({__proto__:null,default:Oo},Symbol.toStringTag,{value:"Module"})),[lc,cc]=bn();function uc({children:e}){const[t,r]=b.useState(!1);b.useEffect(()=>{r(!0)},[]);const n=b.useMemo(()=>({isClient:t}),[t]);return i.jsx(cc,{value:n,children:e})}const ut=(e,t,r="sharing_tool")=>`?utm_source=${e}&utm_medium=${t}&utm_campaign=${r}`,dt=()=>{const[e,t]=b.useState(),[r,n]=b.useState();return b.useEffect(()=>{t(window.location.href),n(window.document.title)},[]),{windowLocation:e,windowTitle:r}},dc=(e,t,r)=>{const{windowLocation:n,windowTitle:o}=dt(),a=r??n,s=ut(e,t);return`https://www.facebook.com/sharer.php?u=${`${a}${s}`}&t=${o}`},fc=(e,t,r)=>{const{windowLocation:n,windowTitle:o}=dt(),a=r??n,s=ut(e,t),l=`${a}${s}`;return`mailto:?to=&body=${o}%20${l}`},hc=(e,t,r)=>{const{windowLocation:n}=dt(),o=r??n,a=ut(e,t);return`https://twitter.com/intent/tweet?text=${`${o}${a}`}`};exports.Accordion=rs;exports.ArrowDown=uo;exports.ArrowLeft=fo;exports.ArrowRight=ho;exports.Box=he;exports.BoxWithForwardRef=Jt;exports.Button=ve;exports.ButtonWithForwardRef=je;exports.Calendar=Qn;exports.Check=mo;exports.Checkbox=$s;exports.ChevronLeft=po;exports.ChevronRight=go;exports.CloseBtn=bo;exports.Date=bs;exports.DatePicker=yi;exports.DirectusImg=hl;exports.Facebook=yo;exports.FacebookColored=vo;exports.FacebookRounded=xo;exports.Globe=wo;exports.Icon=ee;exports.Img=co;exports.Instagram=$o;exports.InstagramColored=Co;exports.IsClientContextProvider=uc;exports.Lightbox=hs;exports.Link=Po;exports.LinkedIn=jo;exports.Mail=_o;exports.Menu=Si;exports.MenuContextProvider=ji;exports.MenuItems=sl;exports.Modal=Gt;exports.Plus=Ro;exports.Popover=ps;exports.Radio=to;exports.RadioGroup=Ci;exports.RadioGroupProvider=Xn;exports.ReactHookFormInput=Ps;exports.ReactHookFormRadio=$i;exports.ReactHookFormSelect=ws;exports.ReactHookFormTextArea=Cs;exports.RenderWithSlide=wn;exports.Select=Cn;exports.Share=Mo;exports.ShareButton=os;exports.SidePanel=$n;exports.SidePanelContextProvider=xn;exports.TabContainer=ro;exports.TextArea=Pn;exports.TextInputField=jn;exports.ThemeContextProvider=fn;exports.ThemeProvider=Qa;exports.Twitter=To;exports.TwitterColored=So;exports.Typography=G;exports.Upload=Do;exports.WysiwygBlock=gs;exports.X=ko;exports.YouTube=Eo;exports.YouTubeColored=Oo;exports.createThemeProvider=hn;exports.generateUtmTags=ut;exports.makeTheme=un;exports.useFacebookShareUrl=dc;exports.useIsClient=lc;exports.useMailToShareUrl=fc;exports.useMenu=lt;exports.useRadioGroupCtx=eo;exports.useSidePanel=vn;exports.useTheme=dn;exports.useThemeContext=C;exports.useTwitterShareUrl=hc;exports.useWindow=dt;
|