teodor-new-chat-ui 4.3.521 → 4.3.522

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.esm.js CHANGED
@@ -15163,7 +15163,7 @@ const _l = Mg(function({
15163
15163
  toolConfig: m,
15164
15164
  customStyles: f = {},
15165
15165
  streamingDebounceMs: v = 300,
15166
- renderStreamingMarkdown: g = !1,
15166
+ renderStreamingMarkdown: g = !0,
15167
15167
  enableStreamingMarkdownBuffer: x,
15168
15168
  onEdit: b,
15169
15169
  onRegenerate: w,
package/dist/index.umd.js CHANGED
@@ -127,5 +127,5 @@ ${t}</tr>
127
127
  `+(f.tokens?this.parseInline(f.tokens):f.text);r+=n?this.renderer.paragraph(m):m;continue}default:{const P='Token with "'+f.type+'" type was not found.';if(this.options.silent){console.error(P);return}else throw new Error(P)}}}return r}parseInline(t,n){n=n||this.renderer;let r="",o,s,i;const a=t.length;for(o=0;o<a;o++){if(s=t[o],this.options.extensions&&this.options.extensions.renderers&&this.options.extensions.renderers[s.type]&&(i=this.options.extensions.renderers[s.type].call({parser:this},s),i!==!1||!["escape","html","link","image","strong","em","codespan","br","del","text"].includes(s.type))){r+=i||"";continue}switch(s.type){case"escape":{r+=n.text(s.text);break}case"html":{r+=n.html(s.text);break}case"link":{r+=n.link(s.href,s.title,this.parseInline(s.tokens,n));break}case"image":{r+=n.image(s.href,s.title,s.text);break}case"strong":{r+=n.strong(this.parseInline(s.tokens,n));break}case"em":{r+=n.em(this.parseInline(s.tokens,n));break}case"codespan":{r+=n.codespan(s.text);break}case"br":{r+=n.br();break}case"del":{r+=n.del(this.parseInline(s.tokens,n));break}case"text":{r+=n.text(s.text);break}default:{const l='Token with "'+s.type+'" type was not found.';if(this.options.silent){console.error(l);return}else throw new Error(l)}}}return r}}class Js{constructor(t){this.options=t||dr}preprocess(t){return t}postprocess(t){return t}}dx(Js,"passThroughHooks",new Set(["preprocess","postprocess"]));function LT(e,t,n){return r=>{if(r.message+=`
128
128
  Please report this to https://github.com/markedjs/marked.`,e){const o="<p>An error occurred:</p><pre>"+Ot(r.message+"",!0)+"</pre>";if(t)return Promise.resolve(o);if(n){n(null,o);return}return o}if(t)return Promise.reject(r);if(n){n(r);return}throw r}}function Rh(e,t){return(n,r,o)=>{typeof r=="function"&&(o=r,r=null);const s={...r};r={...ge.defaults,...s};const i=LT(r.silent,r.async,o);if(typeof n>"u"||n===null)return i(new Error("marked(): input parameter is undefined or null"));if(typeof n!="string")return i(new Error("marked(): input parameter is of type "+Object.prototype.toString.call(n)+", string expected"));if(MT(r),r.hooks&&(r.hooks.options=r),o){const a=r.highlight;let l;try{r.hooks&&(n=r.hooks.preprocess(n)),l=e(n,r)}catch(p){return i(p)}const c=function(p){let m;if(!p)try{r.walkTokens&&ge.walkTokens(l,r.walkTokens),m=t(l,r),r.hooks&&(m=r.hooks.postprocess(m))}catch(f){p=f}return r.highlight=a,p?i(p):o(null,m)};if(!a||a.length<3||(delete r.highlight,!l.length))return c();let d=0;ge.walkTokens(l,function(p){p.type==="code"&&(d++,setTimeout(()=>{a(p.text,p.lang,function(m,f){if(m)return c(m);f!=null&&f!==p.text&&(p.text=f,p.escaped=!0),d--,d===0&&c()})},0))}),d===0&&c();return}if(r.async)return Promise.resolve(r.hooks?r.hooks.preprocess(n):n).then(a=>e(a,r)).then(a=>r.walkTokens?Promise.all(ge.walkTokens(a,r.walkTokens)).then(()=>a):a).then(a=>t(a,r)).then(a=>r.hooks?r.hooks.postprocess(a):a).catch(i);try{r.hooks&&(n=r.hooks.preprocess(n));const a=e(n,r);r.walkTokens&&ge.walkTokens(a,r.walkTokens);let l=t(a,r);return r.hooks&&(l=r.hooks.postprocess(l)),l}catch(a){return i(a)}}}function ge(e,t,n){return Rh(Wn.lex,Vn.parse)(e,t,n)}ge.options=ge.setOptions=function(e){return ge.defaults={...ge.defaults,...e},yT(ge.defaults),ge},ge.getDefaults=yh,ge.defaults=dr,ge.use=function(...e){const t=ge.defaults.extensions||{renderers:{},childTokens:{}};e.forEach(n=>{const r={...n};if(r.async=ge.defaults.async||r.async||!1,n.extensions&&(n.extensions.forEach(o=>{if(!o.name)throw new Error("extension name required");if(o.renderer){const s=t.renderers[o.name];s?t.renderers[o.name]=function(...i){let a=o.renderer.apply(this,i);return a===!1&&(a=s.apply(this,i)),a}:t.renderers[o.name]=o.renderer}if(o.tokenizer){if(!o.level||o.level!=="block"&&o.level!=="inline")throw new Error("extension level must be 'block' or 'inline'");t[o.level]?t[o.level].unshift(o.tokenizer):t[o.level]=[o.tokenizer],o.start&&(o.level==="block"?t.startBlock?t.startBlock.push(o.start):t.startBlock=[o.start]:o.level==="inline"&&(t.startInline?t.startInline.push(o.start):t.startInline=[o.start]))}o.childTokens&&(t.childTokens[o.name]=o.childTokens)}),r.extensions=t),n.renderer){const o=ge.defaults.renderer||new dl;for(const s in n.renderer){const i=o[s];o[s]=(...a)=>{let l=n.renderer[s].apply(o,a);return l===!1&&(l=i.apply(o,a)),l}}r.renderer=o}if(n.tokenizer){const o=ge.defaults.tokenizer||new ul;for(const s in n.tokenizer){const i=o[s];o[s]=(...a)=>{let l=n.tokenizer[s].apply(o,a);return l===!1&&(l=i.apply(o,a)),l}}r.tokenizer=o}if(n.hooks){const o=ge.defaults.hooks||new Js;for(const s in n.hooks){const i=o[s];Js.passThroughHooks.has(s)?o[s]=a=>{if(ge.defaults.async)return Promise.resolve(n.hooks[s].call(o,a)).then(c=>i.call(o,c));const l=n.hooks[s].call(o,a);return i.call(o,l)}:o[s]=(...a)=>{let l=n.hooks[s].apply(o,a);return l===!1&&(l=i.apply(o,a)),l}}r.hooks=o}if(n.walkTokens){const o=ge.defaults.walkTokens;r.walkTokens=function(s){let i=[];return i.push(n.walkTokens.call(this,s)),o&&(i=i.concat(o.call(this,s))),i}}ge.setOptions(r)})},ge.walkTokens=function(e,t){let n=[];for(const r of e)switch(n=n.concat(t.call(ge,r)),r.type){case"table":{for(const o of r.header)n=n.concat(ge.walkTokens(o.tokens,t));for(const o of r.rows)for(const s of o)n=n.concat(ge.walkTokens(s.tokens,t));break}case"list":{n=n.concat(ge.walkTokens(r.items,t));break}default:ge.defaults.extensions&&ge.defaults.extensions.childTokens&&ge.defaults.extensions.childTokens[r.type]?ge.defaults.extensions.childTokens[r.type].forEach(function(o){n=n.concat(ge.walkTokens(r[o],t))}):r.tokens&&(n=n.concat(ge.walkTokens(r.tokens,t)))}return n},ge.parseInline=Rh(Wn.lexInline,Vn.parseInline),ge.Parser=Vn,ge.parser=Vn.parse,ge.Renderer=dl,ge.TextRenderer=jh,ge.Lexer=Wn,ge.lexer=Wn.lex,ge.Tokenizer=ul,ge.Slugger=_h,ge.Hooks=Js,ge.parse=ge,ge.options,ge.setOptions,ge.use,ge.walkTokens,ge.parseInline,Vn.parse,Wn.lex;function fr({content:e,className:t="",allowHtml:n=!1,style:r}){const o=w.useMemo(()=>{if(!e||typeof e!="string"||e.trim().length===0)return"";try{if(!n){const i=e.replace(/<script\b[^<]*(?:(?!<\/script>)<[^<]*)*<\/script>/gi,"").replace(/<iframe\b[^<]*(?:(?!<\/iframe>)<[^<]*)*<\/iframe>/gi,"").replace(/javascript:/gi,"").replace(/on\w+\s*=/gi,"");return typeof ge.parse=="function"?ge.parse(i):ge(i)}return typeof ge.parse=="function"?ge.parse(e):ge(e)}catch(i){return console.error("[MarkdownContent] parse error",i),`<pre class="font-mono text-xs bg-background/50 rounded border p-2 whitespace-pre-wrap break-words">Error rendering markdown: ${String(i)}</pre>`}},[e,n]),s=w.useMemo(()=>{const i={color:"currentColor",...r};if(r&&r.color){const a=r.color;return{...i,"--tw-prose-body":a,"--tw-prose-headings":a,"--tw-prose-links":a,"--tw-prose-bold":a,"--tw-prose-counters":a,"--tw-prose-bullets":a,"--tw-prose-hr":a,"--tw-prose-quotes":a,"--tw-prose-quote-borders":a,"--tw-prose-captions":a,"--tw-prose-code":a,"--tw-prose-pre-code":a,"--tw-prose-pre-bg":"inherit","--tw-prose-th-borders":a,"--tw-prose-td-borders":a}}return i},[r]);return u.jsx("div",{className:re("markdown prose prose-sm max-w-none break-words","dark:prose-invert","text-current","prose-headings:text-current prose-p:text-current prose-li:text-current prose-a:text-current prose-strong:text-current","prose-em:text-current prose-blockquote:text-current prose-table:text-current prose-td:text-current prose-th:text-current","prose-pre:font-mono prose-pre:text-xs prose-pre:bg-background/50 prose-pre:border prose-pre:rounded prose-pre:p-3 prose-pre:whitespace-pre prose-pre:overflow-x-auto","prose-code:font-mono prose-code:text-sm prose-code:bg-background/50 prose-code:px-1.5 prose-code:py-0.5 prose-code:rounded prose-code:text-current",t),style:s,dangerouslySetInnerHTML:{__html:o}})}function Mh({preview:e,idx:t}){return u.jsxs("div",{className:"space-y-2",children:[e.label&&u.jsxs("p",{className:"text-[0.65rem] uppercase tracking-wide text-muted-foreground",children:["Artifact: ",e.label]}),u.jsx("div",{className:"overflow-hidden rounded border border-border/60 bg-background/60 p-1 shadow-sm",children:u.jsx("img",{src:e.src,alt:e.alt,title:e.label,loading:"lazy",className:"h-auto max-h-[420px] w-full rounded object-contain",onLoad:()=>{},onError:n=>{console.error(`[MessageComponent] ❌ Image failed to load for artifact ${t}:`,{alt:e.alt,label:e.label,message:n.target.alt})}})})]})}function Oh({artifact:e,idx:t=0}){const n=w.useMemo(()=>e?(Array.isArray(e.plots)?e.plots:[]).map(o=>Iu(o)).filter(o=>o!==null):[],[e]);return n.length>0?u.jsx("div",{className:"space-y-2",children:n.map((r,o)=>u.jsx(Mh,{preview:r,idx:o},`${t}-plot-${o}`))}):e&&typeof e=="object"?u.jsx("div",{className:"rounded-lg border border-gray-200 dark:border-gray-800 bg-gray-50 dark:bg-gray-900/20 p-4",children:u.jsxs("p",{className:"text-sm text-gray-600 dark:text-gray-400",children:["Unknown artifact type: ",u.jsx("code",{className:"font-mono",children:e.type||"unknown"})]})}):null}const $T="prose prose-sm max-w-none break-words dark:prose-invert prose-headings:break-words prose-p:break-words prose-li:break-words prose-td:break-words prose-th:break-words prose-a:break-all prose-code:break-words prose-blockquote:break-words";function Zs({data:e}){return Array.isArray(e)?e.every(n=>n===null||["string","number","boolean"].includes(typeof n))?u.jsx("div",{className:$T,children:u.jsx("ul",{className:"list-disc pl-5",children:e.map((n,r)=>u.jsx("li",{children:String(n)},r))})}):u.jsx("pre",{className:"font-mono text-xs bg-background/50 rounded border p-2 whitespace-pre-wrap break-words",children:er(e)}):u.jsx("pre",{className:"font-mono text-xs bg-background/50 rounded border p-2 whitespace-pre-wrap break-words",children:er(e)})}function Dh({message:e,isStreaming:t=!1}){const n=e.name??"tool",r=w.useMemo(()=>{const a=e.additionalKwargs??{};return Array.isArray(a.toolProgress)?[...a.toolProgress]:[]},[e]),s=r.some(a=>a.type==="tool.start"||a.type==="tool.call"||a.type==="message.start")?`Running ${n}…`:void 0;return t||r.length>0?u.jsxs("div",{className:"space-y-2",children:[u.jsxs("div",{className:"flex items-center gap-2 text-xs uppercase tracking-wide text-muted-foreground",children:[t&&u.jsx(ce.Loader,{className:"h-3 w-3 animate-spin"}),u.jsx("span",{children:s??`Running ${n}…`})]}),r.length>0&&u.jsx("div",{className:"space-y-2 text-xs text-muted-foreground",children:r.map((a,l)=>{var c;return u.jsxs("div",{className:"rounded border border-current/10 bg-muted/60 p-2 text-[11px] leading-snug",children:[u.jsxs("div",{className:"mb-1 flex items-center justify-between text-[8px] uppercase tracking-wide text-muted-foreground",children:[u.jsx("span",{children:((c=a.type)==null?void 0:c.replace(/\./g," "))??"progress"}),u.jsx("span",{children:a.idx??l+1})]}),a.content&&u.jsx("p",{className:"mt-1 text-[12px] text-foreground/90",children:a.content}),u.jsxs("div",{className:"mt-1 flex flex-wrap gap-2 text-[10px] opacity-70",children:[typeof a.factsFound=="number"&&u.jsxs("span",{children:["Facts found: ",a.factsFound]}),typeof a.isSufficient=="boolean"&&u.jsxs("span",{children:["Research ",a.isSufficient?"sufficient":"needs more data"]})]})]},`tool-progress-${n}-${l}`)})})]}):null}const fl=h.forwardRef(({className:e,...t},n)=>u.jsx("div",{ref:n,className:re("rounded-lg border bg-card text-card-foreground shadow-sm",e),...t}));fl.displayName="Card";const pl=h.forwardRef(({className:e,...t},n)=>u.jsx("div",{ref:n,className:re("flex flex-col space-y-1.5 p-6",e),...t}));pl.displayName="CardHeader";const hl=h.forwardRef(({className:e,...t},n)=>u.jsx("h3",{ref:n,className:re("text-2xl font-semibold leading-none tracking-tight",e),...t}));hl.displayName="CardTitle";const ml=h.forwardRef(({className:e,...t},n)=>u.jsx("p",{ref:n,className:re("text-sm text-muted-foreground",e),...t}));ml.displayName="CardDescription";const Qs=h.forwardRef(({className:e,...t},n)=>u.jsx("div",{ref:n,className:re("p-6 pt-0",e),...t}));Qs.displayName="CardContent";const Lh=h.forwardRef(({className:e,...t},n)=>u.jsx("div",{ref:n,className:re("flex items-center p-6 pt-0",e),...t}));Lh.displayName="CardFooter";const FT=e=>!!e&&typeof e=="object"&&e.type==="user_choice"&&typeof e.question=="string"&&Array.isArray(e.alternatives);function gl({interruptPart:e,onApprove:t,onReject:n,onSelectAlternative:r,disabled:o,isActive:s,payload:i}){const a=FT(i)?i:null,l=(a==null?void 0:a.question)??e.title??"Approve the result?",c=a?s?"Select one of the alternatives to continue.":"Waiting for approval from another participant.":s?"Please approve or reject this action to resume the workflow.":"Waiting for approval from another participant.";let d=null;if(!a&&i!==void 0&&i!==null)if(typeof i=="string")d=u.jsx("p",{className:"text-sm leading-relaxed text-blue-800/90 dark:text-blue-200/90 whitespace-pre-wrap",children:i});else{const p=er(i);d=u.jsx("pre",{className:"max-h-48 overflow-auto rounded bg-blue-100/60 p-2 text-xs text-blue-900/90 dark:bg-blue-900/40 dark:text-blue-100/80",children:p})}return u.jsxs(fl,{className:re("border-blue-200 dark:border-blue-800 bg-blue-50/50 dark:bg-blue-950/10 transition-shadow",s?"shadow-md ring-1 ring-blue-300 dark:ring-blue-500/70":"opacity-80"),children:[u.jsxs(pl,{className:"pb-3",children:[u.jsx(hl,{className:"text-blue-900 dark:text-blue-100 text-base",children:l}),u.jsx(ml,{className:"text-blue-700 dark:text-blue-300 text-sm",children:c})]}),a?u.jsx(Qs,{className:"pt-0 pb-3",children:u.jsx("div",{className:"space-y-2",children:a.alternatives.map(p=>u.jsx(Je,{size:"sm",variant:"outline",onClick:()=>r==null?void 0:r(e,p),className:"w-full justify-start text-left",disabled:o||!s,children:u.jsxs("div",{className:"flex flex-col items-start gap-1",children:[u.jsx("span",{className:"font-semibold",children:p.label}),p.description?u.jsx("span",{className:"text-xs text-muted-foreground leading-snug",children:p.description}):null]})},p.id))})}):d&&u.jsx(Qs,{className:"pt-0 pb-3",children:d}),!a&&u.jsx(Lh,{className:"pt-0",children:u.jsxs("div",{className:"flex gap-2 ml-auto",children:[u.jsx(Je,{size:"sm",variant:"outline",onClick:()=>n(e),className:"border-red-300 text-red-700 hover:bg-red-50 dark:border-red-700 dark:text-red-300 dark:hover:bg-red-950/50",disabled:o||!s,children:"Reject"}),u.jsx(Je,{size:"sm",onClick:()=>t(e),className:"bg-blue-600 hover:bg-blue-700 text-white",disabled:o||!s,children:"Approve"})]})})]})}function $h({className:e}){const t=w.useRef(null);return w.useEffect(()=>{let n=0;const r=()=>{if(n=(n+1)%4,t.current){const s=".".repeat(n);t.current.textContent=`Is thinking${s}`}};r();const o=setInterval(r,500);return()=>clearInterval(o)},[]),u.jsx("span",{ref:t,"aria-live":"polite",className:re("inline-block text-xs opacity-70 ml-1",e),children:"Is thinking"})}function Fh({text:e,expanded:t,onExpandedChange:n,previewLength:r,isCompact:o}){const s=Math.max(e.length-r,0),i=e.substring(0,r);return u.jsxs("div",{className:"flex flex-col gap-1",children:[u.jsx("div",{className:re("text-sm text-[hsl(var(--chat-bubble-user-text))]",o&&"text-xs"),children:t?u.jsx(fr,{content:e,allowHtml:!1}):u.jsxs("pre",{className:re("font-sans whitespace-pre-wrap break-words bg-transparent p-0 m-0 text-[hsl(var(--chat-bubble-user-text))]",o&&"text-xs"),children:[i,"..."]})}),u.jsx(Je,{type:"button",variant:"ghost",size:"sm",className:"h-6 text-xs !text-[hsl(var(--chat-bubble-user-text))]",onClick:()=>n(!t),children:t?u.jsxs(u.Fragment,{children:[u.jsx(ce.ChevronUp,{className:"h-3 w-3 mr-1"})," Show less"]}):u.jsxs(u.Fragment,{children:[u.jsx(ce.ChevronDown,{className:"h-3 w-3 mr-1"})," Show more (",s," chars)"]})})]})}function Bh(e){const{allowFileOpen:t,currentThreadId:n}=e,{toast:r}=cl(),[o,s]=w.useState({}),[i,a]=w.useState(null),[l,c]=w.useState(!1),d=w.useCallback(()=>{c(!1),a(null)},[]),p=w.useCallback(f=>{a(f),c(!0)},[]),m=w.useCallback(async(f,v,g)=>{var x,y;if(!t){f.preventDefault();return}if(o[g]){f.preventDefault();return}try{const b=String(v.url??""),C=b.match(/\/chat\/files\/([^/]+)(?:\/(view|download))?/);if(C){f.preventDefault();const k=C[1],S=v.name||`file_${k}`,T=v.mimeType||"application/octet-stream";p({id:k,name:S,mimeType:T});return}if(b.startsWith("data:")){f.preventDefault(),s(S=>({...S,[g]:!0}));const k=r({title:"Fetching file...",description:"",open:!0});try{const S=await iu(n??void 0);if(!S||!Array.isArray(S))throw new Error("Invalid file list response");const T=S.find(E=>!E||typeof E!="object"||!((E.filename??"")===(v.name??""))?!1:typeof v.size=="number"&&typeof E.size=="number"?E.size===v.size:!0);if(!(T!=null&&T.id))throw new Error(`File "${v.name}" is not yet available on the server`);if(!T.id||!T.filename)throw new Error("Invalid file data received from server");p({id:T.id,name:v.name||T.filename||`file_${T.id}`,mimeType:v.mimeType||T.mime_type||"application/octet-stream"}),(x=k.update)==null||x.call(k,{id:k.id,title:"Success",description:`Opened ${v.name}`,open:!0})}catch(S){console.error("Failed to fetch server file:",S);const T=S instanceof Error?S.message:"Unknown error occurred";(y=k.update)==null||y.call(k,{id:k.id,title:"Failed",description:T}),r({title:"Failed to fetch file",description:T,open:!0})}finally{s(S=>({...S,[g]:!1}))}}}catch(b){console.error("File click error:",b),s(C=>({...C,[g]:!1}))}},[t,o,r,n,p]);return{uploadingFiles:o,handleFileClick:m,fileViewerOpen:l,currentFileInfo:i,closeFileViewer:d}}function zh(e,t){return w.useMemo(()=>{if(t)return{contentParts:[],textContent:"",toolMeta:{},imageParts:[],fileParts:[],interruptParts:[],toolRaw:"",isToolStreaming:!1};const n=e,r=Array.isArray(n.content)?n.content:[],o=n.additionalKwargs??{};return{contentParts:r,textContent:yu(r),toolMeta:Jo(n),imageParts:r.filter(s=>s.type==="image_url"),fileParts:r.filter(s=>s.type==="file"),interruptParts:r.filter(s=>s.type==="interrupt"),toolRaw:Su(r),isToolStreaming:!!o.toolStreaming}},[e,t])}const Hh="data:";function BT(e){if(!e)return[];const t=[],n=e.split(/\r?\n/);for(const r of n){const o=r.trim();if(!o||!o.startsWith(Hh))continue;const s=o.slice(Hh.length).trim();if(!s||s.toLowerCase()==="[done]")continue;const i=Qn(s);i&&typeof i=="object"&&t.push(i)}return t}function zT(e){for(let t=e.length-1;t>=0;t-=1){const n=e[t];if(n&&typeof n=="object"&&n.type==="tool.end")return n}return null}function HT(e){return w.useMemo(()=>{const t=e.content.filter(c=>c.type==="text");if(!t.length)return null;let r=t.flatMap(c=>BT(c.text??""));if(!r.length){const c=t.map(p=>p.text??"").join(`
129
129
  `),d=Qn(c);d&&typeof d=="object"&&(r=[d])}if(!r.length)return null;const s=zT(r)??r[r.length-1];if(!s)return null;const i=s.output??s.payload??s,a=Sr(i),l=tr(a);return l&&typeof l=="object"&&!Array.isArray(l)?{kind:"dict",value:l,data:l,event:s}:{kind:"generic",value:l,event:s}},[e])}function Uh({message:e,viewMode:t,isStreaming:n=!1,toolConfig:r,expandable:o=!1}){var $;const s=Jo(e),i=e.artifact??null,a=HT(e),c=(a?Nu(a):null)??a,d=e.content.find(L=>L.type!=="tool_call"),p=L=>{if(L==null)return null;const F=typeof L=="string"?Qn(L)??L:L;if(F&&typeof F=="object")return u.jsx(Zs,{data:F});const G=typeof F=="string"?F:(()=>{try{return er(F)}catch{return String(F??"")}})();return u.jsx("pre",{className:"whitespace-pre-wrap break-words font-sans text-sm text-foreground/90",children:G})},m=L=>{if(L==null)return null;const{content:F,isMarkdown:G}=bu(L);return G?u.jsx(fr,{content:F,className:"text-current"}):p(L)},f=L=>u.jsxs("div",{className:"space-y-2 rounded-2xl border border-muted-foreground/30 bg-white/80 p-4 shadow-sm shadow-slate-900/10",children:[u.jsx("div",{className:"text-[11px] font-semibold uppercase tracking-[0.4em] text-muted-foreground",children:"Structured dictionary"}),u.jsx(Zs,{data:L})]}),v=()=>{if((c==null?void 0:c.kind)==="generic")return m(c.value);if(!d)return null;if(d.type==="text"){const O=(d.text??"").trim();if(!O)return null;const K=tr(O);return m(K)}const L=yr(d),F=tr(L);return m(F)},g=()=>(c==null?void 0:c.kind)==="dict"?f(c.data):v(),x=()=>{if(!y)return;if(s.name){const F=y[s.name];if(F)return F}const L=(c==null?void 0:c.kind)??(a==null?void 0:a.kind);if(L){const F=y[L];if(F)return F}return y.default},{toolRenderers:y,toolArtifactRenderers:b}=r??{},C=x(),k=g(),S=!o||t==="expanded",T=(S?C==null?void 0:C({message:e,toolMeta:s,toolPayload:c,viewMode:t,isStreaming:n}):null)??null,P=(($=(()=>{if(!b)return;const L=i==null?void 0:i.type;if(typeof L=="string"){const F=b[L];if(F)return F}return b.default})())==null?void 0:$({artifact:i,message:e,toolPayload:c,isStreaming:n}))??null,_=T??k;return u.jsxs("div",{className:"space-y-2",children:[i&&(P??u.jsx(Oh,{artifact:i,idx:0})),u.jsx(Dh,{message:e,isStreaming:n}),S?_:null]})}const UT={checkpoints:[],checkpointMetaByCheckpointId:new Map,timeline:[],messagePreviews:new Map,getLatest:()=>{},getCheckpoint:()=>{},getMessageAttempts:()=>[]},xl=(e,t)=>(e==null?void 0:e.id)??`message-${t}`,vl=w.memo(function({message:t,index:n,isStreaming:r,streamingAssistantId:o,streamingDebounceMs:s=0,layoutSize:i,enableMessageEditing:a,editingMessageId:l,onEdit:c,onRegenerate:d,onCancelEdit:p,showToolMessages:m,checkpointIndex:f,onSelectCheckpoint:v,getMessageCustomStyles:g,getInterruptOptions:x,toolConfig:y}){const b=xl(t,n),C=t.role==="default_message",T=!!t.__syntheticStreaming||o===t.id&&t.role==="assistant",E=f??UT,P=!C&&"checkpointId"in t?t.checkpointId??null:null,{attemptCount:_,attemptIndex:$,attempts:L}=w.useMemo(()=>ic(t.id,P,E),[t.id,P,E]),F=g==null?void 0:g(t);return u.jsx("div",{className:"relative mb-4 last:mb-0","data-message-id":b,style:{minHeight:"60px",containIntrinsicSize:"auto 120px"},children:u.jsx(ei,{message:t,messageIndex:n,isStreamingMessage:T,renderStreamingMarkdown:T,streamingDebounceMs:s,isEditing:l===t.id,showActions:a,showTimestamp:!1,showAgentName:!0,layoutSize:i,onEdit:c,onRegenerate:()=>d(n),onCancelEdit:p,getInterruptOptions:x,showToolMessages:m,attemptCount:_,attemptIndex:$,attemptMetas:L,onSelectCheckpoint:v,customStyles:F,toolConfig:y})})});vl.displayName="MessageRow";function WT(e,t,n){const[r,o]=w.useState(e),s=w.useRef(e),i=w.useRef(null);return w.useEffect(()=>{s.current=e;const a=()=>{o(s.current),i.current&&(clearTimeout(i.current),i.current=null)};if(!t||n<=0){a();return}return i.current&&clearTimeout(i.current),i.current=setTimeout(()=>{a()},n),()=>{i.current&&(clearTimeout(i.current),i.current=null)}},[e,t,n]),r}function VT({message:e,isToolMessage:t,showToolMessages:n,toolViewMode:r,toolExpandable:o,isToolStreaming:s,contentParts:i,textContent:a,imageParts:l,fileParts:c,interruptPart:d,isStreamingMessage:p,streamingDebounceMs:m,enableStreamingMarkdownBuffer:f,renderStreamingMarkdown:v,defaultMessage:g,handleFileClick:x,uploadingFiles:y,messageRole:b,truncateUserMessages:C,userMessagePreviewLength:k,isUserExpanded:S,setIsUserExpanded:T,isCompactLayout:E,iconForeground:P,toolConfig:_,handleInterruptApprove:$,handleInterruptReject:L,handleInterruptAlternative:F,disableInterruptActions:G,isInterruptMessage:O}){const K=w.useCallback(()=>u.jsxs("div",{className:"flex items-center gap-2 p-2 bg-muted/30 rounded",children:[u.jsx(ce.Loader,{className:"h-4 w-4 text-muted-foreground"}),u.jsx("span",{className:"text-sm text-muted-foreground",children:"File upload"})]}),[]),H=WT(i,(f??!0)&&p,m??0),j=w.useMemo(()=>H.filter(N=>N.type==="text"),[H]),I=w.useMemo(()=>j.map(N=>N.text??"").join(""),[j]),Y=w.useMemo(()=>{if(!v)return null;const N=qT(I);return{stablePart:I.slice(0,N),tailPart:I.slice(N)}},[I,v]),J=w.useMemo(()=>{if(!Y)return null;const{stablePart:N,tailPart:M}=Y;return!N&&!M?null:u.jsxs("div",{className:"space-y-2",children:[N?u.jsx(fr,{content:N,allowHtml:!1}):null,M?u.jsx(fr,{content:M,allowHtml:!1}):null]})},[Y]),D=w.useMemo(()=>{if(!v)return H;const N=[];let M=!1;for(const U of H){if(U.type==="text"){M||(N.push({type:"text",text:"",__streamingMarkdownAggregate:!0}),M=!0);continue}N.push(U)}return N},[H,v]),R=(v?D:H).filter(N=>N.type!=="interrupt"),B=w.useCallback(({part:N,i:M})=>{if(N.type==="text"){if(v)return null;const U=N.text??"",Z=U.trim(),se=Qn(Z);return se&&b!=="tool"?u.jsx(Zs,{data:se},M):b==="user"&&C&&Z.length>k?u.jsx(Fh,{text:Z,expanded:S,onExpandedChange:T,previewLength:k,isCompact:E},M):u.jsx(fr,{content:U,allowHtml:!1},M)}if(N.type==="image_url"){const U=N;return u.jsx("div",{className:"my-2",children:u.jsx("img",{src:U.url,alt:U.alt??"",loading:"lazy",className:"border rounded max-h-[420px] w-auto object-contain"})},M)}if(N.type==="file"){const U=N,Z=U.name||"file";return u.jsxs("a",{href:U.url,onClick:se=>x(se,U,M),className:`inline-flex items-center gap-2 rounded px-2 py-1 text-xs bg-gray-100 border hover:bg-gray-200
130
- dark:bg-background/10 dark:border-border/30 dark:hover:bg-background/20`,children:[y[M]?u.jsx(ce.Loader,{className:"h-4 w-4 animate-spin"}):null,u.jsxs("span",{className:"truncate max-w-[180px]",children:[Z,y[M]?" (processing)":""]})]},M)}return null},[x,E,S,b,C,y,k,v,T]),X=a.trim().length>0||l.length>0||c.length>0||R.length>0;if(!t&&c.length>0&&!p)return K();if(!t&&!X&&!p)return null;if(t){if(!n)return null;if(O&&d){const N=d.value,M=!G,U=$??(()=>{}),Z=L??(()=>{});return u.jsx(gl,{interruptPart:d,payload:N,onApprove:U,onReject:Z,onSelectAlternative:F,disabled:G,isActive:M})}return u.jsx(Uh,{message:e,viewMode:r,expandable:o,isStreaming:s,toolConfig:_},e.id)}if(!g){const N=u.jsx("div",{className:"space-y-2",children:R.map((M,U)=>v&&GT(M)?J?u.jsx("div",{className:"space-y-2",children:J},`streaming-md-${U}`):null:u.jsx(B,{part:M,i:U},U))});return p?u.jsxs("div",{"aria-busy":"true",role:"status",children:[N,u.jsx($h,{className:P})]}):N}return null}function KT(e){return e?!(Ao(e,/```/g)||Ao(e,/`/g)||Ao(e,/\*\*/g)||Ao(e,/__/g)||Ao(e,/~~/g)||/[^\\]\[[^\]]*$/.test(e)||/\[[^\]]*\]\([^)]*$/.test(e)):!0}function Ao(e,t){const n=e.match(t);return((n==null?void 0:n.length)??0)%2!==0}function qT(e){if(!e)return 0;for(let t=e.length;t>=0;t-=1)if(KT(e.slice(0,t)))return t;return 0}function GT(e){return e.type==="text"&&!!e.__streamingMarkdownAggregate}const YT=Vr.cva("inline-flex items-center rounded-full border px-2.5 py-0.5 text-xs font-semibold transition-colors focus:outline-none focus:ring-2 focus:ring-ring focus:ring-offset-2",{variants:{variant:{default:"border-transparent bg-primary text-primary-foreground hover:bg-primary/80",secondary:"border-transparent bg-secondary text-secondary-foreground hover:bg-secondary/80",destructive:"border-transparent bg-destructive text-destructive-foreground hover:bg-destructive/80",outline:"text-foreground"}},defaultVariants:{variant:"default"}});function Wh({className:e,variant:t,...n}){return u.jsx("div",{className:re(YT({variant:t}),e),...n})}function XT({showTimestamp:e,showAgentName:t,isToolMessage:n,isInterruptMessage:r=!1,iconForeground:o,agentName:s,messageIcon:i,customHeaderClass:a,customActionsClass:l,isCompactLayout:c,showActions:d,isEditing:p,messageRole:m,toolViewMode:f,toolExpandable:v=!1,toolMeta:g,onToggleToolView:x,onCopy:y,onEdit:b,onRegenerate:C,showCheckpointControls:k,attemptCount:S,attemptIndex:T,handleOlderAttemptSelect:E,handleNewerAttemptSelect:P,messageCreatedAt:_,copied:$}){return!e&&!t&&!n&&!r?null:u.jsxs("div",{className:re("flex items-center justify-between mb-2 pb-2 border-b border-current/10",c&&"mb-1 pb-1",o,a),children:[u.jsxs("div",{className:"flex items-center gap-2",children:[i,t&&s&&u.jsx("span",{className:re("font-medium",c?"text-xs":"text-sm"),children:s}),n&&!r&&u.jsxs(Wh,{variant:"outline",className:re("text-xs flex items-center gap-1",o,"border border-current/40",c&&"text-xs h-4",v&&"cursor-pointer select-none"),role:v?"button":void 0,tabIndex:v?0:void 0,"aria-expanded":v?f==="expanded":void 0,onClick:v?x:void 0,onKeyDown:L=>{v&&(L.key==="Enter"||L.key===" ")&&(L.preventDefault(),x())},children:[u.jsx("span",{children:g.name??"Tool Output"}),g.toolCallId&&u.jsx("span",{className:"opacity-70",children:g.toolCallId.slice(0,8)}),v&&(f==="expanded"?u.jsx(ce.ChevronUp,{className:"h-3 w-3"}):u.jsx(ce.ChevronDown,{className:"h-3 w-3"}))]}),r&&u.jsx("span",{className:"text-xs font-semibold uppercase tracking-wide text-muted-foreground",children:g.name??"Interrupt"})]}),u.jsxs("div",{className:"flex items-center gap-2",children:[k&&S>1&&u.jsxs("div",{className:"flex items-center gap-2 text-xs",children:[u.jsx("button",{type:"button",className:re("flex items-center justify-center rounded border px-1.5 py-1 transition-colors",T<S-1?"border-border text-foreground hover:bg-muted/60":"border-border text-muted-foreground cursor-not-allowed"),onClick:()=>{T>=S-1||E()},"aria-label":"Older attempt (back in time)",disabled:T>=S-1,children:u.jsx(ce.ChevronLeft,{className:"h-3 w-3"})}),u.jsx("div",{className:"flex items-center gap-2",children:u.jsxs("span",{className:"whitespace-nowrap",children:[S-T," / ",S]})}),u.jsx("button",{type:"button",className:re("flex items-center justify-center rounded border px-1.5 py-1 transition-colors",T>0?"border-border text-foreground hover:bg-muted/60":"border-border text-muted-foreground cursor-not-allowed"),onClick:()=>{T<=0||P()},"aria-label":"Newer attempt (forward in time)",disabled:T<=0,children:u.jsx(ce.ChevronRight,{className:"h-3 w-3"})})]}),e&&_&&u.jsx("time",{className:re("text-xs opacity-60",o,c&&"text-xs"),dateTime:new Date(_).toISOString(),title:new Date(_).toLocaleString(),children:new Intl.DateTimeFormat(void 0,{hour:"2-digit",minute:"2-digit"}).format(new Date(_))}),d&&!p&&u.jsxs("div",{className:re("opacity-0 group-hover:opacity-100 transition-opacity","flex items-center gap-1",l),children:[u.jsx("div",{className:"relative",children:u.jsx(Je,{variant:"ghost",size:"sm",onClick:y,className:re("h-6 w-6 p-0 hover:bg-foreground/10",o,c&&"h-5 w-5"),"aria-label":"Copy message",title:"Copy message",children:u.jsx(ce.Copy,{className:re($?"text-success":o,c?"h-3 w-3":"h-4 w-4")})})}),m==="user"&&b&&u.jsx(Je,{variant:"ghost",size:"sm",onClick:b,className:re("h-6 w-6 p-0 hover:bg-foreground/10",o,c&&"h-5 w-5"),"aria-label":"Edit message",children:u.jsx(ce.Edit,{className:re(o,c?"h-3 w-3":"h-4 w-4")})}),m==="assistant"&&C&&u.jsx(Je,{variant:"ghost",size:"sm",onClick:C,className:re("h-6 w-6 p-0 hover:bg-foreground/10",o,c&&"h-5 w-5"),"aria-label":"Regenerate response",children:u.jsx(ce.RotateCcw,{className:re(o,c?"h-3 w-3":"h-4 w-4")})})]})]})]})}const ei=w.memo(function({message:t,messageIndex:n,isStreamingMessage:r=!1,isEditing:o=!1,showActions:s=!0,showTimestamp:i=!0,showAgentName:a=!0,layoutSize:l="desktop",truncateUserMessages:c=!0,userMessagePreviewLength:d=500,showToolMessages:p=!0,toolConfig:m,customStyles:f={},streamingDebounceMs:v=300,renderStreamingMarkdown:g=!1,enableStreamingMarkdownBuffer:x,onEdit:y,onRegenerate:b,onCopy:C,getInterruptOptions:k,attemptCount:S=1,attemptIndex:T=0,onSelectCheckpoint:E,attemptMetas:P=[]}){const[_,$]=w.useState(!1),[L,F]=w.useState(!1),{currentThreadId:G}=br(),{respondToInterrupt:O}=no(),[K,q]=w.useState(!1),H=l==="phone"||l==="half-screen",j=t.role,I=j==="interrupt",Y=j==="tool"||I,D=!(t.role==="default_message")&&t.expandable!==void 0?t.expandable!==!1:!0,{toolRenderers:V,toolArtifactRenderers:R,getToolExpandable:B}=m??{},X=w.useMemo(()=>!B||t.role!=="tool"?!1:B(t),[B,t.id,t.role]),[N,M]=w.useState(X?"preview":"expanded");w.useEffect(()=>{M(X?"preview":"expanded")},[X,t.id]);const U=w.useMemo(()=>t.role==="default_message"?t:null,[t]),Z=!!U,se=!(r&&j!=="user"),{uploadingFiles:ae,handleFileClick:Ce,fileViewerOpen:we,currentFileInfo:je,closeFileViewer:We}=Bh({allowFileOpen:se,currentThreadId:G}),Fe=w.useMemo(()=>{switch(j){case"user":return"text-[hsl(var(--chat-bubble-user-text))]";case"assistant":return"text-[hsl(var(--chat-bubble-ai-text))]";case"interrupt":return"text-[hsl(var(--chat-bubble-ai-text))]";case"tool":return"text-secondary-foreground";case"system":return"text-muted-foreground";default:return"text-[hsl(var(--chat-bubble-ai-text))]"}},[j]),Ye=zh(t,U),{contentParts:He,imageParts:vt,fileParts:wt,textContent:dt,toolMeta:Ve,toolRaw:Ae,isToolStreaming:Ke,interruptParts:_e}=Ye,Be=x??v!==0,Qe=w.useMemo(()=>_e.length?_e[0]:null,[_e]),Nt=w.useCallback(async()=>{const Ee=Y?Ae:dt;async function be(Xe){if(navigator.clipboard&&typeof navigator.clipboard.writeText=="function"){await navigator.clipboard.writeText(Xe);return}if(navigator.clipboard&&typeof navigator.clipboard.write=="function"&&typeof ClipboardItem<"u"){const At=new Blob([Xe],{type:"text/plain"});await navigator.clipboard.write([new ClipboardItem({"text/plain":At})]);return}throw new Error("Clipboard API not supported in this context.")}try{await be(Ee),$(!0),setTimeout(()=>$(!1),2e3),C==null||C(Ee)}catch(Xe){console.error("Failed to copy:",Xe)}},[Y,Ae,dt,C]),et=w.useCallback(async(Ee,be)=>{if(!Qe)return;if(!Fi(Qe.id)){console.warn("Interrupt part missing id",Qe);return}q(!0);try{const At=k==null?void 0:k(t);await O(Ee,be,At)}catch(At){console.error("Failed to respond to interrupt:",At)}finally{q(!1)}},[Qe,O]),bt=w.useCallback(()=>et(!0),[et]),mt=w.useCallback(()=>et(!1),[et]),Ct=w.useCallback((Ee,be)=>{if(!be)return;const Xe={alternativeId:be.id??be.label??void 0,alternativeLabel:be.label};et(!0,Xe)},[et]),Tt=w.useCallback(()=>{if(!y||!t.id)return;const Ee=(Y?Ae:dt)??"",be="type"in t&&t.type==="default_message"?void 0:{checkpointId:t.checkpointId??null,checkpointNs:t.checkpointNs??null};y(t.id,Ee,be)},[y,Y,Ae,dt,t]),Dt=w.useCallback(()=>{b==null||b(n)},[b,n]),Pt=w.useCallback(()=>{const be=re(H?"h-3 w-3":"h-4 w-4","opacity-60 flex-shrink-0",Fe);switch(j){case"user":return u.jsx(ce.User,{className:be});case"assistant":return u.jsx(ce.Bot,{className:be});case"tool":return u.jsx(ce.Wrench,{className:be});case"interrupt":return u.jsx(ce.Bot,{className:be});default:return u.jsx(ce.Bot,{className:be})}},[H,Fe,j]),kt=w.useCallback(()=>{const Ee="group relative mb-4 flex w-full";switch(j){case"user":return re(Ee,"justify-end");case"assistant":case"tool":case"system":case"interrupt":return re(Ee,"justify-start");default:return Ee}},[j]),qt=w.useCallback(()=>{const Ee=re("rounded-lg px-4 py-3 relative min-w-0 max-w-full break-words",H&&"px-3 py-2 text-sm");if(Z)return re(Ee,"w-full","bg-[hsl(var(--chat-bubble-ai))] text-[hsl(var(--chat-bubble-ai-text))]","border border-border/60 dark:border-border/40 shadow-sm");switch(j){case"user":return re(Ee,"w-full md:max-w-[95%]","bg-[hsl(var(--chat-bubble-user))] text-[hsl(var(--chat-bubble-user-text))]","border border-transparent");case"assistant":return re(Ee,"w-full md:max-w-[95%]","bg-[hsl(var(--chat-bubble-ai))] text-[hsl(var(--chat-bubble-ai-text))]","border border-border/60 dark:border-border/40");case"tool":case"interrupt":return re(Ee,"w-full md:max-w-[95%] bg-secondary/50 text-secondary-foreground border border-dashed");case"system":return re(Ee,"w-full md:max-w-[85%] bg-accent/40 text-muted-foreground border");default:return re(Ee,"w-full md:max-w-[95%]","bg-[hsl(var(--chat-bubble-ai))] text-[hsl(var(--chat-bubble-ai-text))]","border border-border/60 dark:border-border/40")}},[H,Z,j]),Ue=X&&!I&&D,$e=w.useCallback(()=>{Ue&&M(Ee=>Ee==="expanded"?"preview":"expanded")},[Ue]),ne=I?"expanded":N,he=(p||I)&&D,tt=u.jsx(VT,{message:t,isToolMessage:Y,showToolMessages:he,toolViewMode:ne,toolExpandable:X,toolConfig:{toolRenderers:V,toolArtifactRenderers:R,getToolExpandable:B},isToolStreaming:Ke,contentParts:He,textContent:dt,imageParts:vt,fileParts:wt,isStreamingMessage:r,defaultMessage:U,enableStreamingMarkdownBuffer:Be,renderStreamingMarkdown:g,streamingDebounceMs:v,handleFileClick:Ce,uploadingFiles:ae,messageRole:j,truncateUserMessages:c,userMessagePreviewLength:d,isUserExpanded:L,setIsUserExpanded:F,isCompactLayout:H,iconForeground:Fe,interruptPart:Qe,handleInterruptApprove:bt,handleInterruptReject:mt,handleInterruptAlternative:Ct,disableInterruptActions:K,isInterruptMessage:I}),me=w.useMemo(()=>U?"Assistant":Cu(t),[U,t]),Oe=Pt(),qe=j==="user"&&(S??1)>1&&typeof E=="function",ut=(P==null?void 0:P.length)??0,at=ut>0&&T<ut-1?P[T+1]:void 0,lt=ut>0&&T>0?P[T-1]:void 0,Et=w.useCallback(()=>{!at||!E||E(at.id,void 0,!!at.isLatestAttempt)},[at,E]),ke=w.useCallback(()=>{!lt||!E||E(lt.id,void 0,!!lt.isLatestAttempt)},[lt,E]);return Y&&!p?null:Z&&U?u.jsx("div",{className:re(kt(),f.container),children:u.jsxs("div",{className:re(qt(),f.content),children:[u.jsxs("div",{className:"flex items-center gap-2 mb-2 pb-2 border-b border-current/10",children:[u.jsx(ce.Bot,{className:re("h-4 w-4",Fe)}),a&&u.jsx("span",{className:"font-medium text-sm",children:"Assistant"})]}),u.jsx(fr,{content:U.content,className:"text-current"})]})}):u.jsxs(u.Fragment,{children:[u.jsx("div",{className:re(kt(),f.container),children:u.jsxs("div",{className:re(qt(),f.content),children:[u.jsx(XT,{showTimestamp:i,showAgentName:a,isToolMessage:Y,iconForeground:Fe,agentName:me,messageIcon:Oe,customHeaderClass:f.header,customActionsClass:f.actions,isCompactLayout:H,showActions:s,isEditing:o,messageRole:j,toolViewMode:ne,toolExpandable:X,isInterruptMessage:I,toolMeta:Ve,onToggleToolView:$e,onCopy:Nt,onEdit:Tt,onRegenerate:Dt,showCheckpointControls:qe,attemptCount:S,attemptIndex:T,handleOlderAttemptSelect:Et,handleNewerAttemptSelect:ke,messageCreatedAt:t.createdAt,copied:_}),u.jsx("div",{className:"relative",children:tt}),!(i||a||Y)&&s&&!o&&u.jsxs("div",{className:re("absolute top-2 right-2 opacity-0 group-hover:opacity-100 transition-opacity","flex items-center gap-1",f.actions),children:[u.jsx(Je,{variant:"ghost",size:"sm",onClick:()=>Nt(),className:re("h-6 w-6 p-0 hover:bg-background/50 text-current",H&&"h-5 w-5"),children:u.jsx(ce.Copy,{className:re(_?"text-success":"text-current",H?"h-3 w-3":"h-4 w-4")})}),j==="user"&&y&&u.jsx(Je,{variant:"ghost",size:"sm",onClick:Tt,className:re("h-6 w-6 p-0 hover:bg-background/50 text-current",H&&"h-5 w-5"),children:u.jsx(ce.Edit,{className:re("text-current",H?"h-3 w-3":"h-4 w-4")})}),j==="assistant"&&b&&u.jsx(Je,{variant:"ghost",size:"sm",onClick:Dt,className:re("h-6 w-6 p-0 hover:bg-background/50 text-current",H&&"h-5 w-5"),children:u.jsx(ce.RotateCcw,{className:re("text-current",H?"h-3 w-3":"h-4 w-4")})})]})]})}),je&&u.jsx(bh,{isOpen:we,onClose:We,fileId:je.id,fileName:je.name,mimeType:je.mimeType})]})},(e,t)=>{var l,c,d,p,m,f,v,g;if(t.isStreamingMessage||e.isStreamingMessage||!(e.message.id===t.message.id&&Bi(e.message)===Bi(t.message)))return!1;const o=["isEditing","showActions","layoutSize","showTimestamp","showAgentName","truncateUserMessages","userMessagePreviewLength","showToolMessages","toolConfig"].every(x=>e[x]===t[x]),s=((l=e.customStyles)==null?void 0:l.container)===((c=t.customStyles)==null?void 0:c.container)&&((d=e.customStyles)==null?void 0:d.content)===((p=t.customStyles)==null?void 0:p.content)&&((m=e.customStyles)==null?void 0:m.actions)===((f=t.customStyles)==null?void 0:f.actions)&&((v=e.customStyles)==null?void 0:v.header)===((g=t.customStyles)==null?void 0:g.header);if(!o||!s)return!1;const i=zi(e.message),a=zi(t.message);return i.length===a.length});ei.displayName="MessageComponent";const wl=w.forwardRef(({messages:e,isStreaming:t,streamingAssistantId:n,streamingDebounceMs:r=0,layoutSize:o,enableMessageEditing:s,editingMessageId:i,onStartReached:a,onEdit:l,onRegenerate:c,onCancelEdit:d,className:p,style:m,emptyMessage:f,followNewMessages:v=!0,isNavigatingCheckpoint:g=!1,onScrollAway:x,onAtBottom:y,showToolMessages:b=!0,toolConfig:C,checkpointIndex:k,activeCheckpointId:S,onSelectCheckpoint:T,createSyntheticThinkingMessage:E=!0,forceSyntheticThinking:P=!1,getMessageCustomStyles:_,getInterruptOptions:$},L)=>{const F=w.useRef(null),G=w.useRef(null),O=w.useRef(!1),K=w.useRef(!1),q=e,H=w.useMemo(()=>{const N=n&&q.some(U=>U.id===n);return E&&(t||P)&&!N&&q.length>0?[...q,{id:"thinking-assistant",role:"assistant",content:[{type:"text",text:""}],createdAt:new Date().toISOString(),__syntheticStreaming:!0}]:q},[q,t,n,E,P]),j=w.useMemo(()=>b?H:H.filter(N=>(N==null?void 0:N.role)!=="tool"),[H,b]),I=w.useCallback(N=>{x&&x(!N),y&&y(N)},[x,y]),Y=w.useMemo(()=>{if(a)return async()=>{if(!O.current){O.current=!0;try{await a()}finally{O.current=!1}}}},[a]),J=w.useMemo(()=>!v||g?!1:"auto",[v,g]),D=w.useMemo(()=>{if(typeof f!="string")return null;const N=f.trim();return!N||j&&j.length>0?null:{id:"default-message",role:"default_message",content:N,createdAt:new Date().toISOString()}},[f,j]),V=["flex h-full flex-col md:flex-row",p].filter(Boolean).join(" "),R=()=>{if(D){const N=_==null?void 0:_(D);return u.jsx("div",{className:"p-6 h-full overflow-y-auto",children:u.jsx("div",{className:"w-full max-w-full",children:u.jsx(ei,{message:D,messageIndex:0,isStreamingMessage:!1,showActions:!1,showTimestamp:!1,showAgentName:!0,layoutSize:o,onEdit:()=>{},onRegenerate:()=>{},onCancelEdit:()=>{},customStyles:N,getInterruptOptions:$})})})}return u.jsx("div",{className:"flex h-full items-center justify-center py-8 text-center text-muted-foreground",children:f??"No messages yet. Start a conversation!"})},B=j.length,X=B>0;return w.useEffect(()=>{var N,M;if(B===0){K.current=!1;return}if(!K.current)if(K.current=!0,F.current&&j.length>0){const U=j.length-1;(M=(N=F.current).scrollToIndex)==null||M.call(N,{index:U,align:"end",behavior:"auto"})}else G.current&&(G.current.scrollTop=G.current.scrollHeight)},[B,j.length]),w.useImperativeHandle(L,()=>({scrollToLatest:()=>{var N,M;if(F.current&&j.length>0){const U=j.length-1;(M=(N=F.current).scrollToIndex)==null||M.call(N,{index:U,align:"end",behavior:"auto"})}else G.current&&(G.current.scrollTop=G.current.scrollHeight)},scrollToTop:()=>{var N,M;F.current&&j.length>0?(M=(N=F.current).scrollToIndex)==null||M.call(N,{index:0,align:"start",behavior:"auto"}):G.current&&(G.current.scrollTop=0)}}),[j]),u.jsx("div",{className:V,style:m,children:u.jsx("div",{className:"relative flex-1 min-h-0",children:X?u.jsx(UC,{ref:N=>{F.current=N},scrollerRef:N=>{G.current=N instanceof HTMLDivElement?N:null},data:j,followOutput:J,overscan:200,increaseViewportBy:{top:100,bottom:200},defaultItemHeight:80,atBottomThreshold:50,startReached:()=>{Y&&Y()},atBottomStateChange:I,style:{height:"100%",overscrollBehavior:"contain"},computeItemKey:(N,M)=>xl(M,N),itemContent:(N,M)=>u.jsx(vl,{message:M,index:N,isStreaming:t,streamingAssistantId:n,streamingDebounceMs:r,layoutSize:o,enableMessageEditing:s,editingMessageId:i,onEdit:l,onRegenerate:c,onCancelEdit:d,showToolMessages:b,toolConfig:C,checkpointIndex:k,activeCheckpointId:S,onSelectCheckpoint:T,getMessageCustomStyles:_,getInterruptOptions:$})}):R()})})});wl.displayName="MessageList";const Vh={value:""};function $r({className:e="",placeholder:t="Type your message...",autoFocus:n=!0,maxHeight:r=void 0,streamingDebounceMs:o=500,followNewMessages:s=!0,enableFileUpload:i=!0,enableExcelUpload:a=!1,enableMessageEditing:l=!0,showToolMessages:c=!0,toolConfig:d,toolRenderers:p,toolArtifactRenderers:m,payloadExtras:f={},customStyles:v={},messageCustomStyles:g,onMessageSent:x,onExcelUploadSuccess:y,onError:b,defaultMessage:C}){const{api:k}=eo(),S=k.baseUrl,{currentThreadId:T}=br(),{threadId:E,messages:P,isLoading:_,navigateToCheckpoint:$,returnToLatest:L,checkpoint:F,checkpoints:G,interrupt:O,metadata:K,checkpointIndex:q,respondToInterrupt:H}=no(),{isStreaming:j,error:I,connectionState:Y,submit:J,stop:D}=Wi(),V=E??T??null,R=(F==null?void 0:F.id)??null,B=(F==null?void 0:F.namespace)??null,X=(K==null?void 0:K.assemblingMessageId)??null,N=O,M=N?Fi(N.id):null,U=M!==null?{type:"interrupt",id:M}:null,[Z,se]=w.useState(!1),[ae,Ce]=w.useState(!1);w.useEffect(()=>{N||se(!1)},[N]);const we=w.useCallback(()=>{se(!0)},[]),je=w.useCallback(()=>{se(!1)},[]),We=w.useCallback(Q=>{},[]),Fe=w.useCallback(Q=>Q.name!=="ask_user_choice",[]),Ye=d??{toolRenderers:p,toolArtifactRenderers:m,getToolExpandable:Fe},He=w.useCallback(async(Q,le,xe)=>{try{we(),await H(Q,le,xe)}catch(Ie){console.error("Failed to respond to interrupt:",Ie)}finally{je()}},[je,we,H]),vt=w.useCallback(()=>He(!0),[He]),wt=w.useCallback(()=>He(!1),[He]),dt=w.useCallback((Q,le)=>He(!0,le),[He]),Ve=!!N||Z,[Ae,Ke]=w.useState(null),[_e,Be]=w.useState(""),[Qe,Nt]=w.useState(null),[et,bt]=w.useState(null),[mt,Ct]=w.useState(!1),[Tt,Dt]=w.useState(null),Pt=w.useRef(!1),[kt,qt]=w.useState(()=>Vh.value),Ue=w.useRef(kt),$e=w.useRef(null),ct=w.useCallback(Q=>{Vh.value=Q,qt(Q)},[]),[ne,he]=w.useState(!1),tt=w.useRef(null),me=w.useCallback(Q=>{ct(Q)},[ct]);w.useEffect(()=>{j||Ce(!1)},[j]),w.useEffect(()=>{K!=null&&K.assemblingMessageId&&Ce(!1)},[K==null?void 0:K.assemblingMessageId]);const[Oe,qe]=w.useState("desktop");w.useEffect(()=>{const Q=()=>{const le=window.innerWidth;qe(le<640?"phone":le<1024?"tablet":"desktop")};return Q(),window.addEventListener("resize",Q),()=>window.removeEventListener("resize",Q)},[]),w.useEffect(()=>{Pt.current=!1},[V]),w.useEffect(()=>{Ue.current=kt},[kt]),w.useEffect(()=>{if(!Ae){$e.current=null;return}$e.current===null&&($e.current=Ue.current),ct(_e??"")},[_e,Ae,ct]),w.useEffect(()=>{if(C!==void 0){Dt(C);return}(async()=>{if(!S){Dt(null);return}try{const xe=(await k.getAgent("default")).uiDefaultMessage||"";Dt(xe||null)}catch(le){console.warn("Failed to fetch default message:",le),Dt(null)}})()},[k,S,C]),w.useEffect(()=>{I&&!mt&&(b==null||b(I))},[I,mt,b]);const ut=async(Q,le)=>{const xe=Q.trim();if(!(!xe&&le.length===0))try{const Ie=Ae?(Qe==null?void 0:Qe.checkpointId)??R??void 0:R??void 0,Re=Ae?(Qe==null?void 0:Qe.checkpointNs)??B??void 0:B??void 0;await J({text:xe||"",attachments:le,payload:f},{checkpointId:Ie,checkpointNs:Re,edit:!!Ae,originalMessageId:Ae??void 0}),x==null||x(xe),Ce(!0),ct(""),bt(null),Ke(null),Be(""),Nt(null)}catch(Ie){const Re=(Ie==null?void 0:Ie.message)||"Failed to send message";bt(Re),b==null||b(Re),Ce(!1)}},at=w.useCallback(async Q=>{await J({attachments:[Q],payload:f},{checkpointId:R??void 0,checkpointNs:B??void 0}),y==null||y({file:Q})},[R,B,f,y,J]),lt=w.useCallback((Q,le,xe)=>{l&&($e.current=kt,Ke(Q),Be(le),ct(le),bt(null),Nt({checkpointId:(xe==null?void 0:xe.checkpointId)??null,checkpointNs:(xe==null?void 0:xe.checkpointNs)??null}))},[kt,l,ct]),Et=w.useCallback(()=>{Ke(null),Be(""),Nt(null),bt(null),ct($e.current??kt),$e.current=null},[kt,ct]),ke=w.useCallback((Q,le,xe)=>{lt(Q,le,xe)},[lt]),Ee=w.useCallback(Q=>{let le=null;for(let Te=Q-1;Te>=0;Te--)if(P[Te].role==="user"){le=P[Te];break}if(!le)return;const xe=Array.isArray(le.content)?le.content:[],Re=xe.filter(Te=>(Te==null?void 0:Te.type)==="text").map(Te=>Te.text).join("")||(()=>{try{return JSON.stringify(xe,null,2)}catch{return String(xe)}})();Re&&J({text:Re,payload:f},{checkpointId:R??void 0,checkpointNs:B??void 0,edit:!0,originalMessageId:le.id})},[P,J,R,B,f]),be=w.useCallback(async Q=>{if(T){he(!0);try{if(!Q){await L(),requestAnimationFrame(()=>{var Ie;(Ie=tt.current)==null||Ie.scrollToLatest()});return}const le=G.find(Ie=>Ie.checkpointId===Q),xe=(le==null?void 0:le.checkpointNs)??null;await $(Q,xe),requestAnimationFrame(()=>{var Ie;(Ie=tt.current)==null||Ie.scrollToTop()})}finally{he(!1)}}},[G,T,tt,$,L]),Xe=w.useCallback(async(Q,le,xe)=>{await be(xe?null:Q)},[be]),At=`flex flex-1 w-full flex-col min-h-0 min-w-0 max-h-full overflow-hidden bg-transparent ${e} ${v.container||""}`,A=`flex-1 min-h-0 min-w-0 max-h-full w-full overflow-hidden overscroll-contain break-words break-anywhere p-4 ${N?"pb-32":""} bg-transparent ${v.messagesArea||""}`,ee=`relative flex-shrink-0 w-full border-t p-4 bg-transparent ${v.inputArea||""}`;return u.jsxs("div",{className:At,children:[!!I&&!mt&&u.jsxs("div",{className:"flex-shrink-0 bg-red-50 border border-red-200 text-red-800 px-4 py-2 text-sm flex items-center justify-between",children:[u.jsx("span",{children:I}),u.jsx(Je,{variant:"ghost",size:"sm",onClick:()=>Ct(!0),className:"text-red-800 hover:bg-red-100","aria-label":"Dismiss error",children:u.jsx(ce.X,{size:16})})]}),u.jsxs("div",{className:`relative ${A}`,style:r?{maxHeight:r}:void 0,children:[u.jsx(wl,{ref:tt,className:"h-full",style:{height:"100%"},messages:P,isStreaming:j,streamingAssistantId:X,streamingDebounceMs:o,followNewMessages:s,layoutSize:Oe,enableMessageEditing:l,editingMessageId:Ae,onEdit:ke,onRegenerate:Ee,onCancelEdit:Et,emptyMessage:Tt??void 0,isNavigatingCheckpoint:ne,showToolMessages:c,toolConfig:Ye,checkpointIndex:q,activeCheckpointId:R,onSelectCheckpoint:Xe,createSyntheticThinkingMessage:!0,forceSyntheticThinking:ae,getMessageCustomStyles:g,getInterruptOptions:We}),(Y==="reconnecting"||Y==="connecting")&&u.jsx("div",{className:"pointer-events-none absolute top-3 right-3 z-20 rounded-full bg-muted/80 px-3 py-1 text-xs font-medium text-foreground shadow-sm backdrop-blur-sm dark:bg-muted/60",children:u.jsxs("span",{className:"flex items-center gap-2",children:[u.jsx(ce.Loader2,{className:"h-3 w-3 animate-spin"}),Y==="reconnecting"?"Reconnecting…":"Connecting…"]})}),Y==="error"&&u.jsx("div",{className:"pointer-events-none absolute top-3 right-3 z-20 rounded-full bg-destructive/10 px-3 py-1 text-xs font-semibold text-destructive shadow-sm",children:"Connection lost"}),_&&u.jsxs("div",{className:"absolute inset-0 z-10 flex flex-col items-center justify-center gap-2 bg-background/80 backdrop-blur-sm text-muted-foreground",children:[u.jsx(ce.Loader2,{className:"h-6 w-6 animate-spin"}),u.jsx("span",{className:"text-xs font-semibold uppercase tracking-wide",children:"Loading messages…"})]}),ne&&u.jsxs("div",{className:"absolute inset-0 z-10 flex flex-col items-center justify-center gap-2 bg-background/80 backdrop-blur-sm text-muted-foreground",children:[u.jsx(ce.Loader2,{className:"h-6 w-6 animate-spin"}),u.jsx("span",{className:"text-xs font-semibold uppercase tracking-wide",children:"Loading checkpoint…"})]}),N&&U&&u.jsx("div",{className:"pointer-events-auto absolute inset-x-0 bottom-6 z-30 flex justify-center px-4",children:u.jsx("div",{className:"w-full max-w-3xl",children:u.jsx(gl,{interruptPart:U,onApprove:vt,onReject:wt,onSelectAlternative:dt,disabled:Z,isActive:!0,payload:N.value})})})]}),u.jsxs("div",{className:ee,children:[Ae&&u.jsx("div",{className:"mb-3 p-3 bg-blue-50 border border-blue-200 rounded-lg",children:u.jsxs("div",{className:"flex items-center justify-between",children:[u.jsxs("div",{className:"flex items-center gap-2",children:[u.jsx(ce.Edit3,{size:16,className:"text-blue-600"}),u.jsx("span",{className:"text-sm font-medium text-blue-800",children:"Editing message"})]}),u.jsx(Je,{variant:"ghost",size:"sm",onClick:Et,className:"text-blue-600 hover:bg-blue-100",children:u.jsx(ce.X,{size:16})})]})}),et&&u.jsx("div",{className:"mb-3 text-sm text-red-600 bg-red-50 border border-red-200 rounded px-3 py-2",children:et}),u.jsx(RS,{composerValue:kt,onComposerChange:me,onSend:ut,onCancelEdit:Et,onStop:D,editingMessageId:Ae,editingInitialValue:_e,placeholder:Ae?"Edit your message...":t,isStreaming:j,disabled:Ve,enableFileUpload:i,enableExcelUpload:a,onExcelUpload:at,onError:b,customStyles:v,textareaClassName:v.textarea||"",allowEmptySend:!1,inputError:et})]})]})}var Kh=1,JT=.9,ZT=.8,QT=.17,bl=.1,yl=.999,ek=.9999,tk=.99,nk=/[\\\/_+.#"@\[\(\{&]/,rk=/[\\\/_+.#"@\[\(\{&]/g,ok=/[\s-]/,qh=/[\s-]/g;function Sl(e,t,n,r,o,s,i){if(s===t.length)return o===e.length?Kh:tk;var a=`${o},${s}`;if(i[a]!==void 0)return i[a];for(var l=r.charAt(s),c=n.indexOf(l,o),d=0,p,m,f,v;c>=0;)p=Sl(e,t,n,r,c+1,s+1,i),p>d&&(c===o?p*=Kh:nk.test(e.charAt(c-1))?(p*=ZT,f=e.slice(o,c-1).match(rk),f&&o>0&&(p*=Math.pow(yl,f.length))):ok.test(e.charAt(c-1))?(p*=JT,v=e.slice(o,c-1).match(qh),v&&o>0&&(p*=Math.pow(yl,v.length))):(p*=QT,o>0&&(p*=Math.pow(yl,c-o))),e.charAt(c)!==t.charAt(s)&&(p*=ek)),(p<bl&&n.charAt(c-1)===r.charAt(s+1)||r.charAt(s+1)===r.charAt(s)&&n.charAt(c-1)!==r.charAt(s))&&(m=Sl(e,t,n,r,c+1,s+2,i),m*bl>p&&(p=m*bl)),p>d&&(d=p),c=n.indexOf(l,c+1);return i[a]=d,d}function Gh(e){return e.toLowerCase().replace(qh," ")}function sk(e,t,n){return e=n&&n.length>0?`${e+" "+n.join(" ")}`:e,Sl(e,t,Gh(e),Gh(t),0,0,{})}var Po='[cmdk-group=""]',Cl='[cmdk-group-items=""]',ik='[cmdk-group-heading=""]',Yh='[cmdk-item=""]',Xh=`${Yh}:not([aria-disabled="true"])`,Tl="cmdk-item-select",Fr="data-value",ak=(e,t,n)=>sk(e,t,n),Jh=h.createContext(void 0),jo=()=>h.useContext(Jh),Zh=h.createContext(void 0),kl=()=>h.useContext(Zh),Qh=h.createContext(void 0),em=h.forwardRef((e,t)=>{let n=Br(()=>{var D,V;return{search:"",value:(V=(D=e.value)!=null?D:e.defaultValue)!=null?V:"",selectedItemId:void 0,filtered:{count:0,items:new Map,groups:new Set}}}),r=Br(()=>new Set),o=Br(()=>new Map),s=Br(()=>new Map),i=Br(()=>new Set),a=tm(e),{label:l,children:c,value:d,onValueChange:p,filter:m,shouldFilter:f,loop:v,disablePointerSelection:g=!1,vimBindings:x=!0,...y}=e,b=_t(),C=_t(),k=_t(),S=h.useRef(null),T=vk();pr(()=>{if(d!==void 0){let D=d.trim();n.current.value=D,E.emit()}},[d]),pr(()=>{T(6,G)},[]);let E=h.useMemo(()=>({subscribe:D=>(i.current.add(D),()=>i.current.delete(D)),snapshot:()=>n.current,setState:(D,V,R)=>{var B,X,N,M;if(!Object.is(n.current[D],V)){if(n.current[D]=V,D==="search")F(),$(),T(1,L);else if(D==="value"){if(document.activeElement.hasAttribute("cmdk-input")||document.activeElement.hasAttribute("cmdk-root")){let U=document.getElementById(k);U?U.focus():(B=document.getElementById(b))==null||B.focus()}if(T(7,()=>{var U;n.current.selectedItemId=(U=O())==null?void 0:U.id,E.emit()}),R||T(5,G),((X=a.current)==null?void 0:X.value)!==void 0){let U=V??"";(M=(N=a.current).onValueChange)==null||M.call(N,U);return}}E.emit()}},emit:()=>{i.current.forEach(D=>D())}}),[]),P=h.useMemo(()=>({value:(D,V,R)=>{var B;V!==((B=s.current.get(D))==null?void 0:B.value)&&(s.current.set(D,{value:V,keywords:R}),n.current.filtered.items.set(D,_(V,R)),T(2,()=>{$(),E.emit()}))},item:(D,V)=>(r.current.add(D),V&&(o.current.has(V)?o.current.get(V).add(D):o.current.set(V,new Set([D]))),T(3,()=>{F(),$(),n.current.value||L(),E.emit()}),()=>{s.current.delete(D),r.current.delete(D),n.current.filtered.items.delete(D);let R=O();T(4,()=>{F(),(R==null?void 0:R.getAttribute("id"))===D&&L(),E.emit()})}),group:D=>(o.current.has(D)||o.current.set(D,new Set),()=>{s.current.delete(D),o.current.delete(D)}),filter:()=>a.current.shouldFilter,label:l||e["aria-label"],getDisablePointerSelection:()=>a.current.disablePointerSelection,listId:b,inputId:k,labelId:C,listInnerRef:S}),[]);function _(D,V){var R,B;let X=(B=(R=a.current)==null?void 0:R.filter)!=null?B:ak;return D?X(D,n.current.search,V):0}function $(){if(!n.current.search||a.current.shouldFilter===!1)return;let D=n.current.filtered.items,V=[];n.current.filtered.groups.forEach(B=>{let X=o.current.get(B),N=0;X.forEach(M=>{let U=D.get(M);N=Math.max(U,N)}),V.push([B,N])});let R=S.current;K().sort((B,X)=>{var N,M;let U=B.getAttribute("id"),Z=X.getAttribute("id");return((N=D.get(Z))!=null?N:0)-((M=D.get(U))!=null?M:0)}).forEach(B=>{let X=B.closest(Cl);X?X.appendChild(B.parentElement===X?B:B.closest(`${Cl} > *`)):R.appendChild(B.parentElement===R?B:B.closest(`${Cl} > *`))}),V.sort((B,X)=>X[1]-B[1]).forEach(B=>{var X;let N=(X=S.current)==null?void 0:X.querySelector(`${Po}[${Fr}="${encodeURIComponent(B[0])}"]`);N==null||N.parentElement.appendChild(N)})}function L(){let D=K().find(R=>R.getAttribute("aria-disabled")!=="true"),V=D==null?void 0:D.getAttribute(Fr);E.setState("value",V||void 0)}function F(){var D,V,R,B;if(!n.current.search||a.current.shouldFilter===!1){n.current.filtered.count=r.current.size;return}n.current.filtered.groups=new Set;let X=0;for(let N of r.current){let M=(V=(D=s.current.get(N))==null?void 0:D.value)!=null?V:"",U=(B=(R=s.current.get(N))==null?void 0:R.keywords)!=null?B:[],Z=_(M,U);n.current.filtered.items.set(N,Z),Z>0&&X++}for(let[N,M]of o.current)for(let U of M)if(n.current.filtered.items.get(U)>0){n.current.filtered.groups.add(N);break}n.current.filtered.count=X}function G(){var D,V,R;let B=O();B&&(((D=B.parentElement)==null?void 0:D.firstChild)===B&&((R=(V=B.closest(Po))==null?void 0:V.querySelector(ik))==null||R.scrollIntoView({block:"nearest"})),B.scrollIntoView({block:"nearest"}))}function O(){var D;return(D=S.current)==null?void 0:D.querySelector(`${Yh}[aria-selected="true"]`)}function K(){var D;return Array.from(((D=S.current)==null?void 0:D.querySelectorAll(Xh))||[])}function q(D){let V=K()[D];V&&E.setState("value",V.getAttribute(Fr))}function H(D){var V;let R=O(),B=K(),X=B.findIndex(M=>M===R),N=B[X+D];(V=a.current)!=null&&V.loop&&(N=X+D<0?B[B.length-1]:X+D===B.length?B[0]:B[X+D]),N&&E.setState("value",N.getAttribute(Fr))}function j(D){let V=O(),R=V==null?void 0:V.closest(Po),B;for(;R&&!B;)R=D>0?gk(R,Po):xk(R,Po),B=R==null?void 0:R.querySelector(Xh);B?E.setState("value",B.getAttribute(Fr)):H(D)}let I=()=>q(K().length-1),Y=D=>{D.preventDefault(),D.metaKey?I():D.altKey?j(1):H(1)},J=D=>{D.preventDefault(),D.metaKey?q(0):D.altKey?j(-1):H(-1)};return h.createElement(fe.div,{ref:t,tabIndex:-1,...y,"cmdk-root":"",onKeyDown:D=>{var V;(V=y.onKeyDown)==null||V.call(y,D);let R=D.nativeEvent.isComposing||D.keyCode===229;if(!(D.defaultPrevented||R))switch(D.key){case"n":case"j":{x&&D.ctrlKey&&Y(D);break}case"ArrowDown":{Y(D);break}case"p":case"k":{x&&D.ctrlKey&&J(D);break}case"ArrowUp":{J(D);break}case"Home":{D.preventDefault(),q(0);break}case"End":{D.preventDefault(),I();break}case"Enter":{D.preventDefault();let B=O();if(B){let X=new Event(Tl);B.dispatchEvent(X)}}}}},h.createElement("label",{"cmdk-label":"",htmlFor:P.inputId,id:P.labelId,style:bk},l),ti(e,D=>h.createElement(Zh.Provider,{value:E},h.createElement(Jh.Provider,{value:P},D))))}),lk=h.forwardRef((e,t)=>{var n,r;let o=_t(),s=h.useRef(null),i=h.useContext(Qh),a=jo(),l=tm(e),c=(r=(n=l.current)==null?void 0:n.forceMount)!=null?r:i==null?void 0:i.forceMount;pr(()=>{if(!c)return a.item(o,i==null?void 0:i.id)},[c]);let d=nm(o,s,[e.value,e.children,s],e.keywords),p=kl(),m=Kn(T=>T.value&&T.value===d.current),f=Kn(T=>c||a.filter()===!1?!0:T.search?T.filtered.items.get(o)>0:!0);h.useEffect(()=>{let T=s.current;if(!(!T||e.disabled))return T.addEventListener(Tl,v),()=>T.removeEventListener(Tl,v)},[f,e.onSelect,e.disabled]);function v(){var T,E;g(),(E=(T=l.current).onSelect)==null||E.call(T,d.current)}function g(){p.setState("value",d.current,!0)}if(!f)return null;let{disabled:x,value:y,onSelect:b,forceMount:C,keywords:k,...S}=e;return h.createElement(fe.div,{ref:Mn(s,t),...S,id:o,"cmdk-item":"",role:"option","aria-disabled":!!x,"aria-selected":!!m,"data-disabled":!!x,"data-selected":!!m,onPointerMove:x||a.getDisablePointerSelection()?void 0:g,onClick:x?void 0:v},e.children)}),ck=h.forwardRef((e,t)=>{let{heading:n,children:r,forceMount:o,...s}=e,i=_t(),a=h.useRef(null),l=h.useRef(null),c=_t(),d=jo(),p=Kn(f=>o||d.filter()===!1?!0:f.search?f.filtered.groups.has(i):!0);pr(()=>d.group(i),[]),nm(i,a,[e.value,e.heading,l]);let m=h.useMemo(()=>({id:i,forceMount:o}),[o]);return h.createElement(fe.div,{ref:Mn(a,t),...s,"cmdk-group":"",role:"presentation",hidden:p?void 0:!0},n&&h.createElement("div",{ref:l,"cmdk-group-heading":"","aria-hidden":!0,id:c},n),ti(e,f=>h.createElement("div",{"cmdk-group-items":"",role:"group","aria-labelledby":n?c:void 0},h.createElement(Qh.Provider,{value:m},f))))}),uk=h.forwardRef((e,t)=>{let{alwaysRender:n,...r}=e,o=h.useRef(null),s=Kn(i=>!i.search);return!n&&!s?null:h.createElement(fe.div,{ref:Mn(o,t),...r,"cmdk-separator":"",role:"separator"})}),dk=h.forwardRef((e,t)=>{let{onValueChange:n,...r}=e,o=e.value!=null,s=kl(),i=Kn(c=>c.search),a=Kn(c=>c.selectedItemId),l=jo();return h.useEffect(()=>{e.value!=null&&s.setState("search",e.value)},[e.value]),h.createElement(fe.input,{ref:t,...r,"cmdk-input":"",autoComplete:"off",autoCorrect:"off",spellCheck:!1,"aria-autocomplete":"list",role:"combobox","aria-expanded":!0,"aria-controls":l.listId,"aria-labelledby":l.labelId,"aria-activedescendant":a,id:l.inputId,type:"text",value:o?e.value:i,onChange:c=>{o||s.setState("search",c.target.value),n==null||n(c.target.value)}})}),fk=h.forwardRef((e,t)=>{let{children:n,label:r="Suggestions",...o}=e,s=h.useRef(null),i=h.useRef(null),a=Kn(c=>c.selectedItemId),l=jo();return h.useEffect(()=>{if(i.current&&s.current){let c=i.current,d=s.current,p,m=new ResizeObserver(()=>{p=requestAnimationFrame(()=>{let f=c.offsetHeight;d.style.setProperty("--cmdk-list-height",f.toFixed(1)+"px")})});return m.observe(c),()=>{cancelAnimationFrame(p),m.unobserve(c)}}},[]),h.createElement(fe.div,{ref:Mn(s,t),...o,"cmdk-list":"",role:"listbox",tabIndex:-1,"aria-activedescendant":a,"aria-label":r,id:l.listId},ti(e,c=>h.createElement("div",{ref:Mn(i,l.listInnerRef),"cmdk-list-sizer":""},c)))}),pk=h.forwardRef((e,t)=>{let{open:n,onOpenChange:r,overlayClassName:o,contentClassName:s,container:i,...a}=e;return h.createElement(ol,{open:n,onOpenChange:r},h.createElement(sl,{container:i},h.createElement(Eo,{"cmdk-overlay":"",className:o}),h.createElement(Io,{"aria-label":e.label,"cmdk-dialog":"",className:s},h.createElement(em,{ref:t,...a}))))}),hk=h.forwardRef((e,t)=>Kn(n=>n.filtered.count===0)?h.createElement(fe.div,{ref:t,...e,"cmdk-empty":"",role:"presentation"}):null),mk=h.forwardRef((e,t)=>{let{progress:n,children:r,label:o="Loading...",...s}=e;return h.createElement(fe.div,{ref:t,...s,"cmdk-loading":"",role:"progressbar","aria-valuenow":n,"aria-valuemin":0,"aria-valuemax":100,"aria-label":o},ti(e,i=>h.createElement("div",{"aria-hidden":!0},i)))}),Vt=Object.assign(em,{List:fk,Item:lk,Input:dk,Group:ck,Separator:uk,Dialog:pk,Empty:hk,Loading:mk});function gk(e,t){let n=e.nextElementSibling;for(;n;){if(n.matches(t))return n;n=n.nextElementSibling}}function xk(e,t){let n=e.previousElementSibling;for(;n;){if(n.matches(t))return n;n=n.previousElementSibling}}function tm(e){let t=h.useRef(e);return pr(()=>{t.current=e}),t}var pr=typeof window>"u"?h.useEffect:h.useLayoutEffect;function Br(e){let t=h.useRef();return t.current===void 0&&(t.current=e()),t}function Kn(e){let t=kl(),n=()=>e(t.snapshot());return h.useSyncExternalStore(t.subscribe,n,n)}function nm(e,t,n,r=[]){let o=h.useRef(),s=jo();return pr(()=>{var i;let a=(()=>{var c;for(let d of n){if(typeof d=="string")return d.trim();if(typeof d=="object"&&"current"in d)return d.current?(c=d.current.textContent)==null?void 0:c.trim():o.current}})(),l=r.map(c=>c.trim());s.value(e,a,l),(i=t.current)==null||i.setAttribute(Fr,a),o.current=a}),o}var vk=()=>{let[e,t]=h.useState(),n=Br(()=>new Map);return pr(()=>{n.current.forEach(r=>r()),n.current=new Map},[e]),(r,o)=>{n.current.set(r,o),t({})}};function wk(e){let t=e.type;return typeof t=="function"?t(e.props):"render"in t?t.render(e.props):e}function ti({asChild:e,children:t},n){return e&&h.isValidElement(t)?h.cloneElement(wk(t),{ref:t.ref},n(t.props.children)):n(t)}var bk={position:"absolute",width:"1px",height:"1px",padding:"0",margin:"-1px",overflow:"hidden",clip:"rect(0, 0, 0, 0)",whiteSpace:"nowrap",borderWidth:"0"};const El=h.forwardRef(({className:e,...t},n)=>u.jsx(Vt,{ref:n,className:re("flex h-full w-full flex-col overflow-hidden rounded-md bg-popover text-popover-foreground",e),...t}));El.displayName=Vt.displayName;const Il=h.forwardRef(({className:e,...t},n)=>u.jsxs("div",{className:"flex items-center border-b px-3","cmdk-input-wrapper":"",children:[u.jsx(ce.Search,{className:"mr-2 h-4 w-4 shrink-0 opacity-50"}),u.jsx(Vt.Input,{ref:n,className:re("flex h-11 w-full rounded-md bg-transparent py-3 text-sm outline-none placeholder:text-muted-foreground disabled:cursor-not-allowed disabled:opacity-50",e),...t})]}));Il.displayName=Vt.Input.displayName;const Nl=h.forwardRef(({className:e,...t},n)=>u.jsx(Vt.List,{ref:n,className:re("max-h-[300px] overflow-y-auto overflow-x-hidden",e),...t}));Nl.displayName=Vt.List.displayName;const Al=h.forwardRef((e,t)=>u.jsx(Vt.Empty,{ref:t,className:"py-6 text-center text-sm",...e}));Al.displayName=Vt.Empty.displayName;const Pl=h.forwardRef(({className:e,...t},n)=>u.jsx(Vt.Group,{ref:n,className:re("overflow-hidden p-1 text-foreground [&_[cmdk-group-heading]]:px-2 [&_[cmdk-group-heading]]:py-1.5 [&_[cmdk-group-heading]]:text-xs [&_[cmdk-group-heading]]:font-medium [&_[cmdk-group-heading]]:text-muted-foreground",e),...t}));Pl.displayName=Vt.Group.displayName;const yk=h.forwardRef(({className:e,...t},n)=>u.jsx(Vt.Separator,{ref:n,className:re("-mx-1 h-px bg-border",e),...t}));yk.displayName=Vt.Separator.displayName;const jl=h.forwardRef(({className:e,...t},n)=>u.jsx(Vt.Item,{ref:n,className:re("relative flex cursor-default select-none items-center rounded-sm px-2 py-1.5 text-sm outline-none data-[disabled=true]:pointer-events-none data-[selected='true']:bg-accent data-[selected=true]:text-accent-foreground data-[disabled=true]:opacity-50",e),...t}));jl.displayName=Vt.Item.displayName;function _l(e,[t,n]){return Math.min(n,Math.max(t,e))}function Sk(e,t){return h.useReducer((n,r)=>t[n][r]??n,e)}var Rl="ScrollArea",[rm,$N]=cn(Rl),[Ck,sn]=rm(Rl),om=h.forwardRef((e,t)=>{const{__scopeScrollArea:n,type:r="hover",dir:o,scrollHideDelay:s=600,...i}=e,[a,l]=h.useState(null),[c,d]=h.useState(null),[p,m]=h.useState(null),[f,v]=h.useState(null),[g,x]=h.useState(null),[y,b]=h.useState(0),[C,k]=h.useState(0),[S,T]=h.useState(!1),[E,P]=h.useState(!1),_=De(t,L=>l(L)),$=Qo(o);return u.jsx(Ck,{scope:n,type:r,dir:$,scrollHideDelay:s,scrollArea:a,viewport:c,onViewportChange:d,content:p,onContentChange:m,scrollbarX:f,onScrollbarXChange:v,scrollbarXEnabled:S,onScrollbarXEnabledChange:T,scrollbarY:g,onScrollbarYChange:x,scrollbarYEnabled:E,onScrollbarYEnabledChange:P,onCornerWidthChange:b,onCornerHeightChange:k,children:u.jsx(fe.div,{dir:$,...i,ref:_,style:{position:"relative","--radix-scroll-area-corner-width":y+"px","--radix-scroll-area-corner-height":C+"px",...e.style}})})});om.displayName=Rl;var sm="ScrollAreaViewport",im=h.forwardRef((e,t)=>{const{__scopeScrollArea:n,children:r,nonce:o,...s}=e,i=sn(sm,n),a=h.useRef(null),l=De(t,a,i.onViewportChange);return u.jsxs(u.Fragment,{children:[u.jsx("style",{dangerouslySetInnerHTML:{__html:"[data-radix-scroll-area-viewport]{scrollbar-width:none;-ms-overflow-style:none;-webkit-overflow-scrolling:touch;}[data-radix-scroll-area-viewport]::-webkit-scrollbar{display:none}"},nonce:o}),u.jsx(fe.div,{"data-radix-scroll-area-viewport":"",...s,ref:l,style:{overflowX:i.scrollbarXEnabled?"scroll":"hidden",overflowY:i.scrollbarYEnabled?"scroll":"hidden",...e.style},children:u.jsx("div",{ref:i.onContentChange,style:{minWidth:"100%",display:"table"},children:r})})]})});im.displayName=sm;var In="ScrollAreaScrollbar",Ml=h.forwardRef((e,t)=>{const{forceMount:n,...r}=e,o=sn(In,e.__scopeScrollArea),{onScrollbarXEnabledChange:s,onScrollbarYEnabledChange:i}=o,a=e.orientation==="horizontal";return h.useEffect(()=>(a?s(!0):i(!0),()=>{a?s(!1):i(!1)}),[a,s,i]),o.type==="hover"?u.jsx(Tk,{...r,ref:t,forceMount:n}):o.type==="scroll"?u.jsx(kk,{...r,ref:t,forceMount:n}):o.type==="auto"?u.jsx(am,{...r,ref:t,forceMount:n}):o.type==="always"?u.jsx(Ol,{...r,ref:t}):null});Ml.displayName=In;var Tk=h.forwardRef((e,t)=>{const{forceMount:n,...r}=e,o=sn(In,e.__scopeScrollArea),[s,i]=h.useState(!1);return h.useEffect(()=>{const a=o.scrollArea;let l=0;if(a){const c=()=>{window.clearTimeout(l),i(!0)},d=()=>{l=window.setTimeout(()=>i(!1),o.scrollHideDelay)};return a.addEventListener("pointerenter",c),a.addEventListener("pointerleave",d),()=>{window.clearTimeout(l),a.removeEventListener("pointerenter",c),a.removeEventListener("pointerleave",d)}}},[o.scrollArea,o.scrollHideDelay]),u.jsx(Ut,{present:n||s,children:u.jsx(am,{"data-state":s?"visible":"hidden",...r,ref:t})})}),kk=h.forwardRef((e,t)=>{const{forceMount:n,...r}=e,o=sn(In,e.__scopeScrollArea),s=e.orientation==="horizontal",i=si(()=>l("SCROLL_END"),100),[a,l]=Sk("hidden",{hidden:{SCROLL:"scrolling"},scrolling:{SCROLL_END:"idle",POINTER_ENTER:"interacting"},interacting:{SCROLL:"interacting",POINTER_LEAVE:"idle"},idle:{HIDE:"hidden",SCROLL:"scrolling",POINTER_ENTER:"interacting"}});return h.useEffect(()=>{if(a==="idle"){const c=window.setTimeout(()=>l("HIDE"),o.scrollHideDelay);return()=>window.clearTimeout(c)}},[a,o.scrollHideDelay,l]),h.useEffect(()=>{const c=o.viewport,d=s?"scrollLeft":"scrollTop";if(c){let p=c[d];const m=()=>{const f=c[d];p!==f&&(l("SCROLL"),i()),p=f};return c.addEventListener("scroll",m),()=>c.removeEventListener("scroll",m)}},[o.viewport,s,l,i]),u.jsx(Ut,{present:n||a!=="hidden",children:u.jsx(Ol,{"data-state":a==="hidden"?"hidden":"visible",...r,ref:t,onPointerEnter:ie(e.onPointerEnter,()=>l("POINTER_ENTER")),onPointerLeave:ie(e.onPointerLeave,()=>l("POINTER_LEAVE"))})})}),am=h.forwardRef((e,t)=>{const n=sn(In,e.__scopeScrollArea),{forceMount:r,...o}=e,[s,i]=h.useState(!1),a=e.orientation==="horizontal",l=si(()=>{if(n.viewport){const c=n.viewport.offsetWidth<n.viewport.scrollWidth,d=n.viewport.offsetHeight<n.viewport.scrollHeight;i(a?c:d)}},10);return zr(n.viewport,l),zr(n.content,l),u.jsx(Ut,{present:r||s,children:u.jsx(Ol,{"data-state":s?"visible":"hidden",...o,ref:t})})}),Ol=h.forwardRef((e,t)=>{const{orientation:n="vertical",...r}=e,o=sn(In,e.__scopeScrollArea),s=h.useRef(null),i=h.useRef(0),[a,l]=h.useState({content:0,viewport:0,scrollbar:{size:0,paddingStart:0,paddingEnd:0}}),c=fm(a.viewport,a.content),d={...r,sizes:a,onSizesChange:l,hasThumb:c>0&&c<1,onThumbChange:m=>s.current=m,onThumbPointerUp:()=>i.current=0,onThumbPointerDown:m=>i.current=m};function p(m,f){return jk(m,i.current,a,f)}return n==="horizontal"?u.jsx(Ek,{...d,ref:t,onThumbPositionChange:()=>{if(o.viewport&&s.current){const m=o.viewport.scrollLeft,f=pm(m,a,o.dir);s.current.style.transform=`translate3d(${f}px, 0, 0)`}},onWheelScroll:m=>{o.viewport&&(o.viewport.scrollLeft=m)},onDragScroll:m=>{o.viewport&&(o.viewport.scrollLeft=p(m,o.dir))}}):n==="vertical"?u.jsx(Ik,{...d,ref:t,onThumbPositionChange:()=>{if(o.viewport&&s.current){const m=o.viewport.scrollTop,f=pm(m,a);s.current.style.transform=`translate3d(0, ${f}px, 0)`}},onWheelScroll:m=>{o.viewport&&(o.viewport.scrollTop=m)},onDragScroll:m=>{o.viewport&&(o.viewport.scrollTop=p(m))}}):null}),Ek=h.forwardRef((e,t)=>{const{sizes:n,onSizesChange:r,...o}=e,s=sn(In,e.__scopeScrollArea),[i,a]=h.useState(),l=h.useRef(null),c=De(t,l,s.onScrollbarXChange);return h.useEffect(()=>{l.current&&a(getComputedStyle(l.current))},[l]),u.jsx(cm,{"data-orientation":"horizontal",...o,ref:c,sizes:n,style:{bottom:0,left:s.dir==="rtl"?"var(--radix-scroll-area-corner-width)":0,right:s.dir==="ltr"?"var(--radix-scroll-area-corner-width)":0,"--radix-scroll-area-thumb-width":oi(n)+"px",...e.style},onThumbPointerDown:d=>e.onThumbPointerDown(d.x),onDragScroll:d=>e.onDragScroll(d.x),onWheelScroll:(d,p)=>{if(s.viewport){const m=s.viewport.scrollLeft+d.deltaX;e.onWheelScroll(m),mm(m,p)&&d.preventDefault()}},onResize:()=>{l.current&&s.viewport&&i&&r({content:s.viewport.scrollWidth,viewport:s.viewport.offsetWidth,scrollbar:{size:l.current.clientWidth,paddingStart:ri(i.paddingLeft),paddingEnd:ri(i.paddingRight)}})}})}),Ik=h.forwardRef((e,t)=>{const{sizes:n,onSizesChange:r,...o}=e,s=sn(In,e.__scopeScrollArea),[i,a]=h.useState(),l=h.useRef(null),c=De(t,l,s.onScrollbarYChange);return h.useEffect(()=>{l.current&&a(getComputedStyle(l.current))},[l]),u.jsx(cm,{"data-orientation":"vertical",...o,ref:c,sizes:n,style:{top:0,right:s.dir==="ltr"?0:void 0,left:s.dir==="rtl"?0:void 0,bottom:"var(--radix-scroll-area-corner-height)","--radix-scroll-area-thumb-height":oi(n)+"px",...e.style},onThumbPointerDown:d=>e.onThumbPointerDown(d.y),onDragScroll:d=>e.onDragScroll(d.y),onWheelScroll:(d,p)=>{if(s.viewport){const m=s.viewport.scrollTop+d.deltaY;e.onWheelScroll(m),mm(m,p)&&d.preventDefault()}},onResize:()=>{l.current&&s.viewport&&i&&r({content:s.viewport.scrollHeight,viewport:s.viewport.offsetHeight,scrollbar:{size:l.current.clientHeight,paddingStart:ri(i.paddingTop),paddingEnd:ri(i.paddingBottom)}})}})}),[Nk,lm]=rm(In),cm=h.forwardRef((e,t)=>{const{__scopeScrollArea:n,sizes:r,hasThumb:o,onThumbChange:s,onThumbPointerUp:i,onThumbPointerDown:a,onThumbPositionChange:l,onDragScroll:c,onWheelScroll:d,onResize:p,...m}=e,f=sn(In,n),[v,g]=h.useState(null),x=De(t,_=>g(_)),y=h.useRef(null),b=h.useRef(""),C=f.viewport,k=r.content-r.viewport,S=pt(d),T=pt(l),E=si(p,10);function P(_){if(y.current){const $=_.clientX-y.current.left,L=_.clientY-y.current.top;c({x:$,y:L})}}return h.useEffect(()=>{const _=$=>{const L=$.target;(v==null?void 0:v.contains(L))&&S($,k)};return document.addEventListener("wheel",_,{passive:!1}),()=>document.removeEventListener("wheel",_,{passive:!1})},[C,v,k,S]),h.useEffect(T,[r,T]),zr(v,E),zr(f.content,E),u.jsx(Nk,{scope:n,scrollbar:v,hasThumb:o,onThumbChange:pt(s),onThumbPointerUp:pt(i),onThumbPositionChange:T,onThumbPointerDown:pt(a),children:u.jsx(fe.div,{...m,ref:x,style:{position:"absolute",...m.style},onPointerDown:ie(e.onPointerDown,_=>{_.button===0&&(_.target.setPointerCapture(_.pointerId),y.current=v.getBoundingClientRect(),b.current=document.body.style.webkitUserSelect,document.body.style.webkitUserSelect="none",f.viewport&&(f.viewport.style.scrollBehavior="auto"),P(_))}),onPointerMove:ie(e.onPointerMove,P),onPointerUp:ie(e.onPointerUp,_=>{const $=_.target;$.hasPointerCapture(_.pointerId)&&$.releasePointerCapture(_.pointerId),document.body.style.webkitUserSelect=b.current,f.viewport&&(f.viewport.style.scrollBehavior=""),y.current=null})})})}),ni="ScrollAreaThumb",um=h.forwardRef((e,t)=>{const{forceMount:n,...r}=e,o=lm(ni,e.__scopeScrollArea);return u.jsx(Ut,{present:n||o.hasThumb,children:u.jsx(Ak,{ref:t,...r})})}),Ak=h.forwardRef((e,t)=>{const{__scopeScrollArea:n,style:r,...o}=e,s=sn(ni,n),i=lm(ni,n),{onThumbPositionChange:a}=i,l=De(t,p=>i.onThumbChange(p)),c=h.useRef(void 0),d=si(()=>{c.current&&(c.current(),c.current=void 0)},100);return h.useEffect(()=>{const p=s.viewport;if(p){const m=()=>{if(d(),!c.current){const f=_k(p,a);c.current=f,a()}};return a(),p.addEventListener("scroll",m),()=>p.removeEventListener("scroll",m)}},[s.viewport,d,a]),u.jsx(fe.div,{"data-state":i.hasThumb?"visible":"hidden",...o,ref:l,style:{width:"var(--radix-scroll-area-thumb-width)",height:"var(--radix-scroll-area-thumb-height)",...r},onPointerDownCapture:ie(e.onPointerDownCapture,p=>{const f=p.target.getBoundingClientRect(),v=p.clientX-f.left,g=p.clientY-f.top;i.onThumbPointerDown({x:v,y:g})}),onPointerUp:ie(e.onPointerUp,i.onThumbPointerUp)})});um.displayName=ni;var Dl="ScrollAreaCorner",dm=h.forwardRef((e,t)=>{const n=sn(Dl,e.__scopeScrollArea),r=!!(n.scrollbarX&&n.scrollbarY);return n.type!=="scroll"&&r?u.jsx(Pk,{...e,ref:t}):null});dm.displayName=Dl;var Pk=h.forwardRef((e,t)=>{const{__scopeScrollArea:n,...r}=e,o=sn(Dl,n),[s,i]=h.useState(0),[a,l]=h.useState(0),c=!!(s&&a);return zr(o.scrollbarX,()=>{var p;const d=((p=o.scrollbarX)==null?void 0:p.offsetHeight)||0;o.onCornerHeightChange(d),l(d)}),zr(o.scrollbarY,()=>{var p;const d=((p=o.scrollbarY)==null?void 0:p.offsetWidth)||0;o.onCornerWidthChange(d),i(d)}),c?u.jsx(fe.div,{...r,ref:t,style:{width:s,height:a,position:"absolute",right:o.dir==="ltr"?0:void 0,left:o.dir==="rtl"?0:void 0,bottom:0,...e.style}}):null});function ri(e){return e?parseInt(e,10):0}function fm(e,t){const n=e/t;return isNaN(n)?0:n}function oi(e){const t=fm(e.viewport,e.content),n=e.scrollbar.paddingStart+e.scrollbar.paddingEnd,r=(e.scrollbar.size-n)*t;return Math.max(r,18)}function jk(e,t,n,r="ltr"){const o=oi(n),s=o/2,i=t||s,a=o-i,l=n.scrollbar.paddingStart+i,c=n.scrollbar.size-n.scrollbar.paddingEnd-a,d=n.content-n.viewport,p=r==="ltr"?[0,d]:[d*-1,0];return hm([l,c],p)(e)}function pm(e,t,n="ltr"){const r=oi(t),o=t.scrollbar.paddingStart+t.scrollbar.paddingEnd,s=t.scrollbar.size-o,i=t.content-t.viewport,a=s-r,l=n==="ltr"?[0,i]:[i*-1,0],c=_l(e,l);return hm([0,i],[0,a])(c)}function hm(e,t){return n=>{if(e[0]===e[1]||t[0]===t[1])return t[0];const r=(t[1]-t[0])/(e[1]-e[0]);return t[0]+r*(n-e[0])}}function mm(e,t){return e>0&&e<t}var _k=(e,t=()=>{})=>{let n={left:e.scrollLeft,top:e.scrollTop},r=0;return function o(){const s={left:e.scrollLeft,top:e.scrollTop},i=n.left!==s.left,a=n.top!==s.top;(i||a)&&t(),n=s,r=window.requestAnimationFrame(o)}(),()=>window.cancelAnimationFrame(r)};function si(e,t){const n=pt(e),r=h.useRef(0);return h.useEffect(()=>()=>window.clearTimeout(r.current),[]),h.useCallback(()=>{window.clearTimeout(r.current),r.current=window.setTimeout(n,t)},[n,t])}function zr(e,t){const n=pt(t);It(()=>{let r=0;if(e){const o=new ResizeObserver(()=>{cancelAnimationFrame(r),r=window.requestAnimationFrame(n)});return o.observe(e),()=>{window.cancelAnimationFrame(r),o.unobserve(e)}}},[e,n])}var gm=om,Rk=im,Mk=dm;const Ll=h.forwardRef(({className:e,children:t,...n},r)=>u.jsxs(gm,{ref:r,className:re("relative overflow-hidden",e),...n,children:[u.jsx(Rk,{className:"h-full w-full rounded-[inherit] overflow-auto",children:t}),u.jsx(xm,{}),u.jsx(Mk,{})]}));Ll.displayName=gm.displayName;const xm=h.forwardRef(({className:e,orientation:t="vertical",...n},r)=>u.jsx(Ml,{ref:r,orientation:t,className:re("flex touch-none select-none transition-colors",t==="vertical"&&"h-full w-2.5 border-l border-l-transparent p-[1px]",t==="horizontal"&&"h-2.5 flex-col border-t border-t-transparent p-[1px]",e),...n,children:u.jsx(um,{className:"relative flex-1 rounded-full bg-border"})}));xm.displayName=Ml.displayName;const $l=h.forwardRef(({className:e,type:t,...n},r)=>u.jsx("input",{type:t,className:re("flex h-10 w-full rounded-md border border-input bg-background px-3 py-2 text-base ring-offset-background file:border-0 file:bg-transparent file:text-sm file:font-medium file:text-foreground placeholder:text-muted-foreground focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring focus-visible:ring-offset-2 disabled:cursor-not-allowed disabled:opacity-50 md:text-sm",e),ref:r,...n}));$l.displayName="Input";const Ok="group relative p-3 rounded-lg cursor-pointer transition-colors border text-gray-900 dark:text-slate-100",Dk="bg-slate-700 border-slate-600 hover:bg-slate-600",Lk="bg-slate-600 border-slate-500";function vm({thread:e,isActive:t,editingThreadId:n,editingTitle:r,onSelect:o,onStartEditing:s,onEditingTitleChange:i,onSaveEditing:a,onCancelEditing:l,onShare:c,onDelete:d,showEditTitle:p,showDeleteButton:m,formatDate:f,getDisplayThreadTitle:v,secondaryLine:g,itemClassName:x,activeItemClassName:y}){const b=n===e.threadId,C=t?`${y??Lk}`:`${x??Dk}`,k=S=>{S.stopPropagation(),o(e.threadId)};return u.jsxs("div",{onClick:k,className:`${Ok} ${C}`,children:[u.jsxs("div",{className:"flex items-center justify-between",children:[u.jsx("div",{className:"flex-1 min-w-0",children:b?u.jsxs("div",{className:"flex items-center gap-2",onClick:S=>S.stopPropagation(),children:[u.jsx($l,{value:r,onChange:S=>i(S.target.value),onKeyDown:S=>{S.key==="Enter"?a(e.threadId):S.key==="Escape"&&l()},className:"h-6 text-sm",autoFocus:!0}),u.jsx(Je,{variant:"ghost",size:"sm",onClick:()=>a(e.threadId),className:"h-6 w-6 p-0",children:u.jsx(ce.Check,{size:12})}),u.jsx(Je,{variant:"ghost",size:"sm",onClick:l,className:"h-6 w-6 p-0",children:u.jsx(ce.X,{size:12})})]}):u.jsxs(u.Fragment,{children:[u.jsx("div",{className:"font-medium text-sm truncate text-gray-900 dark:text-slate-100",children:v(e)}),u.jsxs("div",{className:"flex items-center gap-2 text-xs text-gray-500 dark:text-slate-400 mt-1",children:[u.jsx(ce.Calendar,{size:10}),u.jsx("span",{children:f(e.updatedAt||e.createdAt)})]}),g&&u.jsx("div",{className:"text-[11px] text-muted-foreground mt-1",children:g})]})}),u.jsx("div",{className:"flex items-center gap-1 opacity-0 group-hover:opacity-100 transition-opacity ml-2",children:u.jsxs(ks,{children:[u.jsx(Es,{asChild:!0,children:u.jsx(Je,{variant:"ghost",size:"sm",className:"h-6 w-6 p-0",children:u.jsx(ce.MoreHorizontal,{size:12})})}),u.jsxs(mo,{align:"end",sideOffset:6,className:"w-44",children:[u.jsxs(Fn,{onClick:S=>{S.preventDefault(),c(e.threadId)},children:[u.jsx(ce.Share2,{className:"mr-2 h-4 w-4"}),"Share thread"]}),p&&n!==e.threadId&&u.jsxs(Fn,{onClick:S=>{S.preventDefault(),s(e,S)},children:[u.jsx(ce.Edit3,{className:"mr-2 h-4 w-4"}),"Rename"]}),m&&d&&u.jsxs(Fn,{className:"text-red-400 hover:text-red-300",onClick:S=>{S.preventDefault(),d(e.threadId,S)},children:[u.jsx(ce.Trash2,{className:"mr-2 h-4 w-4"}),"Delete"]})]})]})})]}),t&&u.jsx("div",{className:"absolute left-0 top-1/2 -translate-y-1/2 w-1 h-8 bg-blue-400 rounded-r"})]})}const wm=25,bm="thread-manager-view",$k=e=>e==="default"||e==="shared",Fk=()=>{if(typeof window>"u")return null;try{const e=window.localStorage.getItem(bm);if($k(e))return e}catch{}return null};function ym({defaultView:e}={}){const[t,n]=w.useState(()=>Fk()??e??"default");w.useEffect(()=>{if(!(typeof window>"u"))try{window.localStorage.setItem(bm,t)}catch{}},[t]);const r=w.useCallback(o=>{n(o)},[]);return{view:t,setView:r}}const Bk=[{key:"default",label:"My chats"},{key:"shared",label:"Shared with you"}];function ii({className:e="",showCreateButton:t=!0,showDeleteButton:n=!0,showEditTitle:r=!0,maxHeight:o="400px",customStyles:s={},currentThreadId:i=null,navigateToThread:a,onThreadSelect:l,onThreadCreate:c,onThreadDelete:d,view:p,defaultView:m,onViewChange:f,viewOptions:v,viewState:g,showHeader:x=!0,shareTargets:y,isLoadingShareTargets:b,shareTargetFilter:C}){const{threads:k,sharedThreads:S,currentThreadId:T,setCurrentThreadId:E,isLoading:P,isLoadingSharedThreads:_,actions:$,shareInFlight:L,shareStatus:F,clearShareStatus:G}=br(),{createThread:O,deleteThread:K,renameThread:q,shareThread:H}=$,{loadThread:j}=no(),I=i??T,[Y,J]=w.useState(Array.isArray(k)?k:[]),D=w.useRef(Y.length>0),V=w.useRef(null),R=w.useRef(0),[B,X]=w.useState(null),[N,M]=w.useState(""),[U,Z]=w.useState(!1),[se,ae]=w.useState(!1),[Ce,we]=w.useState(null),[je,We]=w.useState(""),Fe=v&&v.length>0?v:Bk,Ye=ym({defaultView:m}),He=g??Ye,vt=p??He.view,wt=w.useCallback(ne=>{p||He.setView(ne),f==null||f(ne)},[p,f,He]),dt=Fe.find(ne=>ne.key===vt)??Fe[0],Ve=ne=>{we(ne),We(""),ae(!0)},Ae=()=>{ae(!1),we(null),We(""),G()},Ke=w.useCallback(async ne=>{if(!(!Ce||L)&&ne.id)try{await H(Ce,ne.id),setTimeout(()=>Ae(),600)}catch(he){console.error("Failed to share thread:",he)}},[Ae,L,Ce,H]),_e=w.useMemo(()=>{const ne=y??[],he=je.trim().toLowerCase();return he?C?ne.filter(tt=>C(tt,he)):ne.filter(tt=>`${tt.label} ${tt.secondaryLabel??""}`.toLowerCase().includes(he)):ne},[y,je,C]),Be=vt==="shared",Qe=Be?S:Y,Nt=Be?_:P,et=Be?"No shared conversations yet":"No conversations yet",bt=ne=>{const he=ne.sharedAt?` • ${Ue(ne.sharedAt)}`:"";return`Shared by ${ne.sharedByUserId}${he}`},mt=ne=>"sharedByUserId"in ne;w.useEffect(()=>{const ne=Array.isArray(k)?k:[];if(ne.length>0){D.current=!0,J(ne);return}P||(D.current=!1,J(ne))},[k,P]),w.useEffect(()=>{if(!V.current)return;const ne=V.current.querySelector("[data-radix-scroll-area-viewport]");if(!ne)return;let he=null,tt=null;return he=requestAnimationFrame(()=>{tt=requestAnimationFrame(()=>{ne.scrollTop=R.current})}),()=>{he!==null&&cancelAnimationFrame(he),tt!==null&&cancelAnimationFrame(tt)}},[Y]);const Ct=async ne=>{try{E(ne),await j(ne),a==null||a(ne),l==null||l(ne)}catch(he){console.error("Failed to select thread:",he)}},Tt=async()=>{try{Z(!0);const ne=await O();ne&&(c==null||c(ne),a==null||a(ne))}catch(ne){console.error("Failed to create thread:",ne)}finally{Z(!1)}},Dt=async(ne,he)=>{if(he.stopPropagation(),!!confirm("Delete this thread?")){if(V.current){const tt=V.current.querySelector("[data-radix-scroll-area-viewport]");tt&&(R.current=tt.scrollTop)}try{await K(ne),d==null||d(ne)}catch(tt){console.error("Failed to delete thread:",tt)}}},Pt=(ne,he)=>{he.stopPropagation(),X(ne.threadId),M(ne.title||`Thread ${ne.threadId.slice(0,8)}`)},kt=async ne=>{if(N.trim())try{await q(ne,N.trim()),X(null),M("")}catch(he){console.error("Failed to update title:",he)}},qt=()=>{X(null),M("")},Ue=ne=>{if(!ne)return"";try{const he=new Date(ne),me=new Date().getTime()-he.getTime(),Oe=Math.floor(me/(1e3*60*60*24));return Oe===0?he.toLocaleTimeString([],{hour:"2-digit",minute:"2-digit"}):Oe===1?"Yesterday":Oe<7?`${Oe} days ago`:he.toLocaleDateString()}catch{return""}},$e=ne=>ne.title||`Thread ${ne.threadId.slice(0,8)}`,ct=ne=>{const he=$e(ne);return he.length<=wm?he:`${he.slice(0,wm)}...`};return u.jsxs("div",{className:`flex flex-col h-full ${e} ${s.container||""}`,children:[x&&u.jsxs("div",{className:s.header||"flex flex-col gap-2 px-1 py-0 border border-slate-200 bg-white dark:border-slate-700 dark:bg-slate-900 shadow-sm",children:[t&&u.jsx("div",{className:"flex justify-end",children:u.jsxs(Je,{onClick:Tt,disabled:U||P,className:s.createButton||"px-3 py-2 gap-1",size:"sm",variant:"ghost",title:U?"Creating...":"New Chat",children:[u.jsx(ce.Edit3,{size:16}),u.jsx("span",{children:"New chat"})]})}),u.jsxs("div",{className:"flex items-center gap-2 text-sm font-semibold text-slate-700 dark:text-slate-200 uppercase tracking-wide leading-tight",children:[u.jsx("span",{children:"Current View"}),u.jsxs(ks,{children:[u.jsx(Es,{asChild:!0,children:u.jsx(Je,{variant:"outline",size:"sm",className:"text-[11px] text-slate-700 dark:text-slate-200 border border-slate-300 dark:border-slate-600 bg-white dark:bg-slate-900 hover:bg-slate-50 dark:hover:bg-slate-800 px-2 py-0",children:dt.label})}),u.jsx(mo,{align:"start",sideOffset:6,className:"w-40",children:Fe.map(ne=>u.jsxs(Fn,{className:"justify-between text-[12px]",onClick:he=>{he.preventDefault(),wt(ne.key)},children:[u.jsx("span",{children:ne.label}),vt===ne.key&&u.jsx(ce.Check,{className:"h-3 w-3"})]},ne.key))})]})]})]}),u.jsx(Ll,{ref:V,className:`flex-1 min-h-0 ${s.threadList||""}`,style:o?{maxHeight:o}:void 0,children:u.jsx("div",{className:"p-2 space-y-1 pb-4",children:Nt?u.jsxs("div",{className:"flex flex-col items-center justify-center gap-2 py-8 text-slate-400",children:[u.jsx(ce.Loader2,{className:"h-5 w-5 animate-spin"}),u.jsx("span",{className:"text-sm",children:"Loading threads…"})]}):Qe.length===0?u.jsxs("div",{className:"text-center py-8 text-slate-400",children:[u.jsx(ce.MessageSquare,{className:"w-8 h-8 mx-auto mb-2 opacity-40 text-slate-500"}),u.jsx("p",{className:"text-sm text-slate-500",children:et})]}):Qe.slice().sort((ne,he)=>new Date(he.updatedAt||he.createdAt||"").getTime()-new Date(ne.updatedAt||ne.createdAt||"").getTime()).map(ne=>u.jsx(vm,{thread:ne,isActive:I===ne.threadId,editingThreadId:B,editingTitle:N,onSelect:Ct,onStartEditing:Pt,onEditingTitleChange:he=>M(he),onSaveEditing:kt,onCancelEditing:qt,onShare:()=>Ve(ne.threadId),onDelete:Dt,showEditTitle:r,showDeleteButton:n,formatDate:Ue,getDisplayThreadTitle:ct,secondaryLine:Be&&mt(ne)?bt(ne):void 0,itemClassName:s.threadItem,activeItemClassName:s.activeThread},ne.threadId))})}),u.jsx(il,{open:se,onOpenChange:ne=>!ne&&Ae(),children:u.jsxs(Us,{className:"max-w-md p-0",children:[u.jsx(Ws,{children:u.jsx(Vs,{children:"Share thread"})}),u.jsxs(El,{children:[u.jsx(Il,{autoFocus:!0,value:je,onValueChange:ne=>We(ne),placeholder:"Search for recipients..."}),u.jsxs(Nl,{children:[F&&u.jsxs("div",{className:"flex items-center gap-2 px-3 py-2 text-xs text-muted-foreground",children:[L&&u.jsx(ce.Loader2,{className:"h-3 w-3 animate-spin"}),u.jsx("span",{className:F.startsWith("Failed")?"text-red-500":F.startsWith("Shared")?"text-emerald-500":"text-slate-600 dark:text-slate-400",children:F})]}),u.jsx(Al,{children:b?u.jsxs("span",{className:"flex items-center gap-2 text-sm text-muted-foreground",children:[u.jsx(ce.Loader2,{className:"h-4 w-4 animate-spin"}),"Loading recipients…"]}):"No matching recipients found"}),_e.length>0&&u.jsx(Pl,{heading:"Recipients",children:_e.map(ne=>u.jsx(jl,{onSelect:()=>Ke(ne),children:u.jsxs("div",{className:"flex flex-col items-start text-sm",children:[u.jsx("span",{className:"font-medium",children:ne.label}),ne.secondaryLabel&&u.jsx("span",{className:"text-xs text-muted-foreground",children:ne.secondaryLabel})]})},ne.id))})]})]})]})})]})}function zk({layout:e="sidebar",layoutSize:t="desktop",showThreads:n=!0,className:r="",customStyles:o={},...s}){const i=c=>{const d="h-full";switch(c){case"phone":return`${d} max-w-none`;case"tablet":return`${d} max-w-4xl mx-auto`;case"half-screen":return`${d} max-w-2xl`;case"desktop":default:return`${d} max-w-7xl mx-auto`}},a=c=>({"--chat-sidebar-width":c==="phone"?"100%":c==="tablet"?"280px":c==="half-screen"?"240px":"320px","--chat-message-max-width":c==="phone"?"95%":c==="tablet"?"90%":c==="half-screen"?"85%":"80%","--chat-input-height":c==="phone"?"120px":"100px"}),l=w.useCallback(c=>{var d;(d=s.onThreadChange)==null||d.call(s,c)},[s]);return e==="fullscreen"?u.jsx(Cr,{...s,onThreadChange:l,children:u.jsx("div",{className:`${i(t)} flex flex-col overflow-hidden ${r} ${o.container||""}`,style:a(t),children:u.jsx($r,{className:"flex-1",onError:s.onError,enableFileUpload:!0})})}):e==="tabs"?u.jsx(Cr,{...s,onThreadChange:l,children:u.jsx("div",{className:`${i(t)} flex flex-col overflow-hidden ${r} ${o.container||""}`,style:a(t),children:u.jsxs("div",{className:"flex-1 flex min-h-0 overflow-hidden",children:[n&&u.jsx("div",{className:`w-80 border-r flex-shrink-0 overflow-hidden ${o.sidebar||""}`,children:u.jsx(ii,{showCreateButton:!0,showDeleteButton:!0,showEditTitle:!0,className:"h-full"})}),u.jsx("div",{className:`flex-1 min-w-0 overflow-hidden ${o.chatArea||""}`,children:u.jsx($r,{onError:s.onError,enableFileUpload:!0})})]})})}):u.jsx(Cr,{...s,onThreadChange:l,children:u.jsxs("div",{className:`${i(t)} flex overflow-hidden ${r} ${o.container||""}`,style:a(t),children:[n&&u.jsx("div",{className:`w-80 border-r bg-gray-50 flex-shrink-0 overflow-hidden ${o.sidebar||""}`,children:u.jsx(ii,{showCreateButton:!0,showDeleteButton:!0,showEditTitle:!0,className:"h-full"})}),u.jsx("div",{className:`flex-1 min-w-0 overflow-hidden ${o.chatArea||""}`,children:u.jsx($r,{onError:s.onError,enableFileUpload:!0})})]})})}function Hk({apiConfig:e,className:t="",onError:n}){return u.jsx(Cr,{apiConfig:e,onError:n,children:u.jsx("div",{className:`h-full ${t}`,children:u.jsx($r,{})})})}function Uk({placeholder:e,onMessageSent:t}){const[n,r]=w.useState("chat");return u.jsxs("div",{className:"flex flex-col h-full",children:[u.jsxs("div",{className:"flex border-b border-gray-200 bg-gray-50",children:[u.jsx("button",{onClick:()=>r("chat"),className:`flex-1 px-3 py-2 text-sm font-medium transition-colors ${n==="chat"?"border-b-2 border-slate-800 text-slate-800 bg-white":"text-gray-600 hover:text-gray-800"}`,children:u.jsxs("div",{className:"flex items-center justify-center gap-2",children:[u.jsx(ce.MessageSquare,{size:14}),"Chat"]})}),u.jsx("button",{onClick:()=>r("threads"),className:`flex-1 px-3 py-2 text-sm font-medium transition-colors ${n==="threads"?"border-b-2 border-slate-800 text-slate-800 bg-white":"text-gray-600 hover:text-gray-800"}`,children:u.jsxs("div",{className:"flex items-center justify-center gap-2",children:[u.jsx(ce.History,{size:14}),"History"]})})]}),u.jsx("div",{className:"flex-1 min-h-0",children:n==="chat"?u.jsx($r,{placeholder:e??"Ask Serti AI anything...",autoFocus:!0,className:"h-full",onMessageSent:t}):u.jsx(ii,{showCreateButton:!0,className:"h-full",onThreadSelect:()=>r("chat")})})]})}function Wk({className:e="",placeholder:t,isAuthenticated:n=!0,onMessageSent:r,widgetTitle:o="Serti AI Navigator",widgetSubtitle:s="AI-Powered Assistant",...i}){const[a,l]=w.useState(!1);return n?u.jsx(Cr,{...i,children:u.jsx("div",{className:`fixed bottom-6 right-6 z-[9999] transition-all duration-300 ${e}`,children:u.jsxs("div",{className:`w-96 bg-white rounded-xl shadow-2xl border border-gray-200 overflow-hidden relative ${a?"scale-75":"scale-100"}`,children:[u.jsx("div",{className:"bg-slate-800 text-white p-4 flex-shrink-0",children:u.jsxs("div",{className:"flex items-center justify-between gap-3",children:[u.jsxs("div",{className:"flex items-center gap-3",children:[u.jsxs("div",{className:"relative h-10 w-10 rounded-full bg-gradient-to-br from-slate-500 to-slate-700 border border-white/30 flex items-center justify-center text-white text-sm font-bold",children:["S",u.jsx("span",{className:"absolute -bottom-0.5 -right-0.5 h-3 w-3 rounded-full border-2 border-slate-800 bg-emerald-400"})]}),u.jsxs("div",{className:"flex flex-col",children:[u.jsx("h3",{className:"text-lg font-semibold leading-tight",children:o}),u.jsx("p",{className:"text-xs text-white/70",children:s})]}),u.jsx("span",{className:"ml-2 inline-flex items-center justify-center rounded-full bg-red-500 px-2 py-0.5 text-[11px] font-semibold leading-none text-white",children:"1"})]}),u.jsxs("div",{className:"flex items-center gap-1",children:[u.jsx(Je,{variant:"ghost",size:"sm",className:"text-white hover:bg-white/10 h-8 w-8 p-0",title:"Options",children:u.jsx(ce.MoreHorizontal,{size:16})}),u.jsx(Je,{variant:"ghost",size:"sm",className:"text-white hover:bg-white/10 h-8 w-8 p-0",title:"Compose",children:u.jsx(ce.Edit3,{size:16})}),u.jsx(Je,{variant:"ghost",size:"sm",onClick:c=>{c.stopPropagation(),l(d=>!d)},className:"text-white hover:bg-white/10 h-8 w-8 p-0",title:a?"Maximize":"Minimize",children:a?u.jsx(ce.Maximize2,{size:14}):u.jsx(ce.Minimize2,{size:14})})]})]})}),!a&&u.jsx("div",{className:"h-96 flex flex-col",children:u.jsx(Uk,{placeholder:t,onMessageSent:r})})]})})}):null}function Vk({label:e="New chat",children:t,className:n,variant:r="ghost",size:o="sm",...s}){return u.jsxs(Je,{variant:r,size:o,className:re("gap-2 rounded-full px-3 font-semibold transition-all hover:scale-[1.01]",n),...s,children:[u.jsx(ce.Edit3,{size:16}),t??e]})}var Kk="Label",Sm=h.forwardRef((e,t)=>u.jsx(fe.label,{...e,ref:t,onMouseDown:n=>{var o;n.target.closest("button, input, select, textarea")||((o=e.onMouseDown)==null||o.call(e,n),!n.defaultPrevented&&n.detail>1&&n.preventDefault())}}));Sm.displayName=Kk;var Cm=Sm;const qk=Vr.cva("text-sm font-medium leading-none peer-disabled:cursor-not-allowed peer-disabled:opacity-70"),Tm=h.forwardRef(({className:e,...t},n)=>u.jsx(Cm,{ref:n,className:re(qk(),e),...t}));Tm.displayName=Cm.displayName;function km(e){const t=h.useRef({value:e,previous:e});return h.useMemo(()=>(t.current.value!==e&&(t.current.previous=t.current.value,t.current.value=e),t.current.previous),[e])}var Em=Object.freeze({position:"absolute",border:0,width:1,height:1,padding:0,margin:-1,overflow:"hidden",clip:"rect(0, 0, 0, 0)",whiteSpace:"nowrap",wordWrap:"normal"}),Gk="VisuallyHidden",ai=h.forwardRef((e,t)=>u.jsx(fe.span,{...e,ref:t,style:{...Em,...e.style}}));ai.displayName=Gk;var Yk=ai,Xk=[" ","Enter","ArrowUp","ArrowDown"],Jk=[" ","Enter"],hr="Select",[li,ci,Zk]=Zo(hr),[Hr,FN]=cn(hr,[Zk,Pr]),ui=Pr(),[Qk,qn]=Hr(hr),[eE,tE]=Hr(hr),Im=e=>{const{__scopeSelect:t,children:n,open:r,defaultOpen:o,onOpenChange:s,value:i,defaultValue:a,onValueChange:l,dir:c,name:d,autoComplete:p,disabled:m,required:f,form:v}=e,g=ui(t),[x,y]=h.useState(null),[b,C]=h.useState(null),[k,S]=h.useState(!1),T=Qo(c),[E,P]=On({prop:r,defaultProp:o??!1,onChange:s,caller:hr}),[_,$]=On({prop:i,defaultProp:a,onChange:l,caller:hr}),L=h.useRef(null),F=x?v||!!x.closest("form"):!0,[G,O]=h.useState(new Set),K=Array.from(G).map(q=>q.props.value).join(";");return u.jsx(da,{...g,children:u.jsxs(Qk,{required:f,scope:t,trigger:x,onTriggerChange:y,valueNode:b,onValueNodeChange:C,valueNodeHasChildren:k,onValueNodeHasChildrenChange:S,contentId:_t(),value:_,onValueChange:$,open:E,onOpenChange:P,dir:T,triggerPointerDownPosRef:L,disabled:m,children:[u.jsx(li.Provider,{scope:t,children:u.jsx(eE,{scope:e.__scopeSelect,onNativeOptionAdd:h.useCallback(q=>{O(H=>new Set(H).add(q))},[]),onNativeOptionRemove:h.useCallback(q=>{O(H=>{const j=new Set(H);return j.delete(q),j})},[]),children:n})}),F?u.jsxs(Jm,{"aria-hidden":!0,required:f,tabIndex:-1,name:d,autoComplete:p,value:_,onChange:q=>$(q.target.value),disabled:m,form:v,children:[_===void 0?u.jsx("option",{value:""}):null,Array.from(G)]},K):null]})})};Im.displayName=hr;var Nm="SelectTrigger",Am=h.forwardRef((e,t)=>{const{__scopeSelect:n,disabled:r=!1,...o}=e,s=ui(n),i=qn(Nm,n),a=i.disabled||r,l=De(t,i.onTriggerChange),c=ci(n),d=h.useRef("touch"),[p,m,f]=Qm(g=>{const x=c().filter(C=>!C.disabled),y=x.find(C=>C.value===i.value),b=eg(x,g,y);b!==void 0&&i.onValueChange(b.value)}),v=g=>{a||(i.onOpenChange(!0),f()),g&&(i.triggerPointerDownPosRef.current={x:Math.round(g.pageX),y:Math.round(g.pageY)})};return u.jsx(fa,{asChild:!0,...s,children:u.jsx(fe.button,{type:"button",role:"combobox","aria-controls":i.contentId,"aria-expanded":i.open,"aria-required":i.required,"aria-autocomplete":"none",dir:i.dir,"data-state":i.open?"open":"closed",disabled:a,"data-disabled":a?"":void 0,"data-placeholder":Zm(i.value)?"":void 0,...o,ref:l,onClick:ie(o.onClick,g=>{g.currentTarget.focus(),d.current!=="mouse"&&v(g)}),onPointerDown:ie(o.onPointerDown,g=>{d.current=g.pointerType;const x=g.target;x.hasPointerCapture(g.pointerId)&&x.releasePointerCapture(g.pointerId),g.button===0&&g.ctrlKey===!1&&g.pointerType==="mouse"&&(v(g),g.preventDefault())}),onKeyDown:ie(o.onKeyDown,g=>{const x=p.current!=="";!(g.ctrlKey||g.altKey||g.metaKey)&&g.key.length===1&&m(g.key),!(x&&g.key===" ")&&Xk.includes(g.key)&&(v(),g.preventDefault())})})})});Am.displayName=Nm;var Pm="SelectValue",jm=h.forwardRef((e,t)=>{const{__scopeSelect:n,className:r,style:o,children:s,placeholder:i="",...a}=e,l=qn(Pm,n),{onValueNodeHasChildrenChange:c}=l,d=s!==void 0,p=De(t,l.onValueNodeChange);return It(()=>{c(d)},[c,d]),u.jsx(fe.span,{...a,ref:p,style:{pointerEvents:"none"},children:Zm(l.value)?u.jsx(u.Fragment,{children:i}):s})});jm.displayName=Pm;var nE="SelectIcon",_m=h.forwardRef((e,t)=>{const{__scopeSelect:n,children:r,...o}=e;return u.jsx(fe.span,{"aria-hidden":!0,...o,ref:t,children:r||"▼"})});_m.displayName=nE;var rE="SelectPortal",Rm=e=>u.jsx(ao,{asChild:!0,...e});Rm.displayName=rE;var mr="SelectContent",Mm=h.forwardRef((e,t)=>{const n=qn(mr,e.__scopeSelect),[r,o]=h.useState();if(It(()=>{o(new DocumentFragment)},[]),!n.open){const s=r;return s?Kr.createPortal(u.jsx(Om,{scope:e.__scopeSelect,children:u.jsx(li.Slot,{scope:e.__scopeSelect,children:u.jsx("div",{children:e.children})})}),s):null}return u.jsx(Dm,{...e,ref:t})});Mm.displayName=mr;var mn=10,[Om,Gn]=Hr(mr),oE="SelectContentImpl",sE=Yt.createSlot("SelectContent.RemoveScroll"),Dm=h.forwardRef((e,t)=>{const{__scopeSelect:n,position:r="item-aligned",onCloseAutoFocus:o,onEscapeKeyDown:s,onPointerDownOutside:i,side:a,sideOffset:l,align:c,alignOffset:d,arrowPadding:p,collisionBoundary:m,collisionPadding:f,sticky:v,hideWhenDetached:g,avoidCollisions:x,...y}=e,b=qn(mr,n),[C,k]=h.useState(null),[S,T]=h.useState(null),E=De(t,N=>k(N)),[P,_]=h.useState(null),[$,L]=h.useState(null),F=ci(n),[G,O]=h.useState(!1),K=h.useRef(!1);h.useEffect(()=>{if(C)return va(C)},[C]),Yi();const q=h.useCallback(N=>{const[M,...U]=F().map(ae=>ae.ref.current),[Z]=U.slice(-1),se=document.activeElement;for(const ae of N)if(ae===se||(ae==null||ae.scrollIntoView({block:"nearest"}),ae===M&&S&&(S.scrollTop=0),ae===Z&&S&&(S.scrollTop=S.scrollHeight),ae==null||ae.focus(),document.activeElement!==se))return},[F,S]),H=h.useCallback(()=>q([P,C]),[q,P,C]);h.useEffect(()=>{G&&H()},[G,H]);const{onOpenChange:j,triggerPointerDownPosRef:I}=b;h.useEffect(()=>{if(C){let N={x:0,y:0};const M=Z=>{var se,ae;N={x:Math.abs(Math.round(Z.pageX)-(((se=I.current)==null?void 0:se.x)??0)),y:Math.abs(Math.round(Z.pageY)-(((ae=I.current)==null?void 0:ae.y)??0))}},U=Z=>{N.x<=10&&N.y<=10?Z.preventDefault():C.contains(Z.target)||j(!1),document.removeEventListener("pointermove",M),I.current=null};return I.current!==null&&(document.addEventListener("pointermove",M),document.addEventListener("pointerup",U,{capture:!0,once:!0})),()=>{document.removeEventListener("pointermove",M),document.removeEventListener("pointerup",U,{capture:!0})}}},[C,j,I]),h.useEffect(()=>{const N=()=>j(!1);return window.addEventListener("blur",N),window.addEventListener("resize",N),()=>{window.removeEventListener("blur",N),window.removeEventListener("resize",N)}},[j]);const[Y,J]=Qm(N=>{const M=F().filter(se=>!se.disabled),U=M.find(se=>se.ref.current===document.activeElement),Z=eg(M,N,U);Z&&setTimeout(()=>Z.ref.current.focus())}),D=h.useCallback((N,M,U)=>{const Z=!K.current&&!U;(b.value!==void 0&&b.value===M||Z)&&(_(N),Z&&(K.current=!0))},[b.value]),V=h.useCallback(()=>C==null?void 0:C.focus(),[C]),R=h.useCallback((N,M,U)=>{const Z=!K.current&&!U;(b.value!==void 0&&b.value===M||Z)&&L(N)},[b.value]),B=r==="popper"?Fl:Lm,X=B===Fl?{side:a,sideOffset:l,align:c,alignOffset:d,arrowPadding:p,collisionBoundary:m,collisionPadding:f,sticky:v,hideWhenDetached:g,avoidCollisions:x}:{};return u.jsx(Om,{scope:n,content:C,viewport:S,onViewportChange:T,itemRefCallback:D,selectedItem:P,onItemLeave:V,itemTextRefCallback:R,focusSelectedItem:H,selectedItemText:$,position:r,isPositioned:G,searchRef:Y,children:u.jsx(ws,{as:sE,allowPinchZoom:!0,children:u.jsx(es,{asChild:!0,trapped:b.open,onMountAutoFocus:N=>{N.preventDefault()},onUnmountAutoFocus:ie(o,N=>{var M;(M=b.trigger)==null||M.focus({preventScroll:!0}),N.preventDefault()}),children:u.jsx(kr,{asChild:!0,disableOutsidePointerEvents:!0,onEscapeKeyDown:s,onPointerDownOutside:i,onFocusOutside:N=>N.preventDefault(),onDismiss:()=>b.onOpenChange(!1),children:u.jsx(B,{role:"listbox",id:b.contentId,"data-state":b.open?"open":"closed",dir:b.dir,onContextMenu:N=>N.preventDefault(),...y,...X,onPlaced:()=>O(!0),ref:E,style:{display:"flex",flexDirection:"column",outline:"none",...y.style},onKeyDown:ie(y.onKeyDown,N=>{const M=N.ctrlKey||N.altKey||N.metaKey;if(N.key==="Tab"&&N.preventDefault(),!M&&N.key.length===1&&J(N.key),["ArrowUp","ArrowDown","Home","End"].includes(N.key)){let Z=F().filter(se=>!se.disabled).map(se=>se.ref.current);if(["ArrowUp","End"].includes(N.key)&&(Z=Z.slice().reverse()),["ArrowUp","ArrowDown"].includes(N.key)){const se=N.target,ae=Z.indexOf(se);Z=Z.slice(ae+1)}setTimeout(()=>q(Z)),N.preventDefault()}})})})})})})});Dm.displayName=oE;var iE="SelectItemAlignedPosition",Lm=h.forwardRef((e,t)=>{const{__scopeSelect:n,onPlaced:r,...o}=e,s=qn(mr,n),i=Gn(mr,n),[a,l]=h.useState(null),[c,d]=h.useState(null),p=De(t,E=>d(E)),m=ci(n),f=h.useRef(!1),v=h.useRef(!0),{viewport:g,selectedItem:x,selectedItemText:y,focusSelectedItem:b}=i,C=h.useCallback(()=>{if(s.trigger&&s.valueNode&&a&&c&&g&&x&&y){const E=s.trigger.getBoundingClientRect(),P=c.getBoundingClientRect(),_=s.valueNode.getBoundingClientRect(),$=y.getBoundingClientRect();if(s.dir!=="rtl"){const se=$.left-P.left,ae=_.left-se,Ce=E.left-ae,we=E.width+Ce,je=Math.max(we,P.width),We=window.innerWidth-mn,Fe=_l(ae,[mn,Math.max(mn,We-je)]);a.style.minWidth=we+"px",a.style.left=Fe+"px"}else{const se=P.right-$.right,ae=window.innerWidth-_.right-se,Ce=window.innerWidth-E.right-ae,we=E.width+Ce,je=Math.max(we,P.width),We=window.innerWidth-mn,Fe=_l(ae,[mn,Math.max(mn,We-je)]);a.style.minWidth=we+"px",a.style.right=Fe+"px"}const L=m(),F=window.innerHeight-mn*2,G=g.scrollHeight,O=window.getComputedStyle(c),K=parseInt(O.borderTopWidth,10),q=parseInt(O.paddingTop,10),H=parseInt(O.borderBottomWidth,10),j=parseInt(O.paddingBottom,10),I=K+q+G+j+H,Y=Math.min(x.offsetHeight*5,I),J=window.getComputedStyle(g),D=parseInt(J.paddingTop,10),V=parseInt(J.paddingBottom,10),R=E.top+E.height/2-mn,B=F-R,X=x.offsetHeight/2,N=x.offsetTop+X,M=K+q+N,U=I-M;if(M<=R){const se=L.length>0&&x===L[L.length-1].ref.current;a.style.bottom="0px";const ae=c.clientHeight-g.offsetTop-g.offsetHeight,Ce=Math.max(B,X+(se?V:0)+ae+H),we=M+Ce;a.style.height=we+"px"}else{const se=L.length>0&&x===L[0].ref.current;a.style.top="0px";const Ce=Math.max(R,K+g.offsetTop+(se?D:0)+X)+U;a.style.height=Ce+"px",g.scrollTop=M-R+g.offsetTop}a.style.margin=`${mn}px 0`,a.style.minHeight=Y+"px",a.style.maxHeight=F+"px",r==null||r(),requestAnimationFrame(()=>f.current=!0)}},[m,s.trigger,s.valueNode,a,c,g,x,y,s.dir,r]);It(()=>C(),[C]);const[k,S]=h.useState();It(()=>{c&&S(window.getComputedStyle(c).zIndex)},[c]);const T=h.useCallback(E=>{E&&v.current===!0&&(C(),b==null||b(),v.current=!1)},[C,b]);return u.jsx(lE,{scope:n,contentWrapper:a,shouldExpandOnScrollRef:f,onScrollButtonChange:T,children:u.jsx("div",{ref:l,style:{display:"flex",flexDirection:"column",position:"fixed",zIndex:k},children:u.jsx(fe.div,{...o,ref:p,style:{boxSizing:"border-box",maxHeight:"100%",...o.style}})})})});Lm.displayName=iE;var aE="SelectPopperPosition",Fl=h.forwardRef((e,t)=>{const{__scopeSelect:n,align:r="start",collisionPadding:o=mn,...s}=e,i=ui(n);return u.jsx(pa,{...i,...s,ref:t,align:r,collisionPadding:o,style:{boxSizing:"border-box",...s.style,"--radix-select-content-transform-origin":"var(--radix-popper-transform-origin)","--radix-select-content-available-width":"var(--radix-popper-available-width)","--radix-select-content-available-height":"var(--radix-popper-available-height)","--radix-select-trigger-width":"var(--radix-popper-anchor-width)","--radix-select-trigger-height":"var(--radix-popper-anchor-height)"}})});Fl.displayName=aE;var[lE,Bl]=Hr(mr,{}),zl="SelectViewport",$m=h.forwardRef((e,t)=>{const{__scopeSelect:n,nonce:r,...o}=e,s=Gn(zl,n),i=Bl(zl,n),a=De(t,s.onViewportChange),l=h.useRef(0);return u.jsxs(u.Fragment,{children:[u.jsx("style",{dangerouslySetInnerHTML:{__html:"[data-radix-select-viewport]{scrollbar-width:none;-ms-overflow-style:none;-webkit-overflow-scrolling:touch;}[data-radix-select-viewport]::-webkit-scrollbar{display:none}"},nonce:r}),u.jsx(li.Slot,{scope:n,children:u.jsx(fe.div,{"data-radix-select-viewport":"",role:"presentation",...o,ref:a,style:{position:"relative",flex:1,overflow:"hidden auto",...o.style},onScroll:ie(o.onScroll,c=>{const d=c.currentTarget,{contentWrapper:p,shouldExpandOnScrollRef:m}=i;if(m!=null&&m.current&&p){const f=Math.abs(l.current-d.scrollTop);if(f>0){const v=window.innerHeight-mn*2,g=parseFloat(p.style.minHeight),x=parseFloat(p.style.height),y=Math.max(g,x);if(y<v){const b=y+f,C=Math.min(v,b),k=b-C;p.style.height=C+"px",p.style.bottom==="0px"&&(d.scrollTop=k>0?k:0,p.style.justifyContent="flex-end")}}}l.current=d.scrollTop})})})]})});$m.displayName=zl;var Fm="SelectGroup",[cE,uE]=Hr(Fm),dE=h.forwardRef((e,t)=>{const{__scopeSelect:n,...r}=e,o=_t();return u.jsx(cE,{scope:n,id:o,children:u.jsx(fe.div,{role:"group","aria-labelledby":o,...r,ref:t})})});dE.displayName=Fm;var Bm="SelectLabel",zm=h.forwardRef((e,t)=>{const{__scopeSelect:n,...r}=e,o=uE(Bm,n);return u.jsx(fe.div,{id:o.id,...r,ref:t})});zm.displayName=Bm;var di="SelectItem",[fE,Hm]=Hr(di),Um=h.forwardRef((e,t)=>{const{__scopeSelect:n,value:r,disabled:o=!1,textValue:s,...i}=e,a=qn(di,n),l=Gn(di,n),c=a.value===r,[d,p]=h.useState(s??""),[m,f]=h.useState(!1),v=De(t,b=>{var C;return(C=l.itemRefCallback)==null?void 0:C.call(l,b,r,o)}),g=_t(),x=h.useRef("touch"),y=()=>{o||(a.onValueChange(r),a.onOpenChange(!1))};if(r==="")throw new Error("A <Select.Item /> must have a value prop that is not an empty string. This is because the Select value can be set to an empty string to clear the selection and show the placeholder.");return u.jsx(fE,{scope:n,value:r,disabled:o,textId:g,isSelected:c,onItemTextChange:h.useCallback(b=>{p(C=>C||((b==null?void 0:b.textContent)??"").trim())},[]),children:u.jsx(li.ItemSlot,{scope:n,value:r,disabled:o,textValue:d,children:u.jsx(fe.div,{role:"option","aria-labelledby":g,"data-highlighted":m?"":void 0,"aria-selected":c&&m,"data-state":c?"checked":"unchecked","aria-disabled":o||void 0,"data-disabled":o?"":void 0,tabIndex:o?void 0:-1,...i,ref:v,onFocus:ie(i.onFocus,()=>f(!0)),onBlur:ie(i.onBlur,()=>f(!1)),onClick:ie(i.onClick,()=>{x.current!=="mouse"&&y()}),onPointerUp:ie(i.onPointerUp,()=>{x.current==="mouse"&&y()}),onPointerDown:ie(i.onPointerDown,b=>{x.current=b.pointerType}),onPointerMove:ie(i.onPointerMove,b=>{var C;x.current=b.pointerType,o?(C=l.onItemLeave)==null||C.call(l):x.current==="mouse"&&b.currentTarget.focus({preventScroll:!0})}),onPointerLeave:ie(i.onPointerLeave,b=>{var C;b.currentTarget===document.activeElement&&((C=l.onItemLeave)==null||C.call(l))}),onKeyDown:ie(i.onKeyDown,b=>{var k;((k=l.searchRef)==null?void 0:k.current)!==""&&b.key===" "||(Jk.includes(b.key)&&y(),b.key===" "&&b.preventDefault())})})})})});Um.displayName=di;var _o="SelectItemText",Wm=h.forwardRef((e,t)=>{const{__scopeSelect:n,className:r,style:o,...s}=e,i=qn(_o,n),a=Gn(_o,n),l=Hm(_o,n),c=tE(_o,n),[d,p]=h.useState(null),m=De(t,y=>p(y),l.onItemTextChange,y=>{var b;return(b=a.itemTextRefCallback)==null?void 0:b.call(a,y,l.value,l.disabled)}),f=d==null?void 0:d.textContent,v=h.useMemo(()=>u.jsx("option",{value:l.value,disabled:l.disabled,children:f},l.value),[l.disabled,l.value,f]),{onNativeOptionAdd:g,onNativeOptionRemove:x}=c;return It(()=>(g(v),()=>x(v)),[g,x,v]),u.jsxs(u.Fragment,{children:[u.jsx(fe.span,{id:l.textId,...s,ref:m}),l.isSelected&&i.valueNode&&!i.valueNodeHasChildren?Kr.createPortal(s.children,i.valueNode):null]})});Wm.displayName=_o;var Vm="SelectItemIndicator",Km=h.forwardRef((e,t)=>{const{__scopeSelect:n,...r}=e;return Hm(Vm,n).isSelected?u.jsx(fe.span,{"aria-hidden":!0,...r,ref:t}):null});Km.displayName=Vm;var Hl="SelectScrollUpButton",qm=h.forwardRef((e,t)=>{const n=Gn(Hl,e.__scopeSelect),r=Bl(Hl,e.__scopeSelect),[o,s]=h.useState(!1),i=De(t,r.onScrollButtonChange);return It(()=>{if(n.viewport&&n.isPositioned){let a=function(){const c=l.scrollTop>0;s(c)};const l=n.viewport;return a(),l.addEventListener("scroll",a),()=>l.removeEventListener("scroll",a)}},[n.viewport,n.isPositioned]),o?u.jsx(Ym,{...e,ref:i,onAutoScroll:()=>{const{viewport:a,selectedItem:l}=n;a&&l&&(a.scrollTop=a.scrollTop-l.offsetHeight)}}):null});qm.displayName=Hl;var Ul="SelectScrollDownButton",Gm=h.forwardRef((e,t)=>{const n=Gn(Ul,e.__scopeSelect),r=Bl(Ul,e.__scopeSelect),[o,s]=h.useState(!1),i=De(t,r.onScrollButtonChange);return It(()=>{if(n.viewport&&n.isPositioned){let a=function(){const c=l.scrollHeight-l.clientHeight,d=Math.ceil(l.scrollTop)<c;s(d)};const l=n.viewport;return a(),l.addEventListener("scroll",a),()=>l.removeEventListener("scroll",a)}},[n.viewport,n.isPositioned]),o?u.jsx(Ym,{...e,ref:i,onAutoScroll:()=>{const{viewport:a,selectedItem:l}=n;a&&l&&(a.scrollTop=a.scrollTop+l.offsetHeight)}}):null});Gm.displayName=Ul;var Ym=h.forwardRef((e,t)=>{const{__scopeSelect:n,onAutoScroll:r,...o}=e,s=Gn("SelectScrollButton",n),i=h.useRef(null),a=ci(n),l=h.useCallback(()=>{i.current!==null&&(window.clearInterval(i.current),i.current=null)},[]);return h.useEffect(()=>()=>l(),[l]),It(()=>{var d;const c=a().find(p=>p.ref.current===document.activeElement);(d=c==null?void 0:c.ref.current)==null||d.scrollIntoView({block:"nearest"})},[a]),u.jsx(fe.div,{"aria-hidden":!0,...o,ref:t,style:{flexShrink:0,...o.style},onPointerDown:ie(o.onPointerDown,()=>{i.current===null&&(i.current=window.setInterval(r,50))}),onPointerMove:ie(o.onPointerMove,()=>{var c;(c=s.onItemLeave)==null||c.call(s),i.current===null&&(i.current=window.setInterval(r,50))}),onPointerLeave:ie(o.onPointerLeave,()=>{l()})})}),pE="SelectSeparator",Xm=h.forwardRef((e,t)=>{const{__scopeSelect:n,...r}=e;return u.jsx(fe.div,{"aria-hidden":!0,...r,ref:t})});Xm.displayName=pE;var Wl="SelectArrow",hE=h.forwardRef((e,t)=>{const{__scopeSelect:n,...r}=e,o=ui(n),s=qn(Wl,n),i=Gn(Wl,n);return s.open&&i.position==="popper"?u.jsx(ha,{...o,...r,ref:t}):null});hE.displayName=Wl;var mE="SelectBubbleInput",Jm=h.forwardRef(({__scopeSelect:e,value:t,...n},r)=>{const o=h.useRef(null),s=De(r,o),i=km(t);return h.useEffect(()=>{const a=o.current;if(!a)return;const l=window.HTMLSelectElement.prototype,d=Object.getOwnPropertyDescriptor(l,"value").set;if(i!==t&&d){const p=new Event("change",{bubbles:!0});d.call(a,t),a.dispatchEvent(p)}},[i,t]),u.jsx(fe.select,{...n,style:{...Em,...n.style},ref:s,defaultValue:t})});Jm.displayName=mE;function Zm(e){return e===""||e===void 0}function Qm(e){const t=pt(e),n=h.useRef(""),r=h.useRef(0),o=h.useCallback(i=>{const a=n.current+i;t(a),function l(c){n.current=c,window.clearTimeout(r.current),c!==""&&(r.current=window.setTimeout(()=>l(""),1e3))}(a)},[t]),s=h.useCallback(()=>{n.current="",window.clearTimeout(r.current)},[]);return h.useEffect(()=>()=>window.clearTimeout(r.current),[]),[n,o,s]}function eg(e,t,n){const o=t.length>1&&Array.from(t).every(c=>c===t[0])?t[0]:t,s=n?e.indexOf(n):-1;let i=gE(e,Math.max(s,0));o.length===1&&(i=i.filter(c=>c!==n));const l=i.find(c=>c.textValue.toLowerCase().startsWith(o.toLowerCase()));return l!==n?l:void 0}function gE(e,t){return e.map((n,r)=>e[(t+r)%e.length])}var xE=Im,tg=Am,vE=jm,wE=_m,bE=Rm,ng=Mm,yE=$m,rg=zm,og=Um,SE=Wm,CE=Km,sg=qm,ig=Gm,ag=Xm;const TE=xE,kE=vE,lg=h.forwardRef(({className:e,children:t,...n},r)=>u.jsxs(tg,{ref:r,className:re("flex h-10 w-full items-center justify-between rounded-md border border-input bg-background px-3 py-2 text-sm ring-offset-background placeholder:text-muted-foreground focus:outline-none focus:ring-2 focus:ring-ring focus:ring-offset-2 disabled:cursor-not-allowed disabled:opacity-50 [&>span]:line-clamp-1",e),...n,children:[t,u.jsx(wE,{asChild:!0,children:u.jsx(ce.ChevronDown,{className:"h-4 w-4 opacity-50"})})]}));lg.displayName=tg.displayName;const cg=h.forwardRef(({className:e,...t},n)=>u.jsx(sg,{ref:n,className:re("flex cursor-default items-center justify-center py-1",e),...t,children:u.jsx(ce.ChevronUp,{className:"h-4 w-4"})}));cg.displayName=sg.displayName;const ug=h.forwardRef(({className:e,...t},n)=>u.jsx(ig,{ref:n,className:re("flex cursor-default items-center justify-center py-1",e),...t,children:u.jsx(ce.ChevronDown,{className:"h-4 w-4"})}));ug.displayName=ig.displayName;const dg=h.forwardRef(({className:e,children:t,position:n="popper",...r},o)=>u.jsx(bE,{children:u.jsxs(ng,{ref:o,className:re("relative z-50 max-h-96 min-w-[8rem] overflow-hidden rounded-md border bg-popover text-popover-foreground shadow-md data-[state=open]:animate-in data-[state=closed]:animate-out data-[state=closed]:fade-out-0 data-[state=open]:fade-in-0 data-[state=closed]:zoom-out-95 data-[state=open]:zoom-in-95 data-[side=bottom]:slide-in-from-top-2 data-[side=left]:slide-in-from-right-2 data-[side=right]:slide-in-from-left-2 data-[side=top]:slide-in-from-bottom-2",n==="popper"&&"data-[side=bottom]:translate-y-1 data-[side=left]:-translate-x-1 data-[side=right]:translate-x-1 data-[side=top]:-translate-y-1",e),position:n,...r,children:[u.jsx(cg,{}),u.jsx(yE,{className:re("p-1",n==="popper"&&"h-[var(--radix-select-trigger-height)] w-full min-w-[var(--radix-select-trigger-width)]"),children:t}),u.jsx(ug,{})]})}));dg.displayName=ng.displayName;const EE=h.forwardRef(({className:e,...t},n)=>u.jsx(rg,{ref:n,className:re("py-1.5 pl-8 pr-2 text-sm font-semibold",e),...t}));EE.displayName=rg.displayName;const fg=h.forwardRef(({className:e,children:t,...n},r)=>u.jsxs(og,{ref:r,className:re("relative flex w-full cursor-default select-none items-center rounded-sm py-1.5 pl-8 pr-2 text-sm outline-none focus:bg-accent focus:text-accent-foreground data-[disabled]:pointer-events-none data-[disabled]:opacity-50",e),...n,children:[u.jsx("span",{className:"absolute left-2 flex h-3.5 w-3.5 items-center justify-center",children:u.jsx(CE,{children:u.jsx(ce.Check,{className:"h-4 w-4"})})}),u.jsx(SE,{children:t})]}));fg.displayName=og.displayName;const IE=h.forwardRef(({className:e,...t},n)=>u.jsx(ag,{ref:n,className:re("-mx-1 my-1 h-px bg-muted",e),...t}));IE.displayName=ag.displayName;var NE="Separator",pg="horizontal",AE=["horizontal","vertical"],hg=h.forwardRef((e,t)=>{const{decorative:n,orientation:r=pg,...o}=e,s=PE(r)?r:pg,a=n?{role:"none"}:{"aria-orientation":s==="vertical"?s:void 0,role:"separator"};return u.jsx(fe.div,{"data-orientation":s,...a,...o,ref:t})});hg.displayName=NE;function PE(e){return AE.includes(e)}var mg=hg;const gg=h.forwardRef(({className:e,orientation:t="horizontal",decorative:n=!0,...r},o)=>u.jsx(mg,{ref:o,decorative:n,orientation:t,className:re("shrink-0 bg-border",t==="horizontal"?"h-[1px] w-full":"h-full w-[1px]",e),...r}));gg.displayName=mg.displayName;var fi="Switch",[jE,BN]=cn(fi),[_E,RE]=jE(fi),xg=h.forwardRef((e,t)=>{const{__scopeSwitch:n,name:r,checked:o,defaultChecked:s,required:i,disabled:a,value:l="on",onCheckedChange:c,form:d,...p}=e,[m,f]=h.useState(null),v=De(t,C=>f(C)),g=h.useRef(!1),x=m?d||!!m.closest("form"):!0,[y,b]=On({prop:o,defaultProp:s??!1,onChange:c,caller:fi});return u.jsxs(_E,{scope:n,checked:y,disabled:a,children:[u.jsx(fe.button,{type:"button",role:"switch","aria-checked":y,"aria-required":i,"data-state":yg(y),"data-disabled":a?"":void 0,disabled:a,value:l,...p,ref:v,onClick:ie(e.onClick,C=>{b(k=>!k),x&&(g.current=C.isPropagationStopped(),g.current||C.stopPropagation())})}),x&&u.jsx(bg,{control:m,bubbles:!g.current,name:r,value:l,checked:y,required:i,disabled:a,form:d,style:{transform:"translateX(-100%)"}})]})});xg.displayName=fi;var vg="SwitchThumb",wg=h.forwardRef((e,t)=>{const{__scopeSwitch:n,...r}=e,o=RE(vg,n);return u.jsx(fe.span,{"data-state":yg(o.checked),"data-disabled":o.disabled?"":void 0,...r,ref:t})});wg.displayName=vg;var ME="SwitchBubbleInput",bg=h.forwardRef(({__scopeSwitch:e,control:t,checked:n,bubbles:r=!0,...o},s)=>{const i=h.useRef(null),a=De(i,s),l=km(n),c=jd(t);return h.useEffect(()=>{const d=i.current;if(!d)return;const p=window.HTMLInputElement.prototype,f=Object.getOwnPropertyDescriptor(p,"checked").set;if(l!==n&&f){const v=new Event("click",{bubbles:r});f.call(d,n),d.dispatchEvent(v)}},[l,n,r]),u.jsx("input",{type:"checkbox","aria-hidden":!0,defaultChecked:n,...o,tabIndex:-1,ref:a,style:{...o.style,...c,position:"absolute",pointerEvents:"none",opacity:0,margin:0}})});bg.displayName=ME;function yg(e){return e?"checked":"unchecked"}var Sg=xg,OE=wg;const Cg=h.forwardRef(({className:e,...t},n)=>u.jsx(Sg,{className:re("peer inline-flex h-6 w-11 shrink-0 cursor-pointer items-center rounded-full border-2 border-transparent transition-colors focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring focus-visible:ring-offset-2 focus-visible:ring-offset-background disabled:cursor-not-allowed disabled:opacity-50 data-[state=checked]:bg-primary data-[state=unchecked]:bg-input",e),...t,ref:n,children:u.jsx(OE,{className:re("pointer-events-none block h-5 w-5 rounded-full bg-background shadow-lg ring-0 transition-transform data-[state=checked]:translate-x-5 data-[state=unchecked]:translate-x-0")})}));Cg.displayName=Sg.displayName;const DE=ol,LE=pT,$E=sl,Tg=h.forwardRef(({className:e,...t},n)=>u.jsx(Eo,{className:re("fixed inset-0 z-50 bg-black/80 data-[state=open]:animate-in data-[state=closed]:animate-out data-[state=closed]:fade-out-0 data-[state=open]:fade-in-0",e),...t,ref:n}));Tg.displayName=Eo.displayName;const FE=Vr.cva("fixed z-50 gap-4 bg-background p-6 shadow-lg transition ease-in-out data-[state=open]:animate-in data-[state=closed]:animate-out data-[state=closed]:duration-300 data-[state=open]:duration-500",{variants:{side:{top:"inset-x-0 top-0 border-b data-[state=closed]:slide-out-to-top data-[state=open]:slide-in-from-top",bottom:"inset-x-0 bottom-0 border-t data-[state=closed]:slide-out-to-bottom data-[state=open]:slide-in-from-bottom",left:"inset-y-0 left-0 h-full w-3/4 border-r data-[state=closed]:slide-out-to-left data-[state=open]:slide-in-from-left sm:max-w-sm",right:"inset-y-0 right-0 h-full w-3/4 border-l data-[state=closed]:slide-out-to-right data-[state=open]:slide-in-from-right sm:max-w-sm"}},defaultVariants:{side:"right"}}),kg=h.forwardRef(({side:e="right",className:t,children:n,...r},o)=>u.jsxs($E,{children:[u.jsx(Tg,{}),u.jsxs(Io,{ref:o,className:re(FE({side:e}),t),...r,children:[n,u.jsxs(xh,{className:"absolute right-4 top-4 rounded-sm opacity-70 ring-offset-background transition-opacity hover:opacity-100 focus:outline-none focus:ring-2 focus:ring-ring focus:ring-offset-2 disabled:pointer-events-none data-[state=open]:bg-secondary",children:[u.jsx(ce.X,{className:"h-4 w-4"}),u.jsx("span",{className:"sr-only",children:"Close"})]})]})]}));kg.displayName=Io.displayName;const Eg=({className:e,...t})=>u.jsx("div",{className:re("flex flex-col space-y-2 text-center sm:text-left",e),...t});Eg.displayName="SheetHeader";const Ig=h.forwardRef(({className:e,...t},n)=>u.jsx(ur,{ref:n,className:re("text-lg font-semibold text-foreground",e),...t}));Ig.displayName=ur.displayName;const Ng=h.forwardRef(({className:e,...t},n)=>u.jsx(Hs,{ref:n,className:re("text-sm text-muted-foreground",e),...t}));Ng.displayName=Hs.displayName;var[pi,zN]=cn("Tooltip",[Pr]),hi=Pr(),Ag="TooltipProvider",BE=700,Vl="tooltip.open",[zE,Kl]=pi(Ag),Pg=e=>{const{__scopeTooltip:t,delayDuration:n=BE,skipDelayDuration:r=300,disableHoverableContent:o=!1,children:s}=e,i=h.useRef(!0),a=h.useRef(!1),l=h.useRef(0);return h.useEffect(()=>{const c=l.current;return()=>window.clearTimeout(c)},[]),u.jsx(zE,{scope:t,isOpenDelayedRef:i,delayDuration:n,onOpen:h.useCallback(()=>{window.clearTimeout(l.current),i.current=!1},[]),onClose:h.useCallback(()=>{window.clearTimeout(l.current),l.current=window.setTimeout(()=>i.current=!0,r)},[r]),isPointerInTransitRef:a,onPointerInTransitChange:h.useCallback(c=>{a.current=c},[]),disableHoverableContent:o,children:s})};Pg.displayName=Ag;var Ro="Tooltip",[HE,mi]=pi(Ro),jg=e=>{const{__scopeTooltip:t,children:n,open:r,defaultOpen:o,onOpenChange:s,disableHoverableContent:i,delayDuration:a}=e,l=Kl(Ro,e.__scopeTooltip),c=hi(t),[d,p]=h.useState(null),m=_t(),f=h.useRef(0),v=i??l.disableHoverableContent,g=a??l.delayDuration,x=h.useRef(!1),[y,b]=On({prop:r,defaultProp:o??!1,onChange:E=>{E?(l.onOpen(),document.dispatchEvent(new CustomEvent(Vl))):l.onClose(),s==null||s(E)},caller:Ro}),C=h.useMemo(()=>y?x.current?"delayed-open":"instant-open":"closed",[y]),k=h.useCallback(()=>{window.clearTimeout(f.current),f.current=0,x.current=!1,b(!0)},[b]),S=h.useCallback(()=>{window.clearTimeout(f.current),f.current=0,b(!1)},[b]),T=h.useCallback(()=>{window.clearTimeout(f.current),f.current=window.setTimeout(()=>{x.current=!0,b(!0),f.current=0},g)},[g,b]);return h.useEffect(()=>()=>{f.current&&(window.clearTimeout(f.current),f.current=0)},[]),u.jsx(da,{...c,children:u.jsx(HE,{scope:t,contentId:m,open:y,stateAttribute:C,trigger:d,onTriggerChange:p,onTriggerEnter:h.useCallback(()=>{l.isOpenDelayedRef.current?T():k()},[l.isOpenDelayedRef,T,k]),onTriggerLeave:h.useCallback(()=>{v?S():(window.clearTimeout(f.current),f.current=0)},[S,v]),onOpen:k,onClose:S,disableHoverableContent:v,children:n})})};jg.displayName=Ro;var ql="TooltipTrigger",_g=h.forwardRef((e,t)=>{const{__scopeTooltip:n,...r}=e,o=mi(ql,n),s=Kl(ql,n),i=hi(n),a=h.useRef(null),l=De(t,a,o.onTriggerChange),c=h.useRef(!1),d=h.useRef(!1),p=h.useCallback(()=>c.current=!1,[]);return h.useEffect(()=>()=>document.removeEventListener("pointerup",p),[p]),u.jsx(fa,{asChild:!0,...i,children:u.jsx(fe.button,{"aria-describedby":o.open?o.contentId:void 0,"data-state":o.stateAttribute,...r,ref:l,onPointerMove:ie(e.onPointerMove,m=>{m.pointerType!=="touch"&&!d.current&&!s.isPointerInTransitRef.current&&(o.onTriggerEnter(),d.current=!0)}),onPointerLeave:ie(e.onPointerLeave,()=>{o.onTriggerLeave(),d.current=!1}),onPointerDown:ie(e.onPointerDown,()=>{o.open&&o.onClose(),c.current=!0,document.addEventListener("pointerup",p,{once:!0})}),onFocus:ie(e.onFocus,()=>{c.current||o.onOpen()}),onBlur:ie(e.onBlur,o.onClose),onClick:ie(e.onClick,o.onClose)})})});_g.displayName=ql;var UE="TooltipPortal",[HN,WE]=pi(UE,{forceMount:void 0}),Ur="TooltipContent",Rg=h.forwardRef((e,t)=>{const n=WE(Ur,e.__scopeTooltip),{forceMount:r=n.forceMount,side:o="top",...s}=e,i=mi(Ur,e.__scopeTooltip);return u.jsx(Ut,{present:r||i.open,children:i.disableHoverableContent?u.jsx(Mg,{side:o,...s,ref:t}):u.jsx(VE,{side:o,...s,ref:t})})}),VE=h.forwardRef((e,t)=>{const n=mi(Ur,e.__scopeTooltip),r=Kl(Ur,e.__scopeTooltip),o=h.useRef(null),s=De(t,o),[i,a]=h.useState(null),{trigger:l,onClose:c}=n,d=o.current,{onPointerInTransitChange:p}=r,m=h.useCallback(()=>{a(null),p(!1)},[p]),f=h.useCallback((v,g)=>{const x=v.currentTarget,y={x:v.clientX,y:v.clientY},b=XE(y,x.getBoundingClientRect()),C=JE(y,b),k=ZE(g.getBoundingClientRect()),S=eI([...C,...k]);a(S),p(!0)},[p]);return h.useEffect(()=>()=>m(),[m]),h.useEffect(()=>{if(l&&d){const v=x=>f(x,d),g=x=>f(x,l);return l.addEventListener("pointerleave",v),d.addEventListener("pointerleave",g),()=>{l.removeEventListener("pointerleave",v),d.removeEventListener("pointerleave",g)}}},[l,d,f,m]),h.useEffect(()=>{if(i){const v=g=>{const x=g.target,y={x:g.clientX,y:g.clientY},b=(l==null?void 0:l.contains(x))||(d==null?void 0:d.contains(x)),C=!QE(y,i);b?m():C&&(m(),c())};return document.addEventListener("pointermove",v),()=>document.removeEventListener("pointermove",v)}},[l,d,i,c,m]),u.jsx(Mg,{...e,ref:s})}),[KE,qE]=pi(Ro,{isInside:!1}),GE=Yt.createSlottable("TooltipContent"),Mg=h.forwardRef((e,t)=>{const{__scopeTooltip:n,children:r,"aria-label":o,onEscapeKeyDown:s,onPointerDownOutside:i,...a}=e,l=mi(Ur,n),c=hi(n),{onClose:d}=l;return h.useEffect(()=>(document.addEventListener(Vl,d),()=>document.removeEventListener(Vl,d)),[d]),h.useEffect(()=>{if(l.trigger){const p=m=>{const f=m.target;f!=null&&f.contains(l.trigger)&&d()};return window.addEventListener("scroll",p,{capture:!0}),()=>window.removeEventListener("scroll",p,{capture:!0})}},[l.trigger,d]),u.jsx(kr,{asChild:!0,disableOutsidePointerEvents:!1,onEscapeKeyDown:s,onPointerDownOutside:i,onFocusOutside:p=>p.preventDefault(),onDismiss:d,children:u.jsxs(pa,{"data-state":l.stateAttribute,...c,...a,ref:t,style:{...a.style,"--radix-tooltip-content-transform-origin":"var(--radix-popper-transform-origin)","--radix-tooltip-content-available-width":"var(--radix-popper-available-width)","--radix-tooltip-content-available-height":"var(--radix-popper-available-height)","--radix-tooltip-trigger-width":"var(--radix-popper-anchor-width)","--radix-tooltip-trigger-height":"var(--radix-popper-anchor-height)"},children:[u.jsx(GE,{children:r}),u.jsx(KE,{scope:n,isInside:!0,children:u.jsx(Yk,{id:l.contentId,role:"tooltip",children:o||r})})]})})});Rg.displayName=Ur;var Og="TooltipArrow",YE=h.forwardRef((e,t)=>{const{__scopeTooltip:n,...r}=e,o=hi(n);return qE(Og,n).isInside?null:u.jsx(ha,{...o,...r,ref:t})});YE.displayName=Og;function XE(e,t){const n=Math.abs(t.top-e.y),r=Math.abs(t.bottom-e.y),o=Math.abs(t.right-e.x),s=Math.abs(t.left-e.x);switch(Math.min(n,r,o,s)){case s:return"left";case o:return"right";case n:return"top";case r:return"bottom";default:throw new Error("unreachable")}}function JE(e,t,n=5){const r=[];switch(t){case"top":r.push({x:e.x-n,y:e.y+n},{x:e.x+n,y:e.y+n});break;case"bottom":r.push({x:e.x-n,y:e.y-n},{x:e.x+n,y:e.y-n});break;case"left":r.push({x:e.x+n,y:e.y-n},{x:e.x+n,y:e.y+n});break;case"right":r.push({x:e.x-n,y:e.y-n},{x:e.x-n,y:e.y+n});break}return r}function ZE(e){const{top:t,right:n,bottom:r,left:o}=e;return[{x:o,y:t},{x:n,y:t},{x:n,y:r},{x:o,y:r}]}function QE(e,t){const{x:n,y:r}=e;let o=!1;for(let s=0,i=t.length-1;s<t.length;i=s++){const a=t[s],l=t[i],c=a.x,d=a.y,p=l.x,m=l.y;d>r!=m>r&&n<(p-c)*(r-d)/(m-d)+c&&(o=!o)}return o}function eI(e){const t=e.slice();return t.sort((n,r)=>n.x<r.x?-1:n.x>r.x?1:n.y<r.y?-1:n.y>r.y?1:0),tI(t)}function tI(e){if(e.length<=1)return e.slice();const t=[];for(let r=0;r<e.length;r++){const o=e[r];for(;t.length>=2;){const s=t[t.length-1],i=t[t.length-2];if((s.x-i.x)*(o.y-i.y)>=(s.y-i.y)*(o.x-i.x))t.pop();else break}t.push(o)}t.pop();const n=[];for(let r=e.length-1;r>=0;r--){const o=e[r];for(;n.length>=2;){const s=n[n.length-1],i=n[n.length-2];if((s.x-i.x)*(o.y-i.y)>=(s.y-i.y)*(o.x-i.x))n.pop();else break}n.push(o)}return n.pop(),t.length===1&&n.length===1&&t[0].x===n[0].x&&t[0].y===n[0].y?t:t.concat(n)}var nI=Pg,rI=jg,oI=_g,Dg=Rg;const sI=nI,iI=rI,aI=oI,Lg=h.forwardRef(({className:e,sideOffset:t=4,...n},r)=>u.jsx(Dg,{ref:r,sideOffset:t,className:re("z-50 overflow-hidden rounded-md border bg-popover px-3 py-1.5 text-sm text-popover-foreground shadow-md animate-in fade-in-0 zoom-in-95 data-[state=closed]:animate-out data-[state=closed]:fade-out-0 data-[state=closed]:zoom-out-95 data-[side=bottom]:slide-in-from-top-2 data-[side=left]:slide-in-from-right-2 data-[side=right]:slide-in-from-left-2 data-[side=top]:slide-in-from-bottom-2",e),...n}));Lg.displayName=Dg.displayName;var Gl="ToastProvider",[Yl,lI,cI]=Zo("Toast"),[$g,UN]=cn("Toast",[cI]),[uI,gi]=$g(Gl),Fg=e=>{const{__scopeToast:t,label:n="Notification",duration:r=5e3,swipeDirection:o="right",swipeThreshold:s=50,children:i}=e,[a,l]=h.useState(null),[c,d]=h.useState(0),p=h.useRef(!1),m=h.useRef(!1);return n.trim()||console.error(`Invalid prop \`label\` supplied to \`${Gl}\`. Expected non-empty \`string\`.`),u.jsx(Yl.Provider,{scope:t,children:u.jsx(uI,{scope:t,label:n,duration:r,swipeDirection:o,swipeThreshold:s,toastCount:c,viewport:a,onViewportChange:l,onToastAdd:h.useCallback(()=>d(f=>f+1),[]),onToastRemove:h.useCallback(()=>d(f=>f-1),[]),isFocusedToastEscapeKeyDownRef:p,isClosePausedRef:m,children:i})})};Fg.displayName=Gl;var Bg="ToastViewport",dI=["F8"],Xl="toast.viewportPause",Jl="toast.viewportResume",zg=h.forwardRef((e,t)=>{const{__scopeToast:n,hotkey:r=dI,label:o="Notifications ({hotkey})",...s}=e,i=gi(Bg,n),a=lI(n),l=h.useRef(null),c=h.useRef(null),d=h.useRef(null),p=h.useRef(null),m=De(t,p,i.onViewportChange),f=r.join("+").replace(/Key/g,"").replace(/Digit/g,""),v=i.toastCount>0;h.useEffect(()=>{const x=y=>{var C;r.length!==0&&r.every(k=>y[k]||y.code===k)&&((C=p.current)==null||C.focus())};return document.addEventListener("keydown",x),()=>document.removeEventListener("keydown",x)},[r]),h.useEffect(()=>{const x=l.current,y=p.current;if(v&&x&&y){const b=()=>{if(!i.isClosePausedRef.current){const T=new CustomEvent(Xl);y.dispatchEvent(T),i.isClosePausedRef.current=!0}},C=()=>{if(i.isClosePausedRef.current){const T=new CustomEvent(Jl);y.dispatchEvent(T),i.isClosePausedRef.current=!1}},k=T=>{!x.contains(T.relatedTarget)&&C()},S=()=>{x.contains(document.activeElement)||C()};return x.addEventListener("focusin",b),x.addEventListener("focusout",k),x.addEventListener("pointermove",b),x.addEventListener("pointerleave",S),window.addEventListener("blur",b),window.addEventListener("focus",C),()=>{x.removeEventListener("focusin",b),x.removeEventListener("focusout",k),x.removeEventListener("pointermove",b),x.removeEventListener("pointerleave",S),window.removeEventListener("blur",b),window.removeEventListener("focus",C)}}},[v,i.isClosePausedRef]);const g=h.useCallback(({tabbingDirection:x})=>{const b=a().map(C=>{const k=C.ref.current,S=[k,...TI(k)];return x==="forwards"?S:S.reverse()});return(x==="forwards"?b.reverse():b).flat()},[a]);return h.useEffect(()=>{const x=p.current;if(x){const y=b=>{var S,T,E;const C=b.altKey||b.ctrlKey||b.metaKey;if(b.key==="Tab"&&!C){const P=document.activeElement,_=b.shiftKey;if(b.target===x&&_){(S=c.current)==null||S.focus();return}const F=g({tabbingDirection:_?"backwards":"forwards"}),G=F.findIndex(O=>O===P);ec(F.slice(G+1))?b.preventDefault():_?(T=c.current)==null||T.focus():(E=d.current)==null||E.focus()}};return x.addEventListener("keydown",y),()=>x.removeEventListener("keydown",y)}},[a,g]),u.jsxs(zw,{ref:l,role:"region","aria-label":o.replace("{hotkey}",f),tabIndex:-1,style:{pointerEvents:v?void 0:"none"},children:[v&&u.jsx(Zl,{ref:c,onFocusFromOutsideViewport:()=>{const x=g({tabbingDirection:"forwards"});ec(x)}}),u.jsx(Yl.Slot,{scope:n,children:u.jsx(fe.ol,{tabIndex:-1,...s,ref:m})}),v&&u.jsx(Zl,{ref:d,onFocusFromOutsideViewport:()=>{const x=g({tabbingDirection:"backwards"});ec(x)}})]})});zg.displayName=Bg;var Hg="ToastFocusProxy",Zl=h.forwardRef((e,t)=>{const{__scopeToast:n,onFocusFromOutsideViewport:r,...o}=e,s=gi(Hg,n);return u.jsx(ai,{tabIndex:0,...o,ref:t,style:{position:"fixed"},onFocus:i=>{var c;const a=i.relatedTarget;!((c=s.viewport)!=null&&c.contains(a))&&r()}})});Zl.displayName=Hg;var Mo="Toast",fI="toast.swipeStart",pI="toast.swipeMove",hI="toast.swipeCancel",mI="toast.swipeEnd",Ug=h.forwardRef((e,t)=>{const{forceMount:n,open:r,defaultOpen:o,onOpenChange:s,...i}=e,[a,l]=On({prop:r,defaultProp:o??!0,onChange:s,caller:Mo});return u.jsx(Ut,{present:n||a,children:u.jsx(vI,{open:a,...i,ref:t,onClose:()=>l(!1),onPause:pt(e.onPause),onResume:pt(e.onResume),onSwipeStart:ie(e.onSwipeStart,c=>{c.currentTarget.setAttribute("data-swipe","start")}),onSwipeMove:ie(e.onSwipeMove,c=>{const{x:d,y:p}=c.detail.delta;c.currentTarget.setAttribute("data-swipe","move"),c.currentTarget.style.setProperty("--radix-toast-swipe-move-x",`${d}px`),c.currentTarget.style.setProperty("--radix-toast-swipe-move-y",`${p}px`)}),onSwipeCancel:ie(e.onSwipeCancel,c=>{c.currentTarget.setAttribute("data-swipe","cancel"),c.currentTarget.style.removeProperty("--radix-toast-swipe-move-x"),c.currentTarget.style.removeProperty("--radix-toast-swipe-move-y"),c.currentTarget.style.removeProperty("--radix-toast-swipe-end-x"),c.currentTarget.style.removeProperty("--radix-toast-swipe-end-y")}),onSwipeEnd:ie(e.onSwipeEnd,c=>{const{x:d,y:p}=c.detail.delta;c.currentTarget.setAttribute("data-swipe","end"),c.currentTarget.style.removeProperty("--radix-toast-swipe-move-x"),c.currentTarget.style.removeProperty("--radix-toast-swipe-move-y"),c.currentTarget.style.setProperty("--radix-toast-swipe-end-x",`${d}px`),c.currentTarget.style.setProperty("--radix-toast-swipe-end-y",`${p}px`),l(!1)})})})});Ug.displayName=Mo;var[gI,xI]=$g(Mo,{onClose(){}}),vI=h.forwardRef((e,t)=>{const{__scopeToast:n,type:r="foreground",duration:o,open:s,onClose:i,onEscapeKeyDown:a,onPause:l,onResume:c,onSwipeStart:d,onSwipeMove:p,onSwipeCancel:m,onSwipeEnd:f,...v}=e,g=gi(Mo,n),[x,y]=h.useState(null),b=De(t,O=>y(O)),C=h.useRef(null),k=h.useRef(null),S=o||g.duration,T=h.useRef(0),E=h.useRef(S),P=h.useRef(0),{onToastAdd:_,onToastRemove:$}=g,L=pt(()=>{var K;(x==null?void 0:x.contains(document.activeElement))&&((K=g.viewport)==null||K.focus()),i()}),F=h.useCallback(O=>{!O||O===1/0||(window.clearTimeout(P.current),T.current=new Date().getTime(),P.current=window.setTimeout(L,O))},[L]);h.useEffect(()=>{const O=g.viewport;if(O){const K=()=>{F(E.current),c==null||c()},q=()=>{const H=new Date().getTime()-T.current;E.current=E.current-H,window.clearTimeout(P.current),l==null||l()};return O.addEventListener(Xl,q),O.addEventListener(Jl,K),()=>{O.removeEventListener(Xl,q),O.removeEventListener(Jl,K)}}},[g.viewport,S,l,c,F]),h.useEffect(()=>{s&&!g.isClosePausedRef.current&&F(S)},[s,S,g.isClosePausedRef,F]),h.useEffect(()=>(_(),()=>$()),[_,$]);const G=h.useMemo(()=>x?Xg(x):null,[x]);return g.viewport?u.jsxs(u.Fragment,{children:[G&&u.jsx(wI,{__scopeToast:n,role:"status","aria-live":r==="foreground"?"assertive":"polite",children:G}),u.jsx(gI,{scope:n,onClose:L,children:Kr.createPortal(u.jsx(Yl.ItemSlot,{scope:n,children:u.jsx(Bw,{asChild:!0,onEscapeKeyDown:ie(a,()=>{g.isFocusedToastEscapeKeyDownRef.current||L(),g.isFocusedToastEscapeKeyDownRef.current=!1}),children:u.jsx(fe.li,{tabIndex:0,"data-state":s?"open":"closed","data-swipe-direction":g.swipeDirection,...v,ref:b,style:{userSelect:"none",touchAction:"none",...e.style},onKeyDown:ie(e.onKeyDown,O=>{O.key==="Escape"&&(a==null||a(O.nativeEvent),O.nativeEvent.defaultPrevented||(g.isFocusedToastEscapeKeyDownRef.current=!0,L()))}),onPointerDown:ie(e.onPointerDown,O=>{O.button===0&&(C.current={x:O.clientX,y:O.clientY})}),onPointerMove:ie(e.onPointerMove,O=>{if(!C.current)return;const K=O.clientX-C.current.x,q=O.clientY-C.current.y,H=!!k.current,j=["left","right"].includes(g.swipeDirection),I=["left","up"].includes(g.swipeDirection)?Math.min:Math.max,Y=j?I(0,K):0,J=j?0:I(0,q),D=O.pointerType==="touch"?10:2,V={x:Y,y:J},R={originalEvent:O,delta:V};H?(k.current=V,xi(pI,p,R,{discrete:!1})):Jg(V,g.swipeDirection,D)?(k.current=V,xi(fI,d,R,{discrete:!1}),O.target.setPointerCapture(O.pointerId)):(Math.abs(K)>D||Math.abs(q)>D)&&(C.current=null)}),onPointerUp:ie(e.onPointerUp,O=>{const K=k.current,q=O.target;if(q.hasPointerCapture(O.pointerId)&&q.releasePointerCapture(O.pointerId),k.current=null,C.current=null,K){const H=O.currentTarget,j={originalEvent:O,delta:K};Jg(K,g.swipeDirection,g.swipeThreshold)?xi(mI,f,j,{discrete:!0}):xi(hI,m,j,{discrete:!0}),H.addEventListener("click",I=>I.preventDefault(),{once:!0})}})})})}),g.viewport)})]}):null}),wI=e=>{const{__scopeToast:t,children:n,...r}=e,o=gi(Mo,t),[s,i]=h.useState(!1),[a,l]=h.useState(!1);return SI(()=>i(!0)),h.useEffect(()=>{const c=window.setTimeout(()=>l(!0),1e3);return()=>window.clearTimeout(c)},[]),a?null:u.jsx(ao,{asChild:!0,children:u.jsx(ai,{...r,children:s&&u.jsxs(u.Fragment,{children:[o.label," ",n]})})})},bI="ToastTitle",Wg=h.forwardRef((e,t)=>{const{__scopeToast:n,...r}=e;return u.jsx(fe.div,{...r,ref:t})});Wg.displayName=bI;var yI="ToastDescription",Vg=h.forwardRef((e,t)=>{const{__scopeToast:n,...r}=e;return u.jsx(fe.div,{...r,ref:t})});Vg.displayName=yI;var Kg="ToastAction",qg=h.forwardRef((e,t)=>{const{altText:n,...r}=e;return n.trim()?u.jsx(Yg,{altText:n,asChild:!0,children:u.jsx(Ql,{...r,ref:t})}):(console.error(`Invalid prop \`altText\` supplied to \`${Kg}\`. Expected non-empty \`string\`.`),null)});qg.displayName=Kg;var Gg="ToastClose",Ql=h.forwardRef((e,t)=>{const{__scopeToast:n,...r}=e,o=xI(Gg,n);return u.jsx(Yg,{asChild:!0,children:u.jsx(fe.button,{type:"button",...r,ref:t,onClick:ie(e.onClick,o.onClose)})})});Ql.displayName=Gg;var Yg=h.forwardRef((e,t)=>{const{__scopeToast:n,altText:r,...o}=e;return u.jsx(fe.div,{"data-radix-toast-announce-exclude":"","data-radix-toast-announce-alt":r||void 0,...o,ref:t})});function Xg(e){const t=[];return Array.from(e.childNodes).forEach(r=>{if(r.nodeType===r.TEXT_NODE&&r.textContent&&t.push(r.textContent),CI(r)){const o=r.ariaHidden||r.hidden||r.style.display==="none",s=r.dataset.radixToastAnnounceExclude==="";if(!o)if(s){const i=r.dataset.radixToastAnnounceAlt;i&&t.push(i)}else t.push(...Xg(r))}}),t}function xi(e,t,n,{discrete:r}){const o=n.originalEvent.currentTarget,s=new CustomEvent(e,{bubbles:!0,cancelable:!0,detail:n});t&&o.addEventListener(e,t,{once:!0}),r?Ki(o,s):o.dispatchEvent(s)}var Jg=(e,t,n=0)=>{const r=Math.abs(e.x),o=Math.abs(e.y),s=r>o;return t==="left"||t==="right"?s&&r>n:!s&&o>n};function SI(e=()=>{}){const t=pt(e);It(()=>{let n=0,r=0;return n=window.requestAnimationFrame(()=>r=window.requestAnimationFrame(t)),()=>{window.cancelAnimationFrame(n),window.cancelAnimationFrame(r)}},[t])}function CI(e){return e.nodeType===e.ELEMENT_NODE}function TI(e){const t=[],n=document.createTreeWalker(e,NodeFilter.SHOW_ELEMENT,{acceptNode:r=>{const o=r.tagName==="INPUT"&&r.type==="hidden";return r.disabled||r.hidden||o?NodeFilter.FILTER_SKIP:r.tabIndex>=0?NodeFilter.FILTER_ACCEPT:NodeFilter.FILTER_SKIP}});for(;n.nextNode();)t.push(n.currentNode);return t}function ec(e){const t=document.activeElement;return e.some(n=>n===t?!0:(n.focus(),document.activeElement!==t))}var kI=Fg,Zg=zg,Qg=Ug,ex=Wg,tx=Vg,nx=qg,rx=Ql;const EI=kI,ox=h.forwardRef(({className:e,...t},n)=>u.jsx(Zg,{ref:n,className:re("fixed bottom-0 right-0 z-[100] flex max-h-screen w-full flex-col p-4 md:max-w-[420px]",e),...t}));ox.displayName=Zg.displayName;const II=Vr.cva("group pointer-events-auto relative flex w-full items-center justify-between space-x-4 overflow-hidden rounded-md border p-6 pr-8 shadow-lg transition-all data-[swipe=cancel]:translate-x-0 data-[swipe=end]:translate-x-[var(--radix-toast-swipe-end-x)] data-[swipe=move]:translate-x-[var(--radix-toast-swipe-move-x)] data-[swipe=move]:transition-none data-[state=open]:animate-in data-[state=closed]:animate-out data-[swipe=end]:animate-out data-[state=closed]:fade-out-80 data-[state=closed]:slide-out-to-right-full data-[state=open]:slide-in-from-top-full data-[state=open]:sm:slide-in-from-bottom-full",{variants:{variant:{default:"border bg-background text-foreground",destructive:"destructive group border-destructive bg-destructive text-destructive-foreground"}},defaultVariants:{variant:"default"}}),sx=h.forwardRef(({className:e,variant:t,...n},r)=>u.jsx(Qg,{ref:r,className:re(II({variant:t}),e),...n}));sx.displayName=Qg.displayName;const NI=h.forwardRef(({className:e,...t},n)=>u.jsx(nx,{ref:n,className:re("inline-flex h-8 shrink-0 items-center justify-center rounded-md border bg-transparent px-3 text-sm font-medium ring-offset-background transition-colors hover:bg-secondary focus:outline-none focus:ring-2 focus:ring-ring focus:ring-offset-2 disabled:pointer-events-none disabled:opacity-50 group-[.destructive]:border-muted/40 group-[.destructive]:hover:border-destructive/30 group-[.destructive]:hover:bg-destructive group-[.destructive]:hover:text-destructive-foreground group-[.destructive]:focus:ring-destructive",e),...t}));NI.displayName=nx.displayName;const ix=h.forwardRef(({className:e,...t},n)=>u.jsx(rx,{ref:n,className:re("absolute right-2 top-2 rounded-md p-1 text-foreground/50 opacity-0 transition-opacity hover:text-foreground focus:opacity-100 focus:outline-none focus:ring-2 group-hover:opacity-100 group-[.destructive]:text-red-300 group-[.destructive]:hover:text-red-50 group-[.destructive]:focus:ring-red-400 group-[.destructive]:focus:ring-offset-red-600",e),"toast-close":"",...t,children:u.jsx(ce.X,{className:"h-4 w-4"})}));ix.displayName=rx.displayName;const ax=h.forwardRef(({className:e,...t},n)=>u.jsx(ex,{ref:n,className:re("text-sm font-semibold",e),...t}));ax.displayName=ex.displayName;const lx=h.forwardRef(({className:e,...t},n)=>u.jsx(tx,{ref:n,className:re("text-sm opacity-90",e),...t}));lx.displayName=tx.displayName;function AI(){const{toasts:e}=cl();return u.jsxs(EI,{children:[e.map(function({id:t,title:n,description:r,action:o,...s}){return u.jsxs(sx,{...s,children:[u.jsxs("div",{className:"grid gap-1",children:[n&&u.jsx(ax,{children:n}),r&&u.jsx(lx,{children:r})]}),o,u.jsx(ix,{})]},t)}),u.jsx(ox,{})]})}var PI=(e,t,n,r,o,s,i,a)=>{let l=document.documentElement,c=["light","dark"];function d(f){(Array.isArray(e)?e:[e]).forEach(v=>{let g=v==="class",x=g&&s?o.map(y=>s[y]||y):o;g?(l.classList.remove(...x),l.classList.add(s&&s[f]?s[f]:f)):l.setAttribute(v,f)}),p(f)}function p(f){a&&c.includes(f)&&(l.style.colorScheme=f)}function m(){return window.matchMedia("(prefers-color-scheme: dark)").matches?"dark":"light"}if(r)d(r);else try{let f=localStorage.getItem(t)||n,v=i&&f==="system"?m():f;d(v)}catch{}},jI=h.createContext(void 0),_I={setTheme:e=>{},themes:[]},RI=()=>{var e;return(e=h.useContext(jI))!=null?e:_I};h.memo(({forcedTheme:e,storageKey:t,attribute:n,enableSystem:r,enableColorScheme:o,defaultTheme:s,value:i,themes:a,nonce:l,scriptProps:c})=>{let d=JSON.stringify([n,t,s,e,a,i,r,o]).slice(1,-1);return h.createElement("script",{...c,suppressHydrationWarning:!0,nonce:typeof window>"u"?l:"",dangerouslySetInnerHTML:{__html:`(${PI.toString()})(${d})`}})});var MI=e=>{switch(e){case"success":return LI;case"info":return FI;case"warning":return $I;case"error":return BI;default:return null}},OI=Array(12).fill(0),DI=({visible:e,className:t})=>w.createElement("div",{className:["sonner-loading-wrapper",t].filter(Boolean).join(" "),"data-visible":e},w.createElement("div",{className:"sonner-spinner"},OI.map((n,r)=>w.createElement("div",{className:"sonner-loading-bar",key:`spinner-bar-${r}`})))),LI=w.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 20 20",fill:"currentColor",height:"20",width:"20"},w.createElement("path",{fillRule:"evenodd",d:"M10 18a8 8 0 100-16 8 8 0 000 16zm3.857-9.809a.75.75 0 00-1.214-.882l-3.483 4.79-1.88-1.88a.75.75 0 10-1.06 1.061l2.5 2.5a.75.75 0 001.137-.089l4-5.5z",clipRule:"evenodd"})),$I=w.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",fill:"currentColor",height:"20",width:"20"},w.createElement("path",{fillRule:"evenodd",d:"M9.401 3.003c1.155-2 4.043-2 5.197 0l7.355 12.748c1.154 2-.29 4.5-2.599 4.5H4.645c-2.309 0-3.752-2.5-2.598-4.5L9.4 3.003zM12 8.25a.75.75 0 01.75.75v3.75a.75.75 0 01-1.5 0V9a.75.75 0 01.75-.75zm0 8.25a.75.75 0 100-1.5.75.75 0 000 1.5z",clipRule:"evenodd"})),FI=w.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 20 20",fill:"currentColor",height:"20",width:"20"},w.createElement("path",{fillRule:"evenodd",d:"M18 10a8 8 0 11-16 0 8 8 0 0116 0zm-7-4a1 1 0 11-2 0 1 1 0 012 0zM9 9a.75.75 0 000 1.5h.253a.25.25 0 01.244.304l-.459 2.066A1.75 1.75 0 0010.747 15H11a.75.75 0 000-1.5h-.253a.25.25 0 01-.244-.304l.459-2.066A1.75 1.75 0 009.253 9H9z",clipRule:"evenodd"})),BI=w.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 20 20",fill:"currentColor",height:"20",width:"20"},w.createElement("path",{fillRule:"evenodd",d:"M18 10a8 8 0 11-16 0 8 8 0 0116 0zm-8-5a.75.75 0 01.75.75v4.5a.75.75 0 01-1.5 0v-4.5A.75.75 0 0110 5zm0 10a1 1 0 100-2 1 1 0 000 2z",clipRule:"evenodd"})),zI=w.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:"12",height:"12",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"},w.createElement("line",{x1:"18",y1:"6",x2:"6",y2:"18"}),w.createElement("line",{x1:"6",y1:"6",x2:"18",y2:"18"})),HI=()=>{let[e,t]=w.useState(document.hidden);return w.useEffect(()=>{let n=()=>{t(document.hidden)};return document.addEventListener("visibilitychange",n),()=>window.removeEventListener("visibilitychange",n)},[]),e},tc=1,UI=class{constructor(){this.subscribe=e=>(this.subscribers.push(e),()=>{let t=this.subscribers.indexOf(e);this.subscribers.splice(t,1)}),this.publish=e=>{this.subscribers.forEach(t=>t(e))},this.addToast=e=>{this.publish(e),this.toasts=[...this.toasts,e]},this.create=e=>{var t;let{message:n,...r}=e,o=typeof(e==null?void 0:e.id)=="number"||((t=e.id)==null?void 0:t.length)>0?e.id:tc++,s=this.toasts.find(a=>a.id===o),i=e.dismissible===void 0?!0:e.dismissible;return this.dismissedToasts.has(o)&&this.dismissedToasts.delete(o),s?this.toasts=this.toasts.map(a=>a.id===o?(this.publish({...a,...e,id:o,title:n}),{...a,...e,id:o,dismissible:i,title:n}):a):this.addToast({title:n,...r,dismissible:i,id:o}),o},this.dismiss=e=>(this.dismissedToasts.add(e),e||this.toasts.forEach(t=>{this.subscribers.forEach(n=>n({id:t.id,dismiss:!0}))}),this.subscribers.forEach(t=>t({id:e,dismiss:!0})),e),this.message=(e,t)=>this.create({...t,message:e}),this.error=(e,t)=>this.create({...t,message:e,type:"error"}),this.success=(e,t)=>this.create({...t,type:"success",message:e}),this.info=(e,t)=>this.create({...t,type:"info",message:e}),this.warning=(e,t)=>this.create({...t,type:"warning",message:e}),this.loading=(e,t)=>this.create({...t,type:"loading",message:e}),this.promise=(e,t)=>{if(!t)return;let n;t.loading!==void 0&&(n=this.create({...t,promise:e,type:"loading",message:t.loading,description:typeof t.description!="function"?t.description:void 0}));let r=e instanceof Promise?e:e(),o=n!==void 0,s,i=r.then(async l=>{if(s=["resolve",l],w.isValidElement(l))o=!1,this.create({id:n,type:"default",message:l});else if(VI(l)&&!l.ok){o=!1;let c=typeof t.error=="function"?await t.error(`HTTP error! status: ${l.status}`):t.error,d=typeof t.description=="function"?await t.description(`HTTP error! status: ${l.status}`):t.description;this.create({id:n,type:"error",message:c,description:d})}else if(t.success!==void 0){o=!1;let c=typeof t.success=="function"?await t.success(l):t.success,d=typeof t.description=="function"?await t.description(l):t.description;this.create({id:n,type:"success",message:c,description:d})}}).catch(async l=>{if(s=["reject",l],t.error!==void 0){o=!1;let c=typeof t.error=="function"?await t.error(l):t.error,d=typeof t.description=="function"?await t.description(l):t.description;this.create({id:n,type:"error",message:c,description:d})}}).finally(()=>{var l;o&&(this.dismiss(n),n=void 0),(l=t.finally)==null||l.call(t)}),a=()=>new Promise((l,c)=>i.then(()=>s[0]==="reject"?c(s[1]):l(s[1])).catch(c));return typeof n!="string"&&typeof n!="number"?{unwrap:a}:Object.assign(n,{unwrap:a})},this.custom=(e,t)=>{let n=(t==null?void 0:t.id)||tc++;return this.create({jsx:e(n),id:n,...t}),n},this.getActiveToasts=()=>this.toasts.filter(e=>!this.dismissedToasts.has(e.id)),this.subscribers=[],this.toasts=[],this.dismissedToasts=new Set}},Kt=new UI,WI=(e,t)=>{let n=(t==null?void 0:t.id)||tc++;return Kt.addToast({title:e,...t,id:n}),n},VI=e=>e&&typeof e=="object"&&"ok"in e&&typeof e.ok=="boolean"&&"status"in e&&typeof e.status=="number",KI=WI,qI=()=>Kt.toasts,GI=()=>Kt.getActiveToasts();Object.assign(KI,{success:Kt.success,info:Kt.info,warning:Kt.warning,error:Kt.error,custom:Kt.custom,message:Kt.message,promise:Kt.promise,dismiss:Kt.dismiss,loading:Kt.loading},{getHistory:qI,getToasts:GI});function YI(e,{insertAt:t}={}){if(typeof document>"u")return;let n=document.head||document.getElementsByTagName("head")[0],r=document.createElement("style");r.type="text/css",t==="top"&&n.firstChild?n.insertBefore(r,n.firstChild):n.appendChild(r),r.styleSheet?r.styleSheet.cssText=e:r.appendChild(document.createTextNode(e))}YI(`:where(html[dir="ltr"]),:where([data-sonner-toaster][dir="ltr"]){--toast-icon-margin-start: -3px;--toast-icon-margin-end: 4px;--toast-svg-margin-start: -1px;--toast-svg-margin-end: 0px;--toast-button-margin-start: auto;--toast-button-margin-end: 0;--toast-close-button-start: 0;--toast-close-button-end: unset;--toast-close-button-transform: translate(-35%, -35%)}:where(html[dir="rtl"]),:where([data-sonner-toaster][dir="rtl"]){--toast-icon-margin-start: 4px;--toast-icon-margin-end: -3px;--toast-svg-margin-start: 0px;--toast-svg-margin-end: -1px;--toast-button-margin-start: 0;--toast-button-margin-end: auto;--toast-close-button-start: unset;--toast-close-button-end: 0;--toast-close-button-transform: translate(35%, -35%)}:where([data-sonner-toaster]){position:fixed;width:var(--width);font-family:ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;--gray1: hsl(0, 0%, 99%);--gray2: hsl(0, 0%, 97.3%);--gray3: hsl(0, 0%, 95.1%);--gray4: hsl(0, 0%, 93%);--gray5: hsl(0, 0%, 90.9%);--gray6: hsl(0, 0%, 88.7%);--gray7: hsl(0, 0%, 85.8%);--gray8: hsl(0, 0%, 78%);--gray9: hsl(0, 0%, 56.1%);--gray10: hsl(0, 0%, 52.3%);--gray11: hsl(0, 0%, 43.5%);--gray12: hsl(0, 0%, 9%);--border-radius: 8px;box-sizing:border-box;padding:0;margin:0;list-style:none;outline:none;z-index:999999999;transition:transform .4s ease}:where([data-sonner-toaster][data-lifted="true"]){transform:translateY(-10px)}@media (hover: none) and (pointer: coarse){:where([data-sonner-toaster][data-lifted="true"]){transform:none}}:where([data-sonner-toaster][data-x-position="right"]){right:var(--offset-right)}:where([data-sonner-toaster][data-x-position="left"]){left:var(--offset-left)}:where([data-sonner-toaster][data-x-position="center"]){left:50%;transform:translate(-50%)}:where([data-sonner-toaster][data-y-position="top"]){top:var(--offset-top)}:where([data-sonner-toaster][data-y-position="bottom"]){bottom:var(--offset-bottom)}:where([data-sonner-toast]){--y: translateY(100%);--lift-amount: calc(var(--lift) * var(--gap));z-index:var(--z-index);position:absolute;opacity:0;transform:var(--y);filter:blur(0);touch-action:none;transition:transform .4s,opacity .4s,height .4s,box-shadow .2s;box-sizing:border-box;outline:none;overflow-wrap:anywhere}:where([data-sonner-toast][data-styled="true"]){padding:16px;background:var(--normal-bg);border:1px solid var(--normal-border);color:var(--normal-text);border-radius:var(--border-radius);box-shadow:0 4px 12px #0000001a;width:var(--width);font-size:13px;display:flex;align-items:center;gap:6px}:where([data-sonner-toast]:focus-visible){box-shadow:0 4px 12px #0000001a,0 0 0 2px #0003}:where([data-sonner-toast][data-y-position="top"]){top:0;--y: translateY(-100%);--lift: 1;--lift-amount: calc(1 * var(--gap))}:where([data-sonner-toast][data-y-position="bottom"]){bottom:0;--y: translateY(100%);--lift: -1;--lift-amount: calc(var(--lift) * var(--gap))}:where([data-sonner-toast]) :where([data-description]){font-weight:400;line-height:1.4;color:inherit}:where([data-sonner-toast]) :where([data-title]){font-weight:500;line-height:1.5;color:inherit}:where([data-sonner-toast]) :where([data-icon]){display:flex;height:16px;width:16px;position:relative;justify-content:flex-start;align-items:center;flex-shrink:0;margin-left:var(--toast-icon-margin-start);margin-right:var(--toast-icon-margin-end)}:where([data-sonner-toast][data-promise="true"]) :where([data-icon])>svg{opacity:0;transform:scale(.8);transform-origin:center;animation:sonner-fade-in .3s ease forwards}:where([data-sonner-toast]) :where([data-icon])>*{flex-shrink:0}:where([data-sonner-toast]) :where([data-icon]) svg{margin-left:var(--toast-svg-margin-start);margin-right:var(--toast-svg-margin-end)}:where([data-sonner-toast]) :where([data-content]){display:flex;flex-direction:column;gap:2px}[data-sonner-toast][data-styled=true] [data-button]{border-radius:4px;padding-left:8px;padding-right:8px;height:24px;font-size:12px;color:var(--normal-bg);background:var(--normal-text);margin-left:var(--toast-button-margin-start);margin-right:var(--toast-button-margin-end);border:none;cursor:pointer;outline:none;display:flex;align-items:center;flex-shrink:0;transition:opacity .4s,box-shadow .2s}:where([data-sonner-toast]) :where([data-button]):focus-visible{box-shadow:0 0 0 2px #0006}:where([data-sonner-toast]) :where([data-button]):first-of-type{margin-left:var(--toast-button-margin-start);margin-right:var(--toast-button-margin-end)}:where([data-sonner-toast]) :where([data-cancel]){color:var(--normal-text);background:rgba(0,0,0,.08)}:where([data-sonner-toast][data-theme="dark"]) :where([data-cancel]){background:rgba(255,255,255,.3)}:where([data-sonner-toast]) :where([data-close-button]){position:absolute;left:var(--toast-close-button-start);right:var(--toast-close-button-end);top:0;height:20px;width:20px;display:flex;justify-content:center;align-items:center;padding:0;color:var(--gray12);border:1px solid var(--gray4);transform:var(--toast-close-button-transform);border-radius:50%;cursor:pointer;z-index:1;transition:opacity .1s,background .2s,border-color .2s}[data-sonner-toast] [data-close-button]{background:var(--gray1)}:where([data-sonner-toast]) :where([data-close-button]):focus-visible{box-shadow:0 4px 12px #0000001a,0 0 0 2px #0003}:where([data-sonner-toast]) :where([data-disabled="true"]){cursor:not-allowed}:where([data-sonner-toast]):hover :where([data-close-button]):hover{background:var(--gray2);border-color:var(--gray5)}:where([data-sonner-toast][data-swiping="true"]):before{content:"";position:absolute;left:-50%;right:-50%;height:100%;z-index:-1}:where([data-sonner-toast][data-y-position="top"][data-swiping="true"]):before{bottom:50%;transform:scaleY(3) translateY(50%)}:where([data-sonner-toast][data-y-position="bottom"][data-swiping="true"]):before{top:50%;transform:scaleY(3) translateY(-50%)}:where([data-sonner-toast][data-swiping="false"][data-removed="true"]):before{content:"";position:absolute;inset:0;transform:scaleY(2)}:where([data-sonner-toast]):after{content:"";position:absolute;left:0;height:calc(var(--gap) + 1px);bottom:100%;width:100%}:where([data-sonner-toast][data-mounted="true"]){--y: translateY(0);opacity:1}:where([data-sonner-toast][data-expanded="false"][data-front="false"]){--scale: var(--toasts-before) * .05 + 1;--y: translateY(calc(var(--lift-amount) * var(--toasts-before))) scale(calc(-1 * var(--scale)));height:var(--front-toast-height)}:where([data-sonner-toast])>*{transition:opacity .4s}:where([data-sonner-toast][data-expanded="false"][data-front="false"][data-styled="true"])>*{opacity:0}:where([data-sonner-toast][data-visible="false"]){opacity:0;pointer-events:none}:where([data-sonner-toast][data-mounted="true"][data-expanded="true"]){--y: translateY(calc(var(--lift) * var(--offset)));height:var(--initial-height)}:where([data-sonner-toast][data-removed="true"][data-front="true"][data-swipe-out="false"]){--y: translateY(calc(var(--lift) * -100%));opacity:0}:where([data-sonner-toast][data-removed="true"][data-front="false"][data-swipe-out="false"][data-expanded="true"]){--y: translateY(calc(var(--lift) * var(--offset) + var(--lift) * -100%));opacity:0}:where([data-sonner-toast][data-removed="true"][data-front="false"][data-swipe-out="false"][data-expanded="false"]){--y: translateY(40%);opacity:0;transition:transform .5s,opacity .2s}:where([data-sonner-toast][data-removed="true"][data-front="false"]):before{height:calc(var(--initial-height) + 20%)}[data-sonner-toast][data-swiping=true]{transform:var(--y) translateY(var(--swipe-amount-y, 0px)) translate(var(--swipe-amount-x, 0px));transition:none}[data-sonner-toast][data-swiped=true]{user-select:none}[data-sonner-toast][data-swipe-out=true][data-y-position=bottom],[data-sonner-toast][data-swipe-out=true][data-y-position=top]{animation-duration:.2s;animation-timing-function:ease-out;animation-fill-mode:forwards}[data-sonner-toast][data-swipe-out=true][data-swipe-direction=left]{animation-name:swipe-out-left}[data-sonner-toast][data-swipe-out=true][data-swipe-direction=right]{animation-name:swipe-out-right}[data-sonner-toast][data-swipe-out=true][data-swipe-direction=up]{animation-name:swipe-out-up}[data-sonner-toast][data-swipe-out=true][data-swipe-direction=down]{animation-name:swipe-out-down}@keyframes swipe-out-left{0%{transform:var(--y) translate(var(--swipe-amount-x));opacity:1}to{transform:var(--y) translate(calc(var(--swipe-amount-x) - 100%));opacity:0}}@keyframes swipe-out-right{0%{transform:var(--y) translate(var(--swipe-amount-x));opacity:1}to{transform:var(--y) translate(calc(var(--swipe-amount-x) + 100%));opacity:0}}@keyframes swipe-out-up{0%{transform:var(--y) translateY(var(--swipe-amount-y));opacity:1}to{transform:var(--y) translateY(calc(var(--swipe-amount-y) - 100%));opacity:0}}@keyframes swipe-out-down{0%{transform:var(--y) translateY(var(--swipe-amount-y));opacity:1}to{transform:var(--y) translateY(calc(var(--swipe-amount-y) + 100%));opacity:0}}@media (max-width: 600px){[data-sonner-toaster]{position:fixed;right:var(--mobile-offset-right);left:var(--mobile-offset-left);width:100%}[data-sonner-toaster][dir=rtl]{left:calc(var(--mobile-offset-left) * -1)}[data-sonner-toaster] [data-sonner-toast]{left:0;right:0;width:calc(100% - var(--mobile-offset-left) * 2)}[data-sonner-toaster][data-x-position=left]{left:var(--mobile-offset-left)}[data-sonner-toaster][data-y-position=bottom]{bottom:var(--mobile-offset-bottom)}[data-sonner-toaster][data-y-position=top]{top:var(--mobile-offset-top)}[data-sonner-toaster][data-x-position=center]{left:var(--mobile-offset-left);right:var(--mobile-offset-right);transform:none}}[data-sonner-toaster][data-theme=light]{--normal-bg: #fff;--normal-border: var(--gray4);--normal-text: var(--gray12);--success-bg: hsl(143, 85%, 96%);--success-border: hsl(145, 92%, 91%);--success-text: hsl(140, 100%, 27%);--info-bg: hsl(208, 100%, 97%);--info-border: hsl(221, 91%, 91%);--info-text: hsl(210, 92%, 45%);--warning-bg: hsl(49, 100%, 97%);--warning-border: hsl(49, 91%, 91%);--warning-text: hsl(31, 92%, 45%);--error-bg: hsl(359, 100%, 97%);--error-border: hsl(359, 100%, 94%);--error-text: hsl(360, 100%, 45%)}[data-sonner-toaster][data-theme=light] [data-sonner-toast][data-invert=true]{--normal-bg: #000;--normal-border: hsl(0, 0%, 20%);--normal-text: var(--gray1)}[data-sonner-toaster][data-theme=dark] [data-sonner-toast][data-invert=true]{--normal-bg: #fff;--normal-border: var(--gray3);--normal-text: var(--gray12)}[data-sonner-toaster][data-theme=dark]{--normal-bg: #000;--normal-bg-hover: hsl(0, 0%, 12%);--normal-border: hsl(0, 0%, 20%);--normal-border-hover: hsl(0, 0%, 25%);--normal-text: var(--gray1);--success-bg: hsl(150, 100%, 6%);--success-border: hsl(147, 100%, 12%);--success-text: hsl(150, 86%, 65%);--info-bg: hsl(215, 100%, 6%);--info-border: hsl(223, 100%, 12%);--info-text: hsl(216, 87%, 65%);--warning-bg: hsl(64, 100%, 6%);--warning-border: hsl(60, 100%, 12%);--warning-text: hsl(46, 87%, 65%);--error-bg: hsl(358, 76%, 10%);--error-border: hsl(357, 89%, 16%);--error-text: hsl(358, 100%, 81%)}[data-sonner-toaster][data-theme=dark] [data-sonner-toast] [data-close-button]{background:var(--normal-bg);border-color:var(--normal-border);color:var(--normal-text)}[data-sonner-toaster][data-theme=dark] [data-sonner-toast] [data-close-button]:hover{background:var(--normal-bg-hover);border-color:var(--normal-border-hover)}[data-rich-colors=true][data-sonner-toast][data-type=success],[data-rich-colors=true][data-sonner-toast][data-type=success] [data-close-button]{background:var(--success-bg);border-color:var(--success-border);color:var(--success-text)}[data-rich-colors=true][data-sonner-toast][data-type=info],[data-rich-colors=true][data-sonner-toast][data-type=info] [data-close-button]{background:var(--info-bg);border-color:var(--info-border);color:var(--info-text)}[data-rich-colors=true][data-sonner-toast][data-type=warning],[data-rich-colors=true][data-sonner-toast][data-type=warning] [data-close-button]{background:var(--warning-bg);border-color:var(--warning-border);color:var(--warning-text)}[data-rich-colors=true][data-sonner-toast][data-type=error],[data-rich-colors=true][data-sonner-toast][data-type=error] [data-close-button]{background:var(--error-bg);border-color:var(--error-border);color:var(--error-text)}.sonner-loading-wrapper{--size: 16px;height:var(--size);width:var(--size);position:absolute;inset:0;z-index:10}.sonner-loading-wrapper[data-visible=false]{transform-origin:center;animation:sonner-fade-out .2s ease forwards}.sonner-spinner{position:relative;top:50%;left:50%;height:var(--size);width:var(--size)}.sonner-loading-bar{animation:sonner-spin 1.2s linear infinite;background:var(--gray11);border-radius:6px;height:8%;left:-10%;position:absolute;top:-3.9%;width:24%}.sonner-loading-bar:nth-child(1){animation-delay:-1.2s;transform:rotate(.0001deg) translate(146%)}.sonner-loading-bar:nth-child(2){animation-delay:-1.1s;transform:rotate(30deg) translate(146%)}.sonner-loading-bar:nth-child(3){animation-delay:-1s;transform:rotate(60deg) translate(146%)}.sonner-loading-bar:nth-child(4){animation-delay:-.9s;transform:rotate(90deg) translate(146%)}.sonner-loading-bar:nth-child(5){animation-delay:-.8s;transform:rotate(120deg) translate(146%)}.sonner-loading-bar:nth-child(6){animation-delay:-.7s;transform:rotate(150deg) translate(146%)}.sonner-loading-bar:nth-child(7){animation-delay:-.6s;transform:rotate(180deg) translate(146%)}.sonner-loading-bar:nth-child(8){animation-delay:-.5s;transform:rotate(210deg) translate(146%)}.sonner-loading-bar:nth-child(9){animation-delay:-.4s;transform:rotate(240deg) translate(146%)}.sonner-loading-bar:nth-child(10){animation-delay:-.3s;transform:rotate(270deg) translate(146%)}.sonner-loading-bar:nth-child(11){animation-delay:-.2s;transform:rotate(300deg) translate(146%)}.sonner-loading-bar:nth-child(12){animation-delay:-.1s;transform:rotate(330deg) translate(146%)}@keyframes sonner-fade-in{0%{opacity:0;transform:scale(.8)}to{opacity:1;transform:scale(1)}}@keyframes sonner-fade-out{0%{opacity:1;transform:scale(1)}to{opacity:0;transform:scale(.8)}}@keyframes sonner-spin{0%{opacity:1}to{opacity:.15}}@media (prefers-reduced-motion){[data-sonner-toast],[data-sonner-toast]>*,.sonner-loading-bar{transition:none!important;animation:none!important}}.sonner-loader{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);transform-origin:center;transition:opacity .2s,transform .2s}.sonner-loader[data-visible=false]{opacity:0;transform:scale(.8) translate(-50%,-50%)}
130
+ dark:bg-background/10 dark:border-border/30 dark:hover:bg-background/20`,children:[y[M]?u.jsx(ce.Loader,{className:"h-4 w-4 animate-spin"}):null,u.jsxs("span",{className:"truncate max-w-[180px]",children:[Z,y[M]?" (processing)":""]})]},M)}return null},[x,E,S,b,C,y,k,v,T]),X=a.trim().length>0||l.length>0||c.length>0||R.length>0;if(!t&&c.length>0&&!p)return K();if(!t&&!X&&!p)return null;if(t){if(!n)return null;if(O&&d){const N=d.value,M=!G,U=$??(()=>{}),Z=L??(()=>{});return u.jsx(gl,{interruptPart:d,payload:N,onApprove:U,onReject:Z,onSelectAlternative:F,disabled:G,isActive:M})}return u.jsx(Uh,{message:e,viewMode:r,expandable:o,isStreaming:s,toolConfig:_},e.id)}if(!g){const N=u.jsx("div",{className:"space-y-2",children:R.map((M,U)=>v&&GT(M)?J?u.jsx("div",{className:"space-y-2",children:J},`streaming-md-${U}`):null:u.jsx(B,{part:M,i:U},U))});return p?u.jsxs("div",{"aria-busy":"true",role:"status",children:[N,u.jsx($h,{className:P})]}):N}return null}function KT(e){return e?!(Ao(e,/```/g)||Ao(e,/`/g)||Ao(e,/\*\*/g)||Ao(e,/__/g)||Ao(e,/~~/g)||/[^\\]\[[^\]]*$/.test(e)||/\[[^\]]*\]\([^)]*$/.test(e)):!0}function Ao(e,t){const n=e.match(t);return((n==null?void 0:n.length)??0)%2!==0}function qT(e){if(!e)return 0;for(let t=e.length;t>=0;t-=1)if(KT(e.slice(0,t)))return t;return 0}function GT(e){return e.type==="text"&&!!e.__streamingMarkdownAggregate}const YT=Vr.cva("inline-flex items-center rounded-full border px-2.5 py-0.5 text-xs font-semibold transition-colors focus:outline-none focus:ring-2 focus:ring-ring focus:ring-offset-2",{variants:{variant:{default:"border-transparent bg-primary text-primary-foreground hover:bg-primary/80",secondary:"border-transparent bg-secondary text-secondary-foreground hover:bg-secondary/80",destructive:"border-transparent bg-destructive text-destructive-foreground hover:bg-destructive/80",outline:"text-foreground"}},defaultVariants:{variant:"default"}});function Wh({className:e,variant:t,...n}){return u.jsx("div",{className:re(YT({variant:t}),e),...n})}function XT({showTimestamp:e,showAgentName:t,isToolMessage:n,isInterruptMessage:r=!1,iconForeground:o,agentName:s,messageIcon:i,customHeaderClass:a,customActionsClass:l,isCompactLayout:c,showActions:d,isEditing:p,messageRole:m,toolViewMode:f,toolExpandable:v=!1,toolMeta:g,onToggleToolView:x,onCopy:y,onEdit:b,onRegenerate:C,showCheckpointControls:k,attemptCount:S,attemptIndex:T,handleOlderAttemptSelect:E,handleNewerAttemptSelect:P,messageCreatedAt:_,copied:$}){return!e&&!t&&!n&&!r?null:u.jsxs("div",{className:re("flex items-center justify-between mb-2 pb-2 border-b border-current/10",c&&"mb-1 pb-1",o,a),children:[u.jsxs("div",{className:"flex items-center gap-2",children:[i,t&&s&&u.jsx("span",{className:re("font-medium",c?"text-xs":"text-sm"),children:s}),n&&!r&&u.jsxs(Wh,{variant:"outline",className:re("text-xs flex items-center gap-1",o,"border border-current/40",c&&"text-xs h-4",v&&"cursor-pointer select-none"),role:v?"button":void 0,tabIndex:v?0:void 0,"aria-expanded":v?f==="expanded":void 0,onClick:v?x:void 0,onKeyDown:L=>{v&&(L.key==="Enter"||L.key===" ")&&(L.preventDefault(),x())},children:[u.jsx("span",{children:g.name??"Tool Output"}),g.toolCallId&&u.jsx("span",{className:"opacity-70",children:g.toolCallId.slice(0,8)}),v&&(f==="expanded"?u.jsx(ce.ChevronUp,{className:"h-3 w-3"}):u.jsx(ce.ChevronDown,{className:"h-3 w-3"}))]}),r&&u.jsx("span",{className:"text-xs font-semibold uppercase tracking-wide text-muted-foreground",children:g.name??"Interrupt"})]}),u.jsxs("div",{className:"flex items-center gap-2",children:[k&&S>1&&u.jsxs("div",{className:"flex items-center gap-2 text-xs",children:[u.jsx("button",{type:"button",className:re("flex items-center justify-center rounded border px-1.5 py-1 transition-colors",T<S-1?"border-border text-foreground hover:bg-muted/60":"border-border text-muted-foreground cursor-not-allowed"),onClick:()=>{T>=S-1||E()},"aria-label":"Older attempt (back in time)",disabled:T>=S-1,children:u.jsx(ce.ChevronLeft,{className:"h-3 w-3"})}),u.jsx("div",{className:"flex items-center gap-2",children:u.jsxs("span",{className:"whitespace-nowrap",children:[S-T," / ",S]})}),u.jsx("button",{type:"button",className:re("flex items-center justify-center rounded border px-1.5 py-1 transition-colors",T>0?"border-border text-foreground hover:bg-muted/60":"border-border text-muted-foreground cursor-not-allowed"),onClick:()=>{T<=0||P()},"aria-label":"Newer attempt (forward in time)",disabled:T<=0,children:u.jsx(ce.ChevronRight,{className:"h-3 w-3"})})]}),e&&_&&u.jsx("time",{className:re("text-xs opacity-60",o,c&&"text-xs"),dateTime:new Date(_).toISOString(),title:new Date(_).toLocaleString(),children:new Intl.DateTimeFormat(void 0,{hour:"2-digit",minute:"2-digit"}).format(new Date(_))}),d&&!p&&u.jsxs("div",{className:re("opacity-0 group-hover:opacity-100 transition-opacity","flex items-center gap-1",l),children:[u.jsx("div",{className:"relative",children:u.jsx(Je,{variant:"ghost",size:"sm",onClick:y,className:re("h-6 w-6 p-0 hover:bg-foreground/10",o,c&&"h-5 w-5"),"aria-label":"Copy message",title:"Copy message",children:u.jsx(ce.Copy,{className:re($?"text-success":o,c?"h-3 w-3":"h-4 w-4")})})}),m==="user"&&b&&u.jsx(Je,{variant:"ghost",size:"sm",onClick:b,className:re("h-6 w-6 p-0 hover:bg-foreground/10",o,c&&"h-5 w-5"),"aria-label":"Edit message",children:u.jsx(ce.Edit,{className:re(o,c?"h-3 w-3":"h-4 w-4")})}),m==="assistant"&&C&&u.jsx(Je,{variant:"ghost",size:"sm",onClick:C,className:re("h-6 w-6 p-0 hover:bg-foreground/10",o,c&&"h-5 w-5"),"aria-label":"Regenerate response",children:u.jsx(ce.RotateCcw,{className:re(o,c?"h-3 w-3":"h-4 w-4")})})]})]})]})}const ei=w.memo(function({message:t,messageIndex:n,isStreamingMessage:r=!1,isEditing:o=!1,showActions:s=!0,showTimestamp:i=!0,showAgentName:a=!0,layoutSize:l="desktop",truncateUserMessages:c=!0,userMessagePreviewLength:d=500,showToolMessages:p=!0,toolConfig:m,customStyles:f={},streamingDebounceMs:v=300,renderStreamingMarkdown:g=!0,enableStreamingMarkdownBuffer:x,onEdit:y,onRegenerate:b,onCopy:C,getInterruptOptions:k,attemptCount:S=1,attemptIndex:T=0,onSelectCheckpoint:E,attemptMetas:P=[]}){const[_,$]=w.useState(!1),[L,F]=w.useState(!1),{currentThreadId:G}=br(),{respondToInterrupt:O}=no(),[K,q]=w.useState(!1),H=l==="phone"||l==="half-screen",j=t.role,I=j==="interrupt",Y=j==="tool"||I,D=!(t.role==="default_message")&&t.expandable!==void 0?t.expandable!==!1:!0,{toolRenderers:V,toolArtifactRenderers:R,getToolExpandable:B}=m??{},X=w.useMemo(()=>!B||t.role!=="tool"?!1:B(t),[B,t.id,t.role]),[N,M]=w.useState(X?"preview":"expanded");w.useEffect(()=>{M(X?"preview":"expanded")},[X,t.id]);const U=w.useMemo(()=>t.role==="default_message"?t:null,[t]),Z=!!U,se=!(r&&j!=="user"),{uploadingFiles:ae,handleFileClick:Ce,fileViewerOpen:we,currentFileInfo:je,closeFileViewer:We}=Bh({allowFileOpen:se,currentThreadId:G}),Fe=w.useMemo(()=>{switch(j){case"user":return"text-[hsl(var(--chat-bubble-user-text))]";case"assistant":return"text-[hsl(var(--chat-bubble-ai-text))]";case"interrupt":return"text-[hsl(var(--chat-bubble-ai-text))]";case"tool":return"text-secondary-foreground";case"system":return"text-muted-foreground";default:return"text-[hsl(var(--chat-bubble-ai-text))]"}},[j]),Ye=zh(t,U),{contentParts:He,imageParts:vt,fileParts:wt,textContent:dt,toolMeta:Ve,toolRaw:Ae,isToolStreaming:Ke,interruptParts:_e}=Ye,Be=x??v!==0,Qe=w.useMemo(()=>_e.length?_e[0]:null,[_e]),Nt=w.useCallback(async()=>{const Ee=Y?Ae:dt;async function be(Xe){if(navigator.clipboard&&typeof navigator.clipboard.writeText=="function"){await navigator.clipboard.writeText(Xe);return}if(navigator.clipboard&&typeof navigator.clipboard.write=="function"&&typeof ClipboardItem<"u"){const At=new Blob([Xe],{type:"text/plain"});await navigator.clipboard.write([new ClipboardItem({"text/plain":At})]);return}throw new Error("Clipboard API not supported in this context.")}try{await be(Ee),$(!0),setTimeout(()=>$(!1),2e3),C==null||C(Ee)}catch(Xe){console.error("Failed to copy:",Xe)}},[Y,Ae,dt,C]),et=w.useCallback(async(Ee,be)=>{if(!Qe)return;if(!Fi(Qe.id)){console.warn("Interrupt part missing id",Qe);return}q(!0);try{const At=k==null?void 0:k(t);await O(Ee,be,At)}catch(At){console.error("Failed to respond to interrupt:",At)}finally{q(!1)}},[Qe,O]),bt=w.useCallback(()=>et(!0),[et]),mt=w.useCallback(()=>et(!1),[et]),Ct=w.useCallback((Ee,be)=>{if(!be)return;const Xe={alternativeId:be.id??be.label??void 0,alternativeLabel:be.label};et(!0,Xe)},[et]),Tt=w.useCallback(()=>{if(!y||!t.id)return;const Ee=(Y?Ae:dt)??"",be="type"in t&&t.type==="default_message"?void 0:{checkpointId:t.checkpointId??null,checkpointNs:t.checkpointNs??null};y(t.id,Ee,be)},[y,Y,Ae,dt,t]),Dt=w.useCallback(()=>{b==null||b(n)},[b,n]),Pt=w.useCallback(()=>{const be=re(H?"h-3 w-3":"h-4 w-4","opacity-60 flex-shrink-0",Fe);switch(j){case"user":return u.jsx(ce.User,{className:be});case"assistant":return u.jsx(ce.Bot,{className:be});case"tool":return u.jsx(ce.Wrench,{className:be});case"interrupt":return u.jsx(ce.Bot,{className:be});default:return u.jsx(ce.Bot,{className:be})}},[H,Fe,j]),kt=w.useCallback(()=>{const Ee="group relative mb-4 flex w-full";switch(j){case"user":return re(Ee,"justify-end");case"assistant":case"tool":case"system":case"interrupt":return re(Ee,"justify-start");default:return Ee}},[j]),qt=w.useCallback(()=>{const Ee=re("rounded-lg px-4 py-3 relative min-w-0 max-w-full break-words",H&&"px-3 py-2 text-sm");if(Z)return re(Ee,"w-full","bg-[hsl(var(--chat-bubble-ai))] text-[hsl(var(--chat-bubble-ai-text))]","border border-border/60 dark:border-border/40 shadow-sm");switch(j){case"user":return re(Ee,"w-full md:max-w-[95%]","bg-[hsl(var(--chat-bubble-user))] text-[hsl(var(--chat-bubble-user-text))]","border border-transparent");case"assistant":return re(Ee,"w-full md:max-w-[95%]","bg-[hsl(var(--chat-bubble-ai))] text-[hsl(var(--chat-bubble-ai-text))]","border border-border/60 dark:border-border/40");case"tool":case"interrupt":return re(Ee,"w-full md:max-w-[95%] bg-secondary/50 text-secondary-foreground border border-dashed");case"system":return re(Ee,"w-full md:max-w-[85%] bg-accent/40 text-muted-foreground border");default:return re(Ee,"w-full md:max-w-[95%]","bg-[hsl(var(--chat-bubble-ai))] text-[hsl(var(--chat-bubble-ai-text))]","border border-border/60 dark:border-border/40")}},[H,Z,j]),Ue=X&&!I&&D,$e=w.useCallback(()=>{Ue&&M(Ee=>Ee==="expanded"?"preview":"expanded")},[Ue]),ne=I?"expanded":N,he=(p||I)&&D,tt=u.jsx(VT,{message:t,isToolMessage:Y,showToolMessages:he,toolViewMode:ne,toolExpandable:X,toolConfig:{toolRenderers:V,toolArtifactRenderers:R,getToolExpandable:B},isToolStreaming:Ke,contentParts:He,textContent:dt,imageParts:vt,fileParts:wt,isStreamingMessage:r,defaultMessage:U,enableStreamingMarkdownBuffer:Be,renderStreamingMarkdown:g,streamingDebounceMs:v,handleFileClick:Ce,uploadingFiles:ae,messageRole:j,truncateUserMessages:c,userMessagePreviewLength:d,isUserExpanded:L,setIsUserExpanded:F,isCompactLayout:H,iconForeground:Fe,interruptPart:Qe,handleInterruptApprove:bt,handleInterruptReject:mt,handleInterruptAlternative:Ct,disableInterruptActions:K,isInterruptMessage:I}),me=w.useMemo(()=>U?"Assistant":Cu(t),[U,t]),Oe=Pt(),qe=j==="user"&&(S??1)>1&&typeof E=="function",ut=(P==null?void 0:P.length)??0,at=ut>0&&T<ut-1?P[T+1]:void 0,lt=ut>0&&T>0?P[T-1]:void 0,Et=w.useCallback(()=>{!at||!E||E(at.id,void 0,!!at.isLatestAttempt)},[at,E]),ke=w.useCallback(()=>{!lt||!E||E(lt.id,void 0,!!lt.isLatestAttempt)},[lt,E]);return Y&&!p?null:Z&&U?u.jsx("div",{className:re(kt(),f.container),children:u.jsxs("div",{className:re(qt(),f.content),children:[u.jsxs("div",{className:"flex items-center gap-2 mb-2 pb-2 border-b border-current/10",children:[u.jsx(ce.Bot,{className:re("h-4 w-4",Fe)}),a&&u.jsx("span",{className:"font-medium text-sm",children:"Assistant"})]}),u.jsx(fr,{content:U.content,className:"text-current"})]})}):u.jsxs(u.Fragment,{children:[u.jsx("div",{className:re(kt(),f.container),children:u.jsxs("div",{className:re(qt(),f.content),children:[u.jsx(XT,{showTimestamp:i,showAgentName:a,isToolMessage:Y,iconForeground:Fe,agentName:me,messageIcon:Oe,customHeaderClass:f.header,customActionsClass:f.actions,isCompactLayout:H,showActions:s,isEditing:o,messageRole:j,toolViewMode:ne,toolExpandable:X,isInterruptMessage:I,toolMeta:Ve,onToggleToolView:$e,onCopy:Nt,onEdit:Tt,onRegenerate:Dt,showCheckpointControls:qe,attemptCount:S,attemptIndex:T,handleOlderAttemptSelect:Et,handleNewerAttemptSelect:ke,messageCreatedAt:t.createdAt,copied:_}),u.jsx("div",{className:"relative",children:tt}),!(i||a||Y)&&s&&!o&&u.jsxs("div",{className:re("absolute top-2 right-2 opacity-0 group-hover:opacity-100 transition-opacity","flex items-center gap-1",f.actions),children:[u.jsx(Je,{variant:"ghost",size:"sm",onClick:()=>Nt(),className:re("h-6 w-6 p-0 hover:bg-background/50 text-current",H&&"h-5 w-5"),children:u.jsx(ce.Copy,{className:re(_?"text-success":"text-current",H?"h-3 w-3":"h-4 w-4")})}),j==="user"&&y&&u.jsx(Je,{variant:"ghost",size:"sm",onClick:Tt,className:re("h-6 w-6 p-0 hover:bg-background/50 text-current",H&&"h-5 w-5"),children:u.jsx(ce.Edit,{className:re("text-current",H?"h-3 w-3":"h-4 w-4")})}),j==="assistant"&&b&&u.jsx(Je,{variant:"ghost",size:"sm",onClick:Dt,className:re("h-6 w-6 p-0 hover:bg-background/50 text-current",H&&"h-5 w-5"),children:u.jsx(ce.RotateCcw,{className:re("text-current",H?"h-3 w-3":"h-4 w-4")})})]})]})}),je&&u.jsx(bh,{isOpen:we,onClose:We,fileId:je.id,fileName:je.name,mimeType:je.mimeType})]})},(e,t)=>{var l,c,d,p,m,f,v,g;if(t.isStreamingMessage||e.isStreamingMessage||!(e.message.id===t.message.id&&Bi(e.message)===Bi(t.message)))return!1;const o=["isEditing","showActions","layoutSize","showTimestamp","showAgentName","truncateUserMessages","userMessagePreviewLength","showToolMessages","toolConfig"].every(x=>e[x]===t[x]),s=((l=e.customStyles)==null?void 0:l.container)===((c=t.customStyles)==null?void 0:c.container)&&((d=e.customStyles)==null?void 0:d.content)===((p=t.customStyles)==null?void 0:p.content)&&((m=e.customStyles)==null?void 0:m.actions)===((f=t.customStyles)==null?void 0:f.actions)&&((v=e.customStyles)==null?void 0:v.header)===((g=t.customStyles)==null?void 0:g.header);if(!o||!s)return!1;const i=zi(e.message),a=zi(t.message);return i.length===a.length});ei.displayName="MessageComponent";const wl=w.forwardRef(({messages:e,isStreaming:t,streamingAssistantId:n,streamingDebounceMs:r=0,layoutSize:o,enableMessageEditing:s,editingMessageId:i,onStartReached:a,onEdit:l,onRegenerate:c,onCancelEdit:d,className:p,style:m,emptyMessage:f,followNewMessages:v=!0,isNavigatingCheckpoint:g=!1,onScrollAway:x,onAtBottom:y,showToolMessages:b=!0,toolConfig:C,checkpointIndex:k,activeCheckpointId:S,onSelectCheckpoint:T,createSyntheticThinkingMessage:E=!0,forceSyntheticThinking:P=!1,getMessageCustomStyles:_,getInterruptOptions:$},L)=>{const F=w.useRef(null),G=w.useRef(null),O=w.useRef(!1),K=w.useRef(!1),q=e,H=w.useMemo(()=>{const N=n&&q.some(U=>U.id===n);return E&&(t||P)&&!N&&q.length>0?[...q,{id:"thinking-assistant",role:"assistant",content:[{type:"text",text:""}],createdAt:new Date().toISOString(),__syntheticStreaming:!0}]:q},[q,t,n,E,P]),j=w.useMemo(()=>b?H:H.filter(N=>(N==null?void 0:N.role)!=="tool"),[H,b]),I=w.useCallback(N=>{x&&x(!N),y&&y(N)},[x,y]),Y=w.useMemo(()=>{if(a)return async()=>{if(!O.current){O.current=!0;try{await a()}finally{O.current=!1}}}},[a]),J=w.useMemo(()=>!v||g?!1:"auto",[v,g]),D=w.useMemo(()=>{if(typeof f!="string")return null;const N=f.trim();return!N||j&&j.length>0?null:{id:"default-message",role:"default_message",content:N,createdAt:new Date().toISOString()}},[f,j]),V=["flex h-full flex-col md:flex-row",p].filter(Boolean).join(" "),R=()=>{if(D){const N=_==null?void 0:_(D);return u.jsx("div",{className:"p-6 h-full overflow-y-auto",children:u.jsx("div",{className:"w-full max-w-full",children:u.jsx(ei,{message:D,messageIndex:0,isStreamingMessage:!1,showActions:!1,showTimestamp:!1,showAgentName:!0,layoutSize:o,onEdit:()=>{},onRegenerate:()=>{},onCancelEdit:()=>{},customStyles:N,getInterruptOptions:$})})})}return u.jsx("div",{className:"flex h-full items-center justify-center py-8 text-center text-muted-foreground",children:f??"No messages yet. Start a conversation!"})},B=j.length,X=B>0;return w.useEffect(()=>{var N,M;if(B===0){K.current=!1;return}if(!K.current)if(K.current=!0,F.current&&j.length>0){const U=j.length-1;(M=(N=F.current).scrollToIndex)==null||M.call(N,{index:U,align:"end",behavior:"auto"})}else G.current&&(G.current.scrollTop=G.current.scrollHeight)},[B,j.length]),w.useImperativeHandle(L,()=>({scrollToLatest:()=>{var N,M;if(F.current&&j.length>0){const U=j.length-1;(M=(N=F.current).scrollToIndex)==null||M.call(N,{index:U,align:"end",behavior:"auto"})}else G.current&&(G.current.scrollTop=G.current.scrollHeight)},scrollToTop:()=>{var N,M;F.current&&j.length>0?(M=(N=F.current).scrollToIndex)==null||M.call(N,{index:0,align:"start",behavior:"auto"}):G.current&&(G.current.scrollTop=0)}}),[j]),u.jsx("div",{className:V,style:m,children:u.jsx("div",{className:"relative flex-1 min-h-0",children:X?u.jsx(UC,{ref:N=>{F.current=N},scrollerRef:N=>{G.current=N instanceof HTMLDivElement?N:null},data:j,followOutput:J,overscan:200,increaseViewportBy:{top:100,bottom:200},defaultItemHeight:80,atBottomThreshold:50,startReached:()=>{Y&&Y()},atBottomStateChange:I,style:{height:"100%",overscrollBehavior:"contain"},computeItemKey:(N,M)=>xl(M,N),itemContent:(N,M)=>u.jsx(vl,{message:M,index:N,isStreaming:t,streamingAssistantId:n,streamingDebounceMs:r,layoutSize:o,enableMessageEditing:s,editingMessageId:i,onEdit:l,onRegenerate:c,onCancelEdit:d,showToolMessages:b,toolConfig:C,checkpointIndex:k,activeCheckpointId:S,onSelectCheckpoint:T,getMessageCustomStyles:_,getInterruptOptions:$})}):R()})})});wl.displayName="MessageList";const Vh={value:""};function $r({className:e="",placeholder:t="Type your message...",autoFocus:n=!0,maxHeight:r=void 0,streamingDebounceMs:o=500,followNewMessages:s=!0,enableFileUpload:i=!0,enableExcelUpload:a=!1,enableMessageEditing:l=!0,showToolMessages:c=!0,toolConfig:d,toolRenderers:p,toolArtifactRenderers:m,payloadExtras:f={},customStyles:v={},messageCustomStyles:g,onMessageSent:x,onExcelUploadSuccess:y,onError:b,defaultMessage:C}){const{api:k}=eo(),S=k.baseUrl,{currentThreadId:T}=br(),{threadId:E,messages:P,isLoading:_,navigateToCheckpoint:$,returnToLatest:L,checkpoint:F,checkpoints:G,interrupt:O,metadata:K,checkpointIndex:q,respondToInterrupt:H}=no(),{isStreaming:j,error:I,connectionState:Y,submit:J,stop:D}=Wi(),V=E??T??null,R=(F==null?void 0:F.id)??null,B=(F==null?void 0:F.namespace)??null,X=(K==null?void 0:K.assemblingMessageId)??null,N=O,M=N?Fi(N.id):null,U=M!==null?{type:"interrupt",id:M}:null,[Z,se]=w.useState(!1),[ae,Ce]=w.useState(!1);w.useEffect(()=>{N||se(!1)},[N]);const we=w.useCallback(()=>{se(!0)},[]),je=w.useCallback(()=>{se(!1)},[]),We=w.useCallback(Q=>{},[]),Fe=w.useCallback(Q=>Q.name!=="ask_user_choice",[]),Ye=d??{toolRenderers:p,toolArtifactRenderers:m,getToolExpandable:Fe},He=w.useCallback(async(Q,le,xe)=>{try{we(),await H(Q,le,xe)}catch(Ie){console.error("Failed to respond to interrupt:",Ie)}finally{je()}},[je,we,H]),vt=w.useCallback(()=>He(!0),[He]),wt=w.useCallback(()=>He(!1),[He]),dt=w.useCallback((Q,le)=>He(!0,le),[He]),Ve=!!N||Z,[Ae,Ke]=w.useState(null),[_e,Be]=w.useState(""),[Qe,Nt]=w.useState(null),[et,bt]=w.useState(null),[mt,Ct]=w.useState(!1),[Tt,Dt]=w.useState(null),Pt=w.useRef(!1),[kt,qt]=w.useState(()=>Vh.value),Ue=w.useRef(kt),$e=w.useRef(null),ct=w.useCallback(Q=>{Vh.value=Q,qt(Q)},[]),[ne,he]=w.useState(!1),tt=w.useRef(null),me=w.useCallback(Q=>{ct(Q)},[ct]);w.useEffect(()=>{j||Ce(!1)},[j]),w.useEffect(()=>{K!=null&&K.assemblingMessageId&&Ce(!1)},[K==null?void 0:K.assemblingMessageId]);const[Oe,qe]=w.useState("desktop");w.useEffect(()=>{const Q=()=>{const le=window.innerWidth;qe(le<640?"phone":le<1024?"tablet":"desktop")};return Q(),window.addEventListener("resize",Q),()=>window.removeEventListener("resize",Q)},[]),w.useEffect(()=>{Pt.current=!1},[V]),w.useEffect(()=>{Ue.current=kt},[kt]),w.useEffect(()=>{if(!Ae){$e.current=null;return}$e.current===null&&($e.current=Ue.current),ct(_e??"")},[_e,Ae,ct]),w.useEffect(()=>{if(C!==void 0){Dt(C);return}(async()=>{if(!S){Dt(null);return}try{const xe=(await k.getAgent("default")).uiDefaultMessage||"";Dt(xe||null)}catch(le){console.warn("Failed to fetch default message:",le),Dt(null)}})()},[k,S,C]),w.useEffect(()=>{I&&!mt&&(b==null||b(I))},[I,mt,b]);const ut=async(Q,le)=>{const xe=Q.trim();if(!(!xe&&le.length===0))try{const Ie=Ae?(Qe==null?void 0:Qe.checkpointId)??R??void 0:R??void 0,Re=Ae?(Qe==null?void 0:Qe.checkpointNs)??B??void 0:B??void 0;await J({text:xe||"",attachments:le,payload:f},{checkpointId:Ie,checkpointNs:Re,edit:!!Ae,originalMessageId:Ae??void 0}),x==null||x(xe),Ce(!0),ct(""),bt(null),Ke(null),Be(""),Nt(null)}catch(Ie){const Re=(Ie==null?void 0:Ie.message)||"Failed to send message";bt(Re),b==null||b(Re),Ce(!1)}},at=w.useCallback(async Q=>{await J({attachments:[Q],payload:f},{checkpointId:R??void 0,checkpointNs:B??void 0}),y==null||y({file:Q})},[R,B,f,y,J]),lt=w.useCallback((Q,le,xe)=>{l&&($e.current=kt,Ke(Q),Be(le),ct(le),bt(null),Nt({checkpointId:(xe==null?void 0:xe.checkpointId)??null,checkpointNs:(xe==null?void 0:xe.checkpointNs)??null}))},[kt,l,ct]),Et=w.useCallback(()=>{Ke(null),Be(""),Nt(null),bt(null),ct($e.current??kt),$e.current=null},[kt,ct]),ke=w.useCallback((Q,le,xe)=>{lt(Q,le,xe)},[lt]),Ee=w.useCallback(Q=>{let le=null;for(let Te=Q-1;Te>=0;Te--)if(P[Te].role==="user"){le=P[Te];break}if(!le)return;const xe=Array.isArray(le.content)?le.content:[],Re=xe.filter(Te=>(Te==null?void 0:Te.type)==="text").map(Te=>Te.text).join("")||(()=>{try{return JSON.stringify(xe,null,2)}catch{return String(xe)}})();Re&&J({text:Re,payload:f},{checkpointId:R??void 0,checkpointNs:B??void 0,edit:!0,originalMessageId:le.id})},[P,J,R,B,f]),be=w.useCallback(async Q=>{if(T){he(!0);try{if(!Q){await L(),requestAnimationFrame(()=>{var Ie;(Ie=tt.current)==null||Ie.scrollToLatest()});return}const le=G.find(Ie=>Ie.checkpointId===Q),xe=(le==null?void 0:le.checkpointNs)??null;await $(Q,xe),requestAnimationFrame(()=>{var Ie;(Ie=tt.current)==null||Ie.scrollToTop()})}finally{he(!1)}}},[G,T,tt,$,L]),Xe=w.useCallback(async(Q,le,xe)=>{await be(xe?null:Q)},[be]),At=`flex flex-1 w-full flex-col min-h-0 min-w-0 max-h-full overflow-hidden bg-transparent ${e} ${v.container||""}`,A=`flex-1 min-h-0 min-w-0 max-h-full w-full overflow-hidden overscroll-contain break-words break-anywhere p-4 ${N?"pb-32":""} bg-transparent ${v.messagesArea||""}`,ee=`relative flex-shrink-0 w-full border-t p-4 bg-transparent ${v.inputArea||""}`;return u.jsxs("div",{className:At,children:[!!I&&!mt&&u.jsxs("div",{className:"flex-shrink-0 bg-red-50 border border-red-200 text-red-800 px-4 py-2 text-sm flex items-center justify-between",children:[u.jsx("span",{children:I}),u.jsx(Je,{variant:"ghost",size:"sm",onClick:()=>Ct(!0),className:"text-red-800 hover:bg-red-100","aria-label":"Dismiss error",children:u.jsx(ce.X,{size:16})})]}),u.jsxs("div",{className:`relative ${A}`,style:r?{maxHeight:r}:void 0,children:[u.jsx(wl,{ref:tt,className:"h-full",style:{height:"100%"},messages:P,isStreaming:j,streamingAssistantId:X,streamingDebounceMs:o,followNewMessages:s,layoutSize:Oe,enableMessageEditing:l,editingMessageId:Ae,onEdit:ke,onRegenerate:Ee,onCancelEdit:Et,emptyMessage:Tt??void 0,isNavigatingCheckpoint:ne,showToolMessages:c,toolConfig:Ye,checkpointIndex:q,activeCheckpointId:R,onSelectCheckpoint:Xe,createSyntheticThinkingMessage:!0,forceSyntheticThinking:ae,getMessageCustomStyles:g,getInterruptOptions:We}),(Y==="reconnecting"||Y==="connecting")&&u.jsx("div",{className:"pointer-events-none absolute top-3 right-3 z-20 rounded-full bg-muted/80 px-3 py-1 text-xs font-medium text-foreground shadow-sm backdrop-blur-sm dark:bg-muted/60",children:u.jsxs("span",{className:"flex items-center gap-2",children:[u.jsx(ce.Loader2,{className:"h-3 w-3 animate-spin"}),Y==="reconnecting"?"Reconnecting…":"Connecting…"]})}),Y==="error"&&u.jsx("div",{className:"pointer-events-none absolute top-3 right-3 z-20 rounded-full bg-destructive/10 px-3 py-1 text-xs font-semibold text-destructive shadow-sm",children:"Connection lost"}),_&&u.jsxs("div",{className:"absolute inset-0 z-10 flex flex-col items-center justify-center gap-2 bg-background/80 backdrop-blur-sm text-muted-foreground",children:[u.jsx(ce.Loader2,{className:"h-6 w-6 animate-spin"}),u.jsx("span",{className:"text-xs font-semibold uppercase tracking-wide",children:"Loading messages…"})]}),ne&&u.jsxs("div",{className:"absolute inset-0 z-10 flex flex-col items-center justify-center gap-2 bg-background/80 backdrop-blur-sm text-muted-foreground",children:[u.jsx(ce.Loader2,{className:"h-6 w-6 animate-spin"}),u.jsx("span",{className:"text-xs font-semibold uppercase tracking-wide",children:"Loading checkpoint…"})]}),N&&U&&u.jsx("div",{className:"pointer-events-auto absolute inset-x-0 bottom-6 z-30 flex justify-center px-4",children:u.jsx("div",{className:"w-full max-w-3xl",children:u.jsx(gl,{interruptPart:U,onApprove:vt,onReject:wt,onSelectAlternative:dt,disabled:Z,isActive:!0,payload:N.value})})})]}),u.jsxs("div",{className:ee,children:[Ae&&u.jsx("div",{className:"mb-3 p-3 bg-blue-50 border border-blue-200 rounded-lg",children:u.jsxs("div",{className:"flex items-center justify-between",children:[u.jsxs("div",{className:"flex items-center gap-2",children:[u.jsx(ce.Edit3,{size:16,className:"text-blue-600"}),u.jsx("span",{className:"text-sm font-medium text-blue-800",children:"Editing message"})]}),u.jsx(Je,{variant:"ghost",size:"sm",onClick:Et,className:"text-blue-600 hover:bg-blue-100",children:u.jsx(ce.X,{size:16})})]})}),et&&u.jsx("div",{className:"mb-3 text-sm text-red-600 bg-red-50 border border-red-200 rounded px-3 py-2",children:et}),u.jsx(RS,{composerValue:kt,onComposerChange:me,onSend:ut,onCancelEdit:Et,onStop:D,editingMessageId:Ae,editingInitialValue:_e,placeholder:Ae?"Edit your message...":t,isStreaming:j,disabled:Ve,enableFileUpload:i,enableExcelUpload:a,onExcelUpload:at,onError:b,customStyles:v,textareaClassName:v.textarea||"",allowEmptySend:!1,inputError:et})]})]})}var Kh=1,JT=.9,ZT=.8,QT=.17,bl=.1,yl=.999,ek=.9999,tk=.99,nk=/[\\\/_+.#"@\[\(\{&]/,rk=/[\\\/_+.#"@\[\(\{&]/g,ok=/[\s-]/,qh=/[\s-]/g;function Sl(e,t,n,r,o,s,i){if(s===t.length)return o===e.length?Kh:tk;var a=`${o},${s}`;if(i[a]!==void 0)return i[a];for(var l=r.charAt(s),c=n.indexOf(l,o),d=0,p,m,f,v;c>=0;)p=Sl(e,t,n,r,c+1,s+1,i),p>d&&(c===o?p*=Kh:nk.test(e.charAt(c-1))?(p*=ZT,f=e.slice(o,c-1).match(rk),f&&o>0&&(p*=Math.pow(yl,f.length))):ok.test(e.charAt(c-1))?(p*=JT,v=e.slice(o,c-1).match(qh),v&&o>0&&(p*=Math.pow(yl,v.length))):(p*=QT,o>0&&(p*=Math.pow(yl,c-o))),e.charAt(c)!==t.charAt(s)&&(p*=ek)),(p<bl&&n.charAt(c-1)===r.charAt(s+1)||r.charAt(s+1)===r.charAt(s)&&n.charAt(c-1)!==r.charAt(s))&&(m=Sl(e,t,n,r,c+1,s+2,i),m*bl>p&&(p=m*bl)),p>d&&(d=p),c=n.indexOf(l,c+1);return i[a]=d,d}function Gh(e){return e.toLowerCase().replace(qh," ")}function sk(e,t,n){return e=n&&n.length>0?`${e+" "+n.join(" ")}`:e,Sl(e,t,Gh(e),Gh(t),0,0,{})}var Po='[cmdk-group=""]',Cl='[cmdk-group-items=""]',ik='[cmdk-group-heading=""]',Yh='[cmdk-item=""]',Xh=`${Yh}:not([aria-disabled="true"])`,Tl="cmdk-item-select",Fr="data-value",ak=(e,t,n)=>sk(e,t,n),Jh=h.createContext(void 0),jo=()=>h.useContext(Jh),Zh=h.createContext(void 0),kl=()=>h.useContext(Zh),Qh=h.createContext(void 0),em=h.forwardRef((e,t)=>{let n=Br(()=>{var D,V;return{search:"",value:(V=(D=e.value)!=null?D:e.defaultValue)!=null?V:"",selectedItemId:void 0,filtered:{count:0,items:new Map,groups:new Set}}}),r=Br(()=>new Set),o=Br(()=>new Map),s=Br(()=>new Map),i=Br(()=>new Set),a=tm(e),{label:l,children:c,value:d,onValueChange:p,filter:m,shouldFilter:f,loop:v,disablePointerSelection:g=!1,vimBindings:x=!0,...y}=e,b=_t(),C=_t(),k=_t(),S=h.useRef(null),T=vk();pr(()=>{if(d!==void 0){let D=d.trim();n.current.value=D,E.emit()}},[d]),pr(()=>{T(6,G)},[]);let E=h.useMemo(()=>({subscribe:D=>(i.current.add(D),()=>i.current.delete(D)),snapshot:()=>n.current,setState:(D,V,R)=>{var B,X,N,M;if(!Object.is(n.current[D],V)){if(n.current[D]=V,D==="search")F(),$(),T(1,L);else if(D==="value"){if(document.activeElement.hasAttribute("cmdk-input")||document.activeElement.hasAttribute("cmdk-root")){let U=document.getElementById(k);U?U.focus():(B=document.getElementById(b))==null||B.focus()}if(T(7,()=>{var U;n.current.selectedItemId=(U=O())==null?void 0:U.id,E.emit()}),R||T(5,G),((X=a.current)==null?void 0:X.value)!==void 0){let U=V??"";(M=(N=a.current).onValueChange)==null||M.call(N,U);return}}E.emit()}},emit:()=>{i.current.forEach(D=>D())}}),[]),P=h.useMemo(()=>({value:(D,V,R)=>{var B;V!==((B=s.current.get(D))==null?void 0:B.value)&&(s.current.set(D,{value:V,keywords:R}),n.current.filtered.items.set(D,_(V,R)),T(2,()=>{$(),E.emit()}))},item:(D,V)=>(r.current.add(D),V&&(o.current.has(V)?o.current.get(V).add(D):o.current.set(V,new Set([D]))),T(3,()=>{F(),$(),n.current.value||L(),E.emit()}),()=>{s.current.delete(D),r.current.delete(D),n.current.filtered.items.delete(D);let R=O();T(4,()=>{F(),(R==null?void 0:R.getAttribute("id"))===D&&L(),E.emit()})}),group:D=>(o.current.has(D)||o.current.set(D,new Set),()=>{s.current.delete(D),o.current.delete(D)}),filter:()=>a.current.shouldFilter,label:l||e["aria-label"],getDisablePointerSelection:()=>a.current.disablePointerSelection,listId:b,inputId:k,labelId:C,listInnerRef:S}),[]);function _(D,V){var R,B;let X=(B=(R=a.current)==null?void 0:R.filter)!=null?B:ak;return D?X(D,n.current.search,V):0}function $(){if(!n.current.search||a.current.shouldFilter===!1)return;let D=n.current.filtered.items,V=[];n.current.filtered.groups.forEach(B=>{let X=o.current.get(B),N=0;X.forEach(M=>{let U=D.get(M);N=Math.max(U,N)}),V.push([B,N])});let R=S.current;K().sort((B,X)=>{var N,M;let U=B.getAttribute("id"),Z=X.getAttribute("id");return((N=D.get(Z))!=null?N:0)-((M=D.get(U))!=null?M:0)}).forEach(B=>{let X=B.closest(Cl);X?X.appendChild(B.parentElement===X?B:B.closest(`${Cl} > *`)):R.appendChild(B.parentElement===R?B:B.closest(`${Cl} > *`))}),V.sort((B,X)=>X[1]-B[1]).forEach(B=>{var X;let N=(X=S.current)==null?void 0:X.querySelector(`${Po}[${Fr}="${encodeURIComponent(B[0])}"]`);N==null||N.parentElement.appendChild(N)})}function L(){let D=K().find(R=>R.getAttribute("aria-disabled")!=="true"),V=D==null?void 0:D.getAttribute(Fr);E.setState("value",V||void 0)}function F(){var D,V,R,B;if(!n.current.search||a.current.shouldFilter===!1){n.current.filtered.count=r.current.size;return}n.current.filtered.groups=new Set;let X=0;for(let N of r.current){let M=(V=(D=s.current.get(N))==null?void 0:D.value)!=null?V:"",U=(B=(R=s.current.get(N))==null?void 0:R.keywords)!=null?B:[],Z=_(M,U);n.current.filtered.items.set(N,Z),Z>0&&X++}for(let[N,M]of o.current)for(let U of M)if(n.current.filtered.items.get(U)>0){n.current.filtered.groups.add(N);break}n.current.filtered.count=X}function G(){var D,V,R;let B=O();B&&(((D=B.parentElement)==null?void 0:D.firstChild)===B&&((R=(V=B.closest(Po))==null?void 0:V.querySelector(ik))==null||R.scrollIntoView({block:"nearest"})),B.scrollIntoView({block:"nearest"}))}function O(){var D;return(D=S.current)==null?void 0:D.querySelector(`${Yh}[aria-selected="true"]`)}function K(){var D;return Array.from(((D=S.current)==null?void 0:D.querySelectorAll(Xh))||[])}function q(D){let V=K()[D];V&&E.setState("value",V.getAttribute(Fr))}function H(D){var V;let R=O(),B=K(),X=B.findIndex(M=>M===R),N=B[X+D];(V=a.current)!=null&&V.loop&&(N=X+D<0?B[B.length-1]:X+D===B.length?B[0]:B[X+D]),N&&E.setState("value",N.getAttribute(Fr))}function j(D){let V=O(),R=V==null?void 0:V.closest(Po),B;for(;R&&!B;)R=D>0?gk(R,Po):xk(R,Po),B=R==null?void 0:R.querySelector(Xh);B?E.setState("value",B.getAttribute(Fr)):H(D)}let I=()=>q(K().length-1),Y=D=>{D.preventDefault(),D.metaKey?I():D.altKey?j(1):H(1)},J=D=>{D.preventDefault(),D.metaKey?q(0):D.altKey?j(-1):H(-1)};return h.createElement(fe.div,{ref:t,tabIndex:-1,...y,"cmdk-root":"",onKeyDown:D=>{var V;(V=y.onKeyDown)==null||V.call(y,D);let R=D.nativeEvent.isComposing||D.keyCode===229;if(!(D.defaultPrevented||R))switch(D.key){case"n":case"j":{x&&D.ctrlKey&&Y(D);break}case"ArrowDown":{Y(D);break}case"p":case"k":{x&&D.ctrlKey&&J(D);break}case"ArrowUp":{J(D);break}case"Home":{D.preventDefault(),q(0);break}case"End":{D.preventDefault(),I();break}case"Enter":{D.preventDefault();let B=O();if(B){let X=new Event(Tl);B.dispatchEvent(X)}}}}},h.createElement("label",{"cmdk-label":"",htmlFor:P.inputId,id:P.labelId,style:bk},l),ti(e,D=>h.createElement(Zh.Provider,{value:E},h.createElement(Jh.Provider,{value:P},D))))}),lk=h.forwardRef((e,t)=>{var n,r;let o=_t(),s=h.useRef(null),i=h.useContext(Qh),a=jo(),l=tm(e),c=(r=(n=l.current)==null?void 0:n.forceMount)!=null?r:i==null?void 0:i.forceMount;pr(()=>{if(!c)return a.item(o,i==null?void 0:i.id)},[c]);let d=nm(o,s,[e.value,e.children,s],e.keywords),p=kl(),m=Kn(T=>T.value&&T.value===d.current),f=Kn(T=>c||a.filter()===!1?!0:T.search?T.filtered.items.get(o)>0:!0);h.useEffect(()=>{let T=s.current;if(!(!T||e.disabled))return T.addEventListener(Tl,v),()=>T.removeEventListener(Tl,v)},[f,e.onSelect,e.disabled]);function v(){var T,E;g(),(E=(T=l.current).onSelect)==null||E.call(T,d.current)}function g(){p.setState("value",d.current,!0)}if(!f)return null;let{disabled:x,value:y,onSelect:b,forceMount:C,keywords:k,...S}=e;return h.createElement(fe.div,{ref:Mn(s,t),...S,id:o,"cmdk-item":"",role:"option","aria-disabled":!!x,"aria-selected":!!m,"data-disabled":!!x,"data-selected":!!m,onPointerMove:x||a.getDisablePointerSelection()?void 0:g,onClick:x?void 0:v},e.children)}),ck=h.forwardRef((e,t)=>{let{heading:n,children:r,forceMount:o,...s}=e,i=_t(),a=h.useRef(null),l=h.useRef(null),c=_t(),d=jo(),p=Kn(f=>o||d.filter()===!1?!0:f.search?f.filtered.groups.has(i):!0);pr(()=>d.group(i),[]),nm(i,a,[e.value,e.heading,l]);let m=h.useMemo(()=>({id:i,forceMount:o}),[o]);return h.createElement(fe.div,{ref:Mn(a,t),...s,"cmdk-group":"",role:"presentation",hidden:p?void 0:!0},n&&h.createElement("div",{ref:l,"cmdk-group-heading":"","aria-hidden":!0,id:c},n),ti(e,f=>h.createElement("div",{"cmdk-group-items":"",role:"group","aria-labelledby":n?c:void 0},h.createElement(Qh.Provider,{value:m},f))))}),uk=h.forwardRef((e,t)=>{let{alwaysRender:n,...r}=e,o=h.useRef(null),s=Kn(i=>!i.search);return!n&&!s?null:h.createElement(fe.div,{ref:Mn(o,t),...r,"cmdk-separator":"",role:"separator"})}),dk=h.forwardRef((e,t)=>{let{onValueChange:n,...r}=e,o=e.value!=null,s=kl(),i=Kn(c=>c.search),a=Kn(c=>c.selectedItemId),l=jo();return h.useEffect(()=>{e.value!=null&&s.setState("search",e.value)},[e.value]),h.createElement(fe.input,{ref:t,...r,"cmdk-input":"",autoComplete:"off",autoCorrect:"off",spellCheck:!1,"aria-autocomplete":"list",role:"combobox","aria-expanded":!0,"aria-controls":l.listId,"aria-labelledby":l.labelId,"aria-activedescendant":a,id:l.inputId,type:"text",value:o?e.value:i,onChange:c=>{o||s.setState("search",c.target.value),n==null||n(c.target.value)}})}),fk=h.forwardRef((e,t)=>{let{children:n,label:r="Suggestions",...o}=e,s=h.useRef(null),i=h.useRef(null),a=Kn(c=>c.selectedItemId),l=jo();return h.useEffect(()=>{if(i.current&&s.current){let c=i.current,d=s.current,p,m=new ResizeObserver(()=>{p=requestAnimationFrame(()=>{let f=c.offsetHeight;d.style.setProperty("--cmdk-list-height",f.toFixed(1)+"px")})});return m.observe(c),()=>{cancelAnimationFrame(p),m.unobserve(c)}}},[]),h.createElement(fe.div,{ref:Mn(s,t),...o,"cmdk-list":"",role:"listbox",tabIndex:-1,"aria-activedescendant":a,"aria-label":r,id:l.listId},ti(e,c=>h.createElement("div",{ref:Mn(i,l.listInnerRef),"cmdk-list-sizer":""},c)))}),pk=h.forwardRef((e,t)=>{let{open:n,onOpenChange:r,overlayClassName:o,contentClassName:s,container:i,...a}=e;return h.createElement(ol,{open:n,onOpenChange:r},h.createElement(sl,{container:i},h.createElement(Eo,{"cmdk-overlay":"",className:o}),h.createElement(Io,{"aria-label":e.label,"cmdk-dialog":"",className:s},h.createElement(em,{ref:t,...a}))))}),hk=h.forwardRef((e,t)=>Kn(n=>n.filtered.count===0)?h.createElement(fe.div,{ref:t,...e,"cmdk-empty":"",role:"presentation"}):null),mk=h.forwardRef((e,t)=>{let{progress:n,children:r,label:o="Loading...",...s}=e;return h.createElement(fe.div,{ref:t,...s,"cmdk-loading":"",role:"progressbar","aria-valuenow":n,"aria-valuemin":0,"aria-valuemax":100,"aria-label":o},ti(e,i=>h.createElement("div",{"aria-hidden":!0},i)))}),Vt=Object.assign(em,{List:fk,Item:lk,Input:dk,Group:ck,Separator:uk,Dialog:pk,Empty:hk,Loading:mk});function gk(e,t){let n=e.nextElementSibling;for(;n;){if(n.matches(t))return n;n=n.nextElementSibling}}function xk(e,t){let n=e.previousElementSibling;for(;n;){if(n.matches(t))return n;n=n.previousElementSibling}}function tm(e){let t=h.useRef(e);return pr(()=>{t.current=e}),t}var pr=typeof window>"u"?h.useEffect:h.useLayoutEffect;function Br(e){let t=h.useRef();return t.current===void 0&&(t.current=e()),t}function Kn(e){let t=kl(),n=()=>e(t.snapshot());return h.useSyncExternalStore(t.subscribe,n,n)}function nm(e,t,n,r=[]){let o=h.useRef(),s=jo();return pr(()=>{var i;let a=(()=>{var c;for(let d of n){if(typeof d=="string")return d.trim();if(typeof d=="object"&&"current"in d)return d.current?(c=d.current.textContent)==null?void 0:c.trim():o.current}})(),l=r.map(c=>c.trim());s.value(e,a,l),(i=t.current)==null||i.setAttribute(Fr,a),o.current=a}),o}var vk=()=>{let[e,t]=h.useState(),n=Br(()=>new Map);return pr(()=>{n.current.forEach(r=>r()),n.current=new Map},[e]),(r,o)=>{n.current.set(r,o),t({})}};function wk(e){let t=e.type;return typeof t=="function"?t(e.props):"render"in t?t.render(e.props):e}function ti({asChild:e,children:t},n){return e&&h.isValidElement(t)?h.cloneElement(wk(t),{ref:t.ref},n(t.props.children)):n(t)}var bk={position:"absolute",width:"1px",height:"1px",padding:"0",margin:"-1px",overflow:"hidden",clip:"rect(0, 0, 0, 0)",whiteSpace:"nowrap",borderWidth:"0"};const El=h.forwardRef(({className:e,...t},n)=>u.jsx(Vt,{ref:n,className:re("flex h-full w-full flex-col overflow-hidden rounded-md bg-popover text-popover-foreground",e),...t}));El.displayName=Vt.displayName;const Il=h.forwardRef(({className:e,...t},n)=>u.jsxs("div",{className:"flex items-center border-b px-3","cmdk-input-wrapper":"",children:[u.jsx(ce.Search,{className:"mr-2 h-4 w-4 shrink-0 opacity-50"}),u.jsx(Vt.Input,{ref:n,className:re("flex h-11 w-full rounded-md bg-transparent py-3 text-sm outline-none placeholder:text-muted-foreground disabled:cursor-not-allowed disabled:opacity-50",e),...t})]}));Il.displayName=Vt.Input.displayName;const Nl=h.forwardRef(({className:e,...t},n)=>u.jsx(Vt.List,{ref:n,className:re("max-h-[300px] overflow-y-auto overflow-x-hidden",e),...t}));Nl.displayName=Vt.List.displayName;const Al=h.forwardRef((e,t)=>u.jsx(Vt.Empty,{ref:t,className:"py-6 text-center text-sm",...e}));Al.displayName=Vt.Empty.displayName;const Pl=h.forwardRef(({className:e,...t},n)=>u.jsx(Vt.Group,{ref:n,className:re("overflow-hidden p-1 text-foreground [&_[cmdk-group-heading]]:px-2 [&_[cmdk-group-heading]]:py-1.5 [&_[cmdk-group-heading]]:text-xs [&_[cmdk-group-heading]]:font-medium [&_[cmdk-group-heading]]:text-muted-foreground",e),...t}));Pl.displayName=Vt.Group.displayName;const yk=h.forwardRef(({className:e,...t},n)=>u.jsx(Vt.Separator,{ref:n,className:re("-mx-1 h-px bg-border",e),...t}));yk.displayName=Vt.Separator.displayName;const jl=h.forwardRef(({className:e,...t},n)=>u.jsx(Vt.Item,{ref:n,className:re("relative flex cursor-default select-none items-center rounded-sm px-2 py-1.5 text-sm outline-none data-[disabled=true]:pointer-events-none data-[selected='true']:bg-accent data-[selected=true]:text-accent-foreground data-[disabled=true]:opacity-50",e),...t}));jl.displayName=Vt.Item.displayName;function _l(e,[t,n]){return Math.min(n,Math.max(t,e))}function Sk(e,t){return h.useReducer((n,r)=>t[n][r]??n,e)}var Rl="ScrollArea",[rm,$N]=cn(Rl),[Ck,sn]=rm(Rl),om=h.forwardRef((e,t)=>{const{__scopeScrollArea:n,type:r="hover",dir:o,scrollHideDelay:s=600,...i}=e,[a,l]=h.useState(null),[c,d]=h.useState(null),[p,m]=h.useState(null),[f,v]=h.useState(null),[g,x]=h.useState(null),[y,b]=h.useState(0),[C,k]=h.useState(0),[S,T]=h.useState(!1),[E,P]=h.useState(!1),_=De(t,L=>l(L)),$=Qo(o);return u.jsx(Ck,{scope:n,type:r,dir:$,scrollHideDelay:s,scrollArea:a,viewport:c,onViewportChange:d,content:p,onContentChange:m,scrollbarX:f,onScrollbarXChange:v,scrollbarXEnabled:S,onScrollbarXEnabledChange:T,scrollbarY:g,onScrollbarYChange:x,scrollbarYEnabled:E,onScrollbarYEnabledChange:P,onCornerWidthChange:b,onCornerHeightChange:k,children:u.jsx(fe.div,{dir:$,...i,ref:_,style:{position:"relative","--radix-scroll-area-corner-width":y+"px","--radix-scroll-area-corner-height":C+"px",...e.style}})})});om.displayName=Rl;var sm="ScrollAreaViewport",im=h.forwardRef((e,t)=>{const{__scopeScrollArea:n,children:r,nonce:o,...s}=e,i=sn(sm,n),a=h.useRef(null),l=De(t,a,i.onViewportChange);return u.jsxs(u.Fragment,{children:[u.jsx("style",{dangerouslySetInnerHTML:{__html:"[data-radix-scroll-area-viewport]{scrollbar-width:none;-ms-overflow-style:none;-webkit-overflow-scrolling:touch;}[data-radix-scroll-area-viewport]::-webkit-scrollbar{display:none}"},nonce:o}),u.jsx(fe.div,{"data-radix-scroll-area-viewport":"",...s,ref:l,style:{overflowX:i.scrollbarXEnabled?"scroll":"hidden",overflowY:i.scrollbarYEnabled?"scroll":"hidden",...e.style},children:u.jsx("div",{ref:i.onContentChange,style:{minWidth:"100%",display:"table"},children:r})})]})});im.displayName=sm;var In="ScrollAreaScrollbar",Ml=h.forwardRef((e,t)=>{const{forceMount:n,...r}=e,o=sn(In,e.__scopeScrollArea),{onScrollbarXEnabledChange:s,onScrollbarYEnabledChange:i}=o,a=e.orientation==="horizontal";return h.useEffect(()=>(a?s(!0):i(!0),()=>{a?s(!1):i(!1)}),[a,s,i]),o.type==="hover"?u.jsx(Tk,{...r,ref:t,forceMount:n}):o.type==="scroll"?u.jsx(kk,{...r,ref:t,forceMount:n}):o.type==="auto"?u.jsx(am,{...r,ref:t,forceMount:n}):o.type==="always"?u.jsx(Ol,{...r,ref:t}):null});Ml.displayName=In;var Tk=h.forwardRef((e,t)=>{const{forceMount:n,...r}=e,o=sn(In,e.__scopeScrollArea),[s,i]=h.useState(!1);return h.useEffect(()=>{const a=o.scrollArea;let l=0;if(a){const c=()=>{window.clearTimeout(l),i(!0)},d=()=>{l=window.setTimeout(()=>i(!1),o.scrollHideDelay)};return a.addEventListener("pointerenter",c),a.addEventListener("pointerleave",d),()=>{window.clearTimeout(l),a.removeEventListener("pointerenter",c),a.removeEventListener("pointerleave",d)}}},[o.scrollArea,o.scrollHideDelay]),u.jsx(Ut,{present:n||s,children:u.jsx(am,{"data-state":s?"visible":"hidden",...r,ref:t})})}),kk=h.forwardRef((e,t)=>{const{forceMount:n,...r}=e,o=sn(In,e.__scopeScrollArea),s=e.orientation==="horizontal",i=si(()=>l("SCROLL_END"),100),[a,l]=Sk("hidden",{hidden:{SCROLL:"scrolling"},scrolling:{SCROLL_END:"idle",POINTER_ENTER:"interacting"},interacting:{SCROLL:"interacting",POINTER_LEAVE:"idle"},idle:{HIDE:"hidden",SCROLL:"scrolling",POINTER_ENTER:"interacting"}});return h.useEffect(()=>{if(a==="idle"){const c=window.setTimeout(()=>l("HIDE"),o.scrollHideDelay);return()=>window.clearTimeout(c)}},[a,o.scrollHideDelay,l]),h.useEffect(()=>{const c=o.viewport,d=s?"scrollLeft":"scrollTop";if(c){let p=c[d];const m=()=>{const f=c[d];p!==f&&(l("SCROLL"),i()),p=f};return c.addEventListener("scroll",m),()=>c.removeEventListener("scroll",m)}},[o.viewport,s,l,i]),u.jsx(Ut,{present:n||a!=="hidden",children:u.jsx(Ol,{"data-state":a==="hidden"?"hidden":"visible",...r,ref:t,onPointerEnter:ie(e.onPointerEnter,()=>l("POINTER_ENTER")),onPointerLeave:ie(e.onPointerLeave,()=>l("POINTER_LEAVE"))})})}),am=h.forwardRef((e,t)=>{const n=sn(In,e.__scopeScrollArea),{forceMount:r,...o}=e,[s,i]=h.useState(!1),a=e.orientation==="horizontal",l=si(()=>{if(n.viewport){const c=n.viewport.offsetWidth<n.viewport.scrollWidth,d=n.viewport.offsetHeight<n.viewport.scrollHeight;i(a?c:d)}},10);return zr(n.viewport,l),zr(n.content,l),u.jsx(Ut,{present:r||s,children:u.jsx(Ol,{"data-state":s?"visible":"hidden",...o,ref:t})})}),Ol=h.forwardRef((e,t)=>{const{orientation:n="vertical",...r}=e,o=sn(In,e.__scopeScrollArea),s=h.useRef(null),i=h.useRef(0),[a,l]=h.useState({content:0,viewport:0,scrollbar:{size:0,paddingStart:0,paddingEnd:0}}),c=fm(a.viewport,a.content),d={...r,sizes:a,onSizesChange:l,hasThumb:c>0&&c<1,onThumbChange:m=>s.current=m,onThumbPointerUp:()=>i.current=0,onThumbPointerDown:m=>i.current=m};function p(m,f){return jk(m,i.current,a,f)}return n==="horizontal"?u.jsx(Ek,{...d,ref:t,onThumbPositionChange:()=>{if(o.viewport&&s.current){const m=o.viewport.scrollLeft,f=pm(m,a,o.dir);s.current.style.transform=`translate3d(${f}px, 0, 0)`}},onWheelScroll:m=>{o.viewport&&(o.viewport.scrollLeft=m)},onDragScroll:m=>{o.viewport&&(o.viewport.scrollLeft=p(m,o.dir))}}):n==="vertical"?u.jsx(Ik,{...d,ref:t,onThumbPositionChange:()=>{if(o.viewport&&s.current){const m=o.viewport.scrollTop,f=pm(m,a);s.current.style.transform=`translate3d(0, ${f}px, 0)`}},onWheelScroll:m=>{o.viewport&&(o.viewport.scrollTop=m)},onDragScroll:m=>{o.viewport&&(o.viewport.scrollTop=p(m))}}):null}),Ek=h.forwardRef((e,t)=>{const{sizes:n,onSizesChange:r,...o}=e,s=sn(In,e.__scopeScrollArea),[i,a]=h.useState(),l=h.useRef(null),c=De(t,l,s.onScrollbarXChange);return h.useEffect(()=>{l.current&&a(getComputedStyle(l.current))},[l]),u.jsx(cm,{"data-orientation":"horizontal",...o,ref:c,sizes:n,style:{bottom:0,left:s.dir==="rtl"?"var(--radix-scroll-area-corner-width)":0,right:s.dir==="ltr"?"var(--radix-scroll-area-corner-width)":0,"--radix-scroll-area-thumb-width":oi(n)+"px",...e.style},onThumbPointerDown:d=>e.onThumbPointerDown(d.x),onDragScroll:d=>e.onDragScroll(d.x),onWheelScroll:(d,p)=>{if(s.viewport){const m=s.viewport.scrollLeft+d.deltaX;e.onWheelScroll(m),mm(m,p)&&d.preventDefault()}},onResize:()=>{l.current&&s.viewport&&i&&r({content:s.viewport.scrollWidth,viewport:s.viewport.offsetWidth,scrollbar:{size:l.current.clientWidth,paddingStart:ri(i.paddingLeft),paddingEnd:ri(i.paddingRight)}})}})}),Ik=h.forwardRef((e,t)=>{const{sizes:n,onSizesChange:r,...o}=e,s=sn(In,e.__scopeScrollArea),[i,a]=h.useState(),l=h.useRef(null),c=De(t,l,s.onScrollbarYChange);return h.useEffect(()=>{l.current&&a(getComputedStyle(l.current))},[l]),u.jsx(cm,{"data-orientation":"vertical",...o,ref:c,sizes:n,style:{top:0,right:s.dir==="ltr"?0:void 0,left:s.dir==="rtl"?0:void 0,bottom:"var(--radix-scroll-area-corner-height)","--radix-scroll-area-thumb-height":oi(n)+"px",...e.style},onThumbPointerDown:d=>e.onThumbPointerDown(d.y),onDragScroll:d=>e.onDragScroll(d.y),onWheelScroll:(d,p)=>{if(s.viewport){const m=s.viewport.scrollTop+d.deltaY;e.onWheelScroll(m),mm(m,p)&&d.preventDefault()}},onResize:()=>{l.current&&s.viewport&&i&&r({content:s.viewport.scrollHeight,viewport:s.viewport.offsetHeight,scrollbar:{size:l.current.clientHeight,paddingStart:ri(i.paddingTop),paddingEnd:ri(i.paddingBottom)}})}})}),[Nk,lm]=rm(In),cm=h.forwardRef((e,t)=>{const{__scopeScrollArea:n,sizes:r,hasThumb:o,onThumbChange:s,onThumbPointerUp:i,onThumbPointerDown:a,onThumbPositionChange:l,onDragScroll:c,onWheelScroll:d,onResize:p,...m}=e,f=sn(In,n),[v,g]=h.useState(null),x=De(t,_=>g(_)),y=h.useRef(null),b=h.useRef(""),C=f.viewport,k=r.content-r.viewport,S=pt(d),T=pt(l),E=si(p,10);function P(_){if(y.current){const $=_.clientX-y.current.left,L=_.clientY-y.current.top;c({x:$,y:L})}}return h.useEffect(()=>{const _=$=>{const L=$.target;(v==null?void 0:v.contains(L))&&S($,k)};return document.addEventListener("wheel",_,{passive:!1}),()=>document.removeEventListener("wheel",_,{passive:!1})},[C,v,k,S]),h.useEffect(T,[r,T]),zr(v,E),zr(f.content,E),u.jsx(Nk,{scope:n,scrollbar:v,hasThumb:o,onThumbChange:pt(s),onThumbPointerUp:pt(i),onThumbPositionChange:T,onThumbPointerDown:pt(a),children:u.jsx(fe.div,{...m,ref:x,style:{position:"absolute",...m.style},onPointerDown:ie(e.onPointerDown,_=>{_.button===0&&(_.target.setPointerCapture(_.pointerId),y.current=v.getBoundingClientRect(),b.current=document.body.style.webkitUserSelect,document.body.style.webkitUserSelect="none",f.viewport&&(f.viewport.style.scrollBehavior="auto"),P(_))}),onPointerMove:ie(e.onPointerMove,P),onPointerUp:ie(e.onPointerUp,_=>{const $=_.target;$.hasPointerCapture(_.pointerId)&&$.releasePointerCapture(_.pointerId),document.body.style.webkitUserSelect=b.current,f.viewport&&(f.viewport.style.scrollBehavior=""),y.current=null})})})}),ni="ScrollAreaThumb",um=h.forwardRef((e,t)=>{const{forceMount:n,...r}=e,o=lm(ni,e.__scopeScrollArea);return u.jsx(Ut,{present:n||o.hasThumb,children:u.jsx(Ak,{ref:t,...r})})}),Ak=h.forwardRef((e,t)=>{const{__scopeScrollArea:n,style:r,...o}=e,s=sn(ni,n),i=lm(ni,n),{onThumbPositionChange:a}=i,l=De(t,p=>i.onThumbChange(p)),c=h.useRef(void 0),d=si(()=>{c.current&&(c.current(),c.current=void 0)},100);return h.useEffect(()=>{const p=s.viewport;if(p){const m=()=>{if(d(),!c.current){const f=_k(p,a);c.current=f,a()}};return a(),p.addEventListener("scroll",m),()=>p.removeEventListener("scroll",m)}},[s.viewport,d,a]),u.jsx(fe.div,{"data-state":i.hasThumb?"visible":"hidden",...o,ref:l,style:{width:"var(--radix-scroll-area-thumb-width)",height:"var(--radix-scroll-area-thumb-height)",...r},onPointerDownCapture:ie(e.onPointerDownCapture,p=>{const f=p.target.getBoundingClientRect(),v=p.clientX-f.left,g=p.clientY-f.top;i.onThumbPointerDown({x:v,y:g})}),onPointerUp:ie(e.onPointerUp,i.onThumbPointerUp)})});um.displayName=ni;var Dl="ScrollAreaCorner",dm=h.forwardRef((e,t)=>{const n=sn(Dl,e.__scopeScrollArea),r=!!(n.scrollbarX&&n.scrollbarY);return n.type!=="scroll"&&r?u.jsx(Pk,{...e,ref:t}):null});dm.displayName=Dl;var Pk=h.forwardRef((e,t)=>{const{__scopeScrollArea:n,...r}=e,o=sn(Dl,n),[s,i]=h.useState(0),[a,l]=h.useState(0),c=!!(s&&a);return zr(o.scrollbarX,()=>{var p;const d=((p=o.scrollbarX)==null?void 0:p.offsetHeight)||0;o.onCornerHeightChange(d),l(d)}),zr(o.scrollbarY,()=>{var p;const d=((p=o.scrollbarY)==null?void 0:p.offsetWidth)||0;o.onCornerWidthChange(d),i(d)}),c?u.jsx(fe.div,{...r,ref:t,style:{width:s,height:a,position:"absolute",right:o.dir==="ltr"?0:void 0,left:o.dir==="rtl"?0:void 0,bottom:0,...e.style}}):null});function ri(e){return e?parseInt(e,10):0}function fm(e,t){const n=e/t;return isNaN(n)?0:n}function oi(e){const t=fm(e.viewport,e.content),n=e.scrollbar.paddingStart+e.scrollbar.paddingEnd,r=(e.scrollbar.size-n)*t;return Math.max(r,18)}function jk(e,t,n,r="ltr"){const o=oi(n),s=o/2,i=t||s,a=o-i,l=n.scrollbar.paddingStart+i,c=n.scrollbar.size-n.scrollbar.paddingEnd-a,d=n.content-n.viewport,p=r==="ltr"?[0,d]:[d*-1,0];return hm([l,c],p)(e)}function pm(e,t,n="ltr"){const r=oi(t),o=t.scrollbar.paddingStart+t.scrollbar.paddingEnd,s=t.scrollbar.size-o,i=t.content-t.viewport,a=s-r,l=n==="ltr"?[0,i]:[i*-1,0],c=_l(e,l);return hm([0,i],[0,a])(c)}function hm(e,t){return n=>{if(e[0]===e[1]||t[0]===t[1])return t[0];const r=(t[1]-t[0])/(e[1]-e[0]);return t[0]+r*(n-e[0])}}function mm(e,t){return e>0&&e<t}var _k=(e,t=()=>{})=>{let n={left:e.scrollLeft,top:e.scrollTop},r=0;return function o(){const s={left:e.scrollLeft,top:e.scrollTop},i=n.left!==s.left,a=n.top!==s.top;(i||a)&&t(),n=s,r=window.requestAnimationFrame(o)}(),()=>window.cancelAnimationFrame(r)};function si(e,t){const n=pt(e),r=h.useRef(0);return h.useEffect(()=>()=>window.clearTimeout(r.current),[]),h.useCallback(()=>{window.clearTimeout(r.current),r.current=window.setTimeout(n,t)},[n,t])}function zr(e,t){const n=pt(t);It(()=>{let r=0;if(e){const o=new ResizeObserver(()=>{cancelAnimationFrame(r),r=window.requestAnimationFrame(n)});return o.observe(e),()=>{window.cancelAnimationFrame(r),o.unobserve(e)}}},[e,n])}var gm=om,Rk=im,Mk=dm;const Ll=h.forwardRef(({className:e,children:t,...n},r)=>u.jsxs(gm,{ref:r,className:re("relative overflow-hidden",e),...n,children:[u.jsx(Rk,{className:"h-full w-full rounded-[inherit] overflow-auto",children:t}),u.jsx(xm,{}),u.jsx(Mk,{})]}));Ll.displayName=gm.displayName;const xm=h.forwardRef(({className:e,orientation:t="vertical",...n},r)=>u.jsx(Ml,{ref:r,orientation:t,className:re("flex touch-none select-none transition-colors",t==="vertical"&&"h-full w-2.5 border-l border-l-transparent p-[1px]",t==="horizontal"&&"h-2.5 flex-col border-t border-t-transparent p-[1px]",e),...n,children:u.jsx(um,{className:"relative flex-1 rounded-full bg-border"})}));xm.displayName=Ml.displayName;const $l=h.forwardRef(({className:e,type:t,...n},r)=>u.jsx("input",{type:t,className:re("flex h-10 w-full rounded-md border border-input bg-background px-3 py-2 text-base ring-offset-background file:border-0 file:bg-transparent file:text-sm file:font-medium file:text-foreground placeholder:text-muted-foreground focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring focus-visible:ring-offset-2 disabled:cursor-not-allowed disabled:opacity-50 md:text-sm",e),ref:r,...n}));$l.displayName="Input";const Ok="group relative p-3 rounded-lg cursor-pointer transition-colors border text-gray-900 dark:text-slate-100",Dk="bg-slate-700 border-slate-600 hover:bg-slate-600",Lk="bg-slate-600 border-slate-500";function vm({thread:e,isActive:t,editingThreadId:n,editingTitle:r,onSelect:o,onStartEditing:s,onEditingTitleChange:i,onSaveEditing:a,onCancelEditing:l,onShare:c,onDelete:d,showEditTitle:p,showDeleteButton:m,formatDate:f,getDisplayThreadTitle:v,secondaryLine:g,itemClassName:x,activeItemClassName:y}){const b=n===e.threadId,C=t?`${y??Lk}`:`${x??Dk}`,k=S=>{S.stopPropagation(),o(e.threadId)};return u.jsxs("div",{onClick:k,className:`${Ok} ${C}`,children:[u.jsxs("div",{className:"flex items-center justify-between",children:[u.jsx("div",{className:"flex-1 min-w-0",children:b?u.jsxs("div",{className:"flex items-center gap-2",onClick:S=>S.stopPropagation(),children:[u.jsx($l,{value:r,onChange:S=>i(S.target.value),onKeyDown:S=>{S.key==="Enter"?a(e.threadId):S.key==="Escape"&&l()},className:"h-6 text-sm",autoFocus:!0}),u.jsx(Je,{variant:"ghost",size:"sm",onClick:()=>a(e.threadId),className:"h-6 w-6 p-0",children:u.jsx(ce.Check,{size:12})}),u.jsx(Je,{variant:"ghost",size:"sm",onClick:l,className:"h-6 w-6 p-0",children:u.jsx(ce.X,{size:12})})]}):u.jsxs(u.Fragment,{children:[u.jsx("div",{className:"font-medium text-sm truncate text-gray-900 dark:text-slate-100",children:v(e)}),u.jsxs("div",{className:"flex items-center gap-2 text-xs text-gray-500 dark:text-slate-400 mt-1",children:[u.jsx(ce.Calendar,{size:10}),u.jsx("span",{children:f(e.updatedAt||e.createdAt)})]}),g&&u.jsx("div",{className:"text-[11px] text-muted-foreground mt-1",children:g})]})}),u.jsx("div",{className:"flex items-center gap-1 opacity-0 group-hover:opacity-100 transition-opacity ml-2",children:u.jsxs(ks,{children:[u.jsx(Es,{asChild:!0,children:u.jsx(Je,{variant:"ghost",size:"sm",className:"h-6 w-6 p-0",children:u.jsx(ce.MoreHorizontal,{size:12})})}),u.jsxs(mo,{align:"end",sideOffset:6,className:"w-44",children:[u.jsxs(Fn,{onClick:S=>{S.preventDefault(),c(e.threadId)},children:[u.jsx(ce.Share2,{className:"mr-2 h-4 w-4"}),"Share thread"]}),p&&n!==e.threadId&&u.jsxs(Fn,{onClick:S=>{S.preventDefault(),s(e,S)},children:[u.jsx(ce.Edit3,{className:"mr-2 h-4 w-4"}),"Rename"]}),m&&d&&u.jsxs(Fn,{className:"text-red-400 hover:text-red-300",onClick:S=>{S.preventDefault(),d(e.threadId,S)},children:[u.jsx(ce.Trash2,{className:"mr-2 h-4 w-4"}),"Delete"]})]})]})})]}),t&&u.jsx("div",{className:"absolute left-0 top-1/2 -translate-y-1/2 w-1 h-8 bg-blue-400 rounded-r"})]})}const wm=25,bm="thread-manager-view",$k=e=>e==="default"||e==="shared",Fk=()=>{if(typeof window>"u")return null;try{const e=window.localStorage.getItem(bm);if($k(e))return e}catch{}return null};function ym({defaultView:e}={}){const[t,n]=w.useState(()=>Fk()??e??"default");w.useEffect(()=>{if(!(typeof window>"u"))try{window.localStorage.setItem(bm,t)}catch{}},[t]);const r=w.useCallback(o=>{n(o)},[]);return{view:t,setView:r}}const Bk=[{key:"default",label:"My chats"},{key:"shared",label:"Shared with you"}];function ii({className:e="",showCreateButton:t=!0,showDeleteButton:n=!0,showEditTitle:r=!0,maxHeight:o="400px",customStyles:s={},currentThreadId:i=null,navigateToThread:a,onThreadSelect:l,onThreadCreate:c,onThreadDelete:d,view:p,defaultView:m,onViewChange:f,viewOptions:v,viewState:g,showHeader:x=!0,shareTargets:y,isLoadingShareTargets:b,shareTargetFilter:C}){const{threads:k,sharedThreads:S,currentThreadId:T,setCurrentThreadId:E,isLoading:P,isLoadingSharedThreads:_,actions:$,shareInFlight:L,shareStatus:F,clearShareStatus:G}=br(),{createThread:O,deleteThread:K,renameThread:q,shareThread:H}=$,{loadThread:j}=no(),I=i??T,[Y,J]=w.useState(Array.isArray(k)?k:[]),D=w.useRef(Y.length>0),V=w.useRef(null),R=w.useRef(0),[B,X]=w.useState(null),[N,M]=w.useState(""),[U,Z]=w.useState(!1),[se,ae]=w.useState(!1),[Ce,we]=w.useState(null),[je,We]=w.useState(""),Fe=v&&v.length>0?v:Bk,Ye=ym({defaultView:m}),He=g??Ye,vt=p??He.view,wt=w.useCallback(ne=>{p||He.setView(ne),f==null||f(ne)},[p,f,He]),dt=Fe.find(ne=>ne.key===vt)??Fe[0],Ve=ne=>{we(ne),We(""),ae(!0)},Ae=()=>{ae(!1),we(null),We(""),G()},Ke=w.useCallback(async ne=>{if(!(!Ce||L)&&ne.id)try{await H(Ce,ne.id),setTimeout(()=>Ae(),600)}catch(he){console.error("Failed to share thread:",he)}},[Ae,L,Ce,H]),_e=w.useMemo(()=>{const ne=y??[],he=je.trim().toLowerCase();return he?C?ne.filter(tt=>C(tt,he)):ne.filter(tt=>`${tt.label} ${tt.secondaryLabel??""}`.toLowerCase().includes(he)):ne},[y,je,C]),Be=vt==="shared",Qe=Be?S:Y,Nt=Be?_:P,et=Be?"No shared conversations yet":"No conversations yet",bt=ne=>{const he=ne.sharedAt?` • ${Ue(ne.sharedAt)}`:"";return`Shared by ${ne.sharedByUserId}${he}`},mt=ne=>"sharedByUserId"in ne;w.useEffect(()=>{const ne=Array.isArray(k)?k:[];if(ne.length>0){D.current=!0,J(ne);return}P||(D.current=!1,J(ne))},[k,P]),w.useEffect(()=>{if(!V.current)return;const ne=V.current.querySelector("[data-radix-scroll-area-viewport]");if(!ne)return;let he=null,tt=null;return he=requestAnimationFrame(()=>{tt=requestAnimationFrame(()=>{ne.scrollTop=R.current})}),()=>{he!==null&&cancelAnimationFrame(he),tt!==null&&cancelAnimationFrame(tt)}},[Y]);const Ct=async ne=>{try{E(ne),await j(ne),a==null||a(ne),l==null||l(ne)}catch(he){console.error("Failed to select thread:",he)}},Tt=async()=>{try{Z(!0);const ne=await O();ne&&(c==null||c(ne),a==null||a(ne))}catch(ne){console.error("Failed to create thread:",ne)}finally{Z(!1)}},Dt=async(ne,he)=>{if(he.stopPropagation(),!!confirm("Delete this thread?")){if(V.current){const tt=V.current.querySelector("[data-radix-scroll-area-viewport]");tt&&(R.current=tt.scrollTop)}try{await K(ne),d==null||d(ne)}catch(tt){console.error("Failed to delete thread:",tt)}}},Pt=(ne,he)=>{he.stopPropagation(),X(ne.threadId),M(ne.title||`Thread ${ne.threadId.slice(0,8)}`)},kt=async ne=>{if(N.trim())try{await q(ne,N.trim()),X(null),M("")}catch(he){console.error("Failed to update title:",he)}},qt=()=>{X(null),M("")},Ue=ne=>{if(!ne)return"";try{const he=new Date(ne),me=new Date().getTime()-he.getTime(),Oe=Math.floor(me/(1e3*60*60*24));return Oe===0?he.toLocaleTimeString([],{hour:"2-digit",minute:"2-digit"}):Oe===1?"Yesterday":Oe<7?`${Oe} days ago`:he.toLocaleDateString()}catch{return""}},$e=ne=>ne.title||`Thread ${ne.threadId.slice(0,8)}`,ct=ne=>{const he=$e(ne);return he.length<=wm?he:`${he.slice(0,wm)}...`};return u.jsxs("div",{className:`flex flex-col h-full ${e} ${s.container||""}`,children:[x&&u.jsxs("div",{className:s.header||"flex flex-col gap-2 px-1 py-0 border border-slate-200 bg-white dark:border-slate-700 dark:bg-slate-900 shadow-sm",children:[t&&u.jsx("div",{className:"flex justify-end",children:u.jsxs(Je,{onClick:Tt,disabled:U||P,className:s.createButton||"px-3 py-2 gap-1",size:"sm",variant:"ghost",title:U?"Creating...":"New Chat",children:[u.jsx(ce.Edit3,{size:16}),u.jsx("span",{children:"New chat"})]})}),u.jsxs("div",{className:"flex items-center gap-2 text-sm font-semibold text-slate-700 dark:text-slate-200 uppercase tracking-wide leading-tight",children:[u.jsx("span",{children:"Current View"}),u.jsxs(ks,{children:[u.jsx(Es,{asChild:!0,children:u.jsx(Je,{variant:"outline",size:"sm",className:"text-[11px] text-slate-700 dark:text-slate-200 border border-slate-300 dark:border-slate-600 bg-white dark:bg-slate-900 hover:bg-slate-50 dark:hover:bg-slate-800 px-2 py-0",children:dt.label})}),u.jsx(mo,{align:"start",sideOffset:6,className:"w-40",children:Fe.map(ne=>u.jsxs(Fn,{className:"justify-between text-[12px]",onClick:he=>{he.preventDefault(),wt(ne.key)},children:[u.jsx("span",{children:ne.label}),vt===ne.key&&u.jsx(ce.Check,{className:"h-3 w-3"})]},ne.key))})]})]})]}),u.jsx(Ll,{ref:V,className:`flex-1 min-h-0 ${s.threadList||""}`,style:o?{maxHeight:o}:void 0,children:u.jsx("div",{className:"p-2 space-y-1 pb-4",children:Nt?u.jsxs("div",{className:"flex flex-col items-center justify-center gap-2 py-8 text-slate-400",children:[u.jsx(ce.Loader2,{className:"h-5 w-5 animate-spin"}),u.jsx("span",{className:"text-sm",children:"Loading threads…"})]}):Qe.length===0?u.jsxs("div",{className:"text-center py-8 text-slate-400",children:[u.jsx(ce.MessageSquare,{className:"w-8 h-8 mx-auto mb-2 opacity-40 text-slate-500"}),u.jsx("p",{className:"text-sm text-slate-500",children:et})]}):Qe.slice().sort((ne,he)=>new Date(he.updatedAt||he.createdAt||"").getTime()-new Date(ne.updatedAt||ne.createdAt||"").getTime()).map(ne=>u.jsx(vm,{thread:ne,isActive:I===ne.threadId,editingThreadId:B,editingTitle:N,onSelect:Ct,onStartEditing:Pt,onEditingTitleChange:he=>M(he),onSaveEditing:kt,onCancelEditing:qt,onShare:()=>Ve(ne.threadId),onDelete:Dt,showEditTitle:r,showDeleteButton:n,formatDate:Ue,getDisplayThreadTitle:ct,secondaryLine:Be&&mt(ne)?bt(ne):void 0,itemClassName:s.threadItem,activeItemClassName:s.activeThread},ne.threadId))})}),u.jsx(il,{open:se,onOpenChange:ne=>!ne&&Ae(),children:u.jsxs(Us,{className:"max-w-md p-0",children:[u.jsx(Ws,{children:u.jsx(Vs,{children:"Share thread"})}),u.jsxs(El,{children:[u.jsx(Il,{autoFocus:!0,value:je,onValueChange:ne=>We(ne),placeholder:"Search for recipients..."}),u.jsxs(Nl,{children:[F&&u.jsxs("div",{className:"flex items-center gap-2 px-3 py-2 text-xs text-muted-foreground",children:[L&&u.jsx(ce.Loader2,{className:"h-3 w-3 animate-spin"}),u.jsx("span",{className:F.startsWith("Failed")?"text-red-500":F.startsWith("Shared")?"text-emerald-500":"text-slate-600 dark:text-slate-400",children:F})]}),u.jsx(Al,{children:b?u.jsxs("span",{className:"flex items-center gap-2 text-sm text-muted-foreground",children:[u.jsx(ce.Loader2,{className:"h-4 w-4 animate-spin"}),"Loading recipients…"]}):"No matching recipients found"}),_e.length>0&&u.jsx(Pl,{heading:"Recipients",children:_e.map(ne=>u.jsx(jl,{onSelect:()=>Ke(ne),children:u.jsxs("div",{className:"flex flex-col items-start text-sm",children:[u.jsx("span",{className:"font-medium",children:ne.label}),ne.secondaryLabel&&u.jsx("span",{className:"text-xs text-muted-foreground",children:ne.secondaryLabel})]})},ne.id))})]})]})]})})]})}function zk({layout:e="sidebar",layoutSize:t="desktop",showThreads:n=!0,className:r="",customStyles:o={},...s}){const i=c=>{const d="h-full";switch(c){case"phone":return`${d} max-w-none`;case"tablet":return`${d} max-w-4xl mx-auto`;case"half-screen":return`${d} max-w-2xl`;case"desktop":default:return`${d} max-w-7xl mx-auto`}},a=c=>({"--chat-sidebar-width":c==="phone"?"100%":c==="tablet"?"280px":c==="half-screen"?"240px":"320px","--chat-message-max-width":c==="phone"?"95%":c==="tablet"?"90%":c==="half-screen"?"85%":"80%","--chat-input-height":c==="phone"?"120px":"100px"}),l=w.useCallback(c=>{var d;(d=s.onThreadChange)==null||d.call(s,c)},[s]);return e==="fullscreen"?u.jsx(Cr,{...s,onThreadChange:l,children:u.jsx("div",{className:`${i(t)} flex flex-col overflow-hidden ${r} ${o.container||""}`,style:a(t),children:u.jsx($r,{className:"flex-1",onError:s.onError,enableFileUpload:!0})})}):e==="tabs"?u.jsx(Cr,{...s,onThreadChange:l,children:u.jsx("div",{className:`${i(t)} flex flex-col overflow-hidden ${r} ${o.container||""}`,style:a(t),children:u.jsxs("div",{className:"flex-1 flex min-h-0 overflow-hidden",children:[n&&u.jsx("div",{className:`w-80 border-r flex-shrink-0 overflow-hidden ${o.sidebar||""}`,children:u.jsx(ii,{showCreateButton:!0,showDeleteButton:!0,showEditTitle:!0,className:"h-full"})}),u.jsx("div",{className:`flex-1 min-w-0 overflow-hidden ${o.chatArea||""}`,children:u.jsx($r,{onError:s.onError,enableFileUpload:!0})})]})})}):u.jsx(Cr,{...s,onThreadChange:l,children:u.jsxs("div",{className:`${i(t)} flex overflow-hidden ${r} ${o.container||""}`,style:a(t),children:[n&&u.jsx("div",{className:`w-80 border-r bg-gray-50 flex-shrink-0 overflow-hidden ${o.sidebar||""}`,children:u.jsx(ii,{showCreateButton:!0,showDeleteButton:!0,showEditTitle:!0,className:"h-full"})}),u.jsx("div",{className:`flex-1 min-w-0 overflow-hidden ${o.chatArea||""}`,children:u.jsx($r,{onError:s.onError,enableFileUpload:!0})})]})})}function Hk({apiConfig:e,className:t="",onError:n}){return u.jsx(Cr,{apiConfig:e,onError:n,children:u.jsx("div",{className:`h-full ${t}`,children:u.jsx($r,{})})})}function Uk({placeholder:e,onMessageSent:t}){const[n,r]=w.useState("chat");return u.jsxs("div",{className:"flex flex-col h-full",children:[u.jsxs("div",{className:"flex border-b border-gray-200 bg-gray-50",children:[u.jsx("button",{onClick:()=>r("chat"),className:`flex-1 px-3 py-2 text-sm font-medium transition-colors ${n==="chat"?"border-b-2 border-slate-800 text-slate-800 bg-white":"text-gray-600 hover:text-gray-800"}`,children:u.jsxs("div",{className:"flex items-center justify-center gap-2",children:[u.jsx(ce.MessageSquare,{size:14}),"Chat"]})}),u.jsx("button",{onClick:()=>r("threads"),className:`flex-1 px-3 py-2 text-sm font-medium transition-colors ${n==="threads"?"border-b-2 border-slate-800 text-slate-800 bg-white":"text-gray-600 hover:text-gray-800"}`,children:u.jsxs("div",{className:"flex items-center justify-center gap-2",children:[u.jsx(ce.History,{size:14}),"History"]})})]}),u.jsx("div",{className:"flex-1 min-h-0",children:n==="chat"?u.jsx($r,{placeholder:e??"Ask Serti AI anything...",autoFocus:!0,className:"h-full",onMessageSent:t}):u.jsx(ii,{showCreateButton:!0,className:"h-full",onThreadSelect:()=>r("chat")})})]})}function Wk({className:e="",placeholder:t,isAuthenticated:n=!0,onMessageSent:r,widgetTitle:o="Serti AI Navigator",widgetSubtitle:s="AI-Powered Assistant",...i}){const[a,l]=w.useState(!1);return n?u.jsx(Cr,{...i,children:u.jsx("div",{className:`fixed bottom-6 right-6 z-[9999] transition-all duration-300 ${e}`,children:u.jsxs("div",{className:`w-96 bg-white rounded-xl shadow-2xl border border-gray-200 overflow-hidden relative ${a?"scale-75":"scale-100"}`,children:[u.jsx("div",{className:"bg-slate-800 text-white p-4 flex-shrink-0",children:u.jsxs("div",{className:"flex items-center justify-between gap-3",children:[u.jsxs("div",{className:"flex items-center gap-3",children:[u.jsxs("div",{className:"relative h-10 w-10 rounded-full bg-gradient-to-br from-slate-500 to-slate-700 border border-white/30 flex items-center justify-center text-white text-sm font-bold",children:["S",u.jsx("span",{className:"absolute -bottom-0.5 -right-0.5 h-3 w-3 rounded-full border-2 border-slate-800 bg-emerald-400"})]}),u.jsxs("div",{className:"flex flex-col",children:[u.jsx("h3",{className:"text-lg font-semibold leading-tight",children:o}),u.jsx("p",{className:"text-xs text-white/70",children:s})]}),u.jsx("span",{className:"ml-2 inline-flex items-center justify-center rounded-full bg-red-500 px-2 py-0.5 text-[11px] font-semibold leading-none text-white",children:"1"})]}),u.jsxs("div",{className:"flex items-center gap-1",children:[u.jsx(Je,{variant:"ghost",size:"sm",className:"text-white hover:bg-white/10 h-8 w-8 p-0",title:"Options",children:u.jsx(ce.MoreHorizontal,{size:16})}),u.jsx(Je,{variant:"ghost",size:"sm",className:"text-white hover:bg-white/10 h-8 w-8 p-0",title:"Compose",children:u.jsx(ce.Edit3,{size:16})}),u.jsx(Je,{variant:"ghost",size:"sm",onClick:c=>{c.stopPropagation(),l(d=>!d)},className:"text-white hover:bg-white/10 h-8 w-8 p-0",title:a?"Maximize":"Minimize",children:a?u.jsx(ce.Maximize2,{size:14}):u.jsx(ce.Minimize2,{size:14})})]})]})}),!a&&u.jsx("div",{className:"h-96 flex flex-col",children:u.jsx(Uk,{placeholder:t,onMessageSent:r})})]})})}):null}function Vk({label:e="New chat",children:t,className:n,variant:r="ghost",size:o="sm",...s}){return u.jsxs(Je,{variant:r,size:o,className:re("gap-2 rounded-full px-3 font-semibold transition-all hover:scale-[1.01]",n),...s,children:[u.jsx(ce.Edit3,{size:16}),t??e]})}var Kk="Label",Sm=h.forwardRef((e,t)=>u.jsx(fe.label,{...e,ref:t,onMouseDown:n=>{var o;n.target.closest("button, input, select, textarea")||((o=e.onMouseDown)==null||o.call(e,n),!n.defaultPrevented&&n.detail>1&&n.preventDefault())}}));Sm.displayName=Kk;var Cm=Sm;const qk=Vr.cva("text-sm font-medium leading-none peer-disabled:cursor-not-allowed peer-disabled:opacity-70"),Tm=h.forwardRef(({className:e,...t},n)=>u.jsx(Cm,{ref:n,className:re(qk(),e),...t}));Tm.displayName=Cm.displayName;function km(e){const t=h.useRef({value:e,previous:e});return h.useMemo(()=>(t.current.value!==e&&(t.current.previous=t.current.value,t.current.value=e),t.current.previous),[e])}var Em=Object.freeze({position:"absolute",border:0,width:1,height:1,padding:0,margin:-1,overflow:"hidden",clip:"rect(0, 0, 0, 0)",whiteSpace:"nowrap",wordWrap:"normal"}),Gk="VisuallyHidden",ai=h.forwardRef((e,t)=>u.jsx(fe.span,{...e,ref:t,style:{...Em,...e.style}}));ai.displayName=Gk;var Yk=ai,Xk=[" ","Enter","ArrowUp","ArrowDown"],Jk=[" ","Enter"],hr="Select",[li,ci,Zk]=Zo(hr),[Hr,FN]=cn(hr,[Zk,Pr]),ui=Pr(),[Qk,qn]=Hr(hr),[eE,tE]=Hr(hr),Im=e=>{const{__scopeSelect:t,children:n,open:r,defaultOpen:o,onOpenChange:s,value:i,defaultValue:a,onValueChange:l,dir:c,name:d,autoComplete:p,disabled:m,required:f,form:v}=e,g=ui(t),[x,y]=h.useState(null),[b,C]=h.useState(null),[k,S]=h.useState(!1),T=Qo(c),[E,P]=On({prop:r,defaultProp:o??!1,onChange:s,caller:hr}),[_,$]=On({prop:i,defaultProp:a,onChange:l,caller:hr}),L=h.useRef(null),F=x?v||!!x.closest("form"):!0,[G,O]=h.useState(new Set),K=Array.from(G).map(q=>q.props.value).join(";");return u.jsx(da,{...g,children:u.jsxs(Qk,{required:f,scope:t,trigger:x,onTriggerChange:y,valueNode:b,onValueNodeChange:C,valueNodeHasChildren:k,onValueNodeHasChildrenChange:S,contentId:_t(),value:_,onValueChange:$,open:E,onOpenChange:P,dir:T,triggerPointerDownPosRef:L,disabled:m,children:[u.jsx(li.Provider,{scope:t,children:u.jsx(eE,{scope:e.__scopeSelect,onNativeOptionAdd:h.useCallback(q=>{O(H=>new Set(H).add(q))},[]),onNativeOptionRemove:h.useCallback(q=>{O(H=>{const j=new Set(H);return j.delete(q),j})},[]),children:n})}),F?u.jsxs(Jm,{"aria-hidden":!0,required:f,tabIndex:-1,name:d,autoComplete:p,value:_,onChange:q=>$(q.target.value),disabled:m,form:v,children:[_===void 0?u.jsx("option",{value:""}):null,Array.from(G)]},K):null]})})};Im.displayName=hr;var Nm="SelectTrigger",Am=h.forwardRef((e,t)=>{const{__scopeSelect:n,disabled:r=!1,...o}=e,s=ui(n),i=qn(Nm,n),a=i.disabled||r,l=De(t,i.onTriggerChange),c=ci(n),d=h.useRef("touch"),[p,m,f]=Qm(g=>{const x=c().filter(C=>!C.disabled),y=x.find(C=>C.value===i.value),b=eg(x,g,y);b!==void 0&&i.onValueChange(b.value)}),v=g=>{a||(i.onOpenChange(!0),f()),g&&(i.triggerPointerDownPosRef.current={x:Math.round(g.pageX),y:Math.round(g.pageY)})};return u.jsx(fa,{asChild:!0,...s,children:u.jsx(fe.button,{type:"button",role:"combobox","aria-controls":i.contentId,"aria-expanded":i.open,"aria-required":i.required,"aria-autocomplete":"none",dir:i.dir,"data-state":i.open?"open":"closed",disabled:a,"data-disabled":a?"":void 0,"data-placeholder":Zm(i.value)?"":void 0,...o,ref:l,onClick:ie(o.onClick,g=>{g.currentTarget.focus(),d.current!=="mouse"&&v(g)}),onPointerDown:ie(o.onPointerDown,g=>{d.current=g.pointerType;const x=g.target;x.hasPointerCapture(g.pointerId)&&x.releasePointerCapture(g.pointerId),g.button===0&&g.ctrlKey===!1&&g.pointerType==="mouse"&&(v(g),g.preventDefault())}),onKeyDown:ie(o.onKeyDown,g=>{const x=p.current!=="";!(g.ctrlKey||g.altKey||g.metaKey)&&g.key.length===1&&m(g.key),!(x&&g.key===" ")&&Xk.includes(g.key)&&(v(),g.preventDefault())})})})});Am.displayName=Nm;var Pm="SelectValue",jm=h.forwardRef((e,t)=>{const{__scopeSelect:n,className:r,style:o,children:s,placeholder:i="",...a}=e,l=qn(Pm,n),{onValueNodeHasChildrenChange:c}=l,d=s!==void 0,p=De(t,l.onValueNodeChange);return It(()=>{c(d)},[c,d]),u.jsx(fe.span,{...a,ref:p,style:{pointerEvents:"none"},children:Zm(l.value)?u.jsx(u.Fragment,{children:i}):s})});jm.displayName=Pm;var nE="SelectIcon",_m=h.forwardRef((e,t)=>{const{__scopeSelect:n,children:r,...o}=e;return u.jsx(fe.span,{"aria-hidden":!0,...o,ref:t,children:r||"▼"})});_m.displayName=nE;var rE="SelectPortal",Rm=e=>u.jsx(ao,{asChild:!0,...e});Rm.displayName=rE;var mr="SelectContent",Mm=h.forwardRef((e,t)=>{const n=qn(mr,e.__scopeSelect),[r,o]=h.useState();if(It(()=>{o(new DocumentFragment)},[]),!n.open){const s=r;return s?Kr.createPortal(u.jsx(Om,{scope:e.__scopeSelect,children:u.jsx(li.Slot,{scope:e.__scopeSelect,children:u.jsx("div",{children:e.children})})}),s):null}return u.jsx(Dm,{...e,ref:t})});Mm.displayName=mr;var mn=10,[Om,Gn]=Hr(mr),oE="SelectContentImpl",sE=Yt.createSlot("SelectContent.RemoveScroll"),Dm=h.forwardRef((e,t)=>{const{__scopeSelect:n,position:r="item-aligned",onCloseAutoFocus:o,onEscapeKeyDown:s,onPointerDownOutside:i,side:a,sideOffset:l,align:c,alignOffset:d,arrowPadding:p,collisionBoundary:m,collisionPadding:f,sticky:v,hideWhenDetached:g,avoidCollisions:x,...y}=e,b=qn(mr,n),[C,k]=h.useState(null),[S,T]=h.useState(null),E=De(t,N=>k(N)),[P,_]=h.useState(null),[$,L]=h.useState(null),F=ci(n),[G,O]=h.useState(!1),K=h.useRef(!1);h.useEffect(()=>{if(C)return va(C)},[C]),Yi();const q=h.useCallback(N=>{const[M,...U]=F().map(ae=>ae.ref.current),[Z]=U.slice(-1),se=document.activeElement;for(const ae of N)if(ae===se||(ae==null||ae.scrollIntoView({block:"nearest"}),ae===M&&S&&(S.scrollTop=0),ae===Z&&S&&(S.scrollTop=S.scrollHeight),ae==null||ae.focus(),document.activeElement!==se))return},[F,S]),H=h.useCallback(()=>q([P,C]),[q,P,C]);h.useEffect(()=>{G&&H()},[G,H]);const{onOpenChange:j,triggerPointerDownPosRef:I}=b;h.useEffect(()=>{if(C){let N={x:0,y:0};const M=Z=>{var se,ae;N={x:Math.abs(Math.round(Z.pageX)-(((se=I.current)==null?void 0:se.x)??0)),y:Math.abs(Math.round(Z.pageY)-(((ae=I.current)==null?void 0:ae.y)??0))}},U=Z=>{N.x<=10&&N.y<=10?Z.preventDefault():C.contains(Z.target)||j(!1),document.removeEventListener("pointermove",M),I.current=null};return I.current!==null&&(document.addEventListener("pointermove",M),document.addEventListener("pointerup",U,{capture:!0,once:!0})),()=>{document.removeEventListener("pointermove",M),document.removeEventListener("pointerup",U,{capture:!0})}}},[C,j,I]),h.useEffect(()=>{const N=()=>j(!1);return window.addEventListener("blur",N),window.addEventListener("resize",N),()=>{window.removeEventListener("blur",N),window.removeEventListener("resize",N)}},[j]);const[Y,J]=Qm(N=>{const M=F().filter(se=>!se.disabled),U=M.find(se=>se.ref.current===document.activeElement),Z=eg(M,N,U);Z&&setTimeout(()=>Z.ref.current.focus())}),D=h.useCallback((N,M,U)=>{const Z=!K.current&&!U;(b.value!==void 0&&b.value===M||Z)&&(_(N),Z&&(K.current=!0))},[b.value]),V=h.useCallback(()=>C==null?void 0:C.focus(),[C]),R=h.useCallback((N,M,U)=>{const Z=!K.current&&!U;(b.value!==void 0&&b.value===M||Z)&&L(N)},[b.value]),B=r==="popper"?Fl:Lm,X=B===Fl?{side:a,sideOffset:l,align:c,alignOffset:d,arrowPadding:p,collisionBoundary:m,collisionPadding:f,sticky:v,hideWhenDetached:g,avoidCollisions:x}:{};return u.jsx(Om,{scope:n,content:C,viewport:S,onViewportChange:T,itemRefCallback:D,selectedItem:P,onItemLeave:V,itemTextRefCallback:R,focusSelectedItem:H,selectedItemText:$,position:r,isPositioned:G,searchRef:Y,children:u.jsx(ws,{as:sE,allowPinchZoom:!0,children:u.jsx(es,{asChild:!0,trapped:b.open,onMountAutoFocus:N=>{N.preventDefault()},onUnmountAutoFocus:ie(o,N=>{var M;(M=b.trigger)==null||M.focus({preventScroll:!0}),N.preventDefault()}),children:u.jsx(kr,{asChild:!0,disableOutsidePointerEvents:!0,onEscapeKeyDown:s,onPointerDownOutside:i,onFocusOutside:N=>N.preventDefault(),onDismiss:()=>b.onOpenChange(!1),children:u.jsx(B,{role:"listbox",id:b.contentId,"data-state":b.open?"open":"closed",dir:b.dir,onContextMenu:N=>N.preventDefault(),...y,...X,onPlaced:()=>O(!0),ref:E,style:{display:"flex",flexDirection:"column",outline:"none",...y.style},onKeyDown:ie(y.onKeyDown,N=>{const M=N.ctrlKey||N.altKey||N.metaKey;if(N.key==="Tab"&&N.preventDefault(),!M&&N.key.length===1&&J(N.key),["ArrowUp","ArrowDown","Home","End"].includes(N.key)){let Z=F().filter(se=>!se.disabled).map(se=>se.ref.current);if(["ArrowUp","End"].includes(N.key)&&(Z=Z.slice().reverse()),["ArrowUp","ArrowDown"].includes(N.key)){const se=N.target,ae=Z.indexOf(se);Z=Z.slice(ae+1)}setTimeout(()=>q(Z)),N.preventDefault()}})})})})})})});Dm.displayName=oE;var iE="SelectItemAlignedPosition",Lm=h.forwardRef((e,t)=>{const{__scopeSelect:n,onPlaced:r,...o}=e,s=qn(mr,n),i=Gn(mr,n),[a,l]=h.useState(null),[c,d]=h.useState(null),p=De(t,E=>d(E)),m=ci(n),f=h.useRef(!1),v=h.useRef(!0),{viewport:g,selectedItem:x,selectedItemText:y,focusSelectedItem:b}=i,C=h.useCallback(()=>{if(s.trigger&&s.valueNode&&a&&c&&g&&x&&y){const E=s.trigger.getBoundingClientRect(),P=c.getBoundingClientRect(),_=s.valueNode.getBoundingClientRect(),$=y.getBoundingClientRect();if(s.dir!=="rtl"){const se=$.left-P.left,ae=_.left-se,Ce=E.left-ae,we=E.width+Ce,je=Math.max(we,P.width),We=window.innerWidth-mn,Fe=_l(ae,[mn,Math.max(mn,We-je)]);a.style.minWidth=we+"px",a.style.left=Fe+"px"}else{const se=P.right-$.right,ae=window.innerWidth-_.right-se,Ce=window.innerWidth-E.right-ae,we=E.width+Ce,je=Math.max(we,P.width),We=window.innerWidth-mn,Fe=_l(ae,[mn,Math.max(mn,We-je)]);a.style.minWidth=we+"px",a.style.right=Fe+"px"}const L=m(),F=window.innerHeight-mn*2,G=g.scrollHeight,O=window.getComputedStyle(c),K=parseInt(O.borderTopWidth,10),q=parseInt(O.paddingTop,10),H=parseInt(O.borderBottomWidth,10),j=parseInt(O.paddingBottom,10),I=K+q+G+j+H,Y=Math.min(x.offsetHeight*5,I),J=window.getComputedStyle(g),D=parseInt(J.paddingTop,10),V=parseInt(J.paddingBottom,10),R=E.top+E.height/2-mn,B=F-R,X=x.offsetHeight/2,N=x.offsetTop+X,M=K+q+N,U=I-M;if(M<=R){const se=L.length>0&&x===L[L.length-1].ref.current;a.style.bottom="0px";const ae=c.clientHeight-g.offsetTop-g.offsetHeight,Ce=Math.max(B,X+(se?V:0)+ae+H),we=M+Ce;a.style.height=we+"px"}else{const se=L.length>0&&x===L[0].ref.current;a.style.top="0px";const Ce=Math.max(R,K+g.offsetTop+(se?D:0)+X)+U;a.style.height=Ce+"px",g.scrollTop=M-R+g.offsetTop}a.style.margin=`${mn}px 0`,a.style.minHeight=Y+"px",a.style.maxHeight=F+"px",r==null||r(),requestAnimationFrame(()=>f.current=!0)}},[m,s.trigger,s.valueNode,a,c,g,x,y,s.dir,r]);It(()=>C(),[C]);const[k,S]=h.useState();It(()=>{c&&S(window.getComputedStyle(c).zIndex)},[c]);const T=h.useCallback(E=>{E&&v.current===!0&&(C(),b==null||b(),v.current=!1)},[C,b]);return u.jsx(lE,{scope:n,contentWrapper:a,shouldExpandOnScrollRef:f,onScrollButtonChange:T,children:u.jsx("div",{ref:l,style:{display:"flex",flexDirection:"column",position:"fixed",zIndex:k},children:u.jsx(fe.div,{...o,ref:p,style:{boxSizing:"border-box",maxHeight:"100%",...o.style}})})})});Lm.displayName=iE;var aE="SelectPopperPosition",Fl=h.forwardRef((e,t)=>{const{__scopeSelect:n,align:r="start",collisionPadding:o=mn,...s}=e,i=ui(n);return u.jsx(pa,{...i,...s,ref:t,align:r,collisionPadding:o,style:{boxSizing:"border-box",...s.style,"--radix-select-content-transform-origin":"var(--radix-popper-transform-origin)","--radix-select-content-available-width":"var(--radix-popper-available-width)","--radix-select-content-available-height":"var(--radix-popper-available-height)","--radix-select-trigger-width":"var(--radix-popper-anchor-width)","--radix-select-trigger-height":"var(--radix-popper-anchor-height)"}})});Fl.displayName=aE;var[lE,Bl]=Hr(mr,{}),zl="SelectViewport",$m=h.forwardRef((e,t)=>{const{__scopeSelect:n,nonce:r,...o}=e,s=Gn(zl,n),i=Bl(zl,n),a=De(t,s.onViewportChange),l=h.useRef(0);return u.jsxs(u.Fragment,{children:[u.jsx("style",{dangerouslySetInnerHTML:{__html:"[data-radix-select-viewport]{scrollbar-width:none;-ms-overflow-style:none;-webkit-overflow-scrolling:touch;}[data-radix-select-viewport]::-webkit-scrollbar{display:none}"},nonce:r}),u.jsx(li.Slot,{scope:n,children:u.jsx(fe.div,{"data-radix-select-viewport":"",role:"presentation",...o,ref:a,style:{position:"relative",flex:1,overflow:"hidden auto",...o.style},onScroll:ie(o.onScroll,c=>{const d=c.currentTarget,{contentWrapper:p,shouldExpandOnScrollRef:m}=i;if(m!=null&&m.current&&p){const f=Math.abs(l.current-d.scrollTop);if(f>0){const v=window.innerHeight-mn*2,g=parseFloat(p.style.minHeight),x=parseFloat(p.style.height),y=Math.max(g,x);if(y<v){const b=y+f,C=Math.min(v,b),k=b-C;p.style.height=C+"px",p.style.bottom==="0px"&&(d.scrollTop=k>0?k:0,p.style.justifyContent="flex-end")}}}l.current=d.scrollTop})})})]})});$m.displayName=zl;var Fm="SelectGroup",[cE,uE]=Hr(Fm),dE=h.forwardRef((e,t)=>{const{__scopeSelect:n,...r}=e,o=_t();return u.jsx(cE,{scope:n,id:o,children:u.jsx(fe.div,{role:"group","aria-labelledby":o,...r,ref:t})})});dE.displayName=Fm;var Bm="SelectLabel",zm=h.forwardRef((e,t)=>{const{__scopeSelect:n,...r}=e,o=uE(Bm,n);return u.jsx(fe.div,{id:o.id,...r,ref:t})});zm.displayName=Bm;var di="SelectItem",[fE,Hm]=Hr(di),Um=h.forwardRef((e,t)=>{const{__scopeSelect:n,value:r,disabled:o=!1,textValue:s,...i}=e,a=qn(di,n),l=Gn(di,n),c=a.value===r,[d,p]=h.useState(s??""),[m,f]=h.useState(!1),v=De(t,b=>{var C;return(C=l.itemRefCallback)==null?void 0:C.call(l,b,r,o)}),g=_t(),x=h.useRef("touch"),y=()=>{o||(a.onValueChange(r),a.onOpenChange(!1))};if(r==="")throw new Error("A <Select.Item /> must have a value prop that is not an empty string. This is because the Select value can be set to an empty string to clear the selection and show the placeholder.");return u.jsx(fE,{scope:n,value:r,disabled:o,textId:g,isSelected:c,onItemTextChange:h.useCallback(b=>{p(C=>C||((b==null?void 0:b.textContent)??"").trim())},[]),children:u.jsx(li.ItemSlot,{scope:n,value:r,disabled:o,textValue:d,children:u.jsx(fe.div,{role:"option","aria-labelledby":g,"data-highlighted":m?"":void 0,"aria-selected":c&&m,"data-state":c?"checked":"unchecked","aria-disabled":o||void 0,"data-disabled":o?"":void 0,tabIndex:o?void 0:-1,...i,ref:v,onFocus:ie(i.onFocus,()=>f(!0)),onBlur:ie(i.onBlur,()=>f(!1)),onClick:ie(i.onClick,()=>{x.current!=="mouse"&&y()}),onPointerUp:ie(i.onPointerUp,()=>{x.current==="mouse"&&y()}),onPointerDown:ie(i.onPointerDown,b=>{x.current=b.pointerType}),onPointerMove:ie(i.onPointerMove,b=>{var C;x.current=b.pointerType,o?(C=l.onItemLeave)==null||C.call(l):x.current==="mouse"&&b.currentTarget.focus({preventScroll:!0})}),onPointerLeave:ie(i.onPointerLeave,b=>{var C;b.currentTarget===document.activeElement&&((C=l.onItemLeave)==null||C.call(l))}),onKeyDown:ie(i.onKeyDown,b=>{var k;((k=l.searchRef)==null?void 0:k.current)!==""&&b.key===" "||(Jk.includes(b.key)&&y(),b.key===" "&&b.preventDefault())})})})})});Um.displayName=di;var _o="SelectItemText",Wm=h.forwardRef((e,t)=>{const{__scopeSelect:n,className:r,style:o,...s}=e,i=qn(_o,n),a=Gn(_o,n),l=Hm(_o,n),c=tE(_o,n),[d,p]=h.useState(null),m=De(t,y=>p(y),l.onItemTextChange,y=>{var b;return(b=a.itemTextRefCallback)==null?void 0:b.call(a,y,l.value,l.disabled)}),f=d==null?void 0:d.textContent,v=h.useMemo(()=>u.jsx("option",{value:l.value,disabled:l.disabled,children:f},l.value),[l.disabled,l.value,f]),{onNativeOptionAdd:g,onNativeOptionRemove:x}=c;return It(()=>(g(v),()=>x(v)),[g,x,v]),u.jsxs(u.Fragment,{children:[u.jsx(fe.span,{id:l.textId,...s,ref:m}),l.isSelected&&i.valueNode&&!i.valueNodeHasChildren?Kr.createPortal(s.children,i.valueNode):null]})});Wm.displayName=_o;var Vm="SelectItemIndicator",Km=h.forwardRef((e,t)=>{const{__scopeSelect:n,...r}=e;return Hm(Vm,n).isSelected?u.jsx(fe.span,{"aria-hidden":!0,...r,ref:t}):null});Km.displayName=Vm;var Hl="SelectScrollUpButton",qm=h.forwardRef((e,t)=>{const n=Gn(Hl,e.__scopeSelect),r=Bl(Hl,e.__scopeSelect),[o,s]=h.useState(!1),i=De(t,r.onScrollButtonChange);return It(()=>{if(n.viewport&&n.isPositioned){let a=function(){const c=l.scrollTop>0;s(c)};const l=n.viewport;return a(),l.addEventListener("scroll",a),()=>l.removeEventListener("scroll",a)}},[n.viewport,n.isPositioned]),o?u.jsx(Ym,{...e,ref:i,onAutoScroll:()=>{const{viewport:a,selectedItem:l}=n;a&&l&&(a.scrollTop=a.scrollTop-l.offsetHeight)}}):null});qm.displayName=Hl;var Ul="SelectScrollDownButton",Gm=h.forwardRef((e,t)=>{const n=Gn(Ul,e.__scopeSelect),r=Bl(Ul,e.__scopeSelect),[o,s]=h.useState(!1),i=De(t,r.onScrollButtonChange);return It(()=>{if(n.viewport&&n.isPositioned){let a=function(){const c=l.scrollHeight-l.clientHeight,d=Math.ceil(l.scrollTop)<c;s(d)};const l=n.viewport;return a(),l.addEventListener("scroll",a),()=>l.removeEventListener("scroll",a)}},[n.viewport,n.isPositioned]),o?u.jsx(Ym,{...e,ref:i,onAutoScroll:()=>{const{viewport:a,selectedItem:l}=n;a&&l&&(a.scrollTop=a.scrollTop+l.offsetHeight)}}):null});Gm.displayName=Ul;var Ym=h.forwardRef((e,t)=>{const{__scopeSelect:n,onAutoScroll:r,...o}=e,s=Gn("SelectScrollButton",n),i=h.useRef(null),a=ci(n),l=h.useCallback(()=>{i.current!==null&&(window.clearInterval(i.current),i.current=null)},[]);return h.useEffect(()=>()=>l(),[l]),It(()=>{var d;const c=a().find(p=>p.ref.current===document.activeElement);(d=c==null?void 0:c.ref.current)==null||d.scrollIntoView({block:"nearest"})},[a]),u.jsx(fe.div,{"aria-hidden":!0,...o,ref:t,style:{flexShrink:0,...o.style},onPointerDown:ie(o.onPointerDown,()=>{i.current===null&&(i.current=window.setInterval(r,50))}),onPointerMove:ie(o.onPointerMove,()=>{var c;(c=s.onItemLeave)==null||c.call(s),i.current===null&&(i.current=window.setInterval(r,50))}),onPointerLeave:ie(o.onPointerLeave,()=>{l()})})}),pE="SelectSeparator",Xm=h.forwardRef((e,t)=>{const{__scopeSelect:n,...r}=e;return u.jsx(fe.div,{"aria-hidden":!0,...r,ref:t})});Xm.displayName=pE;var Wl="SelectArrow",hE=h.forwardRef((e,t)=>{const{__scopeSelect:n,...r}=e,o=ui(n),s=qn(Wl,n),i=Gn(Wl,n);return s.open&&i.position==="popper"?u.jsx(ha,{...o,...r,ref:t}):null});hE.displayName=Wl;var mE="SelectBubbleInput",Jm=h.forwardRef(({__scopeSelect:e,value:t,...n},r)=>{const o=h.useRef(null),s=De(r,o),i=km(t);return h.useEffect(()=>{const a=o.current;if(!a)return;const l=window.HTMLSelectElement.prototype,d=Object.getOwnPropertyDescriptor(l,"value").set;if(i!==t&&d){const p=new Event("change",{bubbles:!0});d.call(a,t),a.dispatchEvent(p)}},[i,t]),u.jsx(fe.select,{...n,style:{...Em,...n.style},ref:s,defaultValue:t})});Jm.displayName=mE;function Zm(e){return e===""||e===void 0}function Qm(e){const t=pt(e),n=h.useRef(""),r=h.useRef(0),o=h.useCallback(i=>{const a=n.current+i;t(a),function l(c){n.current=c,window.clearTimeout(r.current),c!==""&&(r.current=window.setTimeout(()=>l(""),1e3))}(a)},[t]),s=h.useCallback(()=>{n.current="",window.clearTimeout(r.current)},[]);return h.useEffect(()=>()=>window.clearTimeout(r.current),[]),[n,o,s]}function eg(e,t,n){const o=t.length>1&&Array.from(t).every(c=>c===t[0])?t[0]:t,s=n?e.indexOf(n):-1;let i=gE(e,Math.max(s,0));o.length===1&&(i=i.filter(c=>c!==n));const l=i.find(c=>c.textValue.toLowerCase().startsWith(o.toLowerCase()));return l!==n?l:void 0}function gE(e,t){return e.map((n,r)=>e[(t+r)%e.length])}var xE=Im,tg=Am,vE=jm,wE=_m,bE=Rm,ng=Mm,yE=$m,rg=zm,og=Um,SE=Wm,CE=Km,sg=qm,ig=Gm,ag=Xm;const TE=xE,kE=vE,lg=h.forwardRef(({className:e,children:t,...n},r)=>u.jsxs(tg,{ref:r,className:re("flex h-10 w-full items-center justify-between rounded-md border border-input bg-background px-3 py-2 text-sm ring-offset-background placeholder:text-muted-foreground focus:outline-none focus:ring-2 focus:ring-ring focus:ring-offset-2 disabled:cursor-not-allowed disabled:opacity-50 [&>span]:line-clamp-1",e),...n,children:[t,u.jsx(wE,{asChild:!0,children:u.jsx(ce.ChevronDown,{className:"h-4 w-4 opacity-50"})})]}));lg.displayName=tg.displayName;const cg=h.forwardRef(({className:e,...t},n)=>u.jsx(sg,{ref:n,className:re("flex cursor-default items-center justify-center py-1",e),...t,children:u.jsx(ce.ChevronUp,{className:"h-4 w-4"})}));cg.displayName=sg.displayName;const ug=h.forwardRef(({className:e,...t},n)=>u.jsx(ig,{ref:n,className:re("flex cursor-default items-center justify-center py-1",e),...t,children:u.jsx(ce.ChevronDown,{className:"h-4 w-4"})}));ug.displayName=ig.displayName;const dg=h.forwardRef(({className:e,children:t,position:n="popper",...r},o)=>u.jsx(bE,{children:u.jsxs(ng,{ref:o,className:re("relative z-50 max-h-96 min-w-[8rem] overflow-hidden rounded-md border bg-popover text-popover-foreground shadow-md data-[state=open]:animate-in data-[state=closed]:animate-out data-[state=closed]:fade-out-0 data-[state=open]:fade-in-0 data-[state=closed]:zoom-out-95 data-[state=open]:zoom-in-95 data-[side=bottom]:slide-in-from-top-2 data-[side=left]:slide-in-from-right-2 data-[side=right]:slide-in-from-left-2 data-[side=top]:slide-in-from-bottom-2",n==="popper"&&"data-[side=bottom]:translate-y-1 data-[side=left]:-translate-x-1 data-[side=right]:translate-x-1 data-[side=top]:-translate-y-1",e),position:n,...r,children:[u.jsx(cg,{}),u.jsx(yE,{className:re("p-1",n==="popper"&&"h-[var(--radix-select-trigger-height)] w-full min-w-[var(--radix-select-trigger-width)]"),children:t}),u.jsx(ug,{})]})}));dg.displayName=ng.displayName;const EE=h.forwardRef(({className:e,...t},n)=>u.jsx(rg,{ref:n,className:re("py-1.5 pl-8 pr-2 text-sm font-semibold",e),...t}));EE.displayName=rg.displayName;const fg=h.forwardRef(({className:e,children:t,...n},r)=>u.jsxs(og,{ref:r,className:re("relative flex w-full cursor-default select-none items-center rounded-sm py-1.5 pl-8 pr-2 text-sm outline-none focus:bg-accent focus:text-accent-foreground data-[disabled]:pointer-events-none data-[disabled]:opacity-50",e),...n,children:[u.jsx("span",{className:"absolute left-2 flex h-3.5 w-3.5 items-center justify-center",children:u.jsx(CE,{children:u.jsx(ce.Check,{className:"h-4 w-4"})})}),u.jsx(SE,{children:t})]}));fg.displayName=og.displayName;const IE=h.forwardRef(({className:e,...t},n)=>u.jsx(ag,{ref:n,className:re("-mx-1 my-1 h-px bg-muted",e),...t}));IE.displayName=ag.displayName;var NE="Separator",pg="horizontal",AE=["horizontal","vertical"],hg=h.forwardRef((e,t)=>{const{decorative:n,orientation:r=pg,...o}=e,s=PE(r)?r:pg,a=n?{role:"none"}:{"aria-orientation":s==="vertical"?s:void 0,role:"separator"};return u.jsx(fe.div,{"data-orientation":s,...a,...o,ref:t})});hg.displayName=NE;function PE(e){return AE.includes(e)}var mg=hg;const gg=h.forwardRef(({className:e,orientation:t="horizontal",decorative:n=!0,...r},o)=>u.jsx(mg,{ref:o,decorative:n,orientation:t,className:re("shrink-0 bg-border",t==="horizontal"?"h-[1px] w-full":"h-full w-[1px]",e),...r}));gg.displayName=mg.displayName;var fi="Switch",[jE,BN]=cn(fi),[_E,RE]=jE(fi),xg=h.forwardRef((e,t)=>{const{__scopeSwitch:n,name:r,checked:o,defaultChecked:s,required:i,disabled:a,value:l="on",onCheckedChange:c,form:d,...p}=e,[m,f]=h.useState(null),v=De(t,C=>f(C)),g=h.useRef(!1),x=m?d||!!m.closest("form"):!0,[y,b]=On({prop:o,defaultProp:s??!1,onChange:c,caller:fi});return u.jsxs(_E,{scope:n,checked:y,disabled:a,children:[u.jsx(fe.button,{type:"button",role:"switch","aria-checked":y,"aria-required":i,"data-state":yg(y),"data-disabled":a?"":void 0,disabled:a,value:l,...p,ref:v,onClick:ie(e.onClick,C=>{b(k=>!k),x&&(g.current=C.isPropagationStopped(),g.current||C.stopPropagation())})}),x&&u.jsx(bg,{control:m,bubbles:!g.current,name:r,value:l,checked:y,required:i,disabled:a,form:d,style:{transform:"translateX(-100%)"}})]})});xg.displayName=fi;var vg="SwitchThumb",wg=h.forwardRef((e,t)=>{const{__scopeSwitch:n,...r}=e,o=RE(vg,n);return u.jsx(fe.span,{"data-state":yg(o.checked),"data-disabled":o.disabled?"":void 0,...r,ref:t})});wg.displayName=vg;var ME="SwitchBubbleInput",bg=h.forwardRef(({__scopeSwitch:e,control:t,checked:n,bubbles:r=!0,...o},s)=>{const i=h.useRef(null),a=De(i,s),l=km(n),c=jd(t);return h.useEffect(()=>{const d=i.current;if(!d)return;const p=window.HTMLInputElement.prototype,f=Object.getOwnPropertyDescriptor(p,"checked").set;if(l!==n&&f){const v=new Event("click",{bubbles:r});f.call(d,n),d.dispatchEvent(v)}},[l,n,r]),u.jsx("input",{type:"checkbox","aria-hidden":!0,defaultChecked:n,...o,tabIndex:-1,ref:a,style:{...o.style,...c,position:"absolute",pointerEvents:"none",opacity:0,margin:0}})});bg.displayName=ME;function yg(e){return e?"checked":"unchecked"}var Sg=xg,OE=wg;const Cg=h.forwardRef(({className:e,...t},n)=>u.jsx(Sg,{className:re("peer inline-flex h-6 w-11 shrink-0 cursor-pointer items-center rounded-full border-2 border-transparent transition-colors focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring focus-visible:ring-offset-2 focus-visible:ring-offset-background disabled:cursor-not-allowed disabled:opacity-50 data-[state=checked]:bg-primary data-[state=unchecked]:bg-input",e),...t,ref:n,children:u.jsx(OE,{className:re("pointer-events-none block h-5 w-5 rounded-full bg-background shadow-lg ring-0 transition-transform data-[state=checked]:translate-x-5 data-[state=unchecked]:translate-x-0")})}));Cg.displayName=Sg.displayName;const DE=ol,LE=pT,$E=sl,Tg=h.forwardRef(({className:e,...t},n)=>u.jsx(Eo,{className:re("fixed inset-0 z-50 bg-black/80 data-[state=open]:animate-in data-[state=closed]:animate-out data-[state=closed]:fade-out-0 data-[state=open]:fade-in-0",e),...t,ref:n}));Tg.displayName=Eo.displayName;const FE=Vr.cva("fixed z-50 gap-4 bg-background p-6 shadow-lg transition ease-in-out data-[state=open]:animate-in data-[state=closed]:animate-out data-[state=closed]:duration-300 data-[state=open]:duration-500",{variants:{side:{top:"inset-x-0 top-0 border-b data-[state=closed]:slide-out-to-top data-[state=open]:slide-in-from-top",bottom:"inset-x-0 bottom-0 border-t data-[state=closed]:slide-out-to-bottom data-[state=open]:slide-in-from-bottom",left:"inset-y-0 left-0 h-full w-3/4 border-r data-[state=closed]:slide-out-to-left data-[state=open]:slide-in-from-left sm:max-w-sm",right:"inset-y-0 right-0 h-full w-3/4 border-l data-[state=closed]:slide-out-to-right data-[state=open]:slide-in-from-right sm:max-w-sm"}},defaultVariants:{side:"right"}}),kg=h.forwardRef(({side:e="right",className:t,children:n,...r},o)=>u.jsxs($E,{children:[u.jsx(Tg,{}),u.jsxs(Io,{ref:o,className:re(FE({side:e}),t),...r,children:[n,u.jsxs(xh,{className:"absolute right-4 top-4 rounded-sm opacity-70 ring-offset-background transition-opacity hover:opacity-100 focus:outline-none focus:ring-2 focus:ring-ring focus:ring-offset-2 disabled:pointer-events-none data-[state=open]:bg-secondary",children:[u.jsx(ce.X,{className:"h-4 w-4"}),u.jsx("span",{className:"sr-only",children:"Close"})]})]})]}));kg.displayName=Io.displayName;const Eg=({className:e,...t})=>u.jsx("div",{className:re("flex flex-col space-y-2 text-center sm:text-left",e),...t});Eg.displayName="SheetHeader";const Ig=h.forwardRef(({className:e,...t},n)=>u.jsx(ur,{ref:n,className:re("text-lg font-semibold text-foreground",e),...t}));Ig.displayName=ur.displayName;const Ng=h.forwardRef(({className:e,...t},n)=>u.jsx(Hs,{ref:n,className:re("text-sm text-muted-foreground",e),...t}));Ng.displayName=Hs.displayName;var[pi,zN]=cn("Tooltip",[Pr]),hi=Pr(),Ag="TooltipProvider",BE=700,Vl="tooltip.open",[zE,Kl]=pi(Ag),Pg=e=>{const{__scopeTooltip:t,delayDuration:n=BE,skipDelayDuration:r=300,disableHoverableContent:o=!1,children:s}=e,i=h.useRef(!0),a=h.useRef(!1),l=h.useRef(0);return h.useEffect(()=>{const c=l.current;return()=>window.clearTimeout(c)},[]),u.jsx(zE,{scope:t,isOpenDelayedRef:i,delayDuration:n,onOpen:h.useCallback(()=>{window.clearTimeout(l.current),i.current=!1},[]),onClose:h.useCallback(()=>{window.clearTimeout(l.current),l.current=window.setTimeout(()=>i.current=!0,r)},[r]),isPointerInTransitRef:a,onPointerInTransitChange:h.useCallback(c=>{a.current=c},[]),disableHoverableContent:o,children:s})};Pg.displayName=Ag;var Ro="Tooltip",[HE,mi]=pi(Ro),jg=e=>{const{__scopeTooltip:t,children:n,open:r,defaultOpen:o,onOpenChange:s,disableHoverableContent:i,delayDuration:a}=e,l=Kl(Ro,e.__scopeTooltip),c=hi(t),[d,p]=h.useState(null),m=_t(),f=h.useRef(0),v=i??l.disableHoverableContent,g=a??l.delayDuration,x=h.useRef(!1),[y,b]=On({prop:r,defaultProp:o??!1,onChange:E=>{E?(l.onOpen(),document.dispatchEvent(new CustomEvent(Vl))):l.onClose(),s==null||s(E)},caller:Ro}),C=h.useMemo(()=>y?x.current?"delayed-open":"instant-open":"closed",[y]),k=h.useCallback(()=>{window.clearTimeout(f.current),f.current=0,x.current=!1,b(!0)},[b]),S=h.useCallback(()=>{window.clearTimeout(f.current),f.current=0,b(!1)},[b]),T=h.useCallback(()=>{window.clearTimeout(f.current),f.current=window.setTimeout(()=>{x.current=!0,b(!0),f.current=0},g)},[g,b]);return h.useEffect(()=>()=>{f.current&&(window.clearTimeout(f.current),f.current=0)},[]),u.jsx(da,{...c,children:u.jsx(HE,{scope:t,contentId:m,open:y,stateAttribute:C,trigger:d,onTriggerChange:p,onTriggerEnter:h.useCallback(()=>{l.isOpenDelayedRef.current?T():k()},[l.isOpenDelayedRef,T,k]),onTriggerLeave:h.useCallback(()=>{v?S():(window.clearTimeout(f.current),f.current=0)},[S,v]),onOpen:k,onClose:S,disableHoverableContent:v,children:n})})};jg.displayName=Ro;var ql="TooltipTrigger",_g=h.forwardRef((e,t)=>{const{__scopeTooltip:n,...r}=e,o=mi(ql,n),s=Kl(ql,n),i=hi(n),a=h.useRef(null),l=De(t,a,o.onTriggerChange),c=h.useRef(!1),d=h.useRef(!1),p=h.useCallback(()=>c.current=!1,[]);return h.useEffect(()=>()=>document.removeEventListener("pointerup",p),[p]),u.jsx(fa,{asChild:!0,...i,children:u.jsx(fe.button,{"aria-describedby":o.open?o.contentId:void 0,"data-state":o.stateAttribute,...r,ref:l,onPointerMove:ie(e.onPointerMove,m=>{m.pointerType!=="touch"&&!d.current&&!s.isPointerInTransitRef.current&&(o.onTriggerEnter(),d.current=!0)}),onPointerLeave:ie(e.onPointerLeave,()=>{o.onTriggerLeave(),d.current=!1}),onPointerDown:ie(e.onPointerDown,()=>{o.open&&o.onClose(),c.current=!0,document.addEventListener("pointerup",p,{once:!0})}),onFocus:ie(e.onFocus,()=>{c.current||o.onOpen()}),onBlur:ie(e.onBlur,o.onClose),onClick:ie(e.onClick,o.onClose)})})});_g.displayName=ql;var UE="TooltipPortal",[HN,WE]=pi(UE,{forceMount:void 0}),Ur="TooltipContent",Rg=h.forwardRef((e,t)=>{const n=WE(Ur,e.__scopeTooltip),{forceMount:r=n.forceMount,side:o="top",...s}=e,i=mi(Ur,e.__scopeTooltip);return u.jsx(Ut,{present:r||i.open,children:i.disableHoverableContent?u.jsx(Mg,{side:o,...s,ref:t}):u.jsx(VE,{side:o,...s,ref:t})})}),VE=h.forwardRef((e,t)=>{const n=mi(Ur,e.__scopeTooltip),r=Kl(Ur,e.__scopeTooltip),o=h.useRef(null),s=De(t,o),[i,a]=h.useState(null),{trigger:l,onClose:c}=n,d=o.current,{onPointerInTransitChange:p}=r,m=h.useCallback(()=>{a(null),p(!1)},[p]),f=h.useCallback((v,g)=>{const x=v.currentTarget,y={x:v.clientX,y:v.clientY},b=XE(y,x.getBoundingClientRect()),C=JE(y,b),k=ZE(g.getBoundingClientRect()),S=eI([...C,...k]);a(S),p(!0)},[p]);return h.useEffect(()=>()=>m(),[m]),h.useEffect(()=>{if(l&&d){const v=x=>f(x,d),g=x=>f(x,l);return l.addEventListener("pointerleave",v),d.addEventListener("pointerleave",g),()=>{l.removeEventListener("pointerleave",v),d.removeEventListener("pointerleave",g)}}},[l,d,f,m]),h.useEffect(()=>{if(i){const v=g=>{const x=g.target,y={x:g.clientX,y:g.clientY},b=(l==null?void 0:l.contains(x))||(d==null?void 0:d.contains(x)),C=!QE(y,i);b?m():C&&(m(),c())};return document.addEventListener("pointermove",v),()=>document.removeEventListener("pointermove",v)}},[l,d,i,c,m]),u.jsx(Mg,{...e,ref:s})}),[KE,qE]=pi(Ro,{isInside:!1}),GE=Yt.createSlottable("TooltipContent"),Mg=h.forwardRef((e,t)=>{const{__scopeTooltip:n,children:r,"aria-label":o,onEscapeKeyDown:s,onPointerDownOutside:i,...a}=e,l=mi(Ur,n),c=hi(n),{onClose:d}=l;return h.useEffect(()=>(document.addEventListener(Vl,d),()=>document.removeEventListener(Vl,d)),[d]),h.useEffect(()=>{if(l.trigger){const p=m=>{const f=m.target;f!=null&&f.contains(l.trigger)&&d()};return window.addEventListener("scroll",p,{capture:!0}),()=>window.removeEventListener("scroll",p,{capture:!0})}},[l.trigger,d]),u.jsx(kr,{asChild:!0,disableOutsidePointerEvents:!1,onEscapeKeyDown:s,onPointerDownOutside:i,onFocusOutside:p=>p.preventDefault(),onDismiss:d,children:u.jsxs(pa,{"data-state":l.stateAttribute,...c,...a,ref:t,style:{...a.style,"--radix-tooltip-content-transform-origin":"var(--radix-popper-transform-origin)","--radix-tooltip-content-available-width":"var(--radix-popper-available-width)","--radix-tooltip-content-available-height":"var(--radix-popper-available-height)","--radix-tooltip-trigger-width":"var(--radix-popper-anchor-width)","--radix-tooltip-trigger-height":"var(--radix-popper-anchor-height)"},children:[u.jsx(GE,{children:r}),u.jsx(KE,{scope:n,isInside:!0,children:u.jsx(Yk,{id:l.contentId,role:"tooltip",children:o||r})})]})})});Rg.displayName=Ur;var Og="TooltipArrow",YE=h.forwardRef((e,t)=>{const{__scopeTooltip:n,...r}=e,o=hi(n);return qE(Og,n).isInside?null:u.jsx(ha,{...o,...r,ref:t})});YE.displayName=Og;function XE(e,t){const n=Math.abs(t.top-e.y),r=Math.abs(t.bottom-e.y),o=Math.abs(t.right-e.x),s=Math.abs(t.left-e.x);switch(Math.min(n,r,o,s)){case s:return"left";case o:return"right";case n:return"top";case r:return"bottom";default:throw new Error("unreachable")}}function JE(e,t,n=5){const r=[];switch(t){case"top":r.push({x:e.x-n,y:e.y+n},{x:e.x+n,y:e.y+n});break;case"bottom":r.push({x:e.x-n,y:e.y-n},{x:e.x+n,y:e.y-n});break;case"left":r.push({x:e.x+n,y:e.y-n},{x:e.x+n,y:e.y+n});break;case"right":r.push({x:e.x-n,y:e.y-n},{x:e.x-n,y:e.y+n});break}return r}function ZE(e){const{top:t,right:n,bottom:r,left:o}=e;return[{x:o,y:t},{x:n,y:t},{x:n,y:r},{x:o,y:r}]}function QE(e,t){const{x:n,y:r}=e;let o=!1;for(let s=0,i=t.length-1;s<t.length;i=s++){const a=t[s],l=t[i],c=a.x,d=a.y,p=l.x,m=l.y;d>r!=m>r&&n<(p-c)*(r-d)/(m-d)+c&&(o=!o)}return o}function eI(e){const t=e.slice();return t.sort((n,r)=>n.x<r.x?-1:n.x>r.x?1:n.y<r.y?-1:n.y>r.y?1:0),tI(t)}function tI(e){if(e.length<=1)return e.slice();const t=[];for(let r=0;r<e.length;r++){const o=e[r];for(;t.length>=2;){const s=t[t.length-1],i=t[t.length-2];if((s.x-i.x)*(o.y-i.y)>=(s.y-i.y)*(o.x-i.x))t.pop();else break}t.push(o)}t.pop();const n=[];for(let r=e.length-1;r>=0;r--){const o=e[r];for(;n.length>=2;){const s=n[n.length-1],i=n[n.length-2];if((s.x-i.x)*(o.y-i.y)>=(s.y-i.y)*(o.x-i.x))n.pop();else break}n.push(o)}return n.pop(),t.length===1&&n.length===1&&t[0].x===n[0].x&&t[0].y===n[0].y?t:t.concat(n)}var nI=Pg,rI=jg,oI=_g,Dg=Rg;const sI=nI,iI=rI,aI=oI,Lg=h.forwardRef(({className:e,sideOffset:t=4,...n},r)=>u.jsx(Dg,{ref:r,sideOffset:t,className:re("z-50 overflow-hidden rounded-md border bg-popover px-3 py-1.5 text-sm text-popover-foreground shadow-md animate-in fade-in-0 zoom-in-95 data-[state=closed]:animate-out data-[state=closed]:fade-out-0 data-[state=closed]:zoom-out-95 data-[side=bottom]:slide-in-from-top-2 data-[side=left]:slide-in-from-right-2 data-[side=right]:slide-in-from-left-2 data-[side=top]:slide-in-from-bottom-2",e),...n}));Lg.displayName=Dg.displayName;var Gl="ToastProvider",[Yl,lI,cI]=Zo("Toast"),[$g,UN]=cn("Toast",[cI]),[uI,gi]=$g(Gl),Fg=e=>{const{__scopeToast:t,label:n="Notification",duration:r=5e3,swipeDirection:o="right",swipeThreshold:s=50,children:i}=e,[a,l]=h.useState(null),[c,d]=h.useState(0),p=h.useRef(!1),m=h.useRef(!1);return n.trim()||console.error(`Invalid prop \`label\` supplied to \`${Gl}\`. Expected non-empty \`string\`.`),u.jsx(Yl.Provider,{scope:t,children:u.jsx(uI,{scope:t,label:n,duration:r,swipeDirection:o,swipeThreshold:s,toastCount:c,viewport:a,onViewportChange:l,onToastAdd:h.useCallback(()=>d(f=>f+1),[]),onToastRemove:h.useCallback(()=>d(f=>f-1),[]),isFocusedToastEscapeKeyDownRef:p,isClosePausedRef:m,children:i})})};Fg.displayName=Gl;var Bg="ToastViewport",dI=["F8"],Xl="toast.viewportPause",Jl="toast.viewportResume",zg=h.forwardRef((e,t)=>{const{__scopeToast:n,hotkey:r=dI,label:o="Notifications ({hotkey})",...s}=e,i=gi(Bg,n),a=lI(n),l=h.useRef(null),c=h.useRef(null),d=h.useRef(null),p=h.useRef(null),m=De(t,p,i.onViewportChange),f=r.join("+").replace(/Key/g,"").replace(/Digit/g,""),v=i.toastCount>0;h.useEffect(()=>{const x=y=>{var C;r.length!==0&&r.every(k=>y[k]||y.code===k)&&((C=p.current)==null||C.focus())};return document.addEventListener("keydown",x),()=>document.removeEventListener("keydown",x)},[r]),h.useEffect(()=>{const x=l.current,y=p.current;if(v&&x&&y){const b=()=>{if(!i.isClosePausedRef.current){const T=new CustomEvent(Xl);y.dispatchEvent(T),i.isClosePausedRef.current=!0}},C=()=>{if(i.isClosePausedRef.current){const T=new CustomEvent(Jl);y.dispatchEvent(T),i.isClosePausedRef.current=!1}},k=T=>{!x.contains(T.relatedTarget)&&C()},S=()=>{x.contains(document.activeElement)||C()};return x.addEventListener("focusin",b),x.addEventListener("focusout",k),x.addEventListener("pointermove",b),x.addEventListener("pointerleave",S),window.addEventListener("blur",b),window.addEventListener("focus",C),()=>{x.removeEventListener("focusin",b),x.removeEventListener("focusout",k),x.removeEventListener("pointermove",b),x.removeEventListener("pointerleave",S),window.removeEventListener("blur",b),window.removeEventListener("focus",C)}}},[v,i.isClosePausedRef]);const g=h.useCallback(({tabbingDirection:x})=>{const b=a().map(C=>{const k=C.ref.current,S=[k,...TI(k)];return x==="forwards"?S:S.reverse()});return(x==="forwards"?b.reverse():b).flat()},[a]);return h.useEffect(()=>{const x=p.current;if(x){const y=b=>{var S,T,E;const C=b.altKey||b.ctrlKey||b.metaKey;if(b.key==="Tab"&&!C){const P=document.activeElement,_=b.shiftKey;if(b.target===x&&_){(S=c.current)==null||S.focus();return}const F=g({tabbingDirection:_?"backwards":"forwards"}),G=F.findIndex(O=>O===P);ec(F.slice(G+1))?b.preventDefault():_?(T=c.current)==null||T.focus():(E=d.current)==null||E.focus()}};return x.addEventListener("keydown",y),()=>x.removeEventListener("keydown",y)}},[a,g]),u.jsxs(zw,{ref:l,role:"region","aria-label":o.replace("{hotkey}",f),tabIndex:-1,style:{pointerEvents:v?void 0:"none"},children:[v&&u.jsx(Zl,{ref:c,onFocusFromOutsideViewport:()=>{const x=g({tabbingDirection:"forwards"});ec(x)}}),u.jsx(Yl.Slot,{scope:n,children:u.jsx(fe.ol,{tabIndex:-1,...s,ref:m})}),v&&u.jsx(Zl,{ref:d,onFocusFromOutsideViewport:()=>{const x=g({tabbingDirection:"backwards"});ec(x)}})]})});zg.displayName=Bg;var Hg="ToastFocusProxy",Zl=h.forwardRef((e,t)=>{const{__scopeToast:n,onFocusFromOutsideViewport:r,...o}=e,s=gi(Hg,n);return u.jsx(ai,{tabIndex:0,...o,ref:t,style:{position:"fixed"},onFocus:i=>{var c;const a=i.relatedTarget;!((c=s.viewport)!=null&&c.contains(a))&&r()}})});Zl.displayName=Hg;var Mo="Toast",fI="toast.swipeStart",pI="toast.swipeMove",hI="toast.swipeCancel",mI="toast.swipeEnd",Ug=h.forwardRef((e,t)=>{const{forceMount:n,open:r,defaultOpen:o,onOpenChange:s,...i}=e,[a,l]=On({prop:r,defaultProp:o??!0,onChange:s,caller:Mo});return u.jsx(Ut,{present:n||a,children:u.jsx(vI,{open:a,...i,ref:t,onClose:()=>l(!1),onPause:pt(e.onPause),onResume:pt(e.onResume),onSwipeStart:ie(e.onSwipeStart,c=>{c.currentTarget.setAttribute("data-swipe","start")}),onSwipeMove:ie(e.onSwipeMove,c=>{const{x:d,y:p}=c.detail.delta;c.currentTarget.setAttribute("data-swipe","move"),c.currentTarget.style.setProperty("--radix-toast-swipe-move-x",`${d}px`),c.currentTarget.style.setProperty("--radix-toast-swipe-move-y",`${p}px`)}),onSwipeCancel:ie(e.onSwipeCancel,c=>{c.currentTarget.setAttribute("data-swipe","cancel"),c.currentTarget.style.removeProperty("--radix-toast-swipe-move-x"),c.currentTarget.style.removeProperty("--radix-toast-swipe-move-y"),c.currentTarget.style.removeProperty("--radix-toast-swipe-end-x"),c.currentTarget.style.removeProperty("--radix-toast-swipe-end-y")}),onSwipeEnd:ie(e.onSwipeEnd,c=>{const{x:d,y:p}=c.detail.delta;c.currentTarget.setAttribute("data-swipe","end"),c.currentTarget.style.removeProperty("--radix-toast-swipe-move-x"),c.currentTarget.style.removeProperty("--radix-toast-swipe-move-y"),c.currentTarget.style.setProperty("--radix-toast-swipe-end-x",`${d}px`),c.currentTarget.style.setProperty("--radix-toast-swipe-end-y",`${p}px`),l(!1)})})})});Ug.displayName=Mo;var[gI,xI]=$g(Mo,{onClose(){}}),vI=h.forwardRef((e,t)=>{const{__scopeToast:n,type:r="foreground",duration:o,open:s,onClose:i,onEscapeKeyDown:a,onPause:l,onResume:c,onSwipeStart:d,onSwipeMove:p,onSwipeCancel:m,onSwipeEnd:f,...v}=e,g=gi(Mo,n),[x,y]=h.useState(null),b=De(t,O=>y(O)),C=h.useRef(null),k=h.useRef(null),S=o||g.duration,T=h.useRef(0),E=h.useRef(S),P=h.useRef(0),{onToastAdd:_,onToastRemove:$}=g,L=pt(()=>{var K;(x==null?void 0:x.contains(document.activeElement))&&((K=g.viewport)==null||K.focus()),i()}),F=h.useCallback(O=>{!O||O===1/0||(window.clearTimeout(P.current),T.current=new Date().getTime(),P.current=window.setTimeout(L,O))},[L]);h.useEffect(()=>{const O=g.viewport;if(O){const K=()=>{F(E.current),c==null||c()},q=()=>{const H=new Date().getTime()-T.current;E.current=E.current-H,window.clearTimeout(P.current),l==null||l()};return O.addEventListener(Xl,q),O.addEventListener(Jl,K),()=>{O.removeEventListener(Xl,q),O.removeEventListener(Jl,K)}}},[g.viewport,S,l,c,F]),h.useEffect(()=>{s&&!g.isClosePausedRef.current&&F(S)},[s,S,g.isClosePausedRef,F]),h.useEffect(()=>(_(),()=>$()),[_,$]);const G=h.useMemo(()=>x?Xg(x):null,[x]);return g.viewport?u.jsxs(u.Fragment,{children:[G&&u.jsx(wI,{__scopeToast:n,role:"status","aria-live":r==="foreground"?"assertive":"polite",children:G}),u.jsx(gI,{scope:n,onClose:L,children:Kr.createPortal(u.jsx(Yl.ItemSlot,{scope:n,children:u.jsx(Bw,{asChild:!0,onEscapeKeyDown:ie(a,()=>{g.isFocusedToastEscapeKeyDownRef.current||L(),g.isFocusedToastEscapeKeyDownRef.current=!1}),children:u.jsx(fe.li,{tabIndex:0,"data-state":s?"open":"closed","data-swipe-direction":g.swipeDirection,...v,ref:b,style:{userSelect:"none",touchAction:"none",...e.style},onKeyDown:ie(e.onKeyDown,O=>{O.key==="Escape"&&(a==null||a(O.nativeEvent),O.nativeEvent.defaultPrevented||(g.isFocusedToastEscapeKeyDownRef.current=!0,L()))}),onPointerDown:ie(e.onPointerDown,O=>{O.button===0&&(C.current={x:O.clientX,y:O.clientY})}),onPointerMove:ie(e.onPointerMove,O=>{if(!C.current)return;const K=O.clientX-C.current.x,q=O.clientY-C.current.y,H=!!k.current,j=["left","right"].includes(g.swipeDirection),I=["left","up"].includes(g.swipeDirection)?Math.min:Math.max,Y=j?I(0,K):0,J=j?0:I(0,q),D=O.pointerType==="touch"?10:2,V={x:Y,y:J},R={originalEvent:O,delta:V};H?(k.current=V,xi(pI,p,R,{discrete:!1})):Jg(V,g.swipeDirection,D)?(k.current=V,xi(fI,d,R,{discrete:!1}),O.target.setPointerCapture(O.pointerId)):(Math.abs(K)>D||Math.abs(q)>D)&&(C.current=null)}),onPointerUp:ie(e.onPointerUp,O=>{const K=k.current,q=O.target;if(q.hasPointerCapture(O.pointerId)&&q.releasePointerCapture(O.pointerId),k.current=null,C.current=null,K){const H=O.currentTarget,j={originalEvent:O,delta:K};Jg(K,g.swipeDirection,g.swipeThreshold)?xi(mI,f,j,{discrete:!0}):xi(hI,m,j,{discrete:!0}),H.addEventListener("click",I=>I.preventDefault(),{once:!0})}})})})}),g.viewport)})]}):null}),wI=e=>{const{__scopeToast:t,children:n,...r}=e,o=gi(Mo,t),[s,i]=h.useState(!1),[a,l]=h.useState(!1);return SI(()=>i(!0)),h.useEffect(()=>{const c=window.setTimeout(()=>l(!0),1e3);return()=>window.clearTimeout(c)},[]),a?null:u.jsx(ao,{asChild:!0,children:u.jsx(ai,{...r,children:s&&u.jsxs(u.Fragment,{children:[o.label," ",n]})})})},bI="ToastTitle",Wg=h.forwardRef((e,t)=>{const{__scopeToast:n,...r}=e;return u.jsx(fe.div,{...r,ref:t})});Wg.displayName=bI;var yI="ToastDescription",Vg=h.forwardRef((e,t)=>{const{__scopeToast:n,...r}=e;return u.jsx(fe.div,{...r,ref:t})});Vg.displayName=yI;var Kg="ToastAction",qg=h.forwardRef((e,t)=>{const{altText:n,...r}=e;return n.trim()?u.jsx(Yg,{altText:n,asChild:!0,children:u.jsx(Ql,{...r,ref:t})}):(console.error(`Invalid prop \`altText\` supplied to \`${Kg}\`. Expected non-empty \`string\`.`),null)});qg.displayName=Kg;var Gg="ToastClose",Ql=h.forwardRef((e,t)=>{const{__scopeToast:n,...r}=e,o=xI(Gg,n);return u.jsx(Yg,{asChild:!0,children:u.jsx(fe.button,{type:"button",...r,ref:t,onClick:ie(e.onClick,o.onClose)})})});Ql.displayName=Gg;var Yg=h.forwardRef((e,t)=>{const{__scopeToast:n,altText:r,...o}=e;return u.jsx(fe.div,{"data-radix-toast-announce-exclude":"","data-radix-toast-announce-alt":r||void 0,...o,ref:t})});function Xg(e){const t=[];return Array.from(e.childNodes).forEach(r=>{if(r.nodeType===r.TEXT_NODE&&r.textContent&&t.push(r.textContent),CI(r)){const o=r.ariaHidden||r.hidden||r.style.display==="none",s=r.dataset.radixToastAnnounceExclude==="";if(!o)if(s){const i=r.dataset.radixToastAnnounceAlt;i&&t.push(i)}else t.push(...Xg(r))}}),t}function xi(e,t,n,{discrete:r}){const o=n.originalEvent.currentTarget,s=new CustomEvent(e,{bubbles:!0,cancelable:!0,detail:n});t&&o.addEventListener(e,t,{once:!0}),r?Ki(o,s):o.dispatchEvent(s)}var Jg=(e,t,n=0)=>{const r=Math.abs(e.x),o=Math.abs(e.y),s=r>o;return t==="left"||t==="right"?s&&r>n:!s&&o>n};function SI(e=()=>{}){const t=pt(e);It(()=>{let n=0,r=0;return n=window.requestAnimationFrame(()=>r=window.requestAnimationFrame(t)),()=>{window.cancelAnimationFrame(n),window.cancelAnimationFrame(r)}},[t])}function CI(e){return e.nodeType===e.ELEMENT_NODE}function TI(e){const t=[],n=document.createTreeWalker(e,NodeFilter.SHOW_ELEMENT,{acceptNode:r=>{const o=r.tagName==="INPUT"&&r.type==="hidden";return r.disabled||r.hidden||o?NodeFilter.FILTER_SKIP:r.tabIndex>=0?NodeFilter.FILTER_ACCEPT:NodeFilter.FILTER_SKIP}});for(;n.nextNode();)t.push(n.currentNode);return t}function ec(e){const t=document.activeElement;return e.some(n=>n===t?!0:(n.focus(),document.activeElement!==t))}var kI=Fg,Zg=zg,Qg=Ug,ex=Wg,tx=Vg,nx=qg,rx=Ql;const EI=kI,ox=h.forwardRef(({className:e,...t},n)=>u.jsx(Zg,{ref:n,className:re("fixed bottom-0 right-0 z-[100] flex max-h-screen w-full flex-col p-4 md:max-w-[420px]",e),...t}));ox.displayName=Zg.displayName;const II=Vr.cva("group pointer-events-auto relative flex w-full items-center justify-between space-x-4 overflow-hidden rounded-md border p-6 pr-8 shadow-lg transition-all data-[swipe=cancel]:translate-x-0 data-[swipe=end]:translate-x-[var(--radix-toast-swipe-end-x)] data-[swipe=move]:translate-x-[var(--radix-toast-swipe-move-x)] data-[swipe=move]:transition-none data-[state=open]:animate-in data-[state=closed]:animate-out data-[swipe=end]:animate-out data-[state=closed]:fade-out-80 data-[state=closed]:slide-out-to-right-full data-[state=open]:slide-in-from-top-full data-[state=open]:sm:slide-in-from-bottom-full",{variants:{variant:{default:"border bg-background text-foreground",destructive:"destructive group border-destructive bg-destructive text-destructive-foreground"}},defaultVariants:{variant:"default"}}),sx=h.forwardRef(({className:e,variant:t,...n},r)=>u.jsx(Qg,{ref:r,className:re(II({variant:t}),e),...n}));sx.displayName=Qg.displayName;const NI=h.forwardRef(({className:e,...t},n)=>u.jsx(nx,{ref:n,className:re("inline-flex h-8 shrink-0 items-center justify-center rounded-md border bg-transparent px-3 text-sm font-medium ring-offset-background transition-colors hover:bg-secondary focus:outline-none focus:ring-2 focus:ring-ring focus:ring-offset-2 disabled:pointer-events-none disabled:opacity-50 group-[.destructive]:border-muted/40 group-[.destructive]:hover:border-destructive/30 group-[.destructive]:hover:bg-destructive group-[.destructive]:hover:text-destructive-foreground group-[.destructive]:focus:ring-destructive",e),...t}));NI.displayName=nx.displayName;const ix=h.forwardRef(({className:e,...t},n)=>u.jsx(rx,{ref:n,className:re("absolute right-2 top-2 rounded-md p-1 text-foreground/50 opacity-0 transition-opacity hover:text-foreground focus:opacity-100 focus:outline-none focus:ring-2 group-hover:opacity-100 group-[.destructive]:text-red-300 group-[.destructive]:hover:text-red-50 group-[.destructive]:focus:ring-red-400 group-[.destructive]:focus:ring-offset-red-600",e),"toast-close":"",...t,children:u.jsx(ce.X,{className:"h-4 w-4"})}));ix.displayName=rx.displayName;const ax=h.forwardRef(({className:e,...t},n)=>u.jsx(ex,{ref:n,className:re("text-sm font-semibold",e),...t}));ax.displayName=ex.displayName;const lx=h.forwardRef(({className:e,...t},n)=>u.jsx(tx,{ref:n,className:re("text-sm opacity-90",e),...t}));lx.displayName=tx.displayName;function AI(){const{toasts:e}=cl();return u.jsxs(EI,{children:[e.map(function({id:t,title:n,description:r,action:o,...s}){return u.jsxs(sx,{...s,children:[u.jsxs("div",{className:"grid gap-1",children:[n&&u.jsx(ax,{children:n}),r&&u.jsx(lx,{children:r})]}),o,u.jsx(ix,{})]},t)}),u.jsx(ox,{})]})}var PI=(e,t,n,r,o,s,i,a)=>{let l=document.documentElement,c=["light","dark"];function d(f){(Array.isArray(e)?e:[e]).forEach(v=>{let g=v==="class",x=g&&s?o.map(y=>s[y]||y):o;g?(l.classList.remove(...x),l.classList.add(s&&s[f]?s[f]:f)):l.setAttribute(v,f)}),p(f)}function p(f){a&&c.includes(f)&&(l.style.colorScheme=f)}function m(){return window.matchMedia("(prefers-color-scheme: dark)").matches?"dark":"light"}if(r)d(r);else try{let f=localStorage.getItem(t)||n,v=i&&f==="system"?m():f;d(v)}catch{}},jI=h.createContext(void 0),_I={setTheme:e=>{},themes:[]},RI=()=>{var e;return(e=h.useContext(jI))!=null?e:_I};h.memo(({forcedTheme:e,storageKey:t,attribute:n,enableSystem:r,enableColorScheme:o,defaultTheme:s,value:i,themes:a,nonce:l,scriptProps:c})=>{let d=JSON.stringify([n,t,s,e,a,i,r,o]).slice(1,-1);return h.createElement("script",{...c,suppressHydrationWarning:!0,nonce:typeof window>"u"?l:"",dangerouslySetInnerHTML:{__html:`(${PI.toString()})(${d})`}})});var MI=e=>{switch(e){case"success":return LI;case"info":return FI;case"warning":return $I;case"error":return BI;default:return null}},OI=Array(12).fill(0),DI=({visible:e,className:t})=>w.createElement("div",{className:["sonner-loading-wrapper",t].filter(Boolean).join(" "),"data-visible":e},w.createElement("div",{className:"sonner-spinner"},OI.map((n,r)=>w.createElement("div",{className:"sonner-loading-bar",key:`spinner-bar-${r}`})))),LI=w.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 20 20",fill:"currentColor",height:"20",width:"20"},w.createElement("path",{fillRule:"evenodd",d:"M10 18a8 8 0 100-16 8 8 0 000 16zm3.857-9.809a.75.75 0 00-1.214-.882l-3.483 4.79-1.88-1.88a.75.75 0 10-1.06 1.061l2.5 2.5a.75.75 0 001.137-.089l4-5.5z",clipRule:"evenodd"})),$I=w.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",fill:"currentColor",height:"20",width:"20"},w.createElement("path",{fillRule:"evenodd",d:"M9.401 3.003c1.155-2 4.043-2 5.197 0l7.355 12.748c1.154 2-.29 4.5-2.599 4.5H4.645c-2.309 0-3.752-2.5-2.598-4.5L9.4 3.003zM12 8.25a.75.75 0 01.75.75v3.75a.75.75 0 01-1.5 0V9a.75.75 0 01.75-.75zm0 8.25a.75.75 0 100-1.5.75.75 0 000 1.5z",clipRule:"evenodd"})),FI=w.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 20 20",fill:"currentColor",height:"20",width:"20"},w.createElement("path",{fillRule:"evenodd",d:"M18 10a8 8 0 11-16 0 8 8 0 0116 0zm-7-4a1 1 0 11-2 0 1 1 0 012 0zM9 9a.75.75 0 000 1.5h.253a.25.25 0 01.244.304l-.459 2.066A1.75 1.75 0 0010.747 15H11a.75.75 0 000-1.5h-.253a.25.25 0 01-.244-.304l.459-2.066A1.75 1.75 0 009.253 9H9z",clipRule:"evenodd"})),BI=w.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 20 20",fill:"currentColor",height:"20",width:"20"},w.createElement("path",{fillRule:"evenodd",d:"M18 10a8 8 0 11-16 0 8 8 0 0116 0zm-8-5a.75.75 0 01.75.75v4.5a.75.75 0 01-1.5 0v-4.5A.75.75 0 0110 5zm0 10a1 1 0 100-2 1 1 0 000 2z",clipRule:"evenodd"})),zI=w.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:"12",height:"12",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"},w.createElement("line",{x1:"18",y1:"6",x2:"6",y2:"18"}),w.createElement("line",{x1:"6",y1:"6",x2:"18",y2:"18"})),HI=()=>{let[e,t]=w.useState(document.hidden);return w.useEffect(()=>{let n=()=>{t(document.hidden)};return document.addEventListener("visibilitychange",n),()=>window.removeEventListener("visibilitychange",n)},[]),e},tc=1,UI=class{constructor(){this.subscribe=e=>(this.subscribers.push(e),()=>{let t=this.subscribers.indexOf(e);this.subscribers.splice(t,1)}),this.publish=e=>{this.subscribers.forEach(t=>t(e))},this.addToast=e=>{this.publish(e),this.toasts=[...this.toasts,e]},this.create=e=>{var t;let{message:n,...r}=e,o=typeof(e==null?void 0:e.id)=="number"||((t=e.id)==null?void 0:t.length)>0?e.id:tc++,s=this.toasts.find(a=>a.id===o),i=e.dismissible===void 0?!0:e.dismissible;return this.dismissedToasts.has(o)&&this.dismissedToasts.delete(o),s?this.toasts=this.toasts.map(a=>a.id===o?(this.publish({...a,...e,id:o,title:n}),{...a,...e,id:o,dismissible:i,title:n}):a):this.addToast({title:n,...r,dismissible:i,id:o}),o},this.dismiss=e=>(this.dismissedToasts.add(e),e||this.toasts.forEach(t=>{this.subscribers.forEach(n=>n({id:t.id,dismiss:!0}))}),this.subscribers.forEach(t=>t({id:e,dismiss:!0})),e),this.message=(e,t)=>this.create({...t,message:e}),this.error=(e,t)=>this.create({...t,message:e,type:"error"}),this.success=(e,t)=>this.create({...t,type:"success",message:e}),this.info=(e,t)=>this.create({...t,type:"info",message:e}),this.warning=(e,t)=>this.create({...t,type:"warning",message:e}),this.loading=(e,t)=>this.create({...t,type:"loading",message:e}),this.promise=(e,t)=>{if(!t)return;let n;t.loading!==void 0&&(n=this.create({...t,promise:e,type:"loading",message:t.loading,description:typeof t.description!="function"?t.description:void 0}));let r=e instanceof Promise?e:e(),o=n!==void 0,s,i=r.then(async l=>{if(s=["resolve",l],w.isValidElement(l))o=!1,this.create({id:n,type:"default",message:l});else if(VI(l)&&!l.ok){o=!1;let c=typeof t.error=="function"?await t.error(`HTTP error! status: ${l.status}`):t.error,d=typeof t.description=="function"?await t.description(`HTTP error! status: ${l.status}`):t.description;this.create({id:n,type:"error",message:c,description:d})}else if(t.success!==void 0){o=!1;let c=typeof t.success=="function"?await t.success(l):t.success,d=typeof t.description=="function"?await t.description(l):t.description;this.create({id:n,type:"success",message:c,description:d})}}).catch(async l=>{if(s=["reject",l],t.error!==void 0){o=!1;let c=typeof t.error=="function"?await t.error(l):t.error,d=typeof t.description=="function"?await t.description(l):t.description;this.create({id:n,type:"error",message:c,description:d})}}).finally(()=>{var l;o&&(this.dismiss(n),n=void 0),(l=t.finally)==null||l.call(t)}),a=()=>new Promise((l,c)=>i.then(()=>s[0]==="reject"?c(s[1]):l(s[1])).catch(c));return typeof n!="string"&&typeof n!="number"?{unwrap:a}:Object.assign(n,{unwrap:a})},this.custom=(e,t)=>{let n=(t==null?void 0:t.id)||tc++;return this.create({jsx:e(n),id:n,...t}),n},this.getActiveToasts=()=>this.toasts.filter(e=>!this.dismissedToasts.has(e.id)),this.subscribers=[],this.toasts=[],this.dismissedToasts=new Set}},Kt=new UI,WI=(e,t)=>{let n=(t==null?void 0:t.id)||tc++;return Kt.addToast({title:e,...t,id:n}),n},VI=e=>e&&typeof e=="object"&&"ok"in e&&typeof e.ok=="boolean"&&"status"in e&&typeof e.status=="number",KI=WI,qI=()=>Kt.toasts,GI=()=>Kt.getActiveToasts();Object.assign(KI,{success:Kt.success,info:Kt.info,warning:Kt.warning,error:Kt.error,custom:Kt.custom,message:Kt.message,promise:Kt.promise,dismiss:Kt.dismiss,loading:Kt.loading},{getHistory:qI,getToasts:GI});function YI(e,{insertAt:t}={}){if(typeof document>"u")return;let n=document.head||document.getElementsByTagName("head")[0],r=document.createElement("style");r.type="text/css",t==="top"&&n.firstChild?n.insertBefore(r,n.firstChild):n.appendChild(r),r.styleSheet?r.styleSheet.cssText=e:r.appendChild(document.createTextNode(e))}YI(`:where(html[dir="ltr"]),:where([data-sonner-toaster][dir="ltr"]){--toast-icon-margin-start: -3px;--toast-icon-margin-end: 4px;--toast-svg-margin-start: -1px;--toast-svg-margin-end: 0px;--toast-button-margin-start: auto;--toast-button-margin-end: 0;--toast-close-button-start: 0;--toast-close-button-end: unset;--toast-close-button-transform: translate(-35%, -35%)}:where(html[dir="rtl"]),:where([data-sonner-toaster][dir="rtl"]){--toast-icon-margin-start: 4px;--toast-icon-margin-end: -3px;--toast-svg-margin-start: 0px;--toast-svg-margin-end: -1px;--toast-button-margin-start: 0;--toast-button-margin-end: auto;--toast-close-button-start: unset;--toast-close-button-end: 0;--toast-close-button-transform: translate(35%, -35%)}:where([data-sonner-toaster]){position:fixed;width:var(--width);font-family:ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;--gray1: hsl(0, 0%, 99%);--gray2: hsl(0, 0%, 97.3%);--gray3: hsl(0, 0%, 95.1%);--gray4: hsl(0, 0%, 93%);--gray5: hsl(0, 0%, 90.9%);--gray6: hsl(0, 0%, 88.7%);--gray7: hsl(0, 0%, 85.8%);--gray8: hsl(0, 0%, 78%);--gray9: hsl(0, 0%, 56.1%);--gray10: hsl(0, 0%, 52.3%);--gray11: hsl(0, 0%, 43.5%);--gray12: hsl(0, 0%, 9%);--border-radius: 8px;box-sizing:border-box;padding:0;margin:0;list-style:none;outline:none;z-index:999999999;transition:transform .4s ease}:where([data-sonner-toaster][data-lifted="true"]){transform:translateY(-10px)}@media (hover: none) and (pointer: coarse){:where([data-sonner-toaster][data-lifted="true"]){transform:none}}:where([data-sonner-toaster][data-x-position="right"]){right:var(--offset-right)}:where([data-sonner-toaster][data-x-position="left"]){left:var(--offset-left)}:where([data-sonner-toaster][data-x-position="center"]){left:50%;transform:translate(-50%)}:where([data-sonner-toaster][data-y-position="top"]){top:var(--offset-top)}:where([data-sonner-toaster][data-y-position="bottom"]){bottom:var(--offset-bottom)}:where([data-sonner-toast]){--y: translateY(100%);--lift-amount: calc(var(--lift) * var(--gap));z-index:var(--z-index);position:absolute;opacity:0;transform:var(--y);filter:blur(0);touch-action:none;transition:transform .4s,opacity .4s,height .4s,box-shadow .2s;box-sizing:border-box;outline:none;overflow-wrap:anywhere}:where([data-sonner-toast][data-styled="true"]){padding:16px;background:var(--normal-bg);border:1px solid var(--normal-border);color:var(--normal-text);border-radius:var(--border-radius);box-shadow:0 4px 12px #0000001a;width:var(--width);font-size:13px;display:flex;align-items:center;gap:6px}:where([data-sonner-toast]:focus-visible){box-shadow:0 4px 12px #0000001a,0 0 0 2px #0003}:where([data-sonner-toast][data-y-position="top"]){top:0;--y: translateY(-100%);--lift: 1;--lift-amount: calc(1 * var(--gap))}:where([data-sonner-toast][data-y-position="bottom"]){bottom:0;--y: translateY(100%);--lift: -1;--lift-amount: calc(var(--lift) * var(--gap))}:where([data-sonner-toast]) :where([data-description]){font-weight:400;line-height:1.4;color:inherit}:where([data-sonner-toast]) :where([data-title]){font-weight:500;line-height:1.5;color:inherit}:where([data-sonner-toast]) :where([data-icon]){display:flex;height:16px;width:16px;position:relative;justify-content:flex-start;align-items:center;flex-shrink:0;margin-left:var(--toast-icon-margin-start);margin-right:var(--toast-icon-margin-end)}:where([data-sonner-toast][data-promise="true"]) :where([data-icon])>svg{opacity:0;transform:scale(.8);transform-origin:center;animation:sonner-fade-in .3s ease forwards}:where([data-sonner-toast]) :where([data-icon])>*{flex-shrink:0}:where([data-sonner-toast]) :where([data-icon]) svg{margin-left:var(--toast-svg-margin-start);margin-right:var(--toast-svg-margin-end)}:where([data-sonner-toast]) :where([data-content]){display:flex;flex-direction:column;gap:2px}[data-sonner-toast][data-styled=true] [data-button]{border-radius:4px;padding-left:8px;padding-right:8px;height:24px;font-size:12px;color:var(--normal-bg);background:var(--normal-text);margin-left:var(--toast-button-margin-start);margin-right:var(--toast-button-margin-end);border:none;cursor:pointer;outline:none;display:flex;align-items:center;flex-shrink:0;transition:opacity .4s,box-shadow .2s}:where([data-sonner-toast]) :where([data-button]):focus-visible{box-shadow:0 0 0 2px #0006}:where([data-sonner-toast]) :where([data-button]):first-of-type{margin-left:var(--toast-button-margin-start);margin-right:var(--toast-button-margin-end)}:where([data-sonner-toast]) :where([data-cancel]){color:var(--normal-text);background:rgba(0,0,0,.08)}:where([data-sonner-toast][data-theme="dark"]) :where([data-cancel]){background:rgba(255,255,255,.3)}:where([data-sonner-toast]) :where([data-close-button]){position:absolute;left:var(--toast-close-button-start);right:var(--toast-close-button-end);top:0;height:20px;width:20px;display:flex;justify-content:center;align-items:center;padding:0;color:var(--gray12);border:1px solid var(--gray4);transform:var(--toast-close-button-transform);border-radius:50%;cursor:pointer;z-index:1;transition:opacity .1s,background .2s,border-color .2s}[data-sonner-toast] [data-close-button]{background:var(--gray1)}:where([data-sonner-toast]) :where([data-close-button]):focus-visible{box-shadow:0 4px 12px #0000001a,0 0 0 2px #0003}:where([data-sonner-toast]) :where([data-disabled="true"]){cursor:not-allowed}:where([data-sonner-toast]):hover :where([data-close-button]):hover{background:var(--gray2);border-color:var(--gray5)}:where([data-sonner-toast][data-swiping="true"]):before{content:"";position:absolute;left:-50%;right:-50%;height:100%;z-index:-1}:where([data-sonner-toast][data-y-position="top"][data-swiping="true"]):before{bottom:50%;transform:scaleY(3) translateY(50%)}:where([data-sonner-toast][data-y-position="bottom"][data-swiping="true"]):before{top:50%;transform:scaleY(3) translateY(-50%)}:where([data-sonner-toast][data-swiping="false"][data-removed="true"]):before{content:"";position:absolute;inset:0;transform:scaleY(2)}:where([data-sonner-toast]):after{content:"";position:absolute;left:0;height:calc(var(--gap) + 1px);bottom:100%;width:100%}:where([data-sonner-toast][data-mounted="true"]){--y: translateY(0);opacity:1}:where([data-sonner-toast][data-expanded="false"][data-front="false"]){--scale: var(--toasts-before) * .05 + 1;--y: translateY(calc(var(--lift-amount) * var(--toasts-before))) scale(calc(-1 * var(--scale)));height:var(--front-toast-height)}:where([data-sonner-toast])>*{transition:opacity .4s}:where([data-sonner-toast][data-expanded="false"][data-front="false"][data-styled="true"])>*{opacity:0}:where([data-sonner-toast][data-visible="false"]){opacity:0;pointer-events:none}:where([data-sonner-toast][data-mounted="true"][data-expanded="true"]){--y: translateY(calc(var(--lift) * var(--offset)));height:var(--initial-height)}:where([data-sonner-toast][data-removed="true"][data-front="true"][data-swipe-out="false"]){--y: translateY(calc(var(--lift) * -100%));opacity:0}:where([data-sonner-toast][data-removed="true"][data-front="false"][data-swipe-out="false"][data-expanded="true"]){--y: translateY(calc(var(--lift) * var(--offset) + var(--lift) * -100%));opacity:0}:where([data-sonner-toast][data-removed="true"][data-front="false"][data-swipe-out="false"][data-expanded="false"]){--y: translateY(40%);opacity:0;transition:transform .5s,opacity .2s}:where([data-sonner-toast][data-removed="true"][data-front="false"]):before{height:calc(var(--initial-height) + 20%)}[data-sonner-toast][data-swiping=true]{transform:var(--y) translateY(var(--swipe-amount-y, 0px)) translate(var(--swipe-amount-x, 0px));transition:none}[data-sonner-toast][data-swiped=true]{user-select:none}[data-sonner-toast][data-swipe-out=true][data-y-position=bottom],[data-sonner-toast][data-swipe-out=true][data-y-position=top]{animation-duration:.2s;animation-timing-function:ease-out;animation-fill-mode:forwards}[data-sonner-toast][data-swipe-out=true][data-swipe-direction=left]{animation-name:swipe-out-left}[data-sonner-toast][data-swipe-out=true][data-swipe-direction=right]{animation-name:swipe-out-right}[data-sonner-toast][data-swipe-out=true][data-swipe-direction=up]{animation-name:swipe-out-up}[data-sonner-toast][data-swipe-out=true][data-swipe-direction=down]{animation-name:swipe-out-down}@keyframes swipe-out-left{0%{transform:var(--y) translate(var(--swipe-amount-x));opacity:1}to{transform:var(--y) translate(calc(var(--swipe-amount-x) - 100%));opacity:0}}@keyframes swipe-out-right{0%{transform:var(--y) translate(var(--swipe-amount-x));opacity:1}to{transform:var(--y) translate(calc(var(--swipe-amount-x) + 100%));opacity:0}}@keyframes swipe-out-up{0%{transform:var(--y) translateY(var(--swipe-amount-y));opacity:1}to{transform:var(--y) translateY(calc(var(--swipe-amount-y) - 100%));opacity:0}}@keyframes swipe-out-down{0%{transform:var(--y) translateY(var(--swipe-amount-y));opacity:1}to{transform:var(--y) translateY(calc(var(--swipe-amount-y) + 100%));opacity:0}}@media (max-width: 600px){[data-sonner-toaster]{position:fixed;right:var(--mobile-offset-right);left:var(--mobile-offset-left);width:100%}[data-sonner-toaster][dir=rtl]{left:calc(var(--mobile-offset-left) * -1)}[data-sonner-toaster] [data-sonner-toast]{left:0;right:0;width:calc(100% - var(--mobile-offset-left) * 2)}[data-sonner-toaster][data-x-position=left]{left:var(--mobile-offset-left)}[data-sonner-toaster][data-y-position=bottom]{bottom:var(--mobile-offset-bottom)}[data-sonner-toaster][data-y-position=top]{top:var(--mobile-offset-top)}[data-sonner-toaster][data-x-position=center]{left:var(--mobile-offset-left);right:var(--mobile-offset-right);transform:none}}[data-sonner-toaster][data-theme=light]{--normal-bg: #fff;--normal-border: var(--gray4);--normal-text: var(--gray12);--success-bg: hsl(143, 85%, 96%);--success-border: hsl(145, 92%, 91%);--success-text: hsl(140, 100%, 27%);--info-bg: hsl(208, 100%, 97%);--info-border: hsl(221, 91%, 91%);--info-text: hsl(210, 92%, 45%);--warning-bg: hsl(49, 100%, 97%);--warning-border: hsl(49, 91%, 91%);--warning-text: hsl(31, 92%, 45%);--error-bg: hsl(359, 100%, 97%);--error-border: hsl(359, 100%, 94%);--error-text: hsl(360, 100%, 45%)}[data-sonner-toaster][data-theme=light] [data-sonner-toast][data-invert=true]{--normal-bg: #000;--normal-border: hsl(0, 0%, 20%);--normal-text: var(--gray1)}[data-sonner-toaster][data-theme=dark] [data-sonner-toast][data-invert=true]{--normal-bg: #fff;--normal-border: var(--gray3);--normal-text: var(--gray12)}[data-sonner-toaster][data-theme=dark]{--normal-bg: #000;--normal-bg-hover: hsl(0, 0%, 12%);--normal-border: hsl(0, 0%, 20%);--normal-border-hover: hsl(0, 0%, 25%);--normal-text: var(--gray1);--success-bg: hsl(150, 100%, 6%);--success-border: hsl(147, 100%, 12%);--success-text: hsl(150, 86%, 65%);--info-bg: hsl(215, 100%, 6%);--info-border: hsl(223, 100%, 12%);--info-text: hsl(216, 87%, 65%);--warning-bg: hsl(64, 100%, 6%);--warning-border: hsl(60, 100%, 12%);--warning-text: hsl(46, 87%, 65%);--error-bg: hsl(358, 76%, 10%);--error-border: hsl(357, 89%, 16%);--error-text: hsl(358, 100%, 81%)}[data-sonner-toaster][data-theme=dark] [data-sonner-toast] [data-close-button]{background:var(--normal-bg);border-color:var(--normal-border);color:var(--normal-text)}[data-sonner-toaster][data-theme=dark] [data-sonner-toast] [data-close-button]:hover{background:var(--normal-bg-hover);border-color:var(--normal-border-hover)}[data-rich-colors=true][data-sonner-toast][data-type=success],[data-rich-colors=true][data-sonner-toast][data-type=success] [data-close-button]{background:var(--success-bg);border-color:var(--success-border);color:var(--success-text)}[data-rich-colors=true][data-sonner-toast][data-type=info],[data-rich-colors=true][data-sonner-toast][data-type=info] [data-close-button]{background:var(--info-bg);border-color:var(--info-border);color:var(--info-text)}[data-rich-colors=true][data-sonner-toast][data-type=warning],[data-rich-colors=true][data-sonner-toast][data-type=warning] [data-close-button]{background:var(--warning-bg);border-color:var(--warning-border);color:var(--warning-text)}[data-rich-colors=true][data-sonner-toast][data-type=error],[data-rich-colors=true][data-sonner-toast][data-type=error] [data-close-button]{background:var(--error-bg);border-color:var(--error-border);color:var(--error-text)}.sonner-loading-wrapper{--size: 16px;height:var(--size);width:var(--size);position:absolute;inset:0;z-index:10}.sonner-loading-wrapper[data-visible=false]{transform-origin:center;animation:sonner-fade-out .2s ease forwards}.sonner-spinner{position:relative;top:50%;left:50%;height:var(--size);width:var(--size)}.sonner-loading-bar{animation:sonner-spin 1.2s linear infinite;background:var(--gray11);border-radius:6px;height:8%;left:-10%;position:absolute;top:-3.9%;width:24%}.sonner-loading-bar:nth-child(1){animation-delay:-1.2s;transform:rotate(.0001deg) translate(146%)}.sonner-loading-bar:nth-child(2){animation-delay:-1.1s;transform:rotate(30deg) translate(146%)}.sonner-loading-bar:nth-child(3){animation-delay:-1s;transform:rotate(60deg) translate(146%)}.sonner-loading-bar:nth-child(4){animation-delay:-.9s;transform:rotate(90deg) translate(146%)}.sonner-loading-bar:nth-child(5){animation-delay:-.8s;transform:rotate(120deg) translate(146%)}.sonner-loading-bar:nth-child(6){animation-delay:-.7s;transform:rotate(150deg) translate(146%)}.sonner-loading-bar:nth-child(7){animation-delay:-.6s;transform:rotate(180deg) translate(146%)}.sonner-loading-bar:nth-child(8){animation-delay:-.5s;transform:rotate(210deg) translate(146%)}.sonner-loading-bar:nth-child(9){animation-delay:-.4s;transform:rotate(240deg) translate(146%)}.sonner-loading-bar:nth-child(10){animation-delay:-.3s;transform:rotate(270deg) translate(146%)}.sonner-loading-bar:nth-child(11){animation-delay:-.2s;transform:rotate(300deg) translate(146%)}.sonner-loading-bar:nth-child(12){animation-delay:-.1s;transform:rotate(330deg) translate(146%)}@keyframes sonner-fade-in{0%{opacity:0;transform:scale(.8)}to{opacity:1;transform:scale(1)}}@keyframes sonner-fade-out{0%{opacity:1;transform:scale(1)}to{opacity:0;transform:scale(.8)}}@keyframes sonner-spin{0%{opacity:1}to{opacity:.15}}@media (prefers-reduced-motion){[data-sonner-toast],[data-sonner-toast]>*,.sonner-loading-bar{transition:none!important;animation:none!important}}.sonner-loader{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);transform-origin:center;transition:opacity .2s,transform .2s}.sonner-loader[data-visible=false]{opacity:0;transform:scale(.8) translate(-50%,-50%)}
131
131
  `);function vi(e){return e.label!==void 0}var XI=3,JI="32px",ZI="16px",cx=4e3,QI=356,eN=14,tN=20,nN=200;function gn(...e){return e.filter(Boolean).join(" ")}function rN(e){let[t,n]=e.split("-"),r=[];return t&&r.push(t),n&&r.push(n),r}var oN=e=>{var t,n,r,o,s,i,a,l,c,d,p;let{invert:m,toast:f,unstyled:v,interacting:g,setHeights:x,visibleToasts:y,heights:b,index:C,toasts:k,expanded:S,removeToast:T,defaultRichColors:E,closeButton:P,style:_,cancelButtonStyle:$,actionButtonStyle:L,className:F="",descriptionClassName:G="",duration:O,position:K,gap:q,loadingIcon:H,expandByDefault:j,classNames:I,icons:Y,closeButtonAriaLabel:J="Close toast",pauseWhenPageIsHidden:D}=e,[V,R]=w.useState(null),[B,X]=w.useState(null),[N,M]=w.useState(!1),[U,Z]=w.useState(!1),[se,ae]=w.useState(!1),[Ce,we]=w.useState(!1),[je,We]=w.useState(!1),[Fe,Ye]=w.useState(0),[He,vt]=w.useState(0),wt=w.useRef(f.duration||O||cx),dt=w.useRef(null),Ve=w.useRef(null),Ae=C===0,Ke=C+1<=y,_e=f.type,Be=f.dismissible!==!1,Qe=f.className||"",Nt=f.descriptionClassName||"",et=w.useMemo(()=>b.findIndex(me=>me.toastId===f.id)||0,[b,f.id]),bt=w.useMemo(()=>{var me;return(me=f.closeButton)!=null?me:P},[f.closeButton,P]),mt=w.useMemo(()=>f.duration||O||cx,[f.duration,O]),Ct=w.useRef(0),Tt=w.useRef(0),Dt=w.useRef(0),Pt=w.useRef(null),[kt,qt]=K.split("-"),Ue=w.useMemo(()=>b.reduce((me,Oe,qe)=>qe>=et?me:me+Oe.height,0),[b,et]),$e=HI(),ct=f.invert||m,ne=_e==="loading";Tt.current=w.useMemo(()=>et*q+Ue,[et,Ue]),w.useEffect(()=>{wt.current=mt},[mt]),w.useEffect(()=>{M(!0)},[]),w.useEffect(()=>{let me=Ve.current;if(me){let Oe=me.getBoundingClientRect().height;return vt(Oe),x(qe=>[{toastId:f.id,height:Oe,position:f.position},...qe]),()=>x(qe=>qe.filter(ut=>ut.toastId!==f.id))}},[x,f.id]),w.useLayoutEffect(()=>{if(!N)return;let me=Ve.current,Oe=me.style.height;me.style.height="auto";let qe=me.getBoundingClientRect().height;me.style.height=Oe,vt(qe),x(ut=>ut.find(at=>at.toastId===f.id)?ut.map(at=>at.toastId===f.id?{...at,height:qe}:at):[{toastId:f.id,height:qe,position:f.position},...ut])},[N,f.title,f.description,x,f.id]);let he=w.useCallback(()=>{Z(!0),Ye(Tt.current),x(me=>me.filter(Oe=>Oe.toastId!==f.id)),setTimeout(()=>{T(f)},nN)},[f,T,x,Tt]);w.useEffect(()=>{if(f.promise&&_e==="loading"||f.duration===1/0||f.type==="loading")return;let me;return S||g||D&&$e?(()=>{if(Dt.current<Ct.current){let Oe=new Date().getTime()-Ct.current;wt.current=wt.current-Oe}Dt.current=new Date().getTime()})():wt.current!==1/0&&(Ct.current=new Date().getTime(),me=setTimeout(()=>{var Oe;(Oe=f.onAutoClose)==null||Oe.call(f,f),he()},wt.current)),()=>clearTimeout(me)},[S,g,f,_e,D,$e,he]),w.useEffect(()=>{f.delete&&he()},[he,f.delete]);function tt(){var me,Oe,qe;return Y!=null&&Y.loading?w.createElement("div",{className:gn(I==null?void 0:I.loader,(me=f==null?void 0:f.classNames)==null?void 0:me.loader,"sonner-loader"),"data-visible":_e==="loading"},Y.loading):H?w.createElement("div",{className:gn(I==null?void 0:I.loader,(Oe=f==null?void 0:f.classNames)==null?void 0:Oe.loader,"sonner-loader"),"data-visible":_e==="loading"},H):w.createElement(DI,{className:gn(I==null?void 0:I.loader,(qe=f==null?void 0:f.classNames)==null?void 0:qe.loader),visible:_e==="loading"})}return w.createElement("li",{tabIndex:0,ref:Ve,className:gn(F,Qe,I==null?void 0:I.toast,(t=f==null?void 0:f.classNames)==null?void 0:t.toast,I==null?void 0:I.default,I==null?void 0:I[_e],(n=f==null?void 0:f.classNames)==null?void 0:n[_e]),"data-sonner-toast":"","data-rich-colors":(r=f.richColors)!=null?r:E,"data-styled":!(f.jsx||f.unstyled||v),"data-mounted":N,"data-promise":!!f.promise,"data-swiped":je,"data-removed":U,"data-visible":Ke,"data-y-position":kt,"data-x-position":qt,"data-index":C,"data-front":Ae,"data-swiping":se,"data-dismissible":Be,"data-type":_e,"data-invert":ct,"data-swipe-out":Ce,"data-swipe-direction":B,"data-expanded":!!(S||j&&N),style:{"--index":C,"--toasts-before":C,"--z-index":k.length-C,"--offset":`${U?Fe:Tt.current}px`,"--initial-height":j?"auto":`${He}px`,..._,...f.style},onDragEnd:()=>{ae(!1),R(null),Pt.current=null},onPointerDown:me=>{ne||!Be||(dt.current=new Date,Ye(Tt.current),me.target.setPointerCapture(me.pointerId),me.target.tagName!=="BUTTON"&&(ae(!0),Pt.current={x:me.clientX,y:me.clientY}))},onPointerUp:()=>{var me,Oe,qe,ut;if(Ce||!Be)return;Pt.current=null;let at=Number(((me=Ve.current)==null?void 0:me.style.getPropertyValue("--swipe-amount-x").replace("px",""))||0),lt=Number(((Oe=Ve.current)==null?void 0:Oe.style.getPropertyValue("--swipe-amount-y").replace("px",""))||0),Et=new Date().getTime()-((qe=dt.current)==null?void 0:qe.getTime()),ke=V==="x"?at:lt,Ee=Math.abs(ke)/Et;if(Math.abs(ke)>=tN||Ee>.11){Ye(Tt.current),(ut=f.onDismiss)==null||ut.call(f,f),X(V==="x"?at>0?"right":"left":lt>0?"down":"up"),he(),we(!0),We(!1);return}ae(!1),R(null)},onPointerMove:me=>{var Oe,qe,ut,at;if(!Pt.current||!Be||((Oe=window.getSelection())==null?void 0:Oe.toString().length)>0)return;let lt=me.clientY-Pt.current.y,Et=me.clientX-Pt.current.x,ke=(qe=e.swipeDirections)!=null?qe:rN(K);!V&&(Math.abs(Et)>1||Math.abs(lt)>1)&&R(Math.abs(Et)>Math.abs(lt)?"x":"y");let Ee={x:0,y:0};V==="y"?(ke.includes("top")||ke.includes("bottom"))&&(ke.includes("top")&&lt<0||ke.includes("bottom")&&lt>0)&&(Ee.y=lt):V==="x"&&(ke.includes("left")||ke.includes("right"))&&(ke.includes("left")&&Et<0||ke.includes("right")&&Et>0)&&(Ee.x=Et),(Math.abs(Ee.x)>0||Math.abs(Ee.y)>0)&&We(!0),(ut=Ve.current)==null||ut.style.setProperty("--swipe-amount-x",`${Ee.x}px`),(at=Ve.current)==null||at.style.setProperty("--swipe-amount-y",`${Ee.y}px`)}},bt&&!f.jsx?w.createElement("button",{"aria-label":J,"data-disabled":ne,"data-close-button":!0,onClick:ne||!Be?()=>{}:()=>{var me;he(),(me=f.onDismiss)==null||me.call(f,f)},className:gn(I==null?void 0:I.closeButton,(o=f==null?void 0:f.classNames)==null?void 0:o.closeButton)},(s=Y==null?void 0:Y.close)!=null?s:zI):null,f.jsx||w.isValidElement(f.title)?f.jsx?f.jsx:typeof f.title=="function"?f.title():f.title:w.createElement(w.Fragment,null,_e||f.icon||f.promise?w.createElement("div",{"data-icon":"",className:gn(I==null?void 0:I.icon,(i=f==null?void 0:f.classNames)==null?void 0:i.icon)},f.promise||f.type==="loading"&&!f.icon?f.icon||tt():null,f.type!=="loading"?f.icon||(Y==null?void 0:Y[_e])||MI(_e):null):null,w.createElement("div",{"data-content":"",className:gn(I==null?void 0:I.content,(a=f==null?void 0:f.classNames)==null?void 0:a.content)},w.createElement("div",{"data-title":"",className:gn(I==null?void 0:I.title,(l=f==null?void 0:f.classNames)==null?void 0:l.title)},typeof f.title=="function"?f.title():f.title),f.description?w.createElement("div",{"data-description":"",className:gn(G,Nt,I==null?void 0:I.description,(c=f==null?void 0:f.classNames)==null?void 0:c.description)},typeof f.description=="function"?f.description():f.description):null),w.isValidElement(f.cancel)?f.cancel:f.cancel&&vi(f.cancel)?w.createElement("button",{"data-button":!0,"data-cancel":!0,style:f.cancelButtonStyle||$,onClick:me=>{var Oe,qe;vi(f.cancel)&&Be&&((qe=(Oe=f.cancel).onClick)==null||qe.call(Oe,me),he())},className:gn(I==null?void 0:I.cancelButton,(d=f==null?void 0:f.classNames)==null?void 0:d.cancelButton)},f.cancel.label):null,w.isValidElement(f.action)?f.action:f.action&&vi(f.action)?w.createElement("button",{"data-button":!0,"data-action":!0,style:f.actionButtonStyle||L,onClick:me=>{var Oe,qe;vi(f.action)&&((qe=(Oe=f.action).onClick)==null||qe.call(Oe,me),!me.defaultPrevented&&he())},className:gn(I==null?void 0:I.actionButton,(p=f==null?void 0:f.classNames)==null?void 0:p.actionButton)},f.action.label):null))};function ux(){if(typeof window>"u"||typeof document>"u")return"ltr";let e=document.documentElement.getAttribute("dir");return e==="auto"||!e?window.getComputedStyle(document.documentElement).direction:e}function sN(e,t){let n={};return[e,t].forEach((r,o)=>{let s=o===1,i=s?"--mobile-offset":"--offset",a=s?ZI:JI;function l(c){["top","right","bottom","left"].forEach(d=>{n[`${i}-${d}`]=typeof c=="number"?`${c}px`:c})}typeof r=="number"||typeof r=="string"?l(r):typeof r=="object"?["top","right","bottom","left"].forEach(c=>{r[c]===void 0?n[`${i}-${c}`]=a:n[`${i}-${c}`]=typeof r[c]=="number"?`${r[c]}px`:r[c]}):l(a)}),n}var iN=w.forwardRef(function(e,t){let{invert:n,position:r="bottom-right",hotkey:o=["altKey","KeyT"],expand:s,closeButton:i,className:a,offset:l,mobileOffset:c,theme:d="light",richColors:p,duration:m,style:f,visibleToasts:v=XI,toastOptions:g,dir:x=ux(),gap:y=eN,loadingIcon:b,icons:C,containerAriaLabel:k="Notifications",pauseWhenPageIsHidden:S}=e,[T,E]=w.useState([]),P=w.useMemo(()=>Array.from(new Set([r].concat(T.filter(D=>D.position).map(D=>D.position)))),[T,r]),[_,$]=w.useState([]),[L,F]=w.useState(!1),[G,O]=w.useState(!1),[K,q]=w.useState(d!=="system"?d:typeof window<"u"&&window.matchMedia&&window.matchMedia("(prefers-color-scheme: dark)").matches?"dark":"light"),H=w.useRef(null),j=o.join("+").replace(/Key/g,"").replace(/Digit/g,""),I=w.useRef(null),Y=w.useRef(!1),J=w.useCallback(D=>{E(V=>{var R;return(R=V.find(B=>B.id===D.id))!=null&&R.delete||Kt.dismiss(D.id),V.filter(({id:B})=>B!==D.id)})},[]);return w.useEffect(()=>Kt.subscribe(D=>{if(D.dismiss){E(V=>V.map(R=>R.id===D.id?{...R,delete:!0}:R));return}setTimeout(()=>{Oo.flushSync(()=>{E(V=>{let R=V.findIndex(B=>B.id===D.id);return R!==-1?[...V.slice(0,R),{...V[R],...D},...V.slice(R+1)]:[D,...V]})})})}),[]),w.useEffect(()=>{if(d!=="system"){q(d);return}if(d==="system"&&(window.matchMedia&&window.matchMedia("(prefers-color-scheme: dark)").matches?q("dark"):q("light")),typeof window>"u")return;let D=window.matchMedia("(prefers-color-scheme: dark)");try{D.addEventListener("change",({matches:V})=>{q(V?"dark":"light")})}catch{D.addListener(({matches:R})=>{try{q(R?"dark":"light")}catch(B){console.error(B)}})}},[d]),w.useEffect(()=>{T.length<=1&&F(!1)},[T]),w.useEffect(()=>{let D=V=>{var R,B;o.every(X=>V[X]||V.code===X)&&(F(!0),(R=H.current)==null||R.focus()),V.code==="Escape"&&(document.activeElement===H.current||(B=H.current)!=null&&B.contains(document.activeElement))&&F(!1)};return document.addEventListener("keydown",D),()=>document.removeEventListener("keydown",D)},[o]),w.useEffect(()=>{if(H.current)return()=>{I.current&&(I.current.focus({preventScroll:!0}),I.current=null,Y.current=!1)}},[H.current]),w.createElement("section",{ref:t,"aria-label":`${k} ${j}`,tabIndex:-1,"aria-live":"polite","aria-relevant":"additions text","aria-atomic":"false",suppressHydrationWarning:!0},P.map((D,V)=>{var R;let[B,X]=D.split("-");return T.length?w.createElement("ol",{key:D,dir:x==="auto"?ux():x,tabIndex:-1,ref:H,className:a,"data-sonner-toaster":!0,"data-theme":K,"data-y-position":B,"data-lifted":L&&T.length>1&&!s,"data-x-position":X,style:{"--front-toast-height":`${((R=_[0])==null?void 0:R.height)||0}px`,"--width":`${QI}px`,"--gap":`${y}px`,...f,...sN(l,c)},onBlur:N=>{Y.current&&!N.currentTarget.contains(N.relatedTarget)&&(Y.current=!1,I.current&&(I.current.focus({preventScroll:!0}),I.current=null))},onFocus:N=>{N.target instanceof HTMLElement&&N.target.dataset.dismissible==="false"||Y.current||(Y.current=!0,I.current=N.relatedTarget)},onMouseEnter:()=>F(!0),onMouseMove:()=>F(!0),onMouseLeave:()=>{G||F(!1)},onDragEnd:()=>F(!1),onPointerDown:N=>{N.target instanceof HTMLElement&&N.target.dataset.dismissible==="false"||O(!0)},onPointerUp:()=>O(!1)},T.filter(N=>!N.position&&V===0||N.position===D).map((N,M)=>{var U,Z;return w.createElement(oN,{key:N.id,icons:C,index:M,toast:N,defaultRichColors:p,duration:(U=g==null?void 0:g.duration)!=null?U:m,className:g==null?void 0:g.className,descriptionClassName:g==null?void 0:g.descriptionClassName,invert:n,visibleToasts:v,closeButton:(Z=g==null?void 0:g.closeButton)!=null?Z:i,interacting:G,position:D,style:g==null?void 0:g.style,unstyled:g==null?void 0:g.unstyled,classNames:g==null?void 0:g.classNames,cancelButtonStyle:g==null?void 0:g.cancelButtonStyle,actionButtonStyle:g==null?void 0:g.actionButtonStyle,removeToast:J,toasts:T.filter(se=>se.position==N.position),heights:_.filter(se=>se.position==N.position),setHeights:$,expandByDefault:s,gap:y,loadingIcon:b,expanded:L,pauseWhenPageIsHidden:S,swipeDirections:e.swipeDirections})})):null}))});const aN=({...e})=>{const{theme:t="system"}=RI();return u.jsx(iN,{theme:t,className:"toaster group",toastOptions:{classNames:{toast:"group toast group-[.toaster]:bg-background group-[.toaster]:text-foreground group-[.toaster]:border-border group-[.toaster]:shadow-lg",description:"group-[.toast]:text-muted-foreground",actionButton:"group-[.toast]:bg-primary group-[.toast]:text-primary-foreground",cancelButton:"group-[.toast]:bg-muted group-[.toast]:text-muted-foreground"}},...e})};z.Api=Jv,z.ApiClient=Xv,z.ApiProvider=lu,z.ArtifactRenderer=Oh,z.Badge=Wh,z.Button=Je,z.Card=fl,z.CardContent=Qs,z.CardDescription=ml,z.CardHeader=pl,z.CardTitle=hl,z.ChatApi=Yo,z.ChatApp=zk,z.ChatInput=tp,z.ChatInputRow=np,z.ChatInterface=$r,z.ChatProviders=Cr,z.ChatWidget=Wk,z.Command=El,z.CommandEmpty=Al,z.CommandGroup=Pl,z.CommandInput=Il,z.CommandItem=jl,z.CommandList=Nl,z.DEFAULT_TIMEOUT_MS=nu,z.Dialog=il,z.DialogContent=Us,z.DialogHeader=Ws,z.DialogTitle=Vs,z.DropdownMenu=ks,z.DropdownMenuContent=mo,z.DropdownMenuItem=Fn,z.DropdownMenuTrigger=Es,z.FileViewerModal=bh,z.HISTORY_TIMEOUT_MS=ru,z.Input=$l,z.InterruptPartRenderer=gl,z.Label=Tm,z.MarkdownContent=fr,z.MessageComponent=ei,z.MessageList=wl,z.MessageRow=vl,z.NewChatButton=Vk,z.PlotArtifact=Mh,z.SETTINGS_STORAGE_KEY=Vi,z.ScrollArea=Ll,z.Select=TE,z.SelectContent=dg,z.SelectItem=fg,z.SelectTrigger=lg,z.SelectValue=kE,z.Separator=gg,z.Sheet=DE,z.SheetContent=kg,z.SheetDescription=Ng,z.SheetHeader=Eg,z.SheetTitle=Ig,z.SheetTrigger=LE,z.SimpleChat=Hk,z.SimpleJsonView=Zs,z.Sonner=aN,z.StreamProgress=Dh,z.Switch=Cg,z.Textarea=ja,z.ThinkingIndicator=$h,z.ThreadListItem=vm,z.ThreadManager=ii,z.ThreadStateProvider=Lu,z.ThreadsProvider=vu,z.TimelineColumn=Ix,z.Toaster=AI,z.ToolContent=Uh,z.Tooltip=iI,z.TooltipContent=Lg,z.TooltipProvider=sI,z.TooltipTrigger=aI,z.UserTextContent=Fh,z.applySettings=Tw,z.buildCheckpointIndex=sc,z.buildCheckpointPreviewMap=gx,z.buildLabelParts=ku,z.chatApiClient=Nn,z.collectText=yu,z.createArtifactPreviewFromPlot=Iu,z.createArtifactPreviewFromSource=Eu,z.del=Mi,z.downloadFileById=su,z.extractConfigFields=bi,z.extractToolContent=tr,z.extractToolMeta=Jo,z.fileToBase64=cu,z.formatToolOutput=bu,z.get=Jt,z.getAgentNameFromMessage=Cu,z.getChatToken=eu,z.getCheckpointForMessage=xx,z.getCurrentSettings=Cw,z.getDefaultApiConfig=Ku,z.getDefaultChatSettings=qu,z.getFileContent=Di,z.getFileInfo=Qv,z.getMessageAttemptInfo=ic,z.getMessageDomKey=xl,z.getPreviewForMessage=wi,z.getToolProgress=zi,z.httpClient=Xt,z.hydrateHistorySnapshots=Yn,z.isEnvelope=du,z.isFileLike=$i,z.listFiles=iu,z.loadStoredSettings=Gu,z.looksLikeMarkdown=wu,z.messageSignature=Bi,z.normalizeInterruptId=Fi,z.normalizeMimeType=Tu,z.normalizeToolPayload=Nu,z.normalizeToolPayloadValue=Sr,z.onChatTokenChanged=tu,z.parseJsonSafe=Qn,z.post=Go,z.pretty=er,z.processAttachments=uu,z.put=ou,z.readNumber=lc,z.readString=Rn,z.resolveChatBaseUrl=vn,z.sanitizeForDisplay=yr,z.saveSettings=Yu,z.setChatToken=qo,z.stringifyTool=Su,z.toPlainObject=_n,z.unwrap=Lt,z.useApi=eo,z.useCheckpointIndex=ac,z.useFilePreview=Bh,z.useHasChatSession=bw,z.useParsedMessageContent=zh,z.useShallowStableValue=Hu,z.useStream=Wi,z.useStreamingHook=Wi,z.useThreadHistoryState=Ru,z.useThreadManagerViewState=ym,z.useThreadState=no,z.useThreadStateUpdater=Du,z.useThreads=br,z.useThreadsState=gu,z.viewFileById=Zv,Object.defineProperty(z,Symbol.toStringTag,{value:"Module"})});
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "teodor-new-chat-ui",
3
- "version": "4.3.521",
3
+ "version": "4.3.522",
4
4
  "description": "React chat UI components with streaming support, tool calls, and modern design",
5
5
  "main": "dist/index.umd.js",
6
6
  "module": "dist/index.esm.js",