@gbasin/agentboard-darwin-x64 0.5.0 → 0.5.1

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.
@@ -243,15 +243,15 @@ ${s.join(`
243
243
  select-none
244
244
  transition-all duration-75
245
245
  ${o===e?`bg-accent text-white scale-110`:`bg-white/90 text-gray-800`}
246
- `,style:{width:lU,height:uU,WebkitUserSelect:`none`,userSelect:`none`},children:e},t):(0,W.jsx)(`div`,{style:{width:lU,height:uU}},t))}),(0,W.jsx)(`div`,{className:`text-center text-white text-sm font-medium select-none h-5`,style:{marginTop:dU+2},children:o?`Release to send "${o}"`:`\xA0`})]})})]})]})}function bU({state:e,cancel:t,retry:n,paste:r,chooseFiles:i}){let a=(0,x.useRef)(null);if((0,x.useLayoutEffect)(()=>{e.status===`awaiting-paste`&&a.current?.showModal()},[e.status]),e.status===`idle`)return null;if(e.status===`awaiting-paste`){let e=(0,W.jsxs)(`dialog`,{ref:a,"aria-label":`Paste from this device`,onCancel:t,style:{top:`calc(var(--viewport-offset-top, 0px) + 1rem)`,bottom:`auto`,maxHeight:`calc(var(--visual-viewport-height, 100dvh) - 2rem)`},className:`mx-auto my-0 w-[calc(100%_-_2rem)] max-w-sm overflow-y-auto rounded-lg border border-border bg-elevated p-4 text-primary backdrop:bg-black/50`,children:[(0,W.jsx)(`p`,{className:`mb-3 text-sm text-primary`,children:`Touch and hold in the field, then choose Paste. It goes straight to your terminal.`}),(0,W.jsx)(`textarea`,{autoFocus:!0,"aria-label":`Paste here`,placeholder:`Touch and hold to paste`,rows:2,className:`w-full rounded border border-border bg-surface p-3 text-base text-primary`,onPaste:e=>{e.preventDefault();let n=iH(e.clipboardData),i=e.clipboardData.getData(`text/plain`);t();let a=n.map(e=>e.name).join(`
247
- `);r({text:n.length&&i.trim()===a?``:i,files:n})}}),(0,W.jsxs)(`div`,{className:`mt-3 flex justify-end gap-2`,children:[i&&(0,W.jsx)(`button`,{type:`button`,className:`min-h-[44px] px-3 text-primary`,onClick:()=>{t(),i()},children:`Choose files`}),(0,W.jsx)(`button`,{type:`button`,className:`min-h-[44px] px-3 text-secondary`,onClick:t,children:`Cancel`})]})]});return typeof document>`u`?e:(0,U.createPortal)(e,document.body)}return(0,W.jsxs)(`div`,{className:`flex items-center gap-3 border-t border-border bg-elevated px-3 py-2 text-sm text-primary`,children:[(0,W.jsx)(`span`,{role:e.status===`error`?`alert`:`status`,children:e.status===`error`?e.message:e.status===`reading`?`Reading clipboard…`:`Uploading files…`}),e.status===`error`&&(0,W.jsx)(`button`,{type:`button`,className:`min-h-[44px] px-2`,onClick:n,children:`Retry`}),(0,W.jsx)(`button`,{type:`button`,className:`min-h-[44px] px-2 text-secondary`,onClick:t,children:e.status===`error`?`Dismiss`:`Cancel`})]})}function xU(e){let[t,n]=(0,x.useState)({status:`idle`}),r=(0,x.useRef)(e);r.current=e;let i=(0,x.useRef)(0),a=(0,x.useRef)(Promise.resolve()),o=(0,x.useRef)(null),s=(0,x.useRef)(null),c=(0,x.useCallback)(()=>{i.current++,o.current?.abort(),o.current=null,a.current=Promise.resolve(),s.current=null,n({status:`idle`})},[]);(0,x.useLayoutEffect)(()=>(c(),()=>{i.current++,o.current?.abort()}),[e.sessionId,e.disabled,c]);let l=(0,x.useCallback)((e,t=!1)=>{let c=Promise.resolve(e).then(e=>({value:e}),e=>({error:e})),l=i.current,u=()=>l===i.current&&!r.current.disabled;return u()?(t&&n({status:`reading`}),a.current=a.current.then(async()=>{if(!u())return;let e=await c;if(!u())return;if(`error`in e){n({status:`awaiting-paste`});return}let t=e.value;s.current=t;let i=new AbortController;o.current=i;try{let e=aH(t.files);if(e)throw Error(e);if(t.files.length&&r.current.fileUploadsAllowed===!1)throw Error(`File uploads are unavailable for SSH sessions.`);t.files.length&&n({status:`uploading`});let a=[];for(let e of t.files){if(!u())return;a.push({file:e,path:await oH(e,i.signal)})}if(!u()||i.signal.aborted)return;let o=a.filter(({file:e})=>!/^image\/(png|jpeg|gif|webp)$/.test(e.type)),c=a.filter(({file:e})=>/^image\/(png|jpeg|gif|webp)$/.test(e.type)),l=[t.text,...o.map(({path:e})=>sH(e))].filter(Boolean).join(`
248
- `);l&&r.current.onPasteText(l+(a.length?` `:``));for(let{path:e}of c)r.current.onPasteImage(tH(e,r.current.agentType)+` `);s.current=null,n({status:`idle`}),r.current.onRefocus?.()}catch(e){u()&&!i.signal.aborted&&n({status:`error`,message:e instanceof Error?e.message:`Upload failed. Try again.`})}finally{o.current===i&&(o.current=null)}}),a.current):Promise.resolve()},[]);return{state:t,paste:l,pasteClipboard:()=>l(cH(),!0),openDialog:()=>{r.current.disabled||(c(),n({status:`awaiting-paste`}))},retry:()=>s.current?l(s.current):Promise.resolve(),cancel:c,fail:e=>{c(),n({status:`error`,message:e})}}}var SU=(0,W.jsx)(`svg`,{width:`18`,height:`18`,viewBox:`0 0 24 24`,fill:`currentColor`,children:(0,W.jsx)(`path`,{d:`M22 3H7c-.69 0-1.23.35-1.59.88L0 12l5.41 8.11c.36.53.9.89 1.59.89h15c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm0 16H7.07L2.4 12l4.66-7H22v14zm-11.59-2L14 13.41 17.59 17 19 15.59 15.41 12 19 8.41 17.59 7 14 10.59 10.41 7 9 8.41 12.59 12 9 15.59z`})}),CU=(0,W.jsxs)(`svg`,{width:`16`,height:`16`,viewBox:`0 0 24 24`,fill:`none`,stroke:`currentColor`,strokeWidth:`2`,strokeLinecap:`round`,strokeLinejoin:`round`,children:[(0,W.jsx)(`path`,{d:`M16 4h2a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2h2`}),(0,W.jsx)(`rect`,{x:`8`,y:`2`,width:`8`,height:`4`,rx:`1`,ry:`1`})]}),wU=(0,W.jsxs)(`svg`,{width:`18`,height:`18`,viewBox:`0 0 24 24`,fill:`none`,stroke:`currentColor`,strokeWidth:`2`,strokeLinecap:`round`,strokeLinejoin:`round`,children:[(0,W.jsx)(`rect`,{x:`2`,y:`4`,width:`20`,height:`16`,rx:`2`,ry:`2`}),(0,W.jsx)(`line`,{x1:`6`,y1:`8`,x2:`6`,y2:`8`}),(0,W.jsx)(`line`,{x1:`10`,y1:`8`,x2:`10`,y2:`8`}),(0,W.jsx)(`line`,{x1:`14`,y1:`8`,x2:`14`,y2:`8`}),(0,W.jsx)(`line`,{x1:`18`,y1:`8`,x2:`18`,y2:`8`}),(0,W.jsx)(`line`,{x1:`6`,y1:`12`,x2:`6`,y2:`12`}),(0,W.jsx)(`line`,{x1:`10`,y1:`12`,x2:`10`,y2:`12`}),(0,W.jsx)(`line`,{x1:`14`,y1:`12`,x2:`14`,y2:`12`}),(0,W.jsx)(`line`,{x1:`18`,y1:`12`,x2:`18`,y2:`12`}),(0,W.jsx)(`line`,{x1:`7`,y1:`16`,x2:`17`,y2:`16`})]}),TU=[{label:`esc`,key:`\x1B`},{label:`tab`,key:` `},{label:`⇧tab`,key:`\x1B[Z`,ariaLabel:`Shift+Tab`}],EU=[{label:SU,key:``,ariaLabel:`Delete word`},{label:(0,W.jsx)(pe,{width:18,height:18}),key:`\r`,grow:!0,className:`bg-accent/20 text-accent border-accent/40`,ariaLabel:`Enter`}];function DU(){`vibrate`in navigator&&navigator.vibrate(10)}function OU(e,t){if(!t||e.length!==1)return{output:e,consumeCtrl:!1};let n=e.toUpperCase().charCodeAt(0);return n>=65&&n<=90?{output:String.fromCharCode(n-64),consumeCtrl:!0}:{output:e,consumeCtrl:!0}}var kU={working:`bg-working`,waiting:`bg-waiting`,permission:`bg-approval`,unknown:`bg-muted`};function AU({onSendKey:e,onPasteText:t,onPasteImage:n,disabled:r=!1,sessions:i,currentSessionId:a,agentType:o,fileUploadsAllowed:s=!0,onSelectSession:c,hideSessionSwitcher:l=!1,onRefocus:u,isKeyboardVisible:d,onEnterTextMode:f}){let p=(0,x.useRef)(null),m=xU({sessionId:a,disabled:r,fileUploadsAllowed:s,agentType:o,onPasteText:t??e,onPasteImage:n??e,onRefocus:u}),[h,g]=(0,x.useState)(!1),_=(0,x.useRef)(0),v=(0,x.useRef)(null);(0,x.useEffect)(()=>{let e=v.current;if(!e)return;let t=t=>{r||e.contains(t.target)&&(t.target.closest?.(`[data-native-gesture]`)||d?.()&&t.preventDefault())};return e.addEventListener(`touchstart`,t,{passive:!1,capture:!0}),()=>{e.removeEventListener(`touchstart`,t,{capture:!0})}},[r,d]),(0,x.useEffect)(()=>{if(!h||r||m.state.status===`awaiting-paste`||typeof document>`u`)return;let t=t=>{let{output:n,consumeCtrl:r}=OU(t.key,!0);r&&(t.preventDefault(),t.stopPropagation(),DU(),e(n),g(!1))};return document.addEventListener(`keydown`,t,{capture:!0}),()=>{document.removeEventListener(`keydown`,t,{capture:!0})}},[h,r,m.state.status,e]);let y=t=>{if(r)return;let n=d?.()??!1;DU();let{output:i,consumeCtrl:a}=OU(t,h);a&&g(!1),e(i),n&&u?.()},b=()=>{r||(DU(),g(!h))},S=t=>{let{output:n,consumeCtrl:r}=OU(t,h);r&&g(!1),e(n)},C=()=>{if(!r)return DU(),m.openDialog()},w=e=>{DU(),c(e)},T=()=>{r||(DU(),d?.()?document.activeElement instanceof HTMLElement&&document.activeElement.blur():f?.())},E=i.length>1&&!l,D=e=>t=>{r||(t.preventDefault(),t.stopPropagation(),_.current=Date.now(),e())},O=e=>()=>{r||Date.now()-_.current<700||e()};return(0,W.jsxs)(`div`,{ref:v,className:`terminal-controls flex flex-col gap-[6px] border-t border-border bg-elevated p-[6px] ${We()?``:`md:hidden`}`,children:[E&&(0,W.jsxs)(`div`,{className:`relative -mx-[6px]`,children:[(0,W.jsx)(`div`,{className:`absolute left-0 top-0 bottom-0 w-3 bg-gradient-to-r from-elevated to-transparent z-10 pointer-events-none`}),(0,W.jsx)(`div`,{className:`absolute right-0 top-0 bottom-0 w-3 bg-gradient-to-l from-elevated to-transparent z-10 pointer-events-none`}),(0,W.jsx)(`div`,{className:`flex items-center gap-[6px] overflow-x-auto px-[6px] scrollbar-none scroll-smooth snap-x snap-mandatory`,style:{WebkitOverflowScrolling:`touch`},children:i.map((e,t)=>(0,W.jsxs)(`button`,{type:`button`,className:`
246
+ `,style:{width:lU,height:uU,WebkitUserSelect:`none`,userSelect:`none`},children:e},t):(0,W.jsx)(`div`,{style:{width:lU,height:uU}},t))}),(0,W.jsx)(`div`,{className:`text-center text-white text-sm font-medium select-none h-5`,style:{marginTop:dU+2},children:o?`Release to send "${o}"`:`\xA0`})]})})]})]})}function bU({state:e,cancel:t,retry:n,paste:r,allowFiles:i}){return e.status===`idle`?null:e.status===`awaiting-paste`?(0,W.jsx)(xU,{cancel:t,paste:r,allowFiles:i}):(0,W.jsxs)(`div`,{className:`flex items-center gap-3 border-t border-border bg-elevated px-3 py-2 text-sm text-primary`,children:[(0,W.jsx)(`span`,{role:e.status===`error`?`alert`:`status`,children:e.status===`error`?e.message:e.status===`reading`?`Reading clipboard…`:`Uploading files…`}),e.status===`error`&&(0,W.jsx)(`button`,{type:`button`,className:`min-h-[44px] px-2`,onClick:n,children:`Retry`}),(0,W.jsx)(`button`,{type:`button`,className:`min-h-[44px] px-2 text-secondary`,onClick:t,children:e.status===`error`?`Dismiss`:`Cancel`})]})}function xU({cancel:e,paste:t,allowFiles:n}){let r=(0,x.useRef)(null),[i,a]=(0,x.useState)(``),[o,s]=(0,x.useState)([]);(0,x.useLayoutEffect)(()=>{r.current?.showModal()},[]);let c=(0,W.jsx)(`dialog`,{ref:r,"aria-label":`Paste from this device`,onCancel:e,style:{top:`calc(var(--viewport-offset-top, 0px) + 1rem)`,bottom:`auto`,maxHeight:`calc(var(--visual-viewport-height, 100dvh) - 2rem)`},className:`mx-auto my-0 w-[calc(100%_-_2rem)] max-w-sm overflow-y-auto rounded-lg border border-border bg-elevated p-4 text-primary backdrop:bg-black/50`,children:(0,W.jsxs)(`form`,{onSubmit:n=>{n.preventDefault(),(i||o.length)&&(e(),t({text:i,files:o}))},children:[(0,W.jsx)(`p`,{className:`mb-3 text-sm text-primary`,children:`Type or paste text, then submit it to your terminal.`}),(0,W.jsx)(`textarea`,{autoFocus:!0,"aria-label":`Paste here`,placeholder:`Type or paste here`,rows:4,value:i,onChange:e=>a(e.target.value),className:`w-full rounded border border-border bg-surface p-3 text-base text-primary`,onPaste:e=>{let t=iH(e.clipboardData);if(!t.length)return;e.preventDefault(),s(e=>[...e,...t]);let n=e.clipboardData.getData(`text/plain`);n&&n.trim()!==t.map(e=>e.name).join(`
247
+ `)&&a(e=>e+n)}}),n&&(0,W.jsxs)(`label`,{className:`mt-3 block text-sm`,children:[`Attach files`,(0,W.jsx)(`input`,{type:`file`,multiple:!0,"aria-label":`Choose files`,className:`mt-2 block w-full text-sm`,onChange:e=>{let t=Array.from(e.target.files??[]);s(e=>[...e,...t]),e.target.value=``}})]}),o.length>0&&(0,W.jsx)(`ul`,{className:`mt-2 text-sm`,children:o.map((e,t)=>(0,W.jsxs)(`li`,{className:`flex items-center gap-2`,children:[(0,W.jsx)(`span`,{className:`min-w-0 flex-1 truncate`,children:e.name}),(0,W.jsx)(`button`,{type:`button`,className:`min-h-[44px] px-2`,"aria-label":`Remove ${e.name}`,onClick:()=>s(e=>e.filter((e,n)=>n!==t)),children:`Remove`})]},t))}),(0,W.jsxs)(`div`,{className:`mt-3 flex justify-end gap-2`,children:[(0,W.jsx)(`button`,{type:`button`,className:`min-h-[44px] px-3 text-secondary`,onClick:e,children:`Cancel`}),(0,W.jsx)(`button`,{type:`submit`,disabled:!i&&o.length===0,className:`min-h-[44px] rounded bg-accent px-3 text-white disabled:opacity-50`,children:`Submit`})]})]})});return typeof document>`u`?c:(0,U.createPortal)(c,document.body)}function SU(e){let[t,n]=(0,x.useState)({status:`idle`}),r=(0,x.useRef)(e);r.current=e;let i=(0,x.useRef)(0),a=(0,x.useRef)(Promise.resolve()),o=(0,x.useRef)(null),s=(0,x.useRef)(null),c=(0,x.useCallback)(()=>{i.current++,o.current?.abort(),o.current=null,a.current=Promise.resolve(),s.current=null,n({status:`idle`})},[]);(0,x.useLayoutEffect)(()=>(c(),()=>{i.current++,o.current?.abort()}),[e.sessionId,e.disabled,c]);let l=(0,x.useCallback)((e,t=!1)=>{let c=Promise.resolve(e).then(e=>({value:e}),e=>({error:e})),l=i.current,u=()=>l===i.current&&!r.current.disabled;return u()?(t&&n({status:`reading`}),a.current=a.current.then(async()=>{if(!u())return;let e=await c;if(!u())return;if(`error`in e){n({status:`awaiting-paste`});return}let t=e.value;s.current=t;let i=new AbortController;o.current=i;try{let e=aH(t.files);if(e)throw Error(e);if(t.files.length&&r.current.fileUploadsAllowed===!1)throw Error(`File uploads are unavailable for SSH sessions.`);t.files.length&&n({status:`uploading`});let a=[];for(let e of t.files){if(!u())return;a.push({file:e,path:await oH(e,i.signal)})}if(!u()||i.signal.aborted)return;let o=a.filter(({file:e})=>!/^image\/(png|jpeg|gif|webp)$/.test(e.type)),c=a.filter(({file:e})=>/^image\/(png|jpeg|gif|webp)$/.test(e.type)),l=[t.text,...o.map(({path:e})=>sH(e))].filter(Boolean).join(`
248
+ `);l&&r.current.onPasteText(l+(a.length?` `:``));for(let{path:e}of c)r.current.onPasteImage(tH(e,r.current.agentType)+` `);s.current=null,n({status:`idle`}),r.current.onRefocus?.()}catch(e){u()&&!i.signal.aborted&&n({status:`error`,message:e instanceof Error?e.message:`Upload failed. Try again.`})}finally{o.current===i&&(o.current=null)}}),a.current):Promise.resolve()},[]);return{state:t,paste:l,pasteClipboard:()=>l(cH(),!0),openDialog:()=>{r.current.disabled||(c(),n({status:`awaiting-paste`}))},retry:()=>s.current?l(s.current):Promise.resolve(),cancel:c,fail:e=>{c(),n({status:`error`,message:e})}}}var CU=(0,W.jsx)(`svg`,{width:`18`,height:`18`,viewBox:`0 0 24 24`,fill:`currentColor`,children:(0,W.jsx)(`path`,{d:`M22 3H7c-.69 0-1.23.35-1.59.88L0 12l5.41 8.11c.36.53.9.89 1.59.89h15c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm0 16H7.07L2.4 12l4.66-7H22v14zm-11.59-2L14 13.41 17.59 17 19 15.59 15.41 12 19 8.41 17.59 7 14 10.59 10.41 7 9 8.41 12.59 12 9 15.59z`})}),wU=(0,W.jsxs)(`svg`,{width:`16`,height:`16`,viewBox:`0 0 24 24`,fill:`none`,stroke:`currentColor`,strokeWidth:`2`,strokeLinecap:`round`,strokeLinejoin:`round`,children:[(0,W.jsx)(`path`,{d:`M16 4h2a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2h2`}),(0,W.jsx)(`rect`,{x:`8`,y:`2`,width:`8`,height:`4`,rx:`1`,ry:`1`})]}),TU=(0,W.jsxs)(`svg`,{width:`18`,height:`18`,viewBox:`0 0 24 24`,fill:`none`,stroke:`currentColor`,strokeWidth:`2`,strokeLinecap:`round`,strokeLinejoin:`round`,children:[(0,W.jsx)(`rect`,{x:`2`,y:`4`,width:`20`,height:`16`,rx:`2`,ry:`2`}),(0,W.jsx)(`line`,{x1:`6`,y1:`8`,x2:`6`,y2:`8`}),(0,W.jsx)(`line`,{x1:`10`,y1:`8`,x2:`10`,y2:`8`}),(0,W.jsx)(`line`,{x1:`14`,y1:`8`,x2:`14`,y2:`8`}),(0,W.jsx)(`line`,{x1:`18`,y1:`8`,x2:`18`,y2:`8`}),(0,W.jsx)(`line`,{x1:`6`,y1:`12`,x2:`6`,y2:`12`}),(0,W.jsx)(`line`,{x1:`10`,y1:`12`,x2:`10`,y2:`12`}),(0,W.jsx)(`line`,{x1:`14`,y1:`12`,x2:`14`,y2:`12`}),(0,W.jsx)(`line`,{x1:`18`,y1:`12`,x2:`18`,y2:`12`}),(0,W.jsx)(`line`,{x1:`7`,y1:`16`,x2:`17`,y2:`16`})]}),EU=[{label:`esc`,key:`\x1B`},{label:`tab`,key:` `},{label:`⇧tab`,key:`\x1B[Z`,ariaLabel:`Shift+Tab`}],DU=[{label:CU,key:``,ariaLabel:`Delete word`},{label:(0,W.jsx)(pe,{width:18,height:18}),key:`\r`,grow:!0,className:`bg-accent/20 text-accent border-accent/40`,ariaLabel:`Enter`}];function OU(){`vibrate`in navigator&&navigator.vibrate(10)}function kU(e,t){if(!t||e.length!==1)return{output:e,consumeCtrl:!1};let n=e.toUpperCase().charCodeAt(0);return n>=65&&n<=90?{output:String.fromCharCode(n-64),consumeCtrl:!0}:{output:e,consumeCtrl:!0}}var AU={working:`bg-working`,waiting:`bg-waiting`,permission:`bg-approval`,unknown:`bg-muted`};function jU({onSendKey:e,onPasteText:t,onPasteImage:n,disabled:r=!1,sessions:i,currentSessionId:a,agentType:o,fileUploadsAllowed:s=!0,onSelectSession:c,hideSessionSwitcher:l=!1,onRefocus:u,isKeyboardVisible:d,onEnterTextMode:f}){let p=SU({sessionId:a,disabled:r,fileUploadsAllowed:s,agentType:o,onPasteText:t??e,onPasteImage:n??e,onRefocus:u}),[m,h]=(0,x.useState)(!1),g=(0,x.useRef)(0),_=(0,x.useRef)(null);(0,x.useEffect)(()=>{if(!m||r||p.state.status===`awaiting-paste`||typeof document>`u`)return;let t=t=>{let{output:n,consumeCtrl:r}=kU(t.key,!0);r&&(t.preventDefault(),t.stopPropagation(),OU(),e(n),h(!1))};return document.addEventListener(`keydown`,t,{capture:!0}),()=>{document.removeEventListener(`keydown`,t,{capture:!0})}},[m,r,p.state.status,e]);let v=t=>{if(r)return;let n=d?.()??!1;OU();let{output:i,consumeCtrl:a}=kU(t,m);a&&h(!1),e(i),n&&u?.()},y=()=>{r||(OU(),h(!m))},b=t=>{let{output:n,consumeCtrl:r}=kU(t,m);r&&h(!1),e(n)},S=()=>{if(!r)return OU(),p.openDialog()},C=e=>{OU(),c(e)},w=()=>{r||(OU(),d?.()?document.activeElement instanceof HTMLElement&&document.activeElement.blur():f?.())},T=i.length>1&&!l,E=e=>t=>{if(r)return;let n=_.current,i=t.changedTouches[0];!n||!i||Math.hypot(i.clientX-n.x,i.clientY-n.y)>10||(t.preventDefault(),t.stopPropagation(),g.current=Date.now(),e())},D=e=>()=>{r||Date.now()-g.current<700||e()};return(0,W.jsxs)(`div`,{className:`terminal-controls flex flex-col gap-[6px] border-t border-border bg-elevated p-[6px] ${We()?``:`md:hidden`}`,children:[T&&(0,W.jsxs)(`div`,{className:`relative -mx-[6px]`,children:[(0,W.jsx)(`div`,{className:`absolute left-0 top-0 bottom-0 w-3 bg-gradient-to-r from-elevated to-transparent z-10 pointer-events-none`}),(0,W.jsx)(`div`,{className:`absolute right-0 top-0 bottom-0 w-3 bg-gradient-to-l from-elevated to-transparent z-10 pointer-events-none`}),(0,W.jsx)(`div`,{className:`flex items-center gap-[6px] overflow-x-auto px-[6px] scrollbar-none scroll-smooth snap-x snap-mandatory`,style:{WebkitOverflowScrolling:`touch`},children:i.map((e,t)=>(0,W.jsxs)(`button`,{type:`button`,className:`
249
249
  terminal-key flex items-center justify-center gap-1.5 shrink-0 snap-start
250
250
  h-[44px] min-w-[44px] px-2.5 text-xs font-medium rounded-md
251
251
  active:scale-95 transition-transform duration-75
252
252
  select-none touch-manipulation
253
253
  ${e.id===a?`bg-accent/20 text-accent border border-accent/40`:`bg-surface border border-border text-secondary`}
254
- `,onClick:()=>w(e.id),children:[(0,W.jsx)(`span`,{className:`w-1.5 h-1.5 rounded-full shrink-0 ${kU[e.status]}`}),(0,W.jsx)(`span`,{className:`truncate`,children:t+1})]},e.id))})]}),(0,W.jsxs)(`div`,{className:`grid grid-flow-col auto-cols-[44px] items-center gap-[4px] overflow-x-auto scrollbar-none`,children:[(0,W.jsx)(`button`,{type:`button`,"aria-label":`Paste`,className:`
254
+ `,onClick:()=>C(e.id),children:[(0,W.jsx)(`span`,{className:`w-1.5 h-1.5 rounded-full shrink-0 ${AU[e.status]}`}),(0,W.jsx)(`span`,{className:`truncate`,children:t+1})]},e.id))})]}),(0,W.jsxs)(`div`,{className:`grid grid-flow-col auto-cols-[44px] items-center gap-[4px] overflow-x-auto scrollbar-none`,onTouchStartCapture:e=>{let t=e.touches[0];_.current=t?{x:t.clientX,y:t.clientY}:null},onTouchMoveCapture:e=>{let t=_.current,n=e.touches[0];t&&n&&Math.hypot(n.clientX-t.x,n.clientY-t.y)>10&&(_.current=null)},onTouchCancel:()=>{_.current=null},children:[(0,W.jsx)(`button`,{type:`button`,"aria-label":`Paste`,className:`
255
255
  terminal-key
256
256
  flex items-center justify-center
257
257
  size-[44px] p-0
@@ -262,7 +262,7 @@ ${s.join(`
262
262
  select-none touch-manipulation
263
263
  text-secondary
264
264
  ${r?`opacity-50`:``}
265
- `,onMouseDown:e=>e.preventDefault(),"data-native-gesture":!0,onClick:C,disabled:r,children:CU}),(0,W.jsx)(`button`,{type:`button`,className:`
265
+ `,onMouseDown:e=>e.preventDefault(),"data-native-gesture":!0,onClick:S,disabled:r,children:wU}),(0,W.jsx)(`button`,{type:`button`,className:`
266
266
  terminal-key
267
267
  flex items-center justify-center
268
268
  size-[44px] p-0
@@ -271,9 +271,9 @@ ${s.join(`
271
271
  active:scale-95
272
272
  transition-transform duration-75
273
273
  select-none touch-manipulation
274
- ${h?`bg-accent/20 text-accent border border-accent/40`:`bg-surface border border-border text-secondary`}
274
+ ${m?`bg-accent/20 text-accent border border-accent/40`:`bg-surface border border-border text-secondary`}
275
275
  ${r?`opacity-50`:``}
276
- `,onMouseDown:e=>e.preventDefault(),onTouchStart:D(b),onClick:O(b),disabled:r,children:`ctrl`}),TU.map((e,t)=>(0,W.jsx)(`button`,{type:`button`,"aria-label":e.ariaLabel,className:`
276
+ `,onMouseDown:e=>e.preventDefault(),onTouchEnd:E(y),onClick:D(y),disabled:r,children:`ctrl`}),EU.map((e,t)=>(0,W.jsx)(`button`,{type:`button`,"aria-label":e.ariaLabel,className:`
277
277
  terminal-key
278
278
  flex items-center justify-center
279
279
  size-[44px] p-0
@@ -285,7 +285,7 @@ ${s.join(`
285
285
  ${e.grow?`flex-1`:``}
286
286
  ${e.className??`text-secondary`}
287
287
  ${r?`opacity-50`:``}
288
- `,onMouseDown:e=>e.preventDefault(),onTouchStart:D(()=>y(e.key)),onClick:O(()=>y(e.key)),disabled:r,children:e.label},`left-${t}`)),(0,W.jsx)(yU,{onSendKey:S,disabled:r,onRefocus:u,isKeyboardVisible:d}),(0,W.jsx)(sU,{onSendKey:S,disabled:r,onRefocus:u,isKeyboardVisible:d,sessionKey:a}),EU.map((e,t)=>(0,W.jsx)(`button`,{type:`button`,"aria-label":e.ariaLabel,className:`
288
+ `,onMouseDown:e=>e.preventDefault(),onTouchEnd:E(()=>v(e.key)),onClick:D(()=>v(e.key)),disabled:r,children:e.label},`left-${t}`)),(0,W.jsx)(yU,{onSendKey:b,disabled:r,onRefocus:u,isKeyboardVisible:d}),(0,W.jsx)(sU,{onSendKey:b,disabled:r,onRefocus:u,isKeyboardVisible:d,sessionKey:a}),DU.map((e,t)=>(0,W.jsx)(`button`,{type:`button`,"aria-label":e.ariaLabel,className:`
289
289
  terminal-key
290
290
  flex items-center justify-center
291
291
  size-[44px] p-0
@@ -297,7 +297,7 @@ ${s.join(`
297
297
  ${e.grow?`flex-1`:``}
298
298
  ${e.className??`text-secondary`}
299
299
  ${r?`opacity-50`:``}
300
- `,onMouseDown:e=>e.preventDefault(),onTouchStart:D(()=>y(e.key)),onClick:O(()=>y(e.key)),disabled:r,children:e.label},`right-${t}`)),(0,W.jsx)(`button`,{type:`button`,"aria-label":`Show keyboard`,className:`
300
+ `,onMouseDown:e=>e.preventDefault(),onTouchEnd:E(()=>v(e.key)),onClick:D(()=>v(e.key)),disabled:r,children:e.label},`right-${t}`)),(0,W.jsx)(`button`,{type:`button`,"aria-label":`Show keyboard`,className:`
301
301
  terminal-key
302
302
  flex items-center justify-center
303
303
  size-[44px] p-0
@@ -308,11 +308,11 @@ ${s.join(`
308
308
  select-none touch-manipulation
309
309
  text-secondary
310
310
  ${r?`opacity-50`:``}
311
- `,onMouseDown:e=>e.preventDefault(),onTouchStart:D(T),onClick:O(T),disabled:r,children:wU})]}),(0,W.jsx)(`input`,{ref:p,type:`file`,multiple:!0,"aria-label":`Choose files`,className:`hidden`,onChange:e=>{m.paste({text:``,files:Array.from(e.target.files??[])}),e.target.value=``}}),(0,W.jsx)(bU,{...m,chooseFiles:s?()=>p.current?.click():void 0})]})}function jU({isOpen:e,onClose:t,sessions:n,hibernatingSessions:r=[],historySessions:i=[],selectedSessionId:a,selectedHibernatingSessionId:o=null,onSelect:s,onSelectHibernating:c,onRename:l,onResume:u,onHibernate:d,onMoveToHistory:f,onNewSession:p,loading:m,error:h}){let g=pd(),_=(0,x.useRef)(null),v=(0,x.useRef)(null);(0,x.useEffect)(()=>{if(!e)return;let n=e=>{e.key===`Escape`&&(e.preventDefault(),t())};return document.addEventListener(`keydown`,n),()=>document.removeEventListener(`keydown`,n)},[e,t]),(0,x.useEffect)(()=>{e?(v.current=document.activeElement,_.current?.focus()):v.current&&=(v.current.focus(),null)},[e]),(0,x.useEffect)(()=>{if(!e)return;let n=_.current;if(!n)return;let r=0,i=0,a=e=>{let t=e.touches[0];r=t.clientX,i=t.clientY},o=e=>{let n=e.changedTouches[0],a=r-n.clientX,o=Math.abs(n.clientY-i);a>=50&&a>o*1.5&&(`vibrate`in navigator&&navigator.vibrate(10),t())};return n.addEventListener(`touchstart`,a,{passive:!0}),n.addEventListener(`touchend`,o,{passive:!0}),()=>{n.removeEventListener(`touchstart`,a),n.removeEventListener(`touchend`,o)}},[e,t]);let y=e=>{s(e),t()},b=e=>{c?.(e),t()},S=g?{transition:`none`}:void 0;return(0,W.jsxs)(W.Fragment,{children:[(0,W.jsx)(`div`,{className:`session-drawer-backdrop ${e?`open`:``}`,style:S,onClick:t,"aria-hidden":`true`}),(0,W.jsxs)(`div`,{ref:_,className:`session-drawer ${e?`open`:``}`,style:S,role:`dialog`,"aria-modal":`true`,"aria-label":`Session list`,tabIndex:-1,children:[(0,W.jsx)(KT,{sessions:n,hibernatingSessions:r,historySessions:i,selectedSessionId:a,selectedHibernatingSessionId:o,onSelect:y,onSelectHibernating:b,onRename:l,onResume:u,onHibernate:d,onMoveToHistory:f,onNewSession:()=>{p()!==!1&&t()},loading:m,error:h}),(0,W.jsx)(`div`,{className:`shrink-0 border-t border-border px-2 pt-2`,style:{paddingBottom:`max(0.5rem, env(safe-area-inset-bottom, 0.5rem))`},children:(0,W.jsx)(`button`,{onClick:()=>{p()!==!1&&t()},className:`btn btn-primary w-full py-2 text-sm`,children:`New Session`})})]})]})}var MU={working:`Working`,waiting:`Waiting`,permission:`Needs Input`,unknown:`Unknown`},NU={working:`text-working`,waiting:`text-waiting`,permission:`text-approval`,unknown:`text-muted`},PU={working:`bg-green-500/35 text-white`,waiting:`bg-blue-500/35 text-white`,permission:`bg-amber-500/35 text-white`,unknown:`bg-gray-500/35 text-white`},FU={working:`bg-working text-white`,waiting:`bg-waiting text-white`,permission:`bg-approval text-white`,unknown:`bg-muted text-white`};function IU(){`vibrate`in navigator&&navigator.vibrate(10)}function LU({session:e,sessions:t,hibernatingSession:n=null,hibernatingSessions:r=[],historySessions:i=[],connectionStatus:a,connectionEpoch:o=0,sendMessage:s,subscribe:c,onClose:l,onSelectSession:u,onSelectHibernatingSession:d,onNewSession:f,onKillSession:p,onRenameSession:m,onResumeSession:h,onHibernateSession:g,onMoveToHistory:_,onOpenSettings:v,loading:y=!1,error:b=null}){let S=VH[BH(e=>e.theme)],C=H(e=>e.useWebGL),w=H(e=>e.fontSize),T=H(e=>e.lineHeight),E=H(e=>e.letterSpacing),D=ee(H(e=>e.fontOption),H(e=>e.customFontFamily)),O=Ye(qe(H(e=>e.shortcutModifier))),k=We(),A=IH(),[j,M]=(0,x.useState)(!1),[N,P]=(0,x.useState)(!1),[F,I]=(0,x.useState)(!1),[L,R]=(0,x.useState)(!1),[z,B]=(0,x.useState)(!1),[te,V]=(0,x.useState)(!1),[ne,re]=(0,x.useState)(``),U=(0,x.useRef)(!1),ie=(0,x.useRef)(null),oe=(0,x.useRef)(null),se=(0,x.useRef)(null),ce=(0,x.useRef)(null),le=(0,x.useRef)(()=>{}),ue=(0,x.useRef)(()=>{}),fe=e?.remote===!0,pe=qm(e=>e.remoteAllowControl),me=qm(e=>e.remoteAllowAttach),ge=qm(e=>e.preferWindowName),ve=fe&&!me,ye=!fe||pe&&e?.source===`managed`,be=n?n.displayName||Im(n.projectPath)||n.sessionId.slice(0,8):``,xe=n?Im(n.projectPath):``,Se=n?Fm(n.lastActivityAt):``,Ce=!!e&&!!g&&e.source===`managed`&&!e.remote&&!!e.agentSessionId?.trim(),{containerRef:we,terminalRef:Ee,inTmuxCopyModeRef:Oe,isTmuxCopyMode:ke,appMouseRef:Ae,setTmuxCopyMode:je,isSwitching:Me,isInputReady:Pe,pendingClipboardOffer:Fe,copyPendingClipboardOffer:Ie,dismissPendingClipboardOffer:Re}=FH({sessionId:e?.id??null,tmuxTarget:e?.tmuxWindow??null,agentType:e?.agentType,onPasteFiles:e=>le.current(e),onPasteError:e=>ue.current(e),allowAttach:!ve,connectionStatus:a,connectionEpoch:o,sendMessage:s,subscribe:c,theme:S,fontSize:w,lineHeight:T,letterSpacing:E,fontFamily:D,useWebGL:C,onScrollChange:e=>{M(!e)}}),ze=(0,x.useCallback)(()=>{!e||ve||(s({type:`tmux-cancel-copy-mode`,sessionId:e.id}),je(!1),Ee.current?.scrollToBottom())},[e,ve,s,je,Ee]),Be=(0,x.useCallback)(()=>{B(!0),IU()},[]),Ve=zH({enabled:A||k,isOpen:z,onOpen:Be});(0,x.useEffect)(()=>{!A&&!k&&z&&B(!1)},[z,A,k]),LH(oe,L,(0,x.useCallback)(()=>R(!1),[])),(0,x.useEffect)(()=>{te&&se.current&&(se.current.focus(),se.current.select())},[te]),(0,x.useEffect)(()=>{F&&ce.current&&ce.current.focus()},[F]),RH(F,(0,x.useCallback)(()=>I(!1),[]));let He=()=>{e&&(p(e.id,`terminal_confirm_modal`),I(!1))},Ge=()=>{!e||!Ce||(g?.(e.agentSessionId.trim()),R(!1))},Ke=()=>{e&&(re(e.agentSessionName||e.name),V(!0),R(!1))},Je=()=>{if(!e)return;let t=ne.trim(),n=e.agentSessionName||e.name;t&&t!==n&&m(e.id,t),V(!1)},Xe=e=>{e.key===`Enter`?(e.preventDefault(),Je()):e.key===`Escape`&&(e.preventDefault(),V(!1))};(0,x.useEffect)(()=>{if(!k||!e){P(!1);return}let t=we.current;if(!t)return;let n=e=>{let n=t.querySelector(`.xterm-accessibility-tree`);if(!n)return!1;let r=e.anchorNode,i=e.focusNode;return!!r&&n.contains(r)||!!i&&n.contains(i)},r=()=>{let e=t.querySelector(`.xterm-accessibility`),n=t.querySelector(`.xterm-accessibility-tree`);!e||!n||(e.style.setProperty(`opacity`,`0`),n.style.setProperty(`opacity`,`0`),e.style.setProperty(`-webkit-user-select`,`none`),e.style.setProperty(`user-select`,`none`),n.style.setProperty(`-webkit-user-select`,`none`),n.style.setProperty(`user-select`,`none`),e.offsetHeight,requestAnimationFrame(()=>{e.style.removeProperty(`opacity`),n.style.removeProperty(`opacity`),e.style.removeProperty(`-webkit-user-select`),e.style.removeProperty(`user-select`),n.style.removeProperty(`-webkit-user-select`),n.style.removeProperty(`user-select`)}))},i=()=>{U.current=!1;let e=window.getSelection();try{e?.removeAllRanges()}catch{}Ee.current?.clearSelection(),r(),P(!1)};ie.current=i;let a=()=>{let e=window.getSelection();if(!e||e.rangeCount===0||e.isCollapsed){U.current?i():P(e=>e&&!1);return}let t=n(e);if(!t&&U.current){i();return}U.current=t;let r=t;P(e=>e===r?e:r)},o=()=>{let e=window.getSelection();!e||e.isCollapsed||n(e)&&setTimeout(i,0)},s=null,c=!1,l=e=>{if(e.touches.length===1){let t=e.touches[0];s={x:t.clientX,y:t.clientY},c=!1}},u=e=>{if(c||!s||e.touches.length!==1)return;let t=e.touches[0],n=Math.abs(t.clientX-s.x),r=Math.abs(t.clientY-s.y);(n>10||r>10)&&(c=!0)},d=e=>{let r=c;s=null,c=!1;let a=window.getSelection();if(!a||a.rangeCount===0||a.isCollapsed){P(!1);return}let o=t.querySelector(`.xterm-accessibility-tree`);if(!o)return;if(!n(a)){P(!1);return}if(r)return;let l=e.target,u=l?o.contains(l):!1,d=!1;if(u&&l)try{d=a.containsNode(l,!0)}catch{d=!1}(!u||!d)&&setTimeout(i,0)};return document.addEventListener(`selectionchange`,a),document.addEventListener(`copy`,o),document.addEventListener(`touchstart`,l,{passive:!0}),document.addEventListener(`touchmove`,u,{passive:!0}),document.addEventListener(`touchend`,d,{passive:!0}),()=>{document.removeEventListener(`selectionchange`,a),document.removeEventListener(`copy`,o),document.removeEventListener(`touchstart`,l),document.removeEventListener(`touchmove`,u),document.removeEventListener(`touchend`,d),ie.current=null,U.current=!1}},[we,k,e?.id]),(0,x.useEffect)(()=>{if(!k)return;let t=we.current;if(!t)return;let n=null,r=()=>{let e=Ee.current,r=t.querySelector(`.xterm`);if(!e||!r)return;let i=r.querySelector(`.xterm-screen`),a=r.querySelector(`.xterm-accessibility`),o=r.querySelector(`.xterm-accessibility-tree`);if(!i||!a||!o)return;n||=YH(o);let s=r.getBoundingClientRect(),c=i.getBoundingClientRect(),l=c.left-s.left,u=c.top-s.top;Object.assign(a.style,{left:`${l}px`,top:`${u}px`,right:`auto`,bottom:`auto`,width:`${c.width}px`,height:`${c.height}px`});let d=c.width/e.cols,f=c.height/e.rows,p=document.createElement(`span`);p.textContent=`0`.repeat(200),p.style.cssText=`position:absolute;visibility:hidden;white-space:pre;pointer-events:none;letter-spacing:0px`,o.appendChild(p);let m=p.getBoundingClientRect().width/200;p.remove();let h=Math.max(-2,Math.min(2,d-m));t.style.setProperty(`--xterm-font-size`,`${e.options.fontSize}px`),t.style.setProperty(`--xterm-cell-height`,`${f}px`),t.style.setProperty(`--xterm-a11y-letter-spacing`,`${h}px`)},i=performance.now();r();let a=Math.round(performance.now()-i);a>10&&QT(`switch_a11y_overlay`,{sessionId:e?.id,a11yMs:a});let o=window.requestAnimationFrame(r),s=window.setTimeout(r,100),c=()=>window.requestAnimationFrame(r);return window.visualViewport?.addEventListener(`resize`,c),window.addEventListener(`orientationchange`,c),()=>{window.cancelAnimationFrame(o),window.clearTimeout(s),window.visualViewport?.removeEventListener(`resize`,c),window.removeEventListener(`orientationchange`,c),n?.()}},[we,w,k,e?.id,Ee]);let Ze=(0,x.useRef)(N);(0,x.useEffect)(()=>{Ze.current=N},[N]);let Qe=(0,x.useRef)(e?.id);(0,x.useEffect)(()=>{Qe.current=e?.id},[e?.id]);let $e=(0,x.useRef)(s);(0,x.useEffect)(()=>{$e.current=s},[s]);let et=(0,x.useRef)(!1),tt=(0,x.useRef)(`idle`);(0,x.useEffect)(()=>{if(!k)return;let e=we.current;if(!e)return;let t=null,n=()=>e.querySelector(`.xterm-helper-textarea`),r=e=>{e.target===n()&&(tt.current=`focused`)},i=e=>{e.target===n()&&(t!==null&&window.clearTimeout(t),t=window.setTimeout(()=>{t=null;let e=n(),r=typeof document.hasFocus!=`function`||document.hasFocus();document.activeElement!==e&&document.visibilityState!==`hidden`&&r&&(tt.current=`idle`)},0))},a=()=>{let e=n();(document.activeElement===e||tt.current===`focused`)&&(tt.current=`interrupted`)},o=()=>{tt.current===`interrupted`&&(tt.current=`armed`)},s=()=>{document.visibilityState===`hidden`?a():o()},c=e=>{e.persisted&&o()};return document.addEventListener(`focusin`,r),document.addEventListener(`focusout`,i),document.addEventListener(`visibilitychange`,s),window.addEventListener(`blur`,a),window.addEventListener(`focus`,o),window.addEventListener(`pageshow`,c),()=>{document.removeEventListener(`focusin`,r),document.removeEventListener(`focusout`,i),document.removeEventListener(`visibilitychange`,s),window.removeEventListener(`blur`,a),window.removeEventListener(`focus`,o),window.removeEventListener(`pageshow`,c),t!==null&&window.clearTimeout(t),tt.current=`idle`}},[we,k,e?.id]),(0,x.useEffect)(()=>{let t=we.current;if(!t||!e?.id||!A&&!k)return;let n={x:0,y:0},r=0,i=!1,a=null,o=0,s=0,c=0,l=Math.round(w*T),u=null,d=null,f=!1,p=null,m=()=>{let e=window.getComputedStyle(t).getPropertyValue(`--xterm-cell-height`).trim(),n=Number.parseFloat(e);return!Number.isNaN(n)&&n>0?n:Math.round(w*T)},h=()=>t.querySelector(`.xterm-helper-textarea`),g=e=>{let n=Ee.current;if(!n)return null;let r=(t.querySelector(`.xterm`)?.querySelector(`.xterm-screen`))?.getBoundingClientRect();if(!r||r.width<=0||r.height<=0)return null;let i=r.width/n.cols,a=r.height/n.rows;return i<=0||a<=0?null:{col:Math.min(n.cols,Math.max(1,Math.floor((e.clientX-r.left)/i)+1)),row:Math.min(n.rows,Math.max(1,Math.floor((e.clientY-r.top)/a)+1))}},_=()=>{let e=h();e&&document.activeElement!==e&&(e.disabled=!0)},v=()=>{let e=h();e&&(e.disabled=!1)};_();let y=()=>{if(Oe.current)return;let e=h();e&&(e.disabled=!1,e.focus())},b=()=>{u!==null&&(cancelAnimationFrame(u),u=null),s=0},x=()=>{d!==null&&(clearTimeout(d),d=null)},S=(e,t,n)=>{let r=Qe.current;return r?($e.current({type:`terminal-input`,sessionId:r,data:`\x1b[<${e};${t.col};${t.row}${n}`}),!0):!1},C=e=>{let t=Qe.current;if(!t||e===0)return!1;let n=Ee.current,r=n?.cols??80,i=n?.rows??24,a=Math.floor(r/2),o=Math.floor(i/2),s=e>0?65:64,c=Math.abs(e),l=e<0;for(let e=0;e<c;e++)$e.current({type:`terminal-input`,sessionId:t,data:`\x1b[<${s};${a};${o}M`});return l&&!Ae.current&&je(!0),l},E=e=>{let t=Qe.current,n=g(e);return!t||!n?!1:($e.current({type:`terminal-input`,sessionId:t,data:`\x1b[<0;${n.col};${n.row}M\x1b[<0;${n.col};${n.row}m`}),!0)},D=e=>{if(!k||!Ae.current)return!1;let t=g(e);return t?(f=!0,p=t,_(),IU(),S(0,t,`M`)):!1},O=e=>{let t=g(e);return t?p&&p.col===t.col&&p.row===t.row?!0:(p=t,S(32,t,`M`)):!1},j=e=>{let t=e?g(e):p;return f=!1,p=null,t?S(0,t,`m`):!1},M=()=>{x(),f=!1,p=null,a=null,s=0,c=0},N=()=>{if(!k)return!1;let e=window.getSelection();if(!e||e.isCollapsed)return!1;let n=t.querySelector(`.xterm-accessibility-tree`);if(!n)return!1;let r=e.anchorNode,i=e.focusNode;return!!r&&n.contains(r)||!!i&&n.contains(i)},P=()=>{!k||!U.current||N()||ie.current?.()},F=e=>{if(b(),P(),Ve.current||z){M();return}if(Ze.current){M();return}if(tt.current===`armed`&&!Oe.current&&(tt.current=`idle`,y()),e.touches.length===1){let t=e.touches[0];if(n={x:t.clientX,y:t.clientY},r=performance.now(),i=!1,a=t.clientY,o=r,s=0,c=0,l=m(),v(),k&&Ae.current){let e={clientX:t.clientX,clientY:t.clientY};d=setTimeout(()=>{d=null,!(i||Ve.current||z)&&(Ze.current||N()||D(e))},350)}}},I=e=>{if(e.touches.length!==1||a===null)return;if(P(),Ve.current||z){M();return}let t=performance.now(),r=e.touches[0],u=r.clientX,d=r.clientY;if(f){e.preventDefault(),e.stopPropagation(),O(r),a=d,o=t;return}if(Ze.current||N()){M();return}e.preventDefault(),e.stopPropagation();let p=Math.abs(u-n.x),m=Math.abs(d-n.y);!i&&(p>6||m>6)&&(i=!0,x(),_());let h=a-d,g=t-o;if(a=d,o=t,g>0){let e=h/g;s=s*.7+e*.3}c+=h;let v=Math.max(6,l*.6),y=Math.trunc(c/v);y!==0&&(C(y),c-=y*v)},L=e=>{let t=s,n=performance.now()-r;if(x(),f){j(e.changedTouches[0]),M(),e.preventDefault(),e.stopPropagation();return}if(M(),Ve.current||z)return;let a=N();if(Ze.current&&!a&&ie.current?.(),Ze.current||a){Oe.current&&(et.current=!0);return}if(!i){if(k&&n>=350)return;if(Ae.current){let t=e.changedTouches[0];if(t&&E(t)){y(),e.preventDefault(),e.stopPropagation();return}}if(Oe.current){e.preventDefault(),e.stopPropagation(),et.current=!0;return}y();return}if(Math.abs(t)>.12){let e=t,n=performance.now(),r=()=>{let t=performance.now(),i=t-n;n=t;let a=e*i;c+=a;let o=Math.max(6,l*.6),s=Math.trunc(c/o);s!==0&&(C(s),c-=s*o),e*=.95**(i/16.67),u=Math.abs(e)>.02?requestAnimationFrame(r):null};u=requestAnimationFrame(r)}},ee=e=>{et.current&&=(e.preventDefault(),e.stopPropagation(),!1)},R={passive:!0,capture:!0},B={passive:!1,capture:!0},te={passive:!1,capture:!0},V={capture:!0};return t.addEventListener(`touchstart`,F,R),t.addEventListener(`touchmove`,I,B),t.addEventListener(`touchend`,L,te),t.addEventListener(`mousedown`,ee,V),()=>{t.removeEventListener(`touchstart`,F,R),t.removeEventListener(`touchmove`,I,B),t.removeEventListener(`touchend`,L,te),t.removeEventListener(`mousedown`,ee,V),x();let e=h();e&&(e.disabled=!1)}},[e?.id,we,Ee,k,A,z,w,T]);let nt=(0,x.useCallback)(t=>{!e||ve||!Pe||s({type:`terminal-input`,sessionId:e.id,data:t})},[e,ve,Pe,s]),rt=(0,x.useCallback)(t=>{!e||ve||!Pe||(Oe.current&&(s({type:`tmux-cancel-copy-mode`,sessionId:e.id}),je(!1)),s({type:`terminal-paste`,sessionId:e.id,data:t}))},[e,ve,Pe,s,Oe,je]),it=(0,x.useCallback)(t=>{!e||ve||!Pe||(Oe.current&&(s({type:`tmux-cancel-copy-mode`,sessionId:e.id}),je(!1)),nt(t))},[e,ve,Pe,s,Oe,je,nt]),at=(0,x.useCallback)(()=>{let e=we.current;if(!e)return;let t=e.querySelector(`.xterm-helper-textarea`);t&&(t.removeAttribute(`disabled`),t.focus())},[we]),ot=xU({sessionId:e?.id??null,disabled:a!==`connected`||ve||!Pe,fileUploadsAllowed:!fe,agentType:e?.agentType,onPasteText:rt,onPasteImage:it,onRefocus:at});le.current=ot.paste,ue.current=ot.fail;let st=(0,x.useCallback)(()=>{if(!e||ve||!Pe)return;Oe.current&&(s({type:`tmux-cancel-copy-mode`,sessionId:e.id}),je(!1));let t=we.current;if(!t)return;let n=t.querySelector(`.xterm-helper-textarea`);n&&(n.removeAttribute(`disabled`),n.focus())},[e,ve,Pe,s,we,Oe,je]),ct=(0,x.useCallback)(()=>{if(typeof document>`u`)return!1;let e=we.current;if(!e)return!1;let t=e.querySelector(`.xterm-helper-textarea`);if(t&&document.activeElement===t)return!0;let n=document.activeElement,r=typeof HTMLInputElement<`u`&&n instanceof HTMLInputElement,i=typeof HTMLTextAreaElement<`u`&&n instanceof HTMLTextAreaElement;return r||i||n&&n.isContentEditable?!1:!!document.documentElement?.classList?.contains(`keyboard-visible`)},[we]);(0,x.useEffect)(()=>{if(!k)return;let e=we.current;if(!e)return;let t=e.querySelector(`.xterm-accessibility`),n=e.querySelector(`.xterm-accessibility-tree`);if(!t||!n)return;let r=()=>{let r=e.querySelector(`.xterm-helper-textarea`);r&&document.activeElement===r&&!Ze.current?(t.style.pointerEvents=`none`,n.style.pointerEvents=`none`):(t.style.removeProperty(`pointer-events`),n.style.removeProperty(`pointer-events`))};return r(),document.addEventListener(`focusin`,r),document.addEventListener(`focusout`,r),()=>{document.removeEventListener(`focusin`,r),document.removeEventListener(`focusout`,r)}},[we,k,N]),(0,x.useEffect)(()=>{let e=we.current;e&&(e.inert=!!n)},[we,n]);let lt=(0,x.useMemo)(()=>{if(!ge||t.length===0)return!1;let e=t.map(e=>e.name.trim()).filter(Boolean);return e.length===t.length&&new Set(e).size===t.length},[ge,t]);return(0,W.jsxs)(`section`,{className:`flex flex-1 flex-col bg-base terminal-mobile-overlay md:relative md:inset-auto ${k?`ios-native-term-selection`:``}`,"data-testid":`terminal-panel`,onDragOver:t=>{Array.from(t.dataTransfer.types).includes(`Files`)&&(t.preventDefault(),t.dataTransfer.dropEffect=e&&!ve&&Pe&&!fe&&a===`connected`?`copy`:`none`)},onDrop:t=>{if(!Array.from(t.dataTransfer.types).includes(`Files`)||(t.preventDefault(),t.stopPropagation(),!e||ve||!Pe||fe||a!==`connected`))return;let n=iH(t.dataTransfer);n.length&&ot.paste({text:``,files:n})},children:[(0,W.jsxs)(`div`,{className:`flex min-h-[52px] shrink-0 items-center justify-between border-b border-border bg-elevated px-[6px] md:h-10 md:min-h-0 md:px-3 ${e||n?``:`md:hidden`}`,children:[(0,W.jsxs)(`div`,{className:`flex min-w-0 items-center gap-[7px] md:gap-3`,children:[(0,W.jsx)(`button`,{onClick:()=>B(!0),className:`flex size-[44px] shrink-0 items-center justify-center rounded border border-border bg-surface text-secondary transition-all hover:bg-hover hover:text-primary active:scale-95 md:hidden`,"aria-label":`Open session menu`,children:(0,W.jsx)(Te,{width:16,height:16})}),e&&ye&&(0,W.jsx)(`button`,{disabled:Me,onClick:()=>I(!0),className:`hidden md:flex h-7 w-7 items-center justify-center rounded bg-danger/10 border border-danger/30 text-danger hover:bg-danger/20 active:scale-95 transition-all shrink-0 disabled:cursor-not-allowed disabled:opacity-40`,title:`Kill session (${O}X)`,"aria-label":`Kill session`,children:(0,W.jsx)(Ue,{width:16,height:16})}),Ce&&(0,W.jsx)(`button`,{onClick:Ge,className:`hidden md:flex h-7 w-7 items-center justify-center rounded border border-border text-secondary hover:bg-hover hover:text-primary active:scale-95 transition-all shrink-0`,title:`Hibernate session`,"aria-label":`Hibernate session`,children:(0,W.jsx)(De,{width:16,height:16})}),e?(0,W.jsxs)(`div`,{className:`flex min-w-[72px] flex-col items-start gap-px leading-none md:min-w-0 md:flex-row md:items-baseline md:gap-3 md:leading-normal`,children:[te?(0,W.jsx)(`input`,{ref:se,type:`text`,value:ne,onChange:e=>re(e.target.value),onBlur:Je,onKeyDown:Xe,className:`w-full max-w-[112px] rounded border border-border bg-surface px-2 py-0.5 text-sm font-medium text-primary outline-none focus:border-accent md:max-w-[200px]`}):(0,W.jsx)(`span`,{className:`max-w-[112px] truncate text-sm font-medium text-primary md:max-w-none`,children:e.agentSessionName||e.name}),(0,W.jsx)(`span`,{className:`shrink-0 text-[10px] md:hidden ${a===`connected`?NU[e.status]:`text-approval`}`,children:a===`connected`?MU[e.status]:a}),(0,W.jsx)(`span`,{className:`hidden shrink-0 text-xs md:inline ${NU[e.status]}`,children:MU[e.status]})]}):n?(0,W.jsxs)(`div`,{className:`flex min-w-0 flex-col items-start gap-px leading-none md:flex-row md:items-baseline md:gap-2 md:leading-normal`,children:[(0,W.jsx)(`span`,{className:`max-w-[112px] truncate text-sm font-medium text-primary md:max-w-none`,children:be}),(0,W.jsx)(`span`,{className:`text-[10px] font-medium text-blue-400 md:rounded-full md:bg-blue-500/15 md:px-1.5 md:py-0.5 md:uppercase md:tracking-wide`,children:`Hibernating`})]}):(0,W.jsx)(`span`,{className:`text-sm font-medium text-primary md:hidden`,children:`Sessions`})]}),(0,W.jsxs)(`div`,{className:`flex shrink-0 items-center gap-[4px] md:gap-1.5`,children:[a!==`connected`&&(0,W.jsx)(`span`,{className:`hidden text-xs text-approval md:inline`,children:a}),(0,W.jsx)(`button`,{onClick:f,className:`flex size-[44px] items-center justify-center rounded bg-accent text-white transition-all hover:bg-accent/90 active:scale-95 md:hidden`,title:`New session (${O}N)`,"aria-label":`New session`,children:(0,W.jsx)(Ne,{width:16,height:16})}),e&&ye&&(0,W.jsx)(`button`,{disabled:Me,onClick:()=>I(!0),className:`flex size-[44px] items-center justify-center rounded border border-danger/30 bg-danger/10 text-danger transition-all hover:bg-danger/20 active:scale-95 disabled:cursor-not-allowed disabled:opacity-40 md:hidden`,title:`Kill session (${O}X)`,"aria-label":`Kill session`,children:(0,W.jsx)(Ue,{width:16,height:16})}),Ce&&(0,W.jsx)(`button`,{onClick:Ge,className:`hidden size-[44px] items-center justify-center rounded border border-border text-secondary transition-all hover:bg-hover hover:text-primary active:scale-95 min-[360px]:flex md:hidden`,title:`Hibernate session`,"aria-label":`Hibernate session`,children:(0,W.jsx)(De,{width:16,height:16})}),n&&(0,W.jsx)(`button`,{onClick:()=>h(n.sessionId),className:`btn btn-primary h-[44px] px-3 text-xs md:hidden`,children:`Wake`}),e&&(0,W.jsxs)(`div`,{className:`relative md:hidden`,ref:oe,children:[(0,W.jsx)(`button`,{onClick:()=>R(!L),className:`flex size-[44px] items-center justify-center rounded border border-border bg-surface text-secondary transition-all hover:bg-hover hover:text-primary active:scale-95`,title:`More options`,"aria-label":`More options`,children:(0,W.jsx)(he,{width:16,height:16})}),L&&(0,W.jsxs)(`div`,{className:`absolute right-0 top-full mt-1 z-20 min-w-[140px] rounded-md border border-border bg-elevated shadow-lg py-1`,children:[ye&&(0,W.jsxs)(`button`,{onClick:Ke,className:`flex min-h-[44px] w-full items-center gap-2 px-3 py-2 text-left text-sm text-secondary hover:bg-hover hover:text-primary`,children:[(0,W.jsx)(_e,{width:14,height:14}),`Rename`]}),Ce&&(0,W.jsxs)(`button`,{onClick:Ge,className:`flex min-h-[44px] w-full items-center gap-2 px-3 py-2 text-left text-sm text-secondary hover:bg-hover hover:text-primary`,children:[(0,W.jsx)(De,{width:14,height:14}),`Hibernate`]}),(0,W.jsxs)(`button`,{onClick:()=>{v(),R(!1)},className:`flex min-h-[44px] w-full items-center gap-2 px-3 py-2 text-left text-sm text-secondary hover:bg-hover hover:text-primary`,children:[(0,W.jsx)(Le,{width:14,height:14}),`Settings`]})]})]})]})]}),e&&t.length>1&&(0,W.jsxs)(`div`,{className:`relative overflow-hidden bg-elevated border-b border-border md:hidden`,children:[(0,W.jsx)(`div`,{className:`absolute right-0 top-0 bottom-0 w-4 bg-gradient-to-l from-elevated to-transparent z-10 pointer-events-none`}),(0,W.jsx)(`div`,{className:`flex items-center gap-[6px] overflow-x-auto px-[8px] py-[5px] scrollbar-none scroll-smooth snap-x snap-mandatory`,style:{WebkitOverflowScrolling:`touch`},children:t.map((t,n)=>{let r=t.id===e.id,i=lt?t.name.trim():n+1;return(0,W.jsx)(`button`,{type:`button`,className:`
311
+ `,onMouseDown:e=>e.preventDefault(),onTouchEnd:E(w),onClick:D(w),disabled:r,children:TU})]}),(0,W.jsx)(bU,{...p,allowFiles:s})]})}function MU({isOpen:e,onClose:t,sessions:n,hibernatingSessions:r=[],historySessions:i=[],selectedSessionId:a,selectedHibernatingSessionId:o=null,onSelect:s,onSelectHibernating:c,onRename:l,onResume:u,onHibernate:d,onMoveToHistory:f,onNewSession:p,loading:m,error:h}){let g=pd(),_=(0,x.useRef)(null),v=(0,x.useRef)(null);(0,x.useEffect)(()=>{if(!e)return;let n=e=>{e.key===`Escape`&&(e.preventDefault(),t())};return document.addEventListener(`keydown`,n),()=>document.removeEventListener(`keydown`,n)},[e,t]),(0,x.useEffect)(()=>{e?(v.current=document.activeElement,_.current?.focus()):v.current&&=(v.current.focus(),null)},[e]),(0,x.useEffect)(()=>{if(!e)return;let n=_.current;if(!n)return;let r=0,i=0,a=e=>{let t=e.touches[0];r=t.clientX,i=t.clientY},o=e=>{let n=e.changedTouches[0],a=r-n.clientX,o=Math.abs(n.clientY-i);a>=50&&a>o*1.5&&(`vibrate`in navigator&&navigator.vibrate(10),t())};return n.addEventListener(`touchstart`,a,{passive:!0}),n.addEventListener(`touchend`,o,{passive:!0}),()=>{n.removeEventListener(`touchstart`,a),n.removeEventListener(`touchend`,o)}},[e,t]);let y=e=>{s(e),t()},b=e=>{c?.(e),t()},S=g?{transition:`none`}:void 0;return(0,W.jsxs)(W.Fragment,{children:[(0,W.jsx)(`div`,{className:`session-drawer-backdrop ${e?`open`:``}`,style:S,onClick:t,"aria-hidden":`true`}),(0,W.jsxs)(`div`,{ref:_,className:`session-drawer ${e?`open`:``}`,style:S,role:`dialog`,"aria-modal":`true`,"aria-label":`Session list`,tabIndex:-1,children:[(0,W.jsx)(KT,{sessions:n,hibernatingSessions:r,historySessions:i,selectedSessionId:a,selectedHibernatingSessionId:o,onSelect:y,onSelectHibernating:b,onRename:l,onResume:u,onHibernate:d,onMoveToHistory:f,onNewSession:()=>{p()!==!1&&t()},loading:m,error:h}),(0,W.jsx)(`div`,{className:`shrink-0 border-t border-border px-2 pt-2`,style:{paddingBottom:`max(0.5rem, env(safe-area-inset-bottom, 0.5rem))`},children:(0,W.jsx)(`button`,{onClick:()=>{p()!==!1&&t()},className:`btn btn-primary w-full py-2 text-sm`,children:`New Session`})})]})]})}var NU={working:`Working`,waiting:`Waiting`,permission:`Needs Input`,unknown:`Unknown`},PU={working:`text-working`,waiting:`text-waiting`,permission:`text-approval`,unknown:`text-muted`},FU={working:`bg-green-500/35 text-white`,waiting:`bg-blue-500/35 text-white`,permission:`bg-amber-500/35 text-white`,unknown:`bg-gray-500/35 text-white`},IU={working:`bg-working text-white`,waiting:`bg-waiting text-white`,permission:`bg-approval text-white`,unknown:`bg-muted text-white`};function LU(){`vibrate`in navigator&&navigator.vibrate(10)}function RU({session:e,sessions:t,hibernatingSession:n=null,hibernatingSessions:r=[],historySessions:i=[],connectionStatus:a,connectionEpoch:o=0,sendMessage:s,subscribe:c,onClose:l,onSelectSession:u,onSelectHibernatingSession:d,onNewSession:f,onKillSession:p,onRenameSession:m,onResumeSession:h,onHibernateSession:g,onMoveToHistory:_,onOpenSettings:v,loading:y=!1,error:b=null}){let S=VH[BH(e=>e.theme)],C=H(e=>e.useWebGL),w=H(e=>e.fontSize),T=H(e=>e.lineHeight),E=H(e=>e.letterSpacing),D=ee(H(e=>e.fontOption),H(e=>e.customFontFamily)),O=Ye(qe(H(e=>e.shortcutModifier))),k=We(),A=IH(),[j,M]=(0,x.useState)(!1),[N,P]=(0,x.useState)(!1),[F,I]=(0,x.useState)(!1),[L,R]=(0,x.useState)(!1),[z,B]=(0,x.useState)(!1),[te,V]=(0,x.useState)(!1),[ne,re]=(0,x.useState)(``),U=(0,x.useRef)(!1),ie=(0,x.useRef)(null),oe=(0,x.useRef)(null),se=(0,x.useRef)(null),ce=(0,x.useRef)(null),le=(0,x.useRef)(()=>{}),ue=(0,x.useRef)(()=>{}),fe=e?.remote===!0,pe=qm(e=>e.remoteAllowControl),me=qm(e=>e.remoteAllowAttach),ge=qm(e=>e.preferWindowName),ve=fe&&!me,ye=!fe||pe&&e?.source===`managed`,be=n?n.displayName||Im(n.projectPath)||n.sessionId.slice(0,8):``,xe=n?Im(n.projectPath):``,Se=n?Fm(n.lastActivityAt):``,Ce=!!e&&!!g&&e.source===`managed`&&!e.remote&&!!e.agentSessionId?.trim(),{containerRef:we,terminalRef:Ee,inTmuxCopyModeRef:Oe,isTmuxCopyMode:ke,appMouseRef:Ae,setTmuxCopyMode:je,isSwitching:Me,isInputReady:Pe,pendingClipboardOffer:Fe,copyPendingClipboardOffer:Ie,dismissPendingClipboardOffer:Re}=FH({sessionId:e?.id??null,tmuxTarget:e?.tmuxWindow??null,agentType:e?.agentType,onPasteFiles:e=>le.current(e),onPasteError:e=>ue.current(e),allowAttach:!ve,connectionStatus:a,connectionEpoch:o,sendMessage:s,subscribe:c,theme:S,fontSize:w,lineHeight:T,letterSpacing:E,fontFamily:D,useWebGL:C,onScrollChange:e=>{M(!e)}}),ze=(0,x.useCallback)(()=>{!e||ve||(s({type:`tmux-cancel-copy-mode`,sessionId:e.id}),je(!1),Ee.current?.scrollToBottom())},[e,ve,s,je,Ee]),Be=(0,x.useCallback)(()=>{B(!0),LU()},[]),Ve=zH({enabled:A||k,isOpen:z,onOpen:Be});(0,x.useEffect)(()=>{!A&&!k&&z&&B(!1)},[z,A,k]),LH(oe,L,(0,x.useCallback)(()=>R(!1),[])),(0,x.useEffect)(()=>{te&&se.current&&(se.current.focus(),se.current.select())},[te]),(0,x.useEffect)(()=>{F&&ce.current&&ce.current.focus()},[F]),RH(F,(0,x.useCallback)(()=>I(!1),[]));let He=()=>{e&&(p(e.id,`terminal_confirm_modal`),I(!1))},Ge=()=>{!e||!Ce||(g?.(e.agentSessionId.trim()),R(!1))},Ke=()=>{e&&(re(e.agentSessionName||e.name),V(!0),R(!1))},Je=()=>{if(!e)return;let t=ne.trim(),n=e.agentSessionName||e.name;t&&t!==n&&m(e.id,t),V(!1)},Xe=e=>{e.key===`Enter`?(e.preventDefault(),Je()):e.key===`Escape`&&(e.preventDefault(),V(!1))};(0,x.useEffect)(()=>{if(!k||!e){P(!1);return}let t=we.current;if(!t)return;let n=e=>{let n=t.querySelector(`.xterm-accessibility-tree`);if(!n)return!1;let r=e.anchorNode,i=e.focusNode;return!!r&&n.contains(r)||!!i&&n.contains(i)},r=()=>{let e=t.querySelector(`.xterm-accessibility`),n=t.querySelector(`.xterm-accessibility-tree`);!e||!n||(e.style.setProperty(`opacity`,`0`),n.style.setProperty(`opacity`,`0`),e.style.setProperty(`-webkit-user-select`,`none`),e.style.setProperty(`user-select`,`none`),n.style.setProperty(`-webkit-user-select`,`none`),n.style.setProperty(`user-select`,`none`),e.offsetHeight,requestAnimationFrame(()=>{e.style.removeProperty(`opacity`),n.style.removeProperty(`opacity`),e.style.removeProperty(`-webkit-user-select`),e.style.removeProperty(`user-select`),n.style.removeProperty(`-webkit-user-select`),n.style.removeProperty(`user-select`)}))},i=()=>{U.current=!1;let e=window.getSelection();try{e?.removeAllRanges()}catch{}Ee.current?.clearSelection(),r(),P(!1)};ie.current=i;let a=()=>{let e=window.getSelection();if(!e||e.rangeCount===0||e.isCollapsed){U.current?i():P(e=>e&&!1);return}let t=n(e);if(!t&&U.current){i();return}U.current=t;let r=t;P(e=>e===r?e:r)},o=()=>{let e=window.getSelection();!e||e.isCollapsed||n(e)&&setTimeout(i,0)},s=null,c=!1,l=e=>{if(e.touches.length===1){let t=e.touches[0];s={x:t.clientX,y:t.clientY},c=!1}},u=e=>{if(c||!s||e.touches.length!==1)return;let t=e.touches[0],n=Math.abs(t.clientX-s.x),r=Math.abs(t.clientY-s.y);(n>10||r>10)&&(c=!0)},d=e=>{let r=c;s=null,c=!1;let a=window.getSelection();if(!a||a.rangeCount===0||a.isCollapsed){P(!1);return}let o=t.querySelector(`.xterm-accessibility-tree`);if(!o)return;if(!n(a)){P(!1);return}if(r)return;let l=e.target,u=l?o.contains(l):!1,d=!1;if(u&&l)try{d=a.containsNode(l,!0)}catch{d=!1}(!u||!d)&&setTimeout(i,0)};return document.addEventListener(`selectionchange`,a),document.addEventListener(`copy`,o),document.addEventListener(`touchstart`,l,{passive:!0}),document.addEventListener(`touchmove`,u,{passive:!0}),document.addEventListener(`touchend`,d,{passive:!0}),()=>{document.removeEventListener(`selectionchange`,a),document.removeEventListener(`copy`,o),document.removeEventListener(`touchstart`,l),document.removeEventListener(`touchmove`,u),document.removeEventListener(`touchend`,d),ie.current=null,U.current=!1}},[we,k,e?.id]),(0,x.useEffect)(()=>{if(!k)return;let t=we.current;if(!t)return;let n=null,r=()=>{let e=Ee.current,r=t.querySelector(`.xterm`);if(!e||!r)return;let i=r.querySelector(`.xterm-screen`),a=r.querySelector(`.xterm-accessibility`),o=r.querySelector(`.xterm-accessibility-tree`);if(!i||!a||!o)return;n||=YH(o);let s=r.getBoundingClientRect(),c=i.getBoundingClientRect(),l=c.left-s.left,u=c.top-s.top;Object.assign(a.style,{left:`${l}px`,top:`${u}px`,right:`auto`,bottom:`auto`,width:`${c.width}px`,height:`${c.height}px`});let d=c.width/e.cols,f=c.height/e.rows,p=document.createElement(`span`);p.textContent=`0`.repeat(200),p.style.cssText=`position:absolute;visibility:hidden;white-space:pre;pointer-events:none;letter-spacing:0px`,o.appendChild(p);let m=p.getBoundingClientRect().width/200;p.remove();let h=Math.max(-2,Math.min(2,d-m));t.style.setProperty(`--xterm-font-size`,`${e.options.fontSize}px`),t.style.setProperty(`--xterm-cell-height`,`${f}px`),t.style.setProperty(`--xterm-a11y-letter-spacing`,`${h}px`)},i=performance.now();r();let a=Math.round(performance.now()-i);a>10&&QT(`switch_a11y_overlay`,{sessionId:e?.id,a11yMs:a});let o=window.requestAnimationFrame(r),s=window.setTimeout(r,100),c=()=>window.requestAnimationFrame(r);return window.visualViewport?.addEventListener(`resize`,c),window.addEventListener(`orientationchange`,c),()=>{window.cancelAnimationFrame(o),window.clearTimeout(s),window.visualViewport?.removeEventListener(`resize`,c),window.removeEventListener(`orientationchange`,c),n?.()}},[we,w,k,e?.id,Ee]);let Ze=(0,x.useRef)(N);(0,x.useEffect)(()=>{Ze.current=N},[N]);let Qe=(0,x.useRef)(e?.id);(0,x.useEffect)(()=>{Qe.current=e?.id},[e?.id]);let $e=(0,x.useRef)(s);(0,x.useEffect)(()=>{$e.current=s},[s]);let et=(0,x.useRef)(!1),tt=(0,x.useRef)(`idle`);(0,x.useEffect)(()=>{if(!k)return;let e=we.current;if(!e)return;let t=null,n=()=>e.querySelector(`.xterm-helper-textarea`),r=e=>{e.target===n()&&(tt.current=`focused`)},i=e=>{e.target===n()&&(t!==null&&window.clearTimeout(t),t=window.setTimeout(()=>{t=null;let e=n(),r=typeof document.hasFocus!=`function`||document.hasFocus();document.activeElement!==e&&document.visibilityState!==`hidden`&&r&&(tt.current=`idle`)},0))},a=()=>{let e=n();(document.activeElement===e||tt.current===`focused`)&&(tt.current=`interrupted`)},o=()=>{tt.current===`interrupted`&&(tt.current=`armed`)},s=()=>{document.visibilityState===`hidden`?a():o()},c=e=>{e.persisted&&o()};return document.addEventListener(`focusin`,r),document.addEventListener(`focusout`,i),document.addEventListener(`visibilitychange`,s),window.addEventListener(`blur`,a),window.addEventListener(`focus`,o),window.addEventListener(`pageshow`,c),()=>{document.removeEventListener(`focusin`,r),document.removeEventListener(`focusout`,i),document.removeEventListener(`visibilitychange`,s),window.removeEventListener(`blur`,a),window.removeEventListener(`focus`,o),window.removeEventListener(`pageshow`,c),t!==null&&window.clearTimeout(t),tt.current=`idle`}},[we,k,e?.id]),(0,x.useEffect)(()=>{let t=we.current;if(!t||!e?.id||!A&&!k)return;let n={x:0,y:0},r=0,i=!1,a=null,o=0,s=0,c=0,l=Math.round(w*T),u=null,d=null,f=!1,p=null,m=()=>{let e=window.getComputedStyle(t).getPropertyValue(`--xterm-cell-height`).trim(),n=Number.parseFloat(e);return!Number.isNaN(n)&&n>0?n:Math.round(w*T)},h=()=>t.querySelector(`.xterm-helper-textarea`),g=e=>{let n=Ee.current;if(!n)return null;let r=(t.querySelector(`.xterm`)?.querySelector(`.xterm-screen`))?.getBoundingClientRect();if(!r||r.width<=0||r.height<=0)return null;let i=r.width/n.cols,a=r.height/n.rows;return i<=0||a<=0?null:{col:Math.min(n.cols,Math.max(1,Math.floor((e.clientX-r.left)/i)+1)),row:Math.min(n.rows,Math.max(1,Math.floor((e.clientY-r.top)/a)+1))}},_=()=>{let e=h();e&&document.activeElement!==e&&(e.disabled=!0)},v=()=>{let e=h();e&&(e.disabled=!1)};_();let y=()=>{if(Oe.current)return;let e=h();e&&(e.disabled=!1,e.focus())},b=()=>{u!==null&&(cancelAnimationFrame(u),u=null),s=0},x=()=>{d!==null&&(clearTimeout(d),d=null)},S=(e,t,n)=>{let r=Qe.current;return r?($e.current({type:`terminal-input`,sessionId:r,data:`\x1b[<${e};${t.col};${t.row}${n}`}),!0):!1},C=e=>{let t=Qe.current;if(!t||e===0)return!1;let n=Ee.current,r=n?.cols??80,i=n?.rows??24,a=Math.floor(r/2),o=Math.floor(i/2),s=e>0?65:64,c=Math.abs(e),l=e<0;for(let e=0;e<c;e++)$e.current({type:`terminal-input`,sessionId:t,data:`\x1b[<${s};${a};${o}M`});return l&&!Ae.current&&je(!0),l},E=e=>{let t=Qe.current,n=g(e);return!t||!n?!1:($e.current({type:`terminal-input`,sessionId:t,data:`\x1b[<0;${n.col};${n.row}M\x1b[<0;${n.col};${n.row}m`}),!0)},D=e=>{if(!k||!Ae.current)return!1;let t=g(e);return t?(f=!0,p=t,_(),LU(),S(0,t,`M`)):!1},O=e=>{let t=g(e);return t?p&&p.col===t.col&&p.row===t.row?!0:(p=t,S(32,t,`M`)):!1},j=e=>{let t=e?g(e):p;return f=!1,p=null,t?S(0,t,`m`):!1},M=()=>{x(),f=!1,p=null,a=null,s=0,c=0},N=()=>{if(!k)return!1;let e=window.getSelection();if(!e||e.isCollapsed)return!1;let n=t.querySelector(`.xterm-accessibility-tree`);if(!n)return!1;let r=e.anchorNode,i=e.focusNode;return!!r&&n.contains(r)||!!i&&n.contains(i)},P=()=>{!k||!U.current||N()||ie.current?.()},F=e=>{if(b(),P(),Ve.current||z){M();return}if(Ze.current){M();return}if(tt.current===`armed`&&!Oe.current&&(tt.current=`idle`,y()),e.touches.length===1){let t=e.touches[0];if(n={x:t.clientX,y:t.clientY},r=performance.now(),i=!1,a=t.clientY,o=r,s=0,c=0,l=m(),v(),k&&Ae.current){let e={clientX:t.clientX,clientY:t.clientY};d=setTimeout(()=>{d=null,!(i||Ve.current||z)&&(Ze.current||N()||D(e))},350)}}},I=e=>{if(e.touches.length!==1||a===null)return;if(P(),Ve.current||z){M();return}let t=performance.now(),r=e.touches[0],u=r.clientX,d=r.clientY;if(f){e.preventDefault(),e.stopPropagation(),O(r),a=d,o=t;return}if(Ze.current||N()){M();return}e.preventDefault(),e.stopPropagation();let p=Math.abs(u-n.x),m=Math.abs(d-n.y);!i&&(p>6||m>6)&&(i=!0,x(),_());let h=a-d,g=t-o;if(a=d,o=t,g>0){let e=h/g;s=s*.7+e*.3}c+=h;let v=Math.max(6,l*.6),y=Math.trunc(c/v);y!==0&&(C(y),c-=y*v)},L=e=>{let t=s,n=performance.now()-r;if(x(),f){j(e.changedTouches[0]),M(),e.preventDefault(),e.stopPropagation();return}if(M(),Ve.current||z)return;let a=N();if(Ze.current&&!a&&ie.current?.(),Ze.current||a){Oe.current&&(et.current=!0);return}if(!i){if(k&&n>=350)return;if(Ae.current){let t=e.changedTouches[0];if(t&&E(t)){y(),e.preventDefault(),e.stopPropagation();return}}if(Oe.current){e.preventDefault(),e.stopPropagation(),et.current=!0;return}y();return}if(Math.abs(t)>.12){let e=t,n=performance.now(),r=()=>{let t=performance.now(),i=t-n;n=t;let a=e*i;c+=a;let o=Math.max(6,l*.6),s=Math.trunc(c/o);s!==0&&(C(s),c-=s*o),e*=.95**(i/16.67),u=Math.abs(e)>.02?requestAnimationFrame(r):null};u=requestAnimationFrame(r)}},ee=e=>{et.current&&=(e.preventDefault(),e.stopPropagation(),!1)},R={passive:!0,capture:!0},B={passive:!1,capture:!0},te={passive:!1,capture:!0},V={capture:!0};return t.addEventListener(`touchstart`,F,R),t.addEventListener(`touchmove`,I,B),t.addEventListener(`touchend`,L,te),t.addEventListener(`mousedown`,ee,V),()=>{t.removeEventListener(`touchstart`,F,R),t.removeEventListener(`touchmove`,I,B),t.removeEventListener(`touchend`,L,te),t.removeEventListener(`mousedown`,ee,V),x();let e=h();e&&(e.disabled=!1)}},[e?.id,we,Ee,k,A,z,w,T]);let nt=(0,x.useCallback)(t=>{!e||ve||!Pe||s({type:`terminal-input`,sessionId:e.id,data:t})},[e,ve,Pe,s]),rt=(0,x.useCallback)(t=>{!e||ve||!Pe||(Oe.current&&(s({type:`tmux-cancel-copy-mode`,sessionId:e.id}),je(!1)),s({type:`terminal-paste`,sessionId:e.id,data:t}))},[e,ve,Pe,s,Oe,je]),it=(0,x.useCallback)(t=>{!e||ve||!Pe||(Oe.current&&(s({type:`tmux-cancel-copy-mode`,sessionId:e.id}),je(!1)),nt(t))},[e,ve,Pe,s,Oe,je,nt]),at=(0,x.useCallback)(()=>{let e=we.current;if(!e)return;let t=e.querySelector(`.xterm-helper-textarea`);t&&(t.removeAttribute(`disabled`),t.focus())},[we]),ot=SU({sessionId:e?.id??null,disabled:a!==`connected`||ve||!Pe,fileUploadsAllowed:!fe,agentType:e?.agentType,onPasteText:rt,onPasteImage:it,onRefocus:at});le.current=ot.paste,ue.current=ot.fail;let st=(0,x.useCallback)(()=>{if(!e||ve||!Pe)return;Oe.current&&(s({type:`tmux-cancel-copy-mode`,sessionId:e.id}),je(!1));let t=we.current;if(!t)return;let n=t.querySelector(`.xterm-helper-textarea`);n&&(n.removeAttribute(`disabled`),n.focus())},[e,ve,Pe,s,we,Oe,je]),ct=(0,x.useCallback)(()=>{if(typeof document>`u`)return!1;let e=we.current;if(!e)return!1;let t=e.querySelector(`.xterm-helper-textarea`);if(t&&document.activeElement===t)return!0;let n=document.activeElement,r=typeof HTMLInputElement<`u`&&n instanceof HTMLInputElement,i=typeof HTMLTextAreaElement<`u`&&n instanceof HTMLTextAreaElement;return r||i||n&&n.isContentEditable?!1:!!document.documentElement?.classList?.contains(`keyboard-visible`)},[we]);(0,x.useEffect)(()=>{if(!k)return;let e=we.current;if(!e)return;let t=e.querySelector(`.xterm-accessibility`),n=e.querySelector(`.xterm-accessibility-tree`);if(!t||!n)return;let r=()=>{let r=e.querySelector(`.xterm-helper-textarea`);r&&document.activeElement===r&&!Ze.current?(t.style.pointerEvents=`none`,n.style.pointerEvents=`none`):(t.style.removeProperty(`pointer-events`),n.style.removeProperty(`pointer-events`))};return r(),document.addEventListener(`focusin`,r),document.addEventListener(`focusout`,r),()=>{document.removeEventListener(`focusin`,r),document.removeEventListener(`focusout`,r)}},[we,k,N]),(0,x.useEffect)(()=>{let e=we.current;e&&(e.inert=!!n)},[we,n]);let lt=(0,x.useMemo)(()=>{if(!ge||t.length===0)return!1;let e=t.map(e=>e.name.trim()).filter(Boolean);return e.length===t.length&&new Set(e).size===t.length},[ge,t]);return(0,W.jsxs)(`section`,{className:`flex flex-1 flex-col bg-base terminal-mobile-overlay md:relative md:inset-auto ${k?`ios-native-term-selection`:``}`,"data-testid":`terminal-panel`,onDragOver:t=>{Array.from(t.dataTransfer.types).includes(`Files`)&&(t.preventDefault(),t.dataTransfer.dropEffect=e&&!ve&&Pe&&!fe&&a===`connected`?`copy`:`none`)},onDrop:t=>{if(!Array.from(t.dataTransfer.types).includes(`Files`)||(t.preventDefault(),t.stopPropagation(),!e||ve||!Pe||fe||a!==`connected`))return;let n=iH(t.dataTransfer);n.length&&ot.paste({text:``,files:n})},children:[(0,W.jsxs)(`div`,{className:`flex min-h-[52px] shrink-0 items-center justify-between border-b border-border bg-elevated px-[6px] md:h-10 md:min-h-0 md:px-3 ${e||n?``:`md:hidden`}`,children:[(0,W.jsxs)(`div`,{className:`flex min-w-0 items-center gap-[7px] md:gap-3`,children:[(0,W.jsx)(`button`,{onClick:()=>B(!0),className:`flex size-[44px] shrink-0 items-center justify-center rounded border border-border bg-surface text-secondary transition-all hover:bg-hover hover:text-primary active:scale-95 md:hidden`,"aria-label":`Open session menu`,children:(0,W.jsx)(Te,{width:16,height:16})}),e&&ye&&(0,W.jsx)(`button`,{disabled:Me,onClick:()=>I(!0),className:`hidden md:flex h-7 w-7 items-center justify-center rounded bg-danger/10 border border-danger/30 text-danger hover:bg-danger/20 active:scale-95 transition-all shrink-0 disabled:cursor-not-allowed disabled:opacity-40`,title:`Kill session (${O}X)`,"aria-label":`Kill session`,children:(0,W.jsx)(Ue,{width:16,height:16})}),Ce&&(0,W.jsx)(`button`,{onClick:Ge,className:`hidden md:flex h-7 w-7 items-center justify-center rounded border border-border text-secondary hover:bg-hover hover:text-primary active:scale-95 transition-all shrink-0`,title:`Hibernate session`,"aria-label":`Hibernate session`,children:(0,W.jsx)(De,{width:16,height:16})}),e?(0,W.jsxs)(`div`,{className:`flex min-w-[72px] flex-col items-start gap-px leading-none md:min-w-0 md:flex-row md:items-baseline md:gap-3 md:leading-normal`,children:[te?(0,W.jsx)(`input`,{ref:se,type:`text`,value:ne,onChange:e=>re(e.target.value),onBlur:Je,onKeyDown:Xe,className:`w-full max-w-[112px] rounded border border-border bg-surface px-2 py-0.5 text-sm font-medium text-primary outline-none focus:border-accent md:max-w-[200px]`}):(0,W.jsx)(`span`,{className:`max-w-[112px] truncate text-sm font-medium text-primary md:max-w-none`,children:e.agentSessionName||e.name}),(0,W.jsx)(`span`,{className:`shrink-0 text-[10px] md:hidden ${a===`connected`?PU[e.status]:`text-approval`}`,children:a===`connected`?NU[e.status]:a}),(0,W.jsx)(`span`,{className:`hidden shrink-0 text-xs md:inline ${PU[e.status]}`,children:NU[e.status]})]}):n?(0,W.jsxs)(`div`,{className:`flex min-w-0 flex-col items-start gap-px leading-none md:flex-row md:items-baseline md:gap-2 md:leading-normal`,children:[(0,W.jsx)(`span`,{className:`max-w-[112px] truncate text-sm font-medium text-primary md:max-w-none`,children:be}),(0,W.jsx)(`span`,{className:`text-[10px] font-medium text-blue-400 md:rounded-full md:bg-blue-500/15 md:px-1.5 md:py-0.5 md:uppercase md:tracking-wide`,children:`Hibernating`})]}):(0,W.jsx)(`span`,{className:`text-sm font-medium text-primary md:hidden`,children:`Sessions`})]}),(0,W.jsxs)(`div`,{className:`flex shrink-0 items-center gap-[4px] md:gap-1.5`,children:[a!==`connected`&&(0,W.jsx)(`span`,{className:`hidden text-xs text-approval md:inline`,children:a}),(0,W.jsx)(`button`,{onClick:f,className:`flex size-[44px] items-center justify-center rounded bg-accent text-white transition-all hover:bg-accent/90 active:scale-95 md:hidden`,title:`New session (${O}N)`,"aria-label":`New session`,children:(0,W.jsx)(Ne,{width:16,height:16})}),e&&ye&&(0,W.jsx)(`button`,{disabled:Me,onClick:()=>I(!0),className:`flex size-[44px] items-center justify-center rounded border border-danger/30 bg-danger/10 text-danger transition-all hover:bg-danger/20 active:scale-95 disabled:cursor-not-allowed disabled:opacity-40 md:hidden`,title:`Kill session (${O}X)`,"aria-label":`Kill session`,children:(0,W.jsx)(Ue,{width:16,height:16})}),Ce&&(0,W.jsx)(`button`,{onClick:Ge,className:`hidden size-[44px] items-center justify-center rounded border border-border text-secondary transition-all hover:bg-hover hover:text-primary active:scale-95 min-[360px]:flex md:hidden`,title:`Hibernate session`,"aria-label":`Hibernate session`,children:(0,W.jsx)(De,{width:16,height:16})}),n&&(0,W.jsx)(`button`,{onClick:()=>h(n.sessionId),className:`btn btn-primary h-[44px] px-3 text-xs md:hidden`,children:`Wake`}),e&&(0,W.jsxs)(`div`,{className:`relative md:hidden`,ref:oe,children:[(0,W.jsx)(`button`,{onClick:()=>R(!L),className:`flex size-[44px] items-center justify-center rounded border border-border bg-surface text-secondary transition-all hover:bg-hover hover:text-primary active:scale-95`,title:`More options`,"aria-label":`More options`,children:(0,W.jsx)(he,{width:16,height:16})}),L&&(0,W.jsxs)(`div`,{className:`absolute right-0 top-full mt-1 z-20 min-w-[140px] rounded-md border border-border bg-elevated shadow-lg py-1`,children:[ye&&(0,W.jsxs)(`button`,{onClick:Ke,className:`flex min-h-[44px] w-full items-center gap-2 px-3 py-2 text-left text-sm text-secondary hover:bg-hover hover:text-primary`,children:[(0,W.jsx)(_e,{width:14,height:14}),`Rename`]}),Ce&&(0,W.jsxs)(`button`,{onClick:Ge,className:`flex min-h-[44px] w-full items-center gap-2 px-3 py-2 text-left text-sm text-secondary hover:bg-hover hover:text-primary`,children:[(0,W.jsx)(De,{width:14,height:14}),`Hibernate`]}),(0,W.jsxs)(`button`,{onClick:()=>{v(),R(!1)},className:`flex min-h-[44px] w-full items-center gap-2 px-3 py-2 text-left text-sm text-secondary hover:bg-hover hover:text-primary`,children:[(0,W.jsx)(Le,{width:14,height:14}),`Settings`]})]})]})]})]}),e&&t.length>1&&(0,W.jsxs)(`div`,{className:`relative overflow-hidden bg-elevated border-b border-border md:hidden`,children:[(0,W.jsx)(`div`,{className:`absolute right-0 top-0 bottom-0 w-4 bg-gradient-to-l from-elevated to-transparent z-10 pointer-events-none`}),(0,W.jsx)(`div`,{className:`flex items-center gap-[6px] overflow-x-auto px-[8px] py-[5px] scrollbar-none scroll-smooth snap-x snap-mandatory`,style:{WebkitOverflowScrolling:`touch`},children:t.map((t,n)=>{let r=t.id===e.id,i=lt?t.name.trim():n+1;return(0,W.jsx)(`button`,{type:`button`,className:`
312
312
  flex items-center justify-center shrink-0 snap-start
313
313
  h-[44px] ${lt?`min-w-[44px] px-2.5 max-w-[8rem] truncate`:`w-[44px]`}
314
314
  text-sm font-extrabold rounded-lg
315
315
  active:scale-95 transition-all duration-75
316
316
  select-none touch-manipulation
317
- ${r?FU[t.status]:PU[t.status]}
318
- `,onClick:()=>{IU(),u(t.id)},title:lt?t.name:void 0,children:i},t.id)})})]}),(0,W.jsxs)(`div`,{className:`relative flex-1`,children:[(0,W.jsx)(`div`,{ref:we,className:`absolute inset-0`,style:{backgroundColor:S.background}}),Me&&e&&(0,W.jsxs)(`div`,{role:`status`,"aria-live":`polite`,className:`absolute top-2 left-2 z-50 flex items-center gap-1.5 rounded-lg bg-black/60 px-2.5 py-1.5 text-xs text-white/90 shadow-lg backdrop-blur-md`,children:[(0,W.jsxs)(`svg`,{className:`h-3 w-3 animate-spin`,viewBox:`0 0 24 24`,fill:`none`,xmlns:`http://www.w3.org/2000/svg`,children:[(0,W.jsx)(`circle`,{className:`opacity-25`,cx:`12`,cy:`12`,r:`10`,stroke:`currentColor`,strokeWidth:`4`}),(0,W.jsx)(`path`,{className:`opacity-75`,fill:`currentColor`,d:`M4 12a8 8 0 018-8V0C5.373 0 0 5.373 0 12h4z`})]}),`Loading`]}),Fe&&e&&(0,W.jsxs)(`div`,{className:`absolute ${j&&!N?`bottom-20`:`bottom-8`} left-1/2 z-30 flex max-w-[calc(100%-2rem)] -translate-x-1/2 items-center gap-2 rounded-lg border border-border bg-elevated/95 px-2 py-2 shadow-lg backdrop-blur-sm md:left-auto md:right-4 md:translate-x-0`,children:[(0,W.jsx)(`span`,{className:`max-w-[12rem] truncate text-xs text-secondary md:max-w-[18rem]`,children:`Selection ready`}),(0,W.jsxs)(`button`,{type:`button`,onClick:Ie,className:`flex h-8 shrink-0 items-center justify-center gap-1.5 rounded bg-accent px-2.5 text-xs font-medium text-white hover:bg-accent/90 active:scale-95 transition-all`,title:`Copy selection`,"aria-label":`Copy selection`,children:[(0,W.jsx)(de,{width:14,height:14}),`Copy`]}),(0,W.jsx)(`button`,{type:`button`,onClick:Re,className:`flex h-8 w-8 shrink-0 items-center justify-center rounded border border-border text-secondary hover:bg-hover hover:text-primary active:scale-95 transition-all`,title:`Dismiss`,"aria-label":`Dismiss`,children:(0,W.jsx)(Ue,{width:14,height:14})})]}),!e&&(0,W.jsx)(`div`,{className:`absolute inset-0 flex items-center justify-center text-sm text-muted`,children:n?null:`Select a session to view terminal`}),e&&ve&&(0,W.jsx)(`div`,{className:`absolute inset-0 flex items-center justify-center text-center text-sm text-muted`,children:`Remote session (read-only). Use SSH to attach on the host.`}),n&&(0,W.jsx)(`div`,{className:`absolute inset-0 z-10 overflow-y-auto bg-base`,children:(0,W.jsxs)(`div`,{className:`mx-auto flex min-h-full w-full max-w-5xl flex-col gap-4 p-4 md:p-6`,children:[(0,W.jsx)(`div`,{className:`border-b border-border pb-4`,children:(0,W.jsxs)(`div`,{className:`flex flex-col gap-3 md:flex-row md:items-start md:justify-between`,children:[(0,W.jsxs)(`div`,{className:`min-w-0 space-y-2`,children:[(0,W.jsxs)(`div`,{className:`flex flex-wrap items-center gap-x-2 gap-y-1 text-sm`,children:[(0,W.jsx)(`h2`,{className:`min-w-0 truncate text-lg font-semibold text-primary`,children:be}),(0,W.jsx)(`span`,{className:`rounded-full bg-blue-500/15 px-2 py-0.5 text-[10px] font-semibold uppercase tracking-wide text-blue-400`,children:`Hibernating`}),xe&&(0,W.jsx)(`span`,{className:`text-muted`,children:xe}),(0,W.jsxs)(`span`,{className:`text-muted`,children:[`Last active `,Se]})]}),n.lastResumeError&&(0,W.jsxs)(`div`,{className:`inline-flex items-center gap-1 rounded bg-amber-500/15 px-2 py-1 text-xs text-amber-400`,title:`Last wake failed: ${n.lastResumeError}`,children:[(0,W.jsx)(ae,{width:12,height:12}),`Last wake failed`]}),n.lastUserMessage&&(0,W.jsx)(`p`,{className:`max-h-28 max-w-3xl overflow-y-auto whitespace-pre-wrap break-words pr-2 text-sm leading-6 text-secondary`,children:n.lastUserMessage})]}),(0,W.jsxs)(`div`,{className:`flex shrink-0 items-center gap-2`,children:[(0,W.jsx)(`button`,{type:`button`,onClick:()=>h(n.sessionId),className:`btn btn-primary hidden md:inline-flex`,children:`Wake`}),_&&(0,W.jsx)(`button`,{type:`button`,onClick:()=>_(n.sessionId),className:`btn btn-secondary`,children:`Move to History`})]})]})}),(0,W.jsx)(VT,{session:n})]})}),ke&&e&&!N?(0,W.jsxs)(`button`,{type:`button`,onClick:ze,className:`absolute bottom-14 left-1/2 z-20 flex h-10 items-center justify-center overflow-hidden rounded-full border border-amber-400/35 bg-amber-500/20 text-amber-100 shadow-lg backdrop-blur-sm transition-all hover:bg-amber-500/30 active:scale-95 md:bottom-8`,style:{transform:`translateX(-50%)`},title:`Exit tmux copy mode and return to live output`,"aria-label":`Exit copy mode`,children:[(0,W.jsx)(`span`,{className:`px-3 text-[11px] font-semibold uppercase tracking-wide`,children:`Copy mode`}),(0,W.jsx)(`span`,{className:`self-stretch border-l border-amber-400/25`,"aria-hidden":`true`}),(0,W.jsx)(`span`,{className:`px-3 text-sm font-medium`,children:`Exit`})]}):j&&e&&!N?(0,W.jsxs)(`button`,{type:`button`,onClick:ze,className:`absolute bottom-8 left-1/2 z-20 flex h-10 px-4 items-center justify-center gap-1.5 rounded-full bg-blue-600/90 text-white shadow-lg hover:bg-blue-600 active:scale-95 transition-all`,style:{transform:`translateX(-50%)`},title:`Scroll to bottom`,"aria-label":`Scroll to bottom`,children:[(0,W.jsx)(`svg`,{xmlns:`http://www.w3.org/2000/svg`,width:`18`,height:`18`,viewBox:`0 0 24 24`,fill:`none`,stroke:`currentColor`,strokeWidth:`2.5`,strokeLinecap:`round`,strokeLinejoin:`round`,children:(0,W.jsx)(`path`,{d:`M12 5v14M5 12l7 7 7-7`})}),(0,W.jsx)(`span`,{className:`text-sm font-medium`,children:`Jump to bottom`})]}):null]}),(0,W.jsx)(bU,{...ot}),e&&(0,W.jsx)(AU,{onSendKey:nt,onPasteText:rt,onPasteImage:it,disabled:a!==`connected`||ve||!Pe,sessions:t.map(e=>({id:e.id,name:e.name,status:e.status})),currentSessionId:e.id,agentType:e.agentType,fileUploadsAllowed:!fe,onSelectSession:u,hideSessionSwitcher:!0,onRefocus:at,isKeyboardVisible:ct,onEnterTextMode:st}),(A||k)&&(0,W.jsx)(jU,{isOpen:z,onClose:()=>B(!1),sessions:t,hibernatingSessions:r,historySessions:i,selectedSessionId:e?.id??null,selectedHibernatingSessionId:n?.sessionId??null,onSelect:u,onSelectHibernating:d,onRename:m,onResume:h,onHibernate:g,onMoveToHistory:_,onNewSession:f,loading:y,error:b}),F&&e&&(0,W.jsx)(`div`,{className:`fixed inset-0 z-50 flex items-center justify-center bg-black/50`,children:(0,W.jsxs)(`div`,{className:`mx-4 w-full max-w-sm rounded-lg border border-border bg-elevated p-4 shadow-xl`,children:[(0,W.jsx)(`h3`,{className:`text-base font-medium text-primary mb-2 text-balance`,children:`Kill Session`}),(0,W.jsxs)(`p`,{className:`text-sm text-secondary mb-4 text-pretty`,children:[`Kill "`,e.agentSessionName||e.name,`"? The process will be terminated. Conversation history is preserved in logs.`]}),(0,W.jsxs)(`div`,{className:`flex justify-end gap-2`,children:[(0,W.jsx)(`button`,{onClick:()=>I(!1),className:`btn py-1.5 px-3 text-sm`,children:`Cancel`}),(0,W.jsx)(`button`,{ref:ce,onClick:He,className:`btn btn-danger py-1.5 px-3 text-sm`,children:`Kill Session`})]})]})})]})}function RU({onSelect:e,onCancel:t,initialPath:n}){let[r,i]=(0,x.useState)(n||`~`),[a,o]=(0,x.useState)(null),[s,c]=(0,x.useState)(null),[l,u]=(0,x.useState)(!0),[d,f]=(0,x.useState)(-1),p=(0,x.useRef)(null),m=H(e=>e.recentPaths),h=(0,x.useCallback)(async e=>{p.current?.abort();let t=new AbortController;p.current=t;let{signal:n}=t;u(!0),c(null),o(null),f(-1),i(e);try{let r=await fetch(`/api/directories?path=${encodeURIComponent(e)}`,{signal:n});if(!r.ok){let e=await r.json();throw Error(e.message||`Failed to load directory`)}let a=await r.json();if(p.current!==t)return;o(a),i(a.path)}catch(e){if(p.current!==t)return;let n=e;n?.name!==`AbortError`&&c(n?.message||`Failed to load directory`)}finally{p.current===t&&u(!1)}},[]);(0,x.useEffect)(()=>(h(n||`~`),()=>{p.current?.abort()}),[h,n]);let g=a?.directories??[],_=a?.path||r,v=a?.parent;return(0,x.useEffect)(()=>{let n=n=>{if(n.key===`Escape`){n.preventDefault(),t();return}if(!l){if(n.key===`ArrowDown`){n.preventDefault(),f(e=>g.length===0?-1:e<0?0:Math.min(e+1,g.length-1));return}if(n.key===`ArrowUp`){n.preventDefault(),f(e=>g.length===0?-1:e<0?g.length-1:Math.max(e-1,0));return}if(n.key===`Enter`){n.preventDefault();let t=g[d];t?h(t.path):_&&e(_);return}n.key===`Backspace`&&v&&(n.preventDefault(),h(v))}};return window.addEventListener(`keydown`,n),()=>window.removeEventListener(`keydown`,n)},[g,_,h,d,l,t,e,v]),(0,W.jsx)(`div`,{role:`dialog`,"aria-modal":`true`,"aria-label":`Directory browser`,className:`fixed inset-0 z-[60] flex items-center justify-center bg-black/60 p-4`,onClick:e=>{e.target===e.currentTarget&&t()},"data-testid":`directory-browser`,children:(0,W.jsxs)(`div`,{className:`w-full max-w-lg border border-border bg-elevated p-4`,children:[(0,W.jsxs)(`div`,{className:`flex items-center gap-3 border-b border-border pb-2`,children:[(0,W.jsx)(`button`,{type:`button`,className:`btn`,onClick:()=>{v&&h(v)},disabled:!v||l,children:`Up`}),(0,W.jsx)(`div`,{className:`min-w-0 flex-1 truncate text-xs font-mono text-secondary`,title:_,"data-testid":`directory-current-path`,children:_})]}),(0,W.jsx)(`div`,{className:`mt-3 max-h-60 overflow-y-auto border border-border bg-surface`,children:l?(0,W.jsx)(`div`,{className:`px-3 py-4 text-xs text-muted`,"data-testid":`directory-loading`,children:`Loading directories...`}):s?(0,W.jsxs)(`div`,{className:`px-3 py-4 text-xs`,"data-testid":`directory-error`,children:[(0,W.jsx)(`p`,{className:`text-danger`,children:s}),(0,W.jsx)(`button`,{type:`button`,className:`btn mt-3`,onClick:()=>h(r),children:`Retry`})]}):g.length===0?(0,W.jsx)(`div`,{className:`px-3 py-4 text-xs text-muted`,"data-testid":`directory-empty`,children:`No subdirectories`}):(0,W.jsx)(`div`,{className:`py-1`,children:g.map((e,t)=>(0,W.jsxs)(`button`,{type:`button`,onClick:()=>h(e.path),onMouseEnter:()=>f(t),className:`flex w-full items-center gap-2 px-3 py-2 text-left text-xs ${t===d?`bg-hover text-primary`:`text-secondary`}`,"data-testid":`directory-entry`,"data-entry-name":e.name,"data-entry-path":e.path,children:[(0,W.jsx)(xe,{width:14,height:14,className:`shrink-0 text-muted`,"aria-hidden":`true`}),(0,W.jsx)(`span`,{className:`truncate`,children:e.name})]},e.path))})}),a?.truncated?(0,W.jsx)(`p`,{className:`mt-2 text-[10px] text-muted`,children:`Showing first 200 directories.`}):null,(0,W.jsxs)(`div`,{className:`mt-4 border-t border-border pt-3`,children:[(0,W.jsx)(`div`,{className:`text-[10px] uppercase tracking-wider text-secondary`,children:`Recent`}),m.length===0?(0,W.jsx)(`p`,{className:`mt-2 text-xs text-muted`,children:`No recent paths yet.`}):(0,W.jsx)(`div`,{className:`mt-2 space-y-1`,children:m.map(e=>(0,W.jsx)(`button`,{type:`button`,className:`block w-full truncate text-left text-xs text-secondary hover:text-primary`,onClick:()=>h(e),title:e,"data-testid":`directory-recent`,"data-recent-path":e,children:e},e))})]}),(0,W.jsxs)(`div`,{className:`mt-4 flex justify-end gap-2`,children:[(0,W.jsx)(`button`,{type:`button`,onClick:t,className:`btn`,children:`Cancel`}),(0,W.jsx)(`button`,{type:`button`,onClick:()=>{_&&e(_)},className:`btn btn-primary`,disabled:l||!_,children:`Select`})]})]})})}function zU({isOpen:e,onClose:t,onCreate:n,defaultProjectDir:r,commandPresets:i,defaultPresetId:a,lastProjectPath:o,activeProjectPath:s,remoteHosts:c=[],remoteAllowControl:l=!1,initialHost:u,initialPath:d,initialCommand:f}){let[p,m]=(0,x.useState)(``),[h,g]=(0,x.useState)(``),[_,v]=(0,x.useState)(null),[y,b]=(0,x.useState)(``),[S,C]=(0,x.useState)(!1),[w,T]=(0,x.useState)(``),E=(0,x.useRef)(null),D=(0,x.useRef)(null),O=(0,x.useRef)(null),k=l&&c.length>0;if((0,x.useEffect)(()=>{if(!e){m(``),g(``),v(null),b(``),C(!1),T(u??``),setTimeout(()=>{if(typeof document>`u`||typeof document.querySelector!=`function`)return;let e=document.querySelector(`.xterm-helper-textarea`);e&&(e.removeAttribute(`disabled`),e.focus())},300);return}if(typeof document<`u`&&typeof document.querySelector==`function`){let e=document.querySelector(`.xterm-helper-textarea`);e&&typeof e.setAttribute==`function`&&(typeof e.blur==`function`&&e.blur(),e.setAttribute(`disabled`,`true`))}m(d?.trim()||s?.trim()||o||r||``),g(``),T(u??``);let t=f?.trim();if(t){let e=i.find(e=>te(e)===t);e?(v(e.id),b(te(e))):(v(null),b(t))}else{let e=i.find(e=>e.id===a);e?(v(a),b(te(e))):i.length>0?(v(i[0].id),b(te(i[0]))):(v(null),b(``))}setTimeout(()=>{if(O.current?.focus(),D.current){let e=D.current;e.scrollLeft=e.scrollWidth}},50)},[s,i,a,r,e,o,u,d,f]),(0,x.useEffect)(()=>{if(!e||typeof window>`u`||typeof window.addEventListener!=`function`)return;let n=()=>E.current?Array.from(E.current.querySelectorAll(`input:not([disabled]), select:not([disabled]), button:not([disabled]):not([tabindex="-1"]), [tabindex="0"]`)):[],r=e=>{if(!S){if(e.key===`Escape`){typeof e.stopPropagation==`function`&&e.stopPropagation(),t();return}if(e.key===`Enter`){let t=document.activeElement;if(!t||t.tagName===`INPUT`||t.closest(`[data-testid="host-select"]`)||!t.closest(`[data-testid="command-select"]`))return;e.preventDefault(),typeof e.stopPropagation==`function`&&e.stopPropagation(),E.current?.requestSubmit();return}if(e.key===`Tab`){e.preventDefault(),typeof e.stopPropagation==`function`&&e.stopPropagation();let t=n();if(t.length===0)return;let r=document.activeElement,i=t.indexOf(r),a;a=i===-1?e.shiftKey?t.length-1:0:e.shiftKey?i<=0?t.length-1:i-1:i>=t.length-1?0:i+1,t[a]?.focus()}}};return window.addEventListener(`keydown`,r),()=>window.removeEventListener(`keydown`,r)},[e,t,S]),!e)return null;let A=e=>{let t=i.find(t=>t.id===e);t&&(v(e),b(te(t)))},j=()=>{v(null),b(``)},M=_===null,N=w!==``,P=e=>{e.preventDefault();let r=p.trim();if(!r)return;let i=y.trim();n(r,h.trim()||void 0,i||void 0,N?w:void 0),t()},F=[...i.map(e=>({id:e.id,label:e.label,isCustom:!1,agentType:e.agentType,command:e.command})),{id:`custom`,label:`Custom`,isCustom:!0,agentType:void 0,command:void 0}],I=[{id:``,label:`Local`,ok:!0,error:void 0},...c.map(e=>({id:e.host,label:e.host,ok:e.ok,error:e.error}))],L=p.trim()||`~`;return(0,W.jsxs)(`div`,{role:`dialog`,"aria-modal":`true`,"aria-labelledby":`new-session-title`,className:`fixed inset-0 z-50 flex items-center justify-center bg-black/60 p-4`,onClick:e=>{e.target===e.currentTarget&&t()},children:[(0,W.jsxs)(`form`,{ref:E,onSubmit:P,className:`w-full max-w-md border border-border bg-elevated p-6`,children:[(0,W.jsx)(`h2`,{id:`new-session-title`,className:`text-sm font-semibold uppercase tracking-wider text-primary text-balance`,children:`New Session`}),(0,W.jsxs)(`div`,{className:`mt-4 space-y-4`,children:[k&&(0,W.jsxs)(`div`,{children:[(0,W.jsx)(`label`,{className:`mb-1.5 block text-xs text-secondary`,children:`Host`}),(0,W.jsx)(`div`,{className:`flex flex-wrap gap-2`,role:`radiogroup`,"aria-label":`Host`,"data-testid":`host-select`,children:I.map((e,t)=>{let n=w===e.id,r=!e.ok&&!n;return(0,W.jsx)(`button`,{type:`button`,role:`radio`,"aria-checked":n,"aria-label":e.label,title:e.ok?void 0:e.error||`Unreachable`,tabIndex:n?0:-1,onClick:()=>T(e.id),onKeyDown:e=>{let n=t;if(e.key===`ArrowRight`||e.key===`ArrowDown`)e.preventDefault(),n=(t+1)%I.length;else if(e.key===`ArrowLeft`||e.key===`ArrowUp`)e.preventDefault(),n=(t-1+I.length)%I.length;else return;let r=I[n];T(r.id),(e.currentTarget.parentElement?.querySelectorAll(`[role="radio"]`))?.[n]?.focus()},className:`btn text-xs focus:outline-none focus:ring-2 focus:ring-primary ${n?`btn-primary`:``} ${r?`opacity-60`:``}`,children:e.label},e.id||`local`)})})]}),(0,W.jsxs)(`div`,{children:[(0,W.jsx)(`label`,{className:`mb-1.5 block text-xs text-secondary`,children:`Command`}),(0,W.jsx)(`div`,{className:`flex flex-wrap gap-2`,role:`radiogroup`,"aria-label":`Command preset`,"data-testid":`command-select`,children:F.map((e,t)=>{let n=e.isCustom?M:_===e.id;return(0,W.jsxs)(`button`,{ref:n?O:void 0,type:`button`,role:`radio`,"aria-checked":n,tabIndex:n?0:-1,onClick:()=>{e.isCustom?j():A(e.id)},onKeyDown:e=>{let n=t;if(e.key===`ArrowRight`||e.key===`ArrowDown`)e.preventDefault(),n=(t+1)%F.length;else if(e.key===`ArrowLeft`||e.key===`ArrowUp`)e.preventDefault(),n=(t-1+F.length)%F.length;else return;let r=F[n];r.isCustom?j():A(r.id),(e.currentTarget.parentElement?.querySelectorAll(`[role="radio"]`))?.[n]?.focus()},className:`btn text-xs focus:outline-none focus:ring-2 focus:ring-primary ${n?`btn-primary`:``}`,children:[(0,W.jsx)(eh,{agentType:e.agentType,command:e.command,className:`inline-block h-3.5 w-3.5 shrink-0`}),e.label]},e.id)})}),(0,W.jsx)(`input`,{value:y,onChange:e=>b(e.target.value),placeholder:`Enter command...`,className:`input mt-2 font-mono text-xs`})]}),(0,W.jsxs)(`div`,{children:[(0,W.jsx)(`label`,{className:`mb-1.5 block text-xs text-secondary`,children:`Project Path`}),(0,W.jsxs)(`div`,{className:`flex gap-2`,children:[(0,W.jsx)(`input`,{ref:D,value:p,onChange:e=>m(e.target.value),placeholder:N?`/home/user/project`:s||o||r||`/Users/you/code/my-project`,className:`input flex-1 text-sm`}),!N&&(0,W.jsx)(`button`,{type:`button`,className:`btn`,onClick:()=>C(!0),children:`Browse`})]})]}),(0,W.jsxs)(`div`,{children:[(0,W.jsx)(`label`,{className:`mb-1.5 block text-xs text-secondary`,children:`Display Name`}),(0,W.jsx)(`input`,{value:h,onChange:e=>g(e.target.value),placeholder:`auto-generated`,className:`input text-sm placeholder:italic`})]})]}),(0,W.jsxs)(`div`,{className:`mt-6 flex justify-end gap-2`,children:[(0,W.jsx)(`button`,{type:`button`,onClick:t,className:`btn`,children:`Cancel`}),(0,W.jsx)(`button`,{type:`submit`,className:`btn btn-primary`,children:`Create`})]})]}),S&&!N&&(0,W.jsx)(RU,{initialPath:L,onSelect:e=>{m(e),C(!1)},onCancel:()=>C(!1)})]})}function BU({controlled:e,default:t,name:n,state:r=`value`}){let{current:i}=x.useRef(e!==void 0),[a,o]=x.useState(t);return[i?e:a,x.useCallback(e=>{i||o(e)},[])]}var VU={};function HU(e,t){let n=x.useRef(VU);return n.current===VU&&(n.current=e(t)),n}var UU=x[`useInsertionEffect${Math.random().toFixed(1)}`.slice(0,-3)],WU=UU&&UU!==x.useLayoutEffect?UU:e=>e();function GU(e){let t=HU(KU).current;return t.next=e,WU(t.effect),t.trampoline}function KU(){let e={next:void 0,callback:qU,trampoline:(...t)=>e.callback?.(...t),effect:()=>{e.callback=e.next}};return e}function qU(){}function JU(e,t,n,r){let i=HU(XU).current;return ZU(i,e,t,n,r)&&$U(i,[e,t,n,r]),i.callback}function YU(e){let t=HU(XU).current;return QU(t,e)&&$U(t,e),t.callback}function XU(){return{callback:null,cleanup:null,refs:[]}}function ZU(e,t,n,r,i){return e.refs[0]!==t||e.refs[1]!==n||e.refs[2]!==r||e.refs[3]!==i}function QU(e,t){return e.refs.length!==t.length||e.refs.some((e,n)=>e!==t[n])}function $U(e,t){if(e.refs=t,t.every(e=>e==null)){e.callback=null;return}e.callback=n=>{if(e.cleanup&&=(e.cleanup(),null),n!=null){let r=Array(t.length).fill(null);for(let e=0;e<t.length;e+=1){let i=t[e];if(i!=null)switch(typeof i){case`function`:{let t=i(n);typeof t==`function`&&(r[e]=t);break}case`object`:i.current=n;break;default:}}e.cleanup=()=>{for(let e=0;e<t.length;e+=1){let n=t[e];if(n!=null)switch(typeof n){case`function`:{let t=r[e];typeof t==`function`?t():n(null);break}case`object`:n.current=null;break;default:}}}}}}var eW=typeof document<`u`?x.useLayoutEffect:()=>{},tW={clipPath:`inset(50%)`,overflow:`hidden`,whiteSpace:`nowrap`,border:0,padding:0,width:1,height:1,margin:-1},nW={...tW,position:`fixed`,top:0,left:0},rW={...tW,position:`absolute`};function iW(){}Object.freeze([]);var aW=Object.freeze({});function oW(e,...t){let n=new URL(`https://base-ui.com/production-error`);return n.searchParams.set(`code`,e.toString()),t.forEach(e=>n.searchParams.append(`args[]`,e)),`Base UI error #${e}; visit ${n} for the full message.`}var sW=18;function cW(e){return sW>=e}function lW(e){if(!x.isValidElement(e))return null;let t=e,n=t.props;return(cW(19)?n?.ref:t.ref)??null}function uW(e,t){if(e&&!t)return e;if(!e&&t)return t;if(e||t)return{...e,...t}}function dW(e,t){let n={};for(let r in e){let i=e[r];if(t?.hasOwnProperty(r)){let e=t[r](i);e!=null&&Object.assign(n,e);continue}i===!0?n[`data-${r.toLowerCase()}`]=``:i&&(n[`data-${r.toLowerCase()}`]=i.toString())}return n}function fW(e,t){return typeof e==`function`?e(t):e}function pW(e,t){return typeof e==`function`?e(t):e}var mW={};function hW(e,t,n,r,i){let a={...xW(e,mW)};return t&&(a=_W(a,t)),n&&(a=_W(a,n)),r&&(a=_W(a,r)),i&&(a=_W(a,i)),a}function gW(e){if(e.length===0)return mW;if(e.length===1)return xW(e[0],mW);let t={...xW(e[0],mW)};for(let n=1;n<e.length;n+=1)t=_W(t,e[n]);return t}function _W(e,t){return bW(t)?t(e):vW(e,t)}function vW(e,t){if(!t)return e;for(let n in t){let r=t[n];switch(n){case`style`:e[n]=uW(e.style,r);break;case`className`:e[n]=wW(e.className,r);break;default:yW(n,r)?e[n]=SW(e[n],r):e[n]=r}}return e}function yW(e,t){let n=e.charCodeAt(0),r=e.charCodeAt(1),i=e.charCodeAt(2);return n===111&&r===110&&i>=65&&i<=90&&(typeof t==`function`||t===void 0)}function bW(e){return typeof e==`function`}function xW(e,t){return bW(e)?e(t):e??mW}function SW(e,t){return t?e?n=>{if(TW(n)){let r=n;CW(r);let i=t(r);return r.baseUIHandlerPrevented||e?.(r),i}let r=t(n);return e?.(n),r}:t:e}function CW(e){return e.preventBaseUIHandler=()=>{e.baseUIHandlerPrevented=!0},e}function wW(e,t){return t?e?t+` `+e:t:e}function TW(e){return typeof e==`object`&&!!e&&`nativeEvent`in e}function EW(e,t,n={}){let r=t.render,i=DW(t,n);return n.enabled===!1?null:kW(e,r,i,n.state??aW)}function DW(e,t={}){let{className:n,style:r,render:i}=e,{state:a=aW,ref:o,props:s,stateAttributesMapping:c,enabled:l=!0}=t,u=l?fW(n,a):void 0,d=l?pW(r,a):void 0,f=l?dW(a,c):aW,p=l?uW(f,Array.isArray(s)?gW(s):s)??aW:aW;return typeof document<`u`&&(l?Array.isArray(o)?p.ref=YU([p.ref,lW(i),...o]):p.ref=JU(p.ref,lW(i),o):JU(null,null)),l?(u!==void 0&&(p.className=wW(p.className,u)),d!==void 0&&(p.style=uW(p.style,d)),p):aW}var OW=Symbol.for(`react.lazy`);function kW(e,t,n,r){if(t){if(typeof t==`function`)return t(n,r);let e=hW(n,t.props);e.ref=n.ref;let i=t;return i?.$$typeof===OW&&(i=x.Children.toArray(t)[0]),x.cloneElement(i,e)}if(e&&typeof e==`string`)return AW(e,n);throw Error(oW(8))}function AW(e,t){return e===`button`?(0,x.createElement)(`button`,{type:`button`,...t,key:t.key}):e===`img`?(0,x.createElement)(`img`,{alt:``,...t,key:t.key}):x.createElement(e,t)}var jW={...x},MW=0;function NW(e,t=`mui`){let[n,r]=x.useState(e),i=e||n;return x.useEffect(()=>{n??(MW+=1,r(`${t}-${MW}`))},[n,t]),i}var PW=jW.useId;function FW(e,t){if(PW!==void 0){let n=PW();return e??(t?`${t}-${n}`:n)}return NW(e,t)}function IW(e){return FW(e,`base-ui`)}function LW(){return typeof window<`u`}function RW(e){var t;return(e==null||(t=e.ownerDocument)==null?void 0:t.defaultView)||window}function zW(e){return LW()?e instanceof Element||e instanceof RW(e).Element:!1}function BW(e){return LW()?e instanceof HTMLElement||e instanceof RW(e).HTMLElement:!1}function VW(e){return!LW()||typeof ShadowRoot>`u`?!1:e instanceof ShadowRoot||e instanceof RW(e).ShadowRoot}var HW=x.createContext(void 0);function UW(e=!1){let t=x.useContext(HW);if(t===void 0&&!e)throw Error(oW(16));return t}function WW(e){let{focusableWhenDisabled:t,disabled:n,composite:r=!1,tabIndex:i=0,isNativeButton:a}=e,o=r&&t!==!1,s=r&&t===!1;return{props:x.useMemo(()=>{let e={onKeyDown(e){n&&t&&e.key!==`Tab`&&e.preventDefault()}};return r||(e.tabIndex=i,!a&&n&&(e.tabIndex=t?i:-1)),(a&&(t||o)||!a&&n)&&(e[`aria-disabled`]=n),a&&(!t||s)&&(e.disabled=n),e},[r,n,t,o,s,a,i])}}function GW(e={}){let{disabled:t=!1,focusableWhenDisabled:n,tabIndex:r=0,native:i=!0}=e,a=x.useRef(null),o=UW(!0)!==void 0,s=GU(()=>{let e=a.current;return!!(e?.tagName===`A`&&e?.href)}),{props:c}=WW({focusableWhenDisabled:n,disabled:t,composite:o,tabIndex:r,isNativeButton:i}),l=x.useCallback(()=>{let e=a.current;KW(e)&&o&&t&&c.disabled===void 0&&e.disabled&&(e.disabled=!1)},[t,c.disabled,o]);return eW(l,[l]),{getButtonProps:x.useCallback((e={})=>{let{onClick:n,onMouseDown:r,onKeyUp:a,onKeyDown:o,onPointerDown:l,...u}=e;return hW({type:i?`button`:void 0,onClick(e){if(t){e.preventDefault();return}n?.(e)},onMouseDown(e){t||r?.(e)},onKeyDown(e){if(t||(CW(e),o?.(e)),e.baseUIHandlerPrevented)return;let r=e.target===e.currentTarget&&!i&&!s()&&!t,a=e.key===`Enter`,c=e.key===` `;r&&((c||a)&&e.preventDefault(),a&&n?.(e))},onKeyUp(e){t||(CW(e),a?.(e)),!e.baseUIHandlerPrevented&&e.target===e.currentTarget&&!i&&!t&&e.key===` `&&n?.(e)},onPointerDown(e){if(t){e.preventDefault();return}l?.(e)}},i?void 0:{role:`button`},c,u)},[t,c,i,s]),buttonRef:GU(e=>{a.current=e,l()})}}function KW(e){return BW(e)&&e.tagName===`BUTTON`}var qW=x.createContext(void 0);function JW(){let e=x.useContext(qW);if(e===void 0)throw Error(oW(63));return e}var YW=function(e){return e.disabled=`data-disabled`,e.valid=`data-valid`,e.invalid=`data-invalid`,e.touched=`data-touched`,e.dirty=`data-dirty`,e.filled=`data-filled`,e.focused=`data-focused`,e}({}),XW={badInput:!1,customError:!1,patternMismatch:!1,rangeOverflow:!1,rangeUnderflow:!1,stepMismatch:!1,tooLong:!1,tooShort:!1,typeMismatch:!1,valid:null,valueMissing:!1},ZW={valid(e){return e===null?null:e?{[YW.valid]:``}:{[YW.invalid]:``}}},QW=function(e){return e.checked=`data-checked`,e.unchecked=`data-unchecked`,e.disabled=`data-disabled`,e.readonly=`data-readonly`,e.required=`data-required`,e.valid=`data-valid`,e.invalid=`data-invalid`,e.touched=`data-touched`,e.dirty=`data-dirty`,e.filled=`data-filled`,e.focused=`data-focused`,e}({}),$W={...ZW,checked(e){return e?{[QW.checked]:``}:{[QW.unchecked]:``}}};function eG(e,t){return{...e,state:{...e.state,valid:!t&&e.state.valid}}}var tG=x.createContext({formRef:{current:{fields:new Map}},errors:{},clearErrors:iW,validationMode:`onSubmit`,submitAttemptedRef:{current:!1}});function nG(){return x.useContext(tG)}var rG=x.createContext({invalid:void 0,name:void 0,validityData:{state:XW,errors:[],error:``,value:``,initialValue:null},setValidityData:iW,disabled:void 0,touched:!1,setTouched:iW,dirty:!1,setDirty:iW,filled:!1,setFilled:iW,focused:!1,setFocused:iW,validate:()=>null,validationMode:`onSubmit`,validationDebounceTime:0,shouldValidateOnChange:()=>!1,state:{disabled:!1,valid:null,touched:!1,dirty:!1,filled:!1,focused:!1},markedDirtyRef:{current:!1},validation:{getValidationProps:(e=aW)=>e,getInputValidationProps:(e=aW)=>e,inputRef:{current:null},commit:async()=>{}}});function iG(e=!0){let t=x.useContext(rG);if(t.setValidityData===iW&&!e)throw Error(oW(28));return t}function aG(e){let{enabled:t=!0,value:n,id:r,name:i,controlRef:a,commit:o}=e,{formRef:s}=nG(),{invalid:c,markedDirtyRef:l,validityData:u,setValidityData:d}=iG(),f=GU(e.getValue);eW(()=>{if(!t)return;let e=n;e===void 0&&(e=f()),u.initialValue===null&&e!==null&&d(t=>({...t,initialValue:e}))},[t,d,n,u.initialValue,f]),eW(()=>{!t||!r||s.current.fields.set(r,{getValue:f,name:i,controlRef:a,validityData:eG(u,c),validate(e=!0){let t=n;t===void 0&&(t=f()),l.current=!0,e?U.flushSync(()=>o(t)):o(t)}})},[o,a,t,s,f,r,c,l,i,u,n]),eW(()=>{let e=s.current.fields;return()=>{r&&e.delete(r)}},[s,r])}var oG=x.createContext({controlId:void 0,registerControlId:iW,labelId:void 0,setLabelId:iW,messageIds:[],setMessageIds:iW,getDescriptionProps:e=>e});function sG(){return x.useContext(oG)}function cG(e={}){let{id:t,implicit:n=!1,controlRef:r}=e,{controlId:i,registerControlId:a}=sG(),o=IW(t),s=n?i:void 0,c=HU(()=>Symbol(`labelable-control`)),l=x.useRef(!1),u=x.useRef(t!=null),d=GU(()=>{!l.current||a===iW||(l.current=!1,a(c.current,void 0))});return eW(()=>{if(a===iW)return;let e;if(n){let n=r?.current;e=zW(n)&&n.closest(`label`)!=null?t??null:s??o}else if(t!=null)u.current=!0,e=t;else if(u.current)e=o;else{d();return}if(e===void 0){d();return}l.current=!0,a(c.current,e)},[t,r,s,a,n,o,c,d]),x.useEffect(()=>d,[d]),i??o}var lG=`none`;function uG(e,t,n,r){let i=!1,a=!1,o=r??aW;return{reason:e,event:t??new Event(`base-ui`),cancel(){i=!0},allowPropagation(){a=!0},get isCanceled(){return i},get isPropagationAllowed(){return a},trigger:n,...o}}function dG(e,t){let n=x.useRef(e),r=GU(t);eW(()=>{n.current!==e&&r(n.current)},[e,r]),eW(()=>{n.current=e},[e])}var fG=x.forwardRef(function(e,t){let{checked:n,className:r,defaultChecked:i,id:a,inputRef:o,name:s,nativeButton:c=!1,onCheckedChange:l,readOnly:u=!1,required:d=!1,disabled:f=!1,render:p,uncheckedValue:m,value:h,...g}=e,{clearErrors:_}=nG(),{state:v,setTouched:y,setDirty:b,validityData:S,setFilled:C,setFocused:w,shouldValidateOnChange:T,validationMode:E,disabled:D,name:O,validation:k}=iG(),{labelId:A}=sG(),j=D||f,M=O??s,N=GU(l),P=x.useRef(null),F=JU(P,o,k.inputRef),I=x.useRef(null),L=IW(),ee=cG({id:a,implicit:!1,controlRef:I}),R=c?void 0:ee,[z,B]=BU({controlled:n,default:!!i,name:`Switch`,state:`checked`});aG({id:L,commit:k.commit,value:z,controlRef:I,name:M,getValue:()=>z}),eW(()=>{P.current&&C(P.current.checked)},[P,C]),dG(z,()=>{_(M),b(z!==S.initialValue),C(z),T()?k.commit(z):k.commit(z,!0)});let{getButtonProps:te,buttonRef:V}=GW({disabled:j,native:c}),ne={id:c?ee:L,role:`switch`,"aria-checked":z,"aria-readonly":u||void 0,"aria-required":d||void 0,"aria-labelledby":A,onFocus(){j||w(!0)},onBlur(){let e=P.current;!e||j||(y(!0),w(!1),E===`onBlur`&&k.commit(e.checked))},onClick(e){u||j||(e.preventDefault(),P.current?.dispatchEvent(new PointerEvent(`click`,{bubbles:!0,shiftKey:e.shiftKey,ctrlKey:e.ctrlKey,altKey:e.altKey,metaKey:e.metaKey})))}},H=x.useMemo(()=>hW({checked:z,disabled:j,id:R,name:M,required:d,style:M?rW:nW,tabIndex:-1,type:`checkbox`,"aria-hidden":!0,ref:F,onChange(e){if(e.nativeEvent.defaultPrevented)return;let t=e.target.checked,n=uG(lG,e.nativeEvent);N?.(t,n),!n.isCanceled&&B(t)},onFocus(){I.current?.focus()}},k.getInputValidationProps,h===void 0?aW:{value:h}),[z,j,F,R,M,N,d,B,k,h]),re=x.useMemo(()=>({...v,checked:z,disabled:j,readOnly:u,required:d}),[v,z,j,u,d]),U=EW(`span`,e,{state:re,ref:[t,I,V],props:[ne,k.getValidationProps,g,te],stateAttributesMapping:$W});return(0,W.jsxs)(qW.Provider,{value:re,children:[U,!z&&M&&m!==void 0&&(0,W.jsx)(`input`,{type:`hidden`,name:M,value:m}),(0,W.jsx)(`input`,{...H})]})}),pG=x.forwardRef(function(e,t){let{render:n,className:r,...i}=e,{state:a}=iG(),o=JW();return EW(`span`,e,{state:{...a,...o},ref:t,stateAttributesMapping:$W,props:i})});function mG(e){var t,n,r=``;if(typeof e==`string`||typeof e==`number`)r+=e;else if(typeof e==`object`)if(Array.isArray(e)){var i=e.length;for(t=0;t<i;t++)e[t]&&(n=mG(e[t]))&&(r&&(r+=` `),r+=n)}else for(n in e)e[n]&&(r&&(r+=` `),r+=n);return r}function hG(){for(var e,t,n=0,r=``,i=arguments.length;n<i;n++)(e=arguments[n])&&(t=mG(e))&&(r&&(r+=` `),r+=t);return r}var gG=(e,t)=>{let n=Array(e.length+t.length);for(let t=0;t<e.length;t++)n[t]=e[t];for(let r=0;r<t.length;r++)n[e.length+r]=t[r];return n},_G=(e,t)=>({classGroupId:e,validator:t}),vG=(e=new Map,t=null,n)=>({nextPart:e,validators:t,classGroupId:n}),yG=`-`,bG=[],xG=`arbitrary..`,SG=e=>{let t=TG(e),{conflictingClassGroups:n,conflictingClassGroupModifiers:r}=e;return{getClassGroupId:e=>{if(e.startsWith(`[`)&&e.endsWith(`]`))return wG(e);let n=e.split(yG);return CG(n,+(n[0]===``&&n.length>1),t)},getConflictingClassGroupIds:(e,t)=>{if(t){let t=r[e],i=n[e];return t?i?gG(i,t):t:i||bG}return n[e]||bG}}},CG=(e,t,n)=>{if(e.length-t===0)return n.classGroupId;let r=e[t],i=n.nextPart.get(r);if(i){let n=CG(e,t+1,i);if(n)return n}let a=n.validators;if(a===null)return;let o=t===0?e.join(yG):e.slice(t).join(yG),s=a.length;for(let e=0;e<s;e++){let t=a[e];if(t.validator(o))return t.classGroupId}},wG=e=>e.slice(1,-1).indexOf(`:`)===-1?void 0:(()=>{let t=e.slice(1,-1),n=t.indexOf(`:`),r=t.slice(0,n);return r?xG+r:void 0})(),TG=e=>{let{theme:t,classGroups:n}=e;return EG(n,t)},EG=(e,t)=>{let n=vG();for(let r in e){let i=e[r];DG(i,n,r,t)}return n},DG=(e,t,n,r)=>{let i=e.length;for(let a=0;a<i;a++){let i=e[a];OG(i,t,n,r)}},OG=(e,t,n,r)=>{if(typeof e==`string`){kG(e,t,n);return}if(typeof e==`function`){AG(e,t,n,r);return}jG(e,t,n,r)},kG=(e,t,n)=>{let r=e===``?t:MG(t,e);r.classGroupId=n},AG=(e,t,n,r)=>{if(NG(e)){DG(e(r),t,n,r);return}t.validators===null&&(t.validators=[]),t.validators.push(_G(n,e))},jG=(e,t,n,r)=>{let i=Object.entries(e),a=i.length;for(let e=0;e<a;e++){let[a,o]=i[e];DG(o,MG(t,a),n,r)}},MG=(e,t)=>{let n=e,r=t.split(yG),i=r.length;for(let e=0;e<i;e++){let t=r[e],i=n.nextPart.get(t);i||(i=vG(),n.nextPart.set(t,i)),n=i}return n},NG=e=>`isThemeGetter`in e&&e.isThemeGetter===!0,PG=e=>{if(e<1)return{get:()=>void 0,set:()=>{}};let t=0,n=Object.create(null),r=Object.create(null),i=(i,a)=>{n[i]=a,t++,t>e&&(t=0,r=n,n=Object.create(null))};return{get(e){let t=n[e];if(t!==void 0)return t;if((t=r[e])!==void 0)return i(e,t),t},set(e,t){e in n?n[e]=t:i(e,t)}}},FG=`!`,IG=`:`,LG=[],RG=(e,t,n,r,i)=>({modifiers:e,hasImportantModifier:t,baseClassName:n,maybePostfixModifierPosition:r,isExternal:i}),zG=e=>{let{prefix:t,experimentalParseClassName:n}=e,r=e=>{let t=[],n=0,r=0,i=0,a,o=e.length;for(let s=0;s<o;s++){let o=e[s];if(n===0&&r===0){if(o===IG){t.push(e.slice(i,s)),i=s+1;continue}if(o===`/`){a=s;continue}}o===`[`?n++:o===`]`?n--:o===`(`?r++:o===`)`&&r--}let s=t.length===0?e:e.slice(i),c=s,l=!1;s.endsWith(FG)?(c=s.slice(0,-1),l=!0):s.startsWith(FG)&&(c=s.slice(1),l=!0);let u=a&&a>i?a-i:void 0;return RG(t,l,c,u)};if(t){let e=t+IG,n=r;r=t=>t.startsWith(e)?n(t.slice(e.length)):RG(LG,!1,t,void 0,!0)}if(n){let e=r;r=t=>n({className:t,parseClassName:e})}return r},BG=e=>{let t=new Map;return e.orderSensitiveModifiers.forEach((e,n)=>{t.set(e,1e6+n)}),e=>{let n=[],r=[];for(let i=0;i<e.length;i++){let a=e[i],o=a[0]===`[`,s=t.has(a);o||s?(r.length>0&&(r.sort(),n.push(...r),r=[]),n.push(a)):r.push(a)}return r.length>0&&(r.sort(),n.push(...r)),n}},VG=e=>({cache:PG(e.cacheSize),parseClassName:zG(e),sortModifiers:BG(e),...SG(e)}),HG=/\s+/,UG=(e,t)=>{let{parseClassName:n,getClassGroupId:r,getConflictingClassGroupIds:i,sortModifiers:a}=t,o=[],s=e.trim().split(HG),c=``;for(let e=s.length-1;e>=0;--e){let t=s[e],{isExternal:l,modifiers:u,hasImportantModifier:d,baseClassName:f,maybePostfixModifierPosition:p}=n(t);if(l){c=t+(c.length>0?` `+c:c);continue}let m=!!p,h=r(m?f.substring(0,p):f);if(!h){if(!m){c=t+(c.length>0?` `+c:c);continue}if(h=r(f),!h){c=t+(c.length>0?` `+c:c);continue}m=!1}let g=u.length===0?``:u.length===1?u[0]:a(u).join(`:`),_=d?g+FG:g,v=_+h;if(o.indexOf(v)>-1)continue;o.push(v);let y=i(h,m);for(let e=0;e<y.length;++e){let t=y[e];o.push(_+t)}c=t+(c.length>0?` `+c:c)}return c},WG=(...e)=>{let t=0,n,r,i=``;for(;t<e.length;)(n=e[t++])&&(r=GG(n))&&(i&&(i+=` `),i+=r);return i},GG=e=>{if(typeof e==`string`)return e;let t,n=``;for(let r=0;r<e.length;r++)e[r]&&(t=GG(e[r]))&&(n&&(n+=` `),n+=t);return n},KG=(e,...t)=>{let n,r,i,a,o=o=>(n=VG(t.reduce((e,t)=>t(e),e())),r=n.cache.get,i=n.cache.set,a=s,s(o)),s=e=>{let t=r(e);if(t)return t;let a=UG(e,n);return i(e,a),a};return a=o,(...e)=>a(WG(...e))},qG=[],JG=e=>{let t=t=>t[e]||qG;return t.isThemeGetter=!0,t},YG=/^\[(?:(\w[\w-]*):)?(.+)\]$/i,XG=/^\((?:(\w[\w-]*):)?(.+)\)$/i,ZG=/^\d+\/\d+$/,QG=/^(\d+(\.\d+)?)?(xs|sm|md|lg|xl)$/,$G=/\d+(%|px|r?em|[sdl]?v([hwib]|min|max)|pt|pc|in|cm|mm|cap|ch|ex|r?lh|cq(w|h|i|b|min|max))|\b(calc|min|max|clamp)\(.+\)|^0$/,eK=/^(rgba?|hsla?|hwb|(ok)?(lab|lch)|color-mix)\(.+\)$/,tK=/^(inset_)?-?((\d+)?\.?(\d+)[a-z]+|0)_-?((\d+)?\.?(\d+)[a-z]+|0)/,nK=/^(url|image|image-set|cross-fade|element|(repeating-)?(linear|radial|conic)-gradient)\(.+\)$/,rK=e=>ZG.test(e),iK=e=>!!e&&!Number.isNaN(Number(e)),aK=e=>!!e&&Number.isInteger(Number(e)),oK=e=>e.endsWith(`%`)&&iK(e.slice(0,-1)),sK=e=>QG.test(e),cK=()=>!0,lK=e=>$G.test(e)&&!eK.test(e),uK=()=>!1,dK=e=>tK.test(e),fK=e=>nK.test(e),pK=e=>!Q(e)&&!$(e),mK=e=>EK(e,AK,uK),Q=e=>YG.test(e),hK=e=>EK(e,jK,lK),gK=e=>EK(e,MK,iK),_K=e=>EK(e,OK,uK),vK=e=>EK(e,kK,fK),yK=e=>EK(e,PK,dK),$=e=>XG.test(e),bK=e=>DK(e,jK),xK=e=>DK(e,NK),SK=e=>DK(e,OK),CK=e=>DK(e,AK),wK=e=>DK(e,kK),TK=e=>DK(e,PK,!0),EK=(e,t,n)=>{let r=YG.exec(e);return r?r[1]?t(r[1]):n(r[2]):!1},DK=(e,t,n=!1)=>{let r=XG.exec(e);return r?r[1]?t(r[1]):n:!1},OK=e=>e===`position`||e===`percentage`,kK=e=>e===`image`||e===`url`,AK=e=>e===`length`||e===`size`||e===`bg-size`,jK=e=>e===`length`,MK=e=>e===`number`,NK=e=>e===`family-name`,PK=e=>e===`shadow`,FK=KG(()=>{let e=JG(`color`),t=JG(`font`),n=JG(`text`),r=JG(`font-weight`),i=JG(`tracking`),a=JG(`leading`),o=JG(`breakpoint`),s=JG(`container`),c=JG(`spacing`),l=JG(`radius`),u=JG(`shadow`),d=JG(`inset-shadow`),f=JG(`text-shadow`),p=JG(`drop-shadow`),m=JG(`blur`),h=JG(`perspective`),g=JG(`aspect`),_=JG(`ease`),v=JG(`animate`),y=()=>[`auto`,`avoid`,`all`,`avoid-page`,`page`,`left`,`right`,`column`],b=()=>[`center`,`top`,`bottom`,`left`,`right`,`top-left`,`left-top`,`top-right`,`right-top`,`bottom-right`,`right-bottom`,`bottom-left`,`left-bottom`],x=()=>[...b(),$,Q],S=()=>[`auto`,`hidden`,`clip`,`visible`,`scroll`],C=()=>[`auto`,`contain`,`none`],w=()=>[$,Q,c],T=()=>[rK,`full`,`auto`,...w()],E=()=>[aK,`none`,`subgrid`,$,Q],D=()=>[`auto`,{span:[`full`,aK,$,Q]},aK,$,Q],O=()=>[aK,`auto`,$,Q],k=()=>[`auto`,`min`,`max`,`fr`,$,Q],A=()=>[`start`,`end`,`center`,`between`,`around`,`evenly`,`stretch`,`baseline`,`center-safe`,`end-safe`],j=()=>[`start`,`end`,`center`,`stretch`,`center-safe`,`end-safe`],M=()=>[`auto`,...w()],N=()=>[rK,`auto`,`full`,`dvw`,`dvh`,`lvw`,`lvh`,`svw`,`svh`,`min`,`max`,`fit`,...w()],P=()=>[e,$,Q],F=()=>[...b(),SK,_K,{position:[$,Q]}],I=()=>[`no-repeat`,{repeat:[``,`x`,`y`,`space`,`round`]}],L=()=>[`auto`,`cover`,`contain`,CK,mK,{size:[$,Q]}],ee=()=>[oK,bK,hK],R=()=>[``,`none`,`full`,l,$,Q],z=()=>[``,iK,bK,hK],B=()=>[`solid`,`dashed`,`dotted`,`double`],te=()=>[`normal`,`multiply`,`screen`,`overlay`,`darken`,`lighten`,`color-dodge`,`color-burn`,`hard-light`,`soft-light`,`difference`,`exclusion`,`hue`,`saturation`,`color`,`luminosity`],V=()=>[iK,oK,SK,_K],ne=()=>[``,`none`,m,$,Q],H=()=>[`none`,iK,$,Q],re=()=>[`none`,iK,$,Q],U=()=>[iK,$,Q],ie=()=>[rK,`full`,...w()];return{cacheSize:500,theme:{animate:[`spin`,`ping`,`pulse`,`bounce`],aspect:[`video`],blur:[sK],breakpoint:[sK],color:[cK],container:[sK],"drop-shadow":[sK],ease:[`in`,`out`,`in-out`],font:[pK],"font-weight":[`thin`,`extralight`,`light`,`normal`,`medium`,`semibold`,`bold`,`extrabold`,`black`],"inset-shadow":[sK],leading:[`none`,`tight`,`snug`,`normal`,`relaxed`,`loose`],perspective:[`dramatic`,`near`,`normal`,`midrange`,`distant`,`none`],radius:[sK],shadow:[sK],spacing:[`px`,iK],text:[sK],"text-shadow":[sK],tracking:[`tighter`,`tight`,`normal`,`wide`,`wider`,`widest`]},classGroups:{aspect:[{aspect:[`auto`,`square`,rK,Q,$,g]}],container:[`container`],columns:[{columns:[iK,Q,$,s]}],"break-after":[{"break-after":y()}],"break-before":[{"break-before":y()}],"break-inside":[{"break-inside":[`auto`,`avoid`,`avoid-page`,`avoid-column`]}],"box-decoration":[{"box-decoration":[`slice`,`clone`]}],box:[{box:[`border`,`content`]}],display:[`block`,`inline-block`,`inline`,`flex`,`inline-flex`,`table`,`inline-table`,`table-caption`,`table-cell`,`table-column`,`table-column-group`,`table-footer-group`,`table-header-group`,`table-row-group`,`table-row`,`flow-root`,`grid`,`inline-grid`,`contents`,`list-item`,`hidden`],sr:[`sr-only`,`not-sr-only`],float:[{float:[`right`,`left`,`none`,`start`,`end`]}],clear:[{clear:[`left`,`right`,`both`,`none`,`start`,`end`]}],isolation:[`isolate`,`isolation-auto`],"object-fit":[{object:[`contain`,`cover`,`fill`,`none`,`scale-down`]}],"object-position":[{object:x()}],overflow:[{overflow:S()}],"overflow-x":[{"overflow-x":S()}],"overflow-y":[{"overflow-y":S()}],overscroll:[{overscroll:C()}],"overscroll-x":[{"overscroll-x":C()}],"overscroll-y":[{"overscroll-y":C()}],position:[`static`,`fixed`,`absolute`,`relative`,`sticky`],inset:[{inset:T()}],"inset-x":[{"inset-x":T()}],"inset-y":[{"inset-y":T()}],start:[{start:T()}],end:[{end:T()}],top:[{top:T()}],right:[{right:T()}],bottom:[{bottom:T()}],left:[{left:T()}],visibility:[`visible`,`invisible`,`collapse`],z:[{z:[aK,`auto`,$,Q]}],basis:[{basis:[rK,`full`,`auto`,s,...w()]}],"flex-direction":[{flex:[`row`,`row-reverse`,`col`,`col-reverse`]}],"flex-wrap":[{flex:[`nowrap`,`wrap`,`wrap-reverse`]}],flex:[{flex:[iK,rK,`auto`,`initial`,`none`,Q]}],grow:[{grow:[``,iK,$,Q]}],shrink:[{shrink:[``,iK,$,Q]}],order:[{order:[aK,`first`,`last`,`none`,$,Q]}],"grid-cols":[{"grid-cols":E()}],"col-start-end":[{col:D()}],"col-start":[{"col-start":O()}],"col-end":[{"col-end":O()}],"grid-rows":[{"grid-rows":E()}],"row-start-end":[{row:D()}],"row-start":[{"row-start":O()}],"row-end":[{"row-end":O()}],"grid-flow":[{"grid-flow":[`row`,`col`,`dense`,`row-dense`,`col-dense`]}],"auto-cols":[{"auto-cols":k()}],"auto-rows":[{"auto-rows":k()}],gap:[{gap:w()}],"gap-x":[{"gap-x":w()}],"gap-y":[{"gap-y":w()}],"justify-content":[{justify:[...A(),`normal`]}],"justify-items":[{"justify-items":[...j(),`normal`]}],"justify-self":[{"justify-self":[`auto`,...j()]}],"align-content":[{content:[`normal`,...A()]}],"align-items":[{items:[...j(),{baseline:[``,`last`]}]}],"align-self":[{self:[`auto`,...j(),{baseline:[``,`last`]}]}],"place-content":[{"place-content":A()}],"place-items":[{"place-items":[...j(),`baseline`]}],"place-self":[{"place-self":[`auto`,...j()]}],p:[{p:w()}],px:[{px:w()}],py:[{py:w()}],ps:[{ps:w()}],pe:[{pe:w()}],pt:[{pt:w()}],pr:[{pr:w()}],pb:[{pb:w()}],pl:[{pl:w()}],m:[{m:M()}],mx:[{mx:M()}],my:[{my:M()}],ms:[{ms:M()}],me:[{me:M()}],mt:[{mt:M()}],mr:[{mr:M()}],mb:[{mb:M()}],ml:[{ml:M()}],"space-x":[{"space-x":w()}],"space-x-reverse":[`space-x-reverse`],"space-y":[{"space-y":w()}],"space-y-reverse":[`space-y-reverse`],size:[{size:N()}],w:[{w:[s,`screen`,...N()]}],"min-w":[{"min-w":[s,`screen`,`none`,...N()]}],"max-w":[{"max-w":[s,`screen`,`none`,`prose`,{screen:[o]},...N()]}],h:[{h:[`screen`,`lh`,...N()]}],"min-h":[{"min-h":[`screen`,`lh`,`none`,...N()]}],"max-h":[{"max-h":[`screen`,`lh`,...N()]}],"font-size":[{text:[`base`,n,bK,hK]}],"font-smoothing":[`antialiased`,`subpixel-antialiased`],"font-style":[`italic`,`not-italic`],"font-weight":[{font:[r,$,gK]}],"font-stretch":[{"font-stretch":[`ultra-condensed`,`extra-condensed`,`condensed`,`semi-condensed`,`normal`,`semi-expanded`,`expanded`,`extra-expanded`,`ultra-expanded`,oK,Q]}],"font-family":[{font:[xK,Q,t]}],"fvn-normal":[`normal-nums`],"fvn-ordinal":[`ordinal`],"fvn-slashed-zero":[`slashed-zero`],"fvn-figure":[`lining-nums`,`oldstyle-nums`],"fvn-spacing":[`proportional-nums`,`tabular-nums`],"fvn-fraction":[`diagonal-fractions`,`stacked-fractions`],tracking:[{tracking:[i,$,Q]}],"line-clamp":[{"line-clamp":[iK,`none`,$,gK]}],leading:[{leading:[a,...w()]}],"list-image":[{"list-image":[`none`,$,Q]}],"list-style-position":[{list:[`inside`,`outside`]}],"list-style-type":[{list:[`disc`,`decimal`,`none`,$,Q]}],"text-alignment":[{text:[`left`,`center`,`right`,`justify`,`start`,`end`]}],"placeholder-color":[{placeholder:P()}],"text-color":[{text:P()}],"text-decoration":[`underline`,`overline`,`line-through`,`no-underline`],"text-decoration-style":[{decoration:[...B(),`wavy`]}],"text-decoration-thickness":[{decoration:[iK,`from-font`,`auto`,$,hK]}],"text-decoration-color":[{decoration:P()}],"underline-offset":[{"underline-offset":[iK,`auto`,$,Q]}],"text-transform":[`uppercase`,`lowercase`,`capitalize`,`normal-case`],"text-overflow":[`truncate`,`text-ellipsis`,`text-clip`],"text-wrap":[{text:[`wrap`,`nowrap`,`balance`,`pretty`]}],indent:[{indent:w()}],"vertical-align":[{align:[`baseline`,`top`,`middle`,`bottom`,`text-top`,`text-bottom`,`sub`,`super`,$,Q]}],whitespace:[{whitespace:[`normal`,`nowrap`,`pre`,`pre-line`,`pre-wrap`,`break-spaces`]}],break:[{break:[`normal`,`words`,`all`,`keep`]}],wrap:[{wrap:[`break-word`,`anywhere`,`normal`]}],hyphens:[{hyphens:[`none`,`manual`,`auto`]}],content:[{content:[`none`,$,Q]}],"bg-attachment":[{bg:[`fixed`,`local`,`scroll`]}],"bg-clip":[{"bg-clip":[`border`,`padding`,`content`,`text`]}],"bg-origin":[{"bg-origin":[`border`,`padding`,`content`]}],"bg-position":[{bg:F()}],"bg-repeat":[{bg:I()}],"bg-size":[{bg:L()}],"bg-image":[{bg:[`none`,{linear:[{to:[`t`,`tr`,`r`,`br`,`b`,`bl`,`l`,`tl`]},aK,$,Q],radial:[``,$,Q],conic:[aK,$,Q]},wK,vK]}],"bg-color":[{bg:P()}],"gradient-from-pos":[{from:ee()}],"gradient-via-pos":[{via:ee()}],"gradient-to-pos":[{to:ee()}],"gradient-from":[{from:P()}],"gradient-via":[{via:P()}],"gradient-to":[{to:P()}],rounded:[{rounded:R()}],"rounded-s":[{"rounded-s":R()}],"rounded-e":[{"rounded-e":R()}],"rounded-t":[{"rounded-t":R()}],"rounded-r":[{"rounded-r":R()}],"rounded-b":[{"rounded-b":R()}],"rounded-l":[{"rounded-l":R()}],"rounded-ss":[{"rounded-ss":R()}],"rounded-se":[{"rounded-se":R()}],"rounded-ee":[{"rounded-ee":R()}],"rounded-es":[{"rounded-es":R()}],"rounded-tl":[{"rounded-tl":R()}],"rounded-tr":[{"rounded-tr":R()}],"rounded-br":[{"rounded-br":R()}],"rounded-bl":[{"rounded-bl":R()}],"border-w":[{border:z()}],"border-w-x":[{"border-x":z()}],"border-w-y":[{"border-y":z()}],"border-w-s":[{"border-s":z()}],"border-w-e":[{"border-e":z()}],"border-w-t":[{"border-t":z()}],"border-w-r":[{"border-r":z()}],"border-w-b":[{"border-b":z()}],"border-w-l":[{"border-l":z()}],"divide-x":[{"divide-x":z()}],"divide-x-reverse":[`divide-x-reverse`],"divide-y":[{"divide-y":z()}],"divide-y-reverse":[`divide-y-reverse`],"border-style":[{border:[...B(),`hidden`,`none`]}],"divide-style":[{divide:[...B(),`hidden`,`none`]}],"border-color":[{border:P()}],"border-color-x":[{"border-x":P()}],"border-color-y":[{"border-y":P()}],"border-color-s":[{"border-s":P()}],"border-color-e":[{"border-e":P()}],"border-color-t":[{"border-t":P()}],"border-color-r":[{"border-r":P()}],"border-color-b":[{"border-b":P()}],"border-color-l":[{"border-l":P()}],"divide-color":[{divide:P()}],"outline-style":[{outline:[...B(),`none`,`hidden`]}],"outline-offset":[{"outline-offset":[iK,$,Q]}],"outline-w":[{outline:[``,iK,bK,hK]}],"outline-color":[{outline:P()}],shadow:[{shadow:[``,`none`,u,TK,yK]}],"shadow-color":[{shadow:P()}],"inset-shadow":[{"inset-shadow":[`none`,d,TK,yK]}],"inset-shadow-color":[{"inset-shadow":P()}],"ring-w":[{ring:z()}],"ring-w-inset":[`ring-inset`],"ring-color":[{ring:P()}],"ring-offset-w":[{"ring-offset":[iK,hK]}],"ring-offset-color":[{"ring-offset":P()}],"inset-ring-w":[{"inset-ring":z()}],"inset-ring-color":[{"inset-ring":P()}],"text-shadow":[{"text-shadow":[`none`,f,TK,yK]}],"text-shadow-color":[{"text-shadow":P()}],opacity:[{opacity:[iK,$,Q]}],"mix-blend":[{"mix-blend":[...te(),`plus-darker`,`plus-lighter`]}],"bg-blend":[{"bg-blend":te()}],"mask-clip":[{"mask-clip":[`border`,`padding`,`content`,`fill`,`stroke`,`view`]},`mask-no-clip`],"mask-composite":[{mask:[`add`,`subtract`,`intersect`,`exclude`]}],"mask-image-linear-pos":[{"mask-linear":[iK]}],"mask-image-linear-from-pos":[{"mask-linear-from":V()}],"mask-image-linear-to-pos":[{"mask-linear-to":V()}],"mask-image-linear-from-color":[{"mask-linear-from":P()}],"mask-image-linear-to-color":[{"mask-linear-to":P()}],"mask-image-t-from-pos":[{"mask-t-from":V()}],"mask-image-t-to-pos":[{"mask-t-to":V()}],"mask-image-t-from-color":[{"mask-t-from":P()}],"mask-image-t-to-color":[{"mask-t-to":P()}],"mask-image-r-from-pos":[{"mask-r-from":V()}],"mask-image-r-to-pos":[{"mask-r-to":V()}],"mask-image-r-from-color":[{"mask-r-from":P()}],"mask-image-r-to-color":[{"mask-r-to":P()}],"mask-image-b-from-pos":[{"mask-b-from":V()}],"mask-image-b-to-pos":[{"mask-b-to":V()}],"mask-image-b-from-color":[{"mask-b-from":P()}],"mask-image-b-to-color":[{"mask-b-to":P()}],"mask-image-l-from-pos":[{"mask-l-from":V()}],"mask-image-l-to-pos":[{"mask-l-to":V()}],"mask-image-l-from-color":[{"mask-l-from":P()}],"mask-image-l-to-color":[{"mask-l-to":P()}],"mask-image-x-from-pos":[{"mask-x-from":V()}],"mask-image-x-to-pos":[{"mask-x-to":V()}],"mask-image-x-from-color":[{"mask-x-from":P()}],"mask-image-x-to-color":[{"mask-x-to":P()}],"mask-image-y-from-pos":[{"mask-y-from":V()}],"mask-image-y-to-pos":[{"mask-y-to":V()}],"mask-image-y-from-color":[{"mask-y-from":P()}],"mask-image-y-to-color":[{"mask-y-to":P()}],"mask-image-radial":[{"mask-radial":[$,Q]}],"mask-image-radial-from-pos":[{"mask-radial-from":V()}],"mask-image-radial-to-pos":[{"mask-radial-to":V()}],"mask-image-radial-from-color":[{"mask-radial-from":P()}],"mask-image-radial-to-color":[{"mask-radial-to":P()}],"mask-image-radial-shape":[{"mask-radial":[`circle`,`ellipse`]}],"mask-image-radial-size":[{"mask-radial":[{closest:[`side`,`corner`],farthest:[`side`,`corner`]}]}],"mask-image-radial-pos":[{"mask-radial-at":b()}],"mask-image-conic-pos":[{"mask-conic":[iK]}],"mask-image-conic-from-pos":[{"mask-conic-from":V()}],"mask-image-conic-to-pos":[{"mask-conic-to":V()}],"mask-image-conic-from-color":[{"mask-conic-from":P()}],"mask-image-conic-to-color":[{"mask-conic-to":P()}],"mask-mode":[{mask:[`alpha`,`luminance`,`match`]}],"mask-origin":[{"mask-origin":[`border`,`padding`,`content`,`fill`,`stroke`,`view`]}],"mask-position":[{mask:F()}],"mask-repeat":[{mask:I()}],"mask-size":[{mask:L()}],"mask-type":[{"mask-type":[`alpha`,`luminance`]}],"mask-image":[{mask:[`none`,$,Q]}],filter:[{filter:[``,`none`,$,Q]}],blur:[{blur:ne()}],brightness:[{brightness:[iK,$,Q]}],contrast:[{contrast:[iK,$,Q]}],"drop-shadow":[{"drop-shadow":[``,`none`,p,TK,yK]}],"drop-shadow-color":[{"drop-shadow":P()}],grayscale:[{grayscale:[``,iK,$,Q]}],"hue-rotate":[{"hue-rotate":[iK,$,Q]}],invert:[{invert:[``,iK,$,Q]}],saturate:[{saturate:[iK,$,Q]}],sepia:[{sepia:[``,iK,$,Q]}],"backdrop-filter":[{"backdrop-filter":[``,`none`,$,Q]}],"backdrop-blur":[{"backdrop-blur":ne()}],"backdrop-brightness":[{"backdrop-brightness":[iK,$,Q]}],"backdrop-contrast":[{"backdrop-contrast":[iK,$,Q]}],"backdrop-grayscale":[{"backdrop-grayscale":[``,iK,$,Q]}],"backdrop-hue-rotate":[{"backdrop-hue-rotate":[iK,$,Q]}],"backdrop-invert":[{"backdrop-invert":[``,iK,$,Q]}],"backdrop-opacity":[{"backdrop-opacity":[iK,$,Q]}],"backdrop-saturate":[{"backdrop-saturate":[iK,$,Q]}],"backdrop-sepia":[{"backdrop-sepia":[``,iK,$,Q]}],"border-collapse":[{border:[`collapse`,`separate`]}],"border-spacing":[{"border-spacing":w()}],"border-spacing-x":[{"border-spacing-x":w()}],"border-spacing-y":[{"border-spacing-y":w()}],"table-layout":[{table:[`auto`,`fixed`]}],caption:[{caption:[`top`,`bottom`]}],transition:[{transition:[``,`all`,`colors`,`opacity`,`shadow`,`transform`,`none`,$,Q]}],"transition-behavior":[{transition:[`normal`,`discrete`]}],duration:[{duration:[iK,`initial`,$,Q]}],ease:[{ease:[`linear`,`initial`,_,$,Q]}],delay:[{delay:[iK,$,Q]}],animate:[{animate:[`none`,v,$,Q]}],backface:[{backface:[`hidden`,`visible`]}],perspective:[{perspective:[h,$,Q]}],"perspective-origin":[{"perspective-origin":x()}],rotate:[{rotate:H()}],"rotate-x":[{"rotate-x":H()}],"rotate-y":[{"rotate-y":H()}],"rotate-z":[{"rotate-z":H()}],scale:[{scale:re()}],"scale-x":[{"scale-x":re()}],"scale-y":[{"scale-y":re()}],"scale-z":[{"scale-z":re()}],"scale-3d":[`scale-3d`],skew:[{skew:U()}],"skew-x":[{"skew-x":U()}],"skew-y":[{"skew-y":U()}],transform:[{transform:[$,Q,``,`none`,`gpu`,`cpu`]}],"transform-origin":[{origin:x()}],"transform-style":[{transform:[`3d`,`flat`]}],translate:[{translate:ie()}],"translate-x":[{"translate-x":ie()}],"translate-y":[{"translate-y":ie()}],"translate-z":[{"translate-z":ie()}],"translate-none":[`translate-none`],accent:[{accent:P()}],appearance:[{appearance:[`none`,`auto`]}],"caret-color":[{caret:P()}],"color-scheme":[{scheme:[`normal`,`dark`,`light`,`light-dark`,`only-dark`,`only-light`]}],cursor:[{cursor:[`auto`,`default`,`pointer`,`wait`,`text`,`move`,`help`,`not-allowed`,`none`,`context-menu`,`progress`,`cell`,`crosshair`,`vertical-text`,`alias`,`copy`,`no-drop`,`grab`,`grabbing`,`all-scroll`,`col-resize`,`row-resize`,`n-resize`,`e-resize`,`s-resize`,`w-resize`,`ne-resize`,`nw-resize`,`se-resize`,`sw-resize`,`ew-resize`,`ns-resize`,`nesw-resize`,`nwse-resize`,`zoom-in`,`zoom-out`,$,Q]}],"field-sizing":[{"field-sizing":[`fixed`,`content`]}],"pointer-events":[{"pointer-events":[`auto`,`none`]}],resize:[{resize:[`none`,``,`y`,`x`]}],"scroll-behavior":[{scroll:[`auto`,`smooth`]}],"scroll-m":[{"scroll-m":w()}],"scroll-mx":[{"scroll-mx":w()}],"scroll-my":[{"scroll-my":w()}],"scroll-ms":[{"scroll-ms":w()}],"scroll-me":[{"scroll-me":w()}],"scroll-mt":[{"scroll-mt":w()}],"scroll-mr":[{"scroll-mr":w()}],"scroll-mb":[{"scroll-mb":w()}],"scroll-ml":[{"scroll-ml":w()}],"scroll-p":[{"scroll-p":w()}],"scroll-px":[{"scroll-px":w()}],"scroll-py":[{"scroll-py":w()}],"scroll-ps":[{"scroll-ps":w()}],"scroll-pe":[{"scroll-pe":w()}],"scroll-pt":[{"scroll-pt":w()}],"scroll-pr":[{"scroll-pr":w()}],"scroll-pb":[{"scroll-pb":w()}],"scroll-pl":[{"scroll-pl":w()}],"snap-align":[{snap:[`start`,`end`,`center`,`align-none`]}],"snap-stop":[{snap:[`normal`,`always`]}],"snap-type":[{snap:[`none`,`x`,`y`,`both`]}],"snap-strictness":[{snap:[`mandatory`,`proximity`]}],touch:[{touch:[`auto`,`none`,`manipulation`]}],"touch-x":[{"touch-pan":[`x`,`left`,`right`]}],"touch-y":[{"touch-pan":[`y`,`up`,`down`]}],"touch-pz":[`touch-pinch-zoom`],select:[{select:[`none`,`text`,`all`,`auto`]}],"will-change":[{"will-change":[`auto`,`scroll`,`contents`,`transform`,$,Q]}],fill:[{fill:[`none`,...P()]}],"stroke-w":[{stroke:[iK,bK,hK,gK]}],stroke:[{stroke:[`none`,...P()]}],"forced-color-adjust":[{"forced-color-adjust":[`auto`,`none`]}]},conflictingClassGroups:{overflow:[`overflow-x`,`overflow-y`],overscroll:[`overscroll-x`,`overscroll-y`],inset:[`inset-x`,`inset-y`,`start`,`end`,`top`,`right`,`bottom`,`left`],"inset-x":[`right`,`left`],"inset-y":[`top`,`bottom`],flex:[`basis`,`grow`,`shrink`],gap:[`gap-x`,`gap-y`],p:[`px`,`py`,`ps`,`pe`,`pt`,`pr`,`pb`,`pl`],px:[`pr`,`pl`],py:[`pt`,`pb`],m:[`mx`,`my`,`ms`,`me`,`mt`,`mr`,`mb`,`ml`],mx:[`mr`,`ml`],my:[`mt`,`mb`],size:[`w`,`h`],"font-size":[`leading`],"fvn-normal":[`fvn-ordinal`,`fvn-slashed-zero`,`fvn-figure`,`fvn-spacing`,`fvn-fraction`],"fvn-ordinal":[`fvn-normal`],"fvn-slashed-zero":[`fvn-normal`],"fvn-figure":[`fvn-normal`],"fvn-spacing":[`fvn-normal`],"fvn-fraction":[`fvn-normal`],"line-clamp":[`display`,`overflow`],rounded:[`rounded-s`,`rounded-e`,`rounded-t`,`rounded-r`,`rounded-b`,`rounded-l`,`rounded-ss`,`rounded-se`,`rounded-ee`,`rounded-es`,`rounded-tl`,`rounded-tr`,`rounded-br`,`rounded-bl`],"rounded-s":[`rounded-ss`,`rounded-es`],"rounded-e":[`rounded-se`,`rounded-ee`],"rounded-t":[`rounded-tl`,`rounded-tr`],"rounded-r":[`rounded-tr`,`rounded-br`],"rounded-b":[`rounded-br`,`rounded-bl`],"rounded-l":[`rounded-tl`,`rounded-bl`],"border-spacing":[`border-spacing-x`,`border-spacing-y`],"border-w":[`border-w-x`,`border-w-y`,`border-w-s`,`border-w-e`,`border-w-t`,`border-w-r`,`border-w-b`,`border-w-l`],"border-w-x":[`border-w-r`,`border-w-l`],"border-w-y":[`border-w-t`,`border-w-b`],"border-color":[`border-color-x`,`border-color-y`,`border-color-s`,`border-color-e`,`border-color-t`,`border-color-r`,`border-color-b`,`border-color-l`],"border-color-x":[`border-color-r`,`border-color-l`],"border-color-y":[`border-color-t`,`border-color-b`],translate:[`translate-x`,`translate-y`,`translate-none`],"translate-none":[`translate`,`translate-x`,`translate-y`,`translate-z`],"scroll-m":[`scroll-mx`,`scroll-my`,`scroll-ms`,`scroll-me`,`scroll-mt`,`scroll-mr`,`scroll-mb`,`scroll-ml`],"scroll-mx":[`scroll-mr`,`scroll-ml`],"scroll-my":[`scroll-mt`,`scroll-mb`],"scroll-p":[`scroll-px`,`scroll-py`,`scroll-ps`,`scroll-pe`,`scroll-pt`,`scroll-pr`,`scroll-pb`,`scroll-pl`],"scroll-px":[`scroll-pr`,`scroll-pl`],"scroll-py":[`scroll-pt`,`scroll-pb`],touch:[`touch-x`,`touch-y`,`touch-pz`],"touch-x":[`touch`],"touch-y":[`touch`],"touch-pz":[`touch`]},conflictingClassGroupModifiers:{"font-size":[`leading`]},orderSensitiveModifiers:[`*`,`**`,`after`,`backdrop`,`before`,`details-content`,`file`,`first-letter`,`first-line`,`marker`,`placeholder`,`selection`]}});function IK(...e){return FK(hG(e))}function LK({checked:e,onCheckedChange:t,disabled:n,className:r,ariaLabel:i}){return(0,W.jsx)(fG,{checked:e,onCheckedChange:t,disabled:n,"aria-label":i,className:IK(`group relative inline-flex h-6 w-10 shrink-0 cursor-pointer items-center rounded-full transition-colors`,`bg-border data-[checked]:bg-accent`,`focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-accent focus-visible:ring-offset-2 focus-visible:ring-offset-bg-base`,`disabled:cursor-not-allowed disabled:opacity-50`,r),children:(0,W.jsx)(pG,{className:IK(`pointer-events-none block size-4 rounded-full bg-white shadow-sm transition-transform`,`translate-x-1 group-data-[checked]:translate-x-5`)})})}var RK=null,zK=!1,BK={},VK=500;function HK(){if(typeof window>`u`)return null;if(RK?.state===`closed`&&(RK=null),!RK){let e=window.AudioContext??window.webkitAudioContext;if(!e)return null;RK=new e}return RK}function UK(){RK&&=(RK.close().catch(()=>{}),null),HK()}function WK(){return zK}function GK(){RK&&(UK(),zK=!0)}if(typeof window<`u`){window.addEventListener(`pageshow`,e=>{e.persisted&&GK()}),document.addEventListener(`visibilitychange`,()=>{document.visibilityState===`visible`&&GK()});let e=Date.now();setInterval(()=>{let t=Date.now();t-e>15e3&&GK(),e=t},5e3)}async function KK(){let e=HK();e&&e.state===`suspended`&&await e.resume().catch(()=>{}),zK=!1}async function qK(e){e.state===`suspended`&&await e.resume().catch(()=>{})}async function JK(e){let t=HK();if(!t||(await qK(t),t.state!==`running`))return;let{frequencies:n,durationMs:r,attackMs:i,peakGain:a,type:o=`sine`}=e,s=t.currentTime,c=r/1e3,l=i/1e3,u=t.createGain();u.connect(t.destination);let d=s+c*.7;u.gain.setValueAtTime(0,s),u.gain.linearRampToValueAtTime(a,s+l),u.gain.setValueAtTime(a,d),u.gain.linearRampToValueAtTime(0,s+c);let f=n.map(e=>{let n=t.createOscillator();return n.type=o,n.frequency.setValueAtTime(e,s),n.connect(u),n});for(let e of f)e.start(s),e.stop(s+c);let p=f[f.length-1];p.onended=()=>{for(let e of f)e.disconnect();u.disconnect()}}async function YK(){let e=Date.now();if(!(e-(BK.permission||0)<VK)){BK.permission=e;try{await JK({frequencies:[880],durationMs:150,attackMs:5,peakGain:.15,type:`sine`})}catch{}}}async function XK(){let e=Date.now();if(!(e-(BK.idle||0)<VK)){BK.idle=e;try{await JK({frequencies:[440,550],durationMs:300,attackMs:10,peakGain:.08,type:`sine`})}catch{}}}function ZK({isOpen:e,onClose:t}){let n=H(e=>e.defaultProjectDir),r=H(e=>e.setDefaultProjectDir),i=H(e=>e.commandPresets),a=H(e=>e.setCommandPresets),o=H(e=>e.defaultPresetId),s=H(e=>e.setDefaultPresetId),c=H(e=>e.sessionSortMode),l=H(e=>e.setSessionSortMode),u=H(e=>e.sessionSortDirection),d=H(e=>e.setSessionSortDirection),f=H(e=>e.useWebGL),p=H(e=>e.setUseWebGL),m=H(e=>e.fontSize),h=H(e=>e.setFontSize),g=H(e=>e.lineHeight),_=H(e=>e.setLineHeight),v=H(e=>e.letterSpacing),y=H(e=>e.setLetterSpacing),b=H(e=>e.fontOption),S=H(e=>e.setFontOption),C=H(e=>e.customFontFamily),w=H(e=>e.setCustomFontFamily),T=H(e=>e.shortcutModifier),E=H(e=>e.setShortcutModifier),D=H(e=>e.showProjectName),O=H(e=>e.setShowProjectName),k=H(e=>e.showLastUserMessage),A=H(e=>e.setShowLastUserMessage),j=H(e=>e.showSessionIdPrefix),M=H(e=>e.setShowSessionIdPrefix),N=BH(e=>e.theme),F=BH(e=>e.setTheme),I=H(e=>e.soundOnPermission),ee=H(e=>e.setSoundOnPermission),R=H(e=>e.soundOnIdle),z=H(e=>e.setSoundOnIdle),[B,te]=(0,x.useState)(n),[V,ne]=(0,x.useState)(i),[re,U]=(0,x.useState)(o),[ie,ae]=(0,x.useState)(c),[oe,se]=(0,x.useState)(u),[ce,le]=(0,x.useState)(f),[ue,de]=(0,x.useState)(m),[fe,pe]=(0,x.useState)(g),[me,he]=(0,x.useState)(v),[ge,_e]=(0,x.useState)(b),[ve,ye]=(0,x.useState)(C),[be,xe]=(0,x.useState)(T),[Se,Ce]=(0,x.useState)(D),[we,Te]=(0,x.useState)(k),[Ee,De]=(0,x.useState)(j),[Oe,ke]=(0,x.useState)(N),[Ae,je]=(0,x.useState)(I),[Me,Ne]=(0,x.useState)(R),[Pe,Fe]=(0,x.useState)(!0),[Ie,Le]=(0,x.useState)(!1),[Re,ze]=(0,x.useState)(!0),[Be,Ve]=(0,x.useState)(!0),[He,Ue]=(0,x.useState)(!1),[We,Ge]=(0,x.useState)(!1),[Ke,Je]=(0,x.useState)(24),[Xe,Ze]=(0,x.useState)(!1),[Qe,$e]=(0,x.useState)(!1),[et,tt]=(0,x.useState)(``),[nt,rt]=(0,x.useState)(``),[it,at]=(0,x.useState)(``),ot=(0,x.useRef)(null),st=(0,x.useRef)(0);if((0,x.useEffect)(()=>{let t=++st.current;if(ot.current&&=(clearTimeout(ot.current),null),e){if(te(n),ne(i),U(o),ae(c),se(u),le(f),de(m),pe(g),he(v),_e(b),ye(C),xe(T),Ce(D),Te(k),De(j),ke(N),je(I),Ne(R),$e(!1),tt(``),rt(``),at(``),fetch(`/api/settings/tmux-mouse-mode`).then(e=>e.json()).then(e=>Fe(e.enabled)).catch(()=>{}),Ve(!0),fetch(`/api/settings/terminal-colors`).then(e=>{if(!e.ok)throw Error(`HTTP ${e.status}`);return e.json()}).then(e=>{st.current===t&&ze(e.enabled)}).catch(()=>{}).finally(()=>{st.current===t&&Ve(!1)}),fetch(`/api/settings/history-max-age-hours`).then(e=>e.json()).then(e=>Je(e.hours)).catch(()=>{}),fetch(`/api/settings/prefer-window-name`).then(e=>e.json()).then(e=>Ue(e.enabled)).catch(()=>{}),typeof document<`u`){let e=document.querySelector(`.xterm-helper-textarea`);e&&typeof e.setAttribute==`function`&&(typeof e.blur==`function`&&e.blur(),e.setAttribute(`disabled`,`true`))}}else typeof document<`u`&&(ot.current=setTimeout(()=>{if(typeof document>`u`)return;let e=document.querySelector(`.xterm-helper-textarea`);e&&(e.removeAttribute(`disabled`),e.focus())},300));return()=>{ot.current&&=(clearTimeout(ot.current),null)}},[i,o,n,c,u,f,m,g,v,b,C,T,D,k,j,N,I,R,e]),(0,x.useEffect)(()=>{if(!e||typeof window>`u`||typeof window.addEventListener!=`function`)return;let n=e=>{e.key===`Escape`&&(typeof e.stopPropagation==`function`&&e.stopPropagation(),t())};return window.addEventListener(`keydown`,n),()=>window.removeEventListener(`keydown`,n)},[e,t]),!e)return null;let ct=e=>{e.preventDefault();let n=B.trim(),i=ce!==f;r(n||`~/Documents/GitHub`),a(V),s(re),l(ie),d(oe),p(ce),h(ue),_(fe),y(me),S(ge),w(ve),E(be),O(Se),A(we),M(Ee),F(Oe),ee(Ae),z(Me),t({webglChanged:i})},lt=(e,t)=>{ne(n=>n.map(n=>n.id===e?{...n,...t}:n))},ut=e=>{let t=V.find(t=>t.id===e);if(!t||t.isBuiltIn)return;let n=V.filter(t=>t.id!==e);ne(n),e===re&&U(n[0]?.id||`claude`)},dt=()=>{if(!et.trim()||!nt.trim()||V.length>=50)return;let e={id:`custom-${Date.now()}-${Math.random().toString(36).slice(2,6)}`,label:et.trim(),command:nt.trim(),isBuiltIn:!1,agentType:it||void 0};ne([...V,e]),$e(!1),tt(``),rt(``),at(``)},ft=V.length<50,pt=e=>{Le(!0),Fe(e),fetch(`/api/settings/tmux-mouse-mode`,{method:`PUT`,headers:{"Content-Type":`application/json`},body:JSON.stringify({enabled:e})}).then(e=>{if(!e.ok)throw Error(`HTTP ${e.status}`)}).catch(()=>Fe(!e)).finally(()=>Le(!1))},mt=e=>{Ge(!0),Ue(e),fetch(`/api/settings/prefer-window-name`,{method:`PUT`,headers:{"Content-Type":`application/json`},body:JSON.stringify({enabled:e})}).then(e=>{if(!e.ok)throw Error(`HTTP ${e.status}`)}).catch(()=>Ue(!e)).finally(()=>Ge(!1))},ht=e=>{Ve(!0),ze(e),fetch(`/api/settings/terminal-colors`,{method:`PUT`,headers:{"Content-Type":`application/json`},body:JSON.stringify({enabled:e})}).then(e=>{if(!e.ok)throw Error(`HTTP ${e.status}`)}).catch(()=>ze(!e)).finally(()=>Ve(!1))},gt=e=>{let t=Ke;Ze(!0),Je(e),fetch(`/api/settings/history-max-age-hours`,{method:`PUT`,headers:{"Content-Type":`application/json`},body:JSON.stringify({hours:e})}).then(e=>{if(!e.ok)throw Error(`HTTP ${e.status}`)}).catch(()=>Je(t)).finally(()=>Ze(!1))};return(0,W.jsx)(`div`,{className:`fixed inset-0 z-50 flex items-center justify-center bg-black/60 p-4`,onClick:e=>{e.target===e.currentTarget&&t()},children:(0,W.jsxs)(`form`,{onSubmit:ct,className:`w-full max-w-lg max-h-[90vh] flex flex-col border border-border bg-elevated`,children:[(0,W.jsxs)(`div`,{className:`p-6 pb-0`,children:[(0,W.jsx)(`h2`,{className:`text-sm font-semibold uppercase tracking-wider text-primary text-balance`,children:`Settings`}),(0,W.jsx)(`p`,{className:`mt-2 text-xs text-muted text-pretty`,children:`Configure default directory, command presets, and display options.`})]}),(0,W.jsx)(`div`,{className:`flex-1 overflow-y-auto px-6 pb-4`,children:(0,W.jsxs)(`div`,{className:`mt-5 space-y-4`,children:[(0,W.jsxs)(`div`,{children:[(0,W.jsx)(`label`,{className:`mb-1.5 block text-xs text-secondary`,children:`Default Project Directory`}),(0,W.jsx)(`input`,{value:B,onChange:e=>te(e.target.value),placeholder:P,className:`input`,autoFocus:!0})]}),(0,W.jsxs)(`div`,{className:`border-t border-border pt-4`,children:[(0,W.jsxs)(`div`,{className:`flex items-center justify-between mb-2`,children:[(0,W.jsx)(`label`,{className:`text-xs text-secondary`,children:`Command Presets`}),(0,W.jsx)(`select`,{value:re,onChange:e=>U(e.target.value),className:`input text-xs py-1 px-2 w-auto`,children:V.map(e=>(0,W.jsx)(`option`,{value:e.id,children:e.label},e.id))})]}),(0,W.jsx)(`p`,{className:`text-[10px] text-muted mb-3`,children:`Default preset is pre-selected when creating new sessions.`}),(0,W.jsx)(`div`,{className:`space-y-3`,children:V.map(e=>(0,W.jsxs)(`div`,{className:`border border-border p-3 space-y-2`,children:[(0,W.jsxs)(`div`,{className:`flex items-center justify-between`,children:[(0,W.jsx)(`div`,{className:`flex items-center gap-2`,children:(0,W.jsx)(`input`,{value:e.label,onChange:t=>lt(e.id,{label:t.target.value}),className:`input text-sm py-1 px-2 w-32`,placeholder:`Label`})}),!e.isBuiltIn&&(0,W.jsx)(`button`,{type:`button`,onClick:()=>ut(e.id),className:`btn text-xs px-2 py-1 text-error hover:bg-error/10`,children:`Delete`})]}),(0,W.jsxs)(`div`,{children:[(0,W.jsx)(`label`,{className:`text-[10px] text-muted block mb-1`,children:`Command`}),(0,W.jsx)(`input`,{value:e.command,onChange:t=>lt(e.id,{command:t.target.value}),className:`input text-xs py-1 px-2 font-mono w-full`,placeholder:`command --flags`})]}),!e.isBuiltIn&&(0,W.jsxs)(`div`,{children:[(0,W.jsx)(`label`,{className:`text-[10px] text-muted block mb-1`,children:`Icon`}),(0,W.jsxs)(`select`,{value:e.agentType||``,onChange:t=>lt(e.id,{agentType:t.target.value||void 0}),className:`input text-xs py-1 px-2 w-auto`,children:[(0,W.jsx)(`option`,{value:``,children:`Terminal`}),(0,W.jsx)(`option`,{value:`claude`,children:`Claude`}),(0,W.jsx)(`option`,{value:`codex`,children:`Codex`})]})]})]},e.id))}),Qe?(0,W.jsxs)(`div`,{className:`mt-3 border border-border p-3 space-y-2`,children:[(0,W.jsx)(`div`,{className:`text-xs text-secondary mb-2`,children:`New Preset`}),(0,W.jsx)(`input`,{value:et,onChange:e=>tt(e.target.value),className:`input text-xs py-1 px-2 w-full`,placeholder:`Label`}),(0,W.jsx)(`input`,{value:nt,onChange:e=>rt(e.target.value),className:`input text-xs py-1 px-2 font-mono w-full`,placeholder:`command --flags`}),(0,W.jsxs)(`div`,{className:`flex items-center gap-2`,children:[(0,W.jsxs)(`select`,{value:it,onChange:e=>at(e.target.value),className:`input text-xs py-1 px-2 w-auto`,children:[(0,W.jsx)(`option`,{value:``,children:`Terminal Icon`}),(0,W.jsx)(`option`,{value:`claude`,children:`Claude Icon`}),(0,W.jsx)(`option`,{value:`codex`,children:`Codex Icon`})]}),(0,W.jsx)(`div`,{className:`flex-1`}),(0,W.jsx)(`button`,{type:`button`,onClick:()=>$e(!1),className:`btn text-xs px-2 py-1`,children:`Cancel`}),(0,W.jsx)(`button`,{type:`button`,onClick:dt,disabled:!et.trim()||!nt.trim(),className:`btn btn-primary text-xs px-2 py-1`,children:`Add`})]})]}):(0,W.jsx)(`button`,{type:`button`,onClick:()=>$e(!0),disabled:!ft,className:`btn text-xs mt-3 w-full`,children:ft?`+ Add Preset`:`Max 50 presets`})]}),(0,W.jsxs)(`div`,{className:`border-t border-border pt-4`,children:[(0,W.jsx)(`label`,{className:`mb-2 block text-xs text-secondary`,children:`Session List Order`}),(0,W.jsxs)(`div`,{className:`flex gap-2`,children:[(0,W.jsx)(`button`,{type:`button`,className:`btn flex-1 ${ie===`created`?`btn-primary`:``}`,onClick:()=>ae(`created`),children:`Created`}),(0,W.jsx)(`button`,{type:`button`,className:`btn flex-1 ${ie===`status`?`btn-primary`:``}`,onClick:()=>ae(`status`),children:`Status`}),(0,W.jsx)(`button`,{type:`button`,className:`btn flex-1 ${ie===`manual`?`btn-primary`:``}`,onClick:()=>ae(`manual`),children:`Manual`})]}),(0,W.jsx)(`p`,{className:`mt-1.5 text-[10px] text-muted`,children:ie===`status`?`Sessions auto-resort by status (waiting, working, unknown)`:ie===`manual`?`Drag sessions to reorder manually`:`Sessions stay in creation order`})]}),ie===`created`&&(0,W.jsxs)(`div`,{children:[(0,W.jsx)(`label`,{className:`mb-2 block text-xs text-secondary`,children:`Sort Direction`}),(0,W.jsxs)(`div`,{className:`flex gap-2`,children:[(0,W.jsx)(`button`,{type:`button`,className:`btn flex-1 ${oe===`desc`?`btn-primary`:``}`,onClick:()=>se(`desc`),children:`Newest First`}),(0,W.jsx)(`button`,{type:`button`,className:`btn flex-1 ${oe===`asc`?`btn-primary`:``}`,onClick:()=>se(`asc`),children:`Oldest First`})]})]}),(0,W.jsxs)(`div`,{className:`border-t border-border pt-4 space-y-3`,children:[(0,W.jsx)(`label`,{className:`mb-1 block text-xs text-secondary`,children:`Session List Details`}),(0,W.jsxs)(`div`,{className:`flex items-center justify-between`,children:[(0,W.jsxs)(`div`,{children:[(0,W.jsx)(`div`,{className:`text-sm text-primary`,children:`Project Name`}),(0,W.jsx)(`div`,{className:`text-[10px] text-muted`,children:`Show the project folder name under each session.`})]}),(0,W.jsx)(LK,{checked:Se,onCheckedChange:Ce})]}),(0,W.jsxs)(`div`,{className:`flex items-center justify-between`,children:[(0,W.jsxs)(`div`,{children:[(0,W.jsx)(`div`,{className:`text-sm text-primary`,children:`Last User Message`}),(0,W.jsx)(`div`,{className:`text-[10px] text-muted`,children:`Show the most recent user input next to the project name.`})]}),(0,W.jsx)(LK,{checked:we,onCheckedChange:Te})]}),(0,W.jsxs)(`div`,{className:`flex items-center justify-between`,children:[(0,W.jsxs)(`div`,{children:[(0,W.jsx)(`div`,{className:`text-sm text-primary`,children:`Session ID Prefix`}),(0,W.jsx)(`div`,{className:`text-[10px] text-muted`,children:`Show first 5 characters of agent session IDs in the list.`})]}),(0,W.jsx)(LK,{checked:Ee,onCheckedChange:De})]}),(0,W.jsxs)(`div`,{className:`flex items-center justify-between`,children:[(0,W.jsxs)(`div`,{children:[(0,W.jsx)(`div`,{className:`text-sm text-primary`,children:`History Sessions Lookback`}),(0,W.jsxs)(`div`,{className:`text-[10px] text-muted`,children:[`Show history sessions from the last N hours (`,1,`-`,168,`).`]})]}),(0,W.jsxs)(`div`,{className:`flex items-center gap-2`,children:[(0,W.jsx)(`input`,{type:`number`,min:1,max:168,value:Ke,onChange:e=>{let t=parseInt(e.target.value,10);t>=1&&t<=168&&gt(t)},disabled:Xe,className:`input text-xs py-1 px-2 w-16 text-center`}),(0,W.jsx)(`span`,{className:`text-xs text-muted`,children:`hrs`})]})]})]}),(0,W.jsxs)(`div`,{className:`border-t border-border pt-4 space-y-3`,children:[(0,W.jsx)(`label`,{className:`mb-1 block text-xs text-secondary`,children:`Notifications`}),(0,W.jsxs)(`div`,{className:`flex items-center justify-between`,children:[(0,W.jsxs)(`div`,{className:`flex-1`,children:[(0,W.jsx)(`div`,{className:`text-sm text-primary`,children:`Permission Sound`}),(0,W.jsx)(`div`,{className:`text-[10px] text-muted`,children:`Play a ping when any session needs permission.`})]}),(0,W.jsxs)(`div`,{className:`flex items-center gap-2`,children:[(0,W.jsx)(`button`,{type:`button`,onClick:()=>void YK(),className:`btn text-xs px-2 py-1`,children:`Test`}),(0,W.jsx)(LK,{checked:Ae,onCheckedChange:e=>{je(e),e&&KK()}})]})]}),(0,W.jsxs)(`div`,{className:`flex items-center justify-between`,children:[(0,W.jsxs)(`div`,{className:`flex-1`,children:[(0,W.jsx)(`div`,{className:`text-sm text-primary`,children:`Idle Sound`}),(0,W.jsx)(`div`,{className:`text-[10px] text-muted`,children:`Play a chime when a session finishes working.`})]}),(0,W.jsxs)(`div`,{className:`flex items-center gap-2`,children:[(0,W.jsx)(`button`,{type:`button`,onClick:()=>void XK(),className:`btn text-xs px-2 py-1`,children:`Test`}),(0,W.jsx)(LK,{checked:Me,onCheckedChange:e=>{Ne(e),e&&KK()}})]})]})]}),(0,W.jsxs)(`div`,{className:`border-t border-border pt-4`,children:[(0,W.jsx)(`label`,{className:`mb-2 block text-xs text-secondary`,children:`Terminal Rendering`}),(0,W.jsxs)(`div`,{className:`flex items-center justify-between`,children:[(0,W.jsxs)(`div`,{children:[(0,W.jsx)(`div`,{className:`text-sm text-primary`,children:`WebGL Acceleration`}),(0,W.jsx)(`div`,{className:`text-[10px] text-muted`,children:`GPU rendering for better performance. Turn off if text looks fuzzy or flickering.`})]}),(0,W.jsx)(LK,{checked:ce,onCheckedChange:le})]}),ce!==f&&(0,W.jsx)(`p`,{className:`mt-2 text-[10px] text-approval`,children:`Terminal will reload when saved`}),(0,W.jsxs)(`div`,{className:`mt-4 flex items-center justify-between`,children:[(0,W.jsxs)(`div`,{children:[(0,W.jsx)(`div`,{className:`text-sm text-primary`,children:`Mouse Mode`}),(0,W.jsx)(`div`,{className:`text-[10px] text-muted`,children:`Enable tmux mouse mode for trackpad/scroll wheel support.`})]}),(0,W.jsx)(LK,{checked:Pe,onCheckedChange:pt,disabled:Ie})]}),(0,W.jsxs)(`div`,{className:`mt-4 flex items-center justify-between gap-4`,children:[(0,W.jsxs)(`div`,{children:[(0,W.jsx)(`div`,{className:`text-sm text-primary`,children:`Terminal Colors`}),(0,W.jsx)(`div`,{className:`text-[10px] text-muted`,children:`Preserve ANSI colors for terminal output. Hibernate then Wake running agents after changing this setting.`})]}),(0,W.jsx)(LK,{checked:Re,onCheckedChange:ht,disabled:Be,ariaLabel:`Enable terminal colors`})]}),(0,W.jsxs)(`div`,{className:`mt-4 flex items-center justify-between`,children:[(0,W.jsxs)(`div`,{children:[(0,W.jsx)(`div`,{className:`text-sm text-primary`,children:`Prefer Window Names`}),(0,W.jsx)(`div`,{className:`text-[10px] text-muted`,children:`Label discovered sessions with their tmux window name instead of the session name. Applies immediately.`})]}),(0,W.jsx)(LK,{checked:He,onCheckedChange:mt,disabled:We})]}),(0,W.jsxs)(`div`,{className:`mt-4 flex items-center justify-between`,children:[(0,W.jsxs)(`div`,{children:[(0,W.jsx)(`div`,{className:`text-sm text-primary`,children:`Font Size`}),(0,W.jsx)(`div`,{className:`text-[10px] text-muted`,children:`Terminal text size in pixels (6-24)`})]}),(0,W.jsxs)(`div`,{className:`flex items-center gap-2`,children:[(0,W.jsx)(`button`,{type:`button`,onClick:()=>de(Math.max(6,ue-1)),className:`flex h-7 w-7 items-center justify-center rounded bg-surface border border-border text-secondary hover:bg-hover`,children:(0,W.jsx)(`span`,{className:`text-sm font-bold`,children:`−`})}),(0,W.jsx)(`span`,{className:`text-sm text-secondary w-6 text-center`,children:ue}),(0,W.jsx)(`button`,{type:`button`,onClick:()=>de(Math.min(24,ue+1)),className:`flex h-7 w-7 items-center justify-center rounded bg-surface border border-border text-secondary hover:bg-hover`,children:(0,W.jsx)(`span`,{className:`text-sm font-bold`,children:`+`})})]})]}),(0,W.jsxs)(`div`,{className:`mt-4 flex items-center justify-between`,children:[(0,W.jsxs)(`div`,{children:[(0,W.jsx)(`div`,{className:`text-sm text-primary`,children:`Line Height`}),(0,W.jsx)(`div`,{className:`text-[10px] text-muted`,children:`Vertical spacing (1.0 = compact, 2.0 = spacious)`})]}),(0,W.jsxs)(`div`,{className:`flex items-center gap-2`,children:[(0,W.jsx)(`input`,{type:`range`,min:`1.0`,max:`2.0`,step:`0.1`,value:fe,onChange:e=>pe(parseFloat(e.target.value)),className:`w-20 h-1 bg-border rounded-lg appearance-none cursor-pointer accent-accent`}),(0,W.jsx)(`span`,{className:`text-xs text-secondary w-8 text-right`,children:fe.toFixed(1)})]})]}),(0,W.jsxs)(`div`,{className:`mt-4 flex items-center justify-between`,children:[(0,W.jsxs)(`div`,{children:[(0,W.jsx)(`div`,{className:`text-sm text-primary`,children:`Letter Spacing`}),(0,W.jsx)(`div`,{className:`text-[10px] text-muted`,children:`Horizontal spacing between characters in pixels`})]}),(0,W.jsxs)(`div`,{className:`flex items-center gap-2`,children:[(0,W.jsx)(`input`,{type:`range`,min:`-3`,max:`3`,step:`1`,value:me,onChange:e=>he(parseInt(e.target.value,10)),className:`w-20 h-1 bg-border rounded-lg appearance-none cursor-pointer accent-accent`}),(0,W.jsxs)(`span`,{className:`text-xs text-secondary w-8 text-right`,children:[me,`px`]})]})]}),(0,W.jsxs)(`div`,{className:`mt-4`,children:[(0,W.jsxs)(`div`,{className:`flex items-center justify-between`,children:[(0,W.jsxs)(`div`,{children:[(0,W.jsx)(`div`,{className:`text-sm text-primary`,children:`Font Family`}),(0,W.jsx)(`div`,{className:`text-[10px] text-muted`,children:`Terminal typeface`})]}),(0,W.jsx)(`select`,{value:ge,onChange:e=>_e(e.target.value),className:`input text-xs py-1 px-2 w-auto`,children:L.map(e=>(0,W.jsx)(`option`,{value:e.id,children:e.label},e.id))})]}),ge===`custom`&&(0,W.jsx)(`input`,{value:ve,onChange:e=>ye(e.target.value),placeholder:`"Fira Code", monospace`,className:`input text-xs mt-2 font-mono`})]}),(0,W.jsxs)(`div`,{className:`mt-4 flex items-center justify-between`,children:[(0,W.jsxs)(`div`,{children:[(0,W.jsx)(`div`,{className:`text-sm text-primary`,children:`Dark Mode`}),(0,W.jsx)(`div`,{className:`text-[10px] text-muted`,children:`Switch between dark and light themes.`})]}),(0,W.jsx)(LK,{checked:Oe===`dark`,onCheckedChange:e=>ke(e?`dark`:`light`)})]})]}),(0,W.jsxs)(`div`,{className:`border-t border-border pt-4`,children:[(0,W.jsx)(`label`,{className:`mb-2 block text-xs text-secondary`,children:`Keyboard Shortcut Modifier`}),(0,W.jsx)(`div`,{className:`grid grid-cols-5 gap-1`,children:[`auto`,`ctrl-option`,`ctrl-shift`,`cmd-option`,`cmd-shift`].map(e=>(0,W.jsx)(`button`,{type:`button`,className:`btn text-xs px-2 ${be===e?`btn-primary`:``}`,onClick:()=>xe(e),children:e===`auto`?`Auto`:Ye(e)},e))}),(0,W.jsx)(`p`,{className:`mt-1.5 text-[10px] text-muted`,children:be===`auto`?`Shortcuts: ${Ye(qe(`auto`))}+[1-9/N/X/[/]]`:`Shortcuts: ${Ye(be)}+[1-9/N/X/[/]]`})]})]})}),(0,W.jsxs)(`div`,{className:`flex justify-end gap-2 p-6 pt-4 border-t border-border bg-elevated`,children:[(0,W.jsx)(`button`,{type:`button`,onClick:()=>t(),className:`btn`,children:`Cancel`}),(0,W.jsx)(`button`,{type:`submit`,className:`btn btn-primary`,children:`Save`})]})]})})}var QK=[];function $K(e){x.useEffect(e,QK)}var eq=x.createContext(void 0);function tq(){let e=x.useContext(eq);if(!e)throw Error(oW(73));return e}var nq=Symbol(`NOT_FOUND`);function rq(e,t=`expected a function, instead received ${typeof e}`){if(typeof e!=`function`)throw TypeError(t)}function iq(e,t=`expected an object, instead received ${typeof e}`){if(typeof e!=`object`)throw TypeError(t)}function aq(e,t=`expected all items to be functions, instead received the following types: `){if(!e.every(e=>typeof e==`function`)){let n=e.map(e=>typeof e==`function`?`function ${e.name||`unnamed`}()`:typeof e).join(`, `);throw TypeError(`${t}[${n}]`)}}var oq=e=>Array.isArray(e)?e:[e];function sq(e){let t=Array.isArray(e[0])?e[0]:e;return aq(t,`createSelector expects all input-selectors to be functions, but received the following types: `),t}function cq(e,t){let n=[],{length:r}=e;for(let i=0;i<r;i++)n.push(e[i].apply(null,t));return n}function lq(e){let t;return{get(n){return t&&e(t.key,n)?t.value:nq},put(e,n){t={key:e,value:n}},getEntries(){return t?[t]:[]},clear(){t=void 0}}}function uq(e,t){let n=[];function r(e){let r=n.findIndex(n=>t(e,n.key));if(r>-1){let e=n[r];return r>0&&(n.splice(r,1),n.unshift(e)),e.value}return nq}function i(t,i){r(t)===nq&&(n.unshift({key:t,value:i}),n.length>e&&n.pop())}function a(){return n}function o(){n=[]}return{get:r,put:i,getEntries:a,clear:o}}var dq=(e,t)=>e===t;function fq(e){return function(t,n){if(t===null||n===null||t.length!==n.length)return!1;let{length:r}=t;for(let i=0;i<r;i++)if(!e(t[i],n[i]))return!1;return!0}}function pq(e,t){let{equalityCheck:n=dq,maxSize:r=1,resultEqualityCheck:i}=typeof t==`object`?t:{equalityCheck:t},a=fq(n),o=0,s=r<=1?lq(a):uq(r,a);function c(){let t=s.get(arguments);if(t===nq){if(t=e.apply(null,arguments),o++,i){let e=s.getEntries().find(e=>i(e.value,t));e&&(t=e.value,o!==0&&o--)}s.put(arguments,t)}return t}return c.clearCache=()=>{s.clear(),c.resetResultsCount()},c.resultsCount=()=>o,c.resetResultsCount=()=>{o=0},c}var mq=class{constructor(e){this.value=e}deref(){return this.value}},hq=typeof WeakRef<`u`?WeakRef:mq,gq=0,_q=1;function vq(){return{s:gq,v:void 0,o:null,p:null}}function yq(e,t={}){let n=vq(),{resultEqualityCheck:r}=t,i,a=0;function o(){let t=n,{length:o}=arguments;for(let e=0,n=o;e<n;e++){let n=arguments[e];if(typeof n==`function`||typeof n==`object`&&n){let e=t.o;e===null&&(t.o=e=new WeakMap);let r=e.get(n);r===void 0?(t=vq(),e.set(n,t)):t=r}else{let e=t.p;e===null&&(t.p=e=new Map);let r=e.get(n);r===void 0?(t=vq(),e.set(n,t)):t=r}}let s=t,c;if(t.s===_q)c=t.v;else if(c=e.apply(null,arguments),a++,r){let e=i?.deref?.()??i;e!=null&&r(e,c)&&(c=e,a!==0&&a--),i=typeof c==`object`&&c||typeof c==`function`?new hq(c):c}return s.s=_q,s.v=c,c}return o.clearCache=()=>{n=vq(),o.resetResultsCount()},o.resultsCount=()=>a,o.resetResultsCount=()=>{a=0},o}function bq(e,...t){let n=typeof e==`function`?{memoize:e,memoizeOptions:t}:e,r=(...e)=>{let t=0,r=0,i,a={},o=e.pop();typeof o==`object`&&(a=o,o=e.pop()),rq(o,`createSelector expects an output function after the inputs, but received: [${typeof o}]`);let{memoize:s,memoizeOptions:c=[],argsMemoize:l=yq,argsMemoizeOptions:u=[],devModeChecks:d={}}={...n,...a},f=oq(c),p=oq(u),m=sq(e),h=s(function(){return t++,o.apply(null,arguments)},...f),g=l(function(){r++;let e=cq(m,arguments);return i=h.apply(null,e),i},...p);return Object.assign(g,{resultFunc:o,memoizedResultFunc:h,dependencies:m,dependencyRecomputations:()=>r,resetDependencyRecomputations:()=>{r=0},lastResult:()=>i,recomputations:()=>t,resetRecomputations:()=>{t=0},memoize:s,argsMemoize:l})};return Object.assign(r,{withTypes:()=>r}),r}var xq=bq(yq),Sq=Object.assign((e,t=xq)=>{iq(e,`createStructuredSelector expects first argument to be an object where each property is a selector, instead received a ${typeof e}`);let n=Object.keys(e);return t(n.map(t=>e[t]),(...e)=>e.reduce((e,t,r)=>(e[n[r]]=t,e),{}))},{withTypes:()=>Sq}),Cq=bq({memoize:pq,memoizeOptions:{maxSize:1,equalityCheck:Object.is}}),wq=(e,t,n,r,i,a,...o)=>{if(o.length>0)throw Error(oW(1));let s;if(e&&t&&n&&r&&i&&a)s=(o,s,c,l)=>a(e(o,s,c,l),t(o,s,c,l),n(o,s,c,l),r(o,s,c,l),i(o,s,c,l),s,c,l);else if(e&&t&&n&&r&&i)s=(a,o,s,c)=>i(e(a,o,s,c),t(a,o,s,c),n(a,o,s,c),r(a,o,s,c),o,s,c);else if(e&&t&&n&&r)s=(i,a,o,s)=>r(e(i,a,o,s),t(i,a,o,s),n(i,a,o,s),a,o,s);else if(e&&t&&n)s=(r,i,a,o)=>n(e(r,i,a,o),t(r,i,a,o),i,a,o);else if(e&&t)s=(n,r,i,a)=>t(e(n,r,i,a),r,i,a);else if(e)s=e;else throw Error(`Missing arguments`);return s},Tq=(...e)=>{let t=new WeakMap,n=1,r=e[e.length-1],i=e.length-1||1,a=r.length-i;if(a>3)throw Error(oW(2));return(i,o,s,c)=>{let l=i.__cacheKey__;l||(l={id:n},i.__cacheKey__=l,n+=1);let u=t.get(l);if(!u){let n=e,i=[void 0,void 0,void 0];switch(a){case 0:break;case 1:n=[...e.slice(0,-1),()=>i[0],r];break;case 2:n=[...e.slice(0,-1),()=>i[0],()=>i[1],r];break;case 3:n=[...e.slice(0,-1),()=>i[0],()=>i[1],()=>i[2],r];break;default:throw Error(oW(2))}u=Cq(...n),u.selectorArgs=i,t.set(l,u)}switch(u.selectorArgs[0]=o,u.selectorArgs[1]=s,u.selectorArgs[2]=c,a){case 0:return u(i);case 1:return u(i,o);case 2:return u(i,o,s);case 3:return u(i,o,s,c);default:throw Error(`unreachable`)}}},Eq=s((e=>{var t=p();function n(e,t){return e===t&&(e!==0||1/e==1/t)||e!==e&&t!==t}var r=typeof Object.is==`function`?Object.is:n,i=t.useState,a=t.useEffect,o=t.useLayoutEffect,s=t.useDebugValue;function c(e,t){var n=t(),r=i({inst:{value:n,getSnapshot:t}}),c=r[0].inst,u=r[1];return o(function(){c.value=n,c.getSnapshot=t,l(c)&&u({inst:c})},[e,n,t]),a(function(){return l(c)&&u({inst:c}),e(function(){l(c)&&u({inst:c})})},[e]),s(n),n}function l(e){var t=e.getSnapshot;e=e.value;try{var n=t();return!r(e,n)}catch{return!0}}function u(e,t){return t()}var d=typeof window>`u`||window.document===void 0||window.document.createElement===void 0?u:c;e.useSyncExternalStore=t.useSyncExternalStore===void 0?d:t.useSyncExternalStore})),Dq=s(((e,t)=>{t.exports=Eq()})),Oq=s((e=>{var t=p(),n=Dq();function r(e,t){return e===t&&(e!==0||1/e==1/t)||e!==e&&t!==t}var i=typeof Object.is==`function`?Object.is:r,a=n.useSyncExternalStore,o=t.useRef,s=t.useEffect,c=t.useMemo,l=t.useDebugValue;e.useSyncExternalStoreWithSelector=function(e,t,n,r,u){var d=o(null);if(d.current===null){var f={hasValue:!1,value:null};d.current=f}else f=d.current;d=c(function(){function e(e){if(!a){if(a=!0,o=e,e=r(e),u!==void 0&&f.hasValue){var t=f.value;if(u(t,e))return s=t}return s=e}if(t=s,i(o,e))return t;var n=r(e);return u!==void 0&&u(t,n)?(o=e,t):(o=e,s=n)}var a=!1,o,s,c=n===void 0?null:n;return[function(){return e(t())},c===null?void 0:function(){return e(c())}]},[t,n,r,u]);var p=a(e,d[0],d[1]);return s(function(){f.hasValue=!0,f.value=p},[p]),l(p),p}})),kq=s(((e,t)=>{t.exports=Oq()})),Aq=[],jq=void 0;function Mq(){return jq}function Nq(e){Aq.push(e)}var Pq=Dq(),Fq=kq(),Iq=cW(19)?zq:Bq;function Lq(e,t,n,r,i){return Iq(e,t,n,r,i)}function Rq(e,t,n,r,i){let a=x.useCallback(()=>t(e.getSnapshot(),n,r,i),[e,t,n,r,i]);return(0,Pq.useSyncExternalStore)(e.subscribe,a,a)}Nq({before(e){e.syncIndex=0,e.didInitialize||(e.syncTick=1,e.syncHooks=[],e.didChangeStore=!0,e.getSnapshot=()=>{let t=!1;for(let n=0;n<e.syncHooks.length;n+=1){let r=e.syncHooks[n],i=r.selector(r.store.state,r.a1,r.a2,r.a3);(r.didChange||!Object.is(r.value,i))&&(t=!0,r.value=i,r.didChange=!1)}return t&&(e.syncTick+=1),e.syncTick})},after(e){e.syncHooks.length>0&&(e.didChangeStore&&(e.didChangeStore=!1,e.subscribe=t=>{let n=new Set;for(let t of e.syncHooks)n.add(t.store);let r=[];for(let e of n)r.push(e.subscribe(t));return()=>{for(let e of r)e()}}),(0,Pq.useSyncExternalStore)(e.subscribe,e.getSnapshot,e.getSnapshot))}});function zq(e,t,n,r,i){let a=Mq();if(!a)return Rq(e,t,n,r,i);let o=a.syncIndex;a.syncIndex+=1;let s;return a.didInitialize?(s=a.syncHooks[o],(s.store!==e||s.selector!==t||!Object.is(s.a1,n)||!Object.is(s.a2,r)||!Object.is(s.a3,i))&&(s.store!==e&&(a.didChangeStore=!0),s.store=e,s.selector=t,s.a1=n,s.a2=r,s.a3=i,s.didChange=!0)):(s={store:e,selector:t,a1:n,a2:r,a3:i,value:t(e.getSnapshot(),n,r,i),didChange:!1},a.syncHooks.push(s)),s.value}function Bq(e,t,n,r,i){return(0,Fq.useSyncExternalStoreWithSelector)(e.subscribe,e.getSnapshot,e.getSnapshot,e=>t(e,n,r,i))}var Vq=class{constructor(e){this.state=e,this.listeners=new Set,this.updateTick=0}subscribe=e=>(this.listeners.add(e),()=>{this.listeners.delete(e)});getSnapshot=()=>this.state;setState(e){if(this.state===e)return;this.state=e,this.updateTick+=1;let t=this.updateTick;for(let n of this.listeners){if(t!==this.updateTick)return;n(e)}}update(e){for(let t in e)if(!Object.is(this.state[t],e[t])){this.setState({...this.state,...e});return}}set(e,t){Object.is(this.state[e],t)||this.setState({...this.state,[e]:t})}notifyAll(){let e={...this.state};this.setState(e)}use(e,t,n,r){return Lq(this,e,t,n,r)}},Hq=class extends Vq{constructor(e,t={},n){super(e),this.context=t,this.selectors=n}useSyncedValue(e,t){x.useDebugValue(e),eW(()=>{this.state[e]!==t&&this.set(e,t)},[e,t])}useSyncedValueWithCleanup(e,t){let n=this;eW(()=>(n.state[e]!==t&&n.set(e,t),()=>{n.set(e,void 0)}),[n,e,t])}useSyncedValues(e){let t=this;eW(()=>{t.update(e)},[t,...Object.values(e)])}useControlledProp(e,t){x.useDebugValue(e);let n=t!==void 0;eW(()=>{n&&!Object.is(this.state[e],t)&&super.setState({...this.state,[e]:t})},[e,t,n])}select(e,t,n,r){let i=this.selectors[e];return i(this.state,t,n,r)}useState(e,t,n,r){return x.useDebugValue(e),Lq(this,this.selectors[e],t,n,r)}useContextCallback(e,t){x.useDebugValue(e);let n=GU(t??iW);this.context[e]=n}useStateSetter(e){let t=x.useRef(void 0);return t.current===void 0&&(t.current=t=>{this.set(e,t)}),t.current}observe(e,t){let n;n=typeof e==`function`?e:this.selectors[e];let r=n(this.state);return t(r,r,this),this.subscribe(e=>{let i=n(e);if(!Object.is(r,i)){let e=r;r=i,t(i,e,this)}})}},Uq=null;globalThis.requestAnimationFrame;var Wq=new class{callbacks=[];callbacksCount=0;nextId=1;startId=1;isScheduled=!1;tick=e=>{this.isScheduled=!1;let t=this.callbacks,n=this.callbacksCount;if(this.callbacks=[],this.callbacksCount=0,this.startId=this.nextId,n>0)for(let n=0;n<t.length;n+=1)t[n]?.(e)};request(e){let t=this.nextId;return this.nextId+=1,this.callbacks.push(e),this.callbacksCount+=1,this.isScheduled||=(requestAnimationFrame(this.tick),!0),t}cancel(e){let t=e-this.startId;t<0||t>=this.callbacks.length||(this.callbacks[t]=null,--this.callbacksCount)}},Gq=class e{static create(){return new e}static request(e){return Wq.request(e)}static cancel(e){return Wq.cancel(e)}currentId=Uq;request(e){this.cancel(),this.currentId=Wq.request(()=>{this.currentId=Uq,e()})}cancel=()=>{this.currentId!==Uq&&(Wq.cancel(this.currentId),this.currentId=Uq)};disposeEffect=()=>this.cancel};function Kq(){let e=HU(Gq.create).current;return $K(e.disposeEffect),e}var qq=0,Jq=class e{static create(){return new e}currentId=qq;start(e,t){this.clear(),this.currentId=setTimeout(()=>{this.currentId=qq,t()},e)}isStarted(){return this.currentId!==qq}clear=()=>{this.currentId!==qq&&(clearTimeout(this.currentId),this.currentId=qq)};disposeEffect=()=>this.clear};function Yq(){let e=HU(Jq.create).current;return $K(e.disposeEffect),e}var Xq=0;function Zq(e){return Xq+=1,`${e}-${Math.random().toString(36).slice(2,6)}-${Xq}`}function Qq(e){return e?.ownerDocument||document}function $q(e,t){if(typeof e==`string`)return{description:e};if(typeof e==`function`){let n=e(t);return typeof n==`string`?{description:n}:n}return e}var eJ=typeof navigator<`u`,tJ=oJ(),nJ=cJ(),rJ=sJ();typeof CSS>`u`||!CSS.supports||CSS.supports(`-webkit-backdrop-filter:none`),tJ.platform===`MacIntel`&&tJ.maxTouchPoints>1||/iP(hone|ad|od)|iOS/.test(tJ.platform),eJ&&/firefox/i.test(rJ);var iJ=eJ&&/apple/i.test(navigator.vendor);eJ&&/Edg/i.test(rJ),eJ&&/android/i.test(nJ)||/android/i.test(rJ),eJ&&nJ.toLowerCase().startsWith(`mac`)&&navigator.maxTouchPoints;var aJ=rJ.includes(`jsdom/`);function oJ(){if(!eJ)return{platform:``,maxTouchPoints:-1};let e=navigator.userAgentData;return e?.platform?{platform:e.platform,maxTouchPoints:navigator.maxTouchPoints}:{platform:navigator.platform??``,maxTouchPoints:navigator.maxTouchPoints??-1}}function sJ(){if(!eJ)return``;let e=navigator.userAgentData;return e&&Array.isArray(e.brands)?e.brands.map(({brand:e,version:t})=>`${e}/${t}`).join(` `):navigator.userAgent}function cJ(){if(!eJ)return``;let e=navigator.userAgentData;return e?.platform?e.platform:navigator.platform??``}function lJ(e){let t=e.activeElement;for(;t?.shadowRoot?.activeElement!=null;)t=t.shadowRoot.activeElement;return t}function uJ(e,t){if(!e||!t)return!1;let n=t.getRootNode?.();if(e.contains(t))return!0;if(n&&VW(n)){let n=t;for(;n;){if(e===n)return!0;n=n.parentNode||n.host}}return!1}function dJ(e){return`composedPath`in e?e.composedPath()[0]:e.target}function fJ(e){if(!e||aJ)return!0;try{return e.matches(`:focus-visible`)}catch{return!0}}var pJ=Tq(e=>e.toasts,e=>{let t=new Map,n=0,r=0;return e.forEach((e,i)=>{let a=e.transitionStatus===`ending`;t.set(e.id,{value:e,domIndex:i,visibleIndex:a?-1:n,offsetY:r}),r+=e.height||0,a||(n+=1)}),t}),mJ={toasts:wq(e=>e.toasts),isEmpty:wq(e=>e.toasts.length===0),toast:wq(pJ,(e,t)=>e.get(t)?.value),toastIndex:wq(pJ,(e,t)=>e.get(t)?.domIndex??-1),toastOffsetY:wq(pJ,(e,t)=>e.get(t)?.offsetY??0),toastVisibleIndex:wq(pJ,(e,t)=>e.get(t)?.visibleIndex??-1),hovering:wq(e=>e.hovering),focused:wq(e=>e.focused),expanded:wq(e=>e.hovering||e.focused),expandedOrOutOfFocus:wq(e=>e.hovering||e.focused||!e.isWindowFocused),prevFocusElement:wq(e=>e.prevFocusElement)},hJ=class extends Hq{timers=new Map;areTimersPaused=!1;constructor(e){super(e,{},mJ)}setFocused(e){this.set(`focused`,e)}setHovering(e){this.set(`hovering`,e)}setIsWindowFocused(e){this.set(`isWindowFocused`,e)}setPrevFocusElement(e){this.set(`prevFocusElement`,e)}setViewport=e=>{this.set(`viewport`,e)};disposeEffect=()=>()=>{this.timers.forEach(e=>{e.timeout?.clear()}),this.timers.clear()};removeToast(e){let t=mJ.toastIndex(this.state,e);if(t===-1)return;this.state.toasts[t]?.onRemove?.();let n=[...this.state.toasts];n.splice(t,1),this.setToasts(n)}addToast=e=>{let{toasts:t,timeout:n,limit:r}=this.state,i=e.id||Zq(`toast`),a={...e,id:i,transitionStatus:`starting`},o=[a,...t],s=o.filter(e=>e.transitionStatus!==`ending`);if(s.length>r){let e=s.length-r,t=s.slice(-e),n=new Set(t.map(e=>e.id));this.setToasts(o.map(e=>{let t=n.has(e.id);return e.limited===t?e:{...e,limited:t}}))}else this.setToasts(o.map(e=>e.limited?{...e,limited:!1}:e));let c=a.timeout??n;return a.type!==`loading`&&c>0&&this.scheduleTimer(i,c,()=>this.closeToast(i)),mJ.expandedOrOutOfFocus(this.state)&&this.pauseTimers(),i};updateToast=(e,t)=>{this.updateToastInternal(e,t)};updateToastInternal=(e,t)=>{let{timeout:n,toasts:r}=this.state,i=mJ.toast(this.state,e)??null;if(!i||i.transitionStatus===`ending`)return;let a={...i,...t};this.setToasts(r.map(n=>n.id===e?{...n,...t}:n));let o=a.timeout??n,s=i?.timeout??n,c=Object.hasOwn(t,`timeout`),l=a.transitionStatus!==`ending`&&a.type!==`loading`&&o>0,u=this.timers.has(e),d=s!==o,f=i?.type===`loading`;if(!l&&u){this.timers.get(e)?.timeout?.clear(),this.timers.delete(e);return}if(l&&(!u||d||c||f)){let t=this.timers.get(e);t&&(t.timeout?.clear(),this.timers.delete(e)),this.scheduleTimer(e,o,()=>this.closeToast(e)),mJ.expandedOrOutOfFocus(this.state)&&this.pauseTimers()}};closeToast=e=>{mJ.toast(this.state,e)?.onClose?.();let{limit:t,toasts:n}=this.state,r=0,i=n.map(n=>{if(n.id===e)return{...n,transitionStatus:`ending`,height:0};if(n.transitionStatus===`ending`)return n;let i=r>=t;return r+=1,n.limited===i?n:{...n,limited:i}}),a=this.timers.get(e);a&&a.timeout&&(a.timeout.clear(),this.timers.delete(e)),this.handleFocusManagement(e),this.setToasts(i)};promiseToast=(e,t)=>{let n=$q(t.loading),r=this.addToast({...n,type:`loading`}),i=e.then(e=>{let n=$q(t.success,e);return this.updateToast(r,{...n,type:`success`,timeout:n.timeout}),e}).catch(e=>{let n=$q(t.error,e);return this.updateToast(r,{...n,type:`error`,timeout:n.timeout}),Promise.reject(e)});return{}.hasOwnProperty.call(t,`setPromise`)&&t.setPromise(i),i};pauseTimers(){this.areTimersPaused||(this.areTimersPaused=!0,this.timers.forEach(e=>{if(e.timeout){e.timeout.clear();let t=Date.now()-e.start,n=e.delay-t;e.remaining=n>0?n:0}}))}resumeTimers(){this.areTimersPaused&&(this.areTimersPaused=!1,this.timers.forEach((e,t)=>{e.remaining=e.remaining>0?e.remaining:e.delay,e.timeout??=Jq.create(),e.timeout.start(e.remaining,()=>{this.timers.delete(t),e.callback()}),e.start=Date.now()}))}restoreFocusToPrevElement(){this.state.prevFocusElement?.focus({preventScroll:!0})}handleDocumentPointerDown=e=>{if(e.pointerType!==`touch`)return;let t=dJ(e);uJ(this.state.viewport,t)||(this.resumeTimers(),this.update({hovering:!1,focused:!1}))};scheduleTimer(e,t,n){let r=Date.now(),i=!mJ.expandedOrOutOfFocus(this.state),a=i?Jq.create():void 0;a?.start(t,()=>{this.timers.delete(e),n()}),this.timers.set(e,{timeout:a,start:i?r:0,delay:t,remaining:t,callback:n})}setToasts(e){let t={toasts:e};e.length===0&&(t.hovering=!1,t.focused=!1),this.update(t)}handleFocusManagement(e){let t=lJ(Qq(this.state.viewport));if(!this.state.viewport||!uJ(this.state.viewport,t)||!fJ(t))return;let n=mJ.toasts(this.state),r=mJ.toastIndex(this.state,e),i=null,a=r+1;for(;a<n.length;){if(n[a].transitionStatus!==`ending`){i=n[a];break}a+=1}if(!i)for(a=r-1;a>=0;){if(n[a].transitionStatus!==`ending`){i=n[a];break}--a}i?i.ref?.current?.focus():this.restoreFocusToPrevElement()}},gJ=function(e){let{children:t,timeout:n=5e3,limit:r=3,toastManager:i}=e,a=HU(()=>new hJ({timeout:n,limit:r,viewport:null,toasts:[],hovering:!1,focused:!1,isWindowFocused:!0,prevFocusElement:null})).current;return $K(a.disposeEffect),x.useEffect(function(){if(i)return i[` subscribe`](({action:e,options:t})=>{let n=t.id;e===`promise`&&t.promise?a.promiseToast(t.promise,t):e===`update`&&n?a.updateToast(n,t):e===`close`&&n?a.closeToast(n):a.addToast(t)})},[a,n,i]),a.useSyncedValues({timeout:n,limit:r}),(0,W.jsx)(eq.Provider,{value:a,children:t})},_J=x.forwardRef(function(e,t){let[n,r]=x.useState();eW(()=>{iJ&&r(`button`)},[]);let i={tabIndex:0,role:n};return(0,W.jsx)(`span`,{...e,ref:t,style:nW,"aria-hidden":n?void 0:!0,...i,"data-base-ui-focus-guard":``})}),vJ=function(e){return e.frontmostHeight=`--toast-frontmost-height`,e}({}),yJ=x.forwardRef(function(e,t){let{render:n,className:r,children:i,...a}=e,o=tq(),s=Yq(),c=x.useRef(!1),l=x.useRef(!1),u=o.useState(`isEmpty`),d=o.useState(`toasts`),f=o.useState(`focused`),p=o.useState(`expanded`),m=o.useState(`prevFocusElement`),h=d[0]?.height??0,g=x.useMemo(()=>d.some(e=>e.transitionStatus===`ending`),[d]);x.useEffect(()=>{let e=o.state.viewport;if(!e)return;function t(t){u||t.key===`F6`&&t.target!==e&&(t.preventDefault(),o.setPrevFocusElement(lJ(Qq(e))),e?.focus({preventScroll:!0}),o.pauseTimers(),o.setFocused(!0))}let n=RW(e);return n.addEventListener(`keydown`,t),()=>{n.removeEventListener(`keydown`,t)}},[o,u]),x.useEffect(()=>{let e=o.state.viewport;if(!e||u)return;let t=RW(e);function n(e){e.target===t&&(o.setIsWindowFocused(!1),o.pauseTimers())}function r(n){if(n.relatedTarget||n.target===t)return;let r=dJ(n),i=lJ(Qq(e));(!uJ(e,r)||!fJ(i))&&o.resumeTimers(),s.start(0,()=>o.setIsWindowFocused(!0))}return t.addEventListener(`blur`,n,!0),t.addEventListener(`focus`,r,!0),()=>{t.removeEventListener(`blur`,n,!0),t.removeEventListener(`focus`,r,!0)}},[o,s,u]),x.useEffect(()=>{let e=o.state.viewport;if(!e||u)return;let t=Qq(e);return t.addEventListener(`pointerdown`,o.handleDocumentPointerDown,!0),()=>{t.removeEventListener(`pointerdown`,o.handleDocumentPointerDown,!0)}},[u,o]);function _(e){let t=o.state.viewport;t&&(c.current=!0,e.relatedTarget===t?d[0]?.ref?.current?.focus():o.restoreFocusToPrevElement())}function v(e){e.key===`Tab`&&e.shiftKey&&e.target===o.state.viewport&&(e.preventDefault(),o.restoreFocusToPrevElement(),o.resumeTimers())}x.useEffect(()=>{!o.state.isWindowFocused||g||!l.current||(o.resumeTimers(),o.setHovering(!1),l.current=!1)},[g,o]);function y(){o.pauseTimers(),o.setHovering(!0),l.current=!1}function b(){g?l.current=!0:(o.resumeTimers(),o.setHovering(!1))}function S(){if(c.current){c.current=!1;return}f||fJ(Qq(o.state.viewport).activeElement)&&(o.setFocused(!0),o.pauseTimers())}function C(e){!f||uJ(o.state.viewport,e.relatedTarget)||(o.setFocused(!1),o.resumeTimers())}let w={tabIndex:-1,role:`region`,"aria-live":`polite`,"aria-atomic":!1,"aria-relevant":`additions text`,"aria-label":`Notifications`,onMouseEnter:y,onMouseMove:y,onMouseLeave:b,onFocus:S,onBlur:C,onKeyDown:v,onClick:S},T={expanded:p},E=EW(`div`,e,{ref:[t,o.setViewport],state:T,props:[w,{style:{[vJ.frontmostHeight]:h?`${h}px`:void 0}},a,{children:(0,W.jsxs)(x.Fragment,{children:[!u&&m&&(0,W.jsx)(_J,{onFocus:_}),i,!u&&m&&(0,W.jsx)(_J,{onFocus:_})]})}]}),D=x.useMemo(()=>d.filter(e=>e.priority===`high`),[d]);return(0,W.jsxs)(x.Fragment,{children:[!u&&m&&(0,W.jsx)(_J,{onFocus:_}),E,!f&&D.length>0&&(0,W.jsx)(`div`,{style:nW,children:D.map(e=>(0,W.jsxs)(`div`,{role:`alert`,"aria-atomic":!0,children:[(0,W.jsx)(`div`,{children:e.title}),(0,W.jsx)(`div`,{children:e.description})]},e.id))})]})});function bJ(e){return cW(19)?e:e?`true`:void 0}var xJ=x.createContext(void 0);function SJ(){let e=x.useContext(xJ);if(!e)throw Error(oW(66));return e}var CJ=function(e){return e.startingStyle=`data-starting-style`,e.endingStyle=`data-ending-style`,e}({}),wJ={[CJ.startingStyle]:``},TJ={[CJ.endingStyle]:``},EJ={transitionStatus(e){return e===`starting`?wJ:e===`ending`?TJ:null}};function DJ(e){return e==null?e:`current`in e?e.current:e}function OJ(e,t=!1,n=!0){let r=Kq();return GU((i,a=null)=>{r.cancel();function o(){U.flushSync(i)}let s=DJ(e);if(s==null)return;let c=s;if(typeof c.getAnimations!=`function`||globalThis.BASE_UI_ANIMATIONS_DISABLED)i();else{function e(){let e=CJ.startingStyle;if(!c.hasAttribute(e)){r.request(i);return}let t=new MutationObserver(()=>{c.hasAttribute(e)||(t.disconnect(),i())});t.observe(c,{attributes:!0,attributeFilter:[e]}),a?.addEventListener(`abort`,()=>t.disconnect(),{once:!0})}function i(){Promise.all(c.getAnimations().map(e=>e.finished)).then(()=>{a?.aborted||o()}).catch(()=>{let e=c.getAnimations();if(n){if(a?.aborted)return;o()}else e.length>0&&e.some(e=>e.pending||e.playState!==`finished`)&&i()})}if(t){e();return}r.request(i)}})}function kJ(e){let{enabled:t=!0,open:n,ref:r,onComplete:i}=e,a=GU(i),o=OJ(r,n,!1);x.useEffect(()=>{if(!t)return;let e=new AbortController;return o(a,e.signal),()=>{e.abort()}},[t,n,a,o])}var AJ=function(e){return e.index=`--toast-index`,e.offsetY=`--toast-offset-y`,e.height=`--toast-height`,e.swipeMovementX=`--toast-swipe-movement-x`,e.swipeMovementY=`--toast-swipe-movement-y`,e}({}),jJ={...EJ,swipeDirection(e){return e?{"data-swipe-direction":e}:null}},MJ=40,NJ=10,PJ=.5,FJ=1;function IJ(e,t,n){switch(e){case`up`:return-n;case`down`:return n;case`left`:return-t;case`right`:return t;default:return 0}}function LJ(e){let t=window.getComputedStyle(e).transform,n=0,r=0,i=1;if(t&&t!==`none`){let e=t.match(/matrix(?:3d)?\(([^)]+)\)/);if(e){let t=e[1].split(`, `).map(parseFloat);t.length===6?(n=t[4],r=t[5],i=Math.sqrt(t[0]*t[0]+t[1]*t[1])):t.length===16&&(n=t[12],r=t[13],i=t[0])}}return{x:n,y:r,scale:i}}var RJ=x.forwardRef(function(e,t){let{toast:n,render:r,className:i,swipeDirection:a=[`down`,`right`],...o}=e,s=n.positionerProps?.anchor!==void 0,c=[];s||(c=Array.isArray(a)?a:[a]);let l=c.length>0,u=tq(),[d,f]=x.useState(void 0),[p,m]=x.useState(!1),[h,g]=x.useState(!1),[_,v]=x.useState(!1),[y,b]=x.useState({x:0,y:0}),[S,C]=x.useState({x:0,y:0,scale:1}),[w,T]=x.useState(),[E,D]=x.useState(),[O,k]=x.useState(null),A=x.useRef(null),j=x.useRef({x:0,y:0}),M=x.useRef({x:0,y:0,scale:1}),N=x.useRef(void 0),P=x.useRef(0),F=x.useRef(!1),I=x.useRef({x:0,y:0}),L=x.useRef(!1),ee=u.useState(`toastIndex`,n.id),R=u.useState(`toastVisibleIndex`,n.id),z=u.useState(`toastOffsetY`,n.id),B=u.useState(`focused`),te=u.useState(`expanded`);kJ({open:n.transitionStatus!==`ending`,ref:A,onComplete(){n.transitionStatus===`ending`&&u.removeToast(n.id)}});let V=GU((e=!1)=>{let t=A.current;if(!t)return;let r=t.style.height;t.style.height=`auto`;let i=t.offsetHeight;t.style.height=r;function a(){u.updateToastInternal(n.id,{ref:A,height:i,...n.transitionStatus===`starting`?{transitionStatus:void 0}:{}})}e?U.flushSync(a):a()});eW(V,[V]);function ne(e,t){let n=e,r=t;return!c.includes(`left`)&&!c.includes(`right`)?n=e>0?e**PJ:-(Math.abs(e)**PJ):(!c.includes(`right`)&&e>0&&(n=e**PJ),!c.includes(`left`)&&e<0&&(n=-(Math.abs(e)**PJ))),!c.includes(`up`)&&!c.includes(`down`)?r=t>0?t**PJ:-(Math.abs(t)**PJ):(!c.includes(`down`)&&t>0&&(r=t**PJ),!c.includes(`up`)&&t<0&&(r=-(Math.abs(t)**PJ))),{x:n,y:r}}function H(e){if(e.button!==0)return;e.pointerType===`touch`&&u.pauseTimers();let t=dJ(e.nativeEvent);if(!(t&&t.closest(`button,a,input,textarea,[role="button"],[data-swipe-ignore]`))){if(F.current=!1,N.current=void 0,P.current=0,j.current={x:e.clientX,y:e.clientY},I.current=j.current,A.current){let e=LJ(A.current);M.current=e,C(e),b({x:e.x,y:e.y})}u.setHovering(!0),m(!0),g(!1),k(null),L.current=!0,A.current?.setPointerCapture(e.pointerId)}}function re(e){if(!p)return;e.preventDefault(),L.current&&=(j.current={x:e.clientX,y:e.clientY},!1);let{clientY:t,clientX:n,movementX:r,movementY:i}=e;(i<0&&t>I.current.y||i>0&&t<I.current.y)&&(I.current={x:I.current.x,y:t}),(r<0&&n>I.current.x||r>0&&n<I.current.x)&&(I.current={x:n,y:I.current.y});let a=n-j.current.x,o=t-j.current.y,s=t-I.current.y,l=n-I.current.x;if(!h&&Math.sqrt(a*a+o*o)>=FJ&&(g(!0),O===null)){let e=c.includes(`left`)||c.includes(`right`),t=c.includes(`up`)||c.includes(`down`);e&&t&&k(Math.abs(a)>Math.abs(o)?`horizontal`:`vertical`)}let u;if(!N.current)O===`vertical`?o>0?u=`down`:o<0&&(u=`up`):O===`horizontal`?a>0?u=`right`:a<0&&(u=`left`):u=Math.abs(a)>=Math.abs(o)?a>0?`right`:`left`:o>0?`down`:`up`,u&&c.includes(u)&&(N.current=u,P.current=IJ(u,a,o),f(u));else{let e=N.current,t=IJ(e,l,s);t>MJ?(F.current=!1,f(e)):!(c.includes(`left`)&&c.includes(`right`))&&!(c.includes(`up`)&&c.includes(`down`))&&P.current-t>=NJ&&(F.current=!0)}let d=ne(a,o),m=M.current.x,_=M.current.y;O===`horizontal`?(c.includes(`left`)||c.includes(`right`))&&(m+=d.x):(O===`vertical`||(c.includes(`left`)||c.includes(`right`))&&(m+=d.x),(c.includes(`up`)||c.includes(`down`))&&(_+=d.y)),b({x:m,y:_})}function ie(e){if(!p)return;if(m(!1),g(!1),k(null),A.current?.releasePointerCapture(e.pointerId),F.current){b({x:S.x,y:S.y}),f(void 0);return}let t=!1,r=y.x-S.x,i=y.y-S.y,a;for(let e of c){switch(e){case`right`:r>MJ&&(t=!0,a=`right`);break;case`left`:r<-MJ&&(t=!0,a=`left`);break;case`down`:i>MJ&&(t=!0,a=`down`);break;case`up`:i<-MJ&&(t=!0,a=`up`);break;default:break}if(t)break}t?(f(a),v(!0),u.closeToast(n.id)):(b({x:S.x,y:S.y}),f(void 0))}function ae(e){if(e.key===`Escape`){if(!A.current||!uJ(A.current,lJ(Qq(A.current))))return;u.closeToast(n.id)}}x.useEffect(()=>{if(!l)return;let e=A.current;if(!e)return;function t(t){uJ(e,t.target)&&t.preventDefault()}return e.addEventListener(`touchmove`,t,{passive:!1}),()=>{e.removeEventListener(`touchmove`,t)}},[l]);function oe(){if(!p&&y.x===S.x&&y.y===S.y&&!_)return{[AJ.swipeMovementX]:`0px`,[AJ.swipeMovementY]:`0px`};let e=y.x-S.x,t=y.y-S.y;return{transition:p?`none`:void 0,transform:p?`translateX(${y.x}px) translateY(${y.y}px) scale(${S.scale})`:void 0,[AJ.swipeMovementX]:`${e}px`,[AJ.swipeMovementY]:`${t}px`}}let se=n.priority===`high`,ce={role:se?`alertdialog`:`dialog`,tabIndex:0,"aria-modal":!1,"aria-labelledby":w,"aria-describedby":E,"aria-hidden":se&&!B?!0:void 0,onPointerDown:l?H:void 0,onPointerMove:l?re:void 0,onPointerUp:l?ie:void 0,onKeyDown:ae,inert:bJ(n.limited),style:{...oe(),[AJ.index]:n.transitionStatus===`ending`?ee:R,[AJ.offsetY]:`${z}px`,[AJ.height]:n.height?`${n.height}px`:void 0}},le=x.useMemo(()=>({rootRef:A,toast:n,titleId:w,setTitleId:T,descriptionId:E,setDescriptionId:D,swiping:p,swipeDirection:d,recalculateHeight:V,index:ee,visibleIndex:R,expanded:te}),[n,w,E,p,d,V,ee,R,te]),ue={transitionStatus:n.transitionStatus,expanded:te,limited:n.limited||!1,type:n.type,swiping:le.swiping,swipeDirection:le.swipeDirection},de=EW(`div`,e,{ref:[t,le.rootRef],state:ue,stateAttributesMapping:jJ,props:[ce,o]});return(0,W.jsx)(xJ.Provider,{value:le,children:de})}),zJ=x.forwardRef(function(e,t){let{render:n,className:r,id:i,children:a,...o}=e,{toast:s,setDescriptionId:c}=SJ(),l=a??s.description,u=!!l,d=FW(i);eW(()=>{if(u)return c(d),()=>{c(void 0)}},[u,d,c]);let f=EW(`p`,e,{ref:t,state:{type:s.type},props:{...o,id:d,children:l}});return u?f:null}),BJ=x.forwardRef(function(e,t){let{render:n,className:r,id:i,children:a,...o}=e,{toast:s,setTitleId:c}=SJ(),l=a??s.title,u=!!l,d=FW(i);eW(()=>{if(u)return c(d),()=>{c(void 0)}},[u,d,c]);let f=EW(`h2`,e,{ref:t,state:{type:s.type},props:{...o,id:d,children:l}});return u?f:null}),VJ=x.forwardRef(function(e,t){let{render:n,className:r,disabled:i,nativeButton:a=!0,...o}=e,s=tq(),{toast:c}=SJ(),l=s.useState(`expanded`),[u,d]=x.useState(!1),{getButtonProps:f,buttonRef:p}=GW({disabled:i,native:a}),m={type:c.type};return EW(`button`,e,{ref:[t,p],state:m,props:[{"aria-hidden":!l&&!u,onClick(){s.closeToast(c.id)},onFocus(){d(!0)},onBlur(){d(!1)}},o,f]})});function HJ(){let e=x.useContext(eq);if(!e)throw Error(oW(73));let t=e.useState(`toasts`);return x.useMemo(()=>({toasts:t,add:e.addToast,close:e.closeToast,update:e.updateToast,promise:e.promiseToast}),[t,e])}function UJ(){let e=new Set;function t(t){e.forEach(e=>e(t))}return{" subscribe":function(t){return e.add(t),()=>{e.delete(t)}},add(e){let n=e.id||Zq(`toast`);return t({action:`add`,options:{...e,id:n,transitionStatus:`starting`}}),n},close(e){t({action:`close`,options:{id:e}})},update(e,n){t({action:`update`,options:{...n,id:e}})},promise(e,n){let r=e;return t({action:`promise`,options:{...n,promise:e,setPromise(e){r=e}}}),r}}}var WJ=5e3,GJ=UJ();function KJ({toast:e}){return(0,W.jsxs)(RJ,{toast:e,className:IK(`relative flex w-80 items-start gap-3 border bg-elevated p-4 shadow-lg`,`data-[swipe=move]:translate-x-[var(--toast-swipe-move-x)]`,`data-[ending-style]:translate-x-[var(--toast-swipe-end-x)]`,`data-[ending-style]:opacity-0`,`data-[starting-style]:translate-y-2 data-[starting-style]:opacity-0`,`transition-all duration-200`,e.type===`error`&&`border-error/50`,e.type===`success`&&`border-approval/50`,(!e.type||e.type===`info`)&&`border-border`),children:[(0,W.jsxs)(`div`,{className:`flex-1 min-w-0`,children:[(0,W.jsx)(BJ,{className:IK(`text-sm font-medium`,e.type===`error`&&`text-error`,e.type===`success`&&`text-approval`,(!e.type||e.type===`info`)&&`text-primary`),children:e.title}),e.description&&(0,W.jsx)(zJ,{className:`mt-1 text-xs text-muted line-clamp-2`,children:e.description})]}),(0,W.jsx)(VJ,{className:`shrink-0 text-muted hover:text-primary transition-colors`,"aria-label":`Close`,children:(0,W.jsxs)(`svg`,{xmlns:`http://www.w3.org/2000/svg`,width:`16`,height:`16`,viewBox:`0 0 24 24`,fill:`none`,stroke:`currentColor`,strokeWidth:`2`,strokeLinecap:`round`,strokeLinejoin:`round`,children:[(0,W.jsx)(`line`,{x1:`18`,y1:`6`,x2:`6`,y2:`18`}),(0,W.jsx)(`line`,{x1:`6`,y1:`6`,x2:`18`,y2:`18`})]})})]})}function qJ(){let{toasts:e}=HJ();return(0,W.jsx)(W.Fragment,{children:e.map(e=>(0,W.jsx)(KJ,{toast:e},e.id))})}function JJ(){return(0,W.jsxs)(gJ,{timeout:WJ,toastManager:GJ,children:[(0,W.jsx)(qJ,{}),(0,W.jsx)(yJ,{className:`fixed bottom-4 right-4 z-[100] flex flex-col gap-2`})]})}var YJ=[`CONNECTING`,`OPEN`,`CLOSING`,`CLOSED`],XJ=3e3,ZJ=8e3,QJ=15e3,$J=5e3,eY=2e4,tY=1e4,nY=1500,rY=5e3,iY=750,aY=4,oY=5e3,sY=new class{constructor(){this.ws=null,this.listeners=new Set,this.statusListeners=new Set,this.status=`connecting`,this.error=null,this.reconnectAttempts=0,this.reconnectTimer=null,this.connectTimer=null,this.manualClose=!1,this.lastTick=Date.now(),this.wakeCheckInterval=null,this.lifecycleStarted=!1,this.heartbeatTimer=null,this.pongTimer=null,this.lastForceReconnectTs=0,this.lastConnectTs=0,this.pingSeq=0,this.connectionEpoch=0,this.consecutiveFailures=0,this.isResumeAttempt=!1,this.leakedSockets=new Set,this.verifyTimer=null,this.onVisibilityChange=()=>{if(QT(`ws_visibility`,{state:document.visibilityState,...this.wsSnap()},`info`),document.visibilityState===`visible`){let e=Date.now(),t=e-this.lastTick;this.lastTick=e,QT(`ws_resume`,{gapMs:t,...this.wsSnap()},`info`),this.ws?.readyState===WebSocket.OPEN?this.verifyConnection():this.forceReconnect(`visibilitychange`,!0)}else this.stopHeartbeat(),this.cancelVerify(),this.reconnectTimer&&=(window.clearTimeout(this.reconnectTimer),null)},this.onPageShow=e=>{QT(`ws_pageshow`,{persisted:e.persisted,...this.wsSnap()},`info`),e.persisted&&(this.lastTick=Date.now(),this.forceReconnect(`pageshow`,!0))}}wsSnap(){return{status:this.status,ws:this.ws?YJ[this.ws.readyState]:null,attempt:this.reconnectAttempts,failures:this.consecutiveFailures,leaked:this.leakedSockets.size,online:typeof navigator<`u`?navigator.onLine:void 0,verifying:this.verifyTimer!==null,buffered:this.ws?this.ws.bufferedAmount:void 0}}connect(){if(this.ws){let e=this.ws.readyState===WebSocket.OPEN;if(e&&this.status===`connected`){QT(`ws_connect_skip`,{reason:`already_open`,...this.wsSnap()});return}let t=Date.now();if(this.ws.readyState===WebSocket.CONNECTING&&t-this.lastConnectTs<200){QT(`ws_connect_skip`,{reason:`already_connecting`,...this.wsSnap()});return}QT(`ws_connect_destroy_zombie`,{reason:e?`open_desynced`:`not_open`,...this.wsSnap()}),this.destroySocket()}this.manualClose=!1,this.clearConnectTimer(),this.setStatus(`connecting`);let e=`${window.location.protocol===`https:`?`wss`:`ws`}://${window.location.host}/ws`;QT(`ws_connect`,{url:e,resume:this.isResumeAttempt,...this.wsSnap()},`info`);let t=new WebSocket(e);this.ws=t,this.lastConnectTs=Date.now(),this.leakedSockets.add(t);let n=this.isResumeAttempt?ZJ:XJ;this.isResumeAttempt=!1,this.connectTimer=window.setTimeout(()=>{this.ws===t&&(this.connectTimer=null,t.readyState===WebSocket.OPEN&&this.status===`connected`||(QT(`ws_connect_timeout`,{wsState:YJ[t.readyState],managerStatus:this.status,timeoutMs:n,...this.wsSnap()},`info`),this.consecutiveFailures+=1,this.destroySocket(),this.scheduleReconnect()))},n),t.onopen=()=>{if(this.ws!==t){QT(`ws_onopen_stale`,this.wsSnap(),`info`);return}QT(`ws_onopen`,this.wsSnap(),`info`),this.clearConnectTimer(),this.reconnectAttempts=0,this.consecutiveFailures=0,this.connectionEpoch+=1,this.leakedSockets.delete(t),this.setStatus(`connected`),this.startHeartbeat()},t.onmessage=e=>{try{let t=e.data,n=performance.now(),r=JSON.parse(t),i=performance.now()-n,a=r;if(a._parseMs=Math.round(i),a._rawLength=t.length,r.type===`pong`){r.seq===this.pingSeq&&(this.clearPongTimer(),this.verifyTimer!==null&&(this.cancelVerify(),QT(`ws_verify_ok`,this.wsSnap(),`info`),this.startHeartbeat(rY)));return}this.listeners.forEach(e=>e(r))}catch{}},t.onerror=()=>{this.ws===t&&(QT(`ws_onerror`,this.wsSnap(),`info`),this.clearConnectTimer())},t.onclose=e=>{if(this.ws!==t){QT(`ws_onclose_stale`,{code:e.code,...this.wsSnap()},`info`);return}QT(`ws_onclose`,{code:e.code,reason:e.reason,clean:e.wasClean,...this.wsSnap()},`info`),this.clearConnectTimer(),this.cancelVerify(),this.consecutiveFailures+=1,this.ws=null,this.manualClose?this.setStatus(`disconnected`):this.scheduleReconnect()}}disconnect(){this.manualClose=!0,this.clearConnectTimer(),this.cancelVerify(),this.reconnectTimer&&=(window.clearTimeout(this.reconnectTimer),null),this.destroySocket(),this.setStatus(`disconnected`)}startLifecycleListeners(){this.lifecycleStarted||typeof document>`u`||typeof window>`u`||(this.lifecycleStarted=!0,document.addEventListener(`visibilitychange`,this.onVisibilityChange),window.addEventListener(`pageshow`,this.onPageShow),this.lastTick=Date.now(),this.wakeCheckInterval=window.setInterval(()=>{let e=Date.now(),t=e-this.lastTick;this.isHidden()||(t>QJ&&(QT(`ws_time_jump`,{gapMs:t,...this.wsSnap()},`info`),this.forceReconnect(`time_jump`,!0)),this.lastTick=e)},$J))}stopLifecycleListeners(){this.lifecycleStarted&&(this.lifecycleStarted=!1,document.removeEventListener(`visibilitychange`,this.onVisibilityChange),window.removeEventListener(`pageshow`,this.onPageShow),this.wakeCheckInterval!==null&&(window.clearInterval(this.wakeCheckInterval),this.wakeCheckInterval=null))}send(e){if(this.ws?.readyState!==WebSocket.OPEN)return!1;try{return this.ws.send(JSON.stringify(e)),!0}catch(t){return QT(`ws_send_error`,{messageType:e.type,error:t instanceof Error?t.message:String(t),...this.wsSnap()},`info`),this.destroySocket(),this.scheduleReconnect(),!1}}subscribe(e){return this.listeners.add(e),()=>this.listeners.delete(e)}subscribeStatus(e){return this.statusListeners.add(e),e(this.status,this.error,this.connectionEpoch),()=>this.statusListeners.delete(e)}getStatus(){return this.status}getConnectionEpoch(){return this.connectionEpoch}verifyConnection(){this.cancelVerify(),this.stopHeartbeat(),this.pingSeq+=1;let e=this.pingSeq,t=this.ws;if(QT(`ws_verify`,{seq:e,...this.wsSnap()},`info`),!this.send({type:`ping`,seq:e})){QT(`ws_verify_send_fail`,this.wsSnap(),`info`),this.forceReconnect(`verify_send_fail`,!0);return}this.verifyTimer=window.setTimeout(()=>{this.verifyTimer=null,this.ws===t&&(QT(`ws_verify_timeout`,this.wsSnap(),`info`),this.forceReconnect(`verify_timeout`,!0))},nY)}cancelVerify(){this.verifyTimer!==null&&(window.clearTimeout(this.verifyTimer),this.verifyTimer=null)}forceReconnect(e=`unknown`,t=!1){if(this.manualClose){QT(`ws_force_skip`,{trigger:e,reason:`manual_close`});return}let n=Date.now(),r=t?200:500;if(n-this.lastForceReconnectTs<r){QT(`ws_force_skip`,{trigger:e,reason:`debounce`,force:t});return}if(!t&&this.ws?.readyState===WebSocket.OPEN&&this.status===`connected`){QT(`ws_force_skip`,{trigger:e,reason:`already_connected`});return}this.lastForceReconnectTs=n,QT(`ws_force_reconnect`,{trigger:e,force:t,...this.wsSnap()},`info`),this.reconnectAttempts=0,this.consecutiveFailures=0,this.reconnectTimer&&=(window.clearTimeout(this.reconnectTimer),null),this.destroySocket(),t?(this.purgeLeakedSockets(),this.isResumeAttempt=!0,this.setStatus(`reconnecting`),this.reconnectTimer=window.setTimeout(()=>{this.reconnectTimer=null,this.connect()},iY)):this.connect()}startHeartbeat(e){this.stopHeartbeat();let t=()=>{this.ws?.readyState===WebSocket.OPEN&&(this.pingSeq+=1,this.send({type:`ping`,seq:this.pingSeq})&&(this.clearPongTimer(),this.pongTimer=window.setTimeout(()=>{this.pongTimer=null,QT(`ws_pong_timeout`,this.wsSnap(),`info`),this.destroySocket(),this.scheduleReconnect()},tY)))};e!==void 0&&e<eY?this.heartbeatTimer=window.setTimeout(()=>{t(),this.heartbeatTimer=window.setInterval(t,eY)},e):this.heartbeatTimer=window.setInterval(t,eY)}stopHeartbeat(){this.heartbeatTimer!==null&&(window.clearTimeout(this.heartbeatTimer),this.heartbeatTimer=null),this.clearPongTimer()}clearPongTimer(){this.pongTimer!==null&&(window.clearTimeout(this.pongTimer),this.pongTimer=null)}setStatus(e,t=null){this.status=e,this.error=t,this.statusListeners.forEach(n=>n(e,t,this.connectionEpoch))}scheduleReconnect(){if(this.stopHeartbeat(),this.isHidden()){QT(`ws_schedule_skip`,{reason:`hidden`,...this.wsSnap()}),this.setStatus(`reconnecting`);return}if(this.consecutiveFailures>=aY){QT(`ws_stall_detected`,this.wsSnap(),`info`),this.purgeLeakedSockets(),this.consecutiveFailures=0,this.reconnectAttempts=0,this.isResumeAttempt=!0,this.setStatus(`reconnecting`),this.reconnectTimer=window.setTimeout(()=>{this.reconnectTimer=null,this.connect()},oY);return}this.reconnectAttempts+=1;let e=Math.min(1e3*2**(this.reconnectAttempts-1),3e4);QT(`ws_schedule_reconnect`,{delay:e,...this.wsSnap()}),this.setStatus(`reconnecting`),this.reconnectTimer&&window.clearTimeout(this.reconnectTimer),this.reconnectTimer=window.setTimeout(()=>{this.reconnectTimer=null,this.connect()},e)}isHidden(){return typeof document<`u`&&document.visibilityState===`hidden`}clearConnectTimer(){this.connectTimer&&=(window.clearTimeout(this.connectTimer),null)}destroySocket(){if(this.clearConnectTimer(),this.stopHeartbeat(),this.cancelVerify(),!this.ws)return;let e=this.ws;this.ws=null,this.leakedSockets.add(e),e.onopen=null,e.onmessage=null,e.onerror=null,e.onclose=null;try{e.close()}catch{}}purgeLeakedSockets(){if(this.leakedSockets.size!==0){QT(`ws_purge_leaked`,{count:this.leakedSockets.size},`info`);for(let e of this.leakedSockets)try{e.onopen=null,e.onmessage=null,e.onerror=null,e.onclose=null,e.close()}catch{}this.leakedSockets.clear()}}};function cY(){let e=qm(e=>e.setConnectionState);return(0,x.useEffect)(()=>{sY.connect(),sY.startLifecycleListeners();let t=sY.subscribeStatus((t,n,r)=>{e(t,n,r)});return()=>{t(),sY.stopLifecycleListeners()}},[e]),{sendMessage:(0,x.useMemo)(()=>e=>{sY.send(e)},[]),subscribe:(0,x.useMemo)(()=>sY.subscribe.bind(sY),[]),getConnectionEpoch:(0,x.useMemo)(()=>()=>sY.getConnectionEpoch(),[])}}var lY=100;function uY({viewport:e,win:t,doc:n}){if(!e)return!1;let r=Math.max(0,e.offsetTop||0),i=Math.max(0,e.offsetLeft||0),a=t.innerHeight-(e.height+r),o=Math.max(0,a),s=Math.max(0,e.height||0),c=Math.max(0,e.width||0);return n.documentElement.style.setProperty(`--keyboard-inset`,`${o}px`),n.documentElement.style.setProperty(`--viewport-offset-top`,`${r}px`),n.documentElement.style.setProperty(`--viewport-offset-left`,`${i}px`),n.documentElement.style.setProperty(`--visual-viewport-height`,`${s}px`),n.documentElement.style.setProperty(`--visual-viewport-width`,`${c}px`),o>lY?n.documentElement.classList.add(`keyboard-visible`):n.documentElement.classList.remove(`keyboard-visible`),!0}function dY(e){e.documentElement.style.removeProperty(`--keyboard-inset`),e.documentElement.style.removeProperty(`--viewport-offset-top`),e.documentElement.style.removeProperty(`--viewport-offset-left`),e.documentElement.style.removeProperty(`--visual-viewport-height`),e.documentElement.style.removeProperty(`--visual-viewport-width`),e.documentElement.classList.remove(`keyboard-visible`)}function fY(){(0,x.useEffect)(()=>{let e=window.visualViewport;if(!e)return;let t=null,n=null,r=()=>{let e=document.activeElement;if(!e)return!1;let t=e.tagName?.toLowerCase();return t===`input`||t===`textarea`?!0:!!e.isContentEditable},i=()=>{uY({viewport:e,win:window,doc:document})},a=()=>{if(typeof window.requestAnimationFrame!=`function`){i();return}t!==null&&window.cancelAnimationFrame(t);let e=performance.now(),n=()=>{i(),t=performance.now()-e<1500?window.requestAnimationFrame(n):null};t=window.requestAnimationFrame(n)},o=()=>{if(!r()){c();return}i()},s=()=>{n!==null||typeof window.setInterval!=`function`||(n=window.setInterval(o,250),o())},c=()=>{n===null||typeof window.clearInterval!=`function`||(window.clearInterval(n),n=null)},l=()=>{r()?(a(),s(),i()):c()},u=()=>{l()},d=()=>{l()},f=()=>{a()};return i(),l(),e.addEventListener(`resize`,i),e.addEventListener(`scroll`,i),typeof window.addEventListener==`function`&&(window.addEventListener(`resize`,i),window.addEventListener(`orientationchange`,f)),typeof document.addEventListener==`function`&&(document.addEventListener(`focusin`,u),document.addEventListener(`focusout`,d),document.addEventListener(`focus`,u,!0),document.addEventListener(`blur`,d,!0)),()=>{e.removeEventListener(`resize`,i),e.removeEventListener(`scroll`,i),typeof window.removeEventListener==`function`&&(window.removeEventListener(`resize`,i),window.removeEventListener(`orientationchange`,f)),typeof document.removeEventListener==`function`&&(document.removeEventListener(`focusin`,u),document.removeEventListener(`focusout`,d),document.removeEventListener(`focus`,u,!0),document.removeEventListener(`blur`,d,!0)),t!==null&&typeof window.cancelAnimationFrame==`function`&&window.cancelAnimationFrame(t),c(),dY(document)}},[])}function pY(e,t,n){let r=e;return t.length>0&&(r=r.filter(e=>t.includes(e.projectPath))),n.length>0&&(r=r.filter(e=>n.includes(e.host??``))),r}function mY(){let[e,t]=(0,x.useState)(!1),[n,r]=(0,x.useState)(void 0),[i,a]=(0,x.useState)(void 0),[o,s]=(0,x.useState)(void 0),[c,l]=(0,x.useState)(!1),[u,d]=(0,x.useState)(null),[f,p]=(0,x.useState)(null),[m,h]=(0,x.useState)(null),g=qm(e=>e.sessions),_=qm(e=>e.agentSessions),v=qm(e=>e.agentSessionsEpoch),y=qm(e=>e.selectedSessionId),b=qm(e=>e.selectedHibernatingSessionId),S=qm(e=>e.setSessions),C=qm(e=>e.setAgentSessions),w=qm(e=>e.setActiveAgentSessions),T=qm(e=>e.setHostStatuses),E=qm(e=>e.updateSession),D=qm(e=>e.setSelectedSessionId),O=qm(e=>e.setSelectedHibernatingSessionId),k=qm(e=>e.hasLoaded),A=qm(e=>e.connectionStatus),j=qm(e=>e.connectionError),M=qm(e=>e.clearExitingSession),N=qm(e=>e.markSessionExiting),P=qm(e=>e.setRemoteAllowControl),F=qm(e=>e.setRemoteAllowAttach),I=qm(e=>e.setHostLabel),L=qm(e=>e.setPreferWindowName),ee=qm(e=>e.hostStatuses),R=qm(e=>e.remoteAllowControl),z=qm(e=>e.hostLabel),B=BH(e=>e.theme),te=re(),V=H(e=>e.defaultProjectDir),ne=H(e=>e.commandPresets),ie=H(e=>e.defaultPresetId),ae=H(e=>e.lastProjectPath),oe=H(e=>e.setLastProjectPath),se=H(e=>e.addRecentPath),ce=H(e=>e.shortcutModifier),le=H(e=>e.sidebarWidth),ue=H(e=>e.setSidebarWidth),de=H(e=>e.projectFilters),fe=H(e=>e.hostFilters),pe=H(e=>e.soundOnPermission),me=H(e=>e.soundOnIdle),he=qm(e=>e.connectionEpoch),{sendMessage:ge,subscribe:_e,getConnectionEpoch:ve}=cY();fY(),(0,x.useEffect)(()=>{if(typeof document>`u`||!pe&&!me)return;let e=!1,t=()=>{e&&!WK()||(e=!0,KK())};return document.addEventListener(`click`,t,{passive:!0}),document.addEventListener(`keydown`,t,{passive:!0}),document.addEventListener(`touchstart`,t,{passive:!0}),()=>{document.removeEventListener(`click`,t),document.removeEventListener(`keydown`,t),document.removeEventListener(`touchstart`,t)}},[pe,me]);let ye=(0,x.useRef)(!1),be=(0,x.useCallback)(e=>{e.preventDefault(),ye.current=!0,document.body.style.cursor=`col-resize`,document.body.style.userSelect=`none`},[]);(0,x.useEffect)(()=>{if(typeof document>`u`||typeof document.addEventListener!=`function`)return;let e=e=>{if(!ye.current)return;let t=e.clientX;ue(Math.max(180,Math.min(400,t)))},t=()=>{ye.current&&(ye.current=!1,document.body.style.cursor=``,document.body.style.userSelect=``)};return document.addEventListener(`mousemove`,e),document.addEventListener(`mouseup`,t),()=>{document.removeEventListener(`mousemove`,e),document.removeEventListener(`mouseup`,t)}},[ue]),(0,x.useEffect)(()=>{let e=_e(e=>{if(e.type!==`terminal-output`){if(e.type===`sessions`){let t=qm.getState().sessions,{soundOnPermission:n,soundOnIdle:r}=H.getState();if(n||r)for(let i of e.sessions){let e=t.find(e=>e.id===i.id);e&&e.status!==i.status&&(e.status!==`permission`&&i.status===`permission`&&n&&YK(),e.status===`working`&&i.status===`waiting`&&r&&XK())}if(Ie.current.size>0){let e=ve();for(let[t,n]of Ie.current)n.epoch!==e&&Ie.current.delete(t)}let i=Ie.current.size>0?e.sessions.filter(e=>!Ie.current.has(e.id)):e.sessions,{selectedSessionId:a,selectedHibernatingSessionId:o}=qm.getState(),s=a!==null&&o===null&&!i.some(e=>e.id===a)?t.find(e=>e.id===a)?.agentSessionId?.trim()??null:null;s&&(Me.current=s),S(i);let c=Ne.current,{selectedSessionId:l,selectedHibernatingSessionId:u}=qm.getState(),{projectFilters:d,hostFilters:f}=H.getState();if(c&&l===null&&u===null){let e=i.find(e=>!(e.agentSessionId?.trim()!==c||d.length>0&&!d.includes(e.projectPath)||f.length>0&&!f.includes(e.host??``)));e&&(Ne.current=null,D(e.id))}}if(e.type===`host-status`&&T(e.hosts),e.type===`server-config`&&(P(e.remoteAllowControl),F(e.remoteAllowAttach),I(e.hostLabel),L(e.preferWindowName),e.clientLogLevel&&ZT(e.clientLogLevel)),e.type===`session-update`){let t=qm.getState().sessions.find(t=>t.id===e.session.id)?.status,n=e.session.status;if(E(e.session),t){let{soundOnPermission:e,soundOnIdle:r}=H.getState();t!==`permission`&&n===`permission`&&e&&YK(),t===`working`&&n===`waiting`&&r&&XK()}}if(e.type===`session-created`){let t=qm.getState().sessions;t.some(t=>t.id===e.session.id)||S([e.session,...t]),D(e.session.id),se(e.session.projectPath);let{projectFilters:n,setProjectFilters:r}=H.getState();n.length>0&&!n.includes(e.session.projectPath)&&r([...n,e.session.projectPath])}if(e.type===`session-removed`){dH(e.sessionId);let t=qm.getState().sessions,n=t.filter(t=>t.id!==e.sessionId);n.length!==t.length&&S(n)}if(e.type===`agent-sessions`){let t=Array.isArray(e.active)?e.active:[],n=Array.isArray(e.hibernating)?e.hibernating:[],r=Array.isArray(e.history)?e.history:[],{selectedHibernatingSessionId:i}=qm.getState(),a=Me.current;i&&!n.some(e=>e.sessionId===i)&&(Ne.current=i),C(t,n,r),h(e=>e&&n.some(t=>t.sessionId===e.sessionId)?null:e),a&&n.some(e=>e.sessionId===a)?(Me.current=null,O(a)):a&&(Me.current=null)}if(e.type===`agent-sessions-active`&&w(Array.isArray(e.active)?e.active:[]),e.type===`session-orphaned`&&!e.supersededBy){let t=qm.getState().sessions,n=t.filter(t=>t.agentSessionId?.trim()!==e.session.sessionId);n.length!==t.length&&S(n)}if(e.type===`session-activated`){let t=qm.getState().sessions.find(t=>t.tmuxWindow===e.window);t&&E({...t,agentSessionId:e.session.sessionId,agentSessionName:e.session.displayName,logFilePath:e.session.logFilePath,isPinned:e.session.isPinned,lastUserMessage:e.session.lastUserMessage??t.lastUserMessage})}if(e.type===`session-wake-result`)if(e.ok&&e.session){h(t=>t?.sessionId===e.sessionId?null:t);let t=qm.getState().sessions;t.some(t=>t.id===e.session.id)||S([e.session,...t]),D(e.session.id)}else e.ok||(d(`${e.error?.code}: ${e.error?.message}`),window.setTimeout(()=>d(null),6e3));if(e.type===`session-hibernate-result`&&(e.ok?(e.session&&h(e.session),O(e.sessionId)):(d(e.error??`Failed to hibernate session`),window.setTimeout(()=>d(null),6e3))),e.type===`terminal-error`&&(!e.sessionId||e.sessionId===y)&&(d(`${e.code}: ${e.message}`),window.setTimeout(()=>d(null),6e3)),e.type===`terminal-ready`&&e.sessionId===y&&d(null),e.type===`error`&&(d(e.message),window.setTimeout(()=>d(null),6e3)),e.type===`kill-failed`){let t=Ie.current.get(e.sessionId);if(t){let n=qm.getState().sessions;n.some(t=>t.id===e.sessionId)||S([t.session,...n]),t.wasSelected&&D(e.sessionId),Ie.current.delete(e.sessionId)}M(e.sessionId),d(e.message),window.setTimeout(()=>d(null),6e3)}e.type===`session-move-to-history-result`&&!e.ok&&e.error&&(d(e.error),window.setTimeout(()=>d(null),6e3))}});return()=>{e()}},[y,b,se,M,ge,D,O,h,S,C,w,T,P,F,I,L,_e,E]);let xe=(0,x.useMemo)(()=>g.find(e=>e.id===y)||null,[y,g]),Se=_.hibernating??[],Ce=_.history??[],we=(0,x.useMemo)(()=>pY(Se,de,fe),[Se,de,fe]),Te=(0,x.useMemo)(()=>we.find(e=>e.sessionId===b)||(m?.sessionId===b?m:null),[we,m,b]);(0,x.useEffect)(()=>{xe?.projectPath&&!xe.remote&&oe(xe.projectPath)},[xe?.projectPath,xe?.remote,oe]);let Ee=H(e=>e.sessionSortMode),De=H(e=>e.sessionSortDirection),Oe=H(e=>e.manualSessionOrder),ke=(0,x.useMemo)(()=>Mm(g,{mode:Ee,direction:De,manualOrder:Oe}),[g,Ee,De,Oe]),Ae=(0,x.useMemo)(()=>{let e=ke;return de.length>0&&(e=e.filter(e=>de.includes(e.projectPath))),fe.length>0&&(e=e.filter(e=>fe.includes(e.host??``))),e},[ke,de,fe]),je=(0,x.useRef)(b),Me=(0,x.useRef)(null),Ne=(0,x.useRef)(null),Pe=(0,x.useRef)(he),Fe=(0,x.useCallback)(()=>Ae.length>0?(D(Ae[0].id),!0):we.length>0?(O(we[0].sessionId),!0):!1,[Ae,we,D,O]);(0,x.useEffect)(()=>{let e=je.current;e&&b===null&&!Se.some(t=>t.sessionId===e)?Ne.current=e:b!==null&&(Ne.current=null),je.current=b},[Se,b]),(0,x.useEffect)(()=>{m&&b!==m.sessionId&&h(null)},[m,b]),(0,x.useEffect)(()=>{Pe.current!==he&&(Pe.current=he,Me.current=null,Ne.current=null,h(null))},[he]),(0,x.useEffect)(()=>{k&&(b||y&&(Ae.some(e=>e.id===y)||Fe()||D(null)))},[k,y,b,Fe,D]),(0,x.useEffect)(()=>{if(!b||m?.sessionId===b||v!==he||we.some(e=>e.sessionId===b))return;let e=Ae.find(e=>e.agentSessionId?.trim()===b);if(e){D(e.id);return}Fe()||O(null)},[we,Ae,v,m,b,Fe,D,O,he]),(0,x.useEffect)(()=>{let e=Ne.current;if(!e)return;if(b!==null){Ne.current=null;return}let t=Ae.find(t=>t.agentSessionId?.trim()===e);if(t){Ne.current=null,D(t.id);return}if(y!==null){Ne.current=null;return}Fe()&&(Ne.current=null)},[Ae,y,b,Fe,D]),(0,x.useEffect)(()=>{window.matchMedia(`(max-width: 767px)`).matches&&k&&y===null&&b===null&&(Ae.length>0||we.length>0)&&Fe()},[we.length,Ae.length,k,Fe,y,b]);let Ie=(0,x.useRef)(new Map),Le=(0,x.useCallback)((e,t=`unknown`)=>{dH(e);let{sessions:n,selectedSessionId:r}=qm.getState(),i=n.find(t=>t.id===e);i&&Ie.current.set(e,{session:i,wasSelected:r===e,epoch:ve()}),(0,U.flushSync)(()=>{N(e),S(n.filter(t=>t.id!==e))}),ge({type:`session-kill`,sessionId:e,source:t})},[N,S,ge]);(0,x.useEffect)(()=>{let n=qe(ce),r=r=>{if(r.defaultPrevented)return;let i=r.code,a=Xe(r,n);if(a&&(i===`BracketLeft`||i===`BracketRight`)){r.preventDefault();let e=i===`BracketLeft`?-1:1,t=Ae;if(t.length===0){let t=we;if(t.length===0)return;let n=t.findIndex(e=>e.sessionId===b);if(n===-1){O(t[0].sessionId);return}O(t[(n+e+t.length)%t.length].sessionId);return}let n=t.findIndex(e=>e.id===y);if(n===-1){D(t[0].id);return}D(t[(n+e+t.length)%t.length].id);return}if(a&&/^Digit[1-9]$/.test(i)){let e=Number(i.slice(5))-1;if(Ae.length>0){let t=Ae[e];if(!t)return;r.preventDefault(),D(t.id);return}let t=we[e];if(!t)return;r.preventDefault(),O(t.sessionId);return}if(a&&i===`KeyN`){r.preventDefault(),!e&&te&&t(!0);return}if(a&&i===`KeyX`){r.preventDefault(),y&&!e&&Le(y,`keyboard_shortcut`);return}};return window.addEventListener(`keydown`,r),()=>window.removeEventListener(`keydown`,r)},[e,y,b,D,O,Ae,we,Le,ce,te]);let Re=()=>te?(r(void 0),a(void 0),s(void 0),t(!0),!0):!1,ze=()=>l(!0),Be=(e,t,n,r)=>{ge({type:`session-create`,projectPath:e,name:t,command:n,host:r}),r||oe(e)},Ve=e=>{ge({type:`session-wake`,sessionId:e})},He=(0,x.useCallback)(e=>{ge({type:`session-hibernate`,sessionId:e})},[ge]),Ue=(e,t)=>{ge({type:`session-rename`,sessionId:e,newName:t})},We=(0,x.useCallback)(e=>{let t=g.find(t=>t.id===e);t&&ge({type:`session-create`,projectPath:t.projectPath,command:t.command||void 0,host:t.remote&&t.host?t.host:void 0})},[g,ge]),Ge=(0,x.useCallback)(e=>{ge({type:`session-move-to-history`,sessionId:e})},[ge]);(0,x.useEffect)(()=>{document.documentElement.setAttribute(`data-theme`,B)},[B]),(0,x.useEffect)(()=>{fetch(`/api/server-info`).then(e=>e.json()).then(e=>p(e)).catch(()=>{})},[]);let Ke=(0,x.useMemo)(()=>z?ee.filter(e=>e.host!==z):ee,[ee,z]);return(0,W.jsxs)(`div`,{className:`flex h-full overflow-hidden`,children:[(0,W.jsxs)(`div`,{className:`hidden h-full flex-col md:flex md:shrink-0`,style:{width:le},children:[(0,W.jsx)($e,{connectionStatus:A,onNewSession:Re,onOpenSettings:ze,tailscaleIp:f?.tailscaleIp??null}),(0,W.jsx)(KT,{sessions:g,hibernatingSessions:Se,historySessions:Ce,selectedSessionId:y,selectedHibernatingSessionId:b,onSelect:D,onSelectHibernating:O,onRename:Ue,onResume:Ve,onHibernate:He,onKill:Le,onDuplicate:We,onMoveToHistory:Ge,onNewSession:Re,loading:!k,error:j||u})]}),(0,W.jsx)(`div`,{className:`hidden md:block w-1 shrink-0 cursor-col-resize bg-transparent transition-colors hover:bg-white/10 active:bg-white/20`,onMouseDown:be}),(0,W.jsx)(LU,{session:xe,sessions:Ae,hibernatingSession:Te,hibernatingSessions:Se,connectionStatus:A,connectionEpoch:he,sendMessage:ge,subscribe:_e,onClose:()=>D(null),onSelectSession:D,onSelectHibernatingSession:O,onNewSession:Re,onKillSession:Le,onRenameSession:Ue,onOpenSettings:ze,onResumeSession:Ve,onHibernateSession:He,onMoveToHistory:Ge,historySessions:Ce,loading:!k,error:j||u}),(0,W.jsx)(zU,{isOpen:e,onClose:()=>t(!1),onCreate:Be,defaultProjectDir:V,commandPresets:ne,defaultPresetId:ie,lastProjectPath:ae,activeProjectPath:xe&&!xe.remote?xe.projectPath:void 0,remoteHosts:Ke,remoteAllowControl:R,initialHost:n,initialPath:i,initialCommand:o}),(0,W.jsx)(ZK,{isOpen:c,onClose:()=>l(!1)}),(0,W.jsx)(JJ,{})]})}var hY=`modulepreload`,gY=function(e){return`/`+e},_Y={},vY=function(e,t,n){let r=Promise.resolve();if(t&&t.length>0){let e=document.getElementsByTagName(`link`),i=document.querySelector(`meta[property=csp-nonce]`),a=i?.nonce||i?.getAttribute(`nonce`);function o(e){return Promise.all(e.map(e=>Promise.resolve(e).then(e=>({status:`fulfilled`,value:e}),e=>({status:`rejected`,reason:e}))))}r=o(t.map(t=>{if(t=gY(t,n),t in _Y)return;_Y[t]=!0;let r=t.endsWith(`.css`),i=r?`[rel="stylesheet"]`:``;if(n)for(let n=e.length-1;n>=0;n--){let i=e[n];if(i.href===t&&(!r||i.rel===`stylesheet`))return}else if(document.querySelector(`link[href="${t}"]${i}`))return;let o=document.createElement(`link`);if(o.rel=r?`stylesheet`:hY,r||(o.as=`script`),o.crossOrigin=``,o.href=t,a&&o.setAttribute(`nonce`,a),document.head.appendChild(o),r)return new Promise((e,n)=>{o.addEventListener(`load`,e),o.addEventListener(`error`,()=>n(Error(`Unable to preload CSS for ${t}`)))})}))}function i(e){let t=new Event(`vite:preloadError`,{cancelable:!0});if(t.payload=e,window.dispatchEvent(t),!t.defaultPrevented)throw e}return r.then(t=>{for(let e of t||[])e.status===`rejected`&&i(e.reason);return e().catch(i)})},yY=`true`,bY=`false`,xY=yY===`true`,SY=bY===`true`;function CY(e={}){let{immediate:t=!1,onNeedRefresh:n,onOfflineReady:r,onRegistered:i,onRegisteredSW:a,onRegisterError:o}=e,s,c,l,u=async(e=!0)=>{await c,xY||l?.()};async function d(){if(`serviceWorker`in navigator){if(s=await vY(async()=>{let{Workbox:e}=await import(`./workbox-window.prod.es5-Bq4GJJid.js`);return{Workbox:e}},[]).then(({Workbox:e})=>new e(`/sw.js`,{scope:`/`,type:`classic`})).catch(e=>{o?.(e)}),!s)return;if(l=()=>{s?.messageSkipWaiting()},!SY)if(xY)s.addEventListener(`activated`,e=>{(e.isUpdate||e.isExternal)&&window.location.reload()}),s.addEventListener(`installed`,e=>{e.isUpdate||r?.()});else{let e=!1,t=()=>{e=!0,s?.addEventListener(`controlling`,e=>{e.isUpdate&&window.location.reload()}),n?.()};s.addEventListener(`installed`,n=>{n.isUpdate===void 0?n.isExternal===void 0?!e&&r?.():n.isExternal?t():!e&&r?.():n.isUpdate||r?.()}),s.addEventListener(`waiting`,t)}s.register({immediate:t}).then(e=>{a?a(`/sw.js`,e):i?.(e)}).catch(e=>{o?.(e)})}}return c=d(),u}We()&&document.documentElement.classList.add(`ios`),Ge()&&document.documentElement.classList.add(`ios-pwa`),CY({immediate:!0,onRegisteredSW(e,t){t&&(setInterval(()=>{t.update()},300*1e3),document.addEventListener(`visibilitychange`,()=>{document.visibilityState===`visible`&&t.update()}))}});var wY=document.getElementById(`root`);if(!wY)throw Error(`Root element not found`);(0,E.createRoot)(wY).render((0,W.jsx)(x.StrictMode,{children:(0,W.jsx)(mY,{})}));
317
+ ${r?IU[t.status]:FU[t.status]}
318
+ `,onClick:()=>{LU(),u(t.id)},title:lt?t.name:void 0,children:i},t.id)})})]}),(0,W.jsxs)(`div`,{className:`relative flex-1`,children:[(0,W.jsx)(`div`,{ref:we,className:`absolute inset-0`,style:{backgroundColor:S.background}}),Me&&e&&(0,W.jsxs)(`div`,{role:`status`,"aria-live":`polite`,className:`absolute top-2 left-2 z-50 flex items-center gap-1.5 rounded-lg bg-black/60 px-2.5 py-1.5 text-xs text-white/90 shadow-lg backdrop-blur-md`,children:[(0,W.jsxs)(`svg`,{className:`h-3 w-3 animate-spin`,viewBox:`0 0 24 24`,fill:`none`,xmlns:`http://www.w3.org/2000/svg`,children:[(0,W.jsx)(`circle`,{className:`opacity-25`,cx:`12`,cy:`12`,r:`10`,stroke:`currentColor`,strokeWidth:`4`}),(0,W.jsx)(`path`,{className:`opacity-75`,fill:`currentColor`,d:`M4 12a8 8 0 018-8V0C5.373 0 0 5.373 0 12h4z`})]}),`Loading`]}),Fe&&e&&(0,W.jsxs)(`div`,{className:`absolute ${j&&!N?`bottom-20`:`bottom-8`} left-1/2 z-30 flex max-w-[calc(100%-2rem)] -translate-x-1/2 items-center gap-2 rounded-lg border border-border bg-elevated/95 px-2 py-2 shadow-lg backdrop-blur-sm md:left-auto md:right-4 md:translate-x-0`,children:[(0,W.jsx)(`span`,{className:`max-w-[12rem] truncate text-xs text-secondary md:max-w-[18rem]`,children:`Selection ready`}),(0,W.jsxs)(`button`,{type:`button`,onClick:Ie,className:`flex h-8 shrink-0 items-center justify-center gap-1.5 rounded bg-accent px-2.5 text-xs font-medium text-white hover:bg-accent/90 active:scale-95 transition-all`,title:`Copy selection`,"aria-label":`Copy selection`,children:[(0,W.jsx)(de,{width:14,height:14}),`Copy`]}),(0,W.jsx)(`button`,{type:`button`,onClick:Re,className:`flex h-8 w-8 shrink-0 items-center justify-center rounded border border-border text-secondary hover:bg-hover hover:text-primary active:scale-95 transition-all`,title:`Dismiss`,"aria-label":`Dismiss`,children:(0,W.jsx)(Ue,{width:14,height:14})})]}),!e&&(0,W.jsx)(`div`,{className:`absolute inset-0 flex items-center justify-center text-sm text-muted`,children:n?null:`Select a session to view terminal`}),e&&ve&&(0,W.jsx)(`div`,{className:`absolute inset-0 flex items-center justify-center text-center text-sm text-muted`,children:`Remote session (read-only). Use SSH to attach on the host.`}),n&&(0,W.jsx)(`div`,{className:`absolute inset-0 z-10 overflow-y-auto bg-base`,children:(0,W.jsxs)(`div`,{className:`mx-auto flex min-h-full w-full max-w-5xl flex-col gap-4 p-4 md:p-6`,children:[(0,W.jsx)(`div`,{className:`border-b border-border pb-4`,children:(0,W.jsxs)(`div`,{className:`flex flex-col gap-3 md:flex-row md:items-start md:justify-between`,children:[(0,W.jsxs)(`div`,{className:`min-w-0 space-y-2`,children:[(0,W.jsxs)(`div`,{className:`flex flex-wrap items-center gap-x-2 gap-y-1 text-sm`,children:[(0,W.jsx)(`h2`,{className:`min-w-0 truncate text-lg font-semibold text-primary`,children:be}),(0,W.jsx)(`span`,{className:`rounded-full bg-blue-500/15 px-2 py-0.5 text-[10px] font-semibold uppercase tracking-wide text-blue-400`,children:`Hibernating`}),xe&&(0,W.jsx)(`span`,{className:`text-muted`,children:xe}),(0,W.jsxs)(`span`,{className:`text-muted`,children:[`Last active `,Se]})]}),n.lastResumeError&&(0,W.jsxs)(`div`,{className:`inline-flex items-center gap-1 rounded bg-amber-500/15 px-2 py-1 text-xs text-amber-400`,title:`Last wake failed: ${n.lastResumeError}`,children:[(0,W.jsx)(ae,{width:12,height:12}),`Last wake failed`]}),n.lastUserMessage&&(0,W.jsx)(`p`,{className:`max-h-28 max-w-3xl overflow-y-auto whitespace-pre-wrap break-words pr-2 text-sm leading-6 text-secondary`,children:n.lastUserMessage})]}),(0,W.jsxs)(`div`,{className:`flex shrink-0 items-center gap-2`,children:[(0,W.jsx)(`button`,{type:`button`,onClick:()=>h(n.sessionId),className:`btn btn-primary hidden md:inline-flex`,children:`Wake`}),_&&(0,W.jsx)(`button`,{type:`button`,onClick:()=>_(n.sessionId),className:`btn btn-secondary`,children:`Move to History`})]})]})}),(0,W.jsx)(VT,{session:n})]})}),ke&&e&&!N?(0,W.jsxs)(`button`,{type:`button`,onClick:ze,className:`absolute bottom-14 left-1/2 z-20 flex h-10 items-center justify-center overflow-hidden rounded-full border border-amber-400/35 bg-amber-500/20 text-amber-100 shadow-lg backdrop-blur-sm transition-all hover:bg-amber-500/30 active:scale-95 md:bottom-8`,style:{transform:`translateX(-50%)`},title:`Exit tmux copy mode and return to live output`,"aria-label":`Exit copy mode`,children:[(0,W.jsx)(`span`,{className:`px-3 text-[11px] font-semibold uppercase tracking-wide`,children:`Copy mode`}),(0,W.jsx)(`span`,{className:`self-stretch border-l border-amber-400/25`,"aria-hidden":`true`}),(0,W.jsx)(`span`,{className:`px-3 text-sm font-medium`,children:`Exit`})]}):j&&e&&!N?(0,W.jsxs)(`button`,{type:`button`,onClick:ze,className:`absolute bottom-8 left-1/2 z-20 flex h-10 px-4 items-center justify-center gap-1.5 rounded-full bg-blue-600/90 text-white shadow-lg hover:bg-blue-600 active:scale-95 transition-all`,style:{transform:`translateX(-50%)`},title:`Scroll to bottom`,"aria-label":`Scroll to bottom`,children:[(0,W.jsx)(`svg`,{xmlns:`http://www.w3.org/2000/svg`,width:`18`,height:`18`,viewBox:`0 0 24 24`,fill:`none`,stroke:`currentColor`,strokeWidth:`2.5`,strokeLinecap:`round`,strokeLinejoin:`round`,children:(0,W.jsx)(`path`,{d:`M12 5v14M5 12l7 7 7-7`})}),(0,W.jsx)(`span`,{className:`text-sm font-medium`,children:`Jump to bottom`})]}):null]}),(0,W.jsx)(bU,{...ot}),e&&(0,W.jsx)(jU,{onSendKey:nt,onPasteText:rt,onPasteImage:it,disabled:a!==`connected`||ve||!Pe,sessions:t.map(e=>({id:e.id,name:e.name,status:e.status})),currentSessionId:e.id,agentType:e.agentType,fileUploadsAllowed:!fe,onSelectSession:u,hideSessionSwitcher:!0,onRefocus:at,isKeyboardVisible:ct,onEnterTextMode:st}),(A||k)&&(0,W.jsx)(MU,{isOpen:z,onClose:()=>B(!1),sessions:t,hibernatingSessions:r,historySessions:i,selectedSessionId:e?.id??null,selectedHibernatingSessionId:n?.sessionId??null,onSelect:u,onSelectHibernating:d,onRename:m,onResume:h,onHibernate:g,onMoveToHistory:_,onNewSession:f,loading:y,error:b}),F&&e&&(0,W.jsx)(`div`,{className:`fixed inset-0 z-50 flex items-center justify-center bg-black/50`,children:(0,W.jsxs)(`div`,{className:`mx-4 w-full max-w-sm rounded-lg border border-border bg-elevated p-4 shadow-xl`,children:[(0,W.jsx)(`h3`,{className:`text-base font-medium text-primary mb-2 text-balance`,children:`Kill Session`}),(0,W.jsxs)(`p`,{className:`text-sm text-secondary mb-4 text-pretty`,children:[`Kill "`,e.agentSessionName||e.name,`"? The process will be terminated. Conversation history is preserved in logs.`]}),(0,W.jsxs)(`div`,{className:`flex justify-end gap-2`,children:[(0,W.jsx)(`button`,{onClick:()=>I(!1),className:`btn py-1.5 px-3 text-sm`,children:`Cancel`}),(0,W.jsx)(`button`,{ref:ce,onClick:He,className:`btn btn-danger py-1.5 px-3 text-sm`,children:`Kill Session`})]})]})})]})}function zU({onSelect:e,onCancel:t,initialPath:n}){let[r,i]=(0,x.useState)(n||`~`),[a,o]=(0,x.useState)(null),[s,c]=(0,x.useState)(null),[l,u]=(0,x.useState)(!0),[d,f]=(0,x.useState)(-1),p=(0,x.useRef)(null),m=H(e=>e.recentPaths),h=(0,x.useCallback)(async e=>{p.current?.abort();let t=new AbortController;p.current=t;let{signal:n}=t;u(!0),c(null),o(null),f(-1),i(e);try{let r=await fetch(`/api/directories?path=${encodeURIComponent(e)}`,{signal:n});if(!r.ok){let e=await r.json();throw Error(e.message||`Failed to load directory`)}let a=await r.json();if(p.current!==t)return;o(a),i(a.path)}catch(e){if(p.current!==t)return;let n=e;n?.name!==`AbortError`&&c(n?.message||`Failed to load directory`)}finally{p.current===t&&u(!1)}},[]);(0,x.useEffect)(()=>(h(n||`~`),()=>{p.current?.abort()}),[h,n]);let g=a?.directories??[],_=a?.path||r,v=a?.parent;return(0,x.useEffect)(()=>{let n=n=>{if(n.key===`Escape`){n.preventDefault(),t();return}if(!l){if(n.key===`ArrowDown`){n.preventDefault(),f(e=>g.length===0?-1:e<0?0:Math.min(e+1,g.length-1));return}if(n.key===`ArrowUp`){n.preventDefault(),f(e=>g.length===0?-1:e<0?g.length-1:Math.max(e-1,0));return}if(n.key===`Enter`){n.preventDefault();let t=g[d];t?h(t.path):_&&e(_);return}n.key===`Backspace`&&v&&(n.preventDefault(),h(v))}};return window.addEventListener(`keydown`,n),()=>window.removeEventListener(`keydown`,n)},[g,_,h,d,l,t,e,v]),(0,W.jsx)(`div`,{role:`dialog`,"aria-modal":`true`,"aria-label":`Directory browser`,className:`fixed inset-0 z-[60] flex items-center justify-center bg-black/60 p-4`,onClick:e=>{e.target===e.currentTarget&&t()},"data-testid":`directory-browser`,children:(0,W.jsxs)(`div`,{className:`w-full max-w-lg border border-border bg-elevated p-4`,children:[(0,W.jsxs)(`div`,{className:`flex items-center gap-3 border-b border-border pb-2`,children:[(0,W.jsx)(`button`,{type:`button`,className:`btn`,onClick:()=>{v&&h(v)},disabled:!v||l,children:`Up`}),(0,W.jsx)(`div`,{className:`min-w-0 flex-1 truncate text-xs font-mono text-secondary`,title:_,"data-testid":`directory-current-path`,children:_})]}),(0,W.jsx)(`div`,{className:`mt-3 max-h-60 overflow-y-auto border border-border bg-surface`,children:l?(0,W.jsx)(`div`,{className:`px-3 py-4 text-xs text-muted`,"data-testid":`directory-loading`,children:`Loading directories...`}):s?(0,W.jsxs)(`div`,{className:`px-3 py-4 text-xs`,"data-testid":`directory-error`,children:[(0,W.jsx)(`p`,{className:`text-danger`,children:s}),(0,W.jsx)(`button`,{type:`button`,className:`btn mt-3`,onClick:()=>h(r),children:`Retry`})]}):g.length===0?(0,W.jsx)(`div`,{className:`px-3 py-4 text-xs text-muted`,"data-testid":`directory-empty`,children:`No subdirectories`}):(0,W.jsx)(`div`,{className:`py-1`,children:g.map((e,t)=>(0,W.jsxs)(`button`,{type:`button`,onClick:()=>h(e.path),onMouseEnter:()=>f(t),className:`flex w-full items-center gap-2 px-3 py-2 text-left text-xs ${t===d?`bg-hover text-primary`:`text-secondary`}`,"data-testid":`directory-entry`,"data-entry-name":e.name,"data-entry-path":e.path,children:[(0,W.jsx)(xe,{width:14,height:14,className:`shrink-0 text-muted`,"aria-hidden":`true`}),(0,W.jsx)(`span`,{className:`truncate`,children:e.name})]},e.path))})}),a?.truncated?(0,W.jsx)(`p`,{className:`mt-2 text-[10px] text-muted`,children:`Showing first 200 directories.`}):null,(0,W.jsxs)(`div`,{className:`mt-4 border-t border-border pt-3`,children:[(0,W.jsx)(`div`,{className:`text-[10px] uppercase tracking-wider text-secondary`,children:`Recent`}),m.length===0?(0,W.jsx)(`p`,{className:`mt-2 text-xs text-muted`,children:`No recent paths yet.`}):(0,W.jsx)(`div`,{className:`mt-2 space-y-1`,children:m.map(e=>(0,W.jsx)(`button`,{type:`button`,className:`block w-full truncate text-left text-xs text-secondary hover:text-primary`,onClick:()=>h(e),title:e,"data-testid":`directory-recent`,"data-recent-path":e,children:e},e))})]}),(0,W.jsxs)(`div`,{className:`mt-4 flex justify-end gap-2`,children:[(0,W.jsx)(`button`,{type:`button`,onClick:t,className:`btn`,children:`Cancel`}),(0,W.jsx)(`button`,{type:`button`,onClick:()=>{_&&e(_)},className:`btn btn-primary`,disabled:l||!_,children:`Select`})]})]})})}function BU({isOpen:e,onClose:t,onCreate:n,defaultProjectDir:r,commandPresets:i,defaultPresetId:a,lastProjectPath:o,activeProjectPath:s,remoteHosts:c=[],remoteAllowControl:l=!1,initialHost:u,initialPath:d,initialCommand:f}){let[p,m]=(0,x.useState)(``),[h,g]=(0,x.useState)(``),[_,v]=(0,x.useState)(null),[y,b]=(0,x.useState)(``),[S,C]=(0,x.useState)(!1),[w,T]=(0,x.useState)(``),E=(0,x.useRef)(null),D=(0,x.useRef)(null),O=(0,x.useRef)(null),k=l&&c.length>0;if((0,x.useEffect)(()=>{if(!e){m(``),g(``),v(null),b(``),C(!1),T(u??``),setTimeout(()=>{if(typeof document>`u`||typeof document.querySelector!=`function`)return;let e=document.querySelector(`.xterm-helper-textarea`);e&&(e.removeAttribute(`disabled`),e.focus())},300);return}if(typeof document<`u`&&typeof document.querySelector==`function`){let e=document.querySelector(`.xterm-helper-textarea`);e&&typeof e.setAttribute==`function`&&(typeof e.blur==`function`&&e.blur(),e.setAttribute(`disabled`,`true`))}m(d?.trim()||s?.trim()||o||r||``),g(``),T(u??``);let t=f?.trim();if(t){let e=i.find(e=>te(e)===t);e?(v(e.id),b(te(e))):(v(null),b(t))}else{let e=i.find(e=>e.id===a);e?(v(a),b(te(e))):i.length>0?(v(i[0].id),b(te(i[0]))):(v(null),b(``))}setTimeout(()=>{if(O.current?.focus(),D.current){let e=D.current;e.scrollLeft=e.scrollWidth}},50)},[s,i,a,r,e,o,u,d,f]),(0,x.useEffect)(()=>{if(!e||typeof window>`u`||typeof window.addEventListener!=`function`)return;let n=()=>E.current?Array.from(E.current.querySelectorAll(`input:not([disabled]), select:not([disabled]), button:not([disabled]):not([tabindex="-1"]), [tabindex="0"]`)):[],r=e=>{if(!S){if(e.key===`Escape`){typeof e.stopPropagation==`function`&&e.stopPropagation(),t();return}if(e.key===`Enter`){let t=document.activeElement;if(!t||t.tagName===`INPUT`||t.closest(`[data-testid="host-select"]`)||!t.closest(`[data-testid="command-select"]`))return;e.preventDefault(),typeof e.stopPropagation==`function`&&e.stopPropagation(),E.current?.requestSubmit();return}if(e.key===`Tab`){e.preventDefault(),typeof e.stopPropagation==`function`&&e.stopPropagation();let t=n();if(t.length===0)return;let r=document.activeElement,i=t.indexOf(r),a;a=i===-1?e.shiftKey?t.length-1:0:e.shiftKey?i<=0?t.length-1:i-1:i>=t.length-1?0:i+1,t[a]?.focus()}}};return window.addEventListener(`keydown`,r),()=>window.removeEventListener(`keydown`,r)},[e,t,S]),!e)return null;let A=e=>{let t=i.find(t=>t.id===e);t&&(v(e),b(te(t)))},j=()=>{v(null),b(``)},M=_===null,N=w!==``,P=e=>{e.preventDefault();let r=p.trim();if(!r)return;let i=y.trim();n(r,h.trim()||void 0,i||void 0,N?w:void 0),t()},F=[...i.map(e=>({id:e.id,label:e.label,isCustom:!1,agentType:e.agentType,command:e.command})),{id:`custom`,label:`Custom`,isCustom:!0,agentType:void 0,command:void 0}],I=[{id:``,label:`Local`,ok:!0,error:void 0},...c.map(e=>({id:e.host,label:e.host,ok:e.ok,error:e.error}))],L=p.trim()||`~`;return(0,W.jsxs)(`div`,{role:`dialog`,"aria-modal":`true`,"aria-labelledby":`new-session-title`,className:`fixed inset-0 z-50 flex items-center justify-center bg-black/60 p-4`,onClick:e=>{e.target===e.currentTarget&&t()},children:[(0,W.jsxs)(`form`,{ref:E,onSubmit:P,className:`w-full max-w-md border border-border bg-elevated p-6`,children:[(0,W.jsx)(`h2`,{id:`new-session-title`,className:`text-sm font-semibold uppercase tracking-wider text-primary text-balance`,children:`New Session`}),(0,W.jsxs)(`div`,{className:`mt-4 space-y-4`,children:[k&&(0,W.jsxs)(`div`,{children:[(0,W.jsx)(`label`,{className:`mb-1.5 block text-xs text-secondary`,children:`Host`}),(0,W.jsx)(`div`,{className:`flex flex-wrap gap-2`,role:`radiogroup`,"aria-label":`Host`,"data-testid":`host-select`,children:I.map((e,t)=>{let n=w===e.id,r=!e.ok&&!n;return(0,W.jsx)(`button`,{type:`button`,role:`radio`,"aria-checked":n,"aria-label":e.label,title:e.ok?void 0:e.error||`Unreachable`,tabIndex:n?0:-1,onClick:()=>T(e.id),onKeyDown:e=>{let n=t;if(e.key===`ArrowRight`||e.key===`ArrowDown`)e.preventDefault(),n=(t+1)%I.length;else if(e.key===`ArrowLeft`||e.key===`ArrowUp`)e.preventDefault(),n=(t-1+I.length)%I.length;else return;let r=I[n];T(r.id),(e.currentTarget.parentElement?.querySelectorAll(`[role="radio"]`))?.[n]?.focus()},className:`btn text-xs focus:outline-none focus:ring-2 focus:ring-primary ${n?`btn-primary`:``} ${r?`opacity-60`:``}`,children:e.label},e.id||`local`)})})]}),(0,W.jsxs)(`div`,{children:[(0,W.jsx)(`label`,{className:`mb-1.5 block text-xs text-secondary`,children:`Command`}),(0,W.jsx)(`div`,{className:`flex flex-wrap gap-2`,role:`radiogroup`,"aria-label":`Command preset`,"data-testid":`command-select`,children:F.map((e,t)=>{let n=e.isCustom?M:_===e.id;return(0,W.jsxs)(`button`,{ref:n?O:void 0,type:`button`,role:`radio`,"aria-checked":n,tabIndex:n?0:-1,onClick:()=>{e.isCustom?j():A(e.id)},onKeyDown:e=>{let n=t;if(e.key===`ArrowRight`||e.key===`ArrowDown`)e.preventDefault(),n=(t+1)%F.length;else if(e.key===`ArrowLeft`||e.key===`ArrowUp`)e.preventDefault(),n=(t-1+F.length)%F.length;else return;let r=F[n];r.isCustom?j():A(r.id),(e.currentTarget.parentElement?.querySelectorAll(`[role="radio"]`))?.[n]?.focus()},className:`btn text-xs focus:outline-none focus:ring-2 focus:ring-primary ${n?`btn-primary`:``}`,children:[(0,W.jsx)(eh,{agentType:e.agentType,command:e.command,className:`inline-block h-3.5 w-3.5 shrink-0`}),e.label]},e.id)})}),(0,W.jsx)(`input`,{value:y,onChange:e=>b(e.target.value),placeholder:`Enter command...`,className:`input mt-2 font-mono text-xs`})]}),(0,W.jsxs)(`div`,{children:[(0,W.jsx)(`label`,{className:`mb-1.5 block text-xs text-secondary`,children:`Project Path`}),(0,W.jsxs)(`div`,{className:`flex gap-2`,children:[(0,W.jsx)(`input`,{ref:D,value:p,onChange:e=>m(e.target.value),placeholder:N?`/home/user/project`:s||o||r||`/Users/you/code/my-project`,className:`input flex-1 text-sm`}),!N&&(0,W.jsx)(`button`,{type:`button`,className:`btn`,onClick:()=>C(!0),children:`Browse`})]})]}),(0,W.jsxs)(`div`,{children:[(0,W.jsx)(`label`,{className:`mb-1.5 block text-xs text-secondary`,children:`Display Name`}),(0,W.jsx)(`input`,{value:h,onChange:e=>g(e.target.value),placeholder:`auto-generated`,className:`input text-sm placeholder:italic`})]})]}),(0,W.jsxs)(`div`,{className:`mt-6 flex justify-end gap-2`,children:[(0,W.jsx)(`button`,{type:`button`,onClick:t,className:`btn`,children:`Cancel`}),(0,W.jsx)(`button`,{type:`submit`,className:`btn btn-primary`,children:`Create`})]})]}),S&&!N&&(0,W.jsx)(zU,{initialPath:L,onSelect:e=>{m(e),C(!1)},onCancel:()=>C(!1)})]})}function VU({controlled:e,default:t,name:n,state:r=`value`}){let{current:i}=x.useRef(e!==void 0),[a,o]=x.useState(t);return[i?e:a,x.useCallback(e=>{i||o(e)},[])]}var HU={};function UU(e,t){let n=x.useRef(HU);return n.current===HU&&(n.current=e(t)),n}var WU=x[`useInsertionEffect${Math.random().toFixed(1)}`.slice(0,-3)],GU=WU&&WU!==x.useLayoutEffect?WU:e=>e();function KU(e){let t=UU(qU).current;return t.next=e,GU(t.effect),t.trampoline}function qU(){let e={next:void 0,callback:JU,trampoline:(...t)=>e.callback?.(...t),effect:()=>{e.callback=e.next}};return e}function JU(){}function YU(e,t,n,r){let i=UU(ZU).current;return QU(i,e,t,n,r)&&eW(i,[e,t,n,r]),i.callback}function XU(e){let t=UU(ZU).current;return $U(t,e)&&eW(t,e),t.callback}function ZU(){return{callback:null,cleanup:null,refs:[]}}function QU(e,t,n,r,i){return e.refs[0]!==t||e.refs[1]!==n||e.refs[2]!==r||e.refs[3]!==i}function $U(e,t){return e.refs.length!==t.length||e.refs.some((e,n)=>e!==t[n])}function eW(e,t){if(e.refs=t,t.every(e=>e==null)){e.callback=null;return}e.callback=n=>{if(e.cleanup&&=(e.cleanup(),null),n!=null){let r=Array(t.length).fill(null);for(let e=0;e<t.length;e+=1){let i=t[e];if(i!=null)switch(typeof i){case`function`:{let t=i(n);typeof t==`function`&&(r[e]=t);break}case`object`:i.current=n;break;default:}}e.cleanup=()=>{for(let e=0;e<t.length;e+=1){let n=t[e];if(n!=null)switch(typeof n){case`function`:{let t=r[e];typeof t==`function`?t():n(null);break}case`object`:n.current=null;break;default:}}}}}}var tW=typeof document<`u`?x.useLayoutEffect:()=>{},nW={clipPath:`inset(50%)`,overflow:`hidden`,whiteSpace:`nowrap`,border:0,padding:0,width:1,height:1,margin:-1},rW={...nW,position:`fixed`,top:0,left:0},iW={...nW,position:`absolute`};function aW(){}Object.freeze([]);var oW=Object.freeze({});function sW(e,...t){let n=new URL(`https://base-ui.com/production-error`);return n.searchParams.set(`code`,e.toString()),t.forEach(e=>n.searchParams.append(`args[]`,e)),`Base UI error #${e}; visit ${n} for the full message.`}var cW=18;function lW(e){return cW>=e}function uW(e){if(!x.isValidElement(e))return null;let t=e,n=t.props;return(lW(19)?n?.ref:t.ref)??null}function dW(e,t){if(e&&!t)return e;if(!e&&t)return t;if(e||t)return{...e,...t}}function fW(e,t){let n={};for(let r in e){let i=e[r];if(t?.hasOwnProperty(r)){let e=t[r](i);e!=null&&Object.assign(n,e);continue}i===!0?n[`data-${r.toLowerCase()}`]=``:i&&(n[`data-${r.toLowerCase()}`]=i.toString())}return n}function pW(e,t){return typeof e==`function`?e(t):e}function mW(e,t){return typeof e==`function`?e(t):e}var hW={};function gW(e,t,n,r,i){let a={...SW(e,hW)};return t&&(a=vW(a,t)),n&&(a=vW(a,n)),r&&(a=vW(a,r)),i&&(a=vW(a,i)),a}function _W(e){if(e.length===0)return hW;if(e.length===1)return SW(e[0],hW);let t={...SW(e[0],hW)};for(let n=1;n<e.length;n+=1)t=vW(t,e[n]);return t}function vW(e,t){return xW(t)?t(e):yW(e,t)}function yW(e,t){if(!t)return e;for(let n in t){let r=t[n];switch(n){case`style`:e[n]=dW(e.style,r);break;case`className`:e[n]=TW(e.className,r);break;default:bW(n,r)?e[n]=CW(e[n],r):e[n]=r}}return e}function bW(e,t){let n=e.charCodeAt(0),r=e.charCodeAt(1),i=e.charCodeAt(2);return n===111&&r===110&&i>=65&&i<=90&&(typeof t==`function`||t===void 0)}function xW(e){return typeof e==`function`}function SW(e,t){return xW(e)?e(t):e??hW}function CW(e,t){return t?e?n=>{if(EW(n)){let r=n;wW(r);let i=t(r);return r.baseUIHandlerPrevented||e?.(r),i}let r=t(n);return e?.(n),r}:t:e}function wW(e){return e.preventBaseUIHandler=()=>{e.baseUIHandlerPrevented=!0},e}function TW(e,t){return t?e?t+` `+e:t:e}function EW(e){return typeof e==`object`&&!!e&&`nativeEvent`in e}function DW(e,t,n={}){let r=t.render,i=OW(t,n);return n.enabled===!1?null:AW(e,r,i,n.state??oW)}function OW(e,t={}){let{className:n,style:r,render:i}=e,{state:a=oW,ref:o,props:s,stateAttributesMapping:c,enabled:l=!0}=t,u=l?pW(n,a):void 0,d=l?mW(r,a):void 0,f=l?fW(a,c):oW,p=l?dW(f,Array.isArray(s)?_W(s):s)??oW:oW;return typeof document<`u`&&(l?Array.isArray(o)?p.ref=XU([p.ref,uW(i),...o]):p.ref=YU(p.ref,uW(i),o):YU(null,null)),l?(u!==void 0&&(p.className=TW(p.className,u)),d!==void 0&&(p.style=dW(p.style,d)),p):oW}var kW=Symbol.for(`react.lazy`);function AW(e,t,n,r){if(t){if(typeof t==`function`)return t(n,r);let e=gW(n,t.props);e.ref=n.ref;let i=t;return i?.$$typeof===kW&&(i=x.Children.toArray(t)[0]),x.cloneElement(i,e)}if(e&&typeof e==`string`)return jW(e,n);throw Error(sW(8))}function jW(e,t){return e===`button`?(0,x.createElement)(`button`,{type:`button`,...t,key:t.key}):e===`img`?(0,x.createElement)(`img`,{alt:``,...t,key:t.key}):x.createElement(e,t)}var MW={...x},NW=0;function PW(e,t=`mui`){let[n,r]=x.useState(e),i=e||n;return x.useEffect(()=>{n??(NW+=1,r(`${t}-${NW}`))},[n,t]),i}var FW=MW.useId;function IW(e,t){if(FW!==void 0){let n=FW();return e??(t?`${t}-${n}`:n)}return PW(e,t)}function LW(e){return IW(e,`base-ui`)}function RW(){return typeof window<`u`}function zW(e){var t;return(e==null||(t=e.ownerDocument)==null?void 0:t.defaultView)||window}function BW(e){return RW()?e instanceof Element||e instanceof zW(e).Element:!1}function VW(e){return RW()?e instanceof HTMLElement||e instanceof zW(e).HTMLElement:!1}function HW(e){return!RW()||typeof ShadowRoot>`u`?!1:e instanceof ShadowRoot||e instanceof zW(e).ShadowRoot}var UW=x.createContext(void 0);function WW(e=!1){let t=x.useContext(UW);if(t===void 0&&!e)throw Error(sW(16));return t}function GW(e){let{focusableWhenDisabled:t,disabled:n,composite:r=!1,tabIndex:i=0,isNativeButton:a}=e,o=r&&t!==!1,s=r&&t===!1;return{props:x.useMemo(()=>{let e={onKeyDown(e){n&&t&&e.key!==`Tab`&&e.preventDefault()}};return r||(e.tabIndex=i,!a&&n&&(e.tabIndex=t?i:-1)),(a&&(t||o)||!a&&n)&&(e[`aria-disabled`]=n),a&&(!t||s)&&(e.disabled=n),e},[r,n,t,o,s,a,i])}}function KW(e={}){let{disabled:t=!1,focusableWhenDisabled:n,tabIndex:r=0,native:i=!0}=e,a=x.useRef(null),o=WW(!0)!==void 0,s=KU(()=>{let e=a.current;return!!(e?.tagName===`A`&&e?.href)}),{props:c}=GW({focusableWhenDisabled:n,disabled:t,composite:o,tabIndex:r,isNativeButton:i}),l=x.useCallback(()=>{let e=a.current;qW(e)&&o&&t&&c.disabled===void 0&&e.disabled&&(e.disabled=!1)},[t,c.disabled,o]);return tW(l,[l]),{getButtonProps:x.useCallback((e={})=>{let{onClick:n,onMouseDown:r,onKeyUp:a,onKeyDown:o,onPointerDown:l,...u}=e;return gW({type:i?`button`:void 0,onClick(e){if(t){e.preventDefault();return}n?.(e)},onMouseDown(e){t||r?.(e)},onKeyDown(e){if(t||(wW(e),o?.(e)),e.baseUIHandlerPrevented)return;let r=e.target===e.currentTarget&&!i&&!s()&&!t,a=e.key===`Enter`,c=e.key===` `;r&&((c||a)&&e.preventDefault(),a&&n?.(e))},onKeyUp(e){t||(wW(e),a?.(e)),!e.baseUIHandlerPrevented&&e.target===e.currentTarget&&!i&&!t&&e.key===` `&&n?.(e)},onPointerDown(e){if(t){e.preventDefault();return}l?.(e)}},i?void 0:{role:`button`},c,u)},[t,c,i,s]),buttonRef:KU(e=>{a.current=e,l()})}}function qW(e){return VW(e)&&e.tagName===`BUTTON`}var JW=x.createContext(void 0);function YW(){let e=x.useContext(JW);if(e===void 0)throw Error(sW(63));return e}var XW=function(e){return e.disabled=`data-disabled`,e.valid=`data-valid`,e.invalid=`data-invalid`,e.touched=`data-touched`,e.dirty=`data-dirty`,e.filled=`data-filled`,e.focused=`data-focused`,e}({}),ZW={badInput:!1,customError:!1,patternMismatch:!1,rangeOverflow:!1,rangeUnderflow:!1,stepMismatch:!1,tooLong:!1,tooShort:!1,typeMismatch:!1,valid:null,valueMissing:!1},QW={valid(e){return e===null?null:e?{[XW.valid]:``}:{[XW.invalid]:``}}},$W=function(e){return e.checked=`data-checked`,e.unchecked=`data-unchecked`,e.disabled=`data-disabled`,e.readonly=`data-readonly`,e.required=`data-required`,e.valid=`data-valid`,e.invalid=`data-invalid`,e.touched=`data-touched`,e.dirty=`data-dirty`,e.filled=`data-filled`,e.focused=`data-focused`,e}({}),eG={...QW,checked(e){return e?{[$W.checked]:``}:{[$W.unchecked]:``}}};function tG(e,t){return{...e,state:{...e.state,valid:!t&&e.state.valid}}}var nG=x.createContext({formRef:{current:{fields:new Map}},errors:{},clearErrors:aW,validationMode:`onSubmit`,submitAttemptedRef:{current:!1}});function rG(){return x.useContext(nG)}var iG=x.createContext({invalid:void 0,name:void 0,validityData:{state:ZW,errors:[],error:``,value:``,initialValue:null},setValidityData:aW,disabled:void 0,touched:!1,setTouched:aW,dirty:!1,setDirty:aW,filled:!1,setFilled:aW,focused:!1,setFocused:aW,validate:()=>null,validationMode:`onSubmit`,validationDebounceTime:0,shouldValidateOnChange:()=>!1,state:{disabled:!1,valid:null,touched:!1,dirty:!1,filled:!1,focused:!1},markedDirtyRef:{current:!1},validation:{getValidationProps:(e=oW)=>e,getInputValidationProps:(e=oW)=>e,inputRef:{current:null},commit:async()=>{}}});function aG(e=!0){let t=x.useContext(iG);if(t.setValidityData===aW&&!e)throw Error(sW(28));return t}function oG(e){let{enabled:t=!0,value:n,id:r,name:i,controlRef:a,commit:o}=e,{formRef:s}=rG(),{invalid:c,markedDirtyRef:l,validityData:u,setValidityData:d}=aG(),f=KU(e.getValue);tW(()=>{if(!t)return;let e=n;e===void 0&&(e=f()),u.initialValue===null&&e!==null&&d(t=>({...t,initialValue:e}))},[t,d,n,u.initialValue,f]),tW(()=>{!t||!r||s.current.fields.set(r,{getValue:f,name:i,controlRef:a,validityData:tG(u,c),validate(e=!0){let t=n;t===void 0&&(t=f()),l.current=!0,e?U.flushSync(()=>o(t)):o(t)}})},[o,a,t,s,f,r,c,l,i,u,n]),tW(()=>{let e=s.current.fields;return()=>{r&&e.delete(r)}},[s,r])}var sG=x.createContext({controlId:void 0,registerControlId:aW,labelId:void 0,setLabelId:aW,messageIds:[],setMessageIds:aW,getDescriptionProps:e=>e});function cG(){return x.useContext(sG)}function lG(e={}){let{id:t,implicit:n=!1,controlRef:r}=e,{controlId:i,registerControlId:a}=cG(),o=LW(t),s=n?i:void 0,c=UU(()=>Symbol(`labelable-control`)),l=x.useRef(!1),u=x.useRef(t!=null),d=KU(()=>{!l.current||a===aW||(l.current=!1,a(c.current,void 0))});return tW(()=>{if(a===aW)return;let e;if(n){let n=r?.current;e=BW(n)&&n.closest(`label`)!=null?t??null:s??o}else if(t!=null)u.current=!0,e=t;else if(u.current)e=o;else{d();return}if(e===void 0){d();return}l.current=!0,a(c.current,e)},[t,r,s,a,n,o,c,d]),x.useEffect(()=>d,[d]),i??o}var uG=`none`;function dG(e,t,n,r){let i=!1,a=!1,o=r??oW;return{reason:e,event:t??new Event(`base-ui`),cancel(){i=!0},allowPropagation(){a=!0},get isCanceled(){return i},get isPropagationAllowed(){return a},trigger:n,...o}}function fG(e,t){let n=x.useRef(e),r=KU(t);tW(()=>{n.current!==e&&r(n.current)},[e,r]),tW(()=>{n.current=e},[e])}var pG=x.forwardRef(function(e,t){let{checked:n,className:r,defaultChecked:i,id:a,inputRef:o,name:s,nativeButton:c=!1,onCheckedChange:l,readOnly:u=!1,required:d=!1,disabled:f=!1,render:p,uncheckedValue:m,value:h,...g}=e,{clearErrors:_}=rG(),{state:v,setTouched:y,setDirty:b,validityData:S,setFilled:C,setFocused:w,shouldValidateOnChange:T,validationMode:E,disabled:D,name:O,validation:k}=aG(),{labelId:A}=cG(),j=D||f,M=O??s,N=KU(l),P=x.useRef(null),F=YU(P,o,k.inputRef),I=x.useRef(null),L=LW(),ee=lG({id:a,implicit:!1,controlRef:I}),R=c?void 0:ee,[z,B]=VU({controlled:n,default:!!i,name:`Switch`,state:`checked`});oG({id:L,commit:k.commit,value:z,controlRef:I,name:M,getValue:()=>z}),tW(()=>{P.current&&C(P.current.checked)},[P,C]),fG(z,()=>{_(M),b(z!==S.initialValue),C(z),T()?k.commit(z):k.commit(z,!0)});let{getButtonProps:te,buttonRef:V}=KW({disabled:j,native:c}),ne={id:c?ee:L,role:`switch`,"aria-checked":z,"aria-readonly":u||void 0,"aria-required":d||void 0,"aria-labelledby":A,onFocus(){j||w(!0)},onBlur(){let e=P.current;!e||j||(y(!0),w(!1),E===`onBlur`&&k.commit(e.checked))},onClick(e){u||j||(e.preventDefault(),P.current?.dispatchEvent(new PointerEvent(`click`,{bubbles:!0,shiftKey:e.shiftKey,ctrlKey:e.ctrlKey,altKey:e.altKey,metaKey:e.metaKey})))}},H=x.useMemo(()=>gW({checked:z,disabled:j,id:R,name:M,required:d,style:M?iW:rW,tabIndex:-1,type:`checkbox`,"aria-hidden":!0,ref:F,onChange(e){if(e.nativeEvent.defaultPrevented)return;let t=e.target.checked,n=dG(uG,e.nativeEvent);N?.(t,n),!n.isCanceled&&B(t)},onFocus(){I.current?.focus()}},k.getInputValidationProps,h===void 0?oW:{value:h}),[z,j,F,R,M,N,d,B,k,h]),re=x.useMemo(()=>({...v,checked:z,disabled:j,readOnly:u,required:d}),[v,z,j,u,d]),U=DW(`span`,e,{state:re,ref:[t,I,V],props:[ne,k.getValidationProps,g,te],stateAttributesMapping:eG});return(0,W.jsxs)(JW.Provider,{value:re,children:[U,!z&&M&&m!==void 0&&(0,W.jsx)(`input`,{type:`hidden`,name:M,value:m}),(0,W.jsx)(`input`,{...H})]})}),mG=x.forwardRef(function(e,t){let{render:n,className:r,...i}=e,{state:a}=aG(),o=YW();return DW(`span`,e,{state:{...a,...o},ref:t,stateAttributesMapping:eG,props:i})});function hG(e){var t,n,r=``;if(typeof e==`string`||typeof e==`number`)r+=e;else if(typeof e==`object`)if(Array.isArray(e)){var i=e.length;for(t=0;t<i;t++)e[t]&&(n=hG(e[t]))&&(r&&(r+=` `),r+=n)}else for(n in e)e[n]&&(r&&(r+=` `),r+=n);return r}function gG(){for(var e,t,n=0,r=``,i=arguments.length;n<i;n++)(e=arguments[n])&&(t=hG(e))&&(r&&(r+=` `),r+=t);return r}var _G=(e,t)=>{let n=Array(e.length+t.length);for(let t=0;t<e.length;t++)n[t]=e[t];for(let r=0;r<t.length;r++)n[e.length+r]=t[r];return n},vG=(e,t)=>({classGroupId:e,validator:t}),yG=(e=new Map,t=null,n)=>({nextPart:e,validators:t,classGroupId:n}),bG=`-`,xG=[],SG=`arbitrary..`,CG=e=>{let t=EG(e),{conflictingClassGroups:n,conflictingClassGroupModifiers:r}=e;return{getClassGroupId:e=>{if(e.startsWith(`[`)&&e.endsWith(`]`))return TG(e);let n=e.split(bG);return wG(n,+(n[0]===``&&n.length>1),t)},getConflictingClassGroupIds:(e,t)=>{if(t){let t=r[e],i=n[e];return t?i?_G(i,t):t:i||xG}return n[e]||xG}}},wG=(e,t,n)=>{if(e.length-t===0)return n.classGroupId;let r=e[t],i=n.nextPart.get(r);if(i){let n=wG(e,t+1,i);if(n)return n}let a=n.validators;if(a===null)return;let o=t===0?e.join(bG):e.slice(t).join(bG),s=a.length;for(let e=0;e<s;e++){let t=a[e];if(t.validator(o))return t.classGroupId}},TG=e=>e.slice(1,-1).indexOf(`:`)===-1?void 0:(()=>{let t=e.slice(1,-1),n=t.indexOf(`:`),r=t.slice(0,n);return r?SG+r:void 0})(),EG=e=>{let{theme:t,classGroups:n}=e;return DG(n,t)},DG=(e,t)=>{let n=yG();for(let r in e){let i=e[r];OG(i,n,r,t)}return n},OG=(e,t,n,r)=>{let i=e.length;for(let a=0;a<i;a++){let i=e[a];kG(i,t,n,r)}},kG=(e,t,n,r)=>{if(typeof e==`string`){AG(e,t,n);return}if(typeof e==`function`){jG(e,t,n,r);return}MG(e,t,n,r)},AG=(e,t,n)=>{let r=e===``?t:NG(t,e);r.classGroupId=n},jG=(e,t,n,r)=>{if(PG(e)){OG(e(r),t,n,r);return}t.validators===null&&(t.validators=[]),t.validators.push(vG(n,e))},MG=(e,t,n,r)=>{let i=Object.entries(e),a=i.length;for(let e=0;e<a;e++){let[a,o]=i[e];OG(o,NG(t,a),n,r)}},NG=(e,t)=>{let n=e,r=t.split(bG),i=r.length;for(let e=0;e<i;e++){let t=r[e],i=n.nextPart.get(t);i||(i=yG(),n.nextPart.set(t,i)),n=i}return n},PG=e=>`isThemeGetter`in e&&e.isThemeGetter===!0,FG=e=>{if(e<1)return{get:()=>void 0,set:()=>{}};let t=0,n=Object.create(null),r=Object.create(null),i=(i,a)=>{n[i]=a,t++,t>e&&(t=0,r=n,n=Object.create(null))};return{get(e){let t=n[e];if(t!==void 0)return t;if((t=r[e])!==void 0)return i(e,t),t},set(e,t){e in n?n[e]=t:i(e,t)}}},IG=`!`,LG=`:`,RG=[],zG=(e,t,n,r,i)=>({modifiers:e,hasImportantModifier:t,baseClassName:n,maybePostfixModifierPosition:r,isExternal:i}),BG=e=>{let{prefix:t,experimentalParseClassName:n}=e,r=e=>{let t=[],n=0,r=0,i=0,a,o=e.length;for(let s=0;s<o;s++){let o=e[s];if(n===0&&r===0){if(o===LG){t.push(e.slice(i,s)),i=s+1;continue}if(o===`/`){a=s;continue}}o===`[`?n++:o===`]`?n--:o===`(`?r++:o===`)`&&r--}let s=t.length===0?e:e.slice(i),c=s,l=!1;s.endsWith(IG)?(c=s.slice(0,-1),l=!0):s.startsWith(IG)&&(c=s.slice(1),l=!0);let u=a&&a>i?a-i:void 0;return zG(t,l,c,u)};if(t){let e=t+LG,n=r;r=t=>t.startsWith(e)?n(t.slice(e.length)):zG(RG,!1,t,void 0,!0)}if(n){let e=r;r=t=>n({className:t,parseClassName:e})}return r},VG=e=>{let t=new Map;return e.orderSensitiveModifiers.forEach((e,n)=>{t.set(e,1e6+n)}),e=>{let n=[],r=[];for(let i=0;i<e.length;i++){let a=e[i],o=a[0]===`[`,s=t.has(a);o||s?(r.length>0&&(r.sort(),n.push(...r),r=[]),n.push(a)):r.push(a)}return r.length>0&&(r.sort(),n.push(...r)),n}},HG=e=>({cache:FG(e.cacheSize),parseClassName:BG(e),sortModifiers:VG(e),...CG(e)}),UG=/\s+/,WG=(e,t)=>{let{parseClassName:n,getClassGroupId:r,getConflictingClassGroupIds:i,sortModifiers:a}=t,o=[],s=e.trim().split(UG),c=``;for(let e=s.length-1;e>=0;--e){let t=s[e],{isExternal:l,modifiers:u,hasImportantModifier:d,baseClassName:f,maybePostfixModifierPosition:p}=n(t);if(l){c=t+(c.length>0?` `+c:c);continue}let m=!!p,h=r(m?f.substring(0,p):f);if(!h){if(!m){c=t+(c.length>0?` `+c:c);continue}if(h=r(f),!h){c=t+(c.length>0?` `+c:c);continue}m=!1}let g=u.length===0?``:u.length===1?u[0]:a(u).join(`:`),_=d?g+IG:g,v=_+h;if(o.indexOf(v)>-1)continue;o.push(v);let y=i(h,m);for(let e=0;e<y.length;++e){let t=y[e];o.push(_+t)}c=t+(c.length>0?` `+c:c)}return c},GG=(...e)=>{let t=0,n,r,i=``;for(;t<e.length;)(n=e[t++])&&(r=KG(n))&&(i&&(i+=` `),i+=r);return i},KG=e=>{if(typeof e==`string`)return e;let t,n=``;for(let r=0;r<e.length;r++)e[r]&&(t=KG(e[r]))&&(n&&(n+=` `),n+=t);return n},qG=(e,...t)=>{let n,r,i,a,o=o=>(n=HG(t.reduce((e,t)=>t(e),e())),r=n.cache.get,i=n.cache.set,a=s,s(o)),s=e=>{let t=r(e);if(t)return t;let a=WG(e,n);return i(e,a),a};return a=o,(...e)=>a(GG(...e))},JG=[],YG=e=>{let t=t=>t[e]||JG;return t.isThemeGetter=!0,t},XG=/^\[(?:(\w[\w-]*):)?(.+)\]$/i,ZG=/^\((?:(\w[\w-]*):)?(.+)\)$/i,QG=/^\d+\/\d+$/,$G=/^(\d+(\.\d+)?)?(xs|sm|md|lg|xl)$/,eK=/\d+(%|px|r?em|[sdl]?v([hwib]|min|max)|pt|pc|in|cm|mm|cap|ch|ex|r?lh|cq(w|h|i|b|min|max))|\b(calc|min|max|clamp)\(.+\)|^0$/,tK=/^(rgba?|hsla?|hwb|(ok)?(lab|lch)|color-mix)\(.+\)$/,nK=/^(inset_)?-?((\d+)?\.?(\d+)[a-z]+|0)_-?((\d+)?\.?(\d+)[a-z]+|0)/,rK=/^(url|image|image-set|cross-fade|element|(repeating-)?(linear|radial|conic)-gradient)\(.+\)$/,iK=e=>QG.test(e),aK=e=>!!e&&!Number.isNaN(Number(e)),oK=e=>!!e&&Number.isInteger(Number(e)),sK=e=>e.endsWith(`%`)&&aK(e.slice(0,-1)),cK=e=>$G.test(e),lK=()=>!0,uK=e=>eK.test(e)&&!tK.test(e),dK=()=>!1,fK=e=>nK.test(e),pK=e=>rK.test(e),mK=e=>!Q(e)&&!$(e),hK=e=>DK(e,jK,dK),Q=e=>XG.test(e),gK=e=>DK(e,MK,uK),_K=e=>DK(e,NK,aK),vK=e=>DK(e,kK,dK),yK=e=>DK(e,AK,pK),bK=e=>DK(e,FK,fK),$=e=>ZG.test(e),xK=e=>OK(e,MK),SK=e=>OK(e,PK),CK=e=>OK(e,kK),wK=e=>OK(e,jK),TK=e=>OK(e,AK),EK=e=>OK(e,FK,!0),DK=(e,t,n)=>{let r=XG.exec(e);return r?r[1]?t(r[1]):n(r[2]):!1},OK=(e,t,n=!1)=>{let r=ZG.exec(e);return r?r[1]?t(r[1]):n:!1},kK=e=>e===`position`||e===`percentage`,AK=e=>e===`image`||e===`url`,jK=e=>e===`length`||e===`size`||e===`bg-size`,MK=e=>e===`length`,NK=e=>e===`number`,PK=e=>e===`family-name`,FK=e=>e===`shadow`,IK=qG(()=>{let e=YG(`color`),t=YG(`font`),n=YG(`text`),r=YG(`font-weight`),i=YG(`tracking`),a=YG(`leading`),o=YG(`breakpoint`),s=YG(`container`),c=YG(`spacing`),l=YG(`radius`),u=YG(`shadow`),d=YG(`inset-shadow`),f=YG(`text-shadow`),p=YG(`drop-shadow`),m=YG(`blur`),h=YG(`perspective`),g=YG(`aspect`),_=YG(`ease`),v=YG(`animate`),y=()=>[`auto`,`avoid`,`all`,`avoid-page`,`page`,`left`,`right`,`column`],b=()=>[`center`,`top`,`bottom`,`left`,`right`,`top-left`,`left-top`,`top-right`,`right-top`,`bottom-right`,`right-bottom`,`bottom-left`,`left-bottom`],x=()=>[...b(),$,Q],S=()=>[`auto`,`hidden`,`clip`,`visible`,`scroll`],C=()=>[`auto`,`contain`,`none`],w=()=>[$,Q,c],T=()=>[iK,`full`,`auto`,...w()],E=()=>[oK,`none`,`subgrid`,$,Q],D=()=>[`auto`,{span:[`full`,oK,$,Q]},oK,$,Q],O=()=>[oK,`auto`,$,Q],k=()=>[`auto`,`min`,`max`,`fr`,$,Q],A=()=>[`start`,`end`,`center`,`between`,`around`,`evenly`,`stretch`,`baseline`,`center-safe`,`end-safe`],j=()=>[`start`,`end`,`center`,`stretch`,`center-safe`,`end-safe`],M=()=>[`auto`,...w()],N=()=>[iK,`auto`,`full`,`dvw`,`dvh`,`lvw`,`lvh`,`svw`,`svh`,`min`,`max`,`fit`,...w()],P=()=>[e,$,Q],F=()=>[...b(),CK,vK,{position:[$,Q]}],I=()=>[`no-repeat`,{repeat:[``,`x`,`y`,`space`,`round`]}],L=()=>[`auto`,`cover`,`contain`,wK,hK,{size:[$,Q]}],ee=()=>[sK,xK,gK],R=()=>[``,`none`,`full`,l,$,Q],z=()=>[``,aK,xK,gK],B=()=>[`solid`,`dashed`,`dotted`,`double`],te=()=>[`normal`,`multiply`,`screen`,`overlay`,`darken`,`lighten`,`color-dodge`,`color-burn`,`hard-light`,`soft-light`,`difference`,`exclusion`,`hue`,`saturation`,`color`,`luminosity`],V=()=>[aK,sK,CK,vK],ne=()=>[``,`none`,m,$,Q],H=()=>[`none`,aK,$,Q],re=()=>[`none`,aK,$,Q],U=()=>[aK,$,Q],ie=()=>[iK,`full`,...w()];return{cacheSize:500,theme:{animate:[`spin`,`ping`,`pulse`,`bounce`],aspect:[`video`],blur:[cK],breakpoint:[cK],color:[lK],container:[cK],"drop-shadow":[cK],ease:[`in`,`out`,`in-out`],font:[mK],"font-weight":[`thin`,`extralight`,`light`,`normal`,`medium`,`semibold`,`bold`,`extrabold`,`black`],"inset-shadow":[cK],leading:[`none`,`tight`,`snug`,`normal`,`relaxed`,`loose`],perspective:[`dramatic`,`near`,`normal`,`midrange`,`distant`,`none`],radius:[cK],shadow:[cK],spacing:[`px`,aK],text:[cK],"text-shadow":[cK],tracking:[`tighter`,`tight`,`normal`,`wide`,`wider`,`widest`]},classGroups:{aspect:[{aspect:[`auto`,`square`,iK,Q,$,g]}],container:[`container`],columns:[{columns:[aK,Q,$,s]}],"break-after":[{"break-after":y()}],"break-before":[{"break-before":y()}],"break-inside":[{"break-inside":[`auto`,`avoid`,`avoid-page`,`avoid-column`]}],"box-decoration":[{"box-decoration":[`slice`,`clone`]}],box:[{box:[`border`,`content`]}],display:[`block`,`inline-block`,`inline`,`flex`,`inline-flex`,`table`,`inline-table`,`table-caption`,`table-cell`,`table-column`,`table-column-group`,`table-footer-group`,`table-header-group`,`table-row-group`,`table-row`,`flow-root`,`grid`,`inline-grid`,`contents`,`list-item`,`hidden`],sr:[`sr-only`,`not-sr-only`],float:[{float:[`right`,`left`,`none`,`start`,`end`]}],clear:[{clear:[`left`,`right`,`both`,`none`,`start`,`end`]}],isolation:[`isolate`,`isolation-auto`],"object-fit":[{object:[`contain`,`cover`,`fill`,`none`,`scale-down`]}],"object-position":[{object:x()}],overflow:[{overflow:S()}],"overflow-x":[{"overflow-x":S()}],"overflow-y":[{"overflow-y":S()}],overscroll:[{overscroll:C()}],"overscroll-x":[{"overscroll-x":C()}],"overscroll-y":[{"overscroll-y":C()}],position:[`static`,`fixed`,`absolute`,`relative`,`sticky`],inset:[{inset:T()}],"inset-x":[{"inset-x":T()}],"inset-y":[{"inset-y":T()}],start:[{start:T()}],end:[{end:T()}],top:[{top:T()}],right:[{right:T()}],bottom:[{bottom:T()}],left:[{left:T()}],visibility:[`visible`,`invisible`,`collapse`],z:[{z:[oK,`auto`,$,Q]}],basis:[{basis:[iK,`full`,`auto`,s,...w()]}],"flex-direction":[{flex:[`row`,`row-reverse`,`col`,`col-reverse`]}],"flex-wrap":[{flex:[`nowrap`,`wrap`,`wrap-reverse`]}],flex:[{flex:[aK,iK,`auto`,`initial`,`none`,Q]}],grow:[{grow:[``,aK,$,Q]}],shrink:[{shrink:[``,aK,$,Q]}],order:[{order:[oK,`first`,`last`,`none`,$,Q]}],"grid-cols":[{"grid-cols":E()}],"col-start-end":[{col:D()}],"col-start":[{"col-start":O()}],"col-end":[{"col-end":O()}],"grid-rows":[{"grid-rows":E()}],"row-start-end":[{row:D()}],"row-start":[{"row-start":O()}],"row-end":[{"row-end":O()}],"grid-flow":[{"grid-flow":[`row`,`col`,`dense`,`row-dense`,`col-dense`]}],"auto-cols":[{"auto-cols":k()}],"auto-rows":[{"auto-rows":k()}],gap:[{gap:w()}],"gap-x":[{"gap-x":w()}],"gap-y":[{"gap-y":w()}],"justify-content":[{justify:[...A(),`normal`]}],"justify-items":[{"justify-items":[...j(),`normal`]}],"justify-self":[{"justify-self":[`auto`,...j()]}],"align-content":[{content:[`normal`,...A()]}],"align-items":[{items:[...j(),{baseline:[``,`last`]}]}],"align-self":[{self:[`auto`,...j(),{baseline:[``,`last`]}]}],"place-content":[{"place-content":A()}],"place-items":[{"place-items":[...j(),`baseline`]}],"place-self":[{"place-self":[`auto`,...j()]}],p:[{p:w()}],px:[{px:w()}],py:[{py:w()}],ps:[{ps:w()}],pe:[{pe:w()}],pt:[{pt:w()}],pr:[{pr:w()}],pb:[{pb:w()}],pl:[{pl:w()}],m:[{m:M()}],mx:[{mx:M()}],my:[{my:M()}],ms:[{ms:M()}],me:[{me:M()}],mt:[{mt:M()}],mr:[{mr:M()}],mb:[{mb:M()}],ml:[{ml:M()}],"space-x":[{"space-x":w()}],"space-x-reverse":[`space-x-reverse`],"space-y":[{"space-y":w()}],"space-y-reverse":[`space-y-reverse`],size:[{size:N()}],w:[{w:[s,`screen`,...N()]}],"min-w":[{"min-w":[s,`screen`,`none`,...N()]}],"max-w":[{"max-w":[s,`screen`,`none`,`prose`,{screen:[o]},...N()]}],h:[{h:[`screen`,`lh`,...N()]}],"min-h":[{"min-h":[`screen`,`lh`,`none`,...N()]}],"max-h":[{"max-h":[`screen`,`lh`,...N()]}],"font-size":[{text:[`base`,n,xK,gK]}],"font-smoothing":[`antialiased`,`subpixel-antialiased`],"font-style":[`italic`,`not-italic`],"font-weight":[{font:[r,$,_K]}],"font-stretch":[{"font-stretch":[`ultra-condensed`,`extra-condensed`,`condensed`,`semi-condensed`,`normal`,`semi-expanded`,`expanded`,`extra-expanded`,`ultra-expanded`,sK,Q]}],"font-family":[{font:[SK,Q,t]}],"fvn-normal":[`normal-nums`],"fvn-ordinal":[`ordinal`],"fvn-slashed-zero":[`slashed-zero`],"fvn-figure":[`lining-nums`,`oldstyle-nums`],"fvn-spacing":[`proportional-nums`,`tabular-nums`],"fvn-fraction":[`diagonal-fractions`,`stacked-fractions`],tracking:[{tracking:[i,$,Q]}],"line-clamp":[{"line-clamp":[aK,`none`,$,_K]}],leading:[{leading:[a,...w()]}],"list-image":[{"list-image":[`none`,$,Q]}],"list-style-position":[{list:[`inside`,`outside`]}],"list-style-type":[{list:[`disc`,`decimal`,`none`,$,Q]}],"text-alignment":[{text:[`left`,`center`,`right`,`justify`,`start`,`end`]}],"placeholder-color":[{placeholder:P()}],"text-color":[{text:P()}],"text-decoration":[`underline`,`overline`,`line-through`,`no-underline`],"text-decoration-style":[{decoration:[...B(),`wavy`]}],"text-decoration-thickness":[{decoration:[aK,`from-font`,`auto`,$,gK]}],"text-decoration-color":[{decoration:P()}],"underline-offset":[{"underline-offset":[aK,`auto`,$,Q]}],"text-transform":[`uppercase`,`lowercase`,`capitalize`,`normal-case`],"text-overflow":[`truncate`,`text-ellipsis`,`text-clip`],"text-wrap":[{text:[`wrap`,`nowrap`,`balance`,`pretty`]}],indent:[{indent:w()}],"vertical-align":[{align:[`baseline`,`top`,`middle`,`bottom`,`text-top`,`text-bottom`,`sub`,`super`,$,Q]}],whitespace:[{whitespace:[`normal`,`nowrap`,`pre`,`pre-line`,`pre-wrap`,`break-spaces`]}],break:[{break:[`normal`,`words`,`all`,`keep`]}],wrap:[{wrap:[`break-word`,`anywhere`,`normal`]}],hyphens:[{hyphens:[`none`,`manual`,`auto`]}],content:[{content:[`none`,$,Q]}],"bg-attachment":[{bg:[`fixed`,`local`,`scroll`]}],"bg-clip":[{"bg-clip":[`border`,`padding`,`content`,`text`]}],"bg-origin":[{"bg-origin":[`border`,`padding`,`content`]}],"bg-position":[{bg:F()}],"bg-repeat":[{bg:I()}],"bg-size":[{bg:L()}],"bg-image":[{bg:[`none`,{linear:[{to:[`t`,`tr`,`r`,`br`,`b`,`bl`,`l`,`tl`]},oK,$,Q],radial:[``,$,Q],conic:[oK,$,Q]},TK,yK]}],"bg-color":[{bg:P()}],"gradient-from-pos":[{from:ee()}],"gradient-via-pos":[{via:ee()}],"gradient-to-pos":[{to:ee()}],"gradient-from":[{from:P()}],"gradient-via":[{via:P()}],"gradient-to":[{to:P()}],rounded:[{rounded:R()}],"rounded-s":[{"rounded-s":R()}],"rounded-e":[{"rounded-e":R()}],"rounded-t":[{"rounded-t":R()}],"rounded-r":[{"rounded-r":R()}],"rounded-b":[{"rounded-b":R()}],"rounded-l":[{"rounded-l":R()}],"rounded-ss":[{"rounded-ss":R()}],"rounded-se":[{"rounded-se":R()}],"rounded-ee":[{"rounded-ee":R()}],"rounded-es":[{"rounded-es":R()}],"rounded-tl":[{"rounded-tl":R()}],"rounded-tr":[{"rounded-tr":R()}],"rounded-br":[{"rounded-br":R()}],"rounded-bl":[{"rounded-bl":R()}],"border-w":[{border:z()}],"border-w-x":[{"border-x":z()}],"border-w-y":[{"border-y":z()}],"border-w-s":[{"border-s":z()}],"border-w-e":[{"border-e":z()}],"border-w-t":[{"border-t":z()}],"border-w-r":[{"border-r":z()}],"border-w-b":[{"border-b":z()}],"border-w-l":[{"border-l":z()}],"divide-x":[{"divide-x":z()}],"divide-x-reverse":[`divide-x-reverse`],"divide-y":[{"divide-y":z()}],"divide-y-reverse":[`divide-y-reverse`],"border-style":[{border:[...B(),`hidden`,`none`]}],"divide-style":[{divide:[...B(),`hidden`,`none`]}],"border-color":[{border:P()}],"border-color-x":[{"border-x":P()}],"border-color-y":[{"border-y":P()}],"border-color-s":[{"border-s":P()}],"border-color-e":[{"border-e":P()}],"border-color-t":[{"border-t":P()}],"border-color-r":[{"border-r":P()}],"border-color-b":[{"border-b":P()}],"border-color-l":[{"border-l":P()}],"divide-color":[{divide:P()}],"outline-style":[{outline:[...B(),`none`,`hidden`]}],"outline-offset":[{"outline-offset":[aK,$,Q]}],"outline-w":[{outline:[``,aK,xK,gK]}],"outline-color":[{outline:P()}],shadow:[{shadow:[``,`none`,u,EK,bK]}],"shadow-color":[{shadow:P()}],"inset-shadow":[{"inset-shadow":[`none`,d,EK,bK]}],"inset-shadow-color":[{"inset-shadow":P()}],"ring-w":[{ring:z()}],"ring-w-inset":[`ring-inset`],"ring-color":[{ring:P()}],"ring-offset-w":[{"ring-offset":[aK,gK]}],"ring-offset-color":[{"ring-offset":P()}],"inset-ring-w":[{"inset-ring":z()}],"inset-ring-color":[{"inset-ring":P()}],"text-shadow":[{"text-shadow":[`none`,f,EK,bK]}],"text-shadow-color":[{"text-shadow":P()}],opacity:[{opacity:[aK,$,Q]}],"mix-blend":[{"mix-blend":[...te(),`plus-darker`,`plus-lighter`]}],"bg-blend":[{"bg-blend":te()}],"mask-clip":[{"mask-clip":[`border`,`padding`,`content`,`fill`,`stroke`,`view`]},`mask-no-clip`],"mask-composite":[{mask:[`add`,`subtract`,`intersect`,`exclude`]}],"mask-image-linear-pos":[{"mask-linear":[aK]}],"mask-image-linear-from-pos":[{"mask-linear-from":V()}],"mask-image-linear-to-pos":[{"mask-linear-to":V()}],"mask-image-linear-from-color":[{"mask-linear-from":P()}],"mask-image-linear-to-color":[{"mask-linear-to":P()}],"mask-image-t-from-pos":[{"mask-t-from":V()}],"mask-image-t-to-pos":[{"mask-t-to":V()}],"mask-image-t-from-color":[{"mask-t-from":P()}],"mask-image-t-to-color":[{"mask-t-to":P()}],"mask-image-r-from-pos":[{"mask-r-from":V()}],"mask-image-r-to-pos":[{"mask-r-to":V()}],"mask-image-r-from-color":[{"mask-r-from":P()}],"mask-image-r-to-color":[{"mask-r-to":P()}],"mask-image-b-from-pos":[{"mask-b-from":V()}],"mask-image-b-to-pos":[{"mask-b-to":V()}],"mask-image-b-from-color":[{"mask-b-from":P()}],"mask-image-b-to-color":[{"mask-b-to":P()}],"mask-image-l-from-pos":[{"mask-l-from":V()}],"mask-image-l-to-pos":[{"mask-l-to":V()}],"mask-image-l-from-color":[{"mask-l-from":P()}],"mask-image-l-to-color":[{"mask-l-to":P()}],"mask-image-x-from-pos":[{"mask-x-from":V()}],"mask-image-x-to-pos":[{"mask-x-to":V()}],"mask-image-x-from-color":[{"mask-x-from":P()}],"mask-image-x-to-color":[{"mask-x-to":P()}],"mask-image-y-from-pos":[{"mask-y-from":V()}],"mask-image-y-to-pos":[{"mask-y-to":V()}],"mask-image-y-from-color":[{"mask-y-from":P()}],"mask-image-y-to-color":[{"mask-y-to":P()}],"mask-image-radial":[{"mask-radial":[$,Q]}],"mask-image-radial-from-pos":[{"mask-radial-from":V()}],"mask-image-radial-to-pos":[{"mask-radial-to":V()}],"mask-image-radial-from-color":[{"mask-radial-from":P()}],"mask-image-radial-to-color":[{"mask-radial-to":P()}],"mask-image-radial-shape":[{"mask-radial":[`circle`,`ellipse`]}],"mask-image-radial-size":[{"mask-radial":[{closest:[`side`,`corner`],farthest:[`side`,`corner`]}]}],"mask-image-radial-pos":[{"mask-radial-at":b()}],"mask-image-conic-pos":[{"mask-conic":[aK]}],"mask-image-conic-from-pos":[{"mask-conic-from":V()}],"mask-image-conic-to-pos":[{"mask-conic-to":V()}],"mask-image-conic-from-color":[{"mask-conic-from":P()}],"mask-image-conic-to-color":[{"mask-conic-to":P()}],"mask-mode":[{mask:[`alpha`,`luminance`,`match`]}],"mask-origin":[{"mask-origin":[`border`,`padding`,`content`,`fill`,`stroke`,`view`]}],"mask-position":[{mask:F()}],"mask-repeat":[{mask:I()}],"mask-size":[{mask:L()}],"mask-type":[{"mask-type":[`alpha`,`luminance`]}],"mask-image":[{mask:[`none`,$,Q]}],filter:[{filter:[``,`none`,$,Q]}],blur:[{blur:ne()}],brightness:[{brightness:[aK,$,Q]}],contrast:[{contrast:[aK,$,Q]}],"drop-shadow":[{"drop-shadow":[``,`none`,p,EK,bK]}],"drop-shadow-color":[{"drop-shadow":P()}],grayscale:[{grayscale:[``,aK,$,Q]}],"hue-rotate":[{"hue-rotate":[aK,$,Q]}],invert:[{invert:[``,aK,$,Q]}],saturate:[{saturate:[aK,$,Q]}],sepia:[{sepia:[``,aK,$,Q]}],"backdrop-filter":[{"backdrop-filter":[``,`none`,$,Q]}],"backdrop-blur":[{"backdrop-blur":ne()}],"backdrop-brightness":[{"backdrop-brightness":[aK,$,Q]}],"backdrop-contrast":[{"backdrop-contrast":[aK,$,Q]}],"backdrop-grayscale":[{"backdrop-grayscale":[``,aK,$,Q]}],"backdrop-hue-rotate":[{"backdrop-hue-rotate":[aK,$,Q]}],"backdrop-invert":[{"backdrop-invert":[``,aK,$,Q]}],"backdrop-opacity":[{"backdrop-opacity":[aK,$,Q]}],"backdrop-saturate":[{"backdrop-saturate":[aK,$,Q]}],"backdrop-sepia":[{"backdrop-sepia":[``,aK,$,Q]}],"border-collapse":[{border:[`collapse`,`separate`]}],"border-spacing":[{"border-spacing":w()}],"border-spacing-x":[{"border-spacing-x":w()}],"border-spacing-y":[{"border-spacing-y":w()}],"table-layout":[{table:[`auto`,`fixed`]}],caption:[{caption:[`top`,`bottom`]}],transition:[{transition:[``,`all`,`colors`,`opacity`,`shadow`,`transform`,`none`,$,Q]}],"transition-behavior":[{transition:[`normal`,`discrete`]}],duration:[{duration:[aK,`initial`,$,Q]}],ease:[{ease:[`linear`,`initial`,_,$,Q]}],delay:[{delay:[aK,$,Q]}],animate:[{animate:[`none`,v,$,Q]}],backface:[{backface:[`hidden`,`visible`]}],perspective:[{perspective:[h,$,Q]}],"perspective-origin":[{"perspective-origin":x()}],rotate:[{rotate:H()}],"rotate-x":[{"rotate-x":H()}],"rotate-y":[{"rotate-y":H()}],"rotate-z":[{"rotate-z":H()}],scale:[{scale:re()}],"scale-x":[{"scale-x":re()}],"scale-y":[{"scale-y":re()}],"scale-z":[{"scale-z":re()}],"scale-3d":[`scale-3d`],skew:[{skew:U()}],"skew-x":[{"skew-x":U()}],"skew-y":[{"skew-y":U()}],transform:[{transform:[$,Q,``,`none`,`gpu`,`cpu`]}],"transform-origin":[{origin:x()}],"transform-style":[{transform:[`3d`,`flat`]}],translate:[{translate:ie()}],"translate-x":[{"translate-x":ie()}],"translate-y":[{"translate-y":ie()}],"translate-z":[{"translate-z":ie()}],"translate-none":[`translate-none`],accent:[{accent:P()}],appearance:[{appearance:[`none`,`auto`]}],"caret-color":[{caret:P()}],"color-scheme":[{scheme:[`normal`,`dark`,`light`,`light-dark`,`only-dark`,`only-light`]}],cursor:[{cursor:[`auto`,`default`,`pointer`,`wait`,`text`,`move`,`help`,`not-allowed`,`none`,`context-menu`,`progress`,`cell`,`crosshair`,`vertical-text`,`alias`,`copy`,`no-drop`,`grab`,`grabbing`,`all-scroll`,`col-resize`,`row-resize`,`n-resize`,`e-resize`,`s-resize`,`w-resize`,`ne-resize`,`nw-resize`,`se-resize`,`sw-resize`,`ew-resize`,`ns-resize`,`nesw-resize`,`nwse-resize`,`zoom-in`,`zoom-out`,$,Q]}],"field-sizing":[{"field-sizing":[`fixed`,`content`]}],"pointer-events":[{"pointer-events":[`auto`,`none`]}],resize:[{resize:[`none`,``,`y`,`x`]}],"scroll-behavior":[{scroll:[`auto`,`smooth`]}],"scroll-m":[{"scroll-m":w()}],"scroll-mx":[{"scroll-mx":w()}],"scroll-my":[{"scroll-my":w()}],"scroll-ms":[{"scroll-ms":w()}],"scroll-me":[{"scroll-me":w()}],"scroll-mt":[{"scroll-mt":w()}],"scroll-mr":[{"scroll-mr":w()}],"scroll-mb":[{"scroll-mb":w()}],"scroll-ml":[{"scroll-ml":w()}],"scroll-p":[{"scroll-p":w()}],"scroll-px":[{"scroll-px":w()}],"scroll-py":[{"scroll-py":w()}],"scroll-ps":[{"scroll-ps":w()}],"scroll-pe":[{"scroll-pe":w()}],"scroll-pt":[{"scroll-pt":w()}],"scroll-pr":[{"scroll-pr":w()}],"scroll-pb":[{"scroll-pb":w()}],"scroll-pl":[{"scroll-pl":w()}],"snap-align":[{snap:[`start`,`end`,`center`,`align-none`]}],"snap-stop":[{snap:[`normal`,`always`]}],"snap-type":[{snap:[`none`,`x`,`y`,`both`]}],"snap-strictness":[{snap:[`mandatory`,`proximity`]}],touch:[{touch:[`auto`,`none`,`manipulation`]}],"touch-x":[{"touch-pan":[`x`,`left`,`right`]}],"touch-y":[{"touch-pan":[`y`,`up`,`down`]}],"touch-pz":[`touch-pinch-zoom`],select:[{select:[`none`,`text`,`all`,`auto`]}],"will-change":[{"will-change":[`auto`,`scroll`,`contents`,`transform`,$,Q]}],fill:[{fill:[`none`,...P()]}],"stroke-w":[{stroke:[aK,xK,gK,_K]}],stroke:[{stroke:[`none`,...P()]}],"forced-color-adjust":[{"forced-color-adjust":[`auto`,`none`]}]},conflictingClassGroups:{overflow:[`overflow-x`,`overflow-y`],overscroll:[`overscroll-x`,`overscroll-y`],inset:[`inset-x`,`inset-y`,`start`,`end`,`top`,`right`,`bottom`,`left`],"inset-x":[`right`,`left`],"inset-y":[`top`,`bottom`],flex:[`basis`,`grow`,`shrink`],gap:[`gap-x`,`gap-y`],p:[`px`,`py`,`ps`,`pe`,`pt`,`pr`,`pb`,`pl`],px:[`pr`,`pl`],py:[`pt`,`pb`],m:[`mx`,`my`,`ms`,`me`,`mt`,`mr`,`mb`,`ml`],mx:[`mr`,`ml`],my:[`mt`,`mb`],size:[`w`,`h`],"font-size":[`leading`],"fvn-normal":[`fvn-ordinal`,`fvn-slashed-zero`,`fvn-figure`,`fvn-spacing`,`fvn-fraction`],"fvn-ordinal":[`fvn-normal`],"fvn-slashed-zero":[`fvn-normal`],"fvn-figure":[`fvn-normal`],"fvn-spacing":[`fvn-normal`],"fvn-fraction":[`fvn-normal`],"line-clamp":[`display`,`overflow`],rounded:[`rounded-s`,`rounded-e`,`rounded-t`,`rounded-r`,`rounded-b`,`rounded-l`,`rounded-ss`,`rounded-se`,`rounded-ee`,`rounded-es`,`rounded-tl`,`rounded-tr`,`rounded-br`,`rounded-bl`],"rounded-s":[`rounded-ss`,`rounded-es`],"rounded-e":[`rounded-se`,`rounded-ee`],"rounded-t":[`rounded-tl`,`rounded-tr`],"rounded-r":[`rounded-tr`,`rounded-br`],"rounded-b":[`rounded-br`,`rounded-bl`],"rounded-l":[`rounded-tl`,`rounded-bl`],"border-spacing":[`border-spacing-x`,`border-spacing-y`],"border-w":[`border-w-x`,`border-w-y`,`border-w-s`,`border-w-e`,`border-w-t`,`border-w-r`,`border-w-b`,`border-w-l`],"border-w-x":[`border-w-r`,`border-w-l`],"border-w-y":[`border-w-t`,`border-w-b`],"border-color":[`border-color-x`,`border-color-y`,`border-color-s`,`border-color-e`,`border-color-t`,`border-color-r`,`border-color-b`,`border-color-l`],"border-color-x":[`border-color-r`,`border-color-l`],"border-color-y":[`border-color-t`,`border-color-b`],translate:[`translate-x`,`translate-y`,`translate-none`],"translate-none":[`translate`,`translate-x`,`translate-y`,`translate-z`],"scroll-m":[`scroll-mx`,`scroll-my`,`scroll-ms`,`scroll-me`,`scroll-mt`,`scroll-mr`,`scroll-mb`,`scroll-ml`],"scroll-mx":[`scroll-mr`,`scroll-ml`],"scroll-my":[`scroll-mt`,`scroll-mb`],"scroll-p":[`scroll-px`,`scroll-py`,`scroll-ps`,`scroll-pe`,`scroll-pt`,`scroll-pr`,`scroll-pb`,`scroll-pl`],"scroll-px":[`scroll-pr`,`scroll-pl`],"scroll-py":[`scroll-pt`,`scroll-pb`],touch:[`touch-x`,`touch-y`,`touch-pz`],"touch-x":[`touch`],"touch-y":[`touch`],"touch-pz":[`touch`]},conflictingClassGroupModifiers:{"font-size":[`leading`]},orderSensitiveModifiers:[`*`,`**`,`after`,`backdrop`,`before`,`details-content`,`file`,`first-letter`,`first-line`,`marker`,`placeholder`,`selection`]}});function LK(...e){return IK(gG(e))}function RK({checked:e,onCheckedChange:t,disabled:n,className:r,ariaLabel:i}){return(0,W.jsx)(pG,{checked:e,onCheckedChange:t,disabled:n,"aria-label":i,className:LK(`group relative inline-flex h-6 w-10 shrink-0 cursor-pointer items-center rounded-full transition-colors`,`bg-border data-[checked]:bg-accent`,`focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-accent focus-visible:ring-offset-2 focus-visible:ring-offset-bg-base`,`disabled:cursor-not-allowed disabled:opacity-50`,r),children:(0,W.jsx)(mG,{className:LK(`pointer-events-none block size-4 rounded-full bg-white shadow-sm transition-transform`,`translate-x-1 group-data-[checked]:translate-x-5`)})})}var zK=null,BK=!1,VK={},HK=500;function UK(){if(typeof window>`u`)return null;if(zK?.state===`closed`&&(zK=null),!zK){let e=window.AudioContext??window.webkitAudioContext;if(!e)return null;zK=new e}return zK}function WK(){zK&&=(zK.close().catch(()=>{}),null),UK()}function GK(){return BK}function KK(){zK&&(WK(),BK=!0)}if(typeof window<`u`){window.addEventListener(`pageshow`,e=>{e.persisted&&KK()}),document.addEventListener(`visibilitychange`,()=>{document.visibilityState===`visible`&&KK()});let e=Date.now();setInterval(()=>{let t=Date.now();t-e>15e3&&KK(),e=t},5e3)}async function qK(){let e=UK();e&&e.state===`suspended`&&await e.resume().catch(()=>{}),BK=!1}async function JK(e){e.state===`suspended`&&await e.resume().catch(()=>{})}async function YK(e){let t=UK();if(!t||(await JK(t),t.state!==`running`))return;let{frequencies:n,durationMs:r,attackMs:i,peakGain:a,type:o=`sine`}=e,s=t.currentTime,c=r/1e3,l=i/1e3,u=t.createGain();u.connect(t.destination);let d=s+c*.7;u.gain.setValueAtTime(0,s),u.gain.linearRampToValueAtTime(a,s+l),u.gain.setValueAtTime(a,d),u.gain.linearRampToValueAtTime(0,s+c);let f=n.map(e=>{let n=t.createOscillator();return n.type=o,n.frequency.setValueAtTime(e,s),n.connect(u),n});for(let e of f)e.start(s),e.stop(s+c);let p=f[f.length-1];p.onended=()=>{for(let e of f)e.disconnect();u.disconnect()}}async function XK(){let e=Date.now();if(!(e-(VK.permission||0)<HK)){VK.permission=e;try{await YK({frequencies:[880],durationMs:150,attackMs:5,peakGain:.15,type:`sine`})}catch{}}}async function ZK(){let e=Date.now();if(!(e-(VK.idle||0)<HK)){VK.idle=e;try{await YK({frequencies:[440,550],durationMs:300,attackMs:10,peakGain:.08,type:`sine`})}catch{}}}function QK({isOpen:e,onClose:t}){let n=H(e=>e.defaultProjectDir),r=H(e=>e.setDefaultProjectDir),i=H(e=>e.commandPresets),a=H(e=>e.setCommandPresets),o=H(e=>e.defaultPresetId),s=H(e=>e.setDefaultPresetId),c=H(e=>e.sessionSortMode),l=H(e=>e.setSessionSortMode),u=H(e=>e.sessionSortDirection),d=H(e=>e.setSessionSortDirection),f=H(e=>e.useWebGL),p=H(e=>e.setUseWebGL),m=H(e=>e.fontSize),h=H(e=>e.setFontSize),g=H(e=>e.lineHeight),_=H(e=>e.setLineHeight),v=H(e=>e.letterSpacing),y=H(e=>e.setLetterSpacing),b=H(e=>e.fontOption),S=H(e=>e.setFontOption),C=H(e=>e.customFontFamily),w=H(e=>e.setCustomFontFamily),T=H(e=>e.shortcutModifier),E=H(e=>e.setShortcutModifier),D=H(e=>e.showProjectName),O=H(e=>e.setShowProjectName),k=H(e=>e.showLastUserMessage),A=H(e=>e.setShowLastUserMessage),j=H(e=>e.showSessionIdPrefix),M=H(e=>e.setShowSessionIdPrefix),N=BH(e=>e.theme),F=BH(e=>e.setTheme),I=H(e=>e.soundOnPermission),ee=H(e=>e.setSoundOnPermission),R=H(e=>e.soundOnIdle),z=H(e=>e.setSoundOnIdle),[B,te]=(0,x.useState)(n),[V,ne]=(0,x.useState)(i),[re,U]=(0,x.useState)(o),[ie,ae]=(0,x.useState)(c),[oe,se]=(0,x.useState)(u),[ce,le]=(0,x.useState)(f),[ue,de]=(0,x.useState)(m),[fe,pe]=(0,x.useState)(g),[me,he]=(0,x.useState)(v),[ge,_e]=(0,x.useState)(b),[ve,ye]=(0,x.useState)(C),[be,xe]=(0,x.useState)(T),[Se,Ce]=(0,x.useState)(D),[we,Te]=(0,x.useState)(k),[Ee,De]=(0,x.useState)(j),[Oe,ke]=(0,x.useState)(N),[Ae,je]=(0,x.useState)(I),[Me,Ne]=(0,x.useState)(R),[Pe,Fe]=(0,x.useState)(!0),[Ie,Le]=(0,x.useState)(!1),[Re,ze]=(0,x.useState)(!0),[Be,Ve]=(0,x.useState)(!0),[He,Ue]=(0,x.useState)(!1),[We,Ge]=(0,x.useState)(!1),[Ke,Je]=(0,x.useState)(24),[Xe,Ze]=(0,x.useState)(!1),[Qe,$e]=(0,x.useState)(!1),[et,tt]=(0,x.useState)(``),[nt,rt]=(0,x.useState)(``),[it,at]=(0,x.useState)(``),ot=(0,x.useRef)(null),st=(0,x.useRef)(0);if((0,x.useEffect)(()=>{let t=++st.current;if(ot.current&&=(clearTimeout(ot.current),null),e){if(te(n),ne(i),U(o),ae(c),se(u),le(f),de(m),pe(g),he(v),_e(b),ye(C),xe(T),Ce(D),Te(k),De(j),ke(N),je(I),Ne(R),$e(!1),tt(``),rt(``),at(``),fetch(`/api/settings/tmux-mouse-mode`).then(e=>e.json()).then(e=>Fe(e.enabled)).catch(()=>{}),Ve(!0),fetch(`/api/settings/terminal-colors`).then(e=>{if(!e.ok)throw Error(`HTTP ${e.status}`);return e.json()}).then(e=>{st.current===t&&ze(e.enabled)}).catch(()=>{}).finally(()=>{st.current===t&&Ve(!1)}),fetch(`/api/settings/history-max-age-hours`).then(e=>e.json()).then(e=>Je(e.hours)).catch(()=>{}),fetch(`/api/settings/prefer-window-name`).then(e=>e.json()).then(e=>Ue(e.enabled)).catch(()=>{}),typeof document<`u`){let e=document.querySelector(`.xterm-helper-textarea`);e&&typeof e.setAttribute==`function`&&(typeof e.blur==`function`&&e.blur(),e.setAttribute(`disabled`,`true`))}}else typeof document<`u`&&(ot.current=setTimeout(()=>{if(typeof document>`u`)return;let e=document.querySelector(`.xterm-helper-textarea`);e&&(e.removeAttribute(`disabled`),e.focus())},300));return()=>{ot.current&&=(clearTimeout(ot.current),null)}},[i,o,n,c,u,f,m,g,v,b,C,T,D,k,j,N,I,R,e]),(0,x.useEffect)(()=>{if(!e||typeof window>`u`||typeof window.addEventListener!=`function`)return;let n=e=>{e.key===`Escape`&&(typeof e.stopPropagation==`function`&&e.stopPropagation(),t())};return window.addEventListener(`keydown`,n),()=>window.removeEventListener(`keydown`,n)},[e,t]),!e)return null;let ct=e=>{e.preventDefault();let n=B.trim(),i=ce!==f;r(n||`~/Documents/GitHub`),a(V),s(re),l(ie),d(oe),p(ce),h(ue),_(fe),y(me),S(ge),w(ve),E(be),O(Se),A(we),M(Ee),F(Oe),ee(Ae),z(Me),t({webglChanged:i})},lt=(e,t)=>{ne(n=>n.map(n=>n.id===e?{...n,...t}:n))},ut=e=>{let t=V.find(t=>t.id===e);if(!t||t.isBuiltIn)return;let n=V.filter(t=>t.id!==e);ne(n),e===re&&U(n[0]?.id||`claude`)},dt=()=>{if(!et.trim()||!nt.trim()||V.length>=50)return;let e={id:`custom-${Date.now()}-${Math.random().toString(36).slice(2,6)}`,label:et.trim(),command:nt.trim(),isBuiltIn:!1,agentType:it||void 0};ne([...V,e]),$e(!1),tt(``),rt(``),at(``)},ft=V.length<50,pt=e=>{Le(!0),Fe(e),fetch(`/api/settings/tmux-mouse-mode`,{method:`PUT`,headers:{"Content-Type":`application/json`},body:JSON.stringify({enabled:e})}).then(e=>{if(!e.ok)throw Error(`HTTP ${e.status}`)}).catch(()=>Fe(!e)).finally(()=>Le(!1))},mt=e=>{Ge(!0),Ue(e),fetch(`/api/settings/prefer-window-name`,{method:`PUT`,headers:{"Content-Type":`application/json`},body:JSON.stringify({enabled:e})}).then(e=>{if(!e.ok)throw Error(`HTTP ${e.status}`)}).catch(()=>Ue(!e)).finally(()=>Ge(!1))},ht=e=>{Ve(!0),ze(e),fetch(`/api/settings/terminal-colors`,{method:`PUT`,headers:{"Content-Type":`application/json`},body:JSON.stringify({enabled:e})}).then(e=>{if(!e.ok)throw Error(`HTTP ${e.status}`)}).catch(()=>ze(!e)).finally(()=>Ve(!1))},gt=e=>{let t=Ke;Ze(!0),Je(e),fetch(`/api/settings/history-max-age-hours`,{method:`PUT`,headers:{"Content-Type":`application/json`},body:JSON.stringify({hours:e})}).then(e=>{if(!e.ok)throw Error(`HTTP ${e.status}`)}).catch(()=>Je(t)).finally(()=>Ze(!1))};return(0,W.jsx)(`div`,{className:`fixed inset-0 z-50 flex items-center justify-center bg-black/60 p-4`,onClick:e=>{e.target===e.currentTarget&&t()},children:(0,W.jsxs)(`form`,{onSubmit:ct,className:`w-full max-w-lg max-h-[90vh] flex flex-col border border-border bg-elevated`,children:[(0,W.jsxs)(`div`,{className:`p-6 pb-0`,children:[(0,W.jsx)(`h2`,{className:`text-sm font-semibold uppercase tracking-wider text-primary text-balance`,children:`Settings`}),(0,W.jsx)(`p`,{className:`mt-2 text-xs text-muted text-pretty`,children:`Configure default directory, command presets, and display options.`})]}),(0,W.jsx)(`div`,{className:`flex-1 overflow-y-auto px-6 pb-4`,children:(0,W.jsxs)(`div`,{className:`mt-5 space-y-4`,children:[(0,W.jsxs)(`div`,{children:[(0,W.jsx)(`label`,{className:`mb-1.5 block text-xs text-secondary`,children:`Default Project Directory`}),(0,W.jsx)(`input`,{value:B,onChange:e=>te(e.target.value),placeholder:P,className:`input`,autoFocus:!0})]}),(0,W.jsxs)(`div`,{className:`border-t border-border pt-4`,children:[(0,W.jsxs)(`div`,{className:`flex items-center justify-between mb-2`,children:[(0,W.jsx)(`label`,{className:`text-xs text-secondary`,children:`Command Presets`}),(0,W.jsx)(`select`,{value:re,onChange:e=>U(e.target.value),className:`input text-xs py-1 px-2 w-auto`,children:V.map(e=>(0,W.jsx)(`option`,{value:e.id,children:e.label},e.id))})]}),(0,W.jsx)(`p`,{className:`text-[10px] text-muted mb-3`,children:`Default preset is pre-selected when creating new sessions.`}),(0,W.jsx)(`div`,{className:`space-y-3`,children:V.map(e=>(0,W.jsxs)(`div`,{className:`border border-border p-3 space-y-2`,children:[(0,W.jsxs)(`div`,{className:`flex items-center justify-between`,children:[(0,W.jsx)(`div`,{className:`flex items-center gap-2`,children:(0,W.jsx)(`input`,{value:e.label,onChange:t=>lt(e.id,{label:t.target.value}),className:`input text-sm py-1 px-2 w-32`,placeholder:`Label`})}),!e.isBuiltIn&&(0,W.jsx)(`button`,{type:`button`,onClick:()=>ut(e.id),className:`btn text-xs px-2 py-1 text-error hover:bg-error/10`,children:`Delete`})]}),(0,W.jsxs)(`div`,{children:[(0,W.jsx)(`label`,{className:`text-[10px] text-muted block mb-1`,children:`Command`}),(0,W.jsx)(`input`,{value:e.command,onChange:t=>lt(e.id,{command:t.target.value}),className:`input text-xs py-1 px-2 font-mono w-full`,placeholder:`command --flags`})]}),!e.isBuiltIn&&(0,W.jsxs)(`div`,{children:[(0,W.jsx)(`label`,{className:`text-[10px] text-muted block mb-1`,children:`Icon`}),(0,W.jsxs)(`select`,{value:e.agentType||``,onChange:t=>lt(e.id,{agentType:t.target.value||void 0}),className:`input text-xs py-1 px-2 w-auto`,children:[(0,W.jsx)(`option`,{value:``,children:`Terminal`}),(0,W.jsx)(`option`,{value:`claude`,children:`Claude`}),(0,W.jsx)(`option`,{value:`codex`,children:`Codex`})]})]})]},e.id))}),Qe?(0,W.jsxs)(`div`,{className:`mt-3 border border-border p-3 space-y-2`,children:[(0,W.jsx)(`div`,{className:`text-xs text-secondary mb-2`,children:`New Preset`}),(0,W.jsx)(`input`,{value:et,onChange:e=>tt(e.target.value),className:`input text-xs py-1 px-2 w-full`,placeholder:`Label`}),(0,W.jsx)(`input`,{value:nt,onChange:e=>rt(e.target.value),className:`input text-xs py-1 px-2 font-mono w-full`,placeholder:`command --flags`}),(0,W.jsxs)(`div`,{className:`flex items-center gap-2`,children:[(0,W.jsxs)(`select`,{value:it,onChange:e=>at(e.target.value),className:`input text-xs py-1 px-2 w-auto`,children:[(0,W.jsx)(`option`,{value:``,children:`Terminal Icon`}),(0,W.jsx)(`option`,{value:`claude`,children:`Claude Icon`}),(0,W.jsx)(`option`,{value:`codex`,children:`Codex Icon`})]}),(0,W.jsx)(`div`,{className:`flex-1`}),(0,W.jsx)(`button`,{type:`button`,onClick:()=>$e(!1),className:`btn text-xs px-2 py-1`,children:`Cancel`}),(0,W.jsx)(`button`,{type:`button`,onClick:dt,disabled:!et.trim()||!nt.trim(),className:`btn btn-primary text-xs px-2 py-1`,children:`Add`})]})]}):(0,W.jsx)(`button`,{type:`button`,onClick:()=>$e(!0),disabled:!ft,className:`btn text-xs mt-3 w-full`,children:ft?`+ Add Preset`:`Max 50 presets`})]}),(0,W.jsxs)(`div`,{className:`border-t border-border pt-4`,children:[(0,W.jsx)(`label`,{className:`mb-2 block text-xs text-secondary`,children:`Session List Order`}),(0,W.jsxs)(`div`,{className:`flex gap-2`,children:[(0,W.jsx)(`button`,{type:`button`,className:`btn flex-1 ${ie===`created`?`btn-primary`:``}`,onClick:()=>ae(`created`),children:`Created`}),(0,W.jsx)(`button`,{type:`button`,className:`btn flex-1 ${ie===`status`?`btn-primary`:``}`,onClick:()=>ae(`status`),children:`Status`}),(0,W.jsx)(`button`,{type:`button`,className:`btn flex-1 ${ie===`manual`?`btn-primary`:``}`,onClick:()=>ae(`manual`),children:`Manual`})]}),(0,W.jsx)(`p`,{className:`mt-1.5 text-[10px] text-muted`,children:ie===`status`?`Sessions auto-resort by status (waiting, working, unknown)`:ie===`manual`?`Drag sessions to reorder manually`:`Sessions stay in creation order`})]}),ie===`created`&&(0,W.jsxs)(`div`,{children:[(0,W.jsx)(`label`,{className:`mb-2 block text-xs text-secondary`,children:`Sort Direction`}),(0,W.jsxs)(`div`,{className:`flex gap-2`,children:[(0,W.jsx)(`button`,{type:`button`,className:`btn flex-1 ${oe===`desc`?`btn-primary`:``}`,onClick:()=>se(`desc`),children:`Newest First`}),(0,W.jsx)(`button`,{type:`button`,className:`btn flex-1 ${oe===`asc`?`btn-primary`:``}`,onClick:()=>se(`asc`),children:`Oldest First`})]})]}),(0,W.jsxs)(`div`,{className:`border-t border-border pt-4 space-y-3`,children:[(0,W.jsx)(`label`,{className:`mb-1 block text-xs text-secondary`,children:`Session List Details`}),(0,W.jsxs)(`div`,{className:`flex items-center justify-between`,children:[(0,W.jsxs)(`div`,{children:[(0,W.jsx)(`div`,{className:`text-sm text-primary`,children:`Project Name`}),(0,W.jsx)(`div`,{className:`text-[10px] text-muted`,children:`Show the project folder name under each session.`})]}),(0,W.jsx)(RK,{checked:Se,onCheckedChange:Ce})]}),(0,W.jsxs)(`div`,{className:`flex items-center justify-between`,children:[(0,W.jsxs)(`div`,{children:[(0,W.jsx)(`div`,{className:`text-sm text-primary`,children:`Last User Message`}),(0,W.jsx)(`div`,{className:`text-[10px] text-muted`,children:`Show the most recent user input next to the project name.`})]}),(0,W.jsx)(RK,{checked:we,onCheckedChange:Te})]}),(0,W.jsxs)(`div`,{className:`flex items-center justify-between`,children:[(0,W.jsxs)(`div`,{children:[(0,W.jsx)(`div`,{className:`text-sm text-primary`,children:`Session ID Prefix`}),(0,W.jsx)(`div`,{className:`text-[10px] text-muted`,children:`Show first 5 characters of agent session IDs in the list.`})]}),(0,W.jsx)(RK,{checked:Ee,onCheckedChange:De})]}),(0,W.jsxs)(`div`,{className:`flex items-center justify-between`,children:[(0,W.jsxs)(`div`,{children:[(0,W.jsx)(`div`,{className:`text-sm text-primary`,children:`History Sessions Lookback`}),(0,W.jsxs)(`div`,{className:`text-[10px] text-muted`,children:[`Show history sessions from the last N hours (`,1,`-`,168,`).`]})]}),(0,W.jsxs)(`div`,{className:`flex items-center gap-2`,children:[(0,W.jsx)(`input`,{type:`number`,min:1,max:168,value:Ke,onChange:e=>{let t=parseInt(e.target.value,10);t>=1&&t<=168&&gt(t)},disabled:Xe,className:`input text-xs py-1 px-2 w-16 text-center`}),(0,W.jsx)(`span`,{className:`text-xs text-muted`,children:`hrs`})]})]})]}),(0,W.jsxs)(`div`,{className:`border-t border-border pt-4 space-y-3`,children:[(0,W.jsx)(`label`,{className:`mb-1 block text-xs text-secondary`,children:`Notifications`}),(0,W.jsxs)(`div`,{className:`flex items-center justify-between`,children:[(0,W.jsxs)(`div`,{className:`flex-1`,children:[(0,W.jsx)(`div`,{className:`text-sm text-primary`,children:`Permission Sound`}),(0,W.jsx)(`div`,{className:`text-[10px] text-muted`,children:`Play a ping when any session needs permission.`})]}),(0,W.jsxs)(`div`,{className:`flex items-center gap-2`,children:[(0,W.jsx)(`button`,{type:`button`,onClick:()=>void XK(),className:`btn text-xs px-2 py-1`,children:`Test`}),(0,W.jsx)(RK,{checked:Ae,onCheckedChange:e=>{je(e),e&&qK()}})]})]}),(0,W.jsxs)(`div`,{className:`flex items-center justify-between`,children:[(0,W.jsxs)(`div`,{className:`flex-1`,children:[(0,W.jsx)(`div`,{className:`text-sm text-primary`,children:`Idle Sound`}),(0,W.jsx)(`div`,{className:`text-[10px] text-muted`,children:`Play a chime when a session finishes working.`})]}),(0,W.jsxs)(`div`,{className:`flex items-center gap-2`,children:[(0,W.jsx)(`button`,{type:`button`,onClick:()=>void ZK(),className:`btn text-xs px-2 py-1`,children:`Test`}),(0,W.jsx)(RK,{checked:Me,onCheckedChange:e=>{Ne(e),e&&qK()}})]})]})]}),(0,W.jsxs)(`div`,{className:`border-t border-border pt-4`,children:[(0,W.jsx)(`label`,{className:`mb-2 block text-xs text-secondary`,children:`Terminal Rendering`}),(0,W.jsxs)(`div`,{className:`flex items-center justify-between`,children:[(0,W.jsxs)(`div`,{children:[(0,W.jsx)(`div`,{className:`text-sm text-primary`,children:`WebGL Acceleration`}),(0,W.jsx)(`div`,{className:`text-[10px] text-muted`,children:`GPU rendering for better performance. Turn off if text looks fuzzy or flickering.`})]}),(0,W.jsx)(RK,{checked:ce,onCheckedChange:le})]}),ce!==f&&(0,W.jsx)(`p`,{className:`mt-2 text-[10px] text-approval`,children:`Terminal will reload when saved`}),(0,W.jsxs)(`div`,{className:`mt-4 flex items-center justify-between`,children:[(0,W.jsxs)(`div`,{children:[(0,W.jsx)(`div`,{className:`text-sm text-primary`,children:`Mouse Mode`}),(0,W.jsx)(`div`,{className:`text-[10px] text-muted`,children:`Enable tmux mouse mode for trackpad/scroll wheel support.`})]}),(0,W.jsx)(RK,{checked:Pe,onCheckedChange:pt,disabled:Ie})]}),(0,W.jsxs)(`div`,{className:`mt-4 flex items-center justify-between gap-4`,children:[(0,W.jsxs)(`div`,{children:[(0,W.jsx)(`div`,{className:`text-sm text-primary`,children:`Terminal Colors`}),(0,W.jsx)(`div`,{className:`text-[10px] text-muted`,children:`Preserve ANSI colors for terminal output. Hibernate then Wake running agents after changing this setting.`})]}),(0,W.jsx)(RK,{checked:Re,onCheckedChange:ht,disabled:Be,ariaLabel:`Enable terminal colors`})]}),(0,W.jsxs)(`div`,{className:`mt-4 flex items-center justify-between`,children:[(0,W.jsxs)(`div`,{children:[(0,W.jsx)(`div`,{className:`text-sm text-primary`,children:`Prefer Window Names`}),(0,W.jsx)(`div`,{className:`text-[10px] text-muted`,children:`Label discovered sessions with their tmux window name instead of the session name. Applies immediately.`})]}),(0,W.jsx)(RK,{checked:He,onCheckedChange:mt,disabled:We})]}),(0,W.jsxs)(`div`,{className:`mt-4 flex items-center justify-between`,children:[(0,W.jsxs)(`div`,{children:[(0,W.jsx)(`div`,{className:`text-sm text-primary`,children:`Font Size`}),(0,W.jsx)(`div`,{className:`text-[10px] text-muted`,children:`Terminal text size in pixels (6-24)`})]}),(0,W.jsxs)(`div`,{className:`flex items-center gap-2`,children:[(0,W.jsx)(`button`,{type:`button`,onClick:()=>de(Math.max(6,ue-1)),className:`flex h-7 w-7 items-center justify-center rounded bg-surface border border-border text-secondary hover:bg-hover`,children:(0,W.jsx)(`span`,{className:`text-sm font-bold`,children:`−`})}),(0,W.jsx)(`span`,{className:`text-sm text-secondary w-6 text-center`,children:ue}),(0,W.jsx)(`button`,{type:`button`,onClick:()=>de(Math.min(24,ue+1)),className:`flex h-7 w-7 items-center justify-center rounded bg-surface border border-border text-secondary hover:bg-hover`,children:(0,W.jsx)(`span`,{className:`text-sm font-bold`,children:`+`})})]})]}),(0,W.jsxs)(`div`,{className:`mt-4 flex items-center justify-between`,children:[(0,W.jsxs)(`div`,{children:[(0,W.jsx)(`div`,{className:`text-sm text-primary`,children:`Line Height`}),(0,W.jsx)(`div`,{className:`text-[10px] text-muted`,children:`Vertical spacing (1.0 = compact, 2.0 = spacious)`})]}),(0,W.jsxs)(`div`,{className:`flex items-center gap-2`,children:[(0,W.jsx)(`input`,{type:`range`,min:`1.0`,max:`2.0`,step:`0.1`,value:fe,onChange:e=>pe(parseFloat(e.target.value)),className:`w-20 h-1 bg-border rounded-lg appearance-none cursor-pointer accent-accent`}),(0,W.jsx)(`span`,{className:`text-xs text-secondary w-8 text-right`,children:fe.toFixed(1)})]})]}),(0,W.jsxs)(`div`,{className:`mt-4 flex items-center justify-between`,children:[(0,W.jsxs)(`div`,{children:[(0,W.jsx)(`div`,{className:`text-sm text-primary`,children:`Letter Spacing`}),(0,W.jsx)(`div`,{className:`text-[10px] text-muted`,children:`Horizontal spacing between characters in pixels`})]}),(0,W.jsxs)(`div`,{className:`flex items-center gap-2`,children:[(0,W.jsx)(`input`,{type:`range`,min:`-3`,max:`3`,step:`1`,value:me,onChange:e=>he(parseInt(e.target.value,10)),className:`w-20 h-1 bg-border rounded-lg appearance-none cursor-pointer accent-accent`}),(0,W.jsxs)(`span`,{className:`text-xs text-secondary w-8 text-right`,children:[me,`px`]})]})]}),(0,W.jsxs)(`div`,{className:`mt-4`,children:[(0,W.jsxs)(`div`,{className:`flex items-center justify-between`,children:[(0,W.jsxs)(`div`,{children:[(0,W.jsx)(`div`,{className:`text-sm text-primary`,children:`Font Family`}),(0,W.jsx)(`div`,{className:`text-[10px] text-muted`,children:`Terminal typeface`})]}),(0,W.jsx)(`select`,{value:ge,onChange:e=>_e(e.target.value),className:`input text-xs py-1 px-2 w-auto`,children:L.map(e=>(0,W.jsx)(`option`,{value:e.id,children:e.label},e.id))})]}),ge===`custom`&&(0,W.jsx)(`input`,{value:ve,onChange:e=>ye(e.target.value),placeholder:`"Fira Code", monospace`,className:`input text-xs mt-2 font-mono`})]}),(0,W.jsxs)(`div`,{className:`mt-4 flex items-center justify-between`,children:[(0,W.jsxs)(`div`,{children:[(0,W.jsx)(`div`,{className:`text-sm text-primary`,children:`Dark Mode`}),(0,W.jsx)(`div`,{className:`text-[10px] text-muted`,children:`Switch between dark and light themes.`})]}),(0,W.jsx)(RK,{checked:Oe===`dark`,onCheckedChange:e=>ke(e?`dark`:`light`)})]})]}),(0,W.jsxs)(`div`,{className:`border-t border-border pt-4`,children:[(0,W.jsx)(`label`,{className:`mb-2 block text-xs text-secondary`,children:`Keyboard Shortcut Modifier`}),(0,W.jsx)(`div`,{className:`grid grid-cols-5 gap-1`,children:[`auto`,`ctrl-option`,`ctrl-shift`,`cmd-option`,`cmd-shift`].map(e=>(0,W.jsx)(`button`,{type:`button`,className:`btn text-xs px-2 ${be===e?`btn-primary`:``}`,onClick:()=>xe(e),children:e===`auto`?`Auto`:Ye(e)},e))}),(0,W.jsx)(`p`,{className:`mt-1.5 text-[10px] text-muted`,children:be===`auto`?`Shortcuts: ${Ye(qe(`auto`))}+[1-9/N/X/[/]]`:`Shortcuts: ${Ye(be)}+[1-9/N/X/[/]]`})]})]})}),(0,W.jsxs)(`div`,{className:`flex justify-end gap-2 p-6 pt-4 border-t border-border bg-elevated`,children:[(0,W.jsx)(`button`,{type:`button`,onClick:()=>t(),className:`btn`,children:`Cancel`}),(0,W.jsx)(`button`,{type:`submit`,className:`btn btn-primary`,children:`Save`})]})]})})}var $K=[];function eq(e){x.useEffect(e,$K)}var tq=x.createContext(void 0);function nq(){let e=x.useContext(tq);if(!e)throw Error(sW(73));return e}var rq=Symbol(`NOT_FOUND`);function iq(e,t=`expected a function, instead received ${typeof e}`){if(typeof e!=`function`)throw TypeError(t)}function aq(e,t=`expected an object, instead received ${typeof e}`){if(typeof e!=`object`)throw TypeError(t)}function oq(e,t=`expected all items to be functions, instead received the following types: `){if(!e.every(e=>typeof e==`function`)){let n=e.map(e=>typeof e==`function`?`function ${e.name||`unnamed`}()`:typeof e).join(`, `);throw TypeError(`${t}[${n}]`)}}var sq=e=>Array.isArray(e)?e:[e];function cq(e){let t=Array.isArray(e[0])?e[0]:e;return oq(t,`createSelector expects all input-selectors to be functions, but received the following types: `),t}function lq(e,t){let n=[],{length:r}=e;for(let i=0;i<r;i++)n.push(e[i].apply(null,t));return n}function uq(e){let t;return{get(n){return t&&e(t.key,n)?t.value:rq},put(e,n){t={key:e,value:n}},getEntries(){return t?[t]:[]},clear(){t=void 0}}}function dq(e,t){let n=[];function r(e){let r=n.findIndex(n=>t(e,n.key));if(r>-1){let e=n[r];return r>0&&(n.splice(r,1),n.unshift(e)),e.value}return rq}function i(t,i){r(t)===rq&&(n.unshift({key:t,value:i}),n.length>e&&n.pop())}function a(){return n}function o(){n=[]}return{get:r,put:i,getEntries:a,clear:o}}var fq=(e,t)=>e===t;function pq(e){return function(t,n){if(t===null||n===null||t.length!==n.length)return!1;let{length:r}=t;for(let i=0;i<r;i++)if(!e(t[i],n[i]))return!1;return!0}}function mq(e,t){let{equalityCheck:n=fq,maxSize:r=1,resultEqualityCheck:i}=typeof t==`object`?t:{equalityCheck:t},a=pq(n),o=0,s=r<=1?uq(a):dq(r,a);function c(){let t=s.get(arguments);if(t===rq){if(t=e.apply(null,arguments),o++,i){let e=s.getEntries().find(e=>i(e.value,t));e&&(t=e.value,o!==0&&o--)}s.put(arguments,t)}return t}return c.clearCache=()=>{s.clear(),c.resetResultsCount()},c.resultsCount=()=>o,c.resetResultsCount=()=>{o=0},c}var hq=class{constructor(e){this.value=e}deref(){return this.value}},gq=typeof WeakRef<`u`?WeakRef:hq,_q=0,vq=1;function yq(){return{s:_q,v:void 0,o:null,p:null}}function bq(e,t={}){let n=yq(),{resultEqualityCheck:r}=t,i,a=0;function o(){let t=n,{length:o}=arguments;for(let e=0,n=o;e<n;e++){let n=arguments[e];if(typeof n==`function`||typeof n==`object`&&n){let e=t.o;e===null&&(t.o=e=new WeakMap);let r=e.get(n);r===void 0?(t=yq(),e.set(n,t)):t=r}else{let e=t.p;e===null&&(t.p=e=new Map);let r=e.get(n);r===void 0?(t=yq(),e.set(n,t)):t=r}}let s=t,c;if(t.s===vq)c=t.v;else if(c=e.apply(null,arguments),a++,r){let e=i?.deref?.()??i;e!=null&&r(e,c)&&(c=e,a!==0&&a--),i=typeof c==`object`&&c||typeof c==`function`?new gq(c):c}return s.s=vq,s.v=c,c}return o.clearCache=()=>{n=yq(),o.resetResultsCount()},o.resultsCount=()=>a,o.resetResultsCount=()=>{a=0},o}function xq(e,...t){let n=typeof e==`function`?{memoize:e,memoizeOptions:t}:e,r=(...e)=>{let t=0,r=0,i,a={},o=e.pop();typeof o==`object`&&(a=o,o=e.pop()),iq(o,`createSelector expects an output function after the inputs, but received: [${typeof o}]`);let{memoize:s,memoizeOptions:c=[],argsMemoize:l=bq,argsMemoizeOptions:u=[],devModeChecks:d={}}={...n,...a},f=sq(c),p=sq(u),m=cq(e),h=s(function(){return t++,o.apply(null,arguments)},...f),g=l(function(){r++;let e=lq(m,arguments);return i=h.apply(null,e),i},...p);return Object.assign(g,{resultFunc:o,memoizedResultFunc:h,dependencies:m,dependencyRecomputations:()=>r,resetDependencyRecomputations:()=>{r=0},lastResult:()=>i,recomputations:()=>t,resetRecomputations:()=>{t=0},memoize:s,argsMemoize:l})};return Object.assign(r,{withTypes:()=>r}),r}var Sq=xq(bq),Cq=Object.assign((e,t=Sq)=>{aq(e,`createStructuredSelector expects first argument to be an object where each property is a selector, instead received a ${typeof e}`);let n=Object.keys(e);return t(n.map(t=>e[t]),(...e)=>e.reduce((e,t,r)=>(e[n[r]]=t,e),{}))},{withTypes:()=>Cq}),wq=xq({memoize:mq,memoizeOptions:{maxSize:1,equalityCheck:Object.is}}),Tq=(e,t,n,r,i,a,...o)=>{if(o.length>0)throw Error(sW(1));let s;if(e&&t&&n&&r&&i&&a)s=(o,s,c,l)=>a(e(o,s,c,l),t(o,s,c,l),n(o,s,c,l),r(o,s,c,l),i(o,s,c,l),s,c,l);else if(e&&t&&n&&r&&i)s=(a,o,s,c)=>i(e(a,o,s,c),t(a,o,s,c),n(a,o,s,c),r(a,o,s,c),o,s,c);else if(e&&t&&n&&r)s=(i,a,o,s)=>r(e(i,a,o,s),t(i,a,o,s),n(i,a,o,s),a,o,s);else if(e&&t&&n)s=(r,i,a,o)=>n(e(r,i,a,o),t(r,i,a,o),i,a,o);else if(e&&t)s=(n,r,i,a)=>t(e(n,r,i,a),r,i,a);else if(e)s=e;else throw Error(`Missing arguments`);return s},Eq=(...e)=>{let t=new WeakMap,n=1,r=e[e.length-1],i=e.length-1||1,a=r.length-i;if(a>3)throw Error(sW(2));return(i,o,s,c)=>{let l=i.__cacheKey__;l||(l={id:n},i.__cacheKey__=l,n+=1);let u=t.get(l);if(!u){let n=e,i=[void 0,void 0,void 0];switch(a){case 0:break;case 1:n=[...e.slice(0,-1),()=>i[0],r];break;case 2:n=[...e.slice(0,-1),()=>i[0],()=>i[1],r];break;case 3:n=[...e.slice(0,-1),()=>i[0],()=>i[1],()=>i[2],r];break;default:throw Error(sW(2))}u=wq(...n),u.selectorArgs=i,t.set(l,u)}switch(u.selectorArgs[0]=o,u.selectorArgs[1]=s,u.selectorArgs[2]=c,a){case 0:return u(i);case 1:return u(i,o);case 2:return u(i,o,s);case 3:return u(i,o,s,c);default:throw Error(`unreachable`)}}},Dq=s((e=>{var t=p();function n(e,t){return e===t&&(e!==0||1/e==1/t)||e!==e&&t!==t}var r=typeof Object.is==`function`?Object.is:n,i=t.useState,a=t.useEffect,o=t.useLayoutEffect,s=t.useDebugValue;function c(e,t){var n=t(),r=i({inst:{value:n,getSnapshot:t}}),c=r[0].inst,u=r[1];return o(function(){c.value=n,c.getSnapshot=t,l(c)&&u({inst:c})},[e,n,t]),a(function(){return l(c)&&u({inst:c}),e(function(){l(c)&&u({inst:c})})},[e]),s(n),n}function l(e){var t=e.getSnapshot;e=e.value;try{var n=t();return!r(e,n)}catch{return!0}}function u(e,t){return t()}var d=typeof window>`u`||window.document===void 0||window.document.createElement===void 0?u:c;e.useSyncExternalStore=t.useSyncExternalStore===void 0?d:t.useSyncExternalStore})),Oq=s(((e,t)=>{t.exports=Dq()})),kq=s((e=>{var t=p(),n=Oq();function r(e,t){return e===t&&(e!==0||1/e==1/t)||e!==e&&t!==t}var i=typeof Object.is==`function`?Object.is:r,a=n.useSyncExternalStore,o=t.useRef,s=t.useEffect,c=t.useMemo,l=t.useDebugValue;e.useSyncExternalStoreWithSelector=function(e,t,n,r,u){var d=o(null);if(d.current===null){var f={hasValue:!1,value:null};d.current=f}else f=d.current;d=c(function(){function e(e){if(!a){if(a=!0,o=e,e=r(e),u!==void 0&&f.hasValue){var t=f.value;if(u(t,e))return s=t}return s=e}if(t=s,i(o,e))return t;var n=r(e);return u!==void 0&&u(t,n)?(o=e,t):(o=e,s=n)}var a=!1,o,s,c=n===void 0?null:n;return[function(){return e(t())},c===null?void 0:function(){return e(c())}]},[t,n,r,u]);var p=a(e,d[0],d[1]);return s(function(){f.hasValue=!0,f.value=p},[p]),l(p),p}})),Aq=s(((e,t)=>{t.exports=kq()})),jq=[],Mq=void 0;function Nq(){return Mq}function Pq(e){jq.push(e)}var Fq=Oq(),Iq=Aq(),Lq=lW(19)?Bq:Vq;function Rq(e,t,n,r,i){return Lq(e,t,n,r,i)}function zq(e,t,n,r,i){let a=x.useCallback(()=>t(e.getSnapshot(),n,r,i),[e,t,n,r,i]);return(0,Fq.useSyncExternalStore)(e.subscribe,a,a)}Pq({before(e){e.syncIndex=0,e.didInitialize||(e.syncTick=1,e.syncHooks=[],e.didChangeStore=!0,e.getSnapshot=()=>{let t=!1;for(let n=0;n<e.syncHooks.length;n+=1){let r=e.syncHooks[n],i=r.selector(r.store.state,r.a1,r.a2,r.a3);(r.didChange||!Object.is(r.value,i))&&(t=!0,r.value=i,r.didChange=!1)}return t&&(e.syncTick+=1),e.syncTick})},after(e){e.syncHooks.length>0&&(e.didChangeStore&&(e.didChangeStore=!1,e.subscribe=t=>{let n=new Set;for(let t of e.syncHooks)n.add(t.store);let r=[];for(let e of n)r.push(e.subscribe(t));return()=>{for(let e of r)e()}}),(0,Fq.useSyncExternalStore)(e.subscribe,e.getSnapshot,e.getSnapshot))}});function Bq(e,t,n,r,i){let a=Nq();if(!a)return zq(e,t,n,r,i);let o=a.syncIndex;a.syncIndex+=1;let s;return a.didInitialize?(s=a.syncHooks[o],(s.store!==e||s.selector!==t||!Object.is(s.a1,n)||!Object.is(s.a2,r)||!Object.is(s.a3,i))&&(s.store!==e&&(a.didChangeStore=!0),s.store=e,s.selector=t,s.a1=n,s.a2=r,s.a3=i,s.didChange=!0)):(s={store:e,selector:t,a1:n,a2:r,a3:i,value:t(e.getSnapshot(),n,r,i),didChange:!1},a.syncHooks.push(s)),s.value}function Vq(e,t,n,r,i){return(0,Iq.useSyncExternalStoreWithSelector)(e.subscribe,e.getSnapshot,e.getSnapshot,e=>t(e,n,r,i))}var Hq=class{constructor(e){this.state=e,this.listeners=new Set,this.updateTick=0}subscribe=e=>(this.listeners.add(e),()=>{this.listeners.delete(e)});getSnapshot=()=>this.state;setState(e){if(this.state===e)return;this.state=e,this.updateTick+=1;let t=this.updateTick;for(let n of this.listeners){if(t!==this.updateTick)return;n(e)}}update(e){for(let t in e)if(!Object.is(this.state[t],e[t])){this.setState({...this.state,...e});return}}set(e,t){Object.is(this.state[e],t)||this.setState({...this.state,[e]:t})}notifyAll(){let e={...this.state};this.setState(e)}use(e,t,n,r){return Rq(this,e,t,n,r)}},Uq=class extends Hq{constructor(e,t={},n){super(e),this.context=t,this.selectors=n}useSyncedValue(e,t){x.useDebugValue(e),tW(()=>{this.state[e]!==t&&this.set(e,t)},[e,t])}useSyncedValueWithCleanup(e,t){let n=this;tW(()=>(n.state[e]!==t&&n.set(e,t),()=>{n.set(e,void 0)}),[n,e,t])}useSyncedValues(e){let t=this;tW(()=>{t.update(e)},[t,...Object.values(e)])}useControlledProp(e,t){x.useDebugValue(e);let n=t!==void 0;tW(()=>{n&&!Object.is(this.state[e],t)&&super.setState({...this.state,[e]:t})},[e,t,n])}select(e,t,n,r){let i=this.selectors[e];return i(this.state,t,n,r)}useState(e,t,n,r){return x.useDebugValue(e),Rq(this,this.selectors[e],t,n,r)}useContextCallback(e,t){x.useDebugValue(e);let n=KU(t??aW);this.context[e]=n}useStateSetter(e){let t=x.useRef(void 0);return t.current===void 0&&(t.current=t=>{this.set(e,t)}),t.current}observe(e,t){let n;n=typeof e==`function`?e:this.selectors[e];let r=n(this.state);return t(r,r,this),this.subscribe(e=>{let i=n(e);if(!Object.is(r,i)){let e=r;r=i,t(i,e,this)}})}},Wq=null;globalThis.requestAnimationFrame;var Gq=new class{callbacks=[];callbacksCount=0;nextId=1;startId=1;isScheduled=!1;tick=e=>{this.isScheduled=!1;let t=this.callbacks,n=this.callbacksCount;if(this.callbacks=[],this.callbacksCount=0,this.startId=this.nextId,n>0)for(let n=0;n<t.length;n+=1)t[n]?.(e)};request(e){let t=this.nextId;return this.nextId+=1,this.callbacks.push(e),this.callbacksCount+=1,this.isScheduled||=(requestAnimationFrame(this.tick),!0),t}cancel(e){let t=e-this.startId;t<0||t>=this.callbacks.length||(this.callbacks[t]=null,--this.callbacksCount)}},Kq=class e{static create(){return new e}static request(e){return Gq.request(e)}static cancel(e){return Gq.cancel(e)}currentId=Wq;request(e){this.cancel(),this.currentId=Gq.request(()=>{this.currentId=Wq,e()})}cancel=()=>{this.currentId!==Wq&&(Gq.cancel(this.currentId),this.currentId=Wq)};disposeEffect=()=>this.cancel};function qq(){let e=UU(Kq.create).current;return eq(e.disposeEffect),e}var Jq=0,Yq=class e{static create(){return new e}currentId=Jq;start(e,t){this.clear(),this.currentId=setTimeout(()=>{this.currentId=Jq,t()},e)}isStarted(){return this.currentId!==Jq}clear=()=>{this.currentId!==Jq&&(clearTimeout(this.currentId),this.currentId=Jq)};disposeEffect=()=>this.clear};function Xq(){let e=UU(Yq.create).current;return eq(e.disposeEffect),e}var Zq=0;function Qq(e){return Zq+=1,`${e}-${Math.random().toString(36).slice(2,6)}-${Zq}`}function $q(e){return e?.ownerDocument||document}function eJ(e,t){if(typeof e==`string`)return{description:e};if(typeof e==`function`){let n=e(t);return typeof n==`string`?{description:n}:n}return e}var tJ=typeof navigator<`u`,nJ=sJ(),rJ=lJ(),iJ=cJ();typeof CSS>`u`||!CSS.supports||CSS.supports(`-webkit-backdrop-filter:none`),nJ.platform===`MacIntel`&&nJ.maxTouchPoints>1||/iP(hone|ad|od)|iOS/.test(nJ.platform),tJ&&/firefox/i.test(iJ);var aJ=tJ&&/apple/i.test(navigator.vendor);tJ&&/Edg/i.test(iJ),tJ&&/android/i.test(rJ)||/android/i.test(iJ),tJ&&rJ.toLowerCase().startsWith(`mac`)&&navigator.maxTouchPoints;var oJ=iJ.includes(`jsdom/`);function sJ(){if(!tJ)return{platform:``,maxTouchPoints:-1};let e=navigator.userAgentData;return e?.platform?{platform:e.platform,maxTouchPoints:navigator.maxTouchPoints}:{platform:navigator.platform??``,maxTouchPoints:navigator.maxTouchPoints??-1}}function cJ(){if(!tJ)return``;let e=navigator.userAgentData;return e&&Array.isArray(e.brands)?e.brands.map(({brand:e,version:t})=>`${e}/${t}`).join(` `):navigator.userAgent}function lJ(){if(!tJ)return``;let e=navigator.userAgentData;return e?.platform?e.platform:navigator.platform??``}function uJ(e){let t=e.activeElement;for(;t?.shadowRoot?.activeElement!=null;)t=t.shadowRoot.activeElement;return t}function dJ(e,t){if(!e||!t)return!1;let n=t.getRootNode?.();if(e.contains(t))return!0;if(n&&HW(n)){let n=t;for(;n;){if(e===n)return!0;n=n.parentNode||n.host}}return!1}function fJ(e){return`composedPath`in e?e.composedPath()[0]:e.target}function pJ(e){if(!e||oJ)return!0;try{return e.matches(`:focus-visible`)}catch{return!0}}var mJ=Eq(e=>e.toasts,e=>{let t=new Map,n=0,r=0;return e.forEach((e,i)=>{let a=e.transitionStatus===`ending`;t.set(e.id,{value:e,domIndex:i,visibleIndex:a?-1:n,offsetY:r}),r+=e.height||0,a||(n+=1)}),t}),hJ={toasts:Tq(e=>e.toasts),isEmpty:Tq(e=>e.toasts.length===0),toast:Tq(mJ,(e,t)=>e.get(t)?.value),toastIndex:Tq(mJ,(e,t)=>e.get(t)?.domIndex??-1),toastOffsetY:Tq(mJ,(e,t)=>e.get(t)?.offsetY??0),toastVisibleIndex:Tq(mJ,(e,t)=>e.get(t)?.visibleIndex??-1),hovering:Tq(e=>e.hovering),focused:Tq(e=>e.focused),expanded:Tq(e=>e.hovering||e.focused),expandedOrOutOfFocus:Tq(e=>e.hovering||e.focused||!e.isWindowFocused),prevFocusElement:Tq(e=>e.prevFocusElement)},gJ=class extends Uq{timers=new Map;areTimersPaused=!1;constructor(e){super(e,{},hJ)}setFocused(e){this.set(`focused`,e)}setHovering(e){this.set(`hovering`,e)}setIsWindowFocused(e){this.set(`isWindowFocused`,e)}setPrevFocusElement(e){this.set(`prevFocusElement`,e)}setViewport=e=>{this.set(`viewport`,e)};disposeEffect=()=>()=>{this.timers.forEach(e=>{e.timeout?.clear()}),this.timers.clear()};removeToast(e){let t=hJ.toastIndex(this.state,e);if(t===-1)return;this.state.toasts[t]?.onRemove?.();let n=[...this.state.toasts];n.splice(t,1),this.setToasts(n)}addToast=e=>{let{toasts:t,timeout:n,limit:r}=this.state,i=e.id||Qq(`toast`),a={...e,id:i,transitionStatus:`starting`},o=[a,...t],s=o.filter(e=>e.transitionStatus!==`ending`);if(s.length>r){let e=s.length-r,t=s.slice(-e),n=new Set(t.map(e=>e.id));this.setToasts(o.map(e=>{let t=n.has(e.id);return e.limited===t?e:{...e,limited:t}}))}else this.setToasts(o.map(e=>e.limited?{...e,limited:!1}:e));let c=a.timeout??n;return a.type!==`loading`&&c>0&&this.scheduleTimer(i,c,()=>this.closeToast(i)),hJ.expandedOrOutOfFocus(this.state)&&this.pauseTimers(),i};updateToast=(e,t)=>{this.updateToastInternal(e,t)};updateToastInternal=(e,t)=>{let{timeout:n,toasts:r}=this.state,i=hJ.toast(this.state,e)??null;if(!i||i.transitionStatus===`ending`)return;let a={...i,...t};this.setToasts(r.map(n=>n.id===e?{...n,...t}:n));let o=a.timeout??n,s=i?.timeout??n,c=Object.hasOwn(t,`timeout`),l=a.transitionStatus!==`ending`&&a.type!==`loading`&&o>0,u=this.timers.has(e),d=s!==o,f=i?.type===`loading`;if(!l&&u){this.timers.get(e)?.timeout?.clear(),this.timers.delete(e);return}if(l&&(!u||d||c||f)){let t=this.timers.get(e);t&&(t.timeout?.clear(),this.timers.delete(e)),this.scheduleTimer(e,o,()=>this.closeToast(e)),hJ.expandedOrOutOfFocus(this.state)&&this.pauseTimers()}};closeToast=e=>{hJ.toast(this.state,e)?.onClose?.();let{limit:t,toasts:n}=this.state,r=0,i=n.map(n=>{if(n.id===e)return{...n,transitionStatus:`ending`,height:0};if(n.transitionStatus===`ending`)return n;let i=r>=t;return r+=1,n.limited===i?n:{...n,limited:i}}),a=this.timers.get(e);a&&a.timeout&&(a.timeout.clear(),this.timers.delete(e)),this.handleFocusManagement(e),this.setToasts(i)};promiseToast=(e,t)=>{let n=eJ(t.loading),r=this.addToast({...n,type:`loading`}),i=e.then(e=>{let n=eJ(t.success,e);return this.updateToast(r,{...n,type:`success`,timeout:n.timeout}),e}).catch(e=>{let n=eJ(t.error,e);return this.updateToast(r,{...n,type:`error`,timeout:n.timeout}),Promise.reject(e)});return{}.hasOwnProperty.call(t,`setPromise`)&&t.setPromise(i),i};pauseTimers(){this.areTimersPaused||(this.areTimersPaused=!0,this.timers.forEach(e=>{if(e.timeout){e.timeout.clear();let t=Date.now()-e.start,n=e.delay-t;e.remaining=n>0?n:0}}))}resumeTimers(){this.areTimersPaused&&(this.areTimersPaused=!1,this.timers.forEach((e,t)=>{e.remaining=e.remaining>0?e.remaining:e.delay,e.timeout??=Yq.create(),e.timeout.start(e.remaining,()=>{this.timers.delete(t),e.callback()}),e.start=Date.now()}))}restoreFocusToPrevElement(){this.state.prevFocusElement?.focus({preventScroll:!0})}handleDocumentPointerDown=e=>{if(e.pointerType!==`touch`)return;let t=fJ(e);dJ(this.state.viewport,t)||(this.resumeTimers(),this.update({hovering:!1,focused:!1}))};scheduleTimer(e,t,n){let r=Date.now(),i=!hJ.expandedOrOutOfFocus(this.state),a=i?Yq.create():void 0;a?.start(t,()=>{this.timers.delete(e),n()}),this.timers.set(e,{timeout:a,start:i?r:0,delay:t,remaining:t,callback:n})}setToasts(e){let t={toasts:e};e.length===0&&(t.hovering=!1,t.focused=!1),this.update(t)}handleFocusManagement(e){let t=uJ($q(this.state.viewport));if(!this.state.viewport||!dJ(this.state.viewport,t)||!pJ(t))return;let n=hJ.toasts(this.state),r=hJ.toastIndex(this.state,e),i=null,a=r+1;for(;a<n.length;){if(n[a].transitionStatus!==`ending`){i=n[a];break}a+=1}if(!i)for(a=r-1;a>=0;){if(n[a].transitionStatus!==`ending`){i=n[a];break}--a}i?i.ref?.current?.focus():this.restoreFocusToPrevElement()}},_J=function(e){let{children:t,timeout:n=5e3,limit:r=3,toastManager:i}=e,a=UU(()=>new gJ({timeout:n,limit:r,viewport:null,toasts:[],hovering:!1,focused:!1,isWindowFocused:!0,prevFocusElement:null})).current;return eq(a.disposeEffect),x.useEffect(function(){if(i)return i[` subscribe`](({action:e,options:t})=>{let n=t.id;e===`promise`&&t.promise?a.promiseToast(t.promise,t):e===`update`&&n?a.updateToast(n,t):e===`close`&&n?a.closeToast(n):a.addToast(t)})},[a,n,i]),a.useSyncedValues({timeout:n,limit:r}),(0,W.jsx)(tq.Provider,{value:a,children:t})},vJ=x.forwardRef(function(e,t){let[n,r]=x.useState();tW(()=>{aJ&&r(`button`)},[]);let i={tabIndex:0,role:n};return(0,W.jsx)(`span`,{...e,ref:t,style:rW,"aria-hidden":n?void 0:!0,...i,"data-base-ui-focus-guard":``})}),yJ=function(e){return e.frontmostHeight=`--toast-frontmost-height`,e}({}),bJ=x.forwardRef(function(e,t){let{render:n,className:r,children:i,...a}=e,o=nq(),s=Xq(),c=x.useRef(!1),l=x.useRef(!1),u=o.useState(`isEmpty`),d=o.useState(`toasts`),f=o.useState(`focused`),p=o.useState(`expanded`),m=o.useState(`prevFocusElement`),h=d[0]?.height??0,g=x.useMemo(()=>d.some(e=>e.transitionStatus===`ending`),[d]);x.useEffect(()=>{let e=o.state.viewport;if(!e)return;function t(t){u||t.key===`F6`&&t.target!==e&&(t.preventDefault(),o.setPrevFocusElement(uJ($q(e))),e?.focus({preventScroll:!0}),o.pauseTimers(),o.setFocused(!0))}let n=zW(e);return n.addEventListener(`keydown`,t),()=>{n.removeEventListener(`keydown`,t)}},[o,u]),x.useEffect(()=>{let e=o.state.viewport;if(!e||u)return;let t=zW(e);function n(e){e.target===t&&(o.setIsWindowFocused(!1),o.pauseTimers())}function r(n){if(n.relatedTarget||n.target===t)return;let r=fJ(n),i=uJ($q(e));(!dJ(e,r)||!pJ(i))&&o.resumeTimers(),s.start(0,()=>o.setIsWindowFocused(!0))}return t.addEventListener(`blur`,n,!0),t.addEventListener(`focus`,r,!0),()=>{t.removeEventListener(`blur`,n,!0),t.removeEventListener(`focus`,r,!0)}},[o,s,u]),x.useEffect(()=>{let e=o.state.viewport;if(!e||u)return;let t=$q(e);return t.addEventListener(`pointerdown`,o.handleDocumentPointerDown,!0),()=>{t.removeEventListener(`pointerdown`,o.handleDocumentPointerDown,!0)}},[u,o]);function _(e){let t=o.state.viewport;t&&(c.current=!0,e.relatedTarget===t?d[0]?.ref?.current?.focus():o.restoreFocusToPrevElement())}function v(e){e.key===`Tab`&&e.shiftKey&&e.target===o.state.viewport&&(e.preventDefault(),o.restoreFocusToPrevElement(),o.resumeTimers())}x.useEffect(()=>{!o.state.isWindowFocused||g||!l.current||(o.resumeTimers(),o.setHovering(!1),l.current=!1)},[g,o]);function y(){o.pauseTimers(),o.setHovering(!0),l.current=!1}function b(){g?l.current=!0:(o.resumeTimers(),o.setHovering(!1))}function S(){if(c.current){c.current=!1;return}f||pJ($q(o.state.viewport).activeElement)&&(o.setFocused(!0),o.pauseTimers())}function C(e){!f||dJ(o.state.viewport,e.relatedTarget)||(o.setFocused(!1),o.resumeTimers())}let w={tabIndex:-1,role:`region`,"aria-live":`polite`,"aria-atomic":!1,"aria-relevant":`additions text`,"aria-label":`Notifications`,onMouseEnter:y,onMouseMove:y,onMouseLeave:b,onFocus:S,onBlur:C,onKeyDown:v,onClick:S},T={expanded:p},E=DW(`div`,e,{ref:[t,o.setViewport],state:T,props:[w,{style:{[yJ.frontmostHeight]:h?`${h}px`:void 0}},a,{children:(0,W.jsxs)(x.Fragment,{children:[!u&&m&&(0,W.jsx)(vJ,{onFocus:_}),i,!u&&m&&(0,W.jsx)(vJ,{onFocus:_})]})}]}),D=x.useMemo(()=>d.filter(e=>e.priority===`high`),[d]);return(0,W.jsxs)(x.Fragment,{children:[!u&&m&&(0,W.jsx)(vJ,{onFocus:_}),E,!f&&D.length>0&&(0,W.jsx)(`div`,{style:rW,children:D.map(e=>(0,W.jsxs)(`div`,{role:`alert`,"aria-atomic":!0,children:[(0,W.jsx)(`div`,{children:e.title}),(0,W.jsx)(`div`,{children:e.description})]},e.id))})]})});function xJ(e){return lW(19)?e:e?`true`:void 0}var SJ=x.createContext(void 0);function CJ(){let e=x.useContext(SJ);if(!e)throw Error(sW(66));return e}var wJ=function(e){return e.startingStyle=`data-starting-style`,e.endingStyle=`data-ending-style`,e}({}),TJ={[wJ.startingStyle]:``},EJ={[wJ.endingStyle]:``},DJ={transitionStatus(e){return e===`starting`?TJ:e===`ending`?EJ:null}};function OJ(e){return e==null?e:`current`in e?e.current:e}function kJ(e,t=!1,n=!0){let r=qq();return KU((i,a=null)=>{r.cancel();function o(){U.flushSync(i)}let s=OJ(e);if(s==null)return;let c=s;if(typeof c.getAnimations!=`function`||globalThis.BASE_UI_ANIMATIONS_DISABLED)i();else{function e(){let e=wJ.startingStyle;if(!c.hasAttribute(e)){r.request(i);return}let t=new MutationObserver(()=>{c.hasAttribute(e)||(t.disconnect(),i())});t.observe(c,{attributes:!0,attributeFilter:[e]}),a?.addEventListener(`abort`,()=>t.disconnect(),{once:!0})}function i(){Promise.all(c.getAnimations().map(e=>e.finished)).then(()=>{a?.aborted||o()}).catch(()=>{let e=c.getAnimations();if(n){if(a?.aborted)return;o()}else e.length>0&&e.some(e=>e.pending||e.playState!==`finished`)&&i()})}if(t){e();return}r.request(i)}})}function AJ(e){let{enabled:t=!0,open:n,ref:r,onComplete:i}=e,a=KU(i),o=kJ(r,n,!1);x.useEffect(()=>{if(!t)return;let e=new AbortController;return o(a,e.signal),()=>{e.abort()}},[t,n,a,o])}var jJ=function(e){return e.index=`--toast-index`,e.offsetY=`--toast-offset-y`,e.height=`--toast-height`,e.swipeMovementX=`--toast-swipe-movement-x`,e.swipeMovementY=`--toast-swipe-movement-y`,e}({}),MJ={...DJ,swipeDirection(e){return e?{"data-swipe-direction":e}:null}},NJ=40,PJ=10,FJ=.5,IJ=1;function LJ(e,t,n){switch(e){case`up`:return-n;case`down`:return n;case`left`:return-t;case`right`:return t;default:return 0}}function RJ(e){let t=window.getComputedStyle(e).transform,n=0,r=0,i=1;if(t&&t!==`none`){let e=t.match(/matrix(?:3d)?\(([^)]+)\)/);if(e){let t=e[1].split(`, `).map(parseFloat);t.length===6?(n=t[4],r=t[5],i=Math.sqrt(t[0]*t[0]+t[1]*t[1])):t.length===16&&(n=t[12],r=t[13],i=t[0])}}return{x:n,y:r,scale:i}}var zJ=x.forwardRef(function(e,t){let{toast:n,render:r,className:i,swipeDirection:a=[`down`,`right`],...o}=e,s=n.positionerProps?.anchor!==void 0,c=[];s||(c=Array.isArray(a)?a:[a]);let l=c.length>0,u=nq(),[d,f]=x.useState(void 0),[p,m]=x.useState(!1),[h,g]=x.useState(!1),[_,v]=x.useState(!1),[y,b]=x.useState({x:0,y:0}),[S,C]=x.useState({x:0,y:0,scale:1}),[w,T]=x.useState(),[E,D]=x.useState(),[O,k]=x.useState(null),A=x.useRef(null),j=x.useRef({x:0,y:0}),M=x.useRef({x:0,y:0,scale:1}),N=x.useRef(void 0),P=x.useRef(0),F=x.useRef(!1),I=x.useRef({x:0,y:0}),L=x.useRef(!1),ee=u.useState(`toastIndex`,n.id),R=u.useState(`toastVisibleIndex`,n.id),z=u.useState(`toastOffsetY`,n.id),B=u.useState(`focused`),te=u.useState(`expanded`);AJ({open:n.transitionStatus!==`ending`,ref:A,onComplete(){n.transitionStatus===`ending`&&u.removeToast(n.id)}});let V=KU((e=!1)=>{let t=A.current;if(!t)return;let r=t.style.height;t.style.height=`auto`;let i=t.offsetHeight;t.style.height=r;function a(){u.updateToastInternal(n.id,{ref:A,height:i,...n.transitionStatus===`starting`?{transitionStatus:void 0}:{}})}e?U.flushSync(a):a()});tW(V,[V]);function ne(e,t){let n=e,r=t;return!c.includes(`left`)&&!c.includes(`right`)?n=e>0?e**FJ:-(Math.abs(e)**FJ):(!c.includes(`right`)&&e>0&&(n=e**FJ),!c.includes(`left`)&&e<0&&(n=-(Math.abs(e)**FJ))),!c.includes(`up`)&&!c.includes(`down`)?r=t>0?t**FJ:-(Math.abs(t)**FJ):(!c.includes(`down`)&&t>0&&(r=t**FJ),!c.includes(`up`)&&t<0&&(r=-(Math.abs(t)**FJ))),{x:n,y:r}}function H(e){if(e.button!==0)return;e.pointerType===`touch`&&u.pauseTimers();let t=fJ(e.nativeEvent);if(!(t&&t.closest(`button,a,input,textarea,[role="button"],[data-swipe-ignore]`))){if(F.current=!1,N.current=void 0,P.current=0,j.current={x:e.clientX,y:e.clientY},I.current=j.current,A.current){let e=RJ(A.current);M.current=e,C(e),b({x:e.x,y:e.y})}u.setHovering(!0),m(!0),g(!1),k(null),L.current=!0,A.current?.setPointerCapture(e.pointerId)}}function re(e){if(!p)return;e.preventDefault(),L.current&&=(j.current={x:e.clientX,y:e.clientY},!1);let{clientY:t,clientX:n,movementX:r,movementY:i}=e;(i<0&&t>I.current.y||i>0&&t<I.current.y)&&(I.current={x:I.current.x,y:t}),(r<0&&n>I.current.x||r>0&&n<I.current.x)&&(I.current={x:n,y:I.current.y});let a=n-j.current.x,o=t-j.current.y,s=t-I.current.y,l=n-I.current.x;if(!h&&Math.sqrt(a*a+o*o)>=IJ&&(g(!0),O===null)){let e=c.includes(`left`)||c.includes(`right`),t=c.includes(`up`)||c.includes(`down`);e&&t&&k(Math.abs(a)>Math.abs(o)?`horizontal`:`vertical`)}let u;if(!N.current)O===`vertical`?o>0?u=`down`:o<0&&(u=`up`):O===`horizontal`?a>0?u=`right`:a<0&&(u=`left`):u=Math.abs(a)>=Math.abs(o)?a>0?`right`:`left`:o>0?`down`:`up`,u&&c.includes(u)&&(N.current=u,P.current=LJ(u,a,o),f(u));else{let e=N.current,t=LJ(e,l,s);t>NJ?(F.current=!1,f(e)):!(c.includes(`left`)&&c.includes(`right`))&&!(c.includes(`up`)&&c.includes(`down`))&&P.current-t>=PJ&&(F.current=!0)}let d=ne(a,o),m=M.current.x,_=M.current.y;O===`horizontal`?(c.includes(`left`)||c.includes(`right`))&&(m+=d.x):(O===`vertical`||(c.includes(`left`)||c.includes(`right`))&&(m+=d.x),(c.includes(`up`)||c.includes(`down`))&&(_+=d.y)),b({x:m,y:_})}function ie(e){if(!p)return;if(m(!1),g(!1),k(null),A.current?.releasePointerCapture(e.pointerId),F.current){b({x:S.x,y:S.y}),f(void 0);return}let t=!1,r=y.x-S.x,i=y.y-S.y,a;for(let e of c){switch(e){case`right`:r>NJ&&(t=!0,a=`right`);break;case`left`:r<-NJ&&(t=!0,a=`left`);break;case`down`:i>NJ&&(t=!0,a=`down`);break;case`up`:i<-NJ&&(t=!0,a=`up`);break;default:break}if(t)break}t?(f(a),v(!0),u.closeToast(n.id)):(b({x:S.x,y:S.y}),f(void 0))}function ae(e){if(e.key===`Escape`){if(!A.current||!dJ(A.current,uJ($q(A.current))))return;u.closeToast(n.id)}}x.useEffect(()=>{if(!l)return;let e=A.current;if(!e)return;function t(t){dJ(e,t.target)&&t.preventDefault()}return e.addEventListener(`touchmove`,t,{passive:!1}),()=>{e.removeEventListener(`touchmove`,t)}},[l]);function oe(){if(!p&&y.x===S.x&&y.y===S.y&&!_)return{[jJ.swipeMovementX]:`0px`,[jJ.swipeMovementY]:`0px`};let e=y.x-S.x,t=y.y-S.y;return{transition:p?`none`:void 0,transform:p?`translateX(${y.x}px) translateY(${y.y}px) scale(${S.scale})`:void 0,[jJ.swipeMovementX]:`${e}px`,[jJ.swipeMovementY]:`${t}px`}}let se=n.priority===`high`,ce={role:se?`alertdialog`:`dialog`,tabIndex:0,"aria-modal":!1,"aria-labelledby":w,"aria-describedby":E,"aria-hidden":se&&!B?!0:void 0,onPointerDown:l?H:void 0,onPointerMove:l?re:void 0,onPointerUp:l?ie:void 0,onKeyDown:ae,inert:xJ(n.limited),style:{...oe(),[jJ.index]:n.transitionStatus===`ending`?ee:R,[jJ.offsetY]:`${z}px`,[jJ.height]:n.height?`${n.height}px`:void 0}},le=x.useMemo(()=>({rootRef:A,toast:n,titleId:w,setTitleId:T,descriptionId:E,setDescriptionId:D,swiping:p,swipeDirection:d,recalculateHeight:V,index:ee,visibleIndex:R,expanded:te}),[n,w,E,p,d,V,ee,R,te]),ue={transitionStatus:n.transitionStatus,expanded:te,limited:n.limited||!1,type:n.type,swiping:le.swiping,swipeDirection:le.swipeDirection},de=DW(`div`,e,{ref:[t,le.rootRef],state:ue,stateAttributesMapping:MJ,props:[ce,o]});return(0,W.jsx)(SJ.Provider,{value:le,children:de})}),BJ=x.forwardRef(function(e,t){let{render:n,className:r,id:i,children:a,...o}=e,{toast:s,setDescriptionId:c}=CJ(),l=a??s.description,u=!!l,d=IW(i);tW(()=>{if(u)return c(d),()=>{c(void 0)}},[u,d,c]);let f=DW(`p`,e,{ref:t,state:{type:s.type},props:{...o,id:d,children:l}});return u?f:null}),VJ=x.forwardRef(function(e,t){let{render:n,className:r,id:i,children:a,...o}=e,{toast:s,setTitleId:c}=CJ(),l=a??s.title,u=!!l,d=IW(i);tW(()=>{if(u)return c(d),()=>{c(void 0)}},[u,d,c]);let f=DW(`h2`,e,{ref:t,state:{type:s.type},props:{...o,id:d,children:l}});return u?f:null}),HJ=x.forwardRef(function(e,t){let{render:n,className:r,disabled:i,nativeButton:a=!0,...o}=e,s=nq(),{toast:c}=CJ(),l=s.useState(`expanded`),[u,d]=x.useState(!1),{getButtonProps:f,buttonRef:p}=KW({disabled:i,native:a}),m={type:c.type};return DW(`button`,e,{ref:[t,p],state:m,props:[{"aria-hidden":!l&&!u,onClick(){s.closeToast(c.id)},onFocus(){d(!0)},onBlur(){d(!1)}},o,f]})});function UJ(){let e=x.useContext(tq);if(!e)throw Error(sW(73));let t=e.useState(`toasts`);return x.useMemo(()=>({toasts:t,add:e.addToast,close:e.closeToast,update:e.updateToast,promise:e.promiseToast}),[t,e])}function WJ(){let e=new Set;function t(t){e.forEach(e=>e(t))}return{" subscribe":function(t){return e.add(t),()=>{e.delete(t)}},add(e){let n=e.id||Qq(`toast`);return t({action:`add`,options:{...e,id:n,transitionStatus:`starting`}}),n},close(e){t({action:`close`,options:{id:e}})},update(e,n){t({action:`update`,options:{...n,id:e}})},promise(e,n){let r=e;return t({action:`promise`,options:{...n,promise:e,setPromise(e){r=e}}}),r}}}var GJ=5e3,KJ=WJ();function qJ({toast:e}){return(0,W.jsxs)(zJ,{toast:e,className:LK(`relative flex w-80 items-start gap-3 border bg-elevated p-4 shadow-lg`,`data-[swipe=move]:translate-x-[var(--toast-swipe-move-x)]`,`data-[ending-style]:translate-x-[var(--toast-swipe-end-x)]`,`data-[ending-style]:opacity-0`,`data-[starting-style]:translate-y-2 data-[starting-style]:opacity-0`,`transition-all duration-200`,e.type===`error`&&`border-error/50`,e.type===`success`&&`border-approval/50`,(!e.type||e.type===`info`)&&`border-border`),children:[(0,W.jsxs)(`div`,{className:`flex-1 min-w-0`,children:[(0,W.jsx)(VJ,{className:LK(`text-sm font-medium`,e.type===`error`&&`text-error`,e.type===`success`&&`text-approval`,(!e.type||e.type===`info`)&&`text-primary`),children:e.title}),e.description&&(0,W.jsx)(BJ,{className:`mt-1 text-xs text-muted line-clamp-2`,children:e.description})]}),(0,W.jsx)(HJ,{className:`shrink-0 text-muted hover:text-primary transition-colors`,"aria-label":`Close`,children:(0,W.jsxs)(`svg`,{xmlns:`http://www.w3.org/2000/svg`,width:`16`,height:`16`,viewBox:`0 0 24 24`,fill:`none`,stroke:`currentColor`,strokeWidth:`2`,strokeLinecap:`round`,strokeLinejoin:`round`,children:[(0,W.jsx)(`line`,{x1:`18`,y1:`6`,x2:`6`,y2:`18`}),(0,W.jsx)(`line`,{x1:`6`,y1:`6`,x2:`18`,y2:`18`})]})})]})}function JJ(){let{toasts:e}=UJ();return(0,W.jsx)(W.Fragment,{children:e.map(e=>(0,W.jsx)(qJ,{toast:e},e.id))})}function YJ(){return(0,W.jsxs)(_J,{timeout:GJ,toastManager:KJ,children:[(0,W.jsx)(JJ,{}),(0,W.jsx)(bJ,{className:`fixed bottom-4 right-4 z-[100] flex flex-col gap-2`})]})}var XJ=[`CONNECTING`,`OPEN`,`CLOSING`,`CLOSED`],ZJ=3e3,QJ=8e3,$J=15e3,eY=5e3,tY=2e4,nY=1e4,rY=1500,iY=5e3,aY=750,oY=4,sY=5e3,cY=new class{constructor(){this.ws=null,this.listeners=new Set,this.statusListeners=new Set,this.status=`connecting`,this.error=null,this.reconnectAttempts=0,this.reconnectTimer=null,this.connectTimer=null,this.manualClose=!1,this.lastTick=Date.now(),this.wakeCheckInterval=null,this.lifecycleStarted=!1,this.heartbeatTimer=null,this.pongTimer=null,this.lastForceReconnectTs=0,this.lastConnectTs=0,this.pingSeq=0,this.connectionEpoch=0,this.consecutiveFailures=0,this.isResumeAttempt=!1,this.leakedSockets=new Set,this.verifyTimer=null,this.onVisibilityChange=()=>{if(QT(`ws_visibility`,{state:document.visibilityState,...this.wsSnap()},`info`),document.visibilityState===`visible`){let e=Date.now(),t=e-this.lastTick;this.lastTick=e,QT(`ws_resume`,{gapMs:t,...this.wsSnap()},`info`),this.ws?.readyState===WebSocket.OPEN?this.verifyConnection():this.forceReconnect(`visibilitychange`,!0)}else this.stopHeartbeat(),this.cancelVerify(),this.reconnectTimer&&=(window.clearTimeout(this.reconnectTimer),null)},this.onPageShow=e=>{QT(`ws_pageshow`,{persisted:e.persisted,...this.wsSnap()},`info`),e.persisted&&(this.lastTick=Date.now(),this.forceReconnect(`pageshow`,!0))}}wsSnap(){return{status:this.status,ws:this.ws?XJ[this.ws.readyState]:null,attempt:this.reconnectAttempts,failures:this.consecutiveFailures,leaked:this.leakedSockets.size,online:typeof navigator<`u`?navigator.onLine:void 0,verifying:this.verifyTimer!==null,buffered:this.ws?this.ws.bufferedAmount:void 0}}connect(){if(this.ws){let e=this.ws.readyState===WebSocket.OPEN;if(e&&this.status===`connected`){QT(`ws_connect_skip`,{reason:`already_open`,...this.wsSnap()});return}let t=Date.now();if(this.ws.readyState===WebSocket.CONNECTING&&t-this.lastConnectTs<200){QT(`ws_connect_skip`,{reason:`already_connecting`,...this.wsSnap()});return}QT(`ws_connect_destroy_zombie`,{reason:e?`open_desynced`:`not_open`,...this.wsSnap()}),this.destroySocket()}this.manualClose=!1,this.clearConnectTimer(),this.setStatus(`connecting`);let e=`${window.location.protocol===`https:`?`wss`:`ws`}://${window.location.host}/ws`;QT(`ws_connect`,{url:e,resume:this.isResumeAttempt,...this.wsSnap()},`info`);let t=new WebSocket(e);this.ws=t,this.lastConnectTs=Date.now(),this.leakedSockets.add(t);let n=this.isResumeAttempt?QJ:ZJ;this.isResumeAttempt=!1,this.connectTimer=window.setTimeout(()=>{this.ws===t&&(this.connectTimer=null,t.readyState===WebSocket.OPEN&&this.status===`connected`||(QT(`ws_connect_timeout`,{wsState:XJ[t.readyState],managerStatus:this.status,timeoutMs:n,...this.wsSnap()},`info`),this.consecutiveFailures+=1,this.destroySocket(),this.scheduleReconnect()))},n),t.onopen=()=>{if(this.ws!==t){QT(`ws_onopen_stale`,this.wsSnap(),`info`);return}QT(`ws_onopen`,this.wsSnap(),`info`),this.clearConnectTimer(),this.reconnectAttempts=0,this.consecutiveFailures=0,this.connectionEpoch+=1,this.leakedSockets.delete(t),this.setStatus(`connected`),this.startHeartbeat()},t.onmessage=e=>{try{let t=e.data,n=performance.now(),r=JSON.parse(t),i=performance.now()-n,a=r;if(a._parseMs=Math.round(i),a._rawLength=t.length,r.type===`pong`){r.seq===this.pingSeq&&(this.clearPongTimer(),this.verifyTimer!==null&&(this.cancelVerify(),QT(`ws_verify_ok`,this.wsSnap(),`info`),this.startHeartbeat(iY)));return}this.listeners.forEach(e=>e(r))}catch{}},t.onerror=()=>{this.ws===t&&(QT(`ws_onerror`,this.wsSnap(),`info`),this.clearConnectTimer())},t.onclose=e=>{if(this.ws!==t){QT(`ws_onclose_stale`,{code:e.code,...this.wsSnap()},`info`);return}QT(`ws_onclose`,{code:e.code,reason:e.reason,clean:e.wasClean,...this.wsSnap()},`info`),this.clearConnectTimer(),this.cancelVerify(),this.consecutiveFailures+=1,this.ws=null,this.manualClose?this.setStatus(`disconnected`):this.scheduleReconnect()}}disconnect(){this.manualClose=!0,this.clearConnectTimer(),this.cancelVerify(),this.reconnectTimer&&=(window.clearTimeout(this.reconnectTimer),null),this.destroySocket(),this.setStatus(`disconnected`)}startLifecycleListeners(){this.lifecycleStarted||typeof document>`u`||typeof window>`u`||(this.lifecycleStarted=!0,document.addEventListener(`visibilitychange`,this.onVisibilityChange),window.addEventListener(`pageshow`,this.onPageShow),this.lastTick=Date.now(),this.wakeCheckInterval=window.setInterval(()=>{let e=Date.now(),t=e-this.lastTick;this.isHidden()||(t>$J&&(QT(`ws_time_jump`,{gapMs:t,...this.wsSnap()},`info`),this.forceReconnect(`time_jump`,!0)),this.lastTick=e)},eY))}stopLifecycleListeners(){this.lifecycleStarted&&(this.lifecycleStarted=!1,document.removeEventListener(`visibilitychange`,this.onVisibilityChange),window.removeEventListener(`pageshow`,this.onPageShow),this.wakeCheckInterval!==null&&(window.clearInterval(this.wakeCheckInterval),this.wakeCheckInterval=null))}send(e){if(this.ws?.readyState!==WebSocket.OPEN)return!1;try{return this.ws.send(JSON.stringify(e)),!0}catch(t){return QT(`ws_send_error`,{messageType:e.type,error:t instanceof Error?t.message:String(t),...this.wsSnap()},`info`),this.destroySocket(),this.scheduleReconnect(),!1}}subscribe(e){return this.listeners.add(e),()=>this.listeners.delete(e)}subscribeStatus(e){return this.statusListeners.add(e),e(this.status,this.error,this.connectionEpoch),()=>this.statusListeners.delete(e)}getStatus(){return this.status}getConnectionEpoch(){return this.connectionEpoch}verifyConnection(){this.cancelVerify(),this.stopHeartbeat(),this.pingSeq+=1;let e=this.pingSeq,t=this.ws;if(QT(`ws_verify`,{seq:e,...this.wsSnap()},`info`),!this.send({type:`ping`,seq:e})){QT(`ws_verify_send_fail`,this.wsSnap(),`info`),this.forceReconnect(`verify_send_fail`,!0);return}this.verifyTimer=window.setTimeout(()=>{this.verifyTimer=null,this.ws===t&&(QT(`ws_verify_timeout`,this.wsSnap(),`info`),this.forceReconnect(`verify_timeout`,!0))},rY)}cancelVerify(){this.verifyTimer!==null&&(window.clearTimeout(this.verifyTimer),this.verifyTimer=null)}forceReconnect(e=`unknown`,t=!1){if(this.manualClose){QT(`ws_force_skip`,{trigger:e,reason:`manual_close`});return}let n=Date.now(),r=t?200:500;if(n-this.lastForceReconnectTs<r){QT(`ws_force_skip`,{trigger:e,reason:`debounce`,force:t});return}if(!t&&this.ws?.readyState===WebSocket.OPEN&&this.status===`connected`){QT(`ws_force_skip`,{trigger:e,reason:`already_connected`});return}this.lastForceReconnectTs=n,QT(`ws_force_reconnect`,{trigger:e,force:t,...this.wsSnap()},`info`),this.reconnectAttempts=0,this.consecutiveFailures=0,this.reconnectTimer&&=(window.clearTimeout(this.reconnectTimer),null),this.destroySocket(),t?(this.purgeLeakedSockets(),this.isResumeAttempt=!0,this.setStatus(`reconnecting`),this.reconnectTimer=window.setTimeout(()=>{this.reconnectTimer=null,this.connect()},aY)):this.connect()}startHeartbeat(e){this.stopHeartbeat();let t=()=>{this.ws?.readyState===WebSocket.OPEN&&(this.pingSeq+=1,this.send({type:`ping`,seq:this.pingSeq})&&(this.clearPongTimer(),this.pongTimer=window.setTimeout(()=>{this.pongTimer=null,QT(`ws_pong_timeout`,this.wsSnap(),`info`),this.destroySocket(),this.scheduleReconnect()},nY)))};e!==void 0&&e<tY?this.heartbeatTimer=window.setTimeout(()=>{t(),this.heartbeatTimer=window.setInterval(t,tY)},e):this.heartbeatTimer=window.setInterval(t,tY)}stopHeartbeat(){this.heartbeatTimer!==null&&(window.clearTimeout(this.heartbeatTimer),this.heartbeatTimer=null),this.clearPongTimer()}clearPongTimer(){this.pongTimer!==null&&(window.clearTimeout(this.pongTimer),this.pongTimer=null)}setStatus(e,t=null){this.status=e,this.error=t,this.statusListeners.forEach(n=>n(e,t,this.connectionEpoch))}scheduleReconnect(){if(this.stopHeartbeat(),this.isHidden()){QT(`ws_schedule_skip`,{reason:`hidden`,...this.wsSnap()}),this.setStatus(`reconnecting`);return}if(this.consecutiveFailures>=oY){QT(`ws_stall_detected`,this.wsSnap(),`info`),this.purgeLeakedSockets(),this.consecutiveFailures=0,this.reconnectAttempts=0,this.isResumeAttempt=!0,this.setStatus(`reconnecting`),this.reconnectTimer=window.setTimeout(()=>{this.reconnectTimer=null,this.connect()},sY);return}this.reconnectAttempts+=1;let e=Math.min(1e3*2**(this.reconnectAttempts-1),3e4);QT(`ws_schedule_reconnect`,{delay:e,...this.wsSnap()}),this.setStatus(`reconnecting`),this.reconnectTimer&&window.clearTimeout(this.reconnectTimer),this.reconnectTimer=window.setTimeout(()=>{this.reconnectTimer=null,this.connect()},e)}isHidden(){return typeof document<`u`&&document.visibilityState===`hidden`}clearConnectTimer(){this.connectTimer&&=(window.clearTimeout(this.connectTimer),null)}destroySocket(){if(this.clearConnectTimer(),this.stopHeartbeat(),this.cancelVerify(),!this.ws)return;let e=this.ws;this.ws=null,this.leakedSockets.add(e),e.onopen=null,e.onmessage=null,e.onerror=null,e.onclose=null;try{e.close()}catch{}}purgeLeakedSockets(){if(this.leakedSockets.size!==0){QT(`ws_purge_leaked`,{count:this.leakedSockets.size},`info`);for(let e of this.leakedSockets)try{e.onopen=null,e.onmessage=null,e.onerror=null,e.onclose=null,e.close()}catch{}this.leakedSockets.clear()}}};function lY(){let e=qm(e=>e.setConnectionState);return(0,x.useEffect)(()=>{cY.connect(),cY.startLifecycleListeners();let t=cY.subscribeStatus((t,n,r)=>{e(t,n,r)});return()=>{t(),cY.stopLifecycleListeners()}},[e]),{sendMessage:(0,x.useMemo)(()=>e=>{cY.send(e)},[]),subscribe:(0,x.useMemo)(()=>cY.subscribe.bind(cY),[]),getConnectionEpoch:(0,x.useMemo)(()=>()=>cY.getConnectionEpoch(),[])}}var uY=100;function dY({viewport:e,win:t,doc:n}){if(!e)return!1;let r=Math.max(0,e.offsetTop||0),i=Math.max(0,e.offsetLeft||0),a=t.innerHeight-(e.height+r),o=Math.max(0,a),s=Math.max(0,e.height||0),c=Math.max(0,e.width||0);return n.documentElement.style.setProperty(`--keyboard-inset`,`${o}px`),n.documentElement.style.setProperty(`--viewport-offset-top`,`${r}px`),n.documentElement.style.setProperty(`--viewport-offset-left`,`${i}px`),n.documentElement.style.setProperty(`--visual-viewport-height`,`${s}px`),n.documentElement.style.setProperty(`--visual-viewport-width`,`${c}px`),o>uY?n.documentElement.classList.add(`keyboard-visible`):n.documentElement.classList.remove(`keyboard-visible`),!0}function fY(e){e.documentElement.style.removeProperty(`--keyboard-inset`),e.documentElement.style.removeProperty(`--viewport-offset-top`),e.documentElement.style.removeProperty(`--viewport-offset-left`),e.documentElement.style.removeProperty(`--visual-viewport-height`),e.documentElement.style.removeProperty(`--visual-viewport-width`),e.documentElement.classList.remove(`keyboard-visible`)}function pY(){(0,x.useEffect)(()=>{let e=window.visualViewport;if(!e)return;let t=null,n=null,r=()=>{let e=document.activeElement;if(!e)return!1;let t=e.tagName?.toLowerCase();return t===`input`||t===`textarea`?!0:!!e.isContentEditable},i=()=>{dY({viewport:e,win:window,doc:document})},a=()=>{if(typeof window.requestAnimationFrame!=`function`){i();return}t!==null&&window.cancelAnimationFrame(t);let e=performance.now(),n=()=>{i(),t=performance.now()-e<1500?window.requestAnimationFrame(n):null};t=window.requestAnimationFrame(n)},o=()=>{if(!r()){c();return}i()},s=()=>{n!==null||typeof window.setInterval!=`function`||(n=window.setInterval(o,250),o())},c=()=>{n===null||typeof window.clearInterval!=`function`||(window.clearInterval(n),n=null)},l=()=>{r()?(a(),s(),i()):c()},u=()=>{l()},d=()=>{l()},f=()=>{a()};return i(),l(),e.addEventListener(`resize`,i),e.addEventListener(`scroll`,i),typeof window.addEventListener==`function`&&(window.addEventListener(`resize`,i),window.addEventListener(`orientationchange`,f)),typeof document.addEventListener==`function`&&(document.addEventListener(`focusin`,u),document.addEventListener(`focusout`,d),document.addEventListener(`focus`,u,!0),document.addEventListener(`blur`,d,!0)),()=>{e.removeEventListener(`resize`,i),e.removeEventListener(`scroll`,i),typeof window.removeEventListener==`function`&&(window.removeEventListener(`resize`,i),window.removeEventListener(`orientationchange`,f)),typeof document.removeEventListener==`function`&&(document.removeEventListener(`focusin`,u),document.removeEventListener(`focusout`,d),document.removeEventListener(`focus`,u,!0),document.removeEventListener(`blur`,d,!0)),t!==null&&typeof window.cancelAnimationFrame==`function`&&window.cancelAnimationFrame(t),c(),fY(document)}},[])}function mY(e,t,n){let r=e;return t.length>0&&(r=r.filter(e=>t.includes(e.projectPath))),n.length>0&&(r=r.filter(e=>n.includes(e.host??``))),r}function hY(){let[e,t]=(0,x.useState)(!1),[n,r]=(0,x.useState)(void 0),[i,a]=(0,x.useState)(void 0),[o,s]=(0,x.useState)(void 0),[c,l]=(0,x.useState)(!1),[u,d]=(0,x.useState)(null),[f,p]=(0,x.useState)(null),[m,h]=(0,x.useState)(null),g=qm(e=>e.sessions),_=qm(e=>e.agentSessions),v=qm(e=>e.agentSessionsEpoch),y=qm(e=>e.selectedSessionId),b=qm(e=>e.selectedHibernatingSessionId),S=qm(e=>e.setSessions),C=qm(e=>e.setAgentSessions),w=qm(e=>e.setActiveAgentSessions),T=qm(e=>e.setHostStatuses),E=qm(e=>e.updateSession),D=qm(e=>e.setSelectedSessionId),O=qm(e=>e.setSelectedHibernatingSessionId),k=qm(e=>e.hasLoaded),A=qm(e=>e.connectionStatus),j=qm(e=>e.connectionError),M=qm(e=>e.clearExitingSession),N=qm(e=>e.markSessionExiting),P=qm(e=>e.setRemoteAllowControl),F=qm(e=>e.setRemoteAllowAttach),I=qm(e=>e.setHostLabel),L=qm(e=>e.setPreferWindowName),ee=qm(e=>e.hostStatuses),R=qm(e=>e.remoteAllowControl),z=qm(e=>e.hostLabel),B=BH(e=>e.theme),te=re(),V=H(e=>e.defaultProjectDir),ne=H(e=>e.commandPresets),ie=H(e=>e.defaultPresetId),ae=H(e=>e.lastProjectPath),oe=H(e=>e.setLastProjectPath),se=H(e=>e.addRecentPath),ce=H(e=>e.shortcutModifier),le=H(e=>e.sidebarWidth),ue=H(e=>e.setSidebarWidth),de=H(e=>e.projectFilters),fe=H(e=>e.hostFilters),pe=H(e=>e.soundOnPermission),me=H(e=>e.soundOnIdle),he=qm(e=>e.connectionEpoch),{sendMessage:ge,subscribe:_e,getConnectionEpoch:ve}=lY();pY(),(0,x.useEffect)(()=>{if(typeof document>`u`||!pe&&!me)return;let e=!1,t=()=>{e&&!GK()||(e=!0,qK())};return document.addEventListener(`click`,t,{passive:!0}),document.addEventListener(`keydown`,t,{passive:!0}),document.addEventListener(`touchstart`,t,{passive:!0}),()=>{document.removeEventListener(`click`,t),document.removeEventListener(`keydown`,t),document.removeEventListener(`touchstart`,t)}},[pe,me]);let ye=(0,x.useRef)(!1),be=(0,x.useCallback)(e=>{e.preventDefault(),ye.current=!0,document.body.style.cursor=`col-resize`,document.body.style.userSelect=`none`},[]);(0,x.useEffect)(()=>{if(typeof document>`u`||typeof document.addEventListener!=`function`)return;let e=e=>{if(!ye.current)return;let t=e.clientX;ue(Math.max(180,Math.min(400,t)))},t=()=>{ye.current&&(ye.current=!1,document.body.style.cursor=``,document.body.style.userSelect=``)};return document.addEventListener(`mousemove`,e),document.addEventListener(`mouseup`,t),()=>{document.removeEventListener(`mousemove`,e),document.removeEventListener(`mouseup`,t)}},[ue]),(0,x.useEffect)(()=>{let e=_e(e=>{if(e.type!==`terminal-output`){if(e.type===`sessions`){let t=qm.getState().sessions,{soundOnPermission:n,soundOnIdle:r}=H.getState();if(n||r)for(let i of e.sessions){let e=t.find(e=>e.id===i.id);e&&e.status!==i.status&&(e.status!==`permission`&&i.status===`permission`&&n&&XK(),e.status===`working`&&i.status===`waiting`&&r&&ZK())}if(Ie.current.size>0){let e=ve();for(let[t,n]of Ie.current)n.epoch!==e&&Ie.current.delete(t)}let i=Ie.current.size>0?e.sessions.filter(e=>!Ie.current.has(e.id)):e.sessions,{selectedSessionId:a,selectedHibernatingSessionId:o}=qm.getState(),s=a!==null&&o===null&&!i.some(e=>e.id===a)?t.find(e=>e.id===a)?.agentSessionId?.trim()??null:null;s&&(Me.current=s),S(i);let c=Ne.current,{selectedSessionId:l,selectedHibernatingSessionId:u}=qm.getState(),{projectFilters:d,hostFilters:f}=H.getState();if(c&&l===null&&u===null){let e=i.find(e=>!(e.agentSessionId?.trim()!==c||d.length>0&&!d.includes(e.projectPath)||f.length>0&&!f.includes(e.host??``)));e&&(Ne.current=null,D(e.id))}}if(e.type===`host-status`&&T(e.hosts),e.type===`server-config`&&(P(e.remoteAllowControl),F(e.remoteAllowAttach),I(e.hostLabel),L(e.preferWindowName),e.clientLogLevel&&ZT(e.clientLogLevel)),e.type===`session-update`){let t=qm.getState().sessions.find(t=>t.id===e.session.id)?.status,n=e.session.status;if(E(e.session),t){let{soundOnPermission:e,soundOnIdle:r}=H.getState();t!==`permission`&&n===`permission`&&e&&XK(),t===`working`&&n===`waiting`&&r&&ZK()}}if(e.type===`session-created`){let t=qm.getState().sessions;t.some(t=>t.id===e.session.id)||S([e.session,...t]),D(e.session.id),se(e.session.projectPath);let{projectFilters:n,setProjectFilters:r}=H.getState();n.length>0&&!n.includes(e.session.projectPath)&&r([...n,e.session.projectPath])}if(e.type===`session-removed`){dH(e.sessionId);let t=qm.getState().sessions,n=t.filter(t=>t.id!==e.sessionId);n.length!==t.length&&S(n)}if(e.type===`agent-sessions`){let t=Array.isArray(e.active)?e.active:[],n=Array.isArray(e.hibernating)?e.hibernating:[],r=Array.isArray(e.history)?e.history:[],{selectedHibernatingSessionId:i}=qm.getState(),a=Me.current;i&&!n.some(e=>e.sessionId===i)&&(Ne.current=i),C(t,n,r),h(e=>e&&n.some(t=>t.sessionId===e.sessionId)?null:e),a&&n.some(e=>e.sessionId===a)?(Me.current=null,O(a)):a&&(Me.current=null)}if(e.type===`agent-sessions-active`&&w(Array.isArray(e.active)?e.active:[]),e.type===`session-orphaned`&&!e.supersededBy){let t=qm.getState().sessions,n=t.filter(t=>t.agentSessionId?.trim()!==e.session.sessionId);n.length!==t.length&&S(n)}if(e.type===`session-activated`){let t=qm.getState().sessions.find(t=>t.tmuxWindow===e.window);t&&E({...t,agentSessionId:e.session.sessionId,agentSessionName:e.session.displayName,logFilePath:e.session.logFilePath,isPinned:e.session.isPinned,lastUserMessage:e.session.lastUserMessage??t.lastUserMessage})}if(e.type===`session-wake-result`)if(e.ok&&e.session){h(t=>t?.sessionId===e.sessionId?null:t);let t=qm.getState().sessions;t.some(t=>t.id===e.session.id)||S([e.session,...t]),D(e.session.id)}else e.ok||(d(`${e.error?.code}: ${e.error?.message}`),window.setTimeout(()=>d(null),6e3));if(e.type===`session-hibernate-result`&&(e.ok?(e.session&&h(e.session),O(e.sessionId)):(d(e.error??`Failed to hibernate session`),window.setTimeout(()=>d(null),6e3))),e.type===`terminal-error`&&(!e.sessionId||e.sessionId===y)&&(d(`${e.code}: ${e.message}`),window.setTimeout(()=>d(null),6e3)),e.type===`terminal-ready`&&e.sessionId===y&&d(null),e.type===`error`&&(d(e.message),window.setTimeout(()=>d(null),6e3)),e.type===`kill-failed`){let t=Ie.current.get(e.sessionId);if(t){let n=qm.getState().sessions;n.some(t=>t.id===e.sessionId)||S([t.session,...n]),t.wasSelected&&D(e.sessionId),Ie.current.delete(e.sessionId)}M(e.sessionId),d(e.message),window.setTimeout(()=>d(null),6e3)}e.type===`session-move-to-history-result`&&!e.ok&&e.error&&(d(e.error),window.setTimeout(()=>d(null),6e3))}});return()=>{e()}},[y,b,se,M,ge,D,O,h,S,C,w,T,P,F,I,L,_e,E]);let xe=(0,x.useMemo)(()=>g.find(e=>e.id===y)||null,[y,g]),Se=_.hibernating??[],Ce=_.history??[],we=(0,x.useMemo)(()=>mY(Se,de,fe),[Se,de,fe]),Te=(0,x.useMemo)(()=>we.find(e=>e.sessionId===b)||(m?.sessionId===b?m:null),[we,m,b]);(0,x.useEffect)(()=>{xe?.projectPath&&!xe.remote&&oe(xe.projectPath)},[xe?.projectPath,xe?.remote,oe]);let Ee=H(e=>e.sessionSortMode),De=H(e=>e.sessionSortDirection),Oe=H(e=>e.manualSessionOrder),ke=(0,x.useMemo)(()=>Mm(g,{mode:Ee,direction:De,manualOrder:Oe}),[g,Ee,De,Oe]),Ae=(0,x.useMemo)(()=>{let e=ke;return de.length>0&&(e=e.filter(e=>de.includes(e.projectPath))),fe.length>0&&(e=e.filter(e=>fe.includes(e.host??``))),e},[ke,de,fe]),je=(0,x.useRef)(b),Me=(0,x.useRef)(null),Ne=(0,x.useRef)(null),Pe=(0,x.useRef)(he),Fe=(0,x.useCallback)(()=>Ae.length>0?(D(Ae[0].id),!0):we.length>0?(O(we[0].sessionId),!0):!1,[Ae,we,D,O]);(0,x.useEffect)(()=>{let e=je.current;e&&b===null&&!Se.some(t=>t.sessionId===e)?Ne.current=e:b!==null&&(Ne.current=null),je.current=b},[Se,b]),(0,x.useEffect)(()=>{m&&b!==m.sessionId&&h(null)},[m,b]),(0,x.useEffect)(()=>{Pe.current!==he&&(Pe.current=he,Me.current=null,Ne.current=null,h(null))},[he]),(0,x.useEffect)(()=>{k&&(b||y&&(Ae.some(e=>e.id===y)||Fe()||D(null)))},[k,y,b,Fe,D]),(0,x.useEffect)(()=>{if(!b||m?.sessionId===b||v!==he||we.some(e=>e.sessionId===b))return;let e=Ae.find(e=>e.agentSessionId?.trim()===b);if(e){D(e.id);return}Fe()||O(null)},[we,Ae,v,m,b,Fe,D,O,he]),(0,x.useEffect)(()=>{let e=Ne.current;if(!e)return;if(b!==null){Ne.current=null;return}let t=Ae.find(t=>t.agentSessionId?.trim()===e);if(t){Ne.current=null,D(t.id);return}if(y!==null){Ne.current=null;return}Fe()&&(Ne.current=null)},[Ae,y,b,Fe,D]),(0,x.useEffect)(()=>{window.matchMedia(`(max-width: 767px)`).matches&&k&&y===null&&b===null&&(Ae.length>0||we.length>0)&&Fe()},[we.length,Ae.length,k,Fe,y,b]);let Ie=(0,x.useRef)(new Map),Le=(0,x.useCallback)((e,t=`unknown`)=>{dH(e);let{sessions:n,selectedSessionId:r}=qm.getState(),i=n.find(t=>t.id===e);i&&Ie.current.set(e,{session:i,wasSelected:r===e,epoch:ve()}),(0,U.flushSync)(()=>{N(e),S(n.filter(t=>t.id!==e))}),ge({type:`session-kill`,sessionId:e,source:t})},[N,S,ge]);(0,x.useEffect)(()=>{let n=qe(ce),r=r=>{if(r.defaultPrevented)return;let i=r.code,a=Xe(r,n);if(a&&(i===`BracketLeft`||i===`BracketRight`)){r.preventDefault();let e=i===`BracketLeft`?-1:1,t=Ae;if(t.length===0){let t=we;if(t.length===0)return;let n=t.findIndex(e=>e.sessionId===b);if(n===-1){O(t[0].sessionId);return}O(t[(n+e+t.length)%t.length].sessionId);return}let n=t.findIndex(e=>e.id===y);if(n===-1){D(t[0].id);return}D(t[(n+e+t.length)%t.length].id);return}if(a&&/^Digit[1-9]$/.test(i)){let e=Number(i.slice(5))-1;if(Ae.length>0){let t=Ae[e];if(!t)return;r.preventDefault(),D(t.id);return}let t=we[e];if(!t)return;r.preventDefault(),O(t.sessionId);return}if(a&&i===`KeyN`){r.preventDefault(),!e&&te&&t(!0);return}if(a&&i===`KeyX`){r.preventDefault(),y&&!e&&Le(y,`keyboard_shortcut`);return}};return window.addEventListener(`keydown`,r),()=>window.removeEventListener(`keydown`,r)},[e,y,b,D,O,Ae,we,Le,ce,te]);let Re=()=>te?(r(void 0),a(void 0),s(void 0),t(!0),!0):!1,ze=()=>l(!0),Be=(e,t,n,r)=>{ge({type:`session-create`,projectPath:e,name:t,command:n,host:r}),r||oe(e)},Ve=e=>{ge({type:`session-wake`,sessionId:e})},He=(0,x.useCallback)(e=>{ge({type:`session-hibernate`,sessionId:e})},[ge]),Ue=(e,t)=>{ge({type:`session-rename`,sessionId:e,newName:t})},We=(0,x.useCallback)(e=>{let t=g.find(t=>t.id===e);t&&ge({type:`session-create`,projectPath:t.projectPath,command:t.command||void 0,host:t.remote&&t.host?t.host:void 0})},[g,ge]),Ge=(0,x.useCallback)(e=>{ge({type:`session-move-to-history`,sessionId:e})},[ge]);(0,x.useEffect)(()=>{document.documentElement.setAttribute(`data-theme`,B)},[B]),(0,x.useEffect)(()=>{fetch(`/api/server-info`).then(e=>e.json()).then(e=>p(e)).catch(()=>{})},[]);let Ke=(0,x.useMemo)(()=>z?ee.filter(e=>e.host!==z):ee,[ee,z]);return(0,W.jsxs)(`div`,{className:`flex h-full overflow-hidden`,children:[(0,W.jsxs)(`div`,{className:`hidden h-full flex-col md:flex md:shrink-0`,style:{width:le},children:[(0,W.jsx)($e,{connectionStatus:A,onNewSession:Re,onOpenSettings:ze,tailscaleIp:f?.tailscaleIp??null}),(0,W.jsx)(KT,{sessions:g,hibernatingSessions:Se,historySessions:Ce,selectedSessionId:y,selectedHibernatingSessionId:b,onSelect:D,onSelectHibernating:O,onRename:Ue,onResume:Ve,onHibernate:He,onKill:Le,onDuplicate:We,onMoveToHistory:Ge,onNewSession:Re,loading:!k,error:j||u})]}),(0,W.jsx)(`div`,{className:`hidden md:block w-1 shrink-0 cursor-col-resize bg-transparent transition-colors hover:bg-white/10 active:bg-white/20`,onMouseDown:be}),(0,W.jsx)(RU,{session:xe,sessions:Ae,hibernatingSession:Te,hibernatingSessions:Se,connectionStatus:A,connectionEpoch:he,sendMessage:ge,subscribe:_e,onClose:()=>D(null),onSelectSession:D,onSelectHibernatingSession:O,onNewSession:Re,onKillSession:Le,onRenameSession:Ue,onOpenSettings:ze,onResumeSession:Ve,onHibernateSession:He,onMoveToHistory:Ge,historySessions:Ce,loading:!k,error:j||u}),(0,W.jsx)(BU,{isOpen:e,onClose:()=>t(!1),onCreate:Be,defaultProjectDir:V,commandPresets:ne,defaultPresetId:ie,lastProjectPath:ae,activeProjectPath:xe&&!xe.remote?xe.projectPath:void 0,remoteHosts:Ke,remoteAllowControl:R,initialHost:n,initialPath:i,initialCommand:o}),(0,W.jsx)(QK,{isOpen:c,onClose:()=>l(!1)}),(0,W.jsx)(YJ,{})]})}var gY=`modulepreload`,_Y=function(e){return`/`+e},vY={},yY=function(e,t,n){let r=Promise.resolve();if(t&&t.length>0){let e=document.getElementsByTagName(`link`),i=document.querySelector(`meta[property=csp-nonce]`),a=i?.nonce||i?.getAttribute(`nonce`);function o(e){return Promise.all(e.map(e=>Promise.resolve(e).then(e=>({status:`fulfilled`,value:e}),e=>({status:`rejected`,reason:e}))))}r=o(t.map(t=>{if(t=_Y(t,n),t in vY)return;vY[t]=!0;let r=t.endsWith(`.css`),i=r?`[rel="stylesheet"]`:``;if(n)for(let n=e.length-1;n>=0;n--){let i=e[n];if(i.href===t&&(!r||i.rel===`stylesheet`))return}else if(document.querySelector(`link[href="${t}"]${i}`))return;let o=document.createElement(`link`);if(o.rel=r?`stylesheet`:gY,r||(o.as=`script`),o.crossOrigin=``,o.href=t,a&&o.setAttribute(`nonce`,a),document.head.appendChild(o),r)return new Promise((e,n)=>{o.addEventListener(`load`,e),o.addEventListener(`error`,()=>n(Error(`Unable to preload CSS for ${t}`)))})}))}function i(e){let t=new Event(`vite:preloadError`,{cancelable:!0});if(t.payload=e,window.dispatchEvent(t),!t.defaultPrevented)throw e}return r.then(t=>{for(let e of t||[])e.status===`rejected`&&i(e.reason);return e().catch(i)})},bY=`true`,xY=`false`,SY=bY===`true`,CY=xY===`true`;function wY(e={}){let{immediate:t=!1,onNeedRefresh:n,onOfflineReady:r,onRegistered:i,onRegisteredSW:a,onRegisterError:o}=e,s,c,l,u=async(e=!0)=>{await c,SY||l?.()};async function d(){if(`serviceWorker`in navigator){if(s=await yY(async()=>{let{Workbox:e}=await import(`./workbox-window.prod.es5-Bq4GJJid.js`);return{Workbox:e}},[]).then(({Workbox:e})=>new e(`/sw.js`,{scope:`/`,type:`classic`})).catch(e=>{o?.(e)}),!s)return;if(l=()=>{s?.messageSkipWaiting()},!CY)if(SY)s.addEventListener(`activated`,e=>{(e.isUpdate||e.isExternal)&&window.location.reload()}),s.addEventListener(`installed`,e=>{e.isUpdate||r?.()});else{let e=!1,t=()=>{e=!0,s?.addEventListener(`controlling`,e=>{e.isUpdate&&window.location.reload()}),n?.()};s.addEventListener(`installed`,n=>{n.isUpdate===void 0?n.isExternal===void 0?!e&&r?.():n.isExternal?t():!e&&r?.():n.isUpdate||r?.()}),s.addEventListener(`waiting`,t)}s.register({immediate:t}).then(e=>{a?a(`/sw.js`,e):i?.(e)}).catch(e=>{o?.(e)})}}return c=d(),u}We()&&document.documentElement.classList.add(`ios`),Ge()&&document.documentElement.classList.add(`ios-pwa`),wY({immediate:!0,onRegisteredSW(e,t){t&&(setInterval(()=>{t.update()},300*1e3),document.addEventListener(`visibilitychange`,()=>{document.visibilityState===`visible`&&t.update()}))}});var TY=document.getElementById(`root`);if(!TY)throw Error(`Root element not found`);(0,E.createRoot)(TY).render((0,W.jsx)(x.StrictMode,{children:(0,W.jsx)(hY,{})}));
@@ -8,7 +8,7 @@
8
8
  <title>Agentboard</title>
9
9
  <link rel="apple-touch-icon" href="/icons/pwa-192x192.png" />
10
10
  <meta name="theme-color" content="#0f172a" />
11
- <script type="module" crossorigin src="/assets/index-BtyaR9h2.js"></script>
11
+ <script type="module" crossorigin src="/assets/index-Dx8XL8JF.js"></script>
12
12
  <link rel="stylesheet" crossorigin href="/assets/index-pg4kQMhp.css">
13
13
  <link rel="manifest" href="/manifest.webmanifest"></head>
14
14
  <body>
package/dist/client/sw.js CHANGED
@@ -1 +1 @@
1
- if(!self.define){let e,n={};const i=(i,o)=>(i=new URL(i+".js",o).href,n[i]||new Promise(n=>{if("document"in self){const e=document.createElement("script");e.src=i,e.onload=n,document.head.appendChild(e)}else e=i,importScripts(i),n()}).then(()=>{let e=n[i];if(!e)throw new Error(`Module ${i} didn’t register its module`);return e}));self.define=(o,s)=>{const r=e||("document"in self?document.currentScript.src:"")||location.href;if(n[r])return;let t={};const f=e=>i(e,r),d={module:{uri:r},exports:t,require:f};n[r]=Promise.all(o.map(e=>d[e]||f(e))).then(e=>(s(...e),t))}}define(["./workbox-8c29f6e4"],function(e){"use strict";self.skipWaiting(),e.clientsClaim(),e.precacheAndRoute([{url:"index.html",revision:"5385ecf18da5d77df748b010cb507ba0"},{url:"favicon.svg",revision:"12048a608dedfc53518ddc59c07e41b6"},{url:"icons/pwa-512x512.png",revision:"eb82042b3e4ed505f3efe1b79622d998"},{url:"icons/pwa-192x192.png",revision:"affb57c15619ee7223d1adea372ad514"},{url:"fonts/jetbrains-mono-vietnamese-wght-normal.woff2",revision:"ddf99e6e35c6ee9f00a41d2567b0e77f"},{url:"fonts/jetbrains-mono-latin-wght-normal.woff2",revision:"b058178d7f309414f8f856b99fd80d9b"},{url:"fonts/jetbrains-mono-latin-ext-wght-normal.woff2",revision:"e36841ed93d5bfe6b1d487d18ad7e90b"},{url:"fonts/jetbrains-mono-greek-wght-normal.woff2",revision:"51671ed9eb64e29390d4791ab0023c8e"},{url:"fonts/jetbrains-mono-cyrillic-wght-normal.woff2",revision:"615bf869ebeb5998734d81fc8958116c"},{url:"fonts/jetbrains-mono-cyrillic-ext-wght-normal.woff2",revision:"742dd0628e0118d32dccf0437900670b"},{url:"assets/workbox-window.prod.es5-Bq4GJJid.js",revision:null},{url:"assets/index-pg4kQMhp.css",revision:null},{url:"assets/index-BtyaR9h2.js",revision:null},{url:"icons/pwa-192x192.png",revision:"affb57c15619ee7223d1adea372ad514"},{url:"icons/pwa-512x512.png",revision:"eb82042b3e4ed505f3efe1b79622d998"},{url:"manifest.webmanifest",revision:"b6d4b3666a548fa0f0c6919d31ec2eee"}],{}),e.cleanupOutdatedCaches(),e.registerRoute(new e.NavigationRoute(e.createHandlerBoundToURL("/index.html"),{denylist:[/^\/api(?:\/|$)/,/^\/ws(?:\/|$)/]}))});
1
+ if(!self.define){let e,n={};const i=(i,o)=>(i=new URL(i+".js",o).href,n[i]||new Promise(n=>{if("document"in self){const e=document.createElement("script");e.src=i,e.onload=n,document.head.appendChild(e)}else e=i,importScripts(i),n()}).then(()=>{let e=n[i];if(!e)throw new Error(`Module ${i} didn’t register its module`);return e}));self.define=(o,s)=>{const r=e||("document"in self?document.currentScript.src:"")||location.href;if(n[r])return;let f={};const t=e=>i(e,r),d={module:{uri:r},exports:f,require:t};n[r]=Promise.all(o.map(e=>d[e]||t(e))).then(e=>(s(...e),f))}}define(["./workbox-8c29f6e4"],function(e){"use strict";self.skipWaiting(),e.clientsClaim(),e.precacheAndRoute([{url:"index.html",revision:"2acb22f411fea42fadcd5df511344592"},{url:"favicon.svg",revision:"12048a608dedfc53518ddc59c07e41b6"},{url:"icons/pwa-512x512.png",revision:"eb82042b3e4ed505f3efe1b79622d998"},{url:"icons/pwa-192x192.png",revision:"affb57c15619ee7223d1adea372ad514"},{url:"fonts/jetbrains-mono-vietnamese-wght-normal.woff2",revision:"ddf99e6e35c6ee9f00a41d2567b0e77f"},{url:"fonts/jetbrains-mono-latin-wght-normal.woff2",revision:"b058178d7f309414f8f856b99fd80d9b"},{url:"fonts/jetbrains-mono-latin-ext-wght-normal.woff2",revision:"e36841ed93d5bfe6b1d487d18ad7e90b"},{url:"fonts/jetbrains-mono-greek-wght-normal.woff2",revision:"51671ed9eb64e29390d4791ab0023c8e"},{url:"fonts/jetbrains-mono-cyrillic-wght-normal.woff2",revision:"615bf869ebeb5998734d81fc8958116c"},{url:"fonts/jetbrains-mono-cyrillic-ext-wght-normal.woff2",revision:"742dd0628e0118d32dccf0437900670b"},{url:"assets/workbox-window.prod.es5-Bq4GJJid.js",revision:null},{url:"assets/index-pg4kQMhp.css",revision:null},{url:"assets/index-Dx8XL8JF.js",revision:null},{url:"icons/pwa-192x192.png",revision:"affb57c15619ee7223d1adea372ad514"},{url:"icons/pwa-512x512.png",revision:"eb82042b3e4ed505f3efe1b79622d998"},{url:"manifest.webmanifest",revision:"b6d4b3666a548fa0f0c6919d31ec2eee"}],{}),e.cleanupOutdatedCaches(),e.registerRoute(new e.NavigationRoute(e.createHandlerBoundToURL("/index.html"),{denylist:[/^\/api(?:\/|$)/,/^\/ws(?:\/|$)/]}))});
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gbasin/agentboard-darwin-x64",
3
- "version": "0.5.0",
3
+ "version": "0.5.1",
4
4
  "description": "agentboard binary for darwin-x64",
5
5
  "repository": {
6
6
  "type": "git",