@powerhousedao/connect 5.1.0 → 5.2.0-staging.2
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/.env +1 -0
- package/dist/assets/AddDriveModal-2J4OkOKe.js +1 -0
- package/dist/assets/ClearStorageModal-D-Trm4Bv.js +1 -0
- package/dist/assets/CookiesPolicyModal-TR7WVoSA.js +1 -0
- package/dist/assets/CreateDocumentModal-Cs-4k9rW.js +1 -0
- package/dist/assets/{DebugSettingsModal-CooFY-Go.js → DebugSettingsModal-Bp_xYviw.js} +1 -1
- package/dist/assets/{DeleteDriveModal-BOdu1bg5.js → DeleteDriveModal-CeCAWL_i.js} +1 -1
- package/dist/assets/DeleteItemModal-BLqrxHHr.js +1 -0
- package/dist/assets/DisclaimerModal-DV4OXJI1.js +1 -0
- package/dist/assets/DriveSettingsModal-BJJf_xXi.js +1 -0
- package/dist/assets/{ExportDocumentWithErrorsModal-BzgGSmxg.js → ExportDocumentWithErrorsModal-tuPYLvIE.js} +1 -1
- package/dist/assets/SettingsModal-CU5Mio6y.js +1 -0
- package/dist/assets/UpgradeDriveModal-CpKl7cbN.js +1 -0
- package/dist/assets/{design_system-DGYPpUGa.js → design_system-WuKyHXQN.js} +1 -1
- package/dist/assets/design_system_connect-DKWQSjBv.js +45 -0
- package/dist/assets/design_system_ui-DvlEeqfu.js +1 -0
- package/dist/assets/{document_drive-BEIKnuGM.js → document_drive-BuVpBb4l.js} +25 -14
- package/dist/assets/{document_engineering-B49PhCDR.js → document_engineering-C2PWdZDH.js} +1 -1
- package/dist/assets/{document_model-DXcLJEjZ.js → document_model-DB4SzBSe.js} +3 -3
- package/dist/assets/document_model_editor-Dxf_uko8.js +23 -0
- package/dist/assets/{drive_explorer-d0kn77Nx.js → drive_explorer-iLZp-dwy.js} +2 -2
- package/dist/assets/{graphql-editor-CSkqTexL.js → graphql-editor-BycuWm1l.js} +2 -2
- package/dist/assets/{hooks-D4Uas2SG.js → hooks-BdgCwg49.js} +1 -1
- package/dist/assets/index-BilHslhO.css +1 -0
- package/dist/assets/index-CS9DBC13.js +20 -0
- package/dist/assets/index-VIbDz3Cl.js +25 -0
- package/dist/assets/json-editor-BjVnk0-0.js +1 -0
- package/dist/assets/nodefs-Dk4wkJJa.js +1 -0
- package/dist/assets/opfs-ahp-BSB41eck.js +3 -0
- package/dist/assets/pg_dump-CW0pN9tG.wasm +0 -0
- package/dist/assets/postgres-CkP7QCDB.data +0 -0
- package/dist/assets/postgres-CyuUVpXN.wasm +0 -0
- package/dist/assets/reactor_browser-CmbGGv54.js +127 -0
- package/dist/assets/state-schemas-DS3WhvAN.js +2 -0
- package/dist/assets/zod-BpTyxkjy.js +20 -0
- package/dist/index.html +11 -11
- package/heroku/Dockerfile +4 -1
- package/lib/package.copy.json +14 -8
- package/lib/src/components/app-skeleton.js +1 -1
- package/lib/src/components/app-skeleton.js.map +1 -1
- package/lib/src/components/modal/modals/AddDriveModal.d.ts.map +1 -1
- package/lib/src/components/modal/modals/AddDriveModal.js +35 -27
- package/lib/src/components/modal/modals/AddDriveModal.js.map +1 -1
- package/lib/src/components/modal/modals/InspectorModal/InspectorModal.d.ts +2 -0
- package/lib/src/components/modal/modals/InspectorModal/InspectorModal.d.ts.map +1 -0
- package/lib/src/components/modal/modals/InspectorModal/InspectorModal.js +26 -0
- package/lib/src/components/modal/modals/InspectorModal/InspectorModal.js.map +1 -0
- package/lib/src/components/modal/modals/InspectorModal/index.d.ts +2 -0
- package/lib/src/components/modal/modals/InspectorModal/index.d.ts.map +1 -0
- package/lib/src/components/modal/modals/InspectorModal/index.js +2 -0
- package/lib/src/components/modal/modals/InspectorModal/index.js.map +1 -0
- package/lib/src/components/modal/modals/InspectorModal/useDbExplorer.d.ts +32 -0
- package/lib/src/components/modal/modals/InspectorModal/useDbExplorer.d.ts.map +1 -0
- package/lib/src/components/modal/modals/InspectorModal/useDbExplorer.js +108 -0
- package/lib/src/components/modal/modals/InspectorModal/useDbExplorer.js.map +1 -0
- package/lib/src/components/modal/modals/InspectorModal/useRemotesInspector.d.ts +4 -0
- package/lib/src/components/modal/modals/InspectorModal/useRemotesInspector.d.ts.map +1 -0
- package/lib/src/components/modal/modals/InspectorModal/useRemotesInspector.js +12 -0
- package/lib/src/components/modal/modals/InspectorModal/useRemotesInspector.js.map +1 -0
- package/lib/src/components/modal/modals-container.d.ts.map +1 -1
- package/lib/src/components/modal/modals-container.js +4 -0
- package/lib/src/components/modal/modals-container.js.map +1 -1
- package/lib/src/components/root.js +1 -1
- package/lib/src/components/root.js.map +1 -1
- package/lib/src/components/sidebar.d.ts.map +1 -1
- package/lib/src/components/sidebar.js +6 -2
- package/lib/src/components/sidebar.js.map +1 -1
- package/lib/src/connect.config.d.ts +2 -0
- package/lib/src/connect.config.d.ts.map +1 -1
- package/lib/src/connect.config.js +1 -0
- package/lib/src/connect.config.js.map +1 -1
- package/lib/src/feature-flags.d.ts +22 -3
- package/lib/src/feature-flags.d.ts.map +1 -1
- package/lib/src/feature-flags.js +48 -3
- package/lib/src/feature-flags.js.map +1 -1
- package/lib/src/hooks/useClientErrorHandler.d.ts.map +1 -1
- package/lib/src/hooks/useClientErrorHandler.js +13 -2
- package/lib/src/hooks/useClientErrorHandler.js.map +1 -1
- package/lib/src/pages/demo/atlas-import.js +2 -2
- package/lib/src/pages/demo/atlas-import.js.map +1 -1
- package/lib/src/store/reactor.d.ts.map +1 -1
- package/lib/src/store/reactor.js +102 -51
- package/lib/src/store/reactor.js.map +1 -1
- package/lib/src/utils/reactor.d.ts +7 -0
- package/lib/src/utils/reactor.d.ts.map +1 -1
- package/lib/src/utils/reactor.js +35 -2
- package/lib/src/utils/reactor.js.map +1 -1
- package/lib/src/utils/signer.d.ts +18 -0
- package/lib/src/utils/signer.d.ts.map +1 -0
- package/lib/src/utils/signer.js +215 -0
- package/lib/src/utils/signer.js.map +1 -0
- package/lib/test/utils/signer.test.d.ts +2 -0
- package/lib/test/utils/signer.test.d.ts.map +1 -0
- package/lib/test/utils/signer.test.js +319 -0
- package/lib/test/utils/signer.test.js.map +1 -0
- package/lib/tsconfig.tsbuildinfo +1 -1
- package/lib/vite.config.d.ts.map +1 -1
- package/lib/vite.config.js +4 -0
- package/lib/vite.config.js.map +1 -1
- package/lib/vitest.config.d.ts +3 -0
- package/lib/vitest.config.d.ts.map +1 -0
- package/lib/vitest.config.js +8 -0
- package/lib/vitest.config.js.map +1 -0
- package/nginx.conf +7 -0
- package/package.copy.json +14 -8
- package/package.json +21 -15
- package/dist/assets/AddDriveModal-_XSf2ZlN.js +0 -1
- package/dist/assets/ClearStorageModal-CbfJTlAo.js +0 -1
- package/dist/assets/CookiesPolicyModal-DTRuUeM_.js +0 -1
- package/dist/assets/CreateDocumentModal-DUTbfZYr.js +0 -1
- package/dist/assets/DeleteItemModal-D8MlQS3W.js +0 -1
- package/dist/assets/DisclaimerModal-RBBaiKyO.js +0 -1
- package/dist/assets/DriveSettingsModal-BHBZfzaY.js +0 -1
- package/dist/assets/SettingsModal-BXDXscnR.js +0 -1
- package/dist/assets/UpgradeDriveModal-15TBzq11.js +0 -1
- package/dist/assets/design_system_connect-Vb8XBnLs.js +0 -45
- package/dist/assets/design_system_ui-Dnwc_Xm9.js +0 -1
- package/dist/assets/document_model_editor-lmHQ6HZy.js +0 -23
- package/dist/assets/index-Br7E7qjt.css +0 -1
- package/dist/assets/index-CK2Jk_ho.js +0 -18
- package/dist/assets/json-editor-CQKAVxat.js +0 -1
- package/dist/assets/reactor_browser-BGn_P-dn.js +0 -25
- package/dist/assets/state-schemas-36mF-wEI.js +0 -2
- package/dist/assets/zod-C6yxFxyo.js +0 -1
|
@@ -0,0 +1,45 @@
|
|
|
1
|
+
import{j as c,u as Ti,r as ki,C as Ai,b as qs,o as Bu,d as Ho,s as It,a as _e}from"./document_model_editor-Dxf_uko8.js";import{r as b,R as _o,a as Q}from"./sentry_react-cODD7zWc.js";import{b as Ys,c as Ri,d as Di,e as Hu,s as _u,f as vt,g as Wu,h as Gu,i as qu,j as Yu,k as Qu,l as Ku,m as Ju,n as Xu,o as Qs,p as Zu,q as ed,r as td,t as nd,v as Li,w as rd,S as Fe}from"./reactor_browser-CmbGGv54.js";import{P as Et,a as Fi,b as $i,u as zi,d as Ui,R as sd,A as od,e as De,f as Ks,g as ad,D as id,C as cd,h as ld,i as ud,j as dd,I as N,k as fd,m as ce,l as Ee,M as Ue,n as hd,o as pd,p as md,q as gd,r as bd,s as Vi,t as yd,v as vd,c as Bi,w as xd,x as wd,S as Cd,y as Sd,z as jd,B as Ed}from"./design_system-WuKyHXQN.js";import{t as I,a as Js}from"./tailwind_merge-Dr4f9Rms.js";import{a4 as Pd,a5 as Od,Y as Wo,n as Nd,s as Id}from"./document_model-DB4SzBSe.js";import{c as Pn,g as Hi}from"./react-DQSxOgtG.js";import{o as ss,p as Md}from"./document_drive-BuVpBb4l.js";import{P as Td,a as kd,b as Ad,S as _i,I as Rd,c as Dd}from"./design_system_ui-DvlEeqfu.js";import{_ as Ld}from"./drive_explorer-iLZp-dwy.js";var Fd=Object.freeze({position:"absolute",border:0,width:1,height:1,padding:0,margin:-1,overflow:"hidden",clip:"rect(0, 0, 0, 0)",whiteSpace:"nowrap",wordWrap:"normal"}),$d="VisuallyHidden",Wi=b.forwardRef((e,t)=>c.jsx(Et.span,{...e,ref:t,style:{...Fd,...e.style}}));Wi.displayName=$d;var zd=Wi,[gr]=Fi("Tooltip",[$i]),br=$i(),Gi="TooltipProvider",Ud=700,os="tooltip.open",[Vd,Xs]=gr(Gi),qi=e=>{const{__scopeTooltip:t,delayDuration:n=Ud,skipDelayDuration:s=300,disableHoverableContent:r=!1,children:o}=e,a=b.useRef(!0),i=b.useRef(!1),l=b.useRef(0);return b.useEffect(()=>{const u=l.current;return()=>window.clearTimeout(u)},[]),c.jsx(Vd,{scope:t,isOpenDelayedRef:a,delayDuration:n,onOpen:b.useCallback(()=>{window.clearTimeout(l.current),a.current=!1},[]),onClose:b.useCallback(()=>{window.clearTimeout(l.current),l.current=window.setTimeout(()=>a.current=!0,s)},[s]),isPointerInTransitRef:i,onPointerInTransitChange:b.useCallback(u=>{i.current=u},[]),disableHoverableContent:r,children:o})};qi.displayName=Gi;var zt="Tooltip",[Bd,gn]=gr(zt),Yi=e=>{const{__scopeTooltip:t,children:n,open:s,defaultOpen:r,onOpenChange:o,disableHoverableContent:a,delayDuration:i}=e,l=Xs(zt,e.__scopeTooltip),u=br(t),[d,f]=b.useState(null),h=zi(),p=b.useRef(0),g=a??l.disableHoverableContent,m=i??l.delayDuration,y=b.useRef(!1),[x,v]=Ui({prop:s,defaultProp:r??!1,onChange:S=>{S?(l.onOpen(),document.dispatchEvent(new CustomEvent(os))):l.onClose(),o?.(S)},caller:zt}),C=b.useMemo(()=>x?y.current?"delayed-open":"instant-open":"closed",[x]),E=b.useCallback(()=>{window.clearTimeout(p.current),p.current=0,y.current=!1,v(!0)},[v]),w=b.useCallback(()=>{window.clearTimeout(p.current),p.current=0,v(!1)},[v]),j=b.useCallback(()=>{window.clearTimeout(p.current),p.current=window.setTimeout(()=>{y.current=!0,v(!0),p.current=0},m)},[m,v]);return b.useEffect(()=>()=>{p.current&&(window.clearTimeout(p.current),p.current=0)},[]),c.jsx(sd,{...u,children:c.jsx(Bd,{scope:t,contentId:h,open:x,stateAttribute:C,trigger:d,onTriggerChange:f,onTriggerEnter:b.useCallback(()=>{l.isOpenDelayedRef.current?j():E()},[l.isOpenDelayedRef,j,E]),onTriggerLeave:b.useCallback(()=>{g?w():(window.clearTimeout(p.current),p.current=0)},[w,g]),onOpen:E,onClose:w,disableHoverableContent:g,children:n})})};Yi.displayName=zt;var as="TooltipTrigger",Qi=b.forwardRef((e,t)=>{const{__scopeTooltip:n,...s}=e,r=gn(as,n),o=Xs(as,n),a=br(n),i=b.useRef(null),l=Ti(t,i,r.onTriggerChange),u=b.useRef(!1),d=b.useRef(!1),f=b.useCallback(()=>u.current=!1,[]);return b.useEffect(()=>()=>document.removeEventListener("pointerup",f),[f]),c.jsx(od,{asChild:!0,...a,children:c.jsx(Et.button,{"aria-describedby":r.open?r.contentId:void 0,"data-state":r.stateAttribute,...s,ref:l,onPointerMove:De(e.onPointerMove,h=>{h.pointerType!=="touch"&&!d.current&&!o.isPointerInTransitRef.current&&(r.onTriggerEnter(),d.current=!0)}),onPointerLeave:De(e.onPointerLeave,()=>{r.onTriggerLeave(),d.current=!1}),onPointerDown:De(e.onPointerDown,()=>{r.open&&r.onClose(),u.current=!0,document.addEventListener("pointerup",f,{once:!0})}),onFocus:De(e.onFocus,()=>{u.current||r.onOpen()}),onBlur:De(e.onBlur,r.onClose),onClick:De(e.onClick,r.onClose)})})});Qi.displayName=as;var Zs="TooltipPortal",[Hd,_d]=gr(Zs,{forceMount:void 0}),Ki=e=>{const{__scopeTooltip:t,forceMount:n,children:s,container:r}=e,o=gn(Zs,t);return c.jsx(Hd,{scope:t,forceMount:n,children:c.jsx(Ks,{present:n||o.open,children:c.jsx(ad,{asChild:!0,container:r,children:s})})})};Ki.displayName=Zs;var xt="TooltipContent",Ji=b.forwardRef((e,t)=>{const n=_d(xt,e.__scopeTooltip),{forceMount:s=n.forceMount,side:r="top",...o}=e,a=gn(xt,e.__scopeTooltip);return c.jsx(Ks,{present:s||a.open,children:a.disableHoverableContent?c.jsx(Xi,{side:r,...o,ref:t}):c.jsx(Wd,{side:r,...o,ref:t})})}),Wd=b.forwardRef((e,t)=>{const n=gn(xt,e.__scopeTooltip),s=Xs(xt,e.__scopeTooltip),r=b.useRef(null),o=Ti(t,r),[a,i]=b.useState(null),{trigger:l,onClose:u}=n,d=r.current,{onPointerInTransitChange:f}=s,h=b.useCallback(()=>{i(null),f(!1)},[f]),p=b.useCallback((g,m)=>{const y=g.currentTarget,x={x:g.clientX,y:g.clientY},v=Kd(x,y.getBoundingClientRect()),C=Jd(x,v),E=Xd(m.getBoundingClientRect()),w=ef([...C,...E]);i(w),f(!0)},[f]);return b.useEffect(()=>()=>h(),[h]),b.useEffect(()=>{if(l&&d){const g=y=>p(y,d),m=y=>p(y,l);return l.addEventListener("pointerleave",g),d.addEventListener("pointerleave",m),()=>{l.removeEventListener("pointerleave",g),d.removeEventListener("pointerleave",m)}}},[l,d,p,h]),b.useEffect(()=>{if(a){const g=m=>{const y=m.target,x={x:m.clientX,y:m.clientY},v=l?.contains(y)||d?.contains(y),C=!Zd(x,a);v?h():C&&(h(),u())};return document.addEventListener("pointermove",g),()=>document.removeEventListener("pointermove",g)}},[l,d,a,u,h]),c.jsx(Xi,{...e,ref:o})}),[Gd,qd]=gr(zt,{isInside:!1}),Yd=ld("TooltipContent"),Xi=b.forwardRef((e,t)=>{const{__scopeTooltip:n,children:s,"aria-label":r,onEscapeKeyDown:o,onPointerDownOutside:a,...i}=e,l=gn(xt,n),u=br(n),{onClose:d}=l;return b.useEffect(()=>(document.addEventListener(os,d),()=>document.removeEventListener(os,d)),[d]),b.useEffect(()=>{if(l.trigger){const f=h=>{h.target?.contains(l.trigger)&&d()};return window.addEventListener("scroll",f,{capture:!0}),()=>window.removeEventListener("scroll",f,{capture:!0})}},[l.trigger,d]),c.jsx(id,{asChild:!0,disableOutsidePointerEvents:!1,onEscapeKeyDown:o,onPointerDownOutside:a,onFocusOutside:f=>f.preventDefault(),onDismiss:d,children:c.jsxs(cd,{"data-state":l.stateAttribute,...u,...i,ref:t,style:{...i.style,"--radix-tooltip-content-transform-origin":"var(--radix-popper-transform-origin)","--radix-tooltip-content-available-width":"var(--radix-popper-available-width)","--radix-tooltip-content-available-height":"var(--radix-popper-available-height)","--radix-tooltip-trigger-width":"var(--radix-popper-anchor-width)","--radix-tooltip-trigger-height":"var(--radix-popper-anchor-height)"},children:[c.jsx(Yd,{children:s}),c.jsx(Gd,{scope:n,isInside:!0,children:c.jsx(zd,{id:l.contentId,role:"tooltip",children:r||s})})]})})});Ji.displayName=xt;var Zi="TooltipArrow",Qd=b.forwardRef((e,t)=>{const{__scopeTooltip:n,...s}=e,r=br(n);return qd(Zi,n).isInside?null:c.jsx(ud,{...r,...s,ref:t})});Qd.displayName=Zi;function Kd(e,t){const n=Math.abs(t.top-e.y),s=Math.abs(t.bottom-e.y),r=Math.abs(t.right-e.x),o=Math.abs(t.left-e.x);switch(Math.min(n,s,r,o)){case o:return"left";case r:return"right";case n:return"top";case s:return"bottom";default:throw new Error("unreachable")}}function Jd(e,t,n=5){const s=[];switch(t){case"top":s.push({x:e.x-n,y:e.y+n},{x:e.x+n,y:e.y+n});break;case"bottom":s.push({x:e.x-n,y:e.y-n},{x:e.x+n,y:e.y-n});break;case"left":s.push({x:e.x+n,y:e.y-n},{x:e.x+n,y:e.y+n});break;case"right":s.push({x:e.x-n,y:e.y-n},{x:e.x-n,y:e.y+n});break}return s}function Xd(e){const{top:t,right:n,bottom:s,left:r}=e;return[{x:r,y:t},{x:n,y:t},{x:n,y:s},{x:r,y:s}]}function Zd(e,t){const{x:n,y:s}=e;let r=!1;for(let o=0,a=t.length-1;o<t.length;a=o++){const i=t[o],l=t[a],u=i.x,d=i.y,f=l.x,h=l.y;d>s!=h>s&&n<(f-u)*(s-d)/(h-d)+u&&(r=!r)}return r}function ef(e){const t=e.slice();return t.sort((n,s)=>n.x<s.x?-1:n.x>s.x?1:n.y<s.y?-1:n.y>s.y?1:0),tf(t)}function tf(e){if(e.length<=1)return e.slice();const t=[];for(let s=0;s<e.length;s++){const r=e[s];for(;t.length>=2;){const o=t[t.length-1],a=t[t.length-2];if((o.x-a.x)*(r.y-a.y)>=(o.y-a.y)*(r.x-a.x))t.pop();else break}t.push(r)}t.pop();const n=[];for(let s=e.length-1;s>=0;s--){const r=e[s];for(;n.length>=2;){const o=n[n.length-1],a=n[n.length-2];if((o.x-a.x)*(r.y-a.y)>=(o.y-a.y)*(r.x-a.x))n.pop();else break}n.push(r)}return n.pop(),t.length===1&&n.length===1&&t[0].x===n[0].x&&t[0].y===n[0].y?t:t.concat(n)}var nf=qi,rf=Yi,sf=Qi,of=Ki,af=Ji;const ec=6048e5,cf=864e5,tc=6e4,nc=36e5,On=43200,Go=1440,qo=Symbol.for("constructDateFrom");function Te(e,t){return typeof e=="function"?e(t):e&&typeof e=="object"&&qo in e?e[qo](t):e instanceof Date?new e.constructor(t):new Date(t)}function ie(e,t){return Te(t||e,e)}let lf={};function bn(){return lf}function Ut(e,t){const n=bn(),s=t?.weekStartsOn??t?.locale?.options?.weekStartsOn??n.weekStartsOn??n.locale?.options?.weekStartsOn??0,r=ie(e,t?.in),o=r.getDay(),a=(o<s?7:0)+o-s;return r.setDate(r.getDate()-a),r.setHours(0,0,0,0),r}function Xn(e,t){return Ut(e,{...t,weekStartsOn:1})}function rc(e,t){const n=ie(e,t?.in),s=n.getFullYear(),r=Te(n,0);r.setFullYear(s+1,0,4),r.setHours(0,0,0,0);const o=Xn(r),a=Te(n,0);a.setFullYear(s,0,4),a.setHours(0,0,0,0);const i=Xn(a);return n.getTime()>=o.getTime()?s+1:n.getTime()>=i.getTime()?s:s-1}function Zn(e){const t=ie(e),n=new Date(Date.UTC(t.getFullYear(),t.getMonth(),t.getDate(),t.getHours(),t.getMinutes(),t.getSeconds(),t.getMilliseconds()));return n.setUTCFullYear(t.getFullYear()),+e-+n}function yr(e,...t){const n=Te.bind(null,e||t.find(s=>typeof s=="object"));return t.map(n)}function Yo(e,t){const n=ie(e,t?.in);return n.setHours(0,0,0,0),n}function uf(e,t,n){const[s,r]=yr(n?.in,e,t),o=Yo(s),a=Yo(r),i=+o-Zn(o),l=+a-Zn(a);return Math.round((i-l)/cf)}function df(e,t){const n=rc(e,t),s=Te(e,0);return s.setFullYear(n,0,4),s.setHours(0,0,0,0),Xn(s)}function Hn(e,t){const n=+ie(e)-+ie(t);return n<0?-1:n>0?1:n}function ff(e){return Te(e,Date.now())}function hf(e){return e instanceof Date||typeof e=="object"&&Object.prototype.toString.call(e)==="[object Date]"}function pf(e){return!(!hf(e)&&typeof e!="number"||isNaN(+ie(e)))}function mf(e,t,n){const[s,r]=yr(n?.in,e,t),o=s.getFullYear()-r.getFullYear(),a=s.getMonth()-r.getMonth();return o*12+a}function gf(e){return t=>{const s=(e?Math[e]:Math.trunc)(t);return s===0?0:s}}function bf(e,t){return+ie(e)-+ie(t)}function yf(e,t){const n=ie(e,t?.in);return n.setHours(23,59,59,999),n}function vf(e,t){const n=ie(e,t?.in),s=n.getMonth();return n.setFullYear(n.getFullYear(),s+1,0),n.setHours(23,59,59,999),n}function xf(e,t){const n=ie(e,t?.in);return+yf(n,t)==+vf(n,t)}function wf(e,t,n){const[s,r,o]=yr(n?.in,e,e,t),a=Hn(r,o),i=Math.abs(mf(r,o));if(i<1)return 0;r.getMonth()===1&&r.getDate()>27&&r.setDate(30),r.setMonth(r.getMonth()-a*i);let l=Hn(r,o)===-a;xf(s)&&i===1&&Hn(s,o)===1&&(l=!1);const u=a*(i-+l);return u===0?0:u}function Cf(e,t,n){const s=bf(e,t)/1e3;return gf(n?.roundingMethod)(s)}function Sf(e,t){const n=ie(e,t?.in);return n.setFullYear(n.getFullYear(),0,1),n.setHours(0,0,0,0),n}const jf={lessThanXSeconds:{one:"less than a second",other:"less than {{count}} seconds"},xSeconds:{one:"1 second",other:"{{count}} seconds"},halfAMinute:"half a minute",lessThanXMinutes:{one:"less than a minute",other:"less than {{count}} minutes"},xMinutes:{one:"1 minute",other:"{{count}} minutes"},aboutXHours:{one:"about 1 hour",other:"about {{count}} hours"},xHours:{one:"1 hour",other:"{{count}} hours"},xDays:{one:"1 day",other:"{{count}} days"},aboutXWeeks:{one:"about 1 week",other:"about {{count}} weeks"},xWeeks:{one:"1 week",other:"{{count}} weeks"},aboutXMonths:{one:"about 1 month",other:"about {{count}} months"},xMonths:{one:"1 month",other:"{{count}} months"},aboutXYears:{one:"about 1 year",other:"about {{count}} years"},xYears:{one:"1 year",other:"{{count}} years"},overXYears:{one:"over 1 year",other:"over {{count}} years"},almostXYears:{one:"almost 1 year",other:"almost {{count}} years"}},Ef=(e,t,n)=>{let s;const r=jf[e];return typeof r=="string"?s=r:t===1?s=r.one:s=r.other.replace("{{count}}",t.toString()),n?.addSuffix?n.comparison&&n.comparison>0?"in "+s:s+" ago":s};function Ar(e){return(t={})=>{const n=t.width?String(t.width):e.defaultWidth;return e.formats[n]||e.formats[e.defaultWidth]}}const Pf={full:"EEEE, MMMM do, y",long:"MMMM do, y",medium:"MMM d, y",short:"MM/dd/yyyy"},Of={full:"h:mm:ss a zzzz",long:"h:mm:ss a z",medium:"h:mm:ss a",short:"h:mm a"},Nf={full:"{{date}} 'at' {{time}}",long:"{{date}} 'at' {{time}}",medium:"{{date}}, {{time}}",short:"{{date}}, {{time}}"},If={date:Ar({formats:Pf,defaultWidth:"full"}),time:Ar({formats:Of,defaultWidth:"full"}),dateTime:Ar({formats:Nf,defaultWidth:"full"})},Mf={lastWeek:"'last' eeee 'at' p",yesterday:"'yesterday at' p",today:"'today at' p",tomorrow:"'tomorrow at' p",nextWeek:"eeee 'at' p",other:"P"},Tf=(e,t,n,s)=>Mf[e];function Mt(e){return(t,n)=>{const s=n?.context?String(n.context):"standalone";let r;if(s==="formatting"&&e.formattingValues){const a=e.defaultFormattingWidth||e.defaultWidth,i=n?.width?String(n.width):a;r=e.formattingValues[i]||e.formattingValues[a]}else{const a=e.defaultWidth,i=n?.width?String(n.width):e.defaultWidth;r=e.values[i]||e.values[a]}const o=e.argumentCallback?e.argumentCallback(t):t;return r[o]}}const kf={narrow:["B","A"],abbreviated:["BC","AD"],wide:["Before Christ","Anno Domini"]},Af={narrow:["1","2","3","4"],abbreviated:["Q1","Q2","Q3","Q4"],wide:["1st quarter","2nd quarter","3rd quarter","4th quarter"]},Rf={narrow:["J","F","M","A","M","J","J","A","S","O","N","D"],abbreviated:["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"],wide:["January","February","March","April","May","June","July","August","September","October","November","December"]},Df={narrow:["S","M","T","W","T","F","S"],short:["Su","Mo","Tu","We","Th","Fr","Sa"],abbreviated:["Sun","Mon","Tue","Wed","Thu","Fri","Sat"],wide:["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"]},Lf={narrow:{am:"a",pm:"p",midnight:"mi",noon:"n",morning:"morning",afternoon:"afternoon",evening:"evening",night:"night"},abbreviated:{am:"AM",pm:"PM",midnight:"midnight",noon:"noon",morning:"morning",afternoon:"afternoon",evening:"evening",night:"night"},wide:{am:"a.m.",pm:"p.m.",midnight:"midnight",noon:"noon",morning:"morning",afternoon:"afternoon",evening:"evening",night:"night"}},Ff={narrow:{am:"a",pm:"p",midnight:"mi",noon:"n",morning:"in the morning",afternoon:"in the afternoon",evening:"in the evening",night:"at night"},abbreviated:{am:"AM",pm:"PM",midnight:"midnight",noon:"noon",morning:"in the morning",afternoon:"in the afternoon",evening:"in the evening",night:"at night"},wide:{am:"a.m.",pm:"p.m.",midnight:"midnight",noon:"noon",morning:"in the morning",afternoon:"in the afternoon",evening:"in the evening",night:"at night"}},$f=(e,t)=>{const n=Number(e),s=n%100;if(s>20||s<10)switch(s%10){case 1:return n+"st";case 2:return n+"nd";case 3:return n+"rd"}return n+"th"},zf={ordinalNumber:$f,era:Mt({values:kf,defaultWidth:"wide"}),quarter:Mt({values:Af,defaultWidth:"wide",argumentCallback:e=>e-1}),month:Mt({values:Rf,defaultWidth:"wide"}),day:Mt({values:Df,defaultWidth:"wide"}),dayPeriod:Mt({values:Lf,defaultWidth:"wide",formattingValues:Ff,defaultFormattingWidth:"wide"})};function Tt(e){return(t,n={})=>{const s=n.width,r=s&&e.matchPatterns[s]||e.matchPatterns[e.defaultMatchWidth],o=t.match(r);if(!o)return null;const a=o[0],i=s&&e.parsePatterns[s]||e.parsePatterns[e.defaultParseWidth],l=Array.isArray(i)?Vf(i,f=>f.test(a)):Uf(i,f=>f.test(a));let u;u=e.valueCallback?e.valueCallback(l):l,u=n.valueCallback?n.valueCallback(u):u;const d=t.slice(a.length);return{value:u,rest:d}}}function Uf(e,t){for(const n in e)if(Object.prototype.hasOwnProperty.call(e,n)&&t(e[n]))return n}function Vf(e,t){for(let n=0;n<e.length;n++)if(t(e[n]))return n}function Bf(e){return(t,n={})=>{const s=t.match(e.matchPattern);if(!s)return null;const r=s[0],o=t.match(e.parsePattern);if(!o)return null;let a=e.valueCallback?e.valueCallback(o[0]):o[0];a=n.valueCallback?n.valueCallback(a):a;const i=t.slice(r.length);return{value:a,rest:i}}}const Hf=/^(\d+)(th|st|nd|rd)?/i,_f=/\d+/i,Wf={narrow:/^(b|a)/i,abbreviated:/^(b\.?\s?c\.?|b\.?\s?c\.?\s?e\.?|a\.?\s?d\.?|c\.?\s?e\.?)/i,wide:/^(before christ|before common era|anno domini|common era)/i},Gf={any:[/^b/i,/^(a|c)/i]},qf={narrow:/^[1234]/i,abbreviated:/^q[1234]/i,wide:/^[1234](th|st|nd|rd)? quarter/i},Yf={any:[/1/i,/2/i,/3/i,/4/i]},Qf={narrow:/^[jfmasond]/i,abbreviated:/^(jan|feb|mar|apr|may|jun|jul|aug|sep|oct|nov|dec)/i,wide:/^(january|february|march|april|may|june|july|august|september|october|november|december)/i},Kf={narrow:[/^j/i,/^f/i,/^m/i,/^a/i,/^m/i,/^j/i,/^j/i,/^a/i,/^s/i,/^o/i,/^n/i,/^d/i],any:[/^ja/i,/^f/i,/^mar/i,/^ap/i,/^may/i,/^jun/i,/^jul/i,/^au/i,/^s/i,/^o/i,/^n/i,/^d/i]},Jf={narrow:/^[smtwf]/i,short:/^(su|mo|tu|we|th|fr|sa)/i,abbreviated:/^(sun|mon|tue|wed|thu|fri|sat)/i,wide:/^(sunday|monday|tuesday|wednesday|thursday|friday|saturday)/i},Xf={narrow:[/^s/i,/^m/i,/^t/i,/^w/i,/^t/i,/^f/i,/^s/i],any:[/^su/i,/^m/i,/^tu/i,/^w/i,/^th/i,/^f/i,/^sa/i]},Zf={narrow:/^(a|p|mi|n|(in the|at) (morning|afternoon|evening|night))/i,any:/^([ap]\.?\s?m\.?|midnight|noon|(in the|at) (morning|afternoon|evening|night))/i},e0={any:{am:/^a/i,pm:/^p/i,midnight:/^mi/i,noon:/^no/i,morning:/morning/i,afternoon:/afternoon/i,evening:/evening/i,night:/night/i}},t0={ordinalNumber:Bf({matchPattern:Hf,parsePattern:_f,valueCallback:e=>parseInt(e,10)}),era:Tt({matchPatterns:Wf,defaultMatchWidth:"wide",parsePatterns:Gf,defaultParseWidth:"any"}),quarter:Tt({matchPatterns:qf,defaultMatchWidth:"wide",parsePatterns:Yf,defaultParseWidth:"any",valueCallback:e=>e+1}),month:Tt({matchPatterns:Qf,defaultMatchWidth:"wide",parsePatterns:Kf,defaultParseWidth:"any"}),day:Tt({matchPatterns:Jf,defaultMatchWidth:"wide",parsePatterns:Xf,defaultParseWidth:"any"}),dayPeriod:Tt({matchPatterns:Zf,defaultMatchWidth:"any",parsePatterns:e0,defaultParseWidth:"any"})},sc={code:"en-US",formatDistance:Ef,formatLong:If,formatRelative:Tf,localize:zf,match:t0,options:{weekStartsOn:0,firstWeekContainsDate:1}};function n0(e,t){const n=ie(e,t?.in);return uf(n,Sf(n))+1}function r0(e,t){const n=ie(e,t?.in),s=+Xn(n)-+df(n);return Math.round(s/ec)+1}function oc(e,t){const n=ie(e,t?.in),s=n.getFullYear(),r=bn(),o=t?.firstWeekContainsDate??t?.locale?.options?.firstWeekContainsDate??r.firstWeekContainsDate??r.locale?.options?.firstWeekContainsDate??1,a=Te(t?.in||e,0);a.setFullYear(s+1,0,o),a.setHours(0,0,0,0);const i=Ut(a,t),l=Te(t?.in||e,0);l.setFullYear(s,0,o),l.setHours(0,0,0,0);const u=Ut(l,t);return+n>=+i?s+1:+n>=+u?s:s-1}function s0(e,t){const n=bn(),s=t?.firstWeekContainsDate??t?.locale?.options?.firstWeekContainsDate??n.firstWeekContainsDate??n.locale?.options?.firstWeekContainsDate??1,r=oc(e,t),o=Te(t?.in||e,0);return o.setFullYear(r,0,s),o.setHours(0,0,0,0),Ut(o,t)}function o0(e,t){const n=ie(e,t?.in),s=+Ut(n,t)-+s0(n,t);return Math.round(s/ec)+1}function J(e,t){const n=e<0?"-":"",s=Math.abs(e).toString().padStart(t,"0");return n+s}const He={y(e,t){const n=e.getFullYear(),s=n>0?n:1-n;return J(t==="yy"?s%100:s,t.length)},M(e,t){const n=e.getMonth();return t==="M"?String(n+1):J(n+1,2)},d(e,t){return J(e.getDate(),t.length)},a(e,t){const n=e.getHours()/12>=1?"pm":"am";switch(t){case"a":case"aa":return n.toUpperCase();case"aaa":return n;case"aaaaa":return n[0];case"aaaa":default:return n==="am"?"a.m.":"p.m."}},h(e,t){return J(e.getHours()%12||12,t.length)},H(e,t){return J(e.getHours(),t.length)},m(e,t){return J(e.getMinutes(),t.length)},s(e,t){return J(e.getSeconds(),t.length)},S(e,t){const n=t.length,s=e.getMilliseconds(),r=Math.trunc(s*Math.pow(10,n-3));return J(r,t.length)}},dt={midnight:"midnight",noon:"noon",morning:"morning",afternoon:"afternoon",evening:"evening",night:"night"},Qo={G:function(e,t,n){const s=e.getFullYear()>0?1:0;switch(t){case"G":case"GG":case"GGG":return n.era(s,{width:"abbreviated"});case"GGGGG":return n.era(s,{width:"narrow"});case"GGGG":default:return n.era(s,{width:"wide"})}},y:function(e,t,n){if(t==="yo"){const s=e.getFullYear(),r=s>0?s:1-s;return n.ordinalNumber(r,{unit:"year"})}return He.y(e,t)},Y:function(e,t,n,s){const r=oc(e,s),o=r>0?r:1-r;if(t==="YY"){const a=o%100;return J(a,2)}return t==="Yo"?n.ordinalNumber(o,{unit:"year"}):J(o,t.length)},R:function(e,t){const n=rc(e);return J(n,t.length)},u:function(e,t){const n=e.getFullYear();return J(n,t.length)},Q:function(e,t,n){const s=Math.ceil((e.getMonth()+1)/3);switch(t){case"Q":return String(s);case"QQ":return J(s,2);case"Qo":return n.ordinalNumber(s,{unit:"quarter"});case"QQQ":return n.quarter(s,{width:"abbreviated",context:"formatting"});case"QQQQQ":return n.quarter(s,{width:"narrow",context:"formatting"});case"QQQQ":default:return n.quarter(s,{width:"wide",context:"formatting"})}},q:function(e,t,n){const s=Math.ceil((e.getMonth()+1)/3);switch(t){case"q":return String(s);case"qq":return J(s,2);case"qo":return n.ordinalNumber(s,{unit:"quarter"});case"qqq":return n.quarter(s,{width:"abbreviated",context:"standalone"});case"qqqqq":return n.quarter(s,{width:"narrow",context:"standalone"});case"qqqq":default:return n.quarter(s,{width:"wide",context:"standalone"})}},M:function(e,t,n){const s=e.getMonth();switch(t){case"M":case"MM":return He.M(e,t);case"Mo":return n.ordinalNumber(s+1,{unit:"month"});case"MMM":return n.month(s,{width:"abbreviated",context:"formatting"});case"MMMMM":return n.month(s,{width:"narrow",context:"formatting"});case"MMMM":default:return n.month(s,{width:"wide",context:"formatting"})}},L:function(e,t,n){const s=e.getMonth();switch(t){case"L":return String(s+1);case"LL":return J(s+1,2);case"Lo":return n.ordinalNumber(s+1,{unit:"month"});case"LLL":return n.month(s,{width:"abbreviated",context:"standalone"});case"LLLLL":return n.month(s,{width:"narrow",context:"standalone"});case"LLLL":default:return n.month(s,{width:"wide",context:"standalone"})}},w:function(e,t,n,s){const r=o0(e,s);return t==="wo"?n.ordinalNumber(r,{unit:"week"}):J(r,t.length)},I:function(e,t,n){const s=r0(e);return t==="Io"?n.ordinalNumber(s,{unit:"week"}):J(s,t.length)},d:function(e,t,n){return t==="do"?n.ordinalNumber(e.getDate(),{unit:"date"}):He.d(e,t)},D:function(e,t,n){const s=n0(e);return t==="Do"?n.ordinalNumber(s,{unit:"dayOfYear"}):J(s,t.length)},E:function(e,t,n){const s=e.getDay();switch(t){case"E":case"EE":case"EEE":return n.day(s,{width:"abbreviated",context:"formatting"});case"EEEEE":return n.day(s,{width:"narrow",context:"formatting"});case"EEEEEE":return n.day(s,{width:"short",context:"formatting"});case"EEEE":default:return n.day(s,{width:"wide",context:"formatting"})}},e:function(e,t,n,s){const r=e.getDay(),o=(r-s.weekStartsOn+8)%7||7;switch(t){case"e":return String(o);case"ee":return J(o,2);case"eo":return n.ordinalNumber(o,{unit:"day"});case"eee":return n.day(r,{width:"abbreviated",context:"formatting"});case"eeeee":return n.day(r,{width:"narrow",context:"formatting"});case"eeeeee":return n.day(r,{width:"short",context:"formatting"});case"eeee":default:return n.day(r,{width:"wide",context:"formatting"})}},c:function(e,t,n,s){const r=e.getDay(),o=(r-s.weekStartsOn+8)%7||7;switch(t){case"c":return String(o);case"cc":return J(o,t.length);case"co":return n.ordinalNumber(o,{unit:"day"});case"ccc":return n.day(r,{width:"abbreviated",context:"standalone"});case"ccccc":return n.day(r,{width:"narrow",context:"standalone"});case"cccccc":return n.day(r,{width:"short",context:"standalone"});case"cccc":default:return n.day(r,{width:"wide",context:"standalone"})}},i:function(e,t,n){const s=e.getDay(),r=s===0?7:s;switch(t){case"i":return String(r);case"ii":return J(r,t.length);case"io":return n.ordinalNumber(r,{unit:"day"});case"iii":return n.day(s,{width:"abbreviated",context:"formatting"});case"iiiii":return n.day(s,{width:"narrow",context:"formatting"});case"iiiiii":return n.day(s,{width:"short",context:"formatting"});case"iiii":default:return n.day(s,{width:"wide",context:"formatting"})}},a:function(e,t,n){const r=e.getHours()/12>=1?"pm":"am";switch(t){case"a":case"aa":return n.dayPeriod(r,{width:"abbreviated",context:"formatting"});case"aaa":return n.dayPeriod(r,{width:"abbreviated",context:"formatting"}).toLowerCase();case"aaaaa":return n.dayPeriod(r,{width:"narrow",context:"formatting"});case"aaaa":default:return n.dayPeriod(r,{width:"wide",context:"formatting"})}},b:function(e,t,n){const s=e.getHours();let r;switch(s===12?r=dt.noon:s===0?r=dt.midnight:r=s/12>=1?"pm":"am",t){case"b":case"bb":return n.dayPeriod(r,{width:"abbreviated",context:"formatting"});case"bbb":return n.dayPeriod(r,{width:"abbreviated",context:"formatting"}).toLowerCase();case"bbbbb":return n.dayPeriod(r,{width:"narrow",context:"formatting"});case"bbbb":default:return n.dayPeriod(r,{width:"wide",context:"formatting"})}},B:function(e,t,n){const s=e.getHours();let r;switch(s>=17?r=dt.evening:s>=12?r=dt.afternoon:s>=4?r=dt.morning:r=dt.night,t){case"B":case"BB":case"BBB":return n.dayPeriod(r,{width:"abbreviated",context:"formatting"});case"BBBBB":return n.dayPeriod(r,{width:"narrow",context:"formatting"});case"BBBB":default:return n.dayPeriod(r,{width:"wide",context:"formatting"})}},h:function(e,t,n){if(t==="ho"){let s=e.getHours()%12;return s===0&&(s=12),n.ordinalNumber(s,{unit:"hour"})}return He.h(e,t)},H:function(e,t,n){return t==="Ho"?n.ordinalNumber(e.getHours(),{unit:"hour"}):He.H(e,t)},K:function(e,t,n){const s=e.getHours()%12;return t==="Ko"?n.ordinalNumber(s,{unit:"hour"}):J(s,t.length)},k:function(e,t,n){let s=e.getHours();return s===0&&(s=24),t==="ko"?n.ordinalNumber(s,{unit:"hour"}):J(s,t.length)},m:function(e,t,n){return t==="mo"?n.ordinalNumber(e.getMinutes(),{unit:"minute"}):He.m(e,t)},s:function(e,t,n){return t==="so"?n.ordinalNumber(e.getSeconds(),{unit:"second"}):He.s(e,t)},S:function(e,t){return He.S(e,t)},X:function(e,t,n){const s=e.getTimezoneOffset();if(s===0)return"Z";switch(t){case"X":return Jo(s);case"XXXX":case"XX":return Je(s);case"XXXXX":case"XXX":default:return Je(s,":")}},x:function(e,t,n){const s=e.getTimezoneOffset();switch(t){case"x":return Jo(s);case"xxxx":case"xx":return Je(s);case"xxxxx":case"xxx":default:return Je(s,":")}},O:function(e,t,n){const s=e.getTimezoneOffset();switch(t){case"O":case"OO":case"OOO":return"GMT"+Ko(s,":");case"OOOO":default:return"GMT"+Je(s,":")}},z:function(e,t,n){const s=e.getTimezoneOffset();switch(t){case"z":case"zz":case"zzz":return"GMT"+Ko(s,":");case"zzzz":default:return"GMT"+Je(s,":")}},t:function(e,t,n){const s=Math.trunc(+e/1e3);return J(s,t.length)},T:function(e,t,n){return J(+e,t.length)}};function Ko(e,t=""){const n=e>0?"-":"+",s=Math.abs(e),r=Math.trunc(s/60),o=s%60;return o===0?n+String(r):n+String(r)+t+J(o,2)}function Jo(e,t){return e%60===0?(e>0?"-":"+")+J(Math.abs(e)/60,2):Je(e,t)}function Je(e,t=""){const n=e>0?"-":"+",s=Math.abs(e),r=J(Math.trunc(s/60),2),o=J(s%60,2);return n+r+t+o}const Xo=(e,t)=>{switch(e){case"P":return t.date({width:"short"});case"PP":return t.date({width:"medium"});case"PPP":return t.date({width:"long"});case"PPPP":default:return t.date({width:"full"})}},ac=(e,t)=>{switch(e){case"p":return t.time({width:"short"});case"pp":return t.time({width:"medium"});case"ppp":return t.time({width:"long"});case"pppp":default:return t.time({width:"full"})}},a0=(e,t)=>{const n=e.match(/(P+)(p+)?/)||[],s=n[1],r=n[2];if(!r)return Xo(e,t);let o;switch(s){case"P":o=t.dateTime({width:"short"});break;case"PP":o=t.dateTime({width:"medium"});break;case"PPP":o=t.dateTime({width:"long"});break;case"PPPP":default:o=t.dateTime({width:"full"});break}return o.replace("{{date}}",Xo(s,t)).replace("{{time}}",ac(r,t))},i0={p:ac,P:a0},c0=/^D+$/,l0=/^Y+$/,u0=["D","DD","YY","YYYY"];function d0(e){return c0.test(e)}function f0(e){return l0.test(e)}function h0(e,t,n){const s=p0(e,t,n);if(console.warn(s),u0.includes(e))throw new RangeError(s)}function p0(e,t,n){const s=e[0]==="Y"?"years":"days of the month";return`Use \`${e.toLowerCase()}\` instead of \`${e}\` (in \`${t}\`) for formatting ${s} to the input \`${n}\`; see: https://github.com/date-fns/date-fns/blob/master/docs/unicodeTokens.md`}const m0=/[yYQqMLwIdDecihHKkms]o|(\w)\1*|''|'(''|[^'])+('|$)|./g,g0=/P+p+|P+|p+|''|'(''|[^'])+('|$)|./g,b0=/^'([^]*?)'?$/,y0=/''/g,v0=/[a-zA-Z]/;function er(e,t,n){const s=bn(),r=s.locale??sc,o=s.firstWeekContainsDate??s.locale?.options?.firstWeekContainsDate??1,a=s.weekStartsOn??s.locale?.options?.weekStartsOn??0,i=ie(e,n?.in);if(!pf(i))throw new RangeError("Invalid time value");let l=t.match(g0).map(d=>{const f=d[0];if(f==="p"||f==="P"){const h=i0[f];return h(d,r.formatLong)}return d}).join("").match(m0).map(d=>{if(d==="''")return{isToken:!1,value:"'"};const f=d[0];if(f==="'")return{isToken:!1,value:x0(d)};if(Qo[f])return{isToken:!0,value:d};if(f.match(v0))throw new RangeError("Format string contains an unescaped latin alphabet character `"+f+"`");return{isToken:!1,value:d}});r.localize.preprocessor&&(l=r.localize.preprocessor(i,l));const u={firstWeekContainsDate:o,weekStartsOn:a,locale:r};return l.map(d=>{if(!d.isToken)return d.value;const f=d.value;(f0(f)||d0(f))&&h0(f,t,String(e));const h=Qo[f[0]];return h(i,f,r.localize,u)}).join("")}function x0(e){const t=e.match(b0);return t?t[1].replace(y0,"'"):e}function w0(e,t,n){const s=bn(),r=n?.locale??s.locale??sc,o=2520,a=Hn(e,t);if(isNaN(a))throw new RangeError("Invalid time value");const i=Object.assign({},n,{addSuffix:n?.addSuffix,comparison:a}),[l,u]=yr(n?.in,...a>0?[t,e]:[e,t]),d=Cf(u,l),f=(Zn(u)-Zn(l))/1e3,h=Math.round((d-f)/60);let p;if(h<2)return n?.includeSeconds?d<5?r.formatDistance("lessThanXSeconds",5,i):d<10?r.formatDistance("lessThanXSeconds",10,i):d<20?r.formatDistance("lessThanXSeconds",20,i):d<40?r.formatDistance("halfAMinute",0,i):d<60?r.formatDistance("lessThanXMinutes",1,i):r.formatDistance("xMinutes",1,i):h===0?r.formatDistance("lessThanXMinutes",1,i):r.formatDistance("xMinutes",h,i);if(h<45)return r.formatDistance("xMinutes",h,i);if(h<90)return r.formatDistance("aboutXHours",1,i);if(h<Go){const g=Math.round(h/60);return r.formatDistance("aboutXHours",g,i)}else{if(h<o)return r.formatDistance("xDays",1,i);if(h<On){const g=Math.round(h/Go);return r.formatDistance("xDays",g,i)}else if(h<On*2)return p=Math.round(h/On),r.formatDistance("aboutXMonths",p,i)}if(p=wf(u,l),p<12){const g=Math.round(h/On);return r.formatDistance("xMonths",g,i)}else{const g=p%12,m=Math.trunc(p/12);return g<3?r.formatDistance("aboutXYears",m,i):g<9?r.formatDistance("overXYears",m,i):r.formatDistance("almostXYears",m+1,i)}}function C0(e,t){return w0(e,ff(e),t)}function S0(e,t){const n=()=>Te(t?.in,NaN),r=O0(e);let o;if(r.date){const u=N0(r.date,2);o=I0(u.restDateString,u.year)}if(!o||isNaN(+o))return n();const a=+o;let i=0,l;if(r.time&&(i=M0(r.time),isNaN(i)))return n();if(r.timezone){if(l=T0(r.timezone),isNaN(l))return n()}else{const u=new Date(a+i),d=ie(0,t?.in);return d.setFullYear(u.getUTCFullYear(),u.getUTCMonth(),u.getUTCDate()),d.setHours(u.getUTCHours(),u.getUTCMinutes(),u.getUTCSeconds(),u.getUTCMilliseconds()),d}return ie(a+i+l,t?.in)}const Nn={dateTimeDelimiter:/[T ]/,timeZoneDelimiter:/[Z ]/i,timezone:/([Z+-].*)$/},j0=/^-?(?:(\d{3})|(\d{2})(?:-?(\d{2}))?|W(\d{2})(?:-?(\d{1}))?|)$/,E0=/^(\d{2}(?:[.,]\d*)?)(?::?(\d{2}(?:[.,]\d*)?))?(?::?(\d{2}(?:[.,]\d*)?))?$/,P0=/^([+-])(\d{2})(?::?(\d{2}))?$/;function O0(e){const t={},n=e.split(Nn.dateTimeDelimiter);let s;if(n.length>2)return t;if(/:/.test(n[0])?s=n[0]:(t.date=n[0],s=n[1],Nn.timeZoneDelimiter.test(t.date)&&(t.date=e.split(Nn.timeZoneDelimiter)[0],s=e.substr(t.date.length,e.length))),s){const r=Nn.timezone.exec(s);r?(t.time=s.replace(r[1],""),t.timezone=r[1]):t.time=s}return t}function N0(e,t){const n=new RegExp("^(?:(\\d{4}|[+-]\\d{"+(4+t)+"})|(\\d{2}|[+-]\\d{"+(2+t)+"})$)"),s=e.match(n);if(!s)return{year:NaN,restDateString:""};const r=s[1]?parseInt(s[1]):null,o=s[2]?parseInt(s[2]):null;return{year:o===null?r:o*100,restDateString:e.slice((s[1]||s[2]).length)}}function I0(e,t){if(t===null)return new Date(NaN);const n=e.match(j0);if(!n)return new Date(NaN);const s=!!n[4],r=kt(n[1]),o=kt(n[2])-1,a=kt(n[3]),i=kt(n[4]),l=kt(n[5])-1;if(s)return L0(t,i,l)?k0(t,i,l):new Date(NaN);{const u=new Date(0);return!R0(t,o,a)||!D0(t,r)?new Date(NaN):(u.setUTCFullYear(t,o,Math.max(r,a)),u)}}function kt(e){return e?parseInt(e):1}function M0(e){const t=e.match(E0);if(!t)return NaN;const n=Rr(t[1]),s=Rr(t[2]),r=Rr(t[3]);return F0(n,s,r)?n*nc+s*tc+r*1e3:NaN}function Rr(e){return e&&parseFloat(e.replace(",","."))||0}function T0(e){if(e==="Z")return 0;const t=e.match(P0);if(!t)return 0;const n=t[1]==="+"?-1:1,s=parseInt(t[2]),r=t[3]&&parseInt(t[3])||0;return $0(s,r)?n*(s*nc+r*tc):NaN}function k0(e,t,n){const s=new Date(0);s.setUTCFullYear(e,0,4);const r=s.getUTCDay()||7,o=(t-1)*7+n+1-r;return s.setUTCDate(s.getUTCDate()+o),s}const A0=[31,null,31,30,31,30,31,31,30,31,30,31];function ic(e){return e%400===0||e%4===0&&e%100!==0}function R0(e,t,n){return t>=0&&t<=11&&n>=1&&n<=(A0[t]||(ic(e)?29:28))}function D0(e,t){return t>=1&&t<=(ic(e)?366:365)}function L0(e,t,n){return t>=1&&t<=53&&n>=0&&n<=6}function F0(e,t,n){return e===24?t===0&&n===0:n>=0&&n<60&&t>=0&&t<60&&e>=0&&e<25}function $0(e,t){return t>=0&&t<=59}var Dr,Zo;function z0(){if(Zo)return Dr;Zo=1;var e="Expected a function",t=NaN,n="[object Symbol]",s=/^\s+|\s+$/g,r=/^[-+]0x[0-9a-f]+$/i,o=/^0b[01]+$/i,a=/^0o[0-7]+$/i,i=parseInt,l=typeof Pn=="object"&&Pn&&Pn.Object===Object&&Pn,u=typeof self=="object"&&self&&self.Object===Object&&self,d=l||u||Function("return this")(),f=Object.prototype,h=f.toString,p=Math.max,g=Math.min,m=function(){return d.Date.now()};function y(w,j,S){var P,O,M,k,A,D,z=0,$=!1,B=!1,W=!0;if(typeof w!="function")throw new TypeError(e);j=E(j)||0,x(S)&&($=!!S.leading,B="maxWait"in S,M=B?p(E(S.maxWait)||0,j):M,W="trailing"in S?!!S.trailing:W);function G(_){var oe=P,Pe=O;return P=O=void 0,z=_,k=w.apply(Pe,oe),k}function U(_){return z=_,A=setTimeout(V,j),$?G(_):k}function H(_){var oe=_-D,Pe=_-z,En=j-oe;return B?g(En,M-Pe):En}function se(_){var oe=_-D,Pe=_-z;return D===void 0||oe>=j||oe<0||B&&Pe>=M}function V(){var _=m();if(se(_))return K(_);A=setTimeout(V,H(_))}function K(_){return A=void 0,W&&P?G(_):(P=O=void 0,k)}function ee(){A!==void 0&&clearTimeout(A),z=0,P=D=O=A=void 0}function re(){return A===void 0?k:K(m())}function te(){var _=m(),oe=se(_);if(P=arguments,O=this,D=_,oe){if(A===void 0)return U(D);if(B)return A=setTimeout(V,j),G(D)}return A===void 0&&(A=setTimeout(V,j)),k}return te.cancel=ee,te.flush=re,te}function x(w){var j=typeof w;return!!w&&(j=="object"||j=="function")}function v(w){return!!w&&typeof w=="object"}function C(w){return typeof w=="symbol"||v(w)&&h.call(w)==n}function E(w){if(typeof w=="number")return w;if(C(w))return t;if(x(w)){var j=typeof w.valueOf=="function"?w.valueOf():w;w=x(j)?j+"":j}if(typeof w!="string")return w===0?w:+w;w=w.replace(s,"");var S=o.test(w);return S||a.test(w)?i(w.slice(2),S?2:8):r.test(w)?t:+w}return Dr=y,Dr}var U0=z0();const ea=Hi(U0);var cc=typeof window<"u"?b.useLayoutEffect:b.useEffect;function lc(e,t,n,s){const r=b.useRef(t);cc(()=>{r.current=t},[t]),b.useEffect(()=>{const o=window;if(!(o&&o.addEventListener))return;const a=i=>{r.current(i)};return o.addEventListener(e,a,s),()=>{o.removeEventListener(e,a,s)}},[e,n,s])}function vr(){const[e,t]=b.useState(null),n=b.useCallback(async s=>{if(!navigator?.clipboard)return console.warn("Clipboard not supported"),!1;try{return await navigator.clipboard.writeText(s),t(s),!0}catch(r){return console.warn("Copy failed",r),t(null),!1}},[]);return[e,n]}var V0=typeof window>"u";function uw(e,{defaultValue:t=!1,initializeWithValue:n=!0}={}){const s=i=>V0?t:window.matchMedia(i).matches,[r,o]=b.useState(()=>n?s(e):t);function a(){o(s(e))}return cc(()=>{const i=window.matchMedia(e);return a(),i.addListener?i.addListener(a):i.addEventListener("change",a),()=>{i.removeListener?i.removeListener(a):i.removeEventListener("change",a)}},[e]),r}function B0(e){const t=b.useRef(e);t.current=e,b.useEffect(()=>()=>{t.current()},[])}function H0(e,t=500,n){const s=b.useRef();B0(()=>{s.current&&s.current.cancel()});const r=b.useMemo(()=>{const o=ea(e,t,n),a=(...i)=>o(...i);return a.cancel=()=>{o.cancel()},a.isPending=()=>!!s.current,a.flush=()=>o.flush(),a},[e,t,n]);return b.useEffect(()=>{s.current=ea(e,t,n)},[e,t,n]),r}function _0(e,t,n){const s=((u,d)=>u===d),r=e instanceof Function?e():e,[o,a]=b.useState(r),i=b.useRef(r),l=H0(a,t,n);return s(i.current,r)||(l(r),i.current=r),[o,l]}function W0(e,t,n="mousedown",s={}){lc(n,r=>{const o=r.target;if(!o||!o.isConnected)return;(Array.isArray(e)?e.filter(i=>!!i.current).every(i=>i.current&&!i.current.contains(o)):e.current&&!e.current.contains(o))&&t(r)},void 0,s)}const uc=({children:e,content:t})=>c.jsxs(Td,{children:[c.jsx(kd,{asChild:!0,children:c.jsx("button",{type:"button","aria-label":"Open Account",className:"cursor-pointer",children:e})}),c.jsx(Ad,{className:"w-52 p-0",align:"start",children:t})]}),G0="/assets/connect-loader-CvOC68Ih.mp4";function q0(e){const{style:t,size:n=100,...s}=e,r=dd(n),o={objectFit:"contain",pointerEvents:"none",...r,...t},a=r.width?.replace("px",""),i=r.height?.replace("px","");return c.jsx("video",{autoPlay:!0,height:i,loop:!0,muted:!0,playsInline:!0,width:a,...s,style:o,children:c.jsx("source",{src:G0,type:"video/mp4"})})}function eo(e){const{onSubmit:t,onCancel:n,defaultValue:s,className:r,minLength:o=1,...a}=e,[i,l]=b.useState(s??""),u=b.useRef(null);W0(u,d),lc("keyup",f=>{f.key==="Enter"&&d(),f.key==="Escape"&&n()}),b.useLayoutEffect(()=>{setTimeout(()=>{u.current?.focus(),u.current?.select(),u.current?.scroll({left:9999})},100)},[]);function d(){i.length>=o&&t(i)}return c.jsx("input",{...a,autoFocus:!0,className:I("bg-inherit text-inherit outline-none",r),minLength:o,onChange:f=>l(f.target.value),ref:u,required:!0,type:"text",value:i})}function dw(){const{isAllowedToCreateDocuments:e}=Ys(),[t]=Ri(),n=Di(),s=Hu(),[r,o]=b.useState(!1);function a(){o(!0)}function i(f){!e||!n||Wu(n,f,s.at(-1)?.id).then(h=>{vt(h)}).catch(h=>{console.error(h)}).finally(()=>{o(!1)})}function l(){o(!1)}const u=!!t,d=!!s.length;return c.jsxs("div",{className:"flex h-9 flex-row items-center gap-2 p-6 text-gray-500",children:[u&&c.jsxs(c.Fragment,{children:[c.jsx(ta,{name:t.state.global.name,onClick:()=>_u(t)}),c.jsx("span",{children:"/"})]}),d&&s.map(f=>c.jsxs(b.Fragment,{children:[c.jsx(ta,{name:f.name,onClick:()=>vt(f)}),c.jsx("span",{children:"/"})]},f.id)),e&&(r?c.jsx(eo,{className:"text-gray-800",defaultValue:"New Folder",onCancel:l,onSubmit:i,placeholder:"New Folder"}):c.jsxs("button",{type:"button",className:"ml-1 flex items-center justify-center gap-2 rounded-md bg-gray-50 px-2 py-1.5 transition-colors hover:bg-gray-200 hover:text-gray-800",onClick:a,children:[c.jsx(N,{name:"Plus",size:14}),"Add new"]}))]})}function ta(e){const{name:t,onClick:n}=e;return c.jsx("div",{className:"transition-colors last-of-type:text-gray-800 hover:text-gray-800",onClick:n,role:"button",children:t})}function st(e){"@babel/helpers - typeof";return st=typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?function(t){return typeof t}:function(t){return t&&typeof Symbol=="function"&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t},st(e)}function Y0(e,t){if(st(e)!="object"||!e)return e;var n=e[Symbol.toPrimitive];if(n!==void 0){var s=n.call(e,t);if(st(s)!="object")return s;throw new TypeError("@@toPrimitive must return a primitive value.")}return(t==="string"?String:Number)(e)}function dc(e){var t=Y0(e,"string");return st(t)=="symbol"?t:t+""}function Ft(e,t,n){return(t=dc(t))in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}function na(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var s=Object.getOwnPropertySymbols(e);t&&(s=s.filter(function(r){return Object.getOwnPropertyDescriptor(e,r).enumerable})),n.push.apply(n,s)}return n}function L(e){for(var t=1;t<arguments.length;t++){var n=arguments[t]!=null?arguments[t]:{};t%2?na(Object(n),!0).forEach(function(s){Ft(e,s,n[s])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):na(Object(n)).forEach(function(s){Object.defineProperty(e,s,Object.getOwnPropertyDescriptor(n,s))})}return e}function Q0(e){if(Array.isArray(e))return e}function K0(e,t){var n=e==null?null:typeof Symbol<"u"&&e[Symbol.iterator]||e["@@iterator"];if(n!=null){var s,r,o,a,i=[],l=!0,u=!1;try{if(o=(n=n.call(e)).next,t===0){if(Object(n)!==n)return;l=!1}else for(;!(l=(s=o.call(n)).done)&&(i.push(s.value),i.length!==t);l=!0);}catch(d){u=!0,r=d}finally{try{if(!l&&n.return!=null&&(a=n.return(),Object(a)!==a))return}finally{if(u)throw r}}return i}}function is(e,t){(t==null||t>e.length)&&(t=e.length);for(var n=0,s=Array(t);n<t;n++)s[n]=e[n];return s}function fc(e,t){if(e){if(typeof e=="string")return is(e,t);var n={}.toString.call(e).slice(8,-1);return n==="Object"&&e.constructor&&(n=e.constructor.name),n==="Map"||n==="Set"?Array.from(e):n==="Arguments"||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)?is(e,t):void 0}}function J0(){throw new TypeError(`Invalid attempt to destructure non-iterable instance.
|
|
2
|
+
In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`)}function $e(e,t){return Q0(e)||K0(e,t)||fc(e,t)||J0()}function X0(e,t){if(e==null)return{};var n={};for(var s in e)if({}.hasOwnProperty.call(e,s)){if(t.indexOf(s)!==-1)continue;n[s]=e[s]}return n}function Ve(e,t){if(e==null)return{};var n,s,r=X0(e,t);if(Object.getOwnPropertySymbols){var o=Object.getOwnPropertySymbols(e);for(s=0;s<o.length;s++)n=o[s],t.indexOf(n)===-1&&{}.propertyIsEnumerable.call(e,n)&&(r[n]=e[n])}return r}var Z0=["defaultInputValue","defaultMenuIsOpen","defaultValue","inputValue","menuIsOpen","onChange","onInputChange","onMenuClose","onMenuOpen","value"];function eh(e){var t=e.defaultInputValue,n=t===void 0?"":t,s=e.defaultMenuIsOpen,r=s===void 0?!1:s,o=e.defaultValue,a=o===void 0?null:o,i=e.inputValue,l=e.menuIsOpen,u=e.onChange,d=e.onInputChange,f=e.onMenuClose,h=e.onMenuOpen,p=e.value,g=Ve(e,Z0),m=b.useState(i!==void 0?i:n),y=$e(m,2),x=y[0],v=y[1],C=b.useState(l!==void 0?l:r),E=$e(C,2),w=E[0],j=E[1],S=b.useState(p!==void 0?p:a),P=$e(S,2),O=P[0],M=P[1],k=b.useCallback(function(G,U){typeof u=="function"&&u(G,U),M(G)},[u]),A=b.useCallback(function(G,U){var H;typeof d=="function"&&(H=d(G,U)),v(H!==void 0?H:G)},[d]),D=b.useCallback(function(){typeof h=="function"&&h(),j(!0)},[h]),z=b.useCallback(function(){typeof f=="function"&&f(),j(!1)},[f]),$=i!==void 0?i:x,B=l!==void 0?l:w,W=p!==void 0?p:O;return L(L({},g),{},{inputValue:$,menuIsOpen:B,onChange:k,onInputChange:A,onMenuClose:z,onMenuOpen:D,value:W})}function F(){return F=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var n=arguments[t];for(var s in n)({}).hasOwnProperty.call(n,s)&&(e[s]=n[s])}return e},F.apply(null,arguments)}function th(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function ra(e,t){for(var n=0;n<t.length;n++){var s=t[n];s.enumerable=s.enumerable||!1,s.configurable=!0,"value"in s&&(s.writable=!0),Object.defineProperty(e,dc(s.key),s)}}function nh(e,t,n){return t&&ra(e.prototype,t),n&&ra(e,n),Object.defineProperty(e,"prototype",{writable:!1}),e}function cs(e,t){return cs=Object.setPrototypeOf?Object.setPrototypeOf.bind():function(n,s){return n.__proto__=s,n},cs(e,t)}function rh(e,t){if(typeof t!="function"&&t!==null)throw new TypeError("Super expression must either be null or a function");e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),Object.defineProperty(e,"prototype",{writable:!1}),t&&cs(e,t)}function tr(e){return tr=Object.setPrototypeOf?Object.getPrototypeOf.bind():function(t){return t.__proto__||Object.getPrototypeOf(t)},tr(e)}function hc(){try{var e=!Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){}))}catch{}return(hc=function(){return!!e})()}function sh(e){if(e===void 0)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}function oh(e,t){if(t&&(st(t)=="object"||typeof t=="function"))return t;if(t!==void 0)throw new TypeError("Derived constructors may only return object or undefined");return sh(e)}function ah(e){var t=hc();return function(){var n,s=tr(e);if(t){var r=tr(this).constructor;n=Reflect.construct(s,arguments,r)}else n=s.apply(this,arguments);return oh(this,n)}}function ih(e){if(Array.isArray(e))return is(e)}function ch(e){if(typeof Symbol<"u"&&e[Symbol.iterator]!=null||e["@@iterator"]!=null)return Array.from(e)}function lh(){throw new TypeError(`Invalid attempt to spread non-iterable instance.
|
|
3
|
+
In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`)}function to(e){return ih(e)||ch(e)||fc(e)||lh()}function uh(e){if(e.sheet)return e.sheet;for(var t=0;t<document.styleSheets.length;t++)if(document.styleSheets[t].ownerNode===e)return document.styleSheets[t]}function dh(e){var t=document.createElement("style");return t.setAttribute("data-emotion",e.key),e.nonce!==void 0&&t.setAttribute("nonce",e.nonce),t.appendChild(document.createTextNode("")),t.setAttribute("data-s",""),t}var fh=(function(){function e(n){var s=this;this._insertTag=function(r){var o;s.tags.length===0?s.insertionPoint?o=s.insertionPoint.nextSibling:s.prepend?o=s.container.firstChild:o=s.before:o=s.tags[s.tags.length-1].nextSibling,s.container.insertBefore(r,o),s.tags.push(r)},this.isSpeedy=n.speedy===void 0?!0:n.speedy,this.tags=[],this.ctr=0,this.nonce=n.nonce,this.key=n.key,this.container=n.container,this.prepend=n.prepend,this.insertionPoint=n.insertionPoint,this.before=null}var t=e.prototype;return t.hydrate=function(s){s.forEach(this._insertTag)},t.insert=function(s){this.ctr%(this.isSpeedy?65e3:1)===0&&this._insertTag(dh(this));var r=this.tags[this.tags.length-1];if(this.isSpeedy){var o=uh(r);try{o.insertRule(s,o.cssRules.length)}catch{}}else r.appendChild(document.createTextNode(s));this.ctr++},t.flush=function(){this.tags.forEach(function(s){var r;return(r=s.parentNode)==null?void 0:r.removeChild(s)}),this.tags=[],this.ctr=0},e})(),de="-ms-",nr="-moz-",q="-webkit-",pc="comm",no="rule",ro="decl",hh="@import",mc="@keyframes",ph="@layer",mh=Math.abs,xr=String.fromCharCode,gh=Object.assign;function bh(e,t){return le(e,0)^45?(((t<<2^le(e,0))<<2^le(e,1))<<2^le(e,2))<<2^le(e,3):0}function gc(e){return e.trim()}function yh(e,t){return(e=t.exec(e))?e[0]:e}function Y(e,t,n){return e.replace(t,n)}function ls(e,t){return e.indexOf(t)}function le(e,t){return e.charCodeAt(t)|0}function Vt(e,t,n){return e.slice(t,n)}function Oe(e){return e.length}function so(e){return e.length}function In(e,t){return t.push(e),e}function vh(e,t){return e.map(t).join("")}var wr=1,wt=1,bc=0,ge=0,ae=0,Pt="";function Cr(e,t,n,s,r,o,a){return{value:e,root:t,parent:n,type:s,props:r,children:o,line:wr,column:wt,length:a,return:""}}function At(e,t){return gh(Cr("",null,null,"",null,null,0),e,{length:-e.length},t)}function xh(){return ae}function wh(){return ae=ge>0?le(Pt,--ge):0,wt--,ae===10&&(wt=1,wr--),ae}function ve(){return ae=ge<bc?le(Pt,ge++):0,wt++,ae===10&&(wt=1,wr++),ae}function Ie(){return le(Pt,ge)}function _n(){return ge}function yn(e,t){return Vt(Pt,e,t)}function Bt(e){switch(e){case 0:case 9:case 10:case 13:case 32:return 5;case 33:case 43:case 44:case 47:case 62:case 64:case 126:case 59:case 123:case 125:return 4;case 58:return 3;case 34:case 39:case 40:case 91:return 2;case 41:case 93:return 1}return 0}function yc(e){return wr=wt=1,bc=Oe(Pt=e),ge=0,[]}function vc(e){return Pt="",e}function Wn(e){return gc(yn(ge-1,us(e===91?e+2:e===40?e+1:e)))}function Ch(e){for(;(ae=Ie())&&ae<33;)ve();return Bt(e)>2||Bt(ae)>3?"":" "}function Sh(e,t){for(;--t&&ve()&&!(ae<48||ae>102||ae>57&&ae<65||ae>70&&ae<97););return yn(e,_n()+(t<6&&Ie()==32&&ve()==32))}function us(e){for(;ve();)switch(ae){case e:return ge;case 34:case 39:e!==34&&e!==39&&us(ae);break;case 40:e===41&&us(e);break;case 92:ve();break}return ge}function jh(e,t){for(;ve()&&e+ae!==57;)if(e+ae===84&&Ie()===47)break;return"/*"+yn(t,ge-1)+"*"+xr(e===47?e:ve())}function Eh(e){for(;!Bt(Ie());)ve();return yn(e,ge)}function Ph(e){return vc(Gn("",null,null,null,[""],e=yc(e),0,[0],e))}function Gn(e,t,n,s,r,o,a,i,l){for(var u=0,d=0,f=a,h=0,p=0,g=0,m=1,y=1,x=1,v=0,C="",E=r,w=o,j=s,S=C;y;)switch(g=v,v=ve()){case 40:if(g!=108&&le(S,f-1)==58){ls(S+=Y(Wn(v),"&","&\f"),"&\f")!=-1&&(x=-1);break}case 34:case 39:case 91:S+=Wn(v);break;case 9:case 10:case 13:case 32:S+=Ch(g);break;case 92:S+=Sh(_n()-1,7);continue;case 47:switch(Ie()){case 42:case 47:In(Oh(jh(ve(),_n()),t,n),l);break;default:S+="/"}break;case 123*m:i[u++]=Oe(S)*x;case 125*m:case 59:case 0:switch(v){case 0:case 125:y=0;case 59+d:x==-1&&(S=Y(S,/\f/g,"")),p>0&&Oe(S)-f&&In(p>32?oa(S+";",s,n,f-1):oa(Y(S," ","")+";",s,n,f-2),l);break;case 59:S+=";";default:if(In(j=sa(S,t,n,u,d,r,i,C,E=[],w=[],f),o),v===123)if(d===0)Gn(S,t,j,j,E,o,f,i,w);else switch(h===99&&le(S,3)===110?100:h){case 100:case 108:case 109:case 115:Gn(e,j,j,s&&In(sa(e,j,j,0,0,r,i,C,r,E=[],f),w),r,w,f,i,s?E:w);break;default:Gn(S,j,j,j,[""],w,0,i,w)}}u=d=p=0,m=x=1,C=S="",f=a;break;case 58:f=1+Oe(S),p=g;default:if(m<1){if(v==123)--m;else if(v==125&&m++==0&&wh()==125)continue}switch(S+=xr(v),v*m){case 38:x=d>0?1:(S+="\f",-1);break;case 44:i[u++]=(Oe(S)-1)*x,x=1;break;case 64:Ie()===45&&(S+=Wn(ve())),h=Ie(),d=f=Oe(C=S+=Eh(_n())),v++;break;case 45:g===45&&Oe(S)==2&&(m=0)}}return o}function sa(e,t,n,s,r,o,a,i,l,u,d){for(var f=r-1,h=r===0?o:[""],p=so(h),g=0,m=0,y=0;g<s;++g)for(var x=0,v=Vt(e,f+1,f=mh(m=a[g])),C=e;x<p;++x)(C=gc(m>0?h[x]+" "+v:Y(v,/&\f/g,h[x])))&&(l[y++]=C);return Cr(e,t,n,r===0?no:i,l,u,d)}function Oh(e,t,n){return Cr(e,t,n,pc,xr(xh()),Vt(e,2,-2),0)}function oa(e,t,n,s){return Cr(e,t,n,ro,Vt(e,0,s),Vt(e,s+1,-1),s)}function bt(e,t){for(var n="",s=so(e),r=0;r<s;r++)n+=t(e[r],r,e,t)||"";return n}function Nh(e,t,n,s){switch(e.type){case ph:if(e.children.length)break;case hh:case ro:return e.return=e.return||e.value;case pc:return"";case mc:return e.return=e.value+"{"+bt(e.children,s)+"}";case no:e.value=e.props.join(",")}return Oe(n=bt(e.children,s))?e.return=e.value+"{"+n+"}":""}function Ih(e){var t=so(e);return function(n,s,r,o){for(var a="",i=0;i<t;i++)a+=e[i](n,s,r,o)||"";return a}}function Mh(e){return function(t){t.root||(t=t.return)&&e(t)}}function Th(e){var t=Object.create(null);return function(n){return t[n]===void 0&&(t[n]=e(n)),t[n]}}var kh=function(t,n,s){for(var r=0,o=0;r=o,o=Ie(),r===38&&o===12&&(n[s]=1),!Bt(o);)ve();return yn(t,ge)},Ah=function(t,n){var s=-1,r=44;do switch(Bt(r)){case 0:r===38&&Ie()===12&&(n[s]=1),t[s]+=kh(ge-1,n,s);break;case 2:t[s]+=Wn(r);break;case 4:if(r===44){t[++s]=Ie()===58?"&\f":"",n[s]=t[s].length;break}default:t[s]+=xr(r)}while(r=ve());return t},Rh=function(t,n){return vc(Ah(yc(t),n))},aa=new WeakMap,Dh=function(t){if(!(t.type!=="rule"||!t.parent||t.length<1)){for(var n=t.value,s=t.parent,r=t.column===s.column&&t.line===s.line;s.type!=="rule";)if(s=s.parent,!s)return;if(!(t.props.length===1&&n.charCodeAt(0)!==58&&!aa.get(s))&&!r){aa.set(t,!0);for(var o=[],a=Rh(n,o),i=s.props,l=0,u=0;l<a.length;l++)for(var d=0;d<i.length;d++,u++)t.props[u]=o[l]?a[l].replace(/&\f/g,i[d]):i[d]+" "+a[l]}}},Lh=function(t){if(t.type==="decl"){var n=t.value;n.charCodeAt(0)===108&&n.charCodeAt(2)===98&&(t.return="",t.value="")}};function xc(e,t){switch(bh(e,t)){case 5103:return q+"print-"+e+e;case 5737:case 4201:case 3177:case 3433:case 1641:case 4457:case 2921:case 5572:case 6356:case 5844:case 3191:case 6645:case 3005:case 6391:case 5879:case 5623:case 6135:case 4599:case 4855:case 4215:case 6389:case 5109:case 5365:case 5621:case 3829:return q+e+e;case 5349:case 4246:case 4810:case 6968:case 2756:return q+e+nr+e+de+e+e;case 6828:case 4268:return q+e+de+e+e;case 6165:return q+e+de+"flex-"+e+e;case 5187:return q+e+Y(e,/(\w+).+(:[^]+)/,q+"box-$1$2"+de+"flex-$1$2")+e;case 5443:return q+e+de+"flex-item-"+Y(e,/flex-|-self/,"")+e;case 4675:return q+e+de+"flex-line-pack"+Y(e,/align-content|flex-|-self/,"")+e;case 5548:return q+e+de+Y(e,"shrink","negative")+e;case 5292:return q+e+de+Y(e,"basis","preferred-size")+e;case 6060:return q+"box-"+Y(e,"-grow","")+q+e+de+Y(e,"grow","positive")+e;case 4554:return q+Y(e,/([^-])(transform)/g,"$1"+q+"$2")+e;case 6187:return Y(Y(Y(e,/(zoom-|grab)/,q+"$1"),/(image-set)/,q+"$1"),e,"")+e;case 5495:case 3959:return Y(e,/(image-set\([^]*)/,q+"$1$`$1");case 4968:return Y(Y(e,/(.+:)(flex-)?(.*)/,q+"box-pack:$3"+de+"flex-pack:$3"),/s.+-b[^;]+/,"justify")+q+e+e;case 4095:case 3583:case 4068:case 2532:return Y(e,/(.+)-inline(.+)/,q+"$1$2")+e;case 8116:case 7059:case 5753:case 5535:case 5445:case 5701:case 4933:case 4677:case 5533:case 5789:case 5021:case 4765:if(Oe(e)-1-t>6)switch(le(e,t+1)){case 109:if(le(e,t+4)!==45)break;case 102:return Y(e,/(.+:)(.+)-([^]+)/,"$1"+q+"$2-$3$1"+nr+(le(e,t+3)==108?"$3":"$2-$3"))+e;case 115:return~ls(e,"stretch")?xc(Y(e,"stretch","fill-available"),t)+e:e}break;case 4949:if(le(e,t+1)!==115)break;case 6444:switch(le(e,Oe(e)-3-(~ls(e,"!important")&&10))){case 107:return Y(e,":",":"+q)+e;case 101:return Y(e,/(.+:)([^;!]+)(;|!.+)?/,"$1"+q+(le(e,14)===45?"inline-":"")+"box$3$1"+q+"$2$3$1"+de+"$2box$3")+e}break;case 5936:switch(le(e,t+11)){case 114:return q+e+de+Y(e,/[svh]\w+-[tblr]{2}/,"tb")+e;case 108:return q+e+de+Y(e,/[svh]\w+-[tblr]{2}/,"tb-rl")+e;case 45:return q+e+de+Y(e,/[svh]\w+-[tblr]{2}/,"lr")+e}return q+e+de+e+e}return e}var Fh=function(t,n,s,r){if(t.length>-1&&!t.return)switch(t.type){case ro:t.return=xc(t.value,t.length);break;case mc:return bt([At(t,{value:Y(t.value,"@","@"+q)})],r);case no:if(t.length)return vh(t.props,function(o){switch(yh(o,/(::plac\w+|:read-\w+)/)){case":read-only":case":read-write":return bt([At(t,{props:[Y(o,/:(read-\w+)/,":"+nr+"$1")]})],r);case"::placeholder":return bt([At(t,{props:[Y(o,/:(plac\w+)/,":"+q+"input-$1")]}),At(t,{props:[Y(o,/:(plac\w+)/,":"+nr+"$1")]}),At(t,{props:[Y(o,/:(plac\w+)/,de+"input-$1")]})],r)}return""})}},$h=[Fh],zh=function(t){var n=t.key;if(n==="css"){var s=document.querySelectorAll("style[data-emotion]:not([data-s])");Array.prototype.forEach.call(s,function(m){var y=m.getAttribute("data-emotion");y.indexOf(" ")!==-1&&(document.head.appendChild(m),m.setAttribute("data-s",""))})}var r=t.stylisPlugins||$h,o={},a,i=[];a=t.container||document.head,Array.prototype.forEach.call(document.querySelectorAll('style[data-emotion^="'+n+' "]'),function(m){for(var y=m.getAttribute("data-emotion").split(" "),x=1;x<y.length;x++)o[y[x]]=!0;i.push(m)});var l,u=[Dh,Lh];{var d,f=[Nh,Mh(function(m){d.insert(m)})],h=Ih(u.concat(r,f)),p=function(y){return bt(Ph(y),h)};l=function(y,x,v,C){d=v,p(y?y+"{"+x.styles+"}":x.styles),C&&(g.inserted[x.name]=!0)}}var g={key:n,sheet:new fh({key:n,container:a,nonce:t.nonce,speedy:t.speedy,prepend:t.prepend,insertionPoint:t.insertionPoint}),nonce:t.nonce,inserted:o,registered:{},insert:l};return g.sheet.hydrate(i),g},Uh=!0;function Vh(e,t,n){var s="";return n.split(" ").forEach(function(r){e[r]!==void 0?t.push(e[r]+";"):r&&(s+=r+" ")}),s}var wc=function(t,n,s){var r=t.key+"-"+n.name;(s===!1||Uh===!1)&&t.registered[r]===void 0&&(t.registered[r]=n.styles)},Bh=function(t,n,s){wc(t,n,s);var r=t.key+"-"+n.name;if(t.inserted[n.name]===void 0){var o=n;do t.insert(n===o?"."+r:"",o,t.sheet,!0),o=o.next;while(o!==void 0)}};function Hh(e){for(var t=0,n,s=0,r=e.length;r>=4;++s,r-=4)n=e.charCodeAt(s)&255|(e.charCodeAt(++s)&255)<<8|(e.charCodeAt(++s)&255)<<16|(e.charCodeAt(++s)&255)<<24,n=(n&65535)*1540483477+((n>>>16)*59797<<16),n^=n>>>24,t=(n&65535)*1540483477+((n>>>16)*59797<<16)^(t&65535)*1540483477+((t>>>16)*59797<<16);switch(r){case 3:t^=(e.charCodeAt(s+2)&255)<<16;case 2:t^=(e.charCodeAt(s+1)&255)<<8;case 1:t^=e.charCodeAt(s)&255,t=(t&65535)*1540483477+((t>>>16)*59797<<16)}return t^=t>>>13,t=(t&65535)*1540483477+((t>>>16)*59797<<16),((t^t>>>15)>>>0).toString(36)}var _h={animationIterationCount:1,aspectRatio:1,borderImageOutset:1,borderImageSlice:1,borderImageWidth:1,boxFlex:1,boxFlexGroup:1,boxOrdinalGroup:1,columnCount:1,columns:1,flex:1,flexGrow:1,flexPositive:1,flexShrink:1,flexNegative:1,flexOrder:1,gridRow:1,gridRowEnd:1,gridRowSpan:1,gridRowStart:1,gridColumn:1,gridColumnEnd:1,gridColumnSpan:1,gridColumnStart:1,msGridRow:1,msGridRowSpan:1,msGridColumn:1,msGridColumnSpan:1,fontWeight:1,lineHeight:1,opacity:1,order:1,orphans:1,scale:1,tabSize:1,widows:1,zIndex:1,zoom:1,WebkitLineClamp:1,fillOpacity:1,floodOpacity:1,stopOpacity:1,strokeDasharray:1,strokeDashoffset:1,strokeMiterlimit:1,strokeOpacity:1,strokeWidth:1},Wh=/[A-Z]|^ms/g,Gh=/_EMO_([^_]+?)_([^]*?)_EMO_/g,Cc=function(t){return t.charCodeAt(1)===45},ia=function(t){return t!=null&&typeof t!="boolean"},Lr=Th(function(e){return Cc(e)?e:e.replace(Wh,"-$&").toLowerCase()}),ca=function(t,n){switch(t){case"animation":case"animationName":if(typeof n=="string")return n.replace(Gh,function(s,r,o){return Ne={name:r,styles:o,next:Ne},r})}return _h[t]!==1&&!Cc(t)&&typeof n=="number"&&n!==0?n+"px":n};function Ht(e,t,n){if(n==null)return"";var s=n;if(s.__emotion_styles!==void 0)return s;switch(typeof n){case"boolean":return"";case"object":{var r=n;if(r.anim===1)return Ne={name:r.name,styles:r.styles,next:Ne},r.name;var o=n;if(o.styles!==void 0){var a=o.next;if(a!==void 0)for(;a!==void 0;)Ne={name:a.name,styles:a.styles,next:Ne},a=a.next;var i=o.styles+";";return i}return qh(e,t,n)}case"function":{if(e!==void 0){var l=Ne,u=n(e);return Ne=l,Ht(e,t,u)}break}}var d=n;return d}function qh(e,t,n){var s="";if(Array.isArray(n))for(var r=0;r<n.length;r++)s+=Ht(e,t,n[r])+";";else for(var o in n){var a=n[o];if(typeof a!="object"){var i=a;ia(i)&&(s+=Lr(o)+":"+ca(o,i)+";")}else if(Array.isArray(a)&&typeof a[0]=="string"&&t==null)for(var l=0;l<a.length;l++)ia(a[l])&&(s+=Lr(o)+":"+ca(o,a[l])+";");else{var u=Ht(e,t,a);switch(o){case"animation":case"animationName":{s+=Lr(o)+":"+u+";";break}default:s+=o+"{"+u+"}"}}}return s}var la=/label:\s*([^\s;{]+)\s*(;|$)/g,Ne;function Sc(e,t,n){if(e.length===1&&typeof e[0]=="object"&&e[0]!==null&&e[0].styles!==void 0)return e[0];var s=!0,r="";Ne=void 0;var o=e[0];if(o==null||o.raw===void 0)s=!1,r+=Ht(n,t,o);else{var a=o;r+=a[0]}for(var i=1;i<e.length;i++)if(r+=Ht(n,t,e[i]),s){var l=o;r+=l[i]}la.lastIndex=0;for(var u="",d;(d=la.exec(r))!==null;)u+="-"+d[1];var f=Hh(r)+u;return{name:f,styles:r,next:Ne}}var Yh=function(t){return t()},Qh=_o.useInsertionEffect?_o.useInsertionEffect:!1,Kh=Qh||Yh,jc=b.createContext(typeof HTMLElement<"u"?zh({key:"css"}):null);jc.Provider;var Jh=function(t){return b.forwardRef(function(n,s){var r=b.useContext(jc);return t(n,r,s)})},Xh=b.createContext({}),oo={}.hasOwnProperty,ds="__EMOTION_TYPE_PLEASE_DO_NOT_USE__",Zh=function(t,n){var s={};for(var r in n)oo.call(n,r)&&(s[r]=n[r]);return s[ds]=t,s},ep=function(t){var n=t.cache,s=t.serialized,r=t.isStringTag;return wc(n,s,r),Kh(function(){return Bh(n,s,r)}),null},tp=Jh(function(e,t,n){var s=e.css;typeof s=="string"&&t.registered[s]!==void 0&&(s=t.registered[s]);var r=e[ds],o=[s],a="";typeof e.className=="string"?a=Vh(t.registered,o,e.className):e.className!=null&&(a=e.className+" ");var i=Sc(o,void 0,b.useContext(Xh));a+=t.key+"-"+i.name;var l={};for(var u in e)oo.call(e,u)&&u!=="css"&&u!==ds&&(l[u]=e[u]);return l.className=a,n&&(l.ref=n),b.createElement(b.Fragment,null,b.createElement(ep,{cache:t,serialized:i,isStringTag:typeof r=="string"}),b.createElement(r,l))}),np=tp,R=function(t,n){var s=arguments;if(n==null||!oo.call(n,"css"))return b.createElement.apply(void 0,s);var r=s.length,o=new Array(r);o[0]=np,o[1]=Zh(t,n);for(var a=2;a<r;a++)o[a]=s[a];return b.createElement.apply(null,o)};(function(e){var t;t||(t=e.JSX||(e.JSX={}))})(R||(R={}));function ao(){for(var e=arguments.length,t=new Array(e),n=0;n<e;n++)t[n]=arguments[n];return Sc(t)}function rp(){var e=ao.apply(void 0,arguments),t="animation-"+e.name;return{name:t,styles:"@keyframes "+t+"{"+e.styles+"}",anim:1,toString:function(){return"_EMO_"+this.name+"_"+this.styles+"_EMO_"}}}function sp(e,t){return t||(t=e.slice(0)),Object.freeze(Object.defineProperties(e,{raw:{value:Object.freeze(t)}}))}var fs=b.useLayoutEffect,op=["className","clearValue","cx","getStyles","getClassNames","getValue","hasValue","isMulti","isRtl","options","selectOption","selectProps","setValue","theme"],rr=function(){};function ap(e,t){return t?t[0]==="-"?e+t:e+"__"+t:e}function ip(e,t){for(var n=arguments.length,s=new Array(n>2?n-2:0),r=2;r<n;r++)s[r-2]=arguments[r];var o=[].concat(s);if(t&&e)for(var a in t)t.hasOwnProperty(a)&&t[a]&&o.push("".concat(ap(e,a)));return o.filter(function(i){return i}).map(function(i){return String(i).trim()}).join(" ")}var ua=function(t){return gp(t)?t.filter(Boolean):st(t)==="object"&&t!==null?[t]:[]},Ec=function(t){t.className,t.clearValue,t.cx,t.getStyles,t.getClassNames,t.getValue,t.hasValue,t.isMulti,t.isRtl,t.options,t.selectOption,t.selectProps,t.setValue,t.theme;var n=Ve(t,op);return L({},n)},ne=function(t,n,s){var r=t.cx,o=t.getStyles,a=t.getClassNames,i=t.className;return{css:o(n,t),className:r(s??{},a(n,t),i)}};function Sr(e){return[document.documentElement,document.body,window].indexOf(e)>-1}function cp(e){return Sr(e)?window.innerHeight:e.clientHeight}function Pc(e){return Sr(e)?window.pageYOffset:e.scrollTop}function sr(e,t){if(Sr(e)){window.scrollTo(0,t);return}e.scrollTop=t}function lp(e){var t=getComputedStyle(e),n=t.position==="absolute",s=/(auto|scroll)/;if(t.position==="fixed")return document.documentElement;for(var r=e;r=r.parentElement;)if(t=getComputedStyle(r),!(n&&t.position==="static")&&s.test(t.overflow+t.overflowY+t.overflowX))return r;return document.documentElement}function up(e,t,n,s){return n*((e=e/s-1)*e*e+1)+t}function Mn(e,t){var n=arguments.length>2&&arguments[2]!==void 0?arguments[2]:200,s=arguments.length>3&&arguments[3]!==void 0?arguments[3]:rr,r=Pc(e),o=t-r,a=10,i=0;function l(){i+=a;var u=up(i,r,o,n);sr(e,u),i<n?window.requestAnimationFrame(l):s(e)}l()}function da(e,t){var n=e.getBoundingClientRect(),s=t.getBoundingClientRect(),r=t.offsetHeight/3;s.bottom+r>n.bottom?sr(e,Math.min(t.offsetTop+t.clientHeight-e.offsetHeight+r,e.scrollHeight)):s.top-r<n.top&&sr(e,Math.max(t.offsetTop-r,0))}function dp(e){var t=e.getBoundingClientRect();return{bottom:t.bottom,height:t.height,left:t.left,right:t.right,top:t.top,width:t.width}}function fa(){try{return document.createEvent("TouchEvent"),!0}catch{return!1}}function fp(){try{return/Android|webOS|iPhone|iPad|iPod|BlackBerry|IEMobile|Opera Mini/i.test(navigator.userAgent)}catch{return!1}}var Oc=!1,hp={get passive(){return Oc=!0}},Tn=typeof window<"u"?window:{};Tn.addEventListener&&Tn.removeEventListener&&(Tn.addEventListener("p",rr,hp),Tn.removeEventListener("p",rr,!1));var pp=Oc;function mp(e){return e!=null}function gp(e){return Array.isArray(e)}function kn(e,t,n){return e?t:n}var bp=function(t){for(var n=arguments.length,s=new Array(n>1?n-1:0),r=1;r<n;r++)s[r-1]=arguments[r];var o=Object.entries(t).filter(function(a){var i=$e(a,1),l=i[0];return!s.includes(l)});return o.reduce(function(a,i){var l=$e(i,2),u=l[0],d=l[1];return a[u]=d,a},{})},yp=["children","innerProps"],vp=["children","innerProps"];function xp(e){var t=e.maxHeight,n=e.menuEl,s=e.minHeight,r=e.placement,o=e.shouldScroll,a=e.isFixedPosition,i=e.controlHeight,l=lp(n),u={placement:"bottom",maxHeight:t};if(!n||!n.offsetParent)return u;var d=l.getBoundingClientRect(),f=d.height,h=n.getBoundingClientRect(),p=h.bottom,g=h.height,m=h.top,y=n.offsetParent.getBoundingClientRect(),x=y.top,v=a?window.innerHeight:cp(l),C=Pc(l),E=parseInt(getComputedStyle(n).marginBottom,10),w=parseInt(getComputedStyle(n).marginTop,10),j=x-w,S=v-m,P=j+C,O=f-C-m,M=p-v+C+E,k=C+m-w,A=160;switch(r){case"auto":case"bottom":if(S>=g)return{placement:"bottom",maxHeight:t};if(O>=g&&!a)return o&&Mn(l,M,A),{placement:"bottom",maxHeight:t};if(!a&&O>=s||a&&S>=s){o&&Mn(l,M,A);var D=a?S-E:O-E;return{placement:"bottom",maxHeight:D}}if(r==="auto"||a){var z=t,$=a?j:P;return $>=s&&(z=Math.min($-E-i,t)),{placement:"top",maxHeight:z}}if(r==="bottom")return o&&sr(l,M),{placement:"bottom",maxHeight:t};break;case"top":if(j>=g)return{placement:"top",maxHeight:t};if(P>=g&&!a)return o&&Mn(l,k,A),{placement:"top",maxHeight:t};if(!a&&P>=s||a&&j>=s){var B=t;return(!a&&P>=s||a&&j>=s)&&(B=a?j-w:P-w),o&&Mn(l,k,A),{placement:"top",maxHeight:B}}return{placement:"bottom",maxHeight:t};default:throw new Error('Invalid placement provided "'.concat(r,'".'))}return u}function wp(e){var t={bottom:"top",top:"bottom"};return e?t[e]:"bottom"}var Nc=function(t){return t==="auto"?"bottom":t},Cp=function(t,n){var s,r=t.placement,o=t.theme,a=o.borderRadius,i=o.spacing,l=o.colors;return L((s={label:"menu"},Ft(s,wp(r),"100%"),Ft(s,"position","absolute"),Ft(s,"width","100%"),Ft(s,"zIndex",1),s),n?{}:{backgroundColor:l.neutral0,borderRadius:a,boxShadow:"0 0 0 1px hsla(0, 0%, 0%, 0.1), 0 4px 11px hsla(0, 0%, 0%, 0.1)",marginBottom:i.menuGutter,marginTop:i.menuGutter})},Ic=b.createContext(null),Sp=function(t){var n=t.children,s=t.minMenuHeight,r=t.maxMenuHeight,o=t.menuPlacement,a=t.menuPosition,i=t.menuShouldScrollIntoView,l=t.theme,u=b.useContext(Ic)||{},d=u.setPortalPlacement,f=b.useRef(null),h=b.useState(r),p=$e(h,2),g=p[0],m=p[1],y=b.useState(null),x=$e(y,2),v=x[0],C=x[1],E=l.spacing.controlHeight;return fs(function(){var w=f.current;if(w){var j=a==="fixed",S=i&&!j,P=xp({maxHeight:r,menuEl:w,minHeight:s,placement:o,shouldScroll:S,isFixedPosition:j,controlHeight:E});m(P.maxHeight),C(P.placement),d?.(P.placement)}},[r,o,a,i,s,d,E]),n({ref:f,placerProps:L(L({},t),{},{placement:v||Nc(o),maxHeight:g})})},jp=function(t){var n=t.children,s=t.innerRef,r=t.innerProps;return R("div",F({},ne(t,"menu",{menu:!0}),{ref:s},r),n)},Ep=jp,Pp=function(t,n){var s=t.maxHeight,r=t.theme.spacing.baseUnit;return L({maxHeight:s,overflowY:"auto",position:"relative",WebkitOverflowScrolling:"touch"},n?{}:{paddingBottom:r,paddingTop:r})},Op=function(t){var n=t.children,s=t.innerProps,r=t.innerRef,o=t.isMulti;return R("div",F({},ne(t,"menuList",{"menu-list":!0,"menu-list--is-multi":o}),{ref:r},s),n)},Mc=function(t,n){var s=t.theme,r=s.spacing.baseUnit,o=s.colors;return L({textAlign:"center"},n?{}:{color:o.neutral40,padding:"".concat(r*2,"px ").concat(r*3,"px")})},Np=Mc,Ip=Mc,Mp=function(t){var n=t.children,s=n===void 0?"No options":n,r=t.innerProps,o=Ve(t,yp);return R("div",F({},ne(L(L({},o),{},{children:s,innerProps:r}),"noOptionsMessage",{"menu-notice":!0,"menu-notice--no-options":!0}),r),s)},Tp=function(t){var n=t.children,s=n===void 0?"Loading...":n,r=t.innerProps,o=Ve(t,vp);return R("div",F({},ne(L(L({},o),{},{children:s,innerProps:r}),"loadingMessage",{"menu-notice":!0,"menu-notice--loading":!0}),r),s)},kp=function(t){var n=t.rect,s=t.offset,r=t.position;return{left:n.left,position:r,top:s,width:n.width,zIndex:1}},Ap=function(t){var n=t.appendTo,s=t.children,r=t.controlElement,o=t.innerProps,a=t.menuPlacement,i=t.menuPosition,l=b.useRef(null),u=b.useRef(null),d=b.useState(Nc(a)),f=$e(d,2),h=f[0],p=f[1],g=b.useMemo(function(){return{setPortalPlacement:p}},[]),m=b.useState(null),y=$e(m,2),x=y[0],v=y[1],C=b.useCallback(function(){if(r){var S=dp(r),P=i==="fixed"?0:window.pageYOffset,O=S[h]+P;(O!==x?.offset||S.left!==x?.rect.left||S.width!==x?.rect.width)&&v({offset:O,rect:S})}},[r,i,h,x?.offset,x?.rect.left,x?.rect.width]);fs(function(){C()},[C]);var E=b.useCallback(function(){typeof u.current=="function"&&(u.current(),u.current=null),r&&l.current&&(u.current=fd(r,l.current,C,{elementResize:"ResizeObserver"in window}))},[r,C]);fs(function(){E()},[E]);var w=b.useCallback(function(S){l.current=S,E()},[E]);if(!n&&i!=="fixed"||!x)return null;var j=R("div",F({ref:w},ne(L(L({},t),{},{offset:x.offset,position:i,rect:x.rect}),"menuPortal",{"menu-portal":!0}),o),s);return R(Ic.Provider,{value:g},n?ki.createPortal(j,n):j)},Rp=function(t){var n=t.isDisabled,s=t.isRtl;return{label:"container",direction:s?"rtl":void 0,pointerEvents:n?"none":void 0,position:"relative"}},Dp=function(t){var n=t.children,s=t.innerProps,r=t.isDisabled,o=t.isRtl;return R("div",F({},ne(t,"container",{"--is-disabled":r,"--is-rtl":o}),s),n)},Lp=function(t,n){var s=t.theme.spacing,r=t.isMulti,o=t.hasValue,a=t.selectProps.controlShouldRenderValue;return L({alignItems:"center",display:r&&o&&a?"flex":"grid",flex:1,flexWrap:"wrap",WebkitOverflowScrolling:"touch",position:"relative",overflow:"hidden"},n?{}:{padding:"".concat(s.baseUnit/2,"px ").concat(s.baseUnit*2,"px")})},Fp=function(t){var n=t.children,s=t.innerProps,r=t.isMulti,o=t.hasValue;return R("div",F({},ne(t,"valueContainer",{"value-container":!0,"value-container--is-multi":r,"value-container--has-value":o}),s),n)},$p=function(){return{alignItems:"center",alignSelf:"stretch",display:"flex",flexShrink:0}},zp=function(t){var n=t.children,s=t.innerProps;return R("div",F({},ne(t,"indicatorsContainer",{indicators:!0}),s),n)},ha,Up=["size"],Vp=["innerProps","isRtl","size"],Bp={name:"8mmkcg",styles:"display:inline-block;fill:currentColor;line-height:1;stroke:currentColor;stroke-width:0"},Tc=function(t){var n=t.size,s=Ve(t,Up);return R("svg",F({height:n,width:n,viewBox:"0 0 20 20","aria-hidden":"true",focusable:"false",css:Bp},s))},io=function(t){return R(Tc,F({size:20},t),R("path",{d:"M14.348 14.849c-0.469 0.469-1.229 0.469-1.697 0l-2.651-3.030-2.651 3.029c-0.469 0.469-1.229 0.469-1.697 0-0.469-0.469-0.469-1.229 0-1.697l2.758-3.15-2.759-3.152c-0.469-0.469-0.469-1.228 0-1.697s1.228-0.469 1.697 0l2.652 3.031 2.651-3.031c0.469-0.469 1.228-0.469 1.697 0s0.469 1.229 0 1.697l-2.758 3.152 2.758 3.15c0.469 0.469 0.469 1.229 0 1.698z"}))},kc=function(t){return R(Tc,F({size:20},t),R("path",{d:"M4.516 7.548c0.436-0.446 1.043-0.481 1.576 0l3.908 3.747 3.908-3.747c0.533-0.481 1.141-0.446 1.574 0 0.436 0.445 0.408 1.197 0 1.615-0.406 0.418-4.695 4.502-4.695 4.502-0.217 0.223-0.502 0.335-0.787 0.335s-0.57-0.112-0.789-0.335c0 0-4.287-4.084-4.695-4.502s-0.436-1.17 0-1.615z"}))},Ac=function(t,n){var s=t.isFocused,r=t.theme,o=r.spacing.baseUnit,a=r.colors;return L({label:"indicatorContainer",display:"flex",transition:"color 150ms"},n?{}:{color:s?a.neutral60:a.neutral20,padding:o*2,":hover":{color:s?a.neutral80:a.neutral40}})},Hp=Ac,_p=function(t){var n=t.children,s=t.innerProps;return R("div",F({},ne(t,"dropdownIndicator",{indicator:!0,"dropdown-indicator":!0}),s),n||R(kc,null))},Wp=Ac,Gp=function(t){var n=t.children,s=t.innerProps;return R("div",F({},ne(t,"clearIndicator",{indicator:!0,"clear-indicator":!0}),s),n||R(io,null))},qp=function(t,n){var s=t.isDisabled,r=t.theme,o=r.spacing.baseUnit,a=r.colors;return L({label:"indicatorSeparator",alignSelf:"stretch",width:1},n?{}:{backgroundColor:s?a.neutral10:a.neutral20,marginBottom:o*2,marginTop:o*2})},Yp=function(t){var n=t.innerProps;return R("span",F({},n,ne(t,"indicatorSeparator",{"indicator-separator":!0})))},Qp=rp(ha||(ha=sp([`
|
|
4
|
+
0%, 80%, 100% { opacity: 0; }
|
|
5
|
+
40% { opacity: 1; }
|
|
6
|
+
`]))),Kp=function(t,n){var s=t.isFocused,r=t.size,o=t.theme,a=o.colors,i=o.spacing.baseUnit;return L({label:"loadingIndicator",display:"flex",transition:"color 150ms",alignSelf:"center",fontSize:r,lineHeight:1,marginRight:r,textAlign:"center",verticalAlign:"middle"},n?{}:{color:s?a.neutral60:a.neutral20,padding:i*2})},Fr=function(t){var n=t.delay,s=t.offset;return R("span",{css:ao({animation:"".concat(Qp," 1s ease-in-out ").concat(n,"ms infinite;"),backgroundColor:"currentColor",borderRadius:"1em",display:"inline-block",marginLeft:s?"1em":void 0,height:"1em",verticalAlign:"top",width:"1em"},"","")})},Jp=function(t){var n=t.innerProps,s=t.isRtl,r=t.size,o=r===void 0?4:r,a=Ve(t,Vp);return R("div",F({},ne(L(L({},a),{},{innerProps:n,isRtl:s,size:o}),"loadingIndicator",{indicator:!0,"loading-indicator":!0}),n),R(Fr,{delay:0,offset:s}),R(Fr,{delay:160,offset:!0}),R(Fr,{delay:320,offset:!s}))},Xp=function(t,n){var s=t.isDisabled,r=t.isFocused,o=t.theme,a=o.colors,i=o.borderRadius,l=o.spacing;return L({label:"control",alignItems:"center",cursor:"default",display:"flex",flexWrap:"wrap",justifyContent:"space-between",minHeight:l.controlHeight,outline:"0 !important",position:"relative",transition:"all 100ms"},n?{}:{backgroundColor:s?a.neutral5:a.neutral0,borderColor:s?a.neutral10:r?a.primary:a.neutral20,borderRadius:i,borderStyle:"solid",borderWidth:1,boxShadow:r?"0 0 0 1px ".concat(a.primary):void 0,"&:hover":{borderColor:r?a.primary:a.neutral30}})},Zp=function(t){var n=t.children,s=t.isDisabled,r=t.isFocused,o=t.innerRef,a=t.innerProps,i=t.menuIsOpen;return R("div",F({ref:o},ne(t,"control",{control:!0,"control--is-disabled":s,"control--is-focused":r,"control--menu-is-open":i}),a,{"aria-disabled":s||void 0}),n)},em=Zp,tm=["data"],nm=function(t,n){var s=t.theme.spacing;return n?{}:{paddingBottom:s.baseUnit*2,paddingTop:s.baseUnit*2}},rm=function(t){var n=t.children,s=t.cx,r=t.getStyles,o=t.getClassNames,a=t.Heading,i=t.headingProps,l=t.innerProps,u=t.label,d=t.theme,f=t.selectProps;return R("div",F({},ne(t,"group",{group:!0}),l),R(a,F({},i,{selectProps:f,theme:d,getStyles:r,getClassNames:o,cx:s}),u),R("div",null,n))},sm=function(t,n){var s=t.theme,r=s.colors,o=s.spacing;return L({label:"group",cursor:"default",display:"block"},n?{}:{color:r.neutral40,fontSize:"75%",fontWeight:500,marginBottom:"0.25em",paddingLeft:o.baseUnit*3,paddingRight:o.baseUnit*3,textTransform:"uppercase"})},om=function(t){var n=Ec(t);n.data;var s=Ve(n,tm);return R("div",F({},ne(t,"groupHeading",{"group-heading":!0}),s))},am=rm,im=["innerRef","isDisabled","isHidden","inputClassName"],cm=function(t,n){var s=t.isDisabled,r=t.value,o=t.theme,a=o.spacing,i=o.colors;return L(L({visibility:s?"hidden":"visible",transform:r?"translateZ(0)":""},lm),n?{}:{margin:a.baseUnit/2,paddingBottom:a.baseUnit/2,paddingTop:a.baseUnit/2,color:i.neutral80})},Rc={gridArea:"1 / 2",font:"inherit",minWidth:"2px",border:0,margin:0,outline:0,padding:0},lm={flex:"1 1 auto",display:"inline-grid",gridArea:"1 / 1 / 2 / 3",gridTemplateColumns:"0 min-content","&:after":L({content:'attr(data-value) " "',visibility:"hidden",whiteSpace:"pre"},Rc)},um=function(t){return L({label:"input",color:"inherit",background:0,opacity:t?0:1,width:"100%"},Rc)},dm=function(t){var n=t.cx,s=t.value,r=Ec(t),o=r.innerRef,a=r.isDisabled,i=r.isHidden,l=r.inputClassName,u=Ve(r,im);return R("div",F({},ne(t,"input",{"input-container":!0}),{"data-value":s||""}),R("input",F({className:n({input:!0},l),ref:o,style:um(i),disabled:a},u)))},fm=dm,hm=function(t,n){var s=t.theme,r=s.spacing,o=s.borderRadius,a=s.colors;return L({label:"multiValue",display:"flex",minWidth:0},n?{}:{backgroundColor:a.neutral10,borderRadius:o/2,margin:r.baseUnit/2})},pm=function(t,n){var s=t.theme,r=s.borderRadius,o=s.colors,a=t.cropWithEllipsis;return L({overflow:"hidden",textOverflow:a||a===void 0?"ellipsis":void 0,whiteSpace:"nowrap"},n?{}:{borderRadius:r/2,color:o.neutral80,fontSize:"85%",padding:3,paddingLeft:6})},mm=function(t,n){var s=t.theme,r=s.spacing,o=s.borderRadius,a=s.colors,i=t.isFocused;return L({alignItems:"center",display:"flex"},n?{}:{borderRadius:o/2,backgroundColor:i?a.dangerLight:void 0,paddingLeft:r.baseUnit,paddingRight:r.baseUnit,":hover":{backgroundColor:a.dangerLight,color:a.danger}})},Dc=function(t){var n=t.children,s=t.innerProps;return R("div",s,n)},gm=Dc,bm=Dc;function ym(e){var t=e.children,n=e.innerProps;return R("div",F({role:"button"},n),t||R(io,{size:14}))}var vm=function(t){var n=t.children,s=t.components,r=t.data,o=t.innerProps,a=t.isDisabled,i=t.removeProps,l=t.selectProps,u=s.Container,d=s.Label,f=s.Remove;return R(u,{data:r,innerProps:L(L({},ne(t,"multiValue",{"multi-value":!0,"multi-value--is-disabled":a})),o),selectProps:l},R(d,{data:r,innerProps:L({},ne(t,"multiValueLabel",{"multi-value__label":!0})),selectProps:l},n),R(f,{data:r,innerProps:L(L({},ne(t,"multiValueRemove",{"multi-value__remove":!0})),{},{"aria-label":"Remove ".concat(n||"option")},i),selectProps:l}))},xm=vm,wm=function(t,n){var s=t.isDisabled,r=t.isFocused,o=t.isSelected,a=t.theme,i=a.spacing,l=a.colors;return L({label:"option",cursor:"default",display:"block",fontSize:"inherit",width:"100%",userSelect:"none",WebkitTapHighlightColor:"rgba(0, 0, 0, 0)"},n?{}:{backgroundColor:o?l.primary:r?l.primary25:"transparent",color:s?l.neutral20:o?l.neutral0:"inherit",padding:"".concat(i.baseUnit*2,"px ").concat(i.baseUnit*3,"px"),":active":{backgroundColor:s?void 0:o?l.primary:l.primary50}})},Cm=function(t){var n=t.children,s=t.isDisabled,r=t.isFocused,o=t.isSelected,a=t.innerRef,i=t.innerProps;return R("div",F({},ne(t,"option",{option:!0,"option--is-disabled":s,"option--is-focused":r,"option--is-selected":o}),{ref:a,"aria-disabled":s},i),n)},Sm=Cm,jm=function(t,n){var s=t.theme,r=s.spacing,o=s.colors;return L({label:"placeholder",gridArea:"1 / 1 / 2 / 3"},n?{}:{color:o.neutral50,marginLeft:r.baseUnit/2,marginRight:r.baseUnit/2})},Em=function(t){var n=t.children,s=t.innerProps;return R("div",F({},ne(t,"placeholder",{placeholder:!0}),s),n)},Pm=Em,Om=function(t,n){var s=t.isDisabled,r=t.theme,o=r.spacing,a=r.colors;return L({label:"singleValue",gridArea:"1 / 1 / 2 / 3",maxWidth:"100%",overflow:"hidden",textOverflow:"ellipsis",whiteSpace:"nowrap"},n?{}:{color:s?a.neutral40:a.neutral80,marginLeft:o.baseUnit/2,marginRight:o.baseUnit/2})},Nm=function(t){var n=t.children,s=t.isDisabled,r=t.innerProps;return R("div",F({},ne(t,"singleValue",{"single-value":!0,"single-value--is-disabled":s}),r),n)},Im=Nm,jr={ClearIndicator:Gp,Control:em,DropdownIndicator:_p,DownChevron:kc,CrossIcon:io,Group:am,GroupHeading:om,IndicatorsContainer:zp,IndicatorSeparator:Yp,Input:fm,LoadingIndicator:Jp,Menu:Ep,MenuList:Op,MenuPortal:Ap,LoadingMessage:Tp,NoOptionsMessage:Mp,MultiValue:xm,MultiValueContainer:gm,MultiValueLabel:bm,MultiValueRemove:ym,Option:Sm,Placeholder:Pm,SelectContainer:Dp,SingleValue:Im,ValueContainer:Fp},Mm=function(t){return L(L({},jr),t.components)},pa=Number.isNaN||function(t){return typeof t=="number"&&t!==t};function Tm(e,t){return!!(e===t||pa(e)&&pa(t))}function km(e,t){if(e.length!==t.length)return!1;for(var n=0;n<e.length;n++)if(!Tm(e[n],t[n]))return!1;return!0}function Am(e,t){t===void 0&&(t=km);var n=null;function s(){for(var r=[],o=0;o<arguments.length;o++)r[o]=arguments[o];if(n&&n.lastThis===this&&t(r,n.lastArgs))return n.lastResult;var a=e.apply(this,r);return n={lastResult:a,lastArgs:r,lastThis:this},a}return s.clear=function(){n=null},s}var Rm={name:"7pg0cj-a11yText",styles:"label:a11yText;z-index:9999;border:0;clip:rect(1px, 1px, 1px, 1px);height:1px;width:1px;position:absolute;overflow:hidden;padding:0;white-space:nowrap"},Dm=function(t){return R("span",F({css:Rm},t))},ma=Dm,Lm={guidance:function(t){var n=t.isSearchable,s=t.isMulti,r=t.tabSelectsValue,o=t.context,a=t.isInitialFocus;switch(o){case"menu":return"Use Up and Down to choose options, press Enter to select the currently focused option, press Escape to exit the menu".concat(r?", press Tab to select the option and exit the menu":"",".");case"input":return a?"".concat(t["aria-label"]||"Select"," is focused ").concat(n?",type to refine list":"",", press Down to open the menu, ").concat(s?" press left to focus selected values":""):"";case"value":return"Use left and right to toggle between focused values, press Backspace to remove the currently focused value";default:return""}},onChange:function(t){var n=t.action,s=t.label,r=s===void 0?"":s,o=t.labels,a=t.isDisabled;switch(n){case"deselect-option":case"pop-value":case"remove-value":return"option ".concat(r,", deselected.");case"clear":return"All selected options have been cleared.";case"initial-input-focus":return"option".concat(o.length>1?"s":""," ").concat(o.join(","),", selected.");case"select-option":return a?"option ".concat(r," is disabled. Select another option."):"option ".concat(r,", selected.");default:return""}},onFocus:function(t){var n=t.context,s=t.focused,r=t.options,o=t.label,a=o===void 0?"":o,i=t.selectValue,l=t.isDisabled,u=t.isSelected,d=t.isAppleDevice,f=function(m,y){return m&&m.length?"".concat(m.indexOf(y)+1," of ").concat(m.length):""};if(n==="value"&&i)return"value ".concat(a," focused, ").concat(f(i,s),".");if(n==="menu"&&d){var h=l?" disabled":"",p="".concat(u?" selected":"").concat(h);return"".concat(a).concat(p,", ").concat(f(r,s),".")}return""},onFilter:function(t){var n=t.inputValue,s=t.resultsMessage;return"".concat(s).concat(n?" for search term "+n:"",".")}},Fm=function(t){var n=t.ariaSelection,s=t.focusedOption,r=t.focusedValue,o=t.focusableOptions,a=t.isFocused,i=t.selectValue,l=t.selectProps,u=t.id,d=t.isAppleDevice,f=l.ariaLiveMessages,h=l.getOptionLabel,p=l.inputValue,g=l.isMulti,m=l.isOptionDisabled,y=l.isSearchable,x=l.menuIsOpen,v=l.options,C=l.screenReaderStatus,E=l.tabSelectsValue,w=l.isLoading,j=l["aria-label"],S=l["aria-live"],P=b.useMemo(function(){return L(L({},Lm),f||{})},[f]),O=b.useMemo(function(){var $="";if(n&&P.onChange){var B=n.option,W=n.options,G=n.removedValue,U=n.removedValues,H=n.value,se=function(oe){return Array.isArray(oe)?null:oe},V=G||B||se(H),K=V?h(V):"",ee=W||U||void 0,re=ee?ee.map(h):[],te=L({isDisabled:V&&m(V,i),label:K,labels:re},n);$=P.onChange(te)}return $},[n,P,m,i,h]),M=b.useMemo(function(){var $="",B=s||r,W=!!(s&&i&&i.includes(s));if(B&&P.onFocus){var G={focused:B,label:h(B),isDisabled:m(B,i),isSelected:W,options:o,context:B===s?"menu":"value",selectValue:i,isAppleDevice:d};$=P.onFocus(G)}return $},[s,r,h,m,P,o,i,d]),k=b.useMemo(function(){var $="";if(x&&v.length&&!w&&P.onFilter){var B=C({count:o.length});$=P.onFilter({inputValue:p,resultsMessage:B})}return $},[o,p,x,P,v,C,w]),A=n?.action==="initial-input-focus",D=b.useMemo(function(){var $="";if(P.guidance){var B=r?"value":x?"menu":"input";$=P.guidance({"aria-label":j,context:B,isDisabled:s&&m(s,i),isMulti:g,isSearchable:y,tabSelectsValue:E,isInitialFocus:A})}return $},[j,s,r,g,m,y,x,P,i,E,A]),z=R(b.Fragment,null,R("span",{id:"aria-selection"},O),R("span",{id:"aria-focused"},M),R("span",{id:"aria-results"},k),R("span",{id:"aria-guidance"},D));return R(b.Fragment,null,R(ma,{id:u},A&&z),R(ma,{"aria-live":S,"aria-atomic":"false","aria-relevant":"additions text",role:"log"},a&&!A&&z))},$m=Fm,hs=[{base:"A",letters:"AⒶAÀÁÂẦẤẪẨÃĀĂẰẮẴẲȦǠÄǞẢÅǺǍȀȂẠẬẶḀĄȺⱯ"},{base:"AA",letters:"Ꜳ"},{base:"AE",letters:"ÆǼǢ"},{base:"AO",letters:"Ꜵ"},{base:"AU",letters:"Ꜷ"},{base:"AV",letters:"ꜸꜺ"},{base:"AY",letters:"Ꜽ"},{base:"B",letters:"BⒷBḂḄḆɃƂƁ"},{base:"C",letters:"CⒸCĆĈĊČÇḈƇȻꜾ"},{base:"D",letters:"DⒹDḊĎḌḐḒḎĐƋƊƉꝹ"},{base:"DZ",letters:"DZDŽ"},{base:"Dz",letters:"DzDž"},{base:"E",letters:"EⒺEÈÉÊỀẾỄỂẼĒḔḖĔĖËẺĚȄȆẸỆȨḜĘḘḚƐƎ"},{base:"F",letters:"FⒻFḞƑꝻ"},{base:"G",letters:"GⒼGǴĜḠĞĠǦĢǤƓꞠꝽꝾ"},{base:"H",letters:"HⒽHĤḢḦȞḤḨḪĦⱧⱵꞍ"},{base:"I",letters:"IⒾIÌÍÎĨĪĬİÏḮỈǏȈȊỊĮḬƗ"},{base:"J",letters:"JⒿJĴɈ"},{base:"K",letters:"KⓀKḰǨḲĶḴƘⱩꝀꝂꝄꞢ"},{base:"L",letters:"LⓁLĿĹĽḶḸĻḼḺŁȽⱢⱠꝈꝆꞀ"},{base:"LJ",letters:"LJ"},{base:"Lj",letters:"Lj"},{base:"M",letters:"MⓂMḾṀṂⱮƜ"},{base:"N",letters:"NⓃNǸŃÑṄŇṆŅṊṈȠƝꞐꞤ"},{base:"NJ",letters:"NJ"},{base:"Nj",letters:"Nj"},{base:"O",letters:"OⓄOÒÓÔỒỐỖỔÕṌȬṎŌṐṒŎȮȰÖȪỎŐǑȌȎƠỜỚỠỞỢỌỘǪǬØǾƆƟꝊꝌ"},{base:"OI",letters:"Ƣ"},{base:"OO",letters:"Ꝏ"},{base:"OU",letters:"Ȣ"},{base:"P",letters:"PⓅPṔṖƤⱣꝐꝒꝔ"},{base:"Q",letters:"QⓆQꝖꝘɊ"},{base:"R",letters:"RⓇRŔṘŘȐȒṚṜŖṞɌⱤꝚꞦꞂ"},{base:"S",letters:"SⓈSẞŚṤŜṠŠṦṢṨȘŞⱾꞨꞄ"},{base:"T",letters:"TⓉTṪŤṬȚŢṰṮŦƬƮȾꞆ"},{base:"TZ",letters:"Ꜩ"},{base:"U",letters:"UⓊUÙÚÛŨṸŪṺŬÜǛǗǕǙỦŮŰǓȔȖƯỪỨỮỬỰỤṲŲṶṴɄ"},{base:"V",letters:"VⓋVṼṾƲꝞɅ"},{base:"VY",letters:"Ꝡ"},{base:"W",letters:"WⓌWẀẂŴẆẄẈⱲ"},{base:"X",letters:"XⓍXẊẌ"},{base:"Y",letters:"YⓎYỲÝŶỸȲẎŸỶỴƳɎỾ"},{base:"Z",letters:"ZⓏZŹẐŻŽẒẔƵȤⱿⱫꝢ"},{base:"a",letters:"aⓐaẚàáâầấẫẩãāăằắẵẳȧǡäǟảåǻǎȁȃạậặḁąⱥɐ"},{base:"aa",letters:"ꜳ"},{base:"ae",letters:"æǽǣ"},{base:"ao",letters:"ꜵ"},{base:"au",letters:"ꜷ"},{base:"av",letters:"ꜹꜻ"},{base:"ay",letters:"ꜽ"},{base:"b",letters:"bⓑbḃḅḇƀƃɓ"},{base:"c",letters:"cⓒcćĉċčçḉƈȼꜿↄ"},{base:"d",letters:"dⓓdḋďḍḑḓḏđƌɖɗꝺ"},{base:"dz",letters:"dzdž"},{base:"e",letters:"eⓔeèéêềếễểẽēḕḗĕėëẻěȅȇẹệȩḝęḙḛɇɛǝ"},{base:"f",letters:"fⓕfḟƒꝼ"},{base:"g",letters:"gⓖgǵĝḡğġǧģǥɠꞡᵹꝿ"},{base:"h",letters:"hⓗhĥḣḧȟḥḩḫẖħⱨⱶɥ"},{base:"hv",letters:"ƕ"},{base:"i",letters:"iⓘiìíîĩīĭïḯỉǐȉȋịįḭɨı"},{base:"j",letters:"jⓙjĵǰɉ"},{base:"k",letters:"kⓚkḱǩḳķḵƙⱪꝁꝃꝅꞣ"},{base:"l",letters:"lⓛlŀĺľḷḹļḽḻſłƚɫⱡꝉꞁꝇ"},{base:"lj",letters:"lj"},{base:"m",letters:"mⓜmḿṁṃɱɯ"},{base:"n",letters:"nⓝnǹńñṅňṇņṋṉƞɲʼnꞑꞥ"},{base:"nj",letters:"nj"},{base:"o",letters:"oⓞoòóôồốỗổõṍȭṏōṑṓŏȯȱöȫỏőǒȍȏơờớỡởợọộǫǭøǿɔꝋꝍɵ"},{base:"oi",letters:"ƣ"},{base:"ou",letters:"ȣ"},{base:"oo",letters:"ꝏ"},{base:"p",letters:"pⓟpṕṗƥᵽꝑꝓꝕ"},{base:"q",letters:"qⓠqɋꝗꝙ"},{base:"r",letters:"rⓡrŕṙřȑȓṛṝŗṟɍɽꝛꞧꞃ"},{base:"s",letters:"sⓢsßśṥŝṡšṧṣṩșşȿꞩꞅẛ"},{base:"t",letters:"tⓣtṫẗťṭțţṱṯŧƭʈⱦꞇ"},{base:"tz",letters:"ꜩ"},{base:"u",letters:"uⓤuùúûũṹūṻŭüǜǘǖǚủůűǔȕȗưừứữửựụṳųṷṵʉ"},{base:"v",letters:"vⓥvṽṿʋꝟʌ"},{base:"vy",letters:"ꝡ"},{base:"w",letters:"wⓦwẁẃŵẇẅẘẉⱳ"},{base:"x",letters:"xⓧxẋẍ"},{base:"y",letters:"yⓨyỳýŷỹȳẏÿỷẙỵƴɏỿ"},{base:"z",letters:"zⓩzźẑżžẓẕƶȥɀⱬꝣ"}],zm=new RegExp("["+hs.map(function(e){return e.letters}).join("")+"]","g"),Lc={};for(var $r=0;$r<hs.length;$r++)for(var zr=hs[$r],Ur=0;Ur<zr.letters.length;Ur++)Lc[zr.letters[Ur]]=zr.base;var Fc=function(t){return t.replace(zm,function(n){return Lc[n]})},Um=Am(Fc),ga=function(t){return t.replace(/^\s+|\s+$/g,"")},Vm=function(t){return"".concat(t.label," ").concat(t.value)},Bm=function(t){return function(n,s){if(n.data.__isNew__)return!0;var r=L({ignoreCase:!0,ignoreAccents:!0,stringify:Vm,trim:!0,matchFrom:"any"},t),o=r.ignoreCase,a=r.ignoreAccents,i=r.stringify,l=r.trim,u=r.matchFrom,d=l?ga(s):s,f=l?ga(i(n)):i(n);return o&&(d=d.toLowerCase(),f=f.toLowerCase()),a&&(d=Um(d),f=Fc(f)),u==="start"?f.substr(0,d.length)===d:f.indexOf(d)>-1}},Hm=["innerRef"];function _m(e){var t=e.innerRef,n=Ve(e,Hm),s=bp(n,"onExited","in","enter","exit","appear");return R("input",F({ref:t},s,{css:ao({label:"dummyInput",background:0,border:0,caretColor:"transparent",fontSize:"inherit",gridArea:"1 / 1 / 2 / 3",outline:0,padding:0,width:1,color:"transparent",left:-100,opacity:0,position:"relative",transform:"scale(.01)"},"","")}))}var Wm=function(t){t.cancelable&&t.preventDefault(),t.stopPropagation()};function Gm(e){var t=e.isEnabled,n=e.onBottomArrive,s=e.onBottomLeave,r=e.onTopArrive,o=e.onTopLeave,a=b.useRef(!1),i=b.useRef(!1),l=b.useRef(0),u=b.useRef(null),d=b.useCallback(function(y,x){if(u.current!==null){var v=u.current,C=v.scrollTop,E=v.scrollHeight,w=v.clientHeight,j=u.current,S=x>0,P=E-w-C,O=!1;P>x&&a.current&&(s&&s(y),a.current=!1),S&&i.current&&(o&&o(y),i.current=!1),S&&x>P?(n&&!a.current&&n(y),j.scrollTop=E,O=!0,a.current=!0):!S&&-x>C&&(r&&!i.current&&r(y),j.scrollTop=0,O=!0,i.current=!0),O&&Wm(y)}},[n,s,r,o]),f=b.useCallback(function(y){d(y,y.deltaY)},[d]),h=b.useCallback(function(y){l.current=y.changedTouches[0].clientY},[]),p=b.useCallback(function(y){var x=l.current-y.changedTouches[0].clientY;d(y,x)},[d]),g=b.useCallback(function(y){if(y){var x=pp?{passive:!1}:!1;y.addEventListener("wheel",f,x),y.addEventListener("touchstart",h,x),y.addEventListener("touchmove",p,x)}},[p,h,f]),m=b.useCallback(function(y){y&&(y.removeEventListener("wheel",f,!1),y.removeEventListener("touchstart",h,!1),y.removeEventListener("touchmove",p,!1))},[p,h,f]);return b.useEffect(function(){if(t){var y=u.current;return g(y),function(){m(y)}}},[t,g,m]),function(y){u.current=y}}var ba=["boxSizing","height","overflow","paddingRight","position"],ya={boxSizing:"border-box",overflow:"hidden",position:"relative",height:"100%"};function va(e){e.cancelable&&e.preventDefault()}function xa(e){e.stopPropagation()}function wa(){var e=this.scrollTop,t=this.scrollHeight,n=e+this.offsetHeight;e===0?this.scrollTop=1:n===t&&(this.scrollTop=e-1)}function Ca(){return"ontouchstart"in window||navigator.maxTouchPoints}var Sa=!!(typeof window<"u"&&window.document&&window.document.createElement),Rt=0,ft={capture:!1,passive:!1};function qm(e){var t=e.isEnabled,n=e.accountForScrollbars,s=n===void 0?!0:n,r=b.useRef({}),o=b.useRef(null),a=b.useCallback(function(l){if(Sa){var u=document.body,d=u&&u.style;if(s&&ba.forEach(function(g){var m=d&&d[g];r.current[g]=m}),s&&Rt<1){var f=parseInt(r.current.paddingRight,10)||0,h=document.body?document.body.clientWidth:0,p=window.innerWidth-h+f||0;Object.keys(ya).forEach(function(g){var m=ya[g];d&&(d[g]=m)}),d&&(d.paddingRight="".concat(p,"px"))}u&&Ca()&&(u.addEventListener("touchmove",va,ft),l&&(l.addEventListener("touchstart",wa,ft),l.addEventListener("touchmove",xa,ft))),Rt+=1}},[s]),i=b.useCallback(function(l){if(Sa){var u=document.body,d=u&&u.style;Rt=Math.max(Rt-1,0),s&&Rt<1&&ba.forEach(function(f){var h=r.current[f];d&&(d[f]=h)}),u&&Ca()&&(u.removeEventListener("touchmove",va,ft),l&&(l.removeEventListener("touchstart",wa,ft),l.removeEventListener("touchmove",xa,ft)))}},[s]);return b.useEffect(function(){if(t){var l=o.current;return a(l),function(){i(l)}}},[t,a,i]),function(l){o.current=l}}var Ym=function(t){var n=t.target;return n.ownerDocument.activeElement&&n.ownerDocument.activeElement.blur()},Qm={name:"1kfdb0e",styles:"position:fixed;left:0;bottom:0;right:0;top:0"};function Km(e){var t=e.children,n=e.lockEnabled,s=e.captureEnabled,r=s===void 0?!0:s,o=e.onBottomArrive,a=e.onBottomLeave,i=e.onTopArrive,l=e.onTopLeave,u=Gm({isEnabled:r,onBottomArrive:o,onBottomLeave:a,onTopArrive:i,onTopLeave:l}),d=qm({isEnabled:n}),f=function(p){u(p),d(p)};return R(b.Fragment,null,n&&R("div",{onClick:Ym,css:Qm}),t(f))}var Jm={name:"1a0ro4n-requiredInput",styles:"label:requiredInput;opacity:0;pointer-events:none;position:absolute;bottom:0;left:0;right:0;width:100%"},Xm=function(t){var n=t.name,s=t.onFocus;return R("input",{required:!0,name:n,tabIndex:-1,"aria-hidden":"true",onFocus:s,css:Jm,value:"",onChange:function(){}})},Zm=Xm;function co(e){var t;return typeof window<"u"&&window.navigator!=null?e.test(((t=window.navigator.userAgentData)===null||t===void 0?void 0:t.platform)||window.navigator.platform):!1}function eg(){return co(/^iPhone/i)}function $c(){return co(/^Mac/i)}function tg(){return co(/^iPad/i)||$c()&&navigator.maxTouchPoints>1}function ng(){return eg()||tg()}function rg(){return $c()||ng()}var sg=function(t){return t.label},og=function(t){return t.label},ag=function(t){return t.value},ig=function(t){return!!t.isDisabled},cg={clearIndicator:Wp,container:Rp,control:Xp,dropdownIndicator:Hp,group:nm,groupHeading:sm,indicatorsContainer:$p,indicatorSeparator:qp,input:cm,loadingIndicator:Kp,loadingMessage:Ip,menu:Cp,menuList:Pp,menuPortal:kp,multiValue:hm,multiValueLabel:pm,multiValueRemove:mm,noOptionsMessage:Np,option:wm,placeholder:jm,singleValue:Om,valueContainer:Lp},lg={primary:"#2684FF",primary75:"#4C9AFF",primary50:"#B2D4FF",primary25:"#DEEBFF",danger:"#DE350B",dangerLight:"#FFBDAD",neutral0:"hsl(0, 0%, 100%)",neutral5:"hsl(0, 0%, 95%)",neutral10:"hsl(0, 0%, 90%)",neutral20:"hsl(0, 0%, 80%)",neutral30:"hsl(0, 0%, 70%)",neutral40:"hsl(0, 0%, 60%)",neutral50:"hsl(0, 0%, 50%)",neutral60:"hsl(0, 0%, 40%)",neutral70:"hsl(0, 0%, 30%)",neutral80:"hsl(0, 0%, 20%)",neutral90:"hsl(0, 0%, 10%)"},ug=4,zc=4,dg=38,fg=zc*2,hg={baseUnit:zc,controlHeight:dg,menuGutter:fg},Vr={borderRadius:ug,colors:lg,spacing:hg},pg={"aria-live":"polite",backspaceRemovesValue:!0,blurInputOnSelect:fa(),captureMenuScroll:!fa(),classNames:{},closeMenuOnSelect:!0,closeMenuOnScroll:!1,components:{},controlShouldRenderValue:!0,escapeClearsValue:!1,filterOption:Bm(),formatGroupLabel:sg,getOptionLabel:og,getOptionValue:ag,isDisabled:!1,isLoading:!1,isMulti:!1,isRtl:!1,isSearchable:!0,isOptionDisabled:ig,loadingMessage:function(){return"Loading..."},maxMenuHeight:300,minMenuHeight:140,menuIsOpen:!1,menuPlacement:"bottom",menuPosition:"absolute",menuShouldBlockScroll:!1,menuShouldScrollIntoView:!fp(),noOptionsMessage:function(){return"No options"},openMenuOnFocus:!1,openMenuOnClick:!0,options:[],pageSize:5,placeholder:"Select...",screenReaderStatus:function(t){var n=t.count;return"".concat(n," result").concat(n!==1?"s":""," available")},styles:{},tabIndex:0,tabSelectsValue:!0,unstyled:!1};function ja(e,t,n,s){var r=Bc(e,t,n),o=Hc(e,t,n),a=Vc(e,t),i=or(e,t);return{type:"option",data:t,isDisabled:r,isSelected:o,label:a,value:i,index:s}}function qn(e,t){return e.options.map(function(n,s){if("options"in n){var r=n.options.map(function(a,i){return ja(e,a,t,i)}).filter(function(a){return Pa(e,a)});return r.length>0?{type:"group",data:n,options:r,index:s}:void 0}var o=ja(e,n,t,s);return Pa(e,o)?o:void 0}).filter(mp)}function Uc(e){return e.reduce(function(t,n){return n.type==="group"?t.push.apply(t,to(n.options.map(function(s){return s.data}))):t.push(n.data),t},[])}function Ea(e,t){return e.reduce(function(n,s){return s.type==="group"?n.push.apply(n,to(s.options.map(function(r){return{data:r.data,id:"".concat(t,"-").concat(s.index,"-").concat(r.index)}}))):n.push({data:s.data,id:"".concat(t,"-").concat(s.index)}),n},[])}function mg(e,t){return Uc(qn(e,t))}function Pa(e,t){var n=e.inputValue,s=n===void 0?"":n,r=t.data,o=t.isSelected,a=t.label,i=t.value;return(!Wc(e)||!o)&&_c(e,{label:a,value:i,data:r},s)}function gg(e,t){var n=e.focusedValue,s=e.selectValue,r=s.indexOf(n);if(r>-1){var o=t.indexOf(n);if(o>-1)return n;if(r<t.length)return t[r]}return null}function bg(e,t){var n=e.focusedOption;return n&&t.indexOf(n)>-1?n:t[0]}var Br=function(t,n){var s,r=(s=t.find(function(o){return o.data===n}))===null||s===void 0?void 0:s.id;return r||null},Vc=function(t,n){return t.getOptionLabel(n)},or=function(t,n){return t.getOptionValue(n)};function Bc(e,t,n){return typeof e.isOptionDisabled=="function"?e.isOptionDisabled(t,n):!1}function Hc(e,t,n){if(n.indexOf(t)>-1)return!0;if(typeof e.isOptionSelected=="function")return e.isOptionSelected(t,n);var s=or(e,t);return n.some(function(r){return or(e,r)===s})}function _c(e,t,n){return e.filterOption?e.filterOption(t,n):!0}var Wc=function(t){var n=t.hideSelectedOptions,s=t.isMulti;return n===void 0?s:n},yg=1,Gc=(function(e){rh(n,e);var t=ah(n);function n(s){var r;if(th(this,n),r=t.call(this,s),r.state={ariaSelection:null,focusedOption:null,focusedOptionId:null,focusableOptionsWithIds:[],focusedValue:null,inputIsHidden:!1,isFocused:!1,selectValue:[],clearFocusValueOnUpdate:!1,prevWasFocused:!1,inputIsHiddenAfterUpdate:void 0,prevProps:void 0,instancePrefix:"",isAppleDevice:!1},r.blockOptionHover=!1,r.isComposing=!1,r.commonProps=void 0,r.initialTouchX=0,r.initialTouchY=0,r.openAfterFocus=!1,r.scrollToFocusedOptionOnUpdate=!1,r.userIsDragging=void 0,r.controlRef=null,r.getControlRef=function(l){r.controlRef=l},r.focusedOptionRef=null,r.getFocusedOptionRef=function(l){r.focusedOptionRef=l},r.menuListRef=null,r.getMenuListRef=function(l){r.menuListRef=l},r.inputRef=null,r.getInputRef=function(l){r.inputRef=l},r.focus=r.focusInput,r.blur=r.blurInput,r.onChange=function(l,u){var d=r.props,f=d.onChange,h=d.name;u.name=h,r.ariaOnChange(l,u),f(l,u)},r.setValue=function(l,u,d){var f=r.props,h=f.closeMenuOnSelect,p=f.isMulti,g=f.inputValue;r.onInputChange("",{action:"set-value",prevInputValue:g}),h&&(r.setState({inputIsHiddenAfterUpdate:!p}),r.onMenuClose()),r.setState({clearFocusValueOnUpdate:!0}),r.onChange(l,{action:u,option:d})},r.selectOption=function(l){var u=r.props,d=u.blurInputOnSelect,f=u.isMulti,h=u.name,p=r.state.selectValue,g=f&&r.isOptionSelected(l,p),m=r.isOptionDisabled(l,p);if(g){var y=r.getOptionValue(l);r.setValue(p.filter(function(x){return r.getOptionValue(x)!==y}),"deselect-option",l)}else if(!m)f?r.setValue([].concat(to(p),[l]),"select-option",l):r.setValue(l,"select-option");else{r.ariaOnChange(l,{action:"select-option",option:l,name:h});return}d&&r.blurInput()},r.removeValue=function(l){var u=r.props.isMulti,d=r.state.selectValue,f=r.getOptionValue(l),h=d.filter(function(g){return r.getOptionValue(g)!==f}),p=kn(u,h,h[0]||null);r.onChange(p,{action:"remove-value",removedValue:l}),r.focusInput()},r.clearValue=function(){var l=r.state.selectValue;r.onChange(kn(r.props.isMulti,[],null),{action:"clear",removedValues:l})},r.popValue=function(){var l=r.props.isMulti,u=r.state.selectValue,d=u[u.length-1],f=u.slice(0,u.length-1),h=kn(l,f,f[0]||null);d&&r.onChange(h,{action:"pop-value",removedValue:d})},r.getFocusedOptionId=function(l){return Br(r.state.focusableOptionsWithIds,l)},r.getFocusableOptionsWithIds=function(){return Ea(qn(r.props,r.state.selectValue),r.getElementId("option"))},r.getValue=function(){return r.state.selectValue},r.cx=function(){for(var l=arguments.length,u=new Array(l),d=0;d<l;d++)u[d]=arguments[d];return ip.apply(void 0,[r.props.classNamePrefix].concat(u))},r.getOptionLabel=function(l){return Vc(r.props,l)},r.getOptionValue=function(l){return or(r.props,l)},r.getStyles=function(l,u){var d=r.props.unstyled,f=cg[l](u,d);f.boxSizing="border-box";var h=r.props.styles[l];return h?h(f,u):f},r.getClassNames=function(l,u){var d,f;return(d=(f=r.props.classNames)[l])===null||d===void 0?void 0:d.call(f,u)},r.getElementId=function(l){return"".concat(r.state.instancePrefix,"-").concat(l)},r.getComponents=function(){return Mm(r.props)},r.buildCategorizedOptions=function(){return qn(r.props,r.state.selectValue)},r.getCategorizedOptions=function(){return r.props.menuIsOpen?r.buildCategorizedOptions():[]},r.buildFocusableOptions=function(){return Uc(r.buildCategorizedOptions())},r.getFocusableOptions=function(){return r.props.menuIsOpen?r.buildFocusableOptions():[]},r.ariaOnChange=function(l,u){r.setState({ariaSelection:L({value:l},u)})},r.onMenuMouseDown=function(l){l.button===0&&(l.stopPropagation(),l.preventDefault(),r.focusInput())},r.onMenuMouseMove=function(l){r.blockOptionHover=!1},r.onControlMouseDown=function(l){if(!l.defaultPrevented){var u=r.props.openMenuOnClick;r.state.isFocused?r.props.menuIsOpen?l.target.tagName!=="INPUT"&&l.target.tagName!=="TEXTAREA"&&r.onMenuClose():u&&r.openMenu("first"):(u&&(r.openAfterFocus=!0),r.focusInput()),l.target.tagName!=="INPUT"&&l.target.tagName!=="TEXTAREA"&&l.preventDefault()}},r.onDropdownIndicatorMouseDown=function(l){if(!(l&&l.type==="mousedown"&&l.button!==0)&&!r.props.isDisabled){var u=r.props,d=u.isMulti,f=u.menuIsOpen;r.focusInput(),f?(r.setState({inputIsHiddenAfterUpdate:!d}),r.onMenuClose()):r.openMenu("first"),l.preventDefault()}},r.onClearIndicatorMouseDown=function(l){l&&l.type==="mousedown"&&l.button!==0||(r.clearValue(),l.preventDefault(),r.openAfterFocus=!1,l.type==="touchend"?r.focusInput():setTimeout(function(){return r.focusInput()}))},r.onScroll=function(l){typeof r.props.closeMenuOnScroll=="boolean"?l.target instanceof HTMLElement&&Sr(l.target)&&r.props.onMenuClose():typeof r.props.closeMenuOnScroll=="function"&&r.props.closeMenuOnScroll(l)&&r.props.onMenuClose()},r.onCompositionStart=function(){r.isComposing=!0},r.onCompositionEnd=function(){r.isComposing=!1},r.onTouchStart=function(l){var u=l.touches,d=u&&u.item(0);d&&(r.initialTouchX=d.clientX,r.initialTouchY=d.clientY,r.userIsDragging=!1)},r.onTouchMove=function(l){var u=l.touches,d=u&&u.item(0);if(d){var f=Math.abs(d.clientX-r.initialTouchX),h=Math.abs(d.clientY-r.initialTouchY),p=5;r.userIsDragging=f>p||h>p}},r.onTouchEnd=function(l){r.userIsDragging||(r.controlRef&&!r.controlRef.contains(l.target)&&r.menuListRef&&!r.menuListRef.contains(l.target)&&r.blurInput(),r.initialTouchX=0,r.initialTouchY=0)},r.onControlTouchEnd=function(l){r.userIsDragging||r.onControlMouseDown(l)},r.onClearIndicatorTouchEnd=function(l){r.userIsDragging||r.onClearIndicatorMouseDown(l)},r.onDropdownIndicatorTouchEnd=function(l){r.userIsDragging||r.onDropdownIndicatorMouseDown(l)},r.handleInputChange=function(l){var u=r.props.inputValue,d=l.currentTarget.value;r.setState({inputIsHiddenAfterUpdate:!1}),r.onInputChange(d,{action:"input-change",prevInputValue:u}),r.props.menuIsOpen||r.onMenuOpen()},r.onInputFocus=function(l){r.props.onFocus&&r.props.onFocus(l),r.setState({inputIsHiddenAfterUpdate:!1,isFocused:!0}),(r.openAfterFocus||r.props.openMenuOnFocus)&&r.openMenu("first"),r.openAfterFocus=!1},r.onInputBlur=function(l){var u=r.props.inputValue;if(r.menuListRef&&r.menuListRef.contains(document.activeElement)){r.inputRef.focus();return}r.props.onBlur&&r.props.onBlur(l),r.onInputChange("",{action:"input-blur",prevInputValue:u}),r.onMenuClose(),r.setState({focusedValue:null,isFocused:!1})},r.onOptionHover=function(l){if(!(r.blockOptionHover||r.state.focusedOption===l)){var u=r.getFocusableOptions(),d=u.indexOf(l);r.setState({focusedOption:l,focusedOptionId:d>-1?r.getFocusedOptionId(l):null})}},r.shouldHideSelectedOptions=function(){return Wc(r.props)},r.onValueInputFocus=function(l){l.preventDefault(),l.stopPropagation(),r.focus()},r.onKeyDown=function(l){var u=r.props,d=u.isMulti,f=u.backspaceRemovesValue,h=u.escapeClearsValue,p=u.inputValue,g=u.isClearable,m=u.isDisabled,y=u.menuIsOpen,x=u.onKeyDown,v=u.tabSelectsValue,C=u.openMenuOnFocus,E=r.state,w=E.focusedOption,j=E.focusedValue,S=E.selectValue;if(!m&&!(typeof x=="function"&&(x(l),l.defaultPrevented))){switch(r.blockOptionHover=!0,l.key){case"ArrowLeft":if(!d||p)return;r.focusValue("previous");break;case"ArrowRight":if(!d||p)return;r.focusValue("next");break;case"Delete":case"Backspace":if(p)return;if(j)r.removeValue(j);else{if(!f)return;d?r.popValue():g&&r.clearValue()}break;case"Tab":if(r.isComposing||l.shiftKey||!y||!v||!w||C&&r.isOptionSelected(w,S))return;r.selectOption(w);break;case"Enter":if(l.keyCode===229)break;if(y){if(!w||r.isComposing)return;r.selectOption(w);break}return;case"Escape":y?(r.setState({inputIsHiddenAfterUpdate:!1}),r.onInputChange("",{action:"menu-close",prevInputValue:p}),r.onMenuClose()):g&&h&&r.clearValue();break;case" ":if(p)return;if(!y){r.openMenu("first");break}if(!w)return;r.selectOption(w);break;case"ArrowUp":y?r.focusOption("up"):r.openMenu("last");break;case"ArrowDown":y?r.focusOption("down"):r.openMenu("first");break;case"PageUp":if(!y)return;r.focusOption("pageup");break;case"PageDown":if(!y)return;r.focusOption("pagedown");break;case"Home":if(!y)return;r.focusOption("first");break;case"End":if(!y)return;r.focusOption("last");break;default:return}l.preventDefault()}},r.state.instancePrefix="react-select-"+(r.props.instanceId||++yg),r.state.selectValue=ua(s.value),s.menuIsOpen&&r.state.selectValue.length){var o=r.getFocusableOptionsWithIds(),a=r.buildFocusableOptions(),i=a.indexOf(r.state.selectValue[0]);r.state.focusableOptionsWithIds=o,r.state.focusedOption=a[i],r.state.focusedOptionId=Br(o,a[i])}return r}return nh(n,[{key:"componentDidMount",value:function(){this.startListeningComposition(),this.startListeningToTouch(),this.props.closeMenuOnScroll&&document&&document.addEventListener&&document.addEventListener("scroll",this.onScroll,!0),this.props.autoFocus&&this.focusInput(),this.props.menuIsOpen&&this.state.focusedOption&&this.menuListRef&&this.focusedOptionRef&&da(this.menuListRef,this.focusedOptionRef),rg()&&this.setState({isAppleDevice:!0})}},{key:"componentDidUpdate",value:function(r){var o=this.props,a=o.isDisabled,i=o.menuIsOpen,l=this.state.isFocused;(l&&!a&&r.isDisabled||l&&i&&!r.menuIsOpen)&&this.focusInput(),l&&a&&!r.isDisabled?this.setState({isFocused:!1},this.onMenuClose):!l&&!a&&r.isDisabled&&this.inputRef===document.activeElement&&this.setState({isFocused:!0}),this.menuListRef&&this.focusedOptionRef&&this.scrollToFocusedOptionOnUpdate&&(da(this.menuListRef,this.focusedOptionRef),this.scrollToFocusedOptionOnUpdate=!1)}},{key:"componentWillUnmount",value:function(){this.stopListeningComposition(),this.stopListeningToTouch(),document.removeEventListener("scroll",this.onScroll,!0)}},{key:"onMenuOpen",value:function(){this.props.onMenuOpen()}},{key:"onMenuClose",value:function(){this.onInputChange("",{action:"menu-close",prevInputValue:this.props.inputValue}),this.props.onMenuClose()}},{key:"onInputChange",value:function(r,o){this.props.onInputChange(r,o)}},{key:"focusInput",value:function(){this.inputRef&&this.inputRef.focus()}},{key:"blurInput",value:function(){this.inputRef&&this.inputRef.blur()}},{key:"openMenu",value:function(r){var o=this,a=this.state,i=a.selectValue,l=a.isFocused,u=this.buildFocusableOptions(),d=r==="first"?0:u.length-1;if(!this.props.isMulti){var f=u.indexOf(i[0]);f>-1&&(d=f)}this.scrollToFocusedOptionOnUpdate=!(l&&this.menuListRef),this.setState({inputIsHiddenAfterUpdate:!1,focusedValue:null,focusedOption:u[d],focusedOptionId:this.getFocusedOptionId(u[d])},function(){return o.onMenuOpen()})}},{key:"focusValue",value:function(r){var o=this.state,a=o.selectValue,i=o.focusedValue;if(this.props.isMulti){this.setState({focusedOption:null});var l=a.indexOf(i);i||(l=-1);var u=a.length-1,d=-1;if(a.length){switch(r){case"previous":l===0?d=0:l===-1?d=u:d=l-1;break;case"next":l>-1&&l<u&&(d=l+1);break}this.setState({inputIsHidden:d!==-1,focusedValue:a[d]})}}}},{key:"focusOption",value:function(){var r=arguments.length>0&&arguments[0]!==void 0?arguments[0]:"first",o=this.props.pageSize,a=this.state.focusedOption,i=this.getFocusableOptions();if(i.length){var l=0,u=i.indexOf(a);a||(u=-1),r==="up"?l=u>0?u-1:i.length-1:r==="down"?l=(u+1)%i.length:r==="pageup"?(l=u-o,l<0&&(l=0)):r==="pagedown"?(l=u+o,l>i.length-1&&(l=i.length-1)):r==="last"&&(l=i.length-1),this.scrollToFocusedOptionOnUpdate=!0,this.setState({focusedOption:i[l],focusedValue:null,focusedOptionId:this.getFocusedOptionId(i[l])})}}},{key:"getTheme",value:(function(){return this.props.theme?typeof this.props.theme=="function"?this.props.theme(Vr):L(L({},Vr),this.props.theme):Vr})},{key:"getCommonProps",value:function(){var r=this.clearValue,o=this.cx,a=this.getStyles,i=this.getClassNames,l=this.getValue,u=this.selectOption,d=this.setValue,f=this.props,h=f.isMulti,p=f.isRtl,g=f.options,m=this.hasValue();return{clearValue:r,cx:o,getStyles:a,getClassNames:i,getValue:l,hasValue:m,isMulti:h,isRtl:p,options:g,selectOption:u,selectProps:f,setValue:d,theme:this.getTheme()}}},{key:"hasValue",value:function(){var r=this.state.selectValue;return r.length>0}},{key:"hasOptions",value:function(){return!!this.getFocusableOptions().length}},{key:"isClearable",value:function(){var r=this.props,o=r.isClearable,a=r.isMulti;return o===void 0?a:o}},{key:"isOptionDisabled",value:function(r,o){return Bc(this.props,r,o)}},{key:"isOptionSelected",value:function(r,o){return Hc(this.props,r,o)}},{key:"filterOption",value:function(r,o){return _c(this.props,r,o)}},{key:"formatOptionLabel",value:function(r,o){if(typeof this.props.formatOptionLabel=="function"){var a=this.props.inputValue,i=this.state.selectValue;return this.props.formatOptionLabel(r,{context:o,inputValue:a,selectValue:i})}else return this.getOptionLabel(r)}},{key:"formatGroupLabel",value:function(r){return this.props.formatGroupLabel(r)}},{key:"startListeningComposition",value:(function(){document&&document.addEventListener&&(document.addEventListener("compositionstart",this.onCompositionStart,!1),document.addEventListener("compositionend",this.onCompositionEnd,!1))})},{key:"stopListeningComposition",value:function(){document&&document.removeEventListener&&(document.removeEventListener("compositionstart",this.onCompositionStart),document.removeEventListener("compositionend",this.onCompositionEnd))}},{key:"startListeningToTouch",value:(function(){document&&document.addEventListener&&(document.addEventListener("touchstart",this.onTouchStart,!1),document.addEventListener("touchmove",this.onTouchMove,!1),document.addEventListener("touchend",this.onTouchEnd,!1))})},{key:"stopListeningToTouch",value:function(){document&&document.removeEventListener&&(document.removeEventListener("touchstart",this.onTouchStart),document.removeEventListener("touchmove",this.onTouchMove),document.removeEventListener("touchend",this.onTouchEnd))}},{key:"renderInput",value:(function(){var r=this.props,o=r.isDisabled,a=r.isSearchable,i=r.inputId,l=r.inputValue,u=r.tabIndex,d=r.form,f=r.menuIsOpen,h=r.required,p=this.getComponents(),g=p.Input,m=this.state,y=m.inputIsHidden,x=m.ariaSelection,v=this.commonProps,C=i||this.getElementId("input"),E=L(L(L({"aria-autocomplete":"list","aria-expanded":f,"aria-haspopup":!0,"aria-errormessage":this.props["aria-errormessage"],"aria-invalid":this.props["aria-invalid"],"aria-label":this.props["aria-label"],"aria-labelledby":this.props["aria-labelledby"],"aria-required":h,role:"combobox","aria-activedescendant":this.state.isAppleDevice?void 0:this.state.focusedOptionId||""},f&&{"aria-controls":this.getElementId("listbox")}),!a&&{"aria-readonly":!0}),this.hasValue()?x?.action==="initial-input-focus"&&{"aria-describedby":this.getElementId("live-region")}:{"aria-describedby":this.getElementId("placeholder")});return a?b.createElement(g,F({},v,{autoCapitalize:"none",autoComplete:"off",autoCorrect:"off",id:C,innerRef:this.getInputRef,isDisabled:o,isHidden:y,onBlur:this.onInputBlur,onChange:this.handleInputChange,onFocus:this.onInputFocus,spellCheck:"false",tabIndex:u,form:d,type:"text",value:l},E)):b.createElement(_m,F({id:C,innerRef:this.getInputRef,onBlur:this.onInputBlur,onChange:rr,onFocus:this.onInputFocus,disabled:o,tabIndex:u,inputMode:"none",form:d,value:""},E))})},{key:"renderPlaceholderOrValue",value:function(){var r=this,o=this.getComponents(),a=o.MultiValue,i=o.MultiValueContainer,l=o.MultiValueLabel,u=o.MultiValueRemove,d=o.SingleValue,f=o.Placeholder,h=this.commonProps,p=this.props,g=p.controlShouldRenderValue,m=p.isDisabled,y=p.isMulti,x=p.inputValue,v=p.placeholder,C=this.state,E=C.selectValue,w=C.focusedValue,j=C.isFocused;if(!this.hasValue()||!g)return x?null:b.createElement(f,F({},h,{key:"placeholder",isDisabled:m,isFocused:j,innerProps:{id:this.getElementId("placeholder")}}),v);if(y)return E.map(function(P,O){var M=P===w,k="".concat(r.getOptionLabel(P),"-").concat(r.getOptionValue(P));return b.createElement(a,F({},h,{components:{Container:i,Label:l,Remove:u},isFocused:M,isDisabled:m,key:k,index:O,removeProps:{onClick:function(){return r.removeValue(P)},onTouchEnd:function(){return r.removeValue(P)},onMouseDown:function(D){D.preventDefault()}},data:P}),r.formatOptionLabel(P,"value"))});if(x)return null;var S=E[0];return b.createElement(d,F({},h,{data:S,isDisabled:m}),this.formatOptionLabel(S,"value"))}},{key:"renderClearIndicator",value:function(){var r=this.getComponents(),o=r.ClearIndicator,a=this.commonProps,i=this.props,l=i.isDisabled,u=i.isLoading,d=this.state.isFocused;if(!this.isClearable()||!o||l||!this.hasValue()||u)return null;var f={onMouseDown:this.onClearIndicatorMouseDown,onTouchEnd:this.onClearIndicatorTouchEnd,"aria-hidden":"true"};return b.createElement(o,F({},a,{innerProps:f,isFocused:d}))}},{key:"renderLoadingIndicator",value:function(){var r=this.getComponents(),o=r.LoadingIndicator,a=this.commonProps,i=this.props,l=i.isDisabled,u=i.isLoading,d=this.state.isFocused;if(!o||!u)return null;var f={"aria-hidden":"true"};return b.createElement(o,F({},a,{innerProps:f,isDisabled:l,isFocused:d}))}},{key:"renderIndicatorSeparator",value:function(){var r=this.getComponents(),o=r.DropdownIndicator,a=r.IndicatorSeparator;if(!o||!a)return null;var i=this.commonProps,l=this.props.isDisabled,u=this.state.isFocused;return b.createElement(a,F({},i,{isDisabled:l,isFocused:u}))}},{key:"renderDropdownIndicator",value:function(){var r=this.getComponents(),o=r.DropdownIndicator;if(!o)return null;var a=this.commonProps,i=this.props.isDisabled,l=this.state.isFocused,u={onMouseDown:this.onDropdownIndicatorMouseDown,onTouchEnd:this.onDropdownIndicatorTouchEnd,"aria-hidden":"true"};return b.createElement(o,F({},a,{innerProps:u,isDisabled:i,isFocused:l}))}},{key:"renderMenu",value:function(){var r=this,o=this.getComponents(),a=o.Group,i=o.GroupHeading,l=o.Menu,u=o.MenuList,d=o.MenuPortal,f=o.LoadingMessage,h=o.NoOptionsMessage,p=o.Option,g=this.commonProps,m=this.state.focusedOption,y=this.props,x=y.captureMenuScroll,v=y.inputValue,C=y.isLoading,E=y.loadingMessage,w=y.minMenuHeight,j=y.maxMenuHeight,S=y.menuIsOpen,P=y.menuPlacement,O=y.menuPosition,M=y.menuPortalTarget,k=y.menuShouldBlockScroll,A=y.menuShouldScrollIntoView,D=y.noOptionsMessage,z=y.onMenuScrollToTop,$=y.onMenuScrollToBottom;if(!S)return null;var B=function(K,ee){var re=K.type,te=K.data,_=K.isDisabled,oe=K.isSelected,Pe=K.label,En=K.value,Uo=m===te,Vo=_?void 0:function(){return r.onOptionHover(te)},Uu=_?void 0:function(){return r.selectOption(te)},Bo="".concat(r.getElementId("option"),"-").concat(ee),Vu={id:Bo,onClick:Uu,onMouseMove:Vo,onMouseOver:Vo,tabIndex:-1,role:"option","aria-selected":r.state.isAppleDevice?void 0:oe};return b.createElement(p,F({},g,{innerProps:Vu,data:te,isDisabled:_,isSelected:oe,key:Bo,label:Pe,type:re,value:En,isFocused:Uo,innerRef:Uo?r.getFocusedOptionRef:void 0}),r.formatOptionLabel(K.data,"menu"))},W;if(this.hasOptions())W=this.getCategorizedOptions().map(function(V){if(V.type==="group"){var K=V.data,ee=V.options,re=V.index,te="".concat(r.getElementId("group"),"-").concat(re),_="".concat(te,"-heading");return b.createElement(a,F({},g,{key:te,data:K,options:ee,Heading:i,headingProps:{id:_,data:V.data},label:r.formatGroupLabel(V.data)}),V.options.map(function(oe){return B(oe,"".concat(re,"-").concat(oe.index))}))}else if(V.type==="option")return B(V,"".concat(V.index))});else if(C){var G=E({inputValue:v});if(G===null)return null;W=b.createElement(f,g,G)}else{var U=D({inputValue:v});if(U===null)return null;W=b.createElement(h,g,U)}var H={minMenuHeight:w,maxMenuHeight:j,menuPlacement:P,menuPosition:O,menuShouldScrollIntoView:A},se=b.createElement(Sp,F({},g,H),function(V){var K=V.ref,ee=V.placerProps,re=ee.placement,te=ee.maxHeight;return b.createElement(l,F({},g,H,{innerRef:K,innerProps:{onMouseDown:r.onMenuMouseDown,onMouseMove:r.onMenuMouseMove},isLoading:C,placement:re}),b.createElement(Km,{captureEnabled:x,onTopArrive:z,onBottomArrive:$,lockEnabled:k},function(_){return b.createElement(u,F({},g,{innerRef:function(Pe){r.getMenuListRef(Pe),_(Pe)},innerProps:{role:"listbox","aria-multiselectable":g.isMulti,id:r.getElementId("listbox")},isLoading:C,maxHeight:te,focusedOption:m}),W)}))});return M||O==="fixed"?b.createElement(d,F({},g,{appendTo:M,controlElement:this.controlRef,menuPlacement:P,menuPosition:O}),se):se}},{key:"renderFormField",value:function(){var r=this,o=this.props,a=o.delimiter,i=o.isDisabled,l=o.isMulti,u=o.name,d=o.required,f=this.state.selectValue;if(d&&!this.hasValue()&&!i)return b.createElement(Zm,{name:u,onFocus:this.onValueInputFocus});if(!(!u||i))if(l)if(a){var h=f.map(function(m){return r.getOptionValue(m)}).join(a);return b.createElement("input",{name:u,type:"hidden",value:h})}else{var p=f.length>0?f.map(function(m,y){return b.createElement("input",{key:"i-".concat(y),name:u,type:"hidden",value:r.getOptionValue(m)})}):b.createElement("input",{name:u,type:"hidden",value:""});return b.createElement("div",null,p)}else{var g=f[0]?this.getOptionValue(f[0]):"";return b.createElement("input",{name:u,type:"hidden",value:g})}}},{key:"renderLiveRegion",value:function(){var r=this.commonProps,o=this.state,a=o.ariaSelection,i=o.focusedOption,l=o.focusedValue,u=o.isFocused,d=o.selectValue,f=this.getFocusableOptions();return b.createElement($m,F({},r,{id:this.getElementId("live-region"),ariaSelection:a,focusedOption:i,focusedValue:l,isFocused:u,selectValue:d,focusableOptions:f,isAppleDevice:this.state.isAppleDevice}))}},{key:"render",value:function(){var r=this.getComponents(),o=r.Control,a=r.IndicatorsContainer,i=r.SelectContainer,l=r.ValueContainer,u=this.props,d=u.className,f=u.id,h=u.isDisabled,p=u.menuIsOpen,g=this.state.isFocused,m=this.commonProps=this.getCommonProps();return b.createElement(i,F({},m,{className:d,innerProps:{id:f,onKeyDown:this.onKeyDown},isDisabled:h,isFocused:g}),this.renderLiveRegion(),b.createElement(o,F({},m,{innerRef:this.getControlRef,innerProps:{onMouseDown:this.onControlMouseDown,onTouchEnd:this.onControlTouchEnd},isDisabled:h,isFocused:g,menuIsOpen:p}),b.createElement(l,F({},m,{isDisabled:h}),this.renderPlaceholderOrValue(),this.renderInput()),b.createElement(a,F({},m,{isDisabled:h}),this.renderClearIndicator(),this.renderLoadingIndicator(),this.renderIndicatorSeparator(),this.renderDropdownIndicator())),this.renderMenu(),this.renderFormField())}}],[{key:"getDerivedStateFromProps",value:function(r,o){var a=o.prevProps,i=o.clearFocusValueOnUpdate,l=o.inputIsHiddenAfterUpdate,u=o.ariaSelection,d=o.isFocused,f=o.prevWasFocused,h=o.instancePrefix,p=r.options,g=r.value,m=r.menuIsOpen,y=r.inputValue,x=r.isMulti,v=ua(g),C={};if(a&&(g!==a.value||p!==a.options||m!==a.menuIsOpen||y!==a.inputValue)){var E=m?mg(r,v):[],w=m?Ea(qn(r,v),"".concat(h,"-option")):[],j=i?gg(o,v):null,S=bg(o,E),P=Br(w,S);C={selectValue:v,focusedOption:S,focusedOptionId:P,focusableOptionsWithIds:w,focusedValue:j,clearFocusValueOnUpdate:!1}}var O=l!=null&&r!==a?{inputIsHidden:l,inputIsHiddenAfterUpdate:void 0}:{},M=u,k=d&&f;return d&&!k&&(M={value:kn(x,v,v[0]||null),options:v,action:"initial-input-focus"},k=!f),u?.action==="initial-input-focus"&&(M=null),L(L(L({},C),O),{},{prevProps:r,ariaSelection:M,prevWasFocused:k})}}]),n})(b.Component);Gc.defaultProps=pg;var vg=b.forwardRef(function(e,t){var n=eh(e);return b.createElement(Gc,F({ref:t},n))}),xg=vg;function wg(e){return c.jsx(jr.DropdownIndicator,{...e,children:c.jsx(N,{name:"ChevronDown",size:16})})}function Cg(e){return c.jsx(jr.ClearIndicator,{...e,children:c.jsx(N,{name:"Xmark",size:16})})}function Sg(e){const{label:t,onClick:n,...s}=e,r=!!t&&!!n;return c.jsxs(jr.MenuList,{...s,children:[e.children,r?c.jsx("button",{className:"w-full px-2 py-3 hover:bg-slate-50",onClick:n,children:t}):null]})}function fw(e){const t=e["aria-invalid"]==="true",{addItemButtonProps:n,...s}=e;return c.jsx(xg,{...s,components:{DropdownIndicator:wg,ClearIndicator:Cg,MenuList:r=>Sg({...r,...n})},styles:{dropdownIndicator:()=>({label:"indicatorContainer",display:"flex",transition:"color 150ms",color:"var(color-gray-900)",padding:8,boxSizing:"border-box"}),clearIndicator:r=>({...r,color:"var(color-gray-900)"}),container:r=>({...r,borderColor:"var(color-gray-200)",fontSize:12}),placeholder:r=>({...r,color:t?"var(color-red-800)":"var(color-gray-500)"}),control:()=>({label:"control",alignItems:"center",cursor:"default",display:"flex",flexWrap:"wrap",justifyContent:"space-between",minHeight:32,outline:"0 !important",position:"relative",transition:"all 100ms",backgroundColor:"var(--color-white)",borderColor:t?"var(--color-red-900)":"var(--color-gray-200)",borderStyle:"solid",borderWidth:1,borderRadius:"6px",boxSizing:"border-box"}),option:(r,o)=>({...r,backgroundColor:o.isSelected?"var(--color-slate-50)":"var(--color-white)",color:"var(--color-gray-800)",":hover":{backgroundColor:"var(--color-slate-50)"}}),menuList:r=>({...r,padding:0,borderRadius:"6px"})},theme:r=>({...r,colors:{...r.colors,primary:"var(--color-slate-100)",primary25:"var(--color-slate-50)",primary50:"var(--color-slate-100)",primary75:"var(--color-slate-100)",danger:"var(--color-red-900)",dangerLight:"var(--color-red-100)",neutral0:"var(--color-white)",neutral5:"var(--color-gray-50)",neutral10:"var(--color-gray-100)",neutral20:"var(--color-gray-200)",neutral30:"var(--color-gray-300)",neutral40:"var(--color-gray-400)",neutral50:"var(--color-gray-500)",neutral60:"var(--color-gray-600)",neutral70:"var(--color-gray-700)",neutral80:"var(--color-gray-800)",neutral90:"var(--color-gray-900)"}})})}const hw=e=>{const{children:t,cookies:n,submitLabel:s,rejectLabel:r,onSubmit:o=()=>{},onReject:a=()=>{},...i}=e,[l,u]=b.useState(n),d=h=>{const{id:p,checked:g}=h.target;u(m=>m.map(y=>y.id===p?{...y,value:g}:y))},f="min-w-64 h-8 text-base";return c.jsxs("div",{...ce(i,"flex flex-col items-center"),children:[c.jsx("div",{className:"text-center",children:t}),c.jsx("div",{className:"my-8 flex gap-x-16 text-sm font-medium",children:l.map((h,p)=>c.jsxs("div",{className:"cursor-pointer",children:[c.jsx("input",{checked:h.value,className:"mr-1 size-3 cursor-pointer rounded-sm border-2 border-gray-900 accent-gray-900 focus:outline-none",id:h.id,onChange:d,type:"checkbox"}),c.jsx("label",{className:"cursor-pointer select-none",htmlFor:h.id,children:h.label})]},p))}),c.jsxs("div",{className:"flex gap-x-8",children:[c.jsx(Ee,{className:f,color:"light",onClick:()=>a(),size:"small",children:r},"button-reject"),c.jsx(Ee,{className:f,onClick:()=>o(l),size:"small",children:s},"button-submit")]})]})};function pw(e){const{message:t="Loading editor",...n}=e;return c.jsx("div",{className:"grid h-full place-items-center",...n,children:c.jsxs("div",{className:"-mt-20 grid place-items-center",children:[c.jsx("h3",{className:"mb-4 text-xl",children:t}),c.jsx(q0,{})]})})}function ar(e){const{title:t,isOpen:n,onOpenChange:s,children:r,containerClassName:o,toggleClassName:a,contentClassName:i}=e;return c.jsxs("div",{className:I(o),children:[c.jsxs("div",{className:I("flex cursor-pointer justify-between text-gray-500",a),onClick:s,children:[c.jsx("h2",{className:"font-semibold text-inherit",children:t}),c.jsx(N,{className:Js("transition",n?"":"-rotate-90"),size:16,name:"ChevronDown"})]}),c.jsx("div",{className:I("max-h-0 overflow-hidden transition-[max-height] duration-300 ease-in-out",n&&"max-h-screen",i),children:r})]})}function mt(e){return c.jsx("div",{...e,className:I("h-px bg-gray-200",e.className)})}function Ke(e){const{children:t,content:n,open:s,defaultOpen:r,onOpenChange:o,className:a,side:i="top",sideOffset:l=5,delayDuration:u,...d}=e;return c.jsxs(rf,{defaultOpen:r,delayDuration:u,onOpenChange:o,open:s,children:[c.jsx(sf,{asChild:!0,children:t}),c.jsx(of,{children:c.jsx(af,{...d,side:i,sideOffset:l,className:I("shadow-tooltip rounded-lg border border-gray-200 bg-white p-2 text-xs",a),children:n})})]})}const qc=nf,jg=e=>{const{className:t,timestampUtcMs:n,title:s,subtitle:r,onClick:o,isSelected:a=!1}=e,[i,l]=b.useState(!1),u=!!s||!!r||!!n;b.useEffect(()=>{i&&(l(!1),setTimeout(()=>u&&l(!0),50))},[s,r,n,u]);const d=g=>{if(!g)return"";try{return C0(new Date(g),{addSuffix:!0})}catch{return g}},f=c.jsxs("div",{className:"flex flex-col text-xs",children:[!!s&&c.jsx("div",{children:s}),!!r&&c.jsx("div",{className:"text-gray-300",children:r}),!!n&&c.jsx("div",{children:d(n)})]}),h=()=>{u&&l(!0)},p=()=>{l(!1)};return c.jsxs("div",{className:"relative",onMouseEnter:h,onMouseLeave:p,children:[a&&c.jsx(N,{name:"TimelineCaret",color:"#4EA9FF",size:10,className:"absolute top-[-11px] z-40"}),c.jsx(Ke,{className:"rounded-md bg-gray-900 text-white",content:f,open:i&&u,onOpenChange:l,delayDuration:0,side:"bottom",sideOffset:5,children:c.jsx("div",{className:I("mx-0.5 flex h-[25px] w-1.5 cursor-pointer flex-col items-center justify-center rounded-[2px] hover:bg-blue-300",a&&"bg-blue-300",t),onClick:o,"data-title":s,"data-subtitle":r,"data-timestamp":n,children:c.jsx("div",{className:"h-0.5 w-1 rounded-full bg-gray-500"})})})]})},Oa=(e=0)=>{switch(!0){case e<=0:return"h-[1px]";case e===1:return"h-[3px]";case e===2:return"h-[6px]";case e===3:return"h-[9px]";case e>=4:return"h-[12px]";default:return"h-[1px]"}},Eg=e=>{if(!e)return"";try{const t=S0(e);return er(t,"HH:mm, dd, MMMM")}catch{return e}},Pg=({onClick:e,className:t,timestampUtcMs:n,additions:s,deletions:r,addSize:o=0,delSize:a=0,isSelected:i=!1})=>{const[l,u]=b.useState(!1),d=o===0&&a===0,f=Oa(o),h=Oa(a),p=c.jsxs("div",{className:"flex flex-col text-xs",children:[c.jsx("div",{children:Eg(n)}),c.jsx("div",{className:"text-green-900",children:`${s} additions +`}),c.jsx("div",{className:"text-red-700",children:`${r} deletions -`})]}),g=()=>{d||u(!0)},m=()=>{u(!1)};return c.jsxs("div",{className:"relative",onMouseEnter:g,onMouseLeave:m,children:[i&&c.jsx(N,{name:"TimelineCaret",color:"#4EA9FF",size:10,className:"absolute left-[-2px] top-[-11px] z-40"}),d?c.jsx("div",{className:I("flex h-[25px] w-1.5 cursor-pointer flex-col items-center justify-center rounded-[2px] hover:bg-blue-300",t),"data-timestamp":n,onClick:e,children:c.jsx("div",{className:"size-[3px] rounded-full bg-gray-500"})}):c.jsx(Ke,{className:"rounded-md bg-gray-900 text-white",content:p,open:l,onOpenChange:u,delayDuration:0,side:"bottom",sideOffset:5,children:c.jsxs("div",{className:I("flex h-[25px] w-1.5 cursor-pointer flex-col items-center justify-center rounded-[2px] hover:bg-blue-300",t,i&&"bg-blue-300"),"data-timestamp":n,onClick:e,children:[c.jsx("div",{className:"flex h-3 w-0.5 items-end",children:c.jsx("div",{className:I("h-3 w-0.5 rounded-t-full bg-green-600",f)})}),c.jsx("div",{className:"flex h-3 w-0.5 items-start",children:c.jsx("div",{className:I("h-3 w-0.5 rounded-b-full bg-red-600",h)})})]})})]})},Na={id:"default",type:"bar",addSize:0,delSize:0},Og=e=>{const{timeline:t=[],onItemClick:n}=e,[s,r]=b.useState(null),o=b.useRef(null),a=p=>{p.id===s||p.id===Na.id?(n?.(null),r(null)):(n?.(p),r(p.id))},i=[...t,Na],[l,u]=b.useMemo(()=>{const p=i.findIndex(g=>g.id===s);return p===-1?[i,[]]:[i.slice(0,p),i.slice(p)]},[i,s]),d=b.useCallback(p=>p.map(g=>{if(g.type==="divider"){const{timestampUtcMs:m,title:y,subtitle:x}=g;return c.jsx(jg,{timestampUtcMs:m,title:y,subtitle:x,onClick:()=>a(g),isSelected:g.id===s},g.id)}return c.jsx(Pg,{timestampUtcMs:g.timestampUtcMs,addSize:g.addSize,delSize:g.delSize,additions:g.additions,deletions:g.deletions,isSelected:g.id===s,onClick:()=>a(g)},g.id)}),[a,s]),f=b.useMemo(()=>d(l),[l,d]),h=b.useMemo(()=>d(u),[u,d]);return b.useEffect(()=>{o.current&&(o.current.scrollLeft=o.current.scrollWidth)},[]),c.jsx(qc,{delayDuration:0,skipDelayDuration:0,children:c.jsxs("div",{className:"relative h-[36px] w-full",children:[c.jsx("div",{className:"absolute left-[0px] z-[20] h-[17px] w-[6px] bg-white",children:c.jsx("div",{className:"mt-[11px] h-[6px] w-[6px] rounded-tl-md bg-slate-50"})}),c.jsx("div",{className:"absolute right-[0px] top-[11px] z-[20] h-[6px] w-[6px] bg-white",children:c.jsx("div",{className:"h-[6px] w-[6px] rounded-tr-md bg-slate-50"})}),c.jsx("div",{className:"absolute inset-x-0 bottom-0 h-[25px] rounded-md bg-slate-50"}),c.jsx("div",{className:"absolute inset-x-0 bottom-0 h-[36px]",children:c.jsx("div",{ref:o,className:"h-full overflow-x-auto rounded-md",children:c.jsxs("div",{className:"ml-auto flex h-[36px] w-max items-end px-2 pb-0",children:[c.jsx("div",{className:"flex",children:f}),c.jsx("div",{className:"flex rounded-sm bg-blue-200",children:h})]})})}),c.jsx("div",{className:"pointer-events-none absolute bottom-0 left-0 z-10 h-[25px] w-2 rounded-l-md bg-slate-50"}),c.jsx("div",{className:"pointer-events-none absolute bottom-0 right-0 z-10 h-[25px] w-2 rounded-r-md bg-slate-50"})]})})};function Ng(e){const[t,n]=Gu(e),s=t?.header.revision.global??0,r=t?.header.revision.local??0,o=s>0||r>0,a=!!t?.clipboard.length;return{undo:()=>{n(Od())},redo:()=>{n(Pd())},canUndo:o,canRedo:a}}function Ig(e){return[]}const mw=e=>{const{onClose:t,children:n,onExport:s,className:r,document:o,onSwitchboardLinkClick:a,enabledControls:i=["undo","redo","export","history"],defaultTimelineVisible:l=!0,disableRevisionHistory:u=!1,initialTimelineVisible:d=!1,...f}=e,[h]=qu(),p=o??h,g=p?.header.name||void 0,m=Yu(p?.header.id),y=t??(()=>vt(m)),x=async $=>{$&&(s?s($):await Xu($))},v=Ng(p?.header.id),C=!v.canUndo,E=!v.canRedo,w=Ig(p?.header.id),[j,S]=b.useState(d),P=Qu(p),M=a??(P?async()=>{if(P)try{const $=await P();window.open($,"_blank")}catch($){console.error("Error opening switchboard link:",$)}}:void 0),k=!p,A=!M,D=w.length===0;b.useEffect(()=>{typeof d=="boolean"&&S(d)},[d]);const z=()=>{D||S(!j)};return c.jsxs("div",{className:"flex w-full flex-col",...f,children:[c.jsxs("div",{className:I("flex h-12 w-full items-center justify-between rounded-xl border border-gray-200 bg-slate-50 px-4",r),children:[c.jsxs("div",{className:"flex items-center gap-x-2",children:[i.includes("undo")&&c.jsx("button",{className:I("grid size-8 place-items-center rounded-lg border border-gray-200 bg-white",C?"cursor-not-allowed":"cursor-pointer active:opacity-70"),onClick:v.undo,disabled:C,children:c.jsx(N,{name:"ArrowCouterclockwise",size:16,className:C?"text-gray-500":"text-gray-900"})}),i.includes("redo")&&c.jsx("button",{className:I("grid size-8 place-items-center rounded-lg border border-gray-200 bg-white",E?"cursor-not-allowed":"cursor-pointer active:opacity-70"),onClick:v.redo,disabled:E,children:c.jsx("div",{className:"-scale-x-100",children:c.jsx(N,{name:"ArrowCouterclockwise",size:16,className:E?"text-gray-500":"text-gray-900"})})}),i.includes("export")&&c.jsx("button",{className:I("flex h-8 items-center rounded-lg border border-gray-200 bg-white px-3 text-sm",k?"cursor-not-allowed":"cursor-pointer active:opacity-70"),onClick:()=>void x(p),disabled:k,children:c.jsx("span",{className:k?"text-gray-500":"text-gray-900",children:"Export"})})]}),c.jsx("div",{className:"flex items-center",children:c.jsx("h1",{className:"text-sm font-medium text-gray-500",children:g})}),c.jsxs("div",{className:"flex items-center gap-x-2",children:[!A&&c.jsx("button",{className:I("grid size-8 place-items-center rounded-lg border border-gray-200 bg-white","cursor-pointer active:opacity-70"),onClick:M,disabled:A,children:c.jsx(N,{name:"Drive",size:16,className:"text-gray-900"})}),i.includes("history")&&c.jsx("button",{className:I("grid size-8 place-items-center rounded-lg border border-gray-200 bg-white",u?"cursor-not-allowed":"cursor-pointer active:opacity-70"),onClick:Ku,disabled:u,children:c.jsx(N,{name:"History",size:16,className:u?"text-gray-500":"text-gray-900"})}),i.includes("timeline")&&l&&c.jsx("button",{className:I("grid size-8 place-items-center rounded-lg border border-gray-200 bg-white",D?"cursor-not-allowed":"cursor-pointer active:opacity-70"),onClick:z,disabled:D,"aria-pressed":j,children:c.jsx(N,{name:"Timeline",size:16,className:I("text-gray-900",D&&"opacity-50",j&&"text-blue-600")})}),c.jsx("button",{"aria-label":"Close document",className:"grid size-8 cursor-pointer place-items-center rounded-lg border border-gray-200 bg-white active:opacity-70",onClick:y,children:c.jsx(N,{name:"XmarkLight",size:16,className:"text-gray-900"})})]})]}),j&&c.jsx("div",{className:"mt-2 w-full",children:c.jsx(Og,{timeline:w,onItemClick:Ju})}),n]})};function Yc(e){const{target:t,onAddFileOverride:n,trackNestedDrag:s=!1,acceptedFileExtensions:r}=e??{},[o,a]=b.useState(!1),i=b.useRef(0),{onMoveNode:l,onCopyNode:u,onAddFile:d}=Qs(),f=n??d,h=b.useCallback(v=>{if(!r||r.length===0||v.types.includes("UI_NODE"))return!0;if(v.types.includes("Files")){const C=Array.from(v.items);return C.length===0?!0:C.some(E=>{if(E.kind==="file"){if(E.type==="application/zip"||E.type==="application/x-zip-compressed")return r.includes(".zip");if(E.type===""||E.type==="application/octet-stream")return!0}return!1})}return!1},[r]),p=b.useCallback(v=>{v.preventDefault(),v.stopPropagation(),h(v.dataTransfer)?a(!0):v.dataTransfer.dropEffect="none"},[h]),g=b.useCallback(v=>{v.preventDefault(),v.stopPropagation(),h(v.dataTransfer)&&(i.current+=1,a(!0))},[h]),m=b.useCallback(v=>{v.preventDefault(),v.stopPropagation(),i.current=Math.max(0,i.current-1),i.current===0&&a(!1)},[]),y=b.useCallback(()=>{a(!1)},[]),x=b.useCallback(async v=>{v.preventDefault();const E=v.target.closest("[data-drop-zone]"),w=t?.id||"root";if((E?.getAttribute("data-drop-zone")||"root")!==w){a(!1);return}try{let S=Mg(v.dataTransfer.items).filter(Boolean);if(r&&r.length>0&&(S=S.filter(k=>{if(!k)return!1;const A=k.name.toLowerCase();return r.some(D=>A.endsWith(D.toLowerCase()))})),S.length){for(const k of S)k&&await f(k,t);return}const P=v.getModifierState("Alt"),O=v.dataTransfer.getData("UI_NODE"),M=JSON.parse(O);P?await u(M,t):await l(M,t)}catch(S){console.error(S)}finally{s&&(i.current=0),a(!1)}},[f,u,l,t,s]);return b.useMemo(()=>{const v={onDragOver:p,onDrop:x,"data-drop-zone":t?.id||"root"};return s?(v.onDragEnter=g,v.onDragLeave=m):v.onDragLeave=y,{isDropTarget:o,dropProps:v}},[o,t?.id,g,m,y,p,x,s])}function Mg(e){return Array.from(e).map(n=>n.kind==="file"?n.getAsFile():null).filter(Boolean)}const Ia="min-h-[48px] min-w-[142px] text-base font-semibold py-3 px-6 rounded-xl outline-none active:opacity-75 hover:scale-105 transform transition-all";function Tg(e){const{title:t="Document Already Exists",fileName:n,message:s,children:r,onReplace:o,onOpenChange:a,onDuplicate:i,replaceLabel:l="Replace",duplicateLabel:u="Create Copy",overlayProps:d,contentProps:f,bodyProps:h={},headerProps:p={},containerProps:g={},replaceButtonProps:m={},duplicateButtonProps:y={},buttonContainerProps:x={},...v}=e,C=n?`A document named "${n}" already exists in this location. Would you like to replace it or create a copy?`:"A document with the same name already exists in this location. Would you like to replace it or create a copy?";return c.jsx(Ue,{contentProps:{...f,className:I("rounded-3xl",f?.className)},onOpenChange:a,overlayProps:{...d,className:d?.className},...v,children:c.jsxs("div",{...ce(g,"w-[450px] p-6 text-slate-300"),children:[c.jsxs("div",{className:"flex items-center justify-between border-b border-slate-50 pb-2",children:[c.jsx("div",{...ce(p,"text-2xl font-bold text-gray-800"),children:t}),c.jsx("button",{type:"button",className:"flex size-6 items-center justify-center rounded-md outline-none hover:bg-slate-100",onClick:()=>a?.(!1),children:c.jsx(N,{name:"XmarkLight",size:24})})]}),c.jsxs("div",{...ce(h,"my-6 rounded-md bg-slate-50 p-4 text-center"),children:[s||C,r]}),c.jsxs("div",{...ce(x,"mt-8 flex justify-between gap-3"),children:[c.jsx("button",{onClick:o,...ce(m,I(Ia,"flex-1 bg-slate-50 text-slate-800")),children:l}),c.jsx("button",{onClick:i,...ce(y,I(Ia,"flex-1 bg-gray-800 text-gray-50")),children:u})]})]})})}function kg(e){const{status:t,errorDetails:n}=e;return(t==="failed"||t==="unsupported-document-type")&&n?c.jsx("div",{className:"break-words text-xs leading-[18px] text-gray-500",children:n}):null}function Ag(e){switch(e){case"analytics-processor":return"AnalyticsProcessorModule";case"relational-processor":return"RelationalProcessorModule";case"codegen-processor":return"CodegenProcessorModule";case"app":return"AppModule";case"document-model":return"DocumentModelModule";case"editor":return"EditorModule";case"package":return"PackageModule";case"subgraph":return"SubgraphModule";default:return"PowerhouseDocumentModule"}}function Rg(e){const{fileName:t,fileSize:n,documentType:s,onClose:r,...o}=e;return c.jsxs("div",{className:"flex items-center gap-2",...o,children:[c.jsx("div",{className:"flex h-9 w-7 flex-shrink-0 items-center justify-center",children:c.jsx(N,{name:Ag(s),size:48,className:"text-gray-600"})}),c.jsxs("div",{className:"flex flex-1 flex-col gap-0.5",children:[c.jsx("div",{className:"text-xs font-medium leading-[18px] text-gray-900",children:t}),c.jsx("div",{className:"text-xs font-medium leading-[18px] text-gray-500",children:n})]}),r&&c.jsx("div",{className:"flex h-9 w-[18px] flex-shrink-0 items-start justify-center",children:c.jsx("button",{type:"button",onClick:r,className:"flex h-[18px] w-[18px] items-center justify-center text-gray-600 hover:text-gray-800","aria-label":"Close",children:c.jsx(N,{name:"XmarkLight",size:18})})})]})}function Dg(e){const{status:t,progress:n=0}=e;if(t!=="uploading")return null;const s=Math.min(100,Math.max(0,n));return c.jsx("div",{className:"h-2 w-full overflow-hidden rounded-sm bg-gray-200",children:c.jsx("div",{className:"h-full bg-blue-900 transition-all duration-300 ease-out",style:{width:`${s}%`}})})}function Lg(e){switch(e){case"success":return"Upload successful";case"failed":return"Upload failed";case"unsupported-document-type":return"Document not supported by this drive";case"pending":return"Pending resolution";case"conflict":return"Pending Resolution";case"uploading":return"Uploading...";default:return""}}function Fg(e){switch(e){case"success":return"text-green-700";case"failed":case"unsupported-document-type":case"pending":case"conflict":return"text-red-900";case"uploading":return"text-gray-900";default:return"text-gray-900"}}function $g(e,t,n){return e==="success"&&!!t||e==="pending"&&!!n||e==="conflict"&&!!n}function zg(e){return e==="success"?"Open Document":e==="pending"||e==="conflict"?"Find resolution":""}function Ug(e){const{status:t,progress:n=0,onOpenDocument:s,onFindResolution:r}=e,o=()=>{t==="success"&&s?s():(t==="pending"||t==="conflict")&&r&&r()};return c.jsxs("div",{className:"flex items-center justify-between gap-2",children:[c.jsx("div",{className:I("text-xs leading-[18px]",Fg(t)),children:Lg(t)}),t==="uploading"&&c.jsxs("div",{className:"text-xs font-medium leading-[18px] text-gray-900",children:[Math.round(n),"%"]}),$g(t,s,r)&&c.jsx("button",{type:"button",onClick:o,className:"text-xs leading-[18px] text-blue-900 hover:opacity-80",children:zg(t)})]})}const Vg=b.forwardRef(function(t,n){const{fileName:s,fileSize:r,status:o,documentType:a,progress:i=0,errorDetails:l,onClose:u,onOpenDocument:d,onFindResolution:f,className:h,...p}=t;return c.jsxs("div",{ref:n,className:I("flex w-full flex-col gap-0.5 rounded-md border border-gray-100 bg-white p-2 shadow-[0_2px_12px_rgba(37,42,52,0.1)]",h),...p,children:[c.jsx(Rg,{fileName:s,fileSize:r,documentType:a,onClose:u}),c.jsxs("div",{className:"flex flex-col gap-1",children:[c.jsx(Ug,{status:o,progress:i,onOpenDocument:d,onFindResolution:f}),c.jsx(Dg,{status:o,progress:i}),c.jsx(kg,{status:o,errorDetails:l})]})]})});function Bg(e,t){return t||`Uploading ${e} document${e===1?"":"s"}`}function Hg(e){const{items:t,title:n,defaultCollapsed:s=!1,onClose:r,className:o,...a}=e,[i,l]=b.useState(s),u=b.useMemo(()=>Bg(t.length,n),[t.length,n]);return c.jsxs("div",{className:I("w-[358px] rounded-md border border-gray-100 bg-gray-50 p-4 shadow-[1px_4px_15px_rgba(74,88,115,0.25)]",o),...a,children:[c.jsxs("div",{className:"flex items-center justify-between",children:[c.jsx("button",{type:"button","aria-expanded":!i,"aria-label":i?"Expand list":"Collapse list",onClick:()=>l(d=>!d),className:"min-w-0 flex-1 text-left text-sm font-medium leading-4 text-gray-900 hover:opacity-80",children:u}),c.jsxs("div",{className:"flex shrink-0 items-center gap-4",children:[c.jsx("button",{type:"button","aria-label":i?"Expand":"Collapse",onClick:()=>l(d=>!d),className:"text-gray-900 hover:opacity-80",children:c.jsx("span",{className:I("inline-block h-4 w-4 select-none transition-transform",i?"-rotate-90":"rotate-0"),children:c.jsx(N,{name:"CaretDown",size:16,"aria-hidden":"true"})})}),r&&c.jsx("button",{type:"button","aria-label":"Close",onClick:r,className:"text-gray-900 hover:opacity-80",children:c.jsx("span",{className:"inline-block h-4 w-4 select-none",children:c.jsx(N,{name:"XmarkLight",size:16,"aria-hidden":"true"})})})]})]}),!i&&c.jsx("div",{className:"mt-4 flex max-h-[404px] flex-col gap-4 overflow-y-auto overflow-x-visible px-2 py-2",children:t.map((d,f)=>c.jsx(Vg,{...d},`${d.fileName}-${f}`))})]})}function _g(){return`upload_${Date.now()}_${Math.random().toString(36).substring(2,9)}`}function Wg(e){if(e===0)return"0 Bytes";const t=1024,n=["Bytes","KB","MB","GB"],s=Math.floor(Math.log(e)/Math.log(t));return`${parseFloat((e/Math.pow(t,s)).toFixed(2))} ${n[s]}`}function Gg(e){switch(e){case"loading":case"initializing":return"pending";case"uploading":return"uploading";case"complete":return"success";case"failed":return"failed";case"conflict":return"conflict";case"unsupported-document-type":return"unsupported-document-type";default:return"pending"}}function qg(e,t,n,s){return e.filter(r=>r!==void 0).map(r=>({fileName:r.fileName,fileSize:r.fileSize,status:r.status,progress:r.progress,errorDetails:r.errorDetails,documentType:r.documentType,onClose:()=>{t(r.id)},onOpenDocument:r.status==="success"?()=>{r.fileNode&&n?n(r.fileNode):console.error("Opening document for upload:",r.id,"- fileNode not available or setSelectedNode not provided")}:void 0,onFindResolution:r.status==="failed"?()=>{console.log("Finding resolution for upload:",r.id)}:r.status==="conflict"?()=>{console.log("Finding conflict resolution for upload:",r.id),s?.(r.id)}:void 0}))}function Yg(e){const{uploadsArray:t,uploadsCount:n,removeUpload:s,clearAllUploads:r,setSelectedNode:o,onClose:a,onConflictResolution:i,className:l,...u}=e;if(n===0)return null;const d=qg(t,s,o,i),f=a??r;return c.jsx("div",{className:I("fixed bottom-4 right-4 z-[1001]",l),...u,children:c.jsx(Hg,{items:d,onClose:f})})}function Qg(e,t){switch(t.type){case"ADD_UPLOAD":return{...e,[t.payload.id]:{id:t.payload.id,fileName:t.payload.fileName,fileSize:t.payload.fileSize,status:"pending",progress:0,fileNode:void 0}};case"UPDATE_PROGRESS":{const n=e[t.payload.id];return n?{...e,[t.payload.id]:{...n,status:Gg(t.payload.progress.stage),progress:t.payload.progress.progress,errorDetails:t.payload.progress.error,...t.payload.progress.documentType&&{documentType:t.payload.progress.documentType},...t.payload.progress.duplicateType&&{duplicateType:t.payload.progress.duplicateType}}}:e}case"SET_FILE_NODE":{const n=e[t.payload.id];return n?{...e,[t.payload.id]:{...n,fileNode:t.payload.fileNode}}:e}case"SET_ERROR":{const n=e[t.payload.id];return n?{...e,[t.payload.id]:{...n,status:n.status||"failed",errorDetails:t.payload.error}}:e}case"REMOVE_UPLOAD":{const{[t.payload.id]:n,...s}=e;return s}case"CLEAR_ALL_UPLOADS":return{};case"SET_CONFLICT_DATA":{const n=e[t.payload.id];return n?{...e,[t.payload.id]:{...n,file:t.payload.file,parentNode:t.payload.parentNode}}:e}case"CLEAR_CONFLICTED_UPLOADS":{const n={};for(const[s,r]of Object.entries(e))r&&r.status!=="conflict"&&(n[s]=r);return n}default:return e}}function Kg(e=!1,t){const n=b.useCallback(()=>{if(e&&t)try{const h=localStorage.getItem(`uploadTracker_${t}`);return h?JSON.parse(h):{}}catch(h){return console.error("Failed to load upload tracker from localStorage:",h),{}}return{}},[e,t]),[s,r]=b.useReducer(Qg,n());b.useEffect(()=>{if(e&&t)try{localStorage.setItem(`uploadTracker_${t}`,JSON.stringify(s))}catch(h){console.error("Failed to save upload tracker to localStorage:",h)}},[s,e,t]);const o=b.useCallback(h=>{if(h)return async(p,g)=>{const m=_g();r({type:"ADD_UPLOAD",payload:{id:m,fileName:p.name,fileSize:Wg(p.size)}});const y=x=>{r({type:"UPDATE_PROGRESS",payload:{id:m,progress:x}}),x.stage==="conflict"&&r({type:"SET_CONFLICT_DATA",payload:{id:m,file:p,parentNode:g}})};try{const x=await h(p,g,y);r({type:"SET_FILE_NODE",payload:{id:m,fileNode:x||void 0}})}catch(x){r({type:"SET_ERROR",payload:{id:m,error:x instanceof Error?x.message:"Unknown error"}})}}},[]),a=b.useCallback(h=>{r({type:"REMOVE_UPLOAD",payload:{id:h}})},[]),i=b.useCallback(()=>{r({type:"CLEAR_ALL_UPLOADS"})},[]),l=b.useCallback(()=>{r({type:"CLEAR_CONFLICTED_UPLOADS"})},[]),u=b.useCallback(()=>Object.values(s),[s]),d=b.useCallback(()=>Object.keys(s).length,[s]),f=b.useCallback((h,p,g)=>{const m=s[h];if(!m?.file||!g){console.error("Cannot resolve conflict: missing upload data or onAddFile function");return}const y=v=>{r({type:"UPDATE_PROGRESS",payload:{id:h,progress:v}})},x=g(m.file,m.parentNode,y,p);Promise.resolve(x).then(v=>{v&&r({type:"SET_FILE_NODE",payload:{id:h,fileNode:v}})}).catch(v=>{r({type:"SET_ERROR",payload:{id:h,error:v instanceof Error?v.message:"Unknown error"}})})},[s]);return{uploads:s,uploadsArray:u(),uploadsCount:d(),createUploadHandler:o,removeUpload:a,clearAllUploads:i,clearConflictedUploads:l,resolveConflict:f}}function Jg(e){const{title:t="Drag your documents",subtitle:n="to drop them in the currently selected folder.",node:s,enable:r=!0,children:o,onAddFile:a,useLocalStorage:i=!1,driveId:l,acceptedFileExtensions:u=[".zip",".phd",".phdm"],className:d,...f}=e,[h,p]=b.useState(!1),[g,m]=b.useState(null),{uploadsArray:y,uploadsCount:x,createUploadHandler:v,clearAllUploads:C,clearConflictedUploads:E,removeUpload:w,resolveConflict:j}=Kg(i,l);b.useEffect(()=>{E()},[]);const S=v(a)??(async()=>{}),P=z=>{m(z),p(!0)},O=()=>{g&&a&&j(g,"replace",a),p(!1),m(null)},M=()=>{g&&a&&j(g,"duplicate",a),p(!1),m(null)},k=()=>{p(!1),m(null)},{isDropTarget:A,dropProps:D}=Yc({target:s,onAddFileOverride:S,trackNestedDrag:!0,acceptedFileExtensions:u});return c.jsxs("div",{className:I("relative",d),...r?D:{},...f,children:[o,r&&A&&c.jsx("div",{className:"fixed inset-0 z-[1000] flex min-h-screen w-screen items-center justify-center bg-black/50",children:c.jsx("div",{className:"rounded-[24px] bg-white p-6 shadow-[1px_4px_15px_rgba(74,88,115,0.25)]",children:c.jsxs("div",{className:"relative flex h-[130px] w-[400px] flex-col items-center justify-start overflow-visible rounded-lg border border-dashed border-black px-4 py-6",children:[c.jsx("div",{className:"text-center text-base leading-5 text-zinc-500",children:t}),c.jsx("div",{className:"text-center text-base leading-5 text-zinc-500",children:n}),c.jsx("span",{className:"pointer-events-none absolute -bottom-16 left-1/2 z-10 -translate-x-1/2",children:c.jsx(N,{name:"DocumentIcons",size:144,"aria-hidden":"true"})})]})})}),c.jsx(Yg,{uploadsArray:y,uploadsCount:x,removeUpload:w,clearAllUploads:C,setSelectedNode:vt,onConflictResolution:P}),c.jsx(Tg,{open:h,onOpenChange:k,fileName:g?y.find(z=>z?.id===g)?.fileName:void 0,onReplace:O,onDuplicate:M})]})}function gw({children:e,...t}){const n=Zu(),s=Di(),r=ed(),o=async(a,i,l,u)=>await r(a,l,u);return!n||!s?c.jsx(c.Fragment,{children:e}):c.jsx(Jg,{onAddFile:o,driveId:s,useLocalStorage:!0,...t,children:e})}function Er(e){const{children:t,items:n,open:s,onItemClick:r,onOpenChange:o,menuClassName:a}=e;return c.jsxs(hd,{onOpenChange:o,open:s,children:[c.jsx(pd,{asChild:!0,className:"outline-none",children:t}),c.jsx(md,{className:I("modal-shadow cursor-pointer rounded-2xl bg-white text-sm font-medium text-slate-500",a),children:n.map(({id:i,label:l,icon:u,className:d})=>c.jsxs(gd,{className:I("flex items-center px-5 py-2 outline-none first-of-type:rounded-t-2xl first-of-type:pt-3 last-of-type:rounded-b-2xl last-of-type:pb-3 hover:bg-slate-50",d),onClick:f=>f.stopPropagation(),onSelect:()=>r(i),children:[u?c.jsx("span",{className:"mr-2 inline-block",children:u}):null,l]},i))})]})}const Xg="/assets/powerhouse-rounded-CeKGGUG4.png",Ma=[{inputs:[{components:[{name:"target",type:"address"},{name:"allowFailure",type:"bool"},{name:"callData",type:"bytes"}],name:"calls",type:"tuple[]"}],name:"aggregate3",outputs:[{components:[{name:"success",type:"bool"},{name:"returnData",type:"bytes"}],name:"returnData",type:"tuple[]"}],stateMutability:"view",type:"function"},{inputs:[],name:"getCurrentBlockTimestamp",outputs:[{internalType:"uint256",name:"timestamp",type:"uint256"}],stateMutability:"view",type:"function"}],ps=[{name:"query",type:"function",stateMutability:"view",inputs:[{type:"tuple[]",name:"queries",components:[{type:"address",name:"sender"},{type:"string[]",name:"urls"},{type:"bytes",name:"data"}]}],outputs:[{type:"bool[]",name:"failures"},{type:"bytes[]",name:"responses"}]},{name:"HttpError",type:"error",inputs:[{type:"uint16",name:"status"},{type:"string",name:"message"}]}],Qc=[{inputs:[{name:"dns",type:"bytes"}],name:"DNSDecodingFailed",type:"error"},{inputs:[{name:"ens",type:"string"}],name:"DNSEncodingFailed",type:"error"},{inputs:[],name:"EmptyAddress",type:"error"},{inputs:[{name:"status",type:"uint16"},{name:"message",type:"string"}],name:"HttpError",type:"error"},{inputs:[],name:"InvalidBatchGatewayResponse",type:"error"},{inputs:[{name:"errorData",type:"bytes"}],name:"ResolverError",type:"error"},{inputs:[{name:"name",type:"bytes"},{name:"resolver",type:"address"}],name:"ResolverNotContract",type:"error"},{inputs:[{name:"name",type:"bytes"}],name:"ResolverNotFound",type:"error"},{inputs:[{name:"primary",type:"string"},{name:"primaryAddress",type:"bytes"}],name:"ReverseAddressMismatch",type:"error"},{inputs:[{internalType:"bytes4",name:"selector",type:"bytes4"}],name:"UnsupportedResolverProfile",type:"error"}],Zg=[...Qc,{name:"resolveWithGateways",type:"function",stateMutability:"view",inputs:[{name:"name",type:"bytes"},{name:"data",type:"bytes"},{name:"gateways",type:"string[]"}],outputs:[{name:"",type:"bytes"},{name:"address",type:"address"}]}],eb=[...Qc,{name:"reverseWithGateways",type:"function",stateMutability:"view",inputs:[{type:"bytes",name:"reverseName"},{type:"uint256",name:"coinType"},{type:"string[]",name:"gateways"}],outputs:[{type:"string",name:"resolvedName"},{type:"address",name:"resolver"},{type:"address",name:"reverseResolver"}]}],Ta=[{name:"text",type:"function",stateMutability:"view",inputs:[{name:"name",type:"bytes32"},{name:"key",type:"string"}],outputs:[{name:"",type:"string"}]}];function Ye(e,{includeName:t=!1}={}){if(e.type!=="function"&&e.type!=="event"&&e.type!=="error")throw new fb(e.type);return`${e.name}(${lo(e.inputs,{includeName:t})})`}function lo(e,{includeName:t=!1}={}){return e?e.map(n=>tb(n,{includeName:t})).join(t?", ":","):""}function tb(e,{includeName:t}){return e.type.startsWith("tuple")?`(${lo(e.components,{includeName:t})})${e.type.slice(5)}`:e.type+(t&&e.name?` ${e.name}`:"")}function ut(e,{strict:t=!0}={}){return!e||typeof e!="string"?!1:t?/^0x[0-9a-fA-F]*$/.test(e):e.startsWith("0x")}function fe(e){return ut(e,{strict:!1})?Math.ceil((e.length-2)/2):e.length}const Kc="2.38.6";let Hr={getDocsUrl:({docsBaseUrl:e,docsPath:t="",docsSlug:n})=>t?`${e??"https://viem.sh"}${t}${n?`#${n}`:""}`:void 0,version:`viem@${Kc}`},T=class ms extends Error{constructor(t,n={}){const s=n.cause instanceof ms?n.cause.details:n.cause?.message?n.cause.message:n.details,r=n.cause instanceof ms&&n.cause.docsPath||n.docsPath,o=Hr.getDocsUrl?.({...n,docsPath:r}),a=[t||"An error occurred.","",...n.metaMessages?[...n.metaMessages,""]:[],...o?[`Docs: ${o}`]:[],...s?[`Details: ${s}`]:[],...Hr.version?[`Version: ${Hr.version}`]:[]].join(`
|
|
7
|
+
`);super(a,n.cause?{cause:n.cause}:void 0),Object.defineProperty(this,"details",{enumerable:!0,configurable:!0,writable:!0,value:void 0}),Object.defineProperty(this,"docsPath",{enumerable:!0,configurable:!0,writable:!0,value:void 0}),Object.defineProperty(this,"metaMessages",{enumerable:!0,configurable:!0,writable:!0,value:void 0}),Object.defineProperty(this,"shortMessage",{enumerable:!0,configurable:!0,writable:!0,value:void 0}),Object.defineProperty(this,"version",{enumerable:!0,configurable:!0,writable:!0,value:void 0}),Object.defineProperty(this,"name",{enumerable:!0,configurable:!0,writable:!0,value:"BaseError"}),this.details=s,this.docsPath=r,this.metaMessages=n.metaMessages,this.name=n.name??this.name,this.shortMessage=t,this.version=Kc}walk(t){return Jc(this,t)}};function Jc(e,t){return t?.(e)?e:e&&typeof e=="object"&&"cause"in e&&e.cause!==void 0?Jc(e.cause,t):t?null:e}class nb extends T{constructor({docsPath:t}){super(["A constructor was not found on the ABI.","Make sure you are using the correct ABI and that the constructor exists on it."].join(`
|
|
8
|
+
`),{docsPath:t,name:"AbiConstructorNotFoundError"})}}class ka extends T{constructor({docsPath:t}){super(["Constructor arguments were provided (`args`), but a constructor parameters (`inputs`) were not found on the ABI.","Make sure you are using the correct ABI, and that the `inputs` attribute on the constructor exists."].join(`
|
|
9
|
+
`),{docsPath:t,name:"AbiConstructorParamsNotFoundError"})}}class rb extends T{constructor({data:t,params:n,size:s}){super([`Data size of ${s} bytes is too small for given parameters.`].join(`
|
|
10
|
+
`),{metaMessages:[`Params: (${lo(n,{includeName:!0})})`,`Data: ${t} (${s} bytes)`],name:"AbiDecodingDataSizeTooSmallError"}),Object.defineProperty(this,"data",{enumerable:!0,configurable:!0,writable:!0,value:void 0}),Object.defineProperty(this,"params",{enumerable:!0,configurable:!0,writable:!0,value:void 0}),Object.defineProperty(this,"size",{enumerable:!0,configurable:!0,writable:!0,value:void 0}),this.data=t,this.params=n,this.size=s}}class uo extends T{constructor(){super('Cannot decode zero data ("0x") with ABI parameters.',{name:"AbiDecodingZeroDataError"})}}class sb extends T{constructor({expectedLength:t,givenLength:n,type:s}){super([`ABI encoding array length mismatch for type ${s}.`,`Expected length: ${t}`,`Given length: ${n}`].join(`
|
|
11
|
+
`),{name:"AbiEncodingArrayLengthMismatchError"})}}class ob extends T{constructor({expectedSize:t,value:n}){super(`Size of bytes "${n}" (bytes${fe(n)}) does not match expected size (bytes${t}).`,{name:"AbiEncodingBytesSizeMismatchError"})}}class ab extends T{constructor({expectedLength:t,givenLength:n}){super(["ABI encoding params/values length mismatch.",`Expected length (params): ${t}`,`Given length (values): ${n}`].join(`
|
|
12
|
+
`),{name:"AbiEncodingLengthMismatchError"})}}class ib extends T{constructor(t,{docsPath:n}){super([`Arguments (\`args\`) were provided to "${t}", but "${t}" on the ABI does not contain any parameters (\`inputs\`).`,"Cannot encode error result without knowing what the parameter types are.","Make sure you are using the correct ABI and that the inputs exist on it."].join(`
|
|
13
|
+
`),{docsPath:n,name:"AbiErrorInputsNotFoundError"})}}class Aa extends T{constructor(t,{docsPath:n}={}){super([`Error ${t?`"${t}" `:""}not found on ABI.`,"Make sure you are using the correct ABI and that the error exists on it."].join(`
|
|
14
|
+
`),{docsPath:n,name:"AbiErrorNotFoundError"})}}class Xc extends T{constructor(t,{docsPath:n}){super([`Encoded error signature "${t}" not found on ABI.`,"Make sure you are using the correct ABI and that the error exists on it.",`You can look up the decoded signature here: https://openchain.xyz/signatures?query=${t}.`].join(`
|
|
15
|
+
`),{docsPath:n,name:"AbiErrorSignatureNotFoundError"}),Object.defineProperty(this,"signature",{enumerable:!0,configurable:!0,writable:!0,value:void 0}),this.signature=t}}class Ct extends T{constructor(t,{docsPath:n}={}){super([`Function ${t?`"${t}" `:""}not found on ABI.`,"Make sure you are using the correct ABI and that the function exists on it."].join(`
|
|
16
|
+
`),{docsPath:n,name:"AbiFunctionNotFoundError"})}}class Zc extends T{constructor(t,{docsPath:n}){super([`Function "${t}" does not contain any \`outputs\` on ABI.`,"Cannot decode function result without knowing what the parameter types are.","Make sure you are using the correct ABI and that the function exists on it."].join(`
|
|
17
|
+
`),{docsPath:n,name:"AbiFunctionOutputsNotFoundError"})}}class cb extends T{constructor(t,{docsPath:n}){super([`Encoded function signature "${t}" not found on ABI.`,"Make sure you are using the correct ABI and that the function exists on it.",`You can look up the signature here: https://openchain.xyz/signatures?query=${t}.`].join(`
|
|
18
|
+
`),{docsPath:n,name:"AbiFunctionSignatureNotFoundError"})}}class lb extends T{constructor(t,n){super("Found ambiguous types in overloaded ABI items.",{metaMessages:[`\`${t.type}\` in \`${Ye(t.abiItem)}\`, and`,`\`${n.type}\` in \`${Ye(n.abiItem)}\``,"","These types encode differently and cannot be distinguished at runtime.","Remove one of the ambiguous items in the ABI."],name:"AbiItemAmbiguityError"})}}class ub extends T{constructor(t,{docsPath:n}){super([`Type "${t}" is not a valid encoding type.`,"Please provide a valid ABI type."].join(`
|
|
19
|
+
`),{docsPath:n,name:"InvalidAbiEncodingType"})}}class db extends T{constructor(t,{docsPath:n}){super([`Type "${t}" is not a valid decoding type.`,"Please provide a valid ABI type."].join(`
|
|
20
|
+
`),{docsPath:n,name:"InvalidAbiDecodingType"})}}class el extends T{constructor(t){super([`Value "${t}" is not a valid array.`].join(`
|
|
21
|
+
`),{name:"InvalidArrayError"})}}class fb extends T{constructor(t){super([`"${t}" is not a valid definition type.`,'Valid types: "function", "event", "error"'].join(`
|
|
22
|
+
`),{name:"InvalidDefinitionTypeError"})}}class ot extends T{constructor({address:t}){super(`Address "${t}" is invalid.`,{metaMessages:["- Address must be a hex value of 20 bytes (40 hex characters).","- Address must match its checksum counterpart."],name:"InvalidAddressError"})}}class tl extends T{constructor({offset:t,position:n,size:s}){super(`Slice ${n==="start"?"starting":"ending"} at offset "${t}" is out-of-bounds (size: ${s}).`,{name:"SliceOffsetOutOfBoundsError"})}}let nl=class extends T{constructor({size:t,targetSize:n,type:s}){super(`${s.charAt(0).toUpperCase()}${s.slice(1).toLowerCase()} size (${t}) exceeds padding size (${n}).`,{name:"SizeExceedsPaddingSizeError"})}};class Ra extends T{constructor({size:t,targetSize:n,type:s}){super(`${s.charAt(0).toUpperCase()}${s.slice(1).toLowerCase()} is expected to be ${n} ${s} long, but is ${t} ${s} long.`,{name:"InvalidBytesLengthError"})}}function Ot(e,{dir:t,size:n=32}={}){return typeof e=="string"?We(e,{dir:t,size:n}):hb(e,{dir:t,size:n})}function We(e,{dir:t,size:n=32}={}){if(n===null)return e;const s=e.replace("0x","");if(s.length>n*2)throw new nl({size:Math.ceil(s.length/2),targetSize:n,type:"hex"});return`0x${s[t==="right"?"padEnd":"padStart"](n*2,"0")}`}function hb(e,{dir:t,size:n=32}={}){if(n===null)return e;if(e.length>n)throw new nl({size:e.length,targetSize:n,type:"bytes"});const s=new Uint8Array(n);for(let r=0;r<n;r++){const o=t==="right";s[o?r:n-r-1]=e[o?r:e.length-r-1]}return s}let rl=class extends T{constructor({max:t,min:n,signed:s,size:r,value:o}){super(`Number "${o}" is not in safe ${r?`${r*8}-bit ${s?"signed":"unsigned"} `:""}integer range ${t?`(${n} to ${t})`:`(above ${n})`}`,{name:"IntegerOutOfRangeError"})}};class pb extends T{constructor(t){super(`Bytes value "${t}" is not a valid boolean. The bytes array must contain a single byte of either a 0 or 1 value.`,{name:"InvalidBytesBooleanError"})}}class mb extends T{constructor({givenSize:t,maxSize:n}){super(`Size cannot exceed ${n} bytes. Given size: ${t} bytes.`,{name:"SizeOverflowError"})}}function fo(e,{dir:t="left"}={}){let n=typeof e=="string"?e.replace("0x",""):e,s=0;for(let r=0;r<n.length-1&&n[t==="left"?r:n.length-r-1].toString()==="0";r++)s++;return n=t==="left"?n.slice(s):n.slice(0,n.length-s),typeof e=="string"?(n.length===1&&t==="right"&&(n=`${n}0`),`0x${n.length%2===1?`0${n}`:n}`):n}function Ae(e,{size:t}){if(fe(e)>t)throw new mb({givenSize:fe(e),maxSize:t})}function sl(e,t={}){const{signed:n}=t;t.size&&Ae(e,{size:t.size});const s=BigInt(e);if(!n)return s;const r=(e.length-2)/2,o=(1n<<BigInt(r)*8n-1n)-1n;return s<=o?s:s-BigInt(`0x${"f".padStart(r*2,"f")}`)-1n}function gb(e,t={}){return Number(sl(e,t))}const bb=Array.from({length:256},(e,t)=>t.toString(16).padStart(2,"0"));function ol(e,t={}){return typeof e=="number"||typeof e=="bigint"?Z(e,t):typeof e=="string"?ho(e,t):typeof e=="boolean"?al(e,t):Ce(e,t)}function al(e,t={}){const n=`0x${Number(e)}`;return typeof t.size=="number"?(Ae(n,{size:t.size}),Ot(n,{size:t.size})):n}function Ce(e,t={}){let n="";for(let r=0;r<e.length;r++)n+=bb[e[r]];const s=`0x${n}`;return typeof t.size=="number"?(Ae(s,{size:t.size}),Ot(s,{dir:"right",size:t.size})):s}function Z(e,t={}){const{signed:n,size:s}=t,r=BigInt(e);let o;s?n?o=(1n<<BigInt(s)*8n-1n)-1n:o=2n**(BigInt(s)*8n)-1n:typeof e=="number"&&(o=BigInt(Number.MAX_SAFE_INTEGER));const a=typeof o=="bigint"&&n?-o-1n:0;if(o&&r>o||r<a){const l=typeof e=="bigint"?"n":"";throw new rl({max:o?`${o}${l}`:void 0,min:`${a}${l}`,signed:n,size:s,value:`${e}${l}`})}const i=`0x${(n&&r<0?(1n<<BigInt(s*8))+BigInt(r):r).toString(16)}`;return s?Ot(i,{size:s}):i}const yb=new TextEncoder;function ho(e,t={}){const n=yb.encode(e);return Ce(n,t)}const vb=new TextEncoder;function po(e,t={}){return typeof e=="number"||typeof e=="bigint"?wb(e,t):typeof e=="boolean"?xb(e,t):ut(e)?mo(e,t):et(e,t)}function xb(e,t={}){const n=new Uint8Array(1);return n[0]=Number(e),typeof t.size=="number"?(Ae(n,{size:t.size}),Ot(n,{size:t.size})):n}const Re={zero:48,nine:57,A:65,F:70,a:97,f:102};function Da(e){if(e>=Re.zero&&e<=Re.nine)return e-Re.zero;if(e>=Re.A&&e<=Re.F)return e-(Re.A-10);if(e>=Re.a&&e<=Re.f)return e-(Re.a-10)}function mo(e,t={}){let n=e;t.size&&(Ae(n,{size:t.size}),n=Ot(n,{dir:"right",size:t.size}));let s=n.slice(2);s.length%2&&(s=`0${s}`);const r=s.length/2,o=new Uint8Array(r);for(let a=0,i=0;a<r;a++){const l=Da(s.charCodeAt(i++)),u=Da(s.charCodeAt(i++));if(l===void 0||u===void 0)throw new T(`Invalid byte sequence ("${s[i-2]}${s[i-1]}" in "${s}").`);o[a]=l*16+u}return o}function wb(e,t){const n=Z(e,t);return mo(n)}function et(e,t={}){const n=vb.encode(e);return typeof t.size=="number"?(Ae(n,{size:t.size}),Ot(n,{dir:"right",size:t.size})):n}function _t(e,t){const n=t||"hex",s=td(ut(e,{strict:!1})?po(e):e);return n==="bytes"?s:ol(s)}class go extends Map{constructor(t){super(),Object.defineProperty(this,"maxSize",{enumerable:!0,configurable:!0,writable:!0,value:void 0}),this.maxSize=t}get(t){const n=super.get(t);return super.has(t)&&n!==void 0&&(this.delete(t),super.set(t,n)),n}set(t,n){if(super.set(t,n),this.maxSize&&this.size>this.maxSize){const s=this.keys().next().value;s&&this.delete(s)}return this}}const Cb=/^0x[a-fA-F0-9]{40}$/,_r=new go(8192);function ke(e,t){const{strict:n=!0}=t??{},s=`${e}.${n}`;if(_r.has(s))return _r.get(s);const r=Cb.test(e)?e.toLowerCase()===e?!0:n?bo(e)===e:!0:!1;return _r.set(s,r),r}const Wr=new go(8192);function bo(e,t){if(Wr.has(`${e}.${t}`))return Wr.get(`${e}.${t}`);const n=e.substring(2).toLowerCase(),s=_t(et(n),"bytes"),r=n.split("");for(let a=0;a<40;a+=2)s[a>>1]>>4>=8&&r[a]&&(r[a]=r[a].toUpperCase()),(s[a>>1]&15)>=8&&r[a+1]&&(r[a+1]=r[a+1].toUpperCase());const o=`0x${r.join("")}`;return Wr.set(`${e}.${t}`,o),o}function An(e,t){if(!ke(e,{strict:!1}))throw new ot({address:e});return bo(e,t)}class La extends T{constructor({offset:t}){super(`Offset \`${t}\` cannot be negative.`,{name:"NegativeOffsetError"})}}class Sb extends T{constructor({length:t,position:n}){super(`Position \`${n}\` is out of bounds (\`0 < position < ${t}\`).`,{name:"PositionOutOfBoundsError"})}}class jb extends T{constructor({count:t,limit:n}){super(`Recursive read limit of \`${n}\` exceeded (recursive read count: \`${t}\`).`,{name:"RecursiveReadLimitExceededError"})}}const Eb={bytes:new Uint8Array,dataView:new DataView(new ArrayBuffer(0)),position:0,positionReadCount:new Map,recursiveReadCount:0,recursiveReadLimit:Number.POSITIVE_INFINITY,assertReadLimit(){if(this.recursiveReadCount>=this.recursiveReadLimit)throw new jb({count:this.recursiveReadCount+1,limit:this.recursiveReadLimit})},assertPosition(e){if(e<0||e>this.bytes.length-1)throw new Sb({length:this.bytes.length,position:e})},decrementPosition(e){if(e<0)throw new La({offset:e});const t=this.position-e;this.assertPosition(t),this.position=t},getReadCount(e){return this.positionReadCount.get(e||this.position)||0},incrementPosition(e){if(e<0)throw new La({offset:e});const t=this.position+e;this.assertPosition(t),this.position=t},inspectByte(e){const t=e??this.position;return this.assertPosition(t),this.bytes[t]},inspectBytes(e,t){const n=t??this.position;return this.assertPosition(n+e-1),this.bytes.subarray(n,n+e)},inspectUint8(e){const t=e??this.position;return this.assertPosition(t),this.bytes[t]},inspectUint16(e){const t=e??this.position;return this.assertPosition(t+1),this.dataView.getUint16(t)},inspectUint24(e){const t=e??this.position;return this.assertPosition(t+2),(this.dataView.getUint16(t)<<8)+this.dataView.getUint8(t+2)},inspectUint32(e){const t=e??this.position;return this.assertPosition(t+3),this.dataView.getUint32(t)},pushByte(e){this.assertPosition(this.position),this.bytes[this.position]=e,this.position++},pushBytes(e){this.assertPosition(this.position+e.length-1),this.bytes.set(e,this.position),this.position+=e.length},pushUint8(e){this.assertPosition(this.position),this.bytes[this.position]=e,this.position++},pushUint16(e){this.assertPosition(this.position+1),this.dataView.setUint16(this.position,e),this.position+=2},pushUint24(e){this.assertPosition(this.position+2),this.dataView.setUint16(this.position,e>>8),this.dataView.setUint8(this.position+2,e&255),this.position+=3},pushUint32(e){this.assertPosition(this.position+3),this.dataView.setUint32(this.position,e),this.position+=4},readByte(){this.assertReadLimit(),this._touch();const e=this.inspectByte();return this.position++,e},readBytes(e,t){this.assertReadLimit(),this._touch();const n=this.inspectBytes(e);return this.position+=t??e,n},readUint8(){this.assertReadLimit(),this._touch();const e=this.inspectUint8();return this.position+=1,e},readUint16(){this.assertReadLimit(),this._touch();const e=this.inspectUint16();return this.position+=2,e},readUint24(){this.assertReadLimit(),this._touch();const e=this.inspectUint24();return this.position+=3,e},readUint32(){this.assertReadLimit(),this._touch();const e=this.inspectUint32();return this.position+=4,e},get remaining(){return this.bytes.length-this.position},setPosition(e){const t=this.position;return this.assertPosition(e),this.position=e,()=>this.position=t},_touch(){if(this.recursiveReadLimit===Number.POSITIVE_INFINITY)return;const e=this.getReadCount();this.positionReadCount.set(this.position,e+1),e>0&&this.recursiveReadCount++}};function Pb(e,{recursiveReadLimit:t=8192}={}){const n=Object.create(Eb);return n.bytes=e,n.dataView=new DataView(e.buffer,e.byteOffset,e.byteLength),n.positionReadCount=new Map,n.recursiveReadLimit=t,n}function St(e,t,n,{strict:s}={}){return ut(e,{strict:!1})?Ob(e,t,n,{strict:s}):ll(e,t,n,{strict:s})}function il(e,t){if(typeof t=="number"&&t>0&&t>fe(e)-1)throw new tl({offset:t,position:"start",size:fe(e)})}function cl(e,t,n){if(typeof t=="number"&&typeof n=="number"&&fe(e)!==n-t)throw new tl({offset:n,position:"end",size:fe(e)})}function ll(e,t,n,{strict:s}={}){il(e,t);const r=e.slice(t,n);return s&&cl(r,t,n),r}function Ob(e,t,n,{strict:s}={}){il(e,t);const r=`0x${e.replace("0x","").slice((t??0)*2,(n??e.length)*2)}`;return s&&cl(r,t,n),r}function Nb(e,t={}){typeof t.size<"u"&&Ae(e,{size:t.size});const n=Ce(e,t);return sl(n,t)}function Ib(e,t={}){let n=e;if(typeof t.size<"u"&&(Ae(n,{size:t.size}),n=fo(n)),n.length>1||n[0]>1)throw new pb(n);return!!n[0]}function ze(e,t={}){typeof t.size<"u"&&Ae(e,{size:t.size});const n=Ce(e,t);return gb(n,t)}function Mb(e,t={}){let n=e;return typeof t.size<"u"&&(Ae(n,{size:t.size}),n=fo(n,{dir:"right"})),new TextDecoder().decode(n)}function Qe(e){return typeof e[0]=="string"?Pr(e):Tb(e)}function Tb(e){let t=0;for(const r of e)t+=r.length;const n=new Uint8Array(t);let s=0;for(const r of e)n.set(r,s),s+=r.length;return n}function Pr(e){return`0x${e.reduce((t,n)=>t+n.replace("0x",""),"")}`}const kb=/^(u?int)(8|16|24|32|40|48|56|64|72|80|88|96|104|112|120|128|136|144|152|160|168|176|184|192|200|208|216|224|232|240|248|256)?$/;function vn(e,t){if(e.length!==t.length)throw new ab({expectedLength:e.length,givenLength:t.length});const n=Ab({params:e,values:t}),s=vo(n);return s.length===0?"0x":s}function Ab({params:e,values:t}){const n=[];for(let s=0;s<e.length;s++)n.push(yo({param:e[s],value:t[s]}));return n}function yo({param:e,value:t}){const n=xo(e.type);if(n){const[s,r]=n;return Db(t,{length:s,param:{...e,type:r}})}if(e.type==="tuple")return Ub(t,{param:e});if(e.type==="address")return Rb(t);if(e.type==="bool")return Fb(t);if(e.type.startsWith("uint")||e.type.startsWith("int")){const s=e.type.startsWith("int"),[,,r="256"]=kb.exec(e.type)??[];return $b(t,{signed:s,size:Number(r)})}if(e.type.startsWith("bytes"))return Lb(t,{param:e});if(e.type==="string")return zb(t);throw new ub(e.type,{docsPath:"/docs/contract/encodeAbiParameters"})}function vo(e){let t=0;for(let o=0;o<e.length;o++){const{dynamic:a,encoded:i}=e[o];a?t+=32:t+=fe(i)}const n=[],s=[];let r=0;for(let o=0;o<e.length;o++){const{dynamic:a,encoded:i}=e[o];a?(n.push(Z(t+r,{size:32})),s.push(i),r+=fe(i)):n.push(i)}return Qe([...n,...s])}function Rb(e){if(!ke(e))throw new ot({address:e});return{dynamic:!1,encoded:We(e.toLowerCase())}}function Db(e,{length:t,param:n}){const s=t===null;if(!Array.isArray(e))throw new el(e);if(!s&&e.length!==t)throw new sb({expectedLength:t,givenLength:e.length,type:`${n.type}[${t}]`});let r=!1;const o=[];for(let a=0;a<e.length;a++){const i=yo({param:n,value:e[a]});i.dynamic&&(r=!0),o.push(i)}if(s||r){const a=vo(o);if(s){const i=Z(o.length,{size:32});return{dynamic:!0,encoded:o.length>0?Qe([i,a]):i}}if(r)return{dynamic:!0,encoded:a}}return{dynamic:!1,encoded:Qe(o.map(({encoded:a})=>a))}}function Lb(e,{param:t}){const[,n]=t.type.split("bytes"),s=fe(e);if(!n){let r=e;return s%32!==0&&(r=We(r,{dir:"right",size:Math.ceil((e.length-2)/2/32)*32})),{dynamic:!0,encoded:Qe([We(Z(s,{size:32})),r])}}if(s!==Number.parseInt(n,10))throw new ob({expectedSize:Number.parseInt(n,10),value:e});return{dynamic:!1,encoded:We(e,{dir:"right"})}}function Fb(e){if(typeof e!="boolean")throw new T(`Invalid boolean value: "${e}" (type: ${typeof e}). Expected: \`true\` or \`false\`.`);return{dynamic:!1,encoded:We(al(e))}}function $b(e,{signed:t,size:n=256}){if(typeof n=="number"){const s=2n**(BigInt(n)-(t?1n:0n))-1n,r=t?-s-1n:0n;if(e>s||e<r)throw new rl({max:s.toString(),min:r.toString(),signed:t,size:n/8,value:e.toString()})}return{dynamic:!1,encoded:Z(e,{size:32,signed:t})}}function zb(e){const t=ho(e),n=Math.ceil(fe(t)/32),s=[];for(let r=0;r<n;r++)s.push(We(St(t,r*32,(r+1)*32),{dir:"right"}));return{dynamic:!0,encoded:Qe([We(Z(fe(t),{size:32})),...s])}}function Ub(e,{param:t}){let n=!1;const s=[];for(let r=0;r<t.components.length;r++){const o=t.components[r],a=Array.isArray(e)?r:o.name,i=yo({param:o,value:e[a]});s.push(i),i.dynamic&&(n=!0)}return{dynamic:n,encoded:n?vo(s):Qe(s.map(({encoded:r})=>r))}}function xo(e){const t=e.match(/^(.*)\[(\d+)?\]$/);return t?[t[2]?Number(t[2]):null,t[1]]:void 0}function wo(e,t){const n=typeof t=="string"?mo(t):t,s=Pb(n);if(fe(n)===0&&e.length>0)throw new uo;if(fe(t)&&fe(t)<32)throw new rb({data:typeof t=="string"?t:Ce(t),params:e,size:fe(t)});let r=0;const o=[];for(let a=0;a<e.length;++a){const i=e[a];s.setPosition(r);const[l,u]=yt(s,i,{staticPosition:0});r+=u,o.push(l)}return o}function yt(e,t,{staticPosition:n}){const s=xo(t.type);if(s){const[r,o]=s;return Bb(e,{...t,type:o},{length:r,staticPosition:n})}if(t.type==="tuple")return Gb(e,t,{staticPosition:n});if(t.type==="address")return Vb(e);if(t.type==="bool")return Hb(e);if(t.type.startsWith("bytes"))return _b(e,t,{staticPosition:n});if(t.type.startsWith("uint")||t.type.startsWith("int"))return Wb(e,t);if(t.type==="string")return qb(e,{staticPosition:n});throw new db(t.type,{docsPath:"/docs/contract/decodeAbiParameters"})}const Fa=32,gs=32;function Vb(e){const t=e.readBytes(32);return[bo(Ce(ll(t,-20))),32]}function Bb(e,t,{length:n,staticPosition:s}){if(!n){const a=ze(e.readBytes(gs)),i=s+a,l=i+Fa;e.setPosition(i);const u=ze(e.readBytes(Fa)),d=Wt(t);let f=0;const h=[];for(let p=0;p<u;++p){e.setPosition(l+(d?p*32:f));const[g,m]=yt(e,t,{staticPosition:l});f+=m,h.push(g)}return e.setPosition(s+32),[h,32]}if(Wt(t)){const a=ze(e.readBytes(gs)),i=s+a,l=[];for(let u=0;u<n;++u){e.setPosition(i+u*32);const[d]=yt(e,t,{staticPosition:i});l.push(d)}return e.setPosition(s+32),[l,32]}let r=0;const o=[];for(let a=0;a<n;++a){const[i,l]=yt(e,t,{staticPosition:s+r});r+=l,o.push(i)}return[o,r]}function Hb(e){return[Ib(e.readBytes(32),{size:32}),32]}function _b(e,t,{staticPosition:n}){const[s,r]=t.type.split("bytes");if(!r){const a=ze(e.readBytes(32));e.setPosition(n+a);const i=ze(e.readBytes(32));if(i===0)return e.setPosition(n+32),["0x",32];const l=e.readBytes(i);return e.setPosition(n+32),[Ce(l),32]}return[Ce(e.readBytes(Number.parseInt(r,10),32)),32]}function Wb(e,t){const n=t.type.startsWith("int"),s=Number.parseInt(t.type.split("int")[1]||"256",10),r=e.readBytes(32);return[s>48?Nb(r,{signed:n}):ze(r,{signed:n}),32]}function Gb(e,t,{staticPosition:n}){const s=t.components.length===0||t.components.some(({name:a})=>!a),r=s?[]:{};let o=0;if(Wt(t)){const a=ze(e.readBytes(gs)),i=n+a;for(let l=0;l<t.components.length;++l){const u=t.components[l];e.setPosition(i+o);const[d,f]=yt(e,u,{staticPosition:i});o+=f,r[s?l:u?.name]=d}return e.setPosition(n+32),[r,32]}for(let a=0;a<t.components.length;++a){const i=t.components[a],[l,u]=yt(e,i,{staticPosition:n});r[s?a:i?.name]=l,o+=u}return[r,o]}function qb(e,{staticPosition:t}){const n=ze(e.readBytes(32)),s=t+n;e.setPosition(s);const r=ze(e.readBytes(32));if(r===0)return e.setPosition(t+32),["",32];const o=e.readBytes(r,32),a=Mb(fo(o));return e.setPosition(t+32),[a,32]}function Wt(e){const{type:t}=e;if(t==="string"||t==="bytes"||t.endsWith("[]"))return!0;if(t==="tuple")return e.components?.some(Wt);const n=xo(e.type);return!!(n&&Wt({...e,type:n[1]}))}const Yb=e=>_t(po(e));function Qb(e){return Yb(e)}const Kb="1.1.0";let Se=class bs extends Error{constructor(t,n={}){const s=n.cause instanceof bs?n.cause.details:n.cause?.message?n.cause.message:n.details,r=n.cause instanceof bs&&n.cause.docsPath||n.docsPath,o=[t||"An error occurred.","",...n.metaMessages?[...n.metaMessages,""]:[],...r?[`Docs: https://abitype.dev${r}`]:[],...s?[`Details: ${s}`]:[],`Version: abitype@${Kb}`].join(`
|
|
23
|
+
`);super(o),Object.defineProperty(this,"details",{enumerable:!0,configurable:!0,writable:!0,value:void 0}),Object.defineProperty(this,"docsPath",{enumerable:!0,configurable:!0,writable:!0,value:void 0}),Object.defineProperty(this,"metaMessages",{enumerable:!0,configurable:!0,writable:!0,value:void 0}),Object.defineProperty(this,"shortMessage",{enumerable:!0,configurable:!0,writable:!0,value:void 0}),Object.defineProperty(this,"name",{enumerable:!0,configurable:!0,writable:!0,value:"AbiTypeError"}),n.cause&&(this.cause=n.cause),this.details=s,this.docsPath=r,this.metaMessages=n.metaMessages,this.shortMessage=t}};function Be(e,t){return e.exec(t)?.groups}const ul=/^bytes([1-9]|1[0-9]|2[0-9]|3[0-2])?$/,dl=/^u?int(8|16|24|32|40|48|56|64|72|80|88|96|104|112|120|128|136|144|152|160|168|176|184|192|200|208|216|224|232|240|248|256)?$/,fl=/^\(.+?\).*?$/,$a=/^tuple(?<array>(\[(\d*)\])*)$/;function ys(e){let t=e.type;if($a.test(e.type)&&"components"in e){t="(";const n=e.components.length;for(let r=0;r<n;r++){const o=e.components[r];t+=ys(o),r<n-1&&(t+=", ")}const s=Be($a,e.type);return t+=`)${s?.array??""}`,ys({...e,type:t})}return"indexed"in e&&e.indexed&&(t=`${t} indexed`),e.name?`${t} ${e.name}`:t}function Dt(e){let t="";const n=e.length;for(let s=0;s<n;s++){const r=e[s];t+=ys(r),s!==n-1&&(t+=", ")}return t}function Jb(e){return e.type==="function"?`function ${e.name}(${Dt(e.inputs)})${e.stateMutability&&e.stateMutability!=="nonpayable"?` ${e.stateMutability}`:""}${e.outputs?.length?` returns (${Dt(e.outputs)})`:""}`:e.type==="event"?`event ${e.name}(${Dt(e.inputs)})`:e.type==="error"?`error ${e.name}(${Dt(e.inputs)})`:e.type==="constructor"?`constructor(${Dt(e.inputs)})${e.stateMutability==="payable"?" payable":""}`:e.type==="fallback"?`fallback() external${e.stateMutability==="payable"?" payable":""}`:"receive() external payable"}const hl=/^error (?<name>[a-zA-Z$_][a-zA-Z0-9$_]*)\((?<parameters>.*?)\)$/;function Xb(e){return hl.test(e)}function Zb(e){return Be(hl,e)}const pl=/^event (?<name>[a-zA-Z$_][a-zA-Z0-9$_]*)\((?<parameters>.*?)\)$/;function e1(e){return pl.test(e)}function t1(e){return Be(pl,e)}const ml=/^function (?<name>[a-zA-Z$_][a-zA-Z0-9$_]*)\((?<parameters>.*?)\)(?: (?<scope>external|public{1}))?(?: (?<stateMutability>pure|view|nonpayable|payable{1}))?(?: returns\s?\((?<returns>.*?)\))?$/;function n1(e){return ml.test(e)}function r1(e){return Be(ml,e)}const gl=/^struct (?<name>[a-zA-Z$_][a-zA-Z0-9$_]*) \{(?<properties>.*?)\}$/;function bl(e){return gl.test(e)}function s1(e){return Be(gl,e)}const yl=/^constructor\((?<parameters>.*?)\)(?:\s(?<stateMutability>payable{1}))?$/;function o1(e){return yl.test(e)}function a1(e){return Be(yl,e)}const vl=/^fallback\(\) external(?:\s(?<stateMutability>payable{1}))?$/;function i1(e){return vl.test(e)}function c1(e){return Be(vl,e)}const l1=/^receive\(\) external payable$/;function u1(e){return l1.test(e)}const d1=new Set(["indexed"]),vs=new Set(["calldata","memory","storage"]);class f1 extends Se{constructor({type:t}){super("Unknown type.",{metaMessages:[`Type "${t}" is not a valid ABI type. Perhaps you forgot to include a struct signature?`]}),Object.defineProperty(this,"name",{enumerable:!0,configurable:!0,writable:!0,value:"UnknownTypeError"})}}class h1 extends Se{constructor({type:t}){super("Unknown type.",{metaMessages:[`Type "${t}" is not a valid ABI type.`]}),Object.defineProperty(this,"name",{enumerable:!0,configurable:!0,writable:!0,value:"UnknownSolidityTypeError"})}}class p1 extends Se{constructor({param:t}){super("Invalid ABI parameter.",{details:t}),Object.defineProperty(this,"name",{enumerable:!0,configurable:!0,writable:!0,value:"InvalidParameterError"})}}class m1 extends Se{constructor({param:t,name:n}){super("Invalid ABI parameter.",{details:t,metaMessages:[`"${n}" is a protected Solidity keyword. More info: https://docs.soliditylang.org/en/latest/cheatsheet.html`]}),Object.defineProperty(this,"name",{enumerable:!0,configurable:!0,writable:!0,value:"SolidityProtectedKeywordError"})}}class g1 extends Se{constructor({param:t,type:n,modifier:s}){super("Invalid ABI parameter.",{details:t,metaMessages:[`Modifier "${s}" not allowed${n?` in "${n}" type`:""}.`]}),Object.defineProperty(this,"name",{enumerable:!0,configurable:!0,writable:!0,value:"InvalidModifierError"})}}class b1 extends Se{constructor({param:t,type:n,modifier:s}){super("Invalid ABI parameter.",{details:t,metaMessages:[`Modifier "${s}" not allowed${n?` in "${n}" type`:""}.`,`Data location can only be specified for array, struct, or mapping types, but "${s}" was given.`]}),Object.defineProperty(this,"name",{enumerable:!0,configurable:!0,writable:!0,value:"InvalidFunctionModifierError"})}}class y1 extends Se{constructor({abiParameter:t}){super("Invalid ABI parameter.",{details:JSON.stringify(t,null,2),metaMessages:["ABI parameter type is invalid."]}),Object.defineProperty(this,"name",{enumerable:!0,configurable:!0,writable:!0,value:"InvalidAbiTypeParameterError"})}}class Nt extends Se{constructor({signature:t,type:n}){super(`Invalid ${n} signature.`,{details:t}),Object.defineProperty(this,"name",{enumerable:!0,configurable:!0,writable:!0,value:"InvalidSignatureError"})}}class v1 extends Se{constructor({signature:t}){super("Unknown signature.",{details:t}),Object.defineProperty(this,"name",{enumerable:!0,configurable:!0,writable:!0,value:"UnknownSignatureError"})}}class x1 extends Se{constructor({signature:t}){super("Invalid struct signature.",{details:t,metaMessages:["No properties exist."]}),Object.defineProperty(this,"name",{enumerable:!0,configurable:!0,writable:!0,value:"InvalidStructSignatureError"})}}class w1 extends Se{constructor({type:t}){super("Circular reference detected.",{metaMessages:[`Struct "${t}" is a circular reference.`]}),Object.defineProperty(this,"name",{enumerable:!0,configurable:!0,writable:!0,value:"CircularReferenceError"})}}class C1 extends Se{constructor({current:t,depth:n}){super("Unbalanced parentheses.",{metaMessages:[`"${t.trim()}" has too many ${n>0?"opening":"closing"} parentheses.`],details:`Depth "${n}"`}),Object.defineProperty(this,"name",{enumerable:!0,configurable:!0,writable:!0,value:"InvalidParenthesisError"})}}function S1(e,t,n){let s="";if(n)for(const r of Object.entries(n)){if(!r)continue;let o="";for(const a of r[1])o+=`[${a.type}${a.name?`:${a.name}`:""}]`;s+=`(${r[0]}{${o}})`}return t?`${t}:${e}${s}`:e}const Gr=new Map([["address",{type:"address"}],["bool",{type:"bool"}],["bytes",{type:"bytes"}],["bytes32",{type:"bytes32"}],["int",{type:"int256"}],["int256",{type:"int256"}],["string",{type:"string"}],["uint",{type:"uint256"}],["uint8",{type:"uint8"}],["uint16",{type:"uint16"}],["uint24",{type:"uint24"}],["uint32",{type:"uint32"}],["uint64",{type:"uint64"}],["uint96",{type:"uint96"}],["uint112",{type:"uint112"}],["uint160",{type:"uint160"}],["uint192",{type:"uint192"}],["uint256",{type:"uint256"}],["address owner",{type:"address",name:"owner"}],["address to",{type:"address",name:"to"}],["bool approved",{type:"bool",name:"approved"}],["bytes _data",{type:"bytes",name:"_data"}],["bytes data",{type:"bytes",name:"data"}],["bytes signature",{type:"bytes",name:"signature"}],["bytes32 hash",{type:"bytes32",name:"hash"}],["bytes32 r",{type:"bytes32",name:"r"}],["bytes32 root",{type:"bytes32",name:"root"}],["bytes32 s",{type:"bytes32",name:"s"}],["string name",{type:"string",name:"name"}],["string symbol",{type:"string",name:"symbol"}],["string tokenURI",{type:"string",name:"tokenURI"}],["uint tokenId",{type:"uint256",name:"tokenId"}],["uint8 v",{type:"uint8",name:"v"}],["uint256 balance",{type:"uint256",name:"balance"}],["uint256 tokenId",{type:"uint256",name:"tokenId"}],["uint256 value",{type:"uint256",name:"value"}],["event:address indexed from",{type:"address",name:"from",indexed:!0}],["event:address indexed to",{type:"address",name:"to",indexed:!0}],["event:uint indexed tokenId",{type:"uint256",name:"tokenId",indexed:!0}],["event:uint256 indexed tokenId",{type:"uint256",name:"tokenId",indexed:!0}]]);function j1(e,t={}){if(n1(e))return E1(e,t);if(e1(e))return P1(e,t);if(Xb(e))return O1(e,t);if(o1(e))return N1(e,t);if(i1(e))return I1(e);if(u1(e))return{type:"receive",stateMutability:"payable"};throw new v1({signature:e})}function E1(e,t={}){const n=r1(e);if(!n)throw new Nt({signature:e,type:"function"});const s=je(n.parameters),r=[],o=s.length;for(let i=0;i<o;i++)r.push(at(s[i],{modifiers:vs,structs:t,type:"function"}));const a=[];if(n.returns){const i=je(n.returns),l=i.length;for(let u=0;u<l;u++)a.push(at(i[u],{modifiers:vs,structs:t,type:"function"}))}return{name:n.name,type:"function",stateMutability:n.stateMutability??"nonpayable",inputs:r,outputs:a}}function P1(e,t={}){const n=t1(e);if(!n)throw new Nt({signature:e,type:"event"});const s=je(n.parameters),r=[],o=s.length;for(let a=0;a<o;a++)r.push(at(s[a],{modifiers:d1,structs:t,type:"event"}));return{name:n.name,type:"event",inputs:r}}function O1(e,t={}){const n=Zb(e);if(!n)throw new Nt({signature:e,type:"error"});const s=je(n.parameters),r=[],o=s.length;for(let a=0;a<o;a++)r.push(at(s[a],{structs:t,type:"error"}));return{name:n.name,type:"error",inputs:r}}function N1(e,t={}){const n=a1(e);if(!n)throw new Nt({signature:e,type:"constructor"});const s=je(n.parameters),r=[],o=s.length;for(let a=0;a<o;a++)r.push(at(s[a],{structs:t,type:"constructor"}));return{type:"constructor",stateMutability:n.stateMutability??"nonpayable",inputs:r}}function I1(e){const t=c1(e);if(!t)throw new Nt({signature:e,type:"fallback"});return{type:"fallback",stateMutability:t.stateMutability??"nonpayable"}}const M1=/^(?<type>[a-zA-Z$_][a-zA-Z0-9$_]*(?:\spayable)?)(?<array>(?:\[\d*?\])+?)?(?:\s(?<modifier>calldata|indexed|memory|storage{1}))?(?:\s(?<name>[a-zA-Z$_][a-zA-Z0-9$_]*))?$/,T1=/^\((?<type>.+?)\)(?<array>(?:\[\d*?\])+?)?(?:\s(?<modifier>calldata|indexed|memory|storage{1}))?(?:\s(?<name>[a-zA-Z$_][a-zA-Z0-9$_]*))?$/,k1=/^u?int$/;function at(e,t){const n=S1(e,t?.type,t?.structs);if(Gr.has(n))return Gr.get(n);const s=fl.test(e),r=Be(s?T1:M1,e);if(!r)throw new p1({param:e});if(r.name&&R1(r.name))throw new m1({param:e,name:r.name});const o=r.name?{name:r.name}:{},a=r.modifier==="indexed"?{indexed:!0}:{},i=t?.structs??{};let l,u={};if(s){l="tuple";const f=je(r.type),h=[],p=f.length;for(let g=0;g<p;g++)h.push(at(f[g],{structs:i}));u={components:h}}else if(r.type in i)l="tuple",u={components:i[r.type]};else if(k1.test(r.type))l=`${r.type}256`;else if(r.type==="address payable")l="address";else if(l=r.type,t?.type!=="struct"&&!xl(l))throw new h1({type:l});if(r.modifier){if(!t?.modifiers?.has?.(r.modifier))throw new g1({param:e,type:t?.type,modifier:r.modifier});if(vs.has(r.modifier)&&!D1(l,!!r.array))throw new b1({param:e,type:t?.type,modifier:r.modifier})}const d={type:`${l}${r.array??""}`,...o,...a,...u};return Gr.set(n,d),d}function je(e,t=[],n="",s=0){const r=e.trim().length;for(let o=0;o<r;o++){const a=e[o],i=e.slice(o+1);switch(a){case",":return s===0?je(i,[...t,n.trim()]):je(i,t,`${n}${a}`,s);case"(":return je(i,t,`${n}${a}`,s+1);case")":return je(i,t,`${n}${a}`,s-1);default:return je(i,t,`${n}${a}`,s)}}if(n==="")return t;if(s!==0)throw new C1({current:n,depth:s});return t.push(n.trim()),t}function xl(e){return e==="address"||e==="bool"||e==="function"||e==="string"||ul.test(e)||dl.test(e)}const A1=/^(?:after|alias|anonymous|apply|auto|byte|calldata|case|catch|constant|copyof|default|defined|error|event|external|false|final|function|immutable|implements|in|indexed|inline|internal|let|mapping|match|memory|mutable|null|of|override|partial|private|promise|public|pure|reference|relocatable|return|returns|sizeof|static|storage|struct|super|supports|switch|this|true|try|typedef|typeof|var|view|virtual)$/;function R1(e){return e==="address"||e==="bool"||e==="function"||e==="string"||e==="tuple"||ul.test(e)||dl.test(e)||A1.test(e)}function D1(e,t){return t||e==="bytes"||e==="string"||e==="tuple"}function L1(e){const t={},n=e.length;for(let a=0;a<n;a++){const i=e[a];if(!bl(i))continue;const l=s1(i);if(!l)throw new Nt({signature:i,type:"struct"});const u=l.properties.split(";"),d=[],f=u.length;for(let h=0;h<f;h++){const g=u[h].trim();if(!g)continue;const m=at(g,{type:"struct"});d.push(m)}if(!d.length)throw new x1({signature:i});t[l.name]=d}const s={},r=Object.entries(t),o=r.length;for(let a=0;a<o;a++){const[i,l]=r[a];s[i]=wl(l,t)}return s}const F1=/^(?<type>[a-zA-Z$_][a-zA-Z0-9$_]*)(?<array>(?:\[\d*?\])+?)?$/;function wl(e,t,n=new Set){const s=[],r=e.length;for(let o=0;o<r;o++){const a=e[o];if(fl.test(a.type))s.push(a);else{const l=Be(F1,a.type);if(!l?.type)throw new y1({abiParameter:a});const{array:u,type:d}=l;if(d in t){if(n.has(d))throw new w1({type:d});s.push({...a,type:`tuple${u??""}`,components:wl(t[d]??[],t,new Set([...n,d]))})}else if(xl(d))s.push(a);else throw new f1({type:d})}}return s}function Cl(e){const t=L1(e),n=[],s=e.length;for(let r=0;r<s;r++){const o=e[r];bl(o)||n.push(j1(o,t))}return n}function $1(e){let t=!0,n="",s=0,r="",o=!1;for(let a=0;a<e.length;a++){const i=e[a];if(["(",")",","].includes(i)&&(t=!0),i==="("&&s++,i===")"&&s--,!!t){if(s===0){if(i===" "&&["event","function",""].includes(r))r="";else if(r+=i,i===")"){o=!0;break}continue}if(i===" "){e[a-1]!==","&&n!==","&&n!==",("&&(n="",t=!1);continue}r+=i,n+=i}}if(!o)throw new T("Unable to normalize signature.");return r}const z1=e=>{const t=typeof e=="string"?e:Jb(e);return $1(t)};function Sl(e){return Qb(z1(e))}const U1=Sl,xn=e=>St(Sl(e),0,4);function wn(e){const{abi:t,args:n=[],name:s}=e,r=ut(s,{strict:!1}),o=t.filter(i=>r?i.type==="function"?xn(i)===s:i.type==="event"?U1(i)===s:!1:"name"in i&&i.name===s);if(o.length===0)return;if(o.length===1)return o[0];let a;for(const i of o){if(!("inputs"in i))continue;if(!n||n.length===0){if(!i.inputs||i.inputs.length===0)return i;continue}if(!i.inputs||i.inputs.length===0||i.inputs.length!==n.length)continue;if(n.every((u,d)=>{const f="inputs"in i&&i.inputs[d];return f?xs(u,f):!1})){if(a&&"inputs"in a&&a.inputs){const u=jl(i.inputs,a.inputs,n);if(u)throw new lb({abiItem:i,type:u[0]},{abiItem:a,type:u[1]})}a=i}}return a||o[0]}function xs(e,t){const n=typeof e,s=t.type;switch(s){case"address":return ke(e,{strict:!1});case"bool":return n==="boolean";case"function":return n==="string";case"string":return n==="string";default:return s==="tuple"&&"components"in t?Object.values(t.components).every((r,o)=>xs(Object.values(e)[o],r)):/^u?int(8|16|24|32|40|48|56|64|72|80|88|96|104|112|120|128|136|144|152|160|168|176|184|192|200|208|216|224|232|240|248|256)?$/.test(s)?n==="number"||n==="bigint":/^bytes([1-9]|1[0-9]|2[0-9]|3[0-2])?$/.test(s)?n==="string"||e instanceof Uint8Array:/[a-z]+[1-9]{0,3}(\[[0-9]{0,}\])+$/.test(s)?Array.isArray(e)&&e.every(r=>xs(r,{...t,type:s.replace(/(\[[0-9]{0,}\])$/,"")})):!1}}function jl(e,t,n){for(const s in e){const r=e[s],o=t[s];if(r.type==="tuple"&&o.type==="tuple"&&"components"in r&&"components"in o)return jl(r.components,o.components,n[s]);const a=[r.type,o.type];if(a.includes("address")&&a.includes("bytes20")?!0:a.includes("address")&&a.includes("string")?ke(n[s],{strict:!1}):a.includes("address")&&a.includes("bytes")?ke(n[s],{strict:!1}):!1)return a}}const qr="/docs/contract/decodeFunctionResult";function Co(e){const{abi:t,args:n,functionName:s,data:r}=e;let o=t[0];if(s){const i=wn({abi:t,args:n,name:s});if(!i)throw new Ct(s,{docsPath:qr});o=i}if(o.type!=="function")throw new Ct(void 0,{docsPath:qr});if(!o.outputs)throw new Zc(o.name,{docsPath:qr});const a=wo(o.outputs,r);if(a&&a.length>1)return a;if(a&&a.length===1)return a[0]}const za="/docs/contract/encodeFunctionData";function V1(e){const{abi:t,args:n,functionName:s}=e;let r=t[0];if(s){const o=wn({abi:t,args:n,name:s});if(!o)throw new Ct(s,{docsPath:za});r=o}if(r.type!=="function")throw new Ct(void 0,{docsPath:za});return{abi:[r],functionName:xn(Ye(r))}}function So(e){const{args:t}=e,{abi:n,functionName:s}=e.abi.length===1&&e.functionName?.startsWith("0x")?e:V1(e),r=n[0],o=s,a="inputs"in r&&r.inputs?vn(r.inputs,t??[]):void 0;return Pr([o,a??"0x"])}class ws extends T{constructor({blockNumber:t,chain:n,contract:s}){super(`Chain "${n.name}" does not support contract "${s.name}".`,{metaMessages:["This could be due to any of the following:",...t&&s.blockCreated&&s.blockCreated>t?[`- The contract "${s.name}" was not deployed until block ${s.blockCreated} (current block ${t}).`]:[`- The chain does not have the contract "${s.name}" configured.`]],name:"ChainDoesNotSupportContract"})}}class El extends T{constructor(){super("No chain was provided to the Client.",{name:"ClientChainNotConfiguredError"})}}function jo({blockNumber:e,chain:t,contract:n}){const s=t?.contracts?.[n];if(!s)throw new ws({chain:t,contract:{name:n}});if(e&&s.blockCreated&&s.blockCreated>e)throw new ws({blockNumber:e,chain:t,contract:{name:n,blockCreated:s.blockCreated}});return s.address}function Or(e){return typeof e=="string"?{address:e,type:"json-rpc"}:e}const B1={1:"An `assert` condition failed.",17:"Arithmetic operation resulted in underflow or overflow.",18:"Division or modulo by zero (e.g. `5 / 0` or `23 % 0`).",33:"Attempted to convert to an invalid type.",34:"Attempted to access a storage byte array that is incorrectly encoded.",49:"Performed `.pop()` on an empty array",50:"Array index is out of bounds.",65:"Allocated too much memory or created an array which is too large.",81:"Attempted to call a zero-initialized variable of internal function type."},Pl={inputs:[{name:"message",type:"string"}],name:"Error",type:"error"},H1={inputs:[{name:"reason",type:"uint256"}],name:"Panic",type:"error"};function Ol(e){const{abi:t,data:n}=e,s=St(n,0,4);if(s==="0x")throw new uo;const o=[...t||[],Pl,H1].find(a=>a.type==="error"&&s===xn(Ye(a)));if(!o)throw new Xc(s,{docsPath:"/docs/contract/decodeErrorResult"});return{abiItem:o,args:"inputs"in o&&o.inputs&&o.inputs.length>0?wo(o.inputs,St(n,4)):void 0,errorName:o.name}}const Me=(e,t,n)=>JSON.stringify(e,(s,r)=>typeof r=="bigint"?r.toString():r,n);function Nl({abiItem:e,args:t,includeFunctionName:n=!0,includeName:s=!1}){if("name"in e&&"inputs"in e&&e.inputs)return`${n?e.name:""}(${e.inputs.map((r,o)=>`${s&&r.name?`${r.name}: `:""}${typeof t[o]=="object"?Me(t[o]):t[o]}`).join(", ")})`}const _1={gwei:9,wei:18},W1={ether:-9,wei:9};function Il(e,t){let n=e.toString();const s=n.startsWith("-");s&&(n=n.slice(1)),n=n.padStart(t,"0");let[r,o]=[n.slice(0,n.length-t),n.slice(n.length-t)];return o=o.replace(/(0+)$/,""),`${s?"-":""}${r||"0"}${o?`.${o}`:""}`}function G1(e,t="wei"){return Il(e,_1[t])}function tt(e,t="wei"){return Il(e,W1[t])}class q1 extends T{constructor({address:t}){super(`State for account "${t}" is set multiple times.`,{name:"AccountStateConflictError"})}}class Y1 extends T{constructor(){super("state and stateDiff are set on the same account.",{name:"StateAssignmentConflictError"})}}function Ua(e){return e.reduce((t,{slot:n,value:s})=>`${t} ${n}: ${s}
|
|
24
|
+
`,"")}function Q1(e){return e.reduce((t,{address:n,...s})=>{let r=`${t} ${n}:
|
|
25
|
+
`;return s.nonce&&(r+=` nonce: ${s.nonce}
|
|
26
|
+
`),s.balance&&(r+=` balance: ${s.balance}
|
|
27
|
+
`),s.code&&(r+=` code: ${s.code}
|
|
28
|
+
`),s.state&&(r+=` state:
|
|
29
|
+
`,r+=Ua(s.state)),s.stateDiff&&(r+=` stateDiff:
|
|
30
|
+
`,r+=Ua(s.stateDiff)),r},` State Override:
|
|
31
|
+
`).slice(0,-1)}function Ml(e){const t=Object.entries(e).map(([s,r])=>r===void 0||r===!1?null:[s,r]).filter(Boolean),n=t.reduce((s,[r])=>Math.max(s,r.length),0);return t.map(([s,r])=>` ${`${s}:`.padEnd(n+1)} ${r}`).join(`
|
|
32
|
+
`)}class K1 extends T{constructor(){super(["Cannot specify both a `gasPrice` and a `maxFeePerGas`/`maxPriorityFeePerGas`.","Use `maxFeePerGas`/`maxPriorityFeePerGas` for EIP-1559 compatible networks, and `gasPrice` for others."].join(`
|
|
33
|
+
`),{name:"FeeConflictError"})}}const J1=e=>e,Cn=e=>e;class X1 extends T{constructor(t,{account:n,docsPath:s,chain:r,data:o,gas:a,gasPrice:i,maxFeePerGas:l,maxPriorityFeePerGas:u,nonce:d,to:f,value:h,stateOverride:p}){const g=n?Or(n):void 0;let m=Ml({from:g?.address,to:f,value:typeof h<"u"&&`${G1(h)} ${r?.nativeCurrency?.symbol||"ETH"}`,data:o,gas:a,gasPrice:typeof i<"u"&&`${tt(i)} gwei`,maxFeePerGas:typeof l<"u"&&`${tt(l)} gwei`,maxPriorityFeePerGas:typeof u<"u"&&`${tt(u)} gwei`,nonce:d});p&&(m+=`
|
|
34
|
+
${Q1(p)}`),super(t.shortMessage,{cause:t,docsPath:s,metaMessages:[...t.metaMessages?[...t.metaMessages," "]:[],"Raw Call Arguments:",m].filter(Boolean),name:"CallExecutionError"}),Object.defineProperty(this,"cause",{enumerable:!0,configurable:!0,writable:!0,value:void 0}),this.cause=t}}class Z1 extends T{constructor(t,{abi:n,args:s,contractAddress:r,docsPath:o,functionName:a,sender:i}){const l=wn({abi:n,args:s,name:a}),u=l?Nl({abiItem:l,args:s,includeFunctionName:!1,includeName:!1}):void 0,d=l?Ye(l,{includeName:!0}):void 0,f=Ml({address:r&&J1(r),function:d,args:u&&u!=="()"&&`${[...Array(a?.length??0).keys()].map(()=>" ").join("")}${u}`,sender:i});super(t.shortMessage||`An unknown error occurred while executing the contract function "${a}".`,{cause:t,docsPath:o,metaMessages:[...t.metaMessages?[...t.metaMessages," "]:[],f&&"Contract Call:",f].filter(Boolean),name:"ContractFunctionExecutionError"}),Object.defineProperty(this,"abi",{enumerable:!0,configurable:!0,writable:!0,value:void 0}),Object.defineProperty(this,"args",{enumerable:!0,configurable:!0,writable:!0,value:void 0}),Object.defineProperty(this,"cause",{enumerable:!0,configurable:!0,writable:!0,value:void 0}),Object.defineProperty(this,"contractAddress",{enumerable:!0,configurable:!0,writable:!0,value:void 0}),Object.defineProperty(this,"formattedArgs",{enumerable:!0,configurable:!0,writable:!0,value:void 0}),Object.defineProperty(this,"functionName",{enumerable:!0,configurable:!0,writable:!0,value:void 0}),Object.defineProperty(this,"sender",{enumerable:!0,configurable:!0,writable:!0,value:void 0}),this.abi=n,this.args=s,this.cause=t,this.contractAddress=r,this.functionName=a,this.sender=i}}class Cs extends T{constructor({abi:t,data:n,functionName:s,message:r}){let o,a,i,l;if(n&&n!=="0x")try{a=Ol({abi:t,data:n});const{abiItem:d,errorName:f,args:h}=a;if(f==="Error")l=h[0];else if(f==="Panic"){const[p]=h;l=B1[p]}else{const p=d?Ye(d,{includeName:!0}):void 0,g=d&&h?Nl({abiItem:d,args:h,includeFunctionName:!1,includeName:!1}):void 0;i=[p?`Error: ${p}`:"",g&&g!=="()"?` ${[...Array(f?.length??0).keys()].map(()=>" ").join("")}${g}`:""]}}catch(d){o=d}else r&&(l=r);let u;o instanceof Xc&&(u=o.signature,i=[`Unable to decode signature "${u}" as it was not found on the provided ABI.`,"Make sure you are using the correct ABI and that the error exists on it.",`You can look up the decoded signature here: https://openchain.xyz/signatures?query=${u}.`]),super(l&&l!=="execution reverted"||u?[`The contract function "${s}" reverted with the following ${u?"signature":"reason"}:`,l||u].join(`
|
|
35
|
+
`):`The contract function "${s}" reverted.`,{cause:o,metaMessages:i,name:"ContractFunctionRevertedError"}),Object.defineProperty(this,"data",{enumerable:!0,configurable:!0,writable:!0,value:void 0}),Object.defineProperty(this,"raw",{enumerable:!0,configurable:!0,writable:!0,value:void 0}),Object.defineProperty(this,"reason",{enumerable:!0,configurable:!0,writable:!0,value:void 0}),Object.defineProperty(this,"signature",{enumerable:!0,configurable:!0,writable:!0,value:void 0}),this.data=a,this.raw=n,this.reason=l,this.signature=u}}class ey extends T{constructor({functionName:t}){super(`The contract function "${t}" returned no data ("0x").`,{metaMessages:["This could be due to any of the following:",` - The contract does not have the function "${t}",`," - The parameters passed to the contract function may be invalid, or"," - The address is not a contract."],name:"ContractFunctionZeroDataError"})}}class ty extends T{constructor({factory:t}){super(`Deployment for counterfactual contract call failed${t?` for factory "${t}".`:""}`,{metaMessages:["Please ensure:","- The `factory` is a valid contract deployment factory (ie. Create2 Factory, ERC-4337 Factory, etc).","- The `factoryData` is a valid encoded function call for contract deployment function on the factory."],name:"CounterfactualDeploymentFailedError"})}}class Tl extends T{constructor({data:t,message:n}){super(n||"",{name:"RawContractError"}),Object.defineProperty(this,"code",{enumerable:!0,configurable:!0,writable:!0,value:3}),Object.defineProperty(this,"data",{enumerable:!0,configurable:!0,writable:!0,value:void 0}),this.data=t}}function kl(e){if(!(e instanceof T))return!1;const t=e.walk(n=>n instanceof Cs);return t instanceof Cs?t.data?.errorName==="HttpError"||t.data?.errorName==="ResolverError"||t.data?.errorName==="ResolverNotContract"||t.data?.errorName==="ResolverNotFound"||t.data?.errorName==="ReverseAddressMismatch"||t.data?.errorName==="UnsupportedResolverProfile":!1}function ny(e){const{abi:t,data:n}=e,s=St(n,0,4),r=t.find(o=>o.type==="function"&&s===xn(Ye(o)));if(!r)throw new cb(s,{docsPath:"/docs/contract/decodeFunctionData"});return{functionName:r.name,args:"inputs"in r&&r.inputs&&r.inputs.length>0?wo(r.inputs,St(n,4)):void 0}}const Yr="/docs/contract/encodeErrorResult";function Va(e){const{abi:t,errorName:n,args:s}=e;let r=t[0];if(n){const l=wn({abi:t,args:s,name:n});if(!l)throw new Aa(n,{docsPath:Yr});r=l}if(r.type!=="error")throw new Aa(void 0,{docsPath:Yr});const o=Ye(r),a=xn(o);let i="0x";if(s&&s.length>0){if(!r.inputs)throw new ib(r.name,{docsPath:Yr});i=vn(r.inputs,s)}return Pr([a,i])}const Qr="/docs/contract/encodeFunctionResult";function ry(e){const{abi:t,functionName:n,result:s}=e;let r=t[0];if(n){const a=wn({abi:t,name:n});if(!a)throw new Ct(n,{docsPath:Qr});r=a}if(r.type!=="function")throw new Ct(void 0,{docsPath:Qr});if(!r.outputs)throw new Zc(r.name,{docsPath:Qr});const o=(()=>{if(r.outputs.length===0)return[];if(r.outputs.length===1)return[s];if(Array.isArray(s))return s;throw new el(s)})();return vn(r.outputs,o)}const Nr="x-batch-gateway:true";async function Al(e){const{data:t,ccipRequest:n}=e,{args:[s]}=ny({abi:ps,data:t}),r=[],o=[];return await Promise.all(s.map(async(a,i)=>{try{o[i]=a.urls.includes(Nr)?await Al({data:a.data,ccipRequest:n}):await n(a),r[i]=!1}catch(l){r[i]=!0,o[i]=sy(l)}})),ry({abi:ps,functionName:"query",result:[r,o]})}function sy(e){return e.name==="HttpRequestError"&&e.status?Va({abi:ps,errorName:"HttpError",args:[e.status,e.shortMessage]}):Va({abi:[Pl],errorName:"Error",args:["shortMessage"in e?e.shortMessage:e.message]})}function Rl(e){if(e.length!==66||e.indexOf("[")!==0||e.indexOf("]")!==65)return null;const t=`0x${e.slice(1,65)}`;return ut(t)?t:null}function oy(e){let t=new Uint8Array(32).fill(0);if(!e)return Ce(t);const n=e.split(".");for(let s=n.length-1;s>=0;s-=1){const r=Rl(n[s]),o=r?po(r):_t(et(n[s]),"bytes");t=_t(Qe([t,o]),"bytes")}return Ce(t)}function ay(e){return`[${e.slice(2)}]`}function iy(e){const t=new Uint8Array(32).fill(0);return e?Rl(e)||_t(et(e)):Ce(t)}function cy(e){const t=e.replace(/^\.|\.$/gm,"");if(t.length===0)return new Uint8Array(1);const n=new Uint8Array(et(t).byteLength+2);let s=0;const r=t.split(".");for(let o=0;o<r.length;o++){let a=et(r[o]);a.byteLength>255&&(a=et(ay(iy(r[o])))),n[s]=a.length,n.set(a,s+1),s+=a.length+1}return n.byteLength!==s+1?n.slice(0,s+1):n}function Ir(e,t,n){const s=e[t.name];if(typeof s=="function")return s;const r=e[n];return typeof r=="function"?r:o=>t(e,o)}class nt extends T{constructor({body:t,cause:n,details:s,headers:r,status:o,url:a}){super("HTTP request failed.",{cause:n,details:s,metaMessages:[o&&`Status: ${o}`,`URL: ${Cn(a)}`,t&&`Request body: ${Me(t)}`].filter(Boolean),name:"HttpRequestError"}),Object.defineProperty(this,"body",{enumerable:!0,configurable:!0,writable:!0,value:void 0}),Object.defineProperty(this,"headers",{enumerable:!0,configurable:!0,writable:!0,value:void 0}),Object.defineProperty(this,"status",{enumerable:!0,configurable:!0,writable:!0,value:void 0}),Object.defineProperty(this,"url",{enumerable:!0,configurable:!0,writable:!0,value:void 0}),this.body=t,this.headers=r,this.status=o,this.url=a}}class Eo extends T{constructor({body:t,error:n,url:s}){super("RPC Request failed.",{cause:n,details:n.message,metaMessages:[`URL: ${Cn(s)}`,`Request body: ${Me(t)}`],name:"RpcRequestError"}),Object.defineProperty(this,"code",{enumerable:!0,configurable:!0,writable:!0,value:void 0}),Object.defineProperty(this,"data",{enumerable:!0,configurable:!0,writable:!0,value:void 0}),this.code=n.code,this.data=n.data}}class Ba extends T{constructor({body:t,url:n}){super("The request took too long to respond.",{details:"The request timed out.",metaMessages:[`URL: ${Cn(n)}`,`Request body: ${Me(t)}`],name:"TimeoutError"})}}const ly=-1;class be extends T{constructor(t,{code:n,docsPath:s,metaMessages:r,name:o,shortMessage:a}){super(a,{cause:t,docsPath:s,metaMessages:r||t?.metaMessages,name:o||"RpcError"}),Object.defineProperty(this,"code",{enumerable:!0,configurable:!0,writable:!0,value:void 0}),this.name=o||t.name,this.code=t instanceof Eo?t.code:n??ly}}class xe extends be{constructor(t,n){super(t,n),Object.defineProperty(this,"data",{enumerable:!0,configurable:!0,writable:!0,value:void 0}),this.data=n.data}}class Gt extends be{constructor(t){super(t,{code:Gt.code,name:"ParseRpcError",shortMessage:"Invalid JSON was received by the server. An error occurred on the server while parsing the JSON text."})}}Object.defineProperty(Gt,"code",{enumerable:!0,configurable:!0,writable:!0,value:-32700});class qt extends be{constructor(t){super(t,{code:qt.code,name:"InvalidRequestRpcError",shortMessage:"JSON is not a valid request object."})}}Object.defineProperty(qt,"code",{enumerable:!0,configurable:!0,writable:!0,value:-32600});class Yt extends be{constructor(t,{method:n}={}){super(t,{code:Yt.code,name:"MethodNotFoundRpcError",shortMessage:`The method${n?` "${n}"`:""} does not exist / is not available.`})}}Object.defineProperty(Yt,"code",{enumerable:!0,configurable:!0,writable:!0,value:-32601});class Qt extends be{constructor(t){super(t,{code:Qt.code,name:"InvalidParamsRpcError",shortMessage:["Invalid parameters were provided to the RPC method.","Double check you have provided the correct parameters."].join(`
|
|
36
|
+
`)})}}Object.defineProperty(Qt,"code",{enumerable:!0,configurable:!0,writable:!0,value:-32602});class it extends be{constructor(t){super(t,{code:it.code,name:"InternalRpcError",shortMessage:"An internal error was received."})}}Object.defineProperty(it,"code",{enumerable:!0,configurable:!0,writable:!0,value:-32603});class Kt extends be{constructor(t){super(t,{code:Kt.code,name:"InvalidInputRpcError",shortMessage:["Missing or invalid parameters.","Double check you have provided the correct parameters."].join(`
|
|
37
|
+
`)})}}Object.defineProperty(Kt,"code",{enumerable:!0,configurable:!0,writable:!0,value:-32e3});class Jt extends be{constructor(t){super(t,{code:Jt.code,name:"ResourceNotFoundRpcError",shortMessage:"Requested resource not found."}),Object.defineProperty(this,"name",{enumerable:!0,configurable:!0,writable:!0,value:"ResourceNotFoundRpcError"})}}Object.defineProperty(Jt,"code",{enumerable:!0,configurable:!0,writable:!0,value:-32001});class Ge extends be{constructor(t){super(t,{code:Ge.code,name:"ResourceUnavailableRpcError",shortMessage:"Requested resource not available."})}}Object.defineProperty(Ge,"code",{enumerable:!0,configurable:!0,writable:!0,value:-32002});class Xt extends be{constructor(t){super(t,{code:Xt.code,name:"TransactionRejectedRpcError",shortMessage:"Transaction creation failed."})}}Object.defineProperty(Xt,"code",{enumerable:!0,configurable:!0,writable:!0,value:-32003});class Xe extends be{constructor(t,{method:n}={}){super(t,{code:Xe.code,name:"MethodNotSupportedRpcError",shortMessage:`Method${n?` "${n}"`:""} is not supported.`})}}Object.defineProperty(Xe,"code",{enumerable:!0,configurable:!0,writable:!0,value:-32004});class jt extends be{constructor(t){super(t,{code:jt.code,name:"LimitExceededRpcError",shortMessage:"Request exceeds defined limit."})}}Object.defineProperty(jt,"code",{enumerable:!0,configurable:!0,writable:!0,value:-32005});class Zt extends be{constructor(t){super(t,{code:Zt.code,name:"JsonRpcVersionUnsupportedError",shortMessage:"Version of JSON-RPC protocol is not supported."})}}Object.defineProperty(Zt,"code",{enumerable:!0,configurable:!0,writable:!0,value:-32006});class he extends xe{constructor(t){super(t,{code:he.code,name:"UserRejectedRequestError",shortMessage:"User rejected the request."})}}Object.defineProperty(he,"code",{enumerable:!0,configurable:!0,writable:!0,value:4001});class en extends xe{constructor(t){super(t,{code:en.code,name:"UnauthorizedProviderError",shortMessage:"The requested method and/or account has not been authorized by the user."})}}Object.defineProperty(en,"code",{enumerable:!0,configurable:!0,writable:!0,value:4100});class tn extends xe{constructor(t,{method:n}={}){super(t,{code:tn.code,name:"UnsupportedProviderMethodError",shortMessage:`The Provider does not support the requested method${n?` " ${n}"`:""}.`})}}Object.defineProperty(tn,"code",{enumerable:!0,configurable:!0,writable:!0,value:4200});class nn extends xe{constructor(t){super(t,{code:nn.code,name:"ProviderDisconnectedError",shortMessage:"The Provider is disconnected from all chains."})}}Object.defineProperty(nn,"code",{enumerable:!0,configurable:!0,writable:!0,value:4900});class rn extends xe{constructor(t){super(t,{code:rn.code,name:"ChainDisconnectedError",shortMessage:"The Provider is not connected to the requested chain."})}}Object.defineProperty(rn,"code",{enumerable:!0,configurable:!0,writable:!0,value:4901});class ct extends xe{constructor(t){super(t,{code:ct.code,name:"SwitchChainError",shortMessage:"An error occurred when attempting to switch chain."})}}Object.defineProperty(ct,"code",{enumerable:!0,configurable:!0,writable:!0,value:4902});class sn extends xe{constructor(t){super(t,{code:sn.code,name:"UnsupportedNonOptionalCapabilityError",shortMessage:"This Wallet does not support a capability that was not marked as optional."})}}Object.defineProperty(sn,"code",{enumerable:!0,configurable:!0,writable:!0,value:5700});class on extends xe{constructor(t){super(t,{code:on.code,name:"UnsupportedChainIdError",shortMessage:"This Wallet does not support the requested chain ID."})}}Object.defineProperty(on,"code",{enumerable:!0,configurable:!0,writable:!0,value:5710});class an extends xe{constructor(t){super(t,{code:an.code,name:"DuplicateIdError",shortMessage:"There is already a bundle submitted with this ID."})}}Object.defineProperty(an,"code",{enumerable:!0,configurable:!0,writable:!0,value:5720});class cn extends xe{constructor(t){super(t,{code:cn.code,name:"UnknownBundleIdError",shortMessage:"This bundle id is unknown / has not been submitted"})}}Object.defineProperty(cn,"code",{enumerable:!0,configurable:!0,writable:!0,value:5730});class ln extends xe{constructor(t){super(t,{code:ln.code,name:"BundleTooLargeError",shortMessage:"The call bundle is too large for the Wallet to process."})}}Object.defineProperty(ln,"code",{enumerable:!0,configurable:!0,writable:!0,value:5740});class un extends xe{constructor(t){super(t,{code:un.code,name:"AtomicReadyWalletRejectedUpgradeError",shortMessage:"The Wallet can support atomicity after an upgrade, but the user rejected the upgrade."})}}Object.defineProperty(un,"code",{enumerable:!0,configurable:!0,writable:!0,value:5750});class dn extends xe{constructor(t){super(t,{code:dn.code,name:"AtomicityNotSupportedError",shortMessage:"The wallet does not support atomic execution but the request requires it."})}}Object.defineProperty(dn,"code",{enumerable:!0,configurable:!0,writable:!0,value:5760});class uy extends be{constructor(t){super(t,{name:"UnknownRpcError",shortMessage:"An unknown RPC error occurred."})}}const dy=3;function fy(e,{abi:t,address:n,args:s,docsPath:r,functionName:o,sender:a}){const i=e instanceof Tl?e:e instanceof T?e.walk(g=>"data"in g)||e.walk():{},{code:l,data:u,details:d,message:f,shortMessage:h}=i,p=e instanceof uo?new ey({functionName:o}):[dy,it.code].includes(l)&&(u||d||f||h)?new Cs({abi:t,data:typeof u=="object"?u.data:u,functionName:o,message:i instanceof Eo?d:h??f}):e;return new Z1(p,{abi:t,args:s,contractAddress:n,docsPath:r,functionName:o,sender:a})}const hy="0.1.1";function py(){return hy}let Dl=class Ss extends Error{constructor(t,n={}){const s=(()=>{if(n.cause instanceof Ss){if(n.cause.details)return n.cause.details;if(n.cause.shortMessage)return n.cause.shortMessage}return n.cause&&"details"in n.cause&&typeof n.cause.details=="string"?n.cause.details:n.cause?.message?n.cause.message:n.details})(),r=n.cause instanceof Ss&&n.cause.docsPath||n.docsPath,a=`https://oxlib.sh${r??""}`,i=[t||"An error occurred.",...n.metaMessages?["",...n.metaMessages]:[],...s||r?["",s?`Details: ${s}`:void 0,r?`See: ${a}`:void 0]:[]].filter(l=>typeof l=="string").join(`
|
|
38
|
+
`);super(i,n.cause?{cause:n.cause}:void 0),Object.defineProperty(this,"details",{enumerable:!0,configurable:!0,writable:!0,value:void 0}),Object.defineProperty(this,"docs",{enumerable:!0,configurable:!0,writable:!0,value:void 0}),Object.defineProperty(this,"docsPath",{enumerable:!0,configurable:!0,writable:!0,value:void 0}),Object.defineProperty(this,"shortMessage",{enumerable:!0,configurable:!0,writable:!0,value:void 0}),Object.defineProperty(this,"cause",{enumerable:!0,configurable:!0,writable:!0,value:void 0}),Object.defineProperty(this,"name",{enumerable:!0,configurable:!0,writable:!0,value:"BaseError"}),Object.defineProperty(this,"version",{enumerable:!0,configurable:!0,writable:!0,value:`ox@${py()}`}),this.cause=n.cause,this.details=s,this.docs=a,this.docsPath=r,this.shortMessage=t}walk(t){return Ll(this,t)}};function Ll(e,t){return t?.(e)?e:e&&typeof e=="object"&&"cause"in e&&e.cause?Ll(e.cause,t):t?null:e}function my(e,t={}){const{dir:n,size:s=32}=t;if(s===0)return e;const r=e.replace("0x","");if(r.length>s*2)throw new yy({size:Math.ceil(r.length/2),targetSize:s,type:"Hex"});return`0x${r[n==="right"?"padEnd":"padStart"](s*2,"0")}`}function Le(e,t={}){const{signed:n,size:s}=t,r=BigInt(e);let o;s?n?o=(1n<<BigInt(s)*8n-1n)-1n:o=2n**(BigInt(s)*8n)-1n:typeof e=="number"&&(o=BigInt(Number.MAX_SAFE_INTEGER));const a=typeof o=="bigint"&&n?-o-1n:0;if(o&&r>o||r<a){const u=typeof e=="bigint"?"n":"";throw new by({max:o?`${o}${u}`:void 0,min:`${a}${u}`,signed:n,size:s,value:`${e}${u}`})}const l=`0x${(n&&r<0?(1n<<BigInt(s*8))+BigInt(r):r).toString(16)}`;return s?gy(l,s):l}function gy(e,t){return my(e,{dir:"left",size:t})}class by extends Dl{constructor({max:t,min:n,signed:s,size:r,value:o}){super(`Number \`${o}\` is not in safe${r?` ${r*8}-bit`:""}${s?" signed":" unsigned"} integer range ${t?`(\`${n}\` to \`${t}\`)`:`(above \`${n}\`)`}`),Object.defineProperty(this,"name",{enumerable:!0,configurable:!0,writable:!0,value:"Hex.IntegerOutOfRangeError"})}}class yy extends Dl{constructor({size:t,targetSize:n,type:s}){super(`${s.charAt(0).toUpperCase()}${s.slice(1).toLowerCase()} size (\`${t}\`) exceeds padding size (\`${n}\`).`),Object.defineProperty(this,"name",{enumerable:!0,configurable:!0,writable:!0,value:"Hex.SizeExceedsPaddingSizeError"})}}function vy(e){return{address:e.address,amount:Le(e.amount),index:Le(e.index),validatorIndex:Le(e.validatorIndex)}}function xy(e){return{...typeof e.baseFeePerGas=="bigint"&&{baseFeePerGas:Le(e.baseFeePerGas)},...typeof e.blobBaseFee=="bigint"&&{blobBaseFee:Le(e.blobBaseFee)},...typeof e.feeRecipient=="string"&&{feeRecipient:e.feeRecipient},...typeof e.gasLimit=="bigint"&&{gasLimit:Le(e.gasLimit)},...typeof e.number=="bigint"&&{number:Le(e.number)},...typeof e.prevRandao=="bigint"&&{prevRandao:Le(e.prevRandao)},...typeof e.time=="bigint"&&{time:Le(e.time)},...e.withdrawals&&{withdrawals:e.withdrawals.map(vy)}}}const wy="0x82ad56cb",Cy="0x608060405234801561001057600080fd5b5060405161018e38038061018e83398101604081905261002f91610124565b6000808351602085016000f59050803b61004857600080fd5b6000808351602085016000855af16040513d6000823e81610067573d81fd5b3d81f35b634e487b7160e01b600052604160045260246000fd5b600082601f83011261009257600080fd5b81516001600160401b038111156100ab576100ab61006b565b604051601f8201601f19908116603f011681016001600160401b03811182821017156100d9576100d961006b565b6040528181528382016020018510156100f157600080fd5b60005b82811015610110576020818601810151838301820152016100f4565b506000918101602001919091529392505050565b6000806040838503121561013757600080fd5b82516001600160401b0381111561014d57600080fd5b61015985828601610081565b602085015190935090506001600160401b0381111561017757600080fd5b61018385828601610081565b915050925092905056fe",Sy="0x608060405234801561001057600080fd5b506040516102c03803806102c083398101604081905261002f916101e6565b836001600160a01b03163b6000036100e457600080836001600160a01b03168360405161005c9190610270565b6000604051808303816000865af19150503d8060008114610099576040519150601f19603f3d011682016040523d82523d6000602084013e61009e565b606091505b50915091508115806100b857506001600160a01b0386163b155b156100e1578060405163101bb98d60e01b81526004016100d8919061028c565b60405180910390fd5b50505b6000808451602086016000885af16040513d6000823e81610103573d81fd5b3d81f35b80516001600160a01b038116811461011e57600080fd5b919050565b634e487b7160e01b600052604160045260246000fd5b60005b8381101561015457818101518382015260200161013c565b50506000910152565b600082601f83011261016e57600080fd5b81516001600160401b0381111561018757610187610123565b604051601f8201601f19908116603f011681016001600160401b03811182821017156101b5576101b5610123565b6040528181528382016020018510156101cd57600080fd5b6101de826020830160208701610139565b949350505050565b600080600080608085870312156101fc57600080fd5b61020585610107565b60208601519094506001600160401b0381111561022157600080fd5b61022d8782880161015d565b93505061023c60408601610107565b60608601519092506001600160401b0381111561025857600080fd5b6102648782880161015d565b91505092959194509250565b60008251610282818460208701610139565b9190910192915050565b60208152600082518060208401526102ab816040850160208701610139565b601f01601f1916919091016040019291505056fe",jy="0x608060405234801561001057600080fd5b506115b9806100206000396000f3fe6080604052600436106100f35760003560e01c80634d2301cc1161008a578063a8b0574e11610059578063a8b0574e14610325578063bce38bd714610350578063c3077fa914610380578063ee82ac5e146103b2576100f3565b80634d2301cc1461026257806372425d9d1461029f57806382ad56cb146102ca57806386d516e8146102fa576100f3565b80633408e470116100c65780633408e470146101af578063399542e9146101da5780633e64a6961461020c57806342cbb15c14610237576100f3565b80630f28c97d146100f8578063174dea7114610123578063252dba421461015357806327e86d6e14610184575b600080fd5b34801561010457600080fd5b5061010d6103ef565b60405161011a9190610c0a565b60405180910390f35b61013d60048036038101906101389190610c94565b6103f7565b60405161014a9190610e94565b60405180910390f35b61016d60048036038101906101689190610f0c565b610615565b60405161017b92919061101b565b60405180910390f35b34801561019057600080fd5b506101996107ab565b6040516101a69190611064565b60405180910390f35b3480156101bb57600080fd5b506101c46107b7565b6040516101d19190610c0a565b60405180910390f35b6101f460048036038101906101ef91906110ab565b6107bf565b6040516102039392919061110b565b60405180910390f35b34801561021857600080fd5b506102216107e1565b60405161022e9190610c0a565b60405180910390f35b34801561024357600080fd5b5061024c6107e9565b6040516102599190610c0a565b60405180910390f35b34801561026e57600080fd5b50610289600480360381019061028491906111a7565b6107f1565b6040516102969190610c0a565b60405180910390f35b3480156102ab57600080fd5b506102b4610812565b6040516102c19190610c0a565b60405180910390f35b6102e460048036038101906102df919061122a565b61081a565b6040516102f19190610e94565b60405180910390f35b34801561030657600080fd5b5061030f6109e4565b60405161031c9190610c0a565b60405180910390f35b34801561033157600080fd5b5061033a6109ec565b6040516103479190611286565b60405180910390f35b61036a600480360381019061036591906110ab565b6109f4565b6040516103779190610e94565b60405180910390f35b61039a60048036038101906103959190610f0c565b610ba6565b6040516103a99392919061110b565b60405180910390f35b3480156103be57600080fd5b506103d960048036038101906103d491906112cd565b610bca565b6040516103e69190611064565b60405180910390f35b600042905090565b60606000808484905090508067ffffffffffffffff81111561041c5761041b6112fa565b5b60405190808252806020026020018201604052801561045557816020015b610442610bd5565b81526020019060019003908161043a5790505b5092503660005b828110156105c957600085828151811061047957610478611329565b5b6020026020010151905087878381811061049657610495611329565b5b90506020028101906104a89190611367565b925060008360400135905080860195508360000160208101906104cb91906111a7565b73ffffffffffffffffffffffffffffffffffffffff16818580606001906104f2919061138f565b604051610500929190611431565b60006040518083038185875af1925050503d806000811461053d576040519150601f19603f3d011682016040523d82523d6000602084013e610542565b606091505b5083600001846020018290528215151515815250505081516020850135176105bc577f08c379a000000000000000000000000000000000000000000000000000000000600052602060045260176024527f4d756c746963616c6c333a2063616c6c206661696c656400000000000000000060445260846000fd5b826001019250505061045c565b5082341461060c576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610603906114a7565b60405180910390fd5b50505092915050565b6000606043915060008484905090508067ffffffffffffffff81111561063e5761063d6112fa565b5b60405190808252806020026020018201604052801561067157816020015b606081526020019060019003908161065c5790505b5091503660005b828110156107a157600087878381811061069557610694611329565b5b90506020028101906106a791906114c7565b92508260000160208101906106bc91906111a7565b73ffffffffffffffffffffffffffffffffffffffff168380602001906106e2919061138f565b6040516106f0929190611431565b6000604051808303816000865af19150503d806000811461072d576040519150601f19603f3d011682016040523d82523d6000602084013e610732565b606091505b5086848151811061074657610745611329565b5b60200260200101819052819250505080610795576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161078c9061153b565b60405180910390fd5b81600101915050610678565b5050509250929050565b60006001430340905090565b600046905090565b6000806060439250434091506107d68686866109f4565b905093509350939050565b600048905090565b600043905090565b60008173ffffffffffffffffffffffffffffffffffffffff16319050919050565b600044905090565b606060008383905090508067ffffffffffffffff81111561083e5761083d6112fa565b5b60405190808252806020026020018201604052801561087757816020015b610864610bd5565b81526020019060019003908161085c5790505b5091503660005b828110156109db57600084828151811061089b5761089a611329565b5b602002602001015190508686838181106108b8576108b7611329565b5b90506020028101906108ca919061155b565b92508260000160208101906108df91906111a7565b73ffffffffffffffffffffffffffffffffffffffff16838060400190610905919061138f565b604051610913929190611431565b6000604051808303816000865af19150503d8060008114610950576040519150601f19603f3d011682016040523d82523d6000602084013e610955565b606091505b5082600001836020018290528215151515815250505080516020840135176109cf577f08c379a000000000000000000000000000000000000000000000000000000000600052602060045260176024527f4d756c746963616c6c333a2063616c6c206661696c656400000000000000000060445260646000fd5b8160010191505061087e565b50505092915050565b600045905090565b600041905090565b606060008383905090508067ffffffffffffffff811115610a1857610a176112fa565b5b604051908082528060200260200182016040528015610a5157816020015b610a3e610bd5565b815260200190600190039081610a365790505b5091503660005b82811015610b9c576000848281518110610a7557610a74611329565b5b60200260200101519050868683818110610a9257610a91611329565b5b9050602002810190610aa491906114c7565b9250826000016020810190610ab991906111a7565b73ffffffffffffffffffffffffffffffffffffffff16838060200190610adf919061138f565b604051610aed929190611431565b6000604051808303816000865af19150503d8060008114610b2a576040519150601f19603f3d011682016040523d82523d6000602084013e610b2f565b606091505b508260000183602001829052821515151581525050508715610b90578060000151610b8f576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610b869061153b565b60405180910390fd5b5b81600101915050610a58565b5050509392505050565b6000806060610bb7600186866107bf565b8093508194508295505050509250925092565b600081409050919050565b6040518060400160405280600015158152602001606081525090565b6000819050919050565b610c0481610bf1565b82525050565b6000602082019050610c1f6000830184610bfb565b92915050565b600080fd5b600080fd5b600080fd5b600080fd5b600080fd5b60008083601f840112610c5457610c53610c2f565b5b8235905067ffffffffffffffff811115610c7157610c70610c34565b5b602083019150836020820283011115610c8d57610c8c610c39565b5b9250929050565b60008060208385031215610cab57610caa610c25565b5b600083013567ffffffffffffffff811115610cc957610cc8610c2a565b5b610cd585828601610c3e565b92509250509250929050565b600081519050919050565b600082825260208201905092915050565b6000819050602082019050919050565b60008115159050919050565b610d2281610d0d565b82525050565b600081519050919050565b600082825260208201905092915050565b60005b83811015610d62578082015181840152602081019050610d47565b83811115610d71576000848401525b50505050565b6000601f19601f8301169050919050565b6000610d9382610d28565b610d9d8185610d33565b9350610dad818560208601610d44565b610db681610d77565b840191505092915050565b6000604083016000830151610dd96000860182610d19565b5060208301518482036020860152610df18282610d88565b9150508091505092915050565b6000610e0a8383610dc1565b905092915050565b6000602082019050919050565b6000610e2a82610ce1565b610e348185610cec565b935083602082028501610e4685610cfd565b8060005b85811015610e825784840389528151610e638582610dfe565b9450610e6e83610e12565b925060208a01995050600181019050610e4a565b50829750879550505050505092915050565b60006020820190508181036000830152610eae8184610e1f565b905092915050565b60008083601f840112610ecc57610ecb610c2f565b5b8235905067ffffffffffffffff811115610ee957610ee8610c34565b5b602083019150836020820283011115610f0557610f04610c39565b5b9250929050565b60008060208385031215610f2357610f22610c25565b5b600083013567ffffffffffffffff811115610f4157610f40610c2a565b5b610f4d85828601610eb6565b92509250509250929050565b600081519050919050565b600082825260208201905092915050565b6000819050602082019050919050565b6000610f918383610d88565b905092915050565b6000602082019050919050565b6000610fb182610f59565b610fbb8185610f64565b935083602082028501610fcd85610f75565b8060005b858110156110095784840389528151610fea8582610f85565b9450610ff583610f99565b925060208a01995050600181019050610fd1565b50829750879550505050505092915050565b60006040820190506110306000830185610bfb565b81810360208301526110428184610fa6565b90509392505050565b6000819050919050565b61105e8161104b565b82525050565b60006020820190506110796000830184611055565b92915050565b61108881610d0d565b811461109357600080fd5b50565b6000813590506110a58161107f565b92915050565b6000806000604084860312156110c4576110c3610c25565b5b60006110d286828701611096565b935050602084013567ffffffffffffffff8111156110f3576110f2610c2a565b5b6110ff86828701610eb6565b92509250509250925092565b60006060820190506111206000830186610bfb565b61112d6020830185611055565b818103604083015261113f8184610e1f565b9050949350505050565b600073ffffffffffffffffffffffffffffffffffffffff82169050919050565b600061117482611149565b9050919050565b61118481611169565b811461118f57600080fd5b50565b6000813590506111a18161117b565b92915050565b6000602082840312156111bd576111bc610c25565b5b60006111cb84828501611192565b91505092915050565b60008083601f8401126111ea576111e9610c2f565b5b8235905067ffffffffffffffff81111561120757611206610c34565b5b60208301915083602082028301111561122357611222610c39565b5b9250929050565b6000806020838503121561124157611240610c25565b5b600083013567ffffffffffffffff81111561125f5761125e610c2a565b5b61126b858286016111d4565b92509250509250929050565b61128081611169565b82525050565b600060208201905061129b6000830184611277565b92915050565b6112aa81610bf1565b81146112b557600080fd5b50565b6000813590506112c7816112a1565b92915050565b6000602082840312156112e3576112e2610c25565b5b60006112f1848285016112b8565b91505092915050565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052604160045260246000fd5b7f4e487b7100000000000000000000000000000000000000000000000000000000600052603260045260246000fd5b600080fd5b600080fd5b600080fd5b60008235600160800383360303811261138357611382611358565b5b80830191505092915050565b600080833560016020038436030381126113ac576113ab611358565b5b80840192508235915067ffffffffffffffff8211156113ce576113cd61135d565b5b6020830192506001820236038313156113ea576113e9611362565b5b509250929050565b600081905092915050565b82818337600083830152505050565b600061141883856113f2565b93506114258385846113fd565b82840190509392505050565b600061143e82848661140c565b91508190509392505050565b600082825260208201905092915050565b7f4d756c746963616c6c333a2076616c7565206d69736d61746368000000000000600082015250565b6000611491601a8361144a565b915061149c8261145b565b602082019050919050565b600060208201905081810360008301526114c081611484565b9050919050565b6000823560016040038336030381126114e3576114e2611358565b5b80830191505092915050565b7f4d756c746963616c6c333a2063616c6c206661696c6564000000000000000000600082015250565b600061152560178361144a565b9150611530826114ef565b602082019050919050565b6000602082019050818103600083015261155481611518565b9050919050565b60008235600160600383360303811261157757611576611358565b5b8083019150509291505056fea264697066735822122020c1bc9aacf8e4a6507193432a895a8e77094f45a1395583f07b24e860ef06cd64736f6c634300080c0033",Kr="/docs/contract/encodeDeployData";function Fl(e){const{abi:t,args:n,bytecode:s}=e;if(!n||n.length===0)return s;const r=t.find(a=>"type"in a&&a.type==="constructor");if(!r)throw new nb({docsPath:Kr});if(!("inputs"in r))throw new ka({docsPath:Kr});if(!r.inputs||r.inputs.length===0)throw new ka({docsPath:Kr});const o=vn(r.inputs,n);return Pr([s,o])}class gt extends T{constructor({cause:t,message:n}={}){const s=n?.replace("execution reverted: ","")?.replace("execution reverted","");super(`Execution reverted ${s?`with reason: ${s}`:"for an unknown reason"}.`,{cause:t,name:"ExecutionRevertedError"})}}Object.defineProperty(gt,"code",{enumerable:!0,configurable:!0,writable:!0,value:3});Object.defineProperty(gt,"nodeMessage",{enumerable:!0,configurable:!0,writable:!0,value:/execution reverted/});class ir extends T{constructor({cause:t,maxFeePerGas:n}={}){super(`The fee cap (\`maxFeePerGas\`${n?` = ${tt(n)} gwei`:""}) cannot be higher than the maximum allowed value (2^256-1).`,{cause:t,name:"FeeCapTooHighError"})}}Object.defineProperty(ir,"nodeMessage",{enumerable:!0,configurable:!0,writable:!0,value:/max fee per gas higher than 2\^256-1|fee cap higher than 2\^256-1/});class js extends T{constructor({cause:t,maxFeePerGas:n}={}){super(`The fee cap (\`maxFeePerGas\`${n?` = ${tt(n)}`:""} gwei) cannot be lower than the block base fee.`,{cause:t,name:"FeeCapTooLowError"})}}Object.defineProperty(js,"nodeMessage",{enumerable:!0,configurable:!0,writable:!0,value:/max fee per gas less than block base fee|fee cap less than block base fee|transaction is outdated/});class Es extends T{constructor({cause:t,nonce:n}={}){super(`Nonce provided for the transaction ${n?`(${n}) `:""}is higher than the next one expected.`,{cause:t,name:"NonceTooHighError"})}}Object.defineProperty(Es,"nodeMessage",{enumerable:!0,configurable:!0,writable:!0,value:/nonce too high/});class Ps extends T{constructor({cause:t,nonce:n}={}){super([`Nonce provided for the transaction ${n?`(${n}) `:""}is lower than the current nonce of the account.`,"Try increasing the nonce or find the latest nonce with `getTransactionCount`."].join(`
|
|
39
|
+
`),{cause:t,name:"NonceTooLowError"})}}Object.defineProperty(Ps,"nodeMessage",{enumerable:!0,configurable:!0,writable:!0,value:/nonce too low|transaction already imported|already known/});class Os extends T{constructor({cause:t,nonce:n}={}){super(`Nonce provided for the transaction ${n?`(${n}) `:""}exceeds the maximum allowed nonce.`,{cause:t,name:"NonceMaxValueError"})}}Object.defineProperty(Os,"nodeMessage",{enumerable:!0,configurable:!0,writable:!0,value:/nonce has max value/});class Ns extends T{constructor({cause:t}={}){super(["The total cost (gas * gas fee + value) of executing this transaction exceeds the balance of the account."].join(`
|
|
40
|
+
`),{cause:t,metaMessages:["This error could arise when the account does not have enough funds to:"," - pay for the total gas fee,"," - pay for the value to send."," ","The cost of the transaction is calculated as `gas * gas fee + value`, where:"," - `gas` is the amount of gas needed for transaction to execute,"," - `gas fee` is the gas fee,"," - `value` is the amount of ether to send to the recipient."],name:"InsufficientFundsError"})}}Object.defineProperty(Ns,"nodeMessage",{enumerable:!0,configurable:!0,writable:!0,value:/insufficient funds|exceeds transaction sender account balance/});class Is extends T{constructor({cause:t,gas:n}={}){super(`The amount of gas ${n?`(${n}) `:""}provided for the transaction exceeds the limit allowed for the block.`,{cause:t,name:"IntrinsicGasTooHighError"})}}Object.defineProperty(Is,"nodeMessage",{enumerable:!0,configurable:!0,writable:!0,value:/intrinsic gas too high|gas limit reached/});class Ms extends T{constructor({cause:t,gas:n}={}){super(`The amount of gas ${n?`(${n}) `:""}provided for the transaction is too low.`,{cause:t,name:"IntrinsicGasTooLowError"})}}Object.defineProperty(Ms,"nodeMessage",{enumerable:!0,configurable:!0,writable:!0,value:/intrinsic gas too low/});class Ts extends T{constructor({cause:t}){super("The transaction type is not supported for this chain.",{cause:t,name:"TransactionTypeNotSupportedError"})}}Object.defineProperty(Ts,"nodeMessage",{enumerable:!0,configurable:!0,writable:!0,value:/transaction type not valid/});class cr extends T{constructor({cause:t,maxPriorityFeePerGas:n,maxFeePerGas:s}={}){super([`The provided tip (\`maxPriorityFeePerGas\`${n?` = ${tt(n)} gwei`:""}) cannot be higher than the fee cap (\`maxFeePerGas\`${s?` = ${tt(s)} gwei`:""}).`].join(`
|
|
41
|
+
`),{cause:t,name:"TipAboveFeeCapError"})}}Object.defineProperty(cr,"nodeMessage",{enumerable:!0,configurable:!0,writable:!0,value:/max priority fee per gas higher than max fee per gas|tip higher than fee cap/});class $l extends T{constructor({cause:t}){super(`An error occurred while executing: ${t?.shortMessage}`,{cause:t,name:"UnknownNodeError"})}}function Ey(e,t){const n=(e.details||"").toLowerCase(),s=e instanceof T?e.walk(r=>r?.code===gt.code):e;return s instanceof T?new gt({cause:e,message:s.details}):gt.nodeMessage.test(n)?new gt({cause:e,message:e.details}):ir.nodeMessage.test(n)?new ir({cause:e,maxFeePerGas:t?.maxFeePerGas}):js.nodeMessage.test(n)?new js({cause:e,maxFeePerGas:t?.maxFeePerGas}):Es.nodeMessage.test(n)?new Es({cause:e,nonce:t?.nonce}):Ps.nodeMessage.test(n)?new Ps({cause:e,nonce:t?.nonce}):Os.nodeMessage.test(n)?new Os({cause:e,nonce:t?.nonce}):Ns.nodeMessage.test(n)?new Ns({cause:e}):Is.nodeMessage.test(n)?new Is({cause:e,gas:t?.gas}):Ms.nodeMessage.test(n)?new Ms({cause:e,gas:t?.gas}):Ts.nodeMessage.test(n)?new Ts({cause:e}):cr.nodeMessage.test(n)?new cr({cause:e,maxFeePerGas:t?.maxFeePerGas,maxPriorityFeePerGas:t?.maxPriorityFeePerGas}):new $l({cause:e})}function Py(e,{docsPath:t,...n}){const s=(()=>{const r=Ey(e,n);return r instanceof $l?e:r})();return new X1(s,{docsPath:t,...n})}function Oy(e,{format:t}){if(!t)return{};const n={};function s(o){const a=Object.keys(o);for(const i of a)i in e&&(n[i]=e[i]),o[i]&&typeof o[i]=="object"&&!Array.isArray(o[i])&&s(o[i])}const r=t(e||{});return s(r),n}const Ny={legacy:"0x0",eip2930:"0x1",eip1559:"0x2",eip4844:"0x3",eip7702:"0x4"};function Iy(e,t){const n={};return typeof e.authorizationList<"u"&&(n.authorizationList=My(e.authorizationList)),typeof e.accessList<"u"&&(n.accessList=e.accessList),typeof e.blobVersionedHashes<"u"&&(n.blobVersionedHashes=e.blobVersionedHashes),typeof e.blobs<"u"&&(typeof e.blobs[0]!="string"?n.blobs=e.blobs.map(s=>Ce(s)):n.blobs=e.blobs),typeof e.data<"u"&&(n.data=e.data),e.account&&(n.from=e.account.address),typeof e.from<"u"&&(n.from=e.from),typeof e.gas<"u"&&(n.gas=Z(e.gas)),typeof e.gasPrice<"u"&&(n.gasPrice=Z(e.gasPrice)),typeof e.maxFeePerBlobGas<"u"&&(n.maxFeePerBlobGas=Z(e.maxFeePerBlobGas)),typeof e.maxFeePerGas<"u"&&(n.maxFeePerGas=Z(e.maxFeePerGas)),typeof e.maxPriorityFeePerGas<"u"&&(n.maxPriorityFeePerGas=Z(e.maxPriorityFeePerGas)),typeof e.nonce<"u"&&(n.nonce=Z(e.nonce)),typeof e.to<"u"&&(n.to=e.to),typeof e.type<"u"&&(n.type=Ny[e.type]),typeof e.value<"u"&&(n.value=Z(e.value)),n}function My(e){return e.map(t=>({address:t.address,r:t.r?Z(BigInt(t.r)):t.r,s:t.s?Z(BigInt(t.s)):t.s,chainId:Z(t.chainId),nonce:Z(t.nonce),...typeof t.yParity<"u"?{yParity:Z(t.yParity)}:{},...typeof t.v<"u"&&typeof t.yParity>"u"?{v:Z(t.v)}:{}}))}function Ty(){let e=()=>{},t=()=>{};return{promise:new Promise((s,r)=>{e=s,t=r}),resolve:e,reject:t}}const Jr=new Map;function zl({fn:e,id:t,shouldSplitBatch:n,wait:s=0,sort:r}){const o=async()=>{const d=l();a();const f=d.map(({args:h})=>h);f.length!==0&&e(f).then(h=>{r&&Array.isArray(h)&&h.sort(r);for(let p=0;p<d.length;p++){const{resolve:g}=d[p];g?.([h[p],h])}}).catch(h=>{for(let p=0;p<d.length;p++){const{reject:g}=d[p];g?.(h)}})},a=()=>Jr.delete(t),i=()=>l().map(({args:d})=>d),l=()=>Jr.get(t)||[],u=d=>Jr.set(t,[...l(),d]);return{flush:a,async schedule(d){const{promise:f,resolve:h,reject:p}=Ty();return n?.([...i(),d])&&o(),l().length>0?(u({args:d,resolve:h,reject:p}),f):(u({args:d,resolve:h,reject:p}),setTimeout(o,s),f)}}}function Ha(e){if(!(!e||e.length===0))return e.reduce((t,{slot:n,value:s})=>{if(n.length!==66)throw new Ra({size:n.length,targetSize:66,type:"hex"});if(s.length!==66)throw new Ra({size:s.length,targetSize:66,type:"hex"});return t[n]=s,t},{})}function ky(e){const{balance:t,nonce:n,state:s,stateDiff:r,code:o}=e,a={};if(o!==void 0&&(a.code=o),t!==void 0&&(a.balance=Z(t)),n!==void 0&&(a.nonce=Z(n)),s!==void 0&&(a.state=Ha(s)),r!==void 0){if(a.state)throw new Y1;a.stateDiff=Ha(r)}return a}function Ay(e){if(!e)return;const t={};for(const{address:n,...s}of e){if(!ke(n,{strict:!1}))throw new ot({address:n});if(t[n])throw new q1({address:n});t[n]=ky(s)}return t}const Ry=2n**256n-1n;function Dy(e){const{account:t,gasPrice:n,maxFeePerGas:s,maxPriorityFeePerGas:r,to:o}=e,a=t?Or(t):void 0;if(a&&!ke(a.address))throw new ot({address:a.address});if(o&&!ke(o))throw new ot({address:o});if(typeof n<"u"&&(typeof s<"u"||typeof r<"u"))throw new K1;if(s&&s>Ry)throw new ir({maxFeePerGas:s});if(r&&s&&r>s)throw new cr({maxFeePerGas:s,maxPriorityFeePerGas:r})}async function Ul(e,t){const{account:n=e.account,authorizationList:s,batch:r=!!e.batch?.multicall,blockNumber:o,blockTag:a=e.experimental_blockTag??"latest",accessList:i,blobs:l,blockOverrides:u,code:d,data:f,factory:h,factoryData:p,gas:g,gasPrice:m,maxFeePerBlobGas:y,maxFeePerGas:x,maxPriorityFeePerGas:v,nonce:C,to:E,value:w,stateOverride:j,...S}=t,P=n?Or(n):void 0;if(d&&(h||p))throw new T("Cannot provide both `code` & `factory`/`factoryData` as parameters.");if(d&&E)throw new T("Cannot provide both `code` & `to` as parameters.");const O=d&&f,M=h&&p&&E&&f,k=O||M,A=O?Vl({code:d,data:f}):M?$y({data:f,factory:h,factoryData:p,to:E}):f;try{Dy(t);const z=(typeof o=="bigint"?Z(o):void 0)||a,$=u?xy(u):void 0,B=Ay(j),W=e.chain?.formatters?.transactionRequest?.format,U=(W||Iy)({...Oy(S,{format:W}),accessList:i,account:P,authorizationList:s,blobs:l,data:A,gas:g,gasPrice:m,maxFeePerBlobGas:y,maxFeePerGas:x,maxPriorityFeePerGas:v,nonce:C,to:k?void 0:E,value:w},"call");if(r&&Ly({request:U})&&!B&&!$)try{return await Fy(e,{...U,blockNumber:o,blockTag:a})}catch(V){if(!(V instanceof El)&&!(V instanceof ws))throw V}const H=(()=>{const V=[U,z];return B&&$?[...V,B,$]:B?[...V,B]:$?[...V,{},$]:V})(),se=await e.request({method:"eth_call",params:H});return se==="0x"?{data:void 0}:{data:se}}catch(D){const z=zy(D),{offchainLookup:$,offchainLookupSignature:B}=await Ld(async()=>{const{offchainLookup:W,offchainLookupSignature:G}=await Promise.resolve().then(()=>dv);return{offchainLookup:W,offchainLookupSignature:G}},void 0);if(e.ccipRead!==!1&&z?.slice(0,10)===B&&E)return{data:await $(e,{data:z,to:E})};throw k&&z?.slice(0,10)==="0x101bb98d"?new ty({factory:h}):Py(D,{...t,account:P,chain:e.chain})}}function Ly({request:e}){const{data:t,to:n,...s}=e;return!(!t||t.startsWith(wy)||!n||Object.values(s).filter(r=>typeof r<"u").length>0)}async function Fy(e,t){const{batchSize:n=1024,deployless:s=!1,wait:r=0}=typeof e.batch?.multicall=="object"?e.batch.multicall:{},{blockNumber:o,blockTag:a=e.experimental_blockTag??"latest",data:i,to:l}=t,u=(()=>{if(s)return null;if(t.multicallAddress)return t.multicallAddress;if(e.chain)return jo({blockNumber:o,chain:e.chain,contract:"multicall3"});throw new El})(),f=(typeof o=="bigint"?Z(o):void 0)||a,{schedule:h}=zl({id:`${e.uid}.${f}`,wait:r,shouldSplitBatch(m){return m.reduce((x,{data:v})=>x+(v.length-2),0)>n*2},fn:async m=>{const y=m.map(C=>({allowFailure:!0,callData:C.data,target:C.to})),x=So({abi:Ma,args:[y],functionName:"aggregate3"}),v=await e.request({method:"eth_call",params:[{...u===null?{data:Vl({code:jy,data:x})}:{to:u,data:x}},f]});return Co({abi:Ma,args:[y],functionName:"aggregate3",data:v||"0x"})}}),[{returnData:p,success:g}]=await h({data:i,to:l});if(!g)throw new Tl({data:p});return p==="0x"?{data:void 0}:{data:p}}function Vl(e){const{code:t,data:n}=e;return Fl({abi:Cl(["constructor(bytes, bytes)"]),bytecode:Cy,args:[t,n]})}function $y(e){const{data:t,factory:n,factoryData:s,to:r}=e;return Fl({abi:Cl(["constructor(address, bytes, address, bytes)"]),bytecode:Sy,args:[r,t,n,s]})}function zy(e){if(!(e instanceof T))return;const t=e.walk();return typeof t?.data=="object"?t.data?.data:t.data}async function lr(e,t){const{abi:n,address:s,args:r,functionName:o,...a}=t,i=So({abi:n,args:r,functionName:o});try{const{data:l}=await Ir(e,Ul,"call")({...a,data:i,to:s});return Co({abi:n,args:r,functionName:o,data:l||"0x"})}catch(l){throw fy(l,{abi:n,address:s,args:r,docsPath:"/docs/contract/readContract",functionName:o})}}class Uy extends T{constructor({data:t}){super("Unable to extract image from metadata. The metadata may be malformed or invalid.",{metaMessages:["- Metadata must be a JSON object with at least an `image`, `image_url` or `image_data` property.","",`Provided data: ${JSON.stringify(t)}`],name:"EnsAvatarInvalidMetadataError"})}}class Lt extends T{constructor({reason:t}){super(`ENS NFT avatar URI is invalid. ${t}`,{name:"EnsAvatarInvalidNftUriError"})}}class Po extends T{constructor({uri:t}){super(`Unable to resolve ENS avatar URI "${t}". The URI may be malformed, invalid, or does not respond with a valid image.`,{name:"EnsAvatarUriResolutionError"})}}class Vy extends T{constructor({namespace:t}){super(`ENS NFT avatar namespace "${t}" is not supported. Must be "erc721" or "erc1155".`,{name:"EnsAvatarUnsupportedNamespaceError"})}}const By=/(?<protocol>https?:\/\/[^/]*|ipfs:\/|ipns:\/|ar:\/)?(?<root>\/)?(?<subpath>ipfs\/|ipns\/)?(?<target>[\w\-.]+)(?<subtarget>\/.*)?/,Hy=/^(Qm[1-9A-HJ-NP-Za-km-z]{44,}|b[A-Za-z2-7]{58,}|B[A-Z2-7]{58,}|z[1-9A-HJ-NP-Za-km-z]{48,}|F[0-9A-F]{50,})(\/(?<target>[\w\-.]+))?(?<subtarget>\/.*)?$/,_y=/^data:([a-zA-Z\-/+]*);base64,([^"].*)/,Wy=/^data:([a-zA-Z\-/+]*)?(;[a-zA-Z0-9].*?)?(,)/;async function Gy(e){try{const t=await fetch(e,{method:"HEAD"});return t.status===200?t.headers.get("content-type")?.startsWith("image/"):!1}catch(t){return typeof t=="object"&&typeof t.response<"u"||!Object.hasOwn(globalThis,"Image")?!1:new Promise(n=>{const s=new Image;s.onload=()=>{n(!0)},s.onerror=()=>{n(!1)},s.src=e})}}function _a(e,t){return e?e.endsWith("/")?e.slice(0,-1):e:t}function Bl({uri:e,gatewayUrls:t}){const n=_y.test(e);if(n)return{uri:e,isOnChain:!0,isEncoded:n};const s=_a(t?.ipfs,"https://ipfs.io"),r=_a(t?.arweave,"https://arweave.net"),o=e.match(By),{protocol:a,subpath:i,target:l,subtarget:u=""}=o?.groups||{},d=a==="ipns:/"||i==="ipns/",f=a==="ipfs:/"||i==="ipfs/"||Hy.test(e);if(e.startsWith("http")&&!d&&!f){let p=e;return t?.arweave&&(p=e.replace(/https:\/\/arweave.net/g,t?.arweave)),{uri:p,isOnChain:!1,isEncoded:!1}}if((d||f)&&l)return{uri:`${s}/${d?"ipns":"ipfs"}/${l}${u}`,isOnChain:!1,isEncoded:!1};if(a==="ar:/"&&l)return{uri:`${r}/${l}${u||""}`,isOnChain:!1,isEncoded:!1};let h=e.replace(Wy,"");if(h.startsWith("<svg")&&(h=`data:image/svg+xml;base64,${btoa(h)}`),h.startsWith("data:")||h.startsWith("{"))return{uri:h,isOnChain:!0,isEncoded:!1};throw new Po({uri:e})}function Hl(e){if(typeof e!="object"||!("image"in e)&&!("image_url"in e)&&!("image_data"in e))throw new Uy({data:e});return e.image||e.image_url||e.image_data}async function qy({gatewayUrls:e,uri:t}){try{const n=await fetch(t).then(r=>r.json());return await Oo({gatewayUrls:e,uri:Hl(n)})}catch{throw new Po({uri:t})}}async function Oo({gatewayUrls:e,uri:t}){const{uri:n,isOnChain:s}=Bl({uri:t,gatewayUrls:e});if(s||await Gy(n))return n;throw new Po({uri:t})}function Yy(e){let t=e;t.startsWith("did:nft:")&&(t=t.replace("did:nft:","").replace(/_/g,"/"));const[n,s,r]=t.split("/"),[o,a]=n.split(":"),[i,l]=s.split(":");if(!o||o.toLowerCase()!=="eip155")throw new Lt({reason:"Only EIP-155 supported"});if(!a)throw new Lt({reason:"Chain ID not found"});if(!l)throw new Lt({reason:"Contract address not found"});if(!r)throw new Lt({reason:"Token ID not found"});if(!i)throw new Lt({reason:"ERC namespace not found"});return{chainID:Number.parseInt(a,10),namespace:i.toLowerCase(),contractAddress:l,tokenID:r}}async function Qy(e,{nft:t}){if(t.namespace==="erc721")return lr(e,{address:t.contractAddress,abi:[{name:"tokenURI",type:"function",stateMutability:"view",inputs:[{name:"tokenId",type:"uint256"}],outputs:[{name:"",type:"string"}]}],functionName:"tokenURI",args:[BigInt(t.tokenID)]});if(t.namespace==="erc1155")return lr(e,{address:t.contractAddress,abi:[{name:"uri",type:"function",stateMutability:"view",inputs:[{name:"_id",type:"uint256"}],outputs:[{name:"",type:"string"}]}],functionName:"uri",args:[BigInt(t.tokenID)]});throw new Vy({namespace:t.namespace})}async function Ky(e,{gatewayUrls:t,record:n}){return/eip155:/i.test(n)?Jy(e,{gatewayUrls:t,record:n}):Oo({uri:n,gatewayUrls:t})}async function Jy(e,{gatewayUrls:t,record:n}){const s=Yy(n),r=await Qy(e,{nft:s}),{uri:o,isOnChain:a,isEncoded:i}=Bl({uri:r,gatewayUrls:t});if(a&&(o.includes("data:application/json;base64,")||o.startsWith("{"))){const u=i?atob(o.replace("data:application/json;base64,","")):o,d=JSON.parse(u);return Oo({uri:Hl(d),gatewayUrls:t})}let l=s.tokenID;return s.namespace==="erc1155"&&(l=l.replace("0x","").padStart(64,"0")),qy({gatewayUrls:t,uri:o.replace(/(?:0x)?{id}/,l)})}async function Xy(e,t){const{blockNumber:n,blockTag:s,key:r,name:o,gatewayUrls:a,strict:i}=t,{chain:l}=e,u=(()=>{if(t.universalResolverAddress)return t.universalResolverAddress;if(!l)throw new Error("client chain not configured. universalResolverAddress is required.");return jo({blockNumber:n,chain:l,contract:"ensUniversalResolver"})})(),d=l?.ensTlds;if(d&&!d.some(f=>o.endsWith(f)))return null;try{const f={address:u,abi:Zg,args:[ol(cy(o)),So({abi:Ta,functionName:"text",args:[oy(o),r]}),a??[Nr]],functionName:"resolveWithGateways",blockNumber:n,blockTag:s},p=await Ir(e,lr,"readContract")(f);if(p[0]==="0x")return null;const g=Co({abi:Ta,functionName:"text",data:p[0]});return g===""?null:g}catch(f){if(i)throw f;if(kl(f))return null;throw f}}async function Zy(e,{blockNumber:t,blockTag:n,assetGatewayUrls:s,name:r,gatewayUrls:o,strict:a,universalResolverAddress:i}){const l=await Ir(e,Xy,"getEnsText")({blockNumber:t,blockTag:n,key:"avatar",name:r,universalResolverAddress:i,gatewayUrls:o,strict:a});if(!l)return null;try{return await Ky(e,{record:l,gatewayUrls:s})}catch{return null}}async function ev(e,t){const{address:n,blockNumber:s,blockTag:r,coinType:o=60n,gatewayUrls:a,strict:i}=t,{chain:l}=e,u=(()=>{if(t.universalResolverAddress)return t.universalResolverAddress;if(!l)throw new Error("client chain not configured. universalResolverAddress is required.");return jo({blockNumber:s,chain:l,contract:"ensUniversalResolver"})})();try{const d={address:u,abi:eb,args:[n,o,a??[Nr]],functionName:"reverseWithGateways",blockNumber:s,blockTag:r},f=Ir(e,lr,"readContract"),[h]=await f(d);return h||null}catch(d){if(i)throw d;if(kl(d))return null;throw d}}function tv(e,t){if(!ke(e,{strict:!1}))throw new ot({address:e});if(!ke(t,{strict:!1}))throw new ot({address:t});return e.toLowerCase()===t.toLowerCase()}const Rn=new go(8192);function nv(e,{enabled:t=!0,id:n}){if(!t||!n)return e();if(Rn.get(n))return Rn.get(n);const s=e().finally(()=>Rn.delete(n));return Rn.set(n,s),s}async function rv(e){return new Promise(t=>setTimeout(t,e))}function _l(e,{delay:t=100,retryCount:n=2,shouldRetry:s=()=>!0}={}){return new Promise((r,o)=>{const a=async({count:i=0}={})=>{const l=async({error:u})=>{const d=typeof t=="function"?t({count:i,error:u}):t;d&&await rv(d),a({count:i+1})};try{const u=await e();r(u)}catch(u){if(i<n&&await s({count:i,error:u}))return l({error:u});o(u)}};a()})}function sv(e,t={}){return async(n,s={})=>{const{dedupe:r=!1,methods:o,retryDelay:a=150,retryCount:i=3,uid:l}={...t,...s},{method:u}=n;if(o?.exclude?.includes(u))throw new Xe(new Error("method not supported"),{method:u});if(o?.include&&!o.include.includes(u))throw new Xe(new Error("method not supported"),{method:u});const d=r?ho(`${l}.${Me(n)}`):void 0;return nv(()=>_l(async()=>{try{return await e(n)}catch(f){const h=f;switch(h.code){case Gt.code:throw new Gt(h);case qt.code:throw new qt(h);case Yt.code:throw new Yt(h,{method:n.method});case Qt.code:throw new Qt(h);case it.code:throw new it(h);case Kt.code:throw new Kt(h);case Jt.code:throw new Jt(h);case Ge.code:throw new Ge(h);case Xt.code:throw new Xt(h);case Xe.code:throw new Xe(h,{method:n.method});case jt.code:throw new jt(h);case Zt.code:throw new Zt(h);case he.code:throw new he(h);case en.code:throw new en(h);case tn.code:throw new tn(h);case nn.code:throw new nn(h);case rn.code:throw new rn(h);case ct.code:throw new ct(h);case sn.code:throw new sn(h);case on.code:throw new on(h);case an.code:throw new an(h);case cn.code:throw new cn(h);case ln.code:throw new ln(h);case un.code:throw new un(h);case dn.code:throw new dn(h);case 5e3:throw new he(h);default:throw f instanceof T?f:new uy(h)}}},{delay:({count:f,error:h})=>{if(h&&h instanceof nt){const p=h?.headers?.get("Retry-After");if(p?.match(/\d/))return Number.parseInt(p,10)*1e3}return~~(1<<f)*a},retryCount:i,shouldRetry:({error:f})=>ov(f)}),{enabled:r,id:d})}}function ov(e){return"code"in e&&typeof e.code=="number"?e.code===-1||e.code===jt.code||e.code===it.code:e instanceof nt&&e.status?e.status===403||e.status===408||e.status===413||e.status===429||e.status===500||e.status===502||e.status===503||e.status===504:!0}class av extends T{constructor({callbackSelector:t,cause:n,data:s,extraData:r,sender:o,urls:a}){super(n.shortMessage||"An error occurred while fetching for an offchain result.",{cause:n,metaMessages:[...n.metaMessages||[],n.metaMessages?.length?"":[],"Offchain Gateway Call:",a&&[" Gateway URL(s):",...a.map(i=>` ${Cn(i)}`)],` Sender: ${o}`,` Data: ${s}`,` Callback selector: ${t}`,` Extra data: ${r}`].flat(),name:"OffchainLookupError"})}}class iv extends T{constructor({result:t,url:n}){super("Offchain gateway response is malformed. Response data must be a hex value.",{metaMessages:[`Gateway URL: ${Cn(n)}`,`Response: ${Me(t)}`],name:"OffchainLookupResponseMalformedError"})}}class cv extends T{constructor({sender:t,to:n}){super("Reverted sender address does not match target contract address (`to`).",{metaMessages:[`Contract address: ${n}`,`OffchainLookup sender address: ${t}`],name:"OffchainLookupSenderMismatchError"})}}const lv="0x556f1830",Wl={name:"OffchainLookup",type:"error",inputs:[{name:"sender",type:"address"},{name:"urls",type:"string[]"},{name:"callData",type:"bytes"},{name:"callbackFunction",type:"bytes4"},{name:"extraData",type:"bytes"}]};async function uv(e,{blockNumber:t,blockTag:n,data:s,to:r}){const{args:o}=Ol({data:s,abi:[Wl]}),[a,i,l,u,d]=o,{ccipRead:f}=e,h=f&&typeof f?.request=="function"?f.request:Gl;try{if(!tv(r,a))throw new cv({sender:a,to:r});const p=i.includes(Nr)?await Al({data:l,ccipRequest:h}):await h({data:l,sender:a,urls:i}),{data:g}=await Ul(e,{blockNumber:t,blockTag:n,data:Qe([u,vn([{type:"bytes"},{type:"bytes"}],[p,d])]),to:r});return g}catch(p){throw new av({callbackSelector:u,cause:p,data:s,extraData:d,sender:a,urls:i})}}async function Gl({data:e,sender:t,urls:n}){let s=new Error("An unknown error occurred.");for(let r=0;r<n.length;r++){const o=n[r],a=o.includes("{data}")?"GET":"POST",i=a==="POST"?{data:e,sender:t}:void 0,l=a==="POST"?{"Content-Type":"application/json"}:{};try{const u=await fetch(o.replace("{sender}",t.toLowerCase()).replace("{data}",e),{body:JSON.stringify(i),headers:l,method:a});let d;if(u.headers.get("Content-Type")?.startsWith("application/json")?d=(await u.json()).data:d=await u.text(),!u.ok){s=new nt({body:i,details:d?.error?Me(d.error):u.statusText,headers:u.headers,status:u.status,url:o});continue}if(!ut(d)){s=new iv({result:d,url:o});continue}return d}catch(u){s=new nt({body:i,details:u.message,url:o})}}throw s}const dv=Object.freeze(Object.defineProperty({__proto__:null,ccipRequest:Gl,offchainLookup:uv,offchainLookupAbiItem:Wl,offchainLookupSignature:lv},Symbol.toStringTag,{value:"Module"}));function fv(e){return{formatters:void 0,fees:void 0,serializers:void 0,...e}}function ql(e,{errorInstance:t=new Error("timed out"),timeout:n,signal:s}){return new Promise((r,o)=>{(async()=>{let a;try{const i=new AbortController;n>0&&(a=setTimeout(()=>{s?i.abort():o(t)},n)),r(await e({signal:i?.signal||null}))}catch(i){i?.name==="AbortError"&&o(t),o(i)}finally{clearTimeout(a)}})()})}function hv(){return{current:0,take(){return this.current++},reset(){this.current=0}}}const Wa=hv();function pv(e,t={}){return{async request(n){const{body:s,fetchFn:r=t.fetchFn??fetch,onRequest:o=t.onRequest,onResponse:a=t.onResponse,timeout:i=t.timeout??1e4}=n,l={...t.fetchOptions??{},...n.fetchOptions??{}},{headers:u,method:d,signal:f}=l;try{const h=await ql(async({signal:g})=>{const m={...l,body:Array.isArray(s)?Me(s.map(C=>({jsonrpc:"2.0",id:C.id??Wa.take(),...C}))):Me({jsonrpc:"2.0",id:s.id??Wa.take(),...s}),headers:{"Content-Type":"application/json",...u},method:d||"POST",signal:f||(i>0?g:null)},y=new Request(e,m),x=await o?.(y,m)??{...m,url:e};return await r(x.url??e,x)},{errorInstance:new Ba({body:s,url:e}),timeout:i,signal:!0});a&&await a(h);let p;if(h.headers.get("Content-Type")?.startsWith("application/json"))p=await h.json();else{p=await h.text();try{p=JSON.parse(p||"{}")}catch(g){if(h.ok)throw g;p={error:p}}}if(!h.ok)throw new nt({body:s,details:Me(p.error)||h.statusText,headers:h.headers,status:h.status,url:e});return p}catch(h){throw h instanceof nt||h instanceof Ba?h:new nt({body:s,cause:h,url:e})}}}}function Yl(e,t,n){const s=e[t.name];if(typeof s=="function")return s;const r=e[n];return typeof r=="function"?r:o=>t(e,o)}const Yn="2.22.1",mv=()=>`@wagmi/core@${Yn}`;var Ql=function(e,t,n,s){if(n==="a"&&!s)throw new TypeError("Private accessor was defined without a getter");if(typeof t=="function"?e!==t||!s:!t.has(e))throw new TypeError("Cannot read private member from an object whose class did not declare it");return n==="m"?s:n==="a"?s.call(e):s?s.value:t.get(e)},ur,Kl;let No=class ks extends Error{get docsBaseUrl(){return"https://wagmi.sh/core"}get version(){return mv()}constructor(t,n={}){super(),ur.add(this),Object.defineProperty(this,"details",{enumerable:!0,configurable:!0,writable:!0,value:void 0}),Object.defineProperty(this,"docsPath",{enumerable:!0,configurable:!0,writable:!0,value:void 0}),Object.defineProperty(this,"metaMessages",{enumerable:!0,configurable:!0,writable:!0,value:void 0}),Object.defineProperty(this,"shortMessage",{enumerable:!0,configurable:!0,writable:!0,value:void 0}),Object.defineProperty(this,"name",{enumerable:!0,configurable:!0,writable:!0,value:"WagmiCoreError"});const s=n.cause instanceof ks?n.cause.details:n.cause?.message?n.cause.message:n.details,r=n.cause instanceof ks&&n.cause.docsPath||n.docsPath;this.message=[t||"An error occurred.","",...n.metaMessages?[...n.metaMessages,""]:[],...r?[`Docs: ${this.docsBaseUrl}${r}.html${n.docsSlug?`#${n.docsSlug}`:""}`]:[],...s?[`Details: ${s}`]:[],`Version: ${this.version}`].join(`
|
|
42
|
+
`),n.cause&&(this.cause=n.cause),this.details=s,this.docsPath=r,this.metaMessages=n.metaMessages,this.shortMessage=t}walk(t){return Ql(this,ur,"m",Kl).call(this,this,t)}};ur=new WeakSet,Kl=function e(t,n){return n?.(t)?t:t.cause?Ql(this,ur,"m",e).call(this,t.cause,n):t};class As extends No{constructor(){super("Chain not configured."),Object.defineProperty(this,"name",{enumerable:!0,configurable:!0,writable:!0,value:"ChainNotConfiguredError"})}}const Rs=256;let Dn=Rs,Ln;function Jl(e=11){if(!Ln||Dn+e>Rs*2){Ln="",Dn=0;for(let t=0;t<Rs;t++)Ln+=(256+Math.random()*256|0).toString(16).substring(1)}return Ln.substring(Dn,Dn+++e)}function gv(e){const{batch:t,chain:n,ccipRead:s,key:r="base",name:o="Base Client",type:a="base"}=e,i=e.experimental_blockTag??(typeof n?.experimental_preconfirmationTime=="number"?"pending":void 0),l=n?.blockTime??12e3,u=Math.min(Math.max(Math.floor(l/2),500),4e3),d=e.pollingInterval??u,f=e.cacheTime??d,h=e.account?Or(e.account):void 0,{config:p,request:g,value:m}=e.transport({chain:n,pollingInterval:d}),y={...p,...m},x={account:h,batch:t,cacheTime:f,ccipRead:s,chain:n,key:r,name:o,pollingInterval:d,request:g,transport:y,type:a,uid:Jl(),...i?{experimental_blockTag:i}:{}};function v(C){return E=>{const w=E(C);for(const S in x)delete w[S];const j={...C,...w};return Object.assign(j,{extend:v(j)})}}return Object.assign(x,{extend:v(x)})}function bv({key:e,methods:t,name:n,request:s,retryCount:r=3,retryDelay:o=150,timeout:a,type:i},l){const u=Jl();return{config:{key:e,methods:t,name:n,request:s,retryCount:r,retryDelay:o,timeout:a,type:i},request:sv(s,{methods:t,retryCount:r,retryDelay:o,uid:u}),value:l}}class yv extends T{constructor(){super("No URL was provided to the Transport. Please provide a valid RPC URL to the Transport.",{docsPath:"/docs/clients/intro",name:"UrlRequiredError"})}}function vv(e,t={}){const{batch:n,fetchFn:s,fetchOptions:r,key:o="http",methods:a,name:i="HTTP JSON-RPC",onFetchRequest:l,onFetchResponse:u,retryDelay:d,raw:f}=t;return({chain:h,retryCount:p,timeout:g})=>{const{batchSize:m=1e3,wait:y=0}=typeof n=="object"?n:{},x=t.retryCount??p,v=g??t.timeout??1e4,C=h?.rpcUrls.default.http[0];if(!C)throw new yv;const E=pv(C,{fetchFn:s,fetchOptions:r,onRequest:l,onResponse:u,timeout:v});return bv({key:o,methods:a,name:i,async request({method:w,params:j}){const S={method:w,params:j},{schedule:P}=zl({id:C,wait:y,shouldSplitBatch(A){return A.length>m},fn:A=>E.request({body:A}),sort:(A,D)=>A.id-D.id}),O=async A=>n?P(A):[await E.request({body:A})],[{error:M,result:k}]=await O(S);if(f)return{error:M,result:k};if(M)throw new Eo({body:S,error:M,url:C});return k},retryCount:x,retryDelay:d,timeout:v,type:"http"},{fetchOptions:r,url:C})}}function Ga(e){return e.state.chainId}function xv(e,t){const{chainId:n,...s}=t,r=e.getClient({chainId:n});return Yl(r,Zy,"getEnsAvatar")(s)}function wv(e,t){const{chainId:n,...s}=t,r=e.getClient({chainId:n});return Yl(r,ev,"getEnsName")(s)}let Xr=!1;async function Cv(e,t={}){if(Xr)return[];Xr=!0,e.setState(u=>({...u,status:u.current?"reconnecting":"connecting"}));const n=[];if(t.connectors?.length)for(const u of t.connectors){let d;typeof u=="function"?d=e._internal.connectors.setup(u):d=u,n.push(d)}else n.push(...e.connectors);let s;try{s=await e.storage?.getItem("recentConnectorId")}catch{}const r={};for(const[,u]of e.state.connections)r[u.connector.id]=1;s&&(r[s]=0);const o=Object.keys(r).length>0?[...n].sort((u,d)=>(r[u.id]??10)-(r[d.id]??10)):n;let a=!1;const i=[],l=[];for(const u of o){const d=await u.getProvider().catch(()=>{});if(!d||l.some(p=>p===d)||!await u.isAuthorized())continue;const h=await u.connect({isReconnecting:!0}).catch(()=>null);h&&(u.emitter.off("connect",e._internal.events.connect),u.emitter.on("change",e._internal.events.change),u.emitter.on("disconnect",e._internal.events.disconnect),e.setState(p=>{const g=new Map(a?p.connections:new Map).set(u.uid,{accounts:h.accounts,chainId:h.chainId,connector:u});return{...p,current:a?p.current:u.uid,connections:g}}),i.push({accounts:h.accounts,chainId:h.chainId,connector:u}),l.push(d),a=!0)}return(e.state.status==="reconnecting"||e.state.status==="connecting")&&(a?e.setState(u=>({...u,status:"connected"})):e.setState(u=>({...u,connections:new Map,current:null,status:"disconnected"}))),Xr=!1,i}class ht extends No{constructor(){super("Provider not found."),Object.defineProperty(this,"name",{enumerable:!0,configurable:!0,writable:!0,value:"ProviderNotFoundError"})}}function Sv(e,t){const{onChange:n}=t;return e.subscribe(s=>s.chainId,n)}Io.type="injected";function Io(e={}){const{shimDisconnect:t=!0,unstable_shimAsyncInject:n}=e;function s(){const l=e.target;if(typeof l=="function"){const u=l();if(u)return u}return typeof l=="object"?l:typeof l=="string"?{...jv[l]??{id:l,name:`${l[0].toUpperCase()}${l.slice(1)}`,provider:`is${l[0].toUpperCase()}${l.slice(1)}`}}:{id:"injected",name:"Injected",provider(u){return u?.ethereum}}}let r,o,a,i;return l=>({get icon(){return s().icon},get id(){return s().id},get name(){return s().name},get supportsSimulation(){return!0},type:Io.type,async setup(){const u=await this.getProvider();u?.on&&e.target&&(a||(a=this.onConnect.bind(this),u.on("connect",a)),r||(r=this.onAccountsChanged.bind(this),u.on("accountsChanged",r)))},async connect({chainId:u,isReconnecting:d,withCapabilities:f}={}){const h=await this.getProvider();if(!h)throw new ht;let p=[];if(d)p=await this.getAccounts().catch(()=>[]);else if(t)try{p=(await h.request({method:"wallet_requestPermissions",params:[{eth_accounts:{}}]}))[0]?.caveats?.[0]?.value?.map(m=>An(m)),p.length>0&&(p=await this.getAccounts())}catch(g){const m=g;if(m.code===he.code)throw new he(m);if(m.code===Ge.code)throw m}try{!p?.length&&!d&&(p=(await h.request({method:"eth_requestAccounts"})).map(y=>An(y))),a&&(h.removeListener("connect",a),a=void 0),r||(r=this.onAccountsChanged.bind(this),h.on("accountsChanged",r)),o||(o=this.onChainChanged.bind(this),h.on("chainChanged",o)),i||(i=this.onDisconnect.bind(this),h.on("disconnect",i));let g=await this.getChainId();return u&&g!==u&&(g=(await this.switchChain({chainId:u}).catch(y=>{if(y.code===he.code)throw y;return{id:g}}))?.id??g),t&&await l.storage?.removeItem(`${this.id}.disconnected`),e.target||await l.storage?.setItem("injected.connected",!0),{accounts:f?p.map(m=>({address:m,capabilities:{}})):p,chainId:g}}catch(g){const m=g;throw m.code===he.code?new he(m):m.code===Ge.code?new Ge(m):m}},async disconnect(){const u=await this.getProvider();if(!u)throw new ht;o&&(u.removeListener("chainChanged",o),o=void 0),i&&(u.removeListener("disconnect",i),i=void 0),a||(a=this.onConnect.bind(this),u.on("connect",a));try{await ql(()=>u.request({method:"wallet_revokePermissions",params:[{eth_accounts:{}}]}),{timeout:100})}catch{}t&&await l.storage?.setItem(`${this.id}.disconnected`,!0),e.target||await l.storage?.removeItem("injected.connected")},async getAccounts(){const u=await this.getProvider();if(!u)throw new ht;return(await u.request({method:"eth_accounts"})).map(f=>An(f))},async getChainId(){const u=await this.getProvider();if(!u)throw new ht;const d=await u.request({method:"eth_chainId"});return Number(d)},async getProvider(){if(typeof window>"u")return;let u;const d=s();return typeof d.provider=="function"?u=d.provider(window):typeof d.provider=="string"?u=Qn(window,d.provider):u=d.provider,u&&!u.removeListener&&("off"in u&&typeof u.off=="function"?u.removeListener=u.off:u.removeListener=()=>{}),u},async isAuthorized(){try{if(t&&await l.storage?.getItem(`${this.id}.disconnected`)||!e.target&&!await l.storage?.getItem("injected.connected"))return!1;if(!await this.getProvider()){if(n!==void 0&&n!==!1){const h=async()=>(typeof window<"u"&&window.removeEventListener("ethereum#initialized",h),!!await this.getProvider()),p=typeof n=="number"?n:1e3;if(await Promise.race([...typeof window<"u"?[new Promise(m=>window.addEventListener("ethereum#initialized",()=>m(h()),{once:!0}))]:[],new Promise(m=>setTimeout(()=>m(h()),p))]))return!0}throw new ht}return!!(await _l(()=>this.getAccounts())).length}catch{return!1}},async switchChain({addEthereumChainParameter:u,chainId:d}){const f=await this.getProvider();if(!f)throw new ht;const h=l.chains.find(g=>g.id===d);if(!h)throw new ct(new As);const p=new Promise(g=>{const m=(y=>{"chainId"in y&&y.chainId===d&&(l.emitter.off("change",m),g())});l.emitter.on("change",m)});try{return await Promise.all([f.request({method:"wallet_switchEthereumChain",params:[{chainId:Z(d)}]}).then(async()=>{await this.getChainId()===d&&l.emitter.emit("change",{chainId:d})}),p]),h}catch(g){const m=g;if(m.code===4902||m?.data?.originalError?.code===4902)try{const{default:y,...x}=h.blockExplorers??{};let v;u?.blockExplorerUrls?v=u.blockExplorerUrls:y&&(v=[y.url,...Object.values(x).map(w=>w.url)]);let C;u?.rpcUrls?.length?C=u.rpcUrls:C=[h.rpcUrls.default?.http[0]??""];const E={blockExplorerUrls:v,chainId:Z(d),chainName:u?.chainName??h.name,iconUrls:u?.iconUrls,nativeCurrency:u?.nativeCurrency??h.nativeCurrency,rpcUrls:C};return await Promise.all([f.request({method:"wallet_addEthereumChain",params:[E]}).then(async()=>{if(await this.getChainId()===d)l.emitter.emit("change",{chainId:d});else throw new he(new Error("User rejected switch after adding network."))}),p]),h}catch(y){throw new he(y)}throw m.code===he.code?new he(m):new ct(m)}},async onAccountsChanged(u){if(u.length===0)this.onDisconnect();else if(l.emitter.listenerCount("connect")){const d=(await this.getChainId()).toString();this.onConnect({chainId:d}),t&&await l.storage?.removeItem(`${this.id}.disconnected`)}else l.emitter.emit("change",{accounts:u.map(d=>An(d))})},onChainChanged(u){const d=Number(u);l.emitter.emit("change",{chainId:d})},async onConnect(u){const d=await this.getAccounts();if(d.length===0)return;const f=Number(u.chainId);l.emitter.emit("connect",{accounts:d,chainId:f});const h=await this.getProvider();h&&(a&&(h.removeListener("connect",a),a=void 0),r||(r=this.onAccountsChanged.bind(this),h.on("accountsChanged",r)),o||(o=this.onChainChanged.bind(this),h.on("chainChanged",o)),i||(i=this.onDisconnect.bind(this),h.on("disconnect",i)))},async onDisconnect(u){const d=await this.getProvider();u&&u.code===1013&&d&&(await this.getAccounts()).length||(l.emitter.emit("disconnect"),d&&(o&&(d.removeListener("chainChanged",o),o=void 0),i&&(d.removeListener("disconnect",i),i=void 0),a||(a=this.onConnect.bind(this),d.on("connect",a))))}})}const jv={coinbaseWallet:{id:"coinbaseWallet",name:"Coinbase Wallet",provider(e){return e?.coinbaseWalletExtension?e.coinbaseWalletExtension:Qn(e,"isCoinbaseWallet")}},metaMask:{id:"metaMask",name:"MetaMask",provider(e){return Qn(e,t=>{if(!t.isMetaMask||t.isBraveWallet&&!t._events&&!t._state)return!1;const n=["isApexWallet","isAvalanche","isBitKeep","isBlockWallet","isKuCoinWallet","isMathWallet","isOkxWallet","isOKExWallet","isOneInchIOSWallet","isOneInchAndroidWallet","isOpera","isPhantom","isPortal","isRabby","isTokenPocket","isTokenary","isUniswapWallet","isZerion"];for(const s of n)if(t[s])return!1;return!0})}},phantom:{id:"phantom",name:"Phantom",provider(e){return e?.phantom?.ethereum?e.phantom?.ethereum:Qn(e,"isPhantom")}}};function Qn(e,t){function n(r){return typeof t=="function"?t(r):typeof t=="string"?r[t]:!0}const s=e.ethereum;if(s?.providers)return s.providers.find(r=>n(r));if(s&&n(s))return s}function Ev(e){if(typeof window>"u")return;const t=n=>e(n.detail);return window.addEventListener("eip6963:announceProvider",t),window.dispatchEvent(new CustomEvent("eip6963:requestProvider")),()=>window.removeEventListener("eip6963:announceProvider",t)}function Pv(){const e=new Set;let t=[];const n=()=>Ev(r=>{t.some(({info:o})=>o.uuid===r.info.uuid)||(t=[...t,r],e.forEach(o=>o(t,{added:[r]})))});let s=n();return{_listeners(){return e},clear(){e.forEach(r=>r([],{removed:[...t]})),t=[]},destroy(){this.clear(),e.clear(),s?.()},findProvider({rdns:r}){return t.find(o=>o.info.rdns===r)},getProviders(){return t},reset(){this.clear(),s?.(),s=n()},subscribe(r,{emitImmediately:o}={}){return e.add(r),o&&r(t,{added:t}),()=>e.delete(r)}}}const Ov=e=>(t,n,s)=>{const r=s.subscribe;return s.subscribe=(a,i,l)=>{let u=a;if(i){const d=l?.equalityFn||Object.is;let f=a(s.getState());u=h=>{const p=a(h);if(!d(f,p)){const g=f;i(f=p,g)}},l?.fireImmediately&&i(f,f)}return r(u)},e(t,n,s)},Nv=Ov;function Iv(e,t){let n;try{n=e()}catch{return}return{getItem:r=>{var o;const a=l=>l===null?null:JSON.parse(l,void 0),i=(o=n.getItem(r))!=null?o:null;return i instanceof Promise?i.then(a):a(i)},setItem:(r,o)=>n.setItem(r,JSON.stringify(o,void 0)),removeItem:r=>n.removeItem(r)}}const Ds=e=>t=>{try{const n=e(t);return n instanceof Promise?n:{then(s){return Ds(s)(n)},catch(s){return this}}}catch(n){return{then(s){return this},catch(s){return Ds(s)(n)}}}},Mv=(e,t)=>(n,s,r)=>{let o={storage:Iv(()=>localStorage),partialize:m=>m,version:0,merge:(m,y)=>({...y,...m}),...t},a=!1;const i=new Set,l=new Set;let u=o.storage;if(!u)return e((...m)=>{console.warn(`[zustand persist middleware] Unable to update item '${o.name}', the given storage is currently unavailable.`),n(...m)},s,r);const d=()=>{const m=o.partialize({...s()});return u.setItem(o.name,{state:m,version:o.version})},f=r.setState;r.setState=(m,y)=>{f(m,y),d()};const h=e((...m)=>{n(...m),d()},s,r);r.getInitialState=()=>h;let p;const g=()=>{var m,y;if(!u)return;a=!1,i.forEach(v=>{var C;return v((C=s())!=null?C:h)});const x=((y=o.onRehydrateStorage)==null?void 0:y.call(o,(m=s())!=null?m:h))||void 0;return Ds(u.getItem.bind(u))(o.name).then(v=>{if(v)if(typeof v.version=="number"&&v.version!==o.version){if(o.migrate)return[!0,o.migrate(v.state,v.version)];console.error("State loaded from storage couldn't be migrated since no migrate function was provided")}else return[!1,v.state];return[!1,void 0]}).then(v=>{var C;const[E,w]=v;if(p=o.merge(w,(C=s())!=null?C:h),n(p,!0),E)return d()}).then(()=>{x?.(p,void 0),p=s(),a=!0,l.forEach(v=>v(p))}).catch(v=>{x?.(void 0,v)})};return r.persist={setOptions:m=>{o={...o,...m},m.storage&&(u=m.storage)},clearStorage:()=>{u?.removeItem(o.name)},getOptions:()=>o,rehydrate:()=>g(),hasHydrated:()=>a,onHydrate:m=>(i.add(m),()=>{i.delete(m)}),onFinishHydration:m=>(l.add(m),()=>{l.delete(m)})},o.skipHydration||g(),p||h},Tv=Mv,qa=e=>{let t;const n=new Set,s=(u,d)=>{const f=typeof u=="function"?u(t):u;if(!Object.is(f,t)){const h=t;t=d??(typeof f!="object"||f===null)?f:Object.assign({},t,f),n.forEach(p=>p(t,h))}},r=()=>t,i={setState:s,getState:r,getInitialState:()=>l,subscribe:u=>(n.add(u),()=>n.delete(u))},l=t=e(s,r,i);return i},Zr=e=>e?qa(e):qa;var es={exports:{}},Ya;function kv(){return Ya||(Ya=1,(function(e){var t=Object.prototype.hasOwnProperty,n="~";function s(){}Object.create&&(s.prototype=Object.create(null),new s().__proto__||(n=!1));function r(l,u,d){this.fn=l,this.context=u,this.once=d||!1}function o(l,u,d,f,h){if(typeof d!="function")throw new TypeError("The listener must be a function");var p=new r(d,f||l,h),g=n?n+u:u;return l._events[g]?l._events[g].fn?l._events[g]=[l._events[g],p]:l._events[g].push(p):(l._events[g]=p,l._eventsCount++),l}function a(l,u){--l._eventsCount===0?l._events=new s:delete l._events[u]}function i(){this._events=new s,this._eventsCount=0}i.prototype.eventNames=function(){var u=[],d,f;if(this._eventsCount===0)return u;for(f in d=this._events)t.call(d,f)&&u.push(n?f.slice(1):f);return Object.getOwnPropertySymbols?u.concat(Object.getOwnPropertySymbols(d)):u},i.prototype.listeners=function(u){var d=n?n+u:u,f=this._events[d];if(!f)return[];if(f.fn)return[f.fn];for(var h=0,p=f.length,g=new Array(p);h<p;h++)g[h]=f[h].fn;return g},i.prototype.listenerCount=function(u){var d=n?n+u:u,f=this._events[d];return f?f.fn?1:f.length:0},i.prototype.emit=function(u,d,f,h,p,g){var m=n?n+u:u;if(!this._events[m])return!1;var y=this._events[m],x=arguments.length,v,C;if(y.fn){switch(y.once&&this.removeListener(u,y.fn,void 0,!0),x){case 1:return y.fn.call(y.context),!0;case 2:return y.fn.call(y.context,d),!0;case 3:return y.fn.call(y.context,d,f),!0;case 4:return y.fn.call(y.context,d,f,h),!0;case 5:return y.fn.call(y.context,d,f,h,p),!0;case 6:return y.fn.call(y.context,d,f,h,p,g),!0}for(C=1,v=new Array(x-1);C<x;C++)v[C-1]=arguments[C];y.fn.apply(y.context,v)}else{var E=y.length,w;for(C=0;C<E;C++)switch(y[C].once&&this.removeListener(u,y[C].fn,void 0,!0),x){case 1:y[C].fn.call(y[C].context);break;case 2:y[C].fn.call(y[C].context,d);break;case 3:y[C].fn.call(y[C].context,d,f);break;case 4:y[C].fn.call(y[C].context,d,f,h);break;default:if(!v)for(w=1,v=new Array(x-1);w<x;w++)v[w-1]=arguments[w];y[C].fn.apply(y[C].context,v)}}return!0},i.prototype.on=function(u,d,f){return o(this,u,d,f,!1)},i.prototype.once=function(u,d,f){return o(this,u,d,f,!0)},i.prototype.removeListener=function(u,d,f,h){var p=n?n+u:u;if(!this._events[p])return this;if(!d)return a(this,p),this;var g=this._events[p];if(g.fn)g.fn===d&&(!h||g.once)&&(!f||g.context===f)&&a(this,p);else{for(var m=0,y=[],x=g.length;m<x;m++)(g[m].fn!==d||h&&!g[m].once||f&&g[m].context!==f)&&y.push(g[m]);y.length?this._events[p]=y.length===1?y[0]:y:a(this,p)}return this},i.prototype.removeAllListeners=function(u){var d;return u?(d=n?n+u:u,this._events[d]&&a(this,d)):(this._events=new s,this._eventsCount=0),this},i.prototype.off=i.prototype.removeListener,i.prototype.addListener=i.prototype.on,i.prefixed=n,i.EventEmitter=i,e.exports=i})(es)),es.exports}var Av=kv();const Rv=Hi(Av);class Dv{constructor(t){Object.defineProperty(this,"uid",{enumerable:!0,configurable:!0,writable:!0,value:t}),Object.defineProperty(this,"_emitter",{enumerable:!0,configurable:!0,writable:!0,value:new Rv})}on(t,n){this._emitter.on(t,n)}once(t,n){this._emitter.once(t,n)}off(t,n){this._emitter.off(t,n)}emit(t,...n){const s=n[0];this._emitter.emit(t,{uid:this.uid,...s})}listenerCount(t){return this._emitter.listenerCount(t)}}function Lv(e){return new Dv(e)}function Fv(e,t){return JSON.parse(e,(n,s)=>{let r=s;return r?.__type==="bigint"&&(r=BigInt(r.value)),r?.__type==="Map"&&(r=new Map(r.value)),t?.(n,r)??r})}function Qa(e,t){return e.slice(0,t).join(".")||"."}function Ka(e,t){const{length:n}=e;for(let s=0;s<n;++s)if(e[s]===t)return s+1;return 0}function $v(e,t){const n=typeof e=="function",s=typeof t=="function",r=[],o=[];return function(i,l){if(typeof l=="object")if(r.length){const u=Ka(r,this);u===0?r[r.length]=this:(r.splice(u),o.splice(u)),o[o.length]=i;const d=Ka(r,l);if(d!==0)return s?t.call(this,i,l,Qa(o,d)):`[ref=${Qa(o,d)}]`}else r[0]=l,o[0]=i;return n?e.call(this,i,l):l}}function zv(e,t,n,s){return JSON.stringify(e,$v((r,o)=>{let a=o;return typeof a=="bigint"&&(a={__type:"bigint",value:o.toString()}),a instanceof Map&&(a={__type:"Map",value:Array.from(o.entries())}),t?.(r,a)??a},s),n??void 0)}function Uv(e){const{deserialize:t=Fv,key:n="wagmi",serialize:s=zv,storage:r=Xl}=e;function o(a){return a instanceof Promise?a.then(i=>i).catch(()=>null):a}return{...r,key:n,async getItem(a,i){const l=r.getItem(`${n}.${a}`),u=await o(l);return u?t(u)??null:i??null},async setItem(a,i){const l=`${n}.${a}`;i===null?await o(r.removeItem(l)):await o(r.setItem(l,s(i)))},async removeItem(a){await o(r.removeItem(`${n}.${a}`))}}}const Xl={getItem:()=>null,setItem:()=>{},removeItem:()=>{}};function Vv(){const e=typeof window<"u"&&window.localStorage?window.localStorage:Xl;return{getItem(t){return e.getItem(t)},removeItem(t){e.removeItem(t)},setItem(t,n){try{e.setItem(t,n)}catch{}}}}const Ls=256;let Fn=Ls,$n;function Bv(e=11){if(!$n||Fn+e>Ls*2){$n="",Fn=0;for(let t=0;t<Ls;t++)$n+=(256+Math.random()*256|0).toString(16).substring(1)}return $n.substring(Fn,Fn+++e)}function Hv(e){const{multiInjectedProviderDiscovery:t=!0,storage:n=Uv({storage:Vv()}),syncConnectedChain:s=!0,ssr:r=!1,...o}=e,a=typeof window<"u"&&t?Pv():void 0,i=Zr(()=>o.chains),l=Zr(()=>{const w=[],j=new Set;for(const S of o.connectors??[]){const P=u(S);if(w.push(P),!r&&P.rdns){const O=typeof P.rdns=="string"?[P.rdns]:P.rdns;for(const M of O)j.add(M)}}if(!r&&a){const S=a.getProviders();for(const P of S)j.has(P.info.rdns)||w.push(u(d(P)))}return w});function u(w){const j=Lv(Bv()),S={...w({emitter:j,chains:i.getState(),storage:n,transports:o.transports}),emitter:j,uid:j.uid};return j.on("connect",C),S.setup?.(),S}function d(w){const{info:j}=w,S=w.provider;return Io({target:{...j,id:j.rdns,provider:S}})}const f=new Map;function h(w={}){const j=w.chainId??y.getState().chainId,S=i.getState().find(O=>O.id===j);if(w.chainId&&!S)throw new As;{const O=f.get(y.getState().chainId);if(O&&!S)return O;if(!S)throw new As}{const O=f.get(j);if(O)return O}let P;if(o.client)P=o.client({chain:S});else{const O=S.id,M=i.getState().map(D=>D.id),k={},A=Object.entries(o);for(const[D,z]of A)if(!(D==="chains"||D==="client"||D==="connectors"||D==="transports"))if(typeof z=="object")if(O in z)k[D]=z[O];else{if(M.some(B=>B in z))continue;k[D]=z}else k[D]=z;P=gv({...k,chain:S,batch:k.batch??{multicall:!0},transport:D=>o.transports[O]({...D,connectors:l})})}return f.set(j,P),P}function p(){return{chainId:i.getState()[0].id,connections:new Map,current:null,status:"disconnected"}}let g;const m="0.0.0-canary-";Yn.startsWith(m)?g=Number.parseInt(Yn.replace(m,""),10):g=Number.parseInt(Yn.split(".")[0]??"0",10);const y=Zr(Nv(n?Tv(p,{migrate(w,j){if(j===g)return w;const S=p(),P=x(w,S.chainId);return{...S,chainId:P}},name:"store",partialize(w){return{connections:{__type:"Map",value:Array.from(w.connections.entries()).map(([j,S])=>{const{id:P,name:O,type:M,uid:k}=S.connector;return[j,{...S,connector:{id:P,name:O,type:M,uid:k}}]})},chainId:w.chainId,current:w.current}},merge(w,j){typeof w=="object"&&w&&"status"in w&&delete w.status;const S=x(w,j.chainId);return{...j,...w,chainId:S}},skipHydration:r,storage:n,version:g}):p));y.setState(p());function x(w,j){return w&&typeof w=="object"&&"chainId"in w&&typeof w.chainId=="number"&&i.getState().some(S=>S.id===w.chainId)?w.chainId:j}s&&y.subscribe(({connections:w,current:j})=>j?w.get(j)?.chainId:void 0,w=>{if(i.getState().some(S=>S.id===w))return y.setState(S=>({...S,chainId:w??S.chainId}))}),a?.subscribe(w=>{const j=new Set,S=new Set;for(const O of l.getState())if(j.add(O.id),O.rdns){const M=typeof O.rdns=="string"?[O.rdns]:O.rdns;for(const k of M)S.add(k)}const P=[];for(const O of w){if(S.has(O.info.rdns))continue;const M=u(d(O));j.has(M.id)||P.push(M)}n&&!y.persist.hasHydrated()||l.setState(O=>[...O,...P],!0)});function v(w){y.setState(j=>{const S=j.connections.get(w.uid);return S?{...j,connections:new Map(j.connections).set(w.uid,{accounts:w.accounts??S.accounts,chainId:w.chainId??S.chainId,connector:S.connector})}:j})}function C(w){y.getState().status==="connecting"||y.getState().status==="reconnecting"||y.setState(j=>{const S=l.getState().find(P=>P.uid===w.uid);return S?(S.emitter.listenerCount("connect")&&S.emitter.off("connect",v),S.emitter.listenerCount("change")||S.emitter.on("change",v),S.emitter.listenerCount("disconnect")||S.emitter.on("disconnect",E),{...j,connections:new Map(j.connections).set(w.uid,{accounts:w.accounts,chainId:w.chainId,connector:S}),current:w.uid,status:"connected"}):j})}function E(w){y.setState(j=>{const S=j.connections.get(w.uid);if(S){const O=S.connector;O.emitter.listenerCount("change")&&S.connector.emitter.off("change",v),O.emitter.listenerCount("disconnect")&&S.connector.emitter.off("disconnect",E),O.emitter.listenerCount("connect")||S.connector.emitter.on("connect",C)}if(j.connections.delete(w.uid),j.connections.size===0)return{...j,connections:new Map,current:null,status:"disconnected"};const P=j.connections.values().next().value;return{...j,connections:new Map(j.connections),current:P.connector.uid}})}return{get chains(){return i.getState()},get connectors(){return l.getState()},storage:n,getClient:h,get state(){return y.getState()},setState(w){let j;typeof w=="function"?j=w(y.getState()):j=w;const S=p();typeof j!="object"&&(j=S),Object.keys(S).some(O=>!(O in j))&&(j=S),y.setState(j,!0)},subscribe(w,j,S){return y.subscribe(w,j,S?{...S,fireImmediately:S.emitImmediately}:void 0)},_internal:{mipd:a,async revalidate(){const w=y.getState(),j=w.connections;let S=w.current;for(const[,P]of j){const O=P.connector;O.isAuthorized&&await O.isAuthorized()||(j.delete(O.uid),S===O.uid&&(S=null))}y.setState(P=>({...P,connections:j,current:S}))},store:y,ssr:!!r,syncConnectedChain:s,transports:o.transports,chains:{setState(w){const j=typeof w=="function"?w(i.getState()):w;if(j.length!==0)return i.setState(j,!0)},subscribe(w){return i.subscribe(w)}},connectors:{providerDetailToConnector:d,setup:u,setState(w){return l.setState(typeof w=="function"?w(l.getState()):w,!0)},subscribe(w){return l.subscribe(w)}},events:{change:v,connect:C,disconnect:E}}}}function _v(e,t){const{initialState:n,reconnectOnMount:s}=t;return n&&!e._internal.store.persist.hasHydrated()&&e.setState({...n,chainId:e.chains.some(r=>r.id===n.chainId)?n.chainId:e.chains[0].id,connections:s?n.connections:new Map,status:s?"reconnecting":"disconnected"}),{async onMount(){e._internal.ssr&&(await e._internal.store.persist.rehydrate(),e._internal.mipd&&e._internal.connectors.setState(r=>{const o=new Set;for(const l of r??[])if(l.rdns){const u=Array.isArray(l.rdns)?l.rdns:[l.rdns];for(const d of u)o.add(d)}const a=[],i=e._internal.mipd?.getProviders()??[];for(const l of i){if(o.has(l.info.rdns))continue;const u=e._internal.connectors.providerDetailToConnector(l),d=e._internal.connectors.setup(u);a.push(d)}return[...r,...a]})),s?Cv(e):e.storage&&e.setState(r=>({...r,connections:new Map}))}}}function Wv(e){const{children:t,config:n,initialState:s,reconnectOnMount:r=!0}=e,{onMount:o}=_v(n,{initialState:s,reconnectOnMount:r});n._internal.ssr||o();const a=b.useRef(!0);return b.useEffect(()=>{if(a.current&&n._internal.ssr)return o(),()=>{a.current=!1}},[]),t}const Zl=b.createContext(void 0);function Gv(e){const{children:t,config:n}=e,s={value:n};return b.createElement(Wv,e,b.createElement(Zl.Provider,s,t))}const qv="2.19.2",Yv=()=>`wagmi@${qv}`;class Qv extends No{constructor(){super(...arguments),Object.defineProperty(this,"name",{enumerable:!0,configurable:!0,writable:!0,value:"WagmiError"})}get docsBaseUrl(){return"https://wagmi.sh/react"}get version(){return Yv()}}class Kv extends Qv{constructor(){super("`useConfig` must be used within `WagmiProvider`.",{docsPath:"/api/WagmiProvider"}),Object.defineProperty(this,"name",{enumerable:!0,configurable:!0,writable:!0,value:"WagmiProviderNotFoundError"})}}function Mo(e={}){const t=e.config??b.useContext(Zl);if(!t)throw new Kv;return t}var Sn=class{constructor(){this.listeners=new Set,this.subscribe=this.subscribe.bind(this)}subscribe(e){return this.listeners.add(e),this.onSubscribe(),()=>{this.listeners.delete(e),this.onUnsubscribe()}}hasListeners(){return this.listeners.size>0}onSubscribe(){}onUnsubscribe(){}},Jv={setTimeout:(e,t)=>setTimeout(e,t),clearTimeout:e=>clearTimeout(e),setInterval:(e,t)=>setInterval(e,t),clearInterval:e=>clearInterval(e)},Xv=class{#e=Jv;#t=!1;setTimeoutProvider(e){this.#e=e}setTimeout(e,t){return this.#e.setTimeout(e,t)}clearTimeout(e){this.#e.clearTimeout(e)}setInterval(e,t){return this.#e.setInterval(e,t)}clearInterval(e){this.#e.clearInterval(e)}},Ze=new Xv;function Zv(e){setTimeout(e,0)}var lt=typeof window>"u"||"Deno"in globalThis;function me(){}function ex(e,t){return typeof e=="function"?e(t):e}function Fs(e){return typeof e=="number"&&e>=0&&e!==1/0}function eu(e,t){return Math.max(e+(t||0)-Date.now(),0)}function qe(e,t){return typeof e=="function"?e(t):e}function we(e,t){return typeof e=="function"?e(t):e}function Ja(e,t){const{type:n="all",exact:s,fetchStatus:r,predicate:o,queryKey:a,stale:i}=e;if(a){if(s){if(t.queryHash!==To(a,t.options))return!1}else if(!hn(t.queryKey,a))return!1}if(n!=="all"){const l=t.isActive();if(n==="active"&&!l||n==="inactive"&&l)return!1}return!(typeof i=="boolean"&&t.isStale()!==i||r&&r!==t.state.fetchStatus||o&&!o(t))}function Xa(e,t){const{exact:n,status:s,predicate:r,mutationKey:o}=e;if(o){if(!t.options.mutationKey)return!1;if(n){if(fn(t.options.mutationKey)!==fn(o))return!1}else if(!hn(t.options.mutationKey,o))return!1}return!(s&&t.state.status!==s||r&&!r(t))}function To(e,t){return(t?.queryKeyHashFn||fn)(e)}function fn(e){return JSON.stringify(e,(t,n)=>zs(n)?Object.keys(n).sort().reduce((s,r)=>(s[r]=n[r],s),{}):n)}function hn(e,t){return e===t?!0:typeof e!=typeof t?!1:e&&t&&typeof e=="object"&&typeof t=="object"?Object.keys(t).every(n=>hn(e[n],t[n])):!1}var tx=Object.prototype.hasOwnProperty;function tu(e,t){if(e===t)return e;const n=Za(e)&&Za(t);if(!n&&!(zs(e)&&zs(t)))return t;const r=(n?e:Object.keys(e)).length,o=n?t:Object.keys(t),a=o.length,i=n?new Array(a):{};let l=0;for(let u=0;u<a;u++){const d=n?u:o[u],f=e[d],h=t[d];if(f===h){i[d]=f,(n?u<r:tx.call(e,d))&&l++;continue}if(f===null||h===null||typeof f!="object"||typeof h!="object"){i[d]=h;continue}const p=tu(f,h);i[d]=p,p===f&&l++}return r===a&&l===r?e:i}function $s(e,t){if(!t||Object.keys(e).length!==Object.keys(t).length)return!1;for(const n in e)if(e[n]!==t[n])return!1;return!0}function Za(e){return Array.isArray(e)&&e.length===Object.keys(e).length}function zs(e){if(!ei(e))return!1;const t=e.constructor;if(t===void 0)return!0;const n=t.prototype;return!(!ei(n)||!n.hasOwnProperty("isPrototypeOf")||Object.getPrototypeOf(e)!==Object.prototype)}function ei(e){return Object.prototype.toString.call(e)==="[object Object]"}function nx(e){return new Promise(t=>{Ze.setTimeout(t,e)})}function Us(e,t,n){return typeof n.structuralSharing=="function"?n.structuralSharing(e,t):n.structuralSharing!==!1?tu(e,t):t}function rx(e,t,n=0){const s=[...e,t];return n&&s.length>n?s.slice(1):s}function sx(e,t,n=0){const s=[t,...e];return n&&s.length>n?s.slice(0,-1):s}var ko=Symbol();function nu(e,t){return!e.queryFn&&t?.initialPromise?()=>t.initialPromise:!e.queryFn||e.queryFn===ko?()=>Promise.reject(new Error(`Missing queryFn: '${e.queryHash}'`)):e.queryFn}function ox(e,t){return typeof e=="function"?e(...t):!!e}var ax=class extends Sn{#e;#t;#n;constructor(){super(),this.#n=e=>{if(!lt&&window.addEventListener){const t=()=>e();return window.addEventListener("visibilitychange",t,!1),()=>{window.removeEventListener("visibilitychange",t)}}}}onSubscribe(){this.#t||this.setEventListener(this.#n)}onUnsubscribe(){this.hasListeners()||(this.#t?.(),this.#t=void 0)}setEventListener(e){this.#n=e,this.#t?.(),this.#t=e(t=>{typeof t=="boolean"?this.setFocused(t):this.onFocus()})}setFocused(e){this.#e!==e&&(this.#e=e,this.onFocus())}onFocus(){const e=this.isFocused();this.listeners.forEach(t=>{t(e)})}isFocused(){return typeof this.#e=="boolean"?this.#e:globalThis.document?.visibilityState!=="hidden"}},Ao=new ax;function Vs(){let e,t;const n=new Promise((r,o)=>{e=r,t=o});n.status="pending",n.catch(()=>{});function s(r){Object.assign(n,r),delete n.resolve,delete n.reject}return n.resolve=r=>{s({status:"fulfilled",value:r}),e(r)},n.reject=r=>{s({status:"rejected",reason:r}),t(r)},n}var ix=Zv;function cx(){let e=[],t=0,n=i=>{i()},s=i=>{i()},r=ix;const o=i=>{t?e.push(i):r(()=>{n(i)})},a=()=>{const i=e;e=[],i.length&&r(()=>{s(()=>{i.forEach(l=>{n(l)})})})};return{batch:i=>{let l;t++;try{l=i()}finally{t--,t||a()}return l},batchCalls:i=>(...l)=>{o(()=>{i(...l)})},schedule:o,setNotifyFunction:i=>{n=i},setBatchNotifyFunction:i=>{s=i},setScheduler:i=>{r=i}}}var ue=cx(),lx=class extends Sn{#e=!0;#t;#n;constructor(){super(),this.#n=e=>{if(!lt&&window.addEventListener){const t=()=>e(!0),n=()=>e(!1);return window.addEventListener("online",t,!1),window.addEventListener("offline",n,!1),()=>{window.removeEventListener("online",t),window.removeEventListener("offline",n)}}}}onSubscribe(){this.#t||this.setEventListener(this.#n)}onUnsubscribe(){this.hasListeners()||(this.#t?.(),this.#t=void 0)}setEventListener(e){this.#n=e,this.#t?.(),this.#t=e(this.setOnline.bind(this))}setOnline(e){this.#e!==e&&(this.#e=e,this.listeners.forEach(n=>{n(e)}))}isOnline(){return this.#e}},dr=new lx;function ux(e){return Math.min(1e3*2**e,3e4)}function ru(e){return(e??"online")==="online"?dr.isOnline():!0}var Bs=class extends Error{constructor(e){super("CancelledError"),this.revert=e?.revert,this.silent=e?.silent}};function su(e){let t=!1,n=0,s;const r=Vs(),o=()=>r.status!=="pending",a=m=>{if(!o()){const y=new Bs(m);h(y),e.onCancel?.(y)}},i=()=>{t=!0},l=()=>{t=!1},u=()=>Ao.isFocused()&&(e.networkMode==="always"||dr.isOnline())&&e.canRun(),d=()=>ru(e.networkMode)&&e.canRun(),f=m=>{o()||(s?.(),r.resolve(m))},h=m=>{o()||(s?.(),r.reject(m))},p=()=>new Promise(m=>{s=y=>{(o()||u())&&m(y)},e.onPause?.()}).then(()=>{s=void 0,o()||e.onContinue?.()}),g=()=>{if(o())return;let m;const y=n===0?e.initialPromise:void 0;try{m=y??e.fn()}catch(x){m=Promise.reject(x)}Promise.resolve(m).then(f).catch(x=>{if(o())return;const v=e.retry??(lt?0:3),C=e.retryDelay??ux,E=typeof C=="function"?C(n,x):C,w=v===!0||typeof v=="number"&&n<v||typeof v=="function"&&v(n,x);if(t||!w){h(x);return}n++,e.onFail?.(n,x),nx(E).then(()=>u()?void 0:p()).then(()=>{t?h(x):g()})})};return{promise:r,status:()=>r.status,cancel:a,continue:()=>(s?.(),r),cancelRetry:i,continueRetry:l,canStart:d,start:()=>(d()?g():p().then(g),r)}}var ou=class{#e;destroy(){this.clearGcTimeout()}scheduleGc(){this.clearGcTimeout(),Fs(this.gcTime)&&(this.#e=Ze.setTimeout(()=>{this.optionalRemove()},this.gcTime))}updateGcTime(e){this.gcTime=Math.max(this.gcTime||0,e??(lt?1/0:300*1e3))}clearGcTimeout(){this.#e&&(Ze.clearTimeout(this.#e),this.#e=void 0)}},dx=class extends ou{#e;#t;#n;#s;#r;#i;#a;constructor(e){super(),this.#a=!1,this.#i=e.defaultOptions,this.setOptions(e.options),this.observers=[],this.#s=e.client,this.#n=this.#s.getQueryCache(),this.queryKey=e.queryKey,this.queryHash=e.queryHash,this.#e=ni(this.options),this.state=e.state??this.#e,this.scheduleGc()}get meta(){return this.options.meta}get promise(){return this.#r?.promise}setOptions(e){if(this.options={...this.#i,...e},this.updateGcTime(this.options.gcTime),this.state&&this.state.data===void 0){const t=ni(this.options);t.data!==void 0&&(this.setState(ti(t.data,t.dataUpdatedAt)),this.#e=t)}}optionalRemove(){!this.observers.length&&this.state.fetchStatus==="idle"&&this.#n.remove(this)}setData(e,t){const n=Us(this.state.data,e,this.options);return this.#o({data:n,type:"success",dataUpdatedAt:t?.updatedAt,manual:t?.manual}),n}setState(e,t){this.#o({type:"setState",state:e,setStateOptions:t})}cancel(e){const t=this.#r?.promise;return this.#r?.cancel(e),t?t.then(me).catch(me):Promise.resolve()}destroy(){super.destroy(),this.cancel({silent:!0})}reset(){this.destroy(),this.setState(this.#e)}isActive(){return this.observers.some(e=>we(e.options.enabled,this)!==!1)}isDisabled(){return this.getObserversCount()>0?!this.isActive():this.options.queryFn===ko||this.state.dataUpdateCount+this.state.errorUpdateCount===0}isStatic(){return this.getObserversCount()>0?this.observers.some(e=>qe(e.options.staleTime,this)==="static"):!1}isStale(){return this.getObserversCount()>0?this.observers.some(e=>e.getCurrentResult().isStale):this.state.data===void 0||this.state.isInvalidated}isStaleByTime(e=0){return this.state.data===void 0?!0:e==="static"?!1:this.state.isInvalidated?!0:!eu(this.state.dataUpdatedAt,e)}onFocus(){this.observers.find(t=>t.shouldFetchOnWindowFocus())?.refetch({cancelRefetch:!1}),this.#r?.continue()}onOnline(){this.observers.find(t=>t.shouldFetchOnReconnect())?.refetch({cancelRefetch:!1}),this.#r?.continue()}addObserver(e){this.observers.includes(e)||(this.observers.push(e),this.clearGcTimeout(),this.#n.notify({type:"observerAdded",query:this,observer:e}))}removeObserver(e){this.observers.includes(e)&&(this.observers=this.observers.filter(t=>t!==e),this.observers.length||(this.#r&&(this.#a?this.#r.cancel({revert:!0}):this.#r.cancelRetry()),this.scheduleGc()),this.#n.notify({type:"observerRemoved",query:this,observer:e}))}getObserversCount(){return this.observers.length}invalidate(){this.state.isInvalidated||this.#o({type:"invalidate"})}async fetch(e,t){if(this.state.fetchStatus!=="idle"&&this.#r?.status()!=="rejected"){if(this.state.data!==void 0&&t?.cancelRefetch)this.cancel({silent:!0});else if(this.#r)return this.#r.continueRetry(),this.#r.promise}if(e&&this.setOptions(e),!this.options.queryFn){const i=this.observers.find(l=>l.options.queryFn);i&&this.setOptions(i.options)}const n=new AbortController,s=i=>{Object.defineProperty(i,"signal",{enumerable:!0,get:()=>(this.#a=!0,n.signal)})},r=()=>{const i=nu(this.options,t),u=(()=>{const d={client:this.#s,queryKey:this.queryKey,meta:this.meta};return s(d),d})();return this.#a=!1,this.options.persister?this.options.persister(i,u,this):i(u)},a=(()=>{const i={fetchOptions:t,options:this.options,queryKey:this.queryKey,client:this.#s,state:this.state,fetchFn:r};return s(i),i})();this.options.behavior?.onFetch(a,this),this.#t=this.state,(this.state.fetchStatus==="idle"||this.state.fetchMeta!==a.fetchOptions?.meta)&&this.#o({type:"fetch",meta:a.fetchOptions?.meta}),this.#r=su({initialPromise:t?.initialPromise,fn:a.fetchFn,onCancel:i=>{i instanceof Bs&&i.revert&&this.setState({...this.#t,fetchStatus:"idle"}),n.abort()},onFail:(i,l)=>{this.#o({type:"failed",failureCount:i,error:l})},onPause:()=>{this.#o({type:"pause"})},onContinue:()=>{this.#o({type:"continue"})},retry:a.options.retry,retryDelay:a.options.retryDelay,networkMode:a.options.networkMode,canRun:()=>!0});try{const i=await this.#r.start();if(i===void 0)throw new Error(`${this.queryHash} data is undefined`);return this.setData(i),this.#n.config.onSuccess?.(i,this),this.#n.config.onSettled?.(i,this.state.error,this),i}catch(i){if(i instanceof Bs){if(i.silent)return this.#r.promise;if(i.revert){if(this.state.data===void 0)throw i;return this.state.data}}throw this.#o({type:"error",error:i}),this.#n.config.onError?.(i,this),this.#n.config.onSettled?.(this.state.data,i,this),i}finally{this.scheduleGc()}}#o(e){const t=n=>{switch(e.type){case"failed":return{...n,fetchFailureCount:e.failureCount,fetchFailureReason:e.error};case"pause":return{...n,fetchStatus:"paused"};case"continue":return{...n,fetchStatus:"fetching"};case"fetch":return{...n,...au(n.data,this.options),fetchMeta:e.meta??null};case"success":const s={...n,...ti(e.data,e.dataUpdatedAt),dataUpdateCount:n.dataUpdateCount+1,...!e.manual&&{fetchStatus:"idle",fetchFailureCount:0,fetchFailureReason:null}};return this.#t=e.manual?s:void 0,s;case"error":const r=e.error;return{...n,error:r,errorUpdateCount:n.errorUpdateCount+1,errorUpdatedAt:Date.now(),fetchFailureCount:n.fetchFailureCount+1,fetchFailureReason:r,fetchStatus:"idle",status:"error"};case"invalidate":return{...n,isInvalidated:!0};case"setState":return{...n,...e.state}}};this.state=t(this.state),ue.batch(()=>{this.observers.forEach(n=>{n.onQueryUpdate()}),this.#n.notify({query:this,type:"updated",action:e})})}};function au(e,t){return{fetchFailureCount:0,fetchFailureReason:null,fetchStatus:ru(t.networkMode)?"fetching":"paused",...e===void 0&&{error:null,status:"pending"}}}function ti(e,t){return{data:e,dataUpdatedAt:t??Date.now(),error:null,isInvalidated:!1,status:"success"}}function ni(e){const t=typeof e.initialData=="function"?e.initialData():e.initialData,n=t!==void 0,s=n?typeof e.initialDataUpdatedAt=="function"?e.initialDataUpdatedAt():e.initialDataUpdatedAt:0;return{data:t,dataUpdateCount:0,dataUpdatedAt:n?s??Date.now():0,error:null,errorUpdateCount:0,errorUpdatedAt:0,fetchFailureCount:0,fetchFailureReason:null,fetchMeta:null,isInvalidated:!1,status:n?"success":"pending",fetchStatus:"idle"}}var fx=class extends Sn{constructor(e,t){super(),this.options=t,this.#e=e,this.#o=null,this.#a=Vs(),this.bindMethods(),this.setOptions(t)}#e;#t=void 0;#n=void 0;#s=void 0;#r;#i;#a;#o;#m;#f;#h;#l;#u;#c;#p=new Set;bindMethods(){this.refetch=this.refetch.bind(this)}onSubscribe(){this.listeners.size===1&&(this.#t.addObserver(this),ri(this.#t,this.options)?this.#d():this.updateResult(),this.#v())}onUnsubscribe(){this.hasListeners()||this.destroy()}shouldFetchOnReconnect(){return Hs(this.#t,this.options,this.options.refetchOnReconnect)}shouldFetchOnWindowFocus(){return Hs(this.#t,this.options,this.options.refetchOnWindowFocus)}destroy(){this.listeners=new Set,this.#x(),this.#w(),this.#t.removeObserver(this)}setOptions(e){const t=this.options,n=this.#t;if(this.options=this.#e.defaultQueryOptions(e),this.options.enabled!==void 0&&typeof this.options.enabled!="boolean"&&typeof this.options.enabled!="function"&&typeof we(this.options.enabled,this.#t)!="boolean")throw new Error("Expected enabled to be a boolean or a callback that returns a boolean");this.#C(),this.#t.setOptions(this.options),t._defaulted&&!$s(this.options,t)&&this.#e.getQueryCache().notify({type:"observerOptionsUpdated",query:this.#t,observer:this});const s=this.hasListeners();s&&si(this.#t,n,this.options,t)&&this.#d(),this.updateResult(),s&&(this.#t!==n||we(this.options.enabled,this.#t)!==we(t.enabled,this.#t)||qe(this.options.staleTime,this.#t)!==qe(t.staleTime,this.#t))&&this.#g();const r=this.#b();s&&(this.#t!==n||we(this.options.enabled,this.#t)!==we(t.enabled,this.#t)||r!==this.#c)&&this.#y(r)}getOptimisticResult(e){const t=this.#e.getQueryCache().build(this.#e,e),n=this.createResult(t,e);return px(this,n)&&(this.#s=n,this.#i=this.options,this.#r=this.#t.state),n}getCurrentResult(){return this.#s}trackResult(e,t){return new Proxy(e,{get:(n,s)=>(this.trackProp(s),t?.(s),s==="promise"&&(this.trackProp("data"),!this.options.experimental_prefetchInRender&&this.#a.status==="pending"&&this.#a.reject(new Error("experimental_prefetchInRender feature flag is not enabled"))),Reflect.get(n,s))})}trackProp(e){this.#p.add(e)}getCurrentQuery(){return this.#t}refetch({...e}={}){return this.fetch({...e})}fetchOptimistic(e){const t=this.#e.defaultQueryOptions(e),n=this.#e.getQueryCache().build(this.#e,t);return n.fetch().then(()=>this.createResult(n,t))}fetch(e){return this.#d({...e,cancelRefetch:e.cancelRefetch??!0}).then(()=>(this.updateResult(),this.#s))}#d(e){this.#C();let t=this.#t.fetch(this.options,e);return e?.throwOnError||(t=t.catch(me)),t}#g(){this.#x();const e=qe(this.options.staleTime,this.#t);if(lt||this.#s.isStale||!Fs(e))return;const n=eu(this.#s.dataUpdatedAt,e)+1;this.#l=Ze.setTimeout(()=>{this.#s.isStale||this.updateResult()},n)}#b(){return(typeof this.options.refetchInterval=="function"?this.options.refetchInterval(this.#t):this.options.refetchInterval)??!1}#y(e){this.#w(),this.#c=e,!(lt||we(this.options.enabled,this.#t)===!1||!Fs(this.#c)||this.#c===0)&&(this.#u=Ze.setInterval(()=>{(this.options.refetchIntervalInBackground||Ao.isFocused())&&this.#d()},this.#c))}#v(){this.#g(),this.#y(this.#b())}#x(){this.#l&&(Ze.clearTimeout(this.#l),this.#l=void 0)}#w(){this.#u&&(Ze.clearInterval(this.#u),this.#u=void 0)}createResult(e,t){const n=this.#t,s=this.options,r=this.#s,o=this.#r,a=this.#i,l=e!==n?e.state:this.#n,{state:u}=e;let d={...u},f=!1,h;if(t._optimisticResults){const P=this.hasListeners(),O=!P&&ri(e,t),M=P&&si(e,n,t,s);(O||M)&&(d={...d,...au(u.data,e.options)}),t._optimisticResults==="isRestoring"&&(d.fetchStatus="idle")}let{error:p,errorUpdatedAt:g,status:m}=d;h=d.data;let y=!1;if(t.placeholderData!==void 0&&h===void 0&&m==="pending"){let P;r?.isPlaceholderData&&t.placeholderData===a?.placeholderData?(P=r.data,y=!0):P=typeof t.placeholderData=="function"?t.placeholderData(this.#h?.state.data,this.#h):t.placeholderData,P!==void 0&&(m="success",h=Us(r?.data,P,t),f=!0)}if(t.select&&h!==void 0&&!y)if(r&&h===o?.data&&t.select===this.#m)h=this.#f;else try{this.#m=t.select,h=t.select(h),h=Us(r?.data,h,t),this.#f=h,this.#o=null}catch(P){this.#o=P}this.#o&&(p=this.#o,h=this.#f,g=Date.now(),m="error");const x=d.fetchStatus==="fetching",v=m==="pending",C=m==="error",E=v&&x,w=h!==void 0,S={status:m,fetchStatus:d.fetchStatus,isPending:v,isSuccess:m==="success",isError:C,isInitialLoading:E,isLoading:E,data:h,dataUpdatedAt:d.dataUpdatedAt,error:p,errorUpdatedAt:g,failureCount:d.fetchFailureCount,failureReason:d.fetchFailureReason,errorUpdateCount:d.errorUpdateCount,isFetched:d.dataUpdateCount>0||d.errorUpdateCount>0,isFetchedAfterMount:d.dataUpdateCount>l.dataUpdateCount||d.errorUpdateCount>l.errorUpdateCount,isFetching:x,isRefetching:x&&!v,isLoadingError:C&&!w,isPaused:d.fetchStatus==="paused",isPlaceholderData:f,isRefetchError:C&&w,isStale:Ro(e,t),refetch:this.refetch,promise:this.#a,isEnabled:we(t.enabled,e)!==!1};if(this.options.experimental_prefetchInRender){const P=k=>{S.status==="error"?k.reject(S.error):S.data!==void 0&&k.resolve(S.data)},O=()=>{const k=this.#a=S.promise=Vs();P(k)},M=this.#a;switch(M.status){case"pending":e.queryHash===n.queryHash&&P(M);break;case"fulfilled":(S.status==="error"||S.data!==M.value)&&O();break;case"rejected":(S.status!=="error"||S.error!==M.reason)&&O();break}}return S}updateResult(){const e=this.#s,t=this.createResult(this.#t,this.options);if(this.#r=this.#t.state,this.#i=this.options,this.#r.data!==void 0&&(this.#h=this.#t),$s(t,e))return;this.#s=t;const n=()=>{if(!e)return!0;const{notifyOnChangeProps:s}=this.options,r=typeof s=="function"?s():s;if(r==="all"||!r&&!this.#p.size)return!0;const o=new Set(r??this.#p);return this.options.throwOnError&&o.add("error"),Object.keys(this.#s).some(a=>{const i=a;return this.#s[i]!==e[i]&&o.has(i)})};this.#S({listeners:n()})}#C(){const e=this.#e.getQueryCache().build(this.#e,this.options);if(e===this.#t)return;const t=this.#t;this.#t=e,this.#n=e.state,this.hasListeners()&&(t?.removeObserver(this),e.addObserver(this))}onQueryUpdate(){this.updateResult(),this.hasListeners()&&this.#v()}#S(e){ue.batch(()=>{e.listeners&&this.listeners.forEach(t=>{t(this.#s)}),this.#e.getQueryCache().notify({query:this.#t,type:"observerResultsUpdated"})})}};function hx(e,t){return we(t.enabled,e)!==!1&&e.state.data===void 0&&!(e.state.status==="error"&&t.retryOnMount===!1)}function ri(e,t){return hx(e,t)||e.state.data!==void 0&&Hs(e,t,t.refetchOnMount)}function Hs(e,t,n){if(we(t.enabled,e)!==!1&&qe(t.staleTime,e)!=="static"){const s=typeof n=="function"?n(e):n;return s==="always"||s!==!1&&Ro(e,t)}return!1}function si(e,t,n,s){return(e!==t||we(s.enabled,e)===!1)&&(!n.suspense||e.state.status!=="error")&&Ro(e,n)}function Ro(e,t){return we(t.enabled,e)!==!1&&e.isStaleByTime(qe(t.staleTime,e))}function px(e,t){return!$s(e.getCurrentResult(),t)}function oi(e){return{onFetch:(t,n)=>{const s=t.options,r=t.fetchOptions?.meta?.fetchMore?.direction,o=t.state.data?.pages||[],a=t.state.data?.pageParams||[];let i={pages:[],pageParams:[]},l=0;const u=async()=>{let d=!1;const f=g=>{Object.defineProperty(g,"signal",{enumerable:!0,get:()=>(t.signal.aborted?d=!0:t.signal.addEventListener("abort",()=>{d=!0}),t.signal)})},h=nu(t.options,t.fetchOptions),p=async(g,m,y)=>{if(d)return Promise.reject();if(m==null&&g.pages.length)return Promise.resolve(g);const v=(()=>{const j={client:t.client,queryKey:t.queryKey,pageParam:m,direction:y?"backward":"forward",meta:t.options.meta};return f(j),j})(),C=await h(v),{maxPages:E}=t.options,w=y?sx:rx;return{pages:w(g.pages,C,E),pageParams:w(g.pageParams,m,E)}};if(r&&o.length){const g=r==="backward",m=g?mx:ai,y={pages:o,pageParams:a},x=m(s,y);i=await p(y,x,g)}else{const g=e??o.length;do{const m=l===0?a[0]??s.initialPageParam:ai(s,i);if(l>0&&m==null)break;i=await p(i,m),l++}while(l<g)}return i};t.options.persister?t.fetchFn=()=>t.options.persister?.(u,{client:t.client,queryKey:t.queryKey,meta:t.options.meta,signal:t.signal},n):t.fetchFn=u}}}function ai(e,{pages:t,pageParams:n}){const s=t.length-1;return t.length>0?e.getNextPageParam(t[s],t,n[s],n):void 0}function mx(e,{pages:t,pageParams:n}){return t.length>0?e.getPreviousPageParam?.(t[0],t,n[0],n):void 0}var gx=class extends ou{#e;#t;#n;#s;constructor(e){super(),this.#e=e.client,this.mutationId=e.mutationId,this.#n=e.mutationCache,this.#t=[],this.state=e.state||bx(),this.setOptions(e.options),this.scheduleGc()}setOptions(e){this.options=e,this.updateGcTime(this.options.gcTime)}get meta(){return this.options.meta}addObserver(e){this.#t.includes(e)||(this.#t.push(e),this.clearGcTimeout(),this.#n.notify({type:"observerAdded",mutation:this,observer:e}))}removeObserver(e){this.#t=this.#t.filter(t=>t!==e),this.scheduleGc(),this.#n.notify({type:"observerRemoved",mutation:this,observer:e})}optionalRemove(){this.#t.length||(this.state.status==="pending"?this.scheduleGc():this.#n.remove(this))}continue(){return this.#s?.continue()??this.execute(this.state.variables)}async execute(e){const t=()=>{this.#r({type:"continue"})},n={client:this.#e,meta:this.options.meta,mutationKey:this.options.mutationKey};this.#s=su({fn:()=>this.options.mutationFn?this.options.mutationFn(e,n):Promise.reject(new Error("No mutationFn found")),onFail:(o,a)=>{this.#r({type:"failed",failureCount:o,error:a})},onPause:()=>{this.#r({type:"pause"})},onContinue:t,retry:this.options.retry??0,retryDelay:this.options.retryDelay,networkMode:this.options.networkMode,canRun:()=>this.#n.canRun(this)});const s=this.state.status==="pending",r=!this.#s.canStart();try{if(s)t();else{this.#r({type:"pending",variables:e,isPaused:r}),await this.#n.config.onMutate?.(e,this,n);const a=await this.options.onMutate?.(e,n);a!==this.state.context&&this.#r({type:"pending",context:a,variables:e,isPaused:r})}const o=await this.#s.start();return await this.#n.config.onSuccess?.(o,e,this.state.context,this,n),await this.options.onSuccess?.(o,e,this.state.context,n),await this.#n.config.onSettled?.(o,null,this.state.variables,this.state.context,this,n),await this.options.onSettled?.(o,null,e,this.state.context,n),this.#r({type:"success",data:o}),o}catch(o){try{throw await this.#n.config.onError?.(o,e,this.state.context,this,n),await this.options.onError?.(o,e,this.state.context,n),await this.#n.config.onSettled?.(void 0,o,this.state.variables,this.state.context,this,n),await this.options.onSettled?.(void 0,o,e,this.state.context,n),o}finally{this.#r({type:"error",error:o})}}finally{this.#n.runNext(this)}}#r(e){const t=n=>{switch(e.type){case"failed":return{...n,failureCount:e.failureCount,failureReason:e.error};case"pause":return{...n,isPaused:!0};case"continue":return{...n,isPaused:!1};case"pending":return{...n,context:e.context,data:void 0,failureCount:0,failureReason:null,error:null,isPaused:e.isPaused,status:"pending",variables:e.variables,submittedAt:Date.now()};case"success":return{...n,data:e.data,failureCount:0,failureReason:null,error:null,status:"success",isPaused:!1};case"error":return{...n,data:void 0,error:e.error,failureCount:n.failureCount+1,failureReason:e.error,isPaused:!1,status:"error"}}};this.state=t(this.state),ue.batch(()=>{this.#t.forEach(n=>{n.onMutationUpdate(e)}),this.#n.notify({mutation:this,type:"updated",action:e})})}};function bx(){return{context:void 0,data:void 0,error:null,failureCount:0,failureReason:null,isPaused:!1,status:"idle",variables:void 0,submittedAt:0}}var yx=class extends Sn{constructor(e={}){super(),this.config=e,this.#e=new Set,this.#t=new Map,this.#n=0}#e;#t;#n;build(e,t,n){const s=new gx({client:e,mutationCache:this,mutationId:++this.#n,options:e.defaultMutationOptions(t),state:n});return this.add(s),s}add(e){this.#e.add(e);const t=zn(e);if(typeof t=="string"){const n=this.#t.get(t);n?n.push(e):this.#t.set(t,[e])}this.notify({type:"added",mutation:e})}remove(e){if(this.#e.delete(e)){const t=zn(e);if(typeof t=="string"){const n=this.#t.get(t);if(n)if(n.length>1){const s=n.indexOf(e);s!==-1&&n.splice(s,1)}else n[0]===e&&this.#t.delete(t)}}this.notify({type:"removed",mutation:e})}canRun(e){const t=zn(e);if(typeof t=="string"){const s=this.#t.get(t)?.find(r=>r.state.status==="pending");return!s||s===e}else return!0}runNext(e){const t=zn(e);return typeof t=="string"?this.#t.get(t)?.find(s=>s!==e&&s.state.isPaused)?.continue()??Promise.resolve():Promise.resolve()}clear(){ue.batch(()=>{this.#e.forEach(e=>{this.notify({type:"removed",mutation:e})}),this.#e.clear(),this.#t.clear()})}getAll(){return Array.from(this.#e)}find(e){const t={exact:!0,...e};return this.getAll().find(n=>Xa(t,n))}findAll(e={}){return this.getAll().filter(t=>Xa(e,t))}notify(e){ue.batch(()=>{this.listeners.forEach(t=>{t(e)})})}resumePausedMutations(){const e=this.getAll().filter(t=>t.state.isPaused);return ue.batch(()=>Promise.all(e.map(t=>t.continue().catch(me))))}};function zn(e){return e.options.scope?.id}var vx=class extends Sn{constructor(e={}){super(),this.config=e,this.#e=new Map}#e;build(e,t,n){const s=t.queryKey,r=t.queryHash??To(s,t);let o=this.get(r);return o||(o=new dx({client:e,queryKey:s,queryHash:r,options:e.defaultQueryOptions(t),state:n,defaultOptions:e.getQueryDefaults(s)}),this.add(o)),o}add(e){this.#e.has(e.queryHash)||(this.#e.set(e.queryHash,e),this.notify({type:"added",query:e}))}remove(e){const t=this.#e.get(e.queryHash);t&&(e.destroy(),t===e&&this.#e.delete(e.queryHash),this.notify({type:"removed",query:e}))}clear(){ue.batch(()=>{this.getAll().forEach(e=>{this.remove(e)})})}get(e){return this.#e.get(e)}getAll(){return[...this.#e.values()]}find(e){const t={exact:!0,...e};return this.getAll().find(n=>Ja(t,n))}findAll(e={}){const t=this.getAll();return Object.keys(e).length>0?t.filter(n=>Ja(e,n)):t}notify(e){ue.batch(()=>{this.listeners.forEach(t=>{t(e)})})}onFocus(){ue.batch(()=>{this.getAll().forEach(e=>{e.onFocus()})})}onOnline(){ue.batch(()=>{this.getAll().forEach(e=>{e.onOnline()})})}},xx=class{#e;#t;#n;#s;#r;#i;#a;#o;constructor(e={}){this.#e=e.queryCache||new vx,this.#t=e.mutationCache||new yx,this.#n=e.defaultOptions||{},this.#s=new Map,this.#r=new Map,this.#i=0}mount(){this.#i++,this.#i===1&&(this.#a=Ao.subscribe(async e=>{e&&(await this.resumePausedMutations(),this.#e.onFocus())}),this.#o=dr.subscribe(async e=>{e&&(await this.resumePausedMutations(),this.#e.onOnline())}))}unmount(){this.#i--,this.#i===0&&(this.#a?.(),this.#a=void 0,this.#o?.(),this.#o=void 0)}isFetching(e){return this.#e.findAll({...e,fetchStatus:"fetching"}).length}isMutating(e){return this.#t.findAll({...e,status:"pending"}).length}getQueryData(e){const t=this.defaultQueryOptions({queryKey:e});return this.#e.get(t.queryHash)?.state.data}ensureQueryData(e){const t=this.defaultQueryOptions(e),n=this.#e.build(this,t),s=n.state.data;return s===void 0?this.fetchQuery(e):(e.revalidateIfStale&&n.isStaleByTime(qe(t.staleTime,n))&&this.prefetchQuery(t),Promise.resolve(s))}getQueriesData(e){return this.#e.findAll(e).map(({queryKey:t,state:n})=>{const s=n.data;return[t,s]})}setQueryData(e,t,n){const s=this.defaultQueryOptions({queryKey:e}),o=this.#e.get(s.queryHash)?.state.data,a=ex(t,o);if(a!==void 0)return this.#e.build(this,s).setData(a,{...n,manual:!0})}setQueriesData(e,t,n){return ue.batch(()=>this.#e.findAll(e).map(({queryKey:s})=>[s,this.setQueryData(s,t,n)]))}getQueryState(e){const t=this.defaultQueryOptions({queryKey:e});return this.#e.get(t.queryHash)?.state}removeQueries(e){const t=this.#e;ue.batch(()=>{t.findAll(e).forEach(n=>{t.remove(n)})})}resetQueries(e,t){const n=this.#e;return ue.batch(()=>(n.findAll(e).forEach(s=>{s.reset()}),this.refetchQueries({type:"active",...e},t)))}cancelQueries(e,t={}){const n={revert:!0,...t},s=ue.batch(()=>this.#e.findAll(e).map(r=>r.cancel(n)));return Promise.all(s).then(me).catch(me)}invalidateQueries(e,t={}){return ue.batch(()=>(this.#e.findAll(e).forEach(n=>{n.invalidate()}),e?.refetchType==="none"?Promise.resolve():this.refetchQueries({...e,type:e?.refetchType??e?.type??"active"},t)))}refetchQueries(e,t={}){const n={...t,cancelRefetch:t.cancelRefetch??!0},s=ue.batch(()=>this.#e.findAll(e).filter(r=>!r.isDisabled()&&!r.isStatic()).map(r=>{let o=r.fetch(void 0,n);return n.throwOnError||(o=o.catch(me)),r.state.fetchStatus==="paused"?Promise.resolve():o}));return Promise.all(s).then(me)}fetchQuery(e){const t=this.defaultQueryOptions(e);t.retry===void 0&&(t.retry=!1);const n=this.#e.build(this,t);return n.isStaleByTime(qe(t.staleTime,n))?n.fetch(t):Promise.resolve(n.state.data)}prefetchQuery(e){return this.fetchQuery(e).then(me).catch(me)}fetchInfiniteQuery(e){return e.behavior=oi(e.pages),this.fetchQuery(e)}prefetchInfiniteQuery(e){return this.fetchInfiniteQuery(e).then(me).catch(me)}ensureInfiniteQueryData(e){return e.behavior=oi(e.pages),this.ensureQueryData(e)}resumePausedMutations(){return dr.isOnline()?this.#t.resumePausedMutations():Promise.resolve()}getQueryCache(){return this.#e}getMutationCache(){return this.#t}getDefaultOptions(){return this.#n}setDefaultOptions(e){this.#n=e}setQueryDefaults(e,t){this.#s.set(fn(e),{queryKey:e,defaultOptions:t})}getQueryDefaults(e){const t=[...this.#s.values()],n={};return t.forEach(s=>{hn(e,s.queryKey)&&Object.assign(n,s.defaultOptions)}),n}setMutationDefaults(e,t){this.#r.set(fn(e),{mutationKey:e,defaultOptions:t})}getMutationDefaults(e){const t=[...this.#r.values()],n={};return t.forEach(s=>{hn(e,s.mutationKey)&&Object.assign(n,s.defaultOptions)}),n}defaultQueryOptions(e){if(e._defaulted)return e;const t={...this.#n.queries,...this.getQueryDefaults(e.queryKey),...e,_defaulted:!0};return t.queryHash||(t.queryHash=To(t.queryKey,t)),t.refetchOnReconnect===void 0&&(t.refetchOnReconnect=t.networkMode!=="always"),t.throwOnError===void 0&&(t.throwOnError=!!t.suspense),!t.networkMode&&t.persister&&(t.networkMode="offlineFirst"),t.queryFn===ko&&(t.enabled=!1),t}defaultMutationOptions(e){return e?._defaulted?e:{...this.#n.mutations,...e?.mutationKey&&this.getMutationDefaults(e.mutationKey),...e,_defaulted:!0}}clear(){this.#e.clear(),this.#t.clear()}};function wx(e){return JSON.stringify(e,(t,n)=>Cx(n)?Object.keys(n).sort().reduce((s,r)=>(s[r]=n[r],s),{}):typeof n=="bigint"?n.toString():n)}function Cx(e){if(!ii(e))return!1;const t=e.constructor;if(typeof t>"u")return!0;const n=t.prototype;return!(!ii(n)||!n.hasOwnProperty("isPrototypeOf"))}function ii(e){return Object.prototype.toString.call(e)==="[object Object]"}function iu(e){const{_defaulted:t,behavior:n,gcTime:s,initialData:r,initialDataUpdatedAt:o,maxPages:a,meta:i,networkMode:l,queryFn:u,queryHash:d,queryKey:f,queryKeyHashFn:h,retry:p,retryDelay:g,structuralSharing:m,getPreviousPageParam:y,getNextPageParam:x,initialPageParam:v,_optimisticResults:C,enabled:E,notifyOnChangeProps:w,placeholderData:j,refetchInterval:S,refetchIntervalInBackground:P,refetchOnMount:O,refetchOnReconnect:M,refetchOnWindowFocus:k,retryOnMount:A,select:D,staleTime:z,suspense:$,throwOnError:B,config:W,connector:G,query:U,...H}=e;return H}function Sx(e,t={}){return{async queryFn({queryKey:n}){const{name:s,scopeKey:r,...o}=n[1];if(!s)throw new Error("name is required");return xv(e,{...o,name:s})},queryKey:jx(t)}}function jx(e={}){return["ensAvatar",iu(e)]}function Ex(e,t={}){return{async queryFn({queryKey:n}){const{address:s,scopeKey:r,...o}=n[1];if(!s)throw new Error("address is required");return wv(e,{...o,address:s})},queryKey:Px(t)}}function Px(e={}){return["ensName",iu(e)]}var cu=b.createContext(void 0),Ox=e=>{const t=b.useContext(cu);if(!t)throw new Error("No QueryClient set, use QueryClientProvider to set one");return t},Nx=({client:e,children:t})=>(b.useEffect(()=>(e.mount(),()=>{e.unmount()}),[e]),c.jsx(cu.Provider,{value:e,children:t})),lu=b.createContext(!1),Ix=()=>b.useContext(lu);lu.Provider;function Mx(){let e=!1;return{clearReset:()=>{e=!1},reset:()=>{e=!0},isReset:()=>e}}var Tx=b.createContext(Mx()),kx=()=>b.useContext(Tx),Ax=(e,t)=>{(e.suspense||e.throwOnError||e.experimental_prefetchInRender)&&(t.isReset()||(e.retryOnMount=!1))},Rx=e=>{b.useEffect(()=>{e.clearReset()},[e])},Dx=({result:e,errorResetBoundary:t,throwOnError:n,query:s,suspense:r})=>e.isError&&!t.isReset()&&!e.isFetching&&s&&(r&&e.data===void 0||ox(n,[e.error,s])),Lx=e=>{if(e.suspense){const n=r=>r==="static"?r:Math.max(r??1e3,1e3),s=e.staleTime;e.staleTime=typeof s=="function"?(...r)=>n(s(...r)):n(s),typeof e.gcTime=="number"&&(e.gcTime=Math.max(e.gcTime,1e3))}},Fx=(e,t)=>e.isLoading&&e.isFetching&&!t,$x=(e,t)=>e?.suspense&&t.isPending,ci=(e,t,n)=>t.fetchOptimistic(e).catch(()=>{n.clearReset()});function zx(e,t,n){const s=Ix(),r=kx(),o=Ox(),a=o.defaultQueryOptions(e);o.getDefaultOptions().queries?._experimental_beforeQuery?.(a),a._optimisticResults=s?"isRestoring":"optimistic",Lx(a),Ax(a,r),Rx(r);const i=!o.getQueryCache().get(a.queryHash),[l]=b.useState(()=>new t(o,a)),u=l.getOptimisticResult(a),d=!s&&e.subscribed!==!1;if(b.useSyncExternalStore(b.useCallback(f=>{const h=d?l.subscribe(ue.batchCalls(f)):me;return l.updateResult(),h},[l,d]),()=>l.getCurrentResult(),()=>l.getCurrentResult()),b.useEffect(()=>{l.setOptions(a)},[a,l]),$x(a,u))throw ci(a,l,r);if(Dx({result:u,errorResetBoundary:r,throwOnError:a.throwOnError,query:o.getQueryCache().get(a.queryHash),suspense:a.suspense}))throw u.error;return o.getDefaultOptions().queries?._experimental_afterQuery?.(a,u),a.experimental_prefetchInRender&&!lt&&Fx(u,s)&&(i?ci(a,l,r):o.getQueryCache().get(a.queryHash)?.promise)?.catch(me).finally(()=>{l.updateResult()}),a.notifyOnChangeProps?u:l.trackResult(u)}function Ux(e,t){return zx(e,fx)}function uu(e){const t=Ux({...e,queryKeyHashFn:wx});return t.queryKey=e.queryKey,t}function du(e={}){const t=Mo(e);return b.useSyncExternalStore(n=>Sv(t,{onChange:n}),()=>Ga(t),()=>Ga(t))}function Vx(e={}){const{name:t,query:n={}}=e,s=Mo(e),r=du({config:s}),o=Sx(s,{...e,chainId:e.chainId??r}),a=!!(t&&(n.enabled??!0));return uu({...n,...o,enabled:a})}function fu(e={}){const{address:t,query:n={}}=e,s=Mo(e),r=du({config:s}),o=Ex(s,{...e,chainId:e.chainId??r}),a=!!(t&&(n.enabled??!0));return uu({...n,...o,enabled:a})}function hu(e){const{address:t,chainId:n=1,size:s="14px"}=e,r={width:s,height:s},o=fu({address:t,chainId:n}),a=o.data??void 0,i=Vx({name:a}),l=i.data??Xg;return o.isLoading||i.isLoading?c.jsx("div",{className:"fade-out flex-none animate-pulse rounded-full bg-gray-400",style:r}):c.jsx("img",{alt:"ENS Avatar",className:"flex-none rounded-full object-contain",src:l,style:r})}const pu=["RENAME","DELETE","DUPLICATE"],Bx=[{value:"LOCAL",icon:c.jsx(N,{name:"Lock"}),description:"Only available to you"},{value:"CLOUD",icon:c.jsx(N,{name:"People"}),description:"Only available to people in this drive"},{value:"PUBLIC",icon:c.jsx(N,{name:"Globe"}),description:"Available to everyone",disabled:!0}],Hx={CLOUD:{title:"Secure cloud",description:"End to end encryption between members.",icon:c.jsx(N,{name:"Lock"})},LOCAL:{title:"Local",description:"Private and only available to you.",icon:c.jsx(N,{name:"Hdd"})},SWITCHBOARD:{title:"Switchboard",description:"Public and available to everyone.",icon:c.jsx(N,{name:"Drive"})}},_x={ADD_TRIGGER:{label:"Add Trigger",icon:c.jsx(N,{className:"text-orange-900",name:"Plus"})},REMOVE_TRIGGER:{label:"Remove Trigger",icon:c.jsx(N,{className:"text-orange-900",name:"Xmark"})},ADD_INVALID_TRIGGER:{label:"Add Trigger",icon:c.jsx(N,{className:"text-orange-900",name:"Exclamation"})}},Wx={DUPLICATE:{label:"Duplicate",icon:c.jsx(N,{name:"FilesEarmark"})},RENAME:{label:"Rename",icon:c.jsx(N,{name:"Pencil"})},DELETE:{label:"Delete",icon:c.jsx(N,{name:"Trash"}),className:"text-red-900"},SETTINGS:{label:"Settings",icon:c.jsx(N,{name:"Gear"})}},mu={..._x,...Wx};function gu(e){const{node:t}=e,[n,s]=b.useState(!1),r=b.useCallback(a=>{a.dataTransfer.setData("UI_NODE",JSON.stringify(t))},[t]),o=b.useCallback(()=>{s(!1)},[]);return b.useMemo(()=>({isDragging:n,dragProps:{draggable:!0,onDragStart:r,onDragEnd:o}}),[n,o,r])}const bu="powerhouse/budget-statement",Do="powerhouse/default",yu="makerdao/rwa-portfolio",Gx=[bu,Do,yu],qx="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGwAAAB4CAYAAAAXIRdAAAAACXBIWXMAACE4AAAhOAFFljFgAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAzWSURBVHgB7V1dbBXHFZ5d/wI1WMhuVBUJq1GlAg9QlZSngNU2D9BIreoYGikKUdVKjaoSklSRWol4TdWmUgs0SFVTVaqUELUKhDTlIUFqiDA8lKQ8QCvMS5PaVRAN14kMjrGN7TuZb5izPne89/r+7HrXvvNJ17s7O3v3er89Z845M3PGE+XDw58j372+Pi8bv+3n5WZV0i2l1y6EbBfLFNKT/U8fvycQGYFXznkppTi8O7fXF95eKWS3qDN4irQnM0LaPMIUOWGZ53ni0O7r3Z5o+JOQokvUMYyk9dOhSAkFhHGyfvXg/9pbVq7oU7tP8DotqzzRsb5R3Lu1Sazb2CTaOnxdtpxw9OGPI8st0nSRWGT4dgGk6je7P+xSZL0tGFkgZVvPCvHY8+2i50Cb2LKzVRHXsOzIKgVPen1HdufwEosgCPCPL/o/79n7v+79f1eD57/NVeCWnS2KrJV1Q04xCSOol7p//ysd/Xi5LSQucY1Qg3Tj57453G6Ttf3RlVqaHOagnlnf4T03sNtvnfJgoKnnmRhxPn9LdJvFyHrgh6scWUUA9Xho94d988rN8+T2QJwI27BDvTf2CtZmQbI27GgRDsURRRokTGjeIGzxkxYSpl6M8MYbtrc4ySoTNmlcwrAfN2masMMPXX+MVOHqTl9se2iFcCgfUZJG7VjcpN2VMK9xHxVAukCaQ2WwSANZBQEIEZML4MOMV9+/hQpcu1U9GGnaWjS+mt6atq32exzak9vv5eURHHxha7N48OnPiHrHQn7YQkBEZGzj7w8qokKWjLkvajX7fV+KHXSwbmOjcKgdkLS2wcefLSgzxkiEs10RfMn8rk4VanKIB8VMfjL7qzVElEjJLjpAUNdBiDZldI3l8qJWmNijuLnxdwf18V3fTJh9Mv0rUo8wB8POx3oK5JbC6s74NA3CWGuUeuzr6+PEhCZ/pXD2ewTWbYhX0yhBQuyxD9YiSFJbPzxVoWp0hEVgy674ozxkiIA0Zj16lUqZIywCLSs98XnVORs3QNqawR8diDxVpqQ5wooAPRVJtOmKmKBYlL8c0hxhRaBjqj3JxFTJ5C8S/ShJmiOsBNBjkSRpv90z8iwnrZz2zBG2ANBzgb7BpNQj98OMQVLyRt7h3hvhBfv+slY4ROOWcqTfeXVCXD03JeLEUyc+61OcEWD7kfrShTbKBNq0Bx5fpSXu/Yt3xHsXp8XI8IyYGq89Ct/f3w+GyvoiR1iFAHFo22rpka+lN8C1YRkAOdIUCRFWByiHIyxD4BGQYnUcYSmDzHqyDi3fTI8u5g61IyxlQAeCLBPNl9wA4V0xwkidIyxlKLK0KjRE0RgQzUtEX5nnrMQMAJKkCNP7fByImD+7yElY2oCE8ZAUb8t41IMsSCdhGYEiBGMSwmFxRh3ysJXedxKWMiBhCjA8fDaOURaLKToJywAMabTVkma1ZSGchGUExlpcsBPTEZYyGFHyypUrHh/kYdSiLOgzq7fulWuD0+LCycmSkXaM59i4vTmxeQY8+Ku6VxpIJYKwTZs2UVxR8m4XQl1J2DsnJ8TJn49p0kp1i+D8318Y1/UXAR4RxsnSJyyy6soPuzowpTsgK4HusByIt8PSRm9vb2S57YNhCwLrhrDBc3dENaj2unIBqYKE0chgZubP88GAuiEMbVY1gHpMEmi3sEUskQwQBfLDwn4yql83flgcXflJgVuKZjY7BX5DR5rqOrM+ZZw4cUISYZAy1aZFDt8mKXORjpRBFiIA9QgCTTk3OiRJmSMsZXCSYICoT9hHFlXfqcSUociCaa9VIYspenxCO6+/ZCQMRsOl05NiUPlFxWZHYggaohTbelpjnZSXJLgkQbpYmTY6eLcLsCQk7FZuVvz5pze1I1tqKitG58LRfU1FM3DNUgBUIkmR2Q/nQZsqBRK2JAhDOKmSOccgDqQtFRijIrQYjU8WEmUI1L5Z5gmD41rNBHGQ9kHCTm8cQBtG4BYjV5U0agplmScsN1y9ars2WF10YzERZQ1aE9gLkHmjI8sRijhAISge7aBym0w3aioDoGg9GRyeN9eHac/QrKtofVZB0XoW4cBGS5dJEbH0rMTlDJIsFqkHiqpFR1hGwC1Ec8zJCklbFKMjC+Mosg5LykKyDHEhgYkThnER5XTNg1R8bo3kE5u5n0XAD7NVot3bzHMsJqoSszqOIsugHmiAgsDc+EhUwmoZR1EvqpHMekgXDXOj6IclaXn18ROVsKyOo8giSB0iylEsQw5IS5Sw5R6liANMmrQvxh3nCGQ/+LvcwaxBO/gbzhNjEpf94G+9ICicwRIGgCFtZjqtPnRjOlIGWYXUF0bHMOPZMAE3zC0rQBsGy5DGdFBsEaDRUtwIcRKWMmDWG4K4CR8mCQvmps9qOAlLGTRqyrLlJVmKLvibMYAQMudtSzEKjrCUQQRBwniPszk3b8qRa8NSBhFGs1d46qIgYspRohIWR9rVuFK3ZnXVC2a60/G8pCq8XqIShrVcqokL8kV7OmpYwKej4Htq/y1JgKxE5oNJK4UsVKW/KBKGIdPVgGf7xGrs1ST9x7Dte+9rjvW3JAE+LpHNceap+LxFc5zX6XHulXVGor7dtYKk/20VLPMIsr5zYHUivyVuMD+Md2RGTkoHErcSkdQYD7yUlKB9wXnUi1owFQT0KAKwPmcp4tpMPl6QFbWOZxy/JW7waH3A5joTyGikIPCiWIl4S2t9UymrdRZ+S5ygDkwTmuK5fgtTkxppc35YBkAxRDqWd6H3KTzl/LCMwYxPLGi7WDwxNEYcYSmDulUUJE9dBLBVacPVaZ1KzAjsGKKVoDkkzRGWMqgfLGDj66OSgrk2LCOwMgeQpIVp95jRIZXJ71Y3SgNW+r1Gu88LvlixkVNOJaYMPpCUtjToJioA7FRixsBDU5bkaZXoJCwDCIr0MvOwlDBLCDvCUgb3u2ziuElP6tERljKMBciP57VdHK4NSxm8A5NgIvZewBI1owx1HGEpg/wwgIjzIhYtJbXoVGJGQWoRJj71hQVLIRNOPSCYn0WAz3GWPHrvCEsZlPaBEBQZTArSnFmfIfAgMElX1ExMZ3SkDPLDeBCYLENrQW493M1JWEbA1SC1WcaUDyfzOaMjo+CqMHCzV7KFoHDCg97avcwAbRVh3ihd4Gb9J4+p2wXPeDQq0gHYo6aIvEbhyVHVrLXjJNIGda5aGtmolypGhgpylwwbo4MbFxrWyrPhaCpfitlzdKIeE5osNgpT4sohSA9fzqMYQpWoDMhLVPjexWSXXnIQBYmj854cCExG7Yhoh0bA1g4D/Lw3dopOjgzNisnxyjNYO5SHmzdmxfsX5wibuJM7xZOBwXnGNmCrQhhCw5G//jOvfHFIcT2AAzSIl96cFA7xAyrtakGyNHn5zOiPh/l0I5ZGVlpkhekffFgpMj/7El10+c0pJ2UxAw9ar1pxjqUVlPnnOzs7pb2kYmDlTAzYItza6ADDF/z9L6r9IRRCypCzsEhGMYcKQc/x3ZNzy5DgWZ8aefgY1WEkFVwbRGTCwao62o7/qjiyo0E0n6ET9z+yQmzZ1WpukM35wVkHkYVm5vwxluhTzn7vqVc/p7WaHckwy1Pl7e+ZN93oXfHkgMznj9Lx+ZfvZga1sok5lAl6bliNiZMlZf7oP7x9YRNkRzqOHz8+rz1iycG0w6YlDLr0yzMH21sb1yop8zZThfsfaRWbd7YWhEscosFfbOxfPl1Iliodzn387688d+YbOrqEZw7HmWat0OJvZi3M0Erk9wglDG3Zz/66YXTGv9VD7Rlw/uVJ8dYL48okndE/Ip/Ph2+P+0R/Jj6ZFeeO3S4gS73mQ6Jp8mv/WfuHkCz27MMuFl2XpS0KrBFUYNA3JzWbYPm+6V92NTWveUvdu4sqtnX44kvbm9SnWaxW+7ak8eOo2Rc2eJ2o+nYZHZdTt1JUe70tUTDYIFX/On3HihnKyzPTt3qeeR0uVHHJ4hfY9yJ+NFnkvKEwl8t5+OKJ6Y+2Qt/SBWMqzvjP16bEsf1j4o0j47oh/eDKtH6bSPLoYx9HfXidqPrFvrOcupV+qr0e/3vuvzP6Wbz+i0/0s8Ez4mRJOXN0cmbo62+M/mDYJoBS7VH6PVMe+VKQtKGSz8Mi3POGmjzUc22v39B0gEubw8KACrwjJ75/0fvJWSojJ5nUIUkVyCLyqP0i2O2YNuvZtE0yK8MLuru7vbNnz8rDe64/KvL+E9wgcYjEgPSmX7og97/ICYLmUs8yH6H+eAwxckIfJ01LGF1EWxJP3ATeOPZxc5C3654/rm/Ir/qWumyH8rvXe8Jbr5radlGHUP/7qFKmN1XTMaC6qS7fnh7/2wHVnNBLbkcxAHssPUlXqTlhAJH4Kc1sL4jISlnaAAAAAElFTkSuQmCC",Yx="/assets/rwa-report-Bb0W5-ac.png",Qx="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGwAAAB4CAYAAAAXIRdAAAAACXBIWXMAACE4AAAhOAFFljFgAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAzzSURBVHgB7V1dbFxHFT5zdwNt+lCTJq1EItkPBKmJlCK1JW+JBTzQgkTAtUPlKAGUhzit0ki88JL4biseeCEiLQG1AqlpEaqdP/riIBFk961VHwhVUkErYUsND7FjuT9J1Nq+0zmzc8Znx/fau/buvbP2fNJm7996N/e758w538ycEVA/BP4jj/+0Ez6X+yBKHgEputWRDnW4A9YsREWcGYrBE4h6zkspAZ7pO6T2DoGEblhviBRpL/lB2iLCFDn2mBACZo/2dZcB/qzOdME6RqIsrXRmqGJ2JRSEGsI4WR8f/WHH/WLjoNp8ruYT994HcmsnyF2PAXxjB8gHNutjawmlY09nnNHuscIO5E7cIsLQqu4e7u2656twQf2cb9mTSFT39yHpfmLNEeQimzAg91iJ41ioFxKWK2nC3ZbP9nZBIv7JXaBUJCVP9Kx5oghLEoZQpMGLb1Tw4XbQcvLKZFWImYEfdCwi6ycHq1YVsIBEDsIz+3Gr4pwRGKCp+9ky4iL+lFTbLEZW/5FAVibk4PzRvkH3KN1PHg80E5H9+qO9h4AFGNqydu+FgGxEKaTpFEjzhsbWfNKihU1hv1ju3hMsq064pHELw+1mk6YJmxt46mfWFW7aogKMpyCgfiBp0rE0aseaTZomrBSJY3QArQtJC2gUNaQhWTUCBCyvKtWFCHMunm+Fdms1sO5RR4uYq+FRfDdt26oh5MD+4yCSU/rrlHqRHP4lrHcsm4ctC1GpPLjjeZNYa5hwH1Yb9keKMmtSUklNAc2AHDxx8/pJfoSCkZRkuyEgYV12T2mEAc1BWiCC1kVh/0oDkbJqv7rsH9wWCENIFXSJ6UlYPRRpz/ZBZfOO53HP5GZgtin0b8g9YpS40Pm4TrTCZdHMKFnJWINT108ODg5yYmzI3ygiCFgEuf1haCqq2uMgRotIknqn+96wGhIIS4HsfhKaD2VpKhBh3TII0aiVBcLScO/GFkXMmrQTKSfqDkICYRlIDhxpUZsu4yyVvx7SAmFZ0JpqD7QCJBhnqB9i6c8GZAJ72mULSVOByElOWj3tWSBsGWDPRaL6BlvlHnkeZgKSJVkTquPSfmD+9F8hIAMqkY5GzoF4+y1oJsSZ4Yh0RgTbTvWXZQioD9im9Q8AKIsT/363+roxAXD3NqwWlUoFGapL8QiENQpFnG7bVtEjv5regNCGeQBKpEkJAacDlCMQ5hG4ApJ1TSCsYFBYT9Ghk5vhsRoVJBBWMNAHIllGzZc8AOFdMWCsLhBWMBRZ2hUaomgMiOYlpa9MhCjRA6AlKcL0Nh8HAosnqwQLKxpoYVyS4m0ZVz0oggwW5gkUIQksuEQaOsBlK70dLKxgoIUpYOARsXGMMktTLNTCxB0l63z4PogPrwPcuQPNBo6z1DNF+XcaWQk2Vjsp3fNFwJBG79rSnLbMojDCxMh5iEZHmqLFZUFP53UJuTEO4p2x6m/A70eNcPfelnWj1AsTLYIK75ccNpC7SxS3JqH0m19p5buVZNUNo8KX4mP6t+UNIgpH41y7dk1wtoxblDyZzpUwvCHRiy+op3wCvMO0+W0FPERImMnDiEC9bZLpGovLl7DL5/WN8RZI2iu/hZwhqA3buXMnicCp4xZzzcPE22P65TswABIfXIe80Nvbm3rczcHwHQnMkbDm9tS2EhgQ5QW0KhNskHXpn8CjRL6dC2HYdunQvU2gf2tObRkGGviObRgFIICDPUzAgTvc2vIJ630MMpYB5moyp8mNPFI0s9lJ+LWJNF2bj0tUuU/b4W7zE/k0DA8PSyIMrUy1aal5GFmZN1oiJq6ygVkjOjhoZbuYk0ukCBGB7hEJNMd50CHJyrwgbCXVdtBdia1dEF04C+0MThIGIOpl+8jSrvdC/F1pTRC5BibQK7IwtNeukGmKgk9o59f74RLR/axgZK0Wj9sc3JLQutgxHXTwbheEFxYWnX8NVgJxsb3dIQJdIlmR2bbzoM0l/lkYquclFURg4cx6LU28964f4nETYIIK3JQULfJ2jMJ87DPzp8dZ6XjCZ52xRcA2jLlCe5y7Sho1hcdCj3PBSIsGnQnsNQhjOgoGSVBc7aDjLplh1JQHILWeAg4hFvow3RmaXo2a8k7pyAksWeZJs6BAxLW0oHQUDFI6yCVStIj/pLnFoHR4Ah4hmn1OVs5q/XJYYT61FpQOQlw71M2SZYIS4ZVaj0qHrovRINaC0oF5mOMOwe1t5jUWg9LhGUwPdE0Xi1E5tNUFpaNgUFiP1oVkYdSIVmeOcUtLUJoKeZgnIHeIKkdWhRwkLRBWMJg16eECPHFOgQiEFQwWDbrir50nxizOnzZsvSodBB7Wx2acopGqrN4IvkyZXe9KB76T2kH7FBnidpz7MLdlsN7HdGBkSGM6aCQwwuiJNUFIGNNRMDCs5/ohgoYJkDvk1QTCmI6CQaOmnFheUqToir9B6SgY1I1iCqzURIppyIewekjwTenIqYY/EcTG1XPrqhGB85Om2nGJkJx+MxFGI6V46aI4ZcpRLm2Y3NbVdqtOyO35LBzEQnfaX1RUhV+Xk0vcCHLXo22T6OpF73ICRYksB5NOCVk9HjFXC0O00zKNef5W0hIRbI4zL8VX0JgOrIehFA3flQldryPHJSXRwvhA0piN+E0TgXPNw1pZB74ZwN+Wtyfgaj1piPw8pWckAueeh+ENwackz4nf9aCoFeGpA9NIU7zWb21pUmNthSgdSNp8fLrauBcZParvRqvH31LkutWkIdK+rEJvkzyVb5SYBqoD3w/Vuhg4p7jJyoVOJ9xjux6HRKn8upy5RysSmpG/NW0X0xNtMOJH98r2HBdLVQmx9CiRp24VBUljOugcW5XWTjkKPc6ewNUQnQLNlrRAWMGgfjAa04HH+FoshOLbsAANp3IAWZotu8eCDqlC/rC6URHga6+IM8Nlt88Lc7GskVPBJRYMPpCU3lntxEUCcHCJnoFLU47laZcYLMwDxBm9zFyWAlOZNBBWMHje5RLHQ3pyj4GwgmEiQL6/qO3iCFFiAeBRYt8klJnaoYFRohkyIB2lI+RhRYPyMATlYSJl0VJyi8Elegpyi2hp1BcWh0o4fsBRORB8eJvk6n0grGBQQRVCnDGYFEkLYb1H4CJwzKq4uQhBR8GgPIyLwBQROgty6+FuwcI8AXeD1GaZSX220GUIOjwFd4Wxj6WL1jPi2nLn+t3tZUbQOxI2Yz+9BguVeIfaBQxm+FBtDnfUFJGngg6hCJMd+uz0FMDW9pq00G4QH43bbXX/J0zQwYOL6nW1K8/a0VRRIsHOUMhzGaZ1C7YOjbr/42g9vPxeFhZcooR/2T+Ai3kGtBbMKBIQY/FCIctU1xiztcMQ0aeJeJNOihvjINdQSTvvcOsmRO8tGMXU3BdvUpkHBCbP+B6zVSEMoXbkb9Tx8hvjytjG9CdUg6hXfg1oOnQyzObHqd2r+/87M8GnG7GFcqRDli3/EGGUMpckdg5QNDYSrKzJ0O0PzuF+Z4GwBOTvtmzZIt0lFWOnZmLMFuHWQQcy3H8relXtjusr0cpGzkFGRbGABmGDhZHzbNK9GP/e+1O21gUfMcURp1TCwVV1Srhx9gHYe08EV+hE8uMDkHQ/Wb1oiYWgA7JhcynVzJQuLtQimZfyF+U/nNNezVUyTNHmxP07i6YbHbwFYwkkp2k/uvi6XhXWqSYWUCfovuE95GQpV3j66SlhmyBX6RgaGkrcv0XjFBG4oS0MfempB+c6vg7lK0LCI3TB/L4Deu4Ul0sC0sEfbB0gjF2uIUudnfjPZ9OPPnz2ilaXzHRZO2uFSqJTrY54qTLo2JZt+/3FmU9mox7bnimULr0O0V/+CHLqpv4RSZLYpye8Ml63P4Powms1ZCmMfy43fOfk3U2WLHbvbRcLvvOyRbEzggoZjMxJzSay/MrXZrvuL3/lH+qZ6LJPx6bNMP/4HpDf3qO3XUvj+2mzL1zwa9Kud4/Rfj3XNoqVft61KAzYSsqqorcug2CaoRRw9ZPZ2Z6Oly+N436WZfE/7X4X8aPJouQND05OTgr8wzfE7GPob+kDQumM5b9fgA0vHIfyn04BqIZUfnBNP01kefRy99Ne/Jq067P+Zj3XNvpa6ef1//2j/+l7UX7p1/relNQ94mThPfw/zH13n8q5XAKo1B6V3zPHUx8Ksja8KOKyCM+80U1+caTn0IaodIJbW0BdGL89Lw//fFqM0gFKkskdklUhWUQetV8Etx3TYT0fyGjM036gu7tbjI6OyrmB/QejKHmOByQBi4Gq0ZwQZ/tvylc5Qei51L1MUtwf1xBTJ/Rx0rSF0YfoncwTvwSzcdzGL0fyLn3zoc77RPIjEcHeKIJORWCnOt0B6xMz6uZ8rNzemJwXV6fl7N8eUs0JPeSuioFwx9KTdS01JwxBJH4JoOdEKaNKcdAAAAAASUVORK5CYII=",li={[bu]:qx,[Do]:Qx,[yu]:Yx};function Kx(e,t){return t||(Gx.includes(e)?li[e]:li[Do])}const ui="SYNCING",di="SUCCESS",fi="CONFLICT",hi="MISSING",pi="ERROR",mi="INITIAL_SYNC",Jx={SYNCING:"Syncing",SUCCESS:"Synced",CONFLICT:"Error",MISSING:"Circle",ERROR:"Error",INITIAL_SYNC:"Syncing"};function Xx(e){const{syncStatus:t,className:n,overrideSyncIcons:s={},...r}=e,o={...Jx,...s};return{[mi]:c.jsx(N,{size:16,...r,className:I("text-blue-900",n),name:o[mi]}),[ui]:c.jsx(N,{size:16,...r,className:I("text-blue-900",n),name:o[ui]}),[di]:c.jsx(N,{size:16,...r,className:I("text-green-900",n),name:o[di]}),[fi]:c.jsx(N,{size:16,...r,className:I("text-orange-900",n),name:o[fi]}),[hi]:c.jsx(N,{size:16,...r,className:I("text-red-900",n),name:o[hi]}),[pi]:c.jsx(N,{size:16,...r,className:I("text-red-900",n),name:o[pi]})}[t]}function vw(e){const{fileNode:t,className:n,customDocumentIconSrc:s}=e,[r,o]=b.useState("READ"),[a,i]=b.useState(!1),[l]=Ri(),u=l?ss(l):"LOCAL",{dragProps:d}=gu({node:t}),{isAllowedToCreateDocuments:f}=Ys(),{onRenameNode:h,onDuplicateNode:p}=Qs(),g=r==="READ",m=nd(t.id,u),y={DUPLICATE:()=>p(t),RENAME:()=>o("WRITE"),DELETE:()=>Li(t)},x=Object.entries(mu).map(([O,M])=>({...M,id:O})).filter(O=>pu.includes(O.id));function v(O){h(O,t).catch(M=>{console.error(M)}).finally(()=>{o("READ")})}function C(){o("READ")}function E(O){const M=y[O];if(!M){console.error(`No handler found for dropdown menu item: ${O}`);return}M(),i(!1)}const w=Kx(t.documentType,s),j=c.jsxs("div",{className:"relative",children:[c.jsx("img",{alt:"file icon",className:"max-w-none",height:34,src:w,width:32}),g&&m&&c.jsx("div",{className:"absolute bottom-[-2px] right-0 size-3 rounded-full bg-white",children:c.jsx("div",{className:"absolute left-[-2px] top-[-2px]",children:c.jsx(Xx,{overrideSyncIcons:{SUCCESS:"CheckCircleFill"},syncStatus:m})})})]}),S=I("group flex h-12 cursor-pointer select-none items-center rounded-lg bg-gray-200 px-2 text-gray-600 hover:text-gray-800",n),P=g?c.jsxs("div",{className:"flex w-52 items-center justify-between",children:[c.jsxs("div",{className:"mr-2 truncate group-hover:mr-0",children:[c.jsx("div",{className:"max-h-6 truncate text-sm font-medium group-hover:text-gray-800",children:t.name}),c.jsx("div",{className:"max-h-6 truncate text-xs font-medium text-gray-600 group-hover:text-gray-800",children:t.documentType})]}),f?c.jsx(Er,{items:x,onItemClick:E,onOpenChange:i,open:a,children:c.jsx("button",{className:I("hidden group-hover:block",a&&"block"),onClick:O=>{O.stopPropagation(),i(!0)},children:c.jsx(N,{className:"text-gray-600",name:"VerticalDots"})})}):null]}):c.jsx(eo,{className:"ml-3 flex-1 font-medium",defaultValue:t.name,onCancel:C,onSubmit:v});return c.jsx("div",{className:"relative w-64",onClick:()=>vt(t),children:c.jsx("div",{...d,className:S,children:c.jsxs("div",{className:"flex items-center",children:[c.jsx("div",{className:"mr-1.5",children:j}),P]})})})}function xw(e){const{folderNode:t,className:n}=e,{isAllowedToCreateDocuments:s}=Ys(),[r,o]=b.useState("READ"),[a,i]=b.useState(!1),{dragProps:l}=gu({node:t}),{onRenameNode:u,onDuplicateNode:d}=Qs(),{isDropTarget:f,dropProps:h}=Yc({target:t}),p=r==="READ";function g(){o("READ")}function m(w){u(w,t).catch(j=>{console.error(j)}).finally(()=>{o("READ")})}const y={DUPLICATE:()=>d(t),RENAME:()=>o("WRITE"),DELETE:()=>Li(t)},x=Object.entries(mu).map(([w,j])=>({...j,id:w})).filter(w=>pu.includes(w.id));function v(w){const j=y[w];if(!j){console.error(`No handler found for dropdown menu item: ${w}`);return}j(),i(!1)}const C=p||!s?c.jsx("div",{className:"ml-3 max-h-6 truncate font-medium text-gray-600 group-hover:text-gray-800",children:t.name}):c.jsx(eo,{className:"ml-3 font-medium",defaultValue:t.name,onCancel:g,onSubmit:m}),E=I("group flex h-12 cursor-pointer select-none items-center rounded-lg bg-gray-200 px-2",n,f&&"bg-blue-100");return c.jsx("div",{className:"relative w-64",onClick:()=>vt(t),children:c.jsxs("div",{...l,...h,className:E,children:[c.jsxs("div",{className:"flex items-center overflow-hidden",children:[c.jsx("div",{className:"p-1",children:c.jsx("div",{className:"relative",children:c.jsx(N,{name:"FolderClose",size:24})})}),C]}),p&&s?c.jsx(Er,{items:x,onItemClick:v,onOpenChange:i,open:a,children:c.jsx("button",{className:I("ml-auto hidden group-hover:block",a&&"block"),onClick:w=>{w.stopPropagation(),i(!0)},children:c.jsx(N,{className:"text-gray-600",name:"VerticalDots"})})}):null]})})}const jn=b.forwardRef(function(t,n){const{icon:s,errorMessage:r,isDirty:o,containerClassName:a,inputClassName:i,errorMessageClassName:l,hideErrors:u=!1,...d}=t,f=t.type??"text",h=!!r;return c.jsxs("div",{children:[c.jsxs("div",{className:I("mb-1 flex gap-2 rounded-md border border-gray-200 bg-gray-50 p-3 text-black placeholder:text-gray-50",h&&"border-red-900",a),children:[s&&c.jsx("span",{className:Js((!o||h)&&"text-slate-200"),children:s}),c.jsx("input",{...d,className:I("w-full bg-transparent font-semibold outline-none",i),ref:n,type:f})]}),c.jsx("p",{className:I("hidden min-h-4 text-xs text-red-900",h&&"block",u&&"hidden",l),children:r})]})});function Zx(e){return b.forwardRef(e)}const Lo=Zx(function(t,n){const{items:s,value:r,id:o,onChange:a,containerClassName:i,menuClassName:l,itemClassName:u,absolutePositionMenu:d=!1,borderRadius:f="6px"}=t,[h,p]=b.useState(!1),g=y(r)??s[0];function m(v){v.disabled||(a(v.value),p(!1))}function y(v){return s.find(C=>C.value===v)}const x=s.filter(v=>v.value!==r);return c.jsxs("div",{className:I("border border-gray-200 bg-gray-50 text-gray-800 transition-[border-radius]",d&&"relative",i),"data-open":h,ref:n,style:{borderRadius:f},children:[c.jsxs("div",{className:I("flex min-w-[360px] cursor-pointer items-center justify-between pr-3 text-gray-800 outline-none",l),id:o,onClick:()=>p(!h),children:[c.jsx(gi,{...g,className:u}),c.jsx(N,{className:Js("transition",h?"":"-rotate-90"),name:"ChevronDown"})]}),c.jsx("div",{className:I("max-h-0 w-full overflow-hidden bg-inherit transition-[max-height] ease-in-out",h&&"max-h-screen",d&&"absolute"),style:{borderRadius:`0 0 ${f} ${f}`},children:x.map(v=>c.jsx(gi,{...v,className:u,onItemClick:()=>m(v)},v.value))})]})});function gi(e){const{className:t,disabled:n,onItemClick:s,icon:r,displayValue:o,value:a,description:i}=e;return c.jsxs("div",{className:I(n?"cursor-not-allowed text-gray-500":"text-gray-800","flex size-full cursor-pointer items-center gap-2 bg-inherit py-3 pl-3 text-start outline-none",t),onClick:s,children:[r,c.jsxs("div",{children:[c.jsx("p",{className:"capitalize text-inherit",children:o??a.toLowerCase()}),c.jsx("p",{className:"text-xs text-gray-600",children:i})]})]})}function e5(e){return{value:e.id,displayValue:e.name,icon:c.jsx(N,{name:"PowerhouseLogoSmall"}),description:"Built by Powerhouse"}}function t5(e){const{control:t,appOptions:n,...s}=e,r=n.map(e5);return c.jsx(Ai,{control:t,name:"appId",render:({field:o})=>c.jsx(Lo,{...s,...o,id:"appId",items:r})})}const n5=b.forwardRef(function(t,n){return c.jsxs("label",{className:"relative cursor-pointer items-center",htmlFor:t.id,children:[c.jsx("input",{className:"peer sr-only",ref:n,type:"checkbox",value:"",...t}),c.jsx("div",{className:"peer h-6 w-11 rounded-full bg-gray-500 after:absolute after:start-0.5 after:top-0.5 after:size-5 after:rounded-full after:border after:border-none after:bg-gray-50 after:transition-all peer-checked:bg-blue-900 peer-checked:after:translate-x-full peer-focus:outline-none"})]})}),Fo=b.forwardRef(function(t,n){return c.jsxs("div",{className:"flex items-center rounded-md border border-gray-200 bg-gray-50 p-3 text-gray-900",children:[c.jsxs("div",{className:"flex-1",children:[c.jsx("label",{className:"font-medium text-gray-900",htmlFor:"availableOffline",children:"Make available offline"}),c.jsxs("p",{className:"text-xs text-gray-600",children:["Check this options if you keep a local backup",c.jsx("br",{}),"available at all times."]})]}),c.jsx(n5,{id:"availableOffline",ref:n,...t})]})});function Kn(e){const{children:t,className:n,...s}=e;return c.jsx("label",{...s,className:I("block font-semibold text-gray-500",n),children:t})}function vu(e){const{control:t,...n}=e;return c.jsx(Ai,{control:t,name:"sharingType",render:({field:s})=>c.jsx(Lo,{...n,...s,id:"sharingType",items:Bx})})}function r5(e){const{register:t,handleSubmit:n,control:s,formState:{errors:r}}=qs({defaultValues:{name:"",sharingType:"LOCAL",availableOffline:!1,appId:e.appOptions[0].id}});return c.jsx("form",{name:"add-local-drive",onSubmit:n(e.onSubmit),className:"flex flex-col gap-4",children:c.jsxs("div",{className:"flex flex-col gap-4",children:[c.jsxs("div",{children:[c.jsx(Kn,{htmlFor:"name",className:"text-sm font-medium text-gray-800",children:"Drive Name"}),c.jsx(jn,{...t("name",{required:"Drive name is required"}),errorMessage:r.name?.message,placeholder:"Drive name"})]}),c.jsxs("div",{children:[c.jsx(Kn,{htmlFor:"driveApp",className:"text-sm font-medium text-gray-800",children:"Drive App"}),c.jsx(t5,{control:s,appOptions:e.appOptions})]}),c.jsxs("div",{children:[c.jsx(Kn,{htmlFor:"sharingType",className:"text-sm font-medium text-gray-800",children:"Location"}),c.jsx(vu,{control:s})]}),c.jsx("div",{children:c.jsx(Fo,{...t("availableOffline")})}),c.jsx(Ee,{className:"mt-2 w-full",type:"submit",children:"Create new drive"})]})})}function s5(e){return c.jsxs("div",{className:"flex gap-2 rounded-xl bg-gray-100 p-3 font-semibold text-gray-500",children:[c.jsx(N,{className:"text-gray-600",name:"Drive"}),e.driveName]})}function xu(e){const{location:t,className:n,...s}=e,r=Hx[t];return c.jsxs("div",{...s,className:I("my-3 flex items-center gap-2 rounded-xl border border-gray-100 p-3 text-gray-800 shadow",n),children:[r.icon,c.jsxs("div",{children:[c.jsx("p",{children:r.title}),c.jsx("p",{className:"text-xs text-slate-200",children:r.description})]})]})}function o5(e){const{sharingType:t="PUBLIC",requestPublicDrive:n}=e,[s,r]=b.useState(),[o,a]=b.useState(!1),[i,l]=b.useState(!0),[u,d]=b.useState(!1),[f,h]=b.useState(""),[p,g]=b.useState(""),[m,y]=_0(p,500),{register:x,handleSubmit:v,setValue:C}=qs({mode:"onBlur",defaultValues:{availableOffline:s?.availableOffline??!1}});b.useEffect(()=>{y(p)},[p]),b.useEffect(()=>{if(d(!1),m==="")return;w().catch(console.error);async function w(){try{const{id:j,name:S}=await n(m);r({id:j,name:S,sharingType:t,location:"SWITCHBOARD",availableOffline:!0}),C("availableOffline",!0),l(!0),h("")}catch(j){r(void 0),l(!1),h(j.message)}}},[m,C,t]);function E({availableOffline:w}){s&&e.onSubmit({...s,availableOffline:w,url:m})}return c.jsx("form",{onSubmit:v(E),children:u?c.jsxs(c.Fragment,{children:[c.jsx(s5,{driveName:s?.name??"New drive"}),c.jsx(mt,{className:"my-3"}),c.jsxs(ar,{isOpen:o,onOpenChange:()=>a(!o),title:"Location",children:[c.jsx(xu,{location:"SWITCHBOARD"}),c.jsx(Fo,{...x("availableOffline")})]}),c.jsx(Ee,{className:"mt-4 w-full",color:"dark",type:"submit",children:"Add new drive"})]}):c.jsxs(c.Fragment,{children:[c.jsx(jn,{errorMessage:f,onChange:w=>g(w.target.value),placeholder:"Drive URL",required:!0,type:"url",value:p}),c.jsx(Ee,{className:"mt-4 w-full py-2 text-base",color:"dark",size:"small",disabled:!i||p==="",onClick:w=>{w.preventDefault(),d(!0)},type:"button",children:"Add drive"})]})})}const a5="/assets/home-bg-BRYzhkhi.avif",i5="/assets/home-bg-BEhF9NuW.png";function c5(){return c.jsxs("picture",{className:"pointer-events-none absolute inset-8 z-0 size-[calc(100%-32px)] object-contain",children:[c.jsx("source",{srcSet:a5,type:"image/avif"}),c.jsx("img",{src:i5,alt:"background",className:"object-contain"})]})}const l5=function(t){const{icon:n,title:s,description:r,containerClassName:o,shareable:a,onClick:i}=t;return c.jsxs("div",{className:I("relative flex h-24 cursor-pointer flex-col items-center justify-center text-center text-sm text-black",o,i&&"cursor-pointer"),onClick:i,children:[c.jsx("div",{className:"mx-auto pb-2",children:n||c.jsx("div",{className:"size-8 items-center justify-center rounded-lg bg-black pt-1",children:c.jsx("span",{className:"text-6 w-6 text-white",children:s.slice(0,1).toUpperCase()})})}),c.jsxs("div",{children:[c.jsx("h3",{children:s}),r&&c.jsx("p",{className:"text-gray-500",children:r})]}),a&&c.jsx("div",{className:"absolute left-2 top-0 mb-2",children:c.jsx(N,{name:"PeopleFill",width:12,height:12})})]})},ww=function(t){const{containerClassName:n}=t;return c.jsx(l5,{title:"Create New Drive",icon:c.jsx(N,{name:"PlusSquare",size:32}),onClick:()=>rd({type:"addDrive"}),containerClassName:n})},Cw=function(t){const{children:n,containerClassName:s}=t;return c.jsx("div",{className:I("container relative mx-auto flex h-full flex-col",s),children:c.jsxs("div",{className:"m-8 flex flex-wrap justify-center gap-4 pt-12",children:[c.jsx(c5,{}),n]})})};function fr(e){const{label:t,children:n}=e;return c.jsx("div",{children:n})}var Mr="Tabs",[u5]=Fi(Mr,[Vi]),wu=Vi(),[d5,$o]=u5(Mr),Cu=b.forwardRef((e,t)=>{const{__scopeTabs:n,value:s,onValueChange:r,defaultValue:o,orientation:a="horizontal",dir:i,activationMode:l="automatic",...u}=e,d=bd(i),[f,h]=Ui({prop:s,onChange:r,defaultProp:o??"",caller:Mr});return c.jsx(d5,{scope:n,baseId:zi(),value:f,onValueChange:h,orientation:a,dir:d,activationMode:l,children:c.jsx(Et.div,{dir:d,"data-orientation":a,...u,ref:t})})});Cu.displayName=Mr;var Su="TabsList",ju=b.forwardRef((e,t)=>{const{__scopeTabs:n,loop:s=!0,...r}=e,o=$o(Su,n),a=wu(n);return c.jsx(yd,{asChild:!0,...a,orientation:o.orientation,dir:o.dir,loop:s,children:c.jsx(Et.div,{role:"tablist","aria-orientation":o.orientation,...r,ref:t})})});ju.displayName=Su;var Eu="TabsTrigger",Pu=b.forwardRef((e,t)=>{const{__scopeTabs:n,value:s,disabled:r=!1,...o}=e,a=$o(Eu,n),i=wu(n),l=Iu(a.baseId,s),u=Mu(a.baseId,s),d=s===a.value;return c.jsx(vd,{asChild:!0,...i,focusable:!r,active:d,children:c.jsx(Et.button,{type:"button",role:"tab","aria-selected":d,"aria-controls":u,"data-state":d?"active":"inactive","data-disabled":r?"":void 0,disabled:r,id:l,...o,ref:t,onMouseDown:De(e.onMouseDown,f=>{!r&&f.button===0&&f.ctrlKey===!1?a.onValueChange(s):f.preventDefault()}),onKeyDown:De(e.onKeyDown,f=>{[" ","Enter"].includes(f.key)&&a.onValueChange(s)}),onFocus:De(e.onFocus,()=>{const f=a.activationMode!=="manual";!d&&!r&&f&&a.onValueChange(s)})})})});Pu.displayName=Eu;var Ou="TabsContent",Nu=b.forwardRef((e,t)=>{const{__scopeTabs:n,value:s,forceMount:r,children:o,...a}=e,i=$o(Ou,n),l=Iu(i.baseId,s),u=Mu(i.baseId,s),d=s===i.value,f=b.useRef(d);return b.useEffect(()=>{const h=requestAnimationFrame(()=>f.current=!1);return()=>cancelAnimationFrame(h)},[]),c.jsx(Ks,{present:r||d,children:({present:h})=>c.jsx(Et.div,{"data-state":d?"active":"inactive","data-orientation":i.orientation,role:"tabpanel","aria-labelledby":l,hidden:!h,id:u,tabIndex:0,...a,ref:t,style:{...e.style,animationDuration:f.current?"0s":void 0},children:h&&o})})});Nu.displayName=Ou;function Iu(e,t){return`${e}-trigger-${t}`}function Mu(e,t){return`${e}-content-${t}`}var f5=Cu,h5=ju,p5=Pu,m5=Nu;function Tu({children:e,defaultValue:t}){return c.jsxs(f5,{defaultValue:t,className:"flex flex-col gap-2",children:[c.jsx("div",{className:"flex w-full justify-between",children:c.jsx(h5,{className:"flex w-full gap-x-2 rounded-xl bg-slate-50 p-1 text-sm font-semibold text-gray-600 outline-none",children:Q.Children.map(e,(n,s)=>{if(!Q.isValidElement(n))return;const{label:r,disabled:o}=n.props;return c.jsx(p5,{className:"data-[state='active']:tab-shadow ata-disabled:cursor-not-allowed data-disabled:text-gray-400 flex h-7 flex-1 items-center justify-center rounded-lg transition duration-300 data-[state='active']:bg-gray-50 data-[state='active']:text-gray-900",value:r,disabled:o??!1,children:r},r)})})}),c.jsx("div",{className:"mt-3 rounded-md bg-white",children:Q.Children.map(e,(n,s)=>{if(!Q.isValidElement(n))return;const{label:r}=n.props;return c.jsx(m5,{value:r,children:n},s)})})]})}function Sw(e){function t(){s(!1)}const{open:n,onOpenChange:s,onAddRemoteDrive:r,onAddLocalDrive:o,requestPublicDrive:a,modalProps:i,containerProps:l}=e;return c.jsx(Ue,{...i,contentProps:{className:"rounded-2xl"},onOpenChange:s,open:n,children:c.jsx("div",{...l,className:I("w-[408px] rounded-2xl p-6",l?.className),children:c.jsxs(Tu,{defaultValue:"Create Drive",children:[c.jsx(fr,{label:"Create Drive",description:"Create a new drive",children:c.jsx(r5,{onCancel:t,onSubmit:o,appOptions:e.appOptions})}),c.jsx(fr,{label:"Add Drive",description:"Add a drive",children:c.jsx(o5,{sharingType:"PUBLIC",onSubmit:r,onCancel:t,requestPublicDrive:a})})]})})})}const bi="min-h-[48px] min-w-[142px] text-base font-semibold py-3 px-6 rounded-xl outline-none active:opacity-75 hover:scale-105 transform transition-all";function zo(e){const{body:t,header:n,children:s,onCancel:r,onOpenChange:o,onContinue:a,cancelLabel:i,continueLabel:l,overlayProps:u,contentProps:d,bodyProps:f={},headerProps:h={},containerProps:p={},cancelButtonProps:g={},continueButtonProps:m={},buttonContainerProps:y={},...x}=e;return c.jsx(Ue,{contentProps:{...d,className:I("rounded-3xl",d?.className)},onOpenChange:o,overlayProps:{...u,className:u?.className},...x,children:c.jsxs("div",{...ce(p,"w-[400px] p-6 text-slate-300"),children:[c.jsx("div",{...ce(h,"border-b border-slate-50 pb-2 text-2xl font-bold text-gray-800"),children:n}),c.jsxs("div",{...ce(f,"my-6 rounded-md bg-slate-50 p-4 text-center"),children:[t,s]}),c.jsxs("div",{...ce(y,"mt-8 flex justify-between gap-3"),children:[c.jsx("button",{onClick:r,...ce(g,I(bi,"flex-1 bg-slate-50 text-slate-800")),children:i}),c.jsx("button",{onClick:a,...ce(m,I(bi,"flex-1 bg-gray-800 text-gray-50")),children:l})]})]})})}const yi="min-h-[48px] min-w-[142px] text-base font-semibold py-3 px-6 rounded-xl outline-none active:opacity-75 hover:scale-105 transform transition-all",vi=300;function jw(e){const{onOpenChange:t,onContinue:n,overlayProps:s,contentProps:r,...o}=e,[a,i]=b.useState(""),[l,u]=b.useState(!1),d=()=>{t?.(!1),setTimeout(()=>i(""),vi)},f=b.useCallback(()=>{l&&(n(a),setTimeout(()=>i(""),vi))},[l,a,n]),h=b.useCallback(p=>{p.preventDefault(),f()},[f]);return c.jsx(Ue,{contentProps:{...r,className:I("rounded-3xl",r?.className)},onOpenChange:t,overlayProps:{...s,className:s?.className},...o,children:c.jsxs("form",{name:"create-document",className:"w-[400px] p-6 text-slate-300",onSubmit:h,children:[c.jsx("div",{className:"border-b border-slate-50 pb-2 text-2xl font-bold text-gray-800",children:"Create a new document"}),c.jsxs("div",{className:"my-6",children:[!l&&a&&c.jsx("div",{className:"mb-2 text-red-500",children:"Document name must be valid URL characters."}),c.jsx(jn,{icon:c.jsx(N,{name:"BrickGlobe"}),onChange:p=>{const g=p.target.value;i(g),u(Md(g))},placeholder:"Document name",required:!0,value:a})]}),c.jsxs("div",{className:"mt-8 flex justify-between gap-3",children:[c.jsx("button",{type:"button",className:I(yi,"flex-1 bg-slate-50 text-slate-800"),onClick:d,children:"Cancel"}),c.jsx(Ee,{type:"submit",className:I(yi,"flex-1 bg-gray-800 text-gray-50"),disabled:!l,children:"Create"})]})]})})}const Ew=e=>{const{inputPlaceholder:t,body:n,driveName:s,...r}=e,[o,a]=b.useState("");return c.jsx(zo,{bodyProps:{className:"p-0 bg-white my-0"},containerProps:{className:"w-[450px]"},continueButtonProps:{disabled:o!==s,className:o!==s?"bg-red-600 hover:scale-100 cursor-not-allowed active:opacity-100":"bg-red-900"},...r,children:c.jsxs("div",{children:[c.jsx("div",{className:"my-6 rounded-md bg-slate-50 p-4 text-center",children:n}),c.jsx("div",{children:c.jsx(jn,{hideErrors:!0,icon:c.jsx(N,{name:"Lock"}),onChange:i=>a(i.target.value),placeholder:t,value:o})})]})})};function Pw(e){const{onDelete:t,deleteLabel:n,...s}=e;return c.jsx(zo,{...s,containerProps:{className:"w-[450px]"},continueButtonProps:{className:"bg-red-900"},continueLabel:n,onContinue:t})}const ku=b.forwardRef(function(t,n){return c.jsx(jn,{...t,icon:t.icon??c.jsx(N,{name:"Drive"}),id:"driveName",placeholder:"Drive name",ref:n})});function g5(e){const{drive:t,handleDeleteDrive:n,onCancel:s}=e,[r,o]=b.useState(""),a=r===t.header.name;function i(){a&&n()}return c.jsxs("div",{children:[c.jsx("p",{className:"mb-2 rounded-md bg-slate-50 p-4 text-center text-slate-200",children:"Are you sure you want to delete this drive? All files and subfolders within it will be removed. Do you want to proceed?"}),c.jsx(ku,{icon:c.jsx(N,{name:"Lock"}),onChange:l=>o(l.target.value),placeholder:"Enter drive name...",value:r}),c.jsxs("div",{className:"flex gap-3",children:[c.jsx(Ee,{className:"w-full",color:"light",onClick:s,children:"Cancel"}),c.jsx(Ee,{className:"w-full",color:"red",disabled:!a,onClick:i,children:"Delete"})]})]})}function b5(e){const{drive:t,sharingType:n,availableOffline:s,onSubmit:r,handleDeleteDrive:o}=e,a=t.header.name,[i,l]=b.useState(!1),[u,d]=b.useState(!1),[f,h]=b.useState(!1),{register:p,handleSubmit:g,control:m}=qs({mode:"onBlur",defaultValues:{name:a,sharingType:n,availableOffline:s}}),y=n==="PUBLIC"?"SWITCHBOARD":n;return c.jsxs("form",{onSubmit:g(r),children:[c.jsx(ku,{...p("name")}),c.jsx(mt,{className:"my-4"}),c.jsx(Kn,{htmlFor:"sharingType",children:"Sharing settings"}),c.jsx(vu,{control:m}),c.jsx(mt,{className:"my-3"}),c.jsxs(ar,{isOpen:i,onOpenChange:()=>l(!i),title:"Location",children:[c.jsx(xu,{location:y}),c.jsx(Fo,{...p("availableOffline")})]}),c.jsx(mt,{className:"my-3"}),c.jsx(ar,{isOpen:u,onOpenChange:()=>d(!u),title:"Danger zone",children:c.jsxs("button",{className:"flex gap-2 py-3 font-semibold text-red-900 transition hover:brightness-125",onClick:()=>h(!0),type:"button",children:[c.jsx(N,{name:"Trash"}),"Delete drive"]})}),f&&u?c.jsx(g5,{drive:t,handleDeleteDrive:o,onCancel:()=>h(!1)}):c.jsxs(c.Fragment,{children:[c.jsx(mt,{className:"my-3"}),c.jsx(Ee,{className:"mb-4 w-full",type:"submit",children:"Confirm"})]})]})}function Ow(e){const{drive:t,open:n,sharingType:s,availableOffline:r,onOpenChange:o,onDeleteDrive:a,onRenameDrive:i,onChangeSharingType:l,onChangeAvailableOffline:u,modalProps:d,containerProps:f}=e,h=m=>{m.name!==t.header.name&&i(t,m.name),m.sharingType!==s&&l(t,m.sharingType),m.availableOffline!==r&&u(t,m.availableOffline),o(!1)};function p(){a(t),o(!1)}function g(){o(!1)}return c.jsx(Ue,{...d,contentProps:{className:"rounded-2xl"},onOpenChange:o,open:n,children:c.jsxs("div",{...f,className:I("max-w-[408px] rounded-2xl p-6",f?.className),children:[c.jsxs("div",{className:"flex justify-between",children:[c.jsx("h1",{className:"text-xl font-bold",children:"Drive settings"}),c.jsx("button",{className:"flex size-8 items-center justify-center rounded-md bg-gray-100 text-gray-500 outline-none hover:text-gray-900",onClick:g,tabIndex:-1,children:c.jsx(N,{name:"XmarkLight",size:24})})]}),c.jsx(mt,{className:"my-4"}),c.jsx(b5,{handleCancel:g,handleDeleteDrive:p,onSubmit:h,drive:t,sharingType:s,availableOffline:r})]})})}const Au=16;function xi({label:e,depth:t,expanded:n,selected:s,hasChildren:r,icon:o,onToggle:a,onClick:i,children:l}){const u=d=>{d.stopPropagation(),a?.()};return c.jsxs("div",{children:[c.jsxs("div",{className:I("flex cursor-pointer items-center gap-1 py-1 pr-2 text-sm hover:bg-gray-100",s&&"bg-blue-50"),style:{paddingLeft:t*Au+4},onClick:i,children:[r?c.jsx("button",{className:"flex h-4 w-4 shrink-0 items-center justify-center text-gray-500 hover:text-gray-700",onClick:u,type:"button",children:c.jsx(N,{className:I("transition-transform",n&&"rotate-90"),name:"CaretRight",size:12})}):c.jsx("span",{className:"w-4 shrink-0"}),o&&c.jsx("span",{className:"shrink-0 text-gray-500",children:o}),c.jsx("span",{className:"min-w-0 flex-1 truncate text-gray-700",children:e}),s&&c.jsx("span",{className:"ml-auto h-2 w-2 shrink-0 rounded-full bg-blue-500"})]}),n&&l]})}function y5({column:e,depth:t}){const n=e.dataType.length>10?e.dataType.slice(0,10)+"…":e.dataType;return c.jsxs("div",{className:"flex items-center gap-1 py-0.5 pr-2 text-xs text-gray-500",style:{paddingLeft:t*Au+4},children:[c.jsx("span",{className:"w-4 shrink-0"}),c.jsx("span",{className:"truncate",children:e.name}),c.jsxs("span",{className:"ml-auto shrink-0 text-gray-400",children:["(",n,")"]})]})}function v5({schema:e,tables:t,selectedTable:n,onSelectTable:s,onRefresh:r,loading:o}){const[a,i]=b.useState({[e]:!0}),l=h=>{i(p=>({...p,[h]:!p[h]}))},u=h=>{s(h),i(p=>({...p,[h]:!p[h]}))},d=a[e]??!1,f=h=>{h.stopPropagation(),r?.()};return c.jsx("div",{className:"flex flex-col overflow-auto pt-4 text-sm",children:c.jsx(xi,{depth:0,expanded:d,hasChildren:t.length>0,icon:c.jsx(N,{name:d?"FolderOpen":"FolderClose",size:16}),label:c.jsxs("div",{className:"flex flex-1 items-center",children:[c.jsx("span",{className:"truncate",children:e}),r&&c.jsx("button",{className:"ml-auto p-0.5 text-gray-400 hover:text-gray-600",onClick:f,type:"button",disabled:o,children:c.jsx(N,{name:"Reload",size:14,className:o?"animate-spin":void 0})})]}),onClick:()=>l(e),onToggle:()=>l(e),children:t.map(h=>{const p=a[h.name]??!1,g=n===h.name;return c.jsx(xi,{depth:1,expanded:p,hasChildren:h.columns.length>0,icon:c.jsx(N,{name:"TreeViewSlash",size:16}),label:h.name,selected:g,onClick:()=>u(h.name),onToggle:()=>l(h.name),children:h.columns.map(m=>c.jsx(y5,{column:m,depth:2},m.name))},h.name)})})})}function wi(e){return e===null?"NULL":e===void 0?"":typeof e=="object"?JSON.stringify(e):typeof e=="function"?"[function]":typeof e=="symbol"?e.toString():String(e)}function x5({direction:e,active:t}){return t?c.jsx(N,{className:e==="asc"?"rotate-180":void 0,name:"TriangleDown",size:12}):c.jsx(N,{className:"opacity-0 group-hover:opacity-50",name:"CaretSort",size:12})}function w5({columns:e,rows:t,pagination:n,onPageChange:s,onSort:r,currentSort:o,loading:a=!1}){const{offset:i,limit:l,total:u}=n,d=Math.floor(i/l),f=u!==null?Math.ceil(u/l):0,h=u===0?0:i+1,p=u!==null?Math.min(i+l,u):i+t.length,g=v=>{s(v*l)},m=v=>{if(!r)return;const C=o?.column===v&&o.direction==="asc"?"desc":"asc";r({column:v,direction:C})},x=(()=>{if(f<=3)return Array.from({length:f},(j,S)=>S);const C=Math.max(0,Math.min(d-1,f-3)),E=Math.min(f-1,C+3-1),w=[];for(let j=C;j<=E;j++)w.push(j);return w})();return c.jsxs("div",{className:"flex h-full flex-col gap-2",children:[c.jsxs("div",{className:"flex shrink-0 items-center justify-between text-sm",children:[c.jsx("span",{className:"text-gray-600",children:a?"Loading...":u!==null?`Showing ${h.toLocaleString()}-${p.toLocaleString()} of ${u.toLocaleString()}`:`Showing ${t.length.toLocaleString()} rows`}),u!==null&&u>l&&c.jsxs("div",{className:"flex gap-1",children:[c.jsx("button",{className:"rounded border border-gray-300 bg-white px-2 py-1 text-xs text-gray-700 hover:bg-gray-100 disabled:cursor-not-allowed disabled:opacity-50",disabled:d===0,onClick:()=>g(0),type:"button",children:"First"}),c.jsx("button",{className:"rounded border border-gray-300 bg-white px-2 py-1 text-xs text-gray-700 hover:bg-gray-100 disabled:cursor-not-allowed disabled:opacity-50",disabled:d===0,onClick:()=>g(d-1),type:"button",children:c.jsx(N,{className:"rotate-90",name:"ChevronDown",size:14})}),x[0]>0&&c.jsx("span",{className:"flex items-center px-1 text-xs text-gray-500",children:"..."}),x.map(v=>c.jsx("button",{className:I("min-w-8 rounded border px-2 py-1 text-xs",v===d?"border-blue-500 bg-blue-50 text-blue-700":"border-gray-300 bg-white text-gray-700 hover:bg-gray-100"),onClick:()=>g(v),type:"button",children:v+1},v)),x[x.length-1]<f-1&&c.jsx("span",{className:"flex items-center px-1 text-xs text-gray-500",children:"..."}),c.jsx("button",{className:"rounded border border-gray-300 bg-white px-2 py-1 text-xs text-gray-700 hover:bg-gray-100 disabled:cursor-not-allowed disabled:opacity-50",disabled:d>=f-1,onClick:()=>g(d+1),type:"button",children:c.jsx(N,{className:"-rotate-90",name:"ChevronDown",size:14})}),c.jsx("button",{className:"rounded border border-gray-300 bg-white px-2 py-1 text-xs text-gray-700 hover:bg-gray-100 disabled:cursor-not-allowed disabled:opacity-50",disabled:d>=f-1,onClick:()=>g(f-1),type:"button",children:"Last"})]})]}),c.jsx("div",{className:I("max-h-full overflow-auto rounded-lg border border-gray-300 transition-opacity",a&&"pointer-events-none opacity-50"),children:c.jsxs("table",{className:"w-full border-collapse",children:[c.jsx("thead",{className:"sticky top-0 bg-gray-100",children:c.jsx("tr",{children:e.map((v,C)=>{const E=o?.column===v.name,w=E?o.direction:"asc";return c.jsx("th",{className:I("group px-3 py-2 text-left text-xs font-medium text-gray-600",C>0&&"border-l border-gray-300",r&&"cursor-pointer hover:bg-gray-200 hover:text-gray-900"),onClick:()=>r&&m(v.name),children:c.jsxs("div",{className:"flex items-center gap-1",children:[c.jsx("span",{className:"truncate",children:v.name}),r&&c.jsx(x5,{active:E,direction:w})]})},v.name)})})}),c.jsx("tbody",{children:t.length===0?c.jsx("tr",{children:c.jsx("td",{className:"px-3 py-8 text-center text-sm text-gray-500",colSpan:e.length,children:"No data"})}):t.map((v,C)=>c.jsx("tr",{className:"odd:bg-white even:bg-gray-50 hover:bg-blue-50",children:e.map((E,w)=>c.jsx("td",{className:I("px-3 py-2 text-xs text-gray-900",w>0&&"border-l border-gray-300"),children:c.jsx("span",{className:I("block truncate",v[E.name]===null&&"italic text-gray-400"),title:wi(v[E.name]),children:wi(v[E.name])})},E.name))},C))})]})})]})}const C5=50;function S5({schema:e,getTables:t,getTableRows:n,pageSize:s=C5,onImportDb:r,onExportDb:o}){const a=b.useRef(null),[i,l]=b.useState([]),[u,d]=b.useState(!0),[f,h]=b.useState(),[p,g]=b.useState(null),[m,y]=b.useState({offset:0,limit:s,total:null}),[x,v]=b.useState(),[C,E]=b.useState(!1),[w,j]=b.useState(null),S=i.find(U=>U.name===f)?.columns??[],P=b.useCallback(async()=>{if(!f)return;E(!0);const U=await n(f,{schema:e,limit:m.limit,offset:m.offset,sort:x});g(U),y(H=>({...H,total:U.total})),E(!1)},[f,e,m.limit,m.offset,x,n]),O=b.useCallback(async()=>{d(!0);const U=await t();return l(U),d(!1),U},[t]),M=b.useCallback(async()=>{const U=await O();if(f&&!U.some(H=>H.name===f)){h(void 0),g(null);return}f&&await P()},[O,f,P]);b.useEffect(()=>{O()},[O]),b.useEffect(()=>{f&&P()},[f,m.offset,x,P]);const k=U=>{U!==f&&(h(U),y(H=>({...H,offset:0,total:null})),v(void 0),g(null))},A=U=>{y(H=>({...H,offset:U}))},D=U=>{v(U),y(H=>({...H,offset:0}))},z=()=>{a.current?.click()},$=U=>{const H=U.target.files?.[0];H&&(H.text().then(se=>{j(se)}),U.target.value="")},B=async()=>{w&&(h(void 0),g(null),await r?.(w),j(null),await O())},W=()=>{j(null)},G=()=>{o?.()};return c.jsxs("div",{className:"flex h-full",children:[c.jsx("input",{ref:a,type:"file",accept:".sql,.txt,text/plain",className:"hidden",onChange:$}),c.jsx(zo,{open:!!w,onOpenChange:U=>!U&&j(null),header:"Replace Database?",body:"This will delete all existing data and replace it with the imported file. This action cannot be undone.",cancelLabel:"Cancel",continueLabel:"Replace Data",onCancel:W,onContinue:()=>void B(),continueButtonProps:{className:"bg-red-900 text-white hover:bg-red-800"}}),c.jsxs("div",{className:"flex w-64 shrink-0 flex-col border-r border-gray-200",children:[c.jsx("div",{className:"flex-1 overflow-auto",children:c.jsx(v5,{schema:e,tables:i,selectedTable:f,onSelectTable:k,onRefresh:M,loading:u||C})}),(r||o)&&c.jsxs("div",{className:"flex shrink-0 flex-col gap-2 border-t border-gray-200 p-2",children:[r&&c.jsx("button",{className:"rounded border border-gray-300 bg-white px-3 py-1.5 text-sm text-gray-700 hover:bg-gray-100",onClick:z,type:"button",children:"Import DB"}),o&&c.jsx("button",{className:"rounded border border-gray-300 bg-white px-3 py-1.5 text-sm text-gray-700 hover:bg-gray-100",onClick:G,type:"button",children:"Export DB"})]})]}),c.jsx("div",{className:"flex-1 overflow-auto p-4",children:f?!p&&C?c.jsx("div",{className:"text-sm text-gray-500",children:"Loading..."}):p?c.jsx(w5,{columns:S,rows:p.rows,pagination:m,onPageChange:A,onSort:D,currentSort:x,loading:C}):null:c.jsx("div",{className:"text-sm text-gray-500",children:"Select a table to view data"})})]})}function _s(e,t=12){return e.length<=t?e:e.slice(0,t)+"..."}function Ru({direction:e,active:t}){return t?c.jsx(N,{className:e==="asc"?"rotate-180":void 0,name:"TriangleDown",size:12}):c.jsx(N,{className:"opacity-0 group-hover:opacity-50",name:"CaretSort",size:12})}const j5=[{key:"id",label:"ID",width:"120px"},{key:"documentId",label:"Document ID",width:"150px"},{key:"branch",label:"Branch",width:"100px"},{key:"status",label:"Status",width:"150px"},{key:"opsCount",label:"Ops Count",width:"80px"}],E5=[{key:"id",label:"ID",width:"120px"},{key:"documentId",label:"Document ID",width:"150px"},{key:"branch",label:"Branch",width:"100px"},{key:"error",label:"Error",width:"200px"}];function P5(e){switch(e){case Fe.Unknown:return"Unknown";case Fe.TransportPending:return"Transport Pending";case Fe.ExecutionPending:return"Execution Pending";case Fe.Applied:return"Applied";case Fe.Error:return"Error";default:return"Unknown"}}function O5(e){switch(e){case Fe.TransportPending:case Fe.ExecutionPending:return c.jsx("span",{children:"⏳"});case Fe.Applied:return c.jsx("span",{children:"✅"});case Fe.Error:return c.jsx("span",{children:"❌"});default:return c.jsx("span",{children:"❓"})}}function hr(e){return e?e.error.message:""}function N5(e,t){const n=[...e];return t?n.sort((s,r)=>{let o=0;switch(t.column){case"id":o=s.id.localeCompare(r.id);break;case"documentId":o=s.documentId.localeCompare(r.documentId);break;case"branch":o=s.branch.localeCompare(r.branch);break;case"status":o=s.status-r.status;break;case"opsCount":o=s.operations.length-r.operations.length;break;case"error":o=hr(s.error).localeCompare(hr(r.error));break;default:return 0}return t.direction==="asc"?o:-o}):n}function ts({title:e,mailboxType:t,operations:n,sort:s,onSort:r,collapsed:o,onToggleCollapse:a}){const i=t==="deadLetter"?E5:j5,l=N5(n,s),u=d=>{r(t,d)};return c.jsxs("div",{className:"flex flex-col gap-2",children:[c.jsxs("button",{className:"flex items-center gap-2 text-left text-sm font-medium text-gray-700 hover:text-gray-900",onClick:a,type:"button",children:[c.jsx(N,{className:I("transition-transform",o&&"-rotate-90"),name:"ChevronDown",size:14}),e," (",n.length," item",n.length!==1?"s":"",")"]}),!o&&c.jsx("div",{className:"max-h-64 overflow-auto rounded-lg border border-gray-300",children:c.jsxs("table",{className:"w-full border-collapse",children:[c.jsx("thead",{className:"sticky top-0 bg-gray-100",children:c.jsx("tr",{children:i.map((d,f)=>{const h=s?.column===d.key,p=h?s.direction:"asc";return c.jsx("th",{className:I("group cursor-pointer px-3 py-2 text-left text-xs font-medium text-gray-600 hover:bg-gray-200 hover:text-gray-900",f>0&&"border-l border-gray-300"),onClick:()=>u(d.key),style:{width:d.width},children:c.jsxs("div",{className:"flex items-center gap-1",children:[c.jsx("span",{className:"truncate",children:d.label}),c.jsx(Ru,{active:h,direction:p})]})},d.key)})})}),c.jsx("tbody",{children:l.length===0?c.jsx("tr",{children:c.jsx("td",{className:"px-3 py-4 text-center text-sm text-gray-500",colSpan:i.length,children:"No operations"})}):l.map(d=>c.jsxs("tr",{className:"odd:bg-white even:bg-gray-50 hover:bg-blue-50",children:[c.jsx("td",{className:"px-3 py-2 text-xs text-gray-900",children:c.jsx("span",{className:"block truncate",title:d.id,children:_s(d.id)})}),c.jsx("td",{className:"border-l border-gray-300 px-3 py-2 text-xs text-gray-900",children:c.jsx("span",{className:"block truncate",title:d.documentId,children:_s(d.documentId)})}),c.jsx("td",{className:"border-l border-gray-300 px-3 py-2 text-xs text-gray-900",children:c.jsx("span",{className:"block truncate",title:d.branch,children:d.branch})}),t==="deadLetter"?c.jsx("td",{className:"border-l border-gray-300 px-3 py-2 text-xs",children:c.jsxs("span",{className:"block truncate text-red-600",title:hr(d.error),children:["❌ ",hr(d.error)||"Unknown error"]})}):c.jsxs(c.Fragment,{children:[c.jsx("td",{className:"border-l border-gray-300 px-3 py-2 text-xs text-gray-900",children:c.jsxs("span",{className:"flex items-center gap-1",children:[O5(d.status),P5(d.status)]})}),c.jsx("td",{className:"border-l border-gray-300 px-3 py-2 text-xs text-gray-900",children:d.operations.length})]})]},d.id))})]})})]})}function I5({remoteName:e,channel:t,onBack:n,onRefresh:s}){const[r,o]=b.useState({inbox:void 0,outbox:void 0,deadLetter:void 0}),[a,i]=b.useState({inbox:!1,outbox:!1,deadLetter:!1}),l=d=>{i(f=>({...f,[d]:!f[d]}))},u=(d,f)=>{o(h=>{const p=h[d],g=p?.column===f&&p.direction==="asc"?"desc":"asc";return{...h,[d]:{column:f,direction:g}}})};return c.jsxs("div",{className:"flex h-full flex-col gap-4 p-4",children:[c.jsxs("div",{className:"flex shrink-0 items-center justify-between",children:[c.jsxs("div",{className:"flex items-center gap-2",children:[c.jsxs("button",{className:"flex items-center gap-1 rounded border border-gray-300 bg-white px-2 py-1 text-sm text-gray-700 hover:bg-gray-100",onClick:n,type:"button",children:[c.jsx(N,{className:"rotate-90",name:"ChevronDown",size:14}),"Back"]}),c.jsxs("h2",{className:"text-lg font-semibold text-gray-900",children:["Channel: ",e]})]}),s&&c.jsxs("button",{className:"flex items-center gap-1 rounded border border-gray-300 bg-white px-3 py-1.5 text-sm text-gray-700 hover:bg-gray-100",onClick:s,type:"button",children:[c.jsx(N,{name:"Reload",size:14}),"Refresh"]})]}),c.jsxs("div",{className:"flex flex-1 flex-col gap-6 overflow-auto",children:[c.jsx(ts,{collapsed:a.inbox,mailboxType:"inbox",onSort:u,onToggleCollapse:()=>l("inbox"),operations:t.inbox.items,sort:r.inbox,title:"Inbox"}),c.jsx(ts,{collapsed:a.outbox,mailboxType:"outbox",onSort:u,onToggleCollapse:()=>l("outbox"),operations:t.outbox.items,sort:r.outbox,title:"Outbox"}),c.jsx(ts,{collapsed:a.deadLetter,mailboxType:"deadLetter",onSort:u,onToggleCollapse:()=>l("deadLetter"),operations:t.deadLetter.items,sort:r.deadLetter,title:"Dead Letter"})]})]})}const ns=[{key:"id",label:"ID",width:"120px"},{key:"name",label:"Name",width:"150px"},{key:"collectionId",label:"Collection ID",width:"200px"},{key:"filter",label:"Filter",width:"200px"},{key:"channel",label:"Channel",width:"100px"}];function pr(e){const t=[];return e.branch&&t.push(`branch:${e.branch}`),e.documentId.length>0&&t.push(`${e.documentId.length} doc(s)`),e.scope.length>0&&t.push(`${e.scope.length} scope(s)`),t.length>0?t.join(", "):"-"}function M5(e,t){return t?[...e].sort((n,s)=>{let r,o;switch(t.column){case"id":r=n.id,o=s.id;break;case"name":r=n.name,o=s.name;break;case"collectionId":r=n.collectionId,o=s.collectionId;break;case"filter":r=pr(n.filter),o=pr(s.filter);break;default:return 0}const a=r.localeCompare(o);return t.direction==="asc"?a:-a}):e}function T5({getRemotes:e}){const[t,n]=b.useState([]),[s,r]=b.useState(!0),[o,a]=b.useState(),[i,l]=b.useState(),u=b.useCallback(async()=>{r(!0);const m=await e();n(m),r(!1)},[e]);b.useEffect(()=>{u()},[u]);const d=b.useCallback(async()=>{if(await u(),i){const m=t.find(y=>y.id===i.id);l(m)}},[u,i,t]),f=m=>{if(m==="channel")return;const y=o?.column===m&&o.direction==="asc"?"desc":"asc";a({column:m,direction:y})},h=m=>{l(m)},p=()=>{l(void 0)};if(i)return c.jsx(I5,{channel:i.channel,onBack:p,onRefresh:()=>void d(),remoteName:i.name});const g=M5(t,o);return c.jsxs("div",{className:"flex h-full flex-col gap-2 p-4",children:[c.jsxs("div",{className:"flex shrink-0 items-center justify-between",children:[c.jsx("h2",{className:"text-lg font-semibold text-gray-900",children:"Remotes Inspector"}),c.jsxs("button",{className:"flex items-center gap-1 rounded border border-gray-300 bg-white px-3 py-1.5 text-sm text-gray-700 hover:bg-gray-100 disabled:opacity-50",disabled:s,onClick:()=>void d(),type:"button",children:[c.jsx(N,{name:"Reload",size:14}),"Refresh"]})]}),c.jsx("div",{className:"max-h-full overflow-auto rounded-lg border border-gray-300",children:c.jsxs("table",{className:"w-full border-collapse",children:[c.jsx("thead",{className:"sticky top-0 bg-gray-100",children:c.jsx("tr",{children:ns.map((m,y)=>{const x=o?.column===m.key,v=x?o.direction:"asc",C=m.key!=="channel";return c.jsx("th",{className:I("group px-3 py-2 text-left text-xs font-medium text-gray-600",y>0&&"border-l border-gray-300",C&&"cursor-pointer hover:bg-gray-200 hover:text-gray-900"),onClick:()=>C&&f(m.key),style:{width:m.width},children:c.jsxs("div",{className:"flex items-center gap-1",children:[c.jsx("span",{className:"truncate",children:m.label}),C&&c.jsx(Ru,{active:x,direction:v})]})},m.key)})})}),c.jsx("tbody",{children:s&&g.length===0?c.jsx("tr",{children:c.jsx("td",{className:"px-3 py-8 text-center text-sm text-gray-500",colSpan:ns.length,children:"Loading..."})}):g.length===0?c.jsx("tr",{children:c.jsx("td",{className:"px-3 py-8 text-center text-sm text-gray-500",colSpan:ns.length,children:"No remotes configured"})}):g.map(m=>c.jsxs("tr",{className:"odd:bg-white even:bg-gray-50 hover:bg-blue-50",children:[c.jsx("td",{className:"px-3 py-2 text-xs text-gray-900",children:c.jsx("span",{className:"block truncate",title:m.id,children:_s(m.id)})}),c.jsx("td",{className:"border-l border-gray-300 px-3 py-2 text-xs text-gray-900",children:c.jsx("span",{className:"block truncate",title:m.name,children:m.name})}),c.jsx("td",{className:"border-l border-gray-300 px-3 py-2 text-xs text-gray-900",children:c.jsx("span",{className:"block truncate",title:m.collectionId,children:m.collectionId})}),c.jsx("td",{className:"border-l border-gray-300 px-3 py-2 text-xs text-gray-900",children:c.jsx("span",{className:"block truncate",title:pr(m.filter),children:pr(m.filter)})}),c.jsx("td",{className:"border-l border-gray-300 px-3 py-2",children:c.jsxs("button",{className:"flex items-center gap-1 rounded bg-blue-50 px-2 py-1 text-xs text-blue-700 hover:bg-blue-100",onClick:()=>h(m),type:"button",children:["View",c.jsx(N,{name:"CaretRight",size:12})]})})]},m.id))})]})}),c.jsxs("div",{className:"shrink-0 text-sm text-gray-600",children:["Showing ",g.length," remote(s)"]})]})}function Nw({open:e,onOpenChange:t,modalProps:n,containerProps:s,dbExplorerProps:r,remotesInspectorProps:o,defaultTab:a="Database"}){return c.jsx(Ue,{...n,contentProps:{className:"rounded-2xl"},onOpenChange:t,open:e,children:c.jsxs("div",{...s,className:I("flex h-[600px] w-[900px] flex-col rounded-2xl",s?.className),children:[c.jsx("div",{className:"flex items-center justify-end p-4 pb-0",children:c.jsx("button",{className:"flex size-6 cursor-pointer items-center justify-center rounded-md text-gray-500 outline-none hover:text-gray-900",onClick:()=>t(!1),type:"button",children:c.jsx(N,{name:"XmarkLight",size:24})})}),c.jsx("div",{className:"flex flex-1 flex-col overflow-hidden p-4 pt-2",children:c.jsxs(Tu,{defaultValue:a,children:[c.jsx(fr,{description:"Database explorer",label:"Database",children:c.jsx("div",{className:"h-[480px]",children:c.jsx(S5,{...r})})}),c.jsx(fr,{description:"Remotes inspector",label:"Remotes",children:c.jsx("div",{className:"h-[480px]",children:c.jsx(T5,{...o})})})]})})]})})}const k5="min-h-[48px] min-w-[142px] text-base font-semibold py-3 px-6 rounded-xl outline-none active:opacity-75 hover:scale-105 transform transition-all";function Iw(e){const{body:t,header:n,children:s,onOpenChange:r,onContinue:o,closeLabel:a,overlayProps:i,contentProps:l,bodyProps:u={},headerProps:d={},containerProps:f={},continueButtonProps:h={},buttonContainerProps:p={},...g}=e,[m,y]=b.useState(!0),x=b.useRef(null);return b.useEffect(()=>{const v=()=>{const E=x.current;E&&(E.scrollHeight>E.clientHeight?(y(!0),E.addEventListener("scroll",C)):y(!1))},C=()=>{const E=x.current;E&&E.scrollHeight-Math.ceil(E.scrollTop)===E.clientHeight&&y(!1)};return requestAnimationFrame(v),()=>{const E=x.current;E&&E.removeEventListener("scroll",C)}},[]),c.jsx(Ue,{contentProps:{...l,className:I("rounded-3xl outline-none",l?.className)},onOpenChange:r,overlayProps:{...i,className:i?.className},...g,children:c.jsxs("div",{...ce(f,"w-[500px] p-6 text-slate-300"),children:[c.jsx("div",{...ce(d,"border-b border-slate-50 pb-2 text-2xl font-bold text-gray-800"),children:n}),c.jsxs("div",{ref:x,...ce(u,"my-6 max-h-[245px] overflow-scroll rounded-md bg-slate-50 p-4 text-center"),children:[t,s]}),c.jsx("div",{...ce(p,"mt-8 flex justify-between gap-3"),children:c.jsx("button",{disabled:m,onClick:o,...ce(h,I(k5,"flex-1 bg-gray-800 text-gray-50",m&&"cursor-not-allowed bg-gray-300 hover:scale-100")),children:a})})]})})}const A5=[/^@powerhousedao\/.+$/,"document-drive","document-model"],R5=Bu({version:It({message:"Missing version field in package.json"}),dependencies:Ho(It(),It()).nullable(),devDependencies:Ho(It(),It()).nullable()}).refine(e=>e.dependencies!=null||e.devDependencies!=null,"package.json must have either dependencies or devDependencies").transform(e=>{const t={...e.dependencies,...e.devDependencies};return{version:e.version,dependencies:Object.fromEntries(Object.entries(t).filter(([n])=>A5.some(s=>typeof s=="string"?s===n:s.test(n))))}});function D5(e){const t=R5.safeParse(e);return t.success?t.data:(console.error("Package.json validation failed:",t.error.format()),!1)}function L5(e){const[t,n]=b.useState(!1),{packageJson:s,phCliVersion:r}=e,o=D5(s);return o?c.jsx(ar,{isOpen:t,onOpenChange:()=>n(!t),title:`App version: ${o.version}`,toggleClassName:"text-gray-900 text-sm",children:c.jsxs("ul",{className:"text-sm text-gray-600",children:[Object.entries(o.dependencies).map(([a,i])=>c.jsxs("li",{className:"my-1 flex justify-between pr-1",children:[c.jsxs("span",{children:[a.replace("@powerhousedao/",""),":"]}),c.jsx("span",{className:"font-normal",children:i})]},a)),r&&c.jsxs("li",{className:"my-1 flex justify-between pr-1",children:[c.jsx("span",{children:"@powerhousedao/ph-cli:"}),c.jsx("span",{className:"font-normal",children:r})]},"ph-cli")]})}):(console.error("Failed to validate package.json data"),null)}function Mw(e){const{packageJson:t,phCliVersion:n}=e;return c.jsxs("div",{className:"bg-white p-3",children:[c.jsx("h2",{className:"font-semibold",children:"About"}),c.jsx("p",{className:"text-sm font-normal text-gray-600",children:"Connect is the hub for your most important documents and processes translated into software. Easily capture data in a structured way with Connect."}),c.jsx("div",{className:"my-4",children:c.jsx(L5,{packageJson:t,phCliVersion:n})})]})}function Tw(e){const{className:t,...n}=e;return c.jsxs("div",{className:Bi("h-full rounded-lg bg-white p-3",t),children:[c.jsx("h2",{className:"mb-4 font-semibold",children:"Modify Drives"}),c.jsx(F5,{...n}),c.jsx("h2",{className:"my-4 font-semibold",children:"Local Storage"}),c.jsx(U5,{...n})]})}function F5(e){const{className:t,...n}=e;return c.jsx("div",{className:t,children:c.jsx($5,{...n})})}function $5(e){const{className:t,...n}=e;return c.jsx("div",{className:t,children:e.drives.map(s=>c.jsx(z5,{drive:s,...n},s.header.id))})}function z5(e){const{drive:t,className:n,onDeleteDrive:s}=e,[r,o]=b.useState(!1),a=c.jsx(N,{name:"Hdd",size:16,className:"flex-none"}),i=c.jsx(N,{name:"Server",size:16,className:"flex-none"}),l=t.state.global.icon?c.jsx("img",{alt:"drive icon",className:"size-4 flex-none object-contain",src:t.state.global.icon}):c.jsx(N,{name:"M",size:16,className:"flex-none"});function u(){const f=ss(t);return f==="PUBLIC"?l:f==="CLOUD"?i:a}const d=u();return c.jsxs("div",{className:Bi("mb-4 flex w-96 items-center gap-2 rounded-md border border-gray-200 bg-gray-50 px-3 py-2 shadow-sm last-of-type:mb-0",n),children:[d,c.jsxs("div",{children:[c.jsx("span",{className:"block text-sm font-medium leading-[18px]",children:Wo(t.header.name)}),c.jsxs("div",{className:"flex items-baseline gap-x-2 leading-[18px]",children:[c.jsxs("span",{className:"text-sm text-gray-600",children:[Wo(ss(t))," App"]}),c.jsxs("a",{className:"group flex items-center gap-x-2 text-sm text-slate-500 transition-colors hover:text-[#9896FF]",children:["By Powerhouse",c.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12",className:"size-4 text-gray-400 transition-colors group-hover:text-inherit",children:c.jsx("path",{d:"M7.99365 11.9939C9.46632 11.9939 10.6603 10.7999 10.6603 9.32722V7.32722C10.6603 6.95922 10.3617 6.66056 9.99365 6.66056C9.62565 6.66056 9.32699 6.95922 9.32699 7.32722V9.32722C9.32699 10.0639 8.73032 10.6606 7.99365 10.6606H2.66032C1.92365 10.6606 1.32699 10.0639 1.32699 9.32722V3.99389C1.32699 3.25723 1.92365 2.66056 2.66032 2.66056H4.66032C5.02832 2.66056 5.32699 2.36189 5.32699 1.99389C5.32699 1.6259 5.02832 1.32723 4.66032 1.32723H2.66032C1.18765 1.32723 -0.00634766 2.52123 -0.00634766 3.99389V9.32722C-0.00634766 10.7999 1.18765 11.9939 2.66032 11.9939H7.99365ZM5.32699 7.32722C5.49765 7.32722 5.67565 7.26989 5.80632 7.13989L10.1396 2.80656L11.9937 4.66056V-0.00610352H7.32699L9.18099 1.8479L4.84766 6.18123C4.58766 6.4419 4.58766 6.87922 4.84766 7.13989C4.97832 7.26989 5.15632 7.32722 5.32699 7.32722Z",fill:"currentColor"})})]})]})]}),c.jsx(Er,{items:[{id:"delete-drive",label:"Delete",icon:c.jsx(N,{name:"Trash"}),className:"text-red-900"}],onItemClick:f=>{f==="delete-drive"&&s(t)},onOpenChange:o,open:r,children:c.jsx("button",{className:"group ml-auto flex-none",onClick:f=>{f.stopPropagation(),o(!0)},children:c.jsx(N,{className:"text-gray-600 group-hover:text-gray-900",name:"VerticalDots",size:16})})})]})}function U5(e){const{onClearStorage:t}=e;return c.jsx("div",{children:c.jsxs("button",{className:"flex items-center gap-x-2 rounded-md border border-gray-300 bg-transparent px-3 py-1 text-sm font-medium text-red-900 transition-colors hover:bg-gray-100",onClick:t,children:["Clear Storage ",c.jsx(N,{name:"Trash",size:16})]})})}function kw(e){const{className:t,...n}=e;return c.jsx("div",{className:I("rounded-lg p-3",t),children:c.jsx(V5,{...n})})}function V5(e){const{documentModelEditor:t,setDocumentModelEditor:n,documentModelEditorOptions:s,className:r}=e;return c.jsxs("div",{children:[c.jsx("h3",{className:"mb-4 font-semibold text-gray-900",children:"Default Editor Selection"}),c.jsx(_i,{className:I("min-w-36 max-w-fit",r),name:"default-editor",required:!0,value:t,options:s,multiple:!1,onChange:o=>n(o)})]})}const B5={npm:{icon:"Npm"},github:{icon:"Github",size:28},local:{icon:"Hdd"}},H5=({packageName:e,provider:t})=>{const n=t&&B5[t];return c.jsxs("div",{className:"flex w-full items-center justify-between px-2 py-1",children:[c.jsx("p",{className:"font-medium",children:e}),n&&c.jsx(N,{name:n.icon,size:n.size})]})},_5=e=>{const{onInstall:t,packageOptions:n,className:s}=e,[r,o]=b.useState(""),[a,i]=b.useState(!1),[l,u]=b.useState(),d=b.useCallback(()=>{const g=t(r);g?(i(!0),g.then(()=>o("")).catch(u).finally(()=>i(!1))):(o(""),u(void 0))},[t,r]),f=b.useCallback(g=>{o(g.target.value)},[]),h=l?typeof l=="string"?l:l instanceof Error?l.message:l:" ",p=b.useMemo(()=>{const g=n?.map(m=>({...m,value:m.packageName}));return n?.length?{autoComplete:!0,initialOptions:g,fetchOptionsCallback:m=>g?.filter(y=>y.packageName.toLowerCase().includes(m.toLowerCase()))??[],renderOption:m=>c.jsx(H5,{...m})}:{autoComplete:!1}},[n]);return c.jsxs("div",{className:s,children:[c.jsx("h3",{className:"mb-4 font-semibold text-gray-900",children:"Install Package"}),c.jsxs("div",{className:"flex items-center gap-4",children:[n?.length?c.jsx(Dd,{...p,onChange:o}):c.jsx(Rd,{name:"package",className:"max-w-xs text-gray-700",value:r,onChange:f,onSubmit:d,disabled:a}),c.jsx(Ee,{className:"h-9 rounded-md text-sm",onClick:d,disabled:a,children:"Install"})]}),c.jsx("p",{className:"mb-3 ml-2 h-3 text-sm text-red-800",children:h})]})},Un=({label:e,value:t})=>c.jsxs("div",{className:"flex items-start gap-2 text-sm",children:[c.jsxs("p",{className:"text-gray-600",children:[e,":"]}),c.jsx("p",{className:"text-gray-600",children:t})]}),W5=e=>{const{package:{name:t,description:n,category:s,publisher:r,publisherUrl:o,modules:a,id:i,removable:l},mutable:u,onUninstall:d,className:f}=e,[h,p]=b.useState(!1);return c.jsxs("li",{className:I("relative flex flex-col items-start rounded-md border border-gray-200 p-3 text-sm leading-5 shadow-sm",f),children:[c.jsx("h3",{className:"font-semibold text-gray-900",children:t}),c.jsx(Un,{label:"Description",value:n}),c.jsx(Un,{label:"Category",value:s}),c.jsx(Un,{label:"Publisher",value:r}),c.jsx(Un,{label:"Publisher URL",value:c.jsx("a",{className:"underline",href:o,children:o})}),c.jsx("p",{className:"text-sm text-gray-600",children:"Modules included:"}),c.jsx("ul",{className:"list-disc pl-5",children:a.map(g=>c.jsx("li",{children:c.jsx("span",{className:"text-gray-600",children:g})},g))}),u&&l&&c.jsx(Er,{items:[{id:"uninstall",label:"Uninstall",icon:c.jsx(N,{name:"Trash"}),className:"text-red-900"}],onItemClick:g=>{g==="uninstall"&&d(i)},onOpenChange:p,open:h,children:c.jsx("button",{className:"group absolute right-3 top-3",onClick:g=>{g.stopPropagation(),p(!0)},children:c.jsx(N,{className:"text-gray-600 group-hover:text-gray-900",name:"VerticalDots"})})})]})},G5=e=>{const{className:t,packages:n,onUninstall:s,mutable:r,...o}=e,a=b.useCallback(i=>{s(i)},[s]);return c.jsxs("div",{...o,className:I("flex max-h-[370px] flex-col items-stretch overflow-hidden",t),children:[c.jsx("h3",{className:"mb-4 font-semibold text-gray-900",children:"Installed Packages"}),c.jsx("div",{className:"flex-1 overflow-y-auto pr-2",children:c.jsx("ul",{className:"flex flex-col items-stretch gap-4 pr-2",children:n.map(i=>c.jsx(W5,{package:i,onUninstall:a,mutable:r},i.id))})})]})},q5=e=>{const{reactorOptions:t,reactor:n,onReactorChange:s,...r}=e,o=b.useCallback(a=>{s(Array.isArray(a)?a.at(-1):a)},[s]);return c.jsxs("div",{...r,children:[c.jsx("h3",{className:"mb-4 font-semibold text-gray-900",children:"Select Reactor"}),c.jsx(_i,{className:"min-w-36 max-w-fit",name:"reactor",required:!0,value:n,options:t,multiple:!1,onChange:o})]})},Aw=e=>{const{className:t,reactorOptions:n,reactor:s,onReactorChange:r,onInstall:o,packages:a,onUninstall:i,mutable:l,packageOptions:u,...d}=e,f=b.useMemo(()=>u?.filter(h=>!a.find(p=>p.name===h.packageName)),[a,u]);return c.jsxs("div",{...d,className:I("flex h-full flex-1 flex-col rounded-lg p-3",t),children:[c.jsx(q5,{reactor:s,reactorOptions:n,onReactorChange:r,className:"mb-4"}),l&&c.jsx(_5,{onInstall:o,packageOptions:f}),c.jsx(G5,{packages:a,onUninstall:i,mutable:l})]})};function Rw(e){const{title:t,overlayProps:n,contentProps:s,onOpenChange:r,tabs:o,defaultTab:a,...i}=e,[l,u]=b.useState(a??o.at(0)?.id),d=o.map(p=>c.jsx("button",{type:"button",onClick:()=>u(p.id),children:c.jsxs("div",{className:I("flex h-9 w-48 cursor-pointer items-center gap-x-2 rounded-md pl-3 hover:bg-slate-50",l===p.id?"bg-slate-50":"bg-transparent"),children:[p.icon,c.jsx("span",{children:p.label})]})},p.id)),h=o.find(p=>p.id===l)?.content;return c.jsxs(Ue,{contentProps:{...s,className:I("min-h-full w-full max-w-4xl rounded-xl",s?.className),style:{...s?.style,boxShadow:"0px 0px 16px 4px rgba(0, 0, 0, 0.04), 0px 33px 32px -16px rgba(0, 0, 0, 0.10)"}},onOpenChange:r,overlayProps:{...n,className:I("py-28",n?.className)},...i,children:[c.jsxs("div",{className:"flex justify-between border-b border-slate-50 p-4",children:[c.jsx("h1",{className:"text-center text-xl font-semibold",children:t}),c.jsx("button",{type:"button",className:"flex size-6 items-center justify-center rounded-md outline-none",onClick:()=>r?.(!1),children:c.jsx(N,{name:"XmarkLight",size:24})})]}),c.jsxs("div",{className:"flex flex-1",children:[c.jsx("div",{className:"flex flex-col gap-y-1 p-3 pt-6",children:d}),c.jsx("div",{className:"m-6 flex h-full flex-1 flex-col overflow-hidden rounded-lg border border-slate-50",children:typeof h=="function"?c.jsx(h,{}):h})]})]})}const Ci="min-h-[48px] min-w-[142px] text-base font-semibold py-3 px-6 rounded-xl outline-none active:opacity-75 hover:scale-105 transform transition-all";function Dw(e){const{body:t,header:n,onOpenChange:s,onContinue:r,cancelLabel:o,continueLabel:a,overlayProps:i,contentProps:l,...u}=e;return c.jsx(Ue,{contentProps:{...l,className:I("rounded-3xl",l?.className)},onOpenChange:s,overlayProps:{...i,className:i?.className},...u,children:c.jsxs("div",{className:"w-[400px] p-6 text-slate-300",children:[c.jsx("div",{className:"border-b border-slate-50 pb-2 text-2xl font-bold text-gray-800",children:n}),c.jsx("div",{className:"my-6 rounded-md bg-slate-50 p-4 text-center",children:t}),c.jsxs("div",{className:"mt-8 flex justify-between gap-3",children:[c.jsx("button",{className:I(Ci,"flex-1 bg-slate-50 text-slate-800"),onClick:()=>s?.(!1),children:o}),c.jsx("button",{className:I(Ci,"flex-1 bg-gray-800 text-gray-50"),onClick:r,children:a})]})]})})}function Y5(e){const{branch:t="main"}=e;return c.jsxs("button",{className:"flex h-8 w-fit items-center gap-1 rounded-lg bg-slate-50 pl-1 pr-2 text-xs text-stone-300",children:[c.jsx(N,{name:"Branch"}),c.jsx("span",{children:"BRANCH"}),c.jsx("span",{className:"text-gray-900",children:t})]})}function Q5(e){const{docId:t}=e,[,n]=vr();function s(r){return()=>{n(r).catch(o=>{console.error("Failed to copy!",o)})}}return c.jsxs("button",{className:"flex h-8 w-fit items-center gap-1 rounded-lg bg-slate-50 pl-1 pr-2 text-xs text-stone-300",onClick:s(t),children:[c.jsx(N,{name:"Link"}),"DOC ID",c.jsx("span",{className:"text-gray-900",children:t})]})}const K5=e=>{const{documentState:t,onCopyState:n}=e,[,s]=vr();function r(){const o=JSON.stringify(t,null,2);s(o).then(()=>{n?.()}).catch(a=>{console.error("Failed to copy document state!",a)})}return c.jsx("button",{className:"rounded-lg bg-slate-50 p-1 text-stone-300",onClick:r,children:c.jsx(N,{name:"CurlyBrackets"})})};function J5(e){const{value:t,onChange:n}=e,s=[{displayValue:"Global scope",value:"global"},{displayValue:"Local scope",value:"local"}];return c.jsx(Lo,{absolutePositionMenu:!0,containerClassName:"bg-slate-50 text-gray-500 rounded-lg w-fit text-xs z-10",id:"scope select",itemClassName:"py-2 text-gray-500 grid grid-cols-[auto,auto] gap-1",items:s,menuClassName:"min-w-0 text-gray-500",onChange:n,value:t})}function X5(e){const{title:t,docId:n,scope:s,onChangeScope:r,onClose:o,className:a,documentState:i,onCopyState:l,...u}=e;return c.jsxs("header",{className:I("flex items-center justify-between bg-transparent",a),...u,children:[c.jsxs("div",{className:"flex items-center gap-3",children:[c.jsx("button",{name:"close-revision-history",className:"shadow-button rounded-lg bg-gray-50 p-1 text-stone-300",onClick:o,children:c.jsx(N,{name:"VariantArrowLeft"})}),c.jsx("h1",{className:"text-xs",children:t})]}),c.jsxs("div",{className:"flex items-center gap-2",children:[c.jsx(Q5,{docId:n}),i&&c.jsx(K5,{documentState:i,onCopyState:l}),c.jsx(Y5,{}),c.jsx(J5,{onChange:r,value:s})]})]})}function pt(e,t,n){let s=n.initialDeps??[],r;function o(){var a,i,l,u;let d;n.key&&((a=n.debug)!=null&&a.call(n))&&(d=Date.now());const f=e();if(!(f.length!==s.length||f.some((g,m)=>s[m]!==g)))return r;s=f;let p;if(n.key&&((i=n.debug)!=null&&i.call(n))&&(p=Date.now()),r=t(...f),n.key&&((l=n.debug)!=null&&l.call(n))){const g=Math.round((Date.now()-d)*100)/100,m=Math.round((Date.now()-p)*100)/100,y=m/16,x=(v,C)=>{for(v=String(v);v.length<C;)v=" "+v;return v};console.info(`%c⏱ ${x(m,5)} /${x(g,5)} ms`,`
|
|
43
|
+
font-size: .6rem;
|
|
44
|
+
font-weight: bold;
|
|
45
|
+
color: hsl(${Math.max(0,Math.min(120-120*y,120))}deg 100% 31%);`,n?.key)}return(u=n?.onChange)==null||u.call(n,r),r}return o.updateDeps=a=>{s=a},o}function Si(e,t){if(e===void 0)throw new Error("Unexpected undefined");return e}const Z5=(e,t)=>Math.abs(e-t)<1.01,e6=(e,t,n)=>{let s;return function(...r){e.clearTimeout(s),s=e.setTimeout(()=>t.apply(this,r),n)}},ji=e=>{const{offsetWidth:t,offsetHeight:n}=e;return{width:t,height:n}},t6=e=>e,n6=e=>{const t=Math.max(e.startIndex-e.overscan,0),n=Math.min(e.endIndex+e.overscan,e.count-1),s=[];for(let r=t;r<=n;r++)s.push(r);return s},r6=(e,t)=>{const n=e.scrollElement;if(!n)return;const s=e.targetWindow;if(!s)return;const r=a=>{const{width:i,height:l}=a;t({width:Math.round(i),height:Math.round(l)})};if(r(ji(n)),!s.ResizeObserver)return()=>{};const o=new s.ResizeObserver(a=>{const i=()=>{const l=a[0];if(l?.borderBoxSize){const u=l.borderBoxSize[0];if(u){r({width:u.inlineSize,height:u.blockSize});return}}r(ji(n))};e.options.useAnimationFrameWithResizeObserver?requestAnimationFrame(i):i()});return o.observe(n,{box:"border-box"}),()=>{o.unobserve(n)}},Ei={passive:!0},Pi=typeof window>"u"?!0:"onscrollend"in window,s6=(e,t)=>{const n=e.scrollElement;if(!n)return;const s=e.targetWindow;if(!s)return;let r=0;const o=e.options.useScrollendEvent&&Pi?()=>{}:e6(s,()=>{t(r,!1)},e.options.isScrollingResetDelay),a=d=>()=>{const{horizontal:f,isRtl:h}=e.options;r=f?n.scrollLeft*(h&&-1||1):n.scrollTop,o(),t(r,d)},i=a(!0),l=a(!1);l(),n.addEventListener("scroll",i,Ei);const u=e.options.useScrollendEvent&Πreturn u&&n.addEventListener("scrollend",l,Ei),()=>{n.removeEventListener("scroll",i),u&&n.removeEventListener("scrollend",l)}},o6=(e,t,n)=>{if(t?.borderBoxSize){const s=t.borderBoxSize[0];if(s)return Math.round(s[n.options.horizontal?"inlineSize":"blockSize"])}return e[n.options.horizontal?"offsetWidth":"offsetHeight"]},a6=(e,{adjustments:t=0,behavior:n},s)=>{var r,o;const a=e+t;(o=(r=s.scrollElement)==null?void 0:r.scrollTo)==null||o.call(r,{[s.options.horizontal?"left":"top"]:a,behavior:n})};class i6{constructor(t){this.unsubs=[],this.scrollElement=null,this.targetWindow=null,this.isScrolling=!1,this.measurementsCache=[],this.itemSizeCache=new Map,this.pendingMeasuredCacheIndexes=[],this.scrollRect=null,this.scrollOffset=null,this.scrollDirection=null,this.scrollAdjustments=0,this.elementsCache=new Map,this.observer=(()=>{let n=null;const s=()=>n||(!this.targetWindow||!this.targetWindow.ResizeObserver?null:n=new this.targetWindow.ResizeObserver(r=>{r.forEach(o=>{const a=()=>{this._measureElement(o.target,o)};this.options.useAnimationFrameWithResizeObserver?requestAnimationFrame(a):a()})}));return{disconnect:()=>{var r;(r=s())==null||r.disconnect(),n=null},observe:r=>{var o;return(o=s())==null?void 0:o.observe(r,{box:"border-box"})},unobserve:r=>{var o;return(o=s())==null?void 0:o.unobserve(r)}}})(),this.range=null,this.setOptions=n=>{Object.entries(n).forEach(([s,r])=>{typeof r>"u"&&delete n[s]}),this.options={debug:!1,initialOffset:0,overscan:1,paddingStart:0,paddingEnd:0,scrollPaddingStart:0,scrollPaddingEnd:0,horizontal:!1,getItemKey:t6,rangeExtractor:n6,onChange:()=>{},measureElement:o6,initialRect:{width:0,height:0},scrollMargin:0,gap:0,indexAttribute:"data-index",initialMeasurementsCache:[],lanes:1,isScrollingResetDelay:150,enabled:!0,isRtl:!1,useScrollendEvent:!1,useAnimationFrameWithResizeObserver:!1,...n}},this.notify=n=>{var s,r;(r=(s=this.options).onChange)==null||r.call(s,this,n)},this.maybeNotify=pt(()=>(this.calculateRange(),[this.isScrolling,this.range?this.range.startIndex:null,this.range?this.range.endIndex:null]),n=>{this.notify(n)},{key:!1,debug:()=>this.options.debug,initialDeps:[this.isScrolling,this.range?this.range.startIndex:null,this.range?this.range.endIndex:null]}),this.cleanup=()=>{this.unsubs.filter(Boolean).forEach(n=>n()),this.unsubs=[],this.observer.disconnect(),this.scrollElement=null,this.targetWindow=null},this._didMount=()=>()=>{this.cleanup()},this._willUpdate=()=>{var n;const s=this.options.enabled?this.options.getScrollElement():null;if(this.scrollElement!==s){if(this.cleanup(),!s){this.maybeNotify();return}this.scrollElement=s,this.scrollElement&&"ownerDocument"in this.scrollElement?this.targetWindow=this.scrollElement.ownerDocument.defaultView:this.targetWindow=((n=this.scrollElement)==null?void 0:n.window)??null,this.elementsCache.forEach(r=>{this.observer.observe(r)}),this._scrollToOffset(this.getScrollOffset(),{adjustments:void 0,behavior:void 0}),this.unsubs.push(this.options.observeElementRect(this,r=>{this.scrollRect=r,this.maybeNotify()})),this.unsubs.push(this.options.observeElementOffset(this,(r,o)=>{this.scrollAdjustments=0,this.scrollDirection=o?this.getScrollOffset()<r?"forward":"backward":null,this.scrollOffset=r,this.isScrolling=o,this.maybeNotify()}))}},this.getSize=()=>this.options.enabled?(this.scrollRect=this.scrollRect??this.options.initialRect,this.scrollRect[this.options.horizontal?"width":"height"]):(this.scrollRect=null,0),this.getScrollOffset=()=>this.options.enabled?(this.scrollOffset=this.scrollOffset??(typeof this.options.initialOffset=="function"?this.options.initialOffset():this.options.initialOffset),this.scrollOffset):(this.scrollOffset=null,0),this.getFurthestMeasurement=(n,s)=>{const r=new Map,o=new Map;for(let a=s-1;a>=0;a--){const i=n[a];if(r.has(i.lane))continue;const l=o.get(i.lane);if(l==null||i.end>l.end?o.set(i.lane,i):i.end<l.end&&r.set(i.lane,!0),r.size===this.options.lanes)break}return o.size===this.options.lanes?Array.from(o.values()).sort((a,i)=>a.end===i.end?a.index-i.index:a.end-i.end)[0]:void 0},this.getMeasurementOptions=pt(()=>[this.options.count,this.options.paddingStart,this.options.scrollMargin,this.options.getItemKey,this.options.enabled],(n,s,r,o,a)=>(this.pendingMeasuredCacheIndexes=[],{count:n,paddingStart:s,scrollMargin:r,getItemKey:o,enabled:a}),{key:!1}),this.getMeasurements=pt(()=>[this.getMeasurementOptions(),this.itemSizeCache],({count:n,paddingStart:s,scrollMargin:r,getItemKey:o,enabled:a},i)=>{if(!a)return this.measurementsCache=[],this.itemSizeCache.clear(),[];this.measurementsCache.length===0&&(this.measurementsCache=this.options.initialMeasurementsCache,this.measurementsCache.forEach(d=>{this.itemSizeCache.set(d.key,d.size)}));const l=this.pendingMeasuredCacheIndexes.length>0?Math.min(...this.pendingMeasuredCacheIndexes):0;this.pendingMeasuredCacheIndexes=[];const u=this.measurementsCache.slice(0,l);for(let d=l;d<n;d++){const f=o(d),h=this.options.lanes===1?u[d-1]:this.getFurthestMeasurement(u,d),p=h?h.end+this.options.gap:s+r,g=i.get(f),m=typeof g=="number"?g:this.options.estimateSize(d),y=p+m,x=h?h.lane:d%this.options.lanes;u[d]={index:d,start:p,size:m,end:y,key:f,lane:x}}return this.measurementsCache=u,u},{key:!1,debug:()=>this.options.debug}),this.calculateRange=pt(()=>[this.getMeasurements(),this.getSize(),this.getScrollOffset(),this.options.lanes],(n,s,r,o)=>this.range=n.length>0&&s>0?c6({measurements:n,outerSize:s,scrollOffset:r,lanes:o}):null,{key:!1,debug:()=>this.options.debug}),this.getVirtualIndexes=pt(()=>{let n=null,s=null;const r=this.calculateRange();return r&&(n=r.startIndex,s=r.endIndex),this.maybeNotify.updateDeps([this.isScrolling,n,s]),[this.options.rangeExtractor,this.options.overscan,this.options.count,n,s]},(n,s,r,o,a)=>o===null||a===null?[]:n({startIndex:o,endIndex:a,overscan:s,count:r}),{key:!1,debug:()=>this.options.debug}),this.indexFromElement=n=>{const s=this.options.indexAttribute,r=n.getAttribute(s);return r?parseInt(r,10):(console.warn(`Missing attribute name '${s}={index}' on measured element.`),-1)},this._measureElement=(n,s)=>{const r=this.indexFromElement(n),o=this.measurementsCache[r];if(!o)return;const a=o.key,i=this.elementsCache.get(a);i!==n&&(i&&this.observer.unobserve(i),this.observer.observe(n),this.elementsCache.set(a,n)),n.isConnected&&this.resizeItem(r,this.options.measureElement(n,s,this))},this.resizeItem=(n,s)=>{const r=this.measurementsCache[n];if(!r)return;const o=this.itemSizeCache.get(r.key)??r.size,a=s-o;a!==0&&((this.shouldAdjustScrollPositionOnItemSizeChange!==void 0?this.shouldAdjustScrollPositionOnItemSizeChange(r,a,this):r.start<this.getScrollOffset()+this.scrollAdjustments)&&this._scrollToOffset(this.getScrollOffset(),{adjustments:this.scrollAdjustments+=a,behavior:void 0}),this.pendingMeasuredCacheIndexes.push(r.index),this.itemSizeCache=new Map(this.itemSizeCache.set(r.key,s)),this.notify(!1))},this.measureElement=n=>{if(!n){this.elementsCache.forEach((s,r)=>{s.isConnected||(this.observer.unobserve(s),this.elementsCache.delete(r))});return}this._measureElement(n,void 0)},this.getVirtualItems=pt(()=>[this.getVirtualIndexes(),this.getMeasurements()],(n,s)=>{const r=[];for(let o=0,a=n.length;o<a;o++){const i=n[o],l=s[i];r.push(l)}return r},{key:!1,debug:()=>this.options.debug}),this.getVirtualItemForOffset=n=>{const s=this.getMeasurements();if(s.length!==0)return Si(s[Du(0,s.length-1,r=>Si(s[r]).start,n)])},this.getOffsetForAlignment=(n,s,r=0)=>{const o=this.getSize(),a=this.getScrollOffset();s==="auto"&&(s=n>=a+o?"end":"start"),s==="center"?n+=(r-o)/2:s==="end"&&(n-=o);const i=this.getTotalSize()+this.options.scrollMargin-o;return Math.max(Math.min(i,n),0)},this.getOffsetForIndex=(n,s="auto")=>{n=Math.max(0,Math.min(n,this.options.count-1));const r=this.measurementsCache[n];if(!r)return;const o=this.getSize(),a=this.getScrollOffset();if(s==="auto")if(r.end>=a+o-this.options.scrollPaddingEnd)s="end";else if(r.start<=a+this.options.scrollPaddingStart)s="start";else return[a,s];const i=s==="end"?r.end+this.options.scrollPaddingEnd:r.start-this.options.scrollPaddingStart;return[this.getOffsetForAlignment(i,s,r.size),s]},this.isDynamicMode=()=>this.elementsCache.size>0,this.scrollToOffset=(n,{align:s="start",behavior:r}={})=>{r==="smooth"&&this.isDynamicMode()&&console.warn("The `smooth` scroll behavior is not fully supported with dynamic size."),this._scrollToOffset(this.getOffsetForAlignment(n,s),{adjustments:void 0,behavior:r})},this.scrollToIndex=(n,{align:s="auto",behavior:r}={})=>{r==="smooth"&&this.isDynamicMode()&&console.warn("The `smooth` scroll behavior is not fully supported with dynamic size."),n=Math.max(0,Math.min(n,this.options.count-1));let o=0;const a=10,i=u=>{if(!this.targetWindow)return;const d=this.getOffsetForIndex(n,u);if(!d){console.warn("Failed to get offset for index:",n);return}const[f,h]=d;this._scrollToOffset(f,{adjustments:void 0,behavior:r}),this.targetWindow.requestAnimationFrame(()=>{const p=this.getScrollOffset(),g=this.getOffsetForIndex(n,h);if(!g){console.warn("Failed to get offset for index:",n);return}Z5(g[0],p)||l(h)})},l=u=>{this.targetWindow&&(o++,o<a?this.targetWindow.requestAnimationFrame(()=>i(u)):console.warn(`Failed to scroll to index ${n} after ${a} attempts.`))};i(s)},this.scrollBy=(n,{behavior:s}={})=>{s==="smooth"&&this.isDynamicMode()&&console.warn("The `smooth` scroll behavior is not fully supported with dynamic size."),this._scrollToOffset(this.getScrollOffset()+n,{adjustments:void 0,behavior:s})},this.getTotalSize=()=>{var n;const s=this.getMeasurements();let r;if(s.length===0)r=this.options.paddingStart;else if(this.options.lanes===1)r=((n=s[s.length-1])==null?void 0:n.end)??0;else{const o=Array(this.options.lanes).fill(null);let a=s.length-1;for(;a>=0&&o.some(i=>i===null);){const i=s[a];o[i.lane]===null&&(o[i.lane]=i.end),a--}r=Math.max(...o.filter(i=>i!==null))}return Math.max(r-this.options.scrollMargin+this.options.paddingEnd,0)},this._scrollToOffset=(n,{adjustments:s,behavior:r})=>{this.options.scrollToFn(n,{behavior:r,adjustments:s},this)},this.measure=()=>{this.itemSizeCache=new Map,this.notify(!1)},this.setOptions(t)}}const Du=(e,t,n,s)=>{for(;e<=t;){const r=(e+t)/2|0,o=n(r);if(o<s)e=r+1;else if(o>s)t=r-1;else return r}return e>0?e-1:0};function c6({measurements:e,outerSize:t,scrollOffset:n,lanes:s}){const r=e.length-1,o=l=>e[l].start;if(e.length<=s)return{startIndex:0,endIndex:r};let a=Du(0,r,o,n),i=a;if(s===1)for(;i<r&&e[i].end<n+t;)i++;else if(s>1){const l=Array(s).fill(0);for(;i<r&&l.some(d=>d<n+t);){const d=e[i];l[d.lane]=d.end,i++}const u=Array(s).fill(n+t);for(;a>=0&&u.some(d=>d>=n);){const d=e[a];u[d.lane]=d.start,a--}a=Math.max(0,a-a%s),i=Math.min(r,i+(s-1-i%s))}return{startIndex:a,endIndex:i}}const Oi=typeof document<"u"?b.useLayoutEffect:b.useEffect;function l6(e){const t=b.useReducer(()=>({}),{})[1],n={...e,onChange:(r,o)=>{var a;o?ki.flushSync(t):t(),(a=e.onChange)==null||a.call(e,r,o)}},[s]=b.useState(()=>new i6(n));return s.setOptions(n),Oi(()=>s._didMount(),[]),Oi(()=>s._willUpdate()),s}function u6(e){return l6({observeElementRect:r6,observeElementOffset:s6,scrollToFn:a6,...e})}function d6(e){return`${e.slice(0,7)}...${e.slice(-5)}`}function f6(e){const{address:t,chainId:n}=e,[,s]=vr();if(!t)return null;const r=d6(t);function o(i){return()=>{s(i).catch(l=>{console.error("Failed to copy!",l)})}}const a=c.jsxs("button",{className:"flex items-center gap-1",onClick:o(t),children:[t,c.jsx(N,{className:"inline-block text-gray-600",name:"FilesEarmark",size:16})]});return c.jsx(Ke,{content:a,children:c.jsxs("span",{className:"flex w-fit cursor-pointer items-center gap-1 rounded-lg bg-gray-100 p-1 text-xs text-slate-100",children:[c.jsx(hu,{address:t,chainId:n}),r]})})}function h6(e){const{errors:t}=e,n=!!t?.length,s=n?"text-red-800":"text-green-700",r=n?c.jsx(N,{name:"Exclamation",size:16}):c.jsx(N,{name:"Check",size:16}),o=n?`Error: ${t[0]}`:"No errors",a=c.jsxs("span",{className:I("flex w-fit items-center rounded-lg border border-gray-200 px-2 py-1 text-xs",s,n&&"cursor-pointer"),children:[r,c.jsx("span",{className:I("inline-block max-w-36 truncate"),children:o})]}),i=t?.map((l,u)=>c.jsxs("p",{className:"text-red-800",children:["Error: ",l]},u));return n?c.jsx(Ke,{content:i,children:a}):a}function p6(e){const{operationType:t,operationInput:n}=e,s=c.jsx("code",{children:c.jsx("pre",{children:JSON.stringify(n,null,2)})});return c.jsx(Ke,{content:s,children:c.jsxs("span",{className:"flex cursor-pointer items-center gap-2 text-xs",children:[t,c.jsx(N,{className:"text-gray-300",name:"Braces",size:16})]})})}function m6(e){const{operationIndex:t,eventId:n,stateHash:s}=e,[,r]=vr(),o=t+1,a=c.jsxs("button",{className:"flex items-center gap-1",onClick:i(s),children:["Revision ",o," - Event ID: ",n," - State Hash: ",s,c.jsx(N,{className:"inline-block text-gray-600",name:"FilesEarmark",size:16})]});function i(l){return()=>{r(l).catch(u=>{console.error("Failed to copy!",u)})}}return c.jsx(Ke,{content:a,children:c.jsxs("span",{className:"flex cursor-pointer items-center gap-2 text-xs text-gray-600",children:["Revision ",o,".",c.jsx("a",{children:c.jsx(N,{className:"cursor-pointer text-slate-100",name:"Ellipsis",size:14})})]})})}function g6(e){const{signatures:t}=e;if(!t?.length)return null;const n=c.jsxs("div",{className:"text-xs text-slate-300",children:[c.jsx("h3",{className:"mb-2",children:"Signature details:"}),t.map((s,r)=>c.jsxs("div",{className:"mb-2 last:mb-0",children:[c.jsxs("h4",{children:["Signature #",r+1," -"," ",s.isVerified?"verified":"unverified"]}),c.jsx("code",{children:c.jsx("pre",{children:JSON.stringify(s,null,2)})})]},s.hash))]});return c.jsx(Ke,{content:n,children:c.jsxs("span",{className:"flex w-fit cursor-pointer items-center gap-1 rounded-lg border border-gray-200 px-2 py-1",children:[c.jsx(b6,{signatures:t})," ",c.jsx(N,{className:"text-gray-300",name:"InfoSquare",size:16})]})})}function b6(e){const{signatures:t}=e;if(!t?.length)return null;const n=t.length,s=t.filter(i=>i.isVerified).length,o=`${s}/${n} ${n===1?"signature":"signatures"} verified`,a=s===0?"text-red-800":s===n?"text-green-700":"text-orange-700";return c.jsx("span",{className:`text-xs ${a}`,children:o})}function y6(e){const{timestampUtcMs:t}=e,n=typeof t=="string"&&!t.includes("-")?parseInt(t):t,s=new Date(n),r=er(s,"HH:mm 'UTC'"),o=er(s,"eee, dd MMM yyyy HH:mm:ss 'UTC'"),a=c.jsx("div",{children:o});return c.jsx(Ke,{content:a,children:c.jsxs("span",{className:"cursor-pointer text-xs",children:["committed at ",r]})})}function v6(e){return c.jsxs("article",{className:"flex items-center justify-between rounded-xl border border-gray-200 bg-white px-4 py-2",children:[c.jsxs("div",{className:"flex items-center gap-2",children:[c.jsx(m6,{...e}),c.jsx(p6,{...e}),c.jsx(f6,{...e}),c.jsx(y6,{...e})]}),c.jsxs("div",{className:"flex items-center gap-1",children:[c.jsx(g6,{...e}),c.jsx(h6,{...e})]})]})}const x6=b.memo(v6);function w6(e){const{operationIndex:t,skipCount:n}=e,s=t,r=n===1?`${s}`:`${s} - ${s+1-n}`;return c.jsxs("article",{className:"grid grid-cols-[1fr,auto,1fr] items-center py-2",children:[c.jsx("div",{className:"h-px rounded-full bg-slate-100"}),c.jsxs("div",{className:"mx-3 text-xs text-slate-100",children:["[Skipped Revision ",r,"]"]}),c.jsx("div",{className:"h-px rounded-full bg-slate-100"})]})}function C6(e){const t=[],n=new Set;for(const s of e){if(!s.timestampUtcMs)continue;const r=s.timestampUtcMs.split("T")[0];n.has(r)||(n.add(r),t.push({type:"day",height:32,timestampUtcMs:r})),t.push({type:"revision",height:46,operationIndex:s.index,eventId:s.id??"EVENT_ID_NOT_FOUND",stateHash:s.hash,operationType:s.action.type,operationInput:s.action.input??{},address:s.action?.context?.signer?.user.address,chainId:s.action?.context?.signer?.user.chainId,timestampUtcMs:s.timestampUtcMs,signatures:j6(s.action?.context?.signer?.signatures??[]),errors:s.error?[s.error]:void 0}),s.skip>0&&t.push({type:"skip",height:34,operationIndex:s.index,skipCount:s.skip,timestampUtcMs:s.timestampUtcMs})}return t}function S6(e){const[t,n,s,r]=e;return{signerAddress:t,hash:n,prevStateHash:s,signatureBytes:r,isVerified:!0}}function j6(e){return e?.map(S6)}function E6(e){const{timestampUtcMs:t}=e,n=er(t,"MMM dd, yyyy");return c.jsxs("h2",{className:"-ml-6 flex items-center gap-1 bg-slate-50 py-2 text-xs text-slate-100",children:[c.jsx(N,{name:"Ring",size:16})," Changes on ",n]})}function P6(e){const{localOperations:t,globalOperations:n,scope:s}=e,r=s==="local"?t:n,o=100,a=b.useMemo(()=>C6(r),[r]),[i,l]=b.useState(0),[u,d]=b.useState(o),[f,h]=b.useState(()=>a.slice(0,u)),p=b.useRef(null),g=f.length<a.length,m=u6({count:f.length,getScrollElement:()=>p.current,estimateSize:x=>a[x].height,gap:8});b.useEffect(()=>{if(!g)return;const x=Math.floor(i/46),v=o+x;d(C=>v>C?v:C)},[i,g]),b.useEffect(()=>{h(a.slice(0,u))},[a,u]);const y=x=>{l(v=>{const C=v+x.deltaY;return C<0?0:C})};return b.useEffect(()=>(window.addEventListener("wheel",y),()=>{window.removeEventListener("wheel",y)}),[]),c.jsx("div",{className:"border-l border-slate-100",ref:p,style:{height:`${m.getTotalSize()}px`,width:"100%",position:"relative"},children:m.getVirtualItems().map(x=>{const v=f[x.index];return c.jsxs("div",{style:{position:"absolute",top:0,left:16,width:"100%",height:`${x.size}px`,transform:`translateY(${x.start}px)`},children:[v.type==="revision"&&b.createElement(x6,{...v,key:x.key}),v.type==="skip"&&c.jsx(w6,{...v},x.key),v.type==="day"&&c.jsx(E6,{...v},x.key)]},x.index)})})}function Lw(e){const{documentTitle:t,documentId:n,globalOperations:s,localOperations:r,onClose:o,itemsPerPage:a=100,documentState:i,onCopyState:l}=e,[u,d]=b.useState("global"),f=b.useMemo(()=>Nd(Id(u==="global"?s:r)).sort((M,k)=>k.index-M.index),[s,r,u]),{pageItems:h,pages:p,goToPage:g,goToNextPage:m,goToPreviousPage:y,goToFirstPage:x,goToLastPage:v,hiddenNextPages:C,isNextPageAvailable:E,isPreviousPageAvailable:w}=xd(f,{itemsPerPage:a});function j(O){x(),d(O)}const P=f.length>a?c.jsx("div",{className:"mt-4 flex w-full justify-end",children:c.jsx(wd,{firstPageLabel:"First Page",goToFirstPage:x,goToLastPage:v,goToNextPage:m,goToPage:g,goToPreviousPage:y,hiddenNextPages:C,isNextPageAvailable:E,isPreviousPageAvailable:w,lastPageLabel:"Last Page",nextPageLabel:"Next",pages:p,previousPageLabel:"Previous"})}):c.jsx("hr",{className:"h-12 border-none"});return c.jsxs(qc,{children:[c.jsx(X5,{docId:n,onChangeScope:j,onClose:o,scope:u,title:t,documentState:i,onCopyState:l}),P,c.jsx("div",{className:"mt-4 flex justify-center rounded-md bg-slate-50 p-4",children:f.length>0?c.jsx("div",{className:"grid grid-cols-[minmax(min-content,1018px)]",children:c.jsx(P6,{globalOperations:u==="global"?h:[],localOperations:u==="local"?h:[],scope:u})}):c.jsx("h3",{className:"my-40 text-gray-600",children:"This document has no recorded operations yet."})}),P]})}const O6=function(t){const{icon:n,title:s,description:r,containerClassName:o,active:a,onClick:i}=t;return c.jsx("div",{className:I("relative flex cursor-pointer flex-col items-center justify-center text-center text-sm text-black",o,a&&"bg-white",i&&"cursor-pointer"),onClick:i,children:c.jsx("div",{className:"mx-auto py-4",children:n||c.jsx("div",{className:"size-8 items-center justify-center rounded-lg bg-black pt-1",children:c.jsx("span",{className:"text-6 w-6 text-white",children:s.slice(0,1).toUpperCase()})})})})},Fw=function(t){const{containerClassName:n,onClick:s}=t;return c.jsx(O6,{title:"Create New Drive",icon:c.jsx(N,{name:"PlusSquare",size:32}),onClick:s,containerClassName:n})},N6="/assets/renown-short-hover-BiSLBV7L.png",I6="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAJAAAACQCAYAAADnRuK4AAAACXBIWXMAACxLAAAsSwGlPZapAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAtmSURBVHgB7Z3dbtvmGcefl5LsqHYCq0C6tEUCZ0kDzAFqd0NTYAmweAfr0YD0CrpeQboriH0H6RUsu4ChAYodtCdJD3LQBGttILEBJ4tdJ2uzBoi0yIpsi+S790+ZDkmREilSHySfX6FKpkgliH5+nuf9pKAEkFLO1Bu7VzRNzEuiWfXzglDHSIgZYsYC9b1sCaEeJFZMU66WCnS7XC5vUUwE9Qmk2dndvar+ZpetB5NCxIr6Hr+II1NkgQ7FMeTnHGGygxLhRkGj5agiRRKo3mxeY3EyjkZLR8vl5bCnhxKo2WzOGqb4UpJcCDpH1T+E/wpKY+3gU4XoO0MyCaKyhvVsqifTNNWzVM8y8Hz1rW2pr3ExTDTq+Q3vNPc/lYZ+3S/qwI+iVlDSCJYlZcgDiVqGQdLXJVGTJD47NjV5s9vndP3W6429a8rZpY6LIE6hoB4aMenHMMxgkXqktECBguSBNHhwxMkWiEgt3SRDpbgOukjka8HLxt4VQeaX3uOlIkedrKPr7WjkRWiFv0yXJ/7ecdx7AAWzbsgfnDUPgs1EsWgVykz2QTTaa+melCZqRU1+4C2sO8KJSoe3vAXzZInlyRMoTxAw3MgZXbXEvee6BELdg6EI5zGkLa538gcCRkk1lNzIhXqjseQ8cmiGlbpM2nS+WdA0migViMkvKKx1V00kavr+5OlKRdTw02EEUqnrmvNCBJ1SkQvmvFMsauROQHKmOPHqc/sn6y2/6MMtLsams2X2OgpZhrQM92h6u6OQ5WHadItCliWqSL7quqDAdQ/jpqB5nBDaH6wnv/R1ZKLILS/GBbqEdvdarmP6/pGK5k1f1qg6y8N4gBHevsBSafeKOuSeoqGxPEwAXjcwvUfVQGLedZLGxTPjj9cNKWhWw/9cJ3EAYgLwuqHaZvM4Nus+zAYxAXSkMDGj9TiHYQ7pVEP1BxEzFL6+9T3tvGrS4u/fpzcrRykrcMU8BLb/85yePa/STmOX1h49oSzBAg2BJ0qgw9dPn1OWYIEGzH5LtyKQ8+dnv1QpK7BAA2ZbRRxI42T1wSZlBRZowKw/2u44hnpov9WiLMACDRCI8qK64/ve2sZTygIs0ABZvf848L31je1MRCEWaEA82vxZRaBa4Puoi1bvp78WYoEGxOra457nrD18kvoWGQs0AFYfPLY6DcOdm+4oxAIlzE6jSSsRpEChvbaR3t5pFihBUBR/fft7isq9lY3UpjIWKEHufLceOnV1XHtvzYpeaYMFSgjUPds/9T/OBfEQvdLWtGeBEgDyrCRQDFsS3UqXRCxQTJKSx+ZFbSdVErFAMbi38jBReWwg0Vff3E1FTcQC9YHV2lJRYm1jmwaFXRONu0Si3mi69qEqT5aICQb9NnfurvXd2uqHhfO/pvnzp2kcaHpWp7JAIUHUWX2wNdCo0403Z6Zp8eL7ND1VplHCAvXBuuopXlHFsndi2Cg4O/u2FY1GJRILFBJEnEebz2j94fZQ01UYpqeO0InjlZGIxAL1ADUOJsFjOsY4RJxenHr3OJ05/Tadeuc4DQMWKAC0dtqtnvGKNmGZKBXp4oU5S6hB4hWIm/EHoO8lrfIAa/XHT8NfMsQCHXDirYqqK9J7FytEoLmzp2jYcArzgCiEqRWYUTjuEQnSWPWPSlsoqocB10ARwIJATH7vNrd5FECc35w7SXPnTlmvhwkL1AdokY1DRBqlODYsUAzQmTiqOcwnVTP90kdzIxPHhgWKSXuQ819Di0YQ5sMPzlk90OMAC5QQd1c2rCGOQYIe548v/856Hhe8AvEGU31yYeGcFR0GldLQpbB4aX7kKasXLFAMMM0CJC3RGZWuLqle5TQwcoGGUUsMMgUkLVGa5AEjF+gf/7xDwwQyTb9RpomJIlVmpg96oON1wiUlEeb8pEkekLsUhohnRz10FNpfOiRCr26/rR1IhPGofgtriL14cZ7SBtdAB2AaBx5YZXF29p2+ppBCov/+UlMDs3WKyri1tsLCg6keEJ3QYYjU+mjr50jXosWEaadRW04fLryXSnkACxQARMLk+ah1DUSYP6iJwoDmOoYm0goL1ANEI4gUhTk1XhV2asjFC+cpzbBAIUAqiypRmCiEc9KaumxYoJBAoij7+PSaoAZxxmV8Kw4sUASwj8+LavgWVrcodEa19NIefQALFBGshw9LtyiUhegDWKCIWP1FEXYT84tCGK7IQvQBqe1IxBdwJuRvcbW6Qy/+V09s3A1Ne0SXMODWTugXcq4xO3s6G9EHpFcgNZ61EKG/BSQ1NRU9zVi5OlHqPXfKnvhuD3HYq0qzQq5SGH7z//ynj2LXH+077oSfaO9cNfqrDMkDclcD2Ss4464BQy0UFqS7k+8et0bbo0bNcSe3g6noAf7qm+/6Xv8eNQ3+UY2RZZHctsKsIjxGMVvtY8Q9i+S6GR9nR4s0r6NPklwLlKW7J4+KXAs07ise0gD3RDOxyLVAadiBbNzJtUAvYrSksjKWFZdcC/TvzWhznp1gKIXJsUDYEzFKb7KXSmWamBwLtP7waay+nCwNiMYhlwJh7VfcHedPvJXe/RSTJFcdIdbCwfubsVIXwDykMFM58kBqBdp51bSW3IShgY0zlTRJDT9kaUJYXNIrkJJhFNvNofbh+uc13BMdkYsp2z1j0LBAEcjCQsCkYYFCghmMC2Ny07dxggUKgXWzt0vp27tnGPB8hh6My/7M4wr/qwQAYbDJVJq3XhkGLJAPuJ0AVk9w1OkN10A+oJeZ5QkHC+QD7tCDladMb1L7a4be4I8Xfxv4fpwbo2Cm4trGU262hyCzESjuLZE4CoUjswLZ99bqFzsKMd3JdA3EUWjwZFogjkKDJ/OtMI5CgyXzAtkbPPULR6Hu5KIfaO69eMMRHIWCyYVA7W3l+p8Ez1EomNz0RM/H3BmMo5A/uRGo187xveAo5E+uxsI4CiVPrgTiKJQ8uRuN5yiULLkTiKNQsuRyPhDulBMHjkKvyaVAWJocZ30XR6HX5HZG4pmYtzvgKNQmtwLFHWTlKNQmtwLFneoBOArlfFI9R6H4iHqjKZ0HypO8cRITTHPPHXFVBJKuG19JSQzji58amiRR630awygzTLcbgmhLE0KsOA+a7A8TgFcNKZRAZJo/Og8apkkM44fpdcOUq0hhrggkuQhiAjA9bsAdzWjt3nSdpHIYO8R4QWAxPfWNUaDbWqVSqSmVbjvf0E2DGMaJ2VFAy5VKubzV7kiU9K3zTUPnOohx0zLcTphSfIFnSyBd373u7A+Ca7rBUYhpYyh5vLUx0heeLYGsNGa2jbLRdZNrIcYSxxt9BGk3kL7arw+oVqszxYnJTXXocLpesahRqVAgJr/s64YVgZzoGp22BTocTA2KQpzK8ouuxPHKo6qfZVseILwX1Ru7P6jAteA8NqlGrDVNEJMfkLp29933lBWq53n6jbJr27aO6Ry6Jj/xDrBi2gJ3MOYHQzXZ91rezCNrLUGL3nM7BEJ4klL81XWpesBGTmfZB2nLL2BIKnzmTF02vhPKjk2Xb5BJy97jLVUToajiaJQ9rNaW+m7x6MRcPjY1edPvuq6FTb3eXFKKXeu4SCXDYkGzHkz6QdTRffp62pjLR6emloKu7VkZv3zZuCIK4m/O5v3hxQciFVSBjddMeoAsuolWlgwQR9aEKmWmkY26EOpbrzabsyVJt9SfMxt0DlppmmiLhNf4YJZqPLAFQXGMEXW/gVEnmCPWEvITv5qn41yKQFBKY7KCtPoCjx4tL4W9InKIQDQqGOaSENqnxGSEtjj69JHrFeGd4tydvnNMWyS6rMLdVW/HI5MShBoQNejbfsR5/REJcCiTJZKYl4Jm1QfPEjMmyBoWT2AOj+rQ+REzCY2pIzf7lcbJ/wH9VD8KK3ri6QAAAABJRU5ErkJggg==",M6=({onLogin:e})=>{const[t,n]=b.useState(!1),s=!t&&!!e,r=t?c.jsx(N,{name:"Reload",size:14,className:"animate-spin"}):c.jsx("span",{children:"Connect"}),o=()=>{e&&(n(!0),e())};return c.jsxs("div",{className:"p-4",children:[c.jsx("div",{className:"mb-4 flex justify-center",children:c.jsx("div",{className:"flex h-[22px] w-[83px] items-center justify-center overflow-hidden",children:c.jsx(N,{name:"RenownLight",size:83})})}),c.jsx("button",{onClick:s?o:void 0,className:I("mt-4 flex h-7 w-full cursor-pointer items-center justify-center rounded-lg border border-gray-300 bg-transparent text-sm active:opacity-70",s?"cursor-pointer":"cursor-wait"),type:"button",children:r})]})},T6=({onLogin:e})=>{const t=c.jsx(M6,{onLogin:e});return c.jsx(uc,{content:t,children:c.jsxs("div",{className:I("group/sidebar-footer flex w-full items-baseline justify-start text-sm font-semibold leading-10 text-gray-600",e?"cursor-pointer":"cursor-wait"),children:[c.jsx("img",{width:42,height:42,loading:"lazy",className:"group-hover/sidebar-footer:hidden",src:I6,alt:"Renown Login"}),c.jsx("img",{width:42,height:42,loading:"lazy",className:"hidden group-hover/sidebar-footer:block",src:N6,alt:"Renown Login Hover"})]})})},k6=e=>`${e.slice(0,7)}...${e.slice(-5)}`,A6=({address:e,onDisconnect:t,etherscanUrl:n,username:s=""})=>{const[r,o]=b.useState(!1),a=b.useCallback(async i=>{try{await navigator.clipboard.writeText(i),o(!0),setTimeout(()=>o(!1),2e3)}catch(l){console.error("Failed to copy address:",l)}},[]);return c.jsxs("div",{className:"flex flex-col divide-y divide-gray-200 text-gray-900",children:[c.jsxs("div",{className:"px-3 py-2",children:[s&&c.jsx("div",{className:"text-sm font-medium",children:s}),c.jsx("div",{className:"mt-1 flex items-center gap-2",children:c.jsx(Ee,{size:"small",color:"light",onClick:a.bind(null,e),className:"w-full cursor-pointer bg-transparent p-0 active:opacity-70",type:"button",children:c.jsxs("div",{className:"relative flex w-full items-center gap-1",children:[c.jsxs("div",{className:`flex items-center gap-1 transition-opacity duration-150 ${r?"opacity-0":"opacity-100"}`,children:[c.jsx("span",{className:"text-xs",children:k6(e)}),c.jsx(N,{name:"FilesEarmark",color:"#9EA0A1",size:14})]}),c.jsx("div",{className:`absolute left-0 text-xs transition-opacity duration-150 ${r?"opacity-100":"opacity-0"}`,children:"Copied to clipboard!"})]})})})]}),n&&c.jsx("div",{className:"px-3 py-2",children:c.jsxs("a",{href:n,target:"_blank",rel:"noopener noreferrer",className:"flex items-center gap-2 text-sm text-gray-900 hover:text-gray-600",children:[c.jsx(N,{name:"Ethscan",size:14}),"View on Etherscan"]})}),c.jsx("div",{className:"px-3 py-2",children:c.jsxs("button",{onClick:t,className:I("flex w-full items-center gap-2 text-sm text-red-900",t?"cursor-pointer hover:text-red-700":"pointer-events-none cursor-wait"),type:"button",children:[c.jsx(N,{name:"Disconnect",size:14,color:"#EA4335"}),"Disconnect"]})})]})},R6=({address:e,etherscanUrl:t,onDisconnect:n})=>{const{data:s}=fu({address:e}),r=s,o=c.jsx(A6,{address:e,username:r,onDisconnect:n,etherscanUrl:t});return c.jsx(uc,{content:o,children:c.jsx("div",{className:"flex items-center justify-center rounded-sm",children:c.jsx(hu,{address:e,size:"40px"})})})},D6=({address:e,className:t,onLogin:n,onClickSettings:s,onInspectorClick:r,onDisconnect:o,etherscanUrl:a="",...i})=>c.jsxs(Cd,{...i,className:I("flex flex-col gap-2 border-t border-gray-300 px-2 py-4",t),children:[c.jsx("div",{children:e?c.jsx(R6,{address:e,onDisconnect:o,etherscanUrl:a}):c.jsx(T6,{onLogin:n})}),r&&c.jsx("button",{"aria-label":"Inspector",type:"button",className:"mt-3 flex w-full cursor-pointer items-center justify-center outline-none",onClick:r,children:c.jsx(N,{className:"text-gray-600",name:"CircleInfo"})}),c.jsxs("button",{"aria-label":"Settings",type:"button",className:I("mt-3 flex w-full items-center justify-center outline-none",s?"cursor-pointer":"cursor-wait"),onClick:s,children:[c.jsx(N,{className:"text-gray-600",name:"Settings"}),c.jsx("span",{className:"hidden text-sm font-semibold leading-6 text-gray-800",children:"Settings"})]})]}),L6=({onClick:e,className:t,children:n,...s})=>c.jsx(Sd,{...s,className:I("flex justify-center gap-4 border-b border-gray-300 py-4",t),children:c.jsx("button",{"aria-label":"Home",className:e?"cursor-pointer":"cursor-wait",onClick:e,type:"button",children:c.jsx(N,{className:"text-gray-600",name:"ConnectSmall",size:24})})}),$w=({onClick:e,address:t,headerContent:n,onClickSettings:s,onInspectorClick:r,maxWidth:o="304px",minWidth:a="58px",onLogin:i,onDisconnect:l,etherscanUrl:u,...d})=>c.jsxs(jd,{...d,maxWidth:o,minWidth:a,children:[c.jsxs(Ed,{children:[c.jsx(L6,{onClick:e,children:n}),c.jsx("div",{className:"flex flex-col",children:d.children})]}),c.jsx(D6,{address:t,onClickSettings:s,onInspectorClick:r,onLogin:i,onDisconnect:l,etherscanUrl:u})]}),pn=e=>typeof e=="number"&&!isNaN(e),rt=e=>typeof e=="string",ye=e=>typeof e=="function",Jn=e=>rt(e)||ye(e)?e:null,Ws=e=>b.isValidElement(e)||rt(e)||ye(e)||pn(e);function F6(e,t,n){n===void 0&&(n=300);const{scrollHeight:s,style:r}=e;requestAnimationFrame(()=>{r.minHeight="initial",r.height=s+"px",r.transition=`all ${n}ms`,requestAnimationFrame(()=>{r.height="0",r.padding="0",r.margin="0",setTimeout(t,n)})})}function Tr(e){let{enter:t,exit:n,appendPosition:s=!1,collapse:r=!0,collapseDuration:o=300}=e;return function(a){let{children:i,position:l,preventExitTransition:u,done:d,nodeRef:f,isIn:h,playToast:p}=a;const g=s?`${t}--${l}`:t,m=s?`${n}--${l}`:n,y=b.useRef(0);return b.useLayoutEffect(()=>{const x=f.current,v=g.split(" "),C=E=>{E.target===f.current&&(p(),x.removeEventListener("animationend",C),x.removeEventListener("animationcancel",C),y.current===0&&E.type!=="animationcancel"&&x.classList.remove(...v))};x.classList.add(...v),x.addEventListener("animationend",C),x.addEventListener("animationcancel",C)},[]),b.useEffect(()=>{const x=f.current,v=()=>{x.removeEventListener("animationend",v),r?F6(x,d,o):d()};h||(u?v():(y.current=1,x.className+=` ${m}`,x.addEventListener("animationend",v)))},[h]),Q.createElement(Q.Fragment,null,i)}}function Ni(e,t){return e!=null?{content:e.content,containerId:e.props.containerId,id:e.props.toastId,theme:e.props.theme,type:e.props.type,data:e.props.data||{},isLoading:e.props.isLoading,icon:e.props.icon,status:t}:{}}const pe=new Map;let mn=[];const Gs=new Set,$6=e=>Gs.forEach(t=>t(e)),Lu=()=>pe.size>0;function Fu(e,t){var n;if(t)return!((n=pe.get(t))==null||!n.isToastActive(e));let s=!1;return pe.forEach(r=>{r.isToastActive(e)&&(s=!0)}),s}function $u(e,t){Ws(e)&&(Lu()||mn.push({content:e,options:t}),pe.forEach(n=>{n.buildToast(e,t)}))}function Ii(e,t){pe.forEach(n=>{t!=null&&t!=null&&t.containerId?t?.containerId===n.id&&n.toggle(e,t?.id):n.toggle(e,t?.id)})}function z6(e){const{subscribe:t,getSnapshot:n,setProps:s}=b.useRef((function(o){const a=o.containerId||1;return{subscribe(i){const l=(function(d,f,h){let p=1,g=0,m=[],y=[],x=[],v=f;const C=new Map,E=new Set,w=()=>{x=Array.from(C.values()),E.forEach(P=>P())},j=P=>{y=P==null?[]:y.filter(O=>O!==P),w()},S=P=>{const{toastId:O,onOpen:M,updateId:k,children:A}=P.props,D=k==null;P.staleId&&C.delete(P.staleId),C.set(O,P),y=[...y,P.props.toastId].filter(z=>z!==P.staleId),w(),h(Ni(P,D?"added":"updated")),D&&ye(M)&&M(b.isValidElement(A)&&A.props)};return{id:d,props:v,observe:P=>(E.add(P),()=>E.delete(P)),toggle:(P,O)=>{C.forEach(M=>{O!=null&&O!==M.props.toastId||ye(M.toggle)&&M.toggle(P)})},removeToast:j,toasts:C,clearQueue:()=>{g-=m.length,m=[]},buildToast:(P,O)=>{if((V=>{let{containerId:K,toastId:ee,updateId:re}=V;const te=K?K!==d:d!==1,_=C.has(ee)&&re==null;return te||_})(O))return;const{toastId:M,updateId:k,data:A,staleId:D,delay:z}=O,$=()=>{j(M)},B=k==null;B&&g++;const W={...v,style:v.toastStyle,key:p++,...Object.fromEntries(Object.entries(O).filter(V=>{let[K,ee]=V;return ee!=null})),toastId:M,updateId:k,data:A,closeToast:$,isIn:!1,className:Jn(O.className||v.toastClassName),bodyClassName:Jn(O.bodyClassName||v.bodyClassName),progressClassName:Jn(O.progressClassName||v.progressClassName),autoClose:!O.isLoading&&(G=O.autoClose,U=v.autoClose,G===!1||pn(G)&&G>0?G:U),deleteToast(){const V=C.get(M),{onClose:K,children:ee}=V.props;ye(K)&&K(b.isValidElement(ee)&&ee.props),h(Ni(V,"removed")),C.delete(M),g--,g<0&&(g=0),m.length>0?S(m.shift()):w()}};var G,U;W.closeButton=v.closeButton,O.closeButton===!1||Ws(O.closeButton)?W.closeButton=O.closeButton:O.closeButton===!0&&(W.closeButton=!Ws(v.closeButton)||v.closeButton);let H=P;b.isValidElement(P)&&!rt(P.type)?H=b.cloneElement(P,{closeToast:$,toastProps:W,data:A}):ye(P)&&(H=P({closeToast:$,toastProps:W,data:A}));const se={content:H,props:W,staleId:D};v.limit&&v.limit>0&&g>v.limit&&B?m.push(se):pn(z)?setTimeout(()=>{S(se)},z):S(se)},setProps(P){v=P},setToggle:(P,O)=>{C.get(P).toggle=O},isToastActive:P=>y.some(O=>O===P),getSnapshot:()=>x}})(a,o,$6);pe.set(a,l);const u=l.observe(i);return mn.forEach(d=>$u(d.content,d.options)),mn=[],()=>{u(),pe.delete(a)}},setProps(i){var l;(l=pe.get(a))==null||l.setProps(i)},getSnapshot(){var i;return(i=pe.get(a))==null?void 0:i.getSnapshot()}}})(e)).current;s(e);const r=b.useSyncExternalStore(t,n,n);return{getToastToRender:function(o){if(!r)return[];const a=new Map;return e.newestOnTop&&r.reverse(),r.forEach(i=>{const{position:l}=i.props;a.has(l)||a.set(l,[]),a.get(l).push(i)}),Array.from(a,i=>o(i[0],i[1]))},isToastActive:Fu,count:r?.length}}function U6(e){const[t,n]=b.useState(!1),[s,r]=b.useState(!1),o=b.useRef(null),a=b.useRef({start:0,delta:0,removalDistance:0,canCloseOnClick:!0,canDrag:!1,didMove:!1}).current,{autoClose:i,pauseOnHover:l,closeToast:u,onClick:d,closeOnClick:f}=e;var h,p;function g(){n(!0)}function m(){n(!1)}function y(C){const E=o.current;a.canDrag&&E&&(a.didMove=!0,t&&m(),a.delta=e.draggableDirection==="x"?C.clientX-a.start:C.clientY-a.start,a.start!==C.clientX&&(a.canCloseOnClick=!1),E.style.transform=`translate3d(${e.draggableDirection==="x"?`${a.delta}px, var(--y)`:`0, calc(${a.delta}px + var(--y))`},0)`,E.style.opacity=""+(1-Math.abs(a.delta/a.removalDistance)))}function x(){document.removeEventListener("pointermove",y),document.removeEventListener("pointerup",x);const C=o.current;if(a.canDrag&&a.didMove&&C){if(a.canDrag=!1,Math.abs(a.delta)>a.removalDistance)return r(!0),e.closeToast(),void e.collapseAll();C.style.transition="transform 0.2s, opacity 0.2s",C.style.removeProperty("transform"),C.style.removeProperty("opacity")}}(p=pe.get((h={id:e.toastId,containerId:e.containerId,fn:n}).containerId||1))==null||p.setToggle(h.id,h.fn),b.useEffect(()=>{if(e.pauseOnFocusLoss)return document.hasFocus()||m(),window.addEventListener("focus",g),window.addEventListener("blur",m),()=>{window.removeEventListener("focus",g),window.removeEventListener("blur",m)}},[e.pauseOnFocusLoss]);const v={onPointerDown:function(C){if(e.draggable===!0||e.draggable===C.pointerType){a.didMove=!1,document.addEventListener("pointermove",y),document.addEventListener("pointerup",x);const E=o.current;a.canCloseOnClick=!0,a.canDrag=!0,E.style.transition="none",e.draggableDirection==="x"?(a.start=C.clientX,a.removalDistance=E.offsetWidth*(e.draggablePercent/100)):(a.start=C.clientY,a.removalDistance=E.offsetHeight*(e.draggablePercent===80?1.5*e.draggablePercent:e.draggablePercent)/100)}},onPointerUp:function(C){const{top:E,bottom:w,left:j,right:S}=o.current.getBoundingClientRect();C.nativeEvent.type!=="touchend"&&e.pauseOnHover&&C.clientX>=j&&C.clientX<=S&&C.clientY>=E&&C.clientY<=w?m():g()}};return i&&l&&(v.onMouseEnter=m,e.stacked||(v.onMouseLeave=g)),f&&(v.onClick=C=>{d&&d(C),a.canCloseOnClick&&u()}),{playToast:g,pauseToast:m,isRunning:t,preventExitTransition:s,toastRef:o,eventHandlers:v}}function V6(e){let{delay:t,isRunning:n,closeToast:s,type:r="default",hide:o,className:a,style:i,controlledProgress:l,progress:u,rtl:d,isIn:f,theme:h}=e;const p=o||l&&u===0,g={...i,animationDuration:`${t}ms`,animationPlayState:n?"running":"paused"};l&&(g.transform=`scaleX(${u})`);const m=_e("Toastify__progress-bar",l?"Toastify__progress-bar--controlled":"Toastify__progress-bar--animated",`Toastify__progress-bar-theme--${h}`,`Toastify__progress-bar--${r}`,{"Toastify__progress-bar--rtl":d}),y=ye(a)?a({rtl:d,type:r,defaultClassName:m}):_e(m,a),x={[l&&u>=1?"onTransitionEnd":"onAnimationEnd"]:l&&u<1?null:()=>{f&&s()}};return Q.createElement("div",{className:"Toastify__progress-bar--wrp","data-hidden":p},Q.createElement("div",{className:`Toastify__progress-bar--bg Toastify__progress-bar-theme--${h} Toastify__progress-bar--${r}`}),Q.createElement("div",{role:"progressbar","aria-hidden":p?"true":"false","aria-label":"notification timer",className:y,style:g,...x}))}let B6=1;const zu=()=>""+B6++;function H6(e){return e&&(rt(e.toastId)||pn(e.toastId))?e.toastId:zu()}function $t(e,t){return $u(e,t),t.toastId}function mr(e,t){return{...t,type:t&&t.type||e,toastId:H6(t)}}function Vn(e){return(t,n)=>$t(t,mr(e,n))}function X(e,t){return $t(e,mr("default",t))}X.loading=(e,t)=>$t(e,mr("default",{isLoading:!0,autoClose:!1,closeOnClick:!1,closeButton:!1,draggable:!1,...t})),X.promise=function(e,t,n){let s,{pending:r,error:o,success:a}=t;r&&(s=rt(r)?X.loading(r,n):X.loading(r.render,{...n,...r}));const i={isLoading:null,autoClose:null,closeOnClick:null,closeButton:null,draggable:null},l=(d,f,h)=>{if(f==null)return void X.dismiss(s);const p={type:d,...i,...n,data:h},g=rt(f)?{render:f}:f;return s?X.update(s,{...p,...g}):X(g.render,{...p,...g}),h},u=ye(e)?e():e;return u.then(d=>l("success",a,d)).catch(d=>l("error",o,d)),u},X.success=Vn("success"),X.info=Vn("info"),X.error=Vn("error"),X.warning=Vn("warning"),X.warn=X.warning,X.dark=(e,t)=>$t(e,mr("default",{theme:"dark",...t})),X.dismiss=function(e){(function(t){var n;if(Lu()){if(t==null||rt(n=t)||pn(n))pe.forEach(s=>{s.removeToast(t)});else if(t&&("containerId"in t||"id"in t)){const s=pe.get(t.containerId);s?s.removeToast(t.id):pe.forEach(r=>{r.removeToast(t.id)})}}else mn=mn.filter(s=>t!=null&&s.options.toastId!==t)})(e)},X.clearWaitingQueue=function(e){e===void 0&&(e={}),pe.forEach(t=>{!t.props.limit||e.containerId&&t.id!==e.containerId||t.clearQueue()})},X.isActive=Fu,X.update=function(e,t){t===void 0&&(t={});const n=((s,r)=>{var o;let{containerId:a}=r;return(o=pe.get(a||1))==null?void 0:o.toasts.get(s)})(e,t);if(n){const{props:s,content:r}=n,o={delay:100,...s,...t,toastId:t.toastId||e,updateId:zu()};o.toastId!==e&&(o.staleId=e);const a=o.render||r;delete o.render,$t(a,o)}},X.done=e=>{X.update(e,{progress:1})},X.onChange=function(e){return Gs.add(e),()=>{Gs.delete(e)}},X.play=e=>Ii(!0,e),X.pause=e=>Ii(!1,e);const _6=typeof window<"u"?b.useLayoutEffect:b.useEffect,Bn=e=>{let{theme:t,type:n,isLoading:s,...r}=e;return Q.createElement("svg",{viewBox:"0 0 24 24",width:"100%",height:"100%",fill:t==="colored"?"currentColor":`var(--toastify-icon-color-${n})`,...r})},rs={info:function(e){return Q.createElement(Bn,{...e},Q.createElement("path",{d:"M12 0a12 12 0 1012 12A12.013 12.013 0 0012 0zm.25 5a1.5 1.5 0 11-1.5 1.5 1.5 1.5 0 011.5-1.5zm2.25 13.5h-4a1 1 0 010-2h.75a.25.25 0 00.25-.25v-4.5a.25.25 0 00-.25-.25h-.75a1 1 0 010-2h1a2 2 0 012 2v4.75a.25.25 0 00.25.25h.75a1 1 0 110 2z"}))},warning:function(e){return Q.createElement(Bn,{...e},Q.createElement("path",{d:"M23.32 17.191L15.438 2.184C14.728.833 13.416 0 11.996 0c-1.42 0-2.733.833-3.443 2.184L.533 17.448a4.744 4.744 0 000 4.368C1.243 23.167 2.555 24 3.975 24h16.05C22.22 24 24 22.044 24 19.632c0-.904-.251-1.746-.68-2.44zm-9.622 1.46c0 1.033-.724 1.823-1.698 1.823s-1.698-.79-1.698-1.822v-.043c0-1.028.724-1.822 1.698-1.822s1.698.79 1.698 1.822v.043zm.039-12.285l-.84 8.06c-.057.581-.408.943-.897.943-.49 0-.84-.367-.896-.942l-.84-8.065c-.057-.624.25-1.095.779-1.095h1.91c.528.005.84.476.784 1.1z"}))},success:function(e){return Q.createElement(Bn,{...e},Q.createElement("path",{d:"M12 0a12 12 0 1012 12A12.014 12.014 0 0012 0zm6.927 8.2l-6.845 9.289a1.011 1.011 0 01-1.43.188l-4.888-3.908a1 1 0 111.25-1.562l4.076 3.261 6.227-8.451a1 1 0 111.61 1.183z"}))},error:function(e){return Q.createElement(Bn,{...e},Q.createElement("path",{d:"M11.983 0a12.206 12.206 0 00-8.51 3.653A11.8 11.8 0 000 12.207 11.779 11.779 0 0011.8 24h.214A12.111 12.111 0 0024 11.791 11.766 11.766 0 0011.983 0zM10.5 16.542a1.476 1.476 0 011.449-1.53h.027a1.527 1.527 0 011.523 1.47 1.475 1.475 0 01-1.449 1.53h-.027a1.529 1.529 0 01-1.523-1.47zM11 12.5v-6a1 1 0 012 0v6a1 1 0 11-2 0z"}))},spinner:function(){return Q.createElement("div",{className:"Toastify__spinner"})}},W6=e=>{const{isRunning:t,preventExitTransition:n,toastRef:s,eventHandlers:r,playToast:o}=U6(e),{closeButton:a,children:i,autoClose:l,onClick:u,type:d,hideProgressBar:f,closeToast:h,transition:p,position:g,className:m,style:y,bodyClassName:x,bodyStyle:v,progressClassName:C,progressStyle:E,updateId:w,role:j,progress:S,rtl:P,toastId:O,deleteToast:M,isIn:k,isLoading:A,closeOnClick:D,theme:z}=e,$=_e("Toastify__toast",`Toastify__toast-theme--${z}`,`Toastify__toast--${d}`,{"Toastify__toast--rtl":P},{"Toastify__toast--close-on-click":D}),B=ye(m)?m({rtl:P,position:g,type:d,defaultClassName:$}):_e($,m),W=(function(se){let{theme:V,type:K,isLoading:ee,icon:re}=se,te=null;const _={theme:V,type:K};return re===!1||(ye(re)?te=re({..._,isLoading:ee}):b.isValidElement(re)?te=b.cloneElement(re,_):ee?te=rs.spinner():(oe=>oe in rs)(K)&&(te=rs[K](_))),te})(e),G=!!S||!l,U={closeToast:h,type:d,theme:z};let H=null;return a===!1||(H=ye(a)?a(U):b.isValidElement(a)?b.cloneElement(a,U):(function(se){let{closeToast:V,theme:K,ariaLabel:ee="close"}=se;return Q.createElement("button",{className:`Toastify__close-button Toastify__close-button--${K}`,type:"button",onClick:re=>{re.stopPropagation(),V(re)},"aria-label":ee},Q.createElement("svg",{"aria-hidden":"true",viewBox:"0 0 14 16"},Q.createElement("path",{fillRule:"evenodd",d:"M7.71 8.23l3.75 3.75-1.48 1.48-3.75-3.75-3.75 3.75L1 11.98l3.75-3.75L1 4.48 2.48 3l3.75 3.75L9.98 3l1.48 1.48-3.75 3.75z"})))})(U)),Q.createElement(p,{isIn:k,done:M,position:g,preventExitTransition:n,nodeRef:s,playToast:o},Q.createElement("div",{id:O,onClick:u,"data-in":k,className:B,...r,style:y,ref:s},Q.createElement("div",{...k&&{role:j},className:ye(x)?x({type:d}):_e("Toastify__toast-body",x),style:v},W!=null&&Q.createElement("div",{className:_e("Toastify__toast-icon",{"Toastify--animate-icon Toastify__zoom-enter":!A})},W),Q.createElement("div",null,i)),H,Q.createElement(V6,{...w&&!G?{key:`pb-${w}`}:{},rtl:P,theme:z,delay:l,isRunning:t,isIn:k,closeToast:h,hide:f,type:d,style:E,className:C,controlledProgress:G,progress:S||0})))},kr=function(e,t){return t===void 0&&(t=!1),{enter:`Toastify--animate Toastify__${e}-enter`,exit:`Toastify--animate Toastify__${e}-exit`,appendPosition:t}},G6=Tr(kr("bounce",!0));Tr(kr("slide",!0));Tr(kr("zoom"));Tr(kr("flip"));const q6={position:"top-right",transition:G6,autoClose:5e3,closeButton:!0,pauseOnHover:!0,pauseOnFocusLoss:!0,draggable:"touch",draggablePercent:80,draggableDirection:"x",role:"alert",theme:"light"};function Y6(e){let t={...q6,...e};const n=e.stacked,[s,r]=b.useState(!0),o=b.useRef(null),{getToastToRender:a,isToastActive:i,count:l}=z6(t),{className:u,style:d,rtl:f,containerId:h}=t;function p(m){const y=_e("Toastify__toast-container",`Toastify__toast-container--${m}`,{"Toastify__toast-container--rtl":f});return ye(u)?u({position:m,rtl:f,defaultClassName:y}):_e(y,Jn(u))}function g(){n&&(r(!0),X.play())}return _6(()=>{if(n){var m;const y=o.current.querySelectorAll('[data-in="true"]'),x=12,v=(m=t.position)==null?void 0:m.includes("top");let C=0,E=0;Array.from(y).reverse().forEach((w,j)=>{const S=w;S.classList.add("Toastify__toast--stacked"),j>0&&(S.dataset.collapsed=`${s}`),S.dataset.pos||(S.dataset.pos=v?"top":"bot");const P=C*(s?.2:1)+(s?0:x*j);S.style.setProperty("--y",`${v?P:-1*P}px`),S.style.setProperty("--g",`${x}`),S.style.setProperty("--s",""+(1-(s?E:0))),C+=S.offsetHeight,E+=.025})}},[s,l,n]),Q.createElement("div",{ref:o,className:"Toastify",id:h,onMouseEnter:()=>{n&&(r(!1),X.pause())},onMouseLeave:g},a((m,y)=>{const x=y.length?{...d}:{...d,pointerEvents:"none"};return Q.createElement("div",{className:p(m),style:x,key:`container-${m}`},y.map(v=>{let{content:C,props:E}=v;return Q.createElement(W6,{...E,stacked:n,collapseAll:g,isIn:i(E.toastId,E.containerId),style:E.style,key:`toast-${E.key}`},C)}))}))}function Q6(e){return e==="connect-success"||e==="connect-warning"||e==="connect-loading"||e==="connect-deleted"}function K6(e){if(Q6(e)){const t={};switch(e){case"connect-success":t.type="success",t.icon=c.jsx(N,{className:"text-green-800",name:"CheckCircleFill",size:24});break;case"connect-warning":t.type="warning",t.icon=c.jsx(N,{className:"text-gray-600",name:"WarningFill",size:24});break;case"connect-loading":t.type="default",t.icon=c.jsx(N,{className:"text-gray-600",name:"ClockFill",size:24});break;case"connect-deleted":t.type="error",t.icon=c.jsx(N,{className:"text-red-800",name:"TrashFill",size:24});break}return t}return{type:e}}function zw(e,t){const{type:n="default",...s}=t||{},r=K6(n);return X(e,{...r,...s})}const J6=({closeToast:e})=>c.jsx("button",{className:"flex items-center text-gray-500 hover:text-gray-600",onClick:e,children:c.jsx(N,{name:"XmarkLight",size:16})}),Uw=e=>c.jsx(Y6,{closeButton:J6,...e}),Mi=fv({id:1,name:"Ethereum",nativeCurrency:{name:"Ether",symbol:"ETH",decimals:18},blockTime:12e3,rpcUrls:{default:{http:["https://eth.merkle.io"]}},blockExplorers:{default:{name:"Etherscan",url:"https://etherscan.io",apiUrl:"https://api.etherscan.io/api"}},contracts:{ensUniversalResolver:{address:"0xeeeeeeee14d718c2b47d9923deab1335e144eeee",blockCreated:23085558},multicall3:{address:"0xca11bde05977b3631167028862be2a173976ca11",blockCreated:14353601}}}),X6=Hv({chains:[Mi],transports:{[Mi.id]:vv()}}),Z6=new xx;function Vw(e){const{children:t,wagmiProviderProps:n,queryClientProviderProps:s}=e,{config:r=X6,...o}=n??{},{client:a=Z6,...i}=s??{};return c.jsx(Gv,{config:r,...o,children:c.jsx(Nx,{client:a,...i,children:t})})}export{q0 as A,dw as B,af as C,mw as D,Tw as E,vw as F,kw as G,Cw as H,Aw as I,Rw as J,Dw as K,Nw as L,f5 as M,h5 as N,p5 as O,of as P,m5 as Q,rf as R,O6 as S,sf as T,Vw as W,nf as a,H0 as b,$w as c,Uw as d,hw as e,pw as f,gw as g,Lw as h,u6 as i,Yc as j,xw as k,ww as l,l5 as m,Fw as n,Sw as o,zo as p,Iw as q,jw as r,fw as s,zw as t,uw as u,jn as v,Ew as w,Pw as x,Ow as y,Mw as z};
|