react-grab 0.0.21 → 0.0.24

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.
@@ -6,79 +6,41 @@
6
6
  * This source code is licensed under the MIT license found in the
7
7
  * LICENSE file in the root directory of this source tree.
8
8
  */
9
- var Ft=["input","textarea","select","searchbox","slider","spinbutton","menuitem","menuitemcheckbox","menuitemradio","option","radio","textbox"],_t=e=>!!e.tagName&&!e.tagName.startsWith("-")&&e.tagName.includes("-"),Nt=e=>Array.isArray(e),Lt=(e,t=false)=>{let{composed:n,target:r}=e,i,s;if(r instanceof HTMLElement&&_t(r)&&n){let p=e.composedPath()[0];p instanceof HTMLElement&&(i=p.tagName,s=p.role);}else r instanceof HTMLElement&&(i=r.tagName,s=r.role);return Nt(t)?!!(i&&t&&t.some(a=>typeof i=="string"&&a.toLowerCase()===i.toLowerCase()||a===s)):!!(i&&t&&t)},ze=e=>Lt(e,Ft);var q="data-react-grab",Ge=()=>{let e=document.querySelector(`[${q}]`);if(e){let s=e.shadowRoot?.querySelector(`[${q}]`);if(s instanceof HTMLDivElement&&e.shadowRoot)return s}let t=document.createElement("div");t.setAttribute(q,"true"),t.style.zIndex="2147483646",t.style.position="fixed",t.style.top="0",t.style.left="0";let n=t.attachShadow({mode:"open"}),r=document.createElement("div");return r.setAttribute(q,"true"),n.appendChild(r),(document.body??document.documentElement).appendChild(t),r};var Ve=(e,t=window.getComputedStyle(e))=>t.display!=="none"&&t.visibility!=="hidden"&&t.opacity!=="0";var Ue=new Map,be=(e,...t)=>{let n=e.join(""),r=Ue.get(n);return r||(r=document.createElement("template"),r.innerHTML=e.reduce((i,s,a)=>i+s+(t[a]??""),""),Ue.set(n,r)),r.content.firstElementChild.cloneNode(true)},U=8,Ye=6,We=4,Ke=1500,qe=200,se=(e,t,n)=>e+(t-e)*n,ie=.95,Ot=({borderRadius:e,height:t,transform:n,width:r,x:i,y:s})=>be`
10
- <div style="
11
- position: fixed;
12
- top: ${s}px;
13
- left: ${i}px;
14
- width: ${r}px;
15
- height: ${t}px;
16
- border-radius: ${e};
17
- transform: ${n};
18
- pointer-events: auto;
19
- border: 1px solid rgb(210, 57, 192);
20
- background-color: rgba(210, 57, 192, 0.2);
21
- z-index: 2147483646;
22
- box-sizing: border-box;
23
- display: none;
24
- "></div>
25
- `,Mt=(e,{borderRadius:t,height:n,transform:r,width:i,x:s,y:a})=>{let p=parseFloat(e.style.top)||0,m=parseFloat(e.style.left)||0,u=parseFloat(e.style.width)||0,g=parseFloat(e.style.height)||0,F=`${se(p,a,ie)}px`,C=`${se(m,s,ie)}px`,b=`${se(u,i,ie)}px`,v=`${se(g,n,ie)}px`;e.style.top!==F&&(e.style.top=F),e.style.left!==C&&(e.style.left=C),e.style.width!==b&&(e.style.width=b),e.style.height!==v&&(e.style.height=v),e.style.borderRadius!==t&&(e.style.borderRadius=t),e.style.transform!==r&&(e.style.transform=r);},Xe=(e,t)=>{let n=Ot({borderRadius:"0px",height:0,transform:"none",width:0,x:-1e3,y:-1e3});e.appendChild(n);let r=false,i=false;return n.addEventListener("mousedown",s=>{s.preventDefault(),s.stopPropagation(),s.stopImmediatePropagation(),t&&t();},true),{element:n,hide:()=>{r=false,i=false,n.style.display="none";},isVisible:()=>r,show:()=>{r=true,n.style.display="block";},update:s=>{i?Mt(n,s):(n.style.top=`${s.y}px`,n.style.left=`${s.x}px`,n.style.width=`${s.width}px`,n.style.height=`${s.height}px`,n.style.borderRadius=s.borderRadius,n.style.transform=s.transform,i=true);}}},Ze=(e,t)=>{let n=document.createElement("div");n.style.position="fixed",n.style.top=`${t.y}px`,n.style.left=`${t.x}px`,n.style.width=`${t.width}px`,n.style.height=`${t.height}px`,n.style.borderRadius=t.borderRadius,n.style.transform=t.transform,n.style.pointerEvents="none",n.style.border="1px solid rgb(210, 57, 192)",n.style.backgroundColor="rgba(210, 57, 192, 0.2)",n.style.zIndex="2147483646",n.style.boxSizing="border-box",n.style.transition="opacity 0.3s ease-out",n.style.opacity="1",e.appendChild(n),requestAnimationFrame(()=>{n.style.opacity="0";}),setTimeout(()=>{n.remove();},300);},kt=()=>{let e=be`
26
- <span style="
27
- display: inline-block;
28
- width: 8px;
29
- height: 8px;
30
- border: 1.5px solid rgb(210, 57, 192);
31
- border-top-color: transparent;
32
- border-radius: 50%;
33
- margin-right: 4px;
34
- vertical-align: middle;
35
- "></span>
36
- `;return e.animate([{transform:"rotate(0deg)"},{transform:"rotate(360deg)"}],{duration:600,easing:"linear",iterations:1/0}),e},J=null,Qe=()=>be`
37
- <div style="
38
- position: fixed;
39
- top: calc(8px + env(safe-area-inset-top));
40
- padding: 2px 6px;
41
- background-color: #fde7f7;
42
- color: #b21c8e;
43
- border: 1px solid #f7c5ec;
44
- border-radius: 4px;
45
- font-size: 11px;
46
- font-weight: 500;
47
- font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
48
- z-index: 2147483647;
49
- pointer-events: none;
50
- opacity: 0;
51
- transition: opacity 0.2s ease-in-out;
52
- display: flex;
53
- align-items: center;
54
- max-width: calc(100vw - (16px + env(safe-area-inset-left) + env(safe-area-inset-right)));
55
- overflow: hidden;
56
- text-overflow: ellipsis;
57
- white-space: nowrap;
58
- "></div>
59
- `,Je=(e,t,n,r)=>{let i=J,s=false;if(i||(i=Qe(),e.appendChild(i),J=i,s=true,ge=false),!ge){let w=i.querySelector("span");if(w){let M=document.createElement("span");M.textContent=r?`<${r}>`:"<element>",M.style.fontFamily="ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, 'Liberation Mono', 'Courier New', monospace",M.style.fontVariantNumeric="tabular-nums",w.replaceChildren(M);}else {let M=document.createElement("span"),A=document.createElement("span");A.textContent=r?`<${r}>`:"<element>",A.style.fontFamily="ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, 'Liberation Mono', 'Courier New', monospace",A.style.fontVariantNumeric="tabular-nums",M.appendChild(A),i.appendChild(M);}}let a=i.getBoundingClientRect(),p=window.innerWidth,m=window.innerHeight,u=Math.round(t),g=Math.round(n)-a.height-Ye,F=We,C=U,b=U,v=p-a.width-U,E=m-a.height-U,f=u<C,h=g<b,y=f||h;u=Math.max(C,Math.min(u,v)),g=Math.max(b,Math.min(g,E)),y&&(u+=F,g+=F),i.style.left=`${u}px`,i.style.top=`${g}px`,i.style.right="auto",s?requestAnimationFrame(()=>{i.style.opacity="1";}):i.style.opacity!=="1"&&(i.style.opacity="1");},ge=false,ae=new Set,et=(e,t,n)=>{let r=Qe();r.style.zIndex="2147483648",e.appendChild(r),ae.add(r);let i=()=>{if(t===void 0||n===void 0)return;let p=r.getBoundingClientRect(),m=window.innerWidth,u=window.innerHeight,g=Math.round(t),F=Math.round(n)-p.height-Ye,C=We,b=U,v=U,E=m-p.width-U,f=u-p.height-U,h=g<b,y=F<v,w=h||y;g=Math.max(b,Math.min(g,E)),F=Math.max(v,Math.min(F,f)),w&&(g+=C,F+=C),r.style.left=`${g}px`,r.style.top=`${F}px`,r.style.right="auto";},s=kt(),a=document.createElement("span");return a.textContent="Grabbing\u2026",r.appendChild(s),r.appendChild(a),i(),requestAnimationFrame(()=>{r.style.opacity="1";}),p=>{r.textContent="";let m=document.createElement("span");m.textContent="\u2713",m.style.display="inline-block",m.style.marginRight="4px",m.style.fontWeight="600";let u=document.createElement("span"),g=document.createElement("span");g.textContent=p?`<${p}>`:"<element>",g.style.fontFamily="ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, 'Liberation Mono', 'Courier New', monospace",g.style.fontVariantNumeric="tabular-nums",u.appendChild(document.createTextNode("Grabbed ")),u.appendChild(g),r.appendChild(m),r.appendChild(u),requestAnimationFrame(()=>{i();}),setTimeout(()=>{r.style.opacity="0",setTimeout(()=>{r.remove(),ae.delete(r);},qe);},Ke);}},le=()=>{J&&(J.remove(),J=null),ge=false;},ye=()=>{for(let e of ae)e.remove();ae.clear();};var rt="0.5.14",te=`bippy-${rt}`,tt=Object.defineProperty,At=Object.prototype.hasOwnProperty,ee=()=>{},ot=e=>{try{Function.prototype.toString.call(e).indexOf("^_^")>-1&&setTimeout(()=>{throw Error("React is running in production mode, but dead code elimination has not been applied. Read how to correctly configure React for production: https://reactjs.org/link/perf-use-production-build")});}catch{}},Te=(e=G())=>"getFiberRoots"in e,st=false,nt,ue=(e=G())=>st?true:(typeof e.inject=="function"&&(nt=e.inject.toString()),!!nt?.includes("(injected)")),ce=new Set,W=new Set,it=e=>{let t=new Map,n=0,r={_instrumentationIsActive:false,_instrumentationSource:te,checkDCE:ot,hasUnsupportedRendererAttached:false,inject(i){let s=++n;return t.set(s,i),W.add(i),r._instrumentationIsActive||(r._instrumentationIsActive=true,ce.forEach(a=>a())),s},on:ee,onCommitFiberRoot:ee,onCommitFiberUnmount:ee,onPostCommitFiberRoot:ee,renderers:t,supportsFiber:true,supportsFlight:true};try{tt(globalThis,"__REACT_DEVTOOLS_GLOBAL_HOOK__",{configurable:!0,enumerable:!0,get(){return r},set(a){if(a&&typeof a=="object"){let p=r.renderers;r=a,p.size>0&&(p.forEach((m,u)=>{W.add(m),a.renderers.set(u,m);}),de(e));}}});let i=window.hasOwnProperty,s=!1;tt(window,"hasOwnProperty",{configurable:!0,value:function(...a){try{if(!s&&a[0]==="__REACT_DEVTOOLS_GLOBAL_HOOK__")return globalThis.__REACT_DEVTOOLS_GLOBAL_HOOK__=void 0,s=!0,-0}catch{}return i.apply(this,a)},writable:!0});}catch{de(e);}return r},de=e=>{e&&ce.add(e);try{let t=globalThis.__REACT_DEVTOOLS_GLOBAL_HOOK__;if(!t)return;if(!t._instrumentationSource){t.checkDCE=ot,t.supportsFiber=!0,t.supportsFlight=!0,t.hasUnsupportedRendererAttached=!1,t._instrumentationSource=te,t._instrumentationIsActive=!1;let n=Te(t);if(n||(t.on=ee),t.renderers.size){t._instrumentationIsActive=!0,ce.forEach(s=>s());return}let r=t.inject,i=ue(t);i&&!n&&(st=!0,t.inject({scheduleRefresh(){}})&&(t._instrumentationIsActive=!0)),t.inject=s=>{let a=r(s);return W.add(s),i&&t.renderers.set(a,s),t._instrumentationIsActive=!0,ce.forEach(p=>p()),a};}(t.renderers.size||t._instrumentationIsActive||ue())&&e?.();}catch{}},ve=()=>At.call(globalThis,"__REACT_DEVTOOLS_GLOBAL_HOOK__"),G=e=>ve()?(de(e),globalThis.__REACT_DEVTOOLS_GLOBAL_HOOK__):it(e),at=()=>!!(typeof window<"u"&&(window.document?.createElement||window.navigator?.product==="ReactNative")),Ce=()=>{try{at()&&G();}catch{}};Ce();var we=0,Ee=1;var Se=5;var Re=11,xe=13;var Fe=15,_e=16;var Ne=19;var Le=26,Oe=27,Me=28,ke=30;var Ae=e=>{let t=e;return typeof t=="function"?t:typeof t=="object"&&t?Ae(t.type||t.render):null},me=e=>{let t=e;if(typeof t=="string")return t;if(typeof t!="function"&&!(typeof t=="object"&&t))return null;let n=t.displayName||t.name||null;if(n)return n;let r=Ae(t);return r&&(r.displayName||r.name)||null};var Ie=e=>{let t=G(e.onActive);t._instrumentationSource=e.name??te;let n=t.onCommitFiberRoot;if(e.onCommitFiberRoot){let s=(a,p,m)=>{n!==s&&(n?.(a,p,m),e.onCommitFiberRoot?.(a,p,m));};t.onCommitFiberRoot=s;}let r=t.onCommitFiberUnmount;if(e.onCommitFiberUnmount){let s=(a,p)=>{t.onCommitFiberUnmount===s&&(r?.(a,p),e.onCommitFiberUnmount?.(a,p));};t.onCommitFiberUnmount=s;}let i=t.onPostCommitFiberRoot;if(e.onPostCommitFiberRoot){let s=(a,p)=>{t.onPostCommitFiberRoot===s&&(i?.(a,p),e.onPostCommitFiberRoot?.(a,p));};t.onPostCommitFiberRoot=s;}return t},pe=e=>{let t=G();for(let n of t.renderers.values())try{let r=n.findFiberByHostInstance?.(e);if(r)return r}catch{}if(typeof e=="object"&&e){if("_reactRootContainer"in e)return e._reactRootContainer?._internalRoot?.current?.child;for(let n in e)if(n.startsWith("__reactContainer$")||n.startsWith("__reactInternalInstance$")||n.startsWith("__reactFiber"))return e[n]||null}return null},$e=new Set;var Wt=Object.create,pt=Object.defineProperty,Kt=Object.getOwnPropertyDescriptor,qt=Object.getOwnPropertyNames,Xt=Object.getPrototypeOf,Zt=Object.prototype.hasOwnProperty,Qt=(e,t)=>()=>(t||e((t={exports:{}}).exports,t),t.exports),Jt=(e,t,n,r)=>{if(t&&typeof t=="object"||typeof t=="function")for(var i=qt(t),s=0,a=i.length,p;s<a;s++)p=i[s],!Zt.call(e,p)&&p!==n&&pt(e,p,{get:(m=>t[m]).bind(null,p),enumerable:!(r=Kt(t,p))||r.enumerable});return e},en=(e,t,n)=>(n=e==null?{}:Wt(Xt(e)),Jt(pt(n,"default",{value:e,enumerable:true}),e)),tn=()=>{let e=G();for(let t of [...Array.from(W),...Array.from(e.renderers.values())]){let n=t.currentDispatcherRef;if(n&&typeof n=="object")return "H"in n?n.H:n.current}return null},lt=e=>{for(let t of W){let n=t.currentDispatcherRef;n&&typeof n=="object"&&("H"in n?n.H=e:n.current=e);}},V=e=>`
60
- in ${e}`,nn=(e,t)=>{let n=V(e);return t&&(n+=` (at ${t})`),n},He=false,De=(e,t)=>{if(!e||He)return "";let n=Error.prepareStackTrace;Error.prepareStackTrace=void 0,He=true;let r=tn();lt(null);let i=console.error,s=console.warn;console.error=()=>{},console.warn=()=>{};try{let m={DetermineComponentFrameRoot(){let C;try{if(t){let b=function(){throw Error()};if(Object.defineProperty(b.prototype,"props",{set:function(){throw Error()}}),typeof Reflect=="object"&&Reflect.construct){try{Reflect.construct(b,[]);}catch(v){C=v;}Reflect.construct(e,[],b);}else {try{b.call();}catch(v){C=v;}e.call(b.prototype);}}else {try{throw Error()}catch(v){C=v;}let b=e();b&&typeof b.catch=="function"&&b.catch(()=>{});}}catch(b){if(b instanceof Error&&C instanceof Error&&typeof b.stack=="string")return [b.stack,C.stack]}return [null,null]}};m.DetermineComponentFrameRoot.displayName="DetermineComponentFrameRoot",Object.getOwnPropertyDescriptor(m.DetermineComponentFrameRoot,"name")?.configurable&&Object.defineProperty(m.DetermineComponentFrameRoot,"name",{value:"DetermineComponentFrameRoot"});let[g,F]=m.DetermineComponentFrameRoot();if(g&&F){let C=g.split(`
61
- `),b=F.split(`
62
- `),v=0,E=0;for(;v<C.length&&!C[v].includes("DetermineComponentFrameRoot");)v++;for(;E<b.length&&!b[E].includes("DetermineComponentFrameRoot");)E++;if(v===C.length||E===b.length)for(v=C.length-1,E=b.length-1;v>=1&&E>=0&&C[v]!==b[E];)E--;for(;v>=1&&E>=0;v--,E--)if(C[v]!==b[E]){if(v!==1||E!==1)do if(v--,E--,E<0||C[v]!==b[E]){let f=`
63
- ${C[v].replace(" at new "," at ")}`,h=me(e);return h&&f.includes("<anonymous>")&&(f=f.replace("<anonymous>",h)),f}while(v>=1&&E>=0);break}}}finally{He=false,Error.prepareStackTrace=n,lt(r),console.error=i,console.warn=s;}let a=e?me(e):"";return a?V(a):""},rn=(e,t)=>{let n=e.tag,r="";switch(n){case Me:r=V("Activity");break;case Ee:r=De(e.type,true);break;case Re:r=De(e.type.render,false);break;case we:case Fe:r=De(e.type,false);break;case Se:case Le:case Oe:r=V(e.type);break;case _e:r=V("Lazy");break;case xe:r=e.child!==t&&t!==null?V("Suspense Fallback"):V("Suspense");break;case Ne:r=V("SuspenseList");break;case ke:r=V("ViewTransition");break;default:return ""}return r},on=e=>{try{let t="",n=e,r=null;do{t+=rn(n,r);let i=n._debugInfo;if(i&&Array.isArray(i))for(let s=i.length-1;s>=0;s--){let a=i[s];typeof a.name=="string"&&(t+=nn(a.name,a.env));}r=n,n=n.return;}while(n);return t}catch(t){return t instanceof Error?`
9
+ var Qn=(e,t)=>e===t,pt=Symbol("solid-proxy"),Jn=typeof Proxy=="function",er=Symbol("solid-track"),ze={equals:Qn},nn=an,ie=1,Pe=2,rn={owned:null,cleanups:null,context:null,owner:null};var A=null,h=null,$e=null,H=null,K=null,ee=null,Xe=0;function Ne(e,t){let n=H,r=A,s=e.length===0,o=t===void 0?r:t,i=s?rn:{owned:null,cleanups:null,context:o?o.context:null,owner:o},a=s?e:()=>e(()=>ue(()=>Ce(i)));A=i,H=null;try{return be(a,!0)}finally{H=n,A=r;}}function M(e,t){t=t?Object.assign({},ze,t):ze;let n={value:e,observers:null,observerSlots:null,comparator:t.equals||void 0},r=s=>(typeof s=="function"&&(s=s(n.value)),sn(n,s));return [on.bind(n),r]}function de(e,t,n){let r=yt(e,t,false,ie);je(r);}function me(e,t,n){nn=sr;let r=yt(e,t,false,ie);(r.user=true),ee?ee.push(r):je(r);}function te(e,t,n){n=n?Object.assign({},ze,n):ze;let r=yt(e,t,true,0);return r.observers=null,r.observerSlots=null,r.comparator=n.equals||void 0,je(r),on.bind(r)}function ue(e){if(H===null)return e();let t=H;H=null;try{return $e?$e.untrack(e):e()}finally{H=t;}}function Ee(e){return A===null||(A.cleanups===null?A.cleanups=[e]:A.cleanups.push(e)),e}M(false);function on(){let e=h;if(this.sources&&(this.state))if((this.state)===ie)je(this);else {let t=K;K=null,be(()=>We(this),false),K=t;}if(H){let t=this.observers?this.observers.length:0;H.sources?(H.sources.push(this),H.sourceSlots.push(t)):(H.sources=[this],H.sourceSlots=[t]),this.observers?(this.observers.push(H),this.observerSlots.push(H.sources.length-1)):(this.observers=[H],this.observerSlots=[H.sources.length-1]);}return e&&h.sources.has(this)?this.tValue:this.value}function sn(e,t,n){let r=e.value;if(!e.comparator||!e.comparator(r,t)){e.value=t;e.observers&&e.observers.length&&be(()=>{for(let s=0;s<e.observers.length;s+=1){let o=e.observers[s],i=h&&h.running;i&&h.disposed.has(o)||((i?!o.tState:!o.state)&&(o.pure?K.push(o):ee.push(o),o.observers&&ln(o)),i?o.tState=ie:o.state=ie);}if(K.length>1e6)throw K=[],new Error},false);}return t}function je(e){if(!e.fn)return;Ce(e);let t=Xe;Jt(e,e.value,t);}function Jt(e,t,n){let r,s=A,o=H;H=A=e;try{r=e.fn(t);}catch(i){return e.pure&&((e.state=ie,e.owned&&e.owned.forEach(Ce),e.owned=null)),e.updatedAt=n+1,wt(i)}finally{H=o,A=s;}(!e.updatedAt||e.updatedAt<=n)&&(e.updatedAt!=null&&"observers"in e?sn(e,r):e.value=r,e.updatedAt=n);}function yt(e,t,n,r=ie,s){let o={fn:e,state:r,updatedAt:null,owned:null,sources:null,sourceSlots:null,cleanups:null,value:t,owner:A,context:A?A.context:null,pure:n};if(A===null||A!==rn&&(A.owned?A.owned.push(o):A.owned=[o]),$e);return o}function De(e){let t=h;if((e.state)===0)return;if((e.state)===Pe)return We(e);if(e.suspense&&ue(e.suspense.inFallback))return e.suspense.effects.push(e);let n=[e];for(;(e=e.owner)&&(!e.updatedAt||e.updatedAt<Xe);){(e.state)&&n.push(e);}for(let r=n.length-1;r>=0;r--){if(e=n[r],t);if((e.state)===ie)je(e);else if((e.state)===Pe){let s=K;K=null,be(()=>We(e,n[0]),false),K=s;}}}function be(e,t){if(K)return e();let n=false;t||(K=[]),ee?n=true:ee=[],Xe++;try{let r=e();return rr(n),r}catch(r){n||(ee=null),K=null,wt(r);}}function rr(e){if(K&&(an(K),K=null),e)return;let n=ee;ee=null,n.length&&be(()=>nn(n),false);}function an(e){for(let t=0;t<e.length;t++)De(e[t]);}function sr(e){let t,n=0;for(t=0;t<e.length;t++){let r=e[t];r.user?e[n++]=r:De(r);}for(t=0;t<n;t++)De(e[t]);}function We(e,t){e.state=0;for(let r=0;r<e.sources.length;r+=1){let s=e.sources[r];if(s.sources){let o=s.state;o===ie?s!==t&&(!s.updatedAt||s.updatedAt<Xe)&&De(s):o===Pe&&We(s,t);}}}function ln(e){for(let n=0;n<e.observers.length;n+=1){let r=e.observers[n];(!r.state)&&(r.state=Pe,r.pure?K.push(r):ee.push(r),r.observers&&ln(r));}}function Ce(e){let t;if(e.sources)for(;e.sources.length;){let n=e.sources.pop(),r=e.sourceSlots.pop(),s=n.observers;if(s&&s.length){let o=s.pop(),i=n.observerSlots.pop();r<s.length&&(o.sourceSlots[i]=r,s[r]=o,n.observerSlots[r]=i);}}if(e.tOwned){for(t=e.tOwned.length-1;t>=0;t--)Ce(e.tOwned[t]);delete e.tOwned;}if(e.owned){for(t=e.owned.length-1;t>=0;t--)Ce(e.owned[t]);e.owned=null;}if(e.cleanups){for(t=e.cleanups.length-1;t>=0;t--)e.cleanups[t]();e.cleanups=null;}e.state=0;}function ir(e){return e instanceof Error?e:new Error(typeof e=="string"?e:"Unknown error",{cause:e})}function wt(e,t=A){let r=ir(e);throw r;}var ar=Symbol("fallback");function tn(e){for(let t=0;t<e.length;t++)e[t]();}function lr(e,t,n={}){let r=[],s=[],o=[],i=0,a=t.length>1?[]:null;return Ee(()=>tn(o)),()=>{let c=e()||[],l=c.length,d,f;return c[er],ue(()=>{let g,C,R,p,S,v,k,D,Y;if(l===0)i!==0&&(tn(o),o=[],r=[],s=[],i=0,a&&(a=[])),n.fallback&&(r=[ar],s[0]=Ne(Q=>(o[0]=Q,n.fallback())),i=1);else if(i===0){for(s=new Array(l),f=0;f<l;f++)r[f]=c[f],s[f]=Ne(w);i=l;}else {for(R=new Array(l),p=new Array(l),a&&(S=new Array(l)),v=0,k=Math.min(i,l);v<k&&r[v]===c[v];v++);for(k=i-1,D=l-1;k>=v&&D>=v&&r[k]===c[D];k--,D--)R[D]=s[k],p[D]=o[k],a&&(S[D]=a[k]);for(g=new Map,C=new Array(D+1),f=D;f>=v;f--)Y=c[f],d=g.get(Y),C[f]=d===void 0?-1:d,g.set(Y,f);for(d=v;d<=k;d++)Y=r[d],f=g.get(Y),f!==void 0&&f!==-1?(R[f]=s[d],p[f]=o[d],a&&(S[f]=a[d]),f=C[f],g.set(Y,f)):o[d]();for(f=v;f<l;f++)f in R?(s[f]=R[f],o[f]=p[f],a&&(a[f]=S[f],a[f](f))):s[f]=Ne(w);s=s.slice(0,i=l),r=c.slice(0);}return s});function w(g){if(o[f]=g,a){let[C,R]=M(f);return a[f]=R,t(c[f],C)}return t(c[f])}}}function P(e,t){return ue(()=>e(t||{}))}function Ge(){return true}var ur={get(e,t,n){return t===pt?n:e.get(t)},has(e,t){return t===pt?true:e.has(t)},set:Ge,deleteProperty:Ge,getOwnPropertyDescriptor(e,t){return {configurable:true,enumerable:true,get(){return e.get(t)},set:Ge,deleteProperty:Ge}},ownKeys(e){return e.keys()}};function ht(e){return (e=typeof e=="function"?e():e)?e:{}}function fr(){for(let e=0,t=this.length;e<t;++e){let n=this[e]();if(n!==void 0)return n}}function St(...e){let t=false;for(let i=0;i<e.length;i++){let a=e[i];t=t||!!a&&pt in a,e[i]=typeof a=="function"?(t=true,te(a)):a;}if(Jn&&t)return new Proxy({get(i){for(let a=e.length-1;a>=0;a--){let c=ht(e[a])[i];if(c!==void 0)return c}},has(i){for(let a=e.length-1;a>=0;a--)if(i in ht(e[a]))return true;return false},keys(){let i=[];for(let a=0;a<e.length;a++)i.push(...Object.keys(ht(e[a])));return [...new Set(i)]}},ur);let n={},r=Object.create(null);for(let i=e.length-1;i>=0;i--){let a=e[i];if(!a)continue;let c=Object.getOwnPropertyNames(a);for(let l=c.length-1;l>=0;l--){let d=c[l];if(d==="__proto__"||d==="constructor")continue;let f=Object.getOwnPropertyDescriptor(a,d);if(!r[d])r[d]=f.get?{enumerable:true,configurable:true,get:fr.bind(n[d]=[f.get.bind(a)])}:f.value!==void 0?f:void 0;else {let w=n[d];w&&(f.get?w.push(f.get.bind(a)):f.value!==void 0&&w.push(()=>f.value));}}}let s={},o=Object.keys(r);for(let i=o.length-1;i>=0;i--){let a=o[i],c=r[a];c&&c.get?Object.defineProperty(s,a,c):s[a]=c?c.value:void 0;}return s}var dr=e=>`Stale read from <${e}>.`;function Ke(e){let t="fallback"in e&&{fallback:()=>e.fallback};return te(lr(()=>e.each,e.children,t||void 0))}function re(e){let t=e.keyed,n=te(()=>e.when,void 0,void 0),r=t?n:te(n,void 0,{equals:(s,o)=>!s==!o});return te(()=>{let s=r();if(s){let o=e.children;return typeof o=="function"&&o.length>0?ue(()=>o(t?s:()=>{if(!ue(r))throw dr("Show");return n()})):o}return e.fallback},void 0,void 0)}var Be=e=>te(()=>e());function gr(e,t,n){let r=n.length,s=t.length,o=r,i=0,a=0,c=t[s-1].nextSibling,l=null;for(;i<s||a<o;){if(t[i]===n[a]){i++,a++;continue}for(;t[s-1]===n[o-1];)s--,o--;if(s===i){let d=o<r?a?n[a-1].nextSibling:n[o-a]:c;for(;a<o;)e.insertBefore(n[a++],d);}else if(o===a)for(;i<s;)(!l||!l.has(t[i]))&&t[i].remove(),i++;else if(t[i]===n[o-1]&&n[a]===t[s-1]){let d=t[--s].nextSibling;e.insertBefore(n[a++],t[i++].nextSibling),e.insertBefore(n[--o],d),t[s]=n[o];}else {if(!l){l=new Map;let f=a;for(;f<o;)l.set(n[f],f++);}let d=l.get(t[i]);if(d!=null)if(a<d&&d<o){let f=i,w=1,g;for(;++f<s&&f<o&&!((g=l.get(t[f]))==null||g!==d+w);)w++;if(w>d-a){let C=t[i];for(;a<d;)e.insertBefore(n[a++],C);}else e.replaceChild(n[a++],t[i++]);}else i++;else t[i++].remove();}}}function fn(e,t,n,r={}){let s;return Ne(o=>{s=o,t===document?e():he(t,e(),t.firstChild?null:void 0,n);},r.owner),()=>{s(),t.textContent="";}}function Oe(e,t,n,r){let s,o=()=>{let a=document.createElement("template");return a.innerHTML=e,a.content.firstChild},i=()=>(s||(s=o())).cloneNode(true);return i.cloneNode=i,i}function pr(e,t,n){(e.removeAttribute(t));}function vt(e,t,n){if(!t)return n?pr(e,"style"):t;let r=e.style;if(typeof t=="string")return r.cssText=t;typeof n=="string"&&(r.cssText=n=void 0),n||(n={}),t||(t={});let s,o;for(o in n)t[o]==null&&r.removeProperty(o),delete n[o];for(o in t)s=t[o],s!==n[o]&&(r.setProperty(o,s),n[o]=s);return n}function ye(e,t,n){n!=null?e.style.setProperty(t,n):e.style.removeProperty(t);}function Qe(e,t,n){return ue(()=>e(t,n))}function he(e,t,n,r){if(n!==void 0&&!r&&(r=[]),typeof t!="function")return Ze(e,t,r,n);de(s=>Ze(e,t(),s,n),r);}function Ze(e,t,n,r,s){for(;typeof n=="function";)n=n();if(t===n)return n;let i=typeof t,a=r!==void 0;if(e=a&&n[0]&&n[0].parentNode||e,i==="string"||i==="number"){if(i==="number"&&(t=t.toString(),t===n))return n;if(a){let c=n[0];c&&c.nodeType===3?c.data!==t&&(c.data=t):c=document.createTextNode(t),n=Ie(e,n,r,c);}else n!==""&&typeof n=="string"?n=e.firstChild.data=t:n=e.textContent=t;}else if(t==null||i==="boolean"){n=Ie(e,n,r);}else {if(i==="function")return de(()=>{let c=t();for(;typeof c=="function";)c=c();n=Ze(e,c,n,r);}),()=>n;if(Array.isArray(t)){let c=[],l=n&&Array.isArray(n);if(Tt(c,t,n,s))return de(()=>n=Ze(e,c,n,r,true)),()=>n;if(c.length===0){if(n=Ie(e,n,r),a)return n}else l?n.length===0?un(e,c,r):gr(e,n,c):(n&&Ie(e),un(e,c));n=c;}else if(t.nodeType){if(Array.isArray(n)){if(a)return n=Ie(e,n,r,t);Ie(e,n,null,t);}else n==null||n===""||!e.firstChild?e.appendChild(t):e.replaceChild(t,e.firstChild);n=t;}}return n}function Tt(e,t,n,r){let s=false;for(let o=0,i=t.length;o<i;o++){let a=t[o],c=n&&n[e.length],l;if(!(a==null||a===true||a===false))if((l=typeof a)=="object"&&a.nodeType)e.push(a);else if(Array.isArray(a))s=Tt(e,a,c)||s;else if(l==="function")if(r){for(;typeof a=="function";)a=a();s=Tt(e,Array.isArray(a)?a:[a],Array.isArray(c)?c:[c])||s;}else e.push(a),s=true;else {let d=String(a);c&&c.nodeType===3&&c.data===d?e.push(c):e.push(document.createTextNode(d));}}return s}function un(e,t,n=null){for(let r=0,s=t.length;r<s;r++)e.insertBefore(t[r],n);}function Ie(e,t,n,r){if(n===void 0)return e.textContent="";let s=r||document.createTextNode("");if(t.length){let o=false;for(let i=t.length-1;i>=0;i--){let a=t[i];if(s!==a){let c=a.parentNode===e;!o&&!i?c?e.replaceChild(s,a):e.insertBefore(s,n):c&&a.remove();}else o=true;}}else e.insertBefore(s,n);return [s]}var br=["input","textarea","select","searchbox","slider","spinbutton","menuitem","menuitemcheckbox","menuitemradio","option","radio","textbox"],yr=e=>!!e.tagName&&!e.tagName.startsWith("-")&&e.tagName.includes("-"),wr=e=>Array.isArray(e),Sr=(e,t=false)=>{let{composed:n,target:r}=e,s,o;if(r instanceof HTMLElement&&yr(r)&&n){let a=e.composedPath()[0];a instanceof HTMLElement&&(s=a.tagName,o=a.role);}else r instanceof HTMLElement&&(s=r.tagName,o=r.role);return wr(t)?!!(s&&t&&t.some(i=>typeof s=="string"&&i.toLowerCase()===s.toLowerCase()||i===o)):!!(s&&t&&t)},mn=e=>Sr(e,br);var Re="data-react-grab",hn=()=>{let e=document.querySelector(`[${Re}]`);if(e){let o=e.shadowRoot?.querySelector(`[${Re}]`);if(o instanceof HTMLDivElement&&e.shadowRoot)return o}let t=document.createElement("div");t.setAttribute(Re,"true"),t.style.zIndex="2147483646",t.style.position="fixed",t.style.top="0",t.style.left="0";let n=t.attachShadow({mode:"open"}),r=document.createElement("div");return r.setAttribute(Re,"true"),n.appendChild(r),(document.body??document.documentElement).appendChild(t),r};var Je=(e,t=window.getComputedStyle(e))=>t.display!=="none"&&t.visibility!=="hidden"&&t.opacity!=="0";var Tr=Oe("<div>"),vr=Oe('<span style="display:inline-block;width:8px;height:8px;border:1.5px solid rgb(210, 57, 192);border-top-color:transparent;border-radius:50%;margin-right:4px;vertical-align:middle">'),xr=Oe("<span style=display:inline-block;margin-right:4px;font-weight:600>\u2713"),gn=Oe(`<span style="font-family:ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, 'Liberation Mono', 'Courier New', monospace;font-variant-numeric:tabular-nums">`),Cr=Oe(`<div style="position:fixed;padding:2px 6px;background-color:#fde7f7;color:#b21c8e;border:1px solid #f7c5ec;border-radius:4px;font-size:11px;font-weight:500;font-family:-apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;pointer-events:none;transition:opacity 0.2s ease-in-out;display:flex;align-items:center;max-width:calc(100vw - (16px + env(safe-area-inset-left) + env(safe-area-inset-right)));overflow:hidden;text-overflow:ellipsis;white-space:nowrap"><span>`),Er=Oe('<div style="position:fixed;z-index:2147483647;pointer-events:none;transition:opacity 0.1s ease-in-out"><div style="width:32px;height:2px;background-color:rgba(178, 28, 142, 0.2);border-radius:1px;overflow:hidden;position:relative"><div style="height:100%;background-color:#b21c8e;border-radius:1px;transition:width 0.05s cubic-bezier(0.165, 0.84, 0.44, 1)">'),et=8,Rr=6,pn=4,yn=1500,wn=.95,Nr=.9,tt=(e,t,n)=>e+(t-e)*n,xt=e=>{let[t,n]=M(e.bounds.x),[r,s]=M(e.bounds.y),[o,i]=M(e.bounds.width),[a,c]=M(e.bounds.height),[l,d]=M(1),f=false,w=null,g=e.bounds;me(()=>{g=e.bounds;let p=e.lerpFactor??wn;if(!f){n(g.x),s(g.y),i(g.width),c(g.height),f=true;return}let S=.5,v=()=>{let k=tt(t(),g.x,p),D=tt(r(),g.y,p),Y=tt(o(),g.width,p),Q=tt(a(),g.height,p);n(k),s(D),i(Y),c(Q),Math.abs(k-g.x)<S&&Math.abs(D-g.y)<S&&Math.abs(Y-g.width)<S&&Math.abs(Q-g.height)<S?w=null:w=requestAnimationFrame(v);};w!==null&&cancelAnimationFrame(w),w=requestAnimationFrame(v),Ee(()=>{w!==null&&(cancelAnimationFrame(w),w=null);});}),me(()=>{e.variant==="grabbed"&&requestAnimationFrame(()=>{d(0);});});let C={position:"fixed","box-sizing":"border-box","pointer-events":e.variant==="marquee"?"none":"auto","z-index":"2147483646"},R=()=>e.variant==="marquee"?{border:"1px dashed rgb(210, 57, 192)","background-color":"rgba(210, 57, 192, 0.1)","will-change":"transform, width, height",contain:"layout paint size"}:{border:"1px solid rgb(210, 57, 192)","background-color":"rgba(210, 57, 192, 0.2)",transition:e.variant==="grabbed"?"opacity 0.3s ease-out":void 0};return P(re,{get when(){return e.visible!==false},get children(){var p=Tr();return de(S=>vt(p,{...C,...R(),top:`${r()}px`,left:`${t()}px`,width:`${o()}px`,height:`${a()}px`,"border-radius":e.bounds.borderRadius,transform:e.bounds.transform,opacity:l()},S)),p}})},Or=e=>{let t;return me(()=>{t&&t.animate([{transform:"rotate(0deg)"},{transform:"rotate(360deg)"}],{duration:600,easing:"linear",iterations:1/0});}),(()=>{var n=vr(),r=t;return typeof r=="function"?Qe(r,n):t=n,de(s=>vt(n,{...e.style},s)),n})()},bn=e=>{let[t,n]=M(0),r;me(()=>{e.visible!==false?requestAnimationFrame(()=>{n(1);}):n(0);}),me(()=>{if(e.variant==="success"){let i=setTimeout(()=>{n(0);},yn);Ee(()=>clearTimeout(i));}});let s=()=>r?.getBoundingClientRect(),o=()=>{let i=s();if(!i)return {left:e.x,top:e.y};let a=window.innerWidth,c=window.innerHeight,l=Math.round(e.x),d=Math.round(e.y)-i.height-Rr,f=et,w=et,g=a-i.width-et,C=c-i.height-et,R=l<f,p=d<w,S=R||p;return l=Math.max(f,Math.min(l,g)),d=Math.max(w,Math.min(d,C)),S&&(l+=pn,d+=pn),{left:l,top:d}};return P(re,{get when(){return e.visible!==false},get children(){var i=Cr(),a=i.firstChild,c=r;return typeof c=="function"?Qe(c,i):r=i,he(i,P(re,{get when(){return e.variant==="processing"},get children(){return P(Or,{})}}),a),he(i,P(re,{get when(){return e.variant==="success"},get children(){return xr()}}),a),he(a,P(re,{get when(){return e.variant==="success"},children:"Grabbed "}),null),he(a,P(re,{get when(){return e.variant==="processing"},children:"Grabbing\u2026"}),null),he(a,P(re,{get when(){return e.variant==="hover"},get children(){var l=gn();return he(l,()=>e.text),l}}),null),he(a,P(re,{get when(){return e.variant!=="hover"},get children(){var l=gn();return he(l,()=>e.text),l}}),null),de(l=>{var d=`${o().top}px`,f=`${o().left}px`,w=e.zIndex?.toString()??"2147483647",g=t();return d!==l.e&&ye(i,"top",l.e=d),f!==l.t&&ye(i,"left",l.t=f),w!==l.a&&ye(i,"z-index",l.a=w),g!==l.o&&ye(i,"opacity",l.o=g),l},{e:void 0,t:void 0,a:void 0,o:void 0}),i}})},Ar=e=>{let[t,n]=M(0),r;me(()=>{e.visible!==false?requestAnimationFrame(()=>{n(1);}):n(0);});let s=()=>{let o=r?.getBoundingClientRect();if(!o)return {left:e.mouseX,top:e.mouseY};let i=window.innerWidth,a=window.innerHeight,c=14,l=8,d=e.mouseX-o.width/2,f=e.mouseY+c;return f+o.height+l>a&&(f=e.mouseY-o.height-c),f=Math.max(l,Math.min(f,a-o.height-l)),d=Math.max(l,Math.min(d,i-o.width-l)),{left:d,top:f}};return P(re,{get when(){return e.visible!==false},get children(){var o=Er(),i=o.firstChild,a=i.firstChild,c=r;return typeof c=="function"?Qe(c,o):r=o,de(l=>{var d=`${s().top}px`,f=`${s().left}px`,w=t(),g=`${Math.min(100,Math.max(0,e.progress*100))}%`;return d!==l.e&&ye(o,"top",l.e=d),f!==l.t&&ye(o,"left",l.t=f),w!==l.a&&ye(o,"opacity",l.a=w),g!==l.o&&ye(a,"width",l.o=g),l},{e:void 0,t:void 0,a:void 0,o:void 0}),o}})},Sn=e=>[P(re,{get when(){return Be(()=>!!e.selectionVisible)()&&e.selectionBounds},get children(){return P(xt,{variant:"selection",get bounds(){return e.selectionBounds},get visible(){return e.selectionVisible},lerpFactor:wn})}}),P(re,{get when(){return Be(()=>!!e.marqueeVisible)()&&e.marqueeBounds},get children(){return P(xt,{variant:"marquee",get bounds(){return e.marqueeBounds},get visible(){return e.marqueeVisible},lerpFactor:Nr})}}),P(Ke,{get each(){return e.grabbedOverlays??[]},children:t=>P(xt,{variant:"grabbed",get bounds(){return t.bounds},visible:true})}),P(Ke,{get each(){return e.successLabels??[]},children:t=>P(bn,{variant:"success",get text(){return t.text},get x(){return t.x},get y(){return t.y},visible:true,zIndex:2147483648})}),P(re,{get when(){return Be(()=>!!(e.labelVisible&&e.labelVariant&&e.labelText&&e.labelX!==void 0))()&&e.labelY!==void 0},get children(){return P(bn,{get variant(){return e.labelVariant},get text(){return e.labelText},get x(){return e.labelX},get y(){return e.labelY},get visible(){return e.labelVisible},get zIndex(){return e.labelZIndex}})}}),P(re,{get when(){return Be(()=>!!(e.progressVisible&&e.progress!==void 0&&e.mouseX!==void 0))()&&e.mouseY!==void 0},get children(){return P(Ar,{get progress(){return e.progress},get mouseX(){return e.mouseX},get mouseY(){return e.mouseY},get visible(){return e.progressVisible}})}})];var xn="0.5.14",Ye=`bippy-${xn}`,Tn=Object.defineProperty,Fr=Object.prototype.hasOwnProperty,Ve=()=>{},Cn=e=>{try{Function.prototype.toString.call(e).indexOf("^_^")>-1&&setTimeout(()=>{throw Error("React is running in production mode, but dead code elimination has not been applied. Read how to correctly configure React for production: https://reactjs.org/link/perf-use-production-build")});}catch{}},Ct=(e=we())=>"getFiberRoots"in e,En=false,vn,rt=(e=we())=>En?true:(typeof e.inject=="function"&&(vn=e.inject.toString()),!!vn?.includes("(injected)")),nt=new Set,Ae=new Set,Rn=e=>{let t=new Map,n=0,r={_instrumentationIsActive:false,_instrumentationSource:Ye,checkDCE:Cn,hasUnsupportedRendererAttached:false,inject(s){let o=++n;return t.set(o,s),Ae.add(s),r._instrumentationIsActive||(r._instrumentationIsActive=true,nt.forEach(i=>i())),o},on:Ve,onCommitFiberRoot:Ve,onCommitFiberUnmount:Ve,onPostCommitFiberRoot:Ve,renderers:t,supportsFiber:true,supportsFlight:true};try{Tn(globalThis,"__REACT_DEVTOOLS_GLOBAL_HOOK__",{configurable:!0,enumerable:!0,get(){return r},set(i){if(i&&typeof i=="object"){let a=r.renderers;r=i,a.size>0&&(a.forEach((c,l)=>{Ae.add(c),i.renderers.set(l,c);}),ot(e));}}});let s=window.hasOwnProperty,o=!1;Tn(window,"hasOwnProperty",{configurable:!0,value:function(...i){try{if(!o&&i[0]==="__REACT_DEVTOOLS_GLOBAL_HOOK__")return globalThis.__REACT_DEVTOOLS_GLOBAL_HOOK__=void 0,o=!0,-0}catch{}return s.apply(this,i)},writable:!0});}catch{ot(e);}return r},ot=e=>{e&&nt.add(e);try{let t=globalThis.__REACT_DEVTOOLS_GLOBAL_HOOK__;if(!t)return;if(!t._instrumentationSource){t.checkDCE=Cn,t.supportsFiber=!0,t.supportsFlight=!0,t.hasUnsupportedRendererAttached=!1,t._instrumentationSource=Ye,t._instrumentationIsActive=!1;let n=Ct(t);if(n||(t.on=Ve),t.renderers.size){t._instrumentationIsActive=!0,nt.forEach(o=>o());return}let r=t.inject,s=rt(t);s&&!n&&(En=!0,t.inject({scheduleRefresh(){}})&&(t._instrumentationIsActive=!0)),t.inject=o=>{let i=r(o);return Ae.add(o),s&&t.renderers.set(i,o),t._instrumentationIsActive=!0,nt.forEach(a=>a()),i};}(t.renderers.size||t._instrumentationIsActive||rt())&&e?.();}catch{}},Et=()=>Fr.call(globalThis,"__REACT_DEVTOOLS_GLOBAL_HOOK__"),we=e=>Et()?(ot(e),globalThis.__REACT_DEVTOOLS_GLOBAL_HOOK__):Rn(e),kn=()=>!!(typeof window<"u"&&(window.document?.createElement||window.navigator?.product==="ReactNative")),Rt=()=>{try{kn()&&we();}catch{}};Rt();var kt=0,Nt=1;var Ot=5;var At=11,Ft=13;var _t=15,$t=16;var It=19;var Mt=26,Lt=27,Pt=28,Dt=30;var Ht=e=>{let t=e;return typeof t=="function"?t:typeof t=="object"&&t?Ht(t.type||t.render):null},st=e=>{let t=e;if(typeof t=="string")return t;if(typeof t!="function"&&!(typeof t=="object"&&t))return null;let n=t.displayName||t.name||null;if(n)return n;let r=Ht(t);return r&&(r.displayName||r.name)||null};var jt=e=>{let t=we(e.onActive);t._instrumentationSource=e.name??Ye;let n=t.onCommitFiberRoot;if(e.onCommitFiberRoot){let o=(i,a,c)=>{n!==o&&(n?.(i,a,c),e.onCommitFiberRoot?.(i,a,c));};t.onCommitFiberRoot=o;}let r=t.onCommitFiberUnmount;if(e.onCommitFiberUnmount){let o=(i,a)=>{t.onCommitFiberUnmount===o&&(r?.(i,a),e.onCommitFiberUnmount?.(i,a));};t.onCommitFiberUnmount=o;}let s=t.onPostCommitFiberRoot;if(e.onPostCommitFiberRoot){let o=(i,a)=>{t.onPostCommitFiberRoot===o&&(s?.(i,a),e.onPostCommitFiberRoot?.(i,a));};t.onPostCommitFiberRoot=o;}return t},it=e=>{let t=we();for(let n of t.renderers.values())try{let r=n.findFiberByHostInstance?.(e);if(r)return r}catch{}if(typeof e=="object"&&e){if("_reactRootContainer"in e)return e._reactRootContainer?._internalRoot?.current?.child;for(let n in e)if(n.startsWith("__reactContainer$")||n.startsWith("__reactInternalInstance$")||n.startsWith("__reactFiber"))return e[n]||null}return null},Bt=new Set;var qr=Object.create,$n=Object.defineProperty,Ur=Object.getOwnPropertyDescriptor,Gr=Object.getOwnPropertyNames,zr=Object.getPrototypeOf,Wr=Object.prototype.hasOwnProperty,Xr=(e,t)=>()=>(t||e((t={exports:{}}).exports,t),t.exports),Kr=(e,t,n,r)=>{if(t&&typeof t=="object"||typeof t=="function")for(var s=Gr(t),o=0,i=s.length,a;o<i;o++)a=s[o],!Wr.call(e,a)&&a!==n&&$n(e,a,{get:(c=>t[c]).bind(null,a),enumerable:!(r=Ur(t,a))||r.enumerable});return e},Zr=(e,t,n)=>(n=e==null?{}:qr(zr(e)),Kr($n(n,"default",{value:e,enumerable:true}),e)),Qr=()=>{let e=we();for(let t of [...Array.from(Ae),...Array.from(e.renderers.values())]){let n=t.currentDispatcherRef;if(n&&typeof n=="object")return "H"in n?n.H:n.current}return null},Nn=e=>{for(let t of Ae){let n=t.currentDispatcherRef;n&&typeof n=="object"&&("H"in n?n.H=e:n.current=e);}},Se=e=>`
10
+ in ${e}`,Jr=(e,t)=>{let n=Se(e);return t&&(n+=` (at ${t})`),n},Vt=false,Yt=(e,t)=>{if(!e||Vt)return "";let n=Error.prepareStackTrace;Error.prepareStackTrace=void 0,Vt=true;let r=Qr();Nn(null);let s=console.error,o=console.warn;console.error=()=>{},console.warn=()=>{};try{let c={DetermineComponentFrameRoot(){let w;try{if(t){let g=function(){throw Error()};if(Object.defineProperty(g.prototype,"props",{set:function(){throw Error()}}),typeof Reflect=="object"&&Reflect.construct){try{Reflect.construct(g,[]);}catch(C){w=C;}Reflect.construct(e,[],g);}else {try{g.call();}catch(C){w=C;}e.call(g.prototype);}}else {try{throw Error()}catch(C){w=C;}let g=e();g&&typeof g.catch=="function"&&g.catch(()=>{});}}catch(g){if(g instanceof Error&&w instanceof Error&&typeof g.stack=="string")return [g.stack,w.stack]}return [null,null]}};c.DetermineComponentFrameRoot.displayName="DetermineComponentFrameRoot",Object.getOwnPropertyDescriptor(c.DetermineComponentFrameRoot,"name")?.configurable&&Object.defineProperty(c.DetermineComponentFrameRoot,"name",{value:"DetermineComponentFrameRoot"});let[d,f]=c.DetermineComponentFrameRoot();if(d&&f){let w=d.split(`
11
+ `),g=f.split(`
12
+ `),C=0,R=0;for(;C<w.length&&!w[C].includes("DetermineComponentFrameRoot");)C++;for(;R<g.length&&!g[R].includes("DetermineComponentFrameRoot");)R++;if(C===w.length||R===g.length)for(C=w.length-1,R=g.length-1;C>=1&&R>=0&&w[C]!==g[R];)R--;for(;C>=1&&R>=0;C--,R--)if(w[C]!==g[R]){if(C!==1||R!==1)do if(C--,R--,R<0||w[C]!==g[R]){let p=`
13
+ ${w[C].replace(" at new "," at ")}`,S=st(e);return S&&p.includes("<anonymous>")&&(p=p.replace("<anonymous>",S)),p}while(C>=1&&R>=0);break}}}finally{Vt=false,Error.prepareStackTrace=n,Nn(r),console.error=s,console.warn=o;}let i=e?st(e):"";return i?Se(i):""},eo=(e,t)=>{let n=e.tag,r="";switch(n){case Pt:r=Se("Activity");break;case Nt:r=Yt(e.type,true);break;case At:r=Yt(e.type.render,false);break;case kt:case _t:r=Yt(e.type,false);break;case Ot:case Mt:case Lt:r=Se(e.type);break;case $t:r=Se("Lazy");break;case Ft:r=e.child!==t&&t!==null?Se("Suspense Fallback"):Se("Suspense");break;case It:r=Se("SuspenseList");break;case Dt:r=Se("ViewTransition");break;default:return ""}return r},to=e=>{try{let t="",n=e,r=null;do{t+=eo(n,r);let s=n._debugInfo;if(s&&Array.isArray(s))for(let o=s.length-1;o>=0;o--){let i=s[o];typeof i.name=="string"&&(t+=Jr(i.name,i.env));}r=n,n=n.return;}while(n);return t}catch(t){return t instanceof Error?`
64
14
  Error generating stack: ${t.message}
65
- ${t.stack}`:""}},sn=e=>{let t=Error.prepareStackTrace;Error.prepareStackTrace=void 0;let n=e;if(!n)return "";Error.prepareStackTrace=t,n.startsWith(`Error: react-stack-top-frame
15
+ ${t.stack}`:""}},no=e=>{let t=Error.prepareStackTrace;Error.prepareStackTrace=void 0;let n=e;if(!n)return "";Error.prepareStackTrace=t,n.startsWith(`Error: react-stack-top-frame
66
16
  `)&&(n=n.slice(29));let r=n.indexOf(`
67
17
  `);if(r!==-1&&(n=n.slice(r+1)),r=Math.max(n.indexOf("react_stack_bottom_frame"),n.indexOf("react-stack-bottom-frame")),r!==-1&&(r=n.lastIndexOf(`
68
- `,r)),r!==-1)n=n.slice(0,r);else return "";return n},an=/(^|@)\S+:\d+/,ft=/^\s*at .*(\S+:\d+|\(native\))/m,ln=/^(eval@)?(\[native code\])?$/;var cn=(e,t)=>{if(t?.includeInElement!==false){let n=e.split(`
69
- `),r=[];for(let i of n)if(/^\s*at\s+/.test(i)){let s=ct(i,void 0)[0];s&&r.push(s);}else if(/^\s*in\s+/.test(i)){let s=i.replace(/^\s*in\s+/,"").replace(/\s*\(at .*\)$/,"");r.push({function:s,raw:i});}else if(i.match(an)){let s=ut(i,void 0)[0];s&&r.push(s);}return Pe(r,t)}return e.match(ft)?ct(e,t):ut(e,t)},ht=e=>{if(!e.includes(":"))return [e,void 0,void 0];let t=/(.+?)(?::(\d+))?(?::(\d+))?$/,n=t.exec(e.replace(/[()]/g,""));return [n[1],n[2]||void 0,n[3]||void 0]},Pe=(e,t)=>t&&t.slice!=null?Array.isArray(t.slice)?e.slice(t.slice[0],t.slice[1]):e.slice(0,t.slice):e;var ct=(e,t)=>Pe(e.split(`
70
- `).filter(r=>!!r.match(ft)),t).map(r=>{let i=r;i.includes("(eval ")&&(i=i.replace(/eval code/g,"eval").replace(/(\(eval at [^()]*)|(,.*$)/g,""));let s=i.replace(/^\s+/,"").replace(/\(eval code/g,"(").replace(/^.*?\s+/,""),a=s.match(/ (\(.+\)$)/);s=a?s.replace(a[0],""):s;let p=ht(a?a[1]:s),m=a&&s||void 0,u=["eval","<anonymous>"].includes(p[0])?void 0:p[0];return {function:m,file:u,line:p[1]?+p[1]:void 0,col:p[2]?+p[2]:void 0,raw:i}});var ut=(e,t)=>Pe(e.split(`
71
- `).filter(r=>!r.match(ln)),t).map(r=>{let i=r;if(i.includes(" > eval")&&(i=i.replace(/ line (\d+)(?: > eval line \d+)* > eval:\d+:\d+/g,":$1")),!i.includes("@")&&!i.includes(":"))return {function:i};{let s=/(([^\n\r"\u2028\u2029]*".[^\n\r"\u2028\u2029]*"[^\n\r@\u2028\u2029]*(?:@[^\n\r"\u2028\u2029]*"[^\n\r@\u2028\u2029]*)*(?:[\n\r\u2028\u2029][^@]*)?)?[^@]*)@/,a=i.match(s),p=a&&a[1]?a[1]:void 0,m=ht(i.replace(s,""));return {function:p,file:m[0],line:m[1]?+m[1]:void 0,col:m[2]?+m[2]:void 0,raw:i}}});var un=Qt((e,t)=>{(function(n,r){typeof e=="object"&&t!==void 0?r(e):typeof define=="function"&&define.amd?define(["exports"],r):(n=typeof globalThis<"u"?globalThis:n||self,r(n.sourcemapCodec={}));})(void 0,function(n){let r=44,i=59,s="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/",a=new Uint8Array(64),p=new Uint8Array(128);for(let l=0;l<s.length;l++){let c=s.charCodeAt(l);a[l]=c,p[c]=l;}function m(l,c){let o=0,d=0,T=0;do{let _=l.next();T=p[_],o|=(T&31)<<d,d+=5;}while(T&32);let S=o&1;return o>>>=1,S&&(o=-2147483648|-o),c+o}function u(l,c,o){let d=c-o;d=d<0?-d<<1|1:d<<1;do{let T=d&31;d>>>=5,d>0&&(T|=32),l.write(a[T]);}while(d>0);return c}function g(l,c){return l.pos>=c?false:l.peek()!==r}let F=1024*16,C=typeof TextDecoder<"u"?new TextDecoder:typeof Buffer<"u"?{decode(l){return Buffer.from(l.buffer,l.byteOffset,l.byteLength).toString()}}:{decode(l){let c="";for(let o=0;o<l.length;o++)c+=String.fromCharCode(l[o]);return c}};class b{constructor(){this.pos=0,this.out="",this.buffer=new Uint8Array(F);}write(c){let{buffer:o}=this;o[this.pos++]=c,this.pos===F&&(this.out+=C.decode(o),this.pos=0);}flush(){let{buffer:c,out:o,pos:d}=this;return d>0?o+C.decode(c.subarray(0,d)):o}}class v{constructor(c){this.pos=0,this.buffer=c;}next(){return this.buffer.charCodeAt(this.pos++)}peek(){return this.buffer.charCodeAt(this.pos)}indexOf(c){let{buffer:o,pos:d}=this,T=o.indexOf(c,d);return T===-1?o.length:T}}let E=[];function f(l){let{length:c}=l,o=new v(l),d=[],T=[],S=0;for(;o.pos<c;o.pos++){S=m(o,S);let _=m(o,0);if(!g(o,c)){let $=T.pop();$[2]=S,$[3]=_;continue}let R=m(o,0),k=m(o,0),O=k&1,N=O?[S,_,0,0,R,m(o,0)]:[S,_,0,0,R],I=E;if(g(o,c)){I=[];do{let $=m(o,0);I.push($);}while(g(o,c))}N.vars=I,d.push(N),T.push(N);}return d}function h(l){let c=new b;for(let o=0;o<l.length;)o=y(l,o,c,[0]);return c.flush()}function y(l,c,o,d){let T=l[c],{0:S,1:_,2:R,3:k,4:O,vars:N}=T;c>0&&o.write(r),d[0]=u(o,S,d[0]),u(o,_,0),u(o,O,0);let I=T.length===6?1:0;u(o,I,0),T.length===6&&u(o,T[5],0);for(let $ of N)u(o,$,0);for(c++;c<l.length;){let $=l[c],{0:x,1:H}=$;if(x>R||x===R&&H>=k)break;c=y(l,c,o,d);}return o.write(r),d[0]=u(o,R,d[0]),u(o,k,0),c}function w(l){let{length:c}=l,o=new v(l),d=[],T=[],S=0,_=0,R=0,k=0,O=0,N=0,I=0,$=0;do{let x=o.indexOf(";"),H=0;for(;o.pos<x;o.pos++){if(H=m(o,H),!g(o,x)){let P=T.pop();P[2]=S,P[3]=H;continue}let j=m(o,0),oe=j&1,X=j&2,Z=j&4,Be=null,he=E,Y;if(oe){let P=m(o,_);R=m(o,_===P?R:0),_=P,Y=[S,H,0,0,P,R];}else Y=[S,H,0,0];if(Y.isScope=!!Z,X){let P=k,K=O;k=m(o,k);let Q=P===k;O=m(o,Q?O:0),N=m(o,Q&&K===O?N:0),Be=[k,O,N];}if(Y.callsite=Be,g(o,x)){he=[];do{I=S,$=H;let P=m(o,0),K;if(P<-1){K=[[m(o,0)]];for(let Q=-1;Q>P;Q--){let Rt=I;I=m(o,I),$=m(o,I===Rt?$:0);let xt=m(o,0);K.push([xt,I,$]);}}else K=[[P]];he.push(K);}while(g(o,x))}Y.bindings=he,d.push(Y),T.push(Y);}S++,o.pos=x+1;}while(o.pos<c);return d}function M(l){if(l.length===0)return "";let c=new b;for(let o=0;o<l.length;)o=A(l,o,c,[0,0,0,0,0,0,0]);return c.flush()}function A(l,c,o,d){let T=l[c],{0:S,1:_,2:R,3:k,isScope:O,callsite:N,bindings:I}=T;d[0]<S?(D(o,d[0],S),d[0]=S,d[1]=0):c>0&&o.write(r),d[1]=u(o,T[1],d[1]);let $=(T.length===6?1:0)|(N?2:0)|(O?4:0);if(u(o,$,0),T.length===6){let{4:x,5:H}=T;x!==d[2]&&(d[3]=0),d[2]=u(o,x,d[2]),d[3]=u(o,H,d[3]);}if(N){let{0:x,1:H,2:j}=T.callsite;x===d[4]?H!==d[5]&&(d[6]=0):(d[5]=0,d[6]=0),d[4]=u(o,x,d[4]),d[5]=u(o,H,d[5]),d[6]=u(o,j,d[6]);}if(I)for(let x of I){x.length>1&&u(o,-x.length,0);let H=x[0][0];u(o,H,0);let j=S,oe=_;for(let X=1;X<x.length;X++){let Z=x[X];j=u(o,Z[1],j),oe=u(o,Z[2],oe),u(o,Z[0],0);}}for(c++;c<l.length;){let x=l[c],{0:H,1:j}=x;if(H>R||H===R&&j>=k)break;c=A(l,c,o,d);}return d[0]<R?(D(o,d[0],R),d[0]=R,d[1]=0):o.write(r),d[1]=u(o,k,d[1]),c}function D(l,c,o){do l.write(i);while(++c<o)}function L(l){let{length:c}=l,o=new v(l),d=[],T=0,S=0,_=0,R=0,k=0;do{let O=o.indexOf(";"),N=[],I=true,$=0;for(T=0;o.pos<O;){let x;T=m(o,T),T<$&&(I=false),$=T,g(o,O)?(S=m(o,S),_=m(o,_),R=m(o,R),g(o,O)?(k=m(o,k),x=[T,S,_,R,k]):x=[T,S,_,R]):x=[T],N.push(x),o.pos++;}I||B(N),d.push(N),o.pos=O+1;}while(o.pos<=c);return d}function B(l){l.sort(z);}function z(l,c){return l[0]-c[0]}function re(l){let c=new b,o=0,d=0,T=0,S=0;for(let _=0;_<l.length;_++){let R=l[_];if(_>0&&c.write(i),R.length===0)continue;let k=0;for(let O=0;O<R.length;O++){let N=R[O];O>0&&c.write(r),k=u(c,N[0],k),N.length!==1&&(o=u(c,N[1],o),d=u(c,N[2],d),T=u(c,N[3],T),N.length!==4&&(S=u(c,N[4],S)));}}return c.flush()}n.decode=L,n.decodeGeneratedRanges=w,n.decodeOriginalScopes=f,n.encode=re,n.encodeGeneratedRanges=M,n.encodeOriginalScopes=h,Object.defineProperty(n,"__esModule",{value:true});});}),gt=en(un()),bt=/^[a-zA-Z][a-zA-Z\d+\-.]*:/,dn=/^data:application\/json[^,]+base64,/,mn=/(?:\/\/[@#][ \t]+sourceMappingURL=([^\s'"]+?)[ \t]*$)|(?:\/\*[@#][ \t]+sourceMappingURL=([^*]+?)[ \t]*(?:\*\/)[ \t]*$)/,yt=typeof WeakRef<"u",ne=new Map,fe=new Map,pn=e=>yt&&e instanceof WeakRef,dt=(e,t,n,r)=>{if(n<0||n>=e.length)return null;let i=e[n];if(!i||i.length===0)return null;let s=null;for(let g of i)if(g[0]<=r)s=g;else break;if(!s||s.length<4)return null;let[,a,p,m]=s;if(a===void 0||p===void 0||m===void 0)return null;let u=t[a];return u?{columnNumber:m,fileName:u,lineNumber:p+1}:null},fn=(e,t,n)=>{if(e.sections){let r=null;for(let a of e.sections)if(t>a.offset.line||t===a.offset.line&&n>=a.offset.column)r=a;else break;if(!r)return null;let i=t-r.offset.line,s=t===r.offset.line?n-r.offset.column:n;return dt(r.map.mappings,r.map.sources,i,s)}return dt(e.mappings,e.sources,t-1,n)},hn=(e,t)=>{let n=t.split(`
72
- `),r;for(let s=n.length-1;s>=0&&!r;s--){let a=n[s].match(mn);a&&(r=a[1]||a[2]);}if(!r)return null;let i=bt.test(r);if(!(dn.test(r)||i||r.startsWith("/"))){let s=e.split("/");s[s.length-1]=r,r=s.join("/");}return r},gn=e=>({file:e.file,mappings:(0, gt.decode)(e.mappings),names:e.names,sourceRoot:e.sourceRoot,sources:e.sources,sourcesContent:e.sourcesContent,version:3}),bn=e=>{let t=e.sections.map(({map:r,offset:i})=>({map:{...r,mappings:(0, gt.decode)(r.mappings)},offset:i})),n=new Set;for(let r of t)for(let i of r.map.sources)n.add(i);return {file:e.file,mappings:[],names:[],sections:t,sourceRoot:void 0,sources:Array.from(n),sourcesContent:void 0,version:3}},mt=e=>{if(!e)return false;let t=e.trim();if(!t)return false;let n=t.match(bt);if(!n)return true;let r=n[0].toLowerCase();return r==="http:"||r==="https:"},yn=async(e,t=fetch)=>{if(!mt(e))return null;let n;try{n=await(await t(e)).text();}catch{return null}if(!n)return null;let r=hn(e,n);if(!r||!mt(r))return null;try{let i=await t(r),s=await i.json();return "sections"in s?bn(s):gn(s)}catch{return null}},Tn=async(e,t=true,n)=>{if(t&&ne.has(e)){let s=ne.get(e);if(s==null)return null;if(pn(s)){let a=s.deref();if(a)return a;ne.delete(e);}else return s}if(t&&fe.has(e))return fe.get(e);let r=yn(e,n);t&&fe.set(e,r);let i=await r;return t&&fe.delete(e),t&&(i===null?ne.set(e,null):ne.set(e,yt?new WeakRef(i):i)),i};var vn=e=>e._debugStack instanceof Error&&typeof e._debugStack?.stack=="string";var Tt=e=>vn(e)?sn(e._debugStack.stack):on(e);var vt=async(e,t=1,n=true,r)=>{let i=cn(e,{slice:t??1}),s=[];for(let a of i){if(!a?.file)continue;let p=await Tn(a.file,n,r);if(p&&typeof a.line=="number"&&typeof a.col=="number"){let m=fn(p,a.line,a.col);if(m){s.push(m);continue}}s.push({fileName:a.file,lineNumber:a.line,columnNumber:a.col,functionName:a.function});}return s};Ie({onCommitFiberRoot(e,t){$e.add(t);}});var Ct=async e=>{let t=pe(e);if(!t)return null;let n=Tt(t),r=await vt(n,Number.MAX_SAFE_INTEGER);return r||null};var wt=e=>{let t=new Set(["article","aside","footer","form","header","main","nav","section"]),n=f=>{let h=f.tagName.toLowerCase();if(t.has(h)||f.id)return true;if(f.className&&typeof f.className=="string"){let y=f.className.trim();if(y&&y.length>0)return true}return Array.from(f.attributes).some(y=>y.name.startsWith("data-"))},r=(f,h=10)=>{let y=[],w=f.parentElement,M=0;for(;w&&M<h&&w.tagName!=="BODY"&&!(n(w)&&(y.push(w),y.length>=3));)w=w.parentElement,M++;return y.reverse()},i=f=>{let h=[],y=f,w=0,M=5;for(;y&&w<M&&y.tagName!=="BODY";){let A=y.tagName.toLowerCase();if(y.id){A+=`#${y.id}`,h.unshift(A);break}else if(y.className&&typeof y.className=="string"&&y.className.trim()){let D=y.className.trim().split(/\s+/).slice(0,2);A+=`.${D.join(".")}`;}if(!y.id&&(!y.className||!y.className.trim())&&y.parentElement){let D=Array.from(y.parentElement.children),L=D.indexOf(y);L>=0&&D.length>1&&(A+=`:nth-child(${L+1})`);}h.unshift(A),y=y.parentElement,w++;}return h.join(" > ")},s=(f,h=false)=>{let y=f.tagName.toLowerCase(),w=[];if(f.id&&w.push(`id="${f.id}"`),f.className&&typeof f.className=="string"){let L=f.className.trim().split(/\s+/);if(L.length>0&&L[0]){let z=(h?L.slice(0,3):L).join(" ");z.length>30&&(z=z.substring(0,30)+"..."),w.push(`class="${z}"`);}}let M=Array.from(f.attributes).filter(L=>L.name.startsWith("data-")),A=h?M.slice(0,1):M;for(let L of A){let B=L.value;B.length>20&&(B=B.substring(0,20)+"..."),w.push(`${L.name}="${B}"`);}let D=f.getAttribute("aria-label");if(D&&!h){let L=D;L.length>20&&(L=L.substring(0,20)+"..."),w.push(`aria-label="${L}"`);}return w.length>0?`<${y} ${w.join(" ")}>`:`<${y}>`},a=f=>`</${f.tagName.toLowerCase()}>`,p=f=>{let h=f.textContent||"";h=h.trim().replace(/\s+/g," ");let y=60;return h.length>y&&(h=h.substring(0,y)+"..."),h},m=f=>{if(f.id)return `#${f.id}`;if(f.className&&typeof f.className=="string"){let h=f.className.trim().split(/\s+/);if(h.length>0&&h[0])return `.${h[0]}`}return null},u=[];u.push(`Path: ${i(e)}`),u.push("");let g=r(e);for(let f=0;f<g.length;f++){let h=" ".repeat(f);u.push(h+s(g[f],true));}let F=e.parentElement,C=-1;if(F){let f=Array.from(F.children);if(C=f.indexOf(e),C>0){let h=f[C-1];if(m(h)&&C<=2){let w=" ".repeat(g.length);u.push(`${w} ${s(h,true)}`),u.push(`${w} </${h.tagName.toLowerCase()}>`);}else if(C>0){let w=" ".repeat(g.length);u.push(`${w} ... (${C} element${C===1?"":"s"})`);}}}let b=" ".repeat(g.length);u.push(b+" <!-- SELECTED -->");let v=p(e),E=e.children.length;if(v&&E===0&&v.length<40?u.push(`${b} ${s(e)}${v}${a(e)}`):(u.push(b+" "+s(e)),v&&u.push(`${b} ${v}`),E>0&&u.push(`${b} ... (${E} element${E===1?"":"s"})`),u.push(b+" "+a(e))),F&&C>=0){let f=Array.from(F.children),h=f.length-C-1;if(h>0){let y=f[C+1];m(y)&&h<=2?(u.push(`${b} ${s(y,true)}`),u.push(`${b} </${y.tagName.toLowerCase()}>`)):u.push(`${b} ... (${h} element${h===1?"":"s"})`);}}for(let f=g.length-1;f>=0;f--){let h=" ".repeat(f);u.push(h+a(g[f]));}return u.join(`
73
- `)};var je=async e=>{try{if(Array.isArray(e)){if(!navigator?.clipboard?.write){for(let t of e)if(typeof t=="string"){let n=Et(t);if(!n)return n}return !0}return await navigator.clipboard.write([new ClipboardItem(Object.fromEntries(e.map(t=>t instanceof Blob?[t.type??"text/plain",t]:["text/plain",new Blob([t],{type:"text/plain"})])))]),!0}else {if(e instanceof Blob)return await navigator.clipboard.write([new ClipboardItem({[e.type]:e})]),!0;try{return await navigator.clipboard.writeText(String(e)),!0}catch{return Et(e)}}}catch{return false}},Et=e=>{if(!document.execCommand)return false;let t=document.createElement("textarea");t.value=String(e),t.style.clipPath="inset(50%)",t.ariaHidden="true",(document.body||document.documentElement).append(t);try{return t.select(),document.execCommand("copy")}finally{t.remove();}};var St=e=>{let t={enabled:true,keyHoldDuration:500,...e};if(t.enabled===false)return;let n=null,r=false,i=null,s=null,a=null,p=false,m=false,u=null,g=null,F=-1e3,C=-1e3,b=l=>(l.metaKey||l.ctrlKey)&&l.key.toLowerCase()==="c",v=(l,c)=>{let o=document.elementsFromPoint(l,c);for(let d of o){if(d.closest(`[${q}]`))continue;let T=window.getComputedStyle(d);if(Ve(d,T))return d}return null},E=l=>`
18
+ `,r)),r!==-1)n=n.slice(0,r);else return "";return n},ro=/(^|@)\S+:\d+/,In=/^\s*at .*(\S+:\d+|\(native\))/m,oo=/^(eval@)?(\[native code\])?$/;var so=(e,t)=>{if(t?.includeInElement!==false){let n=e.split(`
19
+ `),r=[];for(let s of n)if(/^\s*at\s+/.test(s)){let o=On(s,void 0)[0];o&&r.push(o);}else if(/^\s*in\s+/.test(s)){let o=s.replace(/^\s*in\s+/,"").replace(/\s*\(at .*\)$/,"");r.push({function:o,raw:s});}else if(s.match(ro)){let o=An(s,void 0)[0];o&&r.push(o);}return qt(r,t)}return e.match(In)?On(e,t):An(e,t)},Mn=e=>{if(!e.includes(":"))return [e,void 0,void 0];let t=/(.+?)(?::(\d+))?(?::(\d+))?$/,n=t.exec(e.replace(/[()]/g,""));return [n[1],n[2]||void 0,n[3]||void 0]},qt=(e,t)=>t&&t.slice!=null?Array.isArray(t.slice)?e.slice(t.slice[0],t.slice[1]):e.slice(0,t.slice):e;var On=(e,t)=>qt(e.split(`
20
+ `).filter(r=>!!r.match(In)),t).map(r=>{let s=r;s.includes("(eval ")&&(s=s.replace(/eval code/g,"eval").replace(/(\(eval at [^()]*)|(,.*$)/g,""));let o=s.replace(/^\s+/,"").replace(/\(eval code/g,"(").replace(/^.*?\s+/,""),i=o.match(/ (\(.+\)$)/);o=i?o.replace(i[0],""):o;let a=Mn(i?i[1]:o),c=i&&o||void 0,l=["eval","<anonymous>"].includes(a[0])?void 0:a[0];return {function:c,file:l,line:a[1]?+a[1]:void 0,col:a[2]?+a[2]:void 0,raw:s}});var An=(e,t)=>qt(e.split(`
21
+ `).filter(r=>!r.match(oo)),t).map(r=>{let s=r;if(s.includes(" > eval")&&(s=s.replace(/ line (\d+)(?: > eval line \d+)* > eval:\d+:\d+/g,":$1")),!s.includes("@")&&!s.includes(":"))return {function:s};{let o=/(([^\n\r"\u2028\u2029]*".[^\n\r"\u2028\u2029]*"[^\n\r@\u2028\u2029]*(?:@[^\n\r"\u2028\u2029]*"[^\n\r@\u2028\u2029]*)*(?:[\n\r\u2028\u2029][^@]*)?)?[^@]*)@/,i=s.match(o),a=i&&i[1]?i[1]:void 0,c=Mn(s.replace(o,""));return {function:a,file:c[0],line:c[1]?+c[1]:void 0,col:c[2]?+c[2]:void 0,raw:s}}});var io=Xr((e,t)=>{(function(n,r){typeof e=="object"&&t!==void 0?r(e):typeof define=="function"&&define.amd?define(["exports"],r):(n=typeof globalThis<"u"?globalThis:n||self,r(n.sourcemapCodec={}));})(void 0,function(n){let r=44,s=59,o="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/",i=new Uint8Array(64),a=new Uint8Array(128);for(let T=0;T<o.length;T++){let b=o.charCodeAt(T);i[T]=b,a[b]=T;}function c(T,b){let u=0,y=0,x=0;do{let F=T.next();x=a[F],u|=(x&31)<<y,y+=5;}while(x&32);let N=u&1;return u>>>=1,N&&(u=-2147483648|-u),b+u}function l(T,b,u){let y=b-u;y=y<0?-y<<1|1:y<<1;do{let x=y&31;y>>>=5,y>0&&(x|=32),T.write(i[x]);}while(y>0);return b}function d(T,b){return T.pos>=b?false:T.peek()!==r}let f=1024*16,w=typeof TextDecoder<"u"?new TextDecoder:typeof Buffer<"u"?{decode(T){return Buffer.from(T.buffer,T.byteOffset,T.byteLength).toString()}}:{decode(T){let b="";for(let u=0;u<T.length;u++)b+=String.fromCharCode(T[u]);return b}};class g{constructor(){this.pos=0,this.out="",this.buffer=new Uint8Array(f);}write(b){let{buffer:u}=this;u[this.pos++]=b,this.pos===f&&(this.out+=w.decode(u),this.pos=0);}flush(){let{buffer:b,out:u,pos:y}=this;return y>0?u+w.decode(b.subarray(0,y)):u}}class C{constructor(b){this.pos=0,this.buffer=b;}next(){return this.buffer.charCodeAt(this.pos++)}peek(){return this.buffer.charCodeAt(this.pos)}indexOf(b){let{buffer:u,pos:y}=this,x=u.indexOf(b,y);return x===-1?u.length:x}}let R=[];function p(T){let{length:b}=T,u=new C(T),y=[],x=[],N=0;for(;u.pos<b;u.pos++){N=c(u,N);let F=c(u,0);if(!d(u,b)){let U=x.pop();U[2]=N,U[3]=F;continue}let O=c(u,0),V=c(u,0),j=V&1,L=j?[N,F,0,0,O,c(u,0)]:[N,F,0,0,O],z=R;if(d(u,b)){z=[];do{let U=c(u,0);z.push(U);}while(d(u,b))}L.vars=z,y.push(L),x.push(L);}return y}function S(T){let b=new g;for(let u=0;u<T.length;)u=v(T,u,b,[0]);return b.flush()}function v(T,b,u,y){let x=T[b],{0:N,1:F,2:O,3:V,4:j,vars:L}=x;b>0&&u.write(r),y[0]=l(u,N,y[0]),l(u,F,0),l(u,j,0);let z=x.length===6?1:0;l(u,z,0),x.length===6&&l(u,x[5],0);for(let U of L)l(u,U,0);for(b++;b<T.length;){let U=T[b],{0:_,1:G}=U;if(_>O||_===O&&G>=V)break;b=v(T,b,u,y);}return u.write(r),y[0]=l(u,O,y[0]),l(u,V,0),b}function k(T){let{length:b}=T,u=new C(T),y=[],x=[],N=0,F=0,O=0,V=0,j=0,L=0,z=0,U=0;do{let _=u.indexOf(";"),G=0;for(;u.pos<_;u.pos++){if(G=c(u,G),!d(u,_)){let ne=x.pop();ne[2]=N,ne[3]=G;continue}let se=c(u,0),Fe=se&1,ve=se&2,le=se&4,Me=null,Le=R,ge;if(Fe){let ne=c(u,F);O=c(u,F===ne?O:0),F=ne,ge=[N,G,0,0,ne,O];}else ge=[N,G,0,0];if(ge.isScope=!!le,ve){let ne=V,pe=j;V=c(u,V);let ke=ne===V;j=c(u,ke?j:0),L=c(u,ke&&pe===j?L:0),Me=[V,j,L];}if(ge.callsite=Me,d(u,_)){Le=[];do{z=N,U=G;let ne=c(u,0),pe;if(ne<-1){pe=[[c(u,0)]];for(let ke=-1;ke>ne;ke--){let _e=z;z=c(u,z),U=c(u,z===_e?U:0);let ct=c(u,0);pe.push([ct,z,U]);}}else pe=[[ne]];Le.push(pe);}while(d(u,_))}ge.bindings=Le,y.push(ge),x.push(ge);}N++,u.pos=_+1;}while(u.pos<b);return y}function D(T){if(T.length===0)return "";let b=new g;for(let u=0;u<T.length;)u=Y(T,u,b,[0,0,0,0,0,0,0]);return b.flush()}function Y(T,b,u,y){let x=T[b],{0:N,1:F,2:O,3:V,isScope:j,callsite:L,bindings:z}=x;y[0]<N?(Q(u,y[0],N),y[0]=N,y[1]=0):b>0&&u.write(r),y[1]=l(u,x[1],y[1]);let U=(x.length===6?1:0)|(L?2:0)|(j?4:0);if(l(u,U,0),x.length===6){let{4:_,5:G}=x;_!==y[2]&&(y[3]=0),y[2]=l(u,_,y[2]),y[3]=l(u,G,y[3]);}if(L){let{0:_,1:G,2:se}=x.callsite;_===y[4]?G!==y[5]&&(y[6]=0):(y[5]=0,y[6]=0),y[4]=l(u,_,y[4]),y[5]=l(u,G,y[5]),y[6]=l(u,se,y[6]);}if(z)for(let _ of z){_.length>1&&l(u,-_.length,0);let G=_[0][0];l(u,G,0);let se=N,Fe=F;for(let ve=1;ve<_.length;ve++){let le=_[ve];se=l(u,le[1],se),Fe=l(u,le[2],Fe),l(u,le[0],0);}}for(b++;b<T.length;){let _=T[b],{0:G,1:se}=_;if(G>O||G===O&&se>=V)break;b=Y(T,b,u,y);}return y[0]<O?(Q(u,y[0],O),y[0]=O,y[1]=0):u.write(r),y[1]=l(u,V,y[1]),b}function Q(T,b,u){do T.write(s);while(++b<u)}function q(T){let{length:b}=T,u=new C(T),y=[],x=0,N=0,F=0,O=0,V=0;do{let j=u.indexOf(";"),L=[],z=true,U=0;for(x=0;u.pos<j;){let _;x=c(u,x),x<U&&(z=false),U=x,d(u,j)?(N=c(u,N),F=c(u,F),O=c(u,O),d(u,j)?(V=c(u,V),_=[x,N,F,O,V]):_=[x,N,F,O]):_=[x],L.push(_),u.pos++;}z||ae(L),y.push(L),u.pos=j+1;}while(u.pos<=b);return y}function ae(T){T.sort(Te);}function Te(T,b){return T[0]-b[0]}function Ue(T){let b=new g,u=0,y=0,x=0,N=0;for(let F=0;F<T.length;F++){let O=T[F];if(F>0&&b.write(s),O.length===0)continue;let V=0;for(let j=0;j<O.length;j++){let L=O[j];j>0&&b.write(r),V=l(b,L[0],V),L.length!==1&&(u=l(b,L[1],u),y=l(b,L[2],y),x=l(b,L[3],x),L.length!==4&&(N=l(b,L[4],N)));}}return b.flush()}n.decode=q,n.decodeGeneratedRanges=k,n.decodeOriginalScopes=p,n.encode=Ue,n.encodeGeneratedRanges=D,n.encodeOriginalScopes=S,Object.defineProperty(n,"__esModule",{value:true});});}),Ln=Zr(io()),Pn=/^[a-zA-Z][a-zA-Z\d+\-.]*:/,ao=/^data:application\/json[^,]+base64,/,lo=/(?:\/\/[@#][ \t]+sourceMappingURL=([^\s'"]+?)[ \t]*$)|(?:\/\*[@#][ \t]+sourceMappingURL=([^*]+?)[ \t]*(?:\*\/)[ \t]*$)/,Dn=typeof WeakRef<"u",qe=new Map,at=new Map,co=e=>Dn&&e instanceof WeakRef,Fn=(e,t,n,r)=>{if(n<0||n>=e.length)return null;let s=e[n];if(!s||s.length===0)return null;let o=null;for(let d of s)if(d[0]<=r)o=d;else break;if(!o||o.length<4)return null;let[,i,a,c]=o;if(i===void 0||a===void 0||c===void 0)return null;let l=t[i];return l?{columnNumber:c,fileName:l,lineNumber:a+1}:null},uo=(e,t,n)=>{if(e.sections){let r=null;for(let i of e.sections)if(t>i.offset.line||t===i.offset.line&&n>=i.offset.column)r=i;else break;if(!r)return null;let s=t-r.offset.line,o=t===r.offset.line?n-r.offset.column:n;return Fn(r.map.mappings,r.map.sources,s,o)}return Fn(e.mappings,e.sources,t-1,n)},fo=(e,t)=>{let n=t.split(`
22
+ `),r;for(let o=n.length-1;o>=0&&!r;o--){let i=n[o].match(lo);i&&(r=i[1]||i[2]);}if(!r)return null;let s=Pn.test(r);if(!(ao.test(r)||s||r.startsWith("/"))){let o=e.split("/");o[o.length-1]=r,r=o.join("/");}return r},mo=e=>({file:e.file,mappings:(0, Ln.decode)(e.mappings),names:e.names,sourceRoot:e.sourceRoot,sources:e.sources,sourcesContent:e.sourcesContent,version:3}),ho=e=>{let t=e.sections.map(({map:r,offset:s})=>({map:{...r,mappings:(0, Ln.decode)(r.mappings)},offset:s})),n=new Set;for(let r of t)for(let s of r.map.sources)n.add(s);return {file:e.file,mappings:[],names:[],sections:t,sourceRoot:void 0,sources:Array.from(n),sourcesContent:void 0,version:3}},_n=e=>{if(!e)return false;let t=e.trim();if(!t)return false;let n=t.match(Pn);if(!n)return true;let r=n[0].toLowerCase();return r==="http:"||r==="https:"},go=async(e,t=fetch)=>{if(!_n(e))return null;let n;try{n=await(await t(e)).text();}catch{return null}if(!n)return null;let r=fo(e,n);if(!r||!_n(r))return null;try{let s=await t(r),o=await s.json();return "sections"in o?ho(o):mo(o)}catch{return null}},po=async(e,t=true,n)=>{if(t&&qe.has(e)){let o=qe.get(e);if(o==null)return null;if(co(o)){let i=o.deref();if(i)return i;qe.delete(e);}else return o}if(t&&at.has(e))return at.get(e);let r=go(e,n);t&&at.set(e,r);let s=await r;return t&&at.delete(e),t&&(s===null?qe.set(e,null):qe.set(e,Dn?new WeakRef(s):s)),s};var bo=e=>e._debugStack instanceof Error&&typeof e._debugStack?.stack=="string";var Hn=e=>bo(e)?no(e._debugStack.stack):to(e);var jn=async(e,t=1,n=true,r)=>{let s=so(e,{slice:t??1}),o=[];for(let i of s){if(!i?.file)continue;let a=await po(i.file,n,r);if(a&&typeof i.line=="number"&&typeof i.col=="number"){let c=uo(a,i.line,i.col);if(c){o.push(c);continue}}o.push({fileName:i.file,lineNumber:i.line,columnNumber:i.col,functionName:i.function});}return o};jt({onCommitFiberRoot(e,t){Bt.add(t);}});var yo=e=>{let t=e.fileName;return !(t.includes("node_modules")||t.includes("/dist/")||t.includes("/.next/")||t.includes("/build/")||t.includes("webpack-internal:"))},Ut=async e=>{let t=it(e);if(!t)return null;let n=Hn(t),r=await jn(n,Number.MAX_SAFE_INTEGER);return r?r.filter(yo):null};var Gt=e=>{let t=new Set(["article","aside","footer","form","header","main","nav","section"]),n=p=>{let S=p.tagName.toLowerCase();if(t.has(S)||p.id)return true;if(p.className&&typeof p.className=="string"){let v=p.className.trim();if(v&&v.length>0)return true}return Array.from(p.attributes).some(v=>v.name.startsWith("data-"))},r=(p,S=10)=>{let v=[],k=p.parentElement,D=0;for(;k&&D<S&&k.tagName!=="BODY"&&!(n(k)&&(v.push(k),v.length>=3));)k=k.parentElement,D++;return v.reverse()},s=p=>{let S=[],v=p,k=0,D=5;for(;v&&k<D&&v.tagName!=="BODY";){let Y=v.tagName.toLowerCase();if(v.id){Y+=`#${v.id}`,S.unshift(Y);break}else if(v.className&&typeof v.className=="string"&&v.className.trim()){let Q=v.className.trim().split(/\s+/).slice(0,2);Y+=`.${Q.join(".")}`;}if(!v.id&&(!v.className||!v.className.trim())&&v.parentElement){let Q=Array.from(v.parentElement.children),q=Q.indexOf(v);q>=0&&Q.length>1&&(Y+=`:nth-child(${q+1})`);}S.unshift(Y),v=v.parentElement,k++;}return S.join(" > ")},o=(p,S=false)=>{let v=p.tagName.toLowerCase(),k=[];if(p.id&&k.push(`id="${p.id}"`),p.className&&typeof p.className=="string"){let q=p.className.trim().split(/\s+/);if(q.length>0&&q[0]){let Te=(S?q.slice(0,3):q).join(" ");Te.length>30&&(Te=Te.substring(0,30)+"..."),k.push(`class="${Te}"`);}}let D=Array.from(p.attributes).filter(q=>q.name.startsWith("data-")),Y=S?D.slice(0,1):D;for(let q of Y){let ae=q.value;ae.length>20&&(ae=ae.substring(0,20)+"..."),k.push(`${q.name}="${ae}"`);}let Q=p.getAttribute("aria-label");if(Q&&!S){let q=Q;q.length>20&&(q=q.substring(0,20)+"..."),k.push(`aria-label="${q}"`);}return k.length>0?`<${v} ${k.join(" ")}>`:`<${v}>`},i=p=>`</${p.tagName.toLowerCase()}>`,a=p=>{let S=p.textContent||"";S=S.trim().replace(/\s+/g," ");let v=60;return S.length>v&&(S=S.substring(0,v)+"..."),S},c=p=>{if(p.id)return `#${p.id}`;if(p.className&&typeof p.className=="string"){let S=p.className.trim().split(/\s+/);if(S.length>0&&S[0])return `.${S[0]}`}return null},l=[];l.push(`Path: ${s(e)}`),l.push("");let d=r(e);for(let p=0;p<d.length;p++){let S=" ".repeat(p);l.push(S+o(d[p],true));}let f=e.parentElement,w=-1;if(f){let p=Array.from(f.children);if(w=p.indexOf(e),w>0){let S=p[w-1];if(c(S)&&w<=2){let k=" ".repeat(d.length);l.push(`${k} ${o(S,true)}`),l.push(`${k} </${S.tagName.toLowerCase()}>`);}else if(w>0){let k=" ".repeat(d.length);l.push(`${k} ... (${w} element${w===1?"":"s"})`);}}}let g=" ".repeat(d.length);l.push(g+" <!-- SELECTED -->");let C=a(e),R=e.children.length;if(C&&R===0&&C.length<40?l.push(`${g} ${o(e)}${C}${i(e)}`):(l.push(g+" "+o(e)),C&&l.push(`${g} ${C}`),R>0&&l.push(`${g} ... (${R} element${R===1?"":"s"})`),l.push(g+" "+i(e))),f&&w>=0){let p=Array.from(f.children),S=p.length-w-1;if(S>0){let v=p[w+1];c(v)&&S<=2?(l.push(`${g} ${o(v,true)}`),l.push(`${g} </${v.tagName.toLowerCase()}>`)):l.push(`${g} ... (${S} element${S===1?"":"s"})`);}}for(let p=d.length-1;p>=0;p--){let S=" ".repeat(p);l.push(S+i(d[p]));}return l.join(`
23
+ `)};var wo=()=>document.hasFocus()?Promise.resolve():new Promise(e=>{let t=()=>{window.removeEventListener("focus",t),e();};window.addEventListener("focus",t),window.focus();}),lt=async e=>{await wo();try{if(Array.isArray(e)){if(!navigator?.clipboard?.write){for(let t of e)if(typeof t=="string"){let n=Bn(t);if(!n)return n}return !0}return await navigator.clipboard.write([new ClipboardItem(Object.fromEntries(e.map(t=>t instanceof Blob?[t.type??"text/plain",t]:["text/plain",new Blob([t],{type:"text/plain"})])))]),!0}else {if(e instanceof Blob)return await navigator.clipboard.write([new ClipboardItem({[e.type]:e})]),!0;try{return await navigator.clipboard.writeText(String(e)),!0}catch{return Bn(e)}}}catch{return false}},Bn=e=>{if(!document.execCommand)return false;let t=document.createElement("textarea");t.value=String(e),t.style.clipPath="inset(50%)",t.ariaHidden="true",(document.body||document.documentElement).append(t);try{return t.select(),document.execCommand("copy")}finally{t.remove();}};var Vn=e=>{let t={enabled:true,keyHoldDuration:300,...e};if(t.enabled!==false)return Ne(n=>{let[r,s]=M(false),[o,i]=M(-1e3),[a,c]=M(-1e3),[l,d]=M(false),[f,w]=M(-1e3),[g,C]=M(-1e3),[R,p]=M(false),[S,v]=M(null),[k,D]=M(null),[Y,Q]=M(0),[q,ae]=M([]),[Te,Ue]=M([]),[T,b]=M(false),[u,y]=M(false),x=null,N=null,F=null,O=te(()=>T()&&!R()),V=m=>(m.metaKey||m.ctrlKey)&&m.key.toLowerCase()==="c",j=(m,E)=>{let I=document.elementsFromPoint(m,E);for(let $ of I){if($.closest(`[${Re}]`))continue;let B=window.getComputedStyle($);if(Je($,B)&&B.pointerEvents!=="none")return $}return null},L=m=>{let E=[],I=Array.from(document.querySelectorAll("*")),$=m.x,B=m.y,J=m.x+m.width,oe=m.y+m.height;for(let Z of I){if(Z.closest(`[${Re}]`))continue;let fe=window.getComputedStyle(Z);if(!Je(Z,fe)||fe.pointerEvents==="none")continue;let X=Z.getBoundingClientRect(),ce=X.left,ut=X.top,ft=X.left+X.width,dt=X.top+X.height,mt=Math.max($,ce),Wt=Math.max(B,ut),Un=Math.min(J,ft),Gn=Math.min(oe,dt),zn=Math.max(0,Un-mt),Wn=Math.max(0,Gn-Wt),Xn=zn*Wn,Xt=Math.max(0,X.width*X.height);Xt>0&&Xn/Xt>=.75&&E.push(Z);}return E},z=m=>{let E=[],I=Array.from(document.querySelectorAll("*")),$=m.x,B=m.y,J=m.x+m.width,oe=m.y+m.height;for(let Z of I){if(Z.closest(`[${Re}]`))continue;let fe=(Z.tagName||"").toUpperCase();if(fe==="HTML"||fe==="BODY")continue;let X=window.getComputedStyle(Z);if(!Je(Z,X)||X.pointerEvents==="none")continue;let ce=Z.getBoundingClientRect(),ut=ce.left,ft=ce.top,dt=ce.left+ce.width,mt=ce.top+ce.height;ut<J&&dt>$&&ft<oe&&mt>B&&E.push(Z);}return E},U=m=>`
74
24
 
75
25
  <referenced_element>
76
- ${l}
77
- </referenced_element>`,f=async l=>{let c=(l.tagName||"").toLowerCase(),o=l.getBoundingClientRect(),d=et(i,o.left,o.top);try{let T=wt(l);await je(E(T));let S=await Ct(l);if(S?.length){let _=S.map(R=>` ${R.functionName} - ${R.fileName}:${R.lineNumber}:${R.columnNumber}`).join(`
78
- `);await je(E(`${T}
26
+ ${m}
27
+ </referenced_element>`,_=m=>`
28
+
29
+ <referenced_elements>
30
+ ${m}
31
+ </referenced_elements>`,G=m=>{let E=`grabbed-${Date.now()}-${Math.random()}`;ae(I=>[...I,{id:E,bounds:m}]),setTimeout(()=>{ae(I=>I.filter($=>$.id!==E));},300);},se=(m,E,I)=>{let $=`success-${Date.now()}-${Math.random()}`;Ue(B=>[...B,{id:$,text:m,x:E,y:I}]),setTimeout(()=>{Ue(B=>B.filter(J=>J.id!==$));},1700);},Fe=async m=>{let E=m.getBoundingClientRect(),I=(m.tagName||"").toLowerCase();G({borderRadius:window.getComputedStyle(m).borderRadius||"0px",height:E.height,transform:window.getComputedStyle(m).transform||"none",width:E.width,x:E.left,y:E.top});try{let $=Gt(m);await lt(U($));let B=await Ut(m);if(B?.length){let J=B.map(oe=>` ${oe.functionName} - ${oe.fileName}:${oe.lineNumber}:${oe.columnNumber}`).join(`
32
+ `);await lt(U(`${$}
33
+
34
+ Component owner stack:
35
+ ${J}`));}}catch{}se(I?`<${I}>`:"<element>",E.left,E.top);},ve=async m=>{if(m.length===0)return;let E=1/0,I=1/0;for(let $ of m){let B=$.getBoundingClientRect();E=Math.min(E,B.left),I=Math.min(I,B.top),G({borderRadius:window.getComputedStyle($).borderRadius||"0px",height:B.height,transform:window.getComputedStyle($).transform||"none",width:B.width,x:B.left,y:B.top});}try{let $=[];for(let J of m){let oe=Gt(J),Z=await Ut(J);if(Z?.length){let fe=Z.map(X=>` ${X.functionName} - ${X.fileName}:${X.lineNumber}:${X.columnNumber}`).join(`
36
+ `);$.push(`${oe}
79
37
 
80
38
  Component owner stack:
81
- ${_}`));}d(c);}catch{d(c);}},h=()=>{s?.hide(),m||le();},y=()=>{if(!p){h(),u=null,g=null;return}if(m)return;let l=v(F,C);if(!l){h(),u=null;return}if(g)if(l!==g)g=null;else {h(),u=l;return}u=l;let c=l.getBoundingClientRect(),o=window.getComputedStyle(l);s?.update({borderRadius:o.borderRadius||"0px",height:c.height,transform:o.transform||"none",width:c.width,x:c.left,y:c.top}),s?.isVisible()||s?.show(),Je(i,c.left,c.top,(l.tagName||"").toLowerCase());},w=()=>{a===null&&(a=requestAnimationFrame(()=>{a=null,y();}));},M=()=>{w(),requestAnimationFrame(M);},A=l=>{F=l.clientX,C=l.clientY,w();},D=()=>{document.hidden&&(ye(),le());},L=()=>{if(!u||m)return;m=true,g=u;let l=u,c=window.getComputedStyle(l),o=l.getBoundingClientRect();Ze(i,{borderRadius:c.borderRadius||"0px",height:o.height,transform:c.transform||"none",width:o.width,x:o.left,y:o.top}),f(l).finally(()=>{m=false,p=r;});},B=()=>{i||(i=Ge(),s=Xe(i,L),M()),p=true,y();},z=l=>{if(l.key==="Escape"&&r){r=false,n&&window.clearTimeout(n),p=false;return}ze(l)||b(l)&&!r&&(r=true,n=window.setTimeout(()=>{B(),t.onActivate?.();},t.keyHoldDuration));},re=l=>{r&&(!b(l)||l.key.toLowerCase()==="c")&&(r=false,n&&window.clearTimeout(n),p=false);};return window.addEventListener("keydown",z),window.addEventListener("keyup",re),window.addEventListener("mousemove",A),window.addEventListener("scroll",w,true),window.addEventListener("resize",w),document.addEventListener("visibilitychange",D),()=>{window.removeEventListener("keydown",z),window.removeEventListener("keyup",re),window.removeEventListener("mousemove",A),window.removeEventListener("scroll",w,true),window.removeEventListener("resize",w),document.removeEventListener("visibilitychange",D),n&&window.clearTimeout(n),a&&cancelAnimationFrame(a),ye(),le();}};St();
39
+ ${fe}`);}else $.push(oe);}let B=$.join(`
40
+
41
+ ---
42
+
43
+ `);await lt(_(B));}catch{}se(`${m.length} elements`,E,I);},le=te(()=>!O()||l()?null:j(o(),a())),Me=te(()=>{let m=le()??S();if(!m)return;let E=m.getBoundingClientRect(),I=window.getComputedStyle(m);return {borderRadius:I.borderRadius||"0px",height:E.height,transform:I.transform||"none",width:E.width,x:E.left,y:E.top}}),Le=te(()=>{if(!l())return;let m=Math.min(f(),o()),E=Math.min(g(),a()),I=Math.abs(o()-f());return {borderRadius:"0px",height:Math.abs(a()-g()),transform:"none",width:I,x:m,y:E}}),ge=te(()=>{let m=le();if(!m)return "";let E=(m.tagName||"").toLowerCase();return E?`<${E}>`:"<element>"}),ne=te(()=>{let m=le()??S();if(m){let E=m.getBoundingClientRect();return {x:E.left,y:E.top}}return {x:o(),y:a()}});me(()=>{let m=le(),E=S();E&&m&&E!==m&&v(null);});let pe=te(()=>{let m=k();if(Y(),m===null)return 0;let E=Date.now()-m;return Math.min(E/t.keyHoldDuration,1)}),ke=()=>{D(Date.now()),y(false),F=window.setTimeout(()=>{y(true),F=null;},150);let m=()=>{if(k()===null)return;Q(I=>I+1),pe()<1&&(N=requestAnimationFrame(m));};m();},_e=()=>{N!==null&&(cancelAnimationFrame(N),N=null),F!==null&&(window.clearTimeout(F),F=null),D(null),y(false);},ct=()=>{_e(),b(true);},zt=new AbortController,xe=zt.signal;window.addEventListener("keydown",m=>{if(m.key==="Escape"&&r()){s(false),b(false),x&&window.clearTimeout(x),_e();return}mn(m)||V(m)&&!r()&&(s(true),ke(),x=window.setTimeout(()=>{ct(),t.onActivate?.();},t.keyHoldDuration));},{signal:xe}),window.addEventListener("keyup",m=>{r()&&(!V(m)||m.key.toLowerCase()==="c")&&(s(false),b(false),x&&window.clearTimeout(x),_e());},{signal:xe}),window.addEventListener("mousemove",m=>{i(m.clientX),c(m.clientY);},{signal:xe}),window.addEventListener("mousedown",m=>{!O()||R()||(d(true),w(m.clientX),C(m.clientY));},{signal:xe}),window.addEventListener("mouseup",m=>{if(!l())return;let E=Math.abs(m.clientX-f()),I=Math.abs(m.clientY-g()),$=5,B=E>$||I>$;if(d(false),B){let J=Math.min(f(),m.clientX),oe=Math.min(g(),m.clientY),Z=Math.abs(m.clientX-f()),fe=Math.abs(m.clientY-g()),X=L({x:J,y:oe,width:Z,height:fe});if(X.length>0)p(true),ve(X).finally(()=>{p(false);});else {let ce=z({x:J,y:oe,width:Z,height:fe});ce.length>0&&(p(true),ve(ce).finally(()=>{p(false);}));}}else {let J=j(m.clientX,m.clientY);if(!J)return;p(true),v(J),Fe(J).finally(()=>{p(false);});}},{signal:xe}),window.addEventListener("scroll",()=>{},{signal:xe,capture:true}),window.addEventListener("resize",()=>{},{signal:xe}),document.addEventListener("visibilitychange",()=>{document.hidden&&ae([]);},{signal:xe}),Ee(()=>{zt.abort(),x&&window.clearTimeout(x),_e();});let Yn=hn(),qn=te(()=>({selectionVisible:O()&&!l()&&!!Me(),selectionBounds:Me(),marqueeVisible:O()&&l(),marqueeBounds:Le(),grabbedOverlays:q(),successLabels:Te(),labelVariant:R()?"processing":"hover",labelText:ge(),labelX:ne().x,labelY:ne().y,labelVisible:O()&&!l()&&!!le()||R(),progressVisible:r()&&u(),progress:pe(),mouseX:o(),mouseY:a()}));return fn(()=>P(Sn,St(qn)),Yn),n})};Vn();
82
44
  /*! Bundled license information:
83
45
 
84
46
  bippy/dist/rdt-hook-DAGphl8S.js: